@charset "UTF-8";

@media(min-width: 800px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ↓ 共通CSS ↓ */
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", serif;
  background: #fff6e9;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}

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

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

a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt40 {
  margin-top: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt80 {
  padding-top: 80px;
}

.pt100 {
  padding-top: 100px;
}

.pt140 {
  padding-top: 140px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

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

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

.font24 {
  font-size: 24px;
}

.text-red {
  color: #d02429;
}

.text-white {
  color: #FFF;
}

.nowrap {
  white-space: nowrap;
}

.box1440 {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
}

.box1200 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.box1000 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.box830 {
  max-width: 830px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;	
}

.box360 {
  max-width: 360px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;	
}


.relative {
  position: relative;
}

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

.col {
    padding: 10px;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.col-30 {
    flex: 1 1 30%;
    width: 30%;
}

.col-40 {
    flex: 1 1 40%;
    width: 40%;
}

.color-white{
	color: #fff;
}

.mb20-40 {
    margin-bottom: clamp(2rem, 4.5vw, 4rem);
}

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

  .sp-only {
    display: none !important;
  }
}

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

  .sp-only {
    display: block;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }
}

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

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

/* ↑ 共通CSS ↑ */

.header-top {
  /*background-color: #2e2e2e;*/
  overflow: hidden;
  padding-bottom: 40px;
}

.header-nav-area {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #2e2e2e;
}

.header-inner {
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  position: relative;
}

.header-top h1 {
  max-width: 360px;
  padding: 25px 0 20px;
}

.header-inner #pc-nav {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 2;
}

.header-top #pc-nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.header-top #pc-nav ul a:hover {
  opacity: unset;
}

/*h1 img {
    display: block;
}*/

/*.header-inner nav {
  position: absolute;
  right: 3%;
  top: 0;
  z-index: 2;
}*/

/*.header-top nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}*/

/*.header-top nav ul a:hover {
  opacity: unset;
}*/

/*#pc-nav ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF6E9;
    width: clamp(54px, 10vw, 96px);
    height: 100%;
    aspect-ratio: 6 / 7;
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(1px 6px 9px rgba(0, 0, 0, 0.3));
    color: #2e2e2e;
    font-weight: 900;
}

nav ul li a img {
    width: 50%;
}

nav ul li a p {
    font-size: clamp(12px, 2vw, 16px);
}*/

/*.header-top nav img {
  filter: drop-shadow(1px 6px 9px rgba(0, 0, 0, 0.3));
}*/




.top-slide-area {
  padding-top: 90px;
}

.txt-outline {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #ffffff;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 1px #231815, -2px 2px 1px #231815, 2px -2px 1px #231815, -2px -2px 1px #231815, 2px 0px 1px #231815, 0px 2px 1px #231815, -2px 0px 1px #231815, 0px -2px 1px #231815;
}

.txt-outline span {
  font-size: 1.4em;
}

.slider-circle {
  position: absolute;
  bottom: -5%;
  right: 10%;
  z-index: 3;
  filter: drop-shadow(1px 6px 9px rgba(0, 0, 0, 0.3));
  width: 15vw;
}

.slider-btm-line {
  background: url(../images/top/slider-btm-line.png) no-repeat bottom / contain;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100vw;
  height: 100%;
}

.slide-txt-area {
    position: absolute;
    z-index: 3;
    top: 10%;
    right: 10%;
    width: 40vw;
    display: block;
}
.slide-txt-area h2 {
    font-size: clamp(1.25rem, -0.417rem + 3.47vw, 3.75rem);
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

/* ヘッダー追加 */
h1 img {
  display: block;
}

#pc-nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF6E9;
  width: clamp(54px, 10vw, 96px);
  height: 100%;
  aspect-ratio: 6 / 7;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(1px 6px 9px rgba(0, 0, 0, 0.3));
  color: #2e2e2e;
  font-weight: 900;
}

#pc-nav ul li a img {
  width: 50%;
}

#pc-nav ul li a p {
  font-size: clamp(12px, 2vw, 16px);
}

/* ↓ ハンバーガーメニュー ↓ */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

#sp-nav {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background-color: #fff6e9;
    padding: 80px 0 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1001;
}

#sp-nav.open {
    right: 0;
}

#sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sp-nav ul li {
    padding: 1rem 2rem;
}

#sp-nav ul li a {
    color: #D02429;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#sp-nav ul li a img {
  width: 1em;
  position: relative;
  top: -6px;
  left: -5px;
}

.openbtn {
    position: fixed;
    right: 2%;
    top: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    z-index: 1002;
}

.openbtn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.openbtn.active span {
    background-color: #fff;
}

.openbtn.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    background-color: #d02429;
}

.openbtn.active span:nth-child(2) {
    opacity: 0;
}

.openbtn.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    background-color: #d02429;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
}


/* ↑ ハンバーガーメニュー ↑ */


.bg-red {
  background-color: #d02429;
}

.bg-black {
  background-color: #2e2e2e;
}

.bg-beige-wave {
  background-color: #fff6e9;
  background: url(../images/top/red-wave.png) no-repeat top / contain,
    url(../images/footer-bg-top.png) no-repeat bottom / contain;
  width: 100vw, 100vw;
  padding: 100px;
}

.area-ttl-b {
    text-align: center;
    position: relative;
    color: #2e2e2e;
    font-weight: 900;
    font-size: clamp(30px, 5vw, 56px);
    letter-spacing: .2rem;
    margin-top: clamp(4.5rem, 19vw, 13rem);
    margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.area-ttl-b img {
    display: block;
    position: absolute;
    left: 50%;
    top: calc(-1* min(10rem, max(clamp(140%, 13vw, 200%), min(100%, 7vw))));
    transform: translateX(-50%);
    max-width: clamp(118px, 26vw, 300px);
}


.top-info-table {
  font-size: 20px;
  max-width: 700px;
  margin: 40px auto 60px;
  text-align: left;
  width: 100%;
}

.top-info-table tr {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.top-info-table th {
  color: #d02429;
  border-bottom: 2px solid #c9caca;
  padding: 10px;
  width: 10em;
  flex: 1 1 20%;
}

.top-info-table td {
  border-bottom: 2px solid #c9caca;
  padding: 10px;
  flex: 1 1 80%;
}

.top-seat-row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
}

.bg-parking {
  background: url(../images/top/parking-bg.png) no-repeat center / contain;
}

.red-dots-txt {
  display: inline-block;
  padding: 0 1em;
  border-bottom: 3px dotted #d02429;
  font-weight: bold;
  margin-bottom: 1em;
}

.contact-tel-line {
  background-color: #4cc564;
  border-radius: 10px;
  padding: 1em;
  max-width: 620px;
  margin: 40px auto 60px;
}

.contact-tel-line .row {
  justify-content: center;
  gap: 2em;
  align-items: center;
}

.contact-txt {
  background-color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  border-radius: 10px;
  padding: 5px 20px;
  margin-bottom: 5px;
}

/*footer .row {
  justify-content: space-between;
  padding: 40px 0 60px;
  gap: 2em;
}

.footer-map-area {
  flex: 1 1 30%;
}

.footer-map-area iframe {
  width: 100%;
  height: 100%;
}*/

.ttl-danger {
    text-align: center;
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ttl-danger::before {
    content: "";
    display: block;
    width: clamp(38px, 7vw, 54px);
    height: clamp(34px, 7vw, 47px);
    background-image: url(../images/top/icon-danger.svg);
    background-repeat: no-repeat;
    margin-right: .5rem;
}

/*フッター
-------------------------------------*/
footer {position: relative;	}
/*footer:not(.top-foot) {margin-top: clamp(4rem, 9vw, 14rem);}*/
footer .foot-bg-img {
	width: 100%;
	position: absolute;
	bottom: 99%;
	left: 0;
}

footer .row {
  justify-content: space-between;
  padding: 40px 0 60px;
  gap: 1em;
}

.foot-logo {max-width: clamp(160px,16vw,240px);}

.foot-tel p {
	font-size: clamp(28px,3vw,32px);
	font-weight: bold;
	color:#fff;
}
.foot-tel p span {font-size: .8em;color:#fff;}

.footer-map-area {
    flex: 1 1 30%;
}

.footer-map-area iframe {
  width: 100%;
  height: auto;
	aspect-ratio: 22 / 19;
}


/*==================================================
スライダーのためのcss　↓
===================================*/
.slider {
  z-index: 1;
}

.slider-item {
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.slider-item img {
  width: 100vw;
}

/*==================================================
スライダーのためのcss　↑
===================================*/


#pagetop {
    position: fixed;
    bottom: 3%;
    right: 1%;
    z-index: 999;
    width: 100%;
    max-width: clamp(90px, 10vw, 100px);
    height: 94px;
    background: url(../images/to-top.png) no-repeat center / contain;
}

/*#pagetop img {
  width: 10vw;
  max-width: 60px;
}*/

#pagetop a:hover {
  opacity: 1;
}

.copyright {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 4em 0;
  color: #fff;
}


@media screen and (max-width: 768px) {
  .header-top h1 {
    width: 60%;
    padding: 1.5rem 0;
  }

  .header-inner nav {
    right: 1%;
    width: 35%;
  }

  .header-top nav ul {
    gap: 10px;
    justify-content: end;
  }
	
.header-top nav ul {
    display: block;
    }	

  .top-slide-area {
    padding-top: 48px;
  }
  
	.slide-txt-area {
		display: none;
	}


  .txt-outline {
    width: 100%;
    font-size: 16px;
    top: unset;
    bottom: 10%;
  }
	
.top-info-table th {
    text-align: center;
}	
	
/* ↓ ハンバーガーメニュー ↓ */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

#sp-nav {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100vh;
    background-color: #fff6e9;
    padding: 80px 0 0;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1001;
}

#sp-nav.open {
    right: 0;
}

#sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sp-nav ul li {
    padding: 1rem 2rem;
}

#sp-nav ul li a {
    color: #2e2e2e;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
}

#sp-nav ul li a img {
  width: 1em;
  position: relative;
  top: 4px;
  left: -5px;
}

.openbtn {
    position: fixed;
    right: 2%;
    top: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    z-index: 1002;
}

.openbtn span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.openbtn.active span {
    background-color: #fff;
}

.openbtn.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    background-color: #d02429;
}

.openbtn.active span:nth-child(2) {
    opacity: 0;
}

.openbtn.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    background-color: #d02429;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow: hidden;
}


/* ↑ ハンバーガーメニュー ↑ */	

}

@media screen and (max-width: 960px) {
/*フッター
-------------------------------------*/
	footer .row {
		flex-wrap: wrap;
	}
	.footer-map-area iframe {
		aspect-ratio: 3 / 1;
	}
}



.moyo{
	background-image: url("../images/moyo.png");
	background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: clamp(4rem, 9vw, 23rem);
}

.qr-code{
	text-align: center;
	margin: 2rem auto;
}

.menu-sub{
	font-size: 20px;
	text-align: center;
}


/*menu.html*/



.button-wrap{
 text-align: center;
 max-width:230px;
  width:100%;	
	background: #2e2e2e; /* 背景色 */
	border-radius: 5px;
	padding: 10px 40px; /* 上下の余白、左右の余白 */
	margin: 1rem auto;
}

.btn {  
	color: #fff; /* 文字色 */
	font-size: 22px;
    text-align:center;
    text-decoration:none;
    width:100%;
}
.button-wrap:hover {
  opacity: .7;
}

/*.bg-black-wave {
    background: url(../images/menu/black-wave-top.png) no-repeat top / contain, url(../images/menu/black-wave-bottom.png) no-repeat bottom / contain;
    width: 100vw, 100vw;
    padding: 100px;
}*/

.bg-wave-bottom{
	background: url(../images/menu/black-wave-top.png) no-repeat bottom / contain;
	width: 100vw, 100vw;
    padding: 100px 10px;
}

.bg-black{
	background-color: #2e2e2e;
	position: relative;
}

/*.bg-wave-top{
	background: url(../images/menu/black-wave-bottom.png) no-repeat top / contain;
	width: 100vw, 100vw;
    padding: 100px;
	vertical-align: top;
}*/

.comments{
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.comments-b{
	font-size: 17px;
	color: #000;
	text-align: center;
}

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

.menu-area{
	margin: 0 auto;
	padding: 2rem 0 4rem;
}

.col_2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.col_2 > * {
    width: calc(48% - 6px);
    margin-right: 12px;
    margin-bottom: 20px; 
}

.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
/*.col_3 > * > *{
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}*/

.col_4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.col_4 > * {
    width: calc(23% - 6px);
    margin-right: 12px;
   }

.bg-wave{
	position: absolute;
    bottom: -0.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
}

.bg-wave img{
	width: 100vw;
}

.plan-ttl{
	padding: 100px 20px 60px;
	margin: 0 auto;
	text-align: center;
}

.plan-list{
	margin: 0 auto 6rem;
}


.box29 {
    margin: 2em 0;
    background: #2e2e2e;
	border-radius:  15px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #db5358;
    padding: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 15px 15px 0 0;
}
.box29 .plan-list {
    padding: 15px 20px;
    margin: 0;
}

.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.plan-list li{
	list-style: none;
	color: #fff;
	text-align: left;
}

.plan-name {
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.0;
    margin-bottom: 2rem;
}

.menu-ttl-h3 {
    color: #fff;
    font-weight: bold;
    font-size: clamp(24px, 6vw, 38px);
    text-align: center;
}

.menu-category {
    padding-bottom: 4em;
    text-align: center;
}

.page-jump {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.menu-grid {
    display: grid;
    gap: 5em 2em;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 2em 2em 3em;
    color: #fff;
}

.menu-grid-item {
    position: relative;
}

.menu-grid-item>img {
    width: 100%;
}

.menu-grid4 {
    display: grid;
    gap: 3em 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 2em 2em 3em;
    color: #fff;
}

 

.menu-name {
    font-weight: bold;
    font-size: 24px;
    margin: 0.1em 0;
    text-align: left;
	line-height: 1.3;
}

.menu-price {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
}

.white-box{
	border: solid 1px #ffffff;
	padding: 1rem 2rem;
}

.white-box p{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.menu .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
　color: #fff;	
}

/* 点線 */
/*.menu .item::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  border-bottom: dotted 2px #fff;
}*/

.menu .item .name,
.menu .item .price {
  display: inline-block;
  /* 周りの背景色と同色にします */
  }

.menu .item .name {
  padding-right: 5px;
}

.menu .item .price {
  padding-left: 5px;
}

.mb20-10{
	margin-bottom: 2rem;
}

.pb40-5{
	padding-bottom: 4rem;
}

.pt50-0 {
    padding-top: 5rem;
}



.flex-2{
	display: flex;
	justify-content: space-around;
}

.ptb30-5{
		padding-top: 3rem;
		padding-bottom:  3rem;
	}	

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

.bg-wave {
    bottom: -0.2%;
	}
}
@media screen and (max-width: 960px) {

.col_4 > * {
    width: 48%;
    margin-right: 0;
    text-align: center;
}
	
	 .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }

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

.moyo{
	background-image: none;
	}	
	
	
.col_2 > * {
    width: 90%;
    margin-right: 0;
    text-align: center;
}	
	
.col_4 > *{
        width: 46%;
        margin-right: 5px;
        margin-left: 5px;
        text-align: center;
    }
	
.btn {
    font-size: 18px;
   }
	
.button-wrap {
        max-width: 100%;
        margin: 0.5rem auto;
        padding: 10px;
    }

.bg-wave {
    bottom: -0.1%;
	}
	
.col-30, .col-40 {
        flex: 1 1 100%;
        width: 100%;
    }
	
.menu-grid {
        padding: 2em 0 4em;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
	
.menu-grid4 {
        padding: 2em 0 4em;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }	
	
.menu-name img {
        height: 1.5em;
    }	
	
.white-box p {
    font-size: 18px;
    }	
	
.mb20-10{
	margin-bottom: 1rem;
}	
	
/*フッター
-------------------------------------*/
	.footer-map-area {
		flex: 1 1 100%;
		width: 100%;
		padding: 0 10px;
	}
	
	.footer-map-area iframe {aspect-ratio: 3 / 2;}

	    .menu-name {
        font-size: clamp(14px, 3.8vw, 18px);
        margin: 1em 0 0.5em;
    }
	.menu-price {
        font-size: 18px;
    }

	
}

@media screen and (max-width: 560px) {
.top-info-table tr {
        flex-direction: column;
    }
	
.top-info-table th {
        width: 100%;
        text-align: left;
        border-bottom: 0;
    }
	
.red-dots-txt {
    padding: 0;
	}
	
.button-wrap {
    max-width: 100%;
    margin: 0.5rem auto;
}	
	
.menu-grid {
        padding: 2em 0;
        gap: 4em 1.5em;
        grid-template-columns: repeat(2, minmax(135px, 1fr));
    }	
	
.menu-grid4 {
        padding: 2em 0;
        gap: 4em 1.5em;
        grid-template-columns: repeat(2, minmax(135px, 1fr));
    }		
	
.menu-price {
        font-size: 16px;
    }
	
.col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }	
	
/*.col_4 > * {
    width: 90%;
    margin-right: 0;
    text-align: center;
}*/
	
.menu .item {
display: block;
}



.menu .item .name,
.menu .item .price {
  display: block;
   }	

.menu .item .name {
   text-align: left;
}	
.menu .item .price {
   text-align: right;
}	
	
.white-box p {
        font-size: 16px;
    }
	
.white-box {
   padding: 0.5rem;
}	
	
.pb40-5{
	padding-bottom: 0.5rem;
}	
	
.pt50-0 {
    padding-top: 0px;
}
	
	.ptb30-5{
		padding-top: 0.5rem;
		padding-bottom:  0.5rem;
	}	
	
	.flex-2 img{
		width: 60%;
		margin: 1rem auto;
	}
	
.flex-2{
	display: block;
	}

.plan-ttl {
    padding: 40px 20px 40px;
   }	
	
}

@media screen and (min-width: 1921px){
	
	
}
