@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 10000;
}
.loading .loadingImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mainVisaul {
    width: 100%;
}
.mainVisual img {
    width: 100%;
    max-width: none;
}
#main .consult h2 {
    padding: 24px 0 33px;
    color: #787878;
    font-size: 3.7rem;
    font-weight: 700;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Bold';
    background-color: #fff;
}
#main .consult h2 span {
    color: #ff6100;
}
#main .consult {
    padding-bottom: 25px;
    background-color: #f9d722;
}
#main .consult .photo {
    text-align: center;
    position: relative;
    z-index: 1;
}
#main .consult .bgImg {
    margin-top: -368px;
}
#main .consult .bgImg img {
    width: 100%;
    max-width: none;
}
#main .consult .subBox h3 {
    margin-bottom: 41px;
    color: #0d0d0d;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Bold';
}
#main .consult .subBox h3 span {
    color: #e41a35;
    font-size: 6rem;
    font-weight: 700;
}
#main .consult .subBox ul {
    margin-top: -20px;
    position: relative;
}
#main .consult .subBox ul::after {
    width: 33.33%;
    content: "";
}
#main .consult .subBox li {
    margin-top: 20px;
    padding: 0 35px 35px;
    width: 33.33%;
    text-align: center;
    background: url("../img/common/line01.png") repeat-y right top;
    box-sizing: border-box;
}
#main .consult .subBox li:last-of-type,
#main .consult .subBox li:nth-of-type(3n) {
    background: none;
}
#main .consult .subBox li .tag {
    margin-bottom: 20px;
}
#main .consult .subBox li .ttl {
    margin-bottom: 23px;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: 'A-OTF-ShinGoPro-Bold';
}
#main .consult .subBox li .txt {
    font-weight: 500;
    line-height: 1.56;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Medium';
}
#main .access h2 {
    padding: 38px 0 30px;
    text-align: center;
    background-color: #f9d722;
}
#main .access .infoBox {
    width: 50%;
}
#main .access .info {
    padding: 56px 115px 0 20px;
    margin-left: auto;
    width: 623px;
    box-sizing: border-box;
}
#main .access dl {
    margin-bottom: 27px;
}
#main .access dt {
    margin-bottom: 14px;
}
#main .access dt span {
    padding: 2px 24px 6px 18px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    border: 2px solid #a0a0a0;
}
#main .access dd {
    margin-bottom: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}
#main .access dd:last-of-type {
    margin-bottom: 0;
}
#main .access .link {
    margin-left: 6px;
    width: 350px;
}
#main .access .link a {
    padding: 12px 70px 11px;
    display: block;
    text-align: center;
    background: #f9d722 url("../img/common/icon02.png") no-repeat right 22px top 18px;
    border-radius: 7px;
}
#main .access .link a:hover {
    opacity: 0.7;
}
#main .access .mapBox {
    width: 50%;
    position: relative;
    height: 552px; 
    overflow: hidden;
}
#main .access .mapBox iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
#main .appointment {
    padding: 66px 0 61px;
    background-color: #e41a35;
}
#main .appointment .inner {
    padding: 77px 0;
    border: 3px solid #fff;
}
#main .appointment h2 {
    margin-bottom: 26px;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Medium';
}
#main .appointment .link {
    margin: 0 auto;
    width: 772px;
}
#main .appointment .link a {
    padding: 22px 0 29px;
    display: block;
    color: #e41a35;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    font-family: 'A-OTF-ShinGoPro-Bold';
    background: #fff url("../img/common/icon03.png") no-repeat right 40px center;
    border-radius: 33px;
}
#main .appointment .link a:hover {
    opacity: 0.7;
}
#main .sns {
    padding: 1px 0 24px;
    background-color: #f2f2f2;
    overflow: hidden;
}
#main .sns .content {
    position: relative;
}
#main .sns .content::after,
#main .sns .content::before {
    width: 20px;
    height: 150%;
    position: absolute;
    top: 0;
    left: 184px;
    transform: rotate(-30deg);
    background-color: #fff;
    content: "";
}
#main .sns .content::after {
    left: auto;
    right: 184px;
    transform: rotate(30deg);
}
#main .sns .title {
    margin-top: -59px;
    color: #fff;
    font-size: 16.5rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}
#main .sns h2 {
    margin: -109px 0 35px;
    color: #38a654;
    font-size: 3rem;
    font-weight: 700;
    font-family: 'A-OTF-ShinGoPro-Bold';
    text-align: center;
}
#main .sns .text {
    margin-bottom: 64px;
    position: relative;
    color: #38a654;
    font-size: 1.4rem;
    text-align: center;
    z-index: 1;
}
#main .sns .line a {
    margin: 0 auto 13px;
    width: 189px;
    display: block;
}
#main .sns .line a img {
    width: 100%;
    height: auto;
}
#main .sns .line a:hover {
    opacity: 0.7;
}
#main .sns .line p {
    color: #39bf5b;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .contact {
    padding: 61px 0 20px;
    background-color: #f9d722;
}
#main .contact h2 {
    margin-bottom: 10px;
    text-align: center;
}
#main .contact .linkBox {
    margin: 0 auto 13px;
    width: 520px;
}
#main .contact .linkBox a {
    padding: 16px 0 15px;
    display: block;
    color: #f9d722;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #ff6100 url("../img/index/sns_img02.png") no-repeat left 41px center;
    border-radius: 6px;
}
#main .contact .linkBox a:hover {
    opacity: 0.7;
}
#main .contact .linkBox a span {
    margin: 10px 0 4px;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    font-family:  "小塚ゴシック Pr6N", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#main .contact .text {
    margin-bottom: 17px;
    color: #0d0d0d;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .contact .snsList {
    margin-bottom: 14px;
    text-align: center;
}
#main .contact .snsList li {
    margin-right: 9px;
    display: inline-block;
}
#main .contact .snsList li:last-of-type {
    margin-right: 0;
}
#main .contact .snsList li a {
    display: block;
}
#main .contact .snsList li a:hover {
    opacity: 0.7;
}
#main .contact .text01 {
    margin: 0 auto;
    width: 650px;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
}
@media all and (max-width: 896px) {
    #main .consult {
        padding-bottom: 35px;
    }
    #main .consult h2 {
        padding: 17px 0;
        font-size: 1.8rem;
        line-height: 1.2;
    }
    #main .consult h2 span {
        display: block;
    }
    #main .consult .photo img {
        width: 100%;
    }
    #main .consult .bgImg {
        margin-bottom: 17px;
        margin-top: -24%;
    }
    #main .consult .subBox h3 {
        margin-bottom: 55px;
        line-height: 1.1;
    }
    #main .consult .subBox ul {
        margin-top: 0;
        display: block;
    }
    #main .consult .subBox ul::after {
        display: none;
    }
    #main .consult .subBox li {
        margin: 0 0 31px;
        padding: 0;
        width: auto;
        background: none;
    }
    #main .consult .subBox li:last-of-type {
        margin-bottom: 0;
    }
    #main .consult .subBox li .tag {
        margin-bottom: 18px;
    }
    #main .access {
        margin-top: -1px;
    }
    #main .access h2 {
        padding: 28px 0 23px;
    }
    #main .access h2 img {
        max-width: 339px;
    }
    #main .access .inner {
        display: block;
    }
    #main .access .infoBox {
        margin-bottom: 30px;
        width: auto;
    }
    #main .access .info {
        padding: 37px 11px 0 11px;
        margin-left: 0;
        width: auto;
    }
    #main .access dl {
        margin-bottom: 33px;
    }
    #main .access dt span {
        padding: 3px 24px 4px 18px;
    }
    #main .access dd {
        margin-bottom: 24px;
        letter-spacing: 0;
        font-feature-settings: "palt"; 
        -moz-font-feature-settings: "palt";
    }
    #main .access .link {
        margin-left: 0;
        width: auto;
    }
    #main .access .link a {
        border-radius: 4px;
    }
    #main .access .mapBox {
        width: 100%;
        height: 340px; 
    }
    #main .appointment {
        padding: 16px 0 16px;
    }
    #main .appointment .inner {
        padding: 44px 0;
    }
    #main .appointment h2 {
        margin-bottom: 53px;
        font-size: 2.4rem;
    }
    #main .appointment .link {
        margin: 0 10px;
        width: auto;
    }
    #main .appointment .link a {
        padding: 18px 32px 19px 0;
        font-size: 2rem;
        background: #fff url("../img/common/sp_icon01.png") no-repeat right 15px center;
        border-radius: 20px;
    }
    #main .sns {
        padding: 1px 0 26px;
    }
    #main .sns .content::after,
    #main .sns .content::before {
        width: 6px;
        left: 50px;
        transform: rotate(-12deg);
    }
    #main .sns .content::after {
        left: auto;
        right: 50px;
        transform: rotate(12deg);
    }
    #main .sns .title {
        margin-top: -25px;
        font-size: 6.8rem;
        letter-spacing: 0.08em;
    }
    #main .sns h2 {
        margin: 4px 0 18px;
        font-size: 2.4rem;
    }
    #main .sns .text {
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    #main .contact {
        padding: 35px 0 40px;
    }
    #main .contact h2 {
        margin-bottom: 9px;
    }
    #main .contact .linkBox {
        margin: 0 auto 26px;
        width: auto;
    }
    #main .contact .linkBox a {
        padding: 73px 0 11px;
        background: #ff6100 url("../img/index/sns_img02.png") no-repeat top 13px center / 48px auto;
    }
    #main .contact .text {
        margin-bottom: 18px;
    }
    #main .contact .text01 {
        margin: 0 auto;
        width: auto;
    }
}
@media all and (max-width: 370px) {
    #main .appointment .link a {
        font-size: 1.8rem;
    }
    #main .sns .title {
        font-size: 6.5rem;
    }
    #main .contact .linkBox a {
        font-size: 1.1rem;
    }
    #main .contact .text01 {
        font-size: 1rem;
    }
}
@media all and (max-width: 330px) {
    #main .consult h2 {
        font-size: 1.5rem;
    }
    #main .access h2 {
        padding: 85px 5px 35px;
    }
    #main .access h2 img {
        width: 100%;
    }
    #main .appointment .link a {
        font-size: 1.5rem;
    }
    #main .sns .title {
        font-size: 6rem;
    }
    #main .sns .content::after, 
    #main .sns .content::before {
        left: 20px; 
        transform: rotate(-8deg);
    }
    #main .sns .content::after {
        left: auto;
        right: 20px;
        transform: rotate(8deg);
    }
    #main .sns .text {
        margin: 0 20px 25px;
    }
} 