.navigation-menu {
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navigation-menu.is-fixed {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideDown 0.3s ease-out;
  animation: slideDown 0.3s ease-out;
}

.navigation-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  height: 60px;
}

.navigation-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.message {
  padding: 70px 0;
  text-align: center;
  background: #fbf8f3;
}

.message h2 {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}

.message .text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 38px;
}

.content .features {
  padding-bottom: 0;
}

.content .features .upper .top-img {
  margin-top: 45px;
}

.content .features .upper .top-img .img {
  width: 100%;
  height: auto;
}

.content .features .upper .top-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .features .upper .top-img .description {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  margin-top: 30px;
}

.content .features .upper .items {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}

.content .features .upper .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .features .upper .items .item .img {
  position: relative;
  z-index: 4;
  width: 550px;
  height: auto;
}

.content .features .upper .items .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .features .upper .items .item .texts {
  margin-top: -31px;
  margin-left: -80px;
  background: #fbf8f3;
  width: 630px;
  height: 380px;
  padding: 50px 50px 0 120px;
}

.content .features .upper .items .item .texts h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 36px;
}

.content .features .upper .items .item .texts p {
  margin-top: 50px;
  font-size: 16px;
  line-height: 32px;
}

.content .features .upper .items .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content .features .upper .items .item:nth-child(even) .texts {
  margin-left: 0;
  margin-right: -80px;
  padding: 50px 120px 0 38px;
  text-align: right;
}

.content .features .upper .items .item:nth-child(even) .texts .p {
  padding-left: 12px;
}

.content .features .lower {
  margin-top: 80px;
  background: #fbf8f3;
  padding: 80px 0;
}

.content .features .lower .info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 98px;
  justify-items: center;
}

.content .features .lower .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}

.content .features .lower .info-list li .icon {
  width: 50px;
  height: auto;
}

.content .features .lower .info-list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.content .features .lower .info-list li .texts {
  max-width: 380px;
}

.content .features .lower .info-list li .texts .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.content .features .lower .info-list li .texts p {
  font-size: 16px;
  line-height: 29px;
}

.content .room .top-img {
  margin-top: 90px;
  width: 100%;
  height: auto;
}

.content .room .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .room .cards {
  margin-top: 145px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
}

.content .room .cards .card .img {
  width: 100%;
  height: auto;
}

.content .room .cards .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .room .cards .card .texts {
  margin-top: 13px;
}

.content .room .cards .card .texts h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.content .room .cards .card .texts p {
  margin-top: 13px;
  font-size: 16px;
  line-height: 29px;
}

.content .facilities {
  background: #fbf8f3;
  padding-bottom: 0;
}

.content .facilities .cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
}

.content .facilities .cards .card .img {
  width: 100%;
  height: auto;
}

.content .facilities .cards .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .facilities .cards .card .texts {
  margin-top: 13px;
}

.content .facilities .cards .card .texts h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.content .facilities .cards .card .texts p {
  margin-top: 13px;
  font-size: 16px;
  line-height: 29px;
}

.content .facilities .info {
  margin-top: 60px;
  background: #e6e3e0;
  padding: 0 40px;
}

.content .facilities .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}

.content .facilities .info ul:not(:last-child) {
  border-bottom: 1px solid #000000;
}

.content .facilities .info ul li {
  font-size: 15px;
  line-height: 1;
  position: relative;
}

.content .facilities .info ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -20px;
  color: #000000;
}

.content .facilities .slide {
  margin-top: 80px;
}

.content .facilities .slide .splide__slide img {
  width: 375px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .experiences .wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content .experiences .wrap .texts {
  max-width: 550px;
  width: 100%;
}

.content .experiences .wrap .texts .upper {
  padding-right: 35px;
}

.content .experiences .wrap .texts .upper h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.content .experiences .wrap .texts .upper ul {
  margin-top: 16px;
  padding-left: 1.2em;
}

.content .experiences .wrap .texts .upper ul li {
  font-size: 16px;
  line-height: 36px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0.3em;
}

.content .experiences .wrap .texts .gray-box {
  margin-top: 50px;
  padding: 20px 15px;
  background: #e6e3e0;
}

.content .experiences .wrap .texts .gray-box h4 {
  font-weight: bold;
  font-size: 20px;
}

.content .experiences .wrap .texts .gray-box h5,
.content .experiences .wrap .texts .gray-box p,
.content .experiences .wrap .texts .gray-box li {
  font-size: 16px;
  line-height: 29px;
}

.content .experiences .wrap .texts .gray-box h5 span,
.content .experiences .wrap .texts .gray-box p span,
.content .experiences .wrap .texts .gray-box li span {
  font-weight: bold;
}

.content .experiences .wrap .texts .gray-box ul {
  padding-left: 1.5em;
}

.content .experiences .wrap .texts .gray-box li {
  list-style-type: disc;
  list-style-position: outside;
}

.content .experiences .wrap .texts .gray-box .content {
  margin-top: 25px;
}

.content .experiences .wrap .texts .gray-box .content .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .experiences .wrap .texts .gray-box .content .lists .contact h5 {
  font-weight: bold;
}

.content .experiences .wrap .texts .gray-box .content .lists .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.content .experiences .wrap .texts .gray-box .content .lists .contact p img {
  display: block;
}

.content .experiences .wrap .imgs {
  width: 550px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .experiences .wrap .imgs .img {
  width: 350px;
  height: 250px;
}

.content .experiences .wrap .imgs .img:first-child {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.content .experiences .wrap .imgs .img:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.content .experiences .wrap .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .foods h3 {
  margin-top: 50px;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
}

.content .foods .wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}

.content .foods .wrap .left {
  max-width: 550px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content .foods .wrap .left .img {
  width: 100%;
  height: auto;
}

.content .foods .wrap .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.content .foods .wrap .left .text {
  margin-top: 16px;
}

.content .foods .wrap .left .text .ttl {
  font-size: 16px;
  line-height: 29px;
}

.content .foods .wrap .left .text ul li {
  font-size: 16px;
  line-height: 29px;
}

.content .foods .wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.content .foods .wrap .right .texts h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.content .foods .wrap .right .texts .text {
  margin-top: 14px;
}

.content .foods .wrap .right .texts .text p,
.content .foods .wrap .right .texts .text li {
  font-size: 16px;
  line-height: 29px;
}

.content .foods .wrap .right .apply {
  background: #e6e3e0;
  padding: 18px 20px;
}

.content .foods .wrap .right .apply h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.content .foods .wrap .right .apply > p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 16px;
}

.content .foods .wrap .right .apply .texts {
  margin-bottom: 16px;
}

.content .foods .wrap .right .apply .texts h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.content .foods .wrap .right .apply .texts p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}

.content .foods .wrap .right .apply .texts p:last-child {
  margin-bottom: 0;
}

.content .foods .wrap .right .apply .texts p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content .foods .wrap .right .apply .texts p span img {
  display: block;
  width: auto;
  height: 20px;
}

.content .foods .wrap .right .apply .texts p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  line-height: 1.5;
}

.content .foods .wrap .right .apply .texts:last-child {
  margin-bottom: 0;
}

.content .foods .wrap .right .info .c-btn {
  margin-top: 18px;
}

.content .option-service .wrap {
  margin-top: 25px;
}

.content .option-service .wrap h3,
.content .option-service .wrap li {
  font-size: 16px;
  line-height: 36px;
}

.content .option-service .wrap h3 span,
.content .option-service .wrap li span {
  font-weight: bold;
}

.content .option-service .wrap ul {
  padding-left: 1.2em;
}

.content .option-service .wrap li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0.3em;
}

.content .access .google-map {
  margin-top: 35px;
  width: 100%;
  height: 520px;
}

.content .access .info {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content .access .info .texts h3 {
  font-weight: bold;
}

.content .access .info .texts h3,
.content .access .info .texts li {
  font-size: 16px;
}

.float-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.float-btn.is-visible {
  opacity: 1;
  visibility: visible;
}

.float-btn .c-btn {
  width: 220px;
}

@media screen and (max-width: 1152px) {
  .navigation-menu {
    display: none;
  }

  .message {
    padding: 35px 20px;
  }

  .message .text p {
    line-height: 34px;
  }

  .content .features .upper .inner {
    padding: 0;
  }

  .content .features .upper .ttls {
    padding: 0 20px;
  }

  .content .features .upper .top-img .description {
    padding: 0 20px;
  }

  .content .features .upper .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .features .upper .items .item .img {
    width: 100%;
  }

  .content .features .upper .items .item .texts {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .content .features .upper .items .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .features .upper .items .item:nth-child(even) .texts {
    margin: 0;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px;
  }

  .content .features .upper .items .item:nth-child(even) .texts .p {
    padding-left: 0;
  }

  .content .features .lower .info-list {
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content .features .lower .info-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content .features .lower .info-list li .icon {
    margin: 0 auto;
    height: 62px;
  }

  .content .features .lower .info-list li .texts .ttl {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
  }

  .content .features .lower .info-list li .texts p {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

  .content .room .top-img {
    margin-top: 40px;
  }

  .content .room .cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    gap: 20px;
  }

  .content .facilities .cards {
    gap: 10px;
  }

  .content .facilities .info {
    margin-top: 30px;
    padding: 20px 25px;
  }

  .content .facilities .info ul {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
  }

  .content .facilities .info ul:not(:last-child) {
    border-bottom: 1px solid #000000;
  }

  .content .facilities .info ul:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content .facilities .info ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
  }

  .content .facilities .info ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content .facilities .info ul li:not(:last-child)::after {
    display: none;
  }

  .content .facilities .slide {
    margin-top: 60px;
  }

  .content .experiences .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
  }

  .content .experiences .wrap .texts .upper {
    padding-right: 0;
  }

  .content .foods h3 {
    text-align: center;
  }

  .content .foods .wrap {
    display: block;
  }

  .content .foods .wrap .left {
    max-width: 100%;
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }

  .content .foods .wrap .right {
    margin-top: 45px;
  }

  .content .foods .wrap .right .info {
    margin: 0 auto;
  }

  .content .access .inner {
    padding: 0;
  }

  .content .access .ttls {
    padding: 0 20px;
  }

  .content .access .info {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .float-btn {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .content .experiences .wrap .texts {
    max-width: 100%;
    padding: 0 20px;
  }

  .content .experiences .wrap .imgs {
    width: 100%;
  }

  .content .experiences .wrap .imgs .img {
    width: 274px;
    height: auto;
  }
}

@media screen and (max-width: 490px) {
  .message {
    text-align: left;
  }

  .message h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .content .features .upper .top-img .description {
    text-align: left;
    margin-top: 9;
  }

  .content .features .upper .items .item .texts h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .content .features .upper .items .item .texts p {
    margin-top: 14px;
  }

  .content .features .lower {
    margin-top: 35px;
    padding: 25px 0;
  }

  .content .room .top-img {
    margin-top: 10px;
  }

  .content .room .cards {
    margin-top: 60px;
    gap: 20px 10px;
  }

  .content .room .cards .card .texts {
    margin-top: 10px;
  }

  .content .room .cards .card .texts h3 {
    font-size: 14px;
  }

  .content .room .cards .card .texts p {
    font-size: 12px;
    line-height: 22px;
  }

  .content .facilities .cards .card .texts {
    margin-top: 10px;
  }

  .content .facilities .cards .card .texts h3 {
    font-size: 14px;
    min-height: 36px;
  }

  .content .facilities .cards .card .texts p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 22px;
  }

  .content .facilities .info ul {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .content .facilities .info ul li {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
  }

  .content .facilities .info ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .content .facilities .slide {
    margin-top: 50px;
  }

  .content .experiences .inner {
    padding: 0;
  }

  .content .experiences .ttls {
    padding: 0 20px;
  }

  .content .experiences .wrap .texts .upper ul li {
    line-height: 32px;
  }

  .content .foods .inner {
    padding: 0;
  }

  .content .foods .ttls {
    padding: 0 20px;
  }

  .content .foods h3 {
    padding: 0 20px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .content .foods .wrap .left .text {
    padding: 0 20px;
  }

  .content .foods .wrap .right {
    padding: 0 20px;
    gap: 30px;
  }

  .content .foods .wrap .right .texts h4 {
    font-size: 16px;
  }

  .content .foods .wrap .right .texts .text {
    margin-top: 13px;
  }

  .content .foods .wrap .right .texts .text p,
  .content .foods .wrap .right .texts .text li {
    font-size: 14px;
    line-height: 25px;
  }

  .content .foods .wrap .right .apply h4 {
    font-size: 16px;
  }

  .content .foods .wrap .right .apply > p {
    font-size: 14px;
    line-height: 25px;
  }

  .content .foods .wrap .right .apply .texts p {
    font-size: 14px;
    line-height: 25px;
  }

  .content .foods .wrap .right .apply .texts p a {
    font-size: 14px;
    line-height: 25px;
  }

  .content .foods .wrap .right .info p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }

  .content .foods .wrap .right .info p br {
    display: none;
  }

  .content .access .google-map {
    height: 300px;
  }
}
/*# sourceMappingURL=page-maehama.css.map */