@charset "UTF-8";
/* ------------------------------
 ResetCSS
------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

html {
  overflow-y: scroll; }

body {
  line-height: 1; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

strong {
  font-weight: bold; }

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

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

/*
input,textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
*/
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* ------------------------------
 COMMON
------------------------------ */
html {
  font-size: 62.5%; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #231815;
  background-image: url("../img/common/bg.png");
  background-size: 300px;
  letter-spacing: 0.1em;
  line-height: 1.2; }

a {
  color: #231815;
  text-decoration: none;
  outline: none; }

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

.no-link {
  pointer-events: none; }

/*==========================
l-header
==========================*/
.l-header {
  width: 100%; }
  .l-header-wrap {
    width: 100%;
    padding: 55px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-header-wrap {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-image: url("../img/common/bg.png");
        background-size: 300px; } }
  .l-header-main {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .l-header-title {
    width: 180px;
    margin: 0 0 0 5vw; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-title {
        margin: 0 0 0 3vw; } }
    @media screen and (max-width: 767px) {
      .l-header-title {
        width: 100px; } }
  .l-header-gnavi {
    margin: 0 0 0 5vw;
    width: calc( 100vw - 180px - 10vw - 310px );
    max-width: 580px; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-gnavi {
        margin: 0 0 0 4vw;
        letter-spacing: 0;
        width: calc( 100vw - 180px - 7vw - 215px ); } }
    @media screen and (max-width: 767px) {
      .l-header-gnavi {
        display: none; } }
    .l-header-gnavi__list {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
    .l-header-gnavi__item {
      width: 25%; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-gnavi__item {
          width: calc( 100% / 3 ); } }
    .l-header-gnavi__link {
      display: inline-block;
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.4rem;
      opacity: 1;
      transition: 0.3s;
      padding: 7px 0; }
      .l-header-gnavi__link:hover {
        opacity: 0.5;
        transition: 0.3s; }
  .l-header-tool {
    width: 310px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (min-width: 768px) and (max-width: 1100px) {
      .l-header-tool {
        width: 215px; } }
    .l-header-tool__sns {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .l-header-tool__sns {
          display: none; } }
      .l-header-tool__snsLink {
        display: block;
        width: 30px;
        height: 30px;
        opacity: 1;
        transition: 0.3s; }
        .l-header-tool__snsLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-tool__lang {
      margin-right: 20px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-tool__lang {
          margin-right: 10px; } }
      @media screen and (max-width: 767px) {
        .l-header-tool__lang {
          display: none; } }
      .l-header-tool__langList {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      .l-header-tool__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-header-tool__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-header-tool__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 12px; }
      .l-header-tool__langLink {
        display: block;
        padding: 4px 12px;
        opacity: 1;
        transition: 0.3s; }
        .l-header-tool__langLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-tool__reserve {
      width: 200px;
      height: 100px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-tool__reserve {
          width: 120px; } }
      @media screen and (max-width: 767px) {
        .l-header-tool__reserve {
          width: 100px;
          height: 60px;
          margin-right: 80px; } }
      .l-header-tool__reserveLink {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        background-color: #AA8D11;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s; }
        @media screen and (max-width: 767px) {
          .l-header-tool__reserveLink {
            font-size: 1.4rem; } }
        .l-header-tool__reserveLink .small {
          display: block;
          font-size: 1.4rem;
          margin-top: 10px; }
          @media screen and (max-width: 767px) {
            .l-header-tool__reserveLink .small {
              font-size: 1rem;
              margin-top: 8px; } }
        .l-header-tool__reserveLink:hover {
          color: #AA8D11;
          background-color: #FFFFFF;
          transition: .3s; }
  .l-header-fix {
    width: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: .3s ease;
    transform: translateY(-100%); }
    @media screen and (max-width: 767px) {
      .l-header-fix {
        display: none; } }
    .l-header-fix.is-fixed {
      transition: .3s ease;
      transform: translateY(0); }
    .l-header-fix-wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .l-header-fix-main {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .l-header-fix-title {
      width: 180px;
      margin: 0 0 0 5vw; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-title {
          margin: 0 0 0 3vw; } }
    .l-header-fix-gnavi {
      margin: 0 0 0 5vw;
      width: calc( 100vw - 180px - 10vw - 310px );
      max-width: 580px; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-gnavi {
          margin: 0 0 0 4vw;
          letter-spacing: 0;
          width: calc( 100vw - 180px - 7vw - 215px ); } }
      .l-header-fix-gnavi__list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap; }
      .l-header-fix-gnavi__item {
        width: 25%; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-gnavi__item {
            width: calc( 100% / 3 ); } }
      .l-header-fix-gnavi__link {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        opacity: 1;
        transition: 0.3s;
        padding: 7px 0; }
        .l-header-fix-gnavi__link:hover {
          opacity: 0.5;
          transition: 0.3s; }
    .l-header-fix-tool {
      width: 310px;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (min-width: 768px) and (max-width: 1100px) {
        .l-header-fix-tool {
          width: 215px; } }
      .l-header-fix-tool__sns {
        margin-right: 10px; }
        .l-header-fix-tool__snsLink {
          display: block;
          width: 30px;
          height: 30px;
          opacity: 1;
          transition: 0.3s; }
          .l-header-fix-tool__snsLink:hover {
            opacity: 0.5;
            transition: 0.3s; }
      .l-header-fix-tool__lang {
        margin-right: 20px; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-tool__lang {
            margin-right: 10px; } }
        .l-header-fix-tool__langList {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
        .l-header-fix-tool__langItem {
          font-family: 'Crimson Text', serif;
          font-size: 1.2rem; }
          .l-header-fix-tool__langItem:first-of-type {
            border-right: solid 1px #BDBAB9; }
        .l-header-fix-tool__langCurrent {
          display: block;
          color: #BDBAB9;
          padding: 4px 12px; }
        .l-header-fix-tool__langLink {
          display: block;
          padding: 4px 12px;
          opacity: 1;
          transition: 0.3s; }
          .l-header-fix-tool__langLink:hover {
            opacity: 0.5;
            transition: 0.3s; }
      .l-header-fix-tool__reserve {
        width: 200px;
        height: 100px; }
        @media screen and (min-width: 768px) and (max-width: 1100px) {
          .l-header-fix-tool__reserve {
            width: 120px; } }
        .l-header-fix-tool__reserveLink {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center;
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.2rem;
          letter-spacing: 0.1em;
          color: #FFFFFF;
          background-color: #AA8D11;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: .3s; }
          .l-header-fix-tool__reserveLink .small {
            display: block;
            font-size: 1.2rem;
            margin-top: 10px; }
          .l-header-fix-tool__reserveLink:hover {
            color: #AA8D11;
            background-color: #FFFFFF;
            transition: .3s; }
  .l-header-sp {
    display: none; }
    @media screen and (max-width: 767px) {
      .l-header-sp {
        display: block; } }
    .l-header-sp__toggle {
      display: block;
      width: 80px;
      height: 60px;
      background-color: #FFFFFF;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 3000;
      cursor: pointer; }
      .l-header-sp__toggle::after {
        content: "menu";
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.0rem;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%); }
      .l-header-sp__toggle span {
        width: 25px;
        height: 2px;
        background-color: #231815;
        position: absolute;
        transition: .3s; }
        .l-header-sp__toggle span:nth-of-type(1) {
          top: 28%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
        .l-header-sp__toggle span:nth-of-type(2) {
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
        .l-header-sp__toggle span:nth-of-type(3) {
          top: 52%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(0deg); }
      .l-header-sp__toggle.is-active span:nth-of-type(1) {
        top: 40%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .l-header-sp__toggle.is-active span:nth-of-type(2) {
        opacity: 0; }
      .l-header-sp__toggle.is-active span:nth-of-type(3) {
        top: 40%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .l-header-sp__main {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2000;
      width: 100%;
      height: 100%;
      padding: 0 calc( 5vw + 80px ) 0 5vw;
      background-color: #EBE6E1;
      background-image: url("../img/common/sp-nav-bg.png");
      background-position: center right;
      background-repeat: repeat-y;
      background-size: 80px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      transition: .5s ease;
      transform: translateX(100%); }
      .l-header-sp__main.is-active {
        transition: .5s ease;
        transform: translateX(0); }
    .l-header-sp__logo {
      width: 100px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .l-header-sp__nav {
      width: 100%;
      margin-top: 15px; }
      .l-header-sp__navLink {
        display: block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 16px;
        padding: 14px 0; }
    .l-header-sp__num {
      border-top: solid 1px #D3D1D0;
      border-bottom: solid 1px #D3D1D0;
      margin-top: 15px;
      padding: 30px 0; }
      .l-header-sp__numTelHead {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 12px; }
      .l-header-sp__numTelBody {
        font-family: 'Crimson Text', serif;
        font-size: 28px;
        margin-top: 6px; }
        .l-header-sp__numTelBody::before {
          content: "";
          width: 14px;
          height: 14px;
          display: inline-block;
          background-image: url("../img/common/icon-tel.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 5px;
          transform: translateY(-2px); }
      .l-header-sp__numTelTime {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 10px;
        margin-top: 6px; }
      .l-header-sp__numFax {
        margin-top: 30px; }
        .l-header-sp__numFaxHead {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 12px; }
        .l-header-sp__numFaxBody {
          font-family: 'Crimson Text', serif;
          font-size: 28px;
          margin-top: 6px; }
      .l-header-sp__numNet {
        margin-top: 25px; }
        .l-header-sp__numNetLink {
          font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 12px; }
          .l-header-sp__numNetLink::after {
            content: "";
            display: inline-block;
            width: 11px;
            height: 9px;
            background-image: url("../img/common/icon-link.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin-left: 8px; }
    .l-header-sp-tool {
      padding: 25px 0 50px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .l-header-sp-tool__sns {
        margin-right: 10px; }
        .l-header-sp-tool__snsLink {
          display: block;
          width: 30px;
          height: 30px; }
      .l-header-sp-tool__langList {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .l-header-sp-tool__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-header-sp-tool__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-header-sp-tool__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 12px; }
      .l-header-sp-tool__langLink {
        display: block;
        padding: 4px 12px; }

/*==========================
l-footer
==========================*/
.l-footer {
  width: 100%;
  background-color: #EBE6E1;
  padding: 130px 0 120px 0px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 50px 0; } }
  .l-footer-wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px; }
  .l-footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .l-footer-nav {
        display: block; } }
    .l-footer-nav__global {
      width: calc( 100% - 100px );
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__global {
          width: 100%; } }
      .l-footer-nav__globalItem {
        margin-right: 3%; }
        @media screen and (min-width: 768px) and (max-width: 1000px) {
          .l-footer-nav__globalItem {
            width: 130px;
            margin-bottom: 12px; } }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalItem {
            width: 140px;
            margin-bottom: 15px;
            margin-right: 0; } }
      .l-footer-nav__globalLink {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-nav__globalLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__globalLink {
            font-size: 1.4rem; } }
    .l-footer-nav__lang {
      width: 100px; }
      @media screen and (max-width: 767px) {
        .l-footer-nav__lang {
          width: auto;
          margin-top: 15px; } }
      .l-footer-nav__langList {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .l-footer-nav__langList {
            display: flex;
            justify-content: flex-start;
            align-items: center; } }
      .l-footer-nav__langItem {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem; }
        .l-footer-nav__langItem:first-of-type {
          border-right: solid 1px #BDBAB9; }
      .l-footer-nav__langCurrent {
        display: block;
        color: #BDBAB9;
        padding: 4px 0 4px 12px; }
      .l-footer-nav__langLink {
        display: block;
        padding: 4px 12px 4px 0 ;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-nav__langLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
  .l-footer-contact {
    width: 100%;
    margin-top: 50px;
    padding: 35px 0;
    background-color: #FFFFFF;
    border-bottom: solid 2px #AA8D11;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .l-footer-contact {
        display: block;
        padding: 10px 30px; } }
    .l-footer-contact__tel {
      width: calc( 100% / 3 );
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__tel {
          width: 100%;
          display: block; } }
      .l-footer-contact__telBody {
        text-align: center;
        padding: 7px;
        transition: 1s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__telBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__telName {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        margin-right: 10px;
        transform: translateY(-6px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telName {
            display: block;
            font-size: 1.2rem;
            transform: translateY(0px); } }
      .l-footer-contact__telNum {
        display: inline-block;
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telNum {
            display: block;
            font-size: 3rem; } }
        .l-footer-contact__telNum::before {
          content: "";
          width: 16px;
          height: 16px;
          display: inline-block;
          background-image: url("../img/common/icon-tel.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 7px;
          transform: translateY(-3px); }
      .l-footer-contact__telTime {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.2rem;
        margin-top: 3px; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__telTime {
            font-size: 1rem; } }
    .l-footer-contact__fax {
      width: calc( 100% / 3 );
      border-left: solid 1px #CCC5BE;
      border-right: solid 1px #CCC5BE;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__fax {
          width: 100%;
          display: block;
          border-left: none;
          border-right: none; }
          .l-footer-contact__fax::before {
            content: "";
            display: block;
            width: 25px;
            height: 1px;
            background-color: #CCC5BE;
            position: absolute;
            top: 0;
            left: 0; }
          .l-footer-contact__fax::after {
            content: "";
            display: block;
            width: 25px;
            height: 1px;
            background-color: #CCC5BE;
            position: absolute;
            bottom: 0;
            left: 0; } }
      .l-footer-contact__faxBody {
        text-align: center;
        padding: 7px;
        transition: 1s .2s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__faxBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__faxName {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        margin-right: 10px;
        transform: translateY(-6px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxName {
            display: block;
            font-size: 1.2rem;
            transform: translateY(0px); } }
      .l-footer-contact__faxNum {
        display: inline-block;
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .l-footer-contact__faxNum {
            display: block;
            font-size: 3rem; } }
    .l-footer-contact__net {
      width: calc( 100% / 3 );
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .l-footer-contact__net {
          width: 100%;
          display: block; } }
      .l-footer-contact__netBody {
        text-align: center;
        padding: 7px;
        transition: 1s .4s;
        opacity: 0;
        transform: translateY(30px); }
        @media screen and (max-width: 767px) {
          .l-footer-contact__netBody {
            text-align: left;
            padding: 20px 0; } }
        .l-footer-contact__netBody.is-active {
          opacity: 1;
          transform: translateY(0px); }
      .l-footer-contact__netLink {
        display: inline-block;
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        opacity: 1;
        transition: 0.3s; }
        .l-footer-contact__netLink:hover {
          opacity: 0.5;
          transition: 0.3s; }
        .l-footer-contact__netLink::after {
          content: "";
          display: inline-block;
          width: 12px;
          height: 10px;
          background-image: url("../img/common/icon-link.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          margin-left: 8px; }
  .l-footer-etc {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .l-footer-etc {
        display: block;
        margin-top: 40px; } }
    .l-footer-etc__address {
      font-size: 1.2rem;
      line-height: 2; }
    .l-footer-etc__copyright {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .l-footer-etc__copyright {
          display: block;
          margin-top: 40px; } }
      .l-footer-etc__copyrightMain {
        font-size: 1rem;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          .l-footer-etc__copyrightMain {
            margin-top: 10px; } }
    .l-footer-etc__privacy {
      margin-right: 30px; }
      .l-footer-etc__privacyLink {
        font-size: 1rem; }

/*============================
.l-main
============================*/
/*============================
.l-contact
============================*/
.l-contact {
  max-width: 1320px;
  margin: 60px auto 0 auto;
  padding: 120px 20px 100px 20px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-contact {
      margin: 30px auto 0 auto;
      padding: 80px 20px 80px 20px; } }
  .l-contact::before {
    content: "";
    display: block;
    width: calc( 100% - 40px );
    height: 1px;
    background-color: #D3D1D0;
    position: absolute;
    top: 30px;
    left: 20px; }
  .l-contact-wrap {
    max-width: 1100px;
    margin: 0 auto; }
  .l-contact__headingTitle {
    font-family: 'Hina Mincho', serif;
    font-size: 4.8rem;
    padding-left: 65px;
    position: relative;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .l-contact__headingTitle {
        font-size: 3.2rem;
        padding-left: 35px; } }
    .l-contact__headingTitle::before {
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      background-color: #AA8D11;
      position: absolute;
      top: 50%;
      left: 0px; }
      @media screen and (max-width: 767px) {
        .l-contact__headingTitle::before {
          width: 20px; } }
    .l-contact__headingTitle.is-active {
      opacity: 1;
      transform: translateY(0px); }
  .l-contact-main {
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .l-contact-main {
        display: block; } }
    .l-contact-main::after {
      content: "";
      width: 295px;
      height: 86px;
      background-image: url("../img/common/contact-bg.svg");
      background-repeat: no-repeat;
      background-position: center, center;
      background-size: contain;
      position: absolute;
      bottom: -20px;
      right: 90px;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .l-contact-main::after {
          width: 210px;
          height: 62px;
          bottom: -25px;
          right: 0px; } }
    .l-contact-main__txt {
      width: 40%;
      line-height: 2;
      margin-top: 12px; }
      @media screen and (max-width: 767px) {
        .l-contact-main__txt {
          font-size: 1.4rem;
          line-height: 1.8;
          width: 100%; } }
    .l-contact-main__num {
      width: 52%;
      line-height: 1.4; }
      @media screen and (max-width: 767px) {
        .l-contact-main__num {
          width: 100%;
          margin-top: 20px; } }
      .l-contact-main__numTel {
        display: block; }
      .l-contact-main__numFax {
        display: block; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numFax {
            margin-top: 10px; } }
      .l-contact-main__numName {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.6rem;
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numName {
            font-size: 1.3rem; } }
      .l-contact-main__numBody {
        font-family: 'Crimson Text', serif;
        font-size: 3.6rem; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numBody {
            font-size: 2.8rem; } }
      .l-contact-main__numTime {
        display: inline-block;
        font-size: 1.4rem; }
        @media screen and (max-width: 767px) {
          .l-contact-main__numTime {
            font-size: 1.2rem; } }

/*============================
m-button
============================*/
/*============================
m-hide
============================*/
@media screen and (max-width: 767px) {
  .m-hide-sp {
    display: none; } }
.m-hide-pc {
  display: none; }
  @media screen and (max-width: 767px) {
    .m-hide-pc {
      display: block; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*==========================
おみやげ・周辺
.p-souvenir
==========================*/
.p-souvenir {
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-souvenir {
      padding-bottom: 50px; } }

.title {
  width: 100%;
  height: calc( 100vh - 155px ); }
  @media screen and (max-width: 767px) {
    .title {
      height: auto;
      margin-top: 60px; } }
  .title-wrap {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .title-wrap {
        padding: 0;
        display: block; } }
  .title-main {
    width: 31.25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 8vh; }
    @media screen and (max-width: 767px) {
      .title-main {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 100px; } }
    .title-main__body {
      position: relative; }
      @media screen and (max-width: 767px) {
        .title-main__body {
          margin-left: 55px; } }
      .title-main__body::after {
        content: "";
        display: block;
        width: 209px;
        height: 183px;
        background-image: url("../img/common/bg-cloud01-white.svg");
        background-position: center, center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -33px;
        bottom: -55px;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .title-main__body::after {
            width: 122px;
            height: 107px;
            left: 140px;
            bottom: -35px; } }
    .title-main__eng {
      font-family: 'Crimson Text', serif;
      font-size: 2rem;
      margin-left: 8px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .title-main__eng {
          margin-left: 0;
          font-size: 1.2rem; } }
      .title-main__eng::before {
        content: "";
        display: block;
        width: 38px;
        height: 1px;
        background-color: #BDBAB9;
        position: absolute;
        top: 50%;
        left: -50px; }
        @media screen and (max-width: 767px) {
          .title-main__eng::before {
            width: 32px;
            left: -45px; } }
    .title-main__heading {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      margin-top: 40px;
      font-family: 'Hina Mincho', serif;
      transition: 1s .3s;
      opacity: 0;
      transform: translateY(30px); }
      .title-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .title-main__heading {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          margin-top: 50px;
          transition: 1s; } }
      .title-main__headingCopy {
        display: block;
        font-size: 1.8rem;
        letter-spacing: 0.2em;
        margin-left: 22px; }
        @media screen and (max-width: 767px) {
          .title-main__headingCopy {
            font-size: 1.3rem;
            letter-spacing: 0.1em;
            margin-left: 0; } }
      .title-main__headingBody {
        display: block;
        font-size: 5.2rem;
        letter-spacing: 0.25em;
        margin-top: -5px; }
        @media screen and (max-width: 767px) {
          .title-main__headingBody {
            font-size: 3.6rem;
            letter-spacing: 0.1em;
            margin-top: 15px; } }
  .title-img {
    width: 68.75%;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .title-img {
        width: calc( 100% - 20px );
        max-width: 550px;
        margin-top: 70px; }
        .title-img::after {
          content: "";
          display: block;
          padding-top: 64%; } }
    .title-img__body {
      display: block;
      width: 100%;
      height: 78%;
      background-image: url("../img/souvenir/title-img.jpg");
      background-position: center, center;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .title-img__body.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .title-img__body {
          height: 100%;
          transition: 1s .3s; } }

.intro {
  width: 100%;
  margin-top: 70px;
  padding-top: 130px; }
  @media screen and (max-width: 767px) {
    .intro {
      margin-top: 0px;
      padding-top: 80px; } }
  .intro-inner {
    width: 100%;
    position: relative; }
  .intro-menu {
    position: absolute;
    top: 0;
    left: 20px; }
    @media screen and (max-width: 767px) {
      .intro-menu {
        display: none; } }
    .intro-menu.is-fixed {
      position: fixed;
      top: 130px;
      left: 20px;
      z-index: 999; }
    .intro-menu__list {
      margin-top: 10px; }
    .intro-menu__item {
      margin-bottom: 16px; }
    .intro-menu__link {
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.4rem;
      padding-left: 15px;
      position: relative; }
      .intro-menu__link::before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background-color: #AA8D11;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0;
        transition: .3s; }
      .intro-menu__link:hover::before {
        opacity: 1; }
      .intro-menu__link.is-current::before {
        opacity: 1; }
    .intro-menu-sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .intro-menu-sp {
          display: block;
          padding: 0 20px; } }
      .intro-menu-sp__list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap; }
      .intro-menu-sp__item {
        width: 140px;
        margin-bottom: 16px; }
      .intro-menu-sp__link {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-left: 13px;
        position: relative; }
        .intro-menu-sp__link::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          background-color: #AA8D11;
          border-radius: 5px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
  .intro-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1150px) {
      .intro-wrap {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .intro-wrap {
        display: block; } }
  .intro-main {
    margin-left: 210px;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .intro-main {
        margin-top: 50px;
        margin-left: 0px;
        padding-bottom: 0; } }
    .intro-main__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 3.6rem;
      letter-spacing: 0em;
      line-height: 1.6;
      position: relative;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-main__heading.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .intro-main__heading {
          font-size: 2.8rem;
          margin-left: 55px; } }
      .intro-main__heading::before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #AA8D11;
        position: absolute;
        top: 30px;
        left: -55px; }
        @media screen and (max-width: 767px) {
          .intro-main__heading::before {
            width: 20px;
            top: 22px;
            left: -35px; } }
    .intro-main__txt {
      font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.6rem;
      letter-spacing: 0em;
      line-height: 2;
      margin-top: 30px; }
      @media screen and (max-width: 767px) {
        .intro-main__txt {
          font-size: 1.4rem;
          margin-top: 15px;
          margin-left: 55px; } }
  .intro-img {
    width: 31.25%;
    margin-left: 18.75%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    @media screen and (min-width: 768px) and (max-width: 1150px) {
      .intro-img {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .intro-img {
        width: calc( 100% - 80px );
        margin-left: 80px;
        margin-top: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start; }
        .intro-img img {
          width: 100%;
          max-width: 450px; } }
    .intro-img__body {
      transition: 1s .3s;
      opacity: 0;
      transform: translateY(30px); }
      .intro-img__body.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .intro-img__body {
          transition: 1s; } }

.break {
  max-width: 1280px;
  margin: -50px auto 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .break {
      margin: 50px auto 0 auto; } }
  .break__large {
    width: 60%;
    margin-left: 30px;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    @media screen and (max-width: 767px) {
      .break__large {
        width: 70%; } }
    .break__large.is-active {
      opacity: 1;
      transform: translateY(0px); }
  .break__small {
    width: 23%;
    position: absolute;
    right: 8%;
    bottom: 15%;
    z-index: 2;
    transform: translateY(30px);
    transition: 1s;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      .break__small {
        position: static;
        width: 40%;
        margin: 30px 30px 0 auto; } }
    .break__small.is-active {
      opacity: 1;
      transform: translateY(0px); }

.souvenir {
  max-width: 1140px;
  margin: 30px auto 0 auto;
  padding: 120px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .souvenir {
      margin: 50px auto 0 auto;
      padding: 80px 20px 0 20px; } }
  .souvenir-head {
    max-width: 880px;
    margin: 0 auto;
    border-top: solid 1px #231815; }
    .souvenir-head__eng {
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .souvenir-head__eng {
          font-size: 1.2rem; } }
    .souvenir-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .souvenir-head__heading {
          font-size: 2.6rem;
          margin-top: 30px; } }
  .souvenir-main {
    width: 100%;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .souvenir-main {
        margin-top: 60px;
        display: block; } }
  .souvenir-img {
    width: 45%;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px); }
    .souvenir-img.is-active {
      opacity: 1;
      transform: translateY(0px); }
    @media screen and (max-width: 767px) {
      .souvenir-img {
        width: 100%; } }
    .souvenir-img .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .souvenir-img .slick-dots {
      bottom: 8px;
      text-align: right;
      padding-right: 12px; }
      .souvenir-img .slick-dots li {
        margin: 0; }
        .souvenir-img .slick-dots li.slick-active button:before {
          color: #AA8D11; }
        .souvenir-img .slick-dots li button:before {
          font-size: 10px;
          color: #FFFFFF;
          opacity: 1; }
          @media screen and (max-width: 767px) {
            .souvenir-img .slick-dots li button:before {
              font-size: 10px; } }
  .souvenir-body {
    width: 55%;
    padding: 0 10%; }
    @media screen and (max-width: 767px) {
      .souvenir-body {
        width: 100%;
        margin-top: 35px;
        padding: 0; } }
    .souvenir-body__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 2.8rem;
      letter-spacing: 0.2em;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .souvenir-body__heading {
          font-size: 2rem;
          letter-spacing: 0.1em; } }
    .souvenir-body__txt {
      text-align: justify;
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2;
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .souvenir-body__txt {
          font-size: 1.4rem;
          margin-top: 20px; } }
    .souvenir-body__list {
      margin-top: 45px;
      padding-top: 35px;
      border-top: solid 1px #D3D1D0; }
      @media screen and (max-width: 767px) {
        .souvenir-body__list {
          margin-top: 30px;
          padding-top: 25px; } }
      .souvenir-body__listItem {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .souvenir-body__listItem + .souvenir-body__listItem {
          margin-top: 22px; }
          @media screen and (max-width: 767px) {
            .souvenir-body__listItem + .souvenir-body__listItem {
              margin-top: 18px; } }
        .souvenir-body__listItemName {
          display: inline-block;
          width: 180px;
          font-size: 1.8rem;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            .souvenir-body__listItemName {
              width: 150px;
              font-size: 1.6rem; } }
          .souvenir-body__listItemName::before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #AA8D11;
            border-radius: 5px;
            margin-right: 7px;
            transform: translateY(-4px); }
            @media screen and (max-width: 767px) {
              .souvenir-body__listItemName::before {
                transform: translateY(-3px); } }
        .souvenir-body__listItemData {
          display: inline-block;
          font-size: 1.4rem;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            .souvenir-body__listItemData {
              font-size: 1.2rem; } }
  .souvenir-info {
    max-width: 880px;
    margin: 45px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .souvenir-info {
        display: block; } }
    .souvenir-info__item {
      margin-right: 8%; }
      @media screen and (max-width: 767px) {
        .souvenir-info__item + .souvenir-info__item {
          margin-top: 18px; } }
      .souvenir-info__itemName {
        font-size: 1.4rem;
        line-height: 1.7;
        color: #918b8a; }
        @media screen and (max-width: 767px) {
          .souvenir-info__itemName {
            font-size: 1.3rem; } }
      .souvenir-info__itemData {
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: 0; }
        @media screen and (max-width: 767px) {
          .souvenir-info__itemData {
            font-size: 1.3rem; } }
  .souvenir-column {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .souvenir-column {
        width: calc( 100% + 40px );
        margin-top: 70px;
        margin-left: -20px;
        display: block;
        padding: 60px 40px 40px 40px;
        background-color: #FFFFFF; } }
    .souvenir-column-body {
      width: 50%;
      background-color: #FFFFFF;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .souvenir-column-body {
          width: 100%;
          display: block; } }
      .souvenir-column-body__wrap {
        padding: 0 12%; }
        @media screen and (max-width: 767px) {
          .souvenir-column-body__wrap {
            padding: 0; } }
      .souvenir-column-body__eng {
        font-family: 'Crimson Text', serif;
        font-size: 1.2rem;
        color: #AA8D11; }
      .souvenir-column-body__heading {
        font-family: 'Hina Mincho', serif;
        font-size: 3.2rem;
        letter-spacing: 0.2em;
        margin-top: 20px; }
        @media screen and (max-width: 767px) {
          .souvenir-column-body__heading {
            font-size: 2.4rem;
            margin-top: 15px; } }
      .souvenir-column-body__txt {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .souvenir-column-body__txt {
            font-size: 1.4rem;
            margin-top: 32px; } }
    .souvenir-column-img {
      width: 50%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .souvenir-column-img.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .souvenir-column-img {
          width: 100%;
          margin-top: 30px; } }

.tourism {
  max-width: 1140px;
  margin: 30px auto 0 auto;
  padding: 120px 20px 0 20px; }
  @media screen and (max-width: 767px) {
    .tourism {
      margin: 50px auto 0 auto;
      padding: 80px 20px 0 20px; } }
  .tourism-head {
    max-width: 880px;
    margin: 0 auto;
    border-top: solid 1px #231815; }
    .tourism-head__eng {
      font-family: 'Crimson Text', serif;
      font-size: 1.4rem;
      margin-top: 5px; }
      @media screen and (max-width: 767px) {
        .tourism-head__eng {
          font-size: 1.2rem; } }
    .tourism-head__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .tourism-head__heading {
          font-size: 2.6rem;
          margin-top: 30px; } }
  .tourism-intro {
    max-width: 880px;
    margin: 90px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .tourism-intro {
        margin: 40px auto 0 auto;
        display: block; } }
    .tourism-intro__main {
      width: 50%;
      padding-right: 5%; }
      @media screen and (max-width: 767px) {
        .tourism-intro__main {
          width: 100%;
          padding-right: 0; } }
      .tourism-intro__mainTxt {
        text-align: justify;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .tourism-intro__mainTxt {
            font-size: 1.4rem; } }
        .tourism-intro__mainTxt + .tourism-intro__mainTxt {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            .tourism-intro__mainTxt + .tourism-intro__mainTxt {
              margin-top: 15px; } }
    .tourism-intro__img {
      width: 50%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .tourism-intro__img.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .tourism-intro__img {
          width: 100%;
          margin-top: 30px; } }
  .tourism-poem {
    max-width: 880px;
    margin: 110px auto 0 auto;
    padding: 60px;
    background-color: #FFFFFF;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .tourism-poem {
        margin: 60px auto 0 auto;
        padding: 50px 30px; } }
    .tourism-poem__intro {
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .tourism-poem__intro {
          font-size: 1.4rem; } }
    .tourism-poem__category {
      display: inline-block;
      font-size: 1.4rem;
      margin-top: 30px;
      padding: 8px 15px;
      background-color: #f4f0e9; }
      @media screen and (max-width: 767px) {
        .tourism-poem__category {
          font-size: 1.3rem;
          margin-top: 20px; } }
    .tourism-poem__main {
      max-width: 418px;
      margin: 45px auto 0 auto; }
      @media screen and (max-width: 767px) {
        .tourism-poem__main {
          margin: 35px auto 0 auto;
          padding: 0 10px; } }
    .tourism-poem__meaning {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 50px;
      padding: 30px 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .tourism-poem__meaning {
          font-size: 1.2rem;
          margin-top: 40px;
          padding: 20px 0; } }
      .tourism-poem__meaning::before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #D3D1D0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .tourism-poem__meaning::before {
            width: 30px; } }
      .tourism-poem__meaning::after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #D3D1D0;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .tourism-poem__meaning::after {
            width: 30px; } }
    .tourism-poem__notes {
      text-align: left;
      font-size: 1.4rem;
      letter-spacing: 0;
      line-height: 1.8;
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .tourism-poem__notes {
          font-size: 1.3rem;
          margin-top: 40px; } }
  .tourism-shop {
    max-width: 100%;
    margin-top: 20px;
    padding-top: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .tourism-shop {
        margin-top: -20px;
        padding-top: 80px;
        display: block; } }
    .tourism-shop-img {
      width: 45%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .tourism-shop-img.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .tourism-shop-img {
          width: 100%; } }
      .tourism-shop-img .slick-dotted.slick-slider {
        margin-bottom: 0; }
      .tourism-shop-img .slick-dots {
        bottom: 8px;
        text-align: right;
        padding-right: 12px; }
        .tourism-shop-img .slick-dots li {
          margin: 0; }
          .tourism-shop-img .slick-dots li.slick-active button:before {
            color: #AA8D11; }
          .tourism-shop-img .slick-dots li button:before {
            font-size: 10px;
            color: #FFFFFF;
            opacity: 1; }
            @media screen and (max-width: 767px) {
              .tourism-shop-img .slick-dots li button:before {
                font-size: 10px; } }
    .tourism-shop-body {
      width: 55%;
      padding: 0 10%; }
      @media screen and (max-width: 767px) {
        .tourism-shop-body {
          width: 100%;
          padding: 0;
          margin-top: 35px; } }
      .tourism-shop-body__heading {
        font-family: 'Hina Mincho', serif;
        font-size: 2.8rem;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          .tourism-shop-body__heading {
            font-size: 2rem; } }
      .tourism-shop-body__txt {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .tourism-shop-body__txt {
            font-size: 1.4rem;
            margin-top: 25px; } }
    .tourism-shop-info {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .tourism-shop-info {
          margin-top: 30px; } }
      .tourism-shop-info__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 767px) {
          .tourism-shop-info__item {
            display: block; } }
        .tourism-shop-info__item + .tourism-shop-info__item {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            .tourism-shop-info__item + .tourism-shop-info__item {
              margin-top: 15px; } }
        .tourism-shop-info__itemName {
          width: 80px;
          font-size: 1.4rem;
          line-height: 1.7;
          color: #918b8a; }
          @media screen and (max-width: 767px) {
            .tourism-shop-info__itemName {
              font-size: 1.3rem;
              width: auto; } }
        .tourism-shop-info__itemData {
          font-size: 1.4rem;
          line-height: 1.7;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            .tourism-shop-info__itemData {
              font-size: 1.3rem; } }
  .tourism-promenade {
    width: 100%;
    margin-top: 100px;
    padding: 80px 10% 250px 10%;
    background-color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .tourism-promenade {
        margin-top: 60px;
        padding: 40px 20px 120px 20px; } }
    .tourism-promenade__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 2.8rem;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        .tourism-promenade__heading {
          font-size: 2rem; } }
    .tourism-promenade__txt {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2;
      margin-top: 35px; }
      @media screen and (max-width: 767px) {
        .tourism-promenade__txt {
          font-size: 1.4rem;
          margin-top: 25px; } }
    .tourism-promenade__notes {
      font-size: 1.6rem;
      letter-spacing: 0;
      line-height: 2;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .tourism-promenade__notes {
          font-size: 1.4rem; } }
    .tourism-promenade__streetview {
      width: 100%;
      height: 600px;
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .tourism-promenade__streetview {
          margin-top: 25px;
          height: 300px; } }
  .tourism-imgslide {
    width: 100vw;
    margin: -156px calc(50% - 50vw) 0 calc(50% - 50vw);
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
    @media screen and (max-width: 767px) {
      .tourism-imgslide {
        margin: -80px calc(50% - 50vw) 0 calc(50% - 50vw); } }
    .tourism-imgslide__wrap {
      width: 130vw;
      min-width: 2448px;
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      @media screen and (max-width: 767px) {
        .tourism-imgslide__wrap {
          width: 1224px;
          min-width: 1224px; } }
      .tourism-imgslide__wrap.main {
        animation: loopMain 100s -50s linear infinite; }
@keyframes loopMain {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
      .tourism-imgslide__wrap.sub {
        animation: loopSub 100s linear infinite; }
@keyframes loopSub {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
    .tourism-imgslide__item {
      padding: 0 8px; }
  .tourism-spot {
    max-width: 880px;
    margin: 0 auto 0 auto;
    padding-top: 120px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tourism-spot {
        padding-top: 70px; } }
    .tourism-spot.second::before {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      background-color: #D3D1D0;
      position: absolute;
      top: 80px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .tourism-spot.second::before {
          top: 35px; } }
    .tourism-spot__heading {
      font-family: 'Hina Mincho', serif;
      font-size: 2.8rem;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 767px) {
        .tourism-spot__heading {
          font-size: 2rem;
          letter-spacing: 0; } }
    .tourism-spot-wrap {
      margin-top: 35px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .tourism-spot-wrap {
          margin-top: 20px;
          display: block; } }
    .tourism-spot-main {
      width: 50%;
      padding-right: 5%; }
      @media screen and (max-width: 767px) {
        .tourism-spot-main {
          width: 100%;
          margin-right: 0; } }
      .tourism-spot-main__txt {
        text-align: justify;
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2; }
        @media screen and (max-width: 767px) {
          .tourism-spot-main__txt {
            font-size: 1.4rem; } }
    .tourism-spot-info {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .tourism-spot-info {
          margin-top: 20px; } }
      .tourism-spot-info__item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        @media screen and (max-width: 767px) {
          .tourism-spot-info__item {
            display: block; } }
        .tourism-spot-info__item + .tourism-spot-info__item {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            .tourism-spot-info__item + .tourism-spot-info__item {
              margin-top: 15px; } }
        .tourism-spot-info__itemName {
          width: 80px;
          font-size: 1.4rem;
          line-height: 1.7;
          color: #918b8a; }
          @media screen and (max-width: 767px) {
            .tourism-spot-info__itemName {
              width: auto;
              font-size: 1.3rem; } }
        .tourism-spot-info__itemData {
          font-size: 1.4rem;
          line-height: 1.7;
          letter-spacing: 0; }
          @media screen and (max-width: 767px) {
            .tourism-spot-info__itemData {
              font-size: 1.3rem; } }
        .tourism-spot-info__itemLink {
          color: #AA8D11;
          text-decoration: underline;
          opacity: 1;
          transition: 0.3s; }
          .tourism-spot-info__itemLink:hover {
            opacity: 0.7;
            transition: 0.3s; }
    .tourism-spot-img {
      width: 50%;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .tourism-spot-img.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .tourism-spot-img {
          width: 100%;
          margin-top: 25px; } }
      .tourism-spot-img .slick-dotted.slick-slider {
        margin-bottom: 0; }
      .tourism-spot-img .slick-dots {
        bottom: 8px;
        text-align: right;
        padding-right: 12px; }
        .tourism-spot-img .slick-dots li {
          margin: 0; }
          .tourism-spot-img .slick-dots li.slick-active button:before {
            color: #AA8D11; }
          .tourism-spot-img .slick-dots li button:before {
            font-size: 10px;
            color: #FFFFFF;
            opacity: 1; }
            @media screen and (max-width: 767px) {
              .tourism-spot-img .slick-dots li button:before {
                font-size: 10px; } }
    .tourism-spot__official {
      margin-top: 30px;
      text-align: right; }
      .tourism-spot__officialLink {
        font-family: "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.8rem;
        letter-spacing: 0;
        opacity: 1;
        transition: 0.3s; }
        .tourism-spot__officialLink:hover {
          opacity: 0.7;
          transition: 0.3s; }
        @media screen and (max-width: 767px) {
          .tourism-spot__officialLink {
            font-size: 1.6rem; } }
        .tourism-spot__officialLink::after {
          content: "";
          display: inline-block;
          width: 16px;
          height: 14px;
          background-image: url("../img/common/icon-link-beige.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-left: 10px; }
  .tourism-song {
    width: 100%;
    margin-top: 110px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .tourism-song {
        margin-top: 70px; } }
    .tourism-song-main {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .tourism-song-main__heading {
        font-family: 'Hina Mincho', serif;
        letter-spacing: 0.2em; }
        .tourism-song-main__headingTitle {
          font-size: 2.4rem;
          letter-spacing: 0.2em; }
          @media screen and (max-width: 767px) {
            .tourism-song-main__headingTitle {
              font-size: 2rem; } }
        .tourism-song-main__headingName {
          font-size: 1.6rem;
          margin-left: 30px;
          letter-spacing: 0.1em; }
          @media screen and (max-width: 767px) {
            .tourism-song-main__headingName {
              font-size: 1.4rem;
              margin-left: 20px; } }
      .tourism-song-main__txt {
        font-family: 'Hina Mincho', serif;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 45px; }
        @media screen and (max-width: 767px) {
          .tourism-song-main__txt {
            font-size: 1.3rem;
            margin-top: 35px; } }
        .tourism-song-main__txt + .tourism-song-main__txt {
          margin-top: 30px; }
          @media screen and (max-width: 767px) {
            .tourism-song-main__txt + .tourism-song-main__txt {
              margin-top: 25px; } }
    .tourism-song-before {
      width: 26%;
      position: absolute;
      top: 50px;
      left: 10px;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .tourism-song-before.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .tourism-song-before {
          display: none; } }
    .tourism-song-after {
      width: 26%;
      position: absolute;
      top: 200px;
      right: 50px;
      transition: 1s;
      opacity: 0;
      transform: translateY(30px); }
      .tourism-song-after.is-active {
        opacity: 1;
        transform: translateY(0px); }
      @media screen and (max-width: 767px) {
        .tourism-song-after {
          display: none; } }
