@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}

a {
	background-color: transparent;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select::-ms-expand {
	display: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

b,strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

caption {
	text-align: left;
}

/* ---------- common ---------------------------------------- */
body {
	color: #212121;
	font-size: 100%;
	font-family: '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color: #212121;
	font-size: 100%;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.08em;
}

p {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 200%;
}

address {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 200%;
}

th,td {
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
	text-align: left;
	vertical-align: top;
}

dt,dd {
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
}

li {
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.08em;
	list-style-type: none;
}

input,textarea,select {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 100%;
}

a {
	letter-spacing: 0.08em;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.mincho {
	font-family: 'Yu Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
	font-weight: 600;
}
.en {
	font-family: 'Raleway', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.num {
	font-family: 'Montserrat', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

/* ---------- container ---------------------------------------- */
#container {
	position: relative;
	min-width: 1100px;
	left: 0;
}

/* ---------- header ---------------------------------------- */
#header {
	position: relative;
	min-width: 960px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header .logo {
	width: 160px;
	margin: auto;
	padding-top: 45px;
	text-align: center;
	font-size: 0;
	line-height: 100%;
}
#header .logo a {
	display: inline-block;
}
#header .logo a img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

.gnav-area {
	padding-top: 34px;
	padding-bottom: 16px;
}
.gnav {}
.gnav ul {
	text-align: center;
}
.gnav ul li {
	display: inline-block;
	margin: 0 7px;
	vertical-align: middle;
}
.gnav li:last-child {
	margin-right: 0;
}
.gnav li a {
	position: relative;
	display: inline-block;
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.gnav ul a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #757575;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.gnav ul a:hover:after,
.top .gnav ul .top a:after,
.cine .gnav ul .cine a:after,
.even .gnav ul .even a:after,
.sche .gnav ul .sche a:after,
.fee .gnav ul .fee a:after,
.abou .gnav ul .abou a:after,
.cont .gnav ul .cont a:after {
	opacity: 1;
}

.gnav-area .right {
	position: absolute;
	top: 0;
	right: 0;
}
.gnav-area .sns-list {
	position: absolute;
	top: 0;
	right: 15px;
	width: 200px;
	padding: 18px 0;
	text-align: right;
	font-size: 0;
}
.gnav-area .sns-list li {
	display: inline-block;
	margin: 0 7px;
	text-align: center;
	vertical-align: middle;
}
.gnav-area .sns-list li a {
	display: block;
}
.gnav-area .sns-list li a svg,
.gnav-area .sns-list li a i {
	font-size: 19px;
}
.gnav-area .sns-list li.face a svg,
.gnav-area .sns-list li.face a i {
	font-size: 17px;
}
.gnav-area .sns-list li.note {
	width: 62px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.gnav-area .sns-list li.note img {
	display: block;
}
.gnav-area .reserve-button {
	position: absolute;
	bottom: -15px;
	right: 0;
	width: 120px;
	z-index: 1000;
}
.gnav-area .reserve-button a {
	display: block;
	padding: 17px 0 18px;
	background-color: #212121;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 140%;
	text-align: center;
}
.gnav-area .reserve-button a span {
	display: block;
	padding-top: 4px;
	font-size: 12px;
	line-height: 150%;
}
.gnav-area .reserve-button a:before {
	content: "";
	float: left;
	width: 115px;
	height: 2px;
	background-color: #212121;
	position: absolute;
	bottom: -6px;
	left: 5px;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
}
.gnav-area .reserve-button a:hover:before {
	left: 0;
	bottom: -0px;
}


/* gnav-fixed */
.gnav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1040px;
	padding: 10px 0 9px;
	background-color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transform : translateY(-100%);
	-ms-transform : translateY(-100%);
	transform: translateY(-100%);
	z-index: 3500;
}
.gnav-fixed.show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.gnav-fixed .sns-list {
	display: none;
}
.gnav-fixed .reserve-button {
	display: none;
}

/* btn-spnav */
.btn-spnav {
	display: none;
}


/* ---------- main ---------------------------------------- */
#main {
	overflow: hidden;
}

/* ---------- footer ---------------------------------------- */
#footer {
	clear: both;
	padding: 77px 0 120px;
	background: url(../images/bg_footer.gif) repeat center center;
	text-align: center;
}
#footer .inner {
	overflow: hidden;
	width: 720px;
	margin: auto;
}
.sns-nav {
	padding-bottom: 36px;
	border-bottom: solid 2px #9e9e9e;
}
.sns-nav .title {
	padding: 0 0 25px;
	background: url(../images/ic_decoration_w.png) no-repeat bottom center;
	background-size: auto 18px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.sns-nav ul {
	padding-top: 22px;
	text-align: center;
	font-size: 0;
}
.sns-nav ul li {
	display: inline-block;
	margin: 0 13px;
	text-align: center;
	vertical-align: middle;
}
.sns-nav ul li.note {
	padding-left: 4px;
}
.sns-nav ul li a {
	display: block;
}
.sns-nav ul li a svg,
.sns-nav ul li a i {
	color: #fff;
	font-size: 30px;
}
.sns-nav ul li.note img {
	width: 88px;
}

.footer-left {
	width: 50%;
	float: left;
	text-align: left;
}
.footer-left .company {
	margin-top: 42px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.footer-left p {
	color: #fff;
	font-size: 13px;
	line-height: 200%;
}
.footer-left a {
	color: #fff;
	text-decoration: underline;
}
.footer-right {
	width: 50%;
	float: right;
}
.fnav {
	padding: 94px 0 11px;
}
.fnav ul {
	text-align: right;
}
.fnav ul li {
	display: inline-block;
	margin: 0 3px;
}
.fnav li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #9e9e9e;
	margin-left: 10px;
	vertical-align: middle;
}
.fnav li:last-child:after {
	display: none;
}
.fnav ul li a {
	padding: 4px;
	color: #fff;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0.08em;
}
.fnav ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	text-align: right;
}
#footer .copyright small {
	color: #9e9e9e;
	font-size: 9px;
	line-height: 120%;
	letter-spacing: 0.08em;
}

/* pagetop */
.pagetop {
	position: fixed;
	bottom: 70px;
	right: 30px;
	z-index: 2000;
}
.pagetop a {
	display: block;
	background: url(../images/pagetop.png) no-repeat center center;
	width: 70px;
	height: 70px;
	text-align: center;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

/* ---------- spnav ---------------------- */
#spnav {
	display: none;
}
#spnav-overlay {
	opacity: 0;
}
@media (min-width: 769px) {
	#spnav {
		display: none !important;
	}
	#spnav-overlay {
	opacity: 0 !important;
}
}
/* ---------- is-pc (PC or スマホを判定するための要素) ---------------------- */
#is-pc {
	display: block;
}
@media only screen and (max-width: 768px) {
	#is-pc {
		display: none;
	}
}


@media only screen and (max-width: 768px) {

	/* ---------- common ---------------------------------------- */
	body {
		
	}

	p,address,th,td,li,dt,dd,input,textarea,select {
		font-size: 3.466vw;
	}

	/* ---------- container ---------------------------------------- */
	#container {
		min-width: inherit;
	}

	/* ---------- header ---------------------------------------- */
	#header {
		overflow: visible;
		min-width: inherit;
		height: 16vw;
		background-color: #fff;
		z-index: 6000;
	}

	/* logo */
	#header .logo {
		padding-top: 1.6vw;
		font-size: 0;
		width: 13.2vw;
	}

	.gnav-area {
		display: none;
		position: fixed;
		padding: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(255,255,255,0.95);
	}
	.gnav-area nav {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 100%;
	}
	.gnav {}
	.gnav ul {
		text-align: center;
	}
	.gnav ul li {
		display: block;
		margin: 0 0 4vw;
		vertical-align: middle;
	}
	.gnav ul li:last-child {
		margin-right: 0;
	}
	.gnav ul li a {
		position: relative;
		display: block;
		padding: 4px 0;
		font-size: 4vw;
	}
	.gnav ul a:after {
		display: none;
	}
	.gnav-area .right {
		position: relative;
		top: inherit;
		right: inherit;
	}
	.gnav-area .sns-list {
		position: relative;
		top: inherit;
		right: inherit;
		width: auto;
		padding: 4.4vw 0 0;
		text-align: center;
	}
	/*.gnav-area .reserve-button {
		position: relative;
		bottom: inherit;
		right: inherit;
		width: 68%;
		margin: 6vw auto 0;
	}
	.gnav-area .reserve-button a {
		display: block;
		padding: 4vw 4vw;
	}
	.gnav-area .reserve-button a span {
		padding-top: 0;
		font-size: 3.466vw;
		line-height: 140%;
	}
	.gnav-area .reserve-button a i,
	.gnav-area .reserve-button a svg {
		display: none;
	}
	.gnav-area .reserve-button a span br {
		display: none;
	}
	.gnav-area .reserve-button a:before,
	.gnav-area .reserve-button a:after {
		display: none;
	}*/
	.gnav-area .reserve-button {
		display: none;
	}

	/* gnav-fixed */
	.gnav-fixed {
		display: none;
	}

	/* btn-spnav */
	.btn-spnav {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		width: 16vw;
		height: 16vw;
		background-color: #212121;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		z-index: 6000;
	}
	.btn-spnav:focus {
		outline: none;
	}
	.btn-spnav span {
		display: block;
		position: absolute;
		width: 6.4vw;
		top: 7.466vw;
		right: 4.533vw;
		height: 2px;
		background: #fff;
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.btn-spnav span:before,
	.btn-spnav span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 6.4vw;
		height: 2px;
		background-color: #fff;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.btn-spnav span:before {
		top: -2.133vw;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.btn-spnav span:after {
		bottom: -2.133vw;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.open .btn-spnav span {
		background: none;
	}
	.open .btn-spnav span:before,
	.open .btn-spnav span:after {
		background: #fff;
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.open .btn-spnav span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .btn-spnav span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* ---------- main ---------------------------------------- */
	#main {
		overflow: hidden;
	}

		/* ---------- footer ---------------------------------------- */
	#footer {
		padding: 11.6vw 0 14.8vw;
	}
	#footer .inner {
		width: auto;
		margin: 0 8vw;
	}
	.sns-nav {
		padding-bottom: 8.8vw;
	}
	.sns-nav .title {
		padding: 0 0 5.6vw;
		background-size: auto 3.733vw;
		font-size: 4.8vw;
	}
	.sns-nav ul {
		padding-top: 4.8vw;
		text-align: center;
		font-size: 0;
	}
	.sns-nav ul li {
		margin: 0 2vw;
	}
	.sns-nav ul li.note {
		padding-left: 1.2vw;
	}
	.sns-nav ul li a svg,
	.sns-nav ul li a i {
		font-size: 6.8vw;
	}
	.sns-nav ul li.note img {
		width: 20vw;
	}

	.footer-left {
		width: auto;
		float: none;
	}
	.footer-left .company {
		margin-top: 8.8vw;
		padding-bottom: 2vw;
		font-size: 3.466vw;
	}
	.footer-left p {
		font-size: 3.2vw;
		line-height: 180%;
	}
	.footer-right {
		width: auto;
		float: none;
	}
	.fnav {
		padding: 8vw 0 2.8vw;
	}
	.fnav ul {
		margin-left: -2vw;
		text-align: left;
		font-size: 0;
	}
	.fnav ul li {
		display: inline-block;
		margin: 0 1vw;
	}
	.fnav li:after {
		height: 2.8vw;
		margin-left: 2.4vw;

	}
	.fnav ul li a {
		padding: 1vw;
		font-size: 3.2vw;
	}

	#footer .copyright {
		text-align: left;
	}
	#footer .copyright small {
		font-size: 2.8vw;
	}

	/* pagetop */
	.pagetop {
		bottom: 14vw;
		right: 3vw;
	}
	.pagetop a {
		background-size: 100% 100%;
		width: 12vw;
		height: 12vw;
	}

}
