.common-abg-wrap__header {
  background-color: #b85e3e;
  }
.common-abg-wrap__footer {
  background-color: #b85e3e;
  padding: 20px;
}

.p-sub{}

.p-sub-wrap{
  overflow: hidden;
  background-color: #b85e3e;
  padding-bottom: 40px;
}

/* -- .p-sub__head ------------------------- */
.p-sub__head {
  padding: 20px 10px 20px;
  position: relative;
  z-index: 1;
}
.p-sub__head::before {
  content: "";
  position: absolute;
  background-image: url(../images/noren.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: 750px;
  top: -150px;  
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 693px;
  z-index: -1;
}

.p-sub__head .p-sub__head--logo{
  margin: 0 auto;
  padding-bottom: 32px;
  max-width: 200px;
  background-color: unset;
}
.p-sub__head .p-sub__head--logo img{
  transition: 300ms;
}

@media screen and (max-width: 767px) {

  .p-sub__head {
  padding: 20px 10px 0;
  }
  .p-sub__head::before {
    top: -180px;  
    background-size: 450px;
    background-image: url(../images/noren_sp.png);
  }
.p-sub__head .p-sub__head--logo{
    padding: 0 20px 40px 20px ;
    max-width: 180px;
  }
  
}

/* -- .p-sub__contents ------------------------- */
.p-sub__contents {
  
  position: relative;
  z-index: 2;
  padding: 20px;
}
.p-sub__inner {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  border-radius: 3px;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28) ;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28) ;
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28) ;
-o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28) ;
-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.28) ;
}


@media screen and (max-width: 767px) {
  .p-sub__contents {
    padding: 10px 10px 20px;
  }
  .p-sub__inner {
    padding: 10px 20px;
  }
  
}
/* -- .p-sub__title ------------------------- */
.p-sub__title{
  
  max-width: 900px;
  letter-spacing: 3px;
  position: relative;
  margin: 2em auto;
  padding: 1.6rem 1rem;
  text-align: center;
  color: white;
  font-family: vdl-admin, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  background-color: #1b1464;
  
  background-image: linear-gradient(45deg, white 6px, transparent 0),
                linear-gradient(-45deg, white 6px, transparent 0),
                linear-gradient(135deg, white 6px, transparent 0),
                linear-gradient(-135deg, white 6px, transparent 0);
}

 .p-sub__title h2{
  font-feature-settings: "palt";
  max-width: fit-content;
  max-width: -moz-fit-content;
  border: unset !important;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
  font-size: 40px;
}
 .page-wrap .p-sub__title p{
  font-size: 32px;
  line-height: 1.4;
  font-feature-settings: "palt";
}
 .p-sub__title span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
   .p-sub__title h2{
    font-size: 24px;
  }
   .page-wrap .p-sub__title p{
    font-size: 16px;
  }
}
/* -- .p-sub__photo ------------------------- */
.p-sub__photo{
  max-width: 700px;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-sub__photo--logo{
  max-width: 500px;
  margin: 0 auto;
}


/* -- .p-sub__text ------------------------- */
.p-sub__text{
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.p-sub__text .p-sub__text h2{
  padding: 20px 0;
}
.p-sub__text .p-sub__text--h3{
  font-size: 18px;
    padding: 10px 20px;
}

.p-sub__text .p-sub__text--head {
  font-family: vdl-admin, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 32px;
  border: unset !important;
  padding: 0 0 20px;
  text-align: center;
}

.p-sub__text .p-sub__text--p {
  text-align: left;
  padding-bottom: 1em;
}
 .p-sub__text span {
  display: inline-block;
}
 .p-sub__text strong{color: #dd6e54;}
 .p-sub__text small{font-size: smaller;}
 .p-sub__text .large{font-size: larger;}

.p-sub__text .large .material-symbols-outlined {
  vertical-align: text-top;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
 .p-sub__text .center{
  text-align: center;
 }

 .p-sub__text--card{
  position: relative;
  margin: 40px auto 80px;
  border: 1px solid #1b1464;
  border-radius: 8px;
  padding: 48px 10px 10px;
  max-width: 800px;
 }
 .p-sub__text--card:last-child{
  margin: 40px auto 30px;
 }
 .p-sub__text--card hr{
  margin: 1em 0 2em;
 }
 
.p-sub__text--card .p-sub__text--h3{
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
 .p-sub__text .p-sub__text--head{
    font-size: 24px;
  }
  .p-sub__text .p-sub__text--h3{
    max-width: fit-content;
    font-size: 16px;
  }

   .p-sub__text--card{
     margin: 40px auto 64px;
 }
 .p-sub__text--card:last-child{
  margin: 40px auto 30px;
 }
  
}

/* -- .p-sub__cast ------------------------- */
.p-sub__cast {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto; 
}
.p-sub__cast .cast{
  width: calc( 33.3% - 20px);
  margin: 0 8px 20px;
}
.p-sub__cast .cast .p-sub__cast--name{
  font-size: 20px;
}

.p-sub__cast .member{
  width: calc( 25% - 20px);
  margin: 0 8px 20px;
}
.p-sub__cast .p-sub__cast--photo {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 3px;
  overflow: hidden;
}

.p-sub__cast .p-sub__cast--name{
  padding: 10px;
  text-align: center;
  line-height: 1.2;
  
  font-family: vdl-admin, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

.p-sub__cast .p-sub__cast--name small{
  font-size: small;
}

.page-wrap .next-link {
display: block;
max-width: 700px;
margin: 0 auto;
border: 5px solid #e9c99a;
border-radius: 6px;
}
.page-wrap .next-link img {
border-radius: 5px;
}


@media screen and (max-width: 767px) {
  
  .p-sub__cast .cast{
    width: calc( 50% - 10px);
    margin:0 5px 16px;
  }
  .p-sub__cast .member{
    width: calc( 50% - 10px);
    margin:0 5px 16px;
  }
  .p-sub__cast .p-sub__cast--photo {
    max-width: 230px;
  }
  
  .p-sub__cast .cast .p-sub__cast--name{
    font-size: 16px;
  }
  .p-sub__cast .p-sub__cast--name{
    font-size: 14px;
  }
  .p-sub__cast .p-sub__cast--name small {
    font-size: x-small;
  }

}

@media screen and (max-width: 400px) {

}
/* -- .p-sub__outline ------------------------- */
.p-sub__outline{
}
.p-sub__outline .p-sub__outline--detail{
  display: flex;
  align-items: start;
  padding: 0 0 1.4rem;
}
.p-sub__outline .p-sub__outline--dt{
  width: 10em;
  color: #645ac5;
  line-height: 1.8em;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0px 1em; 
  text-align: right;
  border-right: 1px solid;
  font-size: 18px;
  font-weight: bold;
  align-self: stretch;
}
.p-sub__outline .p-sub__outline--dd{
  
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0 1em;
  line-height: 1.6;

}
.p-sub__outline .p-sub__outline--dd p small{
  font-size: small;
}

.p-sub__outline  .p-sub__outline--map iframe{
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
.p-sub__outline .p-sub__outline--detail{
  display: block;
  padding: 10px 0px;

}

.p-sub__outline .p-sub__outline--dt{
  width: fit-content;
  text-align: left;
  font-size: 14px;
  border-right: unset;
  border-bottom: 1px solid;
  padding: 0px 5px; 
  margin: 0 0 0.5em 0.8em;
}
.p-sub__outline .p-sub__outline--dd{
  font-size: 14px;
  
}
.p-sub__outline  .p-sub__outline--map iframe{
  max-height: 350px;
}

} 

/* -- .c-sub__caution ------------------------- */
.c-sub__caution-wrap {
    border-top: 1px solid #ccc;
    margin: 0 auto;
    max-width: 700px;
    padding: 10px 10px 0;
}
.c-sub__caution {
    padding: 0 0 0.5em 1em;
    line-height: 1.4;
    position: relative;
}
.c-sub__caution::before {
    content: "■";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 0.6em;
    color: #222222;
}
.c-sub__credit{
  max-width: 150px;
  margin: 15px auto 0;
}
.c-sub__credit img{
  transition: 300ms;
}

/* -- .p-sub__btn ------------------------- */
.p-sub__btn{
  padding:20px;
}
.p-sub__text .p-sub__btn{
  padding: 20px 0;
}

.page-wrap .p-sub__btn--top{
  display: block;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f28b6d;
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2px;
  font-size: 16px;
}
.page-wrap .p-sub__btn--top:hover{
  color: #ffffff;
  background-color: #cf6c4d;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg);
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg);
}

.page-wrap .p-sub__btn--map{

  display: block;
  max-width: 250px;
  background-color: #f28b6d;
  padding: 10px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2px;
  font-size: 18px;
}
.page-wrap .p-sub__btn--map .material-symbols-outlined{
  vertical-align: text-top;
  font-size: 18px;
}
.page-wrap .p-sub__btn--map:hover{
  color: #ffffff;
  background-color: #cf6c4d;
}

.page-wrap .p-sub__btn--ticket{

  display: block;
  max-width: 600px;
  background-color: #f28b6d;
  padding: 20px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 2px;
  font-size: 24px;
}

.page-wrap .p-sub__btn--ticket .material-symbols-outlined{
  vertical-align: text-top;
  font-size: 24px;
}
.page-wrap .p-sub__btn--ticket:hover{
  color: #ffffff;
  background-color: #cf6c4d;
}

.page-wrap .p-sub__btn--disabled{
  background-color: #CCC;
  color: #ffffff;
  pointer-events: none;
}


@media screen and (max-width: 767px) {

  .page-wrap .p-sub__btn--top,
  .page-wrap .p-sub__btn--map,
  .page-wrap .p-sub__btn--map .material-symbols-outlined{
    font-size: 14px;
  }
  .page-wrap .p-sub__btn--ticket,
  .page-wrap .p-sub__btn--ticket .material-symbols-outlined{
    font-size: 16px;
  }
}

/* -- .p-sub__tour ------------------------- */
.p-sub__tour {
  max-width: fit-content;
  margin: 0 auto;
}
.p-sub__tour .p-sub__tour--itmes {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 10px;
}
.p-sub__tour .p-sub__tour--itmes p{
font-family: vdl-admin, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #e4378c;
    font-feature-settings: "palt";
}

.p-sub__tour .p-sub__tour--itmes::before {
  content: "";
  position: absolute;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  background-color: #e4378c;
  padding: 10px;
  border-radius: 50px;
  color: white;
  font-size: 32px;
  top: 0;
  left: 0;
}

.p-sub__tour--itmes.camera::before {
  content: "photo_camera";
}
.p-sub__tour--itmes.talk::before {
  content: "forum";
}
.p-sub__tour--itmes.shrine::before {
  content: "folded_hands";
}
.p-sub__tour--itmes.stroll::before {
  content: "hanami_dango";
}
.p-sub__tour--itmes.live::before {
  content: "music_note";
}

@media screen and (max-width: 767px) {

  .p-sub__tour .p-sub__tour--itmes {
    padding-left: 50px;
  }

  .p-sub__tour .p-sub__tour--itmes::before {
    font-size: 24px;
  }
}


/* -- .c-sub__faq ------------------------- */
.c-sub__faq-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.c-sub__faq-wrap .c-sub__faq-head{
    max-width: 700px;
    text-align: left;
    z-index: 2;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 auto 32px;
    padding: 10px 20px;
    color: #181262;
    background-color: #eae3da;
    border-radius: unset;
    position: relative;
}
.c-sub__faq-wrap .c-sub__faq-item {
  padding-bottom: 2em;
  max-width: 700px;
  margin: 0 auto;
}
.c-sub__faq-wrap .c-sub__faq-q,.c-sub__faq-a{
  padding-left: 2.5em;
  position: relative;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
.c-sub__faq-wrap .c-sub__faq-q::before,.c-sub__faq-a::before{
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
}

.c-sub__faq-q{
  margin-bottom: 16px;
  color: #645ac5;
  max-width: fit-content;
}

.c-sub__faq-q::before{
  content: "Q";
  background-color: #645ac5;
}
.c-sub__faq-wrap .c-sub__faq-a{
}
.c-sub__faq-wrap .c-sub__faq-a::before{
  content: "A";
  background-color: #dd6e54;
}

.c-sub__faq-wrap .p-sub__text--p{
  padding-bottom: 0.5em;
}

.c-sub__faq-wrap .c-sub__faq-inquiry{
  max-width: 600px;
  margin: 0 auto;
}
.c-sub__faq-wrap .c-sub__faq-inquiry p{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-sub__faq-wrap .c-sub__faq-head{
    margin: 0 auto 20px;
  }

  .c-sub__faq-wrap .c-sub__faq-q,.c-sub__faq-a{
    font-size: 16px;
  }
}


/* -- .c-sub__accordion ------------------------- */

.page-wrap .c-sub__accordion {
  position: relative;
  z-index: 2;
  max-height: 500px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}
.page-wrap .c-sub__accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: linear-gradient(180deg, transparent, white);
  z-index: 1;
}
@media (max-width: 767px) {
  .page-wrap .c-sub__accordion {
    max-height: 300px;
  }
}
.page-wrap .c-sub__accordion.open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-bottom: 100px;
}
.page-wrap .c-sub__accordion.open::after {
  height: 0;
}
.page-wrap .c-sub__accordion__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  max-width: 350px;
  text-align: center;
  background-color: #f28b6d;
  border-radius: 3px;
  margin: auto;
  padding: 20px;
  line-height: 1;
  font-size: 18px;
  display: block;
  color: #ffffff;
  border: none;
  outline: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (max-width: 767px) {
  .page-wrap .c-sub__accordion__btn {
    max-width: 250px;
    font-size: 16px;
    padding: 15px;
  }
}
.page-wrap .c-sub__accordion__btn:hover {
  background-color: #cf6c4d;
}
.page-wrap .c-sub__accordion__btn::before {
  content: "add";
  right: 20px;
  line-height: 1;
  margin: auto;
  font-size: 30px;
  font-family: "Material Symbols Outlined";
  position: absolute;
  background-color: #ffffff;
  color: #f28b6d;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.page-wrap .c-sub__accordion__btn.open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page-wrap .c-sub__accordion__btn.open span {
  -webkit-transform: rotate();
          transform: rotate();
}