@charset "utf-8";
/*header*/
#header {
    position: relative;
}

#header .flex-container {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    max-width: 750px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 20px 0 20px;
}

/*mi*/
#mi {
    background: url(../img/mi_bg.jpg) no-repeat center top;
    position: relative;
    margin-top: 80px;
}
#mi .box:first-child{height:753px;}

#mi_txt01 {
    position: absolute;
    left: 65px;
    top: 130px;
}

#mi_txt02 {
    position: absolute;
    left: 65px;
    top: 202px;
}

    
#mi_txt03 {
    position: absolute;
    left: 73px;
    top: 460px;
}

    
#mi_txt04 {
    position: absolute;
    left: 446px;
    top: 398px;
}

#mi_txt05 {
    position: absolute;
    right: 20px;
    top: 300px;
}

/* #mi .btn_box01 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
} */

#mi .flex-container {
    left: 0;
    right: 0;
    margin-top: -60px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 20px;
}

/*campaign*/
#campaign {
    position: relative;
    background: url(../img/campaign_bg.jpg) no-repeat center top;
}

#campaign + .box{height:517px;}

#campaign .flex-container {
    max-width: 710px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#campaign .box, #data .box {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
}


/*clean*/
#clean {
    background: url(../img/clean_bg.jpg) no-repeat center top;
    position: relative;
}

#clean .box{height:601px;}

#clean .flex-container {
    max-width: 452px;
    margin-left: 39px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 105px;
}

#clean_human {
    position: absolute;
    right: 0;
    top: 145px;
}


/*voice*/
#voice {
    position: relative;
}


/*movie*/
#movie {
    background: url(../img/movie_bg.jpg) no-repeat center top;
    position: relative;
}
#movie .box{height:554px;}


/*orange*/
#orange {
    background: url(../img/orange_bg.png) no-repeat center top;
    position: relative;
    margin-top: -71px;
}
#orange .box:first-child{height:269px;}


/*trouble01*/
#trouble01 {
    background: url(../img/trouble01_bg.jpg) no-repeat center top;
    position: relative;
    margin-top: 40px;
}

#trouble01 .box{height:696px;}

#trouble01_txtbox{
    position: absolute;
    left: 25px;
    top: 231px;
}

#trouble01_txt01{
    position: absolute;
    left: 50px;
    top: 261px;
}

#trouble01_txt02{
    position: absolute;
    left: 50px;
    top: 361px;
}

#trouble01_txt03{
    position: absolute;
    left: 50px;
    top: 457px;
}

#trouble01_txt04{
    position: absolute;
    left: 50px;
    top: 556px;
}

#trouble01_human{
    position: absolute;
    right: 10px;
    top: 180px;
    z-index: 10;
}


/*trouble02*/
#trouble02 {
    background: url(../img/trouble02_bg.jpg) no-repeat center top;
    position: relative;
}

#trouble02 .box{height:539px;}

#trouble02_ttl{
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 20;
}

#trouble02_txt01{
    position: absolute;
    right: 38px;
    top: 140px;
}

#trouble02_txt02{
    position: absolute;
    right: 52px;
    top: 216px;
}

#trouble02_txt03{
    position: absolute;
    right: 9px;
    top: 293px;
}

#trouble02_txt04{
    position: absolute;
    right: 19px;
    top: 370px;
}

#trouble02_txt05{
    position: absolute;
    left: 205px;
    top: 102px;
}


/*result*/
#result {
    background: url(../img/result_bg.jpg) no-repeat center top;
    position: relative;
}

#result .box{height:275px;}

#result_ttl{
    position: absolute;
    top: 30px;
    left: 20px;
}

#result_txt01{
    position: absolute;
    left: 20px;
    top: 117px;
    z-index:10;
}

#result_txt02{
    position: absolute;
    right: 179px;
    top: 18px;
}

#result_human{
    position: absolute;
    right: 3px;
    top: -45px;
}


/*reason*/
#reason {
    background: url(../img/reason_bg.jpg) no-repeat center top;
    position: relative;
    margin-bottom: 80px;
}

#reason .flex-container {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*lesson*/
#lesson {
    background: url(../img/green_border.jpg) no-repeat center top;
    position: relative;
    margin-top: 38px;
}

#lesson_box01_txt{
    position: absolute;
    top: 206px;
    left: 55px;
}

#lesson_box01_btn01{
    position: absolute;
    top: 306px;
    left: 55px;
}

#lesson_box01_btn02{
    position: absolute;
    top: 376px;
    left: 55px;
}

#lesson_box02_txt{
    position: absolute;
    top: 112px;
    left: 55px;
}

/*slide*/
#slide {
    background: url(../img/slide_bg.jpg) no-repeat center top;
    position: relative;
    padding-top: 12px;
}

#slide .box{height:320px;}


/*change*/
#change {
    background: url(../img/change_bg.jpg) no-repeat center top;
    position: relative;
    padding-top: 1px;
}

#change .box{height:394px;}

#change_txt01{
    position: absolute;
    top: 127px;
    left: 65px;
}

#change_txt02{
    position: absolute;
    top: 239px;
    left: 70px;
}


/*user*/
#uservoice {
    position: relative;
    margin-bottom: 80px;
}

#uservoice .flex-container {
    max-width: 710px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* form */
#form {
    position: absolute;
    top: -80px;
}
.formDateContent {
    display: flex;
    justify-content: space-between;
}
.formDateContent input {
    width: 55%;
    margin-right: 10px;
    cursor: pointer;
}
.formDateContent div {
    width: 25%;
    margin-right: 10px;
}
.formDateContent div:last-child {
    margin-right: 0;
}

#contactForm {
    width: 640px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.formRow {
    margin-bottom: 20px;
}
.formLeft {
    display: block;
    color: #2e3860;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 10px;
    position: relative;
}
.formRight {position: relative;
    color: #2e3860;
    font-weight: bold;
    font-size: 3.2rem;
}

.formLeft span {
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
    padding: 2px 12px;
    margin: 0 0 0 10px;
    background: #f18104;
    position: relative;
    top: -2px;
}
.formLeft span.free {
    background: #ccc;
}

.datepicker {
    font-size: 28px;
    width: 500px;
}

.datepicker--cell {
    height: 64px;
}

.datepicker--day-name {
    font-size: 1em;
    color:#9896c8 !important;
}

.datepicker--nav-title, .datepicker--nav-action {
    font-size: 1em;
}

.datepicker--nav {
    min-height: 64px;
}

.datepicker--time-icon {
    font-size: 32px;
    width: 2em;
    height: 2em;
}

.datepicker--nav-action {
    width: 64px;
}

.datepicker--nav-action svg {
    width: 64px;
    height: 64px;
}


.custom-checkbox {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 30px;
}
.custom-checkbox input[type="checkbox"]{
    display: none;
}
.custom-checkbox .vir-label{
    cursor: pointer;
    display: inline-block;
    padding-bottom: 0px;
}
.custom-checkbox .vir-content{
    vertical-align: middle;
    color: #2e3860;
    font-weight: bold;
    font-size: 4rem;
}
.custom-checkbox .vir-checkbox {
    width: 34px;
    height: 34px;
    background: #FFF;
    border: 2px solid #ccc;
    border-radius: 6px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}
.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox .vir-checkbox {
    background: #2aa1c0;
}
.custom-checkbox input[type="checkbox"]:checked + .vir-label .vir-checkbox:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 10px;
    height: 18px;
    border: solid #f94d84;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.formDes {
    border: 1px solid #CCC;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.formDes p {
    color: #706770;
    font-size: 2.5rem;
}

#btnLine {
    width:520px;
}

.formRowRadio input[type=radio] {
    width: 22px;
    height: 22px;
}

.formRowRadio input[type=radio]:not(:first-child) {
    margin-left: 20px;
}


/*list-shop*/
#list-shop .box{
    background-color: #0ca26c;
}

.listShopTitle {
    padding: 40px 0 20px 0;
}

.listShopTitle p {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    font-family: 'Tsukushi-B-Round-Gothic-Std-B', sans-serif;
    letter-spacing: 0.5rem;
}
button.collapsible  {
    display: block;
    position: relative;
    margin: 58px auto 55px auto;
    width: 422px;
    max-width: 100%;
    font-size: 2.35rem;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background: #f6f6fa;
    border-radius: 18px;
    padding: 20px 60px 20px 0;
    text-align: right;
    box-sizing: border-box;
    outline: none;
    border: none;
    cursor: pointer;
}

button.collapsible:after {
    content: '';
    position: absolute;
    width: 40.9px;
    height: 40.9px;
    background-image: url('../img/open.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

button.collapsible.active:after {
    background-image: url('../img/open.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.listShopAddress .collapsible {
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    width: calc(100% - 80px);
    font-weight: 500;
    text-align: center;
    padding: 25px 0;
    color: #0ca26c;
    border-radius: 9px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    border: none;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.listShopAddress .collapsible:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background-image: url('../img/open.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 21px;
    top: 50%;
    transform: translate(0, -50%);
}

.listShopAddress .collapsible.active:after {
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.listShopAddress {
    /*background-color: #4D4D4D;*/
}

.listShopAddress ul {
    width: 725px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listShopAddress ul li {
    width: 100%;
    padding-bottom: 20px;
}

.listShopAddress ul li:last-child {
    padding-bottom: 45px;
}

.listShopAddress ul li .shopAddressContent {
    background-color: #FFF;
    padding: 30px 30px;
    box-sizing: border-box;
    margin-top: -10px;
    border: 1px solid #0071B7;
    border-radius: 0 0 9px 9px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.listShopAddress ul li .shopHairMap {
    position: relative;
    height: 160px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.listShopAddress ul li .shopHairMap iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.listShopAddress .collapsibleContent .shopMapDes {
    padding-bottom: 40px;
    display: flex;
}


.listShopAddress .collapsibleContent .shopMapDes:last-child {
    padding-bottom: 0;
}

.listShopAddress .collapsibleContent .shopMapDes p {
    color: #333;
    font-size: 2.9rem;
    line-height: 1.45;
    font-weight: 500;
}

.listShopAddress .collapsibleContent .shopMapDes p.title {
    font-size: 2.9rem;
    line-height: 1.45;
    font-weight: 500;
    width: 145px;
}

.listShopAddress .collapsibleContent .shopMapDes p.offday {
    color: #ED1C24;
    font-weight: bold;
}

.listShopAddress ul li .shopAddressContent {
    border: none;
}

.listShopAddress li > .collapsibleContent {
    padding: 0px 40px 20px 40px;
    box-sizing: border-box;
    border-radius: 9px;
}

.listShopAddress li > .collapsibleContent .collapsible {
    padding: 15px 0;
    background: linear-gradient(-37deg, #f6f6fa 0%, #f6f6fa 50%, #fff 50%, #fff 100%);
    color: #7370b4;
    border-radius: 9px;
    margin: 0 auto 20px;
    width: calc(100% - 60px);
}

.listShopAddress li > .collapsibleContent .collapsible.active {
    margin-bottom: 0;
    z-index: 1;
}

.listShopAddress li > .collapsibleContent .collapsible:after {
    width: 40px;
    height: 40px;
}

.listShopAddress li > .collapsibleContent .collapsible.active:after {
    border-radius: 50%;
}

.listShopAddress li > .collapsibleContent .collapsibleContent {
    padding: 74px 30px 10px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    margin: -44px auto 20px;
    background-color: #807ea9;
    box-shadow: 1px 1px 0 #ffffff30;
}

.listShopAddress li > .collapsibleContent > .collapsibleContent .collapsible {
    background: linear-gradient(-37deg, #f6f6fa 0%, #f6f6fa 50%, #fff 50%, #fff 100%);
    margin: 0 auto 20px;
    width: calc(100% - 60px);
}

.listShopAddress li > .collapsibleContent > .collapsibleContent .collapsibleContent {
    padding: 74px 30px 30px 30px;
    background-color: #fff;
    margin: -65px auto 30px;
}

.listShopAddress li > .collapsibleContent > .collapsibleContent .shopAddressContent {
    padding: 0;
}
/*end list shop*/


/*qa block*/
.collapsibleContent {
    display: none;
}

.qa {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#qa .box{
    background-color: #ebf9f3;
}

.qaTitle {
    margin-bottom: 20px;
    padding-top: 45px;
}

.qaTitle p {
    text-align: center;
    font-size: 5.2rem;
    font-weight: 500;
    color: #7370b4;
}

.qaText {
    margin-bottom: 25px;
}

.qaText p {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
    color: #706770;
}

.qaList {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.qaItem {
    margin-bottom: 30px;
    width: 640px;
    box-sizing: border-box;
    position: relative;
}

.qaItem:last-child {
    margin-bottom: 60px;
}

.qTitle {
    display: flex;
    align-items: center;
    padding: 20px 0 20px 12px;
    background: #0ca26c;
}

.qTitle .bigQ {
    background: url(../img/faq_q.png) no-repeat center top;
    width: 60px;
    height: 80px;
}

.bigA {
    position: absolute;
    left: 20px;
    background: url(../img/faq_a.png) no-repeat center top;
    width: 51px;
    height: 58px;
}

.qTitle p {
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
    line-height: 4.0rem;
    letter-spacing: 0.06em;
    width: 510px;
}

.qa .collapsibleQa {
    display: flex;
    align-items: center;
    height: 89px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: #fff;
}

.qa .collapsibleQa p {
    padding-left: 102px;
    font-size: 3.0rem;
    color: #0ca26c;
    display: flex;
    align-items: center;
}

.qa .collapsibleQa p:before {
    content: "回答を見る";
}

.qa .collapsibleQa p:after {
    content: url(../img/plus.svg);
    margin-top: 10px;
    margin-left: 7px;
}

.qa .collapsibleQa.active p:before {
    content: "回答を閉じる";
}

.qa .collapsibleQa.active p:after {
    content: url(../img/minus.svg);
    margin-top: 10px;
    margin-left: 7px;
}


.qa .collapsibleContent {
    font-size: 1.8rem;
    line-height: 3rem;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 40px 0px 102px;
    color:#333;
}

/*end qa block*/

/* price */
#price .box {
    max-width: 710px;
}


/*fb*/
.fb_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1000;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    max-width: 750px;
    background:#fff;
    padding: 20px 0px;
}

#fb_txt{
    position: absolute;
    left: 46px;
    bottom: 85px;
}

.pc { display: block !important; }
.sp { display: none !important; }




/* thanks.html */
#thanks h1 {
    margin-bottom: 15px;
    font-size: 3.6rem;
    color: #0ca26c;
}
#thanks p {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}
#thanks a {
    margin-bottom: 30px;
    display: inline-block;
}









/********************************************************************************************/
@media screen and (max-width: 480px) {

    /* Fixedイメージの処理 */
    
.pc { display: none !important; }
.sp { display: block !important; }


}

html {
    scroll-behavior: initial;
}

/*CHICKENGOLF-152*/
#list-shop .box {
    background-color: #FFF;
}

.listShopAddress ul {
    width: 640px;
}

#list-shop .shopMapDes {
    display: flex;
    justify-content: center;
}

#list-shop .shopMapDes dt {
    width: 170px;
}

#list-shop .shopMapDes dd {
    width: 420px;
}
/*End CHICKENGOLF-152*/