@charset "UTF-8";

/* concept */
.concept{
	text-align:left;
}
.concept dt{
	font-size: 2.6rem;
	margin-bottom:20px;
	color:#A00C16;
	font-weight:bold;
	letter-spacing:0.12em;
}
.concept p{
	line-height: 1.8;
	margin-bottom: 20px;
}
.concept_subphoto{
	width:100%;
}
.concept_subphoto ul{
	display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.concept_subphoto li{
	list-style-type: none;
	margin: 0 auto;
	border:none;
  width: calc((100% - 10px * 2 ) / 3);
}
.concept_subphoto li img{
	width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .concept{
    margin-bottom: 5%;
  }
  .concept dt{
    font-size: 6vw;
    margin-bottom: 5%;
  }
  .concept p{
    line-height: 1.6;
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
  .concept_subphoto li{
    width: calc((100% - 5% ) / 2);
  }
  .concept_subphoto li:nth-of-type(2n){
    
  }
}



/* qa */
.qa{
	width:100%;
	margin:0 auto 60px auto;
	text-align:left;
}
.qa:last-child{
  margin-bottom:0;
}
.qa h3{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #444444;
}
.qa ul{
	clear:both;
}
.qa li{
	text-align:left;
	list-style-type:none;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:26px;
}
.qa li.q{
	background-image:url(../../qa/images/icon_q.png);
}
.qa li.a{
	background-image:url(../../qa/images/icon_a.png);
	margin-bottom:40px;
}
.qa li.a.end{
  margin-bottom:0;
}
.qa li ul{ /* li li */
	margin:20px 0 0 0;
}
.qa li ul li{
	background:url(../../qa/images/lili.png) no-repeat 0 50%;
	padding-left:15px;
}
.qa.bg01{
	background:url(../../qa/images/img01.jpg) no-repeat 100% 35px;
}
@media screen and (max-width: 768px) {
  .qa li{
    background-size: 18px;
    padding-left: 21px;
    background-position: 0 2%;
  }
  .qa li ul li{
    background-size:auto;
  }
  .qa.bg01{
    background:none;
  }

}





/*** 冒頭に大きな写真 ***/
.imgL_head{
	width:100%;
	margin-bottom:60px;
	clear:both;
}
.imgL_head img{
	width:100%;
	height:auto;
}
@media only screen and (max-width: 768px) {
  .imgL_head{
    margin-bottom: 10%;
  }
}





/* access */

.access{
	width:100%;
	margin:0 auto 60px auto;
	text-align:left;
  padding:1.6em;
  background-color: #f6f4ee;
  box-sizing: border-box;
}
  .access:last-child{
    margin-bottom: 0;
  }
.access iframe{
	width:96%;
}
.access .box1{
	margin-bottom:40px;
}
.access .box2{
	margin-bottom:0;
}
.access .shopname_wrap{
  display: flex;
  justify-content: space-between;
  align-items:center;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #444444;
	clear:both;
}
.access h3{
	font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.access .attri_tag span{
  background: #4E4644;
  color:#fff;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 2px;
  font-size: 1.4rem;
}

.access .box1 p{
	margin-bottom: 10px;
	line-height: 1.8;
}
.access p strong{
	font-size: 2rem;
	font-weight:bold;
	color:#E70018;
}
.access ul.noriba{
	margin-bottom:10px;
}
.access ul.noriba li{
	list-style-type:disc;
	margin-left: 20px;
	text-align:left;
}
.access p a.tel{
  color:#000000;
}
@media screen and (max-width: 768px) {
  .access{
    padding: 1em;
    margin-bottom: 0;
  }
  .access + .access{
    margin-top: 8%;
  }
  .access img.img1{
    width:96%;
    max-width:200px;
  }
  .access img.img2{
    width:96%;
    max-width:320px;
  }
  .access p.c{
    text-align:center;
  }
  .access .shopname_wrap{
    justify-content: space-between;
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .access h3{
    font-size: 4.8vw;
    margin-bottom: 1.6%;
  }
  .access .attri_tag span{
    padding: 3px 5px;
    font-size: 3.2vw;
  }
  .access .box1 {
    margin-bottom: 0;
  }
  .access .box1 + .box1 {
    margin-top: 6%;
  }
  .access .box1 p{
    margin-bottom: 3%;
    line-height: 1.6;
  }
  .access p strong{
    font-size: 4vw;
  }
  .access ul.noriba{
    margin-bottom: 3%;
  }
  .access ul.noriba li{
    margin-left: 20px;
    font-size: 3.8vw;
  }
  
}

/* クリーン宣言 */
.lead_wrap{
  margin-bottom: 60px;
}
.taisakuWrap{
  margin: auto;
}
.taisakuWrap h3{
  font-size: 2.8rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: var(--main-mycolor);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(249,243,241,1) 50%, rgba(255,255,255,1) 100%);
  max-width: 600px;
  margin: 0 auto 56px;
  padding: 5px 0;
}
/*
.taisakuWrap h3 span{
  position: relative;
  display: inline-block;
}
.taisakuWrap h3 span::before,
.taisakuWrap h3 span::after{
  position: absolute;
  content: "";
  background: #a31f14;
  width: 12px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
}
.taisakuWrap h3 span::before{
  left: -80px;
}
.taisakuWrap h3 span::after{
  right: -80px;
}
*/
.taisakuBox{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 80px;
}
.taisakuBox .taisaku_inn{
  position: relative;
  border-top: 3px solid #a31f14;
  width: calc((100% - 50px) / 2);
  text-align: center;
  background-color: #ffffff;
}
.taisakuBox .taisaku_inn::before{
  position: absolute;
  background: #a31f14;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 2.1rem;
  font-family: 'Prata', serif;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.taisakuBox .taisaku_inn:nth-of-type(1)::before{
  content: "1";
}
.taisakuBox .taisaku_inn:nth-of-type(2)::before{
  content: "2";
}
.taisakuBox .taisaku_inn:nth-of-type(3)::before{
  content: "3";
}
.taisakuBox .taisaku_inn:nth-of-type(4)::before{
  content: "4";
}
.taisakuBox .taisaku_inn:nth-of-type(5)::before{
  content: "5";
}
.taisakuBox .taisaku_inn:nth-of-type(6)::before{
  content: "6";
}
.taisakuBox .taisaku_inn:nth-of-type(7)::before{
  content: "7";
}
.taisakuBox .taisaku_inn:nth-of-type(8)::before{
  content: "8";
}
.taisakuBox .taisaku_inn:nth-of-type(n + 3){
  margin-top: 60px;
}
.taisakuBox .taisaku_inn h4{
  margin: 0 auto 15px;
  font-size: 1.8rem;
  font-weight: 600;
}
.taisakuBox .taisaku_inn img{
  width: 100%;
  height: auto;
}


@media only screen and (max-width:768px) {
  .lead_wrap{
    margin-bottom: 8%;
  }
  .taisakuWrap h3{
    font-size: 6vw;
    max-width: inherit;
    margin: 0 auto 12%;
    padding: 1.333vw 0;
  }
  .taisakuBox{
    display: block;
    margin-bottom: 15%;
  }
  .taisakuBox .taisaku_inn{
    width: 100%;
  }
  .taisakuBox .taisaku_inn::before{
    width: 8.533vw;
    height: 8.533vw;
    font-size: 4.2vw;
    line-height: 2.4;
    top: -4.267vw;
  }
  .taisakuBox .taisaku_inn{
    margin-top: 12% !important;
  }
  .taisakuBox .taisaku_inn h4{
    margin: 0 auto 2.1%;
    font-size: 4.2vw;
  }
}





/* sitemap */

.sitemap{
	width:100%;
	margin: 0 auto 80px auto;
	text-align:left;
}
.sitemap ul {
	margin-left: 7px;
	list-style-type:none;
	margin-right: 20px;
	padding-right: 20px;
	float:left;
}
.sitemap ul.w18 {
  width:18%;
}
.sitemap ul.w25 {
  width:25%;
}
.sitemap ul.w40 {
  width:40%;
}
.sitemap .Rline{
  border-right:1px dotted #000;
}
.sitemap ul:last-child{
  margin-right:0px;
}
.sitemap ul li {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	line-height: 1.4;
	background: url(../../sitemap/images/ar.png) no-repeat top 5px left /auto;
  background-size: 6px;
}
.sitemap ul li:last-child{
	margin-bottom:0;
}

.sitemap ul li.ex_link a {
	background:url(../../sitemap/images/icon_newwin.png) no-repeat right 50%;
	background-size:20px;
	padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .sitemap{
    margin:0 auto 5% auto;
  }
  .sitemap ul {
    float:none;
    width:100% !important;
    margin-bottom: 3%;
  }
    .sitemap .Rline{
      border-right:none;
    }
  .sitemap ul li.ex_link a {
    background:url(../../sitemap/images/icon_newwin.png) no-repeat right 50%;
    background-size:4vw;
    padding-right: 5.867vw;
  }
}





/***********************************
       slick 320_320
************************************/

.slick_container{
	width:100%;
	margin:0 auto;
	padding:25px 0;
	clear:both;
	background-color:#EFEEEA;
}
.slick_container:after{
	content:".";
	line-height:0;
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
/*\*/
* html.slick_container{
	height:1px;
	overflow:visible;
}
/**/

.slick_container .slide_full{
	width:65%;
	margin:0 auto;
}
.slick_container .slide_full li{
	list-style-type:none;
}
.slick_container .slide_full li img{
	width: 90%;
	margin:0 auto;
}






/***********************************
      差込バナー　640_320　削除
************************************/
.ban_box{
	margin:0 auto 40px auto;
	clear:both;
	background-color:#EFEEEA;
	padding:15px 20px 0 20px;
}
.ban_box:after{
	content:".";
	line-height:0;
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
/*\*/
* html.ban_box{
	height:1px;
	overflow:visible;
}
/**/

.ban_box p{
	font-size:1.25em;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
}
.ban_box li{
	width:47%;
	float:left;
	margin:0 auto 20px auto;
	list-style-type:none;
}
	.ban_box li:last-child{
		float:right;
	}
.ban_box li img{
	width:100%;
}






/* body色指定 */

body.pat01{
	background-color:#6a1014;
}
body.pat02{
	background-color:#e7d1e2;
}
body.pat03{
	background:url(../../topics/images/sdk_bg.png) repeat 0 0;
	background-color:#F0DADD;
}



