@charset "UTF-8";
* {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  z-index: auto;
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
html.-fix {
  overflow: hidden;
}
@media screen and (max-width: 719px) {
  html {
    font-size: 4vmin;
    /* 画面最小幅375px時に15px */
  }
}
@media (min-width:720px) and (max-width:1199px) {
  html {
    font-size: 1.333vw;
    /* 画面幅601px時:14px 〜 1200px時:16px 
    14px + ( 100vw - 600px ) / ( 1200px / 600px ) * ( 16px - 14px ) */
    font-size: calc(14px + (100vw - 600px) / 300);
  }
}
@media print {
  html {
    font-size: 9pt;
  }
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  min-height: 100%;
  font-family: "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.-fix {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*=_title] {
  color: #000000;
  fill: #000000;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
html[lang=ja] h1,
html[lang=ja] h2,
html[lang=ja] h3,
html[lang=ja] h4,
html[lang=ja] h5,
html[lang=ja] h6,
html[lang=ja] [class*=_title] {
  font-family: "Shippori Mincho";
}

a,
a::before,
a::after {
  transition: all 0.2s;
}

a:empty[href^=http][target=_blank]::before {
  content: attr(href);
  white-space: normal;
  word-break: break-all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".png"] {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.icn {
  width: 1em;
  height: 1em;
}

.switch {
  display: none !important;
}

.trim_img {
  display: block;
  overflow: hidden;
}
.trim_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.trim_img > a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.trim_img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.trim_img.trim_w img {
  max-width: none;
  width: auto;
  height: 100%;
}
.trim_img.trim_h img {
  width: 100%;
  height: auto;
}
.trim_img .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0.5em;
  line-height: 1.25;
}

@media screen and (max-width: 719px) {
  .trim_img.-sp_trim_w img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .trim_img.-sp_trim_h img {
    width: 100%;
    height: auto;
  }
}
@media (min-width:720px) {
  .trim_img.-tb_trim_w img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .trim_img.-tb_trim_h img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}
@media (min-width:1200px) {
  .trim_img.-pc_trim_w img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .trim_img.-pc_trim_h img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}
.cf {
  clear: both;
  display: block;
}

.ib {
  display: inline-block;
}

.-sp,
.-tb,
.-pc {
  display: none;
}

.inner,
.-sp_inner,
.-tb_inner,
.-pc_inner,
.narrow {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  width: 90%;
}

.narrow {
  width: 80%;
  max-width: 900px;
}

@media screen and (max-width: 719px) {
  .-sp {
    display: inherit;
  }
  .-sp_inner {
    width: 90%;
  }
}
@media (min-width:720px) and (max-width:1199px) {
  .-tb {
    display: inherit;
  }
  .-tb_inner {
    width: 90%;
  }
}
@media (min-width:1200px) {
  .-pc {
    display: inherit;
  }
  .-pc_inner {
    width: 90%;
  }
}
.split_mail {
  display: inline-flex !important;
  flex-direction: row-reverse;
  white-space: nowrap;
  word-break: keep-all;
}
.split_mail > .mail_d::before {
  content: "@";
}

.menu_list {
  margin: auto;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.menu_list a {
  color: inherit;
  fill: inherit;
  text-decoration: none;
}

#content {
  width: 100%;
}
#content .inner,
#content .-tb_inner,
#content .-pc_inner {
  max-width: 1200px;
  max-width: 1200px;
}

/* to_top */
a.to_top {
  display: block;
  position: fixed;
  bottom: -6em;
  right: 0;
  margin: 1rem;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  text-decoration: none;
  z-index: 2999;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
a.to_top::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -0.3em auto auto;
  width: 1.2em;
  height: 1.2em;
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  transform: rotate(-45deg);
}
a.to_top.-active {
  bottom: 0;
}
a.to_top .txt {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  -ms-word-break: keep-all;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 719px) {
  a.to_top {
    display: none;
  }
}

/* Pager */
.pager {
  margin: 3rem auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  /*
    &.pager_index {
    .page-numbers {
    > li {
    margin: 0 .1rem;
    a {
    padding-right: 0;
    padding-left: 0;
    width: 2em;
  }
  }
  }
  }
    */
}
.pager .page_list,
.pager .page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.pager .page_list a,
.pager .page_list span.current,
.pager .page-numbers a,
.pager .page-numbers span.current {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
.pager .page_list a:hover,
.pager .page_list span.current:hover,
.pager .page-numbers a:hover,
.pager .page-numbers span.current:hover {
  text-decoration: underline;
}
.pager .nav-links {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.pager .nav-links .nav-previous,
.pager .nav-links .nav-next {
  margin: auto;
}
.pager .nav-links .nav-previous > a,
.pager .nav-links .nav-next > a {
  display: block;
  padding: 0.5em 1em;
  min-width: 13.375em;
  border-radius: 0;
  border: solid thin;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  min-width: 8em;
}
.pager .nav-links .nav-previous > a:not(.has-text-color),
.pager .nav-links .nav-next > a:not(.has-text-color) {
  color: #000000;
  fill: #000000;
}
.pager .nav-links .nav-previous > a:not(.has-background),
.pager .nav-links .nav-next > a:not(.has-background) {
  background: none;
}
.pager .nav-links .nav-previous > a:hover,
.pager .nav-links .nav-next > a:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  transform: translate(0, -1px);
}
.pager .nav-links .nav-previous > a:active,
.pager .nav-links .nav-next > a:active {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) inset;
  transform: translate(0, 1px);
}
.pager .nav-links .nav-previous > a::before,
.pager .nav-links .nav-next > a::before {
  content: "";
  display: inline-block;
  margin-right: 1.5em;
  margin-top: -0.25em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../assets/images/icn-link_self.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.pager .nav-links .nav-previous > a.has-white-color::before,
.pager .nav-links .nav-next > a.has-white-color::before {
  background-image: url(../../assets/images/icn-link_self-w.svg);
}
.pager .nav-links .nav-previous > a[target=_blank]::before,
.pager .nav-links .nav-next > a[target=_blank]::before {
  background-image: url(../../assets/images/icn-link_blank.svg);
}
.pager .nav-links .nav-previous > a::before,
.pager .nav-links .nav-next > a::before {
  margin-right: 0.5em;
}
.pager .nav-links .nav-next > a::before {
  transform: rotate(180deg);
}
.pager.pager_archive {
  max-width: 25em;
  color: #000000;
  fill: #000000;
}
.pager.pager_archive .pager_info {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  line-height: 1;
  z-index: 0;
  transform: translate(0, -50%);
}
.pager.pager_archive .pager_info .current {
  display: inline-block;
  margin-right: 0.5em;
  background-color: #000000;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 0.25em 0;
  width: 1.5em;
  height: 1.5em;
}
.pager.pager_archive .pager_info .max {
  display: inline-block;
  margin-left: 0.5em;
}
.pager.pager_archive .nav-links {
  justify-content: space-between;
  z-index: 10;
}
.pager.pager_archive .nav-links .nav-previous {
  margin-right: 0;
}
.pager.pager_archive .nav-links .nav-next {
  margin-left: 0;
}
.pager.pager_single {
  width: 18em;
}
.pager.pager_single .nav-links .nav-previous {
  margin-right: 0;
}
.pager.pager_single .nav-links .nav-next {
  margin-left: 0;
}
/* Breadcrumb */
.breadcrumb {
  padding: 1rem 0;
  font-size: 0.625em;
  line-height: 1.25;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .bc_list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: auto;
  padding: 0;
}
.breadcrumb .bc_list > li:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin: -0.1em 0.5em auto;
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: thin thin 0 0;
  vertical-align: middle;
  transform: rotate(45deg);
}
.breadcrumb .home,
.breadcrumb .current {
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 719px) {
  .breadcrumb .bc_list {
    overflow-x: auto;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
}
@media (min-width:720px) {
  .breadcrumb > .inner {
    width: 96%;
  }
}

.site_logo {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
}
.site_logo > .logo_img {
  font-size: 2em;
  line-height: 1;
}
.site_logo > .logo_txt {
  display: inline-block;
  font-size: 0.625em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  word-break: keep-all;
}

.main_menu .menu_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: -2.5em;
  line-height: 1.25;
}
.main_menu .menu_list > li {
  margin-left: 0;
  margin-bottom: 2.5em;
}
.main_menu .menu_list > li > a {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.25em;
  line-height: 1;
}
.main_menu .menu_list > li > a[href="#"] {
  pointer-events: none;
}
.main_menu .menu_list > li .sub-menu {
  list-style: none;
  margin: auto;
  padding: 0;
  font-family: "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
  font-size: 0.75em;
}
.main_menu .menu_list > li .sub-menu > li {
  margin-top: 1em;
}
.main_menu .menu_list > li .sub-menu > li > a {
  padding-left: 1.25em;
}
.main_menu .menu_list > li .sub-menu > li > a:hover {
  text-decoration: underline;
}
.main_menu .menu_list > li .sub-menu > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625em;
  left: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
.main_menu .menu_list > li.-hide_submenu {
  display: none;
}
.main_menu .menu_list > li.submenu_info > a[href="#"] {
  display: none;
}
.main_menu .menu_list > li.submenu_info .sub-menu > li > a {
  padding-left: 0;
}
.main_menu .menu_list > li.submenu_info .sub-menu > li > a::before {
  display: none;
}
@media screen and (max-width: 719px) {
  .main_menu {
    margin-bottom: 3rem;
  }
  .main_menu .menu_list {
    height: 42em;
    padding-bottom: 5em;
  }
  .main_menu .menu_list > li {
    margin-right: 1em;
    width: 10em;
  }
  .main_menu .menu_list > li.submenu_about {
    order: 10;
  }
  .main_menu .menu_list > li.submenu_contents {
    order: 20;
  }
  .main_menu .menu_list > li.submenu_news {
    order: 50;
  }
  .main_menu .menu_list > li.submenu_access {
    order: 60;
  }
  .main_menu .menu_list > li.submenu_download {
    order: 60;
  }
  .main_menu .menu_list > li.submenu_education {
    order: 30;
  }
  .main_menu .menu_list > li.submenu_tomedia {
    order: 70;
  }
  .main_menu .menu_list > li.submenu_other {
    order: 40;
  }
  .main_menu .menu_list > li.submenu_info {
    order: 100;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1em 0.5em;
    width: 100%;
    border-style: solid;
    border-width: thin 0;
    border-color: #707070;
  }
  .main_menu .menu_list > li.submenu_info > .sub-menu > li:first-child {
    margin-top: 0;
  }
}
@media (min-width:720px) {
  .main_menu .menu_list {
    height: 27em;
  }
  .main_menu .menu_list > li.submenu_contents {
    height: 100%;
  }
  .main_menu .menu_list > li.submenu_education.-hide_submenu {
    display: block;
    overflow: hidden;
    height: 0;
    display: none;
  }
}

.site_address {
  font-style: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.site_address .org_info .name {
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.site_address .org_info .info {
  font-size: 0.75em;
  line-height: 1.75;
}
.site_address .org_info .info span {
  display: inline-block;
}
html[lang=ja] .site_address .org_info .info span.postcode::before {
  content: "〒";
}

.copyright {
  font-size: 0.625em;
  letter-spacing: 0.1em;
}

.sns_menu {
  font-size: 1.25em;
}
.sns_menu .menu_list > li {
  display: inline-block;
}
.sns_menu .menu_list > li:not(:last-child) {
  margin-right: 0.5em;
}
@media screen and (max-width: 719px) {
  .sns_menu {
    margin-top: 1.5rem;
  }
}

#header {
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
  fill: #000000;
  z-index: 3000;
  transition: all 0.2s;
}
#header a {
  color: inherit;
  fill: inherit;
  text-decoration: none;
}
#header > .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header > .inner > .site_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1em;
  transform: translate(-50%, -50%);
}
#header .site_logo {
  display: inline-block;
  text-align: center;
}
#header .site_logo > .logo_txt {
  margin-top: 0.25em;
  font-size: 0.875em;
}
#header .header_col.col_r {
  text-align: right;
}
@media screen and (max-width: 719px) {
  #header > .inner {
    padding: 0.5rem 0;
    height: 5rem;
    justify-content: flex-end;
  }
  #header > .inner .site_logo {
    font-size: 0.875em;
  }
}
@media (min-width:720px) {
  #header > .inner {
    padding: 1rem 0 1rem;
    height: 6rem;
  }
  #header .header_col.col_l {
    margin-left: 5rem;
    margin-right: 3rem;
  }
  #header .header_col.col_r {
    margin-left: 3rem;
    height: 4rem;
  }
}
body:not(#home) #header > .inner > .site_logo > .logo_txt {
  display: none;
}
@media (min-width:720px) {
  #header.-active {
    margin-top: 0;
    opacity: 1;
  }
  #header.-active + #now_info {
    opacity: 1;
    transform: translate(0, 0);
  }
  #header:not(.-active) {
    margin-top: -6rem;
    opacity: 0;
  }
  #header:not(.-active) + #now_info {
    opacity: 0;
    transform: translate(0, -100%);
  }
}

#news_menu {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#news_menu .menu_list a {
  display: block;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}
#news_menu .menu_list a .icn {
  font-size: 2.25em;
  vertical-align: middle;
}
#news_menu .menu_list a .txt {
  display: inline-block;
}
@media screen and (max-width: 719px) {
  #news_menu .menu_list a .txt {
    width: 0;
    overflow: hidden;
  }
}

#lang_menu {
  display: inline-block;
  padding: 0 0 0 2em;
  height: 1.5em;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  word-break: keep-all;
}
#lang_menu .lang_list, #lang_menu .country-selector {
  display: inline-block;
  padding-top: 0.125em;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
}
#lang_menu .lang_list > a,
#lang_menu .lang_list > .wgcurrent,
#lang_menu .lang_list > ul li, #lang_menu .country-selector > a,
#lang_menu .country-selector > .wgcurrent,
#lang_menu .country-selector > ul li {
  display: block;
  line-height: 1;
  opacity: 0;
  transition: all 0.2s 0s;
}
#lang_menu .lang_list > a.current,
#lang_menu .lang_list > .wgcurrent.current,
#lang_menu .lang_list > ul li.current, #lang_menu .country-selector > a.current,
#lang_menu .country-selector > .wgcurrent.current,
#lang_menu .country-selector > ul li.current {
  opacity: 1;
}
#lang_menu .lang_list > a > .txt,
#lang_menu .lang_list > .wgcurrent > .txt,
#lang_menu .lang_list > ul li > .txt, #lang_menu .country-selector > a > .txt,
#lang_menu .country-selector > .wgcurrent > .txt,
#lang_menu .country-selector > ul li > .txt {
  display: inline-block;
}
#lang_menu .lang_list > a > .code,
#lang_menu .lang_list > .wgcurrent > .code,
#lang_menu .lang_list > ul li > .code, #lang_menu .country-selector > a > .code,
#lang_menu .country-selector > .wgcurrent > .code,
#lang_menu .country-selector > ul li > .code {
  display: inline-block;
}
#lang_menu .lang_list > a > .code + .txt,
#lang_menu .lang_list > .wgcurrent > .code + .txt,
#lang_menu .lang_list > ul li > .code + .txt, #lang_menu .country-selector > a > .code + .txt,
#lang_menu .country-selector > .wgcurrent > .code + .txt,
#lang_menu .country-selector > ul li > .code + .txt {
  width: 0;
  overflow: hidden;
}
#lang_menu #lang_menu_btn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  font-size: 1.5em;
  text-align: left;
  vertical-align: middle;
  z-index: 10;
}
#lang_menu #lang_menu_switch:checked + #lang_menu_btn {
  width: 1em;
}
#lang_menu #lang_menu_switch:checked ~ .country-selector ul {
  display: inline-flex;
}
#lang_menu #lang_menu_switch:checked ~ .lang_list > a, #lang_menu #lang_menu_switch:checked ~ .lang_list .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .lang_list > ul li,
#lang_menu #lang_menu_switch:checked ~ .country-selector > a,
#lang_menu #lang_menu_switch:checked ~ .country-selector .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .country-selector > ul li {
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), -1px 0px 0px rgba(255, 255, 255, 0.3), -1px 1px 0px rgba(255, 255, 255, 0.3), 0px -1px 0px rgba(255, 255, 255, 0.3), 0px 0px 1px rgba(255, 255, 255, 0.3), 0px 1px 0px rgba(255, 255, 255, 0.3), 1px -1px 0px rgba(255, 255, 255, 0.3), 1px 0px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.2s 0s;
}
@media screen and (max-width: 719px) {
  #lang_menu #lang_menu_btn {
    font-size: 1.5em;
  }
  #lang_menu .lang_list, #lang_menu .country-selector {
    width: 2em;
  }
  #lang_menu .lang_list > ul, #lang_menu .country-selector > ul {
    display: block !important;
  }
  #lang_menu .lang_list > ul a, #lang_menu .country-selector > ul a {
    padding: 0 !important;
  }
  #lang_menu .lang_list > a,
#lang_menu .lang_list > .wgcurrent,
#lang_menu .lang_list > ul li, #lang_menu .country-selector > a,
#lang_menu .country-selector > .wgcurrent,
#lang_menu .country-selector > ul li {
    float: left;
    margin-top: -150%;
    margin-bottom: 0.25em;
    width: 100%;
  }
  #lang_menu .lang_list > a.current,
#lang_menu .lang_list > .wgcurrent.current,
#lang_menu .lang_list > ul li.current, #lang_menu .country-selector > a.current,
#lang_menu .country-selector > .wgcurrent.current,
#lang_menu .country-selector > ul li.current {
    margin-top: 0;
  }
  #lang_menu #lang_menu_switch:checked ~ .lang_list > a,
#lang_menu #lang_menu_switch:checked ~ .lang_list > .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .lang_list > ul li,
#lang_menu #lang_menu_switch:checked ~ .country-selector > a,
#lang_menu #lang_menu_switch:checked ~ .country-selector > .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .country-selector > ul li {
    margin-top: 0;
  }
}
@media (min-width:720px) {
  #lang_menu .lang_list, #lang_menu .country-selector {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    vertical-align: middle;
  }
  #lang_menu .lang_list > a,
#lang_menu .lang_list > .wgcurrent,
#lang_menu .lang_list > ul li, #lang_menu .country-selector > a,
#lang_menu .country-selector > .wgcurrent,
#lang_menu .country-selector > ul li {
    width: 0;
  }
  #lang_menu .lang_list > a.current,
#lang_menu .lang_list > .wgcurrent.current,
#lang_menu .lang_list > ul li.current, #lang_menu .country-selector > a.current,
#lang_menu .country-selector > .wgcurrent.current,
#lang_menu .country-selector > ul li.current {
    width: auto;
  }
  #lang_menu #lang_menu_switch:checked + #lang_menu_btn {
    width: 1em;
  }
  #lang_menu #lang_menu_switch:checked ~ .country-selector > .wgcurrent {
    padding: 0.2em 0.5em 0.2em 0.5em !important;
  }
  #lang_menu #lang_menu_switch:checked ~ .lang_list > a,
#lang_menu #lang_menu_switch:checked ~ .lang_list > .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .lang_list > ul li,
#lang_menu #lang_menu_switch:checked ~ .country-selector > a,
#lang_menu #lang_menu_switch:checked ~ .country-selector > .wgcurrent,
#lang_menu #lang_menu_switch:checked ~ .country-selector > ul li {
    padding: 0 0.5em;
    width: auto;
  }
  #lang_menu #lang_menu_switch:checked ~ .lang_list > a:not(:last-child),
#lang_menu #lang_menu_switch:checked ~ .lang_list > .wgcurrent:not(:last-child),
#lang_menu #lang_menu_switch:checked ~ .lang_list > ul li:not(:last-child),
#lang_menu #lang_menu_switch:checked ~ .country-selector > a:not(:last-child),
#lang_menu #lang_menu_switch:checked ~ .country-selector > .wgcurrent:not(:last-child),
#lang_menu #lang_menu_switch:checked ~ .country-selector > ul li:not(:last-child) {
    border-right: solid thin #707070;
  }
  #lang_menu #lang_menu_switch:checked ~ .lang_list > a:hover,
#lang_menu #lang_menu_switch:checked ~ .lang_list > .wgcurrent:hover,
#lang_menu #lang_menu_switch:checked ~ .lang_list > ul li:hover,
#lang_menu #lang_menu_switch:checked ~ .country-selector > a:hover,
#lang_menu #lang_menu_switch:checked ~ .country-selector > .wgcurrent:hover,
#lang_menu #lang_menu_switch:checked ~ .country-selector > ul li:hover {
    color: #FF5353;
  }
}

#contact_menu {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#contact_menu .menu_list > li {
  display: inline-block;
  margin-left: 0.5em;
}
#contact_menu .menu_list a {
  display: block;
}
#contact_menu .menu_list a .icn {
  vertical-align: bottom;
}
@media screen and (max-width: 719px) {
  #contact_menu {
    display: none;
  }
}
@media (min-width:720px) {
  #contact_menu .icn {
    font-size: 1.25em;
  }
}

#now_info {
  position: fixed;
  margin: auto 5vw;
}
#now_info .now_date {
  display: inline-block;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.5em;
  line-height: 1;
  vertical-align: middle;
}
#now_info .now_date .date_y {
  display: inline-block;
  font-size: 0.5em;
  line-height: 1;
}
#now_info .now_date .date_md {
  display: inline-block;
  line-height: 1;
}
#now_info .now_weather {
  display: none;
  border-collapse: separate;
  border-spacing: 0;
  margin-left: 0.5rem;
  font-size: 1.125em;
  vertical-align: middle;
}
#now_info .now_weather .icn {
  vertical-align: bottom;
}
#now_info .now_weather tbody {
  display: flex;
  align-items: center;
}
#now_info .now_weather tr th,
#now_info .now_weather tr td {
  padding: 0;
  text-align: center;
  line-height: 1;
}
#now_info .now_weather tr th {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  word-break: keep-all;
}
#now_info .now_weather tr.temperature {
  bottom: -0.15em;
}
@media screen and (max-width: 719px) {
  #now_info {
    display: none;
  }
}
@media (min-width:720px) {
  #now_info {
    top: auto;
    right: 0;
    margin: 3rem 5vw auto;
    z-index: 3100;
  }
}

#global_menu_switch + #global_menu_btn {
  display: block;
  position: absolute;
  left: 0;
  margin: auto 1.5rem;
  width: 3em;
  height: 3em;
  transform: translate(0, -50%);
  z-index: 4200;
}
#global_menu_switch + #global_menu_btn::before, #global_menu_switch + #global_menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 1.8em;
  height: 0.5em;
  border-style: solid;
  border-width: 2px 0;
  opacity: 1;
  transition: all 0.1s 0s;
}
#global_menu_switch + #global_menu_btn::before {
  bottom: 50%;
  margin-bottom: -1px;
}
#global_menu_switch + #global_menu_btn::after {
  top: 50%;
  margin-top: -1px;
}
#global_menu_switch + #global_menu_btn > .btn_txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 0.625em;
  line-height: 1;
}
#global_menu_switch ~ #global_menu_close_btn {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s 0.2s;
  opacity: 0;
}
#global_menu_switch ~ #global_menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 4000;
  transition: all 0.2s;
  opacity: 0;
  transform: translate(-100%, 0);
}
#global_menu_switch ~ #global_menu .site_logo {
  margin-bottom: 2rem;
}
#global_menu_switch ~ #global_menu .site_logo > .logo_txt {
  display: none;
}
#global_menu_switch ~ #global_menu .menu_inner {
  padding: 5% 10%;
  max-height: 100vh;
  overflow-y: auto;
}
#global_menu_switch ~ #global_menu .menu_inner .site_logo {
  margin-bottom: 2rem;
}
#global_menu_switch ~ #global_menu .lang_menu .lang_list, #global_menu_switch ~ #global_menu .lang_menu .country-selector {
  display: table;
  text-align: center;
}
#global_menu_switch ~ #global_menu .lang_menu .lang_list > a, #global_menu_switch ~ #global_menu .lang_menu .country-selector > a {
  display: table-cell;
  padding: 0 0.5em;
  vertical-align: middle;
  line-height: 1;
}
#global_menu_switch ~ #global_menu .lang_menu .lang_list > a:not(:last-child), #global_menu_switch ~ #global_menu .lang_menu .country-selector > a:not(:last-child) {
  border-right: solid thin #707070;
}
#global_menu_switch ~ #global_menu .lang_menu .lang_list > a > .code, #global_menu_switch ~ #global_menu .lang_menu .country-selector > a > .code {
  display: none;
}
#global_menu_switch ~ #global_menu .lang_menu .lang_list > a > .txt, #global_menu_switch ~ #global_menu .lang_menu .country-selector > a > .txt {
  display: inline-block;
}
#global_menu_switch ~ #global_menu #global_main_menu .menu_home {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 1.75em;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#global_menu_switch ~ #global_menu #global_main_menu .main_menu .menu_list > li > a {
  color: #707070;
}
#global_menu_switch ~ #global_menu .sns_menu {
  font-size: 1.5em;
}
#global_menu_switch:checked ~ #global_menu_btn::before, #global_menu_switch:checked ~ #global_menu_btn::after {
  height: 0;
  border-width: 1px 0;
}
#global_menu_switch:checked ~ #global_menu_btn::before {
  transform: rotate(45deg);
}
#global_menu_switch:checked ~ #global_menu_btn::after {
  transform: rotate(-45deg);
}
#global_menu_switch:checked ~ #global_menu_close_btn {
  display: block;
  opacity: 1;
}
#global_menu_switch:checked ~ #global_menu {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 719px) {
  #global_menu_switch + #global_menu_btn {
    top: 2.5rem;
  }
  #global_menu_switch ~ #global_menu {
    bottom: 0;
  }
  #global_menu_switch ~ #global_menu > .site_logo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 1rem auto;
    font-size: 0.875em;
  }
  #global_menu_switch ~ #global_menu > .menu_inner {
    position: absolute;
    top: 5rem;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 4.5rem;
    border-top: solid thin #707070;
  }
  #global_menu_switch ~ #global_menu > .menu_inner .site_logo {
    display: none;
  }
  #global_menu_switch ~ #global_menu #global_main_menu {
    margin-top: 1.5rem;
  }
  #global_menu_switch ~ #global_menu .lang_menu {
    margin-top: 1.5rem;
    margin-right: 0;
    margin-left: auto;
    font-size: 0.75em;
  }
  #global_menu_switch ~ #global_menu .lang_menu .lang_list, #global_menu_switch ~ #global_menu .lang_menu .country-selector {
    width: 100%;
  }
  #global_menu_switch ~ #global_menu .sns_menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 1em 0;
    border-bottom: solid thin #707070;
    width: 80%;
    text-align: center;
  }
  #global_menu_switch ~ #global_menu .sns_menu .menu_list > li:not(:last-child) {
    margin-right: 1.5em;
  }
  #global_menu_switch ~ #global_menu .site_address {
    margin-bottom: 2rem;
  }
  #global_menu_switch:checked ~ #global_menu {
    width: 100%;
  }
}
@media (min-width:720px) {
  #global_menu_switch + #global_menu_btn {
    top: 50%;
  }
  #global_menu_switch ~ #global_menu > .site_logo {
    display: none;
  }
  #global_menu_switch ~ #global_menu .lang_menu {
    font-size: 0.875em;
    text-align: right;
  }
  #global_menu_switch ~ #global_menu .lang_menu .lang_list, #global_menu_switch ~ #global_menu .lang_menu .country-selector {
    display: inline-table;
  }
  #global_menu_switch ~ #global_menu .lang_menu .lang_list > a, #global_menu_switch ~ #global_menu .lang_menu .country-selector > a {
    padding: 0 1em;
  }
  #global_menu_switch ~ #global_menu .menu_inner .site_logo,
#global_menu_switch ~ #global_menu .menu_inner .site_address {
    float: left;
    width: 55%;
    text-align: left;
  }
  #global_menu_switch ~ #global_menu .menu_inner .sns_menu,
#global_menu_switch ~ #global_menu .menu_inner .copyright {
    margin-left: 55%;
  }
  #global_menu_switch ~ #global_menu .menu_inner .sns_menu {
    padding-top: 4.5rem;
  }
  #global_menu_switch ~ #global_menu .menu_inner .copyright {
    clear: both;
    top: -1.5em;
    margin-bottom: -1.5em;
  }
  #global_menu_switch:checked ~ #global_menu {
    width: 50rem;
    max-width: 100%;
  }
}

body.admin-bar #global_menu {
  margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar #global_menu {
    margin-top: 46px !important;
  }
}

#footer {
  margin: auto 0 0;
  background-color: #3C3C3C;
  color: #FFFFFF;
  fill: #FFFFFF;
  z-index: 1000;
}
#footer a {
  color: inherit;
  fill: inherit;
}
#footer > .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 719px) {
  #footer > .inner {
    width: 80%;
  }
  #footer .copyright {
    margin-top: 3rem;
  }
}
@media (min-width:720px) {
  #footer > .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #footer .footer_col.col_r {
    width: 60%;
  }
  #footer .footer_col.col_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
  }
}

#content {
  flex-grow: 1;
  margin: 0;
  color: #676565;
  fill: #676565;
}
@media screen and (max-width: 719px) {
  #content {
    padding-top: 5rem;
  }
}
#content .form_table {
  width: 100%;
}
#content .form_table input[type=text],
#content .form_table input[type=search],
#content .form_table input[type=tel],
#content .form_table input[type=url],
#content .form_table input[type=email],
#content .form_table input[type=password],
#content .form_table input[type=datetime],
#content .form_table input[type=date],
#content .form_table input[type=month],
#content .form_table input[type=week],
#content .form_table input[type=time],
#content .form_table input[type=datetime-local],
#content .form_table input[type=number],
#content .form_table input[type=reset],
#content .form_table input[type=button],
#content .form_table textarea,
#content .form_table select {
  max-width: 100%;
}
#content .form_table input[type=text]:not([name^=tel]),
#content .form_table input[type=search]:not([name^=tel]),
#content .form_table input[type=tel]:not([name^=tel]),
#content .form_table input[type=url]:not([name^=tel]),
#content .form_table input[type=email]:not([name^=tel]),
#content .form_table input[type=password]:not([name^=tel]),
#content .form_table input[type=datetime]:not([name^=tel]),
#content .form_table input[type=date]:not([name^=tel]),
#content .form_table input[type=month]:not([name^=tel]),
#content .form_table input[type=week]:not([name^=tel]),
#content .form_table input[type=time]:not([name^=tel]),
#content .form_table input[type=datetime-local]:not([name^=tel]),
#content .form_table input[type=number]:not([name^=tel]),
#content .form_table input[type=reset]:not([name^=tel]),
#content .form_table input[type=button]:not([name^=tel]),
#content .form_table textarea:not([name^=tel]),
#content .form_table select:not([name^=tel]) {
  width: 100%;
}
#content .form_table caption {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 0.75em;
}
#content .form_table caption span.required::after {
  content: "※";
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}
#content .form_table tr th,
#content .form_table tr td {
  padding: 0.75em 0 1em;
  border-style: solid;
  border-width: 0 0 thin;
}
#content .form_table tr:first-child th,
#content .form_table tr:first-child td {
  border-top-width: thin;
}
#content .form_table tr.required th::after {
  content: "※";
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}
@media screen and (max-width: 719px) {
  #content .form_table {
    display: block;
    text-align: left;
  }
  #content .form_table thead,
#content .form_table tfoot,
#content .form_table tbody,
#content .form_table tr,
#content .form_table th,
#content .form_table td,
#content .form_table caption {
    display: block;
  }
  #content .form_table colgroup,
#content .form_table col {
    display: none;
  }
  #content .form_table caption {
    margin-bottom: 1rem;
  }
  #content .form_table tr th {
    padding-bottom: 0.5em;
    border-width: 0;
    font-size: 1.375em;
  }
  #content .form_table tr td {
    padding-top: 0;
    border-top: none;
  }
  #content .form_table tr:first-child th {
    border-top-width: thin;
  }
}
@media (min-width:720px) {
  #content .form_table {
    margin-right: auto;
    margin-left: auto;
    border-collapse: separate;
    border-spacing: 0;
  }
  #content .form_table tr th {
    padding-right: 0.5em;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
  }
}
#content .form_btn {
  margin-top: 1rem;
  text-align: center;
}

.main_block {
  padding-bottom: 3rem;
}
.main_block .main_head {
  text-align: center;
}
.main_block .main_head .main_title {
  line-height: 1;
}
.main_block .main_head .main_title small {
  display: inline-block;
  font-size: 0.3em;
}
.main_block .main_head .main_title em[lang=en] {
  display: inline-block;
  font-size: 1em;
  font-style: normal;
}
.main_block .main_foot {
  text-align: center;
}
@media screen and (max-width: 719px) {
  .main_block .main_head {
    padding-top: 1.5rem;
  }
  .main_block .main_head.thumb_head {
    padding-top: 0;
  }
  .main_block .main_head .main_title {
    font-size: 2.75em;
  }
  .main_block .main_body {
    padding: 1.5rem 0;
  }
}
@media (min-width:720px) {
  .main_block {
    margin-top: 6rem;
  }
  .main_block .main_head {
    padding-top: 4.5rem;
  }
  .main_block .main_head.thumb_head {
    padding-top: 0;
  }
  .main_block .main_head .main_title {
    font-size: 3.75em;
  }
  .main_block .main_body {
    padding: 3rem 0;
  }
}

.sub_block {
  margin: 4.5rem 0;
}
.sub_block .sub_menu {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width:720px) {
  .sub_block {
    margin: 6rem 0;
  }
}

.navi_block {
  margin: 4.5rem 0;
  font-size: 0.875em;
}
.navi_block .widget h2 {
  margin-bottom: 0.75em;
  font-size: 1.25em;
  line-height: 1;
}
.navi_block .widget ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
.navi_block .widget ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.navi_block .widget a {
  color: inherit;
  fill: inherit;
  text-decoration: none;
}
.navi_block .widget a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 719px) {
  .navi_block {
    margin-top: 3rem;
  }
  .navi_block .widget_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -3rem;
  }
  .navi_block .widget_list .widget {
    margin-bottom: 3rem;
    max-width: 16rem;
  }
  .navi_block .widget_list .widget:nth-child(1) {
    order: 1;
  }
  .navi_block .widget_list .widget:nth-child(2) {
    order: 3;
  }
  .navi_block .widget_list .widget:nth-child(3) {
    order: 2;
  }
  .navi_block .widget_list #nav_newly,
.navi_block .widget_list .widget_recent_entries {
    padding-right: 1.5rem;
  }
  .navi_block .widget_list #nav_category {
    white-space: nowrap;
    word-break: keep-all;
  }
  .navi_block .widget_list #nav_archives,
.navi_block .widget_list .widget_archive {
    white-space: nowrap;
    word-break: keep-all;
  }
}
@media (min-width:720px) {
  .navi_block .widget:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media (min-width:720px) {
  .navi_block {
    margin: 6rem 0;
  }
}

.side_navigation .cont_block {
  padding: 0;
}
@media (min-width:720px) {
  .side_navigation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.5rem;
  }
  .side_navigation .cont_block {
    order: 1;
    margin-top: 0;
    width: 77%;
  }
  .side_navigation .cont_block .main_head {
    left: -33%;
    width: 129.8701298701%;
  }
  .side_navigation .sub_block {
    order: 2;
    width: 100%;
  }
  .side_navigation .navi_block {
    order: 0;
    margin-top: 3rem;
    margin-right: 3%;
    padding-top: 10.75rem;
    width: 20%;
  }
}

.child_menu {
  margin-top: 1.5rem;
}
.child_menu .menu_list {
  display: flex;
  width: 100%;
}
.child_menu .menu_list > li {
  flex-basis: 100%;
}
.child_menu .menu_block {
  display: block;
  color: inherit;
  fill: inherit;
  text-align: center;
  font-size: 1em;
  line-height: 1;
}
.child_menu .menu_block:not(.current):not(:hover) {
  color: #DFE1E3;
  fill: #DFE1E3;
}
.child_menu .menu_block .thumb::before {
  padding-top: 56.25%;
}
.child_menu .menu_block .title {
  display: block;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
html[lang=ja] .child_menu .menu_block .title {
  font-family: "Shippori Mincho";
}

.aside_block .aside_title {
  margin-bottom: 1.5rem;
  font-size: 1.25em;
  text-align: center;
}

.link_btn {
  display: block;
  padding: 0.5em 1em;
  min-width: 13.375em;
  border-radius: 0;
  border: solid thin;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  display: inline-block;
}
.link_btn:not(.has-text-color) {
  color: #000000;
  fill: #000000;
}
.link_btn:not(.has-background) {
  background: none;
}
.link_btn:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
  transform: translate(0, -1px);
}
.link_btn:active {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) inset;
  transform: translate(0, 1px);
}
.link_btn::before {
  content: "";
  display: inline-block;
  margin-right: 1.5em;
  margin-top: -0.25em;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../../assets/images/icn-link_self.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.link_btn.has-white-color::before {
  background-image: url(../../assets/images/icn-link_self-w.svg);
}
.link_btn[target=_blank]::before {
  background-image: url(../../assets/images/icn-link_blank.svg);
}

.link_bnr {
  display: inline-block;
  color: inherit;
  fill: inherit;
  background-color: #FFFFFF;
  text-decoration: none;
  line-height: 1;
  vertical-align: bottom;
}
.link_bnr:hover {
  opacity: 0.6;
  z-index: 10;
}
.link_bnr > img {
  vertical-align: bottom;
}
.link_bnr > .txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 5rem;
  border: solid medium #DFE1E3;
  box-sizing: border-box;
}

.link_list {
  list-style: none;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.link_list > li {
  display: inline-block;
  margin: 0.5em;
  text-align: center;
}
.link_list .link_bnr > img {
  width: auto;
  height: 5rem;
}

.back_btn {
  display: block;
  margin: 1.5rem auto auto;
  padding: 1em;
  width: 14em;
  border: solid thin;
  color: inherit;
  fill: inherit;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

#pr_menu {
  position: fixed;
  right: 0;
  top: 8em;
  z-index: 1500;
}
#pr_menu .pr_btn {
  position: relative;
  padding: 1em 1em 2em;
  width: 4.5em;
}
#pr_menu .pr_btn:not(:last-child) {
  margin-bottom: 0.5rem;
}
#pr_menu .pr_btn a {
  color: #FFFFFF;
  fill: #FFFFFF;
  font-family: "Shippori Mincho";
  text-decoration: none;
}
#pr_menu .pr_btn em {
  display: block;
  font-style: normal;
  font-size: 0.8em;
}
#pr_menu .pr_btn.pr_rsv {
  background-color: #644496;
}
#pr_menu .pr_btn.pr_book {
  background-color: #F0582B;
}
#pr_menu .pr_btn.pr_monthly {
  padding: 0;
  width: auto;
  background-color: #F0582B;
}
#pr_menu .pr_btn.pr_monthly::after {
  display: none !important;
}
#pr_menu .pr_btn.pr_monthly a {
  display: block;
  padding: 0.25em;
}
#pr_menu .pr_btn.pr_monthly img {
  width: 2em;
  height: 6.875em;
}
@media screen and (max-width: 719px) {
  #pr_menu .pr_btn {
    padding: 0.5em 0.25em;
    width: 4em;
    text-align: center;
    letter-spacing: 0;
  }
  #pr_menu .pr_btn a {
    font-size: 0.5em;
  }
  #pr_menu .pr_btn .icn {
    display: block;
    margin: 0 auto 0.15em;
    font-size: 3.5em;
  }
  #pr_menu .pr_btn .txt {
    display: block;
    line-height: 1;
    white-space: nowrap;
  }
  #pr_menu .pr_btn.pr_book .txt {
    transform-origin: center center;
    transform: scale(0.8, 1);
  }
  #pr_menu .pr_btn.pr_monthly {
    font-size: 2.5em;
  }
}
@media (min-width:720px) {
  #pr_menu .pr_btn {
    writing-mode: vertical-rl;
  }
  #pr_menu .pr_btn:after {
    content: " ";
    display: block;
    width: 2em;
    height: 0.25em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skewX(45deg);
    position: absolute;
    bottom: 1em;
    left: calc(50% - 1em);
  }
  #pr_menu .pr_btn.pr_monthly {
    font-size: 1.75em;
  }
}

.rsv_btn {
  padding: 1em 1em 2em;
  width: 4.5em;
  background: #644496;
  position: fixed;
  right: 0;
  top: 8em;
  z-index: 1500;
}
.rsv_btn a {
  color: #fff;
  text-decoration: none;
  /*display: block;*/
  letter-spacing: 0.1em;
  position: relative;
  font-family: "Shippori Mincho";
}
.rsv_btn a em {
  display: block;
  font-style: normal;
  font-family: "Shippori Mincho";
  font-size: 0.8em;
}
@media (min-width:720px) {
  .rsv_btn {
    writing-mode: vertical-rl;
  }
  .rsv_btn:after {
    content: " ";
    display: block;
    width: 2em;
    height: 0.25em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skewX(45deg);
    position: absolute;
    bottom: 1em;
    left: calc(50% - 1em);
  }
}
@media screen and (max-width: 719px) {
  .rsv_btn {
    padding: 0.5em;
    width: 4em;
    text-align: center;
  }
  .rsv_btn a {
    font-size: 0.5em;
    letter-spacing: 0;
  }
  .rsv_btn a img {
    width: 3.5em;
    height: 3.5em;
    margin: 0 auto 0.5em;
    display: block;
  }
}

/* 削除？ 
.post_area {
.area_main {
.archive_title {
margin-bottom: 1.5rem;
line-height: 1.5;
}
}
.area_side {
font-size: $font-size-small;
.widget {
h2 {
margin-bottom: .75em;
font-size: $font-size-larger;
line-height: 1;
}
ul {
list-style: none;
margin: auto;
padding: 0;
> li {
&:not(:last-child) {
margin-bottom: .5em;
}
}
}
a {
color: inherit;
fill: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
}
@include mq(sp) {
.area_side {
display: flex;
justify-content: space-between;
margin-top: 3rem;
.widget {
flex-basis: 30%;
padding-left: .5em;
border-left: solid thin;
&:not(:last-child) {
margin-right: 5%;
}
}
}
}
@include mq(tb) {
display: flex;
.area_main {
order: 1;
width: 77%;
}
.area_side {
order: 0;
margin-right: 3%;
width: 20%;
.widget {
&:not(:last-child) {
margin-bottom: 3rem;
}        
}
}
}
}
*/
.post_single .post_head {
  margin-bottom: 1.5rem;
  text-align: center;
}
.post_single .post_head .post_thumb {
  margin-bottom: 1.5rem;
}
.post_single .post_head .post_thumb::before {
  padding-top: 56.25%;
}
.post_single .post_head .post_title {
  margin-bottom: 1.5rem;
}
.post_single .post_foot {
  margin-top: 1rem;
}
.post_single .post_body {
  margin: auto;
}

.message {
  margin: 1.5rem auto;
  text-align: center;
}

.map_area::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.map_area > iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width:720px) {
  .map_area::before {
    padding-top: 30%;
  }
}

.clock_time {
  display: block;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
}
.clock_time .clock {
  font-size: 2em;
}
.clock_time .clock + .time {
  margin-left: 0.5em;
}
.clock_time .time {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: solid 2px;
  vertical-align: middle;
}

.clock {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  border-radius: 50%;
  vertical-align: middle;
}
.clock .icn {
  vertical-align: bottom;
}
.clock .hand {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  border-radius: 0.05em;
  border-style: solid;
  border-width: 0.05em 0.05em 0;
  background-color: #000000;
  transform-origin: center bottom;
}
.clock .hand.l_hand {
  height: 0.4em;
}
.clock .hand.s_hand {
  height: 0.3em;
}

.-newly:not(.post_single) {
  overflow: hidden;
}
.-newly:not(.post_single)::before {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: -2em;
  left: -3em;
  padding: 0.5em;
  width: 6em;
  height: 4em;
  background-color: #7434DB;
  color: #FFFFFF;
  font-size: 0.875em;
  line-height: 1;
  z-index: 10;
  transform-origin: center center;
  transform: rotate(-45deg);
}

.tab_list[role=tablist] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab_list[role=tablist] dt[role=tab] {
  cursor: pointer;
  order: 0;
  margin-bottom: 1.5rem;
  font-size: 0.875em;
  text-align: center;
}
.tab_list[role=tablist] dt[role=tab]:hover .tab_txt, .tab_list[role=tablist] dt[role=tab][aria-expanded=true] .tab_txt {
  border-bottom: solid thin;
}
.tab_list[role=tablist] dt[role=tab]:not(:last-of-type) {
  margin-right: 1.5em;
}
.tab_list[role=tablist] dt[role=tab]:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto 0.5em;
  width: 0;
  height: 1em;
  border-right: solid thin;
}
.tab_list[role=tablist] dt[role=tab] .tab_txt {
  display: block;
  padding: 0 0.5em;
}
.tab_list[role=tablist] dd[role=tabpanel] {
  order: 1;
  transition: all 0.2s;
  width: 100%;
}
.tab_list[role=tablist] dd[role=tabpanel][aria-hidden=true] {
  opacity: 0;
}
.tab_list[role=tablist] dd[role=tabpanel][aria-hidden=false] {
  opacity: 1;
}
@media (min-width:720px) {
  .tab_list[role=tablist] dt[role=tab] {
    width: 8em;
  }
}

.sp-slides .sp-slide .sp-image {
  max-width: none;
}

@media screen and (max-width: 719px) {
  .mfp-content .mfp-iframe-scaler {
    padding-top: 90vh;
  }
}

.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close {
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-figure::after {
  background-color: #000000;
}
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-figure .mfp-title {
  font-size: 0.625em;
}
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-figure .mfp-counter {
  font-size: 0.625em;
}
@media screen and (max-width: 719px) {
  .mfp-wrap .mfp-iframe-holder .mfp-content {
    width: 98%;
    max-width: 98vw;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 80vh;
  }
}
@media (min-width:720px) {
  .mfp-wrap .mfp-iframe-holder .mfp-content {
    width: 90%;
    max-width: 1200px;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
    padding-top: 56.25%;
  }
}

.grecaptcha-badge {
  z-index: 2000;
  margin-bottom: 5rem;
}

[data-inview] {
  transition: all 0.3s 0.1s;
}

[data-inview=true] {
  opacity: 1;
}

[data-inview=false] {
  opacity: 0;
}

.-hide {
  display: none !important;
}

body:not(.logged-in) .-logged-in {
  display: none !important;
}

body.logged-in .-logged-in {
  opacity: 0.5;
}

.post-password-form {
  margin-top: 10rem;
  margin-left: 1rem;
}
/*# sourceMappingURL=layout.css.map */