/* デフォルトスタイルをリセット -start- */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before,
::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
/* デフォルトスタイルをリセット -end- */

body {
	font-family: "Yu Mincho";
	background-color: #fccda3;
	background-image: url("../img/bkg01.png");
	background-repeat: repeat;
	background-blend-mode: screen;
}

/* 看板 -start- */
.title-image {
	text-align: center;
	margin: 20px;
	background-color: #c9a884;
}
.title-image img {
	max-width: 100%;
	height: auto;
}
/* 看板 -end- */

footer {
	display: flex;
	justify-content: center;
	padding: 5px;
	/*background-color: #6e3607;*/
	color: #fff;
}

#top {
	font-size: 18px;
	margin: 5px 10px;
	padding: 10px 20px;
	border-radius: 10px 10px 10px 10px;
	color: rgb(0, 0, 0);
	background: #c9a884;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.telephone a {
	font-size: 1.5em;
	color: black;
	text-decoration: none;
}

.contents1 {
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 10px 10px 10px 10px;
	margin: 20px 20px 50px 20px;
	color: rgb(0, 0, 0);
	background: #c9a884;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.contents1 img {
	max-height: 100vh;
}
.contents1 .staff-text {
	vertical-align: top;
	margin: 10px;
}
.menu-title {
	width: 100%;
	height: 100px;
	background-color: #584d14;
	color: white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 80px;
	text-align: center;
}
.image-vw {
	height: 70px;
}
/* メニュー -start- */
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #424612c7;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: "";
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(
		255,
		255,
		255,
		0
	); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: #37382de0;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 20px;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%; /*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #37382de0;
	transition: all 0.5s; /*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: 0; /*メニューを画面内へ*/
}
/* バーガーメニュー -end- */
#page-top {
	position: fixed;
	right: 5px;
	bottom: 20px;
	height: 50px;
	text-decoration: none;
	font-weight: bold;
	transform: rotate(90deg);
	font-size: 90%;
	line-height: 1.5rem;
	color: #ffffff;
	padding: 0 0 0 35px;
	border-top: solid 1px;
}
#page-top::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 15px;
	border-top: solid 1px;
	transform: rotate(35deg);
	transform-origin: left top;
}
/* テーブル -start- */
.table1 {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	font-size: 1.2em;
	border: solid 1px #ffe666;
	border-radius: 5px;
}
.table1 th {
	background-color: #150a01;
	color: white;
}
.table1 td {
	width: 70%;
}
.price-div {
	display: flex;
	justify-content: flex-end;
}
.price {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6c6556;
}

.price th {
	width: 130px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 9px;
	text-align: right;
	color: white;
	background-color: #584d14;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9be79;
}

.price td {
	font-weight: bold;
	background: rgb(255, 222, 160);
	width: 180px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c6556;
}
/* テーブル -end- */

.iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* スライドショー */
.main_imgBox {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.main_img {
	z-index: 10;
	opacity: 0;
	width: 100%;
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 36s 0s infinite;
	animation: anime 36s 0s infinite;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}

.main_img:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24s;
}

.main_img:nth-of-type(6) {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 1;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
		transform: scale(1.2);
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
