@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

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,
caption,
table,
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  /* border-collapse: collapse; */ /* border-spacing: 0; */
}
html {
  background-color: #fff;
}

/* buttonタグの打ち消し */
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  outline: none;
  appearance: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
}

/* font-family
-------------------------------------*/
body {
  font-family:
    -apple-system,               /* iOS・macOS */
    BlinkMacSystemFont,          /* Chrome on macOS */
    "Helvetica Neue",            /* Helvetica Neue */
    "Hiragino Kaku Gothic ProN", /* Hiragino Kaku Gothic ProN */
    "Yu Gothic",                 /* iOS・macOS フォールバック */
    YuGothic,                    /* Windows 游ゴシック */
    sans-serif;                  /* Android・デフォルト */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ゴシック体 sans-serif体 */
/* f-gothicは bodyと同じ。 body全体を明朝体にしたときに、ゴシック体で表示されるようにするために使用。 */
.f-gothic {
  font-family:
    -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, sans-serif;
}
.f-gothic-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.f-gothic-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

/* 明朝体 serif体 */
.f-min {
  font-family:
    "Hiragino Mincho ProN",
    "Yu Mincho Medium",             /* iOS・macOS              */
    "Yu Mincho",                    /* Windows                 */
    YuMincho,
    "Noto Serif JP",
    serif;                          /* Android                 */
}
.f-min-old {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
}

/* 游ゴシック かすれ対策 */
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

/* Windows用：游ゴシックの擬似ボールド（文字のにじみ・潰れ）対策 */
@font-face {
  font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

/* アニメーション
-------------------------------------*/
/*fadein*/
.animated__fadeIn {
  opacity: 0;
  transition:
    opacity 0.8s ease,
    translate 0.8s ease;
  translate: 0 40px;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

/*片側から出現*/
.animated__clipView {
  clip-path: inset(0 100% 0 0);
  /*before (出現前)*/
  transition: clip-path 0.8s ease;
}

/*after (出現後)*/
.animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}

/*左からスライドするアニメーション*/
.animated__slideIn--left {
  opacity: 0;
  /*before (出現前)*/
  transition:
    opacity 0.5s ease,
    translate 0.5s ease;
  translate: -1000px;
}

.animated__slideIn--left.js-show {
  opacity: 1;
  translate: 0;
}

/*右からスライドするアニメーション*/
.animated__slideIn--right {
  opacity: 0;
  /*before (出現前)*/
  transition:
    opacity 0.5s ease,
    translate 0.5s ease;
  translate: 1000px;
}

.animated__slideIn--right.js-show {
  opacity: 1;
  /*before (出現前)*/
  translate: 0;
}

/* ========================================
  @media screen and (min-width: 768px),print 
======================================== */
@media screen and (min-width: 768px), print {
  /* base
-------------------------------------*/
  body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    background-color: #fff;
  }

  /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
    display: block !important;
  }
  /*pcのみ表示ブロック*/
  .pc2 {
    display: inline-block !important;
  }
  /*pcのみ表示ブロック*/
  .sp,
  .sp2 {
    display: none !important;
  }
  /*スマホのみ表示ブロック*/
  .h_menu {
    display: none;
  }
  /*スマホ用ヘッダ*/
  .sp-header {
    display: none;
  }
  /*スマホ用メニュー*/
  #modal-menu {
    display: none;
  }
  /*スマホ用メニュー*/
  .sp-fix-list {
    display: none;
  }
  /* Antialiasing ※任意　*/

  /* header
-------------------------------------*/
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-block: 23px;
    padding-inline: clamp(12px, -6.667px + 2.431vw, 40px);
  }
  .header__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, -33.333px + 6.944vw, 100px);
  }
  .header__logo {
    width: 142px;
  }
  .header__menu-list {
    display: flex;
    align-items: center;
  }
  .header__menu-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
  }
  .header__menu-item {
    flex: 0 0 auto;
  }
  .header__menu-item:nth-child(1) {
    margin-right: clamp(20px, 6.667px + 1.736vw, 40px);
  }
  .header__menu-item:nth-child(2) {
    margin-right: clamp(20px, 6.667px + 1.736vw, 40px);
  }

  .header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .header__info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    row-gap: 8px;
    column-gap: 24px;
    padding-left: 1em;
  }
  .header__info-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
  }
  .header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #fff;
    background: #74512d;
  }
  .header__btn-sp {
    display: none;
  }

  /* footer
-------------------------------------*/
  .footer {
    background: url(../images/common/footer-bg.jpg) no-repeat center center /
      cover;
  }
  .footer__inner {
    width: min(95%, 1287px);
    margin-inline: auto;
    padding: 80px 0;
  }
  .footer__content {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .footer__left {
    width: 35.43%;
    padding-bottom: 48px;
  }
  .footer__logo {
    margin-bottom: 26px;
  }
  .footer__logo img {
    width: 142px;
  }
  .footer__address,
  .footer__open-hours {
    margin-bottom: 15px;
    font-size: clamp(12px, 10.667px + 0.174vw, 14px);
    /*768px ~ 1920px*/
    font-weight: 400;
    line-height: calc(26 / 14);
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__open-hours {
    margin-bottom: 0;
  }
  .footer__right {
    display: flex;
  }
  .footer__right-l {
    margin-right: clamp(20px, -33.333px + 6.944vw, 100px);
  }
  .footer__list-label {
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 1em;
  }
  .footer__list-item a {
    display: block;
    font-size: clamp(12px, 10.667px + 0.174vw, 14px);
    /*768px ~ 1920px*/
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer__right-c {
    margin-right: clamp(30px, -56.667px + 11.285vw, 160px);
  }
  .footer__right-r .footer__list {
    gap: 40px;
  }
  .footer__list-item--external-link a {
    position: relative;
    display: inline-block;
  }
  .footer__list-item--external-link a::after {
    position: absolute;
    top: 0.25em;
    right: -1.5em;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon-external.svg) no-repeat center
      center / cover;
    content: "";
  }

  .footer__sns-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .footer__sns-link img {
    width: 25px;
  }

  .footer__copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }

  /* recaptcha
-------------------------------------*/
  .grecaptcha-badge {
    z-index: 30;
  }

  /* common
-------------------------------------*/
  .main-title-box {
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
    text-align: center;
    color: #333;
    background: #fff;
  }
  .main-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }
  .main-title-en {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .main-title-jp {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }

  h2.sub-title {
    margin-bottom: 50px;
    padding: 25px 20px 10px;
    border-bottom: solid 2px #000;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
  }
  /* 幅・中央寄せは page-system.css の .seo_bread_list と .system-contents で統一 */
  .seo_bread_list li {
    float: left;
    margin-right: 20px;
  }
  .seo_bread_list li::after {
    content: " >";
  }
  .seo_bread_list li:last-child::after {
    content: "";
  }

  /* レガシー用。新規の一覧サムネは page-system.css の aspect-ratio 3/2 を使う */
  .fit img {
    object-fit: cover;
  }
  html {
    overflow-x: hidden;
  }

  body {
    text-size-adjust: 100%;
  }
  img {
    vertical-align: bottom;
  }
  a {
    text-decoration: none;
    color: #090909;
  }
  a:hover {
    text-decoration: underline;
  }
  .nobd a:hover {
    text-decoration: none !important;
  }

  /* clearfix */
  .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    content: ".";
  }

  /* リンク透明 */
  a img:hover {
    opacity: 0.8;
  }
  /* リンク透明にしない */
  .noop a img:hover {
    opacity: 1;
  }
  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .ggmap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ========================================
   @media screen and (max-width: 1280px) 
======================================== */
@media screen and (max-width: 1280px) {
  .header__info-list {
    display: none;
  }
}

/* ========================================
   @media screen and (max-width: 1200px) 
======================================== */
@media screen and (max-width: 1200px) {
  html {
    overflow: auto;
  }
  body {
    overflow: visible;
  }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    background-color: #fff;
  }
  body {
    overflow: hidden;
    min-height: 100%;
    min-height: 100dvh;
    padding-bottom: env(safe-area-inset-bottom);
    font-family: sans-serif;
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: 0;
    text-size-adjust: 100%;
    background-color: #fff;
  }
  .pc,
  .pc2 {
    display: none !important;
  }
  /*pcのみ表示ブロック*/
  .sp {
    display: block !important;
  }
  /*スマホのみ表示ブロック*/
  .sp2 {
    display: inline-block !important;
  }
  /*スマホのみ表示ブロック*/
  .no-br {
    display: none;
  }
  /*スマホでbrを解除したい場合に使用*/
  .sp_display_block {
    display: block !important;
  }
  /*スマホでflexboxを解除したい場合等に使用*/

  /* header
-------------------------------------*/
  .header__menu-list,
  .header__right {
    display: none;
  }

  .header__inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 14vw;
    padding-block: 3.6vw;
    padding-inline: 3.9vw;
  }

  .header__logo {
    flex-shrink: 0;
    width: 19.1vw;
  }
  .header__logo a,
  .modal-menu__logo a {
    display: block;
    line-height: 1;
  }
  .header__logo img,
  .modal-menu__logo img {
    display: block;
  }

  .header__btn-sp {
    position: fixed;
    top: 3.6vw;
    right: 3.9vw;
    z-index: 101;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 9.7vw;
    height: 6.8vw;
    padding: 0;
    border: none;
    border-radius: 1vw;
    cursor: pointer;
  }
  .header__btn-sp-bars {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 9.7vw;
    height: 6.8vw;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 1));
  }
  .header__btn-sp-bar {
    position: absolute;
    right: 0;
    height: 0.5vw;
    background-color: #333;
    transform-origin: center;
    transition:
      transform 0.3s ease,
      opacity 0.2s ease,
      width 0.2s ease,
      top 0.3s ease;
  }
  .header__btn-sp-bar:nth-child(1) {
    top: 0.7vw;
    width: 9.7vw;
  }
  .header__btn-sp-bar:nth-child(2) {
    top: 3.1vw;
    width: 7.7vw;
  }
  .header__btn-sp-bar:nth-child(3) {
    top: 5.6vw;
    width: 5.8vw;
  }

  .header__btn-sp.is-open .header__btn-sp-bar:nth-child(1) {
    top: 3.1vw;
    width: 9.7vw;
    transform: rotate(35deg);
  }
  .header__btn-sp.is-open .header__btn-sp-bar:nth-child(2) {
    opacity: 0;
  }
  .header__btn-sp.is-open .header__btn-sp-bar:nth-child(3) {
    top: 3.1vw;
    width: 9.7vw;
    transform: rotate(-35deg);
  }

  .sp-header {
  }
  .sp-header .h-logo img {
    width: auto;
    height: 13vw;
  }
  .sp-header .h-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 97;
    width: 13vw;
  }
  .sp-header .h-menu img {
    width: auto;
    height: 13vw;
  }

  /* modal-menu
-------------------------------------*/
  .modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    color: #333;
    background-color: #fff;
    transition:
      opacity 0.3s ease,
      visibility 0s linear 0.3s;
  }
  .modal-menu.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity 0.3s ease,
      visibility 0s linear 0s,
      transform 0.3s ease;
  }
  .modal-menu .modal-menu__head {
    z-index: 100;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 14vw;
    padding-block: 3.6vw;
    padding-inline: 3.9vw;
    background: #fff;
  }
  .modal-menu__logo {
    position: static;
    flex-shrink: 0;
    width: 19.1vw;
    margin: 0;
  }
  .modal-menu__logo img {
    width: 19.1vw;
  }
  .modal-menu .open-close-01 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    width: 13vw;
  }
  .modal-menu .open-close-01 img {
    width: auto;
    height: 13vw;
  }

  .modal-menu__body {
    margin-bottom: 17.15vw;
    padding: 6vw 0 0vw;
  }
  .modal-menu__list {
    margin: 3vw 0 0;
  }
  .modal-menu__item > a {
    position: relative;
    display: block;
    padding-block: 4.8vw;
    padding-inline: 8.7vw;
    border-bottom: 1px solid #d6d6d6;
    font-size: 3.1vw;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
  }
  .modal-menu__item > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8.7vw;
    width: 1.4vw;
    height: auto;
    aspect-ratio: 6.24 / 5.85;
    background: url(../images/common/modal-menu-arrow.svg) no-repeat center
      center / cover;
    transform: translateY(-50%);
  }
  .modal-menu__item--parent > a::after {
    right: 7.7vw;
    width: 3.6vw;
    height: auto;
    aspect-ratio: 15 / 15;
    background-image: url(../images/common/modal-menu-plus.svg);
  }
  .modal-menu__item--parent.is-open > a::after {
    aspect-ratio: 15 / 1;
    background-image: url(../images/common/modal-menu-minus.svg);
  }
  .modal-menu__item--external-link a {
    position: relative;
  }
  .modal-menu__item--external-link a::after {
    position: absolute;
    top: 50%;
    right: 7.7vw;
    width: 2.4vw;
    height: 2.4vw;
    background: url(../images/common/icon-external-black.svg) no-repeat center
      center / cover;
    transform: translateY(-50%);
    content: "";
  }

  .modal-menu__sub-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease;
  }
  .modal-menu__item--parent.is-open .modal-menu__sub-wrapper {
    grid-template-rows: 1fr;
  }
  .modal-menu__sub-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .modal-menu__sub-item {
    position: relative;
  }
  .modal-menu__sub-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 0.2vw;
    background-color: #d6d6d6;
  }

  .modal-menu__sub-link {
    display: grid;
    align-items: center;
    grid-template-columns: 6.8vw 1fr;
    gap: 2.9vw;
    height: 100%;
    padding: 4.8vw 3.9vw;
    font-size: 3.1vw;
    line-height: 1.6;
    letter-spacing: 0;
    text-decoration: none;
    color: #333;
  }
  .modal-menu__sub-item:nth-child(odd) .modal-menu__sub-link {
    padding-left: 8.7vw;
  }
  .modal-menu__sub-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 6.8vw;
    height: 6.8vw;
  }
  .modal-menu__sub-icon img {
    display: block;
    width: auto;
  }

  .modal-menu__footer-inner {
    padding-block: 12.1vw 40vw;
  }
  .modal-menu__footer-logo {
    display: block;
    width: 30.4vw;
    height: auto;
    margin-inline: auto;
    margin-bottom: 9.7vw;
  }
  .modal-menu__footer-logo img {
    width: 100%;
    height: auto;
  }
  .modal-menu__footer-address,
  .modal-menu__footer-open-hours {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: calc(26 / 14);
    letter-spacing: 0.05em;
    text-align: center;
    color: #333;
  }
  .modal-menu__footer-address {
    margin-bottom: 6vw;
  }
  .modal-menu__footer-open-hours {
    margin-bottom: 12.1vw;
  }
  .modal-menu__footer-sns-link {
    display: block;
    width: 7.2vw;
    height: 7.2vw;
    margin-inline: auto;
  }
  .modal-menu__footer-sns-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* sp-page-top
-------------------------------------*/
  .sp-page-top a {
    display: block;
    padding-block: 5vw 14.5vw;
    text-align: center;
  }
  .sp-page-top a img {
    width: 20vw;
    height: auto;
  }

  /* footer
-------------------------------------*/
  .footer {
    background: #f4f1ef;
  }
  .footer__inner {
    padding-block: 12.1vw 5.8vw;
  }

  .footer__logo {
    display: block;
    width: 30.4vw;
    height: auto;
    margin-inline: auto;
    margin-bottom: 9.7vw;
  }
  .footer__address,
  .footer__open-hours {
    font-size: 3.4vw;
    font-weight: 400;
    line-height: calc(26 / 14);
    letter-spacing: 0.05em;
    text-align: center;
    color: #333;
  }
  .footer__address {
    margin-bottom: 6vw;
  }
  .footer__open-hours {
    margin-bottom: 12.1vw;
  }

  .footer__right-l,
  .footer__right-c,
  .footer__right-r {
    display: none;
  }

  .footer__sns-link {
    display: block;
    width: 7.2vw;
    height: 7.2vw;
    margin-inline: auto;
    margin-bottom: 25.6vw;
  }
  .footer__sns-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer__copyright {
    font-size: 2.4vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #333;
  }

  /* recaptcha
-------------------------------------*/
  .grecaptcha-badge {
    bottom: 22vw !important;
    z-index: 30;
  }

  /* common
-------------------------------------*/
  .main-title-box {
    width: 100%;
    margin-bottom: 4vw;
    padding: 7vw 0;
    text-align: center;
    color: #333;
    background-color: #fff;
  }
  .main-title-en {
    font-size: 3.2vw;
    font-weight: 300;
    text-transform: uppercase;
  }
  .main-title {
    font-size: 4.8vw;
    font-weight: 500;
  }
  h2.sub-title {
    margin-bottom: 5vw;
    padding: 3vw 3vw 1vw;
    border-bottom: solid #000 0.2vw;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.3vw;
    text-align: center;
  }
  .seo_bread_list {
    color: #666;
  }
  /*.seo_bread_list{
    display: none;
  }*/
  .seo_bread_list a {
    color: #666;
  }
  .seo_bread_list li {
    float: left;
    margin-right: 1.5vw;
  }
  .seo_bread_list li::after {
    content: ">";
  }
  .seo_bread_list li:last-child::after {
    content: none;
  }

  /* .fit 同上（SP） */
  .fit img {
    object-fit: cover;
  }
  .wysiwyg img {
    width: auto !important;
    height: auto !important;
  }
  html {
    overflow-x: hidden;
  }

  /* 2カラムサイト---------------- */
  #tow-cl #side {
    display: none;
  }

  *:focus {
    outline: none !important;
  }
  a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  body {
    text-size-adjust: 100%;
  }
  img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }
  a {
    text-decoration: none;
    color: #090909;
  }
  a:hover {
    text-decoration: underline;
  }
  .nobd a:hover {
    text-decoration: none !important;
  }
  .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    content: ".";
  }

  /* img-block */
  /* アンカーリンク調整 */
  .hideAnchor {
    display: block;
    overflow: hidden;
    height: 0;
    margin-top: -2vw;
    padding-bottom: 2vw;
    text-indent: -9999px;
  }
  /* スクロール縦 */
  .scroll-y {
    overflow-y: scroll;
    box-sizing: border-box;
  }
  /* リンク透明 */
  a img:hover {
    opacity: 0.8;
  }
  /* リンク透明にしない */
  .noop a img:hover {
    opacity: 1;
  }
  /*---------------------------------------- 　　外部サービス ----------------------------------------*/
  /* ggmap */
  /* <div class="ggmap">iframeのコピーしたコード</div> */
  .sp-ggmap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 5vw;
    padding-bottom: 56.25%;
  }
  .sp-ggmap iframe,
  .sp-ggmap object,
  .sp-ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.c-empty-message {
  margin: 0;
  padding: 40px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #696969;
}
@media screen and (max-width: 767px) {
  .c-empty-message {
    padding: 8vw 4vw;
    font-size: 3.4vw;
  }
}
