@charset "UTF-8";
/* Scss Document */ /* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  letter-spacing: 0.05em;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
  line-height: 1.6;
  clear: both;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1166px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    padding: 0 4%;
  }
}

/*ボタン*/
.btn a {
  background: url(../images/yaji.png) no-repeat 10px center #ffffff;
  padding: 6px 0;
  border-radius: 5px;
  font-size: 16px;
  border: 2px dotted #fdd83c;
  border-radius: 5px;
  color: #fdd83c;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn a {
    padding: 6px 0;
    display: block;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/yaji@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #fdd83c;
}
.js-aclink.js-ac {
  background: url(../images/yaji180@3x.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #fdd83c;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  background: url(../images/fot_bg.png);
  padding: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
}

/*ロゴ、電話番号エリア*/
.footer {
  text-align: center;
  color: #fff;
}

.footer__title {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .footer__title {
    font-size: 18px;
  }
}

.footer__title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .footer__title span {
    font-size: 12px;
  }
}

.footer__logo {
  margin-top: 40px;
}

.footer__logo img {
  width: 310px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 70%;
  }
}

.footer__info {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 12px;
  }
}

.footer__copyright {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 12px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(253, 216, 60, 0.7);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 100px auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav-wrap .nav {
    width: 1166px;
    margin: 200px auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 20px;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-wrap li {
    margin: 0 0 2em 100px;
  }
}
.nav-wrap li a {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .nav-wrap li a {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .nav-pc-wrap {
    display: block;
    width: 60%;
  }
  .nav-pc-wrap ul {
    margin: 0 auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-pc-wrap ul li {
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    margin: 0;
  }
  .nav-pc-wrap ul li a {
    color: #000;
    font-size: 16px;
  }
  .nav-pc-wrap ul li + li {
    border-left: 1px solid #000;
  }
}
/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 15000;
  background: #fdd83c;
  padding: 8px 8px 20px 8px;
}
@media screen and (min-width: 768px) {
  .nav-button-wrap {
    display: none;
    right: 50px;
    top: 50px;
    padding: 10px 10px 30px 10px;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 40px;
  height: 27px;
}
@media screen and (min-width: 768px) {
  .nav-button {
    width: 60px;
    height: 35px;
  }
}
.nav-button:after {
  content: "MENU";
  color: #fff;
  position: absolute;
  top: 32px;
  font-size: 12px;
  font-weight: bold;
  left: 0;
}
@media screen and (min-width: 768px) {
  .nav-button:after {
    top: 43px;
    font-size: 14px;
    left: 5px;
  }
}
.nav-button.active:after {
  content: "CLOSE";
  color: #fff;
  left: -1px;
}
@media screen and (min-width: 768px) {
  .nav-button.active:after {
    left: 2px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-button span {
    height: 7px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 11px;
}
@media screen and (min-width: 768px) {
  .nav-button span:nth-of-type(2) {
    top: 14px;
  }
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
.top-header {
  position: relative;
}

.top-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(59.6054888508vw, 695px);
}

.top-header__title {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  .top-header__title {
    top: 15px;
    left: 15px;
  }
}

.top-header__title-sub {
  font-size: min(1.372212693vw, 16px);
}

.top-header__title-main {
  font-size: min(2.0583190395vw, 24px);
  font-weight: bold;
  margin-top: 5px;
}

.top-header__link {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #811d1d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.top-header__link a {
  display: block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 53px;
  padding: 40px 0 30px;
}
@media screen and (max-width: 768px) {
  .top-header__link a {
    width: 28px;
    padding: 20px 0 15px;
    font-size: 12px;
  }
}

.top-header__link a img {
  width: 16px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-header__link a img {
    width: 12px;
    padding-top: 10px;
  }
}

.top-header__movie {
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: min(25.7289879931vw, 300px);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .top-header__movie {
    display: none;
  }
}

.top-header__movie-sp-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-header__movie-sp-wrap {
    display: block;
    background: url(../images/tour_bg1.png);
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-header__movie-sp {
    background-color: #fff;
    width: 240px;
    padding: 10px;
    margin: 0 auto;
  }
}

.top-header__movie-text {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-header__movie-text {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
#topImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #topImg {
    margin: 0;
    width: 100%;
  }
}

#topImg img {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}

.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

.bx-viewport {
  aspect-ratio: 1366/768;
}

#topImg .bx-wrapper .bx-pager {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #topImg .bx-wrapper .bx-pager {
    bottom: 15px;
  }
}

#topImg .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
}

#topImg .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #811d1d;
}

/* -----------------------------------------------------------
top-about
----------------------------------------------------------- */
.top-about {
  padding: min(25.7289879931vw, 300px) 0;
  text-align: center;
  background: url(../images/about_bg1.png) no-repeat top center/100%, url(../images/about_bg2.png) no-repeat top 300px center/100%, url(../images/about_bg3.png) no-repeat bottom center/100%;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 120px 0;
  }
}

.top-about__title {
  font-size: 40px;
  color: #811d1d;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 24px;
  }
}

.top-about__title span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-about__title span {
    font-size: 20px;
  }
}

.top-about__title-en {
  text-align: center;
  font-size: 20px;
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-about__title-en {
    font-size: 16px;
  }
}

.top-about__title-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 34px;
  margin: auto;
  background-color: #000;
}

.top-about__text {
  font-size: 20px;
  line-height: 2.45;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    font-size: 16px;
    line-height: 2;
  }
}

.top-about__text strong {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-about__text strong {
    font-size: 16px;
  }
}

/* -----------------------------------------------------------
top-tour
----------------------------------------------------------- */
.top-tour {
  background: url(../images/tour_bg2.png) no-repeat top 40px left 13vw, url(../images/tour_bg3.png) no-repeat top 40px right 13vw, url(../images/tour_bg1.png);
  padding: 40px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-tour {
    background: url(../images/tour_bg1.png);
    padding: 30px 0 30px;
  }
}

.top-tour__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-tour__title {
    font-size: 24px;
  }
}

.top-tour__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-tour__items {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}

.top-tour__item.tour-item {
  position: relative;
  color: #000;
  opacity: 1;
}

.tour-item__img {
  overflow: hidden;
}

.tour-item__img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover .tour-item__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.tour-item__category {
  position: absolute;
  top: -20px;
  right: 20px;
}

.tour-item__category img {
  width: min(3.4305317324vw, 40px);
}
@media screen and (max-width: 768px) {
  .tour-item__category img {
    width: 40px;
  }
}

.tour-item__title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .tour-item__title {
    font-size: 20px;
    margin-top: 5px;
  }
}

.top-tour__contact {
  text-align: center;
}

.top-tour__contact-text {
  display: inline-block;
  font-size: 20px;
  border: 1px solid #000;
  padding: 13px 80px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .top-tour__contact-text {
    font-size: 16px;
    padding: 15px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
#secondbody #main {
  padding: 0 0 min(28.3018867925vw, 330px) 0;
  background: url(../images/about_bg1.png) no-repeat top -50px center/100%, url(../images/about_bg2.png) no-repeat top 300px center/100%, url(../images/about_bg3.png) no-repeat bottom center/100%;
}
@media screen and (max-width: 768px) {
  #secondbody #main {
    background: url(../images/about_bg1.png) no-repeat top center/100%, url(../images/about_bg2.png) no-repeat top 300px center/100%, url(../images/about_bg3.png) no-repeat bottom center/100%;
  }
}

/* -----------------------------------------------------------
second-header
----------------------------------------------------------- */
.second-header {
  position: relative;
}

.second-header__back {
  padding-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .second-header__back {
    font-size: 12px;
    padding-top: 0;
  }
}

.second-header__back a {
  background-color: #811d1d;
  color: #fff;
  padding: 11px 20px;
  display: inline-block;
}

.second-header__logo {
  text-align: center;
}

.second-header__logo img {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 10px;
  width: min(34.3053173242vw, 400px);
}
@media screen and (max-width: 768px) {
  .second-header__logo img {
    width: 80%;
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
tour-head
----------------------------------------------------------- */
.tour-head {
  margin-top: max(13.7221269297vw, 160px);
}

.tour-head__title-wrap {
  text-align: center;
}

.tour-head__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: url(../images/h1_bg.png) repeat-x;
  display: inline-block;
  padding: 11px 60px;
}
@media screen and (max-width: 768px) {
  .tour-head__title {
    font-size: 20px;
    padding: 24px 10px;
  }
}

.tour-head__title::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/h1_bg_left.png) no-repeat;
  top: 0;
  left: -32px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tour-head__title::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/h1_bg_right.png) no-repeat center right;
  top: 0;
  right: -32px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tour-head__items {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .tour-head__items {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}

.tour-head__items--3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.tour-head__item {
  position: relative;
}

.tour-head__img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-head__caption {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
}

.tour-head__jyunbi {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  border: 1px solid #fff;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .tour-head__jyunbi {
    font-size: 20px;
  }
}

.tour-head__text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tour-head__text {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* -----------------------------------------------------------
tour-mid
----------------------------------------------------------- */
.tour-mid {
  margin-top: 50px;
}

.tour-mid a {
  color: #8d0c16;
  text-decoration: underline;
  position: relative;
  padding-right: 24px;
}

.tour-mid a::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon_blank.png) no-repeat bottom 5px right;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tour-mid__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  .tour-mid__items {
    grid-template-columns: 1fr;
  }
}

.tour-mid__title {
  font-size: 24px;
  font-weight: bold;
  background: url(../images/tour_bg1.png);
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .tour-mid__title {
    font-size: 20px;
    padding: 5px 15px;
  }
}

.tour-mid__text {
  font-size: 20px;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .tour-mid__text {
    font-size: 16px;
  }
}

.tour-mid__text span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .tour-mid__text span {
    font-size: 13px;
  }
}

.tour-mid__items--one {
  margin-top: 60px;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 768px) {
  .tour-mid__text iframe {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=styles.css.map */