@charset "UTF-8";

body {
    position: relative;
}
.fixed-btn {
    display: none;
}
@media(max-width:768px) {
    .fixed-btn {
        display: block;
    }
}

.fixed-btn a {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 37px;
    height: auto;
    z-index: 99999;
}

.fixed-btn .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: auto;
    cursor: pointer;
    z-index: 99999;
    display: block;
    border: 1px solid #333;
    border-radius: 100px;
}
/* header */
main {
    margin-top: 86px;
}
header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 23px;
    height: 84px;
    background-color:var(--base);
    position: fixed;
    z-index: 1;
    margin: 0 auto !important;
    padding: 0 0 0 12px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
}
@media(max-width:768px) {
    header .container {
    display: none;
    }
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 40px;
}
.header-flex a {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.24px;
}
.header-flex a:hover {
    border-bottom: 2px solid #11267F;
    opacity: 1;
}
.phone {
    margin-left: 5px;
    border-radius: 34px;
    border: 2px solid #11267F;
    background-color:var(--base);
    padding: 4px 43px 8px 33px;
}
.phone-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.phone-flex img {
    height: 30px;
    width: 30px;
}
.number {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.36px;
}
.phone-detail {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.18px;
}

.header-logo{
    width: auto;
    height: 60px;
}

.pc-menu {
    display: flex;
}

/* hero */
.hero .container {
    text-align: left;
    background-image: url(./img/hero.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 2.3839;
    position: relative;
    min-height: 448px;
    z-index: -1;
}
.plus {
    width: 40px;
    height: 43px;
    margin-left: 16%;
    margin-top: 8px;
}
.maintexts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 48%;
}
.maintexts h1,
.maintext {
    font-size: clamp(24px,6.15vw,45px);
    font-weight: bold;
    color: #fff;
}
.maintext, h1,h2 {
    font-family: 'Inconsolata';
}
.maintext {
    margin-bottom: 46px;
}
.subtexts {
    max-width: 500px;
}
.subtexts p {
    display: inline-block;
    font-size: clamp(16px,4.1vw,32px);
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.48px;
    color: #333;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 8px;
}

@media(max-width:1000px) {
    main {
        margin-top: 84px;
    }
    .hero .container {
        text-align: center;
        background-image: url(./img//hero-sp.png);
        background-size: contain;
        max-width: 800px;
        aspect-ratio: 0.828;
        margin-top: -90px;
    }
    .maintexts {
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        top: 55%;
    }
    .maintext {
        margin-bottom: 18px;
    }
    .plus {
        width: 32px;
        height: 34px;
        margin: 0 auto;
    }
    .subtexts p {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .subtexts p:last-of-type {
        margin-bottom: 0;
    }
}

/* about */
.about .container {
    padding: 120px 0 200px 0;
}
h2 {
    font-size: clamp(20px,5.12vw,64px);
    font-weight: bold;
    margin-bottom: 80px;
}
.sectiontop-p {
    font-size: clamp(16px,4.1vw,36px);
    line-height: 150%;
    letter-spacing: 0.54px;
    margin-bottom: 185px;
}
.about-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    width: 87%;
    max-width: 1183px;
    position: relative;
    margin-top: 138px;
}
.about-box img,
.aboutbox-imgs {
    max-width: 540px;
}
.about-box:nth-of-type(odd) {
    margin-left: 0;
    margin-right: auto;
}
.about-box:nth-of-type(even) {
    margin-right: 0;
    margin-left: auto;
    flex-direction: row-reverse;
}
.theme {
    font-family: 'HomemadeApple';
    position: absolute;
    transform: rotate(-9.2deg);
    font-size: clamp(24px,6.15vw,96px);
    line-height: 150%;
    letter-spacing: 1.44px;
    z-index: -1;
    color: #C4C4C4;
}
.about-box:nth-of-type(odd) .theme {
    left: 15px;
    top: -1.25em;
}
.about-box:nth-of-type(even) .theme {
    right: 15px;
    top: -1.25em;
}
.about-texts {
    text-align: left;
    color: #333;
    font-size: clamp(12px,3vw,20px);
    line-height: 150%;
    letter-spacing: 0.3px;
    max-width: 609px;
}
.about-text:nth-of-type(1) {
    margin-bottom: 1.5em;
}
.aboutbox-imgs {
    display: flex;
}
.aboutbox-img:nth-of-type(1) {
    background-image: url(./img/solar01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: cover;
    width: 270px;
    height: 280px;
}
.aboutbox-img:nth-of-type(2) {
    background-image: url(./img/solar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: cover;
    width: 270px;
    height: 280px;
    z-index: -1;
}

@media(max-width:1150px) {
    .about .container {
        padding: 40px 0 48px 0;
    }
    h2 {
        margin-bottom: 20px;
    }
    .sectiontop-p {
        margin-bottom: 40px;
    }
    .about-box {
        position: inherit;
        display: inherit;
        margin: 0 auto ;
    }
    .about-box img,
    .aboutbox-imgs {
        width: 98%;
        margin: 0 auto 16px auto;
    }
    .about-box:nth-of-type(odd),
    .about-box:nth-of-type(even) {
        margin: 0 auto 32px auto;
    }
    .theme {
        line-height: 133.333%;
        letter-spacing: 0.36px;
        position: inherit;
        transform: none;
        color: #C4C4C4;
    }
    .about-texts {
        width: 98%;
        margin: 0 auto;
    }
    .relief {
        margin-bottom: 15px;
    }
}

/* safe-and */
.show_pc2 {
    display: initial;
}
.safe-and .container {
    background-image: url(./img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 80px;
}
.safe-and .container .sectiontop h2 {
    font-size: clamp(20px,5.12vw,64px);
    font-weight: bold;
    margin-bottom: 80px;
}
.safe-and .container .sectiontop h2 span {
    font-size: clamp(16px,4.1vw,60px);
    font-weight: bold;
    margin: 0 13px;
}
.safe-flex {
    max-width: 834px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    margin: 0 auto 77px auto;
}
.safe-img {
    margin-bottom: 18px;
}
.safe-img img {
    width: 168px;
    height: 168px;
}
.safe-text {
    width: 189px;
    font-size: clamp(12px,3.1vw,16px);
    line-height: 150%;
    letter-spacing: 0.24px;
}
.safe-bottom-text {
    max-width: 1000px;
    margin: 56px auto 0;
    width: 90%;
    line-height: 150%;
    letter-spacing: 0.3px;
    text-align: left;
    font-size: clamp(12px,3.07vw,20px);
}
.safe-bottom-text p {
    margin-bottom: 20px;
}

@media(max-width:800px) {
    .show_pc2 {
        display: none;
    }
    .safe-and .container {
        padding-top: 32px;
        padding-bottom: 28px;
        background-image: url(./img/bgblue-sp.png);
        background-position: top;
        background-repeat:repeat-y;
        background-size: contain;
    }
    .safe-flex {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }
    .safe-box {
        margin-right: auto;
        margin-left: auto;
    }
    .safe-img {
        margin-bottom: 2px;
    }
    .safe-img img {
        width: 95px;
        height: 95px;
    }
    .safe-text {
        width: 100%;
        line-height: 18px;
        letter-spacing: 0.18px;
    }
    .safe-and .container .sectiontop h2 {
        margin-bottom: 24px;
    }
    .safe-and .container .sectiontop h2 span {
        margin: 0 4px;
    }
    .safe-bottom-text {
        width: 84%;
        line-height: 150%;
        letter-spacing: 0.18px;
        text-align: left;
    }
}
/* shop */
.shop .container {
    padding-top: 200px;
    padding-bottom: 200px;
}
.shop .container .sectiontop h2 {
    margin-bottom: 80px;
}
.shop-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 90%;
    max-width: 1134px;
    margin-bottom: 80px;
}
.shop-box:nth-of-type(odd) {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
}
.shop-img {
    background-image: url(./img/img-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 43px;
}
.shop-box:nth-of-type(even) .shop-img {
    padding-left: 90px;
    background-position: left top;
}
.shop-box:nth-of-type(odd) .shop-img {
    padding-right: 90px;
    background-position: right top;
}
.more-btn {
    position: relative;
    display: inline-block;
}
.shop-detail {
    font-size: clamp(16px,4.1vw,24px);
    line-height: 150%;
    letter-spacing: 0.36px;
    margin-bottom: 40px;
}
.more-btn p {
    font-size: 20px;
    background-color: #fff;
    color: #11267F;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.3px;
    border: solid 1px #11267F;
    border-radius: 30px;
    padding: 16px 50px 15px 50px;
}
.more-btn img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -10%;
    width: 60px;
}
.more-btn:hover .btn p {
    background-color: navy;
    color: #fff;
    border: solid 1px transparent;
}
.more-btn:hover img {
    right: -28%;
}
.btn:hover {
    opacity: 1 !important;
}

@media(max-width:1150px) {
    .shop .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .shop .container .sectiontop h2 {
        margin-bottom: 24px;
    }
    .shop-box:nth-of-type(odd),
    .shop-box {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        width: 85%;
        margin: 0 auto 64px auto;
    }
    .shop-img {
        background-image: none;
    }
    .shop-box:nth-of-type(even) .shop-img,
    .shop-box:nth-of-type(odd) .shop-img {
        padding:0;
    }
    .shop-box:last-of-type {
        margin-bottom: 0;
    }
    .shop-detail {
        letter-spacing: 0.24px;
        margin-bottom: 16px;
    }
    .btn p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.21px;
        padding: 5px 35px 6px 35px;
    }
    .show_1150 {
        display: none;
    }
}

/* FAQ */
.FAQ .container {
    padding-top: 67px;
    padding-bottom: 216px;
    background-image: url(./img/bg-right.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 200px;
}
.faq-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 775px;
    margin: 0 auto;
}
.faq-text {
    margin-bottom: 40px;
}

@media(max-width:1150px) {
    .FAQ .container {
        padding-top: 32px;
        padding-bottom: 32px;
        margin-bottom: 80px;
    }
    .FAQ .container .sectiontop h2 {
        margin-bottom: 24px;
    }
    .faq-flex {
        flex-direction: row;
        justify-content: center;
    }
    .faq-text {
        margin-bottom: 16px;
    }
}


/* footer */

footer img {
    width: 100%;
    display: block;
}
footer .container  {
    width: 100%;
    max-width: 100%;
    background-color: #11267F ;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 14px;
}
.footer-wrapper {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-size: clamp(12px,3vw,16px);
    margin-bottom: 24px;
}
hr {
    height: 20px;
    border-left: 1px solid #fff;
    width: 1px;
    margin: 0;
}
.footer-img {
    background-color: #fff;
    width: 204px;
    height: 44px;
    padding: 6px 7.5px;
    margin: 0 auto 32px auto;
    border-radius: 3px;
}
.footer-img img {
    width: 191px;
    height: 29px;
}
.copywright {
    font-size: 10px;
    letter-spacing: 0.01em;
}
.footer-flex .border {
    border: none;
}

@media(max-width:740px) {
    footer .container  {
       padding: 63px 35px 34px 35px;
    }
    .footer-flex {
        flex-direction: column;
        margin-bottom: 42px;
    }
    .footer-flex a {
        max-width: 500px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 13px;
    }
    .footer-flex a img {
        width: 13px;
        height: 13px;
    }
    .footer-img {
        background-color: transparent;
        margin-bottom: 24px;
    }
    .footer-flex .border {
        border-top: 1px solid #fff;
        width: 90%;
        margin: 0 auto;
    }
    .footer-flex .last-b {
        border-bottom: 1px solid #fff;
    }
}

/* アコーディオン */
.question {
    background-color: #DDF0F8;
    padding-top: 80px;
    padding-bottom: 135px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 132px;
}
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
    padding-left: 0;
    height: auto;
}
.accordion-area li{
    margin-bottom: 8px;
    background-color: #fff;
}
.accordion-area section {
  border: 1px solid #ccc;
}
.q-box p {
    font-size: 24px;
    padding-left: 32px;
}
.question-box p {
    font-size: 16px;
    padding-left: 16px;
}
.q-box p, .question-box p {
    margin: 0;
}
/*アコーディオンタイトル*/
.question-flex {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 16px;
    padding-bottom: 16px;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    padding-right: 65px;
}
/*アイコンの＋と×*/
.question-flex::before,
.question-flex::after{
    position: absolute;
    content:'';
    width: 24px;
    height: 2px;
    background-color: #333;
}
.question-flex::before{
    top:48%;
    right: 32px;
    transform: rotate(0deg);
}
.question-flex::after{
    top:48%;
    right: 32px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.question-flex.close::before{
  transform: rotate(45deg);
}
.question-flex.close::after{
  transform: rotate(-45deg);
}.service-page .container
.answer-flex::before,
.answer-flex::after,
.answer-flex.close::before,
.answer-flex.close::after{
   display: none;
}
/*アコーディオンで現れるエリア*/
.answer {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;

}
.answer p {
    margin: 0;
    font-size: 16px;
}
.a-box p {
    font-size: 24px;
    padding-left: 32px;
}
.answer-box p {
    font-size: 16px;
    padding-left: 16px;
}
.answer-flex {
    align-items: flex-start;
    background-color: #9FA0A0;
    color: #fff;
}


@media(max-width: 740px) {
    .question {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .accordion-area li {
        margin-bottom: 32px;
    }
    .answer p {
        font-size: 12px;
    }
    .q-box p, .a-box p {
        font-size: 20px;
        padding-left: 5px;
    }
    .question-box p,.answer-box p {
        font-size: 12px;
    }
    .question-flex::before{
        top:48%;
        right: 16px;
        transform: rotate(0deg);
    }
    .question-flex::after{
        top:48%;
        right: 16px;
        transform: rotate(90deg);
    }
}

/* contact.php */
.tell-box {
    padding-left: 30px;
    padding-right: 30px;
}
.tell-info {
    border: #11267F solid 2px;
    border-radius: 10px;
    width: 460px;
    text-align: center;
    margin: 0 auto;
}
.blue-box {
    background-color: #11267F;
    border-radius: 8px 8px 0 0;
}
.blue-box p {
    margin: 0;
    color: #fff;
    font-size: 24px;
    padding: 14px 56px;
    line-height: 36px;
    letter-spacing: 0.36px;
    display: inline-block;
}
.whitebox-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 52px;
    gap: 30px;
}
.tell-img img {
    width: 69px;
    height: 58px;
}
.tell-number {
    font-size: 36px;
    margin: 0;
    padding-bottom: 3px;
    color: #11267F;
}
.tell-time {
    font-size: 16px;
    margin: 0;
    color: #11267F;
}

@media(max-width: 740px) {
    .tell-box {
        margin-bottom: 32px;
        margin-top: 20px;
    }
    .tell-info {
        width: 100%;
    }
    .blue-box p {
        font-size: 16px;
        padding: 12px 45px;
        line-height: 24px;
        letter-spacing: 0.24px;
    }
    .whitebox-flex {
        padding: 12px 50px;
        gap: 7px;
    }
    .tell-img img {
        width: 50px;
        height: 42px;
    }
    .tell-number {
        font-size: 24px;
        padding-bottom: 2px;
    }
    .tell-time {
        font-size: 12px;
    }
}

/* コンタクトフォーム */
.contact {
    display: flex;
    flex-direction: column;
}
.c-form .container {
    margin: auto;
    overflow: hidden;
}
.title {
    text-align: center;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 48px;
    font-size: 48px;
    font-weight: bold;
}
#contact-form {
    background: #ECECEC;
    padding-left: 50px;
    padding-right: 50px;
    height: auto;
    width: 85%;
    max-width: 600px;
    margin: 0 auto;
}
label {
    display: block;
    font-weight: normal;
    text-align: left;
    margin-bottom: -15px;
    font-size: 16px;
}
.input-field,
.textarea-field {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 24px;
    border: none;
    border-radius: 3px;
    resize: vertical;
    font-size: 16px;
}
.wpcf7-spinner {
    display: none;
}
.textarea-field {
    height: 330px;
    width: 100%; /* Adjusted to match the container's width */
    background-color: #fff; /* Gray background color */
}
.submit-button {
    width: 100px;
    height: 50px;
    background: #FCFCE4;
    color: #333;
    border: none;
    cursor: pointer;
    margin-top: 32px;
    font-size: 16px;
    margin-bottom: 56px;
}
.submit-button:hover {
    background: #555;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: -40px;
}

@media(max-width: 740px) {
    .contact {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .c-form .container {
        padding: 0;
    }
    .title {
        padding-top: 32px;
        padding-bottom: 33px;
        font-size: 20px;
    }
    .container {
        width: auto;
        padding: 30px;
    }
    #contact-form {
        padding-left: 27px;
        padding-right: 27px;
        height: auto;
        margin: 0 auto;
    }
    label {
        font-size: 14px;
    }
    .input-field,
    .textarea-field {
        height: 39px;
    }
    .textarea-field {
        height: 253px;
    }
    .submit-button {
        width: 55px;
        height: 39px;
        font-size: 14px;
        margin-bottom: 29px;
        margin-top: 0;
    }
}

/* page-service */
.service-page .container {
    padding-bottom: 61px;
    max-width: 100%;
}
.pagetop {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    margin-bottom: 120px;
}
.pagetop p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: clamp(24px,6.15vw,64px);
    font-weight: bold;
    font-family: 'Inconsolata';
    color: #fff;
    width: 100%;
}
h2 {
    font-size: clamp(16px,4.1vw,24px);
    font-weight: bold;
    line-height: 150%;
    position: relative;
    z-index: -1;
}
h2::after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #11267F;
    width: 248px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
}
.service_box-flex {
    max-width: 1000px;
    width: 95%;
    gap: 5px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0 auto;
}
.servicebox {
    width: 320px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 41px 13px 30px 13px;
    margin: 0 auto;
    border-radius: 10px;
}
.service_box-title,
.service_text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.24px;
}
.servicebox-img {
    width: 100%;
    height: auto;
    margin: 16px auto;
}
.service_text {
    margin-top: 16px;
    text-align: left;
}
.servicebox-triangle {
    width: 100px;
    height: 30px;
    margin: 0 auto;
}

@media(max-width: 1150px) {
    .service-page .container {
        padding: 0;
        margin-top: -84px;
    }
    .pagetop {
        background-image: url(./img/service-bg-sp.png);
        height: 493px;
        margin-bottom: 40px;
    }
    h2::after {
        border-bottom: 2px solid #11267F;
        width: 28%;
        min-width: 124px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -8px;
    }
    .servicebox {
        max-width: 700px;
        width: 100%;
    }
    .servicebox-img {
        max-width: 500px;
    }
    .service_box-flex {
        flex-direction: column;
        width: 100%;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 34px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

/* page-shop.php */
.page-shop_box {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.shop-name {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px auto;
    border-left: 4px solid #333;
}
.shop-name p {
    font-size: clamp(14px,3.58vw,20px);
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #333;
    padding-left: 10px;
}
.shop-image {
    margin: 0 auto;
    width: 600px;
    height: 450px;
    display: block;
}
table {
    margin: 40px auto;
}
.table_title, .table_text {
    text-align: center;
}
.table_text p, .teble_text li {
    text-align: center;
}
.table_title, .table_text {
    font-size: 16px;
}
.table_title {
    width: 165px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: #F5F5F5;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: initial;
}
.table_text {
    width: 445px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table_text li {
    list-style: none;
    line-height: 32px; /* 200% */
    letter-spacing: 0.8px;
    font-size: 16px;
}
.table-detail {
    display: inline-block;
    margin: 0 auto;
}
.table-detail p{
    text-align: left;
}
.table-inner ul {
    padding: 0;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    width: 25%;
}
.inner-title {
    margin-bottom: 0.5em;
}
.table-inner2 {
    margin-top: 1.5em;
}

@media(max-width:1150px) {
    .page-shop {
        padding: 0 30px;
    }
    .page-shop_box {
        padding-bottom: 80px;
    }
    .shop-name {
        margin-bottom: 24px;
    }
    .shop-name p {
        line-height: 21px;
        letter-spacing: 0.7px;
    }
    table {
        margin: 24px auto 0 auto;
        max-width: 600px;
    }
    .shop-image {
        width: 100%;
        height: auto;
        max-width: 600px;
    }
    tr {
        display: flex;
        flex-direction: column;
    }
    table,
    .table_text,
    .table_title,
    .page-shop_box {
        width: 100%;
    }
    .table_text {
        border: none;
    }
    .table_title {
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        text-align: center;
        padding-left: 0;
    }
    .table-detail {
        display: block;
        margin: inherit;
        padding-left: 0;
    }
    .table-inner ul {
        display: block;
        width: 100%;
    }
    .table_text p, .teble_text li {
        text-align: center;
    }
    .table-inner {
        text-align: left;
        padding-left: 1.5em;
    }
    .border-sp {
        border-bottom: 1px solid #DDD;
    }

}

/* merit */
.merit {
    padding-top: 120px;
    padding-bottom: 120px;
}
.merit .service-title {
    margin-bottom: 60px;
}
.merit-flex {
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto 32px auto;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    gap: 32px;
}
.merit-flex:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.merit-textbox {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding-top: 36px;
    max-width: 592px;
}
hr {
    border-left: 2px solid black;
    height: 46px;
}
.service-title {
    text-align: center;
}
.merit {
    counter-reset: number;
}
.merit-img img {
    width: 376px;
    height: 347px;
    margin: 0;
}
.merit-title {
    font-size: clamp(15px,3.8vw,20px);
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.3px;
    font-family: 'Inconsolata';
    padding-top: 8px;
    padding-left: 12px;
}
.merit-number {
    font-weight: bold;
    font-size: clamp(15px,3.8vw,20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.merit-number .point {
margin-right: 5px;
}
.merit-content {
    margin-top: 14px;
    padding-left:94px;
    line-height: 150%;
    letter-spacing: 0.24px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.24px;
}
.point-number::before {
    font-size: 32px;
    counter-increment: number;
    content: counter(number);
    margin-right: 10px;
    font-family: 'Inconsolata';
}
.c-form .container {
    margin-top: 0 !important;
    padding-bottom: 0;
}

@media(max-width: 1150px) {
    .merit {
        padding-top: 80px;
        padding-bottom: 48px;
    }
    .merit-text {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .merit-textbox {
        padding-top: 24px;
    }
    .merit-flex {
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
    }
    .merit-flex:nth-of-type(odd) {
        flex-direction: column;
    }
    .merit-title {
        line-height: 160%;
        letter-spacing: 0.225px;
    }
    .merit-img {
        margin: 0 auto;
    }
    .merit-img img{
        width: 330px;
        height: 304px;
        margin: 0 auto;
    }
    .merit-number {
        padding-left: 8px;
    }
    .merit-content {
        padding: 0;
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: 0.18px;
    }
    hr {
        border-left: 1px solid black;
        height: 30px;
    }
}

/* feature */
.feature {
    padding-bottom: 120px;
}
@media(max-width: 740px) {
    .feature {
        padding-bottom: 48px;
    }
}

.safe-flex2 {
    margin-top: 60px;
    margin-bottom: 40px;
}
@media(max-width: 740px) {
    .safe-flex2 {
        flex-wrap: wrap;
        flex-direction: inherit;
        gap: 42px;
        width: 70%;
    }
    .safe-flex2 .safe-box {
        width: 112px;
        display: inline-block;
    }
    .feature .safe-bottom-text {
        width: 85%;
    }
}

.feature-img-area {
    display: flex;
    margin: 30px auto 0;
    max-width: 1000px;
}
.feature-img-area img {
    width: calc((100% / 2) - 41px);
}

.feature-img-area img:first-child {
    margin-right: 82px;
}

@media(max-width: 740px) {
    .feature-img-area {
        display: block;
    }

    .feature-img-area img {
        width: 85%;
        margin: auto;
    }

    .feature-img-area img:first-child {
        margin-right: unset;
        margin-bottom: 34px;
    }
}

.access {
    padding: 0 0 62px;
}
@media(max-width: 740px) {
    .access {
        padding: 0;
    }
}

.access iframe {
    width: 1000px;
    height: 550px;
    margin-top: 31px;
}
@media(max-width: 740px) {
    .access iframe {
        width: 90%;
        height: 214px;
    }
}

/* page-form.php */
.contact-page .container .contact {
    flex-direction: column-reverse;
    margin-bottom: 0;
}
.contact-page .container #contact-form {
    margin-bottom: 200px;
}
.contact-page .container .tell-box {
    margin-bottom: 0;
}
@media(max-width:740px) {
    .contact-page .container {
        padding-bottom: 0;
    }
    .contact-page .container #contact-form {
        margin-bottom: 80px;
    }
    .contact-page .container .tell-box {
        margin-bottom: 120px;
        margin-top: 0;
    }
}