@charset "UTF-8";
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, figure {
	font-family:"Noto Sans JP",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
}
.eng{
	font-family: "Jost",'Hiragino Sans', "Noto Sans JP", 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}
:root {/*色の管理【指定→var(--main-color);】*/
	--main-color: #0f1932;
}
html {
	font-size: 62.5%;
	overflow-y:scroll;
}
body {
	font-size: 1.3rem;
	overflow: hidden;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	/*max-width:100%;*/
	width:100%;
}
a {
	text-decoration: none;
}
a:hover {
	color:#dab720;
	transition: .15s;
}
:link {
	color: inherit;
}
:active {
	color: inherit;
}
:hover {
	/* color: inherit; */
	outline:none;
	text-decoration: none;
}
:visited {
	color: inherit;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width:90%;
	margin: 0 auto;
}

.inner {
	width:90%;
	margin: 0 auto;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.on_pc{
	display: none;
}
.on_sp{
	display: block;
}

section.section{
	/*min-height: 100vh;*/
}

.top_space{
	margin-top: 6.0rem;
}

.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.main_v{
    width: 100%;
    margin-bottom: 1.0rem;
}
.main_v__img{
    width: 100%;
	object-fit: cover;
	height: 35vh;
}


/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ 非アクティブ --------------*/

a[href="javascript:void(0)"] {
	opacity: 0.2;
	cursor: inherit;
}
/*------------ ヘッダー --------------*/
.header {
	width:100%;
	z-index: 2;
	position: fixed;
	top:0;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.header.on{

}
.header_inner {
	position:relative;
}

/*------------ ロゴ --------------*/
.header_logo{
	width: 37%;
}
.header_logo a{
	padding:1.7rem 0 1.7rem 1.7rem;
	display: block;
}
.header_logo img{
	width: 100%;
}
.header_logo__color{
   	fill: #fff;
}

/*------------ グローバルナビ --------------*/
.header_nav{
	display: none;
	z-index: 2;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top:0px;
	width: 100vw;
	height:100vh;
}
.header_nav__list{
	margin-top:11vh;
}
.header_nav__cat{
	position: relative;
}
.header_nav__text{
	/*border-top:1px dotted #222;*/
}
.header_nav__link{
	font-size: 1.8rem;
    padding: 1.4rem;
	color:#fff;
	display: block;
	width: 100%;
    text-align: center;
}
.reserve .header_nav__link{
	font-size: 1.7rem;
	background-color: #dab720;
    color: #000;
    border-radius: 5rem;
    width: fit-content;
    margin: 1.7rem auto 1.5rem;
    padding: 1.0rem 2.0rem;
}
.contact .header_nav__link svg{
	width:11%;
}
.header_mail__color{
   	fill: #fff;
}
.insta .header_nav__link svg{
	width:8%;
}
.header_insta__color{
   	fill: #fff;
}

/*------------ スマホ/アコーディオン --------------*/
.toggle_contents{
	display: none;
}
.header_nav__mark{
	position: absolute;
	top: 1rem;
	right:2rem;
	z-index: 2;
}
.header_nav__icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}
.header_nav__icon::before, .icon__plus::after {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #000;
	transform: translateX(-50%);
}
.icon__plus:after {
	top: 0.3rem;
	left: -0.5rem;
	transform: rotate(90deg);
}
.open .icon__plus:after {
	display: none;
}
/*------------ お問い合わせ --------------*/
.header_request__button{
	/*z-index: 2;*/
    position: fixed;
    top: 3.5vw;
    right: 15vw;
    width: 6%;
}
.header_request__button a{
    padding: 1.2rem;
	color:#fff;
	display: block;
}
.header_request__button_text{
	display: none;
}
.header_request__button_img{
	display: block;
}
/*------------ バーガーメニュー 通常 --------------*/
.header_trigger {
	position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    /* width: 29vw; */
    height: 13vw;
    /* background: #fff; */
    padding: 3vw 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    /* box-shadow: 1px 2px 5px rgb(0 0 0 / 20%); */
    transition: width 0.5s;
}
.header_trigger span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	transition: 0.7s;
	display: block;
}
.header_trigger__bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 6.5vw;
    height: 100%;
    padding: 0;
}
.header_trigger__txt {
    font-size: 3.8vw;
	font-weight:bold;
}
.header_trigger.is-active span:nth-of-type(1) {
	transform: translate3d(0, 1.2vw, 0) rotate(-45deg);	
}
.header_trigger.is-active span:nth-of-type(2) {
	display: none;
}
.header_trigger.is-active span:nth-of-type(3) {
	transform: translate3d(0, -2.2vw, 0) rotate(45deg);
}


/*------------ コンテンツエリア --------------*/

/*----- パンくずリスト -----*/
.breadcrumbs{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	font-size: 1.2rem;
	color:#000;
	width: 90%;
	margin: 0 auto 2.0rem;
}
.breadcrumbs a{
	color:#000;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs__home::after, .breadcrumbs__cat::after{
	content: ">";
	color:#999;
}
/*----- タイトル -----*/
.head_area{
	display: flex;
    justify-content:space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 5.0rem auto 2.0rem 0;
	padding: 0;
}
.head_ttl{
	width: 88%;
	border-top:1px solid #000;
}
.head_ttl__eng{
	display: block;
	font-size: 10vw;
	font-weight: 300;
	background-color: #fff;
	margin: -4.6vw 0 0.5rem 2.0rem;
	width: fit-content;
	padding: 0 0.5rem;
	white-space: nowrap;
}
.head_ttl__jp{
	display: block;
	font-size: 3vw;
	font-weight: 600;
	background-color: #fff;
	margin:0 0 0 2.0rem;
	width: fit-content;
	padding: 0 0.5rem;
	white-space: nowrap;
}
.head_submenu{
	margin: 0 2.0rem 0 auto;
}
.head_submenu__li{
}
.head_submenu__link{
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0.2rem 0.2rem 0.2rem 0.8rem ;
	background-image:url("../images/submenu_arrow.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 1.8vw;
}





/*------------ フッター --------------*/
.footer{
	background-color:#222;
	padding: 6.0rem 8%;
}
.section.footer{
	padding: 2.0rem 8%;
}
.footer_main{
	display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}
.footer_main__adr{
	width: 100%;
	margin-bottom: 4.0rem;
}
.footer_main__logo{
	width: 50%;
	margin-bottom: 2.0rem;
}
.footer_logo__color{
	fill: #fff;
}
.footer_main__txt{
	font-size:1.4rem;
	color:#fff;
	line-height: 1.5;
}
.footer_main__txt a{
	text-decoration: underline;
}
.footer_contact{
	width: 100%;
	margin-bottom: 4.0rem;
}
.footer_contact__txt{
	font-size:1.3rem;
	color:#fff;
	line-height: 1.5;
    font-weight: 500;
}
.footer_contact__tel{
	font-size: 3.0rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.2rem;
    background-image: url(../images/tel_icon_white.svg);
    background-size: 2.2rem;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 1.0rem 0 1.0rem 3.0rem;
    width: fit-content;
    border-bottom: 1px solid #fff;
	margin-bottom: 1.0rem;
}
.footer_contact__form{
	font-size: 1.3rem;
	background-image: url("../images/mail_icon_white.svg");
	background-size:1.8rem;
	background-repeat: no-repeat;
	background-position: center left 0.2rem;
	padding-left: 3.0rem;
}
.footer_contact__form a{
    color: #fff;
    font-weight: 300;
	text-decoration: underline;
}
.footer_contact__form a:hover{
	color: #dab720;
}
.footer_sns{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
	margin-bottom: 4.0rem;
}
.footer_sns__li{
	width: 2.5rem;
	margin: 0 0.5rem;
}
.footer_menu{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
	margin-bottom: 5.0rem;
}
.footer_menu__li{
	width: 45%;
}
.footer_menu__link{
	color: #fff;
	font-size: 1.3rem;
	padding: 0.5rem 0;
	display: block;
}
.footer_copyright {
	width:100%;
	font-size: 1.2rem;
	color: #fff;
	margin:0 auto;
	text-align: center;
}


/*------------ その他 --------------*/

.btn_overlay1 {
    position: fixed;
    bottom:1rem;
    right:1rem;
    /*z-index: 999;*/
	width: 45px;
}

.btn_link{
	display:inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	padding:1.0rem 2.4rem;
	border:1px solid #ccc;
	border-radius: 2.5rem;
	font-weight: 500;
}
.btn_link:hover{
	background-color: #111;
	transition: .6s;
}
.btn_link02{
	display:inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
	padding:1.5rem 3.0rem;
	border:1px solid #fff;
	border-radius: 2.5rem;
	font-weight: 500;
	color:#fff;
	background-color: rgba(255,255,255,0.2);
}
.btn_link02:hover{
	background-color: #111;
	transition: .6s;
}


/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	/*------------ ボディ --------------*/
	body {
		font-size: 1.7rem;
	}
	.container {
		max-width: 1200px;
	}
	.inner {
		max-width: 1400px;
	}
	.top_space{
		margin-top: 12.0rem;
	}
	.anchor{
		padding-top: 40px;
		margin-top: -40px;
	}
	
	.main_v{
		margin-bottom: 2.0rem;
	}
	.main_v__img{
		object-fit:contain;/**/
		height:auto;/**/
	}
	
	/*------------ ヘッダー --------------*/
	.header.normal {
		background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	}
	.header.invert {
		background: none;
	}
	.header.normal.on{
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
	}
	.header.invert.on{
		background: linear-gradient(rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.4));
	}
	.header_inner {
		width: 1200px;
		margin:0 auto;
	}
	
	/*------------ ロゴ --------------*/
	.header_logo {
		width: calc(170px + 85 * ((100vw - 768px) / 1152))/**/;
	}
	.header_logo a{
		padding: 0;
        margin: calc(30px + 10 * ((100vw - 768px) / 1152)) 0 5.0rem 3vw;
		display: block;
	}
	.header_logo a:hover{
		opacity: 1.0;
	}
	.normal .header_logo__color{
		fill: #fff;
	}
	.invert .header_logo__color{
		fill: #000;
	}
	
	/*------------ グローバルナビ --------------*/
	.header{
		/*min-width: 1200px;*/
	}
	.header_nav{
		display: block;/**/
		background: none;
		position:absolute;
		top: 2.5rem;
		right:2%;
		width:initial;
		height:initial;
	}
	.header_nav__list{
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
		align-items: center;
		margin-top:0;
	}
	.header_nav__cat{
		text-align: center;
		margin: 0 1vw;
	}
	.header_nav__cat.contact{
		width: calc(30px + 15 * ((100vw - 768px) / 1152))/**/;
	}
	.header_nav__cat.insta{
		width: calc(26px + 13 * ((100vw - 768px) / 1152))/**/;
	}
	.contact .header_nav__link svg{
		width:100%;
	}
	.insta .header_nav__link svg{
		width:100%;
	}
	.header_nav__link:hover svg{
		opacity: 0.5;
	}
	.header_nav__text{
		border-top:none;
	}
	.header_nav__link{
		padding: 0.8vw 0.5rem;
		border-top:none;
		width: 100%;
		display:block;
		font-size: calc(12px + 3 * ((100vw - 768px) / 1152))/**/;
		font-weight: 400;
	}
	.normal .header_nav__link:hover, .invert .header_nav__link:hover {
		color:#dab720;
	}
	.normal .header_nav__link{
		color: #fff;/**/
	}
	.invert .header_nav__link{
		color: #000;/**/
	}
	.reserve .header_nav__link {
		font-size: calc(12px + 3 * ((100vw - 768px) / 1152))/**/;
		margin: 0 auto;/**/
		padding: 1.0rem 3.0rem;/**/
		color: #dab720;/**/
	}
	.normal .reserve .header_nav__link {
		background-color: #111;/**/

	}
	.invert .reserve .header_nav__link {
		background-color: rgba(255, 255, 255, 0.5);/**/
		border:2px solid #666;
		color:#000;
	}
	.reserve .header_nav__link:hover {
		background-color: #dab720;/**/
		color: #fff;/**/
	}
	.normal .header_mail__color, .normal .header_insta__color{
		fill: #fff;/**/
	}
	.invert .header_mail__color, .invert .header_insta__color{
		fill: #000;/**/
	}

	/*------------ スマホ/アコーディオン --------------*/
	.toggle_contents{
		display: initial;
	}
	.header_nav__mark{
		display: none;
	}
	
	/*------------ バーガーメニュー 通常 --------------*/
	/*------------ お問い合わせ --------------*/
	/*.header_request__button, */.header_trigger {
		position: initial;
		display: none;
	}
	.header_request__button{
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.77% 0;
		text-align: center;
		/*height:8rem;*/
		border-left:1px solid #fff;
		font-size: 1.6rem;
		color: #fff;
		width: 12%;
	}
	.header_request__button:hover{
		background-color: #373666;
	}
	.header_request__button_text{
		display: block;
	}
	.header_request__button_img{
		display: none;
	}
	
	/*------------ コンテンツエリア --------------*/
	#fullpage{
		/*min-width: 1200px;*/
	}
	/*------------ パンくずリスト --------------*/
	.breadcrumbs{
		width: 94%;/**/
		margin: 0 auto 2.0rem;/**/
		padding-bottom: 0.2rem;/**/
	}

	/*----- タイトル -----*/
	.head_area{
		flex-wrap:nowrap;/**/
		margin: 8.0rem auto 6.0rem 0;/**/
		padding: 0;/**/
		border-top: 1px solid #000;/**/
		width: 85%;/**/
	}
	.head_ttl{
		display: flex;/**/
    	justify-content:flex-start;/**/
		margin-top: 0;/**/
		border-top: none;/**/
		width: fit-content;/**/
	}
	.head_ttl__eng{
		font-size: calc(42px + 21 * ((100vw - 768px) / 1152));/**/
		margin: -3.2rem 0 0.5rem 8vw;/**/
		padding: 0 0 0 1.5rem;/**/
	}
	.head_ttl__jp{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
		font-weight: 500;/**/
		margin: -0.8rem 1.0rem 0 0;/**/
		padding: 0 2.0rem 0 1.5rem;/**/
	}
	.head_submenu{
		display: none;/**/
	}
	
	
	/*------------ フッター --------------*/
	.section.footer{
		padding: 0;/**/
	}
	.footer{
		padding: 12.0rem 0;/**/
	}
	.footer_main{
		justify-content:space-between;/**/
		align-items:center;/**/
		width: 75%;/**/
		margin: 0 0 8.0rem auto;/**/
		border-bottom: 1px solid #fff;/**/
		padding-bottom: 8.0rem;/**/
	}
	.footer_main__adr{
		width: 35%;/**/
		margin-bottom: 0;/**/
	}
	.footer_main__logo{
		width:40%;/**/
	}
	.footer_main__txt{
		font-size:1.3rem;/**/
		line-height: 1.6;/**/
	}
	.footer_contact{
		width: 60%;/**/
		margin-bottom: 0;/**/
	}
	.footer_contact__txt{
		font-size:1.6rem;/**/
		font-weight: 600;/**/
	}
	.footer_contact__tel{
		font-size: 5.5rem;/**/
		background-size: 3.8rem;/**/
		padding: 1.0rem 0 1.0rem 5.0rem;/**/
		margin-bottom: 2.0rem;/**/
	}
	.footer_contact__form{
		font-size: 1.5rem;/**/
		background-size:2.4rem;/**/
		background-position: center left 0.5rem;/**/
		padding:0 0 0.3rem 4.0rem;/**/
	}
	.footer_sns{
		margin-bottom: 8.0rem;/**/
	}
	.footer_sns__li{
		width: 4.0rem;/**/
		margin: 0 1.5rem;/**/
	}
	.footer_menu{
		margin-bottom: 8.0rem;/**/
	}
	.footer_menu__li{
		width:fit-content;/**/
	}
	.footer_menu__link{
		padding: 0;/**/
		margin: 0 2.0rem;/**/
	}
	.footer_copyright {
		font-size: 1.2rem;
		margin:0 auto;
	}


	/*------------ その他 --------------*/
	.btn_overlay1 {
		bottom:2rem;
		right:2rem;
		width: 75px;
	}

	.on_pc{
		display: block;
	}
	.on_sp{
		display: none;
	}
	
	.btn_link{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
	}
	.btn_link02{
		font-size: calc(10px + 5 * ((100vw - 768px) / 1152));/**/
	}
	
	/*------------ ページスライド --------------*/
	#fp-nav ul li a span, .fp-slidesNav ul li a span{
		background: #fff !important;
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	}
	#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
		background: var(--main-color) !important;
		box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
	}
}

@media screen and (min-width: 1200px) {
	.head_submenu{
		display: flex;/**/
    	justify-content:flex-start;/**/
		margin: -0.8rem 0 0;/**/
	}
	.head_submenu__li{
		background-color: #fff;/**/
		margin-right: 4.0rem;/**/
	}
	.head_submenu__link{
		font-size: 1.0rem;/**/
		font-weight: 500;/**/
		letter-spacing: 0.06rem;/**/
		padding: 0.2rem 0.6rem 0.7rem;/**/
		background-position: bottom center;/**/
		background-size: 0.8rem;/**/
	}
}