@charset "UTF-8";


.page-title,
.bread_wrap {
  display: none;
}

.home #contents>.inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.page-mukumilp h2, .page-mukumilp h3, .page-mukumilp h4, .page-mukumilp h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.page-mukumilp h3::before, .page-mukumilp h3::after, .page-mukumilp h4::before, .page-mukumilp h4::after, .page-mukumilp h5::before, .page-mukumilp h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.slider {}

.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-track {}

  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

.slick-dots li button:before {
  color: #509ece;
  font-size: 30px;
}

.slick-dots li.slick-active button:before {
  color: #509ece;
}

@media (min-width : 768px) {
  .slick-dots li {
    display: none;
  }
}

/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

.top .mainblock a {
  text-decoration: none;
}

.top .mainblock a:hover {}

.link_box {
  position: relative;
  transition: .3s;
}

.link_box:hover {
  opacity: .7;
}

.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_box a span.link {
  display: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 5% 0;
}

.sec_news h3 {
  color: #509ece;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  vertical-align: bottom;
  border-bottom: 1px solid #509ece;
}

.sec_news h3 span {
  font-size: 20px;
  padding-left: 10px;
}

.sec_news .news {
  position: relative;
}

.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sec_news .news dl:first-of-type {
  margin-top: 20px;
}

.sec_news .news dt {
  color: #333333;
  padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.news dd a {
  text-decoration: none;
  color: #333333;
}

.sec_news .news dd {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #eee;
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 15px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
  background: #f1ab49;
  display: table;
  padding: 4px 14px 2px;
  text-decoration: none;
  line-height: 1.5;
}

.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}

.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec_news .news .btn a:hover span:after {
  right: 3%;
}

/* ------------------------------------- */
.arrow01 {
  margin: 40px 0;
}

.sec01 .bg {
  padding: 3% 0;
  background: url(img/bg02.jpg)no-repeat center / cover;
}

.sec01 h2,
.sec06 h2 {
  text-align: center;
  padding: 1.5em;
  background: url(img/bg_title.jpg)no-repeat center / cover;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4em;
}

.sec01 .columns.con01 .column {
  border: 1px solid #c3bb7c;
  border-radius: 10px;
  background: #ebe3b9;
}

.sec01 .columns.con01 img {
  border-radius: 10px 10px 0 0;
}

.sec01 .con01 .flex-aic {
  height: 110px;
}

.sec01 .flex-aic p {
  text-align: center;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 26px;
  color: #370100;
  margin-bottom: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.sec01 h3 {
  color: #7d0401;
  font-size: 43px;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.sec01 h3 span {
  padding: 0 0.5em;
  letter-spacing: 0;
  background: -moz-linear-gradient(bottom, #ebe3b9 0%, #ebe3b9 50%, transparent 50%, transparent 100%);
  background: -webkit-linear-gradient(bottom, #ebe3b9 0%, #ebe3b9 50%, transparent 50%, transparent 100%);
  background: linear-gradient(to top, #ebe3b9 0%, #ebe3b9 50%, transparent 50%, transparent 100%);
}

.sec01 .con02 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #DEDDCF;
  box-sizing: border-box;
  padding: 60px 50px 40px 50px;
  margin-bottom: 40px;
}

.sec01 h4 {
  font-size: 30px;
  color: #7d0401;
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}

.sec01 h4:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  height: 1px;
  background: #370101;
  display: block;
  width: 100%;
  z-index: 0;
}

.sec01 h4 span {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 1em;
}

.sec01 ul li {
  font-size: 24px;
  padding-left: 34px;
  margin-bottom: 1em;
  position: relative;
}

.sec01 ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  background: url(img/check.png)no-repeat center / cover;
}

.sec01 p.text01 {
  font-size: 35px;
  color: #370100;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 0;
}

.sec_bnr {
  padding: 3% 0;
  background: url(img/bg03.jpg)no-repeat center / cover;
}

.sec02 h2,
.sec03 h2,
.sec04 h2,
.sec05 h2 {
  font-size: 50px;
  color: #370100;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.sec02 h2:after,
.sec03 h2:after,
.sec04 h2:after,
.sec05 h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 108px;
  height: 3px;
  background: url(img/h2_img01.png)no-repeat center / cover;
}

.sec02 {
  padding: 4% 0;
}

.sec02 figure {
  border-radius: 10px;
  border: 1px solid #7d0401;
}

.sec02 img {
  border-radius: 10px;
}

.sec03 {
  padding: 4% 0;
  background: url(img/bg04.jpg)no-repeat center / cover;
}

.sec03 .columns .column {
  background: #f0e7d1;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 10px 30px 10px;
}

.sec03 figure {
  margin-bottom: 35px;
}

.sec03 p {
  margin-bottom: 0;
  text-align: center;
  font-size: 22px;
}

.sec04 {
  padding: 4% 0;
}

.sec04 .columns {
  margin: 20px 0;
}

.sec04 h3 {
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
  padding: 0.8em 1em;
  background: #7d0401;
  border-radius: 10px 10px 0 0;
}

.sec04 img {
  border-radius: 0 0 10px 10px;
}

.sec04 .text01 {
  border-radius: 10px;
  border: 1px solid #370100;
  padding: 1em;
  font-size: 35px;
  color: #370100;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4em;
}

.sec05 {
  padding: 4% 0;
  background: url(img/bg05.jpg)no-repeat center / cover;
}

.sec05 .con01,
.sec05 .con02,
.sec05 .con03,
.sec05 .con04,
.sec05 .con05 .column {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #DEDDCF;
  box-sizing: border-box;
  padding: 30px;
}

.sec05 .con05 {
  border-radius: 15px;
}

.sec05 h3 {
  font-size: 33px;
  color: #370100;
  border-bottom: 1px solid #7d0401;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.sec05 .con05 h3 {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
}

.sec05 img {
  border-radius: 10px;
}

.sec06 .bg {
  padding: 3% 0;
}

.sec06 .table01 th,
.sec06 .table01 td {
  border-color: #a8a8a8;
  line-height: 1.65em;
}

.sec06 .table01 tr:first-child th,
.sec06 .table01 tr:first-child td {
  padding-top: 0;
}

.sec06 .table01 th {
  width: 25%;
}

.sec06 .con01 {
  margin-bottom: 40px;
}

.sec06 figure {
  text-align: center;
}

.sec06 figure a {
  display: inline-block;
}

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

  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
  .mainimage {
    height: 740px;
    background: url(img/mainimage01.jpg)no-repeat center / cover;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns, .flex-aic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .columns .col2 {
    display: block;
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }

  .columns .col3 {
    display: block;
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .columns .col4 {
    display: block;
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -webkit-flex-basis: 23.5%;
    flex-basis: 23.5%;
  }

  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }

  .columns .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -webkit-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }

  .columns .col40 {
    max-width: 40%;
    -webkit-box-flex-basis: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
  }

  .columns .col58 {
    max-width: 56%;
    -webkit-box-flex-basis: 56%;
    -webkit-flex-basis: 56%;
    flex-basis: 56%;
  }

  /* --------------------------------------------------- */
  .sec05 .columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec03 .con02 {
    margin: 20px auto 0;
    width: 745px;
    max-width: 74.5%;
  }

  .sec03 .columns.con02 .column {
    max-width: 31.545%;
    -webkit-box-flex-basis: 31.545%;
    -webkit-flex-basis: 31.545%;
    flex-basis: 31.545%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec_news p {
    font-size: 14px;
  }

  .mainimage {
    height: 440px;
  }

  .sec01 h2,
  .sec06 h2 {
    font-size: 36px;
  }

  .sec01 .flex-aic p {
    font-size: 20px;
  }

  .sec01 h3 {
    font-size: 28px;
  }

  .sec01 ul li {
    font-size: 18px;
  }

  .sec01 p.text01 {
    font-size: 25px;
  }

  .sec01 .con02 {
    padding: 60px 30px 40px 30px;
  }

  .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .sec04 .text01 {
    font-size: 28px;
  }

  .sec05 h3 {
    font-size: 26px;
  }

  .sec06 .table01 th, .sec06 .table01 td {
    font-size: 90%;
  }
}

@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }

  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .top #contents, .top #aside {
    margin-bottom: 0;
  }

  /*==========================
	　mainimage
==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage {
    height: auto;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
	ボタン
==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  .sec_news h3 {
    font-size: 20px;
  }

  .sec_news h3 span {
    font-size: 16px;
  }

  .sec_news .news+.news {
    margin-top: 1.5em;
  }

  .sec_news .news .btn a {
    top: 0;
    font-size: 12px;
  }

  /* --------------------------------------- */
  .sec01 .columns.con01,
  .sec01 .con01 .flex-aic,
  .sec03 .columns,
  .sec05 .arrow02,
  .sec05 .columns.con05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .sec01 .con01 .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec03 .columns .column.col4,
  .sec03 .columns .column.col3,
  .sec05 .arrow02 .column,
  .sec05 .columns.con05 .column {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }

  .sec01 .columns.con01 .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }

  .sec03 .columns.col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .sec02, .sec03, .sec04, .sec05 {
    padding: 3em 0;
  }

  .sec01 .bg, .sec06 .bg, .sec_bnr {
    padding: 2em 0;
  }

  .sec_bnr .column+.column,
  .sec02 .column+.column,
  .sec05 .con01 .column+.column,
  .sec05 .con02 .column+.column,
  .sec05 .con03 .column+.column,
  .sec05 .con04 .column+.column {
    margin-top: 20px;
  }

  .sec03 .column {
    margin-bottom: 20px;
  }

  .sec01 h2,
  .sec06 h2 {
    font-size: 20px;
  }

  .sec01 .flex-aic p {
    font-size: 10px;
  }

  .sec01 .con01 .flex-aic {
    height: 50px;
  }

  .sec01 h3 {
    font-size: 19px;
  }

  .sec01 ul li {
    font-size: 14px;
  }

  .sec01 p.text01 {
    font-size: 20px;
  }

  .sec01 .con02 {
    padding: 30px 20px;
  }

  .sec01 h4 {
    font-size: 20px;
  }

  .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 1.4em;
  }

  .sec03 p {
    font-size: 15px;
  }

  .sec04 .text01 {
    font-size: 20px;
    padding: 1em 15px;
  }

  .sec05 h3 {
    font-size: 18px;
  }

  .sec05 .con01, .sec05 .con02, .sec05 .con03, .sec05 .con04, .sec05 .con05 .column {
    padding: 30px 15px;
  }

  .arrow01 {
    width: 30%;
    margin: 20px auto;
  }

  .arrow02 .arrow01 {
    width: 80%;
  }

  .sec05 .con05 p {
    font-size: 12px;
    line-height: 1.8em;
  }

  .sec05 .con05 .column {
    position: relative;
    padding-bottom: 3em;
  }

  .sec05 .btn-style {
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .sec05 .btn-style a {
    font-size: 13px;
  }

  .sec06 .table01 th, .sec06 .table01 td {
    font-size: 90%;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
}

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  /* 最大幅 */
  min-width: 260px;
  /* 最小幅 */
  margin: 2.0833% auto;
  padding: 0 .5em;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}

.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}

.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}


.tab_list h3#tab01 {
  background: #afd2e8;
}

.tab_list h3#tab02 {
  background: #ddeabe;
}

.tab_list h3#tab01.active {
  background: #4e9ccb;
}

.tab_list h3#tab02.active {
  background: #b4d467;
}

.tab_list h3:hover {
  cursor: pointer;
}

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

.tab_contents_wrap {
  position: relative;
}

.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}

.tab_contents.active {
  opacity: 1;
  z-index: 1;
}
