@-webkit-keyframes slideFadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes slideFadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideFadeZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes slideFadeZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5)
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes slideFadeInDown {
    0% {
        opacity: 0;
        margin-top: 20%
    }

    70% {
        opacity: 1;
        margin-top: 25%
    }

    100% {
        opacity: 1;
        margin-top: 25%
    }
}

@keyframes slideFadeInDown {
    0% {
        opacity: 0;
        margin-top: 20%
    }

    70% {
        opacity: 1;
        margin-top: 25%
    }

    100% {
        opacity: 1;
        margin-top: 25%
    }
}

@-webkit-keyframes slideFadeInDown2 {
    0% {
        opacity: 0;
        margin-top: 70%
    }

    70% {
        opacity: 1;
        margin-top: 80%
    }

    100% {
        opacity: 1;
        margin-top: 80%
    }
}

@keyframes slideFadeInDown2 {
    0% {
        opacity: 0;
        margin-top: 70%
    }

    70% {
        opacity: 1;
        margin-top: 80%
    }

    100% {
        opacity: 1;
        margin-top: 80%
    }
}

@-webkit-keyframes slideRhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    40% {
        opacity: .2
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes slideRhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    40% {
        opacity: .2
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

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

@keyframes fadeZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

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

@-webkit-keyframes lftSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes lftSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes rhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes rhtSlideIn {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg)
    }

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

@keyframes fadeRotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg)
    }

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    60% {
        -webkit-transform: rotate3d(0, 1, 0, 10deg);
        transform: rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    60% {
        -webkit-transform: rotate3d(0, 1, 0, 10deg);
        transform: rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    to {
        opacity: 1
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Shippori Mincho", serif;
    line-height: 1.8;
    text-rendering: optimizeSpeed;
    letter-spacing: .025em
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 600
}

nav ul {
    list-style: none
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0)
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}

ul[role=list],
ol[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    border-top: 4px #eacd8e solid;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Shippori Mincho", serif
}

input,
textarea {
    padding: 2px;
    line-height: 1.5
}

a {
    text-decoration: none;
    position: relative;
    cursor: pointer
}

a:hover img {
    opacity: .7
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast
}

a img {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .pc-none {
        display: none !important
    }
}

@media screen and (max-width: 1279px) {
    .pc-view {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .tb-none {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .tb-view {
        display: none !important
    }
}

@media screen and (min-width: 599px) {
    .sp-view {
        display: none !important
    }
}

@media screen and (max-width: 598px) {
    .sp-none {
        display: none !important
    }
}

_::-webkit-full-page-media,
_:future,
:root body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna"
}

#index .top-bnr {
    margin-bottom: 20px
}

#index #news {
    padding: 30px 0 50px;
    border-top: 15px solid #f3f3f4
}

#index #news .news-list {
    width: 95%;
    max-width: 1130px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    #index #news .news-list li+li {
        margin-top: 20px
    }
}

@media screen and (min-width: 768px) {
    #index #news .news-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #index #news .news-list li {
        width: 32.5%
    }
}

#index #type {
    margin: 50px 0
}

#index #type .inner {
    width: calc(100% - 20px)
}

#index #type .type-title {
    padding: 10px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center
}

#index #type .type-title span {
    display: block;
    height: 5vw;
    font-size: max(18px, 5vw);
    line-height: 1
}

#index #type .type-title span::before {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-right: 10px;
    vertical-align: top;
    background: url(../images/top/ttl_type.png) no-repeat left center/100% auto;
    content: ""
}

#index #type .type-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0
}

#index #type .type-bnr li {
    margin: 0 0 15px
}

#index #type .type-bnr li.col-1 {
    width: 100%
}

#index #type .type-bnr li.col-2 {
    width: 48%
}

@media screen and (min-width: 768px) {
    #index #type .type-title span {
        height: 50px;
        font-size: 3.125rem
    }

    #index #type .type-title span::before {
        width: 50px;
        height: 50px
    }
}

#post-archive .page-title {
    margin: 0 0 20px;
    font-size: 1.875rem;
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f7f7ef;
    margin-bottom: 30px;
}

#post-archive .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
	gap:5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 50px
}

#post-archive .archive-list .archive-post {
    width: 46%;
    margin: 0 0 30px
}

@media screen and (min-width: 768px) {
    #post-archive .archive-list .archive-post {
        width: 30%;
        margin: 0 0 50px
    }
}

#post-archive .archive-list .archive-image {
    position: relative
}

#post-archive .archive-list .archive-image::before {
    display: block;
    padding-top: 75%;
    content: ""
}

#post-archive .archive-list .archive-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

#post-archive .archive-list .archive-text {
    margin: 20px 0 0
}

#post-archive .archive-list .archive-text .date {
    font-size: .75rem
}

#post-archive .archive-list .archive-text .cat-list {
    margin: 10px 0
}

#post-archive .archive-list .archive-text .cat-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    background: #e5e5e5;
    font-size: .75rem
}

#post-archive .archive-list .archive-text .cat-list li+li {
    margin-top: 5px
}

#post-archive .archive-list .archive-text .cat-list li a {
    color: #333
}

@media screen and (min-width: 768px) {
    #post-archive .archive-list .archive-text .cat-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#post-archive .archive-list .archive-text h3 {
    font-size: 1.125rem
}

#post-archive .archive-list .archive-text h3 a {
    color: #333;
    text-decoration: none;
    position: relative
}

#post-archive .archive-list .archive-text h3 a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#post-archive .archive-list .archive-text h3 a:hover {
    text-decoration: none
}

#post-archive .archive-list .archive-text h3 a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#post-archive .btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0;
    padding: 5px 20px;
    border: 2px solid #6647af;
    border-radius: 30px;
    background: #6647af;
    color: #fff
}

#post-archive .btn span::after {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../images/common/ico_arrow.svg) no-repeat 0 0/100% auto;
    content: ""
}

#post-archive .btn::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    content: ""
}

@media screen and (min-width: 768px) {
    #post-archive .btn:hover {
        color: #6647af
    }

    #post-archive .btn:hover::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        content: ""
    }
}

#post-single .page-title {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #333
}

#post-single .page-title span {
    display: inline-block;
    font-size: .75rem
}

#post-single .page-title span.cal {
    margin-left: 20px
}

#post-single .page-title span.cat {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px 10px;
    border-radius: 20px;
    background: #e5e5e5
}

#post-single .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto 0
}

#post-single .btn a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    padding: 5px 20px;
    border: 2px solid #6647af;
    border-radius: 30px;
    background: #6647af;
    color: #fff
}

#post-single .btn a span::after {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../images/common/ico_arrow.svg) no-repeat 0 0/100% auto;
    content: ""
}

#post-single .btn a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    content: ""
}

@media screen and (min-width: 768px) {
    #post-single .btn a:hover {
        color: #6647af
    }

    #post-single .btn a:hover::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        content: ""
    }
}

#post-single .pager {
    width: 100%;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea
}

#post-single .pager .prev-next {
    width: 303px;
    margin: 30px auto
}

#post-single .pager .prev-next li {
    border: 2px solid #0d286c;
    border-radius: 13px
}

#post-single .pager .prev-next li+li {
    margin-top: 20px
}

#post-single .pager .prev-next li a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    background: #0d286c;
    color: #fff;
    font-weight: bold;
    font-size: 1rem
}

@media screen and (min-width: 768px) {
    #post-single .pager .prev-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 670px
    }

    #post-single .pager .prev-next li {
        width: 46%
    }

    #post-single .pager .prev-next li+li {
        margin-top: 0;
        margin-left: 20px
    }

    #post-single .pager .prev-next li a {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    #post-single .pager .prev-next li a span::after {
        display: inline-block;
        width: 7px;
        height: 13px;
        margin-left: 10px;
        vertical-align: middle;
        background: url(../images/common/ico_arrow.svg) no-repeat 0 0/100% auto;
        content: ""
    }

    #post-single .pager .prev-next li a::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        content: ""
    }

    #post-single .pager .prev-next li a:hover {
        color: #0d286c
    }

    #post-single .pager .prev-next li a:hover::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        content: ""
    }
}

main {
    padding: 10px 0 0;
}

.wrap {
    width: 95%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.inner {
    width: 84%;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto
}

header .wrap {
    position: relative;
    width: 97%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 10px;
}

header .wrap a {
    color: #333
}

header .wrap h1 {
    width: 280px;
    margin: 0 auto;
    padding: 0 0 0 66px;
    background: url(../images/common/img_wood.png) no-repeat left center/56px auto;
    font-size: .75rem
}

header .wrap h1 strong {
    display: block;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .2rem
}

header .wrap h1 span.c1 {
    color: #0d286c
}

header .wrap h1 span.c2 {
    color: #ff6262
}

header .wrap h1 span.c3 {
    color: #6647af
}

header .wrap .lead {
    width: 340px;
    margin: 10px auto 0;
    font-size: .75rem
}

header .wrap .lead p {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

header .wrap .lead p+p {
    margin-top: 3px
}

header .wrap .lead p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    content: ""
}

@media screen and (min-width: 768px) {
    header .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .wrap h1 {
        width: 310px;
        margin: 0 0 10px;
        border-right: 1px solid #bababa
    }

    header .wrap .lead {
        margin: 0 0 0 20px
    }
}

header.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: #fff
}

.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 15px 6%;
    border-radius: 2px;
    background: #fff
}

.cta li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #424242;
    font-weight: 600;
    font-size: .6875rem;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center
}

.cta li.tel {
    width: 52%
}

.cta li.tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 50px;
    background: url(../images/common/ico_tel.svg) #f3f3f4 no-repeat left 10px center/20px auto
}

.cta li.tel a .hour {
    font-size: .75rem
}

.cta li.tel a .weekend {
    width: 69px;
    height: 18px;
    margin: 5px auto 0;
    border-radius: 9px;
    background: #cc2828;
    color: #fff;
    font-size: .625rem;
    line-height: 18px
}

.cta li.mail {
    width: 21%
}

.cta li.mail a {
    padding-top: 35px;
    background: url(../images/common/ico_mail.svg) #f3f3f4 no-repeat top 15px center/20px auto
}

.cta li.line {
    width: 21%
}

.cta li.line a {
    padding-top: 35px;
    background: url(../images/common/ico_line.svg) #f3f3f4 no-repeat top 10px center/20px auto
}

@media screen and (min-width: 768px) {
    .cta li a {
        font-size: 1rem;
        -webkit-transition: .3s;
        transition: .3s
    }

    .cta li.tel a {
        background: url(../images/common/ico_tel.svg) #f3f3f4 no-repeat left 10px center/20px auto
    }

    .cta li.tel a:hover {
        background: url(../images/common/ico_tel.svg) #e5e5e5 no-repeat left 10px center/20px auto
    }

    .cta li.tel a .hour {
        font-size: 1rem
    }

    .cta li.mail a {
        background: url(../images/common/ico_mail.svg) #f3f3f4 no-repeat top 18px center/27px auto
    }

    .cta li.mail a:hover {
        background: url(../images/common/ico_mail.svg) #e5e5e5 no-repeat top 18px center/27px auto
    }

    .cta li.line a {
        background: url(../images/common/ico_line.svg) #f3f3f4 no-repeat top 15px center/27px auto
    }

    .cta li.line a:hover {
        background: url(../images/common/ico_line.svg) #e5e5e5 no-repeat top 15px center/27px auto
    }
}

@media screen and (min-width: 1280px) {
    .cta {
        position: absolute;
        top: 50%;
        right: 0;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 460px;
        padding: 0
    }

    .cta li a {
        display: block;
        width: 100%;
        padding: 10px;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        background: #f3f3f4;
        color: #424242;
        font-weight: 600;
        font-size: .6875rem;
        font-family: "Noto Sans JP", sans-serif;
        text-align: center
    }

    .cta li.tel {
        width: calc(100% - 200px)
    }

    .cta li.tel a {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        pointer-events: none;
        padding: 0;
        border: none;
        border-radius: 0;
        background: none
    }

    .cta li.tel a strong {
        display: block;
        width: 100%;
        color: #9f7d3d;
        font-weight: 700;
        font-size: 2.25rem;
        line-height: 1;
        font-family: "Times New Roman", Times, serif;
        text-align: left;
        letter-spacing: .02rem
    }

    .cta li.tel a .weekend {
        display: block;
        margin: 0 10px 0 0
    }

    .cta li.tel a .hour {
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 0;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        font-size: .75rem
    }

    .cta li.mail {
        width: 93px
    }

    .cta li.mail a {
        padding-top: 43px
    }

    .cta li.line {
        width: 93px
    }

    .cta li.line a {
        padding-top: 43px
    }
}

footer {
    padding: 50px 0;
    background: #f9f9f9;
    letter-spacing: .1rem
}

footer section {
    text-align: center
}

footer h3 {
    margin: 0 0 20px;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: .2rem
}

footer .foot-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0
}

footer .foot-cta li {
    font-family: "Lato", "Noto Sans JP", sans-serif
}

footer .foot-cta li a {
    display: block;
    width: 100%;
    color: #333
}

footer .foot-cta li.tel {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    font-size: .75rem
}

footer .foot-cta li.tel strong {
    display: block;
    font-weight: 300;
    font-size: 1.125rem
}

footer .foot-cta li.tel strong b {
    font-weight: 600
}

footer .foot-cta li.tel a {
    padding: 10px 10px 10px 70px;
    background: url(../images/common/ico_foot_tel.svg) no-repeat left 10px center/44px auto
}

footer .foot-cta li.mail {
    width: 50%;
    border-right: 1px solid #c6c6c6;
    text-align: center
}

footer .foot-cta li.mail .sp-link {
    padding: 55px 0 0;
    background: url(../images/common/ico_foot_mail.svg) no-repeat center top 15px/50px auto
}

footer .foot-cta li.line {
    width: 50%;
    text-align: center
}

footer .foot-cta li.line .line-icon {
    display: block;
    position: relative;
    width: 47px;
    margin: 15px auto 0
}

footer .foot-cta li.line .recommended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    left: -35px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 5px;
    color: #fff;
    font-size: .6875rem;
    text-align: center;
    line-height: 1.1
}

footer .foot-cta li.line .recommended::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #53d260;
    content: ""
}

footer .copy {
    width: 100%;
    margin: 0 0 80px;
    padding: 10px 0;
    background: #9f7d3d;
    color: #fff;
    font-size: .875rem;
    text-align: center;
    letter-spacing: .2rem
}

@media screen and (min-width: 768px) {
    footer .wrap {
        padding-bottom: 50px
    }

    footer .foot-cta li.tel a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
}

@media screen and (min-width: 1280px) {
    footer {
        padding-bottom: 0
    }

    footer .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    footer section {
        width: calc(100% - 775px);
        padding-right: 10px;
        text-align: left
    }

    footer section h3 {
        text-align: left
    }

    footer .foot-cta {
        width: 775px;
        margin: 0
    }

    footer .foot-cta li.tel {
        width: 265px;
        margin: 0;
        padding: 0 20px;
        border-right: 1px solid #c6c6c6;
        border-left: 1px solid #c6c6c6;
        border-bottom: none;
        text-align: center
    }

    footer .foot-cta li.tel a {
        pointer-events: none;
        padding: 75px 0 0;
        background: url(../images/common/ico_foot_tel.svg) no-repeat center top 15px/44px auto
    }

    footer .foot-cta li.mail .bt,
    footer .foot-cta li.line .bt {
        width: 100%;
        margin: 20px auto 0;
        border: 2px solid #53d260;
        border-radius: 5px
    }

    footer .foot-cta li.mail .bt a,
    footer .foot-cta li.line .bt a {
        display: block;
        position: relative;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        padding: 10px 0;
        border-radius: 2px;
        background: #53d260;
        color: #fff;
        font-size: .875rem;
        text-align: center
    }

    footer .foot-cta li.mail .bt a span::after,
    footer .foot-cta li.line .bt a span::after {
        display: inline-block;
        width: 7px;
        height: 13px;
        margin-left: 10px;
        vertical-align: middle;
        background: url(../images/common/ico_arrow.svg) no-repeat 0 0/100% auto;
        content: ""
    }

    footer .foot-cta li.mail .bt a::after,
    footer .foot-cta li.line .bt a::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
        content: ""
    }

    footer .foot-cta li.mail .bt a:hover,
    footer .foot-cta li.line .bt a:hover {
        color: #53d260
    }

    footer .foot-cta li.mail .bt a:hover::after,
    footer .foot-cta li.line .bt a:hover::after {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        content: ""
    }

    footer .foot-cta li.mail {
        width: 265px;
        padding: 0 20px
    }

    footer .foot-cta li.mail .sp-link {
        padding-top: 75px
    }

    footer .foot-cta li.line {
        width: 245px;
        padding: 0 0 0 20px
    }

    footer .foot-cta li.line .line-icon {
        margin: 15px auto 13px
    }

    footer .copy {
        margin: 0
    }
}

#breadArea {
    padding: 50px 0;
    font-size: .875rem
}

#breadArea a {
    text-decoration: none;
    position: relative
}

#breadArea a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#breadArea a:hover {
    text-decoration: none
}

#breadArea a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media screen and (max-width: 599px) {
    #breadArea {
        padding: 0 0 50px
    }
}

.lozad-in {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.lozad-in[data-loaded=true] {
    opacity: 1
}

.lozad-up {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-up[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-lftSlideIn {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-lftSlideIn[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-rhtSlideIn {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.lozad-rhtSlideIn[data-loaded=true] {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lozad-fadeup>.lozad-fadeupin {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.lozad-rhtIn>.lozad-rhtInto {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0)
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.lozad-rhtIn[data-loaded=true]>.lozad-rhtInto:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-cnt04>.lozad-cnt04in {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in.num2 {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-cnt04[data-loaded=true]>.lozad-cnt04in.num3 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.lozad-cnt08.lozad-fadeup[data-loaded=true]>.lozad-fadeupin {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.lozad-cnt08.lozad-fadeup[data-loaded=true]>.lozad-fadeupin:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.lozad-cnt10.lozad-up[data-loaded=true] {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

#toggle {
    z-index: 2000;
    width: 20px;
    height: 15px;
    cursor: pointer
}

#toggle .toggle-inner {
    position: relative
}

#toggle .toggle-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    -webkit-transition: ease-in-out .35s;
    transition: ease-in-out .35s
}

#toggle .toggle-inner span:nth-child(1) {
    top: 0
}

#toggle .toggle-inner span:nth-child(2) {
    top: 7px
}

#toggle .toggle-inner span:nth-child(3) {
    top: 14px
}

#toggle .close {
    opacity: 0;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#toggle .close img {
    width: 18px
}

@media screen and (max-width:) {
    #toggle {
        margin-right: 0;
        margin-left: auto
    }
}

#toggle.open div span {
    background: #fff
}

#toggle.open div span:nth-child(1) {
    top: 8px !important;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

#toggle.open div span:nth-child(2) {
    top: 8px !important;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

#toggle.open div span:nth-child(3) {
    display: none
}

#toggle.open .close {
    opacity: 1
}

#toggle.toggle-fix {
    position: fixed;
    top: 50px;
    right: 5%;
    width: 42px;
    height: 43px;
    -webkit-transition: .3s;
    transition: .3s
}

#toggle.toggle-fix .toggle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2001;
    padding: 14px 21px;
    background-color: #fff
}

#toggle.toggle-fix .toggle-inner div {
    display: block;
    position: relative;
    width: 18px;
    height: 15px
}

#toggle.toggle-fix .toggle-inner div span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 18px
}

#toggle.toggle-fix.open .toggle-inner {
    background-color: rgba(0, 0, 0, 0)
}

#toggle.toggle-fix.open .toggle-inner div span:nth-child(1) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

#toggle.toggle-fix.open .toggle-inner div span:nth-child(2) {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
}

@media screen and (max-width: 768px) {
    #toggle {
        width: 30px;
        height: 18px
    }

    #toggle.toggle-fix {
        right: 6%
    }
}

.is-animation #toggle {
    mix-blend-mode: difference
}

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: calc(var(--vh)*100);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    letter-spacing: .1em
}

#header-nav a {
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em
}

.open header .header-menu {
    display: none
}

body,
html {
    height: auto;
    overflow: visible
}

html.open {
    height: 100%
}

html.open body {
    overflow: hidden
}

.wp-singular main {
    width: 97%;
    max-width: 980px;
    background: #fff;
    padding: 30px;
    margin: 40px auto;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .wp-singular main {
        width: 97%;
        max-width: 980px;
        background: #fff;
        padding: 25px 12px;
        margin: 40px auto;
        border-radius: 15px;
    }
}

.wp-singular header {
    background: #fff;
}

body.wp-singular {
    background: #f7f7ef;
}

h1.page-title.fv {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.wp-singular h2 {
    position: relative;
}

.wp-singular h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #eacd8e;
}

.wp-singular h2 {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.wp-singular h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    padding: 8px 0px 8px 12px;
    border-left: solid #eacd8e;
    background: #f7f7ef;
}

/*# sourceMappingURL=styles.css.map */