﻿@charset "UTF-8";

/* ########### 鈴籠城  ########### */
/*
 * "Zen Maru Gothic" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/*
 * "Oswald" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/* Copyright (c) 2025 鈴籠城 
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */


body {
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
  color: #181818;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #181818;
}

.blue {
  color: #002f63;
}

.red {
  color: #c33636;
}

.lightred {
  color: #f8d6d6;
}

.back--white {
  background-color: #ffffff !important;
}

.back--black {
  background-color: #181818;
}

.back--blue {
  background-color: #002f63;
}

.back--red {
  background-color: #c33636;
}

.back--lightred {
  background-color: #f8d6d6;
}

.border {
  border: 1px solid #181818;
}

.border-red {
  border: 1px solid #c33636;
}

/* ################## 共通 ################## */

.borderbottom1,
.borderbottom-black {
  border-bottom: 1px solid #181818;
}

.borderbottom2,
.borderbottom-black {
  border-bottom: 2px solid #181818;
}

.borderbottom-white {
  border-bottom: 1px solid #ffffff !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid #ffffff;
}

.bordertop-white2 {
  border-top: 2px solid #ffffff;
}

.borderbottom-red {
  border-bottom: 1px solid #c33636;
}

.borderbottom-red2 {
  border-bottom: 2px solid #c33636;
}

.text-stroke {
  -webkit-text-stroke: 0.5px #ffffff;
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(0, 0, 0, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(0, 0, 0, 0.35));
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.Zen Maru Gothic {
  font-family: "Zen Maru Gothic", "Helvetica Neue", "Arial", "verdana", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Oswald-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff") format("woff");
  font-display: swap;
}

.oswald {
  font-family: "Oswald";
}

.sans {
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: initial;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  letter-spacing: 0.35px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid #181818;
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#main {
  text-align: center;
  position: relative;
}

ul,
li {
  list-style: none;
}

#article ul li {
  list-style: initial !important;
}

#article ol li {
  list-style-type: decimal !important;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

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

.nowrap {
  white-space: nowrap;
}

.ws-wrap {
  white-space: wrap !important;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top0 {
  margin-top: 0px !important;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom0 {
  margin-bottom: 0em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-bottom75 {
  margin-bottom: 75px !important;
}

.margin-right05 {
  margin-right: 0.5em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 120%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.bold900 {
  font-weight: 900;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent13 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.effectfade {
  opacity: 0;
  animation: EffectFade .65s forwards;
}

@keyframes EffectFade {
  from {
    transform: translate(0px, 45px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* じわっと */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
    transform: translateY(0px);
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    transform: translateY(0);
  }
}

.blurTrigger {
  opacity: 0;
}


/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.effectfade {
  animation-delay: 0s;
}

.effectfade.second {
  animation-delay: 0.3s;
}

.effectfade.third {
  animation-delay: 0.6s;
}

.effectfade.fourth {
  animation-delay: 0.9s;
}

.effectfade.fifth {
  animation-delay: 1.2s;
}

.effectfade.sixth {
  animation-delay: 1.5s;
}

.effectfade.second2 {
  animation-delay: 0.2s;
}

.effectfade.third2 {
  animation-delay: 0.4s;
}

.effectfade.fourth2 {
  animation-delay: 0.6s;
}

.animated-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}

.animated-text2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  animation: popUp 1.4s forwards;
  /* 持続時間を0.3秒に設定 */
}


@keyframes popUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

.animated-text2 {
  visibility: hidden;
  /* 初期状態では非表示 */
}

.animated-text2.animated {
  visibility: visible;
  /* アニメーション開始時に表示 */
}

/* fade-top*/
.fade-top {
  opacity: 0;
  animation: FadeTop 1.5s forwards;
}

@keyframes FadeTop {
  30% {
    opacity: 0;
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.h2-margin {
  margin-bottom: 40px;
}

.h2-margin2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2-main {
  font-family: "Oswald";
  color: #f8d6d6;
  font-size: 124px;
  line-height: 1;
  font-weight: 600;
}

.h2-sub {
  color: #c33636;
  font-size: 32px;
  font-weight: 700;
}

.h2-sub2 {
  color: #c33636;
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  display: inline-block;
}

.h2-sub3 {
  color: #c33636;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  display: block;
}

.h2-sub.h2-rs {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.h3-common {
  color: #c33636;
  font-size: 24px;
  font-weight: 700;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

.common-margin-bottom {
  margin-bottom: 30px !important;
}

.common-margin-bottom2 {
  margin-bottom: 60px;
}

label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text11 {
  font-size: 11px;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text13 p {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text16 p {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext.lh2 {
  line-height: 1.75 !important;
}

.blogtext p {
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-cs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-ws {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wcs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-w {
  display: flex;
  flex-wrap: wrap;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.flex-wsas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-wss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.flex-wsst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ブレンド ###### */

.multiply {
  mix-blend-mode: multiply;
}

.blend::after {
  top: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.35);
}

.noblend::after {
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 1);
}

/* ###### ヘッダー ###### */

.header-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
  height: 90px;
}

.header__logo a {
  transition: all .4s;
}

.header__logo {
  width: 168px;
  margin-bottom: 5px;
  line-height: 0.75 !important;
}

.header__logo a:hover {
  opacity: 0.5;
}

.header__right {
  text-align: right;
  flex: 1
}

.header__subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -3px;
  margin-top: 3px;
  position: relative;
  z-index: 999;
}

.header__nav .header__nav-link a {
  font-size: 14px;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  cursor: pointer;
}

.header__nav .header__nav-link {
  margin-left: 30px;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 100px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #002f63;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#header {
  width: 100%;
  z-index: 2003;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ffffff;
  top: 0;
  position: fixed;
  /*fixedを設定して固定*/
  width: 100%;
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.event-none {
  pointer-events: none;
  margin-bottom: 10px;
  /* クリックできなくする */
}

/*　ヘッダーボタン　*/

.button-header a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 12px;
  width: 160px;
  height: 45px;
  border-radius: 25px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c33636;
  border: #c33636 1px solid;
  transition: all .25s ease 0s;
}

.button-header a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../image/icon-calender-white.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}

@media(hover: hover) {
  .button-header a:hover {
    color: #c33636;
    background-color: #ffffff;
    font-weight: 700;
  }

  .button-header a:hover::before {
    background: url(../image/icon-calender.svg) no-repeat;
  }
}


.header__nav .header__nav-link>a:hover {
  transform-origin: left top;
  transform: scale(1, 1);
  color: #c33636;
  transition: all .2s ease 0s;
}


/* ########### トップ-メイン ########### */

#main,
#thanks {
  position: relative;
  padding-top: 90px;
  text-align: center;
}

.main__block-text {
  height: 509px;
  z-index: 2;
  position: absolute;
  padding: 0 20px 0;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-flow: column;
}

.main__title {
  color: white;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.35;
}

.main__title img {
  margin-bottom: 15px;
}

/* 上部スライダー */
.main-slider {
  position: relative;
  min-width: 100% !important;
  height: 506px;
}

.main-slider img {
  width: 9000px;
  min-width: 100% !important;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 506px;
}

.main-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.main-button-prev::before,
.main-button-next::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.8);
  /* 白くて半透明 */
  border-radius: 50%;
  /* 丸くする */
  position: absolute;
}

.main-button-prev::before {
  margin-left: 50px;
}

.main-button-next::before {
  margin-right: 50px;
}

/* 上部矢印デザイン（くの字型） */
.main-button-prev::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  transform: rotate(-135deg);
  /* ← 左向き */
  left: 28px;
  position: relative;
}

.main-button-next::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  transform: rotate(45deg);
  /* → 右向き */
  right: 28px;
  position: relative;
}

/* 下部サムネイル */
.thumb-slider {
  width: 100%;
  position: relative;
  margin-top: -40px;
}

.thumb-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.5s;
}

.thumb-slider .swiper-slide img {
  min-width: 100% !important;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 5px;
  height: 55px;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

/* 下部矢印デザイン（◀▶型） */
.thumb-button-prev::after {
  content: "\25C0" !important;
  scale: 0.5;
  color: #B5BFD0;
}

.thumb-button-next::after {
  content: "\25B6" !important;
  scale: 0.5;
  color: #B5BFD0;
}

/* thumb-sliderのナビゲーション非表示（PC時） */
.thumb-button-prev,
.thumb-button-next {
  display: none;
}

.thumb-button-prev {
  margin-left: -10px;
}

.thumb-button-next {
  margin-right: -10px;
}

/*　共通ボタン　*/
.button-common a {
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 12px;
  max-width: 320px;
  height: 55px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c33636;
  border: #c33636 1px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}

.button-input input {
  margin-inline: auto;
  margin-top: 15px;
  margin-bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 12px;
  max-width: 220px;
  height: 55px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c33636;
  border: #c33636 1px solid;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  transition: all .25s ease 0s;
}

.button-common a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../image/icon-smartphone-white.svg) no-repeat;
  background-size: contain;
  margin-top: 2px;
}

@media(hover: hover) {
  .button-common a:hover::before {
    background: url(../image/icon-smartphone.svg) no-repeat;
  }

  .button-common a:hover {
    color: #c33636;
    background-color: #ffffff;
  }

  .button-input input:hover {
    color: #c33636;
    background-color: #ffffff;
  }
}

/*　View Moreボタン　*/
.button-common.btn-vm a {
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px 5px 12px;
  max-width: 220px;
  height: 55px;
  font-size: 21px;
  color: #c33636;
  background-color: #ffffff;
  cursor: pointer;
}

.button-common.btn-vm a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../image/icon-vm.svg) no-repeat;
}

.button-common.btn-vm.btn-cl a::before {
  transform: scale(1, -1);
}

@media(hover: hover) {
  .button-common.btn-vm a:hover::before {
    background: url(../image/icon-vm-white.svg) no-repeat;
  }

  .button-common.btn-vm.btn-cl a a:hover::before {
    transform: scale(1, -1);
  }


  .button-common.btn-vm a:hover {
    color: #ffffff;
    background-color: #c33636;
  }
}

/*　reserveボタン　*/
.button-common.btn-reserve a {
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 5px 12px;
  max-width: 220px;
  height: 60px;
  font-size: 21px;
}

.button-common.btn-reserve a::before {
  content: "";
  display: block;
  margin-bottom: 2px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(../image/icon-calender-white.svg) no-repeat;
}

@media(hover: hover) {
  .button-common.btn-reserve a:hover::before {
    background: url(../image/icon-calender.svg) no-repeat;
  }
}

/* ###### ご案内 ###### */

#guide {
  position: relative;
  background: url(../image/back-paper.jpg) 50% 50% / cover no-repeat
}

.h2-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: -20px;
}

.h2-img-2 {
  margin-top: -160px;
  margin-bottom: -110px;
}

.suzukagojo-map {
  margin-top: -170px;
  margin-right: -15px;
}

.text-guide {
  font-size: clamp(14px, 1.6vw, 18px);
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.85;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 3;
}

.price-color {
  color: #d36969;
}

/* ###### シーン ###### */
.scene-back {
  position: relative;
  background: url(../image/back-lightred2.jpg) 50% 0% / cover no-repeat;
}

#scene {
  width: 100%;
  background-image: url(../image/flower-deco1.png), url(../image/flower-deco2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 187px 130px, 165px 117px;
}

.h2-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 上部矢印デザイン（くの字型） */
.scene-button-prev::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  transform: rotate(-135deg);
  /* ← 左向き */
  left: -35px;
  position: relative;
}

.scene-button-next::after {
  content: "" !important;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #747474;
  border-right: 2px solid #747474;
  transform: rotate(45deg);
  /* → 右向き */
  right: -35px;
  position: relative;
}

.scene-slider {
  margin-top: 30px;
}

/* ###### 料金 ###### */

.h2-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#price {
  position: relative;
  background: url(../image/back-red.jpg) 50% 50% / cover no-repeat;
}


.table-price {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  border: rgb(255, 255, 255) 1px solid !important;
  margin-top: 25px;
}

.table-price th {
  color: rgb(255, 255, 255);
  padding: 20px;
  font-weight: 700;
  text-align: left;
  width: 290px;
  font-size: 21px;
  background-color: #002f63;
}

.table-price td {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: #181818;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #ffffff;
}

.price-big {
  font-weight: 900;
  font-size: 19px;
  display: inline-block;
}

.price-number {
  font-weight: 900;
  font-size: 33px;
  color: #c33636;
  display: inline-block;
}

.white-border {
  border-top: rgb(255, 255, 255) 1px solid;
  border-bottom: rgb(255, 255, 255) 1px solid;
}

.black-border {
  border-top: rgb(0, 0, 0) 1px solid;
  border-bottom: rgb(0, 0, 0) 1px solid;
}

/* ###### 館内案内 ###### */

.h2-4 {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.h2-4 .h2-main {
  margin-top: 15px;
}


.floormap-img {
  margin-top: 15px;
}

#floormap {
  position: relative;
  background: url(../image/back-lightred2.jpg) 50% 50% / cover no-repeat;
}

/* ###### ご利用方法 ###### */

.h2-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#flow {
  position: relative;
  background: url(../image/back-paper.jpg) 50% 50% / cover no-repeat
}


.h3-flow {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
  color: #c33636;
  min-height: 45px;
}


.flex-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex-flow li {
  width: 17%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.flex-flow li:not(:last-child) {
  margin-right: 3.75%;
}

.flex-flow li:not(:first-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -25px;
  width: 20px;
  margin-top: -55px;
  margin-inline: auto;
  border: 15px solid transparent;
  border-left: 15px solid #c33636;
  transition: all .5s ease 0s;
}

/* ###### アクセス ###### */

#access {
  position: relative;
  background: url(../image/back-lightred2.jpg) 50% 50% / cover no-repeat;
}

.access-map {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #c33636;
}

/* ###### 下層共通 ###### */
.underlayer__top {
  position: relative;
  padding-top: 90px;
}

.underlayer__top .h2-main {
  display: block;
  text-align: center;
  line-height: 0.8;
}

.underlayer__top .h2-sub {
  display: block;
  margin: 25px 0 10px;
  text-align: center;
}

.underlayer__back {
  text-align: center;
  background: url(../image/back-paper.jpg) 50% 50% / cover no-repeat;
}

.underlayer__back.meal {
  height: auto;
}

.h2-common .h2-main {
  display: block;
}

.h2-common .h2-sub {
  display: block;
  text-align: right;
}

#reserve {
  height: 350px;
  background: url(../image/back-lightred.jpg) 50% 0% / cover no-repeat;
}

/* ###### お部屋 ###### */
.flex-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.h2-ul {
  width: 430px;
}

.ul-img {
  flex: 1;
}

.ul-img img {
  border-radius: 15px;
  border: 1px solid #c33636;
}


.flex-ul2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 15px;
  border: 1px solid #c33636;
}

.flex-ul2 {
  display: none;
}

.flower-lt {
  position: absolute;
  top: -40px;
  left: -30px;
  width: 149px;
}

.flower-rb {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 175px;
}

.ul-img2 {
  width: 245px;
}

.ul-img2 img {
  border-radius: 10px;
}

.ul-text2 {
  flex: 1;
  padding-left: 35px;
}

.ul-text2 .h3-common {
  margin-bottom: 10px;
}

/* ###### 食事 ###### */

.main-meal img {
  width: 100%;
  border-radius: 15px;
}

.ul-text2.meal {
  flex: 1;
  padding-left: 0px;
}

/* ###### 営業情報 ###### */

.top-post__div {
  display: flex;
  flex-wrap: wrap;
}

.top-news__article {
  width: 45%;
}

.top-news__article:nth-child(even) {
  margin-left: 10%;
}

.top-news__article:nth-child(n+3) {
  margin-top: 7.5%;
}

.top-news__img {
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #c33636;
  border-radius: 15px;
}

.top-news__img a {
  width: 100%;
}

.top-news__img img {
  min-width: 100%;
  height: 245px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
}


.top-news__article>div>a img {
  transition: all .3s ease 0s;
  transform: scale(1.01);
}

.top-news__article>div>a:hover img {
  transform: scale(1.15);
}

.title-blog {
  color: #c33636;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: initial;
  border-bottom: 1px solid #c33636;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.title-blog a {
  color: #c33636;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.5;
  text-align: initial;
}

.title-blog2 {
  color: #c33636;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.br15 img {
  border-radius: 15px;
}

/* ########### 下層-CONTACT ########### */

input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 2px;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.contacttable .hitusu {
  position: absolute;
  top: 23px;
  right: 10px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1.35;
  padding: 1px 5px 2px;
  font-weight: 700;
  color: #c33636;
  font-size: 13px;
  border-radius: 4px;
}

.contacttable th {
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  padding: 20px 0px 0px 0px;
  border-bottom: #181818 0px solid;
  color: #181818;
  position: relative;
}

.contacttable td {
  padding: 13px 0px;
  border-bottom: #181818 0px solid;
  font-weight: 500;
}

.contacttable td input[type=text],
.contacttable td input[type=tel],
.contacttable td input[type=email],
.contacttable td select {
  font-size: 16px;
  width: 100%;
  padding: 8px 15px 8px;
  font-weight: 500;
  border: #c33636 1px solid;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-text-fill-color: #181818 !important;
}

.contacttable td select {
  width: 298px;
  max-width: 100%;
  appearance: none;
  /* ブラウザデフォルトの矢印を非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><polyline points='6 9 12 15 18 9' style='fill:none;stroke:darkgray;stroke-width:2'/></svg>");

  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}


.contacttable td textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  margin-bottom: 16px;
  width: 100%;
  height: 135px;
  border: #c33636 1px solid;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-text-fill-color: #181818 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset;
}

.douitext {
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 16px;
}

label {
  display: inline-block;
  line-height: 2;
}

::placeholder {
  font-size: 13px;
  -webkit-text-fill-color: #D3D3D3 !important;
}

.contacttable::placeholder {
  font-size: 14px;
  font-weight: 400;
  -webkit-text-fill-color: #D3D3D3 !important;
}


.flame-border {
  border: #c33636 2px solid;
  padding: 30px;
  border-radius: 20px;
}

/* ########### 会社概要 ########### */


.table-com th {
  color: #c33636;
  padding: 23px 0px 20px 0px;
  font-weight: 700;
  text-align: left;
  width: 110px;
  font-size: 21px;
  border-top: #c33636 1px solid;
  border-bottom: #c33636 1px solid;
}

.table-com td {
  padding: 23px 10px 20px 25px;
  width: 100%;
  text-align: left;
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  border-top: #c33636 1px solid;
  border-bottom: #c33636 1px solid;
  line-height: 2;
}

.arrow {
  position: relative;
  font-weight: bold !important;
}

.arrow:before {
  content: "";
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #c33636;
  margin-right: 8px;
  margin-bottom: -3px;
}

/* ###### パンくず ###### */

.breadcrumb__list {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  padding: 3px;
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1.15;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb__item a {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
}

/* ###### フッター ####### */

.footer {
  position: relative;
  background: url(../image/back-red.jpg) 50% 50% / cover no-repeat
}

.footer__logo {
  max-width: 168px;
  margin-bottom: 10px;
}

.footer__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.footer__subtitle img {
  margin-right: 5px;
  vertical-align: -2px;
}


.footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.footer__right a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 8px;
}

.footer-second li a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-bottom: 2px solid rgb(255, 255, 255);
  border-left: 1px solid rgb(255, 255, 255);
  margin-bottom: 2px;
}

.footer__copy {
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}


/* ################################################## 355px以下 ################################################## */

@media (max-width: 355px) {
  .sf355 a {
    font-size: 18px;
  }

  .flex-cate-type2 {
    max-width: 200px !important;
    gap: 10px;
  }

  .cate-type2 {
    font-size: 13px;
    width: 100%;
    min-width: 100%;
    min-height: 35px;
  }
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 30px 15px;
  }

  .contents.ulc {
    padding: 40px 15px 35px;
  }

  .contents2 {
    padding: 30px 15px;
  }

  .contents-960 {
    padding: 60px 9px;
  }

  .contents-760 {
    padding: 30px 15px 30px;
  }


  .contents-bottom0 {
    padding: 30px 15px 0;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 60px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 16px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 16px;
  }

  .text21 {
    font-size: 17px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext img {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .h2-main {
    font-size: clamp(50px, 16.3vw, 75px);
  }

  .underlayer__top .h2-main {
    height: 52px;
  }
  .underlayer__top .h2-main.ad {
    height: auto;
  }

  .h2-sub {
    font-size: 24px;
  }

  .h2-sub2 {
    font-size: 28px;
  }

  .h2-sub3 {
    font-size: 19px;
    margin-top: 5px;
  }

  .h3-common {
    font-size: 19px;
  }

  .h2-margin {
    margin-bottom: 20px;
  }

  .h2-margin2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  /* ########### ヘッダー ########### */

  .header-top {
    height: 90px;
  }

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    width: 155px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .header__subtitle {
    margin-top: 8px;
    font-size: 13px;
  }


  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 15px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    display: block;
    margin-left: 0px;
    color: #181818;
    font-size: 16px;
    font-weight: 700;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### 共通 ####### */

  .h2-common .h2-sub {
    text-align: center;
    margin-top: 15px;
  }

  /*　共通ボタン　*/
  .button-common a {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 5px 7px;
    max-width: 260px;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
  }

  .button-input input {
    padding: 6px 5px 7px;
    max-width: 175px;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    font-size: 19px;
  }

  .button-common a::before {
    margin-bottom: 2px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
  }

  /*　View Moreボタン　*/
  .button-common.btn-vm a {
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 5px;
    margin-right: auto;
    font-size: 19px;
    max-width: 200px;
    height: 50px;
  }

  /*　reserveボタン　*/
  .button-common.btn-reserve a {
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    font-size: 19px;
    max-width: 200px;
    height: 50px;
  }

  .button-common.btn-reserve a::before {
    margin-bottom: 2px;
    margin-right: 7px;
    width: 25px;
    height: 25px;
  }

  /* ########### トップ-メイン ########### */

  .main__block-text {
    height: 400px;
  }

  /* 上部スライダー */
  .main-slider {
    height: 400px;
  }

  .main-slider img {
    height: 400px;
  }

  .main__title {
    font-size: clamp(20px, 7.5vw, 30px);
  }

  .main__title img {
    width: clamp(90px, 31vw, 120px);
    margin-bottom: 15px;
  }

  #main {
    position: relative;
    padding-top: 90px;
  }

  /* メインスライダー矢印 */

  .thumb-slider {
    margin-top: -15px;
    margin-bottom: 15px
  }

  .main-button-prev::before,
  .main-button-next::before {
    width: 22px;
    height: 22px;
  }

  .main-button-prev::before {
    margin-left: 5px;
  }

  .main-button-next::before {
    margin-right: 5px;
  }

  /* 上部矢印デザイン（くの字型） */
  .main-button-prev::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #747474;
    border-right: 2px solid #747474;
    left: 5px;
  }

  .main-button-next::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #747474;
    border-right: 2px solid #747474;
    right: 5px;
  }

  .thumb-slider .swiper-slide img {
    height: 8.5vw;
  }

  /* 下部矢印デザイン（◀▶型） */
  .thumb-button-prev::after {
    scale: 0.3 0.5;
  }

  .thumb-button-next::after {
    scale: 0.3 0.5;
  }


  .thumb-button-prev {
    margin-left: -15px;
  }

  .thumb-button-next {
    margin-right: -15px;
  }

  /* ###### ご案内 ###### */
  #guide {
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h2-1 {
    display: block;
    text-align: center;
    margin-top: -20px;
  }

  .h2-1.adjust {
    margin-top: 0px;
  }

  .h2-sub {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .h2-sub.h2-rs {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .h2-img {
    margin-top: 0px;
    text-align: center;
    width: 125px;
    margin-inline: auto;
  }

  .h2-img.adjust {
    width: 220px;
  }

  .h2-img-2 {
    margin-top: -120px;
    margin-bottom: 0px;
    width: 200px;
  }

  .suzukagojo-map {
    margin-top: -15px;
    margin-right: 0px;
  }

  .text-guide {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  /* ###### シーン ###### */
  .scene-back {
    background: url(../image/back-lightred2-tbsf.jpg) 50% 0% / cover no-repeat;
  }

  #scene {
    background-size: 120px auto, 120px auto;
  }

  .contents.scene {
    padding-inline: 20px;
  }

  .scene-slider {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-inline: 25px;
  }

  .scene-button-prev::after {
    width: 15px;
    height: 15px;
    left: -30px;
  }

  .scene-button-next::after {
    width: 15px;
    height: 15px;
    right: -30px;
  }

  .h2-2 {
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
  }

  /* ###### 料金 ###### */
  #price {
    background: url(../image/back-red-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h2-3 {
    display: block;
    text-align: center;
  }

  .table-price {
    border-radius: 10px;
    margin-top: 15px;
  }

  .table-price th {
    padding: 15px;
    width: 100%;
    display: block;
    font-size: 18px;
  }

  .table-price td {
    padding: 5px 15px 15px;
    display: block;
    font-size: 14px;
  }

  .price-big {
    font-size: 16px;
  }

  .price-number {
    font-size: 26px;
  }

  .black-border {
    border-top: rgb(255, 255, 255) 1px solid;
    border-bottom: rgb(255, 255, 255) 1px solid;
  }

  /* ###### 館内案内 ###### */
  #floormap {
    background: url(../image/back-lightred2-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .h2-4 {
    display: block;
    text-align: center;
  }

  /* ###### ご利用方法 ###### */

  #flow {
    position: relative;
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h3-flow {
    font-size: 14px;
    margin-top: 15px;
  }

  .flex-flow {
    padding-inline: 15px;
  }

  .flex-flow li {
    width: 45%;
  }

  .flex-flow li:not(:last-child) {
    margin-right: 0%;
  }


  .flex-flow li:not(:first-child)::after {
    left: -5vw;
    border: 3vw solid transparent;
    border-left: 3vw solid #c33636;
  }

  .flex-flow li:nth-child(even) {
    margin-left: 10%;
  }

  /* ###### アクセス ###### */

  #access {
    position: relative;
    background: url(../image/back-lightred2-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .h2-5 {
    display: block;
    text-align: center;
  }

  /* ###### 下層共通 ###### */
  .underlayer__top {
    position: relative;
    padding-top: 90px;
  }

  .underlayer__top .h2-main {
    display: block;
    text-align: center;
    line-height: 0.8;
  }

  .underlayer__top .h2-sub {
    display: block;
    margin: 25px 0 10px;
    text-align: center;
  }

  .ul-main-img img {
    max-height: 135px;
    width: auto;
    margin-inline: auto;
  }


  .underlayer__back {
    text-align: center;
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .underlayer__back.meal {
    height: auto;
  }

  .reserve-img {
    max-width: 180px;
    margin-inline: auto;
  }

  #reserve {
    height: 440px;
    background: url(../image/back-lightred-tbsf.jpg) 50% 0% / cover no-repeat;
  }

  /* ###### お部屋 ###### */

  .h2-ul {
    width: 100%;
    text-align: center;
  }

  .ul-img {
    flex: auto;
    width: 100%;
    margin-top: 20px;
  }

  .flex-ul2 {
    padding: 25px 15px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .flower-lt {
    top: -30px;
    left: -15px;
    width: 119px;
  }

  .flower-rb {
    bottom: -30px;
    right: -10px;
    width: 135px;
  }

  .ul-img2 {
    width: 205px;
    margin-inline: auto;
  }

  .ul-text2 {
    width: 100%;
    flex: auto;
    margin-top: 20px;
    padding-left: 0px;
  }

  .ul-text2 .h3-common {
    margin-bottom: 10px;
  }

  /* ###### 食事 ###### */

  /* ###### 営業情報 ###### */

  .top-news__article {
    width: 100%;
  }

  .top-news__article:nth-child(even) {
    margin-left: 0%;
  }

  .top-news__article:nth-child(n+3) {
    margin-top: 0%;
  }

  .top-news__article:nth-child(n+2) {
    margin-top: 10%;
  }

  .top-news__img img {
    min-width: 100%;
    height: auto;
  }

  .title-blog {
    font-size: 19px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .title-blog2 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .title-blog a {
    font-size: 19px;
  }

  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
  }

  .contacttable ::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    margin-bottom: -1px;
    padding: 1px 5px 2px;
    font-size: 12px;
    top: 21px;
    right: -10px
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    width: 100%;
    padding: 7px 15px 7px;
  }


  .contacttable td textarea {
    font-size: 14px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  .contacttable td.side-input input[type=text],
  .contacttable td.side-input input[type=tel],
  .contacttable td.side-input input[type=email] {
    font-size: 14px;
    padding: 8px 10px 8px;
    margin-block: 20px;
  }


  /* ########### 会社概要 ########### */


  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 16px;
    border-top: #c33636 0px solid;
    border-bottom: #c33636 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 14px;
    border-top: #c33636 0px solid;
  }

  .table-com tr:first-child td {
    border-top: #c33636 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #c33636 0px solid;
  }

  /* ###### パンくず ###### */

  .breadcrumb__item {
    font-size: 11px;
  }

  .breadcrumb__item a {
    font-size: 11px;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background: url(../image/back-red-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .contents-footer {
    padding: 30px 15px;
  }

  .footer__left {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1.5rem;
  }

  .footer__right {
    width: fit-content;
    margin-inline: auto;
  }

  .footer__nav {
    width: fit-content;
    margin-top: 1rem;
  }

  .footer__nav:not(:last-child) {
    margin-right: 25px;
  }

  .footer__nav li a {
    text-align: initial;
    font-size: 13px;
  }

  .footer__nav {
    margin-top: 1rem;
    width: fit-content;
  }

  .footer__logo {
    max-width: 155px;
  }

  .footer__subtitle {
    font-size: 16px;
  }

  /* ################## wordpress　blog ################## */

  .nav-links {
    margin-top: 30px !important;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 30px 15px;
  }

  .contents.ulc {
    padding: 45px 15px 35px;
  }

  .contents.w760 {
    max-width: 760px;
  }


  .contents-960 {
    padding: 60px 15px;
  }

  .contents-760 {
    padding: 30px 15px 30px;
  }

  .contents.w600 {
    padding: 30px 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 660px;
  }


  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .contents2 {
    padding: 30px 15px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents.top0 {
    padding-top: 0px;
  }


  .contents-breadcrumb {
    min-height: 35px;
    padding: 10px 15px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 60px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 12px;
  }

  .text13 {
    font-size: 13px;
  }

  .text14 {
    font-size: 14px;
  }

  .text15 {
    font-size: 15px;
  }

  .text16 {
    font-size: 16px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .h2-sub {
    font-size: 24px;
  }

  .h3-common {
    font-size: 21px;
  }

  .h2-main {
    font-size: 82px;
  }

  .h2-sub {
    font-size: 28px;
  }

  .h2-sub2 {
    font-size: 40px;
  }

  .h2-sub3 {
    font-size: 21px;
    margin-top: 10px;
  }

  .h2-margin {
    margin-bottom: 30px;
  }

  .h2-margin2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  /* ###### ヘッダー ###### */

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    width: 168px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    padding: 25px 0;
    margin-left: 0px;
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 18px;
  }

  .header__nav-link.bor2 {
    margin: 0 18px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### 共通 ####### */

  .button-common a {
    margin-top: 1.25rem;
  }

  .h2-common .h2-sub {
    text-align: center;
    margin-top: 10px;
  }

  /*　View Moreボタン　*/
  .button-common.btn-vm a {
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  /*　reserveボタン　*/
  .button-common.btn-reserve a {
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* ########### トップ-メイン ########### */

  .main__title {
    font-size: 40px;
  }

  .main__title img {
    width: 120px;
    margin-bottom: 15px;
  }

  #main {
    position: relative;
    padding-top: 90px;
  }

  /* メインスライダー矢印 */

  .main-button-prev::before,
  .main-button-next::before {
    width: 30px;
    height: 30px;
  }

  .main-button-prev::before {
    margin-left: 20px;
  }

  .main-button-next::before {
    margin-right: 20px;
  }

  /* 上部矢印デザイン（くの字型） */
  .main-button-prev::after {
    width: 13px;
    height: 13px;
    border-top: 2px solid #747474;
    border-right: 2px solid #747474;
    left: 13px;
  }

  .main-button-next::after {
    width: 13px;
    height: 13px;
    border-top: 2px solid #747474;
    border-right: 2px solid #747474;
    right: 13px;
  }

  .thumb-slider .swiper-slide img {
    height: 8.5vw;
  }

  /* 下部矢印デザイン（◀▶型） */
  .thumb-slider {
    margin-top: -15px;
    margin-bottom: 15px
  }

  .thumb-button-prev::after {
    scale: 0.3 0.5;
  }

  .thumb-button-next::after {
    scale: 0.3 0.5;
  }

  .thumb-button-prev {
    margin-left: -15px;
  }

  .thumb-button-next {
    margin-right: -15px;
  }

  /* ###### ご案内 ###### */
  #guide {
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h2-1 {
    display: block;
    text-align: center;
    margin-top: -20px;
  }

  .h2-1.adjust {
    margin-top: 0px;
  }

  .h2-sub {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2-sub.h2-rs {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .h2-img {
    margin-top: 0px;
    text-align: center;
    width: 150px;
    margin-inline: auto;
  }

  .h2-img.adjust {
    width: 220px;
  }

  .h2-img-2 {
    margin-top: -180px;
    margin-bottom: 0px;
    width: 280px;
  }

  .suzukagojo-map {
    margin-top: -15px;
    margin-right: 0px;
  }

  .text-guide {
    font-size: clamp(13px, 2.6vw, 16px);
    margin-top: 10px;
    margin-bottom: 15px;
  }

  /* ###### シーン ###### */
  .scene-back {
    background: url(../image/back-lightred2-tbsf.jpg) 50% 0% / cover no-repeat;
  }

  .h2-2 {
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
  }

  #scene {
    background-size: 130px auto, 120px auto;
  }

  .contents.scene {
    padding-inline: 30px;
  }

  .scene-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-inline: 25px;
  }

  /* ###### 料金 ###### */
  #price {
    background: url(../image/back-red-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h2-3 {
    display: block;
    text-align: center;
  }

  .table-price {
    border-radius: 15px;
    margin-top: 25px;
  }

  .table-price th {
    padding: 15px;
    width: 200px;
    font-size: 19px;
  }

  .table-price td {
    padding: 15px;
    font-size: 15px;
  }

  .price-big {
    font-size: 17px;
  }

  .price-number {
    font-size: 28px;
  }


  /* ###### 館内案内 ###### */
  #floormap {
    background: url(../image/back-lightred2-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .h2-4 {
    display: block;
    text-align: center;
  }

  /* ###### ご利用方法 ###### */

  #flow {
    position: relative;
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .h3-flow {
    font-size: 15px;
    margin-top: 15px;
  }

  .flex-flow {
    padding-inline: 15px;
  }

  .flex-flow li {
    width: 30%;
  }

  .flex-flow li:not(:last-child) {
    margin-right: 0%;
  }

  .flex-flow li:nth-child(3n - 1) {
    margin-right: 5%;
    margin-left: 5%;
  }

  .flex-flow li:not(:first-child)::after {
    left: -2.55vw;
    border: 2vw solid transparent;
    border-left: 2vw solid #c33636;
  }

  /* ###### アクセス ###### */

  #access {
    position: relative;
    background: url(../image/back-lightred2-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .h2-5 {
    display: block;
    text-align: center;
  }

  /* ###### 下層共通 ###### */
  .underlayer__top {
    position: relative;
    padding-top: 90px;
  }

  .underlayer__top .h2-main {
    display: block;
    text-align: center;
    line-height: 0.8;
  }

  .underlayer__top .h2-sub {
    display: block;
    margin: 25px 0 10px;
    text-align: center;
  }

  .ul-main-img img {
    height: 160px;
    width: auto;
    margin-inline: auto;
  }

  .underlayer__back {
    text-align: center;
    background: url(../image/back-paper-tbsf.jpg) 50% 50% / cover no-repeat;
  }

  .underlayer__back.meal {
    height: auto;
  }

  .reserve-img {
    max-width: 220px;
    margin-inline: auto;
  }

  #reserve {
    height: 500px;
    background: url(../image/back-lightred-tbsf.jpg) 50% 0% / cover no-repeat;
  }

  /* ###### お部屋 ###### */
  .h2-ul {
    width: 100%;
    text-align: center;
  }

  .ul-img {
    flex: auto;
    width: 100%;
    margin-top: 30px;
  }




  .flex-ul2 {
    padding: 25px 20px;
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .flower-lt {
    top: -40px;
    left: -15px;
    width: 129px;
  }

  .flower-rb {
    bottom: -30px;
    right: -15px;
    width: 155px;
  }

  .ul-img2 {
    width: 225px;
    margin-inline: auto;
  }

  .ul-text2 {
    width: 100%;
    flex: auto;
    margin-top: 20px;
    padding-left: 0px;
  }

  .ul-text2 .h3-common {
    margin-bottom: 10px;
  }

  /* ###### 食事 ###### */

  /* ###### 営業情報 ###### */


  .top-news__article {
    width: 100%;
  }

  .top-news__article:nth-child(even) {
    margin-left: 0%;
  }

  .top-news__article:nth-child(n+3) {
    margin-top: 0%;
  }

  .top-news__article:nth-child(n+2) {
    margin-top: 10%;
  }

  .top-news__img img {
    min-width: 100%;
    height: auto;
  }


  /* ########### 下層-CONTACT ########### */

  .contacttable th {
    font-size: 15px;
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin-bottom: 7px;
    text-align: left;
    display: block;
  }

  .contacttable td {
    width: 100%;
    padding: 0px;
    text-align: left;
    display: block;
  }

  .contacttable::placeholder {
    font-size: 12px;
  }

  .contacttable .hitusu {
    margin-bottom: -2px;
    padding: 1px 5px 2px;
    font-size: 12px;
    right: -10px
  }

  .contacttable td input[type=text],
  .contacttable td [type=tel],
  .contacttable td [type=email] {
    font-size: 15px;
    width: 100%;
    padding: 7px 15px 7px;
  }

  .contacttable td textarea {
    font-size: 15px;
    padding: 6px 15px;
    margin-bottom: 16px;
    height: 110px;
  }

  /* ########### 会社概要 ########### */

  .table-com th {
    display: block;
    padding: 14px 8px 0px;
    width: 100%;
    font-size: 18px;
    border-top: #c33636 0px solid;
    border-bottom: #c33636 0px solid;
  }

  .table-com td {
    display: block;
    padding: 5px 8px 10px;
    width: 100%;
    font-size: 15px;
    border-top: #c33636 0px solid;
    border-bottom: #c33636 1px solid;
  }

  .table-com tr:first-child td {
    border-top: #c33636 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #c33636 0px solid;
  }

  /* ###### フッター ####### */

  .footer {
    position: relative;
    background: url(../image/back-red-tbsf.jpg) 50% 50% / cover no-repeat
  }

  .contents-footer {
    padding: 30px 18px;
  }


  .contents-footer .flex-wss {
    display: block;
  }

  .footer__left {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 2rem;
  }

  .footer__right {
    width: fit-content;
    margin-inline: auto;
  }

  .footer__nav {
    width: fit-content;
    margin-top: 1rem;
  }

  .footer__nav:not(:last-child) {
    margin-right: 25px;
  }

  .footer__right a {
    font-size: 13px;
  }

  .footer__subtitle {
    font-size: 15px;
    width: fit-content;
    margin-inline: auto;
  }


  .footer__logo {
    width: fit-content;
    margin-inline: auto;
  }

  /* ################## wordpress　blog ################## */

  .nav-links {
    margin-top: 30px !important;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }

  .contents-720 {
    margin-right: auto;
    margin-left: auto;
    max-width: 780px;
  }

  .contents-breadcrumb {
    max-width: 1260px;
    min-height: 35px;
    padding: 10px 30px 0;
    margin-right: auto;
    margin-left: auto;
  }

  .contents-breadcrumb.w1360 {
    max-width: 1360px;
  }

  .contents-breadcrumb.breadcrumb2 {
    min-height: 75px;
  }

  .contents-breadcrumb.w1300 {
    max-width: 1360px;
  }

  .h2-sub3 {
    padding-left: 5px;
  }

  .ul-main-img img {
    height: 210px;
    width: auto;
    margin-inline: auto;
  }

  /* ########### 下層-CONTACT ########### */
  .radiotext {
    padding-bottom: 3px;
  }

  .table-com tr:first-child td {
    border-top: #c33636 0px solid;
  }

  .table-com tr:last-child td {
    border-bottom: #c33636 0px solid;
  }

  .table-com tr:first-child th {
    border-top: #c33636 0px solid;
  }

  .table-com tr:last-child th {
    border-bottom: #c33636 0px solid;
  }
}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {

  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 40px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.ulc {
    padding: 75px 30px 65px;
  }

  .contents.width1260 {
    max-width: 1260px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.w600 {
    padding: 30px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 660px;
  }

  .contents2 {
    padding: 45px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-960 {
    padding: 60px 30px 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1020px;
  }

  .contents-760 {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    padding: 45px 30px 45px;
  }

  .contents.w1300 {
    max-width: 1360px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents2.top0 {
    padding-top: 0px;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .pc1tbsfflex {
    display: flex !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .sitetop {
    bottom: 20px;
  }

  /* ###### ヘッダー ###### */

  .header__left {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .header__logo {
    width: 168px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  /*ボタン外側*/
  .openbtn {
    position: absolute;
    top: 18px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 70%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 22px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn span:nth-of-type(3) {
    top: 33px;
  }

  .openbtn__menu {
    text-align: center;
    margin-top: 40px;
    margin-right: -8px;
    font-size: 11px;
    color: #002f63;
    font-weight: 900;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 85%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 85%;
  }

  .header__nav {
    width: 100%;
    top: 90px;
    right: 0px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 90px);
    background-color: #ffffff;
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav .header__nav-link {
    margin: 0 0 0 auto;
  }

  .header__nav .header__nav-link a {
    margin-left: 0px;
    padding: 25px 0;
    color: #181818;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .header__nav .header__nav-link {
    margin: 0;
    line-height: 1.25;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
  }

  .header__nav-link.bor {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 0 30px;
  }

  .header__nav-link.bor2 {
    margin: 0 30px;
  }

  .margin-nav {
    margin-bottom: 45px !important;
  }

  .button-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-header a {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 200px !important;
  }

  /*  ドロップダウンメニュー  */

  .menu__second-level li {
    padding-left: 16px;
  }

  .menu__second-level li a {
    border-top: 1px solid #e3e3e3 !important;
    display: block;
  }

  .menu__second-level {
    display: none;
  }

  .p-switch:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transform: translateY(-50%) rotate(135deg);
    margin-top: 5px;
  }

  .p-switch:hover:before {
    border-top: 2px solid #c33636;
    border-right: 2px solid #c33636;
    transition: 0.2s;
  }

  .p-switch.selected:before {
    transform: rotate(-45deg);
    transition: 0.2s;
    margin-top: 5px;
  }

  .menu__second-level li a:hover {
    transform-origin: left top;
    transform: scale(1, 1);
    color: #c33636;
    transition: all .5s ease 0s;
  }

  /* ###### ご案内 ###### */

  .h2-1 {
    display: block;
    text-align: center;
    margin-top: -20px;
  }

  .h2-1.adjust {
    margin-top: 0px;
  }

  .h2-sub {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .h2-sub.h2-rs {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h2-img {
    margin-top: 0px;
    text-align: center;
    width: 150px;
    margin-inline: auto;
  }

  .h2-img.adjust {
    width: 250px;
  }

  .h2-img-2 {
    margin-top: -90px;
    margin-bottom: -25px;
    width: 300px;
  }

  .suzukagojo-map {
    margin-top: -75px;
    margin-right: 0px;
  }

  .text-guide {
    font-size: clamp(15px, 1.6vw, 18px);
    margin-top: 10px;
    margin-bottom: 15px;
  }

  /* ###### シーン ###### */
  .h2-2 {
    display: flex;
    flex-direction: column-reverse;
  }


  /* ###### 料金 ###### */
  .h2-3 {
    display: block;
    text-align: center;
  }

  /* ###### 館内案内 ###### */
  .h2-4 {
    display: block;
    text-align: center;
  }

  /* ###### ご利用方法 ###### */

  .h3-flow {
    font-size: 15px;
    margin-top: 15px;
  }

  .flex-flow li {
    width: 17%;
  }

  .flex-flow li:not(:last-child) {
    margin-right: 3.75%;
  }

  .flex-flow li:not(:first-child)::after {
    left: -2.25vw;
    border: 1.5vw solid transparent;
    border-left: 1.5vw solid #c33636;
  }

  /* ###### アクセス ###### */

  .h2-5 {
    display: block;
    text-align: center;
  }

  /* ###### 下層共通 ###### */
  .h2-common .h2-sub {
    text-align: center;
    margin-top: 10px;
  }

  #reserve {
    height: 620px;
    background: url(../image/back-lightred-tbsf.jpg) 50% 0% / cover no-repeat;
  }

  /*　View Moreボタン　*/
  .button-common.btn-vm a {
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 15px;
  }

  /*　reserveボタン　*/
  .button-common.btn-reserve a {
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  /* ###### お部屋 ###### */

  .h2-ul {
    width: 100%;
    text-align: center;
  }

  .ul-img {
    flex: auto;
    margin-inline: auto;
    max-width: 100%;
    margin-top: 30px;
  }

  .ul-img img {
    width: 100%;
  }


  /* ###### フッター ###### */

  .contents-footer {
    padding: 50px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .footer__logo,
  .footer__subtitle {
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 1rem;
  }

  .footer__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .footer__right {
    width: fit-content;
    margin-inline: auto;
  }

  .footer__nav {
    width: fit-content;
  }

  .footer__nav:not(:last-child) {
    margin-right: 45px;
  }

}

@media (min-width: 1100px) {

  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1760px;
  }

  .contents {
    padding: 40px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.w600 {
    padding: 30px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 660px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents.ulc {
    padding: 75px 30px 65px;
  }

  .contents.width1260 {
    max-width: 1260px;
  }

  .contents.w760 {
    max-width: 760px;
  }

  .contents2 {
    padding: 45px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-960 {
    padding: 60px 30px 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1020px;
  }

  .contents-760 {
    margin-right: auto;
    margin-left: auto;
    max-width: 820px;
    padding: 45px 30px 45px;
  }

  .contents.top0 {
    padding-top: 0px;
  }

  .contents.bottom0 {
    padding-bottom: 0px;
  }

  .contents2.top0 {
    padding-top: 0px !important;
  }

  .contents2.bottom0 {
    padding-bottom: 0px;
  }


  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2.flex {
    display: flex !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  .pc1tbsfflex {
    display: none !important;
  }

  /* ###### ヘッダー ###### */

  .header__nav .header__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }


  .header__nav {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .header__nav-link {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .button-header {
    margin-left: 30px;
  }

  .button-header a {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  }

  #openbtn {
    display: none;
  }

  /*==ふわっと出現させるためのCSS*/
  /*　上に上がる動き　*/

  .floating-pc.UpMove2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: UpAnime2 0.5s forwards;
  }

  @keyframes UpAnime2 {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(-120px);
    }
  }

  /*　下に下がる動き　*/
  .floating-pc.DownMove2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    animation: DownAnime2 0.5s forwards;
  }

  @keyframes DownAnime2 {
    from {
      opacity: 0;
      transform: translateY(-120px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*　ドロップダウンメニュー　*/
  .menu__single:hover .menu__second-level {
    display: block;
  }

  .header__nav-link {
    position: relative;
  }

  .menu__second-level {
    text-align: center;
    min-width: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002f63;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .menu__second-level li {
    margin: 0;
    padding: 0;
  }

  .menu__second-level li a {
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    margin-left: 0px;
    border-top: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level {
    border-bottom: 1px solid rgb(255, 255, 255);
  }

  .menu__second-level li a:hover {
    background-color: #ffffff;
    color: #002f63;
  }

  .menu__single:hover .menu__second-level {
    display: block;
  }

  /* ###### 共通 ####### */

  .background-attachment-fixed {
    background-attachment: fixed;
  }


  /* ###### ご案内 ###### */
  .h2-1 .h2-img {
    margin-top: -90px;
  }

  .h2-sub.hsg {
    width: fit-content;
    margin-inline: auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  /* ###### 館内案内 ###### */

  .h2-4 .hsg {
    top: 155px;
  }

  .h2-4 .h2-img {
    order: 1;
  }

  .h2-4 .h2-main {
    order: 2;
  }

  /* ########### アクセス ########### */
  .h2-5 .h2-img {
    order: 1;
  }

  .h2-5 .h2-main {
    order: 2;
  }

  .adjust-pl {
    padding-left: 45px;
  }

  .adjust-pr {
    padding-right: 10px;
  }

  /* ###### フッター ###### */

  .contents-footer {
    padding: 60px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .footer__left {
    max-width: 390px;
    padding-right: 60px;
  }

  .footer__right {
    flex: 1;
  }

  .footer__nav li a {
    margin-left: 1rem;
  }

  .footer__nav {
    width: 25%;
  }
}

/* …省略効果 */

.title-limit3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  line-height: 1.5;
  padding-top: 5px;
  transition: all 0.2s ease-in;
}


.title-post:has(.title-limit3) {
  overflow: hidden;
  max-height: calc(1.55em * 3);
  /* 3行分の高さで制限 */
}

/* スライダー画像がない時 */
.swiper-slide:has(img[src=""]) {
  display: none;
}

@media (min-width: 1500px) {

  .main__block-text {
    height: 710px;
  }

  /* 上部スライダー */
  .main-slider {
    height: 710px;
  }

  .main-slider img {
    height: 710px;
  }
}

@media (min-width: 2000px) {

  .main__block-text {
    height: 1000px;
  }

  /* 上部スライダー */
  .main-slider {
    height: 1000px;
  }

  .main-slider img {
    height: 1000px;
  }
}

.animated-text span[data-char="鈴"],
.animated-text span[data-char="籠"],
.animated-text span[data-char="城"] {
  font-size: 1.25em;
  line-height: 1;
  vertical-align: 0.025em;
}

.swiper-slide-active .zoom-outer,
.swiper-slide-duplicate-active .zoom-outer,
.swiper-slide-prev .zoom-outer {
  animation: zoomUp 8s linear 0s 1 normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.25);
  }
}

form.sent p {
  display: none;
}

.link-a {
  font-weight: 700;
}

.link-a:hover {
  color: #c33636;
}

.grecaptcha-badge {
  visibility: hidden;
}


.post-contents:nth-child(n+2) {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .post-contents:nth-child(n+2) {
    margin-top: 75px;
  }
}