﻿@charset "utf-8";
/* CSS Document */
html {/*iOS WindowsPhone orientation font-size対策*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:62.5%; /*1rem = 10px*/
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.0;
	color: #000;
	min-width: 1100px;
}
div{
	word-wrap: break-word;
}

a{
	text-decoration: none;
	color:inherit;
}
a:hover{text-decoration: underline;}

a:hover img:not(.rollover):not(.nofade):not(.hover){
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition: 0.5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a.bdr{
	text-decoration:underline;
}
a.bdr:hover{
	text-decoration:none;
}
a.cmn_link{
	/* color:#a00; */
	text-decoration: underline;
}
a:not(.cmn_link):hover{
	text-decoration: none;
	/* color:#a00; */
}
.pointer{
	cursor: pointer;
}

.ti,
.ti_list li,
.ti_list dd{
	text-indent:-1em;
	padding-left:1em;
}

.ma{
	display: block;
	margin: 0 auto;
}
.ml1em{margin-left: 1em;}
.mb1em{margin-bottom:1em;}
.ml-half{margin-left:-0.5em;}

tr, th, td{
	vertical-align: middle;
	box-sizing: border-box;
}

.cmn_width{
	width: 1100px;
	margin:0 auto;
}
.contents{
	position: relative;
	z-index: 1;
}

/* ===============================
 エディター用共通CSS
===============================*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/*===============================
Common
===============================*/
/*背景*/
.cmn_bg01{
	background: url(../img/common/cmn_bg01.jpg);
}
.cmn_bg01-dark{
	background: url(../img/common/cmn_bg01-dark.jpg);
}
.cmn_bg02{
	background: url(../img/common/cmn_bg02.jpg);
}
.cmn_bg03{
	background: url(../img/common/cmn_bg03.jpg);
}

/*スライダー*/
.swiper-container.l-outcontainer{
	overflow: visible;
}
.swiper-container.l-out_pagination{
	padding-bottom: 30px;
}
.swiper-container-horizontal.l-out_pagination>.swiper-pagination-bullets,
.swiper-container.l-out_pagination .swiper-pagination-custom,
.swiper-container.l-out_pagination .swiper-pagination-fraction{
	bottom:0;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border:1px solid #DDD8CC;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	border:1px solid #886037;
	background-color: #886037;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.swiper-button-next, .swiper-button-prev{
    width: 36px;
    height: 70px;
	margin-top: -35px;
	background-size: 36px 70px;
}
.swiper-button-prev{
	background-image:url(../img/common/pager_prev01.png);
}
.swiper-button-next{
	background-image:url(../img/common/pager_next01.png);
}
.swiper-button-prev.l-02{
    left:0;
    background-image: url(../img/common/pager_prev02.png);
}
.swiper-button-next.l-02{
    right: 0;
    background-image: url(../img/common/pager_next02.png);
}
.swiper-button-prev:hover{
	opacity:0.7;
	transition: 0.5s;
}
.swiper-button-next:hover{
	opacity:0.7;
	transition: 0.5s;
}

/*パンくず*/
/*.pankuzu{ padding:15px 0; }*/
/*ページャー*/
.pagenavi{
	margin: 60px 0 45px;
}
.wp-pagenavi{
	text-align:center;
}
	.wp-pagenavi .pages,
	.wp-pagenavi .first,
	.wp-pagenavi .last,
	.wp-pagenavi .page,
	.wp-pagenavi .current,
	.wp-pagenavi .extend,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{
		display:inline-table;
		width: 30px;
		height: 30px;
		color: #3F3F3F;
		vertical-align: middle;
		text-align: center;
		box-sizing: border-box;
		font-size: 15px;
		padding-top: 7px;
		margin-right: 20px;
		border-radius: 5px;
	}
	.wp-pagenavi a{
		text-decoration: none;
	}
	.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover{
		background-color: #3F3F3F;
		color: #fff;
	}
	.wp-pagenavi .current{
		background-color: #3F3F3F;
		color: #fff;
	}

	.wp-pagenavi .page{
		border: 1px solid #3F3F3F;
	}
	.wp-pagenavi .first,
	.wp-pagenavi .previouspostslink{
		padding-right:7px;
		background: url(../img/common/pgnation_l01.png) no-repeat center center;
		background-size: 10px 18px;
		font-size: 0;
	}
	.wp-pagenavi .last,
	.wp-pagenavi .nextpostslink{
		padding-left:7px;
		background: url(../img/common/pgnation_r01.png) no-repeat center center;
		background-size: 10px 18px;
		font-size: 0;
	}
	.wp-pagenavi a.previouspostslink:hover,
	.wp-pagenavi a.nextpostslink:hover{
		opacity:0.5;
	}

/*ページネーション*/
/* .pagenation{
	margin-top: 40px;
	text-align:center;
}
.pagenation li{
	display:inline-block;
	line-height:1.0;
	padding:0 1em;
	min-width: 5em;
}
.pagenation .prev img{
	vertical-align: middle;
    padding-right: 20px;
}
.pagenation .next img{
	vertical-align: middle;
    padding-left: 20px;
}
.pagenation .back{
	padding:0 1em;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
} */

/*-------- ボタン -------*/
a.cmn_btn01,
.cmn_btn01{
    display: block;
    height: 60px;
    padding: 17px 0;
    box-sizing: border-box;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    border:1px solid #CCCCCC;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
}
a.cmn_btn01:hover,
.cmn_btn01:hover{
	transition: .5s;
	opacity: .7;
}

a.cmn_btn02,
.cmn_btn02{
    display: block;
    height: 50px;
    padding: 13px 0 12px;;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
	border-radius: 10px;
	background-color: #3F3F3F;
	cursor: pointer;
}
a.cmn_btn02:hover,
.cmn_btn02:hover{
	transition: .5s;
	opacity: .7;
}

/*-------- アイコン -------*/
.icon_new{
    display: inline-block;
    box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #fff100;
    background-color: #FFF100;
    color:#3F3F3F;
    font-size: 10px;
    padding: 4px;
    width: 40px;
	text-align: center;
	margin-right: 4px;
    margin-bottom: 5px;
}
.icon_cat{
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    border:1px solid #ccc;
    background-color: #EFEFEF;
    color:#000;
    font-size: 10px;
    padding: 4px;
    min-width: 50px;
	text-align: center;
	margin-right: 4px;
    margin-bottom: 5px;
}
.icon_cat.info{
	border-color: #886037;
	background-color: #886037;
	color:#fff;
}
.icon_cat.blog{
	border-color: #4A4A4A;
	background-color: #4A4A4A;
	color:#fff;
}
.icon_cat:hover{
	opacity: .7;
	transition: .5s;
}

.icon_bukken_type {
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

/*-------- チェックボックス、ラジオボタン -------*/
input[type=radio], input[type=checkbox] {
    display: none;
}
.radio, .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}
.radio:after, .checkbox:after {
    -webkit-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    border: 1px solid #888888;
    border-radius: 5px;
    content: '';
    box-sizing: border-box;
}

.radio:before {
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    top: 50%;
	left: 3px;
    display: block;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #53b300;
    content: '';
    opacity: 0;
}
input[type="radio"]:checked + .radio:before,
.radio.js-changed:before {
opacity: 1;
}
.checkbox:before {
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -10px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #53b300;
    border-bottom: 3px solid #53b300;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  input[type="checkbox"]:checked + .checkbox:before,
  .checkbox.js-changed:before{
    opacity: 1;
  }

/*===============================
Header
===============================*/

.hblock01{
	padding: 23px 0 15px;
}
.hblock01 .hlogo{
	margin-right: 30px;
	float: left;
}
.hblock01 .htxt01{
	display: table;
	float: left;
	width: 448px;
}
	.hblock01 .htxt01 .cell{
		display: table-cell;
		padding: 10px 0;
		vertical-align: middle;
		font-size: 12px;
		line-height: 1.7;
	}
.hblock01 .box02.fr{
	margin-top: 7px;
	width: 242px;
}
	.hblock01 .hmail{
		float: left;
	}
	.hblock01 .htel{
		float: right;
	}
.hblock02.l-bdr{
	border-bottom:1px solid #E7E1D8;
}
.gnav_list{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.gnav_list li{
	display: table-cell;
	padding: 0 20px;
	position: relative;
}
.gnav_list li:first-child{
	padding-left: 0;
}
.gnav_list li:last-child{
	padding-right: 0;
}
/* .gnav_list li{
	background-color: #fff100;
	background-size:95% 13px;
	background-position: 2.5% bottom;
} */
.gnav_list li a{
	position: relative;
}
.gnav_list li:before{
	height: 13px;
	left: 5%;
	bottom:0;
	background-color: #fff100;
	position: absolute;
	width: 0;
	-webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:         all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
	display: block;
	content:"";
	opacity: 0;
}
.gnav_list li:not(.active):hover:before,
.gnav_list li.active:before{
	width: 90%;
	opacity: 1;
}


/*===============================
Footer
===============================*/
#to_top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width:55px;
	height: 55px;
	z-index: 100;
}
/* #to_top a{
	display:block;
	position:absolute;
} */
.footer_bg{
	background-color: #FFF;
	border-top: solid 1px #DDD8CC;
}
.footer_top{
	padding: 55px 0 40px;
}

.footer_top .shop_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer_top .shop_list li{
	color: #3F3F3F;
	width: calc((100% - 40px * 2) / 3);
}
.footer_top .shop_list .shop_ttl{
	margin-bottom: 13px;
}
.footer_top .shop_list .shop_main_wrap{
	display: flex;
}
.footer_top .shop_list .shop_img_box{
	width: 140px;
	font-size: 0;
}
.footer_top .shop_list .gmap_btn{
	box-sizing: border-box;
	border: 1px solid #999999;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 13px;
	transition: opacity .5s;
}
.footer_top .shop_list .gmap_btn:hover{
	opacity: 0.7;
}
.footer_top .shop_list .gmap_btn .icon{
	margin-right: 5px;
	width: 9px;
	height: 14px;
}
.footer_top .shop_list .shop_txt_box{
	flex: 1;
	padding-left: 15px;
	font-size: 13px;
	line-height: 1.69;
}
.footer_top .shop_list .shop_btn_box{
	margin-top: 15px;
}
.footer_top .shop_list .shop2 .shop_txt_box .contactbox{
	margin-top: 9px;
}
.footer_top .shop_list .shop2 .shop_txt_box .telbox{
	display: flex;
}
.footer_top .shop_list .shop2 .shop_txt_box .telbox:not(:last-child){
	margin-bottom: 8px;
}
.footer_top .shop_list .shop2 .shop_txt_box .telbox .ttl{
	background-color: #E9E9E9;
	border-radius: 5px;
	padding: 6px 5px;
	font-size: 13px;
	line-height: 1.1;
	margin-right: 5px;
}
.footer_top .shop_list .shop2 .shop_txt_box .telbox .txt{
	line-height: 1.38;
}
.footer_top .shop_list .shop2 .shop_btn_box{
	display: flex;
	justify-content: space-between;
}

.footer_top .footer_top_btm_txt{
	font-size: 13px;
}

.footer_mid{
	position: relative;
	padding: 40px 0 60px;
}
/* 180803 非公開
.footer_mid:before{
	display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/cmn_bdr01.png) repeat-x;
}
*/
.footer_contact_box{
	background-color: #fbf8f2;
	border: 1px solid #EAE8DF;
	border-radius: 5px;
	padding: 9px;
}
	.footer_contact_box > ul{
		display: flex;
	}
		.footer_contact_box > ul > li{
			width: calc((100% - 10px) / 2);
		}
		.footer_contact_box > ul > li:not(:last-of-type){
			margin-right: 10px;
		}
.footer_sitemap_box{
	display:flex;
	justify-content: space-between;
	padding-top: 40px;
	margin-bottom: 50px;
}
	.footer_sitemap_box .top_blc{
		height: 187px;
	}
		.footer_sitemap_box .box_ttl{
			font-weight: bold;
			font-size: 15px;
			margin-bottom: 10px;
		}
			.footer_sitemap_box .box_ttl a{
				transition:0.5s all;
			}
			.footer_sitemap_box .box_ttl a:hover{
				opacity: 0.5;
			}
		.footer_sitemap_box li{
			font-size: 13px;
			line-height: 1.95;
		}
			.footer_sitemap_box li a:hover{
				text-decoration: underline;
			}
		.footer_sitemap_box .blc_inner_box{
			display: inline-block;
			vertical-align: top;
		}
		.footer_sitemap_box .blc_inner_box:not(:last-child){
			margin-right: 20px;
		}
		.footer_sitemap_box .top_blc_inner{
			display:flex;
			justify-content: space-between;
		}
			.footer_sitemap_box .top_blc_inner .box:first-child{
				margin-right: 65px;
			}
.footer_brand_box{
	display:flex;
	justify-content: center;
}
	.footer_brand_box li{
		width: 208px;
	}
	.footer_brand_box li:not(:nth-child(5n)){
		margin-right: 15px;
	}
	.footer_brand_box li .txt{
		margin-top: 10px;
		text-align: center;
		font-size: 12px;
	}
	.footer_brand_box li a:hover .txt{
		opacity: 0.5;
		transition:0.5s;
	}
		.footer_brand_box li .txt img{
			/* padding-left: 5px; */
		}
.footer_btm{
	background-color: #313131;
	padding-top: 10px;
	padding-bottom: 10px;
}
	.footer_btm_inner{
		display: table;
	}
		.footer_btm_inner > *{
			color: #ffffff;
			display: table-cell;
			vertical-align: middle;
		}
		.footer_copy{
			letter-spacing: 0.1em;
		}

/*===============================
fixnav
===============================*/
#fixnav{
	position: absolute;
	right: 0;
	top:0;
	z-index: 100;
	display: none;
	width: 50px;
}
#fixnav > a{
	display: block;
}
#fixnav > a img{
	display: block;
}

/* ===============================
 下層共通パーツ
===============================*/
/*-------- メインビジュアル -------*/
.cmn_main{
    /* background: url(../img/navi/main_bg.png) center center; */
	background-position: center center;
	background-size: cover;
    height: 200px;
    position: relative;
}
	.cmn_main_ttl{
		position: absolute;
		top: 58px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.cmn_main_ttl.l-shadow{
		top:46px;
	}
/*-------- パンくずリスト -------*/
.pankuzu{
	padding: 10px 0 50px;
	font-size: 10px;
}

/*-------- ボックス -------*/
.cmn_block{
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 50px 30px 30px;
}
/*-------- タイトル -------*/
.cmn_ttl01{
	color:#fff;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	padding: 17px 15px 15px;
	background-color: #888;
}

/* ===============================
 検索条件指定・こだわり条件から探す
===============================*/

.cmn_search .scontainer{
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
}
.cmn_search .sh01{
    font-size: 20px;
    line-height: 1.5;
    color:#fff;
    font-weight: bold;
    padding: 10px 14px 8px;
    background-color: #888;
    margin-bottom: 20px;
}
.cmn_search .sh02{
    color: #3F3F3F;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 10px;
    position: relative;
    border-left: 4px solid #8A8A8A;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.cmn_search .sh02:after{
    position: absolute;
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #8A8A8A;
    left: -2px;
    bottom: -5px;
}
.cmn_search .slist{
}
.cmn_search .slist li{
    color: #3f3f3f;
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
	/* width: 200px; */
	width: 19%;
    margin-bottom: 20px;
}
.cmn_search .slist li.l-wide{
	width: auto;
}
.cmn_search .kodawari_box_ttl{
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#3F3F3F;
	border-bottom: solid 1px #8A8A8A;
	margin-bottom: 15px;
}
.cmn_search .kodawari_box_ttl img{
	padding-right: 5px;
}
.cmn_search .subbox{
    background-color: #fbf8f2;
    padding: 20px;
}
.cmn_search .btnbox01{
    width: 610px;
    margin: 0 auto;
}
.cmn_search .btnbox01 .cmn_btn01{
    width: 295px;
    padding: 10px 0;
    height: 50px;
}
.cmn_search .btnbox01 .cmn_btn01.send{
    border-color: #3F3F3F;
    background-color: #3F3F3F;
    color:#fff;
}
.cmn_search .btnbox01 .cmn_btn01.more{
    border-color: #E0D5C9;
    color:#886037;
    background:url(../img/common/arrow_d01.png) no-repeat right 10px center #fff;
}
.cmn_search .btnbox01 .cmn_btn01.more.on{
    background-image:url(../img/common/arrow_d01-on.png);
    background-color: #886037;
    border-color: #886037;
    color:#fff;
}
.cmn_search .subbox{
    padding: 25px;
    background-color: #FBF8F2;
}
.cmn_search .subbox .btnbox01{
    transition: padding .5s;
}
.cmn_search .subbox.on .btnbox01{
    padding: 50px 0 35px;
}
.cmn_search .subbox.js-area_slide .slist{
    display: none;
}
.cmn_search .subbox .slist li{
    width: 190px;
    margin-bottom: 15px;
}

.cmn_search .btnbox02 .cmn_btn01{
    width: 295px;
    padding: 10px 0;
    height: 50px;
    margin: 0 auto;
}
.cmn_search .btnbox02 .cmn_btn01.send{
    border-color: #3F3F3F;
    background-color: #3F3F3F;
    color:#fff;
}

/*入力ボックスレイアウト*/
.cmn_search .checkbox:before{
    top:1px;
    margin-top: 0;
}
.cmn_search .radio:before{
    top:6px;
    margin-top: 0;
}
.cmn_search .checkbox:after,
.cmn_search .radio:after{
    top:3px;
    margin-top: 0;
}
.cmn_search select{
    width: 204px;
    border:1px solid #888;
    color: #3f3f3f;
    font-size: 15px;
    padding: 5px 30px 5px 5px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/common/select_btn.png) no-repeat right center #fff;
    background-size: contain;
    cursor: pointer;
}
.cmn_search .slcbox .link{
    font-size: 15px;
    color:#3F3F3F;
    margin:0 5px;
}

.cmn_kodawari_list li{
    width: 350px;
    float: left;
}
.cmn_kodawari_list li:not(:last-child){
    margin-right: 25px;
}
.cmn_kodawari_list a{
    display: block;
}

.cmn_search .btn_block{
	display: none;
}

/*ポップアップ*/
#popup-area .cmn_search .btn_block{
	display: block;
	text-align: right;
}
	#popup-area .cmn_search .btn_block img{
		vertical-align: bottom;
	}
#popup-area .cmn_search .scontainer{
	box-sizing: border-box;
	padding: 20px 40px 40px;
	width: 980px;
}
#popup-area .cmn_search .swrapper{
	height: 600px;
}

/*共通設定*/
.popup-hide{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	z-index:9999;
}
#popup-wrap{
	display:none;
	z-index:9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background:rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
}

/*市区町村を選択*/
.cmn_search .sblock01_inner{
	padding:0 80px;
}
	.cmn_search .map_box01{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.cmn_search .map_box01 .select_box{
			flex:1;
			display: table;
		}
			.cmn_search .map_box01 .area_select_ttl,
			.cmn_search .map_box01 .area_select{
				display: table-cell;
				vertical-align: middle;
			}
			.cmn_search .map_box01 .area_select_ttl{
				vertical-align: middle;
				width: 170px;
				/* border-right: 1px solid #E0D5C9; */
			}
			.cmn_search .map_box01 .area_select{
				font-size: 18px;
				width: 80px;
				text-align: center;
				cursor: pointer;
				padding:5px 0;
			}
			.cmn_search .map_box01 .slc_city{
				position: relative;
			}
			/* .cmn_search .map_box01 .area_select .slc_city:after{
				opacity:0;
				display: inline-block;
				content:"";
				background-color: #FFF100;
				width: 100%;
				height: 4px;
				position: absolute;
				right: 0;
				bottom:0;
				transition: all .5s;
			} */
			.cmn_search .map_box01 .area_select.on .slc_city:after{
				bottom: -3px;
				opacity: 1;
			}
			.cmn_search .map_box01 .area_select.on .slc_city{
				cursor: default;
			}
			.cmn_search .map_box01 .area_select:not(.on) .slc_city:hover{
				transition:.5s;
				opacity:0.5;
			}
			.cmn_search .map_box01 .area_select.l-wide{
				width: 90px;
				padding-left: 10px;
			}
		.cmn_search .map_box01 .other_box{
			width: 416px;
			background-color: #FBF8F2;
			padding:10px;
			box-sizing:border-box;
		}
			.cmn_search .map_box01 .other_box .other_ttl{
				display: inline-block;
				margin-right: 15px;
				font-size: 18px;
			}
			.cmn_search .map_box01 .other_box select{
				width: 318px;
			}
	.cmn_search .map_box02 .map_img{
		width: 860px;
		height: 573px;
		position: relative;
	}
	.cmn_search .map_box02 .map_img.city1{
		background: url(../img/search/map-toyama.jpg)no-repeat;
	}
	.cmn_search .map_box02 .map_img.city2{
		background: url(../img/search/map-takaoka.jpg)no-repeat;
	}
	.cmn_search .map_box02 .map_img.city3{
		background: url(../img/search/map-imizu.jpg)no-repeat;
	}
	.cmn_search .map_box02 .towng_box{
		position: absolute;
	}
	.cmn_search .map_box02 .towng_box.city1_towng1{
		width: 422px;
		height: 289px;
		top:0;
		left: 222px;
	}
	.cmn_search .map_box02 .towng_box.city1_towng2{
		width: 222px;
		height: 574px;
		top:0;
		left: 0;
	}
	.cmn_search .map_box02 .towng_box.city1_towng3{
		width: 269px;
		height: 138px;
		top: 289px;
		left: 373px;
	}
	.cmn_search .map_box02 .towng_box.city1_towng4{
		width: 218px;
		height: 574px;
		top:0;
		right: 0;
	}
	.cmn_search .map_box02 .towng_box.city1_towng5{
		width: 495px;
		height: 149px;
		bottom:0;
		left: 148px;
	}
	.cmn_search .map_box02 .towng_box.city1_towng6{
		width: 209px;
		height: 138px;
		top: 289px;
		left: 148px;
	}
	.cmn_search .map_box02 .towng_box.city2_towng1{
		width: 445px;
		height: 141px;
		top:0;
		left: 211px;
	}
	.cmn_search .map_box02 .towng_box.city2_towng2{
		width: 211px;
		height: 407px;
		top:0;
		left: 0;
	}
	.cmn_search .map_box02 .towng_box.city2_towng3{
		width: 444px;
		height: 266px;
		top:141px;
		left: 211px;
	}
	.cmn_search .map_box02 .towng_box.city2_towng4{
		width: 206px;
		height: 407px;
		top:0;
		right: 0;
	}
	.cmn_search .map_box02 .towng_box.city2_towng5{
		width: 860px;
		height: 167px;
		bottom:0;
		left: 0;
	}
	.cmn_search .map_box02 .towng_box.city3_towng1{
		width: 422px;
		height: 266px;
		top:0;
		left: 222px;
	}
	.cmn_search .map_box02 .towng_box.city3_towng2{
		width: 222px;
		height: 573px;
		top:0;
		left: 0;
	}
	.cmn_search .map_box02 .towng_box.city3_towng3{
		width: 218px;
		height: 573px;
		top:0;
		right: 0;
	}
	.cmn_search .map_box02 .towng_box.city3_towng4{
		width: 422px;
		height: 308px;
		bottom:0;
		left: 222px;
	}
	.cmn_search .map_box02 .towng_name{
		border: 2px solid #ccc;
		border-radius: 10px;
		width: 108px;
		height: 60px;
		box-sizing: border-box;
		padding: 14px 3px 8px 15px;
		font-size: 25px;
		font-weight: bold;
		background-color: #fff;
		box-shadow: 2px 2px 0 0 rgba(0,0,0,0.3);
		position: absolute;
	}
		.cmn_search .map_box02 .towng_name .checkbox{
			padding-left: 25px;
		}
		.cmn_search .map_box02 .towng_name .checkbox:before{
			width: 8px;
			height: 15px;
		}
		.cmn_search .map_box02 .towng_name .checkbox:after{
			width: 21px;
			height: 21px;
		}
	.cmn_search .map_box02 .city1_towng1 .towng_name{
		border-color: #EA0046;
		color: #ea0046;
		top:93px;
		left:90px;
	}
	.cmn_search .map_box02 .city1_towng2 .towng_name{
		border-color: #5430CF;
		color: #5430CF;
		top: 203px;
		left: 37px;
	}
	.cmn_search .map_box02 .city1_towng3 .towng_name{
		width: 120px;
		padding-left: 10px;
		border-color: #00A4EA;
		color: #00A4EA;
		top:38px;
		left:90px;
	}
	.cmn_search .map_box02 .city1_towng4 .towng_name{
		border-color: #FF9900;
		color: #FF9900;
		top: 203px;
		left: 72px;
	}
	.cmn_search .map_box02 .city1_towng5 .towng_name{
		border-color: #4AC227;
		color: #4AC227;
		top:25px;
		left:162px;
	}
	.cmn_search .map_box02 .city1_towng6 .towng_name{
		border-color: #996633;
		color: #996633;
		top:44px;
		left:45px;
	}
	.cmn_search .map_box02 .city2_towng1 .towng_name{
		border-color: #EA0046;
		color: #ea0046;
		top:30px;
		left:150px;
	}
	.cmn_search .map_box02 .city2_towng2 .towng_name{
		border-color: #5430CF;
		color: #5430CF;
		top: 163px;
		left: 40px;
	}
	.cmn_search .map_box02 .city2_towng3 .towng_name{
		width: 120px;
		padding-left: 10px;
		border-color: #00A4EA;
		color: #00A4EA;
		top:50px;
		left:92px;
	}
	.cmn_search .map_box02 .city2_towng4 .towng_name{
		border-color: #FF9900;
		color: #FF9900;
		top: 163px;
		left: 55px;
	}
	.cmn_search .map_box02 .city2_towng5 .towng_name{
		border-color: #4AC227;
		color: #4AC227;
		top:38px;
		left:359px;
	}
	.cmn_search .map_box02 .city3_towng1 .towng_name{
		border-color: #EA0046;
		color: #ea0046;
		top:132px;
		left:124px;
	}
	.cmn_search .map_box02 .city3_towng2 .towng_name{
		border-color: #5430CF;
		color: #5430CF;
		top: 236px;
		left: 54px;
	}
	.cmn_search .map_box02 .city3_towng3 .towng_name{
		border-color: #FF9900;
		color: #FF9900;
		top: 236px;
		left: 66px;
	}
	.cmn_search .map_box02 .city3_towng4 .towng_name{
		border-color: #4AC227;
		color: #4AC227;
		top:90px;
		left:125px;
	}
/* ポップアップ(80%サイズ) */
	#popup-area .cmn_search .sblock01_inner{
		padding: 0;
	}
	#popup-area .cmn_search .map_box02 .map_img{
		width: 688px;
		height: 458px;
		margin:0 auto;
	}
	#popup-area .cmn_search .map_box02 .map_img.city1{
		background: url(../img/search/map-toyama-popup.jpg)no-repeat;
	}
	#popup-area .cmn_search .map_box02 .map_img.city2{
		background: url(../img/search/map-takaoka-popup.jpg)no-repeat;
	}
	#popup-area .cmn_search .map_box02 .map_img.city3{
		background: url(../img/search/map-imizu-popup.jpg)no-repeat;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng1{
		width: 338px;
		height: 231px;
		top:0;
		left: 178px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng2{
		width: 178px;
		height: 459px;
		top:0;
		left: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng3{
		width: 216px;
		height: 110px;
		top: 231px;
		left: 297px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng4{
		width: 174px;
		height: 459px;
		top:0;
		right: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng5{
		width: 396px;
		height: 119px;
		bottom:0;
		left:117px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city1_towng6{
		width: 180px;
		height: 110px;
		top:231px;
		left: 117px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city2_towng1{
		width: 356px;
		height: 113px;
		top:0;
		left: 169px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city2_towng2{
		width: 169px;
		height: 326px;
		top:0;
		left: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city2_towng3{
		width: 356px;
		height: 213px;
		top:113px;
		left: 169px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city2_towng4{
		width: 165px;
		height: 326px;
		top:0;
		right: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city2_towng5{
		width: 688px;
		height: 134px;
		bottom:0;
		left: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city3_towng1{
		width: 338px;
		height: 213px;
		top:0;
		left: 222px;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city3_towng2{
		width: 178px;
		height: 458px;
		top:0;
		left: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city3_towng3{
		width: 174px;
		height: 458px;
		top:0;
		right: 0;
	}
	#popup-area .cmn_search .map_box02 .towng_box.city3_towng4{
		width: 338px;
		height: 246px;
		bottom:0;
		left: 178px;
	}
	#popup-area .cmn_search .map_box02 .towng_name{
		width: 90px;
		height: 50px;
		padding: 12px 0px 8px 11px;
		font-size: 22px;
		font-weight: bold;
	}
		#popup-area .cmn_search .map_box02 .towng_name .checkbox{
			padding-left: 17px;
		}
		#popup-area .cmn_search .map_box02 .towng_name .checkbox:before{
			width: 4px;
			height: 9px;
		}
		#popup-area .cmn_search .map_box02 .towng_name .checkbox:after{
			width: 14px;
			height: 14px;
		}
	#popup-area .cmn_search .map_box02 .city1_towng1 .towng_name{
		top:72px;
		left:59px;
	}
	#popup-area .cmn_search .map_box02 .city1_towng2 .towng_name{
		top: 156px;
		left: 44px;
	}
	#popup-area .cmn_search .map_box02 .city1_towng3 .towng_name{
		width: 100px;
		padding-left: 6px;
		top:38px;
		left:65px;
	}
	#popup-area .cmn_search .map_box02 .city1_towng4 .towng_name{
		top: 155px;
		left: 56px;
	}
	#popup-area .cmn_search .map_box02 .city1_towng5 .towng_name{
		top:20px;
		left:118px;
	}
	#popup-area .cmn_search .map_box02 .city1_towng6 .towng_name{
		top:37px;
		left:38px;
	}
	#popup-area .cmn_search .map_box02 .city2_towng1 .towng_name{
		top:13px;
		left:122px;
	}
	#popup-area .cmn_search .map_box02 .city2_towng2 .towng_name{
		top: 126px;
		left: 38px;
	}
	#popup-area .cmn_search .map_box02 .city2_towng3 .towng_name{
		width: 100px;
		padding-left: 6px;
		top:50px;
		left:80px;
	}
	#popup-area .cmn_search .map_box02 .city2_towng4 .towng_name{
		top: 126px;
		left: 47px;
	}
	#popup-area .cmn_search .map_box02 .city2_towng5 .towng_name{
		top:31px;
		left:290px;
	}
	#popup-area .cmn_search .map_box02 .city3_towng1 .towng_name{
		top:100px;
		left:100px;
	}
	#popup-area .cmn_search .map_box02 .city3_towng2 .towng_name{
		top: 173px;
		left: 50px;
	}
	#popup-area .cmn_search .map_box02 .city3_towng3 .towng_name{
		top: 183px;
		left: 45px;
	}
	#popup-area .cmn_search .map_box02 .city3_towng4 .towng_name{
		top:75px;
		left:100px;
	}


/* ===============================
 cmn_bnr_contents
===============================*/
.cmn_bnr_contents{
	margin-top: 40px;
}
	.cmn_bnr_contents_list{
		font-size: 0;
	}
		.cmn_bnr_contents_list > li{
			display: inline-block;
			vertical-align: bottom;
		}
		.cmn_bnr_contents_list > li:not(:last-of-type){
			margin-right: 25px;
		}


/* ===============================
 20201225 短期滞在バナー追加
===============================*/
/* TOPバナー */
#top .shortstay_bnr{
	margin-top: 40px;
}

/* フローティングバナー */
.shortstay_float_bnr{
	position: fixed;
	left: 12px;
	bottom: 20px;
	z-index: 100;
	display: none;
}
.shortstay_float_bnr .close_btn{
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 110;
	cursor: pointer;
}
.shortstay_float_bnr.is-open {
	display: block;
}

/* ===============================
 20240528 update
===============================*/
footer .footer-dx-block{
	padding-top: 55px;
}
footer .footer-dx-block .block-inner{
	box-sizing: border-box;
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-dx-block .box-img{
	padding-right: 30px;
}
footer .footer-dx-block .box-txt{
	padding-left: 35px;
	border-left: 1px solid #CCC;
	font-size: 26px;
	line-height: 1.5;
	color: #3f3f3f;
}
