@charset "utf-8";

body {
    font-family: 'Noto Sans JP', 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}
body/* .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
} */
@media screen and (max-width:768px) {
    body {
        font-size: 0.8rem;
    }
}
* {
    box-sizing: border-box;
}
html, body {
    height: auto;
    overflow-x: hidden;
} 
#wrapper {
    width: 100%;
    position: relative;
    min-height: 100%;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.top-lead,
h1,
h2,
h3 span,
#g-nav,
.scrolldown1 span,
#footer {
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
}
/* 共通設定ここまで */


#wrapper {
    opacity: 0;
    /*はじめは透過0に*/
}
body.appear #wrapper {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*↓ 1st View ↓*/
#first-view {
    position: relative;
    /*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;
    min-height: 800px;
    max-height: 900px;
}
#cover1 {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: -1;
}
.bg-slider {
    width: 100%;
    height: 533px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 60px;
    left: 140px;
    z-index: -2;
}
/*↓ TOPのコピー ↓*/
#top-main {
    width: 100%;
    height: 100vh;
    position: relative;
}
.top-lead {
    position: absolute;
    top: 430px;
    left: 15%;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.6rem;
    z-index: 10;
}
@media screen and (max-width:990px) {
    .top-lead {
        top: 460px;
        left: 10%;
        font-size: 5rem;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 0.5rem;
    }
}
@media screen and (max-width:768px) {
    #first-view {
        min-height: 600px;
        max-height: 700px;
    }
    #cover1 {
        top: -140px;
        left: -50px;
    }
    .bg-slider {
        height: 333px;
        top: 60px;
        left: 80px;
    }    
    .top-lead {
        top: 290px;
        left: 10%;
        font-size: 3.8rem;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 0.5rem;
    }
}
@media screen and (max-width:550px) {
    #first-view {
        min-height: 400px;
        max-height: 500px;
    }
    #cover1 {
        top: -240px;
        left: -80px;
    }
    .bg-slider {
        height: 233px;
        top: 60px;
        left: 50px;
    }    
    .top-lead {
        top: 300px;
        left: 8%;
        font-size: 2.8rem;
        font-weight: 800;
        line-height: 1.4;
        letter-spacing: 0.5rem;
    }
}
@media screen and (max-width:430px) {
    .top-lead {
        top: 320px;
        font-size: 2.2rem;
        letter-spacing: 0.3rem;
    }
}
/*↑ TOPのコピー ↑*/


/* main-area */
#main-area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

#container {
    position: relative;
    z-index: 1;
    background: #fff;
}



/* sectionタイトル */
.heading::before {
    content: attr(data-en);
    position: absolute;
    top: 0px;
    left: 1.4em;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    font-weight: 500;
    z-index: 1;
}
.heading::after {
    font-size: .4em;
	position: absolute;
	top: -1px;
	left: 0;
	content: '●';
	color: #ec6200;
}
.content h4 {
    width: 90%;
    position: relative;
    margin-left: auto;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 2.0rem;
    line-height: 2.8rem;
    letter-spacing: 0.07rem;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 30px;
}
@media screen and (max-width:990px) {
    .content h4 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:550px) {
    .content h4 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        letter-spacing: 0.07rem;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:400px) {
    .content h4 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}



/* About us */
#aboutus {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    position: relative;
}
#aboutus .content {
    width: 85%;
    margin-left: auto;
    text-align: left;
}
#aboutus h3 {
    color: #333;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.12em;
    margin-bottom: 80px;
}
/* .lead {
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.5;
} */
@media screen and (max-width:990px) {
    #aboutus .content {
        width: 90%;
    }
    #aboutus h3 {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.10em;
        }
    #aboutus p {
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 2.2;
        }

}
@media screen and (max-width:768px) {
    #aboutus h3 {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.10em;
        }
    #aboutus p {
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 2.2;
        }
}
@media screen and (max-width:550px) {
    #aboutus {
        margin-bottom: 50px;
    }
    #aboutus .content {
        margin-right: 10px;
    }
    #aboutus h3 {
        margin-bottom: 40px;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.10em;
        }
    #aboutus p {
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.8;
        }
}
@media screen and (max-width:380px) {
    #aboutus .content {
        margin-right: 10px;
    }
    #aboutus h3 {
        font-size: 1.0rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: 0.10em;
        }
    #aboutus p {
        font-size: 0.6rem;
        font-weight: 500;
        line-height: 1.6;
        }
}


/* service */
#service {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#service .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#service .content .img-area {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#service .content .img-area .service-area {
    position: relative;
    text-align: center;
    margin: 10px;
}
#service .content .img-area .service-area img {
    width: 90%;
    max-width: 500px;
    max-height: 282px;
    border-radius: 30px;
    margin: 10px;
    color: #FFF;
	outline: 4px solid rgb(255, 255, 255);
	outline-offset: -10px;
    z-index: 10;
}
#service .content .img-area .service-area .service-text {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    z-index: 10;
}
#service .content .img-area .service-area .service-text h5{
    font-family: 'M PLUS 1', 'Open Sans', sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: 0.07rem;
    font-weight: 800;
    text-shadow: 1px 2px 5px #333;
}
#service .content .img-area .service-area .service-text p{
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.07rem;
    font-weight: 500;
    background-color: rgba(0,0,0,0.3);
}


@media screen and (max-width:990px) {
}   
@media screen and (max-width:768px) {
}
@media screen and (max-width:550px) {
#service .content .img-area .service-area img {
    max-width: 380px;
    max-height: auto;
    margin: 5px;
 	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -5px;
    border-radius: 10px;
}
#service .content .img-area .service-area .service-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}
#service .content .img-area .service-area .service-text h5{
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.07rem;
    font-weight: 800;
    text-shadow: 1px 2px 3px #333;
    margin-top: 0px;
    margin-bottom: 40px;
}
#service .content .img-area .service-area .service-text p{
    font-size: 0.7rem;
    line-height: 1.6rem;
    letter-spacing: 0.07rem;
    background-color: rgba(0,0,0,0.3);
}
}
@media screen and (max-width:400px) {
}


/* information */
#information {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#information .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#information .content .img-area {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 200px;
}
#information .content .img-area img {
    transition: all .3s;
}
#information .content .img-area /* .choice-btn {
    width: 50%;
    position: absolute;
    top: 10%;
    left: 10%;
    margin-top: 20px;
} */
#information .content .img-area .choice-btn img {
    width: auto;
    max-height: 55px;
    padding: 10px 0;
    cursor: pointer;
}
#information .content .img-area /* .gallery {
    width: 50%;
    position: absolute;
    top: 0%;
    left: 40%;
} */
#information .content .img-area .gallery img {
    max-width: 582px!important;
    max-height: auto!important;
}
.choice-btn li/* .slick-slide {
    left: 0!important;
    top: 0%!important; 
    z-index: 10!important; 
    opacity: 1;
} */
.gallery li/* .slick-slide {
    width: 100%!important; 
    position: absolute!important;
    left: 0!important;
    top: 0%!important; 
    z-index: 5!important; 
    opacity: 1;
} */
.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}
.choice-btn /* .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
} */

#information .content /* .lead {
    position: relative;
    text-align: center;
    line-height: 1.8;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 18vw;
    margin-bottom: 50px;
} */
#information .content /* .info-area {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
} */
#information .content .info-area /* .areaimg {
    width: 25%;
    position: relative;
} */
#information .content .info-area .areaimg img/* .areaimg-main {
    margin: 10px;
    position: relative;
    border-radius: 30px;
    max-width: 525px;
} */
#information .content .info-area .areaimg /* .areaimg_info {
    width: 70%;
    position: absolute;
    top: -5%;
    right: -20%;
} */
@media screen and (max-width:1440px) {
    #information .content .img-area .choice-btn img {
        max-height: 45px;
    }
}

@media screen and (max-width:990px) {
    #information .content .img-area /* .choice-btn {
        margin-top: 10px;
    } */
    #information .content .img-area .choice-btn img {
        max-height: 40px;
        padding: 8px 0;
    }
}   
@media screen and (max-width:768px) {
    #information .content .img-area {
        width: 90%;
        margin-top: 30px;
        margin-bottom: 150px;
    }
    #information .content .img-area /* .choice-btn {
        top: 10%;
        left: 10%;
        margin-top: 0px;
    } */
    #information .content .img-area /* .gallery {
        top: 0%;
        left: 45%;
    } */    
    #information .content .img-area .choice-btn img {
        max-height: 30px;
        padding: 5px 0;
    }
    #information .content /* .lead {
        line-height: 1.8;
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: 18vw;
        margin-bottom: 30px;
    } */
}
@media screen and (max-width:550px) {
    #information .content .img-area {
        margin-top: 20px;
        margin-bottom: 110px;
    }
    #information .content .img-area /* .choice-btn {
        top: 10%;
        left: 10%;
        margin-top: 0px;
    } */
    #information .content .img-area /* .gallery {
        top: 0%;
        left: 45%;
    } */    
    #information .content .img-area .choice-btn img {
        max-height: 25px;
        padding: 4px 0;
    }
    #information .content /* .lead {
        line-height: 1.6;
        font-size: 1.0rem;
        font-weight: 500;
        margin-top: 18vw;
        margin-bottom: 20px;
    } */
    #information .content .info-area .areaimg img/* .areaimg-main {
        margin: 5px;
        border-radius: 15px;
        max-width: 525px;
    } */
}
@media screen and (max-width:400px) {
    #information .content .img-area {
        width: 95%;
        margin-top: 20px;
        margin-bottom: 100px;
    }
    #information .content .img-area /* .choice-btn {
        top: 10%;
        left: 10%;
        margin-top: 0px;
    } */
    #information .content .img-area /* .gallery {
        top: 0%;
        left: 45%;
    } */    
    #information .content .img-area .choice-btn img {
        max-height: 20px;
        padding: 2px 0;
    }
    #information .content /* .lead {
        line-height: 1.4;
        font-size: 0.8rem;
        margin-bottom: 20px;
    } */
}


/* staff */
#staff {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
#staff .content {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#staff .content /* .boxing {
    width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 100px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
} */
#staff .content .boxing::-webkit-scrollbar {
    display:none;
}
#staff .content .boxing /* .person {
    width: 400px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */
#staff .content .boxing .person:first-child {
    margin-left: 100px;
}
#staff .content .boxing .person:last-child {
    margin-right: 100px;
}
#staff .content .boxing .person img {
    width: auto;
    max-height: 300px;
    flex-shrink: 0;
    margin: auto 0;
}
#staff .content .boxing .person /* .staff-text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
} */
#staff .content .boxing .person h6 {
    width: 80%;
    text-align: left;
    line-height: 1.0;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 15px 0;
}
#staff .content .boxing .person h6 strong {
    background: linear-gradient( #fff 0%,  rgb(252, 239, 203) 80%,  #fd8e3f 100%);
}
#staff .content .boxing .person h6 small {
    font-family: 'M PLUS 1', 'Open Sans', sans-serif;
    font-size: 1.0rem;
    line-height: 1.0rem;
    letter-spacing: 0.07rem;
    font-weight: 500;
}
#staff .content .boxing .person p {
    width: 80%;
    background-image: url(../img/img_staff_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    line-height: 1.5;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;   
}
@media screen and (max-width:990px) {

}
@media screen and (max-width:768px) {
    #staff {
        margin-bottom: 50px;
    }
    #staff .content .boxing .person:first-child {
        margin-left: 60px;
    }
    #staff .content .boxing .person:last-child {
        margin-right: 60px;
    }
}
@media screen and (max-width:550px) {
    #staff {
        margin-bottom: 40px;
    }
    #staff .content .boxing .person:first-child {
        margin-left: 40px;
    }
    #staff .content .boxing .person:last-child {
        margin-right: 40px;
    }
    #staff .content .boxing /* .person {
        width: 350px;
    } */
    #staff .content .boxing .person img {
        max-height: 300px;
    }
    #staff .content .boxing .person h6 {
        line-height: 1.0;
        font-size: 1.4rem;
        font-weight: 600;
        margin: 15px 0;
    }
    #staff .content .boxing .person h6 strong {
        background: linear-gradient( #fff 0%,  rgb(252, 239, 203) 85%,  #fd8e3f 100%);
    }
    #staff .content .boxing .person h6 small {
        font-size: 0.9rem;
        line-height: 1.0rem;
        letter-spacing: 0.07rem;
        font-weight: 500;
    }
    #staff .content .boxing .person p {
        line-height: 1.5;
        font-size: 0.8rem;
        font-weight: 400;   
    }
}
@media screen and (max-width:400px) {
    #staff {
        margin-bottom: 30px;
    }
    #staff .content .boxing .person:first-child {
        margin-left: 30px;
    }
    #staff .content .boxing .person:last-child {
        margin-right: 30px;
    }
    #staff .content .boxing /* .person {
        width: 300px;
    } */
    #staff .content .boxing .person img {
        max-height: 250px;
    }
    #staff .content .boxing .person h6 {
        line-height: 1.0;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 10px 0;
    }
    #staff .content .boxing .person h6 small {
        font-size: 0.8rem;
        line-height: 1.0rem;
        letter-spacing: 0.07rem;
        font-weight: 500;
    }
    #staff .content .boxing .person p {
        line-height: 1.5;
        font-size: 0.7rem;
        font-weight: 400;   
    }
   
}


/* banner */
#banner {
    width: 100%;
    margin-bottom: 100px;
}
#banner .content {
    width: 80%;    
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#banner .content img {
    width: 100%;
    max-width: 250px;
    position: relative;
    /* border-radius: 30px; */
    border-radius: 0px;
    transition: transform .6s ease;
    overflow: hidden;
    margin: 30px;
}
#banner .content img:hover {
    transform: scale(1.1);
}
@media screen and (max-width:990px) {
    #banner {
        margin-bottom: 100px;
    }
    #banner .content img {
        /* border-radius: 30px; */
        border-radius: 0px;
        margin: 20px;
    }    
}
@media screen and (max-width:768px) {
    #banner .content img {
        max-width: 200px;
        /* border-radius: 20px; */
        border-radius: 0px;
        margin: 20px;
    }
}
@media screen and (max-width:550px) {
    #banner {
        margin-bottom: 50px;
    }
    #banner .content img {
        max-width: 150px;
        /* border-radius: 15px; */
        border-radius: 0px;
        margin: 10px;
    }
}
@media screen and (max-width:400px) {
    #banner .content img {
        max-width: 150px;
        /* border-radius: 15px; */
        border-radius: 0px;
        margin: 5px;
    }
}



/* footer */

#footer{
    width: 100%;
    z-index: 10;
    position: relative;
}
#footer-area {
    width: 95%;
    background-color: #e6e6e6;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding:3% 3% 1%;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
}
#footer .footer-info{
    width:40%;
    margin-left: 3vw;
}
#footer .footer-info .footer-logo{
    margin-bottom: 50px;
    max-width: 300px;
}
/*#footer .footer-info address{
    font-style: normal;
    font-weight: 500;
    margin-left: 5%;
}*/
#footer h7 {
    padding: 5px 15px;
    background-color: #ec6200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}

#footer h4 {
    padding: 5px 15px;
    background-color: #ec6200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}

#footer h5 {
    all: unset;
    padding: 5px 15px;
    background-color: #ec6200;
    color: #000;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}

#footer h6 {
    padding: 5px 15px;
    background-color: #ec6200;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}

#footer .footer-info address p{
    margin-left: 10%;
    margin-bottom: 20px;
}
#footer .footer-link{
    margin-top: 50px;
    width: 50%;
}
#footer .footer-link ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
}
#footer a {
    transition: all .3s;
}
#footer a:hover {
    color: #ec6200;
}
/*#footer .footer-link ul li{
    margin: 10px 15px;
    font-weight: 500;
    font-size: 1.0rem;
}*/
#footer .footer-link ul li::before {
    content: '⚫︎';
    color: #ec6200;
    padding: 0 5px;
}
#footer .footer-link ul li.sns::before {
    content: none;
}
#footer .footer-link ul li.sns img {
    max-width: 30px;
}
#footer .footer-link .linkout li:nth-of-type(2) {
    margin-left: 80px;
}
#footer .footer-link .linkout {
    margin-bottom: 30px;
}
#footer .footer-link /* .accessmap {
    display: flex;
    flex-direction: column;
} */
#footer .footer-link .accessmap h7 {
    max-width: 80px;
    max-height: 40px;
    font-weight: 500;
}
#footer .footer-link .accessmap iframe {
    width: 90%;
    margin: 20px;
    margin-left: 5%;
    margin-bottom: 50px;
    border-radius: 10px;
}
#privacy{
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
#privacy a {
    background-color: #aaaaaa;
    color: #000;
    font-size: 0.7rem;
    padding: 4px 20px;
    transition: all .3s;
    border-radius: 50px;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
}
#privacy a:hover{
    color: #ec6200;
}
#copy-area {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
#copy-area p {
    color: #333;
    text-align: center;
    font-family: 'M PLUS 1', 'Noto Sans JP', 'Open Sans', sans-serif;
    letter-spacing: 0.02rem;
    font-size: 0.8rem;
    line-height: 0.6rem;
    margin: 0 10px;
}
@media screen and (max-width:1200px) {
    #footer .footer-link ul{
        margin-left: 0%;
    }
    #footer .footer-link ul li{
        margin: 10px 10px;
        font-size:  0.9rem;
    }
}
@media screen and (max-width:990px) {
    #footer-area {
        padding:2% 3% 1%;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    #footer .footer-info .footer-logo{
        max-width: 250px;
    }
    #footer .footer-info address{
        font-size: 0.8rem;
    }
    #footer .footer-info address p{
        margin-top: 5px;
        margin-left: 10%;
        margin-bottom: 10px;
    }
    #footer .footer-link ul li{
        margin: 10px 5px;
        font-size:  0.7rem;
    }
    #footer .footer-link .linkout {
        margin-bottom: 20px;
    }    
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.8rem;
    }
    #footer .footer-link .accessmap iframe {
        margin: 10px;
        margin-left: 5%;
        margin-bottom: 50px;
        border-radius: 10px;
        max-height: 200px;
    }
}

@media screen and (max-width:768px) {
     #footer .footer-info{
        width:100%;
        padding: 5%;
        text-align: center;
        border-bottom: 1px solid #aaa;
    }
    #footer .footer-info .footer-logo {
        margin: 0 auto 10%;
    }
    #footer .footer-info address{
        margin-left: 0;
    }
    #footer .footer-info address p{
        margin-left: 0%;
        margin-bottom: 20px;
    }
    #footer .footer-link{
        width: 100%;
        margin-top: 20px;
    }
    #footer .footer-link ul {
        justify-content: center;
    }
    #footer .footer-link ul li{
        margin: 10px 5px;
        font-size:  0.7rem;
    }
    #footer .footer-link /* .accessmap {
        justify-content: center;
        align-items: center;
    } */
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.7rem;
    }
    #footer .footer-link .accessmap iframe {
        width: 90%;
        margin: 10px;
        margin-bottom: 50px;
        border-radius: 10px;
        max-height: 200px;
    }
    #privacy{
        width: 100%;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }
    #privacy a {
        font-size: 0.6rem;
        padding: 4px 20px;
    }
    #copy-area {
        height: 30px;
    }
    #copy-area p {
        text-align: center;
        letter-spacing: 0.02rem;
        font-size: 0.8rem;
        line-height: 0.6rem;
        margin: 0 10px;
    }
}
@media screen and (max-width:550px) {
    #footer .footer-info .footer-logo {
        margin: 5% auto 15%;
    }
    #footer .footer-link ul li{
        margin: 5px 5px;
        font-size:  0.6rem;
    }
    #footer .footer-link .accessmap h7 {
        max-width: 70px;
        max-height: 35px;
        font-size: 0.6rem;
    }
    #footer .footer-link .accessmap iframe {
        width: 90%;
        margin: 5px;
        margin-bottom: 30px;
        border-radius: 10px;
        max-height: 200px;
    }
    #copy-area p {
        text-align: center;
        letter-spacing: 0.02rem;
        font-size: 0.6rem;
        line-height: 0.6rem;
        margin: 0 5px;
    }

}
@media screen and (max-width:400px) {
}

/* banner */
#coupon , #access{
    width: 100%;
    margin-bottom: 80px;
}
#coupon .content , #access .content{
    width: 100%;
    position: relative;
}
#coupon .content .img-area , #access .content .img-area{
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#coupon .content img , #access .content img{
    width: 100%;
    max-width: 600px;
    position: relative;
    border-radius: 30px;
    margin: 20px;
}
@media screen and (max-width:990px) {
    #coupon , #access{
        margin-bottom: 80px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 80%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 500px;
        border-radius: 30px;
        margin: 20px;
    }
}
@media screen and (max-width:768px) {
    #coupon , #access{
        margin-bottom: 80px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 400px;
        border-radius: 30px;
        margin: 10px;
    }
}
@media screen and (max-width:550px) {
    #coupon , #access{
        margin-bottom: 50px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 400px;
        border-radius: 20px;
        margin: 10px;
    }
}
@media screen and (max-width:400px) {
    #coupon , #access{
        margin-bottom: 50px;
    }
    #coupon .content .img-area , #access .content .img-area{
        width: 90%;
    }
    #coupon .content img , #access .content img{
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        margin: 5px;
    }
}



/* --- CSS fallback: remove unsupported properties 


a[href^="stay.html"],
a[href^="rental.html"],
a[href^="school.html"],
a[href^="restaurant.html"],
a[href="./restaurant.html"],
a[href="./school.html"],
a[href="./rental.html"],
a[href="./stay.html"],
a[href="privacy.html"],
a[href^="#"],
a[href^="https://maps.app.goo.gl"],
a[href^="mailto:info@hounoki-brio.com"],
a[href^="tel:0577-70-1200"],
a[href^="tel:070-8317-6617"],
a[target="_blank"][href^="https://forms.gle/7mTXYrGCUBFV2CDM8"],
a[target="_blank"][href^="https://lin.ee/67ZIXFW/"],
a[target="_blank"][href^="https://www.instagram.com/brio_hounoki"],
a[target="_blank"][href^="https://twitter.com/hounoki_brio"] {
	font-weight: normal !important;
	font-style: normal !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	font-size: 1rem !important;
	animation: none !important;
	transition: none !important;
}

a.boxer {
    animation: none !important;
    transition: none !important;
}
--- */
