@charset "utf-8";

body{
	font-family: '游明朝', 'Yu Mincho';
	width: 100%;
	margin: 0;
	padding: 0;
	color: #3C3C3C;
	background: #fff;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:link {
	color: #303030;
	text-decoration: underline;
}

a:visited {
	color: #303030;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	opacity: 0.70;
}

a:active {
	color: #666666;
	text-decoration: underline;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

/* video tag */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* --- SP ---------- */
@media screen and (max-width: 768px) {

	.point-video.embed-container {
		padding-bottom: 150%;
	}

	.pc_contents{
		display: none;
	}

	/* header start */
	.header {
		height: 60px;
	}

	.header .inner {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 60px;
		background-color: #fff;
		z-index: 100;
	}

	.header .inner .logo-box {
		position: absolute;
		top: 50%;
		left: 1.25vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.header .inner .logo-box .main-title {
		display: none;
	}

	.header .inner .logo-box .main-title .title {
		font-size: 14px;
		margin: 0;
		font-weight: normal;
	}

	.header .inner .sns-box {
		position: absolute;
		top: 50%;
		right: 6px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header .inner .sns-box .link {
		padding: 0 5px;
	}

	/* header end */
	/* footer start */
	.footer .inner {
		position: relative;
		padding: 16px 0;
		box-sizing: border-box;
	}

	.footer .fixed-btn {
		display: none;
		position: fixed;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 100;
	}

	.footer .fixed-btn .link {
		color: #fff;
		background-color: #dc9c2f;
		writing-mode: vertical-rl;
		text-decoration: none;
		font-size: 18px;
		padding: 25px 11px;
		box-sizing: border-box;
	}

	.footer .inner .logo-box {
		text-align: center;
	}

	.footer .inner .logo-box .footer-copyright {
		margin: 0;
	}

	.footer .inner .footer-nav {
		text-align: center;
		width: 90%;
		margin: 16px auto;
	}

	.footer .inner .footer-nav .link {
		display: inline-block;
		position: relative;
		text-decoration: none;
		font-size: 14px;
	}

	.footer .inner .footer-nav .link::after {
		content: '|';
		margin: 0 8px;
	}

	.footer .inner .footer-nav .link:last-of-type::after {
		content: none;
	}

	/* footer end */

	.sec-fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 50;
		border-top: 1px solid #efefef;
		box-sizing: border-box;
		padding: 4px 0 12px;
	}

	.sec-fixed .inner {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 50px;
		box-sizing: border-box;
		text-align: center;
	}

	.sec-fixed .inner a {
		display: block;
		width: 33.3333%;
	}

	.sec-fixed .inner a:hover {
		opacity: 0.8;
	}

	.sec-fixed .inner .btn-line {}

	.sec-fixed .inner .btn-catalog {}

	.sec-fixed .inner .btn-reserve {}

	.sec-fixed .inner a img {
		width: 70px;
		display: block;
		margin: 0 auto;
	}

}


/* --- PC ---------- */
@media screen and (min-width: 769px) {

	main {
		overflow: hidden;
	}

	.sp_contents{
		display: none;
	}
	/* header start */
	.header {
		height: 75px;
	}
	.header .inner {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 75px;
		background-color: #fff;
		z-index: 100;
	}
	.header .inner .logo-box {
		position: absolute;
		top: 50%;
		left: 1.25vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header .inner .logo-box .main-title {
		margin: 0 0 0 2.4vw;
	}
	.header .inner .logo-box .main-title .title {
		font-size: 14px;
		margin: 0;
		font-weight: normal;
	}
	.header .inner .sns-box {
		position: absolute;
		top: 50%;
		right: 6px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header .inner .sns-box .link {
		padding: 0 8px;
	}
	/* header end */
	/* footer start */
	.footer .inner{
		position: relative;
		height: 100px;
	}
	.footer .fixed-btn {
		position: fixed;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 100;
	}
	.footer .fixed-btn .link {
		color: #fff;
		background-color: #dc9c2f;
		writing-mode: vertical-rl;
		text-decoration: none;
		font-size: 18px;
		padding: 25px 11px;
		box-sizing: border-box;
	}
	.footer .inner .logo-box {
		position: absolute;
		top: 50%;
		left: 1.25vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer .inner .logo-box .footer-copyright {
		margin: 0 0 0 2vw;
	}
	.footer .inner .footer-nav{
		position: absolute;
		top: 50%;
		right: 0.9vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer .inner .footer-nav .link {
		position: relative;
		text-decoration: none;
		font-size: 14px;
	}
	.footer .inner .footer-nav .link::after {
		content: '|';
		margin: 0 8px;
	}
	.footer .inner .footer-nav .link:last-of-type::after{
		content: none;
	}
	/* footer end */

	.sec-fixed {
		position: fixed;
		bottom: 40px;
		right: 0;
		z-index: 50;
	}

	.sec-fixed .inner {
		text-align: right;
	}

	.sec-fixed .inner a {
		display: block;
		transition: .2s;
	}

	.sec-fixed .inner a:hover {
		opacity: 0.7;
	}
}
/* --- SP ---------- */
@media screen and (max-width: 768px) {
	.sub-title {
		font-size: 16px;
		text-align: center;
		line-height: 1.7;
	}

	.title1 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
	}

	.title1::before {
		content: '';
		position: absolute;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		border-top: 6px double #000;
	}

	.title1 span {
		position: relative;
		padding: 0 8px;
	}

	section {
		padding: 6% 0;
		box-sizing: border-box;
	}

	section:first-child {
		padding: 0;
	}

	section .inner {
		max-width: 1340px;
		width: 90%;
		margin: 0 auto;
	}

	.sec-benefits {
		background-color: #F2F2F2;
	}

	.sec-benefits .title1 span {
		background-color: #F2F2F2;
	}

	.sec-benefits .benefits-wrap {
		max-width: 1200px;
		width: 100%;
		margin: 5% auto;
	}

	.sec-benefits .benefits-wrap .box {}

	.sec-benefits .benefits-wrap .box .img-box {
		position: relative;
	}

	.sec-benefits .benefits-wrap .box .img-box .title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		color: #fff;
		text-align: center;
	}

	.sec-benefits .benefits-wrap .box .img-box .img-tag {
		position: absolute;
		top: -15px;
		right: 12px;
		width: 43px;
		margin: 0;
	}

	.sec-benefits .benefits-wrap .box .text-box {
		margin: 20px auto;
		text-align: center;
	}

	.sec-benefits .benefits-wrap .box .text-box .red {
		color: #A62113;
		margin: 0;
	}

	.sec-benefits .benefits-wrap .box .text-box .text {
		margin: 0;
	}

	.sec-collection {
		background-color: #F9F9F9;
	}

	.sec-collection .title1 {
		font-size: 20px;
	}

	.sec-collection .title1 span {
		background-color: #F9F9F9;
	}

	.sec-collection .collection-slide .swiper-slide {
		text-align: center;
	}

	.sec-collection .collection-slide {
		max-width: 1700px;
		width: 100%;
		margin: 0 auto;
	}

	.sec-collection .collection-slide .swiper-button-next,
	.sec-collection .collection-slide .swiper-button-prev {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		background-color: rgba(235, 235, 235, 0.9);
	}

	.sec-collection .collection-slide .swiper-button-next:after,
	.sec-collection .collection-slide .swiper-button-prev:after {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		font-size: 20px;
	}

	main .banner {
		text-align: center;
	}

	main .reserve-wrap {
		max-width: 1000px;
		width: 100%;
		margin: 5% auto;
	}

	main .reserve-wrap .reserve-inner {
		border: 1px solid #3C3C3C;
		background-color: #fff;
		box-sizing: border-box;
	}

	main .reserve-wrap .reserve-inner .wrap-title {
		position: relative;
		background-color: #3C3C3C;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
	}

	main .reserve-wrap .reserve-inner .wrap-title::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 15px 0 15px;
		border-color: #3C3C3C transparent transparent transparent;
	}

	main .reserve-wrap .reserve-inner .wrap-title .text {
		color: #fff;
		margin: 0;
		font-size: 15px;
	}

	main .reserve-wrap .reserve-inner .wrap-desc {
		margin: 6% auto;
	}

	main .reserve-wrap .reserve-inner .wrap-desc .info {
		text-align: center;
	}

	main .reserve-wrap .reserve-inner .wrap-desc .info .hours {
		color: #7A7A7A;
		font-size: 20px;
	}

	main .reserve-wrap .reserve-inner .wrap-desc .info .tel .tag {
		display: inline-block;
		padding: 0 8px;
		color: #fff;
		background-color: #959595;
		font-size: 16px;
		box-sizing: border-box;
		margin: 0 .5em;
		position: relative;
		bottom: 6px;
	}

	main .reserve-wrap .reserve-inner .wrap-desc .info .tel a {
		font-weight: bold;
		font-size: 30px;
		text-decoration: none;
	}

	main .reserve-wrap .reserve-inner .reserve-btn {
		text-align: center;
		width: 90%;
		margin: 3% auto;
	}

	main .reserve-wrap .text1 {
		margin-bottom: 5px;
	}

	main .reserve-wrap .caution-box {
		display: table;
		width: 100%;
		border: 1px solid #E4CDC3;
		background-color: #ECE1D8;
		box-sizing: border-box;
	}

	main .reserve-wrap .caution-box .text {
		display: table-cell;
		vertical-align: middle;
		position: relative;
		color: #fff;
		background-color: #CC3535;
		margin: 0;
		padding: .5em;
		box-sizing: border-box;
		font-size: 14px;
	}

	main .reserve-wrap .caution-box .hours {
		display: table-cell;
		margin: 0;
		padding: .5em;
		box-sizing: border-box;
	}

	main .reserve-wrap .caution {
		margin: 10px auto;
		text-align: right;
		font-size: 12px;
	}

	main .covid-bnr {
		max-width: 1000px;
		width: 100%;
		margin: 3% auto;
	}

	main .covid-bnr .box {
		margin: 3% auto;
	}

	.sec-point .point-title .title {
		text-align: center;
	}

	.sec-point .point-title .title span {
		font-size: 25px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(236, 136, 136, .6) 70%);
	}

	.sec-point .point-title .text1 {
		font-size: 20px;
		font-weight: bold;
		margin: 7% auto 3%;
	}

	.sec-point .point-title .text2 {}

	.sec-point .point-wrap {
		max-width: 1200px;
		width: 100%;
		margin: 10% auto;
	}

	.sec-point .point-wrap .box {
		margin: 0 auto 9%;
	}

	.sec-point .point-wrap .box .img-box {

	}

	.sec-point .point-wrap .box .text-box {
		padding: 5% 0;
		box-sizing: border-box;
	}

	.sec-point .point-wrap .box .text-box .title-box {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border-bottom: 3px dashed #ebebeb;
		padding: 0 0 3.5%;
		margin: 0 0 3.5%;
		box-sizing: border-box;
	}

	.sec-point .point-wrap .box .text-box .title-box .num {
		color: #EC8888;
		font-size: 34px;
		margin: 0;
		padding: 0 16px 0 0;
		line-height: 1;
		box-sizing: border-box;
	}

	.sec-point .point-wrap .box .text-box .title-box .title {
		margin: 0;
		font-size: 18px;
	}

	.sec-point.award {
		background-color: #f2f2f2;
	}
	.sec-point.award .bnr {
		width: 90%;
		margin: 0 auto 25px;
		text-align: center;
	}
	.sec-point.award .comments {
		max-width: 1200px;
		width: 90%;
		margin: 6% auto 3%;
	}
	.sec-point.award .comments .text1 {
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		margin-bottom: 0;
	}
	.sec-point.award .comments .sub {
		text-align: center;
		margin: 0;
		font-size: 13px;
	}
	.sec-point.award .comments .comments-wrap {
		margin: 25px auto;
	}
	.sec-point.award .comments .comments-wrap .box {
		margin: 0 0 25px 0;
		box-shadow: 0 0 20px -4px #ccc;
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.sec-point.award .comments .comments-wrap .box .profile {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sec-point.award .comments .comments-wrap .box .profile .icon {}
	.sec-point.award .comments .comments-wrap .box .profile .desc {
		padding: 0 1em;
	}
	.sec-point.award .comments .comments-wrap .box .profile .desc .name {
		font-size: 17px;
		margin: 0;
		line-height: 1.2;
	}
	.sec-point.award .comments .comments-wrap .box .profile .desc .star {
		margin-top: -5px;
	}
	.sec-point.award .comments .comments-wrap .box .review {
		padding-top: 1em;
	}

	.sec-plan {
		padding: 6% 0 0;
	}

	.sec-plan .title1 span {
		background-color: #fff;
	}

	.sec-plan .plan-nav {
		max-width: 1024px;
		width: 100%;
		margin: 5% auto 8%;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sec-plan .plan-nav .link {
		width: 49%;
		position: relative;
		display: inline-block;
		padding-top: 12%;
		margin: 0 0 2%;
	}

	.sec-plan .plan-nav .link::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.sec-plan .plan-nav .link.rental::before {
		background-image: url(images/course-rental-off.png);
	}

	.sec-plan .plan-nav .link.rental:hover:before {
		background-image: url(images/course-rental-on.png);
	}

	.sec-plan .plan-nav .link.buy::before {
		background-image: url(images/course-buy-off.png);
	}

	.sec-plan .plan-nav .link.buy:hover:before {
		background-image: url(images/course-buy-on.png);
	}

	.sec-plan .plan-nav .link.remake::before {
		background-image: url(images/course-remake-off.png);
	}

	.sec-plan .plan-nav .link.remake:hover::before {
		background-image: url(images/course-remake-on.png);
	}

	.sec-plan .plan-nav .link.photo::before {
		background-image: url(images/course-photo-off.png);
	}

	.sec-plan .plan-nav .link.photo:hover:before {
		background-image: url(images/course-photo-on.png);
	}

	.sec-plan .plan-inner {
		position: relative;
		background-color: #E8E8E8;
		box-sizing: border-box;
	}

	.sec-plan .plan-inner::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: -15px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 1px;
		height: 30px;
		background-color: #3C3C3C;
	}

	.sec-plan .plan-inner .plan-wrap {
		max-width: 1340px;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0 0;
	}

	.sec-plan .plan-inner .plan-wrap:first-child {
		padding: 7% 0 0;
	}

	.sec-plan .plan-inner .plan-wrap:last-child {
		padding: 5% 0 7%;
	}

	.sec-plan .plan-inner .wrap-desc {
		background-color: #fff;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-desc .img-box {
		text-align: center;
	}

	.sec-plan .plan-inner .wrap-desc .text-box {
		padding: 4.5%;
		box-sizing: border-box;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .en {
		color: #D0A877;
		font-size: 40px;
		margin: 0;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .title {
		position: relative;
		font-size: 21px;
		padding: 0 0 0 36px;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .title::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 30px;
		height: 1px;
		background-color: #D0A877;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .text {}

	.sec-plan .plan-inner .wrap-desc .text-box .price {
		font-size: 29px;
		font-weight: bold;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .price .currency {
		position: relative;
		font-size: 20px;
		margin-left: 8px;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .price .currency .tax {
		position: absolute;
		bottom: 88%;
		left: 0;
		font-size: 12px;
	}

	.sec-plan .plan-inner .wrap-desc .text-box .price .small {
		font-size: 20px;
	}

	.sec-plan .plan-inner .wrap-desc .img-box {
		text-align: center;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub {
		background-color: #F2F2F2;
		padding: 5% 0;
		box-sizing: border-box;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .wrap-sub-inner {
		max-width: 1050px;
		width: 90%;
		margin: 0 auto;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-title {
		text-align: center;
		border-top: 1px solid #acacac;
		border-bottom: 1px solid #acacac;
		box-sizing: border-box;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-title .title {
		font-size: 21px;
		margin: 8px auto 5px;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc {
		margin: 6% auto 0;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box {
		max-width: 320px;
		margin: 30px auto 50px;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .img-box {
		position: relative;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .img-box .tag {
		position: absolute;
		top: -16px;
		left: -16px;
		color: #fff;
		font-size: 17px;
		margin: 0;
		background-color: #A62113;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 3;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .text-box .caution {
		font-size: 13px;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution {
		max-width: 1240px;
		width: 90%;
		margin: 4% auto 0;
		border: 4px double #959595;
		padding: 3%;
		box-sizing: border-box;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution .title {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		margin-top: 0;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul {
		list-style: none;
		padding: 0;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul li {
		position: relative;
		padding: 0 0 0 25px;
		counter-increment: list;
		font-size: 15px;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul li::before {
		content: counter(list) ")";
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
	}

	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution .caution {
		font-size: 13px;
	}

	.sec-hows {
		position: relative;
	}

	.sec-hows .inner {
		position: relative;
	}

	.sec-hows .hows-top-img {
		position: relative;
		width: 90%;
		margin: 0 0 0 auto;
	}
	.sec-hows .hows-top-img .img-box {}

	.sec-hows .hows-top-img .text-box {
		position: absolute;
		top: 0;
		right: 101%;
		margin: 0;
		writing-mode: vertical-rl;
		font-size: 12px;
	}

	.sec-hows .hows-title {
		font-size: 28px;
		margin: 5% auto;
	}

	.sec-hows .hows-logo {
		margin: 4% auto
	}

	.sec-hows .hows-text {
		max-width: 644px;
		line-height: 2;
	}

	.sec-hows .hows-link {
		padding: 9% 0;
	}

	.sec-hows .hows-link a {
		position: relative;
		display: block;
		width: 240px;
		border-bottom: 1px solid #000;
		padding: 8px 0;
		text-decoration: none;
		margin: 12px 0;
		line-height: 1;
		font-weight: bold;
		box-sizing: border-box;
	}

	.sec-hows .hows-link a::after {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.sec-hows .hows-link .hows-reserve::after {
		content: url(images/btn-reserve-arrow.png);
	}

	.sec-hows .hows-link .hows::after {
		content: url(images/btn-link.png);
	}

	.sec-hows .hows-img {
		position: relative;
	}

	.sec-hows .hows-img::before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 50%;
		right: -5%;
		width: 50%;
		height: 100%;
		background: #F2F2F2;
		z-index: -1;
	}

	.sec-hows .hows-img img {
		position: relative;
	}

	.sec-gallery {
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(249, 249, 249, 1) 35%);
		padding-bottom: 140px;
	}

	.sec-gallery .gallery-title .title {
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-size: 28px;
		letter-spacing: 3px;
		font-weight: bold;
	}

	.sec-gallery .gallery-title .for {
		display: inline-block;
		font-size: 16px;
		margin: 0 1em;
	}

	.sec-gallery .gallery-wrap {
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sec-gallery .gallery-wrap .box {
		width: 49%;
		margin: 0 0 2%;
		text-align: center;
	}

	.sec-gallery .gallery-wrap2 {
		text-align: center;
		margin: 25px auto;
	}

	.sec-gallery .gallery-wrap2 .box {}

	.pamphlet-inner {
		position: relative;
		margin: 0 0 3%;
	}

	.pamphlet-inner .pamphlet-bk img {
		min-height: 280px;
		object-fit: cover;
	}

	.pamphlet-inner .pamphlet-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
	}

	.pamphlet-inner .pamphlet-wrap .img-box {
		width: 205px;
		margin: 0 auto;
	}

	.pamphlet-inner .pamphlet-wrap .btn {
		display: block;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background-color: #D0A877;
		padding: 8px 16px;
		border-radius: 42.5px;
		margin: 5% 0;
		box-sizing: border-box;
	}

	.sec-access {
		background-color: #F4F4F4;
	}

	.sec-access .access-img {
		text-align: center;
	}

	.sec-access .access-wrap {
		margin: 4% auto 0;
	}

	.sec-access .access-wrap .desc {
		padding: 4% 0;
		border-bottom: 1px solid #727272;
		box-sizing: border-box;
	}

	.sec-access .access-wrap .desc p {
		font-weight: bold;
		line-height: 2;
	}

	.sec-access .access-wrap .info {
		box-sizing: border-box;
	}

	.sec-access .access-wrap .info .en {
		font-weight: bold;
		font-size: 32px;
	}

	.sec-access .access-wrap .info .title {
		font-size: 24px;
		font-weight: bold;
	}

	.sec-access .access-wrap .info .title a {
		background-color: #3C3C3C;
		font-size: 13px;
		font-weight: normal;
		padding: 1px 4px;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		margin: 0 1em;
		box-sizing: border-box;
	}

	.sec-access .access-wrap .info p:nth-of-type(n+3) {
		margin: .5em auto;
	}

	.sec-access .access-wrap .info p.notice {
		padding: 8px 12px;
		color: #A62113;
		line-height: 2;
		margin: 2em auto;
		border: 1px solid #A62113;
		box-sizing: border-box;
	}

	.sec-access .access-wrap .info .access-btn .link {
		position: relative;
		display: inline-block;
		border-bottom: 1px solid #000;
		padding: 8px 0;
		text-decoration: none;
		margin: 0 5% 0 0;
		line-height: 1;
		font-weight: bold;
		box-sizing: border-box;
		width: 44%;
	}

	.sec-access .access-wrap .info .access-btn .link::after {
		content: url(images/btn-reserve-arrow.png);
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

/* --- PC ---------- */
@media screen and (min-width: 769px) {
	.sub-title {
		font-size: 24px;
		text-align: center;
		line-height: 1.7;
	}

	.title1 {
		position: relative;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
	}

	.title1::before {
		content: '';
		position: absolute;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		border-top: 6px double #000;
	}

	.title1 span {
		position: relative;
		padding: 0 5vw;
	}
	section {
		padding: 6% 0;
		box-sizing: border-box;
	}
	section:first-child {
		padding: 0;
	}
	section .inner {
		max-width: 1340px;
		width: 90%;
		margin: 0 auto;
	}
	.sec-benefits {
		background-color: #F2F2F2;
	}
	.sec-benefits .title1 span {
		background-color: #F2F2F2;
	}
	.sec-benefits .benefits-wrap {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1200px;
		width: 100%;
		margin: 5% auto;
	}
	.sec-benefits .benefits-wrap .box {
		width: 49.5%;
	}
	.sec-benefits .benefits-wrap .box .img-box {
		position: relative;
	}
	.sec-benefits .benefits-wrap .box .img-box .title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		color: #fff;
		text-align: center;
	}
	.sec-benefits .benefits-wrap .box .img-box .img-tag {
		position: absolute;
		top: -15px;
		right: 20px;
		width: 4.4795vw;
		margin: 0;
	}
	.sec-benefits .benefits-wrap .box .text-box {
		margin: 20px auto;
		text-align: center;
	}
	.sec-benefits .benefits-wrap .box .text-box .red {
		color: #A62113;
		margin: 0;
	}
	.sec-benefits .benefits-wrap .box .text-box .text {
		margin: 0;
	}
	.sec-collection {
		background-color: #F9F9F9;
	}
	.sec-collection .title1 span {
		background-color: #F9F9F9;
	}
	.sec-collection .collection-slide .swiper-slide {
		text-align: center;
	}
	.sec-collection .collection-slide {
		max-width: 1700px;
		width: 100%;
		margin: 0 auto;
	}
	.sec-collection .collection-slide .swiper-button-next,
	.sec-collection .collection-slide .swiper-button-prev {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: rgba(235, 235, 235, 0.9);
	}
	.sec-collection .collection-slide .swiper-button-next:after,
	.sec-collection .collection-slide .swiper-button-prev:after {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
	main .banner {
		text-align: center;
	}
	main .reserve-wrap {
		max-width: 1000px;
		width: 100%;
		margin: 5% auto;
	}
	main .reserve-wrap .reserve-inner {
		border: 1px solid #3C3C3C;
		background-color: #fff;
		box-sizing: border-box;
	}
	main .reserve-wrap .reserve-inner .wrap-title {
		position: relative;
		background-color: #3C3C3C;
		text-align: center;
		padding: 20px;
		box-sizing: border-box;
	}
	main .reserve-wrap .reserve-inner .wrap-title::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 30px 0 30px;
		border-color: #3C3C3C transparent transparent transparent;
	}
	main .reserve-wrap .reserve-inner .wrap-title .text {
		color: #fff;
		margin: 0;
		font-size: 20px;
	}
	main .reserve-wrap .reserve-inner .wrap-desc {
		margin: 6% auto;
	}
	main .reserve-wrap .reserve-inner .wrap-desc .info {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	main .reserve-wrap .reserve-inner .wrap-desc .info .hours {
		color: #7A7A7A;
		font-size: 20px;
	}
	main .reserve-wrap .reserve-inner .wrap-desc .info .tel .tag {
		display: inline-block;
		padding: 0 8px;
		color: #fff;
		background-color: #959595;
		font-size: 26px;
		box-sizing: border-box;
		margin: 0 1em;
		position: relative;
		bottom: 10px;
	}
	main .reserve-wrap .reserve-inner .wrap-desc .info .tel a {
		font-weight: bold;
		font-size: 58px;
		text-decoration: none;
	}
	main .reserve-wrap .reserve-inner .reserve-btn {
		text-align: center;
		margin: 1% auto;
	}
	main .reserve-wrap .text1 {
		margin-bottom: 5px;
	}
	main .reserve-wrap .caution-box {
		display: table;
		width: 100%;
		border: 1px solid #E4CDC3;
		background-color: #ECE1D8;
		box-sizing: border-box;
	}
	main .reserve-wrap .caution-box .text {
		display: table-cell;
		position: relative;
		text-align: center;
		color: #fff;
		background-color: #CC3535;
		margin: 0;
		padding: 1em 2em;
		box-sizing: border-box;
	}
	main .reserve-wrap .caution-box .text::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 15px;
		height: 100%;
		background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #CC3535 50.5%) no-repeat top left/100% 50%,
		linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #CC3535 50.5%) no-repeat bottom right/100% 50%;
	}
	main .reserve-wrap .caution-box .hours {
		display: table-cell;
		text-align: center;
		margin: 0;
		padding: 1em 2em;
		text-align: center;
		box-sizing: border-box;
	}
	main .reserve-wrap .caution {
		margin: 10px auto;
		text-align: right;
	}
	main .covid-bnr {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1000px;
		width: 100%;
		margin: 3% auto;
	}
	main .covid-bnr .box {
		width: 48.5%;
	}
	.sec-point .point-title .title {
		text-align: center;
	}
	.sec-point .point-title .title span{
		font-size: 36px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(236, 136, 136, .6) 70%);
	}
	.sec-point .point-title .text1 {
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		margin: 7% auto 3%;
	}
	.sec-point .point-title .text2 {
		text-align: center;
	}
	.sec-point .point-wrap {
		max-width: 1200px;
		width: 100%;
		margin: 10% auto;
	}
	.sec-point .point-wrap .box {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto 9%;
	}
	.sec-point .point-wrap .box .img-box {
		width: 44%;
	}
	.sec-point .point-wrap .box .text-box {
		width: 52%;
	}
	.sec-point .point-wrap .box .text-box .title-box {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		border-bottom: 3px dashed #ebebeb;
		padding: 0 0 3.5%;
		margin: 0 0 3.5%;
		box-sizing: border-box;
	}
	.sec-point .point-wrap .box .text-box .title-box .num {
		color: #EC8888;
		font-size: 34px;
		margin: 0;
		padding: 0 16px 0 0;
		line-height: 1;
		box-sizing: border-box;
	}
	.sec-point .point-wrap .box .text-box .title-box .title {
		margin: 0;
		font-size: 23px;
	}
	.sec-point .point-wrap .box:nth-child(2) .text-box {
		order: 1;
	}
	.sec-point .point-wrap .box:nth-child(2) .img-box {
		order: 2;
	}
	.sec-point.award {
		background-color: #f2f2f2;
	}
	.sec-point.award .bnr {
		margin: 0 auto 50px;
		text-align: center;
	}
	.sec-point.award .comments {
		max-width: 1200px;
		width: 90%;
		margin: 6% auto 3%;
	}
	.sec-point.award .comments .text1 {
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		margin-bottom: 0;
	}
	.sec-point.award .comments .sub {
		text-align: center;
	}
	.sec-point.award .comments .comments-wrap {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 5% auto;
	}
	.sec-point.award .comments .comments-wrap .box {
		width: 31.6666%;
		margin: 0 2.5% 2.5% 0;
		box-shadow: 0 0 20px -4px #ccc;
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}
	.sec-point.award .comments .comments-wrap .box:nth-of-type(3n) {
		margin: 0 0 2.5% 0;
	}
	.sec-point.award .comments .comments-wrap .box .profile {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sec-point.award .comments .comments-wrap .box .profile .icon {}
	.sec-point.award .comments .comments-wrap .box .profile .desc {
		padding: 0 1em;
	}
	.sec-point.award .comments .comments-wrap .box .profile .desc .name {
		font-size: 17px;
		margin: 0;
		line-height: 1.2;
	}
	.sec-point.award .comments .comments-wrap .box .profile .desc .star {
		margin-top: -5px;
	}
	.sec-point.award .comments .comments-wrap .box .review {
		padding-top: 1em;
	}
	.sec-plan {
		padding: 6% 0 0;
	}
	.sec-plan .title1 span {
		background-color: #fff;
	}
	.sec-plan .plan-nav {
		max-width: 1024px;
		width: 100%;
		margin: 5% auto 8%;
		text-align: center;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sec-plan .plan-nav .link {
		width: 24%;
		position: relative;
		display: inline-block;
		padding-top: 6%;
	}
	.sec-plan .plan-nav .link::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec-plan .plan-nav .link.rental::before {
		background-image: url(images/course-rental-off.png);
	}
	.sec-plan .plan-nav .link.rental:hover:before {
		background-image: url(images/course-rental-on.png);
	}
	.sec-plan .plan-nav .link.buy::before {
		background-image: url(images/course-buy-off.png);
	}
	.sec-plan .plan-nav .link.buy:hover:before {
		background-image: url(images/course-buy-on.png);
	}
	.sec-plan .plan-nav .link.remake::before {
		background-image: url(images/course-remake-off.png);
	}
	.sec-plan .plan-nav .link.remake:hover::before {
		background-image: url(images/course-remake-on.png);
	}
	.sec-plan .plan-nav .link.photo::before {
		background-image: url(images/course-photo-off.png);
	}
	.sec-plan .plan-nav .link.photo:hover:before {
		background-image: url(images/course-photo-on.png);
	}
	.sec-plan .plan-inner{
		position: relative;
		background-color: #E8E8E8;
		box-sizing: border-box;
	}
	.sec-plan .plan-inner::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: -0.90585%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 1px;
		height: 1.8117%;
		background-color: #3C3C3C;
	}
	.sec-plan .plan-inner .plan-wrap {
		max-width: 1340px;
		width: 90%;
		margin: 0 auto;
		padding: 5% 0 0;
	}
	.sec-plan .plan-inner .plan-wrap:first-child {
		padding: 7% 0 0;
	}
	.sec-plan .plan-inner .plan-wrap:last-child {
		padding: 5% 0 7%;
	}
	.sec-plan .plan-inner .wrap-desc {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #fff;
	}
	.sec-plan .plan-inner .plan-wrap:nth-child(odd) .wrap-desc .img-box {
		order: 2;
	}
	.sec-plan .plan-inner .plan-wrap:nth-child(odd) .wrap-desc .text-box {
		order: 1;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-desc .img-box img {
		height: 100%;
		object-fit: cover;
	}
	.sec-plan .plan-inner .wrap-desc .text-box {
		width: 50%;
		padding: 4.5%;
		box-sizing: border-box;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .en {
		color: #D0A877;
		font-size: 44px;
		margin: 0;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .title {
		position: relative;
		font-size: 24px;
		padding: 0 0 0 36px;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .title::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 30px;
		height: 1px;
		background-color: #D0A877;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .text {

	}
	.sec-plan .plan-inner .wrap-desc .text-box .price {
		font-size: 48px;
		font-weight: bold;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .price .currency {
		position: relative;
		font-size: 24px;
		margin-left: 8px;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .price .currency .tax {
		position: absolute;
		bottom: 88%;
		left: 0;
		font-size: 16px;
	}
	.sec-plan .plan-inner .wrap-desc .text-box .price .small {
		font-size: 24px;
	}
	.sec-plan .plan-inner .wrap-desc .img-box {
		width: 50%;
		text-align: center;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub {
		background-color: #F2F2F2;
		padding: 5% 0;
		box-sizing: border-box;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .wrap-sub-inner {
		max-width: 1050px;
		width: 90%;
		margin: 0 auto;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-title {
		text-align: center;
		border-top: 1px solid #acacac;
		border-bottom: 1px solid #acacac;
		box-sizing: border-box;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-title .title {
		font-size: 30px;
		margin: 8px auto 5px;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 6% auto 0;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box {
		max-width: 320px;
		width: 31%;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .img-box {
		position: relative;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .img-box .tag {
		position: absolute;
		top: -26px;
		left: -22px;
		color: #fff;
		font-size: 24px;
		margin: 0;
		background-color: #A62113;
		border-radius: 50%;
		width: 59px;
		height: 59px;
		text-align: center;
		line-height: 2.6;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .point-desc .box .text-box .caution {
		font-size: 13px;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution {
		max-width: 1240px;
		width: 90%;
		margin: 4% auto 0;
		border: 4px double #959595;
		padding: 3%;
		box-sizing: border-box;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution .title {
		text-align: center;
		font-size: 21px;
		font-weight: bold;
		margin-top: 0;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul {
		list-style: none;
		padding: 0;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul li {
		position: relative;
		padding: 0 0 0 25px;
		counter-increment: list;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution ul li::before {
		content: counter(list) ")";
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
	}
	.sec-plan .plan-inner .plan-wrap .wrap-sub .photo-caution .caution {
		font-size: 13px;
	}
	.sec-hows {
		position: relative;
	}
	.sec-hows .inner {
		position: relative;
	}
	.sec-hows .hows-top-img {
		position: absolute;
		top: -7%;
		right: 0;
		width: 43.1775vw;
	}
	.sec-hows .hows-top-img .text-box {
		position: absolute;
		top: 0;
		right: 101%;
		margin: 0;
		writing-mode: vertical-rl;
	}
	.sec-hows .hows-title {
		font-size: 36px;
		margin: 5% auto;
	}
	.sec-hows .hows-logo {
		margin: 4% auto
	}
	.sec-hows .hows-text {
		max-width: 644px;
		line-height: 2;
	}
	.sec-hows .hows-link {
		padding: 9% 0;
	}
	.sec-hows .hows-link a {
		position: relative;
		display: block;
		width: 240px;
		border-bottom: 1px solid #000;
		padding: 8px 0;
		text-decoration: none;
		margin: 12px 0;
		line-height: 1;
		font-weight: bold;
		box-sizing: border-box;
	}
	.sec-hows .hows-link a::after {
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.sec-hows .hows-link .hows-reserve::after {
		content: url(images/btn-reserve-arrow.png);
	}
	.sec-hows .hows-link .hows::after {
		content: url(images/btn-link.png);
	}
	.sec-hows .hows-img {
		position: absolute;
		bottom: -9%;
		right: 11vw;
		width: 24vw;
		min-width: 240px;
	}
	.sec-hows .hows-img::before {
		content: '';
		display: inline-block;
		position: absolute;
		bottom: 60%;
		left: 60%;
		width: 90%;
		height: 90%;
		background: #F2F2F2;
		z-index: -1;
	}
	.sec-hows .hows-img img {
		position: relative;
	}
	.sec-gallery {
		background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(249,249,249,1) 35%);
		padding-bottom: 13%;
	}
	.sec-gallery .gallery-title .title {
		font-family: 'Noto Sans JP', sans-serif;
		display: inline-block;
		font-size: 28px;
		letter-spacing: 3px;
		font-weight: bold;
	}
	.sec-gallery .gallery-title .for {
		display: inline-block;
		font-size: 16px;
		margin: 0 1em;
	}
	.sec-gallery .gallery-wrap {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec-gallery .gallery-wrap .box {
		width: 18%;
		margin: 0 2.5% 2.5% 0;
	}
	.sec-gallery .gallery-wrap .box:nth-of-type(5n) {
		margin: 0 0 2.5% 0;
	}
	.sec-gallery .gallery-wrap2 {
		text-align: center;
		margin: 50px auto;
	}
	.sec-gallery .gallery-wrap2 .box {}
	.pamphlet-inner {
		position: relative;
		margin: 0 0 3%;
	}
	.pamphlet-inner .pamphlet-bk img {
		min-height: 280px;
		object-fit: cover;
	}
	.pamphlet-inner .pamphlet-wrap {
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		max-width: 800px;
		width: 90%;
		margin: 0 auto;
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.pamphlet-inner .pamphlet-wrap .img-box {
		width: 39%;
	}
	.pamphlet-inner .pamphlet-wrap .btn {
		display: block;
		width: 52%;
		font-size: 27px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background-color: #D0A877;
		padding: 20px;
		border-radius: 42.5px;
		margin: 5% 0;
		box-sizing: border-box;
	}
	.sec-access {
		background-color: #F4F4F4;
	}

	.sec-access .access-img {
		text-align: center;
	}

	.sec-access .access-wrap {
		display: flex;
		display: -webkit-flex;
		display:-ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 4% auto 0;
	}
	.sec-access .access-wrap .desc {
		width: 50%;
		padding: 4% 4% 4% 0;
		border-right: 1px solid #727272;
		box-sizing: border-box;
	}
	.sec-access .access-wrap .desc p {
		font-weight: bold;
		line-height: 2;
	}
	.sec-access .access-wrap .info {
		width: 50%;
		padding: 0 0 0 5%;
		box-sizing: border-box;
	}
	.sec-access .access-wrap .info .en {
		font-weight: bold;
		font-size: 32px;
	}
	.sec-access .access-wrap .info .title {
		font-size: 24px;
		font-weight: bold;
	}
	.sec-access .access-wrap .info .title a {
		background-color: #3C3C3C;
		font-size: 13px;
		font-weight: normal;
		padding: 1px 4px;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		margin: 0 1em;
		box-sizing: border-box;
	}
	.sec-access .access-wrap .info p:nth-of-type(n+3) {
		margin: .5em auto;
	}
	.sec-access .access-wrap .info p.notice {
		padding: 8px 12px;
		color: #A62113;
		line-height: 2;
		margin: 2em auto;
		border: 1px solid #A62113;
		box-sizing: border-box;
	}
	.sec-access .access-wrap .info .access-btn .link {
		position: relative;
		display: inline-block;
		width: 240px;
		border-bottom: 1px solid #000;
		padding: 8px 0;
		text-decoration: none;
		margin: 0 7% 0 0;
		line-height: 1;
		font-weight: bold;
		box-sizing: border-box;
	}
	.sec-access .access-wrap .info .access-btn .link::after {
		content: url(images/btn-reserve-arrow.png);
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
/* tablet */
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
	/* header */
	.header .inner .logo-box {
		display: block;
	}
	.header .inner .logo-box .main-title {
		margin: 0;
	}
	/* footer */
	.footer .inner .logo-box {
		display: block;
	}
	.footer .inner .logo-box .footer-copyright {
		margin: 0;
	}
	.header .inner .logo-box .main-title .title {
		font-size: 11px;
		text-align: center;
	}
	.footer .inner .footer-nav {
		display: block;
		width: 50%;
	}
	section {
		padding: 60px 0;
	}
	.sub-title {
		font-size: 20px;
	}
	.title1 {
		font-size: 34px;
	}
	.sec-point .point-wrap .box .text-box .title-box .title {
		font-size: 20px;
	}
	.sec-point .point-title .title span {
		font-size: 30px;
	}
	.sec-point.award .comments .comments-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sec-point.award .comments .comments-wrap .box {
		width: 48%;
		margin: 0 0% 4% 0;
	}
	.sec-point.award .comments .comments-wrap .box:nth-of-type(3n) {
		margin: 0 0 4% 0;
	}
	main .reserve-wrap .reserve-inner .wrap-title .text {
		font-size: 18px;
	}
	main .reserve-wrap .reserve-inner .wrap-desc .info .tel a {
		font-size: 40px;
	}
	.sec-hows .hows-logo img {
		width: 340px;
	}
	.sec-hows .hows-top-img .text-box {
		font-size: 12px;
	}
	.sec-gallery {
		padding-bottom: 180px;
	}
	.pamphlet-inner .pamphlet-wrap .btn {
		font-size: 22px;
	}
}