/*============================
home
============================*/
#back {
  position: relative;
  margin-top: 0px;
  clear: both;
}
#back ul.rslides {
  overflow: hidden;
}
p.junbi {
  margin: 20px 0px;
  padding: 10px;
  text-align: center;
  border: 1px solid #CCC;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 80em) {
  #back {
    height: 690px;
    overflow: hidden;
  }
  #back img {
    width: 100%;
    height: auto;
  }
  #back ul.rslides {
    clear: both;
  }
}
p.ap00 {
  padding: 100px;
  text-align: center;
  clear: both;
  display: block;
  border: 1px solid red;
}
@media (min-width: 85em) {
  p.ap00 {
    display: none;
  }
}
@media (min-width: 0em) and (max-width: 47em) {
  #back {
    overflow: visible;
    position: relative;
  }
}
.contmain {
  position: relative;
}
@media (min-width: 0em) and (max-width: 63em) {
  .contmain {
    margin: 90px 0px 0px 0px !important;
  }
}
body#homePage .contmain {
  margin: 0 !important;
}
/*============================
.content-wrapper
============================*/
.content-wrapper {
  /* These styles are required for the "scroll-over" effect */
  width: 100%;
  min-height: 12%;
  z-index: 2;
  background: white;
}
/*============================
.新着情報など
============================*/
/* This is the class used for the main content headers (<h2>) */
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
  color: white;
}
/*============================
#home00
============================*/
section#home00 {
  padding: 60px 0px;
}
/*============================
#newstopi
============================*/
div.topics {
  height: 420px;
}
div.topics h3.content-subhead {
  height: 40px;
  background: url(../images/home/home_newstitle.png) no-repeat 0px 0px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  border-bottom: #af262b 1px solid;
}
div.topics div.hometopics {
  height: 360px;
  overflow: auto;
  width: 100%;
  z-index: 2000;
  margin-top: 8px;
}
div.topics div.hometopics dl.newstopi {
  color: #000000;
  line-height: 1.3;
  font-size: 1.4rem;
  width: 98%;
  padding: 30px;
  background: url(../images/bg/gray_dot_line.png) repeat-x left bottom;
}
div.topics div.hometopics dl.newstopi dt {
  margin: 0;
  padding: 0;
  color: #6D6E71;
}
div.topics div.hometopics dl.newstopi dd {
  margin: 0px 0px 10px 0px ;
  padding: 0;
  line-height: 1.5;
}
div.topics div.hometopics dl.newstopi dd a {
  color: #000000;
  text-decoration: underline;
}
div.topics div.hometopics dl.newstopi dd a:hover {
  text-decoration: none;
}
div.topics div.hometopics dl.newstopi dd span.new {
  background: #FBB040;
  font-size: 8px;
  color: #FFF;
  display: inline-block;
  padding: 1px;
  margin: 0;
}
div.topics p.gotoindexbt {
  text-align: right;
  padding-top: 10px;
}
div.topics p.gotoindexbt a {
  padding: 10px 0px 10px 20px;
  background: url(../images/titlehead/maruarr_lgr_right.png) no-repeat 0px 9px;
  color: #6D6E71;
  background-size: 16px 16px;
}
div.topics p.gotoindexbt a:hover {
  text-decoration: underline;
}
@media (min-width: 48em) and (max-width: 79em) {
  .hometopics {
    height: 120px;
    overflow: auto;
    width: 100%;
  }
}
@media (min-width: 0em) and (max-width: 47em) {
  div.topics {
    height: auto !important;
    padding-bottom: 60px;
  }
  .hometopics {
    height: auto !important;
    overflow: visible;
    width: 100% !important;
  }
  dl#newstopi {
    width: 100% !important;
  }
}
@media (min-width: 35.5em) and (max-width: 47em) {
  dl#newstopi dt {
    width: 17% !important;
  }
  dl#newstopi dd {
    width: 83% !important;
  }
}
@media (min-width: 1px) and (max-width: 35.4em) {
  dl#newstopi dt {
    width: 32% !important;
  }
  dl#newstopi dd {
    width: 68% !important;
  }
}
/*============================
カレンダー
============================*/
div.calendar h3.content-subhead {
  height: 40px;
  background: url(../images/home/home_evcltitle.png) no-repeat 0px 0px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  border-bottom: #af262b 1px solid;
}
/*============================
#home01
============================*/
section#home01 {
  background: url(../images/bg/line_bg.png) repeat-x top center;
  margin: 0px;
  padding: 10px 0px 10px 0px;
}
section#home01 div.homebt01 {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
section#home01 div.homebt02 {
  border-bottom: 1px solid #FFF;
}
section#home01 div.homebt01,
section#home01 div.homebt02 {
  background-size: 100% 100%;
  background-repeat: none;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
section#home01 div.homebt01:hover,
section#home01 div.homebt02:hover {
  background-size: 110% 110%;
  background-repeat: none;
}
/*============================
#home02
============================*/
section#home02 {
  padding: 60px 0px 30px 0px;
}
section#home02 div.homebns {
  margin-bottom: 40px;
}
section#home02 div.homebns dl.box {
  padding: 5px;
  width: 90%;
  border-radius: ;
  margin: auto;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  position: relative;
  box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
  -webkit-box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
  -moz-box-shadow: rgba(77, 77, 77, 0.2) 0px 0px 3px 3px;
  height: 100%;
}
section#home02 div.homebns dl.box dt {
  width: 100%;
  position: relative;
}
section#home02 div.homebns dl.box dt a {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
section#home02 div.homebns dl.box dt a img {
  width: 100%;
  height: auto;
}
section#home02 div.homebns dl.box dt a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
section#home02 div.homebns dl.box dt span.new {
  background: #AF262B;
  width: 35px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  padding: 2px 2px 1px 2px;
  position: absolute;
  top: 0px;
  left: 0px;
}
section#home02 div.homebns dl.box dd {
  padding-bottom: 10px;
}
section#home02 div.homebns dl.box dd h3.bnstitle {
  padding-top: 5px;
  color: #241f5d;
  padding-bottom: 10px;
  font-size: 14px;
}
section#home02 div.homebns dl.box dd p.bnstxt {
  font-size: 13px;
  padding-bottom: 10px;
}
section#home02 div.homebns dl.box dd p.bnstxt a {
  color: #1b75bb;
  text-decoration: underline;
}
section#home02 div.homebns dl.box dd p.bnslink {
  position: absolute;
  right: 10px;
  bottom: 5px;
  text-align: right;
  padding: 0px;
}
section#home02 div.homebns dl.box dd p.bnslink a {
  display: block;
  padding: 5px;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
section#home02 div.homebns dl.box dd p.bnslink a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/*============================
#home03
============================*/
section#home03 {
  padding: 0px 0px 30px 0px;
}
section#home03 div.sirorcont {
  width: 100%;
  border: #246E65 1px solid;
  margin: 0px 0px 0px 0px;
  padding: 15px 5px;
  background: url(../images/home/siror02_bn_bg.gif) repeat 0px 0px;
}
section#home03 div.sirorcont h3 {
  margin: 3px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 45%;
  margin-right: 1%;
  margin-left: 1%;
}
section#home03 div.sirorcont h3 a img {
  width: 100%;
  height: auto;
}
section#home03 div.sirorcont h3 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
section#home03 div.sirorcont ul {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 53%;
}
section#home03 div.sirorcont ul li {
  width: 31%;
  float: left;
  margin-right: 2%;
}
section#home03 div.sirorcont ul li a img {
  width: 100%;
  height: auto;
}
section#home03 div.sirorcont ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section#home03 div.sirorcont h3 {
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  section#home03 div.sirorcont h3 a img {
    width: 100%;
    height: auto;
  }
  section#home03 div.sirorcont ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
  section#home03 div.sirorcont ul li {
    width: 31%;
    float: left;
    margin-right: 2%;
    text-align: center;
  }
  section#home03 div.sirorcont ul li a img {
    width: 100%;
    height: auto;
  }
}
/*============================
#home04
============================*/
section#home04 {
  padding: 0px 0px 30px 0px;
}
section#home04 div.snsbox.snsfb {
  padding: 0px 10px 0px 0px;
}
section#home04 div.snsbox.snsfb h3.content-subhead {
  padding: 8px 0px 20px 50px;
  background: url(../images/head/maru_fb.png) no-repeat 0px 0px;
  color: #231F5C;
  font-size: 17px;
}
section#home04 div.snsbox.snstw {
  padding: 0px 0px 0px 10px;
}
section#home04 div.snsbox.snstw h3.content-subhead {
  padding: 8px 0px 20px 50px;
  background: url(../images/head/maru_tw.png) no-repeat 0px 0px;
  color: #231F5C;
  font-size: 17px;
}
section#home04 div.snsbox.snstw .twbg {
  background: #F0EFF0;
  padding: 10px;
  width: 100%;
  border: 1px solid #D4D3D8;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section#home04 div.snsbox.snstw {
    padding: 40px 0px 0px 0px;
  }
  section#home04 div.snsbox.snsfb {
    padding: 0px 0px 0px 0px;
  }
}
section#home04 dl dt {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 20px;
}
section#home04 dl dt a img {
  width: 100%;
  height: auto;
}
section#home04 dl dd {
  width: 280px;
  height: 48px;
  float: left;
  font-size: 15px;
}
section#home04 div.homebns p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
section#home04 div.homebns.pure-u-1 {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
section#home04 div.homebns.pure-u-1 p {
  padding: 40px 0px 0px 0px;
  margin: 0px;
}
section#home04 div.homebns.pure-u-1:last-child {
  padding: 0px 0px 10px 0px !important;
  margin: 0px;
}
section#home04 div.homebns.pure-u-1-2.pureodd {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
section#home04 div.homebns.pure-u-1-2.pureodd p {
  padding: 40px 10px 0px 0px;
  margin: 0px;
}
section#home04 div.homebns.pure-u-1-2.pureeven {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}
section#home04 div.homebns.pure-u-1-2.pureeven p {
  padding: 40px 0px 0px 10px;
  margin: 0px;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section#home04 div.homebns.pure-u-1-2.pureodd p {
    padding: 20px 5px 0px 0px;
    margin: 0px;
  }
  section#home04 div.homebns.pure-u-1-2.pureeven p {
    padding: 20px 0px 0px 5px;
    margin: 0px;
  }
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section#home04 div.homebns.pure-u-1 p {
    padding: 20px 0px 0px 0px;
    margin: 0px;
  }
}
/*============================
#home05
============================*/
section#home05 {
  padding: 0px 0px 40px 0px;
}
section#home05 div.bnlink {
  padding-top: 10px;
}
section#home05 div.bnlink h3 {
  padding: 0px 0px 10px 18px;
  background: url(../images/titlehead/maruarr_lgr_right.png) no-repeat 0px 2px;
  background-size: 15px auto;
  color: #000;
  font-size: 12px;
}
section#home05 div.bnlink p {
  width: 96%;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section#home05 {
    width: 75% !important;
    margin: auto !important;
  }
  section#home05 div.bnlink h3 {
    font-size: 12px;
  }
  .bnlink {
    width: 100% !important;
    margin: auto !important;
  }
  .bnlink p {
    width: 100% !important;
  }
  .bnlink p a img {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width: 48em) and (max-width: 63.9em) {
  section#home05 div.bnlink h3 {
    font-size: 8px;
    background-size: 10px auto;
  }
}
@media (min-width: 64em) and (max-width: 79em) {
  section#home05 div.bnlink h3 {
    font-size: 10px;
    background-size: 12px auto;
  }
}
/*============================
アーカイブ
============================*/
div.ainu_archive {
  width: 100%;
  border: 1px solid #333;
  font-size: 0px;
  margin-top: 40px;
}
div.ainu_archive a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
div.ainu_archive ul {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  div.ainu_archive ul.homearchiveul01pc,
  div.ainu_archive ul.homearchiveul02pc,
  div.ainu_archive ul.homearchiveul03pc {
    display: none !important;
  }
}
@media (min-width: 35.5em) {
  div.ainu_archive ul.homearchiveul01sp,
  div.ainu_archive ul.homearchiveul02sp,
  div.ainu_archive ul.homearchiveul03sp {
    display: none !important;
  }
}
div.ainu_archive ul.homearchiveul01pc {
  width: 65%;
  font-size: 0px;
}
div.ainu_archive ul.homearchiveul01pc li {
  display: inline-block;
}
div.ainu_archive ul.homearchiveul01pc li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul01pc li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul01pc .haul01pc01 {
  width: 60%;
}
div.ainu_archive ul.homearchiveul01pc .haul01pc02 {
  width: 40%;
}
div.ainu_archive ul.homearchiveul01pc .haul01pc03 {
  width: 100%;
}
div.ainu_archive ul.homearchiveul02pc {
  width: 34%;
  font-size: 0px;
}
div.ainu_archive ul.homearchiveul02pc li {
  display: inline-block;
}
div.ainu_archive ul.homearchiveul02pc li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul02pc li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul02pc li:first-child {
  width: 33%;
}
div.ainu_archive ul.homearchiveul02pc li:nth-child(2) {
  width: 33%;
}
div.ainu_archive ul.homearchiveul02pc li:last-child {
  width: 34%;
}
div.ainu_archive ul.homearchiveul03pc {
  font-size: 0px;
  width: 100%;
  background-color: #006211;
}
div.ainu_archive ul.homearchiveul03pc li {
  display: inline-block;
}
div.ainu_archive ul.homearchiveul03pc li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul03pc li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul03pc li:first-child {
  width: 18.727%;
}
div.ainu_archive ul.homearchiveul03pc li:nth-child(2) {
  width: 18.909%;
}
div.ainu_archive ul.homearchiveul03pc li:nth-child(3) {
  width: 11.455%;
}
div.ainu_archive ul.homearchiveul03pc li:nth-child(4) {
  width: 16.545%;
}
div.ainu_archive ul.homearchiveul03pc li:last-child {
  width: 34.364%;
}
div.ainu_archive ul.homearchiveul01sp {
  width: 100%;
  font-size: 0px;
}
div.ainu_archive ul.homearchiveul01sp li {
  display: inline-block;
  width: 100%;
}
div.ainu_archive ul.homearchiveul01sp li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul01sp li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul02sp {
  width: 100%;
  font-size: 0px;
}
div.ainu_archive ul.homearchiveul02sp li {
  display: inline-block;
}
div.ainu_archive ul.homearchiveul02sp li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul02sp li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul02sp li:first-child {
  width: 34.667%;
}
div.ainu_archive ul.homearchiveul02sp li:nth-child(2) {
  width: 30.667%;
}
div.ainu_archive ul.homearchiveul02sp li:last-child {
  width: 34.667%;
}
div.ainu_archive ul.homearchiveul03sp {
  width: 100%;
  font-size: 0px;
  background-color: #006211;
}
div.ainu_archive ul.homearchiveul03sp li {
  display: inline-block;
}
div.ainu_archive ul.homearchiveul03sp li a {
  width: 100%;
  display: block;
}
div.ainu_archive ul.homearchiveul03sp li a img {
  width: 100%;
  height: auto;
}
div.ainu_archive ul.homearchiveul03sp li:first-child {
  width: 50%;
}
div.ainu_archive ul.homearchiveul03sp li:nth-child(2) {
  width: 50%;
}
div.ainu_archive ul.homearchiveul03sp li:nth-child(3) {
  width: 50%;
}
div.ainu_archive ul.homearchiveul03sp li:nth-child(4) {
  width: 50%;
}
div.ainu_archive ul.homearchiveul03sp li:last-child {
  width: 100%;
}
.kyukan_bns {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #000;
}
@media (min-width: 1px) and (max-width: 47em) {
  .kyukan_bns {
    margin-bottom: 10px;
  }
}
.kyukan_bns a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/*============================
ボトムバナー
============================*/
ul.bottom_bns {
  width: 100%;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
}
ul.bottom_bns li {
  display: inline-block;
  width: 50%;
  padding: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
ul.bottom_bns li a {
  width: 100%;
  display: block;
}
ul.bottom_bns li a img {
  width: 100%;
  height: auto;
}
ul.bottom_bns li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
ul.bottom_bns li:nth-child(odd) {
  padding-right: 5px;
}
ul.bottom_bns li:nth-child(even) {
  padding-left: 5px;
}
ul.bottom_bns li.kyukan {
  width: 100%;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  ul.bottom_bns li {
    width: 100%;
  }
  ul.bottom_bns li:nth-child(odd) {
    padding-right: 0px;
  }
  ul.bottom_bns li:nth-child(even) {
    padding-left: 0px;
  }
}
/*============================
HOMEカレンダー
============================*/
/*============================
#home-calendar
============================*/
div#home-calendar {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 20px 0px 20px;
  margin-top: 0px;
}
div#home-calendar h3 {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  div#home-calendar h3 {
    font-size: 1.8rem;
  }
}
div#home-calendar .cal01 {
  color: #27AAE1;
}
div#home-calendar .cal01 a {
  color: #27AAE1;
}
div#home-calendar .cal02 {
  color: #EC008C;
}
div#home-calendar .cal02 a {
  color: #EC008C;
}
div#home-calendar .cal03 {
  color: #662D91;
}
div#home-calendar .cal03 a {
  color: #662D91;
}
div#home-calendar .cal04 {
  color: #00A651;
}
div#home-calendar .cal04 a {
  color: #00A651;
}
div#home-calendar .cal05 {
  color: #002b8f;
}
div#home-calendar .cal05 a {
  color: #002b8f;
}
div#home-calendar a.cal01 i:hover,
div#home-calendar a.cal02 i:hover,
div#home-calendar a.cal03 i:hover,
div#home-calendar a.cal05 i:hover,
div#home-calendar a.cal04 i:hover,
div#home-calendar a.cal01 i:focus,
div#home-calendar a.cal02 i:focus,
div#home-calendar a.cal03 i:focus,
div#home-calendar a.cal05 i:focus,
div#home-calendar a.cal04 i:focus {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
div#home-calendar .day-holiday {
  color: #D2232A;
}
div#home-calendar .day-saturday {
  color: #0066B3;
}
div#home-calendar .op70 p {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
div#home-calendar div.pure-u-1 {
  position: relative;
}
div#home-calendar div.pure-u-1 ul {
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-align: right;
}
div#home-calendar div.pure-u-1 ul li {
  margin: 0px 0px 0px 20px;
  padding: 0;
  display: inline-block;
  font-size: 1.4rem;
}
div#home-calendar div.pure-u-1 ul li i {
  font-size: 1.4rem;
}
div#home-calendar div.pure-u-1 ul li a:hover,
div#home-calendar div.pure-u-1 ul li a:focus {
  text-decoration: underline;
  color: #231F5C;
}
@media (max-width: 48em) {
  div#home-calendar div.pure-u-1 ul {
    text-align: left;
  }
  div#home-calendar div.pure-u-1 ul li {
    margin: 0px 10px 0px 0px;
  }
}
div#home-calendar .cal-prev {
  text-align: left;
  padding-top: 10px;
  width: 30px;
  float: left;
}
div#home-calendar .cal-next {
  text-align: right;
  padding-top: 10px;
  width: 30px;
  float: right;
}
div#home-calendar .cal-prev a,
div#home-calendar .cal-next a {
  color: #000000;
}
div#home-calendar .cal-prev a i,
div#home-calendar .cal-next a i {
  padding: 0px 0px 0px 0px;
}
div#home-calendar .cal-prev a:hover,
div#home-calendar .cal-next a:hover,
div#home-calendar .cal-prev a:focus,
div#home-calendar .cal-next a:focus {
  color: #231F5C;
}
div#home-calendar div h4 {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
div#home-calendar div h4 strong {
  font-size: 3.0rem;
}
div#home-calendar div h4 span {
  font-size: 1.4rem;
  font-weight: normal;
}
div#home-calendar div table.cal-tb {
  margin: 10px 0px 20px 0px;
  width: 100% !important;
  padding: 0px 0px 0px 0px;
}
div#home-calendar div table.cal-tb thead {
  border-top: 1px solid #000;
}
div#home-calendar div table.cal-tb thead tr.week-title th {
  width: 14% !important;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  height: 18px;
  box-sizing: border-box;
  padding: 5px;
  line-height: 12px;
}
div#home-calendar div table.cal-tb tbody {
  border-top: 1px solid #000;
}
div#home-calendar div table.cal-tb tbody tr {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
div#home-calendar div table.cal-tb tbody tr td {
  width: 14% !important;
  box-sizing: border-box;
  height: 58px;
  position: relative;
  background: url(../images/bg/gray_dot_line.png) repeat-y top right;
}
div#home-calendar div table.cal-tb tbody tr td p {
  height: 33px;
  box-sizing: border-box;
  padding: 5px 3px 0px 3px;
  line-height: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
div#home-calendar div table.cal-tb tbody tr td p span {
  font-size: 0.9rem;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 10px;
  font-weight: normal;
}
div#home-calendar div table.cal-tb tbody tr td a {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
div#home-calendar div table.cal-tb tbody tr td a i {
  font-size: 1.5rem;
  padding: 0px;
}
div#home-calendar div table.cal-tb tbody tr td:last-child {
  background: none;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  #home-calendar {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  table.cal-tb {
    width: 100%;
  }
  table.cal-tb thead tr.week-title th {
    font-size: 1.0rem !important;
  }
  table.cal-tb tbody tr td {
    height: 70px;
  }
  table.cal-tb tbody tr td p {
    font-size: 1.3rem !important;
    line-height: 13px !important;
  }
}
/*TOOLTIP */
#tooltip {
  font-size: 1.2rem;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #fff;
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -ms-radial-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 100;
  padding: 15px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba(0, 0, 0, 0.7);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/*============================
ニュース
============================*/
body.archive h2.page-title,
body.single h2.page-title,
body.blog h2.page-title {
  padding: 50px 0px 50px 20px;
  vertical-align: middle;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.2em;
  background: url(../images/bg/title_bg.png) repeat-y right center;
}
body.archive h2.page-title span.note-txt,
body.single h2.page-title span.note-txt,
body.blog h2.page-title span.note-txt {
  font-size: 15px;
}
body.archive h3.item-title,
body.single h3.item-title,
body.blog h3.item-title {
  padding: 0px 0px 5px 20px;
  margin-top: 80px;
  margin-bottom: 5px;
  border-bottom: 1px solid #A7A9AC;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.2em;
  background: url(../images/bg/sub_title_bg.png) repeat-y left bottom;
}
body.archive .post p.post-meta,
body.single .post p.post-meta,
body.blog .post p.post-meta {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
body.archive .post p,
body.single .post p,
body.blog .post p {
  font-size: 1.6rem;
}
body.archive .post p a,
body.single .post p a,
body.blog .post p a {
  text-decoration: underline;
  color: #231F5C;
}
body.archive div.pages-navi,
body.single div.pages-navi,
body.blog div.pages-navi {
  width: 100%;
  padding: 60px 0px;
}
body.archive div.pages-navi div.alignleft,
body.single div.pages-navi div.alignleft,
body.blog div.pages-navi div.alignleft {
  width: 47%;
  float: left;
  text-align: left;
  font-size: 1.4rem;
}
body.archive div.pages-navi div.alignleft a:hover,
body.single div.pages-navi div.alignleft a:hover,
body.blog div.pages-navi div.alignleft a:hover,
body.archive div.pages-navi div.alignleft a:focus,
body.single div.pages-navi div.alignleft a:focus,
body.blog div.pages-navi div.alignleft a:focus {
  color: #231F5C;
  text-decoration: none;
}
body.archive div.pages-navi div.alignright,
body.single div.pages-navi div.alignright,
body.blog div.pages-navi div.alignright {
  width: 47%;
  float: right;
  text-align: right;
  font-size: 1.4rem;
}
body.archive div.pages-navi div.alignright a:hover,
body.single div.pages-navi div.alignright a:hover,
body.blog div.pages-navi div.alignright a:hover,
body.archive div.pages-navi div.alignright a:focus,
body.single div.pages-navi div.alignright a:focus,
body.blog div.pages-navi div.alignright a:focus {
  color: #231F5C;
  text-decoration: none;
}
body.archive #sidebar,
body.single #sidebar,
body.blog #sidebar {
  padding-bottom: 60px;
  /*============================
#wp-calendar
============================*/
}
body.archive #sidebar table#wp-calendar,
body.single #sidebar table#wp-calendar,
body.blog #sidebar table#wp-calendar {
  font-size: 1.3rem;
}
body.archive #sidebar table#wp-calendar caption,
body.single #sidebar table#wp-calendar caption,
body.blog #sidebar table#wp-calendar caption {
  text-align: center;
}
body.archive #sidebar table#wp-calendar thead tr th,
body.single #sidebar table#wp-calendar thead tr th,
body.blog #sidebar table#wp-calendar thead tr th {
  text-align: center;
  padding: 5px;
}
body.archive #sidebar table#wp-calendar tfoot tr,
body.single #sidebar table#wp-calendar tfoot tr,
body.blog #sidebar table#wp-calendar tfoot tr {
  /*============================
#prev
============================*/
  /*============================
#next
============================*/
}
body.archive #sidebar table#wp-calendar tbody tr,
body.single #sidebar table#wp-calendar tbody tr,
body.blog #sidebar table#wp-calendar tbody tr {
  /*============================
#today
============================*/
}
body.archive #sidebar table#wp-calendar tbody tr td#today,
body.single #sidebar table#wp-calendar tbody tr td#today,
body.blog #sidebar table#wp-calendar tbody tr td#today {
  background: rgba(35, 31, 92, 0.15);
}
body.archive #sidebar table#wp-calendar tbody tr td,
body.single #sidebar table#wp-calendar tbody tr td,
body.blog #sidebar table#wp-calendar tbody tr td {
  text-align: center;
  padding: 5px;
}
body.archive #sidebar table#wp-calendar tbody tr td a,
body.single #sidebar table#wp-calendar tbody tr td a,
body.blog #sidebar table#wp-calendar tbody tr td a {
  color: #231F5C;
  text-decoration: underline;
}
body.archive #sidebar table#wp-calendar tbody tr td a:focus,
body.single #sidebar table#wp-calendar tbody tr td a:focus,
body.blog #sidebar table#wp-calendar tbody tr td a:focus,
body.archive #sidebar table#wp-calendar tbody tr td a:hover,
body.single #sidebar table#wp-calendar tbody tr td a:hover,
body.blog #sidebar table#wp-calendar tbody tr td a:hover {
  color: #4387E5;
  text-decoration: underline;
}
body.archive #sidebar table#wp-calendar tfoot tr td#next,
body.single #sidebar table#wp-calendar tfoot tr td#next,
body.blog #sidebar table#wp-calendar tfoot tr td#next {
  text-align: right;
}
body.archive #sidebar h2.widgettitle,
body.single #sidebar h2.widgettitle,
body.blog #sidebar h2.widgettitle {
  font-size: 1.8rem;
  color: #231F5C;
  padding-top: 60px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
body.archive #sidebar ul,
body.single #sidebar ul,
body.blog #sidebar ul {
  padding: 5px 0px 0px 10px ;
}
body.archive #sidebar ul li,
body.single #sidebar ul li,
body.blog #sidebar ul li {
  margin-bottom: 10px;
}
body.archive #sidebar ul li a,
body.single #sidebar ul li a,
body.blog #sidebar ul li a {
  padding: 0px 0px 0px 10px;
  font-size: 1.4rem;
}
body.archive #sidebar ul li a:hover,
body.single #sidebar ul li a:hover,
body.blog #sidebar ul li a:hover,
body.archive #sidebar ul li a:focus,
body.single #sidebar ul li a:focus,
body.blog #sidebar ul li a:focus {
  color: #231F5C;
  text-decoration: none;
}
body.archive #sidebar ul li a:before,
body.single #sidebar ul li a:before,
body.blog #sidebar ul li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  color: #231F5C;
  margin: 0 5px 0 -15px;
}
body.archive .sidemenu ul,
body.blog .sidemenu ul,
body#newsPage .sidemenu ul {
  padding: 0px 0px 0px 0px;
}
body.single .sidemenu ul {
  padding: 64px 0px 0px 0px;
}
/*============================
#パンくず
============================*/
#bread {
  margin-bottom: 0px;
  background: #000;
}
#breadcrumb {
  font-size: 13px;
  padding: 15px 0px 15px 0px;
}
#breadcrumb li {
  float: left;
  margin-right: .5em;
  color: #A8A8A8;
}
#breadcrumb li a {
  color: #A8A8A8;
}
#breadcrumb li a:hover,
#breadcrumb li a:focus {
  text-decoration: underline;
}
@media (max-width: 960px) {
  #bread {
    padding: 0px 10px;
    width: 960px;
    overflow: hidden;
  }
}
/*============================
#taiken01
============================*/
section div.pure-g a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
section div.pure-g div.pure-u-1.pure-u-sm-1-3.taikenbn01 {
  padding-right: 10px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-sm-1-3.taikenbn02 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-sm-1-3.taikenbn03 {
  padding-left: 10px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-md-1-4.taikenbn01 {
  padding-right: 15px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-md-1-4.taikenbn02 {
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-md-1-4.taikenbn03 {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 30px;
}
section div.pure-g div.pure-u-1.pure-u-md-1-4.taikenbn04 {
  padding-left: 15px;
  padding-bottom: 30px;
}
@media (min-width: 35.5em) and (max-width: 47em) {
  section div.pure-u-1.pure-u-md-1-4.taikenbn01,
  section div.pure-u-1.pure-u-md-1-4.taikenbn03 {
    padding-left: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 20px;
  }
  section div.pure-u-1.pure-u-md-1-4.taikenbn02,
  section div.pure-u-1.pure-u-md-1-4.taikenbn04 {
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 20px;
  }
}
@media (min-width: 1px) and (max-width: 35.4em) {
  section div.pure-u-1.pure-u-sm-1-3.taikenbn01,
  section div.pure-u-1.pure-u-sm-1-3.taikenbn02,
  section div.pure-u-1.pure-u-sm-1-3.taikenbn03,
  section div.pure-u-1.pure-u-md-1-4.taikenbn01,
  section div.pure-u-1.pure-u-md-1-4.taikenbn02,
  section div.pure-u-1.pure-u-md-1-4.taikenbn03,
  section div.pure-u-1.pure-u-md-1-4.taikenbn04 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
p {
  word-wrap: break-word !important;
}
p a {
  word-wrap: break-word !important;
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
.postcont {
  width: 100%;
}
/*============================
#back
============================*/
div#back {
  position: relative;
}
ul.leafletbt {
  width: 15%;
  position: absolute;
  right: 3%;
  top: 55%;
  font-size: 0px;
  z-index: 2000;
}
@media (min-width: 1px) and (max-width: 35.4em) {
  ul.leafletbt {
    top: -41%;
    width: 26%;
  }
}
@media (min-width: 35.5em) and (max-width: 47em) {
  ul.leafletbt {
    top: -70%;
  }
}
@media (min-width: 80em) {
  ul.leafletbt {
    width: 180px;
    top: 50%;
  }
}
ul.leafletbt li {
  width: 50%;
  display: inline-block;
}
ul.leafletbt li a {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 20px;
}
ul.leafletbt li a img {
  width: 100%;
  height: auto;
}
ul.leafletbt li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
body#gappeikoukokuPage h2.page-title {
  text-align: center;
  border: 2px solid #231f5c;
  padding: 10px 3px 10px 3px;
  margin-bottom: 20px;
}
body#gappeikoukokuPage div.gappei p {
  padding-bottom: 10px;
  font-size: 1.4rem;
}
body#gappeikoukokuPage div.gappei p a {
  color: #231f5c;
  text-decoration: underline;
  font-weight: bold;
}
body#gappeikoukokuPage div.gappei table {
  font-size: 1.4rem;
}
body#gappeikoukokuPage div.gappei table tbody tr td {
  padding: 10px 3px 10px 3px;
  text-align: center;
}
/*============================
スライダ終了お知らせ追加
============================*/
p.am20180331 {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 100;
  text-align: right;
  width: 100%;
  padding-top: 10px;
}
p.am20180331 img {
  width: 70%;
  margin-right: 3%;
}
@media (min-width: 1px) and (max-width: 47em) {
  p.am20180331 {
    text-align: center;
  }
  p.am20180331 img {
    width: 90%;
    margin-right: 0%;
  }
}
@media (min-width: 80em) {
  p.am20180331 img {
    width: 70% !important;
    margin-right: 3%;
  }
}
div.periodinfo {
  background-color: #eae5cf;
  width: 100%;
}
div.periodinfo p {
  text-align: center;
}
p.cout {
  background: url(../images/home/countbg.png) repeat-x center center;
  font-family: Meiryo, メイリオ;
  text-align: center;
  margin: 0px auto;
  padding: 10px 0px;
}
@media (min-width: 1px) and (max-width: 79em) {
  p.cout {
    width: 96%;
  }
}
@media (min-width: 80em) {
  p.cout {
    width: 1100px;
  }
}
p.cout span {
  font-size: 30px;
  padding: 0px 10px;
  background-color: #eae5cf;
  color: #141451;
}
@media (min-width: 1px) and (max-width: 36em) {
  p.cout span {
    font-size: 15px;
  }
}
p.cout span strong {
  padding: 0px 5px;
  font-size: 38px;
  color: #141451;
  font-weight: normal;
}
@media (min-width: 1px) and (max-width: 36em) {
  p.cout span strong {
    font-size: 20px;
  }
}
@media (min-width: 64em) {
}
section.movbts {
  width: 1100px;
  background: #7c2832;
  margin: 40px auto 0px auto;
  padding: 0px;
}
@media (min-width: 1px) and (max-width: 79em) {
  section.movbts {
    width: 100%;
  }
}
section.movbts p.ruika {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
section.movbts ul.movbtul {
  width: 600px;
  font-size: 0px;
  margin: auto;
  padding: 0px 0px;
}
@media (min-width: 1px) and (max-width: 63em) {
  section.movbts ul.movbtul {
    width: 96%;
  }
}
section.movbts ul.movbtul li {
  display: inline-block;
  width: 49%;
}
section.movbts ul.movbtul li a.youtube02 {
  transition: 0.3s;
  position: relative;
  top: 0px;
}
section.movbts ul.movbtul li a.youtube02 img {
  width: 100%;
  height: auto;
}
section.movbts ul.movbtul li a.youtube02:hover {
  opacity: 0.8;
  top: -3px;
}
section.movbts ul.movbtul li:nth-child(even) {
  padding-left: 10px;
}
section.movbts ul.movbtul li:nth-child(odd) {
  padding-right: 10px;
}
.homesplash {
  height: 100vh;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  scroll-behavior: smooth;
}
.homesplash .menyuuu {
  z-index: 20;
  position: absolute;
  top: 50px;
  left: 10px;
}
.homesplash .menyuuu a {
  width: 90px;
  display: block;
  margin: 5px 0 0 0px ;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  border-radius: 5px;
  padding: 5px 5px;
  text-decoration: none;
  line-height: 1.3;
  text-align: center;
}
.homesplash .menyuuu a:hover {
  background-color: #ffffff;
}
.homesplash p.bottombt {
  width: 100%;
  z-index: 100 !important;
  position: absolute;
  left: 0px;
  bottom: 20px;
  height: 40px;
  text-align: center;
}
.homesplash p.bottombt a {
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  top: 0px;
  transition: 0.3s;
}
.homesplash p.bottombt a img {
  width: auto;
  height: 20px;
}
.homesplash p.bottombt a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
}
.bottombt {
  animation: key1 .7s ease infinite alternate;
}
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.homepagecont {
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
  background: #FFF !important;
  z-index: 1000 !important;
}
.homepagecont #header {
  z-index: 1001 !important;
}
/*============================
終了お知らせ
============================*/
div.an20180331box {
  width: 100%;
  overflow: hidden;
  background: url(../images/home/am20180331_image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (min-width: 63.1em) {
  div.an20180331box {
    height: 100vh;
    position: relative;
  }
}
@media (max-width: 63em) {
  div.an20180331box:before {
    content: "";
    display: block;
    padding-top: 65%;
    /* 高さを幅の65%に固定 */
  }
}
div.an20180331box p.an20180331txt {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: auto;
  width: 90%;
}
div.an20180331box p.an20180331txt img {
  width: 100%;
  height: auto;
}
div.an20180331box p.an20180331txt02 {
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  height: auto;
  width: 90%;
}
div.an20180331box p.an20180331txt02 img {
  width: 100%;
  height: auto;
}
section.homevcont {
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 5%;
  margin-top: 5%;
}
@media (min-width: 1px) and (max-width: 79em) {
  section.homevcont {
    width: 100%;
  }
}
div.ff_ainu {
  margin-top: 40px;
  width: 100%;
  border: 3px solid #CCC;
  padding: 30px 30px 25px 30px;
  font-size: 13px;
}
div.ff_ainu p {
  text-align: center;
  font-size: 13px;
}
div.ff_ainu p.link_txt {
  padding-top: 10px;
}
div.ff_ainu p.link_txt a {
  text-decoration: underline;
}
div.ff_ainu ul.ff_ainu_list {
  padding-top: 10px;
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 1px) and (max-width: 47em) {
  div.ff_ainu ul.ff_ainu_list {
    width: 100%;
  }
}
div.ff_ainu ul.ff_ainu_list li {
  padding-bottom: 5px;
}
