@charset "UTF-8";
/* フォント設定 */
@font-face {
  font-family: 'Copperplate Gothic Bold Regular';
  src: url("./../fonts/Copperplate Gothic Bold Regular.ttf"); }

@font-face {
  font-family: 'Copperplate Gothic Bold';
  src: url("./../fonts/CopperplateGothicBold.ttf"); }

@font-face {
  font-family: 'ZenMaruGothic-regular';
  src: url("./../fonts/ZenMaruGothic-Regular.ttf"); }

@font-face {
  font-family: 'ZenMaruGothic-medium';
  src: url("./../fonts/ZenMaruGothic-Medium.ttf"); }

@font-face {
  font-family: 'ZenMaruGothic-bold';
  src: url("./../fonts/ZenMaruGothic-Bold.ttf"); }

/* line 26, scss/setting/_fonts.scss */
body {
  font-family: ZenMaruGothic-regular !important; }

/* ユーティリティ設定 */
/*==================================================
 * utility margin
 *================================================*/
/* margin */
/* line 6, scss/setting/_utility.scss */
.m0 {
  margin: 0; }

/* line 7, scss/setting/_utility.scss */
.m0a {
  margin: 0 auto; }

/* margin-top */
/* line 10, scss/setting/_utility.scss */
.mt5 {
  margin-top: 5px; }

/* line 11, scss/setting/_utility.scss */
.mt10 {
  margin-top: 10px; }

/* line 12, scss/setting/_utility.scss */
.mt15 {
  margin-top: 15px; }

/* line 13, scss/setting/_utility.scss */
.mt20 {
  margin-top: 20px; }

/* line 14, scss/setting/_utility.scss */
.mt25 {
  margin-top: 25px; }

/* line 15, scss/setting/_utility.scss */
.mt30 {
  margin-top: 30px; }

/* line 16, scss/setting/_utility.scss */
.mt35 {
  margin-top: 35px; }

/* line 17, scss/setting/_utility.scss */
.mt40 {
  margin-top: 40px; }

/* line 18, scss/setting/_utility.scss */
.mt45 {
  margin-top: 45px; }

/* line 19, scss/setting/_utility.scss */
.mt50 {
  margin-top: 50px; }

/* margin-bottom */
/* line 22, scss/setting/_utility.scss */
.mb0 {
  margin-bottom: 0px; }

/* line 23, scss/setting/_utility.scss */
.mb5 {
  margin-bottom: 5px; }

/* line 24, scss/setting/_utility.scss */
.mb10 {
  margin-bottom: 10px; }

/* line 25, scss/setting/_utility.scss */
.mb15 {
  margin-bottom: 15px; }

/* line 26, scss/setting/_utility.scss */
.mb20 {
  margin-bottom: 20px; }

/* line 27, scss/setting/_utility.scss */
.mb25 {
  margin-bottom: 25px; }

/* line 28, scss/setting/_utility.scss */
.mb30 {
  margin-bottom: 30px; }

/* line 29, scss/setting/_utility.scss */
.mb35 {
  margin-bottom: 35px; }

/* line 30, scss/setting/_utility.scss */
.mb40 {
  margin-bottom: 40px; }

/* line 31, scss/setting/_utility.scss */
.mb45 {
  margin-bottom: 45px; }

/* line 32, scss/setting/_utility.scss */
.mb50 {
  margin-bottom: 50px; }

/* line 33, scss/setting/_utility.scss */
.mb80 {
  margin-bottom: 80px !important; }

/*==================================================
 * utility padding
 *================================================*/
/* padding */
/* line 40, scss/setting/_utility.scss */
.p0 {
  padding: 0; }

/* padding-top */
/* line 43, scss/setting/_utility.scss */
.pt5 {
  padding-top: 5px; }

/* line 44, scss/setting/_utility.scss */
.pt10 {
  padding-top: 10px; }

/* line 45, scss/setting/_utility.scss */
.pt15 {
  padding-top: 15px; }

/* line 46, scss/setting/_utility.scss */
.pt20 {
  padding-top: 20px; }

/* line 47, scss/setting/_utility.scss */
.pt25 {
  padding-top: 25px; }

/* line 48, scss/setting/_utility.scss */
.pt30 {
  padding-top: 30px; }

/* line 49, scss/setting/_utility.scss */
.pt35 {
  padding-top: 35px; }

/* line 50, scss/setting/_utility.scss */
.pt40 {
  padding-top: 40px; }

/* line 51, scss/setting/_utility.scss */
.pt45 {
  padding-top: 45px; }

/* line 52, scss/setting/_utility.scss */
.pt50 {
  padding-top: 50px; }

/* padding-bottom */
/* line 55, scss/setting/_utility.scss */
.pb0 {
  padding-bottom: 0 !important; }

/* line 56, scss/setting/_utility.scss */
.pb5 {
  padding-bottom: 5px; }

/* line 57, scss/setting/_utility.scss */
.pb10 {
  padding-bottom: 10px; }

/* line 58, scss/setting/_utility.scss */
.pb15 {
  padding-bottom: 15px; }

/* line 59, scss/setting/_utility.scss */
.pb20 {
  padding-bottom: 20px; }

/* line 60, scss/setting/_utility.scss */
.pb25 {
  padding-bottom: 25px; }

/* line 61, scss/setting/_utility.scss */
.pb30 {
  padding-bottom: 30px; }

/* line 62, scss/setting/_utility.scss */
.pb35 {
  padding-bottom: 35px; }

/* line 63, scss/setting/_utility.scss */
.pb40 {
  padding-bottom: 40px; }

/* line 64, scss/setting/_utility.scss */
.pb45 {
  padding-bottom: 45px; }

/* line 65, scss/setting/_utility.scss */
.pb50 {
  padding-bottom: 50px; }

/* 変数設定 */
/* normalize */
/*==================================================
 * normalize.css v2.0.1 | MIT License | git.io/normalize
 *================================================*/
/* line 5, scss/base/_normalize.scss */
article,
aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* line 9, scss/base/_normalize.scss */
audio, canvas, video {
  display: inline-block; }

/* line 12, scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 16, scss/base/_normalize.scss */
[hidden] {
  display: none; }

/* line 19, scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

/* line 25, scss/base/_normalize.scss */
body {
  margin: 0; }

/* line 28, scss/base/_normalize.scss */
a:focus {
  outline: thin∫ dotted; }

/* line 31, scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 35, scss/base/_normalize.scss */
h1 {
  font-size: 2em; }

/* line 38, scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 41, scss/base/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 45, scss/base/_normalize.scss */
dfn {
  font-style: italic; }

/* line 48, scss/base/_normalize.scss */
mark {
  color: #000;
  background: #ff0; }

/* line 52, scss/base/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/* line 56, scss/base/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 61, scss/base/_normalize.scss */
q {
  quotes: '\201C' '\201D' '\2018' '\2019'; }

/* line 64, scss/base/_normalize.scss */
small {
  font-size: 80%; }

/* line 67, scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 74, scss/base/_normalize.scss */
sup {
  top: -.5em; }

/* line 77, scss/base/_normalize.scss */
sub {
  bottom: -.25em; }

/* line 80, scss/base/_normalize.scss */
img {
  border: 0; }

/* line 83, scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 86, scss/base/_normalize.scss */
figure {
  margin: 0; }

/* line 89, scss/base/_normalize.scss */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0; }

/* line 94, scss/base/_normalize.scss */
legend {
  padding: 0;
  border: 0; }

/* line 98, scss/base/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  -webkit-appearance: none; }

/* line 104, scss/base/_normalize.scss */
button, input {
  line-height: normal; }

/* line 107, scss/base/_normalize.scss */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

/* line 111, scss/base/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/* line 115, scss/base/_normalize.scss */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/* line 120, scss/base/_normalize.scss */
input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/* line 126, scss/base/_normalize.scss */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 130, scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 135, scss/base/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

/* line 139, scss/base/_normalize.scss */
table {
  border-spacing: 0;
  border-collapse: collapse; }

/* 共通ベーススタイル設定 */
/*==================================================
 * layout common
 *================================================*/
/* line 5, scss/base/_base.scss */
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;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

/* line 27, scss/base/_base.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 32, scss/base/_base.scss */
html {
  overflow-y: scroll;
  font-size: 16px; }

/* line 37, scss/base/_base.scss */
blockquote, q {
  quotes: none; }

/* line 41, scss/base/_base.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* line 49, scss/base/_base.scss */
input, textarea {
  margin: 0;
  padding: 0; }

/* line 54, scss/base/_base.scss */
ol, ul {
  list-style: none; }

/* line 58, scss/base/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 63, scss/base/_base.scss */
caption, th {
  text-align: left; }

/* line 67, scss/base/_base.scss */
a:focus {
  outline: none; }

/* line 71, scss/base/_base.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/* line 79, scss/base/_base.scss */
.clearfix {
  min-height: 1px; }

/* line 83, scss/base/_base.scss */
* html .clearfix {
  height: 1px; }

/* line 86, scss/base/_base.scss */
.both {
  clear: both; }

/* line 91, scss/base/_base.scss */
body {
  font-size: 100%;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-feature-settings: "palt" 1;
  word-break: break-all; }
  @media only screen and (max-width: 768px) {
    /* line 91, scss/base/_base.scss */
    body {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; } }

/* line 107, scss/base/_base.scss */
img {
  vertical-align: middle; }

/* line 112, scss/base/_base.scss */
a {
  color: #333;
  text-decoration: none; }

/* line 117, scss/base/_base.scss */
a:focus,
a:hover {
  text-decoration: none; }

/* line 122, scss/base/_base.scss */
ul, ol {
  list-style: none; }

/* line 126, scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: none;
  line-height: 1.5; }

/* line 132, scss/base/_base.scss */
p {
  margin: 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 2.2;
  letter-spacing: 1px; }

/* line 140, scss/base/_base.scss */
strong {
  font-weight: 600; }


/* レイアウト、モジュール設定 */
/*==================================================
 * 共通
 *================================================*/
/*==================================================
 * common
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 7, scss/layout/_common.scss */
  .secMargin {
    padding-top: 60px;
    padding-bottom: 50px; }
  /* line 12, scss/layout/_common.scss */

  .current_tours__contentspart a:hover {
    opacity: 0.8; }
  /* line 16, scss/layout/_common.scss */
  .target {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 40px;
    z-index: -999; }
  /* line 25, scss/layout/_common.scss */
  .targeted {
    position: relative; } 
  
    .line_add {
      position: absolute;
      top: 83%;
      left: 50%;
      transform: translateX(-50%);
      cursor: pointer;
    }
    .line_add a::before { /* ボタンと同じサイズの白い半透明の疑似要素beforeを作成し、非表示にしておく */
      position: relative;
      display: none;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #FFF;
      opacity: 0.2;
  }
  .line_add a:hover::before { /* マウスホバー時に先程作成したbeforeを表示させる */
    display: block;
  }
  }

@media only screen and (max-width: 900px) {
  /* line 35, scss/layout/_common.scss */
  .target {
    position: absolute;
    top: -50px;
    width: 100%;
    height: 60px;
    z-index: -999; }
  /* line 45, scss/layout/_common.scss */
  .targeted {
    position: relative; } }

/*==================================================
 * ヘッダー
 *================================================*/
/*==================================================
 * header
*================================================*/
/* line 5, scss/layout/_header.scss */
body {
  color: #2E593D !important;
  font-family: 'ZenMaruGothic-regular',sans-serif; }

@media only screen and (min-width: 900px) {
  /* line 15, scss/layout/_header.scss */
  .header {
    width: 100%;
    height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background-color: white;
    z-index: 10; }
    /* line 28, scss/layout/_header.scss */
    .header__logopart {
      width: 260px;
      float: left;
      margin-left: 20px; }
      /* line 36, scss/layout/_header.scss */
      .header__logopart__big {
        display: inline-block;
        width: 40px;
        vertical-align: middle; }
      /* line 43, scss/layout/_header.scss */
      .header__logopart__wanwan {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-left: 10px;
        font-size: 1.375rem;
        letter-spacing: 3px;
        font-family: ZenMaruGothic-bold;
        vertical-align: middle; }
    /* line 57, scss/layout/_header.scss */
    .header__nav {
      width: 76%;
      min-width: 850px;
      height: 40px;
      float: right; }
      /* line 65, scss/layout/_header.scss */
      .header__nav__ul {
        height: 40px;
        text-align: right; }
      /* line 71, scss/layout/_header.scss */
      .header__nav__li {
        display: inline-block;
        font-size: 1vw;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        padding-left: 6px;
        padding-right: 6px;
        text-align: center; }
      /* line 82, scss/layout/_header.scss */
      .header__nav__li a {
        font-weight: bold;
        letter-spacing: 1.5px !important;
        color: #2E593D; }
      .header__nav__li a img{
        width: 30px; }
      /* line 88, scss/layout/_header.scss */
      .header__nav__li__ig {
        margin-left: 5px;
        width: 30px; }
      /* line 93, scss/layout/_header.scss */
      .header__nav__li__button {
        margin-left: 10px;
        margin-right: 10px;
        width: 250px;
        text-align: center; }
      /* line 100, scss/layout/_header.scss */
      .header__nav__li__button a {
        width: 100%;
        background-color: #ED9685;
        color: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 30px; } }

@media only screen and (max-width: 900px) {
  /* line 121, scss/layout/_header.scss */
  .header {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    background-color: white;
    z-index: 10; }
    /* line 134, scss/layout/_header.scss */
    .header__logopart {
      width: 200px;
      float: left;
      margin-left: 15px; }
      /* line 142, scss/layout/_header.scss */
      .header__logopart__big {
        display: inline-block;
        width: 28px;
        vertical-align: middle; }
      /* line 149, scss/layout/_header.scss */
      .header__logopart__wanwan {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-left: 4px;
        font-size: 1.125rem;
        letter-spacing: 2px;
        font-family: ZenMaruGothic-bold;
        vertical-align: middle; }
    /* line 163, scss/layout/_header.scss */
    .header__nav {
      position: absolute;
      　top: 100px;
      right: -130%;
      width: 100%;
      height: 100vh;
      transition: .7s;
      overflow: hidden;
      background-color: #2E593D;
      z-index: 40; }
      /* line 178, scss/layout/_header.scss */
      .header__nav__ul {
        padding-top: 74px; }
      /* line 184, scss/layout/_header.scss */
      .header__nav__li {
        list-style-type: none;
        font-size: 1.25rem;
        text-align: center;
        margin-top: 5px; }
      /* line 193, scss/layout/_header.scss */
      .header__nav__li a {
        font-weight: bold;
        letter-spacing: 1.5px !important;
        color: white;
        display: block;
        text-decoration: none;
        margin: 0 15px;
        padding: 10px;
        transition: .5s;
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid white; }
      /* line 214, scss/layout/_header.scss */
      .header__nav__li__ig {
        display: none; }
      /* line 218, scss/layout/_header.scss */
      .header__nav__li__button {
        display: none; }
  /* line 234, scss/layout/_header.scss */
  #hamburger {
    background-color: #ED9685;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0; }
  /* line 246, scss/layout/_header.scss */
  .hamburger__sp {
    display: block;
    position: absolute;
    top: 16px;
    right: -4px;
    width: 51px;
    height: 25px;
    cursor: pointer;
    transition: 1s;
    z-index: 200; }
  /* line 261, scss/layout/_header.scss */
  .inner_line {
    display: block;
    position: absolute;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
    transition: 1s;
    border-radius: 4px; }
  /* line 272, scss/layout/_header.scss */
  .inner_linebk {
    background-color: #fff; }
  /* line 277, scss/layout/_header.scss */
  #line1 {
    top: 0; }
  /* line 280, scss/layout/_header.scss */
  #line2 {
    top: 12px; }
  /* line 283, scss/layout/_header.scss */
  #line3 {
    bottom: 0px; }
  /* line 287, scss/layout/_header.scss */
  .in {
    transform: translateX(-130%);
    position: fixed;
    top: 0; }
  /* line 293, scss/layout/_header.scss */
  .line_1, .line_2, .line_3 {
    background: #fff; }
  /* line 296, scss/layout/_header.scss */
  .line_1 {
    transform: translateY(11px) rotate(-45deg);
    top: 0px; }
  /* line 300, scss/layout/_header.scss */
  .line_2 {
    opacity: 0; }
  /* line 303, scss/layout/_header.scss */
  .line_3 {
    transform: translateY(-12px) rotate(45deg);
    bottom: 0; } }

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  /* line 312, scss/layout/_header.scss */
  .header {
    width: 100%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    background-color: white;
    z-index: 10; }
    /* line 325, scss/layout/_header.scss */
    .header__logopart {
      width: 260px;
      float: none;
      margin-left: 20px; }
    /* line 335, scss/layout/_header.scss */
    .header__nav {
      width: 100%;
      height: 40px;
      float: none; }
  /* line 346, scss/layout/_header.scss */
  .mv {
    padding-top: 120px !important; } 
  
}

/*==================================================
 * sec_コンセプト
 *================================================*/
/*==================================================
 * concept
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_concept.scss */
  .mv {
    width: 100%;
    padding-top: 60px; }
    /* line 14, scss/layout/_concept.scss */
    .mv__sec {
      width: 100%; 
      position: relative;
    }
    /* line 19, scss/layout/_concept.scss */
    .mv__concept {
      width: 100%; }
  /* line 24, scss/layout/_concept.scss */
  .concept {
    padding-top: 60px;
    padding-bottom: 137px; }
    /* line 27, scss/layout/_concept.scss */
    .concept__contentspart {
      width: 860px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    /* line 33, scss/layout/_concept.scss */
    .concept__title {
      font-family: Copperplate Gothic Bold;
      font-size: 1rem;
      color: #ED9685;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 3px; }
    /* line 44, scss/layout/_concept.scss */
    .concept__title__img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 20px; }
    /* line 53, scss/layout/_concept.scss */
    .concept__main {
      margin-top: 13px;
      font-size: 1.313rem;
      letter-spacing: 5px;
      font-weight: bold;
      line-height: 45px;
      text-decoration: underline;
      text-decoration-color: #DBE2CD;
      text-underline-offset: 12px;
      margin-bottom: 3px; }
    /* line 66, scss/layout/_concept.scss */
    .concept__p {
      color: #2E593D;
      letter-spacing: 1.5px;
      font-size: 1rem;
      margin-top: 22px; }
    /* line 73, scss/layout/_concept.scss */
    .concept__strong {
      font-family: ZenMaruGothic-bold; }
    /* line 77, scss/layout/_concept.scss */
    .concept__annotation {
      font-size: 0.625rem; }
    /* line 81, scss/layout/_concept.scss */
    .concept__img1 {
      position: absolute;
      width: 252px;
      top: 0px;
      right: 168px;
      z-index: -1; }
    /* line 88, scss/layout/_concept.scss */
    .concept__img2 {
      position: absolute;
      width: 100px;
      top: 125px;
      right: 58px;
      z-index: 0; }
    /* line 97, scss/layout/_concept.scss */
    .concept__img3 {
      position: absolute;
      width: 481px;
      bottom: -151px;
      right: -158px;
      z-index: -1; } }

@media only screen and (max-width: 900px) {
  /* line 112, scss/layout/_concept.scss */
  .mv {
    width: 100%;
    padding-top: 60px; }
    /* line 116, scss/layout/_concept.scss */
    .mv__sec {
      width: 100%; }
    /* line 121, scss/layout/_concept.scss */
    .mv__concept {
      width: 100%; }
  /* line 126, scss/layout/_concept.scss */
  .line_add {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translateX(-50%);
  }
  .line_add img {
    width: 100%;
  }
  .line_add a {
    position: relative;
  }


  .concept {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-x: hidden;
    height: 1006px; }
    /* line 132, scss/layout/_concept.scss */
    .concept__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    /* line 140, scss/layout/_concept.scss */
    .concept__title {
      font-family: Copperplate Gothic Bold;
      font-size: 0.75rem;
      color: #ED9685;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: 3px; }
    /* line 150, scss/layout/_concept.scss */
    .concept__title__img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
      width: 20px; }
    /* line 159, scss/layout/_concept.scss */
    .concept__main {
      font-family: 'ZenMaruGothic-medium';
      margin-top: 13px;
      font-size: 1.313rem;
      letter-spacing: 5px;
      line-height: 41px;
      text-decoration: underline;
      text-decoration-color: #DBE2CD;
      text-underline-offset: 7px;
      margin-bottom: 29px; }
    /* line 173, scss/layout/_concept.scss */
    .concept__p {
      color: #2E593D;
      letter-spacing: 1.5px;
      font-size: 0.875rem;
      margin-top: 20px;
      line-height: 23px; }
    /* line 181, scss/layout/_concept.scss */
    .concept__strong {
      font-family: ZenMaruGothic-bold; }
    /* line 185, scss/layout/_concept.scss */
    .concept__annotation {
      font-size: 0.688rem; }
    /* line 189, scss/layout/_concept.scss */
    .concept__img1 {
      position: absolute;
      width: 170px;
      top: 299px;
      right: -42px;
      z-index: -2; }
    /* line 196, scss/layout/_concept.scss */
    .concept__img2 {
      position: absolute;
      width: 70px;
      top: 653px;
      right: 11px;
      z-index: -1; }
    /* line 205, scss/layout/_concept.scss */
    .concept__img3 {
      position: absolute;
      width: 368px;
      top: 709px;
      right: -45px;
      z-index: -2; } }

/* line 216, scss/layout/_concept.scss */
body {
  overflow-x: hidden; }

/*==================================================
 * 特徴
 *================================================*/
/*==================================================
 * feature
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_feature.scss */
  .feature {
    width: 100%;
    background-color: #D1E0C4;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #2E593D; }
    /* line 16, scss/layout/_feature.scss */
    .feature__para {
      margin-top: 30px;
      text-align: center;
      color: #2E593D;
      font-size: 1rem;
      letter-spacing: 1.5px;
      line-height: 24px; }
    /* line 28, scss/layout/_feature.scss */
    .feature__contentspart {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      min-width: 800px; }
    /* line 36, scss/layout/_feature.scss */
    .feature__detail {
      position: relative;
      margin-top: 50px; }
      /* line 40, scss/layout/_feature.scss */
      .feature__detail--01 {
        width: 47%;
        float: left; }
      /* line 45, scss/layout/_feature.scss */
      .feature__detail--02 {
        width: 47%;
        float: left;
        margin-left: 48px; }
      /* line 51, scss/layout/_feature.scss */
      .feature__detail--03 {
        width: 31%;
        float: left; }
      /* line 56, scss/layout/_feature.scss */
      .feature__detail--04 {
        width: 31%;
        float: left;
        margin-left: 28px; }
      /* line 62, scss/layout/_feature.scss */
      .feature__detail--05 {
        width: 31%;
        float: left;
        margin-left: 28px; }
      /* line 68, scss/layout/_feature.scss */
      .feature__detail__num {
        font-family: Copperplate Gothic Bold;
        font-size: 3rem;
        color: #ED9685;
        position: absolute;
        top: -44px;
        left: 0; }
      /* line 79, scss/layout/_feature.scss */
      .feature__detail__img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        /* line 85, scss/layout/_feature.scss */
        .feature__detail__img--02 {
          margin-bottom: 22px; }
        /* line 89, scss/layout/_feature.scss */
        .feature__detail__img--03 {
          width: 90%; }
        /* line 94, scss/layout/_feature.scss */
        .feature__detail__img--04 {
          width: 77%; }
        /* line 99, scss/layout/_feature.scss */
        .feature__detail__img--05 {
          width: 77%; }
      /* line 105, scss/layout/_feature.scss */
      .feature__detail__ttl {
        text-align: center;
        font-size: 1.375rem;
        letter-spacing: 2px;
        font-weight: bold;
        margin-top: 16px;
        line-height: 28px; }
      /* line 113, scss/layout/_feature.scss */
      .feature__detail__para {
        color: #2E593D;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: justify;
        margin-top: 10px; } }

@media only screen and (max-width: 900px) {
  /* line 136, scss/layout/_feature.scss */
  .feature {
    width: 100%;
    background-color: #D1E0C4;
    padding-top: 60px;
    padding-bottom: 90px;
    color: #2E593D; }
    /* line 144, scss/layout/_feature.scss */
    .feature__para {
      font-family: 'ZenMaruGothic-medium';
      margin-top: 20px;
      text-align: center;
      color: #2E593D;
      font-size: 0.875rem;
      letter-spacing: 2px;
      line-height: 20px; }
    /* line 157, scss/layout/_feature.scss */
    .feature__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto; }
    /* line 164, scss/layout/_feature.scss */
    .feature__detail {
      position: relative;
      margin-top: 40px;
      width: 100%; }
      /* line 185, scss/layout/_feature.scss */
      .feature__detail__num {
        font-family: Copperplate Gothic Bold;
        font-size: 2.5rem;
        color: #ED9685;
        letter-spacing: 3px;
        position: absolute;
        top: -21px;
        left: 20px; }
      /* line 196, scss/layout/_feature.scss */
      .feature__detail__img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto; }
        /* line 202, scss/layout/_feature.scss */
        .feature__detail__img--02 {
          margin-bottom: 22px; }
        /* line 206, scss/layout/_feature.scss */
        .feature__detail__img--03 {
          width: 57%; }
        /* line 211, scss/layout/_feature.scss */
        .feature__detail__img--04 {
          width: 51%; }
        /* line 216, scss/layout/_feature.scss */
        .feature__detail__img--05 {
          width: 51%; }
      /* line 222, scss/layout/_feature.scss */
      .feature__detail__ttl {
        font-family: 'ZenMaruGothic-medium';
        text-align: center;
        font-size: 1.125rem;
        letter-spacing: 3px;
        font-weight: bold;
        margin-top: 16px;
        line-height: 23px; }
      /* line 232, scss/layout/_feature.scss */
      .feature__detail__para {
        color: #2E593D;
        font-size: 0.938rem;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: justify;
        margin-top: 15px;
        line-height: 22px;
        width: 300px;
        margin-left: auto;
        margin-right: auto; } }

/*==================================================
 * お知らせ
 *================================================*/
/*==================================================
 * news
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_news.scss */
  .news {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 40px; }
    /* line 16, scss/layout/_news.scss */
    .news__titlepart {
      width: 150px;
      float: left; }
      /* line 20, scss/layout/_news.scss */
      .news__titlepart__title {
        font-size: 1.875rem;
        letter-spacing: 5px;
        font-family: ZenMaruGothic-bold; }
      /* line 26, scss/layout/_news.scss */
      .news__titlepart__subtitle {
        font-family: 'Copperplate Gothic Bold';
        font-weight: bold;
        letter-spacing: 2px;
        color: #2E593D;
        margin-top: -2px; }
    /* line 36, scss/layout/_news.scss */
    .news__contentspart {
      width: 650px;
      float: right; }
      /* line 40, scss/layout/_news.scss */
      .news__contentspart__contents {
        padding-top: 5px;
        padding-bottom: 5px; }
      /* line 47, scss/layout/_news.scss */
      .news__contentspart__new {
        width: 70px;
        display: inline-block;
        font-size: 1rem;
        margin-left: 12px;
        letter-spacing: 2.5px;
        color: #D89485;
        font-family: 'Copperplate Gothic Bold';
        vertical-align: middle; }
      /* line 60, scss/layout/_news.scss */
      .news__contentspart__date {
        display: inline-block;
        letter-spacing: 1.5px;
        font-size: 1.188rem;
        width: 120px;
        vertical-align: middle; }
      /* line 69, scss/layout/_news.scss */
      .news__contentspart__genre {
        width: 80px;
        display: inline-block;
        font-size: 0.875rem;
        color: white;
        margin-left: 7px;
        height: 22px;
        line-height: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        background-color: #ED9685;
        vertical-align: middle; }
      /* line 88, scss/layout/_news.scss */
      .news__contentspart__title {
        width: 300px;
        display: inline-block;
        font-size: 1rem;
        margin-left: 12px;
        color: #2E593D;
        letter-spacing: 2.5px;
        text-decoration: underline;
        text-decoration-color: #DBE2CD;
        text-underline-offset: 3px;
        vertical-align: middle;
        line-height: 25px;
        margin-top: -4px; } }

@media only screen and (max-width: 900px) {
  /* line 116, scss/layout/_news.scss */
  .news {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    /* line 124, scss/layout/_news.scss */
    .news__titlepart {
      width: 340px; }
      /* line 127, scss/layout/_news.scss */
      .news__titlepart__title {
        font-size: 1.125rem;
        letter-spacing: 5px;
        font-family: ZenMaruGothic-bold; }
      /* line 133, scss/layout/_news.scss */
      .news__titlepart__subtitle {
        font-family: 'Copperplate Gothic Bold';
        font-weight: bold;
        letter-spacing: 2px;
        color: #2E593D;
        margin-top: -2px; }
    /* line 143, scss/layout/_news.scss */
    .news__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto; }
      /* line 148, scss/layout/_news.scss */
      .news__contentspart__contents {
        margin-top: 14px;
        position: relative; }
      /* line 153, scss/layout/_news.scss */
      .news__contentspart__date {
        display: inline-block;
        letter-spacing: 2px;
        font-size: 0.875rem;
        width: 93px; }
      /* line 161, scss/layout/_news.scss */
      .news__contentspart__genre {
        display: inline-block;
        font-size: 0.75rem;
        color: white;
        margin-left: 7px;
        height: 19px;
        line-height: 17px;
        width: 86px;
        text-align: center;
        background-color: #ED9685; }
      /* line 175, scss/layout/_news.scss */
      .news__contentspart__title {
        display: inline-block;
        font-size: 1rem;
        color: #2E593D;
        width: 340px;
        letter-spacing: 2.5px;
        text-decoration: underline;
        text-decoration-color: #DBE2CD;
        text-underline-offset: 4px;
        line-height: 26px; }
      /* line 191, scss/layout/_news.scss */
      .news__contentspart__new {
        display: inline-block;
        font-size: 0.875rem;
        letter-spacing: 1px;
        color: #D89485;
        font-family: 'Copperplate Gothic Bold Regular';
        position: absolute;
        right: 85px;
        top: 4px; } 
    }

/*==================================================
 * 現在開催中のツアー
 *================================================*/
/*==================================================
 * current_tours
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_current_tours.scss */
  .current_tours {
    background-image: url("./../images/bg/bg1.png");
    padding-top: 100px; }
    /* line 12, scss/layout/_current_tours.scss */
    .current_tours__navpart {
      width: 820px;
      margin-left: auto;
      margin-right: auto; }
      /* line 18, scss/layout/_current_tours.scss */
      .current_tours__navpart__nav {
        display: inline-block;
        width: 190px;
        text-align: center;
        border-radius: 18px;
        font-size: 1rem;
        letter-spacing: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: 'ZenMaruGothic-bold';
        margin-top: 50px;
        cursor: pointer; }
        /* line 33, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--all {
          border: 1.5px solid #D77C7C;
          color: #D77C7C; }
          /* line 37, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--all__clicked {
            color: white;
            background-color: #D77C7C; }
        /* line 43, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--this {
          border: 1.5px solid #D3A94E;
          color: #D3A94E;
          margin-left: 11px; }
          /* line 48, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--this__clicked {
            color: white;
            background-color: #D3A94E; }
        /* line 55, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--next {
          border: 1.5px solid #6E93B6;
          color: #6E93B6;
          margin-left: 11px; }
          /* line 60, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--next__clicked {
            color: white;
            background-color: #6E93B6; }
        /* line 67, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--afternext {
          border: 1.5px solid #A9BD4C;
          color: #A9BD4C;
          margin-left: 11px; }
          /* line 72, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--afternext__clicked {
            color: white;
            background-color: #A9BD4C; }
    /* line 80, scss/layout/_current_tours.scss */
    .current_tours__contentspart {
      width: 820px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
      margin-top: 15px; }
      /* line 89, scss/layout/_current_tours.scss */
      .current_tours__contentspart li:nth-child(3n+2) {
        margin-left: 30px; }
      /* line 93, scss/layout/_current_tours.scss */
      .current_tours__contentspart li:nth-child(3n) {
        margin-left: 30px; }
    /* line 99, scss/layout/_current_tours.scss */
    .current_tours__contents {
      display: inline-block;
      width: 250px;
      padding-bottom: 1px;
      background-color: white;
      margin-top: 30px;
      border-radius: 20px 20px 0px 0px;
      position: relative; }
      /* line 112, scss/layout/_current_tours.scss */
      .current_tours__contents__new {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 0.813rem;
        text-align: center;
        border-radius: 50%;
        background-color: white;
        color: #2E593D;
        z-index: 8;
        font-family: 'Copperplate Gothic Bold'; }
      /* line 132, scss/layout/_current_tours.scss */
      .current_tours__contents__imgflame {
        width: 100%;
        height: 170px; }
      /* line 140, scss/layout/_current_tours.scss */
      .current_tours__contents__mainimg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px 20px 0px 0px; }
      /* line 148, scss/layout/_current_tours.scss */
      .current_tours__contents__textpart {
        padding: 13px; }
      /* line 152, scss/layout/_current_tours.scss */
      /* .current_tours__contents__place {
        display: inline-block;
        background-color: #ED9685;
        border-radius: 12px;
        font-size: 0.813rem;
        line-height: 26px;
        color: white;
        letter-spacing: 2px;
        padding-left: 11px;
        padding-right: 11px;
        font-family: 'ZenMaruGothic-bold'; } */
      /* line 167, scss/layout/_current_tours.scss */
      .current_tours__contents__date {
        font-weight: bold;
        font-size: 1.188rem; }
      /* line 172, scss/layout/_current_tours.scss */
      .current_tours__contents__title {
        color: #2E593D;
        font-size: 0.938rem;
        line-height: 25px;
        margin-top: 8px;
        font-family: 'ZenMaruGothic-bold';
        text-align: justify; }
      /* line 181, scss/layout/_current_tours.scss */
      .current_tours__contents__cap {
        color: #2E593D;
        font-size: 0.875rem;
        letter-spacing: 3px;
        text-align: justify;
        margin-top: 7px;
        line-height: 23px; }
      /* line 190, scss/layout/_current_tours.scss */
      .current_tours__contents__plice {
        color: #2E593D;
        text-align: left;
        border-bottom: 1px solid #2E593D;
        /* margin-top: 15px; */
        padding-top: 4px;
        font-size: 0.813rem; }
      /* line 199, scss/layout/_current_tours.scss */
      .current_tours__contents__plicenum {
        font-size: 1.125rem;
        padding-right: 7px; } }

@media only screen and (max-width: 900px) {
  /* line 215, scss/layout/_current_tours.scss */
  .current_tours {
    background-image: url("./../images/bg/bg1.png");
    padding-top: 50px; }
    /* line 220, scss/layout/_current_tours.scss */
    .current_tours__navpart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
      /* line 229, scss/layout/_current_tours.scss */
      .current_tours__navpart__nav {
        display: inline-block;
        width: 155px;
        text-align: center;
        border-radius: 18px;
        font-size: 0.75rem;
        letter-spacing: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-family: 'ZenMaruGothic-bold';
        margin-top: 10px; }
        /* line 242, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--all {
          border: 1.5px solid #D77C7C;
          color: #D77C7C; }
          /* line 246, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--all__clicked {
            color: white;
            background-color: #D77C7C; }
        /* line 252, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--this {
          border: 1.5px solid #D3A94E;
          color: #D3A94E;
          margin-left: 11px; }
          /* line 257, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--this__clicked {
            color: white;
            background-color: #D3A94E; }
        /* line 264, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--next {
          border: 1.5px solid #6E93B6;
          color: #6E93B6; }
          /* line 268, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--next__clicked {
            color: white;
            background-color: #6E93B6; }
        /* line 275, scss/layout/_current_tours.scss */
        .current_tours__navpart__nav--afternext {
          border: 1.5px solid #A9BD4C;
          color: #A9BD4C;
          margin-left: 11px; }
          /* line 280, scss/layout/_current_tours.scss */
          .current_tours__navpart__nav--afternext__clicked {
            color: white;
            background-color: #A9BD4C; }
    /* line 288, scss/layout/_current_tours.scss */
    .current_tours__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
      margin-top: 15px; }
      /* line 297, scss/layout/_current_tours.scss */
      .current_tours__contentspart li:nth-child(2n) {
        margin-left: 14px; }
    /* line 304, scss/layout/_current_tours.scss */
    .current_tours__contents {
      display: inline-block;
      width: 159px;
      padding-bottom: 1px;
      background-color: white;
      margin-top: 30px;
      border-radius: 12px 12px 0px 0px;
      position: relative; }
      /* line 316, scss/layout/_current_tours.scss */
      .current_tours__contents__new {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 0.625rem;
        text-align: center;
        border-radius: 50%;
        background-color: white;
        color: #2E593D;
        z-index: 8;
        font-family: 'Copperplate Gothic Bold'; }
      /* line 336, scss/layout/_current_tours.scss */
      .current_tours__contents__imgflame {
        width: 100%;
        height: 110px; }
      /* line 344, scss/layout/_current_tours.scss */
      .current_tours__contents__mainimg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px 12px 0px 0px; }
      /* line 352, scss/layout/_current_tours.scss */
      .current_tours__contents__textpart {
        padding: 4px;
        padding-top: 7px; }
      /* line 357, scss/layout/_current_tours.scss */
      /* .current_tours__contents__place {
        display: inline-block;
        background-color: #ED9685;
        border-radius: 12px;
        font-size: 0.688rem;
        line-height: 26px;
        color: white;
        letter-spacing: 2px;
        padding-left: 8px;
        padding-right: 8px;
        font-family: 'ZenMaruGothic-medium'; } */
      /* line 372, scss/layout/_current_tours.scss */
      .current_tours__contents__date {
        font-weight: bold;
        font-size: 1rem; }
      /* line 376, scss/layout/_current_tours.scss */
      .current_tours__contents__title {
        color: #2E593D;
        font-size: 0.813rem;
        line-height: 25px;
        margin-top: 5px;
        font-family: 'ZenMaruGothic-medium';
        text-align: justify; }
      /* line 386, scss/layout/_current_tours.scss */
      .current_tours__contents__plice {
        color: #2E593D;
        text-align: left;
        border-bottom: 1px solid #2E593D;
        /* margin-top: 15px; */
        padding-top: 4px;
        font-size: 0.813rem; }
      /* line 395, scss/layout/_current_tours.scss */
      .current_tours__contents__plicenum {
        font-size: 1.125rem;
        padding-right: 3px; } }

/*==================================================
 * 過去開催したツアー
 *================================================*/
/*==================================================
 * past_tours
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_past_tours.scss */
  .past_tours {
    padding-top: 100px; }
    /* line 10, scss/layout/_past_tours.scss */
    .past_tours__contentspart {
      margin-top: 50px; }
      /* line 14, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul {
        display: grid;
        object-fit: cover;
        justify-items: center;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        /* row-gap: 20px; */
        margin: 5%;
      }
      /* line 21, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li {
        /* width: 20vw; */
        /* height: 17vw; */
        /* flex-grow: 1;  */
        width: 100%;
        height: 200px;
      }
      /* line 28, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block; }
      /* line 35, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      /* line 42, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a span {
        color: #fff;
        width: 100%;
        height: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
      /* line 58, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a:hover {
        opacity: 1; }
      /* line 62, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a:hover span {
        opacity: 1; } 
      
      }

@media only screen and (max-width: 900px) {
  /* line 75, scss/layout/_past_tours.scss */
  .past_tours {
    padding-top: 40px; }
    /* line 77, scss/layout/_past_tours.scss */
    .past_tours__contentspart {
      margin-top: 30px; }
      /* line 81, scss/layout/_past_tours.scss */
      /* .past_tours__contentspart ul {
        width: 100%;
        display: flex;
        align-items: center; } */
      /* line 88, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li {
        /* width: 33.3vw; */
        height: 150px;
        width: 100%;
        /* height: 20%; */
        /* object-fit: cover; */
        /* flex-grow: 1;  */
      }
      .past_tours__contentspart ul {
        display: grid;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
        /* row-gap: 10px; */
        margin: 5%;
      }

      /* line 95, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block; }
      /* line 102, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      /* line 109, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a span {
        color: #fff;
        width: 100%;
        height: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 0.75rem; }
      /* line 126, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a:hover {
        opacity: 1; }
      /* line 130, scss/layout/_past_tours.scss */
      .past_tours__contentspart ul li a:hover span {
        opacity: 1; } }

/*==================================================
 * gallery
 *================================================*/
/*==================================================
 * gallery
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 7, scss/layout/_gallery.scss */
  .gallery {
    width: 100%; }
    /* line 10, scss/layout/_gallery.scss */
    .gallery__contentspart {
      width: 82%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
    /* line 22, scss/layout/_gallery.scss */
    .gallery__contentspart ul li {
      display: inline-block;
      margin-left: 0.9vw;
      margin-top: 1vw; }
    /* line 28, scss/layout/_gallery.scss */
    .gallery__contentspart ul li img {
      width: 15vw;
      height: 15vw;
      object-fit: cover; }
    /* line 34, scss/layout/_gallery.scss */
    .gallery__contentspart ul li img:hover {
      cursor: pointer;
      ;opacity: 0.5 } }

@media only screen and (max-width: 900px) {
  /* line 45, scss/layout/_gallery.scss */
  .gallery {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px; }
    /* line 51, scss/layout/_gallery.scss */
    .gallery__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
    /* line 60, scss/layout/_gallery.scss */
    .gallery__contentspart ul li:last-child {
      display: none; }
    /* line 65, scss/layout/_gallery.scss */
    .gallery__contentspart ul li {
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px;
      margin-top: 10px; }
    /* line 72, scss/layout/_gallery.scss */
    .gallery__contentspart ul li img {
      width: 97px;
      height: 97px;
      object-fit: cover; }
    /* line 78, scss/layout/_gallery.scss */
    .gallery__contentspart ul li img:hover {
      cursor: pointer;
      opacity: 0.5; } }

/* line 87, scss/layout/_gallery.scss */
#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 80; }

/* line 99, scss/layout/_gallery.scss */
#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
  z-index: 80; }

/*==================================================
 * お客様の声
 *================================================*/
/*==================================================
 * usersvoice
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 7, scss/layout/_usersvoice.scss */
  .users_voice {
    background-color: #ED9685;
    padding-top: 100px;
    padding-bottom: 70px; }
    /* line 12, scss/layout/_usersvoice.scss */
    .users_voice__contentspart {
      margin-top: 20px;
      width: 820px;
      margin-left: auto;
      margin-right: auto; }
      /* line 19, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li {
        width: 395px;
        float: left;
        margin-top: 50px; }
      /* line 25, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li:nth-child(2) {
        margin-left: 30px; }
      /* line 30, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li:nth-child(5) {
        margin-left: 30px; }
      /* line 36, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__userpart {
        width: 135px; }
        /* line 40, scss/layout/_usersvoice.scss */
        .users_voice__contentspart__userpart--part1 {
          float: left; }
        /* line 44, scss/layout/_usersvoice.scss */
        .users_voice__contentspart__userpart--part2 {
          float: right; }
      /* line 50, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__iconarea {
        background-color: white;
        width: 100%;
        border-radius: 50%; }
      /* line 57, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__icon {
        width: 100%;
        border-radius: 50%; }
      /* line 63, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__att {
        color: white;
        text-align: center;
        font-size: 0.875rem;
        font-weight: bold;
        font-family: 'ZenMaruGothic-bold';
        letter-spacing: 1px; }
      /* line 72, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__name {
        color: white;
        text-align: center;
        font-size: 1rem;
        font-family: 'ZenMaruGothic-bold';
        letter-spacing: 2px;
        margin-top: -7px; }
      /* line 83, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__commentpart {
        color: #2E593D;
        background-color: white;
        width: 180px;
        padding: 20px;
        padding-top: 22px;
        padding-bottom: 30px;
        border-radius: 30px;
        text-align: justify;
        position: relative;
        font-size: 0.875rem;
        line-height: 21px;
        letter-spacing: 1px; }
        /* line 96, scss/layout/_usersvoice.scss */
        .users_voice__contentspart__commentpart--part1 {
          float: left;
          margin-left: 30px; }
        /* line 101, scss/layout/_usersvoice.scss */
        .users_voice__contentspart__commentpart--part2 {
          float: right;
          margin-right: 30px; }
      /* line 107, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__commentpart--part1::before {
        content: "";
        position: absolute;
        top: 57px;
        left: -28px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid white; }
      /* line 117, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__commentpart--part2::before {
        content: "";
        position: absolute;
        top: 57px;
        right: -28px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 15px solid white; } }

@media only screen and (max-width: 900px) {
  /* line 135, scss/layout/_usersvoice.scss */
  .users_voice {
    background-color: #ED9685;
    padding-top: 50px;
    padding-bottom: 30px; }
    /* line 140, scss/layout/_usersvoice.scss */
    .users_voice__contentspart {
      margin-top: 20px;
      width: 340px;
      margin-left: auto;
      margin-right: auto; }
      /* line 147, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li {
        width: 160px;
        float: left;
        margin-top: 30px; }
      /* line 153, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li:nth-child(2) {
        margin-left: 20px; }
      /* line 158, scss/layout/_usersvoice.scss */
      .users_voice__contentspart li:nth-child(5) {
        margin-left: 20px; }
      /* line 164, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__userpart {
        width: 100%; }
      /* line 170, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__iconarea {
        background-color: white;
        width: 75%;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto; }
      /* line 179, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__icon {
        width: 100%;
        border-radius: 50%; }
      /* line 185, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__att {
        color: white;
        text-align: center;
        font-size: 0.875rem;
        font-weight: bold;
        font-family: 'ZenMaruGothic-bold';
        letter-spacing: 1px; }
      /* line 194, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__name {
        color: white;
        text-align: center;
        font-size: 1rem;
        font-family: 'ZenMaruGothic-bold';
        letter-spacing: 2px;
        margin-top: -7px; }
      /* line 205, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__commentpart {
        color: #2E593D;
        background-color: white;
        padding: 12px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 20px;
        text-align: justify;
        position: relative;
        font-size: 0.75rem;
        line-height: 21px;
        letter-spacing: 0px;
        margin-top: 10px; }
      /* line 222, scss/layout/_usersvoice.scss */
      .users_voice__contentspart__commentpart::before {
        content: "";
        position: absolute;
        top: -28px;
        left: 42%;
        margin-top: 2px;
        border: 15px solid transparent;
        border-bottom: 15px solid white; } }

/*==================================================
 * よくある質問
 *================================================*/
/*==================================================
 * faq
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 9, scss/layout/_faq.scss */
  .faq {
    background-image: url("./../images/bg/bg1.png");
    padding-bottom: 60px; }
    /* line 14, scss/layout/_faq.scss */
    .faq__contentspart {
      width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 45px; }
      /* line 21, scss/layout/_faq.scss */
      .faq__contentspart li:last-child ul {
        border-bottom: 0px solid #ED9685; }
    /* line 27, scss/layout/_faq.scss */
    .faq__faqpart {
      border-bottom: 1px solid #ED9685;
      padding-top: 15px;
      padding-bottom: 15px; }
      /* line 34, scss/layout/_faq.scss */
      .faq__faqpart li {
        margin-top: 10px; }
      /* line 38, scss/layout/_faq.scss */
      .faq__faqpart li p {
        display: inline-block;
        vertical-align: middle; }
    /* line 44, scss/layout/_faq.scss */
    .faq__icon {
      display: block;
      width: 38px;
      height: 38px;
      text-align: center;
      line-height: 37px;
      border-radius: 50%;
      color: white;
      font-size: 1.5rem;
      font-family: 'Copperplate Gothic Bold Regular';
      margin-left: 10px; }
      /* line 57, scss/layout/_faq.scss */
      .faq__icon--q {
        background-color: #2E593D; }
      /* line 60, scss/layout/_faq.scss */
      .faq__icon--a {
        background-color: #ED9685; }
    /* line 65, scss/layout/_faq.scss */
    .faq__sentense {
      color: #2E593D;
      width: 620px;
      margin-left: 15px;
      text-align: justify;
      font-size: 1rem; }
      /* line 74, scss/layout/_faq.scss */
      .faq__sentense--q {
        font-family: 'Copperplate Gothic Bold';
        font-weight: bold;
        letter-spacing: 4px; }
      /* line 80, scss/layout/_faq.scss */
      .faq__sentense--a {
        letter-spacing: 1px; } }

@media only screen and (max-width: 900px) {
  /* line 94, scss/layout/_faq.scss */
  .faq {
    background-image: url("./../images/bg/bg1.png");
    padding-top: 60px;
    padding-bottom: 40px; }
    /* line 100, scss/layout/_faq.scss */
    .faq__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px; }
      /* line 107, scss/layout/_faq.scss */
      .faq__contentspart li:last-child ul {
        border-bottom: 0px solid #ED9685; }
    /* line 113, scss/layout/_faq.scss */
    .faq__faqpart {
      border-bottom: 2px solid #ED9685;
      padding-top: 15px;
      padding-bottom: 15px; }
      /* line 119, scss/layout/_faq.scss */
      .faq__faqpart li {
        margin-top: 10px; }
      /* line 123, scss/layout/_faq.scss */
      .faq__faqpart li p {
        display: inline-block;
        vertical-align: middle; }
    /* line 129, scss/layout/_faq.scss */
    .faq__icon {
      display: block;
      width: 38px;
      height: 38px;
      text-align: center;
      line-height: 37px;
      border-radius: 50%;
      color: white;
      font-size: 1.5rem;
      font-family: 'Copperplate Gothic Bold Regular';
      margin-left: 3px; }
      /* line 142, scss/layout/_faq.scss */
      .faq__icon--q {
        background-color: #2E593D; }
      /* line 145, scss/layout/_faq.scss */
      .faq__icon--a {
        background-color: #ED9685; }
    /* line 150, scss/layout/_faq.scss */
    .faq__sentense {
      color: #2E593D;
      width: 287px;
      margin-left: 12px;
      text-align: justify; }
      /* line 158, scss/layout/_faq.scss */
      .faq__sentense--q {
        font-family: 'Copperplate Gothic Bold';
        font-weight: bold;
        letter-spacing: 3px;
        line-height: 1.5; }
      /* line 164, scss/layout/_faq.scss */
      .faq__sentense--a {
        letter-spacing: 2px;
        line-height: 1.6; } }

/*==================================================
 * お客様の声
 *================================================*/
/*==================================================
 * contact&footer
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_contact.scss */
  .contact {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px; }
    /* line 13, scss/layout/_contact.scss */
    .contact__title {
      font-weight: bold;
      font-size: 1.5rem;
      letter-spacing: 7px;
      text-align: center;
      color: #ED9685; }
    /* line 21, scss/layout/_contact.scss */
    .contact__subtitle {
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 2px;
      text-align: center;
      color: #2E593D;
      margin-top: 20px; }
    /* line 32, scss/layout/_contact.scss */
    .contact__send {
      width: 650px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      font-weight: bold;
      font-size: 1.875rem;
      letter-spacing: 3px;
      text-align: left;
      color: #2E593D;
      vertical-align: middle;
      margin-top: 1px; }
      /* line 45, scss/layout/_contact.scss */
      .contact__send--tel {
        letter-spacing: 5px; }
      /* line 50, scss/layout/_contact.scss */
      .contact__send--mail {
        font-size: 1.75rem; }
    /* line 55, scss/layout/_contact.scss */
    .contact__ul {
      text-decoration: underline; }
    /* line 59, scss/layout/_contact.scss */
    .contact__sendicon {
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px;
      margin-top: -6px; }
    /* line 67, scss/layout/_contact.scss */
    .contact__telattention {
      font-weight: bold;
      font-size: 0.938rem; }
    /* line 74, scss/layout/_contact.scss */
    .contact__attentionpart {
      width: 600px;
      border-top: 1px #8A8A8A dashed;
      border-bottom: 1px #8A8A8A dashed;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      padding-top: 9px;
      padding-bottom: 9px; }
    /* line 89, scss/layout/_contact.scss */
    .contact__attention {
      font-size: 0.688rem;
      letter-spacing: 2px;
      height: 19px;
      color: #8A8A8A; }
      /* line 98, scss/layout/_contact.scss */
      .contact__attention--red {
        color: red; } }

@media only screen and (max-width: 900px) {
  /* line 110, scss/layout/_contact.scss */
  .contact {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px; }
    /* line 115, scss/layout/_contact.scss */
    .contact__title {
      font-weight: bold;
      font-size: 1.25rem;
      letter-spacing: 4px;
      text-align: center;
      color: #ED9685; }
    /* line 123, scss/layout/_contact.scss */
    .contact__subtitle {
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 1.5px;
      text-align: center;
      color: #2E593D;
      margin-top: 20px; }
    /* line 134, scss/layout/_contact.scss */
    .contact__send {
      width: 340px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      font-weight: bold;
      font-size: 1.75rem;
      letter-spacing: 0px;
      text-align: left;
      color: #2E593D;
      vertical-align: middle;
      margin-top: 1px;
      position: relative; }
      /* line 150, scss/layout/_contact.scss */
      .contact__send--tel {
        letter-spacing: 5px; }
      /* line 155, scss/layout/_contact.scss */
      .contact__send--mail {
        margin-top: 40px;
        font-size: 1.5625rem; }
    /* line 161, scss/layout/_contact.scss */
    .contact__ul {
      text-decoration: underline; }
    /* line 165, scss/layout/_contact.scss */
    .contact__sendicon {
      display: inline-block;
      vertical-align: middle;
      padding-right: 8px;
      margin-top: -6px;
      width: 30px; }
    /* line 175, scss/layout/_contact.scss */
    .contact__telattention {
      width: 300px;
      font-weight: bold;
      font-size: 0.875rem;
      letter-spacing: 2px;
      position: absolute;
      top: 45px;
      left: 13.5%; }
    /* line 187, scss/layout/_contact.scss */
    .contact__attentionpart {
      width: 320px;
      border-top: 1px #8A8A8A dashed;
      border-bottom: 1px #8A8A8A dashed;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      padding-top: 9px;
      padding-bottom: 9px; }
    /* line 202, scss/layout/_contact.scss */
    .contact__attention {
      font-size: 0.75rem;
      letter-spacing: 1px;
      line-height: 24px;
      color: #8A8A8A;
      text-align: justify; }
      /* line 213, scss/layout/_contact.scss */
      .contact__attention--red {
        color: red; } }

/*==================================================
 * フッター
*================================================*/
/*==================================================
 * footer
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/layout/_footer.scss */
  .footer {
    background-color: #2E593D;
    padding-top: 40px; }
    /* line 13, scss/layout/_footer.scss */
    .footer__contentspart {
      width: 810px;
      margin-left: auto;
      margin-right: auto; }
    /* line 19, scss/layout/_footer.scss */
    .footer__company {
      display: inline-block;
      vertical-align: top; }
      /* line 23, scss/layout/_footer.scss */
      .footer__company li {
        font-size: 0.688rem;
        color: white;
        letter-spacing: 1px; }
      /* line 29, scss/layout/_footer.scss */
      .footer__company li a {
        color: white; }
      /* line 33, scss/layout/_footer.scss */
      .footer__company__name {
        color: white;
        font-size: 1rem;
        margin-bottom: 18px; }
      /* line 39, scss/layout/_footer.scss */
      .footer__company__permit {
        margin-top: 20px; }
    /* line 44, scss/layout/_footer.scss */
    .footer__nav {
      display: inline-block;
      vertical-align: top;
      margin-left: 300px; }
      /* line 50, scss/layout/_footer.scss */
      .footer__nav ul li {
        display: flex;
        flex-direction: column;
        height: 20px; }
      /* line 57, scss/layout/_footer.scss */
      .footer__nav ul li a {
        color: white;
        font-size: 0.625rem;
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        vertical-align: middle;
        text-decoration: none;
        line-height: 13px; }
      /* line 70, scss/layout/_footer.scss */
      .footer__nav ul li a::before {
        position: absolute;
        top: 2px;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 7px;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid white; }
    /* line 90, scss/layout/_footer.scss */
    .footer__ig {
      display: inline-block;
      vertical-align: middle;
      float: right; }
      /* line 94, scss/layout/_footer.scss */
      .footer__ig__p1 {
        text-align: center;
        color: white; }
      /* line 99, scss/layout/_footer.scss */
      .footer__ig__follow {
        font-size: 0.688rem; }
      /* line 102, scss/layout/_footer.scss */
      .footer__ig__logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 56px; }
      /* line 108, scss/layout/_footer.scss */
      .footer__ig__p2 {
        text-align: center;
        color: white;
        font-size: 0.688rem; }
    /* line 116, scss/layout/_footer.scss */
    .footer__copyright {
      text-align: center;
      font-size: 0.688rem;
      letter-spacing: 2px;
      width: 100%;
      height: 50px;
      background-color: white !important;
      margin-top: 50px;
      padding-top: 8px; } }

@media only screen and (max-width: 900px) {
  /* line 136, scss/layout/_footer.scss */
  .footer {
    background-color: #2E593D;
    padding-top: 40px; }
    /* line 140, scss/layout/_footer.scss */
    .footer__contentspart {
      width: 340px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    /* line 148, scss/layout/_footer.scss */
    .footer__company {
      display: inline-block;
      vertical-align: top; }
      /* line 152, scss/layout/_footer.scss */
      .footer__company li {
        font-size: 0.813rem;
        color: white;
        letter-spacing: 1px; }
      /* line 158, scss/layout/_footer.scss */
      .footer__company li a {
        color: white; }
      /* line 162, scss/layout/_footer.scss */
      .footer__company__name {
        color: white;
        font-size: 1.375rem;
        margin-bottom: 10px; }
      /* line 168, scss/layout/_footer.scss */
      .footer__company__permit {
        margin-top: 10px; }
    /* line 174, scss/layout/_footer.scss */
    .footer__nav {
      display: inline-block;
      vertical-align: top;
      margin-top: 20px;
      width: 100%; }
      /* line 182, scss/layout/_footer.scss */
      .footer__nav ul li {
        display: inline-block;
        height: 20px;
        margin-left: 4px; }
      /* line 189, scss/layout/_footer.scss */
      .footer__nav ul li a {
        color: white;
        font-size: 0.813rem;
        position: relative;
        display: inline-block;
        padding: 0 0 0 16px;
        vertical-align: middle;
        text-decoration: none;
        line-height: 13px; }
      /* line 202, scss/layout/_footer.scss */
      .footer__nav ul li a::before {
        position: absolute;
        top: 2px;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        left: 7px;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid white; }
    /* line 222, scss/layout/_footer.scss */
    .footer__ig {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 15px;
    right: -6px;
    width: 100px; }
	 .footer__ig2 {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 80px;
    right: 0px; }
      /* line 228, scss/layout/_footer.scss */
      .footer__ig__p1 {
        text-align: center;
        color: white; display: none; }
      /* line 233, scss/layout/_footer.scss */
      .footer__ig__follow {
        font-size: 0.625rem; }
      /* line 236, scss/layout/_footer.scss */
      .footer__ig__logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 45px; }
      /* line 242, scss/layout/_footer.scss */
      .footer__ig__p2 {
        text-align: center;
        color: white;
        font-size: 0.688rem; }
    /* line 250, scss/layout/_footer.scss */
    .footer__copyright {
      text-align: center;
      font-size: 0.625rem;
      letter-spacing: 1px;
      width: 100%;
      height: 29px;
      background-color: white !important;
      margin-top: 45px;
      padding-top: 4px; } }

/*==================================================
 * 各モジュール設定
 *================================================*/
/*==================================================
 * title
*================================================*/
@media only screen and (min-width: 900px) {
  /* line 8, scss/module/_title.scss */
  .titlepart {
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto; }
    /* line 16, scss/module/_title.scss */
    .titlepart--users_voice {
      color: white; }
    /* line 20, scss/module/_title.scss */
    .titlepart__title {
      font-size: 1.875rem;
      text-align: center;
      letter-spacing: 5px;
      position: relative;
      z-index: 1;
      font-family: ZenMaruGothic-bold; }
    /* line 33, scss/module/_title.scss */
    .titlepart__back {
      text-align: center;
      width: 100px;
      position: absolute;
      top: -23px;
      left: 42%;
      z-index: 0; }
    /* line 46, scss/module/_title.scss */
    .titlepart__subtitle {
      width: 400px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Copperplate Gothic Bold';
      font-weight: bold;
      letter-spacing: 2px;
      color: #2E593D;
      text-align: center;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center; }
      /* line 64, scss/module/_title.scss */
      .titlepart__subtitle--feature {
        width: 10rem; }
      /* line 68, scss/module/_title.scss */
      .titlepart__subtitle--current_tours {
        width: 8rem; }
      /* line 72, scss/module/_title.scss */
      .titlepart__subtitle--past_tours {
        width: 12rem; }
      /* line 76, scss/module/_title.scss */
      .titlepart__subtitle--gallery {
        width: 15rem; }
      /* line 80, scss/module/_title.scss */
      .titlepart__subtitle--users_voice {
        color: white;
        width: 8rem; }
      /* line 85, scss/module/_title.scss */
      .titlepart__subtitle--faq {
        width: 7rem; }
    /* line 91, scss/module/_title.scss */
    .titlepart__subtitle:before, .titlepart__subtitle:after {
      border-top: 1px solid;
      content: "";
      flex-grow: 1; }
    /* line 97, scss/module/_title.scss */
    .titlepart__subtitle:before {
      margin-right: 1rem; }
    /* line 100, scss/module/_title.scss */
    .titlepart__subtitle:after {
      margin-left: 1rem; } 

    .kyosan_pdf_button {
      
      width: 18%;
      background-color: #ED9685;
      border-radius: 30px;
      margin: auto;
      margin-top: 15px;  
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: center;
      cursor: pointer;
    }
    .kyosan_pdf_button a  {
      display: block;
      color: white;
    }
    .kyosan_pdf_button a:hover {
      opacity: 0.7;
    }
    }

@media only screen and (max-width: 900px) {
  /* line 112, scss/module/_title.scss */
  .titlepart {
    position: relative;
    width: 340px;
    margin-left: auto;
    margin-right: auto; }
    /* line 120, scss/module/_title.scss */
    .titlepart--users_voice {
      color: white; }
    /* line 124, scss/module/_title.scss */
    .titlepart__title {
      font-size: 1.5625rem;
      text-align: center;
      letter-spacing: 4px;
      position: relative;
      z-index: 1;
      font-family: ZenMaruGothic-bold; }
    /* line 137, scss/module/_title.scss */
    .titlepart__back {
      text-align: center;
      width: 90px;
      position: absolute;
      top: -18px;
      left: 39%;
      z-index: 0; }
    /* line 149, scss/module/_title.scss */
    .titlepart__subtitle {
      width: 190px;
      margin-left: auto;
      margin-right: auto;
      font-family: 'Copperplate Gothic Bold';
      font-weight: bold;
      letter-spacing: 2px;
      color: #2E593D;
      text-align: center;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center; }
      /* line 167, scss/module/_title.scss */
      .titlepart__subtitle--feature {
        width: 10rem; }
      /* line 171, scss/module/_title.scss */
      .titlepart__subtitle--current_tours {
        width: 8rem; }
      /* line 175, scss/module/_title.scss */
      .titlepart__subtitle--past_tours {
        width: 12rem; }
      /* line 179, scss/module/_title.scss */
      .titlepart__subtitle--gallery {
        width: 15rem; }
      /* line 183, scss/module/_title.scss */
      .titlepart__subtitle--users_voice {
        color: white;
        width: 8rem; }
      /* line 188, scss/module/_title.scss */
      .titlepart__subtitle--faq {
        width: 7rem; }
    /* line 194, scss/module/_title.scss */
    .titlepart__subtitle:before, .titlepart__subtitle:after {
      border-top: 1px solid;
      content: "";
      flex-grow: 1; }
    /* line 200, scss/module/_title.scss */
    .titlepart__subtitle:before {
      margin-right: 1rem; }
    /* line 203, scss/module/_title.scss */
    .titlepart__subtitle:after {
      margin-left: 1rem; } 

    .kyosan_pdf_button {
        margin-top: 15px;  
        text-align: center;
        white-space: nowrap;

      }
      .kyosan_pdf_button a  {
        display: block;
        color: white;
        background-color: #ED9685;
        border-radius: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 40%;
        margin: auto;

      }
    }

/*==================================================
 * totop
*================================================*/
@media only screen and (max-width: 900px) {
  /* line 14, scss/module/_totop.scss */
  .to {
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 20px;
    z-index: 10; }
    /* line 25, scss/module/_totop.scss */
    .to__current_tours {
      width: 74px;
      height: 74px;
      bottom: 100px;
      background-color: #2E593D;
      display: flex;
      align-items: center; }
      /* line 36, scss/module/_totop.scss */
      .to__current_tours__text {
        font-size: 0.625rem;
        flex: 1;
        margin-top: 19px;
        line-height: 18px;
        color: white; }
    /* line 47, scss/module/_totop.scss */
    .to__top {
      width: 70px;
      height: 70px;
      font-size: 0.938rem;
      bottom: 20px;
      background-color: white;
      line-height: 70px;
      letter-spacing: 2px;
      border: 2px solid #ED9685; }
      /* line 59, scss/module/_totop.scss */
      .to__top__arrow {
        font-family: 'Copperplate Gothic Bold Regular';
        color: #ED9685;
        position: relative; }
      /* line 66, scss/module/_totop.scss */
      .to__top__arrow::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 29%;
        margin-top: 1px;
        border: 7px solid transparent;
        border-bottom: 7px solid #ED9685; } }

/* レスポンシブ設定 */
/*==================================================
 * レスポンシブル基本設定
 *================================================*/
@media only screen and (min-width: 900px) {
  /* line 6, scss/_responsible.scss */
  .pc_none {
    display: none; }
  /* line 7, scss/_responsible.scss */
  .sp_none {
    display: block; } }

@media only screen and (max-width: 900px) {
  /* line 11, scss/_responsible.scss */
  .pc_none {
    display: block; }
  /* line 12, scss/_responsible.scss */
  .sp_none {
    display: none; } }

/* 共通 */
/* line 16, scss/_responsible.scss */
.clear {
  clear: both; }

/*# sourceMappingURL=style.css.map */
