@charset "UTF-8";
/*reset*/
select {
  background: #FFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled), :where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

figure {
  margin: 0;
}

/*
font-family: $en_font;
font-family: 'IBM Plex Sans JP', sans-serif;
*/
html, body {
  font-family: "Zen Kaku Gothic New", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #000;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}
img {
  width: 100%;
  height: auto;
}

::-moz-selection, ::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #FFF;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */
.scrollview, .fade_up {
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
}

.scrollview.view, .fade_up.js-fade_up_view {
  opacity: 1;
  transition: all 0.6s 0.1s ease;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .lazyload
--------------------------------------------------- */
.lazyload_set span, .lazyload_set img {
  opacity: 0;
}
.lazyload_set span.lazyloaded, .lazyload_set img.lazyloaded {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

/*----------------------------------------------------
 loading
--------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #FFF;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 326px;
  transform: translate(-50%, -50%);
}
#loading.out {
  opacity: 0;
  transition: all 0.8s 0s linear;
}

@media only screen and (max-width: 896px) {
  #loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    margin-left: 10px;
    transform: translate(-50%, -50%);
  }
}
/*----------------------------------------------------
 block_fix_header
--------------------------------------------------- */
.block_fix_header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0px;
  width: 100%;
  background: #FFF;
  transition: all 0.5s 0s ease;
}

body.page_scroll .block_fix_header {
  transform: translate(0%, -64px);
}

@media (max-width: 896px) {
  body.page_scroll .block_fix_header {
    transform: translate(0%, -47px);
  }
}
.block_fix_header img {
  vertical-align: top;
}
.block_fix_header .common_header {
  background-color: #21366e;
}
.block_fix_header .common_header .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block_fix_header .common_header .inner .logo {
  padding-top: 21px;
  padding-bottom: 21px;
  width: 302px;
}
.block_fix_header .common_header .inner .link a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border: 1px solid #fff;
  padding: 0px 25px 0px 10px;
  background: url(../img/common/phb-arrow_m_wh.png) no-repeat right 8px center/5px auto;
  transition: 0.3s;
  letter-spacing: 0;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
}
.block_fix_header .common_header .inner .link a:hover {
  opacity: 0.5;
}
.block_fix_header .yamanashi {
  border-bottom: 1px solid #0A2E73;
  padding-top: 25px;
  padding-bottom: 24px;
}
.block_fix_header .yamanashi .inner {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  line-height: 1;
}
.block_fix_header .yamanashi .inner .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.block_fix_header .yamanashi .inner .top .logo {
  width: 204px;
}
.block_fix_header .yamanashi .inner .top .logo a {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_fix_header .yamanashi .inner .top .logo a:hover {
  opacity: 0.6;
}
.block_fix_header .yamanashi .inner .top > .special_title {
  display: inline-flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 24px;
  color: #0A2E73;
}
.block_fix_header .yamanashi .inner .top > .special_title > span {
  margin-left: 16px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-size: 14px;
}
.block_fix_header .yamanashi .inner .top .btn_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  line-height: 1;
  height: 29px;
}
.block_fix_header .yamanashi .inner .top .btn_wrap .btn a {
  background-color: #245FB1;
  padding: 4px 24px;
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border: 1px #245FB1 solid;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_fix_header .yamanashi .inner .top .btn_wrap .btn a:hover {
  background-color: #FFF;
  color: #245FB1;
}
.block_fix_header .yamanashi .inner .bottom {
  padding-top: 24px;
}
.block_fix_header .yamanashi .inner .bottom .header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.3333333333333335vw;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item a {
  position: relative;
  display: block;
  color: #000;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item a:hover {
  opacity: 0.6;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item.current a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -24px;
  background-color: #0A2E73;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item.__hidden {
  pointer-events: none;
}
.block_fix_header .yamanashi .inner .bottom .header-nav .header-nav__item.__hidden > a {
  color: #999999;
}

@media (max-width: 896px) {
  .block_fix_header .common_header .inner {
    padding: 12px 0;
  }
}
@media (max-width: 896px) {
  .block_fix_header .common_header .inner .logo {
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 896px) {
  .block_fix_header .common_header .inner .link a {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    padding: 0px 20px 0px 8px;
  }
  .block_fix_header .common_header .inner .link a span {
    display: none;
  }
}
@media (max-width: 896px) {
  .block_fix_header .yamanashi {
    background-color: #FFF;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .block_fix_header .yamanashi .logo {
    width: 204px;
    padding-left: 15px;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 100px;
    padding: 48px 32px 0;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #0A2E73;
    margin-top: 16px;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item a {
    color: #000;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item span {
    display: block;
    width: 24px;
    height: 24px;
    padding-bottom: 16px;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item.__hidden {
    pointer-events: none;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item.__hidden > a {
    pointer-events: none;
    color: #999999;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .header-nav .header-nav__item.__hidden > span {
    display: none;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .btn_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .btn_wrap .btn {
    background-color: #245FB1;
    padding: 4px 24px;
    border-radius: 24px;
  }
  .block_fix_header .yamanashi .hamburger-menu .menu-content .btn_wrap .btn a {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0;
  }
  .block_fix_header .yamanashi > .special_title {
    margin-top: 19px;
    display: block;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: calc(0.72 / 375 * 100vw);
    line-height: 1;
    color: #0A2E73;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_fix_header .yamanashi > .special_title > span {
    margin-top: 7px;
    margin-left: 8px;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    line-height: 1;
    font-size: 11px;
    letter-spacing: calc(0.44 / 375 * 100vw);
  }
  .block_fix_header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  .block_fix_header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .block_fix_header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .block_fix_header #menu-btn-check {
    display: none;
  }
  .block_fix_header .menu-btn {
    position: fixed;
    top: 62px;
    right: 15px;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFF;
  }
  .block_fix_header .menu-btn span, .block_fix_header .menu-btn span:before, .block_fix_header .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    background-color: #0A2E73;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .block_fix_header .menu-btn span::before {
    bottom: 8px;
  }
  .block_fix_header .menu-btn span::after {
    top: 8px;
  }
  .block_fix_header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
  }
  .block_fix_header .menu-content ul {
    margin: 102px 0px 0;
    background: #FFF;
    height: 100vh;
  }
  .block_fix_header .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    margin: 0 auto;
  }
  .block_fix_header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 4px 16px 20px 0;
    position: relative;
  }
  .block_fix_header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .block_fix_header #menu-btn-check:checked ~ .menu-content {
    left: 0;
    /*メニューを画面内へ*/
  }
}
/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */
.wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 182px;
}
.wrapper.page-single {
  padding-top: 132px;
}

@media (max-width: 896px) {
  .wrapper {
    padding-top: 138px;
  }
  .wrapper.page-single {
    padding-top: 102px;
  }
}
/*----------------------------------------------------
  .block_top
--------------------------------------------------- */
.block_top {
  position: relative;
}

/*----------------------------------------------------
  .block_title
--------------------------------------------------- */
.block_title {
  position: relative;
  padding-top: 80px;
}
.block_title .inner {
  padding: 0 80px;
}
.block_title .inner .title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 400;
}

@media (max-width: 896px) {
  .block_title {
    padding-top: 80px;
  }
}
@media (max-width: 896px) {
  .block_title .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_title .inner .title {
    font-size: 24px;
  }
}
/*----------------------------------------------------
  .block_textarea_center
--------------------------------------------------- */
.block_textarea_center {
  position: relative;
  padding-top: 40px;
}
.block_textarea_center .inner {
  padding: 0 80px;
}
.block_textarea_center .inner p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 896px) {
  .block_textarea_center {
    padding-top: 20px;
  }
}
@media (max-width: 896px) {
  .block_textarea_center .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_textarea_center .inner p {
    font-size: 14px;
  }
}
/*----------------------------------------------------
  .block_image
--------------------------------------------------- */
.block_image {
  position: relative;
  padding-top: 80px;
}
.block_image .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
}
.block_image .inner p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 896px) {
  .block_image {
    padding-top: 80px;
  }
}
@media (max-width: 896px) {
  .block_image .inner {
    padding: 0 0px;
  }
}
/*----------------------------------------------------
  .block_image_text
--------------------------------------------------- */
.block_image_text {
  position: relative;
  padding-top: 80px;
}
.block_image_text .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
}
.block_image_text .inner figure {
  width: 48%;
}
.block_image_text .inner .textarea {
  width: 48%;
}
.block_image_text .inner .textarea .copy {
  font-family: "Shippori Mincho B1", serif;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
}
.block_image_text .inner .textarea p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
}
.block_image_text.pos_right .inner {
  flex-direction: row-reverse;
  /* row row-reverse column */
}

@media (max-width: 896px) {
  .block_image_text {
    padding-top: 80px;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner {
    flex-direction: column;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner figure {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner .textarea {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner .textarea .copy {
    font-size: 20px;
  }
}
@media (max-width: 896px) {
  .block_image_text .inner .textarea p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 896px) {
  .block_image_text.pos_right .inner {
    flex-direction: column;
  }
}
/*----------------------------------------------------
  .block_slide
--------------------------------------------------- */
.block_slide {
  position: relative;
  padding-top: 80px;
}
.block_slide .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
}
.block_slide .inner .column {
  opacity: 0.2;
  transition: all 0.5s 0s ease;
}
.block_slide .inner .column .img_wrap {
  position: relative;
}
.block_slide .inner .column .img_wrap .num {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f1f1f1;
  padding: 10px 20px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-end;
  /* flex-start  center  */
}
.block_slide .inner .column .img_wrap .num .now {
  font-size: 32px;
}
.block_slide .inner .column .img_wrap .num .all {
  font-size: 14px;
}
.block_slide .inner .column .img_wrap .num .all::before {
  content: "/";
}
.block_slide .inner .column.swiper-slide-active {
  opacity: 1;
}
.block_slide .inner .column.swiper-slide-active figure figcaption {
  opacity: 1;
}
.block_slide .inner .column figure figcaption {
  display: block;
  padding: 0 20px;
  padding-top: 10px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.block_slide .inner .swiper-button-next, .block_slide .inner .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.block_slide .inner .swiper-button-next, .block_slide .inner .swiper-button-prev {
  position: absolute;
  top: 45%;
  background: #172c6b;
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  transition: all 0.5s 0s ease;
}
.block_slide .inner .swiper-button-next:hover, .block_slide .inner .swiper-button-prev:hover {
  background: #FFF;
  color: #172c6b;
}

@media (max-width: 896px) {
  .block_slide .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_slide .inner .column .img_wrap .num {
    padding: 5px 10px;
  }
}
@media (max-width: 896px) {
  .block_slide .inner .column .img_wrap .num .now {
    font-size: 16px;
  }
}
@media (max-width: 896px) {
  .block_slide .inner .column .img_wrap .num .all {
    font-size: 10px;
  }
}
@media (max-width: 896px) {
  .block_slide .inner .column figure figcaption {
    font-size: 12px;
    padding: 0 10px;
    padding-top: 10px;
  }
}
@media (max-width: 896px) {
  .block_slide .inner .swiper-button-next, .block_slide .inner .swiper-button-prev {
    top: 35%;
    width: 40px;
    height: 40px;
  }
  .block_slide .inner .swiper-button-next:after, .block_slide .inner .swiper-button-prev:after {
    font-size: 12px;
  }
}
/*----------------------------------------------------
  .block_visit
--------------------------------------------------- */
.block_visit {
  position: relative;
  padding-top: 80px;
}
.block_visit .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
}
.block_visit .inner .title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.block_visit .inner .area {
  background: #f1f1f1;
  padding: 40px;
}
.block_visit .inner .area .sub_title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.block_visit .inner .area .area_wrap {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
  margin-bottom: 20px;
}
.block_visit .inner .area .area_wrap figure {
  width: 48%;
}
.block_visit .inner .area .area_wrap figure figcaption {
  font-family: "Shippori Mincho B1", serif;
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.block_visit .inner .area .area_wrap .textarea {
  width: 48%;
}
.block_visit .inner .area .area_wrap .textarea .map .m_wrap {
  position: relative;
  padding-top: 75%;
}
.block_visit .inner .area .area_wrap .textarea .map .m_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_visit .inner .area .link a {
  background: #172c6b;
  color: #FFF;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 0;
  transition: all 0.5s 0s ease;
}
.block_visit .inner .area .link a:hover {
  background: #FFF;
  color: #172c6b;
}

@media (max-width: 896px) {
  .block_visit .inner {
    padding: 0 0px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .title {
    font-size: 24px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area {
    padding: 20px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .sub_title {
    font-size: 16px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .area_wrap {
    flex-direction: column;
    /* row row-reverse column */
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .area_wrap figure {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .area_wrap figure figcaption {
    font-size: 10px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .area_wrap .textarea {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 896px) {
  .block_visit .inner .area .link a {
    font-size: 16px;
  }
}
/*----------------------------------------------------
  .block_present
--------------------------------------------------- */
.block_present {
  position: relative;
  padding: 80px 0;
  margin-top: 80px;
}
.block_present .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_present .bg span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_present .inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px;
  border-radius: 20px;
  background: #FFF;
}
.block_present .inner figure {
  margin-bottom: 40px;
}
.block_present .inner .link a {
  background: #172c6b;
  color: #FFF;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  transition: all 0.5s 0s ease;
}
.block_present .inner .link a:hover {
  background: #FFF;
  color: #172c6b;
}

@media (max-width: 896px) {
  .block_present {
    padding: 40px 0;
  }
}
@media (max-width: 896px) {
  .block_present .inner {
    padding: 20px;
    margin: 0 20px;
    border-radius: 10px;
  }
}
@media (max-width: 896px) {
  .block_present .inner figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 896px) {
  .block_present .inner .link a {
    font-size: 16px;
  }
}
/*----------------------------------------------------
  .block_topics
--------------------------------------------------- */
.block_topics {
  position: relative;
  padding-top: 80px;
}
.block_topics .inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
}
.block_topics .inner .title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.block_topics .inner .slide {
  position: relative;
}
.block_topics .inner .swiper-button-next, .block_topics .inner .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.block_topics .inner .swiper-button-next, .block_topics .inner .swiper-button-prev {
  position: absolute;
  top: 45%;
  background: #172c6b;
  width: 100px;
  height: 100px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  display: none;
}
.block_topics .inner .swiper-wrapper {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
}
.block_topics .inner .swiper-wrapper .swiper-slide {
  width: 31.5%;
}
.block_topics .inner .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s 0s ease;
}
.block_topics .inner .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.5;
}

@media (max-width: 896px) {
  .block_topics .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_topics .inner .title {
    font-size: 24px;
  }
}
@media (max-width: 896px) {
  .block_topics .inner .swiper-button-next, .block_topics .inner .swiper-button-prev {
    display: flex;
    top: 50%;
    width: 40px;
    height: 40px;
    right: 0;
    margin-top: -20px;
  }
  .block_topics .inner .swiper-button-next:after, .block_topics .inner .swiper-button-prev:after {
    font-size: 12px;
  }
}
@media (max-width: 896px) {
  .block_topics .inner .swiper-wrapper .swiper-slide {
    width: 70vw;
  }
}
/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */
.block_footer {
  position: relative;
  overflow: hidden;
  margin-top: 120px;
  background: #172c6b;
  padding: 80px 0 0 0;
}
.block_footer .inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 80px;
  padding-bottom: 80px;
}
.block_footer .inner .link {
  text-align: center;
  margin-bottom: 50px;
}
.block_footer .inner .link a {
  background: #FFF;
  color: #172c6b;
  display: inline-block;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px;
  transition: all 0.5s 0s ease;
}
.block_footer .inner .link a:hover {
  background: #172c6b;
  color: #FFF;
}
.block_footer .inner .logo {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.block_footer .inner .address {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
  color: #FFF;
}
.block_footer .inner .address .a_column {
  margin-right: 40px;
}
.block_footer .inner .address .a_column p {
  font-size: 16px;
}
.block_footer .inner .address .a_column .tel {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: flex-start;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
}
.block_footer .inner .address .a_column .tel a {
  display: block;
  line-height: 1;
  padding-top: 4px;
}
.block_footer .inner .address .a_column .tel svg {
  width: 30px;
  height: 30px;
  fill: #FFF;
  vertical-align: 0;
  margin-right: 10px;
}
.block_footer .copyright {
  text-align: center;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 13px;
  background-color: #d9d9d9;
  padding: 20px 0;
}
.block_footer .footer_top {
  background-color: #D9D9D9;
  border-bottom: 1px solid #C8C8C8;
}
.block_footer .footer_top .inner {
  width: 90%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 0;
}
.block_footer .footer_top .inner .logo {
  width: 205px;
  height: 18px;
  margin: 0;
}
.block_footer .footer_top .inner .office_address .list {
  display: flex;
  gap: 48px;
}
.block_footer .footer_top .inner .office_address .list .item {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.block_footer .footer_top .inner .office_address .list .item .title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.block_footer .footer_top .inner .office_address .list .item a {
  color: #000;
}
.block_footer .footer_bottom .inner {
  zoom: 1;
  position: relative;
  line-height: 1;
}
.block_footer .footer_bottom .inner .print {
  float: left;
}
.block_footer .footer_bottom .inner .print a {
  display: inline-block;
  padding: 18px 0 18px 20px;
  background: url(../img/common/pgd_icn-print.gif) no-repeat 0 50%;
  font-weight: bold;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 13px;
}
.block_footer .footer_bottom .inner .pagetop {
  float: right;
}
.block_footer .footer_bottom .inner .pagetop a {
  display: inline-block;
  padding: 18px 0 18px 16px;
  background: url(../img/common/pgd_icn-footer-arrow-up.gif) no-repeat center left;
  font-weight: bold;
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 13px;
}
.block_footer .footer_bottom .inner .terms {
  padding-top: 18px;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.block_footer .footer_bottom .inner .terms ul {
  text-align: center;
  font-size: 0;
}
.block_footer .footer_bottom .inner .terms ul li {
  display: inline-block;
  border-left: 1px solid #c5c5c5;
  padding: 0 8px;
}
.block_footer .footer_bottom .inner .terms ul li:first-child {
  border: none;
}
.block_footer .footer_bottom .inner .terms ul li a {
  font-family: "Open Sans Condensed", "Arial", sans-serif;
  font-size: 11px;
}

@media (max-width: 896px) {
  .block_footer {
    margin-top: 80px;
    padding: 80px 0 0 0;
  }
}
@media (max-width: 896px) {
  .block_footer .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .link a {
    font-size: 16px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .logo {
    width: 250px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .address {
    width: 100%;
    flex-direction: column;
    /* row row-reverse column */
  }
}
@media (max-width: 896px) {
  .block_footer .inner .address .a_column {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  .block_footer .inner .address .a_column p {
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .block_footer .copyright {
    font-size: 11px;
    padding: 15px 0;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_top .inner {
    flex-direction: column;
    padding: 48px 32px;
  }
  .block_footer .footer_top .inner .logo {
    margin-bottom: 48px;
  }
  .block_footer .footer_top .inner .office_address .list {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner {
    padding: 0 0px;
    padding-bottom: 40px;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner .print {
    display: none;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner .pagetop {
    float: none;
    padding: 8px 0 0;
    text-align: center;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner .pagetop a {
    padding: 10px 0 0 0;
    background: url(../img/common/pgd_icn-footer-arrow-up.gif) no-repeat top center;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner .terms {
    position: static;
    transform: translate(0, 0);
    padding-top: 18px;
    font-size: 11px;
  }
}
@media (max-width: 896px) {
  .block_footer .footer_bottom .inner .terms ul li {
    padding: 0 6px;
    letter-spacing: 0;
  }
}
/*----------------------------------------------------
  .block_fix_footer
--------------------------------------------------- */
body.page_scroll .block_fix_footer {
  transform: translate(0%, 0%);
}

.block_fix_footer {
  transition: all 0.5s 0s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #172c6b;
  color: #FFF;
  height: 70px;
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: flex-start;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  transform: translate(0%, 100%);
}
.block_fix_footer .title {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 20px;
}
.block_fix_footer .logo {
  position: absolute;
  right: 20px;
  width: 200px;
}
.block_fix_footer .link {
  margin-left: 20px;
}
.block_fix_footer .link a {
  background: #FFF;
  color: #172c6b;
  display: inline-block;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: center;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 15px 60px;
  transition: all 0.5s 0s ease;
}
.block_fix_footer .link a:hover {
  background: #172c6b;
  color: #FFF;
}

@media (max-width: 896px) {
  .block_fix_footer {
    padding: 0 10px;
    justify-content: space-between;
    /* flex-start  center  space-between */
  }
}
@media (max-width: 896px) {
  .block_fix_footer .title {
    display: none;
  }
}
@media (max-width: 896px) {
  .block_fix_footer .logo {
    position: relative;
    right: 0;
    width: 130px;
    margin-right: 10px;
  }
}
@media (max-width: 896px) {
  .block_fix_footer .link {
    margin-left: 0px;
  }
}
@media (max-width: 896px) {
  .block_fix_footer .link a {
    font-size: 14px;
    padding: 15px 10px;
  }
}
/*----------------------------------------------------
  .block_entry
--------------------------------------------------- */
.block_entry {
  position: relative;
  padding-top: 80px;
}
.block_entry .inner {
  padding: 0 80px;
}
.block_entry .inner .title {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 80px;
}
.block_entry .inner .form_list {
  margin: 0 auto;
  max-width: 1000px;
  background: #eee;
  padding: 40px;
}
.block_entry .inner .form_list .column {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
  padding-bottom: 30px;
}
.block_entry .inner .form_list .column .column_title {
  line-height: 1.2;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 20px;
  font-weight: 700;
  width: 200px;
  position: relative;
}
.block_entry .inner .mw_wp_form_confirm .form_list .column .column_title {
  padding-top: 0;
}
.block_entry .inner .form_list .column .column_title .must {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-block;
  background: #dc3232;
  color: #FFF;
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: 700;
}
.block_entry .inner .mw_wp_form_confirm .must {
  display: none !important;
}
.block_entry .inner .form_list .column .column_form {
  width: calc(100% - 200px);
}
.block_entry .inner .mw_wp_form_confirm .form_list .column .column_form {
  font-size: 16px;
  font-weight: 800;
}
.block_entry .inner .form_list .column .column_form p {
  font-size: 12px;
  display: block;
  padding-top: 10px;
}
.block_entry .inner .form_list .column .column_form input[type=text], .block_entry .inner .form_list .column .column_form input[type=email], .block_entry .inner .form_list .column .column_form input[type=tel] {
  border: none;
  background: #FFF;
  color: #172c6b;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 800;
}
.block_entry .inner .form_list .column .column_form textarea {
  border: none;
  background: #FFF;
  color: #172c6b;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 14px 15px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 800;
}
.block_entry .inner .form_list .column .column_form input[type=text]::-moz-placeholder, .block_entry .inner .form_list .column .column_form input[type=email]::-moz-placeholder, .block_entry .inner .form_list .column .column_form input[type=tel]::-moz-placeholder {
  color: #ccc;
}
.block_entry .inner .form_list .column .column_form textarea::-moz-placeholder {
  color: #ccc;
}
.block_entry .inner .form_list .column .column_form input[type=text]::placeholder, .block_entry .inner .form_list .column .column_form input[type=email]::placeholder, .block_entry .inner .form_list .column .column_form input[type=tel]::placeholder {
  color: #ccc;
}
.block_entry .inner .form_list .column .column_form textarea::placeholder {
  color: #ccc;
}
.block_entry .inner .form_list .column .column_form ul {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: space-between;
  /* flex-start  center  space-between */
  align-items: flex-start;
  /* flex-start  center  */
}
.block_entry .inner .form_list .column .column_form ul li {
  width: 48%;
  font-size: 14px;
}
.block_entry .inner .mw_wp_form_confirm li {
  font-size: 16px !important;
}
.block_entry .inner .form_list .column .column_form ul li.li_column {
  display: flex;
  flex-direction: row;
  /* row row-reverse column */
  justify-content: flex-start;
  /* flex-start  center  space-between */
  align-items: center;
  /* flex-start  center  */
}
.block_entry .inner .form_list .column .column_form ul li.li_column .label {
  width: 50px;
}
.block_entry .inner .form_list .column .column_form ul li.li_column .select_box {
  width: calc(100% - 50px);
}
.block_entry .inner .form_list .column .column_form .conf {
  border: none;
  background: #eee;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 9px 15px;
  width: calc(100% - 30px);
  box-shadow: none;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.block_entry .inner .form_list .column .column_form select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 15px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 800;
}
.block_entry .inner .form_list .column .column_form .select_box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #ffffff;
  width: calc(100% - 30px);
}
.block_entry .inner .form_list .column .column_form .select_box:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.block_entry .inner .mw_wp_form_confirm .form_list .column .column_form .select_box {
  border: none !important;
  background: none !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.block_entry .inner .mw_wp_form_confirm .form_list .column .column_form .select_box:before {
  display: none;
}
.block_entry .inner .form_list .column .column_form.check_field {
  padding-top: 15px;
}
.block_entry .inner .mw_wp_form_confirm .check_field {
  padding: 0 !important;
}
.block_entry .inner .form_list .column .column_form.check_field .non_check {
  position: relative;
}
.block_entry .inner .form_list .column .column_form.check_field .non_check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_entry .inner .form_list .column .column_form.check_field .non_check input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
}
.block_entry .inner .form_list .column .column_form .mwform-checkbox-field {
  display: block;
  font-size: 16px;
  font-weight: 800;
}
.block_entry .inner .form_list .column .column_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}
.block_entry .inner .form_list .column .column_form .error {
  color: #dc3232;
  font-size: 14px;
}
.block_entry .inner .form_list .comp {
  font-size: 12px;
  font-weight: bold;
}
.block_entry .inner .form_list .btn_area {
  padding-top: 40px;
}
.block_entry .inner .form_list .btn_area input[type=submit], .block_entry .inner .form_list .btn_area input[type=button] {
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  width: 100%;
  border: none;
  text-align: center;
  line-height: 80px;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
  background: #172c6b;
  color: #FFF;
  transition: all 0.5s 0s ease;
}
.block_entry .inner .form_list .btn_area input[type=submit]:hover, .block_entry .inner .form_list .btn_area input[type=button]:hover {
  background: #FFF;
  color: #172c6b;
}
.block_entry .inner .comp {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 896px) {
  .block_entry {
    padding-top: 40px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner {
    padding: 0 20px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list {
    padding: 20px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column {
    flex-direction: column;
    /* row row-reverse column */
    padding-bottom: 20px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_title {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_title .must {
    top: 15px;
    right: 0px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_form {
    width: 100%;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_form input[type=text], .block_entry .inner .form_list .column .column_form input[type=email], .block_entry .inner .form_list .column .column_form input[type=tel] {
    font-size: 14px;
  }
  .block_entry .inner .form_list .column .column_form textarea {
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_form ul {
    flex-direction: column;
    /* row row-reverse column */
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_form ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 896px) {
  .block_entry .inner .form_list .column .column_form select {
    font-size: 14px;
  }
}
.ui-widget {
  font-family: "Montserrat", "IBM Plex Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 0.8em !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

body.reservations .block_fix_footer {
  display: none;
}
