@charset "utf-8";


/*==================================================================
	Common setting
===================================================================*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	font-size: 62.5%;
}


#container{
	background: #000000;
	color: #fff;
}

.mincho { font-family:'Shippori Mincho', serif; }
.cinzel { font-family: 'Cinzel', serif; }
.cardo { font-family: 'Cardo', serif; }

.flex {
	display: flex;
	flex-wrap: wrap;
}
.vrl {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.sec_inner {
	margin: 0 auto;
	max-width: 1170px;
	width: 92%;
}

.pc, .pc_only {	display: block !important; }
.sp, .sp_only {	display: none !important; }
.ipad, .ipad_only {	display: block !important; }

@media screen and (max-width: 767px) {
	.pc_only { display: none !important; }
	.sp_only { display: block !important; }
}
a { text-decoration: none;}
a.disable {
	color: #999999 !important;
	cursor: default;
}
a.disable:hover {
	opacity: 1;
}
figure {
    margin: 0;
    padding: 0;
}
img.full {
    width:100%;
    max-width: 100%;
    height:auto;
}
a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #333333;
	text-decoration: none;
}

 End-header-style only-pc 
 ---------------------------------------- */

/* ----------------------------------------
 header-style only-tablet 
*/
@media screen and (max-width: 1000px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	header .tools li.requestBtn::before,
	header .tools li.reserveBtn::before,
	header .tools li.remoteBtn::before{
		display: none;
		animation: reflection 0s ease infinite;
	}
	header .tools .head-btns li:nth-child(4) { display: none; }

}
/*
 End-header-style only-tablet 
 ---------------------------------------- */

/* ----------------------------------------
 header-style tablet-sp 
*/
@media screen and (max-width: 1000px) {
	
	header .tools li.request:after,
	header .tools li.reserve:after {
		display: none;
	}

	#top header {
		background: rgba(255, 255, 255, 1);
	}
	header .title {
		padding: 20px 10px 0 10px;
		text-align: center;
	}
	header .title .placeName {
		display: inline-block;
		width: auto;
		height: 16px;
	}

	header .title .placeName {
		display: inline-block;
		height:25px;
		max-width: 220px;
	}
	header .title img {
		display: block;
		margin: 0 auto 10px auto;
		max-width: 100%;
		height: 20px;
		float: inherit;
	}
	header .text {
		display: none;
	}
	header .tools {
		position: static;
	}
	header .tools li img {
		display: none;
	}
	header .tools .sp-navi li img {
		display: inline-block;
		width: auto;
	}
	header .tools .sp-navi li.off a {
		pointer-events: none;
		opacity: 0.3;
	}
	header .tools .sp-navi li.nolink img {opacity: 0.3;}
	header .menu-button {
		display: block;
	}
	header .tools-base {
		position: relative;
		height: 55px;
	}
	header .tools {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	header .tools li {
		width: 20%;
		box-sizing: border-box;
		text-align: center;
		margin: 0;
		border-width: 1px 0 1px 1px;
	}
	header .tools .sp-navi {
		z-index: 10;
		/* padding-top: 15px; */
		overflow: auto;
		height: calc(100vh - 165px);
	}
	header .tools.fixed .sp-navi {
		height: calc(100vh - 80px);
	}
	header .tools .head-btns li {
		border-right: none;
		background-color: #e6e6e6;
	}
	header .tools .head-btns li.sp {
		display: block !important;
	}
	header .tools .head-btns li:first-child {
		border-left: none;
	}
	header .tools li.links {
		padding-right: 0;
		text-align: center;
	}
	header .tools .head-btns li a:hover {
		opacity: 1;
	}
	header .tools li div.outline {
		display: none;
	}
	header .tools .head-btns li a {
		box-sizing: border-box;
		display: block;
		width: auto;
		height: 80px;
		padding: 9px 0 6px !important;
		border: none;
		line-height: 1;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 60px;
	}
	header .tools li.menu-button.on a {
		background-color: rgba(255,255,255,0);
	}
	header .tools li.links a {
		display: block;
		margin-top: 0;
		background-image: url(../imgs/hdr-sp-map.png);
	}
	header .tools .head-btns .requestBtn .btnText,
  	header .tools .head-btns .reserveBtn .btnText {
		display: none;
	}
	header .tools .head-btns li.requestBtn a {
		background-image: url(../imgs/hdr-sp-request.png);
	}
	header .tools .head-btns li.reserveBtn a {
		background-image: url(../imgs/hdr-sp-reserve.png);
	}
	header .tools li.tel a {
		background-image: url(../imgs/hdr-sp-tell.png);
	}
	header .tools li.menu-button a {
		background-image: url(../imgs/hdr-sp-menu.png);
	}
	header .tools li.menu-button.on a {
		background-image: url(../imgs/hdr-sp-close_ov.png);
	}
	header .tools .sp-navi ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		position: static;
		margin: 0px 0 20px;
		padding-top: 34px;
		overflow: hidden;
	}
	header .tools .sp-navi .navi-list li {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		width: 50%;
		border-bottom: 1px solid #ffffff;
		position: relative;
		/* border-right: 1px solid rgba(51, 51, 51, 0.1); */
	}
	header .tools .sp-navi .navi-list li.map {
		letter-spacing: -0.03em;
	}
	header .tools .sp-navi .navi-list li:last-child,
	header .tools .sp-navi .navi-list li:nth-child(even) {
		margin-top: 35px;
		position: relative;
	}
	header .tools .sp-navi .navi-list li:nth-child(even):before {
		content: "";
		background: #ffffff;
		left: 0;
		bottom: 0;
		height: calc(100% + 9px);
		width: 1px;
		position: absolute;
	}
	header .tools .sp-navi .navi-list li:after {
		display: none;
		content: "";
		background: #b1b084;
		position: absolute;
		bottom: -1px;
		height: calc(100% + 36px);
		left: 0;
		width: calc(100% + 1px);
		z-index: -1;
	}
	header .tools .sp-navi .navi-list li.on:after {
		display: block;
	}
	header .tools .sp-navi .navi-list li.on a {
		color: #ffffff;
	}
	.site-header .tools .sp-navi .navi-list li:nth-child(odd):last-child {
		border-right: none;
		width: 100%;
	}
	header .tools .sp-navi .navi-list li:nth-child(2n) {
		border-right: none;
	}
	header .tools .sp-navi .navi-list li a {
		color: #b1b084;
		padding: 0 10px 8px;
		text-align: left;
		height: 26px;
	}
	/*header .tools .sp-navi .navi-list li:last-child a {
		text-align: center;
	}*/
	header .tools .sp-navi .navi-list li.compact {
	    padding: 10px 0 7px !important;
	}
	header .tools .sp-navi .navi-list li.disable a {
		opacity: 0.3;
	}
	header .tools .sp-navi .navi-list:before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		/*content: '';*/
		width: 100%;
		height: 1px;
		background: #8680a5;
	}
	header .tools .head-btns {
		position: relative;
		z-index: 20;
	}
	.sp-navi a {
		display: block;
		color: #fff;
	}
	header .tools .sp-navi .btns {
		clear: both;
		margin: 0 auto;
		padding: 0 0 15px;
		width: 70%;
		background: none;
	}
	header .tools .sp-navi .btns li {
		float: none;
		clear: both;
		margin: 0 auto;
		margin-bottom: 10px;
		width: auto;
		text-align: center;
	}
	header .tools .sp-navi .btns li:last-child {
		margin-bottom: 0;
	}
	header .tools .sp-navi .btns li a {
		color: #fff;
		display: block;
		box-sizing: border-box;
		padding: 0 !important;
		width: auto;
		height: 45px !important;
		border: none;
		font-size: 13px;
		line-height: 41px;
	}
	header .tools .sp-navi .btns li.requestBtn a {
		background: #d3d3b7;
		border: 1px solid #d3d3b7;
	}
	header .tools .sp-navi .btns li.reserveBtn a {
		background: #d3d3b7;
		border: 1px solid #d3d3b7;
	}
	header .tools .sp-navi .btns li.remoteBtn a {
		background: #d3d3b7;
		border: 1px solid #d3d3b7;
	}
	header .tools .sp-navi .btns li a .btnText {
		color: #333333;
	}
	header .head-btns .requestBtn a,
	header .head-btns .reserveBtn a {
		background-color: transparent;
	}
	header .head-btns .requestBtn a:after,
	header .head-btns .reserveBtn a:after {
		display: none !important;
	}
	header .btns .requestBtn a:after,
	header .btns .reserveBtn a:after {
		display: none !important;
	}
	header .tools .sp-navi .btns a:before {
		background: none;
	}
}
@media only screen and (max-width: 640px) {
	header .tools .sp-navi {
		height: calc(100vh - 200px);
	}
	header .tools.fixed .sp-navi {
		height: calc(100vh - 110px);
	}
}

/*
 End-header-style tablet-sp 
 ---------------------------------------- */
@media only screen and (min-width: 1001px) {
	header { position: absolute; }
}
/* 
 End-header-style 
---------------------------------------- */


/*==================================================================
	Navi setting
===================================================================*/
.global-navi-base {
	position: absolute;
	top: 75px;
	width: 100%;
	min-height: 50px;
	margin: 20px 0 0;
	height: auto !important;
	height: 50px;
	z-index: 30;
}

#top .global-navi-base {
	/*background: rgba(30, 57, 71, 0.4);
	top: 110px;
	height: 60px!important;*/
}
.global-navi {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
}
.global-navi ul {
	max-width: 1060px;
	margin: 20px auto 15px;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
}
.global-navi ul li {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    text-align: center;
    font-size: 1.15rem;
    width: calc(100% / 10);
    margin-bottom: 10px;
	color: rgba(255,255,255,1);
	line-height: 2.4;
	opacity: 0.8;
}
.global-navi ul li.support_n {
	font-size: 1rem;
}
.global-navi ul li.off {
	opacity: 0.4;
}
.global-navi ul li.off a {
	opacity: 1;
	cursor: default;
}
.global-navi ul li.on {
	opacity: 1;
}
.global-navi ul li.off a span:after {
	display: none;
}
.global-navi ul li:nth-child(7),
.global-navi ul li:nth-child(8),
.global-navi ul li:nth-child(9){
	color:rgba(0,0,0,.5);
}
.global-navi ul li.value a,
.global-navi ul li.select a {
	letter-spacing: -0.1px;
}
.global-navi ul li a {
	display: block;
	position: relative;
	opacity: 1;
}
#top .global-navi ul li a {
	color: #fff;
}
.global-navi ul li a span {
	color: #fff;
	position: relative;
	display: inline-block;
}
#top .global-navi ul li a span::after {
	background: #fff;
}
.global-navi ul li a span::after {
	position: absolute;
	bottom: -5px;
	left: 0%;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.global-navi ul li.on a span::after {
	transform: scale(1, 1);
}
.global-navi ul li a:hover span::after {
	transform: scale(1, 1);
}
.global-navi ul li a.disable span::after {
	display: none;
}
.global-navi .bar {
	display: none;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 4px;
	background: #fff;
	transition: 0.5s all;
}
.global-navi ul li.disable a {
	color: #fff;
	opacity: 0.3;
	cursor: default;
}
.global-navi ul li.disable a:hover span::after {
	transform: scale(0, 0);
}
@media screen and (min-width: 1001px) {
	.global-navi .bar {
		display: block !important;
	}
}
.global-navi.fixed {
	position: fixed;
	background-color: rgba(20,33,49,0.4);
}
.global-navi.fixed .links li a {
	color: #fff;
}
.global-navi.fixed ul li a {
	color: #fff!important;
}
.global-navi .links {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	height: 100%;
}
.global-navi .links li {
	box-sizing: border-box;
	position: relative;
	float: left;
	text-align: center;
	font-size: 12px;
}
.global-navi .links li a {
	box-sizing: border-box;
	display: block;
	position: relative;
	padding-top: 20px;
	height: 50px;
	color: #282828;
	text-decoration: none;
}
.global-navi .links li a:hover {
	opacity: 1;
}
.global-navi .links li .en {
	display: inline-block;
	padding-top: 5px;
	font-size: 11px;
}
.global-navi .links li.current a:after {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 1;
}
.sp-navi li a {
	position: relative;
}
.global-navi .links li.new a:before {
	content: "new";
	display: inline-block;
	position: absolute;
	margin-left: -17.5px;
	padding: 1px 6px;
	top: 3px;
	left: 50%;
	color: #86544e;
	font-size: 10px;
	
	font-weight: normal;
	font-style: italic;
}
.global-navi .links li.Pickup a:before {
	content: "Pick up";
	display: inline-block;
	position: absolute;
	margin-left: -17.5px;
	padding: 1px 6px;
	top: 3px;
	left: 50%;
	color: #bd0808;
	font-size: 10px;
	
	font-weight: normal;
	font-style: italic;
}
.global-navi .links {
	max-width: 1000px;
	text-align: justify;
}
.global-navi .links li {
	margin-right: 3.5%;
}
.global-navi .links li:last-child {
	margin-right: 0;
}
/* ----------------------------------------
 navi-style only-pc 
*/
@media screen and (min-width: 1001px) {
	.sp-navi {
		display: none !important;
	}
	.global-navi-base {
		z-index: 101;
	}
	.global-navi .links a:after {
		content: "";
		position: absolute;
		display: block;
		bottom: 17px;
		left: 0;
		width: 100%;
		height: 20px;
		background: #4f74a2;
		opacity: 0;
		transition: .4s all;
	}
	.global-navi .links a:hover:after {
		bottom: 4px;
		height: 1px;
		opacity: 1;
	}
	.global-navi li.new a:before {
		content: "";
		display: block;
		position: absolute;
		margin-left: -15px;
		padding: 1px 3px 0;
		top: -14px;
		left: 50%;
		width: 30px;
		height: 10px;
		background: url(../imgs/ico_new.svg) no-repeat center center;
		background-size: contain;
		
		font-weight: normal;
		font-style: italic;
	}
		.global-navi li.Pickup a:before {
		content: "Pick up";
		display: inline-block;
		position: absolute;
		margin-left: -17.5px;
		padding: 1px 3px 0;
		top: -12px;
		left: 50%;
		color: #bd0808;
		font-weight: bold;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0;
	}
}
/* 
 End-navi-style only-pc 
---------------------------------------- */
@media only screen and (min-width: 1001px) {
	.global-navi-base, .global-navi { position: absolute; opacity: 0!important; visibility:hidden!important; }
}
/* ----------------------------------------
 navi-style tablet-sp
*/
@media screen and (max-width: 1000px) {
	.global-navi-base {
		display: none;
	}
	.global-navi {
		display: none;
	}
	.global-navi.fd_fixed {
		top: 80px;
	}
	.sp-navi {
		display: none;
		position: absolute;
		box-sizing: border-box;
		top: 80px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 10px;
		background: #000000;
		z-index: 10;
		/*overflow-x: hidden;
		box-sizing: border-box;*/
	}
	.sp-navi li {
		margin-bottom: 4px;
	}
	.sp-navi li.current a {
		box-sizing: border-box;
		text-decoration: underline;
	}
	.sp-navi .close {
		display: none;
	}
	.sp-navi .close a {
		display: block;
		box-sizing: border-box;
		border: 1px solid #333;
		background-color: #FFF;
	}
	.sp-navi .close a span {
		display: inline-block;
		line-height: 50px;
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 30px;
		font-size: 24px;
		color: #333;
		background-image: url(../imgs/gNav-close-icn.png);
	}
	.sp-navi li.new a::before {
		content: "new";
		display: inline-block;
		position: absolute;
		padding: 0;
		top: -15px;
		left: 10px;
		transform: translateX(0);
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 0;
		font-weight: normal;
		height: 10px;
		width: 30px;
	}
	.sp-navi li.Pickup a:before {
		content: "Pick up";
		display: inline-block;
		position: absolute;
		margin-left: -17.5px;
		padding: 0 3px;
		top: 2px;
		left: 12%;
		color:#bd0808;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0;
		
		font-weight: normal;
		font-style: italic;
	}
	.sp-navi .nolink span{
		color: rgba(255,255,255,.1)!important;
	}
}


/*==================================================================
	Footer setting
===================================================================*/
.site-footer {
	position: relative;
	background-color: #FFF;
	z-index: 5;
}
.foot-navi li.disable a {
	opacity: 0.3;
}
.site-footer .infoes {
	margin-bottom: 25px;
	padding: 30px 0;
	background-color: #323232;
	background-repeat: no-repeat;
	background-size: cover;
}
.site-footer .infoes .infoes-base {
	position: relative;
	height: 70px;
}
.site-footer .infoes .base {
	position: absolute;
	padding: 11px 0 7px;
	left: 0;
	bottom: 0;
	width: 100%;
}
.site-footer .infoes .base.fixed {
	position: fixed;
	z-index: 99;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #323232;
}
.site-footer .infoes .inner:after {
	content: "";
	width: 1px;
	height: 1px;
	display: table;
	clear: both;
}
.site-footer .infoes a:hover {
	opacity: 1;
}
.site-footer .infoes img {
	max-width: 270px;
	height: auto;
}
@keyframes button {
	0% {
		left: -10%;
	}
	17% {
		left: 110%;
	}
	100% {
		left: 110%;
	}
}
.site-footer .btns {
	margin: 0;
	float: right;
	width: 42.8%;
}
.site-footer .btns li {
	background: transparent;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 10px;
	width: 150px;
}
.site-footer .btns li:last-child {
	margin-right: 0;
}
.site-footer .btns li a {
	height: 40px;
	line-height: 40px;
	transition: 0.2s;
}
.site-footer .btns li a:hover {
	opacity: 0.7;
}
.site-footer .btns li a img {
	max-width: 100%;
	height: auto;
}
.site-footer .btns li .caption {
	position: absolute;
	right: 1%;
	bottom: 1%;
	line-height: 1;
	font-size: 10px;
	color: #fff;
}
.site-footer .btns .requestBtn a {
	display: block;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-family: 'Shippori Mincho', serif;
}
.site-footer .btns .reserveBtn a {
	display: block;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-family: 'Shippori Mincho', serif;
}
.site-footer .btns .remoteBtn a {
	display: block;
	background: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-family: 'Shippori Mincho', serif;
}
.site-footer .links {
    float: right;
    padding: 0 10px 0 0;
    font-size: 11px;
}
.site-footer .links li:first-child {
	margin-bottom: 6px;
}
.site-footer .links a {
	color: #fff;
}
.site-footer .contact {
	margin-bottom: 0;
	padding: 0 0 0;
	float: left;
	width: 40%;
	line-height: 1;
}
.site-footer .contact a {
	color: #ffffff;
}
.site-footer .contact .title {
	color: #fff;
	letter-spacing: -0.1px;
	padding-bottom: 5px;
	font-size: 12px;
}
.site-footer .contact .number {
	float: left;
	padding-right: 14px;
	position: relative;
	font-size: 36px;
}
.site-footer .foot-bnr {
	padding: 40px 10px;
	background: #c2b8a9;
}
.site-footer .foot-bnr ul {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1110px;
	margin: 0 auto;
	padding-left: 14px;
}
.site-footer .foot-bnr li {
	float: left;
	width: 50%;
	margin-left: 14px;
	line-height: 0;
}
.site-footer .foot-bnr li:first-child {
	margin-left: -14px;
}
.site-footer .foot-bnr li img {
	max-width: 100%;
	height: auto;
}
.site-footer .foot-bnr li a {
	display: block;
}
@media only screen and (max-width:1200px) {
	.site-footer .btns {
		width: 40%;
	}
	.site-footer .btns li {
		max-width: 120px;
	}
	.site-footer .infoes img {
		max-width: 190px;
	}
}
@media screen and (min-width: 1001px) {
	.site-footer .contact .number span.pc {
		display: inline-block !important;
	}
}
.site-footer .contact .number a {
	display: block;
	position: relative;
}
.site-footer .contact .businessHours {
	color: #fff;
	float: left;
	line-height: 0.5;
	font-size: 11px;
	letter-spacing: 0.05em;
}
.site-footer .foot-navi ul li.off a {
	opacity: 0.2;
	cursor: default;
}
.site-footer .foot-navi ul li.off a span:after {
	display: none;
}

/* ----------------------------------------
 footer-style only-pc 
*/
@media screen and (min-width: 1001px) {

	.site-footer .infoes .bg .caption {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 105px;
		line-height: 20px;
		background: rgba(43, 43, 43, 0.74);
		text-align: center;
	}
	.site-footer .contact .num {
		pointer-events: none;
	}
	.site-footer .foot-navi {
		background-color: #323232;
		display: none;
		/*padding-top: 20px;*/
		text-align: center;
		border-top: none;
	}
	.site-footer .foot-navi ul {
		margin: 0 auto;
		padding: 20px 0 20px;
		max-width: 900px;
	}
	.site-footer .foot-navi ul li {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		float: left;
		width: calc(100% / 10);
		position: relative;
		font-size: 11px;
		letter-spacing: 0;
	}
	.site-footer .foot-navi ul li a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: #fff;
		font-size: 10px;
		opacity: 0.6;
	}
	.site-footer .foot-navi ul li.on a {
		opacity: 1;
	}
	.site-footer .foot-navi ul li.new a:before {
	    content: "";
	    display: none;
	    position: absolute;
	    margin-left: -15px;
	    padding: 1px 3px 0;
	    top: -14px;
	    left: 50%;
	    width: 30px;
	    height: 10px;
	    background: url(../imgs/ico_new.svg) no-repeat center center;
	    background-size: contain;
	    
	    font-weight: normal;
	}
}
/*
 End-footer-style only-pc 
---------------------------------------- */
/* ----------------------------------------
 footer-style only-tablet 
*/
@media screen and (max-width: 1000px) and (min-width: 640px) {
	.site-footer .pc {
		display: none !important;
	}
	.site-footer .sp {
		display: block !important;
	}
}
/* 
 End-footer-style only-tablet 
---------------------------------------- */
/* ----------------------------------------
 footer-style tablet-sp
*/
@media screen and (max-width: 1000px) {
	header .tools.fixed {
		position: fixed;
		background: #877848;
	}
	.site-footer .infoes {
		margin-bottom: 0;
		text-align: center;
	}
	.site-footer .infoes .infoes-base {
		height: inherit;
	}
	.site-footer .infoes .btns {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	.site-footer .infoes .btns li {
		float: none;
	}
	.site-footer .infoes .btns li a {
		width: auto;
	}
	.site-footer .infoes .base {
		position: static !important;
	}
	.site-footer .infoes .contact {
		float: none;
		margin: 0 auto;
		width: 94%;
		text-align: center;
	}
	.site-footer .infoes .contact .title {
		float: none;
		width: auto;
	}
	.site-footer .infoes .contact .title img {
		margin-bottom: 0;
	}
	.site-footer .infoes .contact .businessHours {
		padding-top: 0;
		float: none;
		width: auto;
	}
	.site-footer .contact .businessHours img {
		margin: 0 auto;
		height: auto;
	}
	#gFooter img {
		max-width: 100%;
	}
	#gFooter .ftrCompanyLink {
		text-align: center;
		padding: 20px 10px 0 10px;
		border-bottom: 1px solid #E1E1E1;
		margin-bottom: 0;
	}
	#gFooter .ftrCompanyLink .companyLink {
		position: static;
		margin-top: 20px;
	}
	#gFooter .ftrCompanyLink .companyLink li {
		float: none;
		margin: 10px 0;
	}
	#gFooter .ftrCopy {
		text-align: center;
	}
	.foot-navi {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		position: relative;
		height: auto;
		overflow: hidden;
	}
	.foot-navi:before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #8d8d8d;
	}
	.foot-navi li {
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
		margin-right: 0;
		text-align: center;
		font-size: 10px;
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
		border-right: 1px solid rgba(51, 51, 51, 0.1);
		padding: 15px 0;
		color: #8d8d8d;
	}
	.foot-navi li:nth-child(2n) {
		border-right: none;
	}
	.foot-navi li:nth-child(odd):last-child {
		border-right: none;
		width: 100%;
	}
	.foot-navi li a {
		display: block;
		position: relative;
		color: #333333;
	}
	.foot-navi li.new a:before {
		content: "new";
		display: inline-block;
		position: absolute;
		padding: 0 3px;
		top: -17px;
		left: 50%;
		transform: translateX(-50%);
		color: #CDAE5B;
		font-size: 14px;
		
		font-weight: normal;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.foot-navi li.Pickup a:before {
		content: "Pick up";
		display: inline-block;
		position: absolute;
		margin-left: -17.5px;
		padding: 0 3px;
		top: 2px;
		left: 14%;
		color: #bd0808;
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: 0;
		font-family: 'Noto Sans Japanese';
	}
	.foot-navi li a:hover {
		text-decoration: none;
	}
	.site-footer .btns {
		padding-bottom: 30px;
	}
	.site-footer .btns li {
		float: none;
		width: auto;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 100%;
	}
	.site-footer .btns li.remoteBtn {
		margin-bottom: 0;
	}
	.site-footer .btns li img {
		margin: 0 0 0 auto;
	}
	.site-footer .links {
		float: none;
		margin-bottom: 30px;
		padding: 0;
	}
	.site-footer .links li:first-child {
		margin-bottom: 4px;
	}
	.site-footer .contact {
		float: none;
		clear: both;
		width: auto;
	}
	.site-footer .contact .title {
		padding-bottom: 10px;
	}
	.site-footer .contact .title .pc {
		display: none !important;
	}
	.site-footer .contact .title .sp {
		display: block !important;
	}
	.site-footer .contact .number {
		float: none;
		clear: both;
		padding: 0 0px 10px 0;
		position: relative;
		font-size: 36px;
	}
	.site-footer .foot-bnr {
		padding: 40px 15px;
	}
	.site-footer .foot-bnr ul {
		padding-left: 0;
	}
	.site-footer .foot-bnr li {
		float: none;
		width: auto;
		margin-left: 0;
		text-align: center;
	}
	.site-footer .foot-bnr li:first-child {
		margin: 0 0 15px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 1001px) {
	.site-footer .contact .number span.pc {
		display: inline-block !important;
	}
}

@media screen and (max-width: 1000px) {
	.site-footer .contact .number a {
		box-sizing: border-box;
		border: 1px solid #fff;
		padding: 18px 0 18px 28px;
		width: 100%;
		color: #fff;
		font-size: 15px;
		/* background: #000; */
	}
	.site-footer .contact .number a .sp {
		display: inline-block !important;
		width: auto;
	}
	.site-footer .contact .number a:before {
		position: absolute;
		left: 50%;
		margin: -7px 0 0 -110px;
		width: 28px;
		height: 27px;
		display: block;
		content: '';
		background-image: url("../imgs/icon_tel.png");
		background-size: 100% auto;
	}
	.site-footer .contact .businessHours {
		font-size: 10px;
	}
	.site-footer .copyright {
		text-align: center;
	}
	.site-footer .copyright p {
		width: 94%;
	}
	.site-footer .copyright img {
		width: 100%;
		height: auto;
		max-width: 279px;
	}
	.site-footer .copyright img.sp {
		display: inline-block !important;
	}
}
@media screen and (min-width: 1001px) {
	.site-footer ul.reserve .reserveBtn a {
		width: 260px;
		transition: all .3s;
	}
	.site-footer ul.reserve .requestBtn a {
		width: 150px;
		opacity: 0.7;
		transition: all .3s;
	}
	.site-footer ul.request .requestBtn a {
		width: 260px;
		transition: all .3s;
	}
	.site-footer ul.request .reserveBtn a {
		width: 150px;
		opacity: 0.7;
		transition: all .3s;
	}
}
/*==================================================================
	Contents setting
===================================================================*/
body #container {
	width: 100%;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.bg_gray {
	background: #f2f2f3;
}
.bg_white {
	background: #fff;
}
.pageTop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 40px;
	z-index: 30;
}
@media only screen and (max-width: 1000px) {
	.pageTop {
		width: 40px;
	}
	.pageTop img {
		width: 100%;
		height: auto;
	}	
}

/* print */
@media print {
	.site-header,
	.global-navi-base,
	.site-footer,
	.print-btn,
	.planBtn {
		display: none;
	}
	.planDetail {
		padding: 80px 0 0;
	}
}

.pos_rel {
	position: relative;
}
.pic_cap {
	font-family: 'Noto Sans Japanese';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 20;
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
	padding: 5px;
}
.pic_cap.l_side {
	right: auto;
	left: 0;
}
.pic_cap.bg {
	background: rgba(0,0,0,.50);
	color: #fff !important;
}
.pic_cap.white {
	color: #fff !important;
}
.caption {
	font-family: 'Noto Sans Japanese';
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
}

/* fade_up */
.fadeup {
	opacity: 1;
	transform: translateY(20px);
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}
/* fade_in */
.fadein {
    opacity: 0;
    transition-duration: 2s;
}
.fadein.on {
    opacity: 1;
}

/* Swipe icon */
.swipe_scroll{position: relative;}
.swipe_icon {display: none;}

@media only screen and (max-width: 767px) {
	.swipe_scroll {
		overflow-x: auto;
		padding-bottom: 15px;
	}
	.swipe_scroll img {
		width: 768px;
		max-width: inherit;
	}
	.swipe_icon {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		display: block;
		margin: -35px;
		animation:horizontal 1s ease-in-out infinite alternate;
		z-index: 10;
	}
	.swipe_icon img {
		max-width: 100%!important;
		width: 70px!important;
	}
	@keyframes horizontal {
		0% { transform:translate(-20%,-20%); }
		100% { transform:translate(30%,-20%); }
	}
}

.nolink {
	pointer-events: none;
}

a.disabled{
    pointer-events: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
header .tools li.links {
    padding-right: 0px;
}
header .tools li.links a {
    letter-spacing: 0.05em;
}
}	

.tab_only {display: none !important; }
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.tab_only {
display: block !important;
}
.global-navi-base {
top: 100px;
}
}

/*==================================================================
	Common page setting
===================================================================*/



/* main_page */
.main_page {
	height: 380px;
	position: relative;
}
.main_cont {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 770px;
	border: 1px solid #fff;
	width: 100%;
}
.main_cont .cont {
	color: #B2B280;
	position: absolute;
	max-width: 340px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.main_cont.on .cont {
	opacity: 1;
	transition: opacity 0.5s 2s ease;
}
@keyframes opcity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.main_cont .img {
	overflow: hidden;
}
.main_cont .img img {
	scale: 1.25;
	opacity: 0;
	-webkit-transition: 1.5s opacity cubic-bezier(0.25, 0.1, 0.25, 1), 2.5s scale cubic-bezier(0.25, 0.1, 0.25, 1), 3s -webkit-filter cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
    transition: 1.5s opacity cubic-bezier(0.25, 0.1, 0.25, 1), 2.5s scale cubic-bezier(0.25, 0.1, 0.25, 1), 3s -webkit-filter cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
    transition: 1.5s opacity cubic-bezier(0.25, 0.1, 0.25, 1), 2.5s scale cubic-bezier(0.25, 0.1, 0.25, 1), 3s filter cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
    transition: 1.5s opacity cubic-bezier(0.25, 0.1, 0.25, 1), 2.5s scale cubic-bezier(0.25, 0.1, 0.25, 1), 3s filter cubic-bezier(0.25, 0.1, 0.25, 1) 1s, 3s -webkit-filter cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
    will-change: opacity,scale;
}
.main_cont.on .img img {
    opacity: 1;
    scale: 1;
}
.main_cont .cont .label {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	margin-bottom: 10px
}
.main_cont .cont .ttl {
	font-size: 3.7rem;
	letter-spacing: 0.41em;
	line-height: 1;
}
.main_cont .cont .scrolldown {
	font-size: 1rem;
	color: #fff;
	height: 60px;
	width: 20px;
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	padding: 6px 0 0 3px;
	overflow: hidden;
}
.main_cont .scrolldown::before {
    content: "";
    position: absolute;
	left: 0;
    top: 0;
    width: 1px;
    height: 60px;
    background: #eee;
    animation: pathmove 1.55s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove{
	0%{
		height: 0;
		top: 0;
		opacity: 0;
	}
	30%{
		height: 60px;
		opacity: 1;
	}
	100%{
		height: 0;
		top: 60px;
		opacity: 0;
	}
}

@media screen and (max-width:1200px) {
	.main_cont {
		max-width: 500px;
	}
	.main_cont .cont .ttl {
		font-size: 3.5rem;
		letter-spacing: 0.3em;
	}
	.main_cont .cont .scrolldown {
		right: -30px;
	}
}

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

@media screen and (max-width:767px) {
	.main_page {
		height: 220px;
		margin-bottom: 20px;
	}
	.main_cont {
		bottom: -20px;
		width: 75%;
		height: 150px;
		overflow: hidden;
	}
	.main_cont .cont .ttl {
		font-size: 2.5rem;
	}
	.main_cont .cont {
		padding-left: 25px;
	}
	.main_cont .cont .scrolldown {
		right: 15px;
	}
}

/* block_intro */
.block_intro {
	background: url("../imgs/bg_intro.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 300px 0 100px;
	margin-top: -150px;
}
.box_head {
	max-width: 570px;
	margin: 0 auto 105px;
	text-align: center;
}
.box_head .ttl {
	color: #E5E5E5;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	padding: 45px 0;
	background: url(../imgs/bg_line01.png) no-repeat center top / 100% 10px,
				url(../imgs/bg_line01.png) no-repeat center bottom / 100% 10px;
	margin-bottom: 60px;
}
.box_head .txt {
	color: #B4B4B4;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
	.block_intro {
		padding: 250px 0 50px;
	}
}




/* gcollumn */
section {
	overflow: hidden;
}
.gcollumn {
    position: relative;
		margin-bottom: 100px;
}
.gcollumn .gcollumn_head {
    position: absolute;
    top: 0;
    width: 330px;
}
.gcollumn .gcollumn_head.is-fixed {
    position: fixed;
    top: 150px;
}
.gcollumn .gcollumn_head.is-fixed.is-end {
		bottom: 0;
		position: absolute;
		top: inherit;
		top: unset;
}
.gcollumn .on-bottom {
    bottom: 0;
    position: absolute;
    top: inherit;
    top: unset;
}
.gcollumn .gcollumn_cont {
    margin-left: 330px;
}
.gcollumn_head .ttl {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
}
.gcollumn_head .line {
    background: #b5aba3;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}
.gcollumn_head .line:before {
    background: #323232;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
    z-index: 2;
}
.gcollumn_head .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
    padding-right: 25px;
}
.gcollumn .head_it {
    margin-bottom: 40px;
}
.gcollumn .head_it .label {
    font-size: 1.7rem;
}
.gcollumn .head_it .ttl {
    font-size: 2rem;
    margin-bottom: 25px;
}
.gcollumn .head_it .ttl .large {
    font-size: 120%;
    line-height: 1;
}
.gcollumn .head_it .ttl .small {
    font-size: 70%;
}
.gcollumn .head_it .line {
    background: #323232;
    display: block;
    height: 1px;
    width: 100vw;
    position: relative;
    margin-bottom: 20px;

}
.gcollumn .head_it .line::before {
    background: #323232;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
    z-index: 2;
}
.gcollumn .cont_it {
    padding-top: 15px;
    text-align: center;
}
.gcollumn .cont_it.left {
	text-align: left;
}
.gcollumn .cont_it .ttl {
    font-size: 1.8rem;
}
.gcollumn .cont_it .ttl .large {
    font-size: 111%;
}
.gcollumn .cont_it .ttl .num {
	font-size: 145%;
	line-height: 1;
}
.gcollumn .cont_it .txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
	letter-spacing: 0;
}
.gcollumn .cont_it .txt .medium {
    font-size: 121%;
    line-height: 1;
}
.gcollumn .cont_it .txt .large {
    font-size: 186%;
    line-height: 1;
}

@media screen and (max-width:1000px) {
    .gcollumn .gcollumn_head {
        width: 280px;
    }
    .gcollumn .gcollumn_cont {
        margin-left: 280px;
    }
}

@media screen and (max-width:767px) {
    .gcollumn .gcollumn_head {
        margin-bottom: 40px;
        position: relative;
        top: 0;
        width: 100%;
    }
    .gcollumn .gcollumn_cont {
        margin-left: 0;
    }
	.gcollumn .cont_it .ttl {
		font-size: 1.6rem;
	}
	.gcollumn .head_it .ttl {
		font-size: 1.8rem;
	}
}

/* */
@media only screen and (min-width: 1001px){
	.menu-body .navs li:hover a:before, .menu-body .navs li.on a:before {
		background-color: transparent;
	}
	.menu-body li.new a::before {
		content: "new";
		display: inline-block;
		position: absolute;
		padding: 0;
		top: -15px;
		left: 10px;
		transform: translateX(0);
		font-size: 14px;
		line-height: 1.2;
		letter-spacing: 0;
		font-weight: normal;
		height: 10px;
		width: 30px;
		color: #b2b280;
	}	
}

/* */
@media only screen and (max-height: 750px) and (min-width: 1001px){
	.menu-hambeger {
		height:900px;
		overflow-y: scroll;
	}
	.menu-hambeger:after{
		height: 1150px;
	}
	menu-body {
		height: 900px;
	}
}