@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/*
Zen Maru Gothic: CSS classes

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

Zen Old Mincho: CSS classes
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
  Zen Kaku Gothic New: CSS classes

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
  Zen Old Mincho: CSS classes

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
*/

body {
  /*font-family: 'Zen Maru Gothic', sans-serif;*/
  /*background-color: #f5f5f5;*/
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 14px;

  font-family: momochidori, sans-serif;
  font-weight: 500;
  font-style: normal;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}


article.tour {
  background-color: #fdf399;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {}

h2 {}

h3 {
  font-size: 2.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h4 {}

h5 {}

h6 {}

.schedule h2,
.review h2 {
  background-color: #e60012;
  color: #fff;
  padding: 4px 16px;
  border-radius: 12px;
  margin-top: 3.5rem;
  font-size: 2.3125rem;
  font-weight: 500;
}

@media (max-width: 575.98px) {

  .schedule h2,
  .review h2 {
    font-family: momochidori, sans-serif;
    font-size: 1.875rem;
  }
}

a img {
  opacity: 1.0;
  /* ふだんはしっかり見せる */
  transition: opacity 0.3s ease;
  /* ふわっと変化させる */
}

a:hover img {
  opacity: 0.8;
  /* マウスが乗ったら薄くする (0.0〜1.0) */
}

html,
body {
  overflow-x: hidden;
}

/*
ヘッダー
************************************************************/
.hero {
  position: relative;
  overflow: hidden;
  z-index: -20;
  height: 100%;
}

.hero .header-bg {
  height: 860px;
  position: absolute;
  inset: 0;
  z-index: 1;

  background: url("./image/header_img01.jpg");
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}


@media (min-width: 1400px) {
  .hero .header-bg {
    height: 910px;
  }
}



h1 img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: 0 auto;
}



.hero .header-left {
  margin-top: 1.5rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-left: 0;

}

.hero li {
  display: flex;
  font-size: 1.25rem;

}

.hero li .mi-cloud {
  background-color: #828A8E;
  padding: 4px 2.5rem 4px 1.5rem;
  border-radius: 0 0 35px 0;
}

.hero li:first-child .mi-cloud {
  font-family: "Zen Old Mincho", serif;
}

.hero li .mi-red {
  background-color: #DF0013;
  padding: 5px 2rem 7px 1.5rem;
  border-radius: 0 0 45px 0;
  font-size: 2rem;
  letter-spacing: 3px;
}


.hero .izumo-tabi-logo {
  width: 100px;
  margin: 3rem 2rem 1rem 1rem;
  position: relative;
  right: 0;

  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .hero .izumo-tabi-logo {
    width: 12vw;
    margin: 0.5rem 0.5rem;
    position: relative;
    right: 0;

    justify-content: flex-end;
  }
}



@media (max-width: 575.98px) {
  h1 img {
    max-width: 50vw;
  }
}

@media (max-width: 767.98px) {
  h1 img {
    max-width: 450px;
  }

  .hero .header-left {
    margin-top: 0;
  }

  .hero span.mi-cloud::before {
    width: 24vw;
  }

  .hero li .mi-cloud {
    font-size: 3vw;
    padding: 4px 1.8rem 4px 1rem;
    border-radius: 0 0 30px 0;
  }

  .hero li .mi-red {
    font-size: 3.5vw;
    padding: 5px 2rem 7px 1rem;
    border-radius: 0 0 30px 0;
  }

}



.hero .header-main {
  z-index: -5;
  /*position: absolute;*/
  width: 50%;
  position: sticky;
  top: 315px;
  left: 50%;
  transform: translate(-50%, -50%);
}






/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {
  .hero .header-main {
    width: 50%;
    top: 285px;
    margin-top: 145px;
  }
}

@media (max-width: 767.98px) {
  .hero .header-main {
    top: 205px;
  }
}

@media (max-width: 575.98px) {
  .hero .header-main {
    width: 50%;
    top: 60px;
    margin-top: 145px;
  }

}

.hero .header-bottom {}


.hero .header-bottom {
  /*margin-top: 100px;*/
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  width: 100%;

  z-index: 3;
}

.hero .header-bottom img {
  width: 100%;
}

.hero .header-bottom_02 {
  /*position: absolute;*/
  background-color: #fdf399;
}

span.mi-cloud {
  position: relative;
}

span.mi-cloud::before {
  content: "";
  position: absolute;
  width: 11rem;
  height: 0.6px;
  bottom: 0;
  background-color: #c0c0c0;
}


/*
フッター
************************************************************/
footer {
  font-family: 'Zen Maru Gothic', sans-serif;

}

footer .foot-img img {
  width: 115px;
  margin-bottom: 1.5rem;
}

.copylight .text01 {
  font-size: 21px;
  color: #333;
}

.copylight .text02 {
  font-size: 12px;
  color: #333;
  margin-left: 10px;
}

/*
メイン
************************************************************/
main {
  z-index: 1;
}

/*
メイン　ヘッダー　main-header
************************************************************/
.main-header {
  background-color: #FDF399;
}

.main-header .txt-box1 {
  padding-top: 2rem;
  padding-left: 7.5rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

@media (max-width: 991.98px) {
  .main-header .txt-box1 {
    padding-top: 2rem;
    padding-left: 7.5rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {
  .main-header .txt-box1 {
    padding-top: 2rem;
    padding-left: 4rem;
  }
}

@media (max-width: 575.98px) {
  .main-header .txt-box1 {
    padding-top: 2rem;
    padding-left: 1.5rem;
  }

}



/*
ツアー
************************************************************/
.tour h2 {
  margin-top: 5rem;
}

.tour h2 span {
  font-family: momochidori, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  padding: 5px 28px 5px 30px;
  background-color: #009f41;
  position: relative;
  display: inline-block;
  /*border-radius: 0 8px 8px 0;*/
  margin-bottom: 1rem;
}

.tour h2 span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 13px;
  border-color: transparent transparent transparent #FDF399;
}

.tour h2 span::after {
  content: '';
  position: absolute;
  right: -0.5px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 13px;
  border-color: transparent transparent transparent #FDF399;
  transform: rotate(180deg);
}




@media (max-width: 575.98px) {
  .tour h2 span {
    font-size: 5vw;
    padding: 5px 20px 5px 20px;
    background-color: #009f41;
    margin-bottom: 1rem;
  }

  .tour h2 span::before {
    border-width: 4vw 0 4vw 2vw;
  }

  .tour h2 span::after {
    border-width: 4vw 0 4vw 2vw;
  }
}



.tour h2 span::after {
  /*content: '';
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 12px;
  border-color: #fd79a8 transparent #fd79a8 #fd79a8;*/
}

.tour h3 {
  color: #009f41;
}


.tour .tour-box {
  margin-bottom: 5rem;
}

.tour .tour-box p {
  text-align: justify;
}

.tour h3.a-course {
  color: #00589f;
}

.tour .fa-location-dot {
  font-size: 2.5rem;
  line-height: 1.5rem;
  position: relative;
  top: 4px;
}

.tour .fa-location-dot.course-a {
  color: #0075bd;
}

.tour .fa-location-dot.course-b {
  color: #009F41;
}

.tour .text-box .fa-location-dot {
  position: relative;
  top: 0px;
  font-size: 2.5rem;
}

.tour .text-box .text-right {
  display: flex;
  justify-content: flex-end;
}


.tour .text-box .fa-location-dot.course-a,
.tour .text-box .fa-location-dot.course-b {
  padding-right: 10px;
}

.tour .text-box .fa-location-dot.course-b {}



.tour .course-rei ul {
  font-family: momochidori, sans-serif;
  font-family: momochidori-wide, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.tour .course-rei li {
  margin-bottom: .5rem;

}

.tour .course-rei li span {
  font-size: 2.5rem;
  font-weight: 700;
}



.tour h3.sub-title {
  text-align: center;
  margin-top: 6rem;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #df0012;
  /*font-size: 1.3125rem;*/
  letter-spacing: 3px;
  font-family: momochidori, sans-serif;
  font-weight: 700;
  width: 510px;
  font-size: 1.5625rem;
  margin-top: 0;

}




.tour h3.sub-title {}

.tour h3.sub-title:before,
.tour h3.sub-title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 2px;
  border-top: solid 1px #df0012;
  border-bottom: solid 1px #df0012;
}

.tour h3.sub-title:before {
  left: 0;
}

.tour h3.sub-title:after {
  right: 0;
}

@media (max-width: 575.98px) {
  .tour h3.sub-title {
    font-size: 6vw;
    width: 100%;
  }

  .tour h3.sub-title:before,
  .tour h3.sub-title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10vw;
    height: 2px;
    border-top: solid 1px #df0012;
    border-bottom: solid 1px #df0012;
  }
}


@media (max-width: 767.98px) {
  .tour h3 {
    font-size: 2rem;
  }

  .tour p {
    font-size: 1rem;
  }

  .course-rei ul li {
    font-size: 30px;
  }

}



.tour .col-md-7 figure img {
  border-radius: 20px 0 0 20px;
}

.tour .col-md-7 figure.img-left img {
  border-radius: 0 20px 20px 0;
}




i.fa-solid.fa-house.fa-xl {
  top: 8px;
  position: relative;
}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (min-width: 1200px) {

  .tour .col-md-7 figure img,
  .tour .col-md-7 figure.img-left img {
    border-radius: 20px;
  }
}

@media (max-width: 1199.98px) {
  .tour .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.course-rei ul {
  font-family: momochidori, sans-serif;
  font-weight: 900;

}



.course-rei ul li {
  font-size: 30px;
}

@media (max-width: 575.98px) {
  .course-rei ul {
    align-items: center;
  }

  .course-rei ul li {
    font-size: 20px;
  }

}

.course-rei .a-course {
  color: #00589f;
}

.course-rei .b-course {
  color: #009f41;
}

.course-rei span img {
  width: 50px;
  position: relative;
  top: -4px;
  margin: 0 5px;
}

@media (max-width: 767.98px) {
  .course-rei {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.vertical-line {
  width: 2px;
  height: 100px;
  background: #333;
}




/*
ガイド
************************************************************/

/*
予約　reserve
************************************************************/
.reserve {
  font-family: 'Zen Maru Gothic', sans-serif;
  /*text-align: center;*/
  background-color: #ECE3C7;

}

.reserve h2 {

  color: #fff;
  padding: 4px 16px;
  font-weight: 500;
  /*display: inline-block;*/
  text-align: center;
  margin-bottom: 1.5rem;
}

.reserve h2 span {
  background-color: #BFA23B;
  border-radius: 12px;
  padding: 4px 30px;
}

.reserve a {
  /* font-size: 1.625rem;
  font-weight: 500;
  border-radius: 16px;
  padding: 0 4rem;
  border: none;
*/
}

.reserve a span {
  font-size: 3.75rem;
}


.reserve .reserve-box {
  position: relative;
  background-color: #ECE3C7;
  border-radius: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.reserve .reserve-box .reserve-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 145px;
}

@media (max-width: 767.98px) {
  .reserve h2 {
    color: #fff;
    padding: 4px 0px;
  }

  .reserve h2 span {
    background-color: #BFA23B;
    border-radius: 12px;
    padding: 4px 20px;
  }

  .reserve .reserve-box .reserve-img {
    position: absolute;
    bottom: 0;
    left: -25px;
    width: 21vw;
  }

  .reserve a {
    padding: 0;
  }
}


/*
コース
************************************************************/
.course {
  background-color: #B6D5EB;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding-bottom: 5rem;

}

.course .title h2 {
  font-family: "momochidori", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  text-align: center;
  margin-top: 6rem;
  position: relative;

  padding: 0 55px;
  color: #df0012;
  margin-bottom: 4.5rem;

}


.course h2 {}

.course h2:before,
.course h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 2px;
  border-top: solid 1px #df0012;
  border-bottom: solid 1px #df0012;
}

.course h2:before {
  left: 2rem;
}

.course h2:after {
  right: 2rem;
}

@media (max-width: 991.98px) {
  .course h2:before {
    left: 0;
  }

  .course h2:after {
    right: 0;
  }

  .course h2:before,
  .course h2:after {
    width: 25%;
    height: 2px;

  }
}

@media (max-width: 767.98px) {
  ...
}


@media (max-width: 575.98px) {
  .course .title h2 {
    font-size: 1.875rem;
  }

  .course h2:before,
  .course h2:after {
    width: 23vw;


  }
}






.course .txt-ryo {
  font-size: 26px;
  color: #0075bd;
}

.course .txt-chu {
  font-size: 17px;
}

/*
運行スケジュール
************************************************************/
.schedule-tyu {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;

}


/*
レビュー
************************************************************/
.review {
  background-color: #fdf399;
  /*font-family: 'Zen Maru Gothic', sans-serif;*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;

}



.review .star i {
  font-size: 24px;
  color: #FFCE31;
}

.review .rev-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 38px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
}

.review .rev-box p {
  margin-bottom: 0;
}

.review p.star {
  margin-bottom: 0.5rem;
  font-size: 0.5rem;
}

.review .rev-box:nth-child(odd)::before {
  position: absolute;
  right: -22px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.review .rev-box:nth-child(even)::before {
  position: absolute;
  left: -22px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
  transform: scaleX(-1);
}



.review .icon-user {
  position: relative;
  top: 30px;
}

.review .icon-user:nth-child(odd) {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.review .icon-user:nth-child(odd)::after {
  position: absolute;
  content: '';
  top: 5px;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 40%);
}

.review .icon-user:nth-child(even) {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.review .icon-user:nth-child(even)::after {
  position: absolute;
  content: '';
  top: 5px;
  width: 10px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 40%);
}

.review .icon-user i {
  color: #c4c4c4;
  font-size: 4rem;
}

@media (max-width: 767.98px) {
  .review .rev-box {
    padding: 20px 25px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;

  }

}

/*

************************************************************/


/* `xs` はルールセットのみを返し、メディアクエリは返さない */
/* ... { ... } */

/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */
@media (max-width: 575.98px) {
  ...
}

/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */
@media (max-width: 767.98px) {
  ...
}

/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */
@media (max-width: 991.98px) {
  ...
}

/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */
@media (max-width: 1199.98px) {
  ...
}

/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */
@media (max-width: 1399.98px) {
  ...
}