@charset "UTF-8";
/* CSS Document */
/*header_PC*/
/*top_ここから*/
.section-top {
  position: relative;
  max-width: 88%;
  margin: 0 auto;
  text-align: center;
}
.mainvisual_sp {
  display: none;
}
.mainvisual {
  position: relative;
}
.mainvisual img:first-child {
  display: block;
  width: 100%;
  padding-top: 45px;
  clip-path: polygon(17.5% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
  object-fit: cover;
  height: 83vh;
}
.ten_moon_white_logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 11%;
}
header {
  background-color: rgba(255, 255, 255, 0.7);
  position: sticky;
  top: 0;
  z-index: 2;
}
.header-box {
  margin: 30px auto;
  display: flex;
  justify-content: flex-end;
  max-width: 88%;
}
.header-logo {
  position: fixed;
  top: 50px;
  left: 6%;
  width: 8.2%;
  z-index: 3;
}
/*headerlogoにmoveクラスがついたら動かすテスト*/
h1.move .header-logo{
	top: 8px;
	transition: all .3s ease-out;
	width: 75px;
}

h1 .header-logo{
	transition: all .3s ease-out;
}

/*headerlogoにmoveクラスがついたら動かすテストここまで*/


.header-right {
  width: 70%;
}
header ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  font-size: 1.6rem;
  font-family: 'Poppins';
  align-items: center;
}
.header-right_instagram_logo {
  width: 25px;
}
header ul li:not(:last-child) {
  
}

.reservation-button {
  background-color: #222;
  border: solid 2px #222;
  color: #FFFFFF;
  padding: 6px 0px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  width: 160px;
  box-sizing: border-box;
  transition: 0.5s;
}
.reservation-button:hover {
  background-color: #FFF;
  border: solid 2px #222;
  position: relative;
  color: #222;
  box-sizing: border-box;
  transition: 0.5s;
}
.reservation-button_top {
  font-size: 10px;
}
.reservation-button_bottom {
  font-size: 16px;
  font-family: 'Poppins';
}
@media screen and (max-width: 1025px) {
  .header-box {
    display: none;
  }
  .header-logo {
    width: 9%;
  }
  .ten_moon_white_logo {
      top: 82%;
      right: 3%;
      width: 15%;
    }
  }
  @media screen and (max-width: 769px) {
    .section-top {
      max-width: 90%;
    }
    .header-logo {
      width: 12%;
    }
    .mainvisual img:first-child {
      clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 28%);
    }
    .ten_moon_white_logo {
      top: 85%;
      right: 3%;
      width: 17%;
    }
  }
  @media screen and (max-width: 426px) {
    .mainvisual {
      display: none;
    }
    .mainvisual_sp {
      display: block;
    }
    .header-logo {
      width: 20%;
    }
    .mainvisual_sp {
/*      height: 100vh;*/
    }
    .mainvisual_sp img:first-child {
     width: 100%;
/*      width: auto;*/
      padding-top: 45px;
/*      object-fit: cover;*/
      clip-path: polygon(43% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
/*      height: 96vh;*/
    }
    .ten_moon_white_logo {
/*      top: 85%;*/
      top: 79%;
      right: 4%;
/*      width: 33%;*/
      width: 30%;
    }
  }

/*top_ここまで*/
/*concept_ここから*/
.section-concept {
  text-align: center;
  background-image: url("../images/concept_bk.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.section-concept_conteiner {
  margin: 0 auto;
  height: 100%;
  width: 67%;
  background-color: #fff;
}
.section-concept_text {
  padding: 20px 0 20px;
}
.section-concept_wrap {
  display: flex;
  justify-content: center;
  padding: 80px 0 120px;
  gap: 30px;
}
.section-concept_ten_logo_moon {
  width: 12%;
  height: 100%;
}
.section-concept_desc {
  text-align: left;
  width: 36%;
}
@media screen and (max-width: 1001px) {
  .section-concept {
    margin-top: 30px;
  }
}
@media screen and (max-width: 769px) {
  .section-concept_conteiner {
    width: 82%;
  }
}
@media screen and (max-width: 599px) {
  .section-concept {
    background-image: none;
    margin-top: 0px;
  }
  .section-concept_conteiner {
    width: 90%;
  }
  .section-concept_wrap {
    display: block;
    padding: 60px 0 90px;
  }
  .section-concept_desc {
    width: 100%;
    padding-top: 20px;
  }
  .section-concept_ten_logo_moon {
    width: 32%;
  }
}
/*concept_ここまで*/
/*style_ここから*/

.section-style_wrap {
  position: relative;
}
.style-click {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0px 18px;;
  color: #222;
  background: rgba(255,255,255,0.7);/*背景色*/
}

.style-click p {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}
.section-style {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-style_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  list-style: none;
  padding-bottom: 20px;
}
.section-style_photo {
  width: 260px;
}
.section-style_photo:hover {
  opacity: 0.5 ;
}
.section-style_text {
  padding-top: 20px;
}
.text_12pt {
  font-size: 12px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1368px) {
  .section-style {
    max-width: 85%;
  }
  .section-style_container {
    gap: 40px;
  }
}
@media screen and (max-width: 1026px) {
  .section-style {
    max-width: 73%;
    padding-bottom: 90px;
  }
  .section-style_photo {
    width: 173px;
  }
  .section-style_container {
    gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .section-style {
    max-width: 90%;
  }
}
@media screen and (max-width: 426px) {
  .section-style {
    max-width: 100%;
  }
  .section-style_container {
    gap: 10px;
  }
}
/*style_ここまで*/
/*ten's10minds_ここから*/
.section-10minds span {
  font-size: 1.4rem;
  font-weight: normal;
}
.section-10minds {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-10minds_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 60px;
  justify-content: center;
}
.section-10minds_list li img {
  width: 430px;
}
@media screen and (max-width: 1368px) {
  .section-10minds {
    max-width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .section-10minds_list {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section-10minds {
    max-width: 100%;
  }
  .section-10minds_list {
    gap: 20px;
  }
  .section-10minds_list li img {
    width: 355px;
  }
  .section-10minds {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 374px) {
  .section-10minds_list li img {
    width: 310px;
  }
}
/*ten's10minds_ここまで*/
/*Profile_ここから*/
.section-profile {
  text-align: center;
  max-width: 67.3%;/*section幅1090px*/
  margin: 0 auto;
  padding-bottom: 90px;
}
.section-profile_wrap {
  display: flex;
  text-align: left;
  gap: 70px;
  padding-bottom: 80px;
}
.left_box {
  position: relative;
  flex: 1;
}
.left_box::after {
  content: " ";
  position: absolute;
  right: -30px;
  bottom: -30px;
  background-image: radial-gradient(#DCDCDC 30%, transparent 30%);
  background-size: 15px 15px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: transparent;
  width: 55%;
  height: 85%;
  z-index: 1;
}
.profile_photo {
  width: 100%;
  height: auto;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
}
.section-profile_wrap_right {
  flex: 1;
}
.section-profile_wrap_right_box {
  display: flex;
  gap: 30px;
}
.name {
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .section-profile_wrap {
    display: block;
  }
}
@media screen and (max-width: 426px) {
  .section-profile {
    max-width: 90%;
    padding-bottom: 0px;
  }
  .section-profile_wrap_right {
    padding-top: 15px;
  }
  .left_box {
    width: 90%;
  }
}
/*Profile_ここまで*/
/*instagram_ここから*/
.insta_sp {
  display: none;
}
.section-instagram {
  text-align: center;
  max-width: 67.3%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-instagram_btn {
  border: solid 2px #7B7B7B;
  width: 160px;
  margin: 0 auto;
  padding: 3px 0;
  font-size: 1.6rem;
  font-family: 'Poppins';
  color: #7B7B7B;
  box-sizing: border-box;
  transition: 0.5s;
}
.section-instagram_btn:hover {
  background-color: #7B7B7B;
  color: #FFF;
  transition: 0.5s;
}
@media screen and (max-width: 769px) {
  .section-instagram {
    max-width: 75%;
  }
  .insta_sp {
    display: block;
  }
  .insta_pc {
    display: none;
  }
  .section-instagram_btn {
    margin-top: 30px;
    
  }
}
@media screen and (max-width: 426px) {
  .section-instagram {
    max-width: 90%;
  }
}
/*instagram_ここまで*/
/*FAQ_ここから*/
.section-faq {
  text-align: left;
  max-width: 58.5%;
  margin: 0 auto;
  padding-bottom: 120px;
}
.section-faq dl dt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding-top: 7px;
}
.section-faq dd {
  padding: 15px 0px 10px 60px;
}
.circle-q {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7B7B7B;
  margin: 0px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .section-faq {
    max-width: 70%;
  }
}
@media screen and (max-width: 426px) {
  .section-faq {
    max-width: 93%;
    padding-bottom: 90px;
  }
  .section-faq dd {
    padding: 15px 0px 10px 0px;
  }
  .section-faq dl dt {
    font-size: 1.6rem;
    padding-top: 2px;
  }
  .circle-q {
    margin: 0px 10px 0px 0px;
  }
}
/*FAQ_ここまで*/
/*Access_ここから*/
.section-access {
  max-width: 67.3%;
  margin: 0 auto;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
}
.section-access_container {
  display: flex;
  gap: 90px;
}
.section-access_wrap_left {
  width: 36%;
  height: 100%;
}
.section-access_wrap_right {
  text-align: left;
}
.section-access_wrap_right img {
  width: 85%;
}
.section-access_wrap_right_texttop {
  padding: 20px 0 10px;
}
.section-access_wrap_right_texttop span {
  font-size: 12px;
}
.section-access_wrap_right_textbottom {
  padding-top: 50px;
}
.section-access_wrap_right_textbottom_medium span {
  font-size: 1.2rem;
}
.section-access_map_btn {
  border: solid 2px #7B7B7B;
  width: 160px;
  padding: 3px 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Poppins';
  color: #7B7B7B;
  box-sizing: border-box;
  transition: 0.5s;
}
.section-access_map_btn:hover {
  background-color: #7B7B7B;
  color: #FFF;
  transition: 0.5s;
}
@media screen and (max-width: 962px) {
  .section-access {
    max-width: 75%;
  }
  .section-access_container {
    gap: 50px;
  }
}
@media screen and (max-width: 769px) {
  .section-access {
    max-width: 90%;
  }
  .section-access_container {
    gap: 55px;
  }
}
@media screen and (max-width: 426px) {
  .section-access_container {
    display: block;
  }
  .section-access_wrap_left {
    width: 85%;
    padding-bottom: 30px;
  }
  .section-access_wrap_right {
    width: 100%;
  }
}
/*Access_ここまで*/
/*footer_ここから*/
footer {
  text-align: center;
  padding: 60px 0 40px;
  background-color: #DCDCDC;
}
.footer_logo {
  width: 100px;
}
footer img:hover {
  opacity: 0.5 ;
}
.footer_2 ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
  font-size: 1.6rem;
  font-family: 'Poppins';
}
.footer_2 ul li img {
  width: 50%;
}
.footer_2 ul li a {
  color: #222;
}
.footer_splogo {
  display: none;
}
small {
  display: inline-block;
  padding-top: 15px;
}
@media screen and (max-width: 598px) {
  .footer_logo {
    margin: 0 auto;
    width: 80px;
    padding: 0px 0 30px;
  }
  
  .footer {
    padding: 40px 0 40px;
  }
  .footer_2 ul {
    display: block;
    padding: 0;
  }
  .footer_2 ul li {
    padding-bottom: 20px;
  }
  .footer_2 ul li img {
    width: 6%;
  }
}
@media screen and (max-width: 426px) {
  .footer_2 ul {
    display: none;
  }
}
/*footer_ここまで*/ 
/*PAGETOP_ボタン_ここから*/
.page-top_wrap a::after {
  content: url("../images/scissors.png");
  position: fixed;
  display: inline-block;
  right: 8%;
  bottom: 5%;
  width: 50px;
  color: #000;
}
.page-top_wrap a:hover::after {
  content: url("../images/page_top_button.png");
}
@media screen and (max-width: 1025px) {
  .page-top_wrap a::after {
    right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .page-top_wrap a::after {
    display: none;
  }
}
/*PAGETOP_ボタン_ここまで*/
/*ハンバーガーここから*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
@media screen and (min-width: 1026px) {
  .openbtn1 {
    display: none;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1026px) {
  .openbtn1 {
    position: fixed;
    right: 20px;
    z-index: 1000;
  }
}
/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #333;
  width: 60%;
}
.openbtn1 span:nth-of-type(1) {
  top: 13px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 34px;
}
/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.btn-block {
  width: 200px;
  padding: 30px;
}
/*ハンバーガーここまで*/