@charset "utf-8";
/* nav-tab */
#nav-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#nav-tab a {
  display: block;
  width: 12%;
  border: 1px solid #2f7341;
  font-size: 14px;
  text-align: center;
  line-height: 1.15;
  height: 60px;
  align-content: center;
  transition: all 0.3s;
  cursor: pointer;
  color: #2f7341;
}

#nav-tab a:hover,
#nav-tab a.active {
  background: #2f7341;
  color: #fff;
}

@media (max-width:1000px) {
  #nav-tab {
    margin: 0 0 30px;
  }

  #nav-tab a {
    width: 49.5%;
    margin-bottom: 1%;
    font-size: 12px;
    height: 50px;
  }
}

/* contents */
.tab-content {
  display: none;
}

.tab-content .titEnJp .jp {
  font-size: 2.5rem;
}

.tab-content .titEnJp .jp span {
  font-size: 60%;
}

.contents .titEnJp.long {
  margin: 0 0 50px;
}

.contents .txt-justify {
  text-align: justify;
}

.contents .m-cap {
  font-size: 1rem;
}

.contents .s-tit {
  font-size: 18px;
  color: #2f7341;
  line-height: 1.33;
}

/* box-item */
.box-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}

.box-item .item-2col {
  width: 48.7%;
}

.box-item .item-col {
  width: 23%;
}

.box-item .s-tit {
  margin: 12px 0 5px;
}

.box-item .s-txt {
  font-size: 1.5rem;
  text-align: justify;
}

.box-item .cap {
  font-size: 10px;
}

.box-item .photo .cap {
  bottom: 5px;
  right: 5px;
}

.box-item .photo .m-cap {
  bottom: 5px;
  right: 5px;
}

.box-item .s-tit sup {
  font-size: 65%;
}

.box-item .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
}

.box-item .item-col2 {
  width: 48%;
}

@media (min-width:768px) and (max-width:1000px) {
  .col-wfull {
    width: 100%;
    height: 100%;
  }

  .col-wfull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .box-item .s-tit br {
    display: none;
  }
}


@media (max-width:767px) {
  .tab-content .titEnJp .jp {
    font-size: min(4vw, 2.5rem);
    line-height: 1.5;
  }

  .box-item {
    row-gap: 20px;
  }

  .box-item .item-2col {
    width: 100%;
  }

  .box-item .item-2col img {
    width: 100%;
  }

  .box-item .item-col {
    width: 48%;
  }

  .box-item .item-col img {
    width: 100%;
  }

  .contents .s-tit {
    font-size: 16px;
    margin: 8px 0 5px;
  }

  .box-item .cap {
    font-size: 8px;
  }

  .contents .titEnJp.long {
    margin: 0 0 30px;
  }

  .box-item .s-txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}


#tab-01 {
  display: block;
}

#tab-01 .box-item.box02 .box-right .s-tit {
  margin-top: 0;
}

#tab-01 .box02 {
  background: #e6e9e3;
  padding: 30px;
  margin: 25px 0 0;
}

#tab-01 .box02 .box-left {
  width: 31.9149%;
}

#tab-01 .box02 .box-left .inner {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 0;
}

#tab-01 .box02 .box-left .inner .photo {
  width: 48.5%;
}

#tab-01 .box02 .box-right {
  width: 63%;
}

#tab-01 .box02 .box-right .photo.abs {
  width: 49.62962962962963%;
  position: absolute;
  right: -15%;
  top: 50%;
  overflow: visible;
}

#tab-01 .box02 .box-right .photo.abs .photo__capOutLeft {
  position: absolute;
  bottom: 0;
  left: -30%;
}

#tab-01 .box02 .box-right .row1 .col-left {
  position: relative;
  z-index: 2;
  width: 45.7627%;
}

#tab-01 .box02 .box-right .row1 .col-right {
  position: relative;
  z-index: 1;
  width: 50.9%;
  overflow: visible;
}

#tab-01 .box02 .box-right .row1 .col-right .photo.abs {
  left: -38%;
  bottom: 0;
  z-index: 2;
}

#tab-01 .box02 .box-right .row2 {
  margin: 35px 0 14px;
}

#tab-01 .box02 .box-right .row2 .col-left {
  position: relative;
  z-index: 2;
  width: 50.85%;
  height: fit-content;
  overflow: visible;
}

#tab-01 .box02 .box-right .row2 .col-left .abs {
  position: absolute;
  right: -4%;
  top: -4%;
  width: 30%;
}

#tab-01 .box02 .box-right .row2 .col-right {
  position: relative;
  z-index: 1;
  width: 44.7627%;
}

#tab-01 .box02 .box-right .row1 {
  align-items: flex-start;
}

@media (min-width:768px) {
  #tab-01 .col-wfull {
    width: 100%;
    height: 100%;
  }

  #tab-01 .col-wfull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  #tab-01 .box02 .box-right .row1 .col-left .s-txt {
    text-align: unset;
  }

  #tab-01 .box02 .box-right .row1 .col-left .s-txt span {
    display: block;
    padding-right: 40%;
  }
}


@media (max-width:1100px) {
  #tab-01 .box02 .box-right .row1 .col-right .photo.abs {
    top: auto;
    bottom: -10%;
  }
}

@media (max-width:860px) {  

  #tab-01 .box02 .box-right .photo.abs {
    top: 45%;
  }

  #tab-01 .box02 .box-right .photo.abs .photo__capOutLeft {
    bottom: -10px;
    right: 0;
    left: unset;
  }

  #tab-01 .box02 .box-right .row1 .col-right .photo.abs {
    left: -30%;
    bottom: -49%;
  }

  #tab-01 .box02 .box-right .row1 .col-left .s-txt span {
    padding-right: 33%;
  }

}

@media (max-width:767px) {
  #tab-01 .box02 {
    padding: 10px 20px 20px;
  }

  #tab-01 .box02 .box-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3.5vw;
    width: 100%;
  }

  #tab-01 .box02 .box-left .photo {
    width: fit-content;
    margin-top: 14px;
    margin: 0 auto;
  }

  #tab-01 .box02 .box-left .order-2 {
    order: 2;
  }

  #tab-01 .box02 .box-left .inner {
    justify-content: center;
    gap: 3.5vw;
    max-width: 300px;
    width: 100%;
    margin: 14px auto 0;
  }

  #tab-01 .box02 .box-left .inner .photo {
    width: fit-content;
    margin-top: 0;
  }

  #tab-01 .box02 .box-right .row1 .col-left .s-txt span {
    padding-right: 0;
    display: inline;
  }

  #tab-01 .box02 .box-right {
    width: 100%;
  }

  #tab-01 .box02 .box-right .photo.abs {
    top: auto;
    bottom: 0;
    left: 57%;
    width: fit-content;
    height: fit-content;
  }

  #tab-01 .box02 .box-right .photo.abs .photo__capOutLeft {
    bottom: 20%;
    left: -25%;
  }

  #tab-01 .box02 .box-right .row1 {
    justify-content: center;
  }

  #tab-01 .box02 .box-right .row1 .col-left {
    width: 100%;
  }

  #tab-01 .box02 .box-right .row1 .col-right {
    width: fit-content;
  }

  #tab-01 .box02 .box-right .row1 .col-right .photo {
    margin-bottom: 80px;
  }

  #tab-01 .box02 .box-right .row1 .col-right .photo.abs {
    left: -4%;
    bottom: 1%;
    margin-bottom: 0;
  }

  #tab-01 .box02 .box-right .photo.abs .photo__capOutLeft {
    left: auto;
    right: -5%;
    bottom: 0;
  }

  #tab-01 .box02 .box-right .row2 {
    margin: 14px 0 14px;
    justify-content: center;
  }

  #tab-01 .box02 .box-right .row2 .col-left {
    width: fit-content;
  }

  #tab-01 .box02 .box-right .row2 .col-right {
    width: fit-content;
    order: -1;
  }

}


/* #tab-02 */
@media (min-width:768px) {
  #tab-02 .col-wfull {
    width: 100%;
    height: 100%;
  }

  #tab-02 .col-wfull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* #tab-03  */
@media (min-width:768px) {
  #tab-03 .col-wfull {
    width: 100%;
    height: 100%;
  }

  #tab-03 .col-wfull img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* #tab-05  */
#tab-05 .box-com {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  flex-wrap: wrap;
}

#tab-05 .box-com .box-com-left {
  width: 33.7%;
}

#tab-05 .box-com .box-com-right {
  width: 64.4%;
}

#tab-05 .box-com .box-com-left .s-tit {
  width: 150%;
  margin-bottom: 13px;
}

#tab-05 .box-com .box-com-right .photo figcaption {
  position: absolute;
  font-size: 10px;
  top: 47%;
  left: 27%;
}

#tab-05 .s-txt {
  font-size: 1.5rem;
  text-align: justify;
}

#tab-05 .cap {
  font-size: 10px;
}

#tab-05 .cap.capOut {
  margin-top: 5px;
}

#tab-05 .wifi {
  margin-top: -4rem;
}

#tab-05 .wifi .photoRight {
  text-align: right;
  margin-bottom: 10px;
}

#tab-05 .wifi .photoRight img {
  width: 120px;
}

@media (max-width: 1000px) {
  #tab-05 .wifi {
    margin-top: 2rem;
  }
}

@media (max-width:767px) {
  #tab-05 .box-com .box-com-left .s-tit {
    width: unset;
  }

  #tab-05 .box-com {
    margin-top: 20px;
  }

  #tab-05 .box-com .box-com-left {
    width: 100%;
  }

  #tab-05 .cap {
    font-size: 8px;
  }

  #tab-05 .box-com .box-com-right {
    width: 100%;
    margin-top: 20px;
  }

  #tab-05 .box-com .box-com-right .photo figcaption {
    font-size: 8px;
  }

  #tab-05 .wifi {
    margin-top: 2rem;
  }

  #tab-05 .wifi .photo.sp {
    position: relative;
  }

  #tab-05 .wifi .photo.sp figcaption {
    position: absolute;
    top: 43%;
    left: 22%;
  }

}

/* #tab-06  */
#tab-06 .box01 {
  background: #f5f3ec;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

#tab-06 .box01 .box-left {
  width: 35%;
}

#tab-06 .box01 .box-right {
  width: 60%;
}

#tab-06 .box01 .box-left p {
  font-size: 1.5rem;
}

#tab-06 .box01 .s-tit {
  margin: 0 0 15px;
}

#tab-06 .box01 .s-tit.long {
  margin: 0 0 20px;
}

#tab-06 .box01 .box-left .photo {
  margin: 30px 0 0;
  text-align: center;
}

#tab-06 .box01 .box-right ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#tab-06 .box01 .box-right ul li:not(:last-child) {
  margin: 0 0 15px;
}

#tab-06 .box01 .box-right ul li .photo {
  width: 55px;
}

#tab-06 .box01 .box-right ul li .txt {
  width: calc(100% - 70px);
}

#tab-06 .box01 .box-right ul li .txt .txt-tit {
  color: #0f68ad;
  font-size: 15px;
  margin: 0 0 3px;
}

#tab-06 .box01 .box-right ul li .txt p {
  font-size: 13px;
  line-height: 1.5;
}

#tab-06 .box-item .item-2col .col-content {
  background: #f5f3ec;
  padding: 30px 30px 10px;
}

#tab-06 .box-item .item-2col .col-content .s-tit {
  margin: 0 0 20px;
}

#tab-06 .box-item .item-2col .cap {
  margin: 5px 0 0;
}

#tab-06 .box-item .item-2col .col-content figcaption {
  margin-top: 10px;
}

@media (max-width:767px) {
  #tab-06 .box01 {
    padding: 20px;
  }

  #tab-06 .box01 .box-left {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #tab-06 .box01 .box-left .photo {
    width: 85px;
    margin: 0;
  }

  #tab-06 .box01 .box-left h5 {
    width: 100%;
  }

  #tab-06 .box01 .box-left p {
    width: calc(100% - 100px);
  }

  #tab-06 .box01 .box-right {
    width: 100%;
  }

  #tab-06 .box01 .box-right ul li .photo {
    margin-top: 8%;
  }

  #tab-06 .box-item .item-2col {
    width: 100%;
  }

  #tab-06 .box-item .item-2col .col-content {
    padding: 20px;
  }

  #tab-06 .box-item .item-2col .photo {
    width: fit-content;
    margin: 0 auto;
  }
}

#tab-07 .mDesc {
  margin: 0 0 70px;
}

#tab-07 .cap {
  font-size: 10px;
  margin: 5px;
}

@media (max-width:767px) {
  #tab-07 .mDesc {
    margin: 0 0 30px;
  }

  #tab-07 .cap {
    font-size: 8px;
    margin: 5px;
  }

  #tab-07 .photo {
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  #tab-07 .photo img {
    max-width: unset;
    width: 1000px;
  }

  #tab-07 .swipe {
    text-align: center;
    margin: 15px auto;
  }

  #tab-07 .swipe span {
    background: linear-gradient(to right, #7d181d, #7d181d);
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
  }

  #tab-07 .swipe img {
    margin-left: 1rem;
  }
}