@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
/************************************************* kushiro.css copy */
.dis001 {
  display: none !important;
}

.dis002 {
  display: inline !important;
}

@media screen and (max-width: 1000px) {
  .dis001 {
    display: inline !important;
  }
  .dis002 {
    display: none !important;
  }
}
/************************************************* setting */
#maincontents {
  color: #333 !important;
}

.mc_area {
  display: flex;
/*  align-items: flex-start;*/
  align-items: normal;
  justify-content: center;
  max-width: 1100px;
  width: 94%;
  margin: 45px auto 0 auto;
}

@media screen and (max-width: 1000px) {
  .mc_area {
/*    margin: 25px auto 0 auto;*/
  }
}
.mc_box {
  width: 32%;
  margin-left: .5%;
}
.mc_box:first-child {
  margin-left: 0;
}
.mc_tab {
  height: 100%;
}
.mc_tab a,
.mc_tab span {
  display: block;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.mc_tab span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}



@media screen and (max-width: 1000px) {
  .mc_area {
    width:100%;
  }

  .mc_tab a, .mc_tab span {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 400px) {
  .mc_tab a, .mc_tab span {
    line-height: 1.2;
  }
}

.mc_tab a {
  background: #ccc;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mc_tab a:hover {
  opacity: 0.5 !important;
}
.mc_tab span {
  background: #eb7921;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1000px) {
  .mc_tab span em {
    margin-left: 0;
    letter-spacing: -1px;
  }
}

.mod_area {
  background: #eb7921;
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .mod_area {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1000px) {
  .mod_ball::before {
    border-width: 16px 11px 0 11px;
    margin-left: -11px;
    bottom: -15px;
  }
}

.mod_sub {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .mod_sub {
    /* font-size: 30px; */
    font-size: 26px;
    margin-top: 25px;
    line-height: 1.3;
  }
}

.mod_main {
  color: #fff;
  font-weight: 900 !important;
  font-size: 48px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (max-width: 1000px) {
  .mod_main {
    font-size: 38px;
  }
}

.all_area {
  background: #fcf2e9;
  padding-top: 60px;
}
.all_area.last {
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .all_area.last {
    padding-bottom: 45px;
  }
}
.all_area.ty02 {
  background: #fbefbf;
}

@media screen and (max-width: 1000px) {
  .all_area {
    padding-top: 30px;
  }
}

.all_box {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.tour_tit {
  display: inline-block;
  position: relative;
  margin: 0 auto 3% auto;
  padding: .5em 1em;
  border-radius: 100px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 1em;
}

.tour_tit span {
  display: inline-block;
  font-size: 34px;
  background: #eb7921;
  color: #fff;
  border-radius: 100px;
  padding: .1em .7em;
}

.ty02 .tour_tit span {
  background: #f4bf01;
}

.tour_tit::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 15px 0px;
  border-color: rgb(255, 255, 255) transparent transparent;
}

@media screen and (max-width: 1000px) {
  .tour_tit {
    font-size:27px;
  }

  .tour_tit span {
    padding: .2em .5em;
    font-size: 20px;
  }
}

.tour_list {
  width: fit-content;
  font-size: 20px;
}

#maincontents ul.tour_list {
  margin-bottom: 3%;
}

.tour_list li {
  margin-bottom: 2%;
  font-weight: bold;
  display:flex;
  align-items:center;
  line-height:1.5em;
}

.tour_list li span {
  min-width:3em;
  background: #f5bc91;
  display: inline-block;
  margin-right: .5em;
  background: #f5bc91;
  padding: .4em 1em;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
}

.ty02 .tour_list li span {
  background: #f7d24d;
}

.movie_area {
  width: 95%;
  max-width:1000px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 5% auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #maincontents ul.tour_list {
    margin: 3% 0;
  }

  .movie_area {
     margin-top: 4%;
     width: 100%;
  }
}
/* 
.movie_area::before, .movie_area::after {
  position: absolute;
  content: "";
  display: block;
  width: 17%;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index:2;
}

.movie_area::before {
  background-image: url(../images/kushiro_kouryu/bg1.svg);
  top:-7%;
  left:-7%;
}

.movie_area::after {
  background-image: url(../images/kushiro_kouryu/bg2.svg);
  background-position: bottom right;
  bottom:-5%;
  right:-7%;
}

.ty02 .movie_area::before {
  background-image: url(../images/kushiro_kouryu/bg2.svg);
}

.ty02 .movie_area::after {
  background-image: url(../images/kushiro_kouryu/bg1.svg);
} */

.movie_area iframe {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.day_area {
  width: 95%;
  max-width:1000px;
  margin-top: 4em;
  margin-bottom: 10%;
  background: #fff;
  min-height: 500px;
  border-radius: 0 30px 30px 30px;
}


@media screen and (max-width: 1000px) {
  .day_area {
     width: 100%;
  }
}

.day_area h5 {
  margin-top: -2em;
  width: 12em;
  height: 2.5em;
  display: flex;
  justify-content:center;
  align-items: center;
  font-size: 38px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  background: #fff;
  padding: .5em 1em;
  border-radius: 30px 30px 0 0;
  position: relative;
  box-sizing: border-box;
}

.day_area h5::after {
  background: #fff;
  content: "";
  width: 3em;
  height: 3em;
  position :absolute;
  top: .3em;
  right: -2.85em;
  clip-path: polygon(0% 0%, 40% 100%, 0% 100%);
}

.day_area h5 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  display: inline-block;
  background: #eb7921;
  color: #fff;
  border-radius: 100px;
  padding: .4em 1em;
  margin-right: 3%;
  line-height: 1;
}

.ty02 .day_area h5 span {
  background: #f4bf01;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .day_area h5 {
     min-width: 80%;
     font-size: 27px;
     justify-content:flex-start;
  }
  
  .day_area h5 span {
    font-size:18px;
  }
}


@media screen and (max-width: 480px) {
  .day_area {
     border-radius: 0 0 30px 30px;
   }
   
  .day_area h5 {
     min-width: 100%;
  }
  
  .day_area h5::after {
    content: none;
  }
}

.img_area img {
  width: 100%;
  height: auto;
  vertical-align:top;
}

.day_area .img_area {
  width: 90%;
  margin: 3% auto;
}

.tour_detail {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin-bottom: 10%;
}

.tour_detail h4 {
  display:inline-block;
  margin-bottom: 8%;
  padding: 0 4em;
  position:relative;
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
.tour_detail h4 {
    width: 100%;
    padding: 0;
    /* font-size: 24px; */
    font-size: 20px;
  }
}

.tour_detail h4::before, .tour_detail h4::after {
  content: "・・・・・・・・・・・";
  position: absolute;
  top: 1em;
  font-size: .8em;
  letter-spacing: -.6em;
}

.tour_detail h4::before {
  left: .7em;
  transform: rotate(50deg);
}

.tour_detail h4::after {
  right: .7em;
  transform: rotate(-50deg);
}

.tour_detail a.detail_area {
  display: block;
  width: 80%;
  background: #fff;
  border-radius: 20px;
  padding: 3%;
  margin: 0 auto;
}

.tour_detail a.detail_area .img_area {
  background: #f4bf01;
  padding: 10% 0 6% 0;
  border-radius: 20px;
}

.tour_detail a.detail_area .img_area img {
  width: 75%;
}
