@charset "UTF-8";


body {
	font-family: "ryo-text-plusn", sans-serif;
}

a {
	color:inherit;
	text-decoration:none;
}

span{
	display: inline-block;
}

.section-inner {
    width: 100%;
    max-width: 978px;
    margin: 0 auto;
}

/**----- PCにのみ表示したいものを記述 -----**/
.pc-only{
    display:block;
}

/**----- SPにのみ表示したいものを記述 -----**/
.sp-only{
    display: none;
}

/**----- スマホ -----**/
@media screen and (max-width: 768px){
	.section-inner {
		padding: 0 24px;
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}


/** -----------------------------------
    テキスト
-------------------------------------**/
h2.large{
	font-family: "futura-pt", sans-serif;
	color: #444444;
	font-size: 40px;
	line-height:1.8;
	letter-spacing: 0.04em;
	font-weight: lighter;
	padding: 113px 0px 80px;
}

h2.small{
	font-size: 30px;
	line-height:2.3;
	letter-spacing: 0.2em;
	font-weight: 200;
	writing-mode: vertical-rl;
}

h3.large{
	font-size: 21px;
	line-height:1.9;
	letter-spacing: 0.1em;
	font-weight: 200;
}

h3.small{
	font-size: 17px;
	line-height:2.1;
	letter-spacing: 0.05em;
	font-weight: 200;
	padding-top: 69px;
}

p.large{
	font-size: 20px;
	line-height:2;
	letter-spacing: 0.2em;
	font-weight: 200;
	margin-top: 70px;
}

p.medium{
	font-size: 16px;
	line-height:2.25;
	letter-spacing: 0.1em;
	font-weight: 200;
}

p.small{
	font-size: 14px;
	line-height:2.1;
	letter-spacing: 0.1em;
	font-weight: 200;
	padding-top: 21px;
}
/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	h2.large {
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.03em;
	margin-bottom: 0px;
	padding-bottom: 42px;
	}

	h2.small {
		font-size: 22px;
		line-height: 1.6;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
		}

	h3.large {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	}

	h3.small {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.03em;
	padding-top: 25px;
	}

	p.large {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.06em;
	margin-top: 42px;
	}

	p.medium {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0.06em;
	}

	p.small {
	font-size: 11px;
	line-height: 2;
	letter-spacing: 0.03em;
	padding-top: 17px;
	}
}

#header {
	width: 100%;
	height: 60px;
	background-color: #fcf9f4;
	display: flex;
	justify-content: space-between;
	padding: 0 70px;
	position: fixed;
	top: 0;
	z-index: 3;
	display: none;
	opacity: 0.95;
}

.header-logo {
	display: flex;
	align-items: center;
	width: 170px;
}

.header-logo a {
	display: flex;
}

.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.gnav-pc li {
	display: inline;
	margin-right: 40px;
	align-items: center;
}

#header i{
	font-size: 1.5em;
}

ul.gnav-pc li a {
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #1c1a19;
	font-weight: 200;
	line-height: 60px;
}
ul.gnav-pc li a:hover {
    transition: 0.8s ;
    color: #e2965a;
}
#header i:hover{
	transition: 0.8s ;
    color: #e2965a;
}
.gnav-sp-wrap{
	display: none;
}

@media screen and (max-width: 768px) {
	#header {
	height: 60px;
	padding: 0;
	opacity: 1;
	}

	#header h1 {
	padding-left: 20px;
	}

	#header h1 a {
	display: flex;
	}

	.gnav-pc-wrap {
	display: none;
	}

    #menu-button{
    display: block;
    width: 60px;
    height: 60px;
    padding: 22px 18px;
    }

    #menu-button{
        display: block;
        width: 60px;
        height: 60px;
        padding: 22px 18px;
    }
    .menu-button-inner{
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .menu-button-inner span{
        display: block;
        height: 1px;
        width: 100%;
        background-color: #1c1a19;
        position: absolute;
    }
    .menu-button-inner span:nth-child(1) {
        top: 0;
    }
    
    .menu-button-inner span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .menu-button-inner span:nth-child(3) {
        bottom: 0;
    }
    .logo{
        width: 112px;
        height: 34px;
        padding-left: 16px;
    }
	.gnav-sp-wrap {
        display: none;
		margin-top: 60px;
        width: 100vw;
        height: 100vh;
        background-color: #f8f9f8;
        position: fixed;
        z-index: 100;
        padding-top: 136px;
        opacity:0.95;
        text-align: left;
    }
    ul.gnav-sp li {
        text-align: left;
        margin-bottom: 30px;
		padding-left: 15%;
    }
    ul.gnav-sp li a {
        font-family:"futura-pt", sans-serif;
        font-size: 20px;
        letter-spacing: 0.1em;
        color: #1c1a19;
        font-weight: 200;
    }
	ul.gnav-sp li a:hover{
		transition: 0.8s ;
		color: #e2965a;
	}
	.fa-brands, .fab {
		font-weight: 200;
		padding-left: 15%;
	}
	#header i:hover{
		transition: 0.8s ;
		color: #e2965a;
	}

}

#mainvisual {
	width: 100%;
	height: 100vh;
	background-image: url(../images/mainvisual.png);
	background-color: #111111;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
	/* background-attachment: fixed; */
	position: relative;
	z-index: 1;

}

@media screen and (max-width: 768px) {
	#mainvisual {
		background-image: url(../images/mainvisual-sp.jpg);
		background-position: right;
	}
}

.maintitle{
	width: 795px;
	height: auto;
	margin: 0 auto;
}


.maincopy{
	font-family: "ryo-text-plusn", serif;
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 0.14em;
	font-style: normal;
	line-height: 0.5;
	text-shadow:0px 0px 10px #b4c5cf94;
	
}

.copy-wrap{
	position: absolute;
	text-align: right;
	top: 176px;
	right: 122px;
}

.location{
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	position: absolute;
	left: 62px;
	bottom: 198px;
}


/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※*/
	position:absolute;
	bottom:0;
	right:100px;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:8px;
	height:8px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
	0%{bottom:110px;}
	100%{bottom:-5px;}
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
	0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
}

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:0.2px;
	height: 115px;
	background:#eee;
}

/* スマホ用のスタイル */
@media screen and (max-width: 768px) {
	.copy-wrap{
	position: absolute;
	text-align: right;
	top: 270px;
	right: 13px;
}

    .maintitle{
	width: 332px;
	height: auto;
	margin: 0 auto;
    }
	.maincopy{
		font-size: 13px;
		letter-spacing: 0.14em;
		font-style: normal;
	}

	.location{
		font-size: 11px;
		left: 30px;
		bottom: 65px;
	}

	.lang-nav{
		top:60px;
		right: 20px;
		font-size: 14px;
	}

	#mainvisual {
		background-position: left;
		background-size: cover;	
	}

	.scrolldown2{
		right:45px;
	}

}

#about{
	width: 100vw;
	height: auto;
	background-image: url(../images/bg-about.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
    position: relative;
    margin-top: -51px;
	padding:63px 20px 148px 25px;
}

#about h2.large{
	padding-bottom: 0;
	position: relative;
}

.about-wrap{
	display: flex;
	justify-content: space-between;
}

.about-right{
	width: 10%;
}

.about-left{
	width: 75%;

}

.fixed_btn{
	background-color: #e2965a;
	height: 224px;
	width: 65px;
	position: fixed;
	bottom: calc(50% - 100px);
	right:0px;
	bottom:100px;
	text-decoration: none;
	transition: all 0.65s;
	opacity:0;
	z-index: 100;
	
}

.fixed_btn.isActive {
	opacity: 1;
	transition: all 0.65s;
	z-index: 100;
}

#about i{
	color: #ffffff;
}
.button{
	writing-mode: vertical-rl;
	color: #ffffff;
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 64px;

}
button{
	z-index:1
}

@media screen and (max-width: 768px) {
	.about-wrap {
		display: block;
	}
	.about-left {
		width: 100%;
	}
	.about-right {
		display: none;
	}
	.fixed_btn{
		height: 70px;
		width: 100%;
		bottom:0px;		
	}
	.button{
		writing-mode: horizontal-tb;
		line-height: 70px;
	}
	#about a{
		padding-left: 5px;
	}
}


h2.section-title {
		text-align: center;
		padding: 10px;
		
}

.item, .item-1 , .item-2 {
	position: relative;
	width: calc(100% - 20px);
	padding-bottom: 160px;
}

.col-2-terrace{
	display: flex;
	justify-content: space-between;
}

.col-2-terrace .item{
	position: relative;
}

.facilities-text-box{
	margin-left: 45px;
}

.col-2-bathroom .facilities-text-box{
	margin-right: 38px;
}

#facilities img{
	width: 100%;
	height: auto;
}

.bg-terrace{
	position: absolute;
	width: 469px;
	height: 323px;
	top:29px;
	left:23px;
	z-index: -100;
}

.col-2-bathroom{
	display: flex;
	justify-content: space-between;
}

.col-2-bathroom .item{
	position: relative;
}

.bg-bathroom{
	position: absolute;
	width: 469px;
	height: 323px;
	top:29px;
	right:23px;
	z-index: -100;
}

.col-2-bedroom{
	display: flex;
	justify-content: space-between;
}

.col-2-bedroom .item{
	position: relative;
	padding-bottom: 130px;
}


.bg-bedroom{
	position: absolute;
	width: 469px;
	height: 323px;
	top:29px;
	left:23px;
	z-index: -100;
}

.list-title{
	font-family:"futura-pt", sans-serif;
	font-size: 17px;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 2.1;
}

hr{
	border-top: 1px solid #ffc79a;
    width: 41px;
}

@media screen and (max-width: 768px) {
	.item {
		height:auto;
		padding-bottom: 35px;
	}
	.item-1 {
		height:auto;
		padding-bottom: 35px;
	}
	.item-2 {
		height:auto;
		padding-bottom: 35px;
	}
	.col-2-bedroom .item{
		padding-bottom: 35px;
	}
	.col-2-terrace{
		display: block;
	}
	.bg-terrace{
		top: 20px;
        left: 20px;
	}
	.col-2-bathroom{
		flex-direction: column;
	}
	.col-2-bathroom .item-1{
		order: 2;
	}
	.col-2-bathroom .item-2{
		order: 1;
	}

	.col-2-bathroom img{
		margin-right:0;
	} 
	.bg-bathroom{
		top: 20px;
        left: 20px;
	}
	.col-2-bedroom{
	display: block;
	}
	.bg-bedroom{
		top: 20px;
        left: 20px;
	}
	.facilities-text-box {
		margin-left: 15px;
		margin-top: 13px;
	}
	.bathroom .item-1{
		flex-direction: column-reverse;
	}
	.bathroom .item-2{
		flex-direction: column;
	}


	.list-title{
	font-size: 13px;
	line-height: 1.7;
}
    
}

.col-2{
	display: flex;
	justify-content: space-between;
}

.section-inner-food{
	width: 100%;
    max-width: 1192px;
    margin: 0 auto;
	margin-bottom: 180px;
	position: relative;
}

.food-container{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
    width: 100%;
    padding-top: 100px;
	margin-top: -100px;
    flex-wrap: wrap;
}

.food-container:after {
    position: absolute;
    content: "";
    background: #fcf9f4;
	background-image: url("../images/shade_palmtree.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 65%;
    height: 112%;
    top: 0;
    right: -75px;
    z-index: -1;
}

#food a{
	font-family: "futura-pt", sans-serif;
	font-size: 11px;
	font-weight: 200;
	padding-left: 20px;
	vertical-align: middle;
	width: 216px;
	height: 70px;
	border: 0.5px solid #1c1a19;
	border-radius: 11px;
	line-height: 45px;
}

#food a:hover{
	border: 0.5px solid  #fff;
}



.food-description{
	position: absolute;
    left: 40px;
    width: 55%;
    margin-bottom: -165px;
    padding-right: 25px;
    padding-left: 25px;
}



.food-kv{
	width: calc((100% - 42px )/2);
    vertical-align: baseline;
    background: transparent;
}

.food-cont-text{
	width: calc((100% - 42px )/2);
    vertical-align: baseline;
    background: transparent;
	position: relative;
}


.food-description-kv-inner{
	opacity: 1;
	position: relative;
    top: -160px;
    overflow: hidden;
}

#food img{
		width: 100%;
		height: auto;
		vertical-align: bottom;
		object-fit: cover;
}


.food-description-box-inner{
	box-sizing:border-box;
	max-height:100%;
}

#food hr{
	width: 41px;
    height: 1px;
	top: 35px;
    right: 0;
	position: absolute;
	background-color: #ffc79a;
    border: none;
}

#food .button-text{
	font-size: 18px;
	line-height: 70px;
	letter-spacing: 0.1em;
	padding-left: 12px;
}

#food h3{
	padding-bottom: 60px;
}
#food p{
	padding-bottom: 43px;
}

.food-button{
	padding-left: 60%;
}

@media screen and (max-width: 768px) {
	.section-inner-food{
		width: 90%;
		margin: 0 auto;
	}
	.food-container{
		display: block;
	}
	.food-kv {
		width:90%;
		margin: 0 auto;
	}
	.food-cont-text{
		width:80%;
		margin: 0 auto;
	}
	.food-container:after {
		width: 100%;
		height: 90%;
		top: 20%;
		right: 0;
	}
	.food-description-box-inner{
		padding-bottom: 30px;
	}
	#food h3 {
		padding-bottom: 21px;
		padding-top: 28px;
	}
	.food-button {
		padding-left: 54%;
	}
	#food .button-text {
		font-size: 14px;
		line-height: 60px;
	}
	#food p {
		padding-bottom: 35px;
    }
	#food a {
		height: 60px;
		width: 50%;
		padding-left: 10px;
	}
	#food hr{
	top: 30px;
	width: 20%;
}


}

.ContentOver-box{
	background-image: url(../images/bg-experience.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
    padding-top: 22%;
    padding-bottom: 23%;
}

.col-4{
	display: flex;
	justify-content: space-between; 
}

.experience-item{
	width: calc((100% - 45px)/2);
}

.col-experience-1{
	display: flex;
    justify-content: space-between;
	width: calc((100% - 35px)/2);
}

.col-experience-2{
	display: flex;
    justify-content: space-between;
	width: calc((100% - 35px)/2);
}

#experience img{
	height: auto;
	width: 100%;
	vertical-align: bottom;
	transition:1s all;
	
}

.experience-img{
	overflow:hidden; 
}

#experience img:hover{
	transform:scale(1.1,1.1);
	transition:1s all;
}

#experience a{
	font-family: "futura-pt", sans-serif;
	font-size: 13px;
	letter-spacing:0.1em;
	line-height: 52px;
	background-color: #ffffff;
	display: block;
	width: 100%;
	height: 309px;
	text-align: right;
	text-decoration: none;
	height: auto; 
	overflow:hidden; 
	transition:background-color 0.5s;
}
#experience a:hover {
	color: #fff;
	background-color: #b8b5af;
	opacity: 0.8;
}

.experience-button{
	text-align: center;
	position: relative;
}

#experience hr{
	width: 30px;
    height: 1px;
	position: absolute;
	top:26px;
	background-color: #ffc79a;
    border: none;
}

#experience p{
	padding-right: 25px;
	display: block;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.col-4{
		display: block;
    }
	.experience-item{
		width: calc(100% - 22.5px);
		padding-bottom: 15px;
		padding-left: 15px;
	}
	
	.col-experience-1{
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
	}
	
	.col-experience-2{
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
	}
	#experience p{
		padding-right: 7px;
	}
	#experience hr {
		width: 14px;
	}
	#experience p{
		padding-right: 11px;
	}
}





#access{
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 0.04em;
}

#access img{
	width: 100%;
	height: auto;
	
}

#access .title{
	width: 322px;
	height: auto;
}
#access .col-2{
	padding-bottom: 21px;
}

#access .item{
	position: relative;
	width: calc((100% - 40px )/2);
	height: 235px;
}

#access a{
	position: absolute;
	right: 0;
	top:189px;
	font-family: "futura-pt", sans-serif;
	font-size: 11px;
	font-weight: 200;
	padding-left: 20px;
	vertical-align: middle;
	
}

.button-border{
	position: absolute;
	display: block;
	width: 156px;
	height: 45px;
	border: 0.5px solid #1c1a19;
	border-radius: 11px;
	line-height: 45px;
	transition:background-color 0.5s;
}

.button-border:hover {
	color: #fff;
	background-color: #b8b5af;
	opacity: 0.8;
	border: 0.5px solid  #fff;
}

table td {
	padding: 3px 10px 3px 0px;
}

.gmap iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#access .button-text{
	font-size: 11px;
}
#access hr {
    width: 41px;
    height: 1px;
    top: 22.5px;
    right: 0;
    position: absolute;
	background-color: #ffc79a;
    border: none;
	
}

@media screen and (max-width: 768px) {
	#access {
		font-size: 12px;
		line-height: 2;
		letter-spacing: 0.05em;
	}
	.col-2 {
		display: block;
	}
	#access .item {
		width: calc(100% - 20px);
		height: auto;
		padding-bottom: 7px;
	}
	#access .title {
		width: 248px;
		height: auto;
	}
	table td {
		padding: 1px 10px 1px 0px;
	}
	#access a{
		right: 0;
		top: 111px;
	}
	.button-border {
		width: 130px;
        height: 40px;
		line-height: 40px;
	}
	#access hr{
		width: 28px;
		top: 20px;
	}
	.gmap{
		height: vh10;
	}
}

#footer {
	background-color: #fcf9f4;
	padding: 40px 0;
	margin-top: 110px;
	text-align: center;
	color: #a2abaf;
}

.footer-link, .copyright {
	font-size: 13px;
}

.footer-link {
	margin-bottom: 12px;
}

.footer-link li {
	display: inline;
	margin-right: 20px;
}

.copywrite{
	font-family: YuGothic;
	font-weight: 200;
	font-size: 13px;
	color: #a2abaf;
	text-align: center;

}


h2.section-title {
	padding: 30px; 
}

@media screen and (max-width: 768px){
	#footer{
		margin-bottom: 70px;
	}
	.footer-link {
    margin-bottom: 49px;
    }
	ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    }
	.footer-link li {
    display: block;
    margin: 0 0 5px 0;
    }
}


.prev_icon{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translate(0,-50%);
	width: 13px;
	z-index: 1;
}
.next_icon{
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0,-50%);
	width: 13px;
	
}


/*===============================================
PC : 画面の横幅が769px以上
=================================================*/

.example {
	font-size: 50px;
	color: #99293D;
}



/*ここからメディアクエリで各デバイスサイズに書き分けます
CSSは上から下に継承されるので、変化させたいところだけ書けばOK*/



/*================================================
Tablet : 画面の横幅が768pxまで
==================================================*/
@media screen and (max-width: 768px){
	.example {
		font-size: 30px;
		color: #2D81B1;
	}
}


/*================================================
Smartphone :  画面の横幅が640pxまで
=================================================*/
@media screen and (max-width:640px){
	.example {
		font-size: 20px;
		color: #AD8651;
	}
}
