@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:200,400,500,700|Sawarabi+Mincho&display=swap&subset=japanese');

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*background-attachment: scroll;*/
    /*background-image: url(../img/bg_navi.png);*/
    /*background-repeat: repeat-x;*/
    /*background-position: 0px 100px;*/
    min-width: 1100px;
}

#headerBox {
    background-attachment: scroll;
    background-image: url(../img/bg_common_top.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 1080px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#logoBox {
    width: 1080px;
    margin-top: 30px;
}

#logoBox .logo {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/logoA.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    float: left;
    height: 35px;
    width: 346px;
}

#logoBox .reserve_info_box {
    /*background-attachment: scroll;*/
    /*background-color: transparent;*/
    /*background-image: url(../img/logo_reserve.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0px 0px;*/
    background: url("../img/bg_herder_tel.png") no-repeat;
    float: right;
    height: 23px;
    width: 360px;
    margin-top: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: right;
    line-height: 23px;
    letter-spacing: 0.03em;
}

#logoBox .reserve_info_box a {
    color: #fff;
    text-decoration: none;
}

#contentsWrap {
    height: auto;
    min-height: 500px;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.pankuzu {
    background-color: #E8DFD2;
    height: 21px;
    margin-top: 40px;
    width: 1080px;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu_b {
    background-color: #E8DFD2;
    height: 21px;
    width: 1080px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.pankuzu p {
    color: #100502;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#contentsWrap .imgBoxA {
    /*height: 350px;*/
    width: 1080px;
    margin-top: 25px;
}

.imgBoxA img.tablet {

}

.imgBoxA img.mobile {
    display: none;
}

#contentsWrap .imgBoxB {
    height: 500px;
    width: 1080px;
    margin-bottom: 25px;
}

#header_top {
    height: auto;
    width: auto;
    background-color: transparent;
    background-image: url(../img/common_bg.jpg);
}

/*
 * ----------------------------------------
 *  ナビゲーション
 * ----------------------------------------
*/
#navi {
    height: 60px;
    width: auto;
    margin-top: -100px;
    background-image: url(../img/bg_navi.png);
}

#navi_innerbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    box-sizing: border-box;
    border-right: 1px solid #c47e0b;
}

#navi li {
    /*float: left;*/
    flex-shrink: 0;
    height: 58px;
    width: calc(100% / 6);
    border-left: 1px solid #c47e0b;
    box-sizing: border-box;
}

#navi a {
    display: block;
    width: 180px;
    height: 58px;
    box-sizing: border-box;
    /*background-image: url(../img/navi_btn_o.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: left top;*/
}

#navi a.current {
    background: url("../img/navi_btn_hover.png") no-repeat;
    background-size: cover;
}

#navi a:hover {
    background: url("../img/navi_btn_hover.png") no-repeat;
    background-size: cover;
    /*background-position: left bottom;*/
}

/*
 * ----------------------------------------
 *  MainContent
 * ----------------------------------------
*/
.about_lymph {
    /*background-image: url(../img/bg_about_lympa.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;*/
    background: #f6f3ef;
    background: -moz-linear-gradient(bottom, #e7e1da 0%, #f6f3ef 100%);
    background: -webkit-linear-gradient(bottom, #e7e1da 0%, #f6f3ef 100%);
    background: linear-gradient(to top, #e7e1da 0%, #f6f3ef 100%);
    height: 335px;
    width: 1080px;
    margin-top: 50px;
    position: relative;
    border: 1px solid #e7e1da;
    box-sizing: border-box;
}

.about_lymph:before {
    content: '';
    position: absolute;
    background-image: url("../img/bg_leaf01.png");
    background-repeat: no-repeat;
    width: 238px;
    height: 118px;
    right: 117px;
    top: 17px;
}

.about_lymph .bottle {
    position: absolute;
    right: 10px;
    top: -24px;
}

p.lymph_caption {
    height: 94px;
    margin: 0;
    padding: 18px 20px 7px;
    width: 800px;
    position: relative;
}

p.lymph_caption img {
    /*width: 728px;
    height: auto;*/
}

.menu_box_a {
    height: auto;
    width: 1060px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.menu_box_b {
    background-color: #E7E1DA;
    height: auto;
    width: 1045px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    margin-top: 40px;
}

.menu_btn_box {
    background-color: #f6f2ed;
    height: 185px;
    width: 320px;
    float: left;
    /*	margin-right: 6px;*/
    margin-left: 6px;
    padding: 10px;
}

.menu_box_a .menu_btn_box {
    margin-left: 10px;
}

.menu_btn_box a:hover img {
    background-color: #F6F2ED;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.about_lymph_box {
    /*min-height: 250px;*/
    width: 1078px;
    overflow: hidden;
    background-attachment: scroll;
    background-image: url(../img/bg_gradation01.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    margin-top: 10px;
    height: 430px;
    border: 1px solid #e7e1da;
}

.about_lymph_box p {
    width: 1000px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.about_lymph_box .btn_box_center_a {
    height: 40px;
    width: 505px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.about_lymph_box .btn_box_center_a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.newsBox {
    height: 380px;
    width: 705px;
    overflow: auto;
    float: left;
    margin-right: 10px;
}

.centerBox_a {
    background-attachment: scroll;
    background-color: #E7E1DA;
    background-image: url("../img/bg_gradation01.png");
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #E7E1DA;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding: 30px 70px;
    width: 930px;
    overflow: hidden;
}

.centerBox_a p {
    /*margin-top: 30px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;*/
    width: 855px;
}

.centerBox_b {
    height: auto;
    width: 900px;
    /*margin-top: 30px;*/
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.centerBox_b .concept_title {
    font-size: 32px;
    font-weight: 200;
    color: #a0522d;
    letter-spacing: 0.05em;
}

.centerBox_b .concept_title .lg {
    font-size: 1.125em;
    color: #a0522d;
}

.centerBox_b p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 2em;
}

.centerBox_b p .sm {
    font-size: 0.785em;
}

.centerBox_b p .lg {
    font-size: 1.07em;
}

.centerBox_b p .grn {
    color: #33674d;
    font-size: 17px;
}

.centerBox_b p .grn .lg {
    color: #33674d;
}

.centerBox_c {
    /*background-color: #f4f0eb;*/
    height: auto;
    width: 1080px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.centerBox_c img {
    float: left;
}

.centerBox_d {
    width: 420px;
    float: left;
}

.pun_a {
    text-align: center;
    height: auto;
    width: 1080px;
    overflow: hidden;
    float: none;
    margin-top: 65px;
    margin-right: 0;
    margin-bottom: 65px;
    margin-left: 0;
}

.punA {
    text-align: center;
    height: auto;
    width: 1080px;
    overflow: hidden;
    float: none;
    margin-top: 65px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
}

.salon_info {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_salonInfo.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 45px;
    width: 1080px;
    margin-top: 30px;
}

.map {
    width: 420px;
    margin-left: 40px;
    margin-bottom: 20px;
    float: left;
}

.map small a {
    margin: 5px;
    float: right;
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 21px;
}

/*
 * ----------------------------------------
 *  LIST
 * ----------------------------------------
*/
.salon_ul li {
    color: #59493f;
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: lighter;
}

/*
 * ----------------------------------------
 *  H
 * ----------------------------------------
*/
#header_top h1 {
    height: 100px;
    left: 1000px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 10;
}

.section_title {
    height: 52px;
    width: 1080px;
    margin-top: 30px;
    margin-bottom: 14px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    background: url("../img/icon_section_title.png") left center no-repeat;
    background-size: 26px auto;
    padding-left: 40px;
    line-height: 45px;
    position: relative;
    border-bottom: 6px solid #382d24;
    box-sizing: border-box;
    clear: both;
}

/*.section_title:after {
    content: '';
    position: absolute;
    !*width: 26%;*!
    width: 280px;
    height: 6px;
    background: #382d24;
    left: 0;
    top: 100%;
}*/

.section_title .thin {
    font-weight: 400;
    font-size: 1.1em;
    margin-right: 5px;
}

.section_title_2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    letter-spacing: 0.1em;
    color: #f38417;
    text-align: center;
    background: url("../img/bg_section_title_2.png") center bottom no-repeat;
    padding-bottom: 55px;
    margin-top: 1em;
    line-height: 1.5;
}

.section_title_3 {
    height: 52px;
    width: 1080px;
    margin-top: 30px;
    margin-bottom: 14px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.1em;
    background: url("../img/icon_section_title.png") left center no-repeat;
    background-size: 26px auto;
    padding-left: 40px;
    line-height: 45px;
    position: relative;
    border-bottom: 6px solid #f6f3ee;
    box-sizing: border-box;
    clear: both;
}

.section_title_3:after {
    content: '';
    position: absolute;
    /*width: 26%;*/
    width: 280px;
    height: 6px;
    background: #382d24;
    left: 0;
    top: 100%;
}

h2.lymph_detox_desc {
    background-attachment: scroll;
    background-image: url(../img/h2_lymph_detox_desc.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 135px;
    width: 900px;
    margin-bottom: 20px;
    margin-top: 13px;
}

h2.howto_reserve {
    /*background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_reserve.png);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    text-indent: -9999px;
    height: 35px;
    width: 1080px;
    clear: both;
    padding-top: 50px;*/
    margin-top: 50px;
}

h2.caution {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_caution.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 35px;
    width: 1080px;
    clear: both;
}

H2.about_lymph_detox {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_about_lymph.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 45px;
    width: 1080px;
    margin-top: 30px;
}

h2.taishitsu {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_taishitsu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 100px;
    width: 900px;
    margin-bottom: 10px;
}

h2.news {
    /*background-image: url(../img/h2_news.png);*/
    /*background-attachment: scroll;*/
    /*background-color: transparent;*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0px 0px;*/
    /*text-indent: -9999px;*/
    /*height: 45px;*/
    width: 705px;
    /*float: left;*/
    margin-top: 65px;
    /*margin-bottom: 10px;*/
}

h2.ttl_lymph_disc {
    /*background-attachment: scroll;*/
    /*background-image: url(../img/h2_nantoka.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0px 0px;*/
    /*text-indent: -9999px;*/
    /*height: 45px;*/
    /*width: 1080px;*/
    margin-top: 60px;
}

h2.body_menu {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_bodymenu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 35px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.facial_menu {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_facialmenu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 35px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.head_menu {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_headmenu.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 35px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.kotsuban {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_kotsuban.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    margin: 0px;
    height: 35px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.weistslim {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_bg_weist_slim.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    margin: 0px;
    height: 35px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.priceList {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/h2_pricelist.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    margin: 0px;
    height: 45px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

h2.reserve {
    background-attachment: scroll;
    background-image: url(../img/h2_reserve.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
    height: 45px;
    width: 1080px;
    margin: 50px 0 30px;
    clear: both;
}

.quick {
    margin-top: 1em;
    font-size: 20px;
}

/*
 * ----------------------------------------
 *  IMAGE
 * ----------------------------------------
*/
.centerBox_c .img_floatLeft {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.centerBox_c .img_floatRight {
    float: right;
    margin-top: 15px;
}

/*
 * ----------------------------------------
 *  SIDE
 * ----------------------------------------
*/
#contentsWrap .sideBox {
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 350px;
}

/*.sideBox .reserve {*/
/*    background-attachment: scroll;*/
/*    background-color: transparent;*/
/*    background-image: url(../img/bn_reserve.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 0px 0px;*/
/*    text-indent: -9999px;*/
/*    height: 210px;*/
/*    width: 350px;*/
/*    margin-top: 20px;*/
/*}*/
.sideBox .reserve {
    height: 210px;
    width: 350px;
    margin-top: 20px;
    background: url("../img/bg_shop_info.png") no-repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.sideBox .reserve .tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 0;
}

.sideBox .reserve .tags li {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    background: #a0522d;
    padding: 6px;
    margin: 5px;
}

.sideBox .reserve .tel {
    font-family: 'Noto Serif JP', serif;
    color: #33674d;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 6px;
}

.sideBox .reserve .tel a {
    font-size: 24px;
    font-weight: 700;
    color: #33674d;
    text-decoration: none;
}

.sideBox .reserve .tel .sm {
    font-size: 18px;
    color: #33674d;
    display: inline-block;
    margin-right: 8px;
}

.sideBox .reserve .shop_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 12px 0;
}

.sideBox .reserve .shop_info .photo {
    width: 147px;
}

.sideBox .reserve .shop_info .photo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.sideBox .reserve .shop_info .addr {
    width: 168px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    line-height: 1.3;
}

.sideBox .reserve .shop_info .addr .shop_name {

}

.blog a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

/*
 * ----------------------------------------
 *  FOOTER
 * ----------------------------------------
*/
#footer {
    /*height: 250px;*/
    margin-top: 30px;
    /*background-color: transparent;
    background-attachment: scroll;
    background-image: url(../img/bg_footer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;*/
    background: #382d24;
    background: -moz-linear-gradient(#685d54 0%, #382d24 100%);
    background: -webkit-linear-gradient(#685d54 0%, #382d24 100%);
    background: linear-gradient(#685d54 0%, #382d24 100%);
}

#footer a {
    color: #D6CEC4;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer_innerBox {
    /*background-attachment: scroll;
    background-color: transparent;
    background-image: url("../img/bg_footerBox.png");
    background-position: 0 0;
    background-repeat: no-repeat;*/
    /*height: 180px;*/
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    padding: 40px 60px 10px 60px;
    position: relative;
    box-sizing: border-box;
}

#footer_innerBox:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../img/footer_deco_left.png") no-repeat;
    background-size: contain;
    left: 0;
    top: 10px;
}

#footer_innerBox:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../img/footer_deco_right.png") no-repeat;
    background-size: contain;
    right: 0;
    top: 10px;
}

.footer_logo {
    /*position: absolute;*/
    /*right: 40px;*/
    /*bottom: 20px;*/
    /*text-align: right;*/
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
}

.footer_logo .addr {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.2;
}

.footer_logo .addr .lg {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.footer_logo img {
    width: 125px;
    height: auto;
    margin-top: 16px;
}

.copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 2;
    margin-top: 16px;
}

/*
 * ----------------------------------------
 *  TABLE
 * ----------------------------------------
*/
.salon_info_table {
    float: left;
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 23px;
    width: 620px;
}

.salon_info_table .lefttd {
    background-color: #e8dfd2;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    padding: 8px;
    width: 140px;
}

.salon_info_table .righttd {
    background-color: #eeeeee;
    padding: 8px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.news_table {
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.news_table .lefttd {
    background-color: #d6cec4;
    height: auto;
    width: 135px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    padding: 8px 8px 8px 15px;
}

.news_table .righttd {
    background-color: #f4f0eb;
    /*	height: auto;
    width: 209px;*/
    padding: 8px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.menu_table {
    float: left;
    color: #382d24;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    /*line-height: 23px;*/
    width: 640px;
    margin-left: 15px;
}

.menu_table .lefttd {
    background-color: #e8dfd2;
    border-right-width: 5px;
    border-bottom-width: 10px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    width: 470px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    padding-left: 0;
}

.menu_table .righttd {
    background-color: #eeeeee;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding: 0;
}

.menu_table .centertd {
    text-align: center;
    background-color: #eeeeee;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding: 0;
}

.menu_table .centertd img {
    float: none;
}

.menu_table p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding: 0;
}

.menu_table p img {
    display: block;
    float: none;
}

.menu_table .price {
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.05px;
}

.menu_table .price .tax {
    font-size: 75%;
    margin-left: -5px;
    letter-spacing: -0.05px;
}

.price_table {
    color: #382d24;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.5px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.price_table th {
    background-color: #e8dfd2;
    /*border: 1px solid #f5f1ed;*/
    /*	border-bottom-width: 5px;
            border-bottom-style: solid;
            border-bottom-color: #E7E1DA;*/
    width: 70%;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.price_table .lefttd {
    background-color: #FFF;
    border-right-width: 5px;
    border-top-width: 5px;
    border-right-style: solid;
    border-top-style: solid;
    border-right-color: #E7E1DA;
    border-top-color: #E7E1DA;
    width: 70%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}

.price_table .righttd {
    background-color: #eeeeee;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #E7E1DA;
    text-align: right;
    padding: 10px 66px 10px 10px;
}

.price_table .subtitle {
    background-color: #F9F0E5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    text-align: center;
    border-right-width: 5px;
    border-top-width: 5px;
    border-right-style: solid;
    border-top-style: solid;
    border-right-color: #E7E1DA;
    border-top-color: #E7E1DA;
}

.gotoTop {
    float: right;
    width: 120px;
    background-attachment: scroll;
    background-image: url(../img/arrow_top.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 20px;
    text-align: right;
    margin-top: 25px;
}

.option_box {
    width: 400px;
    float: left;
    padding-left: 20px;
}

.centerBox_a p.course_caption {
    float: left;
    margin-left: 20px;
    color: #C90;
    margin-bottom: 0px;
    min-width: 900px;
    margin-top: 3px;
}

.centerBox_c p.course_caption {
    float: left;
    /*margin-left: 20px;*/
    color: #C90;
    margin-bottom: 0px;
    margin-top: 3px;
    font-size: 14px;
}

p.option {
    margin: 0 0 0 2px;
}

.footer_menu_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

dl.footer_menu {
    font-size: 14px;
    color: #FFF;
    height: 150px;
    width: 270px;
    font-weight: normal;
    /*float: left;*/
}

.footer_menu dt {
    color: #D6CEC4;
    line-height: 2em;
    background-attachment: scroll;
    background-image: url(../img/bg_dt01.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-color: transparent;
    text-indent: 22px;
}

.footer_menu dd {
    color: #D6CEC4;
    line-height: 1.5em;
    text-indent: 20px;
}

#container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 970px;
}

#adminMain {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 20px;
    width: 800px;
}

table#newsTable1 {
    width: 100%;
    background-color: #E6E6E6;
}

table.newsTable1 {
    background-color: #E6E6E6;
}

.newsTableLeft {
    background-color: #CFC773;
    padding: 10px;
    width: 20%;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
}

.newsTableCenter {
    padding: 10px;
    width: 60%;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.newsTableRight {
    padding: 5px;
    text-align: center;
    width: 20%;
    background-color: #E6E6E6;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

.newsConfRight {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}

table#RegisteredList td.buttonBox1 {
    text-align: center;
}

.textBox01 .therapy {
    text-indent: -9999px;
    background-image: url(../img/ttl_3d_cource.png);
    background-repeat: no-repeat;
    width: 655px;
}

.menu_price {
    text-align: right;
}

.textBox01 .option {
    background-image: url(../img/ttl_option.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 655px;
}

.price_td {
    text-align: center;
    width: 160px;
}

#feed {
    padding: 0 5px;
    margin: 0;
}

#feed dt {
    font-size: 0.8em;
    line-height: 1px;
}

#feed dl {
    font-size: 0.85em;
    margin-bottom: 0px;
    margin-top: -15px;
    font-weight: bold;
}

#feed li {
    font-size: 0.8em;
    list-style-type: none;
}

#feed .blog_feed {
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -12px;
    text-align: right;
}

h2.admin {
    background-attachment: scroll;
    background-image: url(../img/h2_bg_admin.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 45px;
    width: 1080px;
    text-indent: -9999px;
    margin-top: 40px;
}

table#RegisteredList {
}

#RegisteredList tr td {
    padding: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.infoBox {
    width: 600px;
    height: 300px;
    float: left;
}

.has_deals {
    position: relative;
}

.deals {
    background: #a40035;
    color: #fff;
    text-align: center;
    /*font-size: 12px;*/
    /*padding: 4px 8px;*/
    margin-left: 16px;
    font-size: 11px;
    position: absolute;
    right: 6px;
    top: 19px;
    padding: 4px;
}

.sp {
    display: none;
}

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