@charset "utf-8";
/*
Theme Name: abeno-hoikuen
Description: abeno-hoikuen
Version: 1.0
Author: Mediacloud Nomura
*/
/*------------------
  reset css
------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
*, *::before, *::after {
 box-sizing: border-box;
}
/* change colours to suit your needs */
ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}
/* change colours to suit your needs */
mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom: 1px dotted;
 cursor: help;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}
/*------------------
  共通CSS
------------------*/
html, body {
 font-family: fot-tsukuardgothic-std, sans-serif;
 font-weight: 700;
 font-style: normal;
 color: #754c24;
 font-size: 14px;
}
p, td, th, li {
 line-height: 1.7;
}
p {
 font-size: 22px;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
img {
 width: 100%;
 height: auto;
 vertical-align: bottom;
}
.img-responsive {
 display: block;
 max-width: 100%;
 height: auto;
}
a {
 color: #333;
 text-decoration: none;
}
section {
 width: 100%;
 padding: 140px 0;
}
/*---- box ----*/
.container {
 width: 100%;
}
.inner {
 max-width: 1024px;
 box-sizing: border-box;
 position: relative;
 margin: 0 auto;
 padding: 0 15px;
}
/*---- none ----*/
.sp-onry {
 display: none;
}
.ipad-onry {
 display: none;
}
.pc-none {
 display: none;
}
/*---- 見出し ----*/
h2 {
 text-align: center;
 margin-bottom: 80px;
}
.container h2 img {
 width: 15%;
}
.inner h2 img {
 width: 30%;
}
.tel {
 color: #754c24;
}
/*---- botton ----*/
.btn-push {
 display: inline-block;
 background-color: #754c24;
 color: #fff;
 text-decoration: none;
 padding: 20px 40px;
 border-radius: 40px;
 font-size: 20px;
}
.btn {
 text-align: center;
}
/*---- header ----*/
.home header .container {
 background: url("../img/roof.png") repeat-x;
}
header .container div:first-child {
 background-position: center center!important;
 background-size: cover!important;
}
/* nav */
header nav li i {
 background-color: #ec694a;
}
.nav-menu li {
 text-align: center;
 padding: 0 30px;
}
.nav-menu nav li a {
 color: #754c24;
 font-size: 20px;
 flex: 0 0 calc(100% / 5);
}
/*----footer----*/
footer {
 position: relative;
 background: #ec694a;
 padding: 40px 0 20px;
}
.ToTOP.absolute, #ToTOP.absolute {
 position: absolute;
 top: 490px;
 bottom: auto;
}
footer nav li {
 text-align: center;
 flex: 0 0 calc(70% / 4);
}
.footer-nav .row {
 justify-content: center;
}
.footer-nav li {
 border-right: 1px solid #fff;
}
.footer-nav li:last-child {
 border-right: none;
}
footer nav a {
 color: #fff;
 font-size: 18px;
}
footer .Column3 {
 margin: auto 0px;
 padding: 0 20px 40px;
}
footer .Column3 p {
 text-align: center;
 font-size: 14px;
 color: #fff;
 font-weight: 100;
}
footer .Column3 .footer-tel {
 font-size: 20px;
 font-weight: bold;
 line-height: 1;
}
footer .footer-btn1 {
 display: block;
 width: 100%;
 color: #fff;
 text-decoration: none;
 padding: 10px 24px;
 border-radius: 6px;
 border: 1px solid #fff;
 margin-top: 10px;
}
footer .footer-btn2 {
 display: block;
 width: 100%;
 background-color: #fff;
 color: #ec694a;
 text-decoration: none;
 padding: 10px 24px;
 border-radius: 6px;
 border: 1px solid #fff;
 margin-top: 9px;
}
footer .footer-btn2 a {
 color: #ec694a;
}
.footer-nav ul {
 padding-bottom: 40px;
}
address, address a {
 font-style: normal;
 color: #fff;
 text-align: center;
 font-weight: 100;
 line-height: 1.3;
 font-size: 12px;
}
/*---- Column ----*/
.row {
 display: flex;
 flex-wrap: wrap;
}
.Column2 {
 flex: 0 0 50%;
 padding: 0;
 max-width: 50%;
 position: relative;
}
.Column3 {
 flex: 0 0 calc(100% / 3);
 max-width: calc(100% / 3);
 padding: 0;
 position: relative;
}
.Column3_1 {
 flex: 0 0 33.333%;
 max-width: 33.333%;
 padding: 0;
 position: relative;
}
.Column3_2 {
 flex: 0 0 66.666%;
 max-width: 66.666%;
 padding: 0;
 position: relative;
}
.Column4 {
 flex: 0 0 calc(100% / 4);
 max-width: calc(100% / 4);
 padding: 0;
 position: relative;
}
/*---- background ----*/
.paper {
 background: url("../img/bg-paper.jpg");
}
.cream-orange-dot {
 background: url("../img/bg-cream-orange-dot.jpg");
}
.white-orange-dot {
 background: url("../img/bg-white-orange-dot.jpg");
}
.orange-white-dot {
 background: url("../img/bg-orange-white-dot.jpg");
}
.orange-stripe {
 background: url("../img/bg-orange-stripe.jpg");
}
.white-blue-dot {
 background: url("../img/bg-white-blue-dot.jpg");
}
/*---- #ToTOP ----*/
/* index用 */
.ToTOP {
 position: fixed;
 right: 40px;
 bottom: 5%;
 z-index: 100;
 width: 10%;
 cursor: pointer;
 transition: .2s;
 opacity: 0; /* デフォルト非表示 */
 visibility: hidden;
}
/* index用 再表示 */
.active {
 opacity: 1;
 visibility: visible;
}
/* page用 */
#ToTOP {
 position: fixed;
 right: 40px;
 bottom: 5%;
 z-index: 100;
 width: 10%;
}

/*------------------
  Top Page
------------------*/
/*---- .main-slider ----*/
/* slider */
.main-slider {
 height: 85vh;
 object-fit: cover;
}
/* nav */
.top-nav {
 padding-top: 80px;
 align-items: center;
 justify-content: space-between;
}
.main-slider h1 {
 width: 270px;
}
.nav-menu li img {
 width: 50px;
}
/* info-box */
.info-box {
 color: #fff;
 padding: 31px 0;
 background: #a8cf6a;
}
.info-box p {
 font-size: 27px;
 text-align: center;
}
.info-box .masseage {
 display: inline-block;
}
.info-box .Column2:last-child {
 text-align: center;
}
.info-box img {
 margin: 10px 0;
 width: 80%;
}
.info-box .time {
 font-size: 20px;
}
.top-info {
 position: relative;
}
.top-main-point {
 width: 25%;
}
.top-main-point.left, .top-main-point.right {
 position: absolute;
 bottom: 0;
}
.top-main-point.left {
 left: 50px;
}
.top-main-point.right {
 right: 50px;
}
/*---- #TOP-CONCEPT ----*/
#TOP-CONCEPT {
 border-bottom: 15px solid #a8cf6a;
}
#TOP-CONCEPT .row {
 margin: auto;
}
#TOP-CONCEPT .container h2 img {
 width: 50%;
}
#TOP-CONCEPT h2 {
 margin-bottom: 80px;
}
/* illust */
.balloon {
 width: 40%;
 margin: -40px 0 60px 0;
}
.cloud {
 width: 30%;
 margin: 80px 10px 40px 50px;
}
.butterfly {
 width: 40%;
 margin: 0 0 40px 200px;
}
#TOP-CONCEPT .Column2 {
 padding: 0 70px;
}
#TOP-CONCEPT .Column2 h3 {
 margin-bottom: 40px;
}
#TOP-CONCEPT p {
 font-size: 25px;
 padding: 0 50px;
}
/*---- #TOP-POINT ----*/
#TOP-POINT {
 background: #fef2e3;
 border-bottom: 15px solid #f5ad5f;
}
#TOP-POINT .Column2 {
 padding: 0 80px;
}
#TOP-POINT .Column3 {
 padding: 0 20px;
}
#TOP-POINT .row img {
 margin-bottom: 40px;
}
#TOP-POINT p {
 margin-bottom: 40px;
}
#TOP-POINT .btn {
 margin-top: 40px;
}
/*---- #COMPANY ----*/
#COMPANY {
 background: url("../img/bg-blue-check.jpg");
 border-bottom: 15px solid #b7dff6;
}
#COMPANY .inner {
 background: #fff;
 padding: 80px;
}
/* table */
#COMPANY th, #COMPANY td {
 width: 100%;
 display: block;
 text-align: left;
}
#COMPANY th {
 font-size: 19px;
 color: #917050;
 padding-top: 20px;
}
#COMPANY td {
 font-size: 22px;
 color: #754c24;
 padding-bottom: 20px;
 border-bottom: 2px dashed #c8b7a7;
}
#COMPANY .row {
 margin-bottom: 40px;
}
.company-protect {
 background: #f7f7f7;
 padding: 40px 130px;
 margin-bottom: 80px;
 border-radius: 20px;
 font-size: 19px;
}
.company-protect h3 {
 font-size: 21px;
 padding-bottom: 10px;
}
.company-protect p {
 font-size: 19px;
}
/*---- #CONTACT-INFO ----*/
#CONTACT-INFO {
 background: linear-gradient(90deg, rgba(236, 105, 74, 0.2) 100%, rgba(236, 105, 74, 0.2) 100%) fixed,  url("../img/top-contact-info-bg.jpg");
 background-size: cover;
 background-position: center;
 border-bottom: 15px solid #ec694a;
}
#CONTACT-INFO h2 img {
 width: 80%;
 margin-bottom: 40px;
}
#CONTACT-INFO h2 {
 margin: 0
}
/* info-box */
#CONTACT-INFO .row {
 justify-content: space-around;
}
#CONTACT-INFO .Column2 {
 background: #fff;
 padding: 30px;
 border-radius: 20px;
 margin: 0 10px;
 max-width: 45%;
}
.info-tel h3, .info-form h3 {
 font-size: 23px;
 padding-bottom: 20px;
}
.info-tel h3 i, .info-form h3 i {
 border-radius: 20px;
 padding: 8px;
 font-size: 20px;
 color: #fff;
}
.info-tel, .info-form {
 text-align: center;
}
.info-tel img, .info-form img {
  border-radius: 20px;
  margin-bottom: 20px;
}
.info-tel p, .info-form p {
 margin-bottom: 20px;
}
.info-tel  {
 color: #89b93c;
}
.info-tel img {
 border: 5px solid #a8cf6a;
}
.info-tel h3 i, .info-tel .btn-push {
 background: #89b93c;
}
.info-form  {
 color: #f5ad5f;
}
.info-form img {
 border: 5px solid #f5ad5f;
}
.info-form h3 i, .info-form .btn-push {
 background: #f5ad5f;
}

/*---- #SLIDER ----*/
#SLIDER {
 background: url("../img/bg-orange-stripe.jpg");
}
#SLIDER h2 img {
 width: 14%;
}
.slider {
 margin-bottom: 80px;
}
.photo-gallery {
 padding: 0 140px;
}
/* photo-card */
.photo-card {
 background: #fff;
 text-align: center;
 margin: 0 8px;
 box-shadow: 0 0 16px -6px rgba(104, 47, 35,0.5);
}
.photo-card img {
 padding: 20px;
 border-radius: 40px;
}
.photo-card p {
 padding-bottom: 30px;
}

/* 20221101 */
.table {width: 96%;}
.table td span {font-size: 80%;}

/* 20250805 */
.important-info {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    text-decoration: underline;
    color: #1a73e8;
    font-size: 20px;
}


/*------------------
  Animation
------------------*/
/* ふわふわ */
.circle1-5 {
 animation: fuwafuwa 5s infinite ease-in-out;
}
@keyframes fuwafuwa {
 0% {
  transform: translate(0, 0);
 }
 50% {
  transform: translate(0, -20px);
 }
 100% {
  transform: translate(0, 0);
 }
}
.circle1-4 {
 animation: fuwafuwa 4s infinite ease-in-out;
}
@keyframes fuwafuwa {
 0% {
  transform: translate(0, 0);
 }
 50% {
  transform: translate(0, -20px);
 }
 100% {
  transform: translate(0, 0);
 }
}
.circle1-3 {
 animation: fuwafuwa 3s infinite ease-in-out;
}
@keyframes fuwafuwa {
 0% {
  transform: translate(0, 0);
 }
 50% {
  transform: translate(0, -20px);
 }
 100% {
  transform: translate(0, 0);
 }
}
/* 跳ねる *
.trsl {
 display: inline-block;
 animation: trslk 0.5s ease 0s infinite alternate;
}
@keyframes trslk {
 from {
  transform: translateY(0px);
 }
 to {
  transform: translateY(-15px);
 }
}
/* Loading背景画面設定　*
#splash {
 /*fixedで全面に固定*
 position: fixed;
 width: 100%;
 height: 100%;
 z-index: 999;
 background: #fdf4e6;
 text-align: center;
 color: #fff;
}
/* Loading画像中央配置　*
#splash_logo {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*
#splash_logo img {
 width: 30%;
}
/* fadeUpをするアイコンの動き *
.fadeUp {
 animation-name: fadeUpAnime;
 animation-duration: 0.5s;
 animation-fill-mode: forwards;
 opacity: 0;
}
@keyframes fadeUpAnime {
 from {
  opacity: 0;
  transform: translateY(100px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}*/