.wrap {
  padding: 0; }

.main-ttl-block {
  display: flex;
  width: 100%;
  position: relative;
 }
 .main-ttl-block .text_wrap{
   position: absolute;
   bottom:-10%;
   display: flex;
   justify-content: center;
   width: 100%;

 }
 .main-ttl-block .text_wrap .box{
   border: solid 4px #FF000B;
   background: #FFF;
   color: #FF000B;
   padding: 20px;
   text-align: center;
   font-size: clamp(14px, 1vw, 18px);
   font-weight: bold;
   line-height: 1.5;

}
.main-ttl-block .text_wrap .box .tit{
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 10px;
}

.main-ttl .text_wrap02{
  position: absolute;
  bottom: 15%;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;

}
.main-ttl .text_wrap02 .box{
  border: solid 4px #FF000B;
  background: #FFF;
  padding: 20px 40px;
  text-align: center;
  font-size: clamp(16px, 1.66vw, 20px);
  line-height: 1.3;
  color: #FF000B;

}
.main-ttl .text_wrap02 .box p{
  margin-top: 15px;
}
.main-ttl .text_wrap02 .box p a{
  color: #333;
  text-decoration: none;
}
.main-ttl .text_wrap02 .box .txt{
  text-align: center;
}
.main-ttl .text_wrap02 .box .tit{
 font-size: clamp(24px, 2.5vw, 30px);
 font-weight: bold;
 margin-top: 0;
 text-align: center;

}


.main-ttl {
  position: relative; }
  .main-ttl h1 {
    background: url(../img/main_img.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    min-height: 596px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .main-ttl .bnr_wrap {
    position: absolute;
    top: 30px;
    right: 40px; }
    .main-ttl .bnr_wrap li {
      margin-bottom: 10px;
      list-style: none;
    }
    .main-ttl .bnr_wrap li:last-child {
      margin-bottom: 0px;
    }
      .main-ttl .bnr_wrap li img {
        width: 100%;
        height: auto;
        max-width: 200px
      }
  .main-ttl .bnr_wrap02{
    position: absolute;
    top: 30px;
    left: 40px;
    max-width: 110px;
  }
  .main-ttl .main-logo-manda {
    position: absolute;
    top: 40px;
    right: 40px; }  
  .main-ttl .main-logo-makeshop {
    width: 13%;
    max-width: 200px;
    position: absolute;
    bottom:20%;
    right: 10%; }
.main-btm img {
  width: 100%;
  height: auto; }

.main-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42px; }
  .main-arrow img {
    width: 84px;
    height: auto; }

#info {
  padding: 50px 0 70px; }


.info-wrap {
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 0 20px; }

.info-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  text-align: center;
  color: #72461B;
  margin: 0 0 40px; }

.info-list {
  margin: 0;
  padding: 0;
  border-top: #DDDDDD solid 1px; }
  .info-list dt {
    float: left;
    clear: left;
    padding: 18px 0;
    font-weight: bold; }
  .info-list dd {
    padding: 18px 0 18px 11em;
    margin: 0;
    border-bottom: #DDDDDD solid 1px; }
    .info-list dd a {
      color: #333333;
      text-decoration: none; }
      .info-list dd a:hover {
        text-decoration: underline; }

.info-link {
  text-align: center;
  margin: 30px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .info-link a {
    display: inline-block;
    width: 200px;
    color: #333333;
    text-decoration: none;
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    padding: 11px 0; }
    .info-link a:hover {
      background-color: #f5f5f3;
      opacity: 1; }

#map {
  background-color: #FBF4E8;
  padding: 70px 0; }

.map-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: normal;
  color: #644628;
  text-align: center;
  margin: 0 0 20px; }

.map-img {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px; }
  .map-img img {
    -webkit-backface-visibility: hidden; }

.topics {
  padding: 70px 0 30px; }

.section-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: normal;
  color: #644628;
  text-align: center;
  padding-top: 45px;
  margin: 0 0 20px;
  position: relative; }
  .section-ttl:before {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background-color: #644628;
    position: absolute;
    top: 0;
    left: 50%; }
.topic-wrap {
  position: relative;
}
.topic-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .topic-wrap .movie-ctn {
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    background-color: #000000;
    position: absolute;
    right: 30px;
    top: 240px;
   }
    .topic-wrap .movie-ctn .movie {
      position: relative;
      margin: 0;
      box-sizing: border-box;
      padding-top: 56.25%; }
      .topic-wrap .movie-ctn .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
.content {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 20px 0; }

.lead-text {
  font-size: 18px;
  font-size: 1.8rem; }

#gate .topic-wrap:before {
  background-image: url(../img/gate_mainimg.jpg); }

#cafe .topic-wrap:before {
  background-image: url(../img/cafe_mainimg.jpg); }

#shop .topic-wrap:before {
  background-image: url(../img/shop_mainimg.jpg); }

#garden .topic-wrap:before {
  background-image: url(../img/garden_mainimg.jpg); }

#tour .topic-wrap:before {
  background-image: url(../img/tour_mainimg.jpg); }

#tour .topic-wrap .info {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 460px;
  padding: 20px 0;
}  
#tour .topic-wrap .info .box {
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  border: solid 5px #FF000B;
  background: rgba(255,255,255,0.8);
  color: #FF000B;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tour .topic-wrap .info .box p{
  margin-bottom: 20px;
}
#tour .topic-wrap .info .box p.title{
  font-size: 2rem;
  font-weight: 700;
}
#tour .topic-wrap .info .box p.txt01{
  text-align: left;
  display: flex;
  justify-content: center;
}
#tour .topic-wrap .info .box p:last-child{
  margin-bottom: 0;
}
#tour .topic-wrap .info .box p span{
  font-size: 1.3rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 10px 0;

}
#tour .topic-wrap .info .box p a{
  color: #333;
}

.slide-block {
  margin: 40px 0 0;
  font-size: 16px;
  font-size: 1.6rem; }

.slide-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 10px 0 0; }

.slide-notice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  margin: 10px 0 0; }

.slide .slick-prev,
.slide .slick-next,
.thumb .slick-prev,
.thumb .slick-next {
  height: 22px;
  width: 22px;
  color: transparent; }
  .slide .slick-prev:before,
  .slide .slick-next:before,
  .thumb .slick-prev:before,
  .thumb .slick-next:before {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.slide .slick-prev,
.thumb .slick-prev {
  left: -40px; }
  .slide .slick-prev:before,
  .thumb .slick-prev:before {
    border-left: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC; }

.slide .slick-next,
.thumb .slick-next {
  right: -40px; }
  .slide .slick-next:before,
  .thumb .slick-next:before {
    border-right: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC; }

.slide .slick-prev,
.slide .slick-next {
  top: 45%; }

.thumb {
  margin: 30px 0 0; }
  .thumb .slick-prev,
  .thumb .slick-next {
    top: 50%; }
  .thumb .slick-slide {
    cursor: pointer; }
  .thumb .slick-current {
    position: relative; }
    .thumb .slick-current:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: #FF8000 solid 2px;
      box-sizing: border-box; }

.time {
  background-color: #999999;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0 10px; }
  .time:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .time > div {
    margin: 0 0 0 140px;
    padding: 15px 20px;
    background-color: #F7F7F7; }
    .time > div > p {
      display: inline-block;
      margin-right: 10px; }

.time-ttl {
  float: left;
  clear: left;
  width: 140px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  padding: 15px 0; }

.notice {
  margin-left: 1em;
  text-indent: -1em; }

.tour-info {
  max-width: 960px;
  margin: 35px auto 30px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8; }
  .tour-info > div {
    width: 48%; }

.tour-name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 8px 0 0; }

#event {
  background-color: #F7F7F7;
  padding: 50px 0 70px; }

.event-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: normal;
  color: #644628;
  text-align: center;
  margin: 0 0 20px; }

#access {
  background-color: #F5F5F3; }
  #access iframe {
    vertical-align: bottom; }

.calendar-block {
  background-color: #FFF;
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 20px 20px;
  box-sizing: border-box; }
  .calendar-block table {
    width: 100%;
    background-color: #FFF;
    table-layout: fixed; }
    .calendar-block table th, .calendar-block table td {
      border: #CCCCCC solid 1px; }
    .calendar-block table th {
      background-color: #EEE9E3;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: normal;
      width: 14.3%; }
      .calendar-block table th.sunday {
        color: #D90000; }
      .calendar-block table th.saturday {
        color: #0000B2; }
    .calendar-block table td {
      padding: 0 15px 6px 10px;
      vertical-align: top; }
      .calendar-block table td.sunday {
        background-color: #FFF4F4; }
      .calendar-block table td.saturday {
        background-color: #F4F8FF; }
    .calendar-block table .date {
      font-size: 16px;
      font-size: 1.6rem; }
      .calendar-block table .date.another {
        opacity: .4; }
    .calendar-block table .sunday .date {
      color: #D90000; }
    .calendar-block table .saturday .date {
      color: #0000B2; }
    .calendar-block table .schedule-icon {
      width: 70px;
      max-width: 100%;
      margin: 3px auto 0;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      font-size: 1.2rem; }
      .calendar-block table .schedule-icon a:hover {
        opacity: .7; }

.calendar-lead {
  position: relative;
  margin: 0 0 15px; }
  .calendar-lead p {
    position: absolute;
    top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer; }
    .calendar-lead p.calendar-prev:before, .calendar-lead p.calendar-next:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.calendar-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center; }

.calendar-prev {
  left: 0; }
  .calendar-prev:before {
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999; }

.calendar-next {
  right: 0; }
  .calendar-next:after {
    border-top: solid 1px #999999;
    border-right: solid 1px #999999; }

img.sp {
  display: none; }

  @media only screen and (max-width: 1100px) {
  .main-ttl .bnr_wrap {
    position: absolute;
    top: 78%;
    right: 0;
    width: 100%;
   }
    .main-ttl .bnr_wrap ul {
      padding: 0;
      display: flex;
      justify-content: center;
    }
    .main-ttl .bnr_wrap li {
      margin-bottom: 0;
      margin-right: 10px;
    }
    .main-ttl .bnr_wrap li:last-child {
      margin-bottom: 0px;
      margin-right: 0;
    }
      .main-ttl .bnr_wrap li img {
        width: 100%;
        height: auto;
        max-width: 200px
      }

  }

@media only screen and (max-width: 640px) {
      .main-ttl h1 {
        background: url(../img/main_img_sp.jpg) center top no-repeat;
        background-size: cover;
        min-height: 400px; }
      .main-ttl h1 img {
        width: 300px;
        height: auto;
        margin-top: -70px; }
      .main-ttl-block .text_wrap{
        bottom:20px;
        width: 100%;
        }
      .main-ttl-block .text_wrap .box{
        border: solid 2px #FF000B;
        padding: 10px 15px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
       }
      .main-ttl-block .text_wrap .box .tit{
        font-size: 17px;
       }
       .main-ttl .text_wrap02{
        bottom:39%;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        }
      .main-ttl .text_wrap02 .box{
        border: solid 2px #FF000B;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1.5;
       }
       .main-ttl .text_wrap02 .box p{
         margin-top: 10px;

       }
       .main-ttl .text_wrap02 .box .tit{
        font-size: 18px;
        font-weight: bold;
       }
       .main-ttl .bnr_wrap {
        position: absolute;
        top: 70%;
        right: 0;
        width: 100%;
       }
        .main-ttl .bnr_wrap ul {
          padding: 0;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
        }
        .main-ttl .bnr_wrap li {
          margin-bottom: 0px;
          margin-right: 2%;
          width: 42%;
        }
        .main-ttl .bnr_wrap li:last-child {
          margin-bottom: 0px;
          margin-right: 0;
          margin-top: 2%;
        }
          .main-ttl .bnr_wrap li img {
            width: 100%;
            height: auto;
            max-width: 240px
          }
      .main-ttl .main-logo-manda {
        top: 20px;
        right: 20px; }
      .main-ttl .main-logo-manda img{
        width: auto;
        height: 50px;

 }     
      .main-ttl .main-logo-makeshop {
        width: 90px;
        top: 275px;
        right: 5px; }
            #info {
      padding: 30px 0; }
    .info-wrap {
      padding: 0 10px; }
    .info-ttl {
      font-size: 2.2rem;
      margin: 0 0 20px; }
      .info-list dt {
        float: none;
        padding: 15px 0 3px; }
      .info-list dd {
        padding: 0 0 15px; }
    #map {
      padding: 30px 0; }
    .map-ttl {
      font-size: 3.0rem; }
    .topics {
      padding: 40px 0 0; }
    .section-ttl {
      font-size: 3.0rem; }
    .topic-wrap {
      position: static;
     } 
    .topic-wrap:before {
      height: 260px; }
    .topic-wrap .movie-ctn {
        width: 100%;
        max-width: inherit;
        position: static;
        margin-top: 15px;

    }  
    .content {
      padding: 15px 15px 0; }
    .lead-text {
      font-size: 1.6rem; }
    #gate .topic-wrap:before {
      background-image: url(../img/gate_mainimg_sp.jpg); }
    #cafe .topic-wrap:before {
      background-image: url(../img/cafe_mainimg_sp.jpg); }
    #shop .topic-wrap:before {
      background-image: url(../img/shop_mainimg_sp.jpg); }
    #garden .topic-wrap:before {
      background-image: url(../img/garden_mainimg_sp.jpg); }
    #tour .topic-wrap:before {
      background-image: url(../img/tour_mainimg_sp.jpg); }
    #tour .topic-wrap .info {
      width: 100%;
      position: static;
      top: 0;
      left: 0;
      height: auto;
      padding: 20px 15px 0;
      box-sizing: border-box;
    }  
    #tour .topic-wrap .info .box {
      max-width: inherit;
      height: auto;
      margin: 0;
      border: solid 3px #FF000B;
      background: transparent;
      color: #FF000B;
      padding: 10px;
      text-align: left;
      font-size: 1.4rem;
    }
    #tour .topic-wrap .info .box p{
      margin-bottom: 15px;
    }
    #tour .topic-wrap .info .box p.title{
      font-size: 1.6rem;
      text-align: center;
    }
    #tour .topic-wrap .info .box p span{
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 10px 0;
    }
  

    .slide-block {
      margin: 20px 10px 0;
      font-size: 1.4rem; }
    .slide-ttl {
      font-size: 1.6rem; }
    .slide .slick-prev,
    .slide .slick-next,
    .thumb .slick-prev,
    .thumb .slick-next {
      height: 10px;
      width: 10px; }
      .slide .slick-prev:before,
      .slide .slick-next:before,
      .thumb .slick-prev:before,
      .thumb .slick-next:before {
        height: 10px;
        width: 10px; }
    .slide .slick-prev,
    .thumb .slick-prev {
      left: -15px; }
    .slide .slick-next,
    .thumb .slick-next {
      right: -15px; }
    .slide .slick-prev,
    .slide .slick-next {
      top: 36%; }
    .thumb {
      margin: 20px 0 0; }
    .time {
      margin: 20px 0 10px; }
      .time > div {
        margin: 0;
        padding: 10px; }
    .time-ttl {
      float: none;
      width: auto;
      padding: 5px; }
    .tour-info {
      max-width: 460px;
      display: block;
      padding: 0 15px;
      margin: 30px auto 0;
      font-size: 1.4rem; }
      .tour-info > div {
        width: auto;
        margin: 0 0 30px; }
    .tour-name {
      font-size: 1.6rem; }
    #event {
      font-size: 1.6rem;
      padding: 20px 0; }
    .event-ttl {
      font-size: 3.0rem; }
  img.pc {
    display: none; }
    img.sp {
      display: inline; } }

@media only screen and (min-width: 641px) and (max-width: 768px) {
    .topics {
      padding: 40px 0 30px; }
    .section-ttl {
      font-size: 3.4rem; }
    .topic-wrap:before {
      height: 300px; }
    .slide-block {
      margin: 40px 20px 0; }
    .slide .slick-prev,
    .thumb .slick-prev {
      left: -20px; }
    .slide .slick-next,
    .thumb .slick-next {
      right: -20px; }
    .slide .slick-prev,
    .slide .slick-next {
      top: 40%; } }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .slide-block {
      margin: 40px 20px 0; }
    .slide .slick-prev,
    .thumb .slick-prev {
      left: -30px; }
    .slide .slick-next,
    .thumb .slick-next {
      right: -30px; } }

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

    .calendar-block {
      background-color: #f7f7f7;
      padding: 0 15px; }
        .calendar-block table th {
          font-size: 1.2rem; }
        .calendar-block table td {
          padding: 6px 5px; }
        .calendar-block table .date {
          font-size: 1.2rem;
          text-align: center; }
        .calendar-block table .schedule-icon {
          width: auto;
          font-size: 1.0rem;
          line-height: 1.2; }
    .calendar-lead {
      margin: 0 0 5px; }
      .calendar-lead p {
        font-size: 1.2rem; }
        .calendar-lead p.calendar-prev:before, .calendar-lead p.calendar-next:after {
          width: 8px;
          height: 8px; }
    .calendar-ttl {
      font-size: 1.8rem; } }
