@charset "UTF-8";
/*
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 1.8em;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
}

p {
    line-height: 1.7em;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.05em;
}

a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}
.f_jos{
    font-family: 'Josefin Sans', sans-serif;
}
/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.08em;
}




.c_01 {
    color: #D33737;
    font-weight: 700;
}


/**************/


.iw100 img {
    max-width: 100%;
    width: 100%;
}

.iw375 img {
    max-width: 375px;
    width: 100%;
}

.iw330 img {
    max-width: 330px;
    width: 100%;
}

.iw90 img {
    max-width: 90px;
    width: 100%;
}


/**************/
.f10 {
    font-size: 10px !important;
}

.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.f21 {
    font-size: 21px !important;
}

.f22 {
    font-size: 22px !important;
}

.f23 {
    font-size: 23px !important;
}

.f24 {
    font-size: 24px !important;
}

.f25 {
    font-size: 25px !important;
}

.f26 {
    font-size: 26px !important;
}

.f27 {
    font-size: 27px !important;
}

/**************/

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb0{
	margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/**************/
.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.txt_l {
    text-align: left !important;
}

/**************/

.float_sb {
    display: flex;
    justify-content: space-between;
}

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

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}



.type_01,
.type_02 {
    display: flex;
    justify-content: space-between;
}

.type_01 .l_box {
    max-width: 525px;
    width: 47%;
}

.type_01 .r_box {
    max-width: 520px;
    width: 47%;
}

.type_02 .l_box {
    max-width: 525px;
    width: 47%;
    order: 2;
}

.type_02 .r_box {
    max-width: 525px;
    width: 47%;
    order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
    max-width: 525px;
    width: 100%;
}



.type_03 {
    display: flex;
    justify-content: space-between;
}

.type_03 .r_box {
    max-width: 570px;
    width: 64%;
}

.type_03 .l_box {
    max-width: 280px;
    width: 32%;
}

.type_03 .l_box img {
    max-width: 100%;
}


.type_04 {
    display: flex;
    justify-content: space-between;
}

.type_04 .r_box {
    max-width: 680px;
    width: 62%;
    order: 1;
}

.type_04 .l_box {
    max-width: 370px;
    width: 34%;
    order: 2;
}

.type_04 .l_box img {
    max-width: 100%;
}


/**************/

article {
    padding-top: 80px;
    padding-bottom: 100px;
}


.frame {
    max-width: 1130px;
    padding: 0 15px;
    margin: auto;
}

.w900 {
    max-width: 900px;
    margin: auto;
}

.w900_a {
    max-width: 900px;
    margin: auto;
}

.w760 {
    max-width: 760px;
    margin: auto;
}


.bg_a {
    background-color: #fff;
}


/**************/





.txt_link a {
    text-decoration: underline;
}



/**************/

.fw_n {
    font-weight: 400 !important;
}

.fw_b {
    font-weight: 700 !important;
}


/**************/

.ttl_01 {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.ttl_01 span {
    font-size: 32px;
    line-height: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
    padding: 0 30px;
}

.ttl_01 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url("../images/common/ttl_04_l.png");
    width: 8px;
    height: 28px;
    background-size: 100%;
}

.ttl_01 span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    background-image: url("../images/common/ttl_04_r.png");
    width: 8px;
    height: 28px;
    background-size: 100%;
}



.ttl_02 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
}

.ttl_02 span {
    font-size: 18px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    line-height: 1.9em;
}

.ttl_02 span:before {
    content: "";
    position: absolute;
    border-left: 1px solid #333;
    width: 1px;
    height: 20px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



.ttl_03 {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 10px;
}

.ttl_03 span {
    color: #ADADAD;
    font-size: 14px;
    padding-left: 15px;
}

.ttl_04 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.ttl_04_c {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 22px;
    text-align: center;
    font-weight: 700;
}


.ttl_05 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 40px;
    text-align: center;
}
.ttl_05_l {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.ttl_06 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.ttl_07 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 20px;
}


.ttl_08 {
    background-image: url("../images/common/icon_04.png");
    background-size: 17px;
    background-position: left 5px;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: 700;
}

.ttl_08_a {
    background-image: url("../images/common/icon_04_a.png");
    background-size: 17px;
    background-position: left 5px;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: 700;
}

.ttl_08_b {
    background-image: url("../images/common/icon_04_b.png");
    background-size: 17px;
    background-position: left 5px;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: 700;
}






.ttl_09 {
    background-image: url("../images/common/icon_05.png");
    padding-left: 12px;
    background-position: left 10px;
    line-height: 1.5em;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    background-size: 4px 4px;
    text-align: left;
}

.ttl_09_l {
    background-image: url("../images/common/icon_05.png");
    padding-left: 12px;
    background-position: left 10px;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 600;
    background-size: 4px 4px;
    text-align: left;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.ttl_10 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: center;
}

.ttl_11 {
    color: #B5B5B5;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
    background-image: url("../images/common/icon_06.jpg");
    background-size: 10px;
    background-position: left 7px;
    padding-left: 19px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.ttl_12 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: center;
}

.ttl_13 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

/**************/

.day {
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
}









.tag_a a {
    font-size: 12px;
    line-height: 1em;
    border: 1px solid #DDDDDD;
    display: inline-block;
    padding: 4px 10px;
    margin-right: 7px;
    font-weight: 700;
}




/**************/

.table_02 {
    border-collapse: collapse;
    border: 0;
    font-size: 16px;
    width: 100%;
}

.table_02 th {
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    padding: 20px 0 20px;
    width: 90px;
    line-height: 1.4em;
    vertical-align: top;
}

.table_02 td {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0 20px;
}

/**************/

.list_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_a:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.list_a li {
    max-width: 340px;
    width: 31%;
}

.list_a li .up_img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

.list_a li .up_img img {
    aspect-ratio: 17 / 11;
    width: 100%;
    object-fit: cover;
    height: auto;
    transition: transform .6s ease;
}

.list_a li .float_ft {
    margin-bottom: 10px;
}

.list_a li .float_ft .day {
    margin-right: 10px;
    margin-top: 7px;
}

.list_a li p a {
    font-weight: 700;
}




.list_a_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_a_2 li {
    max-width: 390px;
    width: 48%;
    margin-bottom: 50px;
}

.list_a_2 li .up_img {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    margin-bottom: 18px;
}

.list_a_2 li .up_img img {
    aspect-ratio: 17 / 11;
    width: 100%;
    object-fit: cover;
    height: auto;
    transition: transform .6s ease;
}

.list_a_2 li h2 {
    font-weight: 700;
    font-size: 16px;
}

.list_a_2 li .float_ft {
    margin-bottom: 10px;
}

.list_a_2 li .float_ft .day {
    margin-right: 10px;
    margin-top: 7px;
}

.list_a_2 li p a {
    font-weight: 700;
}











.list_b {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list_b li {
    background-color: #fff;
    max-width: 340px;
    width: 32%;
    margin: 0 1% 2%;
    text-align: center;
    padding: 40px;
}

.list_b li .icon_img img {
    max-width: 52px;
    margin-bottom: 15px;
}


.list_c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list_c li {
    max-width: 235px;
    width: 22%;
    margin: 0 1% 2%;
}


.list_c li img {
    max-width: 100%;
}





.list_d {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_d li {
    width: 48%;
    max-width: 525px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}





.list_e {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_e li {
    width: 48%;
    max-width: 525px;
    margin-bottom: 50px;
}

.list_e li img {
    max-width: 525px;
    width: 100%;
}



.list_03 p {
    background-image: url("../images/common/icon_05.png");
    padding-left: 12px;
    background-position: left 10px;
    line-height: 1.5em;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    background-size: 4px 4px;
    text-align: left;
}

.list_03 p:last-child {
    margin-bottom: 0;
}




.list_04 li {
    background-image: url("../images/common/icon_05.png");
    padding-left: 12px;
    background-position: left 12px;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    background-size: 4px 4px;
    text-align: left;
}

.list_04 li:last-child {
    margin-bottom: 0;
}



/**************/

.btn_01 {
    margin-top: 40px;
}

.btn_01 a {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none !important;
    margin-right: 20px;
}

.btn_01 a:hover {
    opacity: 1;
}

.btn_01 a span {
    position: relative;
    padding-right: 50px;
}

.btn_01 a span:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/icon_03.png");
    width: 41px;
    height: 10px;
    background-size: 100%;
    bottom: 0;
    top: 0;
    right: -22px;
    z-index: 10;
    margin: auto;
}

.btn_01 a span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn_01 a:hover span:after {
    transform: scale(1.2);
}










.btn_03 {
    margin-top: 40px;
}

.btn_03 a {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none !important;
}

.btn_03 a:hover {
    opacity: 1;
}

.btn_03 a span {
    position: relative;
    padding-right: 50px;
}

.btn_03 a span:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/icon_02.png");
    width: 10px;
    height: 8px;
    background-size: 100%;
    bottom: 0;
    top: 0;
    right: 15px;
    z-index: 10;
    margin: auto;
}

.btn_03 a span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn_03 a:hover span:after {
    transform: scale(1.2);
}









/**************/


.pan_list {
    width: 100%;
    padding: 10px 0px;
}

.pan_list ul {
    padding: 0 10px;
    line-height: 1.4em;
}


.pan_list ul li {
    display: inline;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
    padding-left: 15px;
    margin-left: 8px;
}


.pan_list ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.pan_list ul li:last-child a {
    margin-right: 0;
    color: #333;
}

.pan_list ul li a {
    position: relative;
    display: inline;
    color: #333333;
    font-size: 11px;
}

.pan_list ul li:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    background-image: url("../images/common/icon_pan.png");
    width: 6px;
    height: 12px;
    background-size: 100%;
}

.pan_list ul li:first-child:after {
    content: "";
    right: 0;
    background-image: none;
}


/**************/


/**************/


.nav_area > nav > ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav_area > nav > ul > li {
    margin-left: 40px;
}

.nav_area > nav > ul > li > a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    padding-top: 15px;
    display: block;
}

.nav_area > nav > ul a:hover {
    font-size: 16px;
}

.sub_nav_btn > a {
    background-image: url("../images/common/nav_on.png");
    background-size: 14px;
    background-position: right 27px;
    padding-right: 20px;
	cursor: pointer;
}

.sub_nav_btn.btn_off > a {
    background-image: url("../images/common/nav_off.png");
    background-size: 14px;
    background-position: right 27px;
    padding-right: 20px;
}

.sub_nav {
    left: 0;
    top: 100%;
    display: none;
    position: absolute;
    background-color: rgba(244, 245, 247, 0.95);
    z-index: 100;
    width: 100%;
}

.sub_nav > ul {
    display: flex;
    justify-content: center;
}

.sub_nav > ul > li {
    line-height: 1.3em;
    padding: 10px 0;
    margin: 0 15px;
}

.sub_nav a {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.4em;
    display: inline-block;
    padding: 5px 0px 5px 10px;
    color: #333333;
    font-weight: 600;
    white-space: nowrap;
}




.sub_nav .pc_nav_icon a {
    background-image: url("../images/common/icon_01.png");
    background-size: 13px;
    background-position: right 11px;
    padding-right: 20px;

}

.link_out {}

.sub_nav .link_out a {
    background-position: right 13px;
}




#top_head {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    z-index: 100;
    padding-top: 11px;
}

#top_head:after {
    content: "";
    display: block;
}

#top_head a,
#top_head {
    text-decoration: none;
}

#top_head .head_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

#top_head h1 {
    width: 33%;
    padding-left: 15px;
}

#top_head h1 img {
    max-width: 200px;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}








#top_head .link_out_a a {
    background-position: right 11px;
    background-color: #F4F5F7;
    padding: 5px 20px 5px 20px;
}

#top_head .link_out_a a span {
    background-image: url("../images/common/icon_02.png");
    background-size: 10px;
    background-position: right 9px;
    padding-right: 15px;
}
















#top_head.fixed_top .h_area,
#top_head.fixed_top .head_inner,
#top_head.fixed_top h1 img,
#top_head.fixed_top .h_area {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#top_head.fixed_top {
    z-index: 1000;
    padding-top: 5px;
}

#top_head.fixed_top .head_inner {}

#top_head.fixed_top h1 img {
    width: 100%;
    max-width: 200px;
}

#top_head.fixed_top .nav_area > nav > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: right 21px;
}

#top_head.fixed_top:after {
    width: 100%;
    /*margin-top: 10px;*/
}

#top_head.fixed_top .h_area {
    display: none;
}


#top_head.fixed_top .link_out_a a {
    padding: 5px 20px 5px 20px !important;
}






/**************/






#navToggle {
    position: fixed;
    right: 15px;
    top: 21px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

#navToggle div {
    position: relative;
}

#navToggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    border-bottom: solid 2px #333333;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

#navToggle span:nth-child(1) {
    top: 2px;
}

#navToggle span:nth-child(2) {
    top: 9px;
}

#navToggle span:nth-child(3) {
    top: 16px;
}

.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}





.sp_head {
    height: 60px;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: fixed;
    background-color: #fff;
}

.sp_nav.on {
    height: 100vh;
}


.sp_nav {
    overflow-y: scroll;
    position: fixed;
    height: auto;
    left: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #F4F5F7;
    margin-top: 59px;
}

.sp_area {
    padding: 20px 0 10px;
    height: 90px;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
}

.sp_nav > ul {
    display: none;
    padding: 20px 50px 150px;
}

.sp_nav > ul > li {
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}


.sp_nav > ul > li > a {
    color: #333333;
    padding: 20px 0 20px 0;
    line-height: 1.4em;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
}


.s_logo {
    position: fixed;
    left: 15px;
    top: 16px;
    z-index: 1000;
}

.s_logo img {
    max-width: 298px;
    width: 70%;
}





.sub_nav_list {
    display: none;
    padding-left: 10px;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sub_nav_list > li {
    margin-bottom: 10px;
}




.sp_sub_nav > span {
    display: block;
    position: relative;
    color: #333333;
    padding: 20px 0 20px 0;
    line-height: 1.4em;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}


.sp_sub_nav > span:before {
    content: "";
    background-image: url("../images/common/nav_on.png");
    width: 14px;
    height: 6px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 27px;
}

.sp_sub_nav .s_nav_open:before {
    content: "";
    background-image: url("../images/common/nav_off.png");
    width: 14px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 27px;
}



.sub_nav_list > li a {
    color: #333;
    padding: 3px 0 3px 0;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
}

.sp_sub_nav > ul > li.s_nav_01 a {
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 400 !important;
}


.sp_nav > ul .sp_nav_a img {
    max-width: 270px;
    width: 100%;
}

.sp_nav > ul .sp_nav_b a {
    font-weight: 400;
}







/**************/

.link_out a {
    background-image: url("../images/common/icon_02.png");
    background-size: 10px;
    background-position: right 8px;
    padding-right: 15px;
}

.link_out_b a span {
    background-image: url("../images/common/icon_02.png");
    background-size: 10px;
    background-position: right 7px;
    padding-right: 15px;
}

/**************/


/**************/


.page_ttl_area {
    margin-top: 77px;
    background-image: url("../images/common/page_bg.jpg");
    background-repeat: repeat;
    background-position: top left;
    background-size: 12px;
    height: 164px;
}


.page_ttl_area .page_ttl {
    padding: 0 15px;
    color: #333333;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page_ttl_area .page_ttl span {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}





/**************/

.mv_area {
    margin-top: 160px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
}

.mv_area .mv_img img {
    max-width: 379px;
    width: 100%;
    margin-bottom: 60px;
}

.mv_area h3 {
    font-size: 23px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.mv_area .mv_txt_a {
    font-size: 16px;
    font-weight: 700;
    background-image: url("../images/top/icon_01.jpg");
    background-size: 1px;
    background-position: bottom center;
    padding-bottom:37px;
    margin-bottom: 10px;
    line-height: 1.9em;
}

.mv_area .mv_txt_b {
    font-size: 14px;
    font-weight: 700;
}


/**************/

.top .box01 {
    background-image: url("../images/top/img_01.jpg");
    background-size: 1980px;
    background-position: center top;
    padding: 0 0 130px;
}

.top .box01 .inner {
    padding-top: 380px;
    max-width: 525px;
    width: 100%;
}


.top .box01 .inner .btn_01 {
    text-align: right;
}

.top .box02 .type_01 {
    margin-bottom: 60px;
}

.top .box02 .btn_01 {
    text-align: right;
}

.top .box03 {
    padding: 40px 0 100px;
}

.top .box03 .frame {
    padding-top: 100px;
    border-top: 2px dashed #333;
}



.top .box03 .btn_03 {
    text-align: right;
}

.top .box03 .table_02 {
    margin-bottom: 20px;
}


.top .box03 .table_02 {
    margin-top: -20px;
}


.top .box04 {
    padding: 100px 0;
    background-image: url("../images/top/bg_01.jpg");
    background-size: cover;
    background-position: center bottom;
}

.top .box04 .inner_bg {
    padding: 100px 0;
    background-image: url("../images/top/img_06.png");
    background-size: 1670px;
    background-position: center;
    text-align: center;
}

.top .box05 {
    padding: 100px 0 20px;
}

.top .box05 .btn_01 {
    text-align: center;
}





/**************/

.about .box01 {
    margin-bottom: 50px;
}

.about .bg_01 {
    background-image: url("../images/about/img_01.jpg");
    height: 340px;
    background-position: center;
    background-size: 2000px;
    margin-bottom: 100px;
}

.about .box02 {
    text-align: center;
    margin-bottom: 100px;
}

.about .box03 {
    margin-bottom: 120px;
}

.about .box03 h3.ttl_04 {
    margin-bottom: 25px;
}

.about .box04 {
    background-image: url("../images/about/bg_01.jpg");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    margin-bottom: 110px;
}

.about .box05 {
    margin-bottom: 120px;

}


.about .box06 {
    padding: 0 0 120px;
}


.service_box {
    border-top: 2px dashed #333;
    padding: 100px 0 0;
}



/**************/
.menu {
    padding-bottom: 40px;
}

.menu .box01 {
    margin-bottom: 100px;
}

.menu .box01 .inner {
    margin-bottom: 50px;
}

.menu .box01 .inner:last-child {
    margin-bottom: 0;
}

.menu .box01 .inner .inner_02 {
    margin-bottom: 30px;
}

.menu .box01 .w900 {
    padding-bottom: 20px;
    border-bottom: 2px dashed #333333;
    margin-bottom: 30px;
}


.menu .box02 {}








/*****/

.salon_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.salon_list li {
    width: 48%;
    max-width: 525px;
    margin-bottom: 55px;
}

.salon_list li .ttl_02 {
    justify-content: center;
}

.salon_list li a {
    display: block;
}

.salon_list li img {
    max-width: 100%;
    margin-bottom: 18px;
}

.btn_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.btn_box img {
    max-width: 160px !important;
    width: 100%;
    margin: 0 5px 10px;
}


/**************/
.salon {
    padding-bottom: 50px;
}

.salon .box01 {
    margin-bottom: 100px;
}

.salon .box01 .btn_box {
    margin-bottom: 70px;
}

.salon .box01 .txt_c {
    margin-bottom: 30px;
}

.salon .box01 .iw100 {
    margin-bottom: 30px;
}

.salon .box01 .iw375 {
    text-align: center;
    margin-bottom: 30px;
}

.salon .box02 {
    margin-bottom: 110px;
}

.salon .box02 .btn_map img,
.rental_dressing .btn_map img,
.memorial .btn_map img {
    max-width: 160px;
}


.salon .box02 .gmap iframe,
.rental_dressing .gmap iframe,
.memorial .gmap iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 34 / 19;
}

.salon .box02 .type_04,
.rental_dressing .type_04,
.memorial .type_04 {
    margin-bottom: 35px;
}

.salon .box02 .list_d,
.rental_dressing .list_d,
.memorial .list_d {
    margin-bottom: 80px;
}





.bg_box_a {
    border-top: 2px dashed #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #333333;
}

.bg_box_a .inner {
    background-color: #F4F5F7;
    padding: 45px 20px 50px;
}

.bg_box_a .ttl_01 {
    margin-bottom: 30px;
}


.bg_box_a .inner .float_sb {
    max-width: 690px;
    margin: auto;
	justify-content: center;
}

.bg_box_a .inner .float_sb > div {
    max-width: 330px;
	margin: 0 7px 10px;
    width: 48%;
}

.bg_box_a .inner .float_sb img {
    max-width: 330px;
    width: 100%;
    margin-bottom: 15px;
}

.bg_box_a .inner .f14.txt_c.fw_b {
    margin-bottom: 10px;
}

/**************/


.hair .box01 {
    text-align: center;
    margin-bottom: 110px;
}

.hair .box01 .iw375 {
    margin-bottom: 20px;
}

.hair .box01 p {
    margin-bottom: 30px;
}

.hair .box02 .frame {
    border-bottom: 2px dashed #333;
    padding-bottom: 20px;
}


.hair .box03 {
    padding: 110px 0;
}

.hair .box03 .iw375 img {
    margin: 0 auto 100px;
    display: block;
}

.hair .box03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hair .box03 ul li {
    max-width: 245px;
    width: 23%;
    margin-bottom: 30px;
}

.hair .box03 ul li img {
    width: 100%;
}

/**************/

.column_area {
    display: flex;
    justify-content: space-between;

}

.column_area .main_area {
    max-width: 815px;
    width: 75%;
}


.column_area .side_area {
    max-width: 245px;
    width: 23%;
}

.column_area .side_area .s_box {
    margin-bottom: 30px;
}



.info_single {}

.info_single .float_ft {
    margin-bottom: 15px;
}

.info_single .float_ft .day {
    margin-right: 13px;
    margin-top: 9px;
}



.info_single .editor {
    margin-bottom: 60px;
}

.info_single .btn_01 {
    text-align: center;
}

/**************/
.wp-pagenavi {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.wp-pagenavi a {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #fff;
    border: 1px solid #333333;
    color: #333333;
    font-weight: normal;
    padding: 8px 15px 3px;
    margin: 7px 5px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
}

.wp-pagenavi span {
    padding: 9px 0px;
    margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    font-family: 'Josefin Sans', sans-serif;
    padding: 8px 15px 3px;
    border: 1px solid #333333;
    background-color: #333333;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    display: inline-block;
    margin: 7px 5px;
}








/**************/
.rental_dressing .box01 {
    margin-bottom: 100px;
}

.rental_dressing .box01 .link_list {
    text-align: center;
}

.rental_dressing .box01 .link_list a {
    max-width: 200px;
    width: 43%;
    margin: 0 10px;
    display: inline-block;
}

.rental_dressing .box01 .link_list img {
    max-width: 200px;
    width: 100%;
}


.rental_dressing .box01 p.txt_c {
    margin-bottom: 30px;
}

.rental_dressing .box01 .iw375 {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
}


.rental_dressing .box01 .w900 {
    margin-top: 50px;
}

.rental_dressing .box02 {
    margin-bottom: 10px;
}

.rental_dressing .box03 {
    margin-bottom: 120px;
}

.rental_dressing .box03 .bg_a {
    padding: 30px;
}

.rental_dressing .box03 .bg_box_a {
    margin-top: 80px;
}

.rental_dressing .box03 .list_d {
    margin-bottom: 0;
}

.rental_dressing .box04 {
    margin-bottom: 120px;
}

.rental_dressing .box04 .iw90 {
    text-align: center;
    margin-bottom: 10px;
}

.rental_dressing .box04 .w760 {
    margin-top: 40px;
}

.rental_dressing .box04 .bg_a {
    padding: 30px;
}



.rental_dressing .box04 .inner_a {
    margin-top: 40px;
}




/**************/


.memorial .box01 {
    text-align: center;
    margin-bottom: 90px;
}
.memorial .box01 .ttl_04_c{
	margin-bottom: 35px;
}
.memorial .list_e img {
    margin-bottom: 20px;
}

.memorial .btn_753 img{
	max-width: 160px;
	margin-top: 15px;
	cursor: pointer;
}


.memorial .box02 {
    margin-bottom: 45px;
}

.memorial .box02 .iw100 {
    margin-bottom: 40px;
}

.memorial .img_line {
    text-align: center;
    margin: 50px 0 40px;
}

.memorial .img_line img {
    max-width: 1px;
}

.memorial .box03 .list_e {
    margin-bottom: 70px;
}

.memorial .box03 .w900 .flow_box {}

.memorial .box03 .w900 .flow_box .f14.f_jos {
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
}

.memorial .box03 .w900 .flow_box .inner_a {}


.memorial .box03 .w900 .flow_box .inner_a .ttl_07 {
    margin-bottom: 10px;
}

.memorial .box03 .w900 .flow_box .icon_a {
    padding-left: 35px;
    background-image: url("../images/memorial/icon_01.png");
    background-position: left 8px;
    background-size: 21px;
}

.memorial .box03 .w900 .flow_box span.f14 {
    font-weight: 400;
}

.memorial .box03 .w900 .flow_box span.f18 {
    font-weight: 700;
}

.memorial .box03 .w900 .flow_box .icon_b {
    padding-bottom: 40px;
    position: relative;
}

.memorial .box03 .w900 .flow_box .icon_b:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background-image: url("../images/memorial/icon_02.png");
    background-repeat: repeat-y;
    background-size: 100%;
    width: 1px;
    height: 100%;

}

.memorial .box04,
.memorial .box03 {
    margin-bottom: 120px;
}

.memorial .box05 {
    margin-bottom: 120px;
}

.memorial .box05 .iw90 {
    text-align: center;
    margin-bottom: 10px;
}

.memorial .box05 .iw330 {
    text-align: center;
    margin-bottom: 10px;
}


.memorial .box05 .bg_a {
    padding: 30px;
    margin-bottom: 30px;
}








.qa_box li {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.qa_box .qa_q {
    font-size: 22px;
    margin-bottom: 10px;
    background-image: url("../images/memorial/qa_q.jpg");
    background-size: 36px;
    background-position: left center;
    padding: 10px 0 10px 50px;
    line-height: 1.6em;
}

.qa_box li p {
    padding-left: 50px;
}






/**************/


.pop_box {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}


.pop_bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}


.pop_inner {
    position: relative;
    max-width: 1000px;
    width: calc(100% - 40px);
    max-height: calc(100vh - 80px);
    margin: 40px auto;
    background: #fff;
    padding: 60px 30px;
    overflow-y: auto;
    box-sizing: border-box;
}


.pop_close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.pop_box .ttl_04{
	margin-bottom: 10px;
}
.pop_box .iw100{
	margin-bottom: 10px !important;
}
.pop_box .iw100 img{
	width: 100%;
	max-width: 100%;
}


/**************/

.privacy {}

.privacy .box01 .inner {
    margin-bottom: 40px;
}

.privacy .box01 .inner:last-child {
    margin-bottom: 0;
}

.privacy .box01 .inner .list_03 {
    margin-top: 15px;
}


/**************/

.not_found {
    text-align: center;
}




/**************/







footer {
    background-color: #F4F5F7;
    padding: 80px 0 30px;
}


.f_logo img {
    max-width: 200px;
    width: 100%;
}


footer .f_icon_a {
    margin-bottom: 4px;
    font-weight: 600;
}

footer .f_icon_b a {
    font-size: 15px;
    font-weight: 600;
    margin-left: 12px;
}






footer .frame {
    display: flex;
    justify-content: space-between;
}

footer .frame .foot_box01 {
    max-width: 200px;
    width: 20%;
}

footer .frame .foot_box02 {
    max-width: 860px;
    width: 77%;
}

footer .frame .foot_box02 .inner_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

footer .frame .foot_box02 .inner_02 ul {
    max-width: 220px;
    width: 24%;
    letter-spacing: 0;
}

footer .frame .foot_box02 .inner_02 ul a {}



footer .f_link a {
    font-weight: 400;
    font-size: 14px;
}



.copy p {
    border-top: 1px solid #333333;
    width: 100%;
    font-size: 11px;
    background: 1.4em;
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
}




#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

#page_top img {
    max-width: 43px;
}

/*******************/

.editor {
    padding: 0;
    word-break: break-all;
    margin-bottom: 50px;
}

.editor img {
    margin: 0px auto 20px;
    display: block;
    max-width: 100%;
    width: 100%;
}

.editor a {
    font-weight: 400;
    text-decoration: underline;
}

.editor .btn_02 a {
    color: #fff !important;
    text-decoration: none;
}

.editor p {
    margin-bottom: 20px;
}

.editor p:last-child {
    margin-bottom: 0;
}


.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}

.editor h1 {
    font-size: 24px;
    border-bottom: 6px double #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.editor h2 {
    background-color: #F4F5F7;
    padding: 10px;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.editor h3 {
    font-size: 24px;
    line-height: 1.4em;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 13px 0;
    font-weight: 700;
    margin-bottom: 20px;
}

.editor h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #333;
}

.editor h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6em;
    background-image: url("../images/common/icon_07.jpg");
    background-size: 12px;
    padding-left: 20px;
    background-position: left 10px;
}

.editor h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.6em;
}


.editor .wp-block-table thead {
    border: none;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #007AC7;
    margin-bottom: 40px;
}

.editor table th {
    background-color: #DDECF8;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #F4F5F7;
    width: 250px;
    letter-spacing: 0.05em;
    font-size: 16px;
}

.editor table td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 15px 13px 25px;
    background-color: #fff;
    border: 1px solid #F4F5F7;
    line-height: 1.6em;
}

.editor strong {

    font-weight: 700;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 20px;
    margin-left: 20px;
    position: relative;
    list-style: none;
}

.editor ul li {
    padding: 0px 30px 0px 7px;
}

.editor ul li:before {
    content: '■';
    color: #333;
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 4px;
    text-align: left;
}

.editor ol {
    counter-reset: editor_number;
}

.editor ol li {
    margin-left: 10px;
    padding: 0 30px 0 28px;
}

.editor ol li:before {
    counter-increment: editor_number;
    content: counter(editor_number)".";
    color: #333;
    position: absolute;
    left: 0;
    width: 24px;
    text-align: right;
    font-family: 'Josefin Sans', sans-serif;
}

.editor blockquote {
    background-color: #F4F5F7;
    padding: 30px 30px 40px;
    margin: 0px 0px 30px 0px;
    position: relative;
}



.editor blockquote:after {
    content: "- 引用 -";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 70px;
	color: #CDCDCD;
}

.editor blockquote cite {
    text-align: right;
    font-style: normal;
    display: block;
    font-size: 14px;
}

.editor blockquote p {
    font-size: 16px;
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor .wp-block-embed iframe {
    width: 100%;
}


.cont_form {
    border-collapse: collapse;
    width: 100%;
}



.cont_form th {
    padding: 35px 29px 35px;
    text-align: left;
    font-size: 18px;
    min-width: 300px;
    line-height: 1.4em;
    position: relative;
    vertical-align: top;
}

.cont_form td {
    padding: 23px 0 23px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
}

.cont_form td .txt_l {
    margin-bottom: 15px;
}

.cont_form .required_icon:after {
    content: "必須";
    position: absolute;
    width: 36px;
    background-color: #F58470;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    padding: 4px 3px 0px;
    font-weight: bold;
    height: 21px;
    right: 0;
    top: 37px;
    margin: auto 0;
    text-align: center;
}


.cont_form input,
.cont_form textarea {
    padding: 15px 10px;
    width: 100%;
    background-color: #F7F7F7;
    font-size: 14px;
    color: #9FA0A0;


}

.cont_form input[type="file"] {
    background-color: #fff;
}

.cont_form input[type="radio"],
.cont_form input[type="checkbox"] {
    width: auto;
}


.cont_form .type1 {
    width: 45%;
}


.cont_form_btn {
    width: 220px;
    margin: 50px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    width: 220px;
    height: 55px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    background-image: url("../images/common/submit.png");
    background-size: 220px 55px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.05em;
}




.cont_form_btn {
    width: 260px;
    margin: 30px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    width: 260px;
    height: 54px;
    font-size: 15px;
    font-weight: 700;
    color: #1C2363;
    text-align: center;
    position: relative;
    background-image: url("../images/common/submit.png");
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.05em;
}




.cont_form_btn input[type="submit"]:hover {
    opacity: 0.7;
}

.privacy_box {
    overflow: auto;
    width: 100%;
    height: 250px;
    padding: 30px 30px;
    background-color: #F7F7F7;
    color: #333;
    font-size: 14px;
}

.privacy_box .f18 {
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy_box p {
    margin-bottom: 15px;
}







/*******************/
.cont_form .cp_ipselect {
    width: 50%;
    text-align: center;
}

.cont_form .cp_ipselect select {
    padding: 15px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cont_form .cp_ipselect select::-ms-expand {
    display: none;
}

.cont_form .cp_ipselect.cp_sl01 {
    position: relative;
    background: #F7F7F7;
    width: 100%;
    text-align: left;
}

.cont_form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 16px;
    width: 0;
    height: 0;
    padding: 0;
    color: #333333;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    pointer-events: none;
    font-weight: bold;
}

.cont_form .cp_ipselect.cp_sl01 select {
    padding: 15px 38px 15px 8px;
    color: #333333;
    font-weight: normal;
}

/*******************/

.contact .check_area .check {
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
}

.contact .check_area .check span {
    position: relative;
    font-weight: normal;
    font-size: 16px;
}

.contact .check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact .check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before,
.contact .check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 7px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.contact .check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #000 solid;
    border-radius: 3px;
    background-color: #fff;
}

.contact label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    margin: 2px 4px;
    width: 6px;
    height: 8px;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #000;
}

.contact .check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#rent_link_01,
#rent_link_02{
	margin-top: -20px;
	padding-top: 20px;
}

/*-------------------------------
media
--------------------------------*/
.sp_on {
    display: none;
}




@media (max-width: 1150px) {
    .nav_area > nav > ul > li {
        margin-left: 20px;
    }
}


@media (min-width: 1001px) {
    .sp_nav {
        display: none !important;
    }


}


@media (max-width: 1000px) {
    #top_head {
        display: none;
    }

    .sp_head,
    .sp_nav {
        display: block;
    }

    #navToggle {
        display: block;
    }

}







@media (max-width: 767px) {
    body {
        min-width: 100%;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

    .float_sb,
    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft,
    .type_01,
    .type_02,
    .type_03 {
        display: block;
    }


    .type_01 .l_box,
    .type_02 .l_box,
    .type_03 .l_box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .type_01 .r_box,
    .type_02 .r_box,
    .type_03 .r_box {
        max-width: 100%;
        width: 100%;
    }

    .type_01 .r_box img,
    .type_01 .l_box img,
    .type_02 .r_box img,
    .type_02 .l_box img {
        display: block;
        margin: auto;
    }

    .type_03 .l_box img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }

    .type_04 {
        display: block;
    }

    .type_04 .l_box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .type_04 .r_box {
        max-width: 100%;
        width: 100%;
    }

    .ttl_01 span {
        font-size: 27px;
    }



    .ttl_02 {
        font-size: 20px;
    }

    .ttl_02 span {
        font-size: 16px;
        margin-left: 10px;
        padding-left: 10px;
    }

    .ttl_03 {
        font-size: 20px;
    }


    .ttl_04,
    .ttl_04_c {
        font-size: 16px;
    }


    .ttl_05,
	.ttl_05_l{
        font-size: 22px;
    }

    .ttl_06 {
        font-size: 20px;
    }

    .ttl_07 {
        font-size: 18px;
    }

    .ttl_13 {
        font-size: 22px;
    }



    .list_a,
    .list_a_2 {
        display: block;
    }

    .list_a li,
    .list_a_2 li {
        margin: 0 auto 30px;
        max-width: 400px;
        width: 100%;
    }

    .list_a li .float_ft .day,
    .list_a_2 li .float_ft .day {
        margin-bottom: 5px;
    }



    .list_b {
        display: block;
    }

    .list_b li {
        width: 100%;
        padding: 30px 20px;
        max-width: 400px;
        margin: 0 auto 30px;
    }



    .list_c {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .list_c li {
        max-width: 235px;
        width: 46%;
        margin: 0 2% 3%;
    }


    .list_d {
        display: block;
    }

    .list_d li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }


    .list_e {
        display: block;
    }

    .list_e li {
        max-width: 400px;
        margin: 0 auto 50px;
        width: 100%;
    }




	.iw375 img{
		max-width: 250px;
	}





    .page_ttl_area .page_ttl {
        font-size: 25px;
    }



    .bg_box_a .inner {
        padding: 30px 20px 1px;
    }

    .bg_box_a .inner .float_sb > div {
        max-width: 100%;
        width: 100%;
        text-align: center;
		margin: 0 auto 30px;
    }



    .column_area {
        display: block;
    }

    .column_area .main_area {
        width: 100%;
        margin-bottom: 60px;
    }

    .column_area .side_area {
        max-width: 350px;
        margin: auto;
        width: 100%;
    }




    .mv_area .mv_img img {
        max-width: 270px;
    }



    .top .box01 {
        background-image: url("../images/top/sp_img_01.jpg");
        background-size: 767px;
    }

    .top .box01 .inner {
        padding-top: 260px;
    }

    .top .box04 {
        padding-top: 0;
    }

    .top .box04 .inner_bg {
        background-image: url("../images/top/sp_img_06.png");
        background-size: 767px;
        background-position: bottom center;
        padding-top: 0;
        padding-bottom: 300px;
    }





    .salon_list {
        display: block;
    }

    .salon_list li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px;
    }

    .salon_list li .btn_box img {
        max-width: 140px;
    }







    .hair .box03 ul li {
        width: 48%;
        max-width: 100%;
        margin-bottom: 20px;
    }



    .about .bg_01 {
        background-image: url("../images/about/sp_img_01.jpg");
        height: 110px;
        background-size: 608px;
    }

    .about .box04 {
        background-image: url("../images/about/sp_bg_01.jpg");
    }



    .rental_dressing .box03 .bg_box_a .inner,
    .rental_dressing .box04 .bg_box_a .inner,
    .memorial .box05 .bg_box_a .inner,
    .memorial .box03 .bg_box_a .inner {
        padding-bottom: 25px;
    }






    .qa_box .qa_q {
        font-size: 18px;
    }










    .info_single .float_ft .day {
        margin-bottom: 5px;
    }



    .editor h1 {
        font-size: 22px;
    }

    .editor h2 {
        font-size: 20px;
    }

    .editor h3 {
        font-size: 20px;
    }


    footer .frame .foot_box02 .inner_02,
    footer .frame .foot_box02 {
        display: none;
    }

    footer .frame .foot_box01 {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }


}
