@charset "UTF-8";
/* Layout */
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.float-list li {
  float: left;
}

/* Base */
body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  color: #333333;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

a {
  color: #000;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}
a:link {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

a img {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  display: block;
}
a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=$alpha)";
}

/* Layout */
/*==============================
header
==============================*/
header {
  height: 60px;
}
header .logo {
  width: 183px;
  padding-top: 12px;
  padding-left: 7px;
}
header nav.slide_menu {
  display: block;
  background: #fff;
  width: 70%;
  position: fixed;
  top: 0;
  height: 100%;
  right: -70%;
  z-index: 9999;
}
header nav.slide_menu ul {
  position: relative;
  list-style: none;
}
header nav.slide_menu ul li {
  position: relative;
  border: 1px solid #ccc;
  height: 63px;
  padding: 20px 0 0 20px;
}
header nav.slide_menu ul li.open-menu {
  background: #fff url(assets/img/layout/navbtn.png) center no-repeat;
  background-size: 45px;
  width: 60px;
  height: 60px;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  left: -60px;
}
header nav.slide_menu ul li.open-menu:after {
  content: none;
}
header nav.slide_menu ul li a {
  color: #fff;
  display: block;
}
header nav.slide_menu ul li.close_menu {
  background: #fff url(assets/img/layout/navbtn.png) center no-repeat;
  background-size: 15px;
}
header nav.slide_menu ul li.topage {
  background-color: #EE253E;
}
header nav.slide_menu ul li.intro {
  background-color: #97CC34;
}
header nav.slide_menu ul li.event {
  background-color: #FF9C37;
}
header nav.slide_menu ul li.annai {
  background-color: #20BDE6;
}
header nav.slide_menu ul li.shisetu {
  background-color: #F47274;
}
header nav.slide_menu ul li.map {
  background-color: #f1cd2d;
}
header nav.slide_menu ul li.notice {
  background-color: #ff98c3;
}
header nav.slide_menu ul li.privacy {
  background-color: #949494;
}
header nav.slide_menu ul li.disaster a {
  color: #949494;
}

/*==============================
footer
==============================*/
footer {
  background-color: #fffae4;
  text-align: center;
}
footer ul.left li.logo a img {
  width: 50%;
  margin: 25px auto 0px;
  padding-top: 20px;
}
footer ul.left li.footer-address {
  padding: 22px;
  padding-top: 15px;
  text-align: center;
  font-size: 0.75rem;
}
footer ul.left li.tel-num {
  font-size: 1.5rem;
  font-weight: 700;
}
footer ul.left li.tel-num a {
  color: #EE253E;
  position: relative;
  margin-left: 24px;
}
footer ul.left li.tel-num a:before {
  position: absolute;
  content: "";
  background: url(assets/img/layout/tel.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 3px;
  left: -32px;
}
footer ul.left li .access {
  width: 42.7%;
  text-align: center;
  font-size: 0.875rem;
  padding: 8px 0;
  font-size: 0.875rem;
  background-color: #ff9314;
  border-radius: 5px;
  margin: 10px auto 20px;
}
footer ul.left li .access a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  margin-left: 16px;
}
footer ul.left li .access a:after {
  position: absolute;
  content: "";
  background: url(assets/img/layout/map.png);
  background-size: cover;
  width: 16px;
  height: 22px;
  top: 0px;
  left: -22px;
}
footer ul.sub-footer {
  background-color: #fff6cd;
  display: flex;
  justify-content: space-around;
  padding: 0 20px;
  font-size: 0.75rem;
}
footer ul.sub-footer li {
  padding: 0.875rem 0 16px;
  position: relative;
}
footer ul.sub-footer li:before {
  position: absolute;
  content: "▶";
  left: -12px;
}
footer .copyright {
  margin: 0 auto;
  padding-top: 22px;
  vertical-align: middle;
  background-color: #fff;
  color: #949494;
  height: 60px;
  font-size: 0.75rem;
}

/*==============================
main-menu
==============================*/
ul.blocks {
  display: flex;
  flex-wrap: wrap;
}
ul.blocks li {
  width: 50%;
}
ul.blocks li.recomend {
  background-color: #97CC34;
}
ul.blocks li.event {
  background-color: #FF9C37;
}
ul.blocks li.bosyu {
  background-color: #20BDE6;
}
ul.blocks li.setsubi {
  background-color: #F47274;
}

div.top_banner {
  margin-top: 2px;
}
div.top_banner ul li {
  margin-bottom: 2px;
}
div.top_banner ul li:last-of-type {
  margin-bottom: 0;
}
div.notice {
  width: 89.333%;
  margin: 20px auto;
}

.button {
  width: 44.7%;
  background-color: #f7f7f7;
  margin: 30px auto;
  text-align: center;
  font-size: 0.875rem;
  padding: 13px 0;
  border-radius: 10px;
  padding-left: 14px;
  font-size: 0.875rem;
}
.button a {
  position: relative;
  margin-left: -29px;
}
.button a:after {
  position: absolute;
  content: "";
  background: url(assets/img/layout/button.png);
  background-size: cover;
  width: 0.875rem;
  height: 0.875rem;
  top: 2px;
  right: -20px;
}

/*==============================
共通部分
==============================*/
.container {
  margin: 0 20px;
}
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
  display: table;
  content: " ";
}

.main h1 {
  height: 50px;
  padding: 15px 0 0 65px;
  color: #fff;
  font-size: 1rem;
  position: relative;
  margin-bottom: 20px;
}
.main h1:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 20px;
  width: 35px;
  height: 35px;
}
.main h2 {
  position: relative;
  margin: 0 0px 1rem 0px;
  padding: 0 0 5px 47px;
  font-size: 1rem;
}
.main h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 41px;
  height: 26px;
}
.main h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.875rem;
}
.main h3 span {
  font-size: 0.75rem;
}
.main p {
  font-size: 0.75rem;
  margin-bottom: 1em;
}
.main ul {
  margin-bottom: 1em;
}
.main ul li {
  margin-left: 19px;
  list-style-type: disc;
  font-size: 0.75rem;
}
.main ol {
  list-style-type: none;
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 0.75rem;
}
.main ol li {
  counter-increment: cnt;
}
.main ol li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.main .yellow-bg {
  background-color: #fffae4;
  padding: 19px;
  margin-bottom: 25px;
}

section.contents {
  margin-bottom: 40px;
}

.fl-r {
  float: right;
  width: auto;
  margin-left: 10px;
  margin-bottom: 10px;
}

.fl-n {
  display: block;
  float: none;
  width: auto;
  margin-bottom: 10px;
}

/*==============================
記事関連
==============================*/
ul.top-article {
  width: 80%;
  margin: 0 auto;
}
ul.top-article li {
  border-bottom: 1px dotted;
}
ul.top-article li dl {
  padding: 11px 0 12px;
  font-size: 0.875rem;
}

.main.news h1 {
  background-color: #ff98c3;
}
.main.news h1:before {
  background: url(assets/img/layout/news.png);
  background-size: contain;
}
.main.news ul.article li {
  list-style: none;
  border: 1px dotted #949494;
  border-left: 2px solid #ff98c3;
  padding: 18px 20px 23px;
  margin-top: 10px;
  margin-left: 0;
}
.main.news ul.article li:first-of-type {
  margin-top: 0;
}
.main.news ul.article li dl {
  font-size: 0.875rem;
}
.main.news ul.article li dl dt {
  border-bottom: 1px dotted #949494;
  padding-bottom: 10px;
}
.main.news ul.article li dl dd {
  padding-top: 10px;
}
.main.news article h2.title {
  border-left: 3px solid #ff98c3;
  margin-bottom: 25px;
  padding: 0 0 0 15px;
  font-size: 1.125rem;
}
.main.news article p {
  margin-bottom: 1rem;
}
.main.news article h3 {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 700;
}
.main.news article h4 {
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 700;
}
.main.news article h4:before {
  content: "●";
}
.main.news article ol {
  list-style-type: decimal;
}
.main.news article ol li:before {
  content: none;
}
.main.news article blockquote {
  border-left: solid 2px #ccc;
  margin-left: 20px;
  padding-left: 10px;
}

.pagenavi {
  margin-top: 25px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi ul {
  display: flex;
  justify-content: center;
}
.wp-pagenavi ul li span {
  color: #000;
  background-color: #f7f7f7;
  border: solid 1px #f7f7f7;
  padding: 3px 8px;
  margin: 0 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi ul li span.current {
  color: #FFF;
  background-color: #ff98c3;
  border-color: #ff98c3;
  font-weight: bold;
}
.wp-pagenavi ul li a {
  color: #000;
  background-color: #f7f7f7;
  border: solid 1px #f7f7f7;
  padding: 3px 8px;
  margin: 0 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi ul li a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

/*==============================
intro
==============================*/
.main.intro h1 {
  background-color: #97CC34;
}
.main.intro h1:before {
  background: url(assets/img/layout/intro.png);
  background-size: contain;
}
.main.intro h2 {
  border-bottom: 3px dashed #97CC34;
}
.main.intro h2:before {
  background: url(assets/img/layout/subtitle_intro.png) no-repeat;
  background-size: contain;
}
.main.intro h3 {
  color: #97CC34;
}
.main.intro .message {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.main.intro .houshin h2 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 42px 0 0 0;
  border-bottom: 3px dotted #ffcc67;
  font-size: 1.125rem;
  text-align: center;
}
.main.intro .houshin h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 28px);
  width: 56px;
  height: 40px;
  background: url(assets/img/layout/houshin.png) center no-repeat;
  background-size: contain;
}

/*==============================
hoiku
==============================*/
.main.hoiku h1 {
  background-color: #FF9C37;
}
.main.hoiku h1:before {
  background: url(assets/img/layout/hoiku.png);
  background-size: contain;
}
.main.hoiku h2 {
  border-bottom: 3px dashed #FF9C37;
}
.main.hoiku h2:before {
  background: url(assets/img/layout/subtitle_hoiku.png) no-repeat;
  background-size: contain;
}
.main.hoiku h3 {
  color: #FF9C37;
}

/*==============================
event
==============================*/
.main.event h1 {
  background-color: #F47274;
}
.main.event h1:before {
  background: url(assets/img/layout/event.png);
  background-size: contain;
}
.main.event h2 {
  border-bottom: 3px dashed #F47274;
}
.main.event h2:before {
  background: url(assets/img/layout/subtitle_event.png) no-repeat;
  background-size: contain;
}
.main.event h3 {
  color: #F47274;
}
.main.event .yellow-bg h3 {
  margin: 0 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ffcc67;
  color: #333333;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}
.main.event .yellow-bg h4 {
  padding: 7px;
  border: 1px solid #949494;
  border-bottom: none;
  background-color: #ffe36a;
  font-size: 1rem;
  text-align: center;
}
.main.event .yellow-bg h4 span {
  font-size: 0.75rem;
}
.main.event .yellow-bg table.schedule {
  width: 100%;
  padding-left: 12px;
  margin-bottom: 20px;
  border: 1px solid #949494;
  border-collapse: separate;
  font-size: 0.75rem;
}
.main.event .yellow-bg table.schedule tr td {
  vertical-align: top;
  background: #fffbeb;
  line-height: 1.5625rem;
}
.main.event .yellow-bg table.schedule tr td.active {
  background-color: #ccc;
  background-color: #fff;
  padding-left: 13px;
  border-left: 1px solid #949494;
}
.main.event .monthly {
  margin-bottom: 8px;
  width: 100%;
  border: 1px solid #949494;
  border-top: none;
  border-collapse: separate;
}
.main.event .monthly tr td {
  border-top: 1px solid #949494;
  vertical-align: top;
  padding: 16px;
}
.main.event .monthly tr td.month {
  background-color: #fffbeb;
  border-right: 1px solid #949494;
  font-size: 0.75rem;
}
.main.event .monthly tr td ul {
  margin-bottom: 0;
}
.main.event .monthly tr td ul li.list-none {
  list-style-type: none;
  margin: 0;
}
.main.event .first-td {
  padding-top: 18px;
}
.main.event .last-td {
  padding-bottom: 18px;
}

/*==============================
boshu
==============================*/
.main.boshu h1 {
  background-color: #20BDE6;
}
.main.boshu h1:before {
  background: url(assets/img/layout/boshu.png);
  background-size: contain;
}
.main.boshu h2 {
  border-bottom: 3px dashed #20BDE6;
}
.main.boshu h2:before {
  background: url(assets/img/layout/subtitle_boshu.png) no-repeat;
  background-size: contain;
}
.main.boshu h3 {
  color: #20BDE6;
}

/*==============================
risu
==============================*/
.main.risu h1 {
  background-color: #e17d27;
}
.main.risu h1:before {
  background: url(assets/img/layout/risu.png);
  background-size: contain;
}
.main.risu h2 {
  border-bottom: 3px dashed #e17d27;
}
.main.risu h2:before {
  background: url(assets/img/layout/subtitle_risu.png) no-repeat;
  background-size: contain;
}
.main.risu h3 {
  color: #e17d27;
}
.main.risu .risu_img {
  display: block;
  width: 50%;
  margin: 0 auto 10px;
}

/*==============================
map
==============================*/
.main.map h1 {
  background-color: #f1cd2d;
}

.main.map h1:before {
  background: url(assets/img/layout/ennai.png);
  background-size: contain;
}

/*==============================
privacy
==============================*/
.main.privacy h1 {
  background-color: #949494;
}
.main.privacy h1:before {
  background: url(assets/img/layout/privacy.png);
  background-size: contain;
}
.main.privacy h2 {
  border-bottom: 3px dashed #949494;
}
.main.privacy h2:before {
  background: url(assets/img/layout/subtitle_img.png) no-repeat;
  background-size: contain;
}
.main.privacy h3 {
  color: #949494;
}

/*==============================
links
==============================*/
.main.links h1 {
  background-color: #949494;
}
.main.links h1:before {
  background: url(assets/img/layout/links.png);
  background-size: contain;
}
.main.links h2 {
  border-bottom: 3px dashed #949494;
}
.main.links h2:before {
  background: url(assets/img/layout/subtitle_img.png) no-repeat;
  background-size: contain;
}
.main.links h3 {
  color: #949494;
}
.main.links ul li {
  margin-bottom: 10px;
}

/* bxslider */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.bx-wrapper video {
  width: 100%;
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  max-height: 700px;
}

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/home/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: -30px;
  background: url("assets/img/layout/bx-prev.svg") no-repeat;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=$alpha)";
}
.bx-wrapper .bx-next {
  right: -30px;
  background: url("assets/img/layout/bx-next.svg") no-repeat;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=$alpha)";
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: calc(50% - 31px);
  margin-top: -16px;
  outline: 0;
  width: 18px;
  height: 62px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("img/home/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("img/home/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
