@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 root defaults */
html {
  scroll-behavior: smooth;
}

/* 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%;
  display: block;
  width: 100%;
}

/* 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

figure {
  position: relative;
}

figcaption.right {
  position: absolute;
  right: 0;
  bottom: -24px;
  font-size: 12px;
  padding: 6px;
  color: #000;
}

figcaption.left_w {
  position: absolute;
 left: 0;
  bottom: 6px;
  font-size: 12px;
  padding: 6px;
  color: #fff;
}

figcaption.bg_left {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  padding: 10px;
  color: #fff;
  background-color: #000;
}




@media print {
  .print {
    display: none;
  }
}

body {
  font-family: 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: 14px;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 195px;
}

@media only screen and (max-width: 820px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: translatey(50px);
  transform: translatey(50px);
}

.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
  z-index: 2;
  position: relative;
}

/* 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 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 750px) {
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.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;
}

figure {
  position: relative;
}

/* ---------------------------------------------------------
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%;
  }
}

.capArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(11,62,39);
  background: linear-gradient(90deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 100%);
}

@media only screen and (max-width: 768px) {
  .capArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.capArea p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .capArea p {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* mv_area
======================================== */

.main_contents {
	margin-top: 173px;
}

.mv_title {
	padding: 120px 10px;
	background-image: url(../images/common/mv_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: clamp(6.4rem, 2.738rem + 4.762vw, 7.5rem);
	letter-spacing: 0.1em;
	text-align: center;
}

@media only screen and (max-width:980px) {
 .main_contents {
  margin-top: 80px;
 }
}
@media only screen and (max-width:768px) {
	.mv_title {
		padding: 50px 10px;
		font-size: 34px;
	}
}

/*===================================================================
corona
/*================================================================= */
.corona {
  padding-top: 80px;
  padding-bottom: 80px;
}
.corona .inner {

}
.corona_box {
  border: 1px solid #8c281e;
  padding:20px 30px;
}
.corona_box:hover {
  opacity: .8;
  transition: .4s;
}
.corona_box:hover .corona_link_text .icon  {
  transform: translateX(10px);
  transition: all .4s;
}
.corona_title_box {
  margin: 0 auto;
  text-align: center;
}
.corona_title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #8c281e;
  color: #8c281e;
}
.corona_text {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #8c281e;
}
.corona_link_area {
  text-align: center;
}
.corona_link_text {
  font-size: 20px;
  display: block;
  color: #000;
  margin-top: 20px;
  letter-spacing: 0.05em;
}
.corona_link .icon {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
}


@media only screen and (max-width:768px) {
  .corona {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .corona .inner {
  
  }
  .corona_box {
    border: 2px solid #8c281e;
    padding:20px 20px;
  }
  .corona_title_box {
    margin: 0 auto;
    text-align: center;
  }
  .corona_title {
    font-size: 18px;
    padding-bottom: 10px;

  }
  .corona_text {
    font-size: 14px;
    margin-top: 10px;
  }
  .corona_link_text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width:400px) and (max-width:700px) {
  .corona {
    padding-top: 60px;
  }
}

/*===================================================================
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: 980px) {
  .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;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.footer_logo_text {
  font-size: 13px;
  margin-left: 36px;
  margin-bottom: 8px;
  color: #1a1a1a;
}
@media only screen and (max-width:768px) {
  .footer .flexBox {
      max-width: 400px;
      margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .footer .flexBox figure {
    padding: 0;
    margin: auto;
    max-width: 340px;
  }
  .footer_logo_text {
  font-size: 14px;
  margin-left: 0px;
  text-align: center;
}
}


.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: 980px) {
  #header {
    position: fixed;
    background-color: #fff;
  }
} */

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  position: fixed;
  transition: all .7s;
}

@media screen and (max-width: 980px) {
  header {
    position: fixed;
    background-color: #fff;
  }
}



.head_wrap {
  position: relative;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  width: auto;
  background: url(../images/common/header_bg.jpg);
}

@media screen and (max-width: 980px) {
  .head_wrap {
    padding: 10px;
    height: 80px;
  }
}

.header_ttl {
  max-width: 130px;
  flex-shrink: 0;
  display: flex;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .header_ttl {
    max-width: 112px;
    margin-left: 0;
  }
}

.pc_content {
  width: 86%;
  margin-left: 2%;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.pc_content .icon {
  display: inline-block;
  width: 12px;
  margin-left: 4px;
}

.pc_content .info {
  margin-right: 20px;
  width: clamp(46.2rem, 2.142rem + 44.911vw, 74rem);
}

.pc_content ul {
  margin-right: 1%;
  min-width: 120px;
}

.pc_content ul li {
  margin-top: 8px;
}

.pc_content ul li p {
  font-size: 12px;
  font-weight: bold;
}

.pc_content ul li a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #fff;
  padding: 0 4px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .pc_content {
    display: none;
  }
}

.pc_content .sp_icon01 {
  width: 14px;
  margin-right: 4px;
}

.pc_content .sp_icon02 {
  width: 12px;
  margin-left: 4px;
}

.sp-nav__items_2 p {
  font-size: 14px;
}

.spnav_box .icon {
  display: inline-block;
  width: 12px;
  margin-left: 2px;
}

.head_btn {
  max-width: 240px;
  max-width: clamp(10rem, -12.187rem + 22.617vw, 24rem);
  width: 100%;
  height: inherit;
  flex-shrink: 0;
}
.head_btn.request {
  background: rgb(160,151,109);
  background: linear-gradient(90deg, rgba(160,151,109,1) 0%, rgba(226,224,211,1) 50%, rgba(160,151,109,1) 100%);
}
.head_btn.reserve {
  background: rgb(11,62,39);
  background: linear-gradient(90deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 50%, rgba(11,62,39,1) 100%);
}
.head_btn a {
  display: block;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-size: clamp(2rem, -0.982rem + 3.04vw, 3rem);
  color: #000;
  letter-spacing: 0.15em;
  font-weight: 600;
  transition: all .4s;
}
.head_btn.reserve a {
  color: #fff;
}
.head_btn a:hover {
  opacity: .7;
}

.globalNav {
  background: url(../images/common/header_bg2.jpg);
  height: 80px;
}

@media screen and (max-width: 980px) {
  .globalNav {
    display: none;
  }
}

.globalNav_wrap {
  max-width: 1600px;
  margin: 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;
}

.globalNav_item a {
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  color: #000;
  display: block;
  position: relative;
  transition: .6s;
  font-weight: bold;
}


.globalNav_item .icon {
  display: inline-block;
  width: 14px;
  margin-left: 1rem;
}

.globalNav_item::before {
  background-color: #005c3b;
  content: '';
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.globalNav_item.active::before {
  background-color: #005c3b;
  content: '';
  display: inline-block;
  height: 6px;
  position: absolute;
  width: 94%;
  left: 5%;
  bottom: 0px;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.globalNav_item.active a {
  color: #005c3b;
  pointer-events: none;
}

.globalNav_item:hover::before {
  transform: scale(1, 1);
}

.globalNav_item a:hover {
  color: #005c3b;
}

.globalNav_item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #a6c6ba;
}

.globalNav_item:first-child::after {
  content: none;
}

.p-header__drawer {
  display: none;
}

@media only screen and (max-width: 980px) {
  .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: 250px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-nav.is-active {
  display: block;
}

.sp-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-nav__item {
  position: relative;
  width: calc(100% / 2 - 2px);
  height: 80px;
  line-height: 1.2;
  border-bottom: 1px solid #d1d1d1;
  padding: 0;
  display: table;
}

.sp-nav__item:nth-child(1),
.sp-nav__item:nth-child(2) {
  border-top: 1px solid #d1d1d1;
}

.sp-nav__item:nth-child(odd) {
  border-right: 1px solid #d1d1d1;
}

.spNav_logo_area {
  height: 80px;
  padding: 10px;
  background: url(../images/common/header_bg.jpg);
  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: 10px 0;
  vertical-align: middle;
  font-size: 14px;
  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 {
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  font-size: 13px;
  color: #000;
}

.sp-nav__items_2 li {
  padding: 0 6px;
}

.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: 18px;
  display: inline-block;
  margin-right: 10px;
}

.sp-nav__items .sp_icon02 {
  display: inline-block;
  width: 14px;
  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;
}

.infoBox {
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.tel {
  max-width: 540px;
  width: 100%;
  margin: 20px auto;
}

.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;
}

.sp-nav_infobox .infoBtn::before {
  content: none;
}

.bottom_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.bottom_flex {
  display: flex;
}
@media screen and (max-width: 980px) {
  .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: #d6d151;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sp-nav_infobox .holiday {
  color: #ed2614;
}

@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;
  }
}

/*===================================================================
footer_info
/*================================================================= */
.footer_info {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/common/footer_info_bg.jpg) no-repeat center center / cover ;
}

@media only screen and (max-width:768px) {
  .footer_info::before {
    height:20px;
  }
}

.footer_info a:hover {
  transition: .3s;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .footer_info {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.footer_info .info_lead {
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.footer_info .info_title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
}

.info_iconbox {
  position: relative;
}


.footer_info .tel {
  max-width: 540px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 2;
}

.footer_info .infoBtn {
  margin: 20px auto 0;
}
@media only screen and (max-width:768px) {
  .footer_info .info_title {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding-top: 30px;
}
.footer_info .info_lead {
  font-size: 18px;
}
  .footer_info .infoBtn {
    margin: 0px auto 0;
  }
}

.footer_info .date {
  text-align: center;
  color: #fff;
  margin-top: 14px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .footer_info .date {
    font-size: 13px;
  }
}

.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: 34px 0;
  color: #1a1a1a;
  background: rgb(164,155,115);
  background: linear-gradient(56deg, rgba(164,155,115,1) 0%, rgba(226,224,211,1) 50%, rgba(164,155,115,1) 100%);
  text-align: center;
  margin-top: 4px;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
}
.infoBtn::before { 
  content: '';
  position: absolute;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 46px;
  height: 10px;
  right: 20px;
  top: 40%;
}
.infoBtn.reserve {
  color: #fff;
  background: rgb(11,62,39);
  background: linear-gradient(65deg, rgba(11,62,39,1) 0%, rgba(25,113,73,1) 50%, rgba(11,62,39,1) 100%);
}
.infoBtn.reserve::before { 
  background-image: url(../images/common/icon_arrow_white.svg);
}
.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%;
}
}


/* 通常のサイズ */
/* .pc_content .info_img {
  max-width: 220px;
} */

/* 年末年始休業のサイズ */
/* .pc_content .info_img {
  max-width: 220px;
} */
/*# sourceMappingURL=styles.css.map */