@charset "UTF-8";
/* CSS Document */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  width: 100%;
  min-width: 1140px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', 'Open Sans', Arial, Verdana, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #333;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  /*text-align: justify;
	text-justify: inter-ideograph;*/
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

@supports (-ms-ime-align: auto) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}


/* =========================================================
共通
========================================================= */
.wp-caption {
  width: auto !important;
  max-width: 100%;
}

#wrapper {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

#contentsWrap {
  padding: 0 0 0;
}

#contents {
  /* padding: 10px;
	background: #f0f0f0; */
}

#contents section {
  margin: 0 0 10px;
  background: #fff;
  padding: 100px 0;
}

#contents section:last-child {
  margin: 0;
}

#contents .post {
  padding: 0 0 80px;
  margin: 0;
}

#contents .post:last-child {
  padding: 0;
}

#contents section .inner {
  width: 1140px;
  margin: 0 auto;
}

#contents section>p {
  margin-bottom: 15px;
}

/* #contents section .inner > p {
	margin-bottom: 15px;
} */
/*.eng {
	font-family: 'Roboto Condensed', sans-serif;
}*/
.pcHide {
  display: none;
}

.spHide {
  display: block;
}

/* wordpressオリジナル設定 */
.has-huge-font-size,
.has-larger-font-size {
  font-size: 42px !important;
}

.has-large-font-size {
  font-size: 36px !important;
}

.has-medium-font-size {
  font-size: 20px !important;
}

.has-small-font-size {
  font-size: 13px !important;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn_calendar {
  margin: 0 20px 0 0;
}

.btn a {
  display: flex;
  width: 400px;
  height: 60px;
  border-radius: 10px;
  background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 5px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  box-shadow: 0px 1px 0 1px #ddd;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn a:hover {
  background: #a0ca76 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 5px auto;
}

.btn.btn_calendar a {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #aa50aa;
}

.btn.btn_calendar a:hover {
  background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
  background-position: right 10px center, left 15px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 5px auto, 22px auto;
  background-color: #c188c2;
}

.btn.wh a {
  display: flex;
  width: 400px;
  height: 60px;
  border: 2px solid #9bd0ed;
  border-radius: 5px;
  background: url('../../images/shared/arrow_left_yellowgreen.png') right 10px center no-repeat;
  background-size: 5px auto;
  color: #9bd0ed;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}



/* 下層ページのリード文 */
.leadCenter {
  text-align: center;
  margin: 0 0 75px;
}

/* ページ最後のお問い合わせボタンの手前のテキスト */
.toContact {
  text-align: center;
  margin: 0 0 50px;
}

/* =========================================================
header
========================================================= */
#header {
  box-sizing: border-box;
  width: 100%;
  min-width: 1000px;
  background-color: #fff;
}

#header .headTop {
  margin: 25px 0 0;
  padding: 0 0 25px;
  border-bottom: solid 1px #ccc;
  position: relative;
  transition: margin 0.2s ease, padding 0.2s ease;
}

#header .headTopInner {
  width: calc(100% - 60px);
  margin: 0 auto;
}

#header .headTop .logo {
  float: left;
  width: 255px;
  padding: 14px 0 0 0;
}

#header .headTop .logo img {
  width: 100%;
}

#header .headTop .rightBox {
  width: calc(100% - 285px);
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .headTop .rightBox ul:last-child {
  margin: 0 0 0 0px;
}

#header .headTop .rightBox ul li {
  float: left;
  margin: 0 15px 0 0;
}

#header .headTop .rightBox ul li a {
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#header .headTop .rightBox ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#header .headTop .rightBox ul li a img {
  width: 40px;
  height: auto;
}

/*#header .headTop .rightBox ul li.access a {
	display: flex;
	width: 140px;
	height: 36px;
	border: 2px solid #9bd0ed;
	border-radius: 5px;
	background: url('../../images/shared/arrow_left_yellowgreen.png') right 10px center no-repeat;
	background-size: 7px auto;
	color: #9bd0ed;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}*/
#header .headTop .rightBox ul li.access a {
  display: flex;
  width: 140px;
  height: 36px;
  border: 2px solid #9bd0ed;
  border-radius: 5px;
  background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 7px auto;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

#header .headTop .rightBox ul li.contact a {
  display: flex;
  width: 140px;
  height: 36px;
  border: 2px solid #9bd0ed;
  border-radius: 5px;
  background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 7px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
}


#header.fixed .headTop {
  margin: 15px 0 0;
  padding: 0 0 15px;
}

#header.fixed #nav {
  margin: 15px auto 0;
}



/* 検索アイコンモーダル */
.searchBox {
  padding: 30px 0;
  text-align: center;
}

.searchBox .search-field {
  width: 80%;
  padding: 1em;
  font-size: 1.8rem;
}

.searchBox .submit {
  vertical-align: middle;
  width: 40px;
  height: auto;
  margin: 0 0 0 1em;
}


/* モーダル本体 */
.search_modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.search_modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.search_modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* 変更 */
  max-width: 1000px;
  /* 追加 */
  max-height: 90%;
  /* 変更 */
  overflow: hidden;
  /* 変更 */
  padding: 10% 0;
}

/* モーダルを閉じるボタン */
.search_modal__close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
  border-radius: 999px;
}

.search_modal__close:hover {
  opacity: .6;
}

.search_modal__close:before,
.search_modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.search_modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.search_modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* =========================================================
navWrap
========================================================= */
#navWrap {
  min-width: 1000px;
  width: calc(100% - 285px);
  z-index: 1000;
  float: right;
}

#navWrap .navWrapInner {
  float: right;
}

#nav {
  margin: 25px auto 0;
  /* position: relative; */
  transition: margin 0.1s ease;
}

#nav::after {
  content: "";
  display: block;
  clear: both;
}

#nav .navBox {
  box-sizing: border-box;
  border-right: 1px solid #fff;
  /* position: relative; */
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  float: left;
}

#nav .navBox .cate>a {
  /* position: relative; */
  cursor: pointer;
  /* z-index: 2; */
}

#nav .navBox .cate img {
  vertical-align: middle;
  margin: 0 0 2px;
}

#nav .navBox a {
  display: block;
  padding: 0 1em;
}

/* #nav .navBox:hover:before {
	content:"";
	width: 100%;
	height: 3px;
	display: inline-block;
	background: #dcb41e;
	position: absolute;
	bottom: 0;
	left: 0;
} */

/*下層メニュー*/
#nav .navBox .subCate {
  position: absolute;
  /* top: 114px; */
  width: 100vw;
  left: 0;
  /* width: 250px; */
  color: #655121;
  background: #9bd0ed;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /* display: flex; */
  /* justify-content: flex-end; */
  /* flex-wrap: wrap; */
  padding: 20px 0 20px 300px;
  box-sizing: border-box;
  text-align: right;
}

#nav .navBox:hover .subCate {
  /* top: 114px; */
  min-width: 1060px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#nav .navBox .subCate li {
  display: inline-block;
  margin: 0 2.5em 0 0;
  text-align: left;
  /* width: calc(22% - 10px); */
  background-color: #9bd0ed;
  /* position: relative;
	text-align: left; */
}

#nav .navBox:last-of-type .subCate {
  left: auto;
  right: -1px;
}

#nav .navBox .subCate li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background: url(../../images/shared/arrow_left_wh.png) no-repeat center left 5px;
  background-size: 6px auto;
  padding: 8px 30px 8px 20px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}

#nav .navBox .subCate li a:hover {
  color: #fff;
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#nav .navBox .subCate li.nav_blank a {
  background: url(../../images/shared/ico_blank_wh.png) no-repeat center left 5px;
  background-size: 10px auto;
}

#nav .navBox .subCate li.catTit {
  position: absolute;
  width: auto;
  cursor: none;
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.5em 1em;
}


/* =========================================================
お問い合わせ
========================================================= */
#contents #contactArea {
  padding: 50px 0;
}

#contents #contactArea .contactBtn {
  width: 500px;
  margin: 0 auto;
}

#contents #contactArea .contactBtn a {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  background-color: #333;
  background: #333 url(../../images/shared/arrow_left_wh.png) no-repeat center right 20px;
  background-size: 10px auto;
  padding: 26px 40px;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

/*#contents #contactArea .contactBtn a:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}*/
#contents #contactArea .contactBtn a:hover {
  color: #fff;
  background: #333 url(../../images/shared/arrow_left_wh.png) right 20px center no-repeat;
  background-size: 10px auto;
}


/* =========================================================
footer
========================================================= */
.footer_icons {
  margin: 0 0 60px;
}

.footer_icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_icons ul li {
  text-align: center;
  width: 130px;
}

.footer_icons ul li a {
  font-size: 15px;
  transition: opacity 0.3s ease;
}

.footer_icons ul li a:hover {
  opacity: 0.7;
}

.footer_icons ul li img {
  width: 70px;
}


#footer {
  box-sizing: border-box;
  width: 100%;
  clear: both;
  background: #333;
  padding: 50px 0 0;
}

#footer #pageTop {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#footer #pageTop img {
  width: 60px;
  height: 60px;
}

#footer #pageTop:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#footer .footerInner {
  width: 1000px;
  margin: 0 auto;
}

#footer .footerInner a {
  text-decoration: underline;
}

#footer .footerInner a:hover {
  text-decoration: none;
}

#footer .logo {
  text-align: center;
  margin: 0 auto 50px;
  width: 260px;
}

#footer .logo img {
  width: 100%;
}

#footer .information {
  margin: 0 0 50px;
}

#footer .information .parkInfo {
  float: left;
  padding: 10px 40px 10px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  height: 136px;
}

#footer .information .managerInfo {
  border-right: solid 1px #fff;
  padding: 10px 40px 10px;
  float: none;
  width: auto;
  overflow: hidden;
}

#footer .information .parkInfo .ttl,
#footer .information .managerInfo .ttl {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 5px;
}

#footer .information ul li {
  color: #fff;
}

#footer .information ul li a {
  color: #fff;
}

#footer .managerInfo dt {
  color: #fff;
  font-size: 14px;
  float: left;
}

#footer .managerInfo dd {
  float: left;
}

#footer .managerInfo dd a {
  color: #fff;
  font-size: 14px;
}

#footer .managerInfo dd li {
  float: left;
}

#footer .managerInfo dd li:after {
  content: "/";
  padding: 0 5px;
}

#footer .managerInfo dd li:last-child:after {
  content: none;
}


#footer .relateLink dt {
  background: #333;
  margin: 0 1px 0 0;
  float: left;
  width: 108px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 15px 0 15px;
}

#footer .relateLink dd {
  background: #333;
  overflow: hidden;
  width: auto;
  padding: 15px 20px;
}

#footer .relateLink dd ul {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

#footer .relateLink dd li {
  float: left;
}

#footer .relateLink dd li:after {
  content: "｜";
  color: #fff;
}

#footer .relateLink dd li:last-child:after {
  content: none;
}

#footer .relateLink dd li a {
  color: #fff;
}

#footer .relateLink dd .other {
  float: right;
}

#footer .relateLink dd .other a {
  color: #fff;
}

#footer .relateLink dd .other a:after {
  content: "";
  background: url(../../images/shared/arrow_left_wh.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  display: inline-block;
  margin: 0 0 0 8px;
  vertical-align: middle;
}

#footer .bannerArea {
  text-align: center;
  padding: 50px 0 0 0;
}

#footer .bannerArea ul {
  display: inline-block;
}

#footer .bannerArea ul li {
  display: inline-block;
  width: 404px;
  border: 2px solid #fff;
  margin: 6px;
}

#footer .bannerArea ul li a:hover img {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

#footer .bannerArea ul li img {
  width: 100%;
}


#footer .bottomArea {
  background: #333;
  margin: 50px 0 0;
  padding: 15px 0;
}

#footer .bottomArea p {
  color: #fff;
  font-size: 11px;
  text-align: center;
}

#footer .footerInner .parkInfo dt {
  color: #fff;
}

/* =========================================================
topicPath
========================================================= */
#topicPath {
  width: 100%;
  padding: 12px 0 14px;
  margin: 0;
  background: #f5f5f5;
}

#topicPath ul {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.3;
}

#topicPath ul li {
  font-size: 14px;
  line-height: 1.2;
  display: inline;
}

#topicPath ul li a {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

#topicPath ul li a:hover {
  text-decoration: underline;
}

#topicPath ul li::before {
  content: '>';
  font-size: 14px;
  position: relative;
  top: 0;
  margin: 0 5px;
  text-decoration: none;
}

#topicPath ul li:first-child::before {
  content: none;
}

#topicPath ul li:last-child {
  color: #2f88b9;
}

#topicPath ul li:last-child::before {
  color: #000;
}



/* =========================================================
見出し
========================================================= */
/*--------------------------------------
　pageTitWrap
---------------------------------------*/
.pageTitWrap {
  width: 100%;
  height: 200px;
  background: url('../../images/shared/bg_subpage_titwrap.jpg') center no-repeat;
  background-size: cover;
  /*margin: 15px 0 0;*/
  padding: 30px 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pageTitWrap .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
}

.pageTitWrap h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 1.2;

}


/*--------------------------------------
　h3
---------------------------------------*/
.h3Area {
  position: relative;
  text-align: center;
  margin: 0 0 60px;
}

.h3Area h3 {
  display: block;
  font-family: "Oswald";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #9bd0ed;
  margin: 8px 0 0;
}

.h3Area .jpn {
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
}



/*--------------------------------------
　h4
---------------------------------------*/
.h4Area {
  padding: 20px 10px 20px 10px;
  position: relative;
  margin: 0 0 40px;
}

.h4Area:before {
  content: "";
  background: url(../../images/shared/dot_h3.png) repeat-x;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.h4Area:after {
  content: "";
  background: url(../../images/shared/dot_h3.png) repeat-x;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.h4Area h4 {
  font-size: 26px;
  font-weight: 500;
  border-left: solid 5px #9bd0ed;
  letter-spacing: 0.1em;
  padding: 3px 0 5px 20px;
  display: inline-block;
  line-height: 1.2;
}

.h4Area span {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 0 20px;
  letter-spacing: 0.1em;
}


.sTtl {
  font-size: 22px;
  font-weight: 500;
  border-bottom: solid 3px #ddd;
  padding: 0 10px 10px 10px;
  position: relative;
  line-height: 1.3;
  margin: 0 0 35px;
}

.sTtl:before {
  content: "";
  width: 100px;
  height: 3px;
  background: #006450;
  position: absolute;
  bottom: -3px;
  left: 0;
}

/* =========================================================
下層共通
========================================================= */
/*--------------------------------------
table
---------------------------------------*/
.tableVer01 {
  width: 100%;
}

.tableVer01 tr {
  display: block;
  background: url(../../images/shared/dot_gray.png) repeat-x top left;
  padding: 10px 0;
}

.tableVer01 tr:last-child {
  display: block;
  background: url(../../images/shared/dot_gray.png) repeat-x top left,
    url(../../images/shared/dot_gray.png) repeat-x bottom left;
}

.tableVer01 th {
  width: 300px;
  background: #f0f5f0;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  vertical-align: top;
}

.tableVer01 td {
  padding: 15px 20px;
  vertical-align: middle;
}



/*--------------------------------------
アンカーリンク（目次）
---------------------------------------*/
#contents #anchorLink {
  padding: 30px 0;
}

#contents #anchorLink ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

#contents #anchorLink ul li {
  /*float: left;*/
  width: 485px;
  margin: 0 30px 0 0;
}

#contents #anchorLink ul li:last-child {
  margin: 0;
}

#contents #anchorLink ul li a {
  border: solid 2px #000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.3;
  display: table;
  width: 100%;
  padding: 15px 50px 15px 30px;
  background: url(../../images/shared/arrow_down_bl.png) no-repeat center right 20px;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#contents #anchorLink ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#contents #anchorLink ul li a span {
  display: table-cell;
  vertical-align: middle;
}

#contents #anchorLink ul li.arrow_left a {
  background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 13px !important;
  background-size: 7px auto !important;
}




/* =========================================================
ボタン
========================================================= */
/*--------------------------------------
　dtlBtn（黒枠）
---------------------------------------*/
.dtlBtn {
  margin: 50px 0 0;
}

.dtlBtn a {
  width: 250px;
  border: solid 2px #000;
  text-align: center;
  display: block;
  font-weight: 500;
  background: url(../../images/shared/arrow_left_bl.png) #fff no-repeat center right 12px;
  background-size: 6px auto;
  padding: 10px 30px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-decoration: none !important;
  color: #000 !important;
  /*font-size: 14px !important;*/
}

.dtlBtn a:hover {
  color: #fff !important;
  background: url(../../images/shared/arrow_left_wh.png) right 12px center no-repeat #000;
  background-size: 6px auto;
  border: solid 2px #000;
}

.blank a {
  background: url(../../images/shared/ico_blank.png) #fff no-repeat center right 12px;
  background-size: auto;
}

.blank a:hover {
  color: #fff;
  background: url(../../images/shared/ico_blank_wh.png) right 12px center no-repeat #000;
  background-size: auto;
  border: solid 2px #000;
}

/*--------------------------------------
　PDF
---------------------------------------*/
.pdf {
  float: right;
}

.pdf a {
  background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 12px,
    url(../../images/shared/ico_pdf.png) no-repeat center left 12px;
  background-size: 6px auto, auto;
  display: block;
}

.pdf a:hover {
  color: #fff;
  background: url(../../images/shared/arrow_left_wh.png) no-repeat right 12px center,
    url(../../images/shared/ico_pdf.png) no-repeat center left 12px;
  background-size: 6px auto, auto;
  background-color: #000;
  border: solid 2px #000;
}

.blank a {
  background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 12px,
    url(../../images/shared/ico_blank.png) no-repeat center left 12px;
  background-size: 6px auto, auto;
  display: block;
}

.blank a:hover {
  color: #fff;
  background: url(../../images/shared/arrow_left_wh.png) no-repeat right 12px center,
    url(../../images/shared/ico_blank.png) no-repeat center left 12px;
  background-size: 6px auto, auto;
  background-color: #000;
  border: solid 2px #000;
}


/*--------------------------------------
　more
---------------------------------------*/
.more {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.more a {
  display: flex;
  width: 320px;
  height: 60px;
  border-radius: 10px;
  background: #333 url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
  background-size: 5px auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 0 auto;
  box-shadow: 0px 1px 0 1px #ddd;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.more a:hover {
  opacity: 0.7;
}

/* =========================================================
ボックス
========================================================= */
.grayBox {
  background: #f0f5f0;
  padding: 35px 30px;
}



/* =========================================================
news
========================================================= */
.articleList {}

/*.articleList .scroll {
	max-height: 210px;
	min-height: 100px;
}*/
.articleList ul li {
  border-bottom: 1px solid #d5d5d5;
}

.articleList ul li a {
  display: block;
  padding: 22px 10px;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.articleList ul li:first-child a {
  padding: 15px 10px 25px;
}

.articleList ul li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.articleList dl {
  display: block;
}

.articleList dl::after {
  content: "";
  display: block;
  clear: both;
}

.articleList dl dt {
  width: 170px;
  margin-right: 30px;
  float: left;
  color: #000;
}

.articleList dl dt::after {
  content: "";
  display: block;
  clear: both;
}

.articleList dl dt img {
  width: 100%;
  height: auto;
}

.articleList dl dd {
  width: auto;
  overflow: hidden;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}

.articleList dl .date {
  font-size: 16px;
  font-weight: bold;
  float: left;
}

.articleList dl .new {
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #c81e50;
  width: 60px;
  font-size: 13px;
  padding: 3px 5px;
  margin: 3px 0 0;
  float: right;
}

/* =========================================================
list common parts
========================================================= */
.listConts {
  border-top: 1px dotted #333;
}

.listConts .listBox {
  width: 100%;
  padding: 30px 0;
  display: flex;
  border-bottom: 1px dotted #333;
}

/* .listConts .listBox:nth-child(2n) {
	margin: 0 0 30px 0;
} */
/*.listConts .listBox:nth-last-child(2) {
	margin: 0 30px 0 0;
}*/
.listConts .listBox:last-child {
  margin: 0;
}

.listConts .listBox .photo {
  position: relative;
  width: 400px;
  height: 248px;
  overflow: hidden;
  text-align: center;
}

.listConts .listBox .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*width: auto;
	height: 100%;*/
  /* max-width: 120%;
	max-height: 120%; */
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  height: auto;
}

.listConts .listBox .detail {
  width: 690px;
  padding: 0 0 0 50px;
}

.listConts .iconArea {
  margin: 0 0 14px;
}

.listConts .iconArea span {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 6px;
  margin: 0 10px 0 0;
  background: #C78A3C;
}

.listConts .iconArea span.rain_do {
  background: #3c96c8;
}

.listConts .iconArea span.rain_cancel {
  background: #394247;
}

.listConts .iconArea span.rain_light {
  background: #497F9C;
}

.listConts .iconArea span.theday_reception {
  background: #E25B61;
}


.listConts .listBox .date {
  font-size: 14px;
  margin: 0 0 20px;
}

.listConts .listBox .ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px;
}

.listConts .listBox .txt {
  font-size: 16px;
  margin: 0 0 30px;
}

.listConts .listBox .txt>* {
  font-size: 16px;
}

.listConts .more {
  margin: 0 0 0 auto;
}




/* =========================================================
pager
========================================================= */
.pager {
  margin: 80px auto 0;
  display: table;
}

.pager .page-numbers {
  float: left;
  border: solid 1px #9bd0ed;
  color: #9bd0ed;
  font-weight: 500;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 6px 6px 0;
  display: block;
  padding: 6px 0 0;
  line-height: 1;
}

.pager a.page-numbers {
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.pager a.page-numbers:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.pager .page-numbers:last-child {
  margin: 0;
}

.pager .current {
  background: #9bd0ed;
  color: #fff;
  border-color: #548aa7;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #548aa7 !important;
}

.pager .dots {
  border: none;
  color: #9bd0ed;
  width: auto;
}

.pager .prev {
  background: #f0f5f0 url(../../images/shared/arrow_pager_prev.png) no-repeat top 50% left 46%;
}

.pager .next {
  background: #f0f5f0 url(../../images/shared/arrow_pager_next.png) no-repeat top 50% left 50%;
}

.pager .first {
  width: 60px;
  background: #f0f5f0 url(../../images/shared/arrow_pager_prev.png) no-repeat top 50% left 8px;
  padding: 6px 0 0 12px;
}

.pager .last {
  width: 60px;
  background: #f0f5f0 url(../../images/shared/arrow_pager_next.png) no-repeat top 50% right 8px;
  padding: 6px 12px 0 0;
}

/* =========================================================
 Q&A
========================================================= */
.qa ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
}

.qa ul li {
  flex-basis: calc(25% - 20px);
  border: 2px solid #d26464;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

.qa ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #d26464;
  font-weight: bold;
  text-align: center;
}

.qa ul li.active {
  background: #d26464;
}

.qa ul li.active a {
  color: #fff;
}

.qa dl {
  border: 1px solid #d5d5d5;
  margin: 0 0 30px;
}

.qa dl dt,
.qa dl dd {
  width: 100%;
  margin: 0;
  float: none;
  color: #333;
  padding: 40px 50px 40px 88px;
  position: relative;
}

.qa dl dt {
  background: url('../../images/qa/ico_q.png') 30px 34px no-repeat;
  background-size: 40px;
  cursor: pointer;
}

.qa dl dd {
  border-top: 1px solid #d5d5d5;
  background: #fafafa url('../../images/qa/ico_a.png') 30px 34px no-repeat;
  background-size: 40px;
  display: none;
}

.qa dl dt .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.qa dl dt .icon:before,
.qa dl dt .icon:after {
  content: '';
  position: absolute;
  background-color: #333;
  transition: transform 0.3s ease;
}

.qa dl dt .icon:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.qa dl dt .icon:after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.qa dl dt.active .icon:after {
  transform: rotate(90deg);
}

.qa dl dd .btn {
  margin: 20px 0 0 0;
}

.qa .toContact {
  margin: 50px 0;
}



/* =========================================================
その他
========================================================= */
.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}


/*////////// color //////////*/
.red {
  color: #c81e50 !important;
}

.green {
  color: #006450 !important;
}


/*////////// 設定 //////////*/
.noBorder {
  border: none !important;
}

a.disabled {
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}

.bold,
.bold a {
  font-weight: bold;
  line-height: inherit;
}

.alignCenter {
  text-align: center !important;
}

.alignLeft {
  text-align: left !important;
}

.alignRight {
  text-align: right !important;
}

.font10 {
  font-size: 1.0rem;
}

.font11 {
  font-size: 1.1rem;
}

.font12 {
  font-size: 1.2rem;
}

.font13 {
  font-size: 1.3rem;
}

.font14 {
  font-size: 1.4rem;
}

.font15 {
  font-size: 1.5rem;
}

.font16 {
  font-size: 1.6rem;
}

.font17 {
  font-size: 1.7rem;
}

.font18 {
  font-size: 1.8rem;
}

.font19 {
  font-size: 1.9rem;
}

.font20 {
  font-size: 2.0rem;
}

.font21 {
  font-size: 2.1rem;
}

.font22 {
  font-size: 2.2rem;
}

.font23 {
  font-size: 2.3rem;
}

.font24 {
  font-size: 2.4rem;
}

.font25 {
  font-size: 2.5rem;
}

.font26 {
  font-size: 2.6rem;
}

.font27 {
  font-size: 2.7rem;
}

.font28 {
  font-size: 2.8rem;
}

.font29 {
  font-size: 2.9rem;
}

.font30 {
  font-size: 3.0rem;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}





/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

PCサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 769px) {

  /* =========================================================
共通
========================================================= */
  .pcClass {
    display: block;
  }

  .spClass {
    display: none;
  }

  .pc_none {
    display: none;
  }

}





/* //////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////

SPサイトcss

////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 768px) {

  /* =========================================================
共通
========================================================= */
  body {
    min-width: 100%;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  img {
    max-width: 100%;
    max-width: 100%;
  }

  #wrapper {
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
  }

  #contentsWrap {
    padding: 0;
  }

  #contents section {
    padding: 50px 4%;
    box-sizing: border-box;
  }

  #contents section:last-child {}

  #contents .post {
    padding: 0 0 40px;
  }

  #contents section .inner {
    width: 100%;
    max-width: 100% !important;
  }

  #contents section>p {
    margin-bottom: 10px;
  }

  /* #contents section .inner > p {
	margin-bottom: 10px;
} */
  .pcHide {
    display: block;
  }

  .spHide {
    display: none;
  }

  .sp_none {
    display: none;
  }

  .btn a {
    display: flex;
    width: 90%;
    height: 60px;
    border-radius: 10px;
    background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    box-shadow: 0px 1px 0 1px #ddd;
  }

  .btn a:hover {
    background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
  }

  .btn.btn_calendar a {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  .btn.btn_calendar a:hover {
    background-image: url('../../images/shared/arrow_left_wh.png'), url('../../images/shared/ico_btn_calendar.png');
    background-position: right 10px center, left 15px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 5px auto, 22px auto;
    background-color: #aa50aa;
  }

  /* 下層ページのリード文 */
  .leadCenter {
    text-align: center;
    margin: 0 0 35px;
  }

  /* ページ最後のお問い合わせボタンの手前のテキスト */
  .toContact {
    text-align: center;
    margin: 0 0 30px;
  }

  /* =========================================================
header
========================================================= */
  #header {
    min-width: initial;
    min-width: auto;
  }

  #header .headTop {
    display: block;
    width: 100%;
    background: #fff;
    padding: 0;
    border: none;
    margin: 0;
  }

  #header .headTopInner {
    width: 100%;
    margin: 0 auto;
  }

  #header .headTop .logoArea {
    border-bottom: solid 1px #ccc;
  }

  #header .headTop .logoArea:after {
    content: "";
    display: block;
    clear: both;
  }

  #header .headTop .logo {
    padding: 16px 3%;
  }

  #header .headTop .logo img {
    max-width: 312px;
    width: 65%;
    min-width: 160px;
  }

  #header .headTop .rightBox {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 13px 3%;
    float: none;
    justify-content: space-between;
  }

  #header .headTop .rightBox ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: none;
    display: flex;
  }

  #header .headTop .rightBox ul:last-child {
    margin: 0;
    justify-content: end;
  }

  #header .headTop .rightBox ul li {
    margin: 0 0 0 4%;
    float: none;
    width: 36px;
  }

  #header .headTop .rightBox ul li:first-child {
    margin: 0;
  }

  #header .headTop .rightBox ul li a {
    display: block;
  }

  #header .headTop .rightBox ul a:hover {
    opacity: 1;
  }

  #header .headTop .rightBox ul li a img {
    width: 100%;
    height: auto;
  }

  #header .headTop .rightBox ul .blog {
    width: 85px;
    margin: 0 3% 0 0;
  }

  #header .headTop .rightBox ul .blog a {
    background: #006450 url(../../images/shared/ico_blog.png) no-repeat center left 10px;
    background-size: 15px auto;
    padding: 3% 0 1% 30%;
    width: 100%;
    height: 30px;
    font-size: 13px;
    display: block;
    text-align: center;
  }

  #header .headTop .rightBox ul li.access {
    width: calc(88% - 36px);
    margin: 0 0 0 3%;
  }

  #header .headTop .rightBox ul li.contact {
    width: calc(48% - 36px);
  }

  #header .headTop .rightBox ul li.access a,
  #header .headTop .rightBox ul li.contact a {
    width: 100%;
    font-size: 13px;
  }

  #header .headTop .rightBox ul li img {
    width: 30px;
  }

  #header .headTop .rightBox ul .facebook {
    width: 30px;
    height: 30px;
  }

  #header .headTop .rightBox ul .facebook a:hover {
    opacity: 1;
  }

  #header .headTop .rightBox ul .search {
    border-left: none;
    padding: 0;
    width: 54%;
    float: right;
    position: absolute;
    right: 0;
  }

  #header .headTop .rightBox ul .search form {
    float: right;
  }

  #header .headTop .rightBox ul .search input {
    width: 130px;
    height: 30px;
    padding: 2px;
    font-size: 16px;
    line-height: 1.2;
  }

  #header .headTop .rightBox ul .search .submit {
    background: #000 url(../../images/shared/ico_search.png) no-repeat center;
    padding: 0;
  }


  /* 検索アイコンモーダル */
  /* モーダルを閉じるボタン */
  .search_modal__close {
    position: fixed;
    top: 70px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: rgba(50, 50, 50, 1);
    cursor: pointer;
    transition: opacity .6s;
    border: 1px solid #fff;
  }

  .search_modal__close:before,
  .search_modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background: #fff;
    content: '';
  }



  /* =========================================================
navWrap
========================================================= */
  /*--------------------------------------
　menuBtn
---------------------------------------*/
  #menuBtn {
    position: fixed;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    background: #000;
    background: url("../../images/shared/menu_open.png") center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 100000000;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  body.open #menuBtn {
    background: url("../../images/shared/menu_close.png") center no-repeat;
    background-size: 100%;
  }

  body.open {
    height: inherit !important;
  }



  /*--------------------------------------
　nav
---------------------------------------*/
  #navWrap {
    height: auto;
    background: transparent;
    border: none;
    margin: 0 auto;
  }

  #nav {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #9bd0ed;
    padding: 73px 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    display: none;
    margin: 0 auto 0;
  }

  #nav a {
    text-decoration: none;
  }

  /* 以下装飾など */
  #nav .navBox {
    float: none;
    border: none;
  }

  #nav .navBox:hover:before {
    content: none;
  }

  #nav .navBox:first-child {
    border-top: 2px solid #fff;
    overflow: hidden;
    border-left: none;
  }

  #nav .navBox .cate a {
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: url("../../images/shared/arrow_left_wh.png") right 14px center no-repeat #9bd0ed;
    background-size: 7px auto;
    padding: 1.5rem 3.5rem 1.5rem 4%;
    font-size: 1.6rem;
  }

  #nav .navBox .cate.collapsible a {
    background: url("../../images/shared/arrow_down_wh.png") right 13px center no-repeat #9bd0ed;
    background-size: 10px auto;
  }

  /* #nav .navBox .cate.collapsible .subCate li.nav_blank a {
	background: url(../../images/shared/ico_blank_wh.png) no-repeat center right 13px #333;
	background-size: 10px auto;
} */

  #nav .navBox .cate a br {
    display: none;
  }

  #nav .navBox .cate.open>a {
    background: url("../../images/shared/arrow_up_wh.png") right 13px center no-repeat;
    background-size: 10px auto;
  }

  #nav .navBox .cate {
    border-bottom: 2px solid #fff;
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
    text-align: left;
    cursor: none;
  }

  #nav .navBox .subCate {
    display: none;
    font-size: 12px;
    padding: 0;
    box-sizing: border-box;
    background: #9bd0ed;
    position: static;
    width: 100%;
    color: #fff;
    opacity: 1;
    visibility: visible;
    transition: none;
    min-width: unset;
  }

  #nav .navBox:hover .subCate {
    min-width: unset;
  }

  #nav .navBox .subCate li {
    float: none;
    border: none;
    width: 100%;
    display: block;
  }

  #nav .navBox .cate.collapsible .subCate li a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    background: url("../../images/shared/arrow_left_wh.png") right 15px center no-repeat #9abf76;
    background-size: 6px auto;
    /*border-bottom: 2px solid #fff;*/
    padding: 1.2rem 3.5rem 1.2rem 7%;
  }

  #nav .navBox .subCate li a:first-child {
    border-top: 2px solid #fff;
  }

  #nav .navBox .subCate li a:hover {
    opacity: 1;
  }

  #nav .navBox .subCate li.catTit {
    display: none;
  }


  /* =========================================================
お問い合わせ
========================================================= */
  #contents #contactArea {
    padding: 25px 0;
  }

  #contents #contactArea .contactBtn {
    width: 90%;
    margin: 0 auto;
  }

  #contents #contactArea .contactBtn a {
    font-size: 17px;
    background: url(../../images/shared/arrow_left_wh.png) no-repeat center right 15px;
    background-size: 7px auto;
    padding: 18px 30px;
  }

  #contents #contactArea .contactBtn a:hover {
    color: #fff;
    background: #333 url(../../images/shared/arrow_left_wh.png) no-repeat center right 15px;
    background-size: 7px auto;
  }

  /* =========================================================
footer
========================================================= */
  .footer_icons {
    margin: 0 0 30px;
    padding: 0 15px;
  }

  .footer_icons ul {
    justify-content: space-between;
  }

  .footer_icons ul li {
    width: 80px;
  }

  .footer_icons ul li a {
    font-size: 12px;
  }

  .footer_icons ul li img {
    width: 55px;
  }

  #footer {
    box-sizing: border-box;
    width: 100%;
    clear: both;
    padding: 25px 0 0;
  }

  #footer #pageTop {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 100;
  }

  #footer #pageTop img {
    width: 50px;
    height: 50px;
  }

  #footer #pageTop:hover {
    opacity: 1;
  }

  #footer .footerInner {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
  }

  #footer .footerInner a {
    text-decoration: none;
  }

  #footer .footerInner a:hover {
    text-decoration: none;
  }

  #footer .logo {
    text-align: center;
    margin: 0 0 25px;
    width: auto;
  }

  #footer .logo img {
    max-width: 260px;
    width: 70%;
  }

  #footer .information {
    margin: 0 0 25px;
  }

  #footer .information .parkInfo {
    float: none;
    padding: 0;
    border: none;
    height: auto;
    margin: 0 0 15px;
  }

  #footer .information .parkInfo .ttl,
  #footer .information .managerInfo .ttl {
    font-size: 15px;
    margin: 0 0 5px;
    padding: 0 0 3px;
    border-bottom: solid 1px #fff;
  }

  #footer .information .managerInfo {
    border: none;
    padding: 0;
    float: none;
    width: auto;
    overflow: hidden;
  }

  #footer .information ul li {
    font-size: 12px;
  }

  #footer .information ul li a {
    font-size: 12px;
  }

  #footer .information .managerInfo dt {
    font-size: 12px;
  }

  #footer .information .managerInfo dd {
    font-size: 12px;
    float: none;
    width: auto;
    overflow: hidden;
  }

  #footer .information .managerInfo dd a {
    font-size: 12px;
  }

  #footer .relateLink dt {
    margin: 0 0 1px;
    float: none;
    width: 100%;
    font-size: 13px;
    padding: 10px 15px;
    text-align: left;
  }

  #footer .relateLink dd {
    padding: 10px 15px;
    font-size: 12px;
  }

  #footer .relateLink dd ul {
    float: none;
    margin: 0 0 5px;
  }

  #footer .relateLink dd li {
    float: left;
  }

  #footer .relateLink dd li:last-child:after {
    content: none;
  }

  #footer .relateLink dd li a {
    font-size: 12px;
  }

  #footer .relateLink dd .other {
    float: right;
  }

  #footer .relateLink dd .other a {
    font-size: 12px;
  }

  #footer .relateLink dd .other a:after {
    content: "";
    background: url(../../images/shared/arrow_left_wh.png) no-repeat;
    background-size: 100%;
    width: 6px;
    height: 11px;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
  }

  #footer .bannerArea {
    padding: 25px 0 0 0;
  }

  #footer .bannerArea ul li {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    margin: 0 0 12px;
    box-sizing: border-box;
  }

  #footer .bannerArea ul li:last-child {
    margin: 0;
  }

  #footer .bottomArea {
    margin: 25px 0 0;
    padding: 10px 4%;
  }

  #footer .bottomArea p {
    font-size: 10px;
  }



  /* =========================================================
topicPath
========================================================= */
  #topicPath {
    width: 100%;
    padding: 15px 10px 15px 10px;
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: scroll;
    display: block;
  }

  #topicPath ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    white-space: nowrap;
  }

  #topicPath ul li {
    font-size: 1.2rem;
    line-height: 1;
    float: left;
  }

  #topicPath ul li:last-child {
    padding-right: 10px;
  }

  #topicPath ul li a {
    font-size: 12px;
    line-height: 1;
  }

  #topicPath ul li::before {
    content: '>';
    font-size: 12px;
    position: relative;
    margin: 0 5px;
    text-decoration: none;
  }

  #topicPath ul li:first-child::before {
    content: none;
  }



  /* =========================================================
見出し
========================================================= */
  /*--------------------------------------
　pageTitWrap
---------------------------------------*/
  .pageTitWrap {
    width: 100%;
    margin: 0;
    padding: 20px 10px 22px;
  }

  .pageTitWrap .inner {
    width: 100%;
  }

  .pageTitWrap h2 {
    font-size: 24px;
    text-align: center;
  }


  /*--------------------------------------
　h3
---------------------------------------*/
  .h3Area {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
  }

  .h3Area h3 {
    display: block;
    font-family: "Oswald";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #9bd0ed;
    margin: 8px 0 0;
  }

  .h3Area .jpn {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }


  /*--------------------------------------
　h4
---------------------------------------*/
  .h4Area {
    padding: 10px;
    margin: 0 0 20px;
  }

  .h4Area h4 {
    font-size: 18px;
    padding: 3px 0 3px 10px;
  }

  .h4Area span {
    font-size: 14px;
    margin: 0;
    display: block;
    padding: 5px 0 2px;
  }


  .sTtl {
    font-size: 16px;
    padding: 0 5px 8px 5px;
    position: relative;
    margin: 0 0 20px;
  }

  .sTtl:before {
    content: "";
    width: 50px;
    height: 3px;
  }



  /* =========================================================
下層共通
========================================================= */
  /*--------------------------------------
　table
---------------------------------------*/
  .tableVer01 {
    width: 100%;
    table-layout: fixed;
  }

  .tableVer01 tr {
    display: block;
    background: url(../../images/shared/dot_gray.png) repeat-x top left;
    padding: 15px 0;
  }

  .tableVer01 tr:last-child {
    display: block;
    background: url(../../images/shared/dot_gray.png) repeat-x top left,
      url(../../images/shared/dot_gray.png) repeat-x bottom left;
  }

  .tableVer01 th {
    width: 100%;
    display: block;
    letter-spacing: 0.05em;
    padding: 10px 15px;
  }

  .tableVer01 td {
    padding: 10px 0 0;
    display: block;
  }


  /*--------------------------------------
　アンカーリンク（目次）
---------------------------------------*/
  #contents #anchorLink {
    padding: 20px 4%;
  }

  #contents #anchorLink ul {
    width: 100%;
    display: block;
  }

  #contents #anchorLink ul li {
    float: none;
    width: 100%;
    margin: 0 0 6px;
  }

  #contents #anchorLink ul li:last-child {
    margin: 0;
  }

  #contents #anchorLink ul li a {
    font-size: 14px;
    padding: 10px 0;
    background: url(../../images/shared/arrow_down_bl.png) no-repeat center right 12px;
    background-size: 10px auto;
  }

  #contents #anchorLink ul li a:hover {
    opacity: 1;
  }

  #contents #anchorLink ul li.arrow_left a {
    background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 13px !important;
    background-size: 5px auto !important;
  }


  /* =========================================================
ボタン
========================================================= */
  /*--------------------------------------
　dtlBtn（黒枠）
---------------------------------------*/
  .dtlBtn {
    margin: 25px auto 0;
    width: 80%;
  }

  .dtlBtn a {
    width: 100%;
    background: url(../../images/shared/arrow_left_bl.png) #fff no-repeat center right 10px;
    background-size: 5px auto;
    padding: 10px 25px;
  }

  .dtlBtn a:hover {
    color: #000 !important;
    background: #fff url(../../images/shared/arrow_left_bl.png) no-repeat center right 10px;
    background-size: 5px auto;
  }

  .blank a {
    background: url(../../images/shared/ico_blank.png) #fff no-repeat center right 12px;
    background-size: 10px auto;
  }

  .blank a:hover {
    background: url(../../images/shared/ico_blank.png) #fff no-repeat center right 12px;
    background-size: 10px auto;
  }

  /*--------------------------------------
　PDF
---------------------------------------*/
  .pdf {
    float: right;
    width: 45%;
  }

  .pdf a {
    background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 10px,
      url(../../images/shared/ico_pdf.png) no-repeat center left 12px;
    background-size: 5px auto, 12px auto;
    display: block;
    font-size: 12px;
    padding: 5px 20px 5px 25px;
  }

  .pdf a:hover {
    background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 10px,
      url(../../images/shared/ico_pdf.png) no-repeat center left 12px;
    background-size: 5px auto, 12px auto;
    display: block;

  }

  .blank a {
    background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 10px,
      url(../../images/shared/ico_blank.png) no-repeat center left 12px;
    background-size: 5px auto, 12px auto;
    display: block;
    font-size: 12px;
    padding: 5px 20px 5px 25px;
  }

  .blank a:hover {
    background: url(../../images/shared/arrow_left_bl.png) no-repeat center right 10px,
      url(../../images/shared/ico_blank.png) no-repeat center left 12px;
    background-size: 5px auto, 12px auto;
    display: block;

  }


  /*--------------------------------------
　more
---------------------------------------*/
  .more {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .more a {
    display: flex;
    width: 90%;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin: 0 auto;
    box-shadow: 0px 1px 0 1px #ddd;
  }

  .more a:hover {
    background: #9bd0ed url('../../images/shared/arrow_left_wh.png') right 10px center no-repeat;
    background-size: 5px auto;
  }

  /* =========================================================
ボックス
========================================================= */
  .grayBox {
    padding: 20px;
  }

  /* =========================================================
list common parts
========================================================= */
  .listConts {
    border-top: 1px dotted #333;
  }

  .listConts .listBox {
    width: 100%;
    padding: 30px 0;
    display: block;
    border-bottom: 1px dotted #333;
  }

  /* .listConts .listBox:nth-child(2n) {
	padding: 30px 0;
} */
  /*.listConts .listBox:nth-last-child(2) {
	margin: 0 30px 0 0;
}*/

  .listConts .listBox:last-child {
    margin: 0;
  }

  .listConts .listBox .photo {
    position: relative;
    max-width: 100%;
    height: 248px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
  }

  .listConts .listBox .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: auto;
	height: 100%;*/
    /* max-width: 120%;
	max-height: 120%; */
    min-width: 100%;
    min-height: unset;
    max-width: 100%;
    height: auto;
  }

  .listConts .listBox .detail {
    width: 100%;
    padding: 0;
  }

  .listConts .iconArea {
    margin: 0 0 4px;
  }

  .listConts .iconArea span {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    background: #C78A3C;
  }

  .listConts .iconArea span.rain_do {
    background: #3c96c8;
  }

  .listConts .iconArea span.rain_cancel {
    background: #394247;
  }

  .listConts .iconArea span.rain_light {
    background: #497F9C;
  }

  .listConts .iconArea span.theday_reception {
    background: #E25B61;
  }


  .listConts .listBox .date {
    font-size: 14px;
    margin: 0 0 4px;
  }

  .listConts .listBox .ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 4px;
  }

  .listConts .listBox .txt {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .listConts .listBox .txt>* {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .listConts .more {
    margin: 0 auto;
  }



  /* =========================================================
news
========================================================= */
  .articleList {}

  /*.articleList .scroll {
	max-height: 220px;
	min-height: 100px;
}*/
  .articleList ul li {
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
  }

  .articleList ul li a {
    display: block;
    padding: 10px 0 15px;
    transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }

  .articleList ul li:first-child a {
    padding: 0 0 15px;
  }

  .articleList ul li a:hover {
    opacity: 1;
  }

  .articleList dl {
    display: block;
  }

  .articleList dl dt {
    width: 160px;
    margin-right: 0;
    float: none;
  }

  .articleList dl dt img {
    width: 100%;
    height: auto;
  }

  .articleList dl dd {
    width: auto;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
  }

  .articleList dl .date {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    float: left;
  }

  .articleList dl .new {
    width: 60px;
    font-size: 11px;
    padding: 3px 5px;
    margin: 3px 0 0;
    float: right;
  }


  /* =========================================================
pager
========================================================= */
  .pager {
    margin: 40px auto 0;
  }

  .pager .page-numbers {
    font-size: 13px;
    width: 28px;
    height: 28px;
    margin: 0 5px 5px 0;
    padding: 6px 0 0;
    line-height: 1;
  }

  .pager a.page-numbers {
    transition: none;
  }

  .pager a.page-numbers:hover {
    opacity: 1;
  }

  .pager .current {
    background: #006450;
    color: #fff;
  }

  .pager .dots {
    border: none;
    color: #006450;
    width: auto;
  }

  .pager .prev {
    background: #f0f5f0 url(../../images/shared/arrow_pager_prev.png) no-repeat top 50% left 46%;
  }

  .pager .next {
    background: #f0f5f0 url(../../images/shared/arrow_pager_next.png) no-repeat top 50% left 52%;
  }

  .pager .first {
    width: 56px;
    background: #f0f5f0 url(../../images/shared/arrow_pager_prev.png) no-repeat top 50% left 6px;
    padding: 6px 0 0 10px;
  }

  .pager .last {
    width: 56px;
    background: #f0f5f0 url(../../images/shared/arrow_pager_next.png) no-repeat top 50% right 6px;
    padding: 6px 10px 0 0;
  }

  /*--------------------------------------
    Q&A
---------------------------------------*/

  .qa ul li {
    flex-basis: calc(50% - 5px);
    margin: 0 0 10px;
  }

  .qa dl dt,
  .qa dl dd {
    padding: 10px 40px 10px 52px;
  }

  .qa dl dt {
    background: url('../../images/qa/ico_q.png') 10px 10px no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  .qa dl dd {
    border-top: 1px solid #d5d5d5;
    background: #fafafa url('../../images/qa/ico_a.png') 10px 10px no-repeat;
    background-size: 30px;
    display: none;
  }

  /* =========================================================
その他
========================================================= */

}