
body {
    margin: 0;
    color: #505f66;
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.9;
}

.wrapper {
    background: linear-gradient(180deg, #FFFFFF 76%, #F3FFFD 83%, #D6F6FF 100%);
}


/* --- ナビゲーション ↓ --- */
#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background-color: rgba(255, 255, 255, 0.95);
	transition: all 0.3s;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
    display: block;
}
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	color: #333;
	text-decoration: none;
	padding: 18px 10px;
	display: block;
	letter-spacing: 0.1em;
    line-height: 1.4;
    font-size: 17px;
}
#g-nav li a:hover {
    color: #579CBC;
    transition: .5s;
}
.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
	top:15px;	
}
.openbtn span:nth-of-type(2) {
	top:23px;
}
.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/* --- ナビゲーション ↑ --- */




/* --- トップPC ↓ --- */

.top .head {
    background: url(../images/top_mainbg.jpg) bottom right no-repeat;
    background-size: cover;
    margin-bottom: 90px;
}
.top .page-ttl {
    padding-top: 200px;
}
.top .logo {
    width: 350px;
    height: auto;
    margin: 0 auto;
}
.top .leaf {
    width: 150px;
    height: auto;
    margin: 0 auto;
}
.top .maintext{
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    margin-top: 50px;
    letter-spacing: 0.15em;
}

.top .content {
    display: flex;
    max-width: 980px;
    margin: 0 auto 100px;
}
.top .r-start {
    flex-direction: row-reverse;
}
.top .content_txt {
    margin: 15px 50px;
    width: 50%;
}
.top .content_txt h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.top .content_txt p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;
}
.top .content_link-box {
    text-align: right;
}
.top .content_link {
    color: #505f66;
    border-bottom: dashed 1px #505f66;
    text-decoration: none;
    line-height: 2;
    padding-bottom: 2px;
}
.top .content_link:hover {
    color: #579CBC;
    border-bottom: dashed 1px #579CBC;
    transition : .5s;
}
.top .content_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}



.prof {
    max-width: 800px;
    margin: 20px auto 50px;
}
.prof h3 {
    font-family: 'Caveat', cursive;
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-size: 50px;
    letter-spacing: normal;
}
.prof-inner {
    display: flex;
    align-items: flex-start;
}
.prof_img {
    width: 50%;
    padding: 30px;
}
.prof_img img {
    max-width: 100%;
    height: auto;
}
.prof_txt {
    padding: 30px;
}
.prof_career th {
    width: 5em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
.prof_message {
    margin-top: 30px;
}



.contact {
    max-width: 800px;
    margin: 20px auto 50px;
}
.contact-ttl {
    background: url(../images/bg_contact.png) no-repeat;
    background-size: 420px 125px;
    width: 420px;
    height: 125px;
    margin: 0 auto 30px;
}
.contact-txt {
    font-size: 16px;
    text-align: center;
    padding-top: 44px;
    line-height: 1.6;
}
.contact-link {
    display: flex;
    justify-content: center; 
}
.contact-link_item {
    display: flex;
    text-decoration: none;
    color: #505f66;
    font-size: 20px;
    margin: 0 30px;
}
.contact-link_item:hover {
    color: #579CBC;
    transition : .5s;
}
.contact-link_img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.contact-link_txt {
    border-bottom: dashed 1px #505f66;
}
.contact-link_item:hover .contact-link_txt {
    border-bottom: dashed 1px #579CBC;
}
.contact-link_item:hover .contact-link_txt {
    border-bottom: dashed 1px #579CBC;
}

.copyright {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 80px 0 50px;
}

/* --- トップPC↑ --- */


/* --- 二階層目共通PC↓ --- */
.second .subttl {
    text-align: center;
    font-size: 16px;
}
.second .ttl {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
}
.second .intro {
    margin: 0 auto 70px;
    overflow: hidden;
}
.second .intro_txt {
    width: 500px;
    margin: 0 auto;
}
.second .enttl {
    font-family: 'Caveat', cursive;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 20px;
}
.second .enttl.small {
    font-size: 46px;    
}
.second .detail_img img {
    margin: 0 auto 50px;
    height: 280px;
}

.second .detail_txt {
    margin: 0 auto 40px;
    width: 560px;
}


.second .overview {
    margin: 0 auto 90px;
    width: 560px;
}
.second .overview_ttl {
    font-size: 17px;
    margin-bottom: 5px;
}
.second .overview_txt {
    margin-bottom: 30px;
    line-height: 1.5;
}
/* --- 二階層目共通PC↑ --- */


/* --- kukuna PC ↓ --- */
.kukuna .head {
    background: url(../images/kukuna_mainbg_pc.jpg) top right no-repeat;
    padding: 180px 0 80px;
}

.kukuna .head_txt {
    width: 500px;
    margin: 160px auto 0;
}

.kukuna .ttl {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 20px;
}
.kukuna .detail_img img {
    width: 760px;
    margin: 0 auto 20px;
}
/* --- kukuna PC↑ --- */




/* --- aroma PC ↓ --- */
.aroma .head {
    background: url(../images/aroma_mainbg_pc.jpg) bottom right no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    padding: 180px 0 180px;
}
.aroma .subttl {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    margin-bottom: 12px;
}
.aroma .ttl {
    color: #fff;
    font-size: 28px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.9);
    font-family: 'Homemade Apple', cursive;
}
/* --- aroma PC↑ --- */




/* --- Hare Hare kids PC↓ --- */

.kids .head {
    background: url(../images/kids_mainbg_pc.jpg) bottom right no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    padding: 180px 0 180px;
}
.kids .subttl {
    color: #fff;
}
.kids .ttl {
    font-family: 'Caveat', cursive;
    color: #fff;
    font-size: 40px;
}


/* --- Hare Hare kids PC↑ --- */



@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
    /* --- トップSP↓ --- */
    .top .page-ttl {
        padding-top: 160px;
    }
    .top .head {
        background: url(../images/top_mainbg.jpg) bottom center no-repeat;
        margin-bottom: 80px;
        background-size: cover;
    }
    .top .logo {
        width: 280px;
    }
    .top .leaf {
        width: 35%;
        max-width: 160px;
        margin-top: 30px;
    }
    .top .maintext{
        font-size: 16px;
    }
    .top .content {
        display: block;
        max-width: 80%;
        margin: 0 auto 70px;
    }
    .top .content_txt {
        margin: 20px 0 0;
        width: fit-content;
    }
    .top .content_txt h2 {
        font-size: 17px;
    }
    .top .content_txt p {
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 10px;
    }
    .top .content_img img {
        width: 80%;
        max-width: 100%;
        height: auto;
    }

    .prof {
        max-width: 80%;
    }
    .prof h3 {
        font-size: 40px;
    }
    .prof-inner {
        display: block;
    }
    .prof_img {
        width: 220px;
        padding: 30px;
        margin: 0 auto;
    }
    .prof_txt {
        font-size: 15px;
        padding: 0;
    }
    .contact-ttl {
        background-size: 300px 90px;
        width: 300px;
        height: 90px;
    }
    .contact-txt {
        font-size: 12px;
        padding-top: 31px;
    }
    .contact-link {
        display: block;
    }
    .contact-link_item {
        font-size: 16px;
        width: 220px;
        margin: 0 auto 30px;
    }
    .contact-link_img {
        width: 30px;
        height: 30px;
    }
    /* --- トップSP↑ --- */



    /* --- 二階層目共通 SP↓ --- */
    .second .subttl {
        font-size: 14px;
    }
    .second .intro_txt {
        max-width: 80%;
    }
    .second .detail_ttl {
        font-size: 40px;
    }
    .second .detail_img img {
        max-width: 80%;
        margin: 0 auto 30px;
        height: auto;
    }
    .second .detail_txt {
        max-width: 80%;
        margin: 0 auto 70px;   
    }
    .second .overview {
        max-width: 80%;
    }
    .second .overview_ttl {
        font-size: 15px;
    }
    /* --- 二階層目共通 SP↑ --- */



    /* --- kukuna SP↓ --- */
    .kukuna .head {
        background: url(../images/kukuna_mainbg.png) bottom right no-repeat;
        background-size: cover;
        padding: 120px 0 70px;
    }
    .kukuna .ttl {
        font-size: 24px;
    }
    .kukuna .head_txt {
        max-width: 80%;
        margin: 180px auto 0;
    }
    .kukuna .detail_img img {
        max-width: 100%;
        margin-top: -30px;
    }
    /* --- kukuna SP↑ --- */


    /* --- aroma SP ↓ --- */
    .aroma .head {
        background: url(../images/aroma_mainbg.jpg) bottom right no-repeat;
        background-size: cover;
        margin-bottom: 40px;
        padding: 120px 0 180px;
    }
    /* --- aroma SP↑ --- */


    /* --- kids SP↓ --- */
    .kids .head {
        background: url(../images/kids_mainbg.jpg) bottom right no-repeat;
        background-size: cover;
        padding: 120px 0 180px;
    }
    /* --- Hare Hare kids SP↑ --- */
}