@charset "utf-8";

/*==================================================================
	Import setting
===================================================================*/
@import url("import/reset.css");
@import url("import/util.css");
@import url("https://fonts.googleapis.com/css2?family=Vollkorn&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/*==================================================================
	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%;
}
body {
	background: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Serif JP', serif;
}

.page {
	color: #333;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
}
.cinzel { font-family: 'Cinzel', serif; }
.cormorant { font-family: 'Cormorant Infant', serif; }

.flex {
	display: flex;
	flex-wrap: wrap;
}

.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;
}
@media only screen and (max-width:1000px){
	.bg {
		padding: 0;
	}
	.ipad_only { display: none !important; }
}
a {
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #333333;
	text-decoration: none;
}
a:visited {}
a:hover {
	opacity: 0.8;
}
a:active {}

@font-face {
    font-family: 'Marcellus';
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KizaKinryou Medium';
	src: url('../fonts/AP-OTF-KizaKinryouStdN-Med.otf');
}

@font-face {
    font-family: 'KizaKinryou Bold';
	src: url('../fonts/AP-OTF-KizaKinryouStdN-Bol.otf');
}

.pkiza-b { font-family: 'KizaKinryou Bold'; }
.pkiza-m { font-family: 'KizaKinryou Medium'; }
.marcellus { font-family: 'Marcellus'; }
/*==================================================================
	Header setting
===================================================================*/
@media only screen and (max-width:640px){
	.site-header {
		height: 140px;
	}
	.site-header .tools .head-btns li a {
		height: 55px;
		background-size: auto 40px;
	}
	.site-header .tools li.links a {
		background-image: url(../imgs/hdr-sp-map.png);
	}
	.site-header .tools li.tel a {
		background-image: url(../imgs/hdr-sp-tell.png);
	}
	.site-header .tools li.menu-button a {
		background-image: url(../imgs/hdr-sp-menu.png);
	}
	.site-header .tools li.menu-button.on a {
		background-image: url(../imgs/hdr-sp-close_ov.png);
	}
	.sp-navi {
		top: 55px!important;
	}
}


@-webkit-keyframes reflection {
 0% {
    left: -40%;
  }
  55% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}

@keyframes reflection {
 0% {
    left: -40%;
  }
  55% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}
.line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #333;
    left: 0;
    bottom: 0;
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}
.line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #333;
    left: 0;
    top: 0;
    -webkit-animation: move2 1500ms infinite ease;

    animation: move2 1500ms infinite ease;
}
.line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #333;
    right: 0;
    top: 0;
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}
.line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #333;
    right: 0;
    bottom: 0;
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}
.site-footer .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, .85);
    left: 0;
    bottom: 0;
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}
.site-footer .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, .85);
    left: 0;
    top: 0;
    -webkit-animation: move2 1500ms infinite ease;
    animation: move2 1500ms infinite ease;
}
.site-footer .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, .85);
    right: 0;
    top: 0;
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}
.site-footer .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, .85);
    right: 0;
    bottom: 0;
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}
@-webkit-keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}
@-webkit-keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
        opacity: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
        opacity: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@-webkit-keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}
@-webkit-keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
        opacity: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
        opacity: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@media screen and (min-width: 1001px) {
	.sp-navi {
		display: none !important;
	}
		header .title .placeName {
		display: inline-block;
		height:auto;
			position: absolute;
    z-index: 9999;
	}

}
/*
 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; }

}




/*==================================================================
	Footer setting
===================================================================*/
.site-footer {
	position: relative;
	background-color: #FFF;
	z-index: 21;
}
.foot-navi li.disable a {
	opacity: 0.3;
}
.site-footer .infoes {

}
.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: 22;
	/* background-image: url(../imgs/bg_footer.jpg); */
	background: #48563f;
	background-repeat: repeat;
	background-size: auto;
}
.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;
	/*max-width: 150px cmt out 20210826;
	width: 33.33%; cmt out 20210826*/
	width: 150px;
}
.site-footer .btns li:last-child {
	margin-right: 0;
	/*float: right;
	border-left: none;*/
}
.site-footer .btns li a {
	/*width: 235px;*/
	height: 40px;
	line-height: 40px;
	transition: 0.2s;
}
.site-footer .btns li a:hover {
	background: #FFF;
	color: #333;
}
.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: 'Noto Serif JP', 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: 'Noto Serif JP', 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: 'Noto Serif JP', 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: 36%;*/
	width: 44%;
	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;
}
.site-footer .foot-bnr .in_cap {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	max-width: 1110px;
	margin: 40px auto 0;
	font-size: 12px;
	line-height: 1.3;
}
@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 only screen and (max-width:640px) {
	.site-footer .foot-bnr .in_cap {
		margin-top: 25px;
		font-size: 10px;
	}
}
@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-image: url(../imgs/bg_footer.jpg);
		background-repeat: repeat;
		background-size: auto; */
		background: #48563f;
		text-align: center;
		border-top: none;
	}
	.site-footer .foot-navi ul {
		margin: 0 auto;
		padding: 20px 0 20px;
		/*max-width: 900px;*/
		max-width: 1200px;
	}
	.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% / 11) - 0.1px);*/
		/*width: calc(100% / 11);*/
		width: calc((100% / 12) - 0.1px);

		position: relative;
		font-size: 11px;
		letter-spacing: 0;
		/*border-right: #333 solid 1px;*/
	}
	.site-footer .foot-navi ul li:first-child {
		/*border-left: #333 solid 1px;*/
	}
	.site-footer .foot-navi ul li a {
		display: inline-block;
		position: relative;
		text-decoration: none;
		color: #fff;
		font-size: 10px;
	}
	.site-footer .foot-navi li.gallery a {
		font-size: 9px;
		line-height: 1.35;
		letter-spacing: -0.1em;
	}
	.site-footer .foot-navi ul li.new a:before {
	    content: "";
	    /*display: block;*/
	    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-family: 'Vollkorn', serif;
	    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 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.foot-navi:before {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		/*content: '';*/
		width: 100%;
		height: 1px;
		background-color: #333;
	}
	.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: #333;
	}
	.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: -15px;
		left: 50%;
		transform: translateX(-50%);
		color: #637A54;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.2;
		letter-spacing: 0;
		font-family: 'Vollkorn', serif;
	}
	.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 {
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 18px 0 18px 28px;
		width: 100%;
		color: #fff;
		font-size: 15px;
		/* background: transparent; */
	}
	.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 .logoArea {
		padding-bottom: 21px;
		width: auto;
		text-align: center;
	}
	.site-footer .logoArea .statement,
	.site-footer .logoArea ul {
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
	.site-footer .logoArea .statement {
		padding-bottom: 30px;
		width: 94%;
	}
	.site-footer .logoArea .statement img {
		width: 100%;
		max-width: 340px;
	}
	.site-footer .logoArea ul li {
		display: block;
		float: none;
		clear: both;
		text-align: left;
		margin: 0 auto 11px;
	}
	.site-footer .logoArea ul li:last-child {
		margin-bottom: 0;
	}
	.site-footer .logoArea ul li span {
		display: inline-block;
		vertical-align: baseline;
	}
	.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;
	}
}
footer {
	background-color: #FFF;
}
footer .gFooterBody {
	max-width: 1000px;
	margin: 0 auto;
}

footer .ftrCompanyLink {
	position: relative;
	margin: 0 auto 15px auto;
	padding: 15px 0;
}
footer .ftrCompanyLink .companyLink {
	position: absolute;
	top: 0;
	right: 0;
}
footer .ftrCompanyLink .companyLink li {
	float: left;
	margin-left: 20px;
}

footer .ftrCopy {
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}

@media only screen and (max-width:1000px){
	
	footer img {
		max-width: 100%;
	}
	
	footer .ftrCompanyLink {
		text-align: center;
		padding: 20px 10px 0 10px;
		border-bottom: 1px solid #E1E1E1;
		margin-bottom: 0;
	}
	footer .ftrCompanyLink .companyLink {
		position: static;
		margin-top: 20px;
	}
	footer .ftrCompanyLink .companyLink li {
		float: none;
		margin: 10px 0;
	}
	footer .ftrCopy {
		text-align: center;
	}
}

/* ??a??`??E?? */
.site-footer .foot-navi li a span{
	position: relative;
    display: inline-block;
}
.site-footer .foot-navi li a span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.site-footer .foot-navi li a:hover span::after {
    transform: scale(1, 1);
    transition: transform .3s;
}
.site-footer .foot-navi li.on a span::after {
    transform: scale(1, 1);
}

/*??a??`?„V?` ????Ea?*/
#banner_area, #banner_area_sp {
	display: none;
}
#banner_area .banner_slider {
	background: #fff;
	padding: 75px 20px;
	position: relative;
}
#banner_area .banner_slider .banner_item {
	outline: none;
	padding: 0 10px;
	text-align: center;
}
#banner_area .banner_slider .banner_item a {
	outline: none;
}
#banner_area .banner_slider .banner_item img {
	display: inline-block;
}
#banner_area .slick-arrow {
	background-color: none;
	border: none;
	display: inline-block;
	cursor: pointer;
	height: 50px;
	width: 50px;
	outline: none;
	padding: 0;
	text-indent: -999em;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
#banner_area .slick-arrow:hover {
	opacity: 0.75;
	transition: all ease 0.5s;
}
#banner_area .slick-prev {
	
	-webkit-background-size: 50px;
	background-size: 50px;
	left: 0;
}
#banner_area .slick-next {
	
	-webkit-background-size: 50px;
	background-size: 50px;
	right: 0;
}
@media only screen and (min-width: 641px) {
	#banner_area {
		display: block;
	}
}
@media only screen and (max-width: 640px) {
	#banner_area_sp {
		display: block;
	}
	#banner_area_sp .banner_item {
		margin: 0 auto 10px;
		max-width: 95%;
		text-align: center;
	}
}

/*==================================================================
	Foot caption setting
===================================================================*/
.foot_caption {
	background: #FFF;
	color: #333;
	font-size: 10px;
	font-family: 'Noto Sans Japanese';
	line-height: 1.4;
	padding: 30px 15px;
}
.foot_caption ul {
	margin: 0 auto;
	max-width: 920px;
}
.foot_caption ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.foot_caption ul li.no-indent {
	padding-left: 0;
	text-indent: 0;
}
@media only screen and (max-width: 767px) {
	.foot_caption {
		padding: 15px 15px;
	}
}


/*==================================================================
	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;
}
.caption {
	font-family: 'Noto Sans Japanese';
	color: #000 !important;
	font-size: 10px;
	line-height: 1.2 !important;
}

/* fade_up */
.fadeup {
	opacity: 0;
	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) {
	body #container {margin-top: -140px;}
	.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%); }
	}
}

.fadesplit > span {
	transition: all linear 0.25s;
	opacity: 0;
	display: inline-block;
}
.fadesplit.on > span {
	opacity: 1;
}
.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;
}
}

.des_main.des_main_pre {
	/*display: none;*/
	visibility: visible !important;
    position: absolute;
    bottom: 0;
    /*left: 50%;
    transform: translateX(-50%);*/
	transition: all 1.5s;
	transition-delay: 2.5s;
    text-align: center;
    padding: 30px 0;
    width: 100%;
    opacity: 1 !important;
    z-index: 2;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
}

/* IE11 */
@media all and (-ms-high-contrast:none){
.site-footer .foot-navi ul li.new a:before {
top: -24px;
}
}
.businessHours li{
	padding-bottom: 13px;
}

/*==================================================================
	Base content setting
===================================================================*/




/*instagram*/
.pc_only_insta_bnr{display: block;}
.sp_only_insta_bnr{display: none;}
@media only screen and (max-width: 1000px) {
	.pc_only_insta_bnr{display: none;}
	.sp_only_insta_bnr{display: block;}	
}
.insta_logo{
	margin: 0 auto;
  max-width: 450px;
  padding: 20px 0;	
}
@media only screen and (max-width: 1000px) {
	.insta_logo{
	margin: 0 auto;
  max-width: 330px;
  padding: 40px 0;
}
	.insta_btn{
	margin: 0 auto;
  max-width: 290px;
  padding: 10px 0 30px;
}
}

.blurin {
	opacity: 0;
}
.blurin.on {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
	opacity: 0;
}
@-webkit-keyframes blurInAnime {
	0%{
		-webkit-filter: blur(15px);
		filter: blur(15px);
		opacity: 0;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	100%{
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@keyframes blurInAnime {
	0%{
		-webkit-filter: blur(15px);
		filter: blur(15px);
		opacity: 0;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	100%{
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
		perspective: 1000;
		-webkit-perspective: 1000;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
.txt-vertical-col {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	/* flex: 1; */
}
.txt-vertical-col .num {
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: rl-bt;
	writing-mode: horizontal-tb;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 5px;
}
.block-link {
	display: block;
}
.box-link {
	background: #ffffff;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 1;
	width: 100%;
	max-width: 260px;
	padding: 25px 30px 0;
	text-align: center;
}
.nolink .box-link .b-btn:after {
	display: none!important;
}
.box-link .b-btn:after {
	content: "";
	background: url('../imgs/icon_arrow.svg') no-repeat top right / 100% auto;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 0 20px;
	vertical-align: bottom;
	transition: all ease 0.8s;
}
a:hover ~ .box-link .b-btn:after,
.block-link:hover .box-link .b-btn:after,
.js-txt-hover:hover .box-link .b-btn:after {
	transform: translateX(17%) translateY(-12%);
}
.js-txt-hover {
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.js-txt-hover .js-txt-up {
	position: absolute;
	left: 0;
	top: 0;
}
.js-txt-hover .js-txt-up .txt-split {
	-webkit-transform: translateY(2.2em);
	-ms-transform: translateY(2.2em);
	transform: translateY(2.2em);
	opacity: 0;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
.js-txt-hover .js-txt-cur .txt-split {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
.js-txt-hover .js-txt.fadesplit > span {
	opacity: 1;
	line-height: 1.4;
}
a:hover ~ .js-txt-hover .js-txt-cur .txt-split,
.block-link:hover .js-txt-hover .js-txt-cur .txt-split,
.js-txt-hover:hover .js-txt-cur .txt-split {
	-webkit-transform: translateY(-2.2em);
	-ms-transform: translateY(-2.2em);
	transform: translateY(-2.2em);
	opacity: 0;
	-webkit-transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	transition: color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms);
	transition: transform 0.3s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.3s ease calc(var(--split-delay)*30ms), -webkit-transform 0.3s ease calc(var(--split-delay)*30ms);
}
a:hover ~ .js-txt-hover .js-txt-up .txt-split,
.block-link:hover .js-txt-hover .js-txt-up .txt-split,
.js-txt-hover:hover .js-txt-up .txt-split {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
	transition: color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
	-o-transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms);
	transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms);
	transition: transform 0.8s ease calc(var(--split-delay)*30ms), color 0s, opacity 0.8s ease calc(var(--split-delay)*30ms), -webkit-transform 0.8s ease calc(var(--split-delay)*30ms);
}

.ani-hover-img {
	overflow: hidden;
}
.ani-hover-img img {
	transition: transform 2s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 2s cubic-bezier(0, 0, 0.3, 1);
}
a:hover .ani-hover-img img,
a:hover ~ .ani-hover-img img,
.ani-hover-img:hover img {
	animation: flashHover 2s 0s ease both;
	transform: scale(1.05);
}
@-webkit-keyframes flashHover {
	0% {
	 	opacity:0.8;
	}
	to {
	 	opacity:1;
	}
}
@keyframes flashHover {
	0% {
		opacity:0.8;
	}
	to {
		opacity:1;
	}
}

/* #page_main */
#page_main {
	background: url('../imgs/bg_main.jpg') no-repeat center center / cover;
	position: relative;
	padding: 50px 15px;
	text-align: center;
}
#page_main .main-box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#page_main .main-box .ttl {
	color: #ffffff;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.1;
}
@media only screen and (max-width: 1000px) {
	#page_main {
		padding: 35px 15px;
	}
	#page_main .main-box {
		max-width: 80px;
	}
	#page_main .main-box .ttl {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 767px) {
	#page_main {
		background-position: center left;
	}
}

/* sec main image */

.sec-main-image .image-wrap {
    position: relative;
}
.sec-main-image .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    padding: 0 0 50px;
    z-index: 1;
}
.sec-main-image .cont .ttl {
    animation-delay: 0.5s;
    text-align: center;
}
.sec-main-image .cont .ttl img {
    width: 60px;
}
.sec-main-image .line-animation {
    height: 150px;
    width: 1px;
    margin: 0 auto 50px;
    position: relative;
}
.sec-main-image .line-animation .line {
	background: #ffffff;
	width: 100%;
	height: 0;
	transition: all ease-in-out 1.0s;
	top: 0;
	right: 50%;
	position: absolute;
}
.sec-main-image .line-animation.on .line {
	height: 80%;
}
.sec-main-image .line-animation .square {
	background: #ffffff;
	width: 40px;
	height: 40px;
	position: absolute;
	transform: rotate(45deg);
	bottom: -14px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 1.25s;
	transition-delay: 1s;
	margin-left: -20px;
}
.sec-main-image .line-animation.on .square {
	opacity: 1;
	visibility: visible;
}
.sec-main-image .line-animation .square:before {
	content: "";
	width: 45%;
	height: 45%;
	position: absolute;
	border-bottom: 1px solid #48563F;
	border-right: 1px solid #48563F;
	bottom: 10px;
	right: 10px;	
}
@media only screen and (max-width: 1000px) {
	.sec-main-image .bg_photo {
		height: 80vh;
	}
	.sec-main-image .bg_photo img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
	.sec-main-image .line-animation {
		height: 160px;
	}
}
@media only screen and (max-width: 767px) {
	.sec-main-image .line-animation {
		height: 90px;
	}
	.sec-main-image .cont .ttl img {
		width: 44px;
	}
}
.global-navi .gallery span {
	letter-spacing: -0.08em;
	font-size: 1.05rem;
	line-height: 1.35;
}

.global-navi .support_n span {
	letter-spacing: -0.05em;
}

/* */
.notes{letter-spacing: 0.1rem;}
.fs10{font-size: 10px;}

.open .info_txt {
	font-size: 0.9em;
	max-width: 550px;
	text-align: left;
	margin: 0 auto;
	padding-left: 1em;
	text-indent: -1em;
}

/* */
.double{display: none;}
@media only screen and (max-width: 1170px) and (min-width: 1000px) {
	.double{display: block;}
	.global-navi .value span, .global-navi .select span, .global-navi .support_n span, .global-navi .premium span{
		line-height: 1.35;
	}
}


/*==================================================================
	Mainvisual
===================================================================*/
.mainvisual { position: relative;}
.mainvisual .main_slider .item {
	position: relative;
	z-index: 0;
}
.mainvisual .cont {
	position: absolute;
	top: 19vh;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	/*width: 90%;*/
	margin: auto;
}
.mainvisual .cont.mv_cont_txt {
	top: 50%;
	transform: translateY(-50%);

}
@media screen and (max-width: 470px) {
	.mainvisual .cont.mv_cont_txt {
		top: calc( 50% - 80px);
		transform: translateY(-50%);		
	}
}
@media screen and (min-width: 1001px) {
	.mainvisual .cont .pos_main_ttl01{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.mainvisual .cont .pos_main_ttl01 img{
		width: 33px;
	}
}

.mainvisual .is_end .cont01 {
	opacity: 0;
	visibility: hidden;
	transition: all 1s linear;
	transition-delay: 2.5s;
}
.mainvisual .is_end .s2 .cont01 {
	transition-delay: inherit;
	opacity: 1;
}


.mainvisual .is_end .cont02 .title {
	opacity: 1;
	filter: blur(0);
	transition-delay: 3.5s;
}
.mainvisual .cont .title {
	opacity: 0;
	filter: blur(5px);
	transition: all 1s linear;
	transition-delay: 0.5s;
}
.mainvisual .cont .title { text-align: center;}
.mainvisual .cont .title img { display: inline-block; }
.mainvisual .cont .title p {
	font-size: 2.8rem;
	font-size: 3.8rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.6rem;
	line-height: 1.4;
}
.mainvisual .cont .title p span.l1 {font-size: 66%;}
.mainvisual .cont .title p span.l1 {font-size: 3.2rem;}
.mainvisual .cont .title p span.l2 {font-size: 50%;}
.mainvisual .item.is_index .cont01 .title,
.mainvisual .item01.is_index .cont .title {
	opacity: 1;
	filter: blur(0);
}
.mainvisual .img {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.mainvisual .img img {
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1000px) {
	.mainvisual .img { height: calc(100vh - 164px);}
	.mainvisual .cont .title img { width: 60px;}
	.mainvisual .item02 .cont02 { top: 10vh;}
	.mainvisual .item02 .cont01 .title img { width: 400px;}
}
@media screen and (max-width: 470px) {
	.mainvisual .item02 .cont01 .title img { width: 80%;}
}
@media screen and (min-width: 1001px) {
	.mainvisual .item01 .cont {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.mainvisual {margin-top: 100px;}
	.mainvisual .img { height: calc(100vh - 140px);}
	.mainvisual .cont .title { padding: 10px;}
	.mainvisual .cont .title img { width: 40px;}
	.mainvisual .cont .title p { font-size: 2rem; font-size: 3.4rem;}
}
@media screen and (max-width: 470px) {
	.mainvisual .cont .title p{font-size: 7.4vw;}
	.mainvisual .cont .title img{width: 26px;}

}
/* */
@media screen and (min-width: 769px) {
	.mainvisual .p01 .cont{
		top: 23vh !important;
		left: 10% !important;
	}
	.mainvisual .p01 .cont .title {
		text-align: left !important;
	}
	.mainvisual .p02 .cont{
		top: auto !important;
		bottom: 14vh !important;
		left: 10% !important;
	}
	.mainvisual .p02 .cont .title {
		text-align: left !important;
	}
	.mainvisual .p01 .cont .title p span.l2, .mainvisual .p02 .cont .title p span.l2{display: inline-block; margin-top: 8px;}
	
	.mainvisual .p02 .cont .title p span.l1 img{
		max-width: 830px !important;
		width: 100%;
	}
	.mainvisual .p01 .cont .title p span.l1 img{
		max-width: 820px !important;
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.mainvisual .p01 .cont .title p span.l1, .mainvisual .p02 .cont .title p span.l1{font-size: 5.2vw;}
	.mainvisual .p01 .cont .title p span.l2, .mainvisual .p02 .cont .title p span.l2{font-size: 3.8vw !important; margin-top: 10px; line-height: 1.6; display: inline-block;}
	.mainvisual .p01 .cont{
		top: 5vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.mainvisual .p01 .cont, .mainvisual .p02 .cont{width: 90%;}
	.mainvisual .p01 .cont .title {
		text-align: left !important;
	}
	.mainvisual .p02 .cont .title {
		text-align: left !important;
	}
	.mainvisual .p02 .cont .title p span.l1 img{
		max-width: 730px;
		width: 100%;
	}
	.mainvisual .p01 .cont .title p span.l1 img{
		max-width: 720px;
		width: 100%;
	}
	.mainvisual .p02 .cont{
		top: 5vh !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.cont02 .title span.mv_text img{width: 320px; height: auto;}
}
