@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* Material iconsを利用する */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/* --------------------
 body
-------------------- */
html {
  font-size: 62.5%;
  /* 10px基準 */
}

body {
  color: #4d4d4d;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
a:hover {
  color: #f00;
  text-decoration: underline;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}
a i {
  text-decoration: none;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-caption {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

em {
  font-style: italic;
}

.ffmin {
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* --------------------
  contents
-------------------- */
#top-box-1 {
  height: 680px;
  position: relative;
}
#top-box-1 #header {
  position: absolute;
  max-width: 1238px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  margin: auto;
}
#top-box-1 #header #logo {
  position: absolute;
  top: 0;
  left: 0;
}
#top-box-1 #header h1 {
  position: absolute;
  top: 28px;
  left: 158px;
  color: #fff;
  font-weight: normal;
}
#top-box-1 #header #nav-bg,
#top-box-1 #header #sp-nav,
#top-box-1 #header #btn-nav-close {
  display: none;
}
#top-box-1 #header .h-box {
  width: 164px;
}
#top-box-1 #header .h-box .title {
  margin-bottom: 12px;
  padding: 3px 6px;
  color: #fff;
  text-align: center;
}
#top-box-1 #header .h-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
#top-box-1 #header .h-box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
#top-box-1 #header .h-box ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 26px;
}
#top-box-1 #header .h-box ul li a:hover {
  opacity: 0.8;
}
#top-box-1 #header .h-box ul li.icon-1 a {
  background: url(../img/contents/top/h-icon-1.svg) no-repeat center top;
}
#top-box-1 #header .h-box ul li.icon-2 a {
  background: url(../img/contents/top/h-icon-2.svg) no-repeat center top;
}
#top-box-1 #header .h-box ul li.icon-3 a {
  background: url(../img/contents/top/h-icon-3.svg) no-repeat center top;
}
#top-box-1 #header .h-box ul li.icon-4 a {
  background: url(../img/contents/top/h-icon-4.svg) no-repeat center top;
}
#top-box-1 #header .h-box ul li.icon-5 a {
  background: url(../img/contents/top/h-icon-5.svg) no-repeat center top;
}
#top-box-1 #header .h-box ul li.icon-6 a {
  background: url(../img/contents/top/h-icon-6.svg) no-repeat center top;
}
#top-box-1 #header #h-box-1 {
  position: absolute;
  top: 14px;
  right: 174px;
}
#top-box-1 #header #h-box-1 .title {
  background-color: rgba(0, 0, 0, 0.4);
}
#top-box-1 #header #h-box-1 ul {
  padding-top: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#top-box-1 #header #h-box-2 {
  position: absolute;
  top: 14px;
  right: 0;
}
#top-box-1 #header #h-box-2 .title {
  background-color: rgba(0, 109, 0, 0.5);
}
#top-box-1 #top-main-image.swiper-container {
  width: 100%;
  height: 680px;
}
#top-box-1 #top-main-image .slide-1 {
  background: #f1f1f1 url(../img/contents/top/main-image-1.jpg) no-repeat center top/auto 100%;
}
#top-box-1 #top-main-image .slide-2 {
  background: #f1f1f1 url(../img/contents/top/main-image-2.jpg) no-repeat center top/auto 100%;
}

@media screen and (max-width: 768px) {
  #top-box-1 {
    height: 424px;
    position: relative;
  }
  #top-box-1 #top-main-image.swiper-container {
    width: 100%;
    height: 424px;
  }
}
@media screen and (max-width: 600px) {
  #top-box-1 #top-main-image.swiper-container {
    width: 100%;
    height: 424px;
  }
  #top-box-1 #top-main-image .slide-1 {
    background: #f1f1f1 url(../img/contents/top/sp-main-image-1.jpg) no-repeat center center;
    background-size: cover;
  }
  #top-box-1 #top-main-image .slide-2 {
    background: #f1f1f1 url(../img/contents/top/sp-main-image-2.jpg) no-repeat center center;
    background-size: cover;
  }
}
.bnr-gm {
  margin: 7px 0 36px;
}
@media screen and (max-width: 600px) {
  .bnr-gm {
    margin: 23px 0;
  }
}
.bnr-gm img {
  position: relative;
  right: -13px;
}
@media screen and (max-width: 600px) {
  .bnr-gm img {
    right: -2px;
  }
}

.lss-box {
  padding: 36px 30px;
  text-align: center;
}
.lss-box .sp {
  display: none;
}
.lss-box__info {
  margin: 0 auto 5rem;
  padding: 5rem;
  border: 0.6rem #00cc37 solid;
  text-align: left;
  max-width: 70rem;
}
@media screen and (max-width: 600px) {
  .lss-box__info {
    padding: 3rem;
  }
}
.lss-box__info__ttl {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .lss-box__info__ttl {
    margin-bottom: 2rem;
  }
}
.lss-box__info__txt {
  font-size: 1.6rem;
  line-height: 2.12;
}
.lss-box__info__box {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem #b1b1b1 solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .lss-box__info__box {
    display: block;
  }
}
.lss-box__info__box__ttl {
  margin-right: 1rem;
  width: 16rem;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 600px) {
  .lss-box__info__box__ttl {
    margin-right: 0;
    width: auto;
  }
}
.lss-box__info__box__cnt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2.12;
}
@media screen and (max-width: 600px) {
  .lss-box__info__box__cnt {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media screen and (max-width: 600px) {
  .lss-box .pc {
    display: none;
  }
  .lss-box .sp {
    display: inline-block;
  }
}
#top-box-2 {
  margin-bottom: 2px;
  position: relative;
  z-index: 20;
  background: url(../img/contents/top/top-box-2-bg.png) no-repeat center top;
  height: 64.4rem;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  #top-box-2 {
    margin-top: 0;
    margin-bottom: 2px;
    background: none;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
#top-box-2 .container-box {
  margin: 0 auto;
  max-width: 1280px;
  height: 64.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 6rem;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box {
    display: block;
    height: auto;
  }
}
#top-box-2 .container-box .item .im {
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .im {
    margin-bottom: 16px;
  }
}
#top-box-2 .container-box .item .box {
  padding: 8px 54px 80px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .box {
    padding: 18px 25px 58px;
    height: auto;
  }
}
#top-box-2 .container-box .item .box::after {
  font-family: FontAwesome;
  content: "\f13a";
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .box::after {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 20px;
  }
}
#top-box-2 .container-box .item .box .logo {
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .box .logo {
    margin-bottom: 14px;
  }
}
#top-box-2 .container-box .item .text {
  color: #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .text {
    font-size: 1.6rem;
  }
}
#top-box-2 .container-box .item .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
#top-box-2 .container-box .item .link a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item .link a:hover {
    background-color: transparent;
  }
}
#top-box-2 .container-box .item-1 {
  width: 450px;
  padding: 68px 48px 0;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item-1 {
    width: 100%;
    margin: auto;
    padding: 20px 20px 30px;
    background-color: #f0f9fc;
  }
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item-1 .im img {
    max-width: 218px;
  }
}
#top-box-2 .container-box #item-2-w {
  width: 38.5rem;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box #item-2-w {
    width: auto;
    background: url(../img/contents/top/sp-top-bg-1-l.jpg) no-repeat center top;
    background-size: cover;
    padding: 20px;
  }
}
#top-box-2 .container-box .item-2 {
  position: relative;
  padding-top: 3.8rem;
}
@media screen and (max-width: 600px) {
  #top-box-2 .container-box .item-2 {
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
  }
}
#top-box-2 .container-box .item-2 .box {
  background-color: rgba(229, 255, 227, 0.95);
}
#top-box-2 .container-box .item-2 .box::after {
  text-shadow: 0 0 5px rgba(0, 63, 16, 0.2);
}

.topSns1 {
  padding: 72px 30px 60px;
}

.topSns1__title {
  margin-bottom: 26px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #333;
  text-align: center;
}
.topSns1__title .u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #bdedb0), color-stop(90%, #bdedb0), color-stop(90%, transparent), to(transparent));
  background: -webkit-linear-gradient(transparent 70%, #bdedb0 70%, #bdedb0 90%, transparent 90%, transparent 100%);
  background: linear-gradient(transparent 70%, #bdedb0 70%, #bdedb0 90%, transparent 90%, transparent 100%);
}

.topSns1Lists {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 990px;
  border-top: 2px #d7d7d7 solid;
  border-left: 2px #d7d7d7 solid;
}

.topSns1Lists__list {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px #d7d7d7 solid;
  border-bottom: 2px #d7d7d7 solid;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.topSns1Lists__listLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  color: #333;
  position: relative;
  text-decoration: none;
}
.topSns1Lists__listLink::before {
  content: "";
  width: 48px;
  height: 48px;
}
.topSns1Lists__listLink::after {
  content: "";
  width: 18px;
  height: 12px;
  background: url(../img/contents/top/sns-icon-arrow-bottom.svg) no-repeat center center;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.topSns1Lists__listLink.m--instagram::before {
  background: url(../img/contents/top/sns-icon-instagram.svg) no-repeat center center;
}
.topSns1Lists__listLink.m--facebook::before {
  background: url(../img/contents/top/sns-icon-facebook.svg) no-repeat center center;
}
.topSns1Lists__listLink.m--mailmagazine::before {
  background: url(../img/contents/top/sns-icon-mailmagazine.svg) no-repeat center center;
}
.topSns1Lists__listLink:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .topSns1 {
    padding: 44px 20px 42px;
  }
  .topSns1__title {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .topSns1Lists__list {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topSns1Lists__listLink {
    padding-bottom: 16px;
  }
  .topSns1Lists__listLink::after {
    bottom: 16px;
  }
  .topSns1Lists__listLink:hover {
    opacity: 1;
  }
}
#topBox3 {
  border-top: 10px #008048 solid;
  background: #a7d8ea url(../img/contents/top/top-bg-2-btm.jpg) no-repeat center bottom;
}
#topBox3 #top-box-3-i {
  padding: 86px 30px 98px;
  background: url(../img/contents/top/top-bg-2-top.jpg) no-repeat center top;
}
#topBox3 #top-box-3-i .container-box {
  margin: 0 auto;
  max-width: 1200px;
}
#topBox3 #top-box-3-i .container-box > .logo {
  margin-bottom: 14px;
  text-align: center;
}
#topBox3 #top-box-3-i .container-box > h2 {
  margin-bottom: 4px;
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.1;
}
#topBox3 #top-box-3-i .container-box > .text {
  margin: 0 auto 54px;
  max-width: 866px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}
#topBox3 #top-box-3-i .container-box > h3 {
  margin-bottom: 14px;
  color: #00002f;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
#topBox3 #top-box-3-i .container-box .box-1 {
  margin-bottom: 22px;
}
#topBox3 #top-box-3-i .container-box .box-1 .item {
  padding: 14px;
  margin-right: 4px;
  margin-bottom: 4px;
  height: 70px;
  float: left;
  background-color: #fff;
}
#topBox3 #top-box-3-i .container-box .box-1 .item:last-child {
  margin-right: 0;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 {
  width: 798px;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p {
  margin-right: 4px;
  float: left;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p .sp {
  display: none;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p.text {
  padding-left: 100px;
  position: relative;
  color: #00002f;
  font-size: 20px;
  font-size: 2rem;
  line-height: 42px;
  width: 240px;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p.text::before {
  content: "";
  width: 86px;
  height: 96px;
  background: url(../img/contents/top/top-logo-4.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -34px;
  left: 0;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p:last-child {
  margin-right: 0;
}
#topBox3 #top-box-3-i .container-box .box-1 .item.item-2 {
  width: 222px;
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap {
  overflow: hidden;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap {
    margin: 0 0 8px;
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap .itembox-wrap {
  margin: 0;
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul {
  margin: 0 -8px -16px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul {
    margin: 0 -4px -8px;
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type0 > li {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type0 > li {
    width: calc(100% - 8px);
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type1 > li {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type1 > li {
    width: calc(50% - 8px);
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type2 > li {
  width: calc(25% - 16px);
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type2 > li {
    width: calc(50% - 8px);
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type3 > li {
  width: calc(20% - 16px);
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.m--type3 > li {
    width: calc(33.3333333333% - 8px);
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.type-2 {
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul.type-2 > li {
  margin: 0 15px 16px;
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul > li {
  margin: 0 8px 16px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul > li {
    margin: 0 4px 8px;
  }
}
#topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul > li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #topBox3 #top-box-3-i .container-box .box-2 .itembox-wrap > ul > li a:hover {
    opacity: 1;
  }
}
#topBox3 #top-box-3-i .container-box .box-2 h4 {
  margin: 30px 0 18px;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
}
#topBox3 #top-box-3-i .container-box .box-2 h4::before, #topBox3 #top-box-3-i .container-box .box-2 h4::after {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}
#topBox3 #top-box-3-i .container-box .box-2 h4::before {
  margin-right: 12px;
}
#topBox3 #top-box-3-i .container-box .box-2 h4::after {
  margin-left: 12px;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi {
  margin: 0;
  padding: 0 18px 0 0;
  list-style: none;
  letter-spacing: -0.4em;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li {
  margin: 0 18px 18px 0;
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
  display: inline-block;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li:nth-child(2n) {
  margin-right: -18px;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li a:hover {
  opacity: 0.8;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul {
  margin: 0 0 -18px;
  padding: 0 18px 0 0;
  list-style: none;
  letter-spacing: -0.4em;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li {
  margin: 0 18px 18px 0;
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
  width: 50%;
  display: inline-block;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li:nth-child(2n) {
  margin-right: -18px;
}
#topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li a:hover {
  opacity: 0.8;
}

/* ---------　170904追加ここから　-------------------- */
/* ---------　170904追加ここまで　-------------------- */
@media screen and (max-width: 768px) {
  #topBox3 .box-2 {
    margin: 0 auto;
    max-width: 590px;
  }
}
.topSns2 {
  padding: 84px 30px;
}

.topSns2__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.topSns2Box {
  margin: 0 auto;
  max-width: 1030px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topSns2Box__item {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topSns2Box__item:last-child {
  margin-right: 0;
}

.topSns2 .fb_iframe_widget {
  width: 100% !important;
}
.topSns2 .fb_iframe_widget span,
.topSns2 .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media screen and (max-width: 1024px) {
  .topSns2Box {
    display: block;
  }
  .topSns2Box__item {
    margin: 0 auto 20px;
    max-width: 500px;
  }
  .topSns2Box__item:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .topSns2 {
    padding: 44px 20px 60px;
  }
  .topSns2__title {
    margin-bottom: 16px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#topBox4 {
  padding: 94px 30px 64px;
  height: 644px;
  border-top: 10px #93d5f5 solid;
  background: url(../img/contents/top/top-bg-3.jpg) no-repeat center top;
}
#topBox4 .box-1 {
  margin: 0 auto;
  max-width: 406px;
}
#topBox4 .box-1 .logo {
  margin-bottom: 10px;
  text-align: center;
}
#topBox4 .box-1 h2 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}
#topBox4 .box-1 h3 {
  margin-bottom: 6px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
#topBox4 .box-1 .text {
  margin: 0 auto;
  max-width: 360px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
}
#topBox4 .box-1 .im {
  margin-top: 26px;
  text-align: center;
}

#topMap iframe {
  width: 100%;
  display: block;
}

#top-box-5 {
  margin-bottom: 4px;
  padding: 38px 30px;
  background-color: #fffbf1;
}
#top-box-5 .container-box {
  margin: 0 auto;
  max-width: 494px;
}
#top-box-5 .container-box h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}
#top-box-5 .container-box .text {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
#top-box-5 .container-box .btn {
  margin: 18px auto 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.4em;
  text-align: center;
}
#top-box-5 .container-box .btn li {
  margin: 0 20px 0 0;
  padding: 0;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  max-width: 234px;
  width: 100%;
}
#top-box-5 .container-box .btn li:last-child {
  margin: 0;
}
#top-box-5 .container-box .btn li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 38px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
#top-box-5 .container-box .btn li a:hover {
  opacity: 0.8;
}
#top-box-5 .container-box .btn li a::after {
  font-family: "Material Icons";
  font-size: 23px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  text-align: center;
  color: #fff;
}
#top-box-5 .container-box .btn li a.btn-1 {
  background-color: #000522;
}
#top-box-5 .container-box .btn li a.btn-1::after {
  content: "\e55b";
}
#top-box-5 .container-box .btn li a.btn-2 {
  background-color: #f05a24;
}
#top-box-5 .container-box .btn li a.btn-2::after {
  content: "\e52e";
}

#top-box-6 {
  padding: 50px 30px 40px;
  background-color: #d0e9dd;
}
#top-box-6 .container-box {
  margin: 0 auto;
  max-width: 610px;
}

.news1107 {
  margin: 0 auto 46px;
  max-width: 530px;
}
.news1107 .title {
  margin-bottom: 14px;
  text-align: center;
}
.news1107 .text {
  margin-bottom: 14px;
  color: #000;
}
.news1107 .im {
  text-align: center;
}

#top-box-6 .container-box .title-box {
  padding: 14px 22px;
  background-color: #002b17;
  display: table;
  width: 100%;
}
#top-box-6 .container-box .title-box h2,
#top-box-6 .container-box .title-box .sub-title {
  display: table-cell;
  vertical-align: middle;
}
#top-box-6 .container-box .title-box h2 {
  color: #ffffaa;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
}
#top-box-6 .container-box .title-box .sub-title {
  color: #fff;
  text-align: right;
}
#top-box-6 .container-box .news-box {
  background-color: #fff;
}

#top-box-7 {
  padding: 36px 30px 40px;
}
#top-box-7 .container-box {
  margin: 0 auto;
  max-width: 960px;
}
#top-box-7 .container-box h2 {
  margin: 0 auto 18px;
  padding-bottom: 6px;
  display: table;
  border-bottom: 1px #000 dashed;
  color: #000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
#top-box-7 .container-box .box-1 {
  width: 100%;
  display: table;
}
#top-box-7 .container-box .box-1 .item {
  width: 50%;
  display: table-cell;
  text-align: center;
}
#top-box-7 .container-box .box-1 .item .logo {
  margin-bottom: 12px;
}
#top-box-7 .container-box .box-1 .item .text i {
  margin-left: 6px;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#top-box-7 .container-box .box-1 .item .text a {
  color: #c0272d;
  text-decoration: underline;
}
#top-box-7 .container-box .box-1 .item .text a:hover {
  color: #f00;
}

#copyright {
  padding: 16px 30px;
  color: #fff;
  background-color: #008048;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
#copyright a {
  color: #fff;
  text-decoration: none;
}

#count {
  display: none;
}

.bnrBox {
  padding: 56px 30px;
  background-color: #f1f1f1;
  text-align: center;
}
.bnrBox a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .bnrBox {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* --------------------
    body
  -------------------- */
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline !important;
  }
  select,
  input,
  textarea {
    font-size: 16px;
  }
  /* --------------------
    contents
  -------------------- */
  #top-box-1 #header {
    max-width: none;
  }
  #top-box-1 #header #logo {
    left: 15px;
    width: 76px;
    z-index: 130;
  }
  #top-box-1 #header h1 {
    display: none;
  }
  #top-box-1 #header #nav-bg {
    background-color: rgba(0, 66, 37, 0.95);
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #top-box-1 #header #nav-bg.active {
    display: block;
  }
  #top-box-1 #header #sp-nav {
    display: block;
    position: absolute;
    top: 10px;
    right: 6px;
  }
  #top-box-1 #header #sp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -0.4em;
  }
  #top-box-1 #header #sp-nav ul li {
    margin: 0 6px 0 0;
    padding: 0;
    letter-spacing: normal;
    display: inline-block;
  }
  #top-box-1 #header #sp-nav ul li:last-child {
    margin: 0;
  }
  #top-box-1 #header #btn-nav-close {
    position: absolute;
    top: 12px;
    right: 6px;
    z-index: 130;
  }
  #top-box-1 #header #btn-nav-close.active {
    display: block;
  }
  #top-box-1 #header #nav {
    display: none;
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    z-index: 130;
    width: 100%;
  }
  #top-box-1 #header #nav.active {
    display: block;
  }
  #top-box-1 #header .h-box {
    margin: 0 auto 30px;
    width: 244px;
  }
  #top-box-1 #header .h-box::last-child {
    margin: 0 auto;
  }
  #top-box-1 #header .h-box .title {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #top-box-1 #header .h-box ul li {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #top-box-1 #header .h-box ul li a {
    padding-top: 44px;
    background-size: auto 40px !important;
  }
  #top-box-1 #header .h-box ul li a:hover {
    opacity: 1;
  }
  #top-box-1 #header #h-box-1,
  #top-box-1 #header #h-box-2 {
    position: static;
  }
  #topBox3 {
    background: #a7d8ea url(../img/contents/top/sp-top-bg-2-btm.jpg) no-repeat center bottom;
    background-size: contain;
  }
  #topBox3 #top-box-3-i {
    padding: 74px 15px;
    background: url(../img/contents/top/sp-top-bg-2-top.jpg) no-repeat center top;
    background-size: contain;
  }
  #topBox3 #top-box-3-i .container-box {
    margin: 0 auto;
    max-width: 1200px;
  }
  #topBox3 #top-box-3-i .container-box > h2 {
    margin-bottom: 14px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  #topBox3 #top-box-3-i .container-box > .text {
    margin: 0 auto 70px;
    max-width: none;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #topBox3 #top-box-3-i .container-box > h3 {
    margin-bottom: 10px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  #topBox3 #top-box-3-i .container-box > h3 span {
    display: block;
  }
  #topBox3 #top-box-3-i .container-box .box-1 {
    margin-bottom: 38px;
    padding: 25px 28px 28px;
    background-color: #fff;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item {
    padding: 0;
    margin-right: 0;
    margin-bottom: 16px;
    height: auto;
    float: none;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 {
    width: 100%;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p {
    margin-right: 0;
    margin-bottom: 16px;
    float: none;
    text-align: center;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p .pc {
    display: none;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p .sp {
    display: inline-block;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p.text {
    margin: 0 auto 22px;
    padding-left: 50px;
    position: relative;
    color: #00002f;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    width: auto;
    vertical-align: middle;
    display: table;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p.text::before {
    display: inline-block;
    content: "";
    width: 48px;
    height: 52px;
    background: url(../img/contents/top/top-logo-4.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: -12px;
    left: 0;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-1 p:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-2 {
    width: 100%;
    text-align: center;
  }
  #topBox3 #top-box-3-i .container-box .box-1 .item.item-3 {
    text-align: center;
  }
  #topBox3 #top-box-3-i .container-box .box-2 h4 {
    margin: 30px 0 18px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  #topBox3 #top-box-3-i .container-box .box-2 ul.osechi {
    padding: 0 0 0 0;
  }
  #topBox3 #top-box-3-i .container-box .box-2 ul.osechi li {
    margin: 0 0 8px 0;
    width: 100% !important;
  }
  #topBox3 #top-box-3-i .container-box .box-2 ul.osechi li a:hover {
    opacity: 1;
  }
  #topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li:nth-child(2n) {
    margin-right: 0;
  }
  #topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul {
    margin: 0 0 -8px;
    padding: 0 8px 0 0;
    list-style: none;
    letter-spacing: -0.4em;
  }
  #topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li {
    margin: 0 8px 8px 0;
    padding: 0;
    letter-spacing: normal;
    vertical-align: top;
    width: 50% !important;
    display: inline-block;
  }
  #topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li:nth-child(2n) {
    margin-right: -8px;
  }
  #topBox3 #top-box-3-i .container-box .box-2 > ul.osechi > li ul > li a:hover {
    opacity: 1;
  }
  #topBox3 #top-box-3-i .container-box .box-2 h4::before, #topBox3 #top-box-3-i .container-box .box-2 h4::after {
    width: 20px;
  }
  #topBox3 #top-box-3-i .container-box .box-2 h4::before {
    margin-right: 6px;
  }
  #topBox3 #top-box-3-i .container-box .box-2 h4::after {
    margin-left: 6px;
  }
  #topBox4 {
    padding: 140px 34px 0;
    height: 864px;
    background: url(../img/contents/top/sp-top-bg-3.jpg) no-repeat center top;
    background-size: cover;
  }
  #topBox4 .box-1 {
    max-width: none;
  }
  #topBox4 .box-1 h2 {
    margin-bottom: 6px;
    font-size: 48px;
    font-size: 4.8rem;
  }
  #topBox4 .box-1 h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #topBox4 .box-1 h3 span {
    display: block;
  }
  #topBox4 .box-1 .text {
    max-width: 280px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #topBox4 .box-1 .im {
    margin-top: 30px;
  }
  #top-box-5 {
    padding: 38px 15px;
  }
  #top-box-5 .container-box .text {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  #top-box-5 .container-box .btn {
    margin: 18px auto 0;
    max-width: 234px;
  }
  #top-box-5 .container-box .btn li {
    margin: 0 0 20px;
    display: block;
  }
  #top-box-5 .container-box .btn li:last-child {
    margin: 0;
  }
  #top-box-5 .container-box .btn li a {
    padding: 12px 38px;
  }
  #top-box-5 .container-box .btn li a:hover {
    opacity: 1;
  }
  #top-box-6 {
    padding: 36px 15px;
  }
  #top-box-6 .container-box .title-box {
    padding: 14px 18px;
  }
  #top-box-6 .container-box .title-box h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #top-box-6 .container-box .title-box .sub-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #top-box-6 .container-box .news-box {
    height: 280px;
    overflow-y: scroll;
    padding-right: 10px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  #top-box-6 .container-box .news-box::-webkit-scrollbar {
    background: #ccc;
    width: 10px;
  }
  #top-box-6 .container-box .news-box::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  #top-box-7 {
    padding: 36px 15px;
  }
  #top-box-7 .container-box {
    max-width: none;
  }
  #top-box-7 .container-box h2 {
    white-space: nowrap;
  }
  #top-box-7 .container-box .box-1 {
    display: block;
  }
  #top-box-7 .container-box .box-1 .item {
    margin-bottom: 40px;
    width: 100%;
    display: block;
  }
  #top-box-7 .container-box .box-1 .item:last-child {
    margin: 0;
  }
  #copyright {
    padding: 20px 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=top.css.map */