@charset "utf-8";
/* CSS Document */

/*
Theme Name: template-b
Theme URI: https://www.exceed-system.co.jp/
Author: exceed-system
Author URI: https://www.exceed-system.co.jp/
Description: Description
Version: 1.4.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    color: #000;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0 0 1em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #e5e5e5;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #333;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #e5e5e5;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    border: 1px solid #af9b50;
    border-radius: 100px;
    background-color: #af9b50;
    text-align: center;
    letter-spacing: 0;
    transition: 0.3s;
    padding: 12px 36px;
    font-size: 0.88rem;
    letter-spacing: 0.15rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

::placeholder {
    font-size: 0.84em;
    color: #999;
}

.required {
    color: #f92f2f;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
    text-decoration:underline;
    transition: 0.5s;
    color: #af9b50;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

a:visited {
}

a:focus {
}

a:hover,
a:active {
    outline: 0;
    color: #999;
}
a:hover img {
    opacity: 0.85;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ready {
    text-align: center;
    margin: 70px 0;
    width: 100%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before ,
.clearfix:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 0.82rem;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    padding-bottom: 1.5em;
    display: grid;
    grid-column-gap:2%;
    grid-row-gap:10px;
}

.gallery-columns-2 {
    grid-template-columns: 1fr 1fr;
}

.gallery-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-8{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-columns-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery-item {
    text-align: center;
    width: 100%;
    height: 100%;
}

.gallery-icon {
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-item img {
    display: block;
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 0.78rem;
    padding: 0.5rem 0 1rem;
    line-height: 1.25;
    white-space: normal;
    word-break: break-all;
    text-align: left;
}


/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
body {
    position: relative;
    font: 15px /1.6  -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    margin-top: 58px;
    color: #000;
}

.font_g {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.font_m {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_special {
    font-family: 'Playfair Display', serif;
}
.font_ico {
    font-family:"ico";
}
.wrapper {
    width: 92%;
    max-width: 1190px;
    margin: 0 4%;
    position: relative;
    z-index: 1;
}

small {
    font-size: 75%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th ,td {
    padding: 5px 10px;
}
th {
    font-weight: bold;
}

#maps img {
    max-width:none;
}

.text-left {
    text-align:left!important;
}
.text-center {
    text-align:center!important;
}
.text-right {
    text-align:right!important;
}
.mobile_left_pc_center {
    text-align: left;
}

.fw {
    font-weight:700;
}
.fw400 {
    font-weight:400;
}
.t_small {
    font-size:0.88em;
}
.t_big {
    font-size:1.5em;
}
.red {
    color:#f92f2f;
}
.white {
    color: #fff;
}
.bg_white {
    background: #fff;
}
.border_top01 {
    border-top: 1px solid #ccc;
}
.bg_01 {
    background: #FAF7F2;
}
.mini {
    font-size:0.82em;
}
.f10 {
    font-size:10px;
}
.f11 {
    font-size:11px;
}
.f12 {
    font-size:12px;
}
.f13 {
    font-size:13px;
}
.f14 {
    font-size: 0.875rem;
}
.f16 {
    font-size:16px;
}
.f18 {
    font-size:16px;
}
.f20 {
    font-size:20px;
}
.f24 {
    font-size:24px;
}
.lh12 {
    line-height:1.25em;
}
.lh14 {
    line-height:1.4em;
}
.lh16 {
    line-height:1.65em;
}
.lh18 {
    line-height:1.8em;
}
.mt5 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mb0 {
    margin-bottom: 0px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.ml10 {
    margin-left: 10px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.mr5 {
    margin-right: 5px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.pt0 {
    padding-top: 0px!important;
}
.pt5 {
    padding-top: 5px!important;
}
.p10 {
    padding-top: 10px!important;
}
.pt20 {
    padding-top: 20px!important;
}
.pt30 {
    padding-top: 30px!important;
}
.pb5 {
    padding-bottom: 5px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pb20 {
    padding-bottom: 20px!important;
}
.pb30 {
    padding-bottom: 30px!important;
}
.pl5 {
    padding-left: 5px!important;
}
.pl10 {
    padding-left: 10px!important;
}
.pl20 {
    padding-left: 20px!important;
}
.pl30 {
    padding-left: 30px!important;
}
.pr5 {
    padding-right: 5px!important;
}
.pr10 {
    padding-right: 10px!important;
}
.pr20 {
    padding-right: 20px!important;
}
.pr30 {
    padding-right: 30px!important;
}
.align-top {
    vertical-align: top!important;
}
.align-middle {
    vertical-align: middle!important;
}
.align-bottom {
    vertical-align: bottom!important;
}

.ib,
.t_block {
    display: inline-block;
}
.block,
.blo {
    display: block;
}
svg.icon {
    width: 2rem;
    height: 1.5rem;
    fill: currentColor;
    vertical-align: middle;
}

.object_fit_img {
    object-fit: cover;
}

.shadow {
    box-shadow:2px 2px 0 0 rgba(0, 0, 0, 0.2);
    border-radius:3px;
}
.hr01 {
    margin:30px 0;
    display:block;
    background-color: #e5e5e5;
}
.pointer {
    cursor:pointer;
}
.block_ul {
    display:block;
    list-style:none;
    margin:0 ;
    padding:0;
}

.mobile {
}

.pc {
    display:none!important;
}

.btn {
    position: relative;
    max-width: 460px;
    margin: 1rem auto;
    padding: 1rem 2rem;
    cursor: pointer;
    background-image: none;
    border: 1px solid #af9b50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    transition: 0.3s;
}

.btn:hover {
    color: #fff;
    background: #af9b50;
    border-color: #af9b50;
}

.btn_wide {
    width: 100%;
}

.more_btn a {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

.arrow-left {
    position: relative;
}

.arrow-left::before {
    content: "\f0d9";
    font-family: "Font Awesome\ 5 Free";
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    left: 0.5em;
}

.arrow-right {
    padding-right: 1.5em;
    position: relative;
    padding-left: 1.5em;
}

.arrow-right::after {
    content: "\f105";
    font-family: "Font Awesome\ 5 Free";
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1em;
}

.arrow-bottom {
    position: relative;
}

.arrow-bottom::after {
    content: "\f0d7";
    font-family: "Font Awesome\ 5 Free";
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.5em;
}

.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fade_delay .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
}
.fade_delay .fadein:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
}
.fadein.fadein_l {
    transform : translate(-100px, 0);
}
.fadein.fadein_r {
    transform : translate(100px, 0);
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



/* header
---------------------*/
.site-branding {
    width: 100%;
    height: 58px;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transition: 0.3s;
    background: rgb(255 255 255 / 0.85);

}

.site-branding .wrapper {
    height: 100%;
    max-width: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    margin: 0 10px 0 0;
    transition: 0.3s;
    height: 100%;
    width: calc(100% - 50px);
    display: flex;
}

.site-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    text-decoration: none;
    overflow: hidden;
    color: inherit;
}

.site-logo a > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
}

.site-logo img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    object-position:left center;
    font-family: 'object-fit: contain;';
}

.main-navigation {
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}


.toggle_btn {
    align-self: center;
    display: block;
    width: 24px;
    height: 24px;
    padding: 11px 0;
    background-color: #000;
    background-clip: content-box;
    border-radius: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 9;
}

.toggle_btn::before ,
.toggle_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    transform-origin: center center;
    transition: 0.5s;
}

.toggle_btn::before {
    top: 2px;
}

.toggle_btn::after {
    bottom: 2px;
}

.open .main-navigation .toggle_btn,
.home .site-branding.open:not(.scrolled) .toggle_btn {
    background-color: transparent;
    outline: none;
}

.open .main-navigation .toggle_btn::before ,
.open .main-navigation .toggle_btn::after {
    top: 11px;
    background-color: #000;
}

.open .main-navigation .toggle_btn::before {
    transform: rotate(45deg);
}

.open .main-navigation .toggle_btn::after {
    transform: rotate(-45deg);
}

.header_menu {
    list-style: none;
    background-color: rgb(250 247 242 / 0.95);
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 58px 0 110px;
    margin: 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.5s;
    visibility: hidden;
}
.open .main-navigation .header_menu {
    right: 0;
    visibility: visible;
}
.background_overlay {
    content: "";
    display: block;
    background-color: rgb(255 255 255 / 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.body_fixed .background_overlay {
    visibility: visible;
    opacity: 1;
}
.body_fixed {
    overflow: hidden;
}

.header_menu li a,
.nav_child_title,
.site-footer_reservation li a {
    display: block;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 1.4em;
    position: relative;
    color: #000;
    cursor: pointer;
}
button.nav_child_title {
    background: none;
    border-width: 0;
    border-radius: 0;
    width: 100%;
    font-family: inherit;
}
.nav_child_small {
    margin-top: 0.5rem;
    font-size: 11px;
    display: block;
}

.site-header.scroll .main-navigation {
    display: block;
}

.nav_child {
    display: none;
}

.nav_child li {
    background: rgb(250 247 242 / 0.95);
    border-bottom: 1px solid #fff;
}

/*admin bar*/
#wpadminbar {
    position: fixed;
}
.admin-bar .site-branding {
    top:46px;
}

/* main
---------------------*/
.head_img {
    height: 24vh;
    overflow: hidden;
}
.head_img img {
    height: 100%;
    width: 100%;
}
.page_title {
    font-size: 1.85rem;
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin: 0 auto 3.2rem;
    padding-top: 1.6rem;
    position: relative;
    text-align: center;
    line-height: 1.2;
    color: #000;
}
.page_title a {
    text-decoration: none;
    color: inherit;
}
.page_title_sub {
    display: block;
    font-size: 1.4rem;
    margin-top: 1rem;
}

.content-area {
    width:100%;
}

.responsive_table ,
.responsive_table caption ,
.responsive_table thead ,
.responsive_table tbody ,
.responsive_table tfoot ,
.responsive_table tr ,
.responsive_table th ,
.responsive_table td {
    display: block;
    width: 100%;
}

.responsive_table th ,
.responsive_table td {
    padding: 7px 5px;
    vertical-align: top;
}
.responsive_table tr {
}
.responsive_table th {
    text-align: left;
    font-weight: normal;
    background: #f6f6f6;
    padding: 4px 5px;
    font-size: 0.84rem;
}
.responsive_table td {
    padding-bottom: 10px;
}

.btn small {
    font-size: 60%;
    display: block;
}

.sub_title {
    color: #D54289;
    margin: 1em 0 0.5em;
    font-size: 1.25rem;
    line-height: 1.4;
}

.flex_list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_list>li {
    width: 100%;
    padding: 0 0 6%;
}

.flex_list.m2>li {
    width: 48%;
}

.flex_list>li:only-child {
    margin: 0 auto;
}

.flex_list.m3>li {
    width: calc(88% / 3);
}

.flex_list.m4>li {
    width: 20.5%;
}

.flex_list.m5>li {
    width: 15.2%;
}

.flex_list.m3>li:last-child:nth-child(3n+2) {
    margin-right: calc(88% / 3 + 6%);
}

.flex_list.m4>li:last-child:nth-child(4n+2) {
    margin-right: 53%;
}

.flex_list.m4>li:last-child:nth-child(4n+3) {
    margin-right: 26.5%;
}

.flex_list.m5>li:last-child:nth-child(5n+2) {
    margin-right: 63.6%;
}

.flex_list.m5>li:last-child:nth-child(5n+3) {
    margin-right: 42.4%;
}

.flex_list.m5>li:last-child:nth-child(5n+4) {
    margin-right: 21.2%;
}

.page_menu_sec {
    padding: 0;
}

.comingsoon {
    text-align: center;
    margin: 20vh 0;
}

/*画像とタイトルのリスト*/
.banner_list {
    margin: 2em 0 0;
}

.banner_list_img {
    display: block;
    text-decoration: none;
    font-size: 0;
}

.banner_list_img img {
    width: 100%;
    border: 1px solid transparent;
}

.banner_list_title {
    margin: 0.65rem 0;
    font-weight: normal;
}

.banner_list_title a {
    display: block;
    text-decoration: none;
    font-size: 0.94rem;
    color: inherit;
}

.banner_list p {
    margin: 0;
    font-size: 0.78rem;
}

/*ページ送り*/
.pagination {
    text-align:center;
    margin:2em auto;
    font-size:16px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination > a{
    flex: 1;
}

.pagination_num {
    flex: 2;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #af9b50;
    color: #af9b50;
}

.pagination a,
.page_current {
    color: #fff;
    background: #af9b50;
    padding: 12px 12px 11px;
    margin: 0 3px;
    font-size: 12px;
    text-decoration:none;
}

.page_current {
    background:#fff;
    color: #af9b50;
    border: 1px solid #af9b50;
}

.page_next,
.page_prev {
    padding:2px 18px;
}


/* footer
---------------------*/
#totop {
    display: none;
    position: fixed;
    right: 20px;
    z-index: 2;
    bottom: calc(60px + constant(safe-area-inset-bottom) );
    bottom: calc(60px + env(safe-area-inset-bottom) );
}

#totop a {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1125em;
    padding: 3.5em 1em 0.5em;
    text-decoration: none;
    transition: 0.6s;
}

#totop a::before {
    content: "\f106";
    font-family: "Font Awesome\ 5 Free";
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.site-footer {
    padding: 2rem 0 0.5rem;
    padding-bottom:  calc(0.5rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}

.site-footer a {
    text-decoration: none;
}

.site-footer_reservation {
    background: #af9b50;
    position: fixed;
    z-index: 997;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.site-footer_reservation .nav_child_title {
    color: #fff;
    border: 0;
}

.site-footer_reservation .nav_child {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    background: #FAF7F2;
}

.site-footer_reservation_link {
    display: block;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 1.2em;
    color: #fff;
}

.site-footer_reservation + .foot_wrap {
    padding-bottom: 63px;
}

.foot_logo {
    margin: 0 auto 1rem;
    transition: 0.3s;
    height: 58px;
}

.foot_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.foot_logo a span {
    font-weight: 400;
}

.foot_logo a img {
    height: 100%;
    width: 240px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.copy {
    padding: 1em 0;
    margin: 0;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}


/*--------------------------------------------------------------
## 各ページ
--------------------------------------------------------------*/
/*トップページ
------------------------------*/
body.home {
    margin-top: 0;
}

.home .site-branding:not(.scrolled) {
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}

.home .site-branding:not(.scrolled):not(.open) .toggle_btn {
    background-color: #fff;
}

.home .site-branding:not(.scrolled):not(.open) .toggle_btn::before,
.home .site-branding:not(.scrolled):not(.open) .toggle_btn::after {
    background-color: #fff;
}

.top_main_img {
    height: 42vh;
    overflow: hidden;
    position: relative;
    content-visibility: auto;
}

.top_main_slide {
    height: 100%;
}

.top_main_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 24px;
}
.top_main_img_1 .swiper-button-next,
.top_main_img_1 .swiper-button-prev {
    display: none;
}

.main_content {
    position: relative;
    padding: 2.6rem 0;
}

.top_content > .main_content:first-of-type {
    border-top: 0;
}

.main_content .main_title {
    margin-top: 0;
}

.main_content:not(.bg_01) + .top_single_shop_area,
.main_content:not(.bg_01) + .top_free03,
.main_content:not(.bg_01) + .top_free05,
.main_content:not(.bg_01) + .instagram,
.main_content:not(.bg_01) + .top_facebook {
    padding-top: 0;
}


.main_title {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin: 1.5em auto 1.5em;
    padding-bottom: 0.6em;
    position: relative;
    text-align: center;
}

.main_title::after {
    content: "";
    display: block;
    width: 0.85em;
    border-top: 1px solid #af9b50;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.6em);
}

.main_title a {
    text-decoration: none;
    color: inherit;
}

.main_title2 {
    text-align: center;
    font-weight: 400;
    margin: 1rem 0;
}
.main_title2 a {
    text-decoration: none;
    color: #000;
}

.title02  {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin: 1em auto;
    position: relative;
    text-align: center;
}
.title03 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 2.4rem 0 0.5rem;
    color: #af9b50;
}

.top_concept p {
    line-height: 2;
    font-size: 0.84rem;
    letter-spacing: 0.2rem;
}

a.hover01 {
    overflow: hidden;
    display: block;
    text-decoration: none;
}
a.hover01 img {
    transition: 1.0s;
}
a.hover01:hover img {
    opacity: 0.8;
}

.top_topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0 0;
    padding: 0;
    list-style: none;
}
.top_topics {
    margin-bottom: 1rem;
    width: 48%;
}
.top_topics:only-child {
    margin-left: auto;
    margin-right: auto;
}
.top_topics a {
    text-decoration: none;
    display: block;
    color: #000;
}
.top_topics_img img {
    height: 44vw;
    width: 100%;
    border-radius: 200px;
    background: #fff;
}
.top_topics_text {
    margin: 0.5rem auto;
    font-size: 0.88rem;
    text-align: center;
}

.shop_list {
    margin: 0;
    padding: 0;
}
.shop_list_img a {
    display: block;
}
.shop_list_img img {
    width: 100%;
    height: 30vmin;
}
.shop_text {
    width: 52%;
    text-align: left;
}
.shop_name a {
    margin: 0;
    text-decoration: none;
    margin-bottom: 0.72rem;
    display: block;
    color: #000;
}

.top_news_area {
}
.top_news_list {
    margin: 0;
    padding: 0;
}
.news_list a {
    text-decoration: none;
    color: inherit;
}
.top_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6%;
}
.top_news_img {
    text-align: center;
    width: 38%
}
.top_news_img a {
    display: block;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}
.news_list li .top_news_img img {
    width: 100%;
    height: 23.485vw;
    display: block;
}
.news_date {
    font-size: 0.78rem;
    letter-spacing: 0.1rem;
    margin: 0 0 0.2rem;
}
.top_news_text {
    width: 58%;
    text-align: left;
}

.news_cate {
    display: flex;
    flex-wrap: wrap;
}
.news_cate a {
    background: rgba(88,79,42,0.1);
    font-size: 11px;
    padding: 3px 5px;
    line-height: 1;
    margin: 0 3px 3px 0;
}

.view_more {
    color: #fff;
}

.view_more a {
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.2rem;
    color: inherit;
    padding: 0.2rem 1rem 0.3rem 1.5rem;
    background: #af9b50;
    font-size: 12px;
    width: 180px;
    margin: 1rem auto;
}
.view_more a i {
    vertical-align: middle;
    margin-left: 0.5rem;
    font-size: 11px;
}
.top_single_shop {
    max-width: 580px;
    margin: 2rem auto;
}
.instagram .wrapper {
    max-width: 780px;
    margin: 0 auto;
}
.top_facebook {
    padding-bottom: 2rem;
}

.top_content01_wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* サロン・店舗案内
------------------------------*/
.shop_list .shop_info_table {
    border: 0;
}

.shop_list .shop_info_table th,
.shop_list .shop_info_table td {
    padding: 0 0 0.65rem;
    border: 0;
    line-height: 1.25;
}

.shop_list .shop_info_table th {
    padding-right: 1rem;
}

.shop_mainimg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    font-family: 'object-fit: contain;';

}

.shop_mainimg .gallery-top {
    height: 72vmin;
    background: #f6f6f6;
}

.shop_mainimg .gallery-thumbs {
    margin-top: 10px;
}

.shop_mainimg .gallery-thumbs .swiper-wrapper {
    justify-content: center;
}

.gallery-thumbs img {
    cursor: pointer;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.shop_mainimg .gallery-thumbs .swiper-slide {
    height: 12vmin;
}

.shop_mainimg .gallery-thumbs .swiper-wrapper > div:only-child {
    display: none;
}

.shop_mainimg .swiper-button-next.swiper-button-disabled,
.shop_mainimg .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.page_title_shop {
    margin: 3rem auto;
}
.page_title_shop small {
    font-size: 50%;
    font-weight: 400;
    margin-top: 1rem;
}

.shop_tab_wrap {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.shop_tab {
    padding: 0;
    list-style: none;
    display: flex;
}

.shop_tab li {
    border-left: 1px solid #e5e5e5;
    flex-grow: 1;
}

.shop_tab li:last-child {
    border-right: 1px solid #e5e5e5;
}

.shop_tab li a {
    padding: 0.5rem 1rem;
    font-size: 12px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.shop_content_wrap > div:not(.active) {
    display: none;
}

.shop_concept {
    margin-bottom: 2em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    padding-top: 1rem;
    line-height: 1.6;
}

.shop_info_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 45px;
}
.shop_info_text {
    width: 88%;
    max-width: 620px;
    margin: 0 auto 1rem;
}
.shop_info_title {
    font-size: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 400;
}
.shop_info_title_logo {
}
.shop_info_title_logo img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
}
.shop_info_table {
    margin-bottom: 1.8rem;
    border-top: 1px solid #e5e5e5;
}
.shop_info_table th,
.shop_info_table td {
    font-size: 0.88rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.shop_info_table th {
    color: #999;
    font-size: 0.78rem;
    font-weight: 400;
    text-align: left;
    padding-right: 1.2rem;
    white-space: pre;
}
.shop_info_table p {
    margin: 0;
}
.shop_info_table td a {
    word-break: break-all;
    text-decoration: none;
}
.shop_info_text .tel_wrap  {
    text-align: center;
}
.shop_map {
    margin-bottom: 45px;
}
.map {
    height: 0;
    overflow: hidden;
    padding-bottom:75%;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.shop_calendar {
    text-align: center;
    margin-bottom: 5rem;
}
.shop_calendar iframe {
    width: 100%;
}
.shop_explanation {
    margin: 5rem 0;
}
.shop_reservation {
    margin-top: 1rem;
    margin-bottom: 6rem;
}
.shop_bottom_area {
    padding: 2rem 0 0;
}


/*メニュー
------------------------------*/
.shop_menu_area {
    max-width: 780px;
    margin: 0 auto;
}
.menu_info {
    margin-bottom: 3rem;
}
.menu_title {
    letter-spacing: 0.2rem;
    font-size: 1.25rem;
    line-height: 1.25;
    margin: 0;
    padding: 0 0 1rem 0;
    border-bottom: 2px solid #af9b50;
}
.menu_title > span {
    display: block;
}
.menu_title_sub {
    font-size: 0.78rem;
    letter-spacing: 0;
}
.menu_description {
    font-size: 0.8rem;
    margin: 1.6rem 0;
}
.price_table.responsive_table{
    margin: 0 0 1em;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
}

.menu_title + .price_table tr:first-child th,
.menu_title + .price_table tr:first-child td {
    border-top: 0;
}

.price_table caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.price_table th ,
.price_table td {
    vertical-align: top;
    font-size: 0.88rem;
    padding: 10px 0;
}
.price_table th {
    text-align: left;
    font-weight: normal;
    padding-bottom: 0;
    background: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.price_table td {
    padding-top: 0;
    word-break: break-all;
}
.menu_th_text {
    font-size: 0.74rem;
}
.price_table td.menu_price {
    text-align: right;
}
.price_table tr.menu_text {
    border:0;
}
.price_table tr.menu_text td {
    padding-top: 0;
    font-size: 0.74rem;
}
.price_table small {
    display: inline-block;
}
.price_table .menu_text p {
    margin: 0;
}
.price_table .menu_text ul,
.price_table .menu_text ol {
    margin: 0;
    padding: 0.5rem 1rem;
}
.menu_img {
    text-align: center;
}
.osusume {
    font-size: 11px;
    color:#f92f2f;
    border: 1px solid ;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    padding: 2px 5px;
    line-height: 1;
}

/*メニュー一覧*/
.menu_staff_page {
    padding-bottom: 6rem;
}
.menu_staff_wrap {
    margin-top: 1.6rem;
    padding-top: 2rem;
}
.menu_staff_wrap:first-of-type,
.nav_anchor + .menu_staff_wrap {
    padding-top: 1rem;
}
.menu_staff_wrap .main_title {
}
.menu_staff_wrap .comingsoon {
    margin: 10vmin 0;
}
.nav_anchor {
    overflow: auto;
}
.nav_anchor ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
}
.nav_anchor li {
    flex: 1;
    min-width: 110px;
    margin-right: 3px;
}
.nav_anchor li:last-child {
    margin-right: 0;
}
.nav_anchor li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.5vh 0.5rem 1vh;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    line-height: 1.25;
    font-size: 0.8rem;
    text-align: center;
}
.nav_anchor_name {
    margin: auto;
}
.nav_anchor li small {
    margin-top: 3px;
}
.nav_anchor li i {
    margin-top: auto;
}


/*スタッフ
------------------------------*/
.shop_staff {
}
.staff_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 -2.6rem;
    padding: 0;
}
.staff_list li {
    width: 47%;
    margin: 0 0 2.6rem;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 579px) , print {
    .staff_list li:only-child {
        margin-left: auto;
        margin-right: auto;
    }
}
.staff_list li a {
    text-decoration: none;
}
.staff_list li a svg {
    width: 18px;
    height: 18px;
}
.staff_list li .staff_img img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: top;
    aspect-ratio: 1 / 1.618;
    display: block;
}
@supports not (aspect-ratio: 1 / 1.618) {
    .staff_list li .staff_img {
        position: relative;
        width: 100%;
        padding-top: 161.8%; 
    }
    .staff_list li .staff_img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; 
        right: 0;
        width: 100%;
        height: 100%;
    }
}
.staff_text {
    margin-top: 10px;
}
.staff_position {
    font-size: 0.7rem;
    line-height: 1.25;
    padding: 5px 0;
}
.staff_title {
    text-align: center;
    margin-top: 3px;
    font-size: 0.94rem;
    letter-spacing: 0.1rem;
}
.staff_title>a {
    text-decoration: none;
}
.staff_title small {
    font-size: 0.75rem;
    display: block;
    font-weight: normal;
}
.ico_profile {
    padding: 5px 10px 4px;
    font-size: 10px;
    line-height: 1;
    color: #af9b50;
    border: 1px solid #af9b50;
    display: inline-block;
}
.staff_sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0.65rem 0;
}
.staff_sns>a {
    text-decoration: none;
    margin: 0 8px;
    color: inherit;
    font-size: 0.94rem;
    display: flex;
    color: #af9b50;
}
.staff_sns>a svg {
    width: 18px;
    height: 18px;
}
.ico_blog,
.staff_sns>a.ico_blog  {
    padding: 5px 10px 4px;
    font-size: 10px;
    line-height: 1;
    background: #af9b50;
    color: #fff;
}
.staff_list .reservation_btn {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0;
    font-size: 0.78rem;
    margin: auto 0 .65rem;
}


/* ギャラリー　ヘアスタイル
------------------------------*/
.gallery_cate {
    display: flex;
    align-items: center;
    margin: 0 -4% 2rem;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.gallery_cate li {
    display: block;
    border-left: 1px solid #e5e5e5;
    width: 31.5%;
    flex: none;
}
.gallery_cate li:first-child {
    margin-left: auto;
    border-left: 0;
}
.gallery_cate li:last-child {
    margin-right: auto;
}
.gallery_cate a {
    display: block;
    text-decoration: none;
    padding: 0.5rem 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.78rem;
    text-align: center;
}
.gallery_cate .current a {
    border-bottom: 3px solid #af9b50;
}
.gallery_list {
    margin-bottom: 2rem;
}
.gallery_area .gallery_img {
}
.gallery_area .gallery_img img {
    display: block;
    object-fit: unset;
}
.gallery_img_name {
    margin: .5rem 0;
    font-size: 0.78rem;
}


/* 商品
------------------------------*/
.products_wrap {
    margin: 0 auto;
    max-width: 820px;
}
.products_description_img {
    margin-top: 1rem;
}
.products {
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.products_img img {
    display: block;
    margin: 0 auto;
}
.products_text {
    font-size: 0.84rem;
    padding: 0.5rem 0;
}
.products_title {
    margin: 0;
    font-weight: 400;
}
.products_comment p {
    margin-bottom: 0.3rem;
}
.product_url_area {
    margin-top: auto;
    text-align: right;
}
.product_url {
    display: inline-block;
    margin: 1rem 0;
    text-decoration: none;
}

/* 採用情報
------------------------------*/
.recruit_area h1 + div {
    padding-top: 0;
}
.recruit_list  {
    text-align: center;
    font-size: 0.88rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: url(img/recruit_bg.jpg) no-repeat center;
}
.recruit_list li {
    display: inline-block;
    padding: 0.5rem 1rem;
    line-height: 1;
}
.recruit_list a {
    text-decoration: none;
}
.recruit {
    border-top: 1px solid #e5e5e5;
    margin: 2rem auto;
    max-width: 680px;
}



/* 予約
---------------------*/
.reservation_list_area {
    border-top:2px solid #E6E1DF;
    padding-top: 3rem;
    margin-top: 2.8rem;
}
.reservation_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.reservation_list > li {
    display: block;
    margin-bottom: 2.8rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #E6E1DF;
}

.reservation_list .shop_list_img,
.reservation_list .shop_text {
    width: 100%;
    margin-bottom: 5px;
}
.reservation_area p {
    font-size: 0.875rem;
}
.reservation_list .shop_name a {
    padding-top: 0;
}
.reservation_btn {
    color: #fff;
    border: 1px solid #af9b50;
    background-color: #af9b50;
    transition: 0.3s;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    margin: 1.2rem auto;
}
.reservation_btn:hover {
    background: #fff;
    color: #af9b50;
}
.tel_btn {
    color: #af9b50;
    background: #fff;
    border-color: inherit;
}
.tel_btn:hover {
    color: #af9b50;
    background: #fff;
    border-color: inherit;
}

.reservation_info td {
    font-size: 0.84rem;
    line-height: 1.25;
}


/* 各コンテンツ
------------------------------*/
/*枠で囲んだ部分*/
.box01 {
    border: 5px solid #e5e5e5;
    padding: 2rem;
	margin-bottom: 4em;
}
.box01_title {
    font-size: 1.6rem;
    margin: 0 0 1.6rem;
}
/*枠で囲んだ部分2*/
.box02 {
    background: #e5e5e5;
    padding: 1rem;
    margin-bottom: 1rem;
}
.box02_title {
    font-size: 1rem;
    margin: 0 0 1rem;
}
.box02 p {
    margin-bottom: 0;
}
/*枠で囲んだ部分3*/
.box03 {
    padding: 2rem;
    max-width: 680px;
    margin: 1rem auto;
}
/*背景が透けるbox*/
.box04 {
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
}
.box04_wrap .main_title {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    margin-top: 0;
}
.box04_wrap .box04 {
    margin: 2rem;
}

/*スマホは左寄せでPCは真ん中寄せの部分*/
.section01 {
    padding: 2rem 0;
}
.section01_title {
    font-size: 1.6rem;
    margin: 1.6rem 0;
}
/*flexのbox*/
.flexbox01 {
    display: flex;
    justify-content: center;
    padding: 1rem;
}
/*各コンテンツ下部の予約*/
.foot_reservation_area  {
    margin: 4rem 0 0;
}
.foot_reservation_wrap {
    text-align: center;
    padding: 2rem 0;
    font-size: 0.8rem;
}
.foot_reservation_wrap .main_title {
    margin: 0;
    font-size: 1.3rem;
}
.foot_reservation_title {
    font-size: 1.05rem;
    margin: 1.6rem 0 0;
    font-weight: 700;
}
.foot_reservation_wrap a {
    font-size: 1rem;
}



/* ニュース
---------------------*/
.news_area .top_news {
}
.news_title {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.entry-title {
    font-size: 1.85rem;
    margin: 1.2rem 0 2rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px solid #af9b50;
}
.archive .entry-title {
    font-size: 1rem;
}
.entry-title a {
    text-decoration: none;
}
.entry-meta {
    font-size: 0.75rem;
    margin: 0 0 0.5rem;
}
.entry-meta a {
    text-decoration:none;
}
.entry-header .news_cate {
    display: flex;
}
.entry-header .news_cate a {
    margin-right: 3px;
}

.share_area {
    margin: 5rem auto -4rem;
    border-top: 1px solid #e5e5e5;
    width: 80%;
}
.share_title {
    opacity: 0.6;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0.5rem;
    color: #af9b50;
}
.share {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.share li {
    display: block;
}
.share a {
    display: block;
    text-decoration: none;
    font-size: 11px;
    padding: 0.3rem 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.share_twitter a {
    color: #1DA1F2;
}
.share_facebook a {
    color: #1877F2;
}
.share_line a {
    color: #00B900;
}
.share a img {
    display: block;
    width: 36px;
    margin: 0 auto;
    border-radius: 30px;
}
.share a span {
    margin: 5px 0;
    display: block;
}

.news_link_list {
    flex-wrap: nowrap;
    align-items: center;
    margin: 5rem 0 1rem;
    padding: 1rem;
    border-top: 1px solid #e5e5e5;
}
.news_link_list.flex_list li {
    width: 30%;
    flex-grow: 8;
    padding-bottom: 0;
}
.news_link_list li:first-child ,
.news_link_list li:last-child {
    flex-grow: 1;
}
.news_link_list .back_archive a {
    font-size: 0.75rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 100px;
    text-align: center;
    padding: 0.5rem;
}

.news_link_list li:first-child a ,
.news_link_list li:last-child a {
    text-decoration: none;
    font-size: 0.74rem;
}
.news_link_list li .next ,
.news_link_list li .prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_link_list li .prev  {
    justify-content: flex-start;
}
.news_link_list li .prev::before {
    content: "\f104";
    font-family: "Font Awesome\ 5 Free";
    padding-right: 0.5rem;
    font-weight: bold;
}
.news_link_list li .next {
    justify-content: flex-end;
}
.news_link_list li .next::after {
    content: "\f105";
    font-family: "Font Awesome\ 5 Free";
    padding-left: 0.5rem;
    font-weight: bold;
}
.entry-header_img {
    height: 24vh;
    overflow: hidden;
    margin-bottom: 1rem;
}
.entry-header_img img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    display: block;
}
.entry-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.entry-content h2 {
}
.entry-content h3 {
}
.entry-content h4 {
}
.entry-content table,
.base_table {
    margin-bottom: 1.5rem;
    width:100%;
	background:#fff;
}
.entry-content table th,
.entry-content table td,
.base_table th,
.base_table td {
    border: 1px solid #e5e5e5;
    padding: 0.5rem 1rem;
    word-break: break-all;
}
.entry-content table th,
.base_table th {
    background: #f6f6f6;
    font-weight: 400;
    font-size: 0.88rem;
}
.entry-content blockquote {
   background:#f6f6f6;
   padding:10px;
   border-radius:10px;
   position: relative;
   margin-bottom: 1rem;
}
.entry-content blockquote:after {
   content:"”";
   position:absolute;
   top:0;
   right:10px;
   line-height:1;
   font-size:85px;
   color:#e5e5e5;
}
.widget {
    margin-bottom:42px;
}
.widget-title {
    font-size: 0.78rem;
    font-weight: 400;
    padding: 0 0.5em 1rem;
    border-bottom: 2px solid #e5e5e5;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget li {
    font-size: 0.82rem;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.widget li a ,
.widget li label {
    text-decoration: none;
    display: block;
    padding: 0.75em 0;
}

.widget>ul>li>label ,
.widget>ul>li>a {
    color: #af9b50;
}
.widget>ul>li:last-child>label ,
.widget>ul>li:last-child>a {
}

.widget ul.children {
}

.widget ul.children li>a {
    padding-left: 1em;
}

.widget ul.children li:first-child>a {
}

.widget ul.children li:not(:last-child)>a {
    border-bottom: 1px dashed #ccc;
}

.widget_picker {
    display: none;
}

.widget_picker+label {
    position: relative;
}

.widget_picker+label::after {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.25em;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform-origin: center;
    transform: translateY(-50%);
    transition: 0.5s;
}

.widget_picker:checked+label:after {
    transform: translateY(-50%) rotate(180deg);
}

.widget ul .widget_picker+label+.children {
    overflow: hidden;
    max-height: 0;
    transition: 0.5s ease-out;
}

.widget ul .widget_picker:checked+label+.children {
    max-height: 1000px;
    transition: 0.5s ease-in;
}
.search-form {
    position: relative;
    max-width: 380px;
    margin: 0 auto 2rem auto;
}
.search-form input {
    border-radius: 0;
    padding: 10px 56px 10px 18px;
    border: 1px solid #e5e5e5;
}

.widget_archive select {
    width: 100%;
    border-radius: 3px;
    font-size: 0.78rem;
    padding: 0.5rem;
}

input[type="submit"].search-submit {
    padding: 0.5em 1em;
    position: absolute;
    top: 2px;
    right: 2px;
    background: none;
    color: #000;
    font-size: 20px;
    border: 0;
}

.widget_archive a.year {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.widget_archive .years ul {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

#sidebar .widget_archive ul.years li{
    margin-bottom: 0;
}

.widget_archive ul.years .hide {
    margin: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.widget .month li {
    border: 0;
}

/*コメント*/
.comments-area {
    margin-top: 5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}
.comment-reply-title {
    font-size: 1rem;
}
.comment-notes {
    font-size: 0.84rem;
}
.comment-respond label {
    font-size: 0.84rem;
}
.comment-respond textarea {
    height: 120px;
}
.form-submit {
    text-align: center;
    margin-top: 1.5rem;
}
.form-submit input {
    font-size: 0.78rem;
}
.comment-list {
    list-style: none;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #e5e5e5;
}
.comment-list li {
    margin-bottom: 1.6rem;
}
.comment-author {
    display: flex;
    align-items: center;
}
.comment-author .fn {
    font-style: normal;
    font-weight: 700;
    font-size: 0.88rem;
}
.comment-author a {
    text-decoration: none;
}
.comment-author img {
    display: block;
    border-radius: 32px;
    margin-right: 10px;
}
.commentmetadata {
    font-size: 11px;
    color: #999;
}
.comment_text {
    margin-left: 40px;
    font-size: 0.84rem;
    margin-top: 5px;
    word-wrap : break-word;
    overflow-wrap : break-word;
}
#sb_instagram svg:not(:root).svg-inline--fa {
    width: 1em;
}


@media only screen and (min-width: 540px) , print {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }
    
    .responsive_table {
        display: table;
        table-layout: fixed;
        border-top: 1px solid #e5e5e5;
    }
    
    .responsive_table caption {
        display: table-caption;
    }
    
    .responsive_table thead {
        display: table-header-group;
    }
    
    .responsive_table tbody {
        display: table-row-group;
    }
    
    .responsive_table tfoot {
        display: table-footer-group;
    }
    
    .responsive_table tr {
        display: table-row;
        background-size: 100% 1px;
        border: 0;
    }
    
    .responsive_table th ,
    .responsive_table td {
        display: table-cell;
        border-bottom: 1px solid #e5e5e5;
        padding: 7px 5px;
    }
    
    .responsive_table th {
        width: 8em;
        background-color: transparent;
        color: inherit;
    }
    
    .responsive_table td {
    }
    
    .sec_title small {
        display: inline-block;
        margin-left: 0.5em;
    }

    .flex_list>li {
        padding-bottom: 5%;
    }

    .flex_list.m3>li:last-child:nth-child(3n-2) ,
    .flex_list.m4>li:last-child:nth-child(4n+2) ,
    .flex_list.m4>li:last-child:nth-child(4n+3) ,
    .flex_list.m5>li:last-child:nth-child(5n+2) ,
    .flex_list.m5>li:last-child:nth-child(5n+3) ,
    .flex_list.m5>li:last-child:nth-child(5n+4) {
        margin-right: 0;
    }

    .flex_list.t2>li {
        width: 47.5%;
    }

    .flex_list.t3>li {
        width: 30%;
    }

    .flex_list.t4>li {
        width: 21.25%;
    }

    .flex_list.t5>li {
        width: 16%;
    }

    .flex_list.t3>li:last-child:nth-child(3n+2) {
        margin-right: 35%;
    }

    .flex_list.t4>li:last-child:nth-child(4n+2) {
        margin-right: 52.5%;
    }

    .flex_list.t4>li:last-child:nth-child(4n+3) {
        margin-right: 26.25%;
    }

    .flex_list.t5>li:last-child:nth-child(5n+2) {
        margin-right: 63%;
    }

    .flex_list.t5>li:last-child:nth-child(5n+3) {
        margin-right: 42%;
    }

    .flex_list.t5>li:last-child:nth-child(5n+4) {
        margin-right: 21%;
    }
    
    .box01 {
        text-align: center;
    }
    .box02 {
        text-align: center;
        margin-bottom: 2rem;
        padding: 1.4rem;
    }
    .box02_title {
        font-size: 1.0.5rem;
    }
    .section01 {
        text-align: center;
    }
    
    /*トップ
    ------------------------------*/

    /*サロン・店舗案内
    ------------------------------*/
    .shop_concept {
        padding: 2rem;
        margin: 0 auto;
        line-height: 1.8;
    }
    .menu_title >span {
        display: inline-block;
    }
    .shop_menu {
    }
    .price_table th, .price_table td {
        padding: 1rem 0;
        border-bottom: 0;
    }
    .price_table th {
        width: 65%;
    }
    .price_table td {
        width: 35%;
        border-top: 1px solid #e5e5e5;
    }
    .price_table tr.menu_text td {
        font-size: 11px;
        text-align: left;
        border: 0;
    }
    .menu_text_wrap {
        display: flex;
    }
    .menu_img {
        text-align: left;
        width: 30%;
        margin-right: 1rem;
        flex: none;
    }
    
    .map {
        padding-bottom: 380px;
    }
    
    /* ギャラリー　ヘアスタイル
    ------------------------------*/
    .gallery_list.t3>li {
        width: 32%;
    }
    .gallery_list.t3>li:last-child:nth-child(3n+2) {
        margin-right: 32%;
    }
    
    /* 商品
    ------------------------------*/
    .products {
        display: flex;
        justify-content: space-between;
        padding: 3rem 0;
    }
    .products_title {
        margin-bottom: 1rem;
    }
    .products_img {
        flex: 0 1 54%;
        margin-right: 5%;
    }
    .products_text {
        flex: 1;
    }

    /*リクルート・採用情報
    ------------------------------*/
    .recruit_list li {
    }
    .recruit_table {
        border: 0;
        max-width: 580px;
        margin: 0 auto 2rem;
    }
    .recruit_table th,
    .recruit_table td {
        border: 0;
        border-bottom: 1px dotted #e5e5e5;
        font-size: 0.88rem;
        padding: 1rem 0;
    }
    .recruit_table th {
        font-weight: 700;
        padding-right: 3.6rem;
        width: 12rem;
    }
    .recruit_table p {
        margin: 0;
    }
    
    /*予約
    ------------------------------*/
    .reservation_btn_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .reservation_btn_area > div {
        width: 48.5%;
        margin: 1rem 0 0;
    }
    .reservation_btn_area > div a {
        margin: 0;
        font-size: 0.78rem;
    }
}

@media only screen and (min-width: 580px) , print {
    /*スタッフ
    ------------------------------*/
    .staff_list {
        justify-content: flex-start;
    }
    .staff_list_center {
        justify-content: center;
        width: 100%;
    }
    .staff_list li {
        width: 28.5%;
        margin-left: 7.2%;
    }
    .staff_list li:nth-child(3n+1) {
        margin-left: 0;
    }
}


@media only screen and (min-width: 769px) , print {
    .mobile:not(#wpadminbar) {
        display:none!important;
    }
    .pc {
        display:block!important;
    }
    
    .fl_l {
        float:left;
    }
    
    .fl_r {
        float:right;
    }
    
    .more_btn a {
        font-size: 1rem;
    }
    
    .flex_list>li {
        padding-bottom: 3%;
    }

    .flex_list.t3>li:last-child:nth-child(3n+2) ,
    .flex_list.t4>li:last-child:nth-child(4n+2) ,
    .flex_list.t4>li:last-child:nth-child(4n+3) ,
    .flex_list.t5>li:last-child:nth-child(5n+2) ,
    .flex_list.t5>li:last-child:nth-child(5n+3) ,
    .flex_list.t5>li:last-child:nth-child(5n+4) {
        margin-right: 0;
    }

    .flex_list.p2>li {
        width: 48.5%;
    }

    .flex_list.p3>li {
        width: calc(94% / 3);
    }

    .flex_list.p4>li {
        width: 22.75%;
    }

    .flex_list.p3>li:last-child:nth-child(3n+2) {
        margin-right: calc(94% / 3 + 3%);
    }

    .flex_list.p4>li:last-child:nth-child(4n+2) {
        margin-right: 51.5%;
        margin-left: 0;
    }

    .flex_list.p4>li:last-child:nth-child(4n+3) {
        margin-right: 25.75%;
        margin-left: 0;
    }

    .flex_list.p5>li:last-child:nth-child(5n+2) {
        margin-right: 61.8%;
        margin-left: 0;
    }

    .flex_list.p5>li:last-child:nth-child(5n+3) {
        margin-right: 41.2%;
        margin-left: 0;
    }
    
    .flex_content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flex_content_reverse {
        flex-direction: row-reverse;
    }
    
    .rec_container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .rec_text{
        width: 60%;
    }
    .rec_img{
        width: 20%;
    }
    .rec_text h3{
        margin-top: 0;
    }
    
    .rec_text{
        width: 75%;
    }
    
    .title02  {
        font-size: 1.8rem;
        margin: 2rem 0;
        text-align: left;
    }


    /* header
    ---------------------*/
    .site-logo {
        width: calc(100% - 380px);
    }
    
    .recruit_btn_wrap {
        height: 80px;
    }
    .recruit_btn {
        width: 120px;
        top: 10px;
        height: 50px;
    }
    .recruit_btn a {
        font-size: 14px;
    }
    /*admin bar*/
    .admin-bar .site-branding {
        top:32px;
    }
    
    /* main
    ---------------------*/
    body:not(.home) .site-content {
        margin-bottom: 70px;
    }
    
    .column_content {
        display: flex;
        justify-content: space-between;
    }
    
    .content-area {
        width:70%;
        flex-shrink: 0;
    }
    
    .widget-area {
        width:25%;
        flex-shrink: 0;
    }
    
    .content-area_wide {
        width: 100%;
    }
    
    .pagination a {
        flex: none;
    }

    /* footer
    ---------------------*/
    #totop {
        bottom: calc(20px + constant(safe-area-inset-bottom) );
        bottom: calc(20px + env(safe-area-inset-bottom) );
    }
    
    .foot_wrap,
    .site-footer_reservation + .foot_wrap {
        padding-bottom: 0;
    }
    
    .foot_link {
        max-width: none;
        font-size: 13px;
        margin: 3rem auto 2rem;
    }
    .foot_link li {
        border-left: 1px solid #fff;
    }
    .foot_link li a {
        padding: 0 16px;
        line-height: 1;
    }
    .foot_link li:first-child {
        border-left: 0;
    }
    .site-footer_reservation {
        z-index: 999;
        top: 0;
        bottom: auto;
        left: auto;
        right: calc(8% + 24px);
        min-width: 200px;
        max-width: 300px;
    }
    /*admin bar*/
    .admin-bar .site-footer_reservation {
        top:32px;
    }
    .site-footer_reservation_btn,
    .site-footer_reservation_link {
        height: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .site-footer_reservation_btn i {
        transform: scale(1, -1);
        margin-left: 5px;
    }
    .site-footer_reservation .nav_child {
        top: 100%;
        bottom: auto;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
    
    /*--------------------------------------
    # 各ページ
    --------------------------------------*/
    .main_title {
        font-size: 2.2rem;
        margin-bottom: 1.75em;
    }
    
    .page_title {
        font-size: 2.6rem;
        margin-top: 0;
        margin-bottom: 5.6rem;
        padding-top: 5.6rem;
    }
    .flex_list.p4>li:last-child:nth-child(4n+2) {
        margin-right: 51%;
    }
    
    /* トップページ
    ---------------------*/
    .top_main_img {
        height: 82vh;
    }
    .main_content {
        padding: 5rem 0;
    }
    .top_topics_list {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        margin-left: -1.6%;
        margin-right: -1.6%;
    }
    .top_topics {
        margin: 0 1.6%;
        max-width: 22%;
    }
    .top_topics_img img {
        height: 21vw;
        max-height: 270px;
    }
    .shop_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .shop_list>li,
    .reservation_area .shop_list >li {
        display: block;
        flex: 0 1 30%;
        margin: 0 10px;
    }
    .shop_list_img img {
        height: 20vmin;
    }
    .news_list {
        margin-top: 3rem;
    }
    .news_list > li {
        display: block;
        padding-bottom: 3rem;
    }
    .top_news_img ,
    .top_news_text {
        width: 100%;
    }
    .news_list li .top_news_img img {
        height: 14.524vw;
        max-height: 160px;
    }
    .top_news_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .top_news_list > li {
        width: 23.5%;
        margin-left: 2%;
        display: block;
        padding-bottom: 3rem;
    }
    .top_news_list > li:nth-child(4n+1) {
        margin-left: 0;
    }
    .top_news_list_center {
        justify-content: center;
    }
    .top_news_list_center li {
        margin: 0 1.5%;
    }
    .news_date {
        margin-top: 0.5rem;
    }
    .view_more {
        font-size: 1.1rem;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .top_content01_wrap {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .top_content01_wrap:only-child {
        justify-content: center;
    }
    .top_content01_wrap .top_content01_img {
        width: 60%;
        margin-right: 5%;
        flex: none;
    }
    .top_content01_wrap.flex_content_reverse .top_content01_img {
        margin-right: 0;
        margin-left: 5%;
    }
    
    /* サロン情報、店舗
    ---------------------*/
    .shop_mainimg .gallery-top {
        height: 74vh;
    }
    .shop_mainimg .gallery-thumbs .swiper-slide {
        height: 140px;
    }
    .page_title_shop {
        font-size: 2rem;
    }
    .shop_tab li a {
        font-size: 16px;
        padding: 1rem;
    }
    .shop_concept {
        padding: 4rem;
    }
    .shop_info_content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 4rem 0;
    }
    
    /*メニュー
    ------------------------------*/
    .menu_area {
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu_tab li {
        font-size: 0.88rem;
        padding: 0.5rem 2rem;
    }
    .menu_staff_wrap {
        margin-top: 4rem;
    }
    .menu_staff_wrap .main_title {
    }
    
    .content_img ,
    .content_text {
        margin-bottom: 2rem;
    }
    
    
    /*スタッフ
    ------------------------------*/
    .staff_list {
        margin-bottom: -4rem;
    }
    .staff_list>li {
        margin-bottom: 4rem;
    }
    
    /*ギャラリー　ヘアスタイル
    ------------------------------*/
    .gallery_cate {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 4rem;
        margin: 0 auto 2rem;
        border: 0;
    }
    .gallery_cate li {
        border: 0;
        margin: 0 1.5rem 1rem;
        width: auto;
    }
    .gallery_cate li:first-child {
        margin-left: 0;
    }
    .gallery_cate li:last-child {
        margin-right: 0;
    }
    .gallery_cate a {
        padding: 0.5rem 0;
        font-size: 0.88rem;
        white-space: normal;
    }

    /* ニュース・ブログ
    ---------------------*/
    .news_area .news_list {
        margin-top: 0;
    }
    .news_list>li:only-child {
        margin-left: 0;
    }
    
}

@media only screen and (min-width: 1024px) , print {
    .mobile_left_pc_center {
        text-align: center;
    }
    .wrapper {
        margin: 0 auto;
    }
    
    .flex_list.p5>li:last-child:nth-child(5n+4) {
        margin-right: 20.6%;
        margin-left: 0;
    }
    
    .flex_list.p5>li {
        width: 17.6%;
    }
    
    /*トップページ*/
    .top_main_img img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: 100%;
    }
    
    .top_link_list li {
        line-height: 1.8;
    }
    
    /*店舗*/
    .staff_list li {
        width: 20%;
    }
    .staff_list li,
    .staff_list li:nth-child(3n+1) {
        margin-left: 6.66%;
    }
    .staff_list li:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1180px) , print {
    .site-branding {
        height: 89px;
    }
    
    .site-logo {
        margin-right: 30px;
        max-width: calc(100% - 750px);
        width: auto;
        flex: 1;
    }
    
    .site-logo img {
        min-width: 160px;
    }
    
    .main-navigation {
        position: static;
        margin-left: auto;
        flex: 4.6;
    }
    
    .main-navigation::before {
        content: none;
    }
    
    .toggle_btn {
        display: none;
    }
    
    .header_menu {
        display: grid;
        width: auto;
        height: auto;
        min-height: 40px;
        background-color: transparent;
        position: static;
        padding: 0;
        grid-template-columns: repeat(10,auto);
        justify-content: flex-end;
        visibility: visible;
    }
    
    .header_menu li a,
    .nav_child_title {
        padding: 0.5em 0.85em;
        font-size: 0.84rem;
        position: relative;
        letter-spacing: 0.15rem;
        border-bottom: none;
        transition: 0.5s;
        position: relative;
        white-space: nowrap;
        text-align: center;
        white-space: nowrap;
        display: flex;
    }
    
    .header_menu_multiple li a,
    .header_menu_multiple .nav_child_title {
        height: 38px;
    }
    
    .nav_child_title i {
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(50% - 5px);
        font-size: 11px;
    } 
    .nav_child  {
        position: absolute;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        width: 178px;
        margin-left: -50px;
    }
    .nav_child li {
        background: rgba(255,255,255,0.85);
        margin-bottom: 0;
    }
    .header_menu li .nav_child a {
        padding: 1.25rem 0.5rem;
        border-bottom: 1px solid #e5e5e5;
        height: auto;
        white-space: normal;
        flex-direction: column;
    }
    .header_menu li .nav_child :last-child a {
        border-bottom: 0;
    }
    .reserve_btn {
        width: auto;
        position: static;
        margin: -10px 0 0;
    }
    .reserve_btn a {
        font-size: 0.78rem;
        height: 31px;
        overflow: hidden;
    }
    
    .site-footer_reservation {
        display: none;
    }
}

@media only screen and (min-width: 1180px) and (-ms-high-contrast: none) {/*IE*/
    .header_menu {
        display: flex;
        
    }
}