@charset "utf-8";

body {
	font-size: 16px;
}


.pc-on {
	display: none;
}
.sp-on {
	display: block;
}


/** -- 画像サイズ縮小 -- **/
.widz50p {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/** -- テキスト -- **/
span.big {
	font-size: 110%;
}

.spt90p {
	font-size: 90%;
}


/** -- 余白 -- **/
.mb-10 {
	margin-bottom: 2vw!important;
}
.mb-20 {
	margin-bottom: 4vw!important;
}
.mb-30 {
	margin-bottom: 6vw!important;
}
.mb-40 {
	margin-bottom: 8vw!important;
}
.mb-50 {
	margin-bottom: 10vw!important;
}


/** ---------------------------
	header 
--------------------------- **/
header .signboard {
	position: relative;
}


/** -- logo -- **/
header .logo {
	width: 80%;
}

header .logo h1 {
	width: 100%;
}

header .logo h1 p {
	font-size: 2.6vw;
	bottom: 0;
	left: 15vw;
}


/** -- contact button -- **/
header .contactBtn {
	display: none;
}


/** -- hamburger -- **/
header .hamburger {
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 15%;
	z-index: 998;
}


/** -- nav -- **/
header nav {
	background-color: #ffffff;
	display: none;
	padding-top: 2vw;
	position: fixed;
	right: 0;
	top: 18vw;
	z-index: 999;
}

header nav .column {
	display: block;
}

header nav ul li {
	margin-bottom: 2vw;
}

header nav a {
	display: block;
	font-weight: normal;
	font-size: 4vw;
	padding: 4vw 0;
}


/** main image -- **/
header .mainImage {
	text-align: center;
}


/** ---------------------------
	main
--------------------------- **/
#main {
	margin: 0 20px;
}

/* lineFriend */
#main .sns .lineFriend img {
	width: 50%;
}
	
.mainWrapper p {
	font-size: 3.4vw;
	line-height: 1.6;
}

.mainWrapper .fullWidth {
	margin-left: -4vw;
	margin-right: -4vw;
}

#main a.pageTop {
	font-size: 3vw;
}


/** ---------------------------
	footer
--------------------------- **/
footer {
	margin: 80px 20px 0;
	padding-bottom: 30px;
}

footer p {
	font-size: 3.5vw;
}


/** -- menu button -- **/

footer .menuBtn a {
	margin: 0 2px;
}


/** -- sns -- **/
/* lineFriend */
footer .sns .lineFriend {
	margin-bottom: 30px;
}

/* account */
footer .sns .account {
	margin-bottom: 40px;
}

footer .sns .account p {
	margin-right: 10px;
}


/** -- info -- **/
footer .info {
	margin-bottom: 50px;
}

footer .info .column {
	display: block;
}

/* about */
footer .info .about {
	margin-bottom: 30px;
	margin-right: 0;
	max-width: inherit;
}

/* logo */
footer .info .logo {
	margin-bottom: 30px;
}

footer .info .logo .catchcopy {
	font-size: 3vw;
	margin-bottom: 2px;
}

footer .info .logo h1 {
	font-size: 100%;
}

footer .info .logo h1 p {
	font-size: 3vw;
	bottom: 0;
	left: 18vw;
}

/* access */
footer .info .access {
	margin: 0 auto;
	max-width: 450px;
}

footer .info .access .btn {
	display: block;
	margin: 20px auto;
	width: 60%;
}


/** -- menu -- **/
footer .menu {
	margin-bottom: 30px;
}

footer .menu nav li {
	margin-bottom: 0;
	margin-right: 4vw;
}

footer .menu nav a {
	font-size: 2.7vw;
	text-decoration: none;
}
footer .menu nav a:hover {
	text-decoration: underline;
}


/** -- copyright -- **/
footer .copyright {
	font-size: 89%;
	font-weight: bold;
	text-align: center;
}


/** ---------------------------
	top page 
--------------------------- **/
/** -- 予約ボタン -- **/
#main .reservation {
	margin-left: -4vw;
	margin-right: -4vw;
}

#main .reservation .btn a {
	display: block;
	width: 50%;
}

#main .reservation p {
	font-size: 3.5vw;
	margin-left: 2vw;
	text-align: left;
}


/** -- menu button -- **/
.top .menuBtn {
	margin-bottom: 50px;
}

.top .menuBtn .column {
	margin: 0 -5px;
}

.top .menuBtn a {
	width: -webkit-calc(100% / 4 - 10px);
	width: calc(100% / 4 - 10px);
}


/** -- news -- **/
.top .news {
	margin-bottom: 50px;
}

.top .news p {
	font-size: 3.6vw;
	margin-bottom: 20px;
}


/** -- banner -- **/
.top .banner {
	margin-bottom: 50px;
}


/** -- message -- **/
.top .message {
	margin-bottom: 80px;
}

/* frame */
.top .message .frame {
	margin-bottom: 10px;
	padding: 15px;
}

.top .message .frame .image {
	margin-top: -40px;
}

.top .message .text {
	min-height: inherit;
}

.top .message .text img {
	left: 20px;
	width: 20%;
}

.top .message .text p {
	font-size: 100%;
	margin-left: 32%;
	margin-top: 20px;
}

/* exp */
.top .message .exp {
	font-size: 89%;
}

@media screen and (max-width: 450px) {
	.top .message .frame {
		padding: 10px;
	}
	
	.top .message .frame .image {
		margin-top: 0;
	}
	
	.top .message .text p {
		font-size: 3.3vw;
		margin-left: 32%;
	}
	
	.top .message .text img {
		left: 0;
		width: 30%;
	}
}


/** -- contentBn -- **/
.top .contentBn {
	margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
	.top .contentBn .column {
		margin: 0;
	}
	
	.top .contentBn .box {
		margin: 0 0 20px;
		width: 100%;
	}
}


/** -- notification -- **/
.top .notification {
	margin-bottom: 50px;
}

.top .notification dl dt, .top .notification dl dd {
	font-size: 89%;
}
.top .notification dl dt {
	float: left;
	width: 120px;
}
.top .notification dl dd {
	margin-left: 120px;
}


/** -- intro -- **/
.top .intro {
	
}


/** -- search banner -- **/
.top .searchBn {
	
}