/* common */
p {
  font-size: 15px;
}

img {
  max-width: 100%;
}

li a:hover {
  text-decoration: underline;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

/* header */

header {
  position: relative;
  margin-bottom: 30%;
  overflow: hidden;
}

#header h1 span {
  position: absolute;
  top: 3%;
  left: 10%;
  font-size: 12px;
  font-family: "YuGothic";
  color: rgb(255, 255, 255);
  z-index: 99999;
}

#header h1 img {
  position: absolute;
  top: 6%;
  left: 46%;
}

#header p {
  position: absolute;
  bottom: 21%;
  left: 10%;
  font-size: 120px;
  color: rgb(255, 255, 255);
  line-height: 1.167;
  text-align: left;
}

header small {
  position: absolute;
  top: 30%;
  right: 3%;
  font-size: 14px;
  font-family: "YuMincho";
  color: rgb(24, 24, 24);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.header-img {
  max-width: 93%;
}

/* nav */

#nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  height: 100%;
  background: #fff;
  transition: 0.7s;
  z-index: 10;
}

#nav ul {
  padding-top: 80px;
}

#nav ul li {
  list-style-type: none;
  font-family: "Barlow";
}

#nav a {
  display: block;
  color: #000;
  margin: 0 15px;
  padding: 10px 0;
  transition: 0.5s;
}

#nav ul li strong {
  font-family: "YuGothic";
  font-size: 17px;
}

#nav ul li span {
  list-style-type: none;
  font-family: "Barlow";
  font-size: 10px;
  color: rgb(37, 186, 235);
  padding-left: 10px;
}

#nav li a:hover {
  color: #000;
  background: #fff;
  border-bottom: none;
}

#nav-toggle {
  display: block;
  position: fixed;
  top: 2%;
  right: 1.5%;
  width: 50px;
  height: 40px;
  cursor: pointer;
  transition: 1s;
  z-index: 10;
  background: #fff;
}

.inner_line {
  display: block;
  position: absolute;
  right: 20%;
  width: 30px;
  height: 1px;
  background-color: #000;
  transition: 1s;
  border-radius: 4px;
}

#line1 {
  top: 9px;
}

#line2 {
  top: 19px;
}

#line3 {
  top: 30px;
}

.in {
  transform: translateX(-100%);
}

.line_1,
.line_2,
.line_3 {
  background: #000;
}

.line_1 {
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}

.line_2 {
  opacity: 0;
}

.line_3 {
  transform: translateY(-10px) rotate(45deg);
  bottom: 0;
}

/* message */

#message {
  position: relative;
}

#message h2 {
  font-size: 200px;
  font-family: "Antro Vectra";
  color: rgb(24, 24, 24);
  /* line-height: 0.3; */
  line-height: 1.8;
  position: absolute;
  top: -285px;
  right: 350px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 770px;
  height: 300px;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message__content iframe {
  width: 60%;
  height: auto;
  height: 540px;
}

.message__wrap {
  position: relative;
  width: 40%;
}

.message__wrap h3 {
  position: absolute;
  top: -150px;
  right: 40%;
  font-size: 24px;
  font-family: "YuMincho";
  line-height: 2.5;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.message__wrap p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 419px;
  height: 150px;
  font-family: "YuGothic";
  line-height: 2;
}

.center__message {
  font-size: 30px;
  font-family: "YuMincho";
  line-height: 2;
  text-align: center;
  margin: 10% auto;
}

/* mountainVilla */

#mountainVilla,
#environment {
  padding-bottom: 5%;
}

#mountainVilla h2,
#environment h2,
#reservation h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 120px;
  font-family: "Bellefair", serif;
  line-height: 1;
  margin-left: 10%;
  margin-bottom: 15px;
}
#environment h2 {
  font-size: 65px;
  margin-left: 7%;
}

@media screen and (max-width: 1040px) {
  #mountainVilla h2,
  #environment h2,
  #reservation h2 {
    margin-left: 0%;
  }
  #mountainVilla h2,
  #environment h2,
  #reservation h2 {
    font-size: 80px;
  }
}

#mountainVilla h2 span,
#environment h2 span,
#reservation h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  font-size: 24px;
  font-family: "YuMincho";
  line-height: 2.5;
}
#environment h2 span {
  width: 415px;
}

#mountainVilla h2 span::before,
#environment h2 span::before,
#reservation h2 span::before {
  content: "";
  border-top: 1px solid;
  width: 8em;
  margin: 0 5%;
}

#environment h3 {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 16px;
  font-family: "YuMincho";
  writing-mode: vertical-rl;
  line-height: 3.75;
}

#environment img:hover {
  opacity: 0.7;
}

/* mountainVilla__wrap */

.mountainVilla__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mountainVilla__content img {
  width: 65%;
  height: auto;
  order: 2;
}

.mountainVilla__wrap {
  order: 1;
  width: 290px;
  margin: auto;
}

.info {
  font-family: "YuGothic";
  line-height: 2;
}

.more__btn {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 18px;
  font-family: "YuMincho";
  line-height: 5.5;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(245, 244, 238);
}

.more__btn:hover {
  text-decoration: underline;
}

.more__btn::before {
  position: absolute;
  top: 50%;
  right: -40%;
  content: "";
  width: 60px;
  height: 1px;
  font-size: 1px;
  background: #000;
}

.more__btn::after {
  content: "";
  position: absolute;
  top: 45%;
  right: -40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 15px;
  border-color: transparent transparent transparent #000;
}

/* seaVilla */

#seaVilla {
  margin-bottom: 10%;
}

#seaVilla h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 120px;
  font-family: "Bellefair", serif;
  line-height: 1;
  margin-right: 10%;
  margin-bottom: 15px;
}

#seaVilla h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 350px;
  font-size: 24px;
  font-family: "YuMincho";
  line-height: 2.5;
}

#seaVilla h2 span::before {
  content: "";
  border-top: 1px solid;
  width: 8em;
  margin: 0 5%;
}

.seaVilla__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seaVilla__content img {
  width: 65%;
  height: auto;
}

.seaVilla__wrap {
  width: 290px;
  margin: auto;
}

/* summary */
.summary {
  text-align: center;
  margin: 5% auto;
  font-size: 15px;
  font-family: "YuGothic";
  line-height: 2;
}

/* news */
#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto auto 10%;
}

#news h2 {
  font-size: 120px;
  font-family: "Bellefair", serif;
  line-height: 1;
  writing-mode: vertical-rl;
  margin: auto 0;
}

#news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news___content {
  width: 75%;
  margin: auto;
}

#news article {
  position: relative;
  width: 90%;
  margin: 3% auto;
  padding-bottom: 2%;
  border-bottom: 1px solid;
}

#news article:first-of-type {
  margin-left: 0;
}

#news article:nth-child(2) {
  margin-left: 8.5%;
}

#news article:nth-child(3) {
  margin-left: 17%;
}

#news article::before {
  position: absolute;
  top: 40%;
  right: 0;
  content: "";
  width: 60px;
  height: 1px;
  font-size: 1px;
  background: #000;
}

#news article::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 15px;
  border-color: transparent transparent transparent #000;
}

.news__text {
  line-height: 2.5;
  margin: auto auto auto 5%;
}

.news__text:hover {
  opacity: 0.7;
}

.news__date {
  font-size: 14px;
  font-family: "YuMincho";
  color: rgb(126, 126, 126);
}

.news__title {
  font-size: 18px;
}

/* reservation */

#reservation {
  display: table;
  width: 100%;
  height: 570px;
  color: rgb(255, 255, 255);
  background-image: url("../img/reservationbg.jpg");
}

.reservation__container {
  display: table-cell;
  vertical-align: middle;
}

#reservation h2 > span {
  width: 43%;
  height: 150px;
}

#reservation p {
  font-family: "YuGothic";
  line-height: 2;
}

.reservation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto auto auto 5%;
}

#reservation .tel {
  font-size: 36px;
  font-family: "Bellefair", serif;
  text-align: center;
  line-height: 1.667;
}

#reservation button {
  width: 300px;
  height: 50px;
  font-size: 18px;
  font-family: "YuMincho";
  text-align: center;
  line-height: 2.222;
  border: 1px solid;
  margin-top: 10px;
}

#reservation button:hover {
  opacity: 0.7;
}

/* aside */

aside {
  width: 90%;
  margin: 7% auto;
  text-align: center;
}

address {
  font-family: "YuGothic";
  line-height: 2;
  margin: 2% auto;
}

.sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 250px;
  margin: auto;
}

/* footer */
footer {
  text-align: center;
  background-color: rgb(245, 244, 238);
}

footer menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  height: auto;
  margin: auto;
  padding: 3% 0 2%;
  font-size: 15px;
  font-family: "YuGothic";
  line-height: 2;
}

menu {
  padding: 0;
}

.f__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 700px;
  margin: auto;
}

footer small {
  font-size: 12px;
  font-family: "YuGothic";
  line-height: 10;
}

#backToTop {
  display: block;
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(43, 93, 140);
  z-index: 5;
}

#backToTop::after {
  content: "";
  background-image: url("../img/backToTop.png");
  position: absolute;
  top: 30%;
  left: 33%;
  width: 21px;
  height: 20px;
  z-index: 6;
}

/* Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a {
  display: block;
}
.swiper-slide img {
  opacity: 1 !important;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 60px !important;
  height: 60px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  top: 55%;
  left: 33%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  top: 55%;
  right: 33%;
}

.swiper-button-prev::before,
.swiper-container-rtl .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: -50%;
  content: "";
  width: 60px;
  height: 1px;
  font-size: 1px;
  background: #000;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 41%;
  left: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 15px 0 0px;
  border-color: transparent #000 transparent;
  background: none;
}

.swiper-button-next::before,
.swiper-container-rtl .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  right: -50%;
  content: "";
  width: 60px;
  height: 1px;
  font-size: 1px;
  background: #000;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 41%;
  right: -50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 15px;
  border-color: transparent transparent transparent #000;
  background: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  /* opacity: 0.7; */
}

.swiper-slide:first-child {
  /* opacity: 0.5; */
}

.swiper-slide-next,
.swiper-slide-next + article {
  /* opacity: 0.5; */
}

.swiper-slide-prev,
.swiper-slide-duplicate {
  /* opacity: 0.5; */
}
@media screen and (max-width: 1700px) {
  #environment h3 {
    right: -10px;
  }
}

@media screen and (max-width: 1570px) {
  #environment h3 {
    right: -43px;
  }
}
@media screen and (max-width: 1040px) {
  #mountainVilla h2 span,
  #environment h2 span,
  #reservation h2 span {
    font-size: 20px;
  }
  #reservation h2 > span {
    font-size: 20px;
    width: 53%;
    height: 115px;
  }
}

@media screen and (max-width: 767px) {
  header {
    margin-bottom: 25%;
  }

  p {
    font-size: 13px;
  }

  #header h1 span {
    position: absolute;
    top: 4%;
    left: 1%;
    font-size: 5px;
  }

  #header h1 img {
    top: 2%;
    left: 45%;
    max-width: 10%;
  }

  #header p {
    font-size: 30px;
    bottom: 15%;
  }

  #nav {
    right: -400px;
    width: 50%;
  }

  #nav-toggle {
    top: 1%;
    right: 1.5%;
    width: 17px;
    height: 15px;
    background-color: transparent;
  }

  .in {
    transform: translateX(-400px);
  }

  #nav ul {
    padding-top: 13%;
  }

  #nav ul li {
    font-size: 14px;
  }

  #nav ul li strong {
    font-size: 13px;
  }

  #nav ul li span {
    font-size: 7px;
  }

  #nav a {
    padding: 8px 0;
    margin: 0 0 0 13px;
  }

  .inner_line {
    right: 1.5%;
    width: 17px;
  }

  #line1 {
    top: 0px;
  }

  #line2 {
    top: 7px;
  }

  #line3 {
    top: 15px;
  }

  .line_1 {
    transform: translateY(7px) rotate(-45deg);
  }

  .line_3 {
    transform: translateY(-7px) rotate(45deg);
  }

  header small {
    font-size: 3px;
    top: 15%;
    right: 1.3%;
  }

  /* message */
  #message h2 {
    top: -70px;
    right: 100px;
    width: 190px;
    height: 23%;
    font-size: 50px;
  }

  .message__content {
    display: block;
    text-align: center;
  }

  .message__content iframe {
    width: 94%;
    height: 260px;
    margin: 0 auto;
  }

  .message__wrap {
    width: 100%;
  }

  .message__wrap h3 {
    position: initial;
    width: 90%;
    font-size: 20px;
    line-height: 2;
    writing-mode: initial;
    margin: 5% auto 5%;
  }

  .message__wrap p {
    position: inherit;
    width: 90%;
    height: auto;
    line-height: normal;
  }

  .center__message {
    font-size: 15px;
  }

  #mountainVilla h2,
  #environment h2,
  #seaVilla h2,
  #reservation h2 {
    font-size: 35px;
    margin: auto auto 15px 0px;
  }
  #environment h2 {
    font-size: 30px;
  }

  #mountainVilla h2 span {
    width: 75%;
    height: auto;
    font-size: 13px;
  }
  #seaVilla h2 span {
    width: 60%;
    height: auto;
    font-size: 13px;
  }
  #environment h2 span {
    font-size: 13px;
    width: 80%;
  }

  #mountainVilla h2 span::before,
  #environment h2 span::before,
  #reservation h2 span::before {
    width: 5em;
  }

  #environment h3 {
    height: auto;
    font-size: 9px;
    line-height: 3;
    writing-mode: unset;
    top: 100%;
  }
  .swiper-slide {
    margin-bottom: 30px;
  }

  /* mountainVilla */

  #mountainVilla,
  #environment {
    padding-bottom: 10%;
  }

  .mountainVilla__content,
  .seaVilla__content {
    display: block;
  }

  .mountainVilla__content img {
    display: block;
    width: 90%;
    margin-left: auto;
  }

  .info {
    margin: 5% auto;
    line-height: normal;
  }

  .more__btn {
    width: 70px;
    height: 70px;
    font-size: 13px;
    line-height: 5.5;
  }

  .more__btn::before {
    width: 40px;
  }

  .more__btn::after {
    top: 45.5%;
    border-width: 3px 0 0 10px;
  }

  .seaVilla__content img {
    display: block;
    width: 90%;
    margin-right: auto;
  }

  /* summary */

  .summary {
    width: 90%;
    margin: 10% auto;
    font-size: 13px;
    line-height: normal;
  }

  /* news */

  #news {
    display: block;
  }

  #news h2 {
    font-size: 40px;
    writing-mode: initial;
  }

  .news___content {
    width: 100%;
  }

  #news article:first-of-type,
  #news article:nth-child(2),
  #news article:nth-child(3) {
    width: 100%;
    margin: 3% auto;
  }

  #news article::before {
    top: 80%;
    right: 5%;
    width: 40px;
  }

  #news article::after {
    top: 74.2%;
    right: 5%;
  }

  .news__date {
    font-size: 11px;
  }

  .news__title {
    font-size: 14px;
  }

  /* reservation */

  #reservation h2 span {
    width: 58%;
    height: auto;
    font-size: 13px;
  }

  .reservation__content {
    display: block;
    width: 90%;
    margin: auto;
  }

  .reservation__wrap .tel {
    font-size: 25px;
    margin: 8% auto;
  }
  .reservation__wrap p {
    text-align: center;
    margin-right: 0 !important;
  }
  #reservation button {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }

  /* aside */

  .a_logo {
    max-width: 10%;
  }

  /* footer */

  footer menu ul,
  .f__button {
    display: block;
    width: 100%;
  }

  .f__button a:first-of-type {
    display: block;
    margin-bottom: 7%;
  }

  /* Swiper */
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    top: 55%;
    left: 30%;
    display: none;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    top: 55%;
    right: 30%;
    display: none;
  }

  .swiper-button-next::before,
  .swiper-container-rtl .swiper-button-prev::before {
    right: -70%;
    width: 40px;
  }

  .swiper-button-prev::before,
  .swiper-container-rtl .swiper-button-next::before {
    left: -70%;
    width: 40px;
  }

  .swiper-button-next::after,
  .swiper-container-rtl .swiper-button-prev::after {
    top: 42.5%;
    right: -70%;
    border-width: 3px 0 0 10px;
  }

  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next::after {
    top: 43%;
    left: -70%;
    border-width: 3px 10px 0 0;
  }
}

/*=============================
	Sub(Lower)Page setting
===============================*/
#wrap-content.subcontents {
}

/* bread_crumb
-----------------------*/

#wrap-content.subcontents .bread_crumb-list {
  padding: 8px 0 8px;
}
#wrap-content.subcontents .bread_crumb {
  text-align: left;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 10px;
}
#wrap-content.subcontents .bread_crumb li {
  float: left;
}
#wrap-content.subcontents .bread_crumb li a {
  text-decoration: underline;
}
#wrap-content.subcontents .bread_crumb li::after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}
#wrap-content.subcontents .bread_crumb li:last-child:after {
  content: "";
}

/* defTable /
-------------------------*/
#wrap-content.subcontents .defTable01 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3rem;
}
#wrap-content.subcontents .defTable01 tr:first-child th,
#wrap-content.subcontents .defTable01 tr:first-child td {
  border-top: 1px solid #b0c4de;
}
#wrap-content.subcontents .defTable01 tr:last-child th {
  border-bottom: 1px solid #b0c4de;
}
#wrap-content.subcontents .defTable01 th {
  width: 24%;
  color: #fff;
  background: #b0c4de;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding: 0 2%;
}
#wrap-content.subcontents .defTable01 td {
  padding: 24px;
  border-bottom: 1px solid #b0c4de;
  border-right: 1px solid #b0c4de;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #wrap-content.subcontents .defTable01 th {
    width: 100%;
    display: block;
    border: none;
    text-align: left;
    padding: 18px 20px;
  }
  #wrap-content.subcontents .defTable01 td {
    display: block;
    border: 1px solid #b0c4de;
  }
}

/* defTable02 /
-------------------------*/

.defTable02 {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #001116;
  margin-top: 20px;
}
.defTable02 tr th,
.defTable02 tr td {
  border-top: 1px solid #001116;
  border-bottom: 1px solid #001116;
  padding: 24px 16px;
  text-align: center;
  font-size: 16px;
}
.defTable02 thead tr th {
  background: rgb(245, 244, 238);
}
.defTable02 th:not(:last-child),
.defTable02 td:not(:last-child) {
  border-right: 1px solid #001116;
}
.defTable02 tr td.td02 {
  padding-top: 2%;
}
.defTable02 tr {
  border-right: 1px solid #001116;
  border-left: 1px solid #001116;
}

/* submainbox
-----------------------*/

.submainbox-wrap {
  height: 300px;
  background: url(../img/header.png) no-repeat left center;
  background-size: cover;
  max-width: 100%;
  /* margin: 0 auto; */
  position: relative;
  max-width: 93%;
}
.submainbox-wrap h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  font-size: 45px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: 1px 2px 3px #1d1d1d;
}
.submainbox-wrap h2:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.submainbox-wrap h2:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.submainbox-wrap h2 span {
  position: relative;
  display: block;
}

/* common
-----------------------*/

header.low {
  margin-bottom: 0;
}
/* #wrap-content.subcontents{
    padding-bottom: 5%;
} */
#wrap-content.subcontents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 120px;
  font-family: "Bellefair", serif;
  line-height: 1;
  /* margin-left: 10%; */
  margin-bottom: 15px;
}
#wrap-content.subcontents h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 380px;
  font-size: 24px;
  font-family: "YuMincho";
  line-height: 2.5;
}
#wrap-content.subcontents h3 span::before {
  content: "";
  border-top: 1px solid;
  width: 8em;
  margin: 0 5%;
}
#wrap-content.subcontents section {
  max-width: 1200px;
  width: 96%;
  margin: 100px auto 0;
}
#wrap-content.subcontents section#reservation {
  max-width: unset;
  width: 100%;
  margin-top: 100px;
}
#wrap-content.subcontents p {
  line-height: 2;
  margin-right: 60px;
}
h4.def_h4 {
  font-size: 25px;
  margin-top: 45px;
  padding: 1rem 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.kome {
  font-size: 12px;
  margin-top: 20px;
}
.kome span {
  color: #dc143c;
  display: block;
}
.facility span {
  display: block;
  font-size: 15px;
}
.facility {
  font-size: 13px;
  margin-top: 10px;
}

/* flex
-----------------------*/

.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-direction01 {
  flex-direction: row-reverse;
}

.flex-direction02-column {
  flex-direction: column;
}

.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* Price
-----------------------*/

.conditions-box {
  /* background: rgb(245, 244, 238); */
  padding: 32px;
  text-align: left;
  margin-top: 50px;
  border: 1px solid #001116;
}
.conditions-box__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 2.4rem;
  font-family: "A-OTF Ryumin Pr6N";
}
.conditions-box__title:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: -0.25em;
  color: rgb(43, 93, 140);
  font-size: 1.25em;
  font-weight: bold;
}
.conditions-box__sentence {
  margin-left: 2.4rem;
  margin-top: 15px;
  line-height: 2;
}

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

  #wrap-content.subcontents h3 {
    font-size: 35px;
  }
  #wrap-content.subcontents h3 span {
    font-size: 13px;
    width: 200px;
  }
  #wrap-content.subcontents h3 span::before {
    width: 5em;
  }
  .submainbox-wrap {
    height: 240px;
  }
  .submainbox-wrap h2 {
    font-size: 25px;
  }
  #wrap-content.subcontents .bread_crumb li {
    font-size: 13px;
  }
  h4.def_h4 {
    font-size: 22px;
    padding: 1rem 0.5rem;
  }

  /* defTable02 /
-------------------------*/

  .defTable02 tr th,
  .defTable02 tr td {
    padding: 24px 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .defTable02 tr td.td02 {
    padding-top: 15%;
  }
  .defTable02 thead tr th {
    width: 50%;
  }

  /* Price
-----------------------*/
  .conditions-box {
    padding: 20px;
  }
  .conditions-box__title {
    font-size: 20px;
  }
  .conditions-box__sentence {
    line-height: 1.7;
  }
}

/* privacy /
-------------------------*/

.privacy-wrap p,
.privacy-wrap .ulbox01 {
  text-align: left;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 30px;
}
.privacy-wrap .ulbox01 li {
  list-style: disc;
  margin: 10px 0px 0px 23px;
}
#wrap-content.subcontents .privacy-wrap .wc_h3_02 {
  text-align: left;
  border-bottom: 1px solid;
  font-size: 28px;
  margin-top: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #wrap-content.subcontents .privacy-wrap .wc_h3_02 {
    font-size: 25px;
  }
}

/* Sitemap /
-------------------------*/

.site-map {
  margin-top: 20px;
}
.site-map li {
  width: 30%;
  text-align: center;
  margin-top: 30px;
  border: 1px solid;
  transition: 0.4s;
}
.site-map li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}
.site-map li span {
  display: block;
  margin-top: 10px;
}
.site-map li:hover {
  background: #000;
}
.site-map li a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site-map li {
    width: 100%;
  }
}

/* news /
-------------------------*/

#wrap-content.subcontents .news-list h3.wc_h3_03 {
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  position: relative;
}
#wrap-content.subcontents .news-list h3.wc_h3_03 span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  width: 0%;
}
.news-timg {
  width: 35%;
  margin-top: 30px;
}
.news-txt {
  width: 60%;
  margin-top: 30px;
  text-align: left;
  line-height: 1.8;
}
.news-list li {
  margin-top: 40px;
}
.news-list li a {
  text-decoration: none;
}
.news-list li p {
  margin-top: 10px;
}

#wrap-content.subcontents .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 50px;
}
#wrap-content.subcontents .wp-pagenavi span.pages {
  display: none;
}
#wrap-content.subcontents .wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  background: #fff;
  border: 1px solid;
  padding: 8px 12px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
#wrap-content.subcontents .wp-pagenavi span.current {
  color: #fff;
  background: #000;
  font-weight: bold;
}
#wrap-content.subcontents .wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #000;
  color: #fff;
}
a.cate {
  display: block;
  font-size: 15px;
  background: rgb(245, 244, 238);
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  position: absolute;
  right: 0;
}
.back-btn {
  max-width: 200px;
  margin: 60px auto 0;
}
.back-btn a {
  display: block;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid;
  padding: 5px 0px;
  transition: 0.4s;
  text-decoration: none;
}
.back-btn a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .news-timg {
    width: 1100%;
  }
  .news-txt {
    width: 100%;
  }
  .news-list li {
    margin-top: 25px;
  }
}

/* contact /
-------------------------*/

.clrred {
  color: #dc143c;
  font-weight: bold;
}
.contact-txt {
  text-align: left;
  margin-top: 30px;
}
.contact-txt .text-link {
  text-decoration: underline;
}

/* form */
table.defTable01 td input {
  width: 100%;
  padding: 15px;
  background: #f7f7f7;
  border: none;
}
table.defTable01 td.yubinarea input,
table.defTable01 td.telarea input {
  width: 50%;
}
table.defTable01 td.check input {
  width: auto;
}
table.defTable01 td textarea {
  width: 100%;
  border: none;
  background: #f7f7f7;
  padding: 10px;
}
table.defTable01 td p.radiobtn input {
  width: 5%;
}
.privacyText {
  overflow-y: auto;
  padding: 2%;
  height: 15em;
  line-height: 1.5em;
  background: #f1f0f0;
  border: none;
  color: #1b1b1b;
}
.privacyText dt {
  font-size: 18px;
  /* border-left:5px solid #d1b100; */
  padding-left: 10px;
  margin: 20px 0 5px;
}
.subbtn_contact {
  text-align: center;
  margin: 0px auto 0px;
  width: 100%;
  max-width: 600px;
}
button[type="submit"].btn-contact,
button[type="reset"].btn-contact,
input[type="submit"].btn-contact,
input[type="button"].btn-contact {
  width: 280px;
  height: 50px;
  border: none;
  transition: 0.4s;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-position: 10% 50%;
  line-height: 50px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans Japanese", sans-serif;
  text-decoration: none;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
}
button[type="submit"].btn-contact:hover,
button[type="reset"].btn-contact:hover,
input[type="submit"].btn-contact:hover,
input[type="button"].btn-contact:hover {
  background: #fff;
  color: #1a1a1a;
}
input[type="submit"].btn-contact {
  margin-bottom: 20px;
}
.subbtn_contact button:hover,
.subbtn_contact input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.radiobtn {
  margin-top: 10px;
}
section.contact-wrap {
  padding-bottom: 60px;
}
.container .txtcen {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subbtn_contact {
    max-width: 280px;
    margin: auto;
  }
  .contact-txt {
    text-align: left;
  }
  table.defTable01 td.yubinarea input,
  table.defTable01 td.telarea input {
    width: 100%;
  }
}

/* Sea Villa /
-------------------------*/

.villa__figure {
  width: 40%;
  margin-top: 30px;
}
.villa__text {
  margin-left: 50px;
  margin-top: 30px;
  flex: 1;
  text-align: left;
}
.gallery-list {
  margin-top: 50px;
}
.gallery-list li {
  width: 25%;
}
.gallery-list9.gallery-list li:nth-child(5),
.gallery-list9.gallery-list li:nth-child(6),
.gallery-list9.gallery-list li:nth-child(7),
.gallery-list9.gallery-list li:nth-child(8),
.gallery-list9.gallery-list li:nth-child(9) {
  width: 20%;
}
.floor_img {
  text-align: center;
  margin: 50px auto 0;
}
.sea-img.floor_img img {
  border: 1px solid #b0c4de;
  padding: 1%;
}
.villa__senntene {
  margin-top: 10px;
}
.villa__titl {
  font-size: 22px;
  /* color:  #b0c4de; */
  border-bottom: 1px solid #b0c4de;
}

.villa_fa {
  position: relative;
}
.villa_fa::after {
  position: absolute;
  content: "";
  background: rgb(245, 244, 238);
  width: 100%;
  height: 1540px;
  z-index: -1;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.villa_fa.villa_fa_mountain::after {
  height: 1260px;
}

.villa_fa ul {
  max-width: 90%;
  margin: auto;
}
.villa_fa ul li {
  overflow: hidden;
  margin: 20px 0;
}
.villa_fa ul li .inner {
  width: 55%;
}
.villa_fa ul li figure {
  width: 40%;
}
.villa_fa ul li:nth-child(2n) .inner {
  float: right;
}
.villa_fa ul li:nth-child(2n + 1) .inner {
  float: left;
}
.villa_fa ul li:nth-child(2n) figure {
  float: left;
}
.villa_fa ul li:nth-child(2n + 1) figure {
  float: right;
}
.villa_fa ul li h4.def_h4 {
  border-color: #d4d1be;
}

.villa_ac {
  border: 1px solid #ddd;
  padding: 5% 5% 4%;
}
.villa_ac h4 {
  font-size: 20px;
  margin: 15px 0 15px;
  font-weight: bold;
  padding-top: 10px;
  letter-spacing: 1px;
}
.villa_ac p {
  margin-bottom: 25px;
  margin-left: 18px;
}

@media screen and (max-width: 1040px) {
  .gallery-list li,
  .gallery-list9.gallery-list li:nth-child(5),
  .gallery-list9.gallery-list li:nth-child(6),
  .gallery-list9.gallery-list li:nth-child(7),
  .gallery-list9.gallery-list li:nth-child(8),
  .gallery-list9.gallery-list li:nth-child(9) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .gallery-list li,
  .gallery-list9.gallery-list li:nth-child(5),
  .gallery-list9.gallery-list li:nth-child(6),
  .gallery-list9.gallery-list li:nth-child(7),
  .gallery-list9.gallery-list li:nth-child(8),
  .gallery-list9.gallery-list li:nth-child(9) {
    width: 100%;
  }
  .villa__figure {
    width: 100%;
  }
  .villa__text {
    margin-left: 0px;
  }

  .villa_fa {
    position: static;
    background: rgb(245, 244, 238);
    padding: 5%;
  }
  .villa_fa::after {
    position: static;
    display: none;
  }
  .villa_fa ul {
    max-width: 100%;
    margin: auto;
  }
  .villa_fa ul li {
    overflow: hidden;
    margin: 28px 0;
  }
  .villa_fa ul li:last-child {
    margin-bottom: 0;
  }
  .villa_fa ul li .inner {
    width: 100%;
  }
  .villa_fa ul li figure {
    width: 100%;
  }
  .villa_fa ul li:nth-child(2n) .inner {
    float: none;
    margin-bottom: 10px;
  }
  .villa_fa ul li:nth-child(2n + 1) .inner {
    float: none;
    margin-bottom: 10px;
  }
  .villa_fa ul li:nth-child(2n) figure {
    float: none;
  }
  .villa_fa ul li:nth-child(2n + 1) figure {
    float: none;
  }
  .villa_fa ul li h4.def_h4 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 12px 0;
    border-color: #d4d1be;
  }
  .villa_ac {
    padding: 1% 3%;
  }
  .villa_ac h4 {
    font-size: 16px;
    margin: 12px 0;
  }
}

/* Sea Villa /
-------------------------*/

.mountain-img.floor_img img {
  border: 1px solid #cccf9a;
  padding: 1%;
}
.mountain-titl.villa__titl {
  font-size: 22px;
  /* color:  #b0c4de; */
  border-bottom: 1px solid #cccf9a;
}

/* environment /
-------------------------*/

.island-map {
  margin-top: 50px;
}
.island-map iframe {
  width: 100%;
}
.activity-wrap {
  margin-top: 60px;
}
.activity-box {
  border: 1px solid;
  padding: 1.3%;
  width: 49.5%;
  margin-top: 15px;
}
.activity-box .img-wrap {
  width: 55%;
}
.activity-box .txt-wrap {
  flex: 1;
  margin-left: 20px;
}
.txt-wrap .titl {
  font-size: 22px;
}
/* .map-btn a{
	background-color: rgb(245, 244, 238);
	padding: 4% 20%;
	display: inline-block;
	margin-top: 20px;
	transform: .4s;
}
.map-btn a:hover{

} */
.activity-box .more__btn {
  width: 85px;
  height: 85px;
  margin: 10px 0 0;
}
.activity-box .more__btn a {
  line-height: 85px;
  font-size: 16px;
}
.activity-box .more__btn::before {
  width: 45px;
}

@media screen and (max-width: 768px) {
  .activity-box {
    width: 100%;
    padding: 3.3%;
    display: block;
  }
  .activity-box .img-wrap {
    width: 100%;
  }
  .activity-box .txt-wrap {
    margin-left: 0px;
    margin-top: 15px;
  }
}

.mt1rem {
  margin-top: 1rem;
}
.mt2rem {
  margin-top: 2rem;
}

.alignL {
  text-align: left !important;
}
.ml0 {
  margin-left: 0 !important;
}
