@charset "UTF-8";
.fs-c-heading.fs-c-heading--page {
    padding: 10px 0px; }
	
body {
	margin: 0;
    padding: 0;}
p{
	font-size:18px;
	}
		
.PC-none {  
    display: none;
}

.SP-none {
	display: block;
}

img{
	max-width:100%;}


.d-wrap {
	text-align:center;
	width:100%;
	max-width:1180px;
	margin:auto;}

.d-wrap a:hover{
	opacity: 0.7;     
	filter: alpha(opacity=80);}



.top__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size:12px;
}
.top__breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
}






.group_question {
	width:70%;
	text-align:center;
	margin:5em auto;
    line-height: 1.6;}

.group_question h2{
	font-size: 23px;
	background-color: #b29b80;
	color:#FFFFFF;
	padding:0.5em 0;
	margin-bottom: 1em;}



.group_question h3{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    background: #ebebeb;
    padding: 0.5em 2.5em 0.5em 0.8em;
    position: relative;
	text-align:left;}

.group_question h3 + div{
	display:none;}
	
.group_question h3::after {
    content: '';
    background: url(https://emoor.itembox.design/item/common/img/index/btn_icon_b.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(90deg);}


.group_question h3.click_on::after {
    content: '';
    background: url(https://emoor.itembox.design/item/common/img/index/btn_icon_b.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(270deg);
}
	
.group_question h6 {
	width:90%;
	text-align:left;
    font-size: 18px;
	margin:auto;
    font-weight: bold;	}

.group_question p {
	display:inline-block;
	width:90%;
    font-size: 16px;
	text-align:left;
    white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;}	



/*title*/

.title__text{
	margin:3em auto;
	width: 80%;}

.title__tt	{
	font-size:25px;
	font-weight: bold;
  	padding-bottom: 0.5em;
  	text-align: center;
  	position: relative;
	margin-bottom: 1em;}
	
.title__tt::before, .title__tt::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em; 
}
.title__tt::before { 
  background-color:#b29b80;
  left:2em;
  width:4em;
}	

.d-wrap .tilte .tilte-text p{
	font-size:18px;
	text-height:2em;}
	

/*index*/

.d-wrap .index{
	margin:3em auto;
	width:100%;
	}


.d-wrap .index img{ 
	display: inline-block;
	width:15%;
	margin-right:1em;}

.content{
	text-align:center;
	margin:auto;
	width:80%;}



.content__tt {
  font-weight: bold;
  background-color: #b29b80;
  color: #fff;
  padding: 0.5em;
  position: relative;
  margin-bottom:3em;
  font-size: 23px;}
.content__tt::after {
  content: '';
  background-color: #b29b80;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.content .product{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
	}

.content .product .product-box{
	display:flex;
    flex-direction: column;
	margin-bottom:5em;
	}

.content .product .col2{
	width:45%;}

.content .product .col3{
	width:30%;}


.product-box .name{
	font-size:18px;
	font-weight:600;
	line-height: 3em;}

.product-box .detail{
	display:flex;
	margin:auto;
	text-align:center;}

.product-box .detail .detail--tt{
	font-size:13px;
	background:#999999;
	color:#FFFFFF;
	margin:0.3em;
	padding:0.3em 0.5em;}

.product-box .detail .detail--wide{
	font-size:13px;
	background:#918c6c;
	color:#FFFFFF;
	margin:0.3em;
	padding:0.3em 0.5em;}

.product-box .price{
	font-size:18px;
	margin: 0.3em auto}


/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:960px) {
    
}

	
/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
}

/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:900px) {

.m-wrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

p {
 font-size: 16px;}

.PC-none {
  display: block;}

.SP-none {
  display: none;}


.top__breadcrumb {
	margin-left: 15px;}

.top__breadcrumb li{
	font-size:12px;}
.top__breadcrumb li a{
	font-size:12px;}	
.content {
	width: 100%;}
.d-wrap .index img {		
	width: 31%;
	text-align: center;
    margin: auto;}
	
	
	
.product-box .detail {
    flex-wrap: wrap;
	align-content: flex-start;}	
	
	
.product-box .detail-h80{
	height: 80px;}
	
.product-box .detail-h40{
	height: 40px;
	line-height: 1.5em;}
	

.product-box .name,.product-box .price{
	font-size: 16px;}	

.content .product .col3{
	width:45%;}	
	
.group_question {	
	width:90%;}	
.group_question h2 {
	font-size: 20px;}	
	
.group_question h3,.group_question h6 {	
	font-size: 16px;}	
	
