@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    position: relative;
}
.mainVisual .pho img {
    width: 100%;
}
.mainVisual .txt {
    padding: 0 14px 0 25px;
    width: 100%;
    position: absolute;
    bottom: 103px;
    left: 0;
    text-align: center;
    box-sizing: border-box;
}
.mainVisual .scroll {
    position: absolute;
    bottom: 25px;
    left: calc(50% - 12px);
}
.mainVisual .scroll a {
    position: relative;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.075em;
}
.mainVisual .scroll a::after {
    width: 1px;
    height: 20px;
    position: absolute;
    top: -24px;
    left: calc(50% - 1px);
    background-color: #FFF;
    content: '';
}
#main .greeting {
    padding-top: 39px;
}
#main .greeting .pTop {
    margin-bottom: 10px;
    color: #202020;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.53;
    text-align: center;
}
#main .greeting .txt {
    margin-bottom: 13px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-align: center;
}
#main .greeting .photo {
    margin-bottom: 33px;
    text-align: center;
}
#main .greeting .txtList {
    margin: 0 20px 15px;
}
#main .greeting .txtList li {
    padding: 8px 0 7px 38px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-bottom: 1px dashed #d0c5bc;
    background: url("../img/common/icon01.png") no-repeat left 12px center / 15px;
}
#main .greeting .textArea {
    margin: 0 -25px;
    padding: 78px 0 28px;
    text-align: center;
    background: #f7f4ef url("../img/index/bg01.png") no-repeat center top / 100% 50px;
}
#main .greeting .textArea h3 {
    margin-bottom: 9px;
    padding-bottom: 24px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    background: url("../img/index/greeting_ttl_line.png") no-repeat center bottom / 170px;
}
#main .greeting .textArea p {
    line-height: 1.5;
    letter-spacing: 0.05em;
}
#main .linkBox {
    padding: 25px 0 26px;
    background-color: #7b4a2b;
}
#main .linkBox p {
    margin: 0 11px 15px;
    color: #FFF;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
#main .linkBox .tel {
    margin-bottom: 10px;
    background-color: #c98b5e;
    border-radius: 7px;
}
#main .linkBox .tel a {
    padding: 4px 10px 7px 116px;
    display: block;
    color: #FFF;
    font-size: 3.25rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Barlow Semi Condensed', sans-serif;
    background: url("../img/index/link_box_img01.png") no-repeat left 14px center / 50px,url("../img/index/link_box_img02.png") no-repeat left 70px center / 38px;
}
#main .linkBox .tel a .sml {
    margin-top: -2px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0.075em;
}
#main .linkBox .linkList {
    display: flex;
    justify-content: space-between;
}
#main .linkBox .linkList li {
    width: 48.4%;
}
#main .linkBox .linkList li a {
    padding-right: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #e7bb41;
    border-radius: 7px;
}
#main .linkBox .linkList li.line a {
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #38c961;
}
#main .linkBox .linkList li a img {
    margin-right: 10px;
}
#main .about {
    padding: 64px 0 0;
    background: #44bba4 url("../img/index/about_bg.png") no-repeat center top 20px / 100%;
}
#main .about .headLine01 {
    margin-bottom: 22px;
}
#main .about .pTop {
    margin-bottom: 14px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
}
#main .about .pTop .sml {
    font-size: 1.5rem;
}
#main .about .pTop .en {
    color: #44bba4;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.075em;
}
#main .about .txt {
    margin-bottom: 14px;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .about .content {
    margin: 0;
    box-sizing: border-box;
    background-color: #FFF;
}
#main .about .photo {
    margin: 0 45px 27px;
    text-align: center;
}
#main .about .imgBox {
    margin: 0 25px;
}
#main .about .imgBox:not(:last-of-type) {
    margin-bottom: 18px;
}
#main .about .photoBox {
    margin-bottom: 8px;
    position: relative;
}
#main .about .photoBox img {
    width: 100%;
}
#main .about .photoBox .ttl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: 0.075em;
    text-align: center;
    box-sizing: border-box;
}
#main .about .photoBox .ttl .sml {
    margin-top: 11px;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#main .about .photoBox .ttl .sml span {
    margin-top: 3px;
    display: block;
    font-size: 1.2rem;
}
#main .about .textBox p {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
}
#main .about .imgBox:last-of-type {
    margin-bottom: 31px;
}
#main .merit {
    padding: 59px 0 0;
    background: url("../img/index/merit_bg.png") no-repeat center top / 100%;
}
#main .merit .headLine01 {
    margin-bottom: 17px;
}
#main .merit .pTop {
    margin-bottom: 22px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
}
#main .merit .content {
    margin: 0;
    padding-bottom: 28px;
    background-color: #f7f4ef;
}
#main .merit .meritList {
    margin: 0 25px;
}
#main .merit .meritList li {
    padding: 24px 10px 20px 20px;
    background-color: #FFF;
    border-radius: 15px;
}
#main .merit .meritList li:not(:last-of-type) {
    margin-bottom: 16px;
}
#main .merit .meritList li .ttlBox {
    margin-bottom: 8px;
    display: flex;
}
#main .merit .meritList li .ttlBox .num {
    width: 38px;
    position: relative;
    color: #e7bb41;
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}
#main .merit .meritList li .ttlBox .num::after {
    width: 2px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e7bb41;
    content: '';
}
#main .merit .meritList li .ttlBox .num .sml {
    margin-bottom: -6px;
    display: block;
    font-size: 1.1rem;
}
#main .merit .meritList li .ttlBox .ttl {
    padding-left: 15px;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.43;
    box-sizing: border-box;
}
#main .merit .meritList li .txt {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
}
#main .future {
    padding: 40px 0 63px;
    background: url("../img/index/future.jpg") no-repeat center top / cover;
}
#main .future h2 {
    margin: 0 auto 18px;
    max-width: 240px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
    background: url("../img/index/line01.png") no-repeat left center / 33px, url("../img/index/line02.png") no-repeat right center / 33px;
}
#main .future h2 .sml {
    margin-bottom: 6px;
    font-size: 1.8rem;
    display: block;
    letter-spacing: 0;
}
#main .future h2 .txt {
    font-size: 1.8rem;
}
#main .future h2 .col {
    color: #44bba4;
}
#main .future p {
    margin: 0 22px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.15em;
}
#main .price {
    padding: 43px 0 40px;
}
#main .price .pTop {
    margin-bottom: 19px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
}
#main .price .text {
    margin: 0 20px 19px;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 1.54;
    text-align: center;
}
#main .price .text2 {
    margin:30px 0 10px;
    font-size: 1.3rem;
    letter-spacing: 0.075em;
    line-height: 1.54;
    text-align: left;
	font-weight: bold;
	
	}
#main .price .priceList li {
    text-align: center;
}
#main .price .priceList li:not(:last-of-type) {
    margin-bottom: 15px;
}
#main .price .priceList li .ttl {
    padding: 12px 0 8px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    background-color: #aa734b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#main .price .priceList li .txt {
    padding: 13px 26px;
    font-size: 1rem;
    letter-spacing: 0.1em;
    background-color: #f7f4ef;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#main .price .priceList li .unit {
    margin-bottom: 8px;
    display: block;
    font-size: 1.1rem;
}
#main .price .priceList li .unit .en {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.075em;
}
#main .voice {
    padding: 35px 0 25px;
    background-color: #e7bb41;
}
#main .voice .headLine01 {
    margin-bottom: 11px;
}
#main .voice .pTop {
    margin-bottom: 17px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-align: center;
}
#main .voice .voiceList {
    margin-bottom: 20px;
}
#main .voice .voiceList li {
    padding: 17px 20px 14px;
    font-size: 1.1rem;
    line-height: 1.36;
    letter-spacing: 0.075em;
    background-color: #FFF;
    border-radius: 10px;
}
#main .voice .voiceList li:not(:last-of-type) {
    margin-bottom: 10px;
}
#main .voice .voiceList li .ttl {
    margin-bottom: 4px;
    color: #7b4a2b;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
}
#main .voice .link {
    margin: 0 auto;
    width: 150px;
}
#main .voice .link a {
    padding: 13px 0 12px;
    display: block;
    text-align: center;
    background: #FFF url("../img/common/icon04.png") no-repeat right 20px center / 5px;
    border-radius: 20px;
}
#main .salon {
    padding: 40px 0 21px;
    text-align: center;
    background: url("../img/index/salon_bg.png") no-repeat center top / 100%;
}
#main .salon .pTop {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}
#main .salon .txt {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 1.54;
    letter-spacing: 0.075em;
}
#main .salon .salonList {
    margin: -10px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .salon .salonList li {
    margin-top: 10px;
    width: 48.53%;
}
#main .salon .salonList li img {
    width: 100%;
}
#main .salon .tabBox {
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
#main .salon table {
    margin: -1px 0 -1px;
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
}
#main .salon th,
#main .salon td {
    padding-top: 13px;
    width: 25%;
    color: #FFF;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    background-color: #7b4a2b;
}
#main .salon td {
    padding: 13px 14px 9px;
    width: 75%;
    color: #171717;
    background-color: #FFF;
    border-top: 1px solid #e4e4e4;
}
#main .salon tr:first-of-type td,
#main .salon tr:first-of-type th {
    border-top: 0;
}
#main .salon th {
    text-align: center;
    border-bottom: 1px solid #FFF;
}
#main .salon th .sml {
    font-size: 0.8rem;
}
#main .salon tr:first-of-type th {
    border-top-left-radius: 10px;
}
#main .salon tr:first-of-type td {
    border-top-right-radius: 10px;
}
#main .salon tr:last-of-type th {
    border-bottom-left-radius: 10px;
}
#main .salon tr:last-of-type td {
    border-bottom-right-radius: 10px;
}
#main .map {
    height: 0;
    position: relative;
    padding-bottom: 64.1%;
    overflow: hidden;
}
#main .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (max-width: 389px) {
    #main .linkBox .tel a {
        font-size: 8vw;
    }
    #main .merit .meritList li .ttlBox .ttl {
        font-size: 1.2rem;
    }
}


















