@charset "UTF-8";

:root {
  --bodycolor: #ffffff;
  --maincolor: #2bbf7c;
  --text-emcolor: #ea6356;
  --bgcolor: #e2ede2;
  --subcolor: #ffffff;
}

@font-face {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* クリアフィックス */
.clearFix {
  min-height: 1px;
}

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}


html {
    scroll-behavior: smooth;
}

/* 全体の背景・テキスト */
body {
  color: #000;
  margin: 0;
  padding: 0;
  background: var(--bodycolor);
  font-size: 80%;
  font-style: normal;
  font-weight: normal;
  position: relative;
  min-width: 1460px;
}

body:before {
  content: url(../images/body_bg-left.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body:after {
  content: url(../images/body_bg-right.png);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}


/* 全体のリンクテキスト */
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}


header {
  position: relative;
  top: 0;
  left: 0;
}

.header_wrap {
  width: 1260px;
  margin: 0 auto;
  padding-top: 16px;
}

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

.header_text {
  font-size: 24px;
  font-weight: bold;
  color: var(--maincolor);
}

.header_text span {
  font-size: 26px;
  font-weight: 900;
  display: inline-block;
  padding-top: 16px;
}

.header_wrap a > img {
  width: 200px;
}

.header_wrap a.contact {
  width: 394px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 8px 0;
  color: #fff;
  background-color: var(--maincolor);
}

.main-visual {
  width: 1380px;
  height: 660px;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
}

.header_caption {
  width: 436px;
  position: absolute;
  left: -30px;
  bottom: 0;
}

/* ナビゲーション */
nav button {
  display: none;
}

nav {
  width: 1000px;
  margin: 0 auto 56px;
  padding: 0;
}

nav ul.g-menu {
  display: grid;
  grid-template-columns: 150px repeat(7, 1fr);
}

nav ul.g-menu li {
  display: grid;
  place-items: center;
  border-right: 3px dotted var(--maincolor);
}

nav ul.g-menu li:first-of-type {
  border-left: 3px dotted var(--maincolor);
}

nav ul li a img {
  height: 64px;
  display: block;
}


/* メインコンテンツ */
.slider {
  max-width: 100%;
  height: 663px;
  background-color: #ffc4d9;
  background-image: url("../images/topslide.png");
  background-repeat: repeat-x;
  background-position: 0 0;
  position: relative;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  animation: bg-slider 60s linear infinite;
  padding: 0;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}

.top_txt {
  position: relative;
  top: 70px;
  left: 280px;
}

.wave {
  background-image: url("../images/bg.png");
  background-repeat: repeat-x;
  width: auto;
  height: 26px;
}

article {
  width: 980px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}

.about {}

.new-open {
  font-size: 20px;
  font-weight: 500;
  color: #ff6010;
  margin-bottom: 36px;
}

.new-open p:first-of-type {
  margin-bottom: 20px;
}

.new-open p:nth-of-type(2) {
  margin-bottom: 28px;
}

.new-open p:last-of-type {
  font-size: 28px;
}

.about-warm {
  padding: 34px 40px;
  border-radius: 24px;
  background-color: var(--bgcolor);
  position: relative;
}

.about-warm:before {
  content: url(../images/about_bg-left.png);
  position: absolute;
  top: 0;
  left: -4%;
  z-index: 9;
}

.about-warm:after {
  content: url(../images/about_bg-right.png);
  position: absolute;
  top: -10%;
  right: 0;
  z-index: 9;
}

.about-warm_title {
  font-size: 27px;
  font-weight: bold;
  color: #097f11;
  -webkit-text-stroke: 9px white;
  text-stroke: 9px white;
  paint-order: stroke;
  line-height: 1.593;
  margin-bottom: 28px;
}

.about-warm_text {
  width: 68%;
  font-size: 18px;
  text-align: left;
  line-height: 1.667;
  margin: 0 auto;
}

.main-text {
  width: 100%;
  background-color: var(--bgcolor);
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
}

.main-text div {
  width: 90%;
  font-size: 22px;
  background-color: var(--bgcolor);
  margin: 30px 48px 56px;
  padding: 40px 0 20px;
  background-image: url("../images/line.png");
}

.main-text div p {
  line-height: 41px;
  margin: 0 0 47px 0;
}


.main-text div p:nth-child(2) {
  
}

.main-text div p:last-of-type {
  margin: 0 0 16px 0;
}

.main-text-logo {
  display: inline-block;
  margin-bottom: -5px;
  padding: 0 4px;
}

.orange {
  color: var(--text-emcolor);
  font-weight: bold;
}

article h1 {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  color: var(--maincolor);
  margin: 1.4em 0 .6em;
  line-height: 2;
}

article h2 {
  font-size: 1.2em;
  color: var(--maincolor);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
}

article hr {
  display: block;
  height: 5px;
  background-color: var(--maincolor);
  border: 0;
  border-radius: 10px;
}

.banner  {
  margin-bottom: 380px;
}

.insta {
  margin-bottom: 48px;
}

.hugs-warm {
  width: 1084px;
  height: 235px;
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
}

.support,
.dayservice {
  width: 41%;
  height: 340px;
  float: left;
  border: 4px solid var(--maincolor);
  border-radius: 10px;
  margin: 20px 0 40px;
  padding: 0 35px;
  background-color: var(--subcolor);
}

.support h2,
.dayservice h2 {
  margin: 1em 0;
}

.support p,
.dayservice p {
  line-height: 1.6em;
}

.dayservice {
  float: right;
}

.concept {
  width: 100%;
  margin: 0 auto;
}

.concept_box {
  position: relative;
  border: 4px solid var(--maincolor);
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 24px 0;
}

.concept_box ul {
  list-style: none;
}

.concept_title {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--maincolor);
  border-radius: 50%;
}

.concept_box ul {
  width: 78%;
  text-align: left;
  margin: 0 auto;
  list-style: initial;
}

.concept_box ul li {
  font-size: 19px;
  line-height: 1.737;
}

.concept p {
  margin-bottom: 2em;
  line-height: 1.3;
}

.curriculum {
  background-color: var(--bgcolor);
  border-radius: 10px;
  margin: 2em 0;
  padding: 2em 0 0.5em;
}

.curriculum h2 {
  color: var(--maincolor);
}

.weekday,
.holiday {
  width: 40%;
  height: 450px;
  margin: 2em 2em 2em 2.5em;
  float: left;
  border: 4px solid var(--maincolor);
  border-radius: 10px;
  background-color: var(--subcolor);
  position: relative;
}

.weekday h3,
.holiday h3 {
  margin: 1.5em 0;
  color: var(--maincolor);
}

.vertical,
.vertical2 {
  width: 0;
  height: 300px;
  border-left: 5px dotted var(--maincolor);
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 126px;
}

.vertical2 {
  height: 350px;
  left: 130px;
}

.holiday {
  float: right;
  margin: 2em 2.5em 2em 2em;
}

.curriculum table {
  margin: 0 auto;
  color: var(--maincolor);
}

.curriculum table tr td {
  text-align: left;
  padding: 0 20px 10px;
}

.curriculum table tr td.right {
  text-align: right;
}

.more-curriculum {
  background-color: var(--bgcolor);
  border-radius: 10px;
  margin-bottom: 3em;
  padding: 2em 0 0.5em;
}

.more-curriculum h2 {
  color: var(--maincolor);
}

.more-curriculum ul {
  text-align: left;
  border: 4px solid var(--maincolor);
  border-radius: 10px;
  margin: 1em 2em 2em 2em;
  padding: 1em 6em;
  background-color: var(--subcolor);
}

.more-curriculum ul li {
  list-style-type: none;
  margin-left: 14px;
  margin-bottom: 0.4em;
  display: block;
  color: var(--maincolor);
}

.more-curriculum ul li::before {
  content: '＊';
  margin-left: -14px;
}

.more-curriculum div {
  border: 4px solid var(--maincolor);
  border-radius: 10px;
  margin: 1em 2em 2em 2em;
  padding: 1em 6em;
  color: var(--maincolor);
  background-color: var(--subcolor);
}

.more-curriculum div span {
  line-height: 1.4em;
  margin-right: 2em;
}

.flowtouse .steptitle {
  float: left;
  text-align: left;
  width: 20%;
  margin-left: 3em;
  line-height: 1.3;
}

.flowtouse .stepdis {
  text-align: left;
  margin-bottom: 3em;
  width: 70%;
  float: left;
  line-height: 1.3;
}

.flowtouse .stepdis a {
  color: var(--maincolor);
  font-weight: bold;
}

.outline table {
  table-layout: fixed;
  margin: 0 auto 4em;
}

.outline table tr td {
  border: 1px solid #000;
  padding: 1em;
  text-align: left;
}

.outline table tr:nth-of-type(even) td {
  background-color: #eee;
}

.outline table tr td a {
  text-decoration: underline;
}

.accessmap .map {
  border: 6px solid #fff;
  border-radius: 10px;
}

.accessmap .map iframe {
  vertical-align: bottom;
  width: 100%;
}

.form .inquiry {
  border: 6px solid #fff;
  border-radius: 10px;
  background-color: var(--bgcolor);
  margin-bottom: 4em;
}

.form .inquiry p {
  font-size: 16px;
  font-size: 1rem;
  padding: 2em 0;
}

.form .inquiry .attention {
  padding: 0 0 1.5em;
}

.form .inquiry .small {
  font-size: 14px;
  font-size: 0.875rem;
}

.form .inquiry #formWrap {
  width: 980px;
}

.form .inquiry div {
  display: table;
  width: 60%;
  margin: 0 auto;
}

.form .inquiry div dt {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  text-align: left;
}

.form .inquiry div dd {
  font-size: 16px;
  font-size: 1rem;
}

.form .inquiry div input {
  height: 30px;
}

.form .inquiry div input[type="submit"] {
  width: 200px;
  height: 55px;
  cursor: pointer;
  padding: 1em 2em;
  border: none;
  display: inline-block;
  background-color: #1abc9c;
  font-size: 114%;
  line-height: 1;
  color: #FFF;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  top: 0;
  transition: .2s all;
}

.form .inquiry div input[type="submit"]:hover {
  top: -2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.form .inquiry div input[type="submit"]:active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  top: 0;
}

.form .inquiry div input,
.form .inquiry div textarea {
  width: 100%;
  border: 1px solid var(--maincolor);
  border-radius: 10px;
  margin-bottom: 1.3em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: auto;
}

.form .inquiry div input:focus,
.form .inquiry div textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}


/* フッター */
footer {
  font-size: 14px;
  background-color: var(--bgcolor);
  text-align: center;
  padding: 20px 0;
}

footer ul li {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 15px;
}

footer p {
  margin: 1em 0;
}

.footer-info p img {
  margin: 10px 0;
}

.footer_wrap {
  width: 222px;
  border-radius: 12px;
  padding: 12px 0;
  margin: 0 auto 26px;
  background-color: #fff;
}

.footer_wrap img {
  width: 170px;
}

.foot_address_box {
  margin-bottom: 12px;
}

.foot_address_box .foot_address p {
  margin-bottom: 0;
}

.foot_address_box .foot_tel {
  font-size: 30px;
}

.scrollTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
	z-index: 10;
}
.scrollTop a {
	font-size: 18px;
	color: #fff;
	background: var(--maincolor);
	padding: 20px;
  border-radius: 16px;
}
.scrollTop a:hover {
	opacity: .8;
}

/* メディアクエリ */
@media screen and (max-width: 639px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  body {
    min-width: initial;
  }
  body:before {
    content: "";
    background-image: url(../images/body_bg-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 200px;
    height: 500px;
  }
  body:after {
    content: "";
    background-image: url(../images/body_bg-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    width: 200px;
    height: 500px;
  }

  header {
    margin-bottom: 0;
    border: none;
  }

  .header_wrap {
    width: 94%;
    margin: 0 auto;
  }

  
  .header_wrap a > img {
    width: 120px;
  }


  .header_box {
    flex-direction: column;
  }

  .header_box p {
    order: 2;
  }

  .header_box .header_text {
    font-size: 18px;
    margin-bottom: 16px;
    background-color: rgba(255, 255, 255, .8);
  }

  .header_box .header_text span {
    font-size: 20px;
    padding-top: 8px;
  }

  .header_box a:last-of-type {
    width: 100%;
    order: 3;
  }

  .main-visual {
    width: 100%;
    height: auto;
    margin: 24px 0 0;
  }

  .m-v-wrap img {
    max-width: 100%;
  }

  .header_caption {
    width: 50%;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header_caption img {
    max-width: 100%;
  }

  nav {
    width: 100%;
    margin: -36px auto 56px;
  }
  nav button {
    display: block;
    cursor: pointer;
    background-color: var(--maincolor);
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  nav button p {
    font-size: 22px;
    font-weight: 900 !important;
  }
  nav button img {
    margin-top: .3em;
  }

  .panel-btn-icon {
    display: block;
    position: absolute;
    top: 46%;
    left: 93%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }

  .panel-btn-icon:before,
  .panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 2%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }

  .panel-btn-icon:before {
    margin-top: -6px;
  }

  .panel-btn-icon:after {
    margin-top: 6px;
  }

  .active {
    background: transparent;
  }

  .active:before,
  .active:after {
    margin-top: 0;
  }

  .active:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  nav ul {
    width: 100%;
  }

  nav ul.g-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  nav ul.g-menu li {
    border: none;
  }

  nav ul.g-menu li:first-of-type {
    /* grid-column: 1 / -1; */
    border: none;
  }

  nav ul.g-menu li:nth-of-type(even) {
    /* border-right: 1px solid #000; */
  }

  nav ul.g-menu li a {
    padding: 13px 0 0;
  }

  nav ul > li {
    background-color: var(--bgcolor);
    text-align: center;
    width: 100%;
    height: 0;
    border-top: 0px solid #fff;
    border-right: none;
    padding: 0;
    margin: 0;
    display: block;
    transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
  }

  nav ul.is-open > li {
    height: auto;
    border-top: 1px solid #fff;
    padding: 0 0 13px;
    transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
  }

  nav ul > li > a {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
  }

  nav ul.is-open > li > a {
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    transition: line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s;
  }

  .slider {
    height: auto;
    padding: 30px;
  }

  .top_txt {
    width: 100%;
    top: 0;
    left: 0;
  }

  article {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1rem;
  }

  .main-text {
    width: 90%;
    margin-top: 30px;
  }

  .main-text div {
    font-size: 16px;
    font-size: 1rem;
    width: 91%;
    margin: 0 auto;
    padding: 44px 1% 20px;
    border-radius: 20px;
  }


  .main-text div p {
    line-height: 41px;
    margin: 0 0 47px 0;
  }


  .main-text div p:last-of-type {
    margin: 0 0 16px 0;
  }


  .new-open {
    width: 90%;
    margin: 0 auto 36px;
  }
  .about-warm {
    width: 90%;
    margin: 0 auto;
    padding: 24px 0;
  }

  .about-warm:before,
  .about-warm:after {
    content: "";
  }
  .about-warm_title {
    width: 90%;
    font-size: 20px;
    margin: 0 auto 28px;
  }
  .about-warm_text {
    width: 80%;
    margin: 0 auto;
  }

  .about-warm .spimage {
    width: 100%;
  }

  .about-warm .spimage img {
    max-width: 100%;
  }

  .banner {
    width: 90%;
    margin: 32px auto 0;
  }

  .banner img {
    width: 100%;
  }

  .hugs-warm {
    width: 100%;
    height: auto;
    display: block;
    position: initial;
  }

  .support,
  .dayservice {
    width: 90%;
    height: auto;
    float: none;
    margin: 20px 5%;
    padding: 0;
  }

  .support p,
  .dayservice p {
    margin: 0 13px 10px;
  }

  article hr {
    width: 90%;
    margin: 0 auto 1em;
  }

  .concept {
    width: 90%;
    margin: 0 auto;
  }

  .concept_box {
    margin-bottom: 40px;
  }

  .concept_title {
    width: 100%;
    height: 48px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    top: 0;
    left: 0;
  }
  .concept_box ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 48px;
  }
  .concept_box ul li {
    font-size: 16px;
  }

  .curriculum {
    width: 94%;
    margin: 2em auto;
  }

  .weekday,
  .holiday {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto 2em;
    padding-bottom: 2em;
  }

  .vertical,
  .vertical2 {
    height: 80%;
    top: 50px;
    left: 35%;
  }

  .more-curriculum {
    width: 94%;
    margin: 0 auto 2em;
  }

  .more-curriculum ul {
    margin: 1em 1em 2em;
    padding: 2em 1em;
  }

  .more-curriculum div {
    margin: 1em 1em 2em;
    padding: 2em 0;
  }

  .more-curriculum div span {
    line-height: 2em;
    margin-right: 0;
  }

  .flowtouse {
    width: 90%;
    margin: 0 auto;
  }

  .flowtouse .steptitle {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 1em;
  }

  .flowtouse .stepdis {
    float: none;
    width: 80%;
    text-align: center;
    margin: .5em auto 2em;
  }

  .outline table {
    width: 90%;
    table-layout: auto;
    margin: 0 auto 4em;
  }

  .outline table tr td {
    border: 1px solid #000;
    padding: 1em .4em;
    text-align: left;
  }

  .accessmap .map {
    width: 94%;
    margin: 0 auto;
  }

  .form .inquiry {
    width: 94%;
    margin: 0 auto 4em;
  }

  .form .inquiry p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form .inquiry .attention {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form .inquiry .small {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .form .inquiry #formWrap {
    width: 90%;
    margin: 0 auto;
  }

  .form .inquiry div {
    width: 100%;
  }

  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }
}
