@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

body {
  color: #000000;
  font-family: "Meiryo", "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

.header {
  position: absolute;
  width: 100%;
  display: block;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 999;
  top: 0;
}

.flyer{
	text-align:center;
	margin:0 auto 30px;
}

.thanks_t{
	font-size:1.4rem;
	text-align:center;
	margin:200px auto 100px;
}

@media screen and (max-width: 834px) {
  .header {
    padding-top: 126px;
  }
}

@media screen and (max-width: 376px) {
  .header {
    padding-top: 70px;
  }
}

.header__logo img {
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .header__logo img {
    width: 345px;
  }
}

@media screen and (max-width: 376px) {
  .header__logo img {
    width: 231px;
  }
}

main {
  display: block;
  margin-top: 50px;
}

@media screen and (max-width: 376px) {
  main {
    margin-top: 50px;
  }
}

main.page-index {
  margin-top: 0;
}

#footer {
  position: relative;
  margin-bottom: 108px;
}

@media screen and (max-width: 834px) {
  #footer {
    margin-bottom: 66px;
  }
}

#footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 23px;
  margin-bottom: 15px;
}

#footer .footer .l {
  width: 28%;
}

@media screen and (max-width: 834px) {
  #footer .footer .l {
    width: 100%;
  }
}

#footer .footer .l .txt01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
}

#footer .footer .l .m {
  margin: 19px auto 25px;
}

#footer .footer .l .txt-add {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
}

#footer .footer .r {
  width: calc(100% - 28%);
  padding-left: 6%;
}

@media screen and (max-width: 834px) {
  #footer .footer .r {
    width: 100%;
    padding: 0;
  }
}

#footer .footer .r .ico {
  text-align: center;
  margin-bottom: 13px;
}

#footer .footer .r .ico img {
  display: inline-block;
}

#footer .footer .r .list-f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  #footer .footer .r .list-f-menu {
    border-bottom: 1px dotted;
  }
}

#footer .footer .r .list-f-menu .item {
  width: calc(100% / 8);
  padding: 15px 30px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #footer .footer .r .list-f-menu .item {
    width: 50%;
    padding: 0;
  }
}

#footer .footer .r .list-f-menu .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  #footer .footer .r .list-f-menu .item a {
    padding: 20px 15px;
    border-top: 1px dotted;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  #footer .footer .r .list-f-menu .item:nth-child(2n+1) a {
    border-right: 1px dotted;
  }
}

@media screen and (min-width: 835px) {
  #footer .footer .r .list-f-menu .item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: url("../img/common/ico02.png") no-repeat;
    background-size: 2px 100%;
  }
  #footer .footer .r .list-f-menu .item:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: url("../img/common/ico02.png") no-repeat;
    background-size: 2px 100%;
  }
}

#footer .box-txt {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  #footer .box-txt {
    bottom: 35px;
  }
}

.backtop {
  position: fixed;
  bottom: 66px;
  right: 65px;
  z-index: 9999999999;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .backtop {
    bottom: 50px;
    right: 20px;
    z-index: 99;
  }
  .backtop img {
    max-width: 110px;
  }
}

.header-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: #1f474d;
  color: #ffffff;
  z-index: 99999;
}

@media screen and (max-width: 834px) {
  .header-fixed {
    z-index: 98;
  }
}

@media screen and (max-width: 325px) {
  .header-fixed {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header-fixed .control {
  margin-top: 3px;
}

.header-fixed .list-f {
  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;
}

.header-fixed .list-f .item {
  margin-right: 20px;
}

@media screen and (max-width: 325px) {
  .header-fixed .list-f .item {
    margin-right: 8px;
  }
}

.header-fixed .list-f .item:last-child {
  margin-right: 0;
}

.header-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: none;
  padding: 18px;
  background: #ffd8d1;
  height: 100vh;
  overflow-y: scroll;
}

.header-nav .header-nav-cnt {
  background: #1f474d;
  border-radius: 20px;
  padding: 18px;
  min-height: calc(100vh - 36px);
}

.header-nav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px 5px;
}

.header-nav .list01 .item {
  width: 50%;
  margin-bottom: 10px;
  text-align: center;
  padding: 0px 5px;
}

.header-nav .list01 .item a {
  padding: 20px 10px 10px;
  display: block;
  text-align: center;
  border-radius: 12px;
  border: 2px solid #ffffff;
}

.header-nav .list02 .item {
  margin-bottom: 10px;
}

.header-nav .list02 .item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.header-nav .list02 .item a img {
  margin-right: 10px;
  width: 27px;
}

.header-nav .list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.header-nav .list03 .item {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-nav .list03 .item a {
  display: block;
}

.header-nav .list03 .item:nth-child(2) {
  margin: 0px 27px 0px 40px;
}

.header-nav .list03 .item:nth-child(3) {
  position: relative;
  top: -3px;
}

a {
  cursor: pointer;
}

#gn01 {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #1f474d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999999;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px -20px;
}

#gn01 li {
  padding: 20px 20px;
}

@media screen and (max-width: 1023px) {
  #gn01 li {
    padding: 20px 10px;
  }
}

#gn01 li a {
  display: block;
}

#gn01 .ico {
  display: block;
}

#gn01 .ico img {
  display: block;
  margin: 0px auto 5px;
}

.inner {
  display: block;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner.inner-1080 {
  max-width: 1110px;
}

.inner.inner-1086 {
  max-width: 1116px;
}

.inner.inner-1135 {
  max-width: 1165px;
}

.inner.inner-1044 {
  max-width: 1074px;
}

.inner-1170 {
  max-width: 1200px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a[href^="tel"] {
    display: inline-block;
  }
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-xs {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-nosm {
    display: none !important;
  }
}

.ttl-comp01 {
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 834px) {
  .ttl-comp01 {
    margin-bottom: 40px;
  }
}

.ttl-comp02 {
  text-align: center;
  margin-bottom: 58px;
}

@media screen and (max-width: 834px) {
  .ttl-comp02 {
    margin-bottom: 36px;
  }
}

.ttl-comp02 .ttl {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .ttl-comp02 .ttl {
    margin-bottom: 7px;
  }
}

.ttl-comp03 {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
}

.ttl-comp03.bg-greenlight span {
  background: #78b442;
}

.ttl-comp03 span {
  display: inline-block;
  padding: 5px 10px;
  min-width: 175px;
  text-align: center;
  background: #3e9850;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  .ttl-comp03 span {
    min-width: auto;
    width: 175px;
    max-width: 100%;
  }
}

.txt-basic {
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.8rem;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn-comp02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 18px;
  width: 220px;
  height: 52px;
  background: #1f474d;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-comp02 span {
  display: inline-block;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 5px;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translate(0px, 120px);
  -ms-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade-up.active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.sec-mv {
  background: url("../img/index/bg-mv.jpg") no-repeat center/cover;
  padding: 220px 0px 150px;
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .sec-mv {
    margin-bottom: 70px;
    padding: 30vw 0px 80px;
    background: url("../img/index/bg-mv-sp.jpg") no-repeat center/cover;
  }
}

@media screen and (max-width: 376px) {
  .sec-mv {
    padding-top: 35vw;
  }
}

.sec-mv .slick-dots li button:before {
  background: #cccccc;
}

.sec-mv .slick-dots li.slick-active button:before {
  background: #1f474d;
}

.sec-mv .slick-dots li {
  margin: 0px 3px !important;
}

.sec-mv .slick-dots {
  bottom: 0;
}

@media screen and (max-width: 834px) {
  .sec-mv .slick-dots {
    bottom: -30px;
  }
}

.sec-notices {
  background: url("../img/index/bg00.png") repeat-x;
  background-size: 694px auto;
  background-position: top left 110px;
}

@media screen and (max-width: 834px) {
  .sec-notices {
    background: url("../img/index/bg00-sp.jpg") no-repeat;
    background-size: 100% auto;
    background-position: top 14vw left;
  }
}

.sec-notices .list-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 90px -10px 45px;
}

@media screen and (max-width: 834px) {
  .sec-notices .list-style01 {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.sec-notices .list-style01 .item {
  width: 50%;
  padding: 0px 10px;
  margin-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .sec-notices .list-style01 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-notices .list-style01 .item:last-child {
    margin-bottom: 0;
  }
}

.sec-notices .list-style01 .item__inner {
  position: relative;
  border: 5px solid #ffd4cb;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}

.sec-notices .list-style01 .item__inner .abs {
  position: absolute;
  top: -35px;
  right: 28px;
  max-width: 96px;
}

@media screen and (max-width: 834px) {
  .sec-notices .list-style01 .item__inner .abs {
    top: -18px;
  }
}

.sec-notices .list-style01 .item__img {
  width: 40%;
}

@media screen and (max-width: 376px) {
  .sec-notices .list-style01 .item__img {
    width: 100%;
  }
}


@media screen and (min-width: 960px) {
  .sec-notices .list-style01 .item__img {
    width: 40%;
	height:133px;
	overflow:hidden;
  }
}



.sec-notices .list-style01 .item__cnt {
  width: calc(100% - 40%);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #614d41;
  padding-left: 20px;
  padding-top: 50px;
}

@media screen and (max-width: 376px) {
  .sec-notices .list-style01 .item__cnt {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.sec-notices .list-style01 .item__cnt .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.sec-notices .list-style01 .item__cnt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-notices .box-c01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-top: 185px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 {
    padding: 50px 0px 50px;
  }
}

.sec-notices .box-c01--bg01:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/index/bg001.png") no-repeat center/cover;
  top: 80px;
  left: 13.4%;
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01--bg01:after {
    display: none;
  }
}

.sec-notices .box-c01--bg02:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/index/bg002.png") no-repeat center/cover;
  background-position: top center;
  background-size: 100% auto;
  top: 100px;
  left: 1.4%;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01--bg02:after {
    display: none;
  }
}

.sec-notices .box-c01.flex-dir {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-notices .box-c01 .img {
  width: 65%;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 .img {
    width: 100%;
  }
}

.sec-notices .box-c01 .cnt {
  width: calc(100% - 65%);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 13.3% 6% 0;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1000px) {
  .sec-notices .box-c01 .cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 .cnt {
    width: 100%;
    padding: 65px 15px 0px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-notices .box-c01 .cnt.bg01 {
  background: url("../img/index/bg01.png") no-repeat center/cover;
  background-size: auto;
  background-position: left 79% bottom 20%;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 .cnt.bg01 {
    background-size: contain;
  }
}

.sec-notices .box-c01 .cnt.bg02 {
  background: url("../img/index/bg02.png") no-repeat center/cover;
  background-size: auto;
  background-position: left 24% bottom 20%;
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 .cnt.bg02 {
    background-size: contain;
  }
}

.sec-notices .box-c01 .cnt .txt01 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .sec-notices .box-c01 .cnt .txt01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-notices .box-c01 .cnt .txt01 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.sec-notices .box-c01 .cnt .ttl {
  text-align: center;
  margin-bottom: 70px;
}

.sec-notices .box-c01 .cnt .btn-comp02 {
  margin-top: 107px;
}

.sec-life {
  padding: 27px 0px 30px;
  background: url("../img/index/bg05.png") no-repeat;
  background-size: 92% auto;
  background-position: bottom -10px center;
}

@media screen and (max-width: 834px) {
  .sec-life {
    background: url("../img/index/bg05-sp.png") no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }
}

.sec-calendar {
  padding: 80px 0px 0px;
  background: url("../img/index/bg04.png") repeat-x;
  background-size: 1245px auto;
  background-position: top 34px left 43px;
}

@media screen and (max-width: 834px) {
  .sec-calendar {
    background: url("../img/index/bg04-sp.jpg") no-repeat;
    background-size: contain;
    background-position: top 40px center;
  }
}

.sec-calendar .ttl-comp01 {
  margin-bottom: 30px;
}

.sec-calendar .img-children {
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-left: -31px;
}

@media screen and (max-width: 834px) {
  .sec-calendar .img-children img {
    max-width: 251px;
  }
}

.sec-instagram {
  padding-top: 50px;
  padding-bottom: 130px;
  background: url("../img/index/bg06.jpg") no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

@media screen and (max-width: 834px) {
  .sec-instagram {
    background: url("../img/index/bg06-sp.jpg") no-repeat;
    background-size: contain;
    padding-bottom: 50px;
  }
}

.sec-instagram .ttl-comp01 {
  margin-bottom: 38px;
}

.sec-instagram .list-ins {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -5px;
}

.sec-instagram .list-ins li {
  width: calc(100% / 8);
  padding: 0px 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .sec-instagram .list-ins li {
    margin-bottom: 10px;
    width: calc(100% / 2);
  }
  .sec-instagram .list-ins li:nth-child(n+9) {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .sec-instagram .list-ins .item {
    margin-bottom: 2vw;
  }
}

.box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -28px;
}

.box-list .item {
  width: 24.4%;
  padding: 0px 28px;
}

@media screen and (max-width: 834px) {
  .box-list .item {
    margin-bottom: 50px;
  }
  .box-list .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .box-list .item {
    width: 100% !important;
  }
}

.box-list .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-list .item__cnt {
  text-align: center;
  padding-top: 30px;
}

.box-list .item__cnt img {
  display: inline-block;
}

.sec-mv01 .box-mv01 {
  position: relative;
}

.sec-mv01 .box-mv01 .img img {
  width: 100%;
  min-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .img img {
    min-height: 238px;
  }
}

.sec-mv01 .box-mv01__wrap {
  position: relative;
}

.sec-mv01 .box-mv01 .box-mv01__txt {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 52px;
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__txt {
    padding-top: 5px;
  }
}

.sec-mv01 .box-mv01 .box-mv01__txt .ttl-mv01 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__txt .ttl-mv01 {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__txt .ttl-mv01 img {
    width: 116px;
  }
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__txt .ico-mv01 img {
    width: 105px;
  }
}

.sec-mv01 .box-mv01 .box-mv01__bt {
  padding-left: 16.6vw;
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__bt {
    padding: 0 5vw 0 10vw;
    text-align: center;
  }
}

.sec-mv01 .box-mv01 .box-mv01__bt span {
  padding: 40px 215px 71px 117px;
  background: url(../img/seikatu/img-bgttl01.png) no-repeat bottom left;
  background-size: 100%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__bt span {
    padding: 31px 13vw 61px 0;
    background: url(../img/seikatu/img-bgttl01.png) no-repeat center bottom;
    background-size: 100%;
    display: inline-block;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .sec-mv01 .box-mv01 .box-mv01__bt span img {
    width: 180px;
  }
}

.sec-slidermain {
  text-align: center;
  margin-top: -20px;
}

@media screen and (max-width: 834px) {
  .sec-slidermain {
    margin-top: -4px;
  }
}

.sec-slidermain .box-slidermain {
  padding: 40px 64px;
  background: url(../img/seikatu/img-bgslide01.png) no-repeat left top 34px, url(../img/seikatu/img-bgslide02.png) no-repeat right 43px top -5px, url(../img/seikatu/img-bgslide03.png) no-repeat left -3px bottom 33px;
  background-size: 119px auto, 220px auto, 141px auto;
  display: inline-block;
  margin: 0 auto 0px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain {
    padding: 25px 35px;
    background: url(../img/seikatu/img-bgslide01.png) no-repeat left 0px top 24px, url(../img/seikatu/img-bgslide02.png) no-repeat right 30px top -2px, url(../img/seikatu/img-bgslide03.png) no-repeat left 0px bottom 21px;
    background-size: 85px auto, 158px auto, 94px auto;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}

.sec-slidermain .box-slidermain__wrap {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain__wrap {
    max-width: calc(100vw - 94px);
  }
}

.sec-slidermain .box-slidermain .list-slides {
  position: relative;
  z-index: 2;
}

.sec-slidermain .box-slidermain .list-slides .item-slide img {
  width: 100%;
}

.sec-slidermain .box-slidermain .list-slides .slick-dots {
  bottom: -34px;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-dots {
    bottom: -25px;
  }
}

.sec-slidermain .box-slidermain .list-slides .slick-dots li {
  margin: 0 5px;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-dots li {
    margin: 0px 3px;
  }
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-dots li button {
    padding: 4px;
  }
}

.sec-slidermain .box-slidermain .list-slides .slick-dots li button:before {
  background: rgba(0, 0, 0, 0.5);
  width: 10px;
  height: 10px;
  border: none;
}

.sec-slidermain .box-slidermain .list-slides .slick-dots li.slick-active button:before {
  background: #000;
  border: none;
}

.sec-slidermain .box-slidermain .list-slides .slick-next {
  width: 49px;
  height: 49px;
  right: -64px;
  top: calc(50% - 18px);
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-next {
    right: -48px;
    width: 35px;
    height: 35px;
    top: calc(50% - 11px);
  }
}

.sec-slidermain .box-slidermain .list-slides .slick-next:before {
  content: '';
  width: 49px;
  height: 49px;
  background: url("../img/seikatu/img-btn02.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-next:before {
    width: 35px;
    height: 35px;
  }
}

.sec-slidermain .box-slidermain .list-slides .slick-prev {
  width: 49px;
  height: 49px;
  left: -64px;
  top: calc(50% - 18px);
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-prev {
    left: -48px;
    width: 35px;
    height: 35px;
    top: calc(50% - 11px);
  }
}

.sec-slidermain .box-slidermain .list-slides .slick-prev:before {
  content: '';
  width: 49px;
  height: 49px;
  background: url("../img/seikatu/img-btn01.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .sec-slidermain .box-slidermain .list-slides .slick-prev:before {
    width: 35px;
    height: 35px;
  }
}

.sec-slidermain .box-slidermain .box-bgslide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.sec-slidermain .box-slidermain .box-bgslide img {
  width: 100%;
}

.sec-actions {
  position: relative;
  background: url("../img/seikatu/img-bg01.png") no-repeat right top, url("../img/seikatu/img-bg02.png") no-repeat bottom 53px left;
  background-size: 297px auto, 254px auto;
  padding-top: 71px;
  top: -29px;
  margin-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .sec-actions {
    padding-top: 29px;
    margin-bottom: 36px;
  }
}

.sec-actions .ttl-comp02 {
  padding-top: 28px;
}

@media screen and (max-width: 834px) {
  .sec-actions .ttl-comp02 .ttl img {
    width: 207px;
  }
  .sec-actions .ttl-comp02 .icon img {
    width: 382px;
  }
}

.sec-actions .box-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 38px;
  padding: 0 36px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-actions {
    padding: 0 41px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 376px) {
  .sec-actions .box-actions {
    padding: 0;
  }
}

.sec-actions .box-actionssub {
  width: 50%;
  padding: 0 12.5px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-actionssub {
    width: 100%;
  }
}

@media screen and (max-width: 376px) {
  .sec-actions .box-actionssub {
    padding: 0;
  }
}

.sec-actions .box-actions dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}

.sec-actions .box-actions dl dt, .sec-actions .box-actions dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .sec-actions .box-actions dl dt, .sec-actions .box-actions dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-actions .box-actions dl dt {
  color: #ffffff;
  background: #c1da5f;
  width: calc(45% - 10px);
  margin-right: 10px;
  padding: 7px 10px 3.5px;
  border-radius: 30px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-actions dl dt {
    border-radius: 12px;
  }
}

@media screen and (max-width: 376px) {
  .sec-actions .box-actions dl dt {
    padding: 7px 5px 3.5px;
  }
}

.sec-actions .box-actions dl dt.green {
  background: #5fc2da;
}

.sec-actions .box-actions dl dt.pink {
  background: #ff94a1;
}

.sec-actions .box-actions dl dt.wfull {
  background: transparent;
  width: 100%;
  margin-right: 0;
  padding-top: 46px;
  text-align: center;
  padding-right: 36px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-actions dl dt.wfull {
    padding-top: 27px;
    text-align: left;
    padding-right: 0;
  }
}

.sec-actions .box-actions dl dd {
  width: 55%;
}

.sec-actions .box-actions dl dd span {
  color: #000000;
  background: #f0f0f0;
  display: inline-block;
  width: 100%;
  padding: 7px 10px 3px;
  border-radius: 30px;
  margin-bottom: 5px;
}

.sec-actions .box-actions dl dd span:last-child {
  margin-bottom: 0;
}

.sec-actions .box-listactive {
  margin-bottom: 75px;
  padding: 0 86px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-listactive {
    margin-bottom: 56px;
    padding: 0 7px;
  }
}

.sec-actions .box-listactive .list-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -12.5px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-listactive .list-active {
    margin: 0 -8px;
  }
}

.sec-actions .box-listactive .list-active .item {
  width: 33.33%;
  padding: 0 12.5px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-listactive .list-active .item {
    padding: 0 8px;
  }
}

.sec-actions .box-listactive .list-active .item:nth-child(2n) {
  padding-top: 8px;
}

.sec-actions .box-listactive .list-active .item img {
  width: 100%;
}

.sec-actions .box-desactive {
  padding: 0 51px 0 63px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-desactive {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 15px;
  }
}

.sec-actions .box-desactive dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-desactive dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-actions .box-desactive dt {
  text-align: center;
  background: #e6f3ee;
  color: #1f474d;
  width: 197px;
  border-right: 1px solid #ffffff;
  padding: 11px 10px 5px;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-desactive dt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    padding: 4px 18px 4px;
    border-bottom: 1px solid #ffffff;
  }
}

.sec-actions .box-desactive dd {
  color: #20474e;
  background: #f5f5f5;
  width: calc(100% - 197px);
  padding: 13px 17px 6px;
  line-height: 1.35;
}

@media screen and (max-width: 834px) {
  .sec-actions .box-desactive dd {
    padding: 8px 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 834px) {
  .sec-actions .box-desactive dt, .sec-actions .box-desactive dd {
    width: 100%;
    padding: 13px 10px 7px;
  }
}

@media screen and (max-width: 834px) {
  .sec-events .ttl-comp02 .ttl {
    margin-bottom: 21px;
  }
  .sec-events .ttl-comp02 .ttl img {
    width: 230px;
  }
}

.sec-events .box-event {
  padding: 0 30px 0 68px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .sec-events .box-event {
    padding: 0 15px;
  }
}

.sec-events .box-event dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #000;
}

.sec-events .box-event dl:first-child {
  border-top: 2px dotted #000;
}

@media screen and (max-width: 834px) {
  .sec-events .box-event dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-events .box-event dt {
  width: 197px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 3px 15px 10px;
}

@media screen and (max-width: 834px) {
  .sec-events .box-event dt {
    width: 100%;
    border-bottom: 2px dotted #000;
    background: #F7FAFC;
  }
  .sec-events .box-event dt img {
    width: 20px;
  }
}

.sec-events .box-event dd {
  width: calc(100% - 197px);
  border-left: 2px dotted #000;
  margin: 8px 0 4.5px 0;
  padding: 1px 13px 0;
}

@media screen and (max-width: 834px) {
  .sec-events .box-event dd {
    width: 100%;
    border-left: none;
    xtext-align: center;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-eventsbt {
  background: url(../img/seikatu/bg-eventt.png) no-repeat top right 66px, url(../img/seikatu/bg-eventbt.png) no-repeat center bottom;
  background-size: 88.5% auto, 100% auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 261px;
}

@media screen and (max-width: 834px) {
  .box-eventsbt {
    background: url(../img/seikatu/bg-eventt-sp.png) no-repeat top right, url(../img/seikatu/bg-eventbt-sp.png) no-repeat center bottom;
    background-size: 82.5% auto, 100% auto;
    padding: 111px 0 400px;
  }
}

@media screen and (max-width: 376px) {
  .box-eventsbt {
    padding: 111px 0 250px;
  }
}

@media screen and (min-width: 835px) {
  .box-eventsbt .list-eventsbt {
    max-width: 820px;
    margin: 0 auto;
    padding: 0;
  }
  .box-eventsbt .list-eventsbt .slick-slide {
    padding: 0;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .box-eventsbt .list-eventsbt .slick-slide img {
    width: 100%;
  }
  .box-eventsbt .list-eventsbt .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 834px) {
  .box-eventsbt .list-eventsbt .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 834px) {
  .box-eventsbt .list-eventsbt .slick-next {
    right: 0;
  }
}

.sec-introduction {
  background: url(../img/seikatu/img-bgfull.png) no-repeat top 300px center;
  background-size: 97% 71%;
  margin-top: -217px;
}

@media screen and (max-width: 1200px) {
  .sec-introduction {
    background-size: 100% 61%;
  }
}

@media screen and (max-width: 834px) {
  .sec-introduction {
    margin-top: -421px;
    background: url("../img/seikatu/img-bgfull-sp.png") no-repeat center center;
    background-size: 100%;
  }
}

@media screen and (max-width: 376px) {
  .sec-introduction {
    margin-top: -273px;
  }
}

.sec-introduction .ttl-introduction {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.6;
  font-weight: 700;
  color: #000000;
  margin-bottom: 89px;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}

@media screen and (max-width: 834px) {
  .sec-introduction .ttl-introduction {
    margin-bottom: 147px;
  }
}

@media screen and (max-width: 376px) {
  .sec-introduction .ttl-introduction {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

.sec-introduction .ttl-introduction__wrap {
  padding: 56px 15px 0;
  background: url(../img/seikatu/img-bgttl02.png) no-repeat center center;
  display: inline-block;
  background-size: 100%;
}

.sec-introduction .ttl-introduction .txt {
  margin-bottom: 26px;
}

@media screen and (max-width: 834px) {
  .sec-introduction .ttl-introduction .txt {
    margin-bottom: 19px;
  }
}

.sec-introduction .ttl-introduction .txt, .sec-introduction .ttl-introduction .img {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sec-introduction .txt-des {
  text-align: center;
  margin-bottom: 139px;
  font-family: "Kosugi Maru", sans-serif;
}

@media screen and (max-width: 834px) {
  .sec-introduction .txt-des {
    padding: 0 15px;
    margin-bottom: 60px;
  }
}

.sec-introduction .txt-des span {
  text-align: left;
  display: inline-block;
}

.sec-introduction .box-introduction {
  margin-bottom: 133px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .sec-introduction .box-introduction {
    margin-bottom: 94px;
  }
}

.sec-introduction .list-introduction .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 64px;
}

@media screen and (max-width: 834px) {
  .sec-introduction .list-introduction .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-introduction .list-introduction .item:last-child {
  margin-bottom: 0;
}

.sec-introduction .list-introduction .item-img {
  width: 37.5%;
}

@media screen and (max-width: 834px) {
  .sec-introduction .list-introduction .item-img {
    width: 100%;
    max-width: 360px;
    margin-bottom: 36px;
    text-align: center;
  }
}

.sec-introduction .list-introduction .item-txt {
  width: 62.5%;
  padding-left: 19px;
  padding-top: 9px;
  font-size:1.4rem;
}

@media screen and (max-width: 834px) {
  .sec-introduction .list-introduction .item-txt {
    width: 100%;
    padding-left: 14px;
    line-height: 1.75;
  }
}

.sec-introduction .list-introduction .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-introduction .list-introduction .item:nth-child(2n) .item-txt {
  padding-left: 0;
  padding-right: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 834px) {
  .sec-introduction .list-introduction .item:nth-child(2n) .item-txt {
    padding-top: 9px;
  }
}

.sec-garden {
  background: url(../img/seikatu/img-bggarden01.png) no-repeat left 5px bottom 68px, url(../img/seikatu/img-bggarden02.png) no-repeat right top 61px;
  background-size: 349px auto, 480px auto;
  padding-bottom: 107px;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .sec-garden {
    background: url(../img/seikatu/img-bggarden01.png) no-repeat left 5px bottom 0, url(../img/seikatu/img-bggarden02.png) no-repeat right top 61px;
    background-size: 349px auto, 480px auto;
  }
}

@media screen and (max-width: 834px) {
  .sec-garden {
    background: none;
    padding-bottom: 70px;
  }
}

.sec-garden .ttl-garden {
  margin-bottom: 61px;
}

@media screen and (max-width: 834px) {
  .sec-garden .ttl-garden {
    margin-bottom: 39px;
  }
}

.sec-garden .box-garden .list-garden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -5px;
}

@media screen and (max-width: 834px) {
  .sec-garden .box-garden .list-garden {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-garden .box-garden .list-garden .item {
  width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 834px) {
  .sec-garden .box-garden .list-garden .item {
    width: 50%;
    margin-bottom: 12px;
  }
}

.sec-garden .box-garden .list-garden .item-ttl {
  margin-top: -25px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .sec-garden .box-garden .list-garden .item-ttl {
    margin-top: -20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec-garden .box-garden .list-garden .item-img img {
  width: 100%;
}

.sec-garden .box-garden .list-garden .item a {
  display: inline-block;
  width: 100%;
}

.sec-garden .box-garden .list-garden .item a:hover {
  opacity: 0.75;
}

/*# sourceMappingURL=maps/styles.css.map */
