@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #e7e0d7;
  --sub-color1: #5e5047;
  --sub-color2: #c47441;
  --sub-color3: #f4f4f4;
}


#kh_page{
	max-width: 800px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#kh_page img {
	max-width: 100%;
	vertical-align: top;
}

#kh_page .inner {
	width: 90%;
	margin: auto;
}

#kh_page .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#kh_page .mincho {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
}

#kh_page .kome {
	font-size: 12px;
}


#kh_page h2 {
	background-color: #333333;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    font-size: 26px;
    padding: 1.0em 0;
	font-family: "source-han-sans-japanese", sans-serif;
}

#kh_page h3 {
	font-weight: 400;
	font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
	color: var(--sub-color1);
	font-size: 48px;
	line-height: 1.5;
}

#kh_page h3 .span1 {
	color: #2e2e2e;
	font-size: 20px;
	letter-spacing: 0.5em;
	display: inline-block;
    margin-bottom: 1.5em;
}

#kh_page h3 .span2 {
	font-size: 30px;
}

#kh_page h3 .span3 {
	font-size: 38px;
}

#kh_page h3 .span4 {
	font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: italic;
	font-size: 130px;	
}

#kh_page h3 .span5 {
	font-size: 90px;
}

#kh_page h3 .span6 {
	font-size: 45px;
}

#kh_page .sp_ {
	display: none;
}




@media only screen and (max-width: 480px) {
	#kh_page {
    font-size: 16px;
}
	#kh_page .sp_ {
	display: block;
}
	#kh_page .pc_ {
	display: none;
}
	#kh_page .kome {
	font-size: 10px;
}
	#kh_page h2 {
    font-size: 16px;
}
	#kh_page h3 {
    font-size: 25px;
}
	#kh_page h3 .span1 {
    font-size: 12px;
    margin-bottom: 0.5em;
}
	#kh_page h3 .span2 {
    font-size: 20px;
}
	#kh_page h3 .span3 {
    font-size: 22px;
}	
	#kh_page h3 .span4 {
    font-size: 80px;
}
	#kh_page h3 .span5 {
    font-size: 55px;
}
	#kh_page h3 .span6 {
    font-size: 30px;
}
	
}

#kh_page #ninsyo {
	background: #f3f3f3;
	padding: 1.5em 5%;
}

#kh_page #ninsyo .box {
	background: #FFFFFF;
	padding: 1.5em 5%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

#kh_page #ninsyo img {
	width: 30%;
	margin-bottom: 1.0em;
}

#kh_page #ninsyo dt {
	font-size: 28px;
	margin-bottom: 1.0em;
}

#kh_page #ninsyo dd {
	font-size: 20px;
	text-align: left;
	line-height: 1.8;
}


@media only screen and (max-width: 480px) {
	#kh_page #ninsyo dt {
    font-size: 18px;
}
	#kh_page #ninsyo dd {
    font-size: 14px;
}

}


#kh_page #intro {
	background-color: var(--main-color);
	padding: 2.0em 0;
}

#kh_page #intro .box {
}

#kh_page #intro .box h3 {
	width: 90%;
    margin: 0 auto 50px;
}

#kh_page #intro .box .box_01 h3 .span1 {
	margin-bottom: 1.5em;
}

#kh_page #intro .box .inner{
    margin-top: 2em;
}

#kh_page #intro .box p {
	text-align: left;
	line-height: 1.8;
    margin: 1em auto 0;
    max-width: 700px;
}

#kh_page #intro .box p span {
	color: var(--sub-color2);
}


@media only screen and (max-width: 480px) {
#kh_page #intro .box h3{
    margin-bottom: 30px;
}
#kh_page #intro .box .box_01 h3 {
    font-size: 23px;
}

}

/*#kh_page #voice h3{
    margin-bottom: 4rem;
}

#kh_page #voice .flex_box{
    margin-bottom: 4rem;
}

#kh_page #voice .flex_box dl{
    text-align: left;
    width: 52%;
}

#kh_page #voice .flex_box img{
    width: 45%;
}

#kh_page #voice dt{
    color:var(--sub-color1);
    font-size: 32px;
    border-bottom: 1px #2e2e2e solid;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

#kh_page #voice dt span{
    display: table;
    background: var(--sub-color1);
    padding: 7px 15px 10px;
    color: #fff;
    letter-spacing: 0.3em;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

#kh_page #voice dd span{
    color: var(--sub-color2);
}*/



#kh_page #interview{
    margin: 2.0em auto 2.0em;
}

#kh_page #interview h3 .span3{
    position: relative;
    display: block;
    font-size: 35px;
    margin: 25px auto;
}
#kh_page #interview h3 .span3::before,#kh_page #interview h3 .span3::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #5e5047, transparent);
}
#kh_page #interview h3 .span3::before {
    top: 0;
}

#kh_page #interview h3 .span3::after {
    bottom: 0;
}

#kh_page #interview .flex_box{
    margin: 50px auto 60px;
    position: relative;
}

#kh_page #interview .flex_box dl{
    width: 100%;
    background: linear-gradient(to right, #5e5047, #86766c);
    color: #fff;
    text-align: left;
    padding: 20px 0 20px 50px;
}

#kh_page #interview .flex_box img{
    width: 50%;
    max-width: 310px;
    position: absolute;
    right: 3%;
}

#kh_page #interview .flex_box dt{
    font-size: 40px;
}

#kh_page #interview p{
    text-align: left;
    margin-bottom: 1em;
}
#kh_page #interview p span{
    color: var(--sub-color2);
}

@media only screen and (max-width: 480px) {
    #kh_page h3 .span3 {
    font-size: 18px;
    }
    
    #kh_page #interview h3 .span6 {
    font-size: 23px;
    margin-top: 15px;
}
    #kh_page #interview .flex_box {
    margin: 25px auto 40px;
}
#kh_page #interview h3 .span3{
    font-size: 24px;
}
    #kh_page #interview .flex_box dl {
    width: 100%;
    background: linear-gradient(to right, #5e5047, #86766c);
    color: #fff;
    text-align: left;
    padding: 10px 0 10px 20px;
}
    
    #kh_page #interview .flex_box dt{
    font-size: 23px;
}
    #kh_page #interview .flex_box dd{
    font-size: 14px;
}
}




#kh_page #trouble {
    padding: 2em 0;
}

#kh_page #trouble .box {
	position: relative;
	z-index: 2;
	padding: 3.0em 0 3.0em;
	background: url(tr_bg.jpg) no-repeat;
    background-size: cover;
}

#kh_page #trouble .box h3 {
	/*position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;*/
	margin-bottom: 0.5em;
    color: #fff;
}

#kh_page #trouble .box h3 span{
    color: #fff;
}

#kh_page #trouble .box ul{
    flex-wrap: wrap;
    align-items: stretch;
}

#kh_page #trouble .box li{
    width: 47%;
    color: #fff;
}

#kh_page #trouble .box li img{
    margin: 30px auto;
}




#kh_page #trouble .line{
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
}

#kh_page #trouble .line img{
    max-height: 100px;
}






#kh_page #trouble .box2 {
	/*margin-top: -1.0em;
	padding: 3.0em 0 2.0em;*/
    padding-top: 3.0em;
}

#kh_page #trouble .box2 h4 {
	font-size: 46px;
	color: var(--sub-color1);    
}

#kh_page #trouble .box2 h4 span {
    display: inline-block;
}

#kh_page #trouble .box2 h4 .span1 {
    background:  var(--sub-color1);  
    color: #fff;
    font-size: 28px;
    padding: 7px 20px 10px;
    margin-bottom: 20px;
}

#kh_page #trouble .box2 h4 .span2 {
    margin-bottom: 30px;
    display: block;
}


#kh_page #trouble .box2 img {
    margin-top: -1.5em;
    position: relative;
    z-index: -1;
}

#kh_page #trouble ol{
    display: flex;
    justify-content: space-evenly;
    margin-top: -3em;
}

#kh_page #trouble ol li{
    width: 30%;
    max-width: 220px;
    aspect-ratio:1/1;
    background: #e7e0d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    #kh_page #trouble .box h3{
    font-size: 25px;    
    }
    
	#kh_page #trouble .box2 h4 {
    font-size: 23px;
}
	#kh_page #trouble .box2 h4 .span1 {
    font-size: 14px;
}
	#kh_page #trouble .box2 h4 .span2 {
    font-size: 18px;
    margin-bottom: 10px;    
}
    
    #kh_page #trouble .box li img {
    margin: 20px auto 15px;
}
    
    #kh_page #trouble .line img{
    max-height: 65px;
}


}



#kh_page #point {
	background: url(point-bg.jpg) no-repeat top #ece7e0;
	padding: 2em 0 2.0em;
}

/*#kh_page #point h3 .span1 {
	margin-bottom: 2.0em;
}*/

#kh_page #point h3 .span2,#kh_page #point h3 .span4,#kh_page #point h3 .span5 {
	letter-spacing: 0.5rem;
	display: inline-block;
	margin: auto 0.5rem;
	line-height: 1.3;
}

#kh_page #point h3 .span2{
    margin-top: 1em;
}
#kh_page #point .box {
	background: #FFFFFF;
	/*padding: 0 5% 1.5em;*/
    padding-bottom: 1.5em;
	margin-top: 1.5em;
	border-radius: 5px;
}

#kh_page #point .box h4 {
	color: var(--sub-color1);
	font-size: 42px;
    margin: 3rem auto 2rem;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#kh_page #point .box h4 span {
	font-size: 20px;
	letter-spacing: 0.5em;
}

#kh_page #point .box .inner img {
	margin: 1.0em auto;
}


#kh_page #point .box p {
	text-align: left;
	line-height: 1.8;
}

#kh_page #point .box p.ttl{
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    font-size: 105%;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#kh_page #point .box .kome {
	margin-top: 1.0em;
}

#kh_page #point .box p span {
	color: var(--sub-color2);
}

#kh_page #point .box p .kome {
	vertical-align: text-top;
}

#kh_page #point .box .mode{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	counter-reset: number;
    margin-top: 2em;
}

#kh_page #point .box .mode dl{
    text-align: left;
    width: 54%;
}

#kh_page #point .box .mode dl dt{
    background: linear-gradient(86deg,rgba(184, 179, 166, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #fff;
    text-indent: 0.5em;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-size: 110%;
	counter-increment: number;
    position: relative;
    line-height: 1.4;
}

#kh_page #point .box .mode dl dt::before{
	content: "Mode. "counter(number , decimal-leading-zero);
    position: absolute;
    left: 0;
    top: -38%;
    color: #978C88;
    font-size: 50%;
    text-indent: 0;
}

#kh_page #point .box .mode dl dt:nth-of-type(2){
    background: linear-gradient(86deg,rgba(139, 130, 126, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

#kh_page #point .box .mode dl dt:nth-of-type(3){
    background: linear-gradient(86deg,rgba(104, 95, 93, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

#kh_page #point .box .mode dl dd{
    padding-left: 0.8em;
}

#kh_page #point .box .mode dl dd p{
    margin-bottom: 2.3em;
    font-size: 85%;
}




#kh_page #point .box .mode img{
    width: 42%;
    max-width: 250px;
    margin: 0;
}





@media only screen and (max-width: 480px) {
	#kh_page #point .box {
    margin-top: 1.0em;
}
	#kh_page #point h3 .span1 {
    margin-bottom: 1.0em;
}
	#kh_page #point .box h4 {
    font-size: 22px;
}
	#kh_page #point .box h4 span {
    font-size: 12px;
}
#kh_page #point .box .mode dl dt{
    margin-bottom: 5px;
}
#kh_page #point .box .mode dl dd {
    padding-left: 0.3em;
    font-size: 14px;
}
#kh_page #point .box .mode dl dd p{
    margin-bottom: 1.3em;
}
}


#kh_page #function {
	padding-top: 2.5em;
    background: url("function-bg.jpg") no-repeat;
}

#kh_page #function h3 {
	margin-bottom: 1.0em;
}



@media only screen and (max-width: 480px) {
	#kh_page #function ul {
    flex-direction: column;
}
	#kh_page #function li {
		width: 100%;
	}
	#kh_page #function li dt {
    font-size: 18px;
}
}


#kh_page #color{
    background-image: linear-gradient( -90deg, #E5DED4 0%, #FBFAF8 100%);
    padding: 2em 0;
}

#kh_page #color .box{
    margin-top: 2em;
    text-align: left;
    position: relative;
    margin-bottom: 4em;
}

#kh_page #color .box dl{
    width: 55%;
    position: absolute;
    right: 0;
    top: 12%;
    text-align: left;
}

#kh_page #color .box dl dt{
    background-image: linear-gradient( 90deg, #5E5047 0%, #BCAA9E 100%);
    color: #fff;
    text-indent: 0.3em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
    font-size: 120%;
}

#kh_page #color .box dl dt span{
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 70%;
    margin-left: 5%;
    letter-spacing: normal;
}

#kh_page #color .box dl dd{
    width: 94%;
    line-height: 1.8;
}

#kh_page #color .box:nth-of-type(2){
    text-align: right;
}

#kh_page #color .box:nth-of-type(2) dl{
    left: 0;
    right: auto;
}

#kh_page #color .box:nth-of-type(2) dl dd{
    margin-left: 10%;
}

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

#kh_page #color .box dl dd{
    font-size: 14px;
    line-height: 1.5;
}


}



#kh_page #howto {
	background: linear-gradient(to right, #fbfaf8, #e5ded4);
    padding: 2.0em 0 1.0em;
}

#kh_page #howto h3{
    margin-bottom: 2rem;
}

#kh_page #howto li{
	margin-bottom: 40px;
}

#kh_page #howto li dl{
	width: 55%;
    text-align: left;
}

#kh_page #howto li img{
	width: 40%;
}

#kh_page #howto li dt{
	font-size: 28px;
    margin-bottom: 10px;  
}

#kh_page #howto li dt span{
    font-weight: 400;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-size: 20px;
    color: var(--sub-color1);
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 0.5rem;    
}
#kh_page #howto li dd span{
    font-size: 60%;
    color: #fff;
    background: #a59890;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 10px 3px;
    margin-bottom: 10px;    
}

@media only screen and (max-width: 480px) {
	#kh_page #howto h3{
	font-size: 24px;
}
    #kh_page #howto li {
    flex-flow: column-reverse;
} 
    #kh_page #howto li img,#kh_page #howto li dl {
    width: 100%;
}
    #kh_page #howto li dl{
    margin-top: 15px;
    }
    
    #kh_page #howto li img {
    max-height: 180px;
    object-fit: cover;
}
    
    
    #kh_page #howto li dt {
    font-size: 18px;
    margin-bottom: 10px;
}
    #kh_page #howto li dt span {
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 10px;    
}
    #kh_page #howto li dd span {
    font-size: 14px;
    margin-bottom: 10px;
}

}





#kh_page #faq {
	background: #f4f4f4;
	padding: 2.0em 0 1.0em;
}

#kh_page #faq h3 {
	margin-bottom: 1.0em;
}

#kh_page #faq ul {
	text-align: left;
}

#kh_page #faq li {
	margin-bottom: 1.5em;
}

#kh_page #faq dt {
	background: var(--sub-color1);
	color: #FFFFFF;
	padding: 0.8em 0.2em 0.8em 3.5em;
	margin-bottom: 0.5em;
	position: relative;
}

#kh_page #faq dt:before {
    content: "Q";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5em;
    font-weight: 400;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-size: 40px;
    border-right: solid 1px;
    padding-right: 0.3em;
    line-height: 1.0;
}

#kh_page #faq dd {
	line-height: 1.8;
	position: relative;
	padding: 0.8em 0.2em 0.8em 3.5em;
}

#kh_page #faq dd:before {
    content: "A";
    position: absolute;
    top: 1.0em;
    transform: translateY(-50%);
    left: 0.5em;
    font-weight: 400;
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-style: normal;
    font-size: 40px;
    border-right: solid 1px;
    padding-right: 0.5em;
    line-height: 1.0;
	color: var(--sub-color1);
}


@media only screen and (max-width: 480px) {
	#kh_page #faq dt:before,#kh_page #faq dd:before {
    font-size: 26px;
}
}


#kh_page #gift {
	padding: 1.5em 0 2.0em;
}

#kh_page #gift h3{
	margin-bottom: 3rem;
}

#kh_page #gift p{
	text-align: left;
    margin: 40px auto;
}



#kh_page #spec {
	padding: 1.5em 0 2.0em;
}

#kh_page #spec h3 {
	color: #000000;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 32px;
	margin-bottom: 1.5em;
}

#kh_page #spec h3 span {
	font-size: 26px;
}

#kh_page #spec dl {	
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 1.5em auto;
    font-size: 85%;
}

#kh_page #spec dt {
	width: 30%;
	padding-right: 3%;	
	line-height: 2.0;
	box-sizing: border-box;
    text-align: left;
}

#kh_page #spec dd {
	text-align: left;
	width: 70%;
	padding: 0.5em 0 0.5em 3%;
	box-sizing: border-box;
	border-left: 2px solid;
}


@media only screen and (max-width: 480px) {
	#kh_page #spec h3 {
    font-size: 22px;
}
	#kh_page #spec h3 span {
    font-size: 16px;
}
	#kh_page #spec dd {
    border-left: 1px solid;
}
}