@charset "UTF-8";
/* CSS Document */

.pc{
	display:none !important;
}

.anchor{
    display: block;
    width: 100% !important;
    height: 0px !important;
    float: left;
    clear: both;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.35s;
	transform: translateY(70px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin:0;
	padding:0;
}

img{
	display: block;
	max-width: 100%;
	height: auto;
	border:0;
	border-style:none;
}

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

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
	width:100%;
	height:100%;
	margin:0;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
}

.mokuji{
    position: absolute;
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 300 !important;
    font-feature-settings: "palt";
    top:50px;
    right: 14px;
}

#topimg{
	display: block;
	min-width: 100%;
	width: 100% !important;
    background-color: #000;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
	z-index: 1;
    overflow-x: hidden;
}
#topimg img{
	display: block;
	width: 100% !important;
	height: auto;
}

header{
	display: table;
	width: 100%;
	height: 150px !important;
	background-color: #fff;
	margin: 0 !important;
}

footer{
	display: block;
	width: 100%;
    background-color: #1a1a1a;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	clear: both;
}

.copyright{
	display: block;
	width:100%;
    text-align: center;
	font-size:12px;
    color: #fff !important;
    background-color: #000;
	padding: 18px 0;
	margin:25px 0 0 0;
	float: left;
	clear: both;
}

nav .gnavi{
    list-style: none;
}

header nav{
    display: none !important;
}

#logo{
    display: table-cell;
    width: 100%;
    height: 150px !important;
    vertical-align: middle
}
#logo a{
    display: block;
    position: relative;
    width: 70%;
    max-width: 250px;
    height: auto;
    transition: 0.5s;
    margin: 25px auto 0 auto;
}

#logo a:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.3s;
}
.address{
    display: none;
}

.fnavi_area{
    display: block;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    margin: 0 auto !important;
}
.fnavi_area .info{
    display: inline-block;
    letter-spacing: 1px;
    text-align: left !important;
    clear: both;
}
.fnavi_area .info p{
    font-size: 70%;
    line-height: 180%;
    margin-bottom: 20px;
}
.fnavi_area .info .logo2{
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    height: auto;
    transition: 0.5s;
    margin: 0 auto 20px auto;
}
footer nav{
    display: none;
}


.lead_area{
    /*background-image: url("../images/lead_bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 30px 0;*/
}
.lead_area article{
    display: block;
    width: 90%;
    padding: 60px 0 30px 0;
    margin: 0 auto;
}
.lead_area article h2{
    display: block;
    width: 50px;
    margin: 0 auto;
}

.lead_area article h2 span{
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 400 !important;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    text-align: center;
}

.lead_area article p{
    text-align: center;
    font-size: 80%;
    line-height: 200%;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    margin: 30px 0;
}

.info_area{
    display: block;
    width: 100%;
    background-color: #f5f3f1;
    padding: 80px 0 0 0;
    margin-top: -5px;
    float: left;
    clear: both;
}
.info_area article{
    display: block;
    width: 90%;
    margin: 0 5% 50px 5%;
    float: left;
    clear: both;
}

.subtitle {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
.subtitle h2{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0;
}
.subtitle h2 span{
    display: block !important;
    margin: 30px 0 !important;
    clear: both;
}
.subtitle h2 rt{
    display: block;
    font-size: 30px !important;
    letter-spacing: 2px;
    padding: 20px 0 0 0 !important;
}
.subtitle h2::before,
.subtitle h2::after {
    content:"";
    height: 1px;
    width: 50px;
    background-color: #000;
    margin: 8px auto 0 auto;
}

.info_area .subtitle h2 span{
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin: 0 auto !important;
    clear: both !important;
}
.info_area .subtitle h2 rt{
    display: block;
    width: 100% !important;
    text-align: center;
    font-size: 30px !important;
    letter-spacing: 2px;
    padding: 0 0 0 0 !important;
    clear: both !important;
}

.topics_area{
    display: block;
    margin: 0 auto 0 auto !important;
    text-align: center;
}
.topics{
    display: block;
    margin: 70px auto 20px auto !important;
    text-align: left;
}
.topics dt{
    display: block;
    width: 100%;
    font-size: 110%;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.topics dd{
    display: block;
    width: 100%;
    font-size: 90%;
    line-height: 180%;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 40px;
    float: left;
    clear: both;
}
.to_topics{
    list-style: none;
}
.to_topics li a{
    display: block;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #000;
    border: solid 1px #4d4d4d;
    text-align: center;
    background-image: url("../images/arrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.3s;
    clear: both;
}
.to_topics li a:hover{
    background-color: #FFDCDC;
    transition: 0.2s;
}

.new_menu{
    display: block;
    width: calc(80% - 2px) !important;
    border: solid 1px #4d4d4d;
    padding: 20px 5%;
    margin: 0 auto;
    float: left;
    clear: both;
}
.new_menu h3{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 300 !important;
    margin: 30px 0 40px 0;
    clear: both;
}
.new_menu h3 rt{
    display: block;
    font-size: 30px !important;
    letter-spacing: 2px;
}
.new_menu h3 span{
    margin-left: 7px;
}

.new_menu dl{
    display: block;
    width: 100% !important;
    text-align: left;
    clear: both;
}
.new_menu dt{
    font-size: 110%;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 5px;
}
.new_menu dd{
    text-align: justify;
    font-size: 90%;
    line-height: 180%;
}
.new_menu dt img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    clear: both;
}

.to_more{
    display: block;
    width: 100%;
    list-style: none;
}
.to_more li a{
    display: block;
    width: 80%;
    max-width: 180px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 2px;
    color: #000;
    border: solid 1px #4d4d4d;
    text-align: center;
    background-image: url("../images/arrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 20px;
    padding: 10px 40px 10px 0;
    margin: 40px auto 30px auto;
    overflow: auto;
    transition: 0.3s;
}
.to_more li a:hover{
    background-color: #FFDCDC;
    transition: 0.2s;
}
.contact_area{
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}
.contact_area img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.contact_area ul{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 140%;
    list-style: none;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.cnavi01{
    display: inline-block;
    text-align: left;
    margin: 0 auto 50px auto;
}
.cnavi01 strong{
    font-size: 180% !important;
    line-height: 220%;
}
.cnavi01 span{
    font-size: 14px !important;
}

.cnavi02{
    width: 100%;
    text-align: center;
}
.cnavi02 a{
    display: block;
    width: 250px;
    font-size: 90%;
    text-decoration: none;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background-color: #b8272d;
    padding: 15px 0;
    margin: 10px auto 0 auto;
    transition: 0.3s;
    clear: both;
}
.cnavi02 a:hover{
    background-color: #FF757B;
    transition: 0.2s;
}

.ec_navi{
    position: absolute;
    top:110px;
    right: 0;
}
.ec_navi li{
    display: block;
    margin-bottom: 15px;
    clear: both;
}
.ec_navi01 a{
    display: block;
    width: 50px;
    height: 250px;
}
.ec_navi02 a{
    display: block;
    width: 50px;
    height: 250px;
}
.ec_navi li a{
	background-color: #b8272d;
    transition-duration: 0.3s;
}
.ec_navi li a:hover{
    background-color: #D4A505;
	transition-duration: 0.2s;
}
#secondary .ec_navi{
    display: none !important;
}

.contents_area{
    display: block;
    width: 100%;
    background-color: #f5f3f1;
    padding: 20px 0 0 0;
    float: left;
    clear: both;
}
.contents_area article{
    display: table;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.contents_area article p{
    font-size: 90%;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 25px;
}
.contents_area article h3{
    font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 110%;
    line-height: 180%;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.contents_area article a:hover{
    text-decoration: none;
}
.title_area{
    display: table;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.title_area .title{
    display: block;
    width: 100%;
    min-height: 230px !important;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0;
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
    clear: both;
}
.title_area .title h2{
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 120%;
    font-weight: 400 !important;
    font-feature-settings:normal !important;
    letter-spacing: normal !important;
    text-align: center;
    margin: 0 auto 10px auto;
    text-shadow: 2px 2px 10px #000 ,
    -2px 2px 10px #000 ,
    2px -2px 10px #000 ,
    -2px -2px 10px #000;
}
.title_area .title p{
    font-size: 70%;
    font-weight: 400 !important;
    font-feature-settings: "palt";
    text-align: center;
    text-shadow: 1px 1px 8px #333 ,
    -1px 1px 8px #333 ,
    1px -1px 8px #333 ,
    -1px -1px 8px #333;
}
.title_area .title2{
    animation: none !important;
    -webkit-animation: none !important;
}
.listmenu{
    display: none;
}
.listmenu a{
    color: #000;
}
.listmenu a:hover{
    text-decoration: none;
}

.commitment_area{
    background-color: #f5f3f1 !important;
}
.commitment_area article{
    display: block !important;
    width: 90%;
    height: auto;
}
.commitment_area .block_right,
.commitment_area .block_left{
    display: block !important;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    float: left;
    clear: both;
}}
.commitment_area .block_right img,
.commitment_area .block_left img{
    display: block;
    width: 100% !important;
    height: auto;
}

.commitment_area .text{
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
.commitment_area .text h3{
    font-family: a-otf-ud-reimin-pr6n, sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
    clear: both;
}
.commitment_area .text h3 span{ 
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    clear: both;
}
.commitment_area .text p{
    font-size: 14px;
    line-height: 180%;
    font-feature-settings: "palt" !important;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.map{
    display: block;
    width: 100%;
    margin: 0 0 50px 0;
    float: left;
    clear: both;
}
.credit{
    display: block;
    width: 100%;
    margin: 10px 0 30px 0;
    float: left;
    clear: both;
}

.topics_loop_area article{
    min-height: 200px;
}

/* pager */
.pager{
	display:block;
	width:100%;
	height:20px;
	text-align:center;
	font-size:16px;
    font-weight: 400;
	margin:0 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #333;
	text-decoration: none;
	margin:0 10px;
}
.pager .current{
	color:#D90000;
    font-weight: 600;
}

.newmenu_area{
    display: block;
    width: 90%;
    background-color: #fff;
    padding: 5%;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    float: left;
    clear: both;
}
.newmenu_title strong{
    font-size: 140%;;
    font-weight: 400;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
    display: flex;
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
    justify-content: space-between; 
    flex-wrap: wrap;
}

.gallery img {
    border: none !important;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item{ /** 2カラム **/
	width: 49% !important;
	margin: 0;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 32% !important;
    margin: 0;
}

#secondary .slides li .caption{
    font-size: 13px !important;
    line-height: 120%;
    font-feature-settings: "palt" !important;
    font-weight: bolder !important;
    color: #fff !important;
    text-align: center;
    padding: 10px 5px 10px 5px !important;
    background-color: #000 !important;
}
#topimg .slides li .caption{
    display: none !important;
}

.menu_subtitle strong{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    font-feature-settings: "palt";
    border-bottom: solid 1px #000;
    padding-bottom: 8px;
    margin: 0 auto 0 auto !important;
    float: none;
    clear: both;
}
.menu_subtitle .small{
    display: block;
    width: 100% !important;
    max-width: 1000px !important;
    font-size: 12px !important;
    font-weight: 600;
    color: #666 !important;
    font-feature-settings: "palt";
    letter-spacing: 0;
    padding-bottom: 15px;
    margin: 0 auto -30px auto !important;
    float: none;
    clear: both;
}
.menu_subtitle2 strong{
    display: block;
    width: 90%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-feature-settings: "palt";
    border-bottom: solid 2px #000;
    padding-bottom: 8px;
    margin-top: 30px !important;
    margin: 10px 5% 20px 5% !important;
    float: left;
    clear: both;
}
.menu_lead{
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    text-align: justify !important;
    padding: 0;
    margin-bottom: 60px !important;
    float: left;
    clear: both;
}
.menu_lead2{
    display: block;
    width: 100%;
    font-size: 15px !important;
    font-weight: 400;
    text-align: justify !important;
    padding: 0;
    margin-top: -40px !important;
    margin-bottom: 60px !important;
    float: left;
    clear: both;
}
.menu_lead br{
    display: none;
}
.tax{
    display: block;
    width: 100%;
    font-size: 9px !important;
    text-align: right !important;
    color: #333;
    margin: -18px auto 20px auto !important;
    float: none;
    clear: both;
}

.menu_slider_area{
    display: block;
    width: 100%;
    padding: 15px 0 60px 0;
    background-color: #870000;
    float: left;
    clear: both;
}
.menu_slider{
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
    float: none;
    clear: both;
}
.sub_lead{
    display: block !important;
    width: 100%;
    color: #C00000 !important;
    font-size: 16px !important;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 2px !important;
    text-align: center !important;
    margin: 0 auto 30px auto !important;
    float: left !important;
    clear: both;
}
.menu_loop_area .small{
    font-size: 9px;
}

.menu_loop_area article{
    max-width: 1200px !important;
}
.menu_block_area{
    display: flex;
    width: 100% !important;
    text-align: center;
    margin: 0 auto 0 auto !important;
    justify-content: space-between; 
    flex-wrap: wrap !important;
    list-style: none !important;
}
.menu_block_area blockquote{
    display: block;
    width: calc(100% - 30px);
    padding: 15px 15px 0 15px !important;
    margin-bottom: 25px !important;
    font-size: 10px !important;
    background-color: #E2DEDA;
    border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    float: left;
    clear: both;
}
.menu_block_area blockquote p{
    font-size: 10px !important;
    line-height: 160% !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}
.menu_block_area .block3{
    display: block;
    width: 48% !important;
    margin-bottom: 30px !important;
    float: left;
}
.menu_block_area .block3 .thumbnail img{
    display: block;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.menu_block_area .block4{
    display: block;
    width: 48% !important;
    margin-bottom: 30px !important;
    float: left;
}
.menu_block_area .block4 .thumbnail img{
    display: block;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin-bottom: 5px;
    float: left;
    clear: both;
}
.menu_block_area .block3 .dish_name strong,
.menu_block_area .block4 .dish_name strong{
    display: block;
    width: 100%;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-feature-settings: "palt";
    margin: 0 !important;
    float: left;
    clear: both;
}
.menu_block_area .block3 .text p,
.menu_block_area .block4 .text p{
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 80% !important;
    line-height: 140% !important;
    font-feature-settings: "palt";
    margin-bottom: 0 !important;
    float: left;
    clear: both;
}
.menu_block_area .block3 .price,
.menu_block_area .block4 .price{
    display: block;
    width: 100%;
    font-size: 14px !important;
    text-align: right;
    border: 0;
    border-bottom: solid 1px #000;
    border-image: linear-gradient(to right, #f5f3f1 0%, #888 100%) 1;
    padding-bottom: 2px;
    margin-bottom: 10px;
    clear: both;
}

.menu_block_area .block3 .english,
.menu_block_area .block4 .english{
    display: block;
    width: 100%;
    font-size: 9px !important;
    text-align: center;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}

.menu_block_area .block{
    display: block;
    width: 100% !important;
    margin-bottom: 40px !important;
    float: left;
    clear: both;
}
.menu_block_area .block img{
    display: block;
    width: 100%;
    height: auto!important;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
.menu_block_area .block .text_area{
    display: block;
    width: 100%;
    margin: 0 !important;
    float: left;
    clear: both;
}
.menu_block_area .block .dish_name strong{
    display: block;
    width: 100%;
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    font-feature-settings: "palt";
    border-bottom: solid 2px #356435;
    padding-bottom: 15px !important;
    margin: 10px 0 15px 0 !important;
    float: left;
    clear: both;
}
.menu_block_area .block .en{
    display: block;
    width: 100%;
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin:-10px 0 20px 0 !important;
    float: left;
    clear: both;
}
.menu_block_area .block .text p{
    display: block;
    width: 100%;
    text-align: justify;
    font-size: 90%;
    line-height: 150%;
    font-feature-settings: "palt";
    margin-bottom: 20px !important;
    float: left;
    clear: both;
}
.menu_block_area .block .price{
    display: block;
    width: 100%;
    font-size: 110% !important;
    text-align: right;
    border: 0;
    border-top: solid 1px #000;
    border-image: linear-gradient(to right, #f5f3f1 0%, #888 100%) 1;
    margin-top: -15px !important;
    float: left;
    clear: both;
}
.menu_block_area .block .small{
    font-size: 80% !important;
}

#topimg .flexslider {
    margin: 0 0 0 0 !important;
    padding:0
}
#secondary .flexslider {
    margin: 0 0 30px 0 !important;
    padding:0
}
.flex-control-paging li a {
	width:7px !important; 
    height:7px !important; 
    margin: 0 4px !important;
}

.menu_navi{
    display: block;
    width: 100% !important;
    background-color: #870000;
    padding: 20px 0 0 0;
    overflow: visible !important;
    float: left;
    clear: both;
}
.menu_navi ul{
    display: flex;
	width: 92%;
    text-align: left;
    margin: 0 auto !important;
	justify-content: space-between;
	flex-wrap: wrap !important;
}
.menu_navi ul li{
    display: table-cell;
    width: 49%;
    text-align: left;
    font-size: 11px !important;
    line-height: 140% !important;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    float: left;
    vertical-align: middle !important;
}
.menu_navi ul li .small{
    display: inline-block;
    width: 50%;
    color: #F5CCCC !important;
    font-size: 9px !important;
    letter-spacing: 0 !important;
    line-height: 130% !important;
    margin: 5px 0 0 0 !important;
}

.menu_navi ul li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    outline: none !important;
    transition: 0.2s;
}
.menu_navi ul li a:hover > img{
    overflow: hidden;
    outline: none !important;
    border: solid 3px #fff;
    margin-top: 0 !important;
    transition: 0.3s;
}
.current a img{
    border: solid 3px #fff !important;
    transition: 0.3s;
}
.menu_navi ul li img{
    display: block;
	width: calc(40% - 6px);
    height: auto;
    border: solid 3px #870000;
    margin: 0 5px 15px 0 !important;
    transition: 0.4s;
    float: left;
}

@media (max-width:668px) {
    .menu_block_area .block3 .thumbnail img,
    .menu_block_area .block4 .thumbnail img{
        display: block;
        width: 100% !important;
        height: 190px !important;
        object-fit: cover !important;
        object-position: center center !important;
        margin-bottom: 5px;
        float: left;
        clear: both;
    }
}
@media (max-width:568px) {
    .menu_block_area .block3 .thumbnail img,
    .menu_block_area .block4 .thumbnail img{
        height: 140px !important;
    }
}
@media (max-width:400px) {
    .menu_block_area .block3 .thumbnail img,
    .menu_block_area .block4 .thumbnail img{
        height: 120px !important;
    }
}

.drink_area{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.drink_area .block{
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 50px 0 !important;
    float: left;
}
.drink_area h4{
    display: block;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    font-feature-settings: "palt";
    border-bottom: solid 2px #D90000;
    padding-bottom: 3px;
    margin: 0 0 0 0 !important;
    float: left;
    clear: both;
}
.drink_area .inner{
    display: block;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    font-feature-settings: "palt";
    border-bottom: solid 2px #D90000;
    padding-bottom: 3px;
    margin: 50px 0 0 0 !important;
    float: left;
    clear: both;
}
.drink_area h5{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 100%;
    color: #000;
    font-size: 18px !important;
    line-height: 125% !important;
    font-weight: 800;
    text-align: left;
    font-feature-settings: "palt";
    margin: 30px 0 0 0 !important;
    float: left;
    clear: both;
}
.drink_area .jp{
    display: block;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 100%;
    color: #666666;
    font-size: 90% !important;
    line-height: 120% !important;
    font-weight: 600;
    text-align: left;
    font-feature-settings: "palt";
    margin: 6px 0 10px 0 !important;
    float: left;
    clear: both;
}
.drink_area .price{
    display: block;
    width: 100%;
    font-size: 14px !important;
    line-height: 140% !important;
    text-align: right;
    border: 0;
    border-bottom: solid 1px #000;
    border-image: linear-gradient(to right, #f5f3f1 0%, #888 100%) 1;
    padding-bottom: 5px;
    margin: -7px 0 10px 0 !important;
    float: left;
    clear: both;
}
.drink_area .text{
    font-size: 12px !important;
    line-height: 160% !important;
    font-feature-settings: "palt";
}
.drink_area img{
    height: auto;
}

.apli_block{
    display: block;
    width: 100%;
    padding: 30px 0 25px 0;
    margin: 30px 0 70px 0;
    background-color: #fff;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.05));
    float: left;
    clear: both;
}
.apli{
    display: block;
    width: 90%;
    margin: 0 5%;
}
.apli img{
    display: block;
    width: 90% !important;
    height: auto;
    margin:0 5% !important;
}
.apli_dl{
    display: block;
    width: 100%;
    font-size: 15px !important;
    text-align: center !important;
    margin: 30px 0 10px 0;
    float: left;
    clear: both;
}

.uber,.demaekan{
    display: block;
    width: 70% !important;
    height: auto;
    margin: 0 auto !important;
}

.takeout_term{
    display: block;
    width: calc(100% - 26px);
    text-align: center;
    font-size: 15px;
    line-height: 160%;
    border: solid 3px #d90000;
    background-color: #fff;
    padding: 10px 10px 15px 10px;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.takeout_term .small{
    display: block;
    font-size: 12px;
}
.takeout_block2{
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.05));
    float: left;
    clear: both;
}
.takeout_block_left{
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.takeout_block_left .block{
    display: block;
    width: 48%;
    font-size: 10px;
    margin:1%;
    float: left;
}
.takeout_block_left .block img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}
.takeout_block_right{
    display: table;
    width: 98%;
    font-size: 14px;
    margin: 15px 1% 0 1%;
    padding: 15px 0 0 0;
    border-top: solid 1px #ccc;
    float: left;
    clear: both;
}
.takeout_block_right th{
    display: table-cell;
    padding: 0 0 10px 0;
}
.takeout_block_right td{
    display: table-cell;
    padding: 0 0 10px 0;
}

.takeout_block3{
    display: block;
    text-align: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.05));
    float: left;
    clear: both;
}
.takeout_block_table{
    display: table;
    width: 98% !important;
    font-size: 14px;
    margin: 0 1%;
    float: left;
    clear: both;
}
.takeout_block_table th{
    display: table-cell;
    padding: 0 0 10px 0;
}
.takeout_block_table td{
    display: table-cell;
    padding: 0 0 10px 15px;
}

.takeout_block2 hr{
    display: block;
    border: none;
    border-top: solid 1px #ccc;
    width: 100%;
    margin: 20px 0 !important;
    float: left;
    clear: both !important;
}
.takeout_block_left .block2{
    display: block;
    width: calc(70% - 15px);
    font-size: 13px;
    margin-right: 15px;
    float: left;
}
.takeout_block_left .block2 img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}
.takeout_block_left .block2b{
    display: block;
    width: calc(30% - 15px);
    font-size: 13px;
    margin-right: 15px;
    float: left;
}
.takeout_block_left .block2b img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    float: left;
}

.allergy1,.allergy3,.allergy4{
	white-space: nowrap;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.allergy1 img{
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 6px 6px 0 !important;
    float: left !important;
    clear: none !important;
}
.allergy1{
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
    float: left;
    clear: both;
}

.allergy3 img,
.allergy4 img{
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px 5px 0 !important;
    float: left !important;
    clear: none !important;
}
.allergy3,
.allergy4{
    display: block;
    width: 100% !important;
    margin-bottom: 10px !important;
    float: left;
    clear: both;
}


.basic{
    display: block;
    width: calc(100% - 10px) !important;
    text-align: center !important;
    background-color: #fff;
    border: double 5px #E6D8AC;
    padding: 15px 0 10px 0;
    margin: 0 auto 40px auto;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    filter: drop-shadow(0 2px 20px rgba(0,0,0,0.05));
    float: left;
    clear: both;
}
.basic_title{
    display: block;
    width: 100%;
    color: #438F59;
    font-size: 18px !important;
    line-height: 120% !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin: 0;
    float: left;
    clear: both;
}
.basic_title span{
    font-size: 11px !important;
    color: #000;
}

.basic_menu{
    display: block;
    width: 90%;
    color: #91710C;
    font-size: 16px !important;
    line-height: 125% !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 5%;
    float: left;
    clear: both;
}
.basic_menu span{
    display: block;
    width: 100%;
    font-size: 9px !important;
    margin: 7px 0 0 0 !important;
    float: left;
    clear: both;
}
.basic_caution{
    display: block;
    width: 100% !important;
    text-align: center !important;
    font-size: 10px !important;
    margin: 0 !important;
    float: left;
    clear: both;
}

.allergy_area{
    display: block;
    width: calc(100% - 60px);
    padding: 30px 30px 10px 30px;
    margin: 20px 0 0px 0;
    background-color: #fff;
    border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    float: left;
    clear: both;
}

.allergy_area h4{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    background-color: #ebebeb;
    padding: 5px 0;
    margin: 0 0 15px 0;
}

.allergy_area2 h3{
	display: block;
    width: 100%;
    margin: 10px 0 10px 0;
	float: left;
	clear: both;
}
.allergy_area2 table{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
	float: left;
	clear: both;
}
.allergy_area2 table th{
	display: table-cell;
    width: 25%;
    font-size: 9px;
    line-height: 11px !important;
    text-align: center !important;
	padding: 3px 1px;
	margin: 0;
	border: solid 1px #ccc !important;
	background-color: #fff;
}
.allergy_area2 table td{
	display: table-cell;
    font-size: 9px;
    line-height: 11px !important;
    text-align: center !important;
	padding: 3px 1px;
	margin: 0;
	border: solid 1px #ccc !important;
    background-color: #ececec;
}

.allergy_icon{
    display: block;
    width: 80% !important;
    max-width: 400px;
    height: auto !important;
    margin: -30px auto 0 auto;
}

.agu{
    display: block;
    width: calc(100% - 20px);
    text-align: center !important;
    color: #000;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0 !important;
    background-color: #FFC900;
    padding: 5px 10px 5px 5px !important;
    margin: 0 0 10px 0 !important;
    text-indent: 0 !important;
    float: left;
    clear: both;
}

.sp_topsns_line{
    display: inline-block;
    position: absolute;
    width: 82px;
    height: auto;
    top:17px;
    right: 110px;
}
.sp_topsns_instagram{
    display: inline-block;
    position: absolute;
    width: 33px;
    height: 33px;
    top:14px;
    right: 60px;
}

.sukishabuset_img{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 60px auto;
    float: left;
    clear: both;
}
.sukishabuset_img img{
    display: block;
    width: 48.5%;
    height: auto;
}
.basic_block{
    display: block;
    width: 100%;
    justify-content: space-between !important;
    margin: 50px auto 60px auto !important;
    float: left;
    clear: both;
}
.basic_block .basic{
    display: block !important;
    width: calc(100% - 40px) !important;
    height: auto;
    padding: 30px 15px 0 15px !important;
    margin: 0 0 15px 0 !important;
    float: left;
    clear: both;
}

/*フリードリンク20260410*/
.menu_lead_free{
	font-size: 1.0rem !important;
	font-weight: bolder !important;
}
.menu_subtitle_free strong{
	color: #184FCF;
	font-weight: bolder;
	font-size: 1.4rem !important;
	clear: both !important;
}
.menu_subtitle_free strong span{
	display: block;
	width: 100%;
	color: #000 !important;
	font-size: 1.0rem !important;
	clear: both;
}
.free_caution{
	display: inline-block;
	width: auto;
	padding: 15px 20px 10px 20px;
	margin: 50px auto;
	background-color: #fff;
	border-radius: 4px;
}
.free_caution p{
	font-size: 0.9rem !important;
	letter-spacing: 0 !important;
}
.free_caution p strong{
	display: block;
	width: 100%;
	font-size: 1.1rem !important;
	text-align: center;
	color: #D90000 !important;
	margin: 0 0 -15px 0 !important;
}
.free_caution p strong span{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
	font-weight: 200 !important;
	padding: 0 15px !important;
}

.free_drink_menu{
	display: inline-block;
	width: 100% !important;
	text-align: left;
	margin: 0 auto !important;
	border-bottom: solid 1px #ccc;
}
.free_drink_menu dt{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 600 !important;
	padding: 15px 0 10px 0;
	margin: 0 !important;
	border-top: solid 1px #ccc;
	float: left !important;
	clear: both;
}
.free_drink_menu dd{
	display: block;
	width: 100%;
	font-size: 0.9rem;
	padding: 0 0 15px 0;
	margin: 0 !important;
	float: left !important;
	clear: both;
}

.to_drink{
	display: block;
	width: 100%;
	text-align: center !important;
	float: left;
	clear: both;
}
.to_drink a{
	color: #000;
}

.free_drink_link{
	display: block;
	width: 100%;
	margin: -30px auto 100px auto !important;
	float: left;
	clear: bothl
}
.free_drink_link2{
	display: block;
	width: 100%;
	margin: -10px auto 50px auto !important;
	float: left;
	clear: bothl
}
.free_drink_link a,
.free_drink_link2 a{
	display: block;
	width: 86%;
	text-align: center;
	text-decoration: none;
	background-color: #DC6969;
	font-weight: bolder;
	color: #fff;
	font-size: 1.0rem !important;
	padding: 12px 0;
	margin: 0 7% 0 7% !important;
	border-radius: 10px !important;
	background-image: url("../images/arrow.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 15px;
	float: none !important;
	clear: both;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	transition: 0.2s;
}
.free_drink_link a:hover,
.free_drink_link2 a:hover{
	background-color: #F09292;
	transition: 0.2s;
}