@charset "UTF-8";
@import url("style.css?20200505") screen and ( min-width: 1025px);
@import url("tablet.css?20200505") screen and ( max-width: 1024px) and (min-width: 641px);
@import url("smart.css?20200505") screen and ( max-width: 640px);
html {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  background: #DDCCBB;
}

body, input, button {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.0625rem;
    padding: 0;
    line-height: 1.8em;
}
textarea {
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 0.9em;
}
body {
    color: #333;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    text-align: center;
}

/* ヘッダー ========================== */

header {
    background: #DDCCBB;
    text-align: center;
}

header div#top_image_container {
    text-align: left;
    height: 240px;
    margin: 0 auto;
    position: relative;
}
header img#top_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

header div#logo {
    background: url(../img/logo2.png) no-repeat;
    background-position: 30px 10px;
    background-size: auto 100%;
    height: 130px;
    width: 190px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
}


article h1 {
    color: #444;
    font-size: 1.4em;
    position: relative;
    padding: 10px 0 2px 20px;
    border-bottom: 2px solid #988163;
    text-shadow: 2px 1px 3px #999;
}


article h1.sub, article h2 {
    padding: 3px 10px 0px;
    background-color: #e0d0c0;
    color: #642;
    font-size: 1.1em;
    border-radius: 5px;
    /* CSS3草案 */
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
}

h3 {
    padding: 3px 10px 0px;
    color: #e800e8;
    font-size: 1.1em;
    font-weight: bold;
}

section {
    margin-bottom: 20px;
}

p {
    margin: 0 0 15px 0;
    padding: 0 10px;
}

ul, ol {
    margin: 0;
    padding: 0;
}

.display_none {
    display: none;
}

.clearfix {
    width: 100%;
}

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

h1, h2 {
    font-weight: bold;
}

ol {
    list-style-type: none;
}

#bread-crumb-list li {
    display: inline;
}

div.right_box {
    background: #F6F0E9;
    border: 2px solid #DDCCBB;
    border-radius: 10px;
    /* CSS3草案 */
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
}

div.right_box_blog {
    background: #fcfaf8;
    border: 1px solid #DDCCBB;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;
    /* Firefox用 */
}

div#link_to_member_login {
    background: #F6F0E9;
    border: 2px solid #DDCCBB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

a {
    border: 0;
    text-decoration: none;
    color: #a953ff;
}

a:hover {
    color: #f6f
}

div.err_msg {
    text-align: center;
    margin: 30px 0;
}

.al_l {
    text-align: left !important;
}

.al_c {
    text-align: center !important;
}

.al_r {
    text-align: right !important;
}

.mar-top-15 {
  margin-top: 15px;
}



/* トップページ ========================== */

ul.osusume {
    margin-left: 40px;
}

ul.osusume li {
    list-style: square;
}

ul.osusume li.style_none {
    list-style: none;
}

.osusume2 {
  border:1px solid #666;
} 
.osusume2 > p {
  color: #e800e8;
}

dl.news {
    overflow: auto;
    height: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1.0em;
}

dl.news dd a {
    text-decoration: underline;
}


/* コンセプト ========================== */

div#concept ul {
    padding: 0;
    margin: 0 20px;
}

div#concept ul.listed>li {
    list-style: square;
    margin-left: 20px;
}

div#concept ul.capacity>li {
    list-style: circle;
    margin-left: 20px;
}
div#concept ul.num-list>li {
  list-style: decimal;
  margin-left: 20px;
}

div#concept p span {
    color: #ff80c0;
    font-weight: bold;
}

img.staff {
    margin-right: 20px;
    float: left;
}

div#concept div.top_main ul.main li {
    list-style: none;
    padding-left: 150px;
}

div#concept div.top_main ul.main li ul li {
    padding-left: 0;
    list-style: circle;
}

div.name {
    color: #FF6699;
    font-weight: bolder;
    text-align: center;
    width: 175px;
}

span.shopname {
    color: #b993ff;
    font-weight: bolder;
}

img.concept_img {
    border: 1px solid #e0e0e0;
    float: right;
}


/* ギャラリー ========================== */

div#fixmenu_photo_area:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}


/* メニュー ========================== */

table.menu_table {
    width: 96%;
}

table.menu_table tr td, table.menu_table tr th {
    border-bottom: 1px dotted #e0cdb4;
    font-weight: 500;
    line-height: 30px;
}

table.menu_table tr.course th, table.menu_table tr.course td {
    border-bottom: 0;
    font-weight: 500;
    line-height: 30px;
}

table.menu_table tr.description td {
    font-size: 90%;
    line-height: 24px;
    text-align: left;
}

table.menu_table tr th {
    text-align: left;
}

ul.menu {
  list-style-type: none;
  margin:0 20px 10px;
}
ul.menu, ul.sub-menu {
  list-style-type: none;
  margin-left: 20px;
  margin-bottom: 10px;
}
ul.menu>li {
  border-bottom:1px dotted #e0cdb4;
}
ul.menu li {
  padding-top: 5px;
}
ul.menu li::after {
  content: "";
  display: block;
  clear: both;
}

p.memo {
  font-size: 12px;
}
ul.menu li div.price {
  text-align:right;
  width: 25%;
  float: right;
  white-space: nowrap;
}
ul.menu li div.product {
  text-align: left;
  width: 75%;
  float: left;
}
ul.menu li, ul.sub-menu, ul.sub-menu li {
  clear: both;
}

/* ブログページ ========================== */

div.article_list_left {
    float: left;
    width: 75%;
}

div.article_list_right {
    float: right;
    font-size: 0.9em;
    text-align: right;
    width: 25%;
}

ul.article_list {
    padding: 0;
    margin: 0 20px;
}

ul.article_list li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    list-style: none;
    font-size: 0.9em;
}

ul.article_list_side {
    padding: 0;
    font-size: 0.8em;
}

ul.article_list_side li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    list-style: none;
    text-align: left;
}

div.entrylist_title {
    background: #DDCCBB;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

div.page_link_area {
    font-size: 0.9em;
    margin: 20px 0;
    text-align: center;
}

div.page_link_area .prev_page, div.page_link_area .next_page {
    background: linear-gradient(to bottom, #ffffff, #ddccbb);
    border-radius: 10px;
    color: #333;
    padding: 8px 20px;
}

a.prev_page:hover, a.next_page:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

section.article_main {
    border-radius: 7px;
    padding-bottom: 20px;
    box-shadow: 2px 2px 10px 0px #a8947c;
    -moz-box-shadow: 2px 2px 10px 0px #a8947c;
    -webkit-box-shadow: 2px 2px 10px 0px #a8947c;
}

section.article_main p {
    margin: 0px;
}

section.article_main p.theme-date {
    border-bottom: 1px dotted #DDCCBB;
    color: #888;
    font-size: 0.9em;
    text-align: right;
    margin: 0 10px 5px;
    padding: 0;
}

section.article_main div#article_main_body {
    padding: 0 20px;
}

section.article_main p span.article-theme, section.article_main p span.article-date {
    font-weight: bold;
}

section.article_main p span.article-date {
    padding-left: 30px;
}

section.article_main h2 {
    margin-top: 0 !important;
    margin-bottom: 5px;
    background: #eae0d7;
    border: 0;
    font-weight: bolder;
}

section.article_main img {
    max-width: 100%;
    height: auto;
}

div#access_map {
    margin: 0 20px;
}

ul.cate-hori {
    margin: 10px 10px 20px;
    padding: 10px 20px;
    background: #eee;
    font-size: 0.9em;
}

ul.cate-hori li {
    display: inline;
    margin-right: 26px;
    white-space: nowrap;
}

ul.cate-hori li.active a {
    color: #333;
    font-weight: bolder;
    pointer-events: none;
    white-space: nowrap;
}

article.main-content section.article_main div#article_main_body p {
    padding: 0 !important;
}

div#article_main_body ul, div#article_main_body ol {
    padding: 0 0 0 40px !important;
}

div#article_main_body ol {
    list-style-type: decimal;
}

/* 予約ページ共通 ========================== */

dl.worktime {
    padding: 0 20px;
}

dl.worktime dt {
    float: left;
}

dl.worktime dd {
    margin-left: 60px;
}

#about_reserve {
    background: #ded;
    margin-left: 20px;
    padding: 20px 20px 20px 40px;
}

#about_reserve li.notice {
    padding-bottom: 7px;
}


/* お問い合わせ同意画面 ========================== */

button {
    border: 0;
    outline: none;
}

.next_button, .disable_button, .return_button, .confirm_button, .complete_button, .form_button {
    border: 0px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.0em;
    padding: 10px 0;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}

.prev_button {
    border: 0px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.0em;
    padding: 5px 15px;
    margin: 10px 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    text-decoration: none;
}

.next_button {
    background: #c66077;
}

.disable_button {
    background: #999999;
}

.return_button {
    background: #998877;
}

.prev_button {
    background: #998877;
}

.form_button {
    background: #998877;
}

.confirm_button {
    background: #c66077;
}

.complete_button {
    background: #c66077;
}

.btn:hover, a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* お問い合わせフォーム ========================== */

table.contact_table {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 15px 0px;
    width: 100%;
}

table.contact_table tr th {
    background: #F0E0D0;
    border-bottom: 1px dotted #DDBB99;
    font-weight: 500;
    padding: 0 10px;
    width: 200px;
}

table.contact_table tr td {
    border-bottom: 1px dotted #DDBB99;
    padding: 2px 0;
}

div.button_area {
    margin: 0 10px 20px;
    text-align: center;
}

div.message_area {
    margin: 40px 10px;
    text-align: center;
}


/* 全ページ共通 ========================== */

.wid-max {
    width: 100%;
}

.mar-r30 {
    margin-right: 30px;
}

.agree_area {
    background: #DDDDFF;
    border: 1px solid #BBBBDD;
    margin: 10px auto;
    text-align: center;
    padding: 20px 0;
    width: 300px;
}

.button_area {
    margin-top: 30px;
    text-align: center;
}

.tel {
    color: #ff6691;
    text-decoration: none;
}

p.validate_error {
    background: #FFD0D0;
    margin: 0 0 2px 0;
    padding: 0px 5px;
}

div.image_box a {
    outline: none;
}

div.image_area:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.group6 {
    width: 100%;
}

div.banner-box {
    width: 200px;
    height: 120px;
}

div.banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img#blog_banner {
    border:1px solid #cac5bd;
    box-sizing: border-box;
}

/* ページネーション ========================== */

.pagination {
    display: inline;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #472607;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #472607;
    border-color: #472607;
    cursor: default;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}

div.count-box {
    display:inline-block;
    margin:25px;
    width: 20%;
}

div.current-num {
    text-align: right;
    margin:5px 0 5px 10px;
    display: inline-block;
    width: 330px;
}

/* （共通）leanモーダル ========================== */

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.modal_close {
    top: 0px;
    right: 0px;
    color: #bbb;
    display: block;
    padding: 2px 5px;
    position: absolute;
    z-index: 2;
}


/* リッチテキスト ========================== */

img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.mce-content-body {
    font-size: 0.9em;
}