@charset "UTF-8";

/* 共通 */
/* ---------- ヘッダーロゴ ---------- */
.logo_top {
	display: none;
}
.logo_ot {
	display: block;
	margin: 10px 0;
}
h1 {
	font-weight: 300;
	text-align: center;
	margin: 20px auto 30px;
}
h2 {
	font-weight: 400;
	text-align: center;
	position: relative;
	margin: 0 auto 20px;
}
h2:before {
	background-color: #6c727c;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 70px;
}
h3 {
	font-weight:600;
	text-align: center;
}
h3 span {
	font-weight: 400;
	padding:5px 0 0;
	display: block;
}
h4 {
	font-size:18px;
	font-weight: 400;
	text-align: center;
}
.section {
	margin:20px auto 0;
}
.ptitle {
	background-color: #f0f3f7;
}
.lead {
	text-align: center;
}
	.toprt img {
	width: 100%;
}
.point {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	background-color: #6c727c;
	text-align: center;
	padding: 5px 10px 8px;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.ptttl {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #6c727c;
	margin: 0 auto;
	padding:20px 0 10px;
}
.ptbox {
	display: flex;
	flex-wrap: wrap;
}

.ptin {
	border: 1px solid #6c727c;
	margin: 10px 5px;
	border-radius: 10px;
}
.pointtxt {
	font-size: 16px;
	text-align: left;
	padding: 0 10px;
}
.caution {
	font-size: 12px;
	text-align: left;
}
sub {
	font-size: 10px;
}
.tar {
	text-align: right;
}
.casettl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	background-color:#edf0f6;
	padding: 5px 0;
}
.reserve {
	margin: 60px auto;
}
.rsv_btn a {
	background-color: #6c727c;
	display: block;
	color: #fff;
	margin: 7px auto;
	padding: 18px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.rsv_btn a:hover {
	background-color: #a0a4a9;
}
.pricetbl caption {
	text-align: center;
	font-size: 18px;
	color: #4a5c6d;
	background-color: #ccddef;
	padding: 5px;
}
.pricesystem {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.price3 {
	width: 30%;
	padding: 10px 0;
	border: 1px solid #4a5c6d;
	text-align: center;
}
.price1 {
	width: 5%;
	text-align: center;
}
.imgphoto {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 10px;
}
ul.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	justify-content: center;
}

/* PC */
@media screen and (min-width: 769px) {
	h1 {
		font-size:50px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 35px;
	}
	h3 span {
		font-size: 20px;
	}
	h4 {
		margin: 30px 0 10px;
	}
	.section {
		width: 1200px;
		padding: 0 30px;
	}
	.cat_top {
		display: flex; max-width:1440px; align-items: center; margin:0 auto;
	}
	.toplt {
		width: 70%; text-align: center;
	}
	.toprt {
		width: 30%; text-align: center ;
	}
	.ptbox {
		display: flex;
		flex-wrap: wrap;
	}
	.ptin {
		width: calc(100% / 3 - 10px);
	}
	.w60per {
		width: 60%;
		margin: 0 auto;
	}
	.caserp {
		width: 60%;
		margin: 0 auto;
	}
	.casein {
		display: flex;
	}
	.casein dt {
		width: 20%;
		text-align: right;
		background-color: #6c727c;
		color: #ffffff;
		padding: 10px;
		margin: 0 ;
		border-bottom: 1px solid #ffffff;
	}
	.casein dt:last-child {
		border-bottom: 2px solid #6c727c;
	}
	.casein dd {
		width: 80%;
		margin:0 ;
		padding: 5px 10px;
		text-align: left;
		vertical-align: middle;
		align-items: center;
		display: flex;
		border-bottom: 1px solid #d8dce2;
	}
	.rsv_btn a {
		border-radius: 30px;
		width: 60%;
	}
	.pricetbl {
		width: 60%;
		margin: 30px auto 0;
	}
	.pricetbl_lt {
		width: 45%;
		text-align: right;
		padding-right: 50px!important;
	}
	.pricetbl td {
		padding: 5px 0 5px 10px;
		border-bottom: 1px dashed #a0a4a9;
	}
	.pricesystem {
		width: 80%;
	}
	.price3 {
		height: 70px;
	}
	ul.gallery {
		width: 70%;
	}
	.gallery li {
		margin: 0 20px 30px;
		width: calc(100% / 3 - 40px);
		box-sizing: border-box;
		text-align: center;
		font-size: 13px;
	}
	.imgphoto img {
		width: 220px;
		height: 220px;
		object-fit: cover;
	}
}

/* SP */
@media screen and (max-width: 769px) {
	h1 {
		font-size:40px;
		padding: 40px 0 0;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h3 span {
		font-size: 15px;
	}
	h4 {
		font-size:18px;
		font-weight: 400;
		text-align: center;
	}
	.section {
		width: 100%;
		margin:20px auto 0;
		padding: 0 10px;
	}
	.lead {
		font-size: 14px;
	}
	.cat_top {
		margin:0 auto; padding: 0 10px;
	}
	.toplt {
		width: 100%; text-align: center; margin: 0 auto ;
	}
	.toprt {
		width: 100%; text-align: center ;
	}
	.point {
		font-size: 25px;
		font-weight: 600;
		color: #ffffff;
		background-color: #6c727c;
		text-align: center;
		padding: 5px 10px 8px;
		margin: 0 auto;
		border-radius: 10px 10px 0 0;
	}
	.ptin {
		width: 100%;
	}
	.w60per {
		width: 100%;
		margin: 0 auto;
	}
	.caserp {
		width: 100%;
		margin: 0 auto;
	}
	.casettl {
		margin: 20px 0 0;
	}
	.casein {
		display: block;
	}
	.caserp dl {
		margin: 0;
	}
	.casein dt {
		width: 100%;
		text-align: center;
		background-color: #6c727c;
		color: #ffffff;
		padding: 10px;
		margin: 0 ;
	}
	.casein dd {
		width: 100%;
		margin:0 0 20px 0 ;
		padding: 5px 10px;
		text-align: left;
		vertical-align: middle;
		align-items: center;
		display: flex;
	}
	.rsv_btn a {
		border-radius: 40px;
		width: 100%;
	}
	.pricetbl {
		width: 100%;
		margin: 30px auto 0;
	}
	.pricetbl_lt {
		width: 50%;
		text-align: left;
	}
	.pricetbl td {
		padding: 5px 0 5px 20px;
		border-bottom: 1px dashed #a0a4a9;
	}
	.pricesystem {
		width: 100%;
	}
	.price3 {
		height: 90px;
	}
	ul.gallery {
		width: 100%;
	}
	.gallery li {
		margin: 0 10px 30px;
		width: calc(100% / 2 - 20px);
		box-sizing: border-box;
		text-align: center;
		font-size: 13px;
		position: relative;
	}
	.imgphoto img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 1 / 1;
	}
}