@charset "utf-8";

/* 
--------------------------------------------------
TOP ボタンサイズ指定
--------------------------------------------------
 */
.cmn--read--wrap{
  height: 610px;
  background-image: url(../img/common/cmn--read--icon.svg);
  background-size: min(120vw, 1200px);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -100px;
/*  margin-bottom: 50px;*/
}
.cmn--read--wrap p {
  font-weight: 500;
  line-height: min(2.5vw, 28px);
  letter-spacing: .01em;
  text-indent: .01em;
  width: 100%;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: min(1.5vw, 20px);
}
.cmn--read--wrap2{
  background-image: url(../img/common/cmn--read--icon.svg);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top 60px right -80px;
  padding-top: 150px;
/*  margin-top: 200px;*/
}
.cmn--read--wrap3{
  background-image: url(../img/common/cmn--read--icon.svg);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top -55px right -80px;
  padding-top: 130px;
  /*margin-top: 100px;*/
}
.section--title h2 {
  font-size: min(5vw, 40px);
  width: 100%;
  padding-bottom: 25px;
  margin-top: 30px;
}
.cmn--read--wrap p small {
  font-size: .875em;
}
@media screen and (max-width: 768px) {
/*
  .cmn--read--wrap {
    height: 55vw;
    background-size: 55vw;
    margin-top: 0px;
  }
  .cmn--read--wrap p {
    font-size: 2.0vw;
  }
*/
  .cmn--read--wrap2{
    background-image: url();
    margin-top: 0px;
    padding-top: 50px;
  }
  .cmn--read--wrap3{
    background-image: url();
    padding-top: 50px;
  }
}
.top--page .cmn--btn {
  height: 60px;
}
.top--page .top--news--wrap .cmn--btn {
  max-width: 236px;
  width: 22vw;
}
@media screen and (max-width: 768px) {
  .top--page .cmn--btn {
    width: 63.5vw;
    height: 12.5vw;
    margin: 0 auto;
  }
  .top--page .top--news--wrap .cmn--btn {
    width: 63.5vw;
    max-width: initial;
    color: #837759;
    border-color: #837759;
  }
  .top--page .top--news--wrap .cmn--btn::after {
    color: #837759;
  } 
}

/* 
--------------------------------------------------
input枠 削除
-------------------------------------------------- 
*/
input {
  border: none;
}
input.obj_no_date {
  display: block;
  background: #fff;
  border: solid 1px;
  width: 10px;
  height: 10px;
}

/* 
--------------------------------------------------
input ブラウザデフォルト表示 削除
--------------------------------------------------
 */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* 
--------------------------------------------------
キービジュアル
--------------------------------------------------
*/
.top--keyvis--wrap {
  position: relative;
}
.top--keyvis--wrap h1 {
  font-size: 32px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  letter-spacing: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  text-shadow: 0px 0px 15px rgb(0, 0, 0, 1),0px 0px 15px rgb(0, 0, 0, 1),0px 0px 15px rgb(0, 0, 0, 1);
}
.top--keyvis--wrap h1 span {
font-size:clamp(1.75rem,5vw,3rem);line-height:1.3;font-weight:600;letter-spacing:.05em;text-shadow:0 2px 4px rgba(0,0,0,.4);
}
.top--keyvis--wrap .slider {
  width: 100%;
  height: calc(115vh - 165px);
}
.top--keyvis--wrap .slider--inner {
  width: 100%;
  height: calc(115vh - 155px);
  background-size: cover;
  background-position: top;
/*
  height: 100vh;
  background-size: cover;
  background-position: center -11vh;
  background-repeat: no-repeat;
*/
}
.top--keyvis--wrap .slider--01 {
  background-image: url(../img/top/top--keyvis--01.jpg);
}
.top--keyvis--wrap .slider--02 {
  background-image: url(../img/top/top--keyvis--02.jpg);
}
.top--keyvis--wrap .slider--03 {
  background-image: url(../img/top/top--keyvis--03.jpg);
}
.top--keyvis--wrap .slider--04 {
  background-image: url(../img/top/top--keyvis--04.jpg);
}
.top--keyvis--wrap .slider--05 {
  background-image: url(../img/top/top--keyvis--05.jpg);
}
.top--keyvis--logo {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1;
  width: 12%;
}
/* 
--------------------------------------------------
slick CSS調整
-------------------------------------------------- 
*/
.top--keyvis--wrap .slick-prev {
  left: 25px;
  background: url(../img/top/top--keyvis--arrowL.svg);
  z-index: 1;
  width: 50px;
  height: 80px;
  background-size: cover;
}
.slick-next {
  right: 25px;
  background: url(../img/top/top--keyvis--arrowR.svg);
  z-index: 1;
  width: 50px;
  height: 80px;
  background-size: cover;
}
.top--keyvis--wrap .slick-prev:before,
.top--keyvis--wrap .slick-next:before {
  display: none;
}
.slick-dots {
  bottom: -15px;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li::before {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 2;
}
.slick-dots li:nth-child(1)::before {
  content: "1";
}
.slick-dots li:nth-child(2)::before {
  content: "2";
}
.slick-dots li:nth-child(3)::before {
  content: "3";
}
.slick-dots li:nth-child(4)::before {
  content: "4";
}
.slick-dots li:nth-child(5)::before {
  content: "5";
}
.slick-dots li:nth-child(6)::before {
  content: "6";
}
.slick-dots li:nth-child(7)::before {
  content: "7";
}
.slick-dots li:nth-child(8)::before {
  content: "8";
}
.slick-dots li button {
  position: relative;
  top: -21px;
}
.slick-dots li button::before {
  opacity: 0;
  font-size: 30px;
  top: 5px;
  left: -5px;
}
.slick-dots li button:hover:before {
  opacity: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 0.2;
  z-index: 1;
}

/* 
--------------------------------------------------
宿泊予約 検索
--------------------------------------------------
 */
.top--book--wrap {
  padding-top: 25px;
  background: #fff;
  z-index: 1;
  position: relative;
}
.top--book--inner {
  width: 1000px;
  margin: 0 auto;
}
.top--book--inner--input {
  display: flex;
  justify-content: space-between;
}
.top--book--inner--input.active {
  margin-bottom: 255px;
}
.top--book--inner--input div {
  display: flex;
  align-items: center;
}
.top--book--inner--input input,
.top--book--inner--input select {
  text-align: center;
  font-size: 14px;
  height: 45px;
  border: #c0bfbe solid 1px;
}
.top--book--inner--input input {
  margin-left: 15px;
}
.top--book--inner--input select {
  width: 73px;
  margin: 0 15px;
  border-radius: 0;
  background: #fff;
  padding-left: 15px;
}
.top--book--inner--input span {
  position: relative;
}
.top--book--inner--input span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #c0bfbe;
  border-bottom: 1px solid #c0bfbe;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  right: 25px;
}
.top--book--linkbtn {
  background: #e6e2dd;
}
.top--book--people p:first-child {
  margin-right: 15px;
}
.top--book--people--child {
  margin-left: 15px;
}

.top--book--linkbtn ul {
  width: 100%;
  max-width: 910px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top--book--linkbtn li {
  width: 47%;
  max-width: 430px;
}
.top--book--linkbtn li .cmn--btn {
  font-size: 18px;
  color: #fff;
  width: 100%;
}
.top--book--linkbtn li .cmn--btn::after {
  top: -7px;
  right: 30px;
}
.top--book--linkbtn li:first-child a {
  background: #494947;
  border: #494947 solid 1px;
}
.top--book--linkbtn li:first-child a:hover {
  background: #e6e2dd;
  color: #494947;
  border: #494947 solid 1px;
}
.top--book--linkbtn li:last-child a {
  background: #000;
}
.top--book--linkbtn li:last-child a:hover {
  background: #e6e2dd;
  color: #000;
  border: #000 solid 1px;
}

.top--book--inner--submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
.top--book--inner--submit div:nth-child(1) {
  margin-right: auto;
}
.top--book--inner--submit .cmn--btn {
  height: 40px;
  width: 370px;
  padding-right: 20px;
  border-radius: 5px;
}
.top--book--inner--submit div:nth-child(2) {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.top--book--inner--submit div:nth-child(2) input {
  border: #c0bfbe 1px solid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.top--book--inner--submit div:nth-child(2) input[type="checkbox"]:checked {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/top/top--checked--icon.svg);
}
.top--book--inner--submit div:nth-child(3) a {
  color: #fff;
  display: block;
  width: 270px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: linear-gradient(to bottom, #d99f8d, #b96557);
  margin-left: 30px;
  border: #fff solid 1px;
  transition: all 0.3s;
}
.top--book--inner--submit div:nth-child(3) a:hover {
  background: linear-gradient(to bottom, #b6786e, #daada0);
  border: solid 1px #d99f8d;
}
.top--book--inner--submit div:nth-child(3) a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/top/top--btn--submit--icon.svg);
  margin-right: 15px;
}

.top--book--hotel span {
  position: relative;
  width: 100%;
}
.top--book--hotel span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #c0bfbe;
  border-bottom: 1px solid #c0bfbe;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  right: 15px;
}

.top--book2--inner {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.top--book2--inner--input {
  color: #fff;
  margin-top: 50px;
}
.top--book2--inner--input div {
  display: flex;
  align-items: center;
  padding: 8px 5px;
  justify-content: flex-start;
}
.top--book2--inner--input input,
.top--book2--inner--input select {
  text-align: center;
  font-size: 14px;
  height: 45px;
  border: #c0bfbe solid 1px;
}
.top--book2--inner--input input {
  margin-left: 15px;
}
.top--book2--inner--input select {
  width: 73px;
  margin: 0;
  border-radius: 0;
  background: #fff;
  padding-left: 15px;
}
.top--book2--inner--input span {
  position: relative;
}
.top--book2--inner--input span::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #c0bfbe;
  border-bottom: 1px solid #c0bfbe;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  right: 15px;
}
.top--book2--inner--submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0;
}
.top--book2--inner--submit div {
  padding: 7px;
}
.top--book2--inner--submit div:nth-child(1) {
  display: none;
  order: 3;
  width: 100%;
}
.top--book2--inner--submit div:nth-child(1) a {
  color: #fff;
  max-width: initial;
  width: 100%;
  height: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 0;
  border: #fff solid 1px;
  transition: all 0.3s;
  border-radius: 0;
}
.top--book2--inner--submit div:nth-child(2) {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.top--book2--inner--submit div:nth-child(2) input {
  border: #c0bfbe 1px solid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.top--book2--inner--submit div:nth-child(2) input[type="checkbox"]:checked {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/top/top--checked--icon.svg);
}
.top--book2--inner--submit div:nth-child(3) {
  width: 100%;
}
.top--book2--inner--submit div:nth-child(3) a {
  color: #fff;
  display: block;
  max-width: initial;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: linear-gradient(to bottom, #d99f8d, #b96557);
  margin-left: 0;
  border: #fff solid 1px;
  transition: all 0.3s;
}
.top--book2--inner--submit div:nth-child(3) a:hover {
  background: linear-gradient(to bottom, #b6786e, #daada0);
  border: solid 1px #d99f8d;
}
.top--book2--inner--submit div:nth-child(3) a::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/top/top--btn--submit--icon.svg);
  margin-right: 15px;
}
.top--book2--inner--submit2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0;
}
.top--book2--inner--submit2 div {
  padding: 7px;
}
.top--book2--inner--submit2 div:nth-child(1) {
  order: 1;
  width: 100%;
}
.top--book2--inner--submit2 div:nth-child(1) a {
  color: #fff;
  max-width: initial;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: 0;
  border: #fff solid 1px;
  transition: all 0.3s;
  border-radius: 0;
}

.top--book2--linkbtn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 7px;
}
.top--book2--linkbtn div {
  color: #fff;
  width: 49%;
}
.top--book2--linkbtn div:first-child a {
  background: #494947;
}
.top--book2--linkbtn div:first-child a:hover {
  background: #e6e2dd;
  color: #494947;
  border: #494947 solid 1px;
}
.top--book2--linkbtn div:last-child a {
  background: #000;
}
.top--book2--linkbtn div:last-child a:hover {
  background: #e6e2dd;
  color: #000;
  border: #000 solid 1px;
}
.cmn--btnt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 14px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cmn--btnt::after {
  content: ">>";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
}
.main-top{
    margin-top: 215px;
}
/* 
--------------------------------------------------
客室・レストラン・宴会会議室・アクセス
-------------------------------------------------- 
*/
.top--room--wrap,
.top--banquit--wrap,
.top--restaurant--wrap,
.top--access--wrap {
  height: 580px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center;
}
.top--room--wrap {
  background-image: url(../img/top/top--room--bg.jpg);
}
.top--banquit--wrap {
  background-image: url(../img/top/top--banquit--bg.jpg);
}
.top--restaurant--wrap {
  background-image: url(../img/top/top--restaurant--bg.jpg);
}
.top--access--wrap {
  background-image: url(../img/top/top--access--bg.jpg);
}
.top--room--wrap::after,
.top--banquit--wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top--content--bgR.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
}
.top--restaurant--wrap::after,
.top--access--wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top--content--bgL.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
}
.top--room--inner,
.top--banquit--inner,
.top--restaurant--inner,
.top--access--inner {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top--room--text,
.top--banquit--text {
  color: #fff;
  width: 50%;
  text-align: right;
  margin-left: auto;
  margin-right: 2vw;
}
.top--restaurant--text,
.top--access--text {
  color: #fff;
  width: 50%;
  text-align: left;
  margin-right: auto;
  margin-left: 2vw;
}
.top--room--text p:first-child,
.top--banquit--text p:first-child,
.top--restaurant--text p:first-child,
.top--access--text p:first-child {
  font-size: 60px;
  letter-spacing: 25px;
  margin: 0 -25px 40px 0;
}
.top--restaurant--text p:first-child,
.top--access--text p:first-child {
  letter-spacing: 12px;
}
.top--room--text p:nth-child(2),
.top--banquit--text p:nth-child(2),
.top--restaurant--text p:nth-child(2),
.top--access--text p:nth-child(2) {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.top--room--text p:nth-child(2),
.top--access--text p:nth-child(2) {
  margin-bottom: 40px;
}
.top--room--text p:nth-child(2) span {
  font-size: 24px;
}
.top--room--text p:nth-child(3),
.top--banquit--text p:nth-child(3),
.top--restaurant--text p:nth-child(3),
.top--access--text p:nth-child(3) {
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 40px;
}
.top--room--text .cmn--btn,
.top--banquit--text .cmn--btn {
  margin-left: auto;
}
.top--restaurant--text .cmn--btn,
.top--access--text .cmn--btn {
  margin-right: auto;
}
/* 
--------------------------------------------------
ホテルからのお知らせ
--------------------------------------------------
 */
.top--news--wrap {
  background: url(../img/top/top--keyvis--news--bg.svg);
  /*background-size: cover;*/
  background-position: center;
  padding: 85px 0 60px;
}
.top--news--title {
  color: #fff;
  margin-bottom: -45px;
  z-index: 1;
  position: relative;
}
.top--news--title h2 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 300;
}
.top--news--title p {
  font-size: 18px;
}
.top--news--list {
  width: 76%;
  max-width: 757px;
  margin-left: auto;
}
.top--news--list li {
  margin-bottom: 35px;
}
.top--news--list li a {
  display: flex;
  justify-content: space-between;
}
.top--news--list li a:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.top--news--list li img {
  width: 170px;
  height: 100% !important;
}
.top--news--text {
  width: 75%;
  margin-left: 20px;
}
.top--news--text p:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.5;
}
.top--news--text p:nth-child(1)::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-left: 10px;
  background: #e6e2dd;
}
.top--news--text p:nth-child(2) {
  font-size: 18px;
  margin-bottom: 20px;
}
.top--news--text p:nth-child(3) {
  font-size: 13px;
  line-height: 1.75;
}

/* 
--------------------------------------------------
おすすめご宿泊プラン
--------------------------------------------------
*/
.top--bestrate--wrap {
  background: url(../img/top/top--bestrate--bg.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top--bestrate--inner {
  position: relative;
  padding: 150px 0 80px;
}
.top--bestrate--inner > img {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top--bestrate--title {
  color: #5c4929;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.top--bestrate--title h2 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 300;
}
.top--bestrate--title p {
  font-size: 18px;
}

.top--bestrate--wrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top--bestrate--wrap ul li {
  width: 30%;
  position: relative;
}
.top--bestrate--wrap ul li::after {
  content: url(../img/top/top--bestrate--icon.svg);
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.top--bestrate--inner li img {
  object-fit: cover;
  width: 100%;
  height: 247.5px;
}
.top--bestrate--wrap li a {
  height: 100%;
  background: #fff;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.top--bestrate--wrap li a:hover {
  opacity: 0.8;
}
.top--bestrate--wrap li p {
  font-size: 16px;
  line-height: 1.75;
  padding: 15px;
}
.top--bestrate--inner > a {
  margin: 0 auto;
}
/* 
--------------------------------------------------
レストラン電話番号表示
--------------------------------------------------
*/
.content-tel {
	position: fixed;
	top: 90px;
	right: 0px;
	margin: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
    border-top: 90px solid #000;
    border-left: 50px solid transparent;
	width: 300px;
	z-index: 1;
}
.content-tel a{
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 12px 0;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	z-index: 2;
}
.content-tel a:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;    
}
.content-tel_font1 {
    font-size: 15px;
}
.content-tel_font2 {
    font-size: 33px;
}
.content-tel-sp {
	position: fixed;
	bottom: 20vw;
	right: 0px;
	margin: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
    border-bottom: 12vw solid #000;
    border-left: 30px solid transparent;
	width: 50%;
	z-index: 1;
}
.content-tel-sp a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 10px 0;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	z-index: 2;
}
.content-tel-sp a:hover{
	filter:alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;    
}
@media screen and (max-width: 980px) {
    .content-tel {
        top: 7vw;
        border-top: 7vw solid #000;
        border-left: 4.5vw solid transparent;
        width: calc(1% + 230px) ;
    }
    .content-tel a{
        top: -7.0vw;
    }
    .content-tel_font1 {
        font-size: 1.35vw;
    }
    .content-tel_font2 {
        font-size: 3.0vw;
    }
}
@media screen and (max-width: 1000px) {
  /* 
--------------------------------------------------
宿泊予約 検索
--------------------------------------------------
 */
  .top--book--inner {
    width: 100%;
  }
  .top--book--inner--input div {
    margin-left: 1vw;
  }
  .top--book--inner--input div:first-child {
    margin-left: 0;
  }
  .top--book--inner--input input {
    margin-left: 1vw;
  }
  .top--book--inner--input select {
    width: 7vw;
    margin: 0 1vw;
    padding-left: 1vw;
  }
  .top--book--inner--input span::after {
    top: 17px;
    right: 2vw;
  }
  .top--book--people p:first-child {
    margin-right: 1vw;
  }
  .top--book--people--child {
    margin-left: 1vw;
  }

  .top--book--inner--submit .cmn--btn {
    width: 45vw;
    max-width: 370px;
    padding-right: 2vw;
    border-radius: 5px;
  }
  .top--book--inner--submit div:nth-child(2) {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .top--book--inner--submit div:nth-child(2) input {
    border: #c0bfbe 1px solid;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
  }
  .top--book--inner--submit div:nth-child(2) input[type="checkbox"]:checked {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/top/top--checked--icon.svg);
  }
  .top--book--inner--submit div:nth-child(3) a {
    width: 27vw;
    max-width: 270px;
    margin-left: 1vw;
  }

  /* 
  --------------------------------------------------
  おすすめご宿泊プラン
  --------------------------------------------------
  */
  .top--bestrate--inner li img {
    height: 22.5vw;
  }
}

@media screen and (max-width: 768px) {
  /* 
--------------------------------------------------
キービジュアル
--------------------------------------------------
*/
  .top--keyvis--wrap .slider {
    height: 100vh;
    padding-top: 0;
    min-width: initial;
  }
  .top--keyvis--wrap .slider--inner {
    background-position: center;
  }
  .top--keyvis--wrap h1 {
    font-size: 6vw;
    letter-spacing: 1vw;
    line-height: 1.5;
    top: 45%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .top--keyvis--wrap h1 span {
    font-size: 7.5vw;
  }
  .top--keyvis--wrap img:nth-child(1) {
    position: absolute;
    width: 80%;
    z-index: 1;
    right: 0;
    top: 10vw;
    left: 0;
    margin: auto;
  }
  .top--keyvis--wrap img:nth-child(2) {
    position: absolute;
    width: 13%;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 33vw;
  }
  .top--keyvis--wrap .slider--01 {
    background-image: url(../img/top/top--keyvis--01--sp.jpg);
  }
  .top--keyvis--wrap .slider--02 {
    background-image: url(../img/top/top--keyvis--02--sp.jpg);
  }
  .top--keyvis--wrap .slider--03 {
    background-image: url(../img/top/top--keyvis--03--sp.jpg);
  }
  .top--keyvis--wrap .slider--04 {
    background-image: url(../img/top/top--keyvis--04--sp.jpg);
  }
  .top--keyvis--wrap .slider--05 {
    background-image: url(../img/top/top--keyvis--05--sp.jpg);
  }
  .top--keyvis--wrap .slick-prev,
  .top--keyvis--wrap .slick-next {
    display: none !important;
  }

  .top--keyvis--logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 20%;
  }

  .slick-dots {
    bottom: 50vw;
  }
  .slick-dots li {
    width: 10px;
    margin: 0 1.3vw;
  }
  .slick-dots li::before {
    color: transparent;
    text-shadow: none;
  }
  .slick-dots li button::before {
    color: #fff;
    opacity: 0.9;
    font-size: 2vw;
    top: 5px;
    left: -5px;
  }
  .slick-dots li button:hover:before {
    opacity: 0;
  }
  .slick-dots li.slick-active button:before {
    color: #887956;
    opacity: 1;
  }
  /* 
--------------------------------------------------
宿泊予約 検索
--------------------------------------------------
 */
  .top--book--wrap {
    min-width: initial;
    padding: 0;
  }
  .top--book--inner {
    width: 100%;
  }
  .top--book--inner--input {
    display: flex;
    flex-wrap: wrap;
  }
  .top--book--inner--input.active {
    margin-bottom: 0;
  }
  .top--book--inner--input div {
    width: 100%;
    margin-bottom: 5vw;
    margin-left: 0;
    justify-content: flex-start;
  }
  .top--book--inner--input input,
  .top--book--inner--input select {
    font-size: 3.5vw;
    height: 12.5vw;
    width: 67.3vw;
    margin: 0 2vw 0 0;
  }
  .top--book--inner--input div:nth-child(2) select,
  .top--book--inner--input div:nth-child(4) select {
    padding-left: 33vw;
  }
  .top--book--inner--input div:nth-child(3) {
    justify-content: space-between;
  }
  .top--book--inner--input div:nth-child(3) select {
    width: 20vw;
    margin: 0 1vw;
    padding-left: 5vw;
  }
  .top--book--inner--input span::after {
    width: 2vw;
    height: 2vw;
    top: 5vw;
    right: 4vw;
  }
  .top--book--inner--input div:nth-child(2) span::after,
  .top--book--inner--input div:nth-child(4) span::after {
    right: 5vw;
  }
  .top--book--inner--input div p:first-child,
  .top--book--people p:first-child {
    width: 22vw;
    margin: 0;
  }

  .top--book--inner--submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin: 0 0 2vw;
  }
  .top--book--inner--submit div:nth-child(1) {
    order: 3;
  }
  .top--book--inner--submit .cmn--btn::after {
    top: -1vw;
  }
  .top--book--inner--submit .cmn--btn {
    height: 12.5vw;
    font-size: 3.75vw;
/*    border: none;*/
    width: 100%;
    padding-left: 1.0vw;
    padding-right: 9.0vw;
    max-width: initial;
  }
  .top--book--inner--submit div:nth-child(2) {
    font-size: 3.75vw;
    width: 100%;
    margin: 0 0 5vw;
  }
  .top--book--inner--submit div:nth-child(2) input {
    width: 5vw;
    height: 5vw;
    margin-right: 2.5vw;
  }
  .top--book--inner--submit div:nth-child(2) input[type="checkbox"]:checked {
    width: 5vw;
    height: 5vw;
  }
  .top--book--inner--submit div:nth-child(3) {
    width: 100%;
  }
  .top--book--inner--submit div:nth-child(3) a {
    max-width: initial;
    width: 100%;
    display: block;
    height: 12.5vw;
    font-size: 3.75vw;
    margin-left: 0;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
  }
  .top--book--inner--submit div:nth-child(3) a::before {
    width: 7vw;
    height: 7vw;
    margin-right: 5vw;
    background-size: cover;
  }
  .top--book--linkbtn {
    background: #fff;
  }
  .top--book--linkbtn ul {
    width: 95%;
    padding: 0 0 8vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .top--book--linkbtn li {
    width: 49%;
  }
  .top--book--linkbtn li .cmn--btn {
    font-size: 3.75vw;
    color: #fff;
    width: 100%;
  }
  .top--book--linkbtn li .cmn--btn::after {
    top: -1vw;
    right: 2vw;
  }
  .top--book--linkbtn li:last-child a {
    padding-right: 5vw;
  }
  /* 
--------------------------------------------------
客室・レストラン・宴会会議室・アクセス
-------------------------------------------------- 
*/
  .top--room--wrap,
  .top--banquit--wrap,
  .top--restaurant--wrap,
  .top--access--wrap {
    height: 85vw;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
  .top--room--wrap {
    background-image: url(../img/top/top--room--bg--sp.jpg);
  }
  .top--banquit--wrap {
    background-image: url(../img/top/top--banquit--bg--sp.jpg);
  }
  .top--restaurant--wrap {
    background-image: url(../img/top/top--restaurant--bg--sp.jpg);
  }
  .top--access--wrap {
    background-image: url(../img/top/top--access--bg--sp.jpg);
  }
  .top--room--wrap::after,
  .top--banquit--wrap::after {
    width: 100%;
    background-image: url(../img/top/top--content--bgR--sp.svg);
    background-size: cover;
    background-position: center;
  }
  .top--restaurant--wrap::after,
  .top--access--wrap::after {
    width: 100%;
    background-image: url(../img/top/top--content--bgL--sp.svg);
    background-size: cover;
    background-position: center;
  }
  .top--room--inner,
  .top--banquit--inner,
  .top--restaurant--inner,
  .top--access--inner {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top--room--text,
  .top--banquit--text,
  .top--restaurant--text,
  .top--access--text {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .top--room--text p:first-child,
  .top--banquit--text p:first-child,
  .top--restaurant--text p:first-child,
  .top--access--text p:first-child {
    font-size: 9.5vw;
    letter-spacing: 3vw;
    margin: 0 -3vw 6vw 0;
  }
  .top--restaurant--text p:first-child,
  .top--access--text p:first-child {
    letter-spacing: 1.5vw;
  }
  .top--room--text p:nth-child(2),
  .top--banquit--text p:nth-child(2),
  .top--restaurant--text p:nth-child(2),
  .top--access--text p:nth-child(2) {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .top--room--text p:nth-child(2),
  .top--access--text p:nth-child(2) {
    margin-bottom: 3.5vw;
  }
  .top--room--text p:nth-child(3),
  .top--banquit--text p:nth-child(3),
  .top--restaurant--text p:nth-child(3),
  .top--access--text p:nth-child(3) {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 3.5vw;
  }

  /* 
--------------------------------------------------
ホテルからのお知らせ
--------------------------------------------------
 */
  .top--news--wrap {
    background: #fff;
    padding: 10vw 0;
  }
  .top--news--title {
    text-align: center;
    color: #837759;
    padding-bottom: 10vw;
    border-bottom: #837759 1px solid;
    margin-bottom: 5vw;
  }
  .top--news--title h2 {
    font-size: 7.5vw;
    margin-bottom: 3vw;
  }
  .top--news--title p {
    font-size: 3.75vw;
  }
  .top--news--list {
    width: 100%;
    max-width: initial;
  }
  .top--news--list li {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: #e6e2dd solid 1px;
  }
  .top--news--list li img {
    width: 30%;
    height: 100%;
  }
  .top--news--text {
/*    width: auto;*/
    margin-left: 3vw;
  }
  .top--news--text p:nth-child(1) {
    margin-bottom: 3vw;
  }
  .top--news--text p:nth-child(1)::after {
    direction: none;
  }
  .top--news--text p:nth-child(2) {
    font-size: 3.75vw;
    margin-bottom: 3vw;
  }
  .top--news--text p:nth-child(3) {
    font-size: 3vw;
    line-height: 1.5;
  }
  /* 
--------------------------------------------------
おすすめご宿泊プラン
--------------------------------------------------
*/
  .top--bestrate--wrap {
    background: #e6e2dd;
  }
  .top--bestrate--inner {
    position: relative;
    padding: 10vw 0 10vw;
  }
  .top--bestrate--inner > img {
    width: 70%;
    position: static;
    margin: 0 auto 8vw;
  }
  .top--bestrate--title {
    margin-bottom: 8vw;
    position: relative;
  }
  .top--bestrate--title h2 {
    font-size: 7.5vw;
    margin-bottom: 2vw;
  }
  .top--bestrate--title p {
    font-size: 3.75vw;
    padding: 0;
  }
  .top--bestrate--wrap ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
  }
  .top--bestrate--wrap ul li {
    width: 100%;
    position: relative;
    margin-bottom: 3vw;
  }
  .top--bestrate--wrap ul li::after {
    right: 5px;
    bottom: 5px;
  }
  .top--bestrate--wrap li p {
    font-size: 3.75vw;
    padding: 5vw;
  }
  .top--bestrate--inner li img {
    height: 60vw;
  }
/* 
--------------------------------------------------
レストラン電話番号表示
--------------------------------------------------
*/

}
@media screen and (max-width: 768px) {
  .cmn--read--wrap {
    height: 71.5vw;
    background-size: 145vw;
    background-position: center;
    margin-top: -5vw;
    padding: 0;
  }
  .cmn--read--wrap p {
    top: 55%;
    font-size: 2.8vw;
    line-height: 1.5;
  }
  .main-top{
    margin-top: 0px;
  }
}
.cmn--subheading--eng{
    color: rgb(92, 73, 41);
    margin-bottom: 4vw;
    position: relative;
    top: 20px;
}
.cmn--subheading--eng::before,
.cmn--subheading--eng::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  background: #d5ba90;
}
.cmn--subheading--eng::before {
  margin-right: 10px;
}
.cmn--subheading--eng::after {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .cmn--subheading--eng {
        top: 10px;
    }
}
.cmn--btn-—color-—black--01 {
    color: #fff;
    border: solid 1px #004d40;
    background-color: #004d40;
/*    float: left;*/
    margin-top: 10px;
}
.cmn--btn-—color-—black--01:hover {
    opacity: 0.5 ;
}
.cmn--btn-—color-—white--01 {
    color: #fff;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
/*    float: left;*/
    margin-top: 10px;
    /*opacity: 0.5*/
}
.cmn--btn-—color-—white--01:hover {
    opacity: 0.5 ;
}
@media screen and (max-width: 768px) {
    .cmn--btn-—color-—black--01 {
        margin-top: 10px;
        margin-bottom: 0;
    }
}

/* リード文 */
.main--contents {
  background-image: none;
}

.main--flexbox {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main--flexbox3{
    width: 100%;
    display: inline-flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
/*    justify-content: center;*/
}
.main--flexbox-A {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
}

.main--flexbox li {
    border-left: 1px solid #5c4929;
    border-right: 1px solid #5c4929;
}
.main--flexbox li+ li {
    border-left: 0;
    border-right: 1px solid #5c4929;
}

.main--flexitem {
    position: relative;
    width: 50%;
/*    border: #aaa solid 2px;*/
    text-align: center;
    background-color: #000;
}
.main--flexitem10 {
    position: relative;
    width: 40%;
/*    border: #aaa solid 2px;*/
    text-align: center;
    margin-left: 98px;
}

.main--flexitem10 a {
    position: absolute;
    top: 40%;
    left: 16%;
    height: 20%;
    width: 70%;
    border-radius: 10px;
}
/*
.main--flexitem a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    border-radius: 10px;
}
*/
/*
.main--flexitem a {
    position: absolute;
    top: 40%;
    left: 16%;
    height: 20%;
    width: 70%;
    border-radius: 10px;
}
*/
.main--flexitem div {
    margin: 0;
    padding: 0 2px;
}
.main--flexitem p {
    margin-top: 3px;
    padding: 0;
    font-size: 15px; 
    color: rgb(112, 98, 62);
}
.main--flexitem--div01 {
    position: absolute;
    top: 40%;
    left: 15%;
    height: 20%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}
.main--flexitem--div0 {
    position: absolute;
    background-color: rgba(255,255,255,0.3);
    width: 70%;
    height: 20%;
    top: 40%;
    left: 15%;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #fff;
    z-index: 1;
    text-shadow: 0px 0px 5px rgb(0, 0, 0, 1),0px 0px 5px rgb(0, 0, 0, 1);
}
.main--flexitem span{
    visibility:hidden;
}
.main--flexitem:hover span{
    visibility:visible;
}
.sp-text {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-20%);
  margin:0;
  padding:0; 
  color: white;
  line-height: 3vw;
  font-size: min(4vw, 18px);
}
.sp-text-shadow {
    text-shadow: 0px 0px 5px rgb(0, 0, 0, 1),0px 0px 5px rgb(0, 0, 0, 1),0px 0px 5px rgb(0, 0, 0, 1),0px 0px 5px rgb(0, 0, 0, 1);
}

/*.main--flexitem:hover img{
    opacity: 0.5;
}*/

.main--flexitem--div0 span{
    visibility:visible;
}
.main--flexitem:hover .main--flexitem--div0 {
    background-color: rgba(255,255,255,0);
    top: 20%;
}
.main--flexitem--div {
    display: table;
/*    margin-top: 40%;*/
    width: 100%;
    text-align: center;
}
.main--flexitem--p {
    display: table-cell;
    height: min(7vw, 75px);
    vertical-align: middle;
}

.main--flexbox1 {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.main--flexitem1 {
    position:relative;
    margin: 0;
    width: 49%;
    padding: 0;
    border-bottom: 1px solid #004d40;
    margin-bottom: 10px;
}
.main--flexitem2a {
    width: 35%;
    padding: 7px;
    text-align: left;
}
.main--flexitem2b {
    width: 65%;
    padding: 7px;
    text-align: left;
}
.main--flexitem2b p {
    font-size: 1.0vw;
    line-height: 1.5vw;
    margin-bottom: 15px;
    margin-top: 10px;
}
.main--flexitem2b2 {
    width: 65%;
    padding: 7px;
    text-align: left;
    /*padding-bottom: 60px;*/
}
.main--flexitem2b2 p {
    font-size: 1.0vw;
    line-height: 1.5vw;
    margin-bottom: 15px;
    margin-top: 10px;
}
.main--flexitem3 {
    width: 48%;
    padding: 0;
}

.main--flexbox_b {
    width: 100%;
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main--flexitem_b {
    position: relative;
    margin: 2.5px;              /* 外側の余白 */
    padding: 10px 5px;
    text-align: center;
}
.main--flexitem_b p {
    font-weight: 600;
    color: rgb(112, 98, 62);
}

.main--subheading {
    text-align: center;
/*    margin-top: -90px;*/
}
.main--subheading2 {
    text-align: center;
    margin-top: 80px;
}
.main--subheading h1 {
    color: #5c4929;
    font-size: min(5.0vw, 64px);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    position: relative;
}
.main--subheading h2 {
    color: #5c4929;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    position: relative;
    font-size: min(3vw, 30px);
}
.main--subheading h3 {
    color: #5c4929;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: min(2.6vw, 26px);
}
.main--subheading h4 {
    color: #5c4929;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    position: relative;
    font-size: min(2vw, 18px);
    font-weight: bold;
}
.main--subheading3 {
    margin-top: -60px;
}
.sub-text2{
    font-size: min(3vw, 25px);
    font-weight: bold;
    color: #fff;
}
.main--top--text{
   color: #5c4929;
   font-size: min(2.4vw, 24px);
   font-weight: 500;
   text-align: center;
}
/* 見出し中文字 */
.main--subheading .subh--text--mid {
    font-size: min(2vw, 20px);
}
/* 見出し小文字 */
.main--subheading .subh--text--sml {
    font-size: 18px;
}
.main--subheading .subh--text--sml2 {
    color: rgb(92, 73, 41);
    font-weight: 900;
    font-size: min(3vw, 18px);
    margin-bottom: 0px;
    
}
/* ボーダー付与 */
.main--subheading h2.subh--bdr::after {
    width: 100%;
    height: 3px;
    background: rgba(220, 202, 172, 1);
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
}

.main--subheading--eng {
  color: #5c4929;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.3vw, 15px);
  margin-bottom: 70px;
}
.main--subheading--eng::before,
.main--subheading--eng::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background: #5c4929;
}
.main--subheading--eng::before {
  margin-right: 10px;
}
.main--subheading--eng::after {
  margin-left: 10px;
}
.main--read--text--30 {
  font-size: 2vw;
}
.main--read--text--20 {
  font-size: 1.6vw;
}
.main--read--text--16 {
  font-size: 1.1vw;
}
.main--box1 {
    width: 100%;
    border: #aaa solid 2px;
    padding: 20px;
    text-align: center;
}
.main--box2 {
    background: rgba(213, 184, 144, 0.6);
    padding: 15px;
}
.main--box3 {
    color: #726241;
    font-size: 1.0vw;
    font-weight: bold;
    background-color: #dacab0;
    text-align: center;
    padding: 3px;
    margin-bottom: -25px;
    margin-left: 170px;
}
.main--btn {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
    font-size: 14px;
    width: calc(70% - 14px);
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.main--btn::after {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: 15px;
}
.main--btn--mid {
    margin: 0 auto;
}
.main--btn--rgt {
    margin: 0 0 0 auto;
}
.main--btn--fot {
    bottom: 20px;
    width: 44%;
}
.main--btn-a{
    bottom: 20px;
    width: 44%;
}
.content {
}

.inner {
  padding-top: 20px;
  display: flex;
  margin-left: -20px;
}


.main--contents table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
}

.main--contents table tr {
/*    background-color: #fff;*/
    padding: .35em;
    border-bottom: 1px dotted #bbb;
}
.main--contents table tr:first-child{
    border-top: 1px dotted #bbb
}
.main--contents table tr:last-child{
    border-bottom: 1px dotted #bbb
}
.main--contents table th,
.main--contents table td {
    padding: 0.5em 2.5em;
    vertical-align: middle;
    height: 55px;
}
.main--contents table th:last-child,
.main--contents table td:last-child{
    border: none;
}
.main--contents tbody th {
    background-color: rgb(238, 231, 213);
    width: 25%;
    text-align: left;
    font-weight: normal;
}

.main--read--text--21 {
  font-size: min(2.0vw, 17px);
}
.main--read--text--36 {
  font-size: 36px;
}

h2.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.txt{
   text-align: left;
   font-size: 1.0em;
}

.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
.g--map {
    height: 500px;
}
.main-hed{
    font-size: min(5vw, 40px);
}

@media screen and (max-width: 768px) {
  /* キービジュアル */
  .cmn--keyvis--wrap {
    background-image: url(../img/sightseeing/keyvis.jpg);
  }
  .cmn--keyvis--credit {
    font-size: 2.2vw;
  }
  /* リード文 */
  .main--contents {
    background-image: none;
    background-size: contain;
  }

  .main--flexbox li {
    border-left: #aaa solid 2px;;
    border-right: #aaa solid 2px;;
  }
  .main--flexbox li+ li {
    border-left: #aaa solid 2px;;
    border-right: #aaa solid 2px;;
  }
  .main--flexitem {
    width: 100%;
    position: relative;
    border-bottom: #fff solid 1px;
  }
  .main--flexitem span{
    visibility: visible;
  }

  .main--flexitem10 {
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
  .main--flexitem p {
    margin-top: 5px;
    font-size: 3.0vw;
  }
  .main--flexitem--div0 {
    top: 20%;
    width: 80%;
    left: 10%;

  }
  .main--flexitem--div {
  }
  .main--flexitem_b {
    width: 100%;
    padding: 0;
  }
  .main--flexitem_b img {
    height: 32px;
    width: auto;
  }
  .main--flexitem--p {
      height: min(12.5vw, 110px);
  }

  .main--flexbox1 {
    padding: 5px;
  }
  .main--flexbox3 {
    padding-right: 0px;
  }
  .main--flexitem1 {
    width: 100%;
  }
  .main--flexitem2a {
    width: 40%;
    margin: 0;
    padding: 0;
  }
  .main--flexitem2b {
    width: 50%;
    margin: 0;
  }
  .main--flexitem2b p {
    font-size: 2.9vw;
    line-height: 3.5vw;
    margin-top: 30px;
  }
  .main--flexitem2b2 {
    width: 60%;
    /*padding-bottom: 40px;*/
  }
  .main--flexitem2b2 p {
    font-size: 2.9vw;
    line-height: 5.0vw;
    margin-top: -4.5vw;
  }

  .main--subheading--eng {
    font-size: 3.0vw;
  }
　.main--read--text--30 {
    font-size: 4.0vw;
　}
  .main--read--text--20 {
    font-size: 4.0vw;
  }
  .main--read--text--16 {
    font-size: 2.8vw;
  }
  .main--subheading {
    margin-top: 1vw;
  }
  .main--subheading h1 {
    font-size: min(9.0vw, 40px);
  }
  .main--subheading h2 {
    font-size: 6.25vw;
    margin-bottom: 3vw;
  }
  .main--subheading h3 {
    font-size: 5.0vw;
  }
  .main--subheading h4 {
    font-size: 4.0vw;
  }
  /* 見出し中文字 */
  .main--subheading h2.subh--text--mid {
    font-size: 4.6vw;
  }
  /* 見出し小文字 */
  .main--subheading h2.subh--text--sml {
    font-size: 4vw;
  }
  .main--subheading .subh--text--sml2 {
    font-size: 4.0vw;
    margin-bottom: 30px;
  }
  /* ボーダー付与 */
  .main--subheading--eng {
    color: #5c4929;
    margin-bottom: 8vw;
  }
  .main--subheading--eng::before,
  .main--subheading--eng::after {
    content: "";
    display: block;
    height: 1px;
    width: 5vw;
    background: #5c4929;
  }
  .main--subheading--eng::before {
    margin-right: 3vw;
  }
  .main--subheading--eng::after {
    margin-left: 3vw;
  }
  .main--box2 {
    padding: 0;
  }
  .main--box3 {
    font-size: 2.9vw;
    padding: 1.0vw;
    margin-left: 35%;
    margin-bottom: 0;
  }
  .main--btn {
    font-size: 3.0vw;
    height: 8.5vw;
    /*width: calc(100% - 14px);*/
  }
  .main--btn::after {
    width: 3.75vw;
    height: 3.25vw;
    right: 2.75vw;
    font-size: 3.0vw;
  }
  .main--btn--fot {
    bottom: 5px;
  }
  .main--btn-a {
    bottom: 5px;
  }

  .main--contents table th,
  .main--contents table td {
    padding: 0.5em 0.5em;
  }
    
  .main--read--text--21 {
    font-size: 3.5vw;
/*    line-height: 7.0vw;*/
  }
  .main--read--text--36 {
    font-size: 4.5vw;
    line-height: 7.0vw;
  }

  .g--map {
    height: 80vw;
  }

  h2.anchor {
    padding-top: 10px;
    margin-top: -10px;
  }
    
  .main--subheading2 {
    text-align: center;
    margin-top: 60px;
  }
  .main--subheading3 {
    margin-top: -6.0vw;
  }
  .main--flexitem10 a {
    position: absolute;
    top: 10%;
    left: 16%;
    height: 20%;
    width: 70%;
    border-radius: 10px;
  }
  .main--flexitem a1 {
    position: absolute;
    top: 10%;
    left: 16%;
    height: 20%;
    width: 70%;
    border-radius: 10px;
  }
  .sp-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-20%);
  margin:0;
  padding:0; 
  color: white;
  line-height: 5vw;
  font-size: min(4vw, 18px);

  }
  .inner {
  padding-top: 0;
  display: flex;
  margin-left: -3vw;
  }
  .sub-text2{
    font-size: min(5vw, 25px);
    font-weight: bold;
    color: #fff;
  }
}


.flex-button {
    display: flex;
    padding: 10px;
}

.sub-text {
    padding: 6px;
}

.su-text {
    
}

