@charset "utf-8";



/*==================================================================
	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 .meiwaLink {
		margin-top: 0;
		border-top: 1px solid #E1E1E1;
		margin-bottom: 0;
	}
	#gFooter .meiwaLink li {
		border: 1px solid #E1E1E1;
		border-width: 0 0 1px 0;
		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;
	}
}
footer {
	background-color: #FFF;
}
footer .gFooterBody {
	max-width: 1000px;
	margin: 0 auto;
}
footer .meiwaLink {
	margin-top: 20px;
	margin-bottom: 35px;
	font-size: 14px;
	text-align: center;
}
footer .meiwaLink li {
	box-sizing: border-box;
	border-left: 1px solid #E1E1E1;
	display: inline-block;
	width: 32.333333%;
}
footer .meiwaLink li:first-child {
	border-left: none;
}
footer .meiwaLink a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 14px 10px;
}
footer .meiwaLink a:hover span {
	text-decoration: underline;
}

footer .meiwaLink a span {
	background-image: url(../imgs/ftr-link-arr.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 12px;
	font-family: '?ᥤ??E?',Meiryo,'?ͣ??Х????å?',sans-serif,'?ҥ饮?νǥ? Pro W3','Hiragino Kaku Gothic Pro';
	letter-spacing: 0;
}
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 .meiwaLink {
		margin-top: 0;
		border-top: 1px solid #E1E1E1;
		margin-bottom: 0;
	}
	footer .meiwaLink li {
		border: 1px solid #E1E1E1;
		border-width: 0 0 1px 0;
		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;
	}
}

/* ?եå??`??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);
}

/*==================================================================
	Foot caption setting
===================================================================*/
.foot_caption {
	background: #fff;
	color: #333;
	font-size: 10px;
	font-family: 'Noto Sans Japanese';
	line-height: 1.4;
	padding: 30px 15px;	
	position: relative;
	z-index: 1;
}
.foot_caption ul {
	margin: 0 auto;
	max-width: 1170px;
}
.foot_caption ul li {
	padding-left: 1em;
	text-indent: -1em;
}
@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;
}
.pic_cap.white {
	color: #fff !important;
}

.pic_cap.white_l {
	color: #fff !important;
	text-align: left;
}
.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;
}
}


/* IE11 */
@media all and (-ms-high-contrast:none){
.site-footer .foot-navi ul li.new a:before {
top: -24px;
}
}
.businessHours li:not(:last-child){
	padding-bottom: 13px;
}

#top .line-1,
#top .line-2,
#top .line-3,
#top .line-4 {
	background-color: rgba(255, 255, 255, .85);
}
.infoes .line-1,
.infoes .line-2,
.infoes .line-3,
.infoes .line-4 {
	background-color: rgba(255, 255, 255, .85);
}
.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;
}
.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;
}
.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;
}
.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 (max-width:991px) {
	.head-btns .line-1,
	.head-btns  .line-2,
	.head-btns  .line-3,
	.head-btns  .line-4 {
		display: none;
	}
}


/*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;
	}
	.insta_btn a {
		background: #ffffff;
		padding: 5px;
	}
}

/*==================================================================
	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;
	}
}