@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  background-image: url(../img/html_bg.jpg);
  background-repeat: repeat;
  scroll-behavior: smooth;
}
.mb10{
  margin-bottom: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 0.5209vw;
  }
}

body {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  color: #3c3c3c;
  word-break: break-all;
  -webkit-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
}

img {
  width: 100%;
  height: auto;
}

.fas,
.far,
.fab {
  font-size: 90%;
  padding-right: 0.6em;
}

.sp {
  display: block;
}

@media screen and (min-width: 700px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 700px) {
  .pc {
    display: block;
  }
}

.pc-inline {
  display: none;
}

@media screen and (min-width: 700px) {
  .pc-inline {
    display: inline;
  }
}

.text-bold {
  font-weight: 500;
}

.text-s {
  font-size: 1.3rem;
}

.text-en {
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.text-deco {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f0e68c));
  background: linear-gradient(transparent 70%, #f0e68c 70%);
  margin: 0 0.2em;
  padding: 0 0.2em;
}

.text-small {
  font-size: 80%;
}

.ly_main {
  width: 100%;
  padding: 0 10%;
}

@media screen and (min-width: 700px) {
  .ly_main {
    width: 100%;
    padding: 0 6rem 0 2%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1320px) {
  .ly_main {
    padding: 0 10%;
  }
}

/* エフェクト関係----------------------------------*/
/* 画面外にいる状態 */
.js_fadein {
  opacity: 0;
  -webkit-transform: translate(0, 2.5rem);
          transform: translate(0, 2.5rem);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

/* 画面内に入った状態 */
.js_fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header {
  position: relative;
  margin-bottom: 4rem;
}

.header--title-img {
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.0rem 0 1.2rem;
}

.header--mv {
  width: 100%;
}

.header--cap {
  font-size: 1.0rem;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .header--mv {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1190px) {
  .header--mv {
    padding: 0 10%;
  }
  .header--cap {
    position: absolute;
    top: 8rem;
    right: 5%;
    padding-right: 1rem;
  }
}

.btn_top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 7.6em;
  z-index: 9999;
}

.btn_top:hover {
  opacity: 0.7;
}

@media screen and (min-width: 700px) {
  .btn_top {
    top: 0;
    bottom: inherit;
    width: 14.4rem;
  }
}

.side_btn {
  position: fixed;
  z-index: 9999;
  top: 15rem;
  right: 0;
}

.side_btn a {
  display: block;
  width: 6.0rem;
  height: 9.1rem;
  margin-bottom: 1rem;
}

.side_btn a img {
  width: 100%;
}

.side_btn a.side_btn_00 {
  background-color: #333;
}

.side_btn a.side_btn_00:hover {
  background-color: #666;
}

.side_btn a.side_btn_01 {
  background-color: #62c183;
}

.side_btn a.side_btn_01:hover {
  background-color: #4a8b60;
}

.side_btn a.side_btn_02 {
  background-color: #6088a0;
}

.side_btn a.side_btn_02:hover {
  background-color: #496a7e;
}

.side_btn a.side_btn_03 {
  background-color: #c47e5f;
}

.side_btn a.side_btn_03:hover {
  background-color: #916552;
}

.contents {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contents:nth-of-type(odd) {
  background-image: url(../img_tour/naka_block_bg01.jpg);
}

.contents a {
  position: relative;
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: 1px dotted #3c3c3c;
  padding-bottom: 2px;
}

.contents a:hover {
  color: #3c3c3c !important;
  opacity: 0.7;
}

.contents--item {
  position: relative;
  margin-bottom: 4rem;
}

.contents--item:last-of-type {
  margin-bottom: 0;
}

.contents--item-box-text {
  position: relative;
  padding: 2rem 2rem 0.4rem;
  margin-bottom: 2rem;
}

.contents--item-box-text p {
  margin-bottom: 1em;
}

.contents--item-box-text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
}

.contents--item-box-text::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}

.contents--item-box-img {
  position: relative;
  overflow: hidden;
}

.contents--item-box-img:before {
  content: "";
  display: block;
  width: calc( 1.5rem + 1px);
  height: calc( 1.5rem + 1px);
  position: absolute;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  top: 0;
  right: 0;
}

.contents--item-box-img:after {
  content: "";
  display: block;
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 1.5rem;
  right: 1.5rem;
}

@media screen and (min-width: 700px) {
  .contents {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .contents--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents--item-box {
    width: 50%;
    padding: 0 2rem;
  }
  .contents--item-box-text {
    max-width: 40rem;
    margin-left: auto;
  }
  .contents--item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents--item:nth-of-type(even) .contents--item-box-text {
    margin-left: 0;
    margin-right: auto;
  }
  .contents.reverse .contents--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents.reverse .contents--item-box-text {
    margin-left: inherit;
    margin-right: auto;
  }
  .contents.reverse .contents--item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contents.reverse .contents--item:nth-of-type(even) .contents--item-box-text {
    margin-left: auto;
    margin-right: inherit;
  }
}

.information--head {
  text-align: center;
  margin-bottom: 0.6rem;
}

.information--group {
  border: 1px solid #3c3c3c;
  border-radius: 0.5rem;
  padding-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.information--group-title {
  color: #CD4A2C;
  font-size: 2.0rem;
  text-align: center;
  border-bottom: 1px solid #3c3c3c;
  padding: 0.6rem;
  letter-spacing: 0.1em;
}

.information--group-text {
  padding: 2.4rem 3.2rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.information--group-text p {
  margin-bottom: 1em;
}

.information--group-text a:hover {
  color: #CD4A2C;
}

.information--group-link {
  text-align: right;
}

.information--group-link a {
  position: relative;
  display: inline-block;
  padding: 1rem;
  padding-right: 4.6rem;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.information--group-link a:after {
  content: "";
  width: 3.2rem;
  height: 1px;
  background-color: #3c3c3c;
  position: absolute;
  top: 50%;
  right: 0;
}

.information--group-link a:hover {
  color: #CD4A2C;
  letter-spacing: 0.3em;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.information--group-link a:hover:after {
  background-color: #CD4A2C;
}

@media screen and (min-width: 700px) {
  .information {
    padding: 0 2rem;
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
  .information--head {
    text-align: left;
    padding-left: 2em;
  }
  .information--group-title {
    text-align: left;
    padding-left: 2.6rem;
  }
  .information--group-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .information--group-link {
    margin-left: auto;
  }
}

.contents_sub {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.contents_sub--title {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

.contents_sub--title-main {
  font-size: 2.4rem;
  color: #CD4A2C;
}

.contents_sub--contents .card--item {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding-bottom: 0rem;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contents_sub--contents .card--item a {
  position: relative;
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: 1px dotted #3c3c3c;
  padding-bottom: 2px;
}

.contents_sub--contents .card--item a:hover {
  color: #3c3c3c !important;
  opacity: 0.7;
}

.contents_sub--contents .card--item-box-text {
  padding: 2rem;
  padding-bottom: 0;
}

.contents_sub--contents .card--item .information {
  padding: 2rem;
  margin-top: 0rem;
}

.contents_sub--contents .card--item .information--head {
  text-align: center;
  padding-left: 0;
}

.contents_sub--contents .card--item .information--group-title {
  font-size: 1.4rem;
  text-align: center;
  padding-left: 0;
}

.contents_sub--contents .card--item .information--group-box {
  display: block;
}

@media screen and (min-width: 640px) {
  .contents_sub--contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents_sub--contents .card--item {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .contents_sub--contents .card--item {
    width: calc(33.3% - 4rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .contents_sub--contents .card--item-box-text {
    min-height: 34rem;
  }
  .contents_sub--contents .card--item .information--group {
    min-height: 47rem;
  }
}

@media screen and (min-width: 1500px) {
  .contents_sub--contents .card--item-box-text {
    min-height: 24rem;
  }
  .contents_sub--contents .card--item .information--group {
    min-height: 35rem;
  }
}

.banner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.banner a {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}

.banner a:last-of-type {
  margin-bottom: 0;
}

.banner a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 700px) {
  .banner a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    height: 20rem;
  }
  .banner a.banner_01 {
    background-image: url(../img_tour/banner_day1_bg01.jpg);
  }
  .banner a.banner_02 {
    background-image: url(../img_tour/banner_day2_bg01.jpg);
  }
  .banner a.banner_03 {
    background-image: url(../img_tour/banner_day3_bg01.jpg);
  }
  .banner a img {
    width: auto;
    height: 20rem;
    margin-left: auto;
  }
}

.policy .ly-content-area {
  padding: 2rem 10% 6rem;
  font-size: 0.75rem;
  text-align: left;
}

.policy .ly-content-area a {
  position: relative;
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: 1px dotted #3c3c3c;
  padding-bottom: 2px;
}

.policy .ly-content-area a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 700px) {
  .policy .ly-content-area {
    padding: 0 10%;
    padding-bottom: 8rem;
    text-align: center;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #CD4A2C;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  padding-bottom: 12rem;
}

.last {
  text-align: center;
  color: #CD4A2C;
  font-size: 2rem;
  padding-bottom: 4rem;
}

.last img {
  margin-bottom: 4rem;
}
/*# sourceMappingURL=style_tour.css.map */