html {
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック','ＭＳ Ｐゴシック', 'sans-serif', 'UD Digi Kyokasho NK-B', 'Playball', 'Lobster','Pacifico';
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color:#ff6500ff;
    text-decoration: none;
    opacity: 0.6;
    transition-duration: 0.3s;
}

a img:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    transform: translateY(-3px);
}

ul {
    font-size: 0;
    padding: 0;
}

ul li {
    font-size: 16px;
    display: inline-block;
}
/* /////////////////////////////
ヘッダー
///////////////////////////// */
header{
    width: 90%;
    max-width: 1280px;
    text-align: center;
    display: block;
    margin: 0 auto 2%;
    position: relative;
}
header h1{
    font-size: 1.4rem;
    font-family: "游ゴシック";
}
header .logo{
    width: 30%;
    max-width: 300px;
}
header .flag-l{
    position: absolute;
    width: 20%;
    left: 0;
}
header .flag-r{
    position: absolute;
    width: 20%;
    right: 0;
}
/* /////////////////////////////
トップ画像
///////////////////////////// */
.top-img{
    width: 100%;
    padding: 20% 0;
    background-image: url(../images/top.webp);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    margin: 0;
}

.top-img .toptext{
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2%;
    z-index: 999;
}
/* /////////////////////////////
アーティクル
///////////////////////////// */
article{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 8% 0 0;
}
article .cloud{
    position: absolute;
    width: 30%;
    max-width: 500px;
    right:0 ;
    top: 0;
    z-index: 9;
}

/* /////////////////////////////
グループの思い
///////////////////////////// */
.heart{
    width: 80%;
    max-width: 980px;
    text-align: center;
    background-image: url(../images/bg-ao.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto 5%;
    padding: 30px 0 50px
}
.heart img{
    position: absolute;
}
.heart img.center{
    width: 12%;
    left: 0;
    right: 0;
    margin: auto;
    top: -15%;
}
.heart img.l-top{
    width: 17%;
    left: -5%;
    top: -10%;
}
.heart img.l-bottom{
    width: 15%;
    left: -5%;
    bottom: -10%;
}
.heart ul{
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    padding: 5% 0;
    border: solid 2px #aaa;
}
.heart .img{
    width: 40%;
    vertical-align: middle;
}
.heart img.sun{
    position: relative;
    width: 90%;
}
.heart .text{
    width: 59%;
    vertical-align: middle;
}
.heart .text p{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
}
/* /////////////////////////////
施設紹介
///////////////////////////// */
.fact img.head{
    width: 5%;
    max-width: 150px;
}
.fact h2{
    font-size: 2.5rem;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 10px 0 0;
}
.fact h2 span{
    display: block;
    font-family: 'Playball', cursive;
    color: #DF3D31;
    font-size: 2rem;
}
.fact ul{
    width: 90%;
    max-width: 1280px;
    margin: 2% auto 1%;
}
.fact li{
    width: 31%;
    vertical-align: top;
    padding: 0 1%;
    border-left: dashed #aaa 1px;
}
.fact li:first-of-type{
    border-left: none;
}
.fact li .home{
    width: 90%;
}
.fact li .logo{
    width: 50%;
    margin: -10% 0 0;
    height: 100px;
}
.fact li .logo.genki{
    width: 70%;
}
.fact li h3{
    font-size: 1.6rem;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 5px 0;
}
.fact li p{
    font-size: 1.5rem;
    margin:  0;
}
.fact li .number{
    width: 60%;
    margin: 2% 0 0;
}
.fact li .link{
    margin: 4% auto 0;
    display: block;
    width: 80%;
    border: #DF3D31 solid 1px;
}
.fact li .link a{
    display: block;
    color: #DF3D31;
    font-family: 'UD Digi Kyokasho NK-B';
    padding: 1% 0;
}
.fact li .link a:hover{
    background-color: #DF3D31;
    color: #fff;
    transition-duration: 0.2s;
    opacity: 1;
}
.fact li .link a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding: 0 1em;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1rem;
}

/* /////////////////////////////
フッター
///////////////////////////// */

footer{
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 3%;
    text-align: center;
    position: relative;
}
footer .flag-l{
    position: absolute;
    width: 20%;
    left: 10%;
    top: 2%;
}
footer .flag-r{
    position: absolute;
    width: 20%;
    right: 10%;
    top: 2%;
}
footer img.head{
    width: 5%;
    max-width: 150px;
}
footer h2{
    font-size: 2.5rem;
    font-family: 'UD Digi Kyokasho NK-B';
    margin: 10px 0 2%;
}
footer h2 span{
    display: block;
    font-family: 'Pacifico', cursive;
    color: #DF3D31;
    font-size: 2rem;
}
footer .logo img{
    width: 30%;
    max-width: 300px;
}

footer .logo .soleil{
    width: 20%;
}

footer .logo p{
    margin: 0;
    font-weight: bold;
    font-size: 1.6rem;
    font-family: "游ゴシック";
}

footer .logo p .sp{
    display: none;
}

footer a:hover img{
    transition-duration: 0.3s;
    transform: translateY(-3px);
    opacity: 0.6;
}

footer ul{
    width: 90%;
    text-align: center;
    margin: 1% auto 3%;
    padding: 0 0 3%;
    display: block;
    border-bottom: dashed 1px #aaa;
}

footer li{
    vertical-align: top;
    width: 49%;
}

footer .gmap{
    position: relative;
}

footer .gmap span a{
    color: #fff;
    position: absolute;
    right: 2.5%;
    top: 0;
    padding: 2%;
    background: #1e48d1b4;
    font-weight: bold;
    border-radius: 0 0 0 40px;
}

footer .gmap span a:hover{
    text-decoration: none;
    border-radius: 0;
    background: #1e48d1;
    transition-duration: 0.3s;
}

footer iframe{
    width: 95%;
    height: 400px;
    border:none
}

footer .f-acces h3{
    margin: 10px 0;
    font-size: 20px;
    text-align: left;
    padding: 0 0 3px;
    border-bottom: solid 1px #aaa;
    position: relative;
}

footer .f-acces h3::before{
    content: "";
    width: 40%;
    height: 2px;
    background-color: #009B03;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

footer .f-acces h3 img{
    width: 22px;
    margin: 0 5px 0 0;
    vertical-align: -1px;
}

footer .point{
    font-weight: bold;
    font-size: 1vw;
    display: inline-block;
    width: 48%;
    margin: 0 0 3%;
    vertical-align: top;
}

footer .point:nth-child(odd){
    margin: 0 0 0 1%;
}

footer .point .table{
    display: table;
    border-bottom: #aaa dashed 1px;
}

footer .point .name{
    display: table-cell;
    width: 40%;
    text-align: left;
    vertical-align: middle;
}

footer .point .arrow{
    display: table-cell;
    width: 5%;
    vertical-align: middle;
}

footer .point .arrow img{
    width: 60%;
}

footer .point .time{
    display: table-cell;
    width: 15%;
    vertical-align: middle;
}

footer .point .pin{
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}

footer .point .pin img{
    width: 50%;
}

footer .a-link a{
    font-size: 1vw;
    border:solid 1px;
    font-weight: bold;
    padding: 2% 3%;
    color: #E93400;
    margin: 3% 0 0;
    display: inline-block;
}

footer .a-link a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #E93400;
    transition-duration: 0.3s;
}

footer .a-link a:after {
    font-family: "Font Awesome 5 Free";
      content: "\f054";
      padding: 0 1em;
      font-size: 1vw;
      vertical-align: middle
  }
/* /////////////////////////////
コピーライティング
///////////////////////////// */
.copyright{
    text-align: center;
}