@charset "utf-8";
/* CSS Document */

/*===========================================
                    common
============================================*/
body{
    font-family:a-otf-futo-min-a101-pr6n,"游明朝","Yu Mincho",YuMincho,serif;
    font-size:14px;
    line-height: 1.6;
    color:#B3B9C0;
    background-color:#050927;
}
p{
    line-break: strict;
}
a{
    text-decoration: none;
}
.btn,.description{
    font-family:"游ゴシック","Yu Gothic",YuGothic,sans-serif;
	font-weight: 500;
}
img{
    vertical-align: bottom;
}
section img{
    width:100%;
}
/*===========================================
                    ヘッダー
============================================*/
/*ナビメニュー*/
.gnav{
    opacity:0;
    visibility: hidden;
    padding-top:50px;
    position:fixed;
    width:100%;
    height:100vh;
    z-index:1000;
    background-color:rgba(5,9,39,0.9);
    text-align:center;
    transition:all 0.6s ease;
}
.gnav.show{
    opacity:1;
    visibility: visible;
}
.header-logo{
    width:75px;
    height:auto;
    margin:0 auto 20px;
}
.header-logo a{
    display:block;
}
.gnav .menu{
    width:50%;
    margin:0 auto;
}
.gnav .menu a{
    color:#B3B9C0;
    font-size:20px;
    display:block;
    padding:20px ;
    white-space: nowrap;
}
.gnav .menu a:hover{
    color:#fff;
}
/*ハンバーガーボタン*/
.burger{
    background-color:transparent;
    width:40px;
    height:16px;
    border:none;
    position:fixed;
    top:20px;
    right:20px;
    z-index: 1001;
    cursor:pointer;
}
.burger span{
    display: block;
    width:100%;
    height:2px;
    background-color:#fff;
    position:absolute;
    transition: .5s;
}
.burger span:nth-child(1){
    top:0;
}
.burger span:nth-child(2){
    top:0;
    bottom:0;
    margin:auto;
}
.burger span:nth-child(3){
    bottom:0;
}
.burger.show span:nth-child(1){
    transform: rotate(45deg) translateY(10px);
    transform-origin: center;
}
.burger.show span:nth-child(2){
    opacity:0;
}
.burger.show span:nth-child(3){
    transform: rotate(-45deg) translateY(-10px);
}
.header-search{
    width:80%;
    max-width:420px;
    text-align: center;
    margin:20px auto 40px;
}
.header-search a{
    display:block;
    padding:10px 0;
    color:#050927;
    background-color:#c1a970;
    font-size:20px;
    transition:all 0.6s ease;
}
.header-search a:hover,.footer-search a:hover{
    background-color:#F8F9EA;
}
.header-reservation{
    width:80%;
    max-width:420px;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
}
.header-reservation a{
    display:block;
    padding:10px 0;
    color:#fff;
    background-color:#053a5d;
    font-size:20px;
    transition:all 0.6s ease;
}
.header-reservation a:hover{
    background-color:#3D7193;
}
@media screen and (max-width: 460px){
    .gnav .menu{
        width:auto;
    }
}
/*===========================================
            　　ヒーロー領域
============================================*/
.hero-container{
    width:100%;
    height:100vh;
    position:relative;
    background-image:url("../img/relaxed.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page-title{
    color:#fff;
    font-size:28px;
    position:absolute;
    z-index:100;
    top:40%;
    left:10%;
    
}
.page-title span{
    font-size:14px;
    padding-top:10px;
    padding-right:0px;
    border-top:1px solid #fff;
}

/*===========================================
            　コンセプト領域
============================================*/
.breadCrumb{
    padding:20px;
    font-size:12px;
    max-width:1200px;
    margin:0 auto;
}
.breadCrumb a{
    color:#8c8c8c;
}
.breadCrumb a:hover{
    color:#fff;
}
.breadCrumb ul{
    display: flex;
}
.breadCrumb ul li{
    color:#8c8c8c;
}
.breadCrumb ul li:first-child{
    position:relative;
    margin-right:2rem;
}
.breadCrumb ul li:first-child::after{
    content:"";
    display: block;
    width:5px;
    height:5px;
    border-top:1px solid #8c8c8c;
    border-right:1px solid #8c8c8c;
    transform: rotate(45deg);
    position:absolute;
    right:-1.5em;
    top:0.5em;
}
.concept{
    padding:60px 20px 0;
    text-align:center;
}
.concept h2{
   font-size:24px;
    letter-spacing: 0.15em;
}
.concept-txt{
    width:70%;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 2;
    margin:60px auto 0;
}
.concept-txt br{
    display: none;
}
/*===========================================
                メイン領域
============================================*/
/*フェードインアニメ*/
.fadeIn{
    opacity:0;
    transform: translateY(50px);
}
.up{
    animation: fadeInUp 3s forwards;
}
@keyframes fadeInUp{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
/*見出しスタイル*/
.heading{
    font-size:24px;
	letter-spacing: 0.05em;
    margin-bottom:60px;
    text-align: center;
}
.heading em{
	display: block;
}
.heading em.en{
	color:rgba(193,169,112,0.70);
	font-size:3em;
	line-height:1;
	font-family:'Pinyon Script', cursive;
}

.facility-list{
    padding-top:60px;
    padding-bottom:20px;
	background-color:rgba(180,190,180,0.8);
	color:#323236;
    background-image: url("../img/marble.jpg");
    background-repeat: repeat;
    background-blend-mode:soft-light;
}
.facility-first{
    max-width:1200px;
    margin:0 auto;
    padding:0 20px;
}
.facility{
	max-width:1200px;
    margin:40px auto;
    padding:0 20px;
}
.small-img-wrap{
    display: flex;
}
.facility-small-img{
    width:50%;
}
.faci-wrap{
    padding:40px 0;
}
.faci-wrap-center{
    padding:40px 0;
}
.faci-heading{
    display: inline-block;
    font-size:24px;
    white-space: nowrap;
    margin-right:10px;
}
.faci-floor{
    display: inline-block;
    padding:0.1em 0.6em;
    margin-top:10px;
    border:1px solid #053a5d;
    position:relative;
    bottom:0.3em;
}
.faci-txt{
    margin-top:10px;
    padding-top:20px;
    border-top:1px solid #9A896D;
}
.faci-wrap dl,.faci-wrap-center dl{
	margin-top:20px;
	overflow: hidden;
}
.faci-wrap dl dt,.faci-wrap-center dl dt{
	float:left;
	margin-right:0.5em;
}
/*リード領域*/
.lead{
	max-width: 1200px;
	margin:120px auto;
}
.lead-item{
	display: flex;
}
.lead-item.reverse{
	flex-flow: row-reverse;
}
.lead-img{
	width:50%;
}
.lead-img img{
    height: 100%;
    object-fit: cover;
}
.lead-wrap{
	width:50%;
    padding-top:7%;
    padding-bottom:7%;
	padding-right:5%;
	padding-left:5%;
	box-sizing: border-box;
	background-color: rgba(5,58,93,0.30);
}
.lead-item h3{
	margin-bottom:40px;
}
.lead-item h3 em{
	display: block;
	color:#2F3756;
	font-size:3em;
	line-height:1;
}
.lead-item h3 span{
	display: block;
	font-size:1.2em;
	letter-spacing: 0.2em;
}

/*===========================================
                フッター領域
============================================*/
footer{
    background-color:#053a5d;
    padding:40px 20px 20px;
    position: relative;
}
.page-top{
	background:none;
	border:none;
	position:absolute;
	top:-10px;
	right:-20px;
	transform: rotate(90deg);
	color:#fff;
	padding-left:40px;
	cursor: pointer;
}
.page-top::before{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-left:1px solid #fff;
	position:absolute;
	left:3px;
	bottom:-10px;
	transform-origin:top right;
	transform: rotate(45deg);
	transition: all 0.5s;
}
.page-top::after{
	content:"";
	display: block;
	height:1px;
	width:100px;
	background-color:#fff;
	position:absolute;
	left:0px;
	transition: all 0.5s;
}
.page-top:hover::before{
	left:-12px;
}
.page-top:hover::after{
	left:-15px;
}
.footer-logo{
    width:125px;
    height:auto;
    margin:0 auto 40px;
}
.footer-logo a{
    display: inline-block;
    height:100%;
    width:100%;
}
.footer-nav{
    width:200px;
    margin:0 auto 40px;
}
.footer-nav li{
    border-bottom:1px solid #B3B9C0;
    margin-bottom:20px;
    padding-bottom:5px;
}
.footer-nav li a{
    color:#CDDBEB;
    font-size:16px;
    margin-left:10px;
}
.footer-nav li a:hover{
    color:#fff;
}
.sns-icons{
    display: flex;
    justify-content: space-between;
    width:180px;
    margin:0 auto 40px;
}
.sns{
    color:#CDDBEB;
    font-size:22px;
}
.sns:hover{
    color:#fff;
}
.footer-search{
    width:100%;
    max-width:420px;
    text-align: center;
    margin-bottom:30px;
    margin-right:auto;
    margin-left:auto;
}
.footer-search a{
    display:block;
    padding:10px 0;
    color:#050927;
    background-color:#c1a970;
    font-size:20px;
    transition:all 0.6s ease;
}
.footer-reservation{
    width:100%;
    max-width:420px;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
}
.footer-reservation a{
    display:block;
    padding:10px 0;
    color:#fff;
    background-color:#195E8B;
    font-size:20px;
    transition:all 0.6s ease;
}
.footer-reservation a:hover{
    background-color:#3A86B7;
}
.copylight{
    color:#CDDBEB;
    font-size:12px;
    text-align:center;
    margin-top:60px;
}
/*===========================================
                pcデザイン
============================================*/
@media screen and (min-width: 768px){
    body{
        font-size:16px;
    }
    /*ヘッダー領域*/
    .gnav{
        opacity:1;
        visibility: visible;
        background:linear-gradient(rgba(0,50,100,0.3),rgba(0,0,0,0));
        display:flex;
        justify-content: space-between;
        padding:20px;
        height:auto;
        box-sizing: border-box;
    }
    .header-logo{
        margin:0;
    }
    .gnav ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .gnav .menu{
        margin-right:20px;
        width:inherit;
    }
    .gnav .menu a{
        font-size:15px;
        color:#fff;
        padding:0;
        transition: all 1s;
    }
    .gnav .menu a:hover{
        text-shadow: #FFF9BB 1px 1px 20px,#FFF9BB 1px -1px 20px,#FFF9BB -1px 1px 20px,#FFF9BB -1px -1px 20px;
    }
    .header-search{
        width:100%;
        margin:0 20px 0 0;
    }
    .header-reservation{
        width:100%;
        margin:0;
    }
    .header-search a,.header-reservation a{
        padding:13px 20px;
        font-size:15px;
    }
    .burger{
        display:none;
    }
    /*ヒーロー領域*/
    .page-title{
        font-size:40px;
    }
    .page-title span{
        font-size:16px;
        padding-top:1.25em;
    }
    /*コンセプト領域*/
    .concept{
        padding:100px 20px 0;
    }
    .concept h2{
        font-size:28px;
    }
    .concept h2 br{
        display: none;
    }
    .concept-txt{
        width:auto;
        text-align: center;
        margin-top:80px;
    }
    .concept-txt br{
        display: block;
    }
    /*メイン領域*/
    .facility-list{
        padding-top:100px;
        padding-bottom:60px;
    }
	.faci-heading{
		font-size:28px;
	}
    .facility-first{
        padding:0;
    }
    .facility{
        display: flex;
        padding:0;
    }
    .facility-list .facility:not(:last-child){
        margin-bottom:80px;
    }
    .reverse{
        flex-direction: row-reverse;
    }
    .faci-img-wrap{
        display: flex;
    }
    .small-img-wrap{
        flex-direction: column;
        width:40%;
    }
    .facility-small-img{
    width:auto;
}
    .facility-big-img{
        width:60%;
    }
    .facility-big-img img{
        height:100%;
        object-fit: cover;
    }
    .faci-wrap{
        padding:40px 60px;
    }
    .faci-wrap-center{
        width:40%;
        padding:40px 60px;
        display:flex;
        align-items: flex-end;
        box-sizing: border-box;
    }
    .facility-img{
        width:60%;
    }
    .facility-img img{
        height:100%;
        object-fit: cover;
    }
    .faci-txt{
        margin-top:20px;
        padding-top:30px;
    border-top:1px solid #9A896D;
    }
	.heading{
        font-size:28px;
		margin-bottom:80px;
	}
	.heading::after{
		bottom:-10px;
	}
    .lead-item h3 em{
        font-size:4em;
    }
	
	/*フッター領域*/
    .page-top{
        position:fixed;
        top:auto;
        bottom:10vh;
        right:-20px;
    }
	.footer-logo{
		margin:0 auto 60px;
	}
	.footer-col2-box{
		max-width:1200px;
		margin:0 auto;
		display: flex;
	}
	.footer-nav{
		width:50%;
		margin:0;
	}
	.footer-nav ul{
		max-width:273px;
		margin:0 auto;
	}
	.footer-btns{
		width:50%;
	}
	.footer-search{
		max-width:350px;
		margin-bottom:60px;
	}
	.footer-reservation{
		max-width:350px;
	}
	.footer-nav li{
		margin-bottom:40px;
	}
	.footer-nav li:last-child{
		margin-bottom:0;
	}
	.sns-icons{
		margin:0 auto 60px;
	}
	.copylight{
		margin-top:100px;
	}
}
@media screen and (min-width: 900px){
    .gnav .menu{
        margin-right:40px;
    }
}
/*===========================================
                icomoon
============================================*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?a8epdz');
  src:  url('fonts/icomoon.eot?a8epdz#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?a8epdz') format('truetype'),
    url('fonts/icomoon.woff?a8epdz') format('woff'),
    url('fonts/icomoon.svg?a8epdz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
