@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Italiana&family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
/* 
font-family: 'Italiana', serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* 1, Elements  */
/*
* {
    outline: 1px solid magenta;
}
*/
body {
  color: #707070;
  background-color: #fef7f1;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  cursor: pointer;
  transition: 0.3s ease;
}

a:visited {
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

p {
  margin-bottom: 0em;
}

blockquote {
  position: relative;
  margin: 0 18px 1.5rem 10px;
  padding: 30px 30px 5px 40px;
  background-color: #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

sup {
  vertical-align: text-top;
  font-size: 0.4em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

/* 1-1, H1-H6 */
h1 {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 1.5;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h5 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

ol {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

/* 2, Contents */
/* 基本 */
.l-container {
  width: 1260px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}
@media screen and (max-width: 1049px) {
  .l-container {
    padding: 0 20px;
  }
}

/*　ヘッダー用　*/
.l-container--header {
  width: 1900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px 0 40px;
}
@media screen and (max-width: 1260px) {
  .l-container--header {
    width: 100%;
    padding: 0 15px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1049px) {
  .l-container-small {
    width: 100%;
    padding: 0 15px;
  }
}

/* Breadcrumbs */
.l-breadcrumbs {
  margin: 30px 0 30px 0;
  background-color: #fff;
  font-size: 1.4rem;
}

/* Header */
header {
  height: 120px;
  margin: 0 auto 0p;
  padding: 0;
  border-bottom: 2px solid #CB9C00;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  display: flex;
  justify-content: space-between;
}

.l-header-left {
  width: 106px;
  margin: 8px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-left {
    margin: 3px 10px 0 0;
    width: 70px;
  }
}

.l-header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 19px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    flex-wrap: wrap;
    width: 90px;
    max-width: 150px;
    margin: 0 70px 0 0;
    padding: 0;
  }
}

.l-header-lang-nav {
  padding-top: 27px;
}
@media screen and (max-width: 767px) {
  .l-header-lang-nav {
    padding-top: 0px;
  }
}

.l-header-lang {
  display: flex;
  display: none;
  justify-content: flex-end;
  list-style-type: none;
  margin: 5px 0 5px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header-lang {
    margin: 3px 0 0px 0;
  }
}
.l-header-lang > li {
  position: relative;
}
.l-header-lang > li::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  border-right: 1px solid #fff;
}
.l-header-lang > li:last-child::after {
  display: none;
}
.l-header-lang > li > a {
  padding: 10px 17px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-lang > li > a {
    padding: 5px 5px;
    font-size: 14px;
  }
}

/*  メインメニュー */
.l-nav__list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}
@media screen and (max-width: 767px) {
  .l-nav__list {
    display: none;
  }
}
.l-nav__list > li {
  position: relative;
  padding: 0 0px;
}
.l-nav__list > li > a {
  display: block;
  position: relative;
  padding: 6px 15px 10px 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1260px) {
  .l-nav__list > li > a {
    padding: 6px 10px 10px 10px;
  }
}
@media screen and (max-width: 1049px) {
  .l-nav__list > li > a {
    padding: 6px 5px 10px 5px;
    font-size: 14px;
  }
}
.l-nav__list > li > a:hover {
  color: #fff;
}
.l-nav__list > li > .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0px 0 0px 0;
  position: absolute;
  top: 38px;
  left: 0px;
  width: 350px;
  margin: auto;
  background: #fff;
  z-index: 777;
}
@media screen and (max-width: 1049px) {
  .l-nav__list > li > .sub-menu {
    padding: 5px 0 0px 0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f6f6f6;
  }
}
.l-nav__list > li > .sub-menu.is-open {
  display: block;
}
.l-nav__list > li > .sub-menu > li {
  padding: 0px 20px;
}
.l-nav__list > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.l-nav__list > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}
.l-nav__list > li > .sub-menu > li > .sub-menu {
  list-style-type: none;
  padding: 0;
  border-top: 2px solid #dedede;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li {
  padding: 0px 20px;
  border-bottom: 2px solid #dedede;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li:last-child {
  border-bottom: none;
}
.l-nav__list > li > .sub-menu > li > .sub-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 10px 20px 5px 0px;
  color: #cb9c00;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.l-header-reservation {
  width: 180px;
  margin: 10px 0 0 10px;
  padding-top: 10px;
}
@media screen and (max-width: 1049px) {
  .l-header-reservation {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-reservation {
    padding-top: 5px;
  }
}
.l-header-reservation a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  border-radius: 15px;
  border: 2px solid #fff;
  background-color: #F07C26;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5450980392);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
@media screen and (max-width: 1049px) {
  .l-header-reservation a {
    padding-top: 17px;
    font-size: 18px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .l-header-reservation a {
    width: 60px;
    height: 50px;
    padding-top: 15px;
    border-radius: 10px;
    font-size: 14px;
  }
}

/* Footer */
footer {
  position: relative;
  background-color: #333;
  color: #fef7f1;
}

.l-footer {
  padding: 35px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 0 0 0;
  }
}
.l-footer__left {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
  }
}
.l-footer__right {
  width: 380px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    padding: 0 17px;
  }
}
.l-footer__brand {
  margin: 0 0 30px 0;
  padding: 0;
}
.l-footer__brand a:hover {
  opacity: 1;
}
@media screen and (max-width: 1049px) {
  .l-footer__brand a img {
    width: 290px;
  }
}
.l-footer__nav ul {
  list-style-type: none;
}
.l-footer__nav ul > li {
  margin-bottom: 5px;
}
.l-footer__reservation {
  width: 180px;
  margin: 10px 0 0 10px;
  padding-top: 10px;
}
.l-footer__reservation a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 12px;
  border-radius: 15px;
  border: 2px solid #fff;
  background-color: #F07C26;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  box-sizing: border-box;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5450980392);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}

.l-footer-info {
  padding-top: 40px;
}
.l-footer-info__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer-info__item {
    margin-bottom: 30px;
  }
}
.l-footer-info__contents h3 {
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 20px;
  font-family: "Italiana", serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  -webkit-text-stroke: 1px #cb9c00;
  text-stroke: 1px #cb9c00;
}
@media screen and (max-width: 767px) {
  .l-footer-info__contents h3 {
    font-size: 18px;
  }
}
.l-footer-info__contents p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer-info__contents p {
    font-size: 12px;
  }
}

.l-footer__copylight {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copylight {
    font-size: 12px;
  }
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 271px;
  max-width: 100%;
  padding: 0.5em;
  border: 2px solid #cb9c00;
  color: #fff;
  background-color: #cb9c00;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    width: 230px;
    max-width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    box-sizing: unset;
  }
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn01::after {
    top: 19px;
    left: 30px;
    width: 7px;
    height: 7px;
  }
}
.c-btn01:hover {
  border: 2px solid #cb9c00;
  color: #cb9c00;
  background-color: transparent;
  text-decoration: none;
}
.c-btn01:hover::after {
  border-top: 2px solid #cb9c00;
  border-right: 2px solid #cb9c00;
}

/* Nav */
/* sp ボタン  */
.c-nav__button-wrap {
  display: none;
}

.c-nav__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-nav__button-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #cb9c00;
  }
  .c-nav__button {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 20px;
    border: none;
    background: none;
  }
  .c-nav__button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s ease-in;
  }
  .c-nav__button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }
  .c-nav__button span:nth-child(3) {
    top: 100%;
  }
  .c-nav__button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }
  .c-nav__button.is-close span:nth-child(2) {
    width: 0;
  }
  .c-nav__button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .c-nav__button-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }
  /* sp ナビ */
  .c-nav__sp {
    display: block;
    position: fixed;
    top: 80px;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: 775;
    padding: 0 0px 0px 0;
    background-color: #cb9c00;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }
  .c-nav__sp.is-open {
    transform: translateX(0%);
  }
  .c-nav__sp nav {
    overflow: auto;
  }
  .c-nav__sp nav > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav__sp nav > ul > li {
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
  }
  .c-nav__sp nav > ul > li a {
    display: block;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
  }
  .c-nav__sp nav > ul .menu-item-has-children {
    position: relative;
  }
  .c-nav__sp nav > ul .menu-item-has-children .sub-menu {
    display: none;
  }
  .c-nav__sp nav > ul .menu-item-has-children .sub-menu li a {
    padding: 10px 10px 10px 10px;
  }
  .c-nav__sp nav > ul .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url("./img/icon_arrow_down-black.png") no-repeat 50% 50%;
    background-color: #ddd;
    z-index: 666;
  }
}
/* heading */
.c-front-heading {
  text-align: center;
}
.c-front-heading h2 {
  color: #cb9c00;
  font-size: 43px;
  font-family: "Italiana", serif;
  letter-spacing: 0.4em;
  line-height: 1.2;
  -webkit-text-stroke: 1px #cb9c00;
  text-stroke: 1px #cb9c00;
}
@media screen and (max-width: 767px) {
  .c-front-heading h2 {
    font-size: 22px;
  }
}
.c-front-heading__small {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #64564a;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-front-heading__small {
    font-size: 14px;
  }
}
.c-front-heading__white {
  color: #c0a697;
}

.c-front-heading--small {
  text-align: center;
}
.c-front-heading--small h2 {
  color: #cb9c00;
  font-size: 26px;
  font-family: "Italiana", serif;
  letter-spacing: 1em;
  line-height: 1.2;
  -webkit-text-stroke: 1px #cb9c00;
  text-stroke: 1px #cb9c00;
}
@media screen and (max-width: 767px) {
  .c-front-heading--small h2 {
    font-size: 18px;
  }
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
}

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}
.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}
.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

.c-form-message {
  padding: 10px;
  text-align: left;
  border: 1px solid #F07C26;
  display: inline-block;
  width: 400px;
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
}
.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

.c-form-recapcha {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0 0px 0;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-form-recapcha {
    padding: 35px 0 0px 0;
    font-size: 11px;
  }
}
.c-form-recapcha > p {
  width: 315px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form-recapcha > p {
    width: 290px;
  }
}

/* Wow.js */
.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.fadeInUp.wow-animated {
  transform: translateY(0px);
  opacity: 1;
}

/* Page top */
.c-pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 70px;
  height: 70px;
  visibility: hidden;
  border-radius: 50%;
  background-color: #cb9c00;
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  z-index: 777;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
.c-pageTop::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.c-pageTop.is-show {
  visibility: visible;
  opacity: 0.8;
}
.c-pageTop.is-show:hover {
  opacity: 0.6;
}

.p-front-mv {
  height: 700px;
  background: url("/img/banner_kv.jpg") no-repeat 50% 0%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-front-mv {
    height: 330px;
  }
}
.p-front-mv__contents {
  padding-top: 45px;
  text-align: center;
  font-family: "Italiana", serif;
}
@media screen and (max-width: 767px) {
  .p-front-mv__contents {
    padding-top: 25px;
  }
}
.p-front-mv__contents h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 103px;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  text-shadow: 0px 0px 15px #000000;
}
@media screen and (max-width: 1049px) {
  .p-front-mv__contents h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__contents h2 {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.p-front-mv__contents p {
  color: #FFF;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.5em;
  text-shadow: 0px 0px 15px #000000;
}
@media screen and (max-width: 1049px) {
  .p-front-mv__contents p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__contents p {
    font-size: 16px;
  }
}

.p-front-concept {
  padding: 70px 0 80px 0;
  background: url("/img/img_bg_top-left.png") no-repeat 0% 0%, url("/img/img_bg_top-right.png") no-repeat 100% 0%;
  background-color: #fef7f1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-concept {
    padding: 40px 0 40px 0;
  }
}
.p-front-concept__lead {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1049px) {
  .p-front-concept__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-concept__lead {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.p-front-concept__desc {
  margin-bottom: 40px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-front-concept__desc {
    margin-bottom: 25px;
    text-align: left;
    line-height: 2;
  }
}
.p-front-concept__memo {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-concept__memo {
    font-size: 18px;
  }
}

.p-front-hotelList {
  padding: 45px 0 40px 0;
  background-color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-hotelList {
    padding: 30px 0 0px 0;
  }
}
.p-front-hotelList__desc {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-front-hotelList__desc {
    text-align: left;
  }
}

.p-front-hotelList-block__item {
  display: block;
  width: 404px;
  max-width: 45%;
  margin: 0 45px 50px 45px;
}
@media screen and (max-width: 767px) {
  .p-front-hotelList-block__item {
    max-width: 100%;
    margin: 0 20px 50px 20px;
  }
}
.p-front-hotelList-block__item figure {
  position: relative;
  overflow: hidden;
}
.p-front-hotelList-block__item figure img {
  width: 100%;
  transition: 0.3s ease;
}
.p-front-hotelList-block__item figure img:hover {
  transform: scale(1.05);
}
.p-front-hotelList-block__item figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding-top: 18px;
  background-color: rgba(255, 255, 255, 0.6666666667);
  color: #5b3721;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-hotelList-block__item figure figcaption {
    height: 50px;
    padding-top: 15px;
    font-size: 16px;
  }
}

.p-front-hotel {
  position: relative;
  padding: 60px 0 80px 0;
  background: url("/img/img_bg_top-left.png") no-repeat 0% 0%, url("/img/img_bg_top-right.png") no-repeat 100% 0%, url("/img/img_bg_bottom-left.png") no-repeat 0% 100%, url("/img/img_bg_bottom-right.png") no-repeat 100% 100%;
  background-color: #fef7f1;
}
@media screen and (max-width: 767px) {
  .p-front-hotel {
    padding: 35px 0 45px 0;
  }
}
.p-front-hotel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1200px;
  max-width: 90%;
  height: 1px;
  margin: auto;
  background-color: #707070;
}
.p-front-hotel__imgs {
  list-style-type: none;
  position: relative;
  margin: 0 0 70px 0;
  padding: 0;
  gap: 40px 37px;
}
@media screen and (max-width: 1260px) {
  .p-front-hotel__imgs {
    gap: 40px 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-hotel__imgs {
    gap: 7px 2%;
    margin: 0 0 40px 0;
  }
}
.p-front-hotel__imgs::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 80%;
  height: 83%;
  margin: auto;
  background: transparent linear-gradient(304deg, #5B3721 0%, #CE906B 18%, #FFF0CE 55%, #FFF2BA 86%, #FFBC95 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-front-hotel__imgs::before {
    top: 65px;
    height: 78%;
  }
}
.p-front-hotel__imgs > li {
  position: relative;
  width: 375px;
  max-width: 32%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-front-hotel__imgs > li {
    max-width: 49%;
  }
}
.p-front-hotel__imgs > li > img {
  width: 100%;
}
.p-front-hotel__smallcontainer {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-front-hotel__desc p {
  margin-bottom: 1.5em;
}
.p-front-hotel__table {
  width: 100%;
  margin: 40px 0 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-front-hotel__table {
    margin: 30px 0 0 0;
  }
}
.p-front-hotel__table th {
  width: 145px;
  padding: 7px 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-front-hotel__table th {
    display: block;
    width: 100%;
    padding: 7px 0 0 0;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-front-hotel__table td {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-front-access {
  position: relative;
  padding: 60px 0 80px 0;
  background: url("/img/img_bg_top-left.png") no-repeat 0% 0%, url("/img/img_bg_top-right.png") no-repeat 100% 0%;
}
@media screen and (max-width: 767px) {
  .p-front-access {
    padding: 35px 0 20px 0;
  }
}
.p-front-access::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1200px;
  max-width: 90%;
  height: 1px;
  margin: auto;
  background-color: #707070;
}
.p-front-access__block {
  justify-content: space-between;
}
.p-front-access__item {
  max-width: 48%;
}
@media screen and (max-width: 1049px) {
  .p-front-access__item {
    max-width: 100%;
    margin: 0 auto 50px auto;
  }
}
.p-front-access__map {
  margin-bottom: 3px;
}
.p-front-access__map iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-front-access__map iframe {
    width: 100%;
    height: 330px;
  }
}
.p-front-access__contents {
  padding: 15px 30px;
  background-color: rgba(91, 55, 33, 0.3);
}
@media screen and (max-width: 767px) {
  .p-front-access__contents {
    padding: 15px 15px;
  }
}
.p-front-access__contents h3 {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #707070;
  color: #5b3721;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .p-front-access__contents h3 {
    font-size: 18px;
  }
}
.p-front-access__contents p {
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

.p-front-contact {
  padding: 60px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .p-front-contact {
    padding: 30px 0 40px 0;
  }
}
.p-front-contact__form {
  text-align: center;
}
.p-front-contact__form a {
  text-decoration: underline;
}

/* margin top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

/* margin bottom */
.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }
  .u-mb5--sp {
    margin-bottom: 5px;
  }
  .u-mb10--sp {
    margin-bottom: 10px;
  }
  .u-mb15--sp {
    margin-bottom: 15px;
  }
  .u-mb20--sp {
    margin-bottom: 20px;
  }
  .u-mb25--sp {
    margin-bottom: 25px;
  }
  .u-mb30--sp {
    margin-bottom: 30px;
  }
  .u-mb35--sp {
    margin-bottom: 35px;
  }
  .u-mb40--sp {
    margin-bottom: 40px;
  }
  .u-mb45--sp {
    margin-bottom: 45px;
  }
  .u-mb50--sp {
    margin-bottom: 50px;
  }
  .u-mb55--sp {
    margin-bottom: 55px;
  }
  .u-mb60--sp {
    margin-bottom: 60px;
  }
  .u-mb65--sp {
    margin-bottom: 65px;
  }
  .u-mb70--sp {
    margin-bottom: 70px;
  }
  .u-mb75--sp {
    margin-bottom: 75px;
  }
  .u-mb80--sp {
    margin-bottom: 80px;
  }
  .u-mb85--sp {
    margin-bottom: 85px;
  }
  .u-mb90--sp {
    margin-bottom: 90px;
  }
  .u-mb95--sp {
    margin-bottom: 95px;
  }
  .u-mb100--sp {
    margin-bottom: 100px;
  }
}
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

/* padding top */
.u-pt0 {
  padding-top: 0px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-pt0-sp {
    padding-top: 0;
  }
}
/* text align */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-text-left-sp {
    text-align: left;
  }
}
/* レスポンシブの改行 */
.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

.u-tb-show {
  display: none;
}
@media screen and (max-width: 1049px) {
  .u-tb-show {
    display: block;
  }
}

.u-tb-none {
  display: block;
}
@media screen and (max-width: 1049px) {
  .u-tb-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

.u-sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block;
  }
}

/* Color */
.u-white {
  color: #fff;
}

.u-main-color {
  color: #cb9c00;
}

/* text aling */
.u-text-center {
  text-align: center;
}

.u-text-left--sp {
  text-align: left;
}

.u-text-small {
  font-size: 11px;
}

.u-text-exsmall {
  font-size: 10px;
}
