@CHARSET "UTF-8";
/*
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	/*overflow: hidden;*/
	font-size: 14px;
	font-weight: normal;
	font-family : 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
}
.font_mincyo{
	font-family: "Hiragino Mincho ProN","æ¸¸æ˜Žæœ",YuMincho,"HGæ˜ŽæœE",Meiryo;
}
.font_en{
	font-family: 'Oswald', sans-serif;
}
a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	color: #55bfc0;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: bottom;
}
a:hover img{
  opacity: .8;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0 0 20px;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}
.sp_none{
	display: none;
}

.btn_link{
	background: transparent;
	border: #000 solid 1px;
	color: #000;
	display: block;
	padding: 15px 20px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
  position: relative;
  border-radius: 30px;
}
.btn_link:hover{
	background: #aaa;
  border: #aaa solid 1px;
  color: #fff;
}

.btn_contact{
  display: block;
  text-align: center;
  color: #fff;
  background: #e60012;
  border: #e60012 solid 1px;
}
.btn_contact i{
  display: block;
  margin-bottom: 5px;
}
.btn_contact:hover{
  background: #fff;
  color: #e60012;
}
table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table tr{
  border-bottom: #fff solid 2px;
}
table th{
	padding: 10px;
	background: #e3e3e3;
	text-align: left;
  font-weight: normal;
}
table td{
	padding: 10px;
  background: #f4f4f4;
}

.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion>dt{
  cursor: pointer;
}
.accordion>dt.open{
  display: none;
}
.accordion>dd{
	display: none;
}

.slick-list{
  overflow: visible;
}
.slick-prev,
.slick-next{
  width: 30px;
  height: 30px;
  z-index: 10;
  background: #feeb7f !important;
  margin-top: -10px;
}
.slick-dots li{
  margin: 0;
}
#front_notice .slick-prev,
#front_notice .slick-next{
  margin-top: 0;
}
#front_notice .btn_link{
  max-width: 300px;
  margin-top: 50px;
}
.slick-prev{
  left: -20px;
  padding-left: 10px;
}
.slick-next{
  right: -20px;
  padding-left: 5px;
}
#front_topic .slick-prev{
  left: -12%;
}
#front_topic .slick-next{
  right: -12%;
}
.slick-prev:before,
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #fff solid 2px;
  border-left: #fff solid 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  opacity: 1;
}
.slick-next:before{
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-slide:focus{
  outline: 0;
}
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap iframe{
  width: 100%;
  height: 250px;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}

.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  transition: .3s;
}
.shadow:hover{
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}
select{
  padding: 10px 3px;
  font-size: 16px;
}
.breadlist{
  display: none;
}





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

#site_header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.9);
  z-index: 99;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
#header__top{
  background: #55bfc0;
  height: 15px;
  border-bottom: #edc465 solid 5px;
}
#header__link_corp{
  display: none;
}
#site_header__inner{
  display: flex;
  align-items: center;
  background: #fff;
}
#header_description{
  display: none;
}
#header_left{
  margin: 0 auto 0 0;
}
#header_logo{
  top: 0;
  left: 10px;
  display: block;
  position: absolute;
  width: 80px;
  z-index: 99;
}
#header_right{
  display: flex;
  justify-content: flex-end;
}
#header_right__btn{
  display: flex;
  align-items: center;
}
#header_right__btn li#header_contact img.pc_none{
  width: 140px;
  margin-right: 5px;
}
#header_right__btn li#header_like img,
#header_right__btn li#header_contact img.sp_none{
  width: 45px;
}
.menu_wrap dt{
	width: 45px;
	height: 45px;
	background: #fff;
	text-align: center;
  position: relative;
  display: block;
}
.menu_wrap dt.open{
  display: block;
}
.menu_wrap dt span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 5px;
}
.menu_wrap dt span.border{
	width: 34px;
	height: 3px;
	background-color: #747474;
	border-radius: 3px;
}
.menu_wrap dt span.border:nth-of-type(1) {
	top: 10px;
}
.menu_wrap dt span.border:nth-of-type(2) {
	top: 20px;
	opacity: 1;
}
.menu_wrap dt span.border:nth-of-type(3) {
	top: 30px;
}
.menu_wrap dt.open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu_wrap dt.open span:nth-of-type(2) {
	opacity: 0;
}
.menu_wrap dt.open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.main_navigation dd{
	width: 100%;
  height: 100%;
	background: #55bfc0;
	z-index: -1;
	position: fixed;
	top: 15px;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.main_navigation dd ul{
  padding: 80px 0 20px;
}
.main_navigation dd ul li a{
	color: #fff;
	display: block;
	padding: 15px;
  position: relative;
  border-bottom: #fff solid 1px;
}
.main_navigation dd ul.sub_nav{
  padding: 0;
}
.main_navigation dd ul.sub_nav li a{
  padding: 10px 10px 10px 40px;
  background: #dcf6ff;
  color: #55bfc0;
  border-bottom: #55bfc0 dotted 1px;
}
#sp_topLink{
  margin: 10px auto;
  width: 50%;
}
#sp_topLink a{
  background: #fff;
  color: #55bfc0;
  text-align: center;
  padding: 5px 20px;
  border: 0;
  border-radius: 20px;
  display: inline-block;
}
#page_header{
  padding: 80px 0 30px;
  text-align: center;
  background: url('../images/common/header_bg.jpg') no-repeat center center;
  background-size: cover;
}
#page_header img{
  width: 100px;
}
.page_container{
  padding: 30px 0 80px;
}

#side_fixed{
  display: none;
}

/* =Footer
-------------------------------------------------------------- */

#footer_map {
    display: none;
}

#footer_bottom {
    text-align: center;
    padding: 30px 0;
}

#footer_logo img {
    width: 80px;
}

#footer_40th_logo img {
    width: 200px;
}

#footer_copy {
    padding: 10px 5%;
    color: #fff;
    font-size: 11px;
    background: #edc465;
    text-align: center;
}

#btn_top {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 85px; /* 30pxだとチャットボットの後ろに隠れてしまうため85pxに変更 */
    width: 30px;
    opacity: 0;
}





/* =TOP
-------------------------------------------------------------- */

#main_visual{
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#main_visual__slide{
  margin: 0;
}
#main_visual__slide div{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
#main_visual .wrapper{
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 60px;
}
#main_visual h1{
  display: none;
  /* margin: 0 0 20px;
  width: 80%;
  max-width: 530px; */
}
#main_visual__mov{
  display: none;
  /* text-align: right; */
}
/* #main_visual__mov img.pc_none{
  width: 200px;
}
#main_visual__mov a:hover img{
  opacity: 1;
} */
#main_visual__search{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: -60px auto;
  text-align: center;
  overflow: hidden;
}
#main_visual__search input[type="text"]{
  height: 38px;
  line-height: 38px;
  padding: 5px 55px 5px 5px;
  width: 100%;
}
#main_visual__search input[type="image"]{
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
#main_visual .slick-dots{
  bottom: 60px;
}
#main_visual .slick-dots li{
  margin: 0;
}
.slick-dots li button:before{
  font-size: 20px;
}
#front_serchBtn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#front_serchBtn li{
  width: 48%;
  margin-bottom: 10px;
}
#front_serchBtn li a:hover img,
#front_serchBtn li a:active img{
  opacity: .3;
}
.front_section{
  padding: 30px 0;
}
.section_title{
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.section_title__border{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section_title__border li{
  width: 10px;
  height: 10px;
  border: #edc465 solid 2px;
  margin: 0 5px;
}
.section_title__border li:nth-child(2){
  border: #e36893 solid 2px;
}
.section_title__border li:nth-child(3){
  border: #5dadb2 solid 2px;
}
.section_title__border li:nth-child(4){
  border: #a1ca64 solid 2px;
}
.serch_catList{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
}
.serch_catList li{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.serch_catList li a{
  border: #edc465 solid 1px;
  text-align: center;
  height: 60px;
  padding: 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.serch_catList li a:hover{
  background: #edc465;
  color: #fff;
}
.serch_catList li.cat_kodawari a{
  border: #e36893 solid 1px;
}
.serch_catList li.cat_kodawari a:hover{
  background: #e36893;
}
.serch_catList li.cat_area a{
  border: #5dadb2 solid 1px;
}
.serch_catList li.cat_area a:hover{
  background: #5dadb2;
}
.serch_catList li.cat_price a{
  border: #a1ca64 solid 1px;
}
.serch_catList li.cat_price a:hover{
  background: #a1ca64;
}
.serch_catList li a span{
  width: 100%;
}
#top_notice {
  margin: 60px 0 20px;
  text-align: center;
}
#top_notice a {
  font-size: 16px;
  text-align: center;
  color: #5dadb2;
  cursor: pointer;
  text-decoration: underline;
}
#front_recommend {
	max-width: 1050px;
	margin: 0 auto;
	box-sizing: border-box;
  padding-bottom: 0;
}
#front_recommend .section_title__border {
	margin-bottom: 30px;
}
#front_recommend .recommend_box {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dcdcdc;
}
#front_recommend .recommend_read {
	width: 40%;
	position: relative;
}
#front_recommend .recommend_read .recommend_read_wrap {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#front_recommend .recommend_read .recommend_read_wrap h2 {
	color: #686868;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 100px;
	font-size: 38px;
}
#front_recommend .recommend_read .recommend_read_wrap p {
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}
#front_recommend .recommend_panel {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#front_recommend .recommend_panel .recommend_element {
	width: calc(50% - 5px);
}
#front_recommend .recommend_panel > div:nth-of-type(1),
#front_recommend .recommend_panel > div:nth-of-type(2) {
	margin-bottom: 10px;
}
#front_recommend .recommend_panel > div:nth-of-type(2n){
	margin-left: 5px;
}
#front_recommend .recommend_panel > div:nth-of-type(2n+1){
	margin-right: 5px;
}
#front_recommend .recommend_panel figure {
	margin: 0;
	overflow: hidden;
}
#front_recommend .recommend_panel figure img {
	width: 100%;
	transition: 0.4s;
}
#front_recommend .recommend_panel .recommend_element a {
	display: block;
	position: relative;
}
#front_recommend .recommend_panel .recommend_element a:hover figure img {
	transform: scale(1.05);
}
#front_recommend .recommend_panel .recommend_element a:hover img {
	opacity: 1;
}
#front_recommend .recommend_panel .recommend_element .recommend_caption {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: end;
	padding: 15px 20px;
	align-items: flex-end;
	flex-direction: row-reverse;
}
#front_recommend .recommend_panel .recommend_element .recommend_caption p {
	color: #FFFFFF;
	font-size: 18px;
	width: calc(100% - 50px);
	text-align: right;
	margin: 0;
	padding-right: 10px;
	height: 20px;
	line-height: 1.2;
}
#front_recommend .recommend_panel .recommend_element .recommend_caption img {
	width: 50px;
}
#front_recommend .recommend_panel .check_icon {
	position: absolute;
	top: 50%;
	left: -50px;
	transform: translateY(-50%);
	width: 121px;
}

#front_bnr {
  padding-bottom: 50px;
}

#front_bnr a {
  display: block;
}

#front_bnr img:first-of-type {
  display: block;
  margin: 0 auto;
}

#front_bnr p {
  font-size: 10px;
}

#front_search{
  margin-bottom: 50px;
}
#front_topic{
  background: #dcf6ff;
  position: relative;
  margin-bottom: 50px;
}
#front_topic::before{
  content: '';
  background: url('../images/common/border_colors.png') center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#front_topic::after{
  content: '';
  background: url('../images/common/border_colors.png') center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#front_topic h2{
  text-align: center;
}
#front_topic h2 img{
  width: 35px;
  margin-right: 10px;
}
.hidden{
  overflow: hidden;
}
.slider_wrap .wrapper{
  width: 80%;
  max-width: 800px;
}
.slick-slide{
  padding: 0 10px;
}
.slider_caption{
  margin: 5px 0;
  font-size: 12px;
  text-align: center;
}
#front_bukken h2 span{
  position: relative;
}
#front_bukken h2 span img{
  width: 60px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -100px;
}
.bukken_box{
  padding: 0;
}
.bukken_box__header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 0 5px;
  border-top: #edc465 solid 1px;
  position: relative;
}
.bukken_box:nth-child(4n+1) .bukken_box__header{
  border-top: #e36893 solid 1px;
}
.bukken_box:nth-child(4n+2) .bukken_box__header{
  border-top: #5dadb2 solid 1px;
}
.bukken_box:nth-child(4n+3) .bukken_box__header{
  border-top: #a1ca64 solid 1px;
}
#front_bukken .bukken_box .bukken_box__header{
  border-top: #edc465 solid 1px;
}
.bukken_box__header__inner{
  font-size: 10px;
  width: 45%;
  letter-spacing: 0;
  text-align: center;
}
.bukken_box__date{
  background: #ffeb41;
  color: #002aff;
  margin-bottom: 3px;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
.bukken_box__date span,
.bukken_box__price span{
  font-size: 120%;
  font-weight: bold;
}
.bukken_box__price{
  background: #39b7ff;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 5px;
  padding: 1px 10px;
}
.bukken_box__cat{
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
}
.bukken_box__cat span{
  display: inline-block;
  margin: 2px 5px 2px 0;
  border: #bbb solid 1px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  padding: 1px 5px;
  color: #bbb;
}
.search_box .bukken_box__cat span{
	margin: 2px 2px 2px 0;
}
.bukken_box__cat span.cat_view{
  border: #e9781d solid 1px;
  color: #e9781d;
}
.bukken_box__cat span.cat_instantly{
  border: #e36893 solid 1px;
  color: #e36893;
}
.bukken_box__cat span.cat_last{
  border: #cc0000 solid 1px;
  color: #cc0000;
}
.bukken_box__cat span.cat_model{
	border: #538d00 solid 1px;
  color: #538d00;
}
.bukken_box__header .bukken_box__cat{
  position: absolute;
  top: 10px;
  right: 0;
}
.bukken_area{
  font-weight: bold;
  width: 52%;
}
.bukken_box__thumb{
  position: relative;
  overflow: hidden;
  display: block;
}
.bukken_box__thumb img{
  width: 100%;
  transition: 1s;
}
.bukken_box__thumb:hover img{
  transform: scale(1.1);
}
.bukken_kukaku{
  background: #ff822f;
  padding: 3px 10px;
  color: #fff;
  font-size: 10px;
  display: inline-block;
}
.bukken_kukaku .remains{
  display: block;
  border-bottom: #fff solid 1px;
}
.bukken_kukaku .large{
  font-size: 150%;
}
.bukken_box__thumb p{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.bukken_box__thumb i{
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.bukken_like .fa-heart:before{
  font-weight: bold;
}
.bukken_box__inner{
  padding: 15px;
  font-size: 11px;
  line-height: 1.5;
}
.bukken_box__inner p{
  font-weight: bold;
}
.bukken_box__title{
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
  display: block;
}
a.bukken_box__title:hover{
  text-decoration: underline;
}
.bukken_detail{
  width: 100%;
  display: table;
  margin-bottom: 3px;
}
.bukken_detail dt{
  display: table-cell;
  width: 78px;
  color: #5d5d5d;
  text-align: center;
}
.bukken_detail dt span{
  display: inline-block;
  width: 100%;
  border: #5d5d5d solid 1px;
  background: #fff;
}
.bukken_detail dd{
  padding-left: 5px;
}
.bukken_price{
  color: #e9781d;
}
.bukken_price span{
  font-size: 120%;
}
.bukken_box__spec{
  display: flex;
  border-left: #000 solid 1px;
  margin: 10px 0;
}
.bukken_box__spec li{
  width: 33.33%;
  border-right: #000 solid 1px;
  text-align: center;
  padding: 0 5px;
}
.bukken_box__spec li span{
  display: block;
  color: #0f65cf;
}
.bukken_box__footer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bukken_box__footer li{
  width: 100%;
}
.bukken_box__footer li a{
  display: block;
  text-align: center;
  height: 100%;
  background: #39b7ff;
  border: #39b7ff solid 1px;
  color: #fff;
  width: 100%;
  padding: 10px;
}
.bukken_box__footer li a:hover{
  background: transparent;
  color: #39b7ff;
}
.bukken_box__footer li.bukken_box__footer__contact a{
  background: #55bfc0;
  border: #55bfc0 solid 1px;
}
.like_footer .bukken_box__footer__contact{
  width: 70%;
}
.like_footer li.bukken_box__footer__contact a{
  font-size: 16px;
}
.bukken_box__footer li.bukken_box__footer__contact a:hover{
  background: transparent;
  color: #55bfc0;
}
.bukken_box__footer li.bukken_box__footer__like{
  width: 28%;
}
.bukken_box__footer li.bukken_box__footer__like a{
  background: #fe6262;
  color: #fff;
  letter-spacing: 0;
  padding: 3px 0;
  font-size: 10px;
  border: #fe6262 solid 1px;
}
.bukken_box__footer li.bukken_box__footer__like a:hover{
  background: transparent;
  color: #fe6262;
}
.bukken_box__footer__like a i{
  font-size: 18px;
}
.bukken_box__footer__detail{
  margin-bottom: 5px;
}
.bukken_box__footer__detail a{
  border-radius: 0;
  font-size: 16px;
}
.bukken_wrap .slick-list{
  overflow: hidden;
  padding-bottom: 5px;
}
.notice_box a{
  display: flex;
  padding: 5px;
  justify-content: space-between;
  min-height: 133px;
}
.notice_box__thumb{
  width: 40%;
}
.notice_box__inner{
  width: 58%;
  position: relative;
}
.notice_box__title{
  line-height: 1.5;
  font-weight: bold;
}
.notice_box .btn_link{
  padding: 5px;
  background: #1faaaa;
  color: #fff;
  border: #1faaaa solid 1px;
  margin-top: 10px;
  /*position: absolute;
  bottom: 5px;
  right: 5px;*/
}
#front_works h2{
  background: url('../images/top/bg_works.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 50px 0 80px;
  margin: 0;
}
#front_works h2 span{
  padding: 20px 0;
  text-align: center;
  background: rgba(237,196,101,.8);
  font-size: 18px;
  display: block;
}
#front_works__wrap{
  margin-top: -50px;
  width: 80%;
}
.works_box__thumb{
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.works_box .slider_caption span{
  display: block;
  font-size: 70%;
}
#front_works .slick-prev{
  left: -5%;
}
#front_works .slick-next{
  right: -5%;
}

#front_illustration {
	
}
#front_illustration .slick-prev {
  left: -12%;
}
#front_illustration .slick-next{
  right: -12%;
}
#front_illustration{
  background: #dcf6ff;
  position: relative;
  margin-bottom: 50px;
}
#front_illustration::before{
  content: '';
  background: url('../images/common/border_colors.png') center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#front_illustration::after{
  content: '';
  background: url('../images/common/border_colors.png') center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#front_illustration h2{
  text-align: center;
}
#front_illustration h2 img{
  width: 35px;
  margin-right: 10px;
}
#front_illustration .slick-slide * {
	box-sizing: border-box;
}
#front_illustration .slick-slide a {
	display: block;
}
#front_illustration .slick-slide a > figure {
	margin: 0;
}
#front_illustration .slick-slide a > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#front_illustration .slick-slide .details {
	background-color: #FFFFFF;
	padding: 10px 0 40px;
	position: relative;
	min-height: 230px;
}
#front_illustration .slick-slide .details .date_line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #55BFC0;
	color: #FFFFFF;
	padding: 5px 20px;
	font-size: 12px;
}
#front_illustration .slick-slide .details .date_line p:first-of-type {
	width: calc(100% - 60px);
	padding-right: 20px;
}
#front_illustration .slick-slide .details .date_line p:last-of-type {
	width: 60px;
	text-align: right;
}
#front_illustration .slick-slide .details h3 {
	padding: 10px 20px;
	line-height: 1.4;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
}
#front_illustration .slick-slide .details .tagwarap {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#front_illustration .slick-slide .details .tagwarap span {
	font-size: 10px;
	background-color: #E6E6E6;
	border-radius: 8px;
	padding: 3px 10px;
	display: block;
	margin: 0 2px 5px;
}
#front_illustration .slick-slide .details .green_arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	width: 40px;
}
#front_illustration .slick-slide .details .green_arrow img {
	max-width: 100%;
}
#front_illustration .illustration_slider .slick-dots {
	bottom: -40px;
}
#front_illustration .illustration_btn {
	margin-top: 60px;
}
#front_illustration .illustration_btn a {
	background-color: #FFFFFF;
	border-radius: 30px;
	border: 1px solid #000;
	margin: 0 auto;
	height: 55px;
	max-width: 300px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: 0.3s;
}

/* =modal
-------------------------------------------------------------- */
#modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 100;
}
.modal_area {
  width: 90%;
  /* height: 580px; */
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color:#fff;
  border-top: #55bfc0 solid 5px;
  padding: 30px;
}
.modal_area__title {
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
}
.modal_area__desc {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 20px;
}
#modal .modal_area__desc br {
  display: none;
}
.modal_area__desc span {
  background: #f8dae5;
}
.modal_area__notice {
  text-align: center;
}
.modal_area__notice h3 {
  font-size: 4vw;
  color: #fff;
  background: #55bfc0;
  display: inline;
  padding: 10px 20px;
  border-radius: 35px;
}
.modal_area__notice ul {
  background: #dbf3f3;
  padding: 30px 15px 10px;
  margin-top: -12px;
}
.modal_area__notice ul li {
  font-size: 3.6vw;
  text-align: left;
  padding-left: 24px;
  text-indent: -2em;
  margin-bottom: 10px;
}
.modal_area__attention {
  font-size: 3.6vw;
  text-align: right;
  margin-bottom: 20px;
}
.modal_area__notice ul li::before {
  font-size: 10px;
  color: #fff;
  background: #55bfc0;
  margin-right: 8px;
  padding: 4px 5px 4px 6px;
  border-radius: 12px;
}
.modal_area__notice ul li:nth-of-type(1)::before {
  content: '1';
}
.modal_area__notice ul li:nth-of-type(2)::before {
  content: '2';
}
.modal_area__notice ul li:nth-of-type(3)::before {
  content: '3';
}
.modal_area__notice ul li .bold {
  font-weight: bold;
}
.modal_area__button {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  background: #fe6262;
  color: #fff;
  cursor: pointer;
}



/* =search
-------------------------------------------------------------- */

.search_container{
  margin-bottom: 80px;
  position: relative;
}
.search_container h1{
  font-size: 16px;
  padding-right: 85px;
  margin-bottom: 10px;
}
.search_container h1 span{
  font-size: 150%;
  padding-right: 5px;
}
.search_hit{
  position: -webkit-sticky;
  position: sticky;
  font-size: 11px;
  text-align: center;
  width: 80px;
  height: 80px;
  top: 70px;
  border-radius: 40px;
  box-shadow: 1px 1px 5px rgba(0,0,0,.3);
  line-height: 1.3;
  background: #fff;
  display: flex;
  align-items: center;
  float: right;
  margin-top: -100px;
  z-index: 30;
}
.search_hit p{
  width: 100%;
}
.search_hit p span{
  font-size: 200%;
  color: #fe6262;
  font-weight: bold;
  display: block;
}
.allcheck_wrap{
  background: #f1f1f1;
  display: block;
}
.allcheck_wrap>input[type="checkbox"]{
  margin-left: 20px;
}
.allcheck_wrap>label{
  display: inline-block;
  padding: 10px 0;
}
.search_area__list{
  background: #fff;
  padding: 10px;
}
label,
button{
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"]{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.search_area__list{
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.search_area__list li{
  padding: 5px;
  display: inline-block;
  width: 50%;
  margin-bottom: 5px;
}
.search_btn{
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  width: 110%;
  background: rgba(255,255,255,.8);
  z-index: 50;
  padding: 10px 0;
}
.search_btn{
  display: flex;
  justify-content: center;
  margin: 0 -5%;
}
.search_btn li{
  padding: 0 5px;
  width: 50%;
}
.search_btn .btn_link{
  border-radius: 0;
  color: #fff;
  transition: .3s;
  line-height: 1.7;
  padding: 10px 5px;
}
.btn_submit{
  background: #edc465;
  border: #edc465 solid 1px;
}
.btn_submit:hover{
  background: #fff;
  color: #edc465;
  border: #edc465 solid 1px;
}
.btn_submit[disabled],
.disabled{
  background: #ccc!important;
  border: #ccc solid 1px !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
}
.btn_more{
  background: #a2d357;
  border: #a2d357 solid 1px;
}
.btn_more:hover{
  background: #fff;
  color: #a2d357;
  border: #a2d357 solid 1px;
}

#search_results{
  margin-bottom: 50px;
}
#search_results__header{
  margin-bottom: 20px;
}
#search_results__header_txt{
  font-size: 16px;
  margin-bottom: 10px;
}
#search_results__header_txt span{
  font-size: 150%;
  color: #fe6262;
}
.page_nav{
  text-align: right;
}
.page_nav p{
  margin: 0 auto 0 0;
}
.page_nav p span{
  font-size: 150%;
  color: #fe6262;
}
.page_nav__inner{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}
.page_nav__inner li{
  margin-left: 5px;
}
.page_nav__inner li ul{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
}
.page_nav__inner li .pager{
  display: inline-block;
  border: #000 solid 1px;
  padding: 5px;
}
.page_nav__inner li .current,
.page_nav__inner li .page:hover{
  background: #dadada;
}

.search_box{
  border: #edc465 solid 1px;
  background: #fffdf8;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
.search_new{
  border: #ff9d9d solid 1px;
  background: #ffeaeb;
  padding-top: 40px;
}
.search_box__new{
  background: #ff7474;
  color: #fff;
  padding-right: 10px;
  font-size: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.search_box__new span{
  background: #ff0000;
  display: inline-block;
  padding: 5px 20px;
  margin-right: 10px;
}
.search_box .search_box__new{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.search_box__icon{
  display: flex;
  align-items: flex-end;
}
.search_box__icon li{
  margin-right: 5px;
}

.search_box__slide{
  margin-bottom: 10px;
}
.slider-view{
  margin-bottom: 3px;
}
.slider-view .slick-list{
  overflow: hidden;
  background: #fff;
}
.slider-view .slick-dots{
  position: static;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.slider-view .slick-dots li{
  width: 33.33%;
  height: auto;
  margin: 0;
  padding: 0 3px 3px;
  display: block;
}
.search_box__comment{
  color: #fe6262;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 13px;
}





/* =detail
-------------------------------------------------------------- */

.detail_section{
  padding: 30px 0;
}
#detail_office .gmap{
  margin-bottom: 20px;
}
#detail_office__info h3{
  font-size: 16px;
  border-left: #000 solid 3px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1;
}
#detail_office__info table{
  font-size: 12px;
}
#detail_office__info table th{
  width: 30%;
}
#detail_office__info .tellink{
  font-weight: bold;
  font-size: 120%;
}
#detail_office__info a{
  text-decoration: underline;
}
#detail_shere li{
  margin-bottom: 10px;
}

#detail_overview table{
  border-top: #d5d5d5 solid 1px;
  font-size: 12px;
}
#detail_overview table tr{
  border-bottom: #d5d5d5 solid 1px;
}
#detail_overview table th{
  vertical-align: top;
  width: 30%;
}
#detail_overview table th,
#detail_overview table td{
  background: none;
}
#detail_overview table td a{
  color: #0084ff;
  display: inline-block;
}
#detail_overview table td a:hover{
  text-decoration: underline;
}
#detail_loan__wrap{
  border: #f6c85d solid 1px;
  padding: 30px 15px;
  border-radius: 10px;
}
#detail_loan__exp h3{
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#detail_loan__exp h3 span{
  font-size: 120%;
}
#detail_loan__exp li{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
}
#detail_loan__exp li span{
  font-size: 200%;
  color: #b71d22;
  padding: 0 5px;
}
#detail_loan__exp li span#loan_bonus{
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -100px;
  font-size: 14px;
}
#detail_loan__exp li:not(:last-child)::after{
  content: '';
  width: 80px;
  height: 1px;
  background: #f6c85d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
#detail_loan__exp p{
  text-align: center;
}
#detail_loan__exp{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #f9edd1 solid 3px;
}
#detail_loan__attentions{
  margin-bottom: 30px;
}
#detail_loan__attentions h3{
  font-size: 12px;
  margin-bottom: 5px;
}
#detail_loan__attentions li{
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.detail_loan__title{
  text-align: center;
  background: #f6c85d;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1px;
  padding: 10px 0;
}
.simulator_box dl{
  display: table;
  width: 100%;
  background: #fff6e3;
  margin-bottom: 2px;
  font-size: 12px;
}
.simulator_box dt{
  background: #f6dfa9;
  display: table-cell;
  width: 40%;
  text-align: center;
  padding: 10px;
  color: #494949;
  line-height: 1.5;
  vertical-align: middle;
  height: 60px;
}
.simulator_box dd{
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.simulator_box dd input[type="text"]{
  padding: 5px;
  width: 40%;
  margin-right: 5px;
}
.simulator_box dd select{
  padding: 5px;
}
.simulator_box dd span{
  font-size: 80%;
  color: #333;
  display: block;
}
#simulator_box__result dd span{
  font-size: 150%;
  font-weight: bold;
  color: #000;
  margin: 0;
  display: inline;
}
.simulator_box .btn_link{
  border-radius: 0;
  margin-top: 10px;
  background: #f6c85d;
  color: #fff;
  border: 0;
  max-width: 300px;
}
#simulator_box__result{
  padding-top: 30px;
}
#simulator_box__result p{
  margin: 10px 0;
  font-size: 12px;
}
.detail_progress__box{
  padding: 30px 0;
  position: relative;
}
.detail_progress__box:nth-child(2n),
#detail_progress01{
  background: #fcf4e0;
}
#detail_progress__more{
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  text-align: center;
  padding: 20px 0;
}
.detail_progress__box:not(:last-child)::after{
  content: '';
  border-top: 30px solid #ffc600;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  z-index: 5;
}
.detail_progress__box .wrapper{
  max-width: 650px;
}
.detail_progress__box h3{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.detail_progress__box ul{
  display: flex;
  justify-content: center;
}
.detail_progress__box ul li{
  padding: 0 3px;
  width: 33.33%;
}
.detail_progress__box p{
  margin: 10px 0;
  font-size: 12px;
}
#detail_point{
  background: #def1f1;
  position: relative;
  padding-bottom: 80px;
}
#detail_point::before{
  content: '';
  background: url(../images/common/border_colors.png) center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#detail_point::after{
  content: '';
  background: url(../images/common/border_colors.png) center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#detail_point h2{
  text-align: center;
}
#detail_point__inner{
  border: #008dcf solid 5px;
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  position: relative;
  font-weight: bold;
  color: #ff4e00;
  font-size: 16px;
}
#detail_point__inner:before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 30%;
  margin-right: 5px;
  border-top: 30px solid #fff;
  border-left: 20px solid transparent;
  z-index: 2;
}

#detail_point__inner:after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: 30%;
  border-top: 35px solid #008dcf;
  border-left: 25px solid transparent;
  z-index: 1;
}
/*
#detail_point__inner ul{
  margin-bottom: 50px;
}
#detail_point__inner ul li{
  margin-bottom: 10px;
  font-weight: bold;
  color: #ff4e00;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}*/
#detail_point__inner .btn_link{
  background: #ff4e00;
  border: #ff4e00 solid 1px;
  color: #fff;
  max-width: 350px;
  margin: 50px 0 0 auto;
  font-size: 16px;
}
#detail_point__inner .btn_link:hover{
  background: transparent;
  color: #ff4e00;
}
#detail_point__staff{
  width: 120px;
  position: absolute;
  bottom: 3px;
  right: 10px;
  z-index: 10;
}
#detail_point .wrapper{
  max-width: 600px;
}
#detail_location{
  padding-bottom: 80px;
}
#detail_location .gmap{
  margin-bottom: 10px;
  position: relative;
}
#detail_location .gmap iframe{
  height: 350px;
}
#detail_location .gmap .btn_root{
  /*position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;*/
  width: 100%;
  max-width: 300px;
  margin: 10px auto 20px;
  display: block;
}
#detail_location__slider{
  margin-bottom: 10px;
}
#detail_location__slider .slider_caption{
  font-size: 10px;
}
.detail_location__box{
  padding: 5px;
  border: #dedede solid 1px;;
}
.location_cat__shop{
  background: #fff6e5;
}
.location_cat__school{
  background: #d7e9f1;
}
.location_cat__park{
  background: #dbf0e7;
}
.location_cat__hospital{
  background: #ffe7f2;
}
#detail_location__list{
  font-size: 10px;
}
#detail_location__list .cat_education{
  background: #5cb9e0;
}
#detail_location__list .cat_hospital{
  background: #fea1cb;
}
#detail_location__list .cat_public{
  background: #67cc9e;
}
#detail_location__list .cat_shop{
  background: #ffc453;
}
#detail_location__list .cat_other{
  background: #a8a8a8;
}
#detail_location__list dl{
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#detail_location__list dt{
  width: 100px;
  display: table-cell;
}
#detail_location__list dt span{
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#detail_location__list dd{
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}
#detail_location__list ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#detail_location__list ul li{
  margin-right: 20px;
}
#detail_location__list ul li span{
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.detail_spec__box{
  margin-bottom: 10px;
}
.detail_spec__box a{
  border: #f6c85d solid 1px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.detail_spec__photo{
  width: 43%;
}
.detail_spec__inner{
  width: 55%;
  padding: 5px;
  font-size: 12px;
}
.spec_zoom a::after{
  content: '';
  background: url('../images/detail/icon_zoom.png');
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.spec_movie a::after{
  content: '';
  background: url('../images/detail/icon_movie.png');
  background-size: 15px 13px;
  width: 15px;
  height: 13px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#detail_header .bukken_box__title{
  font-size: 20px;
  margin: 10px 0;
  height: 70px;
}
#search_box__comment__wrap{
  position: relative;
  /*padding-right: 90px;*/
}
#detail_title__wrap .icon_point{
  /*width: 100px;
  position: absolute;
  bottom: 0;
  right: -10px;*/
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
#detail_header{
  font-size: 12px;
  margin-bottom: 20px;
}
.bukken_detail__cat{
	font-size: 10px;
	letter-spacing: 0;
}
#detail_mainPhoto p{
  font-size: 12px;
  text-align: center;
}
.detail_gallery__wrap{
  margin-bottom: 30px;
}
.detail_gallery__wrap h2{
  font-size: 16px;
  position: relative;
  padding: 5px 5% 0;
  margin: 0 -5% 10px;
}
.detail_gallery__wrap h2 span{
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5%;
}
#detail_madori h2{
  border-top: #f8cd6a solid 1px;
}
#detail_madori p{
  text-align: center;
  font-size: 10px;
}
#detail_madori #slider-for p{
  font-size: 14px;
}
#detail_photos h2{
  border-top: #e36893 solid 1px;
}
#detail_movie h2{
  border-top: #5dadb2 solid 1px;
}
#slider-nav .slick-list{
  padding: 0 !important;
  overflow: hidden;
}
#slider-nav .slick-slide{
  padding: 0 3px;
  margin-top: 5px;
}
#slider-nav .slick-prev,
#slider-nav .slick-next{
  background: none !important;
  margin: 0;
  width: 20px;
  height: 20px;
}
#slider-nav .slick-prev{
  left: 0 !important;
}
#slider-nav .slick-next{
  right: 20px !important;
}
#slider-nav .slick-prev:before,
#slider-nav .slick-next:before{
  border-top: #000 solid 2px;
  border-left: #000 solid 2px;
  width: 20px;
  height: 20px;
}
#detail_photos ul,
#detail_movie ul{
  display: flex;
  flex-wrap: wrap;
}
#detail_photos ul li{
  width: 33.33%;
  padding: 0 3px;
  margin-bottom: 5px;
}
#detail_movie li{
  width: 50%;
  padding: 0 3px;
  margin-bottom: 5px;
}
#detail_gallery{
  display: flex;
  flex-direction: column;
}
#detail_madori{
  order: 3;
}
.pagenation li{
  position: fixed;
  top: 100px;
  z-index: 50;
}
.pagenation li.page_prev{
  left: 0;
}
.pagenation li.page_next{
  right: 0;
}
.pagenation li a{
  display: block;
  background: #39b7ff;
  color: #fff;
  font-size: 20px;
  padding: 8px 5px;
  line-height: 1.2;
  text-align: center;
}
.pagenation li a span{
  display: block;
  font-size: 10px;
  letter-spacing: 0;
}
.pagenation li a.btn_like{
  display: none;
}
.detail_spec__modal{
  border-radius: 10px;
  max-width: 800px;
}
.modal_inner{
  margin-top: 10px;
}
#detail_movie li{
  position: relative;
}
#detail_movie li.modal_mov a::before{
  content: '';
  background: url('../images/detail/icon_mov.png') no-repeat center center;
  background-size: 32px 20px;
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}
#detail_movie li.modal_view a::before{
  content: '';
  background: url('../images/detail/icon_360view.png') no-repeat center center;
  background-size: 60px 30px;
  width: 60px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}

#detail_shere ul{
  display: flex;
  flex-wrap: wrap;
}
#detail_shere li a{
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
#detail_shere li a:hover{
  opacity: .8;
}
#detail_shere li.btn_form{
  margin-bottom: 20px;
  width: 100%;
}
#detail_shere li.btn_form a{
  background: #55bfc0;
  padding: 20px 10px;
  font-size: 18px;
}
#detail_shere li.btn_form a img{
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
#detail_shere li.btn_form a i{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#detail_shere li.btn_sns{
  width: 20%;
  padding: 0 5px;
}




/* =area
-------------------------------------------------------------- */

#search_areaMap{
  display: none;
}
.icon_title{
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 5px;
  display: inline-block;
}
#page_search h1,
#page_favorite h1{
  border-top: #edc465 solid 3px;
  padding-top: 5px;
  margin: 0 -5% 10px;
  padding: 5px 5% 0;
}
#page_favorite h1{
  border-top: #fe6262 solid 3px;
  font-size: 18px;
}
#search_areaList h1,
#search_more h1{
  border: 0;
}
#search_more .search_btn li{
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
#search_more h1{
  padding-right: 80px;
}
#search_more h1 span{
  color: #fe6262;
}
#search_more__select p{
  padding: 10px;
  background: #f1f1f1;
  margin-bottom: 20px;
}
#search_more__select ul{
  margin-bottom: 50px;
}
#search_more__select ul li.select_area{
  width: 80%;
  margin-bottom: 20px;
}
#search_line h1{
  border-top: #eb95b3 solid 3px;
}
#search_map h1{
  border-top: #55bfc0 solid 3px;
}
#search_price h1{
  border-top: #b4d583 solid 3px;
}
#search_area__link{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#search_area__link li{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
#search_area__link li a{
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-size: 4vw;
}
#search_area__link li a span{
  font-size: 120%;
}

.search_area__box{
  margin: -50px -5% 30px;
  padding-top: 50px;
}
.search_area__box h2{
  padding: 0 5%;
  margin-bottom: 10px;
}
.search_area__box dl{
  margin-bottom: 3px;
}
.search_area__box dt{
  display: block !important;
  padding: 15px 5%;
  background: #edc465;
  font-size: 18px;
  position: relative;
}
#search_line .search_area__box dt{
  background: #eb95b3;
}
.search_area__box dt i{
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.search_area__box dt.open .fa-angle-down:before{
  content: '\f106';
}
.search_area__box dd{
  background: #efe4ca;
}
#search_line .search_area__box dd{
  background: #f0d6df;
}
#search_line .search_area__box dd h3{
  background: #eaacc1;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5%;
  margin: 0;
}
.search_area__box .search_area__list{
  padding: 10px 5% 20px;
  margin: 0;
}
#search_map__select p{
  margin-bottom: 10px;
}
#search_map__select ul,
#search_more__select ul{
  /*display: flex;
  flex-wrap: wrap;*/
  margin-bottom: 30px;
}
/*
#search_map__select ul li,
#search_more__select ul li{
  margin-right: 10px;
  line-height: 40px;
}*/
#search_map__select ul li{
  margin-bottom: 10px;
}
#search_price #search_map__select{
  margin-bottom: 80px;
}
#search_map__select .btn_submit{
  border-radius: 0;
  width: 100%;
  color: #fff;
  outline: 0;
}
#search_map__select .btn_submit:hover{
  color: #edc465;
}
#search_map__select ul li.select_submit{
  width: 100%;
  max-width: 200px;
  margin: 10px auto 0;
}
/*
#search_map__select ul li.select_area,
#search_more__select ul li.select_area{
  width: 40%;
  max-width: 300px;
}
/*
#search_map__select ul li.select_price,
#search_more__select ul li.select_price{
  width: 40%;
  max-width: 300px;
}*/
#search_map__select ul li select,
#search_more__select ul li select{
  width: 100%;
}
#search_more__select ul li{
  line-height: 40px;
}
#search_more__select ul.search_area__list{
  padding: 0;
}
#search_more__select ul.search_area__list li{
  line-height: 1.5;
  margin: 0 0 10px;
  padding-left: 25px;
}
#search_more__select ul.search_area__list li input[type="checkbox"]{
  margin-left: -25px;
}
#search_map__wrap{
  width: 100%;
  height: 400px;
  background: #ccc;
}
#kanto.search_area__box dt,
#area_link__kanto a{
  background: #c4e9e9;
  border: #55bfbf solid 1px;
}
#tokai.search_area__box dt,
#area_link__tokai a{
  background: #d5e6bd;
  border: #8eb951 solid 1px;
}
#tohoku.search_area__box dt,
#area_link__tohoku a{
  background: #b6d5e9;
  border: #4c9ccf solid 1px;
}
#koushin.search_area__box dt,
#area_link__koushin a{
  background: #b1e5fc;
  border: #44b8ea solid 1px;
}
#tyugoku.search_area__box dt,
#area_link__tyugoku a{
  background: #f6c3a8;
  border: #e05f42 solid 1px;
}
#kansai.search_area__box dt,
#area_link__kansai a{
  background: #f9d9a8;
  border: #fbb03b solid 1px;
}
#kyusyu.search_area__box dt,
#area_link__kyusyu a{
  background: #f3cedb;
  border: #ea86aa solid 1px;
}
#okinawa.search_area__box dt,
#area_link__okinawa a{
  background: #fcc7c7;
  border: #ff6666 solid 1px;
}
#keyword_search h1{
  line-height: 1.4;
}
#keyword_search h1 span{
  color: #fe6262;
}
#keyword_search__form{
  padding: 10px;
  background: #f1f1f1;
}
#keyword_search__form button{
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  width: 50px;
  vertical-align: bottom;
  background: none;
}
#keyword_search__form input[type="text"]{
  padding: 7px 5px;
  width: calc(100% - 60px);
}
.btn_exclude{
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

#special_header{
  margin-bottom: 20px;
  width: 100%;
}
#special_header h1{
  font-size: 14px;
  margin: 5px 0 0;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 5%;
}



.page_404 #header_right__btn,
.page_404 #side_fixed{
  display: none !important;
}
#notFound_txt{
  text-align: center;
  padding: 150px 0 200px;
}
#notFound_txt h1{
  font-size: 18px;
  margin-bottom: 30px;
}
#notFound_txt p{
  margin-bottom: 50px;
}
#notFound_txt a img{
  width: 80%;
  max-width: 250px;
}

#search__not_found p{
  font-size: 16px;
  margin-bottom: 50px;
}
#search__not_found h2{
  text-align: center;
  font-size: 16px;
}
#search__not_found ul{
  display: flex;
  flex-wrap: wrap;
}
#search__not_found ul li{
  margin-bottom: 10px;
  width: 50%;
}
#search__not_found ul li a{
  color: #005aff;
}
#search__not_found ul li a:hover{
  text-decoration: underline;
}
#search__not_found{
  margin-bottom: 100px;
}





/* =Quality
-------------------------------------------------------------- */

#quality_intro,
#quality_facility{
  background: #dcf6ff;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
}
#quality_intro::before,
#quality_facility::before{
  content: '';
  background: url(../images/common/border_colors.png) center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#quality_intro::after,
#quality_facility::after{
  content: '';
  background: url(../images/common/border_colors.png) center top repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#quality_intro h1{
  font-size: 18px;
  text-align: center;
}
#quality_intro img{
  width: 100%;
}
#quality_intro p{
  margin: 20px 0 0;
  color: #3b3b3b;
  padding: 0 5%;
}

.concept_box{
  margin-bottom: 50px;
}

#facility{
  margin-top: -70px;
  padding-top: 70px;
}
.concept_box h3,
.facility_box h3{
  font-size: 18px;
  color: #55bfc0;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.concept_box h3::before,
.facility_box h3::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #55bfc0;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
}
.concept_box h3 span,
.facility_box h3 span{
  padding: 0 10px;
  position: relative;
  z-index: 5;
}
.concept_box h3 span{
  background: #fff;
}
.facility_box h3 span{
  background: #dcf6ff;
}
.concept_box p{
  margin: 20px 0;
  color: #3b3b3b;
}

/* #quality_facility */
.facility_box_container{
  padding-bottom: 50px;
}
.facility_wrapper {
  width: 90%;
  margin: 0 auto;
}
.facility_box .wrapper{
  width: 100%;
}
.facility_box{
  margin-bottom: 50px;
}
.facility_box:last-of-type{
  margin-bottom: 0px;
}
#facility{
  margin-bottom: 50px;
}
.search_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.search_tags li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.search_tags li a {
  text-align: center;
  height: 60px;
  padding: 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #ffffff;
}
.search_tags li a span {
  width: 100%;
}
.search_tags li.tag_layout a {
  border: #edc465 solid 1px;
}
.search_tags li.tag_layout a:hover, 
.search_tags li.tag_layout.selected a {
  background: #edc465;
  color: #fff;
}
.search_tags li.tag_utility a {
  border: #e36893 solid 1px;
}
.search_tags li.tag_utility a:hover, 
.search_tags li.tag_utility.selected a {
  background: #e36893;
  color: #fff;
}
.search_tags li.tag_structure a {
  border: #a1ca64 solid 1px;
}
.search_tags li.tag_structure a:hover, 
.search_tags li.tag_structure.selected a {
  background: #a1ca64;
  color: #fff;
}
.search_tags li.tag_detail a {
  border: #5dadb2 solid 1px;
}
.search_tags li.tag_detail a:hover, 
.search_tags li.tag_detail.selected a {
  background: #5dadb2;
  color: #fff;
}
.facility_box h3.square_heading{
  font-size: 18px;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  color: #222222;
  margin-bottom: 20px;
  text-align: center;
  background: #edc465;
  padding: 10px;
}
.facility_box h3.square_heading::before{
  content: none;
}
.facility_box p{
  color: #3b3b3b;
  padding: 0 5%;
}
.facility_box ul.maker_lists {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.facility_box ul.maker_lists li {
  /* width: 23%; */
  margin: 2.5% 5%;
  text-align: center;
}
.facility_contents{
  margin-bottom: 50px;
}
.facility_contents h4.heading{
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
}
.facility_contents h4.heading.center,
.facility_contents h4.heading.left{
  text-align: center;
}
.facility_contents .detail_lists li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.facility_contents .content{
  display: flex;
  flex-flow: row wrap;
}
.facility_contents .content_text{
  margin-top: 20px;
}
.facility_contents .image_full{
  width: 100%;
}
.facility_contents .image_middle{
  width: 60%;
  height: 160px;
  object-fit: cover;
  margin-right: 5%;
}
.facility_contents .image_halfmiddle{
  width: 35%;
  height: 160px;
  object-fit: cover;
}
.facility_contents .image_small{
  width: 100%;
  height: 60vw;
  object-fit: cover;
}
.facility_contents h5{
  font-family: "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  font-size: 16px;
  color: #222222;
  margin: 5px 0;
  padding: 0 5%;
}
.facility_contents .notice{
  font-size: 12px;
}
/* END #quality_facility */

.bukken_box__inner p,
.bukken_box__title{
  height: 50px;
}
#front_bukken .bukken_detail dd{
  height: 40px;
}
#front_ichioshi .bukken_detail dd{
  height: 30px;
}
#front_bukken .bukken_box__spec li,
#front_ichioshi .bukken_box__spec li{
  height: 50px;
}

@media screen and (min-width: 768px){

  #front_bnr {
    padding-bottom: 80px;
  }

  #front_bnr img:first-of-type {
    display: none;
  }

  #front_bnr p {
    display: block;
  }

  #quality_intro p{
    text-align: center;
    line-height: 2;
  }
  .concept_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .concept_box h3{
    width: 100%;
  }
  .concept_box img{
    width: 55%;
  }
  .concept_box p{
    width: 45%;
    padding-left: 20px;
    margin: 0;
  }

  .facility_box p{
    padding: initial;
  }
  .facility_box .sp_only{
    display: none;
  }
  .facility_contents h4.heading{
    margin-bottom: 25px;
  }
  .facility_contents h4.heading.left{
    text-align: left;
  }
  .facility_contents .detail_lists li {
    padding: 0 50px 40px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .facility_contents .content_text{
    font-size: 16px;
    line-height: 2;
  }
  .facility_contents .image_middle,
  .facility_contents .image_halfmiddle{
    height: 300px;
  }
  .facility_contents .image_small {
    width: 280px;
    height: 210px;
    object-fit: cover;
    margin-right: 40px;
    float: left;
  }
  .facility_box ul.maker_lists li {
    /* width: 20%; */
  }
  .search_tags li {
    width: 25%;
  }
  #front_ichioshi .bukken_box__spec li{
    height: 50px;
  }
}
@media screen and (min-width: 1024px){
  #quality_intro,
  #quality_facility{
    margin-bottom: 100px;
    padding: 80px 0;
  }
  #quality_intro h1{
    font-size: 24px;
    margin-bottom: 50px;
  }
  #quality_intro p{
    font-size: 20px;
    line-height: 2.5;
    margin: 50px 0 0;
  }
  .concept_box{
    margin-bottom: 100px;
  }
  .concept_box h3{
    font-size: 22px;
    margin-bottom: 50px;
  }
  .concept_box h3 span{
    padding: 0 20px;
  }
  .concept_box img{
    width: 60%;
  }
  .concept_box p{
    width: 40%;
    padding-left: 30px;
    font-size: 16px;
    line-height: 2;
  }
  .facility_wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .facility_box{
    margin-bottom: 100px;
  }
  .facility_box p{
    font-size: 16px;
    line-height: 2;
  }
  .facility_box:last-of-type{
    margin-bottom: 0px;
  }
  .search_tags li {
    width: 20%;
    font-size: 16px;
  }
  .search_tags li a {
    padding: 20px;
    height: 80px;
    border-radius: 40px;
  }
  #facility{
    margin-top: -100px;
    padding-top: 100px;
  }
  .facility_box h3{
    font-size: 22px;
    width: 90%;
    max-width: 1050px;
    margin: 0 auto 50px;
  }
  .facility_box h3 span{
    padding: 0 20px;
  }
  .facility_box h3.square_heading{
    width: 100%;
    max-width: initial;
  }
  .facility_contents h4.heading{
    font-size: 24px;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .facility_contents .detail_lists {
    width: 90%;
    max-width: 1100%;
    margin: 0 auto;
  }
  .facility_contents .detail_lists li {
    margin-bottom: 80px;
  }
  .facility_contents .detail_lists li p {
    padding-left: 16px;
    display: flow-root;
  }
  .facility_contents .content_text{
    width: 27%;
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .facility_contents .image_middle{
    width: 45%;
    height: 360px;
    margin-right: initial;
  }
  .facility_contents .image_halfmiddle{
    width: 22.5%;
    height: 360px;
    margin: 0 3.5% 0 2%;
  }
  .facility_contents .image_small{
    width: 360px;
    height: 240px;
  }
  .facility_box ul.maker_lists li {
    /* width: 12%; */
    margin: 2% 5%;
  }
  .facility_contents h5 {
    font-size: 20px;
    margin-top: initial;
    margin-bottom: 25px;
  }
  .facility_contents .notice {
    font-size: 16px;
    padding: 0 50px;
    margin: -40px 0;
  }
}



/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 350px){
  .btn_exclude{
    width: 80px;
  }
}
@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
  .gmap iframe{
    height: 300px;
  }
  img.sp_none{
    display: inline;
  }
  table th{
		padding: 20px;
    width: 250px;
	}
	table td{
		padding: 20px;
	}
  #header_left{
    display: flex;
  }
  #header_description{
    display: block;
    margin-left: 100px;
  }
  #header_description br{
    display: none;
  }
  #main_visual{
    margin: 0;
  }
  #main_visual__slide div{
    height: 600px;
  }
  /* #main_visual__search{
    width: 50%;
    bottom: 30%;
  } */
  #modal .modal_area {
    width: 590px;
    height: 448px;
    padding: 40px 45px 55px;
  }
  #modal .modal_area__title {
    font-size: 20px;
  }
  #modal .modal_area__desc {
    font-size: 14px;
    margin-bottom: initial;
  }
  #modal .modal_area__desc br {
    display: block;
  }
  #modal .modal_area__notice h3 {
    font-size: 15px;
  }
  #modal .modal_area__notice ul {
    padding: 30px 24px 10px;
  }
  #modal .modal_area__notice ul li {
    font-size: 13px;
  }
  #modal .modal_area__attention {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #modal .modal_area__button {
    width: 320px;
  }
  #top_notice a {
    font-size: 24px;
  }
  #front_serchBtn{
    margin-top: -30px;
    position: relative;
    z-index: 5;
  }
  #front_serchBtn li{
    width: 24%;
  }
  .serch_catList li{
    width: 25%;
  }
  #front_bukken h2 span img{
    margin-left: -180px;
  }
  .bukken_box{
    padding: 0 5px;
  }
  #front_works__wrap .slick-list{
    overflow: hidden;
  }
  #search_areaList .search_area__list{
    margin-bottom: 50px;
  }
  #search_areaList .search_area__list li{
    padding: 10px;
    width: 25%;
  }
  .search_btn li{
    padding: 0 10px;
    width: 40%;
  }
  .search_btn .btn_link{
    font-size: 16px;
  }
  #search_map__tyugoku ul li:nth-of-type(4){
    margin-left: 80px;
  }
  #search_results__header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #search_results__header_txt{
    margin: 0;
  }
  .search_box__inner,
  .search_box__header{
    display: flex;
    justify-content: space-between;
  }
  .search_box__header{
    margin-bottom: 10px;
  }
  .search_box__slide,
  .search_box .search_box__icon{
    width: 45%;
  }
  .search_box__detail,
  .search_box .bukken_box__title{
    width: 52%;
  }
  #detail_overview__inner{
    display: flex;
    justify-content: space-between;
  }
  #detail_office__info{
    width: 48%;
  }
  #detail_office .gmap{
    width: 48%;
    margin: 0;
  }
  #detail_shere ul{
    display: flex;
    flex-wrap: wrap;
  }
  #detail_shere li.btn_sns{
    width: 33.33%;
    padding: 0 5px;
  }
  #detail_shere li.btn_form{
    width: 100%;
  }
  #detail_shere li.btn_form a{
    padding: 30px 0;
  }
  #detail_overview table th{
    text-align: right;
    width: 25%;
  }
  #detail_loan__exp ul{
    display: flex;
  }
  #detail_loan__exp li{
    width: 33.33%;
  }
  #detail_loan__exp li:not(:last-child)::after{
    width: 1px;
    height: 50px;
    bottom: 50%;
    transform: translateY(50%);
    left: 100%;
    margin-left: 0;
  }
  #detail_loan__exp p{
    text-align: right;
  }
  .simulator_box__inner{
    display: flex;
    flex-wrap: wrap;
  }
  .simulator_box dl{
    width: 50%;
  }
  .simulator_box dd span{
    display: inline;
    margin-left: 10px;
  }
  #detail_point__staff{
    right: 50%;
    margin-right: -350px;
  }
  #detail_point__inner:before,
  #detail_point__inner:after{
    right: 30px;
  }
  #detail_location__list__wrap{
    display: flex;
    flex-wrap: wrap;
  }
  #detail_location__list__wrap dl{
    width: 50%;
  }
  #detail_location__list__wrap dd{
    padding: 0 10px;
  }
  #detail_location__list ul{
    justify-content: flex-end;
  }
  #detail_location .gmap .btn_root{
    margin: 10px 0 30px auto;
  }
  .detail_spec__wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .detail_spec__box{
    width: 50%;
    padding: 0 5px;
  }
  #detail_title__wrap{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
  }
  #detail_header .bukken_box__title{
    margin: 0 0 0 20px;
    line-height: 1.5;
  }
  #detail_header .bukken_detail__wrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #detail_header .bukken_detail,
  #detail_header .bukken_box__spec,
  #detail_header .bukken_detail__cat{
    width: 50%;
  }
  .bukken_detail__cat{
    padding-left: 20px;
  }
  #detail_gallery{
    display: block;
    position: relative;
  }
  #detail_mainPhoto{
    width: 50%;
  }
  #detail_madori{
    order: 0;
    width: 50%;
  }
  #detail_photos__wrap{
    width: 50%;
    padding-left: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .detail_gallery__wrap h2{
    margin: 0 0 10px;
    padding: 10px 0 0;
  }
  .detail_spec__modal img{
    width: 40%;
    float: left;
  }
  .modal_inner{
    float: right;
    width: 55%;
  }
  .page_nav__inner li ul{
    margin: 0;
  }
  #search_area__check{
    display: flex;
    justify-content: space-between;
  }
  .search_area__boxWrap{
    width: 48%;
  }
  .search_area__box{
    margin: -50px 0 30px;
  }
  .search_area__box h2{
    padding: 0;
  }
  .search_area__box dt{
    padding: 10px 20px;
  }
  #search_map__wrap{
    height: 500px;
  }
  #detail_shere li a{
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
  }
  #detail_shere li a:hover{
    opacity: .8;
  }
  #detail_shere li.btn_sns a span{
    background: #757575;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  #detail_shere li.btn_line a span{
    background: #00b900;
  }
  #detail_shere li.btn_fb a span{
    background: #1a77f2;
  }
  #detail_shere li.btn_tw a span{
    background: #01abee;
  }
  #detail_shere li.btn_mail a span{
    background: #f78ca3;
  }
  #detail_shere li.btn_sns a img{
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
  }
  #search_price #search_map__select li.select_price{
    width: 30%;
  }
  #search_map__select ul li.select_submit{
    margin: 0;
  }
  #search_map__select ul li.select_submit .btn_submit{
    padding: 12px 0;
  }
  #search_box__comment__wrap{
    /*padding-right: 250px;*/
  }
  #detail_title__wrap .icon_point{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    margin: 0;
  }
  #detail_title__wrap .icon_point:hover{
    bottom: 5px;
  }
  #search_map__select ul,
  #search_more__select ul{
    display: flex;
  }
  #search_map__select ul li,
  #search_more__select ul li{
    margin-right: 10px;
  }
  #search_map__select ul li,
  #search_more__select ul li.select_price{
    margin-right: 10px;
    width: 30%;
  }
  #search_more__select ul{
    display: flex;
    margin-bottom: 80px;
  }
  #search_more__select ul li.select_price{
    width: 40%;
    max-width: 300px;
  }
  .btn_exclude{
    width: 100px;
  }
  #special_header h1{
    font-size: 18px;
  }
  #keyword_search__form button{
    width: 185px;
  }
  #keyword_search__form input[type="text"]{
    width: calc(100% - 200px);
    padding: 10px;
  }
  #search__not_found{
    text-align: center;
  }
  #search__not_found ul{
    justify-content: center;
  }
  #search__not_found ul li{
    width: auto;
    padding: 0 20px;
  }
  #front_ichioshi .bukken_detail dd{
    height: 35px;
  }
	#front_illustration .illustration_btn {
		margin-top: 80px;
	}
	#front_illustration .illustration_btn a:hover {
		background-color: #AAAAAA;
		border: 1px solid #AAAAAA;
		color: #FFFFFF;
	}

}
@media screen and (min-width: 1024px){
  .breadlist{
    display: flex;
    font-size: 12px;
    padding: 50px 0 0;
  }
  .breadlist li:not(:last-child)::after{
    content: '>';
    padding: 0 5px;
  }
  .breadlist li a{
    text-decoration: underline;
  }
  .breadlist li a:hover{
    text-decoration: none;
  }
  .gmap iframe{
    height: 400px;
  }
  .slick-prev{
    left: -30px !important;
    padding-left: 20px;
  }
  #front_bukken .slick-next{
    right: -45px !important;
  }
  #front_bukken .slick-prev{
    left: -45px !important;
    padding-left: 20px;
  }
  .slick-next{
    right: -30px !important;
  }
  #front_ichioshi .slick-prev{
    left: -60px !important;
  }
  #front_ichioshi .slick-next{
    right: -60px !important;
  }
  .slider_caption{
    font-size: 16px;
  }
  .slick-prev,
  .slick-next{
    width: 60px;
    height: 60px;
  }
  .slick-prev:before,
  .slick-next:before{
    width: 25px;
    height: 25px;
    border-top: #fff solid 5px;
    border-left: #fff solid 5px;
  }
  #header_logo img{
    width: auto;
  }
  #header_description{
    font-size: 13px;
    margin-left: 180px;
  }
  #header_description br{
    display: block;
  }
  #header__top{
    height: auto;
    text-align: right;
    line-height: 1;
  }
  #header__link_corp{
    display: inline;
  }
  #header_right{
    flex-direction: row-reverse;
    align-items: center;
  }
  #header_logo{
    width: 150px;
    left: 20px;
  }
  #header_right__btn li img{
    width: 68px !important;
  }
	.menu_wrap{
		-webkit-transition: .3s;
		transition: .3s;
	}
	.menu_wrap dt{
		display: none;
	}
	.main_navigation dd{
		display: block !important;
		position: static;
    overflow: visible;
    background: none;
	}
  .main_navigation dd ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .main_navigation dd ul li{
    margin-right: 30px;
    position: relative;
  }
	.main_navigation dd ul li a{
		border: 0;
    padding: 10px 0;
    display: inline-block;
    color: #000;
	}
  .main_navigation dd ul li a::after{
    content: '';
    background: #55bfc0;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
  }
  .main_navigation dd ul li:hover a::after,
  .main_navigation dd ul li.current a::after{
    opacity: 1;
    bottom: 5px;
  }
  .main_navigation dd ul.sub_nav{
    position: absolute;
    display: block;
    top: 40px;
    left: -30px;
    z-index: 50;
    padding-top: 10px;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
  }
  .main_navigation dd li:hover ul.sub_nav{
    visibility: visible;
    opacity: 1;
  }
  .main_navigation dd ul.sub_nav::before{
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dcf6ff;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 50px;
  }
  .main_navigation dd ul.sub_nav li a{
    white-space: nowrap;
    display: block;
    padding: 10px 30px;
  }
  .main_navigation dd ul.sub_nav li a::after{
    content: none;
  }
  .main_navigation dd ul.sub_nav li a:hover{
    color: #fff;
    background: #55bfc0;
  }
  #sp_topLink{
    display: none;
  }
  #side_fixed{
    position: fixed;
    top: 50%;
    margin-top: -250px;
    right: 0;
    z-index: 99;
    display: block;
  }
  #footer_map{
    display: block;
    padding: 80px 0 50px;
    background:#d7f5ff;
  }
 #footer_40th_logo img {
    width: 400px;
}
  #footer_map .wrapper{
    display: flex;
    justify-content: space-between;
  }
  #footer_map li{
    margin-bottom: 30px;
    font-weight: bold;
  }
  #footer_map li a:hover{
    text-decoration: underline;
  }
  #footer_map .footer_map__sub{
    margin-top: 5px;
  }
  #footer_map .footer_map__sub li{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
  }
  #footer_map__btn{
    margin-top: 30px;
  }
  #footer_bottom{
    padding: 50px 0;
  }
  #footer_logo img{
    width: auto;
  }
  #page_header{
    padding: 150px 0 50px;
  }
  #page_header img{
    width: auto;
  }
  .page_container{
    padding: 30px 0 100px;
  }
  #main_visual__slide div{
    height: 700px;
  }
  #main_visual .slick-dots{
    bottom: 60px;
  }
  #main_visual .slick-dots li{
    margin: 0 5px;
  }
  .slick-dots li button:before{
    font-size: 30px;
  }
  #main_visual__search{
    width: 50%;
    height: 68px;
  }
  #main_visual__search input[type="text"]{
    height: 68px;
    line-height: 68px;
    padding: 5px 95px 5px 10px;
    font-size: 18px;
  }
  #main_visual__search input[type="image"]{
    width: 90px;
  }
  #front_serchBtn{
    margin-top: -50px;
    height: 160px;
  }
  #front_serchBtn li a:hover img{
    margin-top: -10px;
    opacity: 1;
  }
  .front_section{
    padding: 50px 0;
  }
  .section_title{
    font-size: 24px;
    margin-bottom: 50px;
  }
  .serch_catList li{
    width: 20%;
    font-size: 16px;
  }
  .serch_catList li a{
    padding: 20px;
    height: 80px;
    border-radius: 40px;
  }
  
  #front_topic .slick-slide{
    padding: 0 15px;
  }
  #front_topic h2{
    font-size: 24px;
    margin-bottom: 50px;
  }
  #front_topic h2 img{
    width: auto;
  }
  #front_bukken h2 span img{
    width: auto;
    top: -35px;
    margin-left: -220px;
  }
  #front_bukken .bukken_box{
    font-size: 120%;
    padding: 0 20px;
  }
  #front_bukken .bukken_box__header__inner,
  #front_bukken .bukken_box__date{
    font-size: 13px;
  }
  #front_bukken .bukken_kukaku,
  #detail_header .bukken_kukaku{
    font-size: 13px;
  }
  #front_bukken .bukken_box__inner{
    font-size: 14px;
  }
  #front_bukken .bukken_box__title,
  .search_box .bukken_box__title{
    font-size: 24px;
    line-height: 1.5;
  }
  #front_bukken .bukken_box__footer__contact a{
    font-size: 18px;
  }
  .bukken_box__footer__like a{
    padding: 5px 0;
  }
  .notice_box__title{
    font-size: 18px;
  }
  #front_works{
    margin-bottom: 80px;
  }
  #front_works h2{
    padding: 80px 0 200px;
  }
  #front_works h2 span{
    font-size: 24px;
    padding: 30px 0;
  }
  #front_works__wrap{
    margin-top: -150px;
    width: 100%;
  }
	#front_illustration .slick-slide{
		padding: 0 10px;
	}
	#front_illustration h2{
		font-size: 24px;
		margin-bottom: 50px;
	}
	#front_illustration h2 img{
		width: auto;
	}
	
  .works_box__thumb{
    height: 330px;
    position: relative;
  }
  .works_box__thumb img{
    height: 330px;
    width: auto;
    max-width: none;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .bukken_box__price{
    border-radius: 20px;
    display: block;
    padding: 1px 0;
    width: 100%;
    max-width: 300px;
  }
  .search_hit{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 14px;
    top: 100px;
    margin-top: -150px;
  }
  #search_areaList .search_area__list li{
    width: 20%;
  }
  .search_box{
    padding: 30px 50px;
    margin-bottom: 30px;
  }
  .search_new{
    padding-top: 50px;
  }
  .search_box__new{
    font-size: 16px;
  }
  .search_box__detail{
    font-size: 14px;
  }
  .search_box .bukken_box__price,
  .search_box .bukken_box__cat{
    display: inline-block;
    margin-bottom: 20px;
  }
  .search_box .bukken_box__price{
    padding: 1px 20px;
  }
  .search_box .bukken_box__cat span{
    border-radius: 20px;
  }
  .search_box__comment{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .search_box .bukken_box__spec{
    margin: 20px 0;
  }
  .search_box .bukken_box__title{
    margin: 0;
    height: auto;
  }
  .search_box .bukken_detail{
    margin-bottom: 8px;
  }
  .search_box .bukken_detail dd{
    padding-left: 10px;
  }
  .search_box .bukken_box__footer__detail a,
  .search_box .bukken_box__footer__contact a,
  .search_box .bukken_box__footer__like a i{
    font-size: 24px;
  }
  .search_box .bukken_box__footer__like a{
    font-size: 14px;
  }
  .detail_gallery__wrap h2 span{
    font-size: 12px;
    right: 0;
  }
  .detail_section{
    padding: 50px 0;
  }
  #detail_office__info h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #detail_office__info table{
    font-size: 14px;
  }
  #detail_shere li{
    margin-bottom: 20px;
  }
  #detail_shere li.btn_form{
    margin-bottom: 40px;
  }
  #detail_shere li.btn_form a{
    font-size: 32px;
  }
  #detail_shere li.btn_form a img{
    width: auto;
    margin-right: 20px;
  }
  #detail_shere li.btn_form a i{
    right: 20px;
    transition: .3s;
  }
  #detail_shere li.btn_form a:hover i{
    right: 15px;
  }
  #detail_shere li.btn_sns a span{
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 20px;
  }
  #detail_shere li.btn_sns a img{
    width: auto;
  }
  #detail_overview table{
    font-size: 14px;
  }
  #detail_overview table td{
    padding-left: 50px;
  }
  #detail_loan__wrap{
    padding: 50px;
  }
  #detail_loan__exp h3{
    font-size: 20px;
    margin-bottom: 30px;
  }
  #detail_loan__exp li{
    font-size: 24px;
  }
  #detail_loan__exp li span#loan_bonus{
    margin-left: -130px;
    top: 20px;
  }
  #detail_loan__attentions h3{
    font-size: 14px;
  }
  #detail_loan__attentions li{
    font-size: 12px;
  }
  .detail_loan__title{
    font-size: 20px;
  }
  .simulator_box dl{
    font-size: 16px;
  }
  .simulator_box dt,
  .simulator_box dd{
    height: 80px;
  }
  .simulator_box .btn_link{
    font-size: 24px;
  }
  #simulator_box__result{
    padding-top: 50px;
  }
  .detail_progress__box{
    padding: 40px 0;
  }
  .detail_progress__box p{
    font-size: 14px;
  }
  #detail_point .wrapper{
    max-width: 800px;
  }
  #detail_point__inner{
    padding: 30px 40px;
  }
  #detail_point__inner{
    font-size: 22px;
  }
  #detail_point__staff{
    width: auto;
    margin-right: -600px;
  }
  #detail_point__inner:before{
    border-right: 40px solid transparent;
    border-left: 0;
    right: -35px;
    bottom: 20px;
  }
  #detail_point__inner:after{
    border-right: 40px solid transparent;
    border-left: 0;
    right: -40px;
    bottom: 20px;
  }
  #detail_point__inner .btn_link{
    font-size: 22px;
  }
  #detail_location__slider .slick-slide{
    padding: 0 5px;
  }
  #detail_location__slider{
    margin-bottom: 20px;
  }
  #detail_location .gmap iframe{
    height: 600px;
  }
  #detail_location__list{
    font-size: 11px;
  }
  #detail_location__list__wrap dl{
    width: 33.33%;
  }
  .detail_spec__box{
    width: 33.33%;
  }
  .detail_spec__inner{
    font-size: 14px;
    padding: 10px;
  }
  .spec_zoom a::after{
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  .spec_movie a::after{
    background-size: 31px 26px;
    width: 31px;
    height: 26px;
  }
  #detail_header .bukken_box__title{
    font-size: 24px;
  }
  #detail_header .search_box__comment{
    font-size: 16px;
  }
  #detail_title__wrap .icon_point{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
  }
  #detail_title__wrap .icon_point:hover{
    bottom: 5px;
  }
  #detail_header{
    font-size: 16px;
  }
  #detail_header .bukken_detail dd{
    padding: 0 10px;
    height: auto;
  }
  .search_box .bukken_detail dd{
    height: auto;
  }
  #detail_header .bukken_box__cat span{
    border-radius: 20px;
  }
  .search_box__detail .bukken_box__cat{
  	font-size: 14px;
  }
  .bukken_detail__cat .bukken_box__cat{
  	font-size: 14px;
  }
  .detail_gallery__wrap h2{
    font-size: 18px;
  }
  .pagenation li{
    top: 50%;
  }
  .pagenation li a{
    font-size: 30px;
    padding: 10px;
  }
  .pagenation li a.btn_like{
    background: #fe6262;
    margin-top: 5px;
    display: block;
    padding: 10px 5px;
  }
  #detail_movie li.modal_mov a::before{
    background-size: 68px 43px;
    width: 68px;
    height: 43px;
  }
  #detail_movie li.modal_view a::before{
    background-size: 128px 64px;
    width: 128px;
    height: 64px;
  }
  #page_search h1,
  #page_favorite h1{
    margin: 0 0 20px;
    padding: 10px 0 0;
  }
  #page_favorite h1{
    font-size: 24px;
  }
  .icon_title{
    width: auto;
  }
  #search_areaMap{
    display: block;
    margin-bottom: 100px;
    position : relative;
  }
  .search_map__link{
    position: absolute;
    z-index: 5;
    width: 190px;
  }
  .search_map__link h2{
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
  .search_map__link ul{
    border: #55bfc0 solid 1px;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(255,255,255,.8);
  }
  .search_map__link ul li{
    width: 80px;
    padding: 3px 5px;
  }
  .search_map__link ul li a{
    text-align: center;
    display: block;
    padding: 5px 0;
    background: #55bfc0;
    color: #fff;
  }
  .search_map__link ul li a:hover{
    opacity: .8;
  }
  #search_map__kanto{
    bottom: -40px;
    right: 0;
  }
  #search_map__tokai{
    bottom: -40px;
    right: 210px;
  }
  #search_map__tokai ul{
    border: #b4d583 solid 1px;
  }
  #search_map__tokai li a{
    background: #b4d583;
  }
  #search_map__tohoku{
    top: 0;
    left: 510px;
  }
  #search_map__tohoku ul{
    border: #4d9cd0 solid 1px;
  }
  #search_map__tohoku li a{
    background: #4d9cd0;
  }
  #search_map__koushin{
    top: 0;
    left: 295px;
  }
  #search_map__koushin ul{
    border: #5acbfa solid 1px;
  }
  #search_map__koushin li a{
    background: #5acbfa;
  }
  #search_map__tyugoku{
    top: 0;
    left: 0;
    width: 270px;
  }
  #search_map__tyugoku ul{
    border: #e16043 solid 1px;
  }
  
  #search_map__tyugoku li a{
    background: #e16043;
  }
  #search_map__kansai{
    bottom: -40px;
    right: 420px;
    /* width: 270px; */
  }
  #search_map__kansai ul{
    border: #fbb03b solid 1px;
  }
  #search_map__kansai li a{
    background: #fbb03b;
  }
  #search_map__kyusyu{
    bottom: -40px;
    right: 630px;
    /* width: 270px; */
  }
  #search_map__kyusyu ul{
    border: #e986a9 solid 1px;
  }
  #search_map__kyusyu li a{
    background: #e986a9;
  }
  #search_map__okinawa{
    bottom: -40px;
    right: 840px;
    width: 90px;
  }
  #search_map__okinawa ul{
    border: #ff6666 solid 1px;
  }
  #search_map__okinawa li a{
    background: #ff6666;
  }
  #search_area__link{
    display: none;
  }
  #page_search h1 p{
    display: inline;
    padding-left: 30px;
  }
  #search_map__wrap{
    height: 600px;
  }
  #site_header__inner{
    height: 68px;
  }
  .bukken_box__title{
    height: 50px;
  }
  #front_bukken .bukken_box__title{
    height: 75px;
  }

  #front_bukken .bukken_detail dd{
    height: 45px;
  }
  #search_more__select ul.search_area__list li{
    width: 20%;
  }
  .btn_exclude{
    width: 140px;
  }
  #special_header h1{
    padding: 0;
  }
  #keyword_search__form{
    padding: 20px 100px;
  }
  #notFound_txt{
    padding: 250px 0;
  }
  #notFound_txt h1{
    font-size: 26px;
    margin-bottom: 50px;
  }
  #notFound_txt h1 br.none{
    display: none;
  }
  #notFound_txt p{
    font-size: 18px;
  }
  #notFound_txt a img{
    max-width: 350px;
  }
  #search__not_found p{
    font-size: 18px;
  }
  #search__not_found ul li{
    padding: 0 30px;
  }
  #front_bukken .bukken_box__spec li{
    height: 65px;
  }
  #front_ichioshi .bukken_box__thumb{
    height: 220px;
  }
  #front_bukken .bukken_box__thumb{
    height: 315px;
  }
  .bukken_box__thumb img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .notice_box__thumb{
    width: 128px;
    height: 128px;
  }
  .notice_box .btn_link{
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  .fancybox-caption{
    background: none;
    bottom: calc(50% - 250px);
  }
  body:not(#movie) > .fancybox-content{
    width: 600px !important;
    height: 400px !important;
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute;
  }
  .fancybox-close-small{
    display: block !important;
  }
}
@media screen and (min-width: 1200px){
  .search_map__link{
    width: 210px;
  }
  .search_map__link h2{
    font-size: 18px;
  }
  .search_map__link ul{
    padding: 10px;
  }
  .search_map__link ul li{
    width: 90px;
    padding: 3px 5px;
  }
  .search_map__link ul li a{
    padding: 10px 0;
  }
  #search_map__kanto{
    bottom: -40px;
    right: 0;
  }
  #search_map__tokai{
    bottom: -40px;
    right: 230px;
  }
  #search_map__tokai ul{
    border: #b4d583 solid 1px;
  }
  #search_map__tokai li a{
    background: #b4d583;
  }
  #search_map__tohoku{
    top: 0;
    left: 530px;
  }
  #search_map__koushin{
    top: 0;
    left: 310px;
  }
  #search_map__tyugoku{
    top: 0;
    left: 0;
    width: 300px;
  }
  #search_map__tyugoku ul li:nth-of-type(4){
    margin-left: 90px;
  }
  #search_map__kansai{
    bottom: -40px;
    right: 460px;
    /* width: 300px; */
  }
  #search_map__kyusyu{
    bottom: -40px;
    right: 690px;
    /* width: 300px; */
  }
  #search_map__okinawa{
    bottom: -40px;
    right: 920px;
    width: 110px;
  }
  .bukken_box__inner p{
    height: 50px;
  }
  #btn_top{
  	width: 50px;
  	right: 50px;
  }
  #btn_top:hover{
  	bottom: 35px;
  }
  .bukken_detail__cat{
		font-size: 14px;
	}
}

/* /tochi CSSè¿½åŠ åˆ†ã€€ï¼ˆ20.02.13ï¼‰ */

p.catch_cp {
  width: 100%;
  text-align: center;
  margin: 40px 0 60px;
  font-size: 120%;
}
p.catch_cp span.pc_only {
  display: none;
}
p.catch_cp span.sp_only {
  display: block;
}
#search_area__link li.w33ptg {
  width: 33.33%;
  padding: 0 3px;
  margin-bottom: 6px;
}
#search_area__link li.w33ptg a {
  border-radius: 1px;
}
#search_area__link li.w33ptg a.toch_disabled {
  background: #ccc!important;
  border: #ccc solid 1px !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  p.catch_cp {
    font-size: 150%;
  }
  p.catch_cp span.pc_only {
    display: block;
  }
  p.catch_cp span.sp_only {
    display: none;
  }
}


@media (max-width: 1100px) {

  #front_recommend {
    margin-bottom: 20px;
  }

	#front_recommend .recommend_read .recommend_read_wrap h2 br {
		display: none;
	}
	#front_recommend .recommend_panel .recommend_element .recommend_caption p {
		font-size: 1.4vw;
		width: calc(100% - 30px);
		height: 12px;
	}
	#front_recommend .recommend_panel .recommend_element .recommend_caption img {
		width: 30px;
	}
}
@media (max-width: 840px) {
	#front_recommend .recommend_box {
		display: block;
	}
	#front_recommend .recommend_read {
		width: 100%;
	}
	#front_recommend .recommend_read .recommend_read_wrap {
		position: relative;
		width: 90%;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto;
	}
	#front_recommend .recommend_read .recommend_read_wrap h2 {
		text-align: center;
		margin: 50px 0 20px;
		font-size: 24px;
	}
	#front_recommend .recommend_read .recommend_read_wrap p {
		margin-bottom: 30px;
		font-size: 14px;
	}
	#front_recommend .recommend_panel {
		width: 100%;
	}
	#front_recommend .recommend_panel .check_icon {
		width: 40%;
		left: 50%;
		transform: translate(-50%,0);
		top: -20px;
	}
	#front_recommend .recommend_panel .recommend_element .recommend_caption {
		display: block;
		top: 50%;
		left: 0%;
		right: auto;
		bottom: auto;
		transform: translateY(-50%);
		text-align: center;
		background-color: hsla(181,46%,54%,0.50);
		padding: 15px 10px;
	}
	#front_recommend .recommend_panel .recommend_element .recommend_caption img {
		margin-bottom: 10px;
	}
	#front_recommend .recommend_panel .recommend_element .recommend_caption p {
		font-size: 12px;
		width: 100%;
		height: auto;
		padding-right: 0;
		text-align: center;
		font-weight: bold;
	}
}
@media (max-width: 767px) {
    #main_visual__search {
    top: 138px !important;
  }
}

@media (max-width: 1023px) {
  #main_visual__search {
    top: 45px;
    width: auto;
  }
}

