<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.w-1100 {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.w-800 {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.w-900 {
	display: block;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.w-1000 {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.w-1100, .w-800, .w-900, .w-1000 {
		width: 100%;
	}
}

.btn-black {
	color: #fff;
	background-color: #222222;
	padding: 14px 0;
	width: 700px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
    margin: 40px auto 0;
	font-size: 20px;
}
.btn-black:hover {
	color: #fff;
	text-decoration: none;
	background-color: #C72A2A;
}
/* パンくずリスト */
ul.breadcrumbs {
	width: 1100px;;
	margin-right: auto;
	margin-left: auto;
}
ul.breadcrumbs, ul.breadcrumbs a {
	color: #999999;
	text-decoration: none;
}
ul.breadcrumbs li:not(:last-of-type)::after {
	content: "＞";
}

.page-control {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.page-control a {
	text-decoration: none;
}
.page-control a.btn-back {
	background: #ececec;
	padding: 5px 20px;
	float: right;
}
.sp-page-control {
	display: none;
}
.visible-hidden {
	visibility: hidden;
}
@media screen and (max-width: 767px) {
	ul.breadcrumbs {
		display: none;
	}
	.page-control {
		display: none;
	}
	.sp-page-control {
		display: block;
		margin: 30px 10px;
		font-size: 12px;
		text-align: center;
	}
	.sp-page-control a {
		text-align: center;
		color: #fff;
		display: inline-block;
		padding: 13px 10px;
		background-color: #222222;
	}
	.sp-page-control a {
		width: 46%;
	}
	.sp-page-control a:first-of-type:not(.back),
	.sp-page-control a:last-of-type:not(.back) {
		width: 25%;
	}
}
/* ページネーション */

.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #222222;
	border-color: #222222;
	border-radius: 0;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pager li &gt; a,
.pager li &gt; span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	border: none;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
	color: #222222;
}
.pager li &gt; a:focus,
.pager li &gt; a:hover {
	color: #222222;
	background-color: transparent;
}
.pagination &gt; .active &gt; a:hover {
	background-color: #C72A2A;
}
/*========*/
/* common */
/*========*/
header ul.login span {
    border-bottom: solid 1px #333;
    font-weight: bold;
}
a:hover {
    color: #090909;
}
.alert {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 1001;
}
.alert-success {
    background-color: #dff0d8ed;
}
.alert-info {
    background-color: #d9edf7eb;
}
.alert-danger {
    background-color: #f2dedeeb;
}
.alert-warning {
    background-color: #fcf8e3e8;
}

/*入力フォームの幅を修正*/
#page-advertisement #formbox table tbody tr td input,
#page-advertisement #formbox table tbody tr td textarea {
    font-size: 11px;
    line-height: normal;
    font-family: system-ui, -apple-system, "Hiragino Sans", "Yu Gothic UI", "Segoe UI", "Meiryo", sans-serif;
}
/*.btnを上書き*/
#page-advertisement #formbox .ta-c button,
#page-stores #formbox .ta-c button, 
#page-auth .box form button,
#page-home [class^=search-bx] table button,
#page-search [class^=search-bx] table button,
#page-home .area-go button,
#page-tour #area table button,
#page-tour.page-result #sh-wind form .inner p.dl-btn button,
#page-search .area-go button {
    border: none;
    padding: 0;
}
/*お気に入り*/
#page-stores.page-detail .favorites,
#page-stores.page-information .favorites {
    margin-bottom: 10px;
}

/* 画像を外接表示 */
#page-home #pickup a img, #sp-top .pickup .box a img {
    width: 330px;
    height: 230px;
    object-fit: cover;
}
#sp-top .pickup .box a img {
	width: 100%;
}
 .recommend a img, .recommend a img {
    object-fit: cover;
	width: 100%;
	height: 180px;
}
@media screen and (max-width: 767px) {
    #page-home .recommend a img, #sp-top .recommend a img {
        height: 118px;
    }
}
#page-home .voice a img {
    width: 100%;
    height: 180px;
    object-fit: cover;   
}
#page-home #sp-top .voice a img {
    height: 108px;
}
#page-home #magazine ul.list img {
    width: 245px;
    height: 180px;
    object-fit: cover;    
}
#page-search .case-list p.pic img {
    width: 176px;
    height: 160px;
    object-fit: cover;
}
#page-pickup #index p.pic img {
    width: 215px;
    height: 160px;
    object-fit: cover;     
}
#page-voice #index p.pic img {
    width: 278px;
    height: 226px;
    object-fit: cover;    
}
#page-voice #detail p.pic img {
    width: 1000px;
    height: 450px;
    object-fit: cover;
}
#page-webmagazine ul.list p.pic img {
    width: 216px;
    height: 120px;
    object-fit: cover;   
}
#page-stores .gallery-list img {
    width: 160px;
    height: 130px;
    object-fit: cover;   
}
#page-stores .event p.pic img {
    width: 278px;
    height: 200px;
    object-fit: cover;
}
#page-stores .ex p.pic img {
    width: 238px;
    height: 155px;
    object-fit: cover;
}
.prefecture_icon_color {
    border: 1px solid;
}
#page-tour.page-result #left-box .pickup-box img {
    width: 215px;
    height: 149px;
    object-fit: cover;
}
#page-tour.page-result #left-box .pickup-box2 img {
    width: 230px;
    height: 180px;
    object-fit: cover;
}
#page-consultation.page-information .textt.clearfix.mb30 img,
#page-tour.page-information .textt.clearfix.mb30 img {
    width: 215px;
    height: 149px;
    object-fit: cover;
}


#page-about,
#page-advertisement,
#page-auth,
#page-chats,
#page-company,
#page-consultation,
#page-guide,
#page-media,
#page-news,
#page-pickup,
#page-privacypolicy,
#page-registration,
#page-sitemap,
#page-specialcontents,
#page-news,
#page-termsofservice,
#page-user.page-mypage,
#page-voice,
#page-favorites,
#page-store_news,
#page-vr_model_houses,
#page-webmagazine,
#page-android,
#page-events,
#page-form,
#page-iphone,
#page-search,
#page-qanda,
#page-stores {
	padding-top: 60px;
	font-weight: normal;
}
#page-home {
	padding-top: 0px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
    #page-home {
        padding-top: 60px;
    }
}

/*エリアの県選択*/
.area-box__select--pref {
    width: 200px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    border-width: 1px;
    border-color: #333;
    height: 50px;
}
@media screen and (max-width: 767px) {
    .seo_bread_list {
        padding: 90px 5% 5%;
    }
    .alert {
    position: fixed;
    top: 2%;
    width: 100%;
    z-index: 1001;
    }

    .area-box__select--pref {
        width: 90%;
        margin: 0 auto 20px;
    }
    #page-home #area_box .area-name .area-txt ,
    #page-search #area_box .area-name .area-txt {
        text-align: center;
    }
    #sp-top .area-list {
        max-height: 300px;
        overflow: auto;
    }
    #sp-top .area-go {
        margin-top: 10px;
        text-align: center;
    }
    #sp-top .ttl {
    min-height: 40px;
    line-height: 20px;
    }
    #sp-top .search-bx-tbl th {
        width: 80%;
    }
    #sp-top .search-bx-tbl th input {
        width: 100%;
        height: 50px;
        font-size: 12px;
        border-radius: 0;
    }
    #sp-top .search-bx-tbl td {
        width: 20%;
    }
    #sp-top .search-bx .search-bx-tbl button {
        height: 50px;
        background: transparent;
        padding: 0!important;
    }
    #sp-top .search-bx .search-bx-tbl button img {
        width: 100%;
        height: 50px;
    }
    #page-stores.page-detail .flbox .rightBox .place {
        background: #333;
    }
    
}
#page-stores.page-detail .flbox .rightBox p.place {
    background: #fff;
}

/*県アイコンのレイアウト調整*/
#page-home #pickup  li .place,
#page-pickup #index li .place,
#page-search .case-list li .place,
#page-stores .prefecture_icon_color {
    padding: 3px 8px 1px;
    min-width: 65px;
    width: auto;
    background: #333;
}
#page-stores .prefecture_icon_color {
    padding: 5px 10px;
    font-size: 25px;
}


/*===============*/
/* advertisement */
/*===============*/
#page-advertisement #formbox table tbody tr td label {
    display: inline;
}
#page-advertisement #formbox ul.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#page-advertisement.page-confirm #formbox ul li.btn button {
    border: none;
    padding: 0px;
}
#page-advertisement.page-confirm #formbox ul li.btn button:focus {
    padding: 0px;
}
@media screen and (max-width:767px){
    #page-advertisement.page-confirm #formbox table {
        margin: 0px;
    }
    #page-advertisement.page-confirm #formbox ul li.btn button {
        display: block;
        margin: 0 0 10px 0;
    }
    #page-advertisement.page-confirm #formbox ul {
        text-align: center;
    }
}

/*======*/
/* home */
/*======*/
#page-home #pickup p.ttl,
#page-pickup #index p.ttl,
#page-stores.page-information li p.item01,
#page-voice.page-detail p.item01,
#page-voice.page-detail p.item02 {
    min-height: 45px;
}
#page-search .case-list h3.ttl {
    height: 50px;
    max-width: 191px;
}
#page-webmagazine.page-index li p.ttl {
    /*position: relative;*/
    min-height: 40px;
    /*overflow: hidden;*/
}
#page-home #voice li .pic img {
    width: 100%;
    height: 100%;
    max-width: 320px;
    max-height: 260px;
    margin: 0 auto;
}

#page-home .search-bx .search-bx-tbl button {
    border: none;
    background: #191919;
    display: inline-block;
    padding: 0;
}
#page-home .search-bx .search-bx-tbl button {
    padding: 11% 0;
    display: block;
}
#page-home p.bk-btn a:hover {
    color: #fff;
}
 
/*エリア検索部分*/
@media screen and (min-width:768px){

#page-home .area .search-bx{ width: 1000px; margin: 0 auto 20px; }
#page-home .area li{ float: left; }
#page-home .area .search-bx th input{ height: 62px; width: 870px; border: 3px solid #000; font-size: 20px;  }
#page-home .area .search-bx th{ vertical-align: top !important; }

#page-home .area .area-name{ width: 240px; float: left;  }
#page-home .area .in-top{ margin-bottom: 25px; width: 900px; }
#page-home .area .search-bx-in{ width: 660px; float: left; }
#page-home .area .search-bx-in th input{ height: 50px; width: 583px; border: 3px solid #000; font-size: 20px;  }
#page-home .area .search-bx-in th{ vertical-align: top !important;  }

#page-home .area .fln li{ float: none; margin-bottom: 15px; }
#page-home .area .area-bx{ max-height: 520px; width: 900px; margin: 0 auto 20px; overflow: auto;}
#page-home .area .fln{ float: left; margin-right: 30px; }
#page-home .area .fln:last-child{ float: left; margin-right: 0px; }
#page-home .area .area-bx .org{ color: #f39700; word-wrap: break-word; max-width: 199px;}
#page-home .area .area-bx a{ color: #b5b5b6; text-decoration: none; }
#page-home .area .area-bx a:hover{ text-decoration: underline;  }
#page-home .area .area-list02{ border-left: 1px solid #000; padding-left: 30px; }
#page-home .area .area-go{ width: 900px; margin: 0 auto 10px; }
/* ここからarea02 */
#page-home .area .case-list{ margin-bottom: 115px; }
#page-home .area .case-list li { width: 192px; position:relative; margin: 0 10px 25px 0; }
#page-home .area .case-list li:nth-child(5n) { margin: 0 0 25px; }
#page-home .area .case-list li .pic { height: 180px; padding: 7px; text-align: center; border: 1px solid #e9e8e8; }
#page-home .area .case-list li .pic img { max-width: 175px; height: 160px; margin: 0 auto; }
#page-home .area .case-list li .place { top: 150px; position: absolute; right: 0; width: 65px; height: 30px; padding: 3px 0 1px; text-align: center; background: #fff; }
#page-home .area .case-list li .aichi { color: #f08300; border: 1px solid #f08300; }
#page-home .area .case-list li .gifu { color: #5cb531; border: 1px solid #5cb531; }
#page-home .area .case-list li .mie { color: #008ccf; border: 1px solid #008ccf; }
#page-home .area .case-list li .ttl a { color: #727171; }
#page-home .area li .price { font-size: 15px; margin: 0 0 5px; padding: 5px 10px; background: #e9e8e8; text-align: center; line-height: 1.4; border-bottom: 1px dotted #000; }
#page-home .area .pager ul{ width: 630px; max-width: 1000px; margin: 0 auto; text-align: center; }
#page-home .area .pager li{ float: left; width: 40px; margin-right: 20px; border: 1px solid #000;  padding-top: 10px; }
#page-home .area .pager li a{ display: block; text-decoration: none; height: 35px;  }
#page-home .area .pager li a:hover{ opacity: 0.5; }
#page-home .area .pager li:first-child{ width: 65px; background: #dcdcdc; border: none; }
#page-home .area .pager li:last-child{ width: 65px; background: #dcdcdc; margin-right: 0; border: none; }
/* ここまでarea02 */
#page-home .area .search-type{ margin-bottom: 40px; position: relative; }
#page-home .area .search-type .type-txt{ font-size: 16px; font-weight: bold; color: #fff; font-family: meiryo; }
#page-home .area .search-type a{ text-decoration: none; display: block; }
#page-home .area .search-type a:hover{ opacity: 0.5; }
#page-home .area .search-type li{ margin-right: 10px; }
#page-home .area .search-type li:last-child{ margin-right: 0px; }
#page-home .area .search-type .t-icon01{ background: #ec88a3; padding: 25px ; border-radius: 15px; }
#page-home .area .search-type .t-icon02{ background: #b0aaa2; padding: 25px 15px; border-radius: 15px; }
#page-home .area .search-type .t-icon03{ background: #6968cc; padding: 25px 45px; border-radius: 15px; }
#page-home .area .search-type .t-icon04{ background: #dccf06; padding: 25px 15px; border-radius: 15px; }
#page-home .area .search-type .t-icon05{ background: #272727; padding: 25px 20px; border-radius: 15px; }
#page-home .area .search-type .t-icon06{ background: #17b5c1; padding: 25px ; border-radius: 15px; }
#page-home .area .search-type .t-icon07{ background: #f08300; padding: 25px ; border-radius: 15px; }
#page-home .area .search-type .t-icon08{ background: -moz-linear-gradient(left, #2d92d2, #fff); background: -webkit-gradient(linear, left center, right center, from(#2d92d2), to(#fff)); padding: 25px 15px; border-radius: 15px;  }
#page-home .area .search-type .type-point{ position: absolute; top: 23px; right: 10px; }

#page-home .area .search-category{ width: 1000px; margin: 0 auto 40px; }
#page-home .area .search-category .cate-txt{ font-size: 22px; font-weight: bold; }
#page-home .area .search-category a{ text-decoration: none; display: block;padding: 30px 0; }
#page-home .area .search-category li{ width: 330px; float: left; margin-right: 5px; background: #e9e8e8; border-top: 2px solid #f08300;  text-align: center; }
#page-home .area .search-category li:last-child{ margin-right: 0px; }

#page-home .area .list-price { margin: 0 0 30px;  display: flex; flex-wrap: wrap; justify-content: flex-start; }
#page-home .area .list-price li { width: 320px; padding: 17px 30px 15px; background: url(../images/index/bg-price.jpg) no-repeat right 20px top 20px #000; margin: 0 20px 20px 0;}
#page-home .area .list-price li:nth-child(3n) { margin: 0 0 20px;}
#page-home .area .list-price li a { color: #fff; font-size: 16px; font-weight: bold;}

#page-home .area .result{ width: 1000px; margin: 0 auto 20px; padding: 20px 30px; background: #e9e8e8; text-align: left; }
#page-home .area .result .result-txt{ font-size: 18px; color: #000; font-weight: bold; }

}

@media screen and (max-width:767px){

#page-home .area{ width: 100%; margin: 0 auto 20%; }
#page-home .area li{ float: left; }
#page-home .area .search-bx{ width: 90%; margin: 0 auto 20px; }
#page-home .area .search-bx table{ width: 100%; margin: 0 auto 20px; }
#page-home .area .search-bx th input{ height: 55px; width: 95%; border: 3px solid #000; font-size: 14px;  }
#page-home .area .search-bx th{ display: block; width: 100%; margin: 0 auto 10%; }
#page-home .area .search-bx td{ display: block;  width: 100%; margin: 0 auto; text-align: right; }

#page-home .area .area-name{ width: 100%;  }
#page-home .area .in-top{ margin-bottom: 10%; }
#page-home .area .search-bx-in{ width: 90%;  }
#page-home .area .search-bx-in table{ width: 100%; margin: 0 auto 20px; }
#page-home .area .search-bx-in th input{ height: 40px; width: 95%; border: 3px solid #000; font-size: 14px;  }
#page-home .area .search-bx-in th{ display: block; width: 100%; margin: 0 auto 10%; }
#page-home .area .search-bx-in td{ display: block;  width: 100%; margin: 0 auto; text-align: right; }

#page-home .area .fln li{ float: none; margin-bottom: 15px; }
#page-home .area .area-bx{ width: 90%;  margin: 0 auto 20px ; }
#page-home .area .fln{  margin:0 auto 10%; }
#page-home .area .area-bx .org{ color: #f39700; }
#page-home .area .area-bx a{ color: #b5b5b6; text-decoration: none; }
#page-home .area .area-bx a:hover{ text-decoration: underline;  }
#page-home .area .area-list02{ border-top: 1px solid #000; padding-top: 7%; }
#page-home .area .area-go{ width: 90%; margin: 0 auto 50px; }

#page-home .area .search-type{ width: 90%; margin:0 auto 5%;  }
#page-home .area .search-type .type-txt{ font-size: 16px; font-weight: bold; color: #fff; font-family: meiryo; }
#page-home .area .search-type li{ margin-right: 2%; margin-bottom: 5%; }
#page-home .area .search-type .t-icon01{ background: #ec88a3; padding: 15px ; border-radius: 15px; }
#page-home .area .search-type .t-icon02{ background: #b0aaa2; padding: 15px; border-radius: 15px; }
#page-home .area .search-type .t-icon03{ background: #6968cc; padding: 15px 35px; border-radius: 15px; }
#page-home .area .search-type .t-icon04{ background: #dccf06; padding: 15px; border-radius: 15px; }
#page-home .area .search-type .t-icon05{ background: #272727; padding: 15px 10px; border-radius: 15px; }
#page-home .area .search-type .t-icon06{ background: #17b5c1; padding: 15px ; border-radius: 15px; }
#page-home .area .search-type .t-icon07{ background: #f08300; padding: 15px ; border-radius: 15px; }
#page-home .area .search-type .t-icon08{ background: #2d92d2; padding: 15px; border-radius: 15px;  }

#page-home .area .search-category{ width: 100%; margin: 0 auto 40px; }
#page-home .area .search-category .cate-txt{ font-size: 22px; font-weight: bold; }
#page-home .area .search-category a{ text-decoration: none; display: block;padding: 30px 0; }
#page-home .area .search-category ul{ width: 90%; margin:0 auto 5%; }
#page-home .area .search-category li{ width: 100%; margin:0 auto 5%; background: #e9e8e8; border-top: 2px solid #f08300;  text-align: center; }

#page-home .area .case-list{ margin-bottom: 115px; }
#page-home .area .case-list ul{ width: 90%; margin: 0 auto; }
#page-home .area .case-list li { width: 47%; position:relative; margin: 0 5% 25px 0; }
#page-home .area .case-list li:nth-child(even) { margin: 0 0 25px; }
#page-home .area .case-list li .pic { height: 180px; padding: 7px; text-align: center; border: 1px solid #e9e8e8; }
#page-home .area .case-list li .pic img { max-width: 100%; height: 160px; margin: 0 auto; }
#page-home .area .case-list li .place { top: 150px; position: absolute; right: 0; width: 100%; height: 30px; padding: 3px 0 1px; text-align: center; background: #fff; margin-bottom: 5%; }
#page-home .area .case-list li .aichi { color: #f08300; border: 1px solid #f08300; }
#page-home .area .case-list li .gifu { color: #5cb531; border: 1px solid #5cb531; }
#page-home .area .case-list li .mie { color: #008ccf; border: 1px solid #008ccf; }
#page-home .area .case-list li .ttl a { color: #727171; font-family: meiryo; }
#page-home .area .case-list li .price { font-size: 14px; margin: 0 0 5px; padding: 5px 10px; background: #e9e8e8; text-align: center; line-height: 1.4; border-bottom: 1px dotted #000; }
#page-home .area .pager ul{ width: 100%; max-width: 100%; margin: 0 auto; text-align: center; }
#page-home .area .pager li{ float: left; width: 15%; margin: 0 5% 5% 0; border: 1px solid #000;  padding-top: 10px; }
#page-home .area .pager li a{ display: block; text-decoration: none; height: 30px;  }
#page-home .area .pager li:first-child{ background: #dcdcdc; border: none; }
#page-home .area .pager li:last-child{ background: #dcdcdc; margin-right: 0; border: none; }

#page-home .area .result{ width: 90%; margin: 0 auto 5%; padding: 5%; background: #e9e8e8; text-align: left; }
#page-home .area .result .result-txt{ font-size: 18px; color: #000; font-weight: bold; line-height: 1.7; letter-spacing: 1px; }

#page-home .area .list-price { margin: 0 0 30px;  display: flex; flex-wrap: wrap; justify-content: flex-start; }
#page-home .area .list-price li { width: 90%; padding: 5% 0 5% 20%; background: url(../images/index/bg-price.jpg) no-repeat right 20px top 20px #000; margin: 0 auto 7%;}
#page-home .area .list-price li a { color: #fff; font-size: 16px; font-weight: bold;}

}
@media screen and (min-width: 767px) {
    #page-home .area-list02.fln li {
        display: inline-block;
        width: 32%;
    }
    #page-home .area-list02.fln {
        width: 73%; 
    }
    #page-search .taste-list figure.tas-img img {
        max-width: 320px;
        max-height: 174px;
    }
}
#page-home .area-list-txt.org {
    padding-left: .5em;
} 
#page-home .area-list-txt.org.gray {
    color: #b5b5b6;
}

/*==============*/
/* registration */
/*==============*/
#page-registration #formbox .scroll .txt span {
    color: #333;
}

/*=======*/
/* store */
/*=======*/
#page-stores.page-contact label {
    display: inline;
}
#page-stores.page-contact input[type="radio"] {
    margin: 4px;
}
#page-stores.page-contact .infobox.clearfix .rightBox .btn {
    padding: 0;
}
#page-stores.page-contact .rightBox .store_address {
    width: 350px;
    display: inline-block;
}
#page-stores.page-detail .key li {
    margin: none;
}
#page-stores.page-detail .key li span {
    white-space: nowrap;
    display: inline-block;
    margin: 2px;
    padding: 0 5px;
}
#page-stores.page-information .ex.flbox {
    justify-content: normal;
}
#page-stores.page-detail ul.bnr li:not(:last-child),
#page-stores.page-information ul.bnr li:not(:last-child) {
    margin-right: 10px;
}
/* 見学・相談会一覧 */
#page-stores.page-event_list div.flbox:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
#page-stores.page-event_list div.flbox .pic {
    margin-right: 30px;
}
#page-stores.page-event_list .pagination&gt;li&gt;a {
    background: none;
    border: none;
    color: #000;
    width: 100%;
    text-align: center;
}
#page-stores.page-event_list .pager ul li.active {
    background-color: #04287e;
}
#page-stores.page-event_list .pager ul li.active a {
    color: #fff;
}
@media screen and (min-width:768px){
    #page-stores.page-event_list .pager ul{ max-width: 1000px; margin: 0 auto; text-align: center; }
    #page-stores.page-event_list .pager li{ float: left; width: 40px; margin-right: 20px; border: 1px solid #000;  padding-top: 10px; }
    #page-stores.page-event_list .pager li a{ display: block; text-decoration: none; height: 35px;  }
    #page-stores.page-event_list .pager li a:hover{ opacity: 0.5; }
    #page-stores.page-event_list .pager li:first-child:not(.active){ width: 65px; background: #dcdcdc; border: none; }
    #page-stores.page-event_list .pager li:last-child:not(.active){ width: 65px; background: #dcdcdc; margin-right: 0; border: none; }
}
@media screen and (max-width: 767px) {
    #page-stores.page-contact .rightBox .store_address {
        width: auto;
    }
    #page-stores.page-information .ex.flbox {
        justify-content: space-between;
    }
    #page-stores.page-detail ul.bnr li,
    #page-stores.page-information ul.bnr li {
        margin: 10px;
    }
    #page-stores.page-event_list .pager ul{ width: 100%; max-width: 100%; margin: 0 auto; text-align: center; }
    #page-stores.page-event_list .pager li{ float: left; width: 15%; margin: 0 5% 5% 0; border: 1px solid #000;  padding-top: 10px; }
    #page-stores.page-event_list .pager li a{ display: block; text-decoration: none; height: 30px;  }
    #page-stores.page-event_list .pager li:first-child:not(.active){ background: #dcdcdc; border: none; }
    #page-stores.page-event_list .pager li:last-child:not(.active){ background: #dcdcdc; margin-right: 0; border: none; }
}
#page-stores.page-event_list .event .rightBox p.btn,
#page-stores.page-detail .event .rightBox p.btn,
#page-stores.page-information .event .rightBox p.btn {
    display: inline-block;
    padding: 0;
}
/* 送信完了 */
@media screen and (min-width:768px){
/*pc・タブレットcss*/
    #page-stores.page-thanks {
        width: 1000px;
        margin: 0 auto 100px;
    }
    #page-stores.page-thanks h2.title {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        padding: 5px 0;
        margin: 0 0 20px;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url(../../img/front/form/bg-h2.jpg) repeat;
    }
    #page-stores.page-thanks h3.ttl-img {
        text-align: center;
        margin: 0 0 20px;
    }
}
@media screen and (max-width:767px) {
    #page-stores.page-thanks h2.title {
        font-size: 1.6em;
        font-weight: bold;
        text-align: center;
        padding: 2% 0;
        margin: 0 0 6%;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url(../../img/front/form/bg-h2.jpg) repeat;
    }
    #page-stores.page-thanks h3.ttl-img {
        text-align: center;
        margin: 0 0 6%;
    }
}
/* recommend部分 */
.recommend-stores {
    text-align: center;
    margin-top: 150px;
}
.recommend-stores .ttl-pickup {
    margin-bottom: 20px;
}
.recommend-stores ul,
.recommend-stores ul li {
    display: inline-block;
}
.recommend-stores ul {
    display: flex;
    flex-flow: row wrap;
}
.recommend-stores ul li {
    vertical-align: top;
    border: 1px solid #c7c7c7;
    width: 32%;
}
.recommend-stores ul li:not(:last-child) {
    margin-right: 10px;;
}
.recommend-stores ul li a {
    display: inline-block;
    padding: 20px;
}
.recommend-stores ul li img {
    margin-bottom: 20px;
    width: auto;
    height: 150px;
    max-height: 150px;
    max-width: 100%;;
}
.recommend-stores ul li .store-name {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .recommend-stores {
        font-size: 14px;
    }
    .recommend-stores ul li a {
        padding: 8px;;
    }
    .recommend-stores ul li {
        width: auto;
        margin: 10px 15px;
    }
}

/*=========================*/
/* webmagazine/rightcolumn */
/*=========================*/
/*bootstap-datepicker上書き*/
#rightcolumn #calendar table th.prev,
#rightcolumn #calendar table th.next {
    color: #333;
}
#rightcolumn .datepicker-inline {
    width: 100%;
}
.jumbotron--add th.datepicker-switch {
    font-weight: bold;
}
.jumbotron--add .datepicker table tr td.active.active,
.jumbotron--add .datepicker table tr td span.active.active {
    background-color: #9bafd8;
    background-image: none;
    border-radius: 0px;
}

/*====================*/
/* webmagazine/detail */
/*====================*/
#page-webmagazine.page-detail ul.pager li a {
    background-color: transparent;
    border: none;
    padding: 0;
}
#page-webmagazine.page-detail ul.pager li a:link {
    text-decoration: underline;
}
#page-webmagazine.page-detail ul.pager li a:hover {
    text-decoration: none;
}
#page-webmagazine.page-detail ul.pager li.back a:hover {
    text-decoration: none;
    color: #fff;
}
#page-webmagazine.page-detail ul.pager li.back a:focus {
    color: #fff;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h1 {
    font-size: 18px;
    margin: 0 0 10px;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h2 {
    font-size: 17px;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h3 {
    font-size: 16px;
    margin: 0 0 10px;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h4 {
    margin: 0 0 10px;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h5 {
    font-size: 14px;
    margin: 0 0 10px;
}
#page-webmagazine.page-detail div.detail div.inner div.wysiwyg h6 {
    font-size: 13px;
    margin: 0 0 10px;
}
#page-webmagazine.page-index ul.list a {
    text-decoration: none;
}

/*========*/
/* search */
/*========*/
#page-search .search-type .type-txt {
    cursor: pointer;
}
#page-search .search-type img.slide-arrow {
    width: auto;
}
#page-search .search-bx tbody tr {
    position: relative;
    display: block;
}
#page-search .search-type ul.slick-slider .slick-arrow {
    z-index: 3;
}
#page-search .search-type ul.slick-slider .arrow_prev {
    content: "" ;
    position: absolute;
    z-index: 2;
    left: -30px;
    height: 33px;
    width: 210px;
    background: url("../../img/front/search/type-point-prev.png") no-repeat 7% / 7%, 
                linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 90%);
}
#page-search .search-type ul.slick-slider .arrow_next {
    content: "" ;
    position: absolute;
    z-index: 2;
    top: 0;
    right: -30px;
    height: 33px;
    width: 210px;
    background: url("../../img/front/search/type-point-next.png") no-repeat 89% / 7%, 
                linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 90%);
}
#page-search ul.slick-slider {
    position: relative;
}
#page-search #area_box .area-bx.clearfix {
    width: 100%;
    max-height: 520px;
    overflow: auto;
}
#page-search #area_box .area-bx.clearfix .area-list-txt {
    padding-left: .5em;
}
#page-search #area_box .area-bx.clearfix .area-list01 {
    margin-right: 0;
    width: 20%;
}
#page-search #area_box .area-bx.clearfix .area-list02 {
    width: 80%;
}
#page-search #area_box .area-bx.clearfix .area-list02 li {
    display: inline-block;
    width: 32%;
}
#page-search #area .area-bx .org.gray {
    color: #b5b5b6;
}
#page-search #area .search-bx-in th input {
    height: 50px;
}

/*======*/
/* tour */
/*======*/
#page-tour.page-index #calendar {
    width: 100%;
}
#page-tour.page-index #calendar .datepicker-inline {
    width: 100%;
}
#page-tour.page-index #calendar .datepicker-inline th.next,
#page-tour.page-index #calendar .datepicker-inline th.prev {
    border: 1px solid #a0a0a0;
    width: 100px;
    background: #fff;
    padding: 1px 0;
    border-radius: 8px;
}
#page-tour.page-index #calendar table thead tr:nth-child(2) th {
    border: none;
}
#page-tour.page-index #calendar table tr td.active {
    background-color: #fdfde0;
    color: #333;
}
#page-tour.page-index p.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}
#page-tour.page-index p.btn {
    display: block;
    line-height: inherit;
    padding: 0;
    border: none;
}
#page-tour.page-index #calendar .datepicker .datepicker-switch:hover {
    background: none;
}
#page-tour.page-index .area-list02.fln {
    width: 80%;
}
#page-tour.page-index .area-list02.fln li {
    display: inline-block;
    width: 30%;
}
#page-tour.page-result .datepicker table tr td:not(.old):not(.new), 
#page-tour.page-result .datepicker table thead tr th.dow {
    color: #969494;
}
#page-tour .datepicker.datepicker-inline table tr td:not(.old):not(.new):first-of-type,
#page-tour.page-result .datepicker.datepicker-inline table thead tr th.dow:first-of-type {
    color: #e60012;
}
#page-tour .datepicker.datepicker-inline table tr td:not(.old):not(.new):last-of-type,
#page-tour.page-result .datepicker.datepicker-inline table thead tr th.dow:last-of-type {
    color: #1075bc;
}
#page-tour.page-result .datepicker table tr td.active.active,
#page-tour.page-result .datepicker table tr td.active:hover.active {
    background: #fdfde0;
    color: #333;
}
#page-tour .condition-type li {
    display: inline-block;
    width: 32%;
}
#page-tour.page-result .datepicker.datepicker-inline {
    background-color: #fff;
}
#page-tour.page-result .datepicker-days {
    background: #fafafa;
    border: 1px solid #dcdcdc;
}
#page-tour.page-result .datepicker.datepicker-inline th.next,
#page-tour.page-result .datepicker.datepicker-inline th.prev {
    border: none;
    width: 100px;
    padding: 1px 0;
}
#page-tour.page-result table.table-condensed tr {
    border-bottom: 1px solid #dcdcdc ;
}
#page-tour.page-result table.table-condensed tr th.dow,
#page-tour.page-result table.table-condensed tr td {
    border-right: 1px solid #dcdcdc ;
}
#page-tour.page-result table td.old,
#page-tour.page-result table td.new {
    color: transparent;
    background: #fff;
    pointer-events: none;
}
#page-tour.page-result .datepicker-inline.right-box__calendar {
    margin: 0 auto;
    margin-bottom: 15px;
}
#page-tour .page-next,
#page-tour .page-prev {
    width: 60px;
    background: #dcdcdc;
    border: none;
}
#page-tour.page-result p.shbox {
    height: 35px;
    width: 315px;
    margin: 5px 20px 10px auto;
}
#page-tour.page-result p.shbox img {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#page-tour.page-result input.keywords {
    height: 34px;
    border: 1px solid #000;
    border-radius: 0;
}
#page-tour.page-result #sh-wind form .inner p.dl-btn button {
    background-color: #04287e;
}
#page-tour.page-result .pickup-box2__link {
    display: inline-block;
}
#page-tour.page-result .tour__search--btn {
    border: none;
}
#page-tour.page-result #wind #right-box .sh02 p {
    padding: 0;
}
#page-tour.page-result #wind #right-box .sh02 p:nth-child(odd) {
    margin: 15px auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
   #page-tour.page-index .btn button {
        display: block;
        text-decoration: none;
        width: 350px;
        margin: 0 auto 80px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: #04287e;
        padding: 10px 0;
    } 
    #page-tour.page-result #sh-wind table td {
        padding-bottom: 5px;
    }
    #page-tour.page-result #sh-wind .sh02-box {
        width: 200px;
    }
    #page-tour.page-result #sh-wind .sh03-box {
        width: 480px;
    }
    #page-tour #number li.page-next a,
    #page-tour #number li.page-prev a {
        border: none;
        width: 65px;
        padding: 8px 0 0;
    }
    #page-tour #number li.page-next a:hover,
    #page-tour #number li.page-prev a:hover {
        background: #dcdcdc;
        color: #000;
    }
    #page-consultation.page-information .textt figure,
    #page-tour.page-information .textt figure {
        width: auto;
        float: none;
    }
}
#page-tour #area .box {  background: #fff; padding: 0 20px 10px;}
#page-tour #area {  padding: 30px; background:url(../../img/front/index/bg-area.jpg) repeat; margin: 20px auto;}

#page-tour.page-result #sh-wind h3 {
    height: 35px;
    margin-bottom: 0;
}
#page-tour.page-result #right-box button {
    margin: 0px auto;
    padding: 0;
}
#page-tour.page-result #wind #right-box .sh02 p {
    padding: 0px 10px 20px 10px;
}
#page-tour.page-result #sh-wind .sh-box {
    border: #333 1px solid;
}
#page-tour.page-result #sh-wind .sh-box img {
    position: relative;
    top: 0px;
}
#page-tour.page-result #wind #left-box .pickup-box {
    background: #e6e3e5;
    background-clip: content-box;
}
#page-tour.page-result #wind #left-box .text-box h4 {
    border-bottom: #333 1px dotted;
}
#page-tour.page-information .gallery dt img,
#page-consultation.page-information .gallery dt img {
    width: 646px;
    height: 435px;
    object-fit: cover;
}
#page-tour.page-information .gallery dd li img,
#page-consultation.page-information .gallery dd li img {
    border: none;
    padding: 0;
    width: 157px;
    height: 105px;
    object-fit: cover;
    border-radius: 0px;
}
#page-tour.page-information #form-box .inner,
#page-consultation.page-information #form-box .inner {
    padding: 0px;
    height: 800px;
}
#page-tour.page-information #info-table td,
#page-consultation.page-information #info-table td {
    width: 80%;
}
#page-consultation #map,
#page-tour #map {
    height: 500px;
    margin-bottom: 50px;
}

@media screen and (min-width:768px){
#page-tour #area .search-bx{ width: 1000px; margin: 0 auto 20px; }
#page-tour #area li{ float: left; }
#page-tour #area .search-bx th input{ height: 62px; width: 870px; border: 3px solid #000; font-size: 20px;  }
#page-tour #area .search-bx th{ vertical-align: top !important; }

#page-tour #area .area-name{ width: 240px; float: left;  }
#page-tour #area .in-top{ margin-bottom: 25px; }
#page-tour #area .search-bx-in{ width: 660px; float: left; }
#page-tour #area .search-bx-in th input{ height: 50px; width: 583px; border: 3px solid #000; font-size: 20px;  }
#page-tour #area .search-bx-in th{ vertical-align: top !important;  }

#page-tour #area .fln li{ float: none; margin-bottom: 15px; }
#page-tour #area .area-bx{ width: 900px; margin: 0 auto 20px; }
#page-tour #area .fln{ float: left; margin-right: 30px; }
#page-tour #area .fln:last-child{ float: left; margin-right: 0px; }
#page-tour #area .area-bx .org{ color: #f39700; }
#page-tour #area .area-bx a{ color: #b5b5b6; text-decoration: none; }
#page-tour #area .area-bx a:hover{ text-decoration: underline;  }
#page-tour #area .area-list02{ border-left: 1px solid #000; padding-left: 30px; }
#page-tour #area .area-go{ width: 900px; margin: 0 auto 50px; }
/* ここからarea02 */
#page-tour #area .case-list{ margin-bottom: 115px; }
#page-tour #area .case-list li { width: 192px; position:relative; margin: 0 10px 25px 0; }
#page-tour #area .case-list li:nth-child(5n) { margin: 0 0 25px; }
#page-tour #area .case-list li .pic { height: 180px; padding: 7px; text-align: center; border: 1px solid #e9e8e8; }
#page-tour #area .case-list li .pic img { max-width: 175px; height: 160px; margin: 0 auto; }
#page-tour #area .case-list li .place { top: 150px; position: absolute; right: 0; width: 65px; height: 30px; padding: 3px 0 1px; text-align: center; background: #fff; }
#page-tour #area .case-list li .aichi { color: #f08300; border: 1px solid #f08300; }
#page-tour #area .case-list li .gifu { color: #5cb531; border: 1px solid #5cb531; }
#page-tour #area .case-list li .mie { color: #008ccf; border: 1px solid #008ccf; }
#page-tour #area .case-list li .ttl a { color: #727171; }
#page-tour #area li .price { font-size: 15px; margin: 0 0 5px; padding: 5px 10px; background: #e9e8e8; text-align: center; line-height: 1.4; border-bottom: 1px dotted #000; }
#page-tour #area .pager ul{ width: 630px; max-width: 1000px; margin: 0 auto; text-align: center; }
#page-tour #area .pager li{ float: left; width: 40px; margin-right: 20px; border: 1px solid #000;  padding-top: 10px; }
#page-tour #area .pager li a{ display: block; text-decoration: none; height: 35px;  }
#page-tour #area .pager li a:hover{ opacity: 0.5; }
#page-tour #area .pager li:first-child{ width: 65px; background: #dcdcdc; border: none; }
#page-tour #area .pager li:last-child{ width: 65px; background: #dcdcdc; margin-right: 0; border: none; }
/* ここまでarea02 */
#page-tour #area .search-type{ margin-bottom: 40px; position: relative; }
#page-tour #area .search-type .type-txt{ font-size: 16px; font-weight: bold; color: #fff; font-family: meiryo; }
#page-tour #area .search-type a{ text-decoration: none; display: block; }
#page-tour #area .search-type a:hover{ opacity: 0.5; }
#page-tour #area .search-type li{ margin-right: 10px; }
#page-tour #area .search-type li:last-child{ margin-right: 0px; }
#page-tour #area .search-type .t-icon01{ background: #ec88a3; padding: 25px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon02{ background: #b0aaa2; padding: 25px 15px; border-radius: 15px; }
#page-tour #area .search-type .t-icon03{ background: #6968cc; padding: 25px 45px; border-radius: 15px; }
#page-tour #area .search-type .t-icon04{ background: #dccf06; padding: 25px 15px; border-radius: 15px; }
#page-tour #area .search-type .t-icon05{ background: #272727; padding: 25px 20px; border-radius: 15px; }
#page-tour #area .search-type .t-icon06{ background: #17b5c1; padding: 25px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon07{ background: #f08300; padding: 25px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon08{ background: -moz-linear-gradient(left, #2d92d2, #fff); background: -webkit-gradient(linear, left center, right center, from(#2d92d2), to(#fff)); padding: 25px 15px; border-radius: 15px;  }
#page-tour #area .search-type .type-point{ position: absolute; top: 23px; right: 10px; }

#page-tour #area .search-category{ width: 1000px; margin: 0 auto 40px; }
#page-tour #area .search-category .cate-txt{ font-size: 22px; font-weight: bold; }
#page-tour #area .search-category a{ text-decoration: none; display: block;padding: 30px 0; }
#page-tour #area .search-category li{ width: 330px; float: left; margin-right: 5px; background: #e9e8e8; border-top: 2px solid #f08300;  text-align: center; }
#page-tour #area .search-category li:last-child{ margin-right: 0px; }

#page-tour #area .list-price { margin: 0 0 30px;  display: flex; flex-wrap: wrap; justify-content: flex-start; }
#page-tour #area .list-price li { width: 320px; padding: 17px 30px 15px; background: url(../images/index/bg-price.jpg) no-repeat right 20px top 20px #000; margin: 0 20px 20px 0;}
#page-tour #area .list-price li:nth-child(3n) { margin: 0 0 20px;}
#page-tour #area .list-price li a { color: #fff; font-size: 16px; font-weight: bold;}

#page-tour #area .result{ width: 1000px; margin: 0 auto 20px; padding: 20px 30px; background: #e9e8e8; text-align: left; }
#page-tour #area .result .result-txt{ font-size: 18px; color: #000; font-weight: bold; }

}

@media screen and (max-width:767px){
#page-tour.page-index h2 { /*margin: 15% 5% 8%;*/ }

#page-tour.page-index #calendar .datepicker-inline th:not(.prev),
#page-tour.page-index #calendar .datepicker-inline th:not(.next) {width: 50px; }

#page-tour #area{ width: 100%; margin: 0 auto 20px; }
#page-tour #area li{ float: left; }
#page-tour #area .search-bx{ width: 90%; margin: 0 auto 20px; }
#page-tour #area .search-bx table{ width: 100%; margin: 0 auto 20px; }
#page-tour #area .search-bx th input{ height: 55px; width: 95%; border: 3px solid #000; font-size: 14px;  }
#page-tour #area .search-bx th{ display: block; width: 100%; margin: 0 auto 10%; }
#page-tour #area .search-bx td{ display: block;  width: 100%; margin: 0 auto; text-align: right; }

#page-tour #area .area-name{ width: 100%;  }
#page-tour #area .in-top{ margin-bottom: 5%; }
#page-tour #area .search-bx-in{ width: 100%;  }
#page-tour #area .search-bx-in table{ width: 100%; margin: 0 auto 20px; text-align: center;}
#page-tour #area .search-bx-in th input{ height: 40px; width: 100%; border: 3px solid #000; font-size: 14px; border-radius: 0; }
#page-tour #area .search-bx-in th{ display: inline-block; vertical-align: top; width: 70%; margin: 0; }
#page-tour #area .search-bx-in td{ display: inline-block; vertical-align: top;  margin: 0;}
#page-tour #area .search-bx-in td img { height: 40px;}

#page-tour #area .fln li{ float: none; margin-bottom: 15px; }
#page-tour #area .area-bx{ width: 90%;  margin: 0 auto 20px ; }
#page-tour #area .fln{  margin:0 auto 10% 0; }
#page-tour #area .area-bx .org{ color: #f39700; }
#page-tour #area .area-bx a{ color: #b5b5b6; text-decoration: none; }
#page-tour #area .area-bx a:hover{ text-decoration: underline;  }
#page-tour #area .area-list02{ border-top: 1px solid #000; padding-top: 7%; }
#page-tour #area .area-go{ width: 90%; margin: 0 auto 50px; }

#page-tour #area .search-type{ width: 90%; margin:0 auto 5%;  }
#page-tour #area .search-type .type-txt{ font-size: 16px; font-weight: bold; color: #fff; font-family: meiryo; }
#page-tour #area .search-type li{ margin-right: 2%; margin-bottom: 5%; }
#page-tour #area .search-type .t-icon01{ background: #ec88a3; padding: 15px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon02{ background: #b0aaa2; padding: 15px; border-radius: 15px; }
#page-tour #area .search-type .t-icon03{ background: #6968cc; padding: 15px 35px; border-radius: 15px; }
#page-tour #area .search-type .t-icon04{ background: #dccf06; padding: 15px; border-radius: 15px; }
#page-tour #area .search-type .t-icon05{ background: #272727; padding: 15px 10px; border-radius: 15px; }
#page-tour #area .search-type .t-icon06{ background: #17b5c1; padding: 15px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon07{ background: #f08300; padding: 15px ; border-radius: 15px; }
#page-tour #area .search-type .t-icon08{ background: #2d92d2; padding: 15px; border-radius: 15px;  }

#page-tour #area .search-category{ width: 100%; margin: 0 auto 40px; }
#page-tour #area .search-category .cate-txt{ font-size: 22px; font-weight: bold; }
#page-tour #area .search-category a{ text-decoration: none; display: block;padding: 30px 0; }
#page-tour #area .search-category ul{ width: 90%; margin:0 auto 5%; }
#page-tour #area .search-category li{ width: 100%; margin:0 auto 5%; background: #e9e8e8; border-top: 2px solid #f08300;  text-align: center; }

#page-tour #area .case-list{ margin-bottom: 115px; }
#page-tour #area .case-list ul{ width: 90%; margin: 0 auto; }
#page-tour #area .case-list li { width: 47%; position:relative; margin: 0 5% 25px 0; }
#page-tour #area .case-list li:nth-child(even) { margin: 0 0 25px; }
#page-tour #area .case-list li .pic { height: 180px; padding: 7px; text-align: center; border: 1px solid #e9e8e8; }
#page-tour #area .case-list li .pic img { max-width: 100%; height: 160px; margin: 0 auto; }
#page-tour #area .case-list li .place { top: 150px; position: absolute; right: 0; width: 100%; height: 30px; padding: 3px 0 1px; text-align: center; background: #fff; margin-bottom: 5%; }
#page-tour #area .case-list li .aichi { color: #f08300; border: 1px solid #f08300; }
#page-tour #area .case-list li .gifu { color: #5cb531; border: 1px solid #5cb531; }
#page-tour #area .case-list li .mie { color: #008ccf; border: 1px solid #008ccf; }
#page-tour #area .case-list li .ttl a { color: #727171; font-family: meiryo; }
#page-tour #area .case-list li .price { font-size: 14px; margin: 0 0 5px; padding: 5px 10px; background: #e9e8e8; text-align: center; line-height: 1.4; border-bottom: 1px dotted #000; }
#page-tour #area .pager ul{ width: 100%; max-width: 100%; margin: 0 auto; text-align: center; }
#page-tour #area .pager li{ float: left; width: 15%; margin: 0 5% 5% 0; border: 1px solid #000;  padding-top: 10px; }
#page-tour #area .pager li a{ display: block; text-decoration: none; height: 30px;  }
#page-tour #area .pager li:first-child{ background: #dcdcdc; border: none; }
#page-tour #area .pager li:last-child{ background: #dcdcdc; margin-right: 0; border: none; }

#page-tour #area .result{ width: 90%; margin: 0 auto 5%; padding: 5%; background: #e9e8e8; text-align: left; }
#page-tour #area .result .result-txt{ font-size: 18px; color: #000; font-weight: bold; line-height: 1.7; letter-spacing: 1px; }

#page-tour #area .list-price { margin: 0 0 30px;  display: flex; flex-wrap: wrap; justify-content: flex-start; }
#page-tour #area .list-price li { width: 90%; padding: 5% 0 5% 20%; background: url(../images/index/bg-price.jpg) no-repeat right 20px top 20px #000; margin: 0 auto 7%;}
#page-tour #area .list-price li a { color: #fff; font-size: 16px; font-weight: bold;}

#page-tour p.btn button {
    display: block;
    text-decoration: none;
    width: 85%;
    margin: 0 auto 12%;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: #04287e;
    padding: 2% 0;
}
#page-tour #area .fln,
#page-tour.page-index .area-list02.fln li {
    width: auto;
}
#page-tour.page-index #map {
    margin: 0 5%;
    max-height: 422px;
}
#page-tour.page-result p.shbox {
    height: 35px;
    width: 290px;
    margin: 5px auto 10px;
}
#page-tour.page-result p.shbox img {
    display: inline-block;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#page-tour.page-result input.keywords {
    display: inline-block;
    width: 255px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 0;
}
#page-tour.page-result div.datepicker-inline,
#page-tour.page-result .table-condensed {
    width: 100%;
}
#page-tour.page-result .datepicker.datepicker-inline th.next,
#page-tour.page-result .datepicker.datepicker-inline th.prev {
    width: auto;
}
#page-tour.page-result #sh-wind .dl-btn {
    max-width: 300px;
    width: auto;
}
#page-tour.page-result .condition-type li {
    display: block;
    width: auto;
}
#page-tour.page-result #wind #left-box .pickup-box2 a{
    display: block;
    margin: 0 auto 20px;
    width: 95%;
}
#page-tour.page-result #right-box .sh02 form{
    padding: 0px 5%;
}
#page-tour.page-result #wind #right-box .sh02 p {
    text-align: left;
}
#page-tour.page-information {
    margin: 0 4% 15%;
}
#page-tour.page-information .gallery dt img {
    width: 95%;
    height: auto;
    padding-right: 0;
}
#page-tour.page-information .sns-b {
    text-align: center;
}
#page-tour.page-information .sns-b img{
    display: inline-block;
}
#page-tour.page-information .sns-b a:nth-child(3) img{
    max-width: 275px;
    width: 70%;
}

#page-tour.page-information #info-table td {
    width: 100%;
}
#page-tour.page-information #map {
    max-height: 422px;
}
}

/*=======*/
/* news  */
/*=======*/
#page-news #number li:first-child a,
#page-news #number li:last-child a {
    padding: 8px 0 0;
}
#page-news #number li.action a,
#page-news #number li.action a:hover {
    background: #04287e;
    color: #fff;
    width: 42px;
    text-align: center;
}
#page-news.page-detail ul li a {
    border: none;
}
#page-news.page-detail ul li a:link,
#page-news.page-detail ul li a:visited,
#page-news.page-detail ul li a:hover {
    background-color: transparent;
}
#page-news.page-detail ul li.back a {
    color: #fff;
}

/*================*/
/* voice, /detail */
/*================*/
#page-voice #index li .ttl {
    min-height: 48px;
}
#page-voice #index li {
    margin: 0 auto 25px;
}
#page-voice #number li:first-child a,
#page-voice #number li:last-child a {
    padding: 10px 0 0;
}
#page-voice #number li.action a,
#page-voice #number li.action a:hover {
    background: #04287e;
    color: #fff;
    width: 42px;
    text-align: center;
}
#page-voice.page-detail ul li a:link,
#page-voice.page-detail ul li a:visited,
#page-voice.page-detail ul li a:hover {
    background-color: transparent;
    border: none;
}
#page-voice.page-detail ul li.back a {
    color: #fff;
    border: none;
}

/*=============*/
/* チャット機能  */
/*=============*/
#chat-box {
    display: block;
    width: 230px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	overflow: hidden;
	margin: 10px ;
}
#chat-box.open {
	width: 350px;
}
.chat-box__body {
    max-height: 320px;
    overflow-y: scroll;
}
.chat-box__head {
	color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 5px;
    background: #C72A2A;
    border-radius: 20px;
}
.chat-box__head.open {
	border-radius: 0;
}
.chat-box__head.open .text {
	text-align: left;
	padding-left: 10px;
	display: inline-block;
}
.chat-box__head .text {
	text-align: center;
	font-size: 14px;
}
.chat-box__head .text img {
	width: 20px;
	display: inline-block;
	margin-right: 10px;
}
.chat-box__head--close, .chat-box__head--minimize {
	display: none;
	float: right;
}
.chat-box__head--minimize {
	border: none;
    background: transparent;
}
.chat-box__head--minimize img {
	width: 20px;
	vertical-align: middle;
}
.chat-box__head--back {
	float: right;
}
.chat-box__head--back,
.chat-box__head--close {
    background: none;
    border: none;  
	width: 20px;
	padding: 0px;
}
.chat-box__body,
.chat-box__confirm,
.chat-box__detail {
	border: 1px solid #C72A2A;
    background-color: #fff;
}
#chat-box .form-group {
    margin-bottom: 0;
}
.chat-box__body {
	border: 1px solid #C72A2A;
    padding-bottom: 10px;
}
.chat-box__body--store-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-right: 1em;
}
.chat-box__body--store-list li {
    display: inline-block;
    vertical-align: middle;
}
.chat-box__body--store-list li img {
width: 40px;
height: 40px;
}
.chat-box__body--store-list-wrap {
    border-bottom: 1px dotted #C72A2A;
    padding: 10px;
}
.chat-box__body--store-list-wrap:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.chat-box__detail {
    max-height: 500px;
    overflow-y: scroll;
    padding: 10px 5px;
}
.chat-box__detail [class$="-msg"] {
    background-color: #dadada;
    max-width: 80%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 8px;
    word-break: break-all;
}
.chat-box__detail .chat-box__detail--user-msg {
    border-bottom-right-radius: 0;
    margin-right: .5em;
    float: right;
}
.chat-box__detail .chat-box__detail--store-msg {
    border-bottom-left-radius: 0;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    margin-left: .5em;
}
.chat-box__detail--store-wrap {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 8px;
    width: 100%;
}
.chat-box__detail--store-wrap img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
}
.chat-box__detail--input {
    border-top: 1px solid #333;
    margin-top: 10px;
    padding-top: 10px;
}
.chat-box__detail--user-wrap {
    display: table;
    width: 100%;
}
.chat-box__confirm {
    padding-top: 15px;
}
.chat-box__confirm img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 10px auto;
}
.chat-box__confirm b {
    font-weight: 700;
}
.chat-box__confirm--btn {
    padding: 1em 0;
}
.chat-box__confirm--btn button {
	border: none;
    background: #fafafa;
    padding: 5px 15px;
    margin: 0 3px;
    color: #fff;
    background: #000;
    border-radius: 0;
    width: 163px;
}
.chat-box__body--store-list-wrap {
    cursor: pointer;
}
@media screen and (max-width:767px) {
	#chat-box {
		width: 132px;
	}
	#chat-box.open {
		width: 95%;
	}
}
img.img-favorite--on {
    display: none;
}

/* 工務店詳細 */

.store-info {
    width: 800px;
    margin: 0 auto;
    color: #333;
}
.store-info a {
    text-emphasis: none !important;
}
.store-info .store-title {
    width: 90%;
    padding-bottom: 25px;
    float: left;
}
.store-info h1.name {
    font-size: 22px;
    font-weight: bold;
}
.store-info .info-img {
    width: 100%;
}
.store-info .clip-btn {
    border: none;
    background: none;
    padding-top: 20px;
}
.store-info .clip-btn:focus {
    outline: none;
}
.store-info .clip-btn img {
    width: 49px;
}
.store-info .company-name,
.store-info .info-datail td,
.store-info .info-link-block {
    font-size: 16px;
}
.store-info .info-block {
    margin: 71px 0 41px;
    font-weight: bold;
}
.store-info .info-block h2 {
    font-size: 24px;
}
.store-info .info-datail {
    margin: 0;
    width: 100%;
}
.store-info .info-datail tr {
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
}
.store-info .info-datail td {
    padding: 25px;
}
.store-info .info-datail span {
    padding-left: 1em;
}
.store-info .info-link-block {
    margin: 50px 0;
	display: inline-flex;
}
.store-info .info-link-block img {
    padding-left: 13px;
    width: 40px;
}
.store-info .official-link {
    float: left;
    padding-right: 33px;
}
.store-info .btn-block {
    text-align: center;
	padding-bottom: 40px;
	display: flex;
}
.store-info .btn-block img {
    padding: 0 18px 4px;
	height: 27px;
}
.store-info .btn-block a,
.store-info .btn-block button {
    width: 383px;
    font-size: 18px;
    padding: 21px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
	border: none;
}
.store-info .btn-block .contact-bnr {
    background: #C72A2A;
    margin-right: 15px;
}
.store-info .btn-block .contact-bnr:hover {
    background: #E54545;
    color: #fff;
}
.store-info .btn-block .tel-bnr {
    display: inline-block;
    margin-left: 15px;
    background: #333;
}
.store-info .btn-block .tel-bnr:hover {
    color: #fff;
}
.store-info .vr-bnr {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 10px 54px;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
}
.store-info .vr-bnr:hover {
    background: #C72A2A;
    color: #fff;
}
.store-info .store-intro {
    margin: 71px 0 85px;
    padding: 39px 24px;
    background: #ECECEC;
}
.store-info .store-intro h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.store-info .store-intro &gt; div {
    font-size: 16px;
    padding: 48px 0 44px;
}
div.store-info div.store-intro div p img {
	width: 100% !important;
}
.store-info .news a p {
    color: #333;
}
.store-info .news a p:first-child {
    padding-top: 23px;
}
.store-info .news .news-title {
    font-size: 16px;
    border-bottom: 1px dashed #707070;
    padding: 13px 0 19px;
}
.store-info .news-index {
    height: 320px;
    overflow: scroll;
    overflow-x: hidden;
}
.store-info .architecture-detail {
    border: 1px solid #707070;
    width: 30%;
    margin: 0 10px 20px;
    position: relative;
    text-align: left;
}
.store-info .architecture-detail a img,
.store-info .voice-box a img {
    object-fit: cover;
    height: 180px;
}
.store-info .architecture-detail .pref {
    background-color: #222;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px;
}
.store-info .architecture-detail .title,
.store-info .voice-box a p.voice-title {
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}
.store-info .store {
    background-color: #ECECEC;
    padding: 3px 10px;
    display: inline-block;
}
.store-info .architecture-detail button[type="button"] {
    position: absolute;
    top: 187px;
    right: 0;
    border: none;
    background-color: transparent;
}
.store-info .architecture-detail button[type="button"]:focus {
    outline: none;
}
.store-info .architecture-detail .price-type,
.store-info .architecture-detail .store {
    font-size: 15px;
}
.store-info .event-box .title {
    font-weight: bold;
    font-size: 18px;
}
.store-info .event-box {
    padding: 0 20px;
    text-align: center;
}
.store-info .event-box a {
    border: 1px solid #707070;
    width: 47%;
    display: inline-block;
    text-align: left;
    margin: 0 10px 20px;
}
.store-info .event-box a img {
    object-fit: cover;
    height: 240px;
}
.store-info .event-box .title,
.store-info .event-detail {
    padding: 22px 18px;
}
.store-info .event-detail {
    background: #EFEFEF;
    font-size: 12px;
}
.store-info .event-detail .days {
    padding-bottom: 21px;
    font-size: 16px;
}
.store-info .voice-box {
    padding: 0 20px;
}
.store-info .voice-box a {
    border: 1px solid #707070;
    width: 30%;
    margin: 0 10px 20px;
    display: inline-block;
    text-align: left;
}
.store-info .voice-box .voice-title,
.store-info .voice-box .store {
    margin: 15px;
}
.sns-share-box {
    margin: 30px 0;
}
.sns-share-box .head {
    font-size: 14px;
    margin-bottom: 20px;
}
.sns-share-box p a:first-child {
    padding-right: 16px;
}
.sns-share-box img {
    width: 105px;
}
.sp-bottom-wrap .btn-block-sp {
    display: none;
}

@media screen and (max-width:767px) {
    #page-stores .store-info, .sp-bottom-wrap {
        width: 100%;
    }
    .store-info .store-title {
        margin: 10px;
        padding: 0;
        width: 65%;
    }
    .store-info p.company-name {
        margin-top: 10px;
    }
    .store-info .clip-btn {
        padding: 20px 10px 0;
        float: right;
    }
    .store-info .info-datail {
        margin: 0 auto;
        width: 95%;
    }
    .store-info .info-block {
        margin: 55px auto 35px;
    }
    .store-info .info-block p {
        display: none;
    }
    .store-info .info-datail td {
        padding: 10px;
        font-size: 14px;
    }
    .store-info .info-datail td:first-child {
		width: 105px;
    }
    .store-info .store-intro {
        margin-bottom: 30px;
        padding: 30px 10px;
    }
    .store-info .vr-td {
        white-space: nowrap;
    }
    .store-info .vr-bnr {
        padding: 10px 20px;
        white-space: nowrap;
    }
    .store-info a.vr-bnr{
        font-size: 12px;
    }
    .store-info .news {
        margin: 0 14px;
        width: auto;
    }
    .store-info .news-index {
        height: 265px;
    }
    .store-info .info-link-block {
        margin: 10px 14px;
    }
    .store-info .sns-block {
        text-align: end;
    }
    .store-info .info-link-block a {
        vertical-align: sub;
    }
    .store-info .info-link-block img {
        vertical-align: sub;
        width: 30px;
        padding: 0;
        margin-left: 10px;
    }
    .store-info .btn-block {
        display: none;
    }
    .store-info .btn-load-more img {
        padding: 0 10px 2px !important;
    }
    .store-info .architecture-detail {
        width: 49%;
        margin: 0 0 20px;
    }
    .store-info .architecture-detail .pref {
        padding: 3px 17px;
    }
    .store-info .architecture-detail .title {
        font-size: 14px;
    }
    .store-info .architecture-detail .price-type {
        font-size: 10px;
    }
    .store-info .architecture-detail .store {
        font-size: 12px;
    }
    .store-info .architecture-box,
    .store-info .event-box,
    .store-info .voice-box {
        padding: 0 50px;
        margin: 0 5px 20px;
    }
    .store-info .architecture-detail a img,
    .store-info .event-box a img {
        height: 118px;
    }
    .store-info .architecture-detail .price-type,
    .store-info .architecture-detail .store,
    .sns-share-box .head {
        margin-top: 8px
    }
    .store-info .architecture-detail .store,
    .store-info .voice-box .store {
        padding: 6px 13px;
    }
    .store-info .architecture-detail button[type="button"] {
        top: 125px;
    }
    .store-info .event-box a {
        width: 49%;
		margin: 0;
		vertical-align: top;
    }
    .store-info .voice-box a {
        width: 49%;
        margin: 0 0 20px;
        padding-bottom: 10px;
    }
    .store-info .voice-box a img {
        height: 108px;
    }
    .store-info .voice-box a p.voice-title{
        font-size: 12px;
        padding: 8px 8px 0;
        margin: 0;
        font-weight: normal;
    }
    .store-info .voice-box a p.store {
        font-size: 12px;
        margin: 8px 8px 0;
    }
    .store-info .event-box .title {
        font-size: 16px;
        padding: 10px;
    }
    .store-info .event-detail .days {
        font-size: 14px;
    }
    .store-info .event-detail {
        font-size: 14px;
        padding: 10px;
    }
    .sns-share-box {
        margin: 30px 10px;
    }
    .sns-share-box p a:first-child {
        padding: 0;
    }
    .sp-bottom-wrap .btn-block-sp {
        text-align: center;
        display: block;
        width: 100%;
        position: sticky;
        bottom: 0;
    }
    .sp-bottom-wrap .btn-block-sp a,
    .sp-bottom-wrap .btn-block-sp button {
        padding: 15px 0;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        height: 50px;
		border: none;
    }
    .sp-bottom-wrap .btn-block-sp .contact-bnr {
        background: #C72A2A;
    }
    .sp-bottom-wrap .btn-block-sp .tel-bnr {
        background: #333;
    }
    .sp-bottom-wrap .btn-block-sp .contact-bnr img,
    .sp-bottom-wrap .btn-block-sp .tel-bnr img {
		height: 18px;
        padding-right: 1em;
    }
    .sp-bottom-wrap .btn-block-sp .contact-bnr img {
        padding-top: 3px;
    }
}
@media screen and (max-width:414px) {
    .store-info .info-link-block img {
        padding-left: 0;
    }
    .store-info .official-link {
        padding-right: 0;
    }
    .store-info .info-link-block {
        margin: 10px;
    }
    .store-info .architecture-box,
    .store-info .event-box,
    .store-info .voice-box {
        padding: 0;
    }
} 
@media screen and (max-width:320px) {
    .store-info .info-link-block img {
        margin-left: 0;
    }
} 
</pre></body></html>