@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
li,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  vertical-align: bottom !important;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
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;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  color: #1A1A1A;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  position: relative;
}
figcaption {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 14px;
  padding: 6px;
  color: #fff;
}
figcaption.black {
  color: #1A1A1A;
}
figcaption.shadow {
  text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
}
figcaption.right {
  position: absolute;
  right: 0;
  bottom: -24px;
  color: #000;
}

figcaption.bg_black {
  padding:2px 6px;
  background-color: rgba(0, 0, 0, .6);
}

figcaption.bg_left {
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}

@media only screen and (max-width:768px) {
  figcaption {
    font-size: 12px;
  }
  figcaption.bg_black {
    padding:2px 8px;
  }
  figcaption.sp_top {
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
}

@media print {
  .map_btn_wrap,
  .map_btn_wrap .map_btn,
  .map_btn,
  .print {
    display: none !important;
  }

  .map_contents {
    width: 100%;
    margin-inline: auto;
    padding: 0 !important;
  }
  .line_title {
    margin-bottom: 10px !important; 
  }
}

body {
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

sup {
  font-size: 12px;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}

@media only screen and (max-width: 820px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translatey(20px);
  transform: translatey(20px);
}

.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  z-index: 2;
  position: relative;
}

.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.6s;
}

/* views */
.spView,
.spViewInb,
.tbView,
.mvtbView {
  display: none !important;
}

@media only screen and (max-width: 900px) {
  .tbView {
    display: block !important;
  }
}

@media only screen and (max-width: 900px) {
  .mvtbView {
    display: block !important;
  }
}

/* @media only screen and (max-width: 768px) {
  .tbView {
    display: none !important;
  }
} */

@media only screen and (max-width: 991px) {
  .tbbr {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

/* spCommonModal
------------------------------*/
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/common/ico_sp_modal.svg) no-repeat center center/contain;
    z-index: 3;
  }
  .rosenzu_img.commonSpModalImage:after {
    position: absolute;
    top: -40px;
    right: -20px;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../images/common/swipe_icon.svg) no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-animation: return 3s 0s infinite ease;
            animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  @-webkit-keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  @keyframes return {
    50% {
      margin-left: -70px;
    }
    100% {
      margin-left: 0;
    }
  }
  #spCommonModalContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    padding: 0 20px;
  }
  #spCommonModalContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}

/* commonSpModalImage */
.commonSection .commonSpModalImage + .commonSpModalImage {
  margin-top: 40px;
}

.commonSection .commonBigTitle01.min {
  font-size: 24px;
}

@media only screen and (max-width: 768px) {
  .commonSection .commonBigTitle01.min {
    font-size: 18px;
  }
}

.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 10px;
  color: #fff;
  font-size: clamp(1.4rem, 0.531rem + 1.13vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
  background-color: #000;
  z-index: 5;
}

.mvCap.right {
  left: auto;
  right: 0;
}

@media only screen and (max-width:768px) {
  .mvCap.left_up {
    left: 0;
    bottom: auto;
    top: 0;
  }
}

html {
  font-size: 10px;
}

.inner {
  width: calc(100% - 40px);
  margin-inline: auto;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* ---------------------------------------------------------
slick
------------------------------------------------------------*/

.slickBox {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .slickBox {
    padding: 0 14px;
  }
}

.slick_wrap {
  background: #fff;
  position: relative;
  padding: 40px 0 100px;
  margin: 40px auto;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .slick_wrap {
    padding: 30px 0 42px;
  }
}

.slick01 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .slick01 {
    margin-left: 10px;
  }
}

.slick01 li .slider_img {
  max-width: 440px !important;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slick01 li .slider_img {
    max-width: 300px !important;
    padding-right: 15px;
    width: 100%;
  }
}

.slide_ttl {
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .slide_ttl {
    padding: 10px 24px;
  }
}

.slide_ttl .new {
  position: absolute;
  top: 34px;
  left: 18%;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  .slide_ttl .new {
    position: absolute;
    top: -50px;
    left: 12px;
    width: 60px;
  }
}

.slick-prev {
  display: none !important;
}

.slick-next {
  position: absolute;
  right: 10%;
  top: 50%;
  font-size: 0;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}


.slick-next:hover {
  opacity: .8;
}

.slide_cap {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .slide_back_text {
    font-size: 18px;
  }
  .slide_back_text br {
    display: block;
  }
  .annotation {
    max-width: 400px;
    margin: 0 auto;
  }
  .slick-next {
    right: 4%;
  }
}

/* cap_area
=============================== */
.cap_area {
  padding-top: 100px;
  padding-bottom: 80px;
}
.cap_area .inner {
  max-width: 1000px;
}
.cap_area p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-left: 14px;
  text-indent: -16px;
}

@media only screen and (max-width: 768px) {
  .cap_area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cap_area p {
    font-size: 12px;
    margin-left: 12px;
    text-indent: -14px;
  }
}


/*===================================================================
footer
/*================================================================= */
.footer {
  padding-top: 60px;
}

.company_name {
  font-size: 14px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #000;
}
@media only screen and (max-width:768px) {
  .company_name {
    font-size: 14px;
    padding-left: 40px;
    padding-bottom: 10px;
  }
}

.footer a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.footer .flexBox {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  column-gap: 30px;
  padding-bottom: 60px;
}

.footer_logo_text {
  font-size: 13px;
  margin-bottom: 8px;
  color: #1a1a1a;
}
@media only screen and (max-width:768px) {
  .footer .flexBox {
    width: calc(100% - 60px);
    max-width: 400px;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 30px;
  }
  .footer_logo_text {
    font-size: 14px;
    margin-left: 0px;
  }
}


.footer .footerBox {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #d1d1d1;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .footer .footerBox {
    padding: 20px 10px;
  }
}

.footer .footerBox h1 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox h1 {
    font-size: 13px;
    line-height: 1.5;
  }
}

.footer .footerBox .copy {
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .footer .footerBox .copy {
    font-size: 14px;
  }
}

/* print_map
--------------------------------------------------*/
.print_map figure {
  display: none;
}

/* modal
--------------------------------------------------*/
.modalEl {
  display: none;
}

#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

#modalTable {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

#modalCell {
  display: table-cell;
  vertical-align: middle;
}

#modalInner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

#modalInner img {
  max-width: 100%;
  height: auto;
}

#modalContents .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#modalContents .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#modalContents video {
  display: block;
  width: 100%;
}

#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}

#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch;
  }
}



/* -----------------------------------------------------
header
------------------------------------------------------- */

/* #header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
}

@media screen and (max-width: 1080px) {
  #header {
    position: fixed;
    background-color: #fff;
  }
} */

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
  transition: all .7s;
  background-color: #fff;
}

@media screen and (max-width: 1080px) {
  header {
    position: fixed;
  }
}



.head_wrap {
  position: relative;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: #fff;
}

@media screen and (max-width: 1080px) {
  .head_wrap {
    padding: 10px;
    height: 80px;
  }
}

.header_ttl {
  max-width: 130px;
  flex-shrink: 0;
  display: flex;
  margin-left: 20px;
}

.header_ttl img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .header_ttl {
    max-width: 112px;
    margin-left: 0;
  }
}

.pc_content {
  width: 86%;
  margin-left: 10px;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.pc_content .info {
  margin-right: 20px;
  width: clamp(46.2rem, 2.142rem + 44.911vw, 74rem);
  width: 530px;
}

.pc_content ul {
  min-width: 150px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-right: clamp(1rem, -1.93rem + 2.71vw, 2rem);
}

.pc_content a {
  display: block;
  text-align: center;
  color: #1a1a1a;
}

.pc_content .box {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  padding: 0 4px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 12px;
}
.pc_content .box .icon {
  display: block;
  width: 12px;
  margin-left: 4px;
}
.pc_content .box_cap {
  text-align: center;
  margin-top: 6px;
  line-height: 1;
  font-size: 12px;
}

@media screen and (max-width: 1080px) {
  .pc_content {
    display: none;
  }
}

.pc_content .sp_icon01 {
  display: block;
  width: 15px;
  margin-right: 4px;
}

.pc_content .sp_icon02 {
  width: 16px;
}

.sp-nav__items_2 p {
  font-size: 14px;
}
.sp-nav__item_bottom {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 4px 12px;
}
.sp-nav__item_wrap {
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #1a1a1a;
}
.sp-nav__item_wrap p {
  font-size: 16px;
}
.sp-nav__item_wrap span {
  font-size: 12px;
}
.sp-nav__item_wrap .icon {
  display: block;
  width: 14px;
}

.head_btn {
  position: relative;
  width: 100%;
  max-width: 220px;
  height: inherit;
}
.head_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url(../images/common/icon_btn_arrow.svg) no-repeat center center / contain;
  width: 9px;
  height: 18px;
}
.head_btn.download {
  background: #5FC396;
}
.head_btn.request {
  background: #011E60;
}
.head_btn.reserve {
  background: #826c36;
}
.head_btn a {
  display: block;
  height: inherit;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1.2;
  font-weight: 600;
  transition: all .4s;
}
.head_btn.reserve a {
  color: #fff;
}
.head_btn a:hover {
  opacity: .7;
}

.globalNav {
  height: 100px;
}

@media screen and (max-width: 1080px) {
  .globalNav {
    display: none;
  }
}

.globalNav_wrap {
  width: 100%;
  margin-inline: auto;
  display: flex;
  height: inherit;
  align-items: center;
  height: inherit;
  justify-content: space-between;
}

.globalNav_item {
  position: relative;
  text-align: center;
  height: inherit;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.globalNav_item a {
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-top: 4px;
  color: #000;
  display: block;
  position: relative;
  transition: .6s;
  font-weight: bold;
}
.globalNav_item.text_s a {
  font-size: 14px;
}
.globalNav_item .new {
  position: absolute;
  background-image: url(../images/common/icon_new.svg);
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}


.globalNav_item .icon {
  position: absolute;
  width: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
}

.globalNav_item::before {
  background-color: #051e50;
  content: '';
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.globalNav_item:hover::before {
  transform: scale(1, 1);
}

.globalNav_item a:hover {
  color: #051e50;
}

.globalNav_item.color a:hover {
  color: #fff;
  opacity: .7;
}

.globalNav_item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #a6c6ba;
}

.globalNav_item:last-child::after {
  content: none;
}

.p-header__drawer {
  display: none;
}

.globalNav_item.cs,
.sp-nav__item.cs {
  background-color: rgba(63, 66, 75, 0.1);
  pointer-events: none;
}
.globalNav_item.cs a,
.sp-nav__item.cs a {
  color: #afb5c6;
  pointer-events: none;
}

@media only screen and (max-width: 1080px) {
  .p-header__drawer {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
}

.p-header__drawer.is-active {
  display: none;
}

@media only screen and (max-width: 980px) {
  .p-header__drawer.is-active {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 29px;
  }
}

.sp-nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: #fff;
  padding-bottom: 78px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.sp-nav__item {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  padding-left: 20px;
}

.sp-nav__item .new {
  position: absolute;
  background-image: url(../images/common/icon_new.svg);
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}


.spNav_logo_area {
  height: 80px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.spNav_logo_area .splogo {
  width: 112px;
}

.spNav_logo_area .closebtn {
  width: 40px;
  position: absolute;
  right: 35px;
  top: 27%;
}

.sp-nav__item a {
  color: #000;
  display: table-cell;
  text-align: center;
  padding: 18px 0;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 auto;
}

.sp-nav__item.c-button {
  margin-top: 20px;
}

.sp-nav__item.c-button a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 28px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.sp-nav__item a span {
  color: #d5d5d5;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 auto;
}

.sp-nav__items_2 {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 30px 0px;
  font-size: 13px;
  color: #000;
}

.sp-nav__items_2 li {
  padding: 0 10px;
}

.sp-nav__items_2 li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}

.sp-nav__items_2 .sp_icon01 {
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}

.sp-nav__items .sp_icon02 {
  display: inline-block;
  width: 13px;
  margin-left: 10px;
}


.sp-nav__items_btn {
  max-width: 280px;
  margin: 0 auto;
}
.sp-nav_infobox {
  width: 90%;
  margin: 20px auto;
}
.sp-nav_infobox .inner {
  padding: 30px 20px ;
  border: 2px solid #005c3b;
  border-radius: 20px;
  text-align: center;
}

.sp_info_wrap {
  margin-top: 30px;
  background: url(../images/common/footer_info_bg.jpg) no-repeat center center / cover;
}
.sp_info_wrap .footer_info_box {
  box-shadow: none;
}

.footer_info_box .tel {
  max-width: 540px;
  width: 90%;
  margin: 20px auto;
}

.footer_info_box .tel:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.sp-nav_infobox .info_title {
  font-size: 16px;
  line-height: 1.6;
}

.sp-nav_infobox .date {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.sp-nav_infobox .infoBtn::before {
  content: none;
}

.bottom_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.bottom_flex {
  width: 100%;
  height: 80px;
  display: flex;
}
.bottom_link_btn {
  display: block;
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
.bottom_link_text {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}
.bottom_link_btn.tel {
  background-color: #000000;
}
.bottom_link_btn.request {
  background-color: #051e50;
}
.bottom_link_btn.reserve {
  background-color: #645a28;
}
.bottom_link_btn.tel img {
  width: auto;
  height: 22px;
}
.bottom_link_btn.request img {
  width: auto;
  height: 19px;
}
.bottom_link_btn.reserve img {
  width: auto;
  height: 20px;
}


@media screen and (max-width: 1080px) {
  .bottom_area {
    display: block;
  }
}

.c-hamburger {
  position: relative;
  width: 50px;
  z-index: 100;
}

@media only screen and (max-width: 980px) {
  .c-hamburger.is-active {
    width: 50px;
  }
}

.c-hamburger span {
  position: absolute;
  width: inherit;
  height: 4px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-hamburger span:nth-child(1) {
  top: 0%;
}

.c-hamburger span:nth-child(2) {
  top: 50%;
  opacity: 1;
}

.c-hamburger span:nth-child(3) {
  top: 100%;
}

.c-hamburger.is-active span {
  background-color: #4b4b4b;
  position: absolute;
  width: inherit;
  height: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pager {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #8a754b;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  display: table;
  color: #8a754b;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #8a754b;
  border-radius: 50px;
}


.holiday {
  font-size: 17px;
  text-align: center;
  line-height: 1.6;
  color: #ff0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.detail-holiday{
	color:red;
}

.sp-nav_infobox .holiday {
  color: red;
}

@media screen and (max-width: 768px) {
  .info_area .date {
    font-size: 13px;
  }
  .holiday {
    font-size: 14px;
  }
}

.new_btn {
  position: absolute;
  top: 0px;
  left: 0;
}
@media only screen and (max-width:980px) {
  .new_btn {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}


/*===================================================================
model_info
/*================================================================= */
.model_info {
  padding-block: 80px;
  background: url(../images/common/model_info_bg.jpg) no-repeat center center / cover;
}
.model_info .inner {
  max-width: 900px;
}
.model_info_title {
  position: relative;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-block: 20px;
}
.model_info_title .text_s {
  font-size: 16px;
  font-size: clamp(1.4rem, 0.033rem + 1.667vw, 1.6rem);
}
.model_info_label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  background-color: #645a27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
.info_list {
  color: #fff;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.info_item {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.info_item_date {
  position: relative;
  font-size: 24px;
  font-size: clamp(1.8rem, -2.3rem + 5vw, 2.4rem);
  letter-spacing: 0.1em;
  padding-left: 30px;
}
.info_item_date::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/common/icon_list.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
}
.info_item_label {
  flex-shrink: 0;
  font-size: 24px;
  font-size: clamp(1.8rem, -2.3rem + 5vw, 2.4rem);
  border: 1px solid #fff;
  padding: 3px 10px;
}
.info_item_title {
  font-size: 32px;
  font-size: clamp(2.4rem, -3.067rem + 6.667vw, 3.2rem);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.model_info_btn {
  position: relative;
  margin-top: 60px;
  margin-inline: auto;
  display: block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  background-color: #6D6532;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 28px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 3px;
  transition: all .5s ease-out;
}
.model_info_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: all .5s ease-out;
}
.model_info_btn::after {
  content: '';
  position: absolute;
  top: 37px;
  right: 40px;
  transform:rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: #fff;
  transition: all .5s ease-out;
}
.model_info_btn:hover {
  background-color: #fff;
  color: #6D6532;
}
.model_info_btn:hover::before,
.model_info_btn:hover::after  {
  background-color: #6D6532;
}

@media only screen and (max-width:768px) {
  .model_info {
    padding-block: 60px;
    background: url(../images/common/model_info_bg_sp.jpg) no-repeat center center / cover;
  }
  .model_info_title {
    position: relative;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.02em;
    flex-direction: column;
    row-gap: 10px;
    padding-block: 20px;
  }
  .model_info_title .text_s {
    font-size: 16px;
  }
  .model_info_label {
    top: auto;
    bottom: -50px;
    transform: none;
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .info_list {
    margin-top: 60px;
    row-gap: 30px;
  }
  .info_item {
    max-width: 400px;
    margin-inline: auto;
    flex-direction: column;
    align-items: start;
    row-gap: 14px;
  }
  .info_item_date {
    font-size: 20px;
    padding-left: 24px;
  }
  .info_item_date::before {
    width: 16px;
    height: 16px;
  }
  .info_item_label {
    font-size: 18px;
    padding: 2px 6px;
    margin-top: 2px;
  }
  .info_item_title {
    font-size: 22px;
    letter-spacing: 0.1em;
    align-items: start;
    column-gap: 14px;
  }
  .model_info_btn {
    margin-top: 40px;
    max-width: 320px;
    font-size: 16px;
    padding-block: 22px;
  }
  .model_info_btn::before {
    width: 40px;
  }
  .model_info_btn::after {
    top: 28px;
    width: 4px;
    height: 4px;
  }
}





/*===================================================================
information
/*================================================================= */
.information {
  padding-block: 80px;
}
.information .inner {
  max-width: 800px;
}
.information_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.information_lead {
  text-align: center;
  margin-top: 14px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.information_item {
  margin-top: 40px;
  background: #e5e5e5;
  padding: 50px 45px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.information_label {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 12px 18px;
  color: #fff;
  background-color: #645a28;
}
.information_item_title {
  margin-top: 16px;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.information_item_text {
  margin-top: 6px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.information_list {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information_list dt {
  width: 130px;
  border: 1px solid #645a28;
  padding: 2px;
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #645a28;
}

.information_list dd {
  width: calc(100% - 150px);
  font-size: 18px;
}
.information_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 220px;
  margin-top: 14px;
  margin-left: auto;
  background: #e6e8ed;
  border-radius: 50px;
  border: 2px solid #051e50;
  color: #051e50;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding-block: 10px;
  transition: all .5s ease-out;
}
.information_btn:hover {
  background: #ffffff;
}
.information_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/common/icon_info.svg) no-repeat center / 100%;
}

@media only screen and (max-width:768px) {
  .information {
    padding-block: 40px;
  }
  .information .inner {
  max-width: 800px;
  }
  .information_title {
    font-size: 24px;
  }
  .information_lead {
    margin-top: 14px;
    font-size: 14px;
  }
  .information_item {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .information_label {
    font-size: 14px;
    padding: 8px 12px;
  }
  .information_item_title {
    margin-top: 12px;
    font-size: 20px;
  }
  .information_item_text {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .information_list {
    margin-top: 30px;
    row-gap: 16px;
  }
  .information_list dt {
    width: 100%;
    padding: 3px;
    font-size: 16px;
  }
  .information_list dd {
    width: 100%;
    font-size: 16px;
  }
  .information_btn {
    margin-inline: auto;
    margin-top: 40px;
  }
}

.newsBottomBtn {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  margin-top: 60px;
  text-align: center;
  background-color: #051e50;
  border: 2px solid #051e50;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}
.newsBottomBtn a {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  display: block;
  padding-block: 22px;
  text-decoration: none;
}
.newsBottomBtn:hover {
  background-color: #fff;
}
.newsBottomBtn:hover a {
  color: #051e50;
}
@media only screen and (max-width:768px) {
  .newsBottomBtn {
    margin-top: 40px;
  }
  .newsBottomBtn a {
    font-size: 16px;
    padding-block: 22px;
  }
}


/*===================================================================
footer_info
/*================================================================= */
.footer_info {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background: url(../images/common/footer_info_bg.jpg) no-repeat center center / cover ;
}
.footer_info .inner {
  max-width: 1000px;
}
.footer_info a:hover {
  transition: .3s;
  opacity: 0.7;
}

.footer_info_title {
  text-align: center;
  color: #645a28;
  margin-bottom: 36px;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.footer_info_box {
  padding: 20px 30px;
}
.footer_info_lead {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.footer_info .tel {
  max-width: 540px;
  width: 90%;
  margin-top: 34px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.footer_info_date {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media only screen and (max-width:820px) {
  .footer_info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .footer_info_title {
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  
  .footer_info_box {
    margin-top: 30px;
    padding: 60px 20px;
  }
  .sp_info_title {
    text-align: center;
    margin-bottom: 30px;
    color: #645a28;
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .footer_info_lead {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  
  .footer_info .tel {
    margin-top: 20px;
  }
  
  .footer_info_date {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

.btn_box {
  margin-top: 20px;
}
.btn {
  margin: 0 2%;
}
.infoBtn {
  display: block;
  max-width: 485px;
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  padding: 0;
  color: #fff;
  background: #A0976D;
  text-align: center;
  margin-top: 4px;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
}

.sp-nav_infobox .btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.btn_text.request {
  color: #984a00;
}
.btn_text.reserve {
  color: #8a754b;
}
.btn_text::before,
.btn_text::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #8a754b;
}
.btn_text.request::before,
.btn_text.request::after {
  background-color: #984a00;
}
.btn_text::before {
  margin-right: 10px;
  transform: rotate(-40deg);
}
.btn_text::after {
  margin-left: 10px;
  transform: rotate(40deg);
}
@media only screen and (max-width:768px) {
  .btn_box {
    margin-top: 30px;
    display: block;
  }
  .btn:nth-child(2) {
    margin-top: 20px;
  }
  .infoBtn {
  font-size: 24px;
  /* padding: 24px 0; */
  margin-top: 4px;
  margin: 4px auto 0;
}
.infoBtn::before { 
  width: 46px;
  height: 10px;
  right: 10px;
  top: 40%;
}
}


.btn_box_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .btn_box_wrap {
      flex-direction: column;
      margin-top: 30px;
      row-gap: 20px;
  }
}

.btn_box_wrap .footer_btn {
  width: 100%;
  max-width: 300px;
}