.top_fin-box{
  padding: 40px 3%;
  max-width: 1036px;
  margin: 100px auto;
  border: 1px solid #E04400;}
  

.top_fin{
  color: #E04400;
}

.top_fin-btn{
  color: #E04400;
  color: #E04400;
  margin: 0 0 0 auto;
  justify-content: space-between;
  margin-top: 30px;
  text-align: end;
  border: 1px solid #E04400;
  max-width: 139px;
  padding: 8px;
}

.top_fin-btn a{
  color: #E04400;
}

@media screen and (max-width: 767px){
  .top_fin-box{
    margin: 64px 5%;
  }

  .top_fin{
    font-size: 1.4rem;
  }
}




.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }



#globalheader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  z-index: 101;
  background-color: #FFF;
  padding-left: 3%;
  align-items: center;
}

/*ウィングロゴ*/
.header_logo_img {
  width: 138px;
  height: auto;
  margin-top: 10px;
}

.gnav-panel,.gnav-panel02{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gnavi {
  display: flex;
  flex-wrap: wrap;
  padding-top: 6px;
  row-gap: 16px;
}

.gnavi li+li{
  border-left: 1px solid #999;
}

.gnavi li {
  margin: 0 0 0 8px;
  list-style: none;
  border-right: 1px solid "#707070";
  height: 16px;
}

.gnavi li a {
  position: relative;
  display: block;
  padding:0 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  list-style: none;
}


.header-contact a {
  background: rgb(9,79,53);
background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 68px;
  transition: background-color .3s, color 0.3s;
  margin-left: 20px;
}

/* ー動き：Eng→Ja */

.gnavi-inner {
  position: relative;
  display: block;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.gnavi-inner02 {
  position: relative;
  display: block;
  height: 68px;
  overflow: hidden;
  text-align: center;
}

.btn__text {
  position: relative;
  left: 0;
  display: block;
  height: 20px;
  transition: top 0.3s;
  font-size: 1.4rem;
}

.btn__text02 {
  position: relative;
  left: 0;
  display: block;
  height: 68px;
  transition: top 0.3s;
  font-size: 1.4rem;
}

/* btn-text(default) */
.btn__text:nth-child(1),.btn__text02:nth-child(1) {
  top: 0;
}

/* btn-text(hidden) */
.btn__text:nth-child(2),.btn__text2:nth-child(2) {
  top: 0;
}


/* hover-style */
.gnavi a:hover .btn__text:nth-child(1),.gnavi a:hover .btn__text02:nth-child(1) {
  top: -20px;
}

.gnavi a:hover .btn__text:nth-child(2),.gnavi a:hover .btn__text:nth-child(2)  {
  top: -20px;
}


/* --CONTACT BTN--- */

.btn___text {
  position: relative;
  left: 0;
  display: block;
  height: 20px;
  line-height: 20px;
  transition: top 0.3s;
  font-size: 1.4rem;
}


/* -------------------------------------------- */

.mv{

z-index: 3;
position: relative;
}


.mv-img{
  background-image: url(../imgs/top/mv-img.jpg);
  background-size: cover;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  width: 90%;
  margin: 0 0 0 auto;
}

.header-copy {
  position: absolute;
  left: 8%;
  top: 36%;
  font-family: 'Bellefair', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFF;
  align-items: center;
  letter-spacing: 0.2;
}

.text_center {
  text-align: center;
  margin-top: 40px;
}



/* scroll */
.scroll {
position: absolute;
bottom: 15%;
left: 3%;
transform: translate(-50%, -50%);
width: 15px;
min-width: 15px;
margin: 0 auto;
z-index: 333;
}
.scroll a {
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.8rem;
  color: #000;
  writing-mode: vertical-lr;
  margin: 0 auto;
  text-decoration: none;
}
.scroll a::before {
  content: "";
  display: block;
  position: absolute;
  top: 85px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 3px;
  height: 100px;
  background-color: #000;
  animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scroll {
0% {
  transform: scale(1, 0);
  transform-origin: 0 0;
}
50% {
  transform: scale(1, 1);
  transform-origin: 0 0;
}
50.1% {
  transform: scale(1, 1);
  transform-origin: 0 100%;
}
100% {
  transform: scale(1, 0);
  transform-origin: 0 100%;
}
}

/* _____ */



#top-g-nav {
  display: none;
}

.sp_memu {
  display: none;
}

@media screen and (max-width: 1136px) {
  #top-g-nav {
    position: fixed;
    z-index: -3;
    top: 80px;
    right: -120%;
    width: 100%;
    height: 93vh;
    background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
    transition: all 0.6s;
    display: block;
    opacity: 0.98;
    z-index: 999;
  }

  .gnav-panel {
    display: none;
  }

  #globalheader {
    height: 80px;
    padding: 0 5%;
  }

  .sp_memu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }

  .sp_memu_bar-1 {
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
    margin-top: 26px;
    margin-left: 25px;
    transition: width .3s, transform .3s;
    transform: translateY(0px) rotate(0);
  }

  .sp_memu_bar-2 {
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
    margin-top: 10px;
    margin-left: 25px;
    transition: width .3s, transform .3s;
    transform: translateY(0px) rotate(0);
  }


  .sp_memu_bar-3 {
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    margin-left: 25px;
    background: #FFF;
    transition: width .3s, transform .3s;
    transform: translateY(0px) rotate(0);
  }

  /* .act */
  .act .sp_memu_bar-1 {
    transform: translateY(8px) rotate(40deg);
    margin-top: 31px;
  }

  .act .sp_memu_bar-2 {
    display: none;
  }

  .act .sp_memu_bar-3 {
    transform: translateY(-4px) rotate(-40deg);
  }


  #top-g-nav.panelactive {
    right: 0;
  }


  #top-g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #top-g-nav ul {
    z-index: 999;
    top: 0%;
    left: 0;
    padding: 0 8%;
  }
}

#top-g-nav li {
  list-style: none;
  text-align: center;
  padding: 28px 0 14px 0;
}

#top-g-nav li a {
  color: #333;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: initial;
}

.menu-item {
  color: #FFF;
  border-bottom: 0.05px solid #FFF;
}

.menu-item-btn {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}


.menu-item02 {
  color: #FFF;
}

.menu-item-btn01 {
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
  margin-top: 16px;
}

.menu-group01 a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: initial;
  text-decoration: none;
}

.memu-link {
  margin-top: 54px;
  padding: 0 8%;
}

.menu-link02{
margin-top: 48px;
}

.memu-link02 span a {
  text-decoration: none;
}

.memu-link01 a,
.memu-link02 a {
  text-decoration: none;
  margin-top: 48px;
  margin-bottom: 80px;
  align-items: center;
  position: relative;
  padding: 1.2em 2.5em 1.2em 1.5em;
  width: 200px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  transition: 0.3s;
  letter-spacing: 0.2rem;
  border: solid 1px #FFF;
  border-radius: 32px;
  position: relative;
  margin-left: -2%;
  text-decoration: none;
}

.memu-link02 {
  margin-top: 40px;
}


/* SP:top_________________________________ */

@media screen and (max-width: 1000px){

  .header-copy {
    left: 3%;
    top: 33%;
    font-family: 'Bellefair', serif;
    font-size: 9.6rem;
}}

@media screen and (max-width: 767px) {
  .header-copy {
    top: 35%;
    font-size: 6.6rem;
}
}

@media screen and (max-width: 550px) {
  .header-copy {
    top: 37%;
    font-size: 5.6rem
}

.mv-img {
  width: 93%;
}

.mv-img {
    background-image: url(../imgs/top/mv-img.jpg);
    background-size: cover;
    background-position: 30% 50%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
    width: 93%;
}

.scroll{
  bottom: 12%;
}

.scroll a{
  font-size: 1.5rem;
}
.scroll a::before {
  content: "";
  top: 53px;
  right: 0;
  left: 30%;
  width: 1.5px;
  height: 80px;
}
}

@media screen and (max-width: 460px) {
  .header-copy {
    top: 40%;
    font-size: 5.0rem;
}
}

@media screen and (max-width: 410px){
  .header-copy {
    top: 43%;
    font-size: 4.5rem;
}
}

@media screen and (max-width: 370px){
  .header-copy {
    top: 45%;
    font-size: 4.0rem;
}
}

/* ________________________________________ */

/* top_concept */

.top_concept{
  font-size: 3.6rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
  margin-top: 124px;
  margin-bottom: 140px;
  padding: 0 5%;
}

.top_concept-br{
display: block;
}

@media screen and (max-width: 920px) {
  .top_concept{
    font-size: 3.0rem;
}}

@media screen and (max-width: 767px){

  .top_concept{
font-size: 2.6rem;
margin: 80px 0;
}
}

@media screen and (max-width: 432px){
  .top_concept{
    font-size: 2.2rem;}
}



/* --------------------------- */

.section-top_guest-room{
  background-color:#F4F2F0 ;
  padding-bottom: 100px;
  position: relative;
}

.section-top_guest-room::after{
  content: "";
  background-image: url(../imgs/common/wing.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10%;
  left: 0;
  position: absolute;
  width: 30%;
height: 300px;

}

.section-guest-room-title{
  font-size: 5.0rem;
  font-weight: 400;
  max-width: 1140px;
  text-align: left;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding: 0 5%;
  padding-top: 64px;
}

.section-guest-room-dc{
  max-width: 1140px;
  text-align: left;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 64px;
  font-weight: 500;
  padding: 0 5%;
}


/* スワイパー */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-container{
  position: relative;
  margin: 0 auto;
}

.swiper-pagination {
  position:absolute;
  left: 50% !important;
  bottom:-30px !important;  
  transform: translateX(-50%) !important;
}

.swiper{
padding-bottom: 24px;
}

.swiper-slide{
  margin: 0 20px;
  overflow-x: hidden;
}

.swiper-container::before{
  content: "";
  background-color:#F4F2F0 ;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
}

.swiper-pagination-bullet {
  background-color:#7C7C7C;
}


  .detail-btn{
    color: #31442E;
    padding: 24px 40px;
    background-color: #FFF;
    border-radius: 15px;
    border: 1px solid #31442E;
    text-decoration: none;
    position: relative;
  }

  .detail-btn::after{
    content: '';
    display: inline-block;
    width: 8;
    align-items: center;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    margin-bottom: 2px;
    border-top: 2px solid #31442E;
    border-right: 2px solid #31442E;
    transform: rotate(45deg);
}

.section-top_guest-room-btn a{
  color: #31442E;
  z-index: 3;
}


  .section-top_guest-room-btn{
margin-top: 100px;
text-align: center;
  }


/* SP:客室 */

  @media screen and (max-width: 767px){
    .section-guest-room-title{
      font-size: 4.2rem;
      padding-top: 80px;
    }
    .section-guest-room-dc{
      font-size: 1.4rem;
    }
    
    .swiper-slide{
      margin: 0 8px;
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
      width: 7px;
      height: 7px;
    }

    .swiper{
      padding-bottom: 0;
    }

    .detail-btn{
      padding: 22px 20px
    }

    .section-top_guest-room-btn a{
      font-size: 1.5rem;
    }
  }




  /* Service & Facility */

  .section-top_service-facility{
margin-top: 100px;
max-width: 1240px;
padding: 0 5%;
margin: 100px auto;
  }

  .section-top_service-facility-title{
  font-size: 5.0rem;
  font-weight: 400;
  text-align: right;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-top: 64px;
}

.section-top_service-facility-dc{
  text-align: right;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 64px;
  font-weight: 500;
}

.top_service-facility-img{
margin: 0 auto;
display: block;
}

.top_service-facility-img-sp{
display: none;
}

.section-top_service-btn{
margin-top: 100px;
}

/* SP: Service & Facility*/
@media screen and (max-width: 767px){
  .section-top_service-facility-title{
    padding-top: 0;
    font-size: 4.2rem;
  }

  .section-top_service-facility-dc{
    font-size: 1.4rem;
    margin-bottom: 32px;
  }

  .top_service-facility-img{
display: none;
    }
    
    .top_service-facility-img-sp{
    display: block;
    }

    .section-top_service-btn{
      margin-top: 48px;
      }
    
}


/* PC:Top:information*/

.section-top_information{
background-image: url(../imgs/top/marble-bg.jpg);
background-repeat: repeat;
background-position: center;
background-size: cover;
text-align: center;
padding-bottom:100px;}




.section-top_information-title{
  padding-top: 100px;
  text-align: center;
  font-size: 5.0rem;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding-bottom: 32px;
  margin-top: 100px;
}


.news-container {
  position: relative;
  display: flex;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
padding: 48px 5%;
  background-color: #FFF;
}

.topics-item-header {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
}

.news-content {
  width: 100%;
}

.news-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-right: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #AAA5A0;
  color: #383935;
  text-decoration: none;
}

.news-item a::before {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 7px;
  height: 7px;
  content: '';
  margin-bottom: 2px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  z-index: 3;
}

.news-item a::after {
  content: "";
  position: absolute;
  top: 36%;
    right: 6px;
    width: 22px;
    height: 22px;
  background-color:#094F35;
  border-radius: 50%;
}

.news-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 95px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 20px;
  margin-left: 12px;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #094F35;
}

.news-date {
  width: 100px;
  font-size: 1.6rem;
  letter-spacing: 0.063rem;
  padding-right: 24px;
}

.news-item-txt {
  width: 100%;
  min-width: 400px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.063rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.section-top_information-btn{
  margin-top: 64px;
}

.section-top_information-btn a{
color: #094F35;
}


.tag-box{
display: flex;
text-align: center;
column-gap: 4px;
text-align: center;
margin: 0 auto;
max-width: 900px;
padding: 88px 3% 24px 0;
justify-content: flex-start;
}

.news-tag-under {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 95px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 12px;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #094F35;}

  .news-tag-under a{
    color: #FFF;
    }

  @media screen and (max-width: 767px){
    .tag-box{
      padding-top: 24px;
      margin-top: 40px;
    }
  }

/* SP:TOP-NEWS_________________________________ */

@media screen and (max-width: 767px) {
  .section-top_information-title{
    font-size: 4.2rem;
    margin-top: 80px;
  }

  .news-item a{
    display: block;align-items: start;
  }
  .news-item-txt{
    text-align: initial;
    margin-top: 12px;
    font-size: 1.4rem;
    min-width: unset;
  }
  .news-date{
    font-size: 1.4rem;
  }
  .news-tag{
    font-size: 1.1rem;
  }
  .news-item a::after{
    top: 39px;
  }
}

.section-top_contact {
  padding: 164px 0;
  position: relative;
}

.section-top_contact-wrap {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0 3%;
  max-width: 1250px;
  text-align: center;
}

.section-top_contact-head {
  font-size: 3.2rem;
  text-align: center;
  color: #FFF;
  font-weight: 400;
  line-height: 1.3;
}

.ection-top_contact-head-br {
  display: none;
}

.section-top_contact-dc {
  margin-top: 16px;
  font-size: 1.6rem;
  text-align: center !important;
  color: #FFF;
  font-weight: 500;
}

.top_contact-btn {
  border-radius: 15px;
  padding: 55px 5%;
  background: rgb(12, 81, 55);
  background: linear-gradient(180deg, rgba(12, 81, 55, 1) 0%, rgba(45, 104, 82, 1) 100%);
  width: 100%;
  margin-bottom: 16px;
  margin: 0 10px;
}

.top_faq-btn {
  background: rgb(73, 65, 60);
  background: linear-gradient(0deg, rgba(73, 65, 60, 1) 0%, rgba(101, 96, 93, 1) 100%);
  width: 100%;
}

.section-top_contact::after {
  content: "";
  background-image: url(../imgs/common/wing.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 30%;
  height: 300px;
  transform: scale(-1, 1);
  z-index: -1;
}

.section-top_contact-head-br {
  display: none;
}

@media screen and (max-width: 1052px) {
  .section-top_contact-head-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section-top_contact {
    padding: 80px 0;
  }

  .section-top_contact-wrap {
    display: block;
  }

  .top_faq-btn {
    padding: 24px 3%;
  }

  .top_contact-btn {
    padding: 24px 3%;
    margin: 16px auto 0
  }

  .section-top_contact-dc {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center !important;
  }

  .section-top_contact::after {
    width: 100%;
  }
}

/* PC:アクセス＿サイドバー */

.section-sideber_map{
  background-color: #F4F2F0;
}

.section-sideber_map-container{
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
padding: 40px 3%;
}
.section-sideber_map-left,.section-sideber_map-right{
width: 49%;
padding-left: 5%;
}

.section-sideber_map-right{
  margin-top: 64px;
}


.section-sideber_map-title{
  font-size: 5.0rem;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
}

.section-sideber_map-left_adress,.section-sideber_map-left_access,.section-sideber_map-left_bus,.section-sideber_map-left_bus02{
position: relative;
font-size: 1.6rem;
font-weight: 500;
letter-spacing: 0.4rem;
padding-left: 40px;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

.section-sideber_map-left_access{
  margin: 24px 0;
}

.section-sideber_map-left_access{
  margin-top: 32px;
  margin-bottom: 16px;
}

.section-sideber_map-left_bus,.section-sideber_map-left_bus02{
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.4rem;
  padding-left: 40px;
  }


.section-sideber_map-left_bus{
margin-bottom: 16px;
}


.section-sideber_map-left_adress::before{
  content: "";
  background-color: #094F35;
  border-radius: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 7px;
  top: 4px;
}

.section-sideber_map-left_access::before{
  content:url(../imgs/common/icon-train.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}

.section-sideber_map-left_bus::before{
  content:url(../imgs/common/icon-bus.svg);
  position: absolute;
  width: 29px;
  height: 29px;
  left: 1px;
  top: 0;
}

.section-sideber_map-btn-block{
  display: flex;
  justify-content: unset;
  margin-top: 32px;
}

.section-sideber_map-btn-block a{
color: #31442E;
}

.detail-btn-access{
  padding: 16px 24px;
}

.detail-btn-access:nth-child(2n){
  margin-left: 8px;
}


/* SP:アクセス＿サイドバー */

@media screen and (max-width: 767px){
.section-sideber_map-container {
  display: block;
}

.section-sideber_map-container {
  display: block;
  padding: 40px 5%;}

  .section-sideber_map-left, .section-sideber_map-right{
    width: 100%;
    padding-left: 0;
  }

  .section-sideber_map-title{
    font-size: 4.2rem;
  }
  .section-sideber_map-left_adress, .section-sideber_map-left_access{
font-size: 1.4rem;
letter-spacing: 0.09rem;
  }


  .section-sideber_map-left_access::before{
    top: 7px;
  }

  .detail-btn{
    font-size: 1.5rem;
  }

  .section-sideber_map-right{
margin-top: 40px;
  }
  .section-sideber_map-left_bus,.section-sideber_map-left_bus02{
    font-size: 1.4rem;
  }

  .section-sideber_map-left_bus::before{
    width: 26px;
    height: 26px;
    left: 1px;
    top: 0;
  }

  .section-sideber_map-left_adress::before{
    width: 12px;
    height: 12px;
    top: 14px;
  }
}

@media screen and (max-width: 402px){
  .detail-btn-access{
    padding: 16px 12px;
  }
}

/* footer */

.section-footer {
  width: 100%;
}

.check-time{
  font-size: 2.2rem;
  padding: 40px 3%;
  text-align: center;
}
.check-time-br{
display: none;
}

.foote-conteiner01-bg{
  background: rgb(12,81,55);
  background: linear-gradient(180deg, rgba(12,81,55,1) 0%, rgba(45,104,82,1) 100%);
  width: 100%;
}

.foote-conteiner01{
  display: flex;
  justify-content: space-around;
margin: 0 auto;
max-width: 1036px;
color: #FFF;
align-items: center;
padding: 32px 3%;
}

.groval-footer {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  margin: 0 auto;
  height: auto;
  color: #FFF;
  padding-top: 80px;
}

.footer-left-area {
  width: 50%;
}

.footer-centerright-area {
  width: 50%;
}

.footer_logo_img {
  width: 150px;
  height: auto;
  margin-top: 10px;
}

.footer-left-area-info{
line-height: 1.6;
font-size: 1.8rem;
}

.footer-right-area-tel,.footer-right-area-fax{
font-size: 5.0rem;
font-weight: 400;
position: relative;
}

.footer-right-area-tel::before{
  content:"TEL";
  font-size: 2.5rem;
  font-weight: 700;;
  position: absolute;
  top: 20px;
  left: -60px;
}

.footer-right-area-fax::before{
  content:"FAX";
  font-size: 2.5rem;
  font-weight: 700;;
  position: absolute;
  top: 20px;
  left: -60px;
}

.foote-conteiner02{
max-width: 1220px;
}

.footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: #000;
  max-width: 1230px;
  margin: 16px auto 32px;
}



/* SP:footer */

@media screen and (max-width: 767px) {

  .check-time{
    font-size: 2.0rem;
  }
  .footer-left-area-info{
    font-size: 1.5rem;
  }

  .footer-right-area-tel, .footer-right-area-fax{
    padding-left: 36px;
    font-size: 2.6rem;
  }

  .footer-right-area-tel::before,.footer-right-area-fax::before {
    font-size: 1.4rem;
    left: 0;
    top: 10px;
}
}

@media screen and (max-width: 482px){
  .foote-conteiner01{
    display: block;
    padding: 32px 5%;}

  .footer-left-area{
width: 100%;
  }

  .footer-right-area{
  margin-top: 24px;}}

  @media screen and (max-width: 440px){
    .check-time-br{
      display: block;
      }
      
  }

/* 客室一覧ページ */

.underpage-title{
font-size: 8.0rem;
margin-top: 100px;
max-width: 1246px;
margin: 100px auto 0;
font-weight: 400;
padding: 0 3%;
}

.under-room-head{
font-size: 3.0rem;
text-align: center;
font-weight: 700;
margin-top: 106px;
line-height: 1.8;
}

.under-room-dc{
font-size: 1.6rem;
text-align: center;
margin: 0 auto;
margin-top: 40px;
line-height: 1.7;
padding-bottom: 106px;
position: relative;
padding: 0 3%;
margin-bottom: 100px;
}

.under-room-dc::after{
  content: "";
  background-image: url(../imgs/common/wing.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -70px;
  left: 0;
  position: absolute;
  width: 30%;
  height: 300px;
  padding: 0 3%;
}


.underpage-room_roomlist{

  max-width: 1246px;
  margin: 64px auto;
  padding: 64px 3%;
}


.underpage-room_roomlist-container{
  max-width: 1100px;
  margin: 0 auto;
}

.underpage-room_list-block{
  display: flex;
  justify-content: space-around;
  line-height: 1;
}

.underpage-room_list-block02{
  width: 50%;
}


.bg-beige{
  background-color: #F4F2F0;
}


.underpage-room_roomdetail-container{
margin-top: 100px;
}


.underpage-room_detail-block{
  display: flex;
  justify-content: space-between;
}

.underpage-room_detail-block2{
margin-top: 24px;
}

.underpage-room_detail-box{
width: 49%;
background-color: #FFF;
padding: 32px 2%;
}

.underpage-room_detail-box-title{
font-size: 4.6rem;
font-weight: 700;
text-align: left;
margin-top: 4px;
line-height: 1;
padding-left: 4px;
}

.underpage-room_detail-box-title-ja{
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4px;
  padding-left: 4px;
}

.underpage-room_detail-box-info{
  padding: 0 24px;
  font-size: 1.3rem;
  margin-top: 24px;
}

.underpage-room_detail-box-info-li-01,.underpage-room_detail-box-info-li-02,.underpage-room_detail-box-info-li-03,.underpage-room_detail-box-info-li-04{
  position: relative;
  margin-right: 32px;
}

.underpage-room_detail-box-info-li-01::before{
content:url(../imgs/room/icon-person.svg);
width: 17px;
height: 17px;
position: absolute;
top: 2px;
left: -19px;
}

.underpage-room_detail-box-info-li-02::before{
  content:url(../imgs/room/icon-extent.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -19px;
  }
  
  .underpage-room_detail-box-info-li-03::before{
    content:url(../imgs/room/icon-bed.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: -19px;
    }

    .underpage-room_detail-box-info-li-04::before{
      content:url(../imgs/room/icon-wifi.svg);
      width: 17px;
      height: 17px;
      position: absolute;
      top: 2px;
      left: -19px;
      }
      
      /*詳細を見る  */
    

      .underpage-room_detail-box-btn{
        color: #31442E;
        max-width: 533px;
        background-color: #FFF;
        padding:12px 40px;
        border-radius: 15px;
        border: 1px solid #31442E;
        text-decoration: none;
        position: relative;
      }
    
      .underpage-room_detail-box-btn::after{
        content: '';
        display: inline-block;
        width: 8px;
        align-items: center;
        width: 8px;
        height: 8px;
        margin: 0 10px;
        margin-bottom: 2px;
        border-top: 2px solid #31442E;
        border-right: 2px solid #31442E;
        transform: rotate(45deg);
    }
    
    .underpage-room_detail-box-btn-cover a{
      color: #31442E;
    }

    .underpage-room_detail-box-btn-cover{
      margin-top: 48px;
      width: 100%;
    }


    .underpage-room_detail-box-title-ja-sty{
position: relative
    }

    .underpage-room_detail-box-title-ja-sty::after{
      content: "(Japanese style)";
      position: absolute;
      font-size: 2.0rem;
      top: 32%;
      padding-left: 16px;
          }

.under-room-head-spbr{
  display: none;
}


/* SP:客室一覧 */

@media screen and (max-width: 1028px){
  .underpage-room_detail-box-title-ja-sty::after{
    content: "(Japanese style)";
    position: absolute;
    top: 49px;
    left: 0;
    padding-left: 0;
}

.room_detail-box-line{
margin-top: 32px;
}

}


@media screen and (max-width: 860px) {
  .under-room-dc::after {
    content: "";
    background-image: url(../imgs/common/wing.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -175px;
    left: 0;
    position: absolute;
    width: 30%;
    height: 200px;
    padding: 0 3%;
}
}


@media screen and (max-width: 767px) {
  .underpage-title{
    font-size: 5.2rem;
    line-height: 1.1;
  }

  .under-room-head{
    margin-top: 32px;
    font-size: 2.6rem;
    padding: 0 5%;
  }

  .under-room-dc{
    font-size: 1.4rem;
    text-align: left;
    padding: 0 5%;
  }

  .under-room-head-spbr{
    display: block;
  }

  .under-room-dc-br{
    display: none;
  }

  .underpage-room_list-block{
display: block;
  }

  .underpage-room_list-block02{
  width: 100%;
}

  .underpage-room_detail-block{
    display: block;
  }



  .underpage-room_roomdetail-container{
    margin-top: 80px;
  }

  .underpage-room_detail-box{
width: 100%;
margin-top: 16px;
  }

  .underpage-room_detail-box-title{
    font-size: 3.0rem;
  }
  .underpage-room_detail-box-title-ja{
    font-size: 1.2rem;
  }
  .underpage-room_detail-box-btn-cover a {
    color: #31442E;
    font-size: 1.5rem;
}

.underpage-room_detail-box-title-ja-sty::after{
  content: "(Japanese style)";
  position: absolute;
  top: 9px;
  left: 189px;
  padding-left: 0;
  font-size: 1.3rem;
}
.room_detail-box-line{
 margin-top: 0;
}

}


/* SERVICE & FACILITY */

.section-underpage-service-facility{
  padding-top: 100px;
}


.section-underpage-service-facility-container{
  padding: 0 3%;
  margin: 0 auto;
  max-width: 1246px;
}

.section-underpage-service-facility-title{
  font-size: 8.0rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 48px;
}
.section-underpage-service-facility-block{
border-bottom: solid 1px #A0A0A0;
padding:86px 0;
}


.section-underpage-service-facility-blocktitle{
  font-size: 4.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1;
}

.section-underpage-service-facility_hotel-lobby{
  display: flex;
  margin-top: 12px;
}

.loby-dc{
  font-size: 1.6rem;
  text-align: end;
  line-height: 1.6;
  margin-top: 24px;
}

.section-underpage-service-facility_restaurant{
display: flex;
}

.section-underpage-service-facility_restaurant-img{
  width: 49%;
}
.section-underpage-service-facility_restaurant-txt{
width: 49%;
margin:48px;
}
.restaurant-dc-01{
  margin-top: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D6D6D6;
}

.restaurant-dc-02{
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}

.restaurant-dc-02::before{
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 4px;
left: 0;
border-radius: 50%;
background-color: #094F35;
}

.blocktitle-other{
  text-align: center;
}


.section-underpage-service-other{
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.other-img{
width: 100%;
padding: 0 10px;
}


.other-dc-01{
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 191px;
  height: 1px;
  margin: 8px auto 0;
}

.other-dc-01::before{
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 4px;
left: 0;
border-radius: 50%;
background-color: #094F35;
}

.section-underpage-service-amenities-block{
margin-top: 100px;
}

.section-underpage-amenities-container{
  display: flex;
  justify-content: space-between;
  margin-top: 88px;
}

.section-underpage-amenities-container-box{
padding: 24px 3%;
border: solid 1px #707070;
width: 49%;
}

.amenities-container-box-head{
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 22px;
  position: relative;
  line-height: 1;
}

.amenities-container-box-head::before{
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 0;
  border-radius: 50%;
  background-color: #094F35;
  }

.section-underpage-amenities-box{
  padding: 24px 3%;
border: solid 1px #707070;
width: 100%;
margin-top: 24px;
}


/* SP:SERVICE & FACILITY */

@media screen and (max-width: 767px) {

  .section-underpage-service-facility{
    padding-top: 0;
  }

  .section-underpage-service-facility-title{
    font-size: 5.2rem;
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .section-underpage-service-facility-blocktitle{
    font-size: 2.6rem;
  }

  .section-underpage-service-facility-block{
    padding:40px 0;
  }

  .loby-dc{
    font-size: 1.4rem;
    text-align: left;
  }

  .section-underpage-service-facility_restaurant{
    display: block;
    flex-direction: column-reverse;
  }

  .section-underpage-service-facility_restaurant-img{
    width: 100%;
  }

  .section-underpage-service-facility_restaurant-txt{
    width: 100%;
    margin: 0;
  }

  .blocktitle-restaurant{
margin-top: 24px;
  }

  .restaurant-dc-01{
    margin-top: 24px;
    font-size: 1.4rem;
  }

  .section-underpage-service-other{
    display: block;
  }
  .other-dc-01 {
    margin-top: 8px;
    margin-bottom: 40px;
    position: relative;
    line-height: 1;
    text-align: center;
    height: 1px;
    font-size: 1.4rem;
    height: atuo;
    width: 171px;
}

.section-underpage-service-amenities-block{
  margin-top: 80px;
}
.section-underpage-amenities-container{
  display: block;
  margin-top: 48px;
}

.section-underpage-amenities-container-box{
  width: 100%;
}
.section-underpage-amenities-container-box:nth-child(2){
  margin-top: 16px;
}

.section-underpage-amenities-box{
  margin-top: 16px;
}

.amenities-name{
font-size: 1.4rem;
}

}


/*客室詳細ページ */



.section-under-roomdetailhead-container{
  max-width:1246px;
  margin: 0 auto;
  padding: 0 3%;
}

.underpage-roomdetailtitle{
  font-size: 8.0rem;
  margin-top: 100px;
  max-width: 1246px;
  margin: 100px auto 0;
  font-weight: 400;
  }
  


.underpage-title-sub-jaroomname{
  font-size: 1.4rem;;
}

.underpage-roomdetailtitle-dc{
  font-size: 1.6rem;
  margin: 32px 0 100px;
}

.under-roomdetail-mainimg{
width: 98%;
margin: 0 0 0 auto;
padding-top: 40px;
}

/* 客室詳細情報 */

.section-under-roomdetailinfo{
background-color: #F4F2F0;
}

.section-under-roomdetailinfo-block-container{
  padding: 48px  auto;
  max-width: 1224px;
  padding: 0 3%;
  margin: 0 auto;
}

.section-under-roomdetailinfo-block01{
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  margin: 0 auto;
}

.section-under-roomdetailinfo-block02{
  padding-bottom: 100px;
  
}

.section-under-roomdetailinfo-box{
  width: 49%;

}


/* テーブル */
.table-scroll{
  overflow-x : auto;
  width: 100%;
  margin-bottom: 40px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 5px;
  border: solid 1pfx #D1D1D1;
  text-align: left;
}

td{
  padding-left: 24px;
  background-color: #FFF;
}





.nowrap {
  white-space: nowrap;
  /* background-color: #F4F2F0; */
}

.section-under-roomdetailinfo-box-head{
  margin-top: 32px;
  padding-left: 20px;
  position: relative;
  line-height: 1;
  margin-bottom: 24px;
}

.section-under-roomdetailinfo-box-head::before{
content: "";
position: absolute;
width: 8px;
height: 8px;
top: 4px;
left: 0;
border-radius: 50%;
background-color: #094F35;
}

.section-under-roomdetailinfo-box-container{
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll !important;}


  .roomother-img{
    width:168px;
    height: 216px;
    padding: 0 6px;
    }

    .roomother-img02{
      width:324px;
      height: 216px;
      padding: 0 10px;
      }


.other-dc-name{
  margin: 16px 0;
  line-height: 1.6;
  text-align: center;

}

.underpage-roomdetailtitle02{
position: relative;
}

.underpage-roomdetailtitle02::after{
  content: "(Japanese style)";
  position: absolute;
  font-size: 2.0rem;
  padding-left: 16px;
  top: 54px;
      }

@media screen and (max-width: 767px) {

  .underpage-roomdetailtitle{
    font-size: 5.2rem;
    line-height: 1;
  }

  .underpage-title-sub-jaroomname{
    font-size: 1.3rem;
    margin-top: 16px;
  }
  .underpage-roomdetailtitle-dc{
    font-size: 1.4rem;
    margin: 32px 0;
  }
  .under-roomdetail-mainimg{
    padding-top: 16px;
  }

  .section-under-roomdetailinfo-block01{
    padding-top: 24px;
    display: block;
  }
  .section-under-roomdetailinfo-box{
    width: 100%;
  }

  th, td {
    font-size: 1.4rem;
  }

  .other-dc-name{
    font-size: 1.4rem;
    margin: 0;
  }

  .amenities-container-box-head{
    font-size: 1.8rem;
  }


}

      
/* 予約ページ */

.section-under-commonpage{
  margin: 100px auto;
  padding: 0 3%;
  max-width: 1246px;
}

.underpage-head{
  font-size: 8.0rem;
  font-weight: 400;
}

.underpage-head-reserv{
  font-size: 8.0rem;
  font-weight: 400;
}

.underpage-reserve-container{
  display: flex;
  justify-content: space-between;
}

.underpage-reserve-tel{
  width: 40%;
  padding: 40px 3%;
  border:solid 1px #707070;
}

.underpage-reserve-othersite{
  padding: 40px 3%;
  width: 58%;
  border:solid 1px #707070;
}

.underpage-reserve-head{
font-size: 20px;
font-weight: 500;
position: relative;
padding-left: 25px;
margin-bottom: 24px;
}

.underpage-reserve-othersite-btnbox{
display: flex;
}

.underpage-reserve-othersite-btnbox a{
  margin-right: 8px;
}

.underpage-reserve-head::before{
content: "";
position: absolute;
top: 36%;
left: 0;
  right: 6px;
  width: 13px;
  height: 13px;
background-color:#31442E;
border-radius: 50%;
}

.underpage-reserve-number{
  font-size: 42px;
  font-weight:700 ;
  padding-left: 60px;
  position: relative;
}

.underpage-reserve-number::before{
  content: "TEL";
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 0;
}

.reserve-othersite-btn{
    color: #31442E;
    padding: 24px 40px;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
    text-decoration: none;
    position: relative;
    padding: 18px 20px;
    box-shadow: 0px 3px 6px 0px rgba(161, 161, 161, 0.08);
  }

  .reserve-othersite-btn::after{
    content: '';
    display: inline-block;
    width: 8;
    align-items: center;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    margin-bottom: 2px;
    border-top: 2px solid #31442E;
    border-right: 2px solid #31442E;
    transform: rotate(45deg);
}


@media screen and (max-width: 1106px){
  .underpage-reserve-container{
    display: block;
  }

  .underpage-reserve-tel{
    width: 100%;
  }
  .underpage-reserve-othersite{
    width: 100%;
    margin-top: 16px;
  }

}



@media screen and (max-width: 767px){
  .underpage-reserve-head{
    font-size: 1.8rem;
  }

  .underpage-head-reserv{
    font-size: 5.2rem;
  }

  .underpage-reserve-tel{
    margin-top: 24px;
  }

  .underpage-reserve-tel{
    padding: 24px 3%;
  }

  .underpage-reserve-head{
    margin-bottom: 0;
  }

  .underpage-reserve-othersite{
    padding: 24px 3%;
  }

  .underpage-reserve-othersite-btnbox{
    margin-top: 16px;
  }
}

@media screen and (max-width: 589px){
  .underpage-reserve-othersite-btnbox{
    display: grid;
  }
}

@media screen and (max-width: 410px){
  .underpage-reserve-number{
    font-size: 3.2rem;
    padding-left: 36px;
  }

  .underpage-reserve-number::before{
    font-size: 1.4rem;
  }

}


@media screen and (max-width: 438px){
  .underpage-head-reserv{
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 355px){
  .underpage-head-reserv{
    font-size: 3.8rem;
  }
}







/* ---------CONTACT-------------------------- */

/* コンタクトページ */

.section-contact{
  background-color: #F4F2F0;
  padding: 100px 0;
}

.underpagecontact-head{
max-width: 1246px;
margin: 0 auto;
font-size: 80px;
    font-weight: 400;
    padding-top: 80px;
    padding: 0 3%;
    line-height: 1;
}

.p-contact_lead {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 3%;
  max-width: 1246px;
margin: 24px auto;

}


.p-form {
  font-weight: 400;
  max-width: 1032px;
  padding: 56px 5%;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: 100px;
  background-color: #FFF;
}

.p-form_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}


.p-form_label {
  font-size: 1.5rem;
  width: 32%;
  align-items: flex-end;
  padding-top: 17px;
}

.p-form_input {
  width: 68%;
}

input {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  color: #867F7F;
  padding: 1.2em;
  letter-spacing: 0.075em;
  border: 2px solid #F5F5F5;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

input:focus {
  border-color: #F5F5F5;
  outline: none;
}

.p-form__button-wrap {
  /* width: 68%; */
  margin: 0 0 0 auto;
}

.p-form__link {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  position: relative;
}

.p-form__lin::before {
  content: '';
  width: 72px;
  height: 30px;
  background-color: #000;
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: 13px;
  left: 200px;
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
  padding-top: 5px;
}

.p-form__text {
  text-align: center;
}

.p-form__text a {
  text-decoration: none;
}

.p-form_input_txtarea {
  width: 68%;
}

textarea {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  color: #867F7F;
  padding: 1em;
  letter-spacing: 0.075em;
  border: 2px solid #F5F5F5;
  height: 218px;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

textarea:focus {
  border-color: #A3A1A1;
  outline: none;
}


.p-form__button {
  text-align: center;
  width: 50%;
  border: 1px solid #094F35;
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
  margin-left:25%;
}

.p-form__button a {
  text-decoration: none;
  color: #FFF;
  padding: 32px auto;
}


/*必須 */

.p-form_label span::after {
  content: '必須';
  width: 58px;
  height: 30px;
  background-color: #094F35;
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: 13px;
  left: 200px;
  font-size: 1.2rem;
  text-align: center;
  align-items: center;
  padding-top: 5px;
  border-radius: 6px;
}

/*プライバシー チェックボックス関係 */

.p-form__privacy {
  text-align: center;
}



@media screen and (max-width: 1024px) {
  .p-form_input {
    width: 60%;
  }

  .p-form_input_txtarea {
    width: 60%;
  }

  .p-form__button-wrap {
    width: 60%;
    margin: 0 0 0 auto;
  }

  .p-form_label span::after {
    left: 174px;
  }
}

/* ここからSP */
@media screen and (max-width: 767px) {

  .underpagecontact-head{
    font-size: 5.2rem;
  }

  .under-contact-container {
    margin-top: 32px;
    padding-bottom: 0;
  }

  .contact-under-jatitle {
    font-size: 3.2rem;
  }

  .contact h2 {
    font-size: 1.2rem;
  }

  .p-contact_lead {
    font-size: 1.4rem;
  }

  .p-form_label span::after {
    left: auto;
    right: 0;
  }

  .input {
    font-size: 1.4rem;
  }

  .p-contact_lead br {
    display: none;
  }

  .p-form_block {
    display: block;
    margin-bottom: 32px;
  }

  .p-form_input {
    width: 100%;
  }

  .p-form_label {
    font-size: 14px;
    padding-bottom: 12px;
    width: 37%;
  }

  .p-form_input_txtarea {
    width: 100%;
  }

  .p-form__button-wrap {
    width: 100%;
  }

  .p-form__text {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }

  .p-form__link {
    font-size: 1.4rem;
  }

  .p-form__button {
    padding: 24px;
    width: 231px;
    height: 66px;
    line-height: 1;
    margin: 0 auto;
  }

  .p-form{
    margin-top: 40px;
    padding: 32px 5%;
  }


}

/* 確認画面 */
.input_confirm {
  width: 100%;
  border: none;
  background-color: #f2f2ed;
  color: #000;
  padding: 1em;
  letter-spacing: 0.075em;
  border: 2px solid #f2f2ed;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}

.input_confirm:focus {
  border-color: #A3A1A1;
  outline: none;
}

.p-form_confirm-button-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p-form_button02 {
  width: 48%;
  border: 1px solid #000;
  text-align: center;
  margin-top: 40px;
  padding: 32px;
}

.p-form_button03 {
  width: 48%;
  border: 1px solid #000;
  text-align: center;
  margin-top: 40px;
  padding: 32px;
  background-color: #4B4B4B;
}


.p-form_button02 a {
  text-decoration: none;
  color: #000;
  padding: 32px auto;
  font-size: 1.4rem;
}

.p-form_button03 a {
  text-decoration: none;
  color: #FFF;
  padding: 32px auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-form_button02 {
    padding: 24px;
  }

  .p-form_button03 {
    padding: 24px;
  }
}

@media screen and (max-width: 450px) {
  .p-form_button02 {
    margin-top: 50px;
    padding: 22px;
  }

  .p-form_button03 {
    margin-top: 50px;
    padding: 22px;
  }

  .p-form_button02 a {
    font-size: 1.3rem;
  }

  .p-form_button03 a {
    font-size: 1.3rem;
  }
}

/* 問い合わせ完了 */
.p-form_complete-button {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  padding: 32px;
  background-color: #F2F2ED
}

.p-form_complete-button a {
  text-decoration: none;
  color: #000;
  padding: 32px auto;
}


@media screen and (max-width: 450px) {
  .p-form_complete-button {
    padding: 24px;
    margin-top: 64px;
  }
}

/* 下層ニュース */


/* よくある質問 */

.underpage-head-faq{
  font-size: 80px;
  font-weight: 400;
  max-width: 1246px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 5%;
}


.underpage-head{
  font-size: 80px;
  font-weight: 400;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 3%;
}

.faq-allwrap{
  max-width: 1032px;
  margin: 40px auto;
  padding: 40px 5% 0 5%;
}

.faq-allwrap02{
  max-width: 1032px;
  margin: 40px auto;
  padding: 40px 5% 40px 5%;
}

.faq-allwrap:nth-child(3) {
padding-bottom: 100px;
}


.underpage-faq-blockhead{
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 0 3%;
  margin-bottom: 24px;
  }
  

  .underpage-faq-blockhead::before{
  content: "";
  position: absolute;
  top: 36%;
  left: 0;
    right: 6px;
    width: 13px;
    height: 13px;
  background-color:#31442E;
  border-radius: 50%;
  margin-bottom: 24px;
  }

.faq-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6px 5% 24px 5%;
  background-color: #FFF;
}


.qa-list dl {
  position: relative;
  margin-top: 16px;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border: 1px solid #D1D1D1
}

.qa-list dl:first-child {
  border: 1px solid #D1D1D1
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.qa-list dl dt::before {
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: 'Q.';
  color: #094F35;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: 'A.';
  color: #E25F26;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1.6rem;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.faq-lasttxt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 24px;
}


@media screen and (max-width: 767px) {

  .underpage-head-faq{
    font-size: 5.2rem;
    line-height: 1.3;
  }

/* ★★ */
.underpage-head{
  font-size: 5.2rem;
}

  .faq-title{
    height: 200px;
  }

  .faqtitle-ja{
font-size: 4.8rem;
top: 30%;
  }

  .qa-list dl {
    position: relative;
    padding: 24px 50px 24px 10px;
  }

  .qa-list dl::before {
    top: 31px;
    right: 20px;
    width: 7px;
    height: 7px;
  }

  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 1.5rem;
  }

  .qa-list dl dt::before {
    font-size: 1.5rem;
    top: 3px;
    left: 5px;
    content: 'Q.';
  }

  .qa-list dl dd::before {
    font-size: 1.5rem;
    top: 5px;
    left: 5px;
    content: 'A.';
  }

  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
    font-size: 1.4rem;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  .underpage-faq-blockhead{
font-size: 1.8rem;
padding-left: 20px;
  }

  .underpage-faq-blockhead::before{
    top: 34%;
    left: 0;
    right: 6px;
    width: 10px;
    height: 10px;
  }
  .faq-allwrap{
    margin: auto;
  }
}


  /* ACESS */

  .underpage-accesshead{
    font-size: 80px;
    font-weight: 400;
    max-width: 1246px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 5%;
  }



  .underpage_access-wrapper{
    max-width: 1246px;
    margin: 0 auto;
    padding: 80px 5%;
  }

  .underpage_adress-box{
/* display: flex;
justify-content: flex-start; */
margin-bottom: 100px;
  }

  .underpage-mapgoogle{
    margin-left: 30px;
    margin-top: 56px;
  }

  .underpage-mapgoogle a{
    color: #31442E;
  }


  .underpage_map-box{
    display: flex;
    justify-content: space-between;
    align-items: end;
      }


      .underpage_map-box_img{
padding-right: 5%;
width: 65%;
      }


.exterior{
  padding-left: 5%;
  width: 45%;
}      

.exterior-img{
  display: flex;
  justify-content: space-between;
}

.exterior-name{
font-size: 1.6rem;
line-height: 1;text-align: center;
margin-top: 8px;
}

.exterior-img p img{
  width: 96%;
}

.traffic-block{
max-width: 800px;
padding: 0 5%;
margin: 120px auto;
}

@media screen and (max-width:900px) {
  .traffic-box{
    overflow-x: scroll;
}

}

.traffic-img{
  width: 820px;
}

.exterior-head{
  margin-bottom: 16px;
}

.traffic-box{
  margin-top: 100px;
  margin-left: -50px;
}


.traffic-attention{
  font-size: 1.4rem;
  margin-top: 24px;
}


.nearby-wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 5%;
  column-gap: 16px;
  row-gap: 88px;
  margin-top: 80px;
}

.nearby-box{
  width: 32%;
}

.nearby-name{
  font-size: 2.4rem;
  margin-top: 8px;
  padding-left: 8px;
}

.nearby-adress{
  font-size: 1.8rem;
  margin-top: 8px;
  padding-left: 8px;
}

.nearby-link-btn{
  margin-top: 24px;
  padding-left: 8px;
}

.nearby-link{
font-size: 1.6rem;
letter-spacing: 0.2rem;
border-bottom: 1px solid;
}

.nearby-link-btn{
  margin-top: 24px;
  padding-left: 8px;
}
.underpage-nearbyhead {
  font-size: 80px;
  font-weight: 400;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 5%;
  margin-top: 40px;
  line-height: 1.2;
}

@media screen and (max-width:905px){
  .nearby-box{
    width: 49%;
  }

  .nearby-wrap {
    column-gap: 12px;
}
}


@media screen and (max-width:767px){
  .underpage-accesshead{
    font-size: 5.2rem;
  }

  .underpage_access-wrapper{
    padding: 40px 5%
  }

  .underpage_map-box{
    display: block;
  }

  .underpage_map-box_img{
    padding: 0;
    width: 100%;
  }

  .exterior{
    padding: 0;
    margin-top: 40px;
    width: 100%;
  }

  .underpage_adress-box{
    margin-bottom: 64px;
    display: block;
  }

  .underpage-mapgoogle{
    margin-top: 36px;
  }

  .exterior-head{
    margin-bottom: 8px;
  }

  .exterior-name{
    font-size: 1.3rem;
  }

  .traffic-img{
    width: 700px;
  }
  .traffic-box{
    margin-left: 0;
  }

  .traffic-block{
    padding:0;
    margin-bottom: 80px;
  }
/* 観光情報 */

.underpage-nearbyhead{
  font-size: 5.2rem;
}

.nearby-box{
  width: 48%;
}


.nearby-name {
  font-size: 1.8rem;
  margin-top: 2px;
  padding-left: 8px;
}

.nearby-adress {
  font-size: 1.4rem;
  margin-top: 4px;
  padding-left: 8px;
}

.nearby-link-btn {
  margin-top: 16px;
}

.nearby-wrap {
  row-gap: 40px;
  margin-top: 40px;
}

.nearby-link{
font-size: 1.4rem;
}

}

@media screen and (max-width:480px){
  .traffic-img{
    width: 600px;
  }
}

@media screen and (max-width:460px){
  .nearby-box{
    width: 48%;
  }

  .nearby-wrap {
    column-gap: 1px;
}
}

@media screen and (max-width:442px){
  .underpage-nearbyhead {
    font-size: 4.2rem;
}
}


/* -----------------NEWS------------------- */


.news {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.under-news-container {
  max-width: 1230px;
  margin: 0 auto;
  padding-bottom: 128px;
  padding: 0 3%;
}

.news h2 {
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}

.l-news-container {
  padding: 0;
}


.p-blog_cat {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0 auto;
}

.p-blog_cat-list {
  width: 100px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5;
  border: solid 1px #000;
  padding: 0.8em 1.5em 0.8em 2.5em;
  margin-right: 10px;
  position: relative;
  align-items: flex-end;
}

.p-blog_item {
  list-style: none;
  padding-top: 85px;
  width: 30%
}

.p-blog_inner {
  margin-top: 10px;
  /* display: flex; */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.p-blog_thumb {
  width: 100%;
}

.p-blog_date-tag {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 4px;
}

.p-blog_date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}

.p-blog_tag {
  font-weight: 400;
  border: solid 1px #000;
  padding: 2px 12px;
  font-size: 1.3rem;
}

.p-blog_head {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 4px;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 96px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.5rem;
  color: #000;
  background-color: #F5F5F5;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
}

.wp-pagenavi .extend {
  font-size: 1.6rem;
  font-weight: 400;
}

.wp-pagenavi span.current {
  border: 0px;
  color: #000;
  background-color: #F5F5F5;
  font-weight: 400;
}

.wp-pagenavi a:hover {
  border: 1px solid #131515;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  position: relative;
}

.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}



.underpage-head-info{
  font-size: 8.0rem;
  font-weight: 400;
  padding: 0 3%;
    }



@media screen and (max-width: 767px) {

  .underpage-head-info{
  font-size: 5.2rem;
    }
  }  


@media screen and (max-width: 456px) {

  .underpage-head-info{
  font-size: 4.2rem;
    }
  }  

  @media screen and (max-width: 375px) {

    .underpage-head-info{
    font-size: 3.6rem;
      }
    }  
  






/* NEWS　記事詳細ページ */

.under-newsedit-bg {
  background-color: #F5F5F5;
}

.under-newedit-container {
  border-top: 1px solid #000;
  padding-top: 76px;
}

/* .l-newsedit-container {
  border-top: 1px solid #000;
} */

.under-p-blog_item {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 3%;
  padding-right: 3%;
}

/* タイトル */
.under-p-blog_head {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 16px;
}

.under-p-blog_date {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}


.under-p-blog_date--tag {
  display: flex;
  justify-content: flex-start;
  margin: 24px 0;
  align-items: center;
}

.under-p-blog_tag {
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 2px;
  margin-right: 10px;
  position: relative;
  background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
  color: #FFF;
}


.news-update p {
  font-size: 1.6rem;
  padding-top: 16px;
}

.news-update img {
  padding-top: 16px;
}

.under-p-blog_thumb {
  padding-top: 16px;
}

/* peger */

.pager {
  font-size: 1.4rem;
  text-align: center;
  padding: 150px 0 100px 0;
}

.prev {
  padding: 16px;
  color: #FFF;
}

.next {
  padding: 16px;
  color: #FFF;
}

.back {
  padding: 1%;
  margin-right: 15%;
  margin-left: 15%;
  border-bottom: 0.5px solid #000;
}

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

@media screen and (max-width: 767px) {
  .under-p-blog_head {
    font-size: 2.8rem;
  }

  .news-update p {
    font-size: 1.4rem;
  }

  .under-newedit-container {
    padding-top: 79px;
  }

  .under-p-blog_item {
    padding-top: 32px;
  }

  .pager {
    font-size: 1.4rem;
    text-align: center;
    padding: 100px 0 100px 0;

  }
}

/* _________________ここまでNEWS＿＿＿＿＿＿＿＿ */


/* _________________Privay＿＿＿＿＿＿＿＿ */

/* プライバシーポリシー */
.privacy-under-head {
  max-width: 1230px;
  padding-top: 100px;
  margin: auto;
}

.privacy-title-ja-privacy {
  font-size: 3.7rem;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.3rem;
}

.privacy-title-en-privacy {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  line-height: 1;
  padding-left: 4px;
}

.privacy-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 5%;
  margin-bottom: 100px;
  margin-top: 8px;
}

.p-privacy_lead {
  font-size: 1.5rem
}


.privacy_head {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 36px;
  color: #094F35;
}

.privacy_head span {
  margin-left: 20px;
}

.privacy_block {
  list-style: none;
  margin-top: 56px;
}

.privacy_list li {
  list-style: none;
}

.privacy_block ul {
  margin-top: 24px;
}

.privacy_lead_top {
  font-size: 1.5rem;
  font-weight: 400;
  text-indent: -1.2em;
  padding-left: 1.2em;
  list-style: none;
}


.privacy_lead_bottom {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 24px;
  list-style: none;
  text-indent: -1.2em;
  padding-left: 1.2em
}

.privacy_lead_top_01 {
  font-size: 1.5rem;
  font-weight: 400;
  list-style: none;
}


.privacy_lead_bottom_01 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 24px;
  list-style: none;
}

.privacy_lead_bottom_02 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 24px;
  list-style: none;
  margin-bottom: 24px;
  padding-left: 1.2em;
}

.privacy_lead_bottom_03 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 56px;
  list-style: none;
  margin-bottom: 24px;
}

.colon {
  padding: 0 4px;
  font-weight: 600;
}



@media screen and (max-width: 767px) {

  .p-privacy_lead {
    font-size: 1.4rem;
  }

  .privacy_lead_top_01 {
    font-size: 1.4rem;
  }

  .privacy_lead_bottom_01 {
    font-size: 1.4rem;
  }

  .privacy_lead_bottom {
    font-size: 1.4rem;
  }

  .privacy_lead_bottom_02 {
    font-size: 1.4rem;
  }

  .privacy_lead_top {
    font-size: 1.4rem;
  }

  .privacy_lead_top_02 {
    font-size: 1.4rem;
  }

  .under-head_bg {
    padding-top: 23px;
  }

  .under-head_title-eng-privacy {
    font-size: 7.0rem;
  }

  .privacy-container {
    margin-top: 32px;
  }

  .privacy_head {
    font-size: 2.4rem;
  }
}

/* ______________________＿＿＿＿＿＿＿＿ */


/* PCコンセプトページ →後から追加*/
/*  */
.section-under-concept {
  /* background-color: #000; */
  height: auto;
  /* heigh仮 */
}

.section-under-concept_topimg {
  width: 100%;
  padding-top: 68px;
}

.section-under-concept_tabtopimg {
  display: none;
}

.section-under-concept_sptopimg {
  display: none;
}


.bg-black {
  background-color: #000;
  position: relative;
  z-index: -5;
}

.bg-road {
  background-image: url(../imgs/concept/road.png);
  width: auto;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  position: relative;
  /* z-index: -3; */
  margin-top: -11%;
  background-position: center top;
}

.colorto {
  font-size: 2.0rem;
  font-style: italic;
  font-weight: 700;
  margin-right: 3%;
  color: #FFF;
  text-align: right;
}

/* ブランドコンセプト */

.brand-concept_top {
  width: 80%;
  padding: 0 3%;
  padding-top: 20%;
  margin: 0 auto;
}


.brandconcept-title {
  width: 184px;
}

.brandconcept4img {
  width: 100%;
  position: relative;
  z-index: 1
}

.brandconcept4imgsp {
  display: none;
}

.brandconcept4img::before {
  content: '01';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -259px;
  right: 92px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
}

.brand-concept_bottom {
  background-color: rgba(61, 61, 61, .53);
  margin-right: 20%;
  margin-top: -5%;
}

.brand-concept_bottom-txt {
  width: 80%;
  margin: 0 auto;
  padding: 5% 3% 5% 0;
  margin-left: 17%;
}

.brand-concept_top-head {
  font-size: 4.0rem;
  color: #49A9E3;
  font-style: italic;
  margin-top: 32px;
}

.brand-p {
  color: #FFF;
  font-size: 1.5rem;
}

.brand-p2 {
  color: #FFF;
  font-size: 1.5rem;
  padding-top: 16px;
}

/* ブランドネーム */

.brand-name {
  margin-top: 176px;
}

.brandname-name h2 {
  line-height: 1;
}

.brand-name_top {
  width: 44%;
  position: relative;
  z-index: 3;
}

.brandname-title {
  width: 243px;
}

.brandname_top-head {
  font-size: 4.0rem;
  color: #D7E349;
  font-style: italic;
  line-height: 1;
}


.brandconcept4img::before {
  content: '01';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -259px;
  right: 92px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
}

.brandname_bottom {
  background-color: rgba(100, 105, 100, .51);
  margin-right: 6%;
  margin-top: -5%;
  position: relative;
}

.brandname_bottom-txt {
  margin: 0 auto;
  padding: 3% 3% 4.5% 52%;
  margin-top: -18%;
}

.brand-p3 {
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 24px;
}

.brandname_bottom::before {
  content: '02';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -239px;
  right: 50px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
}

/* 03 */

.design {
  margin-top: 176px;
}

.design_bottom {
  background-color: rgba(61, 61, 61, .53);
  margin-right: 20%;
  margin-top: -5%;
  position: relative;
}

.design_bottom-txt {
  margin: 0 auto;
  padding: 3% 42% 4.5% 8%;
  margin-top: -18%;
}

.design-title {
  width: 152px;
}

.designimg {
  width: 44%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
  margin-right: 5%;
}

.disign_top-sp {
  display: none;
}

.design_top-head {
  font-size: 4.0rem;
  color: #E35B49;
  font-style: italic;
  line-height: 1;
}

.design-p {
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 24px;
}

.design_bottom::before {
  content: '03';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -259px;
  left: 400px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
  z-index: 4;
}

.quality_bottom::before {
  content: '02';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -239px;
  right: 50px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
}


/* Quality */

.quality {
  margin-top: 176px;
}

.quality h2 {
  line-height: 1;
}

.quality-name_top {
  width: 44%;
  position: relative;
  z-index: 3;
}

.brandname-title {
  width: 243px;
}


.quality_bottom::before {
  content: '04';
  color: #FFFFFF;
  display: block;
  position: absolute;
  top: -240px;
  right: 66px;
  font-size: 27.0rem;
  font-style: italic;
  opacity: .4;
  width: 244px;
  height: 200px;
  letter-spacing: -16.5px;
}

.quality_bottom-txt {
  margin: 0 auto;
  padding: 3% 3% 4.5% 52%;
  margin-top: -18%;
}

.qualiry_bottom {
  background-color: rgba(61, 61, 61, .53);
  margin-right: 20%;
  margin-top: -5%;
  position: relative;
}

.quality-title {
  width: 160px;
}

.quality_top-head {
  font-size: 4.0rem;
  color: #61E349;
  font-style: italic;
  line-height: 1;
}

.quality_bottom {
  background-color: rgba(100, 105, 100, .51);
  margin-right: 6%;
  margin-top: -5%;
  position: relative;
}



.inove {
  width: 100%;
  height: 400px;
  background-image: url("../imgs/concept/Innovation.png");
  background-repeat: repeat-x;
  background-size: 2051px 207px;
  animation-name: inove;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

.inove-wrap {
  margin: 200px 0;
}


@keyframes inove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 2051px 0;
  }
}




/* TAB- */
@media screen and (max-width: 1024px) {

  .section-under-concept_topimg {
    display: none;
  }

  .section-under-concept_tabtopimg {
    display: block;
    padding-top: 68px;
  }

  .colorto {
    font-size: 1.8rem;
    padding-top: 80px;
  }

  .design_bottom-txt {
    padding: 5% 5% 4.5% 8%;
  }

  .design_bottom::before {
    left: 240px;
  }

  .inove {
    width: 100%;
    height: 195px;
    background-size: 1025px 104px;
  }

  @keyframes inove {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: 1025px 0;
    }
  }

  .inove-wrap {
    margin: 100px 0;
  }
}


@media screen and (max-width: 767px) {

  /* コンセプト */

  .brandconcept4img {
    display: none;
  }

  .brandconcept4imgsp {
    display: block;
  }

  .brand-concept_top {
    width: 100%;
    padding: 176px 0 0 0;
  }

  .brandconcept-title {
    width: 184px;
    margin-left: 3%;
  }

  .brandconcept4imgsp {
    position: relative;
  }

  .brandconcept4imgsp::before {
    content: '01';
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: -129px;
    right: 0;
    font-size: 18.0rem;
    font-style: italic;
    opacity: .4;
    width: 190px;
    height: 211px;
    letter-spacing: -16.5px;
    line-height: 1;
  }

  .brand-concept_bottom {
    margin-right: 0;
  }

  .brand-concept_bottom-txt {
    margin: 0 auto;
    padding: 5% 3% 10% 3%;
    width: 100%;
  }

  .brand-concept_top-head {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 24px;
  }

  /* brandname */

  .brand-name_top {
    width: 100%;
    padding-left: 3%;
  }

  .brandname_bottom-txt {
    margin-top: 0;
    padding: 7% 3% 10% 3%;
  }

  .brandname_bottom {
    position: relative;
    margin-left: 5%;
    margin-right: 0;
  }

  .brandname-title {
    width: 275px;
  }

  .brandname_top-head {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .brandname_bottom::before {
    display: none;
  }

  .brand-name_top {
    position: relative;
  }

  .brand-name_top::before {
    content: '02';
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: -113px;
    left: 0;
    font-size: 18.0rem;
    font-style: italic;
    opacity: .4;
    width: 244px;
    height: 200px;
    letter-spacing: -16.5px;
    line-height: 1;
  }

  /* design */

  .design {
    margin-top: 210px;
  }

  .disign_top {
    display: none;
  }

  .disign_top-sp {
    display: block;
    margin-right: 3%;
  }

  .design_bottom {
    margin-right: 5%;
    margin-top: -5%;
    position: relative;
  }

  .design_bottom-txt {
    padding: 5% 3% 8% 3%;
  }

  .design_bottom::before {
    top: -69px;
    font-size: 18.0rem;
    width: 190px;
    height: 212px;
    letter-spacing: -3.5px;
    line-height: 1;
    right: 0;
    left: auto;
  }

  .designimg {
    width: 100%;
  }

  /* quality */

  .quality-name_top {
    width: 100%;
    padding-left: 3%;
  }


  .quality_bottom-txt {
    margin-top: 0;
    padding: 7% 3% 10% 3%;
  }

  .quality_bottom::before {
    display: none;
  }

  .quality-name_top::before {
    content: '04';
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: -136px;
    left: 0;
    font-size: 18.0rem;
    font-style: italic;
    opacity: .4;
    width: 190px;
    height: 200px;
    letter-spacing: -16.5px;
    line-height: 1;
  }

  .quality_bottom {
    margin-right: 0;
    margin-left: 5%;
    margin-top: -5%;
  }

  .concept-inove img {
    padding: 100px 0 150px 0;
  }

  .quality-name {
    margin-top: 191px;
  }

  .inove {
    width: 100%;
    height: 195px;
    background-size: 700px 70px;
  }

  @keyframes inove {
    0% {
      background-position: 0 0;
    }

    100% {
      background-position: 700px 0;
    }
  }

  .inove-wrap {
    margin: 80px 0;
  }

}

@media screen and (max-width: 550px) {


  .section-under-concept_tabtopimg {
    display: none;
  }

  .section-under-concept_sptopimg {
    display: block;
    padding-top: 80px;
  }
}

.bg-black {
  background-color: #000;
  position: relative;
  z-index: -5;
}


/* 動き */

.top_concept{
  opacity: 0;
  transition: opacity 0.8s, transform 1.2s;
  transform: translateY(60px);
}

.top_concept.is-shown{
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
}

.section-top_service-facility{
  opacity: 0;
  transition: opacity 0.8s, transform 1.2s;
  transform: translateY(60px);
}
.section-top_service-facility.is-shown{
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
}

.underpage-room_detail-block {
  opacity: 0;
  transition: opacity 0.8s, transform 1.0s;
  transform: translateY(60px);
}
.underpage-room_detail-block.is-shown{
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0px);
}



/* ポップアップ */
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  height: 90vh;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.popup_content p{
  padding: 20px 20px 5px 20px;
  text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color: #31442E;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
  color: #31442E;
  padding: 12px 40px;
  background-color: #FFF;
  border: 1px solid #31442E;
  text-decoration: none;
  position: relative;

}
.open_btn:hover{
 background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
    color:#fff;
    transition: .3s ease;
}

@media screen and (max-width: 767px){
  .popup_content{
    width: 95%;
    height: auto;
  }
}



/* ニュース一覧ページ */

.section-news{
  margin-top: 100px;
}

/*  */


/*ContactForm7*/

table.CF7_table td{
	padding-left:48px;
	padding-bottom: 24px;
  vertical-align: top;
}

table.CF7_table{
	width:100%;
	margin:0 auto;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #000;
}


/*入力欄*/
.CF7_table input, .CF7_table textarea {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #9F9F9F;
	border: none!important;
	background-color: #F7F7F7;
}

.CF7_table ::placeholder {
	color:#797979;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}

.CF7_table th {
    width: 30%;
    height: auto;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	text-align: inherit;
	align-items: inherit;
}

.content-head{
    	align-items: inherit;
}

	.CF7_table th{
	width:30%;
	padding-bottom: 24px;}

/*「必須」文字*/
.CF7_req{
  width: 52px;
  height: 30px;
  background-color: #094F35;;
  border-radius: 6px;
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  padding-top: 2px;
  margin-left: 12px
}




/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:100%;
	padding-bottom: 16px;
	padding-top: 20px;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	}

}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	}
	
		table.CF7_table td{
	    padding-left:0;
	    padding-bottom:0;
	    margin-bottom:24px;
	}
	
		table.CF7_table th{
		    padding-bottom:0;
		    display: flex;
	}
	.CF7_req{
        width: 54px;
        height: 27px;
        font-size: 11px;
        margin-left: 10px;
    }
	
	.CF7_req::before{
  width: 54px;
  height: 27px;
  top:6px;
  right: 8px;
  font-size: 11px;
}

table.CF7_table{
    font-size:16px;
}

.wpcf7 input:not([type=submit]){
    font-size:16px;
}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit{
  background: linear-gradient(180deg, rgba(9,79,53,1) 0%, rgba(46,105,83,1) 100%);
	border:0;
	 font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	color:#fff;
	font-size:18px;
	margin:0 auto;
	border-radius: 8px;
    align-items: center;
    margin-top: 16px;
    padding:20px 60px;
}


.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


table, td, th {
    border:none!important;
    text-decoration: none;
}

.privacy-area{
  display: flex;
   font-family: 'Zen Kaku Gothic New', sans-serif;
    justify-content: center;
    font-weight: 700;
    color: #000;
}

.privacy-txt{
    padding-left: 8px;
    font-size: 14px;
}

.ast-single-post .entry-content a{
    color: #000;
    border-bottom: solid 1px #000;
}

.wpcf7 form .wpcf7-response-output{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    color: #EE5A00;
}

.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #FFF;
}

.CF7_table input, .CF7_table textarea {
    color: #000;
}


/*チェックボックス*/

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
  /*color: #EB4A00;*/
  cursor: pointer;
  font-size: 15px;
  margin-right: 20px;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1.5px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 8px;
    border-left: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    transform: rotate(-45deg);
}

.wpcf7 input[type="text"].wpcf7-free-text {
    min-width: 100%;
    width: 300px;
}



.scroll-info{
text-align: end;
    font-size: 1.3rem;
    margin-top: 16px;
}

.scroll-info-access{
display: none;
}

@media screen and (max-width: 768px){
  .scroll-info-access{
display: block;
text-align: end;
    font-size: 1.3rem;
    margin-top: 16px;
}
}

/* Thanks page */
.thanks-message{
  padding: 0 5%;
  max-width: 1246px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.thanks-message-head{
  font-size: 1.8rem;
  margin-top: 24px;
}

.thanks-message-p{
font-size: 1.6rem;
margin-top: 8px;
}

@media screen and (max-width: 768px){
  .thanks-message-head{
    font-size: 1.8rem;
    margin-top: 24px;
  }
  
  .thanks-message-p{
  font-size: 1.4rem;
  margin-top: 8px;
  }

}