@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
----スマートフォン用-----------------------------------------------------------
-----------------------------------------------------------------------------*/
@media (max-width:768px) {

html {
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 105%;
}
button, input, select, textarea {
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 300;
	font-style: normal;
}
body {
	color: #222;
	line-height: 1.7em;
	letter-spacing: 0.04em;
	background: #FFE9DB;
}
a {
	color: #1a0dab;
}
/*a:hover {
	text-decoration: none;
}*/
a:visited {
	color: #1a0dab;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	color: #1a0dab;
	text-decoration: none;
	outline: 0;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: bottom;
}
/*PC用の要素を非表示*/
.pc_show {
	display: none !important;
}

/*reCAPTCHA非表示*/
.grecaptcha-badge { visibility: hidden; }
 

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

header {
	margin: 0;
	padding: 15px 10px;
	width:100%;
	background-color: #FFFBF8;
}
h1 img {
	width: 80%;
    max-width: 315px;
    margin: -2px 0 0 6px;;
}

.head_btn_sp {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	margin: 10px auto 0;
    width: 48%;
	max-width: 500px;
}
.head_btn_sp .btn_tenant {
	margin-right: 0;
	width: 50%;
}


/*--------------------------------------------------------------------
----ナビゲーション----------------------------------------------------
--------------------------------------------------------------------*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
	top: 3px;
    right: 0px;
	cursor: pointer;
    width: 70px;
    height:70px;
	z-index: 20;
	/*background: pink;*/
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 16px;
    height: 5px;
	background: #ff7a21;
  	width: 55%;

  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:27px;
}

.openbtn span:nth-of-type(3) {
	top:39px;
}

.openbtn span:nth-of-type(3)::after {
	content:"MENU";/*3つ目の要素のafterにメニュー表示を指定*/
	position: absolute;
	top:2px;
	left:-11px;
	width: 60px;
	text-align: center;
	color: #ff7a21;
	font-size: 0.69rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、メニュー⇒とじるに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 57%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 57%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"CLOSE";/*3つ目の要素のafterにとじる表示を指定*/
    transform: translateY(0) rotate(-45deg);
	position: absolute;
	top: 7px;
    left: 9px;
    width: 60px;
	text-align: center;
}


.sp_nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(255,255,255,1.00);
    width: 100%;
    height: 100%;
	overflow-y: auto;
}


/*スマホナビ　ヘッド部分*/
.nav_head {
	margin: 0;
	padding: 15px 10px;
	background: rgba(255,255,255,1.00);
	background-position: 50% 0;
	background-color: #fff;
}
.nav_head .nav_logo img {
	width: 80%;
    max-width: 315px;
    margin: 5px 0 0 10px;
}

.navi .nav_head {
	margin: 0;
	padding: 15px 10px;
	background-color: #fff;
}
.nav_head .nav_logo img {
	width: 80%;
    max-width: 315px;
    margin: -2px 0 0 6px;
}



.nav_head .navi_bnr {
	display: flex;
	justify-content: center;
	margin: 10px auto 0;
	width: 50%;
	max-width: 500px;
	text-align: center;
}
.nav_head .btn_tenant {
	margin-right: 15px;
}

.nav_head .navi_tel {
	margin: 15px 10px;
	text-align: center;
	/*background: rgba(70,168,233,0.84);*/
}
.nav_head .navi_tel a img{
	margin-bottom: 10px;
}


/*スマホナビ　メニュー部分*/
.sp_nav_wrap {
    display: flex;
    align-items:center;
	margin: 0 auto;
	padding: 10px 0 100px;
    width: 85%;
	max-width: 500px;
}

.sp_nav_wrap > ul > li {
	margin-bottom: 25px;
}
.sp_nav_wrap > ul > li > a {
	position: relative;
	padding: 5px 11px;
	color: #222;
	font-size: 110%;
	font-weight: 700;
	text-decoration: none;
}
.sp_nav_wrap > ul > li > a:before {
	content: "";
	position: absolute;
	left: 0;
    top: 3px;
	display: inline-block;
	background: url("images/headers/list_navi.png")no-repeat;
	background-size: contain;
	width: 8px;
	height: 8px;
}

.sp_nav_wrap > ul > li > a:focus
,.sp_nav_wrap > ul > li > a:active {
	color: #459fe3;
	transition: all .2s;
}

.sp_nav_wrap > ul > li ul.bosyu_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
	width: 80%;
}

.sp_nav_wrap > ul > li ul.bosyu_btn li {
	margin: 0 6%;
}



/*.sp_nav ul li {
	margin: 0 0 25px;
}
.sp_nav ul li:before {
	content: "";
	position: relative;
	top: -13px;
	left: -3px;
	display: inline-block;
	background: url("images/headers/navi_icon.png")no-repeat;
	background-size: contain;
	width: 11px;
	height: 13px;
}
.sp_nav ul li a {
	color: #004B4D;
	font-size: 135%;
	font-weight: 700;
	text-decoration: none;
}
.sp_nav ul li a:hover
,.sp_nav ul li a:active {
	color: #faa43d;
}

.sp_nav ul li span {
	color: #909090;
	font-size: 135%;
	font-weight: 700;
}
.sp_nav ul li span small {
	font-size: 70%;
}*/


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*コンテンツメイン*/
.contents_main {
	margin: 25px auto;
	padding: 1em;
	width: 94%;
	background: #fff;
	border-radius: 10px;
}
.contents_1col_top {
	margin: 30px auto 0;
	width: 94%;
}
.contents_2col {
	display: flex;
	flex-direction: column;
	margin: 25px auto;
	padding: 1em;
	width: 94%;
	background: #fff;
	border-radius: 10px;	
}
.contents_page_map {
	order: 2;
}
#rightside {
	order: 1;
}
#rightside_map {
	order: 1;
}
span.red {
	color: #e34434;
}

.whitebox {
    margin:0 auto 25px;
	padding: 1.4em;
	width: 100%;
	background: rgba(255,255,255,1.00);
	border-radius: 10px;
}
.contents_1col_top h2,
.page_below h2 {
	position: relative;
	margin: 0 0 0.5em;
	padding: 5px 0 5px 12px;
	color: #18488F;
	font-weight: 600;
	font-size: 4.8vw;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	text-align: left;
}
.contents_1col_top h2:before,
.page_below h2:before {
	content: "";
	position: absolute;
	left: 0;
    top: 3px;
	display: inline-block;
	background: url("images/pages/h2_shape.png")no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
}

/*.contents_1col_top h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 4px 12px;
	color: #004B4D;
	font-weight: 600;
	font-size: 115%;
	letter-spacing: 0.06em;
	line-height: 1em;
	border-left: 6px solid #004B4D;
	
}*/
 
/*-------------------------------------------------------
----mv--------------------------------------------------
-------------------------------------------------------*/
.mv {
	padding: 6vw 0;
	width: 100%;
	background: url("images/mv/mv_bg.png") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	background-position: 50% center;
	text-align: center;
}
.mv img {
	width: 85%;
	margin: 0 0 -35px 0;
}

.mv.ready p {
	padding: 9vw 0;
	color: #ED1069;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.7em;
}


/*-------------------------------------------------------
----トップページ注意書き-----------------------------------
-------------------------------------------------------*/
/*.attention {
	margin: 0 0 3em;
	padding: 1.5em;
	border: 2px solid #C80509;
	background: #fff;
	color: #000;
}

.attention span {
	font-weight: bold;
	color: #C80509;
}
*/
/*-------------------------------------------------------
----トップページお知らせ-----------------------------------
-------------------------------------------------------*/

.news {
	margin: 0 0 45px;
}
.news_wrapper a,
.news_wrapper a:visited {
	color: #222;
	text-decoration: none;
}
.news_wrapper a:hover,
.news_wrapper a:focus,
.news_wrapper a:active {
	color: #9FC700;
	transition: all .2s;
}

.news_wrapper {
	padding: 10px 17px 15px;
	background: rgba(255,255,255,1.0);
	border-radius: 10px;
}
.news_box {
/*	display: flex;
	flex-wrap: nowrap;*/
	padding: .6em 0;
	width: 100%;
	border-bottom: 1px dashed #98C9C0;
}
.news_box .date {
	position: relative;
	padding-left: 23px;
	width: 100%;
	color: #666;
	font-size: 90%;
}
.news_box time.date:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: url("images/pages/mark_newsdate.png")no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
}
.news_box p.title {
	padding-left: 23px;
	width: 100%;
	font-size: 0.90em;
	line-height: 1.55;
}

.mark_new {
	position: relative;top:-3px;left:0px;
}
.news_more {
	margin-top: 15px;
	text-align: right;
}
.news_more a,
.news_more a:visited {
	color: #18488F;
	font-size: 90%;
	text-decoration: none;
}
.news_more a:hover,
.news_more a:focus,
.news_more a:active {
	color: #567FBC;
	transition: all .2s;
}

.tenant_btn {
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	margin-bottom: 60px;
	/*padding: 20px 0;*/
/*	background: rgba(30,117,175,0.15);*/
}

.tenant_btn ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	/*max-width: 1100px;*/
	/*height: 140px;*/
}
.tenant_btn ul li {
	width: 80%;
	max-width: 460px;
	border-radius: 15px;
}
.tenant_btn ul li a {
	display: flex;
	align-content: center;
	justify-content: center;
	padding: 1em 10px;
	width: 100%;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	background: #2db4cc;
	border-bottom: 6px solid #007589;
}
.tenant_btn ul li a:active,
.tenant_btn ul li a:focus {
	margin-top: 5px;
	border-bottom: none;
	color: #fff;
}
.tenant_btn ul li a span {
	line-height: 1.4em;
}

.store_search_box {
    margin: 0 auto;
    width:100%;
    margin-bottom: 70px;
}

.store_search {
    display: flex;
}

.search_tenant_top {
    display: block;
    margin: 0 auto;
    width:100%;
}
.search_tenant_top input#feas_2_0 {
	margin: 0 0 5px;
	padding: 8px;
	width: 72%;
	height: 45px;
}
.search_tenant_top input#feas-submit-button-2 {
	width: 25%;
	height: 46px;
}


 
/*-------------------------------------------------------
---- 鶴岡市消費喚起クーポンについて ------------------------
-------------------------------------------------------*/
.infomation {
    display: block;
    padding-top: 10px;
    margin-top: -25px;/*ぺージ内リンク停止位置調整のネガティブマージン*/
	margin-bottom: 25px;
}
.infomation .whitebox {
	border-radius: 0 0 10px 10px;
	padding-bottom: 5px;
}

.infomation .red_ribbon {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}


/*クーポン券の種類*/
.infomation ul.ticket_box {
	margin:1.5em auto 3em;
	width: 80%;
	max-width: 450px;
}
.infomation ul.ticket_box li:first-child {
	margin-bottom: 25px;
}


/*クーポン券の使用可能枚数と割引額*/
.infomation .discount_box {
	margin: 0 auto 2.5em;
}

.infomation .discount_box .img_table {
	text-align: center;
}
.infomation .discount_box .img_family {
	margin: 0 auto;
	width: 85%;
	text-align: center;
}
.infomation .discount_box .img_family > img {
	padding: 25px 0 20px;
}

/*クーポンが使えるお店*/
.tenant_box {
	margin: 0 auto 2.5em;
}
.tenant_box a {
	display: block;
	margin: 20px auto 0;
	width: 70%;
	max-width: 380px;
}

/*利用期間*/

.period_box {
/*	display: flex;
	justify-content: space-between;*/
	margin: 0 0 2em;
}
.period_box .img_schedule {
/*	width: 50%;*/
	margin: 0 10px 20px;
	text-align: center;
}
.period_box .img_calendar {
/*	width: 50%;*/
}
.period_box .img_calendar img {
	margin-bottom: 10px;
}


/*クーポン券の詳細*/
.detail {
	margin: .5em auto;
	font-size: 95%;
}
.detail table tr {
	display: flex;
	flex-direction: column;
}
.detail table tr th span {
	display: inline-block;
	margin: 5px 0;
	padding: 8px 15px;
	color: #fff;
	font-size: 95%;
	text-align: center;
	background: #0785D9;
	border-radius: 30px;
	line-height: 1.3em;
}

.detail table tr td {
	padding-left: .2em;
	padding-bottom: 1em;
}
.detail table tr td > ul {
	padding-left: 1em;
	list-style: disc;
}
.detail table tr td > ul  ul {
	padding: 0 0 0 .5em;
}

.detail table tr td .mihon_pic {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.detail table tr td .mihon_pic div {
	width: 48%;
	text-align: center;
}

/*参加店舗募集について*/
.bosyu_box {
/*	display: flex;
	justify-content: space-between;*/
}
.bosyu_box .bosyu_txt {
/*	width: 65%;*/
}
.bosyu_box .bosyu_btn {
	/*width: 33%;*/
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.bosyu_txt span.limit {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	width: 50%;
	min-width: 240px;
	color: #fff;
	/*font-size: 95%;*/
	font-weight: bold;
	text-align: center;
	background: #FF1C1C;
	border-radius: 30px;
}
.bosyu_txt p {
	padding: .5em;
}
.bosyu_box .bosyu_btn li {
	margin: 0 5%;
}


/*-------------------------------------------------------
---- ボタン（質問、問い合わせ） -----------------------------
-------------------------------------------------------*/
.btns_wrapper {
	display: flex;
	justify-content: space-between;
}
.btns_wrapper a.btn_white {
	display: block;
	padding: 1.3em 0;
	color: #18488F;
	font-size: 4.1vw;
	font-weight: bold;
	width: 48.5%;
	text-align: center;
	line-height: 1.2em;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}
.btns_wrapper a.btn_white:hover, 
.btns_wrapper a.btn_white:active {
	transition: all .2s;
	background:#fff2b8;
} 




/*お知らせカテゴリー一覧*/
.category .news_wrapper {
	padding: 0;
}

/*取扱店舗募集*/
.vk_flow.howto .vk_flow_frame {
	padding: 1em 0.7em 0;
	text-align: center;
	border: none;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.vk_flow.howto .vk_flow_frame .vk_flow_frame_text_title {
	color: #184DA0;
	font-weight: 700;
	border-bottom: none;
}


/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*Ｈ２共通*/
h2.entry_title {
	padding:17px 0 20px;
	color: #18488F;
	font-size:150%;
	line-height: 1.40;
	font-family: "Noto Sans JP", Sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.03em;
	background: #fff;
	border-bottom: 7px solid #d4d4a7;
	text-align: center;
}
h2.entry_title span {
	font-family: "Noto Sans JP", Sans-serif;
	position: relative;
	display: inline-block;
	padding: 3px 0 0 18px;
	width: 96%;
	max-width: 1100px;
	text-align: left;
}
h2.entry_title span:before {
	content: "";
	position: absolute;
	left: 0;
    top: 0;
	display: inline-block;
	background: url("images/pages/h2_shape.png")no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}

.single h2.entry_title {
	padding:25px 0 18px;
	color: #18488F;
	font-size:140%;
	line-height: 1.40;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.03em;
	background: #fff;
	border-bottom: 7px solid #FAEA95;
	text-align: center;
}
.single h2.entry_title span {
	position: relative;
	display: inline-block;
	padding: 0;
	width: 92%;
	max-width: 1100px;
	text-align: left;
}
.single h2.entry_title span:before {
	display: none;
}


/*-------------------------------------------------------
----Ｈ３見出し-------------------------------------------
-------------------------------------------------------*/
.page .entry-content h3 {
	margin: 1em 0 0.8em;
	padding: 0 0 3px 10px;
	color: #222;
	font-weight: 600;
	font-size: 133%;
	letter-spacing: 0.04em;
	line-height: 1.3em;
	border-left: 8px solid #2D8ABB;
}

.page .entry-content h4 {
	margin: 1.8em 0 0.6em;
	padding: 0 0 7px 2px;
	color: #222;
	font-weight: 600;
	font-size: 120%;
	letter-spacing: 0.06em;
	line-height: 1.3em;
	border-bottom: 1px dashed #8AD7FF;
}

/*.single .entry-content h3 {
	margin: 1.8em 0 0.6em;
	padding: 0 0 7px 2px;
	color: #624140;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 110%;
	letter-spacing: 0.06em;
	line-height: 1.3em;
	border-bottom: 1px dashed #624140;
}*/


/*取扱店一覧*/
h3.tenant_all_gyousyu {
	margin: 0;
	padding: 14px 0 0;
	color: #004b97;
	font-size: 115%;
	letter-spacing: 1px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {
	margin: 5px 10px 20px 0;
	text-align: center;
	font-size: 90%;
	color:rgba(0,0,0,1.00);
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}



/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */
.entry-content {
	clear:both;
	margin: 0;
	padding: 0;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content ul {
	margin: 0 0 1em;
	list-style: disc;
}
.entry-content ol {
	margin: 0 0 1em;
}
.entry-content td {
	padding: 6px 10px;
	line-height: 150%;
}
.entry-content blockquote {
	font-size: 24px;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}
.entry-content p {
	margin: 0 0 1.5em 0;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone,
div.wp-caption img {
	clear: both;
	display: block;
	margin: 5px auto;
	height: auto;
	max-width: 100%;
}
.entry-content .wp-caption {
	display: block;
	margin: 5px auto 5px auto;
}
.entry-content .wp-caption p.wp-caption-text {
	text-align:center;
	font-size:80%;
	margin: 0 0 10px 0;
}
.entry-content ul li {
	margin: 3px 0 3px 27px;
	padding: 0;
	line-height: 160%;
}
.entry-content ul li li {
	margin: 3px 0 3px 22px;
	list-style: circle;
}
.entry-content ol li {
	margin: 0 0 0 28px;
	padding: 0 0 4px 0;
	line-height: 160%;
}
.entry-content table {
	margin: 10px 0 15px 0;
	font-size:90%;
}
div.entry-content table td
,div.entry-content table th {
	margin: 0;
	padding: 5px;
}
.entry-content .tablepress td {
	margin: 0;
	padding: 6px 10px;
}
.entry-content table td p {
	margin: 0;
}


/*個別投稿ぺージ内　お知らせ一覧*/
#pastpost {
	margin: 3em 0 0;
}
h3.saishin_list {
	margin:10px auto;
	padding: 5px 10px;
	width: 100%;
	color: #222;
	font-size: 105%;
	line-height: 1.40;
	font-weight: 600;
	text-align: center;
	border: 1px solid #222;
	border-radius: 30px;
}
.single .news_wrapper {
	padding: 0px 5px 5px;
	font-size: 95%;
	line-height: 1.7em;
}
.single .news_wrapper .news_box {
	padding: .5em 0;
}

/*ぺージナビ*/
.wp-pagenavi {
	margin: 35px 0 25px;
	text-align: center;
	font-size: 90%;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 1px;
	line-height: 1.6;
	display: inline-block;
}
.wp-pagenavi span.pages {
	display: block;
	color: #004b97;
	border: 2px solid #fff;
	padding: 3px 6px 3px;
	background: #fff;
	border-radius: 3px;
}
.wp-pagenavi span.current {
	color: #fff;
	background: #09008a;
	border: 1px solid #09008a;
	border-color: #004b97 !important;
	padding: 3px 6px 3px;
	border-radius: 3px;	
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a 
,.wp-pagenavi a:visited {
	color: #004b97;
	border: 1px solid #0785d9 !important;
	padding: 3px 6px 3px !important;
	background: #fff;
	border-radius: 3px;	
}
.wp-pagenavi a:hover
,.wp-pagenavi a:active {
	background: rgba(7,133,217,0.6);
	text-decoration: none;
	border: 1px solid #0785d9;
}


/*中ぺージ下部　参加店舗募集*/
.page_below {
	margin: 40px auto 0;
	width: 92%;
}



/*取扱店舗募集要項*/
.bosyuyoukou table tr td {
	border: 1px solid #7b7b7b;
}
.bosyuyoukou table tr td:first-child {
	width: 115px;
	background: #ececec;
}


/*-------------------------------------------------------
----各業種アーカイブぺージ----------------------------------
-------------------------------------------------------*/
.tenant_list {
	margin: 0.5em 0 1em;
}
.tenant_list table {
	width: 100%;
	height: auto;
	font-size: 90%;
	line-height: 1.4em;
	background: #fff;
}
.tenant_list table {
	border: 1px solid #9F9F9F;
}
.tenant_list table tr td {
	padding: 0.1em 0.4em;
}
/*店舗名*/
.tenant_list table tr td.tenpomei {
	padding: 0;
	background: #feec97;
	border-bottom: 1px solid #FFE155; 
}
.tenant_list table tr td.tenpomei a {
	display: inline-block;
	padding: 0.4em;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 115%;
	text-decoration: none;
	transition: .2s;
}
.tenant_list table tr td.tenpomei a:hover
,.tenant_list table tr td.tenpomei a:active {
	background: rgba(252,208,116,1.00);
	transition: .2s;
}
/*取扱商品券*/
.tenant_list table tr td.syouhinken {
	padding: 0;
	width: 65px;
}
.tenant_list table tr td.syouhinken span {
	display: block;
	margin: 0.3em auto;
	width: 50px;
	height: 50px;
	font-size: 90%;
	color: #fff;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	/*display: none;*/
}
.tenant_list table tr td.syouhinken span.kyoutsu {
	padding: 7px 0;
	background: #2A43BE;
}
.tenant_list table tr td.syouhinken span.insyoku {
	padding: 15px 0;
	background: #ea5505;
}
.tenant_list table tr td.tel {
	border-top: 1px dashed #b5b5b5;
}


/*サイド：テナント一覧*/
#rightside_gyousyu {
	margin: 2em 0 0;
}
#rightside_gyousyu ul {
	margin: 0 0 30px;
}
#rightside_gyousyu h3 {
	margin: 30px 0 15px;
	padding: 0 10px;
	color: #004b97;
	font-size: 120%;
	line-height: 1.40;
	letter-spacing: 1px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-style: normal;
}

#rightside_gyousyu ul li {
	width: 100%;
	font-size: 100%;
	letter-spacing: 0;
	border-top: 1px solid rgba(9,82,84,0.3);
}
#rightside_gyousyu ul li:last-child {
	border-bottom: 1px solid rgba(9,82,84,0.3);
}
#rightside_gyousyu ul li a {
	display: flex;
	align-content: center;
	padding: 0.8em;
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}
#rightside_gyousyu ul li a:hover
,#rightside_gyousyu ul li a:active {
	background: rgba(216,241,253,0.5);
	transition: all .1s;
}
#rightside_gyousyu a:hover img {
	opacity: 1;
}
#rightside_gyousyu .iconbox {
  margin-right: 0.5em;
  max-width: 35px;
  min-width: 35px;
  max-height: 35px;
  min-height: 35px;
}
#rightside_gyousyu span {
	font-size: 95%;
	line-height: 1.1em;
	align-self:center; 
}
#rightside_gyousyu a.to_all {
	display: inline-block;
	margin-top: 15px;
	color: #095254;
	font-size: 115%;
	font-weight: 700;
	text-decoration: none;
}
#rightside_gyousyu a.to_all:hover
,#rightside_gyousyu a.to_all:active {
	color: #f7b553;
	transition: .2s;
}
.search_tenant_side input#feas_2_0 {
	margin: 0 0 5px;
	padding: 8px;
	width: 100%;
	height: 45px;
}
.search_tenant_side input#feas-submit-button-2 {
	width: 100%;
	height: 45px;

}

/*全業種一覧*/
.post-type-archive-stores .contents_2col .contents_page {
	order: 2;
}
.single-stores .contents_2col .contents_page {
	order: 1;
}
.search-results .contents_2col .contents_page {
	order: 2;
}
.page-template-page_tenant_all .contents_2col .rightside {
	order: 1;
}

/*-------------------------------------------------------
----店舗の個別詳細ページ------------------------------------
-------------------------------------------------------*/
table.cft {
	margin: 2em 0;
	width: 100%;
	font-size: 95%;
	line-height: 1.3;
	letter-spacing: 0.07em;
	border: 1px solid #8c8484;
}
table.cft tr {
	border-bottom: 1px solid #8c8484;
}
table.cft tr:last-child {
	border-bottom: none;
}
table.cft th {
	padding: 0.5em;
	/*font-weight: 700;*/
	background:  rgba(255,218,140,1.00);
}
table.cft td {
	padding: 0.5em;
	background: #fff;
	border-top: 1px solid #8c8484;
}
table.cft tr.cft_col1 {
	display: flex;
	flex-direction: column;
}
table.cft tr.cft_col1 th
,table.cft tr.cft_col1 td {
    width: 100%;
}

table.cft tr.cft_col1 span {
	display: block;
	width: 62px;
	height: 62px;
	font-size: 97%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table.cft tr.cft_col1 span.kyoutsu {
	float: left;
	margin-right: 8px;
	padding: 9px 0;
	background: #2A43BE;
}
table.cft tr.cft_col1 span.insyoku {
	float: left;
	padding: 20px 2px;
	background: #ea5505;

}



/*-------------------------------------------------------
---地図から探す-------------------------------------------
-------------------------------------------------------*/
#map_gyousyu {
	margin: 0;
}
#map_gyousyu ul {
	display: flex;
	flex-wrap: wrap;
}
#map_gyousyu ul li {
	margin-bottom: 5px;
	width: 50%;
}
#map_gyousyu a {
	display: flex;
	align-content: center;
	padding: 0.3em 0.4em 0.3em 0.3em;
	font-size: 85%;
	text-decoration: none;
	line-height: 1.2em;
}
#map_gyousyu a:active {
	background: #FBE8CD;
	border-radius: 25px;
}
#map_gyousyu .iconbox {
	margin-right: 0.2em;
	max-width: 37px;
	min-width: 37px;
	max-height: 37px;
	min-height: 37px;
}
#map_gyousyu span {
	line-height: 1.1em;
	align-self:center; 
}
#map_gyousyu a.map_to_all {
	display: block;
	margin: 5px 0 20px;
	padding: 0.6em 1em 0.6em 0.6em;
	text-align: center;
	background: #fff;
	border-radius: 25px;
	border: 3px solid #fff;
}
#map_gyousyu a.map_to_all:hover {
	background: #FBE8CD;
	border-radius: 25px;
}


/*-------------------------------------------------------
----よくある質問------------------------------------
-------------------------------------------------------*/
body .vk_faq .vk_faq_title {
	padding: .8rem .8rem .8rem 2rem;
}
body .vk_faq .vk_faq_content {
	padding: .8rem .8rem .8rem 2rem;
}
    
    
    #post-661 .entry-content h2.eap_section_title {
        margin: 30px 0 20px;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: 7px solid #2D8ABB;
    }
    
    #post-661 .entry-content .sp-easy-accordion > .ea-card.sp-ea-single {
        margin: 0 0 20px 0;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
    }

    #post-661 .entry-content .ea-card h3 {
        margin: 0;
        padding: 3px 0 3px 14px;
        color: #222;
        font-weight: 600;
        font-size: 130%;
        letter-spacing: 0.04em;
        line-height: 1.1em;
        border-left: none;
    }

    #post-661 .entry-content .ea-card h3 a {
        font-size: 18px;
    }
    
    #post-661 .entry-content .sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon.fa {
        color: #2d8abb;
    }
    
    #post-661 .entry-content .ea-card .ea-body {
        padding: 20px;
    }


/*-------------------------------------------------------
----店舗名検索------------------------------------------
-------------------------------------------------------*/
/*入力フォーム*/
.search_tenant_page {
	margin-bottom: 20px;
}
.search_tenant_page input#feas_2_0 {
	padding: 0 10px;
	width: 65%;
	height: 40px;
}
/*検索ボタン*/
.search_tenant_page input#feas-submit-button-2 {
	margin: 0 0 0 5px;
	width: 30%;
	height: 40px;
}
p.txt_search {
	margin: 0 0 2em;
}

/*-------------------------------------------------------
----投稿ぺージ-------------------------------------------
-------------------------------------------------------*/
.single .entry-content table td
,.single .entry-content table th {
	border: 1px solid #bbb;
}

.single .entry-content .table_date_app thead tr th {
	background: #e4edfa;
}
.single .entry-content .table_date_ticket thead tr th{
	background: #ffeee5;
}
.single .entry-content .table_date_app table tr td:nth-child(1) {
	width: 60%;
}
.single .entry-content .table_date_ticket table tr td:nth-child(1) {
	width: 50%;
}
.single .entry-content .henkou table tr td:nth-child(1) {
	width: 80px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.widget {
	margin: 0;
	padding: 5px 0 0 0;
}
.widget-area {
	color: #000000;
}
.widget h3 {
	margin: 0 0 3px 0;
	font-weight: bold;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0 0 0 1px;
	padding: 0 0 3px 17px;
	font-size: 85%;
	background: url(images/icon_kiji.gif) no-repeat 0 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul, .widget li > ol {
	margin-left: 2px;
}
.widget a {
	color: #59a0e5;
}
.widget a:hover {
	color: #ea9629;
}

/* Search widget */
input.search-field {
	width: 120px;
}
.search-submit input {
	border: solid 1px #999999;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}



/**
 * 14.2 Galleries
 */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-5 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-6 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-7 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-8 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-9 .gallery-item {
	max-width: 33.33%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 80%;
	padding:5px 0;
	line-height: 140%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
    margin-top:25px;
	padding:20px 0 75px;
	color:#FFFFFF;
	background: #FF8534;
	line-height: 1.2;
}

.site_footer a,
.site_footer a:visited {
	color: #fff;
	text-decoration: none;
}
.site_footer a:focus,
.site_footer a:active {
	text-decoration: underline;
}

.footer_inner {
	text-align: center;
}
.footer_inner .left {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
}

.footer_inner .left p.title {
	font-size: 85%;
	text-align: center;
    margin-bottom: 10px;
}
.footer_inner .left a.foot_tel {
	display: inline-block;
	margin: 5px 0 10px;
}
.footer_inner .left .address {
    margin: 15px 0 0;
	font-size: 85%;
    line-height: 1.50;
}

#copyright {
	margin: 20px 0 10px;
	text-align: center;
	font-size: 55%;
	letter-spacing: 0.1em;
}


.footer_area {
	display: flex;
	justify-content: space-around;
	position: fixed;
	padding:9px 0 4px;
	bottom: 0;
	width: 100%;
	background-color: #ff6600;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
	z-index: 100;
}
.footer_area .footer_area_inner {
    position: relative;
    margin: 0px auto;
	width:28%;
}
.inquiry_btn {
	display: block;
    background-color: #ff6600;
    text-align: center;
	max-width: 100%;
	text-decoration: none;
}
.inquiry_btn img.tel {
	width: 28px;
	height: 31px;
	margin-bottom: 3px;
}
.inquiry_btn img.contact {
	width: 44px;
	height: 23px;
	margin: 6px 0 5px;
}
.inquiry_btn img.totop {
	width: 32px;
	height: 20px;
	margin: 7px 0;
}
.inquiry_btn p {
	color: #fff;
	font-size: 60%;
	line-height: 1.9;
}



/*-------------------------------------------------------
----非表示-----------------------------------------------
-------------------------------------------------------*/
#cgtext,
#inquiry,
#breadcrumb {
	display: none;
}



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
.inquiry_list dt {
	margin: 14px 0 0px 0;
	padding: 0;
	font-weight: bold;
}
/*.inquiry_list dd {
	margin: 7px 0 3px 0;
}*/
.inquiry_list dt p,
.inquiry_list dd p {
    margin: 0;
}
.inquiry_list input, .inquiry_list textarea, .inquiry_list select {
	margin: 2px 0;
	padding: 5px 8px;
	border-radius: 3px;
	border: solid 1px #999999;
}
.inquiry_list {
	display: block;
	margin: 0 auto;
	padding: 8px 3px;
}
.con_bankname,
.con_bankcd,
.con_bankbranch,
.con_accountnumber,
.con_accountkana,
.con_nameofoffice,
.con_storename,
.con_storenamekana,
.con_name,
.con_tel,
.con_address,
.con_jusyo,
.con_others,
.con_inquiry {
	padding:6px 5px;
	width:100%;
}
.con_kyokano {
	width: 50%;
}
input.con_kyokano {
	margin: 0 5px 0 0;
}
.con_yubin1 {
	width: 90px;
}
.con_openinghours {
	margin: 0 10px 0 0;
	width: 100%;
    height: 100px;
}
.con_others {
	width: 100%;
}

span#con_check {
	font-size:90%;
}

.wpcf7-submit {
	font-weight: bold;
}
.wpcf7.wpcf7c-conf {
	border: solid 1px #eee;
	background-color: #fff;
	font-weight: bold;
}
.wpcf7-radio .wpcf7-list-item {
 	margin: 0 .9em 0 0;
}
.must {
	color: #FF1F23;
}

#finland,
#mexico,
#flance,
#vietnam,
#taiwan,
#thai,
#singapore,
#indonesia,
#australia,
#newzealand {
	display: none;
}

#agreement {
	margin: 15px 0 0;
    padding:10px 15px;
    text-align: center;
    border:solid 1px #EBD2AF;
    background: #F3E2CA;
}
.doui_wrapper {
	margin: 5px 0 15px;
	line-height: 1.5em;
}
#doui {
	padding: 10px;
	width: 150px;
}
#modoru,
#tsugi {
	padding: 5px 10px;
    width:120px;
}
body .wpcf7-list-item {
	margin: 0;
}

/*ページローディング非表示*/
.wpcf7-spinner {
	display: none !important;
}

/*reCAPTCHA用文言*/
.recaptcha {
	margin: 30px 0 15px;
	color: #777;
	font-size: 65%;
	line-height: 1.5em;
}
.recaptcha a {
	color: #444444;
}

p.koban {
    margin: 0 0 5px 0;
    line-height: 1.60;
    text-indent: -1em;
    padding-left: 1em;
}

p.denshi-kiyaku-koban {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: -1em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban2 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 1em;
}
p.denshi-kiyaku-koban3 {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 0em;
    padding-left: 2em;
}
p.denshi-kiyaku {
    margin: 0;
    font-size:0.8em;
    line-height: 1.60;
    text-indent: 1em;
}

span.method {
	padding:3px 10px;
	font-size: 90%;
	background: rgba(39,132,148,1.00);
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
}

figure.insyokuten table {
	border:solid 1px #989898;
}
figure.insyokuten table tr td {
	vertical-align: top;
	border:solid 1px #989898;
}
figure.insyokuten table tr td:nth-child(1) {
	width:30%;
}
figure.insyokuten table tr td:nth-child(2) {
	width:70%;
}

.search-txt {
    margin-bottom: 10px;
    font-size: 80%;
    line-height: 1.35;
}

.hojokin_info {
    margin: 20px 0 0 0;
    padding:10px 14px;
    background: #B2FFB1;
    font-size: 0.85em;
    line-height: 1.50;
}
.hojokin_info p {
    margin: 0 0 15px 0;
}
.hojokin_info ul {
    margin-left: 18px;
    list-style: disc;
}

.esab__body p {
	margin:0 0 3px;
}

.anchor_menu ul {
	margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    align-items: center;
}
.anchor_menu ul li {
	width: 80%;
    text-align: center;
    line-height: 1.10;
    margin-left: 0;
}

.anchor_menu ul li a.btn {
    align-items: center;
	width:100%;
	color:#FFFFFF;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    font-size: clamp(13px,1.1vw,16px);
	background: #736152;
    border-radius: 26px;
}
.anchor_menu ul li a.btn:hover {
	background-color: #c9b49a;
    transition-duration: 0.9s;
}

.entry-content .reason table {
	margin: 10px 9px 0 auto;
    width: 94.8%;
}


.reason table tbody tr:first-child td {
	text-align: center;
}

}