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

.mv{
  background: #e9b5a9;
}

.mv h1{
  width: 1100px;
  margin: 0 auto;
}

.info{
  background: #FFF3AC;
  padding-bottom: 80px;
}

.info h2{
  width: 602px;
  margin: 0 auto;
  transform: translateY(-53px)
}

.info > ul{
  width: 1027px;
  display: flex;
  justify-content: space-between;
  margin: -40px auto 13px;
  transform: translateX(-13px)
}

.info > ul li{
  width: 481px;
}

.info > ul li + li{
  width: 536px;
}

.info .date{
  width: 833px;
  margin: 0 auto 40px;
}

.info .date h3{
  width: 500px;
  margin: 0 auto 23px;
}

.popup{
  width: 240px;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  color: #BE3365;
  border: 2px solid #BE3365;
  margin: 0 auto;
  border-radius: 40px;
  cursor: pointer;
  display: block;
  transition:0.3s opacity;
}

@media screen and (min-width: 768px) {
  .popup:hover{
    opacity: 0.7;
  }
}

.ob_btn{
  text-align: center;
  margin-top: 30px; 
}

.ob_btn a{
  width: 440px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  color: #FFF;
  padding: 11px 0;
  display: inline-block;
  background: linear-gradient(to bottom,  #ea4681 0%,#be3365 100%);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 80px;
}

.ob_btn a span{
  font-size: 18px;
  display: block;
}

.ob_btn p{
  width: 440px;
  height: 80px;
  font-size: 28px;
  line-height: 80px;
  font-weight: 600;
  color: #BE3365;
  display: block;
  margin: 0 auto;
  background: #FFF;
  border-radius: 80px;
}

.bk{
  padding: 70px 0 120px;
  background: #e9b5a9;
}

.cp h2{
  margin-bottom: 60px;
}

.b_box{
  background: #FFF;
  border: 3px solid #583D32;
  border-radius: 30px;
  padding: 1px;
}

.bbt {
  text-align: center;
  margin: -30px auto 20px;
}

.bbt span{
  background: #583d32;
  padding: 0 70px;
  border-radius: 50px;
  display: inline-block;
}

.bbt img{
  height: 58px;
}

.ts.b_box{
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 60px;
}

.ts.b_box ul{
  display: flex;
  justify-content: center;
  gap: 0 25px;
  margin-bottom: 15px;
}

.ts.b_box ul img{
  height: 324px;
}

.ts.b_box p{
  font-size: 14px;
  line-height: 1.3;
  color: #454545;
}

.step.b_box{
  padding: 0 38px 35px;
}

.step.b_box .bbt{
  margin-bottom: 45px;
}

.step.b_box > div{
  background: #fff6e0;
  border-radius: 30px;
  padding: 1px 0 35px;
}

.step.b_box > div + div{
  margin-top: 55px;
}

.step.b_box h4{
  width: 650px;
  height: 50px;
  text-align: center;
  background: #F9E25F;
  border: 2px solid #583D32;
  margin: -25px auto 15px;
  border-radius: 50px;
  overflow: hidden;
}

.step.b_box h4 img{
  height: 46px;
}

.step.b_box ol{
  display: flex;
  justify-content: center;
  gap: 0 17px;
  counter-reset: listnum;
}

.step.b_box ol li{
  width: 275px;
  height: 94px;
  border: 2px solid #583D32;
  border-radius: 15px;
  background: #FFF;
  position: relative;
}

.step.b_box ol li::before{
	counter-increment: listnum;
	content: counter(listnum);
  width: 30px;
  height: 100%;
  font-size: 16px;
  line-height: 94px;
  text-align: center;
  color: #FFF;
  background: #583D32;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
}

.step.b_box ol li+li::after{
  content: "";
  width: 17px;
  height: 18px;
  background: url("../img/step_aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
}

.step.b_box ol li span{
  width: 225px;
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.step.b_box ol li i{
  font-size: 24px;
  font-style: normal;
}

.step.b_box ol li strong{
  color: #BE3365;
}

.sy{
  padding-top: 75px;
}

.sy h2{
  margin-bottom: 30px;
}

.sy_c01 > div{
  padding: 0 35px 35px 45px;
  background: #FFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.sy_c01 .c2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sy_c01 .c2 > div:first-of-type{
  width: 630px;
  border: 4px solid #F6E6BC;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.sy_c01 .c2 > div + div{
  width: 273px;
}

.sy_c01 .c2 p{
  font-size: 11px;
  line-height: 1.3;
  color: #979797;
  margin-top: 10px
}

.sy_c01 h4{
  width: 80px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  color: #583D32;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-bottom: 5px;
  background: #f6e6bc;
  border-radius: 30px;
}

.sy_c01 ul +h4{
  margin-top: 15px;
}

.sy_c01 ul li{
  font-size: 12px;
  line-height: 1.4;
  color: #454545;
  padding-left: 1em;
}

.sy_c01 ul li::before{
  content: "・";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
}

.sy_c01 ul a{
  color: #454545;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sy_c01 ul a:hover{
    text-decoration: none;
  }
}

.sy_c02{
  margin-top: 25px
}

.sy_c02 > div{
  background: #FFF;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 40px 50px 50px 405px;
  position: relative;
}

.sy_c02 > div h4:first-of-type{
  width: 400px;
  margin-bottom: 15px;
}

.sy_c02 > div h4:last-of-type{
  width: 394px;
  margin-bottom: 15px;
}

.sy_c02 > div p.note{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-indent: -1em;
  padding-left: 1em;
  color: #454545;
  margin: 15px 0 30px;
}

.sy_c02 > div > div{
  width: 318px;
  position: absolute;
  top: 13px;
  left: 70px;
}

.sy_c02 > div > div p{
  width: 250px;
  font-size: 12px;
  line-height: 1.4;
  color: #454545;
  margin: 0 auto;
}

.sy_c02 > div h4 + p{
  font-size: 16px;
  line-height: 1.6;
  color: #583D32;
  font-weight: 600;
}

.chara{
  padding-top: 70px;
}

.chara .bbt{
  margin-bottom: 0;
}

.chara .b_box{
  padding: 0 25px 25px;
}

.chara .txt{
  width: 680px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 auto;
  padding: 50px 0 85px 300px;
  background: url("../img/chara_pic.png") no-repeat left top;
  background-size: 286px auto;
}

.chara ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.chara ul li{
  width: 300px;
  text-align: center;
  background: #FFF6E0;
  border-radius: 20px;
  padding: 0 10px 15px;
}

.chara ul li h4{
  width: 240px;
  height: 50px;
  background: #F9E25F;
  border: 2px solid #583D32;
  margin: -25px auto 10px;
  border-radius: 50px;
}

.chara ul li h4 img{
  height: 46px;
}

.chara ul li p{
  font-size: 15px;
  color: #583D32;
  font-weight: 600;
}

.chara .note{
  font-size: 12px;
  line-height: 1.4;
  color: #454545;
  text-indent: -1em;
  padding-left: 1em;
}

.ob{
  padding-top: 70px;
  margin-bottom: 60px;
}

.ob .b_box{
  padding: 0 20px;
}

.ob dl > div{
  width: 100%;
  display: table;
  border-collapse:collapse;
}

.ob dl > div + div{
  border-top: solid 1px #838383;
}

.ob dl > div dt,
.ob dl > div dd{
  display: table-cell;
  border-collapse:collapse;
  padding: 20px;
  padding-right: 0;
  vertical-align: middle;
  letter-spacing: normal;
}

.ob dl > div dt{
  width: 145px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  white-space: nowrap;
}

.ob dl > div dt span{
  font-size: 12px;
  display: block;
}

.ob dl > div dd{
  font-size: 16px;
  line-height: 1.6;
  color: #454545;
}

.ob dl > div dd.la{
    font-size: 18px;
  }

.ob dl > div dd h4{
  font-size: 16px;
  line-height: 1.6;
  color: #454545;
  font-weight: 600;
}

.ob dl > div dd h4:last-of-type{
  margin-top: 5px;
}

.ob dl > div dd li{
  font-size: 16px;
  line-height: 1.4;
  padding-left: 1em;
}

.ob dl > div dd li::before{
  content: "●";
  width: 1em;
  margin-left: -1em;
  display: inline-block;
  transform: scale(.5);
}

.ad{
  text-align: center;
  padding: 30px 15px 40px;
  margin-top: 25px;
  background: #FFF;
  border-radius: 30px;
}

.ad h2{
  width: 490px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  background: #F6E6BC;
  border-radius: 40px;
  margin: 0 auto 30px;
}

.ad p{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}

.ad p.tel{
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}

.ad p.tel a{
  font-size: 36px;
  pointer-events: none;
}

.ad p.note{
  font-size: 16px;
  line-height: 1.4;
  color: #454545;
  margin-bottom: 20px;
}

.ad p.inf{
  margin-bottom: 0;
}

.obk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  display: none;
}

.obk > div{
  width: 90%;
  height: 80%;
  max-width: 940px;
  max-height: 80%;
  border: 3px solid #583D32;
  background: #FFF;
  border-radius: 30px;
  padding: 40px 15px 40px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.obk .close{
  width: 45px;
  height: 45px;
  border: 3px solid #583D32;
  background: url("../img/close.png") no-repeat #FFF center center;
  background-size: 17px auto;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.obk > div > div{
  width: 100%;
  height: 100%;
  padding-right: 15px;
  overflow: auto;
}

.obk h2{
  width: 255px;
  height: 50px;
  text-align: center;
  background: #583D32;
  border-radius: 50px;
  margin: 0 auto 30px;
}

.obk h2 img{
  height: 50px;
}

.obk h3,
.obk p,
.obk li{
  font-size: 14px;
  line-height: 1.6;
  color: #454545;
}

.obk h3{
  font-size: 16px;
  font-weight: 600;
}

.obk p + h3,
.obk ul + h3{
  margin-top: 20px;
}

.obk p + p{
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  
  .mv h1{
    width: 100%;
  }

  .info{
    padding-bottom: 15vw;
  }

  .info h2{
    width: 100%;
    transform: translateY(-8vw)
  }

  .info > ul{
    width: 100%;
    display: block;
    margin: -5vw auto 4vw;
    transform: translateX(0)
  }

  .info > ul li{
    width: 100%;
  }

  .info > ul li + li{
    width: 100%;
  }

  .info .date{
    width: 100%;
    margin: 0 auto 10vw;
  }

  .info .date h3{
    width: 100%;
    margin: 0 auto 5vw;
  }

  .popup{
    width: 60%;
    height: 9vw;
    font-size: 4.3vw;
    line-height: 9vw;
    border-radius: 8vw;
    box-sizing: content-box;
  }

  .ob_btn{
    margin-top: 8vw; 
  }
  
  .inner .ob_btn{
    width: 100vw;
    margin-left: -5vw;
  }
  
  .ob_btn a{
    width: 90%;
    font-size: 6vw;
    padding: 2.5vw 0;
    box-shadow: .5vw .5vw 1vw 0px rgba(0, 0, 0, 0.2);
    border-radius: 10vw;
  }

  .ob_btn a span{
    font-size: 4.5vw;
    display: block;
  }

  .ob_btn p{
    width: 90%;
    height: 15vw;
    font-size: 6vw;
    line-height: 15vw;
    border-radius: 10vw;
  }

  .bk{
    padding: 15vw 0 20vw;
  }

  .cp h2{
    width: 100vw;
    margin-left: -5vw;
    margin-bottom: 13vw;
  }

  .b_box{
    background: #FFF;
    border: 3px solid #583D32;
    border-radius: 6vw;
  }

  .bbt {
    text-align: center;
    margin: -8vw auto 4vw;
  }

  .bbt span{
    padding: 0 17vw;
    border-radius: 10vw;
  }

  .bbt img{
    max-width: inherit;
    height: 13vw;
  }

  .ts.b_box{
    padding-bottom: 5vw;
    margin-bottom: 13vw;
  }

  .ts.b_box ul{
    display: block;
    margin-bottom: 2vw;
  }

  .ts.b_box ul img{
    height: auto;
  }

  .ts.b_box p{
    font-size: 3.3vw;
    line-height: 1.3;
    padding-left: 4vw;
  }

  .step.b_box{
    padding: 0 3vw 8vw;
  }

  .step.b_box .bbt{
    margin-bottom: 10vw;
  }

  .step.b_box > div{
    border-radius: 5vw;
    padding: 1px 0 6vw;
  }

  .step.b_box > div + div{
    margin-top: 10vw;
  }

  .step.b_box h4{
    width: 100%;
    height: auto;
    margin: -5vw auto 3vw;
    border-radius: 10vw;
    overflow: hidden;
  }

  .step.b_box h4 img{
    width: 90%;
    height: auto;
  }

  .step.b_box ol{
    display: block;
    padding: 0 4vw;
  }

  .step.b_box ol li{
    width: 100%;
    height: auto;
    border-radius: 3vw;
    background: #FFF;
    position: relative;
    z-index: 3;
  }

  .step.b_box ol li::before{
    width: 6vw;
    height: 100%;
    font-size: 3.6vw;
    line-height: 1;
    padding-top: 6vw;
    text-align: center;
    border-top-left-radius: 2vw;
    border-bottom-left-radius: 2vw;
    box-sizing: border-box;
  }
  
  .step.b_box > div + div ol li:last-of-type::before{
    padding-top: 8.5vw;
  }
    
  .step.b_box ol li+li{
    margin-top: 5vw;
    z-index: 1;
  }
  
  .step.b_box ol li:nth-of-type(2){
    z-index: 2;
  }

  .step.b_box ol li+li::after{
    content: "";
    width: 5vw;
    height: 6vw;
    background: url("../img/step_aw.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -6.2vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: -1;
  }

  .step.b_box ol li span{
    width: 95%;
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: 600;
    padding: 3vw 2vw 3vw 9vw;
    display: block;
    letter-spacing: normal;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  
   .step.b_box ol li:first-of-type span{
     padding-top: 0;
  }

  .step.b_box ol li i{
    font-size: 6vw;
  }

  .sy{
    padding-top: 10vw;
  }

  .sy h2{
    width: 100vw;
    margin-left: -5vw;
    margin-bottom: 7vw;
  }

  .sy_c01 > div{
    padding: 0 3vw 5vw;
    background: #FFF;
    border-bottom-left-radius: 6vw;
    border-bottom-right-radius: 6vw;
  }

  .sy_c01 .c2{
    display: block;
    margin-bottom: 10vw;
  }

  .sy_c01 .c2 > div:first-of-type{
    width: 100%;
    padding: 2vw;
    border: 3px solid #F6E6BC;
    border-radius: 4vw;
    overflow: hidden;
  }

  .sy_c01 .c2 > div + div{
    width: 100%;
  }

  .sy_c01 .c2 p{
    font-size: 2.6vw;
    line-height: 1.3;
    margin-top: 3vw
  }

  .sy_c01 h4{
    width: 20vw;
    height: 5vw;
    font-size: 3vw;
    line-height: 5vw;
    margin-bottom: 1vw;
    border-radius: 5vw;
  }

  .sy_c01 ul +h4{
    margin-top: 4vw;
  }

  .sy_c01 ul li{
    font-size: 2.8vw;
    line-height: 1.4;
  }

  .sy_c02{
    margin-top: 5vw
  }
  
  .sy_c02 > p{
    width: 100%;
    background: #FFF;
  }
  
  .sy_c02 > p img{
    max-width: inherit;
    width: 100vw;
    margin-left: -5vw;
  }

  .sy_c02 > div{
    background: #FFF;
    border-bottom-left-radius: 6vw;
    border-bottom-right-radius: 6vw;
    padding: 5vw 5vw 8vw;
    position: relative;
  }

  .sy_c02 > div h4:first-of-type{
    width: 100%;
    margin-bottom: 1vw;
  }

  .sy_c02 > div h4:last-of-type{
    width: 100%;
    margin-bottom: 2vw;
  }

  .sy_c02 > div p.note{
    font-size: 2.8vw;
    line-height: 1.4;
    font-weight: 600;
    text-indent: -1em;
    padding-left: 1em;
    color: #454545;
    margin: 5vw 0 8vw;
  }

  .sy_c02 > div > div{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
  }

  .sy_c02 > div > div p{
    width: 70%;
    font-size: 2.8vw;
    line-height: 1.4;
  }

  .sy_c02 > div h4 + p{
    font-size: 3.6vw;
    line-height: 1.6;
    white-space: nowrap;
  }

  .chara{
    padding-top: 20vw;
  }

  .chara .bbt{
    margin-bottom: 5vw;
  }
  
   .chara .bbt span{
    padding: 0 7vw;
  }

  .chara .b_box{
    padding: 0 5vw 5vw;
  }

  .chara .txt{
    width: 100%;
    font-size: 4vw;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 auto;
    padding: 38vw 0 13vw 5vw;
    background: url("../img/chara_pic.png") no-repeat center top;
    background-size: 85% auto;
  }

  .chara ul{
    display: block;
    padding: 0 5vw;
    margin-bottom: 5vw;
  }
  
  .chara ul li + li{
    margin-top: 10vw;
  }

  .chara ul li{
    width: 100%;
    text-align: center;
    background: #FFF6E0;
    border-radius: 5vw;
    padding: 1px 2vw 5vw;
  }

  .chara ul li h4{
    width: 95%;
    height: 11vw;
    margin: -5vw auto 1vw;
    border-radius: 10vw;
    box-sizing: content-box;
    overflow: hidden;
  }

  .chara ul li h4 img{
    height: 11vw;
  }

  .chara ul li p{
    font-size: 3.4vw;
  }

  .chara .note{
    font-size: 2.8vw;
    line-height: 1.4;
  }

  .ob{
    padding-top: 18vw;
    margin-bottom: 10vw;
  }

  .ob .b_box{
    padding: 0 3.5vw 5vw;
  }
  
  .ob .bbt{
    margin-bottom: 0;
  }

  .ob dl > div{
    width: 100%;
    display: block;
    padding: 3vw 0;
  }

  .ob dl > div dt,
  .ob dl > div dd{
    display: block;
    padding: 0;
  }

  .ob dl > div dt{
    width: 100%;
    font-size: 4vw;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1vw;
    white-space: normal;
  }
  
  .ob dl > div dt br{
    display: none;
  }

  .ob dl > div dt span{
    font-size: 2.8vw;
    display: inline-block;
  }

  .ob dl > div dd{
    font-size: 3.2vw;
    line-height: 1.6;
  }
  
  .ob dl > div dd.la{
    font-size: 3.6vw;
  }

  .ob dl > div dd h4{
    font-size: 3.4vw;
    line-height: 1.6;
  }

  .ob dl > div dd h4:last-of-type{
    margin-top: 1.5vw;
  }

  .ob dl > div dd li{
    font-size: 3.4vw;
    line-height: 1.4;
  }

  .ob dl > div dd li::before{
    content: "●";
    width: 1em;
    margin-left: -1em;
    display: inline-block;
    transform: scale(.5);
  }

  .ad{
    text-align: center;
    padding: 5vw 2vw;
    margin-top: 20vw;
    background: #FFF;
    border-radius: 30px;
  }

  .ad h2{
    width: 90%;
    height: 8vw;
    font-size: 4vw;
    line-height: 8vw;
    border-radius: 5vw;
    margin: 0 auto 3vw;
  }

  .ad p{
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5vw;
  }

  .ad p.tel{
    font-size: 6vw;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .ad p.tel a{
    font-size: 8.5vw;
    pointer-events: auto;
  }

  .ad p.note{
    font-size: 3.4vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .ad p.inf{
    margin-bottom: 0;
  }

  .obk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
  }

  .obk > div{
    max-height: 70%;
    border-radius: 6vw;
    padding: 8vw 3vw 8vw 5vw;
  }

  .obk .close{
    width: 10vw;
    height: 10vw;
    background: url("../img/close.png") no-repeat #FFF center center;
    background-size: 3.5vw auto;
    top: -5vw;
    right: -5vw;
  }

  .obk > div > div{
    padding-right: 3vw;
  }

  .obk h2{
    width: 70%;
    height: 11vw;
    border-radius: 10vw;
    margin: 0 auto 5vw;
  }

  .obk h2 img{
    height: 11vw;
  }

  .obk h3,
  .obk p,
  .obk li{
    font-size: 3vw;
    line-height: 1.6;
    color: #454545;
  }

  .obk h3{
    font-size: 3vw;
    font-weight: 600;
  }

  .obk p + h3,
  .obk ul + h3{
    margin-top: 5vw;
  }

  .obk p + p{
    margin-top: 3vw;
  }
}

