@charset "UTF-8";
/*!
Thema Name: OKAYAMA YASURAGI
Author: MANABU
Description: OKAYAMA YASURAGI CSS
Version:1.0
*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 初期値
------------------------------*/
/* 768以下は幅100%でスマホ表示 */
/* 960px以下はスクロールを表示 */
/* 1140px以下はコンテンツ幅を960に制限 */
/* 1440以上は横幅を大きくしない */
/* アニメーションスピード
------------------------------*/
/* clearfix
------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* text-indent:-9999px;
------------------------------*/
.nodisp {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* background-size-cover forIE8
------------------------------*/
/* background-size-contain forIE8
------------------------------*/
/* カラー
------------------------------*/
/*白黒*/
/*赤*/
/*白黒*/
/*赤*/
/*白黒*/
/*緑*/
/*赤*/
/*白黒*/
/*緑*/
/*赤*/
/* 区切り
------------------------------*/
@media (max-width: 960px) {
  .br_s {
    display: inline-block;
  }
  .br_p {
    display: block;
  }
}

@media (min-width: 960px) {
  .br_s {
    display: block;
  }
  .br_p {
    display: inline-block;
  }
}

/* マージン
------------------------------*/
@media (max-width: 960px) {
  .mb_20 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 960px) {
  .mb_20 {
    margin-bottom: 20px !important;
  }
}

/* フォントファミリー
------------------------------*/
.mincho {
  font-family: "UD Reimin Bold", "MS PMincho", "Hiragino Mincho Pro", serif;
}

.mincho_m {
  font-family: "UD Reimin Medium", "MS PMincho", "Hiragino Mincho Pro", serif;
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

/*  画像の拡大縮小
----------------------------------------------*/
.img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.scale-11 {
  overflow: hidden;
}

.scale-11 img {
  transition: transform 0.3s linear;
}

.scale-11 img:hover {
  transform: scale(1.1);
}

.scale-12 {
  overflow: hidden;
}

.scale-12 img {
  transition: transform 0.3s linear;
}

.scale-12 img:hover {
  transform: scale(1.2);
}

/*  画像の拡大縮小
----------------------------------------------*/
.image-scale-105 {
  background-size: cover;
  -ms-behavior: url(/common/css/backgroundsize.min.htc);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}

.image-scale-105:hover {
  transform: scale(1.05);
}

.image-scale-110 {
  background-size: cover;
  -ms-behavior: url(/common/css/backgroundsize.min.htc);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}

@media (min-width: 960px) {
  .image-scale-110:hover {
    transform: scale(1.1);
  }
}

/*  検索窓
----------------------------------------------*/
input[type=search].search-field {
  position: relative;
  vertical-align: middle;
  width: 226px;
  padding: 6px;
  border: none;
  height: 36px;
  margin: 0;
  display: inline-block;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

/*  input submit
----------------------------------------------*/
input[type="submit"] {
  background-color: #09c;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  min-height: 36px;
  line-height: 36px;
  display: inline-block;
  padding: 2px 24px 2px;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: center;
  transition: all .2s linear 0s;
  -webkit-appearance: button;
  cursor: pointer;
}

/*  見出し（下線を2種類重ねて色を変化）
----------------------------------------------*/
.hd-half-boder {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  padding-bottom: 6px;
  position: relative;
}

.hd-half-boder:before {
  border-bottom: 2px solid #83bd3f;
  bottom: 0;
  content: "";
  height: 20%;
  left: 0;
  width: 30%;
  position: absolute;
  z-index: 1;
}

.hd-half-boder:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  bottom: 0;
  content: "";
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
}

/*  不透明度
----------------------------------------------*/
.ob-opacity-08,
.ob-opacity-07,
.ob-opacity-06,
.ob-opacity-05,
.ob-opacity-04,
.ob-opacity-03 {
  transition: all 0.5s;
  opacity: 1;
}

.ob-opacity-08:hover {
  opacity: 0.8;
}

.ob-opacity-07:hover {
  opacity: 0.7;
}

.ob-opacity-06:hover {
  opacity: 0.6;
}

.ob-opacity-05:hover {
  opacity: 0.5;
}

.ob-opacity-04:hover {
  opacity: 0.4;
}

.ob-opacity-03:hover {
  opacity: 0.3;
}

/*  画像を白黒にする（hoverでカラー）
----------------------------------------------*/
.monochrome {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.monochrome:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/*  画像を白黒にする（hoverで白黒）
----------------------------------------------*/
.r_monochrome {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.r_monochrome:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/*  振動
----------------------------------------------*/
.rum:hover {
  animation: rumble 0.12s linear infinite;
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}

/*  簡単なアニメーション（transition-propertyは各セレクタで指定する）
----------------------------------------------*/
/*  角丸
----------------------------------------------*/
.img_radius_08 img {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

@font-face {
  font-family: "UtsukushiFONT";
  src: url(../fonts/UtsukushiFONT.eot) format("eot"), url(../fonts/UtsukushiFONT.woff) format("woff");
}

@font-face {
  font-family: "LogoTypeGothicCondense";
  src: url(../fonts/LogoTypeGothicCondense.eot) format("eot"), url(../fonts/LogoTypeGothicCondense.woff) format("woff");
}

@font-face {
  font-family: "hkreikk";
  src: url(../fonts/hkreikk/hkreikk.eot) format("eot"), url(../fonts/hkreikk/hkreikk.woff) format("woff");
}

/* 枠
-----------------------------------------*/
body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: transparent;
  background-color: #FFF;
  color: #231815;
  height: inherit;
  position: relative;
  text-align: left;
}

a {
  transition-duration: 0.5s;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: linear;
  transition-property: color;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  text-decoration: none;
}

/*
a:link { color: ; }
a:visited { color: ; }
a:hover { color: ; text-decoration: underline; }
a:active { color:; }
.illust_object {
	display: none;
}
*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #FFF;
  background-image: url(../img/common/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 128px 128px;
}

.text {
  display: inline-block;
}

/*パンクズリスト*/
.breadcrumb-wrap {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

.breadcrumb-wrap .breadcrumbs {
  color: #FFF;
  margin: 0;
  padding: 0;
}

.breadcrumb-wrap .breadcrumbs li {
  display: inline;
  line-height: 54px;
  margin: 0 0 0 5px;
  font-size: 14px;
  line-height: 2em;
  color: #006837;
}

.breadcrumb-wrap .breadcrumbs li:first-child {
  margin: 0;
}

.breadcrumb-wrap .breadcrumbs li:first-child:before {
  content: "";
  padding-right: 0;
}

.breadcrumb-wrap .breadcrumbs li span {
  display: inline-block;
  text-indent: -9999px;
}

.breadcrumb-wrap .breadcrumbs li a {
  color: #83bd3f;
  text-decoration: none;
}

.breadcrumb-wrap .breadcrumbs li:before {
  content: " \203A";
  padding-right: 5px;
  color: #231815;
}

.section_inner {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ご利用案内 */
.third_content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../img/common/second_bg_repeat.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-color: #f4f4e6;
}

.third_content .section_inner {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 15px;
}

.third_content .section_inner > div {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  background-color: #FFF;
}

.third_content .section_inner > div img {
  width: 100%;
  height: auto;
}

.third_content .section_inner > div .bottom {
  padding: 20px 10px;
}

.third_content .section_inner > div h1 {
  color: #006837;
  font-family: "Ryumin Light KL";
  font-size: 28px;
  letter-spacing: .1em;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
}

.third_content .section_inner > div h1.sodansho {
  font-size: 26px;
}

.third_content .section_inner > div .h1_p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #9396a7;
  border-bottom: 1px solid #9396a7;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.third_content .section_inner > div .desc {
  margin: 0 25px 15px 25px;
  color: #231815;
  font-size: 12px;
}

.third_content .section_inner > div .btn a {
  background-color: #83bd3f;
  display: block;
  line-height: 3em;
  text-align: center;
  color: #FFF;
  transition: all 1s;
}

.third_content .section_inner > div .btn a i {
  margin-left: 5px;
}

.third_content .section_inner > div .btn a:hover {
  opacity: .6;
}

/* アクセス */
.content_access {
  background-color: #e8e1d8;
  padding-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 50px;
}

.content_access .content_access_wrap {
  background-color: #FFF;
  padding: 30px 40px 40px 40px;
}

.content_access .content_access_wrap .content_hd {
  text-align: center;
  margin-bottom: 50px;
}

.content_access .content_access_wrap .content_hd h1 {
  font-size: 30px;
  font-family: "Ryumin Light KL";
  letter-spacing: .2em;
  color: #006837;
  margin: 0;
  padding: 0;
}

.content_access .content_access_wrap .content_hd p {
  overflow: hidden;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #9396a7;
  margin: 0;
}

.content_access .content_access_wrap .content_hd p span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

.content_access .content_access_wrap .content_hd p span:before, .content_access .content_access_wrap .content_hd p span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 500%;
  height: 1px;
  background-color: #ccc;
}

.content_access .content_access_wrap .content_hd p span:before {
  right: 100%;
}

.content_access .content_access_wrap .content_hd p span:after {
  left: 100%;
}

.content_access .content_access_wrap .content_access_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.content_access .content_access_wrap .content_access_inner > div {
  width: 48%;
}

.content_access .content_access_wrap .content_access_inner .left h2 {
  font-size: 35px;
  font-family: "Ryumin Light KL";
  color: #006837;
  margin: 0;
  margin-bottom: 20px;
}

.content_access .content_access_wrap .content_access_inner .left p.h2_p {
  font-size: 20px;
  letter-spacing: .1em;
  font-family: "Ryumin Light KL";
  color: #006837;
  margin-bottom: 35px;
}

.content_access .content_access_wrap .content_access_inner .left .address {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content_access .content_access_wrap .content_access_inner .left .address dl dt {
  float: left;
  width: 5em;
}

.content_access .content_access_wrap .content_access_inner .left .address dl dd {
  margin-left: 5em;
}

.content_access .content_access_wrap .content_access_inner .left .address dl dd:before {
  content: "\FF1A";
}

.content_access .content_access_wrap .content_access_inner .left .guide h3 {
  font-weight: normal;
  margin-bottom: 5px;
}

.content_access .content_access_wrap .content_access_inner .left .guide h3:before {
  content: "\25EF\a0";
}

.content_access .content_access_wrap .content_access_inner .left .guide ul {
  margin: 0;
  padding-left: 1.5em;
}

.content_access .content_access_wrap .content_access_inner .left .guide ul li {
  margin-bottom: 1em;
}

.content_access .content_access_wrap .content_access_inner .left .guide ul li p {
  margin: 0;
}

.content_access .content_access_wrap .content_access_inner .left .guide ul li p.notice:before {
  content: "\203B";
}

.content_access .content_access_wrap .content_access_inner .right #map {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.content_access .content_access_wrap .content_access_inner .right #map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 960px) {
  .mobile-inline {
    display: inline;
  }
  .mobile {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .pc {
    display: none;
  }
  .third_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .third_content .section_inner {
    display: block;
  }
  .third_content .section_inner > div {
    margin-bottom: 40px;
  }
  .third_content .section_inner > div:last-child {
    margin-bottom: 0;
  }
  .third_content .section_inner > div h1 {
    font-size: 24px;
  }
  /* アクセス */
  .content_access .content_access_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content_access .content_access_wrap .content_hd h1 {
    font-size: 24px;
  }
  .content_access .content_access_wrap .content_access_inner {
    display: block;
  }
  .content_access .content_access_wrap .content_access_inner > div {
    width: 100%;
  }
  .content_access .content_access_wrap .content_access_inner .left h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .content_access .content_access_wrap .content_access_inner .left p.h2_p {
    font-size: 18px;
    margin-top: 0;
  }
  .content_access .content_access_wrap .content_access_inner .right {
    margin-bottom: 40px;
  }
  body {
    font-size: 14px;
  }
}

/* 768-960 */
/* 960-1140 */
@media (min-width: 960px) and (max-width: 1140px) {
  .section_inner {
    width: 960px;
  }
}

/* 1140-1440 */
@media (min-width: 1140px) and (max-width: 1440px) {
  .section_inner {
    width: 960px;
  }
}

@media (min-width: 1440px) {
  .section_inner {
    width: 960px;
  }
}

@media (min-width: 960px) {
  .mobile-inline {
    display: none;
  }
  .mobile {
    display: none;
  }
  .pc-inline {
    display: inline;
  }
  .pc {
    display: block;
  }
  #wrapper {
    position: relative;
  }
  .content .breadcrumb-wrap {
    margin-bottom: 5px;
  }
}

/* header
-----------------------------------------*/
.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  height: 115px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 9999;
}

.header .header_inner {
  padding-top: 34px;
}

.header .header_inner .logo {
  width: 230px;
  float: left;
}

.header .header_inner .logo img {
  width: 100%;
  height: auto;
}

/* sp */
@media print, screen and (max-width: 960px) {
  .header .header_inner {
    position: relative;
  }
  .header .header_inner .zaidann_link {
    display: none;
  }
  .header .header_inner .zaidann_link_mobile {
    display: block;
  }
  .header .header_inner .zaidann_link_mobile a {
    display: block;
    width: 18em;
    background-color: #83bd3f;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    letter-spacing: .05em;
    margin-left: auto;
    margin-right: auto;
  }
  .header .header_inner .logo {
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .header .header_inner .menu_button {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 50px;
    height: 60px;
    background-image: url(../img/common/mobile_menu.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50px 60px;
    /*
				transition-delay:0s;
				transition-duration:.5s;
				transition-property: background-image;
				transition-timing-function:ease;
				*/
  }
  .header .header_inner .menu_button.close {
    background-image: url(../img/common/mobile_close.png);
  }
  .header .header_inner .menu_wrap {
    position: relative;
    display: none;
    box-sizing: border-box;
    height: calc(100vh - 115px);
    padding: 40px 30px 30px 30px;
    /*background-color: rgba(131,189,63,.8);*/
    background-color: rgba(0, 0, 0, 0.8);
    clear: both;
  }
  .header .header_inner .menu_wrap .menu_close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    display: none;
  }
  .header .header_inner .menu_wrap .menu_close img {
    width: 100%;
    height: auto;
  }
  .header .header_inner .nav {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .header .header_inner .nav li {
    border-bottom: 1px solid #FFF;
  }
  .header .header_inner .nav li a {
    display: block;
    padding: 25px 0;
    color: #FFF;
  }
}

/* 768-960 */
/* 960-1140 */
/* 1140-1440 */
/* other (PC) */
@media (min-width: 960px) {
  .header .header_inner {
    padding-top: 14px;
  }
  .header .header_inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_inner .zaidann_link {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-right: 30px;
  }
  .header .header_inner .zaidann_link:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .header_inner .zaidann_link a {
    float: right;
    display: block;
    width: 18em;
    background-color: #83bd3f;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 3px;
    color: #FFF;
    letter-spacing: .05em;
  }
  .header .header_inner .nav {
    float: right;
    width: 700px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    list-style-type: none;
  }
  .header .header_inner .nav li {
    text-align: center;
    display: inline-block;
    width: 136px;
    position: relative;
  }
  .header .header_inner .nav li a {
    width: 100%;
    height: 45px;
  }
  .header .header_inner .nav li a h3 {
    margin: 0;
    padding: 0;
    font-family: "Ryumin Medium KL";
    font-size: 14px;
    color: #231815;
  }
  .header .header_inner .nav li a p {
    font-size: 12px;
    color: #83bd3f;
    margin: 0;
    margin-bottom: 8px;
  }
  .header .header_inner .nav li a:after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #83bd3f;
    width: 0%;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: all .5s;
  }
  .header .header_inner .nav li a:hover:after {
    width: 100%;
  }
}

.footer .footer_top {
  background-color: #267f55;
}

.footer .footer_top .section_inner {
  position: relative;
}

.footer .footer_top .section_inner .footer_nav {
  margin: 0;
  padding: 0;
  padding: 25px 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}

.footer .footer_top .section_inner .footer_nav li {
  margin-left: 1em;
}

.footer .footer_top .section_inner .footer_nav li:before {
  content: ">";
  margin-right: 2px;
  color: #FFF;
}

.footer .footer_top .section_inner .footer_nav li a {
  color: #FFF;
}

.footer .footer_top .section_inner .pagetop {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
}

.footer .footer_top .section_inner .pagetop a {
  display: block;
  width: 100%;
}

.footer .footer_top .section_inner .pagetop img {
  width: 100%;
  height: auto;
}

.footer .footer_bottom {
  background-color: #006837;
}

.footer .footer_bottom .section_inner .copyright {
  margin: 0;
  padding: 0;
  padding: 20px 0 36px 0;
  text-align: center;
  color: #FFF;
}

/* 768-960 */
/* 960-1140 */
/* 1140-1440 */
/*@import "slidemenu";		//スライドメニュー*/
/* セカンドページ用CSS
------------------------*/
.second {
  /* 共通 */
  /* メインイメージ */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

.second p {
  margin: 0;
  padding: 0;
}

.second p.p_pink_l {
  color: #83bd3f;
}

.second p span.s_strong_orange {
  font-weight: bold;
  color: #9396a7;
}

.second ul.ul_simple_circle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.second ul.ul_simple_circle > li {
  position: relative;
  padding: 0 0 0 1.2em;
}

.second ul.ul_simple_circle > li:before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(50%);
  content: "";
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8em;
  background-color: #83bd3f;
  border-radius: 100%;
}

.second ul.ul_simple_maru {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.second ul.ul_simple_maru > li {
  position: relative;
  padding: 0 0 0 1.2em;
}

.second ul.ul_simple_maru > li:before {
  content: "\25EF";
}

.second ul.ul_simple_kakko_cnt {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.second ul.ul_simple_kakko_cnt > li {
  margin-left: 1.6em;
  text-indent: -1.6em;
  counter-increment: cnt;
}

.second ul.ul_simple_kakko_cnt > li:before {
  display: marker;
  content: counter(cnt) "）";
}

.second ul.ul_mark_notice {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.second ul.ul_mark_notice li {
  margin-left: 1em;
  text-indent: -1em;
}

.second ul.ul_mark_notice li:before {
  display: marker;
  content: "\203B";
}

.second ul.ul_notice {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.second ul.ul_notice > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.second ul.ul_notice > li:before {
  content: "\203B";
  margin-right: 0.2em;
}

.second ul.ul_normal_number {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.second ul.ul_normal_number > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  counter-increment: cnt;
}

.second ul.ul_normal_number > li:before {
  display: marker;
  content: counter(cnt) "．";
}

.second ul.ul_notice_number {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.second ul.ul_notice_number > li {
  counter-increment: cnt;
  margin-left: 2em;
  text-indent: -2em;
}

.second ul.ul_notice_number > li:before {
  content: "※" counter(cnt) " ";
}

.second ul.ul_katakana {
  margin: 0;
  padding: 0;
  list-style-type: katakana;
}

.second ul.ul_katakana > li {
  padding-left: 1.5em;
}

.second ul.ul_katakana > li:before {
  display: none;
  content: "";
}

.second dl.dl_float {
  margin: 0;
  padding: 0;
}

.second dl.dl_float dt {
  margin: 0;
  padding: 0;
}

@media print, screen and (max-width: 960px) {
  .second p.p_green_l {
    font-size: 16px;
  }
  .second .page_image {
    margin-bottom: 20px;
  }
  .second .column_2_wrap .column {
    margin-bottom: 10px;
  }
  .second .column_2_wrap .column img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 960px) {
  .second dl {
    font-size: 15px;
  }
  .second dl.dl_float dt {
    clear: left;
    width: 10em;
    float: left;
    margin-bottom: 1em;
  }
  .second dl.dl_float dd {
    margin-left: 10em;
    margin-bottom: 1em;
  }
  .second ul {
    font-size: 15px;
  }
  .second p {
    font-size: 15px;
  }
  .second p.p_green_l {
    font-size: 24px;
  }
  .second .page_image {
    width: 660px;
    height: 230px;
    margin-bottom: 80px;
  }
}

.second .second_content_top_img {
  width: 100%;
}

.second .second_content_top_img img {
  width: 100%;
  height: auto;
}

.second .movieArea {
  margin-bottom: 10px;
}

.second .movieArea img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 960px) {
  .second .second_content_top_img {
    display: none;
  }
  .second .movieArea {
    background-image: url(../img/common/main_mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 400px;
  }
}

/* トップページ用CSS
------------------------*/
#top {
  /* コンテンツ */
  /* メインイメージ */
  /* 新着情報 */
  /* セカンドコンテンツ */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#top .bx-wrapper {
  margin-bottom: 80px;
}

#top .bx-wrapper .bx-pager.bx-default-pager a {
  width: 50px;
  height: 7px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #006837;
}

#top .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #000;
}

#top .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
}

#top .main {
  position: relative;
  margin-bottom: 60px;
}

#top .main .mainImage {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top .main .mainImage li img {
  width: 100%;
  height: auto;
}

#top .main .main_logo {
  position: absolute;
  width: 100px;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#top .main .main_logo img {
  width: 100%;
  height: auto;
}

#top .main .main_desc {
  position: absolute;
  width: 190px;
  height: 190px;
  top: 19%;
  right: 20%;
}

#top .main .main_desc img {
  width: 100%;
  height: auto;
}

#top .main .main_title {
  font-family: "Ryumin Light KL";
  color: #FFF;
  font-size: 25px;
  position: absolute;
  bottom: 10%;
  transform: translateX(-50%);
  left: 50%;
}

#top .main .scroll_btn {
  position: absolute;
  width: 74px;
  height: 50px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

#top .main .scroll_btn a {
  display: block;
}

#top .main .scroll_btn a img {
  width: 100%;
  height: auto;
}

#top .content_news .coming_soon_wrap {
  width: 700px;
  margin: 0 auto 50px auto;
  background-color: #006837;
  /*background-color: rgba(0, 104, 55, 0.8);*/
  color: #FFF;
  padding: 10px;
}

#top .content_news .coming_soon_wrap .coming_soon_inner {
  border: 1px solid #FFF;
  padding: 15px;
}

#top .content_news .coming_soon_wrap .coming_soon_inner h2 {
  margin: 0;
  margin-bottom: .5em;
  text-align: center;
}

#top .content_news .coming_soon_wrap .coming_soon_inner p {
  margin: 0;
  font-size: 18px;
}

#top .content_news .content_hd {
  text-align: center;
  margin-bottom: 50px;
}

#top .content_news .content_hd h2 {
  font-size: 30px;
  font-family: "Ryumin Light KL";
  letter-spacing: .2em;
  color: #006837;
  margin: 0;
  padding: 0;
}

#top .content_news .content_hd p {
  overflow: hidden;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #9396a7;
  margin: 0;
}

#top .content_news .content_hd p span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

#top .content_news .content_hd p span:before, #top .content_news .content_hd p span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 500%;
  height: 1px;
  background-color: #ccc;
}

#top .content_news .content_hd p span:before {
  right: 100%;
}

#top .content_news .content_hd p span:after {
  left: 100%;
}

#top .content_news .first_dl {
  margin-left: 105px;
  margin-right: 105px;
  margin-bottom: 1em;
  border-bottom: dashed 1px #c9cad3;
}

#top .content_news .first_dl:after {
  content: "";
  display: block;
  clear: both;
}

#top .content_news .first_dl > dt {
  float: left;
  width: 10em;
}

#top .content_news .first_dl > dd {
  margin-left: 11em;
}

#top .content_news .first_dl .second_dl > dt {
  float: left;
  width: 6.5em;
}

#top .content_news .first_dl .second_dl > dt .icon {
  font-size: 90%;
  line-height: 1;
  padding: 3px 10px;
  color: #FFF;
}

#top .content_news .first_dl .second_dl > dt .icon.information {
  background-color: #83bd3f;
}

#top .content_news .first_dl .second_dl > dt .icon.event {
  background-color: #e65a24;
}

#top .content_news .first_dl .second_dl > dd {
  margin-left: 6.5em;
}

#top .content_news .first_dl .second_dl > dd h1 {
  margin: 0;
  font-size: 14px;
  margin-bottom: .5em;
}

#top .content_news .first_dl .second_dl > dd h1 a {
  color: #006837;
}

#top .content_news .first_dl .second_dl > dd p {
  margin: 0;
}

#top .content_news .first_dl .second_dl > dd p.link a {
  color: #231815;
}

#top .content_news .first_dl .second_dl > dd p.link a:before {
  content: ">";
  margin-right: 5px;
}

#top .second_content:after {
  content: "";
  display: block;
  clear: both;
}

#top .second_content .second_content_top_img {
  width: 100%;
  height: auto;
}

#top .second_content .second_content_inner {
  background-image: url(../img/top/second_bg_repeat.png);
  background-color: #cce1d7;
  background-repeat: repeat;
  background-position: top left;
  padding-top: 70px;
  padding-bottom: 60px;
  /* 施設のご案内 */
}

#top .second_content .second_content_inner .second_content_box_wrap {
  position: relative;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box {
  position: absolute;
  width: 440px;
  height: 390px;
  transform: translateY(-50%);
  top: 50%;
  box-sizing: border-box;
  padding: 40px;
  color: #FFF;
  transition: all 1s;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box:hover {
  opacity: .6;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box h1 {
  font-family: "Ryumin Light KL";
  font-size: 30px;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box .h1_p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  line-height: inherit;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box .h1_p:after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box h2 {
  font-size: 14px;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box p {
  line-height: 2em;
}

#top .second_content .second_content_inner .second_content_box_wrap .second_content_box .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  cursor: pointer;
  top: 0;
  left: 0;
}

#top .second_content .second_content_inner .second_content_box_wrap figure {
  margin: 0;
  padding: 0;
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
}

#top .second_content .second_content_inner .content_information {
  margin-bottom: 40px;
}

#top .second_content .second_content_inner .content_information figure {
  background-image: url(../img/top/second_img01.jpg);
  margin-left: 30%;
  background-position: center left;
}

#top .second_content .second_content_inner .content_information .content_information_inner .second_content_box {
  background-color: rgba(0, 104, 55, 0.8);
  left: 20%;
}

#top .second_content .second_content_inner .content_event figure {
  background-image: url(../img/top/second_img02.jpg);
  margin-right: 30%;
  background-position: center right;
}

#top .second_content .second_content_inner .content_event .content_event_inner .second_content_box {
  background-color: rgba(207, 214, 33, 0.8);
  right: 20%;
}

@media print, screen and (max-width: 960px) {
  #top {
    /* メインイメージ */
    /* 新着情報 */
    /* セカンドコンテンツ */
  }
  #top .bx-wrapper {
    margin-bottom: 60px;
  }
  #top .movieArea {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-image: url(../img/top/mainimage/01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 60px;
  }
  #top .movieArea .contentTitle {
    height: 100%;
    position: relative;
    background-repeat: repeat;
  }
  #top .movieArea .contentTitle .main_logo {
    display: none;
  }
  #top .movieArea .contentTitle .main_desc {
    position: absolute;
    width: 30vw;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
  }
  #top .movieArea .contentTitle .main_desc img {
    width: 100%;
    height: auto;
  }
  #top .movieArea .contentTitle .scroll_btn {
    position: absolute;
    width: 74px;
    height: 50px;
    bottom: -13px;
    left: 50%;
    z-index: 9000;
    transform: translateX(-50%);
  }
  #top .movieArea .contentTitle .scroll_btn a {
    display: block;
  }
  #top .movieArea .contentTitle .scroll_btn a img {
    width: 100%;
    height: auto;
  }
  #top .content_news {
    padding-left: 20px;
    padding-right: 20px;
  }
  #top .content_news .coming_soon_wrap {
    width: 100%;
    /*background-color: rgba(0, 104, 55, 0.8);*/
    color: #FFF;
  }
  #top .content_news .coming_soon_wrap .coming_soon_inner p {
    font-size: 15px;
  }
  #top .content_news .renewal {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #top .content_news .renewal img {
    width: 100%;
    height: auto;
  }
  #top .content_news .content_hd h2 {
    font-size: 24px;
  }
  #top .content_news .first_dl {
    margin-left: 0;
    margin-right: 0;
  }
  #top .content_news .first_dl > dt {
    float: none;
    width: auto;
  }
  #top .content_news .first_dl > dd {
    margin-left: 0;
  }
  #top .content_news .continue_btn {
    margin: 40px 70px;
    background-color: #83bd3f;
    display: block;
    line-height: 3em;
    text-align: center;
    transition: all 1s;
    cursor: pointer;
    color: #FFF;
  }
  #top .content_news .continue_btn:hover {
    opacity: .6;
  }
  #top .content_news .continue_btn i {
    margin-left: 5px;
  }
  #top .content_news #continue_box {
    display: none;
  }
  #top .second_content .second_content_top_img {
    display: none;
  }
  #top .second_content .second_content_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #top .second_content .second_content_inner .second_content_box_wrap .second_content_box {
    width: 85vw;
    height: 85vw;
    padding: 20px;
  }
  #top .second_content .second_content_inner .second_content_box_wrap .second_content_box h1 {
    margin-top: 10px;
    font-size: 24px;
  }
  #top .second_content .second_content_inner .second_content_box_wrap .second_content_box .h1_p {
    margin-bottom: 10px;
  }
  #top .second_content .second_content_inner .second_content_box_wrap .second_content_box p {
    line-height: 1.6em;
  }
  #top .second_content .second_content_inner .second_content_box_wrap figure {
    height: calc(80vw + 80px);
  }
  #top .second_content .second_content_inner .content_information .content_information_inner .second_content_box {
    left: 0;
  }
  #top .second_content .second_content_inner .content_event .content_event_inner .second_content_box {
    right: 0;
  }
}

@media (min-width: 960px) and (max-width: 960px) {
  #top .main .main_logo {
    width: 70px;
    top: 25%;
  }
  #top .main .main_title {
    bottom: 5%;
    font-size: 20px;
  }
}

@media (min-width: 960px) and (max-width: 1140px) {
  #top .main .main_logo {
    width: 70px;
    top: 25%;
  }
  #top .main .main_title {
    bottom: 5%;
    font-size: 20px;
  }
}

@media (min-width: 1140px) and (max-width: 1440px) {
  #top .main .main_title {
    bottom: 5%;
  }
}

@media (min-width: 1440px) {
  #top .main .main_title {
    bottom: 10%;
  }
}

@media (min-width: 960px) {
  #top {
    /* 新着情報 */
  }
  #top .content_news .renewal {
    width: 820px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px;
    box-shadow: 0px 0px 6px 3px #ededed;
    box-sizing: border-box;
  }
  #top .content_news .renewal img {
    width: 100%;
    height: auto;
  }
}

/* 施設案内ページ用CSS
------------------------*/
#information {
  /* 施設案内一覧 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#information .header .header_inner .nav .nav_information a:after {
  width: 100%;
}

#information .content_information_list {
  padding-bottom: 60px;
}

#information .content_information_list .content_hd {
  text-align: center;
  margin-bottom: 50px;
}

#information .content_information_list .content_hd h1 {
  font-size: 30px;
  font-family: "Ryumin Light KL";
  letter-spacing: .2em;
  color: #006837;
  margin: 0;
  padding: 0;
}

#information .content_information_list .content_hd p {
  overflow: hidden;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #9396a7;
  margin: 0;
}

#information .content_information_list .content_hd p span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

#information .content_information_list .content_hd p span:before, #information .content_information_list .content_hd p span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 600%;
  height: 1px;
  background-color: #ccc;
}

#information .content_information_list .content_hd p span:before {
  right: 100%;
}

#information .content_information_list .content_hd p span:after {
  left: 100%;
}

#information .content_information_list .content_hd_bottom {
  margin-bottom: 50px;
}

#information .content_information_list .content_hd_bottom .desc {
  font-size: 28px;
  font-family: "Ryumin Light KL";
  margin-bottom: 15px;
}

#information .content_information_list .column_wrap {
  display: flex;
  justify-content: space-between;
}

#information .content_information_list .column_wrap .column img {
  width: 100%;
  height: auto;
}

#information .content_information_list .column_wrap .column h3 {
  font-size: 20px;
}

#information .content_information_list .column_wrap .column .btn a {
  background-color: #83bd3f;
  display: block;
  line-height: 3em;
  text-align: center;
  color: #FFF;
  transition: all 1s;
}

#information .content_information_list .column_wrap .column .btn a:hover {
  opacity: .6;
}

#information .content_information_list .column_two_wrap {
  margin-bottom: 40px;
}

#information .content_information_list .column_two_wrap .column {
  width: 460px;
}

#information .content_information_list .column_two_wrap .column .btn {
  width: 50%;
}

#information .content_information_list .column_three_wrap .column {
  width: 294px;
}

#information .content_information_list .column_three_wrap .column .btn {
  width: 70%;
}

@media print, screen and (max-width: 960px) {
  #information .content_information_list .content_hd h2 {
    font-size: 24px;
  }
  #information .content_information_list .content_hd_bottom {
    margin-bottom: 50px;
  }
  #information .content_information_list .content_hd_bottom .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #information .content_information_list {
    padding-left: 35px;
    padding-right: 35px;
  }
  #information .content_information_list .column_wrap {
    display: block;
  }
  #information .content_information_list .column_wrap .column {
    margin-bottom: 40px;
  }
  #information .content_information_list .column_wrap .column:last-child {
    margin-bottom: 0;
  }
  #information .content_information_list .column_two_wrap .column {
    width: 100%;
  }
  #information .content_information_list .column_two_wrap .column .btn {
    width: 70%;
  }
  #information .content_information_list .column_three_wrap .column {
    width: 100%;
  }
  #information .content_information_list .column_three_wrap .column .btn {
    width: 70%;
  }
}

#information_detail {
  /* 施設案内 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#information_detail .header .header_inner .nav .nav_information a:after {
  width: 100%;
}

#information_detail .bx-wrapper {
  margin-bottom: 20px;
}

#information_detail .bx-viewport {
  padding: 0;
  box-shadow: none;
  border: none 0px #FFF;
  left: 0;
}

#information_detail .bx-caption {
  display: none;
}

#information_detail .bx-pager a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#information_detail .bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#information_detail .bx-pager a {
  overflow: hidden;
}

#information_detail .bx-pager a img {
  height: 60px;
  width: auto;
}

#information_detail #sliderBox li img {
  width: 100%;
  height: auto;
}

#information_detail .sliderBoxWrap {
  margin-bottom: 50px;
}

#information_detail .content_information_detail {
  margin-bottom: 200px;
}

#information_detail .content_information_detail:after {
  content: "";
  display: block;
  clear: both;
}

#information_detail .content_information_detail .content_information_detail_left {
  float: left;
  width: 730px;
}

#information_detail .content_information_detail .content_information_detail_left .content_information_detail_h1 {
  font-family: "Ryumin Light KL";
  font-size: 40px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 50px;
}

#information_detail .content_information_detail .content_information_detail_left .desc {
  font-size: 28px;
  font-family: "Ryumin Light KL";
  margin-bottom: 50px;
}

#information_detail .content_information_detail .content_information_detail_left .content_hd_bottom {
  margin-bottom: 50px;
}

#information_detail .content_information_detail .content_information_detail_left .copy {
  margin-bottom: 50px;
}

#information_detail .content_information_detail .side_menu {
  float: right;
  width: 190px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}

#information_detail .content_information_detail .side_menu h3 {
  color: #006837;
  font-size: 16px;
  margin: 0;
  padding: 20px 0 20px 20px;
}

#information_detail .content_information_detail .side_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#information_detail .content_information_detail .side_menu ul li a {
  display: block;
  color: #231815;
  padding: 20px;
}

#information_detail .content_information_detail .side_menu ul li a:before {
  content: "\30FB";
  color: #006837;
}

#information_detail .content_information_detail .side_menu ul li:nth-child(odd) {
  background-color: #f3f8ec;
}

#information_detail .content_information_detail .institution_info table {
  font-size: 16px;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#information_detail .content_information_detail .institution_info table th,
#information_detail .content_information_detail .institution_info table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#information_detail .content_information_detail .institution_info table th {
  background-color: #f5f5f5;
}

#information_detail .content_information_detail .institution_info table th.cell-center {
  text-align: center;
}

#information_detail .content_information_detail .institution_info table td.cell-center {
  text-align: center;
}

#information_detail .content_information_detail .institution_info table td ul.ul_no_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#information_detail .content_information_detail .institution_info table td ul.ul_no_list li dl {
  margin: 0;
}

#information_detail .content_information_detail .institution_info table td ul.ul_no_list li dl dt {
  clear: left;
  width: 6em;
  float: left;
}

#information_detail .content_information_detail .institution_info table td ul.ul_no_list li dl dd {
  margin-left: 6em;
}

#information_detail .content_information_detail .institution_info table td .ul_simple_maru > li > .ul_no_list {
  margin-left: 1em;
}

#information_detail .content_information_detail_guide {
  margin-bottom: 20px;
}

#information_detail .content_information_detail_guide:after {
  content: "";
  display: block;
  clear: both;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_h2 {
  font-family: "Ryumin Light KL";
  font-size: 30px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 80px;
}

#information_detail .content_information_detail_guide .left {
  float: left;
  width: 46%;
}

#information_detail .content_information_detail_guide .right {
  float: right;
  width: 46%;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box {
  margin-bottom: 40px;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box:last-child {
  margin-bottom: 0;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box.border_dotted {
  padding-bottom: 40px;
  border-bottom: dotted 2px #c1c1c1;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box .content_information_detail_guide_box_inner {
  padding-left: 40px;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box table {
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box table th,
#information_detail .content_information_detail_guide .content_information_detail_guide_box table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box table th {
  background-color: #f5f5f5;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box table th.cell-center {
  text-align: center;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box table td.cell-center {
  text-align: center;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box h3 {
  font-size: 24px;
  font-family: "Ryumin Light KL";
  color: #006837;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box h3:before {
  content: "";
  width: .7em;
  height: .7em;
  margin: 0 10px;
  display: inline-block;
  transform: rotate(45deg);
  background: #006837;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box .download_link {
  margin-top: 2em;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box .download_link a {
  display: block;
  background-color: #e65a24;
  padding: 20px;
  color: #FFF;
  background-image: url(../img/common/icon_download.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  text-align: center;
  padding-left: 30px;
}

#information_detail .content_information_detail_guide .content_information_detail_guide_box .ul_bold {
  font-weight: bold;
  font-size: 120%;
}

#information_detail .content_information_detail_contact {
  margin-top: 60px;
}

#information_detail .content_information_detail_contact table {
  width: 70%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#information_detail .content_information_detail_contact table th,
#information_detail .content_information_detail_contact table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#information_detail .content_information_detail_contact table th {
  background-color: #f5f5f5;
  font-size: 24px;
  font-family: "Ryumin Light KL";
}

#information_detail .content_information_detail_contact table th.cell-center {
  text-align: center;
}

#information_detail .content_information_detail_contact table td {
  padding: 20px 40px;
}

#information_detail .content_information_detail_contact table td.cell-center {
  text-align: center;
}

#information_detail .content_information_detail_contact table td h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: .5em;
}

#information_detail .content_information_detail_contact table td dl {
  margin-bottom: 0;
}

#information_detail .content_information_detail_contact table td dl:after {
  content: "";
  display: block;
  clear: both;
}

#information_detail .content_information_detail_contact table td dl dt {
  clear: left;
  float: left;
  width: 4em;
}

#information_detail .content_information_detail_contact table td dl dd {
  margin-left: 4em;
}

#information_detail .content_information_detail_list .content_information_detail_list_h2 {
  font-family: "Ryumin Light KL";
  font-size: 30px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 20px;
}

#information_detail .content_information_detail_list .content_information_detail_list_box {
  margin-bottom: 60px;
}

#information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap {
  margin-bottom: 30px;
}

#information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap:after {
  content: "";
  display: block;
  clear: both;
}

#information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column {
  float: left;
  width: 230px;
  margin-right: 20px;
}

#information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column:last-child {
  margin-right: 0;
}

#information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column img {
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 960px) {
  #information_detail .movieArea {
    background-image: url(../img/common/main_mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 400px;
  }
  #information_detail .bx-caption {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
  }
  #information_detail .content_information_detail {
    margin-bottom: 40px;
  }
  #information_detail .content_information_detail .content_information_detail_left {
    float: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  #information_detail .content_information_detail .content_information_detail_left .content_information_detail_h1 {
    font-size: 24px;
  }
  #information_detail .content_information_detail .content_information_detail_left .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #information_detail .content_information_detail .content_information_detail_left .content_hd_bottom {
    margin-bottom: 10px;
  }
  #information_detail .content_information_detail .side_menu {
    float: none;
    width: 100%;
    border-left-style: none;
    border-right-style: none;
  }
  #information_detail .content_information_detail_guide {
    padding-left: 10px;
    padding-right: 10px;
  }
  #information_detail .content_information_detail_guide .content_information_detail_guide_h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #information_detail .content_information_detail_guide .content_information_detail_guide_box .content_information_detail_guide_h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #information_detail .content_information_detail_guide .content_information_detail_guide_box:last-child {
    margin-bottom: 40px;
  }
  #information_detail .content_information_detail_guide .left {
    width: 100%;
    float: none;
  }
  #information_detail .content_information_detail_guide .right {
    width: 100%;
    float: none;
  }
  #information_detail .content_information_detail_contact {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #information_detail .content_information_detail_contact table {
    width: 100%;
  }
  #information_detail .content_information_detail_contact table tbody {
    display: block;
  }
  #information_detail .content_information_detail_contact table tr {
    display: block;
  }
  #information_detail .content_information_detail_contact table th {
    font-size: 18px;
    display: block;
  }
  #information_detail .content_information_detail_contact table td {
    padding: 10px;
    display: block;
  }
  #information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column {
    margin-bottom: 10px;
    width: 100%;
  }
  #information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column:last-child {
    margin-bottom: 0;
  }
  #information_detail .content_information_detail_list .content_information_detail_list_box .column_3_wrap .column img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 960px) {
  #information_detail .bx-caption {
    bottom: 10px;
    right: 10px;
  }
}

/* 行事案内ページ用CSS
------------------------*/
#event {
  /* 施設案内一覧 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
  /* PC */
}

#event .header .header_inner .nav .nav_event a:after {
  width: 100%;
}

#event .content_event_list {
  padding-bottom: 60px;
}

#event .content_event_list .content_hd {
  text-align: center;
  margin-bottom: 50px;
}

#event .content_event_list .content_hd h1 {
  font-size: 30px;
  font-family: "Ryumin Light KL";
  letter-spacing: .2em;
  color: #006837;
  margin: 0;
  padding: 0;
}

#event .content_event_list .content_hd p {
  overflow: hidden;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 17px;
  color: #9396a7;
  margin: 0;
}

#event .content_event_list .content_hd p span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

#event .content_event_list .content_hd p span:before, #event .content_event_list .content_hd p span:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 600%;
  height: 1px;
  background-color: #ccc;
}

#event .content_event_list .content_hd p span:before {
  right: 100%;
}

#event .content_event_list .content_hd p span:after {
  left: 100%;
}

#event .content_event_list .content_hd_bottom {
  margin-bottom: 50px;
}

#event .content_event_list .content_hd_bottom .desc {
  font-size: 28px;
  font-family: "Ryumin Light KL";
  margin-bottom: 15px;
}

#event .content_event_list .column_wrap {
  display: flex;
  justify-content: space-between;
}

#event .content_event_list .column_wrap .column {
  position: relative;
}

#event .content_event_list .column_wrap .column.continue {
  padding-bottom: 2em;
  transition: all 1s;
}

#event .content_event_list .column_wrap .column.continue:after {
  content: "\7D9A\304D\3092\898B\308B\FF1E";
  color: #83bd3f;
  position: absolute;
  right: 0;
  bottom: 0;
}

#event .content_event_list .column_wrap .column.continue:hover {
  opacity: .6;
}

#event .content_event_list .column_wrap .column .photo {
  position: relative;
  margin-bottom: 13px;
}

#event .content_event_list .column_wrap .column .photo .category_icon {
  position: absolute;
  bottom: -13px;
  display: block;
  right: 0;
  width: 100px;
  height: 26px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

#event .content_event_list .column_wrap .column .photo .category_icon.event {
  background-color: #e65a24;
}

#event .content_event_list .column_wrap .column .photo .category_icon.information {
  background-color: #83bd3f;
}

#event .content_event_list .column_wrap .column .photo img {
  width: 100%;
  height: auto;
}

#event .content_event_list .column_wrap .column .date {
  color: #83bd3f;
  font-size: 90%;
}

#event .content_event_list .column_wrap .column .link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#event .content_event_list .column_three_wrap {
  margin-bottom: 40px;
}

#event .content_event_list .column_three_wrap :last-child {
  margin-bottom: 0;
}

#event .content_event_list .column_three_wrap .column {
  width: 294px;
}

#event .content_event_list .column_three_wrap .column .btn {
  width: 70%;
}

@media print, screen and (max-width: 960px) {
  #event .content_event_list .content_hd h1 {
    font-size: 24px;
  }
  #event .content_event_list .content_hd_bottom {
    margin-bottom: 50px;
  }
  #event .content_event_list .content_hd_bottom .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #event .content_event_list {
    padding-left: 35px;
    padding-right: 35px;
  }
  #event .content_event_list .column_wrap {
    display: block;
  }
  #event .content_event_list .column_wrap .column {
    margin-bottom: 40px;
  }
  #event .content_event_list .column_wrap .column:last-child {
    margin-bottom: 0;
  }
  #event .content_event_list .column_three_wrap .column {
    width: 100%;
  }
}

@media (min-width: 960px) {
  #event .content_event_list .column_wrap .column .photo {
    height: 150px;
    max-height: 150px;
  }
}

#event_detail {
  /* 施設案内 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#event_detail .header .header_inner .nav .nav_event a:after {
  width: 100%;
}

#event_detail .bx-wrapper {
  margin-bottom: 20px;
}

#event_detail .bx-viewport {
  padding: 0;
  box-shadow: none;
  border: none 0px #FFF;
  left: 0;
}

#event_detail .bx-caption {
  display: none;
}

#event_detail .bx-pager a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#event_detail .bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#event_detail .bx-pager a {
  overflow: hidden;
}

#event_detail .bx-pager a img {
  height: 60px;
  width: auto;
}

#event_detail #sliderBox li img {
  width: 100%;
  height: auto;
}

#event_detail .sliderBoxWrap {
  margin-bottom: 50px;
}

#event_detail .content_event_detail {
  margin-bottom: 200px;
}

#event_detail .content_event_detail:after {
  content: "";
  display: block;
  clear: both;
}

#event_detail .content_event_detail .content_event_detail_h1 {
  font-family: "Ryumin Light KL";
  font-size: 40px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 50px;
}

#event_detail .content_event_detail .content_event_detail_inner .content_event_detail_inner_h2 {
  font-size: 30px;
  font-family: "Ryumin Light KL";
  margin-bottom: 50px;
}

#event_detail .content_event_detail .content_event_detail_inner p {
  margin-bottom: 1em;
}

#event_detail .content_event_detail .content_event_detail_inner p.mark {
  text-align: center;
}

#event_detail .content_event_detail .content_event_detail_inner .download_link {
  margin-top: 2em;
  width: 50%;
}

#event_detail .content_event_detail .content_event_detail_inner .download_link a {
  display: block;
  background-color: #e65a24;
  padding: 20px;
  color: #FFF;
  background-image: url(../img/common/icon_download.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  text-align: center;
  padding-left: 30px;
  transition: all 1s;
}

#event_detail .content_event_detail .content_event_detail_inner .download_link a:hover {
  opacity: .6;
}

@media print, screen and (max-width: 960px) {
  #event_detail .movieArea {
    background-image: url(../img/common/main_mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 400px;
  }
  #event_detail .bx-caption {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
  }
  #event_detail .content_event_detail {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #event_detail .content_event_detail .content_event_detail_h1 {
    font-size: 24px;
  }
  #event_detail .content_event_detail .content_event_detail_inner .content_event_detail_inner_h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #event_detail .content_event_detail .content_event_detail_inner .download_link {
    width: 100%;
  }
  #event_detail .content_event_detail .content_event_detail_inner dl.dl_float dt {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #f3f8ec;
    font-weight: bold;
    padding: 10px;
  }
  #event_detail .content_event_detail .content_event_detail_inner dl.dl_float dt:first-child {
    border-top: 1px solid #f5f5f5;
  }
  #event_detail .content_event_detail .content_event_detail_inner dl.dl_float dd {
    margin: 0;
    padding: 10px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
}

@media (min-width: 960px) {
  #event_detail .bx-caption {
    bottom: 10px;
    right: 10px;
  }
  #event_detail .content_event_detail .content_event_detail_inner dl.dl_float dt {
    width: 20em;
  }
  #event_detail .content_event_detail .content_event_detail_inner dl.dl_float dd {
    margin-left: 20em;
  }
}

/* ご利用案内ページ用CSS
------------------------*/
#user_guide {
  /* 施設案内 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#user_guide .header .header_inner .nav .nav_user_guide a:after {
  width: 100%;
}

#user_guide .bx-wrapper {
  margin-bottom: 20px;
}

#user_guide .bx-viewport {
  padding: 0;
  box-shadow: none;
  border: none 0px #FFF;
  left: 0;
}

#user_guide .bx-caption {
  display: none;
}

#user_guide .bx-pager a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#user_guide .bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#user_guide .bx-pager a {
  overflow: hidden;
}

#user_guide .bx-pager a img {
  height: 60px;
  width: auto;
}

#user_guide #sliderBox li img {
  width: 100%;
  height: auto;
}

#user_guide .sliderBoxWrap {
  margin-bottom: 50px;
}

#user_guide .content_user_guide {
  margin-bottom: 20px;
  /*
	.left {
		float: left;
		width: 46%;
	}
	.right {
		float: right;
		width: 46%;
	}
	*/
}

#user_guide .content_user_guide:after {
  content: "";
  display: block;
  clear: both;
}

#user_guide .content_user_guide .content_hd_bottom {
  margin-bottom: 50px;
  margin-left: 40px;
}

#user_guide .content_user_guide .content_hd_bottom .desc {
  font-size: 28px;
  font-family: "Ryumin Light KL";
  margin-bottom: 15px;
}

#user_guide .content_user_guide .content_user_guide_h1 {
  font-family: "Ryumin Light KL";
  font-size: 40px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 50px;
}

#user_guide .content_user_guide .content_user_guide_h2 {
  font-family: "Ryumin Light KL";
  font-size: 30px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 30px;
}

#user_guide .content_user_guide .business_hours dl:after {
  content: "";
  display: block;
  clear: both;
}

#user_guide .content_user_guide .business_hours dl dt {
  clear: left;
  width: 4em;
  float: left;
}

#user_guide .content_user_guide .business_hours dl dd {
  margin-left: 4em;
}

#user_guide .content_user_guide .left {
  margin-bottom: 40px;
}

#user_guide .content_user_guide .content_user_guide_box {
  margin-bottom: 40px;
}

#user_guide .content_user_guide .content_user_guide_box:last-child {
  margin-bottom: 0;
}

#user_guide .content_user_guide .content_user_guide_box.border_dotted {
  padding-bottom: 40px;
  border-bottom: dotted 2px #c1c1c1;
}

#user_guide .content_user_guide .content_user_guide_box .content_user_guide_box_inner {
  padding-left: 40px;
}

#user_guide .content_user_guide .content_user_guide_box table {
  width: 80%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#user_guide .content_user_guide .content_user_guide_box table th,
#user_guide .content_user_guide .content_user_guide_box table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#user_guide .content_user_guide .content_user_guide_box table th {
  background-color: #f5f5f5;
}

#user_guide .content_user_guide .content_user_guide_box table th.cell-center {
  text-align: center;
}

#user_guide .content_user_guide .content_user_guide_box table th.cell-right {
  text-align: right;
}

#user_guide .content_user_guide .content_user_guide_box table td.cell-center {
  text-align: center;
}

#user_guide .content_user_guide .content_user_guide_box table td.cell-right {
  text-align: right;
}

#user_guide .content_user_guide .content_user_guide_box h3 {
  font-size: 24px;
  font-family: "Ryumin Light KL";
  color: #006837;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#user_guide .content_user_guide .content_user_guide_box h3:before {
  content: "";
  width: .7em;
  height: .7em;
  margin: 0 10px;
  display: inline-block;
  transform: rotate(45deg);
  background: #006837;
}

#user_guide .content_user_guide .content_user_guide_box h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

#user_guide .content_user_guide .content_user_guide_box .download_link {
  width: 70%;
  margin-top: 2em;
}

#user_guide .content_user_guide .content_user_guide_box .download_link a {
  display: block;
  background-color: #e65a24;
  padding: 20px;
  color: #FFF;
  background-image: url(../img/common/icon_download.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  text-align: center;
  padding-left: 30px;
  transition: all 1s;
}

#user_guide .content_user_guide .content_user_guide_box .download_link a:hover {
  opacity: .6;
}

#user_guide .content_user_guide .content_user_guide_box .ul_bold {
  font-weight: bold;
  font-size: 120%;
}

#user_guide .content_user_guide_contact {
  margin-top: 60px;
}

#user_guide .content_user_guide_contact table {
  width: 70%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#user_guide .content_user_guide_contact table th,
#user_guide .content_user_guide_contact table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#user_guide .content_user_guide_contact table th {
  background-color: #f5f5f5;
  font-size: 24px;
  font-family: "Ryumin Light KL";
}

#user_guide .content_user_guide_contact table th.cell-center {
  text-align: center;
}

#user_guide .content_user_guide_contact table td {
  padding: 20px 40px;
}

#user_guide .content_user_guide_contact table td.cell-center {
  text-align: center;
}

#user_guide .content_user_guide_contact table td h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: .5em;
}

#user_guide .content_user_guide_contact table td dl {
  margin-bottom: 0;
}

#user_guide .content_user_guide_contact table td dl:after {
  content: "";
  display: block;
  clear: both;
}

#user_guide .content_user_guide_contact table td dl dt {
  clear: left;
  float: left;
  width: 4em;
}

#user_guide .content_user_guide_contact table td dl dd {
  margin-left: 4em;
}

@media print, screen and (max-width: 960px) {
  #user_guide .movieArea {
    background-image: url(../img/common/main_mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 400px;
  }
  #user_guide .bx-caption {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
  }
  #user_guide .content_user_guide {
    padding-left: 10px;
    padding-right: 10px;
  }
  #user_guide .content_user_guide .content_user_guide_h1 {
    font-size: 24px;
  }
  #user_guide .content_user_guide .content_user_guide_h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #user_guide .content_user_guide .content_hd_bottom {
    margin-bottom: 50px;
    margin-left: 0px;
  }
  #user_guide .content_user_guide .content_hd_bottom .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #user_guide .content_user_guide .content_user_guide_box .content_user_guide_h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #user_guide .content_user_guide .content_user_guide_box:last-child {
    margin-bottom: 40px;
  }
  #user_guide .content_user_guide .content_user_guide_box .download_link {
    width: 100%;
  }
  #user_guide .content_user_guide .content_user_guide_box table {
    width: 100%;
  }
  #user_guide .content_user_guide .content_user_guide_box .content_user_guide_box_inner {
    padding-left: 0px;
  }
  #user_guide .content_user_guide .left {
    width: 100%;
    float: none;
  }
  #user_guide .content_user_guide .right {
    width: 100%;
    float: none;
  }
  #user_guide .content_user_guide_contact {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #user_guide .content_user_guide_contact table {
    width: 100%;
  }
  #user_guide .content_user_guide_contact table tbody {
    display: block;
  }
  #user_guide .content_user_guide_contact table tr {
    display: block;
  }
  #user_guide .content_user_guide_contact table th {
    font-size: 18px;
    display: block;
  }
  #user_guide .content_user_guide_contact table td {
    padding: 10px;
    display: block;
  }
}

@media (min-width: 960px) {
  #user_guide .bx-caption {
    bottom: 10px;
    right: 10px;
  }
}

/* サイトマップ用CSS
------------------------*/
#sitemap {
  /* 施設案内 */
  /* 768以下 */
  /* 768以上 */
  /* 768-960 */
  /* 960-1140 */
  /* 1140-1440 */
}

#sitemap .content_sitemap {
  margin-bottom: 20px;
  /*
	.left {
		float: left;
		width: 46%;
	}
	.right {
		float: right;
		width: 46%;
	}
	*/
}

#sitemap .content_sitemap:after {
  content: "";
  display: block;
  clear: both;
}

#sitemap .content_sitemap .content_sitemap_h1 {
  font-family: "Ryumin Light KL";
  font-size: 40px;
  border-bottom: solid #9396a7 1px;
  color: #006837;
  margin: 0;
  margin-bottom: 50px;
}

#sitemap .content_sitemap .content_sitemap_inner {
  margin-bottom: 60px;
}

#sitemap .content_sitemap .content_sitemap_inner .content_sitemap_h2 {
  font-family: "Ryumin Light KL";
  font-size: 24px;
  border-bottom: solid #006837 1px;
  margin: 0;
  margin-bottom: 20px;
}

#sitemap .content_sitemap .content_sitemap_inner .ul_content_sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sitemap .content_sitemap .content_sitemap_inner .ul_content_sitemap li {
  font-size: 120%;
  display: inline-block;
  margin-left: 2em;
}

#sitemap .content_sitemap .content_sitemap_inner .ul_content_sitemap li a {
  color: #231815;
}

#sitemap .content_sitemap .content_sitemap_inner .ul_content_sitemap li a i {
  margin-right: 5px;
  color: #9396a7;
}

#sitemap .content_sitemap .left {
  margin-bottom: 40px;
}

#sitemap .content_sitemap .content_sitemap_box {
  margin-bottom: 40px;
}

#sitemap .content_sitemap .content_sitemap_box:last-child {
  margin-bottom: 0;
}

#sitemap .content_sitemap .content_sitemap_box.border_dotted {
  padding-bottom: 40px;
  border-bottom: dotted 2px #c1c1c1;
}

#sitemap .content_sitemap .content_sitemap_box .content_sitemap_box_inner {
  padding-left: 40px;
}

#sitemap .content_sitemap .content_sitemap_box table {
  width: 80%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#sitemap .content_sitemap .content_sitemap_box table th,
#sitemap .content_sitemap .content_sitemap_box table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#sitemap .content_sitemap .content_sitemap_box table th {
  background-color: #f5f5f5;
}

#sitemap .content_sitemap .content_sitemap_box table th.cell-center {
  text-align: center;
}

#sitemap .content_sitemap .content_sitemap_box table td.cell-center {
  text-align: center;
}

#sitemap .content_sitemap .content_sitemap_box h3 {
  font-size: 24px;
  font-family: "Ryumin Light KL";
  color: #006837;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

#sitemap .content_sitemap .content_sitemap_box h3:before {
  content: "";
  width: .7em;
  height: .7em;
  margin: 0 10px;
  display: inline-block;
  transform: rotate(45deg);
  background: #006837;
}

#sitemap .content_sitemap .content_sitemap_box h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: -0.5em;
}

#sitemap .content_sitemap .content_sitemap_box .download_link {
  width: 70%;
  margin-top: 2em;
}

#sitemap .content_sitemap .content_sitemap_box .download_link a {
  display: block;
  background-color: #e65a24;
  padding: 20px;
  color: #FFF;
  background-image: url(../img/information/icon_download.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
  text-align: center;
  padding-left: 30px;
  transition: all 1s;
}

#sitemap .content_sitemap .content_sitemap_box .download_link a:hover {
  opacity: .6;
}

#sitemap .content_sitemap .content_sitemap_box .ul_bold {
  font-weight: bold;
  font-size: 120%;
}

#sitemap .content_sitemap_contact {
  margin-top: 60px;
}

#sitemap .content_sitemap_contact table {
  width: 70%;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
}

#sitemap .content_sitemap_contact table th,
#sitemap .content_sitemap_contact table td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  padding: 10px;
}

#sitemap .content_sitemap_contact table th {
  background-color: #f5f5f5;
  font-size: 24px;
  font-family: "Ryumin Light KL";
}

#sitemap .content_sitemap_contact table th.cell-center {
  text-align: center;
}

#sitemap .content_sitemap_contact table td {
  padding: 20px 40px;
}

#sitemap .content_sitemap_contact table td.cell-center {
  text-align: center;
}

#sitemap .content_sitemap_contact table td h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1em;
  margin-left: .5em;
}

#sitemap .content_sitemap_contact table td dl {
  margin-bottom: 0;
}

#sitemap .content_sitemap_contact table td dl:after {
  content: "";
  display: block;
  clear: both;
}

#sitemap .content_sitemap_contact table td dl dt {
  clear: left;
  float: left;
  width: 4em;
}

#sitemap .content_sitemap_contact table td dl dd {
  margin-left: 4em;
}

@media print, screen and (max-width: 960px) {
  #sitemap .movieArea {
    background-image: url(../img/common/main_mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    max-height: 400px;
  }
  #sitemap .bx-caption {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
  }
  #sitemap .content_sitemap {
    padding-left: 10px;
    padding-right: 10px;
  }
  #sitemap .content_sitemap .content_sitemap_h1 {
    font-size: 24px;
  }
  #sitemap .content_sitemap .content_sitemap_h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #sitemap .content_sitemap .content_sitemap_box .content_sitemap_h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #sitemap .content_sitemap .content_sitemap_box:last-child {
    margin-bottom: 40px;
  }
  #sitemap .content_sitemap .content_sitemap_box .download_link {
    width: 100%;
  }
  #sitemap .content_sitemap .left {
    width: 100%;
    float: none;
  }
  #sitemap .content_sitemap .right {
    width: 100%;
    float: none;
  }
  #sitemap .content_sitemap_contact {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #sitemap .content_sitemap_contact table {
    width: 100%;
  }
  #sitemap .content_sitemap_contact table tbody {
    display: block;
  }
  #sitemap .content_sitemap_contact table tr {
    display: block;
  }
  #sitemap .content_sitemap_contact table th {
    font-size: 18px;
    display: block;
  }
  #sitemap .content_sitemap_contact table td {
    padding: 10px;
    display: block;
  }
}

@media (min-width: 960px) {
  #sitemap .bx-caption {
    bottom: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=base.css.map */