@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%;}

.t-wrap{
	width: 95%;
	max-width:1100px;
	margin: auto;
	text-align:center;
	}	
	
.t-wrap .content_top{	
	width: 100%;
	max-width:1100px;
	text-align: center;
	margin: auto;
	}	
	
.navi{
    display:flex;
    justify-content: center;
    align-items:center;
    height: 60px;
    margin:0 auto;
  }
	
.navi a	{
    width: 200px;
    line-height:40px;
    text-align:center;
    color:#000;
    background:#f2f2f2;
    text-decoration:none;
    letter-spacing:.1em;
	margin: 0 2px;
	font-size:15px;
	
  }
.navi a:hover{
    opacity:.7;
  }
	
.t-wrap .content_concept,.t-wrap .content_features{
	display:flex;
	max-width:1100px;
	width: 100%;
	margin:100px auto 10px;
	}
	
.t-wrap .content_concept .concept_img{
	width: 50%;
	text-align: center;
    margin: auto;}
	
.t-wrap .content_concept .concept_text{
	text-align:left;
	width:40%}	
	
.t-wrap .content_concept .concept_text p{
	font-size:18px;
	line-height:50px;}

.t-wrap .content_concept .concept_text h1 {
	font-size: 35px;
    line-height: 40px;
    margin: 0 auto 30px;
    position: relative;
	padding-bottom: 20px;
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 500;}
	
.t-wrap .content_concept .concept_text h1::before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: #000 solid 1px;
    width: 70%;
    left: 0;
    bottom: 0;}
.t-wrap .content_concept .concept_text h1::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: #000 solid 5px;
    width: 50px;
    left: calc(80% - 50px);
    bottom: -2px;}
	
.t-wrap .content_concept .concept_text .e-font{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	color:#CCC;}

.t-wrap .content_concept .concept_text h2,.t-wrap .content_features .concept_text h2 {
	font-size:25px;		
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 500;
	margin: 1em 0;
    line-height: 1.8em;}
	
	
.t-wrap .content_features .concept_img{
	width: 40%;}
	
.t-wrap .content_features .concept_text{
	text-align:left;
	margin-left:100px;
	width:50%}	
	
	
.t-wrap .content_features .concept_text ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  font-size:18px;
}

.t-wrap .content_features .concept_text ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.t-wrap .content_features .concept_text ul li:before {
  font: var(--fa-font-solid);
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/

}

.t-wrap .content_howto{
	width: 100%;
	max-width:1100px;
	margin:100px auto 100px;
	background:#f8efe7;
	padding: 30px 0;}
	
.t-wrap .content_howto .howto_text{
	width: 95%;
	background:#FFFFFF;
	margin:10px auto 100px;}
.t-wrap .content_howto .howto_text h3{
	background:#453e36;
	line-height:60px;
	color:#FFFFFF;
	font-size:20px;
	font-weight:500;}
		
.t-wrap .content_howto h2,.t-wrap .content_reco h2{
  position: relative;
  padding: 1.2rem;
  text-align: center;
  font-size:28px;
}
.t-wrap .content_howto p {
  font-size:16px;
  margin: 1em 0;
}
.t-wrap .content_howto h2:before,.t-wrap .content_reco h2:before {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #000;}
  
.t-wrap .content_howto .howto_text .howto_img  {
	display:flex;
	justify-content: center;
	    flex-wrap: wrap;}
	
.t-wrap .content_howto .howto_text .icon  {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width:70%;
	margin: auto;}
	
.t-wrap .content_howto .howto_text .icon img	{
	margin-bottom:20px;}
	


/* reco*/
.t-wrap .content_reco,.t-wrap .content_other,.t-wrap .content_order {
	max-width:1100px;
	width: 100%;
	margin:auto;}
	
.reco_brand	{
	display:flex;
	margin-top:100px;}
.reco_logo{
	background:#453e36;
	width: 45%;}
	
.logo_text{
	margin:50px 0px 50px 80px;
	text-align:left;
	width:60%;
	font-size:18px;
	line-height:35px;
	font-weight:500;
	color:#FFFF;
}
	


.reco_product{
	margin:50px auto;}
	
.reco_product .dot{
	width:200px;
	 padding: 0.5em 1em;
    margin: 2em auto;
    border: dashed 1px #000;/*線*/
    color:#000000;/*文字色*/}

.reco_product .dot p{
	margin: 0; 
    padding: 0;
	font-family: 'Shippori Mincho B1', serif;
	font-size:16px;
	font-weight:600;
}	
.reco_product .product_waku{
	display:flex;
	justify-content: center;
	align-items: center;}
	
.reco_product .product_img{
	width:30%;	
	}
	
	
.content_reco .reco_product .product_img h3,.content_other .product_other .product_img h3{
	font-size:15px;
	font-weight:600;
	line-height:1.5em;
	margin:1em;}	
	
.content_reco .reco_product .product_img p,.content_other .product_other .product_img p{
	font-size:15px;
	line-height: 0.5em;
	margin-bottom: 3em;}
	
.reco_product .product_text{
	width:40%;
	margin-left:50px;	
	text-align:left;}
	
.reco_product .product_text .price{
	font-size:16px;
	margin:1em 0;}
		
	
.reco_product .product_text h3,.order_room .room_text h3{
	font-size:18px;
	font-weight:600;
	line-height:1.5em;
	margin-bottom: 1em;}	

.reco_product .product_other,.content_other .product_other{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;}
	
.reco_product .product_other::after,.content_other .product_other::after{
  content:"";
  display: block;
  width:30%;
}	
	

.reco_product .product_other .product_img,.content_other .product_other .product_img{
	width:30%;
	margin:0 10px;}
	
.content_other .link{
	margin:2em 0 8em;
	font-weight:600;
	line-height:2em;
	}
	


	
/*order*/


.content_order .order_title,.content_other .other_title{
	background:#453e36;
	color:#FFF;
	margin:8em auto 2em;}	

.content_order .order_title	h2,.content_other .other_title h2{
	font-size:18px;
	font-weight:600;
	line-height:2em;
	padding: 1em 0;
    margin-bottom: 5em;}
	
.content_order .order_waku	{
	display:flex;
	margin:auto;
	flex-wrap: wrap;
    justify-content: center;}

.content_order .order_waku .order_img{
	width:15%;
	margin:0.1em;}
.content_order .order_waku .order_img p{
	font-size:14px;
	line-height:1.5em;
	margin:1em;
	text-align:left;}
	
.content_order .order_phone,.content_order .order_mail	{
	display:inline-block;
	width:400px;
	background:#f0f0f0;
	padding:1em;
	line-height: 3em;}
	
.content_order .order_phone h3,.content_order .order_mail h3{
	font-size:16px;
	font-weight:700;}

	
.content_order .order_phone span,.content_order .order_mail span {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
	
.content_order .order_text{
	display:inline-block;
	width:800px;
	margin-top:20px;}

.content_order .order_text p{
	font-size:18px;}
	
.content_order .order_room{
	display:flex;
	justify-content: space-evenly;}
	
.content_order .order_room .room_img{
	width:40%;}
	
.content_order .order_room .room_text{
	width:40%;}
	
.content_order .order_room .room_text p	{
	text-align:left;
	font-size:18px;
	margin-bottom: 2em;}
	
/*hr*/

hr {
border-top: 1px dotted #8c8b8b;
width:80%;
margin:2em auto;
}

		
/*ボタン*/
a.btn {
  display: inline-block;
  position: relative;
  width: 330px;
  max-width: 100%;
  font-size: 17px;
  margin: 0;
  padding: 0.5em 40px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  background-position: right center;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  text-decoration: none;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
}
a.btn:hover {
    color: #404040;
    background-position: left center;
}
a.btn:after{
  content:'';
  position:absolute;
  height:1em;
  width:1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  top: calc(50% - 0.5em);
  right: 10px;
}
a.btn-bk{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #404040 50%, #404040 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  padding: 27px 30px;
  font-weight: bold;
  border-radius: 3px;
}
a.btn-wh{
  background-image: linear-gradient(to right, #404040 0%, #404040 50%, #fff 50%, #fff 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 60%;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #404040;
  border: solid 2px #404040;
}
a.btn-wh:after{
  background-image: url(../img/index/btn_icon_b.png);
}
a.btn-wh:hover{
  color: #fff;
}
a.btn-nv{
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #111124 50%, #111124 100%);
  letter-spacing: 2px;
  font-size: 16px;
  width: 100%;
  max-width:300px;
  height: auto;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  border: solid 2px #111124;
}
a.btn-nv:after{
  background-image: url(../img/index/btn_icon_w.png);
}
a.btn-nv:hover{
  color: #111124;
}


/* 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:800px) {

.t-wrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

p {
 font-size: 16px;}

.PC-none {
  display: block;
}

.SP-none {
  display: none;
}

.t-wrap .content_top{	
	width: 100%;
	}	

.navi{
	width:100%;
	min-width: 100%;
	height: 50px;
  }

.navi a	{
    width: 100%;
	font-size: 12px;
	line-height: 40px;

  }	
  
.t-wrap .content_concept,.t-wrap .content_features{
	padding-top:50px;
	width: 100%;
	margin:auto;
	flex-direction: column;
	}  
.t-wrap .content_concept .concept_img{
	width: 80%;
	text-align: center;
    margin: auto;}
	
.t-wrap .content_concept .concept_text{
	text-align:center;
	width:80%;
	margin: auto;}	
.t-wrap .content_concept .concept_text h1::before {
    width: 90%;}
.t-wrap .content_concept .concept_text h1::after {
    left: calc(90% - 50px); }
	
.t-wrap .content_concept .concept_text .e-font{
	font-size:25px;}
	
.t-wrap .content_concept .concept_text p{
	line-height: 2em;
	margin-bottom:1em;}

.t-wrap .content_features .concept_img{
	width: 100%;}
	
.t-wrap .content_features .concept_text{
	text-align:left;
	margin:auto;
	width:90%}	

.t-wrap .content_features .concept_text h2,.t-wrap .content_reco h2{
	text-align:center;
	font-size:23px;
	margin-bottom: 0.5em;}
	
	
.t-wrap .content_concept .concept_text p{
	font-size:16px;
	line-height:30px;}
.t-wrap .content_features .concept_text ul {
	font-size:15px;}
	
.t-wrap .content_howto{
	width: 100%;
	margin:20px auto 20px;
	background:#f8efe7;
	padding: 20px 0;}
	
.t-wrap .content_howto p	{
	font-size:16px;
	margin:15px;}
	
.t-wrap .content_howto .howto_text .howto_img{
	justify-content: center;
    flex-direction: column;
    align-items: center;}
	
	
.t-wrap .content_howto .howto_text{
	width: 100%;}

.t-wrap .content_howto .howto_text img{
	width: 80%;}

  
.t-wrap .content_howto .howto_text .icon  {
	width:100%;}

.t-wrap .content_howto .howto_text .icon img	{
	width: 30%;}
	
	
	
	
/* reco*/
.t-wrap .content_reco,.t-wrap .content_other,.t-wrap .content_order {
    width: 100%;
    margin: auto;} 

	
.reco_brand	{
	flex-direction: column;
	margin-top:0px;
	}
.reco_logo{
	width:100%;
	background:#453e36;
	margin:auto;}
.reco_logo img{
	width:80%;
	margin: auto;}

	
.logo_text{
	text-align:left;
	margin:10px auto 30px;
	width:70%;
	font-size:16px;
	line-height:2em;
	
}
.reco_img{
	width:100%;}		
	
.reco_product .product_waku {	
	flex-direction: column;}
	
.reco_product .product_img{
	width:80%;	
	}	
.reco_product .product_other, .content_other .product_other {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.reco_product .product_other .product_img, .content_other .product_other .product_img {
    width: 40%;
    margin: 0 10px;
}
		
.product_other .product_img {
	width: 80%;}
	
.product_other .product_img h3{
	line-height: 1.5em;
    margin: 1.5em 0;}
	
.reco_product .product_text {
	width: 80%;
	margin:auto;}

.product_text h3,.order_room .room_text h3{
	line-height: 1.5em;
	margin: 1.5em 0;}
				
.product_other {	
	width:90%;
	flex-wrap: wrap;}

.product_other .product_img {
    width: 40%;
    margin: 10px;}



.content_order .order_waku .order_img{
	width:30%;}

.content_order .order_phone,.content_order .order_mail,.content_order .order_text{
	width: 80%;
    margin: 1em auto;}



.content_order .order_room {
    flex-direction: column;}
		
.content_order .order_room .room_img {	
	width: 100%;}
	
.content_order .order_room .room_text {
	width: 80%;
    margin: 1em auto;}


.content_order .order_text p {
	font-size: 16px;
	text-align: left;}
	
.content_order .order_room .room_text p {	
	font-size: 16px;}
	
		}