@import "notosansjp.css";

:root {
    --my-first-color: #91a486;
    --my-second-color: #FFF8DF;
    --my-third-color: #f7f7f7;
    --my-fourth-color: #0DB6D3;
    --noto-sans: 'Noto Sans JP', sans-serif;
    --lato: 'Lato', sans-serif;
    --font-english: brandon-grotesque, sans-serif
}

body {
    font-family: ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, ms pgothic, brandon-grotesque, sans-serif, noto sans jp;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    background: #fff
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    font-family: var(--noto-sans)
}

img {
    width: 100%;
    height: auto
}

li {
    list-style: none
}

.img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.spFront {
    display: none
}

.relative {
    position: relative
}

.front_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.front_flex.wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.spc_around {
    justify-content: space-around
}

.spc_evenly {
    justify-content: space-evenly
}

.spc_between {
    justify-content: space-between
}

.front_flex_child.col50 {
    flex-basis: 50%;
    width: 100%
}

.front_flex_child.col30 {
    flex-basis: 31%;
    width: 100%
}

.front_container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 90px 0;
    overflow: hidden
}

.front_container.frontFeature {
    padding: 110px 0
}

.bgFront_grey {
    background: var(--my-third-color)
}

.bgFront_yellow {
    background: var(--my-second-color)
}

.bgFront_white {
    background: #fff
}

.a_wrap {
    width: 100%;
    height: 100%
}

.counter-reset {
    counter-reset: my-counter
}

.bgFront_reason {
    background: var(--my-first-color);
    position: relative
}

.bgFront_reason::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/reasonBg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 228px;
    height: 279px;
    top: 36px;
    left: 0
}

.bgFront_reason::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/reasonBg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 366px;
    height: 238px;
    bottom: 0;
    right: 0
}

.front_container.frontFeatureSwiper {
    overflow: visible
}

.swiper.frontFeatureSwiperZone {
    overflow: visible
}

.featureSwiperBtn.swiper-button-prev,
.featureSwiperBtn.swiper-button-next {
    background: #fff;
    opacity: 1;
    top: -110px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: #000
}

.featureSwiperBtn.swiper-button-next:after,
.featureSwiperBtn.swiper-button-prev:after {
    font-size: 20px
}

.featureSwiperBtn.swiper-button-next {
    right: 0
}

.featureSwiperBtn.swiper-button-prev {
    left: auto;
    right: 88px
}

.frontFeature_ttl {
    position: relative;
    font-size: 36px;
    color: #fff;
    margin-bottom: 60px
}

.featureNumber {
    font-size: 50px
}

.frontFeatures_lists {
    position: relative;
    margin-bottom: 80px
}

.frontFeatures_lists li {
    cursor: grab;
    width: 360px;
    height: auto;
    border-radius: 10px;
    margin-right: 16px;
    transition: .3s cubic-bezier(.5, 1, .89, 1);
    cursor: grabbing
}

.frontFeatures_lists li:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.img.frontFeatures_list {
    height: 270px;
    overflow: hidden;
    border-radius: 30px 30px 0 0
}

.fetureList_txt {
    background: #fff;
    padding: 48px 20px;
    border-radius: 0 0 30px 30px;
    text-align: center
}

.fetureList_txt::before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: 1;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    line-height: 120px;
    border-radius: 60px
}

.fetureList_txt::after {
    content: counter(my-counter, decimal-leading-zero);
    counter-increment: my-counter;
    position: absolute;
    display: inline-block;
    z-index: 2;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    border: 1px dotted var(--my-first-color);
    line-height: 40px;
    color: var(--my-first-color);
    font-family: var(--font-english)
}

.fetureList_txt h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin: 16px 0
}

.accordionBtn {
    cursor: pointer
}

.accordionBtn.featureBtn {
    display: inline-block;
    background: #fff;
    width: 115px;
    height: 30px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 20px
}

.accordionBtn.featureBtn:hover {
    opacity: .3;
    transition: .5s
}

.acClose {
    display: none;
    padding: 0;
    overflow: hidden;
    margin-top: 16px
}

.acClose p {
    font-size: 15px;
    text-align: left
}

.btn.frontFeatures_list a {
    border: 2px solid #fff
}

.btn.frontFeatures_list,
.btn.frontFeatures_list a.btn_arrow {
    color: #fff;
    font-size: 16px
}

.btn.frontFeatures_list a.btn_link::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn.frontFeatures_list a:hover {
    background: #fff;
    color: var(--my-first-color)
}

p.accordion_icon {
    display: inline-block;
    position: relative;
    background: #000;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    top: 2px;
    margin-left: 6px;
    transition: all .3s
}

.accordion_icon span {
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: #fff;
    top: 5.5px;
    left: 3px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.acBtnNewActive2.accordion_icon span:nth-of-type(2) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.frontStoreInfo {
    flex-basis: 350px;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 20px;
    border-radius: 8px
}

.frontStoreName {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px
}

.frontStoreImg {
    float: left;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: inline-block
}

.storeInfoDetail {
    display: inline-block;
    margin-left: 30px
}

.storeInfoDetail p {
    font-size: 11px;
    color: #666;
    margin-bottom: 6px
}

.storeInfoDetail a.storeBtn {
    width: 146px;
    height: 32px;
    color: #fff;
    background: var(--my-first-color);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    line-height: 32px;
    font-size: 16px
}

.detailsBtn {
    background: #f4f4f4;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
    margin-top: 24px;
    transition: .8s;
    -webkit-transition: .8s;
    cursor: pointer
}

.detailsBtn p.detailsBtnTxt {
    font-size: 14px;
    padding: 13px;
    text-align: left
}

p.detailsBtnTxt>a {
    padding: 0;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 1.2
}

p.detailsBtnicon.accordion_icon {
    width: 23px;
    height: 23px;
    top: 5px
}

p.detailsBtnicon.accordion_icon span {
    width: 11px;
    top: 10px;
    left: 6px
}

.detailsBtn>summary {
    list-style: none
}

.detailsBtn>summary::-webkit-details-marker {
    display: none
}

details[open] .detailsBtnicon span:nth-of-type(1) {
    display: none
}

.feature-store-desc.newStoredesc {
    background: 0 0
}

.frontttl_en {
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--my-first-color);
    font-family: var(--font-english);
    margin-bottom: 8px
}

.bgFront_frontRecommend {
    background: #fff;
    position: relative
}

.bgFront_frontRecommend::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/rplanBg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 371px;
    height: 251px;
    top: 0;
    left: 0
}

.bgFront_frontRecommend::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/rplanBg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 237px;
    height: 233px;
    top: 50px;
    right: 0
}

.planR_ttl_point {
    display: block;
    font-size: 20px;
    color: var(--my-first-color);
    font-family: var(--font-english);
    margin-bottom: 18px;
    text-align: center
}

p.planR_txt_point {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px
}

.front_inner {
    padding: 50px 40px;
    margin-bottom: 40px;
    border-radius: 8px
}

.planR_ttl {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 27px
}

.planR_ttl::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 20px;
    margin-left: -55px
}

.planR_ttl::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 20px;
    margin-left: 15px
}

.front_flex.planR_services {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 36px
}

.planR_service {
    background: #fff;
    padding: 20px;
    border-radius: 4px
}

.planR_serviceTxt>dt {
    font-size: 16px;
    color: var(--my-first-color);
    font-weight: 600
}

.planR_serviceTxt>dd {
    font-size: 13px
}

.img.frontRecommend {
    display: inline-block;
    float: left;
    width: 78px;
    height: 78px;
    border-radius: 40px;
    margin-right: 10px
}

.planR_servicePoint {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px
}

.planR_meritBtn {
    display: none
}

.planR_servicePointUl li {
    margin-bottom: 10px;
    height: 96px;
    border-radius: 4px
}

.planR_servicePointUl li>img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin-right: 16px
}

.planR_servicePointUl li>span {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    margin-top: 18px
}

.planR_singlePlans {
    margin-bottom: 90px
}

.planR_singlePlan {
    flex-basis: 350px;
    width: 100%
}

.img.planR_singlePlanImg {
    width: 350px;
    height: 428px;
    margin-bottom: 16px;
    border-radius: 20px;
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.img.planR_singlePlanImg:hover {
    opacity: .8;
    transform: scale(1.05)
}

.planR_singlePlan_ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px
}

.planR_singlePlan_price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px
}

.priceYen {
    font-size: 14px;
    font-weight: 300
}

.planR_singlePlan_txt {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px
}

.planR_btnBooking,
.planR_btnSingleplan {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.planR_btnBooking a,
.planR_btnSingleplan a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.planR_btnBooking a {
    color: #fff;
    background: var(--my-first-color)
}

.planR_btnSingleplan a {
    background: #fff;
    border: 2px solid #333
}

.planR_btnBooking a:hover {
    color: var(--my-first-color);
    background: #fff;
    border: 2px solid var(--my-first-color);
    transform: scale(.8)
}

.planR_btnSingleplan a:hover {
    opacity: .6;
    transform: scale(.8)
}

.planR_btnLink {
    display: block
}

.planR_btn {
    width: 500px;
    height: 130px;
    border-radius: 8px;
    box-shadow: 3px 3px 12px 0 rgb(0 0 0/8%);
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.planR_btn:hover {
    opacity: .7;
    transform: scale(1.1)
}

.planR_btn .img {
    width: 130px;
    height: 130px;
    border-radius: 8px 0 0 8px;
    float: left
}

.planR_btn>span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 130px;
    line-height: 130px;
    margin-left: 30px
}

.bgFront_yellow_plaid {
    background-size: 32px 32px;
    background-position: 30% 35%;
    background-image: repeating-linear-gradient(90deg, #F5EDE5, #F5EDE5 1px, transparent 1px, transparent 32px), repeating-linear-gradient(0deg, #F5EDE5, #F5EDE5 1px, transparent 1px, transparent 32px);
    background-color: var(--my-second-color);
    padding: 90px 0
}

.garrely_ttl::before {
    content: "";
    display: block;
    background-image: url(../image/galleryBg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    margin: 0 auto 12px
}

.garrely_ttlTxt {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center
}

.garrely_ttlTxt.front_ttlTxt {
    width: 66%
}

.front_flex.front_gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.img.front_gallery {
    width: 400px;
    height: 400px;
    margin-bottom: 80px
}

.front_galleryExample.front_container {
    max-width: 1060px;
    background: #fff;
    padding: 0 80px;
    border-radius: 20px;
    margin-bottom: 60px;
    overflow: visible
}

.front_galleryBtn {
    position: relative;
    display: block;
    background: 0 0;
    width: 100%;
    padding: 35px 0;
    border: none;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #000;
    transition: .4s cubic-bezier(.33, 1, .68, 1)
}

.front_galleryBtn:hover {
    opacity: .8;
    transform: scale(1.1)
}

.front_galleryBtn::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 2;
    background-image: url(../image/galleryBg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 75px;
    top: -30px;
    left: 200px
}

p.accordion_icon.gallery_acIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    top: 40px;
    right: 30px;
    margin-left: 0
}

p.accordion_icon.gallery_acIcon.planListNew {
    top: 35px
}

p.accordion_icon.gallery_acIcon span {
    width: 15px;
    height: 2px;
    top: 13px;
    left: 7px
}

.galleryContetArea {
    display: none;
    overflow: hidden
}

.galleryContetTtl {
    position: relative;
    font-size: 28px;
    text-align: center;
    margin-bottom: 44px
}

.galleryContetTtl::before {
    content: counter(my-counter, decimal-leading-zero);
    counter-increment: my-counter;
    display: block;
    width: 44px;
    height: 44px;
    border: 2px solid var(--my-first-color);
    border-radius: 22px;
    margin: 0 auto 12px;
    line-height: 40px;
    font-size: 18px;
    color: var(--my-first-color);
    font-family: var(--font-english)
}

.galleryContetTtl::after {
    content: "";
    position: absolute;
    display: block;
    background: #ddd;
    width: 92%;
    height: 1px;
    top: -65px
}

.front_liner {
    display: inline;
    background: -webkit-linear-gradient(transparent 60%, rgba(254, 117, 159, 0.24) 20%);
    background: -moz-linear-gradient(transparent 60%, rgba(254, 117, 159, 0.24) 20%);
    background: -o-linear-gradient(transparent 60%, rgba(254, 117, 159, 0.24) 20%);
    background: linear-gradient(transparent 60%, rgba(254, 117, 159, 0.24) 20%);
    text-align: center;
    padding-bottom: 5px
}

.img.galleryContetImg {
    width: 216px;
    height: 264px;
    border-radius: 8px
}

.front_flex.front_gallery {
    margin-bottom: 36px
}

.galleryContet {
    padding: 65px 0 80px
}

.galleryContetP {
    font-size: 16px;
    margin-bottom: 16px
}

.galleryPoint {
    font-size: 18px;
    font-weight: 600;
    margin: 52px 0 28px;
    text-align: center
}

.galleryPoint::before {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../image/galleryFront_star01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    top: 5px;
    left: -10px
}

.galleryPoint::after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../image/galleryFront_star02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    top: 5px;
    right: -10px
}

.galleryOptionList {
    margin-bottom: 45px
}

.OptionListContent {
    display: block;
    background: #f4f4f4;
    width: 440px;
    height: 150px;
    padding: 20px;
    border-radius: 8px
}

.OptionListContent .img {
    float: left;
    width: 110px;
    height: 110px;
    border: 3px solid #fff;
    border-radius: 8px;
    margin-right: 20px
}

.galleryOptionName {
    display: inline-block;
    width: calc(100% - 150px);
    font-size: 15px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    margin-bottom: 12px
}

.OptionListContent dd {
    font-size: 14px
}

.aboutLink .img {
    width: 500px;
    height: 310px;
    border-radius: 20px;
    margin-bottom: 20px
}

.aboutLink>span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.aboutLink {
    transition: .4s cubic-bezier(.33, 1, .68, 1)
}

.aboutLink:hover {
    opacity: .6;
    transform: scale(1.05)
}

.bgFront_yellow_dot {
    background-image: radial-gradient(#FFEAC1 15%, transparent 15%), radial-gradient(#FFEAC1 15%, transparent 15%);
    background-size: 15px 15px;
    background-position: 20px 20px, 20px 20px;
    background-color: var(--my-second-color)
}

.frontSituation {
    position: relative
}

.frontSituation .front_container {
    overflow: visible
}

.frontSituation::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/situationBg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 181px;
    height: 186px;
    top: -30px;
    left: 80px
}

.singleSituationLink {
    display: block;
    transition: .4s cubic-bezier(.33, 1, .68, 1)
}

.singleSituationLink:hover {
    transform: scale(1.1)
}

.singleSituation {
    width: 350px;
    height: 375px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 25px
}

.singleSituation .img {
    width: 350px;
    height: 216px;
    border-radius: 12px 12px 0 0
}

.txtSituation {
    max-width: 350px;
    padding: 24px 20px 0;
    text-align: center
}

.txtSituation_storeEn {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--my-first-color);
    font-family: var(--font-english)
}

.txtSituation_storeJp {
    font-size: 18px;
    font-weight: 600
}

.frontExperience {
    padding: 90px 0 110px;
    position: relative
}

.frontExperience::after {
    content: "";
    display: inline-block;
    background-image: url(../image/experienceBg02.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 231px;
    height: 245px;
    bottom: 0;
    left: 50px
}

.frontExperience::before {
    content: "";
    display: inline-block;
    background-image: url(../image/experienceBg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 371px;
    height: 251px;
    top: 0;
    right: 0
}

.experienceBalance {
    margin-bottom: 50px
}

.frontExperienceSwiper {
    padding: 0 1rem
}

.experienceRow {
    position: relative;
    width: 100%;
    margin-bottom: 100px
}

.singleExperience {
    width: 420px;
    margin-right: 16px;
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.singleExperience:hover {
    opacity: .8;
    transform: scale(.95)
}

.singleExperience .img {
    width: 420px;
    height: 315px;
    margin-bottom: 20px;
    border-radius: 20px
}

.experienceDate {
    float: right;
    font-size: 12px;
    color: #888
}

.experienceTxt h3 {
    margin: 16px 0 24px;
    font-size: 16px
}

.experienceWriter {
    text-align: left
}

.writerImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px
}

.expwrienceName {
    text-align: left
}

.writerIntro {
    font-size: 12px;
    color: #888;
    margin-bottom: 4px
}

.writerName {
    font-size: 14px
}

.swiper-pagination.frontExperienceDot {
    bottom: 60px
}

.frontExperienceDot.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--my-first-color)
}

.ulChoices {
    margin: 0 auto 45px;
    max-width: 700px
}

.liChoice {
    display: block;
    width: 340px;
    height: 62px;
    background: #fff;
    color: var(--my-first-color);
    border: 2px solid var(--my-first-color);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 62px
}

.liChoice.isActive,
.liChoice.isStoreActive {
    background: var(--my-first-color);
    color: #fff
}

.liChoice.isActive::after,
.liChoice.isStoreActive::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0;
    border-color: #fe759e transparent transparent transparent;
    bottom: 24px
}

.tabContent,
.tabContentStores {
    display: none
}

.tabContent.isActive {
    display: block
}

.tabContentStores.isStoreActive {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.pointInner {
    max-width: 1100px;
    background: #fff;
    padding: 72px 100px;
    margin-bottom: 60px;
    border-radius: 20px
}

.pointInnerttl {
    font-size: 32px;
    margin-bottom: 48px;
    text-align: center
}

.pointInner_contet {
    margin-bottom: 72px
}

.pointInnerttl2 {
    font-size: 26px;
    margin-bottom: 36px;
    text-align: center
}

.pointInnerttl2::before {
    content: "POINT"counter(my-counter, decimal-leading-zero);
    counter-increment: my-counter;
    display: block;
    width: 80px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--my-first-color);
    text-align: center;
    font-size: 18px;
    margin: 0 auto 18px;
    color: var(--my-first-color);
    font-family: var(--font-english)
}

.rentalPoint.img {
    height: 450px;
    border-radius: 10px;
    margin-bottom: 32px
}

.pointInner p {
    font-size: 16px;
    margin-bottom: 20px
}

.pointInner p>a {
    text-decoration: underline
}

.pointInner ul {
    background: var(--my-third-color);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px
}

.pointInner li {
    margin-bottom: 8px;
    font-size: 16px
}

p.pointAttention,
h5.pointAttention {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

p.pointAttention::before,
h5.pointAttention::before {
    content: "・";
    display: inline-block
}

.frontNewsLists {
    padding: 50px 60px;
    margin-bottom: 40px;
    border-radius: 12px
}

.frontNewsContent {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd
}

.frontNewsContent h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 14px
}

.newsttlLink {
    display: block
}

.bg-staffVoice.top-kv {
    background-image: url(../image/bgStaffVoice.jpg)
}

.staffVoice.bgFront_yellow_dot {
    padding-bottom: 100px
}

.staffVoiceUl {
    max-width: 940px;
    margin: 0 auto;
    padding: 70px 0
}

.staffVoiceUl>li {
    flex-basis: 31%;
    width: 100%
}

.staffVoice.front_container {
    max-width: 1240px;
    background: #fff;
    margin-bottom: 20px
}

.staffVoice.front_container:last-child {
    margin-bottom: 100px
}

.aboutStaff_ttl {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px
}

.aboutStaff_ttl::after {
    content: "";
    display: block;
    background: #000;
    width: 32px;
    height: 2px;
    margin: 12px auto 0;
    text-align: center
}

.staffChild {
    position: relative;
    flex-basis: 350px;
    width: 100%;
    height: 308px;
    padding: 42px 30px;
    background: #fff;
    box-shadow: 4px 4px 20px 0 rgb(221 221 221/60%);
    border-radius: 8px;
    margin-bottom: 20px
}

.staffChild.staffKitsuke::before {
    content: "着付け";
    position: absolute;
    display: inline-block;
    background: #916653;
    right: 0;
    top: 0;
    padding: 6px 14px;
    font-size: 12px;
    color: #fff
}

.staffChild.staffHallo::before {
    content: "接客";
    position: absolute;
    display: inline-block;
    background: #5290bb;
    right: 0;
    top: 0;
    padding: 6px 14px;
    font-size: 12px;
    color: #fff
}

.staffChild.staffHair::before {
    content: "ヘアセット";
    position: absolute;
    display: inline-block;
    background: #dd8b90;
    right: 0;
    top: 0;
    padding: 6px 14px;
    font-size: 12px;
    color: #fff
}

.staffImg.img {
    display: inline-block;
    float: left;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #000;
    margin-right: 10px
}

.staffChild p {
    position: relative;
    font-size: 14px;
    font-family: var(--noto-sans);
    line-height: 40px
}

.staffLines {
    padding-bottom: 8px;
    border-bottom: 1.5px solid #ddd
}

.staffAttention {
    color: var(--my-first-color)
}

.KVplanListNew {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--my-first-color);
    height: 220px
}

.KVplanListNew::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/plannewbg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 171px;
    height: 111px;
    bottom: 0;
    left: 0
}

.KVplanListNew::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../image/plannewbg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 206px;
    height: 151px;
    top: 0;
    right: 0
}

.h1TtlplanListNew {
    margin: auto;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.planInnerPoints {
    background: #fff;
    padding: 40px 50px;
    margin-bottom: 20px;
    border-radius: 20px
}

.planListNew.planR_ttl_point {
    font-size: 14px;
    color: #000;
    margin-bottom: 0
}

.planR_service.planListNew {
    border-radius: 4px
}

.planListNew.planFeature {
    margin-bottom: 26px;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    text-align: center
}

.planListNew.front_flex.planR_services {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.planListNew.planR_service {
    border: 1px solid #ddd
}

dl.planR_serviceTxt>dt.planListNew {
    font-size: 16px;
    color: var(--my-first-color);
    font-weight: 600;
    margin-bottom: 4px
}

dl.planR_serviceTxt>dd.planListNew {
    font-size: 13px
}

.planInnerDetail {
    background: #fff;
    padding: 85px 80px;
    border-radius: 20px;
    margin-bottom: 24px
}

.planListMainImgs {
    flex-basis: 410px;
    width: 100%;
    height: 410px;
    margin: 0
}

.planListMainImg>img {
    border-radius: 20px
}

.swiper-pagination.planListNew {
    bottom: 20px
}

.planListNew.swiper-pagination .swiper-pagination-bullet,
.planSingleNew.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .9)
}

.planListNew.swiper-pagination .swiper-pagination-bullet-active,
.planSingleNew.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.planDetailInfo {
    flex-basis: 480px
}

.planDetailInfo h2 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.planDetailPrice {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px
}

.planDetailPriceNotion {
    font-size: 14px;
    font-weight: 400
}

.planDetailService {
    margin-top: 24px;
    padding: 20px 24px;
    border: 1px solid #ddd;
    border-radius: 4px
}

ul.planDetailServiceLists {
    margin-bottom: 12px
}

ul.planDetailServiceLists li {
    display: inline-block;
    width: 138px;
    height: 41px;
    background: #f4f4f4;
    line-height: 41px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.planOptionLists.planDetailService {
    margin-bottom: 16px
}

ul.planDetailServiceLists.planOptionLists {
    margin-bottom: 0
}

ul.planDetailServiceLists.planOptionLists li {
    margin-bottom: 8px
}

.detailAttentionBlue {
    color: var(--my-fourth-color);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px
}

.detailAttentionBlack {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 4px
}

.planDetailNextBtn.planR_btnBooking {
    width: 80%;
    height: 40px;
    margin: 12px 0 24px
}

.planDetailNextBtn.planR_btnBooking a {
    position: relative
}

.planDetailTxt {
    margin: 48px 0 40px
}

.planDetailTxt h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.planDetailTxt p {
    font-size: 16px
}

.planListNew.front_galleryExample.front_container {
    background: #f4f4f4;
    padding: 0 40px;
    margin-bottom: 50px
}

.planListNew.front_galleryBtn::before {
    content: none
}

.front_galleryBtn.planListNew {
    font-size: 18px
}

.planServiceExplanContent {
    background: #fff;
    width: 100%;
    flex-basis: 425px;
    padding: 24px 30px;
    border-radius: 8px;
    margin-bottom: 10px
}

.planServiceExplanContent .img {
    float: left;
    width: 26px;
    height: 26px;
    margin-right: 6px
}

.ServiceExplanName {
    font-size: 15px;
    font-weight: 600
}

.planServiceExplanContent>dd {
    font-size: 12px;
    margin-top: 12px
}

.planListNew.galleryContet {
    padding: 25px 0 40px
}

.planListBtnZone {
    margin: 0 auto;
    max-width: 630px;
    width: 100%
}

.planR_btnSingleplan.planListNew,
.planR_btnBooking.planListNew {
    flex-basis: 300px;
    width: 100%;
    height: 56px;
    line-height: 56px
}

.planR_btnSingleplan.planListNew a,
.planR_btnBooking.planListNew a {
    position: relative;
    font-size: 15px;
    border-radius: 30px
}

.planR_btnSingleplan.planListNew a::before,
.planR_btnBooking.planListNew a::before,
.planR_btnBooking.planDetailNextBtn a::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 20px
}

.planR_btnBooking.planListNew a::before,
.planR_btnBooking.planDetailNextBtn a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.planSingleInner {
    background: #fff;
    padding: 60px 80px;
    border-radius: 20px;
    margin-bottom: 20px
}

.planSingleBox {
    margin-bottom: 60px
}

a.planSingleBack {
    display: block;
    font-size: 12px;
    color: #888;
    margin: -24px 0 24px
}

a.planSingleBack::before {
    content: "＜";
    display: inline-block;
    font-size: 12px;
    margin-right: 6px
}

.planSingleMainImg.img {
    flex-basis: 310px;
    width: 100%;
    height: 310px;
    margin: 0
}

.planSingleMainImg.img>img {
    border-radius: 8px;
    vertical-align: bottom
}

.planSingle_ttl {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px
}

.planDetailPrice.holidayPlice {
    margin-bottom: 20px
}

.planSingleCallenderImgs {
    margin-top: 30px
}

.planSingleCallenderImg.img {
    flex-basis: 460px;
    width: 100%;
    height: 535px
}

.swiper-horizontal>.planSingleHairImgs.swiper-pagination-bullets {
    bottom: 0
}

.planSingleHairImgs.swiper {
    padding-bottom: 40px
}

.planSingleHairImg.img {
    flex-basis: 230px;
    width: 100%;
    height: 408px;
    margin-right: 7px
}

.planSingleHairImg.img:last-child {
    margin-right: 0
}

.planSingleHairImgs.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--my-first-color)
}

.planSingle_setDl {
    display: block;
    flex-basis: 440px;
    width: 100%;
    height: auto;
    margin-bottom: 32px
}

.PlanSingleService_ttl {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px
}

.PlanSingleService_ttl>img {
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin-right: 6px
}

.planSingle_setDetail {
    margin-bottom: 8px
}

.planSingle_setDetail>li {
    display: inline-block;
    height: 31px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 5px 5px 0;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 14px
}

.planSingle_setPtxt {
    font-size: 15px;
    margin-bottom: 8px
}

.retalTool_sex {
    margin-bottom: 24px
}

.retalTool_sex>li {
    display: inline-block;
    background: #fff;
    height: 31px;
    line-height: 30px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0 20px;
    margin-right: 8px;
    font-size: 14px;
    color: #000;
    cursor: pointer
}

.retalTool_sex>li.toolsexActive {
    background: #000;
    color: #fff
}

.rentalTool_info {
    display: none
}

.rentalTool_info.toolsexActive {
    display: block
}

.rentalTool_list {
    flex-basis: 110px;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center
}

.rentalTool_list>.img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden
}

.planSingle_QA {
    flex-basis: 442px;
    width: 100%;
    height: auto;
    margin-bottom: 40px
}

.planSingle_QA>dt {
    margin-bottom: 9px
}

.planSingle_QA_Q,
.planSingle_QA_A {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px 6px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top
}

.planSingle_QA_A {
    background: #000;
    color: #fff
}

.planSingleBox.planS_txtzone h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 32px 0 12px
}

.planSingleBox.planS_txtzone h3::before {
    content: "・";
    font-size: 18px;
    font-weight: 600
}

.planSingleBox.planS_txtzone h4 {
    color: var(--my-first-color);
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 12px
}

.planSingleBox.planS_txtzone p {
    font-size: 16px;
    margin-bottom: 8px
}

.planSingleBox.planS_txtzone ul {
    box-shadow: 0 0 3px silver;
    -moz-box-shadow: 0 0 3px silver;
    -webkit-box-shadow: 0 0 3px silver;
    border: solid 1px #f5f5f5;
    padding: .5em 1em .5em 2.3em;
    background: #fafafa;
    margin-bottom: 20px
}

.planSingleBox.planS_txtzone ul>li {
    margin-bottom: 6px
}

.planSingleBox.planS_txtzone a {
    color: #337ab7;
    font-weight: 600
}

.img.planS_txtzoneImg {
    max-width: 910px;
    width: 100%;
    height: 45vh;
    overflow: hidden;
    margin: 0 auto 32px
}

.img.planS_txtzoneImg>img {
    border-radius: 8px
}

.planS_txtzoneImg.planSingleMainImgs {
    margin: 0 auto 32px
}

.planSingle_booking {
    position: fixed;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08);
    padding: 14px 0;
    text-align: center;
    width: 71vw;
    max-width: 860px;
    height: 110px
}

.planSingle_booking>p {
    font-size: 15px;
    margin-bottom: 10px
}

.planSingle_booking>p>span {
    font-size: 17px;
    color: var(--my-fourth-color)
}

.planSingle_booking .planR_btnBooking {
    display: block;
    width: 400px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto
}

.planSingle_booking .planR_btnBooking a {
    border-radius: 50px
}

.planSingle_booking .planR_btnBooking.cp_btnBooking {
    display: inline-block;
    width: 45%;
    margin: 16px auto
}

.btnBlue.planR_btnBooking a {
    background: var(--my-fourth-color)
}

.btnBlue.planR_btnBooking a:hover {
    background: #fff;
    border: 2px solid var(--my-fourth-color);
    color: var(--my-fourth-color)
}

.KVgalleryNew {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    background-image: url(../image/bgGallery.webp);
    background-size: cover;
    width: 100%;
    height: 300px
}

.galleryNewCoordination.img {
    width: 340px;
    height: 428px
}

.galleryNewCoordination.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom
}

.singleExperienceGallery.singleExperience {
    width: 340px;
    margin-right: 30px
}

.swiper-pagination.frontExperienceDot.GalleryDot {
    bottom: -20px
}

.visible.front_container {
    overflow: visible
}

.frontExperienceSwiper.GallerySwiper.swiper {
    overflow: visible
}

.pageGallery.bgFront_yellow_plaid {
    padding: 0
}

.pageGallery.bgFront_yellow_plaid .front_container {
    padding: 80px 0 70px
}

.pageGallery.garrely_ttl.section-title {
    font-size: 32px;
    margin-bottom: 24px
}

.garrely_ttlTxt.pageGallery {
    margin-bottom: 36px
}

.commonFlex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}

.commonFlex.wrap {
    flex-wrap: wrap
}

.speechBubble {
    position: relative;
    background: #fff;
    flex-basis: 208px;
    height: 138px;
    border: solid 2px #555;
    border-radius: 20px;
    padding: 28px 15px;
    text-align: center;
    font-size: 15px;
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.speechBubble:hover {
    opacity: .8;
    transform: scale(.9)
}

.speechBubble:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -13px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2
}

.speechBubble:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -15px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1
}

.speechBubble>a {
    width: 100%;
    height: 100%
}

.speechBubble>a::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 42px auto 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pageGalleryTtlzone {
    text-align: center;
    margin: 0 auto 40px
}

.pageGalleryBubblettl {
    display: inline-block;
    position: relative;
    background: #000;
    padding: 9px 24px;
    margin-bottom: 20px;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.pageGalleryBubblettl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    display: inline-block;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 7px solid transparent;
    border-left: 8px solid #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pageGalleryH3ttl {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center
}

.pageGalleryCordettl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center
}

.pageGalleryTtltxt {
    font-size: 15px;
    padding: 0 20px
}

.pageGallery.bgFront_yellow {
    padding: 42px 100px 0;
    margin-bottom: 60px
}

.pageGallery.bgFront_yellow .img,
.pageGalleryKimonoList>a,
.pageGalleryYukata.img>a,
.pageGalleryPersonal.img>a {
    transition: .3s cubic-bezier(.5, 1, .89, 1)
}

.pageGallery.bgFront_yellow .img:hover,
.pageGalleryKimonoList>a:hover,
.pageGalleryYukata.img>a:hover,
.pageGalleryPersonal.img>a:hover {
    opacity: .9;
    transform: scale(.85)
}

.pageGallery.front_container {
    border-bottom: 1px solid #ddd;
    padding: 80px 0
}

.pageGalleryKimonoList {
    flex-basis: 360px;
    height: auto;
    margin-bottom: 32px
}

.kimonoExplan {
    position: relative
}

.kimonoExplan>.img>img {
    vertical-align: bottom;
    border-radius: 12px
}

.kimonoExplan>dt {
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 20px;
    width: 40px;
    height: auto;
    padding: 16px 7px 7px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.kimonoExplan>dd {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 12px;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    color: #fff;
    text-align: right
}

dt.kimonoRetoro {
    background: #9e8971
}

dd.kimonoRetoro {
    background: rgba(158, 137, 113, .8)
}

dt.kimonoRace {
    background: #80b8ec
}

dd.kimonoRace {
    background: rgba(128, 184, 236, .8)
}

dt.kimonoGirly {
    background: #fb8590
}

dd.kimonoGirly {
    background: rgba(251, 133, 144, .8)
}

dt.kimonoSimple {
    background: #fafafa
}

dd.kimonoSimple {
    background: rgba(250, 250, 250, .8)
}

dt.kimonoGara {
    background: #7e7c7c
}

dd.kimonoGara {
    background: rgba(126, 124, 124, .8)
}

.kimonoListMore {
    float: right;
    margin-top: 12px;
    font-size: 12px
}

.kimonoListMore::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pageGalleryPersonal.img {
    max-width: 900px;
    margin: 0 auto 60px
}

.pageGalleryYukata.img {
    margin: 0 auto 60px
}

.thesisTxt {
    max-width: 740px;
    padding: 90px 0;
    margin: 0 auto
}

.speechBubbleZone {
    max-width: 880px;
    margin: 0 auto 64px
}

.thesisTxt p {
    font-size: 16px
}

.speechBubble.singleGallery {
    padding: 50px 15px
}

.singleGallery.speechBubble>a::after {
    margin: 50px auto 0
}

.gallerySingleInner {
    max-width: 1100px;
    padding: 70px 80px 80px;
    border-radius: 20px;
    margin: 0 auto 20px
}

.galleySingleTtl2 {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    text-align: center
}

.gallerySinglePhotoList {
    flex-basis: 300px;
    height: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px
}

.gallerySinglePhotoList>img,
.gallerySinglePhotoList>video {
    width: 100%;
    border-radius: 10px
}

.gallerySingleColorInfo {
    background: #9e8971;
    padding: 40px 50px;
    margin: 20px auto 60px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px
}

.gallerySingleColorInfo.hairsetGallery {
    margin: 20px auto 80px
}

.gallerySinglePlanList {
    flex-basis: 49%;
    max-width: 460px;
    padding: 30px;
    border: 3px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px
}

.gallerySinglePlanList>.img {
    display: inline-block;
    float: left;
    width: 130px;
    height: 130px;
    margin-right: 24px;
    border-radius: 12px
}

.gallerySinglePlanListTtl {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.gallerySinglePlanListPrice {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.gallerySinglePlanListPrice>span {
    font-size: 12px;
    font-weight: 400
}

.gallerySinglePlanListDetails {
    margin-top: 20px
}

.gallerySinglePlanListDetails>li {
    font-size: 14px;
    list-style: disc;
    margin: 0 0 3px 15px
}

.btn.gallerySingle {
    display: inline-block
}

.btn.gallerySingle a {
    width: 200px;
    font-size: 13px;
    height: 40px;
    line-height: 36px
}

.gallerySingle.btn a.btn_link::before {
    right: -160px
}

.galleySingleTtl2.mbDif {
    margin-bottom: 40px
}

.galleySingleTxt {
    max-width: 840px;
    font-size: 16px;
    margin: 0 auto 12px
}

.galleySingleTtlBubble {
    position: relative;
    background: #9e8971;
    margin: 60px auto;
    padding: 30px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

.galleySingleTtlBubble::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 70px auto 0;
    display: inline-block;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 8px solid transparent;
    border-left: 10px solid #9e8971;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.galleySingleTtl3 {
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 32px
}

.galleySingleTtl4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700
}

.galleySingleTtl4::before {
    content: "・"
}

.galleryAuthor {
    max-width: 800px;
    margin: 0 auto;
    padding: 27px 40px;
    border: 3px solid #eee;
    border-radius: 10px;
    text-align: center
}

.galleryAuthor>img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    vertical-align: top
}

.galleryAuthor>p {
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    vertical-align: top
}

.galleySingleBlogZone {
    margin-bottom: 50px
}

.galleySingleBlogZone>p {
    font-size: 16px;
    margin-bottom: 12px
}

.galleySingleArticleList {
    flex-basis: 32%;
    max-width: 300px;
    margin-bottom: 40px
}

.galleySingleArticleList .img {
    width: 300px;
    height: 225px;
    margin-bottom: 16px;
    border-radius: 10px
}

.galleySingleArticleList .img>img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.articleCategory {
    background: var(--my-first-color);
    padding: 4px 16px;
    border-radius: 40px;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.galleySingleArticleList h3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700
}

.galleryPlanChoice {
    background: #f4f4f4;
    max-width: 940px;
    margin: 48px auto 40px;
    padding: 20px 30px;
    border-radius: 10px
}

.galleryPlanChoice>span {
    margin-right: 12px;
    line-height: 32px;
    font-size: 14px
}

.galleryPlanChoice>ul {
    width: calc(100% - 120px)
}

.galleryPlanChoiceList {
    display: block;
    background: #fff;
    flex-basis: 98px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    border-radius: 40px;
    font-size: 14px;
    color: #000;
    text-align: center
}

.galleryPlanChoiceList:last-of-type {
    margin-right: 0
}

.galleryPlanChoiceList.isActive {
    background: var(--my-first-color);
    color: #fff
}

.galleryPlanChoiceList>a {
    width: 100%
}

.galleryPlanContent {
    display: none
}

.galleryPlanContent.isActive {
    display: block
}

.flexKeep {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex
}

.v_middle {
    vertical-align: middle
}

.bgUnderGrey {
    background: #f4f4f4
}

.underContainer {
    max-width: 1100px;
    padding: 80px 0 110px;
    margin: 0 auto
}

.shopsBtninner {
    margin-bottom: 60px;
    justify-content: center
}

.shopsBtn:nth-of-type(1) {
    margin-right: 20px
}

.shopsInner {
    padding: 60px 0 70px;
    border-top: 1px solid #ddd
}

.shopsTtl {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700
}

.shopsList {
    flex-basis: 350px;
    max-width: 350px;
    height: 572px;
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px
}

.img.shopsImg {
    border-radius: 8px;
    margin-bottom: 16px
}

.shopsName {
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 14px
}

.shopsDetail {
    display: inline-block;
    max-width: 150px;
    vertical-align: top
}

.shopsDetail:nth-of-type(3n) {
    max-width: 100%;
    margin: 12px 0 24px
}

.shopsDetail>dt {
    font-size: 13px;
    line-height: 175%;
    font-weight: 700
}

.shopsDetail>dt::before {
    content: "";
    display: inline-block;
    background-image: url(../image/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-right: 2px
}

.shopsDetail>dt.shopsTime::before {
    content: "";
    background-image: url(../image/time.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.shopsDetail>dt.shopsStation::before {
    content: "";
    background-image: url(../image/station.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.shopsDetail>dd {
    font-size: 13px;
    line-height: 150%;
    color: #666
}

.btn a.shopsBtnLink {
    height: 48px;
    line-height: 44px;
    font-size: 14px
}

.btn a.btn_nav {
    height: 62px;
    line-height: 58px
}

.btn a.btn_link.btn_nav::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.shopsSwiperBtn.swiper-button-prev,
.shopsSwiperBtn.swiper-button-next {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 8px;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%
}

.shopsSwiperBtn.swiper-button-next {
    left: unset;
    right: 8px
}

.shopsSwiperBtn.swiper-button-prev::after,
.shopsSwiperBtn.swiper-button-next::after {
    font-size: 12px;
    color: #000
}

.swiper-pagination.frontExperienceDot.shopsDot {
    bottom: 26px
}

.swiper-pagination.frontExperienceDot.shopsDot .swiper-pagination-bullet-active {
    background: #fff
}

.shopsLocation {
    display: none
}

label.galleySingleTtl3 {
    display: block
}

.kimonoSelect.singleGallery.speechBubble {
    padding: 0;
    line-height: 134px;
    font-size: 16px;
    letter-spacing: .01em
}

.kimonoSelect.singleGallery.speechBubble>a::after {
    margin: 0 auto;
    bottom: 10px
}

.kimonoSelect.singleGallery.speechBubble>a.active::before {
    content: "❤︎選択中❤︎";
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 14px;
    letter-spacing: .01em;
    color: var(--my-first-color)
}

.gallerySinglePhotoList.kimonoSelect {
    flex-basis: 24%
}

.gallerySinglePhotoList.kimonoSelect>a.active {
    background: var(--my-first-color);
    border: 2px solid var(--my-first-color);
    color: #fff
}

.kimonoSelectBtn {
    cursor: pointer;
    flex-basis: 48%;
    max-width: 300px;
    height: 58px;
    background: #80b8ec;
    border: 2px solid #80b8ec;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.kimonoSelectBtn:hover {
    background: 0 0;
    color: #80b8ec
}

.kimonoSelectBtn.reset {
    background: 0 0;
    color: #000;
    border: 2px solid #000;
    font-weight: 400
}

.kimonoSelectBtn.reset:hover {
    opacity: .5
}

a.kimonoSelectBtn {
    background: var(--my-first-color);
    border: 2px solid var(--my-first-color);
    text-align: center;
    line-height: 54px
}

a.kimonoSelectBtn:hover {
    color: var(--my-first-color)
}

.gallerySingleColorInfo.lace {
    background: #80b8ec
}

.kimonoSelectBtnBox {
    margin-bottom: 60px
}

a.cvPoint.kimonoSelectBtn:nth-of-type(2n) {
    background: var(--my-fourth-color);
    border: 2px solid var(--my-fourth-color)
}

a.cvPoint.kimonoSelectBtn:nth-of-type(2n):hover {
    background: 0 0;
    color: var(--my-fourth-color)
}

#answer {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease
}

.container1060 {
    max-width: 1060px;
    padding: 60px 0 110px;
    margin: 0 auto
}

.newsLineBox {
    background: #fff6f9;
    padding: 20px 30px;
    border-radius: 4px
}

.newsLineBox::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-top: 3px solid var(--my-first-color);
    border-right: 3px solid var(--my-first-color);
    transition: .3s ease
}

.newsIcon::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #ddd;
    margin-left: 28px;
    vertical-align: sub
}

.newsIcon>span {
    font-size: 24px;
    color: var(--my-first-color);
    font-family: var(--font-english)
}

.newsArticle {
    padding-top: 4px;
    margin-left: 28px
}

.newsDate,
.newsCat,
.newsTtl {
    vertical-align: sub
}

.newsDate {
    font-size: 12px;
    color: #888;
    margin-right: 16px
}

.newsCat {
    background: var(--my-first-color);
    padding: 4px 16px;
    color: #fff;
    font-size: 12px;
    margin-right: 24px;
    border-radius: 40px;
    transition: .3s
}

.newsCat:hover {
    opacity: .7
}

.newsTtl {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    transition: .3s
}

.newsTtl:hover {
    color: var(--my-first-color)
}

.cpTxt {
    color: var(--my-first-color);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    z-index: 2
}

.cpTxt::before,
.cpTxt::after {
    content: "";
    display: inline-block;
    width: 29.53px;
    height: 0;
    background: var(--my-first-color);
    border: 1px solid var(--my-first-color);
    transform: rotate(61.7deg);
    vertical-align: super;
    margin-right: 8px
}

.cpTxt::after {
    transform: matrix(-.47, .88, .88, .47, 0, 0);
    margin-left: 8px;
    margin-right: 0
}

.cpTxtBox {
    max-width: 732px;
    margin: 0 auto 40px
}

.cpTxtBox::before {
    position: relative;
    content: "CAMPAIGN";
    display: block;
    font-family: var(--font-english);
    font-weight: 330;
    font-size: 140px;
    color: #fff8fa;
    margin-bottom: -130px
}

.img.cpImg {
    transition: .3s cubic-bezier(.5, 1, .89, 1);
    border: 1px dotted transparent
}

.img.cpImg:hover {
    transform: scale(.9);
    opacity: .7;
    border: 1px dotted var(--my-first-color)
}

body.page-id-6564 {
    font-size: 14px;
    font-family: メイリオ, Meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, ＭＳ Ｐゴシック, sans-serif;
    line-height: 1.5;
    background: #fff;
    color: #333;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.container.iask {
    width: 100%;
    max-width: 1320px;
    padding: 50px 20px 120px
}

.iask ul,
.iask li {
    list-style: none
}

.linkbox .toggle {
    position: absolute;
    width: 54px;
    height: 98%;
    height: -webkit-calc(100% - 1px);
    height: calc(100% - 1px);
    cursor: pointer;
    z-index: 100;
    background-color: #fff
}

.search-area .search-box {
    margin-bottom: 8px
}

.search-box .input-box .input-keyword {
    display: block;
    width: 100%;
    height: 52px;
    border: 2px solid #07c;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.search-box .input-box {
    display: block;
    width: 100%;
    padding-right: 220px
}

.search-box .input-box .input-keyword {
    display: block;
    width: 100%;
    height: 52px;
    border: 2px solid #07c;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.search-box .btn-box {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.btn.search-btn {
    display: block;
    background-color: #fff;
    height: 52px;
    font-size: 18px;
    color: #07c;
    width: 200px
}

.btn.search-btn {
    border: 2px solid #07c;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer
}

.search-area .search-form {
    position: relative
}

.search-area .search-key {
    color: #07c;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 10px
}

.search-area .search-key .key-cap {
    float: left;
    display: block;
    padding: 6px 10px 0;
    width: 240px;
    font-size: 16px;
    color: #07c
}

.search-area .search-key ul {
    overflow: hidden
}

.search-area .search-key ul li {
    float: left;
    width: auto;
    padding: 0 10px 10px 0
}

.search-area .search-key ul li a {
    display: inline-block;
    padding: 4px 20px 3px 10px;
    border: 1px solid #07c;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative
}

.search-area .search-key ul li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #07c;
    border-right: solid 2px #07c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -3px
}

.section-box {
    margin-top: 60px;
    margin-bottom: 60px
}

.iask .ttl-h2 {
    border-top: 4px solid #07c;
    border-bottom: 2px solid #07c;
    min-height: 70px;
    padding: 14px 0 0 10px;
    margin-top: 30px;
    margin-bottom: 30px
}

.iask .ttl-h2 h2 {
    color: #07c
}

.iask h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center
}

.category-list>ul>li>ul,
.category-list>ul>li>ul>li>ul,
.category-list>ul>li>ul>li>ul>li>ul {
    display: none
}

.iask .category-list>ul {
    padding: 0
}

.category-list>ul {
    overflow: hidden
}

.category-list>ul {
    padding: 5px 5px 0;
    font-size: 16px
}

.category-list>ul>li {
    margin-bottom: 19px
}

.iask .category-list>ul>li {
    flex-basis: 32%;
    max-width: 100%
}

.iask h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400
}

.category-list>ul>li>h3>.linkbox {
    height: 74px
}

.category-list>ul .linkbox {
    height: 44px;
    min-height: 44px
}

.linkbox {
    position: relative;
    display: table;
    width: 100%;
    min-height: 74px
}

.iask .category-list>ul .linkbox .toggle {
    width: 54px
}

.category-list>ul>li>h3>.linkbox .toggle {
    height: 94%;
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px 2px 0;
    -o-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.iask .category-list>ul .linkbox .toggle span {
    left: 12px
}

.linkbox .toggle span {
    width: 28px;
    height: 28px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #c3e9ff;
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -14px
}

.linkbox .toggle span:before,
.linkbox .toggle span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    height: 2px;
    width: 10px;
    background-color: #07c
}

.linkbox .toggle span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.linkbox .toggle.open span {
    background-color: #07c
}

.linkbox .toggle.open span::after {
    display: none
}

.category-list>ul>li>h3 .linkbox a {
    color: #18c;
    border: 2px solid #07c;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 65px;
    padding: 5px 34px 5px 54px
}

.linkbox a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 7px 28px 6px 54px;
    position: relative
}

.linkbox a:before {
    position: absolute;
    top: 50%;
    left: 19px;
    content: '';
    background-color: #b5d9ed;
    width: 6px;
    height: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: -3px
}

.category-list>ul>li>h3 .linkbox>a:before {
    left: 21px
}

.iask .category-list>ul>li>ul {
    padding: 5px 5px 0
}

.category-list>ul .linkbox {
    height: 44px;
    min-height: 44px
}

.iask .category-list>ul>li>ul>li .linkbox .toggle {
    width: 48px
}

.iask .category-list>ul>li>ul>li .linkbox .toggle span {
    left: 9px
}

.linkbox .toggle.open span:before {
    background-color: #fff
}

.category-list>ul>li>ul,
.category-list>ul>li>ul>li ul {
    padding-left: 28px
}

.category-list>ul li ul {
    border-top: 1px solid #8acbf2
}

.category-list>ul>li>ul {
    border: none;
    color: #1188cd
}

.category-list>ul li ul li {
    border-bottom: 1px solid #8acbf2
}

.category-list>ul li ul li:last-child {
    border: none
}

.iask-top .category-list>ul>li:nth-child(3n+1) {
    margin-left: 0;
    clear: both
}

.list-box ul li {
    display: block;
    width: 100%;
    margin-bottom: 12px
}

.list-box ul li a {
    display: block;
    padding: 5px 30px 5px 60px;
    width: 100%;
    position: relative
}

.list-box ul li a:before {
    content: 'Q.';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    color: #91a486;
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    font-family: brandon-grotesque, sans-serif;
    text-align: center
}

.list-box ul li a .cat-tag {
    display: inline-block;
    border: 1px solid #07c;
    margin: 0 0 5px;
    padding: 0 10px;
    min-width: auto;
    font-size: 12px;
    color: #07c
}

.list-box li a .question {
    display: inline-block;
    font-size: 15px;
    color: #333;
    width: 100%
}

.list-box ul li a:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #07c;
    border-right: solid 2px #07c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px
}

.detail-faq-area .ttl-h2.question {
    position: relative;
    padding: 10px 0 2.5em;
    text-align: left
}

.detail-faq-area .ttl-h2.question h2 {
    padding: 5px 0 0 58px;
    color: #333;
    font-size: 21px;
    font-weight: 700;
    text-align: left
}

.detail-faq-area .ttl-h2.question:before {
    content: 'Q.';
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    color: #91a486;
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    font-family: brandon-grotesque, sans-serif;
    text-align: center
}

.detail-faq-area .answer .edit-area:before {
    content: 'A.';
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    color: #91a486;
    font-size: 2rem;
    font-weight: 700;
    font-style: normal;
    font-family: brandon-grotesque, sans-serif;
    text-align: center;
    padding-top: 3px
}

.detail-faq-area .answer .edit-area {
    margin-bottom: 3em;
    padding: 10px 0 0 58px;
    position: relative
}

.detail-faq-area .questionary {
    width: 630px;
    margin: 0 auto
}

.detail-faq-area .questionary .ttl-h3 {
    text-align: center;
    margin-bottom: 20px
}

.detail-faq-area .questionary .ttl-h3 h3 {
    font-size: 14px
}

.detail-faq-area .questionary .choices-box {
    text-align: center
}

.detail-faq-area .questionary .choices-box li {
    display: inline-block;
    width: 40%;
    padding: 0 10px
}

.detail-faq-area .questionary .choices-box a {
    display: block;
    border: 2px solid #07c;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px 28px
}

.detail-faq-area .questionary .choices-box a span {
    padding-left: 32px;
    position: relative
}

.detail-faq-area .questionary .choices-box .yes-button a span:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    border: 2px solid #07c
}

.detail-faq-area .questionary .choices-box .no-button a span:before,
.detail-faq-area .questionary .choices-box .no-button a span:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 28px;
    background-color: #07c;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.detail-faq-area .questionary .choices-box .no-button a span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.edit-box a {
    color: #337ab7;
    font-weight: 600;
    text-align: justify
}

@media all and (max-width:820px) {
    .spFront {
        display: block
    }

    .front_container {
        width: 100%;
        padding: 50px 20px
    }

    .front_flex {
        display: block
    }

    .btn.frontFeatures_list,
    .btn.frontFeatures_list a.btn_arrow {
        position: relative;
        z-index: 1;
        max-width: 335px;
        margin: 0 auto 10px;
        font-size: 15px
    }

    .bgFront_reason::before {
        width: 120px;
        height: 126px;
        top: 18px
    }

    .bgFront_reason::after {
        width: 180px;
        height: 117px
    }

    .frontFeature_ttl {
        font-size: 24px;
        text-align: center;
        margin-bottom: 24px
    }

    .featureNumber {
        font-size: 32px
    }

    .front_flex.frontFeatures_lists {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        width: 310px;
        margin: 0 auto 40px
    }

    .frontFeatures_lists li {
        width: 310px
    }

    .img.frontFeatures_list {
        height: 232px
    }

    .garrely_ttlTxt.front_ttlTxt {
        width: 95%;
        margin: 0 auto 40px
    }

    .fetureList_txt {
        padding: 25px 15px 15px
    }

    .fetureList_txt::before {
        top: -30px;
        width: 75px;
        height: 65px;
        line-height: 65px
    }

    .fetureList_txt::after {
        top: -20px;
        width: 34px;
        height: 34px;
        font-size: 16px;
        line-height: 34px
    }

    .fetureList_txt h3 {
        font-size: 16px;
        margin: 10px 0 16px
    }

    .featureSwiperBtn.swiper-button-prev,
    .featureSwiperBtn.swiper-button-next {
        opacity: .85;
        top: 200px;
        width: 44px;
        height: 44px
    }

    .featureSwiperBtn.swiper-button-next:after,
    .featureSwiperBtn.swiper-button-prev:after {
        font-size: 14px
    }

    .featureSwiperBtn.swiper-button-prev {
        left: 20px;
        right: auto
    }

    .featureSwiperBtn.swiper-button-next {
        right: 20px
    }

    .acClose p {
        font-size: 14px
    }

    .frontStoreInfo {
        padding: 20px;
        margin-bottom: 10px;
        border-radius: 4px
    }

    .storeInfoDetail {
        margin-left: 28px
    }

    .storeInfoDetail a.storeBtn {
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 15px
    }

    .frontStoreName {
        font-size: 15px
    }

    .detailsBtn {
        font-size: 15px;
        padding: 11px 0;
        margin-top: 21px
    }

    .detailsBtn p.detailsBtnTxt {
        font-size: 13px
    }

    .bgFront_frontRecommend::before {
        width: 126px;
        height: 82px
    }

    .bgFront_frontRecommend::after {
        width: 91px;
        height: 79px;
        top: 13px;
        right: -20px
    }

    .planR_ttl_point {
        font-size: 16px;
        margin-bottom: 8px
    }

    p.planR_txt_point {
        font-size: 14px;
        margin-bottom: 32px;
        text-align: left
    }

    .front_inner {
        padding: 40px 20px
    }

    .planR_ttl {
        font-size: 18px;
        margin-bottom: 24px
    }

    .planR_service {
        padding: 20px 15px
    }

    .planR_serviceTxt>dt {
        font-size: 15px
    }

    .planR_serviceTxt>dd {
        font-size: 12px
    }

    .img.frontRecommend {
        width: 68px;
        height: 68px;
        margin-right: 12px
    }

    .planR_service {
        margin: 0 auto 10px
    }

    .planR_meritBtn {
        display: block;
        width: 100%;
        height: 58px;
        background: 0 0;
        border: 2px solid #000;
        line-height: 58px;
        border-radius: 50px;
        font-size: 15px;
        color: #000
    }

    .planR_merit {
        display: none;
        margin-top: 24px
    }

    .planR_servicePointUl li>img {
        margin-right: 12px
    }

    .planR_servicePointUl li>span {
        font-size: 14px;
        font-weight: 600
    }

    .planRswiper.swiper {
        overflow: visible
    }

    .swiper-pagination.frontExperienceDot.frontplanRDot {
        bottom: 0;
        margin-bottom: -32px
    }

    .planR_singlePlans.front_flex {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        justify-content: unset;
        width: 310px;
        margin: 0 auto 65px
    }

    .planR_singlePlan {
        width: 310px;
        flex-basis: 310px;
        margin-right: 20px
    }

    .img.planR_singlePlanImg {
        width: 310px;
        height: 380px;
        margin-bottom: 14px
    }

    .planR_singlePlan_ttl {
        font-size: 16px
    }

    .planR_singlePlan_price {
        font-size: 15px;
        margin-bottom: 12px
    }

    .planR_singlePlan_txt {
        font-size: 13px;
        margin-bottom: 20px
    }

    .planR_CVs.front_flex {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        justify-content: space-between;
        margin-bottom: 32px
    }

    .planR_btnBooking,
    .planR_btnSingleplan {
        width: 150px
    }

    .planR_btn {
        width: 100%;
        height: 100px
    }

    .planR_btn .img {
        width: 100px;
        height: 100px
    }

    .planR_btn>span {
        font-size: 14px;
        height: 100px;
        margin-left: 15px;
        line-height: unset;
        padding: 25px 0 0 20px
    }

    .planR_btnLink {
        margin-bottom: 10px
    }

    .bgFront_yellow_plaid {
        padding: 50px 0 60px
    }

    .garrely_ttl::before {
        width: 48px;
        height: 48px;
        margin: 0 auto 6px
    }

    .img.front_gallery {
        width: 200px;
        height: 200px;
        margin-bottom: 40px
    }

    .front_galleryBtn {
        font-size: 14px;
        padding: 27px 0
    }

    .front_galleryExample.front_container {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin-bottom: 40px
    }

    .front_galleryBtn::before {
        width: 90px;
        height: 58px;
        top: -35px;
        left: 0
    }

    p.accordion_icon.gallery_acIcon {
        width: 22px;
        height: 22px;
        top: 25px;
        right: 15px
    }

    p.accordion_icon.gallery_acIcon span {
        width: 10px;
        top: 10px;
        left: 6px
    }

    .front_gallery.btn {
        width: calc(100% - 40px);
        margin: 0 auto
    }

    .galleryContet {
        padding: 30px 0 60px
    }

    .galleryContetTtl::before {
        width: 36px;
        height: 36px;
        margin: 0 auto 8px;
        border-radius: 50%;
        line-height: 33px;
        font-size: 14px
    }

    .galleryContetTtl::after {
        width: 95%;
        top: -30px
    }

    .galleryContetTtl {
        font-size: 22px;
        margin-bottom: 33px
    }

    .img.galleryContetImg {
        width: 144px;
        height: 176px;
        margin-bottom: 7px
    }

    .galleryContetP {
        font-size: 14px
    }

    .galleryPoint {
        position: relative;
        margin: 40px auto 20px
    }

    .galleryPoint::before {
        position: absolute;
        top: 15px;
        left: 0
    }

    .galleryPoint::after {
        position: absolute;
        top: 15px;
        right: 0
    }

    .OptionListContent {
        width: 100%;
        height: auto;
        padding: 16px;
        margin-bottom: 8px
    }

    .OptionListContent dd {
        font-size: 12px
    }

    .galleryOptionName {
        font-size: 14px;
        margin-bottom: 10px
    }

    .aboutLink {
        margin-bottom: 32px
    }

    .aboutLink:hover {
        transform: none
    }

    .aboutLink .img {
        width: 100%;
        height: auto;
        margin-bottom: 12px
    }

    .aboutLink>span {
        font-size: 15px
    }

    .frontSituation::before {
        width: 113px;
        height: 116px;
        top: -50px;
        left: -40px
    }

    .singleSituation {
        width: 100%;
        height: 110px;
        border-radius: 12px
    }

    .singleSituation .img {
        display: inline-block;
        width: 110px;
        height: 110px;
        border-radius: 8px 0 0 8px
    }

    .singleSituation .img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .txtSituation {
        display: inline-block;
        width: calc(100% - 140px);
        height: 100%;
        margin-left: 18px;
        padding: 15px 5px 0 0;
        vertical-align: top;
        text-align: left
    }

    .txtSituation_storeEn {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 4px
    }

    .txtSituation_storeJp {
        display: block;
        font-size: 14px
    }

    .frontExperience::before {
        width: 139px;
        height: 95px
    }

    .experienceBalance {
        margin-bottom: 24px
    }

    .frontExperienceSwiper {
        padding: 0 20px
    }

    .experienceRow.front_flex {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        width: 310px;
        margin: 0 auto 80px
    }

    .singleExperience {
        max-width: 310px
    }

    .singleExperience .img {
        width: 310px;
        height: 232px;
        margin-bottom: 14px;
        border-radius: 12px
    }

    .experienceTxt h3 {
        margin: 10px auto 16px;
        font-size: 14px
    }

    .writerIntro {
        font-size: 11px
    }

    .writerName {
        font-size: 13px
    }

    .frontExperience {
        padding: 40px 0 130px
    }

    .frontExperience::after {
        width: 107px;
        height: 110px;
        left: 9px
    }

    .swiper-pagination.frontExperienceDot {
        bottom: 30px
    }

    .ulChoices {
        margin: 0 auto 25px
    }

    .ulChoices.front_flex {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox
    }

    .liChoice {
        flex-basis: 48.9%;
        height: 48px;
        line-height: 46px;
        font-size: 14px
    }

    .liChoice.isActive::after {
        bottom: 18px;
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 13px solid var(--my-first-color);
        border-bottom: 0
    }

    .tabContentStores.isStoreActive {
        display: block
    }

    .pointInner {
        padding: 40px 20px;
        margin-bottom: 40px;
        border-radius: 8px
    }

    .pointInnerttl {
        font-size: 20px;
        margin-bottom: 32px
    }

    .pointInner_contet {
        margin-bottom: 40px
    }

    .rentalPoint.img {
        height: 39vw;
        margin-bottom: 20px
    }

    .pointInnerttl2::before {
        font-size: 15px;
        margin: 0 auto 14px
    }

    .pointInnerttl2 {
        font-size: 17px;
        margin-bottom: 20px
    }

    .pointInner p {
        font-size: 14px;
        margin-bottom: 16px
    }

    p.pointAttention,
    h5.pointAttention {
        font-size: 15px;
        margin-bottom: 8px
    }

    .pointInner ul {
        padding: 12px
    }

    .pointInner li {
        font-size: 14px
    }

    .frontNewsLists {
        padding: 40px 20px
    }

    .frontNewsContent h3 {
        font-size: 15px;
        margin-top: 12px
    }

    .frontNewsContent .news-line-date {
        margin-left: 0
    }

    .singleSituationLink:hover {
        transform: scale(1.05)
    }

    .img.planR_singlePlanImg:hover,
    .singleExperience:hover,
    .front_galleryBtn:hover,
    .frontFeatures_lists li:hover,
    .planR_btnSingleplan a:hover,
    .planR_btnBooking a:hover,
    .planR_btn:hover {
        transform: none
    }

    .top-kv.newFront {
        height: 100%;
        border: none;
        font-size: 0
    }

    .top-kv.newFront a {
        height: 100%;
        font-size: 0
    }

    .staffVoice.bgFront_yellow_dot {
        padding-bottom: 60px
    }

    .staffVoiceUl {
        width: 80%
    }

    .staffVoiceUl>li {
        margin-bottom: 10px
    }

    .aboutStaff_ttl {
        font-size: 24px;
        margin-bottom: 24px
    }

    .aboutStaff_ttl::after {
        margin: 8px auto 0
    }

    .KVplanListNew {
        height: 180px
    }

    .KVplanListNew.cvPage {
        height: 115px
    }

    .KVplanListNew::before {
        width: 125px;
        height: 79px
    }

    .KVplanListNew::after {
        width: 118px;
        height: 87px
    }

    .h1TtlplanListNew {
        font-size: 24px
    }

    .front_container.planListNew {
        padding: 20px 15px 40px
    }

    .planInnerPoints {
        background: #fff;
        padding: 40px 15px;
        border-radius: 8px
    }

    .planListNew.planR_ttl_point {
        font-size: 13px
    }

    .planListNew.planFeature {
        margin-bottom: 24px;
        font-size: 20px
    }

    .planInnerPonts {
        padding: 30px 15px
    }

    dl.planR_serviceTxt>dt.planListNew {
        font-size: 15px
    }

    dl.planR_serviceTxt>dd.planListNew {
        font-size: 12px
    }

    .planR_service.planListNew {
        padding: 12px 20px;
        margin-bottom: 8px
    }

    .planInnerDetail {
        padding: 20px 15px 40px;
        border-radius: 8px
    }

    .swiper.planListMainImgs {
        margin-bottom: 20px;
        height: auto
    }

    .planListMainImg {
        overflow: visible
    }

    .planListMainImg>img {
        border-radius: 8px
    }

    .planDetailInfo h2 {
        font-size: 17px;
        padding-bottom: 12px;
        margin-bottom: 16px
    }

    .planDetailPrice {
        font-size: 17px
    }

    .planDetailPriceNotion {
        font-size: 13px
    }

    .planDetailNextBtn.planR_btnBooking {
        width: 100%;
        margin-top: 16px
    }

    .planDetailNextBtn.planR_btnBooking a {
        font-size: 13px
    }

    .planDetailService {
        padding: 14px 16px
    }

    ul.planDetailServiceLists li {
        width: 86px;
        height: 34px;
        line-height: 34px;
        font-size: 12px
    }

    ul.planDetailServiceLists {
        margin-bottom: 10px
    }

    .detailAttentionBlue {
        font-size: 12px
    }

    .planDetailTxt {
        margin: 24px 0
    }

    .planDetailTxt h3 {
        font-size: 16px
    }

    .planDetailTxt p {
        font-size: 14px
    }

    .planListNew.front_galleryExample.front_container {
        width: 100%;
        padding: 0 20px 0;
        margin-bottom: 24px
    }

    .front_galleryBtn.planListNew {
        padding: 20px 0
    }

    .front_galleryBtn.planListNew {
        font-size: 14px
    }

    .planListNew.accordion_icon.gallery_acIcon {
        width: 18px;
        height: 18px;
        top: 20px;
        right: -10px
    }

    p.accordion_icon.gallery_acIcon.planListNew {
        top: 21px
    }

    p.accordion_icon.gallery_acIcon.planListNew span {
        width: 9px;
        top: 8px;
        left: 5px
    }

    .planServiceExplanContent {
        padding: 20px 15px;
        margin-bottom: 8px
    }

    .planServiceExplanContent .img {
        width: 24px;
        height: 24px
    }

    .ServiceExplanName {
        font-size: 14px
    }

    .planServiceExplanContent>ddp {
        font-size: 13px
    }

    .planListNew.galleryContet {
        padding: 20px 0
    }

    .front_galleryExample.front_container.planListNew {
        border-radius: 12px
    }

    .planR_btnSingleplan.planListNew,
    .planR_btnBooking.planListNew {
        height: 58px;
        line-height: 58px
    }

    .planR_btnBooking.planListNew {
        margin-bottom: 10px
    }

    .planSingleNew.front_container {
        padding: 0 0 50px
    }

    .planSingleInner {
        padding: 50px 20px 10px;
        border-radius: unset
    }

    .planSingleInner:first-child {
        padding: 34px 20px 10px
    }

    .planSingleBox {
        margin-bottom: 40px
    }

    a.planSingleBack {
        margin: -16px 0 16px
    }

    a.planSingleBack::before {
        margin-right: 3px
    }

    .planSingle_ttl {
        font-size: 20px;
        margin-bottom: 20px
    }

    .planDetailPrice.planSingleNew {
        font-size: 22px
    }

    .planDetailPrice.holidayPlice {
        margin-bottom: 4px
    }

    .PlanSingleService_ttl {
        font-size: 16px;
        margin-bottom: 10px
    }

    .planSingle_setDetail>li {
        margin-bottom: 8px
    }

    .planSingle_setDl {
        margin-bottom: 28px
    }

    .planSingle_setPtxt {
        font-size: 14px
    }

    .rentalTool_list {
        flex-basis: 76px;
        margin-bottom: 15px;
        font-size: 12px
    }

    .rentalTool_list>.img {
        width: 76px;
        height: 76px
    }

    .rentalTool_ul.front_flex,
    .planSingleNew.front_flex.swiper-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .planSingleCallenderImgs {
        margin-top: 24px;
        padding-top: 48px
    }

    .planSingleNew.swiper-button-next,
    .planSingleNew.swiper-button-prev {
        width: 86px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 50px;
        top: 26px
    }

    .planSingleNew.swiper-button-next::before,
    .planSingleNew.swiper-button-prev::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        top: 50%;
        right: 8px
    }

    .planSingleNew.swiper-button-prev::before {
        right: auto;
        left: 8px;
        transform: translateY(-50%) rotate(225deg);
        -webkit-transform: translateY(-50%) rotate(225deg)
    }

    .planSingleNew.swiper-button-next::after,
    .planSingleNew.swiper-button-prev::after {
        content: "次の月へ";
        font-size: 12px;
        font-weight: 600;
        font-family: ヒラギノ角ゴシック pro, hiragino kaku gothic pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, ms pgothic, brandon-grotesque, sans-serif, noto sans jp;
        color: #000
    }

    .planSingleNew.swiper-button-prev::after {
        content: "前の月へ"
    }

    .planSingleMainImg.img,
    .planSingleCallenderImg.img {
        flex-basis: 100%;
        height: auto
    }

    .swiper.planSingleHairImgs {
        overflow: visible;
        padding-bottom: 28px
    }

    .planSingleHairImg.img {
        flex-basis: 270px;
        height: auto;
        margin-right: 4px
    }

    .planSingle_QA {
        margin-bottom: 20px;
        font-size: 14px
    }

    .planSingle_QA>dt {
        margin-bottom: 6px
    }

    .planSingle_ttl.planS_txtzone {
        font-size: 18px
    }

    .img.planS_txtzoneImg {
        height: auto;
        margin-bottom: 24px
    }

    .planSingleBox.planS_txtzone p {
        font-size: 14px
    }

    .planSingleBox.planS_txtzone h3 {
        font-size: 16px;
        margin: 24px 0 6px
    }

    .planSingle_booking {
        bottom: 60px;
        left: 0;
        transform: none;
        width: 100%;
        height: 50px;
        padding: 8px 15px 8px 20px;
        border-radius: 0
    }

    .planSingle_booking .planR_btnBooking {
        display: inline-block;
        width: 176px;
        height: 34px;
        line-height: 34px
    }

    .planSingle_booking>p,
    .planSingle_booking .planR_btnBooking a {
        font-size: 13px
    }

    .planSingle_booking>p>span {
        font-size: 16px
    }

    .planSingle_booking>p {
        display: inline-block;
        float: left;
        line-height: 34px;
        margin-bottom: 0
    }

    .planSingle_booking .planR_btnBooking.cp_btnBooking {
        width: 49%;
        margin: 0 auto
    }

    .KVgalleryNew {
        background-image: url(../image/bgGallerySp.webp);
        background-size: cover;
        height: 232px
    }

    .pageGallery.garrely_ttl.section-title {
        font-size: 24px;
        margin-bottom: 24px
    }

    .garrely_ttlTxt.pageGallery {
        font-size: 15px;
        margin-bottom: 32px
    }

    .singleExperienceGallery.singleExperience {
        margin-right: 15px
    }

    .singleExperience .galleryNewCoordination.img {
        height: 390px
    }

    .pageGallery.front_flex.experienceRow {
        margin-bottom: 30px
    }

    .pageGallery.bgFront_yellow_plaid .front_container {
        padding: 50px 20px
    }

    .speechBubble {
        flex-basis: 162px;
        height: 108px;
        font-size: 13px;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px
    }

    .speechBubble:before {
        bottom: -20px;
        margin-left: -11px;
        border: 10px solid transparent;
        border-top: 10px solid #fff
    }

    .speechBubble:after {
        bottom: -24px;
        margin-left: -13px;
        border: 12px solid transparent;
        border-top: 12px solid #555
    }

    .speechBubble>a::after {
        margin: 32px auto 0;
        width: 8px;
        height: 8px
    }

    .pageGallery.front_container {
        padding: 50px 0
    }

    .pageGalleryTtlzone {
        margin-bottom: 32px
    }

    .pageGalleryH3ttl {
        font-size: 24px
    }

    .pageGalleryCordettl {
        font-size: 24px;
        margin-bottom: 24px
    }

    .pageGallery.bgFront_yellow {
        padding: 10px 0 0;
        margin-bottom: 40px
    }

    .pageGalleryKimonoList {
        flex-basis: 324px;
        margin: 0 auto 24px
    }

    .kimonoExplan>dt {
        width: 38px;
        font-size: 14px
    }

    .kimonoExplan>dd {
        font-size: 13px;
        border-radius: 0 0 10px 10px
    }

    .kimonoListMore {
        margin-top: 10px
    }

    .kimonoExplan>.img>img {
        border-radius: 10px
    }

    .pageGalleryPersonal.img,
    .img.pageGalleryYukata {
        margin: 0 auto 40px
    }

    .thesisTxt {
        padding: 40px 20px
    }

    .thesisTxt p {
        font-size: 15px
    }

    .speechBubbleZone {
        max-width: 335px;
        margin: 0 auto 30px
    }

    .singleGallery.speechBubble {
        padding: 35px 10px
    }

    .singleGallery.speechBubble>a::after {
        margin: 45px auto 0
    }

    .gallerySingleInner {
        max-width: 95%;
        padding: 40px 15px 50px;
        border-radius: 8px
    }

    .galleySingleTtl2 {
        font-size: 20px;
        margin-bottom: 32px
    }

    .gallerySinglePhotoList {
        flex-basis: 49%;
        font-size: 12px;
        margin-bottom: 24px
    }

    .gallerySinglePhotoList.hairMenu {
        flex-basis: 100%
    }

    .gallerySinglePhotoList>img {
        border-radius: 6px
    }

    .gallerySingleColorInfo {
        padding: 20px;
        margin: 6px auto 40px;
        border-radius: 8px;
        font-size: 14px
    }

    .gallerySingleColorInfo.hairsetGallery {
        margin: 6px auto 30px
    }

    .gallerySinglePlanList {
        flex-basis: 100%;
        padding: 20px;
        margin-bottom: 12px;
        border-radius: 8px;
        border: 2px solid #eee
    }

    .gallerySinglePlanList>.img {
        width: 80px;
        height: 80px;
        margin: 0 16px 20px 0;
        border-radius: 8px
    }

    .gallerySinglePlanListTtl {
        font-size: 14px
    }

    .gallerySinglePlanListPrice {
        font-size: 15px;
        margin-bottom: 0
    }

    .gallerySinglePlanListPrice>span {
        font-size: 11px
    }

    .gallerySinglePlanListTtl {
        width: calc(100% - 100px);
        margin-bottom: 8px;
        padding-bottom: 0;
        font-size: 14px
    }

    .gallerySinglePlanListDetails>li {
        font-size: 12px;
        margin: 0 0 2px 15px
    }

    .btn.gallerySingle {
        display: block
    }

    .btn.gallerySingle a {
        width: 100%
    }

    .gallerySinglePlanListDetails {
        margin-top: 18px
    }

    .galleySingleTtl2.mbDif {
        margin-bottom: 24px
    }

    .galleySingleTxt {
        font-size: 14px;
        margin-bottom: 8px
    }

    .galleySingleTtlBubble {
        margin: 30px auto;
        padding: 18px 20px;
        border-radius: 8px;
        font-size: 15px
    }

    .galleySingleTtlBubble::after {
        margin: 45px auto 0
    }

    .galleySingleBlogZone {
        margin-bottom: 30px
    }

    .galleySingleTtl3 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .galleySingleBlogZone>p {
        font-size: 14px
    }

    .galleySingleTtl4 {
        margin-bottom: 6px;
        font-size: 15px
    }

    .galleryAuthor {
        padding: 24px 20px;
        border: 2px solid #eee;
        border-radius: 8px
    }

    .galleryAuthor>img {
        margin-right: 0;
        margin-bottom: 12px
    }

    .galleryAuthor>p {
        height: auto;
        font-size: 12px;
        line-height: 1.7;
        text-align: left
    }

    .galleySingleArticleList {
        flex-basis: 100%;
        max-width: 420px;
        margin-bottom: 30px
    }

    .galleySingleArticleList .img {
        width: 100%;
        height: 220px;
        border-radius: 8px
    }

    .galleySingleArticleList .img>img {
        border-radius: 8px
    }

    .galleySingleArticleList:last-of-type,
    .gallerySinglePlanList:last-of-type {
        margin-bottom: 0
    }

    .hairsetGallery.commonFlex {
        justify-content: space-between
    }

    .galleryPlanChoice {
        margin: 20px auto;
        padding: 20px 20px 12px;
        border-radius: 8px
    }

    .galleryPlanChoice>span {
        font-size: 12px;
        margin: 0 0 10px
    }

    .galleryPlanChoice>ul {
        width: 100%
    }

    .galleryPlanChoiceList {
        flex-basis: 42%;
        height: 29px;
        line-height: 29px;
        margin-right: 0;
        margin-bottom: 8px
    }

    .underContainer {
        padding: 40px 20px 50px
    }

    .shopsBtn:nth-of-type(1) {
        margin: 0 auto 20px
    }

    .btn a.btn_nav {
        height: 58px;
        line-height: 54px
    }

    .shopsBtninner {
        margin-bottom: 40px
    }

    .shopsInner {
        padding: 28px 0 40px
    }

    .shopsTtl {
        font-size: 17px;
        margin-bottom: 8px
    }

    .shopsList {
        max-width: 100%;
        height: auto;
        padding: 16px 20px 24px;
        margin: 0 auto 8px;
        border-radius: 8px
    }

    .shopsList:nth-last-of-type(1) {
        margin: 0 auto
    }

    .shopsDetail:nth-of-type(3n) {
        margin: 10px 0 16px
    }

    .img.shopsImg {
        margin-bottom: 14px
    }

    .shopsLocation {
        display: block;
        background: #fff;
        padding: 12px 15px;
        border-radius: 8px;
        margin-bottom: 8px
    }

    .locationTxt {
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.41;
        margin-bottom: 8px;
        color: #666
    }

    .locationLists>li {
        width: 74px;
        height: 33px;
        line-height: 32px;
        border: 1px solid var(--my-fourth-color);
        background: var(--my-fourth-color);
        border-radius: 40px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        font-weight: 600
    }

    .locationLists>li>a {
        width: 100%;
        height: 100%
    }

    .kimonoSelect.singleGallery.speechBubble {
        line-height: 108px
    }

    .kimonoSelect.singleGallery.speechBubble>a.active::before {
        line-height: 1;
        bottom: 65px
    }

    .gallerySinglePhotoList.kimonoSelect {
        flex-basis: 48%
    }

    .kimonoSelectBtn {
        height: 48px;
        border-radius: 8px;
        line-height: 44px;
        font-size: 14px
    }

    .console.kimonoSelectBtn {
        height: 104px;
        line-height: 100px;
        font-size: 15px
    }

    .galleryPoint.kimonoSelect {
        line-height: 155%
    }

    a.kimonoSelectBtn {
        line-height: 44px
    }

    .kimonoSelectScroll {
        overflow-x: scroll
    }

    .planS_txtzoneImg.planSingleMainImgs.kimonoSelectScroll {
        margin: 0 auto 12px
    }

    .kimonoSelectBtn.cvPoint {
        flex-basis: 49%;
        border-radius: 30px;
        font-size: 13px
    }

    a.cvPoint.kimonoSelectBtn:nth-of-type(2n) {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 12px
    }

    .kimonoSelectBtnBox {
        margin-bottom: 45px
    }

    .kimonoSelectScroll .planSingleMainImg.img {
        margin-right: 8px
    }

    .container1060 {
        padding: 40px 20px 50px
    }

    .newsLineBox {
        padding: 16px 20px 24px;
        margin-bottom: 20px;
        border-radius: 8px
    }

    .newsIcon>span {
        font-size: 20px
    }

    .newsIcon::after {
        display: block;
        width: 100%;
        height: 1px;
        margin: 0 0 10px
    }

    .newsArticle {
        padding-top: 0;
        margin-left: 0
    }

    .newsCat {
        margin-right: 0;
        padding: 4px 12px
    }

    .newsTtl {
        display: block;
        font-size: 15px;
        margin-top: 12px
    }

    .newsLineBox::after {
        display: none
    }

    .cpTxt {
        font-size: 18px
    }

    .cpTxt::before,
    .cpTxt::after {
        width: 23.71px
    }

    .cpTxtBox {
        margin-bottom: 12px
    }

    .cpTxtBox::before {
        display: none
    }

    .cpImg.img {
        max-width: 375px
    }

    .img.cpImg:hover {
        transform: none;
        opacity: .7;
        border: none
    }

    .container.iask {
        padding: 15px 8px 30px;
        overflow: hidden;
        border-bottom: 1px solid #07c
    }

    .section-box:last-child {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .search-area .search-key .key-cap {
        float: none;
        display: none
    }

    .iask .btn.search-btn,
    .search-box .input-box .input-keyword {
        height: 46px
    }

    .btn.search-btn {
        width: 92px
    }

    .search-box .input-box {
        padding-right: 98px
    }

    .ttl-h2.sp {
        border: 2px solid #07c
    }

    .iask .ttl-h2 {
        text-align: center;
        min-height: 58px;
        padding: 14px 0 0;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .iask .ttl-h2 h2 {
        font-size: 18px;
        font-weight: 700
    }

    .iask h3 {
        font-size: 15px;
        line-height: 1
    }

    .category-list>ul>li>h3>.linkbox {
        height: 55px
    }

    .category-list>ul>li {
        margin-bottom: 10px
    }

    .list-box ul li {
        margin-bottom: 5px
    }

    .list-box ul li a {
        display: inline-block;
        padding: 5px 24px 8px 42px
    }

    .list-box ul li a:before {
        width: 32px;
        height: 32px
    }

    .list-box li a .question {
        display: inline-block;
        font-size: 15px;
        color: #333;
        width: 100%
    }

    .detail-faq-area .ttl-h2.question:before {
        width: 32px;
        height: 32px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700
    }

    .detail-faq-area .ttl-h2.question h2 {
        font-size: 18px;
        padding: 0 0 0 40px
    }

    .detail-faq-area .answer .edit-area:before {
        width: 32px;
        height: 32px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 700;
        padding-top: 1px
    }

    .detail-faq-area .answer .edit-area {
        padding: 0 0 0 40px
    }

    .detail-faq-area .questionary {
        width: 100%;
        max-width: 630px
    }

    .detail-faq-area .questionary .ttl-h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .detail-faq-area .questionary .ttl-h3 h3 {
        font-size: 14px
    }

    .detail-faq-area .questionary .choices-box li:first-child {
        margin-right: 10px
    }

    .detail-faq-area .questionary .choices-box li {
        width: 47%
    }
}

@media all and (min-width:820px) and (max-width:1024px) {
    .top-kv.newFront {
        height: 50vw
    }

    .front_flex.frontFeatures_lists {
        width: 480px
    }

    .frontStores.front_flex {
        display: flex
    }

    .planR_singlePlans.front_flex {
        width: 670px
    }

    .front_container {
        padding: 50px 40px
    }

    .frontAbout.front_flex {
        display: flex
    }

    .aboutLink .img {
        width: 95%
    }

    .frontSituationFlex.front_flex {
        display: flex
    }

    .singleSituation.front_flex_child.col30 {
        flex-basis: 45%
    }
}