@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.burger_menu {
	overflow: hidden;
}
body {
	line-height: 1.7777;
	font-family: "メイリオ" , "Arial" , sans-serif;
	width: 100%;
	font-size: 16px;
}
p {
	color: #333;
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #333;
}
a:hover {
	color: #b8292d;
	transition: .2s;
	/*text-decoration: underline;*/
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "メイリオ" , "Arial" , sans-serif;
	}
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*ETC*/

.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-10	{ margin-top: 10px; }
.mt-15	{ margin-top: 15px; }
.mt-20	{ margin-top: 20px; }
.mt-25	{ margin-top: 25px; }
.mt-30	{ margin-top: 30px; }
.mt-35	{ margin-top: 35px; }
.mt-40	{ margin-top: 40px; }
.mt-45	{ margin-top: 45px; }
.mt-50	{ margin-top: 50px; }
.mt-80	{ margin-top: 80px; }
.mt-100	{ margin-top: 100px; }

.mr-10	{ margin-right: 10px; }
.mr-15	{ margin-right: 15px; }
.mr-20	{ margin-right: 20px; }
.mr-25	{ margin-right: 25px; }
.mr-30	{ margin-right: 30px; }
.mr-35	{ margin-right: 35px; }
.mr-40	{ margin-right: 40px; }
.mr-45	{ margin-right: 45px; }
.mr-50	{ margin-right: 50px; }

.ml-5	{ margin-left: 5px; }
.ml-10	{ margin-left: 10px; }
.ml-15	{ margin-left: 15px; }
.ml-20	{ margin-left: 20px; }
.ml-25	{ margin-left: 25px; }
.ml-30	{ margin-left: 30px; }
.ml-35	{ margin-left: 35px; }
.ml-40	{ margin-left: 40px; }
.ml-45	{ margin-left: 45px; }
.ml-50	{ margin-left: 50px; }
.ml-60	{ margin-left: 60px; }
.ml-70	{ margin-left: 70px; }
.ml-80	{ margin-left: 80px; }

.mb-10	{ margin-bottom: 10px; }
.mb-15	{ margin-bottom: 15px; }
.mb-20	{ margin-bottom: 20px; }
.mb-25	{ margin-bottom: 25px; }
.mb-30	{ margin-bottom: 30px; }
.mb-35	{ margin-bottom: 35px; }
.mb-40	{ margin-bottom: 40px; }
.mb-45	{ margin-bottom: 45px; }
.mb-50	{ margin-bottom: 50px; }
.mb-55	{ margin-bottom: 55px; }
.mb-60	{ margin-bottom: 60px; }
.mb-80	{ margin-bottom: 80px; }
.mb-100	{ margin-bottom: 100px; }

/*padding*/
.pt-10	{ padding-top: 10px; }
.pt-15	{ padding-top: 15px; }
.pt-20	{ padding-top: 20px; }
.pt-25	{ padding-top: 25px; }
.pt-30	{ padding-top: 30px; }
.pt-35	{ padding-top: 35px; }
.pt-40	{ padding-top: 40px; }
.pt-45	{ padding-top: 45px; }
.pt-50	{ padding-top: 50px; }
.pt-100	{ padding-top: 100px; }

.pr-10	{ padding-right: 10px; }
.pr-15	{ padding-right: 15px; }
.pr-20	{ padding-right: 20px; }
.pr-25	{ padding-right: 25px; }
.pr-30	{ padding-right: 30px; }
.pr-35	{ padding-right: 35px; }
.pr-40	{ padding-right: 40px; }
.pr-45	{ padding-right: 45px; }
.pr-50	{ padding-right: 50px; }

.pl-10	{ padding-left: 10px; }
.pl-15	{ padding-left: 15px; }
.pl-20	{ padding-left: 20px; }
.pl-25	{ padding-left: 25px; }
.pl-30	{ padding-left: 30px; }
.pl-35	{ padding-left: 35px; }
.pl-40	{ padding-left: 40px; }
.pl-45	{ padding-left: 45px; }
.pl-50	{ padding-left: 50px; }

.pb-10	{ padding-bottom: 10px; }
.pb-15	{ padding-bottom: 15px; }
.pb-20	{ padding-bottom: 20px; }
.pb-25	{ padding-bottom: 25px; }
.pb-30	{ padding-bottom: 30px; }
.pb-35	{ padding-bottom: 35px; }
.pb-40	{ padding-bottom: 40px; }
.pb-45	{ padding-bottom: 45px; }
.pb-50	{ padding-bottom: 50px; }

.bold   { font-weight: bold;}
.black  { color: #333;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}

.ttl_tips {
	text-align: center;
	padding-bottom: 80px;
	background-color: #fff;
}
	.ttl_tips .ja {
		font-size: 16px;
		line-height: 1;
		position: relative;
	}
		.ttl_tips .ja:before,
		.ttl_tips .ja:after {
			content: "";
			position: absolute;
			top: 11px;
			left: -40px;
			width: 30px;
			height: 1px;
			background-color: #333;
			background-size: 30px;
		}
		.ttl_tips .ja:after {
			left: auto;
			right: -40px;
		}
	.ttl_tips .en {
		font-size: 58px;
		font-weight: bold;
		font-family: "Arial", sans-serif;
		line-height: 1;
		display: block;
		color: #333;
		margin-top: 10px;
	}

.more_btn {
	font-size: 36px;
	font-weight: bold;
	font-family: "Arial", sans-serif;
	display: inline-block;
	width: 275px;
	position: relative;
	transition: .3s;
}
.more_btn:before,
.more_btn:after {
	content: "";
	position: absolute;
}
.more_btn:before {
	background-color: #333;
	border-radius: 5px;
	display: block;
	height: 7px;
	width: 275px;
	bottom: 0;
}
.more_btn:after {
	background-color: #333;
	border-radius: 5px;
	display: inline-block;
	height: 40px;
	width: 7px;
	transform: rotate(130deg);
	bottom: -4px;
	right: 13px;
}
.more_btn:hover {
	transform: translateX(20px)!important;
	transition: .3s;
}
.more_btn:hover:before,
.more_btn:hover:after {
}
.more_btn a {
	display: inline-block;
	width: 100%;
}
.more_btn a:hover {
	color: #333;
}

/*2カラム共通レイアウト要素*/
.col_list {
	flex-wrap: wrap;
	justify-content: space-between;
}
	.col_list li {
		max-width: 670px;
		width: 47.1831%;
	}
	.col_list li:nth-child(2n) {
		margin-left: 80px;
		margin-left: 5.634%;
	}
		.col_list li h4 {
			line-height: 1;
			margin-top: 20px;
		}
			.col_list li h4 .ja {
				font-size: 36px;
				font-weight: bold;
				display: inline-block;
				width: 100%;
			}
			.col_list li h4 .en {
				display: inline-block;
				width: 100%;
				margin-top: 5px;
				font-weight: bold;
				color: #999;
			}
		.col_list li p {
			margin-top: 18px;
			text-align: justify;
		}
		.col_list li p a {
			text-decoration: underline;
		}

.inner_border {
	display: block;
	border-top: 1px solid #333;
	width: 100%;
	max-width: 1420px;
	width: 85.03%;
	margin: 0 auto;
}

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

}

@media screen and (max-width:1300px) {
	.ttl_tips {
		padding-bottom: 50px;
	}
	.ttl_tips .en {
		font-size: 48px;
	}
	.more_btn {
		font-size: 28px;
		width: 200px;
	}
	.more_btn:before {
		width: 200px;
	}
	.col_list li h4 .ja {
		font-size: 28px;
	}
}

@media screen and (max-width:1024px) { 
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
	.ttl_tips {
		padding-bottom: 30px;
	}
	.ttl_tips .en {
		font-size: 36px;
	}
	.more_btn {
		max-width: 170px;
		font-size: 24px;
	}
	.more_btn:before {
		width: 170px;
		height: 5px;
	}
	.more_btn:after {
		width: 5px;
	}
	.col_list {
		display: block;
	}
	.col_list li {
		max-width: 1024px;
		width: 100%;
		margin-left: 0!important;
	}
	.col_list li+li {
		margin-top: 30px;
	}
	.col_list li h4 .ja {
		font-size: 24px;
	}
	.col_list li p {
		margin-top: 15px;
	}
	.inner_border {
		width: 100%;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
}

@media screen and (max-width:599px) { 
	.pc_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.tb_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}
	.ttl_tips {
		line-height: 1;
	}
	.more_btn,
	.more_btn a {
		font-size: 16px;
		width: 100px;
	}
	.more_btn:after {
		width: 3px;
		height: 29px;
		right: 10px;
	}
	.more_btn:before {
		height: 3px;
		width: 100px;
	}
}

@media screen and (max-width:599px) { 
}

/*== header ==*/
.header {
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fff;
	transition: .2s;
}
.h_ttl {
	display: none;
}
.global_nav {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding-right: 100px;
}
.global_nav .menu_list {
	justify-content: space-around;
	align-items: center;
}
	.global_nav .menu_list .logo {
		/*max-width: 136px;*/
		max-width: 150px;
	}
	.global_nav .menu_list .left { 
		margin-right: 0px;
	}
	.global_nav .menu_list .left:nth-child(1) {
		margin-right: 30px;
	}
	.global_nav .menu_list .left:nth-child(3) {
		margin-right: 10px;
	}
	.global_nav .menu_list .right {
		margin-left: 30px;
	}
	.global_nav .menu_list .right:nth-child(3) {
		margin-right: 10px;
	}
		.global_nav .menu_list li {
			position: relative;
			cursor: pointer;
			transition: .3s;
			z-index: 9999;
			background-color: #fff;
		}
			.global_nav .menu_list li a {
				color: #333;
				text-align: center;
				display: inline-block;
				line-height: 1;
			}
			.global_nav .menu_list li a:hover {
				color: #b8292d;
			}
			.global_nav .menu_list .logo a:hover {
				opacity: .6;
			}
				.global_nav .menu_list li a span {
					width: 100%;
				}
				.global_nav .menu_list li a span.en {
					font-size: 18px;
					font-weight: bold;
					display: inline-block;
					margin-bottom: 10px;
				}
				.global_nav .menu_list li a span.ja {
					font-size: 13px;
					color: #666;
				}
					.global_nav .menu_list li.sub_:hover span.ja,
					.global_nav .menu_list li.sub_:hover span.en,
					.global_nav .menu_list li a:hover span.ja {
						color: #b8292d;
					}
			.global_nav .menu_list li .sub_list {
				text-align: center;
				position: absolute;
				left: 50%;
				z-index: 999;
				visibility: hidden;
				opacity: 0;
				transform: translate(-50%,-2%);
				transition: .3s;
			}
			
			.global_nav .menu_list li.sub_:hover {
			}
			.global_nav .menu_list li.sub_:hover .sub_list {
				visibility: visible;
				opacity: 1;
				transition: .3s;
				transform: translate(-50%,13px);
			}
			.global_nav .menu_list li .sub_list:before {
				content: "";
				position: absolute;
				top: -14px;
				left: 89px;
				background-image: url(../images/common/pc/arrow_uemuki.svg);
				background-repeat: no-repeat;
				background-size: 18px;
				width: 18px;
				height: 18px;
				z-index: 99;
			}
				.global_nav .menu_list li .sub_list li {
					/*border: 1px solid #999;*/
					padding: 12px;
					background-color: #666;
					width: 175px;
				}
				.global_nav .menu_list li .sub_list li + li {
					border-top: 1px solid #fff;
				}
					.global_nav .menu_list li .sub_list li a {
						font-size: 14px;
						color: #fff;
					}
					.global_nav .menu_list li .sub_list li:hover,
					.global_nav .menu_list li .sub_list li a:hover {
						color: #b8292d;
					}

.sns_box {
	position: absolute;
	top: 50px;
	right: 50px;
}
	.sns_box li {
		max-width: 35px;
	}
	.sns_box li + li {
		margin-left: 15px;
	}
		.sns_box li a:hover {
			transition: .2s;
			opacity: .6;
		}


@media screen and (max-width:1600px) { 
	.sns_box {
		top: 15px;
		right: 15px;
	}
	.global_nav {
		width: 85.03%;
	}
}

@media screen and (max-width:1740px) { 
	.header {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	.global_nav {
		width: 75.03%;
		margin: 0 6.9445% auto;
	}
	.global_nav .menu_list .right {
		margin-left: 20px;
	}
	.global_nav .menu_list .left:nth-child(1) {
		margin-right: 12px;
	}
	.global_nav .menu_list li a span.en {
		font-size: 14px;
	}
	.global_nav .menu_list li a span.ja {
		font-size: 10px;
	}
}


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

}

@media screen and (max-width:1024px) { 
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header .h_ttl {
		/*margin-left: 20px;*/
		font-size: 0;
		margin: 0;
		transform: translateX(11px);
	}
	.header .h_ttl a {}
	.header .h_ttl a img {
		max-width: 80px;
	}
	.header .h_ttl a span {
		/*display: none;*/
	}
}

@media screen and (max-width:599px) {
	#header {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
}

/*ハンバーガーボタン*/
.burger-btn {
	display: block;
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 9999999;
	top: 17px;
	right: 5.3333%;
	cursor: pointer;
	transition: .3s;
	background-color: #333;
}
.burger-btn:hover {
	transition: .3s;
}
.bar {
	width: 25px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .3s;
}    
.bar_top {
	top: 10px;
}
.bar_mid {
	top: 49%;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 10px;
}
.burger-btn.close .bar_top {
	transform: translate(-50%,10px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
	transform: translate(-50%,-9px) rotate(-45deg);
	transition: transform .3s;
}
#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	padding-bottom: 50px;
	background-color: #fff;
	transition: .2s;
}
/*.change #sp_nav {
	display: block!important;
	transition: .2s;
}*/
#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
	#sp_nav .inner {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
		margin-top: 150px;
		margin-bottom: 150px;
	}
		#sp_nav .menu_list {
			padding-left: 80px;
		}
			#sp_nav .menu_list li {
				line-height: 1;
			}
			#sp_nav .menu_list li+li {
				margin-top: 50px;
			}
				#sp_nav .menu_list li a {
					color: #333;
					position: relative;
					font-size: 16px;
				}
				#sp_nav .menu_list li a:hover {
					color: #b8292d;
				}
				
					#sp_nav .menu_list li a:hover:before {
						background-color: #b8292d;
					}
				#sp_nav .menu_list li span.en {
					font-size: 18px;
					font-weight: bold;
				}
				#sp_nav .menu_list li span.ja {
					display: inline-block;
					width: 100%;
					margin-top: 4px;
					font-size: 14px;
					color: #666;
				}
				#sp_nav .menu_list li .sub_list {
					padding-left: 24px;
				}
				#sp_nav .menu_list li .sub_list li {
					margin-top: 30px;
				}
				#sp_nav .menu_list li .sub_list li a:before {
					content: "";
					position: absolute;
					top: 10px;
					left: -20px;
					width: 10px;
					height: 1px;
					background-color: #666;
				}
		#sp_nav .sns_box {
			position: initial;
			margin-top: 60px;
			margin-left: 80px;
		}


@media screen and (max-width:1440px) { 
	#sp_nav {
		overflow-y: scroll; 
	}
		#sp_nav .inner {
			margin-top: 180px;
			margin-bottom: 100px;
		}
}

@media screen and (max-width:1024px) { 
	#sp_nav .inner {
		margin-top: 90px;
		margin-bottom: 50px;
	}
	#sp_nav .sns_box li + li {
		margin-left: 20px;
	}
}

@media screen and (max-width:599px) { 
	#sp_nav .menu_list {
		padding-left: 30px;
	}
	#sp_nav .menu_list li+li {
		margin-top: 40px;
	}
	#sp_nav .sns_box {
		margin-left: 30px;
	}
}


/*== footer ==*/
.footer {
	border-top: 1px solid #999;
	background-color: #fff;
}
.footer .inner {
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
	/*padding-left: 50px;*/
	/*padding-right: 50px;*/
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.f_logo {
	/*max-width: 136px;*/
	max-width: 150px;
	margin: 0 auto;
	transition: .2s;
}
.f_logo :hover {
	transition: .2s;
	transition: .2s;
	opacity: .6;
}
.footer .info {
	margin-left: 30px;
}
.address {
	line-height: 1;
	margin-top: 5px;
	padding-left: 10px;
	position: relative;
}
	.address:before {
		content: "";
		position: absolute;
		bottom: 2px;
		left: -4px;
		background-image: url(../images/common/pc/address.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		width: 10px;
		height: 16px;
	}
.tel {
	line-height: 1;
	margin-top: 20px;
}
.tel a {
	position: relative;
	padding-left: 10px;
}
	.tel a:before {
		content: "";
		position: absolute;
		bottom: 6px;
		left: -6px;
		background-image: url(../images/common/pc/tel.svg);
		background-repeat: no-repeat;
		background-size: 10px;
		width: 10px;
		height: 13px;
	}
.open {
	line-height: 1;
	margin-top: 20px;
	position: relative;
	padding-left: 10px;
	font-family: "Arial", sans-serif;
}
	.open:before {
		content: "";
		position: absolute;
		top: -2px;
		left: -5px;
		background-image: url(../images/common/pc/beer.svg);
		background-repeat: no-repeat;
		background-size: 5px;
		width: 5px;
		height: 16px;
	}
	.open dd {
		font-size: 14px;
		margin-top: 10px;
	}

.footer_menu {
	margin-left: 60px;
}
	.footer_menu > li {
		margin-bottom: 20px;
	}
	.footer_menu li a {
		font-family: "Arial", sans-serif;
	}
	.footer_menu .sub_list li {
		margin-top: 10px;
		padding-left: 16px;
	}
		.footer_menu .sub_list li a {
			position: relative;
		}
			.footer_menu li a:hover {
				text-decoration: underline;
			}
			.footer_menu .sub_list li a:before {
				content: "";
				position: absolute;
				bottom: 10px;
				left: -14px;
				height: 1px;
				width: 7px;
				background-color: #333;
			}
footer .sns_box {
	position: static;
	justify-content: center;
}
.copyright {
	background-color: #333;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
}


@media screen and (max-width:1440px) {
	.footer .inner {
		width: 83%;
		margin-left: 50px;
	}
	.footer_menu {
		margin-left: 45px;
	}
	.address {
		font-size: 15px;
	}
	.tel {
		font-size: 15px;
	}
	.open {
		font-size: 15px;
	}
}

@media screen and (max-width:1300px) {
	.footer .inner {
		margin-left: 30px;
		/*padding: 0;*/
	}
	.footer_menu {
		margin-left: 35px;
	}
	.footer_menu:nth-child(1) {
		margin-left: 0;
	}
	.footer_menu > li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1024px) {
	.footer {
		margin-bottom: 60px;
	}
	.footer .inner {
		padding-top: 25px;
		padding-bottom: 35px;
		justify-content: center;
		margin: 0 auto;
	}
	.f_ttl {
		max-width: 200px;
		margin: 0 auto;
		transition: .2s;
	}
	.footer .info {
		display: none;
	}
	.footer_menu {
		display: none;
	}
	.sns_info .sns_box {
		position: inherit;
		justify-content: center;
	}
	.sns_box li + li {
		margin-left: 20px;
	}
	.tel a:before {
		bottom: 8px;
	}
}
	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root .tel a:before {
		bottom: 5px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .tel a:before {
			bottom: 5px;
		}
	}

@media screen and (max-width:599px) {
	.f_logo {
		/*transform: translateX(22px);*/
	}
	.f_left {
		display: block;
	}
	.footer .info {
		margin-top: 22px;
		margin-left: 0;
	}
}


/*== その他・アクション系 ==*/
/*PAGE TOP*/
#page_top {
	width: 90px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 99999;
}
	#page_top a {
		color: #333;
		display: inline-block;
		width: 100%;
		text-decoration: none;
		transition: .3s;
		position: relative;
		font-size: 13px;
		font-weight: bolder;
		text-align: center;
		padding-top: 50px;
		box-sizing: border-box;
	}
		#page_top a .arrow_up {
			position: absolute;
			background-image: url(../images/common/pc/page_top.svg);
			background-repeat: no-repeat;
			background-size: 90px;
			width: 90px;
			height: 135px;
			top: -90px;
			left: 50%;
			transform: translateX(-50%);
			transition: .3s;
		}
		#page_top a:hover {
			transition: .5s;
			opacity: .8;
		}
		#page_top:hover .arrow_up {
			top: -100px;
			transition: .3s;
		}
@media screen and (max-width:1600px) { 
	#page_top {
		bottom: 90px;
	}
}
@media screen and (max-width:1024px) { 
	#page_top {
		/*bottom: 55px;*/
		bottom: 110px;
		right: 20px;
	}
}
@media screen and (max-width:599px) {
	#page_top {
		right: 5px;
	}
		#page_top a {
			padding-top: 5px;
		}
		#page_top a .arrow_up {
			width: 60px;
			background-size: 60px;
		}
}


/*fade-in*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
.fi_left {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(-100px, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1024px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}



/*== ローディング画面 ==*/
.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999999;
	opacity: 1;
	visibility: visible;
}
.loading.is-active {
	 opacity: 0; 
	 visibility: hidden; 
}
.loading-animation {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	z-index: 9999;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	position: relative;
}
.loading-animation img {
	width: 50%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loading-animation.is-active {
	opacity: 1;
	visibility: visible;
}
p.mv_txt {
	font-size: 48px;
	font-family: serif;
	text-align: -webkit-match-parent;
}

@media screen and (max-width:1024px) { 
	.loading-animation img {
		width: auto;
		height: 60vh;
	}
}

@media screen and (max-width:599px) { 
	.loading-animation img.sp_only {
		width: auto;
		height: 60vh;
	}
}


/*== WEBでのご予約 ==*/
.reserve {
	position: absolute;
	right: 40px;
	top: 45px;
}
.reserve a {
	display: inline-block;
	width: 150px;
    padding: 15px 0;
	line-height: 1.5;
	background-color: #b8292d;
	color: #fff;
	text-align: center;
	font-weight: bold;
	transition: .1s;
}
.reserve a:hover {
    opacity: .7;
	transition: .1s;
}

@media screen and (max-width:1740px) { 
	.reserve {
		top: 30px; 
		right: 30px; 
	}
		.reserve a {
			width: 130px;
			height: 65px;
			line-height: 65px;
			font-size: 14px;
		}
}

/*スマホ版WEBでのご予約*/
#sp_reserve {
	display: none;
}
@media screen and (max-width:1024px) { 
	
	.sp_reserve {
		width: 100%;
		top: auto;
		bottom: 0;
		position: fixed;
		display: flex;
		z-index: 99999;
	}
	#sp_nav .sp_reserve {
		position: initial;
	}
	#sp_reserve.show {
		display: flex!important;
	}
		.sp_reserve .reserve_box {
			height: 60px;
			writing-mode: initial;
			max-width: initial;
			display: flex;
			align-items: center;
			width: 100%;
			background-color: #b8292d;
		}
			.sp_reserve .reserve_box a {
				color: #fff;
				max-width: 599px;
				width: 100%;
				height: 60px;
				line-height: 60px;
				padding-top: 0px;
				text-align: center;
				font-size: 16px;
				position: relative;
				margin: 0 auto;
				font-weight: bold;
				/*padding-right: 5px;*/
				padding-left: 20px;
			}
				.sp_reserve .reserve_box a span {
					position: relative;
				}
				.sp_reserve .reserve_box a span:before {
					content: "";
					position: absolute;
					top: 1px;
					left: -30px;
					background-image: url(../images/common/pc/f_pc.png);
					background-repeat: no-repeat;
					background-size: 22px;
					width: 22px;
					height: 20px;
				}
}