@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body{
  font-family: 'Noto Sans JP', sans-serif;
}

.header {
  margin: 0 auto;
  background: #e36f35;
  background: repeating-linear-gradient(135deg, #DEF0F7, #DEF0F7 20px, #ffffff 20px, #ffffff 40px);
  color: #6B525A;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  font-size: 16px;
  text-align: center;
  padding: 0px 0 5px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #e36f35;
}

body main img{
  width: 100%;
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  display: inline-block;
}
body, ul, li {
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
a {
  color: #000;
}
.clear{
  opacity: 0;
}

.mb_0{
  margin-bottom: 0;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mb_10{
  margin-bottom: 1rem;
}
.mb_15{
  margin-bottom: 1.5rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mb_25{
  margin-bottom: 2.5rem;
}
.mb_30{
  margin-bottom: 3rem;
}
.mb_35{
  margin-bottom: 3.5rem;
}
.mb_40{
  margin-bottom: 4rem;
}
.mb_45{
  margin-bottom: 4.5rem;
}
.mb_50{
  margin-bottom: 5rem;
}
.mb_55{
  margin-bottom: 5.5rem;
}
.mb_60{
  margin-bottom: 6rem;
}
.mb_65{
  margin-bottom: 6.5rem;
}
.mb_70{
  margin-bottom: 7rem;
}
.mb_75{
  margin-bottom: 7.5rem;
}
.mb_80{
  margin-bottom: 8rem;
}
.mb_85{
  margin-bottom: 8.5rem;
}
.mb_90{
  margin-bottom: 9rem;
}
.mb_95{
  margin-bottom: 9.5rem;
}
.mb_100{
  margin-bottom: 10rem;
}
.mt_0{
  margin-top: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mt_10{
  margin-top: 1rem;
}
.mt_15{
  margin-top: 1.5rem;
}
.mt_20{
  margin-top: 2rem;
}
.mt_25{
  margin-top: 2.5rem;
}
.mt_30{
  margin-top: 3rem;
}
.mt_35{
  margin-top: 3.5rem;
}
.mt_40{
  margin-top: 4rem;
}
.mt_45{
  margin-top: 4.5rem;
}
.mt_50{
  margin-top: 5rem;
}
.mt_55{
  margin-top: 5.5rem;
}
.mt_60{
  margin-top: 6rem;
}
.mt_65{
  margin-top: 6.5rem;
}
.mt_70{
  margin-top: 7rem;
}
.mt_75{
  margin-top: 7.5rem;
}
.mt_80{
  margin-top: 8rem;
}
.mt_85{
  margin-top: 8.5rem;
}
.mt_90{
  margin-top: 9rem;
}
.mt_95{
  margin-top: 9.5rem;
}
.mt_100{
  margin-top: 10rem;
}
.ml_0{
  margin-left: 0;
}
.ml_05{
  margin-left: 0.5rem;
}
.ml_10{
  margin-left: 1rem;
}
.ml_15{
  margin-left: 1.5rem;
}
.ml_20{
  margin-left: 2rem;
}
.ml_25{
  margin-left: 2.5rem;
}
.ml_30{
  margin-left: 3rem;
}
.ml_35{
  margin-left: 3.5rem;
}
.ml_40{
  margin-left: 4rem;
}
.ml_45{
  margin-left: 4.5rem;
}
.ml_50{
  margin-left: 5rem;
}
.mr_0{
  margin-right: 0;
}
.mr_05{
  margin-right: 0.5rem;
}
.mr_10{
  margin-right: 1rem;
}
.mr_15{
  margin-right: 1.5rem;
}
.mr_20{
  margin-right: 2rem;
}
.mr_25{
  margin-right: 2.5rem;
}
.mr_30{
  margin-right: 3rem;
}
.mr_35{
  margin-right: 3.5rem;
}
.mr_40{
  margin-right: 4rem;
}
.mr_45{
  margin-right: 4.5rem;
}
.mr_50{
  margin-right: 5rem;
}

.t_indent{
  padding-left: .8rem;
  text-indent: -.8rem;
}
.f_x-small{
  font-size:.6rem;
}
.f_small{
  font-size:.8rem;
}
.f_medium{
  font-size:1.2rem;
  line-height: 1.8rem;
}
.f_large{
  font-size:1.4rem;
  line-height: 1.8rem;
}
.f_x-large{
  font-size:1.8rem;
  line-height: 2.4rem;
}
.f_xx-large{
  font-size:2rem;
  line-height: 2.6rem;
}
.t_center{
  text-align: center;
}
.t_left{
  text-align: left;
}
.t_right{
  text-align: right;
}
.f_bold{
  font-weight: bold;
}
.position{
  position: absolute;
}
.txt{
  font-size: 16px;
  line-height: 1.8rem;
  text-align: left;
}
.f_gray {
  color: #ACACAC;
}
.flex{
  display: flex;
}
.content_box{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

.ancholink{
  padding-top: 180px;
  margin-top:-180px;
  display: block;
}
.block_sp{
  display: none;
}
@media (max-width: 768px) {

  .block_sp{
    display: block;
  }
  .block_pc{
    display: none;
  }
  .content_box{
    padding: 0 20px;
  }
}


/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap{
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  top: -100px;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  position: fixed;
  background: linear-gradient(-225deg, #5B3A13 0%, #CF943C 80%, #5B3A13 100%);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#head_wrap h1 img{
  width: 80px;
  height: auto;
}
#head_wrap p img{
  width: 200px;
  height: auto;
  display: block;
  transition: .5s;
}
#head_wrap p img:hover{
  filter: invert( .2 ) sepia( 1 );
}
.cta_btn {
  margin-top: -35vw;
  margin-bottom: -5vw;
}

.fv{
  padding-top: 45px;
}
.fv .btn_area{
  max-width: 768px;
  margin: -38vw auto 0;
  background: #ffffff;
}
.fv .btn a{
  display: block;
  transition: .3s;
}
.fv .btn a:hover{
  filter:  brightness( 1.2 );
}
.cta{
  max-width:768px;
  margin: 0 auto;
  background: #ffffff;
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  z-index: 99999;
}
.cta img,
.cta_btn img{
  transition: .3s;
}
.cta img:hover,
.cta_btn img:hover{
  filter:  brightness( 1.2 );
}

footer{
  background:url(../images/ft_bg.webp) repeat;
}
footer .content_box{
  text-align: center;
  padding: 5rem 0 3rem;
}
footer a{
  display: inline-block;
  margin-bottom: 1rem;
  color: #5B3A13;
  transition: .3s;
}
footer a:hover{
  color: #CF943C;
}
footer a img{
  width: 50px;
  height: auto;
  transition: .3s;
}
footer a img:hover{
  filter:  brightness( 1.2 );
}
.footer_bottom{
  background: #5B3A13;
  font-size: .8rem;
  text-align: center;
  padding: 1.5rem;
  color: #ffffff;
}

.con13 .content_box,
footer .content_box{
  max-width: 768px;
  margin: 0 auto;
}

.con13{
  background: #F6F6F6;
  padding:3rem 0rem;
}
.con13 dl{
  margin-bottom: 2rem;
}
.con13 dt{
  font-size: 1.5rem;
  color: #5B3A13;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #A19984;
  border-image: linear-gradient(to right, #A19984 0%, #F5C345 100%);
  border-image-slice: 1;
}
.con13 dd{
  line-height: 1.6;
  padding-left: 1rem;
  text-indent: -1rem;
  margin-bottom: .5rem;
  font-size: .9rem;
}
.con13 dd.list:before{
  content: "・";
}
.con07{
  background: #FBFBFB;
  padding-bottom: 5rem;
}
  .con05{
    background: url(../images/faq_bg.png) repeat;
    background-color: #ffffff;
    background-size: 100%;
    padding-bottom: 1rem;
  }
  .con08{
    background: url(../images/detail-bg.png) repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
  }
  .con08 .tape{
    position: absolute;
    top:-3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
  }
  section.typeA,
  .accordion{
      width: 94%;
      margin: 0 auto;
  }
  .con10 .Label {		/*タイトル*/
    padding: 1.6rem 0 1rem;
    display: block;
    color: #52616B;
    text-align: left;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.6;
    padding-left: 2.5rem;
}
.con10 .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: .8rem;
	height: .8rem;
	border-top: 3px solid #52616B;
	border-right: 3px solid #52616B;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 10px;
	transform: rotate(135deg);
}


/*ベース*/
.con10 .toggle {
	display: none;
}

.con10 .Label:after{
  content: "";
  background: url(../images/q.png);
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
	top:calc( 50% - 10px );
	left: 0;
}

.con10 .Label,
.con10 .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.con10 .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.con10 .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
  padding: 15px 20px;
	transition: all .3s;
  background: #ffffff;
  text-align: left;
  color: #52616B;
  line-height: 1.8;
  font-size: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.con10 .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.con10 .border{
  border-bottom: 3px dotted #C7B198;
}
  .con10{
    background: url(../images/faq_bg.png) repeat;
    background-size: 150%;
    background-color: #ffffff;
    padding-bottom: 5rem;
  }

/*ベース*/
section.typeA{
	display: flex;
	flex-wrap: wrap;
  max-width: 768px;
  margin: 0 auto;
}

section.typeA .tabLabel {	/* タブ */
	margin-right: 3px;
	padding: 20px 5px;
	flex: 1;
	order: -1;
	border-radius: 3px 3px 0 0;
	color: #444;
	background: #EBEBEB;
	transition: .5s ;
	cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  text-align: center;
}
section.typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
	color: #fff;
	background: #FFA1C3;
}
section.typeA input:checked + .tabLabel + .content {
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
  margin-bottom: 0;
}
footer:after{
  content: "";
  width: 100%;
  height: 11rem;
  display: block;
  background: #9CCBB4;
}


@media print, screen and (min-width: 640px){
  .cta .btn_area{
    display: flex;
  }
  .cta .btn_area .flex{
    width:55%;
  }
  .cta .btn_area .big{
    width:78%;
    margin: 0 auto;
  }
  body main {
    text-align: center;
  }

  #head_wrap{
    position: relative;
    width: 100%;
    margin: 100px auto 0;
    top: -100px;
    line-height: 1;
    z-index: 999;
    text-decoration: none;
    position: fixed;
    background: linear-gradient(-225deg, #5B3A13 0%, #CF943C 80%, #5B3A13 100%);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #head_wrap h1 img{
    width: 120px;
    height: auto;
  }
  #head_wrap p img{
    width: 300px;
    height: auto;
    display: block;
    transition: .5s;
  }

  body{
    background: #E5F0E8;
  }

  .fv .btn_area{
    max-width: 768px;
    margin: -18rem auto 0;
    background: #ffffff;
  }
  .fv .bg{
      background-image: url(../images/fv_bg.webp);
      background-repeat: no-repeat;
      background-position: center;
  }
  .fv_2 p{
    background: linear-gradient(-90deg, #56372B 50%, #5B3A13 50%);
  }
  .fv_2 .btn{
    margin-top: -1px;
    background: #601414;
    background: linear-gradient(-225deg, #601414 50%, #6E2323 50%);
  }
  .con01{
    background: url(../images/Instagram_bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
  }
  .con03{
     background: linear-gradient(180deg, #FEFEE9 0%, #ffffff 100%);
  }
  .con04{
    background: #FEFEE9;
  }
  .con05{
    background: url(../images/faq_bg.png) repeat;
    background-color: #ffffff;
    background-size: 50%;
    padding-bottom: 1rem;
  }
  .con06{
    background: url(../images/faq_bg.png) repeat;
    background-color: #ffffff;
    background-size: 50%;
  }
  .con06 img{
    margin: 2rem auto;
    border: 2px solid #F2A35A;
    border-radius: 10px;
  } 
  .con07{
    background: #FBFBFB;
  }
  .con08{
    background: url(../images/detail-bg.png) repeat;
    background-size: 50%;
    position: relative;
  }
  .con08 .tape{
    position: absolute;
    top:-3rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
  }
  .con09{
    background: linear-gradient(-180deg, #FFFDF8 0%, #ffffff 100%);
  }
  .con10 .accordion{
    max-width: 768px;
    margin: 0 auto;
  }
  .con13 {
    padding: 3rem;
  }
  .con10 .Label {		/*タイトル*/
    font-size: 1.3rem;
  }
  .con10 .Label::before{		/*タイトル横の矢印*/
    width: 1.1rem;
    height: 1.1rem;
  }
    .con10{
    background-size: 50%;
  }
  .con10 .toggle:checked + .Label + .content {	/*開閉時*/
    padding:30px 20px;
    font-size: 1.1rem;
  }
  section.typeA .tabLabel {
    font-size: 1rem;
  }
  .con10 .Label:after{
    width: 3rem;
    height: 3rem;
    top:calc( 50% - 20px );
  }
  .con10 .Label{
    padding-left: 3.7rem;
  }
  iframe{
    max-width:768px;
  }
  footer:after{
    height: 6rem;
  }
  
}
@media print, screen and (min-width: 768px){
  .cta_btn{
    margin-top: -269px;
    margin-bottom: -36px;
  }
}

.con13 .content_box{
  text-align: left;
}

footer{
  text-align: center;
}
footer img{
  max-width: 768px;
  height: auto;
  width: 100%;
}
footer iframe{
  width: 100%;
}


