@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
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: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  margin: auto;
}

#page_wrap {
  padding-top: 80px;
  overflow: hidden;
}

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

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

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

.clear-type {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
}

@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: #ffffff;
  z-index: 3;
  color: #fff;
}

.header__inner {
  position: relative;
  margin: 0 0 0 30px;
  height: 80px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.h__id {
  display: inline-block;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
}

.h__id__txt {
  position: absolute;
  top: 18px;
  left: 105px;
}

.h__id img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.h__yokoku {
  position: absolute;
  width: 655px;
  top: 30px;
  right: 0;
  display: flex;
}

.h__yokoku_ttl {
  margin-right: 10px;
}

.h__yokoku_txt {
  font-size: 12px;
  line-height: 1.4;
}

.h__links {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  font-family: 'Noto Serif JP', serif;
}

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

.l-h__links__menu1 {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  /* position: absolute; */
  /* top: -28px; */
  /* left: 95px; */
}

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

.l-h__links__menu1 a {
  color: #111;
  /* font-weight: bold; */
}

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

.l-h__links__menu1 a:hover {
  color: #8f8f8f;
}

.l-h__links__menu2 {
  display: flex;
  gap: 10px;
  margin-top: 0;
  margin-left: 20px;
}

.h__links__menu2__btn {
  width: 126px;
}

a.c-req-btn2 {
  display: block;
  position: relative;
  text-align: center;
  padding: 4px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: #92905D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-req-btn2._btnReserve {
  background: #9D1C33;
}

a.c-req-btn2 span {
  display: block;
  /* border: .5px solid #fff; */
  /* font-weight: bold; */
  padding: 3px 10px;
}

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

a:hover.c-req-btn2._btnReserve {
  background: #4e0b18;
}

.l-h__links__gnavi {
  display: flex;
  gap: 0;
  font-size: 16px;
  border-left: .5px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 48px;
  right: 0;
}

.l-h__links__gnavi li {
  border-right: .5px solid rgba(0, 0, 0, 0.5);
  position: relative;
}

.l-h__links__gnavi li.new:before {
  content: "NEW";
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 14px;
  font-size: 10px;
  color: #fff;
  background-color: #b20909;
  position: absolute;
  top: -12px;
  left: 0;
  line-height: 14px;
}

.l-h__links__gnavi li:last-child {
  border-right: none;
}

.l-h__links__gnavi a {
  color: #111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.5em;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
}

.l-h__links__gnavi .menu_en {
  letter-spacing: .1em;
  font-size: 14px;
}

.l-h__links__gnavi .menu_jp {
  font-size: 12px;
}

.l-h__links__gnavi a:hover,
.l-h__links__gnavi li.on a {
  color: #92905D;
}

.l-h__links__gnavi a.is-uc {
  opacity: .3;
  pointer-events: none;
}

.c-h__gnavi_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.c-h__gnavi_btn a:hover {
  color: #92905D;
}

.c-h__gnavi_btn a.is-uc {
  opacity: .5;
  pointer-events: none;
}



@media (max-width: 768px) {
  .l-sitemenu__cta {
    display: flex;
    margin-top: 20px;
    gap: 5%;
    opacity: 0;
    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);
  }

  .l-sitemenu__cta__btn {
    width: calc(50% - 2.5%);
  }

  .is-open-menu .l-sitemenu__cta {
    opacity: 1;
    transition-delay: 600ms;
  }

  a.c-req-btn2 {
    display: block;
    position: relative;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    background: #92905D;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  a.c-req-btn2 span {
    padding: .2em 0;
  }

  .l-h__links__gnavi {
    display: none;
  }
}

.menu-btn {
  display: none;
  position: fixed;
  top: 16px;
  right: 0;
  width: 60px;
  height: 40px;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  z-index: 1000000001;
}

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

.bar {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  background: #111;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

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

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

.menu-btn__text {
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #111;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}

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

.menu-btn span:after {
  content: attr(data-txt-menu);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.is-open-menu .menu-btn span:after {
  content: attr(data-txt-close);
  letter-spacing: .02em;
}

.is-open-menu .menu-btn .bar.top {
  background: #111;
  width: 40px;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

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

.is-open-menu .menu-btn .bar.bottom {
  background: #111;
  width: 40px;
  top: 21px;
  left: 0;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media screen and (max-width:768px) {
  .menu-btn {
    display: block;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }

  .bar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
    height: 2px;
  }

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

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

  .is-open-menu .menu-btn .bar.top {
    /* background: #fff; */
    width: 40px;
    top: 15px;
    left: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

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

  .is-open-menu .menu-btn .bar.bottom {
    /* background: #fff; */
    width: 40px;
    top: 26px;
    left: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .menu-btn__text {
    bottom: 10px;
  }
}

/* #gnavi */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
nav
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-sitemenu {
  display: block;
  width: 420px;
  height: 100%;
  overflow: hidden;
  color: #000;
  background-color: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(5px);
  position: fixed;
  right: 0;
  top: 109px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all .5s;
}

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

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

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

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

.l-sitemenu__body {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  overflow-y: auto;
  font-family: 'Noto Serif JP', serif;
}

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

@media screen and (max-width:768px) {
  .l-sitemenu__body {
    align-items: inherit;
    padding-top: 40px;
  }

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

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

.l-sitemenu__menu li {
  opacity: 0;
  transform: translateX(-10%);
  position: relative;
}

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

.l-sitemenu__menu li:nth-child(10) a {
  color: #545454;
  pointer-events: none;
}

/*.l-sitemenu__menu li:nth-child(7):before {
  content: "NEW";
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 14px;
  font-size: 10px;
  color: #fff;
  background-color: #b20909;
  position: absolute;
  top: -2px;
  left: 0;
  line-height: 14px;
}*/

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

.l-sitemenu__menu li a {
  display: flex;
  flex-direction: column;
  padding: .5em 0 .5em;
  color: #000;
  align-items: start;
}

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

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

.l-sitemenu__menu .menu_en {
  font-family: "dico-slab", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.l-sitemenu__menu .menu_jp {
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: .35em;
}

.l-sitemenu__menu li:nth-child(2) .menu_jp {
  line-height: 18px;
}

.l-sitemenu__menu2 {
  display: flex;
  font-size: 14px;
  margin-top: 20px;
  opacity: 0;
  gap: 20px;
}

.l-sitemenu__menu2 a {
  color: #000;
}

.l-sitemenu__menu2 a:hover {
  color: #73644f;
  padding: 0 0 0 .8em;
}

.l-sitemenu__cta {
  display: flex;
  margin-top: 30px;
  gap: 5%;
}

.l-sitemenu__cta__btn {
  width: calc(50% - 2.5%);
}

.l-sitemenu__cta li:nth-child(2) a {
  background: #9D1C33;
}

.l-sitemenu__cta li:nth-child(2) a:hover {
  background: #4e0b18;
}

@media screen and (max-width:768px) {
  .l-sitemenu__menu li a {
    padding: 1em 0;
  }

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

.l-sitemenu__menu li.soon a {
  pointer-events: none;
  opacity: .2;
}

.is-open-menu .l-sitemenu__menu2,
.is-open-menu .l-sitemenu__menu_set,
.is-open-menu .l-sitemenu__tel,
.is-open-menu .l-sitemenu__sns {
  opacity: 1;
  transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 750ms;
}

.l-sitemenu__menu2 li {
  width: 49%;
}

.l-sitemenu__menu2 li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #000000;
  vertical-align: middle;
  margin: -0.3em 5px 0 0;
}


.l-sitemenu__menu_set {
  display: flex;
  opacity: 0;
}

.l-sitemenu__request {
  display: flex;
  margin-top: 25px;
  gap: 2%;
}

.l-sitemenu__request li.sitemenu__btn {
  width: 49%;
}

.p-sitemenu-paper__btn {
  width: 336px;
  /* width: 400px; */
  margin: -10px 0 0 auto;
}

a.c-req-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 25px;
  height: 56px;
  line-height: 56px;
  background: #92905D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a.c-req-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(45deg);
}

a:hover.c-req-btn {
  background: #685f3c;
}

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

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

.l-sitemenu__tel {
  opacity: 0;
  margin: 30px 0 0;
}

.l-sitemenu__tel_ttl {
  letter-spacing: .1em;
}

.l-sitemenu__tel_link {
  margin-top: 5px;
}

.l-sitemenu__tel_link img {
  width: 100%;
  height: auto;
}

.l-sitemenu__sns {
  opacity: 0;
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.l-sitemenu__sns li {
  margin: 0 20px 0;
}

@media screen and (max-width: 1040px) {
  .l-sitemenu__tel {
    margin: 20px 0 0;
  }

  .l-sitemenu__sns {
    margin: 20px 0 0;
  }
}

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

  .l-sitemenu__tel {
    margin: 20px 0 0;
  }

  .l-sitemenu__sns {
    margin: 40px 0 0;
  }

  .l-sitemenu__sns img {
    height: 30px;
    width: auto;
  }

  .l-sitemenu__content {
    display: block;
    height: auto
  }
}

.l-sitemenu__content__inner {
  display: block;
  width: 100%
}

.l-sitemenu__contact {
  display: none
}

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.p-bukken-cta_footer {
  max-width: 300px;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

a.c-bukken-btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(90deg, rgba(104, 109, 113, 1) 0%, rgba(155, 161, 164, 1) 50.76%, rgba(104, 109, 113, 1) 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a:hover.c-bukken-btn {
  opacity: 0.7;
}

@media screen and (max-width:768px) {
  .c-bukken-cta {
    width: 85%;
    margin-inline: auto;
    margin-top: 40px;
  }

  a.c-bukken-btn {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
  }

  a.c-bukken-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 46%;
    right: 10px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(90deg);
  }
}

.data_notes {
  font-size: 10px;
}

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

.footer {
  padding: 40px 0 0;
}

.f__id01 {
  text-align: center;
}


.f__id02_set {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  padding: 25px 0 30px;
  margin-top: 40px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.f__id03_set {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
  gap: 30px;
}

.f__id03 {
  font-size: 13px;
  text-align: left;
}

.f_copyright {
  background: #111;
  text-align: center;
  padding: 13px 5%;
  color: #fff;
  font-size: 10px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}

.footer_notes {
  width: 100%;
  background: #efefef;
  padding: 20px 5%;
  margin-top: 60px;
}

.top_data_notes {
  max-width: 765px;
  margin-inline: auto;
  font-size: 10px;
}

.page_data_notes {
  max-width: 996px;
  margin-inline: auto;
  font-size: 10px;
}

.top_data_notes p,
.page_data_notes p {
  padding-left: 1em;
  text-indent: -1em;
}

.f__id02 a {
  pointer-events: none;
}

@media screen and (max-width:1380px) {}


@media screen and (max-width:768px) {
  .f__id02 a {
    pointer-events: initial;
  }
}

@media screen and (min-width:769px) and (max-width: 1350px) {}

.spFtrFloat {
  display: none;
}

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

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

.img_caption_black {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  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 {
  left: 10px;
}

@media screen and (max-width: 768px) {
  .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;
}

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

/* ===================================================================
//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
=================================================================== */


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

/**********
//印刷用
**********/
@media print {
  #pageTitleSection {
    padding: 5vh 0 215px;
  }
}

.sp_fix_link {
  display: none;
}

@media screen and (max-width:768px) {
  .sp_fix_link {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    background: #fff;
    font-family: 'Noto Serif JP', serif;
  }

  .l-sp_fix_link__btn {
    width: 50%;
  }

  .l-sp_fix_link__btn:first-child {
    border-right: 1px solid #9fa0a0;
  }

  .l-sp_fix_link__btn a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
    background: #92905D;
  }

  .l-sp_fix_link__btn._btnReserve a {
    background: #9D1C33;
  }
}