@charset "UTF-8";

ins,
mark {
    color: #000
}

a,
hr {
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

.fontb,
mark {
    font-weight: 700
}

img.aligncenter,
img.alignleft,
img.alignright {
    padding: 4px;
    clear: both
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0;
    list-style: none;
}

ins,
mark {
    background-color: #ff9
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

img {
    vertical-align: bottom
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
}

ins {
    text-decoration: none
}

mark {
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

input,
select {
    vertical-align: middle
}


*, ::after, ::before {
    box-sizing: border-box;
}
body {
	width:100%;
	margin:0;
	padding:0;
	font-family:Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	line-height:1.6;
	color:#000;
	background:#fff;
	scroll-padding-top: 110px;
    scroll-behavior: smooth;
}

/*
flex
*/
.d-flex{
	-webkit-display: flex;
	display: flex;
}
.d-end{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.d-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.d-between{
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.d-align-center{
	align-items: center;
}
.d-wrap{
	flex-wrap: wrap;
}

.w-auto{
	width: auto;
}
.w-10{
	width: 10%;
}
.w-30{
	width: 30%;
}
.w-40{
	width: 40%;
}
.w-45{
	width: 45%;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}
.w-90{
	width: 90%;
}

.mt-2{
	margin-top: 20px !important;
}
.mt-3{
	margin-top: 30px !important;
}
.mt-4{
	margin-top: 40px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.mb-3{
	margin-bottom: 30px !important;
}
.mb-4{
	margin-bottom: 40px !important;
}

.pt-2{
	padding-top: 10px !important;
}
.pt-2{
	padding-top: 20px !important;
}
.pt-3{
	padding-top: 30px !important;
}
.pt-4{
	padding-top: 40px !important;
}

.pb-1{
	padding-bottom: 10px !important;
}
.pb-2{
	padding-bottom: 20px !important;
}
.pb-3{
	padding-bottom: 30px !important;
}
.pb-4{
	padding-bottom: 40px !important;
}
/*
align
*/
.text-center{
	text-align: center !important;
}
.text-right{
	text-align: right !important;
}

/*
container
*/
.container{
	max-width: 1280px;
	margin: 0 auto;
}

.news_inner{
	max-width: 1200px;
	margin: 0 auto;
}
.menu_inner{
	max-width: 1060px;
	margin: 0 auto;
}

.news_list_inner{
	max-width: 1120px;
	margin: 0 auto;
}

/*
header
*/

#nav_btn {
	display: block;
	width: 90px;
	height: 90px;
	position: fixed;
	right: 10px;
	top: 10px;
	background: #231816;
	cursor: pointer;
	z-index: 100;
}
#nav_btn span {
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #e95613;
	left: 0;
	right: 0;
	margin: auto;
}
#nav_btn span:first-of-type {
	top: 34%;
}
#nav_btn span:nth-of-type(2) {
	top: 50%;
}
#nav_btn span:last-of-type {
	top: 65%;
}
#nav_btn.active span {
	width: 60px;
	top: 0;
	bottom: 0;
	background-color: #fff;
}
#nav_btn.active span:first-of-type {
	transform: rotate(45deg);
}
#nav_btn.active span:nth-of-type(2) {
	opacity: 0;
}
#nav_btn.active span:last-of-type {
	transform: rotate(-45deg);
}

#header_fixed{
	display: none;
	width: 100%;
	max-width: 100%;
	height: 110px;
	margin: auto;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background: #fff;
	color: #b2b2b2;
	font-size: 15px;
}
#header_fixed a,
#header_fixed a:visited{
	color: #b2b2b2;
}
#header_fixed a.current,
#header_fixed a:visited.current,
#header_fixed .current{
	color: #231815;
}
#header_fixed > div{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 110px;
}
#header_fixed #header_h1 img{
	width: 109px;
	height: auto;
}

#header_nav1 .current{
	border-bottom: 2px solid #b73a38;
	padding-bottom: 4px;
}

#header_nav1 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0;
	font-size: 15px;
}
#header_nav1 ul li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #b2b2b2;
}
#header_nav1 ul li a{
	letter-spacing: 0.2em;
}

#header_nav2{
	display: flex;
	justify-content: center;
	padding: 35px 0;
	margin-right: 150px;
	font-size: 15px;
}
#header_nav2 li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #b2b2b2;
}
#header_nav2 li img{
	width: 21px;
}
#header_nav2 li:nth-child(1):after{
	padding: 0 12px;
	content: '';
}
#header_nav2 li:nth-child(2):after{
	padding: 0 15px;
	content: '';
}


#header_icons{
	display: flex;
	justify-content: center;
	gap: 25px;
}
#header_icons img{
	width: 21px;
}


#overlay{
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 90;
	background: #000;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, width .35s;
	transition: opacity .35s, visibility .35s, width .35s;
	overflow-y: auto;
	color: #fff;
}
#overlay a,
#overlay a:visited{
	color: #fff;
}
.nav_open #overlay{
	height: 100%;
	visibility: visible;
}
#nav_overlay{
	max-width: 1130px;
	margin: 0 auto;
}
#nav_overlay .logo{
	margin: 50px auto;
}
#nav_overlay .logo img{
	max-width: 220px;
	display: block;
	margin: 0 auto;
}
.overlay_ttl{
	font-size: 28px;
	text-align: center;
	letter-spacing: 0.4em;
	padding: 20px 0;
	font-weight: normal;
}
.nav_border{
	padding-bottom: 60px;
}
#overlay_nav1{
	display: flex;
	justify-content: center;
	padding: 90px 0 35px 0;
	font-size: 14px;
	letter-spacing: 0.3em;
}
#overlay_nav1 li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #fff;
}

#overlay_nav2{
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
	font-size: 19px;
	letter-spacing: 0.1em;
}
#overlay_nav2 li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #fff;
}
#overlay_nav2 li a,
#overlay_nav2 li a:visited{
	color: #4d4d4d;
}

#overlay_nav3{
	display: flex;
	justify-content: center;
	padding: 30px 0;
	font-size: 12px;
}
#overlay_nav3 li{
	padding: 0 19px;
}

#overlay_icons{
	display: flex;
	justify-content: center;
	gap: 57px;
	padding-top: 35px;
	padding-bottom: 10px;
}
#overlay_icons img{
	width: 21px;
}
#overlay_icons li:first-child img{
	width: 26px;
}

#overlay small{
	font-size: 12px;
	text-align: center;
	padding: 0 0 25px;
	display: block;
}

#overlay #overlay_contact{
	display: none;
}
#overlay a#overlay_contact,
#overlay a#overlay_contact:visited{
	color: #231815;
}

/*
top
*/
.banner-link{
	margin: 60px auto 0;
	max-width: 625px;
	padding-bottom: 60px;
}
.banner-link li:not(:last-of-type){
	margin-bottom: 30px;
}
.banner-link img{
	max-width: 100%;
}


#main-banner{
	position: relative;
	width: 100%;
	height: 1020px;
	background-color: rgb(0, 0, 0);
}
#main_pc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#main_container{
	max-width: 1280px;
	height: 1020px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main_left{
	width: 360px;
	background: rgba(61, 21, 8, 0.8);
}
#main_left h2{
	margin-top: 70px;
	color: #F3E684;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	line-height: 2;
	letter-spacing: 0.2em;
}
#main_left #main_logo{
	max-width: 214px;
	margin: 130px auto 60px;
}

#main_nav{
	writing-mode: vertical-rl;
	line-height: 2.4;
	font-size: 21px;
	text-orientation: upright;
	margin: 0 0 0 40px;
	border-right: 2px solid #715e36;
	margin: 0 0 25px 45px;
}
#main_nav li{
	border-left: 2px solid #715e36;
	position: relative;
	list-style: none;
}

#main_nav li::before {
    position: absolute;
	top: 0;
	left: 24px;
	transform: translateY(-50%) rotate(45deg);
	width: 0.2em;
	height: 0.2em;
	background-color: #fff;
	content: "";
	margin-top: 20px;
}
#main_nav li a{
	display: block;
	padding-top: 40px;
	padding-bottom: 15px;
	letter-spacing: 0.3em;
}
#main_nav li a,
#main_nav li a:visited{
	color: #fff;
	
}

/*
英語ページのトップメニュー　調整必要だと思う
*/
#lang_en #main_left h2 {
	margin-top: 30px;
}
#lang_en #main_left #main_logo{
	margin: 30px auto 50px;
}
#lang_en #main_nav{
	text-orientation: unset;
	writing-mode: unset;
	border-right: none;
}
#lang_en #main_nav li{
	line-height: 1;
	border-left: none;
	border-bottom: 2px solid #715e36;
width: 90%;

}

#lang_en #main_nav li::before{
	left: 22px;
	content: none;
}
#lang_en #main_nav li:last-child::before{
	left: 31px;
}

#lang_en #main_nav li a{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 20px;
letter-spacing: 0.2em
}
#lang_en #header_nav1 ul{
	padding: 0;
	font-size: 13px;
}

#lang_en #header_nav1 ul li a{
	letter-spacing: 0.05em;
}

#lang_en #footer_nav1{
	letter-spacing: 0.05em;
}

#lang_en .menu_header_ttl{
	right: -175px;
	width: 350px;
}
#lang_en .menu_content h3{
	font-size: 14.5px;
}
#lang_en .menu_name{
	line-height: 1.3;
}
#lang_en .price{
	line-height: 1.3;
}
#lang_en .yen,
#lang_en .tax,
#lang_en .per{
	letter-spacing: 0;
}

#lang_en .menu_tabehoudai dl dt{
	font-size: 11px;
}
#lang_en .menu_tabehoudai dl dd{
	font-size: 13px;
}
#lang_en .menu_detail{
	font-size: 14px;
}

#lang_en .menu_ttl1{
	width: auto;
	padding: 0 18px;
}

#lang_en .ttl1{
	letter-spacing: 0.05em;
}
#lang_en .about_goods_kodawari h3{
	font-size: 23px;
	padding: 19px 0;
}

#lang_en #overlay_nav1{
	letter-spacing: 0.05em;
}
#lang_en .main_about1{
	line-height: 2.2;
}

#lang_en .menu_ttl_tabehoudai {
  width: auto;
  padding: 0 18px;
}

.about_goods_kodawari h3 span{
	font-size: 16px;
}

#main_icons{
	display: flex;
	justify-content: center;
	gap: 50px;
	padding-top: 30px;
}
#main_icons img{
	width: 30px;
}

#main_right{
	position: relative;
}
#main_catchcopy{
	position: absolute;
	top: 105px;
	right: 130px;
	max-width: 320px;
}
#main_commitment{
	position: absolute;
	bottom: 260px;
	right: 130px;
	max-width: 400px;
}
#main_traveller{
	position: absolute;
	bottom: 70px;
	right: 130px;
	max-width: 400px;
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
}

#main_about_wrapper{
	margin: 0 auto;
	background: url(/assets/img/about.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 580px;
	position: relative;
}
.main_about_inner{
	max-width: 580px;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	text-align: center;
	position: absolute;
	left: 0;
	top: 18px;
	right: 0;
	height: 580px;
}
.main_about1{
	font-size: 11px;
	line-height: 2.7;
	padding: 30px 0 80px;
}

.main_img_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	
}

#main_pork{
	position: relative;
	height: 450px;
}
#main_pork .btn-more{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
#main_pork_img{
	position: absolute;
	top: -133px;
}
.main_about2{
	font-size: 20px;
	line-height: 2;
	text-align: center;
	position: absolute;
	right: 0;
}
.main_about2 img{
	max-width: 410px;
	margin: 60px auto 30px;
}

.news_inner .store_list{
	margin: 60px auto;
}


/*
news list
*/
#newslist{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}
#newslist a,
#newslist a:visited{
	color: #221816;
}
.news-list-img{
	margin-bottom: 10px;
	aspect-ratio: 1;
	overflow: hidden;
}
.news-list-img img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	border: 1px solid #dcdbd7;
	object-fit: cover;
}

.news-list-date{
	font-family: "EB Garamond", serif;
	font-size: 17px;
	padding: 16px 0;
}
.news-list-title{
	font-size: 13px;
	line-height: 1.8em;
}

.news-list-category{
	color: #fff;
	width: 100px;
	padding: 7px 0;
	display: block;
	text-align: center;
	font-size: 12px;
}
.category-all{
	background: #231815;
}
.category-news{
	background: #b73a39;
}
.category-store{
	background: #c68143;
}
.category-media{
	background: #3e3a39;
}
.category-tour{
	background: #4a91f0;
}

.category-uncategorized{
	background: #b73a38;
}

#news_category_list li:not(.current){
	opacity: 0.4;
}

#news_category_list{
	margin-bottom: 40px;
}
#news_category_list ul{
	display: flex;
	gap: 45px;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}
#news_category_list ul li{
	width: 20%;
	display: flex;
	align-items: center;
	flex-grow: 1;
	height: 100%;
}
#news_category_list ul li a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 50px;
}
#news_category_list ul li a,
#news_category_list ul li a:visited{
	color: #fff;
	font-size: 16px;
}

#news_list_wrapper{
	padding: 65px 0 20px;
}

/*
news detail
*/
.news_detail_inner{
	max-width: 760px;
	margin: 0 auto;
}
#news{
	color: #231815;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 12px;
	line-height: 2.5;
}
#news p {font-size: 14px;line-height: 25px;letter-spacing: 0.04em; clear: both; padding-bottom: 16px; }
#news h6 {font-size: 16px;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#news h5 {font-size: 16px;line-height: 28px;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
#news h4 {font-size: 18px;line-height: 28px;letter-spacing: 0.05em;font-weight: 600; clear: both; padding-bottom: 16px;}
#news h3 {font-size: 22px;line-height: 35px;letter-spacing: 0.05em;font-weight: 900; clear: both; padding-bottom: 16px;}
#news h2 {font-size: 26px;letter-spacing: 0.05em;line-height: 34px;font-weight: 900; clear: both; padding-bottom: 16px;}
#news h1 {font-size: 28px;letter-spacing: 0.05em;line-height: 42px;font-weight: 900; clear: both; padding-bottom: 16px;}
#news storng {font-weight: 900;}

#news a,
#news a:link,
#news a:visited {
	color: #b0272d;
	text-decoration: none;
}

#news .wp-caption{
	width: 100% !important;
}

#news_detail_category span{
	width: 120px;
	height: 30px;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: .05em;
}
#news_detail_category{
	line-height: 1;
	border-bottom: 1px solid #191917;
}
#news_detail_ttl{
	font-size: 20px;
	font-weight: normal;
	color: #231815;
	padding: 20px 0;
}
#news_detail_date{
	font-size: 15px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-weight: normal;
	color: #231815;
	line-height: 1;
	margin-bottom: 50px;
}

/*
store
*/
.store_list{
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr 1fr;
	color: #fff;
}
.store_list section{
	position: relative;
}
.store_list img{
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	position: relative;
}
.store_list h2{
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
}
.store_list a,
.store_list a:visited{
	color: #fff;
}
.store_list_footer{
	background: #3e3a39;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 28px;
}
.store_list_footer .store_tel{
	font-size: 20px;
}

.store_info{
	font-size: 12px;
	line-height: 2.7;
	margin: 25px auto 40px;
	text-align: center;
	letter-spacing: 0.1em;
}

.store_address_inner{
	background: rgba(255,255,255,0.6);
	max-width: 1060px;
	margin: 0 auto;
	padding: 27px 18px;
}
.store_address_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 23px;
	
}
.store_address_box .store_address{
	width: 100%;
}
.store_address_box iframe{
	width: 100%;
	height: 100%;
}
.store_address_name{
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro","Hiragino Mincho ProN",Yu Mincho,"游明朝",YuMincho,"游明朝体","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 45px;
	font-weight: 400;
	border-bottom: 1px solid #999999;
	padding: 5px 0 25px;
	line-height: 1;
}
.store_address_info{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 15px;
	line-height: 2;
	border-bottom: 1px solid #999999;
	padding: 25px 0;
}
.store_address .btn-reserve3{
	display: block;
	margin: 18px auto;
}
.store_address_tel{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 20px 0;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2em;
}
.store_address_tel span{
	font-size: 17px;
	border: 1px solid #b73a39;
	padding: 5px 10px;
	letter-spacing: 0.1em;
	background: #b73a39;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-right: 30px;
}
.store_address_tel a{
	padding-left: 7px;
}
.store_address_tel a,
.store_address_tel a:visited{
	color: #000;
}

.store_tb{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	margin: 50px 0 90px;
}
.store_tb th{
	background: #b73a38;
	color: #fff;
	border-bottom: 2px solid #d99c99;
	padding: 13px;
	text-align: left;
	font-weight: 400;
	width: 250px;
}
.store_tb td{
	background: #f7efe2;
	border-bottom: 2px solid #c6c3bc;
	padding: 13px 30px;
}

.store_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	row-gap: 30px;
	padding-top: 15px;
	font-size: 13px;
}
.store_grid img{
	padding-bottom: 15px;
}



/*
menu
*/
#menu_header{
	padding-bottom: 45px;
}
.menu_list{
	padding-top: 50px;
	padding-bottom: 40px;
}
.limit_menu_list{
	padding-top: 100px;
	padding-bottom: 0;
}
.menu_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 50px;
}
.menu_wrapper .menu_img{
	position: relative;
}
.menu_wrapper .menu_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.menu_ttl_tabehoudai{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F1AC00;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
}
.menu_ttl{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.menu_ttl.w100{
	width: 100%;
	text-align: center;
}
.menu_ttl1{
	background: #F1AC00;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	display: inline-block;
}
.menu_ttl2{
	background: #231816;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .05em;
	display: inline-block;
	padding: 0 20px;
}
.menu_ttl3{
	background: #2e71b5;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .05em;
	display: inline-block;
	padding: 0 20px;
}
.menu_ttl3 span{
	font-size: 16px;
}


.menu_ttl4{
	background: #009ce6;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	display: inline-block;
}
.menu_ttl5{
	background: #231816;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .05em;
	display: inline-block;
	padding: 0;
	text-align: center;
}
.menu_ttl6{
	background: #d68d01;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .05em;
	display: inline-block;
	padding: 0;
	text-align: center;
}
.menu_ttl7{
	background: #003859;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	display: inline-block;
}

.menu_osusume{
	position: absolute;
	left: 0;
	top: 0;
	background: #fedc00;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #231815;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
}

.menu_ttl_flex{
	display: flex;
	width: 100%;
}
.menu_ttl_flex .menu_ttl1{
	width: 33.96%;
}
.menu_ttl_flex .menu_ttl3{
	width: 66.04%;
}

.menu_header_ttl{
	position: absolute;
	right: -150px;
	top: -40px;
	width: 300px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	
}
.menu_header_ttl1{
	background: #f5b6b5;
}
.menu_header_ttl2{
	background: #d2241d;
}
.menu_header_ttl3{
	background: #f2ac00;
}
.menu_header_ttl4{
	background: #8e0109;
}
.menu_header_ttl5{
	background: #4e9dc4;
}
.menu_header_ttl6{
	background: #a27b54;
}
.menu_header_ttl7{
	background: #2b0d56;
}

.menu_header_ttl_padding{
	padding-top: 55px !important;
}

.menu_content{
	background: rgba(255,255,255,0.4);
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.menu_content h3{
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .05em;
	background: #181878;
	color: #fff;
	text-align: center;
	padding: 3px;
	margin-bottom: 30px;
}
.menu_sub_name{
	padding: 10px 20px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
}
.menu_sub_name2{
	color: #b62c27;
	padding: 10px 20px;
	font-size: 21px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
}
.menu_name{
	font-size: 35px;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro","Hiragino Mincho ProN",Yu Mincho,"游明朝",YuMincho,"游明朝体","Noto Serif JP","メイリオ",Meiryo,serif;
	padding: 0 20px;
}
.menu_name span{
	font-size: 25px;
	font-weight: normal;
}
.menu_name span.menu_hour{
	font-size: 20px;
}
.menu_en{
	padding: 0 20px;
	margin-top: auto;
	font-size: 27px;
}
.price{
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 0.1em;
	padding: 0 20px;
	margin-bottom: 20px;
}
.yen{
	font-family: Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-left: 8px;
	margin-right: 8px;
}
.tax{
	font-family: Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	border: 1px solid #231815;
	padding: 2px 7px;
	margin-left: 8px;
}
.per{
	font-family: Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1em;
	background: #231815;
	border: 1px solid #231815;
	color: #fff;
	padding: 2px 7px;
	margin-left: 8px;
}
.child{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.7;
	padding: 0 20px;
	margin-bottom: 20px;
}

.menu_tabehoudai{
	border-top: 2px solid #525195;
	border-bottom: 2px solid #525195;
	padding: 16px;
	margin: 15px 0;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
}
.menu_tabehoudai dl{
	display: flex;
}
.menu_tabehoudai dl dt{
	width: 24.5%;
	font-weight: bold;
}
.menu_tabehoudai dl dd{
	width: 75.5%;
}

.menu_detail{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 18px;
	line-height: 1.7;
	padding: 0 20px;
}
.menu_detail li{
	position: relative;
	list-style: none;
	padding-left: 15px;
	margin-bottom: 0;
}
.menu_detail li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
.menu_detail p{
	font-size: 12px;
	line-height: 1.8;
}
.menu_option{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.8;
	padding: 0 25px;
	margin-top: auto;
}
.menu_option li{
	position: relative;
	list-style: none;
	padding-left: 15px;
}
.menu_option li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "※";
}

.menu_nav_wrapper{
	margin-bottom: 0;
}
.menu_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu_nav li{
	background: #fff;
	border: 1px solid #666867;
	width: 156px;
	height: 46px;
	font-size: 14px;
	text-align: left;
	line-height: 46px;
	position: relative;
}
.menu_nav li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #666867 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.menu_nav li a{
	display: block;
	color: #666867;
	padding-left: 15px;
}
.menu_nav li a:visited{
	color: #666867;
}

.menu_nav2{
	margin-bottom: 18px;
}
.menu_nav2 li{
	background: #513068;
	border: 1px solid #85fef3;
	width: 100%;
	height: 46px;
	font-size: 14px;
	text-align: left;
	line-height: 46px;
	position: relative;
}
.menu_nav2 li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #d3ebdf transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
.menu_nav2 li a{
	display: block;
	color: #fff;
	padding-left: 15px;
}
.menu_nav2 li a:visited{
	color: #fff;
}

.menu_header_gap{
	padding-top: 100px;
}

.sub_menu_main{
	padding: 100px 0 60px;
}
.sub_menu_main:nth-child(2),
.sub_menu_main:nth-child(3){
	padding-top: 60px;
}
.sub_menu_list{
	position: relative;
	background: rgba(255,255,255,0.6);
}
.sub_menu_list h2{
	position: absolute;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	width: 300px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	display: inline-block;
}
.sub_menu_list p{
	font-family: 'Yu Mincho Demibold','YuMincho Demibold', sans-serif,Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 20px;
	text-align: center;
	padding: 45px 0;
}
.sub_menu_p{
	padding-top: 90px !important;
}

.sub_menu_list h3{
	font-family: 'Yu Mincho Demibold','YuMincho Demibold', sans-serif,Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}
.sub_menu_list h3 span{
	font-size: 16px;
	letter-spacing: 0;
}

.sub_menu_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sub_menu_grid img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sub_menu_wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0 45px 60px;
}

.sub_menu_wrapper > div:nth-child(2){
	margin-left: 16%;
}
.sub_menu_wrapper > div:nth-child(2) ul{
	width: 100% !important;
}

.sub_menu_wrapper ul{
	width: 90%;
	font-size: 20px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	margin-bottom: 40px;
}
.sub_menu_wrapper ul li{
	display: flex;
/*	align-items: center;*/
	position: relative;
	line-height: 2;
}
.sub_menu_wrapper ul li:before{
	content: "●";
	color: #b2b0b1;
	padding-right: 10px;
}
.sub_menu_wrapper span{
	margin-left: auto;
}

.sub_menu_wrapper hr{
	border-color: #231814;
	height: 2px;
	margin: 100px 0;
}

/*
room
*/
.room_info {
	font-size: 12px;
	line-height: 2.7;
	margin: 25px auto 40px;
	text-align: center;
	letter-spacing: 0.1em;
}
.room_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding-bottom: 100px;
}
.room_grid .room_content{
	display: grid;
	grid-template-rows: auto 1fr;
}
.room_grid .room_content .room_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.room_grid .room_content .room_body{
	margin-top: 20px;
	background: rgba(255,255,255,0.4);
	padding: 26px;
}
.room_grid .room_content .room_body h3{
	font-size:30px;
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro","Hiragino Mincho ProN",Yu Mincho,"游明朝",YuMincho,"游明朝体","Noto Serif JP","メイリオ",Meiryo,serif;
	padding: 10px 10px 30px;
	border-bottom: 2px solid #908981;
	line-height: 1;
}

.room_grid .room_content .room_body .room_seat{
	font-size:20px;
	border-bottom: 2px solid #908981;
	padding: 13px 10px;
}
.room_grid .room_content .room_body .room_txt{
	font-size:15px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	padding: 13px 10px;
	line-height: 2;
}


/*
contents
*/
#main{
	min-height: calc( 100vh - 110px );
	margin-top: 110px;
}
#main_header_title{
	height: 360px;
	text-align: center;
	position: relative;
}
#main_header_img{
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
#main_header_store_name{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 202px;
}

#main_header_menu{
	height: 78px;
	background: #d2241d;
}
.hanare_header_menu{
	background: #51306B !important;
}
#main_header_menu .container{
	height: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_header_name{
	display: block;
	border: 3px solid #e95611;
	color: #fff;
	background: #231816;
	font-size: 27px;
	padding: 0 70px;
	line-height: 78px;
	height: 78px;
	letter-spacing: 0.3em;
}

#main_header_menu ul{
	display: flex;
	justify-content: center;
	font-size: 17px;
}
#main_header_menu ul li:not(:last-of-type):after{
	content: '|';
	padding: 0 45px;
	color: #fff;
}
#main_header_menu ul li a{
	letter-spacing: 0.2em;
	color: #fff;
}
#main_header_menu ul li a:visited{
	color: #fff;
}
#main_header_menu ul li a.current{
	color: #fff000;
}

#main_header_reserve{
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#main_header_reserve1{
	font-size: 17px;
	border: 1px solid #fff;
	padding: 1px 10px;
	letter-spacing: 0.1em;
}
#main_header_reserve2{
	font-size: 25px;
	margin: 0 10px;
}


#common_main_header_title{
	height: 425px;
	text-align: center;
	position: relative;
}
#common_main_header_title img{
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
}

/*
about
*/
#common_main_header_txt1{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 1060px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	right: 0;
	color: #fff;
	display: flex;
}
#common_main_header_txt1 div{
	height: 100%;
	margin-left: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#common_main_header_txt1 h2{
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
#common_main_header_txt1 p{
	font-size: 17px;
	line-height: 2.4;
}

#about_info{
	text-align: center;
	padding: 35px 0;
}
#about_info p{
	margin-top: 25px;
	font-size: 11px;
	line-height: 2.7;
	font-weight: bold;
}

#about_kodawari{
	height: 430px;
	position: relative;
}
#about_kodawari > img{
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
#about_kodawari_center{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 400px;
	background: rgba(0,0,0,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

#about_soup{
	height: 240px;
	position: relative;
}
#about_soup img{
	object-fit: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
#about_soup_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 11px;
	line-height: 2.7;
	text-align: center;
	font-weight: bold;
}

#about_pork{
	background: #000;
}
#about_pork_inner{
	display: grid;
	grid-template-columns: 1fr 640px 1fr;
	max-width: 1280px;
	margin: 0 auto;
}
#about_pork .container{
	border-top: 4px solid #fff;
}
#about_pork_left,
#about_pork_right{
	display: flex;
	flex-direction: column;
	width: 320px;
}
#about_pork_left img,
#about_pork_right img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#about_pork_center{
	max-width: 640px;
	background: #000;
	position: relative;
	color: #fff;
}
#about_pork_img{
	position: absolute;
	top: 26%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}
#about_pork_txt{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
#about_pork_txt img{
	margin-bottom: 30px;
	max-width: 410px;
}
#about_pork_txt p{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.about_goods_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
}
.about_goods_list .about_goods_content{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.about_goods_list .about_goods_content img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about_goods_list .about_goods_content .about_goods_body{
	padding: 15px 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about_goods_list .about_goods_content .about_goods_body .about_goods_txt1{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
}
.about_goods_list .about_goods_content .about_goods_body .about_goods_txt2{
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	margin: 10px 0 15px;
}
.about_goods_list .about_goods_content .about_goods_body .about_goods_txt3{
	font-size: 10px;
	line-height: 2;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
}

.about_bg1{
	background: #000;
	color: #fff;
}
.about_bg2 .about_goods_content{
	background: #fffced;
}

.about_goods_kodawari_ttl{
	padding: 40px 0;
	text-align: center;
}
.about_goods_kodawari h3{
	background: url(/assets/img/about/decorative.svg);
	background-size: cover;
	display: inline-block;
	color: #b0272d;
	font-size: 30px;
	letter-spacing: .11em;
	padding: 24px 0;
	line-height: 1;
	width: 340px;
	margin: 0 auto;
	text-align: center;
	font-weight: 300;
}
.about_goods_kodawari h3 span{
	color: #231815;
	font-size: 16px;
	font-weight: 300;
	display: block;
	padding-top: 10px;
}

/*
travel agent
*/
#common_main_header_txt2{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 1060px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	right: 0;
	color: #fff;
}
#common_main_header_txt2 div{
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#common_main_header_txt2 h2{
	font-size: 33px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-align: center;
	padding: 50px 0 5px;
	margin-bottom: 35px;
	position: relative;
	letter-spacing: 0.2em;
}
#common_main_header_txt2 h2:before{
	position: absolute;
	border-bottom: 1px solid #e6c900;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	content: '';
}
#common_main_header_txt2 p{
	font-size: 19px;
	line-height: 2.4;
	letter-spacing: 0.18em;
}

#travel_agent_wrapper{
	position: relative;
}
#travel_agent_wrapper .menu_list{
	padding-bottom: 0;
}
#travel_agent_content{
	position: relative;
	margin-top: 20px;
}
#travel_agent_ttl{
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	margin: auto;
	width: 600px;
	height: 80px;
	line-height: 1.5;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .05em;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #d2241d;
	z-index: 1;
}
#travel_agent_ttl span{
	font-size: 27px;
	letter-spacing: 0.13em;
}
#travel_agent_other{
	text-align: center;
	padding-bottom: 30px;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#travel_agent_other p{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-weight: normal;
}

#travel_agent_fee_wrapper{
	padding-bottom: 80px;
}
#travel_agent_fee{
	background: #feedc2;
	text-align: center;
	padding: 25px 0 0;
}
#travel_agent_fee h2{
	font-size: 22px;
	color: #d2241d;
	letter-spacing: 0.1em;
}
.travel_agent_fee_content{
	padding: 5px 0 25px 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
}
.travel_agent_fee_content p{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*
recruit
*/
#recruit_bg{
	background: rgba(255,255,255,0.6);
	padding-bottom: 20px;
}
#recruit_wrapper{
	padding-bottom: 20px;
}
#recruit_wrapper header h3{
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
	padding-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0.15em;
	margin-top: -20px;
}
#recruit_info{
	text-align: center;
	font-size: 12px;
	line-height: 2.5;
	letter-spacing: 0.1em;
}

#recruit_want{
	position: relative;
	margin-top: 15px;
}
#recruit_want img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#recruit_want p{
	width: 100%;
	height: 80px;
	background: #fc4700;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 10px;
}

#recruit_info2{
	text-align: center;
	padding: 25px 10px 20px;
	letter-spacing: 0.05em;
	line-height: 2.4;
	font-size: 15px;
}

#recruit_staff_list{
	padding: 20px 20px 0;
	margin-bottom: -20px;
}
.recruit_staff_grid{
	background: #b0272e;
	color: #fff;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin-bottom: 30px;
}
.recruit_staff_grid img{
	padding: 20px;
}
.recruit_staff_content{
	padding: 25px 25px 25px 0;
}
.recruit_staff_content h3{
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.recruit_staff_content p{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	font-size: 19px;
	line-height: 2;
}

#recruit_tb_wrapper{
	margin: 20px 20px 0;
}
.recruit_tb{
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
}
.recruit_tb th{
	background: #b73a38;
	color: #fff;
	border-bottom: 2px solid #dc9899;
	padding: 25px 30px;
	text-align: left;
	font-weight: 400;
	width: 355px;
	vertical-align: top;
}
.recruit_tb td{
	background: #fff;
	border-bottom: 2px solid #cbcbcb;
	padding: 25px 30px;
}
.recruit_tb tr:last-child th,
.recruit_tb tr:last-child td{
	border-bottom: none;
}

.recruit_tb a,
.recruit_tb a:visited{
	color: #b12e34;
}

/*
sitemap
*/
#sitemap_list a{
	text-decoration: underline;
}
#sitemap_list a,
#sitemap_list a:visited{
	color: #b12e34;
}
ul#sitemap_list{
	font-size: 20px;
	max-width: 600px;
	margin: 0 auto;
}
ul#sitemap_list li{
	margin-bottom: 5px;
	list-style: disc;
}
ul#sitemap_list > li > ul{
	margin-left: 20px;
	margin-top: 20px;
}
ul#sitemap_list > li > ul > li > ul{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
contact
*/
.confirm_area,
.thanks_area {
    display: none;
}

.wpcf7-response-output{
    display: none;
}
#contact_info{
	text-align: center;
	font-size: 12px;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
#contact_info2{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #bd4244;
	background: #fff;
	max-width: 550px;
	padding: 15px 0;
	margin: 25px auto;
	font-weight: bold;
}
#contact_form{
	padding-bottom: 60px;
	font-size: 12px;
	letter-spacing: 0.2em;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
	color: #000;
}
#contact_form .wpcf7{
	background: #fff;
	margin: 50px auto 0;
	padding: 30px 100px;
}
#contact_form table{
	width: 100%;
}
#contact_form table th,
#contact_form table td{
	border-bottom: 1px solid #595856;
	text-align: left;
	padding: 15px 0 30px;
	font-weight: normal;
}
#contact_form table th{
	width: 25%;
}
#contact_form table td{
	width: 75%;
}
#contact_form table td .small{
	display: block;
	font-size: 11px;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form textarea{
	border: none;
	box-shadow: none;
	background: #f8f8f8;
	width: 100%;
	padding: 10px;
	outline: none;
	border-radius: 10px;
}
#contact_form input[type="date"]{
	border: none;
	box-shadow: none;
	background: #f8f8f8;
	padding: 10px;
	outline: none;
	font-weight: bold;
}
#contact_form select{
	border: none;
	padding: 10px;
	background: #f8f8f8;
	outline: none;
	font-weight: bold;
}
#contact_form input[type="button"],
#contact_form input[type="submit"]{
	font-size: 100%;
	padding: 10px 20px;
	background: #fff;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
}
#contact_form input[type="button"]:disabled,
#contact_form input[type="submit"]:disabled{
	background-color: #ccc;
	cursor: not-allowed;
}
.button-wrap{
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.confirm_area h2{
	text-align: center;
	font-size: 24px;
}
.confirm_area p{
	text-align: center;
}

/*
footer
*/
footer{
	background: #231816;
	text-align: center;
	color: #fff;
}
footer a,
footer a:visited{
	color: #fff;
}
#footer_logo{
	width: calc( 200px + 7px + 7px);
}

#footer_nav1{
	display: flex;
	justify-content: center;
	padding: 45px 0 35px 0;
	font-size: 14px;
	letter-spacing: 0.3em;
}
#footer_nav1 li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #fff;
}

#footer_nav2{
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
	font-size: 19px;
	letter-spacing: 0.1em;
}
#footer_nav2 li:not(:last-of-type):after{
	content: '|';
	padding: 0 25px;
	color: #fff;
}
#footer_nav2 li a,
#footer_nav2 li a:visited{
	color: #4d4d4d;
}

#footer_nav3{
	display: flex;
	justify-content: center;
	padding: 30px 0;
	font-size: 12px;
}
#footer_nav3 li{
	padding: 0 19px;
}

#footer_icons{
	display: flex;
	justify-content: center;
	gap: 57px;
	padding-top: 45px;
}
#footer_icons img{
	width: 21px;
}
#footer_icons li:first-child img{
	width: 26px;
}

footer small{
	font-size: 10px;
	text-align: center;
	padding: 0 0 25px;
	display: block;
}

/*
border
*/
.border-top {
	position: relative;
	padding-top: 18px;
}
.border-top::before,
.border-top::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.border-top::before {
	border-top: 14px solid #231816;
}
.border-top::after {
	margin-top: 14px;
	border-top: 4px solid #ea5513;
}

.border1{
	height: 2px;
	background-color: #ebd1c2;
	border: none;
	color: #ebd1c2;
	margin: 30px 0;
}

/*
background
*/
.bg1{
	background-repeat: repeat;
	background-image: url(/assets/img/washi50.jpg);
}
.bg2{
	background-repeat: repeat;
	background-image: url(/assets/img/washi100.jpg);
}
.bg3{
	background-repeat: repeat;
	background-image: url(/assets/img/washi40.jpg);
}
.bg4{
	background-repeat: repeat;
	background-image: url(/assets/img/washi70.jpg);
}

main{
	padding-top: 90px;
	margin-top: -90px;
}

/*
button
*/

.btn {
	cursor: pointer;
	font-family:Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	margin: 60px auto;
}
.btn-caption{
	cursor: pointer;
	font-family: Yu Mincho,"游明朝",YuMincho,"游明朝体","Hiragino Mincho ProN","Noto Serif JP","メイリオ",Meiryo,serif;
	letter-spacing: 0.05em;
	text-align: center;
	display: block;
	margin: 60px auto 0;
}
.btn-caption .btn-more2{
	display: inline-block;
}
.btn-caption p{
	margin-top: 10px;
	font-size: 11px;
	font-family: Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro","メイリオ",Meiryo,sans-serif;
}

.btn-more{
	width: 300px;
	background: #fefdf8;
	border: 2px solid #908b87;
	font-size: 17px;
	padding: 18px 0;
	color: #231816;
	position: relative;
}
.btn-more::after{	
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 10px;
	background-image: url("/assets/img/arrow.svg");
	background-size: cover;
	margin-top: -8px;
}

.btn-more2{
	width: 300px;
	background: #ffffe0;
	border: 2px solid #ffd700;
	font-size: 17px;
	padding: 18px 0;
	color: #231816;
	position: relative;
}
.btn-more2::after{	
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 30px;
	height: 10px;
	background-image: url("/assets/img/arrow.svg");
	background-size: cover;
	margin-top: -8px;
}


.btn-back{
	width: 300px;
	background: #fefdf8;
	border: 2px solid #908b87;
	font-size: 17px;
	padding: 18px 0;
	color: #231816;
	position: relative;
}

.btn-contact{
	width: 260px;
	border-radius: 28px;
	color: #231816;
	text-align: center;
	font-size: 15px;
	display: block;
	background: #fff;
	padding: 15px 0;
	margin: 0 auto;
}

.btn-reserve{
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .05em;
	background: #b73a39;
	width: 178px;
	text-align: center;
	padding: 7px;
	border-radius: 30px;
}
.btn-reserve2{
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .05em;
	background: #fff;
	width: 178px;
	text-align: center;
	padding: 2px 30px;
	border-radius: 30px;
	color: #b7393a;
	display: inline-block;
}
.btn-reserve3{
	font-size: 17px;
	font-weight: 300;
	letter-spacing: .05em;
	background: #b73a39;
	max-width: 360px;
	text-align: center;
	padding: 5px 30px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
}


.btn-underarea{
	text-align: center;
	padding-bottom: 60px;
}
.btn-underarea p{
	margin-bottom: 10px;
}
.btn-underarea .btn {
	margin: 0 auto;
}


.btn-underarea2{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.btn-underarea2 .btn {
	margin: 0 auto;
}


/*
frame
*/
.frame1{
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
}
.frame2{
	background-color: #e5f2fa;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 30px;
	
}

iframe{
	width: 100%;
}

/*
ttl
*/
.ttl1{
	font-size: 33px;
	color: #231815;
	text-align: center;
	font-weight: 400;
	text-align: center;
	padding: 50px 0 30px;
	margin-bottom: 50px;
	position: relative;
	letter-spacing: 0.2em;
}
.ttl1::before {
    position: absolute;
    border-bottom: 1px solid #B73A39;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    content: '';
}


.border-top {
	position: relative;
	padding-top: 18px;
}
.border-top::before,
.border-top::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.border-top::before {
	border-top: 14px solid #231816;
}
.border-top::after {
	margin-top: 14px;
	border-top: 4px solid #ea5513;
}

.ttl2{
	font-size: 26px;
	color: #231815;
	text-align: center;
	font-weight: 400;
	text-align: center;
	padding: 50px 0 35px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 0.2em;
}
.ttl2::before,
.ttl2::after {
	content: "";
	position: absolute;
	top: 100%;
    left: 50%;
    transform: translateX(-50%);
	width: 300px;
}
.ttl2::before{
	border-bottom: 5px solid #231816;
}
.ttl2::after{
	margin-top: 5px;
	border-bottom: 1px solid #fc4700;
}


.ttlr{
	color: #B0272D;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.3;
}

.ttlb{
	color: #231815;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.ttlo{
	color: #fd4600;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}


.subttl1{
	font-family: Hiragino Mincho ProN,"ヒラギノ明朝 ProN",Hiragino Mincho Pro,"ヒラギノ明朝 Pro","Hiragino Mincho ProN",Yu Mincho,"游明朝",YuMincho,"游明朝体","Noto Serif JP","メイリオ",Meiryo,serif;
	font-size: 30px;
	border-bottom: 1px solid #999;
	margin: 10px auto;
	padding-bottom: 25px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.1em;
}

/*
hr
*/
hr.hr-bold-blue{
	border-top: 6px solid #e5f2f8 !important;
}

/*
color
*/
.text_red{
	color: #c21626;
}

/*
background
*/
.bg_red{
	background-color: #c21626;
}
.bg_pink{
	background-color: #fce4e4;
}
.bg_white{
	background-color: #fff;
}
.bg_dot{
	background: url(/img/bg-repeat.png);
	background-repeat: repeat;
}

/*
align
*/
.text-right{
	text-align: right;
}
.sup{
	vertical-align: super;
	font-size: 17px;
	padding-right: 10px;
}

.ml_auto{
	margin-left: auto;
}

/*
more
*/
.more{
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 30px 24px 30px 0;
}
.more a,
.more a:visited{
	color: #000;
}


/*
pagination
*/
.pagination {
    margin: 60px 0px 60px;
}
.pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    list-style: none;
}
.pagination > ul > li {
    margin: 0px 0.5em;
    width: 40px;
    height: 40px;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #6f6f6f;
    box-sizing: border-box;
	border: 1px solid #6f6f6f;
    border-radius: 50%;
    background: #fff;
}
.pagination > ul > li.current span {
    border: 1px solid #d1221d;
    background: #d1221d;
    color: #fff;
}

.pagination > ul > li > .prev,
.pagination > ul > li > .next {
    position: relative;
    border: none;
}
.pagination > ul > li > .prev::before,
.pagination > ul > li > .next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 0.75em;
    border-right: 2px solid #535353;
    border-top: 2px solid #535353;
    content: "";
}
.pagination > ul > li > .prev::before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > ul > li > .next::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}


.pagination_det{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: center;
}
.pagination_det .pagination_det_prev,
.prev_blank{
	margin-right: auto;
}
.pagination_det .pagination_det_next,
.next_blank{
	margin-left: auto;
}
.pagination_det a,
.pagination_det a:visited{
	color: #231815;
}
.pagination_det_prev span,
.pagination_det_next span{
	padding: 20px;
	font-size: 25px;
}

#page-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    width: 50px;
    height: 50px;
}

.fadeIn{
    opacity:0.0;
    transition: 1.0s;
}
.fadeIn_item{
    opacity:1.0;
}

.pc{
	display: block;
}
.sp{
	display: none;
}


body#lang_cn,
#lang_cn .more,
#lang_cn .subttl1,
#lang_cn .btn-caption p,
#lang_cn .btn,
#lang_cn .btn-caption,
#lang_cn #contact_form,
#lang_cn .recruit_staff_content p,
#lang_cn .recruit_tb,
#lang_cn .travel_agent_fee_content p,
#lang_cn #travel_agent_other p,
#lang_cn .sub_menu_wrapper ul,
#lang_cn .room_grid .room_content .room_body h3,
#lang_cn .room_grid .room_content .room_body .room_txt,
#lang_cn .about_goods_list .about_goods_content .about_goods_body .about_goods_txt3,
#lang_cn .menu_tabehoudai,
#lang_cn .menu_detail,
#lang_cn .menu_option,
#lang_cn .sub_menu_list p,
#lang_cn .sub_menu_list h3,
#lang_cn .yen,
#lang_cn .tax,
#lang_cn .per,
#lang_cn .child,
#lang_cn .menu_sub_name,
#lang_cn .menu_sub_name2,
#lang_cn .menu_name,
#lang_cn .store_address_name,
#lang_cn .store_address_info,
#lang_cn .store_tb,
#lang_cn #news,
#lang_cn #news_detail_date{
	font-family: "Noto Sans SC","Microsoft YaHei",Meiryo,sans-serif !important;
}

/*
#lang_cn .price{
	font-family: "EB Garamond", serif;
}
#lang_cn .news-list-date{
	font-family: "EB Garamond", serif;
}
*/

@media (min-width: 960px) {
	a, a img, a em, a p {
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
	}
	a:hover, a:hover img, a:hover em, a:hover p {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
		
	#nav_btn.active{
		right: 25px;
	}
}

@media (max-width: 1010px) {
    #header_nav2 li:not(:last-of-type)::after{
    	content: '';
    	padding: 0;
    }
    #header_nav2 li{
    	padding: 0 10px;
    }
}

@media(max-width:1180px) {
	#main_pork{
		height: 580px;
	}
	#main_pork_img{
		top: -50px;
	    width: 530px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.main_about2 {
		font-size: 10px;
		line-height: 2;
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
		top: 230px;
	}
	.main_about2 img{
		max-width: 400px;
		margin: 68px auto 24px;
	}
	
	.overlay_ttl {
  		font-size: 21px;
	}
	.store_list{
		padding: 0 20px;
	}
}

@media(max-width:1280px) {
	img{
		max-width: 100%;
	}
	#header_h1{
		margin-left: 20px;
	}
	
	#lang_jp #header_nav1 ul,
	#lang_cn #header_nav1 ul{
		flex-wrap: wrap;
	}
	#lang_jp #header_nav1 ul li,
	#lang_cn #header_nav1 ul li{
		padding: 5px 0;
	}
	
	#header_nav1 ul{
		margin-left: 40px;
		justify-content: start;
		padding: 0;
	}
	
	#main_header_name{
		padding: 0 20px;
	}
	
	#main_header_menu{
		height: auto;
	}
	#main_header_menu .container{
		height: auto;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#main_header_menu .container ul{
		margin: 0 auto;
	}
	#main_header_menu #main_header_name{
		margin: 0 auto;
	}
	
	#main_header_menu ul li:not(:last-of-type)::after{
		padding: 0 10px;
	}
	
	#header_nav2{
		padding: 10px 0;
		flex-wrap: wrap;
		margin-right: 110px;
	}
	#header_nav2 li:nth-child(1)::after,
	#header_nav2 li:nth-child(2)::after{
		padding: 0;
	}
	#header_nav2 li:nth-child(1),
	#header_nav2 li:nth-child(2){
		padding: 0 10px 10px 10px;
	}
	
	.spacer{
		width: 100%;
	}
	
	
	/*
	about
	*/
	#about_pork_left,
	#about_pork_right{
		width: auto;
	}
	#about_pork_img{
		position: static;
		transform: unset;
	}
	#about_pork_txt{
		position: static;
	}
	
	/*
	recruit
	*/
	.recruit_staff_grid{
		grid-template-columns: 1fr 1fr;
	}
	.recruit_staff_grid img{
		margin: 0 auto;
	}
	
	#newslist{
		padding: 0 20px;
	}
}


@media(max-width:959px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	img{
		max-width: 100%;
	}
	
	.inner{
		padding: 10px;
	}
	
	.btn-list{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.news_inner{
		padding: 0 25px;
	}
	.menu_inner{
		padding: 0 20px;
	}
	
	#main {
	    min-height: calc(100vh - 70px);
	    margin-top: 70px;
	}
	
	#page-top.bottom{
		bottom: 105px;
	}
	
	/*
	header
	*/
	#nav_btn{
		width: 50px;
		height: 50px;
	}
	#nav_btn span{
		width: 20px;
		height: 1px;
	}
	#nav_btn.active span{
		width: 30px;
	}
	
	#header_fixed{
		height: 70px;
		display: block;
	}
	#header_fixed > div{
		justify-content: start;
		height: 70px;
	}
	#header_h1{
		margin-left: 20px;
	}
	#header_nav1,
	#header_nav2,
	#header_icons{
		display: none;
	}
	
	#overlay .overlay_ttl,
	#overlay .store_list,
	#overlay #overlay_nav3,
	#overlay small{
		display: none;
	}
	#nav_overlay .logo{
		margin-bottom: 10px;
	}
	.cls-3{
		display: none;
	}
	#overlay #overlay_contact{
		display: block;
	}
	.nav_border{
		display: none;
	}
	
	#overlay_nav1{
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0 35px 0;
		font-size: 16px;
	}
	#overlay_nav1 li{
		display: block;
		width: 100%;
		text-align: center;
	}
	#overlay_nav1 li:not(:last-of-type):after{
		content: '';
		padding: 0;
	}
	#overlay_nav1 li a{
		display: block;
		padding: 25px;
	}
	
	#main-banner{
		height: 770px;
		margin-top: 70px;
	}
	
	#main_container{
		height: 770px;
		display: block;
		margin-top: 70px;
	}
	#main_catchcopy,
	#main_nav,
	#main_icons{
		display: none;
	}
	
	#main_left{
		width: 260px;
		margin: 0 auto;
	}
	#main_left h2{
		font-size: 13px;
		margin-top: 60px;
		padding: 30px 30px 0;
	}
	#main_left #main_logo{
		max-width: 204px;
		margin: 20px auto 38px;
		padding-bottom: 25px;
	}
	#main_left .btn-contact{
		position: absolute;
	}
	#main_commitment{
		max-width: 350px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 250px;
	}
	#main_traveller{
		max-width: 350px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 80px;
	}
	
	/*
	top
	*/
	#main_about_wrapper{
		height: 175px;
	}
	#main_about_bg{
		padding-top: 13px;
	}
	.main_about_inner{
		position: static;
		margin: 0 13px;
		height: 360px;
		max-width: 100%;
	}
	#main_pork{
		height: 420px;
	}
	#main_pork_img{
		top: -50px;
	    width: 330px;
	    left: 0;
	    right: 0;
	    margin: auto;
	}
	.main_about1{
		font-size: 8px;
		line-height: 2.5;
		padding: 10px 0 30px;
	}
	.main_about2 {
		font-size: 10px;
		line-height: 2;
		text-align: center;
		position: absolute;
		right: 0;
		left: 0;
		top: 97px;
	}
	.main_about2 img{
		max-width: 260px;
		margin: 68px auto 24px;
	}
	
	.main_img_grid img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.main_img_grid{
		grid-template-columns: 1fr 1fr;
	}
	.main_img_grid > div:nth-child(5){
		order: 3;
	}
	.main_img_grid > div:nth-child(6){
		order: 4;
	}
	
	.main_img_grid > div:nth-child(3){
		order: 5;
	}
	.main_img_grid > div:nth-child(4){
		order: 6;
	}
	
	.main_img_grid > div:nth-child(7){
		order: 7;
	}
	.main_img_grid > div:nth-child(8){
		order: 8;
	}
	
	
	/*
	footer
	*/
	footer{
		padding-bottom: 30px;
	}
	footer #footer_tel{
		max-width: 90%;
		padding: 10px;
		font-size: 24px;
	}
	#footer_tel span{
		display: block;
		font-size: 18px !important;
	}
	
	footer small{
		font-size: 12px;
		padding: 0 0 5px;
	}
	
	#footer_nav1{
		flex-wrap: wrap;
		justify-content: center;
		padding: 35px 0 35px 0;
		font-size: 14px;
	}
	#footer_nav1 li{
		display: block;
		width: 100%;
		text-align: center;
	}
	#footer_nav1 li:not(:last-of-type):after{
		content: '';
		padding: 0;
	}
	#footer_nav1 li a{
		display: block;
		padding: 7px;
	}
	#footer_nav2{
		font-size: 14px;
		padding: 30px 0 0;
	}
	#footer_nav2 li:not(:last-of-type)::after{
		padding: 0 15px;
	}
	#footer_nav3{
		font-size: 10px;
		padding: 20px 0;
	}
	#footer_nav3 li {
		padding: 0 11px;
	}
	#footer_logo{
		width: 134px;
	}
	#footer_icons{
		gap: 40px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#footer_icons img{
		width: 19px;
	}
	
	/*
	news
	*/
	#newslist{
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		padding: 0;
	}
	.news-list-category{
		font-size: 9px;
		width: 70px;
		padding: 6px 0;
	}
	.news-list-date {
		font-size: 9px;
	}
	.news-list-title {
		font-size: 8px;
	}
	
	.news_list_inner{
		max-width: 100%;
		margin: 0 20px;
	}
	#news_category_list{
		margin-bottom: 30px;
	}
	#news_category_list ul{
		gap: 5px;
		height: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#news_category_list ul li{
		width: 100%;
		height: 40px;
	}
	#news_category_list ul li.category-all{
		grid-column: 1 / 3;
	}
	#news_category_list ul li a{
		line-height: 40px;
	}
	#news_category_list ul li a,
	#news_category_list ul li a:visited{
		font-size: 12px;
	}
	
	/*
	news detail
	*/
	.news_detail_inner{
		max-width: 100%;
		padding: 0 20px;
	}
	#news_detail_ttl{
		font-size: 15px;
	}
	#news_detail_date{
		font-size: 8px;
		margin-bottom: 20px;
	}
	#news{
		font-size: 10px;
	}
	#news img{
		max-width: 100%;
	}
	#news .wp-caption{
		max-width: 100%;
	}
	
	#news p {font-size: 9px;line-height: 1.6;letter-spacing: 0.04em; clear: both; padding-bottom: 16px; }
	#news h6 {font-size: 11px;line-height: 1.6;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
	#news h5 {font-size: 11px;line-height: 1.7;letter-spacing: 0.04em;font-weight: 600; clear: both; padding-bottom: 16px; }
	#news h4 {font-size: 13px;line-height: 1.7;letter-spacing: 0.05em;font-weight: 600; clear: both; padding-bottom: 16px;}
	#news h3 {font-size: 15px;line-height: 2;letter-spacing: 0.05em;font-weight: 900; clear: both; padding-bottom: 16px;}
	#news h2 {font-size: 18px;letter-spacing: 0.05em;line-height: 2;font-weight: 900; clear: both; padding-bottom: 16px;}
	#news h1 {font-size: 20px;letter-spacing: 0.05em;line-height: 2;font-weight: 900; clear: both; padding-bottom: 16px;}
	
	/*
	store
	*/
	.store_list{
		grid-template-columns: 1fr;
	}
	.store_list h2{
		background: linear-gradient(rgb(0, 0, 0, 0.9),rgba(0, 0, 0, 0));
	}
	.store_list_footer .store_tel{
		font-size: 14px;
		white-space: nowrap;
	}
	.store_list_footer{
		padding: 10px 20px;
	}
	.store_info {
		font-size: 8px;
	    line-height: 2;
	    font-weight: bold;
	    letter-spacing: 0;
	}
	.store_address_inner{
		margin: 0 17px;
		padding: 14px 10px;
	}
	.store_address_box{
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.store_address_name{
		font-size: 21px;
		padding: 0 0 12px;
	}
	.store_address_info{
		font-size: 10px;
		padding: 10px 0;
	}
	.store_address_tel{
		border-top: none;
		letter-spacing: 0.05em;
		padding: 0 0 10px 0;
		font-size: 22px;
	}
	.store_address_tel span{
		font-size: 12px;
		padding: 5px 6px;
		letter-spacing: 0.1em;
		margin-right: 10px;
	}
	
	.store_address .btn-reserve3{
		margin: 15px auto 7px;
	}
	.store_address_box iframe{
		height: 330px;
	}
	.store_tb{
		margin: 20px 0 50px;
	}
	.store_tb th{
		width: 100%;
		display: block;
		font-size: 11px;
		padding: 8px 15px;
		border-bottom: none;
	}
	
	.store_tb td{
		display: block;
		font-size: 11px;
		padding: 15px 15px;
		border-bottom: none;
	}
	.store_grid{
		grid-template-columns: 1fr;
		padding-top: 10px;
		text-align: center;
	}
	
	/*
	title
	*/
	.ttl1{
		font-size: 18px;
		padding: 30px 0 15px;
  		margin-bottom: 20px;
  		white-space: nowrap;
	}
	.ttlr{
		font-size: 10px;
	}
	.ttlb{
		font-size: 9px;
		font-weight: bold;
	}
	.ttl2{
		font-size: 15px;
		padding: 50px 0 10px;
		margin-bottom: 25px;
	}
	
	.ttlo{
		font-size: 12px;
	}
	
	.subttl1{
		font-size: 21px;
		padding-bottom: 12px;
		margin-bottom: 20px;
		letter-spacing: 0.05em;
	}
	
	/*
	contents
	*/
	#main_header_title{
		height: 135px;
	}
	#common_main_header_title{
		height: 140px;
	}
	#common_main_header_title img{
		object-position: right;
	}
	
	/*
	store
	*/
	#main_header_name,
	#main_header_reserve{
		display: none;
	}
	#main_header_store_name{
		width: 80px;
	}
	#main_header_menu{
		height: 50px;
	}
	#main_header_menu .container{
		height: 50px;
		justify-content: center;
	}
	#main_header_menu ul{
		font-size: 14px;
	}
	#main_header_menu ul li:not(:last-of-type)::after{
		padding: 0 20px;
	}
	
	/*
	menu
	*/
	#menu_header{
		padding-bottom: 20px;
	}
	.menu_wrapper{
		grid-template-columns: 1fr;
	}
	.menu_ttl_tabehoudai{
		top: 0;
		bottom: unset;
		right: 0;
		margin: auto;
		font-size: 20px;
	}
	.menu_content{
		padding: 25px 13px;
	}
	.menu_content h3{
		font-size: 14px;
	}
	.menu_name {
		font-size: 22px;
		padding: 0;
	}
	.menu_name span {
		font-size: 14px;
	}
	.menu_name span.menu_hour {
		font-size: 12px;
	}
	.menu_sub_name2{
		padding: 0 0 10px 0;
		font-size: 13px;
	}
	.menu_sub_name {
		padding: 0 0 10px 0;
		font-size: 11px;
	}
	.menu_en{
		font-size: 18px;
		padding: 0;
	}
	.price {
		font-size: 30px;
		margin-bottom: 5px;
		padding: 0;
	}
	.yen{
		font-size: 11px;
	}
	.tax{
		font-size: 11px;
	}
	.per{
		font-size: 11px;
	}
	.child{
		font-size: 9px;
		padding: 0;
	}
	.menu_tabehoudai{
		font-size: 10px;
	}
	.menu_detail{
		font-size: 12px;
		padding: 0;
	}
	.menu_detail p {
		font-size: 10px;
	}
	.menu_detail li{
		margin-bottom: 0;
	}
	.menu_option{
		font-size: 10px;
		padding: 0;
	}
	
	.menu_nav_wrapper{
		margin-bottom: 0;
	}
	
	.menu_nav{
		flex-wrap: wrap;
	}
	.menu_nav:after{
		content:"";
		display: block;
		width:30%;
	}
	.menu_nav li{
		width: 30%;
		height: 33px;
		line-height: 33px;
		font-size: 10px;
		margin-bottom: 10px;
	}
	.menu_nav li a{
		padding-left: 5px;
	}
	.menu_nav li::after{
		right: 4px;
		border-width: 6px 3px 0 3px;
	}
	
	.menu_nav2 li{
		height: 33px;
		line-height: 33px;
		font-size: 10px;
	}
	.menu_nav2 li a{
		padding-left: 5px;
	}
	.menu_nav2 li::after{
		right: 4px;
		border-width: 6px 3px 0 3px;
	}
	
	.menu_wrapper{
		margin-bottom: 15px;
	}
	.menu_list{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	.limit_menu_list{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	
	.menu_header_ttl{
		height: 40px;
		line-height: 40px;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 150px;
		font-size: 11px;
	}
	.menu_ttl1{
		width: 118px;
		height: 33px;
		line-height: 33px;
		font-size: 15px;
	}
	.menu_ttl2{
		height: 33px;
		line-height: 33px;
		font-size: 10px;
	}
	.menu_ttl3{
		height: 33px;
		line-height: 33px;
		font-size: 15px;
		padding: 0 0 0 10px;
	}
	.menu_ttl3 span{
		font-size: 10px;
	}
	.menu_ttl4{
		width: 118px;
		height: 33px;
		line-height: 33px;
		font-size: 15px;
	}
	.menu_ttl5{
		height: 33px;
		line-height: 33px;
		font-size: 15px;
	}
	.menu_ttl7{
		width: 118px;
		height: 33px;
		line-height: 33px;
		font-size: 15px;
	}
	
	.menu_header_ttl_padding {
		padding-top: 35px !important;
	}
	
	.sub_menu_list h2{
		height: 40px;
		line-height: 40px;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		width: 150px;
		font-size: 11px;
	}
	.menu_header_gap{
		padding-top: 40px;
	}
	.sub_menu_main{
		padding: 40px 0;
	}
	.sub_menu_main:nth-child(2),
	.sub_menu_main:nth-child(3) {
		padding-top: 0;
	}
	.sub_menu_grid{
		grid-template-columns: 1fr 1fr;
	}
	.sub_menu_list p{
		font-size: 10px;
		padding: 20px 0;
	}
	.sub_menu_list h3{
		font-size: 18px;
	    margin-top: 40px;
	    margin-bottom: 20px;
	}
	.sub_menu_list h3 span {
		font-size: 10px;
	}
	.sub_menu_p {
		padding-top: 40px !important;
	}
  
	.sub_menu_wrapper{
		grid-template-columns: 1fr;
		padding: 0 30px 20px;
	}
	.sub_menu_wrapper ul{
		width: 100%;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.sub_menu_wrapper > div:nth-child(2){
		margin-left: 0;
	}
	
	.sub_menu_wrapper hr{
		margin: 70px 0;
	}
	
	#lang_en .menu_header_ttl{
		right: 0;
		width: 200px;
	}
	#lang_en .menu_ttl6{
		height: auto;
		line-height: 1.2;
	    text-align: left;
	    padding: 5px 10px;
	}
	
	/*
	room
	*/
	.room_info {
		font-size: 8px;
	    line-height: 2;
	    font-weight: bold;
	    letter-spacing: 0;
	}
	.room_grid{
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: 20px;
	}
	.room_grid .room_content .room_body{
		margin-top: 0;
		padding: 20px;
	}
	.room_grid .room_content .room_body h3{
		font-size: 21px;
		padding: 5px 5px 18px;
	}
	.room_grid .room_content .room_body .room_seat {
  		font-size: 13px;
  		padding: 10px 5px;
	}
	.room_grid .room_content .room_body .room_txt {
		font-size: 9px;
		padding: 10px 5px;
	}
	
	/*
	about
	*/
	#common_main_header_txt1 div{
		padding-right: 10px;
	}
	#common_main_header_txt1 h2{
		font-size: 13px;
		margin-bottom: 10px;
	}
	#common_main_header_txt1 p {
		font-size: 8px;
		line-height: 2;
	}
	
	#about_info p{
		font-size: 8px;
	}
	#about_kodawari{
		height: 380px;
	}
	#about_kodawari_center{
		width: 260px;
		height: 260px;
		background: #000;
	}
	#about_kodawari_center img{
		max-width: 195px;
	}
	
	#about_soup_txt{
		width: 100%;
		font-size: 8px;
	}
	
	#about_pork_inner{
		grid-template-columns: 1fr;
	}
	#about_pork_left,
	#about_pork_right{
		width: 100%;
	}
	#about_pork_center{
		position: static;
		text-align: center;
		max-width: 100%;
	}
	#about_pork_img {
		position: static;
		transform: unset;
		max-width: 97%;
		padding: 20px 0;
	}
	#about_pork_txt {
		position: static;
	}
	#about_pork_txt img{
		max-width: 250px;
		margin-bottom: 20px;
	}
	#about_pork_txt p {
		font-size: 11px;
		margin-bottom: 20px;
	}
	
	#about_pork .container{
		border-top: none;
	}
	.about_goods_list{
		grid-template-columns: 1fr;
	}
	.about_goods_list .about_goods_content{
		grid-template-columns: 1fr;
	}
	
	.about_goods_list.about_bg2{
		padding: 0 28px 28px;
		row-gap: 15px;
	}
	
	.about_goods_list .about_goods_content img{
		height: auto;
		display: block;
	}
	
	/*
	travel agent
	*/
	#common_main_header_txt2 h2{
		font-size: 15px;
		padding: 10px 0 5px;
		margin-bottom: 5px;
	}
	#common_main_header_txt2 p{
		font-size: 8px;
	}
	#travel_agent_ttl{
		width: 100%;
		font-size: 14px;
	}
	#travel_agent_fee h2 span{
		display: block;
	}
	#travel_agent_other{
		background: #fff;
		padding-top: 30px;
	}
	#travel_agent_other p{
		font-size: 14px;
	}
	.travel_agent_fee_content{
		font-size: 14px;
	}
	#travel_agent_fee_wrapper{
		padding-bottom: 0;
	}
	
	/*
	recruit
	*/
	#recruit_wrapper header h3{
		font-size: 11px;
		margin-top: 0;
	}
	
	.recruit_staff_grid{
		grid-template-columns: 1fr;
		gap: 0;
	}
	#recruit_info{
		font-size: 10px;
		letter-spacing: 0;
	}
	#recruit_want p{
		height: 40px;
		font-size: 15px;
	}
	#recruit_info2{
		font-size: 8px;
	}
	
	#recruit_staff_list{
		padding: 20px 0 0;
	}
	.recruit_staff_grid img{
		padding: 10px 10px 0;
	}
	.recruit_staff_content{
		padding: 10px;
	}
	.recruit_staff_content h3{
		font-size: 18px;
	}
	.recruit_staff_content p{
		font-size: 11px;
		margin-top: 5px;
	}
	
	.recruit_tb{
		font-size: 9px;
	}
	.recruit_tb th,
	.recruit_tb td{
		display: block;
		width: 100%;
		padding: 12px 18px;
	}
	
	#recruit_bg{
		background: unset;
		padding-bottom: 0;
	}
	
	/*
	sitemap
	*/
	ul#sitemap_list{
		padding: 20px 40px;
		font-size: 14px;
	}
	
	/*
	contact
	*/
	#contact_info{
		font-size: 10px;
		letter-spacing: 0;
		font-weight: bold;
		padding: 0 10px;
	}
	#contact_info2{
		font-size: 10px;
		line-height: 2.4;
		letter-spacing: 0;
		max-width: 100%;
		margin: 20px 10px;
	}
	#contact_form .wpcf7{
		margin: 25px auto;
		padding: 12px 12px;
	}
	#contact_form table th,
	#contact_form table td{
		width: 100%;
		display: block;
	}
	#contact_form table th{
		border-bottom: none;
		padding: 20px 0 5px;
	}
	#contact_form table td{
		padding: 10px 0 35px;
	}
	#contact_form table td .small {
	  margin-top: 5px;
	  letter-spacing: 0;
	}
	#contact_form select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: auto;
		color: #000;
	}
	
	#contact_form input[type="date"]{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 120px;
		padding: 10px;
		text-align: left;
		color: #000;
	}
	#contact_form input[type="date"]::-webkit-date-and-time-value{
		text-align: left;
	}
	
	/*
	btn
	*/
	.btn-more{
		width: 220px;
		font-size: 12px;
		padding: 11px 0;
	}
	.btn-back{
		width: 220px;
		font-size: 12px;
		padding: 11px 0;
	}
	.btn-underarea p{
		font-size: 12px;
	}
	
	.btn-reserve{
		width: 118px;
		font-size: 9px;
	}
	.btn-reserve3{
		width: 230px;
		font-size: 11px;
		padding: 10px;
	}
}

@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes hide{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

.flashing{
   -webkit-animation:flash 2.0s ease-in-out infinite alternate;
   -moz-animation:flash 2.0s ease-in-out infinite alternate;
   animation:flash 2.0s ease-in-out infinite alternate;
}
@-webkit-keyframes flash{
   0% {opacity:0;}
   100% {opacity:1;}
}
@-moz-keyframes flash{
   0% {opacity:0;}
   100% {opacity:1;}
}
@keyframes flash{
   0% {opacity:0;}
   100% {opacity:1;}
} 