@charset "UTF-8";
html[lang] body {
  font-family: serif;
}

.site_logo {
  display: block;
  line-height: 1;
  text-align: center;
}
.site_logo .logo_img {
  width: 1em;
  height: 1em;
  font-size: 1.25em;
}
.site_logo .logo_txt {
  margin-top: 0.5em;
  width: 7.5em;
  height: 1em;
}

.inquiry_list {
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
  line-height: 1;
}
.inquiry_list > dt, 
.inquiry_list > dd {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}
.inquiry_list > dt {
  margin-right: 0.5em;
  font-size: 1em;
}
.inquiry_list > dd {
  font-size: 1.5em;
}
@media print, (min-width:601px) {
  .inquiry_list {
    font-size: 1.25em;
    text-align: left;
  }
  .inquiry_list > dt:not(:first-child) {
    margin-left: 0.5em;
  }
}

#header > .inner {
  padding: 1rem 0;
}
#header a {
  color: inherit;
  text-decoration: none;
}
@media print, (min-width:601px) {
  #header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    fill: #FFF;
    color: #FFF;
  }
  #news #header, 
  body.error404 #header, 
  body.page-template-singular-no_visual #header {
    position: relative;
    fill: inherit;
    color: inherit;
  }
}

/* site_logo */
#header .site_logo {
  font-size: 1.25em;
}
@media only screen and (max-width:600px) {
  #header .site_logo {
    color: #e95520;
    fill: #e95520;
  }
}
@media print, (min-width:601px) {
  #header .site_logo {
    float: left;
    font-size: 1.5em;
  }
  #header .site_logo {
    fill: #FFF;
    color: #FFF;
  }
  #news #header .site_logo, 
  body.error404 #header .site_logo, 
  body.page-template-singular-no_visual #header .site_logo {
    color: #e95520;
    fill: #e95520;
  }
}

/* inquiry_block */
#header .inquiry_list {
  font-size: 0.75em;  
}
@media only screen and (max-width:600px) {
  #header .inquiry_list {
    padding: 0.5em 0;
    text-align: center;
  }
  #header .inquiry_list br.-is_sp {
    display: none;
  }
}
@media print, (min-width:601px) {
  #header .inquiry_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, (min-width:1000px) {
  #header .inquiry_list {
    font-size: 1em;
  }
}

/* info_menu */
#header .info_menu {
  background-color: #e95520;
  fill: #FFF;
  color: #FFF;
  font-size: 0.875em;
  text-align: center;
  line-height: 1;
}
#header .info_menu a {
  display: block;
  padding: 1em;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
#header .info_menu .menu_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#header .info_menu .menu_list > li {
  flex-basis: 100%;
}
#header .info_menu .menu_list > li + li {
  border-style: solid;
  border-width: 0 0 0 1px;
}
@media only screen and (max-width:600px) {
  #header .info_menu a {
    padding-right: 2em;
  }
  #header .info_menu a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 1em;
    width: 0.6em;
    height: 0.6em;
    border-style: solid;
    border-width: 0.2em 0.2em 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, (min-width:601px) {
  #header .info_menu {
    margin-left: 1rem;
  }
  #header .info_menu a {
    width: 8em;
  }
}
@media print, (min-width:768px) {
  #header .info_menu a {
    width: 10em;
  }
}

/* head_menu */
@media print, (min-width:601px) {
  #header #head_menu {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #header #head_menu > .menu_inner {
    padding-left: 12rem;
  }
  #head_menu .menu_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0;
    font-size: 0.875em;
  }
  #head_menu .menu_list > li + li {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-style: solid;
    border-width: 0 0 0 1px;
  }
  #head_menu a {
    display: block;
    white-space: nowrap;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
}
@media print, (min-width:1000px) {
  #head_menu .menu_list {
    
  }
  #head_menu .menu_list > li + li {
    margin-left: 0.75em;
    padding-left: 0.75em;
  }
}

/* Keep the longer English labels on one line at the legacy tablet breakpoint. */
@media only screen and (min-width:601px) and (max-width:767px) {
  html[lang="en"] #header #head_menu > .menu_inner {
    padding-left: 8rem;
  }
  html[lang="en"] #head_menu .site_menu > .menu_list {
    font-size: 0.7em;
  }
  html[lang="en"] #head_menu .site_menu > .menu_list > li + li {
    margin-left: 0.25em;
    padding-left: 0.25em;
  }
}

/* language switcher: placed immediately after Access in the header menu */
#head_menu .language_switcher details {
  position: relative;
}
#head_menu .language_switcher summary {
  position: relative;
  padding-right: 1.1em;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
#head_menu .language_switcher summary::-webkit-details-marker {
  display: none;
}
#head_menu .language_switcher summary::after {
  content: '';
  position: absolute;
  top: 0.35em;
  right: 0;
  width: 0.45em;
  height: 0.45em;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
#head_menu .language_switcher details[open] summary::after {
  top: 0.55em;
  transform: rotate(225deg);
}
#head_menu .language_list {
  margin-top: 0.6rem;
  min-width: 9rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #dedede;
  color: #222;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.14);
  z-index: 100;
}
#head_menu .language_list a {
  padding: 0.65rem 0.9rem;
}
#head_menu .language_list a:hover,
#head_menu .language_list a:focus,
#head_menu .language_list .current-language a {
  background-color: #f4f1ed;
}
@media print, (min-width:601px) {
  #head_menu .language_list {
    position: absolute;
    top: 100%;
    right: 0;
  }
}
@media only screen and (max-width:600px) {
  #head_menu .language_switcher summary {
    display: inline-block;
  }
  #head_menu .language_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

/* Text-based replacement for the Japanese shuttle timetable image. */
.plt-shuttle-schedule {
  margin: 2rem auto;
  max-width: 44rem;
}
.plt-shuttle-schedule h2,
.plt-shuttle-schedule h3 {
  text-align: center;
}
.plt-shuttle-schedule h3 {
  margin-top: 1.5rem;
}
.plt-shuttle-schedule table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.plt-shuttle-schedule th,
.plt-shuttle-schedule td {
  padding: 0.65rem;
  border: 1px solid #d7cbc5;
}
.plt-shuttle-schedule th {
  background-color: #a62b05;
  color: #fff;
}
.plt-shuttle-schedule tr:nth-child(even) td {
  background-color: #f5eeee;
}
.plt-shuttle-schedule p,
.plt-map-note {
  text-align: center;
}

#footer {
  background-color: #e95520;
  fill: #FFF;
  color: #FFF;
  text-align: center;
}
#footer > .inner {
  padding: 1.5rem 0;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer .site_logo {
  font-size: 1.75em;
}
#footer .copyright {
  padding-top: 1em;
  height: 2rem;
  background-color: #000000;
  font-size: 0.6875em;
  line-height: 1;
}
@media print, (min-width:601px) {
  #footer > .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  #footer .col {
    flex-grow: 0;  
  }
}


.foot_menu {
  margin: 1rem auto;
  font-size: 0.75em;
}
.foot_menu a {
  display: inline-block;
}
.foot_menu .menu_list > li {
  display: inline-block;
}
@media only screen and (max-width:601px) {
  .foot_menu {
    padding: 0.5rem 0;
    border-style: solid;
    border-width: 1px 0;
  }
  .foot_menu .menu_list > li {
    margin: 0.5rem 0.5em;
  }
}
@media print, (min-width:601px) {
  .foot_menu {
    margin-top: 0;
    text-align: left;
  }
  .foot_menu .menu_list > li + li::before {
    content: '';
    display: inline-block;
    margin: 0 0.5em;
    width: 0;
    height: 1em;
    border-style: solid;
    border-width: 0 0 0 1px;
    vertical-align: middle;
  }
}


.site_address .address {
  margin-top: 1rem;
  font-size: 0.875em;
}
@media print, (min-width:601px) {
  .site_address .address {
    margin-top: 0.5rem;
    text-align: left;
  }
}


#bookmark {
  padding: 1.5rem 0;
  background-color: #f7f7f7;
}
#bookmark .bookmark_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
#bookmark .bookmark_list .bnr {
  display: block;
  margin: auto 2%;
  padding: 0.5rem;
  width: 10em;
  background-color: #FFF;
  border: solid 1px #CCC;
  text-align: center;
}
#bookmark .bookmark_list .bnr .bnr_img {
  width: auto;
  height: 2em;
}
@media only screen and (max-width:600px) {
  #bookmark .bookmark_list {
    font-size: 0.75em;
  }
}



#content .inner {
  max-width: 1000px;
}



.breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.main_visual {
  fill: #FFF;
  color: #FFF;
}
.main_visual::before {
  content: '';
  display: block;
  padding-top: 100%;
  background-image: -moz-linear-gradient(50% 79.49% 90deg, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-linear-gradient(90deg, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(90deg, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -ms-linear-gradient(90deg, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(0deg, 
    rgba(0, 0, 0, 0) 30%, 
    rgba(0, 0, 0, 0.5) 100%
  );
  mix-blend-mode: multiply;
  z-index: 10;
}
.main_visual > img {
  z-index: 0;
}
@media only screen and (max-width:600px) {
  .main_visual.-sp_trim_w > img {
    max-width: none;
    width: auto;
    height: 100%; /* 比率変更する場合は singular.php も要調整 */
  }
  .main_visual.-sp_trim_h > img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
@media print, (min-width:601px) {
  .main_visual::before {
    padding-top: 48%; /* 比率変更する場合は singular.php も要調整 */
  }
  .main_visual.-tb_trim_w > img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .main_visual.-tb_trim_h > img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
@media print, (min-width:1250px) {
  .main_visual::before {
    padding-top: 600px;
  }
  .main_visual > img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

.main_block .main_head {
  text-align: center;
  line-height: 1;
}
#news .main_block .main_head, 
body.error404 .main_block .main_head, 
body.page-template-singular-no_visual .main_block .main_head {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-style: solid;
  border-width: 0 0 1px;
}
.main_block .main_head > .main_visual + .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  fill: #FFF;
  color: #FFF;
  z-index: 20;
}
.main_block .main_head .main_title {
  margin: auto;
  padding-left: 0.2em;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.main_block .main_head > .main_visual + .inner .main_title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_block .main_head .main_title .ja {
  display: inline-block;
  font-size: 2em;
}
#news .main_block .main_head .main_title .ja, 
body.error404 .main_block .main_head .main_title .ja, 
body.page-template-singular-no_visual .main_block .main_head .main_title .ja {
  padding: 0.5rem 1rem;
}
#news .main_block .main_head .main_title .ja::after, 
body.error404 .main_block .main_head .main_title .ja::after, 
body.page-template-singular-no_visual .main_block .main_head .main_title .ja::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 0;
  border-style: solid;
  border-width: 0.2rem 0;
}
.main_block .main_head .main_title .en {
  display: block;
}
#news .main_block .main_head .main_title .en, 
body.error404 .main_block .main_head .main_title .en, 
body.page-template-singular-no_visual .main_block .main_head .main_title .en {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 0.5rem;
}
.main_block .main_body {
  padding: 3rem 0;
}
@media print, (min-width:601px) {
  .main_block .main_head .main_title .ja {
    font-size: 3em;
  }
  #news .main_block .main_head .main_title .ja, 
  body.error404 .main_block .main_head .main_title .ja, 
  body.page-template-singular-no_visual .main_block .main_head .main_title .ja {
    font-size: 2em;
  }
}


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

.block_bg {
  padding-bottom: 3rem;
}
.block_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 0;
  left: -webkit-calc( ( 50vw - 50% ) * -1 );
  left: calc( ( 50vw - 50% ) * -1 );
  right: 0;
  background-image: url(../../assets/images/block-bg01.jpg);
  background-position: rignt top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 0;
}
@media print, (min-width:601px) {
  .block_bg {
    padding-bottom: 4.5rem;
  }
  .block_bg::before {
    top: 4.5rem;
  }
}

.title em {
  font-style: normal;
}



.cont_block {
  margin-bottom: 1.5rem;
}
.cont_block .block_head {
  margin-bottom: 1.5rem;
}
.cont_block .block_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: auto;
  padding-top: 1.5em;
  padding-left: 0;
  font-size: 1em;
  letter-spacing: 0.2em;
  line-height: 1;
}
.cont_block .block_title::before {
  display: none;
}
.cont_block .block_title::after {
  content: '';
  flex-grow: 1;
  display: block;
  margin: auto 0 0.8em;
  width: auto;
  height: 0;
  border-style: solid;
  border-width: 1px 0 0;
}
.cont_block .block_title .en, 
.cont_block .block_title .ja, 
.cont_block .block_title .num {
  display: inline-block;
}
.cont_block .block_title .en {
  position: absolute;
  top: 0;
  left: 0;
  color: #e95520;
  font-size: 0.875em;
}
.cont_block .block_title .ja {
  font-size: 2em;
}
.cont_block .block_title .num {
  margin-bottom: 0.2em;
  font-size: 1.25em;
}
.cont_block .block_visual {
  margin-bottom: 1.5rem;
}

.block_visual.photo_slider {
  margin: 1.5rem ;
}
.block_visual.photo_slider .slider_photo .photo > figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0.5rem;
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  text-shadow: 
    -1px -1px 0 rgba(0,0,0,0.3), 
    -1px 0px 0 rgba(0,0,0,0.3), 
    -1px 1px 0 rgba(0,0,0,0.3), 
    0px -1px 0 rgba(0,0,0,0.3), 
    0px 1px 0 rgba(0,0,0,0.3), 
    1px -1px 0 rgba(0,0,0,0.3), 
    1px 0px 0 rgba(0,0,0,0.3), 
    1px 1px 0 rgba(0,0,0,0.3), 
    0px 0px 2px rgba(0,0,0,0.3), 
    0px 0px 3px rgba(0,0,0,0.3);
}
.block_visual.photo_slider .slider_thumb {
  margin-top: 0.5rem;
}

.block_visual.photo_slider .slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  line-height: 1;
}
.block_visual.photo_slider .slick-dots > li {
  margin: 0;
  height: auto;
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}
.block_visual.photo_slider .slider_photo .photo:focus, 
.block_visual.photo_slider .slider_thumb .thumb:focus {
  outline: none;
}
.block_visual.photo_slider .slick-dots .thumb::before, 
.block_visual.photo_slider .slider_thumb .thumb::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid 0 #e95520;
}
.block_visual.photo_slider .slick-dots .slick-active .thumb::before, 
.block_visual.photo_slider .slider_thumb .thumb.slick-current::before {
  border-width: 3px;
  z-index: 100;
}



.cont_block .block_visual.trim_img::before {
  padding-top: 62.5%;
}

.cont_block .block_text {
  font-size: 1.125em;
}

@media only screen and (max-width:600px) {
  .cont_block .block_title {
    font-size: 0.75em;
  }
}
@media print, (min-width:601px) {
  .cont_block {
    margin-bottom: 4.5rem;
  }
  .cont_block .block_title .ja {
    font-size: 2.5em;
  }
}

.hako_frame {
  display: block;
  margin: auto;
  padding: 0.5rem;
  border-style: solid;
  border-width: 1px;
  background-color: #FFF;
  color: #000;
  line-height: 1;
}
.hako_frame::before, 
.hako_frame::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  height: 0;
  border-style: solid;
  border-width: 0.3rem;
  border-top-color: transparent;
  border-bottom-color: transparent;
  z-index: 0;
}
.hako_frame::before {
  top: 0;
  border-top-width: 0;
}
.hako_frame::after {
  bottom: 0;
  border-bottom-width: 0;
}

html body a.reserve_btn, 
.reserve_btn a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 16em;
  padding: 0.5em;
  background-color: #e95520;
  color: #FFF;
  text-align: center;
  font-size: 0.75em;
}
a.reserve_btn::after, 
.reserve_btn a::after {
  content: '';
  display: inline-block;
  margin-bottom: 0.2em;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 2px 2px 0 0;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more_btn {
  line-height: 1;
}
.no_content {
  margin: 1.5rem auto;
  line-height: 1.5;
  text-align: center;
}


a.to_top.-active {
  bottom: 40px;
}
