@charset "UTF-8";
@import url(common.css);
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;700&display=swap");
/*==================================================================*/
/* buy css　*/
/*==================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: normal;
}

/* ---------------------------------- */
/* LP用 */
/* ---------------------------------- */
body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  letter-spacing: .5px;
  line-height: 1.7;
  color: #4b260d;
  padding-top: 0 !important;
  overflow-x: hidden;
}

.outblock {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.inblock {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

#topcontrol {
  bottom: 100px !important;
}

/* ---------------------------------- */
/* reserve-btn */
/* ---------------------------------- */
.r-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.r-btn a {
  position: relative;
  display: inline-block;
  background: #c8161d;
  padding: 1em 1.5em;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  transition: all .3s;
}
.r-btn a .fa-calendar {
  margin-right: 10px;
}
.r-btn a:hover {
  text-decoration: none;
  color: #e2b161;
}
.r-btn a::before {
  position: absolute;
  top: -5px;
  left: -20px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #e2b161;
  border-top: 0;
  transform: rotate(315deg);
}
.r-btn a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/guided-tour/image/bg_btn.jpg) repeat center center;
  mix-blend-mode: multiply;
}

/* ---------------------------------- */
/* main */
/* ---------------------------------- */
#mainvisual {
  background: url(/guided-tour/image/main.jpg) no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
#mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(/guided-tour/image/top_line.png) repeat-x 0 0;
}
#mainvisual .outblock {
  height: 100%;
  position: relative;
}
#mainvisual .outblock .text {
  position: absolute;
  bottom: 25%;
  left: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#mainvisual .outblock .text h1 {
  margin-bottom: .5em;
  font-size: 4.2em;
  font-weight: 700;
  line-height: 1.4;
}
#mainvisual .outblock .text h1 span {
  display: inline-block;
}
#mainvisual .outblock .text .sub {
  font-size: 2.4em;
  font-weight: 700;
}

/* ---------------------------------- */
/* miso */
/* ---------------------------------- */
.miso {
  background: url(/guided-tour/image/bg_base.jpg) repeat;
  padding: 8em 0 4em;
  position: relative;
}
.miso::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 830px;
  height: 340px;
  background: url(/guided-tour/image/bg_intro.png) no-repeat 0 0/contain;
  mix-blend-mode: darken;
}
.miso .inblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.miso .inblock .text-area {
  width: 45%;
}
.miso .inblock .text-area h2 {
  margin-bottom: 1em;
  font-size: 2.2em;
  line-height: 1.25;
}
.miso .inblock .text-area h2 span {
  display: inline-block;
  font-size: 2.8em;
  font-weight: 700;
}
.miso .inblock .text-area h2 span strong {
  color: #ca8f28;
}
.miso .inblock .text-area p {
  font-size: 1.25em;
}
.miso .inblock .photo {
  width: 50%;
}

/* ---------------------------------- */
/* experience */
/* ---------------------------------- */
.experience {
  background: url(/guided-tour/image/section_line.png) no-repeat left top/contain, url(/guided-tour/image/bg_exp.jpg) repeat center center;
  padding: 18em 0 5em;
  position: relative;
}
.experience .pattern li {
  position: absolute;
}
.experience .pattern li:first-child {
  top: 3%;
  right: -5%;
}
.experience .pattern li:nth-child(2) {
  top: 30%;
  left: -5%;
}
.experience .pattern li:nth-child(3) {
  bottom: 30%;
  right: -8%;
}
.experience .inblock {
  position: relative;
  z-index: 1;
}
.experience h2 {
  font-size: 3em;
  font-weight: 700;
  color: #be260d;
  text-align: center;
}
.experience .sub {
  margin-bottom: 3em;
  font-size: 1.4em;
  text-align: center;
}
.experience .pic {
  position: absolute;
  z-index: 1;
}
.experience .pic.miso01 {
  top: -8em;
  left: 0;
}
.experience .pic.miso02 {
  top: 2em;
  right: 0;
}
.experience .exp-area .e-block {
  position: relative;
  margin-bottom: 3em;
}
.experience .exp-area .e-block:nth-child(even) .text {
  left: 0;
}
.experience .exp-area .e-block:nth-child(even) .photo {
  margin: 0 0 0 auto;
}
.experience .exp-area .e-block .photo {
  width: 58%;
}
.experience .exp-area .e-block .photo img {
  border-radius: 20px;
}
.experience .exp-area .e-block .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 52%;
  background: rgba(255, 255, 255, 0.8);
  padding: 4.5em 2.5em 2.5em;
  border-radius: 20px;
}
.experience .exp-area .e-block .text .num {
  position: absolute;
  top: -4em;
  left: 2em;
}
.experience .exp-area .e-block .text .txt {
  font-size: 1.1em;
}
.experience .note-box {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2em;
}
.experience .note-box ul {
  font-size: 1.1em;
}
.experience .note-box ul li {
  display: flex;
  margin-bottom: 5px;
}
.experience .note-box ul li::before {
  content: "\f058";
  font-family: FontAwesome;
  color: #be260d;
  font-size: 1.4em;
  line-height: 1.4;
  margin-right: 10px;
}

/* ---------------------------------- */
/* aboutus */
/* ---------------------------------- */
.about {
  background: url(/guided-tour/image/pattern04.png) no-repeat left top, url(/guided-tour/image/bg_base.jpg) repeat;
  position: relative;
  padding: 10em 0 5em;
  position: relative;
}
.about .miso03 {
  position: absolute;
  top: -3em;
  right: 0;
}
.about h2 {
  margin-bottom: .5em;
  text-align: center;
  font-size: 3.8em;
  color: #be260d;
}
.about .f-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .f-area .photo {
  width: 45%;
}
.about .f-area .text {
  width: 50%;
  font-size: 1.1em;
}
.about .f-area .text .txt {
  margin-bottom: 1em;
}
.about .f-area .text .a-btn a {
  text-decoration: underline;
  color: #4b260d;
}
.about .f-area .text .a-btn a:hover {
  text-decoration: none;
}
.about .f-area .text .a-btn a i {
  margin-left: 5px;
  color: #be260d;
}

/* ---------------------------------- */
/* access */
/* ---------------------------------- */
.access {
  margin-bottom: 5em;
  padding: 5em 0 3em;
  background: url(/guided-tour/image/about_line.png) repeat-x left top -1px #a43320;
  position: relative;
}
.access::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 820px;
  height: 540px;
  background: url(/guided-tour/image/bg_access.png) no-repeat left bottom/contain;
  mix-blend-mode: multiply;
}
.access .inblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.access .inblock .text {
  width: 45%;
}
.access .inblock .text h2 {
  margin-bottom: .5em;
  font-size: 3.8em;
  color: #e2b161;
}
.access .inblock .text .address {
  font-size: 1.6em;
  margin-bottom: 1em;
  color: #fff;
}
.access .inblock .text .address span {
  display: inline-block;
}
.access .inblock .text .add-detail {
  color: #fff;
  font-size: 1.1em;
}
.access .inblock .fig {
  width: 50%;
  text-align: center;
}

.map {
  margin-bottom: 5em;
}
.map .map-box {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
.map .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.copy {
  background: url(/guided-tour/image/bg_base.jpg) repeat center center;
  padding: 1.5em 0;
  text-align: center;
}
.copy p {
  font-size: .7em;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* ---------------------------------- */
  /* main */
  /* ---------------------------------- */
  #mainvisual {
    height: 85vh;
  }
  #mainvisual .outblock .text h1 {
    font-size: 3em;
  }
  #mainvisual .outblock .text .sub {
    font-size: 2em;
  }

  /* ---------------------------------- */
  /* miso */
  /* ---------------------------------- */
  .miso {
    padding: 6em 0 4em;
  }
  .miso::before {
    width: 65%;
  }
  .miso .inblock .text-area h2 {
    font-size: 1.8em;
  }
  .miso .inblock .text-area h2 span {
    font-size: 2.4em;
  }
  .miso .inblock .text-area p {
    font-size: 1.1em;
  }

  /* ---------------------------------- */
  /* experience */
  /* ---------------------------------- */
  .experience .pattern li:first-child {
    width: 40%;
  }
  .experience .pattern li:nth-child(2) {
    width: 35%;
  }
  .experience .pattern li:nth-child(3) {
    width: 35%;
  }
  .experience h2 {
    font-size: 2.6em;
  }
  .experience .sub {
    font-size: 1.2em;
  }
  .experience .pic.miso01 {
    top: -4em;
    width: 50%;
  }
  .experience .pic.miso02 {
    width: 30%;
  }
  .experience .exp-area .e-block .text .num {
    top: -2.5em;
    width: 100px;
  }
  .experience .exp-area .e-block .text .txt {
    font-size: 1em;
  }
  .experience .note-box ul {
    font-size: 1em;
  }

  /* ---------------------------------- */
  /* aboutus */
  /* ---------------------------------- */
  .about {
    background-size: 65%, auto;
    padding: 7em 0 5em;
  }
  .about .miso03 {
    width: 30%;
  }
  .about h2 {
    font-size: 3em;
  }
  .about .f-area .text {
    font-size: 1em;
  }

  /* ---------------------------------- */
  /* access */
  /* ---------------------------------- */
  .access {
    margin-bottom: 3em;
    background-size: 25px;
  }
  .access::before {
    width: 80%;
  }
  .access .inblock .text h2 {
    font-size: 3em;
  }
  .access .inblock .text .address {
    font-size: 1.4em;
  }
  .access .inblock .text .add-detail {
    font-size: 1em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* ---------------------------------- */
  /* main */
  /* ---------------------------------- */
  #mainvisual {
    height: 65vh;
  }
  #mainvisual .outblock .text h1 {
    font-size: 2.2em;
  }
  #mainvisual .outblock .text .sub {
    font-size: 1.8em;
  }

  /* ---------------------------------- */
  /* miso */
  /* ---------------------------------- */
  .miso {
    padding: 5em 0 1em;
  }
  .miso .inblock {
    display: block;
  }
  .miso .inblock .text-area {
    width: 100%;
    margin-bottom: 2em;
  }
  .miso .inblock .text-area h2 {
    font-size: 1.6em;
    text-align: center;
  }
  .miso .inblock .text-area p {
    font-size: 1em;
  }
  .miso .inblock .photo {
    width: 100%;
    text-align: center;
  }

  /* ---------------------------------- */
  /* experience */
  /* ---------------------------------- */
  .experience {
    padding: 30% 0 5em;
  }
  .experience h2 {
    margin-bottom: 5px;
    font-size: 2em;
    line-height: 1.4;
  }
  .experience .sub {
    margin-bottom: 2em;
  }
  .experience .exp-area {
    max-width: 575px;
  }
  .experience .exp-area .e-block .text {
    position: relative;
    width: 100%;
    transform: none;
    border-radius: 0 0 20px 20px;
    padding: 3.5em 2em 2em;
  }
  .experience .exp-area .e-block .text .num {
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
  }
  .experience .exp-area .e-block .photo {
    width: 100%;
    text-align: center;
  }
  .experience .exp-area .e-block .photo img {
    border-radius: 20px 20px 0 0;
    vertical-align: bottom;
  }
  .experience .note-box ul {
    font-size: 1em;
  }

  /* ---------------------------------- */
  /* aboutus */
  /* ---------------------------------- */
  .about {
    padding: 5em 0;
  }
  .about h2 {
    font-size: 2.6em;
  }
  .about .f-area {
    display: block;
  }
  .about .f-area .photo {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .about .f-area .text {
    width: 100%;
  }

  /* ---------------------------------- */
  /* access */
  /* ---------------------------------- */
  .access {
    background-size: 15px;
    padding: 3em 0;
  }
  .access .inblock {
    display: block;
  }
  .access .inblock .text {
    width: 100%;
    margin-bottom: 1em;
  }
  .access .inblock .text h2 {
    font-size: 2.6em;
    text-align: center;
  }
  .access .inblock .text .address {
    font-size: 1.2em;
  }
  .access .inblock .fig {
    width: 100%;
    text-align: center;
  }

  .map {
    margin-bottom: 3em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .contents {
    padding-bottom: 60px;
  }

  .r-btn {
    width: 100%;
  }
  .r-btn a {
    width: 100%;
    height: 60px;
    padding: .5em;
    font-size: 1.4em;
  }
  .r-btn a::before {
    border-width: 25px;
  }

  /* ---------------------------------- */
  /* main */
  /* ---------------------------------- */
  #mainvisual {
    height: 45vh;
  }
  #mainvisual::before {
    background-size: 350px;
  }
  #mainvisual .outblock .text {
    bottom: 20%;
  }
  #mainvisual .outblock .text h1 {
    font-size: 1.4em;
  }
  #mainvisual .outblock .text .sub {
    font-size: 1.1em;
  }

  /* ---------------------------------- */
  /* miso */
  /* ---------------------------------- */
  .miso {
    padding: 4em 0 1em;
  }
  .miso .inblock .text-area h2 {
    font-size: 1.2em;
  }

  /* ---------------------------------- */
  /* experience */
  /* ---------------------------------- */
  .experience {
    padding: 25% 0 3em;
  }
  .experience h2 {
    font-size: 1.6em;
  }
  .experience .sub {
    margin-bottom: 1em;
    font-size: 1em;
  }
  .experience .pic.miso01 {
    top: -5em;
    width: 55%;
  }
  .experience .pic.miso02 {
    top: 1em;
  }
  .experience .exp-area .e-block {
    margin-bottom: 2em;
  }
  .experience .exp-area .e-block .text {
    padding: 2em 1.5em 1.5em;
  }
  .experience .exp-area .e-block .text .num {
    width: 70px;
  }
  .experience .note-box {
    padding: 1em;
  }

  /* ---------------------------------- */
  /* aboutus */
  /* ---------------------------------- */
  .about {
    background-size: 90%, auto;
  }
  .about .miso03 {
    width: 40%;
    top: -2em;
  }
  .about h2 {
    font-size: 2em;
  }

  /* ---------------------------------- */
  /* access */
  /* ---------------------------------- */
  .access::before {
    width: 110%;
  }
  .access .inblock .text h2 {
    font-size: 2em;
  }

  .map .map-box {
    padding-bottom: 70%;
  }

  .copy {
    padding: .5em 0;
  }
}
