@charset "utf-8";
.person .block01{
    position: relative;
    background: url(../img/personBlock01Bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding: 4.5rem 0 12.5rem 0;
    z-index: 5;
}

.person .block02{
    position: relative;
    background: url(../img/personBlock02Bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding: 10.5rem 0 8.5rem 0;
    margin-top: -14rem;
    z-index: 3;
}

.person .block03{
    position: relative;
    background: url(../img/personBlock03Bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding: 20.5rem 0 15.5rem 0;
    margin-top: -14rem;
    z-index: 2;
}

.personTt{
    display: block;
    margin: 2rem auto 4.5rem auto;
}

.personTtl p{
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4rem;
    border-radius: 2.2rem;
}

.person .block01 .personTtl p{
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #00ACB4;
    background-color: #fff;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 4rem;
    border-radius: 2.2rem;
}

.person .block01 .personTtl p::after{
    content: '';
    width: .3rem;
    height: 2rem;
    position: absolute;
    background-color: #fff;
    bottom: -1.8rem;
    left: 50%;
    transform: translateX(-50%) rotate(150deg);
}

.personTtl img{
    width: 58.8rem;
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
}

.block02 .personTtl img{
    width: 62.7rem;
    display: block;
    margin: 0 auto;
}

.personItem{
    width: 64.6rem;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}

.personItem img{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.personItemTxt{
    display: inline-block;
    position: absolute;
    top: 5.5rem;
    left: 0rem;
    color: #fff;
}

.personItemTxt02{
    display: inline-block;
    position: absolute;
    top: 5.5rem;
    right: 0rem;
    color: #fff;
}

.personItemNote{
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    color: #fff;
    bottom: 3rem;
    left: 0;
}

.personItemNote02{
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    color: #fff;
    bottom: 3rem;
    left: 0;
    text-align: right;
}

.personImg{
    width: 62.7rem;
    display: block;
    margin: 0 auto;
}

.person .block03 .personTtl{
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.3;
    color: #CD8E00;
    text-align: center;
}

.person .block03 .personImg{
    margin: 5.5rem auto 5rem auto;
}

.person .block03 .personLogo{
    width: 74.9rem;
    display: block;
    margin: 0 auto 6.5rem auto;
}

.personCircle{
    width: 14.7rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
    z-index: 5;
}

.person .gBBanner{
    margin-top: -15.5rem;
}
/* end person */

/* flow */
.flow{
    background-color: #F08787;
    padding: 1.5rem 0 7rem 0;
}

.flow .styleTT p{
    color: #fff;
}

.flow .styleTT img{
    width: 14.6rem;
    display: block;
    margin: 0 auto;
}

.flowItemTtl img{
    width: 8.5rem;
    display: block;
    margin: 0 auto;
    margin-top: .5rem;
}

.flowItemTtl p{
    font-size: 5rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin: 3rem 0 0 0;
}

.flowImg{
    width: 62.7rem;
    display: block;
    margin: 3rem auto 3rem auto;
}

.flowTxt{
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0 8.5rem 0 9rem;
    color: #fff;
}

.flowTriangle{
    width: 75rem;
    display: block;
    margin: 0 auto;
}
/* end flow */

/* qa */
.qa{
    background-color: #FFE4EC;
    padding: 10rem 0 9.5rem 0;
}

.qaBox{
    margin: 8.5rem 6rem 0 6rem;
}

.qaItem{
    border: .3rem solid #EB6161;
    border-radius: 1.6rem;
    padding: 0 2rem 0 3rem;
    margin-bottom: 3rem;
    background-color: #fff;
    cursor: pointer;
}

.qa_q{
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    color: #EB6161;
    padding: 2.8rem 7rem 2rem 0;
}

.qa_q::after{
    content: "";
    display: block;
    background: url(../img/pinkArw.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    transform: translate(0, -50%);
    right: 2.5rem;
    transition: 0.3s;
}

.qa_q.close::after{
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.qa_a{
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.75;
    color: #000;
    border-top: .3rem solid #EB6161;
    padding-top: 1.5rem;
    padding-bottom: 2.2rem;
    display: none;
}
/* end qa */

/*list store*/
.lstShop{
    background-color: #F19090;
    padding: 6rem 0;
}

.btnBox{
    display: flex;
    margin: 0 1rem;
}

.phoneBtn,
.webBtn{
    width: 28rem;
    height: auto;
    display: block;
}

.lstShopTtl{
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.66;
    text-align: center;
    color: #fff;
}

.lstStoreTT {
    height: 17.6rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.shopBox{
    padding: 0 3rem;
}

/*----- shop -----*/
.lstStore {
    padding: 0 2.5rem 4rem 2.5rem;
    box-sizing: border-box;
    width: 65rem;
    margin: 0 auto;
}

.shop_box,
.shop_area {
    display: none;
}

#shop_list .shop_box .collapse::after{
    width: 5.2rem;
    height: 3.1rem;
    right: 5.5rem;
}

#shop_list .collapse {
    position: relative;
    /* cursor: pointer; */
    text-align: center;
    /*  border-radius: 0.9rem;*/
}

.shop_content {
    background-color: #FFF;
    padding: 2.5rem;
    box-sizing: border-box;
}

#shop_list .collapse::after {
    /* content: ""; */
    display: block;
    background: url(../img/pinkArw.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    transform: translate(0, -50%);
    right: 7.5rem;
    transition: 0.3s;
}

.listShopAddress .shop_ttl01 {
    color: #EB6161;
    position: relative;
    width: 100%;
    display: block;
    padding: 1.5rem 7rem;
    margin: 1.5rem 0 1.5rem 0;
    font-size: 3.8rem;
    line-height: 2.05;
    font-weight: 700;
    background-color: #fff;
    border-radius: .8rem;
    -moz-border-radius: .8rem;
    -webkit-border-radius: .8rem;
}


.shop_ttl01 {
    color: #FFF;
    position: relative;
    width: 100%;
    padding: 1.5rem 7rem;
    margin: 0 0 1.5rem 0;
    font-size: 3.8rem;
    line-height: 2.05;
    font-weight: 700;
    background-color: #EB6161;
    border-radius: 2.6rem;
    -moz-border-radius: 2.6rem;
    -webkit-border-radius: 2.6rem;
}

.listShopAddress .shop_ttl01::after {
    content: "";
    display: block;
    background: url(../img/pinkArw.webp) no-repeat center top;
    background-size: contain;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    right: 5rem;
    transform: translate(0, -50%);
    transition: .3s;
}

.listShopAddress .shop_ttl01.active::after {
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.listShopAddress .shop_ttl03.active::after {
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.checkBoxShop .region_title.shop_ttl01::after {
    content: "";
    display: block;
    background: url(../img/arw1.webp) no-repeat center top;
    background-size: contain;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    right: 5rem;
    transform: translate(0, -50%);
    transition: .3s;
}

.checkBoxShop .region_title.shop_ttl01.active::after {
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.shop_area {
    background: #fff;
    padding: 4.5rem 1.5rem 3rem 1.5rem;
    margin: -5rem 2rem 0.2rem 2rem;
    border-radius: 0.9rem;
}

.listShopAddress .shop_ttl02 {
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.9;
    background: #FFF;
    color: #EB6161;
    border-radius: .8rem;
    margin: 1.5rem 2rem 1.5rem 2rem;
    padding: 1rem 4rem;
    position: relative;
}

.shop_ttl02 {
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 1.9;
    background: #FFCFCB;
    color: #EB6161;
    border-radius: 2.6rem;
    margin: 1.5rem 2rem 1.5rem 2rem;
    padding: 1.5rem 4rem;
    position: relative;
}

.listShopAddress .shop_ttl02::after {
    /* content: ""; */
    display: block;
    background: url(../img/pinkArw.webp) no-repeat center top;
    background-size: contain;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    right: 5rem;
    transform: translate(0, -50%);
    transition: .3s;
}

.listShopAddress .shop_ttl02.active::after {
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.checkBoxShop .city_name.shop_ttl02::after {
    content: "";
    display: block;
    background: url(../img/pinkArw.webp) no-repeat center top;
    background-size: contain;
    border-radius: 0.2rem;
    position: absolute;
    width: 5.2rem;
    height: 3.1rem;
    top: 50%;
    right: 5rem;
    transform: translate(0, -50%);
    transition: .3s;
}

.checkBoxShop .city_name.shop_ttl02.active::after {
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.shop_ttl03 {
    color: #FFF;
    position: relative;
    width: 100%;
    padding: 2.5rem 3rem;
    margin: 0 0 1rem 0;
    font-weight: 700;
    background-color: #EB8287;
    border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    -webkit-border-radius: 0.8rem;
}

.shop_ttl03:first-child {
    margin-top: 0;
}

#shop_list .shop_ttl03.collapse::after {
    /* content: ""; */
    display: block;
    background: url(../img/arw1.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 4.7rem;
    height: 2.7rem;
    top: 50%;
    transform: translate(0, -50%);
    right: 6.5rem;
    transition: 0.3s;
}

#shop_list .shop_ttl03.collapse::after{
    right: 3rem;
}


.shop_info {
    background-color: #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: .3rem solid #EB6161;
    padding: 2rem 1rem 1rem 1rem;
    box-sizing: border-box;
    margin-top: -1.6rem;
    margin-bottom: 1rem;
}

.subshop_info {
    background-color: #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-sizing: border-box;
    margin-top: -1.6rem;
    margin-bottom: 1rem;
}

.shop_info hr {
    display: block;
    border: none;
    height: 0.1rem;
    width: 31.2rem;
    position: relative;
    top: -2.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    background: -moz-linear-gradient(21.89% 237.47% 45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(182, 128, 1, 1) 0%, rgba(152, 0, 0, 1) 100%);
}

.shop_info dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subshop_info dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop_info dl dd {
    width: calc(100% - 10rem);
    text-align: left;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    border-left: .2rem solid #EB6161;
    margin-left: 4rem;
    padding-left: 2rem;
}

.shop_info dl dt {
    min-width: 10rem;
    text-align: left;
    white-space: nowrap;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #EB6161;
}

.subshop_info dl dd {
    width: calc(100% - 10rem);
    text-align: left;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    border-left: .2rem solid #EB6161;
    margin-left: 4rem;
    padding-left: 2rem;
}

.subshop_info dl dt {
    min-width: 10rem;
    text-align: left;
    white-space: nowrap;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #EB6161;
}
/* .shop_info dl.mapBtn a {
    display: block;
    height: 5.7rem;
    width: 38.3rem;
    background-image: url(../img/mapBtn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 2rem;
} */

.shopMapDes{
    margin-bottom: 3.5rem;
    padding-left: 1.5rem;
}

.listShopAddress .btnTtl{
    width: 58.2rem;
    display: block;
    margin: 1.5rem auto .5rem auto;
}

.cbSrcIframe {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 3rem;
}

.shop_list input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.shop_list input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    position: absolute;
    top: 42%;
    left: -7rem;
    transform: translateY(-42%);
    border: .2rem solid #EB6161;
    background-color: white;
    cursor: pointer;
}

.shop_list input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #EB6161;
}


.shop_list input[type="checkbox"]:checked + label::after {
    content: "✔";
    color: #EB6161;
    position: absolute;
    left: -6.8rem;
    top: -0.9rem;
    font-size: 1.2em;
}

.groupBoxCk {
    display: flex;
    padding-bottom: 2.5rem;
}

.shop_box02 {
    background-color: #FFEAEF;
    padding: 4.5rem 0 3rem 13rem;
    margin: -5rem 2rem 2.5rem 2rem;
    border-radius: 2.6rem;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.checkBoxShop {
    /* width: 63rem; */
    display: block;
    margin: 0 4.5rem;
}

.city_list,
.shop_list {
    display: none;
    list-style-type: none;
}

.region_title,
.city_name {
    cursor: pointer;
}

.sub_shop_area{
    display: none;
    border: .3rem solid #EB6161;
    padding: 3.2rem 0 0 0;
    margin-top: -6rem;
    margin-bottom: 3.5rem;
    border-radius: 2rem;
}

.sub_shop_area .btnBox{
    margin: unset;
}

.sub_shop_area .shop_ttl04{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3.5rem;
}

.sub_shop_area .subShopBox{
    border-top: .2rem dashed #F08787;
    padding: 4rem 0 4rem 0;
    margin: 0 1.5rem;
}

.sub_shop_area .subShopBox:first-child{
    border-top: unset;
}

.sub_shop_area .subShopName{
    width: 18.7rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 2.7;
    text-align: center;
    color: #fff;
    background-color: #F08787;
    margin: 0 1rem 0 1.5rem;
    border-radius: 1.6rem;
}

.sub_shop_area .subShopNote{
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1;
    color: #F08787;
    text-align: right;
}

.shop_item{
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.7;
    position: relative;
}

#myiframe {
    width: 75rem;
    height: 100rem;
    margin-top: 5.5rem;
}

.lstFrameUrl {
    padding: 7.5rem 0 10rem 0;
}

.styleTT p {
    font-size: 7.8rem;
    font-weight: 700;
    line-height: 1;
    color: #EB6161;
    text-align: center;
    margin: 1rem 0 6rem 0;
}

.styleTT img {
    width: 26.4rem;
    display: block;
    margin: 0 auto;
}

.ttlF {
    display: block;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    width: 63rem;
    align-items: center;
    color: #08ABAA;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
    color: #EB6161;
}

.ttlF span {
    background: #08ABAA;
    color: #fff;
    border-radius: 0.9rem;
    width: 10.8rem;
    height: 4.6rem;
    font-weight: bold;
    font-size: 3rem;
    padding: 0 2.5rem;
}

.hide {
    display: none;
}

/*end list store*/

/* footer */
footer {
    position: relative;
    background-color: #EB6161;
    padding: 6rem 0;
}

footer p {
    text-align: center;
    color: #fff;
}

footer p a{
    text-decoration: none;
    color: #fff;
}

/* end footer */