@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant&family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");

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 {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    background: transparent;
    color: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    border: 0;
    border-top: 1px solid #cccccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html,
body {
    color: #000;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: .3s;
}

a:hover {
    opacity: 0.7;
}

li {
    list-style: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

input:focus-visible,
select:focus-visible {
    outline: none;
}

.arial {
    font-family: 'Arial';
}

.l-header {
    background-color: #fff;
    border-bottom: solid 1px #dddad0;
    display: flex;
    height: 60px;
    justify-content: space-around;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.l-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.l-header__right {
    /*
    align-items: center;
    display: flex;
    justify-content: end;
    margin-right: 40px;
    */
}

.l-header__left img {
    height: 56px;
    object-fit: contain;
    width: 150px;
}

.l-header-center {
    position: relative;
    width: 74%;
}

.l-header-center ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 5px;
    position: absolute;
    right: 0;
    top: 13px;
}

.l-header-center li {
    padding: 0 10px;
    text-align: center;
}

.l-header-center li img {
    width: 32px;
}

.logout::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #707070;
    content: "\f2f5";
    display: block;
    font-size: 24px;
}

.white::before {
    color: #BBBABA !important;
}

.l-section {
    padding-bottom: 56px;
    padding-top: 36px;
}

.l-section__title {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 42px;
    margin-top: 128px;
    position: relative;
    text-align: center;
}

.l-section__title h2 {
    position: relative;
    z-index: 30;
}

.l-section__title.p-shop__title h2 {
    text-align: left;
    padding-left: 30px;
    line-height: 1.8;
    font-size: 24px;
}

.highlight-content .l-section__title.p-shop__title h2 {
    text-align: center;
    padding-left: 0;
}

.highlight-content .l-section__title.p-shop__title::before {
    left: 39%;
}

.highlight-content.column-item-block .l-section__title.p-shop__title::before {
    left: 34%;
}

.highlight-content.useful-feature-block .l-section__title.p-shop__title::before {
    left: 40%;
}

.main-title-contents {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    margin: 0 0 1em 0;
    padding: 3em 0 0 0;
}

.main-title-contents h3 {
    font-size: 2rem;
}

.main-title-contents h4 {
    padding: 0.5em 0 0 0;
}

.main-title-contents span {
    font-size: 1rem;
}

.event-time-title {
    border-top: 1px solid #ccc;
    margin: 0 auto 1em;
    padding: 2em 0;
    width: 50%;
}

.event-time-title h4,
.event-time-title h5 {
    margin-bottom: 10px;
}

.event-time-title span {
    color: #8d702f;
}

.event-about {
    background-image: url("../img/event/block-up.png"), url("../img/event/block-bottom.png");
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    margin: 2em auto;
    padding: 3em 0;
    text-align: center;
}

.event-about .h2 {
    color: #8d702f;
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
}

.event-about p {
    line-height: 180%;
}

.event-contents-text {
    padding: 40px;
}

.photo-img {
    width: 50%;
}

.photo-img-eventcon-time img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.photo-img-eventcon-left {
    background-image: url("../img/event/aizensan-event.png");
}

.photo-img-eventcon-right {
    background-image: url("../img/event/omairi-img.png");
}

.side-text-contents {
    padding: 40px;
    width: 50%;
}

.side-text-contents dl {
    border-bottom: dotted 1px #ccc;
}

.side-text-contents dt,
.side-text-contents dd {
    font-family: 'Noto Serif JP', serif;
    padding: 10px 0;
}

.side-text-contents dt {
    display: table-cell;
    font-weight: normal;
    width: 120px;
}

.side-text-contents dd {
    display: table-cell;
}

/* ========== single ========== */
.cont-block h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 1em 0 0.5em 0;
}

.cont-block h2 {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.cont-block h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.cont-block p {
    margin: 0 0 0.5em;
}

.post_thumbnail {
    max-width: 100%;
}

.paged:not(.archive) {
    display: flex;
    justify-content: space-between;
}

.post-box {
    margin: 30px 0 0 0;
}

.post-box img {
    margin: 0.5em auto;
    max-width: 100% !important;
    width: auto !important;
}

.e-contact {
    font-weight: bold;
    margin: 1em 0 0 0;
}

.side-content .post-cate {
    border-top: none !important;
    margin: 0 !important;
}

.page-left-arrow,
.page-right-arrow {
    display: inline-block;
    width: 48%;
}

.page-left-arrow a {
    padding: 10px 15px 10px 30px
}

.page-right-arrow a {
    padding: 10px 15px;
}

.page-left-arrow a,
.page-right-arrow a {
    background: #ebebe8;
    border: 1px solid #b2b2b2;
    border-radius: 35px;
    display: block;
    max-width: 300px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.page-left-arrow a::before {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    bottom: 0;
    content: "";
    height: 13px;
    left: 1em;
    margin: auto;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    width: 13px;
}

.page-right-arrow a::after {
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    bottom: 0;
    content: "";
    height: 13px;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    transform: rotate(45deg);
    width: 13px;
}

/* 前の記事・次の記事 */
.page-turn-wrap {
    display: flex;
    justify-content: space-between;
}

.info-block .post-box .page-turn-wrap a {
    color: #000;
}

.page-turn-post {
    display: flex;
    justify-content: space-between;
    border: 1px #ccc solid;
    border-radius: 5px;
    max-width: 300px;
}

.page-turn-post.next-post {
    flex-direction: row-reverse;
}

.page-turn-post.next-post .article {
    text-align: right;
}

.page-turn-wrap .page-turn-img {
    width: 35%;
}

.page-turn-wrap .page-turn-img img {
    object-fit: cover;
    margin: 0;
}

.page-turn-post.prev-post .page-turn-img img {
    border-radius: 5px 0 0 5px;
}

.page-turn-post.next-post .page-turn-img img {
    border-radius: 0 5px 5px 0;
}

.page-turn-wrap .page-turn-cont {
    width: 65%;
    padding: 0 10px;
}

.page-turn-post .article {
    font-size: 13px;
}

.page-turn-post .title {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.page-turn-post .date {
    font-size: 10px;
    color: #5e5e5e;
}

/* ========== single END ========== */

.l-section__title::before {
    background-image: url("../img/title_icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 80px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -84px;
    width: 86px;
    /* z-index: 50; */
}

.page-wrap.p-shop [class$='-item-block'],
.page-wrap.p-shop [class$='-feature-content'],
.s-report.item-wrap [class$='-feature-content'] {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.page-wrap .l-section__title.p-shop__title,
.item-wrap .l-section__title.p-shop__title {
    width: 180px;
    margin-top: 40px;
}

.item-wrap .highlight-content .l-section__title.p-shop__title,
.page-wrap .highlight-content .l-section__title.p-shop__title {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.l-section__title.p-shop__title::before {
    height: 37px;
    left: 0;
    top: 0;
    width: 40px;
}

.l-enkiri-section__title {
    background-position: center;
    background-size: cover;
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.5rem;
    height: 260px;
    line-height: 1;
    margin-bottom: 42px;
    position: relative;
    text-align: center;
    text-align: center;
    width: 100%;
}

.l-enkiri-section__title-layer {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.l-enkiri-section__title-layer h2 {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Crimson Text", serif;
    font-size: 2rem;
    letter-spacing: 2px;
    padding-bottom: 21px;
    position: relative;
    width: 280px;
    z-index: 30;
}

.l-enkiri-section__title-sub {
    font-size: 1rem;
    padding-top: 21px;
}

.l-footer {
    background-image: url("../img/footer_bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 34px;
    position: relative;
    text-align: center;
    width: 100%;
}

.l-footer__follow {
    display: none;
    margin-bottom: 30px;
    text-align: center;
}

.l-footer__follow span {
    color: #fff;
    display: none;
    padding: 0 45px;
    position: relative;
}

.l-footer__follow span::before,
.l-footer__follow span::after {
    background-color: #fff;
    content: '';
    display: inlien-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.l-footer__follow span::before {
    left: 20px;
    transform: rotate(60deg);
}

.l-footer__follow span::after {
    right: 20px;
    transform: rotate(-60deg);
}

.l-footer>small {
    color: #fff;
    padding: 20px 0;
}

.l-footer__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.l-footer__icon-item {
    margin-right: 20px;
    width: 25px;
}

.l-footer__icon-item:last-child {
    margin-right: 0;
}

.l-footer__links {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    justify-content: center;
}

.l-footer__links li {
    border-right: 1px solid #fff;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 20px;
}

.l-footer__links li:last-child {
    border: none;
}

.l-footer__links li a {
    color: #fff;
    line-height: 1;
}

.l-enkiri-footer {
    background: #232424;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-top: 34px;
    position: relative;
    text-align: center;
    width: 100%;
}

.l-enkiri-footer__follow {
    display: none;
    margin-bottom: 30px;
    text-align: center;
}

.l-enkiri-footer__follow span {
    color: #fff;
    display: none;
    padding: 0 45px;
    position: relative;
}

.l-enkiri-footer__follow span::before,
.l-enkiri-footer__follow span::after {
    background-color: #fff;
    content: '';
    display: inlien-block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 24px;
}

.l-enkiri-footer__follow span::before {
    left: 20px;
    transform: rotate(60deg);
}

.l-enkiri-footer__follow span::after {
    right: 20px;
    transform: rotate(-60deg);
}

.l-enkiri-footer>small {
    color: #fff;
    padding: 20px 0;
}

.l-enkiri-footer__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}

.l-enkiri-footer__icon-item {
    margin-right: 20px;
}

.l-enkiri-footer__icon-item:last-child {
    margin-right: 0;
}

.l-enkiri-footer__links {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    justify-content: center;
}

.l-enkiri-footer__links li {
    border-right: 1px solid #fff;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 20px;
}

.l-enkiri-footer__links li:last-child {
    border: none;
}

.l-enkiri-footer__links li a {
    color: #fff;
    line-height: 1;
}

.l-enkiri-footer__cloud-left {
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
}

.l-enkiri-footer__cloud-left--smp {
    display: none;
}

.c-dammy {
    border: none !important;
    height: 0;
    width: 50%;
}

.c-card01 {
    background-color: #fff;
    /* border: 1px solid #ee5427; */
    box-sizing: border-box;
    width: 100%;
}

.c-card01__container {
    overflow: hidden;
}

.c-card01__body {
    padding: 0 13px;
}

.c-card01__desc {
    height: 160px;
    text-align: left;
}

.c-card01__desc h3 {
    font-size: 22px;
    padding: 12px 0px;
}

.c-card01__desc p {
    font-size: 16px;
}


.c-card01__tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 24px;
}

.c-card01__user-icon {
    border-radius: 50%;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 50px;
}

.c-card01__bottom {
    box-sizing: border-box;
    padding: 24px;
}

.c-card01__writer-info {
    border-left: 1px solid #c7c7c7;
    box-sizing: border-box;
    display: flex;
    margin-left: 30px;
    position: relative;
    width: calc(50% - 30px) !important;
}

.c-card01__writer-info::before {
    content: 'WRITER';
    font-size: 0.875rem;
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
}

.c-card01__date {
    align-items: end;
    display: flex;
    position: relative;
}

.c-card01__date time {
    bottom: 0;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
}

.c-card01__date time::before {
    content: 'POSTED';
    display: block;
    font-size: 0.875rem;
    text-align: right;
}

.c-card01__prev,
.c-card01__next {
    background: #ee5428;
    display: inline-block !important;
    height: 75px !important;
    position: absolute !important;
    top: 35% !important;
    width: 40px !important;
}

.c-card01__prev::after,
.c-card01__next::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '' !important;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 10px;
}

.c-card01__prev {
    border-radius: 100px 0 0 100px;
    left: -40px !important;
}

.c-card01__prev::after {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.c-card01__next {
    border-radius: 0 100px 100px 0;
    right: -40px !important;
}

.c-card01__next::after {
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-card02 {
    margin-bottom: 30px;
    margin-left: auto;
    position: relative;
    width: 100%;
}

.new-icon img {
    left: -2em;
    top: -1em;
    position: absolute;
    width: 62px;
    z-index: 99;
}

.calendar-header {
    background-color: #f0e4d6 !important;
}

.calendar-actions button {
    border: none !important;
}

.month-label {
    color: #4a4b46 !important;
}

.c-card02__wrapper {
    margin-left: auto;
    max-width: 480px;
}

.c-card02__wrapper li:nth-child(even) .c-card02__top,
.c-card02__wrapper li:nth-child(even) .c-card02__body,
.c-card02__wrapper li:nth-child(even) .c-card02__top-left {
    flex-direction: row-reverse;
}

.c-card02__wrapper li:nth-child(even) .c-card02__date {
    margin-right: 26px;
}

.c-card02__top {
    align-items: center;
    display: flex;
    font-family: Avenir, sans-serif;
    justify-content: space-between;
    position: relative;
    top: 18px;
    width: 100%;
}

.c-card02__top-left {
    display: flex;
    justify-content: start;
    width: 40%;
}

.c-card02__top-right {
    display: flex;
    width: 60%;
    justify-content: space-around;
}

.c-card02__body {
    background: #fff;
    border: 1px solid #ee5427;
    display: flex;
    height: 160px;
    justify-content: space-around;
}

.c-card02__body-img {
    height: 100%;
    width: 160px;
}

.c-card02__body-desc {
    color: #000;
    padding: 26px 18px;
    width: calc(100% - 160px);
}

.c-card02__user-info {
    background: #fff;
    border: 1px solid #ee5427;
    border-radius: 10px;
    box-sizing: border-box;
    height: 100px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px 20px;
    width: 120px;
}

.c-card02__user-icon {
    border-left: 1px solid #000;
    height: 50px;
    margin-left: auto;
    text-align: right;
    width: 50px;
}

.c-card02__user-icon img {
    border-radius: 50%;
    height: 45px !important;
    object-fit: cover;
    width: 45px !important;
}

.c-card02__writer {
    box-sizing: border-box;
    font-size: 0.875rem;
    writing-mode: vertical-rl;
}

.c-card02__user-name {
    font-size: 0.875rem;
}

.c-card02__user-top {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.c-card02__date {
    box-sizing: border-box;
}

.c-card02__date time {
    font-size: 1.25rem;
    position: relative;
    top: 28%;
}

.c-card02__date time::before {
    content: 'POSTED';
    display: block;
    font-size: 0.75rem;
    position: absolute;
    text-align: center;
    top: -18px;
}

.c-card02__date time>span {
    font-size: 28px;
    left: 15px;
    position: absolute;
    top: 10px;
}

.c-card02__tag {
    position: relative;
}

.c-card02__tag div {
    margin-bottom: 0;
}

.c-card03 {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

.c-card03__top {
    height: 350px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.c-card03__body {
    background: #fff;
    border-radius: 20px 20px 0 0;
    border: 1px solid #000000;
    box-sizing: border-box;
    height: 300px;
    margin: 0 auto;
    max-width: 450px;
    padding: 24px;
    position: relative;
    top: -40px;
    width: 100%;
}

.c-card03__tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 24px;
}

.c-card03__user-icon {
    border-radius: 50%;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 50px;
}

.c-card03__dammy {
    border: none !important;
    height: 0;
    width: calc(100%/3);
}

.c-card03__desc {
    margin-bottom: 20px;
}

.c-card03__writer {
    border-left: 1px solid #c7c7c7;
    box-sizing: border-box;
    display: flex;
    margin-left: 30px;
    position: relative;
}

.c-card03__writer::before {
    content: 'WRITER';
    font-size: 0.875rem;
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
}

.c-card03__prev,
.c-card03__next {
    background: rgba(238, 84, 40, 0.9);
    display: inline-block;
    height: 75px !important;
    position: absolute;
    top: 23% !important;
    width: 40px !important;
}

.c-card03__prev::after,
.c-card03__next::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '' !important;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.c-card03__next {
    border-radius: 100px 0 0 100px !important;
    right: 20px !important;
}

.c-card03__next::after {
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-card03__prev {
    border-radius: 0 100px 100px 0 !important;
    left: 20px !important;
}

.c-card03__prev::after {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 54%;
}

.c-card04 {
    background-color: #fff;
    border: 7px solid #fff;
    box-sizing: border-box;
    font-size: 1.125rem;
    width: 100%;
}

.c-card04__container {
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.c-card04__body {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 10px 0;
}

.c-card04__body-left {
    display: flex;
}

.c-card04__body-img {
    margin-right: 10px;
    width: 70px;
}

.c-card04__tag-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.c-card04__user {
    display: flex;
    justify-content: flex-end;
}

.c-card04__user-icon {
    border-radius: 50%;
    height: 50px;
    margin: auto;
    overflow: hidden;
    width: 50px;
}

.c-card04__user-info {
    border-left: 1px solid #000;
    font-size: 0.75rem;
    margin: auto;
    padding: 10px 0 10px 10px;
}

.c-card04__bottom {
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}

.c-card04__prev,
.c-card04__next {
    background: rgba(103, 17, 177, 0.8);
    display: inline-block !important;
    height: 75px !important;
    position: absolute !important;
    top: 35% !important;
    width: 40px !important;
}

.c-card04__prev::after,
.c-card04__next::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    content: '' !important;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.c-card04__prev {
    border-radius: 0px 100px 100px 0;
    left: 0px !important;
}

.c-card04__prev::after {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.c-card04__next {
    border-radius: 100px 0 0 100px;
    right: 0px !important;
}

.c-card04__next::after {
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-card04__desc {
    padding-left: 10px;
    padding-right: 10px;
}

.c-card04__pagination .swiper-pagination-bullet {
    background-color: #626262;
    border-color: #626262;
    margin-left: 15px !important;
    margin-right: 15px !important;
    opacity: 0.9;
}

.c-card05 {
    background-color: #fff;
    border: 12px solid #fff;
    box-sizing: border-box;
    font-size: 1.125rem;
    position: relative;
    width: 100%;
}

.c-card05__container {
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 90px;
    overflow-x: hidden;
}

.c-card05__body {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.c-card05__new {
    left: -29px;
    position: absolute;
    top: -31px;
}

.c-card05__title {
    margin-bottom: 26px;
    margin-top: 26px;
}

.c-card05__desc {
    color: #494949;
    margin-bottom: 10px;
}

.c-card05__link {
    padding-right: 20px;
    text-align: right;
}

.c-card05__link a {
    color: #494949;
}

.c-card05__prev,
.c-card05__next {
    background: rgba(103, 17, 177, 0.8);
    display: inline-block !important;
    height: 75px !important;
    position: absolute !important;
    top: 35% !important;
    width: 40px !important;
}

.c-card05__prev::after,
.c-card05__next::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '' !important;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.c-card05__prev {
    border-radius: 0px 100px 100px 0;
    left: 0px !important;
}

.c-card05__prev::after {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.c-card05__next {
    border-radius: 100px 0 0 100px;
    right: 0px !important;
}

.c-card05__next::after {
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-card05__pagination .swiper-pagination-bullet {
    background-color: #626262;
    border-color: #626262;
    margin-left: 15px !important;
    margin-right: 15px !important;
    opacity: 0.9;
}

.c-card06 {
    background-color: #fff;
    border: 12px solid #fff;
    box-sizing: border-box;
    font-size: 1.125rem;
    position: relative;
    width: 100%;
}

.c-card06__top {
    position: relative;
}

.c-card06__container {
    box-sizing: border-box;
    overflow-x: hidden;
    padding-bottom: 90px;
    position: relative;
}

.c-card06__tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-card06__user {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px 0 0 50px;
    box-sizing: border-box;
    display: flex;
    height: 76px;
    justify-content: flex-end;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 20px;
    width: 220px;
}

.c-card06__user-icon {
    border-radius: 50%;
    display: flex;
    height: 60px;
    margin: auto;
    overflow: hidden;
    width: 60px;
}

.c-card06__user-info {
    border-left: 1px solid #000;
    font-size: 0.875rem;
    margin: auto;
    padding: 5px 0 5px 5px;
}

.c-card06__body {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.c-card06__title {
    margin-bottom: 22px;
}

.c-card06__desc {
    color: #494949;
    margin-bottom: 60px;
}

.c-card06__link {
    bottom: 0;
    position: absolute;
    right: -12px;
}

.c-card06__prev,
.c-card06__next {
    background: rgba(103, 17, 177, 0.8);
    display: inline-block !important;
    height: 75px !important;
    position: absolute !important;
    top: 35% !important;
    width: 40px !important;
}

.c-card06__prev::after,
.c-card06__next::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: '' !important;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.c-card06__prev {
    border-radius: 0px 100px 100px 0;
    left: 0px !important;
}

.c-card06__prev::after {
    left: 54%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.c-card06__next {
    border-radius: 100px 0 0 100px;
    right: 0px !important;
}

.c-card06__next::after {
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.c-card06__pagination>.swiper-pagination-bullet {
    background-color: #3c3032 !important;
    border: 1px solid #3c3032;
    margin-left: 15px !important;
    margin-right: 15px !important;
    opacity: 0.9;
}

.c-card06__pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    border: 1px solid #fff;
}

.c-card07__prev,
.c-card07__next {
    display: inline-block !important;
    position: absolute !important;
    top: 35% !important;
    height: 34px !important;
    width: 34px !important;
}

.c-card07__prev {
    left: 0 !important;
}

.c-card07__next {
    right: 0 !important;
}

.c-card07__next::after {
    background-image: url("../img/icon/shop/icon-arrow-next.png") !important;
    right: -15px;
}

.c-card07__prev::after {
    background-image: url("../img/icon/shop/icon-arrow-prev.png") !important;
    left: -15px;
}

.c-card07__prev::after,
.c-card07__next::after {
    content: '' !important;
    display: inline-block;
    position: absolute;
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -100%;
}

.c-btn01,
.c-btn01--main,
.c-btn01--sub,
.c-btn01--enkiri,
.c-btn01--white,
.c-btn01--noarrow {
    background: #000000;
    color: #fff;
    border-radius: 35px;
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    margin-top: 48px;
    position: relative;
    text-align: center;
    width: 400px;
}

.c-btn01:hover,
.c-btn01--main:hover,
.c-btn01--sub:hover,
.c-btn01--enkiri:hover,
.c-btn01--white:hover,
.c-btn01--noarrow:hover {
    cursor: pointer;
}

.c-btn01>input[type="submit"],
.c-btn01--main>input[type="submit"],
.c-btn01--sub>input[type="submit"],
.c-btn01--enkiri>input[type="submit"],
.c-btn01--white>input[type="submit"],
.c-btn01--noarrow>input[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
}

.c-btn01:not(.not--arrow)::after,
.c-btn01--main:not(.not--arrow):after,
.c-btn01--sub::after,
.c-btn01--enkiri::after,
.c-btn01--white::after,
.c-btn01--noarrow::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
}

.c-btn01--main {
    background: #fc474c;
}

.c-btn01--main>a {
    color: #fff;
    display: block;
    width: 100%;
}

.c-btn01--sub {
    background: #6711b1;
}

.c-btn01--sub>a {
    color: #fff;
}

.c-btn01--enkiri {
    background: #6711b1;
}

.c-btn01--enkiri>a {
    color: #fff;
}

.c-btn01--white {
    background: #fff;
}

.c-btn01--white>a {
    color: #fc474c;
}

.c-btn01 button,
.c-btn01--main button,
.c-btn01--sub button,
.c-btn01--enkiri button,
.c-btn01--white button,
.c-btn01--noarrow button {
    font-size: 1rem;
}

.c-btn01--noarrow::after {
    content: none;
}

.c-btn01__wrapper {
    display: flex;
    justify-content: center;
}

.c-btn01--half {
    margin: 0 15px;
    width: 280px;
}

.c-btn02 {
    background: -moz-linear-gradient(left, transparent, #c6950f, transparent);
    background: -webkit-linear-gradient(left, transparent, #c6950f, transparent);
    background: linear-gradient(to right, transparent, #c6950f, transparent);
    border-radius: 25px;
    color: #000000;
    display: inline-block;
    font-size: 0.875rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.c-btn02>a {
    color: #fcfaf6;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.columbtn-a {
    background: #ebebe8;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 2em 0;
    padding: 0.2em 0.5em;
    text-align: center;
}

.c-tag__basic {
    display: inline-block;
    height: 34px;
    margin-bottom: 6px;
    margin-right: 10px;
    position: relative;
    width: 113px;
}

.c-tag__basic .c-tag__text {
    color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 2;
    position: absolute;
    text-align: center;
    background-image: url(../img/tag1.png) !important;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    height: 35px;
    left: 0;
    width: 116px;
    z-index: 30;
}

.c-tag__basic .c-tag__bg {
    left: 0;
}

.c-tag a {
    color: #000;
    display: inline-block;
    height: auto;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.c-tag a::after {
    background-image: url("../img/tag_bg.png") !important;
    background-size: cover;
    height: 20px;
    position: absolute;
    width: 90px;
}

.c-tag__enkiri {
    display: inline-block;
    height: 38px;
    margin-bottom: 6px;
    margin-right: 10px;
    position: relative;
    width: 92px;
}

.c-tag__enkiri .c-tag__text {
    color: #000;
    display: inline-block;
    font-size: 17px;
    line-height: 2;
    position: absolute;
    text-align: center;
    background-image: url(../img/tag_enkiri1.png) !important;
    background-size: cover;
    background-position: 50%;
    height: 36px;
    left: 0;
    width: 94px;
    z-index: 30;
}

.c-tag__enkiri .c-tag__bg {
    left: 0;
}

.c-tag__bg {
    position: absolute;
    z-index: 10;
}

.c-tag__enmusubi {
    display: inline-block;
    height: 38px;
    margin-bottom: 6px;
    margin-right: 10px;
    position: relative;
    width: 97px;
}

.c-tag__enmusubi .c-tag__text {
    color: #000;
    display: inline-block;
    font-size: 17px;
    line-height: 3.2;
    position: absolute;
    text-align: center;
    z-index: 30;
    background-image: url(../img/tag_enmusubi1.png) !important;
    background-size: cover;
    background-position: 50%;
    display: inline-block;
    height: 46px;
    left: 0;
    top: -9px;
    position: absolute;
    width: 100px;
    z-index: 30;
}

.c-tag__enmusubi .c-tag__bg {
    left: 0;
}

.c-tag__hash {
    margin-bottom: 10px;
    margin-right: 20px;
}

.c-tag__square,
.c-tag__square--enmusubi,
.c-tag__square--enkiri {
    background-image: url("../img/enkiri/tag_square.png");
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: calc(20% - 10px);
}

.c-tag__square--enmusubi {
    background-image: url("../img/enkiri/tag_square-enmusubi.png");
}

.c-tag__square--enkiri {
    background-image: url("../img/enkiri/tag_square-enkiri.png");
}

.c-img,
.c-img--full {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.c-img--outer {
    overflow: hidden;
}

.c-img--full {
    display: block;
    height: 100%;
    max-height: 300px;
}

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

.p-enkiri-main-visual {
    background-image: url("../img/enkiri/enkiri-main-bg01.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    height: 780px;
    position: relative;
    width: 100%;
}

.p-enkiri-main-visual__title {
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.p-enkiri-main-visual__title img {
    height: 100%;
    width: auto;
}

.p-enkiri-main-visual__title::after {
    bottom: -24px;
    content: 'JYUN-EN';
    display: inline-block;
    font-family: "Cormorant Infant", serif;
    font-size: 2rem;
    left: 50%;
    letter-spacing: 5px;
    line-height: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 200px;
    writing-mode: horizontal-tb;
}

.p-enkiri-main-visual__layer {
    background-color: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 23px;
    height: 400px;
    left: 50%;
    line-height: 2;
    padding: 50px 20px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 480px;
}

.p-enkiri-main-visual__desc {
    bottom: 20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.p-enkiri-main-visual__btn {
    background: rgba(103, 17, 177, 0.9);
    bottom: 100px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.p-enkiri-main-visual__btn a {
    color: #fff;
}

.p-enkiri-main-visual__btn-img {
    left: 25px;
    position: absolute;
    top: 6px;
}

.p-enkiri-main-visual__abbot {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 50;
}

.p-enkiri-main-visual__abbot img {
    vertical-align: bottom;
}

.p-enkiri-slide-menu {
    background-color: transparent;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.875rem;
    max-width: 350px;
    overflow-y: auto;
    padding-left: 20px;
    position: fixed;
    right: -1000px;
    text-align: start;
    text-align: center;
    top: 0;
    transition: right .5s;
    z-index: 80;
}

.p-enkiri-slide-menu__inner {
    background: #111111;
    box-sizing: border-box;
}

.p-enkiri-slide-menu__top {
    display: flex;
    justify-content: space-between;
    padding: 34px;
}

.p-enkiri-slide-menu__close {
    align-items: center;
    background: #111111;
    display: flex;
    height: 26px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

.p-enkiri-slide-menu__close::before,
.p-enkiri-slide-menu__close::after {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
}

.p-enkiri-slide-menu__close::before {
    transform: rotate(45deg);
    width: 20px;
}

.p-enkiri-slide-menu__close::after {
    transform: rotate(-45deg);
    width: 20px;
}

.p-enkiri-slide-menu__left a {
    color: #fff;
}

.p-enkiri-slide-menu__btn {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.p-enkiri-slide-menu__btn>a {
    margin-left: 30px;
    width: 20px;
}

.p-enkiri-slide-menu__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
}

.p-enkiri-slide-menu__list li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    padding: 34px 0;
    width: 50%;
}

.p-enkiri-slide-menu__list li:first-child {
    border-top: 1px solid #fff;
    width: 100%;
}

.p-enkiri-slide-menu__list li:nth-child(odd) {
    border-right: none;
}

.p-enkiri-slide-menu__list li:last-child,
.p-enkiri-slide-menu__list li:nth-last-child(2) {
    border-bottom: none;
}

.p-enkiri-slide-menu__list li a {
    color: #fff;
}

.p-enkiri-about {
    background-image: url("../img/enkiri/enkiri-about_bg.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 900px;
    width: 100%;
}

.p-enkiri-about__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.p-enkiri-about__desc {
    font-size: 1.125rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 420px;
    margin: auto 0;
    line-height: 43.5px;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
}

.p-enkiri-about__right {
    height: 700px;
    position: relative;
    width: 120px;
}

.p-enkiri-about__title {
    position: absolute;
    top: 75px;
    z-index: 50;
}

.p-enkiri-about__title>img {
    height: 100%;
    width: auto;
}

.p-enkiri-about__signup {
    bottom: 45px;
    cursor: pointer;
    display: inline-block;
    left: -70px;
    position: absolute;
    z-index: 40;
}

.p-enkiri-about__title-line {
    position: absolute;
    right: 0;
    z-index: 30;
}

.p-enkiri-about__title-line img {
    height: 100%;
    width: auto;
}

.p-enkiri-about__bottom {
    bottom: 75px;
    position: absolute;
    right: -60px;
    text-align: right;
}

.p-enkiri-about__bottom a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    text-align: center;
}

.p-enkiri-search {
    background: #111111;
    padding: 0;
    position: relative;
}

.p-enkiri-search__top {
    background-image: url("../img/enkiri/search-menu_bg.png");
    box-sizing: border-box;
    height: 100px;
}

.p-enkiri-search__top-container {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
}

.p-enkiri-search__top-item {
    border-right: 1px solid #fff;
    box-sizing: border-box;
    flex-grow: 2;
    height: 100%;
    text-align: center;
    width: calc(100%/3);
}

.p-enkiri-search__top-item a {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    height: 100%;
    padding: 20px 0;
    width: 100%;
}

.p-enkiri-search__top-item a:hover {
    background-color: #111111;
}

.p-enkiri-search__top-item:nth-child(2) {
    flex-grow: 1;
}

.p-enkiri-search__top-item:last-child {
    border: none;
}

.p-enkiri-search__container-img {
    height: 20px;
    margin: 0 auto 10px;
    text-align: center;
    width: 20px;
}

.p-enkiri-search__body {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 800px;
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.p-enkiri-search__select-item {
    background: #fff;
    font-size: 0.875rem;
    height: 60px;
    position: relative;
    width: calc(100%/3 - 10px);
}

.p-enkiri-search__select-item select {
    padding: 14px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

.p-enkiri-search__item-text--smp {
    display: none;
}

.p-enkiri-search__form {
    position: relative;
    z-index: 30;
}

.p-enkiri-search__form-row,
.p-enkiri-search__form-row--top {
    display: flex;
    height: 60px;
    margin-bottom: 34px;
    position: relative;
    width: 100%;
}

.p-enkiri-search__form-row--top {
    justify-content: space-between;
    height: 100%;
    margin-bottom: 34px;
}

.p-enkiri-search__search-word {
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    font-size: 0.875rem;
    padding: 14px 14px 14px 14px;
    position: relative;
    width: 100%;
}

.p-enkiri-search__search-detail {
    background-color: #fff;
    box-sizing: border-box;
    font-size: 0.875rem;
    height: 100%;
    line-height: 60px;
    padding: 0 14px;
    position: relative;
    width: 100%;
}

.p-enkiri-search__search-detail::before,
.p-enkiri-search__select-item::before {
    background: #111111;
    border: 1px solid #fff;
    box-sizing: border-box;
    content: '';
    height: 60px;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
}

.p-enkiri-search__search-detail::after,
.p-enkiri-search__select-item::after {
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    content: '';
    display: inline-block;
    height: 12px;
    pointer-events: none;
    position: absolute;
    right: 23px;
    top: 34%;
    transform: rotate(135deg);
    width: 12px;
}

.p-enkiri-search__detail {
    display: flex;
    flex-direction: column;
    height: 60px;
    margin-bottom: 34px;
    position: relative;
    width: 100%;
}

.p-enkiri-search__detail-check {
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    color: #000;
    display: none;
    flex-wrap: wrap;
    font-size: 0.875rem;
    padding: 16px 28px;
    width: 100%;
    z-index: 50;
}

.p-enkiri-search__detail-check label {
    margin-bottom: 28px;
    margin-right: 15px;
}

.p-enkiri-search__btn {
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 35px;
    position: relative;
}

.p-enkiri-search__btn button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.p-enkiri-search__btn span {
    display: inline-block;
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    width: 16px;
}

.p-enkiri-search__cloud-left,
.l-enkiri-footer__cloud-left--smp,
.p-enkiri-search__cloud-left--smp {
    bottom: 0;
    left: 0;
    position: absolute;
}

.p-enkiri-search__cloud-left--smp,
.p-enkiri-search__cloud-right--smp {
    display: none;
}

.p-enkiri-search__cloud-right,
.p-enkiri-search__cloud-right--smp,
.p-enkiri-bottom__cloud-right--smp {
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 10;
}

.p-enkiri-recommended {
    background-color: #050505;
    background-image: url("../img/enkiri/wave_bg.png");
    background-repeat: repeat;
}

.p-enkiri-recommended__title {
    background-image: url("../img/enkiri/recommend_bg.jpg");
}

.p-enkiri-recommended__container {
    flex-direction: row !important;
}

.p-enkiri-recommended__desc {
    left: 50%;
    position: absolute;
    top: 72%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-enkiri-recommended__card {
    height: 600px;
    margin-bottom: 56px;
}

.p-enkiri-recommended__item {
    position: relative;
    width: calc(50% - 46px) !important;
}

.p-enkiri-recommended__btn {
    padding-bottom: 40px;
    width: 100%;
}

.p-enkiri-report {
    background-color: #050505;
    background-image: url("../img/enkiri/wave_bg.png");
    background-repeat: repeat;
    box-sizing: border-box;
    padding-bottom: 54px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.p-enkiri-report__title {
    background-image: url("../img/enkiri/report_bg.jpg");
}

.p-enkiri-report__content {
    margin-left: auto;
    max-width: 540px;
    width: 100%;
}

.p-enkiri-report__container {
    box-sizing: border-box;
    margin-left: auto;
    padding: 0 40px;
    overflow: hidden;
}

.p-enkiri-report__btn {
    margin-top: 0;
}

.p-enkiri-report__swiper-wrapper {
    position: relative;
}

.p-enkiri-event {
    box-sizing: border-box;
    background-color: #050505;
    background-image: url("../img/enkiri/wave_bg.png");
    background-repeat: repeat;
    position: relative;
    padding-top: 0;
    padding-bottom: 54px;
    width: 100%;
}

.p-enkiri-event__title {
    background-image: url("../img/enkiri/event_bg.jpg");
    margin-bottom: 80px;
}

.p-enkiri-event__content {
    margin-left: auto;
    max-width: 540px;
    width: 100%;
}

.p-enkiri-event__body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.p-enkiri-event__list {
    background: #fff;
    border: 1px solid #000;
    border-radius: 35px;
    box-sizing: border-box;
    margin: 0 auto 26px;
    max-width: 4500px;
    padding: 36px 30px;
    width: 90%;
}

.p-enkiri-event__list-item,
.p-enmusubi-event {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}

.p-enkiri-event__list-item:first-child {
    border-top: 1px solid #000;
}

.p-enkiri-event__list-item-img,
.p-enmusubi-event img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.p-enkiri-event__list-item-text,
.p-enmusubi-event-text {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-enkiri-event__calender {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
}

.p-enkiri-event__container {
    margin-left: auto;
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.p-enkiri-event__btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-enkiri-event__btn a {
    width: 360px;
    height: 72px;
}

.p-enkiri-photo-movie {
    background-color: #fff;
    background-image: url("../img/enkiri/circle_bg02.png");
    background-repeat: repeat;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    padding-bottom: 54px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.p-enkiri-photo-movie__container {
    width: 50%;
}

.p-enkiri-photo-movie__swiper-container {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 310px !important;
    margin: 0 auto 56px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    width: 500px !important;
}

.p-enkiri-photo-movie__swiper-prev::after,
.p-enkiri-photo-movie__swiper-next::after {
    color: #fff;
}

.p-enkiri-photo-movie__btn {
    margin-bottom: 40px;
}

.p-enkiri-photo__title {
    background-image: url("../img/enkiri/photo_bg.jpg");
}

.p-enkiri-movie__title {
    background-image: url("../img/enkiri/movie_bg.jpg");
}

.p-enkiri-column {
    background-color: #050505;
    background-image: url("../img/enkiri/circle_bg02.png");
    background-repeat: repeat;
    background-size: cover;
    padding-bottom: 36px;
}

.p-enkiri-column__title {
    background-image: url("../img/enkiri/column_bg.jpg");
    margin-bottom: 48px;
    margin-top: 0;
}

.p-enkiri-column__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.p-enkiri-column__list li:first-child,
.p-enkiri-column__list li:nth-child(2) {
    border-top: 1px solid #fff;
}

.p-enkiri-column__list-item {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
    width: calc(50% - 50px);
    z-index: 30;
}

.p-enkiri-column__list-item>a {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.p-enkiri-column__list-img {
    margin-right: 28px;
}

.p-enkiri-column__list-title {
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.25rem;
    width: 70%;
}

.p-enkiri-column__list-title>time {
    font-size: 0.875rem;
}

.p-enkiri-column__bg-title {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Cormorant Infant", serif;
    font-size: 120px;
    left: 50%;
    position: absolute;
    top: -45px;
    transform: translateX(-50%);
}

.p-enkiri-pickup {
    background-color: #000;
    background-image: url("../img/enkiri/pickup_bg02.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
}

.p-enkiri-pickup__abbot {
    align-items: center;
    background-image: url("../img/abbot.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: none;
    font-size: 36px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
    width: 100%;
}

.p-enkiri-pickup__abbot p {
    font-size: 1.125rem;
}

.p-enkiri-pickup__text {
    font-family: "Sawarabi Mincho", sans-serif;
}

.p-enkiri-pickup__title {
    background-image: url("../img/enkiri/pickup_bg.jpg");
}

.p-enkiri-pickup__bottom {
    align-items: center;
    background-color: #232424;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
}

.p-enkiri-pickup__arrow {
    text-align: center;
    width: 100%;
}

.p-enkiri-pickup__card--wrapper {
    position: relative;
    overflow: hidden;
}

.p-enkiri-pickup__title {
    color: #fff;
}

.p-enkiri-pickup__title::before {
    background-image: url("../img/title_icon02.png");
}

.p-enkiri-pickup__width {
    left: -10px;
    position: relative;
}

.p-enkiri-pickup__btn {
    margin-bottom: 72px;
}

.p-enkiri-bottom {
    background: #111;
    color: #fff;
    padding-bottom: 48px;
    padding-top: 42px;
    position: relative;
}

.p-enkiri-bottom__item {
    background-image: url("../img/enkiri/stripe_bg.png");
    box-sizing: border-box;
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.125rem;
    margin: 12px;
    padding: 28px;
    text-align: center;
    width: 420px;
}

.p-enkiri-bottom__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.p-enkiri-bottom__search {
    align-items: center;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 35px;
    display: flex;
    font-size: 1rem;
    height: 64px;
    justify-content: space-around;
    line-height: 68px;
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
    text-align: center;
    width: 420px;
    z-index: 30;
}

.p-enkiri-bottom__search input {
    border: none;
    font-size: 1rem;
    text-align: center;
    width: 70%;
}

.p-enkiri-bottom__search input::placeholder {
    color: #cececd;
}

.p-enkiri-bottom__search input:focus {
    outline: none;
}

.p-enkiri-bottom__search-img {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 25px;
    position: absolute;
}

.p-enkiri-bottom__cloud-right {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    width: 270px;
}

.p-enkiri-bottom__cloud-right--smp {
    display: none;
}

.p-slide-menu {
    background-color: #343434;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.125rem;
    max-width: 350px;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: -1000px;
    text-align: start;
    text-align: center;
    top: 0;
    transition: right .5s;
    z-index: 80;
}

.p-slide-menu__top {
    display: flex;
    justify-content: space-between;
}

.p-slide-menu__close {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: relative;
    width: 20px;
}

.p-slide-menu__close::before,
.p-slide-menu__close::after {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
}

.p-slide-menu__close::before {
    transform: rotate(45deg);
    width: 20px;
}

.p-slide-menu__close::after {
    transform: rotate(-45deg);
    width: 20px;
}

.p-slide-menu__btn {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.p-slide-menu__btn>a {
    margin-left: 30px;
    width: 20px;
}

.p-slide-menu__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-bottom: 16px;
    padding-top: 16px;
    width: 100%;
}

.p-slide-menu__list li {
    margin-bottom: 54px;
}

.p-slide-menu__list li:first-child {
    margin-top: 54px;
}

.p-slide-menu__list li a {
    color: #fff;
}

.p-slide-menu__item,
.p-slide-menu__item--abbot {
    background: #fff;
    box-sizing: border-box;
    color: #000000;
    font-size: 1rem;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 420px;
}

.p-slide-menu__item--abbot {
    height: 90px;
    padding: 0;
}

.p-slide-menu__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.p-slide-menu__abbot {
    background-image: url("../img/abbot_sm.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.p-slide-menu__item-img {
    margin: 0 auto;
    width: 50px;
}

.p-slide-menu__item-img img {
    height: 30px;
    width: auto;
}

.p-slide-menu__search {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 46px;
    text-align: center;
    position: relative;
    padding: 10px;
    width: 100%;
}

.p-slide-menu__search input {
    background: transparent;
    border: none;
    font-size: 1rem;
    width: 90%;
}

.p-slide-menu__search input:focus {
    outline: none;
}

.p-slide-menu__search-img {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20px;
}

.p-slide-menu__title {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
}

.p-slide-menu__title h3 {
    font-size: 1.25rem;
}

.p-slide-menu__title span {
    font-size: 10px;
}

.p-top-page {
    background-image: url("../img/top/bg-index.png");
    background-size: cover;
    background-position: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

.p-top-page__enmusubi,
.p-top-page__enkiri {
    position: relative;
    width: 50%;
}

.p-top-page__cloud-left,
.p-top-page__cloud-right {
    position: absolute;
    width: 60%;
    z-index: 30;
}

.p-top-page__cloud-left--smp,
.p-top-page__cloud-right--smp {
    display: none;
    position: absolute;
    width: 120%;
    z-index: 30;
}

.p-top-page__cloud-left {
    left: 0;
    top: 0;
}

.p-top-page__cloud-left--smp {
    bottom: 10%;
    left: 0;
}

.p-top-page__cloud-right {
    bottom: 0;
    right: 0;
}

.p-top-page__cloud-right--smp {
    top: 10%;
    right: 0;
}

.p-top-page__enmusubi-text,
.p-top-page__enkiri-text {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 999;
}

.p-top-page__enmusubi-text h2,
.p-top-page__enkiri-text h2 {
    font-size: 42px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    margin-top: 15px;
    text-shadow: 0px 0px 5px rgba(77, 77, 77, 0.3);
}

.p-top-page__enmusubi-text h2 span,
.p-top-page__enkiri-text h2 span {
    font-size: 24px;
}

.p-top-page__enmusubi-text {
    right: 100px;
    transform: translateY(-50%);
}

.p-top-page__enmusubi-text:hover+.p-top-page__enmusubi-layer {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: -40px 0 20px 0 rgba(0, 0, 0, 0.3) inset;
}

.p-top-page__enkiri-text {
    left: 100px;
    transform: translateY(-50%);
}

.p-top-page__enkiri-text:hover+.p-top-page__enkiri-layer {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 40px 0 20px 0 rgba(0, 0, 0, 0.3) inset;
}

.p-top-page__enmusubi-layer,
.p-top-page__enkiri-layer {
    background: transparent;
    height: 100%;
    transition: 0.5s;
    width: 100%;
}

.p-top-page__enmusubi-layer {
    box-shadow: -40px 0 20px 0 rgba(0, 0, 0, 0) inset;
}

.p-top-page__enkiri-layer {
    box-shadow: 40px 0 20px 0 rgba(0, 0, 0, 0) inset;
}

.p-top-page__enmusubi-icon,
.p-top-page__enkiri-icon {
    width: 90px;
}

.p-header__inner {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.p-header__menu {
    height: 60px;
    position: relative;
    width: 60px;
}

.p-header__menu-btn {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 60px;
    justify-content: center;
    z-index: 90;
}

.p-header__menu-btn span,
.p-header__menu-btn span:before,
.p-header__menu-btn span:after {
    background-color: #fff;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
}

.p-header__menu-btn-sub span,
.p-header__menu-btn-sub span:before,
.p-header__menu-btn-sub span:after {
    background: #a7a6a6 !important;
}

.p-header__menu-btn span {
    width: 46px;
}

.p-header__menu-btn span:before {
    bottom: 13px;
    width: 46px;
}

.p-header__menu-btn span:after {
    top: 13px;
    width: 46px;
}

.p-main-visual {
    background-image: url("../img/mainvisual8.webp");
    background-position: 50% 64%;
    background-size: cover;
    color: #fff;
    height: 510px;
    font-size: 24px;
    position: relative;
    width: 100%;
}

.p-main-visual__title {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
}

.p-main-visual__title img {
    height: 100%;
    width: auto;
}

.p-main-visual__title::after {
    content: 'JYUN-EN';
    bottom: -24px;
    display: inline-block;
    font-size: 29px;
    font-family: "Cormorant Infant", serif;
    left: 50%;
    letter-spacing: 5px;
    line-height: 10px;
    position: absolute;
    transform: translateX(-50%);
    width: 160px;
    writing-mode: horizontal-tb;
}

.p-main-visual__layer {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: dnp-shuei-ymincho-std, sans-serif;
    font-size: 23px;
    height: 200px;
    line-height: 2;
    left: 50%;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 390px;
}

.p-main-visual__layer::after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.p-main-visual__layer p {
    font-size: 15px;
}

.p-main-visual__side-text {
    font-family: "Cormorant Infant", serif;
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.p-search-spot {
    padding: 30px 0;
}

.p-search-spot__top {
    border-bottom: 1px solid #dfdedc;
    margin-bottom: 32px;
    padding: 10px 0 10px 70px;
}

.p-search-spot__top>.u-container {
    align-items: center;
    justify-content: start;
}

.p-search-spot__top-wrap {
    align-items: center;
    display: flex;
    justify-content: start;
}

.p-search-spot__pin {
    height: 40px;
    margin-right: 10px;
    width: 26px;
}

.p-search-spot__top-text {
    position: relative;
}

.p-search-spot__body {
    justify-content: space-between;
}

.p-search-spot__left {
    width: calc(100% - 370px);
}

.p-search-spot__right {
    width: 350px;
}

.p-search-spot__form-row {
    display: flex;
    top: 63%;
    left: 50%;
    position: absolute;
    width: 70%;
    transform: translate(-50%, -50%);
}

.p-search-spot__select-item {
    font-size: 0.875rem;
    margin-right: 10px;
    position: relative;
    width: calc(100%/3 - 10px);
}

.p-search-spot__select-item:last-child {
    margin-bottom: 0;
    margin-right: -10px;
}

.p-search-spot__select-item select {
    appearance: none;
    border: 1px solid #d6d6d6;
    display: inline-block;
    height: 100%;
    padding: 14px;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 8px;
    margin: 10px auto 20px;
}

.p-search-spot__select-item::after {
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 35%;
    transform: rotate(135deg);
    width: 12px;
}

.p-search-spot select::-ms-expand {
    display: none;
}

.p-search-spot__search-word {
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    font-size: 0.875rem;
    padding: 13px 30px 13px 14px;
    position: relative;
    width: 100%;
}

.p-search-spot__search-icon {
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 30;
}

.p-search-spot__title {
    background-color: #fc474c;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    height: 60px;
    margin: 0 0 34px;
    line-height: 60px;
    text-align: center;
    position: relative;
}

.p-search-spot__about {
    background-image: url("../img/about_bg.png ");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 32px 22px 22px;
    position: relative;
}

.p-search-spot__about>p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 24px;
}

.p-search-spot__about span {
    font-size: 24px;
}

.p-search-spot__about-title {
    margin-bottom: 24px;
}

.p-search-spot__about-title>h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: center;
}

.p-search-spot__about-subtitle {
    color: #fb3a34;
    font-family: "Cormorant Infant", serif !important;
    text-align: center;
}

.p-search-spot__mizubiki {
    position: absolute;
    right: -35px;
    top: -23px;
}

.p-search-spot__about-bottom {
    font-size: 0.875rem;
    margin: 28px 0;
    text-align: center;
}

.p-search-spot__about-bottom a {
    border-bottom: 1px solid #000;
    color: #000000;
    padding-bottom: 6px;
}

.p-search-spot__btn {
    position: relative;
}

.p-search-spot__btn button {
    background: transparent;
    border: none;
    color: #fff;
}

.p-search-spot__btn span {
    display: inline-block;
    right: 39px;
    position: absolute;
    top: 50%;
    transform: translateY(-43%);
    width: 16px;
}

.p-search-spot__search-detail {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
    font-size: 0.875rem;
    padding: 14px 14px 14px 30px;
    position: relative;
    width: 100%;
}

.p-search-spot__search-detail::after {
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 25%;
    transform: rotate(-45deg);
    width: 12px;
}

.p-search-spot__detail {
    flex-direction: column;
    display: flex;
    margin-bottom: 34px;
    position: relative;
    width: 100%;
}

.p-search-spot__detail-check {
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    font-size: 0.875rem;
    padding: 16px 28px;
    width: 100%;
}

.p-search-spot__detail-check label {
    margin-bottom: 28px;
    margin-right: 15px;
}

.p-spot {
/*     background-image: url("../img/spot_bg.png"); */
	background-image: url("../img/spot_bg3.jpg");
    background-size: cover;
    padding-bottom: 54px;
}

.p-spot__bg-ornament {
    height: 200px;
    margin: 50px auto 40px;
    max-width: 370px;
    position: relative;
    text-align: center;
    width: 100%;
}

.p-spot__bg-ornament h3 {
    font-size: 22px;
    font-family: dnp-shuei-ymincho-std, sans-serif;
    left: 50%;
    position: absolute;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-spot__bg-ornament h3.news-title {
    top: 54%;
}

.p-spot__bg-ornament__text {
    position: relative;
}

.p-spot__container,
.p-news__container {
    flex-direction: row !important;
}

.p-news__container .sp-bnr-img {
    display: none;
}

.p-news__container .pc-bnr-img {
    display: block;
}

@media screen and (max-width: 768px) {
    .p-news__container .sp-bnr-img {
        display: block;
    }

    .p-news__container .pc-bnr-img {
        display: none;
    }
}

.p-spot__desc {
    left: 50%;
    position: absolute;
    top: 72%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-spot__bg-ornament-img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.p-spot__card {
    margin-bottom: 56px;
}

.p-spot__item {
    position: relative;
    /* width: calc(50% - 46px) !important; */
}

.p-report {
    background-image: url("../img/report_bg.png");
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    padding-bottom: 54px;
    padding-top: 0;
    position: relative;
    width: 50%;
}

.p-report__content {
    margin-left: auto;
    max-width: 540px;
    width: 100%;
}

.p-report__container {
    box-sizing: border-box;
    margin-left: auto;
    padding: 0 40px;
}

.p-report__bg-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 120px;
    font-family: "Cormorant Infant", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -132px;
    left: -100px;
    position: absolute;
    transform: rotate(-180deg);
}

.p-report__btn {
    margin-top: 36px;
}

.p-event {
    background-image: url("../img/event_bg.jpg");
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    padding-top: 0;
    position: relative;
    padding-bottom: 54px;
    width: 50%;
}

.p-event__container {
    box-sizing: border-box;
    margin-right: auto;
    padding: 0 40px;
}

.p-event__list {
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 auto 26px;
    padding: 36px 30px;
    width: 80%;
}

.p-event__list-item {
    border-bottom: 1px solid #000;
    padding: 15px 0;
}

.p-event__list-item:first-child {
    border-top: 1px solid #000;
}

.p-event__content {
    margin-right: auto;
    max-width: 540px;
    width: 100%;
}

.p-event__calender {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
}

.p-event__bg-title,
.p-event__bg-title--smp {
    color: rgba(255, 255, 255, 0.8);
    font-size: 120px;
    font-family: "Cormorant Infant", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -132px;
    right: -100px;
    position: absolute;
}

.p-event__bg-title--smp {
    display: none;
}

.p-photo__item-bg {
    background-image: url("../img/photo_bg02.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    display: flex;
    margin-bottom: 45px;
    padding-bottom: 70px;
    padding-top: 34px;
    position: relative;
    z-index: 30;
}

.p-photo__item-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.p-photo__item-container p {
    width: calc(1300px /3);
}

.p-photo__item-container .swiper-pagination-bullet {
    background-color: transparent !important;
}

.p-photo__item-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bfbfbf !important;
}

.p-photo__item {
    height: 280px !important;
}

.p-photo__title {
    margin-top: 85px;
    margin-bottom: 26px;
    padding-top: 2px;
}

.p-photo__bg-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 126px;
    font-family: "Cormorant Infant", serif;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -68px;
}

.p-movie__item-bg {
    background-image: url("../img/movie_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    display: flex;
    margin-bottom: 45px;
    padding-top: 34px;
    padding-bottom: 70px;
    position: relative;
    z-index: 30;
}

.p-movie__item-wrapper {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.p-movie__item-wrapper p {
    width: calc(1300px /3);
}

.p-movie__item-wrapper .swiper-pagination-bullet {
    background-color: transparent !important;
}

.p-movie__item-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bfbfbf !important;
}

.p-movie__item {
    height: 280px;
}

.p-movie__title {
    margin-top: 85px;
    margin-bottom: 26px;
    padding-top: 2px;
}

.p-movie__bg-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 126px;
    font-family: "Cormorant Infant", serif;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -68px;
}

.p-photo-movie {
    background-image: url("../img/photo_movie_bg.png");
    background-size: cover;
    background-position: center;
}

.p-column .c-img {
    max-width: 300px;
}

.p-column {
    background-image: url("../img/column_bg.png");
    background-size: cover;
    background-repeat: repeat;
}

.p-column__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.p-column__list-item {
    padding: 20px;
    position: relative;
    width: calc(50% - 50px);
    z-index: 30;
    background-color: #fff;
    margin: 15px auto;
}

.p-column__list-item>a {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.p-column__list-img {
    margin-right: 28px;
}

.p-column__title {
    margin-top: 85px;
    margin-bottom: 48px;
    padding-top: 2px;
}

.p-column__list-title {
    color: #000;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.25rem;
    width: 70%;
}

.p-column__list-title>time {
    font-size: 0.875rem;
}

.p-column__bg-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 120px;
    font-family: "Cormorant Infant", serif;
    left: 50%;
    position: absolute;
    top: -45px;
    transform: translateX(-50%);
}

.p-goshintai {
    background-color: #000;
    background-image: url("../img/goshintai_bg.png");
    background-size: cover;
    background-position: bottom;
    padding-top: 46px !important;
    padding-bottom: 30px;
}

.p-goshintai__bottom {
    align-items: center;
    background-color: #000;
    background-image: url("../img/goshintai_bottom_bg.png");
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
}

.p-goshintai__abbot {
    align-items: center;
    background-image: url("../img/abbot.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    font-size: 36px;
    height: 300px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    text-align: center;
    width: 100%;
}

.p-goshintai__abbot p {
    font-size: 1.125rem;
}

.p-goshintai__text {
    font-family: "Sawarabi Mincho", sans-serif;
}

.p-goshintai__arrow {
    padding: 18px 0;
    text-align: center;
    width: 100%;
}

.p-goshintai__arrow img,
.p-enkiri-pickup__bottom img {
    width: 30px !important;
}

.p-goshintai__card--wrapper {
    position: relative;
    overflow: hidden;
}

.p-goshintai__title {
    color: #fff;
}

.p-goshintai__title::before {
    background-image: url("../img/title_icon02.png");
}

.p-goshintai__width {
    position: relative;
    left: -10px;
}

.p-goshintai__btn {
    margin-bottom: 72px;
}

.p-index-links__item {
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.125rem;
    margin: 12px;
    padding: 28px;
    text-align: center;
    width: 420px;
}

.p-index-links__item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
}

.p-index-links__item-text {
    color: #000;
}

.p-index-links__search {
    align-items: center;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 35px;
    display: flex;
    font-size: 1rem;
    height: 64px;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 48px;
    line-height: 68px;
    text-align: center;
    position: relative;
    width: 420px;
}

.p-index-links__search input {
    border: none;
    font-size: 1rem;
    height: 62px;
    text-align: center;
    width: 70%;
}

.p-index-links__search input::placeholder {
    color: #cececd;
}

.p-index-links__search input:focus {
    outline: none;
}

.p-index-links__search-img {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 25px;
    position: absolute;
}

.u-sitewidth {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
}

.u-sitewidth--half {
    position: relative;
    width: 650px;
}

.u-sitewidth--100 {
    width: 100%;
}

.u-innerwidth {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.u-innerwidth--half {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
}

.u-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.u-container--half {
    position: relative;
    width: calc(50%);
}

.u-container--half.insta {
    width: calc(50% - 40px);
    margin: 40px 0;
    padding: 10px 20px;
    background: #fff;
}

.u-mt--10 {
    margin-top: 10px;
}

.js-menu-active {
    right: 0 !important;
}

.js-search-detail-active {
    display: flex !important;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img {
    background-size: cover;
    background-position: center;
    display: block;
    height: 100%;
}

.swiper-pagination {
    bottom: 24px !important;
}

.swiper-pagination-bullet {
    border: 1px solid #999;
    height: 14px !important;
    width: 14px !important;
}

.swiper-pagination-bullet-active {
    background-color: #bfbfbf !important;
    border: 1px solid #bfbfbf;
}

.p-main-visual>.swiper-container {
    height: 100vh;
    width: 100%;
}

.p-main-visual .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ============================ page ================= */
.img-wrap {
    text-align: center;
}

.page-wrap {
    line-height: 1.8;
    padding: 70px 0 0;
}

.breadcrumb {
    color: #707070;
    margin: 50px auto;
    max-width: 1180px;
    padding: 0 15px;
    font-size: 14px
}

.breadcrumb ul {
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    padding-right: 1em;
    position: relative;
}

.breadcrumb li:not(:first-child) {
    padding-left: 0.5em;
}

.breadcrumb li:last-child {
    padding-right: 0;
}

.breadcrumb li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.page-wrap img {
    vertical-align: top;
    width: 100%;
}

.page-wrap .l-section__title {
    margin-bottom: 42px;
}

.page-head {
    height: 260px;
    position: relative;
}

.page-title-wrap {
    background-color: rgba(0, 0, 0, 0.7);
    height: 260px;
    margin: 0 auto;
    max-width: 350px;
    position: relative;
    text-align: center;
}

.page-title {
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 30px;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.page-title span {
    font-family: initial;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    position: relative;
    text-transform: unset;
}

.page-title span::before {
    border-top: solid 1px #fff;
    content: '';
    left: 0;
    position: absolute;
    top: -15px;
    width: 100%;
}

.main-content-wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main-content {
    flex: 0 0 60%;
    max-width: 780px;
    padding: 0 15px;
}

.flex {
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-img {
    margin-right: 10px;
}

.btn-wrap {
    text-align: center;
}

.btn-base,
.mep_event_list a.btn-base {
    background-color: #fc474c;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    line-height: 1.4;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-base-bottom {
    background-color: #fc474c;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    line-height: 1.4;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-base::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    height: 8px;
    position: absolute;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    width: 8px;
}

.btn-base-bottom::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: '';
    height: 8px;
    position: absolute;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    width: 8px;
}

.btn-base:hover {
    color: #fff;
}

.btn-blk {
    background-color: #141414 !important;
}

.btn-blk:active,
.btn-blk:focus,
.btn-blk:hover,
.btn-more-blk:active,
.btn-more-blk:focus,
.btn-more-blk:hover,
.btn-social:hover {
    color: #fff;
}

.btn-light-border {
    background-color: transparent;
    border-radius: 0;
    border: solid 1px #fff;
}

.btn-more {
    color: #25bcf3;
    float: right;
    padding: 0 20px;
    position: relative;
}

.btn-more::after {
    position: absolute;
    content: '>';
    padding-left: 5px;
}

.btn-more-blk {
    color: #fff;
    padding: 10px 15px;
    margin: 0 15px;
    text-align: center;
    display: block;
    background-color: #141414;
}

.btn-anchor::after {
    transform: translateY(-50%) rotate(45deg);
}

.btn-search::after {
    content: none;
}

.btn-social {
    align-items: center;
    border-radius: 6px;
    color: #fff;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 12px;
    padding: 3px 10px;
}

.btn-social .icon-img {
    height: 15px;
    margin-right: 5px;
    width: auto;
}

.btn-social.btn-tw {
    background-color: #3a86d4;
}

.btn-social.btn-fb {
    background-color: #2e69e5;
}

.btn-social.btn-li {
    background-color: #75db4a;
}

.google-cal {
    background-color: #3f83f5;
}

.yahoo-cal {
    background-color: #ff0032;
}

.sort-sele {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 5px;
}

/* ============================ trigger-btn / さらに表示するボタン ================= */
.trigger-btn {
    background-color: #141414;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 50;
}

.trigger-panel {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.trigger-panel::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
}

.check-box {
    display: none;
    /*チェックボックスは常に非表示*/
}

.check-box:checked+.trigger-btn {
    display: none;
    /*チェックされていたら、trigger-btnを非表示にする*/
}

.check-box:checked~.trigger-panel {
    height: auto;
    /*チェックされていたら、高さを戻す*/
}

.check-box:checked~.trigger-panel::before {
    display: none;
    /*チェックされていたら、panel-itemのbeforeを非表示にする*/
}

/* ============== // END さらに表示する / trigger-btn ================= */

.page-wrap .c-btn01--main a {
    display: block;
}

.page__bottom {
    align-items: center;
    background-color: #000;
    background-image: url("../img/goshintai_bottom_bg.png");
    display: flex;
    justify-content: center;
    position: relative;
}

.page__bottom__arrow {
    display: inline-block;
    padding: 18px 0 16px;
    text-align: center;
    width: 100%;
}

.page__bottom__arrow img {
    width: 30px;
}

/* ============================ pagination共通 ================= */
.page-wrap .pagination {
    justify-content: center;
    margin-top: 50px;
}

.page-wrap .pagination ul.page-numbers {
    margin: 0 auto 50px;
}

.page-wrap .pagination .page-numbers {
    margin: 0 auto 5px;
}

.page-wrap .pagination .page-numbers li {
    display: inline-block;
    margin: 3px;
}

.page-wrap .pagination .page-numbers li span,
.page-wrap .pagination .page-numbers li a {
    background-color: #d2d0ce;
    border-radius: 6px;
    display: block;
    padding: 5px 10px;
}

.page-wrap .pagination .page-numbers li span.current {
    background-color: #eceae6;
}

/* ============================ sidebar共通 ================= */
.sidebar-block {
    flex: 0 0 40%;
    line-height: 1.5;
    max-width: 400px;
}

.sidebar-wrap {
    /* background-color: #f5f3ee; */
    padding: 15px;
}

.sidebar-block .bnr-img {
    margin-bottom: 20px;
}

.sidebar-block .bnr-img img.u-bnr-img {
    border: 1px solid #D3D3D3;
}

.sidebar-block .icon-spot {
    height: 25px !important;
    width: 25px !important;
}

.side-content-title {
    align-items: center;
    background-color: #ec5b5f;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    padding: 15px !important;
}

.side-cate-list li:not(:last-child) {
    border-bottom: solid 1px #e3e2e1;
}

.side-cate-list li a {
    display: inline-block;
    padding: 15px 5px 15px 10px;
}

.sidebar-wrap .block-spot {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.sidebar-wrap .block-spot .side-content-wrap {
    position: relative;
}

.spot-wrap:nth-of-type(even) {
    border-left: solid 1px #ec5b5f;
}

.sidebar-wrap .block-spot .side-content-wrap::after {
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
}

.side-content-wrap {
    justify-content: center;
}

.side-content-wrap .no-post-text {
    margin: 0 10px;
}

.side-content-wrap .no-post-text {
    margin: 0 10px;
}

.block-spot .spot-wrap {
    border-bottom: solid 1px #ec5b5f;
    flex: 0 0 50%;
}

.block-spot .spot-wrap a {
    display: block;
}

.block-spot .spot-wrap .spot-thumb img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}

.spot-content {
    padding: 8px;
}

.spot-title {
    font-weight: bold;
    margin: 0 0 4px;
}

.spot-read {
    line-height: 1.3;
}

.btn-reco-spot {
    margin: 20px auto 0 !important;
    width: 90% !important;
}

.shop-block .cont-wrap {
    flex: 0 0 100% !important;
}

.shop-block.product-lists .cont-wrap {
    flex: 0 0 73% !important;
}

.ec-mainimg {
    padding: 78px 0 0 0 !important;
}

.product-page .item-filter-wrap {
    display: none;
}

.sidebar-wrap.item-filter-wrap {
    max-width: 300px;
}

.shop-side {
    flex: 0 0 30% !important;
    max-width: 300px;
}

/* ============================ event イベント一覧ページ ================= */
.p-eventlist .page-head {
    background: url("../img/eventlist/main-img.jpg") center center/cover no-repeat;
}

.p-eventlist .mep_event_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.event-search-wrap,
.event-calendar-wrap {
    flex: 0 0 50%;
}

.p-eventlist .mep_event_list .textGray {
    border-bottom: solid 1px #e1e1e1;
    flex: 0 0 100%;
}

.p-eventlist .mep_event_list .textGray-inner {
    margin: 30px auto 0;
    max-width: 1180px;
    padding: 0 15px 30px;
}

.p-eventlist .mep_event_list_sec {
    flex: 0 0 60%;
    max-width: 780px;
    padding: 0 15px;
}

.event-search-block .inner-wrap {
    margin: 0 auto;
    max-width: 550px;
    padding: 0 15px;
}

.event-search-block .l-section__title {
    font-family: initial;
}

.event-search-block .content-title {
    font-weight: bold;
    padding-top: 10px;
}

.event-search-block .content-title span {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    position: relative;
}

.event-search-block .content-title span::before,
.event-search-block .content-title span::after {
    border-top: solid 1px;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.event-search-block .content-title span::before {
    left: -20px;
}

.event-search-block .content-title span::after {
    right: -20px;
}

/* ============ イベント検索 ============== */
.event-search-wrap {
    background-color: #e1e1e1;
    background: url("../img/eventlist/bg-eventsearch-top.png") top right no-repeat, url("../img/eventlist/bg-eventsearch-bottom.png") bottom left #e1e1e1 no-repeat;
    padding-bottom: 50px;
}

.event-search-wrap .btn-anchor {
    margin-bottom: 30px !important;
}

.event-search-wrap .btn-anchor .icon-img {
    width: 24px;
}

.event-search__form-item {
    align-items: center;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.event-search__form .p-search-spot__search-icon {
    width: inherit;
}

.icon-img {
    z-index: 99;
}

.search-word .icon-img {
    left: 15px;
    position: absolute;
}

.search-word .icon-img {
    height: 20px;
    width: 23px;
}

.search-area .icon-img {
    height: 24px;
    width: 18px;
}

.search-date .search-title .icon-img {
    height: 24px;
    width: 22px;
}

.search-cate .icon-img {
    height: 21px;
    width: 24px;
}

.event-search__form-item label {
    width: 100%;
}

.search-word input,
.search-area input {
    border-radius: 50px !important;
    padding: 10px 15px 10px 50px !important;
}

.event-search__form-item select {
    padding: 14px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.event-search__form-item ::placeholder {
    color: #8b8b8b;
}

.search-title {
    color: #8b8b8b;
    flex: 0 0 30%;
}

.select-wrap {
    flex: 0 0 68%;
    position: relative;
}

.search-date .select-wrap {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-date .select-wrap label {
    flex: 0 0 45%;
}

.search-area .select-wrap::after,
.search-cate .select-wrap::after {
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 12px;
}

.event-search-wrap .btn-search {
    margin-top: 50px !important;
}

/* ============ イベントカレンダー ============== */
.event-calendar-wrap {
    background-color: #fcf8f2;
}

.event-calendar-wrap .calendar {
    background-color: #f0e6d7;
    padding: 15px;
}

.event-calendar-wrap .equinox .calendar-header {
    background-color: #f0e6d7 !important;
    padding: 8px 0;
}

.event-calendar-wrap .equinox .month-label {
    color: #4c4a4a;
    float: none;
    text-align: center;
}

.event-calendar-wrap .equinox .month-label span {
    display: block;
    line-height: 1;
}

.event-calendar-wrap .equinox .month-label span.num-year {
    font-size: 16px;
}

.event-calendar-wrap .equinox .month-label span.num-month {
    font-size: 34px;
    margin-top: 8px;
}

.event-calendar-wrap .equinox .calendar-actions {
    float: none;
    margin-top: -20px;
    overflow: hidden;
}

button:focus {
    outline: 0;
}

.event-calendar-wrap .calendar button {
    background-color: inherit;
    border: 0;
    padding: 0;
    position: relative;
}

.event-calendar-wrap .calendar button.today {
    display: none;
}

.event-calendar-wrap .calendar button.prev {
    float: left;
    padding-left: 20px;
}

.event-calendar-wrap .calendar button.next {
    float: right;
    padding-right: 20px;
}

.event-calendar-wrap .calendar button.prev::before,
.event-calendar-wrap .calendar button.next::after {
    border-top: 1px solid;
    content: '';
    border-right: 1px solid;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.event-calendar-wrap .calendar button.prev::before {
    left: 5px;
    transform: translateY(-50%) rotate(225deg);
}

.event-calendar-wrap .calendar button.next::after {
    right: 5px;
    transform: translateY(-50%) rotate(45deg);
}

/* ============ イベント検索結果一覧 ============== */
.mage_grid_box {
    margin: 0 !important;
}

.event-post {
    border: 0 !important;
    border-bottom: solid 1px #e1e1e1 !important;
    box-shadow: none !important;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
    margin: 0 !important;
    padding: 30px 0;
    width: 100% !important;
}

div.column_style .mep_list_thumb img {
    height: 200px !important;
    object-fit: cover;
}

.mep_event_grid_item .mep_list_event_details {
    padding: 0 !important;
}

.mep_event_grid_item .mep-list-header,
.mep_event_grid_item .mep-list-footer {
    padding: 0 !important;
}

.mep-list-header:before {
    content: none !important;
}

.mep_list_title {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

.p-eventlist h2.mep_list_title {
    font-size: 18px !important;
}

.mep-list-footer ul {
    margin-bottom: 15px !important;
}

.p-eventlist .mep-list-footer ul li h5,
.p-eventlist .mep-list-footer ul li h6 {
    font-size: 16px !important;
}

.post-category a {
    background-color: #06517b;
    /* background-color: #7bb108; */
    border-radius: 50px;
    color: #fff !important;
    display: inline-block !important;
    margin: 0 8px 8px 0 !important;
    padding: 5px 15px !important;
    font-size: 14px;
}

.single-column-wrap .post-category a {
    padding: 0px 15px !important;
}

.single-column-wrap ul.d-flex {
    flex-wrap: wrap;
}


.column-list-img {
    height: auto !important;
    max-height: 200px !important;
    object-fit: cover;
    width: 200px;
}

.btn-eventmore {
    margin: 30px auto 0 !important;
}

.list_with_filter_section [class*="defaultButton"] {
    background-color: #000 !important;
    border-radius: 50px !important;
    margin: 30px 0 !important;
}

/* ============================ s-eventdetail イベント詳細ページ ================= */
.s-eventdetail .page-head {
    background: url("../img/eventlist/main-img.jpg") center center/cover no-repeat;
}

.s-eventdetail .main-content-wrap {
    background: url("../img/e-detail/bg-illust01.png") -5% 0 no-repeat, url("../img/e-detail/bg-illust02.png") -10% 300px no-repeat;
}

.s-eventdetail .main-content {
    margin-top: 50px;
}

.s-eventdetail .main-content .icon-calendar {
    margin-right: 10px;
    width: 30px;
}

.s-eventdetail .e-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.s-eventdetail .social-link-block {
    margin: 30px auto;
}

.social-link-list li {
    display: inline-block;
    margin: 0 auto 5px;
}

.social-link-list li:not(:last-child) {
    margin-right: 5px;
}

.s-eventdetail .e-thumb {
    margin: 30px auto;
    max-width: 600px;
}

.s-eventdetail .e-detail-block {
    margin: 30px auto;
}

.s-eventdetail .e-detail-block dl {
    border-bottom: solid 1px #e8e8e8;
    display: -webkit-flex;
    display: flex;
    padding: 20px 30px;
}

.s-eventdetail .e-detail-block dl:first-child {
    border-top: solid 1px #e8e8e8;
}

.s-eventdetail .e-detail-block dt {
    margin-right: 2em;
    font-weight: normal;
    word-break: keep-all;
}

.s-eventdetail .e-read-block h1 {
    font-size: 24px;
}

.s-eventdetail .e-read-block h2,
.mep-default-feature-content h2 {
    font-size: 22px;
}

.s-eventdetail .e-read-block h3 {
    font-size: 18px;
}

.s-eventdetail .e-read-block h1,
.s-eventdetail .e-read-block h2,
.s-eventdetail .e-read-block h3 {
    font-weight: bold;
}

.s-eventdetail .e-read-block h1,
.s-eventdetail .e-read-block h2,
.s-eventdetail .e-read-block h3,
.s-eventdetail .e-read-block p {
    margin: 30px auto;
}

.s-eventdetail .e-read-block img {
    display: block;
    margin: 30px auto;
    max-width: 600px;
}

.s-eventdetail .e-reserve-block {
    background-color: #fcf8f2;
    margin: 30px auto 50px;
    max-width: 650px;
    padding: 0 0 30px;
}

.s-eventdetail .e-reserve-block .block-title {
    background-color: #141414;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 20px;
}

.s-eventdetail .e-reserve-block input,
.s-eventdetail .e-reserve-block select {
    border-radius: 10px;
    border: solid 1px #e8e8e8;
    padding: 10px;
}

.s-eventdetail .e-reserve-block select {
    cursor: pointer;
}

.s-eventdetail .e-reserve-block .form-item_type {
    align-items: center;
    border-bottom: solid 1px #e8e8e8;
    margin: 0 auto;
    max-width: 400px;
    padding: 20px 20px;
    text-align: center;
}

.s-eventdetail .e-reserve-block .form-item_type>div:first-child,
.s-eventdetail .e-reserve-block .form-item_type label:first-child,
.s-eventdetail .e-reserve-block .form-item_type>div:last-child,
.s-eventdetail .e-reserve-block .form-item_type select {
    width: 5em;
}

.s-eventdetail .e-reserve-block .form-item {
    margin: 30px auto;
    padding: 0 30px;
}

.s-eventdetail .e-reserve-block .form-item>.flex {
    flex-direction: column;
    flex: 0 0 49%;
}

.s-eventdetail .e-reserve-block .form-item label {
    padding: 0 0 3px 6px;
}

.s-eventdetail .e-reserve-block ::placeholder {
    color: #ddd;
}

.s-eventdetail .e-reserve-block button {
    border-radius: 10px;
    border: 0;
    max-width: 260px;
    transition: all 0.3s;
}

.s-eventdetail .e-reserve-block button:hover {
    opacity: 0.7;
}

.s-eventdetail .e-reserve-block button::after {
    content: none;
}

.button.button-default.woocommerce.button.alt.button.alt.btn-mep-event-cart {
    border: none !important;
    border-radius: 50px;
}

#amazon-logout {
    background: #ccc;
    border-radius: 3px;
    padding: 6px 14px;
}

.mep-content-seat {
    display: block !important;
    margin: 0 2em !important;
}

.mep-default-sidebar {
    margin: 0 auto;
}

/* ============================ sidebar-event-detail イベント情報ページsidebar ================= */
.sidebar-wrap .event-calendar-wrap,
.sidebar-wrap .event-calendar-wrap .calendar,
.sidebar-wrap .event-calendar-wrap .equinox .calendar-header,
.sidebar-wrap .e-reserve-block {
    background-color: transparent;
}

.sidebar-wrap .event-calendar-wrap .calendar {
    padding: 0;
}

.sidebar-wrap .event-search-block .l-section__title {
    font-size: 20px;
    margin: 80px auto 20px;
}

.sidebar-wrap .event-search-block .l-section__title::before {
    height: 65px;
    top: -65px;
    width: 70px;
}

.sidebar-wrap .e-reserve-block {
    margin-bottom: 0;
}

.sidebar-wrap .e-reserve-block .side-content-title {
    align-items: center;
    background-color: #141414;
    justify-content: center;
    margin-bottom: 20px;
}

.sidebar-wrap .e-reserve-block .icon-calendar {
    height: 25px;
    margin-right: 5px;
    width: auto;
}

.sidebar-wrap .e-reserve-block .form-item_type.flex {
    padding: 15px;
}

.sidebar-wrap .e-reserve-block .form-item {
    margin: 20px auto;
    padding: 0;
}

.sidebar-wrap .e-reserve-block .form-item>.flex {
    flex: 0 0 100%;
}

.sidebar-wrap .e-reserve-block .form-item>.flex:first-child {
    margin-bottom: 20px;
}

.sidebar-wrap .e-reserve-block input,
.sidebar-wrap .e-reserve-block select {
    width: 100%;
}

.sidebar-wrap .e-reserve-block button {
    margin-top: 30px;
    max-width: 100%;
}

.side-content-margin {
    margin: 1em 0 2em;
}

.side-content-margin li {
    margin: 0.5em 0;
}

.date-events .event-container .title {
    height: 100%;
    max-height: 50px;
    overflow-y: scroll !important;
}

.equinox .event {
    border-left: 1px solid #000 !important;
}

/* ============================ author ユーザーページ ================= */
.p-author .page-head {
    background: url("../img/author/main-img.jpg") center center/cover no-repeat;
}

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

.top-bg img {
    margin-right: -15px;
    width: 300px;
}

.prof-icon-block {
    background-color: #fff;
    border-radius: 100px;
    border: solid 1px #ccc;
    height: 150px;
    margin: -80px auto 0;
    position: relative;
    width: 150px;
    z-index: 10;
}

.prof-icon-block::before {
    color: #ddd;
    content: 'No Photo';
    left: 50%;
    line-height: 1.2;
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.prof-icon-block img {
    border-radius: 100px;
    position: relative;
    z-index: 20;
}

.user-name-block {
    text-align: center;
    margin: 20px auto;
}

.user-name {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}

.post-num-block {
    margin: 20px auto;
    text-align: center;
}

.post-num-block span.num-wrap {
    align-items: center;
    background-color: #ebebe8;
    border: solid 1px #b2b2b2;
    border-radius: 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    max-width: 200px;
    margin: 0 auto 20px;
    padding: 5px 15px;
}

.post-num-block span:not(.num-wrap) {
    font-size: 20px;
    font-weight: bold;
    margin-left: 5px;
}

.post-num-block span.num-wrap .icon-img {
    width: 21px;
}

.user-desc-block {
    max-width: 90%;
    margin: 0 auto 30px;
    position: relative;
}

.user-desc-block .trigger-panel {
    height: 100px;
}

.user-desc-block .trigger-btn {
    background-color: #fff;
    border: solid 1px;
    border-radius: 50px;
    color: #25bcf3;
}

.user-desc-block .trigger-btn::after {
    border-bottom: solid 1px #25bcf3;
    border-right: solid 1px #25bcf3;
    content: '';
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.post-count-block {
    margin-bottom: 10px;
}

.user-post-list {
    border-top: solid 1px #b2b2b2;
}

.user-post-wrap {
    border-bottom: solid 1px #b2b2b2;
    padding: 30px 0;
}

.user-post-wrap .post-title,
.user-post-wrap .post-cate {
    display: inline-block;
}

.user-post-wrap:last-child {
    border-bottom: 0;
}

.user-post-wrap .post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.user-post-wrap .post-cate {
    margin-left: 10px;
}

.user-post-wrap .post-cate .post-cate-list li {
    display: inline-block;
}

.user-post-wrap .post-cate .post-cate-list li:not(:last-child) {
    margin-right: 10px;
}

.user-post-wrap .post-id {
    margin-bottom: 15px;
}

.user-post-wrap .post-content {
    overflow: hidden;
}

.user-post-wrap .post-content p {
    display: inline;
}

.user-post-wrap .post-photo {
    justify-content: unset;
    margin-top: 30px;
}

.user-post-wrap .post-photo>div {
    display: inline-block;
    width: 24%;
}

.user-post-wrap .post-photo>div:not(:first-child) {
    margin-left: 1%;
}

.user-post-wrap .post-photo>div:nth-child(4) {
    background-color: #333;
    position: relative;
}

.user-post-wrap .post-photo>div:nth-child(4)::after {
    background: url("../img/icon/icon-camera.png") center center/100% no-repeat;
    content: '';
    height: 34px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 46px;
}

.user-post-wrap .post-photo>div:nth-child(4) img {
    opacity: 0.5;
}

.user-post-wrap .post-photo>div img {
    height: 13vw;
    max-width: 180px;
    max-height: 180px;
    object-fit: cover;
}

/* ============================ tostaff お寺神社関係者ページ ================= */
.p-tostaff .page-main-block {
    background: url("../img/tostaff/img-obi.png") top center/1920px no-repeat, url("../img/tostaff/main-img.jpg") center center/cover no-repeat;
    height: 850px;
    position: relative;
}

.page-main-block>div {
    position: absolute;
}

.img-kumo-top {
    right: -100px;
    top: 0;
    width: 336px;
    z-index: 30;
}

.img-kumo-btm {
    bottom: 0;
    left: -50px;
    width: 336px;
    z-index: 30;
}

.img-fukidasi {
    left: calc(50% - 450px);
    top: 30px;
    width: 280px;
}

.img-fukidasi img {
    position: relative;
}

.img-fukidasi span {
    color: #f76951;
    display: block;
    font-size: 40px;
    font-weight: bold;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 40;
}

.img-fukidasi span small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.img-main-illust {
    bottom: 15%;
    left: 50%;
    max-width: 700px;
    transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    z-index: 40;
}

.main-title {
    bottom: 50px;
    font-size: 34px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    text-shadow: -3px 0 3px white, 3px 0 3px white, 0 3px 3px white, 0 -3px 3px white, -3px 0 3px white, 3px 0 3px white, 0 3px 3px white, 0 -3px 3px white, -3px 0 3px white, 3px 0 3px white, 0 3px 3px white, 0 -3px 3px white;
    width: 100%;
    z-index: 40;
}

.block-wrap {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 15px;
}

.block-read {
    line-height: 2;
}

.block-read p:not(:last-child) {
    margin-bottom: 30px;
}

.btn-entry,
.btn-junen,
.btn-contact {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 50px;
    max-width: 550px;
}

.btn-entry:hover,
.btn-junen:hover,
.btn-contact:hover {
    display: -webkit-flex;
    display: flex;
}

.btn-entry::after,
.btn-junen::after,
.btn-contact::after {
    content: none;
}

.btn-entry {
    box-shadow: 10px 10px 0 #c73a22;
}

.btn-entry span {
    color: #fae501;
    font-size: 28px;
    font-weight: bold;
}

.btn-entry .icon-pencil {
    height: auto;
    width: 26px;
}

.btn-entry .text-imasugu {
    height: auto;
    margin-right: 10px;
    width: 92px;
}

.btn-entry .icon-arrow {
    height: auto;
    width: 22px;
}

.btn-entry .icon-pencil,
.btn-entry .icon-arrow {
    margin: 0 20px;
}

.btn-junen,
.btn-contact {
    font-size: 28px;
}

.btn-junen {
    background-color: #74b9ed;
}

.btn-contact {
    background-color: #272626;
}

.btn-junen .icon-hand {
    height: auto;
    margin-right: 20px;
    width: 28px;
}

.btn-contact .icon-contact {
    height: auto;
    margin-right: 20px;
    width: 39px;
}

.block-title {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 40px;
    text-align: center;
}

.block-title .arial {
    font-size: 1.5em;
    padding: 0 15px;
    font-weight: normal;
}

.p-tostaff .cont-title {
    /* color: #f76951; */
    font-size: 22px;
    font-weight: bold;
    margin: 15px auto 10px;
    padding-left: 1em;
    text-indent: -1em;
}

.p-tostaff .cont-read .emp {
    color: #f76951;
}

.entry-flow-block {
    margin: 30px auto;
}

.entry-flow li {
    flex: 0 0 33.333%;
    padding: 0 10px 15px;
}

.entry-flow .img-wrap img {
    height: 130px;
    width: auto;
}

.about-block-bg {
    background: url("../img/tostaff/bg-about.jpg") center center/cover no-repeat;
    padding: 80px 15px 30px;
}

.about-block {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 50px;
    max-width: 800px;
    padding: 30px 50px;
    /* text-align: center; */
}

.about-block .block-title {
    margin-bottom: 30px;
}

.about-block-bg .btn-entry {
    background-color: #090909;
    box-shadow: 10px 10px 0 #3d6a8b;
}

.worry-block {
    margin: 40px auto 60px;
}

.icon-worry img {
    height: 160px;
    margin-bottom: 20px;
    width: auto;
}

.worry-block ul {
    margin: 0 auto;
    max-width: 500px;
}

.worry-block li {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.worry-block li .img-checkbox {
    height: 1.5em;
    margin-right: 10px;
    width: 1.5em;
}

.features-list li {
    flex: 0 0 49%;
}

.features-list li .inner-wrap {
    padding: 15px 15px 30px;
}

.faq-list {
    margin: 0 auto;
    max-width: 800px;
}

.faq-list li {
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}

.faq-list li>div {
    align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    padding: 0 50px 30px;
    text-align: justify;
}

.faq-list .icon-q,
.faq-list .icon-a {
    height: auto;
    margin-right: 10px;
    width: 33px;
}

.btm-link-block {
    margin: 80px auto;
}

/* ============================ MODAL ============================ */
.modal-open,
.show {
    padding-right: 0 !important;
}

.btn:focus {
    box-shadow: 10px 10px 0 #c73a22 !important;
}

.about-block-bg .btn:focus {
    box-shadow: 10px 10px 0 #3d6a8b !important;
}

.modal-dialog {
    max-width: 800px !important;
    top: 30vh;
}

.modal-content {
    padding: 2em;
}

.modal-content .flex {
    justify-content: center;
}

.modal-content .l-section__title {
    margin: 90px 0 0 0;
}

.modal-content h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.modal-content h3:before,
.modal-content h3:after {
    display: inline-block;
    content: "";
    font-size: 18px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    position: relative;
    vertical-align: middle;
    width: 2px;
}

.modal-content h3:before {
    background: #f39800;
    transform: rotate(-35deg);
}

.modal-content h3:after {
    background: #CB4829;
    transform: rotate(35deg);
}

.otera-form-btn,
.shrine-form-btn {
    border-radius: 50px;
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    margin: 1em;
    max-width: 300px;
    line-height: 1.4;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.otera-form-btn:hover,
.shrine-form-btn:hover {
    color: #fff !important;
}

.otera-form-btn {
    background: #f39800;
}

.shrine-form-btn {
    background: #CB4829;
}

.modal-backdrop {
    z-index: 90 !important;
}

/* ============================ privacy プライバシーポリシー ================= */
/* ============================ cancellation キャンセルポリシー ================= */
/* ============================ terms 利用規約 ================= */
.p-privacy,
.p-cancellation,
.p-terms {
    margin-bottom: 80px;
}

.privacy-block,
.cancellation-block,
.terms-block {
    line-height: 1.4;
}

.p-privacy .block-intro,
.p-cancellation .block-intro,
.p-terms .block-intro {
    margin: 0 0 50px;
}

.p-privacy .sec-block:not(:last-child),
.p-cancellation .sec-block:not(:last-child),
.p-terms .sec-block:not(:last-child) {
    margin-bottom: 50px;
}

.p-privacy .sec-title,
.p-cancellation .sec-title,
.p-terms .sec-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-privacy .sec-read ul,
.p-cancellation .sec-read ul,
.p-terms .sec-read ul {
    margin: 8px 0;
    padding: 0 20px 0 30px;
}

.p-privacy .sec-read p,
.p-cancellation .sec-read p,
.p-terms .sec-read p {
    margin: 8px 0;
    padding: 0 20px;
}

.p-privacy .sec-read ul li,
.p-cancellation .sec-read ul li,
.p-terms .sec-read ul li {
    list-style: disc;
}

.p-privacy .sec-read>ul>li,
.p-terms .sec-read>ul>li {
    list-style: decimal;
}

.p-privacy .sec-read ul li:not(:last-child),
.p-terms .sec-read ul li:not(:last-child) {
    margin-bottom: 8px;
}

/* ============================ cancellation キャンセルポリシー ================= */
.p-cancellation .sec-read-title {
    border-left: solid 10px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    font-weight: bold;
    margin: 16px 0 8px;
    padding: 0 0 5px 8px;
}

.p-cancellation .sec-read-sub-title {
    font-weight: bold;
    margin: 16px 0 8px;
}

/* ============================ sitemap サイトマップ ================= */
.p-sitemap {
    margin-bottom: 30px;
}

.sitemap-block .block-inner {
    flex: 0 0 48%;
    margin-bottom: 50px;
}

.sitemap-block .block-inner.cate-other {
    flex: 0 0 100%;
}

.sitemap-block .block-inner.cate-other .cont-title {
    flex: 0 0 100%;
}

.sitemap-block .block-inner.cate-other .cont-wrap {
    flex: 0 0 48%;
}

.sitemap-block .cont-title {
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.sitemap-block .cont-title a {
    display: block;
    position: relative;
}

.sitemap-block .cont-title a::after {
    border-top: solid 2px;
    border-right: solid 2px;
    content: '';
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
}

.sitemap-block .cont-sub-title {
    border-bottom: solid 1px;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 8px;
}

.sitemap-block .cate01 .cont-title {
    background-color: #fc474c;
}

.sitemap-block .cate02 .cont-title {
    background-color: #6711b1;
}

.sitemap-block .cate-other .cont-title {
    background-color: #343434;
}

.sitemap-block .cate01 .cont-sub-title {
    border-bottom: solid 2px #fc474c;
}

.sitemap-block .cate02 .cont-sub-title {
    border-bottom: solid 2px #6711b1;
}

.sitemap-block .cate-other .cont-sub-title {
    border-bottom: solid 2px #343434;
}

.sitemap-block .cont-wrap:not(:last-child) .cont-wrap-inner {
    margin-bottom: 30px;
}

.sitemap-block .cont-wrap-inner ul li {
    display: inline-block;
    margin: 0 10px 5px;
}

.sitemap-block .cont-wrap-inner a {
    border-bottom: dotted 1px;
    color: #666;
    font-size: 14px;
}

/* ============================ withdrawal 退会 ================= */
.withdrawal-block h3 {
    font-size: 18px;
    margin: 0 0 2em;
    text-align: center;
}

.withdrawal-block h3,
.withdrawal-block span {
    color: red;
    font-weight: bold;
}

.withdrawal-block .c-btn01--enkiri {
    margin-top: 28px;
}

.withdrawal-block .c-btn01--enkiri a {
    display: block;
}

/* ============================ single-report 体験レポートページ ================= */
.s-report .page-head {
    background: url("../img/report/main-img.jpg") center bottom/cover no-repeat;
}

.s-report .btn-base::after {
    content: none;
}

.s-report .sidebar-block .btn-base::after {
    content: '';
}

.s-report .main-content small {
    font-size: 14px;
}

.s-report .icon-img {
    height: auto;
    width: 1em;
}

.page-head-link li {
    background-color: #b6b5b2;
    flex: 0 0 25%;
    text-align: center;
}

.page-head-link li a {
    align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 15px;
}

.page-head-link li:not(:last-child) {
    border-right: solid 1px #fff;
}

.page-head-link li a .icon-img {
    height: 25px;
    width: 25px;
}

.info-block {
    margin: 50px auto;
}

.info-block .cont-wrap {
    flex: 0 0 60%;
}

.info-block .side-wrap {
    flex: 0 0 35%;
}

.info-block .area-title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.info-block .side-wrap .icon-img {
    width: 1em;
}

.info-block .cont-wrap .icon-img.icon-map-box {
    margin: 0 0 0 20px;
    width: 65px;
}

.info-block .btn-base.btn-map .icon-img.icon-map-box {
    width: 2em
}

.info-block .btn-base {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 15px 5px;
}

.info-block .btn-favorite {
    background-color: #fff;
    border: solid 1px #f680b3;
    color: #000;
    margin-top: 30px;
}

.info-block .btn-favorite:hover {
    color: #000;
}

.info-block .btn-tel {
    background-color: #99c439;
    max-width: 100%;
    margin-bottom: 15px;
}

.info-block .btn-map {
    background-color: #f49f39;
    max-width: 100%;
    padding: 11px 5px;
}

.info-block .link-block a {
    background-color: #fff;
    margin-top: 30px;
}

.info-block .link-block a.btn-post {
    border: solid 1px #d2b828;
    color: #000;
}

.info-block .link-block a.btn-follow {
    color: #996c33;
    border: solid 1px #996c33;
}

.info-block .cont-wrap .icon-img.icon-enkiri,
.info-block .cont-wrap .icon-img.icon-enmusubi {
    width: 80px;
    /* margin-top: 10px; */
}

.info-block .cont-wrap>div:not(:last-child) {
    margin-bottom: 10px;
    /* margin-bottom: 20px; */
}

.info-block .cont-wrap .flex {
    align-items: flex-start;
}

.info-block .cont-wrap .flex .inner-wrap {
    flex: 0 0 calc(100% - 35px);
}

.info-block .cont-wrap .flex .inner-wrap small {
    display: block;
}

.info-tag li {
    display: inline-block;
}

.info-block .side-wrap .inner-wrap {
    padding: 0 15px;
    /* padding: 50px 15px; */
    border-radius: 10px;
    /* background-color: #f5f3ee; */
}

.info-block .side-wrap .link-block a {
    flex: 0 0 48%;
}

.comment-form img,
.wp-block-image img {
    max-width: 100%;
    width: auto;
}

/* 記事詳細 */
.maker-yellow {
    background: linear-gradient(transparent 60%, #fff799 60%);
    font-weight: bold;
    border-radius: 6px;
}

.block-wrap .post-box {
    margin: 0;
}

.block-wrap .post-box .post_thumbnail {
    margin: 0;
}

.info-block .post-box {
    color: #252525;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .info-block .post-box {
        color: #252525;
        width: 100%;
    }
}

.info-block .post-box a {
    color: #1973e8;
}

.info-block .post-box h1 {
    /* background: #eb5b5f; */
    /* color: #fff; */
    color: #000;
    font-size: 30px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 25px;
    /* padding: 10px; */
    padding: 0;
}

.info-block .post-box h2 {
    background-color: #f4e9ed;
    border-left: solid 5px #eb5b5f;
    font-size: 1.8em;
    padding: 12px 18px;
}

.info-block .post-box h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    border-left: 5px solid #eb5b5f;
    border-bottom: 1px solid #eb5b5f;
    padding: 8px 18px 10px;
}

.info-block .post-box h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    border-bottom: 2px solid #eb5b5f;
    padding: 0 6px 6px;
}

.info-block .post-box h5 {
    font-weight: bold;
}


#ez-toc-container ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #eb5b5f;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}


.info-block .post-box ol {
    counter-reset: list;
    list-style-type: none;
    padding: 0;
}

.info-block .post-box ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 7px 0 7px 0px;
    line-height: 29px;
    border: dashed 1px transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.info-block .post-box ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background: #eb5b5f;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




/* コラム */
.single-column-wrap .sidebar-wrap {
    background-color: unset;
}

.single-column-wrap .sidebar-wrap ul li {
    border-bottom: 1px #ccc solid;
    padding: 10px 15px;
    margin: 0;
}

.single-column-wrap .sidebar-wrap ul li:first-child {
    padding-top: 0;
}

/* 吹き出し */
.balloon {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

/* 吹き出し END */
/* コラム内テーブル */
.column-cont-table {
    margin: 1em 0;
    max-width: 100%;
    width: 100%;
}

.column-cont-table tr {
    border-bottom: 1px solid #ccc;
}

.column-cont-table tr:nth-child(1) {
    border-top: 1px solid #ccc;
}

.column-cont-table th {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
    width: 80px;
}

.column-cont-table td {
    padding: 10px;
}

/* コラム内テーブル END */

/* ----------- nav ----------- */
.el_humburger {
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    top: 18px;
    /* right: 60px; */
    height: 25px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    padding-top: 0px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    width: 46px;
    z-index: 99999;
}

.el_humburger_wrapper {
    display: inline-block;
    margin-bottom: 5px;
    width: 42px;
}

.el_humburger_text {
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu,
.el_humburger_text.el_humburger_text__close {
    display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #BBBABA;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
    background: #fff;
}

.nav-span span {
    background: #a7a6a6 !important;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    right: 2%;
    top: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    background: #000;
    display: block;
    height: 4px;
    margin: 0 auto;
    width: 35px;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.navi {
    background-color: #343434;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform: translateZ(0) translateX(100%);
    overflow: auto;
    padding: 50px 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 9999;
}

.js_humburgerOpen .navi {
    transform: translateZ(0) translateX(0);
}

.navi_item {
    font-size: 16px;
    margin-bottom: 28px;
    text-align: center;
    white-space: nowrap;
}

.navi_item.op_innerLink {
    cursor: pointer;
}

.navi-block {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.navi-block .navi-list.flex {
    background-color: #f5f3ee;
    max-width: 100%;
    min-width: 1280px;
    padding: 8px 0;
}

.navi-block li {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 calc(100%/2);
    /* flex: 0 0 calc(100%/6); */
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.navi-block li:not(:last-child) {
    border-right: solid 1px #dddad0;
}

.navi-block li a {
    display: block;
    line-height: 1.3;
    padding: 15px 10px;
    width: 100%;
}

.navi_inner a {
    color: #fff;
    text-align: center;
}

/* ----------- nav ----------- */

.main-cont-head {
    border-bottom: solid 1px #e1e1e1;
    margin: 30px auto 0;
    padding: 0 0 20px;
    text-align: center;
}

.main-cont-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-cont-title span {
    font-size: 18px;
    font-weight: normal;
}

.post-num span {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    margin: 0 10px;
}

.user-report-wrap {
    padding: 30px 0 30px;
}

.profile-block {
    position: relative;
    margin-bottom: 30px;
}

.user-report-wrap .profile-block-inner.flex {
    align-items: center;
    justify-content: unset;
}

.user-report-wrap .prof-icon-block {
    height: 120px;
    margin: 0 20px 0 0;
    width: 120px;
}

.user-report-wrap .user-name-block {
    margin: 0 0 5px;
    text-align: left;
}

.user-report-wrap .post-num-block {
    margin: 0;
    text-align: left;
}

.user-report-wrap .post-num-block,
.user-report-wrap .post-num-block span.cmnt-num-wrap {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.user-report-wrap .post-num-block span.num-wrap {
    margin: 0 5px 0 0;
}

.user-report-wrap .post-num-block span.cmnt-num-wrap {
    font-size: 16px;
    font-weight: normal;
}

.main-content .post-data {
    background: url("../img/icon/text-posted.png") bottom right no-repeat;
    bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    padding: 50px 20px 0 0;
    position: absolute;
    right: 0;
}

.main-content .post-data span {
    display: block;
    line-height: 1;
}

.user-report-wrap .post-content img {
    display: block;
    margin: 30px auto;
    width: 80%;
}

.user-report-wrap .post-comment {
    background-color: #e6e6e2;
    margin: 30px 0 0;
    padding: 30px 0;
}

.user-report-wrap .comment-list {
    position: relative;
}

.user-report-wrap .comment-list .trigger-btn {
    margin: 0 15px;
    width: calc(100% - 30px);
}

.user-report-wrap .comment-list .trigger-panel {
    height: 150px;
}

.user-report-wrap .comment-wrap.flex {
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    margin: 10px 15px;
    padding: 20px 15px;
}

.user-report-wrap .block-head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.user-report-wrap .block-head::after {
    border-bottom: solid 1px;
    bottom: -10px;
    content: '';
    left: 30%;
    position: absolute;
    width: 40%;
}

.user-report-wrap .icon-cmnt {
    margin: 0 5px;
    width: 20px;
}

.user-report-wrap .block-title {
    margin-bottom: 0;
}

.user-report-wrap .post-comment .comment-wrap-inner.flex {
    align-items: center;
    flex: 0 0 230px;
    justify-content: unset;
}

.user-report-wrap .post-comment .prof-icon-block {
    height: 100px;
    margin: 0 10px 0 0;
    width: 100px;
}

.user-report-wrap .post-comment .user-name-block {
    line-height: 1.2;
}

.user-report-wrap .post-comment .user-name {
    font-size: 18px;
}

.user-report-wrap .post-comment .data {
    display: block;
}

.user-report-wrap .post-comment .comment-read {
    flex: 0 0 calc(100% - 290px);
}

.user-report-wrap .post-comment .btn-share {
    flex: 0 0 40px;
}

.user-report-wrap .post-comment .icon-share {
    margin: 0;
    width: 100%;
}

.user-report-wrap .user-info-block {
    background-color: #e6e6e2;
    padding: 0 0 30px;
}

#reply-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.comment-respond {
    max-width: 450px;
    width: 100%;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    border: solid 1px #b2b2b2;
    width: 100%;
}

.logged-in-as {
    margin: 0 0 10px 0;
}

.logged-in-as a {
    color: #25bcf3;
    text-decoration: underline;
}

.form-submit .submit {
    align-items: center;
    background-color: #ebebe8;
    border: solid 1px #b2b2b2;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    margin: 20px auto 40px;
    max-width: 200px;
    padding: 5px 15px;
}

.user-report-wrap .btn-comment {
    margin-bottom: 30px;
    max-width: 400px;
}

.user-report-wrap .user-info {
    background-color: #fff;
    margin: 0 auto;
    max-width: 450px;
    padding: 30px 20px;
    width: 80%;
}

.user-report-wrap .user-info .prof-icon-block {
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

.user-report-wrap .user-info .user-name-block {
    margin: 15px 0;
    text-align: center;
}

.user-report-wrap .user-info .post-num-block {
    display: block;
}

.user-report-wrap .user-info .post-num-block .num-wrap {
    margin: 0 auto 20px;
}

.user-report-wrap .user-info .user-message {
    margin: 0 auto 20px;
    overflow: hidden;
}

.other-post-block {
    margin-bottom: 80px;
}

.other-post-block .other-post-num span {
    font-size: 18px;
    font-weight: bold;
}

.other-post-list {
    border-top: solid 2px #707070;
    margin-top: 20px;
}

.other-post-list .user-post-wrap {
    border-bottom: 0;
    padding: 15px 0 0;
}

.other-post-list .profile-block.flex {
    align-items: end;
    margin: 0 20px;
}

.other-post-list .profile-block-inner.flex {
    align-items: center;
}

.other-post-list .prof-icon-block {
    height: 80px;
    margin: 0 10px 0 0;
    width: 80px;
}

.other-post-list .user-name-wrap {
    line-height: 1.4;
}

.user-name-wrap-inner {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-wrap: wrap;
}

.other-post-list .user-name-wrap .user-name-block,
.other-post-list .user-name-wrap .user-post-num-block {
    display: inline;
}

.other-post-list .user-name-wrap .user-name-block {
    margin: 0;
}

.other-post-list .user-name-wrap .user-post-num-block,
.other-post-list .cmnt-num-wrap {
    align-items: center;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 10px;
}

.other-post-list .user-name-wrap .user-post-num-block .num {
    margin-left: 5px;
}

.other-post-list .cmnt-num-wrap .icon-cmnt {
    margin-right: 5px;
}

.other-post-list .btn-wrap {
    text-align: left;
}

.btn-more-prof {
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.btn-more-prof::after {
    content: '>';
    padding-left: 5px;
    position: absolute;
}

.other-post-list .post-cont-wrap {
    border-top: solid 1px #b2b2b2;
    border-bottom: solid 1px #b2b2b2;
    margin-top: 15px;
    padding: 20px;
}

.other-post-list .post-photo {
    margin-top: 20px;
}

/* ============================ sidebar-report 体験レポートページ  ================= */
.block-area-info .wrap-bg {
    background-color: #fff;
    border-radius: 14px;
    margin-bottom: 30px;
}

.block-area-info.block-event .wrap-bg {
    margin-bottom: 0;
}

.block-area-info.info-detail .wrap-bg {
    position: relative;
}

.block-area-info .side-content-title {
    background-color: transparent;
    color: initial;
    font-weight: bold;
}

.block-area-info dl {
    border-top: solid 1px #dedede;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 15px 10px;
    /* padding: 20px 10px; */
}

.block-area-info dt {
    flex: 0 0 5.5em;
}

.block-area-info dd {
    flex: 0 0 calc(100% - 5.5em);
    word-break: break-all;
}

.sb-report .block-area-info dt {
    flex: 0 0 7.5em;
}

.sb-report .block-area-info dd {
    flex: 0 0 calc(100% - 7.5em);
    word-break: break-all;
}

.block-area-info dl small {
    display: block;
    margin-top: 15px;
}

.block-area-info dd .icon-img.icon-sns {
    margin: 0 0 8px 0;
}

.block-area-info .icon-img {
    display: inline-block;
    height: 25px;
    width: auto;
}

.block-area-info.info-detail .btn-more-blk {
    margin: 0;
}

.block-event {
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.block-event .event-post-wrap.flex {
    align-items: center;
    border-bottom: solid 1px #e2dfdf;
    transition: 0.3s all;
    padding: 20px 10px;
}

.block-event .event-post-wrap.flex:hover {
    background-color: #f9e9ea;
}

.block-event .post-thumb {
    flex: 0 0 33%;
    margin-bottom: 0;
}

.block-event .post-cont {
    flex: 0 0 64%;
}

.block-event .post-cate ul {
    font-size: 0;
}

.block-event .post-cate li {
    display: inline-block;
    margin-bottom: 5px;
}

.block-event .post-cate li a {
    background-color: #ec5b5f;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin-right: 5px;
    padding: 3px 10px;
}

.block-event .post-cate,
.block-event .post-data,
.block-event .post-area {
    margin-bottom: 3px;
}

/* ============================ page-contact お問い合せページ  ================= */
.contact-block form,
.confirm-block {
    margin: 0 auto 80px;
    max-width: 600px;
}

.confirm-block .wpcf7-spinner {
    display: none;
}

.contact-block-btn {
    display: flex;
    justify-content: center;
}

.contact-block form label,
.contact-block form input,
.contact-block form textarea {
    border: 1px #ccc solid;
    border-radius: 3px;
    width: 100%;
}

.contact-block form label {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-block form label>span {
    flex: 0 0 calc(100% - 11em);
}

.contact-block form label>span.label-title {
    flex: 0 0 11em;
    padding-right: 1.5em;
}

.contact-block form label>br {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    border: 0 !important;
    color: #dc3232;
    margin: 5px 0 0 !important;
}

input.wpcf7-submit {
    border: solid 1px #343434;
    display: block;
    margin: 10px auto;
    transition: 0.3s all;
}

input.wpcf7-submit:hover,
.wpcf7-previous:hover {
    opacity: 0.7;
}

.wpcf7-submit {
    background: #000;
    color: #fff;
    margin: 10px auto;
    max-width: 230px;
    padding: 0.5em 1em;
    text-align: center;
    width: 100%;
}

.wpcf7-previous {
    border: none;
    margin: 10px auto;
    max-width: 230px;
    padding: 0.5em 1em;
    text-align: center;
    width: 100%;
}

/* ========= 確認画面 ======== */
#wpcf7cpcnf {
    overflow: auto;
    white-space: nowrap;
}

#wpcf7cpcnf table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#wpcf7cpcnf table tr {
    border-bottom: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
}

#wpcf7cpcnf table tr:first-child {
    border-top: solid 1px #e1e1e1;
}

#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
    padding: 15px;
}

#wpcf7cpcnf table th {
    width: 11em;
    font-weight: normal;
    text-align: center;
    background-color: #fcf8f2;
    border-right: solid 1px #e1e1e1;
}

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

.wpcf7cp-btns button {
    border: solid 1px #343434;
    transition: 0.3s all;
}

.wpcf7cp-btns button:hover {
    opacity: 0.7;
}

/* ========= 送信完了画面 ======== */
.p-thanks-contact .bg-wrap {
    padding: 80px 15px;
    background-color: #f8f9fa;
}

.p-thanks-contact .thanks-block {
    text-align: center;
    padding: 50px 15px;
    background-color: #fff;
}

.p-thanks-contact .cont-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ============================ page-itemshop 物品販売TOPページ  ================= */
/* ======= header-shop ======== */
.header-shop {
    margin: 0 auto;
    position: fixed;
    height: 110px;
    width: 100%;
    padding: 30px 0;
    z-index: 100;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom: 1px #ABABAB solid;
    /*
    padding: 0 15px;
    max-width: 1180px;
    position: relative;
    */
}

.header-shop .logo-block {
    position: absolute;
    left: 0;
}

.header-shop .search-block-inner {
    position: relative;
}

.header-shop .search-block-inner input {
    max-width: 200px;
    padding-right: 30px;
}

.header-shop .search-block-inner button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: unset;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    align-items: center;
}

.header-shop .guide-link-block {
    margin: 15px auto;
    align-items: center;
    justify-content: flex-end;
    max-width: 1180px;
    position: relative;
}

.header-shop .user-link-block li {
    margin: 0 0 0 1em;
    display: inline-block;
}

.header-shop .user-link-block li a {
    font-size: 14px;
    flex-direction: column;
    justify-content: unset;
    align-items: center;
}

.header-shop .navi-link-block {
    text-align: center;
}

.header-shop .navi-link-block li {
    margin: 0 1em 10px;
    display: inline-block;
}

.navi-shop-block .widget_block.widget_search {
    width: 70%;
    margin: 0 auto 10px;
}

.header-shop .wp-block-search__input,
.navi-shop-block .wp-block-search__input {
    background-color: #F5F5F5;
    border: 1px #D9D9D9 solid;
    border-radius: 50px;
    height: 34px;
    padding-left: 45px;
}

.header-shop .wp-block-search__input::placeholder,
.navi-shop-block .wp-block-search__input::placeholder {
    color: #ABABAB;
    font-size: 14px;
}

.header-shop .wp-block-search__inside-wrapper,
.navi-shop-block .wp-block-search__inside-wrapper {
    flex-direction: row-reverse;
    position: relative;
}

.header-shop .wp-block-search__button,
.navi-shop-block .wp-block-search__button {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: transparent;
    border: none;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header-shop .wp-block-search__button img,
.navi-shop-block .wp-block-search__button img {
    width: 14px;
    height: 14px;
}

.header-shop .el_humburger.l-header__right {
    opacity: 0;
}

.btn-mob-menu {
    display: none;
}

/* ======= // END header-shop ======== */

.header-shop .navi-link-block li a,
.p-shop .item-title,
.cate-list li .cate-read,
.about-read p,
.news-block .news-list li .news-read,
.p-link-list li,
.useful-feature-block .item-title {
    font-family: dnp-shuei-ymincho-std, sans-serif;
}

.page-wrap.p-shop,
.s-report.item-wrap {
    padding: 0;
    /* display: flex; */
    /* position: relative; */
    /* padding: 0 0 60px; */
    /* background: url("../img/shop/bg-shop-base.jpg") center top/100% repeat-y; */
}

.p-shop .swiper-container {
    position: relative;
}

.p-shop .swiper-pagination-bullet-active {
    background-color: #222 !important;
}

.p-shop .l-section__title span {
    font-size: 16px;
    display: block;
}

.p-shop .recommend-item-content,
.p-shop .new-item-content,
.useful-feature-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.useful-feature-content li {
    width: calc(25% - 8px);
    margin-right: 10px;
}

.useful-feature-content li img {
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.p-shop .recommend-item-content li img,
.p-shop .new-item-content li img {
    object-fit: cover;
    width: 238px;
    height: 238px;
}

.p-shop .recommend-item-content li:nth-child(-n+3),
.p-shop .new-item-content li:nth-child(-n+3) {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 50px;
}

.p-shop .recommend-item-content li:nth-child(-n+3) div,
.p-shop .new-item-content li:nth-child(-n+3) div {
    width: 100%;
}

.p-shop .recommend-item-content li:nth-child(-n+3) img,
.p-shop .new-item-content li:nth-child(-n+3) img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.p-shop .new-item-content li:nth-child(n+4) {
    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 30px;
}

.p-shop .new-item-content li:nth-child(n+4) img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}

.p-shop .recommend-item-content li:nth-child(3),
.p-shop .new-item-content li:nth-child(3),
.p-shop .new-item-content li:nth-child(7),
.useful-feature-content li:last-child {
    margin-right: 0;
}

.p-shop .recommend-item-content li,
.p-shop .new-item-content li {
    position: relative;
}

.p-shop .recommend-item-content li.new-item-icon::before,
.p-shop .new-item-content li.new-item-icon::before {
    content: 'NEW';
    display: block;
    width: 60px;
    height: 60px;
    color: #FFF;
    background-color: #FC474C;
    text-align: center;
    line-height: 55px;
    border-radius: 30px;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 1;
}

.p-shop .item-title,
.useful-feature-content .item-title {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px;
}

.p-shop .item-price {
    line-height: 1;
}

.p-shop .item-price span {
    position: relative;
}

.p-shop .item-price span::after {
    position: absolute;
    content: '(税込)';
    font-size: 14px;
    right: -3em;
    top: 50%;
    transform: translateY(-50%);
}

.p-shop .swiper-pagination {
    bottom: -40px !important;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: none !important;
}

.mainslide-block {
    padding: 0;
    background-color: #fff;
}

.pickup-item-block,
.highlight-content {
    padding: 20px 0 80px;
    background: url("../img/shop/bg-pickupItem.jpg") center top/100% repeat-y;
}

.column-item-block .column-item-container {
    width: 1000px;
    margin: auto;
}

.column-item-block .swiper-container {
    width: 100%;
    height: 250px !important;
    margin: auto;
}

.column-item-block .swiper-slide {
    width: 313px !important;
    margin-right: 35px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}

.column-item-block .swiper-slide img {
    width: 303px;
    height: 200px;
    object-fit: cover;
}

.column-item-block .swiper-pagination-column {
    text-align: center;
    margin-top: 30px;
}

.category-block {
    padding: 20px 0 60px;
}

.cate-list {
    max-width: 950px;
    margin: 0 auto;
}

.cate-list li {
    margin: 1% 0;
    padding: 15px;
    background-color: #fff;
    flex: 0 0 49%;
    box-shadow: 0 0 8px #ddd;
    position: relative;
}

.cate-list li .cate-thumb {
    flex: 0 0 40%;
}

.cate-list li .cate-read {
    flex: 0 0 56%;
}

.cate-list li .cate-read .cate-title {
    color: #ea2d10;
    margin-bottom: 10px;
}

.cate-list li .cate-read .cate-title {
    font-size: 18px;
}

.cate-list li .cate-read .cate-cmnt {
    margin-bottom: 30px;
}

.cate-list li .cate-read .more-text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    line-height: 1;
}

.cate-list li .cate-read .more-textspan {
    position: reative;
    padding-right: 10p;
}

.cate-list li .cate-read .more-text span::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    right: 5px;
    border-right: solid 1px;
    border-top: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}

.new-item-block {
    padding: 20px 0 80px;
}

.popular-item-block {
    padding: 20px 0;
}

.popularItem-list {
    justify-content: flex-start;
    margin: 0 auto 40px;
    max-width: 1000px;
}

.popularItem-list li {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    position: relative;
}

.popularItem-list li:nth-child(-n+3) {
    margin-bottom: 30px;
}

.popularItem-list li:nth-child(3),
.popularItem-list li:nth-child(6) {
    margin-right: 0;
}

.item-list-block {
    position: relative;
}

.popularItem-list li img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.popularItem-list li.item-ranking-1::before {
    content: '1';
}

.popularItem-list li.item-ranking-2::before {
    content: '2';
}

.popularItem-list li.item-ranking-3::before {
    content: '3';
}

.popularItem-list li.item-ranking-4::before {
    content: '4';
}

.popularItem-list li.item-ranking-5::before {
    content: '5';
}

.popularItem-list li.item-ranking-6::before {
    content: '6';
}

.popularItem-list li[class^="item-ranking-"]::before {
    background-image: url("../img/shop/icon-rank.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 6;
}

.onsale {
    background: red;
    border-radius: 5px;
    color: #fff;
    font-size: 1em;
    left: 10px;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

.popularItem-list .btn {
    background: #fc474c;
    border-radius: 35px;
    color: #fff;
    height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 90%;
}

.popularItem-list .btn::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
}

.popularItem-list .item-price {
    /* color: #f90502; */
    /* font-size: 24px; */
    /* font-weight: bold; */
    margin: 0 0 0.5em 0;
}

.shop-about-block {
    padding: 60px 0;
    background: url("../img/shop/bg-about.jpg") center center/cover no-repeat;
}

.shop-about-block .block-inner {
    color: #fff;
    text-align: center;
    max-width: 730px;
    margin: 0 auto;
    padding: 10px 15px 60px;
    background-color: rgba(203 185 136 / 70%);
    border-radius: 10px;
}

.shop-about-block .l-section__title::before {
    background-image: url("../img/mizuhiki.png");
    width: 89px;
    height: 64px;
    top: -74px;
}

.about-read p {
    margin-bottom: 50px;
}

.news-block {
    padding: 20px 0 0;
}

.news-block .news-list li {
    padding: 15px 30px;
    flex: 0 0 100%;
    justify-content: unset;
}

.news-block .news-list li:not(:last-child) {
    border-bottom: solid 1px;
}

.news-block .news-list li .data {
    flex: 0 0 120px;
}

.news-block .news-list li .news-read {
    flex: 0 0 calc(100% - 120px);
}

.p-shop .news-block {
    border-bottom: 1px #ccc solid;
    padding: 5px 0;
}

.p-shop .news-block .news-data {
    max-width: 940px;
    margin: auto;
    height: 30px;
    justify-content: space-between;
}

.p-shop .news-block .news-data .news-title {
    width: 80%;
}

.p-shop .news-block ul li.news-date {
    margin-right: 10px;
}

.p-shop .news-block ul li.news-arrow {
    margin-left: auto;
    width: 17px;
    height: 18px;
    padding-top: 7px;
}

.p-link-block {
    margin: 60px auto;
}

.p-link-list {
    margin: 0 auto 50px;
    max-width: 850px;
}

.p-link-list li {
    flex: 0 0 32.333%;
    position: relative;
}

.p-link-list li::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    top: 50%;
    right: 25px;
    transform: rotate(45deg) translateY(-50%);
}

.p-link-list li a {
    display: block;
}

.p-link-list li span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

/* ======= footer-shop ======== */
.footer-guide-block .guide-title,
.footer-guide-block .btn-light-border,
.footer-link-block .link-list,
.footer-link-block .shop-name {
    font-family: "Sawarabi Mincho", sans-serif;
}

.footer-shop {
    color: #fff;
    background: url("../img/footer_bg.jpg") center bottom/100% #343434 no-repeat;
}

.footer-guide-block {
    margin: 0 auto;
    max-width: 900px;
}

.footer-guide-block .footer-guide {
    flex: 0 0 30.333%;
}

.footer-guide-block .guide-title {
    font-size: 22px;
    text-align: center;
    margin: 15px auto 20px;
    line-height: 1.2;
}

.footer-guide-block .block-read {
    text-align: left;
}

.footer-guide-block .icon-credit {
    margin: 20px auto 0;
    max-width: 300px;
}

.footer-guide-block .btn-base {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}

.footer-link-block {
    margin: 60px auto 30px;
}

.footer-link-block li {
    display: inline-block;
    margin: 0 1em 10px;
}

.footer-link-block .link-list {
    margin-bottom: 30px;
}

.footer-link-block .shop-name {
    font-size: 20px;
}

.footer-social-block li {
    display: inline-block;
    margin: 0 8px 10px;
}

.footer-social-block li a {
    display: block;
}

.social-list li a {
    background-color: #fff;
    border-radius: 50px;
    height: 44px;
    padding: 8px;
}

.footer-social-block li a img {
    width: 28px;
}

/* ========= // END page-itemshop 物品販売TOPページ
================= */
/* ========= 物販 ========== */
.cart-icon {
    position: relative;
}

.cart-customlocation {
    position: absolute;
    right: 15px;
    top: -35px;
    width: 17px;
    height: 17px;
    font-size: 11px;
    border-radius: 9px;
    background: #c7004c;
    box-shadow: 0px 1px 2px #ccc;
    line-height: 17px;
    padding-left: 5px;
    color: #fff;
}

.cart-customlocation-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    font-size: 11px;
    border-radius: 9px;
    background: #c7004c;
    box-shadow: 0px 1px 2px #ccc;
    line-height: 17px;
    padding-left: 5px;
    color: #fff;
}

.cate-list-block .cate-read .more-text span {
    margin-right: 10px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce-billing-fields h3 {
    border-left: 4px #fc474c solid;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0.5em;
    padding-left: 10px;
}

.woocommerce-additional-fields h3 {
    border-left: 4px #fc474c solid;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1.7em 0 0.5em;
    padding-left: 10px;
}

.return-to-shop a {
    background-color: #ebebe8 !important;
    border: solid 1px #b2b2b2 !important;
    border-radius: 50px !important;
    max-width: 200px;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.wc-proceed-to-checkout a {
    background-color: #22b473 !important;
    border-radius: 50px !important;
    font-size: 18px;
    max-width: 300px;
    padding: 15px 5px !important;
    width: 100%;
}

.contents-block .woocommerce {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 0 0 0;
}

.woocommerce-info {
    border-top-color: #fc474c !important;
}

.woocommerce-info::before {
    color: #fc474c !important;
}

.showcoupon,
.woocommerce-privacy-policy-link {
    color: #25bcf3;
    text-decoration: underline !important;
}

.woocommerce input,
.woocommerce form .form-row .input-text {
    border: 1px solid #b2b2b2 !important;
    border-radius: 3px;
    padding: 5px;
}

.item-wrap {
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
    margin-top: 76px;
}

.item-wrap .breadcrumb {
    font-size: 14px;
    max-width: 1180px
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #4E4E4E !important;
}

.woocommerce label,
#order_review_heading {
    font-weight: bold;
}

#order_review_heading {
    margin: 2em 0 1em 0;
}

.shop-checkout {
    margin: 2em 0;
    text-align: center;
    width: 100%;
}

.woocommerce #checkout-btn {
    border-radius: 50px;
    float: none !important;
}

.woocommerce div.product form.cart {
    position: relative;
}



.woocommerce button.button.alt,
button.single_add_to_cart_button {
    background-color: #FC474C !important;
    font-size: 15px;
    width: 250px;
    padding: 15px 5px !important;
    border-radius: 50px;
    margin: 30px 22px 0;
}

.woocommerce button.button.alt:hover,
button.single_add_to_cart_button:hover {
    opacity: 0.7;
}


button.single_add_to_cart_button {
    border: none !important;
}

button.single_add_to_cart_button::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 8px;
}

.entry-summary h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 0.5em 0;
}

.item-text {
    margin: 0 0 1em 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price span {
    color: #000;
    font-size: 18px !important;
}

.wp-block-woocommerce-product-search label.wc-block-product-search__label {
    display: none;
}

.wp-block-woocommerce-product-search .wc-block-product-search__field {
    border-radius: 50px 0 0 50px !important;
    width: 230px;
}

.wp-block-woocommerce-product-search .wc-block-product-search__button {
    border-radius: 0 50px 50px 0 !important;
}

.item-category li {
    display: inline-block;
    margin-bottom: 5px;
}

.item-category li a {
    color: #25bcf3;
}

.quantity {
    display: inline;
    width: 100%;
}

.quantity input,
.quantity button.single_add_to_cart_button {
    display: inline-block;
}

.quantity input {
    width: 80px;
}

.post-cate {
    border-top: 1px solid #ccc;
    color: #6d6d6d;
    margin: 2em 0 0 0;
    padding: 1em 0 0 0;
}

.quantity-left,
.quantity-right {
    display: inline-block;
    width: 40%;
}

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

.quantity-right button {
    text-align: center !important;
}

.detail-item-share {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.detail-item-share li {
    margin: 0 5px 0 0;
}

.detail-item-share a {
    border-radius: 50px !important;
    height: 20px !important;
}

.woocommerce-variation-add-to-cart .quantity::before {
    content: "数量：";
}

table.variations {
    margin: 1.5em 0;
    width: 100%;
}

.variations tr:first-child {
    border-top: 1px solid #b2b2b2;
}

.woocommerce-product-attributes td:last-child {
    border: none !important;
}

.variations td {
    padding: 1em 0.5em;
}

.variations tr {
    border-bottom: 1px solid #b2b2b2;
}

.variations tr:last-child {
    border-bottom: none !important;
}

.woocommerce-product-attributes tr {
    padding: 1em 0.5em;
}

.variations td select {
    width: 100%;
}

.up-sells {
    border-top: 1px solid #b2b2b2;
    margin: 1em auto;
    padding: 1em 0;
}

.summary h1.product_title {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.up-sells h2 {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.reset_variations {
    background: #ccc;
    border-radius: 5px;
    display: block;
    margin-top: 1em;
    padding: 5px 10px;
    text-align: center;
}

.shop-col-main {
    display: inline;
}

.woocommerce .shop-col-main div.product div.images,
.woocommerce-page .shop-col-main div.product div.images {
    display: inline-block;
    /* margin: 0 2em 2em 0; */
    vertical-align: top;
    width: 66%;
    max-width: 600px;
}

.woocommerce .shop-col-main div.product div.summary,
.woocommerce-page .shop-col-main div.product div.summary {
    display: inline-block;
    margin: 0 0 2em 0;
    margin-right: 0;
    vertical-align: top;
    width: 30%;
    border: 1px #CCCCCC solid;
    border-radius: 8px;
    padding: 30px 25px;
}

.shop-col-main .woocommerce-tabs {
    width: 100%;
}

.woocommerce-tabs ul.tabs {
    text-align: center;
}

.description_tab,
.reviews_tab,
.additional_information_tab {
    background: #ccc;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    text-align: center;
    width: 32%
}

.description_tab a,
.reviews_tab a,
.additional_information_tab a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.description_tab.active,
.reviews_tab.active,
.additional_information_tab.active {
    background: #fff !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.woocommerce-Tabs-panel {
    line-height: 180%;
    padding: 1.5em;
}

.product_meta {
    margin-top: 20px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
    display: block;
}

.product_meta .posted_in a {
    text-decoration-line: revert;
}

/* .type-product {
    position: relative;
} */

.entry-summary .button {
    margin-top: 1em;
}

.shop-col-main .wpgs-for.slick-initialized,
.shop-col-main .wpgs-nav.slick-initialized {
    max-width: 600px;
    width: 100%;
}

/* .shop-col-main .wpgs-for.slick-initialized .attachment-medium{height: 50px;object-fit: cover;width: 154px;} */
/* .shop-col-main .wpgs-nav.slick-initialized .slick-slide {
    height: 110px;
    object-fit: cover;
    width: 110px!important;
} */

.shop-col-main .wpgs-for.slick-initialized .slick-prev:before {
    content: "\f101";
}

.shop-col-main .wpgs-for.slick-initialized .slick-next:before {
    content: "\f100";
}



/* レビュー */
.wc-tabs-wrapper {
    margin: 2em 0 0 0;
}

.woocommerce-Reviews #comments {
    max-width: 675px;
    margin: auto;
}

h2.woocommerce-Reviews-title {
    /* border-bottom: 1px #ccc solid; */
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 24px;
}

.woocommerce-Reviews-title span {
    font-size: 24px;
}

#review_form_wrapper {
    background-color: #e6e6e2;
}

#review_form_wrapper .comment-respond {
    margin: 30px auto 0;
    padding: 30px 0;
}

#review_form_wrapper .comment-respond .form-submit .submit {
    width: 100%;
}

p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    display: inline-block;
    font-weight: 400;
    height: 1em;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-indent: -999em;
    width: 1em;
}

p.stars a:before,
p.stars a:hover~a:before,
p.stars.selected a.active~a:before {
    color: #6d6d6d;
}

p.stars a::before {
    color: rgb(67, 69, 75);
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.95em;
    height: 1em;
    left: 0px;
    line-height: 1;
    position: absolute;
    text-indent: 0px;
    top: 0px;
    width: 1em;
}

p.stars.selected a.active:before,
p.stars:hover a:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #ceb604;
}

.commentlist li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.comment-user {
    display: flex;
    margin: 0 0 0.5em 0;
}

.comment-user .avatar {
    height: 60px;
    margin: 0 10px 0 0;
    object-fit: cover;
    width: 60px;
}

.required {
    color: red;
}

ol.commentlist li img,
ol.commentlist .comment-text {
    display: inline-block;
    vertical-align: top;
}

ol.commentlist li img {
    margin-right: 10px;
}

ol.commentlist li,
.comment-form-rating {
    margin: 1em 0 0 0;
}

ol.commentlist .comment-text {
    line-height: 1.6;
}

ol.commentlist .comment-text .meta {
    color: #969696;
}

ol.commentlist .description {
    line-height: 1.5;
    order: 3;
}

.wpulike.wpulike-robeen {
    display: none;
}

.rating-stars .stars {
    width: 100px;
}

.woocommerce-Reviews .page-numbers {
    background: #fff;
    display: flex;
    justify-content: center;
}

.woocommerce-Reviews .page-numbers .current {
    background: #fc474c;
}

.woocommerce-Reviews .page-numbers li:nth-child(n+2),
.woocommerce-Reviews .page-numbers li:not(last-child) {
    margin: 0 5px;
}


/* 「5段階中のx」テキスト削除 */
.commentlist .comment-text .star-rating,
.rating-stars .stars .star-rating,
.products .item-list-block .star-rating {
    display: none;
}

/* review plugin */
.cr-reviews-ajax-comments {
    max-width: 680px;
    margin: auto;
}

#reviews.cr-reviews-ajax-reviews {
    margin: 2em 0;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
    display: flex !important;
    flex-direction: column;
    margin: 0 !important;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating {
    order: 1;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
    justify-content: flex-start !important;
    order: 2;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
    display: none !important;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
    padding-right: 10px;
}

#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
    color: unset !important;
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd {
    border: none !important;
    text-decoration: underline;
}

#reviews.cr-reviews-ajax-reviews .cr-count-row {
    background-color: #fff !important;
    padding: 0 !important;
}

.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
    border: 1px #ccc solid !important;
    border-radius: 4px;
}

.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover {
    opacity: 0.7;
}

#reviews .cr-summaryBox-wrap .ivole-summaryBox {
    width: 100% !important;
    padding: 10px 0 !important;
}

#ivole-histogramTable {
    max-width: 675px !important;
}

#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 85% !important;
}

#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
    padding: 0 !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 40% !important;
}

#reviews .cr-summaryBox-wrap .cr-average-rating-stars {
    order: 1;
}

#reviews .cr-summaryBox-wrap .cr-average-rating {
    order: 2;
    font-size: 15px !important;
    line-height: 3 !important;
    padding-left: 8px;
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count {
    order: 3;
    margin-left: auto;
}

#reviews .cr-summaryBox-wrap {
    display: block !important;
    background-color: #FFF !important;
}

.ivole-meter {
    background-color: #F5F5F5 !important;
    background: #F5F5F5 !important;
    box-shadow: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}

.ivole-meter .ivole-meter-bar {
    background-color: #FF8D90 !important;
    background: #FF8D90 !important;
    box-shadow: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}

.ivole-meter .ivole-meter-bar:before {
    background-color: transparent !important;
}

/*
.product-summary {
    line-height: 1.8;
    margin-bottom: 20px;
}
.product-total-summary.uk-flex,
.product-summary .uk-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-total-summary.uk-flex{
    width: 240px;
    margin-bottom: 20px;
}
.product-total-summary a {
    text-decoration: underline;
}
.product-total-summary p {
    margin-left: auto;
}
.product-summary .rating-graph {
    width: 100%;
    height: 15px;
    background-color: #F5F5F5;
}
.product-summary .percentage {
    background-color: #FF8D90;
    height: 15px;
}
*/


/* 関連商品 */
section.related {
    margin-bottom: 4em;
    margin-top: 4em;
}

section.related h2 {
    /* border-bottom: 1px solid #ccc; */
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center;
}

section.related>h2:first-of-type {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    /* padding-bottom: 20px; */
    /* text-align: center; */
    padding: 20px 0 0;
    text-align: left;
}

ul.products {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

ul.products li {
    /* margin: 0 1em 3em 0; */
    max-width: calc(25% - 10px);
    text-align: left;
    width: 100%;
}

ul.products li h2 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

ul.products li a.button {
    background-color: #22b473;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 10px auto 0;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

ul.products li .added_to_cart {
    border: 1px solid #b2b2b2;
    background-color: #ebebe8;
    border-radius: 50px;
    color: #212529;
    display: block;
    font-weight: 600;
    margin: 10px auto 0;
    max-width: 200px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

ul.products li img {
    height: 100%;
    object-fit: cover;
    width: calc(100% - 10px);
}

.product-lists ul.products {
    justify-content: start;
    margin: 30px 0 0 0;
}

.comment-form-author,
.comment-form-email {
    display: flex;
}

.comment-form-author label,
.comment-form-email label {
    width: 100px;
}

.comment-form-author input,
.comment-form-email input {
    border: solid 1px #b2b2b2;
    width: 100%;
}

.comment-form-author {
    margin-top: 0.5em;
}

.comment-form-email {
    margin-top: 1em;
}

/* ========= 商品リスト ========= */
.contents-block .woocommerce {
    max-width: 1180px !important;
}

.woocommerce-loop-product__title {
    line-height: 150%;
    margin-top: 10px;
}

.woocommerce ul.products li.product {
    display: inline-block;
    float: none !important;
    margin: 0 1% 4% 1% !important;
}

select.orderby {
    border-color: #b2b2b2;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.wc-block-product-search .wc-block-product-search__field {
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}

.wc-block-product-search .wc-block-product-search__button {
    border-bottom: 1px solid #b2b2b2;
    border-left: 0;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-radius: 0 5px 5px 0;
    margin: 0 !important;
}

li.wc-block-product-categories-list-item {
    border-bottom: 1px solid #b2b2b2;
    padding: 10px 0;
}

li.wc-block-product-categories-list-item ul {
    margin-left: 1em;
}

li.wc-block-product-categories-list-item ul li {
    border: none;
}

.woof_reset_button_2 {
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    padding: 3px 10px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

/* =========== マイページ =========== */
.woocommerce-MyAccount-navigation ul {
    border: 1px #ccc solid;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px #ccc solid;
    margin: 0;
}

.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li a:hover {
    background: #e6e6e6;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 15px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    margin: 2em 0;
}

.woocommerce-Address-title {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    font-weight: 700;
    float: none !important;
}

.woocommerce-account .addresses .title .edit {
    background: #ebe9eb;
    border-radius: 3px;
    color: #515151;
    float: none !important;
    font-weight: 700;
    padding: 0.618em 1em;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: none !important;
}

.woocommerce .col2-set .col-1 {
    margin-bottom: 2em;
}

.woocommerce table.my_account_orders .button {
    margin: 5px 2px !important;
}


/* =========== カート =========== */
.woocommerce table.cart img {
    height: 80px !important;
    object-fit: cover;
    width: 80px;
}

.wc-proceed-to-checkout a.wc-repeat {
    background-color: #ebebe8 !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 35px;
    color: #000 !important;
    display: block;
    max-width: 300px;
    padding: 10px 15px 10px 30px;
    width: 100%;
}

/* ============================ single-shrine, single-temple, .p-spot-detail お寺・神社詳細  ================= */
.p-spot-detail .main-content-wrap {
    margin-top: 20px;
}

.p-spot-detail .main-content {
    width: 60%;
}

.p-spot-detail button {
    border: 0;
    background-color: transparent;
}

.p-spot-detail .content-title span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    margin-top: 5px;
    position: relative;
}

.p-spot-detail .content-title span::before {
    left: -20px;
}

.p-spot-detail .content-title span::before,
.p-spot-detail .content-title span::after {
    border-top: solid 1px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
}

.spotMainSlide {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.spotMainSlide .swiper-pagination {
    align-items: center;
    background: url("../img/spot-detail/bg-pagenation.jpg") center center/cover no-repeat;
    bottom: unset !important;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.temple-shrine-basic-information.swiper-block-none .photo-block {
    display: none;
}

.main-content .temple-shrine-basic-information.swiper-block-none~.block-area-info {
    margin-top: 0;
}

.spotMainSlide .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.8;
}

.stamp-block .stamp-img {
    margin: 0 auto 30px;
    text-align: center;
}

.stamp-block .stamp-img img {
    margin-bottom: 20px;
    max-width: 240px;
}

.p-spot-detail .limited-stamp-block .l-section__title::before {
    background-image: url("../img/spot-detail/limitedstamp.png");
    width: 82px;
    height: 46px;
    top: -55px;
}

.p-spot-detail .holy-stamp-block .l-section__title {
    margin-bottom: 90px;
}

.p-spot-detail .user-report-block .l-section__title {
    margin-bottom: 60px;
}

.p-spot-detail .holy-stamp-block .l-section__title::before,
.p-spot-detail .user-report-block .l-section__title::before {
    background-image: url("../img/spot-detail/title-top.svg");
    height: 41px;
    top: -55px;
    width: 82px;
}

.p-spot-detail .holy-stamp-block .l-section__title::after,
.p-spot-detail .user-report-block .l-section__title::after {
    content: '';
    position: absolute;
    background-image: url("../img/spot-detail/title-btm.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 82px;
    height: 41px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.p-spot-detail .user-report-block .icon-img {
    width: 1em;
}

.p-spot-detail .user-report-wrap .user-post-list {
    border: solid 1px #ccc;
    border-radius: 10px;
    flex: 0 0 49%;
    position: relative;
}

.p-spot-detail .user-report-wrap .user-post-list:nth-child(-n+2) {
    margin-bottom: 2%;
}

.p-spot-detail .user-report-wrap .user-post-wrap {
    padding: 20px 15px 60px;
}

.p-spot-detail .user-report-wrap .post-head.flex {
    align-items: center;
    justify-content: unset;
    margin-bottom: 20px;
}

.p-spot-detail .user-report-wrap .prof-icon-block {
    height: 70px;
    width: 70px;
}

.p-spot-detail .user-report-wrap .prof-icon-block img {
    height: 70px !important;
    width: 70px !important;
}

.p-spot-detail .user-report-wrap .user-info-block {
    background-color: transparent;
    padding: 0;
}

.p-spot-detail .user-report-wrap .user-info-block .user-name {
    font-size: 16px;
}

.p-spot-detail .user-report-wrap .user-info-block .post-date {
    font-size: 14px;
}

.p-spot-detail .user-post-wrap .post-photo>div {
    width: 49%;
}

.p-spot-detail .user-post-wrap .post-photo>div:not(:first-child) {
    margin-left: 2%;
}

.p-spot-detail .user-post-wrap .post-photo>div:nth-child(3) {
    margin-left: 0;
}

.p-spot-detail .user-post-wrap .post-photo>div:nth-child(-n+2) {
    margin-bottom: 2%;
}

.p-spot-detail .user-post-wrap .post-photo>div img {
    max-width: 100%;
}

.p-spot-detail .user-post-wrap .post-icon-block {
    justify-content: unset;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
}

.p-spot-detail .user-post-wrap .post-icon-block>div {
    align-items: center;
    margin-right: 15px;
    margin-top: 10px;
}

.p-spot-detail .user-post-wrap .post-icon-block button {
    height: 25px;
    padding: 0;
    margin-right: 8px;
    width: 25px;
}

.p-spot-detail .user-post-wrap .post-icon-block button img {
    width: 100%;
    margin: 0;
}

.p-spot-detail .user-post-wrap .post-icon-block .num-txt {
    margin: 0 3px;
}

.p-spot-detail .info-tag-block {
    margin: 0 auto;
    max-width: 1180px;
}

.p-spot-detail .info-tag-block .favorite_button {
    padding: 0 15px;
}

.p-spot-detail .info-tag-block .favorite_button .btn-favorite,
.info-tag-block .btn-favorite {
    color: #000;
    margin: 30px 0 10px;
    background-color: #fff;
    border: solid 1px #f680b3;
}

.favorite_button .icon-img,
.info-tag-block .btn-favorite .icon-img,
.post-cate-icon img.icon-img,
.info-block img.icon-img {
    width: 1.4em;
}

.post-cate-icon {
    margin: 0 0 20px;
    width: 100%;
}

.main-content .block-area-info {
    background-color: #f5f3ee;
    margin-top: 30px;
    padding: 40px 25px;
}

.main-content .block-area-info .wrap-bg.info-detail {
    margin-top: 25px;
}

.main-content .block-area-info.info-detail {
    padding-top: 0;
}

.main-content .block-area-info .wrap-bg {
    margin-bottom: 0;
}

.main-content .icon-img.icon-info {
    height: 35px;
}

.main-content .block-area-info dt {
    flex: 0 0 7.5em;
}

.main-content .block-area-info dd {
    flex: 0 0 calc(100% - 7.5em);
}

.detail-text img {
    margin: 1em auto;
}

.blocks-gallery-item {
    padding: 2em 0 1em;
}

.photo-block img {
    height: 450px;
    object-fit: cover;
    width: 750px
}

.temple-shrine-basic-information .detail-text {
    margin-top: 35px;
}

.temple-shrine-basic-information .detail-text h1 {
    font-size: 2em;
    color: #eb5b5f;
    font-weight: 500;
    margin-bottom: 25px;
}

.temple-shrine-basic-information .detail-text h2 {
    background-color: #f4e9ed;
    border-left: solid 5px #eb5b5f;
    font-size: 1.8em;
    padding: 12px 18px;

}

.temple-shrine-basic-information .detail-text h3 {

    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    border-left: 5px solid #eb5b5f;
    border-bottom: 1px solid #eb5b5f;
    padding: 8px 18px 10px;

}

.temple-shrine-basic-information .detail-text ul li {
    padding: 0 0 0 30px
}

.temple-shrine-basic-information .detail-text ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #eb5b5f;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}


.temple-shrine-basic-information .detail-text ol {
    counter-reset: list;
    list-style-type: none;
    padding: 0 0 0 30px;
}

.temple-shrine-basic-information .detail-text ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 7px 0 7px 0px;
    line-height: 29px;
    border: dashed 1px transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.temple-shrine-basic-information .detail-text ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    background: #eb5b5f;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.temple-shrine-basic-information .detail-text table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.temple-shrine-basic-information .detail-text table th {
    padding: 10px;
    background: #eb5b5f;
    border: solid 1px #778ca3;
}

.temple-shrine-basic-information .detail-text table td {
    padding: 10px;
    border: solid 1px #778ca3;
}





/* ======= sidebar-spot-detail ======= */
.sidebar-e-detail .side-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.sidebar-e-detail .side-inner>div {
    flex: 0 0 100%;
}

.articles_index_thumbnail img {
    max-width: 150px;
}

.sb-spot-detail .block-event {
    border-radius: 14px;
}

.sb-spot-detail .block-event .event-post-wrap.flex {
    margin: 0 15px;
    padding: 20px 0;
}

.sb-spot-detail .block-event .event-post-wrap.flex:first-child {
    border-top: solid 1px #e2dfdf;
}

.p-spot-detail .main-content .sb-spot-detail .block-area-info {
    display: none;
}

.archives-img {
    background: url("../img/arc-tem-shr/main-img.jpg") center center/cover no-repeat;
}

.temple-shrine .block-area-info .wrap-bg {
    border-radius: 0;
}

/* ============================ archive-shrine, archive-temple お寺神社一覧  ================= */
.archive-tem-shr .page-head {
    /*background: url("../img/arc-tem-shr/main-img.jpg") center center/cover no-repeat; */
    /*background: url("../img/arc-tem-shr/main-img2.png") center center/cover no-repeat; */
    /*background: url("../img/arc-tem-shr/main-img3.png") center center/cover no-repeat; */
	/*background: url("../img/arc-tem-shr/main-img4.png") center center/cover no-repeat; */
	/*background: url("../img/arc-tem-shr/main-img5.png") center center/cover no-repeat; */
	/*background: url("../img/arc-tem-shr/main-img6.png") center center/cover no-repeat; */
	background: url("../img/arc-tem-shr/main-img7.png") center center/cover no-repeat;
}

.archive-tem-shr .textGray {
    flex: 0 0 100%;
    border-bottom: solid 1px #e1e1e1;
}

.archive-tem-shr .textGray-inner {
    max-width: 1180px;
    margin: 30px auto 0;
    padding: 0 15px 30px;
}

.archive-wrap .post-part {
    padding: 30px 0;
    border-bottom: solid 1px #e1e1e1;
}

.archive-wrap img.icon-img {
    width: 1.4em;
}

.archive-wrap .icon-img.icon-enkiri,
.archive-wrap .icon-img.icon-enmusubi {
    margin-top: 20px;
    width: 80px;
}

.archive-wrap .post-head {
    margin-bottom: 15px;
}

.archive-wrap .post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.archive-wrap .report-num {
    align-items: center;
}

.archive-wrap .info-add,
.archive-wrap .info-time {
    align-items: flex-start;
    justify-content: unset;
    margin-bottom: 15px;
}

.archive-wrap .add-text,
.archive-wrap .info-text {
    flex: 0 0 calc(100% - 45px);
}

.archive-wrap .post-read {
    margin-bottom: 15px;
}

.archive-wrap .post-category li {
    background-color: #7bb108;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 5px 15px;
}

.archive-wrap .post-category .stamp-list li {
    background-color: #fc474c;
}

.archive-wrap .post-part .btn-base {
    margin: 30px auto 0;
}

.list-img-rel {
    position: relative;
}

.list-img-rel img.attention-tag {
    left: 0;
    position: absolute;
    top: 0;
}

/* ========= // END archive-shrine, archive-temple お寺神社一覧
================= */

#page_top {
    bottom: 10px;
    height: 110px;
    position: fixed;
    right: 10px;
    transition: 0.3s all;
    width: 76px;
    z-index: 200;
}

#page_top a {
    display: block;
}

::-webkit-scrollbar {
    height: 10px;
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

a.link-url {
    font-size: 14px;
}

a.icon-link {
    color: #25bcf3;
    background: url("../img/icon/icon-link.png") center right no-repeat;
    display: inline-block;
    padding-right: 1.5em;
}

.dl-list dl {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
}

.dl-list dt {
    margin: 0 0 1em 0;
}

.lost_pass_form {
    background: #e6e6e2;
    margin: 0 auto;
    max-width: 750px;
    padding: 10px 15px;
    text-align: center;
}

.lost_pass_form p.woocommerce-form-row {
    display: flex;
    width: 100% !important;
}

.lost_pass_form p.woocommerce-form-row input {
    border: solid 1px #b2b2b2;
    margin: 1em 0 !important;
    padding: 10px;
}

.woocommerce-ResetPassword {
    margin: 0 auto;
    max-width: 1100px;
}

.lost_pass_form p button.button {
    background-color: #ebebe8;
    border: solid 1px #b2b2b2;
    border-radius: 50px;
    margin: 0 auto !important;
}

.detail-block {
    background-color: #f5f3ee;
    margin-top: 30px;
    padding: 40px 25px;
}

.pagenation-block {
    margin: 1em 0 2em;
}

.auth-page .page-numbers {
    background: #fff;
}

/* ------------ おすすめPHOTO gallery ------------*/
.fg-paging-container .fg-dot-item .fg-dot-link {
    color: #060606 !important;
    font-size: 14px !important;
    padding: 10px 15px !important;
}

.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link {
    border: none !important;
    border-radius: 3px !important;
}

.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link:before,
.fg-sr-only,
.fg-paging-container .fg-dot-item .fg-dot-link:before {
    display: none !important;
}

.fg-paging-container .fg-selected .fg-dot-link {
    background: #fc474c !important;
    color: #fff !important;
    padding: 10px 15px !important;
}

/* ------------ FAQ ------------*/
.qa-list {
    margin-bottom: 2em;
}

.qa-list h3 {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.faq-pagebtn ul {
    display: flex;
    justify-content: center;
    margin: 0 0 1em 0;
}

.faq-pagebtn li {
    background: #ebebe8;
    border: solid 1px #b2b2b2;
    border-radius: 50px;
    margin: 0 0.5em 1em;
    max-width: 200px;
    padding: 5px 15px;
}

.btn-arrow {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qa-list dl {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    margin: 0;
    padding: 10px 60px 12px 20px;
    position: relative;
}

.qa-list dl:first-child {
    border-top: 1px solid #000;
}

.qa-list dl::before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: '';
    display: block;
    height: 7px;
    margin: auto;
    position: absolute;
    right: 35px;
    top: 23px;
    transform: rotate(135deg);
    width: 7px;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
}

.qa-list dl dt::before {
    content: 'Q.';
    color: #3285bf;
    display: block;
    font-size: 22px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
}

.qa-list dl dd::before {
    content: 'A.';
    color: #ea2d10;
    display: block;
    font-size: 22px;
    font-weight: bold;
    left: 2px;
    line-height: 1;
    position: absolute;
    top: 3px;
}

.qa-list dl dd {
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
    position: relative;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}





.guide_contents h2 {

    background-color: #f4e9ed;
    border-left: solid 5px #eb5b5f;
    font-size: 1.8em;
    padding: 12px 18px;
    margin: 0 0 0.5em 0;
}

.guide_contents h3 {

    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5em 0;

    border-bottom: 1px solid #eb5b5f;
    padding: 8px 0 10px;

}

.guide_contents p {
    margin: 0 0 0.5em;
}

.guide_contents p img {
    width: 80%;
    display: block;
    max-width: 80%;
    margin: 2em auto;
}




@media screen and (min-width: 769px) and (max-width: 1340px) {

    .guide_contents p img {
        width: 100%;
    }
}

/* ========= 検索フォーム ========= */
#overlay #content {
    height: 70vh;
}

.close-btn button {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    max-width: 110px;
    padding: 4px 8px;
    width: 100%;
}

.p-search-spot__form .p-search-spot__btn.filter__btn {
    top: 69%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

/* ------------------------
 商品カテゴリーメニュー
 ドロップダウンCSS
 ------------------------*/
nav.item-nav-sp,
nav.item-nav-sp li.has-child>ul,
nav.item-nav-pc li.has-child>span.btn-child-link {
    display: none;
}

nav.item-nav-pc {
    /* position: absolute; */
    display: block;
    z-index: 100;
    position: fixed;
    background: #fff;
    height: 100%;
    border: 1px #CCCCCC solid;
    top: 109px;
    width: 160px;
    line-height: 1.8;
}

nav.item-nav-pc ul {
    list-style: none;
    text-align: left;
}

nav.item-nav-pc ul li.parent-cat {
    border-bottom: 1px #ABABAB solid;
    padding-left: 20px;
}

nav.item-nav-pc ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 7px 0;
}

nav.item-nav-pc ul li a:hover {
    color: #666;
}

nav.item-nav-pc ul li li a {
    padding: 7px 10px 7px;
}

nav.item-nav-pc ul li.has-child>a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 90%;
    background: url('../img/icon/shop/icon-nav-arrow.png');
    background-repeat: no-repeat;
}

nav.item-nav-pc li.has-child>ul {
    position: absolute;
    top: -1px;
    left: 158px;
    width: 140px;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    background: #fff;
}

nav.item-nav-pc li.has-child:hover>ul {
    border: 1px #ccc solid;
    z-index: 60;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

nav.item-nav-pc li.has-child ul li a:hover,
nav.item-nav-pc li.has-child ul li a:active {
    background: #fff;
}


/* ------------ TOP 新着情報 ------------*/
.news-list {
    min-height: 180px;
    margin-top: 40px;
}

.news-data {
    border-bottom: 1px solid #e59294;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    max-width: 635px;
    padding-bottom: 1em;
    /* justify-content: space-between; */
}

.news-br-block {
    width: 0;
}

.news-date {
    width: 100px;
}

.news-tag {
    display: flex;
    flex-wrap: wrap;
    max-width: 480px;
}

.news-tag a {
    /* background-color: #FC474B; */
    color: black;
    height: 28px;
    margin: 0 2px 4px;
    padding: 0 8px 2px;
    text-align: center;
    width: auto;
}

.news-title {
    display: block;
    width: 100%;
    color: black;
}

.news-title a{
    display: block;
    width: 100%;
    color: #C99833;
}

.p-news__container .c-btn01--main {
    margin-top: 28px;
}

/* ------------ TOP おすすめのお寺・神社・スポット ------------*/
.p-spot__container {
    height: 920px
}

.p-spot__container .swiper-container {
    width: 100%;
    height: 530px !important;
}

.p-spot__container .swiper-slide {
    width: 380px !important;
    height: 510px !important;
    overflow: visible;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    border-radius: 8px;
    border: 1px #ccc solid;
}

.p-spot__container .swiper-slide img {
    width: 425px;
    height: 250px;
    border-radius: 8px 8px 0 0;
}

.p-spot__container .swiper-pagination {
    bottom: 90px !important;
}

.p-spot__container .c-btn01--main {
    margin-top: 80px;
}


/* ------------ TOP おすすめコラム ------------*/
.p-column__list-item h3 {
    font-size: 20px;
    height: 50px;
}

.p-column__list-item p {
    font-size: 14px;
    padding-top: 5px;
}

.p-column__list-item .p-column__list-char {
    height: 50px;
}

.p-column__list-item .date-letter {
    padding-left: 14px;
}

.p-column__list-item .date-icon {
    background-image: url(../img/release_date_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 3px;
    width: 16px;
}

.p-column__list-item .modified-icon {
    background-image: url(../img/modified_date_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 3px;
    width: 16px;
}

/* ------------ フッター ------------*/
.p-index-links__item-wrapper a:first-child {
    background-color: #fff;
    height: 53px;
    width: 225px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    font-size: 12px;
    align-items: center;
}

.l-section.p-index-links {
    padding-bottom: 10px;
    padding-top: 56px;
}


.brXS,
.brS,
.brM,
.brL {
    display: none;
}

.brPC {
    display: none;
}

html {
    margin-top: 0 !important;
}

/* ------------ SHOP 商品検索 ------------*/
.search-widget {
    max-width: 500px;
    margin: 0 10px;
}

.item-filter-wrap {
    width: calc(100% - 20px) !important;
}

.item-filter-wrap .woof_husky_txt-input,
.search-widget .woof_husky_txt-input {
    padding-left: 25px !important;
    background-color: #f3f3f3;
    border: 1px solid #F5F5F5 !important;
}

.item-filter-wrap .woof_text_search_container .woof_text_search_go,
.search-widget .woof_text_search_container .woof_text_search_go {
    left: 3px !important;
    top: 8px !important;
    display: block;
    background: url('../../../../plugins/wp-import-export-lite/assets/images/chosen-sprite.png') no-repeat 100% -20px !important;
}

/* ------------ SHOP 商品一覧 ------------*/
.cont-wra.shop-col-main section {
    position: relative;
}

.shop-block.product-lists .cont-wrap p.woocommerce-result-count {
    /* width: 190px; */
    padding-top: 7px;
}

.shop-block.product-lists .cont-wrap .woocommerce-ordering {
    width: 200px;
    /* position: absolute; */
    right: 0;
    top: 0;
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
}

/* ------------ SHOP 商品一覧 ページネーション ------------*/
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
    margin: 0 2px !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 1.5 !important;
    min-width: 40px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background: #fff;
    border: 1px #000 solid;
}

body .page-numbers {
    background: unset;
}

body .prev.page-numbers,
body .next.page-numbers {
    color: #000;
}

/*
.next.page-numbers {
    color: #fff!important;
    background: #000!important;
}
*/

/* ------------ SHOP 商品詳細 ------------*/
.summary.entry-summary .quantity {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.summary.entry-summary .price {
    margin-bottom: 20px;
}

.summary.entry-summary .price span {
    font-size: 18px !important;
}

.summary.entry-summary h1.product_title {
    font-size: 24px;
    margin-bottom: 15px;
}

.wpgs-nav .slick-prev {
    z-index: 40 !important;
}

.woocommerce .shop-col-main div.product div.summary+* {
    clear: both;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(20% - 8px) !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: unset !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-viewport {
    margin-bottom: 10px;
}

.woocommerce div.product p img {
    height: auto;
    max-width: 800px;
    width: 100%;
}

.ec-wrap-inner {
    margin-left: 160px;
}

.footer-shop {
    padding-left: 160px;
}

/* ----- @media screen ----- */
@media screen and (min-width: 1341px) and (max-width: 1480px) {
    .ec-wrap-inner {
        margin-left: 160px;
    }
}

@media screen and (max-width: 1479px) {

    .wrap-inner,
    .ec-wrap-inner {
        margin-left: 0;
    }
}

@media screen and (max-width: 1340px) {
    .footer-shop {
        padding-left: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1340px) {
    .header-shop .el_humburger.l-header__right {
        opacity: 1;
        position: absolute;
        left: 30px;
    }

    .header-shop .logo-block {
        left: 100px;
    }

    nav.item-nav-pc {
        opacity: 0;
        display: block;
        z-index: -1;
    }

    .customize-support.js_humburgerOpen nav.item-nav-pc {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        z-index: 99;
    }
}


@media screen and (min-width: 992px) and (max-width: 1279px) {
    .p-spot-detail .user-post-wrap .post-icon-block .btn-txt {
        display: none;
    }

    .p-spot-detail .user-post-wrap .post-photo>div img {
        height: 10vw;
    }

    .cate-list li .cate-read .cate-cmnt {
        font-size: 18px;
    }

}

@media screen and (min-width: 992px) {
    .brPC {
        display: inline;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    /*　＝＝＝＝＝＝＝＝＝＝ マイページ 　＝＝＝＝＝＝＝＝＝＝*/
    .woocommerce {
        padding: 50px 15px 20px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .s-eventdetail .e-reserve-block .form-item>.flex {
        flex: 0 0 100%;
    }

    .s-eventdetail .e-reserve-block .form-item>.flex:first-child {
        margin-bottom: 30px;
    }

    .user-report-wrap .post-comment .comment-read {
        flex: 0 0 100%;
        margin-top: 10px;
        order: 2;
    }

    .user-report-wrap .post-comment .icon-share {
        order: 1;
    }

    .p-spot-detail .user-report-wrap .user-post-list {
        flex: 0 0 100%;
    }

    .p-spot-detail .user-report-wrap .user-post-list:not(:last-child) {
        margin-bottom: 2%;
    }
}

@media screen and (min-width: 768px) {

    .swiper-popular-button.swiper-button-prev,
    .swiper-popular-button.swiper-button-next,
    .swiper-pagination-popular {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .p-spot-detail .user-post-wrap .post-photo>div img {
        height: 20vw;
    }
}

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

    div.search_result_empty {
        font-size: 18px !important;
        width: 100%;
        max-width: 780px;
        text-align: left;
        margin-top: 30px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .cate-list {
        justify-content: space-around;
    }

    .cate-list li {
        flex: 0 0 45%;
        margin: 2% 0;
    }

    .cate-list li .cate-thumb,
    .cate-list li .cate-read {
        flex: 0 0 100%;
    }

    .cate-list li .cate-thumb {
        margin: 0 0 20px;
    }

    .page-head-link li a {
        flex-direction: column;
    }

    .page-head-link li a .icon-img {
        margin-right: 0;
    }
}

@media screen and (min-width: 480px) {
    .post-thumb {
        width: 200px !important;
    }

    .archive-wrap .post-thumb img {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .mep_list_event_details {
        width: calc(100% - 215px) !important;
    }

    .user-desc-block .trigger-btn {
        max-width: 70%;
        margin: 0 15%;
    }

    .archive-wrap .post-content {
        width: calc(100% - 215px) !important;
    }

    .p-spot-detail .user-post-wrap .post-photo>div img {
        height: 35vw;
    }
}

@media screen and (max-width: 1430px) {
    .breadcrumb {
        max-width: 1160px;
    }
}

@media screen and (max-width: 1400px) {
    .breadcrumb {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1279px) {
    div.search_result_empty {
        max-width: 600px;
    }

    .breadcrumb {
        /* margin: 15px 0 15px 6em; */
    }

    .navi-block .navi-list.flex {
        min-width: 100%;
    }

    .navi-block li {
        flex: 0 0 calc(100%/2);
    }
}

@media screen and (max-width: 1110px) {

    .woocommerce button.button.alt,
    button.single_add_to_cart_button {
        margin: 30px auto 0;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .p-spot__container .swiper-container {
        width: 950px;
        height: 560px !important;
        margin: auto;
    }

    .p-spot__container .swiper-slide {
        width: 303px !important;
        height: 550px !important;
    }

    .p-spot__container .swiper-slide img {
        width: 303px;
        height: 250px;
    }

    .c-card01__next {
        right: 0px !important;
    }

    .c-card01__prev {
        left: 0px !important;
    }

    .c-card01__desc {
        height: 200px;
    }

    .news-title {
        width: 290px;
    }

    .page-wrap.p-shop [class$="-item-block"],
    .page-wrap.p-shop [class$="-feature-content"],
    .p-shop .recommend-item-content,
    .p-shop .new-item-content,
    .useful-feature-content {
        max-width: 860px;
    }

    .column-item-block .column-item-container {
        width: 890px;
    }

    .column-item-block .swiper-slide {
        width: 270px !important;
    }

    .column-item-block .swiper-slide img {
        width: 270px;
    }

    ul.products li {
        max-width: calc(25% - 10px);
    }

    ul.products li img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .p-spot-detail .user-report-wrap .post-head.flex {
        justify-content: space-between;
    }

    .p-spot-detail .user-report-wrap .prof-icon-block {
        margin: 0;
    }

    .p-spot-detail .user-report-wrap .user-info-block {
        margin-left: 0;
        width: calc(100% - 90px);
    }

    .search-title,
    .select-wrap {
        flex: 0 0 100%;
    }

    .search-title {
        margin-bottom: 10px;
    }

    .img-fukidasi {
        left: 5%;
    }

    .info-block .side-wrap .link-block a {
        flex: 0 0 100%;
    }

    .brL {
        display: inline;
    }
}

@media screen and (max-width: 840px) {
    .el_humburger {
        display: block;
        height: 70px;
        padding-top: 20px;
        right: 0;
        top: 0;
        width: 70px;
    }

    #factory .el_humburger {
        display: none;
    }

    .el_humburger_wrapper {
        margin-bottom: 5px;
        width: 30px;
    }

    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px;
    }

    .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000;
    }

    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }

    .el_humburger span.el_humburger_bar {
        background: #BBBABA;
        left: 0;
        top: 0;
    }

    .navi {
        padding: 80px 5% 50px;
    }

    .js_humburgerOpen .navi {
        width: 100%;
    }

    .navi_item {
        font-size: 18px;
        margin-left: 0;
    }

}

@media screen and (max-width: 820px) {
    .p-search-spot__form-row {
        width: 77%;
    }

    .p-spot__container .swiper-container {
        width: 740px;
    }

    .p-spot__container .swiper-slide {
        width: 360px !important;
    }

    .p-spot__container .swiper-slide img {
        width: 360px;
    }

    .p-column__list {
        flex-direction: column;
    }

    .p-column__list-item {
        width: 95%;
        margin-bottom: 10px;
        border-top: none;
        padding: 30px 10px;
    }

    .news-title {
        width: 200px;
    }

    .page-wrap.p-shop [class$="-item-block"],
    .page-wrap.p-shop [class$="-feature-content"],
    .p-shop .recommend-item-content,
    .p-shop .new-item-content,
    .useful-feature-content {
        width: 100% !important;
        max-width: 710px;
    }

    .page-wrap .highlight-content .l-section__title.p-shop__title,
    .item-wrap .highlight-content .l-section__title.p-shop__title {
        width: 100% !important;
    }

    .highlight-content.column-item-block .l-section__title.p-shop__title::before {
        left: 30%;
    }

    .highlight-content.useful-feature-block .l-section__title.p-shop__title::before {
        left: 37%;
    }

    .column-item-block .column-item-container {
        width: 740px;
    }

    .column-item-block .swiper-slide {
        width: 360px !important;
    }

    .column-item-block .swiper-slide img {
        width: 360px !important;
    }

    .shop-col-main .woocommerce-product-gallery {
        width: 65%;
    }

}

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

    .sp {
        display: block;
        ;
    }

    .breadcrumb {
        color: #707070;
        margin: 5px auto;
        padding-bottom: 10px;
        border-bottom: 1px #CCCCCC solid;
    }

    .page-title {
        font-size: 24px;
    }

    .page-title-wrap,
    .page-head {
        height: 200px;
    }

    .p-enkiri-event {
        padding: 0 10px 54px;
    }

    .p-enkiri-event__content {
        margin: 0 auto;
        width: 100%;
    }

    .p-enkiri-event__list {
        padding: 28px 23px;
    }

    .p-enkiri-event__body {
        display: block;
    }

    .p-enkiri-event__list-item {
        font-size: 0.75rem;
    }

    .p-enkiri-event__container {
        margin: unset;
        padding: 0;
    }

    .p-enkiri-photo-movie {
        flex-direction: column;
        padding-bottom: 0;
    }

    .p-enkiri-photo-movie__container {
        width: 100%;
    }

    .p-enkiri-column__title {
        margin-bottom: 10px;
    }

    .p-enkiri-column__list {
        flex-direction: column;
    }

    .p-enkiri-column__list-item {
        border-top: 1px solid #fff;
        margin-bottom: 30px;
        width: 100%;
    }

    .p-enkiri-column__list-item--dammy {
        display: none;
    }

    .p-enkiri-column__list-img {
        width: 30%;
    }

    .p-enkiri-column__list-title {
        font-size: 1rem;
        font-weight: normal;
    }

    .p-enkiri-column__bg-title {
        font-size: 58px;
        font-weight: 400;
        top: -45px;
    }

    .p-enkiri-pickup__abbot {
        display: flex;
        height: 220px;
    }

    .p-enkiri-pickup__text h2 {
        font-size: 28px;
    }

    .p-enkiri-pickup__text p {
        font-size: 0.875rem;
    }

    .p-enkiri-pickup__card--wrapper {
        display: flex;
        justify-content: start;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        left: -10px;
        width: 100vw !important;
    }

    .p-slide-menu {
        font-size: 1rem;
        padding: 14px;
    }

    .p-slide-menu__list li:first-child {
        margin-top: 34px;
    }

    .p-slide-menu__list li {
        margin-bottom: 34px;
    }

    .p-slide-menu__item--abbot {
        height: 70px;
    }

    .p-slide-menu__item-text {
        font-size: 0.875rem;
    }

    .p-slide-menu__title h3 {
        font-size: 1.125rem;
    }

    .p-top-page__cloud-left,
    .p-top-page__cloud-right {
        display: none;
    }

    .p-top-page__cloud-left--smp,
    .p-top-page__cloud-right--smp {
        display: block;
    }

    .p-top-page__enmusubi-text h2,
    .p-top-page__enkiri-text h2 {
        font-size: 34px;
    }

    .p-top-page__enmusubi-text h2 span,
    .p-top-page__enkiri-text h2 span {
        font-size: 20px;
    }

    .p-top-page__enmusubi-text {
        right: -5%;
        transform: translate(-50%, -50%);
    }

    .p-top-page__enkiri-text {
        left: auto;
        right: 5%;
        transform: translate(-50%, -50%);
    }

    .p-top-page__enmusubi-icon,
    .p-top-page__enkiri-icon {
        margin: 0 auto;
        width: 50px;
    }

    .p-header__menu {
        height: 30px;
        width: 30px;
    }

    .p-header__inner {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .p-shop .l-section__title {
        margin-bottom: 0;
    }

    .p-shop .l-section__title span {
        position: relative;
        top: -35px;
    }

    .shop-about-block .l-section__title::before {
        height: 50px;
        top: -90px;
        width: 70px;
    }

    .contents-innner {
        width: 90%;
        margin: 0 auto;
    }

    .main-title-contents {
        padding: 1em 0 0 0;
        margin: 0 0 1em 0;
        font-size: 1.2rem;
    }

    .main-title-contents h3 {
        font-size: 1.5rem;
        margin: 1em 0.5em 0.5em;
    }

    .p-innner {
        padding: 0 1em 1em;
    }

    .l-section__title {
        margin-bottom: 0;
    }

    .l-section__title h2 {
        top: -35px;
        font-size: 1.125rem;
    }

    .time-flex {
        display: block !important;
    }

    .photo-img,
    .side-text-contents {
        width: 100%;
    }

    .event-time-title {
        width: 90%;
        margin: 2em auto;
    }

    .side-text-contents {
        padding: 1em;
    }

    .l-section__title::before {
        top: -102px;
        width: 70px;
        height: 65px;
    }

    .l-section__title h2 {
        font-weight: 400;
    }

    .l-footer__follow {
        display: inline-block;
    }

    .l-footer__follow span {
        display: inline-block;
    }

    .l-footer>small {
        font-size: 0.75rem;
    }

    .l-footer__icon {
        margin-bottom: 50px;
    }

    .l-footer__icon-item {
        margin-right: 40px;
    }

    .l-footer__links {
        flex-wrap: wrap;
        font-size: 0.75rem;
    }

    .l-footer__links li {
        padding: 0 8px;
    }

    .l-enkiri-footer {
        height: auto;
    }

    .l-enkiri-footer {
        padding-top: 50px;
    }

    .l-enkiri-footer__follow {
        display: inline-block;
    }

    .l-footer {
        height: auto;
    }

    .l-footer {
        background-image: url("../img/footer_bg-smp.png");
        padding-top: 50px;
    }

    .l-enkiri-footer__follow span {
        display: inline-block;
    }

    .l-enkiri-footer>small {
        font-size: 0.75rem;
    }

    .l-enkiri-footer__icon {
        margin-bottom: 50px;
    }

    .l-enkiri-footer__icon-item {
        margin-right: 40px;
    }

    .l-enkiri-footer__links {
        flex-wrap: wrap;
        font-size: 0.75rem;
    }

    .l-enkiri-footer__links li {
        padding: 0 8px;
    }

    .c-card01 {
        margin: 0;
    }

    .c-card01__body {
        padding: 12px;
    }

    .c-card01__user-icon {
        margin-left: 0;
    }

    .c-card01__bottom {
        flex-direction: row !important;
        padding: 10px;
    }

    .c-card01__writer-info {
        margin-left: 15px;
        padding: 10px;
        width: calc(70% - 15px) !important;
    }

    .c-card01__date {
        width: 30% !important;
    }

    .c-card01__date time {
        font-size: 1rem;
    }

    .c-card01__prev,
    .c-card01__next {
        top: 30% !important;
    }

    .c-card01__prev {
        border-radius: 0 100px 100px 0;
        left: -10px !important;
    }

    .c-card01__next {
        border-radius: 100px 0 0 100px;
        right: -10px !important;
    }

    .c-card01__desc {
        font-size: 0.875rem;
    }

    .c-card02 {
        margin: 0 auto;
    }

    .new-icon img {
        left: 0;
        top: -2em;
        width: 50px;
    }

    .c-card02__body {
        border: 1px solid #000;
        height: auto;
    }

    .c-card02__body-img {
        width: 120px;
    }

    .c-card02__body-desc {
        font-size: 0.875rem;
        padding: 17px;
    }

    .c-card02__user-info {
        border: 1px solid #000;
        height: 70px;
        padding: 10px;
        width: 80px;
    }

    .c-card02__user-icon {
        height: 37px;
        width: 45px;
    }

    .c-card02__writer,
    .c-card02__user-name {
        font-size: 0.5rem;
    }

    .c-card02__user-top {
        margin-bottom: 2px;
    }

    .c-card02__date {
        margin: unset;
        margin-right: auto;
        padding: 10px 0;
    }

    .c-card02__date time {
        font-size: 0.875rem;
        top: 15%;
    }

    .c-card02__date time::before {
        font-size: 10px;
        top: -12px;
    }

    .c-card02__date time>span {
        font-size: 20px;
        left: 10px;
        top: 6px;
    }

    .c-card03__top {
        height: auto;
        left: -20px;
        position: relative;
        width: 100vw;
    }

    .c-card03__prev,
    .c-card03__next {
        height: 50px;
        top: 20%;
    }

    .c-card03__next {
        right: -10px !important;
    }

    .c-card03__prev {
        left: -10px !important;
    }

    .c-card04 {
        margin: 0;
    }

    .c-card04__body {
        padding: 0;
    }

    .c-card04__body-img {
        width: 50px;
    }

    .c-card04__bottom {
        flex-direction: row !important;
        padding: 10px;
    }

    .c-card04__prev,
    .c-card04__next {
        top: 30% !important;
    }

    .c-card04__prev::after,
    .c-card04__next::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .c-card04__prev {
        border-radius: 0 100px 100px 0;
    }

    .c-card04__next {
        border-radius: 100px 0 0 100px;
    }

    .c-card04__desc {
        font-size: 0.875rem;
    }

    .c-card05 {
        margin: 0;
    }

    .c-card05__desc {
        font-size: 0.875rem;
    }

    .c-card05__prev {
        border-radius: 0 100px 100px 0;
    }

    .c-card05__new {
        left: -20px;
    }

    .c-card05__next {
        border-radius: 100px 0 0 100px;
        right: -10px !important;
    }

    .c-card06 {
        margin: 0;
    }

    .c-card06__desc {
        font-size: 0.875rem;
    }

    .c-card06__prev,
    .c-card06__next {
        top: 30% !important;
    }

    .c-card06__prev {
        border-radius: 0 100px 100px 0;
    }

    .c-card06__next {
        border-radius: 100px 0 0 100px;
    }

    .c-btn01,
    .c-btn01--main,
    .c-btn01--sub,
    .c-btn01--enkiri,
    .c-btn01--white,
    .c-btn01--noarrow {
        width: 280px;
    }

    .c-tag__basic {
        height: 34px;
        width: 112px;
    }

    .c-tag__enkiri {
        height: 34px;
        width: 80px;
        margin-right: 20px;
    }

    .c-tag__enkiri .c-tag__text {
        font-size: 16px;
    }

    .c-tag__enmusubi {
        width: 100px;
        height: 34px;
    }

    .c-tag__enmusubi .c-tag__img {
        width: 107%;
    }

    .c-tag__enmusubi .c-tag__text {
        font-size: 16px;
        top: -11px;
    }

    .c-tag__basic .c-tag__text {
        font-size: 16px;
    }

    .p-enkiri-main-visual__title {
        height: 50%;
        width: 40px;
    }

    .p-enkiri-main-visual__title img {
        height: auto;
        width: 100%;
    }

    .p-enkiri-main-visual__title::after {
        font-size: 1rem;
        bottom: -28px;
    }

    .p-enkiri-main-visual__btn {
        width: 400px;
    }

    .p-enkiri-main-visual__abbot {
        display: none;
    }

    .p-enkiri-slide-menu {
        font-size: 1rem;
    }

    .p-enkiri-about__bottom {
        bottom: 50px;
        text-align: center;
        right: 0;
        width: 100%;
    }

    .p-enkiri-search {
        margin-bottom: 0;
    }

    .p-enkiri-search__top {
        padding-left: 0;
        height: 90px;
    }

    .p-enkiri-search__top-item a {
        padding: 12px 10px;
        font-size: 0.875rem;
    }

    .p-enkiri-search__body {
        flex-direction: column-reverse !important;
        padding: 40px 10px;
    }

    .p-enkiri-search__item-text--pc {
        display: none;
    }

    .p-enkiri-search__item-text--smp {
        display: block;
    }

    .p-enkiri-search__search-detail::after,
    .p-enkiri-search__select-item::after {
        top: 30%;
        right: 18px;
    }

    .p-enkiri-search__cloud-left,
    .l-enkiri-footer__cloud-left--smp,
    .p-enkiri-search__cloud-left--smp {
        display: none;
    }

    .p-enkiri-search__cloud-left--smp {
        width: 170px;
        display: inline-block !important;
    }

    .p-enkiri-search__cloud-right,
    .p-enkiri-search__cloud-right--smp,
    .p-enkiri-bottom__cloud-right--smp {
        display: none;
    }

    .p-enkiri-search__cloud-right--smp {
        top: 90px;
        width: 170px;
        display: inline-block !important;
    }

    .p-enkiri-recommended__desc {
        font-size: 0.75rem;
        top: 162px;
    }

    .p-enkiri-report {
        padding: 0 10px 54px;
    }

    .p-enkiri-report__content {
        width: 100%;
        margin: 0 auto;
    }

    .p-enkiri-report__container {
        padding: 0;
        margin: unset;
    }

    .p-header__menu-btn {
        height: 30px;
    }

    .p-header__menu-btn span,
    .p-header__menu-btn span:before,
    .p-header__menu-btn span:after {
        height: 1px;
    }

    .p-header__menu-btn span {
        width: 30px;
    }

    .p-header__menu-btn span:before {
        bottom: 10px;
        width: 30px;
    }

    .p-header__menu-btn span:after {
        top: 11px;
        width: 30px;
    }

    .p-main-visual {
        height: 500px;
    }

    .p-main-visual__title {
        font-size: 50px;
        height: 50%;
    }

    .p-main-visual__title::after {
        font-size: 1rem;
        bottom: -28px;
    }

    .p-main-visual__side-text {
        display: none;
    }

    .p-search-spot {
        margin-bottom: 0;
    }

    .p-search-spot__top {
        padding-left: 0;
    }

    .p-search-spot__body {
        flex-direction: column-reverse !important;
    }

    .p-search-spot__left {
        width: 100%;
    }

    .p-search-spot__right {
        width: 100%;
        margin-bottom: 36px;
    }

    .p-search-spot__title {
        font-size: 1rem;
    }

    .p-search-spot__mizubiki {
        right: -8px;
    }

    .p-search-spot__detail {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .p-spot__bg-ornament h3 {
        font-weight: 400;
        font-size: 1.25rem;
        top: 100px;
        transform: translateX(-50%);
    }

    .p-spot__desc {
        font-size: 0.75rem;
        top: 162px;
    }

    .p-report {
        width: 100% !important;
        padding: 0 10px 54px;
    }

    .p-report__content {
        width: 100%;
        margin: 0 auto;
    }

    .p-report__container {
        padding: 0;
        margin: unset;
    }

    .p-event__bg-title--smp {
        display: block;
    }

    .p-photo__item-bg {
        background-image: url("../img/photo_bg-smp.png");
    }

    .p-photo__title {
        margin-top: 100px;
    }

    .p-photo__bg-title {
        font-size: 58px;
        font-weight: 400;
        top: -63px;
    }

    .p-movie__item-bg {
        background-image: url("../img/movie_bg-smp.png");
    }

    .p-movie__title {
        margin-top: 150px;
    }

    .p-movie__bg-title {
        font-size: 58px;
        font-weight: 400;
        top: -45px;
    }

    .p-column__list {
        flex-direction: column;
    }

    .p-column__list-item {
        width: 100%;
        margin-bottom: 10px;
        border-top: none;
        padding: 30px 20px;
    }

    .p-column__list-item time {
        padding-left: 10px;
    }

    .p-enkiri-column__list-item--dammy,
    .p-column__list-item--dammy {
        display: none;
    }

    .event-search-wrap .btn-anchor {
        display: none !important;
    }

    .p-report__bg-title {
        font-size: 58px;
        font-weight: 400;
        top: -63px;
        width: 100%;
        text-align: center;
        left: auto;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        transform: rotate(0);
    }

    .p-event {
        width: 100% !important;
        padding: 0 10px 54px;
    }

    .p-event__container {
        padding: 0;
        margin: unset;
    }

    .p-event__list {
        padding: 28px 23px;
    }

    .p-event__list-item {
        font-size: 0.875rem;
    }

    .p-event__content {
        width: 100%;
        margin: 0 auto;
    }

    .p-event__bg-title,
    .p-event__bg-title--smp {
        font-size: 58px;
        font-weight: 400;
        top: -63px;
        width: 100%;
        text-align: center;
        right: auto;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .p-column__list-img {
        margin-right: 10px;
        width: 60%;
    }

    .p-column__title {
        margin-bottom: 10px;
    }

    .p-column__list-title {
        font-size: 1rem;
        font-weight: normal;
        width: 60%;
    }

    .p-column__bg-title {
        font-size: 58px;
        font-weight: 400;
        top: -45px;
    }

    .p-goshintai__text h2 {
        font-size: 28px;
    }

    .p-goshintai__text p {
        font-size: 0.875rem;
    }

    .p-goshintai__abbot {
        background-size: contain;
        background-position: center;
    }

    .p-goshintai__card {
        width: 100vw !important;
    }

    .p-goshintai__card--wrapper {
        width: 100vw !important;
        display: flex;
        justify-content: start;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        left: -10px;
    }

    .u-sitewidth {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-header {
        height: 60px;
    }

    .u-container {
        flex-direction: column;
    }

    .u-innerwidth {
        padding-left: 0px;
        padding-right: 0px;
        width: 90% !important;
    }

    .u-sitewidth--half {
        width: 100%;
    }

    .page-wrap {
        padding: 70px 0 0;
    }

    .info-add-block .inner-wrap.flex {
        justify-content: unset;
    }

    .mob-menu-panel {
        display: block !important;
    }

    .lost_pass_form {
        background: #e6e6e2;
        margin: 0 auto;
        max-width: 750px;
        padding: 10px 15px;
        text-align: left;
    }

    .detail-block {
        background-color: #f5f3ee;
        margin-top: 30px;
        padding: 15px;
    }

    .fg-item {
        max-width: 33% !important;
    }

    .modal-content {
        padding: 1em;
    }

    .modal-content .l-section__title {
        margin: 90px 0 0 0;
    }

    .modal-content .l-section__title::before {
        top: -78px !important;
    }

    .modal-content h3 {
        font-size: 20px;
        font-weight: bold;
        position: relative;
        text-align: center;
    }

    .modal-content h3:before,
    .modal-content h3:after {
        display: inline-block;
        content: "";
        font-size: 18px;
        height: 2em;
        margin: 0 1em;
        margin-top: -.2em;
        position: relative;
        vertical-align: middle;
        width: 2px;
    }

    /* faq */
    .faq-pagebtn ul {
        display: inline;
        ;
    }

    .faq-pagebtn li {
        display: inline-block;
    }

    /* ========= 物販 ========== */
    .ec-mainimg {
        padding: 0 !important;
    }

    .popular-item-block .popularItem-list {
        justify-content: center;
    }

    .popular-item-block .popularItem-list li {
        flex: 0 0 100%;
        max-width: 290px;
    }

    .popular-item-block .popularItem-list li img {
        height: 240px;
        max-width: 290px;
        object-fit: cover;
        width: 100%;
    }

    .WOOF_Widget {
        margin: 0 0 3em 0;
    }

    /* カート */
    .woocommerce-message .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .woocommerce-message .button {
        display: block;
        float: none !important;
        margin: 0 auto 1em;
        text-align: center;
        width: 200px;
    }

    .woocommerce-customer-details h2 {
        font-weight: bold;
        margin: 0 0 0.5em 0;
    }

    .woocommerce-customer-details .woocommerce-column--2 {
        margin: 1em 0 0 0;
    }

    .wc-proceed-to-checkout a {
        margin: 0 0 1em 0 !important;
    }

    .woocommerce-info #pay_with_amazon,
    .woocommerce-form-login .form-row-first {
        float: none !important;
    }

    .woocommerce-form-login .form-row-first,
    .woocommerce-form-login .form-row-last {
        width: 100% !important;
    }

    .shop-block .cont-wrap,
    .shop-side {
        flex: 0 0 100%;
    }

    ul.products {
        justify-content: center;
    }

    .contents-block .woocommerce {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 15px 20px;
    }

    .shop-side {
        max-width: 100%;
    }

    .shop-side li.wc-block-product-categories-list-item {
        padding: 10px 1em;
    }

    .js_humburgerOpen .shop-head .nav-span {
        position: fixed;
    }

    .shop-head {
        margin: 0 auto;
        position: fixed;
        height: 70px;
        width: 100%;
        padding: 10px 0;
        z-index: 200;
        background-color: #fff;
        top: 0;
        border-bottom: 1px #ABABAB solid;
    }

    .shop-head .l-header-center {
        text-align: center;
        width: 100%;
    }

    .shop-head .el_humburger {
        position: absolute;
        right: 0;
        top: 0px;
    }

    .shop-head .l-header__logo img {
        max-width: 120px;
    }

    .shop-head .navi {
        background: url(../img/shop/bg-shop-base.jpg) center top/100% repeat-y !important;
        font-family: "Sawarabi Mincho", sans-serif;
    }

    .shop-head .navi_inner a {
        color: #000;
    }

    .shop-head .guide-link-block {
        flex-direction: column;
        margin: 20px auto;
        padding: 0 0 20px;
        border-bottom: solid 1px #ccc;
    }

    .shop-head .user-link-block li {
        display: inline-block;
        margin: 20px 0.8em 0;
    }

    .shop-head .user-link-block li a {
        font-size: 14px;
        flex-direction: column;
        justify-content: unset;
        align-items: center;
    }

    .shop-head .user-link-block,
    .shop-head .navi-link-block {
        text-align: center;
    }

    .shop-head .navi {
        padding: 50px 5% 50px;
    }

    .shop-head .navi-link-block li {
        font-size: 18px;
        margin: 0 1em 1em;
    }

    .shop-head .search-block-inner {
        margin: 0 auto;
        max-width: 200px;
        position: relative;
    }

    .shop-head .search-block-inner input {
        max-width: 200px;
        padding-right: 30px;
    }

    .shop-head .search-block-inner button {
        align-items: center;
        background-color: unset;
        border: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .shop-block.product-lists .cont-wrap .woocommerce-ordering {
        float: left;
        height: 50px;
        width: 50% !important;
        /* position: absolute;
        left: 0;
        top: 49px; */
    }

    .woocommerce .woocommerce-ordering select {
        border: #C8C8C8 1px solid;
        height: 50px;
        width: 100%;
    }

    .shop-block.product-lists .search-filter-btn {
        /* position: absolute;
        left: 50%;
        top: 49px; */
        display: block;
        float: right;
        text-align: center;
        width: 50%;
        border: 1px #C8C8C8 solid;
        border-left: unset;
        height: 50px;
        line-height: 3;
    }

    /*　＝＝＝＝＝＝＝＝＝＝ マイページ 　＝＝＝＝＝＝＝＝＝＝*/
    .woocommerce .col2-set .col-1 {
        border-bottom: 1px solid #ccc;
        margin-bottom: 2em;
        padding-bottom: 2em;
    }

    /*　＝＝＝＝＝＝＝＝＝＝ 商品詳細 　＝＝＝＝＝＝＝＝＝＝*/
    .shop-col-main .woocommerce-product-gallery,
    .shop-col-main .summary {
        width: 100%;
    }

    .woocommerce-Reviews-title span {
        font-size: 18px;
    }

    .woocommerce-Tabs-panel {
        padding: 1em 0.5em;
    }

    #review_form_wrapper .comment-respond {
        padding: 30px 1em;
    }

    .comment-form-author,
    .comment-form-email {
        display: block;
    }

    .shop-col-main .wpgs-for.slick-initialized,
    .shop-col-main .wpgs-nav.slick-initialized {
        margin: 0 auto;
        max-width: 300px;
    }

    .l-header__left img {
        margin-top: 4px;
    }

    .p-main-visual {
        height: 400px;
    }

    .p-main-visual__layer {
        height: 45%;
        top: 165px;
        width: 300px;
    }

    .p-main-visual__layer p {
        font-size: 13px;
    }

    .p-main-visual__title {
        margin-bottom: 33px;
    }

    .p-search-spot__form-row {
        top: 72%;
        width: 350px;
    }

    input.p-search-spot__search-word::placeholder {
        font-size: 10px;
    }

    .p-search-spot__form .p-search-spot__btn.filter__btn {
        top: 76%;
        height: 40px;
        line-height: 40px;
    }

    .p-spot__container .swiper-container {
        width: 670px;
        height: 590px !important;
    }

    .p-spot__container .swiper-slide {
        width: 325px !important;
        height: 590px !important;
    }

    .p-spot__container .swiper-slide img {
        width: 325px;
    }

    .p-news__container.u-container {
        flex-direction: column !important;
    }

    .p-news__container .u-container--half {
        width: 100%;
    }

    .news-title {
        width: 370px;
    }

    .p-shop .news-block .news-data .news-title {
        width: 64%;
    }

    .page-wrap .l-section__title.p-shop__title {
        width: 100%;
    }

    .l-section__title.p-shop__title h2 {
        padding-left: 48px;
        line-height: 3;
    }

    .l-section__title.p-shop__title::before {
        left: 20px;
        top: -20px;
    }

    .page-wrap.p-shop,
    .s-report.item-wrap {
        margin-top: 64px;
    }

    nav.item-nav-pc,
    .header-shop .el_humburger.l-header__right {
        display: none;
    }

    nav.item-nav-sp {
        display: block;
        opacity: 1;
        background-color: #F6F6F6;
        height: 40px;
        width: 100%;
        position: fixed;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: thin;
        top: 70px;
        padding: 5px 0;
        z-index: 100;
    }

    nav.item-nav-sp ul {
        display: flex;
    }

    nav.item-nav-sp ul li.parent-cat {
        border-bottom: none;
        width: 100%;
        padding: 2px 18px;
        white-space: nowrap;
        position: relative;
    }

    nav.item-nav-sp li.has-child>ul {
        top: 140px;
        left: 0;
        position: fixed;
        width: 100%;
        max-height: 400px;
        display: none;
        opacity: 0;
        flex-direction: column;
        background-color: #fff;
        padding: 10px;
        height: 100%;
        border: 1px #CCCCCC solid;
    }

    nav.item-nav-sp li.has-child>ul li {
        height: 30px;
        padding: 5px 10px 30px 20px;
        border-bottom: 1px #ABABAB solid;
    }

    nav.item-nav-sp li.has-child a.parent-link {
        margin-right: 10px;
    }

    nav.item-nav-sp li.has-child>span.btn-box-link {
        width: 20px;
        display: inline-block;
        text-align: center;
    }

    nav.item-nav-sp li.has-child>ul.child-links {
        display: flex;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }

    ul.products li {
        margin: 0 5px;
    }

    .woocommerce .shop-col-main div.product div.images,
    .woocommerce-page .shop-col-main div.product div.images {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce .shop-col-main div.product div.summary,
    .woocommerce-page .shop-col-main div.product div.summary {
        width: 100%;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 23% !important;
    }
}


/*@media screen and (min-width: 768px) {
.woocommerce .shop-col-main div.product div.images,
.woocommerce-page .shop-col-main div.product div.images {
   
    max-width: 800px;
}
	
.shop-col-main .wpgs-for.slick-initialized,
.shop-col-main .wpgs-nav.slick-initialized {
    max-width: 600px;
 
}	
	
}
*/

@media screen and (max-width: 767px) {
    .qa-list dl {
        padding: 15px 40px 15px 10px;
        position: relative;
    }

    .qa-list dl::before {
        height: 7px;
        right: 20px;
        top: 20px;
        width: 7px;
    }

    .qa-list dl dt {
        font-size: 14px;
        padding: 0 0 0 30px;
    }

    .qa-list dl dt::before {
        content: 'Q.';
        font-size: 14px;
        left: 5px;
        top: 3px;
    }

    .qa-list dl dd::before {
        content: 'A.';
        font-size: 14px;
        left: 5px;
        top: 5px;
    }

    .qa-list dl dd {
        font-size: 14px;
        margin: 10px 0 0;
        padding: 0 0 0 30px;
    }

    .qa-list dl dd p {
        margin: 30px 0 0;
    }

    .qa-list dl dd p:first-child {
        margin-top: 0;
    }

    /* 記事詳細 */
    .info-block .post-box h1 {
        font-size: 26px;
    }

    .info-block .post-box h2 {
        font-size: 1.5em;
    }

    .info-block .post-box h3 {
        font-size: 1.3em;
    }

    .paged {
        display: block;
    }

    .l-header__left {
        width: 230px;
    }

    .p-spot__container {
        height: 940px;
    }

    .p-spot__container .swiper-container {
        width: 300px;
    }

    .p-spot__container .swiper-slide {
        width: 300px !important;
    }

    .p-spot__container .swiper-slide img {
        width: 300px;
    }

    .p-spot__container .swiper-pagination {
        bottom: 80px !important;
    }

    .info-block .side-wrap {
        flex: 100%;
        margin: 2em 0 0;
    }

    .main-content .block-area-info {
        margin-left: -15px;
        padding: 40px 15px 15px;
        width: calc(100% + 30px);
    }

    .sidebar-e-detail .side-inner .event-calendar-wrap {
        order: 2;
    }

    .sidebar-e-detail .side-inner .block-event {
        order: 1;
    }

    .sidebar-e-detail .side-inner .block-spot {
        order: 3;
    }

    .p-spot-detail .holy-stamp-block .l-section__title {
        margin: 158px auto 60px;
    }

    .p-spot-detail .limited-stamp-block .l-section__title {
        margin: 158px auto 5px;
    }

    .p-spot-detail .user-report-block .l-section__title {
        margin: 158px auto 30px;
    }

    .p-spot-detail .holy-stamp-block .l-section__title::before,
    .p-spot-detail .limited-stamp-block .l-section__title::before,
    .p-spot-detail .user-report-block .l-section__title::before {
        top: -95px;
    }

    .p-spot-detail .holy-stamp-block .l-section__title::after,
    .p-spot-detail .user-report-block .l-section__title::after {
        bottom: -20px;
    }

    .p-spot-detail .user-post-wrap .post-icon-block .btn-txt {
        display: none;
    }

    .footer-guide-block {
        justify-content: center;
        margin: 0 auto;
        max-width: 500px;
    }

    .footer-guide-block .footer-guide {
        flex: 0 0 350px;
    }

    .footer-guide-block .footer-guide:not(:last-child) {
        margin-bottom: 50px;
    }

    .shop-about-block .block-inner {
        margin: 0 15px;
    }

    .popularItem-list li {
        flex: 0 0 49%;
    }

    .main-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sidebar-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        background-color: transparent;
    }

    .sidebar-block .block-area-info {
        padding: 30px 0 0;
        background-color: #f5f3ee;
    }

    .sidebar-block .block-area-info.info-detail {
        padding-bottom: 30px;
    }

    .sidebar-block .bnr-img {
        margin-bottom: 30px;
    }

    .block-spot .spot-wrap .spot-thumb img {
        height: 35vw;
        max-height: 200px;
    }

    .event-search-wrap,
    .event-calendar-wrap {
        flex: 0 0 100%;
    }

    .p-eventlist .mep_event_list_sec {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-search-wrap {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .event-calendar-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .p-eventlist .mep_event_list .textGray {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .p-eventlist .mep_event_list_sec {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .event-search-block .sidebar-block {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .sidebar-wrap .block-spot {
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .spot-content {
        padding: 15px;
    }

    .btn-reco-spot {
        margin: 50px auto 0 !important;
    }

    .s-eventdetail .e-reserve-block {
        width: calc(100% + 30px);
        margin: 50px 0 0 -15px;
        max-width: calc(100% + 30px);
    }

    .mep-event-faq-part {
        margin: 1em;
    }

    .s-eventdetail .e-reserve-block button {
        margin: 50px auto 20px;
    }

    .s-eventdetail .main-content-wrap {
        background: url("../img/e-detail/bg-illust01.png") -5% 0/50% no-repeat,
            url("../img/e-detail/bg-illust02.png") 125% 15vw/50% no-repeat;
    }

    .sidebar-wrap .event-search-block .l-section__title {
        margin: 110px auto -20px;
    }

    .sidebar-wrap .event-search-block .l-section__title::before {
        top: -95px;
    }

    .prof-icon-block::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: -10px;
        left: -14px;
        background: url("../img/icon/icon-tap.png") top left/100% no-repeat;
    }

    .user-post-wrap .post-photo>div img {
        height: 20vw;
        max-width: 250px;
        max-height: 250px;
    }

    .p-tostaff .page-main-block {
        height: 685px;
        background: url("../img/tostaff/img-obi-mob.png") top center/768px no-repeat, url("../img/tostaff/main-img.jpg") center 120px/950px no-repeat;
    }

    .img-fukidasi {
        width: 220px;
    }

    .img-fukidasi span {
        font-size: 38px;
    }

    .main-title {
        font-size: 5vw;
    }

    .img-main-illust {
        max-width: 450px;
        bottom: 15vw;
    }

    .main-title {
        bottom: 5vw;
    }

    .btn-entry,
    .btn-junen,
    .btn-contact {
        padding: 15px 10px;
    }

    .entry-flow.flex {
        justify-content: center;
    }

    .entry-flow li {
        flex: 0 0 90%;
    }

    .features-list {
        justify-content: center;
    }

    .features-list li {
        flex: 0 0 90%;
    }

    .faq-list li>div {
        padding: 0 15px 30px;
    }

    .info-block {
        justify-content: center;
        margin: 30px auto;
    }

    .info-block .cont-wrap {
        flex: 0 0 80%;
    }

    .info-add-block .inner-wrap .add-text {
        flex: 0 0 calc(100% - 85px);
    }

    .info-add-block .inner-wrap .img-wrap {
        flex: 0 0 85px;
    }

    .user-report-wrap .post-comment {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .user-report-wrap .user-info-block {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .other-post-list .btn-wrap {
        display: none;
    }

    .other-post-list .user-post-wrap {
        padding: 25px 0 0;
    }

    .block-area-info .wrap-bg {
        margin-bottom: 0;
    }

    .block-event .event-list {
        padding-bottom: 0;
    }

    .block-event .btn-reco-spot {
        margin-bottom: 50px !important;
    }

    .header-shop {
        height: 110px;
    }

    .btn-mob-menu {
        display: block;
        position: fixed;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
        border: 0;
        background: url("../img/icon/menu-bar.png") center center/70% #fff no-repeat;
        z-index: 110;
    }

    .btn-mob-menu.is-active {
        background: url("../img/icon/menu-close.png") center center/70% #fff no-repeat;
    }

    .header-shop .mob-menu-panel {
        width: 100%;
        padding: 40px 15px;
        background: url("../img/shop/bg-shop-base.jpg") center top/100% repeat-y;
        box-shadow: 0 0 10px #ccc;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        display: none;
    }

    .header-shop .user-link-block li {
        margin: 20px 0.8em 0;
    }

    .header-shop .navi-link-block li {
        display: block;
    }

    .photo-block img {
        height: 60vh;
        object-fit: cover;
        width: 750px
    }

    .column-item-block .column-item-container {
        width: calc(100% - 20px) !important;
    }

    .column-item-block .swiper-slide {
        flex: 0 0 47%;
        width: calc(50% - 12px) !important;
    }

    .column-item-block .swiper-slide img {
        height: 160px;
    }

    .c-card07__prev {
        left: 8px !important;
    }

    .c-card07__next {
        right: 8px !important;
    }

    .popularItem-list {
        justify-content: unset;
        margin: 0;
    }

    .popularItem-list.flex {
        flex-wrap: nowrap;
    }

    .popularItem-list li {
        flex: 0 0 47%;
        width: calc(50% - 10px) !important;
    }

    .popularItem-list li img {
        height: 160px;
    }

    .swiper-pagination-popular {
        text-align: center;
        margin-bottom: 50px;
    }

    .swiper-popular-button.c-card07__prev::after,
    .swiper-popular-button.c-card07__next::after {
        top: 20%;
    }

    .page-wrap .recommend-item-block .l-section__title.p-shop__title {
        height: 40px;
    }

    .page-wrap .new-item-block .l-section__title.p-shop__title {
        height: 60px;
    }

    .page-wrap .popularity-item-block .l-section__title.p-shop__title {
        height: 40px;
    }

    .popularItem-list li[class^="item-ranking-"]::before {
        margin-left: 50px;
    }

    .brM {
        display: inline;
    }

    .page-turn-wrap {
        flex-direction: column;
    }

    .page-turn-wrap .page-turn-link {
        margin-bottom: 10px;
    }

    .page-turn-post {
        margin: auto;
    }
}

@media screen and (max-width: 641px) {
    .news-list {
        min-height: 180px;
        margin-top: 0;
    }

    .news-data {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .news-br-block {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .p-enkiri-event__body {
        padding: 0;
    }

    .p-enkiri-event__list-item-img {
        height: 70px;
        width: 70px;
    }

    .p-enkiri-event__list-item-text {
        width: calc(100% - 60px);
    }

    .p-enkiri-photo-movie__swiper-container {
        margin-bottom: 40px;
        margin-top: 40px;
        height: 200px !important;
        width: 100% !important;
    }

    .p-enkiri-pickup__abbot {
        height: 142px;
    }

    .p-enkiri-pickup__abbot {
        background-image: url("../img/abbot_smp.jpg");
    }

    .p-enkiri-pickup__arrow::after {
        border-top: solid 3px #fefefe;
        border-right: solid 3px #fefefe;
    }

    .p-enkiri-bottom__item {
        font-size: 1rem;
        padding: 20px 12px;
        width: 95%;
    }

    .p-enkiri-bottom__search {
        width: 90%;
    }

    .p-enkiri-bottom__cloud-right {
        right: -20px;
        width: 150px;
    }

    .p-enkiri-bottom__cloud-right--smp {
        display: inline-block !important;
        top: 90px;
        width: 170px;
    }

    .p-slide-menu {
        width: 280px;
    }

    .l-enkiri-section__title {
        height: 120px;
        margin-bottom: 0;
    }

    .l-enkiri-section__title-layer h2 {
        font-size: 1.125rem;
        font-weight: 400;
        padding: 0 0 10px;
        width: 160px;
    }

    .l-enkiri-footer__cloud-left {
        left: -50px;
        width: 150px;
    }

    .l-enkiri-footer__cloud-left--smp {
        display: inline-block !important;
        width: 170px;
    }

    .c-card04__body-left {
        width: 40% !important;
    }

    .c-card04__user {
        width: 60% !important;
    }

    .l-enkiri-section__title-sub {
        font-size: 0.75rem;
        padding-top: 10px;
    }

    .c-card04__container {
        margin-right: 10px;
        margin-left: 10px;
    }

    .c-card04__user-info {
        padding: 10px 0 10px 5px;
    }

    .c-card04__prev::after {
        left: 45%;
    }

    .c-card04__next::after {
        left: 57%;
    }

    .c-card04__pagination .swiper-pagination-bullet {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .c-card05__pagination .swiper-pagination-bullet {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .c-card06__container {
        margin-right: 5px;
        margin-left: 5px;
        padding-bottom: 40px;
    }

    .c-card06__pagination>.swiper-pagination-bullet {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .c-btn01--enkiri::after {
        height: 5px;
        right: 18px;
        width: 5px;
    }

    .c-btn01--enkiri {
        font-size: 0.75rem;
        height: 40px;
        line-height: 40px;
    }

    .c-tag__hash {
        font-size: 0.875rem;
    }

    .p-enkiri-main-visual {
        height: 650px;
        background-image: url("../img/enkiri/enkiri_bg-smp02.jpg");
    }

    .p-enkiri-main-visual__layer {
        font-size: 0.875rem;
        height: 240px;
        padding: 20px 10px;
        top: 43%;
        width: 90%;
    }

    .p-enkiri-main-visual__btn {
        width: 280px;
    }

    .p-enkiri-main-visual__btn-img {
        left: 15px;
    }

    .p-enkiri-slide-menu {
        width: 280px;
    }

    .p-enkiri-about {
        background-image: url("../img/enkiri/smp/enkiri-about-bg-sp.jpg");
        height: 700px;
    }

    .p-enkiri-about__desc {
        font-size: 0.875rem;
        line-height: 2;
        height: 330px;
        padding-top: 140px;
    }

    .p-enkiri-about__title {
        height: 300px;
        top: 40px;
        left: 34px;
    }

    .p-enkiri-about__signup {
        bottom: unset;
        left: unset;
        right: 4px;
        top: 55%;
        transform: translateY(-50%);
        width: 130px;
    }

    .p-enkiri-about__title-line {
        height: 360px;
        right: 6px;
    }

    .p-enkiri-search__select-item {
        height: 50px;
        margin-bottom: 20px;
        width: 100%;
    }

    .p-enkiri-search__form-row,
    .p-enkiri-search__form-row--top {
        flex-direction: column;
        margin-bottom: 20px;
        height: 50px;
    }

    .p-enkiri-search__form-row--top {
        margin-top: 0px;
    }

    .p-enkiri-search__search-detail {
        line-height: 50px;
    }

    .p-enkiri-search__search-detail::before,
    .p-enkiri-search__select-item::before {
        width: 50px;
        height: 50px;
    }

    .p-enkiri-search__detail {
        flex-direction: column;
        margin-bottom: 20px;
        height: 50px;
    }

    .p-enkiri-recommended__item {
        width: 100% !important;
    }

    .p-search-spot__form-row {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .p-search-spot__select-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .p-spot__bg-ornament {
        margin: 0 auto;
        height: 250px;
    }

    .p-spot__item {
        width: 100% !important;
    }

    .p-goshintai__abbot {
        background-image: url("../img/abbot_smp.jpg");
        height: 165px;
    }

    .p-index-links__item {
        width: 95%;
        font-size: 1rem;
        padding: 20px 12px;
    }

    .p-index-links__search {
        width: 90%;
    }

    .page-title-wrap {
        max-width: 300px;
    }

    .p-spot-detail .info-tag-block .favorite_button .btn-favorite {
        margin: 30px auto 10px;
    }

    .photo-block img {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

    .social-list {
        width: 200px;
    }

    /* ============================ withdrawal 退会 ================= */
    .withdrawal-block .c-btn01--enkiri {
        font-size: 1rem;
        height: 56px;
        line-height: 56px;
    }
}

@media screen and (max-width: 575px) {
    .p-spot-detail .user-report-wrap .user-post-list {
        flex: 0 0 100%;
    }

    .p-spot-detail .user-report-wrap .user-post-list:not(:last-child) {
        margin-bottom: 2%;
    }

    .footer-guide-block .footer-guide {
        flex: 0 0 80%;
    }

    .p-link-block {
        margin: 50px auto 25px;
    }

    .p-link-list {
        justify-content: center;
        margin-bottom: 0;
    }

    .p-link-list li {
        flex: 0 0 280px;
    }

    .p-link-list li:nth-child(2) {
        margin: 15px 0;
    }

    .s-eventdetail .e-detail-block dl {
        padding: 20px 15px;
    }

    .s-eventdetail .e-reserve-block .form-item {
        margin: 20px auto;
    }

    .s-eventdetail .e-reserve-block .form-item>.flex {
        flex: 0 0 100%;
    }

    .s-eventdetail .e-reserve-block .form-item>.flex:first-child {
        margin-bottom: 20px;
    }

    .user-report-wrap .post-comment .comment-read {
        flex: 0 0 100%;
        margin-top: 10px;
        order: 2;
    }

    .user-report-wrap .post-comment .icon-share {
        order: 1;
    }

    .other-post-list .user-name-wrap .user-name-wrap-inner>div {
        flex: 0 0 100%;
        text-align: left;
        margin: 3px 0;
    }

    .main-content .other-post-list .post-data {
        bottom: 0;
    }

    .brS {
        display: inline;
    }
}

@media screen and (max-width: 540px) {
    div.search_result_empty {
        font-size: 18px !important;
        text-align: center;
        margin-bottom: 1.5em;
    }

    .smartphone-size-none {
        display: none !important;
    }

    .shop-col-main .summary {
        margin-top: 30px;
    }

    ul.products li {
        max-width: calc(50% - 10px);
        margin: 0 5px 20px;
    }

    /* .type-product {
        max-width: 350px;
        margin: auto;
        display: block;
    } */
    #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap {
        width: 100% !important;
    }

    #reviews.cr-reviews-ajax-reviews .cr-count-row {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .cr-ajax-reviews-sort-div {
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .highlight-content.column-item-block .l-section__title.p-shop__title::before {
        left: 8%;
    }

    .highlight-content.useful-feature-block .l-section__title.p-shop__title::before {
        left: 24%;
    }

    .page-wrap .highlight-content .l-section__title.p-shop__title,
    .item-wrap .highlight-content .l-section__title.p-shop__title {
        width: 100%;
    }

    .page-wrap.p-shop [class$="-item-block"],
    .page-wrap.p-shop [class$="-feature-content"],
    .s-report.item-wrap [class$="-feature-content"] {
        max-width: 95%;
    }

    .p-shop .recommend-item-content {
        flex-direction: column;
    }

    .p-shop .recommend-item-content li:nth-child(-n+3),
    .p-shop .new-item-content li:nth-child(-n+3) {
        margin: auto !important;
        margin-right: 0;
        width: 100%;
    }

    .p-shop .recommend-item-content li>div:first-child,
    .p-shop .new-item-content li>div:first-child,
    .p-shop .new-item-content li:nth-child(n+4)>div:first-child {
        width: 100%;
        margin: 0 auto 30px;
    }

    .p-shop .new-item-content li.new-item-icon:nth-child(-n+3)::before {
        left: -5px;
    }

    .p-shop .new-item-content li:nth-child(n+4) {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .p-shop .new-item-content li:nth-child(n+6) {
        margin-bottom: 0;
    }

    .p-shop .new-item-content li:nth-child(5),
    .p-shop .new-item-content li:nth-child(7),
    .useful-feature-content li:nth-child(2n) {
        margin-right: 0;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc(50% - 10px) !important;
    }

    .useful-feature-content li {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .breadcrumb {
        margin: 15px auto 0;
    }

    .product-lists.info-block {
        margin: 0 auto 15px;
        padding: 0;
    }

    .shop-block.product-lists .cont-wrap p.woocommerce-result-count {
        width: 100%;
        padding: 10px 15px;
        height: 50px;
        margin-bottom: 10px;
    }

    .shop-block.product-lists .cont-wrap {
        flex: 0 0 100% !important;
        border-bottom: 1px #CCCCCC solid;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .shop-block.product-lists .cont-wrap .woocommerce-ordering {
        float: left;
        width: 50% !important;
        /* position: absolute;
        left: 0;
        top: 49px; */
    }

    .shop-block.product-lists .search-filter-btn {
        /* position: absolute;
        left: 50%;
        top: 49px; */
        display: block;
        float: right;
        text-align: center;
        width: 50%;
        border: 1px #C8C8C8 solid;
        border-left: unset;
        height: 50px;
        line-height: 3;
    }

    /* .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none !important;
    } */

    .shop-block.product-lists .woocommerce-ordering select.orderby {
        width: 100% !important;
        height: 50px !important;
        border-color: #C8C8C8 !important;
        border-left: unset !important;
    }

    .woocommerce div.product {
        max-width: 95%;
        margin: auto;
    }

    .sidebar-wrap.item-filter-wrap {
        max-width: 100%;
        width: 100%;
    }

    .sidebar-wrap.item-filter-wrap .chosen-container.chosen-container-single {
        width: 100%;
    }

    .woof_products_top_panel {
        padding: 0 10px;
    }

    .woocommerce-info {
        margin: 1em 10px 2em !important;
    }
}

@media screen and (min-width: 480px) {
    .archive-wrap .post-content {
        width: calc(100% - 215px) !important;
    }

    .p-spot-detail .user-post-wrap .post-photo>div img {
        height: 35vw;
    }
}

@media screen and (max-width: 479px) {
    .archive-wrap .post-part {
        justify-content: center;
    }

    .archive-wrap .post-title {
        margin: 5px 10px 5px 0;
    }

    .archive-wrap .report-num {
        margin: 5px 0;
    }

    .main-content .block-area-info dt,
    .main-content .block-area-info dd {
        flex: 0 0 100%;
    }

    .footer-social-block li {
        margin: 0 4px 10px;
    }

    .footer-social-block li a img {
        padding: 6px;
    }

    .news-block .news-list li {
        padding: 15px;
    }

    .news-block .news-list li .data,
    .news-block .news-list li .news-read {
        flex: 0 0 100%;
    }

    .cate-list li {
        flex: 0 0 100%;
    }

    .event-post {
        justify-content: center;
    }

    .post-thumb {
        flex: 0 0 80%;
        margin-bottom: 20px;
    }

    .post-content {
        flex: 0 0 100%;
    }

    .user-post-wrap .post-photo>div {
        width: 49%;
    }

    .user-post-wrap .post-photo>div:nth-child(-n+2) {
        margin-bottom: 1%;
    }

    .user-post-wrap .post-photo>div:nth-child(2n+1) {
        margin-left: 0;
    }

    .user-post-wrap .post-photo>div img {
        height: 35vw;
    }

    .p-tostaff .page-main-block {
        height: 526px;
        background: url("../img/tostaff/img-obi-mob.png") top center/480px no-repeat, url("../img/tostaff/main-img.jpg") center 80px/750px no-repeat;
    }

    .img-kumo-top,
    .img-kumo-btm {
        width: 260px;
    }

    .img-kumo-btm {
        left: -100px;
    }

    .img-fukidasi {
        width: 45vw;
        top: 20px;
    }

    .img-fukidasi span {
        font-size: 8vw;
    }

    .btn-entry .icon-pencil,
    .btn-entry .icon-arrow {
        margin: 0 5px;
    }

    .btn-entry .icon-pencil {
        width: 18px;
    }

    .btn-entry .text-imasugu {
        width: 65px;
        margin-right: 5px;
    }

    .btn-entry span {
        font-size: 16px;
    }

    .btn-entry .icon-arrow {
        width: 18px;
    }

    .block-title {
        font-size: 24px;
    }

    .about-block {
        padding: 30px 30px;
    }

    .p-privacy .sec-read ul,
    .p-terms .sec-read ul {
        padding: 0 10px 0 15px;
    }

    .p-privacy .sec-read>ul,
    .p-terms .sec-read>ul {
        padding: 0 0 0 1em;
    }

    .sitemap-block .block-inner,
    .sitemap-block .block-inner.cate-other .cont-wrap {
        flex: 0 0 100%;
    }

    .page-head-link li {
        flex: 0 0 50%;
    }

    .page-head-link li:nth-child(2n) {
        border-right: solid 1px #fff;
    }

    .page-head-link li:nth-child(-n+2) {
        border-bottom: solid 1px #fff;
    }

    .info-block .cont-wrap {
        flex: 0 0 100%;
    }

    .profile-block {
        margin-bottom: 60px;
    }

    .user-report-wrap .prof-icon-block {
        margin: 0 0 10px;
    }

    .user-report-wrap .profile-block-inner.flex {
        justify-content: center;
    }

    .user-report-wrap .user-name-wrap {
        flex: 0 0 100%;
    }

    .user-report-wrap .profile-block .user-name-block {
        text-align: center;
    }

    .main-content .post-data {
        bottom: -40px;
    }

    .user-report-wrap .post-comment .btn-share {
        margin: 10px 0 0;
    }

    .contact-block form label>span {
        flex: 0 0 100%;
    }

    .contact-block form label>span.label-title {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .p-thanks-contact .cont-title {
        font-size: 16px;
    }

    .brXS {
        display: inline;
    }

    #ivole-histogramTable .ivole-histogramRow {
        display: flex;
        flex-wrap: wrap;
    }

    #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
        order: 1;
        width: 50%;
    }

    #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
        order: 3;
        width: 100% !important;
    }

    #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
        order: 2;
        width: 50%;
    }

    .woocommerce .product-page div.product {
        max-width: 100%;
    }

    .woocommerce .product-lists div.product {
        max-width: 100%;
    }

    .woocommerce .product-lists ul.products {
        justify-content: center;
    }
}

@media screen and (max-width: 424px) {
    .p-index-links__item-wrapper a:first-child {
        width: 200px;
        margin-bottom: 20px;
    }

    .news-list {
        min-height: 240px;
        margin-top: 0;
    }
}

@media screen and (max-width: 350px) {

    html,
    body {
        font-size: 14px;
    }

    .c-card02__top {
        top: 10px;
    }

    .c-card02__top-right {
        align-items: center;
    }

    .c-card02__user-info {
        height: 60px;
        margin-left: 6px;
        margin-right: 6px;
        padding: 6px;
        width: 70px;
    }

    .p-spot__bg-ornament h3 {
        top: 84px;
    }
}

/* woocommerceのカスタマイズ */
.custom-woocommerce-area {
    display: flex;
}

.block-wrap.info-block.flex.shop-block.product-page * {
    min-height: 0;
    min-width: 0;
}

.custom-woocommerce-area .custom-only-sp {
    display: none;
}

.custom-woocommerce-area .custom-woocommerce-group {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
    width: calc(100% - 40%);
}

.custom-woocommerce-area .summary.entry-summary {
    height: fit-content;
}

.custom-woocommerce-area .woocommerce-product-gallery {
    width: 100% !important;
}

.block-wrap.info-block.flex.shop-block.product-page .custom-woocommerce-area .summary.entry-summary ul li div span {
    min-height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .block-wrap.info-block.flex.shop-block.product-page .custom-woocommerce-area .summary.entry-summary ul li {
        height: auto;
        min-height: var(--wvs-single-product-item-height, 30px);
    }
}

@media screen and (max-width: 768px) {
    .custom-woocommerce-area .custom-only-pc {
        display: none;
    }

    .custom-woocommerce-area .custom-only-sp {
        display: block;
    }

    .custom-woocommerce-area .custom-woocommerce-group {
        margin-right: 0;
        width: 100%;
    }

    .custom-woocommerce-area {
        flex-direction: column;
    }
}

/* カスタマイズ */
@media screen and (max-width: 1479px) {
    .wrap-inner.ec-wrap-inner {
        margin-left: 160px;
    }
}

@media screen and (max-width: 1340px) {
    .wrap-inner.ec-wrap-inner {
        margin-left: 0;
    }
}

/* パンくずカスタマイズ */
@media screen and (min-width: 1025px) {
    .wrap-inner.ec-wrap-inner {
        margin-top: 37px;
    }
}

@media screen and (max-width: 767px) {
    .wrap-inner.ec-wrap-inner {
        margin-top: 48px;
    }
}


/* マイ・アカウントカスタマイズ */
.woocommerce-EditAccountForm .woocommerce-form-row.form-row-wide span em {
    display: none;
}

.useful-feature-block .swiper-pagination-useful {
    bottom: 0 !important;
}

.useful-feature-block .swiper.usefulFeatureSlide {
    padding-bottom: calc(14px + 30px);
}

.useful-feature-block .swiper-button-prev,
.useful-feature-block .swiper-button-next {
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    height: 34px !important;
    width: 34px !important;
    transform: translateY(-50%);
}

.useful-feature-block .swiper-button-prev {
    left: 0 !important;
}

.useful-feature-block .swiper-button-next {
    right: 0 !important;
}

.useful-feature-block .swiper-button-prev::after,
.useful-feature-block .swiper-button-next::after {
    content: '' !important;
    display: inline-block;
    position: absolute;
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -100%;
}

.useful-feature-block .swiper-button-prev::after {
    background-image: url(../img/icon/shop/icon-arrow-prev.png) !important;
}

.useful-feature-block .swiper-button-next::after {
    background-image: url(../img/icon/shop/icon-arrow-next.png) !important;
}

.useful-feature-block .useful-feature-slilder-area {
    max-width: 1030px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

div#respond.comment-respond {
    display: none;
}

.wp-caption {
    width: 100% !important;
}