@charset "UTF-8";

/* 共通部分
---------------------------*/

html {
    font-size: 100%;
}

#wrapper {
    font-size: 1rem;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.container.l-container {
  margin-bottom: 4px; /* ここで画像の下の余白を調整 */
}

.breadcrumb {
  margin-top: 4px; /* パンくずリストの上の余白を調整 */
}

a {
    text-decoration: none;

}

li {
    list-style: none;
}
.loop-desc li {
    padding:5px 10px;
}

img {
    max-width: 100%;
}

.about {
    text-align: center;
}

.main-img img {
    width: 100%;
}


.main h1 {
    text-align: center;
    margin: 50px auto 30px;
    width: 50%;
    background: linear-gradient(transparent 70%, pink 70%);
    font-weight: lighter;
    font-size: 2rem;
    letter-spacing: 0.2em;
}

.lulaloop {
    position: relative;
    padding-bottom: 30px;
}

.lulaloop::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "";
    width: 100%;
    background: #ECB6B0;
    height: 88%;
}





.lula-inner {
    max-width: 100%;
    text-align: center;
    margin: 30px auto;
    position: relative;
    z-index: 1;

}

.lula-inner img {
    width: 65%;
}

.loop-desc {
    width: 70%;
    margin: 20px auto;
    text-align: left;
    background-color: #ECECEC;
}

.title-box {
    text-align: center;
    width: 100%;
    border-radius: 10px;
    margin: 130px auto 60px;
    padding: 5px 0 20px 0;
    /*内側の余白*/
    background: none;
    /*元のボックス背景色なし*/
    border: 1px solid #E76280;
    /*線の太さ・種類・色*/
    position: relative;
    /*配置（基準）*/
    color: #fff;
    font-size: 2rem;
}

.title-box:after {
    background-color: #E76280;
    /*ずらしたボックスの背景色*/
    border: none;
    border-radius: 10px;
    content: '';
    position: absolute;
    /*配置（ここを動かす）*/
    top: -10px;
    /*上から7pxずらす*/
    left: -10px;
    /*左から7pxずらす*/
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-box {
    display: flex;
    /* justify-content: space-around; */
}

.about-box p {
    font-size: 1.3rem;
    line-height: 3rem;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.left-box {
    width: 40%;
}

.right-box {
    display: table;
    width: 60%;
}

.left-box img {
    width: 90%;
}

.point-pc {
    margin: 70px 0 50px;
}

.point-sp {
    display: none;
}

.question {
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #E76280;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 2rem;
    margin: 30px auto 50px;
    display: inline-block;
}

.question :before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #E76280;
    background-color: #fff;
    content: "";
}

.question span {
    color: #ea4e59;
    font-size: 2.5rem;
}

span.question-l {
    font-size: 2.5rem;
    color: #333;
}


.left-box.above {
    z-index: 2;
}

.second-cont {
    position: relative;
    display: flex;
    width: 100%;
}

.second-cont .left-box img {
    margin-top: 150px;
    margin-right: -150px;
}

.second-cont .right-box img {
    width: 600px;
    z-index: -1;
}

.second-cont .left-box .large-text {
    margin-left: 200px;

}

.first-cont {
    position: relative;
    display: flex;
    width: 100%;
}

.first-cont .left-box img {
    width: 600px;
    z-index: -1;
}

.first-cont .right-box img {
    margin-top: 140px;
    margin-left: -150px;
}

.first-cont .right-box .large-text {
    margin-left: -60px;
}

p.small-text.left-posi {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #000;
}

.small-text p {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 10px;
    text-align: left;
}

.left-box {
    width: 40%;
    text-align: left;
}
.right-box {
    width: 60%;
}

.left-box.above.reasons {
    width: 50%;
    margin-bottom: 90px;
    margin-top: -15px;
}

.right-box.above.reasons{
    width: 50%;
    margin-bottom: 90px;
    margin-top: -15px;
}
.left-box.reasons {
    width: 45%;
    text-align: left;
}
.right-box.reasons {
    width: 45%;
    text-align: right;
}


.reason-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    letter-spacing: 0.1rem;
    color: #E76280;
    border-bottom: dashed 4px #E76280;
    padding-bottom: 10px;
}

.reason-title span {
    font-size: 1.5rem;
}

.large-text {
    color: #333333;
    margin-top: -190px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    z-index: 3;
}

.contbox-001 {
    margin-top: 70px;
    margin-right: -20px;
    padding: 2em 1em 1em 1em;
    background: #FFF;
    border: solid 3px #E76280;
    /*線*/
    border-radius: 20px;
}

.contbox-002 {
    margin-top: 70px;
    margin-left: -30px;
    padding: 2em 1em 1em 1em;
    background: #FFF;
    border: solid 3px #E76280;
    /*線*/
    border-radius: 10px;
}

.bg-reason {
    background-color: #ECB6B0;
    padding: 100px 0;
}

.flow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.flow-step {
    width: calc(25% - 22px);
    /* margin padding分を引く */
    margin: 1px;
    padding: 10px;
}

.flow-step h3 {
    color: #E76280;
    font-size: 2rem;
    font-weight: lighter;
}

.flow-step p {
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.case {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 2px;
}

.case img {
    width: calc(33.3% - 30px);
}

.btn,
a.btn,
button.btn {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1rem;
    color: #212529;
}

a.btn-border {
    border: 2px solid #E76280;
    border-radius: 0;
    background: #fff;
    color: #E76280;
    margin: 50px auto 100px;
}

a.btn-border:hover {
    color: #fff;
    background: #E76280;
}

table.downtime {
    margin: 30px 0 50px;
    font-size: 1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr {
    border: solid 2px #80ABD5;
}



table th {
    position: relative;
    width: 30%;
    background-color: #80ABD5;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 2px #fff;

}
.def-bottom {
    border-bottom: solid 2px #80ABD5 !important;
}

td.row3 {
    width: 20%;
    background-color: #E76280;
    text-align: center;
    padding: 0;
}

table td {
    text-align: center;

}

.tbl2-price{
    border-collapse: collapse;
    border: 1px solid #80ABD5;
    margin-bottom: 60px;
}

.tbl2-price th {
    border: 1px solid #80ABD5;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    color: #fff;
    background: #80ABD5;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tbl2-price td {
    border: 1px solid #80ABD5;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    color: #333;
   
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.option-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.option-list2 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-bottom: 50px;
}

.option-cont {
    width: calc(25% - 22px);
    margin-left: 20px;
}

.option-text {
    background-color: #EAACA7;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.option-img {
    padding: 40px 50px;
    border: solid 2px #EAACA7;
}

.option-img img {
    margin-bottom: 10px;
}



.option-sub {
    color: #E76280;
    text-align: left;
    font-size: 1.5rem;
    background-image: url(../images/check_pink.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 20px;
    padding: 20px 10px 15px 50px;
}

.option-list a, .option-list2 a {
    color: #E76280;
}

.option-list a:hover {
    color: #EAACA7;
}

.bg-menu {
    background-color: #ECB6B0;
    padding-top: 30px;
    padding-bottom: 60px;
}

.menu-box {
    display: flex;
    justify-content: space-around;
}

.menu-flame {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
}

.menu-box p {
    font-size: 1.25rem;
    border-bottom: dashed 5px #fff;
    padding-bottom: 15px;
}

.menu-box h3 {
    padding-top: 15px;
    font-size: 2rem;
}

.menu-box h3 span {
    font-size: 1.25rem;
    font-weight: lighter;
}

.menu-inner {
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    background-color: #E76280;
    color: #fff;
}

.menubox-left {
    width: 50%;
    margin: 0 30px;
    text-align: center;
}

.menubox-right {
    width: 45%;
}

.menubox-right img {
    width: 80%;
    padding: 40px 0 0 10px;
}

.menubox-right p {
    width: 90%;
    font-size: 1.2rem;
    margin-top: 15px;
}

table.level-table {
    margin: 20px auto;
    width: 80%;
}

table.level-table th {
    font-size: 1.2rem;
    background-color: #fff;
    color: #E76280;
    border: none;
    width: 36%;
    text-align: left;
    padding-left: 35px;
}
table.level-table td {
    text-align: left;
    padding-left: 40px;
    align-items: center;
    display: inline-table;
    margin-top: 10px;
}

table.level-table td img {
    padding: 5px;
}


table.level-table tr {
    border: none;
}

.menu-pricebox p {
    margin-top: 10px;
    font-size: 1rem;
}

.menu-pricebox {
    width: 85%;
    margin: 0 auto;
}

table.menu-price th {
    width: 28%;
    background-color: #E76280;
    text-align: left;
}



span.bg-w {
    background: #fff;
    color: #E76280;
    padding: 5px;
    margin-right: 10px;
}

span.bg-p {
    background: #E76280;
    color: #fff;
    padding: 5px;
    margin-right: 20px;
    vertical-align: text-bottom;
    
}

table.menu-price tr {
    border: solid 3px #E76280;
}

table.menu-price td {
    text-align: center;
    color: #E76280;
    padding: 10px 10px 10px 40px;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 2px;
}

span.txt-s {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 0.875rem;
}

span.txt-m {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
}

span.txt-l {
    /* font-family: 'Didact Gothic', sans-serif; */
    font-family: futura-pt,sans-serif;
    font-size: 1.8em;
    font-weight: 600;
}

.menu-box-flame {
    background-color: #ECB6B0;
    padding: 50px 0;
}

br.sp-only {
    display: none;
}

/* CTA設定 */
.cta-container {
    margin-top: 20px;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  
  .cta-btn {
    border: none;
    background-color: #E76280;
    width: 600px;
    height: 90px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-radius: 0;
    box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, .4);
  }
  
  .cta-btn:hover {
    cursor: pointer;
    box-shadow: inset 3px 6px 6px 0 rgba(0, 0, 0, .3);
    color: #f7e498;
  }
  
  @media screen and (max-width:550px) {
    .cta-btn {
      font-size: 20px;
      width:300px;
      height: 60px;
    }
    .span-container{
        right:14px !important;
    }

  }

@media screen and (min-width: 551px) {
    .moView {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    body {
        width: 100%;
        margin: 0 auto;
    }


    br.sp-only {
        display: block;
    }

    .main h1 {
        width: 90%;
        font-size: 1.25rem;
        margin: 30px auto;
    }

    .title-box {
        margin: 0 auto;
        padding: 0 0 20px 0;
        width: 90%;
        font-size: 1.2rem;
    }

    .lulaloop::after {
        bottom: 8px;
    }



    .lula-inner {
        margin-top: 0;
    }

    .lula-inner img {
        width: 90%;
    }

    ul.loop-desc {
        width: 90%;
        font-size: 1rem;
    }

 
    .lulaloop {
        margin-bottom: 100px;
    }

    .about-box {
        display: block;
        width: 100%;
        margin: 30px auto;
    }



    .about-box img {
        width: 100%;
    }

    .about-box p {
        padding-top: 5%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .point-sp {
        display: block;
        margin: 60px auto;
        width: 90%;
    }

    .point-pc {
        display: none;
    }

    .left-box,
    .right-box {
        width: 90%;
        margin: 0 auto;
    }

    .left-box.above.reasons {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 60px;
    }
    .right-box.above.reasons {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .left-box.reasons {
        width: 80%;
    }

    .first-cont,
    .second-cont {
        display: block;
    }

    .left-box img {
        width: 100%;
    }

    .second-cont .left-box img {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }

    .second-cont .right-box img {
        width: 100%;
        margin: -30px 0px 50px 10px;
    }

    .second-cont .right-box .large-text {
        margin: -140px 0 30px 20px;
    }

    .bg-reason {
        padding: 30px 0;
        margin-bottom: 50px;
    }

    .large-text {
        font-size: 16px;
        text-align: center;
    }

    .second-cont .right-box img {
        display: none;
    }

    p.small-text.left-posi,
    .small-text p {
        font-size: 1rem;
    }

    .reason-title {
        font-size: 1.2rem;
        margin-top: 0;
    }

    .contbox-002 {
        margin-left: 0;
    }

    .contbox-001{
        width: 100%;
        margin: 25px auto;
    }
    .contbox-002 {
        width: 100%;
        margin: 15px auto;
    }

    .about h1,
    .question,
    .list-box h3 {
        font-size: 2rem;
    }

    .question span {
        font-size: 1.5rem;
    }

    br.pc-only {
        display: none;
    }

    .reason-box002,
    .reason-box003,
    .reason-box004 {
        margin-top: 20px;
    }

    .case {
        gap: 5px;
        padding: 5px;
        margin-top: 30px;
        padding: 10px;
    }

    .case img {
        width: calc(48% - 2px);
    }

    .option-cont {
        margin-left: 0;
        margin-bottom: 5px;
        width: calc(50% - 2px);
    }
    .option-list2 .option-cont {
        margin-left: 0;
        margin-bottom: 5px;
        width: calc(50% - 2px);
    }

    span.txt-m {
        letter-spacing: 0;
    }

    .flow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 30px auto 70px;
    }

    .flow-step {
        width: calc(45% - 22px);
    }

    .flow-step h3 {
        font-size: 1rem;
        text-align: left;
    }

    .flow-step p {
        font-size: .875rem;
        letter-spacing: 0;
    }

    table.level-table th {
        font-size: 16px;
        padding-left: 15px;
    }
    table.level-table td {
        margin-top: 5px;
    }

    .bg-menu {
        padding: 30px 10px;
        margin: 30px 0 70px;
    }

    .menu-box-flame .menu-pricebox {
        width: 95%;
    }

    .menu-flame {
        width: 95%;
    }

    .menu-box-flame {
        padding: 10px 0;
    }

    .menu-box {
        display: block;
    }

    .menu-box p {
        font-size: 1rem;
    }

    .menu-box h3 {
        font-size: 1.5rem;
    }

    .menubox-left,
    .menubox-right {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .menubox-right img {
        width: 90%;
        padding: 0;
    }

    .menubox-right p {
        width: 90%;
        font-size: 1rem;
        margin: 0 auto;
        text-align: left;
    }

    .rd-cont {
        width: 100%;
        padding:10px;
        margin-left:auto;
        margin-right:auto;
    }

    table.level-table img {
        width: 18px;
        margin-top: 4px;
    }


    table.menu-price td {
        padding: 0;
        font-size: .875rem;
    }
    table.menu-price td {
        text-align: center;
        letter-spacing: 1px;
    }

    span.bg-w,
    .menu-pricebox p {
        font-size: .875rem;
        display: inline-block;
    }

    td.row3 {
        width: 20%;
        text-align: center;
    }

    table.menu-price th {
        width: 25%;
        text-align: center;
        font-size: 1rem;
    }

    table.downtime {
        margin-top:30px;
        margin-bottom:60px;

    }

    span.txt-l {
        font-size: 1.5rem;
    }

    a.btn-border {
        margin: 50px auto 70px;
    }
    .option-inner{
        margin: 30px 8px 30px 8px;

    }

    .option-list2 {
        justify-content: space-between;
    }

    .option-img {
        padding: 10px;
    }

    .option-img img {
        margin-bottom: 15px;
    }

    .option-img a {
        font-size: .875rem;
    }

    .option-text {
        font-size: .875rem;
        letter-spacing: 0;
    }

    .option-sub {
        width: 100%;
        padding: 0;
        margin: 30px 0 10px;
        text-align: center;
    }
}