@charset "utf-8";

/* CSS Document */

.nav-menu a {
    letter-spacing: 0.1rem;
    font-family: 'Lora', 'Noto Sans Serif', serif;
}

a {
    color: #ff909d;
}

#intro h2 {
    color: #250F06;
    font-size: 30px;
    letter-spacing: 0.3rem;
    line-height: 1.6;
    text-transform: uppercase;
    background-color: white;
    padding: 1.5rem;
}

@media (max-width:768px) {
    #intro h2 {
        font-size: 26px;
        letter-spacing: 0.2rem;
        line-height: 1.5;
    }
    #intro h2 br {
        display: none;
    }
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
    color: #ff909d;
}

.section-header h3 {
    display: flex;
    flex-direction: column;
    font-size: 23px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.4rem;
}

.section-header h3 span {
    font-size: 50%;
    margin-bottom: 0.5rem;
    color: #AE9373;
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ff909d;
    bottom: 0;
    left: calc(50% - 30px);
}

.section-header-left h3 {
    display: flex;
    flex-direction: column;
    font-size: 23px;
    color: #111;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.4rem;
}

.section-header-left h3 span {
    font-size: 70%;
    margin-bottom: 0.5rem;
    color: #AE9373;
}

.section-header-left h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 150px;
    height: 2px;
    background: #ff909d;
    bottom: 0;
    left: calc(0%);
}

.newslist {
    font-family: 'Lora', 'Noto Serif JP', serif;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.80);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', 'Noto Serif JP', serif;
    margin: 0 0 20px 0;
    padding: 0;
}

.name {
    font-family: 'Lora', 'Noto Serif JP', serif;
}

a:hover,
a:active,
a:focus {
    color: #ff909d;
}

a .newslist:hover {
    color: #ff909d;
}

.btn-more {
    border: 1px solid #9F8D60;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    font-family: 'Lora', 'Noto Serif JP', serif;
    transition: 0.5s;
    margin: 10px;
    background: #fff;
    color: #000;
}

.btn-more:hover {
    color: #fff;
    background: #9F8D60;
}

h4 {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #615B5A;
}

#intro .carousel-item::before {
    background-color: rgba(0, 0, 0, 0);
}

#profile,
#access {
    background: #F7F5F2;
    padding: 60px 0 40px 0;
}

#news {
    background-color: #F7F5F2;
}

#features,
#price {
    background-color: #FFF;
}

.about-col-typec {
    padding: 2rem 0;
}

.about-col-typec img {
    /* -webkit-clip-path: circle(50% at center);
    clip-path: circle(50% at center); */
    margin-bottom: 1.5rem;
}

.about-col-typec h2.title {
    color: #AE9373;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.6;
}

h2.title span {
    font-family: 'Lora', serif;
    font-weight: bold;
    margin-right: 0.5rem;
}

.feebox {
    background-color: #fff;
    padding: 1.5rem;
    border: 1px solid #D9D9D9;
}

.hourbox-c {
    padding: 1.5rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

.tel {
    font-family: 'Lora', 'Noto Sans Serif', serif;
    font-size: 1.2rem;
}

.back-to-top {
    background: #FF909D;
}


/* Mobile Nav Styling */

#mobile-nav {
    font-weight: bold;
    background-color: #F7F5F2;
}

#mobile-nav ul li a {
    text-align: left;
    color: #352A22;
    border-bottom: 1px solid #fff;
}

#mobile-nav ul li a:hover {}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
    color: #352A22;
}

#mobile-nav ul li a::before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 1rem;
    color: #BDA871;
}

.bg-pink {
    background-color: rgb(250, 245, 246);
}

.card-waku {
    border: 2px solid #BDA871;
    padding: 1rem;
    display: inline-block;
}

.koe {
    text-align: center;
}

.thumb {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

a .koe h4 {
    font-weight: bold;
    color: #ff909d;
    font-family: sans-serif
}

.koe:hover {
    opacity: 0.7;
}