@charset "utf-8";
/* CSS Document */
html
#main {
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  color: #2e2d61;
  background-color: #ffffe6;
  overflow-x: hidden;
}
.kvWrap {
  position: relative;
}
  .kvWrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12%;
  left: 0;
  width: 753px;
  height: 116px;
  background: url("../images/index_kvlogo_pc.png") no-repeat;
  }
.kv_bg {
  position: absolute;
  top: 8%;
}
.kv_img img {
  border-radius: 0 0 56px 56px;
}
.kvWrap h1 {
  position: absolute;
  top: 33%;
  left: 4%;
}
.kvWrap p.txt {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  /*position: absolute;
  top: 32%;
  right: 8%;*/
}
section.about {
  position: relative;
}
.abobut_Wrap {
  width: 100%;
  margin: 0 70px;
/*  display: flex;*/
  position: relative;
}
section.about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10%;
  width: 85%;
  height: 2px;
  background-color: #2e2d61;
}
/*.abobut_Wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -180px;
  width: 100%;
  height: 2px;
  background-color: #2e2d61;
}*/
section.about::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 110%;
  height: 2px;
  background-color: #2e2d61;
}
/*.abobut_Wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 100%;
  height: 2px;
  background-color: #2e2d61;
}*/
.abobut_Wrap p.about_img {
  position: relative;
  margin-left: 100px;
}
.abobut_Wrap p.about_img::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: -150px;
  width: 120px;
  height: 188px;
  background: url("../images/index_im01.png") no-repeat;
}
.abobut_Wrap p.about_img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -32px;
  width: 57px;
  height: 52px;
  background: url("../images/index_im06.png") no-repeat;
}
/* フェードイン用のCSS */
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
/* ------------------ */
.abobut_Wrap p.about_txt {
  width: 74%;
  font-size: 2.3rem;
  line-height: 2.4;
  font-weight: bold;
  margin: 80px 0 90px;
  font-feature-settings: "palt";
}
section.monthly {
  margin-top: 70px;
  background: url("../images/index_bg03.png") repeat;
  padding: 56px 0 40px;
}
section.monthly .monthly_inner {
  border: 2px solid #2e2d61;
  margin: 70px 70px 0;
  padding: 40px 0;
}
.inner,
.main__crslst__ul,
.crslst__ul {
  max-width: 970px;
  margin: auto;
}
h2 {
  font-size: 4.6rem;
  text-align: center;
}
section.monthly {
  position: relative;
}
section.monthly h2,
p.update {
  width: 810px;
  margin: 0 auto;
}
section.monthly h2 {
  padding: 20px 0 20px;
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
section.monthly h2::before{
  position: absolute;
  top: 8px;
  left: 9px;
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 50px;
  border: 2px solid #2e2d61;
  content: '';
}
/*section.monthly h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 18px;
  width: 150px;
  height: 80px;
  background: url("../images/index_im03.png") no-repeat;
}*/
p.update {
  font-size: 2.2rem;
  text-align: end;
  margin-top: 10px;
}
span.date {
  font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
  font-weight: bold;
}
p.tourText {
  text-align: center;
  margin-top: 70px;
}
ul.coment {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-evenly;
}
ul.coment li {
  width: 44%;
  background-color: #fff;
  padding: 20px 44px;
  border-radius: 0 50px 0 50px;
}
p.tit {
  position: relative;
  padding-left: 16px;
}
p.tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0px;
  width: 4px;
  height: 24px;
  background-color:#2e2d61;
}
ul.coment li p:last-child {
  font-size: 2.0rem;
  margin-top: 12px;
}
h3 {
  text-align: center;
}
.spot {
  margin: 120px calc(50% - 50vw) 20px;
  background-color: rgba(255,255,255,0.5);
  padding: 70px 0;
  position: relative;
}
.spot::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 90px;
  border-radius: 90px 90px 0 0;
  background:rgba(255,255,255,0.5);
}
h3 {
  font-size: 3.2rem;
  margin: 0;
}
.smallH3 {
	font-size: 2.5rem;
}
.spot h3 {
  color: #FFF;
  width: 600px;
  background-color: #2e2d61;
  /*border: 2px solid #fff;*/
  margin: auto;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
ul.int li {
  display: flex;
  justify-content: space-between;
}
ul.int li+li {
  margin-top: 40px;
}
li .txtBox {
  flex-direction: column;
  width: 552px;
}
li .txtBox p.tit {
  display: inline-block;
  color: #fff;
  background-color: #2e2d61;
  padding: 5px 14px;
  margin-bottom: 16px;
  position: relative;
  outline: 1px solid #2e2d61;
  border: 1px solid #fff;
}
li .txtBox p.tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -12px;
  width: 12px;
  height: 54px;
  background: url(../images/index_bg04.png) no-repeat;

}
li .txtBox p.tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -12px;
  width: 12px;
  height: 54px;
  background: url(../images/index_bg04.png) no-repeat;
  transform: rotate(180deg);
}
li .txtBox p:last-of-type {
  font-size: 2.2rem;
}
p.imgBox img {
  border-radius: 30px;
  box-shadow: 2px 2px 4px;
}
/*.reservation {
  width: 85%;
  margin: 10px auto 0;
  background-color: #fff;
  padding: 20px 0 30px;
}
.reservation_outWrap:nth-of-type(n+2) .reservation {
  margin-top: 60px;
}
.reservation_Wrap {
  width: 100%;
}
.reservation h3 {
  position: relative;
  width: 600px;
  color: #FFF;
  background-color: #2e2d61;
  margin: 0 auto;
}
.reservation h3::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 5px;
  background-color: #2e2d61;
}*/
.announce {
    padding: 20px 20px 0 20px;
  }
@media screen and (max-width:768px) {
  .announce {
    padding: 35px 20px 0 20px;
  }
}
.announse_p {
  padding-top: 15px;
}
.announse_p p + p {
  padding-top: 10px;
}
/*---------------------------------------------コースリスト----------------------------------------------------------*/
.monthly_inner .small{
    margin: 30px auto;
    text-align: center;
    width: 100%;
}
.smallH3{
    width: 100%;
}
.course__box{
    padding: 20px;
     width: 100%;
        background-color: #ffffff;
    max-width: 1120px;
    margin: 0 10px;
}
.course__box_flex{
    
    
    gap:20px;
    max-width: 1120px;
    margin: 0 auto;
}
.course__no__box{
        display: flex;
        justify-content: flex-start;
         align-items:flex-end;
        gap:10px;
    }
    .course__no{
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        font-size: 1.6rem;
        font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
        margin: 0;
    }
    .newmark{
        font-size: 19px;
        font-weight: bold;
        color: #cc0d21;
        line-height: 1;
        margin-bottom: 5px;
        text-align: center;
    }
.course__no dt.bookbox .book{
    text-align: center;
    background-color: #cc0d21;
        padding: 5px;
        color: #ffffff;
    display: inline-block;
}

    .course__no dt{
        padding: 5px 20px 5px;
         background-color: #2e2d61;
        color: #ffffff;
    }
.course__no dt.bookbox{
    background-color: #ffffff;
    color: #2e2d61;font-family: 'Noto Serif JP', serif;
    padding: 0px;
}
     .course__no dd{
        border: #2e2d61 solid 1px;
        padding: 5px 10px 3px;
         margin: 0;
         background-color: #ffffff;
         
    }
.course__photo{
    position: relative;
    max-height: 229px;
    
}
.course__photo img{
    max-height: 229px;
}
.course__photo .-cpy{
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: 1.3rem;
    color: #ffffff;
     font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
    text-align: right;
   text-shadow: 1px 1px 5px #000000 ,
-1px 1px 5px #000000 ,
1px -1px 5px #333333 ,
-1px -1px 5px #333333;
}
.course__ttl{
    margin: 0;
    padding: 10px 0 0;
    line-height: 1.3;
    
}
.course__comment{
    border-top: 1px solid #2e2d61;
    border-bottom: 1px solid #2e2d61;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #333333;
    margin: 10px 0;
    padding: 10px 0;
    font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
}
.course__comment p:last-child{
    margin-top: 10px;
}
.course_twobox .course__comment p:last-child{
    margin-top: 0;
}
.course__comment strong{
    background-color: #E3E3F3;
    display: block;
    padding: 5px 5px 4px;
    margin-bottom: 10px;
}
 .course__detail{
       width: 69%;
    }
.course__price{
    font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 1.5rem;
    color: #333333;
}
.course__price strong{
    display: block;
    margin-top: 0.1em;
    font-size: 3.5rem;
    line-height: 1;
    color: #d70000;
}
.course_twobox .course__box{
    margin: 0;
}
 .course_twobox .course__detail{
       width: 100%;
    }
section.monthly .monthly_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
@media screen and (min-width:768px) {
    .course__box{
        margin-top: 20px;
    }
    .course__box_flex{
    display: flex;
    justify-content: space-between;
    }
    
    .course__photo{
        max-width: 316px;
    }
    .course_twobox{
        display: flex;
        justify-content: space-between;
        margin: 20px auto 0;
        max-width: 1120px;
        gap:20px;
    }
    
    
}
@media screen and (max-width:768px) {
    .course__box{
        width: auto;
        margin: 20px 10px;
    }
    .course__box_flex{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .course__detail{
       width: 100%;
    }
    .course__photo{
        width: auto;
        
        margin: 0 auto;
        text-align: center;
        height: auto;
        max-height: 398px;
        max-width: 550px;
    }
    .course__photo img{
        width: 100%;
        height: auto;
        max-height: 398px;
        max-width: 550px;
    }
    .course__no{
        flex-wrap: wrap;
    }
    .bookbox{
        display: block;
    }
    .course__ttl{
        font-size: 2rem;
    }
    .course__no dt.bookbox .book{
        padding: 5px 20px;
        display: block;
    }
    .course__no dt.bookbox{
        width: 100%;
        margin-bottom: 10px;
    }
    .course_twobox{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap:20px;
    }
    .course_twobox .course__box{
    margin: 0 10px;
}
    .course__no__inner{
        width: 100%;
    }
    .course__comment{
        font-size: 1.4rem;
    }
    .course__price strong{
    font-size: 2.5rem;
}
    .monthly_inner .small{
    margin: 6px auto 0;
}
}
/*-----------------------------------------------------------------------------------------------------------------*/
section.tour {
  background-color: #2e2d61;
  position: relative;
}
/*section.tour::after {
  content: "準備中";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 512px;
  height: 190px;
  color: #bd1616;
  font-size: 6.0rem;
  font-weight: bold;
  font-family:  Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
  text-align: center;
  background-color:rgba(255,255,255,0.7);
  padding: 60px;
}*/
section.tour h2 {
  font-size: 3.2rem;
  position: relative;
}
section.tour h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 5px;
  background-color: #2e2d61;
}
section.tour .inner {
  background-color: #fff;
  position: relative;
  padding: 50px 0;
}
section.tour .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
  background-color: #fff;
  border-radius: 100% 0 0 100% / 50%;
}
section.tour .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -18%;
  width: 18%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 100% 100% 0% / 50%;
}
section.tour h2 {
  margin: 0;
  text-align: center;
}
section.subscribe,
ul.voice_Wrap {
  max-width: 1440px;
  width: 100%;
}
section.subscribe {
  margin: 60px auto 0;
  padding: 0 40px;
  position: relative;
}
section.subscribe p.tit {
  font-weight: bold;
}
section.subscribe p.tit::before {
  display: none;
}
.subscribe_Wrap {
  display: flex;
}
p.rightBox {
  width: 660px;
  font-size: 2.0rem;
  margin-top: 90px;
}
p.leftBox a:hover {
  filter: opacity(70%);
}
section.voice {
  padding-bottom: 200px;
  background: linear-gradient(180deg, rgba(255,255,230,1) 80%, rgba(210,244,235,1) 95%);
  position: relative;
}
section.voice::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1920px;
  height: 155px;
  background: url("../images/index_bg02_pc.png") no-repeat;
}
section.voice .voice_inner{
  background-color: #fff;
  position: relative;
  padding: 50px 0 40px;
  margin: 80px 0 0;
}
section.voice h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  top: -34px;
}
section.voice h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: -34px;
  width: 2px;
  height: 36px;
  background-color: #2e2d61;
  transform: rotate(330deg);
}
section.voice h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 16px;
  right: -34px;
  width: 2px;
  height: 36px;
  background-color: #2e2d61;
  transform: rotate(30deg);
}
ul.voice_Wrap {
  max-width: 1440px;
  margin: 40px auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}
ul.voice_Wrap li {
  width: calc((100% - 40px)/3);
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  padding: 18px 30px;
  border: 3px dotted #2e2d61;
  border-radius: 30px;
}
ul.voice_Wrap li:nth-of-type(2n) {
  background-color: #dacabd;
}
ul.voice_Wrap li:nth-of-type(2n+1) {
  background-color: #f6eda3;
}
p.voice_txt {
  width: 300px;
  font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.0rem;
  margin-left: 26px;
}
span.right {
  float: right;
  margin-top: 4px;
}
#footer {
  margin: 0;
}
/*-------------------------------------------------------PConly----------------------------------------------------*/
@media screen and (min-width:768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none!important;
  }
  section.about {
    max-width: 1440px;
    width: 100%;
    margin: 70px auto 0;
  }
  .abobut_Wrap {
    /*max-width: 1440px;
    width: 100%;*/
    margin: 0 auto;
  }
  .abobut_Wrap p.about_txt {
    width: 100%;
    margin: 80px 0 90px 30px;
  }
  .abobut_Wrap p.about_img {
    width: 20%;
    min-width: 250px;
    margin: 0 30px;
  }
  .kvWrap h1 {
  position: absolute;
  top: 33%;
  left: 4%;
  }
  .kvWrap .kv_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/index_im07.png") no-repeat center top/ contain;
    text-align: center;
    position: absolute;
    top: 23%;
  }
  .abobut_Wrap {
    display: flex;
    justify-content: space-between;
}
  /*.reservation_inner {
    width: 80%;
    margin: 0 auto; 
  }*/
 /* ul.crslst__ul li div {
    width: 100%;
  }*/
  section.voice h2 {
    white-space: nowrap;
  }
  ul.voice_Wrap li:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.voice_Wrap li:nth-of-type(n+4) {
    margin-top: 34px;
} 
/*---------------------------------------------コースリスト----------------------------------------------------------*/
/*p.crs_num01 {
  width: 15%;
  font-size: 2.2rem;
  margin-right: 5%;
}*/
}
@media screen and (min-width:768px) and (max-width:1439px) {
  .kvWrap .kv_txt {
    width: 33%;
    right: 2%;
    padding: 30px 30px 50px;
  }
  .abobut_Wrap p.about_txt {
    margin: 80px 30px 90px;
    }
}
@media screen and (min-width:1440px) {
  .kvWrap .kv_txt {
    width: 36%;
    right: 3%;
    padding: 30px 30px 50px;
  }
}
/*-------------------------------------------------------SPonly----------------------------------------------------*/
@media screen and (max-width:767px) {
.spOnly {
  display: block;
}
.pcOnly {
  display: none!important;
}
  html
  #main {
    font-size: 1.4rem;
  }

  .abobut_Wrap,
  .abobut_Wrap p.about_txt,
  .inner,
  .main__crslst__ul,
  .crslst__ul,
  section.monthly h2,
  p.update,
  ul.coment,
  ul.coment li,
  .spot h3,
  li .txtBox,
  ul.crslst__ul,
  h4.crs_tit01,
  section.subscribe,
  ul.voice_Wrap,
  p.rightBox,
  ul.voice_Wrap li {
    width: 100%;
  }
  .kvWrap::after {
    top: 14%;
    left: 0;
    width: 255px;
    height: 55px;
    background: url("../images/index_kvlogo_sp.png") no-repeat;
    background-size: 255px 55px;
  }
  .kv_bg {
    top: 8%;
  }
  .kvWrap p.txt {
    position: absolute;
    width: 280px;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.5;
    top: 79%;
    right: 50%;
    transform: translateX(50%);
    font-feature-settings: "palt";
  }
  .kv_img img {
    border-radius: 0 0 23px 23px;
  }
  .kvWrap h1 {
    width: 236px;
    height: auto;
    top: 30%;
    left: 4%;
}
  section.about {
    margin-top: 30px;
  }
  .abobut_Wrap::before {
    top: 0;
    right: 0;
    width: 247px;
    height: 1px;
  }
  
/*  .abobut_Wrap {
    padding: 0 14px;
  }*/
  .abobut_Wrap {
    padding: 0 14px;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
  section.about::before,section.about::after {
    display: none;
  }
  .abobut_Wrap::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #2e2d61;
    top: 0;
    right: 0;
    width: 247px;
    height: 1px;
}
  .abobut_Wrap::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 359px;
    height: 1px;
    background-color: #2e2d61;
  }
  .abobut_Wrap p.about_img {
    width: 90px;
    height: auto;
    margin-right: 10px;
    margin-left: 0;
  }
/*.abobut_Wrap p.about_img {
    width: 90px;
    height: auto;
    float: left;
    margin: 0 20px 5px 0px;
}
*/  .abobut_Wrap p.about_img::before {
    display: none;
  }
  .abobut_Wrap p.about_img::after {
    top: -10px;
    right: -12px;
    width: 23px;
    height: 20px;
    background: url("../images/index_im06.png") no-repeat;
    background-size: 23px 20px;
  }
  .abobut_Wrap p.about_txt {
    width: 260px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 14px 0 18px 9px;
  }
/*.abobut_Wrap p.about_txt {
    width: 100%;
    padding: 16px 0px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}
*/  section.monthly {
    margin-top: 35px;
    padding: 25px 0 10px;
  }
  section.monthly .monthly_inner {
    border: 1px solid #2e2d61;
    border-right: 0;
    border-left: 0;
    margin: 25px 0;
    padding: 20px 0 35px;
  }
  h2 {
    font-size: 1.8rem;
  }
  section.monthly h2,
  p.update {
    width: 337px;
  }
  section.monthly h2 {
    padding: 8px 0 8px 12px;
    border-radius: 0 22px 0 22px;
  }
  section.monthly h2::before{
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 0 22px 0 22px;
    border: 1px solid #2e2d61;
  }
  section.monthly h2::after {
    top: -17px;
    left: 8px;
    width: 63px;
    height: 33px;
    background-size: 63px 33px;
  }
  p.update {
    font-size: 0.9rem;
    margin-top: 8px;
  }
  p.tourText {
    text-align: center;
    margin: 24px auto 0;
  }
  p.tourText,
  ul.coment li {
    width: 345px;
  }
  ul.coment {
    width: 345px;
    margin : 20px auto 0;
    flex-direction: column;
  }
  p.tit {
    position: relative;
    padding-left: 16px;
    }
  ul.coment li p:last-child {
    font-size: 2.4rem;
    margin-top: 12px;
  }
  ul.coment li {
  padding: 10px 22px 16px;
  border-radius: 0 25px 0 25px;
  }
  ul.coment li+li {
    margin-top: 8px;
  }
  p.tit {
    padding-left: 8px;
  }
  p.tit::before {
    top: 4px;
    left: 0px;
    width: 2px;
    height: 12px;
  }
  ul.coment li p:last-child {
    font-size: 1.4rem;
    margin-top: 6px;
    }
  h3,
	.smallH3{
    font-size: 1.5rem;
  }
  .spot h3 {
    width: 281px;
    border: 1px solid #2e2d61;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .spot {
    margin: 54px calc(50% - 50vw) 0;
    padding: 30px 0;
  }
  .spot::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 45px;
    border-radius: 45px 45px 0 0;
    background:rgba(255,255,255,0.5);
  }
  ul.int  {
    width: 282px;
    margin: auto;
  }
  ul.int li {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  ul.int li+li {
    margin-top: 15px;
  }
  li .txtBox {
    width: 100%;
    margin: 5px 0 10px;
  }
  li .txtBox p.tit {
    padding: 3px 9px;
    margin-bottom: 5px;
    outline: 0.5px solid #2e2d61;
    border: 0.5px solid #fff;
  }
  li .txtBox p.tit::before{
    top: 0;
    left: -6px;
    width: 6px;
    height: 27px;
    background-size: 6px 27px;
  }
  li .txtBox p.tit::after {
    top: 0;
    right: -6px;
    width: 6px;
    height: 27px;
    background-size: 6px 27px;
  }
  li .txtBox p:last-of-type {
    font-size: 1.4rem;
    text-align: left;
  }
  p.imgBox {
    width: 282px;
  }
  p.imgBox img {
    border-radius: 15px;
    box-shadow: 1px 1px 2px;
}
/*  .reservation {
    margin: 10px auto 0;
    padding: 12px 0 20px;
  }
	.reservation_outWrap:nth-of-type(n+2) .reservation {
		margin-top: 25px;
	}
  .reservation_inner {
    margin: 0 7px;
  }
  .reservation h3 {
    width: 100%;
  }
  .reservation h3::before{
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
  }*/
  
/*---------------------------------------------コースリスト----------------------------------------------------------*/
  /*ul.crslst__ul {
    margin-top: 10px;
    padding: 0 8px;
  }
  ul.crslst__ul li {
    border-bottom: 1px solid #2e2d61;
    padding-bottom: 3px;
  }
  ul.crslst__ul li+li {
  margin-top: 20px;
  }*/
/*  p.crs_num01 {
		width: 23%;
    padding: 2px 4px;
    margin: 0 6px 0 0;
  }*/
 /* h4.crs_tit01 {
    width: 82%;
    font-size: 1.2rem;
  }
  ul.crslst__ul li div {
    justify-content: flex-start;
  }*/
/*  ul.crslst__ul li div+div{
    flex-direction: column;
    margin-left: 20%; 
  }
  p.crs_txt01 {
    font-size: 1.0rem;
  }*/
  p.small {
    width: 280px;
    font-size: 1.1rem;
    text-align: center;
    margin: 6px auto 0;
  }
/*-----------------------------------------------------------------------------------------------------------------*/
section.tour::after {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 256px;
  height: 95px;
  font-size: 3.5rem;
  padding: 30px;
}

  section.tour h2 {
    font-size: 1.4rem;
  }
  section.tour h2::before {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 2px;
  }
  section.tour .inner {
    padding: 25px 0;
    width: 90%;
    }
  section.tour .inner::before {
    top: 0;
    left: -6%;
    width: 8%;
    height: 100%;
    border-radius: 100% 0 0 100% / 50%;
  }
  section.tour .inner::after {
    top: 0;
    right: -6%;
    width: 8%;
    height: 100%;
    background-color: #fff;
    border-radius: 0 100% 100% 0% / 50%;
  }
  section.subscribe {
    margin: 30px auto 0;
    padding: 0;
  }
  .subscribe_Wrap {
    flex-direction: column;
    width: 345px;
    margin: auto;
  }
  p.leftBox {
    margin-right: -6px;
  }
  p.rightBox {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  section.subscribe p.tit {
    padding-left: 14px;
  }
  section.voice {
    padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(255,255,230,1) 90%, rgba(210,244,235,1) 95%);
  }
  section.voice::before {
    width: 100%;
    height: 46px;
    background: url("../images/index_bg01_sp.png") no-repeat;
    background-size: 100% 46px;
    bottom: 2%;
  }
  section.voice .voice_inner{
    padding: 25px 15px 20px;
    margin: 70px 0 0;
  }
  section.voice h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    top: -28px;
  }
  section.voice h2::before {
    bottom: 10px;
    left: -20px;
    width: 1px;
    height: 30px;
  }
  section.voice h2::after {
    bottom: 10px;
    right: -20px;
    width: 1px;
    height: 30px;
  }
  ul.voice_Wrap {
    margin: 20px auto;
    flex-direction: column;
    padding: 0;
  }
  ul.voice_Wrap li {
    width: 76%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    padding: 7px 12px;
    border: 2px dotted #2e2d61;
    border-radius: 15px;
  }
  ul.voice_Wrap li+li {
    margin-top: 12px;
  }
  ul.voice_Wrap li:nth-of-type(2n) {
    background-color: #dacabd;
    margin: 12px 0 0 auto;
  }
  p.voice_txt {
    width: 68%;
    line-height: 1.3;
    font-size: 1.2rem;
    margin-left: 12px;
  }
  p.icon {
    width: 39px;
    height: auto;
  }
#footer {
  margin: 0;
}

}

/*---------------------------------------------accordion---------------------------------------------*/
/*.reserveAccordion {
	width: 85%;
	margin: 0 auto;
}
.reserveAccordion .reserveAccordion_header {
  position: relative;
  padding: 15px 40px;
	background: #00599f;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
	transition: .3s
}
.reserveAccordion .reserveAccordion_header:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #ffffff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.reserveAccordion .reserveAccordion_header:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  height: 2px;
  width: 20px;
  background: #ffffff;
  transition: all .3s ease-in-out;
}
.reserveAccordion .reserveAccordion_header.open:before {
  transform: rotate(180deg);
}
.reserveAccordion .reserveAccordion_header.open:after {
  opacity: 0;
}
.reserveAccordion .reserveAccordion_inner {
  display: none;
}
@media screen and (min-width:768px) {
	.reserveAccordion .reserveAccordion_header:hover {
		background: #008ff9;
		transition: .3s
	}
}
@media screen and (max-width:767px) {
	.reserveAccordion {
		width: 100%;
	}
	.reserveAccordion .reserveAccordion_header {
		padding: 10px 40px;
		font-size: 1.3rem;
	}
	.reserveAccordion .reserveAccordion_header:before,
	.reserveAccordion .reserveAccordion_header:after {
		width: 15px;
	}
}*/
/*---------------------------------------------------------------------------------------------------*/



/*---------------------------------------------tabs Area---------------------------------------------*/
.tabsArea {
  max-width: 1250px;
  width: 100%;
  margin: 50px auto 0;
	padding: 0 10px;
}

/*タブのスタイル*/
.tab_item1 {
  width: calc(100%/3);
  text-align: center;
  display: block;
  float: left;
  transition: all 0.2s ease;
  padding: 15px 100px;
  font-size: 2.0rem;
  line-height: 1.1;
  font-weight: bold;
	background: #fff;
  border-radius: 20px 20px 0 0;
  border-top: 2px solid #2e2d61;
  border-left: 2px solid #2e2d61;
  border-right: 2px solid #2e2d61;
  border-bottom: 20px solid #2e2d61;
	cursor: pointer;
}
.tab_item1 span {
  position: relative;
}
.tabsArea input:checked + .tab_item1.course_nav_tab {
	color: #fff;
  border-radius: 20px 20px 0 0;
  background: #2e2d61;
}

/*ラジオボタンを全て消す*/
input[name="tab_item1"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_content.active {
  display: block;
}
.tab_content .course__box {
  max-width: 1250px;
	width: 100%;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  /*box-shadow: 3px 3px 10px 3px rgba(213, 220, 211, 1);*/
  color: #2e2d61;
}
.tab_content .course__box__inner {
  position: relative;
  border: 2px solid #2e2d61;
  padding: 56px;
}
.tab_content .small {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 1.8rem;
	background: #fff;
}
.tab_content .release {
  color: #cd0000;
  font-weight: bold;
  font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  position: absolute;
  top: 10px;
  left: 15px;
}
.tab_content .course__no__box {
	display: flex;
}
.tab_content .course__no__box p {
  margin-right: 20px;
  padding: 0px 10px;
  font-size: 1.8rem;
	border: 2px solid #2e2d61;
}
.tab_content .course__no {
  color: #fff;
  background-color: #2e2d61;
}
.tab_content .course__areatag {
	font-weight: bold;
	border: 2px solid #2e2d61;
}
.tab_content h4.course__ttl {
  margin: 18px 0;
  font-size: 2.4rem;
  font-weight: 700;
}
.tab_content .coursearea_flex {
  display: flex;
  justify-content: space-between;
}
.tab_content .coursearea_point {
	width: 60%;
}
.tab_content .point_list {
  background-color: #fff8dd;
  border-radius: 12px;
  padding: 20px;
  margin: 0;
}
.tab_content .point_list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.tab_content .coursearea_pricewrap {
	margin-top: 20px;
}
.tab_content .crs_txt01 {
	font-size: 1.4rem;
}
.tab_content .crs_price {
  font-size: 3.0rem;
  color: #cd0000;
  font-weight: 800;
}
.tab_content .coursearea_img {
	width: 350px;
	height: 240px;
	border-radius: 10px;
	overflow: hidden;
}
.tab_content .coursearea_img__caption {
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 6px;
  padding: 3px 6px;
  font-size: 1.4rem;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.1;
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 1px #000, 1px 0px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
}

@media screen and (min-width: 768px) {
	.tab_item1.course_nav_tab:hover {
		color: #fff;
		background: #2e2d61;
		opacity: 0.75;
	}
}

@media screen and (max-width: 767.98px) {
	.tab_item1 {
		padding: 20px 10px;
		font-size: 1.6rem;
		border-bottom: 10px solid #2e2d61;
	}
	.tab_content .course__box {
    padding: 10px;
    /*box-shadow: 1px 3px 1px 1px rgba(213, 220, 211, 1);*/
	}
	.tab_content .course__box__inner {
		border: 1px solid #2e2d61;
		padding: 25px;
	}
  #content_tokyo .course__box__inner {
    padding: 35px 25px 25px;
  }
  .tab_content .release {
    top: 8px;
    left: 10px;
  }
	.tab_content .small {
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-size: 1.2rem;
    background: #fff;
	}
	.tab_content .course__no__box p {
    margin-right: 10px;
    padding: 0px 5px;
    font-size: 1.5rem;
		border: 1px solid #2e2d61;
	}
	.tab_content .course__areatag {
		border: 1px solid #2e2d61;
	}
	.tab_content h4.course__ttl {
    margin: 10px 0;
    font-size: 1.7rem;
    font-weight: 700;
  }
	.tab_content .coursearea_flex {
		flex-direction: column-reverse;
	}
	.tab_content .coursearea_point {
    width: 100%;
    margin-top: 15px;
	}
	.tab_content .point_list {
    margin: 0;
    padding: 12px;
    border-radius: 12px;
	}
	.tab_content .point_list li {
    font-size: 1.4rem;
    line-height: 1.4;
	}
	.tab_content .coursearea_pricewrap {
    margin-top: 15px;
    text-align: right;
	}
	.tab_content .crs_txt01 {
		font-size: 1.1rem;
	}
	.tab_content .crs_price {
		font-size: 2rem;
	}
	.tab_content .coursearea_img {
		max-width: 350px;
		width: 100%;
		height: 200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 359px) {
	.tab_content .course__box__inner {
		padding: 20px;
	}
}
/*---------------------------------------------------------------------------------------------------*/
.nocourse{
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width: 767.98px) {
   .nocourse{
    font-size: 1.8rem
}
}


/*otherFaetures slick adjust
==============================*/
.themefeaturesArea .switch__pause:after, .themefeaturesArea .switch__pause:before {
	border: 2px solid #ffffe6;
}
/*============================*/