@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
}

/********* 全体の基本設定 *********/

html {
    font-size: 62.5%;
}

body {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 3;
    letter-spacing: 0.3em;
    color: #2c2c2c;
}

section {
    text-align: center;
}

h2 {
    padding: 45px 0px 45px 0px;
    color: #4b8a7b;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1rem;
}

h3 {
    font-size: 2rem;
    font-weight: bold;
}

.bg_yellow {
    background: url(../images/common/bg_white.png);
}

.br_none,
.br_none_1200,
.br_none_800 {
    display: none;
}

/* TB 1200px */
@media (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    .br_none_1200 {
        display: block;
    }
}
/* 1200 */

/* TB 800px */
@media (max-width: 800px) {
    h2 {
        font-size: 2.5rem;
    }

    .br_none_800 {
        display: block;
    }
}
/* 800 */

/* TB 1200px */
@media (max-width: 1200px) {
    .news_pb {
        padding-bottom: 20px;
    }
}

/*** visually-hidden
********************************/
.visually-hidden {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 4px !important;
    height: 4px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
}

/*** header
 ***************************/

.header {
    width: 100%;
    padding: 30px 0 0 30px;
}

.header_flex {
    display: flex;
    align-items: end;
}

.logo {
    max-width: 100%;
    margin: 0 auto 0 10px;
}

.logo a {
    transition: 0.4s;
}

.logo a:hover {
    opacity: 0.5;
}

/* .nav_wrap .text {
    display: none;
} */
/************* nav *************/
.trigger {
    position: fixed;
    right: -25px;
    top: -25px;
    z-index: 300000;
    max-width: 300px;
}

.trigger-btn {
    display: flex;
    align-items: center;
    width: 150px;
    aspect-ratio: 1/1;
    background-color: #4b8a7b;
    border-radius: 50% 0 50% 50%;
    transition: 1s;
}

.trigger-btn .text {
    transition: 1s;
}

@media (hover: hover) {
    .trigger-btn:hover {
        background-color: #fff;
        border: 3px solid #4b8a7b;
    }
}

@media (hover: hover) {
    .trigger-btn:hover .bar {
        background-color: #4b8a7b;
    }
}

@media (hover: hover) {
    .trigger-btn:hover .text {
        color: #4b8a7b;
    }
}

/* SP 500px */
@media (max-width: 500px) {
    .trigger {
        right: -15px;
        top: -15px;
    }

    .trigger-btn {
        width: 120px;
    }
}

/* SP 400px */
@media (max-width: 400px) {
    .trigger {
        right: -15px;
        top: -15px;
    }

    .trigger-btn {
        width: 110px;
    }
}

.bar {
    background-color: #fff;
    width: 25%;
    height: 2px;
    position: absolute;
    left: 50px;
}

.nav_wrap .bar_text {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 26%;
}

/* SP 500px*/
@media (max-width: 500px) {
    .bar {
        left: 38px;
    }
}

.bar1 {
    top: 42%;
}

.bar2 {
    top: 50%;
}

.bar3 {
    top: 58%;
}

.nav_wrap .text {
    font-size: 14px;
    line-height: 1;
    top: 102px;
    background-color: transparent;
    width: 100%;
    left: 28%;
    top: 65%;
    display: block;
    position: absolute;
    color: #fff;
    background-color: transparent;
}

/* SP 500px */
@media (max-width: 500px) {
    .nav_wrap .text {
        font-size: 12px;
        top: 76px;
        transform: translateX(-2px);
    }
}

/* トリガーをタップしたら */
.open .nav {
    right: 0;
}

.open .bar1 {
    top: 50%;
    rotate: 135deg;
}

.open .bar2 {
    opacity: 0
}

.open .bar3 {
    top: 50%;
    rotate: -135deg;
}

.open .nav,
.open .bar {
    transition: 0.4s ease-in-out;
}

.nav,
.bar {
    transition: 0.4s ease-in-out 0.2s;
}

.open .nav-list {
    translate: 0 0;
    transition: 0.4s ease-in-out 0.2s;
}

.nav-list {
    transition: 0.4s ease-in-out;
}

.navlist_tel {
    text-align: center;
}

.header nav ul {
    display: block;
    translate: -100vw 0;
}

.header nav ul a {
    color: #fff;
}

.header nav ul a:hover {
    border: 0;
}

/********************** nav の中身***********************/


.nav {
    font-size: 1.5rem;
}

.nav ul {
    max-width: 100%;
    margin: 120px auto 0;
}

.nav ul li {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.nav ul a {
    margin: 0 10px;
    padding: 5px;
    letter-spacing: 0.3em;
    transition: 0.1s;
    font-size: 18px;
}

/* SM 500px */
@media (max-width: 500px) {
    .nav ul a {
        padding: 0;
    }
    .nav ul li.tel_1,
.nav ul li.tel_2 {
    width: 75%;
}
.nav ul {
    margin: 95px auto 0;
}
li.tel {
    padding: 5px 18px;
    color: #fff;
    text-align: center;
    background-color: #4b8a7b;
    border-radius: 35px;
    font-size: 18px;
}
span.free_tel_text {
    font-size: 11px;
    display: inline-block;
    width: 90%;
    margin: 0 auto;
}
}

.menu_button a {
    /*ボタンの形状*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 35px;
    text-decoration: none;
    border: 2px solid #e6b422;
    color: #e6b422;
    outline: none;
}

/*hoverした際、グラデーションと影を付ける*/
.menu_button a:hover {
    /*ボタンの形状*/
    border-color: transparent;
    color: #fff;
    /*背景の色と形状*/
    background: #e6b422;
    /*ボックスの影*/
    box-shadow: 0 5px 10px rgba(3, 3, 3, 0.2);
}

.info {
    font-size: 1.5rem;
    display: flex;
    align-items: end;
}

.info a:hover {
    opacity: 0.5;
}

.tel {
    padding: 10px 18px;
    color: #fff;
    text-align: center;
    background-color: #4b8a7b;
    border-radius: 35px;
    font-size: 18px;
}

a.tel-link {
    display: flex;
    flex-direction: column;
}

.nav .tel_2 {
    line-height: 1.4;
}

.free_tel_text {
    font-size: 14px;
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    /* background-color: #4b8a7b; */
    border-radius: 50px;
}

.tel-no {
    padding: 3px 3px 3px 40px;
    display: inline-block;
    background-image: url(../images/common/tel_icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px;
}

.icons1 {
    text-align: center;
}


.wrap_gnav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3000;
}

.wrap_gnav .container_nav {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #fff;
}

#gnav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: blanchedalmond;
}

.pic {
    width: 50%;
    height: 100%;
    background: url(../images/common/hamburger_img.jpg) no-repeat center 90%/cover;
}

.nav {
    width: 50%;
    display: flex;
}

.nav li {
    line-height: 2;
    margin-bottom: 30px;
}

.icons1 a {
    transition: 0.4s;
}

.icons1 a:hover {
    opacity: 0.75;
}

.fb {
    margin-right: 15px;
}

/* TB 1200px */
@media (max-width: 1200px) {
    .header {
        height: 100px;
    }

    .logo {
        top: 0;
    }

    /* ハンバーガー */
    .header_flex {
        display: flex;
        align-items: end;
        justify-content: center;
        position: relative;
    }
}

/* 1200 */

/* TB 1250px */
@media (max-width: 1250px) {
    .wrap_gnav .container_nav {
        display: block;
    }

    .pic {
        display: none;
    }

    .nav {
        height: 100%;
        width: 100%;
        background-image: url(../images/index/pattern_full.png);
        background-size: cover;
    }

    .nav li a {
        font-size: 2rem;
    }

    .menu_button a {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

/* 1250 */

/* SM 500px */
@media (max-width: 500px) {
    .header {
        height: 80px;
        padding: 10px 0 0 10px;
        border-bottom: 3px #4b8a7b solid;
    }

    .logo {
        width: 200px;
    }
}

/* SM 420px */
@media (max-width: 420px) {
    .nav {
        padding-top: 0;
    }

    .nav li {
        width: 90%;
        margin: 0 auto 20px;
        padding: 0px 14px;
    }

    .nav .tel_1,
    .nav .tel_2 {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }

    .nav li a {
        font-size: 1.6rem;
    }

    .tel p {
        padding: 5px 0;
    }
}

/*** ご相談からの流れセクション（top、worksページのみ）
***************************/

.br_850 {
    display: none;
}

.sp_450 {
    display: none;
}

.flow p {
    line-height: 2;
}

.flow_wrapper {
    overflow: hidden;
}

.flow_item {
    width: 60%;
    margin: 0 auto;
    padding: 64px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
}

.flow1 {
    background-image: url(../images/common/flow_pink_pc.png);
    animation-delay: 0.2s;
}

.flow2 {
    background-image: url(../images/common/flow_yellow_pc.png);
    animation-delay: 0.3s;
}

.flow3 {
    background-image: url(../images/common/flow_green_pc.png);
    animation-delay: 0.4s;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
    opacity: 0;
}

/* BP 1600px */
@media (max-width: 1600px) {
    .flow_item {
        width: 65%;
        margin: 0 auto;
        padding: 65px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 18px;
    }
}

/* 1600 */

/* TB 1400px */
@media (max-width: 1400px) {
    .flow_item {
        width: 80%;
        margin: 0 auto;
        padding: 80px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 20px;
    }
}

/* 1400 */

/* TB 1200px */
@media (max-width: 1200px) {
    .br_850 {
        display: none;
    }

    .flow_item {
        width: 80%;
        margin: 0 auto;
        padding: 40px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 17px;
    }
}

/* 1200 */

/* TB 1000px */
@media (max-width: 1000px) {
    .flow_item {
        width: 90%;
        margin: 0 auto;
        padding: 45px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }
}

/* 1000 */

/* TB 850px */

@media (max-width: 850px) {
    .br_850 {
        display: inline;
    }

    .br_flow3 {
        display: none;
    }

    .works_link {
        transform: translateY(30px);
    }

    .flow1 {
        background-image: url(../images/common/flow_pink_tb.png);
        width: 90%;
        margin: 0 auto;
        padding: 45px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow1 h3,
    .flow1 p {
        transform: translate(9px, 1px);
    }

    .flow2 {
        background-image: url(../images/common/flow_yellow_tb.png);
        width: 90%;
        margin: 0 auto;
        padding: 65px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow2 h3,
    .flow2 p {
        transform: translate(9px, 21px);
    }

    .flow3 {
        background-image: url(../images/common/flow_green_tb.png);
        width: 90%;
        margin: 0 auto;
        padding: 55px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow3 h3,
    .flow3 p {
        transform: translate(4px, 10px);
    }
}

/* 850 */

/* SP 450px */
@media (max-width: 450px) {
    .br_450 {
        display: none;
    }

    .br_850 {
        display: none;
    }

    .sp_450 {
        display: inline;
    }

    .flow1 {
        background-image: url(../images/common/flow_pink_sp.png);
        width: 90%;
        margin: 0 auto;
        padding: 88px 30px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow1 h3,
    .flow1 p {
        transform: translate(-1px, 52px);
    }

    .flow2 {
        background-image: url(../images/common/flow_yellow_sp.png);
        width: 90%;
        margin: 0 auto;
        padding: 122px 56px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow2 h3,
    .flow2 p {
        transform: translate(-1px, 32px);
    }

    .flow3 {
        background-image: url(../images/common/flow_green_sp.png);
        width: 90%;
        margin: 0 auto;
        padding: 122px 56px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 16px;
    }

    .flow3 h3,
    .flow3 p {
        transform: translate(1px, 38px);
    }
}

/* 450 */

/* SP 380px */
@media (max-width: 380px) {
    .br_450 {
        display: none;
    }

    .br_850 {
        display: none;
    }

    .sp_450 {
        display: inline;
    }

    .flow1 {
        width: 90%;
        margin: 0 auto;
        padding: 90px 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 15px;
    }

    .flow1 h3,
    .flow1 p {
        transform: translate(-1px, 36px);
    }

    .flow2 {
        width: 90%;
        margin: 0 auto;
        padding: 126px 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 15px;
    }

    .flow2 h3,
    .flow2 p {
        transform: translate(-1px, 32px);
    }

    .flow3 {
        width: 90%;
        margin: 0 auto;
        padding: 105px 0px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        font-size: 15px;
    }

    .flow3 h3,
    .flow3 p {
        transform: translate(1px, 38px);
    }
}

/* 380 */

/*** 新着情報セクション
***************************/

.news_pb {
    padding: 45px 0px 0px 0px;
}

.news_background {
    width: 100%;
    padding-bottom: 100px;
    background-image: url(../images/common/news_bg_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lightning_img {
    padding-bottom: 30px;
}

.news_title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #4b8a7b;
    font-weight: bold;
}

/* PC 1200px */
@media (max-width: 1200px) {
    .news_title {
        margin-bottom: 0;
    }
}

/* PC 1200px */

.facebook_wrapper {
    width: 70%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.facebook iframe {
    border-radius: 50px;
    margin: 0 auto;
}

/* SM 400px */
@media (max-width: 600px) {
    .facebook iframe {
        border-radius: 0%;
    }
}

/* SM 400px */

#contact .line_text {
    margin-top: -25px;
    margin-bottom: -15px;
    font-size: 23px;
}

.line_friend {
    margin-bottom: 70px;
}

.line_friend a:hover {
    opacity: 0.75;
}

.line_friend img {
    border-radius: 35px;
    transform: translateX(-3px);
    box-shadow: 0 10px 15px rgb(0 0 0 / 50%);
}

/* TB 1200px */
@media (max-width: 1200px) {

    .news_title {
        margin-bottom: 55px;
        font-size: 2.0rem;
    }

    .news_background {
        padding-bottom: 80px;
    }

    .facebook_wrapper {
        width: 80%;
    }

    .news_background {
        padding-bottom: 100px;
        background-image: url(../images/common/news_bg_tb.png);
        background-size: cover;
        background-position: center;
    }

    .lightning_img {
        padding-bottom: 40px;
        max-width: 40px;
        width: 100%;
    }
}

/* SP 500px */
@media (max-width: 500px) {

    .news_background {
        padding-bottom: 100px;
        background-image: url(../images/common/news_bg_sp.png);
        background-size: cover;
        background-position: center;
    }

    .news_title {
        font-size: 1.5rem;
    }
}

.lightning_img {
    max-width: 20px;
    width: 100%;
    padding-bottom: 40px;
}

/*** 店舗情報 ***************************/

.gmap {
    width: 50%;
    margin: 0 auto 50px;
    border: 1px solid #2c2c2c;
    border-radius: 50px;
}

.gmap iframe {
    width: 100%;
    aspect-ratio: 3/1;
    border-radius: 50px;
}

address {
    width: 90%;
    margin: 0 auto 50px;
}

.add p {
    margin: 5rem;
    line-height: 2;
}

#contact p {
    margin-bottom: 25px;
    line-height: 3;
}

.sp_500 {
    display: none;
}

.footer h2 {
    padding-top: 0;
    color: #fff;
}

.title {
    font-size: 2.3rem;
}

.contact_tel,
.contact_mail {
    font-size: 1.8rem;
    font-weight: bold;
    border: 12px solid #fff;
    border-radius: 12px;
    color: #4b8a7b;
    background: #fff;
    padding: 0px 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 40%);
}

.contact_tel span {
    padding-left: 30px;
    background-image: url(../images/common/tel_icon_green.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact_mail span {
    padding-left: 40px;
    background-image: url(../images/common/mail_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

hr {
    width: 70%;
    margin: 0 auto;
}

.ls1 {
    letter-spacing: 3em;
}

.ls2 {
    letter-spacing: 1em;
}

.payment {
    width: 55%;
    max-width: 835px;
    margin: 100px auto;
}

.pay_wrap {
    margin: 0 auto;
    display: inline-block;
}

.pay {
    text-align: left;
    font-size: 2.3rem;
}

.payment ul {
    width: 100%;
    display: flex;
    list-style-type: disc;
    list-style-position: inside;
    flex-wrap: wrap;
}

.payment ul li {
    padding: 1rem 50px 1rem 0;
    max-width: 800px;
    text-align: left;
}

.payment .card,
.payment .qr {
    padding-right: 0;
}

.master_icon {
    padding: 0 3px 7px 10px;
}

.visa_icon {
    padding: 0 10px 14px 0;
}

.jcb_icon {
    padding: 12px 10px;
}

.partition {
    margin: 30px auto;
}

/* TB 900px */
@media (max-width: 900px) {
    .gmap {
        width: 80%;
    }
}

/* 900 */

/* TB 800px */
@media (max-width: 800px) {
    .title {
        font-size: 1.9rem;
    }

    .data {
        font-size: 1.7rem;
    }

    .footer h2 {
        font-size: 2.5rem;
    }
}

/* 800 */

/* TB 745px */
@media (max-width: 745px) {
    .pay_wrap .pay {
        font-size: 2rem;
    }

    .pay_wrap ul li {
        line-height: 1.8;
    }

    .payment {
        width: 65%;
    }
}
/* 745 */

/* SM 500px */
@media (max-width: 500px) {
    address dl.add_item {
        font-size: 1.4rem;
        display: block;
    }
    .sp_500 {
        display: inline-block;
    }
}
/* 500 */

/*** footer
 ***************************/

.footer {
    padding: 80px 0 40px;
    color: #fff;
    text-align: center;
    background: url(../images/common/foot_bg.png) no-repeat 50% 50%/cover;
}

.footer_background {
    position: relative;
}

.footer .icons1 {
    margin-bottom: 10px;
}

.footer p {
    letter-spacing: 0.2em;
}

.top_bottun {
    position: absolute;
    top: 85%;
    right: 5%;
}

.top_bottun:hover {
    opacity: 0.75;
}

.qr {
    width: 100%;
}

/* BP 1200px */
@media (max-width: 1200px) {
    .qr {
        line-height: 2.5;
    }

    .br_none {
        display: inline-block;
    }
}
/* 1200 */


/* BP 900px */
@media (max-width: 900px) {
    .card {
        line-height: 2.5;
    }

    .span_card {
        display: block;
    }

    .top_bottun {
        display: none;
    }
}
/* 900 */

/* SP 450px */
@media (max-width: 450px) {
    .address .title {
        font-size: 1.8rem;
    }

    .footer .address a {
        font-size: 1.6rem;
    }
}
/* 450 */

/* SP 430px */
@media (max-width: 430px) {
    .address .title {
        font-size: 1.7rem;
    }

    .footer .address a {
        font-size: 1.5rem;
        padding: 0px 0px;
    }

    .address .contact_tel span {
        font-size: 1.6rem;
    }

    .address .contact_mail span {
        padding-left: 30px;
    }
}

/* 430 */

/* SP 390px */
@media (max-width: 390px) {
    .address .title {
        font-size: 1.7rem;
    }

    .footer .address a {
        font-size: 1.4rem;
        padding: 0px 0px;
    }

    .address .contact_tel span {
        font-size: 1.6rem;
    }

    .address .contact_mail span {
        padding-left: 30px;
    }
}
/* 390 */