@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lora|Roboto';

/* CSS Document */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.4;
    font-family: 'Roboto', "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

/*************mainLayout*************/
@media only screen and (min-width: 1024px) {

    #container,
    #footBox {
        width: 1000px;
        margin: 0 auto;
    }

    #contents {
        padding: 50px 0;
        text-align: left;
    }
}

@media only screen and (max-width: 1023px) {
    #wrapper {
        margin-top: 60px;
    }

    #contents {
        padding: 15px;
    }
}

/****************header***************/
@media only screen and (min-width: 1024px) {
    #headBox {
        letter-spacing: -0.4em;
        position: relative;
    }

    #headBody {
        position: relative;
        padding-top: 10px;
    }

    .menu_button,
    .sp_logo,
    ul#menu_list li.sp_menu {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    #headBody {
        display: none;
    }

    #menu_box .top_button {
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
    }

    #menu_box .top_button img {
        width: 50px;
    }
}

/****navi****/
@media only screen and (min-width: 1024px) {
    #menu_box {
        margin-top: 30px;
    }

    ul#menu_list {
        width: 750px;
        margin: 0 auto;
        letter-spacing: -0.4em;
        text-align: center;
        background: url(../images/menuBar.jpg) no-repeat left center;
    }

    ul#menu_list li {
        width: 150px;
        display: inline-block;
        letter-spacing: normal;
        background: url(../images/menuBar.jpg) no-repeat right center;
    }

    ul#menu_list li a {
        display: block;
        height: 40px;
        color: #FFF;
        text-decoration: none;
    }

    ul#menu_list li a:hover {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 1023px) {
    #menu_box {
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        background: #710f1b;
        width: 100%;
        z-index: 9999;
    }

    #menu_box .menu_button img {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
    }

    #menu_box .top_button img {
        width: 60px;
    }

    #menu_box .sp_logo {
        border-bottom: 1px solid #999;
        height: 60px;
    }

    #menu_box .sp_logo img {
        height: 50px;
        margin-top: 5px;
        vertical-align: middle;
    }

    #menu_box #menu_body {
        display: none;
    }

    #menu_box li,
    .sp_menu {
        border-bottom: 1px solid #999;
    }

    #menu_box li a,
    #menu_sosial li a,
    .sp_menu a {
        text-decoration: none;
        display: block;
        padding: 5px 0;
    }

    #menu_box .bottom_button {
        font-size: 20px;
        background-color: #aba097;
        color: #FFF;
        padding: 5px 0;
    }
}

/*************index*************/
.home {
    text-align: center;
}

#topList {
    text-align: left;
    margin-top: 25px;
}

#topList ul {
    letter-spacing: -0.4em;
}

#topList ul li {
    letter-spacing: normal;
    display: inline-block;
}

#topList ul li:last-child {
    margin-right: 0;
}

.topDesc {
    text-align: left;
}

.topDesc p {
    background: url(../images/topBorder.jpg);
    line-height: 40px;
    padding: 0 5px;
}

@media only screen and (min-width: 1024px) {
    .home {
        background: url(../images/topBack.jpg) no-repeat center top;
        height: 600px;
    }

    .home header {
        height: 600px;
    }

    .headInfo {
        margin-top: 80px;
    }

    .headInfo ul li {
        margin-bottom: 5px;
    }

    .topContent {
        overflow: hidden;
    }

    .topDesc,
    .topImg {
        float: left;
    }

    .topDesc {
        text-align: left;
    }

    .topImg {
        width: 200px;
        margin-left: 30px;
    }

    #topList ul li {
        margin-right: 44px;
    }

    .topImg p {
        font-size: 0.8em;
        padding: 5px 5px 0 5px;
    }
}

@media only screen and (max-width: 1023px) {
    .home header {
        background: url(../images/topBack_sp.jpg) no-repeat center top;
        padding: 15px;
    }

    .home header img {
        max-width: 100%;
    }

    #topList {
        position: relative;
        left: 2px;
    }

    #topList ul li {
        width: 33.3%;
        padding: 10px;
    }

    .topContent h2 {
        overflow: hidden;
    }

    .topImg {
        margin-top: 20px;
    }

    .topImg p {
        margin-top: 5px;
    }
}

/*************contents*************/
.page h2 {
    font-family: 'Lora';
    border-bottom: 1px solid #333;
}

.contImg {
    margin-top: 20px;
}

.contBox h3 {
    border-bottom: 1px solid #666;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .page {
        background: url(../images/contBack.jpg) no-repeat center top;
        height: 600px;
        text-align: center;
    }

    .page header {
        height: 160px;
    }

    .contHead {
        background: url(../images/contIcon.png) no-repeat center right;
        display: inline-block;
        height: 90px;
        padding: 40px 120px 0 0;
    }

    .page h2 {
        font-size: 2em;
        letter-spacing: 4px;
        padding: 0 5px;
    }

    .page h2 span {
        font-size: 16px;
        margin-left: 10px;
    }

    .contBox {
        margin-top: 50px;
        overflow: hidden;
    }

    .floatImg {
        float: right;
        padding-left: 10px;
    }

    .bannerList {
        letter-spacing: -0.4em;
    }

    .bannerList li {
        width: 470px;
        letter-spacing: normal;
        display: inline-block;
        margin-bottom: 30px;
        text-align: right;
    }

    .bannerList li:nth-child(2n) {
        margin-left: 60px;
    }

    .bannerList li span {
        display: block;
        padding-top: 5px;
        font-size: 0.9em;
    }

    .bannerList li a:hover img {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1023px) {
    .page {
        text-align: left;
    }

    .page header h1 img {
        max-width: 100%;
        background: #710f1b;
        padding: 15px 0;
    }


    .page h2 {
        font-size: 1.6em;
        padding: 0 10px;
    }

    .page h2 span {
        font-size: 13px;
        margin-left: 10px;
    }

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

    .contBox {
        margin-top: 30px;
    }

    .floatImg {
        margin-bottom: 10px;
    }

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

    .bannerList li {
        margin-bottom: 15px;
    }

    .bannerList li img {
        max-width: 100%;
        padding-bottom: 5px;
    }
}

.pageTop {
    text-align: right;
    clear: both;
}

/**********recommend************/
.recomList ul li {
    background: #710F1B;
    color: #FFF;
}

.recomYohou li {
    list-style-type: decimal;
    margin-left: 1em;
    text-align: left;
    margin-bottom: 5px;
}

.recomCourse {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.recomCourse th,
.recomCourse td {
    padding: 5px 10px;
    vertical-align: middle;
}

.recomCourse th {
    background: #710F1B;
    text-align: center;
    color: #FFF;
}

.red {
    color: #710F1B;
}

.recomCourse td.red span {
    background: #710F1B;
    color: #FFF;
    padding: 3px 10px;
    font-size: 0.8em;
}

@media only screen and (min-width: 1024px) {
    .recomList ul {
        letter-spacing: -0.4em;
    }

    .recomList ul li {
        letter-spacing: normal;
        display: inline-block;
        width: 320px;
        margin-right: 20px;
        margin-top: 20px;
        padding: 15px;
    }

    .recomList ul li:nth-child(3n) {
        margin-right: 0;
    }

    .recomCourse th {
        width: 150px;
    }

    .recomCourse td.red span {
        position: relative;
        top: -3px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    .recomList ul li {
        margin-top: 10px;
        padding: 10px;
    }

    .recomCourse {
        border-bottom: 1px solid #710F1B;
    }

    .recomCourse th,
    .recomCourse td {
        display: block;
        border: 1px solid #710F1B;
        border-bottom: none;
    }
}

/**********salon************/
.salonInfo {
    table-layout: fixed;
    border-collapse: collapse;
}

.salonInfo th {
    font-weight: bold;
}

.salonInfo th,
.salonInfo td {
    padding: 5px 10px;
    border-bottom: 1px solid #999;
}

@media only screen and (min-width: 1024px) {
    .salon #contents {
        background: url(../images/salonBack.jpg) no-repeat right top 50px;
    }

    .salonInfo {
        margin-top: 10px;
    }

    .map {
        width: 800px;
        margin: 0 auto 30px auto;
    }

    .salon .contImg {
        margin-top: 60px;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .salonInfo th {
        background: #F2F2F2;
    }

    .salonInfo th,
    .salonInfo td {
        display: block;
        text-align: left;
    }

    .map {
        margin-bottom: 15px;
    }

    .map iframe {
        width: 100%;
    }
}

/**********product************/
.catch {
    background: #710F1B;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

.name {
    color: #710F1B;
}

.productImg p strong {
    color: #F00;
    margin-right: 5px;
}

.productImg p span {
    font-size: 1.2em;
    margin-left: 15px;
}

.productImg p span:after {
    content: "(税抜)";
    font-size: 0.6em;
    padding-left: 3px;
}

.productInfo h3 {
    margin-bottom: 10px;
    color: #710F1B;
    font-size: 1.5em;
    border-bottom: 1px solid #999;
}

.productInfo h3 span {
    color: #333;
    font-size: 0.6em;
    padding-left: 10px;
}

.productInfo strong {
    font-weight: bold;
    font-size: 1.2em;
}

.productImg font {
    color: #710F1B;
    padding-right: 10px;
}

.productInfo dl {
    margin-top: 10px;
}

.productInfo dt {
    font-weight: bold;
}

.productInfo dl dd {
    margin-bottom: 10px;
}

.productSub {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px dashed #666;
}

@media only screen and (min-width: 1024px) {
    .product #contents {
        background: url(../images/productBack.jpg) no-repeat right top 50px;
    }

    .productHead {
        width: 600px;
        padding: 10px 5px;
        min-height: 210px;
    }

    .productBox {
        overflow: hidden;
        border-top: 1px solid #666;
        padding-top: 50px;
        margin-top: 50px;
    }

    .productImg {
        float: left;
        width: 400px;
        padding-right: 40px;
    }

    .productInfo {
        float: left;
        width: 600px;
    }

    .productImg img {
        margin: 10px auto;
        display: block;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .productHead p {
        margin-top: 20px;
        text-align: left;
    }

    .productBox {
        margin-top: 20px;
        text-align: left;
    }

    .productSub img,
    .productInfo img,
    .productImg img {
        max-width: 100%;
    }
}

/**********menu************/
.menuHead p {
    margin-top: 10px;
}

.menuBanner {
    padding-top: 50px;
    background: url(../images/menuLine.jpg) repeat-x top center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.menuBody h3 {
    color: #710F1B;
    border-bottom: 1px solid #710F1B;
    font-size: 1.4em;
    margin-bottom: 15px;
}

.menuBody h4 {
    background: #710F1B;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.menuLeft div,
.menuRight div {
    margin-bottom: 20px;
}

.menuRight div img {
    margin-bottom: 5px;
}

.menuRight div a {
    display: block;
    text-align: right;
}

.menuRight div a:hover img {
    opacity: 0.8;
}

.menuBody p {
    padding: 3px 0 0 5px;
}

.menuBody p span {
    background: #999;
    color: #FFF;
    font-size: 0.9em;
    padding: 3px 10px;
}

.price {
    color: #F00;
    font-size: 1.1em;
}

.menuBody h4.emm {
    background: #58971B;
}

.menuDesc {
    margin-bottom: 15px;
}

.menuBody p.menuPlus {
    background: #E50012;
    color: #FFF;
    margin: 30px 0 15px 0;
    padding: 5px 10px;
}

.menuCourse {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 30px;
}

.menuCourse caption {
    border-bottom: 1px solid #666;
    text-align: left;
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 10px;
}

.menuCourse th,
.menuCourse td {
    vertical-align: top;
}

.menuCourse th {
    line-height: 1.2;
    text-align: center;
}

.menuCourse th span {
    background: #999;
    color: #FFF;
    display: block;
    padding: 5px;
}

.menuCourse td span {
    display: block;
    color: #710F1B;
}

.menuTel {
    font-size: 1.6em;
    margin-top: 5px;
}

.ozoneList li {
    background: #710F1B;
    color: #FFF;
    font-size: 1.3em;
    text-align: center;
    padding: 5px 0;
    font-size: 1.1em;
}

.ozoneKouka li {
    background: #F1E7E8;
}

.ozoneTitle {
    text-align: center;
    font-weight: bold;
    color: #710F1B;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.ozoneImg {
    text-align: right;
    margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
    .menu #contents {
        background: url(../images/menuBack.jpg) no-repeat right top 50px;
    }

    .menuHead {
        min-height: 210px;
        padding: 10px 5px;
    }

    .menuBody {
        overflow: hidden;
    }

    .menuLeft {
        width: 480px;
        float: left;
        margin-right: 40px;
    }

    .menuRight {
        width: 480px;
        float: left;
    }

    .menuCourse th {
        width: 180px;
    }

    .menuCourse th,
    .menuCourse td {
        padding: 5px 5px 15px 5px;
    }

    .ozoneList {
        letter-spacing: -0.4em;
    }

    .ozoneList li {
        display: inline-block;
        letter-spacing: normal;
        width: 235px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .ozoneList li:nth-child(4n) {
        margin-right: 0;
    }

    .ozoneKouka {
        letter-spacing: -0.4em;
    }

    .ozoneKouka li {
        vertical-align: top;
        letter-spacing: normal;
        display: inline-block;
        width: 320px;
        margin-right: 20px;
        padding: 20px;
        margin-top: 10px;
    }

    .ozoneKouka li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .menuHead {
        margin-top: 15px;
    }

    .menuBanner img,
    .menuHead img,
    .menuRight div img {
        max-width: 100%;
    }

    .menuBody {
        text-align: left;
    }

    .menuCourse {
        text-align: left;
    }

    .menuCourse th,
    .menuCourse td {
        display: block;
        padding: 5px;
    }

    .ozoneList li {
        margin-bottom: 10px;
    }

    .ozoneKouka {
        margin-bottom: 20px;
    }

    .ozoneKouka li {
        padding: 15px;
        margin-top: 20px;
    }

    .ozoneKouka li img {
        display: block;
        margin: 0 auto;
    }
}

/**********footer************/
footer {
    background: #710F1B;
}

#footBox {
    color: #FFF;
}

.footLogo {
    text-align: center;
}

.footInfo p span {
    font-size: 0.7em;
    padding: 3px 10px;
    border: 1px solid #FFF;
    margin-left: 10px;
    line-height: 1;
    position: relative;
    top: -2px;
}

.address {
    font-size: 0.7em;
    padding: 10px 0;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    #footBox {
        padding: 20px 0;
        overflow: hidden;
        text-align: left;
    }

    .footLogo {
        text-align: center;
        float: left;
        width: 140px;
    }

    .footInfo {
        width: 430px;
        float: left;
        padding-top: 10px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 1023px) {
    #footBox {
        padding: 10px;
        text-align: center;
    }

    .footLogo {
        margin-bottom: 5px;
    }
}

.voice {
    margin: 5px;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

#bannerRight {
    position: fixed;
    bottom: 40px;
    right: 0px;
}

#bannerRight img {
    width: 200px;
    border-top: 3px solid white;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 1023px) {
    #bannerRight {
        position: fixed;
        bottom: 150px;
        right: 0px;
    }

    #bannerRight img {
        width: 150px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    }
}

.em {
    color: #710f1b;
    font-size: 1.6em !important;
    text-align: center;
    border: none !important;
    text-decoration: none !important;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.mb30 {
    margin-bottom: 30px;
}

.mBox {
    margin-bottom: 20px;
}

.mBox h3 {
    border: none !important;
}

.mBox .u {
    text-decoration: underline;
}

.mBox .red {
    color: #f00;
}

.menu-title {
    font-size: 16px !important;
    font-weight: bold;
    border: none !important;
    letter-spacing: 2px !important;
    background-color: #f6f6f6;
    padding: 10px !important;
    margin-bottom: 10px;
}