@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

/*
nav#gnavi ul li:nth-child(6) a:before,
nav#gnavi ul li:nth-child(7) a:before,
nav#gnavi ul li:nth-child(8) a:before{
	content:"NEW";
}
*/

/*
nav#gnavi ul li:nth-child(6) a,
nav#footnav ul li:nth-child(6) a{
	opacity:0.4;
	pointer-events: none;
}
*/

body {
	color: #221815;
}

div#header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 65535;
	background: #FFFFFF;
}

.header {
	max-width: 1200px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}

h1 {
	display: block;
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}

.head_logo {
	position: absolute;
	left: 10px;
	top: 35px;
}

.headnavi {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
.headnavi li {
	font-size: 16px;
	margin-left: 10px;
}
.headnavi li.btn_map,
.headnavi li.btn_out {
	margin-right: 20px;
}
.headnavi li.btn_ent a {
	background: #ae0e16;
	color: #fff;
	display: block;
	padding: 8px 15px;
}

.headnavi li.btn_rsv a {
	background: #00003a;
	color: #fff;
	display: block;
	padding: 8px 30px;
}

.headnavi li a {
	transition: all 0.5s ease-in-out 0s;
}
body:not(.mobile) .headnavi li a:hover {
	opacity: 0.7;
}
.headnavi_sp {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
.headnavi_sp li {
	float: left;
	width: 50px;
}

nav {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 100px;
	z-index: 65535;
}

.none a {
	pointer-events: none;
	opacity: 0.3;
}

ul.pc_nav {
	display: flex;
	justify-content: center;
	line-height: 0;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1200px;
}
ul.pc_nav li {
	border: solid 1px #000;
	box-sizing: border-box;
	width: calc(133% / 12);
}
ul.pc_nav li:not(:last-child) {
	border-right: none;
}
ul.pc_nav li > a {
	transition: all 0.5s ease;
	display: block;
	position: relative;
	text-align: center;
}
ul.pc_nav li > img {
	/*opacity:0.3;*/
}
ul.pc_nav li > a:after {
	background: #24766b;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
}
ul.pc_nav li > a:before {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	max-width: 24%;
	height: 30px;
	background: url(../images/common/new.png) top left no-repeat;
	background-size: contain;
	z-index: 2;
}
body:not(.mobile) ul.pc_nav li > a:hover:after,
ul.pc_nav li > a.cr:after {
	height: 100%;
}

ul.sp_nav {
	background: #fff;
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
.sp_nav li {
	float: left;
	width: 50%;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
}


.sp_nav li:first-child{
	width:100%;
}


.sp_nav li:nth-child(2n+1) {
	border-right: none;
}
.sp_nav li a {
	padding: 0 1%;
	display: block;
	color: #000;
	position: relative;
}
.sp_nav li > a:before {
	background: #900000;
	font-family: "Times New Roman", Times, "serif";
	font-size: 10px;
	padding: 2px;
	line-height: 1;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
.sp_nav li a.none {
	color: #CCC;
}
.sp_nav li a.cr:not(.none),
.sp_nav li a:not(.none):hover {
	text-decoration: none;
	color: #fff;
	background: #24766b;
}

nav#footnav {
	background: none;
	border: none;
	z-index: 2;
	position: relative;
	overflow: hidden;
	top: 0;
}
nav#footnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
nav#footnav ul li {
	border-right: 1px solid;
	margin-bottom: 10px;
	padding: 0 10px;
}
nav#footnav ul li:nth-child(1) {
	border-left: 1px solid;
}

div#contents_wrap {
	position: relative;
	padding-top: 100px;
	font-weight: 500;
}

.c_bg {
	position: relative;
}
.c_bg::after {
	background: url("../images/common/bg.png") repeat center;
	background-size: 100% auto;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -2;
}

.cv_btn {
	margin: 0 auto 30px;
	max-width: 490px;
}
body:not(#top) .cv_btn {
	padding: 0 10px;
}
.cv_btn a {
	background: #ae0e16;
	color: #fff;
	display: block;
	font-size: 29px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 18px 5px 20px;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
}

.cv_btn.cv_rsv a {
	background: #00003a;
}

.cv_btn.cv_mat a {
	background: #0549d1;
}


body:not(.mobile) .cv_btn a:hover {
	opacity: 0.7;
}
.cv_btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 25px solid #fff;
}

.inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
}

.caption {
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
	font-size: 10px;
}
.caption p {
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

#footer {
	padding: 1em 0;
}
#footer:after {
	content: '';
	display: block;
	clear: both;
}
#footer #tel {
	background: #eee;
}
#footer .tel_in {
	background: #eee;
	margin: 20px auto;
	padding: 20px 10px;
	text-align: center;
	max-width: 960px;
}
#footer #tel p {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
#footer #tel p.note {
	text-align: left;
}
#footer #tel p.tel {
	font-size: 40px;
	color: #000000;
	line-height: 1;
}
#footer #tel p.tel img {
	margin-right: 10px;
}
#footer .company,
#footer .copyright {
	text-align: center;
}


#footer .foot_flex{
	max-width:870px;
	margin:0 auto;
	width:calc(100% - 40px);
	display: flex;
	justify-content:space-between;
	align-items:center;
}

#footer .foot_flex .add_list{
	float: left;
}
#footer .foot_flex .add_list li{
	display: inline-block;
	padding-left:10px;
}
#footer .foot_flex .add_list li a{
	font-size: 14px;
	text-decoration: underline;
}

#footer .company{
	padding:0 20px;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
}

#footer .company li:nth-child(1){
	margin-right:40px;
}


@media screen and (max-width: 900px) {
	
	#footer .foot_flex .add_list li a{
		font-size: 12px;
	}
	
}

@media screen and (max-width: 600px) {
	#footer {
		padding: 1em 0 20px;
	}
	#footer #tel p {
		margin: 8px auto;
	}
	#footer #tel p span.aw {
		display: block;
	}
	#footer #tel p.note {
		text-align: center;
	}
	
	#footer .foot_flex{
		flex-wrap:wrap;
	}
	
	#footer .foot_flex{
		flex-wrap:wrap;
	}

	#footer .foot_flex .add_list{
		text-align: center;
		margin-right:0;
		margin-bottom:15px;
		width:100%;
	}
	#footer .foot_flex .add_list li{
		display: block;
		padding-left:0;
	}
	
	#footer .copyright{
		width:100%;
	}
	
	#footer .company{
		flex-wrap:wrap;
		
	}

	#footer .company li{
		width:100%;
	}
	
	#footer .company li:nth-child(1){
		margin-right:0;
		margin-bottom:10px;
	}

	
}



@media screen and (max-width: 900px) {
	
	.headnavi li.btn_map, .headnavi li.btn_out{
		margin-right:10px;
	}
	
	.headnavi li.btn_rsv a{
		padding:8px 15px;
	}
	
}


@media screen and (max-width: 767px) {
	div#header_wrap {
		/* position: absolute; */
	}
	.header {
		height: auto;
		padding-top: 50px;
	}
	h1 {
		display: none;
	}
	.sp_head_fix {
		background: #FFFFFF;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 32768;
	}
	.head_logo {
		left: 5px;
		top: 8px;
		max-width: 200px;
		right: 110px;
		line-height: 35px;
	}
	.headnavi {
		display: none;
	}
	.headnavi_sp {
		display: block;
	}
	nav#gnavi {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
	}
	ul.pc_nav {
		display: none;
	}
	
	
	
	.cv_btn a {
		font-size: 22px;
	}
	.cv_btn a::after {
		margin-top: -10px;
		border: 10px solid transparent;
		border-left: 15px solid #fff;
	}
	
	.caption {
		margin: 30px auto;
	}

	div.footer {
		position: relative;
		border-top: none;
	}
	.foot_link {
		height: auto;
	}
	.foot_link li {
		float: none;
		margin-left: 0 !important;
		text-align: center !important;
	}
	div#contents_wrap {
		padding-top: 50px;
	}
	
	.sp_slide {
		position: relative;
		text-align: center;
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.sp_slide_in {
		position: relative;
		text-align: center;
		display: block;
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.sp_slide:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		width: 185px;
		height: 93px;
		animation: horizontal 1s ease-in-out infinite alternate;
		background: url(../images/common/swipeIcon.png) center center no-repeat;
		background-size: contain;
		pointer-events: none;
	}
	.sp_slide.scrolled:after {
		pointer-events: none;
		opacity: 0;
		transition: all 0.5s ease-in-out 0s;
	}
	.sp_slide img {
		max-width: 750px;
	}
}
@media screen and (max-width: 480px) {
	.cv_btn a {
		font-size: 18px;
	}
}

@keyframes horizontal {
	0% {
		transform: translate(-30%, -50%);
	}
	100% {
		transform: translate(-70%, -50%);
	}
}

@media print {
	#contents {
		padding: 15px 10px !important;
	}
	div#contents_wrap {
		padding-top: 0px;
	}
	div#header_wrap {
		position: static;
	}
	.noprint,
	.headnavi,
	nav,
	.pop_print {
		display: none;
	}
	#footer #tel {
		margin: 0 auto 20px;
		padding: 10px 10px;
	}
	#footer #tel p.note:nth-child(1) {
		display: block;
	}
}

.pos_re,
figure {
	position: relative;
}
.imgcap,
figcaption {
	position: absolute;
	padding: 3px 5px;
	line-height: 1.5;
	right: 0;
	bottom: 0;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.8);
}
.imgcap.no_bg,
figcaption.no_bg {
	background: none;
}
.imgcap.black,
figcaption.black {
	color: #000;
}
.imgcap.shadow,
figcaption.shadow {
	background: none;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff;
}
.imgcap.black_shadow,
figcaption.black_shadow {
	background: none;
	text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000, 0 0 10px #000;
}
.imgcap.left,
figcaption.left {
	right: auto;
	left: 0;
}

/* palallax */
body:not(.mobile) .fadeup {
	transition: opacity 0.6s ease-in-out 0s, transform 0.8s ease-in-out 0s;
	opacity: 0;
	transform: translateY(50px);
}
body:not(.mobile) .fadeup.parallax-show {
	opacity: 1;
	transform: translateY(0px);
}
body:not(.mobile) .fadeup_parent > * {
	transition: opacity 0.6s ease-in-out 0s, transform 0.8s ease-in-out 0s;
	opacity: 0;
	transform: translateY(50px);
}
body:not(.mobile) .fadeup_parent > *:nth-child(2) {
	transition-delay: 0.1s;
}
body:not(.mobile) .fadeup_parent > *:nth-child(3) {
	transition-delay: 0.2s;
}
body:not(.mobile) .fadeup_parent > *:nth-child(4) {
	transition-delay: 0.3s;
}
body:not(.mobile) .fadeup_parent > *:nth-child(5) {
	transition-delay: 0.4s;
}
body:not(.mobile) .fadeup_parent > *:nth-child(6) {
	transition-delay: 0.5s;
}
body:not(.mobile) .parallax-show.fadeup_parent > * {
	opacity: 1;
	transform: translateY(0px);
}