@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Vollkorn:ital@1&display=swap');
html {
}
body {
	font-family: 'Noto Serif JP', serif;
	font-size:18px;
	font-weight:500;
	text-align:center;
	line-height:1.9;
	color:#323232;
}
a {
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
	opacity:1;
	outline:none;
	color: #323232;
}
a:hover {
	opacity: 1;
}

.only_smart,
.only_smart_i{
	display:none !important;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1024px;
}
.pc_none{
	display: block;
}

.release{
	display: none !important;
}



/* header */
header{
	width:100%;
	position:fixed;
	z-index:100;
	background-color:rgba(255,255,255,0.75);
	box-shadow:0 0 8px rgba(0,0,0,0.2);
}
header div{
	width:1024px;
	height:80px;
	margin:auto;
	padding-left:10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > a{
}
header nav{
	width:660px;
}
header nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header nav ul li:nth-child(-n+6){
	line-height:1.5;
	position:relative;
}
header nav ul li:nth-child(-n+6) a{
	display:inline-block;
	font-size:16px;
	color:#403628;
	letter-spacing:-0.05em;
}
header nav ul li:nth-child(-n+6) a:after{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background-color:#403628;
	position:absolute;
	left:0;
	bottom:-5px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
header nav ul li:nth-child(-n+6) a:hover{
	opacity:1;
}
header nav ul li:nth-child(-n+6) a:hover:after{
		transform: scale(1, 1);
}

header nav ul li:nth-child(7){
	width:125px;
}
header nav ul li:nth-child(7) a{
	display:block;
	line-height:80px;
	background-color:#403628;
	color:#fff;
	font-size:16px;
}
header nav ul li:nth-child(7) a:hover{
	opacity:1;
	background-color:#ce4545;
}


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


/* h1 */
h1{
	height:530px;
	padding-top:40px;
	font-family: 'Noto Serif JP', serif;
	background:rgba(50,50,50,0.5) url(../images/h1_bg.jpg)no-repeat center top;
  background-size: cover;
	font-size:30px;
	font-weight:500;
	color:#fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}


/* .cont */
.cont{
}
.cont h2{
	font-size:40px;
	font-weight:500;
  margin-bottom: 30px;
}
.cont h2 span{
	line-height:1.6;
	display:block;
	font-size:16px;
}




/* #cont1 */
#cont1{
	padding:70px 0 50px;
	background: url(../images/cont1_bg.png)no-repeat center top #f5f5f6;
	color:#585453;
	margin: 0 0 50px;
}
#cont1 h2{
	font-size: 34px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#cont1 p{
	width:900px;
	margin:10px auto 0;
	text-align:left;
	font-size: 18px;
	line-height: 2em;
}
.btn_link01{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}
.btn_link01:hover{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}

/* #cont7 */
h3.cs{
	margin-bottom: 40px;
	color: #403628;
	font-size: 22px;
	text-align: center;
}
.property_info{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.property_info li{
		width: 480px;
		background: rgba(212,195,158,0.3);
		height: 450px;
		align-items:
}
.property_info li a{
	width: 414px;
	display: block;
	margin: 0 auto;
	position:relative;
}
.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: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}
.btn_link02:hover{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}

/* #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 0;
}
#cont8 p{
	width: 920px;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	#cont8 p{
	width: 70%;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
  margin-bottom: 50px;
}
}
.btn_link03{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}
.btn_link03:hover{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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 540px 28px;
}



/* #cont9 */
.property_info02{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.property_info02 li{
		width: 480px;
		background: #eeeeee;
		height: 450px;
		align-items:
		background: rgba(88,84,83,0.1);
}
.property_info02 li a{
	width: 414px;
	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 span{
	display:inline-block;
	text-align:left;
	font-family: 'Noto Serif JP', serif;
}




/* #cont2 */
#cont2{
	padding:40px 0 40px;
}
#cont2 h2{
	color: #403628;
}
#cont2 dl{
	width:530px;
	margin:30px auto 0;
	text-align:left;
	color: #403628;
}
#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:0 0 50px;
	color:#403628;
}
#cont3 section{
	width:620px;
	margin:20px auto;
	text-align:left;
}
#cont3 section h3{
	margin-bottom:20px;
	font-size:24px;
	font-weight:500;
	border-bottom:1px solid #403628;
	cursor:pointer;
	position:relative;
	color: #403628;
}
#cont3 section h3:before{
	content:'';
	display:block;
	width:21px;
	height:1px;
	background-color:#403628;
	position:absolute;
	right:12px;
	top:50%;
}
#cont3 section h3:after{
	content:'';
	display:block;
	width:21px;
	height:1px;
	background-color:#403628;
	position:absolute;
	right:12px;
	top:50%;
	transform:rotate(-90deg);
	-webkit-transition : transform 0.4s;
	transition : transform 0.4s;
}
#cont3 section h3.open:after{
	transform:rotate(0);
}
#cont3 section dl{
	line-height:1.7;
	display:none;
  margin-bottom: 16px;
}
#cont3 section dl dd{
	padding-left:2em;
}
.mb15{
	margin-bottom: 15px !important;
}


/* #cont4 */
#cont4{
	padding:50px 0 80px;
	background:url(../images/cont4_bg.png) center top;
}
#cont4 h2{
	margin-bottom:10px;
	font-size:26px;
}
#cont4 a{
	display:inline-block;
}


/* #cont5 */
#cont5{
	padding:50px 0;
	background:url(../images/cont5_bg.png);
}
#cont5 > div{
	width:1000px;
	margin:auto;
	text-align:left;
}
#cont5 > div h2{
	line-height:1.6;
	margin-bottom:20px;
	font-weight:bold;
	color:#403628;
	font-family: 'Noto Serif JP', serif !important;
}
#cont5 > div h2 span{
	font-size:18px;
}
#cont5 > div ul li{
	padding:10px 10px 10px 40px;
	border-bottom:1px solid #fff;
	position:relative;
}
#cont5 > div ul li:before{
	content:'';
	display:block;
	width:20px;
	height:1px;
	background-color:#403628;
	position:absolute;
	left:0;
	top:50%;
}
#cont5 > div ul li > span{
	font-size:17px;
	font-family: 'Vollkorn', serif;
	letter-spacing:0.1em;
}
#cont5 > div ul li > span span{
	display:inline-block;
	margin-left:20px;
	padding:0 10px;
	font-size:12px;
	font-family: 'Noto Sans JP', sans-serif !important;
	color:#403628;
	background-color:#e7eaec;
	letter-spacing:0;
}
#cont5 > div ul li p{
	font-size:16px;
	font-family: 'Noto Serif JP', serif !important;
  letter-spacing: 0.1em;
}


/* #cont6 */
#cont6{
  padding: 0 0 30px;
}
#cont6 h2{
	line-height:1.6;
	margin-bottom:30px;
	color:#102942;
}
#cont6 p{
	line-height:1.6;
	margin-top:30px;
	color:#403628;
	font-size:14px;
	letter-spacing: 0.05em;
}
.btn_link04{
	font-size: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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: 22px;
	line-height: 80px;
	width: 580px;
	height: 80px;
	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_top{
	padding: 0;
	height: 280px;
}

#contact{
	padding: 0;
	height: auto;
}
#contact > p span{
	display:inline-block;
	text-align:left;
}
#contact.confirm,
#contact.thanks{
	padding-top:0px;
}
#contact h2{
	padding:20px 0 30px;
	color:#fff;
	background-color:#CE4545;
}

#contact h2 span{
	line-height:1.6;
	font-family: 'Noto Sans JP', sans-serif;
}
#contact.confirm h3{
	background: #f2ede2;
  padding: 2em;
  font-size: 22px;
  font-weight: 500;
}
#contact.thanks h3{
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-size: 34px;
	font-weight:500;
	color:#323232;
	background-color:transparent;
  margin: 50px 0 20px;
}
#contact.confirm h2 span{
	display:block;
	font-size:28px;
	font-family: 'Noto Serif JP', serif;
}
#contact form{
	font-family: 'Noto Sans JP', sans-serif;
	background: #f2ede2;
	padding-bottom: 80px;
}

.contact_bg{
  background: #CE4545;
}
#contact_tit{
	padding: 20px 0 0 !important;
	color: #FFF !important;
}


#formWrap{
	background: #f2ede2;
	padding-bottom: 80px;
}
.thanks{
	background: #f2ede2;
}
.thanks a{
	margin-bottom: 60px !important;
}
#contact.confirm form{
	width:900px;
	margin:auto;
	padding:0 30px 30px;
	background-color:#fff;
}
#contact form dl{
	max-width:900px;
	margin:auto;
	padding:50px 0 20px;
	text-align:left;
}
#contact form dl dt{
	font-size:20px;
	font-weight: 500;
	margin-bottom: 5px;
}
#contact form dl dt.hissu:after{
	content:'必須';
	display:inline-block;
	vertical-align:middle;
	width:43px;
	line-height:23px;
	margin-left:10px;
	border-radius:5px;
	font-size:15px;
	color:#fff;
	background-color:#CE4545;
	text-align:center;
}

#contact form dl dd{
	min-height:80px;
	padding:0 0 20px;
}
#contact form > div{
	width:900px;
	margin:auto;
}
#contact form > div p{
	margin:0 0 20px;
	padding:20px 25px;
	text-align:left;
	background-color:#eae6e2;
	mix-blend-mode: multiply;
	font-size: 16px;
}
#contact form > div p a{
	color:#ce4545;
	text-decoration:underline;
}

#contact form > div label.error{
	text-align:center;
}

#contact.confirm form dl dt{
	font-size:20px;
	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 30px;
}
#contact.confirm form > p span{
	display:block;
	margin-bottom:10px;
}
#contact.thanks h2 + p{
	padding:20px 0;
	background:none;
	color:#323232;
}
#contact.thanks > a{
	display:inline-block;
	width:600px;
	line-height:60px;
	margin:20px 0 0;
	background-color:#CE4545;
	border-radius:6px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	transition : all 0.4s;
	-webkit-transition : all 0.4s;
}
#contact.thanks > a:hover{
	opacity:1;
	background-color:#fff;
	color:#585453;
	box-shadow:0 0 0 transparent;
}


/* #privacy */
#privacy{
	padding:120px 0 80px;
	background-color:#f9f6f0;
}
#privacy h2{
	line-height:1.6;
	font-size:36px;
	font-weight:500;
	color:#44403f;
}
#privacy h2 span{
	display:block;
	font-size:16px;
}
#privacy section.first{
	width:900px;
	margin:20px auto;
	padding:20px 30px;
	background-color:rgba(237,223,201,0.7);
}
#privacy section.first h3{
	font-size:20px;
	font-weight:500;
}
#privacy section.first p{
	text-align:left;
}
#privacy > dl{
	width:900px;
	margin:auto;
	text-align:left;
}
#privacy > dl dt{
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px solid;
}
#privacy > dl dd{
	padding:5px 0 15px;
}
#privacy > dl dd ul li{
	padding-left:1em;
	text-indent:-1em;
}
#privacy section.last{
	width:900px;
	margin:20px auto 0;
}
#privacy section.last h3{
	line-height:50px;
	font-weight:500;
	color:#fff;
	background-color:rgba(68,64,63,0.7);
}
#privacy section.last p{
	width:100%;
	margin:15px 0;
	text-align:left;
}
#privacy section.last dl{
	text-align:left;
}


/* lineupページ */
.h2_lineup{
	padding-top: 60px !important;
	margin-bottom: 20px !important;
  margin-bottom: 40px !important;
	color: #403628 !important;
}
.title_bg_lineup{
	width: 100%;
	height: 365px;
	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: 800px;
	height: auto;
	margin: 0 auto;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: space-between;
	margin-bottom: 50px;
}

.property_search li {
    width: 186px;
    background: #eeeeee;
    height: 40px;
		line-height: 40px;
}
.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: 1;
}
@media screen and (max-width:900px) {
	.tab_wrap {
		width: 100%;
		margin: 0 auto;
	}
}

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

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

.tab_lab1_text,
.tab_lab2_text{
	display: inline-block;
  width: auto;
  height: 24px;
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  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;
}



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

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

/*チェックボックスとボックス非表示*/
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;
	width: 100%;
}
.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: 70px;
	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:965px;
	height:auto;
	margin:0 auto;
}

.sl_box01{
	width: 100%;
  height: 460px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: center;
  position: relative;
}
.sl_box01 .img_box{
	width: 500px;
	height: auto;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
.sl_box01 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box01 .text_box{
	width: 480px;
	height: auto;
	background: #FFF;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 1;
	padding: 0 2em 2em 2em;
	position: absolute;
	right: 5px;
	top: 80px;
}
.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: 410px;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: center;
  position: relative;
}
.sl_box02 .img_box{
	width: 500px;
	height: auto;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 10;
	position: absolute;
	right: 5px;
	top: 0;
}
.sl_box02 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box02 .text_box{
	width: 480px;
	height: auto;
	background: #FFF;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 1;
	padding: 0 2em 2em 2em;
	position: absolute;
	left: 0;
	top: 80px;
}
.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: 500px;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: center;
	position: relative;
}
.sl_box03 .img_box{
	width: 500px;
	height: auto;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
}
.sl_box03 .img_box img{
	width: 100%;
	height: auto;
  display: block;
}
.sl_box03 .text_box{
	width: 480px;
	height: auto;
	background: #FFF;
	box-shadow: 5px 5px 0px 0px rgb(104 98 98 / 15%);
	z-index: 1;
	padding: 0 2em 2em 2em;
	position: absolute;
	right: 5px;
	top: 80px;
}
.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;
}

/* reselling */
#reselling{
  padding-bottom: 40px;
}
.reselling_text{
	margin-bottom: 30px;
}
.title_bg_reselling{
	width: 100%;
	height: 250px;
  margin-bottom: 40px;
	background: url(../images/h2_reselling_bg.jpg)no-repeat center top;
}
.h2_reselling{
	width: 500px;
  height: 160px;
  text-align: center;
  font-size: 40px !important;
  color: #403628;
  border: none;
  padding-top: 90px;
  line-height: 1.5em;
  margin: 0 auto;
  text-shadow: 0px 0px 20px rgb(255 255 255 / 95%);
}
.h2_reselling span{
	font-size: 16px;
	color: #403628;
}



/* footer */
footer{
	padding:20px 0 10px;
	background-color:#403628;
	color:#fff;
}
footer > ul li{
	margin:5px 0;
	font-size:14px;
	letter-spacing:0.1em;
	text-indent:0.1em;
}
footer > ul li span{
	display:inline-block;
	margin:0 10px;
}
footer > a{
	font-size:14px;
	color:#fff;
}
footer > a img{
	width:17px;
	margin-left:10px;
}
footer nav ul{
	letter-spacing:-0.4em;
}
footer nav ul li{
	line-height:1;
	display:inline-block;
	vertical-align:middle;
	padding:0 18px;
	letter-spacing:normal;
	border-right:1px solid #fff;
}
footer nav ul li:last-child{
	border-right:none;
}
footer nav ul li a{
	line-height:1;
	vertical-align:top;
	font-size:14px;
	color:#fff;
}
footer p{
	margin-top:15px;
	font-size:12px;
}


/* to_top */
#topbtn{
	position:fixed;
	z-index:99;
	right:30px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	-moz-transition: bottom 0.8s;
	-ms-transition: bottom 0.8s;
	transition: bottom 0.8s;
}


/* fadein */
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}
.delay5 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.0s;
	transition-delay : 1.0s;
}
.delay6 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 1.2s;
	transition-delay : 1.2s;
}


.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;
}
