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

/* 中身-モバイルファースト======================================================================================================== */

.common_title{
  text-align: center;
  margin-bottom: 20px;
}
.common_title h2{
  font-size: 22px;
  font-weight: 700;
   color: #47ABC4;
   margin-bottom: 10px;
}
.common_title em{
  display: block;
  font-size: 16px; 
  font-weight: 700;
}

#main_slider .slick_slider{
  width: 100%;
  aspect-ratio: 780/844;
  overflow: hidden;
  display: block;
}
#main_slider img{
  width: 100%;
}
#main_slider .copy{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #003044;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1;
  padding: 5vw 0 7vw;
}
#main_slider .copy em{
  display: block;
  font-size: 3.2vw;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: solid 1px #fff;
}
#main_slider .copy em span{
  font-size: 8vw;
}
#main_slider .copy p{
  font-size: 4.2vw;
}


#concept{
  background-image: url(../images/bg_sky.jpg);
  background-image: -webkit-image-set(url(../images/bg_sky.jpg) 1x, url(../images/bg_sky@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0 220px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
#concept h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
#concept p{
  font-size: 16px;
  font-weight: 700;
  line-height: 2.3; 
}


#location{
  text-align: center;
}
#location #location_map{
}
#location #location_map .inner{
  width: 220%;
}
#location #walking_distance ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#location #walking_distance li{
  width: 49.5%;
  margin-top: 0.5%;
}


#plan{
}
#plan #devision{
  margin-bottom: 40px;
}
#plan #kukaku{
  margin-bottom: 10px;
}
#plan #kukaku .inner{
  width: 200%;
}
#plan #kukaku + p{
  font-weight: 700;
  padding: 0 15px;
  text-align: left;
}

#plan #layout{
  margin: 0 15px;
}
#plan #layout .slick-prev,
#plan #layout .slick-next{
  top: calc((((100% - 30px) * 0.667) / 2));
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#plan #layout li p{
  text-align: left;
}


#free_design{
  padding: 0;
}
#free_design .alpha{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
#free_design .alpha .photo{
  margin: 0 -15px 20px;
}
#free_design .alpha .text{
  padding: 0 15px;
}
#free_design .alpha .common_title em{
  text-align: left;
}
#free_design .beta{
  padding: 0 15px;
}
#free_design .beta ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#free_design .beta li{
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
#free_design .beta li img{
  background-color: #FFF;
  box-shadow: 3px 3px 0px 0 rgba(100, 100, 100, 0.2);
  border-radius: 5px;
}


#gallery #gallery_inner{
  /* min-height: calc(100vw - 80px + 28px + 5px); */
}
#gallery #gallery_inner li{
  max-width: 328px;
  margin: 0 10px;
  text-align: center;
}
#gallery #gallery_inner li p{
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}


#voice{
  padding: 0;
}
#voice #voice_inner {
}
#voice #voice_inner article{
  border: solid 1px #707070;
  padding: 35px;
  border-radius: 15px;
  margin: 0 15px;
}
#voice #voice_inner .photo{
  text-align: center;
}
#voice #voice_inner .tag{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
#voice #voice_inner .tag p{
  background-color: #E8F3FA;
  color: #3A99B8;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
  border-radius: 50px;
  margin-right: 10px;
}
#voice #voice_inner .tag p:last-child{
  margin-right: 0px;
}
#voice #voice_inner h3{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 -35px;
}
#voice #voice_inner .comment{
  margin: 20px 0 0;
}
#voice #voice_inner .comment p{
  margin-bottom: 1em;
}
#voice #voice_inner .detail_btn{
  text-align: center;
}
#voice #voice_inner .detail_btn a{
  display: inline-block;
  text-decoration: none;
  color: #3A99B8;
  font-weight: 700;
  line-height: 1;
  padding: 8px 15px;
  border: solid 2px #E3EEF3;
  border-radius: 50px;
}
#voice .slick-prev{
  left: 10px;
}
#voice .slick-next{
  right: 10px;
}


#sanplus li{
  width: 240px;
  margin: 0 auto 30px;
}
#sanplus li h3{
  font-size: 16px;
  font-weight: 700;
  color: #47ABC4;
}
#sanplus li h3 span{
  font-size: 12px;
}
#sanplus .caption{
  font-size: 10px;
  text-align: right;
}


#charm .common_title h2{
}
#charm .common_title h2 img{
  display: inline-block;
  vertical-align: bottom;
  width: 150px;
}
#charm .common_title h2 span{
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  padding-bottom: 5px;
  padding-left: 5px;
}
#charm li{
  max-width: 328px;
  margin: 0 auto 30px;
}
#charm li .photo{
  text-align: center;
  margin-bottom: 5px;
}
#charm li h3{
  font-size: 18px;
  font-weight: 700;
  color: #47ABC4;
}
#charm li p{
  font-size: 16px;
}


#faq li{
  background-color: #EAFCFF;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
#faq li:last-child{
  margin-bottom: 0;
}
#faq li dt{
  color: #47ABC4;
  font-weight: 700;
}


#contact{
  background-image: url(../images/bg_sky.jpg);
  background-image: -webkit-image-set(url(../images/bg_sky.jpg) 1x, url(../images/bg_sky@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center 65%;
  background-size: 280% auto;
  padding: 30px 0 40px;
  color: #fff;
}
#contact h2{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
#contact .btn{
}
#contact .btn div{
  text-align: center;
  margin-bottom: 15px;
}
#contact .btn div:last-child{
  margin-bottom: 0;
}
#contact .btn div a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 50px;
  width: 180px;
  margin: 0 auto;
  letter-spacing: .25em;
  border: solid 3px #fff;
  border-radius: 8px;
  box-shadow: 6px 6px 0px 0 rgba(0, 0, 0, 0.16);
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
}
#contact .shiryouseikyu_btn a{ background-color: #E18D1D; }
#contact .reservation_btn a{ background-color: #639B4B; }




/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

.common_title{
  margin-bottom: 40px;
}
.common_title h2{
  font-size: 50px;
   margin-bottom: 10px;
}
.common_title em{
  font-size: 30px; 
}


#main_slider{
  position: relative;
}
#main_slider .slick_slider{
  aspect-ratio: 1920/980;
}

#main_slider_contact{
display: flex;
justify-content: space-between;
position: absolute;
  position: absolute;
  right: 15%;
  bottom: 10%;
}
#main_slider_contact div{
}
#main_slider_contact .shiryouseikyu_btn{
  margin-right: 1.2vw;
}
#main_slider_contact div a{
display: block;
text-decoration: none;
font-size: 1.6vw;
font-weight: 700;
line-height: 3.5vw;
width: 14vw;
height: 3.5vw;
box-sizing: content-box;
color: #fff;
letter-spacing: .25em;
border: solid 3px #fff;
border-radius: 8px;
box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, 0.16);
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16);
}
#main_slider_contact .shiryouseikyu_btn a{ background-color: #E18D1D; }
#main_slider_contact .reservation_btn a{ background-color: #639B4B; }

#main_slider_contact .shiryouseikyu_btn a:hover{ background-color: #da6b03; }
#main_slider_contact .reservation_btn a:hover{ background-color: #329023; }


#concept{
  background-position: center center;
  background-size: 100% auto;
  padding: 20vw 0;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
#concept h2{
  font-size: 50px;
  margin-bottom: 30px;
}
#concept p{
  font-size: 24px;
  line-height: 2.3; 
}



#location .common_title em{
  font-size: 24px; 
}
#location #location_map .inner{
  width: auto;
}
#location #walking_distance ul{
  justify-content: center;
}
#location #walking_distance li{
  width: 286px;
  text-align: center;
  margin: 5px 10px;
}


#plan #kukaku{
  margin-bottom: 60px;
}
#plan #kukaku .inner{
  width: auto;
}
#plan #kukaku + p{
  font-size: 18px;
  text-align: center;
  padding: 0;
}

#plan #layout{
  margin: 0;
}
#plan #layout .slick_slider{
  padding: 0 26vw;
}
#plan #layout .slick_slider.slick-initialized{
  padding: 0;
}
#plan #layout li{
  margin: 0 20px;
}


#free_design{
}
#free_design .alpha{
  flex-direction: row-reverse;
  margin-bottom: 50px;
  overflow: inherit;
}
#free_design .alpha .photo{
  margin: 0 0 10px;
}
#free_design .alpha .text{
  padding: 0;
  flex: 1;
  margin-left: 40px;
}
#free_design .alpha .common_title h2{
  font-size: 40px;
  text-align: left;
}
#free_design .alpha .common_title em{
  font-size: 18px;
}
#free_design .beta{
  padding: 0;
}
#free_design .beta li{
  width: 241px;
  margin-bottom: 0px;
}



#gallery #gallery_inner  .slick_slider{
  padding: 0 40vw;
}
#gallery #gallery_inner  .slick_slider.slick-initialized{
  padding: 0;
}
#gallery #gallery_inner li{
  max-width: 100%;
}
#gallery #gallery_inner li img{
  width: 100%;
}


#voice #voice_inner .slick_slider{
  display: flex;
}
#voice #voice_inner article{
  display: block !important;
  width: 490px;
  padding: 50px;
}
#voice #voice_inner .tag{
  margin: 20px 0;
}
#voice #voice_inner .tag p{
  font-size: 14px;
  padding: 5px 10px;
}
#voice #voice_inner h3{
  font-size: 18px;
  margin: 0;
}
#voice #voice_inner .detail_btn{
  text-align: right;
}
#voice #voice_inner .detail_btn a{
  font-size: 20px;
  padding: 10px 20px;
}


#sanplus ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#sanplus li{
  margin: 0;
}
#sanplus li h3{
  font-size: 18px;
}
#sanplus li h3 span{
  font-size: 14px;
}


#charm .common_title h2 img{
  width: 330px;
}
#charm ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#charm li{
  margin: 0;
}



#faq ol{
  width: 800px;
  margin: 0 auto;
}
#faq li{
  padding: 10px 25px;
  margin-bottom: 30px;
}
#faq li dt{
  font-size: 18px;
}
#faq li dd{
  padding-right: 45px;
}



#contact{
  background-position: center 30%;
  background-size: 100% auto;
  padding: 40px 0 40px;
}
#contact h2{
  font-size: 50px;
  margin-bottom: 40px;
}
#contact .btn{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#contact .shiryouseikyu_btn{
  margin-right: 50px;
}
#contact .btn div a{
  font-size: 30px;
  line-height: 70px;
  width: 260px;
}
#contact .shiryouseikyu_btn a:hover{ background-color: #da6b03; }
#contact .reservation_btn a:hover{ background-color: #329023; }
#contact #contact_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact #contact_tel address{
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  padding-left: .2em;
  padding-bottom: .2em;
}




}

