@charset "UTF-8";

body {
  font-family: 'Hiragino Kaku Gothic ProN', Hiragino Sans, ゴシック体, YuGothic, '游ゴシック Medium', Yu Gothic Medium, '游ゴシック', Yu Gothic, 'メイリオ', sans-serif, hirakakupro w3, 'ヒラギノ角ゴProN W3';
}

h1 {
  font-weight: normal;
  margin: 0;
  color: #000;
}

p {
  font-size: 14px;
  margin: 0;
  text-align: justify;
}

ul {
  list-style: none;
  margin: 0;
}

li {
  font-size: 14px;
  color: #000;
}

table {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: bottom;
}

.pc {
  display: inline;
}

.sp {
  display: none;
}



/* fadein */
.fadeInUp {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.2s;
}



/* comingsoon */
.comingsoon img {
  width: 100%;
}



/* header */
#nav-drawer {
  display: none;
}

header {
  height: 90px;
  display: flex;
  justify-content: space-between;
}

.logo {
  padding-left: 30px;
  display: flex;
  align-items: center;
  &:hover {
    cursor: pointer;
  }
}

.logo img {
  width: 170px;
}

.menu-pc {
  line-height: 90px;
  padding-right: 30px;
}

.menu-pc li {
  display: inline-block;
  padding: 0 10px;
}



/* topimg */
.top {
  width: 100%;
}



/* common */
.common {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

.common h1 {
  font-size: 20px;
  text-align: left;
  padding-bottom: 50px;
}

#common {
  padding-top: 60px;
}



/* news */
.news ul{
  border-top: solid 1px #ddd;
}
.news li{
  border-bottom: solid 1px #ddd;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.news .titleWrap{
  padding-right: 50px;
}




/* photo */
.photo {
  width: 80%;
  margin: auto;
  padding-top: 100px;
}

.photo h1 {
  font-size: 20px;
  text-align: left;
  padding-bottom: 50px;
}

.img1 img {
  width: 60%;
  padding-bottom: 100px;
}

.img2 {
  text-align: right;
}

.img2 img {
  width: 60%;
  padding-bottom: 100px;
}

.img3 img {
  width: 100%;
  padding-bottom: 100px;
}

.img4 img {
  width: 60%;
  padding-bottom: 100px;
}

.img5 {
  text-align: right;
}

.img5 img {
  width: 60%;
  padding-bottom: 100px;
}

.img6 img {
  width: 60%;
  padding-bottom: 100px;
}



/* floor plan */
.floor-plan img {
  width: 100%;
}



/* price */
.price table {
  margin: auto;
}

.price .table1 {
  border-spacing: 0;
  padding-bottom: 3rem;
}

.price .table1 th {
  font-weight: lighter;
  padding: 2rem 4.1rem;
  text-align: left;
  vertical-align: top;
  background: #F5F5F5;
}

.price .table1 td {
  border-bottom: solid 1px #ddd;
  padding: 2rem 4.1rem;
  vertical-align: top;
}

.price p {
  margin: auto;
  width: fit-content;
  opacity: .5;
  font-size: 13px;
  line-height: 180%;
  padding-bottom: 6rem;
}

.price .table2 th,
.price .table2 td {
  padding: 1rem 2.5rem 0 0;
}

.price a {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;

  &:hover {
    border-bottom: none;
  }
}

.price .ig {
  border: none;
  padding-bottom: 0;
  padding-left: 10px;
}
.price .fa-instagram {
  font-size: 1.7em;
  color: #444;
}

.reservation {
  text-align: center;
  padding-top: 50px;
}
.reservation a {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 60px;
}



/* guide */
.guide h1 {
  padding-top: 60px;
}

.line1,
.line2 {
  background-color: #9FA0A0;
  height: 1.5px;
}

.guide p {
  width: 70%;
  margin: auto;
  padding-bottom: 60px;
}



/* footer */
footer small {
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 50px 0 40px 0;
}

footer .sns {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

footer .fa-brands {
  font-size: 1.7em;
  color: #444;
  padding: 0 10px;
}





/* page:news */
.page-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  justify-content: flex-start;
}

.page-news img {
  width: 100%;
  height: auto;
}

.page-news .titleWrap {
  padding-top: 10px;
}

.page-news p {
  font-size: 12px;
}

#line2 {
  margin-top: 60px;
}



/* page:props */
.page-props {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.page-props img {
  width: 100%;
}

.page-props span {
  font-size: 12px;
}

.page-props p {
  padding-top: 10px;
}

.article span {
  font-size: 12px;
}

.article img {
  width: 100%;
  padding: 50px 0;
}
 
.article ul {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 100px 0 50px 0;
}

.article a:hover {
  opacity: .6;
  transition: .3s;
}



/* page:props/prop */
.props ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-top: 50px;
}

.props img {
  width: 100%;
}

.props a {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 70px 0 60px 0;
}

.props a:hover {
  opacity: .6;
  transition: .3s;
}



/* page: faq */
/*accordion　menu*/
/*ボックス全体*/
.accbox {
  width: 100%;
  margin: 0 auto;
}

/*ラベル*/
.accbox label {
  font-size: 14px;
  display: block;
  color: #000;
  cursor: pointer;
  transition: all 0.5s;
  border-bottom: solid 1px #ddd;
  position: relative;
  height: 56px;
  line-height: 56px;
  margin: 0;
}

.accbox #label {
  border-top: solid 1px #ddd;
}

/*アイコンを表示*/
.accbox label:before {
  padding-right: 8px;
  position: absolute;
  left: 97%;
  content: '＋';
  color: #ccc;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

/*クリックで中身表示*/
.cssacc:checked+label+.accshow {
  height: auto;
  padding-bottom: 16px;
  background: #fff;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked+label:before {
  content: 'ー';
}

.accshow .btn {
  margin-top: 30px;
}

.accshow .qa-txt {
  font-size: 14px;
  padding-top: 16px;
}

.qa-other {
  margin-top: 20px;
}

.other-wrap {
  margin: auto;
  width: 45%;
}

.other-wrap p {
  margin-top: 50px;
  text-align: center;
}

.other-wrap .btn {
  margin-top: 30px;
}



@media(max-width:1024px) {
  .guide p {
    width: 80%;
  }
}



@media(max-width:768px) {
  /* common */
  .common {
    width: 90%;
  }

  /* header */
  header .nav-pc {
    display: none;
  }

  /* hamburger */
  #nav-drawer {
    display: block;
    line-height: 87px;
    padding-right: 25px;
  }

  .h-menu {
    padding-top: 20px;
  }

  .h-menu li {
    text-align: center;
    width: 80%;
    margin: auto;
    line-height: 3.5em;
    border-bottom: 1px solid #ddd;
  }

  .nav-unshown {
    display: none;
  }

  #nav-open {
    display: inline-block;
    width: 30px;
    height: 18px;
    vertical-align: middle;
  }

  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 1.5px;
    width: 25px;
    border-radius: 3px;
    background: #9FA0A0;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav-open span:before {
    bottom: -8px;
  }

  #nav-open span:after {
    bottom: -16px;
  }

  #nav-close {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-close::before,
  #nav-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5px;
    height: 18px;
    background: #9FA0A0;
  }

  #nav-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  #nav-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 250px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(350%);
    transform: translateX(350%);
  }

  #nav-input:checked~#nav-close {
    display: block;
    opacity: 1;
  }

  #nav-input:checked~#nav-content {
    transform: translateX(208%);
  }

  .hamburger .sns {
    display: flex;
    justify-content: center;
  }

  .hamburger .fa-brands{
    font-size: 1.7em;
    color: #aaa;
    padding: 0 10px;
  }

  /* price */
  .price .table1,
  .price .table2 {
    width: 100%;
  }

  .price p {
    margin: 0 auto 0 0;
  }

  /* guide */
  .guide p {
    width: 100%;
  }
}



@media(max-width:430px) {
  /* comingsoon */
.comingsoon img {
  padding: 150px 0;
}




  /* common */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }



  /* header */
  header {
    height: 60px;
  }

  .logo {
    padding-left: 4%;
  }

  .logo img{
    width: 150px;
  }

  .common {
    width: 90%;
    padding-top: 50px;
  }

  .common h1 {
    font-size: 18px;
    padding-bottom: 30px;
  }

  /* hamburger */
  #nav-drawer {
    line-height: 55px;
    padding-right: 20px;
  }

  .h-menu li {
    line-height: 4em;
  }

  #nav-content {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    transition: .3s ease-in-out;
  }

  #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translatex(0%);
  }

  #nav-close {
    width: 60px;
  }

  #nav-close::before,
  #nav-close::after {
    height: 25px;
  }

  .hamburger .fa-brands{
    padding-top: 20px;
  }



  /* menu-sp */
  .menu-sp ul {
    border-bottom: 1px solid #ddd;
  }

  .menu-sp li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
  }

  .menu-sp li::after {
    content: '+';
    color: #ccc;
    padding-right: 3px;
  }


  /* news */
  .news li {
    flex-direction: column;
    padding: 15px 0;
  }

  .news p {
    font-size: 12px;
  }



  /* photo */
  .photo {
    width: 100%;
    padding-top: 50px;
  }

  .photo h1 {
    font-size: 18px;
    padding-left: 5%;
    padding-bottom: 30px;
  }

  .img1 img {
    width: 85%;
    padding: 0 0 40px 5%;
  }

  .img2 img {
    width: 85%;
    padding: 0 0 40px 5%;
  }

  .img3 img {
    width: 100%;
    padding-bottom: 40px;
  }

  .img4 img {
    width: 80%;
    padding: 0 0 40px 5%;
  }

  .img5 img {
    width: 80%;
    padding: 0 5% 40px;
  }

  .img6 img {
    width: 85%;
    padding: 5% 0 60px;
  }



  /* price */
  .price table {
    font-size: 12px;
  }

  .price .table1 {
    padding-bottom: 1.5rem;
  }

  .price .table1 th,
  .price .table1 td {
    padding: 1rem 1rem;
  }

  .price p {
    padding-bottom: 3rem;
  }

  .price .table2 th, 
  .price .table2 td {
    padding: 1rem 0.5rem 0 0;
  }

  .reservation {
    padding-top: 40px;
  }
  .reservation a{
    font-size: 12px;
    padding: 10px 50px;
  }



  /* guide */
  .guide h1 {
    padding-top: 40px;
  }

  .guide p {
    font-size: 12px;
    line-height: 160%;
    padding-bottom: 50px;
  }



  /*footer*/
  footer small {
    padding: 30px 0 25px 0;
  }

  footer .fa-instagram {
    font-size: 1.6em;
  }



  /* page:news */
  #line2 {
    margin-top: 50px;
  }
  
  .page-news {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }



  /* page:props */
  #common {
    padding-top: 20px;
  }

  .page-props {
    grid-template-columns: 1fr 1fr;
    gap:15px;
  }

  .page-props span {
    font-size: 11px;
  }

  .page-props p {
    font-size: 12px;
  }

  .article span {
    font-size: 11px;
  }

  .article p {
    font-size: 12px;
  }

  .article img {
    padding: 20px 0;
  }

  .article ul {
    padding: 30px 0;
  }

  .article a {
    font-size: 12px;
  }



  /* page:props/prop */
  .props p {
    font-size: 12px;
  }

  .props ul {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
  }

  .props a {
    margin: 50px 0 30px 0;
    font-size: 12px;
  }

  #equipment {
    padding-top: 40px;
  }


  
  /* page:faq */
  .accbox label:before {
    left: 94%;
  }
}