@charset "UTF-8";

/* sedation
---------------------------------------------------------------------------*/
.contents{
	width: 100%;
}
.img-main,
.img-main2,
.kind,
.friendly .friendly-bottom,
.two-kinds{
	width: 900px;
	margin: 0 auto;
}

/* img-main
------------------------------------*/
.img-main{
	margin-bottom: 83px;
}
.img-main2{
	margin-bottom: 80px;
	position: relative;
}
.img-main2::after{
	width: 89px;
	height: 89px;
	content: " ";
	margin: 0 auto;
	background: url("../img/share/title-mark-orange.svg") no-repeat 0 0 / 100% auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
}

/* img-main
------------------------------------*/
.kind{
	margin-bottom: 100px;
}
.kind .inner{
	width: 794px;
	margin: 0 auto;
}
.kind .kind-top{
	margin: 0 0 25px;
	overflow: hidden;
}
.kind .kind-top .title{
	float: left;
	margin: 0 28px 0 27px;
}
.kind .kind-top .catch{
	float: left;
	margin: 3px 0 0 -2px;
	font-size: 15px;
	letter-spacing: 0.3em;
	line-height: 2;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.kind .kind-top .txt{
	width: 510px;
	float: right;
	padding: 35px 0 0;
}
.kind .kind-top .txt p{
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.15em;
}

.kind .kind-bottom{
	color: #42210A;
}
.kind .kind-bottom::after{ content: ''; display: block; clear:both; }
.kind .kind-bottom .dictionary{
	width: 260px;
	float: left;
	padding: 82px 0 0;
	position: relative;
}
.kind .kind-bottom .dictionary a.link{
	display: block;
	padding: 3px 0 5px 51px;
	background: url("../img/icon/question.png") no-repeat 0 0 / 38px auto;
	font-size: 17px;
	color: #42210A;
	line-height: 1.6;
	letter-spacing: 0.2em;
}
.kind .kind-bottom .dictionary a.link:hover{
	opacity: 1;
}
.kind .kind-bottom .dictionary a.link span{
	display: inline-block;
	border-bottom: 1px solid #9C8D80;
	padding-left: 2px;
}
.kind .kind-bottom .dictionary .txt{
	opacity: 0;
	width: 304px;
	padding: 18px 19px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 4px 4px 0 #B4B1A0;
	box-sizing: border-box;
	transition: all 0.2s;
	font-size: 14px;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.02em;
	position: absolute;
	left: 52px;
	bottom: 37px;
}
.kind .kind-bottom .dictionary a.link:hover + .txt{
	bottom: 47px;
	opacity: 1;
}
.kind .kind-bottom .recomend{
	width: 505px;
	float: right;
}
.kind .kind-bottom .recomend .title{
	margin: 0 0 20px;
	letter-spacing: 0.12em;
}
.kind .kind-bottom .recomend ul{
	min-width: 208px;
	float: left;
	padding: 0 0 3px 13px;
	border-left: 2px solid #FBB601;
	box-sizing: border-box;
}
.kind .kind-bottom .recomend ul li{
	margin: 0 0 14px;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.kind .kind-bottom .recomend ul li:last-child{
	margin-bottom: 0;
}

/* friendly
------------------------------------*/
.friendly{
	width: 100%;
	margin: 0 0 80px;
}
.friendly .friendly-bottom .inner{
	width: 790px;
	margin: 0 auto;
}
.friendly .friendly-bottom ul{
}

.friendly .friendly-bottom ul li{
	margin: 0 0 63px;
}
.friendly .friendly-bottom ul li::after{ content: ''; display: block; clear:both; }
.friendly .friendly-bottom ul li figure{
	width: 341px;
	float: left;
}
.friendly .friendly-bottom ul li figure img{
	width: 100%;
	height: auto;
}
.friendly .friendly-bottom ul li .txt{
	width: 407px;
	float: right;
	padding: 15px 0 0;
}

.friendly .friendly-bottom ul li:nth-of-type(2) .txt{
	padding-top: 30px;
}

.friendly .friendly-bottom ul li .txt .en-txt{
	margin: 0 0 13px 1px;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #42210A;
}
.friendly .friendly-bottom ul li .txt .title{
	margin: 0 0 23px;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.21em;
	color: #42210A;
}
.friendly .friendly-bottom ul li .txt .title.ls{
	letter-spacing: 0.13em;
}
.friendly .friendly-bottom ul li .txt p{
	margin: 0 0 13px;
	letter-spacing: 0.09em;
	line-height: 1.8;
}

/* two-kinds
------------------------------------*/
.two-kinds .inner{
	width: 790px;
	margin: 0 auto;
}
.two-kinds .lead{
	margin: 0 0 38px;
	text-align: center;
}
.two-kinds .lead .en-txt{
	margin: 0 0 15px;
	font-size: 16px;
	letter-spacing: 0.28em;
	color: #765844;
}
.two-kinds .lead .en-txt span{
	margin-right: 10px;
}
.two-kinds .lead .en-txt span:last-child{
	margin-right: 0;
}
.two-kinds .lead .en-txt:first-letter{
	font-size: 16px;
}
.two-kinds .lead .title{
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.17em;
	color: #42210A;
}
.two-kinds .lead .txt{
	letter-spacing: 0.21em;
}
.two-kinds nav{
	margin: 0 0 56px;
	text-align: center;
}
.two-kinds nav ul li{
	display: inline-block;
	margin: 0 9px;
}
.two-kinds nav ul li a{
	display: inline-block;
	padding: 0 2px 5px;
	border-bottom: 1px solid #AA9A8B;
}
.two-kinds nav ul li a span.txt1{
	margin: 0 10px 0 0;
	color: #765844;
	font-size: 12px;
	letter-spacing: 0.2em;
}
.two-kinds nav ul li a span.txt2{
	font-size: 18px;
	color: #42210A;
	letter-spacing: 0.1em;
}
.two-kinds .explain-box{
	margin: 0 0 75px;
	overflow: hidden;
}
.two-kinds .explain-box .explain-box-left{
	width: 210px;
	float: left;
	padding: 5px 0 0;
}
.two-kinds .explain-box .explain-box-left h3{
	display: inline-block;
	padding: 17px 2px 0;
	border-top: 2px solid #DDC9AE;
	font-size: 18px;
	color: #42210A;
	letter-spacing: 0.12em;
}
.two-kinds .explain-box .explain-box-right{
	width: 580px;
	float: right;
}
.two-kinds .explain-box .explain-box-right .title{
	margin: 0px 0 14px;
	font-size: 22px;
	letter-spacing: 0.15em;
	color: #42210A;
}
.two-kinds .explain-box .explain-box-right .txt{
	margin: 0 0 25px;
}
.two-kinds .explain-box .explain-box-right .txt p{
	margin: 0 0 9px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	font-size: 14px;
}
.two-kinds .explain-box .explain-box-right .lead{
	margin-bottom: 25px;
	text-align: left;
}
.two-kinds .explain-box .explain-box-right .lead p{
	font-size: 16px;
	color: #42210A;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
.two-kinds .explain-box .explain-box-right .lead p em{
	padding: 0 0 2px;
	font-style: normal;
	border-bottom: 1px solid #AA9A8B;
}
.two-kinds .explain-box .explain-box-right dl.dl1{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 0 25px;
	border-bottom: 1px solid #DECCA8;
}
.two-kinds .explain-box .explain-box-right dl.dl1 dt{
	width: 137px;
	padding: 21px 0 0 4px;
	border-top: 1px solid #DECCA8;
	box-sizing: border-box;
	font-size: 14px;
	color: #42210A;
	letter-spacing: 0.11em;
}
.two-kinds .explain-box .explain-box-right dl.dl1 dd{
	width: 440px;
	padding: 16px 0 12px;
	border-top: 1px solid #DECCA8;
}
.two-kinds .explain-box .explain-box-right dl.dl1 dd p{
	font-size: 14px;
	letter-spacing: 0.09em;
	line-height: 1.7;
}
.two-kinds .explain-box .explain-box-right dl.dl1 dd p.at{
	font-size: 12px;
	letter-spacing: 0.08em;
}
.two-kinds .explain-box .explain-box-right dl.dl2{
	width: 580px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 0 15px;
	padding: 22px 10px 17px 21px;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
}
.two-kinds .explain-box .explain-box-right dl.dl2.wd{
	width: 100%;
}
.two-kinds .explain-box .explain-box-right dl.dl2.wd dt{
	width: 165px;
}
.two-kinds .explain-box .explain-box-right dl.dl2.wd dd{
	width: 375px;
	font-size: 13px;
}
.two-kinds .explain-box .explain-box-right dl.dl2 dt{
	width: 178px;
	letter-spacing: 0.1em;
	color: #42210A;
}
.two-kinds .explain-box .explain-box-right dl.dl2 dt span{
/* 	padding: 0 0 2px; */
	border-bottom: 1px solid #BBACA5;
	font-size: 14px;
}
.two-kinds .explain-box .explain-box-right dl.dl2 dd{
	width: 340px;
	margin-top: -5px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 14px;
}
.two-kinds .explain-box .explain-box-right .note{
	padding: 0 0 0 32px;
	background: url("../img/icon/attention.svg") no-repeat 0 3px / 21px auto;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.two-kinds .explain-box .explain-box-right .note p{
	margin-bottom: 6px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.two-kinds .explain-box .explain-box-right ul.list {
	margin-top: 30px;
}

.two-kinds .explain-box .explain-box-right ul.list li{
	margin: 0 0 25px;
}
.two-kinds .explain-box .explain-box-right ul.list li::after{ content: ''; display: block; clear:both; }
.two-kinds .explain-box .explain-box-right ul.list li figure{
	width: 126px;
	float: left;
}
.two-kinds .explain-box .explain-box-right ul.list li figure img{
	width: 100%;
	height: auto;
}
.two-kinds .explain-box .explain-box-right ul.list li .txt{
	width: 423px;
	float: right;
	margin: 0;
}
.two-kinds .explain-box .explain-box-right ul.list li .txt .title{
	display: inline-block;
	margin: 0 0 8px;
	border-bottom: 1px solid #AA9A8B;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #42210A;
}
.two-kinds .explain-box .explain-box-right ul.list li .txt p{
	font-size: 13px;
	letter-spacing: 0.07em;
}
.two-kinds .explain-box .explain-box-right .link{
	padding: 8px 0 10px;
}
.two-kinds .explain-box .explain-box-right .link a{
	display: inline-block;
	border-bottom: 1px solid #AA9A8B;
	letter-spacing: 0.15em;
	color: #765844;
	line-height: 1.4;
}

/* about-contact
------------------------------------*/
.about-contact{
	width: 880px;
	margin: 0 auto;
	padding: 30px 45px;
	background: #fff;
	border-radius: 3px;
	box-sizing: border-box;
/* 	color: #ffffff; */
	overflow: hidden;
}
.about-contact .about-contact-left{
	float: left;
}
.about-contact .about-contact-left p{
	margin: 0 0 10px;
	font-size: 14px;
	letter-spacing: 0.17em;
}
.about-contact .about-contact-left dl.tel{
	overflow: hidden;
}
.about-contact .about-contact-left dl.tel dt{
	float: left;
	padding: 8px 8px 0 0;
	font-size: 12px;
	letter-spacing: 0.15em;
}
.about-contact .about-contact-left dl.tel dt:first-letter{
	font-size: 12px;
}
.about-contact .about-contact-left dl.tel dd{
	float: left;
	font-size: 25px;
	letter-spacing: 0.09em;
}
.about-contact .about-contact-right{
	float: right;
	padding: 4px 0 0;
}
.about-contact .about-contact-right .link a{
	width: 252px;
	display: block;
	padding: 14px 5px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #9b897d;
	border-radius: 5px;
	box-sizing: border-box;
	color: #42210A;
	letter-spacing: 0.05em;
}