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

#under_contents_list li#uc_news{ display: block; }
#under_contents_list li#uc_1fcoorde{ display: none; }

/* 中身======================================================================================================== */

/* 1Fコーデとは＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#guide #top_copy{
	background-image: url(../images/bg_gride.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
}
#guide #top_copy .text{
	margin: 0 0 20px;
}
#guide #top_copy .img{
	text-align: center;
}
#guide #top_copy .img img{
	max-width: 50%;
}

#guide #philosophy{
	text-align: center;
}
#guide #philosophy h4{
	display: inline-block;
	color: #9f0810;
	position: relative;
	line-height: 1.4;
	margin: 0 0 20px;
}
#guide #philosophy h4::before{
	content:"";
	background-image: url(images/kakoi_before.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 46px;
	position: absolute;
	left: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#guide #philosophy h4::after{
	content:"";
	background-image: url(images/kakoi_after.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 46px;
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#guide #philosophy h4 .en{
	font-size: 22px;
}
#guide #philosophy em{
	display: block;
	margin: 0 0 10px;
}

#guide #merit li{
	background-image: url(../images/bg_gride.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 40px 20px 20px;
	margin: 40px 0 0;
	position: relative;
}
#guide #merit li em{
	display: block;
	font-weight: bold;
	font-size: 10px;
	line-height: 1;
	width: 50px;
	height: 50px;
	padding: 9px 0 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #9f0810;
	color: #FFF;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
#guide #merit li em span{
	display: block;
	font-size: 24px;
}
#guide #merit li h4{
	font-size: 16px;
	text-align: center;
	margin: 0 0 10px;
}
#guide #merit li .img01{
	text-align: center;
	margin: 20px 0 0;
}
#guide #merit li .img01 img{
	max-width: 60%;
	max-height: 120px;
}
#guide #merit li:nth-child(3) .img01,
#guide #merit li:nth-child(3) .img02{
	width: 48%;
	display: inline-block;
}
#guide #merit li:nth-child(3) .img03{
	margin: 20px 0 0;
	text-align: center;
}
#guide #merit li:nth-child(4) .icon{
	width: 50%;
	float: left;
}
#guide #merit li:nth-child(4) .icon .inner{
	text-align: center;
	color: #9f0810;
	line-height: 1.2;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	padding: 20px 0 0;
	box-sizing: border-box;
	margin: 0 auto 20px;
	background-color: #FFF;
	border: solid 1px rgba(159,8,16,0.3);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
#guide #merit li:nth-child(4) .icon .inner figure{
	margin: 0 0 10px;
}
#guide #merit li:nth-child(4) .icon .inner figcaption{
	font-weight: bold;
}



/* コーディネート例＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#ex .tab_inner li{
	background-image: url(../images/bg_gride.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	margin: 40px 0 0;
	position: relative;
}
#ex .tab_inner li h4{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#ex .tab_inner li h4::before{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #9f0810 transparent transparent transparent;
}
#ex .tab_inner li h4 span{
	display: block;
	color: #FFF;
	width: 80px;
	height: 80px;
	padding: 10px 0 0;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}




/* 料金表・よくある質問＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#price #chart table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
}
#price #chart th,
#price #chart td{
	border: solid 2px #9f0810;
	padding: 2%;
	box-sizing: border-box;
}
#price #chart th{
	background-color: #9f0810;
	color: #FFF;
	width: 20%;
	text-align: center;
}
#price #chart .option th{
	background-color: rgba(159,8,16,0.7);
}
#price #chart td{
	color: #9f0810;
	text-align: left;
}
#price #chart td .ja{
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#price #chart .option{
	text-align: center;
}
#price #chart .option h4{
	display: inline-block;
	color: #9f0810;
	position: relative;
	line-height: 1.4;
	margin: 0 0 20px;
}
#price #chart .option h4::before{
	content:"";
	background-image: url(images/kakoi_before.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 46px;
	position: absolute;
	left: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#price #chart .option h4::after{
	content:"";
	background-image: url(images/kakoi_after.svg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
	height: 46px;
	position: absolute;
	right: -22px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#price #chart .option h4 .en{
	font-size: 22px;
}
#price #chart .option h5{
	color: #9f0810;
	font-weight: bold;
	font-size: 16px;
}

#price #faq dl{
	background-image: url(../images/bg_gride.png);
	background-repeat: repeat;
	background-position: left top;
	margin: 20px 0 0;
}
#price #faq dt{
	color: #9f0810;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	position: relative;
}
#price #faq dt::before{
	content: "Q";
	font-size: 20px;
	line-height: 1;
	width: 1em;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
#price #faq dt::after{
content: "";
vertical-align: middle;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: 13px;
margin: auto;
border-bottom: 1px solid #9f0810;
border-right: 1px solid #9f0810;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
transition: all 0.2s ease;
}
#price #faq dt.open::after{
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
#price #faq dd{
	padding: 0 10px 10px 30px;
	position: relative;
	display: none;
}
#price #faq dd::before{
	content: "A";
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	width: 1em;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 10px;
}
#price #faq dd em{
	font-size: 14px;
	font-weight: bold;
}



/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

/* 1Fコーデとは＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#guide #top_copy{
	padding: 40px;
}
#guide #top_copy .text{
	width: 520px;
	float: left;
}
#guide #top_copy .text h4{
	font-size: 40px;
}
#guide #top_copy .text p{
	font-size: 16px;
}
#guide #top_copy .img{
	float: right;
}
#guide #top_copy .img img{
	max-width: 100%;
}

#guide #philosophy h4 .en{
	font-size: 30px;
}
#guide #philosophy em img{
	max-width: 340px;
	margin: 0 0 20px;
}

#guide #merit li{
	padding: 80px 40px 40px;
	margin: 80px 0 0;
}
#guide #merit li em{
	font-size: 12px;
	width: 80px;
	height: 80px;
	padding: 20px 0 0;
}
#guide #merit li em span{
	font-size: 30px;
}
#guide #merit li h4{
	font-size: 40px;
	margin: 0 0 20px;
}
#guide #merit li .img01{
	margin: 0;
	position: absolute;
}
#guide #merit li .img01 img{
	max-width: 100%;
	max-height: 100%;
}
#guide #merit li:nth-child(1) .img01{
	left: 20px;
	top: -40px;
}
#guide #merit li:nth-child(2) .img01{
	right: 20px;
	top: -40px;
}
#guide #merit li:nth-child(3) .img01,
#guide #merit li:nth-child(3) .img02{
	width: auto;
}
#guide #merit li:nth-child(3) .img01{
	right: 40px;
	top: -20px;
}
#guide #merit li:nth-child(3) .img02{
	left: 10px;
	top: -30px;
	position: absolute;
}
#guide #merit li:nth-child(4) .icon{
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 10px;
}
#guide #merit li:nth-child(4) .icon .inner{
	width: 180px;
	height: 180px;
	padding: 50px 0 0;
}
#guide #merit li:nth-child(4) .icon .inner figure{
	margin: 0 0 20px;
}
#guide #merit li:nth-child(4) .icon .inner figcaption{
	font-size: 18px;
}




/* コーディネート例＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#ex .tab_inner li{
	padding: 40px;
}
#ex .tab_inner li h4::before{
	border-width: 120px 120px 0 0;
}
#ex .tab_inner li h4 span{
	width: 120px;
	height: 120px;
	padding: 20px 0 0;
	font-size: 24px;
}




/* 料金表・よくある質問＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#price #chart table{
	margin: 0 0 40px;
}
#price #chart th{
	font-size: 30px;
}
#price #chart td{
	font-size: 20px;
}
#price #chart td .ja{
	font-size: 30px;
	display: inline-block;
}
#price #chart .option h5{
	font-size: 20px;
}
#price #chart .option .caption p{
	margin: 0 0 20px;
}

#price #faq dt{
	font-size: 20px;
	padding: 20px 60px;
}
#price #faq dt::before{
	font-size: 40px;
	top: 20px;
	left: 20px;
}
#price #faq dt::after{
width: 20px;
height: 20px;
right: 23px;
}
#price #faq dd{
	padding: 0 20px 20px 60px;
	position: relative;
	display: none;
}
#price #faq dd::before{
	font-size: 40px;
	top: 0px;
	left: 20px;
}
#price #faq dd em{
	font-size: 20px;
}



}
