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

:root {
	--mainbgcolor :#f7f0e8;
}
* {
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	max-width: 100%;
	vertical-align :bottom;
}
html {
  font-size: 62.5%;
}

body {
	font-family: 'Lato', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.wrapper {
	background-color: var(--mainbgcolor);
	font-size: 1.6rem;
}
header {
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 100px 0;
}
.header__list {
	display: flex;
}
.gloval__navi {
	width: 240px;
	flex-shrink: 0;
	min-height: 450px;
}
.head__mainimg {
	width: 800px; 
	background: url("img/headermain024.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg02 {
	width: 800px; 
	background: url("img/headermain08.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg03 {
	width: 800px; 
	background: url("img/headermain012.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg04 {
	width: 800px; 
	background: url("img/headermain015.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg05 {
	width: 800px; 
	background: url("img/headermain20.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg06 {
	width: 800px; 
	background: url("img/headermain030.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg07 {
	width: 800px; 
	background: url("img/headermain040.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg08 {
	width: 800px; 
	background: url("img/headermain042.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}
.mainimg09 {
	width: 800px; 
	background: url("img/headermain043.jpg") no-repeat center;
	background-size: cover;
	height: 500px;
}

.header__logo {
	max-width: 164px;
	padding: 60px 0;
}
.glnavi__list {
	font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
}
.glnavi__list li {
	padding: 1.8rem 0 0;
}
.menu__navi {
	display: block;
	transition: all .3s;
	height: 42px;
	overflow: hidden;
	padding: 3px 0;
}
.menu__navi:hover {
	color: #888888;
	transition: all .3s;
}
.header__img2 {
	width: 240px;
	flex-shrink: 0;
}
.header__img3 {
	width: 330px;
	background: #000;
	position: relative;
	overflow: hidden;
}
.header__img3 img {
	width: 80%;
	padding: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.header__img4 {
	width: 470px;
	background: url("img/headersub3_3.jpg") no-repeat center center /cover;
}
.header__img5 {
	width: 470px;
	background: url("img/headersub3_4.jpg") no-repeat center center /cover;
}
.header__img6 {
	width: 470px;
	background: url("img/headersub3_2.jpg") no-repeat center center /cover;
}
.header__img7 {
	width: 470px;
	background: url("img/headersub3_5.jpg") no-repeat center center /cover;
}
.header__img8 {
	width: 470px;
	background: url("img/headersub3_6.jpg") no-repeat center center /cover;
}
.header__img9 {
	width: 470px;
	background: url("img/headersub3_8.jpg") no-repeat center center /cover;
}
.header__img10 {
	width: 470px;
	background: url("img/headersub3_9.jpg") no-repeat center center /cover;
}
.header__img11 {
	width: 470px;
	background: url("img/headersub3_10.jpg") no-repeat center center /cover;
}

.top__catchphrase {
	font-size: 4.8rem;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	padding: 56px 0;
}
.top__catchphrase  span {
	font-size: 2.8rem;
}
.top__aboutyahho {
	background-color: #2f2110;
	display: flex;
	justify-content: center;
	align-content: stretch;
	width: 100%;
	padding: 32px 0;
}
.top__aboutyahholeft, .top__aboutyahhoright {
	width: 50%;
}
.top__aboutyahholeft {
	background-color: var(--mainbgcolor);
	position: relative;
	padding: 80px;
	text-align: right;
}
.top__aboutyahhoright {
	background: url("img/dish06.jpg") no-repeat center center;
	background-size: cover;
	min-height: 460px;
}
.top__aboutyahholeft--inner {
	max-width: 440px;
	margin-left: auto;
}
.top__middlelogo {
	width: 160px;
}
.top__abouttext {
	padding: 32px 0 16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.top__linkbutton {
	width: 100%;
	background: #0f0e0c;
}
.top__linkbutton_wrap {
	display: flex;
	justify-content: center;
	padding: 12px;
}
.top__middle_menu {
	height: 613px;
	width: 313px;
	margin: 0 6px;
	position: relative;
}

.button__item01 {
	background: url("img/top_button01.jpg") no-repeat top left;
	transition: .5s ease-out;
}
.button__item01:hover {
	background: url("img/top_button01_02.jpg") no-repeat top left;
	transition: all .5s ease-out;
}
.button__item02 {
	background: url("img/top_button02.jpg") no-repeat top left;
	transition: .5s ease-out;	
}
.button__item02:hover {
	background: url("img/top_button02_02.jpg") no-repeat top left;
	transition: all .5s ease-out;
}
.button__item03 {
	background: url("img/top_button03.jpg") no-repeat top left;
	transition: .5s ease-out;	
}
.button__item03:hover {
	background: url("img/top_button03_02.jpg") no-repeat top left;
	transition: all .5s ease-out;
}

.top__middle_menu:hover div {
	height: 240px;
	transition: all .5s ease-out;
}
html .middle_linkbutton {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 12px;
	background: #ef9f40;
	text-align: center;
	color: #fff;
	transition: all .2s ease-out;
}
html .middle_linkbutton:hover {
	width: 220px;
	transition: all .2s ease-out;
}
.top__linkbutton_wrap div {
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	margin: auto;
	height: 50px;
	overflow: hidden;
	transition: all .5s ease-out;
}
.top__linkbutton_wrap h4 {
	text-align: center;
}
.top__linkbutton_wrap p {
	padding: 24px 24px;
	color: #fff;
}
html .moreinfo__button {
	padding: 10px;
	display: inline-block;
	margin-left: auto;
	background: #2f2110;
	color: #fff;
	text-align: center;
	transition: all .5s;
}
html .moreinfo__button:hover {
	color: #DDDDDD;
	padding: 10px 20px;
	transition: all .5s;
}
.top__content-list {
	display: flex;
	max-width: 1140px;
	justify-content: space-around;
	margin: 0 auto;
	padding: 80px 50px;
}
.content-list__menu {
	width: 334px;
	background: url("img/top_menubox.jpg") no-repeat center bottom;
	height: 380px;
	overflow: hidden;
}
.content-list__menu--inner-wrap {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.content-list__menu--inner {
	clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 70%);
	background: #07493a;
	box-shadow: 5px 10px 5px rgba(0, 0, 0, .5);
	transition: all .5s;
	height: 380px;
}
.content-list__menu--inner:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 65%, 0% 75%);
	transition: all .5s;
}
.content-list__access {
	width: 334px;
	background: url("img/room2.jpg") no-repeat center top;
	height: 380px;
	overflow: hidden;
}
.content-list__access--inner-wrap {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.content-list__access--inner {
	clip-path: polygon(100% 50%, 100% 100%, 0% 100%, 0% 60%);
	background: #fff;
	box-shadow: 5px 10px 5px rgba(0, 0, 0, .5);
	transition: all .5s;
	height: 380px;
}
.content-list__access--inner:hover {
	clip-path: polygon(100% 40%, 100% 100%, 0% 100%, 0% 50%);
	transition: all .5s;
}
.content-list__policy {
	width: 334px;
	background: url("img/minimap.jpg") no-repeat center bottom;
	height: 380px;
	overflow: hidden;
}
.content-list__policy--inner-wrap {
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
.content-list__policy--inner {
	clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 0% 50%);
	background: #720813;
	box-shadow: 5px 10px 5px rgba(0, 0, 0, .5);
	transition: all .5s;
	height: 380px;
}
.content-list__policy--inner:hover {
	clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 60%);
	transition: all .5s;
}
.top__content-list h4 {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 2.4rem;
	color:#fff;
}
.menubox__content {
	padding: 32px 16px 0;
	text-align: center;
}
.menubox__content02 {
	padding: 220px 16px 0;
	text-align: center;
}
.menubox__content02 h4 {
	color: #000;
}
.menubox__text {
	padding: 6px 12px 18px;
	color: #fff;
	font-size: 1.6rem;
	text-align: left;
}
.menubox__text02 {
	padding: 6px 12px 18px;
	color: #2f2110;
	font-size: 1.6rem;
	text-align: left;
}
.top__content-list .menubox__button {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid var(--mainbgcolor);
	text-align: center;
	color: var(--mainbgcolor);
	transition: all .3s ease-out;
}
.menubox__content02 .menubox__button {
	color: #2f2110;

}
.menubox__button:hover {
	background: #2f2110;
	color: var(--mainbgcolor);
	transition: all .3s ease-out;
}
footer {
	background: #000;
	width: 100%;
	color: #fff;
	text-align: center;
}
.footer__logo_wrapper {
	margin: 0 auto;
	max-width: 1040px;
	padding: 60px 0 30px;
	text-align: center;
}
.footer__logo {
	width: 680px;
}
.foot__menu {
	display: flex;
	justify-content: center;
}
.foot__menu li {
	padding: 12px 12px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
footer .footer__menu-link {
	color: var(--mainbgcolor);
	display: block;
	transition: all .5s;
}
footer .footer__menu-link:hover {
	color: #C3C3C3;
	transition: all .5s;
}
.copyright {
	padding: 12px 0;
	text-align: center;
	font-size: 1.6rem;
}

/* subpage-css */
.aboutpage footer {
	padding-top: 120px;
}
.subpage__title {
	max-width: 800px;
}
.subpage__navititle {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
}
.subpage_menu__list01 {
	width: 330px;
	height: 280px;
	background: url("img/headersub3.jpg") no-repeat center / cover;
}
.subpage_menu__list02 {
	width: 470px;
	height: 280px;
	background: url("img/headersub3.jpg") no-repeat center center / cover;
}
.subpage_menu__list03 {
	width: 800px;
}
.top__catchphrase .about_subtitle {
	display: block;
	text-align: center;
	font-family: 'Lato', 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	padding: 6px 0;
}
.about_lunch {
	background: url("img/about2.jpg") no-repeat center bottom;
	width: 100%;
	height: 1100px;
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10vw), 0% 100%);
	padding: 64px 0 0;
	position: relative;
	z-index: 10;
}
.about_bginner {
	max-width: 1040px;
	position: relative;
	margin: 0 auto;
}
.about__lunchtitle {
	width: 680px;
	margin-left: auto;
	text-align: center;
	position: relative;
}
.about__lunchtitle h3 {
	position: relative;
	z-index: 10;
}
.lunch__int {
	position: relative;
	z-index: 5;
	background: rgba(255,255,255,.5);
	width: 670px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
	margin: -30px 0 0;
	padding: 36px 48px 64px;
	text-align: left;
}
.lunch__int h4 {
	font-size: 2.4rem;
	text-align: center;
	padding: 24px 0 18px;
}
.lunch__int p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.about__dinner {
	position: relative;
	width: 100%;
	height: 1100px;
	clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10vw), 0% 100%);
	padding: 256px 0 0;
	background: url("img/about_dinnerbg02.jpg") no-repeat center bottom;
	margin: -11vw 0;
	z-index: 5;
}
.about__dinnertitle {
	width: 680px;
	text-align: center;
	position: relative;
}
.dinner__int {
	box-shadow: 5px 5px 10px rgba(0,0,0,.4);
}

/* メニューラベル */
input[type="radio"] {
	display: none;
}
.tab_panel {
	display: none;
}
.lunch_label {
	z-index: 10;
}
.menu-content {
	position: relative;
	margin: -1px 0 0;
}
#panel1 {
	border-top: 1px solid #ef9f40;
	position: relative;
	z-index: 5;
}
#panel2 {
	background: #050821;
	position: relative;
	color: #fff;
}
#lunch:checked ~ .menu-content #panel1 {
	display: block;
}
#dinner:checked ~ .menu-content #panel2 {
	display: block;
	z-index: 20;
}
.tab_area {
	display: flex;
	justify-content: center;
}
.tab_panel {
	width: 100%;
	text-align: center;
	padding: 90px 0 0;
}
.tab_area label {
	display: block;
	cursor: pointer;
	padding: 0 22px;
}
.lunch__list01 {
	width: 100%;
	background: url("img/lunch_roastpork.jpg") no-repeat calc(50% - 433px) top;
	height: 446px;
	position: relative;
}
.lunch__list02 {
	width: 100%;
	background: url("img/lunch_hotdog.jpg") no-repeat right calc(50% - 433px) top;
	height: 446px;
	position: relative;
	margin: 46px 0;
}
.lunch__list03 {
	width: 100%;
	background: url("img/lunch_curry.jpg") no-repeat calc(50% - 433px) top;
	height: 446px;
	position: relative;
	margin: 0 0 120px;
}
.dinner__list01 {
	width: 100%;
	background: url("img/dinner_lemonsour.jpg") no-repeat calc(50% - 433px) top;
	height: 446px;
	position: relative;
}
.dinner__list02 {
	width: 100%;
	background: url("img/dinner_cocoa.jpg") no-repeat right calc(50% - 433px) top;
	height: 446px;
	position: relative;
	margin: 46px 0;
}
.dinner__list03 {
	width: 100%;
	background: url("img/dinner_wine.jpg") no-repeat calc(50% - 433px) top;
	height: 566px;
	position: relative;
	padding: 0 0 120px;
}

.menu__textbox {
	max-width: 560px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	position: absolute;
	padding: 20px 20px 0 160px;
	text-align: left;
}
.menu__textbox02 {
	max-width: 560px;
	margin: 0 auto;
	top: 0;
	right: 50%;
	position: absolute;
	padding: 20px 160px 0 20px;
	text-align: right;
}

.lunch__text {
	padding: 20px 0 0;;
}
.menu__textbox02 .lunch__text {
	text-align: left;
}
#map {
	width: 100%;
	height: 640px;
}
.access__logo {
	max-width: 240px;
	margin: 0 auto;
	padding: 0 0 8px;
}
.access__add {
	text-align: center;
	font-size: 1.8rem;
}
.access__road {
	padding: 0 0 8px;
	text-align: center;
}
.access__img {
	display: flex;
}
.access__img li {
	width: 50%;
}
.shopinfo {
	max-width: 1080px;
	margin: 120px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.infotitle {
	writing-mode:vertical-rl;
	padding: 0 20px 0;
	font-size: 2.4rem;
	font-family: 'Yu Mincho', YuMincho, 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	border-left: 1px solid #222;
	letter-spacing: .3rem;
}
.info__text {
	min-width: 50%;
}
.info__text dl {
	display: grid;
	grid-template-columns:1fr 70%;
	grid-gap: 20px 20px;
	gap:20px 20px;
}
.link_block {
	display: block;
	width: 100%;
	height: 100%;
}
.info__text dl dt {
	color: #565656;
}
.map_wrap {
}
html body .moreinfo__alink {
	text-decoration: underline;
	color: #B55103;
}
.cform01 {
	height: 30px;
}
.form_button {
	margin: 24px auto;
	display: flex;
	justify-content: center;
}
.form_button input {
	padding: 0 15px;
	margin: 0 15px;
}
.nor_t {
	display: block;
	position: relative;
	transition: all .5s;
}
html .hover_t {
	display: block;
	font-size: 2.0rem;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #78a4b3;
}
a:hover .nor_t {
	margin: -36px 0 0;
	transition: all .5s;
}
.rentalspace_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1060px;
	padding: 20px 10px 0;
	margin: 0 auto;
}
.rental_left {
	max-width: 480px;
}
.rental_right {
	max-width: 540px;
	padding-left: 20px;
}
.tblwrap01 {
	max-width: 520px;
	overflow-x: auto;
}
.tbl01 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	background: #ccc;
}
.tbl01 th {
	background: #40658C;
	text-align: left;
	padding: 12px 24px;
	white-space: nowrap;
	color: #fff;
}
.tbl01 td {
	padding: 12px 24px;
	background: #CEE5EC;
}
html .tbl01 .night_time {
	background: #A2BCD7;
}
.space__about {
	padding: 24px 0;
}
.space_plan {
	padding: 24px 0 0;
	font-size: 2.4rem;
}
.rental_img {
	padding: 8px 0 0;
}
.space_option {
	padding: 24px 0;
}
.space_option h4 {
	font-size: 2rem;
}
.reserve {
	padding: 32px 0 64px;
	display: flex;
	justify-content: center;
}
html .reserve_btn {
	width:120px;
	height: 40px;
	line-height: 40px;
	background: #B55103;
	color: #fff;
	margin: 0 12px;
	text-align: center;
	transition: all .3s;
	font-size: 1.6rem;
}
html .reserve_btn:first-child{
	background: #034457;
}
html .reserve_btn:hover {
	background: none;
	color: #222;
	border: 1px solid #B55103;
	transition: all .3s;
	width: 140px;
}
html .reserve_btn:first-child:hover {
	border: 1px solid #034457;
}
.access_takeout {
	padding: 0 0 12px;
}
.phone_number {
	font-size: 2.4rem;
	text-align: right;
}
.shopinfo img {
	padding: 12px 0;
}