/*
 Theme Name: STORY Child
 Theme URI: https://tcd-theme.com/tcd041
 Description: TCD STORY (tcd041) 用 子テーマ
 Author: あなたの名前
 Version: 1.0.0
 Template: story_tcd041
 Text Domain: story-child
*/


/* ----------------------------------------------------------------------
 CSS

unique-color
main:#e5c61e
sub:#a50808
base:#ffffff
text:#222222
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 2;
    color: #222222;
    background-color: #f4f4f2;
    font-family: "Rubik", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td, th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* END reset css */
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* end MacIE5 */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
}


a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #a50808;
}

@media only screen and (min-width: 768px) {
    a[href^='tel:'] {
        pointer-events: none;
    }

    .post-content a[href^='tel:'] {
        font-weight: 600;
        color: #222222;
    }
}

img {
    vertical-align: bottom;
    display: block;
    width: 100%;
}

input {
    border: 0;
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

a, a:before, a:after, input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

#infscr-loading {
    color: #525252;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

#infscr-loading img {
    margin-right: 8px;
    vertical-align: middle;
}

#infscr-loading div {
    display: inline;
}

.cover {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hide {
    display: none;
}

.inner {
    margin: 0 auto;
    width: 84%;
    max-width: 1150px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.left-align {
    text-align: left;
}

.center {
    text-align: center;
}

.right-align {
    text-align: right;
}

.primary {
    width: 68.69565%;
}

.primary-full {
    width: 100%;
}

.secondary {
    width: 26.08696%;
    max-width: 300px;
}

.trim {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}

.trim img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1920px) {
    .inner {
        width: 76%;
    }
}

/* ローディングアイコン */
#site-wrap {
    display: none;
}

#site-loader-overlay {
    position: fixed;
    background: #ffffff;
    background: rgba(255, 255, 255, 1);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#site-loader-spinner {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid #ccc;
    border-top-color: #e5c61e;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loading 1.2s linear infinite;
    -webkit-animation: loading 1.2s linear infinite;
    text-indent: -9999em;
    border-width: 3px;
    border-style: solid;
    border-color: #a50808 #a50808 #e5c61e #a50808;
    border-image: initial;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* アイコンフォント */
.icon-arrow-right:before {
    content: "\e910";
}

/* keyframes */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes imageAnimation03 {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    5% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imageAnimation03 {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    5% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ----------------------------------------------------------------------
 アイキャッチ画像
---------------------------------------------------------------------- */
/* ズーム */
.thumbnail01 {
    overflow: hidden;
}

.thumbnail01 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -webkit-transition: all 0.75s ease;
    -moz-transform: scale(1);
    -moz-transition: all 0.75s ease;
    -ms-transform: scale(1);
    -ms-transition: all 0.75s ease;
    -o-transform: scale(1);
    -o-transition: all 0.75s ease;
    transform: scale(1);
    transition: all 0.75s ease;
}

/* スライド */
.thumbnail02 {
    overflow: hidden;
}

.thumbnail02 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity, translate3d;
    -webkit-transition: 0.5s;
    -moz-transition-property: opacity, translate3d;
    -moz-transition: 0.5s;
    -ms-transition-property: opacity, translate3d;
    -ms-transition: 0.5s;
    -o-transition-property: opacity, translate3d;
    -o-transition: 0.5s;
    transition-property: opacity, translate3d;
    transition: 0.5s;
}

.thumbnail02 img:hover, a:hover .thumbnail02 img {
    -webkit-transform: scale(1.3) translate3d(0, 0, 0);
    -moz-transform: scale(1.3) translate3d(0, 0, 0);
    -ms-transform: scale(1.3) translate3d(0, 0, 0);
    -o-transform: scale(1.3) translate3d(0, 0, 0);
    transform: scale(1.3) translate3d(0, 0, 0);
}

/* フェード */
.thumbnail03 img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: opacity;
    -webkit-transition: .5s;
    -moz-transition-property: opacity;
    -moz-transition: .5s;
    -ms-transition-property: opacity;
    -ms-transition: .5s;
    -o-transition-property: opacity;
    -o-transition: .5s;
    transition-property: opacity;
    transition: .5s;
}

.thumbnail03 img:hover, a:hover .thumbnail03 img {
    opacity: .5;
}

/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* article01 */
.article01 {
    line-height: 1.8;
    margin: 0 1.875% 30px 0;
    width: 23.59375%;
}

.article01:nth-of-type(4n) {
    margin-right: 0;
}

.article01-thumbnail {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.article01-thumbnail img {
    width: 100%;
    height: auto;
}

/* article02 */
.article02 {
    margin-bottom: 48px;
    width: 47.82609%;
}

.article02:nth-of-type(odd) {
    margin-right: 2.17391%;
}

.article02:nth-of-type(even) {
    margin-left: 2.17391%;
}

.article02-thumbnail {
    float: left;
    width: 29.09091%;
}

.article02-thumbnail img {
    width: 100%;
    height: auto;
}

.article02-content {
    float: right;
    font-size: 14px;
    width: 66.36364%;
}

.article02-date {
    font-weight: bold;
    display: block;
    line-height: 1.5;
    margin-bottom: .5em;
}

.article02-title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: .5em;
}

.article02-text {
    line-height: 1.8;
}

/* article03 */
.article03 {
    margin: 0 10px 10px 0;
    width: calc((100% - 30px) / 4);
    border-radius: 10px;
    overflow: hidden;
}

.article03:nth-of-type(4n) {
    margin-right: 0;
}

.article03>a {
    height: 100%;
    background: #fff;
}

.article03-thumbnail {
    width: 100%;
}

.article03-thumbnail img {
    width: 100%;
    height: auto;
}

.article03-content {
    box-sizing: border-box;
    padding: 15px;
}

.article03-title {
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 15px;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    font-size: 0.8em;
}

.article03-meta {
    line-height: 1;
}

.article03-date {
    font-size: 12px;
    vertical-align: middle;
}

.article03-date+.article03-category:before {
    content: "|";
    padding: 0 .5em;
}

.article03-category-item {
    font-size: 12px;
    vertical-align: middle;
}

/* article04 */
.article04 {
    background: #f6f6f6;
    margin-bottom: 32px;
}

.article04-thumbnail {
    float: left;
    width: 24.34783%;
}

.article04-thumbnail img {
    width: 100%;
    height: auto;
}

.article04-content {
    box-sizing: border-box;
    float: left;
    padding: 3.47826% 4.34783%;
    width: 75.65217%;
}

.article04-date {
    display: block;
    font-size: 14px;
    margin-bottom: 1em;
}

.article04-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: .5em;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.article04-text {
    line-height: 2.4;
}

/* article05 */
.article05 {
    background: #ffffff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
    transition-property: background;
    transition: 0.2s;
    width: 25%;
}

.article05:hover {
    background: #f6f6f6;
}

.article05 a {
    height: 100%;
}

.article05-thumbnail {
    width: 100%;
}

.article05-thumbnail img {
    width: 100%;
    height: auto;
}

.article05-content {
    padding: 20px 30px;
}

.article05-title {
    font-size: 16px;
    height: 54px;
    line-height: 1.7;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
    .article05-title {
        height: 81px;
    }
}

.article05-date {
    font-size: 12px;
}

.article05-date+.article05-category:before {
    content: "|";
    margin: 0 .5em;
}

.article05-category {
    font-size: 12px;
}

.article05-category-item {
    font-size: 12px;
    vertical-align: middle;
}

.article05-category-item:hover {
    text-decoration: underline;
}

/* article06 */
.article06 {
    float: left;
    position: relative;
    width: 25%;
}

.article06 a {
    display: block;
    overflow: hidden;
}

.article06 a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: background-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.article06 img {
    display: block;
    vertical-align: top;
    width: 100%;
    height: auto;
}

.article06-content {
    box-sizing: border-box;
    opacity: 0;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition-property: opacity, transform;
    -webkit-transition: 1s;
    -moz-transition-property: opacity, transform;
    -moz-transition: 1s;
    -ms-transition-property: opacity, transform;
    -ms-transition: 1s;
    -o-transition-property: opacity, transform;
    -o-transition: 1s;
}

.article06:hover .article06-content {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.article06-title {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: .5em;
}

.article06-date+.article06-category:before {
    content: "|";
    margin: 0 .5em;
}

.article06-category-item {
    vertical-align: top;
}

.article06-category-item:hover {
    text-decoration: underline;
}

/* article07 */
.article07 {
    border: 1px solid #ddd;
    border-top: 0;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.article07:last-child {
    margin-bottom: 50px;
}

.article07 a {
    display: block;
    padding: 15px;
}

.article07-thumbnail {
    display: table-cell;
    width: 225px;
}

.article07-thumbnail img {
    width: 100%;
    height: auto;
}

.article07-content {
    display: table-cell;
    padding: 0 40px;
    text-align: left;
    vertical-align: middle;
}

.article07-meta {
    margin-bottom: .5em;
}

.article07-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

/* デザインされた記事一覧 */
.styled-post-list1 li {
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 0;
}

.styled-post-list1 li:last-child {
    margin-bottom: 0;
}

.styled-post-list1-thumbnail {
    display: block;
    float: left;
    margin-right: 6.66667%;
    width: 40%;
}

.styled-post-list1-thumbnail img {
    width: 100%;
    height: auto;
}

.styled-post-list1-thumbnail~.styled-post-list1-meta {
    float: left;
    width: 53.33333%;
}

.styled-post-list1-date {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 1em;
}

.styled-post-list1-title {
    font-size: 14px;
    line-height: 1.8;
}

/* ----------------------------------------------------------------------
 検索
---------------------------------------------------------------------- */
.search-form {
    position: relative;
    width: 100%;
}

.search-field {
    background: #eee;
    border: 1px solid #cfcfcf;
    border-right: none;
    box-shadow: 1px -1px 3px 0px #ddd inset;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
    width: calc(100% - 33px);
    height: 33px;
}

.search-submit {
    background: #222;
    color: #ffffff;
    cursor: pointer;
    font-family: "design_plus";
    overflow: hidden;
    position: absolute;
    width: 33px;
    height: 33px;
}

/* ----------------------------------------------------------------------
 広告
---------------------------------------------------------------------- */
.advertisement img {
    max-width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
/* content01 */
.content01 {
    margin: 90px 0;
}

.content01-title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
}

.content01-text {
    text-align: center;
}

/* content02 */
.content02 {
    width: 100%;
    padding: 0 0 10vw;
    position: relative;
}

#content01 {
    padding: 10vw 0;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.front_inner-text {
    box-sizing: border-box;
    margin-bottom: 2em;
}
#content01 .front_intro-inner{
    position: relative;
    max-width: 100%;
    width: 84%;
}
#content01 .front_intro-inner figure{
    position: absolute;
    left: 0;
    width: 40%;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
}

#content01 .front_inner-text{
    width: calc(60% - 50px);
    margin-left: auto;
}
.front_inner-img {
    width: calc(60% - 50px);
    margin: 0 0 0 auto;
}

.content02-inner {
    width: 84%;
    margin: 0 auto;
}

.content02-content {
    display: block;
    width: calc(33.333333% - 1vw);
    margin-right: 1.5vw;
    background: #ffffff;
    color: #222222;
    font-size: 0.8em;
    overflow: hidden;
    border-radius: 10px;
}
.content02-content .content02-item img{
    aspect-ratio: 380/240;
    object-fit: cover;
}
.content02-content:nth-of-type(3) {
    margin-right: 0;
}

.content02-item-inner {
    box-sizing: border-box;
    padding: 2.5em 3em calc(3.5em + 60px);
}

.content02-item-inner h3 {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.6;
    color: #a50808;
    margin-bottom: 1em;
}

.content02-button {
    display: block;
    margin: 0 auto;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 2.5em;
    width: calc(100% - 6em);
    color: #a50808;
    font-weight: 900;
}

.content02-button::before {
    width: 20px;
    height: 1px;
    position: absolute;
    content: '';
    z-index: 1;
    background: #a50808;
    left: 0;
    bottom: -1px;
    transition: 0.4s;
}

.content02-button:hover::before {
    width: 100%;
}

/* ----------------------------------------------------------------------
 セレクトボックス
---------------------------------------------------------------------- */
.select {
    position: relative;
}

.select:after {
    content: "\e90e";
    font-family: "design_plus";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    right: 15px;
    width: 14px;
    height: 14px;
}

.select select {
    background: linear-gradient(#fff, #f3f3f3) !important;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #e5c61e;
    font-size: 14px;
    padding: 15px 17px;
    width: 100%;
}

/* ----------------------------------------------------------------------
 フェードエフェクト
---------------------------------------------------------------------- */
.fade01 {
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    -webkit-transition: 1s;
    -moz-transform: translate(0, 60px);
    -moz-transition: 1s;
    -ms-transform: translate(0, 60px);
    -ms-transition: 1s;
    -o-transform: translate(0, 60px);
    -o-transition: 1s;
    transform: translate(0, 60px);
    transition: 1s;
}

.fade02 {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

/* ----------------------------------------------------------------------
 ページネーション
---------------------------------------------------------------------- */
/* nav-links01 */
.nav-links01 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: table;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 50px;
    width: 100%;
}

.nav-links01-previous, .nav-links01-next {
    display: table-cell;
    margin-left: -1px;
    vertical-align: middle;
    position: relative;
    width: 50%;
}

.nav-links01-previous a, .nav-links01-next a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after, .nav-links01-next a:hover:before, .nav-links01-next a:hover:after {
    color: #e5c61e;
}

.nav-links01-previous a {
    padding: 35px 40px 35px 60px;
}

.nav-links01-previous a:before {
    content: "\e90f";
    font-family: "design_plus";
    font-size: 18px;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    left: 0;
}

.nav-links01-next a {
    padding: 35px 60px 35px 40px;
}

.nav-links01-next a:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    margin-top: -1em;
    position: absolute;
    top: 50%;
    right: 0;
}

.nav-links01-previous+.nav-links01-next {
    border-left: 1px solid #ddd;
}

/* nav-links02 */
.nav-links02 {
    font-size: 14px;
    margin: 90px 0 100px;
    text-align: center;
}

.nav-links02-previous, .nav-links02-next {
    display: inline-block;
    line-height: 55px;
    margin: 0 7.5px;
    position: relative;
    width: 230px;
    height: 55px;
}

.nav-links02-previous a, .nav-links02-next a {
    color: #ffffff;
    display: block;
}

.nav-links02-previous a::before {
    color: #ffffff;
    content: "\e90f";
    display: inline-block;
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

.nav-links02-next a::after {
    color: #ffffff;
    content: "\e910";
    font-family: "design_plus";
    font-size: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

/* ----------------------------------------------------------------------
 アーカイブ
---------------------------------------------------------------------- */
.load-post {
    height: 50px;
    line-height: 50px;
    margin: 60px auto;
    text-align: center;
    width: 200px;
}

.load-post a {
    background: #ccc;
    color: #ffffff;
    display: block;
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post-content {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

.content_full {
    width: 100%;
}

.content_inner {
    padding: 7vw 0;
    counter-reset: number 0;
}

.post-header {
    margin: 0 auto 2em;
}

.post-title {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 900;
}

.post-date+.post-category:before {
    content: "|";
    padding: 0 .5em;
}

.post-category {
    font-size: 12px;
    vertical-align: middle;
}

.post-thumbnail {
    margin-bottom: 50px;
    text-align: center;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.post-meta-box {
    background: #f5f5f5;
    margin: 0 auto 50px;
    padding: 25px;
}

.post-meta-box-item {
    border-right: 1px solid #ddd;
    display: inline;
    font-size: 12px;
    line-height: 1.8;
    margin-right: 10px;
    padding: 0 15px 0 20px;
    position: relative;
}

.post-meta-box-item:last-child {
    border-right: none;
}

.post-meta-box-item:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #aaa;
    display: block;
    font-family: "design_plus";
    position: absolute;
    font-size: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-meta-box-author:before {
    content: "\e90d";
}

.post-meta-box-category:before {
    content: "\e92f";
}

.post-meta-box-tag:before {
    content: "\e935";
}

.post-meta-box-comment:before {
    content: "\e916";
    font-size: 16px;
}

.widget_recent_entries li a {
    display: block;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #222222;
}

.post-meta-box-item:last-child a {
    color: #222222;
}

/* ページリンク */
.page-links {
    font-size: 12px;
    margin-bottom: 2em;
}

.page-links a {
    background: #eee;
    display: inline-block;
    line-height: 35px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.page-links a:hover {
    color: #ffffff !important;
}

.page-links>span {
    color: #ffffff;
    display: inline-block;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
}

.page-links .page-links-title {
    background: transparent;
    color: #e5c61e;
    display: block;
    text-align: left;
    width: auto;
    height: auto;
}

/* 広告 */
#single_banner_area {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area.one_banner img {
    margin: 0 auto;
}

/* 広告（ページ下部） */
#single_banner_area_bottom {
    margin: 0 0 50px;
    text-align: center;
}

#single_banner_area_bottom .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area_bottom .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area_bottom img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area_bottom.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area_bottom.one_banner img {
    margin: 0 auto;
}

/* 広告（ショートコードver） */
#single_banner_area2 {
    margin: 0 0 30px 0;
    text-align: center;
}

#single_banner_area2 .single_banner_left {
    display: inline-block;
    margin: 0 10px 0 0;
}

#single_banner_area2 .single_banner_right {
    display: inline-block;
    margin: 0 0 0 10px;
}

#single_banner_area2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

#single_banner_area2.one_banner .single_banner_left {
    float: none;
    margin: 0 auto;
}

#single_banner_area2.one_banner img {
    margin: 0 auto;
}

/* ----------------------------------------------------------------------
 ニュース
---------------------------------------------------------------------- */
.archive-news {
    margin: 100px 0;
}

.archive-news .article04.active {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

.headline-news-list {
    margin-bottom: 0;
    text-align: left;
}

/* ----------------------------------------------------------------------
 ブログアーカイブ
---------------------------------------------------------------------- */
.archive-header {
    margin: 0 auto 3em;
}

.archive-title {
    font-size: 2em;
    font-weight: 900;
    line-height: 1;
}

.archive-text {
    text-align: center;
}

.article03.active {
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
@-webkit-keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes imageAnimation01 {
    0% {
        -webkit-transform: scale(1) rotate(0.0001deg);
        transform: scale(1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes imageAnimation02 {
    0% {
        -webkit-transform: scale(1.1) rotate(0.0001deg);
        transform: scale(1.1) rotate(0.0001deg);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* スライダー */
.top-slider, .header-youtube {
    height: 100%;
    min-height: 400px;
}

.top-slider a {
    display: block;
}

.top-slider span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.top-slider span {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
}

.top-slider-wrapper {
    /*position: absolute;*/
    width: 100%;
    height: 100vh;
    margin-left: auto;
    z-index: 1;
    margin-right: 60px;
    overflow: hidden;
    border-radius: 10px;
}

.header-bar-fixed~.top-slider-wrapper {
    margin-top: 80px;
}

.admin-bar .header-bar-fixed~.top-slider-wrapper {
    margin-top: 68px;
}

.top-slider-item {
    display: none;
}

.top-slider-item:nth-of-type(1) {
    display: block;
}

.top-slider-item:nth-of-type(1) span {
    -webkit-animation: imageAnimation01 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}

.top-slider-item:nth-of-type(2) span {
    -webkit-animation: imageAnimation02 10s linear infinite 0s;
    animation: imageAnimation02 10s linear infinite 0s;
}

.top-slider-item:nth-of-type(3) span {
    -webkit-animation: imageAnimation02 10s linear infinite 0s;
    animation: imageAnimation01 10s linear infinite 0s;
}

.top-slider-item:only-child span {
    -webkit-animation: none;
    animation: none;
}

.top-slider-nav {
    display: none;
}

.top-slider-nav li {
    display: inline-block;
}

.top-slider-nav li:not(:first-child) {
    margin-left: 12px;
}

.top-slider-nav a {
    background: #ffffff;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
}

/* 動画 */
.header-video {
    background: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
}

.header-video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.mb_YTPBar {
    display: none !important;
}

.top-news {
    margin-bottom: -48px;
}

.top-blog {
    width: 80%;
    box-sizing: border-box;
    padding-left: 3em;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header {
    position: relative;
    background: #ffffff;
}

.header-bar {
    height: 80px;
    width: 100%;
}

.header-bar-inner {
    position: relative;
}

.header-bar-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.4);
}

/* ロゴ */
.logo-image {
    position: absolute;
    top: 0;
    left: 30px;
    width: 200px;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.logo-image a {
    display: block;
    width: 100%;
}

.logo-image a img {
    display: block;
    width: 100%;
}

/* グローバルメニュー */
.global-nav {
    float: right;
    box-sizing: border-box;
    background: transparent;
	padding-right: 30px;
}

.global-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.global-nav .child-menu-button {
    display: none;
}

.global-nav .sub-menu {
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 40px;
    -webkit-transform: translate(0, 25%);
    -webkit-transition-property: opacity, transform;
    -webkit-transition: .5s;
    -moz-transform: translate(0, 25%);
    -moz-transition-property: opacity, transform;
    -moz-transition: .5s;
    -ms-transform: translate(0, 25%);
    -ms-transition-property: opacity, transform;
    -ms-transition: .5s;
    -o-transform: translate(0, 25%);
    -o-transition-property: opacity, transform;
    -o-transition: .5s;
    transform: translate(0, 25%);
    transition-property: opacity, transform;
    transition: .5s;
    visibility: hidden;
    z-index: 99;
}

.global-nav .sub-menu .menu-item-has-children:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
}

.global-nav .sub-menu li {
    position: relative;
}

.global-nav .sub-menu a {
    background: #e5c61e;
    box-sizing: border-box;
    color: #222222;
    display: block;
    padding: 12px 20px;
    width: 250px;
}

.global-nav .sub-menu a:hover {
    background: #a50808;
    color: #ffffff;
}

.global-nav .sub-menu ul {
    top: 0;
    left: 100%;
}

.global-nav>ul>li {
    float: left;
    position: relative;
}

.global-nav>ul>li>a {
    height: 80px;
    padding: 0 0 0 40px;
    line-height: 80px;
}

.global-nav>ul>li.global-menu-home>a {
    display: block;
}

.global-nav a {
    display: block;
    color: #222222;
    font-size: 16px;
    font-weight: 900;
}

.global-nav>ul>li.global-menu-contact>a {
    background: #e5c61e;
    padding-right: 40px;
    color: #222222;
    line-height: 60px;
    height: 60px;
    margin: 10px 10px 10px 40px;
    border-radius: 30px;
}


.global-nav>ul>li.global-menu-contact>a:hover {
    background: #a50808;
    color: #ffffff;
}

.global-nav>ul>li>a:hover {
    color: #a50808;
}

.global-nav>ul>li.global-menu-other>a::after {
    content: '・';
    position: absolute;
    font-weight: 900;
    width: calc(100% - 40px);
    line-height: 1;
    left: 40px;
    text-align: center;
    font-size: 20px;
    bottom: 10px;
    color: #CA3A32;
}
.global-nav>ul>li>a span{
    content: '・';
    position: absolute;
    font-weight: 600;
    width: calc(100% - 40px);
    line-height: 1;
    left: 40px;
    text-align: center;
    font-size: 14px;
    bottom: 10px;
    color: #CA3A32;
}

.global-nav>ul>li.global-menu-other>a:hover::after {
    color: #e5c61e;
}

/* ヘッダー画像 */
.signage {
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 70px 0;
}

.header-bar-fixed~.signage {
    margin-top: 80px;
}

.admin-bar .header-bar-fixed~.signage {
    margin-top: 68px;
}

.signage-content {
    -webkit-animation: fadeIn 1s ease 2.5s;
    -moz-animation: fadeIn 1s ease 2.5s;
    -ms-animation: fadeIn 1s ease 2.5s;
    -o-animation: fadeIn 1s ease 2.5s;
    animation: fadeIn 1s ease 2.5s;
    animation-fill-mode: both;
	text-align: center;
}

.signage-title {
    font-size: 2em;
    font-weight: 900;
    line-height: 1;
}

p.signage-title-sub {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 1.5em auto 0;
    color: #a50808;
}

/* パンくずリンク */
.breadcrumb {
    height: 55px;
    line-height: 55px;
    font-size: 10px;
	text-align: center;
}

.breadcrumb li {
    float: none;
	display: inline-block;
}

.breadcrumb li:after {
    content: "\e910";
    font-family: "design_plus";
    font-size: 9px;
    margin: 0 1em;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
.side_widget {
    font-size: 12px;
    position: relative;
}

.side_widget:first-child {
    margin-top: 0;
}

.side_widget:first-child.side_widget.ad_widget {
    margin-top: 0;
}

.side_widget:first-child .headline-bar {
    margin-top: 0;
}

.side_widget .headline-bar {
    border-bottom: 2px solid #e5c61e;
    font-size: 1.2em;
    color: #a50808;
    line-height: 1;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-weight: 900;
}

.side_widget.ad_widget {
    margin-top: 50px;
}

.tcdw_archive_list_widget {
    margin: 50px 0 35px;
}

.google_search_widget {
    margin: 35px 0;
}

/* .side_widget:last-child, .side_widget:only-child { margin:0; } */
.side_widget ul {
    margin: 0;
}

.side_widget li {
    margin: 0 0 15px 0;
}

.side_widget li ul {
    margin: 10px 0 0 0;
}

.side_widget li li {
    padding: 0;
}

.side_widget li li:last-of-type {
    margin: 0;
}

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

.side_headline {
    background: #222;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

/* banner */
.ml_ad_widget {
    border: none;
    padding: 0;
    background: none;
}

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

/* category */
.tcdw_category_list_widget .children {
    border-top: 1px solid #ddd;
    margin-top: 0;
}

.tcdw_category_list_widget .children li:last-child {
    border-bottom: none;
}

/* calendar */
#wp-calendar {
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    border-collapse: separate;
    table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
    padding: 2px;
    line-height: 340%;
    text-align: center;
}

#wp-calendar td a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    background-color: #eee;
}

#wp-calendar td a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #ccc;
}

#wp-calendar caption {
    color: #ffffff;
    padding: 7px 0;
}

#wp-calendar thead th, #wp-calendar tfoot td {
    border: none;
    padding: 0;
    line-height: 200%;
}

#wp-calendar #prev, #wp-calendar #next {
    line-height: 300%;
}

#wp-calendar #prev a, #wp-calendar #next a {
    text-decoration: none;
    background: none;
    color: #ffffff;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    color: #ffffff;
    background: #ccc;
}

#wp-calendar td#today {
    font-weight: bold;
}

/* collapse category list */
.side_widget.tcdw_category_list_widget .side_headline {
    margin-bottom: 0;
}

.collapse_category_list {
    border-bottom: 1px solid #ccc;
}

.collapse_category_list ul {
    margin: 0;
    padding: 0;
}

.collapse_category_list li ul {
    margin: 0;
    padding: 0;
}

.collapse_category_list li {
    margin: 0;
    padding: 0;
}

.collapse_category_list li li {
    margin: 0;
    padding: 0;
}

.collapse_category_list li a {
    color: #222;
    border: 1px solid #ccc;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    border-bottom: none;
}

.collapse_category_list li a:hover {
    color: #222;
    background-color: #f6f6f6;
}

.collapse_category_list .parent_category>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
    padding-left: 27px;
}

.collapse_category_list li .parent_category>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
    padding-left: 39px;
}

.collapse_category_list .children {
    display: none;
}

.collapse_category_list .children a {
    padding-left: 27px;
}

.collapse_category_list ul .children a {
    padding-left: 39px;
}

/* search */
.widget_search label {
    display: none;
}

.widget_search #search-box, .widget_search #s, .side_widget.google_search #s {
    width: 260px;
    height: 40px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ccc;
    background: #f2f2f2;
    padding: 0 10px;
    box-shadow: 2px 2px 3px 0px #ddd inset;
}

.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
    border: none;
    width: 40px;
    height: 40px;
    background: #000 url(img/common/icon_search.png) no-repeat center;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
}

.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover {
    background-color: #e5c61e;
}

.brand_side_col .widget_search #search-box, .brand_side_col .widget_search #s, .side_widget.google_search #s {
    width: 75%;
    height: 40px;
    margin: 0 0 5px 0;
}

.brand_side_col .widget_search #search-btn input, .brand_side_col .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
    width: 25%;
}

/* archive category dropdown */
.widget_archive select, .widget_categories select, .tcdw_archive_list_widget select {
    background: #ffffff;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0;
    padding: 12px 10px;
    width: 100%;
}

.widget_archive label, .widget_categories label {
    display: none;
}

.widget_archive select option, .widget_categories select option, .tcdw_archive_list_widget option {
    background: #ffffff;
    color: #333;
}

/* default recent post widget */
.widget_recent_entries li {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 1em 0;
}

.widget_recent_entries li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

/* brand category list */
.brand_category_list {
    margin: 0;
    padding: 0;
}

.brand_category_list li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    position: relative;
}

.brand_category_list li:after {
    display: block;
    padding-top: 100%;
    content: "";
}

.brand_category_list li a {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    background: #f6f6f6;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.brand_category_list li a:hover {
    color: #ffffff;
    background: #ccc;
}

.brand_category_list li a.active {
    color: #ffffff;
    background: #222;
}

.brand_category_list li a span {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* styled menu */
.side_widget.tcdw_menu_widget .side_headline {
    margin-bottom: 0;
}

.tcdw_menu_widget .menu {
    border-bottom: 1px solid #ccc;
}

.tcdw_menu_widget .menu ul {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li ul {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li li {
    margin: 0;
    padding: 0;
}

.tcdw_menu_widget .menu li a {
    color: #222;
    border: 1px solid #ccc;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}

.tcdw_menu_widget .menu li a:hover {
    color: #222;
    background-color: #f6f6f6;
}

.tcdw_menu_widget .menu .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
    padding-left: 27px;
}

.tcdw_menu_widget .menu li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
    padding-left: 39px;
}

.tcdw_menu_widget .menu li li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 38px 24px;
    padding-left: 51px;
}

.tcdw_menu_widget .menu li li li .menu-item-has-children>a {
    background: transparent url(img/common/arrow_bottom2.gif) no-repeat 50px 24px;
    padding-left: 63px;
}

.tcdw_menu_widget .menu .sub-menu {
    display: none;
}

.tcdw_menu_widget .menu li li a {
    padding-left: 27px;
}

.tcdw_menu_widget .menu li li li a {
    padding-left: 39px;
}

.tcdw_menu_widget .menu li li li li a {
    padding-left: 51px;
}

.tcdw_menu_widget .menu li li li li li a {
    padding-left: 63px;
}

/* recent entries */
.widget_recent_entries .post-date {
    display: block;
    font-size: 0.7em;
    line-height: 1;
    color: #a50808;
}

.widget_recent_entries .post-date:after {
    content: "";
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer {
    margin-top: 150px;
}

.copyright {
    width: 100%;
    font-size: 10px;
}

.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.pagetop a {
    color: #a50808;
    display: block;
    position: relative;
    line-height: 60px;
    transition: 0.4s;
    padding-bottom: 50px;
}

.pagetop a:hover {
    padding-bottom: 60px;
}

.pagetop a:hover::before {
    height: 50px;
}

/* ----- パスワード保護 ----- */
.password_protected {
    text-align: center;
    margin: 0 38px 30px;
    padding: 10px 20px;
    color: #ffffff;
    background: #3db4b2;
    border-radius: 5px;
}

.password_protected p {
    font-size: 12px;
    margin: 0;
    line-height: 160%;
}

.pw_form {
    text-align: center;
}

.pw_form p {
    margin-bottom: 50px;
}

.pw_form p label {
    display: block;
    font-size: 14px;
}

.pw_form input[type="password"] {
    border: solid 1px #ddd;
    background: #ffffff;
    font-size: 14px;
    height: 30px;
    margin-left: 15px;
    padding: 5px;
}

.pw_form input[type="submit"] {
    background: #aaa;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    display: block;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post-content .alignright {
    float: right;
}

.post-content .alignleft {
    float: left;
}

.post-content .aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

.post-content blockquote.alignleft, .post-content img.alignleft {
    margin: 7px 24px 7px 0;
}

.post-content .wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

.post-content blockquote.alignright, .post-content img.alignright {
    margin: 7px 0 7px 24px;
}

.post-content .wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

.post-content blockquote.aligncenter, .post-content img.aligncenter, .post-content .wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

/* text and headline */
.post-content p {
    margin-bottom: 1em;
    position: relative;
    box-sizing: border-box;
}

.post-content p:last-of-type {
    margin-bottom: 0;
}

.post-content a {
    border-bottom: 3px dashed #e5c61e;
}

/* 固定ページ アラカルト*/
p.caution_text {
    margin-bottom: 6px;
    padding-left: 1.25em;
    font-size: 0.9em;
}

p.caution_text::after {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #e5c61e;
}

.post-content h2 {
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.6;
    margin: 0 auto 0.75em;
    position: relative;
    width: 100%;
    padding-bottom: 0.5em;
}

.post-content h3 {
    font-size: 1.3em;
    line-height: 1.6;
    font-weight: 900;
    border-bottom: 1px dashed #e5c61e;
    padding: 0 0 0.5em;
    margin: 0 auto 0.75em;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    color: #a50808;
}

.post-content h4 {
    font-size: 1.2em;
    font-weight: 900;
    position: relative;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 0.25em;
}

.post-content h5 {
    font-size: 1.1em;
    line-height: 1.6;
    font-weight: 900;
}

@media only screen and (max-width: 485px) {
    .post-content h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .post-content h3 {
        font-size: 1.1em;
    }

    .post-content h4 {
        font-size: 1em;
    }
}

/* image */
.post-content img[class*="align"], .post-content img[class*="wp-image-"], .post-content img[class*="attachment-"], .post-content img.size-full, .post-content img.size-large, .post-content .wp-post-image, .post-content img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

/* list */
.post-content li, .post-content dt, .post-content dd {
    line-height: 1.6;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    position: relative;
}

.post-content li:last-of-type, .post-content dt:last-of-type, .post-content dd:last-of-type {
    margin-bottom: 0;
}

/* table */
table.tinmce-table {
    border: solid;
}

.post-content table {
    margin: 0 auto;
    width: 100%;
}

.post-content tr {
    border-top: 1px solid #e5c61e;
    border-bottom: 1px solid #e5c61e;
}

.post-content td, .post-content th {
    line-height: 1.6;
    padding: 1.25em 0;
    box-sizing: border-box;
    border: 0;
    background:none;
}

.post-content .tinymce-table td, .post-content .tinymce-table th {
    background: transparent;
}

.post-content thead th {
    text-align: center;
}

.post-content th {
    padding-right: 1.25em;
    width: 30%;
    color: #a50808;
    border: 0;
    background: none;
    font-weight: bold;
}

@media only screen and (max-width: 485px) {
    .post-content td, .post-content th {
        display: block;
        width: 100%;
    }

    .post-content th {
        padding-right: 0;
        padding-bottom: 0;
    }

    .post-content td {
        padding-top: 0.25em;
    }
}

/* block quote */
.post-content blockquote {
    margin: 0 0 25px 0;
    padding: 27px 30px 0;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 0px 0px #f2f2f2;
    position: relative;
}

.post-content blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 10px;
    color: #5cbcd7;
}

.post-content blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    line-height: 60px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    color: #5cbcd7;
}

.post-content blockquote cite {
    border-top: 1px dotted #aaa;
    display: block;
    padding: 20px 0 0 0;
    font-style: italic;
    text-align: right;
    font-size: 90%;
}

/* captions */
.post-content .wp-caption {
    margin-bottom: 24px;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 5px;
    max-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-content .wp-caption-text {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px auto;
}

.post-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

/* gallery */
.gallery {
    margin-bottom: 20px;
}

.gallery a img {
    border: 0 !important;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
    max-width: 7%;
    max-width: -webkit-calc(9.4% - 0px);
    max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
    display: none;
}

/* etc */
.post-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.post-content pre {
    border-left: 5px solid #7fc120;
    font-size: 12px;
    margin: 0 0 27px 0;
    line-height: 25px;
    background: url(img/common/pre.gif) repeat left top;
    padding: 0 17px;
    overflow: auto;
}

.post-content .mejs-container {
    margin: 12px 0 25px;
}

/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
    font-family: "design_plus";
    src: url("fonts/design_plus.eot?evfvw0");
    src: url("fonts/design_plus.eot?evfvw0#iefix") format("embedded-opentype"), url("fonts/design_plus.ttf?evfvw0") format("truetype"), url("fonts/design_plus.woff?evfvw0") format("woff"), url("fonts/design_plus.svg?evfvw0#design_plus") format("svg");
    font-style: normal;
    font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "design_plus" !important;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
    content: "\e907";
}

.icon-hatebu:before {
    content: "\e908";
}

.icon-line:before {
    content: "\e909";
}

.icon-pocket:before {
    content: "\e90a";
}

.icon-google-plus:before {
    content: "\e900";
}

.icon-google-plus2:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-facebook2:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e904";
}

.icon-rss:before {
    content: "\e90b";
}

.icon-rss2:before {
    content: "\e906";
}

.icon-pinterest:before {
    content: "\e905";
}

/*--------------------------------
Share Buttons
---------------------------------*/
.share-top {
    margin-bottom: 50px;
}

.share-btm {
    margin-bottom: 35px;
}

/*--------------------------------
share_top1（Style1）
---------------------------------*/
.share-type1 {
    width: 100%;
}

.share-type1 h2 {
    color: #666666;
    font-weight: 600;
}

.share-type1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.share-type1 li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.share-type1 li>a:hover {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
}

.share-type1 a {
    min-width: 27px;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff !important;
    background: #fafafa;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    text-align: center;
    line-height: 25px;
    padding: 1px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type1 i {
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type1 .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

.share-type1 .share-count {
    display: inline;
    font-size: 9px;
    color: #ffffff;
    padding: 0;
    line-height: 25px;
    margin: 0;
    border-radius: 0 1px 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .share-type1 {
        width: 100%;
    }

    .share-type1 ul {
        margin-bottom: 15px;
    }

    .share-type1 li>a span {
        display: none;
    }

    .share-type1 a {
        margin-right: 2px;
    }

    .share-type1 i {
        left: 1px;
    }

    .share-type1 .share-count {
        margin-left: 3px;
    }
}

/*--------------------------------
share_btm1（Style3）
---------------------------------*/
.share-type3 .sns {
    margin: 0;
    text-align: center;
}

.share-type3 ul {
    margin: 0 -3% 3% 0;
    list-style: none;
}

.share-type3 li {
    float: left;
    width: 47%;
    margin: 0 3% 1.5% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post .share-type3 ul li {
    list-style: none;
    background-image: none;
    padding: 0;
}

.share-type3 ul li a {
    position: relative;
    display: block;
    top: 3px;
    font-size: 13px;
    padding: 10px 2px;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.share-type3 ul li a i {
    position: relative;
    top: 3px;
    font-size: 140%;
}

.share-type3 ul li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.share-type3 ul li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type3 ul li a:hover {
    -webkit-transform: translate3d(0px, 2px, 1px);
    -moz-transform: translate3d(0px, 2px, 1px);
    transform: translate3d(0px, 2px, 1px);
}

@media only screen and (min-width: 480px) {
    .share-type3 {
        width: 100%;
        margin: 20px 0 15px;
    }

    .share-type3 ul {
        margin-right: -1%;
        list-style: none;
        overflow: hidden;
    }

    .share-type3 li {
        width: 24%;
        margin: 0 1% 2% 0;
    }

    .share-type3 li a {
        font-size: 12px;
        padding: 10px 2px;
    }

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

.single .post-content {
    margin-bottom: 50px;
}

/*------------- share_top1 & share_btm1 button_color -------------*/
/* Twitter */
.share-type1 .twitter a, .share-type3 .twitter a {
    background-color: #55acee;
}

.share-type1 .twitter a:hover, .share-type3 .twitter a:hover {
    background-color: #468ec5;
}

/* Facebook */
.share-type1 ul li.facebook a, .share-type3 ul li.facebook a {
    background-color: #35629a;
}

.share-type1 ul li.facebook a:hover, .share-type3 ul li.facebook a:hover {
    background-color: #1f3669;
}

/* Google+ */
.share-type1 ul li.googleplus a, .share-type3 ul li.googleplus a {
    background-color: #dd4b39;
}

.share-type1 ul li.googleplus a:hover, .share-type3 ul li.googleplus a:hover {
    background-color: #b94031;
}

.share-type1 ul li.googleplus a i {
    top: 4px;
}

/* Hatena */
.share-type1 ul li.hatebu>a, .share-type3 ul li.hatebu a {
    background-color: #3c7dd1;
}

.share-type1 ul li.hatebu>a:hover, .share-type3 ul li.hatebu a:hover {
    background-color: #0270ac;
}

/* Pocket */
.share-type1 ul li.pocket a, .share-type3 ul li.pocket a {
    background-color: #ee4056;
}

.share-type1 ul li.pocket a:hover, .share-type3 ul li.pocket a:hover {
    background-color: #c53648;
}

/* rss */
.share-type1 ul li.rss a, .share-type3 ul li.rss a {
    background-color: #ffb53c;
}

.share-type1 ul li.rss a:hover, .share-type3 ul li.rss a:hover {
    background-color: #e09900;
}

/* Feedly */
.share-type1 ul li.feedly a, .share-type3 ul li.feedly a {
    background-color: #6cc655;
}

.share-type1 ul li.feedly>a:hover, .share-type3 ul li.feedly>a:hover {
    background-color: #5ca449;
}

/* Pinterest */
.share-type1 ul li.pinterest a, .share-type3 ul li.pinterest a {
    background-color: #d4121c;
}

.share-type1 ul li.pinterest a:hover, .share-type3 ul li.pinterest a:hover {
    background-color: #a42f35;
}

/*--------------------------------
share_top2（Style2）
---------------------------------*/
.share-type2 {
    width: 100%;
}

.share-type2 h2 {
    color: #444;
    font-weight: 600;
}

.share-type2 ul.type2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share-type2 ul.type2 li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.share-type2 ul.type2 li a {
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
    line-height: 25px;
    padding: 1px 5px 0;
}

.share-type2 ul.type2 li a i {
    position: relative;
    top: 3px;
    color: #222;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type2 ul.type2 li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

.share-type2 ul.type2 li a .share-count {
    color: #444;
    font-size: 9px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.share-type2 ul.type2 li a:hover, .share-type2 ul.type2 li a:hover i, .share-type2 ul.type2 li a:hover .share-count {
    color: #ffffff !important;
}

.share-type2 ul.type2 li a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
    .share-type2 {
        width: 100%;
        margin: 0;
    }

    .share-type2 .type2 {
        margin-bottom: 15px;
    }

    .share-type2 .type2 li a {
        margin-right: 2px;
    }

    .share-type2 .type2 li a i {
        left: 1px;
    }

    .share-type2 .type2 li>a span.ttl {
        display: none;
    }

    .share-type2 .type2 li a .share-count {
        margin-left: 3px;
    }
}

/*--------------------------------
share_btm2（Style4）
---------------------------------*/
.share-type4 {
    text-align: center;
}

.share-type4 .sns {
    margin: 0;
}

.share-type4 ul.type4 {
    margin: 0 -3% 2% 0;
    list-style: none;
}

.share-type4 ul.type4 li {
    float: left;
    width: 47%;
    margin: 0 3% 3% 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post .share-type4 ul li {
    list-style: none;
    background-image: none;
    padding: 0;
}

.share-type4 ul.type4 li a {
    position: relative;
    display: block;
    top: 5px;
    font-size: 13px;
    padding: 10px 2px;
    text-decoration: none;
    border-radius: 2px;
    color: #222 !important;
    text-align: center;
    background: #fafafa !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
    text-shadow: none;
}

.share-type4 ul.type4 li a i {
    position: relative;
    top: 3px;
    font-size: 140%;
    color: #222 !important;
}

.share-type4 ul.type4 li a .ttl {
    margin: 0 3px 0 4px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.share-type4 ul.type4 li a .share-count {
    position: absolute;
    bottom: -2px;
    right: 8px;
    font-size: 10px;
    padding: 0;
    line-height: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #222 !important;
}

.share-type4 ul.type4 li a:hover, .share-type4 ul.type4 li a:hover i, .share-type4 ul.type4 li a:hover .share-count {
    color: #ffffff !important;
}

@media only screen and (min-width: 480px) {
    .share-type4 {
        width: 100%;
        margin: 20px 0 15px;
    }

    .share-type4 ul.type4 {
        margin-right: -1%;
        list-style: none;
        overflow: hidden;
    }

    .share-type4 ul.type4 li {
        width: 24%;
        margin: 0 1% 2% 0;
    }

    .share-type4 ul.type4 li a {
        font-size: 12px;
        padding: 10px 2px;
    }

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

/*------------- share_top2 & share_btm4 button_color -------------*/
/* Twitter */
.share-type2 ul.type2 li.twitter a, .share-type4 ul.type4 li.twitter a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.twitter a:hover, .share-type4 ul.type4 li.twitter a:hover {
    color: #ffffff !important;
    background-color: #55acee !important;
}

/* Facebook */
.share-type2 ul.type2 li.facebook a, .share-type4 ul.type4 li.facebook a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.facebook a:hover, .share-type4 ul.type4 li.facebook a:hover {
    color: #ffffff !important;
    background-color: #35629a !important;
}

/* Google+ */
.share-type2 ul.type2 li.googleplus a, .share-type4 ul.type4 li.googleplus a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.googleplus a:hover, .share-type4 ul.type4 li.googleplus a:hover {
    color: #ffffff !important;
    background-color: #dd4b39 !important;
}

.share-type2 ul.type2 li.googleplus a i, .share-type4 ul.type4 li.googleplus a i {
    top: 4px;
}

/* Hatena */
.share-type2 ul.type2 li.hatebu a, .share-type4 ul.type4 li.hatebu a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.hatebu a:hover, .share-type4 ul.type4 li.hatebu a:hover {
    color: #ffffff !important;
    background-color: #3c7dd1 !important;
}

/* Pocket */
.share-type2 ul.type2 li.pocket a, .share-type4 ul.type4 li.pocket a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pocket a:hover, .share-type4 ul.type4 li.pocket a:hover {
    color: #ffffff !important;
    background-color: #ee4056 !important;
}

/* rss */
.share-type2 ul.type2 li.rss a, .share-type4 ul.type4 li.rss a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.rss a:hover, .share-type4 ul.type4 li.rss a:hover {
    color: #ffffff !important;
    background-color: #ff8c00 !important;
}

/* Feedly */
.share-type2 ul.type2 li.feedly a, .share-type4 ul.type4 li.feedly a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.feedly a:hover, .share-type4 ul.type4 li.feedly a:hover {
    color: #ffffff !important;
    background-color: #6cc655 !important;
}

/* Pinterest */
.share-type2 ul.type2 li.pinterest a, .share-type4 ul.type4 li.pinterest a {
    color: #222 !important;
    background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pinterest a:hover, .share-type4 ul.type4 li.pinterest a:hover {
    color: #ffffff !important;
    background-color: #d4121c !important;
}

/*--------------------------------
share_top5（公式ボタン）
---------------------------------*/
.sns_default_top {
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.sns_default_top ul li {
    display: inline-block;
    margin: 0 5px 3px 0;
    line-height: 1 !important;
    overflow: hidden;
    vertical-align: top;
}

.sns_default_top ul li.twitter_button {
    width: 89px;
}

.sns_default_top ul li.fbshare_button:hover {
    text-decoration: none;
}

.sns_default_top ul li.google_button {
    width: 58px;
}

.sns_default_top ul li.pocket_button {
    width: 88px;
}

@media only screen and (max-width: 480px) {
    .sns_default_top ul li {
        margin-bottom: 6px;
    }

    .sns_default_top ul li.twitter_button {
        margin-left: 0;
    }
}

/* ----------------------- TCD Advanced Style ------------------------ */
/* table style */
.table_no_border th, .table_no_border td {
    border: none;
    padding-left: 0;
}

.table_border_horizontal th, .table_border_horizontal td {
    border-left: none;
    border-right: none;
    padding-left: 0;
}

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post-content .post_row {
    margin-left: -15px;
    margin-right: -15px;
    line-height: 2;
}

.post-content .post_col, .post-content .post_col-2, .post-content .post_col-3 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
    .post-content .post_col-2 {
        width: 50%;
        /* 2カラム */
    }

    .post-content .post_col-3 {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1024px) {
    .post-content .post_col-2 {
        width: 50%;
        /* 2カラム */
    }

    .post-content .post_col-3 {
        width: 33.33333%;
    }
}

.post-content .post_row:before, .post-content .post_row:after {
    content: " ";
    display: table;
}

.post-content .post_row:after {
    clear: both;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post-content .style3a, .post-content .style3b, .post-content .style4a, .post-content .style4b, .post-content .style5a, .post-content .style5b, .post-content .style6 {
    line-height: 1.6;
}

/* h3 */
.post-content .style3a {
    margin: 3em 0 1.5em;
    padding: 1.1em .2em 1em;
    font-size: 22px;
    font-weight: 600;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.post-content .style3b {
    margin: 3em 0 1.5em;
    padding: 1.1em .9em 1em;
    font-size: 22px;
    font-weight: 600;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0px 1px 2px #f7f7f7;
}

/* h4 */
.post-content .style4a {
    margin: 2.5em 2px 1.2em;
    padding: .3em 0 .3em .8em;
    font-size: 18px;
    font-weight: 600;
    border-bottom: none;
    border-left: 2px solid #222;
}

.post-content .style4b {
    margin: 2.5em 0 1.2em;
    padding: .9em 0 .8em;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px dotted #aaa;
}

/* h5 */
.post-content .style5a {
    margin: 2em 0 1em;
    padding: .5em .8em .3em 1em;
    font-weight: 900;
    font-size: 18px;
    background: #f5f5f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.post-content .style5b {
    margin: 2em 0 1em;
    padding: .5em .8em .4em 1em;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    background: #222;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

/* h6 */
.post-content .style6 {
    position: relative;
    margin: 2em 0 1em;
    padding: .5em .8em .8em 1.3em;
    color: #222;
    font-weight: bold;
    font-size: 16px;
}

.post-content .style6:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: .5em;
    left: .2em;
    background: #222;
    content: "";
}

.post-content .news_headline1 {
    position: relative;
    margin: 80px 0 25px 0;
    padding: .5em;
    border-left: 8px solid #444;
    line-height: 1.2;
    font-size: 1.2em;
}

.post-content .news_headline1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

.post-content .news_headline2 {
    margin: 40px 0 20px 0;
    padding: 0 .5em;
    border-left: 6px solid #545454;
    line-height: 26px;
    font-size: 1.1em;
}

.post-content .balloon {
    clear: both;
    display: block;
    position: relative;
    margin: 50px 0 22px;
    padding: .5em 18px .5em;
    width: auto;
    min-width: 115px;
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    background: #222;
    z-index: 0;
    border-bottom: 0;
}

.post-content .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #222 transparent transparent transparent;
}

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
    margin: 1em 0 30px;
    padding: 1em 1.5em;
    line-height: 2;
    border: 1px solid #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    line-height: 2.0;
    border: 1px dashed #cdcdcd;
    background: #fcfcfc;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.wl_yellow {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.wl_blue {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.wl_green {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button {
    background-color: #535353;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #ffffff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    min-width: 200px;
    margin: 0;
    max-width: 90%;
    padding: .6em 1.3em .5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.q_button:hover, .q_button:focus {
    background-color: #7d7d7d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
    color: #ffffff;
    text-decoration: none;
}

/* Button option */
.rounded {
    border-radius: 6px;
}

.pill {
    border-radius: 50px;
}

.sz_full {
    min-width: 100px;
    max-width: 100%;
    display: block;
    font-size: 110%;
    padding: 1em 1.5em .9em;
}

.sz_l {
    min-width: 350px;
    max-width: 90%;
    font-size: 110%;
    padding: .8em 1.5em .7em;
}

@media screen and (max-width: 768px) {
    .sz_l {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}

.sz_s {
    min-width: 100px;
    max-width: 90%;
    font-size: 85%;
    padding: .4em 1em .3em;
}

.bt_red {
    background: #c01f0e;
    color: #ffffff;
}

.bt_red:hover, .bt_red:focus {
    background-color: #d33929;
    color: #ffffff;
}

.bt_yellow {
    background: #f1c40f;
    color: #ffffff;
}

.bt_yellow:hover, .bt_yellow:focus {
    background-color: #f9d441;
    color: #ffffff;
}

.bt_blue {
    background: #2980b9;
    color: #ffffff;
}

.bt_blue:hover, .bt_blue:focus {
    background-color: #3a91c9;
    color: #ffffff;
}

.bt_green {
    background: #27ae60;
    color: #ffffff;
}

.bt_green:hover, .bt_green:focus {
    background-color: #39c574;
    color: #ffffff;
}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
    position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
}

.ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table {
    line-height: 2.0;
}

@media only screen and (max-width: 480px) {
    .rps_table tr {
        display: block;
        margin-bottom: 1.5em;
    }

    .rps_table th, .rps_table td {
        display: list-item;
        list-style-type: none;
        border: none;
    }
}

/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
    padding: 12px 12px 12px 12px;
    margin: 10px 0;
    border: 1px solid #ddd;
    word-wrap: break-word;
    max-width: 100%;
    background: #fafafa;
}

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

.cardlink_content {
    line-height: 1.6;
}

.cardlink_timestamp {
    display: inline;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #222;
    line-height: 1.6;
    font-size: 12px;
}

.cardlink_title {
    font-size: 14px;
    margin: 0 0 5px;
}

.cardlink_title a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.cardlink_title a:hover {
    text-decoration: underline;
}

.cardlink_excerpt {
    color: #333;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.8;
}

.cardlink_footer {
    clear: both;
}

.clear {
    clear: both;
}

@media screen and (max-width: 768px) {
    .cardlink_thumbnail {
        float: none;
    }

    .cardlink_timestamp {
        line-height: 2.4;
        vertical-align: middle;
    }

    .cardlink_excerpt {
        float: none;
    }
}


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70 {
    font-size: 70%;
}

/* フォントサイズ70% */
.text80 {
    font-size: 80%;
}

.text90 {
    font-size: 90%;
}

.text100 {
    font-size: 100%;
}

.text110 {
    font-size: 110%;
}

.text120 {
    font-size: 120%;
}

.text130 {
    font-size: 130%;
}

.text140 {
    font-size: 140%;
}

.text150 {
    font-size: 150%;
}

.text160 {
    font-size: 160%;
}

.text170 {
    font-size: 170%;
}

.text180 {
    font-size: 180%;
}

.text190 {
    font-size: 190%;
}

.text200 {
    font-size: 200%;
}

.text210 {
    font-size: 210%;
}

.text220 {
    font-size: 220%;
}

/* 太字 */
.b {
    font-weight: 900;
}

/* 下線 */
.u {
    text-decoration: underline;
}

/* 打ち消し線 */
.del {
    text-decoration: line-through;
}

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
    color: red;
}

/* 赤色 */
.blue {
    color: #2ca9e1;
}

/* 青色 */
.green {
    color: #82ae46;
}

/* 緑色 */
.orange {
    color: #ff7d00;
}

/* 橙色 */
.yellow {
    color: #fff000;
}

/* 黄色 */
.pink {
    color: #ff0084;
}

/* ピンク */
.gray {
    color: #999999;
}

/* グレー */
/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow {
    padding: 2px;
    background-color: #ff0;
}

/* 黄色の文字背景 */
.bg-blue {
    padding: 2px;
    background-color: #4ab0f5;
}

/* 青色の文字背景 */
.bg-red {
    padding: 2px;
    background-color: red;
}

/* 赤色の文字背景 */
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1 {
    text-align: center !important;
}

/* 中央寄せ */
.align2 {
    text-align: right !important;
}

/* 右寄せ */
.align3 {
    text-align: left !important;
}

/* 左寄せ */
/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo {
    float: right;
    margin: 10px;
}

/* 右に回り込み */
.l-flo {
    float: left;
    margin: 10px;
}

/* 左に回り込み */
.f-clear {
    clear: both;
}

/* 回り込みの解除 */
/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade {
    background: none !important;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover img.fade {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background: none !important;
}

/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {
    padding-left: 1em;
    text-indent: -1em;
}

/* 注意書き等で二行目以降を字下げ */
.att_box {
    margin: 2em 0 2.5em;
    padding: 1em 1.2em;
    line-height: 2.0;
    border: 1px dotted #cccccc;
    background: #fcfcfc;
    box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* テキストボックス */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
    margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
    margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
    margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
    margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
    margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
    margin: 5px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.m45 {
    margin: 45px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.m50 {
    margin: 50px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.m55 {
    margin: 55px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.m60 {
    margin: 60px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.m65 {
    margin: 65px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.m70 {
    margin: 70px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.m75 {
    margin: 75px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.m80 {
    margin: 80px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.m100 {
    margin: 100px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0 {
    padding: 0 !important;
}

/* padding-0px を指定するクラス */
.pt0 {
    padding-top: 0 !important;
}

/* padding-top0px を指定するクラス */
.pr0 {
    padding-right: 0 !important;
}

/* padding-right0px を指定するクラス */
.pb0 {
    padding-bottom: 0 !important;
}

/* padding-bottom0px を指定するクラス */
.pl0 {
    padding-left: 0 !important;
}

/* padding-left0px を指定するクラス */
.p5 {
    padding: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p25 {
    padding: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl25 {
    padding-left: 25px !important;
}

/* パスワード保護 */
.post-password-form {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 25px 36px;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    margin: 0 auto 30px;
    display: block;
}

.post-password-form p {
    line-height: 1.2;
    margin-bottom: 20px;
}

.post-password-form p:last-child {
    margin-bottom: 0;
}

.post-password-form input[type="password"] {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 40px;
    width: 250px;
    margin-right: 13px;
    box-sizing: border-box;
    padding: 0 10px;
}

.post-password-form input[type="submit"] {
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    min-width: 100px;
    vertical-align: top;
}

.post-password-form input[type="submit"]:hover {
    color: #ffffff;
}

/* pagebuilder v1.3.4 */
.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
}

.slick-next:before {
    content: '';
}

[dir='rtl'] .slick-next:before {
    content: '';
}

.pb-widget-slider .pb_slider .slick-next, .pb-widget-slider .pb_slider .slick-prev {
    top: calc(50% + 30px);
}

/* 追加カスタマイズ */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

footer {
    box-sizing: border-box;
    padding: 7vw 0 7vw;
    font-size: 0.8em;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    background: #eae8d9;
}

.footer_about_sec {
    width: 84%;
    margin: 0 auto;
    position: relative;
}

.footer_about_inner {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
}

.footer-menu {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-left: 4em;
    max-width: 350px;
    margin: 0 0 0 auto;
}

ul.footer-menu-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1em;
}

ul.footer-menu-list:nth-of-type(even) {
    margin-right: 0;
}

ul.footer-menu-list li {
    line-height: 1;
    width: calc(50% - 0.75em);
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

ul.footer-menu-list li:nth-of-type(2n) {
    margin-right: 0;
}

ul.footer-menu-list li a {
    box-sizing: border-box;
    display: block;
    padding-left: 1em;
    position: relative;
}

ul.footer-menu-list li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '・';
    font-weight: 900;
    color: #e5c61e;
}
ul.footer-menu-list li a span{
    display: none;
}

ul.footer-menu-list li.footer-menu-title {
    margin-bottom: 10px;
    font-weight: 900;
    border-bottom: 1px dotted #e5c61e;
    padding-bottom: 6px;
}

.footer_about_inner h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1;
    font-weight: 900;
}

p.footer-address {
    position: relative;
    padding-left: 1.25em;
    margin-bottom: 1em;
}

p.footer-address::before {
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #555555;
}

address.footer_tel {
    font-size: 2em;
    text-align: right;
}

address.footer_tel span {
    margin-right: 0.25em;
    font-size: 0.7em;
    color: #a50808;
}

p.footer-info span {
    margin-right: 0.5em;
    color: #a50808;
}

a.footer_but {
    display: block;
    margin: 0 auto 0 0;
    line-height: 60px;
    background: #e5c61e;
    position: relative;
    max-width: 300px;
    padding: 0 25px;
    text-align: left;
    font-weight: 900;
    border-radius: 50px;
}

a.footer_but::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: 900;
}

a.footer_but.footer-line {
    background: #02a400;
}

a.footer_but.footer-line::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 600;
}

a:hover.footer_but {
    background: #a50808;
}

ul.footer-sns {
    margin: 40px auto 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

ul.footer-sns li {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: relative;
}

ul.footer-sns li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #222222;
    border-radius: 50%;
    position: relative;
}

ul.footer-sns li a span {
    display: none;
}

ul.footer-sns li a.sns-but.facebook-icon {
    background: #1877f2;
}

ul.footer-sns li a.sns-but.instagram-icon {
    background: #CF2E92;
}

ul.footer-sns li a.sns-but.twitter-icon {
    background: #000000;
}

ul.footer-sns li a.sns-but.youtube-icon {
    background: #DA1725;
}

ul.footer-sns li a.sns-but.tiktok-icon {
    background: #25F4EE;
}

ul.footer-sns li a::after {
    content: '';
    color: #ffffff;
    position: absolute;
    line-height: 50px;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 20px;
}

ul.footer-sns li a.sns-but.facebook-icon::after {
    font-family: 'design_plus';
    content: '\e902';
}

ul.footer-sns li a.sns-but.instagram-icon::after {
    font-family: 'design_plus';
    content: '\ea92';
}

ul.footer-sns li a.sns-but.twitter-icon::after {
    font-family: 'tiktok_x_icon';
    content: '\e901';
}

ul.footer-sns li a.sns-but.youtube-icon::after {
    content: "\f167";
    font-family: 'design_plus';
}

ul.footer-sns li a.sns-but.tiktok-icon::after {
    font-family: 'tiktok_x_icon';
    content: '\e900';
    font-weight: 900;
}

ul.footer-sns li a:hover {
    background: #e5c61e !important;
}

/* フロントメイン */
#top-slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.top-slider-content-inner {
    width: 100%;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: 2;
}

.scroll-box {
    position: absolute;
    right: 0;
    bottom: -20px;
    /*全体の高さ*/
    height: 50px;
    width: 60px;
}

.scroll-box span {
    position: absolute;
    left: 0;
    color: #a50808;
    font-size: 10px;
    text-align: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    line-height: 60px;
    bottom: 50px;
}

.scroll-box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #a50808;
    animation: pathmove 1.8s ease-in-out infinite;
    opacity: 0;
    left: 50%;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.top-slider-wrapper::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #e5c61e;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
}

.front-main-box {
    width: 100%;
    color: #222222;
}

.front_second {
    box-sizing: border-box;
    position: relative;
}

.front_second_inner {
    padding: 10vw 0;
    width: 86%;
    position: relative;
    background: url(img/home/6.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 0 20px 20px 0;
    z-index: 1;
}

.front_second_inner-text h3 {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: 1em;
}

.front-third {
    box-sizing: border-box;
    padding: 10vw 0 0;
    counter-reset: number 0;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.third-box {
    box-sizing: border-box;
    width: 84%;
    margin: 0 auto 6vw;
}

.front-third-text {
    width: 45%;
    box-sizing: border-box;
}

.front-third-img {
    width: 55%;
}

.front-third-text-inner {
    margin: 0 auto;
    position: relative;
}

.third-box:nth-of-type(even) .front-third-text {
    margin-left: 55%;
}

.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}

.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 4vw;
}

.third-box:nth-of-type(even) .front-third-text {
    padding-left: 4vw;
}

.third-box:last-of-type {
    margin-bottom: 0;
}

.front-third-text-inner h3 {
    font-size: 1.7em;
    font-weight: 900;
    line-height: 1.6;
    color: #222222;
}

.front-third-text-inner::before {
    counter-increment: number 1;
    content: "POINT "counter(number) " ";
    font-size: 1.5em;
    display: block;
    line-height: 1;
    margin-bottom: 0.5em;
    color: #a50808;
}

.front_topics {
    padding: 10vw 0;
    position: relative;
}

.front_topics-inner {
    width: 100%;
}

.front_topics-inner-title {
    width: 20%;
    box-sizing: border-box;
    padding-right: 4vw;
}

h2.front_topics-title {
    font-size: 2em;
    line-height: 1;
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    .content02-content {
        width: 100%;
        margin: 0 auto 2em;
        font-size: 1em;
    }

    .content02-item-inner {
        padding: 2em;
    }

    .content02-button {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 1em;
    }

    .content02-content:last-of-type {
        margin-bottom: 0;
    }

    .front-third {
        padding: 70px 0 0;
    }

    .third-box {
        width: 100%;
        margin-bottom: 70px;
    }

    .front-third-text {
        width: 100%;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .front-third-text-inner {
        max-width: unset;
    }

    .front-third-img {
        width: 92%;
        margin: 2em 0 0 auto !important;
    }

    .third-box:nth-of-type(even) .front-third-img {
        margin: 2em auto 0 0 !important;
    }

    #content01 {
        padding: 70px 0;
    }

    .content02 {
        padding: 0 0 70px;
    }

    .front_second_inner {
        padding: 70px 0;
    }

    .front_topics {
        padding: 70px 0;
    }
    #content01 .front_intro-inner figure{
        position: static;
        margin-bottom: 15px;
        width: 100%;
    }
    #content01 .front_inner-text {
        width: 100%;
        margin: 0 auto 2em;
    }

    .front_inner-img {
        width: 100%;
    }

    .front_topics-inner-title {
        width: 100%;
        padding: 0 0 2em;
        border-right: none;
        border-bottom: 1px solid #e5c61e;
        margin-bottom: 2em;
    }

    .top-blog {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-blog {
        margin-bottom: -15px;
    }
}

a.sns-but.instagram-icon {
    display: block;
    padding-left: 30px;
    position: relative;
    line-height: 30px;
}

a.sns-but.instagram-icon::before {
    font-family: 'design_plus';
    content: '\ea92';
    color: #CF2E92;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 500;
}

section.footer__contact {
    background-image: url(img/5005051_m.jpg);
    position: relative;
    background-size: cover;
    background-position: left bottom;
    padding: 10vw 0 0;
}

section.footer__contact::before {
    width: 100%;
    height: 3vw;
    content: '';
    position: absolute;
    bottom: 0;
    background-color: #eae8d9;
    z-index: 0;
    left: 0;
}
.footer__contact video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 3vw);
    object-fit: cover;
    z-index: -2;
}
.footer__contact:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 3vw);
    background: rgba(0,0,0,0.7);
    z-index: -1;
    content: "";
}

.footer__contact--inner.inner {
    background-color: #fff;
    box-sizing: border-box;
    padding: 3.5em 4em;
    border-radius: 6px;
}

.footer__contact--inner.inner h2 {
    text-align: center;
    font-weight: 900;
}

.footer__contact--inner.inner h2 span {
    font-size: 3em;
    display: block;
    line-height: 1.4;
}

.flex-inner.footer__contact--but--inner {
    margin: 1em auto;
}

.footer__contact--but--box {
    width: 50%;
    box-sizing: border-box;
}

.footer__contact--but--box:nth-of-type(odd) {
    padding-right: 1em;
}

.footer__contact--but--box:nth-of-type(even) {
    padding-left: 1em;
}

p.footer-info {
    text-align: center;
    font-size: 0.9em;
}

@media only screen and (max-width: 768px) {

    section.footer__contact {
        padding: 70px 0 0;
    }

    section.footer__contact::before {
        height: 50px;
    }

    .footer__contact--but--box {
        width: 100%;
        margin: 0 auto 1em;
        padding: 0 !important;
    }

    address.footer_tel {
        text-align: center;
    }

    a.footer_but {
        margin-left: auto;
    }
}

@media only screen and (max-width: 485px) {
    .footer__contact--inner.inner {
        padding: 3em 1.5em 2em;
    }
}

.front-main-box-inner h2 {
    font-weight: 800;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    font-size: 1.2em;
}

.front-main-box-inner h2 span {
    font-weight: 900;
    font-size: 1.3em;
    background-color: #fff10f;
    padding: 6px;
    color: #222222;
}

.front_inner-text h2 {
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1.6;
}

.front_inner-text h3 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.6;
    margin: 1em auto 0;
    color: #e5c61e;
}

.front_inner-img p {
    margin-bottom: 1.5em;
}

.front_inner-img p:last-of-type {
    margin-bottom: 0;
}

.content02::before {
    width: 100%;
    height: 30%;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.content02-button::after {
    content: 'MORE';
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 0.8em;
    color: #e5c61e;
}

.front_second_inner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.front_second_inner-text.inner {
    color: #ffffff;
}

.front_second::after {
    width: 100%;
    height: 50%;
    position: absolute;
    content: '';
    background-color: #ffffff;
    bottom: 0;
    z-index: 0;
}

.front-third-img img {
    border-radius: 10px;
    aspect-ratio: 1200/675;
    object-fit: cover;
}

/*.front-third-text-inner h3::after {
  width: 50px;
  height: 8px;
  content: '';
  box-sizing: border-box;
  border-bottom: 8px dotted #e5c61e;
  display: block;
  margin: 1em auto 1em 0;
}*/

.front_topics::before {
    width: 100%;
    height: 50%;
    content: '';
    background-color: #ffffff;
    top: 0;
    position: absolute;
}

h2.front_topics-title::after {
    content: 'NEWS';
    font-weight: 600;
    font-size: 0.5em;
    line-height: 1;
    display: block;
    margin-top: 1em;
    letter-spacing: 0.1em;
    color: #a50808;
}

article.front__topics__content {
    line-height: 1.6;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e5c61e;
}

article.front__topics__content:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

p.front__topics__content-meta {
    font-size: 0.6em;
    line-height: 1;
    margin-bottom: 1em;
    color: #a50808;
}

.front-main-box-inner {
    width: calc(25% - 60px);
}

.front-main-box-inner h2 {
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .content02::before {
        height: 70px;
    }

    .front-third-img img {
        border-radius: 10px 0 0 10px;
    }

    .third-box:nth-of-type(even) .front-third-img img {
        border-radius: 0 10px 10px 0;
    }
}

@media only screen and (max-width: 485px) {
    .top-slider-wrapper {
        width: 100%;
        border-radius: 0;
    }

    .top-slider-wrapper::after {
        background: #000;
        opacity: 0.2;
    }

    .front-main-box {
        color: #fff;
        width: 80%;
    }

    .front_second_inner.fade01.fade02 {
        width: 92%;
    }

    .scroll-box span {
        color: #fff;
    }
}

.left_inner {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.right_inner {
    width: calc(50% - 4vw);
    margin-left: 4vw;
    box-sizing: border-box;
    position: relative;
}

.three_line_up-box {
    width: calc(33.333333% - 2vw);
    margin-right: 3vw;
    box-sizing: border-box;
}

.three_line_up-box:nth-of-type(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .left_inner {
        width: 100%;
        margin: 0 !important;
    }

    .right_inner {
        width: 100%;
        margin: 2em 0 0 !important;
    }

    .three_line_up-box {
        width: 100%;
        margin: 0 auto 1em;
    }

    .three_line_up-box:last-of-type {
        margin-bottom: 0;
    }
}

.post-content h2::after {
    width: 50px;
    height: 2px;
    position: absolute;
    content: '';
    background-color: #a50808;
    left: 0;
    bottom: -2px;
}

.menu__price.flex-inner {
    border-top: 1px solid #e5c61e;
    border-left: 1px solid #e5c61e;
    margin: 0 auto 3em;
}

.menu__price--box {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e5c61e;
    border-bottom: 1px solid #e5c61e;
    padding: 2.5em 3em;
    background-color: #fff;
}

.menu__price--box h2 {
    text-align: center;
    font-size: 1.5em;
    border-bottom: 1px solid #e5c61e;
}

.menu__price--box h2::after {
    display: none;
}

.menu__price--box p {
    font-size: 0.9em;
}

.caution__text {
    display: block;
    padding-left: 1.25em;
    position: relative;
    font-size: 0.8em;
}

.caution__text::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    color: #e03030;
}

table.menu__table {
    margin-top: 1.5em;
}

.menu__price__inner {
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2.5em 2em 2em;
}

.menu__price__inner h2 {
    border-bottom: none;
    text-align: center;
    padding: 0;
}

.menu__price__inner h2::after {
    display: none;
}

span.menu__price__inner--text {
    color: #d21a1a;
}

ul.menu__price--list li {
    padding-left: 1.5em;
}

ul.menu__price--list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    color: #3e945f;
}

@media only screen and (max-width: 768px) {
    .menu__price--box {
        width: 100%;
    }
}

@media only screen and (max-width: 485px) {
    .menu__price--box {
        padding: 2em 1.5em;
    }
}

.trial__detail {
    margin: 3em auto 0;
}

.faq-sec {
    margin: 3em auto 0;
}

.faq-sec h2, .faq-sec p {
    padding-left: 45px;
}

.faq-sec h2 {
    font-size: 1.2em;
    margin-bottom: 0.25em;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
}

.faq-sec h2::after {
    display: none;
}

.faq-sec p {
    margin-bottom: 3em;
    padding-bottom: 2em;
    border-bottom: 2px solid #ffffff;
}

.faq-sec p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.faq-sec h2::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e5c61e;
    position: absolute;
    left: 0;
    top: 0;
    content: 'Q';
    text-align: center;
    font-size: 16px;
}

.faq-sec p::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #a50808;
    position: absolute;
    left: 0;
    top: 0;
    content: 'A';
    text-align: center;
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .faq-sec h2, .faq-sec p {
        padding-left: 45px;
    }

    .faq-sec h2::before, .faq-sec p::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}

.greeting_intro-img {
    width: 40%;
    box-sizing: border-box;
}

.greeting_intro-title {
    width: calc(60% - 4em);
    margin-left: 4em;
}

.greeting_intro {}

.greeting_intro-title h2 {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    border: none;
}

.greeting_intro-title h2::after {
    display: none;
}

span.greeting_intro-name {
    display: block;
    font-size: 0.8em;
    color: #e5c61e;
}

.greeting-text {
    margin: 4em auto 0;
}

@media only screen and (max-width: 485px) {
    .greeting_intro-img {
        width: 100%;
    }

    .greeting_intro-title {
        width: 100%;
        margin: 2em auto 0;
    }

    .greeting-text {
        margin-top: 3em;
    }
}

span.ruby {
    font-size: 0.7em;
    margin-left: 1em;
}

table.greeting__table {
    box-sizing: border-box;
    font-size: 0.8em;
    margin: 1em auto 0;
}

.coach__box {
    margin: 3em auto 0;
}

ul.greeting__list {
    margin: 1em auto;
    list-style: none;
}

ul.greeting__list li {
    padding-left: 1.5em;
    font-weight: 900;
}

ul.greeting__list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: 0;
    left: 0;
    color: #e5c61e;
}

.content_inner.inner.info__inner {
    max-width: 800px;
}

.map-sec {
    height: 50vh;
    min-height: 350px;
}

.content_inner.inner.terms__inner {
    font-size: 0.8em;
}

.content_inner.inner.terms__inner h2 {
    border-bottom: none;
    padding: 0;
    margin-top: 0.5em;
    font-size: 1.1em;
    margin-bottom: 0.5em;
    padding-left: 2em;
}

.content_inner.inner.terms__inner h2::after {
    display: none;
}

.content_inner.inner.terms__inner h2::before {
    counter-increment: number 1;
    content: counter(number) ".";
    position: absolute;
    top: 0;
    left: 0;
    color: #e5c61e;
}

.content_inner.inner.terms__inner h2:first-of-type {
    margin-top: 0;
}

p.post-meta {
    line-height: 1;
    margin: 1em auto 0;
    font-size: 0.8em;
    color: #e5c61e;
}

.content_inner.contact-sec {
    max-width: 800px;
}

a.yoyakuru {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 50px auto 60px;
}

a.yoyakuru img {
    display: block;
    width: 100%;
    transition: 0.5s;
    opacity: 1;
}

a:hover.yoyakuru img {
    opacity: 0.6;
}

.contact-sec h2 {
    text-align: center;
}

.contact-sec h2::after {
    left: calc(50% - 25px);
}

.tel-box {
    max-width: 800px;
    margin: 0 auto 3em;
    text-align: center;
}

p.contact-tel-info {
    margin: 0;
}

address.contact-tel {
    font-size: 1.6em;
}

span.contact-tel-title {
    font-size: 0.7em;
    margin-right: 5px;
    color: #e5c61e;
    font-weight: 700;
}

address.contact-tel a {
    font-weight: 700 !important;
}

p.contact-tel-info span {
    margin-right: 10px;
    color: #a50808;
}

p.contact-tel-caution {
    font-size: 0.9em;
    color: #d21a1a;
    margin-top: 10px;
}

a.contact-line-but {
    text-align: left;
    display: block;
    line-height: 60px;
    max-width: 300px;
    margin: 0 auto 1em;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    text-align: center;
}

/*a.contact-line-but::after {
    font-family: 'design_plus';
    content: '\e909';
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 30px;
}*/

a:hover.contact-line-but {
    opacity: 0.7;
    /*background: #206b03;*/
}

.line-box p {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.mail-box {
    margin: 4em auto 0;
    max-width: 800px;
}

address.contact-tel a {
    border-bottom: none;
}

p.contact-tel-option {
    font-size: 0.8em;
}

.line-box {
    margin: 4em auto 0;
}

.map-lists{
    margin-top:50px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}
.map-lists iframe{
    aspect-ratio:4/3;
    object-fit:cover;
}

@media(max-width:600px){
    .map-lists{
        grid-template-columns:1fr;
    }
}

.contact-lists{
    border:3px solid #e5c61e;
    padding: 30px;
    margin-bottom:50px;
}
.contact-lists h2{
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1.6;
}
.contact-lists h2,.contact-lists p,.contact-lists address{
    text-align:center;
}

.contact-lists ul{
    margin:20px auto 0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
    width:100%;
    max-width:620px;
}

@media(max-width:480px){
    .contact-lists ul{
        grid-template-columns:1fr;
        gap:20px;
    }
}

.contact-lists ul li{
    max-width:300px;
    width:100%;
}

.contact-lists .btn{
    width:100%;
    max-width:300px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 10px 0;
}

.contact-lists a.contact-line-but{
    margin: 0 auto;
}

.contact-lists .tel{
    text-align: left;
    display: block;
    line-height: 60px;
    max-width: 300px;
    margin: 0 auto;
    background: blue;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
    font-weight: 700;
    border-radius: 30px;
    border: none;
}

a.tel::after {
    font-family: 'design_plus';
    content: "\f095";
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 30px;
}

.contact-lists .insta{
    text-align: left;
    display: block;
    line-height: 60px;
    max-width: 300px;
    margin: 0 auto;
    background: linear-gradient(45deg,
        #fdf497 0%,
        #fd5949 25%,
        #d6249f 50%,
        #285AEB 100%
        );
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
    font-weight: 700;
    border-radius: 30px;
    border: none;
}

a.insta::after {
    font-family: 'design_plus';
    content: '\ea92';
    font-weight: 500;
    position: absolute;
    right: 25px;
    font-size: 30px;
}

.footer_about_inner .s_logo{
    max-width: 200px;
    margin-bottom: 10px;
}


.c-mv-img{
    height: 65vh;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .c-mv-img{
        height: 45vh;
        overflow: hidden;
        position: relative;
    }
}

.c-mv-img video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; 
    object-fit: cover;
    z-index: 0;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 767px) {
    .c-mv-img video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45vh; 
        object-fit: cover;
        z-index: 0;
    }
}
.banner-text{
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Noto Serif JP", serif;
    color: #fff;
    z-index: 3;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.banner-text h4{
    font-size: 8.5vw;
    margin: 0;
}
.banner-text p{
    font-size: 5.5vw;
    margin: 0;
}
@media only screen and (min-width: 768px){
    .c-mv-img{
        height: 100vh;
    }
    .banner-text h4{
        font-size: 42px;
    }
    .banner-text p{
        font-size: 32px;
    }
}

.c-mv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.work-week {
    display: grid;
    grid-template-columns: 120px repeat(7, 1fr);
    max-width: 460px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}
.intro-week{
    font-size: 14px;
    max-width: 460px;
    margin: 0 auto 15px;
    font-weight: 400;
}

/* Cột bên trái */
.work-week .label {
    text-align: center;
    font-weight: 600;
    padding: 0 8px;
    font-size: 14px;
    line-height: 36px;
}

/* Hàng ngày */
.work-week .day {
    text-align: center;
    padding: 0 0;
    font-weight: 600;
}

.work-week .day.sat {
    color: #2563eb;
}

.work-week .day.sun {
    color: #dc2626;
}

/* Trạng thái */
.work-week .status {
    text-align: center;
    padding: 0 0;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .post-content .s_table {
        overflow: unset;
        white-space: unset;
        margin-bottom: 2em;
    }
}
body .single_share .share-type5 ul {
    margin: 0 -3px -3px 0;
}

.article03 {
    opacity: 1 !important;
    transition: none !important; /* アニメーションを無効にする場合 */
}
.single-post .main .inner {
    padding: 7vw 0;
}
@media (max-width: 767px) {
    .single-post .main .inner {
        width: 90%;
        padding: 50px 0 70px;
    }
}

.icon-file-text:before {
    content: '\e909' !important;
}

a.footer_line_but {
    background: #06C755;
    color: #FFF;
    margin-top: 10px;
}
a.footer_line_but::after {
    font-family: 'design_plus';
    content: '\e909';
}
.contact-sec .line-box {
    margin: 0 auto 4em;
    max-width: 800px;
    text-align: center;
}

.contact-sec a.footer_line_but {
    margin: 0 auto 10px;
    border-bottom: 0;
}

.kp-content {
    margin-bottom: 8rem;
}
section.kp-main-content {
    padding: 7rem 0 7rem;
    position: relative;
}
.flex_lay {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex_lay_box {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-right: 1.5rem;
}
.flex_lay_box:nth-child(even) {
    padding-right: 0;
    padding-left: 1.5rem;
}
.flex_lay.kp_service_01box {
    margin-bottom: 3rem;
}
.kp-content_inner {
    max-width: 1150px;
    width: 86%;
    margin: 0 auto;
}
.flex_lay.kp_service_01box {
    margin-bottom: 3rem;
}
.flex_lay.kp_service_01box img {
    border-radius: 2.5rem;
}
.kp-content.kp_service_02box .flex_lay_box p {
    text-align: center;
    font-size: 1.2em;
}
.kp-content.kp_service_02box .flex_lay_box {
    border: solid 1px #69bc82;
    padding: 1rem;
    background: #fff;
    margin-bottom: 0;
}
.kp-content.kp_service_03box ul li {
    background: #69bc82;
    display: inline-block;
    padding: 0 1.5em;
    border-radius: 10em;
    color: #fff;
    font-size: 1.1em;
    line-height: 2.2;
}
.kp-content.kp_service_03box ul {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

/* よくある質問 */
.faq {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #d4dee0 solid;
    box-sizing: border-box;
}
.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq h2 {
    font-size: 1.35rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-top: 2px;
    position: relative;
    border-bottom: none;
}
p.answer {
    padding-top: 3px;
}
.faq p {
    position: relative;
    margin-bottom: 10px;
}
.faq p:last-child {
    margin-bottom: 0;
}
.faq h2, .faq p {
    padding-left: 55px;
}
.faq h2::before, p.answer::before {
    content: "Q";
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    font-family: "Sorts Mill Goudy", system-ui;
    color: #fff;
    background: #b0d8e1;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    left: 0;
    top: 2px;
}
p.answer::before {
    content: 'A';
    background: #cfc3b3;
    line-height: 41px;
    top: 0;
}
.faq h2::after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .faq h2, .faq p {
        padding-left: 50px;
    }
}
/* よくある質問 END */
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.map_sec{
    height: 400px;
}

/* daihyouaisatu */
.greeting-intro {
    margin-bottom: 5em;
}
.greeting-intro-title {
    width: 45%;
    box-sizing: border-box;
    padding-right: 3em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3em;
}
.greeting-intro-img {
    width: 55%;
    box-sizing: border-box;
    margin-bottom: 3em;
}
.greeting-intro-img img {
    width: 100%;
    display: block;
}
.greeting-intro-title h2::after {
    display: none;
}
.greeting-intro-title h2, .greeting-intro-title h3, .greeting-intro-title p {
    width: 100%;
}
.greeting-intro-title h3 {
    font-size: 0.8em;
    border: none;
    padding: 0;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 0.5em;
    text-align: right;
}
.greeting-content {
    margin-bottom: 5em;
}
.greeting-content:last-of-type {
    margin-bottom: 0;
}
.greeting-second-img {
    width: 50%;
    box-sizing: border-box;
}
.greeting-second-img img {
    display: block;
    width: 100%;
}
.greeting-second-text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 3em;
}
.greeting-content h2 {
    margin-bottom: 2em;
}
.greeting-content h2::after {
    display: none;
}
.greeting-third-text {
    width: 53%;
    margin-left: 47%;
    box-sizing: border-box;
    padding: 3em 3em 3em 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting-third-img {
    width: 100%;
    margin-left: -100%;
}
.greeting-third-text h2, .greeting-third-text p {
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 8px #000000, 0px 0px 30px #000000, 0px 0px 58px #000000;
}
p.greeting-name {
    text-align: right;
}
@media only screen and (max-width: 970px) {
    .greeting-intro-title h2 {
        font-size: 1.1em;
    }
    .greeting-content h2 {
        font-size: 1.1em;
    }
    .greeting-intro, .greeting-content {
        font-size: 0.9em;
        line-height: 2;
    }
}
@media only screen and (max-width: 485px) {
    .greeting-intro-title {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }
    .greeting-intro-img {
        width: 100%;
    }
    .greeting-second-img {
        width: 100%;
        margin-bottom: 3em;
    }
    .greeting-second-text {
        width: 100%;
        padding: 0;
    }
    .greeting-content {
        margin-bottom: 3em;
    }
    .greeting-third-text {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .greeting-third-text h2, .greeting-third-text p {
        text-shadow: none;
        color: #292929;
    }
    .greeting-third-img {
        margin: 2em auto 0;
    }
}
/* daihyouaisatu END */

/* コンタクトフォーム */
.wpcf7 {
  border: none;
  background: none;
  max-width: 800px;
  margin: 0 auto !important;
}
.wpcf7 form {
  margin: 0;
}
table.contact_form th, table.contact_form td {
  font-size: 16px;
  padding: 30px 0;
}
table.contact_form th {
  padding-right: 15px;
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  padding: 20px;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #1d1d1d;
}
.wpcf7 .wpcf7-not-valid {
  background: #1d1d1d;
  border-color: #be0504;
}
span.any {
  background: #e8e8e8;
  font-size: 0.7em;
  padding: 2px 5px;
  margin-left: 10px;
}
span.required {
  background: #e63e3e;
  color: #ffffff;
  font-size: 0.7em;
  padding: 2px 5px;
  margin-left: 10px;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
}
span.wpcf7-list-item {
  display: block;
  margin: 0;
  font-weight: 400;
}
.wpcf7 input.wpcf7-submit {
  width: 400px;
  line-height: 1em;
  height: 70px;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Jaldi', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: none;
  color: #1d1d1d;
  box-sizing: border-box;
  border: 1px solid #1d1d1d !important;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #1d1d1d;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  table.contact_form th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .wpcf7 input.wpcf7-submit {
    width: 80%;
  }
}
@media only screen and (max-width: 485px) {
  table.contact_form th, table.contact_form td {
    display: block;
  }
  table.contact_form th {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
  table.contact_form td {
    padding-top: 5px;
    padding-bottom: 25px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
  .wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 12px;
  }
}
/* END コンタクトフォーム */
.post-content .contact-tel,
.post-content .contact-time,
.post-content .contact-caution{
    text-align: center;
    margin-bottom: 0;
}
.mail-caution {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

/* ======================================================================
   ▼▼▼  2026 リデザイン: カリフォルニア風 温かみ・柔らかいUI  ▼▼▼
   ----------------------------------------------------------------------
   ターゲット : 高齢者 / 主婦層
   テイスト   : 暖色系（オレンジ / ベージュ / アイボリー / ナチュラルウッド）
              角丸を多用、余白たっぷり、柔らかい影、優しいアニメーション
   ====================================================================== */

:root {
    /* 暖色系メインカラー */
    --color-sunset: #f0875a;          /* メイン: サンセットオレンジ */
    --color-sunset-deep: #e16a3a;     /* 濃いオレンジ（アクセント） */
    --color-peach: #ffb796;           /* やわらかピーチ */
    --color-coral: #ff8a6b;           /* コーラル */
    --color-amber: #d99464;           /* アンバー（ボーダー等） */

    /* ベージュ・アイボリー系 */
    --color-ivory: #fdf8f0;           /* ベース: アイボリー */
    --color-cream: #fbeedd;           /* クリーム */
    --color-sand: #f0e0c6;            /* サンドベージュ */
    --color-wood: #c9a580;            /* ナチュラルウッド */
    --color-wood-light: #e6cfb1;      /* ライトウッド */

    /* テキストカラー */
    --color-text: #3d2e22;            /* 濃いブラウン */
    --color-text-soft: #6b5b4d;       /* 柔らかいブラウン */
    --color-text-muted: #9b8b7d;      /* 薄いブラウン */

    /* グリーン（アクセント・自然感） */
    --color-leaf: #8aa86b;             /* やわらかい葉色 */

    /* シャドウ */
    --shadow-soft: 0 10px 30px rgba(196, 142, 96, 0.12);
    --shadow-mid: 0 16px 40px rgba(196, 142, 96, 0.18);
    --shadow-deep: 0 24px 60px rgba(196, 142, 96, 0.22);

    /* ボーダー半径 */
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --radius-xl: 48px;
    --radius-pill: 999px;
}

/* ベース上書き */
body {
    background-color: var(--color-ivory) !important;
    color: var(--color-text) !important;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.95;
}

/* スムーズスクロール */
html { scroll-behavior: smooth; }

/* ----------------------------------------------------------------------
   キーフレーム
---------------------------------------------------------------------- */
@keyframes nk-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-14px) rotate(2deg); }
}
@keyframes nk-float-slow {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-22px) rotate(-3deg); }
}
@keyframes nk-blob {
    0%, 100% { border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%; }
    33%      { border-radius: 45% 55% 40% 60% / 55% 45% 60% 40%; }
    66%      { border-radius: 55% 45% 60% 40% / 40% 60% 50% 55%; }
}
@keyframes nk-fade-up {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes nk-shine {
    0%   { transform: translateX(-120%) skewX(-20deg); }
    100% { transform: translateX(220%)  skewX(-20deg); }
}
@keyframes nk-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(240,135,90,0.35); }
    70%      { box-shadow: 0 0 0 18px rgba(240,135,90,0); }
}
@keyframes nk-gradient {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}

/* fade01 を再定義(自然なふんわり) */
.fade01 {
    opacity: 0;
    transform: translateY(48px);
    transition: opacity 1.2s cubic-bezier(.2,.7,.2,1), transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.fade01.fade02 {
    opacity: 1;
    transform: translateY(0);
}

/* ----------------------------------------------------------------------
   ★ 1. イントロ #content01 ★
---------------------------------------------------------------------- */
#content01 {
    background:
        radial-gradient(circle at 12% 20%, rgba(255,183,150,0.35) 0%, transparent 38%),
        radial-gradient(circle at 88% 78%, rgba(240,224,198,0.6) 0%, transparent 42%),
        linear-gradient(180deg, var(--color-ivory) 0%, #fef3e4 100%) !important;
    padding: 12vw 0 11vw !important;
    overflow: hidden;
    position: relative;
}

/* ふんわり浮かぶ装飾ブロブ */
#content01::before,
#content01::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: linear-gradient(135deg, #ffd0b3, #ffb796);
    opacity: 0.45;
    filter: blur(2px);
    z-index: 0;
    animation: nk-blob 18s ease-in-out infinite, nk-float 9s ease-in-out infinite;
    pointer-events: none;
}
#content01::before { top: -120px; right: -100px; }
#content01::after {
    width: 220px; height: 220px;
    bottom: -80px; left: 6%;
    background: linear-gradient(135deg, #f5e6d3, #e6cfb1);
    animation-delay: -3s, -2s;
}

#content01 .front_intro-inner {
    width: 88% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#content01 .front_intro-inner figure {
    width: 44% !important;
    border-radius: var(--radius-lg) !important;
    overflow: hidden;
    box-shadow: var(--shadow-deep);
    top: 50% !important;
    transform: translateY(-50%);
    transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
}
#content01 .front_intro-inner figure::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius-lg);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    pointer-events: none;
}
#content01 .front_intro-inner figure img {
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
    width: 100%;
    display: block;
}
#content01 .front_intro-inner:hover figure img { transform: scale(1.06); }

#content01 .front_inner-text {
    width: calc(56% - 60px) !important;
    margin-left: auto !important;
    padding-top: 1.5em;
}

.front_inner-text h2 {
    font-size: 2.05em !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    color: var(--color-text) !important;
    letter-spacing: 0.02em;
    position: relative;
    margin-bottom: 0.6em;
}
.front_inner-text h2::before {
    content: '✦';
    color: var(--color-sunset);
    font-size: 0.7em;
    margin-right: 0.5em;
    vertical-align: middle;
    display: inline-block;
    animation: nk-float 4s ease-in-out infinite;
}

.front_inner-text h3 {
    font-size: 1.05em !important;
    font-weight: 700 !important;
    color: var(--color-sunset-deep) !important;
    background: linear-gradient(transparent 62%, rgba(255,183,150,0.45) 62%);
    display: inline;
    padding: 0 4px;
    line-height: 2.1 !important;
}

.front_inner-img {
    width: calc(56% - 60px) !important;
    margin-left: auto !important;
    margin-top: 2em;
}
.front_inner-img p {
    margin-bottom: 1.4em;
    color: var(--color-text-soft);
    font-weight: 500;
    line-height: 2.05;
}

/* ----------------------------------------------------------------------
   ★ 2. 3カードセクション .content02 ★
---------------------------------------------------------------------- */
.content02 {
    background:
        radial-gradient(ellipse at 90% 10%, rgba(255,183,150,0.18) 0%, transparent 50%),
        linear-gradient(180deg, #fef3e4 0%, var(--color-ivory) 60%) !important;
    padding: 9vw 0 11vw !important;
    position: relative;
}
.content02::before { display: none !important; }

/* セクション見出しを疑似要素で追加 */
.content02::after {
    content: '当店について';
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.56em;
    letter-spacing: 0.6em;
    color: var(--color-sunset);
    font-weight: 700;
    z-index: 1;
    background: none;
    width: auto; height: auto;
}

.content02-inner.flex-inner {
    width: 88% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding-top: 5em;
    gap: 1.8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content02-content {
    width: calc(33.333% - 1.2vw) !important;
    margin-right: 0 !important;
    background: #ffffff !important;
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s cubic-bezier(.2,.7,.2,1), box-shadow 0.6s ease;
    border: 1px solid rgba(217, 148, 100, 0.12);
}
.content02-content::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset), var(--color-wood-light));
    z-index: 2;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.content02-content:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-deep);
}

.content02-content .content02-item img {
    aspect-ratio: 380/240;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
    width: 100%;
    display: block;
}
.content02-content:hover .content02-item img { transform: scale(1.08); }

.content02-item {
	height: 100%;
    position: relative;
}
.content02-item img {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
}

/* カード上にバッジ */
.content02-content:nth-of-type(1) .content02-item::before { content: '01 訪問'; }
.content02-content:nth-of-type(2) .content02-item::before { content: '02 自費'; }
.content02-content:nth-of-type(3) .content02-item::before { content: '03 経験'; }
.content02-item::before {
    position: absolute;
    top: 18px; left: 18px;
    background: rgba(255,255,255,0.92);
    color: var(--color-sunset-deep);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.15em;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 14px rgba(196,142,96,0.18);
    z-index: 2;
}

.content02-item-inner {
    padding: 2.4em 2.2em calc(2em + 70px) !important;
    box-sizing: border-box;
}

.content02-item-inner h3 {
    font-size: 1.35em !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    color: var(--color-text) !important;
    margin-bottom: 0.9em !important;
    letter-spacing: 0.03em;
}

.content02-text {
    font-size: 0.95em;
    color: var(--color-text-soft);
    line-height: 1.95;
    font-weight: 500;
}

.content02-button {
    bottom: 1.6em !important;
    left: 2.2em !important;
    right: 2.2em !important;
    width: auto !important;
    line-height: 1 !important;
    padding: 18px 24px !important;
    border: none !important;
    border-radius: var(--radius-pill) !important;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%) !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 0.85em !important;
    text-align: center;
    letter-spacing: 0.08em;
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
    box-shadow: 0 8px 20px rgba(240,135,90,0.32);
    position: absolute;
    overflow: hidden;
}
.content02-button::before {
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    display: none !important;
}
.content02-button::after {
    content: '→' !important;
    position: absolute !important;
    right: 22px !important;
    top: 50% !important;
    transform: translateY(-50%);
    font-size: 1.2em !important;
    color: #fff !important;
    font-weight: 700;
    transition: transform 0.4s ease;
}
.content02-content:hover .content02-button {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(240,135,90,0.45);
    filter: brightness(1.05);
}
.content02-content:hover .content02-button::after { transform: translate(6px, -50%); }

/* ----------------------------------------------------------------------
   ★ 3. 哲学セクション .front_second ★
---------------------------------------------------------------------- */
.front_second {
    padding: 4vw 0 0 !important;
    background: var(--color-ivory) !important;
}
.front_second::after {
    background-color: var(--color-ivory) !important;
}

.front_second_inner {
    border-radius: 0 var(--radius-xl) var(--radius-xl) 0 !important;
    overflow: hidden;
    padding: 10vw 0 !important;
    width: 92% !important;
    max-width: 1380px !important;
    box-shadow: var(--shadow-mid);
    position: relative;
}
.front_second_inner::before {
    background: linear-gradient(135deg,
        rgba(225,106,58,0.55) 0%,
        rgba(240,135,90,0.45) 40%,
        rgba(201,165,128,0.55) 100%) !important;
    opacity: 1 !important;
}

/* 装飾の波模様 */
.front_second_inner::after {
    content: '';
    position: absolute;
    bottom: -50px; right: -50px;
    width: 280px; height: 280px;
    background: rgba(253,248,240,0.18);
    border-radius: 50%;
    animation: nk-blob 16s ease-in-out infinite;
    z-index: 1;
}

.front_second_inner-text.inner {
    color: #fff !important;
    position: relative;
    z-index: 2;
    max-width: 880px;
    width: 84%;
    margin: 0 auto;
}
.front_second_inner-text h3 {
    font-size: 1.85em !important;
    font-weight: 800 !important;
    line-height: 1.75 !important;
    margin-bottom: 1.2em !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.front_second_inner-text h3::before {
    content: '“';
    display: block;
    font-size: 3em;
    line-height: 0.3;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.2em;
    font-family: Georgia, serif;
}
.front_second_inner-text p {
    color: rgba(255,255,255,0.97);
    line-height: 2.1;
    font-weight: 500;
    margin-bottom: 1.2em;
    text-shadow: 0 1px 6px rgba(0,0,0,0.18);
}

/* ----------------------------------------------------------------------
   ★ 4. ポイントセクション .front-third ★
---------------------------------------------------------------------- */
.front-third {
    background:
        radial-gradient(circle at 0% 20%, rgba(255,183,150,0.22) 0%, transparent 35%),
        radial-gradient(circle at 100% 70%, rgba(240,224,198,0.45) 0%, transparent 40%),
        var(--color-ivory) !important;
    padding: 11vw 0 0 !important;
    position: relative;
    overflow: hidden;
}

/* セクション上見出し */
/*.front-third::before {
    content: 'WHY US';
    position: absolute;
    top: 6vw; left: 50%;
    transform: translateX(-50%);
    font-size: 1.56em;
    letter-spacing: 0.6em;
    color: var(--color-sunset);
    font-weight: 700;
}*/

.third-box {
    width: 88% !important;
    max-width: 1240px !important;
    margin: 0 auto 8vw !important;
    padding: 5vw 4vw !important;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-soft);
    position: relative;
    border: 1px solid rgba(217,148,100,0.12);
    transition: transform 0.7s cubic-bezier(.2,.7,.2,1), box-shadow 0.7s ease;
}
.third-box:last-child{
    margin-bottom: 0 !important;
}
.third-box:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-deep);
}

.third-box .front-third-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
}
.front-third-text { width: 42% !important; padding: 0 !important; }
.front-third-img  { width: calc(58% - 4vw) !important; }
.third-box:nth-of-type(even) .front-third-text { margin-left: 0 !important; order: 2; }
.third-box:nth-of-type(even) .front-third-img  { margin-left: 0 !important; order: 1; }

.front-third-img img {
    border-radius: var(--radius-md) !important;
    aspect-ratio: 1200/780 !important;
    object-fit: cover;
    width: 100%;
    display: block;
    box-shadow: var(--shadow-mid);
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}
.third-box:hover .front-third-img img { transform: scale(1.04); }

.front-third-text-inner {
    position: relative;
    padding-left: 0;
}
.front-third-text-inner::before {
    content: "POINT " counter(number) !important;
    counter-increment: number 1;
    display: inline-block !important;
    font-size: 0.78em !important;
    letter-spacing: 0.32em !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--color-sunset) 0%, var(--color-coral) 100%);
    padding: 8px 22px;
    border-radius: var(--radius-pill);
    margin-bottom: 1.5em !important;
    font-weight: 800;
    box-shadow: 0 6px 16px rgba(240,135,90,0.32);
    line-height: 1.4 !important;
}
.front-third-text-inner h3 {
    font-size: 1.7em !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    color: var(--color-text) !important;
    margin-bottom: 0.8em;
    letter-spacing: 0.02em;
}
.front-third-text p {
    color: var(--color-text-soft);
    margin-bottom: 1.2em;
    line-height: 2.05;
    font-weight: 500;
}

/* 大きな数字バッジ（装飾） */
.third-box::before {
    counter-increment: bignum 1;
    content: counter(bignum);
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 9em;
    font-weight: 900;
    line-height: 1;
    color: rgba(240,135,90,0.08);
    z-index: 0;
    pointer-events: none;
    font-family: 'Rubik', sans-serif;
}
.front-third { counter-reset: number 0 bignum 0; }

/* ----------------------------------------------------------------------
   ★ 5. トピックス .front_topics ★
---------------------------------------------------------------------- */
.front_topics {
    background: linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 100%) !important;
    padding: 10vw 0 !important;
    position: relative;
}
.front_topics::before { display: none !important; }

/* TOPICSを縦積みにしてブログカードを横1列にできるように */
.front_topics .inner.flex-inner {
    width: 88% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    gap: 3em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.front_topics-inner {
    width: 100% !important;
    background: #fff;
    border-radius: var(--radius-md);
    padding: 2.6em 2.4em;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(217,148,100,0.12);
}

h2.front_topics-title {
    font-size: 1.8em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    border-left: 5px solid var(--color-sunset);
    padding-left: 18px;
    line-height: 1.3 !important;
    margin-bottom: 1.4em;
}
h2.front_topics-title::after {
    color: var(--color-sunset-deep) !important;
    letter-spacing: 0.3em !important;
    margin-top: 0.6em !important;
    font-size: 0.8em !important;
    font-weight: 800 !important;
}

/* ▼ ブログ記事を画像上・テキスト下のカード、PCは横1列(自動列数) ▼ */
.top-blog {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 1.4em;
    margin-bottom: 1.6em !important;
    width: 100% !important;
    padding: 0 !important;
}

article.front__topics__content {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(196,142,96,0.10);
    border: 1px solid rgba(217,148,100,0.10) !important;
    transition: transform 0.5s cubic-bezier(.2,.7,.2,1), box-shadow 0.5s ease;
    min-width: 0; /* gridでの縮小許可 */
}
article.front__topics__content:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(196,142,96,0.20);
}

.front__topics__content--inner {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

/* アイキャッチ／ダミー画像エリア */
.front__topics__content--thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(135deg, var(--color-cream) 0%, var(--color-sand) 60%, var(--color-wood-light) 100%);
}
/* ダミー時の装飾アイコン（画像が無い時もそれっぽく見せる） */
.front__topics__content--thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(255,255,255,0.6) 0%, transparent 35%),
        radial-gradient(circle at 80% 75%, rgba(240,135,90,0.18) 0%, transparent 45%);
    z-index: 0;
}
.front__topics__content--thumb::after {
    content: '✦';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2em;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 4px 12px rgba(217,148,100,0.25);
    z-index: 1;
    animation: nk-float 5s ease-in-out infinite;
}

.front__topics__content--img,
.front__topics__content--thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2; /* 画像がある時はダミー装飾を覆う */
    transition: transform 1.1s cubic-bezier(.2,.7,.2,1);
}
article.front__topics__content:hover .front__topics__content--img,
article.front__topics__content:hover .front__topics__content--thumb img {
    transform: scale(1.08);
}

.front__topics__content--box {
    padding: 1.2em 1.3em 1.4em;
}

p.front__topics__content-meta {
    color: var(--color-sunset-deep) !important;
    font-size: 0.7em !important;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 0.6em !important;
    line-height: 1.4 !important;
}
.front__topics__content-category {
    background: var(--color-cream);
    color: var(--color-sunset-deep);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    margin-left: 10px;
    font-size: 0.95em;
}
.front__topics__content-title {
    color: var(--color-text) !important;
    font-weight: 700;
    line-height: 1.55 !important;
    font-size: 0.95em;
    transition: color 0.3s ease;
}
article.front__topics__content:hover .front__topics__content-title {
    color: var(--color-sunset-deep) !important;
}

@media only screen and (max-width: 768px) {
    .top-blog {
        grid-auto-flow: row;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-columns: auto;
        gap: 1em;
    }
    .front__topics__content--box { padding: 1em 1em 1.2em; }
    .front__topics__content-title { font-size: 0.9em; }
}
@media only screen and (max-width: 485px) {
    .top-blog { grid-template-columns: 1fr !important; }
}

/* TOPページのarticle02ニュース */
.top-news.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1.5em;
}
.top-news .article02 {
    width: 100%;
    display: flex;
    gap: 1em;
    align-items: flex-start;
    padding-bottom: 1.2em;
    border-bottom: 1px dashed var(--color-wood-light);
}
.top-news .article02:last-child { border-bottom: none; }
.top-news .article02-thumbnail {
    width: 28%;
    border-radius: var(--radius-sm);
    overflow: hidden;
    flex-shrink: 0;
}
.top-news .article02-thumbnail img {
    width: 100%; height: auto; display: block;
    transition: transform 1s ease;
}
.top-news .article02:hover .article02-thumbnail img { transform: scale(1.08); }
.top-news .article02-content { flex: 1; }
.top-news .article02-date {
    color: var(--color-sunset-deep);
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.08em;
}
.top-news .article02-title {
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.6;
    margin-top: 0.4em;
}
.top-news .article02-text {
    font-size: 0.82em;
    color: var(--color-text-soft);
    line-height: 1.7;
    margin-top: 0.4em;
}

/* MOREボタン */
.front_topics-inner p.button a {
    display: inline-block;
    padding: 14px 40px 14px 28px;
    background: #fff;
    color: var(--color-sunset-deep);
    border: 2px solid var(--color-sunset);
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 0.82em;
    letter-spacing: 0.12em;
    position: relative;
    transition: all 0.4s ease;
    margin-top: 1em;
    text-decoration: none;
}
.front_topics-inner p.button a::after {
    content: '→';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
}
.front_topics-inner p.button a:hover {
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(240,135,90,0.35);
    transform: translateY(-2px);
}
.front_topics-inner p.button a:hover::after { transform: translate(6px, -50%); }

/* ----------------------------------------------------------------------
   ★ レスポンシブ ★
---------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
    #content01 .front_intro-inner figure {
        position: static !important;
        width: 100% !important;
        transform: none;
        margin-bottom: 2em;
    }
    #content01 .front_inner-text,
    .front_inner-img {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .front-third-text,
    .front-third-img {
        width: 100% !important;
    }
    .front_topics-inner {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    #content01 { padding: 22vw 0 18vw !important; }
    #content01::before, #content01::after {
        width: 180px; height: 180px;
    }
    .front_inner-text h2 { font-size: 1.55em !important; }

    .content02 { padding: 16vw 0 18vw !important; }
    .content02::after { top: 9vw; font-size: 0.7em; letter-spacing: 0.4em; }
    .content02-inner.flex-inner {
        gap: 4vw;
        padding-top: 6em;
    }
    .content02-content {
        width: 100% !important;
        max-width: 460px;
        margin: 0 auto !important;
    }
    .content02-item-inner { padding: 2em 1.8em 0 !important; }

    .front_second_inner {
        border-radius: 0 var(--radius-lg) var(--radius-lg) 0 !important;
        padding: 22vw 0 !important;
        width: 96% !important;
    }
    .front_second_inner-text h3 { font-size: 1.35em !important; }

    .front-third { padding: 22vw 0 12vw !important; }
    .front-third::before { top: 12vw; font-size: 0.7em; letter-spacing: 0.4em; }
    .third-box {
        width: 92% !important;
        padding: 8vw 6vw !important;
        margin-bottom: 14vw !important;
    }
    .third-box::before {
        top: -25px; right: 20px;
        font-size: 6em;
    }
    .front-third-text-inner h3 { font-size: 1.4em !important; }
    .third-box .front-third-inner { gap: 6vw; }
    .third-box:nth-of-type(even) .front-third-text,
    .third-box:nth-of-type(even) .front-third-img {
        order: initial;
    }

    .front_topics { padding: 18vw 0 !important; }
    .front_topics .inner.flex-inner { gap: 6vw; }
    .front_topics-inner { padding: 2.2em 1.8em; }
    h2.front_topics-title { font-size: 1.4em !important; }
    .top-news .article02 { flex-direction: column; }
    .top-news .article02-thumbnail { width: 100%; }
}

@media only screen and (max-width: 485px) {
    .front_inner-text h2 { font-size: 1.35em !important; }
    .front_second_inner { width: 100% !important; border-radius: 0 !important; }
    .third-box { padding: 10vw 5vw !important; }
}

/* ======================================================================
   ★ FOOTER & お問い合わせセクション  ★
   ====================================================================== */

/* ---------- CONTACTセクション ---------- */
section.footer__contact {
    padding: 12vw 0 0 !important;
    position: relative;
    background-color: transparent !important;
}
section.footer__contact::before {
    background-color: var(--color-ivory) !important;
    height: 4vw !important;
}
.footer__contact video,
.footer__contact .footer-bg-video {
    height: calc(100% - 4vw) !important;
    filter: saturate(0.85) brightness(0.95);
}
.footer__contact::after {
    background:
        linear-gradient(135deg, rgba(225,106,58,0.62) 0%, rgba(240,135,90,0.45) 50%, rgba(201,165,128,0.62) 100%) !important;
    height: calc(100% - 4vw) !important;
}

/* お問い合わせカード */
.footer__contact--inner.inner {
    background: rgba(255,255,255,0.96) !important;
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg) !important;
    padding: 4em 4em 3em !important;
    box-shadow: var(--shadow-deep);
    width: 88%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgba(255,255,255,0.7);
}

/* カード上に装飾ブロブ */
.footer__contact--inner.inner::before {
    content: '';
    position: absolute;
    top: -60px; right: -50px;
    width: 160px; height: 160px;
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset));
    border-radius: 50%;
    opacity: 0.85;
    animation: nk-blob 14s ease-in-out infinite, nk-float-slow 8s ease-in-out infinite;
    z-index: -1;
}
.footer__contact--inner.inner::after {
    content: '';
    position: absolute;
    bottom: -50px; left: -40px;
    width: 110px; height: 110px;
    background: linear-gradient(135deg, var(--color-wood-light), var(--color-sand));
    border-radius: 50%;
    opacity: 0.8;
    animation: nk-blob 12s ease-in-out infinite reverse, nk-float 7s ease-in-out infinite -2s;
    z-index: -1;
}

.footer__contact--inner.inner h2 {
    font-weight: 800 !important;
    color: var(--color-text) !important;
    margin-bottom: 1.4em;
    position: relative;
    line-height: 1.4 !important;
}
.footer__contact--inner.inner h2 span {
    color: var(--color-sunset) !important;
    font-size: 1em !important;
    letter-spacing: 0.4em;
    font-weight: 800;
    display: block;
    margin-bottom: 0.4em;
    font-family: 'Rubik', sans-serif;
}
.footer__contact--inner.inner h2 {
    font-size: 1.45em;
}
.footer__contact--inner.inner h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset));
    border-radius: 2px;
    margin: 1em auto 0;
}

/* TEL + ボタンエリア */
.flex-inner.footer__contact--but--inner {
    margin: 1.5em auto !important;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

address.footer_tel {
    font-size: 2.4em !important;
    text-align: center !important;
    line-height: 1.2;
    color: var(--color-sunset-deep);
    font-weight: 800;
    letter-spacing: 0.02em;
}
address.footer_tel span {
    color: var(--color-sunset) !important;
    font-size: 0.45em !important;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 0.2em !important;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}
address.footer_tel a {
    color: var(--color-text) !important;
    transition: color 0.3s ease;
}
address.footer_tel a:hover { color: var(--color-sunset-deep) !important; }

/* メール・LINEボタン */
.footer__contact--but--box a.footer_but {
    display: block;
    margin: 0 auto 0.8em;
    max-width: 320px;
    line-height: 1 !important;
    padding: 22px 60px 22px 28px;
    border-radius: var(--radius-pill) !important;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%) !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-align: left;
    letter-spacing: 0.08em;
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
    box-shadow: 0 10px 24px rgba(240,135,90,0.32);
    position: relative;
    overflow: hidden;
}
.footer__contact--but--box a.footer_but::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}
.footer__contact--but--box a.footer_but:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(240,135,90,0.45);
    filter: brightness(1.05);
}
.footer__contact--but--box a.footer_but:hover::before { left: 120%; }
.footer__contact--but--box a.footer_but::after {
    right: 22px !important;
    color: #fff !important;
    font-weight: 700;
}

/* LINE ボタン */
.footer__contact--but--box a.footer_but.footer_line_but {
    background: linear-gradient(135deg, #50d479 0%, #06c755 100%) !important;
    box-shadow: 0 10px 24px rgba(6,199,85,0.32);
}
.footer__contact--but--box a.footer_but.footer_line_but:hover {
    box-shadow: 0 16px 30px rgba(6,199,85,0.45);
}

/* ---------- 営業日テーブル ---------- */
.work-week {
    margin: 2.5em auto 1.5em !important;
    max-width: 720px;
    border-radius: var(--radius-md) !important;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(196,142,96,0.14);
    border: 1px solid rgba(217,148,100,0.15) !important;
}
.work-week .label {
    background: linear-gradient(135deg, var(--color-cream), var(--color-sand)) !important;
    color: var(--color-text) !important;
    font-weight: 800;
    border: none !important;
    padding: 14px 8px !important;
}
.work-week .day {
    background: #fff !important;
    color: var(--color-text) !important;
    font-weight: 800 !important;
    border: none !important;
    padding: 14px 0 !important;
    border-left: 1px solid rgba(217,148,100,0.12) !important;
    border-bottom: 1px solid rgba(217,148,100,0.12) !important;
}
.work-week .day.sat { color: #4a90d9 !important; background: #f3f9ff !important; }
.work-week .day.sun { color: var(--color-sunset-deep) !important; background: #fff5ed !important; }
.work-week .status {
    background: #fffbf6 !important;
    color: var(--color-sunset-deep) !important;
    font-weight: 800 !important;
    border: none !important;
    border-left: 1px solid rgba(217,148,100,0.12) !important;
    border-bottom: 1px solid rgba(217,148,100,0.12) !important;
    padding: 18px 0 !important;
    font-size: 1.3em !important;
}

p.footer-info {
    color: var(--color-text-soft);
    margin-top: 1em !important;
    font-weight: 600;
}
p.footer-info span {
    color: var(--color-sunset-deep) !important;
    margin-right: 0.6em !important;
    padding: 3px 12px;
    background: var(--color-cream);
    border-radius: var(--radius-pill);
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ---------- footer 本体 ---------- */
footer {
    background:
        radial-gradient(circle at 90% 10%, rgba(255,183,150,0.22) 0%, transparent 40%),
        linear-gradient(180deg, #f3e8d6 0%, #eee0c8 100%) !important;
    padding: 9vw 0 7vw !important;
    color: var(--color-text);
    position: relative;
    overflow: hidden;
}
footer::before {
    content: '';
    position: absolute;
    top: -100px; left: -80px;
    width: 280px; height: 280px;
    background: rgba(255,183,150,0.25);
    border-radius: 50%;
    animation: nk-blob 18s ease-in-out infinite;
    pointer-events: none;
}

.footer_about_sec {
    width: 88% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.footer_about_sec .flex-inner {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4vw;
}

.footer_about_inner {
    width: calc(50% - 2vw) !important;
    padding-bottom: 0 !important;
}
.footer_about_inner .s_logo {
    max-width: 240px !important;
    height: auto;
    margin-bottom: 1.5em !important;
    display: block;
}

/* Instagram ボタンを丸ピル風に */
a.sns-but.instagram-icon {
    display: inline-flex !important;
    align-items: center;
    padding: 10px 22px 10px 46px !important;
    background: #fff;
    border-radius: var(--radius-pill);
    box-shadow: 0 4px 14px rgba(196,142,96,0.14);
    color: var(--color-text) !important;
    font-weight: 700;
    transition: transform 0.4s ease, box-shadow 0.4s ease, color 0.3s ease;
    line-height: 1.4 !important;
}
a.sns-but.instagram-icon::before {
    left: 18px !important;
    top: 50% !important;
    transform: translateY(-50%);
    font-size: 18px !important;
    color: #CF2E92 !important;
}
a.sns-but.instagram-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(207,46,146,0.25);
    color: #CF2E92 !important;
}

.footer-menu {
    width: calc(50% - 2vw) !important;
    max-width: 480px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
ul.footer-menu-list {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-md);
    padding: 1.6em 2em;
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 6px 18px rgba(196,142,96,0.1);
    margin-bottom: 0 !important;
}
ul.footer-menu-list li {
    margin-bottom: 0 !important;
    padding: 0.5em 0;
    border-bottom: 1px dashed rgba(217,148,100,0.22);
}
ul.footer-menu-list li:last-child { border-bottom: none; }
ul.footer-menu-list li:nth-last-child(-n+2) {
    border-bottom: none;
}
ul.footer-menu-list li a {
    padding-left: 1.4em !important;
    font-weight: 700;
    color: var(--color-text) !important;
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1.6 !important;
}
ul.footer-menu-list li a::before {
    content: '✦' !important;
    color: var(--color-sunset) !important;
    font-size: 0.7em;
    font-weight: 700;
    top: 50% !important;
    transform: translateY(-50%);
    transition: transform 0.4s ease;
}
ul.footer-menu-list li a:hover {
    color: var(--color-sunset-deep) !important;
    transform: translateX(4px);
}
ul.footer-menu-list li a:hover::before {
    transform: translateY(-50%) rotate(180deg);
}

p.copyright {
    width: 100%;
    text-align: center;
    margin-top: 4em;
    color: var(--color-text-muted);
    font-size: 0.9em;
    letter-spacing: 0.15em;
    font-weight: 600;
    padding-top: 2em;
    border-top: 1px dashed rgba(217,148,100,0.3);
}

/* PageTopボタン */
.pagetop {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
}
.pagetop a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset)) !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: block;
    font-size: 0 !important;
    box-shadow: 0 10px 24px rgba(240,135,90,0.35);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}
.pagetop a::before {
    content: '↑' !important;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease;
}
.pagetop a:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(240,135,90,0.5);
}
.pagetop a:hover::before { transform: translate(-50%, -65%); }

@media only screen and (max-width: 768px) {
    section.footer__contact { padding: 18vw 0 0 !important; }
    .footer__contact--inner.inner {
        width: 92%;
        padding: 3em 1.8em 2.2em !important;
        border-radius: var(--radius-md) !important;
    }
    .footer__contact--inner.inner::before,
    .footer__contact--inner.inner::after { display: none; }
    address.footer_tel { font-size: 1.7em !important; }
    .footer__contact--but--box a.footer_but { max-width: 100%; }
    .work-week .status { font-size: 1.1em !important; padding: 14px 0 !important; }

    footer { padding: 14vw 0 10vw !important; }
    .footer_about_inner,
    .footer-menu {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .footer_about_inner { text-align: center; }
    .footer_about_inner .s_logo { margin: 0 auto 1.5em !important; }
    .pagetop {
        right: 14px; bottom: 14px;
    }
    .pagetop a { width: 50px; height: 50px; line-height: 50px; }
}

/* ======================================================================
   ★ ファーストビュー (top-slider 子テーマ専用 nk-fv)  ★
   ---------------------------------------------------------------------- */

/* 既存 TCD slider が万一表示された場合の予防 */
.nk-fv ~ .top-slider,
.nk-fv ~ #top-slider-content { display: none !important; }

.nk-fv {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 720px;
    overflow: hidden;
    isolation: isolate;
    background: var(--color-ivory);
}
@media (max-width: 768px) {
    .nk-fv { min-height: 320px;height: auto; padding-bottom: 60px; }
}

/* 背景画像レイヤー */
.nk-fv__bg {
    position: absolute; inset: 0;
    z-index: 0;
    overflow: hidden;
}
.nk-fv__bg-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 30%;
    transform: scale(1.05);
    animation: nk-fv-zoom 18s ease-in-out infinite alternate;
}
@keyframes nk-fv-zoom {
    from { transform: scale(1.05) translate(0,0); }
    to   { transform: scale(1.12) translate(-1%, -1%); }
}

/* 暖色グラデオーバーレイ */
.nk-fv__overlay {
    position: absolute; inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(253,248,240,0.78) 0%, rgba(255,225,195,0.55) 40%, rgba(240,135,90,0.4) 100%),
        linear-gradient(180deg, rgba(253,248,240,0.0) 50%, rgba(253,248,240,0.92) 98%);
}

/* 装飾ブロブ */
.nk-fv__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    opacity: 0.7;
    z-index: 2;
    pointer-events: none;
    will-change: transform;
}
.nk-fv__blob--1 {
    width: 420px; height: 420px;
    top: -120px; right: -120px;
    background: linear-gradient(135deg, #ffd1b0, #f0875a);
    animation: nk-blob 16s ease-in-out infinite, nk-float-slow 10s ease-in-out infinite;
}
.nk-fv__blob--2 {
    width: 280px; height: 280px;
    bottom: 10%; left: -100px;
    background: linear-gradient(135deg, #f5e6d3, #d99464);
    opacity: 0.55;
    animation: nk-blob 20s ease-in-out infinite reverse, nk-float 12s ease-in-out infinite -3s;
}
.nk-fv__blob--3 {
    width: 200px; height: 200px;
    top: 30%; right: 22%;
    background: radial-gradient(circle at 30% 30%, #fff3e0, transparent 70%);
    opacity: 0.85;
    filter: blur(6px);
    animation: nk-float 8s ease-in-out infinite -1s;
}

/* 装飾の葉っぱ・粒子 */
.nk-fv__dot {
    position: absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--color-sunset);
    z-index: 3;
    opacity: 0.6;
    animation: nk-float 6s ease-in-out infinite;
}
.nk-fv__dot--a { top: 18%; left: 12%; background: var(--color-peach); animation-delay: 0s; }
.nk-fv__dot--b { top: 32%; left: 8%;  width: 6px; height: 6px; background: var(--color-sunset-deep); animation-delay: -2s; }
.nk-fv__dot--c { bottom: 28%; right: 14%; width: 14px; height: 14px; background: var(--color-wood); opacity: 0.4; animation-delay: -1s; }
.nk-fv__dot--d { top: 60%; left: 48%; width: 5px; height: 5px; background: var(--color-leaf); animation-delay: -3s; }

/* メインコンテンツ */
.nk-fv__inner {
    position: relative;
    z-index: 10;
    width: 88%;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

/* 上部タグ */
.nk-fv__tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 2em;
    opacity: 0;
    animation: nk-fv-rise 0.9s cubic-bezier(.2,.7,.2,1) 0.2s forwards;
}
.nk-fv__tag {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    color: var(--color-sunset-deep);
    padding: 8px 18px;
    border-radius: var(--radius-pill);
    font-size: 0.78em;
    font-weight: 800;
    letter-spacing: 0.12em;
    border: 1px solid rgba(240,135,90,0.18);
    box-shadow: 0 4px 14px rgba(196,142,96,0.12);
}
.nk-fv__tag-dot {
    display: inline-block;
    width: 6px; height: 6px;
    background: var(--color-sunset);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    animation: nk-pulse 2s infinite;
}

/* キャッチコピー — 丸ゴシックでやわらかく */
.nk-fv__catch {
    font-size: clamp(2.4em, 6.2vw, 5.4em);
    font-weight: 900;
    line-height: 1.35;
    color: var(--color-text);
    letter-spacing: 0.04em;
    margin-bottom: 0.6em;
    font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
.nk-fv__catch-line {
    display: block;
    overflow: hidden;
    line-height: 1.45;
}
.nk-fv__catch-line span {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
    animation: nk-fv-reveal 1.1s cubic-bezier(.2,.7,.2,1) forwards;
}
.nk-fv__catch-line:nth-child(1) span { animation-delay: 0.35s; }
.nk-fv__catch-line:nth-child(2) span { animation-delay: 0.55s; }

/* マーカー風強調 */
.nk-fv__catch-em {
    background: linear-gradient(transparent 60%, rgba(255,183,150,0.65) 60%);
    padding: 0 6px;
    color: var(--color-sunset-deep);
}

/* サブコピー */
.nk-fv__sub {
    font-size: clamp(0.95em, 1.4vw, 1.15em);
    color: var(--color-text-soft);
    line-height: 2;
    font-weight: 600;
    max-width: 560px;
    margin-bottom: 2.2em;
    opacity: 0;
    animation: nk-fv-rise 1s cubic-bezier(.2,.7,.2,1) 1.1s forwards;
}

/* CTA */
.nk-fv__cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: nk-fv-rise 1s cubic-bezier(.2,.7,.2,1) 1.3s forwards;
}
.nk-fv__btn {
    display: inline-flex;
    align-items: center;
    padding: 18px 60px 18px 30px;
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 0.92em;
    letter-spacing: 0.08em;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
    overflow: hidden;
}
.nk-fv__btn::before {
    content: '';
    position: absolute;
    top: 0; left: -120%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.45), transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}
.nk-fv__btn::after {
    content: '→';
    position: absolute;
    right: 24px;
    top: 50%; transform: translateY(-50%);
    font-size: 1.2em;
    transition: transform 0.4s ease;
}
.nk-fv__btn:hover { transform: translateY(-3px); filter: brightness(1.06); }
.nk-fv__btn:hover::before { left: 120%; }
.nk-fv__btn:hover::after { transform: translate(6px, -50%); }

.nk-fv__btn--primary {
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%);
    color: #fff;
    box-shadow: 0 12px 28px rgba(240,135,90,0.35);
}
.nk-fv__btn--primary:hover { box-shadow: 0 18px 36px rgba(240,135,90,0.5); }

.nk-fv__btn--ghost {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(8px);
    color: var(--color-text);
    border: 1.5px solid rgba(217,148,100,0.4);
    box-shadow: 0 8px 20px rgba(196,142,96,0.14);
}
.nk-fv__btn--ghost:hover {
    background: #fff;
    border-color: var(--color-sunset);
    color: var(--color-sunset-deep);
}

/* TEL小表示 */
.nk-fv__tel {
    margin-top: 1.6em;
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    animation: nk-fv-rise 1s cubic-bezier(.2,.7,.2,1) 1.5s forwards;
}
.nk-fv__tel-label {
    font-size: 0.7em;
    color: var(--color-text-soft);
    letter-spacing: 0.18em;
    font-weight: 700;
    padding: 6px 14px;
    background: rgba(255,255,255,0.8);
    border-radius: var(--radius-pill);
    border: 1px solid rgba(217,148,100,0.25);
}
.nk-fv__tel-number {
    font-size: 1.5em;
    font-weight: 800;
    color: var(--color-sunset-deep);
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: 'Rubik', sans-serif;
}
.nk-fv__tel-number:hover { color: var(--color-sunset); }

/* スクロールインジケータ */
.nk-fv__scroll {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    opacity: 0;
    animation: nk-fv-rise 1s cubic-bezier(.2,.7,.2,1) 1.8s forwards;
}
.nk-fv__scroll-text {
    font-size: 0.65em;
    color: var(--color-text-soft);
    letter-spacing: 0.4em;
    font-weight: 700;
    margin-bottom: 8px;
}
.nk-fv__scroll-line {
    width: 1.5px;
    height: 60px;
    background: rgba(217,148,100,0.3);
    overflow: hidden;
    position: relative;
}
.nk-fv__scroll-line::after {
    content: '';
    position: absolute;
    top: -60px; left: 0;
    width: 100%; height: 60px;
    background: linear-gradient(180deg, transparent, var(--color-sunset));
    animation: nk-fv-scroll 2.2s ease-in-out infinite;
}
@keyframes nk-fv-scroll {
    0%   { transform: translateY(0); }
    100% { transform: translateY(120px); }
}

/* 右下の縦書きキャッチ装飾 */
.nk-fv__side {
    position: absolute;
    right: 30px;
    bottom: 110px;
    writing-mode: vertical-rl;
    font-size: 0.7em;
    letter-spacing: 0.3em;
    color: var(--color-text-soft);
    font-weight: 700;
    z-index: 10;
    opacity: 0;
    animation: nk-fv-rise 1s cubic-bezier(.2,.7,.2,1) 2s forwards;
}
.nk-fv__side strong {
    color: var(--color-sunset-deep);
    font-weight: 900;
}

/* 下端の曲線（次セクションとの繋ぎ） */
.nk-fv__wave {
    position: absolute;
    left: 0; bottom: -1px;
    width: 100%;
    height: 80px;
    z-index: 5;
    pointer-events: none;
}
.nk-fv__wave svg {
    width: 100%; height: 100%;
    display: block;
}
/* PC: 2山の波を表示 / スマホ用は隠す */
.nk-fv__wave-pc { display: block; }
.nk-fv__wave-sp { display: none; }

/* キーフレーム */
@keyframes nk-fv-reveal {
    to { transform: translateY(0); opacity: 1; }
}
@keyframes nk-fv-rise {
    from { transform: translateY(28px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

@media (max-width: 768px) {
    /* キャッチを少し下に下げる */
    .nk-fv__inner { padding-top: 100px; padding-bottom: 0; }
    .nk-fv__catch { font-size: clamp(2em, 9vw, 3em); }
    .nk-fv__sub { font-size: 0.9em; }
    .nk-fv__btn { padding: 16px 52px 16px 22px; font-size: 0.85em; }
    .nk-fv__side { display: none; }

    /* 右上の橙ブロブを「カットされない小さな丸」に */
    .nk-fv__blob--1 {
        width: 90px; height: 90px;
        top: 90px; right: 18px;
        filter: blur(2px);
    }
    .nk-fv__blob--2 { width: 160px; height: 160px; }
    .nk-fv__blob--3 { width: 120px; height: 120px; }

    .nk-fv__scroll { bottom: 20px; left: calc(50% - 29px); }
    .nk-fv__scroll-line { height: 40px; }

    /* 波: スマホは1本のなだらかカーブに切り替え + 高さを少し上げて緩やかさUP */
    .nk-fv__wave { height: 60px; }
    .nk-fv__wave-pc { display: none; }
    .nk-fv__wave-sp { display: block; }
}

/* ======================================================================
   ▲▲▲  リデザイン ここまで  ▲▲▲
   ====================================================================== */

#infinitescroll{
    margin-block: 7em;
}

/* ======================================================================
   ▼▼▼  2026 リデザイン: お問い合わせページ（トップとトンマナ統一）  ▼▼▼
   ----------------------------------------------------------------------
   暖色カリフォルニア風 / 角丸・柔らかい影・たっぷり余白
   既存の :root カラー変数（--color-sunset 等）を流用
   ====================================================================== */

/* ---------- セクション全体（やわらか暖色グラデ背景） ---------- */
.content_full.contact-sec {
    background:
        radial-gradient(circle at 8% 12%, rgba(255,183,150,0.22) 0%, transparent 40%),
        radial-gradient(circle at 92% 88%, rgba(240,224,198,0.50) 0%, transparent 42%),
        linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 100%);
}

/* ---------- 中身ラッパーは透明なコンテナ（カードを縦に並べる） ---------- */
.contact-sec .content_inner {
    max-width: 820px;
    margin: 0 auto;
}

/* ---------- 共通：白カード ---------- */
.contact-sec .contact-tel-box,
.contact-sec .mail-box {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-deep);
    padding: clamp(2.2em, 5vw, 3.2em) clamp(1.4em, 4vw, 2.8em);
}
.contact-sec .mail-box { margin-top: 2em; }

/* 電話カードに装飾ブロブ（トップのお問い合わせカードと統一） */
.contact-sec .contact-tel-box::before {
    content: '';
    position: absolute;
    top: -70px; right: -60px;
    width: 160px; height: 160px;
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset));
    border-radius: 50%;
    opacity: 0.5;
    animation: nk-blob 14s ease-in-out infinite, nk-float-slow 8s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}
.contact-sec .contact-tel-box > * { position: relative; z-index: 1; }

/* カード上の小ラベル */
.contact-sec .contact-label {
    display: block;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 0.78em;
    font-weight: 800;
    letter-spacing: 0.3em;
    color: var(--color-sunset);
    margin-bottom: 0.4em;
}

/* ---------- 見出し h2（電話 / メールフォーム） ---------- */
.post-content .contact-sec h2,
.contact-sec h2 {
    text-align: center;
    font-size: 1.5em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.45 !important;
    padding-bottom: 0 !important;
    margin: 0 auto 1.2em !important;
}
/* 既存の左下ゴールド下線を打ち消し、中央のグラデーション下線に差し替え */
.post-content .contact-sec h2::after,
.contact-sec h2::after {
    width: 60px !important;
    height: 4px !important;
    position: static !important;
    display: block !important;
    content: '' !important;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset)) !important;
    border-radius: 2px !important;
    margin: 0.7em auto 0 !important;
    left: auto !important;
    bottom: auto !important;
}

/* ---------- 電話番号（最重要CTA：クリーム地のパネルで強調） ---------- */
.post-content address.contact-tel,
.contact-sec address.contact-tel {
    text-align: center !important;
    max-width: 560px;
    margin: 0 auto 1.1em !important;
    padding: 1.1em 1em 1.2em;
    background: linear-gradient(135deg, var(--color-ivory) 0%, var(--color-cream) 100%);
    border: 1px solid rgba(217,148,100,0.20);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    font-size: 2.3em !important;
    line-height: 1.15;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.02em;
    color: var(--color-sunset-deep) !important;
}
.contact-sec address.contact-tel span {
    display: block;
    font-size: 0.26em !important;
    letter-spacing: 0.28em;
    font-weight: 800;
    color: var(--color-sunset) !important;
    margin: 0 0 0.3em !important;
    font-family: 'Rubik', sans-serif;
}

/* ---------- 営業時間（ピル型バッジ） ---------- */
.post-content .contact-sec .contact-time,
.contact-sec p.contact-time {
    text-align: center !important;
    max-width: 620px;
    margin: 0 auto 1.4em !important;
    padding: 0.7em 1.4em;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.18);
    border-radius: var(--radius-pill);
    box-shadow: 0 6px 16px rgba(196,142,96,0.10);
    color: var(--color-text-soft);
    font-size: 0.95em;
    line-height: 1.6;
}
.contact-sec p.contact-time span {
    display: inline-block;
    margin-right: 0.7em;
    padding: 0.15em 0.9em;
    background: linear-gradient(135deg, var(--color-cream), var(--color-sand));
    color: var(--color-text) !important;
    border-radius: var(--radius-pill);
    font-weight: 800;
    font-size: 0.85em;
    letter-spacing: 0.04em;
}

/* ---------- 注意書き（やわらかノート） ---------- */
.post-content .contact-sec .contact-caution,
.contact-sec p.contact-caution {
    text-align: center !important;
    max-width: 660px;
    margin: 0 auto !important;
    color: var(--color-text-soft);
    font-size: 0.86em;
    line-height: 1.9;
}

/* フォーム本体の枠を解除 */
.contact-sec .wpcf7 {
    max-width: 680px;
    margin: 1.5em auto 0 !important;
    background: none;
    border: none;
}
/* 入力欄：角丸・やわらかボーダー */
.contact-sec .wpcf7 input,
.contact-sec .wpcf7 textarea,
.contact-sec .wpcf7 select {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px !important;
    background: var(--color-ivory) !important;
    border: 1.5px solid rgba(217,148,100,0.30) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--color-text) !important;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.contact-sec .wpcf7 input:focus,
.contact-sec .wpcf7 textarea:focus,
.contact-sec .wpcf7 select:focus {
    outline: none;
    background: #fff !important;
    border-color: var(--color-sunset) !important;
    box-shadow: 0 0 0 4px rgba(240,135,90,0.15) !important;
}
/* 項目ラベル行 */
.contact-sec table.contact_form th {
    color: var(--color-text) !important;
    font-weight: 800 !important;
    vertical-align: top;
}
/* 必須・任意バッジ */
.contact-sec span.required {
    background: linear-gradient(135deg, var(--color-coral), var(--color-sunset-deep)) !important;
    border-radius: var(--radius-pill);
    font-weight: 700;
}
.contact-sec span.any {
    background: var(--color-sand) !important;
    color: var(--color-text-soft) !important;
    border-radius: var(--radius-pill);
}

/* 送信ボタン：グラデーションのピル（トップのボタンと統一） */
.contact-sec .wpcf7 input.wpcf7-submit {
    display: block;
    width: 100% !important;
    max-width: 360px;
    height: auto !important;
    margin: 1.2em auto 0;
    padding: 20px 36px !important;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-pill) !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 24px rgba(240,135,90,0.32);
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}
.contact-sec .wpcf7 input.wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(240,135,90,0.45);
    filter: brightness(1.05);
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%) !important;
    color: #fff !important;
}

/* ---------- 入力間違いの注意（暖色ノートボックス） ---------- */
.contact-sec .mail-caution {
    max-width: 100%;
    margin: 2em auto 0 !important;
    padding: 1.6em 1.8em;
    background: linear-gradient(135deg, var(--color-ivory) 0%, var(--color-cream) 100%);
    border: 1px solid rgba(217,148,100,0.22);
    border-left: 5px solid var(--color-sunset);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}
.post-content .contact-sec .mail-caution h3,
.contact-sec .mail-caution h3 {
    border: none !important;
    padding: 0 0 0 1.6em !important;
    margin: 0 0 0.6em !important;
    color: var(--color-sunset-deep) !important;
    font-size: 1.1em !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    position: relative;
}
.contact-sec .mail-caution h3::before {
    content: '!';
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    text-align: center;
    background: linear-gradient(135deg, var(--color-coral), var(--color-sunset-deep));
    color: #fff;
    border-radius: 50%;
    font-size: 0.85em;
    font-weight: 900;
}
.contact-sec .mail-caution p {
    margin: 0;
    color: var(--color-text-soft);
    font-size: 0.86em;
    line-height: 1.9;
}

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px) {
    .contact-sec .contact-tel-box,
    .contact-sec .mail-box { border-radius: var(--radius-md); }
    .contact-sec .contact-tel-box::before { display: none; }
    .post-content address.contact-tel,
    .contact-sec address.contact-tel { font-size: 1.9em !important; }
}
@media only screen and (max-width: 485px) {
    .post-content address.contact-tel,
    .contact-sec address.contact-tel { font-size: 1.55em !important; }
    .contact-sec p.contact-time span { display: block; margin: 0 auto 0.5em; }
}

/* ======================================================================
   ▲▲▲  お問い合わせページ リデザイン ここまで  ▲▲▲
   ====================================================================== */


/* ======================================================================
   ▼▼▼  2026 リデザイン: よくある質問（FAQ）ページ（トップとトンマナ統一）  ▼▼▼
   ----------------------------------------------------------------------
   暖色カリフォルニア風 / 各Q&Aを白カード化・Q/Aバッジをサンセット系に
   ====================================================================== */

/* ---------- セクション全体（やわらか暖色グラデ背景） ---------- */
.content_full.faq_sec {
    background:
        radial-gradient(circle at 6% 10%, rgba(255,183,150,0.20) 0%, transparent 40%),
        radial-gradient(circle at 94% 90%, rgba(240,224,198,0.45) 0%, transparent 42%),
        linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 100%);
}

/* 内側ラッパー幅 */
.faq_sec .content_inner {
    max-width: 920px;
}

/* ---------- 各Q&Aを白いカードに ---------- */
.faq_sec .faq {
    margin-bottom: 1.6em !important;
    padding: clamp(1.6em, 4vw, 2.4em) clamp(1.4em, 4vw, 2.6em) !important;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.12) !important;
    border-radius: var(--radius-md);
    box-shadow: 0 6px 20px rgba(196,142,96,0.10);
    transition: transform 0.45s cubic-bezier(.2,.7,.2,1), box-shadow 0.45s ease;
}
.faq_sec .faq:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: clamp(1.6em, 4vw, 2.4em) !important;
}
.faq_sec .faq:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(196,142,96,0.20);
}

/* ---------- 質問（Q） ---------- */
.faq_sec .faq h2 {
    font-size: 1.2em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.6 !important;
    text-align: left !important;
    margin: 0 0 0.7em !important;
    padding: 2px 0 0 56px !important;
    border: none !important;
    position: relative;
}

/* ---------- 回答（A） ---------- */
.faq_sec .faq p,
.faq_sec .faq p.answer {
    position: relative;
    padding: 0.15em 0 0 56px !important;
    margin: 0 !important;
    color: var(--color-text-soft) !important;
    font-size: 0.92em;
    line-height: 1.95;
}

/* ---------- Q / A バッジ（サンセット系グラデ円） ---------- */
.faq_sec .faq h2::before,
.faq_sec .faq p.answer::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Rubik', "Sorts Mill Goudy", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--color-sunset) 0%, var(--color-sunset-deep) 100%);
    box-shadow: 0 6px 14px rgba(240,135,90,0.30);
}
.faq_sec .faq p.answer::before {
    content: 'A';
    background: linear-gradient(135deg, var(--color-wood-light) 0%, var(--color-amber) 100%);
    box-shadow: 0 6px 14px rgba(196,142,96,0.25);
}
/* 既存の h2::after 打ち消しはそのまま（content:none） */

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px) {
    .faq_sec .faq h2 { font-size: 1.08em !important; padding-left: 50px !important; }
    .faq_sec .faq p,
    .faq_sec .faq p.answer { padding-left: 50px !important; }
    .faq_sec .faq h2::before,
    .faq_sec .faq p.answer::before {
        width: 34px; height: 34px; line-height: 34px; font-size: 16px;
    }
}

/* ======================================================================
   ▲▲▲  FAQページ リデザイン ここまで  ▲▲▲
   ====================================================================== */


/* ======================================================================
   ▼▼▼  2026 リデザイン: 料金・サービスページ（構造刷新＋トンマナ統一）  ▼▼▼
   ----------------------------------------------------------------------
   専用クラス nk-svc-* で新規構築（旧 .kp_service 緑系とは独立）
   ====================================================================== */

/* ---------- セクション全体 ---------- */
.kp-main-content.service {
    background:
        radial-gradient(circle at 5% 8%, rgba(255,183,150,0.18) 0%, transparent 38%),
        radial-gradient(circle at 95% 92%, rgba(240,224,198,0.42) 0%, transparent 42%),
        linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 100%);
}
.service .kp-content_inner { max-width: 1080px; }

/* 各ブロック間の余白 */
.nk-svc-block { margin-bottom: 5.5rem; }
.nk-svc-block:last-child { margin-bottom: 0; }

/* ---------- 共通：小ラベル & 見出し ---------- */
.nk-svc-label {
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 0.78em;
    font-weight: 800;
    letter-spacing: 0.3em;
    color: var(--color-sunset);
    margin-bottom: 0.6em;
}
.nk-svc-heading,
.nk-svc-intro__text h2 {
    font-size: 1.5em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.5 !important;
    border: none !important;
    padding: 0 !important;
}
.nk-svc-heading {
    text-align: center;
    margin: 0 auto 1.6em !important;
}
.nk-svc-heading::after {
    content: '';
    display: block;
    width: 60px; height: 4px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset));
    border-radius: 2px;
    margin: 0.7em auto 0;
}

/* ---------- 01 イントロ（画像＋テキスト） ---------- */
.nk-svc-intro {
    display: flex;
    align-items: center;
    gap: clamp(1.6em, 4vw, 3em);
    margin-bottom: 2.6rem;
}
.nk-svc-intro__img { flex: 1 1 0; min-width: 0; }
.nk-svc-intro__img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-mid);
}
.nk-svc-intro__text { flex: 1 1 0; min-width: 0; }
.nk-svc-intro__text h2 { margin: 0 0 0.7em !important; }
.nk-svc-intro__text h2::after {
    content: '';
    display: block;
    width: 50px; height: 4px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset));
    border-radius: 2px;
    margin: 0.6em 0 0;
}
.nk-svc-intro__text p {
    color: var(--color-text-soft);
    font-size: 0.92em;
    line-height: 1.95;
    margin: 0;
}

/* ---------- 料金テーブル ---------- */
.nk-svc-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(217,148,100,0.14);
    -webkit-overflow-scrolling: touch;
}
table.nk-svc-table {
    width: 100% !important;
    border-collapse: collapse;
    background: #fff;
    margin: 0 !important;
    min-width: 460px;
    overflow: hidden;
}
@media (max-width: 767px) {
	table.nk-svc-table {
		min-width: 0;
	}
	.nk-svc-table-wrap .s_table {
		margin-bottom: 0;
	}
}
table.nk-svc-table th,
table.nk-svc-table td {
    border: none !important;
    border-bottom: 1px solid rgba(217,148,100,0.14) !important;
    padding: 1.05em 1.4em !important;
    line-height: 1.5;
    background: none;
    vertical-align: middle;
    text-align: left;
}
/* ヘッダー行 */
table.nk-svc-table thead th {
    background: linear-gradient(135deg, var(--color-sunset) 0%, var(--color-sunset-deep) 100%) !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-align: left !important;
    border-bottom: none !important;
    letter-spacing: 0.03em;
}
table.nk-svc-table thead th span {
    display: inline-block;
    font-size: 0.78em;
    font-weight: 600;
    opacity: 0.92;
}
/* 行ラベル（左列） */
table.nk-svc-table tbody th {
    width: 42%;
    background: linear-gradient(135deg, var(--color-ivory), var(--color-cream)) !important;
    color: var(--color-text) !important;
    font-weight: 800 !important;
    border-right: 1px solid rgba(217,148,100,0.14) !important;
}
@media only screen and (max-width: 485px) {
	table.nk-svc-table tbody th {
		display: block;
		width: 100%;
	}
}
/* 料金セル */
table.nk-svc-table tbody td {
    color: var(--color-sunset-deep);
    font-weight: 800;
    font-size: 1.05em;
}
table.nk-svc-table tbody td span {
    display: block;
    color: var(--color-text-muted);
    font-weight: 600;
    font-size: 0.72em;
    margin-top: 0.2em;
}
table.nk-svc-table tbody tr:last-child th,
table.nk-svc-table tbody tr:last-child td { border-bottom: none !important; }
/* 自費治療の強調行 */
table.nk-svc-table tr.nk-svc-table__jihi th {
    background: linear-gradient(135deg, var(--color-cream), var(--color-sand)) !important;
}
table.nk-svc-table tr.nk-svc-table__jihi td {
    color: var(--color-text);
    font-size: 0.95em;
}

/* ---------- 注釈リスト ---------- */
ul.nk-svc-note {
    list-style: none;
    margin: 1.8rem 0 0 !important;
    padding: 1.4em 1.6em !important;
    background: rgba(255,255,255,0.7);
    border: 1px dashed rgba(217,148,100,0.35);
    border-radius: var(--radius-md);
}
ul.nk-svc-note li {
    position: relative;
    padding-left: 1.5em;
    margin: 0 0 0.5em;
    color: var(--color-text-soft);
    font-size: 0.82em;
    line-height: 1.85;
    list-style: none;
}
ul.nk-svc-note li:last-child { margin-bottom: 0; }
ul.nk-svc-note li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: var(--color-sunset);
    font-weight: 700;
}

/* ---------- 02 ご用意いただくもの ---------- */
.nk-svc-prepare {
    display: flex;
    gap: clamp(1.2em, 3vw, 2em);
    flex-wrap: wrap;
}
.nk-svc-prepare__item {
    flex: 1 1 240px;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 6px 20px rgba(196,142,96,0.10);
    padding: 2em 1.6em 1.8em;
    text-align: center;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.nk-svc-prepare__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(196,142,96,0.20);
}
.nk-svc-prepare__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px; height: 48px;
    margin-bottom: 0.7em;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset));
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 1.1em;
    box-shadow: 0 8px 18px rgba(240,135,90,0.30);
}
.nk-svc-prepare__name {
    font-size: 1.25em !important;
    font-weight: 800;
    color: var(--color-text) !important;
    margin: 0 !important;
    line-height: 1.5;
}
.nk-svc-prepare__sub {
    font-size: 0.78em !important;
    color: var(--color-text-muted) !important;
    margin: 0.5em 0 0 !important;
    line-height: 1.7;
}

/* ---------- 03 こんなお悩み（チェックリスト） ---------- */
ul.nk-svc-worries {
    list-style: none;
    margin: 0 0 1.8rem !important;
    padding: 0 !important;
    display: grid;
    gap: 0.9em;
}
ul.nk-svc-worries li {
    list-style: none;
    position: relative;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(196,142,96,0.08);
    padding: 1em 1.3em 1em 3.4em;
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.95em;
    line-height: 1.7;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
ul.nk-svc-worries li:hover {
    transform: translateX(4px);
    box-shadow: 0 10px 24px rgba(196,142,96,0.16);
}
ul.nk-svc-worries li::before {
    content: '✓';
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 26px; height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-sunset), var(--color-sunset-deep));
    color: #fff;
    font-size: 0.85em;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(240,135,90,0.30);
}
.nk-svc-worries__tag {
    display: inline-block;
    margin-right: 0.6em;
    padding: 0.1em 0.8em;
    background: linear-gradient(135deg, var(--color-cream), var(--color-sand));
    color: var(--color-sunset-deep);
    border-radius: var(--radius-pill);
    font-size: 0.8em;
    font-weight: 800;
    letter-spacing: 0.04em;
    vertical-align: 0.1em;
}

/* ---------- 締めのメッセージ ---------- */
.nk-svc-closing {
    text-align: center !important;
    margin: 0 !important;
    padding: 1.8em 2em;
    background: linear-gradient(135deg, var(--color-ivory) 0%, var(--color-cream) 100%);
    border: 1px solid rgba(217,148,100,0.20);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    color: var(--color-text-soft);
    font-size: 0.95em;
    line-height: 1.95;
}

/* ---------- 大セクション見出し（訪問 / 自費） ---------- */
.nk-svc-secthead {
    text-align: center;
    margin-bottom: 2.6em;
}
.nk-svc-secthead__en {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 0.8em;
    font-weight: 800;
    letter-spacing: 0.35em;
    color: var(--color-sunset);
    margin-bottom: 0.5em;
}
.nk-svc-secthead h2 {
    display: inline-block;
    font-size: 1.7em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.4 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.nk-svc-secthead h2 span {
    font-size: 0.6em;
    color: var(--color-text-muted);
    font-weight: 700;
}
.nk-svc-secthead h2::after {
    content: '' !important;
    display: block !important;
    position: static !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset)) !important;
    border-radius: 2px !important;
    margin: 0.6em auto 0 !important;
}

/* ---------- こんな症状の方におすすめ（チェック2列） ---------- */
ul.nk-svc-check {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8em;
}
ul.nk-svc-check li {
    list-style: none;
    position: relative;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(196,142,96,0.08);
    padding: 0.9em 1.1em 0.9em 3em;
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.6;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
ul.nk-svc-check li:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(196,142,96,0.16);
}
ul.nk-svc-check li::before {
    content: '✓';
    position: absolute;
    left: 0.85em;
    top: 50%;
    transform: translateY(-50%);
    width: 24px; height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-sunset), var(--color-sunset-deep));
    color: #fff;
    font-size: 0.8em;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(240,135,90,0.30);
}

/* ---------- 施術目標（番号付きカード） ---------- */
ol.nk-svc-goals {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 1em;
}
ol.nk-svc-goals li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 1em;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(196,142,96,0.08);
    padding: 1.2em 1.4em;
}
.nk-svc-goals__num {
    flex: 0 0 auto;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-peach), var(--color-sunset));
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 1.05em;
    box-shadow: 0 6px 14px rgba(240,135,90,0.30);
}
ol.nk-svc-goals li p {
    margin: 0;
    padding-top: 0.35em;
    color: var(--color-text-soft);
    font-size: 0.9em;
    line-height: 1.85;
}

/* ---------- 訪問診療までの手順（縦フロー） ---------- */
ol.nk-svc-flow {
    list-style: none;
    max-width: 640px;
    margin: 0 auto !important;
    padding: 0 !important;
}
ol.nk-svc-flow li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.1em;
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-md);
    box-shadow: 0 6px 18px rgba(196,142,96,0.10);
    padding: 1.1em 1.4em;
    margin-bottom: 2.3em;
}
ol.nk-svc-flow li:last-child { margin-bottom: 0; }
/* 下向き矢印 */
ol.nk-svc-flow li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.65em;
    transform: translateX(-50%);
    width: 0; height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 13px solid var(--color-peach);
}
.nk-svc-flow__num {
    flex: 0 0 auto;
    width: 42px; height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-sunset), var(--color-sunset-deep));
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(240,135,90,0.30);
}
.nk-svc-flow__body p {
    margin: 0;
    color: var(--color-text);
    font-weight: 700;
    font-size: 0.95em;
    line-height: 1.6;
}
.nk-svc-flow__body small {
    display: block;
    color: var(--color-text-muted);
    font-weight: 500;
    font-size: 0.8em;
    margin-top: 0.2em;
    line-height: 1.6;
}
p.nk-svc-flow__note {
    max-width: 640px;
    margin: 1.6em auto 0 !important;
    text-align: center;
    font-size: 0.82em;
    color: var(--color-text-soft);
    line-height: 1.85;
}

/* ---------- 店舗自費メニュー（料金リスト） ---------- */
.nk-svc-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.2em, 3vw, 2em);
}
.nk-svc-menu__group {
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 1.8em 1.8em 2em;
}
.nk-svc-menu__cat {
    display: block;
    text-align: center;
    max-width: 240px;
    font-size: 1em !important;
    font-weight: 800 !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--color-sunset), var(--color-sunset-deep));
    border: none !important;
    border-radius: var(--radius-pill);
    padding: 0.45em 1em !important;
    margin: 0 auto 1.3em !important;
    letter-spacing: 0.04em;
}
.nk-svc-menu__group ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}
.nk-svc-menu__group li {
    list-style: none;
    display: flex;
    align-items: baseline;
    padding: 0.7em 0;
}
.nk-svc-menu__name {
    font-weight: 800;
    color: var(--color-text);
    font-size: 1.02em;
    white-space: nowrap;
}
.nk-svc-menu__dot {
    flex: 1;
    border-bottom: 2px dotted rgba(217,148,100,0.55);
    margin: 0 0.5em;
    transform: translateY(-0.3em);
}
.nk-svc-menu__price {
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
    color: var(--color-sunset-deep);
    white-space: nowrap;
    line-height: 1;
}
.nk-svc-menu__price small {
    font-size: 0.5em;
    font-weight: 700;
    margin-left: 0.15em;
    color: var(--color-text-soft);
}
p.nk-svc-menu__tax {
    text-align: center;
    font-size: 0.82em;
    color: var(--color-text-muted);
    margin: 1.4em 0 0 !important;
}

/* ---------- 訪問対応エリア ボタン ---------- */
.nk-svc-area {
    text-align: center;
    margin-top: 1.8em;
}
a.nk-svc-area-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55em;
    padding: 16px 34px;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-sunset) 100%);
    color: #fff !important;
    font-weight: 800;
    font-size: 0.95em;
    letter-spacing: 0.06em;
    line-height: 1;
    border-radius: var(--radius-pill);
    box-shadow: 0 10px 24px rgba(240,135,90,0.32);
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}
/* テーマのリンク装飾（下線枠）を内側テキストからも除去 */
a.nk-svc-area-btn span,
a.nk-svc-area-btn span:hover {
    border: none !important;
    border-bottom: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    line-height: 1;
    text-decoration: none !important;
}
a.nk-svc-area-btn svg {
    width: 1.15em;
    height: 1.15em;
    fill: #fff;
    flex: 0 0 auto;
    display: block;
}
a.nk-svc-area-btn::after {
    content: '→';
    margin-left: 0.15em;
    transition: transform 0.4s ease;
}
a.nk-svc-area-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(240,135,90,0.45);
    filter: brightness(1.05);
    color: #fff !important;
}
a.nk-svc-area-btn:hover::after { transform: translateX(5px); }

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px) {
    .nk-svc-block { margin-bottom: 4rem; }
    .nk-svc-intro { flex-direction: column; gap: 1.6em; }
    .nk-svc-intro__img { width: 100%; }
    .nk-svc-heading,
    .nk-svc-intro__text h2 { font-size: 1.3em !important; }
    .nk-svc-secthead h2 { font-size: 1.4em !important; }
    .nk-svc-intro__text h2::after { margin-left: auto; margin-right: auto; }
    .nk-svc-intro__text { text-align: center; }
    .nk-svc-prepare { flex-direction: column; }
}
@media only screen and (max-width: 600px) {
    ul.nk-svc-check { grid-template-columns: 1fr; }
    .nk-svc-menu { grid-template-columns: 1fr; }
}

/* ---------- タイトル下の装飾ライン（ボーダー）を全て非表示 ---------- */
.nk-svc-secthead h2::after,
.nk-svc-secthead h2::before,
.nk-svc-heading::after,
.nk-svc-heading::before,
.nk-svc-intro__text h2::after,
.nk-svc-intro__text h2::before {
    display: none !important;
    border: none !important;
    content: none !important;
}

/* ======================================================================
   ▲▲▲  料金・サービスページ リデザイン ここまで  ▲▲▲
   ====================================================================== */


/* ======================================================================
   ▼▼▼  2026 リデザイン: 代表挨拶ページ（トンマナ統一）  ▼▼▼
   ----------------------------------------------------------------------
   既存の greeting-* 構造はそのまま、CSSで暖色カード調に上書き
   （section に greeting_sec クラスを1つ追加して背景をスコープ）
   ====================================================================== */

/* ---------- セクション全体 ---------- */
.content_full.greeting_sec {
    background:
        radial-gradient(circle at 6% 8%, rgba(255,183,150,0.18) 0%, transparent 38%),
        radial-gradient(circle at 94% 92%, rgba(240,224,198,0.42) 0%, transparent 42%),
        linear-gradient(180deg, var(--color-ivory) 0%, var(--color-cream) 100%);
}
.greeting_sec .content_inner { max-width: 1000px; }

/* ---------- イントロ（プロフィール）を白カードに ---------- */
.greeting_sec .greeting-intro {
    background: #fff;
    border: 1px solid rgba(217,148,100,0.14);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-deep);
    padding: clamp(1.8em, 4.5vw, 3.2em);
    margin-bottom: 4em !important;
}
.greeting_sec .greeting-intro .flex-inner {
    align-items: center;
    gap: clamp(1.6em, 4vw, 3em);
}
.greeting_sec .greeting-intro-title {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 !important;
    margin: 0 !important;
    align-items: flex-start !important;
    text-align: left;
}
.greeting_sec .greeting-intro-img {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
}
.greeting_sec .greeting-intro-img img {
    border-radius: var(--radius-md) !important;
    box-shadow: var(--shadow-mid);
    width: 100%;
    display: block;
}
.greeting_sec .greeting-intro-title h2 {
    font-size: 1.45em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.6 !important;
    text-align: left !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0.2em !important;
}
.greeting_sec .greeting-intro-title h2::after {
    content: '' !important;
    display: block !important;
    position: static !important;
    width: 54px; height: 4px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset));
    border-radius: 2px;
    margin: 0.8em 0 0 !important;
}
.greeting_sec .greeting-intro-title h3 {
    width: 100%;
    text-align: left !important;
    font-size: 0.82em !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    color: var(--color-text-muted) !important;
    border: none !important;
    padding: 0 !important;
    margin: 1.6em 0 0.1em !important;
}
.greeting_sec p.greeting-name {
    width: 100%;
    text-align: left !important;
    font-size: 1.55em !important;
    font-weight: 800;
    color: var(--color-sunset-deep) !important;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 !important;
}
/* イントロのリード文 */
.greeting_sec .greeting-intro > p {
    margin: 2em 0 0 !important;
    padding-top: 1.8em;
    border-top: 1px dashed rgba(217,148,100,0.30);
    color: var(--color-text-soft);
    font-size: 0.92em;
    line-height: 1.95;
}

/* ---------- 本文ブロック共通 ---------- */
.greeting_sec .greeting-content {
    margin-bottom: 4.5em !important;
}
.greeting_sec .greeting-content:last-of-type { margin-bottom: 0 !important; }
.greeting_sec .greeting-content .flex-inner {
    align-items: center;
    gap: clamp(1.6em, 4vw, 3em);
}

/* テキストのみブロック（左にオレンジのアクセントバー） */
.greeting_sec .greeting-content > h2 {
    font-size: 1.4em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.6 !important;
    border: none !important;
    border-left: 5px solid var(--color-sunset) !important;
    padding: 0.1em 0 0.1em 18px !important;
    margin: 0 0 0.9em !important;
}
.greeting_sec .greeting-content > h2::after { display: none !important; }
.greeting_sec .greeting-content > p {
    color: var(--color-text-soft);
    font-size: 0.92em;
    line-height: 1.95;
    margin: 0;
}

/* 画像＋テキストブロック */
.greeting_sec .greeting-second-img,
.greeting_sec .greeting-third-img {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
}
.greeting_sec .greeting-second-text,
.greeting_sec .greeting-third-text {
    width: auto !important;
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}
.greeting_sec .greeting-second-img img,
.greeting_sec .greeting-third-img img {
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-mid);
    width: 100%;
    display: block;
}
.greeting_sec .greeting-second-text h2,
.greeting_sec .greeting-third-text h2 {
    font-size: 1.35em !important;
    font-weight: 800 !important;
    color: var(--color-text) !important;
    line-height: 1.6 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0.8em !important;
    text-shadow: none !important;
}
.greeting_sec .greeting-second-text h2::after,
.greeting_sec .greeting-third-text h2::after {
    content: '' !important;
    display: block !important;
    position: static !important;
    width: 50px; height: 4px;
    background: linear-gradient(90deg, var(--color-peach), var(--color-sunset));
    border-radius: 2px;
    margin: 0.6em 0 0 !important;
}
.greeting_sec .greeting-second-text p,
.greeting_sec .greeting-third-text p {
    color: var(--color-text-soft) !important;
    text-shadow: none !important;
    font-size: 0.92em;
    line-height: 1.95;
    margin: 0;
    width: 100%;
}

/* ---------- レスポンシブ ---------- */
@media only screen and (max-width: 768px) {
    .greeting_sec .greeting-intro .flex-inner,
    .greeting_sec .greeting-content .flex-inner {
        flex-direction: column;
    }
    .greeting_sec .greeting-intro-title,
    .greeting_sec .greeting-intro-img,
    .greeting_sec .greeting-second-img,
    .greeting_sec .greeting-second-text,
    .greeting_sec .greeting-third-img,
    .greeting_sec .greeting-third-text {
        width: 100% !important;
        flex: none;
    }
    /* スマホは画像→テキストの順で見せる（第3ブロック） */
    .greeting_sec .greeting-third-img { order: 1; }
    .greeting_sec .greeting-third-text { order: 2; }
    .greeting_sec .greeting-intro { margin-bottom: 3em !important; }
    .greeting_sec .greeting-content { margin-bottom: 3.5em !important; }
    .greeting_sec .greeting-intro-title h2,
    .greeting_sec .greeting-content > h2,
    .greeting_sec .greeting-second-text h2,
    .greeting_sec .greeting-third-text h2 { font-size: 1.22em !important; }
}

/* ======================================================================
   ▲▲▲  代表挨拶ページ リデザイン ここまで  ▲▲▲
   ====================================================================== */