﻿
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
a,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title,
.wysiwyg h2,
.free-layout-area h2 {
  margin-top: 20px;
  background-color: #f4f2d8;
  border-radius: 6px;
  color: #333;
  font-size: 140%;
  line-height: 1;
}

@media (-ms-high-contrast: none) {
  h2.head-title,
  .wysiwyg h2,
  .free-layout-area h2 {
    display: flex;
  }
}

h2.head-title .bg,
.wysiwyg h2 .bg,
.free-layout-area h2 .bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin: 10px;
  padding-left: 10px;
  border-left: 4px solid #bece54;
}

@media (-ms-high-contrast: none) {
  h2.head-title .bg .bg2,
  .wysiwyg h2 .bg .bg2,
  .free-layout-area h2 .bg .bg2 {
    transform: translateY(0.2em);
  }
}

h3.head-title,
.wysiwyg h3,
.free-layout-area h3,
.smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #fbfbfb;
  background-image: radial-gradient(circle 4px at 13px center, #bece53 4px, rgba(0, 0, 0, 0) 4px);
  color: #333;
  font-size: 111%;
  line-height: 1;
}

@media (-ms-high-contrast: none) {
  h3.head-title,
  .wysiwyg h3,
  .free-layout-area h3,
  .smartcmsBbsBlock h3 {
    display: flex;
  }
}

h3.head-title .bg,
.wysiwyg h3 .bg,
.free-layout-area h3 .bg,
.smartcmsBbsBlock h3 .bg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin: 5px;
  padding-left: 20px;
}

@media (-ms-high-contrast: none) {
  h3.head-title .bg .bg2,
  .wysiwyg h3 .bg .bg2,
  .free-layout-area h3 .bg .bg2,
  .smartcmsBbsBlock h3 .bg .bg2 {
    transform: translateY(0.2em);
  }
}

h4,
.wysiwyg h4,
.free-layout-area h4 {
  margin-top: 20px;
  border-bottom: 3px solid #bece54;
  color: #333;
  font-size: 111%;
  line-height: 1;
}

h4 .bg,
.wysiwyg h4 .bg,
.free-layout-area h4 .bg {
  display: block;
  margin: 0 8px 8px 8px;
}

@media (-ms-high-contrast: none) {
  h4 .bg .bg2,
  .wysiwyg h4 .bg .bg2,
  .free-layout-area h4 .bg .bg2 {
    transform: translateY(0.2em);
  }
}

h5,
.wysiwyg h5,
.free-layout-area h5 {
  margin-top: 20px;
  border-bottom: 1px solid #bece54;
  color: #333;
  font-size: 111%;
  line-height: 1;
}

h5 .bg,
.wysiwyg h5 .bg,
.free-layout-area h5 .bg {
  display: block;
  margin: 0 1px 8px 1px;
}

@media (-ms-high-contrast: none) {
  h5 .bg .bg2,
  .wysiwyg h5 .bg .bg2,
  .free-layout-area h5 .bg .bg2 {
    transform: translateY(0.2em);
  }
}

h6,
.wysiwyg h6,
.free-layout-area h6 {
  margin-top: 20px;
  color: #333;
  font-size: 98%;
  line-height: 1;
}

h2.head-title,
h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4,
h5,
h6 {
  overflow: hidden;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.free-layout-area h2,
.free-layout-area h3,
.free-layout-area h4,
.free-layout-area h5,
.free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table,
.smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td,
.wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #dee6a9;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_,
.cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_,
.cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../image/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #f4f2d8;
  text-align: center;
}

.scheme2 {
  border: 1px solid #f4f2d8;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #dee6a9;
  text-align: center;
}

.scheme5 {
  border: 1px solid #dee6a9;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #bece54;
  text-align: center;
}

.scheme8 {
  background-color: #666;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #fbfbfb;
  text-align: center;
}

.scheme10 {
  background-color: #fbfbfb;
  text-align: center;
}

.scheme11 {
  background-color: #bece54;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 1;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  body.springCom #header .header-subnav-area {
    background-image: url(../image/bg_mv_spring.jpg);
  }
  body.summerCom #header .header-subnav-area {
    background-image: url(../image/bg_mv_summer.jpg);
  }
  body.autumnCom #header .header-subnav-area {
    background-image: url(../image/bg_mv_autumn.jpg);
  }
  body.winterCom #header .header-subnav-area {
    background-image: url(../image/bg_mv_winter.jpg);
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 8px auto;
  }
  #header #header-nav .in .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 60px;
  }
  #header #header-nav .in .list li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding: 12px 0;
  }
  #header #header-nav .in .list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-left: 1px solid #333;
    text-align: center;
    line-height: 1;
  }
  #header #header-nav .in .list li a span {
    display: block;
    padding: 11px 3px;
  }
  #header #header-nav .in .list li a:hover span {
    padding-bottom: 8px;
    border-bottom: 3px solid #dad58a;
  }
  #header #header-nav .in .list li:last-child a {
    border-right: 1px solid #333;
  }
  #header #header-nav .in .list li:hover {
    background-image: url(../image/icon_nav_hover.png);
    background-repeat: no-repeat;
    background-position: top left 20px;
  }
  #header #header-nav .in .list li:hover.guide, #header #header-nav .in .list li:hover.events, #header #header-nav .in .list li:hover.download {
    background-position: top left 10px;
  }
  #header .header-subnav-area {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 394px;
    background-color: #fff;
  }
  #header .header-subnav-area .box {
    position: relative;
    max-width: 1250px;
    height: 394px;
    margin: 0 auto;
  }
  #header .header-subnav-area .box .to-top {
    z-index: 1;
    position: absolute;
    top: 22px;
    right: 22px;
    padding-right: 20px;
    background-image: url(../image/arrow_right.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center right;
    line-height: 1;
  }
  #header .header-subnav-area .box .to-top a {
    color: #333;
    font-weight: bolder;
    line-height: 1;
  }
  #header .header-subnav-area .box #header-logo {
    z-index: 0;
    position: relative;
    top: 22px;
    text-align: center;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  body.springCom #sp-header {
    background-image: url(../image/bg_mv_spring.jpg);
  }
  body.summerCom #sp-header {
    background-image: url(../image/bg_mv_summer.jpg);
  }
  body.autumnCom #sp-header {
    background-image: url(../image/bg_mv_autumn.jpg);
  }
  body.winterCom #sp-header {
    background-image: url(../image/bg_mv_winter.jpg);
  }
  #sp-header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 394px;
    background-color: #fff;
    /* モーダル */
  }
  #sp-header .box {
    position: relative;
    display: block;
    height: 394px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding-top: 22px;
    text-align: center;
  }
  #sp-header .box #sp-header-logo img {
    width: 513px;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 0 10px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #dad58a;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .ui .modal-menu-close {
    padding: 0;
    margin: 0 10px 25px;
    text-align: right;
  }
  #sp-header .modal-menu .in {
    margin: 0 35px;
    padding: 0 0 20px 0;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .list {
    border-top: 2px solid #333;
  }
  #sp-header .modal-menu .list li {
    border-bottom: 2px solid #333;
    height: 100px;
  }
  #sp-header .modal-menu .list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 35px;
  }
  #sp-header .modal-menu .button-list {
    margin: 40px auto 0;
    width: 100%;
  }
  #sp-header .modal-menu .button-list .button-container {
    margin-top: 20px;
    height: 67px;
  }
  #sp-header .modal-menu .button-list .button-container a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

#smartphone {
  font-size: 230%;
  line-height: 1;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/bd_facilities.png);
  width: 100%;
  height: 90px;
}

#smartphone .wrap .txt {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  font-weight: bold;
  text-align: center;
}

#smartphone .wrap .ico {
  position: absolute;
  right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 1em;
  height: 1em;
  background: #333 url(../image/arrow_to-sp.png) no-repeat left 0.36em center;
  border-radius: 50%;
}

article.facilities {
  background-image: url(../image/bd_facilities.png);
  padding: 40px 0 22px;
}

@media print, screen and (min-width: 769px) {
  article.facilities {
    padding: 35px 0 37px;
  }
}

article.facilities h2 {
  text-align: center;
}

article.facilities .in {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: 38px 0;
  width: auto;
}

@media print, screen and (min-width: 769px) {
  article.facilities .in {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 18px auto;
    width: 780px;
  }
}

.facility {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  position: relative;
  margin: 4px 15px;
}

@media print, screen and (min-width: 769px) {
  .facility {
    margin: 0;
  }
}

.facility a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.facility a:hover {
  opacity: 0.85;
}

.facility .elem {
  position: absolute;
  z-index: auto;
  display: flex;
  align-items: center;
}

.facility .elem .caption {
  position: relative;
  z-index: 1;
  width: max-content;
  text-align: center;
}

.facility .elem .caption p {
  margin: 0 auto;
  text-align: center;
}

.facility .elem .image {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 0;
}

.facility .elem .image img {
  border-radius: 50%;
  border: 14px solid #fff;
}

.facility .index {
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

.facility .index .caption {
  background-color: #fff;
  padding: 20px 0 12px;
  width: calc(50vw - 35px);
}

@media print, screen and (min-width: 769px) {
  .facility .index .caption {
    padding: 14px 0 10px;
    width: 250px;
  }
}

.facility .index .caption h3 {
  line-height: 1;
  font-size: 103%;
}

@media print, screen and (min-width: 769px) {
  .facility .index .caption h3 {
    font-size: 125%;
  }
}

.facility .index .caption p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.2em;
  line-height: 1.2;
  margin-top: 12px;
  font-size: 83%;
}

@media print, screen and (min-width: 769px) {
  .facility .index .caption p {
    margin-top: 8px;
    height: 2.2em;
    font-size: 100%;
  }
}

.facility .index .image {
  top: -60px;
}

@media print, screen and (min-width: 769px) {
  .facility .index .image {
    top: -25px;
  }
}

.facility .index .image img {
  width: 290px;
}

@media print, screen and (min-width: 769px) {
  .facility .index .image img {
    width: 224px;
    border: 10px solid #fff;
  }
}

.facility .snipet {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.facility .snipet .caption {
  background-color: #fff;
  text-align: center;
  display: block;
  padding: 11px 0;
  width: 195px;
}

@media print, screen and (min-width: 769px) {
  .facility .snipet .caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    height: 36px;
    width: 105px;
  }
}

.facility .snipet .caption p {
  line-height: 1.2;
  font-size: 92%;
}

@media print, screen and (min-width: 769px) {
  .facility .snipet .caption p {
    font-size: 84%;
  }
}

@media print and (-ms-high-contrast: none), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .facility .snipet .caption p {
    transform: translateY(0.2em);
  }
}

.facility .snipet .image {
  bottom: -25px;
}

.facility .snipet .image img {
  width: 160px;
  border-width: 7px;
}

@media print, screen and (min-width: 769px) {
  .facility .snipet .image img {
    width: 122px;
    border: 7px solid #fff;
  }
}

/* 各部 */
.facility.youth-facility {
  height: 467px;
}

@media print, screen and (min-width: 769px) {
  .facility.youth-facility {
    height: 363px;
  }
}

.facility.youth-facility .athletics {
  bottom: 0;
}

.facility.children-astronomy {
  height: 557px;
}

@media print, screen and (min-width: 769px) {
  .facility.children-astronomy {
    height: 393px;
  }
}

.facility.children-astronomy .planetarium {
  left: -25px;
  bottom: 96px;
}

@media print, screen and (min-width: 769px) {
  .facility.children-astronomy .planetarium {
    left: -5px;
    bottom: 30px;
  }
}

.facility.children-astronomy .activities {
  bottom: 0;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .facility.children-astronomy .activities {
    right: 5px;
  }
}

.facility.children-astronomy .activities .caption {
  padding: 8px;
}

@media print, screen and (min-width: 769px) {
  .facility.children-astronomy .activities .image {
    bottom: -20px;
  }
}

.facility.visitors-house {
  height: 470px;
}

@media print, screen and (min-width: 769px) {
  .facility.visitors-house {
    height: 361px;
  }
}

.facility.visitors-house .snowplay {
  bottom: 0;
  right: 11px;
}

@media print, screen and (min-width: 769px) {
  .facility.visitors-house .snowplay {
    right: 23px;
  }
}

article.nature {
  background-image: url(../image/bg_nature_top.png);
  background-repeat: no-repeat;
  background-position: top 60px center;
}

@media print, screen and (min-width: 769px) {
  article.nature {
    background-position: top 20px center;
  }
}

article.nature .index {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  background-image: url(../image/bg_nature_left.png), url(../image/bg_nature_right.png);
  background-repeat: no-repeat;
  width: auto;
  height: 280px;
  background-position: top 130px left 91px, top 108px right 27px;
}

@media print, screen and (min-width: 769px) {
  article.nature .index {
    width: 790px;
    height: 200px;
    background-position: bottom 15px left 108px, bottom right 46px;
  }
}

article.nature .index h2 {
  text-align: center;
  line-height: 1;
}

article.nature p {
  text-align: center;
  font-size: 102%;
  margin-top: 38px;
  line-height: 1.3;
}

@media print, screen and (min-width: 769px) {
  article.nature p {
    margin-top: 20px;
    line-height: 1.6;
  }
}

article.nature .slider-container {
  margin: 60px auto 52px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container {
    margin: 50px auto 75px;
  }
}

article.nature .slider-container button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  line-height: 1;
}

article.nature .slider-container button:focus {
  opacity: 0.6;
}

article.nature .slider-container .slider-viewport {
  position: relative;
  margin: 0 auto;
  width: calc(100vw - 80px);
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport {
    width: 790px;
  }
}

article.nature .slider-container .slider-viewport .bx-wrapper {
  margin: 0 auto;
}

article.nature .slider-container .slider-viewport .mv-list a:hover, article.nature .slider-container .slider-viewport .mv-list a:focus {
  opacity: 0.85;
}

article.nature .slider-container .slider-viewport .mv-list img {
  width: 308px;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .mv-list img {
    width: 212px;
    border-radius: 5px;
  }
}

article.nature .slider-container .slider-viewport .mv-list .bx-caption {
  position: absolute;
  left: 0;
  background-color: #fff;
  pointer-events: none;
  line-height: 1.1;
  top: 70%;
  margin-right: 10px;
  padding: 8px 10px 4px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .mv-list .bx-caption {
    font-size: 85%;
    padding: 10px 16px 8px;
  }
}

article.nature .slider-container .slider-viewport .slider-prev,
article.nature .slider-container .slider-viewport .slider-next {
  position: absolute;
  top: 50%;
}

article.nature .slider-container .slider-viewport .slider-prev .sp,
article.nature .slider-container .slider-viewport .slider-next .sp {
  display: block;
}

article.nature .slider-container .slider-viewport .slider-prev .pc,
article.nature .slider-container .slider-viewport .slider-next .pc {
  display: none;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .slider-prev .sp,
  article.nature .slider-container .slider-viewport .slider-next .sp {
    display: none;
  }
  article.nature .slider-container .slider-viewport .slider-prev .pc,
  article.nature .slider-container .slider-viewport .slider-next .pc {
    display: block;
  }
}

article.nature .slider-container .slider-viewport .slider-prev button,
article.nature .slider-container .slider-viewport .slider-next button {
  width: 60px;
  height: 60px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .slider-prev button:hover,
  article.nature .slider-container .slider-viewport .slider-next button:hover {
    opacity: 0.8;
  }
}

article.nature .slider-container .slider-viewport .slider-prev button.disabled,
article.nature .slider-container .slider-viewport .slider-next button.disabled {
  display: none;
}

article.nature .slider-container .slider-viewport .slider-prev {
  z-index: 1;
  left: 0;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .slider-prev {
    transform: translate(-150%, -50%);
  }
}

article.nature .slider-container .slider-viewport .slider-prev button {
  background: url(../image/slider_back.png) center center/contain no-repeat;
}

article.nature .slider-container .slider-viewport .slider-next {
  z-index: 2;
  right: 0;
  transform: translate(50%, -50%);
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-container .slider-viewport .slider-next {
    transform: translate(150%, -50%);
  }
}

article.nature .slider-container .slider-viewport .slider-next button {
  background: url(../image/slider_next.png) center center/contain no-repeat;
}

article.nature .slider-controls {
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls {
    margin-top: 14px;
  }
}

article.nature .slider-controls .slider-controls-in {
  display: flex;
  justify-content: center;
  align-items: center;
}

article.nature .slider-controls .slider-pager {
  margin: 0 20px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-pager {
    margin: 0 10px;
  }
}

article.nature .slider-controls .slider-pager .bx-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-pager .bx-pager-list {
    margin: 0 -10px;
  }
}

article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item {
  line-height: 1;
  margin: 0 20px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item {
    margin: 0 10px;
  }
}

article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item button {
  box-sizing: border-box;
  border-color: #333;
  border-style: solid;
  border-radius: 50%;
  background: white;
  border-width: 2px;
  width: 24px;
  height: 24px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item button {
    border-width: 1px;
    width: 12px;
    height: 12px;
  }
}

article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item button:hover, article.nature .slider-controls .slider-pager .bx-pager-list .bx-pager-item button.active {
  border-color: #e3df9d;
  background: #e3df9d;
}

article.nature .slider-controls .slider-auto {
  flex-shrink: 0;
  line-height: 1;
  margin: 0 20px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-auto {
    margin: 0 10px;
  }
}

article.nature .slider-controls .slider-auto button {
  background: url() center center/contain no-repeat;
  width: 48px;
  height: 48px;
}

@media print, screen and (min-width: 769px) {
  article.nature .slider-controls .slider-auto button {
    width: 26px;
    height: 26px;
  }
}

article.nature .slider-controls .slider-auto button:hover {
  opacity: 0.85;
}

article.nature .slider-controls .slider-auto button.bx-stop {
  background-image: url(../image/slider_stop.png);
}

article.nature .slider-controls .slider-auto button.bx-start {
  background-image: url(../image/slider_start.png);
}

.nature .mv-list-cms figure.img-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

article.booklets {
  padding: 0 0 80px;
  background-color: #f1f4d8;
}

article.booklets .index {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../image/bg_booklets01.png), url(../image/bg_booklets02.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 75px;
  width: auto;
  background-position: top 37px left 10px, top 37px right 33px;
}

@media print, screen and (min-width: 769px) {
  article.booklets .index {
    width: 790px;
    background-position: top 36px left, top 36px right 51px;
  }
}

article.booklets .index h2 {
  text-align: center;
  line-height: 1;
}

article.booklets .in {
  margin: 39px auto 0;
}

@media print, screen and (min-width: 769px) {
  article.booklets .in {
    margin: 40px auto 0;
    width: 790px;
  }
}

article.booklets .in .list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px auto;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
  -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width: 769px) {
  article.booklets .in .list {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 -21px;
    filter: none;
    -webkit-font-smoothing: auto;
  }
}

article.booklets .in .list li {
  margin: 24px 50px;
  box-shadow: none;
}

@media print, screen and (min-width: 769px) {
  article.booklets .in .list li {
    margin: 0 21px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

article.booklets .in .list li a:hover {
  opacity: 0.85;
}

article.booklets .in .list li img {
  width: 166px;
  height: auto;
}

article.booklets .in .list li p {
  display: none;
}

article.booklets .in .button-container {
  text-align: center;
  margin-top: 58px;
}

@media print, screen and (min-width: 769px) {
  article.booklets .in .button-container {
    margin-top: 45px;
  }
}

article.booklets .in .button-container a {
  min-width: 340px;
  min-height: 70px;
}

@media print, screen and (min-width: 769px) {
  article.booklets .in .button-container a {
    min-width: 250px;
    min-height: 50px;
  }
}

article.youtube {
  margin: 0 auto;
  background-image: url(../image/bd_youtube.png);
}

article.youtube .index {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../image/bg_youtube01.png), url(../image/bg_youtube02.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 75px 0 80px;
  width: auto;
  background-size: 83px, 58px;
  background-position: top 35px left 10px, top 60px right 36px;
}

@media print, screen and (min-width: 769px) {
  article.youtube .index {
    padding: 75px 0 72px;
    width: 790px;
    background-size: 99px, 75px;
    background-position: top 44px left, top 61px right 16px;
  }
}

article.youtube .index h2 {
  text-align: center;
  line-height: 1;
}

article.youtube .in {
  margin: 39px auto 0;
}

@media print, screen and (min-width: 769px) {
  article.youtube .in {
    margin: 29px auto 0;
    width: 790px;
  }
}

article.youtube .in p.video-container {
  text-align: center;
}

article.youtube .in p.video-container iframe {
  border: none;
}

article.youtube .in p.button-container {
  text-align: center;
  margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
  article.youtube .in p.button-container {
    margin-top: 24px;
  }
}

article.youtube .in p.button-container a {
  min-width: 520px;
  min-height: 70px;
}

@media print, screen and (min-width: 769px) {
  article.youtube .in p.button-container a {
    min-width: 330px;
    min-height: 50px;
  }
}

a {
  color: #333;
}

a:link {
  color: #333;
  text-decoration-color: #a6a494;
  text-underline-offset: 10%;
  text-decoration-thickness: 2px;
}

@media print, screen and (min-width: 769px) {
  a:link {
    text-decoration-thickness: 1px;
  }
}

a:visited {
  color: #333;
  text-decoration-color: #a6a494;
  text-underline-offset: 10%;
  text-decoration-thickness: 2px;
}

@media print, screen and (min-width: 769px) {
  a:visited {
    text-decoration-thickness: 1px;
  }
}

a:hover {
  color: #333;
}

.button-container {
  display: flex;
  justify-content: center;
  line-height: 1;
}

.button-container a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333;
  background-color: #fff;
  background-image: url(../image/arrow_right.png);
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
  background-position: center right 15px;
  background-size: auto;
  font-size: 100%;
}

@media print, screen and (min-width: 769px) {
  .button-container a {
    border-width: 1px;
    background-position: center right 9px;
    background-size: 6px;
    font-size: 111%;
  }
  .button-container a:hover, .button-container a:focus {
    opacity: 0.85;
  }
}

@media print and (-ms-high-contrast: none), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .button-container a .label {
    transform: translateY(0.2em);
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background-color: #0e2f56;
  background-image: url(../image/bd_footer.png), linear-gradient(to right top, #5a5d88, #0e2f56 70%);
  background-position: top center;
  background-repeat: repeat-x, no-repeat;
  background-size: 2500px, auto;
}

@media print, screen and (min-width: 769px) {
  footer {
    background-size: auto;
    background-color: #103159;
    background-image: url(../image/bd_footer.png), linear-gradient(to right top, #855f7b, #103159 70%);
  }
}

@media print and (-ms-high-contrast: none), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  footer {
    background-image: url(../image/bd_footer.png), linear-gradient(to right top, #855f7b 30%, #103159 55%);
  }
}

footer #pagetop {
  position: fixed;
  display: block;
  right: 15px;
  bottom: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s, pointer-events 0.5s ease-in-out;
}

footer #pagetop.show {
  opacity: 1;
  pointer-events: all;
}

footer #pagetop a {
  display: block;
}

footer #pagetop a:hover {
  opacity: 0.85;
}

footer #pagetop img {
  width: 72px;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop img {
    width: 47px;
  }
}

footer .in dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 73px 0 50px;
  border-bottom: 2px solid #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in dl {
    padding: 80px 0 37px;
    border-bottom-width: 1px;
  }
}

footer .in dl dt {
  font-weight: bold;
  font-size: 153%;
}

@media print, screen and (min-width: 769px) {
  footer .in dl dt {
    font-size: 180%;
  }
}

footer .in dl .address {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-width: calc(100vw - 55px * 2);
  margin: calc(50px - 30px) auto -30px;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .address {
    flex-direction: row;
    min-width: 700px;
    margin: 48px -50px 0;
  }
}

footer .in dl .address address {
  width: 100%;
  padding: 30px 0;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .address address {
    padding: 0 50px;
  }
}

footer .in dl .address address:first-child {
  border-bottom: 2px solid #fff;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .address address:first-child {
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}

footer .in dl .address address .name {
  line-height: 1;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 27px;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .address address .name {
    margin-bottom: 10px;
  }
}

footer .in dl .address address p {
  font-size: 103%;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .address address p {
    font-size: 100%;
  }
}

footer .in dl .address address p.phone a,
footer .in dl .address address p .mail {
  color: #fff;
}

footer .in dl .caution {
  margin: 56px auto 0;
  width: calc(100vw - 25px * 2);
  font-size: 103%;
}

@media print, screen and (min-width: 769px) {
  footer .in dl .caution {
    margin-top: 30px;
    width: auto;
    font-size: 100%;
  }
}

footer .in .copyright {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 75%;
}

@media print, screen and (min-width: 769px) {
  footer .in .copyright {
    padding: 12px 0;
    font-size: 90%;
  }
}
