@charset "UTF-8";

/*―――――――――――――――――――――――――――――
    ナビ環境上書き
―――――――――――――――――――――――――――――*/
div#main div#contents div.shop_info dl,
div#main div#contents div.shop_info ul.icon {
    margin: 0;
}
div#main div#contents div.shop_info a {
    text-decoration: none;
}
div#main div#contents div.therapist ul li {
    list-style-type: none;
}
div#main div#contents div.therapist ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #666;
}
div#main div#contents div.therapist ul li img {
    margin-bottom: 3px;
    display: block;
}
div#main div#contents div.reserve_info table td {
    font-size: 15px;
}
div#main div#contents section.shop_info div p.sub_text {
    display: block;
}
div#main div#contents section.shop_info div ul.shop_list li {
    list-style-type: none;
}
div#main div#contents section#price_diff div.max_value div.inner {
    padding: 5px;
}
div#main div#contents section#price_diff div.max_value div.inner p {
    padding: 3px 0px;
}
div#main div#contents section#price_diff div.max_value div.inner p.title,
div#main div#contents section#price_diff div.max_value div.inner p.price {
    margin: 0;
}
div#main div#contents section.shop_info div ul.shop_list dl,
div#main div#contents section.shop_info div ul.shop_list dl dd {
    margin: 0;
}
div#main div#contents article div.coco_list section.shop_info {
    margin-top: 0px;
    border-top: none;
    padding: 0px;
}

/*―――――――――――――――――――――――――――――
    特別優待プラン共通
―――――――――――――――――――――――――――――*/
div#main {
    width: 100%;
}
div#main nav.bread_crumb {
    margin: 0px auto 20px;
    width: 900px;
}
div#main h1 {
    margin: 0px auto;
    position: relative;
    margin-bottom: 20px;
    background: none;
    text-align: center;
    width: 900px;
}
div#main h1 img {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}
div#main h1 p {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    color: #FFF;
    width: 300px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
}
div#main h1 p strong {
    font-size: 18px;
}
div#main h1 p strong span {
    font-size: 16px;
    font-weight: normal;
}
section#contents {
    width: 900px;
    margin: 0px auto;
}

h2 {
    margin: 0 0 20px;
    width: 900px;
    text-align: center;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
}
h2 strong {
    font-size: 30px;
    color: #E93838;
}

p.sub_title {
    display: inline-block;
    background-color: #00B1BE;
    margin: 0px auto 20px;
    border-radius: 20px;
    padding: 0px 20px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
}
p.sub_title strong {
    padding: 0px 3px;
    color: #FFF;
    font-size: 26px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
}

/*―――――――――――――――――――――――――――――
    TOP
―――――――――――――――――――――――――――――*/
/* 店舗リスト */
ul.shop_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
ul.shop_list li {
    position: relative;
    width: calc(100% / 3 - 12px);
    height: auto;
    box-sizing: border-box;
    align-self: stretch;
    background-color: #FFF;
    border: 1px solid #F3F3F3;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.03);
}
ul.shop_list li p {
}
ul.shop_list li p.title {
    margin: 0;
    border-bottom: 1px solid #F3F3F3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    height: auto;
    position: relative;
}
ul.shop_list li p.title img {
    width: 100%;
    vertical-align: bottom;
}
ul.shop_list li p.title span {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-weight: bold;
    background-color: #F7C600;
    color: #FFF;
    height: 25px;
    line-height: 25px;
}
ul.shop_list li p.catch {
    margin: 0 0 5px;
    padding: 3px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #01B3BF;
}
ul.shop_list li.icon_A p.catch {
    color: #EA0240;
}
ul.shop_list li.icon_B p.catch {
    color: #01519E;
}
ul.shop_list li.icon_C p.catch {
    color: #019453;
}
ul.shop_list li p.info {
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    font-size: 13px;
    color: #B25900;
    /**/
    min-height: 68px;
}
ul.shop_list li p.info strong {
    font-size: 16px;
    color: #443A24;
}
ul.shop_list li p.price {
    margin: 0;
    padding: 0px;
    border-width: 0px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    color: #777;
}
ul.shop_list li p.price em {
    padding: 0px 3px;
    font-size: 18px;
    color: #333;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
ul.shop_list li p.price em {
    padding-right: 3px;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
ul.shop_list li p.price strong {
    color: #E93838;
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
ul.shop_list li p.price span {
    padding-left: 3px;
    font-size: 20px;
}
ul.shop_list li p.link {
    padding: 2px 0px;
    border-width: 0px 0px 0px 0px;
    text-align: center;
    font-size: 13px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
ul.shop_list li p.link a {
    padding: 5px 10px 4px;
    border: 1px solid #E93838;
    border-radius: 4px;
    background-color: #E93838;
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    transition: background-color 0.2s linear, color 0.2s linear;
    text-decoration: none;
}
ul.shop_list li p.link a:hover {
    background-color: #FFF;
    color: #E93838;
}
ul.shop_list li p.link i {
    padding-right: 3px;
}
ul.shop_list li dl {
    display: flex;
}
ul.shop_list li dl dd {
    width: calc(100% / 3);
}
ul.shop_list li dl dd img {
    display: block;
    width: 100%;
}

/* タイプアイコン */
ul.shop_list li p.catch_icon {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}
ul.shop_list li.icon_A p.catch_icon {
    color: #EA0240;
    border-color: #EA0240;
/*
    background: -moz-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: -webkit-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: linear-gradient(to bottom, #FE1253, #EA0240);
*/
}
ul.shop_list li.icon_B p.catch_icon {
    color: #01519E;
    border-color: #01519E;
/*
    background: -moz-linear-gradient(top bottom, #0164C7, #01519E); 
    background: -webkit-linear-gradient(top bottom, #0164C7, #01519E); 
    background: linear-gradient(to bottom, #0164C7, #01519E);
*/
}
ul.shop_list li.icon_C p.catch_icon {
    color: #019453;
    border-color: #019453;
    padding: 12px 0px;
    height: 36px;
    line-height: 18px;
/*
    background: -moz-linear-gradient(top bottom, #01BE69, #019453); 
    background: -webkit-linear-gradient(top bottom, #01BE69, #019453); 
    background: linear-gradient(to bottom, #01BE69, #019453);
*/
}

/* 店舗紹介 */
section.shop_info {
    margin: 30px 0px 50px;
    text-align: center;
}
div#main div#contents article section.shop_info {
    margin-top: 100px;
    border-top: 5px solid #00B1BE;
    padding: 80px 0px 0px;
}
div#main div#contents article section.shop_info div {
    margin: 0px auto;
    width: 900px;
    
}
section.shop_info p.sub_text,
section.shop_info p.sub_text2,
section.shop_info p.period {
    display: inline-block;
    margin: 0px auto 10px;
    border: 1px solid #E93838;
    padding: 0px 30px;
    color: #E93838;
    text-align: center;
    transform: rotate(.03deg);
}
section.shop_info p.sub_text {
    width: 840px;
    border-radius: 27px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #333;
}
section.shop_info p.sub_text span {
/*
    margin: 0px 3px;
    padding: 2px 10px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
*/
}
section.shop_info p.sub_text span:before {
    content: "《";
}
section.shop_info p.sub_text span:after {
    content: "》";
}
section.shop_info p.sub_text span.icon_A {
    color: #EA0240;
/*
    background: -moz-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: -webkit-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: linear-gradient(to bottom, #FE1253, #EA0240); 
*/
}
section.shop_info p.sub_text span.icon_B {
    color: #01519E;
/*
    background: -moz-linear-gradient(top bottom, #0164C7, #01519E); 
    background: -webkit-linear-gradient(top bottom, #0164C7, #01519E); 
    background: linear-gradient(to bottom, #0164C7, #01519E); 
*/
}
section.shop_info p.sub_text span.icon_C {
    color: #019453;
/*
    background: -moz-linear-gradient(top bottom, #01BE69, #019453); 
    background: -webkit-linear-gradient(top bottom, #01BE69, #019453); 
    background: linear-gradient(to bottom, #01BE69, #019453); 
*/
}
section.shop_info p.sub_text2 {
    margin-bottom: 25px;
    border: none;
    font-size: 16px;
    color: #443A24;
}

section.shop_info p.period {
    border: 4px double #FFF;
    border-radius: 8px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #443A24;
    background-color: #C9B89F;
}
section.shop_info p.period strong {
    font-size: 24px;
}
section.shop_info p.period strong span {
    font-size: 18px;
}
section.shop_info p.period em {
    color: #FFF;
}

/* イベント説明 */
section#description {
    margin: 0px 0px 60px;
    padding: 20px 0px 0px;
    background-color: #F9F9F9;
}
section#description > p {
    text-align: center;
    font-size: 24px;
    color: #E93838;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
}
section#description div {
    border-radius: 4px;
    padding: 20px 30px;
    text-align: center;
}
section#description div div.main_message {
    margin: 0px 0px 10px;
    border-radius: 8px;
    background-color: #FFF;
    padding: 15px 5px 15px;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}
section#description div div.main_message dl {
    margin: 10px auto 0px;
    border-radius: 5px;
    display: flex;
    width: 90%;
}
section#description div div.main_message dl dt,
section#description div div.main_message dl dd {
    padding: 10px 0px;
    font-size: 17px;
    color: #FFF;
    font-weight: normal;
    line-height: 20px;
}
section#description div div.main_message dl dt {
    width: 25%;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 16px;
}
section#description div div.main_message dl dt:before {
    content: "《";
}
section#description div div.main_message dl dt:after {
    content: "》";
}
section#description div div.main_message dl.icon_A {
    background: -moz-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: -webkit-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: linear-gradient(to bottom, #FE1253, #EA0240); 
}
section#description div div.main_message dl.icon_B {
    background: -moz-linear-gradient(top bottom, #0164C7, #01519E); 
    background: -webkit-linear-gradient(top bottom, #0164C7, #01519E); 
    background: linear-gradient(to bottom, #0164C7, #01519E); 
}
section#description div div.main_message dl.icon_C {
    background: -moz-linear-gradient(top bottom, #01BE69, #019453); 
    background: -webkit-linear-gradient(top bottom, #01BE69, #019453); 
    background: linear-gradient(to bottom, #01BE69, #019453); 
}
section#description div div.main_message dl dd {
    padding-left: 10px;
    width: 75%;
    font-size: 16px;
    text-align: left;
    color: #FFF;
}
/*
section#description div div.main_message dl.icon_A dd {
    color: #EA0240;
}
section#description div div.main_message dl.icon_B dd {
    color: #01519E;
}
section#description div div.main_message dl.icon_C dd {
    color: #019453;
}
*/
/*
section#description div p.main_message span {
    display: inline-block;
}
section#description div p.main_message strong {
    padding: 0px 5px;
    color: #E93838;
    font-size: 20px;
    font-weight: normal;
}
*/
section#description div > ul {
    display: flex;
    margin: 0px auto 20px;
    width: 800px;
}
section#description div > ul li {
    width: calc(100% / 3 - 26px);
    margin-right: 9px;
    padding: 25px 10px 15px;
    background: url("../img/cocoaroma/point_bg.png") repeat left top;
    border-radius: 10px;
    color: #FFF;
    text-align: left;
}
section#description div > ul li:last-child {
    margin-right: 0px;
}
section#description div > ul li h3 {
    border-bottom: 1px solid #FFF;
    position: relative;
}
section#description div > ul li h3 img {
    width: 100%;
}
section#description div > ul li h3 span {
    font-size: 12px;
}
section#description div > ul li h3 em {
    font-size: 16px;
}
section#description div > ul li h3 strong {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 36px;
    color: #F4E6A2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
}
section#description div > ul li > p {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.2;
}

section#description > div > dl.notice {
    margin: 0px auto;
    width: 800px;
    text-align: left;
}
section#description > div > dl.notice dt {
    display: inline-block;
    padding: 2px 10px;
    font-weight: normal;
    color: #6C4D2D;
    background-color: #EDE7DF;
    font-size: 13px;
}
section#description > div > dl.notice dd {
    padding: 3px 0px 10px;
}
section#description > div > dl.notice dd strong {
    color: #E93838;
    font-weight: normal;
}
section#description div > p.notice {
    margin: 10px auto 0px;
    width: 800px;
    text-align: left;
    color: #E93838;
}
section#description div > p.supple {
    margin: 0px auto 10px;
    width: 800px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

/* 次回予告 */
section#next_info {
    margin: 0px 0px 50px;
    border: 5px solid #00B1BE;
    border-width: 5px 0px;
    background-color: #F9F9F9;
}
section#next_info h4 {
    padding: 0px 0px 10px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
section#next_info div {
    margin: 0px auto;
    padding: 30px 0px;
    width: 900px;
    text-align: center;
}
section#next_info div p {
    font-size: 14px;
}
section#next_info div p.next {
    padding: 20px 0px;
    text-align: left;
    width: 450px;
    margin: 0px auto;
    color: #6A3900;
}
section#next_info div p.notice {
    padding: 10px 0px;
    text-align: center;
    color: #01B3BF;
}


/*―――――――――――――――――――――――――――――
    店舗別ページ
―――――――――――――――――――――――――――――*/
p.catch {
    margin-bottom: 5px;
    text-align: center;
    color: #01B3BF;
    font-size: 18px;
    font-weight: normal;
}
p.catch.icon_A {
    color: #EA0240;
}
p.catch.icon_B {
    color: #01519E;
}
p.catch.icon_C {
    color: #019453;
}
p.catch span {
    margin-right: 5px;
}
p.catch span:before {
    content: "《";
}
p.catch span:after {
    content: "》";
}
/*
p.catch span {
    display: inline-block;
    margin-right: 5px;
    padding: 1px 15px;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
p.catch.icon_A span {
    background: -moz-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: -webkit-linear-gradient(top bottom, #FE1253, #EA0240); 
    background: linear-gradient(to bottom, #FE1253, #EA0240); 
}
p.catch.icon_B span {
    background: -moz-linear-gradient(top bottom, #0164C7, #01519E); 
    background: -webkit-linear-gradient(top bottom, #0164C7, #01519E); 
    background: linear-gradient(to bottom, #0164C7, #01519E); 
}
p.catch.icon_C span {
    background: -moz-linear-gradient(top bottom, #01BE69, #019453); 
    background: -webkit-linear-gradient(top bottom, #01BE69, #019453); 
    background: linear-gradient(to bottom, #01BE69, #019453); 
}
*/

div#main h1.header_s {
    margin: 0px auto;
    width: 895px;
    height: 115px;
    padding: 5px 0px 0px 5px;
    background: url("../img/cocoaroma/header_s_bg.png") no-repeat left top;
}
div#main h1.header_s img {
    display: block;
}

section#shop_top {
    margin-bottom: 40px;
}
div.shop_info {
    position: relative;
    background-color: #F9F9F9;
}
div.shop_info p.area_job {
    margin: 0;
    padding: 10px 10px 0px 20px;
    font-size: 13px;
    color: #443A24;
}
div.shop_info p.shop_name {
    margin: 0;
    padding: 0px 10px 5px 20px;
    font-size: 28px;
    color: #443A24;
}
div.shop_info p.catchphrase {
    padding: 0px 10px 10px 20px;
}
div.shop_info p.catchphrase span {
    display: inline-block;
    font-size: 16px;
    color: #E13B3B;
}
div.shop_info div.flex {
    margin: 0px 0px 0px 20px;
    width: calc(100% - 20px);
    display: flex;
}
div.shop_info div.flex dl {
    width: 450px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
div.shop_info div.flex dl dt,
div.shop_info div.flex dl dd {
    margin-bottom: 10px;
    padding: 3px 0px;
    height: 30px;
    line-height: 30px;
}
div.shop_info div.flex dl dt {
    width: 80px;
    text-align: center;
    font-weight: normal;
    background-color: #EDE7DF;
    color: #6C4D2D;
}
div.shop_info div.flex dl dd {
    padding-left: 10px;
    width: 330px;
    background-color: #FFF;
}
div.shop_info ul.icon {
}
div.shop_info ul.icon li {
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    border-radius: 4px;
    line-height: 1.8;
}
div.shop_info ul.icon li.icon_shop {
    background-color: #ED7994;
}
div.shop_info ul.icon li.icon_room {
    background-color: #F0845D;
}
div.shop_info ul.icon li.icon_dispatch {
    background-color: #75CA8A;
}
div.shop_info p.comment {
    padding: 10px 30px 20px;
    color: #443A24;
    font-size: 14px;
}
div.shop_info p.comment strong {
    font-size: 15px;
}

div.therapist {
    margin-bottom: 20px;
    border-top: 1px solid #EDE7DF;
    padding-bottom: 10px;
    background-color: #F7F3F0;
}
div.therapist h3 {
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    font-size: 17px;
    color: #443A24;
}
div.therapist ul {
    display: flex;
    margin: 0px auto;
    width: calc(100% - 40px);
    justify-content: space-between;
}
div.therapist ul li {
    text-align: center;
}
div.therapist ul li img {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
}
/* 料金比較 */
section#price_diff {
    padding: 20px 0px;
}
section#price_diff > p {
    color: #666666;
    margin-bottom: 5px;
    text-align: center;
    font-size: 28px;
}
section#price_diff > p strong {
    color: #E13B3B;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
    font-size: 30px;
}

section.course {
    margin: 0px 0px 30px;
    border: 1px solid #E9E9E9;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.05);
}
section.course h3 {
    margin: 0 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    background-color: #01B3BF;
}
section.course > div {
    display: flex;
    padding: 20px 20px 10px;
}
section.course > div table {
    width: 210px;
}
section.course > div table,
section.course > div table th,
section.course > div table td {
    border: 1px solid #BBB;
}
section.course > div table th,
section.course > div table td {
    text-align: center;
    vertical-align: middle;
    z-index: -1;
}
section.course > div table th {
    padding: 5px 0px 0px;
    border-width: 1px 1px 0px 1px;
    height: 60px;
}
section.course > div table td {
    border-width: 0px 1px 1px 1px;
}
section.course > div table th span {
    margin-top: 5px;
    width: 90%;
    display: inline-block;
    background-color: #93CC9C;
    padding: 3px 5px;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}
section.course > div table.other th {
    background-color: #FFF;
}
section.course > div div.max_value {
    width: 252px;
    padding: 4px;
    background: -moz-linear-gradient(top left, #EED471, #CEA048, #EED471); 
    background: -webkit-linear-gradient(top left, #EED471, #CEA048, #EED471); 
    background: linear-gradient(to bottom right, #EED471, #CEA048, #EED471); 
}
section.course > div div.max_value div.inner {
    padding: 0px 0px 3px;
    background: url("../img/cocoaroma/bg_max_value.png") repeat left top;
}
section.course > div div.max_value p.title {
    text-align: center;
    font-size: 30px;
    color: #FFDA6E;
    background: -moz-linear-gradient(top, #FFE87C, #FFF3AB, #FFE87C);
    background: -webkit-linear-gradient(top, #FFE87C, #FFF3AB, #FFE87C);
    /*background: linear-gradient(to bottom, #FFE87C, #FFF3AB, #FFE87C);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W5", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.08em;
}
section.course > div div.max_value p.cond {
    margin: 0px auto;
    padding: 1px 0px;
    border-radius: 15px;
    width: calc(100% - 20px);
    text-align: center;
    background-color: #FFF;
    color: #D90000;
    font-size: 16px;
    letter-spacing: 0.08em;
}
section.course > div div.max_value p.price.mv_time {
    margin: 5px 0px -10px;
}
section.course > div div.max_value p.price {
    text-align: center;
    font-size: 22px;
    color: #FFDA6E;
    background: -moz-linear-gradient(top, #FA9B01, #FFF3AB, #FA9B01);
    background: -webkit-linear-gradient(top, #FA9B01, #FFF3AB, #FA9B01);
    /*background: linear-gradient(to bottom, #FA9B01, #FFF3AB, #FA9B01);*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
}
section.course > div div.max_value p.price strong {
    font-size: 34px;
    font-style: italic;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
section.course > div div.max_value p.price strong span {
    font-size: 18px;
}
section.course > div div.max_value p.appoint {
    text-align: center;
    color: #FFF;
}
/*
section.course > div table.max_value th {
    padding-top: 10px;
    color: #01B3BF;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #01B3BF;
    border-width: 3px 3px 0px 3px;
}
section.course > div table.max_value th span {
    background-color: #01B3BF;
    font-size: 16px;
}
section.course > div table td {
    padding: 0px 0px 5px;
    border-top: none;
    height: 60px;
}
section.course > div table.max_value td {
    background-color: #FFF;
    color: #222;
    border: 2px solid #01B3BF;
    border-width: 0px 3px 3px 3px;
}
section.course > div table.max_value td strong {
    color: #01B3BF;
    font-size: 36px;
    font-weight: bold;
}
section.course > div table.max_value {
    width: 260px;
}
*/
section.course > div table td span {
    font-size: 18px;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
section.course > div table td strong {
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Century Gothic', Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
section.course > div table td em {
    font-size: 15px;
}
section.course > div p.arrow {
    margin: 0px 8px;
    width: 25px;
    background: url("../img/cocoaroma/arrow_right.png") no-repeat center top;
}
section.course > div p.value {
    margin: 0px 0px 0px 10px;
    padding: 30px 5px 0px 10px;
    width: 120px;
    background: url("../img/cocoaroma/arrow_right_big.png") no-repeat center top;
    color: #FFF;
    font-size: 24px;
    line-height: 1.3;
}
section.course > div p.value strong {
    font-size: 30px;
}

section.course > p.other_plan {
    padding: 0px 20px 20px;
    font-size: 18px;
}
section.course > p.other_plan strong {
    padding: 0px 5px;
    color: #01B3BF;
    font-size: 20px;
}
section.course > p.course_notice {
    margin: 0;
    padding: 10px 20px;
    color: #E93838;
}
section#price_diff > p.price_notice {
    margin: 0px auto 40px;
    border-bottom: 1px solid #BBB;
    padding-bottom: 25px;
    color: #01B3BF;
    font-size: 24px;
}

/* 申込 */
section#reserve {

}
section#reserve > div.reserve_info {
    margin: 0px 0px 30px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
section#reserve > div table {
    width: 40%;
}
section#reserve > div table,
section#reserve > div table tbody th,
section#reserve > div table tbody td {
    border: 1px solid #B5B5B5;
}
section#reserve > div table thead {
    
}
section#reserve > div table thead th,
section#reserve > div table thead td {
    padding: 8px 10px 0px;
    background-color: #4F488E;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}
section#reserve > div table thead td {
    width: 110px;
    text-align: right;
}
section#reserve > div table thead td strong {
    padding-left: 10px;
    font-size: 28px;
}
section#reserve > div table tbody {
    
}
section#reserve > div table tbody th,
section#reserve > div table tbody td {
    height: 40px;
    z-index: -1;
}
section#reserve > div table tbody th {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
    transform: rotate(.03deg);
    text-align: center;
    vertical-align: middle;
}
section#reserve > div table tbody th.day {
    font-size: 26px;
    width: 50px;
}
section#reserve > div table tbody th.wday {
    font-size: 18px;
    width: 50px;
}
section#reserve > div table tbody tr.sat th {
    color: #006DD9;
}
section#reserve > div table tbody tr.sun th,
section#reserve > div table tbody tr.holi th {
    color: #FF4000;
}
section#reserve > div table tbody td {
    text-align: center;
    vertical-align: middle;
    color: #E93838;
}
section#reserve > div table tbody tr.disabled th,
section#reserve > div table tbody tr.disabled td {
    background-color: #EEE;
    background-clip: padding-box;
}
section#reserve > div table tbody tr.disabled td {
    color: #333;
    }
section#reserve > div table tbody tr.disabled td span {
    font-size: 13px;
}
section#reserve > div div {
    display: block;
    padding-left: 20px;
    width: calc(60% - 20px);
}
section#reserve > div div dl {
    width: 100%;
    margin: 0 0 10px 0;
}
section#reserve > div div dl dt {
    padding: 5px 10px;
    background-color: #EDE7DF;
    color: #6C4D2D;
    font-size: 15px;
    font-weight: normal;
}
section#reserve > div div dl dd {
    padding: 5px;
    font-size: 14px;
}
section#reserve > div div dl dd:before {
    content: "・";
}
section#reserve > div div dl dd strong {
    color: #01B3BF;
}
section#reserve > div div div.btn {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #EDE7DF;
    width: calc(100% - 20px);
    padding: 15px 10px;
    text-align: center;
    line-height: 2;
    font-size: 20px;
}
section#reserve > div div div.btn span {
    color: #E93838;
    font-weight: bold;
}
section#reserve > div div div.btn a.tel {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 25px;
    padding: 0px 30px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: url("../img/cocoaroma/bg_max_value.png") repeat left top;
    color: #FFF;
    text-align: center;
    width: 300px;
    font-size: 28px;
    height: 50px;
    line-height: 52px;
    text-decoration: none;
}
section#reserve > div div div.btn a.tel i.fas {
    padding-right: 10px;
}
section#reserve > div div p {
    text-align: center;
}
section#reserve > div div p a {
    color: #4D7AFF;
}
section#reserve > div div p a:hover {
    color: #01B3BF;
}

section#reserve > p.reserve_notice {
    margin: 0px 0px 20px;
    border: 3px solid #01B3BF;
    border-radius: 6px;
    padding: 10px 20px;
    color: #01B3BF;
    font-size: 15px;
}

/* 複数店舗対応 */
section#reserve > div.multi_shop {
    
}
section#reserve > div.multi_shop > p {
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px;
    background-color: #F9F9F9;
    color: #01B3BF;
    width: calc(100% - 80px);
}
section#reserve > div.multi_shop > ul {
    margin: 0px auto 20px;
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
}
section#reserve > div.multi_shop > ul li {
    margin: 10px 20px;
    width: calc(50% - 40px);
    text-align: center;
}
section#reserve > div.multi_shop > ul li div.btn {
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #EDE7DF;
    width: calc(100% - 20px);
    padding: 15px 10px;
    text-align: center;
    line-height: 2;
    font-size: 18px;
}
section#reserve > div.multi_shop > ul li div.btn span {
    font-weight: bold;
    color: #E93838;
    font-size: 20px;
}
section#reserve > div.multi_shop > ul li div.btn a.tel {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 25px;
    padding: 0px 0px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3);
    background: url("../img/cocoaroma/bg_max_value.png") repeat left top;
    color: #FFF;
    text-align: center;
    width: 300px;
    font-size: 28px;
    height: 45px;
    line-height: 47px;
}
section#reserve > div.multi_shop > ul li div.btn a.tel i.fas {
    padding-right: 10px;
}

/* 店舗詳細ページボタン */
section.shop_detail_btn {
    margin: 20px 0px;
    text-align: center;
}
section.shop_detail_btn.multi_shop {
    padding: 5px 0px 15px;
    background-color: #F9F9F9;
}
section.shop_detail_btn h4 {
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #443A24;
}
section.shop_detail_btn a {
    display: inline-block;
    margin: 0px 10px;
    border: 2px solid #FFF;
    border-radius: 23px;
    padding: 0px 30px;
    width: 300px;
    height: 46px;
    line-height: 46px;
    text-aling: center;
    box-shadow: 3px 3px 2px 2px rgba(0, 0, 0, 0.2);
    color: #FFF;
    font-size: 20px;
    background-color: #4F488E;
    transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
    text-decoration: none;
}
section.shop_detail_btn a i.fas {
    padding-right: 10px;
}
section.shop_detail_btn a:hover {
    border-color: #4F488E;
    background-color: #FFFF;
    color: #4F488E;
}

/*―――――――――――――――――――――――――――――
    転送用
―――――――――――――――――――――――――――――*/
section#contents div.announce {
    padding: 70px 0px 100px;
    text-align: center;
}
section#contents div.announce p {
    padding: 10px 0px;
}
section#contents div.announce p strong {
    font-size: 30px;
    display: inline-block;
    padding: 10px 0px;
    color: #01B3BF;
}
section#contents div.announce p span {
    color: #D00000;
}
