@charset "UTF-8";

.color-iromenu {
  color: #004D60;
}

.color-iromenu2 {
  color: #88862B;
}

.t-minc-4xl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.5;
}

.t-minc-3xl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.5;
}

.t-minc-2xl {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.5;
}

.t-minc-xl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.5;
}

.t-minc-lg {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  line-height: 1.5;
}

.t-minc-base {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.5;
}

.t-minc-m {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.5;
}

.t-minc-xs {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 1.5;
}

.t-minc-2xs {
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  line-height: 1.5;
}

.t-s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.t-2xs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.txt-center {
  text-align: center;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.5;
}

.lh-normal {
  line-height: 1.7;
}

.lh-loose {
  line-height: 1.9;
}

.lh-xl {
  line-height: 2;
}

.ls-wide {
  letter-spacing: 0.05em;
}

.ls-wider {
  letter-spacing: 0.1em;
}

.pb10 {
  padding-bottom: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.access {
  background-color: #fff;
}

.sns--subtitle {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-size: 17px;
}
.sns--title {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-size: 40px;
}
.sns--kana {
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-size: 17px;
}

.sns_botton {
  background-color: #bbcce9;
  border-radius: 10px;
  padding: 20px 40px;
  height: 50px;
  position: relative;
}
.sns_botton img {
  width: 50px;
}
.sns_botton .t-minc-base.txt-center.lh-loose {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  display: inline;
  text-align: left;
}

.sns_botton2 {
  background-color: #bbcce9;
  border-radius: 10px;
  padding: 20px 40px;
  height: 50px;
  position: relative;
}
.sns_botton2 img {
  width: 50px;
}
.sns_botton2 .t-minc-base.txt-center.lh-loose {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  display: inline;
  text-align: left;
}

.sns_logo_left {
  float: left;
  padding-right: 25px;
}

.logos {
  height: 75px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media screen and (max-width: 640px) {
  .sns--subtitle {
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #222;
    font-size: 13px;
  }
  .sns--title {
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #222;
    font-size: 40px;
  }
  .sns--kana {
    display: block;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    color: #222;
    font-size: 13px;
  }
}
footer {
  padding: 25px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0px 0px 0px;
  }
}
.copyright {
  display: block;
  text-align: center;
  color: #222;
  margin-top: 8px;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #222;
  border-right: solid 1px #222;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #222;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
    padding: 0 10px;
    border-left: solid 1px #222 !important;
    border-right: solid 1px #222 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
  }
  #hotel_link > li + li {
    margin-top: 10px;
  }
}
br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
}
.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pcswap {
    display: none !important;
  }
  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}
.description {
  font-size: 13px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: left;
}
ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 13px;
  color: #222;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #222;
}

@media (max-width: 768px) {
  ul.description {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 13px;
    color: #222;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.img-frame {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img-frame {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: 0 auto;
  }
}
.img-01, .img-02, .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  -webkit-transform: scale(1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.img-01 {
  background-image: url("../images/topphoto1.jpg");
  animation: hero-fade-01 24s infinite;
}

.img-02 {
  background-image: url("../images/topphoto2.jpg");
  animation: hero-fade-02 24s infinite;
}

.img-03 {
  background-image: url("../images/topphoto3.jpg");
  animation: hero-fade-03 24s infinite;
}

@media screen and (max-width: 767px) {
  .img-frame {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1320/2000;
    overflow: hidden;
    margin: 0 auto;
  }
  .img-01,
  .img-02,
  .img-03 {
    background-size: 100% auto;
    background-position: center top;
  }
  .img-01 {
    background-image: url("../images/topphoto1_sp.jpg");
  }
  .img-02 {
    background-image: url("../images/topphoto2_sp.jpg");
  }
  .img-03 {
    background-image: url("../images/topphoto3_sp.jpg");
  }
}
@keyframes hero-fade-01 {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hero-fade-02 {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  30% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hero-fade-03 {
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  60% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}
.section__title {
  background-image: url(../images/section_back1.webp);
  background-color: #fff;
}
.section__toplink {
  background-color: #fff;
}
.section__contents2 {
  background-image: url(../images/section_back2.webp);
  padding-top: 60px;
  background-color: #fff;
}
.section__contents3 {
  background-image: url(../images/section_back34.webp);
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #fff;
}

h2 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h3 {
  font-weight: 900;
}

.item_rev3 {
  text-align: center;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  color: #222;
}

a:hover {
  opacity: 0.5;
}

.txt_pcleft_spcenter {
  text-align: left;
}

@media (min-width: 769px) {
  .profile-text-block {
    padding-left: 24px;
  }
}

.bisyoku_mark {
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 20px;
  display: block;
}

.bisyoku_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bisyoku_flex .bisyoku_heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bisyoku_flex .bisyoku_mark {
  margin: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .txt_pcleft_spcenter {
    text-align: center;
  }
  .hero-catchcopy {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
  }
  .bisyoku_flex {
    flex-direction: column;
    gap: 0;
  }
  .bisyoku_flex .bisyoku_heading {
    gap: 4px;
  }
  .bisyoku_flex .bisyoku_mark {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .bisyoku_flex .hero-title {
    font-size: 28px;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;
  }
}
.fair-period {
  display: table;
  margin: 0px auto 26px;
  padding-bottom: 14px;
  max-width: calc(100% - 24px);
  border-bottom: 3px solid #0b7f88;
  color: #0b7f88;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.6vw, 30px);
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .fair-period {
    padding-top: 16px;
    font-size: 25px;
    line-height: 1.35;
  }
}
.sub_title-wrap {
  text-align: center;
}

.sub_title-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.photo {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 10px;
}

.line_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.grid2 a {
  text-decoration: none;
}

.grid2s {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.grid2s_pickup {
  max-width: 800px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 8px;
  gap: 16px;
}

.grid2_37 {
  display: grid;
  margin: 0 auto;
  max-width: 800px;
  grid-template-columns: 0.27fr 0.73fr;
  gap: 40px;
}

.grid2_46 {
  display: grid;
  margin: 0 auto;
  max-width: 800px;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 40px;
}

.grid2_64 {
  display: grid;
  margin: 0 auto;
  max-width: 800px;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 40px;
}

.grid2_46 > div,
.grid2_64 > div {
  min-width: 0;
}

@media (min-width: 769px) {
  .grid2_46 .item_rev1 {
    order: 1;
  }
  .grid2_46 .item_rev2 {
    order: 2;
  }
  .grid2_64 .item_rev1 {
    order: 2;
  }
  .grid2_64 .item_rev2 {
    order: 1;
  }
}

.grid2_19 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 0.13fr 0.87fr;
  gap: 4px;
}

.grid4s {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .grid2_37,
  .grid2_46,
  .grid2_64 {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .grid2s_pickup {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .grid4s {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .grid2s {
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
  }
  .grid2 {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .item_rev1 {
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
  }
  .item_rev2 {
    order: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
}
.inner {
  width: 100%;
  margin: 0 auto;
}

.text_area {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  color: #222;
  line-height: 1.4;
}

.text_area_wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0 30px 0;
  color: #222;
  line-height: 1.4;
  border-radius: 35px;
  border: solid 5px #C1E6E6;
  background-color: rgba(255, 255, 255, 0.5); /* 白色で50%透明 */
  /* background-image: url(../images/section_back_mini.png); */
}

.text_area_inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  color: #222;
  line-height: 1.4;
}
.text_area_inner.pt60 {
  padding-top: 60px;
}

.text_area_bgw {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  color: #222;
  line-height: 1.4;
  background-color: #fff;
}

.item_toplink {
  text-align: center;
}

.card {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  color: #333;
  text-decoration: none;
}

hr {
  border-top: 7px solid #222;
}

.botton_ {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding-top: 40px;
}

.botton__ {
  display: block;
  width: 250px;
  margin: 35px auto 0;
  padding: 8px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.botton__:visited {
  color: #fff;
}

.btn-detail--type1 {
  background-color: #2fb7b0;
  border-radius: 25px;
}

.btn-detail--type3 {
  background-color: #659F48;
  border-radius: 25px;
}

.btn-detail--type4 {
  background-color: #fff;
  color: #222;
  border: 1px solid #222;
}
.btn-detail--type4:visited {
  color: #222;
}

.kakomi2 {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border: solid 2px #a0bee4;
}

@media (max-width: 768px) {
  .text_area {
    max-width: 90%;
    margin: 0 auto;
  }
  .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .photo {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 10px;
  }
  .sp-w90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo_sp {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .kakomi2 {
    max-width: 85%;
  }
  .t-minc-m.lh-loose {
    text-align: center;
  }
  .item_rev1 {
    text-align: left;
  }
  .item_rev1 .t-minc-m,
  .item_rev1 .t-s {
    text-align: left;
  }
  h2.sub_title-wrap {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 5vw;
    box-sizing: border-box;
  }
  h2.sub_title-wrap .sub_title-img {
    width: 100%;
    max-width: 100%;
  }
}
.menu-price-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.3em;
}
.menu-price-row:last-child {
  margin-bottom: 0;
}

.menu-name {
  flex: 0 0 auto;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .menu-name {
    width: auto;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .item_rev1 .nowrap {
    white-space: normal;
  }
}/*# sourceMappingURL=style.css.map */