@charset "utf-8";
@media screen and (max-width:768px){
html {
	-webkit-text-size-adjust: 100%;
}
html.close {
	overflow:hidden;
	height:100%;
}
body {
	font-size:15px;
	font-weight:500;
	line-height:1.9;
	color:#323232;
}
img{
	max-width:100%;
}
.only_pc{
	display:none !important;
}

.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}


#wrapper{
	min-width:auto;
	min-width:initial;
}

.pc_none{
	display: block;
}
/* header */
header{
}
header div{
	width:auto;
	height:50px;
}
header div > a{
	width:180px;
}
header nav{
	width:100%;
	height:100vh;
	padding:60px 10% 0;
	background-color:rgba(64,54,40,0.85);
	position:fixed;
	top:0;
	left:0;
	z-index:104;
	display:none;
}
header nav > a{
	width:180px;
	position:fixed;
	left:10px;
	top:5px;
}
header nav ul{
	display: block;
}
header nav ul li:nth-child(-n+6){
	line-height:30px;
	position:relative;
}
header nav ul li:nth-child(-n+5){
	border-bottom:1px solid #fff;
}
header nav ul li:nth-child(-n+6) a{
	display:block;
	line-height:50px;
	padding-left:30px;
	font-size:16px;
	color:#fff;
	letter-spacing:-0.05em;
	text-align:left;
}
header nav ul li:nth-child(-n+6) a:before{
	content:'';
	display:block;
	width:15px;
	height:1px;
	background-color:#fff;
	position:absolute;
	left:0;
	bottom:50%;
}
header nav ul li:nth-child(-n+6) a:after{
	content:'';
	display:block;
	width:10px;
	height:10px;
	background-color:transparent;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	position:absolute;
	left:auto;
	right:0;
	bottom:50%;
	transform:rotate(45deg) translateY(50%);
}
header nav ul li:nth-child(-n+6) a:hover:after{
	transform:rotate(45deg) translateY(50%);
}

header nav ul li:nth-child(7){
	width:auto;
}
header nav ul li:nth-child(7) a{
	display:block;
	line-height:50px;
	background-color:#ce4545;
	color:#fff;
	font-size:16px;
}
header nav ul li:nth-child(7) a:hover{
	opacity:1;
	background-color:#ce4545;
}
header nav ul li:last-child{
	line-height:40px;
}
header nav ul li:last-child a{
	color:#fff;
	font-size:10px;
}
header nav ul li:last-child a:hover{
	opacity:1;
}
header nav ul li:last-child a img{
	width:12px;
	margin-left:5px;
}




/* #btnmenu */
#btnmenu{
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	background-color:#403628;
	position:fixed;
	right:0;
	top:0;
	z-index:105;
	cursor:pointer;
}
#btnmenu span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 2px;
	border-radius:2px;
	margin: -1px 0 0 -11px;
	background: #fff;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#btnmenu span:before,
#btnmenu span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius:2px;
	-webkit-transition: .3s;
	transition: .3s;
}

#btnmenu span:before{
	margin-top: -10px;
}

#btnmenu span:after{
	margin-top: 7px;
}
#btnmenu.close{
	width:50px;
	height:50px;
	box-shadow:none;
	border-radius:0;
	background-color:transparent;
}
#btnmenu.close span{
	background-color:transparent;
}

#btnmenu.close span:before,
#btnmenu.close span:after{
	margin-top: 0;
	background-color:#fff;
}

#btnmenu.close span:before{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 0;
	border-radius:2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#btnmenu.close span:after{
	width: 22px;
	height: 2px;
	margin: -2px 0 0 0;
	border-radius:2px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* article */
article{
	padding-top:50px;
}


/* h1 */
h1{
	height: 500px;
	padding: 11% 0 18%;
	background: rgba(50,50,50,0.5) url(../images/h1_bg_s.png)no-repeat center top;
	background-size: cover;
  font-size: 6.5vw;
}


/* .cont */
.cont{
}
.cont h2{
	font-weight: 500;
	font-size: 24px;
}
.cont h2 span{
	line-height:1.6;
	display:block;
	font-size: 14px;
}




/* #cont1 */
#cont1{
	padding:7% 0 10%;
	background:url(../images/cont1_bg_s.png)no-repeat center center;
	background-size:cover;
}
#cont1 h2{
	font-size:6vw;
	color: #585453;
}
#cont1 p{
	width:80%;
	margin:10px auto 30px;
	text-align:left;
	color: #585453;
  font-size: 16px;
}
.btn_link01{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #d9d9d9;
	background: rgba(158,127,93,0.7) url(../images/arrow02.png)no-repeat 286px 22px;
	background-size: 2%;
}
.btn_link01:hover{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #9E7F62;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #9E7F62;
	background:rgba(255,255,255,0.5)  url(../images/arrow01.png)no-repeat 286px 22px;
	background-size: 2%;
}

/* #cont7 */
h3.cs{
	margin-bottom: 40px;
	color: #403628;
	font-size: 22px;
	text-align: center;
}
.property_info{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-flow: column;
}
.property_info li{
		width: 100%;
		background: rgba(212,195,158,0.3);
		height: auto;
		margin-bottom: 30px
}
.property_info li a{
	width: 84%;
	display: block;
	margin: 0 auto;
}
.property_info li img{
    width: 100%;
		height: auto;
    margin: 30px auto 20px;
}
.property_info li .property_name{
	font-size: 18px;
	color: #403628;
  margin-bottom: 20px;
	text-align: left;
}
.property_info li .distance,
.property_info li .info{
	font-size: 15px;
	color: #403628;
	line-height: 1.5em;
	text-align: left;
}
.property_info li .info{
  margin-bottom: 30px;
}
.btn_link02{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #9E7F62;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #9E7F62;
	margin: 0 auto 70px;
	background: url(../images/arrow01.png)no-repeat 286px 22px;
	background-size: 2%;
}
.btn_link02:hover{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #d9d9d9;
	margin: 0 auto 70px;
	background:rgba(158,127,93,0.5) url(../images/arrow02.png)no-repeat 286px 22px;
	background-size: 2%;
}



/* #cont8 */
#cont8{
	height: 500px;
	padding: 70px 0 50px;
	background: url(../images/cont8_bg.png)no-repeat center top #f5f5f6;
	background-size: cover;
	color: #585453;
	text-align: center;
  margin: 0 0 70px;
}
#cont8 p{
	width: 80%;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
  margin-bottom: 50px;
  font-size: 16px;
}

.btn_link03{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #9E7F62;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #9E7F62;
	margin: 0 auto 70px;
	background:rgba(255,255,255,0.7)  url(../images/arrow01.png)no-repeat 286px 22px;
	background-size: 2%;
}
.btn_link03:hover{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #d9d9d9;
	margin: 0 auto 70px;
	background:rgba(158,127,93,0.5) url(../images/arrow02.png)no-repeat 286px 22px;
	background-size: 2%;
}


/* #cont9 */
.property_info02{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-flow: column;
}
.property_info02 li{
		width: 100%;
		background: #eeeeee;
		height: auto;
		background: rgba(88,84,83,0.1);
		margin-bottom: 30px
}
.property_info02 li a{
	width: 84%;
	display: block;
	margin: 0 auto;
}
.property_info02 li img{
    width: 100%;
		height: auto;
    margin: 30px auto 20px;
}
.property_info02 li .property_name{
	font-size: 18px;
	color: #403628;
  margin-bottom: 20px;
	text-align: left;
}
.property_info02 li .distance,
.property_info02 li .info{
	font-size: 15px;
	color: #403628;
	line-height: 1.5em;
	text-align: left;
}
.property_info02 li .info{
  margin-bottom: 30px;
}


/* #cont10 */

#cont10{
	height: 176px;
	padding: 60px 0 0;
	background: url(../images/contact_bg.png)no-repeat center top #f5f5f6;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

#cont10 p{
	text-align: left;
	width: 80%;
	margin: 0 auto;
	font-size: 15px;
}

#cont10 > p span{
	display:inline-block;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
}



/* #cont2 */
#cont2{
	padding:5% 0 7%;
}
#cont2 h2{
	color: #403628;
}
#cont2 dl{
	width:80%;
	margin:5% auto 0;
}
#cont2 dl dt{
	width:5em;
	float:left;
	text-align-last: justify;
	text-justify: inter-ideograph;
}
#cont2 dl dd{
	padding-left:7em;
}
#cont2 dl dd.address{
	padding-left:12.5em;
	text-indent:-5.5em;
}


/* #cont3 */
#cont3{
	padding: 5% 0;
	color: #403628;
}
#cont3 section{
	width:90%;
	margin:20px auto;
	text-align:left;
}
#cont3 section h3{
	margin-bottom:10px;
	font-size:5.5vw;
}
#cont3 section h3:before{
	content:'';
	display:block;
	width:16px;
	height:1px;
	background-color:#403628;
	position:absolute;
	right:10px;
	top:50%;
}
#cont3 section h3:after{
	content:'';
	display:block;
	width:16px;
	height:1px;
	background-color:#403628;
	position:absolute;
	right:10px;
	top:50%;
	transform:rotate(-90deg);
	-webkit-transition : transform 0.4s;
	transition : transform 0.4s;
}
#cont3 section dl{
	line-height:1.7;
	display:none;
}
#cont3 section dl dd{
	padding-left:2em;
}



/* #cont4 */
#cont4{
	padding:5% 5% 8%;
	background:url(../images/cont4_bg.png) center top;
	background-size:300px auto;
}
#cont4 h2{
	margin-bottom:10px;
	font-size:5vw;
}


/* #cont5 */
#cont5{
	padding:3% 5% 12%;
	background:url(../images/cont5_bg.png);
}
#cont5 > div{
	width:90%;
	margin:auto;
	text-align:left;
}
#cont5 > div h2{
	margin-bottom:10px;
}
#cont5 > div h2 span{
	font-size:3vw;
}
#cont5 > div ul li{
	padding:5px 5px 5px 20px;
}
#cont5 > div ul li:before{
	content:'';
	display:block;
	width:12px;
	height:1px;
	background-color:#102942;
	position:absolute;
	left:0;
	top:50%;
}
#cont5 > div ul li > span{
	font-size:14px;
	font-family: 'Vollkorn', serif;
	letter-spacing:0.1em;
}
#cont5 > div ul li > span span{
	display:inline-block;
	margin-left:10px;
	padding:0 5px;
	font-size:10px;
}
#cont5 > div ul li p{
	font-size:15px;
}


/* #cont6 */
#cont6{
	padding:3% 5% 6%;
}
#cont6 h2{
	margin-bottom:15px;
}
#cont6 div{
	position:relative;
	height:0;
	padding-top:70%;
}
#cont6 div iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
#cont6 p{
	line-height:1.6;
	margin-top:15px;
	color:#102942;
	font-size:12px;
}
.btn_link04{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #FFF;
	margin: 0 auto 70px;
	background:url(../images/arrow02.png)no-repeat 540px 28px;
}
.btn_link04:hover{
	font-size: 16px;
	line-height: 58px;
	width: 80%;
	height: 58px;
	text-align: center;
	display: block;
	color: #102942;
	margin: 0 auto;
	letter-spacing: 0.1em;
	border: solid 1px #403628;
	margin: 0 auto 70px;
	background:rgba(255,255,255,0.5)  url(../images/arrow03.png)no-repeat 540px 28px;
}




/* #contact */
#contact{
	padding: 50px 0 0 !important;
}
#contact.confirm,
#contact.thanks{
	padding-top:80px;
}
#contact h2{
	padding:1% 0 2.5%;
}

#contact.confirm h3{
	background: #f2ede2;
  padding: 1em;
  font-size: 22px;
  font-weight: 500;
}
#contact.thanks h3{
	font-size:6vw;
}
#contact.confirm h2 span{
	font-size:3vw;
}
#contact.confirm form{
	width:90%;
	padding:0 0 8%;
}
#contact form dl{
	max-width:90%;
	margin:auto;
	padding:5% 0;
}
#contact form dl dt{
	font-size:16px;
}
#contact form dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	vertical-align:middle;
	width:30px;
	line-height:18px;
	margin-left:10px;
	border-radius:5px;
	font-size:11px;
	color:#fff;
	background-color:#ce4545;
	text-align:center;
}

#contact form dl dd{
	min-height:70px;
	padding:0 0 10px;
}
#contact form > div{
	width:90%;
	margin:auto;
}
#contact form > div p{
	margin:0 0 10px;
	padding:10px 15px;
	font-size:12px;
}

#contact.confirm form dl dt{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	float:none;
	border-bottom:1px solid #585453;
}
#contact.confirm form dl dd{
	min-height:auto;
	min-height:initial;
	padding:5px 0 15px;
}
#contact.confirm form > p span{
	display:block;
	margin-bottom:10px;
	font-size:12px;
	letter-spacing:-0.05em;
	white-space:nowrap;
}
#contact.thanks h2 + p{
	padding:10px 0;
	background:none;
	color:#323232;
}
#contact.thanks > a{
	display:inline-block;
	max-width:540px;
	width:90%;
	line-height:50px;
	margin:10px 0 0;
	background-color:#CE4545;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
}
#contact.thanks > a:hover{
	opacity:1;
	background-color:#fff;
	color:#dbbe94;
	box-shadow:0 0 0 transparent;
}


/* #privacy */
#privacy{
	padding:80px 0 12%;
}
#privacy h2{
	font-size:6vw;
}
#privacy h2 span{
	font-size:3vw;
}
#privacy section.first{
	width:90%;
	margin:20px auto;
	padding:2% 3%;
}
#privacy section.first h3{
	font-size:16px;
}
#privacy > dl{
	width:90%;
}
#privacy section.last{
	width:90%;
	margin:20px auto 0;
}
#privacy section.last h3{
	line-height:30px;
}
#privacy section.last p{
	width:auto;
}
#privacy section.last dl{
	text-align:left;
}
#privacy section.last dl dd{
	padding-left:2.3em;
	text-indent:-2.3em;
	font-size:14px;
}

/* lineupページ */
.h2_lineup{
	padding-top: 60px !important;
	margin-bottom: 20px !important;
  margin-bottom: 40px !important;
	color: #403628 !important;
  font-size: 40px !important;
}
.h2_lineup span{
  font-size: 16px !important;
}
.title_bg_lineup{
	width: 100%;
	height: 520px;
	background:url(../images/back_h.jpg)no-repeat center top;
	margin-bottom: 40px;
}

.f28{
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	line-height: 2em;
  color: #403628;
	margin-bottom: 20px;
}
.property_info_link{
	display: inline-block;
	width: auto;
	height: 24px;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	color: #403628;
	margin: 0 auto 80px;
	border-right: solid #403628 1px;
	border-left: solid #403628 1px;
	padding: 0 0.8em;
}
.property_search{
	width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
  align-items: center;
}

.property_search li {
	width: 100%;
	background: #eeeeee;
	height: 40px;
	line-height: 40px;
	margin-bottom: 12px;
}
.property_search li a{
		display: block;
		color: #FFF;
    background: #CE4545;
		line-height: 40px;
}
.property_search li.b_brown a{
		display: block;
		color: #FFF;
    background: #403628;
		line-height: 40px;
}
.property_search li.b_white a{
		display: block;
		color: #403628;
    background: #FFF;
		line-height: 40px;
		box-sizing: border-box;
		border: solid #403628 1px;
}


.tab_wrap {
	width: 1024px;
	height: auto;
	margin: 50px auto;
	opacity: 0.8;
}
@media screen and (max-width:900px) {
	.tab_wrap {
		width: 100%;
		margin: 0 auto;
		opacity: 0.8;
	}
}

/*タブボタンデザイン*/

.tab_lab1,
.tab_lab2{
	background: #403628;
	width: 150px !important;
	height: 40px;
	font-size: 15px;
	display: inline-block;
	line-height: 40px;
	color: #FFF;
	padding: 0 !important;
	margin: 0;
}

/*タブにチェック入ったとき*/
#tab1:checked~.tab_lab1 {
	background: #CE4545;
  width: 150px !important;
  height: 40px;
  font-size: 15px;
  display: inline-block;
  line-height: 40px;
  color: #FFF;
  padding: 0 !important;
  margin: 0 !important;
}
#tab2:checked~.tab_lab2 {
	background: #CE4545;
	width: 150px !important;
  height: 40px;
  font-size: 15px;
	display: inline-block;
	line-height: 40px;
	color: #FFF;
	padding: 0 !important;
	margin: 0 !important;
}

/*タブボタンとボックス連動*/
#tab1:checked~.panels #area1 {
	display: block;
  width: 100%;
	}
#tab2:checked~.panels #area2 {
	display: block;
	width: 100%;
}

/*チェックボックスとボックス非表示*/
input[name="check"] {
	display: none;
}
.panel {
	padding:0;
	display: none;
	margin-top: 30px;
}

/*アニメーション設定*/
@keyframes SlideUp {
	0% {
		transform: translateY(50px);
		/* Y軸方向に50px */
		opacity: 0;
		/* 透明 */
	}
	100% {
		transform: translateY(0);
		/* Y軸方向に0px */
		opacity: 1;
		/* 不透明 */
	}
}
/*アニメーション設定end*/

/*ボックスを下から上へ*/
.panel_content {
	animation-name: SlideUp;
	animation-duration: 2s;
	background-color: #fff;
}
.h2_list_properties{
	font-size: 24px !important;
	font-weight: bold;
	line-height: 30px;
	color: #403628;
	margin-bottom: 40px !important;
}
.icon_new{
	width: 64px;
	height: 30px;
	background: #C4934C;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 30px;
}
.h2_sales_performance{
	width: 100%;
	height: 180px;
	text-align: center;
	font-size: 24px !important;
	color: #FFF;
	background: url(../images/h2_sales_performance_bg.jpg)no-repeat center top;
	border: none;
	padding-top: 60px;
	line-height: 1.5em;
}
.h2_sales_performance span{
	font-size: 18px;
	color: #FFF;
}



/* service */
#service{
	background:rgba(212,195,158,0.4);
  padding-bottom: 40px;
}
.title_bg_service{
	width: 100%;
	height: 250px;
  margin-bottom: 40px;
	background: url(../images/h2_service_bg.jpg)no-repeat center top;
}
.h2_service{
	width: 200px;
  height: 160px;
  text-align: center;
  font-size: 40px !important;
  color: #FFF;
  border: none;
  padding-top: 60px;
  line-height: 1.5em;
  margin: 0 auto;
  text-shadow: 0px 0px 20px rgb(59 142 246 / 90%);
}
.h2_service span{
	font-size: 16px;
	color: #FFF;
}

.service_list{
	width: 100%;
	height:auto;
	margin:0 auto;
	padding: 2em;
}

.sl_box01{
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.sl_box01 .img_box{
  width: 100% !important;
	height: auto;
	position: static;
  box-shadow: none;
}
.sl_box01 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box01 .text_box{
	width: 100% !important;
	height: 430px;
	background: #FFF;
  position: static;
	box-shadow: none;
}
.sl_box01 .text_box h3{
	color: #9E7F62 !important;
  font-size: 24px !important;
  font-weight: 500;
	text-align: left;
	margin: 40px 0 25px;
  line-height: 1em;
}
.sl_box01 .text_box p{
  color: #403628;
  font-size: 17px;
	font-weight: 500;
	text-align: left;
  line-height: 1.7em;
}


.sl_box02{
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex !important;
	flex-flow: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.sl_box02 .img_box{
  width: 100% !important;
	height: auto;
	position: static;
	box-shadow: none;
  order: 1;
}
.sl_box02 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box02 .text_box{
	width: 100% !important;
  height: auto;
  background: #FFF;
	position: static;
	box-shadow: none;
  order: 2;
}
.sl_box02 .text_box h3{
	color: #9E7F62 !important;
  font-size: 24px !important;
  font-weight: 500;
	text-align: left;
	margin: 40px 0 25px;
  line-height: 1em;
}
.sl_box02 .text_box p{
  color: #403628;
  font-size: 17px;
	font-weight: 500;
	text-align: left;
  line-height: 1.7em;
}

.sl_box03{
	width: 100%;
	height: auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.sl_box03 .img_box{
  width: 100% !important;
	height: auto;
	position: static;
	box-shadow: none;
}
.sl_box03 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box03 .text_box{
  width: 100% !important;
  height: auto;
  background: #FFF;
	position: static;
	box-shadow: none;
}
.sl_box03 .text_box h3{
	color: #9E7F62 !important;
  font-size: 24px !important;
  font-weight: 500;
	text-align: left;
	margin: 40px 0 25px;
  line-height: 1em;
}
.sl_box03 .text_box p{
  color: #403628;
  font-size: 17px;
	font-weight: 500;
	text-align: left;
  line-height: 1.7em;
}
			
.sl_box04{
	width: 100%;
	height: auto;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.sl_box04 .img_box{
  width: 100% !important;
	height: auto;
	position: static;
	box-shadow: none;
}
.sl_box04 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box04 .text_box{
  width: 100% !important;
  height: auto;
  background: #FFF;
	position: static;
	box-shadow: none;
}
.sl_box04 .text_box h3{
	color: #9E7F62 !important;
  font-size: 24px !important;
  font-weight: 500;
	text-align: left;
	margin: 40px 0 25px;
  line-height: 1em;
}
.sl_box04 .text_box p{
  color: #403628;
  font-size: 17px;
	font-weight: 500;
	text-align: left;
  line-height: 1.7em;
}
			
/* reselling */
#reselling{
  padding-bottom: 40px;
}
.reselling_text{
	margin-bottom: 30px;
	text-align: left;
	width: 80%;
	margin: 0 auto 40px;
}
.title_bg_reselling{
	width: 100%;
	height: 250px;
  margin-bottom: 40px;
	background: url(../images/h2_reselling_sp_bg.jpg)no-repeat center top;
}
.h2_reselling{
	width: 90%;
	height: 220px;
	text-align: center;
  font-size: 40px !important;
  color: #403628;
  border: none;
  padding-top: 60px;
  line-height: 1.5em;
  margin: 0 auto;
  text-shadow: 0px 6px 15px rgb(255 255 255 / 90%);
}
.h2_reselling span{
	font-size: 16px;
	color: #403628;
}






/* footer */
footer{
	padding:15px 0 5px;
}
footer > img{
	width:70%;
	max-width:280px;
}
footer nav ul {
    letter-spacing: -0.4em;
    width: 70%;
    margin: 0 auto;
}
footer > ul li{
	margin:5px 0;
	font-size:12px;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
footer > ul li:first-child{
	display:inline-block;
	text-align:left;
}
footer > ul li span{
	display:inline-block;
	margin:0 10px;
}
footer > a{
	font-size:12px;
	color:#fff;
}
footer > a img{
	width:15px;
	margin-left:10px;
}
footer nav{
	margin-top:20px;
}
footer nav ul li{
	line-height:30px;
	display:block;
	vertical-align:middle;
	padding:0 18px;
	letter-spacing:normal;
	border: none;
	border-bottom: 1px dotted #fff;
}
footer nav ul li:first-child{
	border-top:1px dotted #fff;
}
footer nav ul li:last-child{
	border-right:none;
}
footer nav ul li a{
	display:block;
	line-height: 36px;
  font-size: 12px;
	color:#fff;
}
footer p{
	margin-top:15px;
	font-size:12px;
}


/* to_top */
#topbtn{
	width:50px;
	right:20px;
}


/* #bottom_nav */
#bottom_nav{
	width:100%;
	position:fixed;
	bottom:-0;
	left:0;
	overflow:hidden;
	z-index:100;
	text-align:center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
}
#bottom_nav li{
	width:50%;
	background-color:#fff;
	float:left;
}
#bottom_nav li a{
	display:block;
	padding:5% 0;
}
#bottom_nav li:first-child a{
	background-color:#3c3c3c;
}
#bottom_nav li:last-child a{
	background-color:#ffe600;
}
#bottom_nav li a img{
	width:90%;
	max-width:120px;
}




}


@media screen and (max-width:540px){
#cont2 dl dt{
	float:none;
	text-align-last: left;
}
#cont2 dl dd{
	margin-bottom:20px;
	padding-left:0;
}
#cont2 dl dd.address{
	padding-left:0;
	text-indent:0;
}
#cont2 dl dd.address span{
	display:block;
}
#cont2 dl dd.address br{
	display:none;
}

}



.fadein.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}



/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(140px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-140px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
}
