@charset "utf-8";

#vdbanner{
width:0;
height:0;
}

/* =========================
 共通項目
========================= */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: serif;
}

img {
  vertical-align: bottom;
}

body {
  font-family: serif;
  font-size: 1.14vw;
  color: #2d004d;
  line-height: 1;
  background-color: #ffffff;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

p {
  font-family: serif;
}

:root {
  --glay: #dcd8ef80;
  --boxp: #d2b0f366;
  --boxy: #fff099;
}

.gnav,
#stay h2,
#access h2,
#reservation h2 {
  font-family: serif;
}

/* =========================
 イメージアニメーション
========================= */
.fuwa {
  opacity: 0;
  animation: move00 4s both linear;
}

@keyframes move00 {
  100% {
    opacity: 1;
  }
}

.topimg img {
  width: 100%;
  height: 75vh;
  margin-top: 90px;
  object-fit: cover;
}

/* =========================
 ナビゲーション指定
========================= */
.navigation {
  width: 1400px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 100;
  background-color: #fff5;
  backdrop-filter: blur(5px);
}

h1 img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 14vw;
  padding: 20px 30px;
}

nav ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

nav ul li {
  font-family: serif;
}

nav ul li a {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 20px 10px 10px 10px;
  font-size: 0.7vw;
  text-align: center;
  line-height: 1.6;
}

nav ul li a span {
  font-size: 0.57vw;
}

.lang {
  font-family: serif;
  font-size: 0.7vw;
  display: flex;
  flex-direction: column;
  margin: auto 10px;
  line-height: 1.6;
  text-align: center;
  transition: transform 0.3s ease;
}

.lang:hover {
  transform: scale(1.1);
  color: #d8af28;
}

.lang span {
  font-size: 0.57vw;
}

.reserv-button a {
  color: #ffffff;
  margin: 20px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  font-size: 0.7vw;
  text-align: center;
  line-height: 1.6;
  padding: 5px 20px;
  background-color: #d8b628;
  backdrop-filter: blur(5px);
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.reserv-button a:hover {
  background-color: #bbb01c;
  transform: scale(1.05);
}

.reserv-button a span {
  font-size: 0.57vw;
}

/* =========================
 gnaviアニメーション
========================= */

.gnav ul li a {
  transition: transform 0.3s ease;
}

.gnav ul li:hover a {
  transform: scale(1.1);
  color: #d8af28;
}

/* =========================
 h2
========================= */

h2 {
  display: flex;
  flex-direction: column;
  margin: 120px auto 40px auto;
  font-size: 1.14vw;
  text-align: center;
  line-height: 1.6;
}
h2 span {
  font-size: 0.7vw;
}
.news {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.news img {
  max-width: 310px;
}
.news1,
.news2,
.news3,
.news4 {
  padding: 20px;
  transition: transform 0.3s ease;
}
.news1:hover,
.news2:hover,
.news3:hover,
.news4:hover {
  transform: scale(1.05);
}
.newsp {
  padding: 10px 0;
  text-align: right;
  font-size: 0.7vw;
  color: darkslategrey;
}
.newsdt {
  font-size: 0.85vw;
  font-weight: bold;
  padding: 15px 0;
}
.newsdd {
  font-size: 0.7vw;
  line-height: 1.6;
}
.button-news {
  display: flex;
  flex-direction: column;
  margin: 40px auto 150px auto;
  align-items: center;
}
.button-news button {
  width: 250px;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #dfdfdf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.button-news button:hover {
  transform: scale(1.05);
  background-color: #cacaca;
}

/* =========================
 TOPページ
========================= */
/* メイン指定 */
/* 幅指定 */
/* .concept_text,
.topstay,
.toprestaurant {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto 120px;
} */

/* section.concept */
/* .topconcept .concept_text {
  display: flex;
  justify-content: space-between;
} */

.concept {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  margin: 100px auto;
  background-image: url(./img/nightview4.jpg);
  background-size: 100%;
  color: #fff;
}

h3 {
  display: flex;
  flex-direction: column;
  margin: 80px auto 40px auto;
  font-size: 1vw;
  text-align: center;
  line-height: 1.6;
}

h3 span {
  font-size: 0.85vw;
  text-align: center;
}

.chowa span {
  font-size: 1vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.chowa p {
  font-size: 0.85vw;
  line-height: 3;
  margin-bottom: 80px;
}

/* =========================
 STAY・WEDDINGページ
========================= */

.stay,
.wedding {
  display: flex;
  justify-content: space-around;
}

.img-stay {
  width: 620px;
  height: 349px;
  background-image: url(./img/room_bed3.jpg);
  background-repeat: none;
  background-size: 620px;
  object-fit: contain;
  margin: 80px 0 80px 60px;
  display: flex;
  flex-direction: column;
  font-size: 1.74vw;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 5);
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
}

.img-stay p{
  position:absolute;
  font-size: 2vw;
  color: #afafaf;
  text-shadow: none;
  top: -3vh;
  left: -1vw;
  opacity: 0.8;
}

.img-wedding {
  width: 620px;
  height: 349px;
  background-image: url(./img/meal_table_decolation_2.jpg);
  background-repeat: none;
  background-size: 620px;
  object-fit: contain;
  margin: 80px 0 80px 60px;
  display: flex;
  flex-direction: column;
  font-size: 1.74vw;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 5);
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
}

.img-wedding p{
  position:absolute;
  font-size: 2vw;
  color: #afafaf;
  text-shadow: none;
  top: -3vh;
  left: -1vw;
  opacity: 0.8;
}

.img-stay span,
.img-wedding span,
.img-restaurant span,
.img-banquet span {
  font-size: 1.14vw
}

.text-stay,
.text-wedding {
  width: 680px;
  padding-left: 40px;
  height: auto;
  padding: 80px 60px;
}

.text-stay dl dt,
.text-wedding dl dt {
  font-size: 1vw;
  font-weight: bold;
  padding: 20px 0;
}

.text-stay dl dd,
.text-wedding dl dd {
  font-size: 0.85vw;
  margin-bottom: 60px;
  line-height: 1.8;
}

.button-stay,
.button-wedding {
  display: flex;
  flex-direction: column;
  margin: 40px 240px 0 160px;
}

.text-stay button,
.text-wedding button {
  width: 250px;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #dfdfdf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.text-stay button:hover,
.text-wedding button:hover {
  transform: scale(1.05);
  background-color: #cacaca;
}

/* =========================
 RESTAURANT・BANQUETページ
========================= */

.restaurant,
.banquet {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
}

.img-restaurant {
  width: 620px;
  height: 349px;
  background-image: url(./img/restaurant.jpg);
  background-repeat: none;
  background-size: 620px;
  object-fit: contain;
  margin: 80px 60px 80px 0;
  display: flex;
  flex-direction: column;
  font-size: 1.71vw;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 5);
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative;
}

.img-restaurant p{
  position:absolute;
  font-size: 2vw;
  color: #afafaf;
  text-shadow: none;
  top: -3vh;
  left: -1vw;
  opacity: 0.8;
}

.img-banquet {
  width: 620px;
  height: 349px;
  background-image: url(./img/banquet.jpg);
  background-repeat: none;
  background-size: 620px;
  object-fit: contain;
  margin: 80px 60px 80px 0;
  display: flex;
  flex-direction: column;
  font-size: 1.71vw;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 5);
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  position: relative
}

.img-banquet p{
  position:absolute;
  font-size: 2vw;
  color: #afafaf;
  text-shadow: none;
  top: -3vh;
  left: -1vw;
  opacity: 0.8;
}

.text-restaurant,
.text-banquet {
  width: 700px;
  padding-left: 40px;
  height: auto;
  padding: 80px 60px;
}

.text-restaurant dl dt,
.text-banquet dl dt {
  font-size: 1vw;
  font-weight: bold;
  padding: 20px 0;
}

.text-restaurant dl dd,
.text-banquet dl dd {
  font-size: 0.85vw;
  margin-bottom: 60px;
  line-height: 1.8;
}

.button-restaurant,
.button-banquet {
  display: flex;
  flex-direction: column;
  margin: 40px 240px 0 160px;
}

.text-restaurant button,
.text-banquet button {
  width: 250px;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #dfdfdf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.text-restaurant button:hover,
.text-banquet button:hover {
  transform: scale(1.05);
  background-color: #cacaca;
}

/* =========================
 RECOMENDページ
========================= */

h4 {
  display: flex;
  flex-direction: column;
  margin: 120px auto 40px auto;
  font-size: 1.14vw;
  text-align: center;
  line-height: 1.6;
}

h4 span {
  font-size: 0.71vw;
}

.recomend {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.recomend p {
  font-size: 0.71vw;
  font-weight: bold;
  padding: 10px 0;
}

.recomend img {
  max-width: 300px;
}

.recomend1,
.recomend2,
.recomend3,
.recomend4 {
  padding: 20px;
}

.dd-recomend {
  width: 300px;
  font-size: 0.64vw;
  line-height: 1.6;
  padding: 10px 0;
}

.button-recomend {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  align-items: center;
}

.button-recomend button {
  width: 280px;
  border: none;
  padding: 10px;
  border-radius: 30px;
  color: #fff;
  background-color: #d8b628;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.button-recomend button:hover {
  transform: scale(1.05);
  background-color: #bbb01c;
}

/* =========================
 予約フォーム
========================= */

form {
  max-width: 750px;
  display: flex;
  justify-content: space-evenly;
  background: #dfdfdf;
  padding: 5px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 80px auto 10px auto;
}

label {
  display: block;
  margin: 10px 0 5px;
  font-size: 0.71vw;
}

input[type="number"] {
  width: 80px;
  height: 30px;
  padding: 0 8px;
  font-size: 0.71vw;
  border: 1px solid #ccc;
  border-radius: 6px;
}

input[type="date"],
select {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  font-size: 0.71vw;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.checkin,
.nights,
.guests,
.rooms,
.submit {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

button[type="submit"] {
  width: 130px;
  height: 30px;
  padding: 0 8px;
  font-size: 0.85vw;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #d8b628;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 10px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.submit button:hover {
  background-color: #bbb01c;
  transform: scale(1.05);
}

.p-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85vw;
  margin: 20px auto 120px auto;
}

/* =========================
 ACCESSページ
========================= */

h5 {
  display: flex;
  flex-direction: column;
  margin: 20px auto 40px auto;
  font-size: 1.14vw;
  text-align: center;
  line-height: 1.6;
}

h5 span {
  font-size: 0.71vw;
  text-align: center;
}

.access {
  display: flex;
  background-color: #f5f5f5;
}

.map {
  width: 620px;
  height: 400px;
  object-fit: contain;
  margin: 80px 60px 80px 0;
}

iframe {
  width: 620px;
  height: 400px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.text-access {
  width: 700px;
  padding-left: 40px;
  height: auto;
  padding: 80px 60px;
}

.text-access dl dd {
  font-size: 0.85vw;
  line-height: 1.8;
  padding-left: 120px;
}

.text-access dl dd span {
  font-size: 0.71vw;
  line-height: 1.8;
}

.button-access {
  display: flex;
  flex-direction: column;
  margin: 40px 240px 0 160px;
}

.text-access button {
  width: 250px;
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #dfdfdf;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.text-access button:hover {
  transform: scale(1.05);
  background-color: #cacaca;
}

/* =========================
 フッター
========================= */

footer {
  display: flex;
}

.left-footer {
  width: 620px;
  height: 349px;
  object-fit: contain;
  margin: 80px 60px;
  border-right: 1px solid #5b8f8f;
}

.img-footer {
  width: 200px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.text-footer {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  font-size: 0.71vw;
  line-height: 1.5;
}

.phone-footer,
.mail-footer {
  width: 400px;
  padding: 15px;
  display: flex;
  font-size: 0.85vw;
  flex-direction: row;
  margin: 20px auto;
  border: 1px solid #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.phone-footer:hover,
.mail-footer:hover {
  transform: scale(1.02);
  color: #d8af28;
}

.phone-footer img,
.mail-footer img {
  width: 20px;
  margin: 0 20px 0 20px;
}

.phone {
  font-size: 0.71vw;
  text-align: center;
}

.right-footer {
  width: 700px;
}

.link {
  display: flex;
  margin: 80px 60px 0 60px;
  justify-content: flex-start;
}

.link ul li a {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 20px 20px 0 0;
  font-size: 0.71vw;
  line-height: 1.6;
  transition: transform 0.3s ease;
}

.link ul li a:hover {
  transform: scale(1.02);
  color: #d8af28;
}

.sns {
  display: flex;
  justify-content: flex-end;
  margin: 20px 60px 0 60px;
}

.sns img {
  width: 40px;
  margin: 10px;
  transition: transform 0.3s ease;
  ;
}

.sns img:hover {
  transform: scale(1.2);
}

.copy {
  display: flex;
  font-size: 00.71vw;
  flex-direction: column;
  margin: 0 auto 40px auto;
  align-items: center;
}

/* =========================
 レスポンシブ
========================= */

@media (max-width:520px) {
  .topimg img {
    width: 100%;
    object-fit: cover;
    height:calc(80vh - 20px);
  }

  .navigation {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }

  h1 img {
    max-width: 110px;
    margin: 20px;
    padding: 0;
  }

  nav ul {
    display: none;
  }
  .lang {
    font-size: 0.7rem;
    margin: 22px 0 10px 20px;
  }
  .lang span {
    font-size: 0.5rem;
  }
  .reserv-button a {
    font-size: 0.7rem;
  }
  .reserv-button a span {
    font-size: 0.5rem;
  }
  h2 {
    font-size: 1rem;
    margin-top: 8vh;
  }
  h2 span {
    font-size: 0.7rem;
  }
  .news {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-right: 20px;
    justify-content: center;

  }
  .news img {
    width: 100%;
  }
  .news1,
  .news2,
  .news3,
  .news4 {
    width: 100%;
  }
  .newsp {
    font-size: 0.9rem;
    margin-right:10px;
    padding-bottom: 0;
  }
  .newsdt {
    font-size: 0.85rem;
  line-height: 1.4;
  padding: 15px 0;
}
  .newsdd {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .button-news button{
    width: 200px;
    font-size: 0.8rem;
    margin-bottom: 1vh;
  }

  .concept {
    background-image: url(./img/nightview3.jpg);
    max-width: 100%;
    object-fit: contain;
    margin: 0;
  }

  h3 {
    margin: 8vh auto 4vh auto;
    font-size: 2.25vw;
    line-height: 1.2;
  }

  h3 span {
    font-size: 1.5vw;
  }

  .chowa span {
    font-size: 1.75vw;
  }

  .chowa p {
    font-size: 1.5vw;
    line-height: 2;
  }

  /* ///ここからSTAY・WEDDINGページ/// */

  .stay,
  .wedding {
    display: block;
    justify-content: space-around;
  }

  .img-stay,
  .img-wedding {
    width: 90vw;
    height: 30vh;
    background-size: 90vw;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    margin: 8vh auto 0 auto;
  }

  .img-stay span,
  .img-wedding span,
  .img-restaurant span,
  .img-banquet span {
    font-size: 0.9rem
  }

  .text-stay,
  .text-wedding {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 60px;
  }

  .text-stay dl dt,
  .text-wedding dl dt {
    font-size: 0.72rem;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
  }

  .text-stay dl dd,
  .text-wedding dl dd {
    font-size: 0.65rem;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  .button-stay,
  .button-wedding {
    display: flex;
    flex-direction: column;
    margin: 6vh auto 10vh auto;
    align-items: center;
  }

  .text-stay button,
  .text-wedding button {
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #dfdfdf;
    transition: transform 0.3s ease;
  }

  .text-stay button:hover,
  .text-wedding button:hover {
    transform: scale(1.05);
    background-color: #cacaca;
  }

  /* /ここからRESTAURANT・BANQUETページ/ */

  .restaurant,
  .banquet {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    background-color: #f5f5f5;
  }

  .img-restaurant,
  .img-banquet {
    width: 90vw;
    height: 30vh;
    background-size: 90vw;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    margin: 8vh auto 0 auto;
  }

  .text-restaurant,
  .text-banquet {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 60px;
  }

  .text-restaurant dl dt,
  .text-banquet dl dt {
    font-size: 0.72rem;
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
  }

  .text-restaurant dl dd,
  .text-banquet dl dd {
    font-size: 0.65rem;
    margin-bottom: 40px;
    line-height: 2;
  }

  .button-restaurant,
  .button-banquet {
    display: flex;
    flex-direction: column;
    margin: 6vh auto 10vh auto;
    align-items: center;
  }

  .text-restaurant button,
  .text-banquet button {
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #dfdfdf;
    transition: transform 0.3s ease;
  }

  .text-restaurant button:hover,
  .text-banquet button:hover {
    transform: scale(1.05);
    background-color: #cacaca;
  }

  .img-wedding p,
  .img-banquet p,
  .img-restaurant p,
  .img-stay p{
    font-size: 1rem;
    text-shadow: 4px 4px 5px #fff;
  }

  /* /////ここからRECOMENDページ///// */

  h4 {
    font-size: 1rem;
    margin-top: 8vh;
  }

  h4 span {
    font-size: 0.7rem;
  }

  .recomend {
    max-width: 100%;
    display: flex;
    flex-direction: column;
     margin-left:15px;
  }
  .recomend img {
    width: 100%;;
  }

  .recomend p {
    width: 100%;
    font-size: 0.9rem;
    margin: 5px 0;
  }

  .recomend1,
  .recomend2,
  .recomend3,
  .recomend4 {
    width: 90%;
    margin: 20px 0 20px 10px;  
    border-radius: 20px;
    box-shadow: 4px 4px 10px #c9c9c9;
  }

  .dd-recomend {
    margin: 8px 0;
    max-width: 100%;
    font-size: 0.7rem;
    line-height: 1.7;
  }

  .button-recomend button {
    width: 60vw;
    padding: 8px;
    font-size: 0.7rem;
  }

  /* /////ここから予約フォーム///// */
  form {
    max-width: 85vw;
    display: block;
    margin: 6vh auto 1vh auto;
  }

  label {
    display: block;
    margin: 1.5vh 0 1.2vh 0;
    font-size: 0.7rem;
    font-weight: bold;
  }

  select,
  input[type="number"],
  input[type="date"],
  button {
    width: 100%;
    font-size: 0.7rem;
  }

  .submit button {
    margin: 0 auto 1vh auto;
    font-size: 0.7rem;
    align-items: center;
    transition: transrate 0.3 ease;
    box-shadow: 4px 4px 10px #9a9999;
  }

  .p-form {
    font-size: 0.6rem;
  }


  /* /////ここからアクセスページ///// */

  h5 {
    font-size: 1rem;
  }

  h5 span {
    font-size: 0.7rem;
  }

  .access {
    display: block;
    height: 100vh;
  }

  iframe{
    width: 80vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .map {
    width: 100%;
    height: 30vh;
    object-fit: contain;
    margin: 2vh auto;
  }

  .text-access {
    width: 100%;
    height: auto;
    padding: 60px;
    margin: 0 auto;
  }

  .text-access dl dd {
    font-size: 0.52rem;
    line-height: 1.8;
    margin: 0 auto;
    padding-left: 0;
  }

  .text-access dl dd span {
    font-size: 0.5rem;
    line-height: 1.8;
  }

  .button-access {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4vh auto 0 auto;
  }

  .text-access button {
    width: 40vw;
    border: none;
    font-size: 0.7rem;
    padding: 1vh 3vw;
    border-radius: 30px;
    background-color: #dfdfdf;
    transition: transform 0.3s ease;
  }

  .text-access button:hover {
    transform: scale(1.05);
    background-color: #cacaca;
  }

  /* ////ここからfooter指定////*/

  footer {
    display: block;
  }

  .left-footer {
    width: 100%;
    border-right: none;
    margin: 6vh auto;
  }

  .img-footer{
    width: 45vw;
  }
  .text-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 4vh auto;
    align-items: center;
    line-height: 1.5;
    font-size: 0.7rem;
  }

  .phone-footer,
  .mail-footer {
    width: 80vw;
    padding: 20px;
    display: flex;
    flex-direction: row;
    font-size: 0.9rem;
    margin: 2vh auto;
    border: 1px solid #000;
    transition: transform 0.3s ease;
  }

  .phone-footer:hover,
  .mail-footer:hover {
    transform: scale(1.02);
    color: #d8af28;
  }

  .phone-footer img,
  .mail-footer img {
    width: 20px;
    margin: 0 20px 0 20px;
  }

  .phone {
    font-size: 0.7rem;
    text-align: center;
  }

  .right-footer {
    width: 100%;
  }

  .link {
    display: flex;
    margin: 8vh auto 0 auto;
    justify-content: center;
  }

  .link ul li a {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    padding: 20px 20px 0 0;
    font-size: 0.7rem;
    line-height: 1.6;
    transition: transform 0.3s ease;
  }

  .link ul li a:hover {
    transform: scale(1.02);
    color: #d8af28;
  }

  .sns {
    display: flex;
    justify-content: center;
    margin: 4vh auto;
  }

  .sns img {
    width: 8vw;
    margin: 10px;
    transition: transform 0.3s ease;
    ;
  }
  .sns img:hover {
    transform: scale(1.2);
  }
  .copy {
    font-size: 0.6rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto 4vh auto;
    align-content: center;
  }



}

/* ここから過去ページのCSS */
/* .topbox1 h2 {
  font-family: serif;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .textbox1 h3 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
}

.textbox1 p {
  line-height: 2.1;
}

.textbox1 {
  padding-top: 150px;
  background-color: #ffffff4d;
}

.concept_back {
  position: relative;
} */
/* 
.concept_back p {
  color: var(--glay);
  font-family: serif;
}

.concept_back p:first-child {
  font-size: 95px;
  line-height: 1.2;
  position: absolute;
  bottom: 300px;
  left: 50%;
  z-index: -1;
}

.concept_back p:last-child {
  font-size: 50px;
  line-height: 1.5;
  position: absolute;
  bottom: 120px;
  left: 8%;

} */

/* section.stay and section.restaurant*/
/* .topstay img,
.toprestaurant img {
  width: 600px;
  height: 450px;
  object-fit: cover;
  z-index: 2;
}

.stayimg,
.restimg {
  position: relative;
} */

/* .stayimg::before,
.stayimg::after,
.restimg::before,
.restimg::after {
  content: "";
  display: block;
  width: 600px;
  height: 450px;
  background-color: var(--boxp);
  opacity: 0.9;
  position: absolute;
  top: 220px;
  left: 20px;
  z-index: -2;
} */

/* .stayimg::after {
  background-color: var(--boxy);
  opacity: 0.6;
  top: 240px;
  left: 40px;
  z-index: -3;
}

.restimg::before {
  background-color: var(--boxy);
  opacity: 0.6;
  top: 180px;
  left: -580px;
} */

/* .restimg::after {
  top: 160px;
  left: -560px;
  z-index: -3;
} */

/* .topbox2,
.topbox3 {
  width: 450px;
  height: 450px;
  background-color: var(--boxy);
  position: relative;
  /* z-index: -2; */

/* .topbox2 h2, */
/* .topbox3 h2 {
  font-family: serif;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .topbox2 h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: #555;
  position: absolute;
  bottom: -25px;
} */

/* .topbox3 h2::after {
  content: "";
  display: block;
  width: 230px;
  height: 2px;
  background-color: #2d004d;
  position: absolute;
  bottom: -25px;
} */

/* .topbox2 button {
  display: inline-block;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  bottom: 30px;
  right: 70px;
  cursor: pointer;
} */

/* .topbox2 button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: -39px;
  width: 50%;
  height: 1px;
  background-color: #2d004d;
  transition: all .3s;
} */
/* 
.topbox2 button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: -40px;
  width: 15px;
  height: 1px;
  background-color: #2d004d;
  transform: rotate(40deg);
  transition: all .3s;
} */

/* .topbox2 button:hover::before {
  right: -49px;
} */

/* .topbox2 button:hover::after {
  right: -50px;
}

.topbox3 button {
  display: inline-block;
  border: none;
  background: transparent;
  position: absolute;
  bottom: 30px;
  left: 70px;
  cursor: pointer;
  outline: none;
}

.topbox3 button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: -39px;
  width: 50%;
  height: 1px;
  background-color: #2d004d;
  transition: all .3s;
}

.topbox3 button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: -40px;
  width: 15px;
  height: 1px;
  background-color: #2d004d;
  transform: rotate(-40deg);
  transition: all .3s;
}

.topbox3 button:hover::before {
  left: -49px;
}

.topbox3 button:hover::after {
  left: -50px;
}

.flexbox {
  display: flex;
} */

/* .topstay,
.toprestaurant {
  position: relative;
  margin-bottom: 400px;
}

.topstay .flexbox {
  flex-direction: row-reverse;
  justify-content: space-between;
} */

/* .topstay .flexbox img {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -2;
}

.topstay p {
  position: absolute;
  top: 30px;
  left: 10%;
  line-height: 1.5;
  opacity: 0.6;
} */

/* .topstay p,
.toprestaurant p {
  font-size: 95px;
  color: var(--glay);
  font-family: serif;
}

.toprestaurant .flexbox {
  justify-content: space-between;
}

.toprestaurant .topbox {
  background-color: var(--boxp);
}

.toprestaurant p {
  position: absolute;
  font-size: 85px;
  right: 0;
  top: 0;
} */

/* .toprestaurant .flexbox img {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -2;
}

/* section.wedding */

/* .topwedding .weddingimg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
} */

/* .topwedding {
  padding-bottom: 300px;
  position: relative;
} */

/* .flexbox2 {
  width: 90%;
  max-width: 1500px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
} */

/* .topbox4 {
  width: 450px;
  height: 450px;
  background-color: rgba(255, 240, 153, 0.6);
  position: absolute;
} * */

/* .topbox4 h2 {
  font-family: serif;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topbox4 h2::after {
  content: "";
  display: block;
  width: 175px;
  height: 2px;
  background-color: #2d004d;
  position: absolute;
  bottom: -25px;
} */

/* .topbox4 button {
  display: inline-block;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  bottom: 30px;
  left: 70px;
  cursor: pointer;
}

.topbox4 button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: -39px;
  width: 50%;
  height: 1px;
  background-color: #2d004d;
  transition: all .3s;
} */

/* .topbox4 button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  left: -40px;
  width: 15px;
  height: 1px;
  background-color: #2d004d;
  transform: rotate(-40deg);
  transition: all .3s;
}

.topbox4 button:hover::before {
  left: -49px;
}

.topbox4 button:hover::after {
  left: -50px;
} */


/* .topwedding p {
  font-family: 'Dancing Script', cursive;
  font-size: 8em;
  text-align: center;
  color: #eeb4f5;
  position: absolute;
  top: 60%;
  left: 15%;
  transform: rotate(-20deg);
} */