/* 共通部分 */
body {
    font-weight: 500;
    margin: 0;
    color: #515151;
    word-break: break-word;
}
a {
    color: #ECB935;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #4BCB92;
}
img {
    width: 100%;
}
h1, h2, p {
    margin: 0;
}
ul {
    padding: 0;
    list-style-type: none;
}
figure {
    margin: 0;
}
main {
    margin-top: 125px;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: calc(100vh - 384px);
    position: relative;
}
.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding:0;
}
@media only screen and (max-width: 1010px) {
    main {
        margin-top: 58px !important;
        min-height: calc(100vh - 322px);
    }
}
@media only screen and (max-width: 767px) {
    main {
        margin-top: 44px !important;
        min-height: calc(100vh - 376px);
    }
    .container {
        width: 95%;
    }
}
#underpage-header {
    margin: 100px 0 0;
}
#underpage-content {
    margin: 0 0 100px;
    overflow: hidden;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #ECB935;
    background-color: #ECB935;
}

/*　ヘッダー　*/
#header {
    width: 100%;
    background: #FFF;
    height: 102px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    border-bottom: 15px solid #F5F3EE;
}
.header-wrapper {
    padding: 5px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.header__menu--logo {
    float: left;
    padding-top: 20px;
}
.header__menu--logo img {
    width: auto;
    vertical-align: middle;
    height: 100%;
}
.header__menu-catch {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.header__menu-catch--text {
    font-size: 12px;
}
.header__menu-catch a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.header__pc-menu {
    display: inline-block;
    vertical-align: bottom;
}
.header__pc-top {
    margin-bottom: 12px;
    float: right;
}
.header__pc-top-item {
    font-size: 12px;
    font-weight: bold;
    color: #7E7E7E;
    border-radius: 3px;
    margin-left: 8px;
    padding: 2px 8px;
}
.header__pc-top-item:hover {
    color: #7E7E7E;
    opacity: .7;
}
#gloval-nav {
    display: none;
}
@media only screen and (max-width: 1010px) {
    #gloval-nav {
        display: block;
    }
}
.header__pc-top .sign-in-user,
#gloval-nav .sign-in-user {
    color: #fff;
    background-color: #4BCB92;
    border: 2px solid #4BCB92;
}
.header__pc-top .sign-in-user:hover,
#gloval-nav .sign-in-user:hover {
    color: #fff;
    opacity: .7;
}
.header__pc-top .sign-in-seller,
#gloval-nav .sign-in-seller {
    color: #fff;
    background-color: #ECB935;
    border: 2px solid #ECB935;
}
.header__pc-top .sign-in-seller:hover,
#gloval-nav .sign-in-seller:hover {
    color: #fff;
    opacity: .7;
}
.header__pc-top .log-in,
#gloval-nav .log-in {
    color: #ECB935;
    border: 2px solid #ECB935;
}
.header__pc-top .about,
#gloval-nav .about {
    color: #ECB935;
    border: 2px solid #ECB935;
}
.header__pc-top-item.about img {
    vertical-align: text-bottom;
}
.img-header-icon {
    width: 12px;
    height: auto;
    margin-right: 5px;
}
.header__pc-main ul {
    list-style-type: none;
    margin: 0;
}
.header__pc-main li {
    display: inline-block;
    margin-left: 20px;
    height: 35px;
}
.header__pc-main-item {
    font-weight: bold;
    color: #ECB935;
}
.header__pc-main li a {
    font-size: 14px;
}
.header__pc-main li a img {
    width: 40px;
    height: auto;
    vertical-align: middle;
    margin-right: -5px;
}
.header-search .search {
    border-radius: 30px;
    border: 1px solid #999;
    height: 35px;
}
.search-cat {
    display: inline-block;
    border-right: 1px solid #999;
    padding: 5px 8px;
}
.search-text {
    display: inline-block;
    position: relative;
    padding: 5px 30px 5px 8px;
}
.search-cat select {
    border: none;
    font-size: 12px;
}
.search-text input[type="search"] {
    border: none;
    font-size: 12px;
    width: 220px;
}
.search-text .search-button {
    position: absolute;
    background-color: #ECB935;
    border: none;
    border-radius: 0 30px 30px 0;
    height: 33px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
}
.search-text .search-button:hover {
    background-color: #4BCB92;
}
.search-text input[type="image"] {
    height: 35px;
    width: auto;
    padding: 8px 0;
}
.search-text input[type="image"]:focus,
.search-text input[type="image"]:active,
.search-text input[type="search"] {
    outline: none;
}
.mega-button a {
    display: block;
    width: 100%;
    height: 100%;
}
.mega-button a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1010px) {
    #header {
        height: auto;
    }
    .header__pc-main li a {
        font-size: 14px;
    }
    .header-search {
        margin-top: 15px;
    }
    .header__pc-top {
        margin-bottom: 10px;
    }
    .header__pc-main li{
        margin-left: 10px;
    }
    .header__pc-main li a {
        font-size: 12px;
    }
    .header__pc-menu {
        display: none;
    }
    .header__menu--logo {
        padding-top: 0px;
    }
    .header__menu--logo img {
        width: 90px !important;
        margin: 3px 0 7px;
    }
}
@media only screen and (max-width: 1010px) {
    #header {
        height: 63px;
    }
    .header-wrapper{
        padding: 0 20px;
    }
    .header__pc-main li {
        display: inline-block;
        margin-left: 20px;
        height: 35px;
    }
    .header__pc-main li a {
        font-size: 14px;
    }
    .header__pc-menu,
    .header__pc-top {
        display: none;
    }
    .header__menu--logo img {
        margin: 8px 0 0;
    }

}
/*　メガメニュー　*/
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.mega__contents {
    background: #f7f7f7;
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    text-align: left;
    padding: 14px 0 8px;
}
.d-block {
    display: block;
    animation: show 0.3s linear;
}
.mega__contents--flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    width: 80%;
}
.mega__contents--button {
    display: inline-block;
    margin: 0 7px 14px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ECB935;
}
.mega__contents--button:hover {
    border-color: #4BCB92;
}
.mega__contents--button a {
    display: block;
    padding: 8px 16px;
    min-width: 106px;
    text-align: center;
}
.mega__contents__warap {
    position: relative;
}
.mega__sub-category {
    z-index: 1;
    position: absolute;
    border-radius: 8px;
    background-color: #4BCB92;
    padding: 6px 16px 8px;
    /* min-width: 260px; */
}
.mega__sub-category:before {
    content: "";
    position: absolute;
    top: -24px;
    border: 16px solid transparent;
    border-bottom: 18px solid #4BCB92;
}
.mega__sub-category .slash {
    color: #fff;
    font-size: 8px;
    margin: 0 8px;
}
.mega__sub-category a {
    color: #fff;
    display: inline;
    font-size: 12px !important;
}
.mega__sub-category a span {
    display: inline-block;
    margin: 2px 0;
}
.header__pc-main li a img.mega__contents--icon {
    width: 12px;
    height: auto;
    margin-right: 5px;
}
.mega__contents--children-wrapper {
    display: none;
    padding-top: 10px;
}
.mega__contents--children {
    position: absolute;
    background-color: #4BCB92;
    border-radius: 20px;
    padding: 10px;
    z-index: 5;
}
.mega__contents--children:before {
    content: "";
    top: -7px;
    left: 20px;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #4BCB92 transparent;
}
.mega__contents--children ul,
.mega__contents--children li {
    padding: 0;
    margin: 0;
    height: auto;
}
.mega__contents--children li {
    margin-bottom: 5px;
}
.mega__contents--children ul li a {
    color: #fff;
    font-size: 12px;
    padding: 0 5px 0 0;
    white-space: nowrap;
}
.mega__contents--button:hover .mega__contents--children-wrapper {
    display:initial;
}

/* SPのハンバーガーメニュー（アイコン） */
#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 25px;
    height: 30px;
    cursor: pointer;
}
#nav-toggle > div {
    position: relative;
    width: 26px;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #866100;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
    }
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}
#nav-toggle:hover span:nth-child(1) {
    top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
    top: 16px;
}
.open #nav-toggle span {
    background: #ECB935;
}
.open #nav-toggle span:nth-child(1) {
      top: 9px;
      transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
      top: 9px;
      width: 0;
      left: 50%;
}
.open #nav-toggle span:nth-child(3) {
      top: 9px;
      transform: rotate(-45deg);
}
/* SPのハンバーガーメニュー（開いたとき） */
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}
#gloval-nav {
    background: rgba(255,255,255,0.96);
    color: #000;
    position: fixed;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 990;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 0 20px;
}
#gloval-nav ul li {
    margin-bottom: 20px;
}
#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
    transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
    transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
    transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
    transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
    transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
    transition-delay: .9s;
}
#gloval-nav .gloval-nav__item {
    cursor: pointer;
    font-size: 16px;
    color: #ECB935;
    font-weight: bold;
    margin-left: -10px;
}
#gloval-nav .gloval-nav__item:hover {
    color: #4BCB92;
}
#gloval-nav .gloval-nav__item img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}
#gloval-nav .gloval-nav__button {
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 4px 20px;
    padding: 6px 0;
    width: 46%;
    max-width: 150px;
    display: inline-block;
}
#gloval-nav .header__pc-top a.sign-in-user,
#gloval-nav .header__pc-top a.sign-in-seller {
    color: #fff;
}
#gloval-nav .header__pc-top .sign-in-user:hover {
    background-color: #ECB935;
    color: #fff;
}
#gloval-nav .header__pc-top .sign-in-seller:hover {
    background-color: #4BCB92;
    color: #fff;
}
#gloval-nav .img-header-icon img {
    vertical-align: text-bottom;
}
#gloval-nav .gloval-nav__logged-in--area {
    margin-top: 20px;
}
#gloval-nav .gloval-nav__logged-in {
    font-size: 14px;
    font-weight: 500;
    color: #866100;
    margin: 0 10px 10px;
    display: block;
}
#gloval-nav .gloval-nav__logged-in:hover,
#gloval-nav .gloval-nav__logged-in:active {
    color: #4BCB92;
}
#gloval-nav .gloval-nav__small {
    font-size: 12px;
    font-weight: 500;
    color: #7E7E7E;
    margin: 20px 10px 0;
}
@media only screen and (max-width:1010px) {
    #nav-toggle {
        display: block;
    }
}
/* ハンバーガーメニューの開閉にともなうもの */
.open {
    /*overflow: hidden;*/
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}
.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
}
.sp_mega_menu {
    font-size: 14px;
    color: #7e7e7e;
    border-bottom: 1px solid #dee2e6;
}
.sp_mega_menu a {
    display: block;
    color: #7e7e7e !important;
}
.sp_mega_menu .parent_name {
    cursor: pointer;
    border-top: 1px solid #dee2e6;
}
.sp_mega_menu .parent_name,
.sp_mega_menu .children_name {
    padding: 10px 8px;
    display: flex;
    justify-content: space-between;
}
.sp_mega_menu .parent_name i,
.sp_mega_menu .children_name i {
    color: #bbb;
    line-height: 1.5;
}
#gloval-nav .sp_mega_menu li {
    margin-bottom: 0;
    border-top: 1px solid #dee2e6;
}



/*　フッター　*/
footer {
    position: relative;
    background-color: #ECB935;
    font-size: 0;
}
.footer-container {
    padding: 30px 0;
}
.footer-block {
    display: inline-block;
    width: 28%;
    vertical-align: top;
}
footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .footer-index {
    color: #fff;
    font-weight: bold;
}
footer ul {
    font-size: 12px;
    line-height: 1.5;
}
footer ul li {
    margin-bottom: 10px;
}
footer ul ul li {
    margin-left: 15px;
}
.footer-block-last {
    display: inline-block;
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.footer-inquiry-area {
    display: inline-block;
}
.footer-inquiry {
    display: inline-block;
    text-align: center;
    border: 2px solid #fff;
}
.footer-inquiry a {
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 3px 40px;
}
.sns-wrapper {
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
}
.sns-icon {
    width: 30px;
    margin-left: 15px;
}
.sns-icon:first-child {
    margin-left: 0;
}
footer .copyright {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
}
@media only screen and (max-width: 992px) {
    .footer-block {
        width: 30%;
    }
}
@media only screen and (max-width: 768px) {
    .footer-container {
        padding: 30px 6px 20px;
    }
    .footer-block {
        width: 50%;
    }
    .footer-block-last,
    .footer-inquiry-area {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .copyright {
        margin-top: 0;
        text-align: center;
        padding-right: 0;
        line-height: 53px;
    }
}
/*　チャットアイコン　*/
.chat {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #4BCB92;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.chat:hover {
    background-color: #ECB935;
}
.chat__circle {
    width: 60px;
}
.chat__circle img {
    max-width: 60%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
}
.chat__balloon {
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4BCB92;
    border-radius: 20px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    width: 100px;
    height: 60px;
    z-index:2;
    font-size: 12px;
    padding: 5px 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.chat__balloon:before {
    content: "";
    left: 45px;
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0px 5px;
    border-color: #4BCB92 transparent transparent  transparent;
}
.chat:hover .chat__balloon,
.chat:active .chat__balloon {
    background-color: #ECB935;
}
.chat:hover .chat__balloon:before,
.chat:active .chat__balloon:before {
    border-color: #ECB935 transparent transparent  transparent;
}
.chat-box .chat-content .chat-item .chat-details .chat-text .thumb {
    background: #fff;
    width: 98px;
    height: 98px;
    object-fit: cover;
    margin: 0;
}

/* メインビジュアル */
.hero-wrapper {
    position: relative;
    color: #7E7E7E;
    /* font-weight: bold; */
}

/* メインビジュアル PC向け */
.hero-pc {
    display: block !important;
}

/* メインビジュアル スマホ向け */
.hero-sp {
    display: none !important;
}

/* 今すぐ会員登録ボタン */
.hero-button {
    position: absolute;
    background-color: #EE4499;
    color: white;
    font-weight: bold;
}

/* 今すぐ会員登録ボタン (マウスホバー時) */
.hero-button:hover {
    color: white;
    background-color: #FF55AA;
}

/* 今すぐ会員登録ボタン (PC版レイアウト) */
.hero-button-pc {
    bottom: 4%;
    left: 53%;
    transform: translate(-50%, -20%);
    font-size: 16px;
    padding: 10px 60px;
}

/* 今すぐ会員登録ボタン (スマホ版レイアウト) */
.hero-button-sp {
    left: 0;
    bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}

/* メインビジュアル下のテキスト (スマホ版) */
.hero-message1 {
    margin: 10px;
    font-size: 9pt;
}

#slider {
    margin: 20px 0 80px;
}
.slider-img {
    padding: 2px;
    background-color: #fff;
    margin: 0 5%;
}
.slick-slide img {
    vertical-align: bottom;
    margin: 0 auto;
}
.slick-slide:hover .slider-img {
    background-color: #4BCB92;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li.slick-active button:before {
    color: #ECB935;
}
.br580 {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .hero-button-pc {
        font-size: 14px;
        padding: 10px 40px;
    }
}
@media only screen and (max-width: 992px) {
    #hero .container,
    #slider .container {
        width: 100%;
    }
    .hero-button-pc {
        bottom: 2%;
        font-size: 14px;
        padding: 10px 25px;
    }
}
@media only screen and (max-width: 768px) {
    .hero-button-pc {
        bottom: 1%;
        font-size: 12px;
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 580px) {
    .hero-pc {
        display: none !important;
    }
    .hero-sp {
        display: block !important;
    }
    .hero-button-sp {
        width: 40%;
        bottom: 0%;
        font-size: 12px;
        padding: 10px 0;
    }
    .br580 {
        display: block;
    } 
}
/*　トップページコンテンツ　*/
.front-list,
.keyword-list {
    padding-top: 20px;
    margin-bottom: 60px;
}
.front-cat {
    margin-bottom: 60px;
}
.h1-index, .h2-index {
    font-size: 25px;
    color: #866100;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    text-align: center;
    margin: 10px 0 40px;
    font-weight: bold;
}
.front-button__area,
.front-cat-button__area {
    width: 100%;
    display: block;
    text-align: center;
}
.front-button {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    background-color: #4BCB92;
    padding: 8px 20px;
    border-radius: 30px;
    color: #fff !important;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.front-button:hover {
    color: #fff;
    background-color: #ECB935;
    cursor: pointer;
}
.front-cat-index__area {
    display: block;
    text-align: center;
    margin: 30px auto;
}
.front-cat-index {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #866100;
    color: #866100;
    font-size: 20px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.front-cat-button {
    color: #4BCB92;
    font-size: 16px;
}
.front-cat-button:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .front-list .container {
        width: 100%;
    }
    .h1-index, .h2-index {
        font-size: 20px;
    }
    .front-cat-index {
        font-size: 16px;
    }
}

/* 小さいサービスカード */
.service-flex {
    display: flex;
    margin-bottom: 40px;
}
.service-item {
    width: calc(94% / 4);
    background-color: #F5F3EE;
    border: 2px solid #dedede;
    outline: 2px solid transparent;
    margin-right: 2%;
}
.service-item:last-child {
    margin-right: 0;
}
.service-item:hover {
    border: 2px solid #4BCB92;
    outline: 2px solid #4BCB92;
}
a.service-item {
    color: #515151;
}
.service-item__image-area {
    position: relative;
    width: 100%;
    height: 13.5vw;
    max-height: 160px;
}
.service-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-item__mark {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ECB935;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 25px;
    border-radius: 0 0 0 5px;
}
.service-item__text-area {
    padding: 8px 10px 2px;
}
.service-item__title {
    font-size: 14px;
    display: block;
    margin: 4px 0;
}
.service-item__face {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    vertical-align: middle;
}
.service-item__price {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    text-align: right;
}
.service-item .service-item__name-area {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
.service-item .service-item__face-area {
    float: left;
    margin-bottom: 10px;
    max-width: 34px;
    width: 20%;
}
/* ランキングのサービスカード */
.service-item__ranking {
    width: 28%;
}
.service-item__ranking .service-item__image-area {
    height: 16vw;
}
.service-item__rank {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    color: #ECB935;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 0 5px 0 0;
}
.service-item__mini .service-item__price,
.service-item__ranking .service-item__price {
    float: right;
    width: auto;
    font-size: 16px;
    text-align: right;
    margin: 10px 0;
}
/* カテゴリーのサービスカード */
.service-item__cat .service-item__price {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.service-tag {
    text-align: center;
    display: inline-block;
    background-color: #ECB935;
    color: #fff;
    border-radius: 20px;
    padding: 2px 8px;
    margin-right: 2px;
    font-size: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 992px) {
    .service-item {
        width: 23%;
    }
    .service-item__title {
        font-size: 12px;
    }
    .service-item__mini .service-item__price, .service-item__ranking .service-item__price {
        font-size: 14px;
    }
    .service-item__ranking {
        width: 30%;
    }
    .service-item .service-item__name-area {
        font-size: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .service-flex {
        overflow-x: auto;
        display: flex;
        margin: 0 20px 20px 20px;
    }
    .front-cat-button {
        font-size: 14px;
    }
    .service-item {
        min-width: 200px;
        margin-right: 20px;
    }
    .service-item__image-area {
        height: 18vw;
        min-height: 112.5px;
    }
    .service-item__rank {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
}


/* キーワード */
.keyword-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
}
.front-keyword {
    color: #fff;
    font-size: 16px;
    background-color: #ECB935;
    padding: 3px 15px;
    border-radius: 30px;
    margin: 0 10px 15px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.front-keyword:hover {
    opacity: .7;
    background-color:#4BCB92;
    color: #fff;
}
@media only screen and (max-width: 768px) {
    .front-keyword {
        padding: 3px 15px;
        font-size:14px;
    }
}


/* お知らせ */
.notice__wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.notice__item {
    background-color: #F1EEE1;
    border-radius: 15px;
    padding: 0 20px 20px;
    margin: 40px 0;
}
.notice__title-area {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    padding: 20px;
    margin: -20px;
}
.notice__title-area.open {
    padding-bottom: 14px;
    margin-bottom: -10px;
}
.notice__title {
    color: #866100;
    font-size: 14px;
    padding: 0 35px 0 0;
}
.notice__title:hover .notice__block {
    text-decoration: underline;
}
.notice__arrow {
    position: absolute;
    right: 20px;
    top: 16px;
    background-color: #ECB935;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}
.notice__arrow i {
    color: #fff;
    margin-top: 5px;
}
.notice__answer {
    font-size: 14px;
    margin-top: 10px;
    background-color: #fff;
    padding: 20px;
}
.notice__block {
    display: inline-block;
    vertical-align: top;
}
.notice__block:first-child {
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    .notice__title {
        text-align: left;
    }
    .notice__answer {
        font-size: 12px;
    }
}

/* common */
.to-top{
    position: fixed;
    right: 0;
    bottom: 0;
}
.to-top__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #51bce1;
    cursor: pointer;
    transform: rotate(-90deg);
}
.red {
    color: red;
}
.bold {
    font-weight: bold;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.text-center {
    text-align: center;
}
.arrow {
    width: 8px;
}
.bg-beige {
    background-color: #F1EEE1;
}
.button__icon--default {
    display: inline;
}
.button__icon--hover {
    display: none;
}
.button__icon--action:hover .button__icon--default {
    display: none;
}
.button__icon--action:hover .button__icon--hover {
    display: inline;
}
.btn-primary {
    font-size: 14px;
    background-color: #ECB935;
    border: none;
    width: 150px;
}
.btn-primary:hover,
.btn-primary:focus{
    background-color: #ECB935;
    opacity: 0.7;
    text-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #ECB935;
    text-shadow: none;
}
.btn-secondary {
    font-size: 14px;
    background-color: #4BCB92;
    border: none;
    height: 40px;
    line-height: 30px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
.btn-secondary:hover,
.btn-secondary:focus{
    background-color: #4BCB92;
    opacity: 0.7;
    text-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #4BCB92;
    text-shadow: none;
}
.btn-red {
    color: #fff;
    font-size: 14px;
    background-color: #FE7676;
    border: none;
    height: 40px;
    line-height: 30px;
    font-weight: bold;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
}
.btn-red:hover,
.btn-red:focus{
    color: #fff;
    background-color: #FE7676;
    opacity: 0.7;
    text-shadow: none;
}
.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active, .show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #FE7676;
    text-shadow: none;
}
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
.br-tb {
    display: none;
}
.bg-gray {
    background: #aaa;
}
.bg-gray:hover {
    background: #aaa;
    opacity: 0.8;
}
.bg-gray:active {
    background: #aaa !important;
    opacity: 0.8;
}
@media only screen and (max-width: 992px) {
    .br-tb {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
}

.area-link {
    margin: 0 .5rem 0.5rem 0;
    color: #866100;
    background: #F1EEE1;
    padding: 6px 12px;
    display: inline-block;
    font-size: 14px;
}

.remodal-wrapper {
    padding: 24px;
}
.remodal {
    background: #F5F3EE;
}
.dropify-wrapper {
    height: 140px;
}
.dropify-wrapper img {
    width: auto;
    max-width: 140px !important;
}

/* 動作環境ページ */
.browser {
    margin-bottom: 30px;
}
.browser h2 {
    background: #F5F3EE;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 12px;
    padding: 10px 14px;
}
.browser h3 {
    margin: 0 6px 6px;
    font-size: 16px;
    font-weight: bold;
}
.browser p {
    font-size: 15px;
    margin: 0 6px;
}
/* 2023/5/22update */
@media only screen and (max-width: 1010px){
    main {
        margin-top: 45px !important;
    }
}