@charset "utf-8";

body{
    position: relative;
    background:#fff;
    font-family: 'M PLUS 1p','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','メイリオ', Meiryo,sans-serif;
	color: #333333;
    font-weight: 500;
	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;
    letter-spacing: 0.05em;
    /* フォントカーニング */
    font-feature-settings:"palt";
}

@media screen and (max-width:768px) {
    body{
        font-size: 0.875em;
    }
}

@media screen and (min-width:1920px) {
    body{
        font-size: 0.83vw;
    }
}

*{box-sizing: border-box;}

p,a,ul{
    /* 文字をきれいにみせる */
    transform: rotate(0.05deg);
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.lh25{
    line-height: 2.5;
}

.br-1340{
    display: block;
}

.br-1500{
    display: block;
}

.br-1730{
    display: block;
}


@media screen and (max-width:1730px) {
    .br-1730{
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .br-1500{
        display: none;
    }
}

@media screen and (max-width:1400px) {
    .br-1730{
        display: block
    }
}

@media screen and (max-width:1340px) {
    .br-1340{
        display: none;
    }
}

/* 
　　vw指定 
*/

div.font-vw{
    font-size: 1.6rem;
}

@media screen and (min-width:640px) {
    div.font-vw{
        /* 最小値＋((1vw-100/最小幅)*((文字サイズ最大-文字サイズ最小)/(最大幅の1%-最小幅の1%))) */
        /* https://sasadesignworks.com/calc-font-size/ */
        font-size: calc(16px + ((1vw - 6.4px)*3.571));
    }
}

@media screen and (min-width:1200px) {
    div.font-vw{
        font-size:3.6rem;
    }
}

/* 
   スマホ非表示 
*/

.pc{
    display: none;
}

.sp{
    display: block;
}

.pc500{
    display: none;
}

.sp500{
    display: block;
}

@media screen and (min-width:500px) {
    .pc500{
        display: block;
    }

    .sp500{
        display: none;
    }
}

@media screen and (min-width:787px) {
.pc{
    display: block;
}

.sp{
    display: none;
}
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
    transition: all 0.4s;
}

#g-nav-list a{
color: #42210b;
}

#g-nav-list button a{
    color: #fff;
}

@media (hover: hover) and (pointer: fine) {
.mouse a:hover, #g-nav-list a:hover {
	opacity: 0.7;
}

}

a[href^="tel:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	opacity: 1;
}


img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.wrapper1200{
    width: 80%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.flex .ttl-area{
    width: 15%;
    max-width: 138px;
}

.flex .content-area{
    width: 80%;
}

.flex-1, .flex-2, .flex-3{
    width: 30%;
    text-align: center;
}

button .top-btn{
    text-align: center;
}

button a{
    /* display: inline-block; */
    background-color: #f49f4a;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    padding-left: 3em;
    padding-right: 3em;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


button a::after{
    position: absolute;
    content: "";
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/common/btn-arrow.svg);
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
}

button.gmap-btn a{
    height: 1.5em;
    border-radius: 0.75em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 0.8em;
}

button.top-btn a, button.as-btn a, button.re-btn a, button.gmap-btn a{
    transition: all 0.4s;
}

@media (hover: hover) and (pointer: fine) {

button.top-btn a:hover, button.as-btn a:hover, button.re-btn a:hover, button.gmap-btn a:hover{
    background-color: #f5c96e;
    opacity: 1;
}

}

@media screen and (max-width:786px) {
    .wrapper1200{
        width: 90%;
    }

    .flex-l{
        width: 100%;
    }

    .flex-r{
        width: 100%;
    }
    
    .flex .ttl-area{
        width: 80%;
        max-width: 560px;
        margin: 0 auto 2em;
    }
    
    .flex .content-area{
        width: 100%;
    }

    button a{
        height: 40px;
        border-radius: 20px;
    }
}

@media screen and (min-width:1920px) {
    .flex .ttl-area{
        max-width: none;
        width: 10%;
    }

    button a{
        height: 2.6vw;
        border-radius: 1.3vw;
    }

    button a::after{
        width: 0.62em;
        height: 0.75em;
    }
}


/* レイアウト */

header{
    width: 400px;
    height: 100vh;
    height: 100dvh;
    background-color: #ffcdcd;
    position: fixed;
    left: 0;
    top: 0;
}

.header-back{
    display: none;
}

.header-front{
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
}

#header h1.g-pc{
    /* max-width: 265px; */
    width: 50%;
    margin: 0 auto 2em;
    padding-top: 1em;
}

.nav-menu{
    font-weight: 500;
}

.g-nav-add{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#g-nav ul{
    text-align: left;
    display: inline-block;
    font-size: 1.5em;
}
    
#g-nav ul li{
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-bottom: 0.7em;
}

.nav-hr{
    box-shadow:0 1px 0 #fff;
    position: relative;
    bottom: -3px;
    width: 100%;
}


.nav-info{
    background-color: #fff;
    padding-top: 2em;
    flex-grow: 1;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}


.nav-address{
    text-align: left;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.nav-fax, .nav-tel{
    width: 60%;
}

.nav-fax{
    flex-grow: 1;
}

.nav-info img{
    width: 100%;
    /* max-width: 173px; */
    margin-bottom: 1em;
    padding-right: 5vw;
}

small{
    width: 100%;
    background-color: #fff;
    font-size: 10px;
    padding: 1em 0;
    display: block;
    text-align: center;
}

main{
    position: relative;
    right: 0;
    width: calc(100% - 400px);
    margin: 0 0 0 auto;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(249, 246, 234, 0.5) 5px, rgba(249, 246, 234, 0.5) 10px );
}


@media screen and (max-width:1300px) {
    header{
        width: 20%;
    }

    #g-nav ul{
        font-size: 1.5vw;
    }

    .nav-address{
        font-size: 1.1vw;
    }

    .nav-fax, .nav-tel{
        margin-right: auto;
        margin-left: 3%;
    }

    .nav-info img{
        padding-right: 0;
        width: min(80%,220px);
        margin-left: auto;
        margin-right: auto;
    }

    .nav-info{
        padding-top: 0;
    }

    main{
        width: 80%;
    }
}

@media screen and (max-width:1024px), screen and (max-height:650px){
        header{
            width: 100%;
            height: 60px;
            z-index: 1;
        }

        main{
            width: 100%;
            margin-top: 60px;
        }

        .header-front h1.sp{
            display: inline-block;
            width: 100%;
            text-align: left;
            font-size: 1.5em;
            line-height: 1.15;
        }

        .header-front h1.sp span{
            display: block;
            font-size: 0.5em;
        }

        .header-front h1.sp a{
            color: #fff;
        }

        .header-back{
            display: block;
            background-color: #fff;
            width: 100%;
            height: 60px;
        }

        .header-front{
            position: fixed;
            top: 0;
            left: 0;
            background-color: #e55064;
            width: 100%;
            height: 60px;
            display: flex;
            gap: 2em;
            justify-content: space-between;
            align-items: center;
            z-index: 999;
            padding: 0.5% 5%;
        }

        .nav-address{
            font-size: 1em;
            text-align: center;
        }

        .nav-menu{
            width: 30%;
        }

        .nav-fax, .nav-tel{
            margin-right: auto;
            margin-left: auto;
        }

        .nav-info img{
            padding-right: 0;
            width: min(60%,200px);
            margin-left: auto;
            margin-right: auto;
        }

        .openbtn span{
            left: 0;
            right: auto;
        }

        .openbtn{
            width: 50px;
            height: 50px;
            top: 5px;
            right: 0;
        }

        .openbtn span:nth-of-type(1){
            top: 15px;
        }

        .openbtn span:nth-of-type(2){
            top: 25px;
        }

        .openbtn span:nth-of-type(3){
            top: 35px;
        }

        .openbtn.active span:nth-of-type(1){
            left: 0;
            top: 20px;
        }

        .openbtn.active span:nth-of-type(3){
            left: 0;
            top: 32px;
        }
        
    #g-nav ul{
        display: block;
        padding: 0;
        font-size: 1.4em;
    }

    #g-nav ul li{
        margin-bottom: 0.5em;
    }

    #header h1.g-pc{
        display: block;
        margin-top: 0;
        margin-bottom: 1em;
        width: 60%;
        max-width: 150px;
    }

    #g-nav-list{
        display: block;
    }

    /* .nav-fax, .nav-tel{
        width: 32%;
        min-width: 150px;
        
    } */

    }

    @media screen and (max-width:500px){
        .header-front h1.sp{
            font-size: 5vw;
        }
    }
    
    @media screen and (min-width:1920px) {
        header{
            width: 20%;
        }

        main{
            width: 80%;
        }

        #header h1.g-pc{
            max-width: none;
            width: 60%;
        }
    }
    

/* content */

section{
    padding-top: 10em;
    padding-bottom: 2em;
    position: relative;
}

@media screen and (max-width:768px){
    section{
        padding-top: 3em;
    }
}

/* TOP */

section#top-hero{
    padding-top: 3em;
    padding: 3em 5% ;
}

.hero-area{
    position: relative;
}

.hero-img{
    animation: heroAnime 8s linear infinite;
    width: 100%;
    border-radius: 30% 20% 30% 25% / 30% 40% 40% 30%;
    overflow: hidden;
}

@keyframes heroAnime {/*border-radiusで要素を様々な形状に変形させるアニメーション*/
    0% {
      border-radius: 30% 20% 30% 25%/30% 40% 40% 30%;
    }
    20% {
      border-radius: 48% 22% 45% 30%/35% 46% 50% 24%;
    }
    40% {
      border-radius: 50% 30% 40% 28%/32% 50% 48% 26%;
    }
    60% {
      border-radius: 33% 25% 35% 30%/40% 45% 43% 28%;
    }
    80% {
        border-radius: 40% 22% 34% 29%/38% 42% 36% 29%;
      }
  }

.hero-txt{
    position: absolute;
    width: 35%;
    /* max-width: 500px; */
    top: 7%;
    left: 10%;
}

.hero-flower{
    position: absolute;
    width: 10%;
}

.hero-flower1{
    left: 0;
    top: 0;
}

.hero-flower2{
    right: 0;
    top: 0;
}

.hero-flower3{
    right: 0; 
    bottom: 0;
}

.hero-flower4{
    left: 0;
    bottom: 0;
}

.top-flower1{
    width: 15%;
    max-width: 97px;
    margin: 1em 5% 0 auto;
}

.top-flower2{
    width: 45%;
    max-width: 345px;
    margin: 0 auto 3em 3%;
}

.top-flower3{
    width: 25%;
    max-width: 207px;
    margin: 3% 4.5% 0 auto;
}

.top-flower4{
    width: 40%;
    max-width: 300px;
    margin: 0 auto 3em 3%;
}

.re-wood1{
    position: absolute;
    right: 9%;
    bottom: -3%;
    width: 12%;
    max-width: 126px;
}

.re-wood2{
    width: 15%;
    max-width: 150px;
    margin: 3% 4.5% 0 auto;
}

.hag-flower2{
    position: absolute;
    width: 15%;
    max-width: 120px;
    right: 0;
    bottom: 0;
}

.hag-flower4{
    width: 25%;
    max-width: 140px;
    margin: 0 4.5% 0 auto;
}

#top-facil .content-area ul.flex li{
    width: 45%;
    display: flex;
    flex-direction: column;
} 

.facil-img{
    margin-bottom: 2em;
}

.facil-content{
    text-align: justify;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.facil-content p{
    flex-grow: 1;
    margin-bottom: 2em;
}

.top-btn{
    width: 80%;
    min-width: 180px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.recruit-catch{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.65em;
    /* text-align: center; */
    font-weight: 800;
    color: #603813;
    margin-bottom: 0.5em;
}

section#top-recruit{
    padding-bottom: 8em;
}

.recruit-txt{
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.recruit-ul{
    padding-bottom: 1em;
    margin-bottom: 2em;
    width: 100%;
    border-bottom: 1px solid #000;
}

.recruit-ul li{
    position: relative;
}

.recruit-ul li:before{
    content: "●";
}

.recruit-tel{
    width: 40%;
}

@media screen and (max-width:1024px) {
    #top-facil .content-area ul.flex li{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 50px;
    } 

    .facil-img{
        width: 30%;
        margin-bottom: 0;
    }
    
    .facil-content{
        width: 60%;
        flex-grow: 0;
    }

    .top-btn{
        margin-bottom: 1em;
    }

    .recruit-tel{
        width: 60%;
    }
}

@media screen and (max-width:786px) {
    .recruit-catch{
        font-size: 1.3em;
        text-align: center;
    }

    .recruit-txt{
        font-size: 1.2em;
    }
}

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

    section#top-scope{
        padding-top: 5%;
    }

    .hero-txt{
        position: relative;
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
    }

    #top-facil .content-area ul.flex li{
        /* width: 100%; */
        flex-direction: column;
        /* justify-content: space-between; */
        margin-bottom: 50px;
    } 

    .facil-img{
        width: 60%;
        margin: 0 auto 2em;
    }
    
    .facil-content{
        width: 100%;
    }

    .re-wood1{
        position: relative;
        right: 0;
        bottom: 0;
        width: 20%;
        margin: 2em 5% 0 auto;
    }

}

@media screen and (min-width:1920px) {
.top-flower1{
    max-width: none;
    width: 8%;
}

.top-flower2{
    max-width: none;
    width: 20%;
}

.top-flower3{
    max-width: none;
    width: 15%;
}

.top-flower4{
    max-width: none;
    width: 18%;
}

.hag-flower2{
    max-width: none;
    width: 8%;
}

.hag-flower4{
    max-width: none;
    width: 10%;
}

.re-wood1{
    max-width: none;
    width: 8%;
}

.re-wood2{
    max-width: none;
    width: 10%;
}

.recruit-catch{
    font-size: 1.5vw;
}
}

/* あしすと */

.content-ttl-cont{
    position: relative;
    margin-bottom: 8%;
}

.content-ttl{
    padding-left: 10%;
    padding-top: 5%;
}

.content-pic{
    position: absolute;
    width: 30%;
    border-radius: 43% 36% 40% 48% / 55% 50% 32% 28%  ;
    overflow: hidden;
    top: 0;
}

.content-wrapper{
    width: 80%;
    margin: 0 auto;
}

.as-hr{
    margin-bottom: 50px;
}

.content-wrapper{
    width: 90%;
}

#as-scope .content-sub-ttl{
    width: 80%;
    max-width: 600px;
    margin-bottom: 2em;
}

#as-scope ul li{
    display: flex;
    margin-bottom: 1em;
    align-items: center;
    font-size: 1.25em;
}

span.as-num{
    width: 20%;
    max-width: 64px;
    margin-right: 1.5em;
}

span.as-li-txt{
    width: 80%;
}

#as-madori p{
    text-align: center;
    margin-bottom: 3em;
}

.madori-flex{
    
}

.madori-l{
    width: 45%;
}

.madori-r{
    width: 50%;
    border-radius: 25px;
    overflow: hidden;
}

.div1{
    margin-bottom: 5%;
}

.gaiyo-box{
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 1.5em 2em 1.5em 1em;
    margin-bottom: 0.5em;
    font-size: 1.125em;
}

.gaiyo-ttl{
    width: 5em;
    text-align: right;
}

.gaiyo-txt1{
    margin-top: 50px;
    font-size: 1.125em;
}

.as-btn{
    margin-top: 1em;
    left: 0;
    transform: translateX(0);
}

button br{
    display: none;
}

.gaikan-cont-l{
    width: 64%;
}

.gaikan-cont-r{
    width: 35%;
    height: auto;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 0.6em;
    /* background-position: center; */
}

#as-jigyo .gaikan-cont-r{
    background-image: url(../img/assist/gaikan.jpg);
}

#hag-jigyo .gaikan-cont-r{
    background-image: url(../img/hag/gaikan.jpg);
    background-position:center;
}




@media screen and (max-width:786px) {
section#as-about{
    padding-top: 3em;
}

.as-hr{
    margin-bottom: 100px;
}

#as-scope .content-sub-ttl{
    margin: 0 auto 2em;
}

.gaiyo-box{
    font-size: 1em;
}

#top-recruit .as-hr{
    margin-bottom: 2em;
}
}

@media screen and (max-width:600px) {
    .gaikan-cont{
        flex-direction: column-reverse;
    }

    .gaikan-cont-l{
        width: 100%;
    }

    .gaikan-cont-r{
        width: 100%;
        height: 45vw;
        background-position: center;
    }
}

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

    .content-wrapper{
        width: 100%;
    }

    #as-scope ul li{
        align-items: flex-start;
        font-size: 1em;
    }

    .as-btn a{
        margin-bottom: 2em;
        height: 60px;
        border-radius: 30px;
    }

    #re-jigyo .as-btn a{
        margin-bottom: 0;
    }

    .as-btn{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10%;
    }

    span.as-num{
        width: 15%;
        margin-right: 1em;
    }

    .gaiyo-box{
        padding: 1.5em 1em;
    }

    button br{
        display: block;
    }

    .as-hr{
        margin-bottom: 20%;
    }

    
}

@media screen and (min-width:1920px) {
    #as-scope .content-sub-ttl{
        max-width: none;
    }

    span.as-num{
        width: 3em;
        max-width: none;
    }
}


/* りーる */



.re-btn{
    position: relative;
    margin-top: 1em;
    left: 0;
    transform: translateX(0);
}

button.re-btn br{
    display: none;
}

@media screen and (max-width:1380px) {
    .re-btn a{
        height: 80px;
        border-radius: 40px;
    }

}

@media screen and (max-width:730px) {
.re-btn a{
    height: 100px;
    border-radius: 50px;
    width: 100%;
    max-width: 300px;
}

button.re-btn br{
    display: block;
}
}

@media screen and (max-width:500px) {
    .re-btn a{
        height: 100px;
        border-radius: 50px;
        width: 100%;
    }

    .re-btn{
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 15%;
    }
}

/* はぐえみ */

section#hag-about{
    padding-top: 5em;
}

#hag-about .ttl-area{
    position: relative;
    margin-top: 5%;
}

#hag-about .hag-star{
    position: absolute;
    top: -8%;
    left: -17%;
    width: 80%;
}

.hag-catch{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.5vw;
    text-align: center;
    font-weight: 800;
    color: #603813;
}

.hag-about-cont{
    align-items: center;
}

.hag-about-cont-l{
    width: 57%;
}

.hag-about-cont-r{
    width: 42%;
}

.day-box{
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1.5em 2em 1.5em 1em;
    margin-bottom: 0.5em;
    /* font-size: 1.125em; */
    width: 85%;
}

.day-ttl{
    width: 8em;
    text-align: right;
    font-size: 1.313em;
}

.day-txt{
    width: calc(100% - 8em);
    background-color:#fff;
    padding: 1.5em 2em 1.5em 1em;
    border-left: solid 10px #f5c96e;
}

.day-timeschedule .flex-l, .day-timeschedule .flex-r{
    width: 45%;
}

#hag-sakuhin .content-ttl-cont{
    position: relative;
    margin-bottom: 8%;
    padding: 5% 0;
}

#hag-sakuhin .content-ttl{
    width: 90%;
    padding: 1.5em 8%;
    background-color: #fff;
    border-radius: 30px;
    font-size: 1.438em;
    font-size: 1.2vw;
}

#hag-sakuhin .content-pic{
    position: absolute;
    width: 40%;
    border-radius: 0  ;
    overflow: auto;
    top: 0;
    right: 0;
}

#hag-sakuhin .as-hr{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
} 

#hag-jigyo .gaiyo-txt span{
    padding-right: 1em;
}

@media screen and (max-width:1800px) {
    .day-box{
        width: 100%;
        padding-left: 0;
    }

    .hag-flower2{
        position: relative;
        bottom: 5%;
        margin: 0 0 0 auto;
    }
}

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

    .day-timeschedule{
        justify-content: center;
    }

    .day-timeschedule .flex-l, .day-timeschedule .flex-r{
        width: 65%;
    }

    .day-timeschedule .flex-l{
        margin-bottom: 3em;
    }
}

@media screen and (max-width:1400px) {
    .hag-about-cont{
        justify-content: center;
    }
    
    .hag-about-cont-l{
        width: 100%;
        text-align: center;
        margin-bottom: 2em;
    }
    
    .hag-about-cont-r{
        width: 60%;
    }
}

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



#hag-sakuhin .content-ttl{
    font-size: 1.1em;
    padding-bottom: 12%;
    padding-right: 10%;
}

#hag-sakuhin .content-pic{
    bottom: 0;
    top: auto;
}
}



@media screen and (max-width:786px) {
    .hag-catch{
        font-size: 5vw;
        font-size: min(1.7em,5vw);
        margin-bottom: 1em;
    }

    #hag-sakuhin .content-ttl{
        padding-bottom: 5%;
        padding-right: 30%;
    }
    
    #hag-sakuhin .content-pic{
        bottom: 0;
        top: auto;
    }

    .day-timeschedule .flex-l, .day-timeschedule .flex-r{
        width: 80%;
    }

    .day-ttl{
        font-size: 1.1em;
    }

    #hag-sakuhin .as-hr{
        margin-bottom: 10%;
    }

    .day-box{
        padding-right: 0;
    }
}

@media screen and (max-width:500px) {
    .day-box{
        display: block;
    }

    .day-ttl{
        width: 100%;
        text-align: center;
    }

    .day-txt{
        width: 100%;
        border-top: solid 5px #f5c96e;
        border-left: none;
    }

    .day-ttl br{
        display: none;
    }

    .day-timeschedule .flex-l, .day-timeschedule .flex-r{
        width: 90%;
    }
}