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

  
/**********************************************************/
/* SP */
/**********************************************************/
@media screen and (max-width:749px){
  body {
    width: 100%;
    display: block;
    margin: 0 auto; 
    -webkit-text-size-adjust: 100%;/*スマホを横向きにしたときに文字サイズを自動調整する機能を制御*/
    min-width: 100%;
  }
  .pc{
      display: none;
  }
  .sp{
      display: block;
  }

/**********************************
section共通
**********************************/
  section h2 {
    padding: 0;
    max-width: 295px;
}
/**********************************
header
**********************************/
  .header {
    height: 80px;
}
  .header .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .header .hamburger {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .header .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .header .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .header .nav_item a:hover {
    background-color: #eee;
  }
  .header .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 3px;
    background-color: #333;
    transition: all .6s;
    border-radius: 10px;
  }
  .header .hamburger_border_top {
    top: 14px;
  }
  .header .hamburger_border_center {
    top: 20px;
  }
  .header .hamburger_border_bottom {
    top: 26px;
  }
  .header .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  
  .header .logo {
    position: absolute;
    top: 7;
    left: 10px;
    width: 80px;
}
  .header .nav_list li {
    display: block;
    text-align: left;
}  
  .header .nav_list li a{
    padding: 8px 20px;
  }
  .reserve-btn {
    padding: 45px 0px;
    /*max-width: 375px;*/
  }
  
/**********************************
fv
**********************************/
  .fv {
    background-image: url(../images/fv-bg_sp.webp);
    background-position: center top -20px;
    height: 750px;
}
/*修正のためコメントアウト
.fv-inner {
    margin: 115px 0 auto;
    padding: 140px 5px 15px;
    max-width: 375px;
}*/


/*修正のため追記↓*/
.fv-inner {
    margin: 0px auto;
    padding: 0px 10px;
    /*max-width: 375px;*/
}

/*修正のためコメントアウト
.fv .flex {
  flex-wrap: wrap;
  justify-content: center;
} 
*/

.fv h2 {
  max-width: 921px;
  margin: 0 auto;
  padding: 140px 0 115px;
}
.fv .flex {
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    width: 100%;
    max-width: 350px;
    left: 50%;
    transform: translateX(-50%);
}
  .fv-inner li {
	  width: 50%;
    padding: 0;
}
	.red_bar {
    width: 100%;
    height: auto;
    line-height: 20px;
    background: #E72D30;
    bottom: -42px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 80px;
    padding: 5px 0;
}
/**********************************
sec1
**********************************/
  .sec1{
    padding: 0;
    margin-top: 100px;
  }

/*修正のためコメントアウト
  .sec1 div {
    max-width: 375px;
    margin-bottom: 50px;
  }
*/

/*この部分修正*/
.sec1 div {
    /*max-width: 375px;*/
    margin: 0 auto 50px;
}
/*この部分修正*/


  .sec1 div img:last-of-type {
    margin-top: 20px;
}
  
  
/**********************************
sec2
**********************************/
  .sec2 {
    background-size: contain;
    background-repeat: repeat;
}
  .sec2 .flex {
    margin: 45px auto 30px;
    padding: 20px;
    /*max-width: 375px;*/
}
  .sec2 .flex li {
    max-width: 100%;
    width: 100%;
    padding: 0 1%;
    margin: -30px 0 60px 0;
}
  
  
/**********************************
sec3
**********************************/
  .sec3 h2 {
    margin: 40px auto 50px;
}


/*修正のためコメントアウト
  .sec3 .price-list {
    margin: 0 auto 30px;
    padding: 0 10px;
}
*/

/*修正のため追記*/
.sec3 .price-list {
  margin: 0 auto 30px;
  padding: 0 10px 15px;
  width: 100vw;
  overflow-x: scroll;
}


/*修正のため追記↓*/
.scroll02{
  width: 1006px;
}

/*修正のためさらに追記↓*/
  .scroll02{
  width: 100%;
}


  .sec3 .title::before,
  .sec3 .title::after{
    content: '';
    width: 11px;
    height: 3px;
    background: #36C196;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    transition: .5s;
}
  .sec3 .title::after {
    transform: translateY(-50%) rotate(90deg);
}
  .sec3 .price-list h3{
    margin-bottom: 10px;
  }
  .sec3 .accordion-area li{
    margin-bottom: 10px;
}
  .syaken-hiyou{
	
	}

/**********************************
sec4
**********************************/
  .sec4 h2 {
    margin: 45px auto 60px;
}
  .sec4 ul {
    padding: 0 10px;
    /*max-width: 375px;*/
    margin: 0 auto;
}
  .sec4 ul li {
    margin-bottom: 25px;
}
.sec4 .flow-btn {
    position: absolute;
    top: 48px;
    left: 90px;
    width: 130px;
    height: 30px;
}  
/**********************************
sec5
**********************************/
  .sec5 {
    background-size: 100%;
    background-repeat: repeat;
  }
  .sec5 h2 {
	padding: 45px 20px 25px;
    max-width: 350px;
}
  .sec5 ul {
    padding:0 20px 42px;
    /*max-width: 375px;*/
}
  .sec5 .flex li {
    max-width: 100%;
    width: 49%;
    padding: 0 1%;

}
  .sec5 .reserve-btn {
   padding: 45px 0;
   background: #fff;
}

  
  
/**********************************
sec6
**********************************/
  .sec6 .faq {
    padding: 50px 0 60px;
}
  .sec6 .faq h2 {
    margin: 0 auto 45px;
    padding-top: 30px;
    max-width: 200px;
}
  .sec6 .accordion-area {
    width: 100%;
    padding: 0 20px 55px;
}
  .sec6 .title img,
  .sec6 .box1 img {
    width: 15px;
    margin-right: 18px;
}
  .sec6 .title, .sec6 .box1 {
    padding-bottom: 10px;
    padding-left: 10px;
}
  .sec6 .title span {
    font-size: 1.4rem;
}
  .sec6 .box1 .flex p {
    font-size: 1.2rem;
}
  .sec6 .box1 img.faq-btn {
    width: 100%;
    margin: 15px auto 0;
}
  .sec6 .accordion-area li {
    margin: 20px auto 0;
}
  .sec6 .faq-inner {
    max-width: 450px;
}
/**********************************
footer
**********************************/
  .footer .contact {
    padding: 55px 30px 40px;
    /*max-width: 375px;*/
}
  .footer-btn {
    margin: 25px auto 0;
    padding: 0 20px;
}
  .policy-area {
    height: 50px;
    font-size: 1rem;
    padding-top: 0px;
}

.mainList--small-txt {
  font-size: clamp(10px, 0.9vw, 14px);
}
.mainList--small-mark__left{
  width: 9px;
  position: absolute;
  left: -1px;
}
.mainList--small-mark__right{
  width: 9px;
  position: absolute;
  right: -1px;
}
.mainList--txt{
  font-size: clamp(24px, 2.2vw, 40px);
}

.sec1 div.upper-reserveBtn{
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0;
}
.sec1 div.upper-reserveBtn .reserve__left, .sec1 div.upper-reserveBtn .reserve__right{
  width: 20px;
  top: 0;
  transform: translateY(-50%);
  margin-bottom: 20px;
}

.upper-reserveBtn{
  font-size: 12px;
}
.reserve__left {
  left: -19px;
  width: 20px;
}
.reserve__right {
  right: -19px;
  width: 20px;
}
.reserve-btn{
  padding: 10px 20px;
  /*max-width: 375px;*/
}
.reserve-area{
  padding-top: 35px;
}

.entrust{
  display: block;
}

.sec1 div.entrustImg{
  margin-bottom: 0;
  width: 100%;
}
.sec1 div.entrustTxt-img{
  width: 80%;
  margin-bottom: 0;
  margin-right: 0;
}
.sec1 div.entrustTxt{
  width: 90%;
  margin: 0 auto;
  max-width: 450px;
}
.sec1 div.entrustTxt-img .sp{
  /*max-width: 375px;*/
  margin: 0 0 0 auto;
  transform: translateY(-50%);
}

.entrust-desc {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  margin-top: 0;
}
.ttlLogo-txt{
  font-size: 30px;
}
.ttlLogo-txt::before, .ttlLogo-txt::after{
  width: 15px;
  height: 15px;
}
.sec2 .flex{
  grid-template-columns: 1fr;
  margin: 90px auto 55px;
}
.meritNo {
  width: 42.37%;
}
.meritTtl {
  font-size: 25px;
}
.meritTxt {
  font-size: 14px;
}

.sec2 .flex li.meritList__item{
  max-width: 450px;
  margin: 0 auto 100px;
}
.meritList .meritList__item:nth-of-type(4),
.meritList .meritList__item:nth-of-type(5){
  right: unset;
  margin-top: unset;
}

.scroll02{
  min-width: 1010px;
}
.scrollCatution{
  font-size: 12px;
  color: #2B2B2B;
  display: block;
  margin-right: auto;
  margin-left: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.scroll_sp{
  width: fit-content;
  margin-left: 20px;
}

.priceCaution{
  font-size: 12px;
  margin: 0 20px;
}
.syaken-hiyou {
  margin-top: 100px;
  width: 89.333%;
  padding: 55px 10px 62px;
  max-width: 450px;
}
.syaken-hiyou--ttl{
  font-size: 25px;
}
.syaken-hiyou--txt{
  font-size: 16px;
  margin: 20px auto 80px;
}
.syaken-hiyouList{

  grid-template-columns: 1fr;
}
.syaken-hiyouList .syaken-hiyouList__item:nth-of-type(2) .syaken-hiyouList__txt-wrap::after{
  top: -62px;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -100%) rotate(90deg);
}
.syaken-hiyouList .syaken-hiyouList__item:nth-of-type(2) .syaken-hiyouList__txt-wrap::before{
  bottom: unset;
  top: -62px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.syaken-hiyouList .syaken-hiyouList__item:nth-of-type(3) .syaken-hiyouList__txt-wrap::after{
  top: -62px;
  bottom: unset;
  left: 50%;
  transform: translate(-50%, -100%) rotate(90deg);
}
.syaken-hiyouList .syaken-hiyouList__item:nth-of-type(3) .syaken-hiyouList__txt-wrap::before{
  bottom: unset;
  top: -62px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.syaken-hiyou::before{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -13px;
  left: -36px;
  border-style: solid;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  border-bottom: 43px solid #6e6969;
  border-top: 0;
  transform: rotate(-45deg);
}
.syaken-hiyou::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -17px;
  right: -39px;
  border-style: solid;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
  border-top: 43px solid #6e6969;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.flowList__item{
  grid-template-columns: 1fr;
}
.flowList--no {
  position: relative;
  transform: translate(-50%, -50%) scale(1);
  height: unset;
  z-index: 3;
  left: 50%;
  width: 50%;
  max-width: 180px;
}

.sec4 ul.flowList{
  margin-top: 130px;
  padding: 0;
  width: 89.333%;
}
.flowList--txt{
  width: 100%;
  margin-left: 0;
  padding: 0 20px;
  margin-top: -40px;
}
.flowList--ttl{
  font-size: 23px;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  margin-left: 10px;
}
.flowList--ttl::after {
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flowList--ttl::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 21px;
  top: 2px;
  left: 15px;
  background-image: url(../images/h-deco.webp);
  background-size: cover;
}
.sec4 ul li.flowList__item{
  grid-template-columns: 1fr;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 120px;
}
.flowList--desc {
  padding-left: 75px;
  font-size: 14px;
  padding: 0px 10px;
}
.flowLink a {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  padding: 7px 0 7px 10px;
  background-color: #FFD0D1;
  border: 3px solid #d8232a;
  border-radius: 23px;
  width: 100%;
  position: relative;
  line-height: 1;
}
.flowList--img {
  height: auto;
  width: 100%;
}

.flowList--img img {
  height: auto;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
}

.sec4{
  margin-bottom: 0;
}
.sec5 ul.preparation {
  width: 75.69%;
  max-width: 450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  padding-bottom: 0;
}
.preparation-cautionTxt {
  font-size: 10px;
  margin: 10px auto 0;
  width: 59.69%;
  max-width: 450px;
}

}