@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	font-family: 'M PLUS Rounded 1c', serif;
	background-size: 100%;
	background: linear-gradient(to right, #fffdfa, #ffeaea, #fde4dc, #ffefe8, #FFF7F7);
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
	width: 100%;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}
}

.disnon {
	display: none;
}

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 30px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 15px auto;
	align-items: flex-end;
}

a.godetail {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	text-decoration: none;
	z-index: 10;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background: #ff83a2;
	transition: 0.3s;
}

a.godetail::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #fed2e3;
	transition: 0.2s;
}

a.godetail:hover::before {
	top: 0;
	left: 0;
}

a.godetail:hover {
	color: #ffedfd;
	background-color: #f9cad2;
	opacity: 1;
}

a.godetail.yado {
	background-color: #fff2dd;
}

a.godetail.yado::before {
	border: 2px solid #f1cccc;
}

a.godetail.gray {
	background-color: rgba(180, 180, 180, 0.8);
	pointer-events: none;
	color: #666666;
}

a.godetail.gray::before {
	border: 2px solid #666666;
}

.slash span {
	display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
	background-size: 12px;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		height: 60px;
	}

	.slash span {
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
		background-size: 8px;
	}

	p.credit {
		bottom: 5px;
		right: 5%;
		padding: 0 5px;
		font-size: 10px;
	}

	.deco {
		padding: 0 20px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 10px;
		align-items: flex-end;
	}

}

.inner {
	width: 100%;
	max-width: 930px;
	margin: 30px auto 50px;
}

.page_roof img {
	margin-top: 20px;
}
.page_foot img {
	margin-top: 20px;
}
/*-------------予約--------------*/

.yoyakuContent .inner {
	width: 100%;
	max-width: 930px;
	margin: 0 auto 30px;
}

.yoyakuContent .inner h2 {
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
}

.yoyaku_unit {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px auto 50px;
}
.yoyaku_unit li {
	width: 45%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.yoyaku_unit li .detail{
	margin-bottom: 20px;
}
.yoyaku_unit li .detail h3{
	font-size: 120%;
	margin-bottom: 5px;
}
.yoyaku_unit li .detail p{
	font-size: 110%;
	text-indent: -1em;
	margin-left: 1em;
}

.yoyaku_unit a.godetail {
	width: 80%;
	margin: 0 auto;
}

.inquiry .inner {
	text-align: center;
	background-color: #fff;
	padding: 15px 0;
	border: 2px solid #ff83a2;
}

.inquiry h2 {
	font-size: 150%;
	color: #555;
	margin-bottom: 10px;
}

.inquiry p {
	font-size: 120%;
	font-weight: bold;
	color: #555
}

@media screen and (max-width: 759.9px) {
	.yoyaku_unit {
		margin: 20px auto 30px;
	}
	.yoyaku_unit li {
		width: 80%;
		margin: 0 auto 50px;
	}

	.yoyaku_unit a.godetail {
		width: 80%;
		margin: 0 auto;
	}
}