* {
    font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: .95rem;
}

body {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.8;
    background: #f5f7fa;
}

p {
    font-size: 1.05rem;
    line-height: 2;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    opacity: 0.8;
}

ul {
    padding-left: 15px;
    list-style: none;
    line-height: 2;
}

ul li i {
    margin-right: 10px;
}

ol {
    padding-left: 15px;
    line-height: 2;
}

ul li,
ol li {
    font-size: 1.05rem;
}

footer{
    font-size: 1.05rem;
}

header {
    background-color: #ff758c;
}

header a img {
    width: 400px;
}

#top {
    background-image: url(img/top.webp);
    background-size: cover;
    background-position: center;
    padding: 15px;
    margin: 0 0 30px 0;
    height: 350px;
}

#top p {
    font-size: 1rem;
    color: #555;
}

@media (max-width: 576px) {
    #top {
        height: 160px;
        padding: 5px;
    }

    #top p {
        font-size: .8rem;
        color: #888;
    }

    header a img {
        width: 300px;
    }
}

.side-area h2 {
    background: #a6dad8;
    color: #fff;
    padding: .3rem;
}
.side-area ul li {
    font-size: 1rem;

}

.main-area {
    padding-right: 20px;
}

h3 {
    font-weight: bold;
    font-size: 1.3rem;
    background-color: #fbf6f6;
    color: #666;
    padding: 8px 12px;
    border: dashed 1px #DAA6A8;
    border-radius: 12px;
}

h4 {
    font-weight: bold;
    font-size: 1.2rem;
    color: inherit;
    padding: 8px;
    border-bottom: solid 3px #dabea6;
    margin-top: 20px;
}

h5 {
    font-weight: bold;
    font-size: 1.15rem;
    position: relative;
    padding: 1rem 1rem;
    border: 1px solid #8b7879;
    border-radius: 0 10px 10px 10px;
    margin-top: 50px;
}

h5:before {
    font-size: 1rem;
    position: absolute;
    top: -20px;
    left: -1px;
    height: 20px;
    padding: 0 1em;
    content: 'POINT';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #8b7879;
}

h6 {
    font-weight: bold;
    font-size: 1.1rem;
    color: inherit;
    padding: 15px 8px;
    margin-top: 20px;
    border-left: solid 6px #6b7280;
    margin-top: 40px;
}

.steps-arrow {
    text-align: center;
}

.steps-arrow i {
    font-size: 1.1rem;
}

table {
    width: 100%;
    margin: 20px 0;
}

table th,
table td {
    padding: 5px;
    border: #fff solid 3px;
    font-size: 1rem;

}

table th {
    background: #f3f3f3;
    width: 16%;
}

table td {
    background: #f9f9f9;
    width: 42%;
}

.pink {
    color: #DAA6A8;
    font-weight: bold;
}

.orange {
    color: #FD7808;
    font-weight: bold;
}

.muted {
    font-size: .7rem;
    color: #ebebeb;
}

.marker {
    background: linear-gradient(transparent 50%, #fbf1dc 50%);
}

.dark-bg {
    background: #f9f9f9;
    padding: 1rem;
    margin: .5rem;
    border-radius: 6px;
}

.dark-bg p,
i {
    font-size: .9rem;
}

.yellow-bg {
    background: #f8f9fa;
    padding: 1rem;
    margin: .5rem;
}

.yellow-bg h6 {
    margin-top: 0;
}

.yellow-bg h6 .sub-title {
    font-size: .9rem;
    color: #777;
}

.pagination .page-item .page-link {
    border: solid #ff7eb3 1px;
    background: #fff;
    color: #ff7eb3;
    margin: 3px;
}

.pagination .page-item.current .page-link {
    border: solid #ff7eb3 1px;
    background: #ff7eb3;
    color: #fff;
}

.pagination .disabled .page-link {
    opacity: .4;
}

#salon-search-insert {
    background: #ff758c;
    margin: 2rem auto;
}

#salon-search-insert .salon-search-header {
    max-width: 300px;
}

#salon-search-insert .salon-search-header img {
    width: 100%;
}

#salon-search-insert .salon-search-main {
    padding: 1rem;
}

#salon-search-insert .salon-search-main p {
    margin: 0;
    padding: 0;
    color: #fff;
}

#salon-search-insert .salon-search-main h2 {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-top: none;
    border-radius: 0;
    text-align: start;
    font-size: 1.5rem;
    vertical-align: middle;
}

#salon-search-insert .salon-search-main-title {
    margin-right: 20px;
}

.salon-search select {
    color: #666;
    width: 7rem;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    border: solid 2px #777;
    vertical-align: bottom;
    font-weight: 600;
}

.salon-search button {
    color: #378582;
    border: solid 2px #378582;
    border-radius: 10px;
    padding: auto 1.5rem;
    line-height: 20px;
    width: 5rem;
    background: #fff;
}

#salon-search-side .salon-search-main-selection {
    margin: 1rem auto 3rem auto;
}

/***** 器具検索 *****/
.goods-item-wrapper-main {
    background: #f6f6f6;
    flex-wrap: nowrap;
    overflow: scroll;
    margin: 2rem .5rem;
}

.goods-item-wrapper-side {
    width: 100%;
    overflow: scroll;
    margin-bottom: 20px;
}

.goods-item {
    padding: .5rem;
    margin: 0 auto;
}

.goods-item:hover {
    opacity: .7;
    transition: .2s;
}

.goods-item-img{
    text-align: center;
}

.goods-item-img img {
    /*width: 100%;*/
    width: 200px;
    height: 200px;
    object-fit:cover;
}

.goods-item-name{
    width: 200px;
}

.goods-item-name span {
    font-size: .9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.goods-item-price {
    text-align: end;
    font-size: .9rem;
    color: #FD7808;
    font-weight: ;
}

.btn-more {
    display: block;
    color: #378582;
    border: solid 2px #378582;
    border-radius: 10px;
    padding: auto 1.5rem;
    line-height: 20px;
    width: 80%;
    max-width: 300px;
    background: #fff;
    margin: 0px auto 50px auto;
}

.btn-more a{
    display: block;
    font-weight: 600;
}

.goods-list-wrapper {
    width: 100%;
}

.goods-list-wrapper .goods-item {
    display: inline-block;
    width: 24%;
}

@media (max-width: 576px) {
    .goods-list-wrapper .goods-item {
        width: 49%;
    }

    .goods-list-wrapper .goods-item span {
        font-size: .8rem;
    }
}

.salon-item-inner {
    border-left: 1.5rem solid #eee;
}

.salon-item-name {
    font-size: 1.1rem;
    font-weight: bold;
}

.salon-item-address {
    font-size: .9rem;
}

.salon-detail .salon-item-name {
    font-size: 1.2rem;
    margin-top: 10px;
}

.salon-item-row {
    width: 100%;
    margin: 1.0rem 0;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.salon-item-header {
    font-weight: bold;
    width: 100px;
    margin-bottom: 10px;
}

.salon-item-dsc {
    width: 100%;
}

.banner {
    margin: 2rem auto;
    text-align: center;
}

.banner img {
}

.banner-728 {
}

.banner-468 {
    display: inline-flex;
    margin: 1rem auto;
    justify-content: center;
}

.banner-468 img {
    width: 50%;
    padding: 5px;
}

.banner-125 {
    display: flex;
    flex-wrap: wrap;
}

.side-b img{
    margin-top: 10px;
}

@media (max-width: 576px) {
    .banner-468 {
        display: block;
    }

    .banner-468 img {
        width: 100%;
    }

    .main-area h2 {
        font-size: 1.2rem;
        padding: 1rem 1rem 1rem 65px;
    }

    .main-area h2 span i {
        font-size: 2rem;
    }

}

.main-area h2 {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 12px 16px 12px 15px;
    background: #ff758c;
    color: #fff;
    border-radius: 12px;
    line-height: 1.4;
}

h3 {
    background:#fff0f5;
    border:1px solid #ffc1d6;
}

h4 {
    border-bottom:3px solid #ff9bb3;
}

h5 {
    border-color:#ff9bb3;
}

h5:before {
    background:#ff758c;
}

.pink {
    color:#ff5c8a;
}

.marker {
    background:linear-gradient(transparent 60%,#ffe4ec 60%);
}

table th {
    background:#ffeaf1;
}

table td {
    background:#fff;
}

.dark-bg {
    background:#fff4f7;
    border: 2px solid #ff7eb3;
}

.btn-more,
.salon-search button {
    border-color:#ff7eb3;
    color:#ff7eb3;
}

.btn-more:hover,
.salon-search button:hover {
    background:#ff7eb3;
    color:#fff;
}

.side-area h2 {
    background:#ff758c;
    color: #fff;
    font-size: 1.1rem;
    padding: 10px 14px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.side-area ul {
    padding-left: 0;
}

.side-area ul li a {
    display: block;
    transition: 0.2s;
    font-size: 0.95rem;
}

.side-area ul li a:hover {
    background: #fff0f5;
    border-radius: 8px;
    padding-left: 10px;
    color: #ff5c8a;
}

.side-area ul li i {
    color: #ff7eb3;
}

@media (max-width: 768px) {
    .side-area {
        position: static;
    }
}

.site-header {
    text-align: center;
    padding: 10px 0 20px;
}

.logo-brand {
    max-width: 100%;
    height: auto;
}

#salon-detail h2{
    margin-bottom: unset;
}

#contents-list h4{
    font-weight: bold;
    font-size: 1.1rem;
    margin-top:unset;
    border-bottom:unset;
    border-bottom: 1px solid #ff9bb3;
}

.error-box {
    background: #fff;
    padding: 30px 30px;
    margin: 0 auto;
}

.error-code {
    font-size: 80px;
    font-weight: bold;
    color: #ff758c;
}

.error-text {
    color: #666;
    line-height: 1.8;
}
.btn-main {
    display: inline-block;
    background: #ff758c;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main:hover {
    background: #ff5c8a;
    color: #fff;
}

@media (max-width: 576px) {
    .error-code {
        font-size: 60px;
    }
}

#error-404 h2 {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .goods-item-name{
        width: unset;
    }
    .goods-item-img img {
        /*width: 100%;*/
        width: 150px;
        height: 150px;
        object-fit:cover;
    }

}