@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:active {
	color: #666666;
	text-decoration: underline;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}


/* --- 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{
		margin-bottom: 70px;
	}
	
	.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;
	}
	/* 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;
	}
}

div.contents{
	max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

div.wrap{
	position: relative;
}

div.contact-btn{
	width: 100%;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

div.contact-btn a{
	position: relative;
    display: block;
	width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bold;
	border-radius: 60px;
}

/* div.contact-btn a::before{
	content: '\03e';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) scale(0.6, 1);
    -webkit-transform: translateY(-50%) scale(0.6, 1);
    font-size: 40px;
    font-family: sans-serif;
    text-shadow: none;
} */

div.contact-btn a::after{
	content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 200px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    animation: anim-shiny 3s ease-in-out infinite;
    opacity: 0.7;
}

@keyframes anim-shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}

	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}


.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 900;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	position: fixed;
    width: 72%;
    max-width: 376px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, visibility 0s linear .5s;
    transition: opacity .5s, visibility 0s linear .5s;
    z-index: 1;
	display: block;
    overflow-y: auto;
	overflow-x: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    height: 100%;
	max-height: 879px;
    padding-right: 60px;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

.popup::-webkit-scrollbar {
    display: none;
}

.popup:target {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.popup-close {
	position: absolute;
	max-width: 376px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
}

.popup .close {
	position: absolute;
    right: 0;
    top: 37px;
    transition: color .3s;
    width: 60px;
    height: 60px;
}

.popup .close:hover {
}

div.position{
	bottom: inherit;
	top: 40px;
}

div.catalog-btn{
	position: absolute;
    width: 100%;
	bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

div.insta-btn{
	position: absolute;
    width: 100%;
	bottom: 230px;
    left: 50%;
    transform: translateX(-50%);
}

div.catalog-btn a,
div.insta-btn a,
div.line-btn a{
	position: relative;
	max-width: 670px;
	margin: auto;
	display: block;
}

div.access{
	background: #F4F4F4;
    padding: 2.5em 0;
}

div.access .inner{
	width: 90%;
	margin: auto;
}

div.access .txt{
	font-size: 28px;
    font-weight: bold;
	border-bottom: 1px solid #727272;
	padding-bottom: 1em;
}

div.access .ttl{
	font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;   
}

div.access .name{
	font-size: 34px;
    font-weight: bold;
	margin-bottom: 0.6em;
}

div.access .map{
	border: 1px solid #c8c8c8;
}

div.access .access-btn{
	margin-top: 40px;
}

div.access .access-btn a{
	position: relative;
    display: inline-block;
	font-size: 21px;
    width: 240px;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    text-decoration: none;
    margin: 0 3% 0 0;
    line-height: 1;
    font-weight: bold;
    box-sizing: border-box;
}

div.access .access-btn a:first-child:hover{
	color: #f395a6;
}

div.access .access-btn a:last-child:hover{
	color: #9dc9ac;
}

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

/* --- SP ---------- */
@media screen and (max-width: 768px) {
	div.contact-btn{
		width: 90%;
		top: inherit;
		bottom: 28px;
	}
	
	div.position{
		bottom: inherit;
		top: 24px;
	}
	
	div.catalog-btn{
		width: 90%;
	    bottom: 20px;
	}
	
	div.insta-btn{
		width: 90%;
		bottom: 120px;
	}
	
	div.access{
		width: 100%;
	}
	
	div.access .txt{
		font-size: 18px;
	}
	
	div.access .ttl{
		font-size: 35px;
	}
	
	div.access .name{
		font-size: 24px;
	}
	
	div.access .access-btn a{
		margin: 15px 3% 0 0;
	}

	.popup {
		padding-right: 40px;
	}
	
	.popup .close{
		width: 40px;
		height: 40px;
		top: 4.2%;
	}
}

.video-wrap{
	padding: 60px 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

/* --- SP ---------- */
@media screen and (max-width: 768px) {
	.video-wrap {
		position: relative;
		width: 80%;
		padding: 72% 0;
		margin: 60px auto;
	}

	.video-wrap iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/* swiper */

.container {
	position: relative;
	max-width: 532px;
	width: 100%;
    margin: 0 auto;
}

/* .swiper{
	max-width: 482px;
	width: 90%;
	box-sizing: border-box;
}

.top-swiper{
	margin-bottom: 20px;
}

.swiper-wrapper{
	transform: translate3d(0, 0, 0);
	justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev{
	color: #8c8c8c;
	width: 20px;
	height: 100%;
    top: 0;
    margin-top: 0;
}

.swiper-button-next{
	right: 0;
}

.swiper-button-prev{
	left: 0;
}

.swiper-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-prev::after{
	font-size: 30px;
} */