@charset "UTF-8";

/* 全体の設定　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    
    }

body {
       font-family: 'Shippori Mincho', serif;
	   list-style: none;
}

#top {
	height: 100%;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	margin: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e5f2f6;
    text-align: center;
	
}

/* ヘッダー用 */
.head_logo {
	padding-left: 4vw;
	padding-top: 7vw;
}
.head_back {
	background-image: url("../img/backB_top.png");
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 48%;
	background-size: contain;
	background-position: 100% -30%;
}
/* フッター用 */
.foot_back {
	position: fixed;
    bottom: 0;
	z-index: -500;
    max-width: 100%;
}
.foot_back img {
    width: 130%;
}
.insta_box {
    text-align: center;
    color: #505050;
	padding-bottom: 6em;
}
.reserve_box {
    text-align: center;
    color: #505050;
	padding-bottom: 100px;
	width: 80%;
    margin: auto;
}
.reserve_border {
    border: thick double #505050;
    width: fit-content;
    margin: auto;
    padding: 2% 10% 5%;
}
.reserve_text {
    font-size: 3em;
    padding-bottom: 1em;
}
.reserve_tel {
    font-size: 8vw;
	pointer-events: none;
}
/*==================================================
　PC用ヘッダーナビ
===================================*/

.head_pcNav {
    position: fixed;
    top: 0;
    width: 100vw;
    margin: auto;
    background: #f3c8d8;
    padding: 10px 0px;
    z-index: 500;
	
}
.head_pcNav_box {
	display: flex;
    justify-content: center;
    margin: auto;
	align-items: baseline;
}
.head_pcNav_pictbox {
	width: auto;
    height: 1.4vw;
	padding: 0 7px;
	max-height: 18px;
}
.head_pcNav_pict {

	width: 100%;
	object-fit: contain;
	height: 100%;
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/** ハンバーガー */
/** 
  mobileNav
  */
.toggle {
	width: 60px;
	margin-top: 5%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	z-index: 110;
}
#toglegle {
	postion: fixed;
}
.toggle .toggle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 16px;
}
.toggle .btn-trigger {
	position: relative;
	width: 40px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toggle .btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #111;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.toggle .btn-trigger span:nth-of-type(1) {
	top: 0;
}
.toggle .btn-trigger span:nth-of-type(2) {
	top: 7px;
}
.toggle .btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
.toggle .btn-trigger span:nth-of-type(3)::after {
	content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top: 5px;
	left: -2px;
	color: #111;
	font-size: 0.8em;
	text-transform: uppercase;
}
.toggle .btn-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.toggle .btn-trigger.active span {
	background: #111;
}
.toggle .btn-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.toggle .btn-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.toggle .btn-trigger.active span:nth-of-type(3) {
	opacity: 0;
}
/* ハンバーガー */
.toggle .btn-trigger {
	display: none;
}
.toggle {
	position: fixed;
}
.navWrap{
    display: none;
}
#mobileNav {
	display: none;
}
/* ハンバーガー　スマホ */
@media screen and (max-width: 768px) {
    /* 768pxまでの幅の場合に適応される */

    .toggle .btn-trigger {
        display: block;
    }
	.toggle .btn-trigger {
        display: inherit;
        padding: 10%;
    }
    .toggle {
        display: block;
    }
    #mobileNav {
        display: block;
	background: #f5e0e8;
	box-sizing: border-box;
    }
    /* ハンバーガー */
    /**  
      SP NAV
      */
    .navWrap {
        display: block;
        position: fixed;
        background: #FFFFFF;
        top: 100vh;
        -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
        z-index: 100;
        width: 100vw;
        height: 100vh;
        max-height: var(--sp_height);
    }
    .navWrap.open {
        top: 0;
        opacity: 1;
    }
    #spNav {
        position: relative;
        overflow-y: auto;
    }
    #spNav .siteNav {
        padding-top: 10vw;
    margin: auto;
    height: 50vh;
    box-sizing: border-box;
    }
    #spNav .siteNav li {
        text-align: center;
        font-size: 1.5rem;
		width: 100%;
    }
    #spNav .siteNav li a {
        color: #3A3A3A;
        transition: all 0.3s ease;
    }
    #spNav .siteNav li a:hover {
        color: #D27273;
    }
    #spNav .socialNav {
        margin-top: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #spNav .socialNav li {
        font-size: 2.4rem;
        padding: .5em;
    }
    
}
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/
.text1650 {
	position: absolute;
	top: 14%;
	left: 36%;
}
.plan_1650 {
	position: relative;
}
/*==================================================
　ナビゲーション文字
===================================*/
.siteNav_text {
    border: none;
    background: none;
    font-size: 1.5rem;
    font-family: 'Shippori Mincho', serif;
}
/*==================================================
　TOP用
===================================*/

.top_logo_text {
	margin: 40px;
}

.top_main {
	text-align: center;
    padding-bottom: 30px;
}
.top_menu{
	width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: auto;
	padding-bottom: 5vw;
}
.top_menu_pictbox {
    width: fit-content;
    margin: auto;
    padding: 10px 0;
}
.top_aicon {
	display: flex;
	right:2vw;
    padding-bottom: 4vw;
	position: relative;
	bottom: 0;
	justify-content: end;
}

.facebook {
	padding-left: 20px;
	margin-top: 9px;
}
.pint {
	padding-left: 20px;
	margin-top: 9px;
}
.insta{
	padding-left: 20px;
	margin-top: 9px;
}
.saiyou{
	padding-left: 20px;
	margin-top: 9px;
}

/*==================================================
　タブ用
===================================*/


span.tabicon {
	margin: auto;
	text-align: center;
}

.tab_icon {
	display: flex;
	flex-direction: row;
	z-index: 0;
	width: 995px;
	position: absolute;
	padding-left: 1em;
	top: -0.5em;
}

.tab_icon img {
	padding-left: 140px;
}
.tabtext1 {
    width: auto;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	margin: 0 auto;
	text-align: center;
	padding-top: 15vw;
}
.text2200 {
	position: absolute;
	top: 19%;
	left: 39%;
}
.plan_2200 {
	position: relative;
}
/*タブのスタイル*/
.tab_item {
	height: 50px;
	background-color: #00000000;
}
.menu_icon{
	width: auto;
}
.menu_btn{
	width: 50%;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	color: #595757;
	margin-top: 8em;
    left: 50%;
    transform: translate(-50%);
	
}
/*選択されているタブのコンテンツのみを表示*/
#tab_lunch:checked ~ #lunch_text,
#tab_dinner:checked ~ #dinner_text,
#tab_drink:checked ~ #drink_text {
  display: block;
  position: absolute;
  padding-bottom: 400px;
}
.tavarea {
	padding-top: 4em;
}
/*タブアイテム*/
label.tab_item {
	position: relative;
	text-decoration: none;
	pointer-events: auto;
	/* display: flex; */
	text-align: center;
	margin: auto;
	align-items: center;
	width: 300px;
	height: fit-content;
	display: block;
}

label.tab_item::after {
	position: relative;
	bottom: 2px;
	content: '';
	width: 100%;
	height: 3px;
	background: #c40003;
	opacity: 0;
	/* visibility: hidden; */
	transition: .4s;
	float: left;
	/* right: 3em; */
}

label.tab_item:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}

/*なかみ*/

p.lunchtext1 {
	margin: 1%;
	margin-bottom: 3em;
	/* display: none; */
}
p.lunchtext2 {
	margin-top: 2%;
	margin-bottom: 1%;
}
small {
	font-size: 0.7em;
}
.box p:nth-child(n + 3) {
	margin-top: 1em;
}
.luch_price {
	display: flex;
	margin: auto;
	justify-content: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 500;
	font-size: 1.1em;
	align-items: flex-end;
	width: 100%;
	white-space: nowrap;
}
.price {
	font-size: 1.3em;
	margin-bottom: -0.1em;
	margin-left: 0.2em;
}
.tax {
	font-size: 0.8em;
	margin-left: 0.4em;
}
.sen {
	padding-top: 1em;
	padding-bottom: 2em;
}
.shikiri {
	padding-top: 1em;
	padding-bottom: 1em;
}
.instagram_icon {
	transition: 0.5s;
}
.instagram_icon {
	opacity: 0.7;
}
.instagram_icon {
	padding-top: 1em;
}
.instagram_text {
    padding-top: 2vw;
    font-weight: bold;
}
/*タブアイテムよはく*/
p.text_pad_one {
	margin-top: 2%;
}
p.text_pad {
	margin-top: 3%;
}
p.text_pad_two {
	margin-top: 3%
}
p.text_pad_four {
	margin-top: 0%
}
p.text_pad_five {
	margin-top: 1%
}
.smalltext {
	font-size: 0.8em;
}

.title {
	display: none;
}
.SP{
	display: none;
}
div#freedrink img {
	padding-top: 2em;
	width: 70%;
}
.tab_icon {
}
p.tabtext3 {
}


.menu_main {
	display: flex;
	width: 78%;
	position: absolute;
	margin: auto;
	justify-content: space-between;
	left: 50%;
    transform: translate(-50%, -50%);
}

.menu_insta_box {
    text-align: center;
    color: #505050;
	padding-bottom: 100px;
	width: 80%;
    margin: auto;
}
.menu_insta_subtext{
	font-size: 4vw;
}

.menu_insta_border {
    border: thick double #505050;
    width: auto;
    margin: auto;
    padding: 2% 10% 5%;
	white-space: nowrap;
}
.menu_insta_text {
    font-size: 4vw;
}
.menu_insta_tel {
    font-size: 8vw;
	pointer-events: none;
}
.alacarte_text {
    width: 100%;
    margin: auto;
	max-width: 400px;
}
/*==================================================
　当店のご利用について用
===================================*/
.Upolicy_main {
  width: 700px;
  text-align: left;
  line-height: 250%;
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 50%;
    transform: translate(-50%);
}
.Upolicy_title {
  font-size: 35px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.Upolicy_text {
  font-size: 18px;
  padding-bottom: 50px;
  text-align: left;
}

.Upolicy_credit {
  text-align: center;
  font-size: 18px;
}
.Upolicy_credit_text {
  color: #505050;
}
.Upolicy_credit_img {
  max-width: 78%;
}
/*==================================================
　スタッフ募集用
===================================*/
.staff_text_mein {
	font-size: 3vw;
	color: #505050;
	font-size: max(15px,30px);
}
  .staff_text {
	color: #505050;
	line-height: 250%;
	font-size: max(15px,30px);
}
.staff_box{
	width: 100%;
	margin: auto;
	position: absolute;
	display: block;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
	padding-bottom: 20vw;
  }
.staff_title {
	margin-bottom: 25px;
	text-align: center;
}
.staff_tel {
	pointer-events: none;
	color: #505050;
}
.staff_mail {
	color: #505050;
}
.staff_text_comment {
    width: 80%;
    text-align: center;
    margin: auto;
    font-size: max(15px,30px);
    color: #505050;
    padding-bottom: 3vw;
}
/*==================================================
　アクセス用
===================================*/
.access_main{
	display: flex;
	width: 78%;
	position: absolute;
	margin: auto;
	justify-content: space-between;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 10vw;
}
.access_room_box {
	  display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.access_room_main_text {
	  text-align: center;
	  padding: 30px;
}
.access_room_inner {
	flex-basis:calc((100% - 20px) / 2);
	max-width:calc((100% - 20px) / 2);
	margin-top:20px;
	/* 以降はレイアウトとは無関係です */
	text-align:center;
}
.access_open {
	  margin: auto;
	padding-top: 3vw;
}

.access_map {
	text-align: center;
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.googlemap_pin {
	  text-align: center;
}
.access_tell {
	  font-size: clamp(4vw, 16px, 6vw);
	  padding-top: 1em;
	  pointer-events: none;
	  color: #505050;
}
.access_time {
	  line-height: 2em;
	  padding-bottom: 1em;
}
#tab_contact:checked ~ #contact_text,
#tab_access:checked ~ #access_text {
  display: block;
  position: absolute;
  padding-bottom: 10vw;
  width: 100%;
}
.nozato_map_title {
    max-width: fit-content;
    margin: auto;
    padding-bottom: 20px;
}
.nozato_map {
    padding-bottom: 30px;
    max-width: fit-content;
    margin: auto;
	width: 90%;
}
.access_room_pict {
    width: 80%;
}
/*==================================================
　お問い合わせ用
===================================*/

#wpadminbar {
	display: none !important;
  }
  
  .wpcf7-not-valid-tip {
	font-size: 14px !important;
	padding: 0 5px !important;
  }
  
  .ajax-loader {
	display: block !important;
	text-align: center;
	width: auto !important;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  _:-ms-lang(x)::-ms-backdrop, .luxy-el {
	transform: translate3d(0px, 0px, 0px) !important;
	transform: rotate(0.0001deg);
  }
  
  
  form * {
	word-break: break-all;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
  }
  
  em {
	font-weight: bold;
  }
  
  strong {
	font-weight: bold;
  }
  
  
  sub, sup {
	font-size: 10px;
  }
  
  .bold {
	font-weight: bold;
  }
  
  .nowrap {
	white-space: nowrap;
  }
  
  iframe {
	vertical-align: top;
  }
  /*==================================================
　オーダーフォーム用
===================================*/
.order-main{
	margin: 0 auto;
    text-align: center;
    padding-top: 15vw;
	position: absolute;
	padding-bottom: 10vw;
}
.p-order__main {
    width: 60%;
    margin: auto;

}
.p-order__main_confirm {
    width: 60%;
    margin: auto;
	max-width: 600px;
}
.order-item--box {
    display: flex;
    width: 80%;
    margin: auto;
}
.order-item--img {
    padding-right: 20px;
}
.order-item--maintext {
    font-size: 2vw;
    font-weight: bold;
    text-align: left;
    color: #595757;
}
.order-item--subtext {
    font-size: 1vw;
    text-align: left;
    color: #595757;
}
.order-item--num-box {
    text-align: right;
    width: fit-content;
    margin: 0 0 0 auto;
}
.order-item--num {
    width: 36px;
}
.form_sub_text_method_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    text-align: left;
    font-size: 1.2vw;
}
.form_sub_text_method_label {
    width: 100%;
}
.form_sub_text_method_text {
	color: red;
    font-size: 0.8em;
    width: 100%;
    margin: auto;
}
.order_title {
    width: 100%;
    padding-bottom: 20px;
}
.order-form-thanks {
    font-size: clamp(2vw, 16px, -16vw);
    text-align: center;
    font-weight: bold;
}
  /*==================================================
　特定商取引用
===================================*/
.about_title {
	font-size: 35px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
  }
  .about_main {
	width: 700px;
	text-align: left;
	line-height: 250%;
	margin: 0 auto;
	position: absolute;
	display: block;
	left: 50%;
	  transform: translate(-50%);
  }
  .about_text {
	font-size: 18px;
	padding-bottom: 50px;
	text-align: left;
  }
.about_text p strong {
    font-size: 1.5rem;
    color: #c43320;
	white-space: break-spaces;
}
.about_text p span{
	padding-right: 20px;

}
.about_text p strong:before {
	content:"\A";
}
  /* ==========================================================================
  layout
  ============================================================================*/
  /* main
  ----------------------------------------------------------------- */
  .l-wrapper {
	position: relative;
  }
  
  /* header
  ----------------------------------------------------------------- */
  .l-header {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px;
  }
  
  /* footer
  ----------------------------------------------------------------- */
  .l-footer {
	background: url(../img/contact/bg--ft.png) no-repeat left bottom;
	height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
  }
  
  .l-footer p {
	background: #fff;
	padding: 5px;
	font-size: 0.8rem;
	width: 100%;
	text-align: center;
  }
  
  /* ==========================================================================
  project
  ============================================================================*/
  /* contact
  ----------------------------------------------------------------- */
  
   .-form {
	width: 100%;
	margin: 0 auto;
  }
  
   .-form .-require {
	color: #fff;
	background: #c43320;
	padding: 0 5px;
	margin-left: 5px;
	font-size: 0.9rem;
	vertical-align: middle;
	position: relative;
	top: -3px;
  }
  
   .-form dl {
	margin-top: 15px;
  }
  
   .-form dl dt {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 5px;
	font-weight: initial;
  }
  
   .-form dl dd textarea {
	width: 90%;
	font-size: 1.4rem;
	padding: 5px;
  }
  
   .-form dl dd div {
	height: 240px;
	overflow-y: scroll;
	border: 1px solid #333;
	padding: 5px;
	text-align: left;
	width: 90%;
	margin: auto;
	background-color: #FFF;
  }
  
   .-form dl dd div p {
	font-size: 0.8rem;
	font-weight: initial;
	margin: 15px;
  }
  
   .-form dl dd div p strong {
	font-size: 1rem;
	color: #c43320;
  }
  
   .-form .-apply {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
  }
  
   .-form .-apply > * {
	padding: 0 5px;
  }
  
   .-form .-apply > * label {
	font-size: 1.2rem;
	font-weight: initial;
  }
  
   .-form .-submit {
	text-align: center;
  }
  
  .-form .-submit button {
	cursor: pointer;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#e43f29), to(#c43320));
	color: #FFF;
	padding: 5px 30px;
	font-size: larger;
	font-family: inherit;
	  font-weight: bold;
  }
  .-form .-submit button:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ef4933), to(#d0402d));
  }
  /* ==========================================================================
  object
  ============================================================================*/
  /* Component
  ----------------------------------------------------------------- */
  .c-table--2 {
	margin: auto;
	padding: 20px 0;
  }
  .u-margin--bs {
    font-size: clamp(1vw, 16px, 2vw);
    width: 80%;
    margin: auto;
    padding: 10px 0;
}
  .c-table--2 th, .c-table--2 td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle !important;
	padding: 0 10px;
	font-size: clamp(1vw, 16px, 2vw);
  }
  .c-table--2 th{
	text-align: end;
  }
  
  .c-btn--1 {
	padding: 10px 30px;
	cursor: pointer;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#e43f29), to(#c43320));
	color: #FFF;
	font-size: larger;
	font-family: inherit;
	  font-weight: bold;
  }
  .c-btn--1:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#ef4933), to(#d0402d));
  }
  /* Utility
  ----------------------------------------------------------------- */
  .clearfix:after {
	content: "";
	clear: both;
	display: block;
  }
  
  .u-ta--center {
	text-align: center !important;
  }
  
  .u-ta--left {
	text-align: left !important;
  }
  
  .u-ta--right {
	text-align: right !important;
  }
  
  .c-red {
	color: red;
  }
  
  .material-icons {
	vertical-align: middle;
	line-height: 1;
  }
  
  .u-font--m {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  
  .fit__img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100% !important;
	height: 100% !important;
  }
  .form_box1 {
	display: flex;
	flex-flow: column;
	padding-top: 20px;
	width: 90%;
	margin: auto;
  }
  .form_sub_box {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 10px 0px;
  }
  .form_sub_text {
	width: 30%;
	text-align: end;
	padding-right: 10px;
  }
  .form_input {
	width: 60%;
	font-size: 1.5em;
  }
  .form_address {
	width: 30%;
	text-align: end;
	padding-right: 10px;
  }
  .form_address_subtext {
	width: calc(60% + 6px);
	text-align: end;
	padding-bottom: 10px;
	display: flex;
    white-space: nowrap;
	justify-content: flex-end;
  }
  .form_address_input {
	width: 70%;
	font-size: 1.5em;
	margin-left: 5px;
  }
  .p-contact__main_thanks {
    position: absolute;
    left: 50%;
    transform: translate(-50%,50%);
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 2.5vw;
}

/* スマホむき */
@media screen and (max-width: 768px) {
	/* 768pxまでの幅の場合に適応される */
	.SP {
		display: inherit;
		margin: auto;
	}
	.head_logo{
		padding-left: 0;
		text-align: center;
	    padding-top: 20px;	
	}
	.head_back {
		padding-bottom: 0;
		background-position: 100% 0%;
	}
	.menu_main {
		display: flex;
		width: 95%;
		position: relative;
		margin: auto;
		text-align: center;
		justify-content: space-between;
		transform: initial;
		left: 0;
		flex-flow: column;
	}	
	.top_aicon {
		display: flex;
		right:2vw;
		padding-bottom: 20vw;
		position: relative;
		bottom: 0;
		justify-content: center;
		align-items: center;
	}
	#tab_lunch:checked ~ #lunch_text,
	#tab_dinner:checked ~ #dinner_text,
	#tab_drink:checked ~ #drink_text {
		display: block;
		position: relative;
		padding: 0;
		padding-bottom: 1em;
	}
	.siteNav {
		font-family: 'Shippori Mincho', serif;
		display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-around;
	}
	section .inner {
		width: 100%;
		max-width: 1186px;
		padding: 0;
		margin: auto;
	}
	section p {
			/*font-size: 1.4rem;*/
		font-size: 3.5vw;
		line-height: 2.286;
	}

	.simple_square_btn7:hover {
		cursor: pointer;
		text-decoration: none;
		background: #673931;
	}
	.tab_content {
		display: block;
		padding: 0;
		position: relative;
		margin: 0;
		padding-bottom: 1em;
	}
	label.tab_item {
		display: none;
	}
	.tab_icon {
		display: none;
	}
	/*アコーディオンタイトル*/
	.title {
		display: block;
		position: relative;
		width: px;
		padding: 1em;
		text-align: left;
		text-decoration: none;
		color: #fff;
		background: -webkit-gradient(linear, left top, left bottom, from(#BD3421), to(#9C2715)) ;
		cursor: pointer;
		font-size: 1.5rem;
		font-weight: normal;
		padding: 3% 3% 3% 30px;
		transition: all .5s ease;
	}
	.title_subtext {
		font-size: .7em;
	}
	.title:hover {
		transform: scale(1.03); /* 拡大 */
	}
	/*アイコンの＋と×*/
	.title::before, .title::after {
		position: absolute;
		content: '';
		width: 15px;
		height: 2px;
		background-color: #fff;
		transition: all 0.5s ease;
	}
	.title::before {
		top: 48%;
		right: 15px;
		transform: rotate(0deg);
	}
	.title::after {
		top: 48%;
		right: 15px;
		transform: rotate(90deg);
	}
	/*　closeというクラスがついたら形状変化　*/
	.title.close::before {
		transform: rotate(45deg);
	}
	.title.close::after {
		transform: rotate(-45deg);
	}
	/*アコーディオンで現れるエリア*/
	.box {
		display: none; /*はじめは非表示*/
		margin: auto;
		padding-top: 3%;
	}
	/*ランチコースセットはじめの余白*/

	/*SPドリンクメニュー配置*/
	.text1650 {
		position: absolute;
		top: 14%;
		left: 20%;
	}
	.text2200 {
		position: absolute;
		top: 19%;
		left: 27%;
	}
	/*テキストSP*/
	.snsimg {
		position: relative;
		margin: auto;
	}
	#SP.text_SP p:first-of-type {
		font-size: 1.3em;
	}
	.text2_SP {
		margin-top: -2%;
		margin-bottom: 0.1em;
		font-size: 1.3em;
	}
	#SP.text_SP {
		padding-bottom: 1em;
	}
	.tell_text {
		width: 394px;
	}
	.call {
		text-align: center;
		padding-bottom: 2em;
	}
	/*おまかせ項目の画像*/
	.omakase img {
		padding: 10% 0% 5% 0%;
	}
	.lunchtext2 img {
		margin-top: 10%;
		margin-bottom: 0%;
	}
	.drinktime {
		margin: 5% 0% 15% 0%;
	}
	#drink_small {
		margin: 5% 0% 18% 0%;
		font-size: 0.97em;
	}
	#freedrink {
		padding-top: 1em;
	}
	p.drink_dinnertime {
		margin: -3px;
	}
	div#freedrink img {
		padding-top: 1em;
		width: 100%;
	}
	p.text_pad_five {
		margin-top: 3%;
	}
	p.yohaku {
		margin-top: -0.3em;
	}

	.title_size {
		width: 80%;
		padding-top: 10%;
		max-width: 400px;
	}
	.title_size img{
		width: 100%;
	
	}
	.title_size2 {
		padding-top: 1em;
	}
	.title_size3 {
		padding-top: 1em;
		padding-bottom: 1em;
		max-width: 400px;
	}
	.tabs {
		top: 0px;
		padding-top: 0;
	}
	.sns_pic img {
		transition: 0.5s;
	}
	.sns_pic img:hover {
		opacity: 0.7;
	}
	.Upolicy_title {
		padding-bottom: 20px;
		font-size: 2em;
	}
	.Upolicy_main {
		text-align: center;
		margin: auto;
		width: 100%;
		font-size: .5em;
		line-height: 290%;
	}
	.Upolicy_text {
		padding: 0% 10%;
		width: 80%;
		font-size: 2em;
		line-height: 200%;
	}
	.Upolicy_text ul {
		padding-left: 3%;
	}
	.Upolicy_credit {
		padding-top: 5vw;
		padding-bottom: 0px;
		margin: auto;
		width: 80%;
		
	}
	.Upolicy_credit_img {
		max-width: 100%;
	} 
	.insta_box {
		padding-top: 5vw;
		padding-bottom: 1em;
		width: 80%;
		margin: auto;
	}
	.insta_text {
		font-size: 1.9em;
	}
	.insta_price {
		font-size: 1.8em;
	}
	.insta img {
		transition: 0.5s;
	}
	.insta img:hover {
		opacity: 0.7;
	}

	.staff_text_mein {
		font-size: 5vw;
	}
	.staff_text {
		font-size: 4vw;
	}
	.access_main {
		display: flex;
		width: 95%;
		position: relative;
		margin: auto;
		text-align: center;
		justify-content: space-between;
		transform: initial;
		left: 0;
		flex-flow: column;
	}
	#tab_contact:checked ~ #contact_text,
	#tab_access:checked ~ #access_text {
		display: block;
		position: relative;
		padding-bottom: 1em;
	}

	.-form td input {
		font-size: 1rem;
	}
	.contact.box {
		margin: 0;
		padding: 0;
	}
	  .c-table--2 th, .c-table--2 td {
		border-bottom: initial;
		font-size: 4vw;
		display: block;
		float: left;
		clear: both;
		width: 100%;
		text-align: center;
		padding: 0;
	  }
	  .c-table--2 th{
		text-align: center;
	  }
	  .c-table--2 td {
		border-bottom: 1px solid #ccc;
	}
	.-form {
		padding-bottom: 60px;
	  }
	  .u-margin--bs {
		font-size: clamp(1.5vw, 16px, 3vw);
	}
	.p-contact__main_thanks {
		transform: translate(-50%);
	}
	.-form .-apply > * label{
		font-size: 5vw;
	}
	.form_input{
		font-size: initial;
		width: 100%;
	}
	.form_address{
		width: 50%;
		font-size: 5vw;
		text-align: -webkit-left;
	}
	.form_address_input{
		font-size: initial;
	}

	.form_sub_text{
		width: 100%;
		font-size: 5vw;
		text-align: left;
		
	}
	.form_address_subtext{
		font-size: 4vw;
		width: 100%;
	}
	.form_sub_box{
		justify-content: flex-start;
	}
	.staff_tel[href^="tel:"] {
		font-size: 5vw;
		pointer-events: initial;
		color: #505050;
	}
	.staff_text_comment {
		font-size: 5vw;
	}
	.staff_mail {
		font-size: 5vw;
	}
	.reserve_tel[href^="tel:"] {
		pointer-events: initial;
		color: #505050;
	}
	.menu_insta_tel[href^="tel:"] {
		pointer-events: initial;
		color: #505050;
	}
	.access_tell[href^="tel:"] {
		pointer-events: initial;
  }
  /*オーダーフォーム*/
  .order-item--box {
    flex-wrap: wrap;
}
.order-item--maintext {
    font-size: 4.5vw;
}
.order-item--subtext {
    font-size: 4vw;
    line-height: 4.9vw;
}
.order-item--box {
    padding-bottom: 20px;
}
.form_sub_text_method_box {
    width: 100%;
    font-size: 3.5vw;
}
.form_sub_text_method_text {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
.p-order__main {
    width: 95%;
}
.order-item--img {
    padding-right: initial;
    margin: auto;
}
/*20250530お問い合わせ削除によるスマホ用アクセスタイトル調整*/
.nozato_map_title {
    margin-top: 50px;
}
	/*PCを消す*/
	.PC {
		display: none;
	}

}