@charset "UTF-8";h2
html {
  font-size: 100%;
}
body {
  font-family: 'Cinzel','Noto Serif', 'Libre Baskerville', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
  color: #653d3d;
	background-image: url("img/bg.jpg");
}
img {
  max-width: 100%;
  vertical-align: middle;
	/* padding: 10px 10px; */
}
.page-header img {
  height: auto;
}

a:hover {
  opacity: 0.7;
}

h1 a:hover {
  opacity: 1;
}
/*! -----layout----- */
.wrapper {
  max-width: 1280px;
  padding: 0 2%;
  margin: 16px auto;
  text-align: center;
}
@media (max-width: 860px) {
  .wrapper {
    padding: 0 4%;
  }
}
li {
  list-style: none;
}
.link {
  background-color: #b87777;
  color: #fff;
  border-radius: 25px;
  padding: 10px 32px;
	font-weight: bold;
	font-family: 'Libre Baskerville';
}
a {
  text-decoration: none;
}
/* a:not(h1 a):hover {
  opacity: 0.7;
} */
button:not(.page-top):hover {
    background-color: #cc8484;
		opacity: 0.7;
}

/* ! -----notice-----
.notice {
  text-align: center;
  background-color: #fff;
}
.notice a {
  line-height: 2;
  text-decoration: underline;
}
.notice.for-sp {
  display: none;
}
@media (max-width: 860px) {
  .notice.for-pc {
    display: none;
  }
  .notice.for-sp {
    display: block;
    background: transparent;
  }
} */
/*! -----header----- */
.page-header {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media (max-width: 860px) {
.top{
  display: none;
}
}
/* コンテナ */
#container {
	display: grid;
	grid-template-rows: 50px 80px;
	grid-template-columns: 200px 1fr;
}

/* アイテム */
#itemA {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	padding: 20px;
}
#itemB {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	/* text-align: right; */
}
#itemC {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	text-align: center;
}
@media (max-width: 860px) {
   .page-header {
    position: static;
  }
	  .page-header img{
    width: 120px;
    margin: 10%;
  }
  #itemA {
    padding: 0%;
  }
}
.header-tel {
    margin-right: 15px;
    /* text-align: right; */
		/* padding-right: 2rem; */
		display: flex;
	 justify-content: flex-end;
}
.header-tel a {
    padding-left: 32px;
    font-size: 2rem;
    font-family: 'Libre Baskerville', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
a {
    color: #4d3800;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
 .header-open {
    font-size: 12px;
		padding: 13px;
}
@media (max-width: 860px) {
	.header-tel a{
		font-size: 1.3rem;
	}
	.header-open{
		display: none;
	}
	#itemB {
	grid-row: 2;
	grid-column: 1 / 3;
	/* text-align: right; */
	margin: 10px;
}
}

/* g-nav */

@media (min-width: 860px) {
   .en {
        margin-bottom: 2px;
        font-size: 1rem;
        font-family: 'Cinzel';
        letter-spacing: 2px;
        display: block;
    }
	  .jp {
        font-size: 0.75rem;
        display: block;
    }
    .none{
      display: none;
    }
}
.g-nav {
  display: flex;
  /* align-items: center;
  justify-content: space-between;
  position: relative; */
	justify-content: flex-end;
	padding-right: 3rem;
}
@media (max-width: 860px) {
  .g-nav {
    justify-content: right;
  }
}
.g-nav ul {
  display: flex;
  justify-content: space-between;
}
.g-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
}
.g-nav .list-item {
  padding: 8px;
}
.g-nav .list-item a {
  /* display: block; */
  /* padding: 0 8px; */
  min-width: 80px;
  /* font-size: 0.8rem; */
  /* line-height: 60px; */
  text-decoration: none;
  /* font-weight: bold; */
  text-align: center;
  color: #653d3d;
}
@media (min-width: 860px) {
	.g-nav .for-sp {
		display: none;
	}
}

/*! -----hamburger----- */
.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 10px;
  z-index: 3;
  font-size: 2rem;
  color: #653d3d;
  display: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15%; 
}
@media (max-width: 860px) {
	.hamburger {
		display: block;
	}
 .g-nav {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100dvh;
    background: #eee;
    transition: all 0.3s;
  }
  .g-nav.open {
    transform: translate3d(-100%, 0, 0);
  }
  .g-nav ul {
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    padding: 10dvh 0;
  }
  .g-nav ul {
    font-size: 1.5rem;
  }
  .g-nav .list-item a {
    font-size: 1.25rem;
  }
  .g-nav .for-sp {
    display: block;
  }
  .g-nav li:first-of-type {
    background: rgba(255, 255, 255, 0.9);
  }
  .g-nav .list-item::before {
    display: none;
  }
}

/*! -----footer----- */

.footer-logo {
	background-color: #fff;
	opacity: 0.6;
	width: 250px;
}

footer {
  background-color: #bb9494;
}
.page-footer {
  display: flex;
  justify-content: space-between;
  padding-block: 40px;
  color: #fff;
  text-align: left;
}
@media (max-width: 860px) {
  .page-footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.page-footer a {
  text-decoration: none;
  color: #fff;
}
.benefy-info {
  display: flex;
  gap: 40px;
}
@media (max-width: 860px) {
  .benefy-info {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 860px) {
    .footer-logo {
      background-color: #fff;
      opacity: 0.6;
      width: 100px;
    }
}

.benefy-info img {
  padding: 20px;
}
.benefy-info .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 860px) {
  .benefy-info .text-box {
    line-height: 2;
  }
}
.page-footer .other-link {
  display: flex;
  gap: 40px;
}
@media (max-width: 860px) {
  .page-footer .other-link {
    font-size: 0.9rem;
    gap: 30px;
  }
}
.page-footer .other-link li {
  list-style-type: '- ';
}
.page-footer .other-link li:not(:last-of-type) {
  margin-bottom: 16px;
}

/*! -----to top button */
.page-top {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: #653d3d;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  position: fixed;
  right: 5%;
  bottom: 5%;
}
@media (max-width: 860px) {
  .page-top {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    right: 5dvw;
    bottom: 5dvw;
  }
}


 /* main-visual--------------------------------------------- */

 p {
  font-family: auto;
 }

 .m-visual {
  width: 100%;
  background-color: #bb9494;
  margin-top: 0;
  position: relative;
}
 .img-box {
display: flex;
  /* flex-direction: row; */
  justify-content: center;
  align-items: center;
}
.key-visual-p{
  padding: 10px;
}
@media (min-width: 860px) {
  .key-visual-s{
    display: none;
}
}
  .img-box h2{
  background-color: rgba(255, 255, 255, 62%);
  }
.kv-en{
  font-family: 'Noto Serif';
}

@media (max-width: 860px) {
  .m-visual {
    margin-top: 0;
    padding: 4px 16px;
  }
  .img-box {
    flex-direction: column;
  }
  .key-visual-p{
  display: none;
}
.top-hero-text{
  display: none;
}
  .top-hero-title{
    font-size: 1.3rem;
  }
  .top-hero-comment-1{
    font-size: 0.7rem;
  }
  .top-hero-comment-2{
    display: none;
  }
  .s-none{
    display: none;
  }
 }

.m-visual .img-box {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  justify-content: center;
  padding-bottom: 30px;
}
.img-box img {
  height: auto;
  width: 650px;
}
@media (max-width: 860px) {
  .m-visual .img-box {
    padding-bottom: 20px;
  }
}
.key-visual img{
	padding: 0;
	position: relative;
	width: 470px;
	margin-right: 1px;
}
.underline{
  text-decoration:underline;
}
.pink {
  padding: 2px 24px;
  margin-top: 20px;
  border-bottom: 2px solid #b87777;
}
@media (min-width: 860px) {
  .pink {
    margin-top: 44px;
    margin-left: 5px;
  }
}
/* h3{
  text-align: left;
} */
.syokai{
  background-color: #ffecec;
  padding: 8px 4px;
}

/* メニュー-------------------------------- */

.pink {
  padding: 2px 24px;
  margin-top: 20px;
  margin-bottom: 32px;
  border-bottom: 2px solid #b87777;
  text-align: center;

}
@media (min-width: 860px) {
  .pink {
    margin-top: 44px;
    margin-left: 5px;
  }
}
.address {
  text-align: center;
  margin: 1rem;
  font-size: 1rem;
}
.tpn {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-align: left;
}

.location-li {
  margin: 1rem;
  font-size: 1rem;
  text-align: left;
}
.bold {
  font-weight: bold;
}
.caution {
  font-size: 0.8rem;
  font-weight: normal;
  text-align: left;
  margin: 0.5rem 0;
}

/* siltaslistroom -------------------*/
.room-card {
  max-width: 950px;
  border: solid 0.5px #3c3c3c;
  display: flex;
  padding: 1em 1.5em;
  gap: 1.5em;
  margin-bottom: 1.25em;
  margin: 0 auto;
  margin-top: 10px;
}
@media (max-width: 860px) {
  .room-card {
    width: 92%;
    margin: 0 4% 4%;
    padding:1rem;
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
}
.room-card:last-child {
      margin-top: 10px;
  margin-bottom: 80px;

}
.room-card > img {
  width: 275px;
  height: 180px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 860px) {
  .room-card > img {
    width: 100%;
    height: 150px;
   object-fit: cover;
  }
}
.room-card-detial {
  flex: auto;
}
@media (max-width: 860px) {
  .room-card-detial {
    /* padding: 1em; */
  }
}
.room-card-name {
  text-align: left;
  margin-bottom: 10px;
}
.room-card-name span {
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 860px) {
  .room-card-detial h4 {
    font-size: 0.9rem;
  }
  .syousai {
    font-size: 0.7rem;
  }
}
.room-card-detial ul {
  gap: 0.3rem;
}
.room-card-name ul {
  display: flex;
  flex-wrap: wrap;
}


.room-card-detial ul img {
  width: 2em;
  margin-right: 0.5em;
}
.room-card-price {
  /* text-align: right; */
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 860px) {
  .room-card-price {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
}

.room-card-price span {
  font-size: 20px;
  padding-right: 1em;
}
@media (max-width: 860px) {
  .room-card-price span {
    font-size: 0.8em;
    padding-right: 0.5em;
    font-weight: normal;
  }
}
.room-card-btn {
  display: flex;
  justify-content: center;
  margin: 8px;
}
@media (max-width: 860px) {
  .room-card-btn {
    justify-content: center;
  }
}
.room-card-btn a {
  color: #fff;
  font-weight: bold;
  display: block;
}
.bg-umeda {
  background-color: #cc8484;
  color: #fff;
  float: left;
  margin-bottom: 5px;
  text-align: left;
  white-space: nowrap;
}

/* デスクトップ横並び------------------ */
@media (min-width: 861px) {
  .location {
    display: flex;
    width: 100%;
    gap: 1rem;
    margin: 2rem;
  }
  .location-info {
    /* width: 60%; */
    padding: 0;
  }
  iframe {
    /* width: 100%; */
    margin: 2rem;
  }
}
h4
/* スマホ-------------------------------------- */
@media (max-width: 860px) {
  iframe {
    width: 100%;
    height: 300px;
  }
}



/* SNS----------------------------------------- */

@media(min-width: 860px){
.sns{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0;
  /* margin-top: 2.5rem; */
  }
.sns-item{
  flex: 1;
  }
}

.sns{
  margin-top: 1.5rem;
}
.sns-item{
  margin-bottom: 2rem;
}
/* .sns-item .heading-medium{
  margin-bottom: 1.5rem;
} */
.sns-youtube{
  aspect-ratio: 16/9;
}
.sns-youtube iframe{
  height: 100%;
  width: 100%;
  transform: scale(0.85);
}
.sns-insta iframe{
   height: 100%;
  width: 100%;
  transform: scale(0.75);
  aspect-ratio: 3/4
}