@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #303030;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
body {
  width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  overflow: hidden;
  min-width: 1300px;
}


p{
    font-size: 1.4rem;
}

.childcarelarge3 {
    width: 70%;
    margin-bottom: 4.0rem;
}




/* .addclass1: childcare-row 用 */
.addclass1 {
    margin-bottom: 4rem !important;
}

/* .addclass2: childcare-card 用 */
.addclass2 {
    width: 70% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* ついでに img のスタイルも管理する場合 */
.addclass3 {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
}



/* ロゴエリアの横並び調整 */
.header-logo-area {
    display: flex;
    align-items: center; /* これで高さが中央揃えになります */
    gap: 15px;           /* ロゴ同士の隙間調整 */
}

/* 追加した画像リンクのスタイル */
.childcare-link {
    display: block;
    transition: opacity 0.3s ease; /* ホバー時のふわっとした変化 */
}

.childcare-link img {
    height: 80px;        /* メインロゴに合わせて調整してください */
    width: auto;
    display: block;
}

/* ホバー時の挙動 */
.childcare-link:hover {
    opacity: 0.7;        /* オンマウスで少し薄くする */
    cursor: pointer;
}


.style-ttl01 img {
    width: 400px;        /* ここでサイズを決定 */
    max-width: 100%;     /* 画面が小さい時ははみ出さないように縮小 */
    height: auto;        /* 縦横比を維持 */
}

.height4rem {
  /* 高さを8remに指定 */
  height: 4rem;
  
  /* 上下の余白（マージン）を設定する場合 */
  margin-top: 4rem;
  margin-bottom: 4rem;
  
  /* 必要であれば、枠線や背景を消して透明なスペーサーとして機能させる */
  width: 100%;
}

.height8rem {
  /* 高さを8remに指定 */
  height: 8rem;
  
  /* 上下の余白（マージン）を設定する場合 */
  margin-top: 8rem;
  margin-bottom: 8rem;
  
  /* 必要であれば、枠線や背景を消して透明なスペーサーとして機能させる */
  width: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    font-size: 16px;
    min-width: 320px;
  }
}
/* ========== end △ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  line-height: normal;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov-hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #303030;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .container {
    max-width: 1200px;
  }


}
/* ========== end △ */
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1300px;
    padding: 0 12px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* ========== end △ */

/* ========== end △ */
/* ==================================================
	header
================================================== */
#cm-header {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: 16px;
}
#cm-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}
/* #cm-header .header-inner .header-logo {
  width: 159px;
} */
#cm-header .header-inner .header-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1200px) {
  #cm-header {
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #cm-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    z-index: 999;
    padding: 15px 12px;
  }
  #cm-header .header-inner {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #cm-header .header-inner .header-infor {
    width: 50px;
  }
  #cm-header .header-inner .header-logo{
    width: 220px;
  }
}
/* ========== end △ */

/* ========== end △ */
.l-menu-contents {
  position: relative;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-menu-contents .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 60px;
  margin-right: 60px;
}
.l-menu-contents .gnav li a {
  position: relative;
  text-decoration: none;
}
.l-menu-contents .gnav li a:after {
  position: absolute;
  content: "";
  background: #5da11e;
  width: 0;
  height: 2px;
  font-weight: normal;
  line-height: normal;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ▽ PC-TAB layout ========== */
@media (max-width: 1340px) and (min-width: 768px) {
  .l-menu-contents .gnav{
    gap: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-menu-contents .gnav li a:hover {
    color:  #5da11e;
  }
  .l-menu-contents .gnav li a:hover:after {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .l-menu-contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: none;
    padding: 70px 5% 30px;
    display: block;
  }
  .l-menu-contents.is-visible {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
  .l-menu-contents .gnav {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .l-menu-contents .gnav li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #000;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-menu-contents .btn-contact {
    text-align: center;
    margin: 30px auto 0;
  }
}
/* ========== end △ */

.btn-contact a {
  position: relative;
  display: inline-block;
  background: #5da11e;
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}
.btn-contact a span {
  position: relative;
  padding-left: 30px;
  background: url("../img/contact-icon-mail.png") no-repeat center left;
  z-index: 3;
}
.btn-contact a:after {
  position: absolute;
  content: "";
  background: #006b29;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .btn-contact a:hover:after {
    width: 100%;
  }
}
/* ========== end △ */

/* ========== end △ */
/* ==================================================
	gnav
================================================== */
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .navTrigger {
    display: none !important;
  }
}
.navTrigger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 40px;
  margin-right: 0;
  z-index: 1001;
}
.navTrigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50px;
  background: #5da11e;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navTrigger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger span:nth-child(2) {
  top: 8px;
  margin: auto;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger span:nth-child(3) {
  bottom: 22px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger .txt {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: normal;
  position: absolute;
  font-size: 15px;
  top: 18px;
}
.navTrigger.is-active span {
  height: 2px;
  width: 25px;
}
.navTrigger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 8px;
  top: 8px;
}
.navTrigger.is-active span:nth-child(2) {
  opacity: 0;
}
.navTrigger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 9px;
  bottom: 12px;
}
.navTrigger.is-active .txt {
  display: none;
}

/* ==================================================
	content-area
================================================== */
.a-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.cm-btn {
  text-align: center;
}
.cm-btn a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  width: auto;
  min-width: 250px;
  max-width: 100%;
  font-weight: bold;
  padding: 11px 10px 11px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 80px;
  text-align: left;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.cm-btn a:after, .cm-btn a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cm-btn a:after {
  background: #5da11e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cm-btn a:before {
  background: url("../img/arrow-btn.png") no-repeat center;
  z-index: 2;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cm-btn a:hover:after {
    -webkit-transform: scale(11);
            transform: scale(11);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-btn a {
    margin-top: 40px !important;
    font-size: 16px;
    padding: 6px 10px 6px 50px;
    border-radius: 30px;
    min-width: auto;
  }
  .cm-btn a:after, .cm-btn a:before {
    width: 35px;
    height: 35px;
  }
  .cm-btn a:before {
    background-size: 15px;
  }
}
/* ========== end △ */

/* ========== end △ */
/* title set
-------------------------------------------------- */
.style-ttl01 {
  position: relative;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 40px !important;
  z-index: 3;
}
.style-ttl01 .first-letter {
  position: relative;
  color:  #5da11e;
}
.style-ttl01 .first-letter:after {
  position: absolute;
  content: "";
  background: url("../img/bg-ttl.png") no-repeat top center/100%;
  width: 104px;
  height: 114px;
  z-index: -1;
  left: -25px;
  top: -25px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style-ttl01 {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .style-ttl01 .first-letter:after {
    width: 80px;
    height: 90px;
    left: -20px;
    top: -20px;
  }
}
/* ========== end △ */

.style-ttl02 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px !important;
}
.style-ttl02 span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5da11e;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 25px;
}
.style-ttl02 span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid  #5da11e;
  border-bottom: 10px solid transparent;
  left: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style-ttl02 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
  .style-ttl02 span {
    width: 55px;
    height: 55px;
    font-size: 14px;
    margin-left: 20px;
  }
  .style-ttl02 span:after {
    left: -7px;
  }
}
/* ========== end △ */

.style-ttl03 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 40px !important;
}
.style-ttl03 span {
  display: block;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style-ttl03 {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
  .style-ttl03 span {
    font-size: 14px;
  }
}
/* ========== end △ */

/* ========== end △ */
/* ==================================================
	main-content
================================================== */
.cm-contact {
  background: url("../img/contact-bg.png") no-repeat center center;
  background-size: cover;

  padding: 110px 0;
  margin-top: 100px;

  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
}
.cm-contact .list-infor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
  margin-top: 30px;
}
.cm-contact .list-infor .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.cm-contact .list-infor .tel .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 7.38px 1.62px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 7.38px 1.62px rgba(0, 0, 0, 0.06);
}
.cm-contact .list-infor .tel .txt {
  font-family: "Quicksand", sans-serif;
}
.cm-contact .list-infor .tel .txt a {
  font-size: 33px;
  font-weight: bold;
}
.cm-contact .list-infor .tel .txt .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: bold;
  margin-top: 5px;
}
.cm-contact .list-infor .tel .txt .time dt {
  font-size: 16px;
  background: #fff;
  border-radius: 15px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.cm-contact .list-infor .btn-contact a {
  font-size: 27px;
  padding: 15px 30px;
}
.cm-contact .list-infor .btn-contact a span {
  background: url("../img/contact-icon-mail.png") no-repeat center left;
  padding-left: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-contact {
    background-size: cover;
    padding: 10px 0;
    margin-top: 10px;
  }
  .cm-contact .list-infor {
    gap: 5px 5px;
    margin-top: 15px;
  }
  .cm-contact .list-infor .tel {
    gap: 10px;
  }
  .cm-contact .list-infor .tel .icon {
    width: 60px;
    height: 60px;
  }
  .cm-contact .list-infor .tel .icon img {
    width: 30px;
  }
  .cm-contact .list-infor .tel .txt a {
    font-size: 24px;
  }
  .cm-contact .list-infor .tel .txt .time dt {
    font-size: 14px;
    border-radius: 10px;
    padding: 2px 10px;
  }
  .cm-contact .list-infor .btn-contact a {
    font-size: 14px;
  }
}
/* ========== end △ */

/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  font-size: 16px;
}
#footer .f-main {
  padding: 50px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5% 10%;
}
#footer .f-main .f-left .f-logo {
  margin-bottom: 60px;
}
#footer .f-main .f-left .address {
  margin: 20px 0;
}

#footer .f-main .f-gnav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 20px;
}
#footer .f-main .f-gnav a:after {
  position: absolute;
  content: "";
  background: #5da11e;
  width: 0;
  height: 2px;
  font-weight: normal;
  line-height: normal;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .f-main .f-gnav a:hover {
    color: #5da11e;
  }
  #footer .f-main .f-gnav a:hover:after {
    width: 100%;
  }
}









/* ==========================================
   PCヘッダーナビ
   ========================================== */

.header-nav {
  flex-grow: 1;
  margin: 0 35px;
}

.header-nav ul {
  display: flex;
  justify-content: flex-end;
  gap: 48px;

  list-style: none;
  padding: 0;
  margin: 0;
}

/* li */
.header-nav li {
  margin: 0;
}

/* リンク */
.header-nav a {
  position: relative;

  display: inline-block;

  color: #38513e !important;

  font-size: 1rem;
  font-weight: 700;

  letter-spacing: 0.08em;

  text-decoration: none;

  transition: color 0.35s ease;
}

/* hover下線 */
.header-nav a::after {
  position: absolute;
  content: "";

  left: 0;
  bottom: -4px;

  width: 0;
  height: 2px;

  background: #5da11e;

  transition: width 0.35s ease;
}

/* hover */
.header-nav a:hover {
  color: #5da11e !important;
}

.header-nav a:hover::after {
  width: 100%;
}

















/* ========== end △ */
#footer .copy-right {
  text-align: center;
  margin: 50px auto 15px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
  }
  #footer .f-main .f-left {
    width: 100%;
  }
  #footer .f-main .f-left .f-logo {
    margin-bottom: 20px;
  }
  #footer .f-main .f-left .address {
    margin: 15px 0;
  }
  /* #footer .f-main .f-left .instagram {
    background: url("../common_img/logo-instagram.png") no-repeat top 3px left/contain;
  } */
  #footer .f-main .f-gnav {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-main .f-gnav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .f-main .f-gnav ul li:first-child {
    width: 100% !important;
  }
  #footer .f-main .f-gnav ul li:nth-child(even) {
    width: calc(100% - 100px);
  }
  #footer .f-main .f-gnav ul li:nth-child(odd) {
    width: 90px;
  }
  #footer .f-main .f-gnav a {
    margin-bottom: 10px;
  }
  #footer .copy-right {
    margin: 40px auto 15px;
  }
}

/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}





/*====================================================================================
■03.UTILITY (RESPONSIVE)
====================================================================================*/

/* SP layout: 767px以下で適用される差分のみ定義 */
@media only screen and (max-width: 767px) {
  .mt50 { margin-top: 8% !important; }
  .mb50 { margin-bottom: 8% !important; }
  .f18  { font-size: 16px !important; }
}

@for $i from 0 through 18 {
  $val: $i * 5;
  .m#{$val} { margin: #{$val}px !important; }
  .mt#{$val} { margin-top: #{$val}px !important; }
  // ...同様に繰り返す
}



/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex-jus-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
}

.flex-jus-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex-jus-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
}

.flex-jus-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex-jus-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex-jus-ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex-align-item-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex-align-item-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex-align-item-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex-align-item-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex-align-item-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex-align-item-ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

.add-font {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.add-font2 {
  font-family: "Oswald", sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
}
/* ========== end △ */
.bg-EBF3F7 {
  background: #EBF3F7 !important;
}

.bg-f9f6ee {
  background: #f9f6ee !important;
}

.co-cf464b {
  color: #cf464b !important;
}

.co-e15859 {
  color: #e15859 !important;
}

.co-black {
  color: #2a2a2a !important;
}

.co-5fc973 {
  color: #5fc973 !important;
}

/*====================================================================================
■07.PAGE UP
====================================================================================*/
.sec-sato {
  margin-top: -50px;
  padding-bottom: 140px;
}
.sec-sato .head-cont {
  background: url("../images/s1-bg.png") no-repeat top center/cover;
  width: 90%;
  margin: auto;
  padding: 60px 5% 90px 13%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-sato p {
  line-height: 2.5;
}
.sec-sato .list-sato {
  margin-top: -30px;
}
.sec-sato .list-sato .box-sato {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}


.sec-sato .list-sato .box-sato .txt-box {
  position: relative;
  width: 36%;
  padding-top: 70px;
  z-index: 3;
}
.sec-sato .list-sato .box-sato .txt-box .ttl {
  position: relative;
  font-size: 30px;
  margin-bottom: 20px;
}
.sec-sato .list-sato .box-sato .txt-box .ttl .txt-sato {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: -1;
}


.sec-sato .list-sato .box-sato .img-box {
  width: 56%;
  border-radius: 100px;
  overflow: hidden;
}

/* =========================================
   共通
========================================= */

.sec-sato .list-sato .box-sato .txt-box::after{
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: -1;
}

/* =========================================
   bg01
========================================= */

.sec-sato .list-sato .box-sato.bg01 .txt-box::after{
  background-image: url("../img/sato-bg01.png");
  width: 276px;
  height: 266px;
  top: -25px;
  left: -110px;
}

/* =========================================
   bg02
========================================= */

.sec-sato .list-sato .box-sato.bg02 .txt-box::after{
  background-image: url("../img/sato-bg02.png");
  width: 333px;
  height: 311px;
  top: -10px;
  right: -75px;
}


/* =========================================
   bg03
========================================= */

.sec-sato .list-sato .box-sato.bg03 .txt-box::after{
  background-image: url("../img/sato-bg03.png");
  width: 376px;
  height: 353px;
  top: 0;
  left: 40px;
}



/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-sato {
    margin-top: -20px;
    padding-bottom: 70px;
  }
  .sec-sato .head-cont {
    width: 100%;
    padding: 30px 5%;
  }
  .sec-sato .list-sato {
    margin-top: -10px;
  }
  .sec-sato .list-sato .box-sato {
    margin-bottom: 0;
  }
  .sec-sato .list-sato .box-sato .txt-box {
    width: 100%;
    padding-top: 50px;
  }
  .sec-sato .list-sato .box-sato .txt-box .ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec-sato .list-sato .box-sato .txt-box .ttl .txt-sato {
    top: -13px;
  }
  .sec-sato .list-sato .box-sato .txt-box .ttl .txt-sato img {
    width: 100px;
  }
  .sec-sato .list-sato .box-sato .img-box {
    width: 100%;
    border-radius: 50px;
    padding-top: 0;
    margin-top: 10px;
  }
  .sec-sato .list-sato .box-sato:nth-child(1) .txt-box:after {
    width: 40%;
    height: 266px;
    top: 0;
    left: -12px;
  }
  .sec-sato .list-sato .box-sato:nth-child(2) .txt-box:after {
    width: 40%;
    top: 30px;
    right: -12px;
  }
  .sec-sato .list-sato .box-sato:nth-child(2) .txt-box .txt-sato {
    right: 20px;
    left: auto;
  }
  .sec-sato .list-sato .box-sato:nth-child(3) .txt-box:after {
    width: 40%;
    top: 0;
    left: -12px;
  }
}
/* ========== end △ */

.slide {
  position: relative;
  margin-top: -100px;
}
.slide .infiniteslide {
  margin-bottom: 100px;
}
.slide .infiniteslide li {
  margin: 0 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .slide .infiniteslide li {
    max-width: 45%;
    margin: 0 10px;
  }
}
/* ========== end △ */
.slide .banner-instagram {
  text-align: center;
  margin: 0 auto;
}
.slide .banner-instagram a {
  position: relative;
  width: 671px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  border-radius: 23px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  padding: 40px 0 50px;
  z-index: 2;
}
.slide .banner-instagram a:after {
  position: absolute;
  background: url("../images/banner-bg.png") no-repeat center/cover;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  left: 0;
  z-index: -1;
}
.slide .banner-instagram a:before {
  position: absolute;
  content: "";
  background: url("../images/banner-bg.png") no-repeat center/cover;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide .banner-instagram a div {
  position: relative;
  z-index: 9;
}
.slide .banner-instagram a p {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .slide .banner-instagram a:hover:before {
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .slide {
    margin-top: 0;
  }
  .slide .infiniteslide {
    margin-bottom: 50px;
  }
  .slide .infiniteslide li {
    margin: 0 5px;
  }
  .slide .banner-instagram {
    width: 90%;
  }
  .slide .banner-instagram a {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }
  .slide .banner-instagram a h2 {
    width: 80%;
    margin: auto;
  }
  .slide .banner-instagram a h2 img {
    width: 100%;
  }
  .slide .banner-instagram a p {
    font-size: 16px;
  }
}
/* ========== end △ */

.sec-access {
  background: url("../img/access-bg.png") no-repeat center top/100% 100%;
  padding: 130px 0;
}
.sec-access .box-access {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;
}
.sec-access .box-access .map {
  width: 57%;
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
}
.sec-access .box-access .map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .box-access .des-map {
  width: 38%;
  font-weight: normal;
}
.sec-access .box-access .des-map .bus {
  background: url("../images/access-bus.png") no-repeat top 5px left;
  padding-left: 50px;
  margin: 20px 0 5px;
}
.sec-access .box-access .des-map .cm-btn a {
  min-width: auto;
  margin-top: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-access {
    background-size: cover;
    background-position: top left;
    padding: 60px 0;
    background-size: cover;
  }
  .sec-access .box-access {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-access .box-access .map {
    width: 100%;
    height: 350px;
    border-radius: 30px;
  }
  .sec-access .box-access .des-map {
    width: 100%;
    margin-top: 20px;
  }
  .sec-access .box-access .des-map .bus {
    margin: 10px 0 5px;
  }
  .sec-access .box-access .des-map .cm-btn {
    text-align: center !important;
  }
  .sec-access .box-access .des-map .cm-btn a {
    margin-top: 20px !important;
  }
}
/* ========== end △ */