@charset "utf-8";
/*_______________________________
PC
_______________________________*/

/*     共通
____________________*/
body {
    font-size: 14px;
    color: #333;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: #fff;
    font-weight: 400;
    letter-spacing: 0.06em;
}

/* 　-------　ipad 用　-------　*/
/*　ズーム表示をさせる時　*/
/*@media screen and (min-width:768px) and ( max-width:768px) {
body{
width: 820px;
}*/
/*　---　*/
/*}*/
/* --------　ここまで　-------　*/
img {
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.5s;
    height: 100%;
}

a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

main {
    padding-top: 70px;
    background: #fff;
}

.sp_only {
    display: none !important;
}

* {
    opacity: 1;
}

/*     header
____________________*/
header {
    top: 0;
    left: 0;
    /* padding: 0 30px; */
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
}

header .logo {
    margin-left: 30px;
    margin-right: 40px;
}

header .logo img {
    padding: 7px 0;
    box-sizing: border-box;
    height: 100%;
}

header .small_text {
    position: absolute;
    font-size: 10px;
    color: #b79f7c;
    left: 0;
    right: 0;
    bottom: 0 !important;
    text-align: center;
    background: none !important;
    line-height: 1;
}

header nav {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    margin-left: auto;
}

/* header unisex
____________________*/
header.unisex {}

header.unisex .tel_toggle {}

header.unisex .salon_btn {}

header.unisex .home_nav {
    display: flex;
    margin-left: auto;
}

header.unisex .home_nav a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 11;
    margin-right: 10px;
}

header.unisex .home_nav a.ladys {
    color: #d9aeae;
}

header.unisex .home_nav a.ladys span,
header.unisex .home_nav a.felicia span {
    /* letter-spacing: -0.01em; */
}

header.unisex .home_nav a.felicia {
    color: #b79f7c;
}

header.unisex .home_nav a.mens {
    color: #8098b6;
}

header.unisex .home_nav a p {
    position: absolute;
    font-size: 10px;
    left: 0;
    right: 0;
    bottom: 0 !important;
    text-align: center;
    background: none !important;
    line-height: 1;
    white-space: nowrap;
}

header.unisex .home_nav a:before {
    content: "";
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}

header.unisex .home_nav a.ladys:before {
    background: url("/common/img/icon_ladys_pk.png") no-repeat;
    background-size: contain;
    background-position: center;
}

header.unisex .home_nav a.felicia:before {
    background: url("/common/img/icon_felicia.png") no-repeat;
    background-size: contain;
    background-position: center;
}

header.unisex .home_nav a.mens:before {
    background: url("/common/img/icon_mens_suit_bl.png") no-repeat;
    background-size: contain;
    background-position: center;
}

header.unisex .home_nav a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

header.unisex .home_nav a.ladys:after {
    border-color: transparent transparent #d9aeae transparent;
}

header.unisex .home_nav a.felicia:after {
    border-color: transparent transparent #b79f7c transparent;
}

header.unisex .home_nav a.mens:after {
    border-color: transparent transparent #8098b6 transparent;
}

/*ハンバーガーメニュー*/
/*開閉ボタン*/
.nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 11;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 10px;
}

.nav_toggle div {
    position: relative;
}

.nav_toggle span {
    display: block;
    height: 2px;
    background: #b79f7c;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px;
    margin: auto;
}

.nav_toggle span:nth-child(1) {
    top: 2px;
}

.nav_toggle span:nth-child(2) {
    top: 12px;
}

.nav_toggle span:nth-child(3) {
    top: 22px;
}

.nav_toggle:hover {
    cursor: pointer;
    cursor: hand;
}

.nav_toggle:hover span:nth-child(2) {
    width: 80%;
    transition: 0.5s ease-in-out;
}

.nav_toggle p:after {
    content: "MENU";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*開閉ボタンopen時*/
.open_nav .nav_toggle span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #b79f7c;
}

.open_nav .nav_toggle span:nth-child(2) {
    opacity: 0;
}

.open_nav .nav_toggle span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #b79f7c;
}

.open_nav .nav_toggle p:after {
    content: "CLOSE";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*メニュー内　とじるボタン*/
.nav_toggle.bottom {
    display: none;
}

/*メニュー中身*/
.hamburger_nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(183, 159, 124, 0.6);
    left: 0;
}

.hamburger_nav .inner {
    background: #fff;
    width: 100%;
    max-width: 1000px;
    max-height: 715px;
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    overflow-y: auto;
}

.hamburger_nav .inner::-webkit-scrollbar {
    width: 6px;
}

.hamburger_nav .inner::-webkit-scrollbar-thumb {
    background: #b79f7c;
    box-shadow: none;
    border-radius: 3px;
}

.hamburger_nav .inner::-webkit-scrollbar-track {
    background: #f2f2f2;
    border: none;
    box-shadow: inset 0 0 2px #fff;
}

.hamburger_nav h2 {
    font-size: 16px;
    margin-bottom: 20px;
    background: #f2f2f2;
    color: #b79f7c;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 30px;
}

.hamburger_nav ul.campaign_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hamburger_nav .campaign_list li {
    width: calc((100% - 0px) / 3);
    padding-top: calc((100% - 0px) / 9);
    min-height: 90px;
    margin-right: 0;
    float: left;
    box-sizing: border-box;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s;
}

.edge .hamburger_nav .campaign_list li,
.msie .hamburger_nav .campaign_list li {
    width: calc((100% - 0px) * 0.33);
}

.hamburger_nav .campaign_list li:hover {
    opacity: 0.7;
}

.hamburger_nav .campaign_list li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.hamburger_nav .campaign_list li:nth-child(-n+3) {
    margin-top: 0;
}

.hamburger_nav .campaign_list li:nth-child(3n) {
    margin-right: 0;
}

.hamburger_nav .campaign_list li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hamburger_nav .campaign_list li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    font-size: 13px;
    padding: 10px;
    line-height: 1.2;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #fff;
}

.hamburger_nav .campaign_list li a:before {
    content: "";
    width: 50px;
    height: 50px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    box-sizing: border-box;
}

.hamburger_nav .campaign_list li.body a:before {
    background-image: url("/common/img/icon_body.png");
    background-color: #c7ba8d;
}

.hamburger_nav .campaign_list li.face a:before {
    background-image: url("/common/img/icon_face.png");
    background-color: #94c7b4;
}

.hamburger_nav .campaign_list li.removal a:before {
    background-image: url("/common/img/icon_removal.png");
    background-color: #88b7c5;
}

.hamburger_nav .campaign_list li.bridal a:before {
    background-image: url("/common/img/icon_bridal.png");
    background-color: #cfa7b0;
}

.hamburger_nav .campaign_list li.waist a:before {
    background-image: url("/common/img/icon_waist.png");
    background-color: #c7ba8d;
}

.hamburger_nav .campaign_list li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.hamburger_nav ul.safe-system_list {
    margin-bottom: 20px;
}

.hamburger_nav .safe-system_list li a {
    box-sizing: border-box;
    float: left;
    width: calc(100% / 8);
    text-align: center;
    display: block;
    font-size: 13px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #b79f7c;
}

.edge .hamburger_nav .safe-system_list li a,
.msie .hamburger_nav .safe-system_list li a {
    box-sizing: border-box;
    float: left;
    width: calc(100% * 0.1249);
}

.hamburger_nav .safe-system_list li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 5px;
}

.hamburger_nav .safe-system_list li:nth-of-type(1) a:before {
    background: url(/common/img/icon_01.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(2) a:before {
    background: url(/common/img/icon_02.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(3) a:before {
    background: url(/common/img/icon_03.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(4) a:before {
    background: url(/common/img/icon_04.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(5) a:before {
    background: url(/common/img/icon_05.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(6) a:before {
    background: url(/common/img/icon_06.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(7) a:before {
    background: url(/common/img/icon_07.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .safe-system_list li:nth-of-type(8) a:before {
    background: url(/common/img/icon_08.png) no-repeat;
    background-size: contain;
}

.hamburger_nav .course {
    width: 25%;
    float: left;
}

.hamburger_nav .course_list li a {
    box-sizing: border-box;
    float: left;
    width: 50%;
    text-align: center;
    display: block;
    font-size: 13px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #b79f7c;
}

.hamburger_nav .course_list li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 5px;
}

.hamburger_nav .course_list li.body a:before {
    background: url(/common/img/icon_body.png) no-repeat #b79f7c;
    background-size: 80%;
    background-position: center;
}

.hamburger_nav .course_list li.face a:before {
    background: url(/common/img/icon_face.png) no-repeat #b79f7c;
    background-size: 80%;
    background-position: center;
}

.hamburger_nav .other {
    float: left;
    margin-left: 30px;
    width: calc(75% - 30px);
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding: 25px 0;
}

.hamburger_nav .other li a {
    box-sizing: border-box;
    float: left;
    width: calc(100% / 5);
    text-align: center;
    display: block;
    font-size: 13px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    color: #b79f7c;
    line-height: 1;
}

.edge .hamburger_nav .other li a,
.msie .hamburger_nav .other li a {
    width: calc(100% * 0.249);
}

.hamburger_nav .other li a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    color: #b79f7c;
}

.hamburger_nav .other li.salon a:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 41px;
}

.hamburger_nav .other li.news a:before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 41px;
}

.hamburger_nav .other li.felicia a:before {
    background: url(/common/img/icon_felicia.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.hamburger_nav .other li.mens a:before {
    background: url(/common/img/icon_mens_suit.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.hamburger_nav .other li.webshop a:before {
    content: "\f108";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 40px;
}

.hamburger_nav .other li.mens a span {
    font-family: 'Share Tech Mono', monospace;
}

/*電話アイコン*/
.tel_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 11;
    font-size: 24px;
    color: #b79f7c;
    margin-right: 10px;
}

.tel_toggle i {
    display: block;
    text-align: center;
    padding-top: 2px;
}

.tel_toggle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.5s;
}

.open_tel .tel_toggle:after {
    transform: rotate(-135deg);
    bottom: -4px;
}

.tel_toggle:hover:after {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
    transition: 0.5s;
}

.open_tel .tel_toggle:hover:after {
    -webkit-transform: translateY(-3px) rotate(-135deg);
    transform: translateY(-3px) rotate(-135deg);
    transition: 0.5s;
}

.tel_toggle:hover {
    cursor: pointer;
    cursor: hand;
}

/*電話メニュー中身*/
.tel {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 9;
    padding: 20px 30px;
    box-sizing: border-box;
    background: rgb(242, 242, 242);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.05);
}

.tel li:first-of-type {
    margin-bottom: 20px;
}

.tel li p {
    font-size: 14px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

.tel li a {
    display: block;
    font-size: 24px;
}

.tel li a span {
    color: #b79f7c;
    font-size: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

.tel li small {
    font-size: 10px;
}

/*グローバルメニュー*/
.g_nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.g_nav>li {
    float: left;
    font-size: 14px;
    display: block;
    border-left: 1px solid #b79f7c;
    padding: 0 20px;
    transition: opacity 0.5s;
    position: relative;
    line-height: 20px;
}

.g_nav>li dt {
    font-family: 'Noto Sans JP';
}

.g_nav>li dt:hover {
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}

.g_nav>li:last-of-type {
    border-right: 1px solid #b79f7c;
}

/*ドロップダウンメニュー*/
.g_nav>li .drop_down {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 45px;
    padding-top: 25px;
    width: 100%;
    transition: opacity 0.5s;
}

.g_nav>li:hover .drop_down {
    position: fixed;
    visibility: visible;
    opacity: 1;
    z-index: 5;
    box-sizing: border-box;
    left: 0;
    top: 45px;
    padding-top: 25px;
    transition: 0.5s;
}

.g_nav>li .drop_down ul {
    background: rgba(242, 242, 242, 0.9);
    padding: 0 30px 20px 180px;
    display: flex;
}

.g_nav>li .drop_down ul:first-of-type {
    padding-top: 20px;
}

.g_nav>li .drop_down li {
    padding-right: 30px;
}

.g_nav>li .drop_down li a {
    position: relative;
    padding-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.g_nav>li .drop_down li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

/*予約ボタン*/
.contact_btn {
    display: block;
    border: 1px solid #b79f7c;
    width: 110px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 15px;
    color: #b79f7c;
    position: relative;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    margin-left: auto;
    margin-right: 10px;
}

.contact_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

/*サロン一覧 ボタン*/
.salon_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 11;
    font-size: 24px;
    color: #b79f7c;
    margin-right: 10px;
}

.salon_btn i {
    display: block;
    text-align: center;
    padding-top: 2px;
}

.salon_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

/*ラ・パルレ フェリシア ボタン*/
.felicia_btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 70px;
    background: #e2ded9;
    color: #aaabaf;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1;
}

.felicia_btn img {
    width: 100%;
}

.felicia_btn span {
    display: block;
    margin: 10px 0 0;
    letter-spacing: -0.1em;
}

.felicia_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(-5deg);
}

/*メンズ　ラ・パルレボタン*/
.mens_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 11;
    font-size: 24px;
    color: #b79f7c;
    margin-right: 10px;
}

.mens_btn:before {
    content: "";
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    background: url(/common/img/icon_mens_suit.png) no-repeat;
    background-size: contain;
    background-position: center;
}

::before {}

.mens_btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

/*  　パンくず
____________________*/
.breadcrumbs {
    line-height: 50px;
    padding: 0 30px;
}

.breadcrumbs li {
    float: left;
    font-size: 14px;
    color: #999;
}

.breadcrumbs a {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 20px;
    color: #999;
}

.breadcrumbs a:after {
    content: '';
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 7px;
    height: 7px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

/*    aside_area
____________________*/
.aside_area .section01 {
    padding: 50px 30px;
    background-color: #f2f2f2;
    background-image: linear-gradient(-45deg, #f8f8f8 25%, #ededed 25%, #ededed 50%, #f8f8f8 50%, #f8f8f8 75%, #ededed 75%, #ededed);
    background-size: 6px 6px;
}

/*#home .aside_area .section01{
background: url("../img/aside_bg.jpg") no-repeat center;
background-size: cover;
padding: 50px 30px;
}*/
.aside_area .section01 .aside_nav {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.aside_area .section01 .aside_nav li {
    float: left;
    max-width: 260px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.aside_area .section01 .aside_nav li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 100%;
    background: #fff;
    border-radius: 50%;
}

.aside_area .section01 .aside_nav li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

.aside_area .section01 .aside_nav li:nth-of-type(2) {
    margin: 0 110px;
}

.aside_area .section01 .aside_nav li span {
    color: #b79f7c;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 48%;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 16px;
}

.aside_area .section01 .aside_nav li span i {
    font-size: 50px;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}

.aside_area .section01 .aside_nav li span i.aesthetic::before {
    content: "";
    width: 60px;
    height: 50px;
    background-image: url(/common/img/icon_aesthetic.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.aside_area .section01 .aside_nav li p {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60%;
    font-size: 12px;
}

.aside_area .section02 .aside_nav {
    display: flex;
}

.aside_area .section02 .aside_nav li {
    float: left;
    max-width: calc(100% / 3);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #b79f7c;
    border-bottom: 1px solid #b79f7c;
}

.aside_area .section02 .aside_nav li a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px;
    background: #fff;
}

.aside_area .section02 .aside_nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.aside_area .section02 .aside_nav li:nth-of-type(2) {
    border-right: 1px solid #b79f7c;
    border-left: 1px solid #b79f7c;
}

.aside_area .section02 .aside_nav li img {
    float: left;
    display: block;
}

.aside_area .section02 .aside_nav li p {
    float: right;
    width: calc(100% - 276px);
    font-size: 12px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

/*    BODYスクロール禁止中のスクロールバー
____________________*/
.fixed_scrollbar {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #f1f1f1;
    display: none;
}

/*     footer
____________________*/
footer {
    background: #fff;
    margin-top: 150px;
}

footer.fix_bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .inner {
    max-width: 1000px;
    margin: 0 auto;
}

footer .contact {
    padding: 50px 30px;
    background: #f9f9f9;
}

footer .contact h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

footer .contact .inner>div,
footer .contact .inner .annotation {
    width: calc(50% - 30px);
    text-align: center;
    box-sizing: border-box;
}

footer .contact_tel {
    float: left;
}

footer .contact_form,
footer .contact .inner .annotation {
    float: right;
}

footer .contact_tel ul {
    background: #fff;
    padding: 20px;
}

footer .contact_tel li {
    width: 300px;
    text-align: left;
    margin: 0 auto 20px;
}

footer .contact_tel li:last-of-type {
    margin-bottom: 0;
}

footer .contact_tel h3 {
    font-size: 15px;
    line-height: 1;
    color: #b79f7c;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

footer .contact_tel p {
    font-size: 12px;
    margin: 10px 0 0;
}

footer .contact_tel a {
    font-size: 30px;
    display: block;
    line-height: 1;
}

footer .icon-freedial {
    margin-right: 10px;
    color: #b79f7c;
    font-size: 35px;
    display: inline-block;
    vertical-align: bottom;
}

footer .ccontact_tel small {
    font-size: 11px;
}

footer .contact_form {
    margin-bottom: 50px;
}

footer .contact_form li a {
    font-size: 20px;
    display: block;
    position: relative;
    padding: 20px;
    background: #b79f7c;
    color: #fff;
    margin: 0px auto 20px;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

footer .contact_form li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

footer .contact_form li:last-of-type a {
    margin-bottom: 0;
}

footer .annotation li {
    text-align: left;
    font-size: 11px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

footer .annotation li:last-of-type {
    margin-bottom: 0;
}

footer .annotation li:before {
    content: "";
    position: absolute;
    background: #333;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    display: block;
    left: 0;
    top: 7px;
    margin: auto;
}

footer .footer_bn {
    text-align: center;
    margin-top: 40px;
}

footer .participating {
    padding: 30px 30px;
    background: #fff;
}

footer .participating li {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    font-size: 11px;
}

footer .participating li div {
    height: 60px;
    position: relative;
    margin-bottom: 5px;
}

footer .participating li img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .participating .jtba {
    float: left;
}

footer .participating .anea {
    float: right;
}

footer .participating .jtba img {
    height: 65%
}

footer .participating .anea img {
    height: 90%
}

footer .sitemap {
    background: #dad2c6;
    padding: 60px 30px;
}

footer .sitemap .inner div {
    float: left;
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    box-sizing: border-box;
}

.edge footer .sitemap .inner div,
.msie footer .sitemap .inner div {
    width: calc((100% - 100px) * 0.33);
}

footer .sitemap .inner div:nth-child(3n) {
    margin-right: 0;
}

footer .sitemap ul {
    margin-bottom: 20px;
}

footer .sitemap ul:last-of-type {
    margin-bottom: 0;
}

footer .sitemap h3 {
    font-size: 16px;
    border-bottom: 1px solid #b79f7c;
    margin-bottom: 15px;
    pointer-events: none;
    font-family: 'Sawarabi Mincho', "Yu Mincho", serif;
}

footer .sitemap dt {
    font-size: 14px;
    margin: 10px 0 10px;
}

footer .sitemap li>a {
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #777;
    letter-spacing: 0;
    line-height: 1.25;
}

footer .sitemap li:last-of-type>a {
    margin-bottom: 0;
}

footer .sitemap li>a:before {
    content: "";
    position: absolute;
    background: #b79f7c;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    display: block;
    left: 0;
    top: 8px;
    margin: auto;
}

footer .footer_bottom {
    padding: 0 30px;
    background: #e2ded9;
    line-height: 50px;
}

footer .footer_bottom li {
    float: left;
    font-size: 13px;
}

footer .footer_bottom .aboutus {
    float: left;
    font-size: 13px;
}

footer .footer_bottom .aboutus li {
    margin-right: 20px;
}

footer .footer_bottom .aboutus li a {
    position: relative;
    padding-right: 10px;
}

footer .footer_bottom .aboutus li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
}

footer .footer_bottom .sns {
    float: right;
    font-size: 22px;
}

footer .footer_bottom .sns li {
    margin-left: 10px;
}

footer .footer_bottom .sns li:first-of-type {
    margin-left: 0;
}

footer .footer_bottom .sns li i {
    margin: 0 6px;
    vertical-align: middle;
    font-size: 28px;
    color: #b79f7c;
}

footer .copyright {
    background: #959595;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0.07em;
}

/* footer unisex
____________________*/
footer.unisex .contact_form {
    margin-bottom: 0;
}

footer.unisex .contact_form .ladys {
    background: #d9aeae;
}

footer.unisex .contact_form .mens {
    background: #8098b6;
}

/* ページトップスクロール
____________________*/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    z-index: 100;
}

#page-top a {
    text-decoration: none;
    background: #b79f7c;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.16);
}

#page-top a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
    transform: rotate(-135deg);
}

#page-top.bottom {
    position: absolute;
    bottom: 90px;
    right: 10px;
}

.member_organization {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  ＋＋＋＋＋＋＋　1536px以下 用　＋＋＋＋＋＋＋　*/
@media screen and (min-width:768px) and (max-width:1536px) {
    .aside_area .section02 .aside_nav li a {
        padding: 30px;
    }

    .aside_area .section02 .aside_nav li img {
        float: none;
        margin: 0 auto;
        max-width: 256px;
        width: 100%;
    }

    .aside_area .section02 .aside_nav li p {
        float: none;
        max-width: 256px;
        width: 100%;
        font-size: 12px;
        margin: 10px auto 0;
        position: static;
        transform: translate(0, 0);
    }
}

/* 　＋＋＋＋＋＋＋　1200px以下 用　＋＋＋＋＋＋＋　*/
@media screen and (min-width:768px) and (max-width:1200px) {
    .g_nav {
        display: none;
    }
}

/* 　＋＋＋＋＋＋＋　ipad pro（1024px）以下　用　＋＋＋＋＋＋＋　*/
@media screen and (max-width:1024px) {
    .hamburger_nav .campaign_list li a span {
        padding: 5px 10px;
    }
}

/* ＋＋＋＋＋＋＋　1000px以下 用　＋＋＋＋＋＋＋　*/
@media screen and (min-width:768px) and (max-width:1000px) {
    .aside_area .section01 .aside_nav li:nth-of-type(2) {
        margin: 0 60px;
    }

    .aside_area .section01 .aside_nav li span {
        color: #b79f7c;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 50%;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 14px;
    }

    .aside_area .section01 .aside_nav li span i {
        font-size: 45px;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .aside_area .section01 .aside_nav li p {
        position: absolute;
        top: 51%;
        left: 0;
        right: 0;
        margin: auto;
        width: 60%;
        font-size: 11px;
    }
}