@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url("https://fonts.googleapis.com/css?family=Lato:700");
/* fontawesome アイコン */
@import url(style_all.css);
@import url(style_box.css);
i.fa {
  font-size: 1.8em;
}

/* Webフォント */
[class*=latoF] {
  font-family: "Lato", sans-serif;
}

[class*=r_mplusF] {
  font-family: "Rounded Mplus 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

section {
  overflow-x: hidden;
}

/*-------------------------------------------------------------------
	.mainSlide
-------------------------------------------------------------------*/
#top-pagebox .mainSlide .swiper-slide {
  height: 530px;
}
#top-pagebox .mainSlide .swiper-slide:before {
  height: 530px;
}

body.monthly #top-pagebox .mainSlide {
  width: calc(960px + 40px);
  background-color: #fff;
  margin: 0px auto;
  padding: 20px 20px 0px;
}
@media screen and (max-width: 960px) {
  body.monthly #top-pagebox .mainSlide {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.monthly #top-pagebox .mainSlide .swiper-container {
  width: 960px;
}
@media screen and (max-width: 960px) {
  body.monthly #top-pagebox .mainSlide .swiper-container {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #top-pagebox .mainSlide {
    height: 300px;
  }
  #top-pagebox .mainSlide .swiper-container {
    width: 100%;
    height: 100%;
    background-position: center top;
    padding-bottom: 50px;
  }
  #top-pagebox .mainSlide .swiper-slide {
    height: 100%;
    background-size: contain;
  }
  #top-pagebox .mainSlide .swiper-slide:before {
    height: 100%;
  }
  #top-pagebox .mainSlide .swiper-slide img {
    width: 100%;
    max-width: none;
  }
}
/*-------------------------------------------------------------------
#content-message
-------------------------------------------------------------------*/
#content-message {
  margin-bottom: 0px;
}
#content-message .textbox {
  float: left;
  width: 550px;
  margin-left: 25px;
}
#content-message .textbox h1 {
  margin-bottom: 10px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 20px;
  letter-spacing: -0.05em;
}
#content-message .textbox h1 + p {
  margin-bottom: 1em;
  padding-right: 20px;
}
#content-message .imgbox {
  float: right;
  margin-bottom: 1em;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  #content-message .imgbox {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #content-message .textbox {
    width: 60%;
    margin-left: 0;
  }
  #content-message .textbox h1 {
    font-size: 15px;
    line-height: 1.5em;
  }
  #content-message .textbox h1 + p {
    padding: 0;
  }
}
@media screen and (max-width: 544px) {
  #content-message .textbox {
    float: none;
    width: 100%;
  }
}
/*-------------------------------------------------------------------
#content-goal
-------------------------------------------------------------------*/
#content-goal {
  margin-bottom: 4em;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #content-goal {
    margin-bottom: 2em;
    padding-top: 0px;
  }
}
#content-goal > div.inner {
  position: relative;
}
#content-goal > div.inner:before {
  content: "";
  display: block;
  width: 548px;
  height: 255px;
  position: absolute;
  top: -40px;
  right: 64px;
  z-index: -1;
  background: url(../img/goal_bg01.png) no-repeat;
}
#content-goal .goalList {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #content-goal .goalList {
    display: table;
    margin: 0px auto;
  }
}
#content-goal .goalList li {
  background: url(../img/goal_bd01.png) no-repeat left bottom;
  padding-bottom: 4px;
}
#content-goal .goalList li:nth-child(2) {
  background-image: url(../img/goal_bd02.png);
}
#content-goal .goalList li:nth-child(3) {
  background-image: url(../img/goal_bd03.png);
}
#content-goal .goalList li:nth-child(4) {
  background-image: url(../img/goal_bd04.png);
}
#content-goal .goalList li:nth-child(5) {
  background-image: url(../img/goal_bd05.png);
  padding-bottom: 10px;
}
#content-goal .imgbox {
  position: relative;
  margin-top: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 768px) {
  #content-goal .imgbox {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #content-goal {
    padding-top: 10px;
  }
  #content-goal > div.inner:before {
    content: normal;
  }
  #content-goal .textbox {
    padding: 0;
    float: none;
  }
  #content-goal .goalList {
    font-size: 12px;
  }
  #content-goal .goalList li {
    background-size: 200px auto;
  }
  #content-goal .goalList li:nth-child(2) {
    background-size: 240px auto;
  }
  #content-goal .goalList li:nth-child(3) {
    background-size: 350px auto;
  }
  #content-goal .goalList li:nth-child(4) {
    background-size: 220px auto;
  }
  #content-goal .goalList li:nth-child(5) {
    background-size: 320px auto;
  }
  #content-goal .imgbox {
    float: none;
    text-align: center;
  }
  #content-goal .imgbox img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
/*-----------------------------------------------------------------*/
#content-feature {
  /*-----------------------------------------------------------------*/
  margin-bottom: 5em;
  /*-----------------------------------------------------------------*/
}
#content-feature > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url(../img/news_bd01.png), url(../img/news_bd01.png);
  background-repeat: repeat-x, repeat-x;
  background-position: center top 15px, center bottom 15px;
  background-size: 80%;
  padding: 50px 0px;
}
@media screen and (max-width: 768px) {
  #content-feature > .inner {
    display: block;
    padding: 30px 0px 0px;
  }
}
#content-feature > .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #content-feature > .inner ul {
    display: block;
  }
}
#content-feature > .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #content-feature > .inner ul li {
    width: 100%;
  }
}
#content-feature > .inner ul li h4 {
  font-family: "Rounded Mplus 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  width: 100%;
  font-size: 22px;
  font-weight: 500; 
}
#content-feature > .inner ul li h4 small{
	margin-left: 6px; vertical-align: middle;
}
#content-feature > .inner ul li .caption {
  width: calc(100% - 48% - 4%);
}
#content-feature > .inner ul li .caption p {
  margin-bottom: 1em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #content-feature > .inner ul li .caption .bttn img {
    width: 150px;
  }
}
#content-feature > .inner ul li > img {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content-feature > .inner ul li.application_1go {
    background-image: url(../img/news_bd01.png);
    background-repeat: repeat-x;
    background-position: center bottom 15px;
    background-size: 80%;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #content-feature > .inner ul li.visit {
    padding-bottom: 40px;
  }
}
#content-feature > .inner ul li.visit .caption {
  width: calc(100% - 40% - 4%);
}
#content-feature > .inner ul li.visit > img {
  width: 40%;
  position: relative;
  margin-top: -70px;
}

/*-----------------------------------------------------------------*/
/*-------------------------------------------------------------------
#content-news
-------------------------------------------------------------------*/
#content-news {
  position: relative;
  margin-top: -20px;
}
#content-news > div.inner > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl {
    display: block;
  }
}
#content-news > div.inner > dl dt {
  width: 100%;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl dt {
    text-align: center;
  }
}
#content-news > div.inner > dl dt:before {
  zoom: 1;
  display: inline-block;
  *display: inline;
  content: "";
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
#content-news > div.inner > dl dd {
  width: 48%;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl dd.ttl {
    text-align: center;
  }
}
#content-news > div.inner > dl dd.bttn {
  width: 300px;
  height: 100px;
  position: relative;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl dd.bttn {
    width: auto;
    margin-top: 0px;
    text-align: center;
  }
}
#content-news > div.inner > dl dd.bttn a:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner > dl dd.bttn img {
    width: 75%;
  }
}
#content-news > div.inner .tabBox div.entry {
  height: 480px;
  overflow-y: scroll;
}
#content-news > div.inner div.content table {
  max-width: 640px !important;
}
#content-news > div.inner div.content table th, #content-news > div.inner div.content table td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #content-news > div.inner div.content table {
    width: auto !important;
    max-width: auto !important;
  }
  #content-news > div.inner div.content table th, #content-news > div.inner div.content table td {
    display: block;
    width: auto !important;
  }
  #content-news > div.inner div.content img {
    zoom: 1;
    display: inline-block;
    *display: inline;
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
#content-news > div.inner div.archive {
  padding-top: 2em;
}
#content-news > div.inner div.archive h4 {
  margin: 0px 20px 1em;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 150%;
  font-weight: bold;
}
#content-news > div.inner div.archive h4:before {
  content: "";
  display: inline;
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
}
#content-news > div.inner div.archive li:first-child > div a {
  background-color: #FFE9E0;
}
#content-news > div.inner div.archive li > div {
  margin: 0px 0px 0.5em;
}
#content-news > div.inner div.archive li > div a {
  display: block;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 0px 1em 0px 40px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 150%;
  color: #111;
  font-weight: bold;
  line-height: 38px;
}
#content-news > div.inner div.archive li > div a:hover, #content-news > div.inner div.archive li > div a[aria-expanded=true] {
  background-color: #FFE9E0;
  color: #111;
  text-decoration: none;
}
#content-news > div.inner div.archive li > div a[aria-expanded=false] {
  background-color: #fff !important;
}
#content-news > div.inner div.archive li > div a:before {
  content: "";
  display: inline;
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
}
#content-news > div.inner div.archive li ol {
  padding: 0px 1em 2em;
}
#content-news > div.inner div.archive li ol li {
  border-bottom: 1px dotted #999;
  margin: 0px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
}
#content-news > div.inner div.archive li ol li a {
  display: block;
  padding: 4px 1em 4px 30px;
  color: #111;
}
#content-news > div.inner div.archive li ol li a:hover {
  background-color: #FFE9E0;
  color: #111;
  text-decoration: none;
}
#content-news > div.inner div.archive li ol li a:before {
  content: "";
  display: inline;
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
}

@media screen and (max-width: 768px) {
  #content-news > div.inner > dl {
    width: auto;
  }
  #content-news > div.inner > dl dt {
    font-size: 16px;
  }
  #content-news > div.inner > dl dd {
    font-size: 20px;
  }
}
.tabMenu {
  margin-top: 20px;
  padding-left: 6px;
  font-size: 0;
}
.tabMenu li {
  position: relative;
  zoom: 1;
  display: inline-block;
  *display: inline;
  background: #fff;
  border: 1px solid #999;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-left: 4px;
  padding: 0 20px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  vertical-align: bottom;
}
.tabMenu li:hover {
  background: #FFE9E0;
  cursor: pointer;
}
.tabMenu li.active {
  background: #FFE9E0;
}
.tabMenu li:first-child {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
.tabMenu li.new:before {
  content: "NEW!";
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -15px;
  border: 1px solid #999;
  border-radius: 1.5em;
  padding: 0.3em 0.5em;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #666;
  line-height: 1;
  -webkit-animation: color-change 3s linear infinite;
          animation: color-change 3s linear infinite;
}
@-webkit-keyframes color-change {
  0%, 100% {
    background-color: #ffff00;
  }
  50% {
    background-color: #ffffee;
  }
}
@keyframes color-change {
  0%, 100% {
    background-color: #ffff00;
  }
  50% {
    background-color: #ffffee;
  }
}

.tabBox {
  height: 600px;
  background-image: url(../img/news_bd01.png), url(../img/news_bd01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top 15px, center bottom 15px;
  padding: 60px 80px;
  border: 1px solid #999;
  border-radius: 10px;
  overflow: hidden;
}
.tabBox.active {
  display: block !important;
}
.tabBox > div.inner {
  height: 480px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.tabBox div.entry {
  position: relative;
  border-bottom: 1px dotted #666;
  margin-bottom: 2em;
  margin-right: 20px;
  padding-bottom: 2em;
  padding-right: 20px;
}
.tabBox h3 {
  margin-bottom: 0.5em;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4em;
}
.tabBox h3 small {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75em;
  font-weight: normal;
}
.tabBox img {
  max-width: 240px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tabMenu {
    text-align: left;
  }
  .tabMenu li {
    border: 1px solid #999;
    border-radius: 8px;
    margin-bottom: 4px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
  }

  .tabBox {
    height: auto;
    background-size: 100% auto, 100% auto;
    padding: 40px 25px;
  }
}
.newsList small {
  zoom: 1;
  display: inline-block;
  *display: inline;
  width: 105px;
  background: url(../img/dot01.png) repeat-y right top;
  font-size: 14px;
  vertical-align: middle;
}
.newsList .content {
  zoom: 1;
  display: inline-block;
  *display: inline;
  width: 560px;
  padding-left: 30px;
  font-size: 14px;
  vertical-align: middle;
}
.newsList .content a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .newsList .date {
    display: block;
    width: auto;
    background: none;
    font-size: 12px;
  }
  .newsList .txt {
    display: block;
    width: auto;
    padding-left: 0;
    font-size: 12px;
  }
}
/*-------------------------------------------------------------------
#content-event
-------------------------------------------------------------------*/
#content-event {
  background: url(../img/event_bg01.jpg) no-repeat center top;
  margin-top: 30px;
  padding: 680px 0 0 0;
}
#content-event .ttl {
  margin-bottom: 32px;
}
#content-event .itemlist dt {
  border: 1px solid #999;
  border-radius: 20px;
  padding-left: 40px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
#content-event .itemlist dt.active {
  background: #FFE9E0;
}
#content-event .itemlist dt small {
  zoom: 1;
  display: inline-block;
  *display: inline;
  width: 90px;
  vertical-align: top;
}
#content-event .itemlist dt small:before {
  zoom: 1;
  display: inline-block;
  *display: inline;
  content: "";
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
#content-event .itemlist dt span {
  zoom: 1;
  display: inline-block;
  *display: inline;
  vertical-align: top;
}
#content-event .itemlist dt + dt {
  margin-top: 8px;
}
#content-event .itemlist dd {
  padding: 15px 50px;
}
#content-event .itemlist dd div.ttl {
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 2px;
}
#content-event .itemlist dd div.ttl small {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  color: #777;
  font-weight: normal;
  line-height: 1;
}
#content-event ul {
  margin-bottom: 1em;
}
#content-event ul li {
  zoom: 1;
  display: inline-block;
  *display: inline;
  margin: 0px 8px 0px 0px;
  vertical-align: top;
}
#content-event ul li img {
  width: 170px;
  height: auto;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #content-event {
    background-size: contain;
    padding: 80% 0 0 0;
  }
  #content-event .itemlist dt {
    font-size: 14px;
    padding: 8px 20px;
    line-height: 1.4;
  }
  #content-event .itemlist dt .month {
    display: block;
    width: auto;
  }
  #content-event .itemlist dt .txt {
    width: auto;
    display: block;
  }
  #content-event .itemlist dd {
    padding: 10px;
  }
  #content-event ul {
    width: 100%;
    text-align: center;
  }
  #content-event ul li {
    width: 46%;
    margin: 5px;
    text-align: left;
  }
  #content-event ul li:nth-child(odd) {
    text-align: right;
  }
  #content-event ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #content-event .sttl {
    margin-top: 15px;
    font-size: 14px;
  }
}
/*-----------------------------------------------------------------*/
#content-access {
  /*-----------------------------------------------------------------*/
}
#content-access .textbox {
  width: 450px;
  margin-bottom: 1em;
  padding-left: 25px;
}
#content-access .textbox h3 {
  margin-bottom: 10px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 20px;
  line-height: 1.5;
}
#content-access .imgbox {
  margin-bottom: 1em;
  margin-right: 20px;
  text-align: center;
}
#content-access .imgbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
#content-access .link {
  zoom: 1;
  display: inline-block;
  *display: inline;
  margin-top: 6px;
  font-family: "Rounded Mplus 1c", "メイリオ", "Meiryo";
  font-size: 18px;
  text-decoration: underline;
}
#content-access .link:before {
  zoom: 1;
  display: inline-block;
  *display: inline;
  content: "";
  margin-right: 5px;
  padding-bottom: 4px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
#content-access .map {
  clear: both;
  height: 400px;
  margin: 10px 20px 0px;
}
#content-access .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #content-access .textbox {
    float: none;
    width: auto;
    padding: 0;
  }
  #content-access .sttl {
    font-size: 15px;
  }
  #content-access .mapBox {
    float: none;
    margin-top: 25px;
    margin-right: 0;
  }
  #content-access .link {
    font-size: 13px;
  }
  #content-access .map {
    margin: 20px 0 0;
  }
}
/*-----------------------------------------------------------------*/
#content-album {
  /*-----------------------------------------------------------------*/
}
@media screen and (max-width: 960px) {
  #content-album {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
#content-album div {
  max-width: 840px;
  margin: 0 auto;
}
#content-album div img {
  width: 100%;
}

#top-pagebox #content-news > div.inner .tabBox div.entry {
  height: auto;
  overflow-y: hidden;
}
/*# sourceMappingURL=style_toppage.css.map */