@charset "utf-8";

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

body {
  background-image: url('../images/common/bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}


.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

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

.align-center {
  text-align: center;
}

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

.align-right {
  text-align: right;
}

.align-item {
  align-items: center;
}

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.mb70 {
  margin-bottom: 7rem;
}

.mb80 {
  margin-bottom: 8rem;
}

.mb90 {
  margin-bottom: 9rem;
}

.mb100 {
  margin-bottom: 10rem;
}

.mb150 {
  margin-bottom: 15rem;
}

.mb200 {
  margin-bottom: 20rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mt70 {
  margin-top: 7rem;
}

.mt80 {
  margin-top: 8rem;
}

.mt100 {
  margin-top: 10rem;
}

.pt60{
	padding-top: 6rem;
}

.inner-box {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.box250 {
  max-width: 250px;
}

.box600 {
  max-width: 600px;
}

.box700 {
  max-width: 700px;
}

.anchor-target {
  padding-top: 100px;
  /* ヘッダーの高さに応じて調整 */
  margin-top: -100px;
  /* padding-topと同じ値をマイナスで指定 */
}

.anchor-target2 {
  padding-top: 200px;
  /* ヘッダーの高さに応じて調整 */
  margin-top: -200px;
  /* padding-topと同じ値をマイナスで指定 */
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

  .br-sp {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .mb60 {
    margin-bottom: 3rem;
  }

  .mb100 {
    margin-bottom: 5rem;
  }

  .mb200 {
    margin-bottom: 5rem;
  }
}


.Header {
  width: 100%;
  height: 100px;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  /*position: relative;*/
  position: fixed;
  z-index: 9999;
  background-image: url('../images/common/bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.Logo {
  text-align: left;
  padding-left: 10px;
  max-width: 480px;	
}

.main-img {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 100px;
  position: relative;
}

.Main {
  width: 100%;
  margin: 120px auto;
}

.Section {
  width: 100%;
}

.Menu {
  position: fixed;
  top: 0;
  transform: translateX(50%) translateX(640px) translateX(100%);
  right: 856px;
  z-index: 20;
  width: 100%;
  max-width: 430px;
  height: 100vh;
  background-color: #b9272d;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

/*@media (min-width: 2500px){
	.Menu {
        right: 40%;
        max-width: 800px;
    }
}

@media (min-width: 3000px){
	.Menu {
        right: 38%;
        max-width: 990px;
    }
}*/


/*.MenuIsOpen {
  transform: translateX(60%) translateX(640px);
  visibility: visible;
  opacity: 1;
}*/

.MenuIsOpen {
  transform: translateX(50%) translateX(640px);
  visibility: visible;
  opacity: 1;
}

.Menu-Header {
  width: 100%;
  height: 70px;
  background-color: #b9272d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.white-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem 4rem;
  margin: 4rem 4rem;
}

.Menu-List {
  width: 100%;
}

.Menu-List-Item {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}

.Menu-List-Item::before {
  content: '';
  position: absolute;
  top: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -5px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/square.png");
}

.nav-bt {
  text-align: center;
  margin: 2rem auto 1rem;
  width: 100%;
}

/* プルダウンメニュー用のスタイル */
.has-dropdown {
  position: relative;
}

.Dropdown-Menu {
  /* display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  z-index: 1000;
  width: 100%;
}

.has-dropdown:hover .Dropdown-Menu {
  display: block;
}

.Dropdown-Menu li {
  padding: 10px 20px 0;
}

.Dropdown-Menu li::before {
  content: "―";
  position: absolute;
  left: 15px;
  /* 表示位置は調整可 */
  color: #333;
}

.Dropdown-Menu li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.Dropdown-Menu li:hover {
  opacity: 0.8;
}

.Button {
  position: absolute;
  top: -5px;
  right: 0;
  z-index: 30;
  height: 70px;
  padding: 0 20px;
  background-color: #b9272d;
  border-radius: 50%;
  cursor: pointer;
}

.Button-LineTop,
.Button-LineMedium,
.Button-LineBottom {
  width: 30px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
}

.Button-LineTop {
  position: absolute;
  top: 23px;
}

.Button-LineBottom {
  position: absolute;
  bottom: 23px;
}

.ButtonIsOpen {
  background-color: #fff;
  right: calc(((100vw - 1280px) / -2) + 40px);
}

.ButtonIsOpen .Button-LineTop {
  transform: translateY(10.5px) rotate(45deg);
  background-color: #b9272d;
}

.ButtonIsOpen .Button-LineMedium {
  opacity: 0;
}

.ButtonIsOpen .Button-LineBottom {
  transform: translateY(-10.5px) rotate(-45deg);
  background-color: #b9272d;
}

.Overlay {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  /*max-width: 1280px;*/
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.OverlayIsOpen {
  visibility: visible;
  opacity: 1;
}

.news-area {
  display: flex;
  justify-content: flex-start;
}

.news-area-ttl-box {
  width: 30%;
  height: 240px;
  background-color: #4a6845;
  padding: 20px;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
}

.news-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}



.news-box {
  width: 43.8%;
  max-width: 100%;
  margin: 0 5rem;
}

.button {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #b9272d;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  transition: opacity 0.3s ease;
  text-align: center;
}

.button:hover {
  opacity: 0.8;
}

.link-bt {
  text-align: center;
  margin: 4rem auto 6rem;
}

.bg-cream {
  background-color: #f2e3c9;
}

.bg-green {
  background-color: #4a6845;
}

.cream-area {
  height: 364px;
  position: relative;
}

.mathuken-catch {
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #333333;
  width: 100%;
}

article {
  max-width: 1120px;
  margin: 4rem auto 0;
  padding: 4rem 1rem;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 20px;
}

.title {
  font-size: 30px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
}


.title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #4a6845;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.video-wrapper {
  position: relative;
  max-width: 640px;
  width: 100%;
  height: 360px;
}

.video-thumbnail {
  max-width: 640px;
  width: 100%;
  height: 360px;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 68px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 14px;*/
  cursor: pointer;
}

/*.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent white;
}*/

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

.banner-item {
  width: 48%;
  margin-bottom: 80px;
  text-align: center;
}

.banner-item img {
  width: 100%;
  height: auto;
}

.con-container {
  width: 722px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.box-red {
  width: calc((722px - 50px) / 2);
  height: 210px;
  /* 高さは任意で設定してください */
  background-color: #b9272d;
  /* 背景色は任意で設定してください */
  border-radius: 20px;
  padding: 10px;
  margin: 1rem auto;
}

.box-green {
  width: calc((722px - 50px) / 2);
  height: 210px;
  /* 高さは任意で設定してください */
  background-color: #4a6845;
  /* 背景色は任意で設定してください */
  border-radius: 20px;
  padding: 20px;
  margin: 1rem auto;
}

.box-ttl {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

.box-obi {
  display: inline-block;
  width: 100%;
  max-width: 265px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  border-radius: 25px;
  transition: opacity 0.3s ease;
  text-align: center;
  margin: 1rem auto;
}

.box-obi2 {
  display: inline-block;
  width: 100%;
  max-width: 265px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  transition: opacity 0.3s ease;
  text-align: center;
  margin: 1rem auto;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*フッター
-------------------------------------*/
footer {
  padding: 5rem 2rem;
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}

footer h4 {
  /*border-bottom: 3px solid #ccc;*/
  font-weight: bold;
}



.foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.foot-nav li {
  position: relative;
  padding: 1rem 2.5rem;
}

.foot-nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #000;
}

.foot-nav li a {
  color: #000;
  text-decoration: none;
}

.foot-nav .dropdown {
  position: relative;
}

.foot-nav .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.foot-nav .dropdown:hover .dropdown-content {
  display: block;
}

.foot-nav .dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.foot-nav .dropdown-content a:hover {
  background-color: #f1f1f1;
}


.foot-info {
  flex-basis: 58%;
}

.foot-info table {
  width: 100%;
  color: #333;
}

.foot-info table th {
  position: relative;
  text-align: left;
  width: 30%;
  color: #333;
  padding: 0 0 2px;
  font-weight: 400;
  vertical-align: top;
}

.foot-info table th:after {
  display: block;
  content: "／";
  color: #333;
  position: absolute;
  top: calc(7% - 1px);
  right: -15px;
}

.foot-info table td {
  text-align: left;
  padding: 0 0 2px 30px;
  width: 75%;
  color: #333;
}


.foot-map {
  flex-basis: 38%;
}

.map-container iframe {
  clip-path: inset(0 round 20px);
}

.foot-logo {
    max-width: 350px;
    margin: 2rem auto;
}


/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  color: #333;
  font-size: 14px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 3;
}

#pagetop a {
  display: block;
  background: #000;
  color: #fff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}

#pagetop a:hover {
  background: #666;
}

/*下層ページ
-------------------------------------*/
.main-ttl {
  position: absolute;
  bottom: 2%;
  left: 10%;
  font-size: calc(((100vw - 360px) / 43.3333) + 36px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}

.main-ttl-b {
  position: absolute;
  bottom: 2%;
  left: 10%;
  font-size: calc(((100vw - 360px) / 43.3333) + 36px);
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1em;
}

.flex-basis53 {
  flex-basis: 53%;
}

.flex-basis43 {
  flex-basis: 43%;
}



.shop-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

.shop-info th,
.shop-info td {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}


.box-obi-red {
  display: inline-block;
  width: 80%;
  height: 60px;
  line-height: 50px;
  background-color: #b9272d;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  border-radius: 30px;
  transition: opacity 0.3s ease;
  text-align: center;
  margin: 1rem auto;
}

.flex-basis78 {
  flex-basis: 78%;
}

.flex-basis18 {
  flex-basis: 18%;
}

.message-text {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

.sign {
  text-align: right;
}

.sign img {
  max-width: 346px;
}

/*会社概要　テーブル*/

table {
  border-collapse: collapse;
  width: 100%;
}

/*th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
  word-break: break-word; } */

table.matsuken_tbl {
  color: #8c6239;
}

.matsuken_tbl th {
  width: 30%;
  padding: 1em 5% 1em 5%;
  text-align: left;
  border-bottom: 1px solid #c1272d;
  font-size: clamp(15px, 1.8vw, 24px);
  font-weight: bold;
  color: #c1272d;
}

.matsuken_tbl td {
  padding: 1em 3% 1em 7%;
  text-align: left;
  border-bottom: 1px solid #4d4d4d;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: bold;
  color: #4d4d4d;
}

.v_top {
  vertical-align: top;
}

.const-catch {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin: 2rem auto;
}

.cp_h1title {
  position: relative;
  color: #ffffff;
  background: #b9272d;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  width: 50%;
  margin-bottom: 20px;
}

.cp_h1title span {
  display: block;
  font-size: calc(((100vw - 360px) / 30) + 20px);
  font-weight: bold;
  text-align: end;
  padding-right: calc(((100vw - 360px) / 9.1765) + 30px);
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-basis50 {
  flex-basis: 50%;
}

.flex-basis48 {
  flex-basis: 48%;
}

.border-r20 img {
  border-radius: 20px 0 0 20px;
}

.border-r20-4 img {
  border-radius: 20px;
}

.margin-l400 {
  margin-left: calc(((100vw - 1140px) / 1.95) + 0px);
}

.margin-r20 {
  margin-right: 20px;
}

.button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 500px;
  margin: 30px auto;
}

/* 角丸ボタンのスタイル */
.rounded-button {
  background-color: #b9272d;
  /* ボタンの背景色 */
  color: #fff;
  border: none;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  /* 角丸の指定 */
  cursor: pointer;
  text-align: center;
}


.red-hr {
  border: solid 6px #b9272d;
}

.tab-ttl {
  background-color: #b9272d;
  max-width: calc(((100vw - 480px) / 9) + 240px);
  padding: 5px;
  font-size: calc(((100vw - 480px) / 72) + 22px);
  font-weight: bold;
  text-align: center;
  border-radius: 20px 20px 0 0;
  color: #fff;
}

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

#contact-btn {
  position: fixed;
  right: 0;
  /* 右端に固定 */
  top: 50%;
  /* 画面中央（縦方向） */
  transform: translateY(-50%);
  /* 表示を縦型に回転＆位置調整 */
  transform-origin: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #b9272d;
  /* お好みの背景色 */
  color: #fff;
  padding: 15px;
  font-size: 26px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 15px 0 0 15px;
  opacity: 0;
  /* 初期状態は非表示 */
  pointer-events: none;
  /* 非表示時はクリック不可 */
  transition: opacity 0.3s ease;
  z-index: 1000;
}

/* スクロール時に表示するためのクラス */
#contact-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.slogan{
	margin: 4rem auto;
	max-width: 480px;
	padding: 1rem 1rem 6rem;
}

.slogan li{
	font-size: clamp(18px, 2.5vw, 24px);
	font-weight: 600;
}


/* レスポンシブ対応（画面幅768px以下の場合） */
@media (max-width: 768px) {
  #contact-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.sub-ttl {
  font-size: 19px;
  font-weight: bold;
}

.slide-wrapper {
  width: 100%;
  overflow: hidden;
}

.slide-wrapper .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-animation-name: loop;
  animation-name: loop;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.slide-wrapper .slider img {
  width: 37%;
  /* aspect-ratio: 16/10;*/
  -o-object-fit: cover;
  object-fit: cover;
}

/* animation-settings */
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.col_3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 6rem;
  max-width: 1200px;
  justify-content: center;
}

.col_3-item {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

.col_3-item img {
  width: 100%;
  height: auto;
  display: block;
}

.col_3-item2 {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

.col_3-item2 img {
  width: 100%;
  height: auto;
  display: block;
}

.red-bar {
  background-color: #b9272d;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: calc(((100vw - 360px) / 130) + 18px);
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}

.red-bar2 {
  background-color: #b9272d;
  color: #fff;
  border: none;
  padding: 15px;
  font-size: calc(((100vw - 360px) / 390) + 16px);
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  /* margin: 20px 0 60px;*/
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
}

.pricing-table th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.pricing-table td {
  background-color: #fff;
}

sup {
  top: 0.5em;
}

.text-white {
  color: #fff;
}

.staff-name {
  text-align: center;
  margin: 1rem auto;
  font-size: 2rem;
  font-weight: bold;
}

.coming-soon {
  color: #b9272d;
  font-weight: bold;
  text-align: center;
  margin: 6rem auto;
  font-size: 40px;
}

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

  table.matsuken_tbl {
    display: block;
    width: 100%;
  }

  .matsuken_tbl th {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
    border-bottom: none;
  }

  .matsuken_tbl td {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box;
  }

  /*  .matsuken_tbl th{
      width: 30%;
    padding: 1.5em 1em;}
  
    .matsuken_tbl td{
      padding: 1.5em 1em;}
  }*/

  .button-container {
    grid-template-columns: 1fr;
  }

  .pricing-table {
    border: 0;
  }

  .pricing-table thead {
    display: none;
  }

  .pricing-table tr {
    display: block;
    margin-bottom: 1em;
    border-bottom: 2px solid #ddd;
  }

  .pricing-table td {
    display: block;
    text-align: right;
    font-size: 14px;
    border: none;
    border-bottom: 1px dotted #ccc;
    position: relative;
    padding-left: 50%;
  }

  .pricing-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 60%;
    font-weight: bold;
    text-align: left;
  }

  .pricing-table td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1280px) {
  /*.container {
    padding: 0 15px;
  }*/

  .Button {
    right: 10px;
  }

  .Overlay {
    left: 0;
    transform: none;
  }

  .Menu {
    right: 0;
    transform: translateX(100%);
  }

  .MenuIsOpen {
    transform: translateX(0);
  }

  .margin-l400 {
    margin-left: 20px;
  }
}

@media (max-width: 880px) {

  .flex-basis53 {
    flex-basis: 100%;
  }

  .flex-basis43 {
    flex-basis: 100%;
  }

  .flex-center {
    display: block;
  }

  .border-r20 img {
    border-radius: 0;
    margin: 20px auto;
  }

  .mb150 {
    margin-bottom: 5rem;
  }
}

@media (max-width: 768px) {
  /* .Header {
    height: 90px;
  }*/

  .Logo img {
    height: 60px;
    width: auto;
  }

  /* .Button {
    height: 60px;
  }*/

  /*.Button-LineTop {
    top: 20px;
  }
  
  .Button-LineBottom {
    bottom: 20px;
  }*/

  .Menu {
    width: 100%;
    max-width: none;
    overflow-y: auto;
  }

  .news-area-ttl-box {
    width: 70px;
  }

  .news-box {
    margin: 0 auto;
    padding: 0 10px;
    width: 80%;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .video-thumbnail {
    max-width: 480px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .video-wrapper {
    height: auto;
  }

  .con-container {
    width: 100%;
    display: block;
  }

  .slide-wrapper .slider img {
    width: 50%;
  }

  .col_3-item {
    flex: 0 0 calc(50% - 20px);
  }

  .col_3-item2 {
    flex: 0 0 calc(100% - 20px);
  }
	
 .flex-basis18 {
    flex-basis: 100%;
  }	

 .message-img {
    width: 50%;
    margin: 2rem auto;
	text-align: center;  
  }

  .message-text {
    font-size: 17px;
  }

  .sign img {
    max-width: 200px;
  }	
	
.flex-basis78 {
    flex-basis: 100%;
  }	
	
.slogan {
    max-width: 390px;
    }	

}

@media (max-width: 560px) {
    .Logo img {
        height: 50px;
    }
}

@media (max-width: 480px) {
  .Header {
    height: 90px;
  }

  .Logo {
    /*padding-left: 40px;*/
  }

  .Logo img {
    height: 35px;
     }

  .Main {
    margin: 80px auto;
  }

  .Menu-Header {
    font-size: 24px;
  }

  /*.Menu-List-Item {
    padding: 12px 20px;
  }*/

  .news-ttl {
    font-size: 24px;
  }

  .news-area-ttl-box {
    width: 50px;
    padding: 8px;
  }

  .title {
    font-size: 24px;
  }

  .Button {
    height: 50px;
    padding: 0 10px;
  }

  .Button-LineTop {
    position: absolute;
    top: 15px;
  }

  .Button-LineBottom {
    position: absolute;
    bottom: 14px;
  }

  .ButtonIsOpen .Button-LineBottom {
    transform: translateY(-8.5px) rotate(-45deg);
    background-color: #b9272d;
  }

  .ButtonIsOpen .Button-LineTop {
    transform: translateY(9.5px) rotate(45deg);
    background-color: #b9272d;
  }

  .button {
    width: 85%;
  }

  article {
    margin: 2rem auto 0;
    padding: 2rem 1rem;
  }

  .cream-area {
    height: 200px;
  }

  .mathuken-catch {
    text-align: center;
    font-size: 16px;
  }

  .box-red {
    width: 100%;
  }

  .box-green {
    width: 100%;
  }

  .foot-nav ul {
    flex-direction: column;
    align-items: center;
  }

  .foot-nav li {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }

  .foot-nav li:not(:last-child)::after {
    content: none;
  }

  .foot-nav li:not(:last-child) {
    border-bottom: 1px solid #000;
  }

  .foot-nav .dropdown-content {
    position: static;
    display: block;
    background-color: transparent;
    box-shadow: none;
    /* border-top: solid 1px #eee; */
  }

  .foot-nav .dropdown-content li a::before {
    content: "―";
    position: absolute;
    left: 100px;
    color: #000;
  }

  .foot-nav .dropdown:hover .dropdown-content {
    display: block;
  }

  /*.foot-nav .dropdown-content a {
    padding: 8px 0;
    padding-left: 20px;
  }	*/

  .foot-info {
    flex-basis: 100%;
  }

  .foot-map {
    flex-basis: 100%;
  }



  .shop-info table,
  .shop-info tbody,
  .shop-info tr {
    display: block;
    width: 100%;
  }

  .shop-info tr {
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }

  .shop-info th,
  .shop-info td {
    display: block;
    border: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .shop-info th {
    background-color: #f8f8f8;
    font-weight: bold;
  }

  .shop-info td {
    padding-left: 10px;
  }

  .shop-info td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }

  

 

  .flex-basis48 {
    flex-basis: 100%;
  }

 

  .flex-center {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

}

/* 最小フォントサイズを設定 */
@media screen and (max-width: 320px) {
 
.Logo img {
    height: 30px;
     }	
	
  .main-ttl {
    font-size: 24px;
  }

  .main-ttl-b {
    font-size: 24px;
  }

  .cp_h1title span {
    font-size: 20px;
    padding-right: 30px;
  }

  .tab-ttl {
    max-width: 240px;
    font-size: 22px;
  }

  .red-bar {
    font-size: 18px;
  }

  .red-bar2 {
    font-size: 16px;
  }
}

/* 最大フォントサイズを設定 */
@media screen and (min-width: 1920px) {
  .main-ttl {
    font-size: 72px;
  }

  .main-ttl-b {
    font-size: 72px;
  }

  .cp_h1title span {
    font-size: 72px;
    padding-right: 200px;
  }

  .tab-ttl {
    max-width: 400px;
    font-size: 42px;
  }

  .red-bar {
    font-size: 30px;
  }

  .red-bar2 {
    font-size: 20px;
  }
}

/*20250909追加*/

.inner {
  width: 100%;
  margin: 0 auto;
  }

.yellow-bg-mono{
	background-color: #EFE19A;
	padding: 2rem 4rem;
}

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

.font-18-20 { font-size: clamp(18px, 2vw, 20px); }
.font-20-24 { font-size: clamp(20px, 2.5vw, 24px); }
.font-24-32 { font-size: clamp(24px, 3vw, 32px); }