@charset "utf-8";

@media screen and (max-width:1200px) {}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {}
/*==================================================
$common
==================================================*/
body {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
}
a {color: inherit;text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
.nopc {display: none !important;}
img {max-width: 100%;}

main {
	overflow: hidden;
}

body::before {
	content: "";
    background: url(../img/left.png) no-repeat center/cover;
    width: 222px;
    height: 829px;
    position: fixed;
    bottom: 0;
    left: 0;
		z-index: 1;
}

body::after {
	content: "";
    background: url(../img/right.png) no-repeat center/cover;
    width: 172px;
    height: 949px;
    position: fixed;
		top: 50%;
    transform: translateY(-50%);
    right: 0;
		z-index: 1;
}

.MV_box {
	min-width: 1367px;
	width: 100%;
	position: relative;
}

.MV_box img {
	width: 100%;
}

.MV_box .link_box {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}

.MV_box .link_box a.reserve {
	margin-bottom: 0;
}

.contents_box {
	background: url(../img/bg.png) repeat center/cover;
	background-size: contain;
}

.inner {
	width: 1074px;
	margin: 0 auto;
}

.sec01 {
	padding-top: 90px;
	text-align: center;
	margin-bottom: 140px;
}

.sec01 h2 {
	margin-bottom: 50px;
}

.sec01 .img {
	margin: 80px 0 70px;
}


.link_box a.reserve,
.menu_link a.reserve {
	/* width: 400px; */
	width: 389px;
	display: block;
	margin: 0 auto 40px;
	padding: 20px 30px 20px 100px;
	background-color: #E53F2B;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	border-right: 10px solid #92271A;
	border-bottom: 10px solid #92271A;
	transition: .2s;
	cursor: pointer;
}

.link_box a.reserve.btn2 {
	padding: 20px 30px 20px 120px;
}

.link_box a.reserve::before,
.menu_link a.reserve::before {
	content: "";
    background: url(../img/reserve_ico.png) no-repeat center/cover;
    width: 38px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65px;
}

.link_box a.reserve:hover {
	border-right: 0 solid #92271A;
	border-bottom: 0 solid #92271A;
	transform: translate(5px, 5px);
}

.link_box p {
	font-size: 20px;
	text-align: center;
}

.link_box a.tel {
	display: block;
	pointer-events: none;
}

.sec02 {
	margin-bottom: 140px;
}

.sec02 h2 {
	text-align: center;
	margin-bottom: 80px;
}

.menu_box01,
 .menu_box02,
 .menu_box03,
 .menu_box04{
	position: relative;
}

.menu_box01 .txt_box {
	position: absolute;
	top: 60px;
	left: 90px;
	font-size: 24px;
	font-weight: bold;
}

.menu_box01 .txt_box img,
.menu_box02 .txt_box img,
.menu_box03 .txt_box img,
.menu_box04 .txt_box img {
	display:block;
	margin: 15px 0;
}

.menu_box01 .img_box,
.menu_box03 .img_box {
	text-align: right;
}

.menu_box02 {
	margin-top: 15px;
}

.menu_box02 .txt_box {
	position: absolute;
	top: 70px;
	right: 10px;
	font-size: 24px;
	font-weight: bold;
}

.menu_box03 {
	margin-top: 90px;
}

.menu_box03 .txt_box {
	position: absolute;
	top: 60px;
	left: 90px;
	font-size: 24px;
	font-weight: bold;
}

.menu_box04 {
	margin-top: 100px;
}

.menu_box04 .txt_box {
	position: absolute;
	top: 70px;
	right: -60px;
	font-size: 24px;
	font-weight: bold;
}

.menu_box01::before {
	content: "";
    background: url(../img/sec02_01.png) no-repeat center/cover;
    width: 268px;
    height: 255px;
    position: absolute;
    top: -120px;
    left: -90px;
}

.menu_box02::before {
	content: "";
    background: url(../img/sec02_02.png) no-repeat center/cover;
    width: 514px;
    height: 274px;
    position: absolute;
    top: 140px;
    right: -410px;
}

.menu_box03::before {
	content: "";
    background: url(../img/sec02_03.png) no-repeat center/cover;
    width: 367px;
    height: 216px;
    position: absolute;
    top: 280px;
    left: -240px;
}

.menu_box04::before {
	content: "";
    background: url(../img/sec02_04.png) no-repeat center/cover;
    width: 267px;
    height: 188px;
    position: absolute;
    top: 240px;
    right: -170px;
}

.menu_box01::after {
	content: "";
    background: url(../img/ashi01.png) no-repeat center/cover;
    width: 240px;
    height: 165px;
    position: absolute;
    bottom: -30px;
    left: 140px;
}

.menu_box02::after {
	content: "";
    background: url(../img/ashi02.png) no-repeat center/cover;
    width: 156px;
    height: 212px;
    position: absolute;
    bottom: -140px;
    right: 220px;
}

.menu_box03::after {
	content: "";
    background: url(../img/ashi03.png) no-repeat center/cover;
    width: 197px;
    height: 213px;
    position: absolute;
    bottom: -110px;
    left: 170px;
}

.sec03 {
	margin-top: 140px;
	padding-bottom: 140px;
	width: 1000px;
	margin: 0 auto;
}

.sec03 .syousai {
	background: url(../img/sec03_bg_pc.png) no-repeat center/contain;
	padding: 60px 120px 50px;
	margin-bottom: 80px;
}

.sec03 .syousai h3 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.sec03 .syousai table {
	width: 100%;
	color: #fff;
	font-size: 15px;
}

.sec03 .syousai table tr {
	border-bottom: 1px solid #fff;
}

.sec03 .syousai table tr.no_line {
	border-bottom: none;
}

.sec03 .syousai table th {
	width: 145px;
	font-weight: bold;
}

.sec03 .syousai table th,
.sec03 .syousai table td {
	padding: 18px 0;
}

.sec03 .syousai table tr.no_top th,
.sec03 .syousai table tr.no_top td {
	padding: 0 0 15px;
}

footer {
	text-align: center;
	padding: 25px 0;
	font-size: 12px;
}

footer .logo {
	margin: 7px 0;
}

/* ポップアップ中身 */
.area_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: .3s;
}
.area_lightbox.active {
  pointer-events: auto;
  opacity: 1;
}
.area_lightbox_wrap {
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area_lightbox div.lightbox_contents {
  /* max-width: 530px; */
  max-width: 900px;
  width: 90%;
  background: #fff;
  border-radius: 40px;
  padding: 30px 80px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: auto;
  position: relative;
  top: 30px;
  transition: .3s;
  min-height: 250px;
	overflow-y: auto;
  max-height: 94vh;
}
.area_lightbox.active div.lightbox_contents {
  top: 0;
}
.area_lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.area_lightbox .close::before,
.area_lightbox .close::after {
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.area_lightbox .close::after {
  transform: rotate(-45deg);
}
.area_lightbox div.lightbox_contents dl {
  width: 100%;
  position: relative;
  display: none;
}
.area_lightbox div.lightbox_contents dl.active {
  display: block;
}
.area_lightbox div.lightbox_contents dl dt {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #7E7E7E;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.area_lightbox div.lightbox_contents dl dt::before {
  content: '';
  width: 25px;
  height: 30px;
  background: url(../img/ico_map.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}
.area_lightbox div.lightbox_contents dl dd {
  max-width: 320px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.area_lightbox div.lightbox_contents dl dd span {
  margin: 0 10px;
}
.area_lightbox .contact {margin: 20px 0;padding: 10px;border: solid 1px #ccc;border-radius: 10px;width: 80%;}

.area_lightbox div.lightbox_contents .reseerve_list {
	margin-bottom: 20px;
	width: 100%;
}

.area_lightbox div.lightbox_contents .reseerve_list:last-of-type {
	margin-bottom: 0;
}

.area_lightbox div.lightbox_contents h3 {
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #42210B;
	text-align: center;
	display: block;
	width: 100%;
}

.area_lightbox div.lightbox_contents strong {
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #42210B;
	position: relative;
}

.area_lightbox div.lightbox_contents p {
	font-size: 14px;
	margin-bottom: 20px;
}

.area_lightbox div.lightbox_contents strong.reserve01::after {
	content: "";
    background: url(../img/reserve_01.png) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    display: inline-block;
    margin-left: 10px;
}

.area_lightbox div.lightbox_contents strong.reserve02::after {
	content: "";
    background: url(../img/reserve_02.png) no-repeat center/cover;
    width: 69px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    display: inline-block;
    margin-left: 10px;
}

.area_lightbox div.lightbox_contents strong.reserve03::after {
	content: "";
    background: url(../img/reserve_03.png) no-repeat center/cover;
    width: 108px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    display: inline-block;
    margin-left: 10px;
}

.area_lightbox div.lightbox_contents .reseerve_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li {
	max-width: 229px;
	width: 30.13%;
	margin-right: 15px;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a {
	background-color: #E53F2B;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-right: 5px solid #92271A;
	border-bottom: 5px solid #92271A;
	display: flex;
	align-items: center;
	height: 67px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	transition: .2s;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a span {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: -15px;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a span.under {
	margin-bottom: 0;
    margin-top: -15px;
}

.area_lightbox div.lightbox_contents .reseerve_list ul li a:hover {
	border-right: 0 solid #92271A;
	border-bottom: 0 solid #92271A;
	transform: translate(3px, 3px);
}

header {
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 90;
}

header img  {
	position: relative;
	z-index: 100;
}

header img.open {
	display: none;
}

header img.open.active {
	display: block;
}

header img.no_open.active {
	display: none;
}

header ul {
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 215px;
	background-color: #C69C6D;
	text-align: center;
	display: none;
	z-index: 90;
}

header ul li {
	width: 233px;
	border-top: 1px solid #42210B;
}

header ul li a {
	padding: 40px 0;
	font-size: 18px;
	color: #42210B;
	font-weight: bold;
	display: block;
}
/* 220610_mv */
.movie {
	padding: 60px 0 80px;
    background: #071403;
}
.image_mv {
	position: relative;
    width: 60%;
    padding-top: 33.82%;
    margin: auto;
}
.image_mv iframe {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sp_fixbtn {
	display: none;
}
/* a.anchor{
	display: block;
	padding-top: -50px;
	margin-top: -70px;
} */

/* 220704 */
.rokko {
	max-width: 901px;
	margin: 0 auto 110px;
	border: 3px solid #000;
	padding: 40px 150px 60px;
}

.rokko .rokko_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.rokko .rokko_title span {
	display: inline-block;
	position: relative;
	padding: 0 90px 0 90px;
}

.rokko .rokko_title span::before {
	content: "";
background: url(../img/rokko_bfo.png) no-repeat center/cover;
width: 44px;
height: 23px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
}

.rokko .rokko_title span::after {
	content: "";
background: url(../img/rokko_af.png) no-repeat center/cover;
width: 44px;
height: 23px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}

.rokko .rokko_title strong {
	font-size: 40px;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.rokko .rokko_title strong::after {
	content: "";
background-color: #E53F2B;
width: 100%;
height: 10px;
position: absolute;
bottom: 12px;
left: 0;
z-index: -1;
}

/* 230711 */
.menu_link a.reserve {
	width: 480px;
	background-color: #2b5619;
	border-right: 10px solid #163709;
    border-bottom: 10px solid #163709;
}

.menu_link a.reserve::before {
	left: 45px;
}

.menu_link a.reserve::after {
	content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 0;
    bottom: 12px;
    right: 25px;
    margin: auto;
    transform: rotate( 135deg );
    transition: .3s;
    z-index: 10;
}

.menu_link a.reserve.active::after {
	bottom: -13px;
    transform: rotate( 315deg );
}

.d_menu_list_box_main {
	display: none;
}

.d_menu_list_box {
	background-color: rgb(255 255 255 / 60%);
    padding: 80px 100px;
    border-radius: 0px;
    box-shadow: 20px 20px 0px 0px rgba(170, 97, 20, 0.31);
    margin-bottom: 210px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.d_menu_list_box ul {
	width: 48%;
	font-size: 17px;
}

.d_menu_list_box ul li {
	margin-bottom: 20px;
}

.d_menu_list_box ul li strong {
	display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu_box01 {
	margin-top: 160px;
}
