@charset "utf-8";
/* CSS Document */
@import url("css/all.min.css");

/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningテーマ用の子テーマ
Author: 伊藤由佳子
Version: 1.0
*/

*{
　　box-sizing: border-box;
}
img {
    max-width: 100%;
	vertical-align:top;
}
ul{
	list-style: none;
}
body{
	font-family: serif;
	font-weight: 700;
	font-style: normal;
	background-color: #F8F1E1;
}
#en,#en-menu{
	font-family: 'Noto Serif', serif;
}
#zh{
	font-family: 'Noto Serif SC', serif;
}
#ko{
	font-family: 'Noto Serif KR', serif;
}
iframe , video{
	display: block;
    width: 100%;
	height: 100%;
    object-fit: cover;
}
main{
	text-align: center;
	padding-bottom: 50px!important;
}
h2,h3,h4{
	text-align: center;
}
a {
    text-decoration: none;
	color: #4e0000;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
.inner{
	padding: 0 2%;
	max-width: 1150px;
	margin: 0 auto;
}
/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/**********************************************
*スライダー
***********************************************/
.toptext{
	font-family: dnp-shuei-nshogomincho-std, serif;
	font-size: 1.1em;
	writing-mode: vertical-rl;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ffffff;
    filter: drop-shadow(1px 2px 3px rgb(0, 0, 0));
}
#en .toptext , #ko .toptext{
	writing-mode: horizontal-tb;
}
.sliderArea {
	background-image: url("img/sp-bg_wa.svg");
	overflow: hidden;
	position: relative;
	top:-2vw;
	background-size: 100% auto;
	background-position-y: bottom;
	padding-bottom: 3vh;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
}
.slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 15px!important;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  padding: 0;
  opacity: .5;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider img{
	clip-path: circle(50% at center);
}

/**********************************************
*共通赤矢印ボタン
***********************************************/
.common-arrow-btn{
	text-align: center;
}

.common-arrow-btn>a{
	color: #000000;
}
.common-arrow-btn>a>i{
	color: #4e0000;
}
/**********************************************
*共通四角丸ボタン
***********************************************/
.common-radius-btn{
	border-radius: 10px;
	border: solid 2px #4e0000;
	text-align: center;
	margin: auto;
    width: 80%;
}
.common-radius-btn a{
	display: inline-block;
	padding: 10px 0;
}
/******共通四角丸ボタン*赤****************/
.common-radius-btn.red-btn{
	background-color: #BB1F1F;
}
.red-btn a{
	color: #ffffff;
}
/******共通四角丸ボタン*白****************/
.common-radius-btn.white-btn{
	background-color: #ffffff;
}
.white-btn a{
    color: #4e0000;
}
/**********************************************
*共通ヘッダー
***********************************************/
.header-inner {
  padding: 0 20px; /*左右の余白確保*/
  display: flex; /*ロゴとハンバーガーメニューを横に並べる*/
  align-items: center;
  justify-content: space-between;
  height: inherit; /*親要素の高さを継承*/
  position: relative;
}

/* ヘッダーのロゴ部分 */
.header-title {
  width: 80px;
}

.header-title img {
  display: block;
  width: 100%;
  height: 100%;
}

/**********************************************
*共通フッター
***********************************************/
.footer-img img{
	width:100%;
}
footer{
	background-color: #4E0000;
	color: #ffffff;
	text-align: center;
	padding-top: 50px;
    padding-bottom: 10px;
}
footer a{
	color: #ffffff;
}
footer .primary,footer .sns{
	display: flex;
    justify-content: center;
	font-weight: 300;
    font-size: 12px;
	margin-bottom: 20px;
	
}
footer .primary>li{
	padding:  0 8px;
}
footer .sns>li{
	padding:  0 12px;
}
footer .sns i{
	font-size: 30px;
}
footer .brand{
	padding-top: 30px;
    margin-bottom: 35px
}
footer .brand>p{
	font-size: 12px;
	margin-bottom: 10px;
}
footer .brand-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2%;
}
footer .brand-unit{
	width: 100px;
	padding: 5px;
}
/**********************************************
*お知らせページャー
***********************************************/
.nav-links{
	padding-top: 50px;
}
.nav-links ul{
    display: flex;
    justify-content: center;
}
.pagination li{
    margin: 0 15px
}
.page-numbers .current{
	background: #4e0000;
    padding: 10px;
    border-radius: 18%;
    color: #ffffff;
}
.news-arrow {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    margin-bottom: 30px;
}
/**********************************************
ピックアップ
***********************************************/
.pickup ul{
	display: grid;
    gap: 8px;
    padding: 0px 2%;
	justify-content: center;
}
/**********************************************
コンテンツ
***********************************************/
.aboutTop{
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 15% 50%, rgba(255, 255, 255, 1) 85%, rgba(35, 102, 247, 0));
}
.aboutTop .inner{
	padding: 70px 5%;
}
.aboutTop .inner h2{
	color: #4e0000;
}
.aboutTop .inner p{
	text-align: justify;
    padding-top: 25px;
    line-height: 2.6;
}
.acordion_button{
	background-color: #ffffff;
}
.header-veiw{
	position: absolute;
    z-index: 1000;
    top: 85px;
    left: 0;
}
.header-logo.sp img{
	width:40%;
	margin-left:30px;
}
.kodawari .section{
	margin-bottom: 25px;
	position: relative;
}
.kodawari .section::before{
	content: url(img/bg_maru2.svg);
	transform: scale(0.6);
	position: absolute;
    top: 20%;
    left: -126px;
    z-index: -1;
}
.bottom{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 2%;
    padding-top: 24px;
}
#en .bottom ,#ko .bottom{
	display: block;
    align-items: left;
}

.kodawari-title{
	font-family: dnp-shuei-nshogomincho-std, serif;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	font-size: 1.6em;
	letter-spacing: 5px;
	color: #4E0000;
	text-shadow: 2px 2px 1px #FFFFFF;
}
#en .kodawari-title , #ko .kodawari-title{
	-ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
	font-size: 1.6em;
	letter-spacing: 0;
}
.right{
	margin-left: auto;
}
.img-vw img{
	width: 100%;
    height: 263px;
    object-fit: cover;
    border-radius: 12px;
}
.kodawari-text{
	font-family: dnp-shuei-nshogomincho-std, serif;
	padding: 20px 0 0 0;
	font-size:1em;
	font-weight: 400;
	text-align: justify;
	padding-left: 3vw;
}
.newsmore{
	padding-top:30px;
	text-align:center;
	margin-bottom:50px;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/**********************************************
*臨時お知らせ
***********************************************/

#info{
    margin-bottom: 10px;
	display:grid;
	grid-template-columns: 1fr 1fr;
}
#info .info-unit{
	text-align: center;
    background-color: #bb1f1f;
    border-radius: 10px;
    padding: 20px;
    margin: 0px 4px;
}
#info .info-unit a{
	color: #ffffff;
}
#info .info-unit a i{
	font-size: 2.5em;
	margin-bottom: 5.3px
}
#info .info-unit a p{
	font-size: 0.8em;
}
/**********************************************
*トップページ
***********************************************/

/**********************************************
*メインコンテンツ
***********************************************/

/**********************************************
*お知らせ
***********************************************/
.news-list{
	margin-bottom: 46px;
	padding-top: 80px;
}
.news-list h2{
	margin-bottom: 10px;
}
.news-list .news-list-unit{
	border-bottom: solid 1px #000000;
    margin-bottom: 8px;
}
.news-list .news-list-unit .date{
	font-size: 1em;
	text-align: left;
}
.news-list .news-list-unit .article{
	width: 90%;
    margin: auto;
	font-size: 0.9em;
    text-align: justify;
}
#News-detail .news-list .news-list-unit{
	border: none;
    border-radius: 10px;
    padding: 0;
	margin-bottom: 35px;
}
#News-detail .news-list .news-list-unit .article{
	width: 100%;
    margin: 0;
	font-size: 1em;
    text-align: justify;
}
#News-detail .news-list .news-list-unit .date{
	font-size: 1em;
    color: #000000;
    margin-bottom: 27px;
}
.news-list a:hover,.news-list .common-arrow-btn a:hover{
	color:#bb1f1f;
}
.news-list .common-arrow-btn{
	padding-top: 25px;
}
#News-detail iframe{
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 600px;
    display: block;
}
/**********************************************
*メニュー一覧ページ
***********************************************/
.lang-menu{
	padding-top: 80px;
    margin-bottom: 120px;
}
.lang-menu .section-l{
    margin-bottom: 5vh;
}
.menu-box{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    transform: translate(0%, -5%);
	-webkit-transform: translate(0%, -5%);
    -ms-transform: translate(0%, -5%);
	padding: 3%;
}
.menu-box_unit{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	border-bottom: solid 0.75px #000;
    padding-bottom: 8px;
	margin-bottom: 8px;
}
.menu-box_unit:last-child{
	border-bottom: none;
    padding-bottom: 0;
	margin-bottom: 0;
}
.menu-box_unit .title{
	text-align: left;
}
.menu-box_unit .title span{
	font-size: 0.8em;
	text-align: left;
    display: block;
    padding-left: 0.5em;
}
.lang-menu-m{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.section-m img{
	width: 100%;
    height: 32vw;
    object-fit: cover;
}
.lang-menu-s{
	padding-top: 60px;
}
.section-s{
	display: flex;
    justify-content: space-between;
    border-bottom: solid #000 0.5px;
    padding-bottom: 5px;
	margin-bottom: 15px;
}
#Menu .menu-list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
	padding-top: 90px;
}
#Menu .menu-list img{
	border-radius:10px;
	width: 100%;
    height: 130px;
    object-fit: cover;
	margin-bottom: 5px;
}
#Menu .menu-list-unit{
	margin-bottom: 35px;
}
#Menu .menu-list-unit .btn{
	border: solid 1px #000000;
	border-radius:10px;
	padding: 5px;
	text-align:center;
}
#Menu .common-arrow-btn{
	padding: 60px 0;
}

/**********************************************
*メニュー詳細ページ
***********************************************/
.select-menu{
	border: 1px solid #ffffff;
    box-shadow: 3px 3px 5px #3939393d;
    border-radius: 24px;
    padding: 15px 30px;
    margin-top: 20px;
    width: 100%;
    background: #4e0000;
    color: #fff;
}
#Menu-detail .menu-tab{
	margin-top: 30px;
	margin-bottom:60px;
}
#Menu-detail h2{
	color: #4E0000;
    text-shadow: 2px 2px 1px #FFFFFF;
    border-bottom: solid 2px;
}
#Menu-detail .menu-tab ul{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
#Menu-detail .menu-tab li>a{
	color: #000;
	display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 8px;
}
#Menu-detail .menu-detail-list{
	display: grid;
    gap: 20px;
	padding-top: 10px;
	margin-bottom: 70px;
}
#Menu-detail .menu-detail-unit{
	box-shadow: 3px 4px 6px #0000004d;
}
#Menu-detail .menu-detail-unit a{
	position: relative;
	display: block;
}
#Menu-detail .menu-detail-unit a:after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 100vh;
    background-image: url(../img/icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
    transform: translate(-50%, -50%);
}
#Menu-detail .common-arrow-btn{
	padding: 60px 0;
}
#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#modal-container img {
      max-width: calc(100vw - 30px);
      max-height: calc(100vh - 30px);
}
img.popup {
  cursor: pointer;
}
/**********************************************
*店舗一覧ページ
***********************************************/
#Shop-list .shop-list{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding-top: 90px;
	margin-bottom: 40px;
}
#Shop-list .shop-list-unit{
	width: 136px;
    text-align: center;
    border: solid 1px #000000;
    border-radius: 10px;
    margin: 0 1% 0;
    margin-bottom: 3.2%;
}
#Shop-list .shop-list-unit a{
	display: grid;
    padding: 30px 0 10px;
}
#Shop-list .shop-list-unit a>span{
    margin-bottom: 10px;
}
#Shop-list .shop-detail-list{
   	margin-bottom: 30px;
}
#Shop-list .shop-detail-list h3{
   	background-color: #EECDAC;
    padding: 10px 0;
}
#Shop-list .shop-detail-unit{
   	display: flex;
	align-items: center;
    justify-content: space-between;
	border-bottom: 1px dashed #707070;
	padding: 10px;
}
#Shop-list .shop-text{
	line-height: normal;
	text-align: left; 
}
#Shop-list .shop-detail-unit .shop-btn{
   	display: flex;
}
#Shop-list .shop-detail-unit .shop-btn a{
    padding: 10px 20px;
    border-radius: 10px;
    min-width: 80px;
    text-align: center;
}
#Shop-list .shop-detail-unit .shop-btn a:nth-child(1){
   background-color: #BB1F1F;
	color: #ffffff;
	margin-right:5px;
}
#Shop-list .shop-detail-unit .shop-btn a:nth-child(2){
   border: solid 1px #BB1F1F;
	color: #BB1F1F;
}
/**********************************************
*店舗詳細ページ
***********************************************/
#Shop-detail h2{
	padding-bottom:10px;
	border-bottom: 2px solid #4e0000;;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 1.1rem;
}
#Shop-detail .reserved-btn{
	display: flex;
    justify-content: center;
}
#Shop-detail .reserved-btn img{
	width: 210px;
}
#Shop-detail .reserved-btn a{
    padding: 5px;
}
.shop-detail-content{
	display: block;
}
.shop-detail-img{
	margin-bottom: 25px;
}
#Shop-detail .map{
	padding-top:25px;
}
#Shop-detail .map iframe{
	height: 280px;
}
#Shop-detail .shop-info {
	text-align: left;
}
#Shop-detail .shop-info .shop-info-list dt{
	background-color: #EECDAC;
	padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}
#Shop-detail .shop-info .shop-info-list dd {
    line-height: 1.4;
    margin: 0 5px;
}
#Shop-detail .pay>p:first-child{
	border-bottom: dotted 2px #bb1f1f;
    margin-bottom: 5px;
}
#Shop-detail .shop-info .shop-info-list .pay {
	margin-bottom: 15px;
}

#Shop-detail .shop-info .shop-info-list .common-arrow-btn{
	text-align: left;
}

.gallery{
	margin:0 0 5px 0;
}

.gallery li{
	list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#fff;
	width:25%!important;
	list-style:none;
	padding: 1px;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}
/**********************************************
*お問合せ
***********************************************/
#Contact,#Privacy{
	background-color: #ffffff;
	padding-bottom: 12vw;
}
.contact-box{
	border: solid 2px #000000;
    border-radius: 10px;
    padding: 10px;
	padding-bottom: 20px;
	margin-top: 50px;
	text-align: left;
}
.contact-box a{
	color: #0004ff;
}
#Contact h2{
    color: #000000;
}
.contact-box h3{
	border-bottom: solid 2px #000000;
    padding-bottom: 10px;
    text-align: left;
    color: #000000;
    padding-top: 25px;
}
.contact-box h3+p{
    padding-top: 25px;
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
	color: #000000;
}
form dl{
	margin-bottom: 20px;
}
form .item input,select,textarea{
	width: 100%;
	background-color: #ffffff;
    border: 1px solid #000000;
	border-radius: 8px;
    padding: 10px 5px;
}
form dt{
	background-color: #606060;
    color: #ffffff;
	padding: 10px 0;
	margin-bottom: 5px;
    padding-left: 10px;
}
form .label-required{
	display: inline-block;
    background-color: #BB1F1F;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 100;
    vertical-align: bottom;
	
}
form .item input,select{
	width: 100%;

}
.row-btn{
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 13px;
}
#Confirm .common-radius-btn{
	width: 100%;
}
.contact-box .text {
    text-align: center;
    font-size: 0.8em;
    line-height: 20px;
}
.contact-box .text p{
   color: #000
}
.contact-box .text a {
    color: #0693e3;
}
.submit-btn input {
    display: block;
    margin: auto;
    background-color: #BB1F1F;
    padding: 10px;
    width: 80%;
    border-radius: 10px;
    color: #ffffff;
}
/**********************************************
*プライバシーポリシー
***********************************************/
#Privacy a{
	text-decoration: underline;
    color: #0000ff;
}
#Privacy ul>li:before{
	display: inline-block;
    margin-right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
    vertical-align: 0.18em;
    content: "";
}
#Privacy ul>ul{
	padding-left: 20px;
}
#Privacy ul>ul>li:before{
	display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a2a2a2;
    vertical-align: 0.18em;
    content: "";
}
#Privacy{
	text-align: left;
}
#Privacy .contact-box h3{
    text-align: left;
    padding-top: 25px;
    margin-bottom: 10px;
}
#Privacy .contact-box h4{
	border-bottom: solid 2px #BB1F1F;
    text-align: left;
    color: #bb1f1f;
    padding-top: 25px;
	margin-bottom: 10px;
}
    



@media screen and (min-width: 768px) /* 768pxからpc表示へ*/{
.sp{
	display: none;
}
.pc{
	display: block;
}
.header-inner {
  justify-content: space-around;
}
.pc-nav{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pc-nav a{
	color: #ffffff;
}
.pc-nav li{
	margin-right: 25px;
	font-size: 1em;
}
.pc-nav li:last-child{
	margin-right: 0;
}
/* PCのナビ部分 */
.pc-nav a{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.pc-nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.pc-nav a:hover::after {
  transform: scale(1, 1);
}
.pc-nav-unit.la .select-menu{
	width: auto;
	padding: 5px 15px;
    margin-top: 0px;
}
.common-radius-btn{
    width: 350px;
}
/**********************************************
*スライダー
***********************************************/
.toptext {
    font-size: 2em;
    top: 15%;
    color: rgb(78 0 0);
    filter: none;
	transform: none;
	letter-spacing: 5px;
}
#en .toptext , #ko .toptext{
	writing-mode:  vertical-rl;
}
.toptext.left{
    left: 8%;
}
.toptext.right{
    right: 8%;
}
.toptext.right .tokushige{
    padding-top: 35px;
    font-size: 1.45em;
}
.sliderArea {
    background-position-y: bottom;
    padding-bottom: 0;
    top: -2vw;
}
.slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: visible;
}
.slider img {
  width: 52%;
  margin: auto;
  max-width: 1000px;
}

/**********************************************
*メインコンテンツ
***********************************************/
.pickup ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15%;
	justify-content: center;
}
.aboutTop .inner{
	writing-mode: vertical-rl;
}
#en .aboutTop .inner , #ko .aboutTop .inner{
	writing-mode: horizontal-tb;
}
.aboutTop .inner h2{
	text-align: start;
	padding-left: 56px;
}
#en .aboutTop .inner h2 , #ko .aboutTop .inner h2{
	padding-left: 0;
}
.aboutTop .inner p{
	line-height: 4;
	padding-top: 28px;
}
.kodawari .section {
    margin-bottom: 100px;
}
.kodawari .section::before {
    content: url(img/bg_maru2.svg);
    transform: scale(0.8);
    top: 33%;
    left: -80px;
    z-index: -1;
}

.news-list{
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px;
}
/**********************************************
*商品一覧ページ
***********************************************/
.lang-menu .section-l{
	display: flex;
    justify-content: center;
    align-items: center;
}
.menu-box{
    transform: translate(-5%, 0);
    -webkit-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
	width: 55%;
}
.img-menu img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.menu-box_unit .title{
	margin-bottom: 6px;
}
.lang-menu-m{
    grid-template-columns: 1fr 1fr 1fr;
}
.section-m img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
#Menu .menu-list img{
    height: 220px;
}
.select-menu{
	width: 500px;
}
#Menu-detail .menu-detail-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 70px;
}
/**********************************************
*店舗詳細ページ
***********************************************/
#Shop-detail .inner{
	padding: 0 2%;
	max-width: 1200px;
	margin: 0 auto;
}
#Shop-detail h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 1.3em;
}
#Shop-detail .reserved-btn a{
    padding: 12px;
}
.shop-detail-content{
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 1vw;
	padding-top: 50px;
}
#Shop-detail .shop-info .shop-info-list dt:first-child {
    margin-top: 0;
}
#Shop-detail .shop-detail-content .left{
	max-width: 50vw;
}
/**********************************************
*徳茂
***********************************************/
.img-vw img {
    height: 408px;
}
.kodawari-card{
	max-width:1100px;
	margin: auto;
	display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    padding: 0 30px;
}
.kodawari-text{
	font-size:1.0em;
	line-height: 40px;
}
	

}