<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body.home {
  font-size: 1.6rem;
}

h2 {
  font-size: 46px;
}

/*------------------------------
    メイン画像
  ------------------------------*/

.mv-slider li {
  vertical-align: top;
  max-height: calc(100vh - 115px);
}

.mv-slider .slick-dots {
  position: absolute;
  z-index: 100;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.mv-slider .slick-dots li+li {
  margin-top: 25px;
}

.mv-slider .slick-dots li&gt;button {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
}

.mv-slider .slick-dots .slick-active&gt;button {
  background: var(--col-accent);
}

.mv-catch {
  position: absolute;
  left: calc(150px + 100px);
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mv-catch p {
  background: #fff;
  padding: 0 15px;
  margin: 0;
  font-size: 36px;
}

.mv-catch p+p {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .mv-slider_outer {
    max-width: none;
    border-radius: 0;
  }

  .mv-slider li:nth-child(n+2) {
    display: none !important;
  }

  .mv-catch {
    left: 30px;
    bottom: 50px;
  }

  .mv-catch p {
    font-size: 26px;
  }

  .mv-catch p+p {
    margin-top: 1em;
  }
}

@media (max-width: 600px) {
  .mv-slider li {
    height: 128vw;
  }

  .mv-slider img {
    object-fit: cover;
    height: 100%;
  }

  .mv-catch p {
    font-size: 20px;
  }
}

/*------------------------------
    Section
  ------------------------------*/

.home section:not(:first-of-type) {
  padding-top: 100px;
}

.home .section-title1&gt;span {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .home section:not(:first-of-type) {
    padding-top: 40px;
  }
}

/*------------------------------
    メイン画像下
  ------------------------------*/

.home1 {
  padding-bottom: 80px;
  background: url(../img/bg_top01.png) repeat-x left bottom;
}

.home1_text {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  padding: 68px 0;
}

.home1-box {
  --flex-gap: 30px;
}

.home1-box&gt;*&gt;a {
  display: block;
  color: #000;
  padding: 30px 40px;
  background: #fff linear-gradient(135deg, var(--col-main) 110px, #fff 0);
}

.home1-box&gt;*&gt;a:hover {
  opacity: .8;
}

.home1-box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home1-box_title {
  background: #fff;
  font-size: 28px;
  padding: 5px;
  line-height: 1.2;
  position: relative;
}

.home1-box_title_sub {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translate( -50%, 0);
  background: #fff;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .home1-box_title_sub {
    font-size: 14px;
    left: 0;
    bottom: -21px;
    transform: translate( 0, 0);
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.home1-box_text {
  margin-top: calc(30px - .5em);
}

@media (max-width: 1024px) {
  .home1 {
    background: url(../img/bg_dot01.png);
    padding-bottom: 0;
    overflow: hidden;
  }

  .home1_text {
    background: #fff;
    padding: 21px 0;
    font-size: 18px;
  }

  .home1-box&gt;*&gt;a {
    max-width: 589px;
    margin: 30px auto;
  }

  .home1-box_title {
    background: #fff;
    font-size: 28px;
    padding: 0 5px;
  }
}

@media (max-width: 600px) {
  .home1-box&gt;*&gt;a {
    padding: 20px;
    background-image: linear-gradient(135deg, var(--col-main) 90px, #fff 0);
  }

  .home1-box_header {
    position: relative;
  }

  .home1-box_title {
    font-size: 18px;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .home1-box_image {
    margin-top: 10px;
    margin-left: auto;
  }

  .home1-box_text br {
    display: none;
  }
}

/* 追加分（20241209） */
.column.top-pickuplink03 {
  flex: 0 1 auto;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .column.top-pickuplink03 {
    width: 100%;
  }
}

/*------------------------------
    子供たちへの想い
  ------------------------------*/

.home2 {
  background: url(../img/bg_omoi.jpg) no-repeat left 100px;
  min-height: 534px;
}

.home2-box {
  writing-mode: vertical-rl;
  letter-spacing: .25em;
  margin-left: auto;
  background: rgba(255, 255, 255, .8);
  padding-top: 40px;
}

.home2 h2 {
  font-size: 30px;
  margin-top: -40px;
  margin-left: 40px;
}

.home2-box p {
  margin-left: 4em;
  line-height: 2.2;
}

.home2-box .kuten {
  display: inline-block;
  overflow: hidden;
  text-indent: -1em;
  vertical-align: top;
}

.home2-box .kuten::after {
  content: "　";
}

.home2-box .btn&gt;a {
  font-size: 30px;
  padding: 36px 28px 70px;
  width: auto;
}

.home2-box .btn&gt;a::before,
.home2-box .btn&gt;a::after {
  bottom: 30px;
  right: calc((100% - 50px) / 2);
}

@media (max-width: 1024px) {
  .home2 {
    background-size: cover;
    background-position: left 40px;
    padding-bottom: 40px;
  }

  .home2-box {
    margin: 40px -20px 0 20px;
    padding: 40px;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .home2-box h2 {
    margin: 0 0 31px 0;
    font-size: 18px;
    font-weight: normal;
  }

  .home2-box p {
    margin-left: 0;
    margin-bottom: 2em;
  }

  .home2-box .kuten {
    display: inline;
    text-indent: 0;
  }

  .home2-box .kuten::after {
    content: none;
  }

  .home2-box .btn {
    text-align: right;
    margin-bottom: 0;
  }

  .home2-box .btn&gt;a {
    padding: 1.4em 0;
    width: 305px;
    font-size: 18px;
  }

  .home2-box .btn&gt;a::before,
  .home2-box .btn&gt;a::after {
    right: 15px;
    bottom: 13px;
  }
}

@media (max-width: 600px) {
  .home2-box {
    margin: 30px -10px 0 0px;
    padding: 30px 10px;
  }

  .home2-box .btn {
    text-align: center;
  }

  .home2-box .btn&gt;a {
    font-size: 14px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    width: calc(100% - 20px);
    max-width: 305px;
  }
}

/*------------------------------
    園からのお知らせ
  ------------------------------*/

.home3-box {
  position: relative;
}

.home3 .section-title {
  margin-right: 10px;
}

.home3_list a {
  display: flex;
  align-items: center;
  padding: 15px 30px;
  border-bottom: 1px dotted var(--col-default);
  position: relative;
  color: var(--col-default);
}

.home3_list li:first-child {
  padding-top: 0;
}

.home3_list_image {
  width: 140px;
  margin-right: 48px;
  flex: 0 0 auto;
}

.home3_list_title {
  display: flex;
  line-height: 1.5;
}

.home3_list_date {
  margin-right: 30px;
}

.home3_more {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}

.home3_more a {
  width: auto;
  background: transparent;
  color: var(--col-accent);
  transform: translate(10px);
}

.home3_banner {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home3_banner li+li {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .home3-box {
    flex-direction: column;
  }

  .home3_list_image {
    width: 140px;
    margin-right: 18px;
  }

  .home3_more {
    position: static;
    transform: none;
    text-align: right;
  }

  .home3_more a {
    font-size: 16px;
    transform: translate(10px);
  }

  .home3_banner {
    margin-top: 40px;
    position: static;
    order: 1;
  }

  .home3_banner ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .home3_banner li {
    margin: 0 15px;
  }

  .home3_banner li+li {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .home3 .container {
    padding: 0 20px;
  }

  .home3 h2 {
    font-size: 20px;
  }

  .home3 h2&gt;span {
    font-size: 12px;
    margin-top: 10px;
  }

  .home3_list {
    margin-top: 10px;
    line-height: 1.5;
  }

  .home3_list a {
    font-size: 14px;
    padding: 10px 0;
  }

  .home3_list_image {
    flex: 0 0 90px;
  }

  .home3_list_title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home3_list_date {
    display: block;
  }

  .home3-banner {
    margin-top: 30px;
  }
}

/*------------------------------
    プレスクール
    ※このセクション削除の為以下コメントアウト
  ------------------------------*/

/* .home4 {
  padding-top: 150px;
}

.home4-box {
  background: url(../img/bg_pre.jpg) no-repeat;
  padding: 270px 0 0 30px;
}

.home4-box_text {
  display: inline-block;
  background: #fff;
  font-size: 28px;
  line-height: 1.5;
  padding: 10px 20px;
}

.home4-box_text span {
  font-size: 16px;
}

.home4-box .btn {
  text-align: right;
}

.home4-box .btn&gt;a {
  width: auto;
}

@media (max-width: 1024px) {
  .home4 {
    padding-top: 40px;
  }

  .home4 .container {
    padding: 0;
  }

  .home4-box {
    min-height: 46.4vw;
    padding: 50px 30px;
    background-size: cover;
  }

  .home4-box .btn {
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .home4-box {
    padding: 40px 0 40px 10px;
  }

  .home4-box_text {
    font-size: 15px;
    line-height: 2;
  }

  .home4-box_text span {
    font-size: 12px;
  }

  .home4-box .btn {
    text-align: center;
  }

  .home4-box .btn a {
    width: 305px;
    max-width: 100%;
  }
} */

/*------------------------------
    各コース紹介部分
  ------------------------------*/
.home4 {
  margin-top: 16rem;
}

.home4__h2 {
  font-size: 46px;
  text-align: center;
  line-height: 1.3;
}

.home4__h2-sub {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.home4__desc {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 90px;
}

.home4__flexbox {
  display: flex;
  justify-content: space-between;
  /* max-width: 1280px; */
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;

  flex-wrap: wrap;
  max-width: 1100px;
}

.home4__flexbox-child {
  /* width: 49%; */
  display: flex;
  justify-content: space-between;

  width: 100%;
  margin-bottom: 9rem;
}

/* いちご組 */
.home4__flexbox-child-ichigo {
  background-color: #ffffff;
  border: solid 5px #FF8E8E;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 1rem;
  width: 48%;
}

.home4__flexbox-child-ichigo-h3 {
  background-color: #FF8E8E;
  font-size: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%);
  text-align: center;

  min-width: 170px;
}

.home4__flexbox-child-ichigo-imgbox {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5rem; */
  /* margin-bottom: 3rem; */
  height: 18rem;
  position: relative;

  margin-top: 2rem;
}

.home4__flexbox-child-ichigo-imgbox img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home4__flexbox-child-bluetag {
  width: 100%;
  box-sizing: border-box;
  font-size: 2rem;
  color: #ffffff;
  background-color: #3AB6EE;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}

.home4__flexbox-child-desc {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.home4__flexbox-child-desc.momo {
  margin-bottom: 0;
}

.home4__flexbox-child-list {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: disc;
  margin-left: 1em;
}

.home4__flexbox-child-linkbtn {
  display: block;
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}
.home4__flexbox-child-linkbtn::after {
  content: '';
  background-image: url(../img/common/right-arrow--white.png);
  background-size: contain;
  width: 27px;
  height: 8px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.home4__flexbox-child-linkbtn.ichigo {
  background-color: #FF8E8E;
}

/* もも組 */
.home4__flexbox-child-momo {
  background-color: #ffffff;
  border: solid 5px #FFAB73;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 1rem;
  width: 48%;
}

.home4__flexbox-child-momo-h3 {
  background-color: #FFAB73;
  font-size: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1rem 2rem;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%);
  text-align: center;

  min-width: 170px;
}

.home4__flexbox-child-momo-imgbox {
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5rem;
  margin-bottom: 3rem; */
  height: 18rem;
  position: relative;

  margin-top: 2rem;
}

.home4__flexbox-child-momo-imgbox img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 58%;
  left:50%;
  transform: translate(-50%, -50%);
}

.home4__flexbox-child-linkbtn.momo {
  background-color: #FFAB73;
}
/* ひよこ組(たまごコース、ひよこコース含む) */
.home4__flexbox-child-hiyoko {
  /* width: 49%; */
  background-color: #ffffff;
  border: solid 5px #D8CE49;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 1rem;

  width: 100%;
}

.home4__flexbox-child-hiyoko-h3 {
  background-color: #D8CE49;
  font-size: 2rem;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1rem 3rem;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -50%);

  text-align: center;
}

.home4__flexbox-child-hiyoko-move {
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translate(-50%, 0);
}

.home4__flexbox-child-hiyoko-move-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #DB2458;
  position: relative;
  margin-bottom: 1rem;
}
.home4__flexbox-child-hiyoko-move-text::before {
  content: '';
  background-color: #DB2458;
  position: absolute;
  left: 2.9rem;
  bottom: 0;
  width: 2px;
  height: 40px;
  transform: rotate(-20deg);
}
.home4__flexbox-child-hiyoko-move-text::after {
  content: '';
  background-color: #DB2458;
  position: absolute;
  right: 2.9rem;
  bottom: 0;
  width: 2px;
  height: 40px;
  transform: rotate(20deg);
}

.home4__flexbox-child-hiyoko-move-imgbox {
  width: 46%;
  margin-left: auto;
  margin-right: auto;
}

.home4__flexbox-child-hiyoko-move-imgbox img {
  width: 100%;
  vertical-align: bottom;
}

.home4__flexbox-child-hiyoko-flexbox {
  display: flex;
  justify-content: space-between;
}

/* たまごコース */
.home4__flexbox-child-hiyoko-tcourse {
  width: 46%;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.home4__flexbox-child-hiyoko-tcourse-imgbox {
  width: 9rem;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5rem;
  margin-bottom: 3rem; */
  height: 18rem;
  position: relative;
}

.home4__flexbox-child-hiyoko-tcourse-imgbox img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
}

.home4__flexbox-child-hiyoko-tcourse-nametag {
  font-size: 2rem;
  box-sizing: border-box;
  border: 2px solid #7CCB37;
  margin-bottom: 1rem;
  text-align: center;
}

.home4__flexbox-child-linkbtn.tamago {
  background-color: #7CCB37;
}

/* ひよこコース */
.home4__flexbox-child-hiyoko-hcourse {
  width: 46%;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 2rem;
}

.home4__flexbox-child-hiyoko-hcourse-redtagbox {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translate(-50%, 0);
  z-index: 10;
}

.home4__flexbox-child-hiyoko-hcourse-redtagbox img {
  width: 100%;
  vertical-align: bottom;
}

.home4__flexbox-child-hiyoko-hcourse-imgbox {
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 5rem;
  margin-bottom: 3rem; */
  position: relative;
  height: 18rem;
}

.home4__flexbox-child-hiyoko-hcourse-imgbox img {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home4__flexbox-child-hiyoko-hcourse-nametag {
  font-size: 2rem;
  box-sizing: border-box;
  border: 2px solid #17C2C8;
  margin-bottom: 1rem;
  text-align: center;
}

.home4__flexbox-child-linkbtn.hiyoko {
  background-color: #17C2C8;
}

.newline-pc::after {
  content: '\A';
  white-space: pre;
}
.newline-tb::after {
  content: '';
}
.newline-sp::after {
  content: '';
}

@media (max-width: 1024px) {
  .home4 {
    margin-top: 0;
  }

  .home4__flexbox {
    flex-wrap: wrap;
  }

  .home4__flexbox-child {
    width: 100%;
    margin-bottom: 7rem;
  }

  .home4__flexbox-child-hiyoko {
    width: 100%;
  }

  .newline-pc::after {
    content: '';
  }
  .newline-tb::after {
    content: '\A';
    white-space: pre;
  }
  .newline-sp::after {
    content: '';
  }
}  /* /max-width: 1024px */

@media (max-width: 600px) {
  .home4__h2 {
    font-size: 2rem;
  }

  .home4__desc {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 7rem;
  }

  .home4__flexbox-child-list {
    font-size: 1.4rem;
  }

  .home4__flexbox-child-ichigo-h3 {
    font-size: 1.4rem;
    width: 10rem;
    text-align: center;
    
    min-width: 130px;
  }

  .home4__flexbox-child-ichigo-imgbox {
    width: 7rem;
    height: 14rem;
  }

  .home4__flexbox-child-bluetag {
    font-size: 1.4rem;
  }

  .home4__flexbox-child-desc {
    font-size: 1.4rem;
  }

  .home4__flexbox-child-linkbtn {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }

  .home4__flexbox-child-momo-h3 {
    font-size: 1.4rem;
    width: 10rem;
    text-align: center;

    min-width: 130px;
  }

  .home4__flexbox-child-momo-imgbox {
    width: 8rem;
    height: 14rem;
  }

  .home4__flexbox-child-hiyoko-h3 {
    font-size: 1.4rem;
    width: 14rem;
    text-align: center;
  }

  .home4__flexbox-child-hiyoko-hcourse-redtagbox {
    width: 120px;
  }

  .home4__flexbox-child-hiyoko-tcourse-nametag {
    font-size: 1.6rem;
  }

  .home4__flexbox-child-hiyoko-tcourse-imgbox {
    width: 6rem;
    height: 14rem;
  }

  .home4__flexbox-child-hiyoko-tcourse-imgbox img {
    top: 59%;
  }

  .home4__flexbox-child-hiyoko-hcourse-nametag {
    font-size: 1.6rem;
  }

  .home4__flexbox-child-hiyoko-hcourse-imgbox {
    height: 14rem;
    width: 8rem;
  }

  .home4__flexbox-child-hiyoko-hcourse-imgbox img {
    top: 61%;
  }

  .home4__flexbox-child-hiyoko-move {
    top: 5.5rem;
  }

  .home4__flexbox-child-hiyoko-move-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .home4__flexbox-child-hiyoko-move-text::before {
    left: 3.8rem;
    height: 35px;
  }
  .home4__flexbox-child-hiyoko-move-text::after {
    right: 3.8rem;
    height: 35px;
  }

  .home4__flexbox-child-hiyoko-move-imgbox {
    width: 31%;
  }

  .newline-pc::after {
    content: '';
  }
  .newline-tb::after {
    content: '';
  }
  .newline-sp::after {
    content: '\A';
    white-space: pre;
  }
}  /* /max-width: 600px */

/*------------------------------
    ページナビ
  ------------------------------*/

@media (max-width: 1024px) {
  .home5 .pagenav-box {
    max-width: calc(185px * 3 + 13px * 4);
    margin: 0 auto;
  }

  .home5 .column {
    flex-basis: 33%;
    flex-grow: 0;
    margin-bottom: 20px;
  }

  .home5 p {
    margin-top: 12px;
  }
}

@media (max-width: 600px) {
  .home5 .pagenav-box {
    max-width: calc(185px * 2 + 13px * 2);
    margin: 0 auto;
    overflow: hidden;
  }

  .home5 .column {
    flex-basis: 50%;
  }
}

/*------------------------------
    施設紹介
  ------------------------------*/

.home6-box1 {
  position: relative;
}

.home6-box1 .column1 {
  background: url(../img/bg-facility.png) no-repeat right top;
  padding-top: 50px;
  width: 400px;
}

.home6-box1 .section-title {
  margin-bottom: 100px;
}

.home6-box1 .column2 {
  position: relative;
  padding-top: 40px;
}

.home6-map {
  position: absolute;
  bottom: -66px;
  left: -164px;
}

.home6-map .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home6-map .btn&gt;a {
  width: auto;
}

.home6-box1&gt;.btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home6-box1&gt;.btn&gt;a {
  width: 300px;
}

.home6-box2 {
  padding-top: 230px;
  --flex-gap: 40px;
}

.home6-box2&gt;.column+.column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home6-box2 .movie {
  position: relative;
}

.home6-box2 .movie::before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.home6-box2 .movie&gt;iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.home6-address {
  line-height: 1.2;
  --flex-gap: 15px;
}

.home6 .google-map {
  position: relative;
}

.home6 .google-map::before {
  content: "";
  display: block;
  padding-top: 40%;
}

.home6 .google-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .home6-box1 .column1 {
    padding-bottom: 80px;
  }

  .home6-box1 .column2 {
    width: 300px;
    margin-left: 20px;
    margin-right: -20px;
  }

  .home6-map {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    margin-top: 20px;
    padding: 0 10%;
  }

  .home6-box2 {
    padding-top: 80px;
  }

  .home6-box2&gt;* {
    width: 75.5vw;
    margin: 0 auto;
  }

  .home6-address {
    margin-top: 40px;
    margin-bottom: 40px;
  }

}

@media (max-width: 600px) {
  .home6 .container {
    padding: 0 20px;
  }

  .home6 h2 {
    font-size: 20px;
  }

  .home6 h2&gt;span {
    font-size: 12px;
  }

  .home6-box1 .column1 {
    width: auto;
    background-size: 138px 181px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .home6-box1 .column1-text br {
    display: none;
  }

  .home6-box1 .column2 {
    margin-left: -20px;
    width: auto;
  }

  .home6-box1 .column2&gt;* {
    width: 100%;
  }

  .home6-box2 {
    padding-top: 40px;
  }

  .home6-box2&gt;* {
    width: auto;
  }

  .home6-box2 .movie,
  .home6-box2 .google-map {
    margin: 0 -20px;
  }

  .home6 .google-map::before {
    padding-top: 60%;
  }

  .home6-address {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home6-address&gt;*+* {
    margin-top: 30px;
  }

  .home6-map {
    padding: 0 10px;
  }

  .home6-map .btn&gt;* {
    font-size: 11px;
    padding: 9px 20px;
  }

  .home6-box1&gt;.btn {
    position: static;
    margin-top: 30px;
    text-align: center;
  }

  .home6-box1&gt;.btn&gt;a {
    width: 100%;
    max-width: 300px;
  }
}

/* TOP　Insta読み込み */
.home7 h3 {
  text-align: center;
  margin-bottom: 2rem;
}

.insta-list{
  display: flex;
  flex-wrap: wrap;
}
.insta-list li{
  width: calc(16.66666666% - 10px);
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  margin-bottom: 9px;
}
.insta-list li:nth-of-type(6n){
  margin-right: 0;
}
.insta-list li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.insta-list li img{
  left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  min-width: 100%;
  max-width: inherit;
  transition-duration: 0.3s;
}
.insta-list li a:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color:#829A6D;
  opacity: 0.2;
  display:block;
  transition: all .2s ease-in-out;
}
.insta-list li a:hover:after{
  opacity: 0;
}
@media (max-width: 1024px) {
  .insta-list li{
    width: calc(33.333333% - 6px);
    overflow: hidden;
    position: relative;
    margin-right: 9px;margin-bottom: 9px;
  }
  .insta-list li:nth-of-type(3n){
    margin-right: 0;
  }
  
}
</pre></body></html>