﻿@charset "utf-8";
#header-logo > div > img {
    background-color: #7AB6D8;
}
footer {
    background-color: #7AB6D8;
}
#phone {
    background-color: #7AB6D8;
}
h1 {
    border-bottom: 3px double #7AB6D8;
}
h2,h3 {
    border-bottom: 1px solid #7AB6D8;
}
h1:first-letter,
h2:first-letter,
h3:first-letter {
  color: #7AB6D8;
}
#Page-top a {
	background: #7AB6D8;
}
#Page-top a:hover {
	background: #8Ac6e8;
}
#overlay {
	background: #7AB6D8;
}
#overlay-button {
    background-color: #8Ac6e8;
}
.btn a:hover {
	color: #333;
}
.btn10 a {
	background-color: #6Aa6c8;
}
.btn10 a:hover {
	background-color: #88CBF1;
}
.btn10 a:hover::after {
	border-color: transparent transparent transparent #333;
}
.banner1 ul {
    margin: 10px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: end;
    align-items: end;
    flex-wrap: wrap;
}
.banner1 li {
    margin: 5px 5px 0 5px;
    max-width: 180px;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.banner1 li a {
    display: block;
    width: 180px;
    height: 10px;
    font-weight: bold;
    color: #333;
}
.banner1 li a:hover {
    color: #8Ac6e8;
    text-decoration: none;
}
.banner-price {
    height: 60px;
    background-image: url("../img/mens/banner1-price.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-left: 1px dotted #8Ac6e8;
    border-right: 1px dotted #8Ac6e8;
}
.banner-haircatalog {
    height: 60px;
    background-image: url("../img/mens/banner1-haircatalog.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-left: 1px dotted #8Ac6e8;
    border-right: 1px dotted #8Ac6e8;
}
.banner-spa {
    height: 60px;
    background-image: url("../img/mens/banner1-spa.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-left: 1px dotted #8Ac6e8;
    border-right: 1px dotted #8Ac6e8;
}
.banner-yoyaku {
    height: 60px;
    background-image: url("../img/mens/banner1-yoyaku.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-left: 1px dotted #8Ac6e8;
    border-right: 1px dotted #8Ac6e8;
}
.price-list li {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    line-height: 130%;
    border-bottom: 1px dotted #ccc;
}
.price-dl {
    margin: 30px 15px 30px 30px;
}
.price-dl dt {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    line-height: 130%;
    border-bottom: 1px dotted #ccc;
}
.price-dl dd {
    margin: 5px 0 20px 5px;
    line-height: 130%;
}
.shaving-dl {
    margin: 0;
}
.shaving-dl dt {
    margin-top: 20px;
    padding: 5px 5px 5px 15px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 12px;
    background-color: #8Ac6e8;
}
.shaving-list li {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    line-height: 130%;
    border-bottom: 1px dotted #ccc;
}
.shaving-list {
    margin: 10px 0 10px 0;
}
.shaving-op {
    font-weight: bold;
}
.list1 {
    margin: 10px;
}
.list1 li {
    margin: 5px 0;
    line-height: 130%;
}
.main-img img {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 12px;
}
.spa-img {
    text-align: center;
}
.spa-img img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 12px;
}
