@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #000;
background-color: #fff;
}
.w1000{
padding: 10% 8%;
}
.pc{
display: none;
}
#wrapper{
overflow: hidden;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
width: 100%;
z-index: 9;
position: fixed;
top:0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 9;
}

.nav-mobile{
z-index: 9;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #000;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
background-color: #000;
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
background-color: #000;
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #ccc;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #000;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
contents
----------------------------------------------------------------
*/

section{
padding: 0;
width: 100%;
}

#header{
position: relative;
width: 100%;
height: auto;
overflow: hidden;
}
#header .slider{
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider.upper{
background-position: top center;
}
.slider.kei{
background-position: center right;
}
.slider-wrap.pc{
display: none;
}
.title-tie-wrap{
position: relative;
}
.title-tie{
position: absolute;
background-color: rgba(255,255,255,.7);
position: absolute;
top:calc(50% - ((5% + 4.6875%)* .8));
width: 100%;
animation-name: slide;
/*transition: left 1.5s ease;*/
animation-duration: 2s;
/*animation-delay: 5s;*/
animation-fill-mode: forwards;
}
.title-tie.sp{
line-height: 0;
padding: 5% 0;
}
.title-tie.sp img{
display: block;
width: 80%;
margin: 0 auto;
}
.scroll.sp{
position: absolute;
left: calc(50% - 23px);
bottom: 0;
display: block;
text-align: center;
color: #fff;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
animation: fuwafuwa 1.8s ease-in-out infinite;
}
.scroll.sp::after{
margin: 0 auto;
display: block;
content: '';
width: 2px;
height: 50px;
background-color: #fff;
left: calc(50% - 1px);
}

@keyframes slide {
from {
left: -100%;
}
to {
left: 0;
}
}

@keyframes fuwafuwa {
0% 100%{
transform: translateY(-10%);
}
50% {
transform: translateY(10%);
}
}

.title-tie-wrap + p.sp{
position: relative;
display: block;
padding: 10%;
background-color: #eae9ea;
z-index: 2;
}

.customer-box{
padding-bottom: 10%;
}
.slider-wrap.sp{
line-height: 0;
}

.title-tie-wrap + p.sp span{
display: block;
font-size: 15px;
line-height: 2.2;
text-align: justify;
}
.customer-title{
padding: 7% 10%;
display: flex;
align-items: center;
justify-content: center;
}
.customer-title strong{
width: 20%;
padding-right: 5%;
}
.customer-title h2{
font-size: 17px;
line-height: 1.4;
padding-bottom: 2%;
}

.child-page .customer-title h2{
text-align: center;
border-bottom: #000 1px solid;
display: table;
margin: 0 auto;
padding-bottom: 10px;
font-size: 20px;
line-height: 1.8;
}
.child-page .customer-title h2 + img{
width: 20px;
display: table;
margin: -1px auto 3%;
}
.customer-title h2 + p{
font-size: 15px;
font-weight: 500;
}
.child-page .customer-title h2 + img + p{
text-align: center;
}
.slide-arrow {
position: absolute;
width: 30px;
display: block;
cursor: pointer;
top:33%;
}
.slide-arrow.prev-arrow {
left: 0;
z-index: 8;
}
.slide-arrow.next-arrow {
right: 0;
z-index: 8;
}
.dots-wrap {
position: absolute;
bottom: 39%;
top: auto;
right: 0;
left: 0;
margin: auto;
display: flex;
justify-content: center;
}
.dots-wrap li {
width: 10px;
height: 10px;
margin: 0 5px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
background: #e5b642;
}
.dots-wrap li button {
display: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
padding: 0;
border: none;
background-color: transparent;
}

.slider-wrap .text-box{
position: relative;
padding: 8% 10%;
}

.slider-wrap .text-box h3{
display: block;
font-size: 16px;
line-height: 1;
padding-bottom: 5%;
text-align: center;
}
.slider-wrap .text-box p{
display: table;
vertical-align: middle;
font-size: 13px;
line-height: 1.6;
text-align: justify;
}

.slick-track {
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.slick-slide {
height: auto !important;
}

#y-sama-room .slick-track{
background-image: url("../images/back-01.png");
}

#t-sama-room .slick-track{
background-image: url("../images/back-02.png");
}

#mk-sama-room .slick-track{
background-image: url("../images/back-03.png");
color: #fff;
}
#s-sama-room .slick-track{
background-image: url("../images/back-03.png");
color: #fff;
}

#in-sama-room .slick-track{
background-image: url("../images/back-02.png");
}

#n-sama-room .slick-track{
background-image: url("../images/back-04.png");
color: #fff;
}

#is-sama-room .slick-track{
background-image: url("../images/back-05.png");
color: #fff;
}

#k-sama-room .slick-track{
background-image: url("../images/back-06.png");
color: #fff;
}


.profile{
background-color: #eae9ea;
padding: 3% 10% 8%;
}

.profile dt{
padding-top: 5%;
padding-bottom: 2%;
font-size: 16px;
font-weight: 700;
}
.profile dd{
display: inline-block;
background-color: #fff;
font-size: 13px;
font-weight: 700;
padding: 3% 5%;
margin-right: 3%;
margin-bottom: 3%;
line-height: 1;
border-radius: 16px;
}

.photo-gallery{
padding: 10%;
}
.my-choice h2,
.photo-gallery h2{
line-height: 0;
padding: 3% 0 5% 0;
}
.my-choice h2 img,
.photo-gallery h2 img{
height: 25px;
line-height: 0;
margin: 0;
padding: 0;
}
.my-choice h2 + p,
.photo-gallery h2 + p{
text-align: center;
padding-bottom: 5%;
font-size: 13px;
}
.photo-gallery .zoom{
text-align: center;
padding-bottom: 2%;
}
.photo-gallery .zoom span{
font-size: 10px;
}
.photo-gallery .modal-list{
display: flex;
flex-wrap: wrap;
column-gap: 10px;
}

.photo-gallery .modal__trigger {
position: relative;
display: block;
cursor: pointer;
width: calc(33.33% - 6.666px);
line-height: 0;
}

.photo-gallery .modal-list .modal__trigger img:nth-child(2){
position: absolute;
display: block;
width: 15px;
right: 5px;
bottom:5px;
line-height: 0;
}

/* モーダル本体 */
.modal__wrapper {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100vh;
/*overflow: scroll;
pointer-events: none;*/
}

.modal__layer {
height: 100%;
background: rgba(234,233,234,1);
cursor: pointer;
}

.modal__container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: min(calc(100%), 1000px);
height: calc(100%);
}

.modal__inner {
position:relative;
display: table;
height: 100%;
margin: 0 auto;
width: 90%;
}

.modal__text{
position: relative;
}

/* モーダルを閉じるボタン */
.modal__close {
position: absolute;
top: -10px;
right: -10px;
width: 20px;
height: 20px;
cursor: pointer;
/*pointer-events: auto;*/
}
.modal__close:hover {
opacity: .6;
}


/* モーダル内のコンテンツ */
.modal__content {
position: relative;
display: table-cell;
vertical-align: middle;
}

.modal__title {
font-family: "Montserrat", sans-serif;
font-weight: 700;
display: block;
line-height: 1;
font-size: 1.2em;
}

.my-choice{
padding: 3% 10% 10%;
}
.floor-plan{
padding-bottom: 10%;
max-width: 640px;
margin: 0 auto;
}
.floor-plan img{
line-height: 0;
}
.my-choice th{
border-top: 1px #b3b3b3 solid;
border-bottom: 1px #b3b3b3 solid;
padding: 3% 0 5%;
}
.my-choice th .modal__trigger img{
margin: 0 auto;
width: 90%;
}
.my-choice th .zoom{
text-align: center;
line-height: 0;
}
.my-choice th .zoom span{
font-size: 10px;
line-height: 1;
vertical-align: middle;
font-weight: 400;
}
.my-choice th .zoom img{
width: 15px;
line-height: 1;
vertical-align: middle;
}
.my-choice td{
border-bottom: 1px #b3b3b3 solid;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 5% 0;
}
.my-choice td img{
width: 30%;
padding: 0 10% 0 5%;
}
.my-choice td p{
width: 55%;
}
.my-choice td span{
display: block;
font-size: 13px;
line-height: 1.2;
font-weight: 700;
}

.other-item{
padding: 5% 10% 0;
}
.other-item h3{
font-size: 16px;
padding-bottom: 2%;
}
.other-item ul{
display: flex;
column-gap: 10px;
flex-wrap: wrap;
}
.other-item li{
width: calc(50% - 5px);
}
.other-item li img{
border: #b3b3b3 1px solid;
box-sizing: border-box;
line-height: 0;
}
.other-item li p{
font-size: 13px;
line-height: 1;
font-weight: 700;
text-align: center;
padding: 7% 0 11%;
}
.other-item li a{
display: block;
position: relative;
background-color: #b3b3b3;
width: 100%;
padding: 3% 0;
color: #fff;
font-weight: 700;
font-size: 13px;
text-align: center;
margin-bottom: 20%;
}
.other-item li a::after{
content: '';
position: absolute;
right: 10px;
top:calc(50% - 3px);
width: 5px;
height: 5px;
display: block;
border-bottom: 1px #fff solid;
border-left: 1px #fff solid;
transform: rotate(225deg);
}
.more h2{
width: 80%;
padding: 0 10%;
}
.more h2 img{
line-height: 0;
}
.more ul{
padding:5% 8% 8%;
display: flex;
column-gap: 10px;
flex-wrap: wrap;
}
.more li{
width: calc(50% - 5px);
margin-bottom: 10px;
}
.more li.active{
opacity: .5;
}
.more li a{
position: relative;
display:block;
line-height: 0;
}
.more li a:hover{
opacity: .5;
}
.more li a::after{
content: '';
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 40px;
height: 40px;
background-image: url("../images/click.png");
background-repeat: no-repeat;
background-size: contain;
background-position: bottom right;
}
.more li img{
line-height: 0;
}
.cta{
padding: 0 10% 10%;
}
.cta a{
display: block;
line-height: 0;
border: 1px solid #000;
margin-top: 5%;
}

#link .cta + a{
line-height: 0;
display: block;
margin: 0 10% 15%;
}


/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #ccc;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
footer h1{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
footer h1 img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 10px;
padding: 10%;
}
#lh-navigation + strong{
display: block;
font-size: 10px;
padding-left: 15%;
}
footer table{
width: 70%;
margin: 0 auto 10%;
}
footer th{
font-size: 10px;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 10px;
}

.copyright{
background-color: #EAE9EA;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
z-index: 1;
opacity: 0.8;
}


@media screen and (min-width:480px) {
.copyright{
padding:5% 0;
}
.copyright br{
display: none;
}
}

@media screen and (min-width:768px) {
.nav-mobile{
display: none;
}
header{
background: rgba(255,255,255,.4);
margin-top: 0;
}
header.come{
margin-top: -140px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}
#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}

.slider-wrap.sp{
display: none;
}
.slider-wrap.pc{
display: block;
}
.main-title.pc {
display: block;
}
.main-title {
bottom: 12%;
width: 80%;
}
.sub-title {
top:15%;
height: 50vh;
}

.pc{
display: block;
}
.sp{
display: none;
}
.title-tie{
top: 50%;
transform: translateY(-50%);
}
.title-tie.pc img{
margin: 0 auto;
width: 50%;
display: block;
padding: 5% 0 2%;
}
.title-tie.pc p{
display:block;
width: 80%;
max-width: 1000px;
margin: 0 auto;
font-size: 13px;
padding-bottom: 5%;
text-align: justify;
}
.title-tie-wrap + p.sp{
display: none;
}
.scroll.pc{
position: absolute;
left: calc(50% - 23px);
bottom: 0;
display: block;
text-align: center;
color: #fff;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
animation: fuwafuwa 1.8s ease-in-out infinite;
}
.scroll.pc::after{
margin: 0 auto;
display: block;
content: '';
width: 2px;
height: 50px;
background-color: #fff;
left: calc(50% - 1px);
}

@keyframes slide {
from {
left: -100%;
}
to {
left: 0;
}
}

@keyframes fuwafuwa {
0% 100%{
transform: translateY(-10%);
}
50% {
transform: translateY(10%);
}
}
.customer-title strong {
width: 10%;
}
.h2-wrap{
width: 80%;
}
.h2-wrap h2{
font-size: 20px;
}
.h2-wrap h2 br{
display: none;
}
.customer-title h2 + p {
font-size: 16px;
}
.profile-wrap{
display: flex;
justify-content: center;
align-items: center;
background-color: #eae9ea;
}
.profile-wrap .slider-wrap{
width: 50%;
}
.profile{
width: 50%;
padding: 0 5%;
background-color: transparent;
}
.photo-gallery .zoom span,
.my-choice th .zoom span {
font-size: 13px;
}

.my-choice h2 img, .photo-gallery h2 img{
height: 35px;
}

.my-choice h2 + p,
.photo-gallery h2 + p{
font-size: 16px;
}

.my-choice {
padding-bottom: 8%;
}

.my-choice table{
margin: 0 auto;
}

.my-choice th .modal__trigger img{
margin: 0 auto;
width: 80%;
max-width: 640px;
}
.my-choice td img {
width: 20%;
padding: 0 5% 0 0;
}
.my-choice td p{
display: flex;
}
.my-choice td p span{
width: 50%;
}
.customer-box{
padding-bottom: 0;
}
.other-item li {
width: calc(33.33% - 6.66px);
}
.other-item li a {
margin-bottom: 0;
}
.other-item{
padding-bottom: 12%;
}
.more ul {
padding: 3% 10% 5%;
}
.more li{
width: calc(33.33% - 6.66px);
}
.more li a::after {
width: 60px;
height: 60px;
}
.cta{
display: flex;
flex-wrap: wrap;
column-gap: 10px;
padding-bottom: 5%;
}
.cta li{
width: calc(33.33% - 6.66px);
}
#link .cta + a {
margin-bottom: 12%;
}

#lh-navigation + strong {
text-align: center;
width: 70%;
margin: 0 auto;
font-size: 12px;
padding: 0 0 2% 0;
}
footer th {
font-size: 12px;
}
footer td {
font-size: 12px;
}
.copyright {
font-size: 12px;
}
}

@media screen and (min-width:1080px) {

#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
.customer-title {
padding: 60px 0 40px;
display: table;
margin: 0 auto;
}
.h2-wrap h2 {
font-size: 24px;
}
.customer-title h2 + p {
font-size: 18px;
}
.customer-title strong {
display: table-cell;
vertical-align: middle;
width: 50px;
padding: 0 40px 0 20px;
}
.customer-title .h2-wrap{
display: table-cell;
vertical-align: middle;
}
.profile-wrap{
padding: 0;
width: 1000px;
margin: 0 auto;
}
.profile dd {
padding: 2% 5%;
}
.dots-wrap {
bottom: 36%;
}
.photo-gallery {
padding: 80px 0 40px;
}
.photo-gallery .modal-list{
width: 1000px;
margin: 0 auto;
column-gap: 20px;
padding: 0;
}
.photo-gallery .modal__trigger {
width: calc(33.33% - 13.333px);
line-height: 0;
}
.photo-gallery .modal-list .modal__trigger img:nth-child(2) {
right: 15px;
bottom: 15px;
}
.my-choice{
padding-bottom: 5%;
}
.my-choice h2 img, .photo-gallery h2 img {
height: 40px;
}
.my-choice h2, .photo-gallery h2 {
padding: 0 0 20px 0;
}
.my-choice h2 + p,
.photo-gallery h2 + p{
font-size: 18px;
}
.my-choice th {
width: 840px;
padding: 0 20px;
}
.my-choice th .zoom {
margin-top: -10px;
padding-bottom: 30px;
}
.my-choice td img {
padding: 0 60px 0 60px;
}
.my-choice td p {
width: 50%;
}
.other-item {
width: 1000px;
margin: 0 auto;
padding: 60px 0;
}
.other-item h3 {
font-size: 20px;
}
.other-item ul {

column-gap: 20px;
}
.other-item li {
width: calc(33.33% - 13.33px);
}
.other-item li p {
font-size: 16px;
padding: 15px 0 20px;
}
.other-item li a {
padding: 15px 0;
font-size: 16px;
}
.more h2{
max-width: 900px;
margin: 0 auto;
padding: 60px 0 0;
}
.more ul{
width: 1000px;
column-gap: 20px;
margin: 0 auto;
padding: 60px 0 0;
}
.more li {
width: calc(33.33% - 13.33px);
margin-bottom: 20px;
}
.cta {
width: 1000px;
margin: 0 auto;
padding: 60px 0;
column-gap: 20px;
}
.cta li {
width: calc(33.33% - 13.33px);
}
#link .cta + a {
width: 1000px;
margin: 0 auto 80px;
padding: 0;
}

footer h1 {
padding: 5% 0 0;
margin-bottom: 5%;
}
#lh-navigation {
margin-bottom: 5%;
}
footer table {
width: 600px;
margin: 0 auto 5%;
}
#lh-navigation + strong {
width: 600px;
margin: 0 auto;
}
.copyright {
padding: 40px 0;
}
}
