@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/stay.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;
    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);
    }
}
/*見出しスタイル*/
.hosp-heading em{
	display: block;
}
.hosp-heading em.en{
	color:rgba(205,219,235,0.50);
	font-size:2em;
	font-family:'Pinyon Script', cursive;
}
.heading em{
	display: block;
}
.heading em.en{
	color:rgba(193,169,112,0.30);
	font-size:3em;
	line-height:1;
	font-family:'Pinyon Script', cursive;
}

.heading{
    font-size:24px;
	letter-spacing: 0.05em;
    margin-bottom:60px;
    text-align: center;
}
.hosp-heading{
    font-size:18px;
	letter-spacing: 0.05em;
    margin-bottom:40px;
    text-align: center;
    white-space: nowrap;
}
/*詳細ボタン*/
.see-more,.room-search{
    width:100%;
    position:relative;
    cursor:pointer;
	margin-top:20px;
}
.see-more a,.room-search a{
    text-align: center;
    color:#c1a970;
    border:1px solid #c1a970;
    line-height:3em;
    display:block;
    position:relative;
    transition:all 0.6s ease;
}
.see-more:hover a{
    box-shadow: 0 0 10px 0 #c1a970;
}
.see-more a::after{
    content:"";
    display: inline-block;
    width:5px;
    height:5px;
    border-top:1px solid #c1a970;
    border-right:1px solid #c1a970;
    transform: rotate(45deg);
    position: absolute;
    right:30px;
    top:1.25em;
    transition: all 0.6s;
}
.see-more span{
    position:relative;
    display:block;
    width:100%;
    height:100%;
}
.see-more::before,.see-more::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    background-color:#c1a970;
    transition:all 0.6s ease;
}
.see-more span::before,.see-more span::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background-color:#c1a970;
    transition:all 0.6s ease;
}
.see-more::before{
    height:0%;
    width:2px;
}
.see-more::after{
    height:2px;
    width:0%;
}
.see-more span::before{
    height:0%;
    width:2px;
}
.see-more span::after{
    height:2px;
    width:0%;
}
.see-more:hover::before{
    height:100%;
}
.see-more:hover::after{
    width:100%;
}
.see-more span:hover::before{
    height:100%;
}
.see-more span:hover::after{
    width:100%;
}

.see-more a:hover::after{
    right:20px;
}
.room-search a:hover{
    background:#c1a970;
    color:#050927;
}
@media screen and (min-width: 560px){
    .see-more,.room-search{
        max-width:300px;
    }
}
.hospitality{
    background-color:#053a5d;
    color:#CDDBEB;
    padding:40px 0;
    margin:0 auto;
    width:calc(100vw - 40px);
    max-width:1200px;
    outline:1px solid #CDDBEB;
    outline-offset: -8px;
    text-align: center;
}
.hospitality h2{
    display: inline-block;
    width:80%;
    padding-bottom:20px;
    border-bottom:4px double rgba(205,219,235,0.50);
}
.hospitality h2 br{
    display: none;
}
.hospitality li{
    width:80%;
    text-align: center;
    margin-bottom:40px;
    margin-right:auto;
    margin-left:auto;
}
.hospitality img{
    display: block;
    margin:0 auto;
    border-radius: 50%;
    width:200px;
    height:200px;
    object-fit: cover;
	border: 4px solid #CDDBEB;
}
.hospitality li p{
    margin-top:20px;
}
.hospitality .sp-ps-br{
    display: none;
}
.hospitality li span{
    margin-right:1.5em;
    position:relative;
}
.hospitality li:last-child p{
	position:relative;
    display: inline-block;
}
.hospitality li:last-child span{
	position:absolute;
	left:-1em;
}
.hospitality li span::before{
    content:"";
    display: block;
    width:1.7em;
    height:1.7em;
    border:1px solid #CDDBEB;
    border-radius: 50%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 450px){
    .hospitality h2{
        white-space: normal;
    }
    .hospitality h2 br{
    display: block;
}
}
@media screen and (min-width: 768px) and (max-width: 900px){
    .hospitality .sp-ps-br{
    display: block;
}
    .hospitality li:last-child span{
        left:0;
    }
}
.rooms{
    margin-top:60px;
    padding-top:60px;
	padding-bottom:60px;
    /*background-color:rgba(255,240,220,0.90);
    color:#444;
    background-image: url("../img/water.jpg");
    background-repeat: repeat;
    background-size:cover;
    background-blend-mode: soft-light;*/
}
.room{
	margin:0 auto 80px;
	max-width:1200px;
}
.room-img{
	box-sizing:border-box; 
}
.room-img img{
	height:100%;
	object-fit: cover;
}
.room-wrap{
    padding:0 20px;
	box-sizing: border-box;
}
.room h3{
	font-size:24px;
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:4px double rgba(205,219,235,0.50);
}
.room-txt{
	margin-top:20px;
}
.room dl{
	margin-top:20px;
	width:45%;
	max-width: 300px;
	min-width: 246px;
}
.room dl dt:first-of-type{
    border-top:1px solid rgba(205,219,235,0.50);
}
.room dl dd:first-of-type{
    border-top:1px solid rgba(205,219,235,0.50);
}
.room dt{
	float:left;
    width: 40%;
    text-align-last: justify;
	white-space: nowrap;
    padding:10px 1em 10px 1em;
    border-bottom:1px solid rgba(205,219,235,0.50);
	box-sizing: border-box;
    background:rgba(255,255,255,0.08);
}
.room dd{
    width:60%;
    margin-left:40%;
    padding-left:2em;
	padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(205,219,235,0.50);
	box-sizing: border-box;
	background:rgba(255,255,255,0.18);
}
@media screen and (min-width: 768px) and (max-width: 1220px){
	.rooms .room:nth-child(2n+1) .room-img{
		padding-left:20px;
	}
	.rooms .room:nth-child(2n) .room-img{
		padding-right:20px;
	}
}
@media screen and (min-width: 560px) and (max-width: 767px){
	.room-detail-wrap{
		display: flex;
		justify-content:space-between;
		align-items: flex-end;
	}
	.btn-wrap{
		width:45%;
	}
	.btn-wrap p{
		margin-left:auto;
	}
}

/*===========================================
                フッター領域
============================================*/
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:80px 20px;
    }
    .concept h2{
        font-size:28px;
    }
    br.pc-none{
        display: none;
    }
    .concept-txt{
        width:auto;
        margin-top:80px;
        text-align: center;
    }
    .concept-txt br{
        display: block;
    }
    /*メイン領域*/
	.heading{
        font-size:28px;
		margin-bottom:80px;
	}
    .hosp-heading{
        font-size:22px;
    }
    .hospitality ul{
        display: flex;
        padding:0 20px;
    }
    .hospitality li{
        margin-bottom:10px;
    }
    .hospitality li:not(:last-child){
        margin-right:20px;
    }
	.room{
		display:flex;
	}
	.rooms .room:nth-child(2n){
		flex-flow: row-reverse;
	}
	.room-img{
		width:60%;
	}
	.room-wrap{
		width:40%;
	}
	.room h3{
		font-size:28px;
	}
	.room dl{
		width:auto;
	}
	/*フッター領域*/
    .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";
}
