@charset "utf-8";
:root {
  /* カラーパレット */
  --color-primary: #000000;
  --color-secondary: #ffffff;
  --color-accent: #ff0000;

  /* フォントサイズ */
  --font-size-base: 16px;
  --font-size-small: 14px;
  --font-size-large: 18px;

  /* スペーシング */
  --spacing-unit: 8px;
  --spacing-small: calc(var(--spacing-unit) * 1);
  --spacing-medium: calc(var(--spacing-unit) * 2);
  --spacing-large: calc(var(--spacing-unit) * 3);

  /* ブレークポイント */
  --breakpoint-mobile: 767px;
  --breakpoint-tablet: 1024px;
  --breakpoint-desktop: 1280px;

  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .5s var(--easing);
}

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'garamond';
  src: url('garamond.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  font-family: 'Zen Old Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 15px;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin: auto;
}

#page_wrap {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  z-index: 1;
}

a {
  -webkit-transition: .4s;
  transition: .4s;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #666;
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*PCで表示させないセレクタ*/
#sp_header,
.tel-btn_sp {
  display: none;
}

.pc_hidden {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(61, 79, 78, 1);
  /* box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
  z-index: 3;
  -webkit-transition: .4s;
  transition: .4s;
}

.is_top #header {
  background-color: rgba(255, 255, 255, 0);
}

.is_scroll #header {
  background-color: rgba(61, 79, 78, .8);
}

.is_top .is_scroll #header {
  background-color: rgba(255, 255, 255, .4);
}

.header__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px 0;
  height: 90px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h__id {
  display: inline-block;
  margin-bottom: 5px;
}

.h__id img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.is_page .h__id img {
  filter: invert(99%) sepia(0%) saturate(2709%) hue-rotate(253deg) brightness(115%) contrast(100%);
}

.h__menu {
  display: flex;
  gap: 30px;
  margin-right: 275px;
}

.h__menu__list {
  display: flex;
  height: 1.75em;
  margin-top: 0px;
  font-size: clamp(12px, 0.9vw, 15px);
  display: none;
}

.h__menu__list li {
  border-right: .3px solid #b5b5b5;
}

.h__menu__list li a {
  display: block;
  padding: 0 1.25em;
}

.h__menu__list li a:hover {
  color: #468188;
}

.h__menu__list li a.is-uc {
  opacity: .4;
  pointer-events: none;
}

.h__menu__list_sub {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  height: 2em;
}

.h__menu__list_sub li {
  display: block;
  /* border-bottom: .3px solid #b5b5b5; */
}

.h__menu__list_sub li a {
  display: block;
  position: relative;
  padding-left: .8em;
}

.h__menu__list_sub li a::after {
  display: block;
  position: absolute;
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 6.5px 0 6.5px 7px;
  border-color: transparent transparent transparent #BBBCBC;
  top: 0.3em;
  left: 0;
}

.h__menu__list_sub li a:hover {
  color: #c4c4c4;
}

.h__menu__list_sub li a:hover::after {
  border-color: transparent transparent transparent #c4c4c4;
}

.is_page .h__menu__list_sub li a {
  color: #fff;
}

.is_page .h__menu__list_sub li a:hover {
  color: #c4c4c4;
}

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

.l-h__links__menu1 {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-left: 30px;
  font-size: 15px;
}

@media (max-width: 1140px) {
  .l-h__links__menu1 {
    display: none;
  }
}

.c-h__menu1 a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 8px;
  border-color: transparent transparent transparent #73644f;
  vertical-align: middle;
  margin: -0.3em 5px 0 0;
}

.l-h__links__menu2 {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 26px;
  right: 125px;
}

.h__links__menu2__btn {
  width: 150px;
}

a.c-req-btn2 {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.2em;
  height: 37px;
  line-height: 37px;
  border-radius: 0;
  background: #950a0a;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.l-h__links__menu2 li:nth-child(1) a {
  background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
}

a:hover.c-req-btn2 {
  background: #621414;
}

.l-h__links__menu2 li:nth-child(1) a:hover {
	filter:brightness(0.5);
}

.c-req-btn2::after {
  /* content: ""; */
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: .5px;
  background: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-req-btn2::after {
  right: 2px;
}

.menu-btn {
  display: block;
  position: fixed;
  top: 26px;
  right: 0;
  width: 90px;
  height: 60px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  z-index: 1000000001;
  font-family: 'garamond';
}

.menu-btn span:after {
  /* content: attr(data-txt-menu); */
  letter-spacing: .1em;
  text-transform: uppercase;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.is-open-menu .menu-btn span:after {
  /* content: attr(data-txt-close); */
  letter-spacing: .02em;
}


.is-open-menu .menu-btn {
  z-index: 1000000001;
}

.bar {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 54px;
  height: 2px;
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.is_page .menu-btn .bar {
  background: #fff;
}

.bar.middle {
  top: 17px;
  opacity: 1;
}

.bar.bottom {
  top: 30px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.menu-btn__text {
  position: absolute;
  bottom: 6px;
  width: 64px;
  left: 0;
  /* right: initial; */
  margin: auto;
  color: #222;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}

.is-open-menu .menu-btn__text {
  color: #222;
}

@media screen and (max-width:800px) {
  .is-open-menu .menu-btn__text {
    color: #ffffff;
  }
}

.is-open-menu .menu-btn .bar.top {
  width: 54px;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.is-open-menu .menu-btn .bar.middle {
  opacity: 0;
}

.is-open-menu .menu-btn .bar.bottom {
  width: 54px;
  top: 29px;
  left: 0;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

@media screen and (max-width:800px) {
  .l-h__links__menu2 {
    display: none;
  }

  .menu-btn {
    display: block;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
  }

  .bar {
    position: absolute;
    top: 22px;
    left: 13px;
    width: 40px;
    height: 1px;
  }

  .bar.middle {
    top: 31px;
    opacity: 1;
  }

  .bar.bottom {
    top: 40px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .is-open-menu .menu-btn .bar.top {
    background: #000;
    width: 40px;
    top: 22px;
    left: 13px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .is-open-menu .menu-btn .bar.middle {
    opacity: 0;
  }

  .is-open-menu .menu-btn .bar.bottom {
    background: #000;
    width: 40px;
    top: 36px;
    left: 13px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  .l-h__links__menu2_sp {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
  }

  .is-open-menu .l-h__links__menu2_sp {
    display: none;
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 1000ms;
  }

  .l-h__links__menu2_sp .h__links__menu2__btn {
    width: 100%;
  }

  a.c-req-btn2 {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    background: #950a0a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .l-h__links__menu2_sp li:nth-child(1) a {
    background: #0a8b03;
  }

}

/* #gnavi */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nav
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-sitemenu {
  display: block;
  width: 360px;
  height: 100%;
  overflow: hidden;
  color: #fff;
  background-color: rgb(93 124 117);
  backdrop-filter: blur(5px);
  position: fixed;
  right: 0;
  top: 109px;
  z-index: 1000000000;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all .5s;
}

.is_top .l-sitemenu {
  top: 90px;
}

.l-h__links__menu2_sp {
  display: none;
}

@media screen and (max-width:800px) {
  .l-sitemenu {
    width: 100%;
    height: 100%;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .is_top .l-sitemenu {
    top: 0;
  }
}

.is-open-menu .l-sitemenu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.l-sitemenu__body {
  display: block;
  width: 360px;
  height: 100%;
  background-color: rgb(251 251 251);
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 30px 0;
  overflow-y: auto;
}

.l-sitemenu__body_inner {
  width: 100%;
  position: relative;
}

@media screen and (max-width:800px) {
  .l-sitemenu__body {
    align-items: inherit;
    padding-top: 70px;
    padding: 70px 0px;
    width: 100%;
  }

  .l-sitemenu__body_inner {
    width: 86%;
    position: relative;
  }
}

.l-sitemenu__menu_set {
  flex-direction: column;
}

.l-sitemenu__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.sitemenu__logo {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(-10%);
  text-align: center;
}

.sitemenu__logo img {
  height: clamp(50px, 9vh, 96px);
  width: auto;
}

.l-sitemenu__menu {
  font-size: 17px;
}

.l-sitemenu__menu li {
  opacity: 0;
  transform: translateX(-10%);
  border-bottom: 1px solid #d6dcdb;
}


@media screen and (max-width:800px) {
  .l-sitemenu__menu {
    font-size: 15px;
  }

  .sitemenu__logo img {
    height: 65px;
    width: auto;
  }
}

.is-open-menu .l-sitemenu__menu li,
.is-open-menu .sitemenu__logo {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.is-open-menu .sitemenu__logo {
  transition-delay: 350ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(1) {
  transition-delay: 400ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(2) {
  transition-delay: 450ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(3) {
  transition-delay: 500ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(4) {
  transition-delay: 550ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(5) {
  transition-delay: 600ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(6) {
  transition-delay: 650ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(7) {
  transition-delay: 700ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(8) {
  transition-delay: 750ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(9) {
  transition-delay: 800ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(10) {
  transition-delay: 850ms;
}

.is-open-menu .l-sitemenu__menu li:nth-child(11) {
  transition-delay: 900ms;
}

.l-sitemenu__menu li a {
  display: flex;
  padding: .8em 0 .5em;
  color: #353535;
  align-items: center;
  position: relative;
  flex-direction: row;
  gap: 8px;
}

.l-sitemenu__menu li a:hover {
  color: #8f8760;
  padding: .8em 0 .5em .8em;
}

.l-sitemenu__menu li a.is-uc {
  opacity: .4;
  pointer-events: none;
}

.l-sitemenu__menu li:nth-child(10) a::before{
  content: 'NEW';
  display: inline;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  background: #a90808;
  padding: .45em .5em .45em;
  vertical-align: middle;
  /* margin-left: 15px; */
  transform: translateY(.1em);
}

.l-sitemenu__menu li a::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  bottom: 0.8em;
  transition: all .5s;
}

.l-sitemenu__menu li a:hover:after {
  right: 0;
}

.l-sitemenu__menu .menu_en {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}

.l-sitemenu__menu .menu_jp {
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 0.2em;
  line-height: 13px;
}

@media screen and (max-width:800px) {
  .l-sitemenu__menu .menu_en {
    font-family: 'garamond', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
  }

  .l-sitemenu__menu .menu_jp {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 0.2em;
    line-height: 12px;
  }

  .l-sitemenu__menu li a {
    padding: 1.0em 0 1.0em;
  }

  .l-sitemenu__menu li a:hover {
    padding: 1.2em 0 0.8em;
  }

  .l-sitemenu__menu li a::after {
    right: 5%;
  }
}

.sitemenu__btn.is-uc {
  opacity: .5;
}

.sitemenu__btn.is-uc a {
  pointer-events: none;
}


@media screen and (max-width: 768px) {
  a.c-req-btn {
    font-size: 18px;
    letter-spacing: 0.2em;
    height: 46px;
    line-height: 44px;
  }

}

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.page_bottom_btn {
  margin-bottom: 60px;
}

a.reqBtn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  height: 55px;
  line-height: 55px;
  /* text-indent: 1em; */
  background: #858e95;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.reqBtn.reqBtn_reserv {
  background: #858e95;
}

a:hover.reqBtn {
  opacity: .7;
}

a.reqBtn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 47%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpa_btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.cpa_btn a {
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width:800px) {
  .page_bottom_btn {
    width: 80%;
    margin-bottom: 20px;
  }

  .cpa_btn {
    display: flex;
    flex-direction: column;
  }

  .cpa_btn a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  a.reqBtn {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

.data_notes {
  font-size: 10px;
}

/*----------------------------------------------------------------------------------------------
	footer area
----------------------------------------------------------------------------------------------*/


.footer_notes {
  margin-top: 60px;
  padding: 0 15px;
}

.footer {
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  background: #fff;
}

.spFtrFloat {
  display: none;
}

.f__id01_set {
  display: flex;
  max-width: 1400px;
  margin-inline: auto;
  margin-top: 100px;
  padding: 0 15px;
  flex-wrap: wrap;
  gap: 80px 5%;
  justify-content: center;
}

.f__id01 {
  flex-shrink: 0;
  width: 100%;
}

.f__id02 {
  flex-shrink: 0;
  width: 20vw;
}

.f__id03 {
  flex-shrink: 0;
  width: 22.3vw;
}

.f__id04 {
  flex-shrink: 0;
  width: 24.1vw;
}

.f__id05 {
  flex-shrink: 0;
  width: calc(calc(100% - 9%) / 4);
}


.f_copyright {
  font-size: 11px;
  margin-top: 3em;
  display: block;
}

.bukken_notes {
  margin-top: 1.5em;
  font-size: 13px;
  line-height: 1.6;
}

.top_data_notes {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 10px;
  padding: 0 15px;
}

.side_Float {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 120px;
  right: 20px;
}

.side_Float a {
  display: block;
  background: #fff;
}

.side_Float a img {
  -webkit-transition: .4s;
  transition: .4s;
}

.side_Float a:hover img {
  opacity: 0.7;
}

@media screen and (max-width:800px) {
  .footer_notes {
    margin-top: 20px;
    padding: 0 15px;
  }

  .top_data_notes {
    margin: 10px 10px 0;
    font-size: 10px;
    line-height: 1.6;
    text-align: justify;
  }

  .footer {
    padding-bottom: 90px;
  }

  .footer.fadeAnim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .f__id01_set {
    margin-top: 40px;
    width: 95%;
    gap: 40px 5%;
  }

  .f__id01 {
    /* width: 75%; */
    width: 100%;
  }

  .f__id02,
  .f__id03,
  .f__id04,
  .f__id05 {
    width: 100%;
  }

  .f__nav {
    display: none;
  }

  .f_copyright {
    font-size: 10px;
    margin-top: 4em;
    display: block;
  }

  .side_Float {
    display: none;
  }

}


/*----------------------------------------------------------------------------------------------
	page area
----------------------------------------------------------------------------------------------*/
.l-main {
  padding-top: 60px;
}

/* 現地案内用 */

.img_caption_white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 95%);
}

.img_caption_black {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #000;
  text-shadow: 0px 0px 2px rgb(255 255 255 / 95%), 0px 0px 3px rgb(255 255 255 / 95%), 0px 0px 5px rgb(255 255 255 / 95%), 0px 0px 6px rgb(255 255 255 / 95%);
}

.img_caption_white.img_caption_l {
  right: initial;
  left: 10px;
}

.img_caption_white.p-tl {
  right: initial;
  left: 10px;
  bottom: calc(50% + 10px);
}

.img_caption_black.p-bl {
  right: initial;
  left: 10px;
}

.img_caption_white.p-tr {
  bottom: calc(50% + 10px);
}

@media screen and (max-width: 800px) {
  .l-container {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

}

/*----------------------------------------------------------------------------------------------
	COMMON
----------------------------------------------------------------------------------------------*/
.row:after,
.col:after {
  content: "";
  display: block;
  clear: both;
}

.col {
  display: block;
  float: left;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.ctb {
  text-align: center;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

a.hover img {
  -webkit-transition: .4s;
  transition: .4s;
}

a.hover:hover img {
  opacity: 0.7;
}

.soon_bana {
  background: #333;
}

.soon_bana img {
  opacity: 0.5;
}

#nav-dock {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#nav-dock a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/btn_pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
}

#nav-dock a:hover {
  opacity: 0.7;
}

.scroll_down {
  position: fixed;
  top: 50%;
  left: 22px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page_sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}

.yellow {
  color: #EABA2A;
}

.c-ts-color {
  color: #c0512f;
}

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

.full_w_img img,
img.full_w_img {
  width: 100%;
  height: auto;
}

.fs_s {
  font-size: .8em;
}

.fs_ss {
  font-size: .6em;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

.img_base {
  position: relative;
}

#nav-top {
  width: 150px;
  height: 44px;
  position: fixed;
  bottom: 120px;
  right: 50px;
}

.uline_red {
  color: #C8161D;
  text-decoration: underline;
}

.text-s {
  font-size: 12px !important;
}

.text-ss {
  font-size: 10px !important;
}

.fx {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
}

.fx-al-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.fx-al-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.fx-al-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.fx-js-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.fx-js-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.fx-js-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fx-js-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.fx-js-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width:800px) {
  .fx-xs-column {
    flex-direction: column;
  }
}

/* ===================================================================
//animation
=================================================================== */
.pageHddAnim {
  opacity: 0 !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.pageHddAnim.is_view {
  opacity: 1 !important;
}

.fadeAnim {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnim.is_view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeAnimB {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimB.is_view {
  opacity: 1;
}

.fadeAnimC {
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimC.is_hide {
  opacity: 0;
}

.fadeAnimRightIn {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimRightIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeAnimLeftIn {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.fadeAnimLeftIn.is_view {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.delay01 {
  -webkit-transition-delay: .1s !important;
  transition-delay: .1s !important;
}

.delay02 {
  -webkit-transition-delay: .2s !important;
  transition-delay: .2s !important;
}

.delay03 {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important;
}

.delay04 {
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
}

.delay05 {
  -webkit-transition-delay: .5s !important;
  transition-delay: .5s !important;
}

.delay06 {
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
}

.delay07 {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important;
}

.delay08 {
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
}

.delay09 {
  -webkit-transition-delay: .9s !important;
  transition-delay: .9s !important;
}

.delay015 {
  -webkit-transition-delay: .15s !important;
  transition-delay: .15s !important;
}

.delay025 {
  -webkit-transition-delay: .25s !important;
  transition-delay: .25s !important;
}

.delay035 {
  -webkit-transition-delay: .35s !important;
  transition-delay: .35s !important;
}

.delay075 {
  -webkit-transition-delay: .75s !important;
  transition-delay: .75s !important;
}

.delay1 {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.delay15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.animImg {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg * {
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
}

.animImg.is_view::before {
  -webkit-animation: animImgMask 1s ease;
  -moz-animation: animImgMask 1s ease;
  animation: animImgMask 1s ease;
}

@-webkit-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@-moz-keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes animImgMask {
  0% {
    top: 100%;
  }

  25% {
    top: 0;
  }

  75% {
    top: 0;
  }

  100% {
    bottom: 100%;
  }
}

.animImg img {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animImg.is_view img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 光らせるためのstyle */
.shine {
  position: relative;
  overflow: hidden;
  display: block;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #afbec5;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }

  70% {
    left: -160%;
    opacity: 0.5;
  }

  71% {
    left: -160%;
    opacity: 1;
  }

  100% {
    left: -20%;
    opacity: 0;
  }
}

/**********
//fadeText
**********/
.fadeText>span {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fadeText>span.is_view {
  opacity: 1;
}

.fadeText>span:nth-child(3n+1) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.fadeText>span:nth-child(2n) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

/* ===================================================================
//下層ページタイトルsection
=================================================================== */



/* ===================================================================
//btns
=================================================================== */
.btns {
  display: block;
  background: #000;
  font-size: 15px;
  text-align: center;
  color: #fff !important;
  padding: 15px;
  width: 100%;
  max-width: 170px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover.btns {
  opacity: 0.7;
}

.btns i {
  margin-right: 5px;
}

.btns.gmapBtn {
  max-width: 350px;
}

.btns.noMobile {
  display: inline-block !important;
}

.mobile .btns.noMobile {
  display: none !important;
}


.fx_horizontal {
  display: flex;
  justify-content: center;
}

.c-buttons-shin {
  position: relative;
  overflow: hidden;
}

.c-buttons-shin:hover:after {
  display: block;
}

.c-buttons-shin:after {
  content: "";
  position: absolute;
  display: none;
  top: -100%;
  left: -40px;
  width: 40px;
  height: 300%;
  transform: rotate(30deg);
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  animation: 3s btbr infinite;
  opacity: .7;
}

@keyframes btbr {
  0% {
    left: -40px;
  }

  20% {
    left: 390px;
  }

  100% {
    left: 390px;
  }
}



/* ----------------------------------------------------------------------------------------------
	SP base
----------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
  html {
    -webkit-text-size-adjust: none;
  }

  body {
    min-width: 320px;
    font-feature-settings: "palt";
  }

  #page_wrap {
    padding-top: 60px;
  }

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

  /*スマホのみのオプション*/
  .sp_pic {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .sp_center {
    display: block;
    margin: 0px auto;
  }

  .sp_br {
    display: block;
    margin-top: 5px;
  }

  .sp_50 {
    width: 50%;
    margin: 0px auto 5px;
    display: block;
  }

  .sp_80 {
    width: 80%;
    margin: 0px auto 5px;
    display: block;
  }

  .FRight,
  .FLeft {
    float: none;
  }

  .sp_right {
    float: right;
  }

  .sp_left {
    float: left;
  }

  .sp_centering {
    text-align: center
  }

  /*スマホで表示させないセレクタ*/
  .h_nav_pc,
  #gnavi_wrap {
    display: none;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .pc_hidden.inlineb {
    display: inline-block;
  }

  .hidden-md {
    display: none;
  }

  .visible-md {
    display: block;
  }

  .xs-justify {
    text-align: justify;
  }

  .box_w900 {
    margin-left: 15px;
    margin-right: 15px;
  }

  /* ----------------------------------------------------------------------------------------------
   sp_header ※スマホのみ表示のセレクタ
---------------------------------------------------------------------------------------------- */
  #header{
	  background:#fff;
  }
	.is_scroll #header {
	  background:#fff;
	}
  .is_page #header{
	  background:#3d4f4e;
  }
  .is_page .is_scroll #header {
	  background:#3d4f4e;
	}
	.header__inner {
    position: relative;
    margin: 0 auto;
    padding: 10px 15px 0;
    height: 60px;
  }

  .h__id {
    padding-top: 0px;
    margin-bottom: 15px;
  }

  .h__id img {
    height: 15px;
    width: auto;
  }

  .sp_img {
    width: 100%;
    height: auto;
  }

  .sp_img95 {
    width: 95%;
    height: auto;
  }

  .sp_img90 {
    width: 90%;
    height: auto;
  }

  .sp_img80 {
    width: 80%;
    height: auto;
  }

  .box_w960 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sp-nav__list__item.new a::before {
    content: "NEW";
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 14px;
    font-size: 10px;
    color: #fff;
    background-color: #B79A00;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 14px;
  }

  .sp_menu_bnr {
    width: 80%;
    margin: 20px auto 0;
  }

  /* ----------------------------------------------------------------------------------------------
	footer link
----------------------------------------------------------------------------------------------*/

  #nav-dock {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 5px;
  }

  #nav-dock a {
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
    background-image: url(../img/btn_pagetop.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
  }

  #nav-top {
    width: 112px;
    height: 31px;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-56px);
  }

  .spFtrFloat {
    display: flex;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 123456789;
  }

  .spFtrFloat p {
    /* width: calc(100% / 2); */
	width: 100%;
  }

  .spFtrFloat a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
  }

  .spFtrFloat p:nth-child(2) a {
    background: #950a0a;
  }

  a.spFtrFloat__btn {
    display: block;
  }

  #link a img {
    margin: 0 0.5%;
    width: 48%;
  }

  .f_tel_link a {
    margin-bottom: 10px;
  }

  .footer__tel p.day-time {
    text-align: center;
  }


  /* ----------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------*/
  .mt05 {
    margin-top: 5px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .mt15 {
    margin-top: 15px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt45 {
    margin-top: 22px;
  }

  .mt60 {
    margin-top: 30px;
  }

  .mb05 {
    margin-bottom: 5px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb15 {
    margin-bottom: 15px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb25 {
    margin-bottom: 14px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb35 {
    margin-bottom: 17px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb45 {
    margin-bottom: 22px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb55 {
    margin-bottom: 27px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb65 {
    margin-bottom: 32px;
  }

  .mb70 {
    margin-bottom: 35px;
  }

  .mb75 {
    margin-bottom: 37px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb85 {
    margin-bottom: 47px;
  }

  .xs-mt10 {
    margin-top: 10px;
  }

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

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

  .xs-mt25 {
    margin-top: 25px;
  }

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

  .xs-mt35 {
    margin-top: 35px;
  }

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


  /* ----------------------------------------------------------------------------------------------
	map
----------------------------------------------------------------------------------------------*/
  .l-sec__block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width:680px) {
  .hidden-md {
    display: none;
  }

  .visible-md {
    display: none;
  }

  .pc_hidden.hidden-md {
    display: block;
  }
}