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

@media screen and (min-width: 768px) {
  html {
    font-size: 0.90909vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

.inner {
  max-width: 1000px;
  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: 15px;
    padding-right: 15px;
  }
}

.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: #fdf8f1;
}

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

.capArea p {
  font-size: 11px;
  line-height: 1.6;
}

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

/*===================================================================
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: 150px;
  }
}

.footer .flexBox {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .footer .flexBox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 30px;
  }
}

.footer .flexBox figure {
  padding: 0 30px;
}
.footer_logo_text {
  font-size: 11px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
}
.highness_footer_logo {
  width: 310px;
}

.masters-life {
  width: 320px;
  /*margin: auto;*/
}
.koizumi {
  width: 210px;
  margin: auto;
}
@media only screen and (max-width:768px) {
  .footer .flexBox {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer .flexBox figure {
    padding: 0 10px;
    /*margin-top: 30px;*/
    margin-bottom: 70px
  }
  .masters-life {
    max-width: 280px;
    width: 100%;
    margin: 0;
  }
  .koizumi {
    max-width: 230px;
    width: 50%;
    margin: 0;
  }
  .highness_footer_logo {
    max-width: 250px;
    width: 100%;
    margin: 0;
  }
}


.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: 16px;
  }
}

/* print_map
--------------------------------------------------*/
.print_map figure {
  display: none;
}

/* modal
--------------------------------------------------*/
.modalEl {
  display: none;
}

#modalArea,
#modalArea2 {
  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,
#modalTable2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

#modalCell,
#modalCell2 {
  display: table-cell;
  vertical-align: middle;
}

#modalInner,
#modalInner2 {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

#modalInner img,
#modalInner2 img {
  max-width: 100%;
  height: auto;
}

#modalContents .movie,
#modalContents2 .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#modalContents .movie iframe,
#modalContents2 .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#modalContents video,
#modalContents2 video {
  display: block;
  width: 100%;
}

#modalClose,
#modalClose2 {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#modalClose:before,
#modalClose:after,
#modalClose2:before,
#modalClose2:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}

#modalClose:before,
#modalClose2:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#modalClose:after,
#modalClose2:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #modalArea,
  #modalArea2 {
    -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/bg_01.png); */
  background-color: #fff;
}

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

.header_ttl {
  max-width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

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

.pc_content {
  width: 80%;
  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: 510px;
}

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

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

.pc_content .border{
  border: solid 2px;
  border-color: #8a754b;
  padding: 2px;
  margin-left: -4px;
}

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

.pc_content ul 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;
  font-size: 12px;
  color: #000;
  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: 220px;
  width: 100%;
  flex: 0 1 30%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;

}
.head_btn.downroad {
  background-image: url(../images/common/topBtn_downroad_bg.jpg);
  /* background-color: #191755; */
  background-size: cover;
  background-repeat: no-repeat;
}
.head_btn.request {
  background-image: url(../images/common/topBtn_request_bg.jpg);
  /* background-color: #8b321c; */
  background-size: cover;
  background-repeat: no-repeat;
}
.head_btn.reserve {
  background-image: url(../images/common/topBtn_reserve_bg.jpg);
  /* background-color: #806b35; */
  background-size: cover;
  background-repeat: no-repeat;
}
.head_btn a {
  width: 100%;
  height: 100%;
  padding:10px 10px 5px;
  transition: all .4s;
}
.head_btn a:hover {
  opacity: .7;
}
.head_btn a figure,
.head_btn a figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.globalNav {
  /* background: url(../images/common/bg_02.png); */
  background-color: #ededed;
  height: 80px;
}

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

.globalNav_wrap {
  display: flex;
  height: inherit;
  align-items: center;
  height: inherit;
  /* justify-content: space-between; */
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

.globalNav_item {
  position: relative;
  text-align: center;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* display: grid;
  place-content: center; */
  width: calc(100% / 5);
}

.globalNav_item a {
  font-size: clamp(0.2rem, 0.1rem + 0.785vw, 2.4rem);
  line-height: 1.6;
  color: #000;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  /* font-weight: bold; */
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.globalNav_item .link_wrap {
  font-size: clamp(0.2rem, 0.1rem + 0.785vw, 2.4rem);
  line-height: 1.6;
  color: #000;
  display: flex;
  justify-content: center;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  /* font-weight: bold; */
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

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

/* .link_wrap::before {
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  width: 90%;
  left: 42%;
  bottom: -10px;
  z-index: 2;
  transform: scale(0, 1);
  transition: transform 0.3s;
  background: #680107;
  height: calc(tan(60deg) * 12px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
} */
/* .link_wrap:hover::before {
  transform: scale(1, 1);
} */
/* .globalNav_item.active::before {
  background-color: #984a00;
  content: '';
  display: inline-block;
  height: 3px;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 6px;
  transform: scale(1, 1);
  transition: transform 0.3s;
} */

.globalNav_item.active a {
  color: #984a00;
  pointer-events: none;
}



.globalNav_item a:hover {
  color: #984a00;
}

.globalNav_item a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #1a1a1a;
}
.globalNav_item .link_wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #1a1a1a;
}
.globalNav_item:first-child a::after {
  content: none;
}

.h_menu_cont a::after {
  content: none;
}

.p-header__drawer {
  display: none;
}

.globalNav_item:hover .h_menu_cont {
  display: block;
}


.globalNav_item{
  transition: background .3s;
}

.globalNav_item.active a{
  pointer-events: all;
}
.globalNav_wrap .active{
  background-color: #680107;
}
.globalNav_wrap .active a{
  color: #fff;
}
.globalNav_wrap .active .link_wrap{
  color: #fff;
}

.globalNav_item:hover{
  background-color: #680107;
}

.globalNav_item:hover a{
  color: #fff;
}
.globalNav_item:hover .link_wrap{
  color: #fff;
}


.globalNav_item:hover .h_menu_cont {
  /* top: 180px; */
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  /* position: relative; */
}


.h_menu_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.h_menu_wrap::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6.6%;
  /* bottom: -10px; */
  top: -20px;
  z-index: 2;
  /* transform: scale(0, 1); */
  background: #680107;
  height: calc(tan(60deg) * 12px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
ul.globalNav_wrap > li.globalNav_item:nth-child(3) .h_menu_wrap::before {
  left: 48.35%;
}
ul.globalNav_wrap > li.globalNav_item:nth-child(4) .h_menu_wrap::before {
  left: 69.19%;
}
ul.globalNav_wrap > li.globalNav_item:nth-child(5) .h_menu_wrap::before {
  left: 90%;
}
.h_menu_wrap::after{
  content:"";
  display: block;
  width:30%;
}
.h_menu_cont .h_menu{
  width: 30%;
  transition: .3s;
  background-color: #ededed;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h_menu_cont .h_menu:hover{
  background-color: #F7DCBB;
}

/* .h_menu_cont .h_menu:nth-of-type(1){
  border-bottom: 1px solid #984A00;
  transition: .3s;
  } */

.h_menu_cont .h_menu a{
  /* padding: 15px 0; */
  display: block;
}

.h_menu_cont .h_menu p{
  color: #000;
  transition: .3s;
  font-size: clamp(0.2rem, 0.1rem + 0.785vw, 2.4rem);
  font-weight: bold;
}

.h_text_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 3px;
}
.h_text_wrap p{
  font-size: 18px;
}
.h_ar_icon{
  width: 24px;
  position: absolute;
  right: 10px;
}

/*  */
.globalNav {
  width: 100%;
  position: relative;
}

.globalNav_wrap {
  width: 1000px; /* コンテンツの最大幅を設定 */
  margin: 0 auto;
  display: flex;
  list-style: none;
  position: relative;
}

.globalNav_item {
  position: static; /* staticに変更 */
}

.h_menu_cont {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px;
}

@media only screen and (max-width: 1000px) {
  .h_menu_cont {
    max-width: 900px;
  }
}


.h_menu_img img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  height: 130px;
  object-fit: cover;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: -1; /* h_menu_contよりも手前に表示 */
  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;
  /* background: url(../images/common/bg_01.png); */
  background-color: #fff;
  z-index: 100;
  padding-bottom: 160px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-nav.is-active {
  display: block;
}
.spnav_box{
  padding: 30px 20px;
}
.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); */
  width: 100%;
  height: 80px;
  line-height: 1.2;
  border-bottom: 1px solid #1a1a1a;
  padding: 0;
  display: table;
}

/*  */


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

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

.spNav_logo_area {
  height: 80px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          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: block;
  /*justify-content: center;*/
  /* width: 180px; */
  margin: 0 auto;
  padding-top: 10px;
  font-size: 13px;
  color: #000;
}

.sp-nav__items_2 .border{
  border: solid 2px;
  border-color: #8a754b;
  padding: 2px;
  margin-left: 2px;
}

.sp-nav__items_2 li {
  padding: 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__top-items{
  /* display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; */
  height: 100%;
}
.sp-nav__top-item.top-menu{
  height: 100%;
}
.sp-nav__top-item.top-menu a{
  display: grid;
  place-content: center;
  height: inherit;
}

.sp-nav__top-item.sub-menu a{
  display: block;
  height: inherit;
  position: relative;
  padding-left: 14px;
}
.sp-nav__top-item.sub-menu a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #984A00;
  border-right:  1.5px solid #984A00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mt-25{
  margin-top: -25px!important;
}

.sp-nav__items .sp_icon02 {
  display: inline-block;
  width: 14px;
  margin-left: 10px;
}

.accordion {
  /* margin: 3em auto; */
  /* max-width: 60vw; */
  width: 100%;
  }
  .toggle {
  display: none;
  }
  .option {
  position: relative;
  margin-bottom: 13px;
  border-bottom: solid 1px #1a1a1a;
  }
  .title,
  .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }
  .title {
  padding: 12px;
  display: block;
  font-size: 18px;
  }
  /* .ac_link {
    padding: 12px;
    display: block;
    font-size: 18px;
    margin-bottom: 12px;
    border-bottom: solid 1px #1a1a1a;
    } */
    .ac_link a{
      padding: 12px;
      display: block;
      font-size: 18px;
      margin-bottom: 12px;
      border-bottom: solid 1px #1a1a1a;
      color: #1a1a1a;
  }
  .accordion .title::after,
  .accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 35%;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  }
  .title::after {
  transform: rotate(90deg);
  }
  .accordion .content {
  max-height: 0;
  overflow: hidden;
  }

  .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1s;
  /* padding: 10px 0; */
  }
  .accordion .content a{
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #767676;
  }
  .accordion .content a:first-child{
    padding-top: 30px;
  }
  .accordion .content a:last-child{
    padding-bottom: 30px;
  }
  .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
  }
  

.sp-nav__items_btn {
  max-width: 280px;
  margin: 0 auto;
}

.sp-nav__items_infobox {
  padding: 0 10px 80px;
}

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

p {
  font-size: 16px;
  line-height: 1.8;
}

.date {
  font-size: 13px;
}

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



.info_area .holiday {
  font-size: 15px;
  color: #8c281e;
  font-weight: bold;
  margin-top: 10px;
}
.section12 p.holiday {
  font-size: 15px;
  margin-top: 6px;
  color: #8c281e;
  font-weight: bold;
}
#event_detail .infoBox p.holiday {
  font-size: 15px;
  margin-top: 6px;
  color: #8c281e;
  font-weight: bold;
}
.holiday {
  font-size: 15px;
  color: #8c281e;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info_area .date {
    font-size: 13px;
  }
  .info_area .holiday {
    color: #8c281e;
    font-size: 14px;
  }
  .holiday {
    font-size: 14px;
    color: #8c281e;
    margin-top: 10px;
    margin-top: 10px;
  }
}

.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;
  border-top: 2px solid rgb(148,62,0);
  border-image: linear-gradient(90deg, rgba(148,62,0,1) 0%, rgba(233,176,0,1) 50%, rgba(224,139,21,1) 100%);
  border-image-slice: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/common/footer_info_bg.png) no-repeat center center / cover;
  background-position: right;
}


/* .footer_info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/top/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height:30px;
  z-index: 2;
} */
@media only screen and (max-width:768px) {
  .footer_info::before {
    height:20px;
  }
}

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

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

.footer_info .infoTitle {
  text-align: center;
  /* color: #984a00; */
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

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

.info_iconbox {
  position: relative;
}
.info_iconbox::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}
.info_iconbox::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}
.info_iconbox2 {
  position: relative;
}
.info_iconbox2::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}
.info_iconbox2::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}

.footer_info .infoBox {
  border: none;
  border-radius: 0;
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 40px 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer_info .infoBox {
    margin-top: 30px;
    background-color: #fff;
    padding: 50px 20px;
    text-align: center;
    position: relative;
  }
}

.footer_info .infoBox::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}

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

.footer_info .infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width:768px) {
  .footer_info .tel {
    width: 90%;
    margin: 24px auto;
    position: relative;
    z-index: 2;
  }
  .footer_info .infoBtn {
    margin: 0px auto 0;
  }
}

.footer_info p {
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .footer_info p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .footer_info p {
    font-size: 16px;
  }
  .footer_info p.holiday {
    font-size: 14px;
  }
}

.footer_info .date {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer_info .date {
    font-size: 13px;
    line-height: 1.8;
  }
  .footer_info .btn_box{
    width: 93%;
  }
}

.btn_box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.btn_box .btn{
  margin: 0;
}
.btn {
  margin: 0 2%;
}
.infoBtn {
  display: block;
  max-width: 340px;
  width: 100%;
  margin-top: 4px;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;

}
.sp-nav__items_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),
  .btn:nth-child(3) {
    margin-top: 20px;
  }
}


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

/* 年末年始休業のサイズ */
/* .pc_content .info_img {
  max-width: 220px;
} */

/*# sourceMappingURL=styles.css.map */