@charset 'utf-8';
/*----------------------------------------------------デフォルトCSS*/
/*------------------------------------global*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	text-align: center;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border: none;
	height: auto;
}
ol,ul,dl,dt,dd,li {
	list-style: none;
}
a {
	color: #A99855;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #A99855;
	text-decoration: none;
}
object {
	outline: none;
}

button,
input[type=submit] {
	-webkit-appearance: none;
}

.spc {
	clear: both;
}
.spc hr {
	display: none;
}

/*------------------------------------table*/
table {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
table,tr,td{
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
/*------------------------------------form*/
form,fieldset {
	border: none;
}

/*------------------------------------keyframes*/
@keyframes boyon {
	0% {filter: blur(1px);}
	100% {filter: blur(0);}
}
/*----------------------------------------------------ページ用CSS*/
/*------------------------------------global*/
* {
	font-size: 14px;
	line-height: 1.6;
}
:root {
	--jpn-font: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
}
:focus {
	outline: none;
}
body {
	color: #444;
	background: #FFFDF8;
	margin: 0 auto;
	font-size: 14px;
}
h1 {
	margin: 0 auto;
	text-align: right;
	padding: 0 0.5rem 0.2rem;
}
h1 a {
	color: #fff;
	font-size: 0.8rem;
}
figure {
	margin: 0 auto;
}
img {
	width: auto;
	max-width: 100%;
}

.underconstruction {
	padding: 1rem;
	margin: 1rem;
}
mark {
	background: #fff6c0;
	padding: 0.1rem 0.5rem;
}
h2,
#main h3 {
	font-family: var(--jpn-font);
	font-weight: bold;
	font-size: 2.1rem;
	color: #a99856;
	text-align: center;
	padding: 0.5rem 0;
	border-bottom: 2px solid #d6c06d;
	margin: 0 auto 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main h3 b {
	font-size: 2.1rem;
	line-height: 1.4;
}
h2:after,
h2:before,
#main h3:after,
#main h3:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url(../../img/title_image.png);
	background-size: contain;
	vertical-align: middle;
}
h2:after,
#main h3:after {
	transform: scale(-1, 1);
}
#main h3 span {
	font-size: 1.5rem;
	display: block;
	line-height: 0.8;
	letter-spacing: 1px;
	padding-bottom: 0.3rem;
}
.more {
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), #ffcfbf);
	margin: 0.5rem 0;
	letter-spacing: 2px;
}
.more a {
	color: #fa7f7f;
	font-size: 1.1rem;
	display: block;
	padding: 0.5rem 0;
	cursor: pointer;
}
.more a:after {
	content: '▼';
	padding-right : 5px;
	font-size: 1rem;
	vertical-align: middle;
}
/*------------------------------------header*/
header .head {
	background: #fff;
}
header nav ol,
header .head ul {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	padding: 1rem 0;
}
header .head ul > li.info {
	width: 700px;
	text-align: right;
}
header .head ul > li.info a img,
header nav ol li a img {
	transition: 0.3s;
}
header .head ul > li.info a:hover img,
header nav ol li a:hover img {
	transform: scale(0.96);
	opacity: .6;
}
/*------------------------------------pqz*/
.pqz {
	text-align: left;
	width: 1100px;
	margin: 0.5rem auto;
}
.pqz li {
	display: inline-block;
}
.pqz li::before {
	display: inline-block;
	content: '>';
	margin: 0 0.3rem;
	font-size: 1rem;
	width: 1rem;
	height: 1rem;
}
.pqz li:first-child::before {
	display: none;
}
.pqz li a,
.pqz li span {
	font-size: 0.8rem;
	color: #A99855;
	text-decoration: none;
}
/*------------------------------------section*/
section {
	margin: 0 auto 2rem;
	min-height: 300px;
	max-width: 1100px;
}
/*------------------------------------cast*/
.search {
	text-align: right;
	padding: 0.5rem 0.5rem 0.8rem;
}
.cast {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
	grid-gap: 0.5rem;
	justify-content: space-between;
}
.cast > li {
	border: 1px solid #e5d2a3;
	padding: 0.1rem;
	font-size: 0.7rem;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgb(255, 236, 187));
	text-align: center;
}
.cast > li figure {
	position: relative;
}
.cast > li figure .lazyload {
	width: 100%;
}
.cast > li figure .new {
	position: absolute;
	left: -10px;
	bottom: 10px;
	width: 60px;
}
.cast .time {
	line-height: 2rem;
	background: #fff;
	font-size: 1rem;
}
.cast .name {
	padding: 0.5rem;
	line-height: 0.9;
	font-size: 0.9rem;
}
.cast .name li {
	display: block;
	color: #222;
	font-size: 0.8rem;
}
/*------------------------------------form*/
.post {
	border: 1px solid #d6c06d;
    background: #fff;
	margin-bottom: 1rem;
	padding: 0.5rem;
	font-size: 14px;
}

.post h3 {
	font-size: 1.2rem;
	background-color: #e3d6b2;
	padding: 1rem 0.4rem;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}
.post figure {
	text-align: center;
}
.post .comment {
	font-size: 14px;
	text-align: left;
	padding: 0.5rem;
}
.post .comment * {
	font-size: inherit;
}
/*------------------------------------.list*/
.list li {
	border: 1px solid #d6c06d;
    background: #fff;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	text-align: left;
	line-height: 1.2;
}
.list li:hover {
	transition: 0.2s;
	background: rgba(255,255,255,0.8);
}
.list li figure img {
	margin-bottom: 0.5rem;
}
.list li a {
	color: inherit;
}
.list li a span {
	font-size: 1rem;
	line-height: 1.2;
}
/*------------------------------------form*/
article  dd {
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px dashed #cccccc;
}
form dl dd * {
	font-size: 1.2rem;
}
form dd.blank::before {
	content: '※この項目は必須入力です';
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: #ff6565;
}
form dd.retry::before {
	content: '※未入力項目があります';
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: #ff6565;
}
form dd:last-child {
	width: 100%;
	border: none;
	text-align: center;
}
form label {
	display: inline-block;
	margin-right: 1rem;
}
form ::placeholder {
	color: #ccc;
}
form input[type=submit] {
	color: #ffffff;
	padding: 1rem;
	border: 2px solid #b8860b;
	border-radius: 5px;
	background: #b8860b;
}
article form dd select{
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 60%;
    border: solid 1px #aaa;
    margin: 0;
    padding: 10px;
    background: none transparent;
    background-image: url('/img/icon_select.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right;
	background-color: #fff;
    vertical-align: middle;
    font-size: inherit;
}
article form dd select option{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
article form dd textarea,
article form dd input[type="text"]{
	box-sizing: border-box;
	padding:10px;
	font-size:1.0rem;
	line-height:1.0em;
}
article form dd textarea {
	width: 80%;
	min-height: 150px;	
	overflow: auto;
}

article form dd label {
	font-size: 15px;
}
article form dd input[type=radio] {
	display: none; 	/* ラジオボタンを非表示にする */
}

article form dd input[type="radio"]:checked + .lever {
	background: #ff9090;/* マウス選択時の背景色を指定する */
	color: #ffffff; 	/* マウス選択時のフォント色を指定する */
}

article form dd .lever:hover {
	background-color: #fff;
}

article form dd .lever {
	display: block;		/* ブロックレベル要素化する */ 
	margin: 5px;		/* ボックス外側の余白を指定する */
	width: 100px;		/* ボックスの横幅を指定する */
	height: 45px;		/* ボックスの高さを指定する */
	text-align: center;	/* テキストのセンタリングを指定する */
	line-height: 45px;	/* 行の高さを指定する */
	cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #ff6565;/* ボックスの境界線を実線で指定する */
	border-radius: 5px;	/* 角丸を指定する */
	padding: 0 0.5rem;
}
dd.submit_box input.reservesub,
article form dd input[type=submit] {
	margin: 10px 0;
	padding: 5px 50px;
	letter-spacing: 2px;
	cursor: pointer;
}
/*------------------------------------footer*/
footer {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #A99855;
}
footer ,
footer * {
	font-style: normal;
	font-size: 0.8rem;
}
footer p a,
footer p,
footer nav ol li a {
	font-size: 0.9rem;
}
footer .description {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	color: #999;
	font-size: 0.8rem;
	padding: 1rem 0.5rem;
}
footer nav {
	margin: 0.2rem auto 0.5rem;
}
footer p {
	margin: 0 auto;
}
footer figure {
	margin: 0 auto 1rem;
	width: 180px;
}
footer address {
	margin: 0 auto;
}
/*----------------------------------------------------forPC*/
@media (min-width: 769px) {
	.sp {
		display: none;
	}
	h1 {
		min-width: 1100px;
		background: #efece3;
		background: rgba(209,193,137,0.8);
	}
	footer {
		min-width: 1100px;
	}
	footer nav ol {
		display: flex;
		width: 1000px;
		margin: 0 auto;
		padding: 1rem;
		justify-content: space-around;
		align-items: center;
	}
	footer nav ol li a b {
		display: none;
	}
}
/*----------------------------------------------------forSP*/
@media (max-width: 768px) {
	.pc {
		display: none;
	}
	h1 {
		height: 1rem;
		overflow: hidden;
	}
	header {
		height: 75px;
	}
	header .head {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
		background: #fffd;
	    z-index: 100;
	}
	header .head ul {
		display: grid;
		width: 100%;
		min-width: 320px;
		grid-template-columns: 55px 1fr 55px;
		grid-gap: 0.3rem;
		justify-content: space-between;
		align-items: center;
		padding: 0.3rem;
		border-bottom: 1px solid #CC9900;
	}
	header .head .menu::before {
		display: block;
		content: '';
		width: 55px;
		height: 55px;
		background: url('/img/bt-menu.png') no-repeat center center;
		background-size: 100%;
	}
	header .head .logo img {
		height: 66px;
	}
	header .head .tel::before {
		display: block;
		content: '';
		width: 55px;
		height: 55px;
		background: url('/img/bt-tel.png') no-repeat center center;
		background-size: 100%;
	}
	header .head .tel img,
	header .head .reserve {
		display: none;
	}
	header nav {
		display: none;
	}
	.pqz {
		width: 100%;
		margin: 0;
		padding: 0.3rem;
	}
	main article {
		margin-bottom: 2rem;
	}
	h2, #main h3 {
		font-size: 1.8rem;
		margin: 0 auto;
	}

	.cast {
		padding: 0.5rem;
		grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
		justify-content: space-between;
	}
	.cast .time {
		font-size: 0.9rem;
	}

	article form dl {
		text-align: left;
	}
	article form dt {
		padding: 0 0.5rem;
	}
	article form dd p {
		font-size: 0.8rem;
	}
	article form dd textarea {
		width: 100%;
		min-height: 150px;	
		overflow: auto;
	}

	footer nav {
		font-family: var(--jpn-font);
		display: block;
		transition: 0.3s;
		z-index: 201;
		width: 80%;
		margin: 0 auto;
		padding: 1rem 1.5rem;
		position: fixed;
		top: 0;
		bottom: 20%;
		text-align: center;
		left: -200vw;
		background: rgba(255,255,255,0.9);
		height: 120vh;
		text-align: left;
	}
	footer nav.visible {
		left: 0;
	}
	footer nav::before {
		content: '×メニューを閉じる';
		display: inline-block;
	    color: #ffffff;
	    cursor: pointer;
	    font-size: 0.8rem;
	    font-weight: bold;
		margin-bottom: 0.5rem;
	    padding: 0.2rem 0.3rem;
	    border-radius: 0.3rem;
	    background: #555;		
	}
	footer nav ol li a {
		display: block;
	    padding: 0.5rem;
	    font-size: 0.8rem;
	    color: #444;
	}
	footer nav ol li a b {
	    font-size: 1.2rem;
	    font-weight: normal;
	    padding-right: 0.5rem;
	    letter-spacing: 1px;
	}

	footer .info {
		background: #fff;
	    font-family: var(--jpn-font);
	    font-weight: bold;
	    margin: 1rem auto;
	    padding: 0.5rem 0;
	    border-bottom: 1px solid #dcd0aa;
	}
	footer .info a {
		color: #333;
	    font-size: 1.2rem;
	    letter-spacing: 1px;
	}
}

