@charset "UTF-8";

/* slick.css 1.8.1 (cdnjs) */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* style.css */
/*
Theme Name : umeoka
*/

/* common/css/reset.css */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

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


/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
    display: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    line-height: 1.625;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    color: inherit;
}

a,
a:hover {
    text-decoration: none;
}

/* common/css/base.css */

body {
    color: #342011;
    background-color: #E4D5CC;
    font-family: '游ゴシック体', YuGothic, "游ゴシック", 'Yu Gothic', 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.77;
    letter-spacing: .05em;
}

@media screen and (max-width: 900px) {
    body {
        font-size: 2.4rem;
    }
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}


/* header */

.l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: rgba(228, 213, 204, .75);
    z-index: 11;
}

.l-main {
    margin-top: 100px;
}

.header-wrapper {
    max-width: 1600px;
    height: 100px;
    margin: 0 auto;
    padding: 0 25px;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    color: #362B23;
}

.header-logo:hover {
    opacity: .8;
}


.smenu,
.gmenu {
    position: relative;
}

.smenu a:hover,
.gmenu a:hover {
    color: #955D57;
}

.smenu-list-item a img {
    width: 30px;
    height: auto;
    border-radius: 5px;
}

.sp-menu,
.sp-toggle {
    display: none;
}

@media screen and (max-width: 1279px) and (min-width: 900px) {
    .smenu,
    .gmenu {
        font-size: 1.2rem;
    }
    .pc-menu .gmenu-list-item.ml40 {
        margin-left: 20px;
    }
}

@media screen and (max-width: 899px) {
    .header-wrapper {
        padding: 0 10px;
    }
    .pc-menu {
        display: none;
    }
    .sp-toggle {
        display: flex;
        align-items: center;
    }
    .sp-toggle a {
        display: block;
        width: 50px;
        margin-right: 20px;
        line-height: 0;
    }
    .sp-menu {
        position: fixed;
        left: 100vw;
        top: 0;
        display: block;
        width: 100vw;
        height: 100vh;
        padding-top: 100px;
        font-size: 2.6rem;
        background: rgba(228, 213, 204, .9);
        z-index: 49;
        transition: all .6s ease;
        overflow-y: scroll;
    }
    .sp-menu.active {
        left: 0;
    }
    .sp-menu a {
        display: block;
    }
    .sp-menu nav {
        padding-bottom: 40px;
        font-weight: 600;
        color: #fff;
        background: rgba(149, 93, 87, .95);
    }
    .sp-menu .gmenu-list-item {
        width: 50%;
        padding: 0 10px;
    }
    .sp-menu .gmenu-list-item.parent-menu {
        background: rgba(54, 43, 35, .5);
    }
    .sp-menu .gmenu-list-item>a {
        display: block;
        padding: 19px 5px;
        border-bottom: 1px solid #E4D5CC;
    }
    .sp-menu .gmenu-list-item .sub-menu {
        line-height: 3;
    }
    .sp-menu-btn a {
        display: block;
        width: calc(50% - 20px);
        margin: 0 10px;
        padding: 19px 5px;
        text-align: center;
        background: #362B23;
    }
}


/* footer contact */

.footer-contact .shop-info {
    width: 50%;
}

.footer-contact .shop-info>figure img {
    border-radius: 0 20px 0 20px;
}

.footer-contact .shop-info-list {
    position: relative;
}

.footer-contact .shop-info ul li {
    padding: 15px 0;
    border-bottom: 1px solid #999;
}

.footer-contact .sns-link {
    position: absolute;
    right: 0;
    top: 15px;
}

.footer-contact .sns-link a {
    display: block;
    width: 40px;
    margin-left: 20px;
    line-height: 0;
}

.footer-contact .shop-info .m-btn a {
    margin-top: 20px;
    margin-right: 20px;
    padding: 4px 30px;
    font-size: 1.6rem;
}

.footer-contact .shop-info .m-btn a:first-of-type {
    padding: 4px 18px;
    color: #fff;
    background: #362B23;
}

.footer-contact .shop-info .m-btn a:first-of-type::after {
    margin-left: 5px;
}

.footer-contact .shop-info .m-btn a:not(:first-of-type)::after {
    display: none;
}

.footer-contact .shop-map {
    width: 45%;
}

.footer-contact .shop-map iframe {
    box-shadow: 20px 20px 0 rgba(54, 43, 35, .25);
}

@media screen and (max-width: 900px) {
    .footer-contact .shop-info {
        width: 100%;
    }
    .footer-contact .shop-info ul li {
        text-align: center;
    }
    .footer-contact .sns-link {
        position: relative;
        justify-content: center;
    }
    .footer-contact .sns-link a {
        width: 80px;
        margin: 40px 25px;
    }
    .footer-contact .shop-info .m-btn {
        max-width: 495px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .footer-contact .shop-info .m-btn a {
        width: 48%;
        margin-right: 0;
        font-size: 2.6rem;
    }
    .footer-contact .shop-info .m-btn a:first-of-type {
        width: 100%;
    }
    .footer-contact .shop-map {
        width: 100%;
        margin-top: 120px;
        text-align: center;
    }
    .footer-contact .shop-map h3 {
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .footer-contact .shop-map .m-btn {
        text-align: center;
    }
    .footer-contact .shop-map iframe {
        height: 94vw !important;
        margin-top: 20px;
        box-shadow: -20px -20px 0 rgba(54, 43, 35, .25);
    }
}


/* footer */

.l-footer {
    position: relative;
}

.footer-info a img {
    width: 30px;
    margin-left: 10px;
    vertical-align: -4px;
}

.footer-info-txt a {
    border: 1px solid #fff;
    padding: 3px 23px;
}

.footer-menu {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-menu nav ul li {
    width: 225px;
}

.footer-menu a {
    display: block;
    margin-bottom: 7px;
}

.copyright {
    text-transform: uppercase;
}

.btn-pageup {
    position: absolute;
    right: 0;
    top: -33px;
    width: 114px;
    line-height: 0;
}

.float-btn {
    position: fixed;
    top: 20vh;
    right: 0;
    display: none;
    z-index: 5;
}

.float-btn.is-active {
    display: block;
}

.float-btn a {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding: 15px 4px;
    font-size: 1.8rem;
    text-align: center;
    color: #362B23;
    border: 1px solid #362B23;
}

.float-btn a:hover {
    background: #362B23;
    color: #fff;
}

.float-btn a span {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.float-btn a:last-of-type {
    padding-top: 45px;
}

.float-btn a:last-of-type {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/icn_line02.png);
    background-size: 30px auto;
    background-position: top 12px center;
    background-repeat: no-repeat;
}

.float-btn a:last-of-type:hover {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/icn_line02_w.png);
}

@media screen and (max-width: 900px) {
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .footer-logo a img {
        margin-bottom: 20px;
    }
    .footer-info {
        width: 100%;
        text-align: center !important;
    }
    .footer-info a {
        padding: 0 25px;
    }
    .footer-info a img {
        width: 80px;
        margin-left: 0;
        vertical-align: 0;
    }
    .footer-sns span {
        display: block;
        margin-bottom: 30px;
    }
    .footer-menu {
        display: none;
    }
    .copyright {
        margin-top: 50px;
        padding-top: 15px;
        text-align: center !important;
        border-top: 1px solid #fff;
    }
    .btn-pageup {
        top: auto;
        bottom: 100%;
        width: 215px;
    }
}

@media screen and (max-width: 640px) {
    .float-btn.is-active {
        display: flex;
    }
    .float-btn {
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .float-btn a {
        width: 50%;
        margin-bottom: 0;
        padding: 7px;
        font-size: 4.06vw;
        color: #fff;
        border: none;
        background: #362B23;
    }
    .float-btn a span {
        writing-mode: unset;
        text-orientation: unset;
    }
    .float-btn a:first-of-type {
        background: #713E38;
    }
    .float-btn a:last-of-type {
        display: none;
    }
}


/* sub-mv */

.sub-mv {
    position: relative;
}

.sub-mv-ttl {
    position: relative;
    background: #F7F7F7;
}

.sub-mv-ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/line_triangle.png) repeat left / auto;
    transform: rotateX(180deg);
}

.sub-mv-ttl-cont {
    width: 40%;
    text-align: center;
    color: #000;
}

.sub-mv-ttl-cont .en {
    font-size: 7rem;
    letter-spacing: .025em;
    line-height: 1.2;
}

.sub-mv-img {
    position: absolute;
    top: 30px;
    right: 0;
    width: 100%;
}

.sub-mv-img figure {
    width: 54%;
    margin-left: auto;
    margin-right: 30px;
    box-shadow: 30px 30px 0 rgba(0, 0, 0, .05);
}

.sub-mv-cont {
    position: relative;
    width: 45%;
    max-width: 500px;
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ol li:not(:last-child)::after {
    content: '>';
    display: inline-block;
    margin: 0 15px;
}

.breadcrumb ol li:hover {
    color: #000;
}

@media screen and (max-width: 900px) {
    .sub-mv-ttl-cont {
        width: 60%;
    }
    .sub-mv-ttl-cont .en {
        font-size: 6rem;
    }
    .sub-mv-img figure {
        width: 40%;
        margin-right: 0;
        box-shadow: none;
    }
    .sub-mv-cont {
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .sub-mv-ttl-cont .en {
        font-size: 9.35vw;
    }
    .breadcrumb ol li:not(:last-child)::after {
        content: '>';
        display: inline-block;
        margin: 0 5px;
    }
}


/* キャンペーン */

.campaign-list {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.campaign-list-item {
    position: relative;
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.campaign-list-num {
    position: absolute;
    left: 40px;
    top: 0;
    line-height: 40px;
    transform: rotate(90deg);
    transform-origin: top left;
}

.campaign-img {
    position: relative;
    padding: 0 20px 0 40px;
}
.campaign-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.campaign-img::before,
.campaign-img::after {
    content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/decor_campaign.png);
    position: absolute;
    display: block;
    line-height: 0;
    z-index: 2;
}

.campaign-img::before {
    left: 16px;
    bottom: -20px;
    transform: rotateY(180deg) rotateX(180deg);
}

.campaign-img::after {
    right: -4px;
    top: -20px;
}

.campaign-img figure {
    position: relative;
}

.campaign-img figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 43, 35, .16);
    transition: all .4s;
}

.campaign-list-item a:hover .campaign-img figure::after {
    width: 0;
}

.campaign-cont {
    position: relative;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-top: -30px;
    padding: 20px;
    background: rgba(54, 43, 35, .9);
    z-index: 3;
}

.campaign-cont * {
    position: relative;
}

.campaign-cont::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #362B23;
    transition: all .4s;
}

.campaign-list-item a:hover .campaign-cont::before {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .campaign-list-item {
        width: 100%;
    }
}


/* お知らせ */

.news-list li a {
    padding: 22px 15px;
    border-bottom: 1px solid #999;
}

.news-list li a:hover {
    color: #955D57;
}

.news-list li:last-child a {
    border-bottom: none;
}

.news-list-date {
    width: 165px;
}

.news-list-ttl {
    flex: 1;
}

@media screen and (max-width: 900px) {
    .news-list li a {
        padding: 14px 0;
    }
}


/* コラム */

.column-list {
    margin: 0 -1.5%;
}

.column-list-item {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.column-list-item figure {
    position: relative;
}

.column-list-item figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 43, 35, .16);
    transition: all .4s;
}

.column-list-item a:hover figure::after {
    width: 0;
}

.column-date {
    color: #666;
}

.column-cat {
    display: inline-block;
    margin-top: 5px;
    padding: 4px 10px;
    line-height: 1;
    border: 1px solid #362B23;
    background-color: #E4D5CC;
    color: #000;
}

.column-cat:hover {
    color: #fff;
    background: #362B23;
}

.campaign-list .column-cat {
    color: #fff;
    background: #362B23;
}

.campaign-list .column-cat:hover {
    background-color: #E4D5CC;
    color: #000;
}

.column-btn {
    padding: 4px 10px;
    border: 1px solid #362B23;
}

.column-btn span {
    font-size: 78%;
}

@media screen and (max-width: 900px) {
    .column-list {
        margin: 0 -1%;
    }
    .column-list-item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}


/* よくあるご質問 */

.faq-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.faq-list dl {
    padding: 30px 0;
    border-top: 1px solid #999;
}

.faq-list dl:last-of-type {
    border-bottom: 1px solid #999;
}

.faq-list dl dt {
    display: flex;
}

.faq-list dl dd {
    display: flex;
    padding-top: 20px;
}

.faq-list dl .mark {
    width: 150px;
    text-align: center;
    line-height: 1;
}

.faq-list dl .flex-1 {
    flex: 1;
}

@media screen and (max-width: 900px) {
    .faq-list dl {
        padding: 0;
    }
    .faq-list dl .mark {
        width: 12%;
        text-align: left;
        line-height: 1.25;
    }
    .faq-list dl dt {
        position: relative;
        padding: 24px 25px 24px 0;
        cursor: pointer;
    }
    .faq-list dl dt::after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 5px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #955D57 transparent transparent transparent;
    }
    .faq-list dl dt.open::after {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #955D57 transparent;
    }
    .faq-list dl dd {
        display: none;
        padding: 0 0 24px;
    }
    .faq-list dl dd.open {
        display: flex;
    }
}


/* pagenation */

.m-pagenation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.m-pagenation ul li {
    margin: 5px 15px;
}

.m-pagenation ul li a,
.m-pagenation ul li span.current {
    display: block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #955D57;
    background: #fff;
    border: 1px solid #955D57;
}

.m-pagenation ul li a.next,
.m-pagenation ul li a.prev {
    width: auto;
    line-height: 1;
    font-size: 83%;
    border: none;
    background: none;
}

.m-pagenation ul li span.current {
    background: #955D57;
    color: #fff;
}

.l-taxonomy .m-ttl-sub {
    position: relative;
}

.l-taxonomy .m-ttl-sub .container {
    position: relative;
}

.l-taxonomy .m-ttl-sub h1 {
    width: calc(100% - 300px);
    text-align: left;
}

.l-taxonomy .m-ttl-sub .taxonomy-img {
    position: absolute;
    top: 20px;
    right: 0;
    width: 300px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.l-taxonomy .m-ttl-sub .taxonomy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.l-taxonomy .m-ttl-sub .taxonomy-img p {
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: left;
    line-height: 1;
    color: rgba(110, 60, 54, .5);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .l-taxonomy .m-ttl-sub h1 {
        width: 75%;
        text-align: center;
        line-height: 1.3;
    }
    .l-taxonomy .m-ttl-sub .taxonomy-img {
        width: 25%;
        bottom: 20px;
        top: 10px;
        bottom: 10px;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .m-pagenation ul li {
        margin: 5px 1.5vw;
    }
    .m-pagenation ul li a,
    .m-pagenation ul li span.current {
        width: 8vw;
        line-height: 8vw;
    }
}

.post-single-cat p {
    padding: 0 15px;
    color: #fff;
    background: #362B23;
}

.page-nav-link .m-btn {
    margin: 0 15px;
}

.page-nav-link .m-btn a::after {
    display: none;
}

.related-post-ttl {
    padding-left: 20px;
    border-bottom: 1px solid #955D57;
}

@media screen and (max-width: 900px) {
    .page-nav-link .m-btn a {
        padding: 10px 30px;
        font-size: 2.2rem;
    }
}

.pc-menu ul.gmenu-list li {
    position: relative;
}
.pc-menu ul.gmenu-list > li > .sub-menu  > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s,opacity 0.2s;
    opacity: 0;
}
.pc-menu ul.gmenu-list > li.parent-menu:hover > .sub-menu > ul  {
    max-height: 600px;
    opacity: 1;
}
.pc-menu ul.gmenu-list > li > .sub-menu > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
}
.pc-menu ul.gmenu-list > li > .sub-menu > ul > li {
    margin-bottom: 1px;
}
.pc-menu ul.gmenu-list > li > .sub-menu > ul > li > a {
    background: #362B23;
    color: #fff;
    display: block;
    padding: 6px 20px;
    font-size: 16px;
    transition: color 0.3s;
}
.pc-menu ul.gmenu-list > li > .sub-menu > ul > li > a:before {
    content: "― ";
}
.pc-menu ul.gmenu-list > li > .sub-menu > ul > li > a:hover {
    color: #F08175;
}

/* common/css/module.css */

html {
    font-size: 62.5%;
}


/* color */

.col-white {
    color: #fff !important;
}

.col-red {
    color: #8D2026 !important;
}

.col-key {
    color: #955D57 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-key {
    background-color: #955D57 !important;
}

.underline {
    text-decoration: underline;
}

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


/* font-family */

.f-min {
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}


/* line-height */

.line100 {
    line-height: 1.1;
}

.line150 {
    line-height: 1.5;
}

.line200 {
    line-height: 2;
}

@media screen and (max-width: 900px) {
    .sp-line100 {
        line-height: 1.1;
    }
    .sp-line150 {
        line-height: 1.5;
    }
}


/* letter-spacing */

.ls0 {
    letter-spacing: 0;
}

.ls100 {
    letter-spacing: .1em;
}

.ls300 {
    letter-spacing: .3em;
}

.ls500 {
    letter-spacing: .5em;
}


/* font-size */

.fs6 {
    font-size: .6rem;
}

.fs7 {
    font-size: .7rem;
}

.fs8 {
    font-size: .8rem;
}

.fs9 {
    font-size: .9rem;
}

.fs10 {
    font-size: 1rem;
}

.fs11 {
    font-size: 1.1rem;
}

.fs12 {
    font-size: 1.2rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs15 {
    font-size: 1.5rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs17 {
    font-size: 1.7rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs19 {
    font-size: 1.9rem;
}

.fs20 {
    font-size: 2rem;
}

.fs21 {
    font-size: 2.1rem;
}

.fs22 {
    font-size: 2.2rem;
}

.fs23 {
    font-size: 2.3rem;
}

.fs24 {
    font-size: 2.4rem;
}

.fs25 {
    font-size: 2.5rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs27 {
    font-size: 2.7rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs29 {
    font-size: 2.9rem;
}

.fs30 {
    font-size: 3rem;
}

.fs31 {
    font-size: 3.1rem;
}

.fs32 {
    font-size: 3.2rem;
}

.fs33 {
    font-size: 3.3rem;
}

.fs34 {
    font-size: 3.4rem;
}

.fs35 {
    font-size: 3.5rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs37 {
    font-size: 3.7rem;
}

.fs38 {
    font-size: 3.8rem;
}

.fs39 {
    font-size: 3.9rem;
}

.fs40 {
    font-size: 4rem;
}

.fs41 {
    font-size: 4.1rem;
}

.fs42 {
    font-size: 4.2rem;
}

.fs43 {
    font-size: 4.3rem;
}

.fs44 {
    font-size: 4.4rem;
}

.fs45 {
    font-size: 4.5rem;
}

.fs46 {
    font-size: 4.6rem;
}

.fs47 {
    font-size: 4.7rem;
}

.fs48 {
    font-size: 4.8rem;
}

.fs49 {
    font-size: 4.9rem;
}

.fs50 {
    font-size: 5rem;
}

.fs60 {
    font-size: 6rem;
}

@media screen and (max-width: 900px) {
    .sp-fs12 {
        font-size: 1.2rem;
    }
    .sp-fs13 {
        font-size: 1.3rem;
    }
    .sp-fs14 {
        font-size: 1.4rem;
    }
    .sp-fs15 {
        font-size: 1.5rem;
    }
    .sp-fs16 {
        font-size: 1.6rem;
    }
    .sp-fs17 {
        font-size: 1.7rem;
    }
    .sp-fs18 {
        font-size: 1.8rem;
    }
    .sp-fs19 {
        font-size: 1.9rem;
    }
    .sp-fs20 {
        font-size: 2rem;
    }
    .sp-fs21 {
        font-size: 2.1rem;
    }
    .sp-fs22 {
        font-size: 2.2rem;
    }
    .sp-fs23 {
        font-size: 2.3rem;
    }
    .sp-fs24 {
        font-size: 2.4rem;
    }
    .sp-fs25 {
        font-size: 2.5rem;
    }
    .sp-fs26 {
        font-size: 2.6rem;
    }
    .sp-fs27 {
        font-size: 2.7rem;
    }
    .sp-fs28 {
        font-size: 2.8rem;
    }
    .sp-fs29 {
        font-size: 2.9rem;
    }
    .sp-fs30 {
        font-size: 3rem;
    }
    .sp-fs31 {
        font-size: 3.1rem;
    }
    .sp-fs32 {
        font-size: 3.2rem;
    }
    .sp-fs33 {
        font-size: 3.3rem;
    }
    .sp-fs34 {
        font-size: 3.4rem;
    }
    .sp-fs35 {
        font-size: 3.5rem;
    }
    .sp-fs36 {
        font-size: 3.6rem;
    }
    .sp-fs37 {
        font-size: 3.7rem;
    }
    .sp-fs38 {
        font-size: 3.8rem;
    }
    .sp-fs39 {
        font-size: 3.9rem;
    }
    .sp-fs40 {
        font-size: 4rem;
    }
    .sp-fs41 {
        font-size: 4.1rem;
    }
    .sp-fs42 {
        font-size: 4.2rem;
    }
    .sp-fs43 {
        font-size: 4.3rem;
    }
    .sp-fs44 {
        font-size: 4.4rem;
    }
    .sp-fs45 {
        font-size: 4.5rem;
    }
    .sp-fs46 {
        font-size: 4.6rem;
    }
    .sp-fs47 {
        font-size: 4.7rem;
    }
    .sp-fs48 {
        font-size: 4.8rem;
    }
    .sp-fs49 {
        font-size: 4.9rem;
    }
    .sp-fs50 {
        font-size: 5rem;
    }
    .sp-fs60 {
        font-size: 6rem;
    }
}


/* font-weight */

.fw300 {
    font-weight: 3000;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw900 {
    font-weight: 900;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}

.mt00 {
    margin-top: 0;
}

.mt05 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mb00 {
    margin-bottom: 0;
}

.mb05 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb120 {
    margin-bottom: 120px;
}

.mr00 {
    margin-right: 0;
}

.mr05 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.mr95 {
    margin-right: 95px;
}

.mr100 {
    margin-right: 100px;
}

.ml00 {
    margin-left: 0;
}

.ml05 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

.pt00 {
    padding-top: 0;
}

.pt05 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pb00 {
    padding-bottom: 0;
}

.pb05 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pr00 {
    padding-right: 0;
}

.pr05 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pr55 {
    padding-right: 55px;
}

.pr60 {
    padding-right: 60px;
}

.pr65 {
    padding-right: 65px;
}

.pr70 {
    padding-right: 70px;
}

.pr75 {
    padding-right: 75px;
}

.pr80 {
    padding-right: 80px;
}

.pr85 {
    padding-right: 85px;
}

.pr90 {
    padding-right: 90px;
}

.pr95 {
    padding-right: 95px;
}

.pr100 {
    padding-right: 100px;
}

.pl00 {
    padding-left: 0;
}

.pl05 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

@media screen and (max-width: 900px) {
    .sp-mt00 {
        margin-top: 0;
    }
    .sp-mt05 {
        margin-top: 5px;
    }
    .sp-mt10 {
        margin-top: 10px;
    }
    .sp-mt15 {
        margin-top: 15px;
    }
    .sp-mt20 {
        margin-top: 20px;
    }
    .sp-mt25 {
        margin-top: 25px;
    }
    .sp-mt30 {
        margin-top: 30px;
    }
    .sp-mt35 {
        margin-top: 35px;
    }
    .sp-mt40 {
        margin-top: 40px;
    }
    .sp-mt45 {
        margin-top: 45px;
    }
    .sp-mt50 {
        margin-top: 50px;
    }
    .sp-mt55 {
        margin-top: 55px;
    }
    .sp-mt60 {
        margin-top: 60px;
    }
    .sp-mt65 {
        margin-top: 65px;
    }
    .sp-mt70 {
        margin-top: 70px;
    }
    .sp-mt75 {
        margin-top: 75px;
    }
    .sp-mt80 {
        margin-top: 80px;
    }
    .sp-mt85 {
        margin-top: 85px;
    }
    .sp-mt90 {
        margin-top: 90px;
    }
    .sp-mt95 {
        margin-top: 95px;
    }
    .sp-mt100 {
        margin-top: 100px;
    }
    .sp-mt120 {
        margin-top: 120px;
    }
    .sp-mb00 {
        margin-bottom: 0;
    }
    .sp-mb05 {
        margin-bottom: 5px;
    }
    .sp-mb10 {
        margin-bottom: 10px;
    }
    .sp-mb15 {
        margin-bottom: 15px;
    }
    .sp-mb20 {
        margin-bottom: 20px;
    }
    .sp-mb25 {
        margin-bottom: 25px;
    }
    .sp-mb30 {
        margin-bottom: 30px;
    }
    .sp-mb35 {
        margin-bottom: 35px;
    }
    .sp-mb40 {
        margin-bottom: 40px;
    }
    .sp-mb45 {
        margin-bottom: 45px;
    }
    .sp-mb50 {
        margin-bottom: 50px;
    }
    .sp-mb55 {
        margin-bottom: 55px;
    }
    .sp-mb60 {
        margin-bottom: 60px;
    }
    .sp-mb65 {
        margin-bottom: 65px;
    }
    .sp-mb70 {
        margin-bottom: 70px;
    }
    .sp-mb75 {
        margin-bottom: 75px;
    }
    .sp-mb80 {
        margin-bottom: 80px;
    }
    .sp-mb85 {
        margin-bottom: 85px;
    }
    .sp-mb90 {
        margin-bottom: 90px;
    }
    .sp-mb95 {
        margin-bottom: 95px;
    }
    .sp-mb100 {
        margin-bottom: 100px;
    }
    .sp-mb120 {
        margin-bottom: 120px;
    }
    .sp-mr00 {
        margin-right: 0;
    }
    .sp-mr05 {
        margin-right: 5px;
    }
    .sp-mr10 {
        margin-right: 10px;
    }
    .sp-mr15 {
        margin-right: 15px;
    }
    .sp-mr20 {
        margin-right: 20px;
    }
    .sp-mr25 {
        margin-right: 25px;
    }
    .sp-mr30 {
        margin-right: 30px;
    }
    .sp-mr35 {
        margin-right: 35px;
    }
    .sp-mr40 {
        margin-right: 40px;
    }
    .sp-mr45 {
        margin-right: 45px;
    }
    .sp-mr50 {
        margin-right: 50px;
    }
    .sp-mr55 {
        margin-right: 55px;
    }
    .sp-mr60 {
        margin-right: 60px;
    }
    .sp-mr65 {
        margin-right: 65px;
    }
    .sp-mr70 {
        margin-right: 70px;
    }
    .sp-mr75 {
        margin-right: 75px;
    }
    .sp-mr80 {
        margin-right: 80px;
    }
    .sp-mr85 {
        margin-right: 85px;
    }
    .sp-mr90 {
        margin-right: 90px;
    }
    .sp-mr95 {
        margin-right: 95px;
    }
    .sp-mr100 {
        margin-right: 100px;
    }
    .sp-ml00 {
        margin-left: 0;
    }
    .sp-ml05 {
        margin-left: 5px;
    }
    .sp-ml10 {
        margin-left: 10px;
    }
    .sp-ml15 {
        margin-left: 15px;
    }
    .sp-ml20 {
        margin-left: 20px;
    }
    .sp-ml25 {
        margin-left: 25px;
    }
    .sp-ml30 {
        margin-left: 30px;
    }
    .sp-ml35 {
        margin-left: 35px;
    }
    .sp-ml40 {
        margin-left: 40px;
    }
    .sp-ml45 {
        margin-left: 45px;
    }
    .sp-ml50 {
        margin-left: 50px;
    }
    .sp-ml55 {
        margin-left: 55px;
    }
    .sp-ml60 {
        margin-left: 60px;
    }
    .sp-ml65 {
        margin-left: 65px;
    }
    .sp-ml70 {
        margin-left: 70px;
    }
    .sp-ml75 {
        margin-left: 75px;
    }
    .sp-ml80 {
        margin-left: 80px;
    }
    .sp-ml85 {
        margin-left: 85px;
    }
    .sp-ml90 {
        margin-left: 90px;
    }
    .sp-ml95 {
        margin-left: 95px;
    }
    .sp-ml100 {
        margin-left: 100px;
    }
    .sp-pt00 {
        padding-top: 0;
    }
    .sp-pt05 {
        padding-top: 5px;
    }
    .sp-pt10 {
        padding-top: 10px;
    }
    .sp-pt15 {
        padding-top: 15px;
    }
    .sp-pt20 {
        padding-top: 20px;
    }
    .sp-pt25 {
        padding-top: 25px;
    }
    .sp-pt30 {
        padding-top: 30px;
    }
    .sp-pt35 {
        padding-top: 35px;
    }
    .sp-pt40 {
        padding-top: 40px;
    }
    .sp-pt45 {
        padding-top: 45px;
    }
    .sp-pt50 {
        padding-top: 50px;
    }
    .sp-pt55 {
        padding-top: 55px;
    }
    .sp-pt60 {
        padding-top: 60px;
    }
    .sp-pt65 {
        padding-top: 65px;
    }
    .sp-pt70 {
        padding-top: 70px;
    }
    .sp-pt75 {
        padding-top: 75px;
    }
    .sp-pt80 {
        padding-top: 80px;
    }
    .sp-pt85 {
        padding-top: 85px;
    }
    .sp-pt90 {
        padding-top: 90px;
    }
    .sp-pt95 {
        padding-top: 95px;
    }
    .sp-pt100 {
        padding-top: 100px;
    }
    .sp-pb00 {
        padding-bottom: 0;
    }
    .sp-pb05 {
        padding-bottom: 5px;
    }
    .sp-pb10 {
        padding-bottom: 10px;
    }
    .sp-pb15 {
        padding-bottom: 15px;
    }
    .sp-pb20 {
        padding-bottom: 20px;
    }
    .sp-pb25 {
        padding-bottom: 25px;
    }
    .sp-pb30 {
        padding-bottom: 30px;
    }
    .sp-pb35 {
        padding-bottom: 35px;
    }
    .sp-pb40 {
        padding-bottom: 40px;
    }
    .sp-pb45 {
        padding-bottom: 45px;
    }
    .sp-pb50 {
        padding-bottom: 50px;
    }
    .sp-pb55 {
        padding-bottom: 55px;
    }
    .sp-pb60 {
        padding-bottom: 60px;
    }
    .sp-pb65 {
        padding-bottom: 65px;
    }
    .sp-pb70 {
        padding-bottom: 70px;
    }
    .sp-pb75 {
        padding-bottom: 75px;
    }
    .sp-pb80 {
        padding-bottom: 80px;
    }
    .sp-pb85 {
        padding-bottom: 85px;
    }
    .sp-pb90 {
        padding-bottom: 90px;
    }
    .sp-pb95 {
        padding-bottom: 95px;
    }
    .sp-pb100 {
        padding-bottom: 100px;
    }
    .sp-pr00 {
        padding-right: 0;
    }
    .sp-pr05 {
        padding-right: 5px;
    }
    .sp-pr10 {
        padding-right: 10px;
    }
    .sp-pr15 {
        padding-right: 15px;
    }
    .sp-pr20 {
        padding-right: 20px;
    }
    .sp-pr25 {
        padding-right: 25px;
    }
    .sp-pr30 {
        padding-right: 30px;
    }
    .sp-pr35 {
        padding-right: 35px;
    }
    .sp-pr40 {
        padding-right: 40px;
    }
    .sp-pr45 {
        padding-right: 45px;
    }
    .sp-pr50 {
        padding-right: 50px;
    }
    .sp-pr55 {
        padding-right: 55px;
    }
    .sp-pr60 {
        padding-right: 60px;
    }
    .sp-pr65 {
        padding-right: 65px;
    }
    .sp-pr70 {
        padding-right: 70px;
    }
    .sp-pr75 {
        padding-right: 75px;
    }
    .sp-pr80 {
        padding-right: 80px;
    }
    .sp-pr85 {
        padding-right: 85px;
    }
    .sp-pr90 {
        padding-right: 90px;
    }
    .sp-pr95 {
        padding-right: 95px;
    }
    .sp-pr100 {
        padding-right: 100px;
    }
    .sp-pl00 {
        padding-left: 0;
    }
    .sp-pl05 {
        padding-left: 5px;
    }
    .sp-pl10 {
        padding-left: 10px;
    }
    .sp-pl15 {
        padding-left: 15px;
    }
    .sp-pl20 {
        padding-left: 20px;
    }
    .sp-pl25 {
        padding-left: 25px;
    }
    .sp-pl30 {
        padding-left: 30px;
    }
    .sp-pl35 {
        padding-left: 35px;
    }
    .sp-pl40 {
        padding-left: 40px;
    }
    .sp-pl45 {
        padding-left: 45px;
    }
    .sp-pl50 {
        padding-left: 50px;
    }
    .sp-pl55 {
        padding-left: 55px;
    }
    .sp-pl60 {
        padding-left: 60px;
    }
    .sp-pl65 {
        padding-left: 65px;
    }
    .sp-pl70 {
        padding-left: 70px;
    }
    .sp-pl75 {
        padding-left: 75px;
    }
    .sp-pl80 {
        padding-left: 80px;
    }
    .sp-pl85 {
        padding-left: 85px;
    }
    .sp-pl90 {
        padding-left: 90px;
    }
    .sp-pl95 {
        padding-left: 95px;
    }
    .sp-pl100 {
        padding-left: 100px;
    }
}


/* display */

.d-block {
    display: block;
}

.d-inblock {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.fl-wrap {
    flex-wrap: wrap;
}

.fl-row {
    flex-direction: row-reverse;
}

.jc-sta {
    justify-content: flex-start;
}

.jc-cen {
    justify-content: center;
}

.jc-bet {
    justify-content: space-between;
}

.jc-end {
    justify-content: flex-end;
}

.ai-sta {
    align-items: flex-start;
}

.ai-end {
    align-items: flex-end;
}

.ai-cen {
    align-items: center;
}


/* text-align */

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

@media screen and (max-width: 900px) {
    .sp-tac {
        text-align: center;
    }
    .sp-tal {
        text-align: left;
    }
}


/* float */

.flR {
    float: right;
}

.flL {
    float: left;
}


/* width */

.w100 {
    width: 100% !important;
}

figure {
    line-height: 0;
}

/* common/css/common.css */


/* layout */

.sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .sp-only {
        display: block;
    }
    .pc-only {
        display: none;
    }
}

.container,
.inner {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    max-width: 1000px;
}

@media screen and (max-width: 900px) {
    .container,
    .inner {
        width: 90%;
        max-width: 640px;
    }
}


/* title */

.m-ttl-top {
    letter-spacing: .1em;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    text-align: center;
}

.m-ttl-top .en {
    font-size: 4.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.m-ttl-top h2 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: -0.4em;
}

.m-ttl-sub {
    text-align: center;
    font-size: 4.4rem;
    font-weight: 600;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    letter-spacing: .1em;
    color: #E4D5CC;
}

.m-subttl-jp,
.m-subttl-en {
    letter-spacing: .1em;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    text-align: center;
}

.m-subttl-jp .en {
    font-size: 1.6rem;
    font-weight: 900;
    margin-top: -0.5em;
}

.m-subttl-jp h2 {
    font-size: 4.2rem;
    font-weight: 600;
}

.m-subttl-en .en {
    font-size: 4.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.m-subttl-en h2 {
    font-size: 2.4rem;
    font-weight: 900;
}

@media screen and (max-width: 900px) {
    .m-ttl-top h2,
    .m-subttl-en h2 {
        font-size: 2.4rem;
    }
    .m-subttl-jp .en {
        font-size: 2.2rem;
    }
    .m-ttl-sub {
        font-size: 6.87vw;
    }
}


/* post pagination */

.m-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.m-pagination ul li {
    margin: 10px 10px 0;
}

.m-pagination ul li a {
    display: block;
    width: 50px;
    text-align: center;
    font-family: 'Spartan', sans-serif;
    font-size: 2rem;
    line-height: 50px;
    background: #ccc;
}

.m-pagination ul li.is-current a {
    background: #666;
    color: #fff;
}


/* VIEW ALL btn */

.m-btn a {
    position: relative;
    display: inline-block;
    padding: 8px 40px;
    text-align: center;
    font-size: 1.8rem;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    border: 1px solid #362B23;
    z-index: 2;
}

.m-btn a::after {
    content: '▶︎';
    display: inline-block;
    margin-left: 15px;
    font-size: 78%;
    vertical-align: 1px;
}

.m-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #362B23;
    transition: all .4s;
    z-index: -1;
}

.m-btn a:hover {
    color: #fff;
}

.m-btn a:hover::before {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .m-btn a {
        padding: 5px 31px;
        font-size: 2.4rem;
    }
}


/* image hover(scale) */

a:hover .m-img-hover img {
    opacity: .8;
}


/* image line */

.m-decor-img,
.m-decor-img-container {
    position: relative;
}

.m-decor-img::before,
.m-decor-img::after,
.m-decor-img-container::before,
.m-decor-img-container::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 3;
}

.m-decor-img::before {
    left: -10px;
    top: -10px;
    border-width: 70px 70px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
}

.m-decor-img::after {
    right: -10px;
    bottom: -10px;
    border-width: 0 0 70px 70px;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
}

.m-decor-img-container::before {
    left: -8px;
    top: -9px;
    border-width: 68px 68px 0 0;
    border-color: #707070 transparent transparent transparent;
    z-index: 2;
}

.m-decor-img-container::after {
    right: -8px;
    bottom: -9px;
    border-width: 0 0 68px 68px;
    border-color: transparent transparent #707070 transparent;
    z-index: 2;
}

@media screen and (max-width: 640px) {
    .m-decor-img::before {
        border-width: 12vw 12vw 0 0;
    }
    .m-decor-img::after {
        border-width: 0 0 12vw 12vw;
    }
    .m-decor-img-container::before {
        border-width: calc(12vw - 2px) calc(12vw - 2px) 0 0;
    }
    .m-decor-img-container::after {
        border-width: 0 0 calc(12vw - 2px) calc(12vw - 2px);
    }
}


/* page link */

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

.m-link a {
    position: relative;
    display: inline-block;
    color: #000;
    font-weight: 700;
    line-height: 1.33;
}

.m-link a:hover {
    color: #BF797D;
}

.m-link a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000000;
}

.m-link a:hover::before {
    border-color: transparent transparent transparent #BF797D;
}

.m-link a::after {
    content: '';
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    transition: all .4s ease;
}

.m-link a:hover::after {
    transform: translate(5px, -10px);
}


/***** SP Toggle Menu Btn  *****/

.hamburger {
    position: relative;
    z-index: 50;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #955D57;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span:first-of-type {
    top: 13px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

.menu-trigger span:last-of-type {
    bottom: 13px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.hamburger.active .menu-trigger span:first-of-type {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

.hamburger.active .menu-trigger span:last-of-type {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@media screen and (max-width: 480px) {
    .menu-trigger {
        width: 35px;
    }
}

.post-single-cont a {
    text-decoration: underline;
    color: #8D2026;
}

/* top/css/top.css */

.l-top-mv {
	position: relative;
}
.top-mv-img {
	width: 62.8%;
}
.slick-current .bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	opacity: 0;
}
@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.slick-current .bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.slick-current .bgRLextend::before {
	animation-name: bgRLextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #E4D5CC;
}
@keyframes bgRLextendAnime {
	0% {
		transform-origin: right;
		transform: scaleX(0);
	}
	50% {
		transform-origin: right;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: left;
	}
	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}
.top-mv-txt {
	flex: 1;
	opacity: 0;
	animation: mv_opacity 2s ease-out forwards;
}
@keyframes mv_opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.top-mv-item01 .top-mv-txt .glowAnime {
	max-width: 400px;
}
.top-mv-item02 .top-mv-txt .glowAnime {
	max-width: 340px;
	text-align: center;
}
.top-mv-item03 .top-mv-txt p {
	padding: 20px 0;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.slick-current .glowAnime span {
	opacity: 0;
}
.slick-current .glowAnime.glow span {
	animation: glow_anime_on 1s ease-out forwards;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		text-shadow: 0 0 0 #fff, 0 0 0 #fff;
	}
	50% {
		opacity: 1;
		text-shadow: 0 0 5px #fff, 0 0 10px #fff;
	}
	100% {
		opacity: 1;
		text-shadow: 0 0 0 #fff, 0 0 0 #fff;
	}
}
@media screen and (max-width: 900px) {
	.top-mv-img {
		width: 90%;
	}
	.top-mv-txt {
		position: absolute;
		right: 0;
		bottom: 10%;
		flex: none;
		padding: 0 20px;
		background: #955D57;
		z-index: 2;
	}
	.top-mv-item03 .top-mv-txt {
		flex-direction: column;
	}
	.top-mv-item03 .top-mv-txt p {
		width: 100%;
		text-align: center;
		padding: 0;
		writing-mode: unset;
		text-orientation: unset;
	}
	.top-mv-item03 .top-mv-txt:first-of-type {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.top-mv-txt {
		bottom: 15%;
	}
	.top-mv-item {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.sp-left-mv .top-mv-txt {
		left: 0;
		right: 30vw;
		width: auto;
	}
	.sp-left-mv .top-mv-img {
		margin-left: 10vw;
	}
	.sp-center-mv .top-mv-img {
		margin: 0 auto;
	}
	.sp-center-mv .top-mv-txt {
		background: none;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.sp-center-mv .sp-text {
		position: absolute;
		width: 100vw;
		padding: 0;
		height: fit-content;
		justify-content: space-between;
	}
	.sp-center-mv .sp-text p {
		width: auto;
		position: relative;
		left: -6vw;
		top: 0vh;
	}
	.sp-center-mv .sp-text p.sp-only {
		width: auto;
		position: relative;
		left: 6vw;
		top: 4vh;
	}
	.l-top-mv .container {
		width: 100%;
	}
	.top-mv-txt {
		padding: 0 5vw;
	}
	.top-mv-item01 .top-mv-txt .glowAnime {
		max-width: 61vw;
	}
	.top-mv-item02 .top-mv-txt .glowAnime {
		max-width: 50vw;
	}
}
/* キャンペーン */
@media screen and (max-width: 900px) {
	.l-top-campaign .campaign-list {
		display: block;
	}
	.l-top-campaign .campaign-list-item {
		margin: 0;
	}
}
/* お知らせ */
.l-top-information .container {
	max-width: 1300px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.l-top-information-ttl {
	width: 30%;
}
.l-top-information-ttl .m-ttl-top {
	text-align: left;
	margin-bottom: 0;
}
.l-top-information .news-list {
	width: 67%;
}
@media screen and (max-width: 900px) {
	.l-top-information .container {
		max-width: 640px;
		border: none;
	}
	.l-top-information-ttl {
		width: 100%;
		padding: 0;
	}
	.l-top-information-ttl .m-ttl-top {
		text-align: center;
		margin-bottom: 60px;
	}
	.l-top-information .news-list {
		width: 100%;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
	}
	.l-top-information .m-btn {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}
/* 衣装ギャラリー */
.gallery-cat-list ul li {
	position: relative;
	width: 18.57%;
	padding-right: 20px;
}
.gallery-cat-list figure {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.gallery-cat-list figure::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(110, 60, 54, .1);
	transition: all .4s;
}
.gallery-cat-list li a:hover figure::before {
	width: 0;
}
.gallery-cat-en {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-transform: uppercase;
	opacity: .5;
}
.gallery-cat-name {
	position: absolute;
	right: 0;
	bottom: 20%;
	padding: 7px 30px;
	line-height: 1.33;
	color: #fff;
}
.gallery-classic .gallery-cat-en {
	color: #6E3C36;
}
.gallery-retro-classic .gallery-cat-en {
	color: #3F3A55;
}
.gallery-cool .gallery-cat-en {
	color: #465481;
}
.gallery-cute .gallery-cat-en {
	color: #804A63;
}
.gallery-vintage .gallery-cat-en {
	color: #7C704A;
}
.gallery-classic .gallery-cat-name {
	background: #6E3C36;
}
.gallery-retro-classic .gallery-cat-name {
	background: #3F3A55;
}
.gallery-cool .gallery-cat-name {
	background: #465481;
}
.gallery-cute .gallery-cat-name {
	background: #804A63;
}
.gallery-vintage .gallery-cat-name {
	background: #7C704A;
}
@media screen and (max-width: 900px) {
	.gallery-cat-list ul li {
		width: 47.5%;
		padding-right: 12px;
	}
	.gallery-cat-list ul li figure {
		height: 292px;
	}
	.gallery-cat-list ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
	.gallery-cat-name {
		bottom: 20px;
		padding: 7px 20px 3px;
	}
	/*.gallery-cat-list ul li:last-child {
        padding: 15px 27px 15px 15px;
    }
    .gallery-cat-list ul li:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        background: rgba(149, 93, 87, .1);
        border: 1px solid #362B23;
        border-radius: 10px;
    }*/
}
/* WEBカタログ */
.l-top-catalog .container {
	position: relative;
}
.l-top-catalog-cont {
	width: 35%;
}
.l-top-catalog-cont .m-ttl-top {
	text-align: left;
}
.l-top-catalog-cont .m-ttl-top .en {
	font-size: 4rem;
}
.l-top-catalog-img {
	width: 62%;
}
.l-top-catalog .m-btn {
	position: absolute;
	right: 0;
	/*bottom: 90px;*/
	bottom: 0;
}
@media screen and (max-width: 900px) {
	.l-top-catalog-cont .m-ttl-top {
		text-align: center;
	}
	.l-top-catalog-cont {
		width: 100%;
	}
	.l-top-catalog-img {
		/*width: 89%;*/
		width: 100%;
		/*margin-right: -5vw;*/
		/*margin-left: auto;*/
	}
	.l-top-catalog-cont .mt90.pt90 {
		margin-top: 30px;
		padding-top: 0;
	}
	.l-top-catalog .m-btn {
		position: relative;
		bottom: 0;
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}
	.l-top-catalog-img {
		width: 90%;
		margin: 0 auto;
	}
}
/* 選べる5つのプラン */
.plan-list ul li {
	position: relative;
	width: 18.8%;
}
.plan-list-img {
	position: relative;
	z-index: 2;
}
.plan-list-img figure {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.plan-list-img figure::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(149, 93, 87, .35);
	transition: all .4s;
	mix-blend-mode: multiply;
}
.plan-list ul li a:hover .plan-list-img figure::after {
	width: 0;
}
.plan-list-label {
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	line-height: 1;
}
.plan-list-img .col-white {
	position: absolute;
	right: 0;
	bottom: 20%;
}
.plan-list-num {
	position: absolute;
	top: -8px;
	left: 20px;
	font-size: 6rem;
	line-height: 1;
	z-index: 3;
}
.plan-list ul li h3 {
	margin-top: -20px;
	padding: 35px 10px 20px;
}
.top-studio-link a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}
.top-studio-link a:hover {
	opacity: .8;
}
.top-studio-link a:first-of-type {
	width: 64.2%;
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/top/images/bg_studio_pc.jpg) no-repeat center / cover;
}
.top-studio-link a:last-of-type {
	width: 33.5%;
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/top/images/bg_album.png) no-repeat center / cover;
}
.top-studio-link a p {
	position: relative;
	z-index: 2;
}
.top-studio-link a .en {
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 1;
	color: rgba(255, 255, 255, .5);
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
@media screen and (max-width: 900px) {
	.plan-list ul li {
		width: 100%;
		margin-bottom: 12px;
	}
	.plan-list-img {
		width: 55%;
	}
	.plan-list ul li:nth-child(2n) .plan-list-img {
		margin-left: auto;
	}
	.plan-list ul li h3 {
		position: absolute;
		top: 50%;
		width: 55%;
		margin-top: 0;
		padding: 14px 5px 9px;
		transform: translateY(-50%);
		z-index: 3;
	}
	.plan-list ul li:nth-child(2n+1) h3 {
		right: 0;
	}
	.plan-list ul li:nth-child(2n) h3 {
		left: 0;
	}
	.plan-list-num {
		font-size: 7rem;
	}
	.plan-list-img .col-white {
		bottom: 10%;
	}
	.top-studio-link a {
		height: 160px;
		max-width: 470px;
		margin: 0 auto 30px;
	}
	.top-studio-link a:first-of-type {
		width: 100%;
		background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/top/images/bg_studio_sp.jpg) no-repeat center / cover;
	}
	.top-studio-link a:last-of-type {
		width: 100%;
		margin-bottom: 0;
	}
}
/* コンセプト */
.concept-img {
	width: 50%;
}
.concept-cont {
	position: relative;
	width: 50%;
	max-width: 700px;
	padding: 0 50px;
}
.concept-num span {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	margin-right: 10px;
	transform: skewX(35deg);
}
.concept-list-item:last-of-type .concept-img {
	margin-top: -150px;
}
.concept-list-item .m-btn a {
	border: 1px solid #fff;
}
@media screen and (max-width: 900px) {
	.concept-img {
		width: 90%;
	}
	.concept-cont {
		width: 94%;
		max-width: 640px;
		margin: 60px auto 0;
		padding: 0 3%;
	}
	.concept-list-item:last-of-type .concept-img {
		margin-top: 0;
	}
	.concept-list-item .m-btn {
		text-align: center;
	}
}
/* よくあるご質問 */
.l-top-faq .container {
	border-top: 1px solid #999;
}
.l-top-faq .m-ttl-top {
	width: 18.5%;
	text-align: left;
}
.l-top-faq .faq-list {
	width: 71.5%;
}
.l-top-faq .faq-list dl:first-of-type {
	border-top: none;
}
.l-top-faq .faq-list dl {
	padding-right: 50px;
}
@media screen and (max-width: 900px) {
	.l-top-faq .m-ttl-top {
		width: 100%;
		text-align: center;
	}
	.l-top-faq .faq-list {
		width: 100%;
	}
	.l-top-faq .faq-list dl {
		padding-right: 0;
	}
}
@media (min-width: 901px) {
	.gallery-cat-list figure {
		height: 333px;
	}
	.gallery-cat-list ul::before {
		content: "";
		display: block;
		width: 18.57%;
		order: 9;
	}
	.gallery-cat-list ul::after {
		content: "";
		display: block;
		width: 18.57%;
		order: 10;
	}
	.gallery-cat-list ul li:nth-child(n+6) {
		margin-top: 50px;
	}
}
.gallery-feminine .gallery-cat-name {
	background: #926392;
}
.gallery-gothic .gallery-cat-name {
	background: #696969;
}
.gallery-gal .gallery-cat-name {
	background: #416378;
}

/* sub/css/single.css */

.l-single .sub-mv-img figure {
    width: 40%;
    max-width: 490px;
    margin-right: 0;
    box-shadow: none;
}

.l-single .sub-mv-cont {
    width: 100%;
    max-width: none;
}

.single-cat-item {
    margin-right: 20px;
    padding: 0 20px;
}

.single-tag-item {
    margin-right: 20px;
    padding: 0 20px;
    background: #666;
}

.single-main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-ttl {
    position: relative;
}

.single-ttl::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #F0F0F0;
    z-index: -1;
}

.single-ttl::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 84px;
    height: 136px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/decor_studio_campaign02.png) no-repeat right bottom / contain;
}

.single-cont h2 {
    margin-bottom: 30px;
    font-size: 2.7rem;
    font-weight: 700;
    color: #BF797D;
}

.single-cont h3 {
    position: relative;
    margin: 60px 0 40px;
    padding: 0 10px;
    font-size: 2.2rem;
    color: #000;
    border-bottom: 6px solid #F0F0F0;
}

.single-cont h3::after {
    content: 'annie's studio';
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: 'Niconne', cursive;
    font-size: 2rem;
    color: #666;
    transform: translateY(-50%);
}

.single-cont h4 {
    margin: 40px 0;
    font-size: 2rem;
    font-weight: 700;
    color: #BF797D;
}

.single-cont strong {
    font-weight: 700;
}

.single-cont p {
    margin-bottom: 20px;
}

.single-cont .number-list {
    margin: 30px 0;
    padding-left: 25px;
}

.single-cont .number-list li {
    list-style: decimal;
    padding: 10px 0;
    border-bottom: 2px dotted #BF797D;
}

.single-cont .number-list li::marker {
    font-family: 'Niconne', cursive;
    font-size: 200%;
}

.single-cont .bottom-line {
    background: linear-gradient(to top, #F4D3D3 40%, #fff 40%);
}

.single-cont a {
    font-weight: 700;
    color: #BF797D;
    text-decoration: underline;
}

.single-cont .dot-list li {
    position: relative;
    padding: 10px 0 10px 35px;
    border-bottom: 2px dotted #BF797D;
}

.single-cont .dot-list li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 200%;
    font-family: 'Niconne', cursive;
    color: #BF797D;
}

.single-cont a:hover {
    text-decoration: none;
}

.single-pagination a {
    display: block;
    padding: 8px 30px;
    margin: 0 15px;
}

.single-prev-pagination,
.single-next-pagination {
    color: #000;
    background: #ccc;
}

.back-btn {
    color: #fff;
    background: #666;
}

/* 記事内 */
.post-single-cont{
    width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}
.post-single-cont h2{
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    font-size:3.5rem;
    font-weight: bold;
    width: 80%;
    position: relative;
    margin:0 auto;
    padding: 20px;
}
.post-single-cont h2:before{
    content:'';
    background-image:url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/single-h3-left.png);
    background-size: contain;
    width: 10px;
    height: 50px;
    background-repeat: no-repeat;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.post-single-cont h2:after{
    content:'';
    background-image:url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/single-h3-right.png);
    background-size: contain;
    width: 10px;
    height: 50px;
    background-repeat: no-repeat;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.post-single-cont h3{
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    border-top: 1px solid #B68f88;
    border-bottom: 1px solid #B68f88;
    font-weight: bold;
    font-size:3.0rem;
    margin: 20px 0;
}
.post-single-cont h4{
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    color:#9F6C66;
    font-weight: bold;
    font-size:2.5rem;
    margin: 20px 0;
}
.post-single-cont p{
    margin: 20px 0;
}
.post-single-cont strong{
    font-size:2.5rem;
    font-weight: bold;
    margin: 20px 0;
}
.post-single-cont ul{
    text-align: left;
    font-size: 2.0rem;
    width: 50%;
    margin: 20px auto;
}
.post-single-cont li{
    list-style-position: outside;
    list-style-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/single-li.png);
    margin: 10px 0;
}
.post-single-cont .marker{
    background:linear-gradient(transparent 60%, #D2A79D 60%);
}

@media screen and (max-width: 900px){
    .post-single-cont{
        width: 100%;
    }
    .post-single-cont ul{
        width: 100%;
    }
}

/* sub/css/sub.css */

.sub-contact-btn {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.sub-contact-btn-item {
	position: relative;
	width: 47.5%;
	padding: 17px;
}
.sub-contact-btn-item::before, .sub-contact-btn-item::after {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/btn_frame.png);
	position: absolute;
	display: block;
	line-height: 0;
	z-index: 2;
}
.sub-contact-btn-item::before {
	right: 0;
	top: 0;
}
.sub-contact-btn-item::after {
	left: 0;
	bottom: 0;
	transform: rotateY(180deg) rotateX(180deg);
}
.sub-contact-btn-item a {
	position: relative;
	display: block;
	padding: 12px;
	text-align: center;
	color: #fff;
	background: #885361;
	border: 1px solid #885361;
}
.sub-contact-btn-item:last-of-type a {
	background: #955D57;
	border: 1px solid #955D57;
}
.sub-contact-btn-item a:hover {
	background: #fff;
	color: #885361;
}
.sub-contact-btn-item:last-of-type a:hover {
	background: #fff;
	color: #955D57;
}
.sub-contact-btn-item a::after {
	content: '';
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #fff transparent;
}
.more-btn {
	text-align: center;
}
.more-btn p {
	display: inline-block;
	padding: 6px 34px;
	text-align: center;
	color: #fff;
	background: #955D57;
	cursor: pointer;
	font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
}
.more-btn p::after {
	content: '▶︎';
	display: inline-block;
	margin-left: 15px;
	font-size: 77%;
	transform: rotate(90deg);
}
.more-btn p.close {
	display: none;
}
.more-btn p.close::after {
	transform: rotate(-90deg);
}
.more-btn p.open.is-active {
	display: none;
}
.more-btn p.close.is-active {
	display: inline-block;
}
.l-sub-catalog {
	width: 94%;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
}
.l-sub-catalog-cont {
	/*width: 49%;*/
	width: 100% !important;
}
.l-sub-catalog-img {
	width: 45%;
}
.modal-close {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 11;
}
/* added by RENCOUNT */
@media screen and (min-width: 901px) {
	.catalog_image_box {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.catalog_image_box .mt10 {
		width: 50%;
		margin-right: 3em;
	}
	.catalog_image_box .mt10 span {
		display: inline-block;
	}
}
@media screen and (max-width: 900px) {
	.sub-contact-btn-item {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.l-sub-catalog {
		max-width: 640px;
	}
	.l-sub-catalog-cont {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}
	.l-sub-catalog-img {
		width: 63.5%;
		margin-left: auto;
		margin-right: auto;
	}
	.modal-close {
		right: 20px;
		top: 20px;
	}
}
/* 初めての方へ */
.first-greeting-main figure {
	width: 56%;
}
.greeting-cont {
	width: 44%;
	max-width: 636px;
	padding-left: 20px;
}
.anniversary-main figure {
	width: 50%;
}
.anniversary-cont {
	width: 45%;
}
.anniversary-cont .m-btn a {
	width: 100%;
	max-width: 280px;
	padding: 5px 20px;
	color: #fff;
	background: #885361;
	border: none;
}
.anniversary-cont .m-btn:first-of-type a {
	background: #955D57;
}
.reason-list li {
	width: 24%;
	max-width: 300px;
}
.reason-list-head {
	position: relative;
	height: 240px;
	padding-top: 30px;
	text-align: center;
}
.reason-list-head::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 280px;
	background: #955D57;
	border-radius: 50%;
	z-index: -1;
}
.reason-list-num {
	position: relative;
	margin-top: 0;
	line-height: 1;
}
.reason-list-num::after {
	content: '';
	position: absolute;
	left: calc(50% - 25px);
	bottom: -5px;
	width: 50px;
	height: 1px;
	background: #F7C3C3;
}
.stock-main figure {
	width: 50%;
}
.stock-cont {
	width: 47%;
	max-width: 620px;
}
@media screen and (max-width: 900px) {
	.first-greeting-main {
		width: 94%;
		max-width: 640px;
		margin: 0 auto;
	}
	.greeting-cont {
		width: 100%;
		padding-right: 20px;
	}
	.first-greeting-main figure, .anniversary-main figure, .anniversary-cont, .stock-main figure, .stock-cont {
		width: 100%;
	}
	.anniversary-cont .m-btn a {
		max-width: 330px;
	}
	.reason-list li {
		width: 100%;
		max-width: none;
	}
	.reason-list-main {
		display: flex;
		align-items: center;
	}
	.reason-list li:nth-child(2n) .reason-list-main {
		flex-direction: row-reverse;
	}
	.reason-list li figure {
		width: 55.5%;
		margin-left: -4%;
	}
	.reason-list li:nth-child(2n) figure {
		margin-left: 0;
		margin-right: -4%;
	}
	.reason-list-head {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 48.5%;
		height: 280px;
		padding-top: 0;
	}
	.reason-list-head::before {
		left: 0;
		right: 0;
		height: 100%;
	}
	.l-first-faq .container {
		border-top: none;
	}
	.l-first-faq .faq-list {
		border-top: 1px solid #999;
	}
}
/* 成人式までの流れ */
.step-item {
	position: relative;
	max-width: 1100px;
	margin: 0 auto 75px;
	padding-left: 50px;
}
.step-item:nth-of-type(5), .step-item:nth-of-type(7) {
	margin-bottom: 55px;
}
.step-num {
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	line-height: 1;
}
.step-cont {
	position: relative;
	padding: 55px 5%;
	background: rgba(255, 255, 255, .25);
	border: 1px solid rgba(159, 92, 72, .25);
	border-radius: 20px;
}
.step-item:nth-of-type(1) .step-cont::after, .step-item:nth-of-type(2) .step-cont::after, .step-item:nth-of-type(3) .step-cont::after, .step-item:nth-of-type(4) .step-cont::after {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/step/icn_arrow_down.png);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}
.step-cont-left {
	width: calc(100% - 250px);
}
.step-cont-right {
	width: 200px;
}
.step-cont-right figure {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.step-point-txt {
	padding: 20px;
	background: rgba(255, 255, 255, .5);
	border: 2px solid #9F5C48;
	border-radius: 10px;
}
.step-cont .m-btn a {
	padding: 3px 20px;
}
.step-cont .d-flex .m-btn {
	margin-right: 25px;
}
.step-cont dl {
	max-width: 625px;
	padding: 12px 0;
	border: 1px solid #707070;
}
.step-cont dl dt {
	width: 135px;
	text-align: center;
}
.step-cont dl dd {
	flex: 1;
	padding: 0 15px;
	border-left: 1px solid #707070;
}
.step-cont dl dd p {
	flex: 1;
}
.step-cont dl dd p.step-item-price {
	flex: none;
	width: 100px;
	text-align: right;
}
.step-item-sub {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.step-list-item:nth-of-type(1) .step-item-sub {
	padding-bottom: 45px;
}
.step-item-sub dl {
	position: relative;
	width: 48%;
	max-width: 400px;
}
.step-item-sub dl dd {
	padding: 25px 22px;
	background: rgba(255, 255, 255, .5);
	border: 2px solid rgba(159, 92, 72, .5);
	border-radius: 10px;
}
.step-list-item .step-item-sub dl::before {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/step/icn_arrow_down.png);
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}
.step-list-item:not(.step-list-item-last) {
	padding-bottom: 45px;
}
.step-list-item:not(.step-list-item-last) .step-item-sub dl::after {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/step/icn_arrow_down.png);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
	.step-item {
		padding-left: 36px;
	}
	.step-item .step-cont::after {
		display: none !important;
	}
	.step-num {
		left: -15px;
	}
	.step-cont {
		height: 350px;
		border-bottom: none;
		overflow: hidden;
		padding: 50px 30px 30px;
	}
	.step-cont::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 200px;
		background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/gradiation.png);
		background-size: 100% 100%;
	}
	.step-item.is-open .step-cont {
		height: auto;
		border-bottom: 1px solid rgba(159, 92, 72, .25);
	}
	.step-item.is-open .step-cont::before {
		display: none;
	}
	.step-cont-left {
		width: 100%;
	}
	.step-cont-right {
		width: 100%;
		margin-top: 40px;
	}
	.step-item:first-of-type .step-point-txt {
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 40px;
	}
	.step-cont-txt img {
		float: right;
		width: 45%;
	}
	.step-cont .d-flex .m-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.step-cont dl {
		padding: 15px;
	}
	.step-cont dl dt {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #707070;
	}
	.step-cont dl dd, .step-cont dl dd p, .step-cont dl dd p.step-item-price {
		flex: none;
		width: 100%;
		text-align: center;
		border: none;
	}
	.step-cont dl dd {
		padding: 0;
	}
	.step-list-item {
		padding-left: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* 会社紹介 */
.group-main, .company-table {
	max-width: 1000px;
	margin: 0 auto;
}
.group-cont {
	width: 50%;
}
.group-main figure {
	width: 48%;
}
.group-list {
	max-width: 1335px;
	margin-left: auto;
	margin-right: auto;
}
.group-list li {
	width: 25%;
	padding: 20px 10px;
	border-right: 1px solid #955D57;
}
.group-list li:first-child {
	border-left: 1px solid #955D57;
}
.company-table dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 23px 6%;
	border-bottom: 1px solid #955D57;
}
.company-table dl:first-of-type {
	border-top: 1px solid #955D57;
}
.company-table dl dt {
	position: relative;
	width: 33%;
	padding-left: 30px;
}
.company-table dl dt::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 12px;
	height: 2px;
	background: #955D57;
}
.company-table dl dd {
	flex: 1;
}
@media screen and (max-width: 900px) {
	.group-cont, .group-main figure {
		width: 100%;
	}
	.group-list li {
		position: relative;
		width: 50%;
		border-right: none !important;
		border-left: none !important;
		border-bottom: 1px solid #955D57;
	}
	.group-list li:nth-child(3), .group-list li:nth-child(4) {
		border-bottom: none;
	}
	.group-list li:nth-child(2n+1)::after {
		content: '';
		position: absolute;
		right: 0;
		top: 20px;
		bottom: 20px;
		width: 1px;
		background: #955D57;
	}
	.company-table dl {
		padding: 15px 20px;
	}
	.company-table dl dt {
		width: 100%;
		padding-left: 0;
		font-weight: bold;
	}
	.company-table dl dt::before {
		left: -25px;
		width: 18px;
	}
	.company-table dl dd {
		flex: none;
		width: 100%;
	}
}
/* 店舗案内 */
.shop-access-item:first-of-type {
	border-bottom: 1px solid #955D57;
}
.shop-access-info {
	width: 40%;
}
.shop-access-map {
	width: 57%;
}
.m-btn-map a {
	font-size: 1.6rem;
	padding: 0 15px;
}
@media screen and (max-width: 900px) {
	.l-shop-main figure {
		margin: 0 -5.5%;
	}
	.shop-access-item:first-of-type {
		border-top: 1px solid #955D57;
	}
	.shop-access-info {
		width: 100%;
	}
	.shop-access-map {
		width: 100%;
		margin-top: 40px;
	}
	.m-btn-map a {
		font-size: 2.2rem;
	}
}
/* スタジオ & ロケ */
.l-studio-mv {
	position: relative;
	height: calc(50.35vw + 75px);
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/studio/img_studio_mv.jpg) no-repeat top / 100% auto;
}
.l-studio-mv .container {
	position: relative;
	height: 100%;
}
.l-studio-mv .m-subttl-jp {
	position: absolute;
	left: calc(50% - 265px);
	top: calc(50% - 175px);
	width: 530px;
	background: rgba(54, 43, 35, .75);
	color: #fff;
}
.pre-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.pre-link-item {
	width: 32%;
}
.pre-link-item a {
	position: relative;
	display: block;
}
.pre-link-item a figure {
	position: relative;
	width: 100%;
	height: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.pre-link-item a figure::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: rgba(149, 93, 87, .35);
	transition: all .4s;
}
.pre-link-item a:hover figure::after {
	width: 100%;
}
.pre-link-item a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.pre-link-en {
	position: absolute;
	left: 5px;
	top: 5px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: rgba(255, 255, 255, .25);
	line-height: 1;
	z-index: 2;
}
.pre-link-item:last-of-type .pre-link-en {
	color: rgba(54, 43, 35, .75);
}
.pre-link-ttl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1.3;
	z-index: 2;
}
.pre-link-ttl::after {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/studio/icn_down.png);
	display: block;
	margin: 10px auto;
	line-height: 0;
}
.studio-photo-main {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
.studio-gallery {
	display: grid;
	grid-template-columns: repeat(70, 1fr);
	grid-template-rows: repeat(14, 50px);
}
.studio-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.studio-gallery-item:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 16;
	grid-row-start: 1;
	grid-row-end: 6;
}
.studio-gallery-item:nth-of-type(2) {
	grid-column-start: 16;
	grid-column-end: 30;
	grid-row-start: 1;
	grid-row-end: 6;
}
.studio-gallery-item:nth-of-type(3) {
	grid-column-start: 1;
	grid-column-end: 30;
	grid-row-start: 6;
	grid-row-end: 15;
}
.studio-gallery-item:nth-of-type(4) {
	grid-column-start: 30;
	grid-column-end: 60;
	grid-row-start: 1;
	grid-row-end: 10;
}
.studio-gallery-item:nth-of-type(5) {
	grid-column-start: 60;
	grid-column-end: 71;
	grid-row-start: 1;
	grid-row-end: 10;
}
.studio-gallery-item:nth-of-type(6) {
	grid-column-start: 30;
	grid-column-end: 54;
	grid-row-start: 10;
	grid-row-end: 15;
}
.studio-gallery-item:nth-of-type(7) {
	grid-column-start: 54;
	grid-column-end: 71;
	grid-row-start: 10;
	grid-row-end: 15;
}
.l-location-photo {
	background: rgba(149, 93, 87, .25);
}
.location-spot-list {
	max-width: 1400px;
	margin: 0 auto;
}
.location-spot-list li {
	position: relative;
	width: 25%;
}
.location-spot-list li figure {
	overflow: hidden;
}
.location-spot-list li figure img {
	transition: all .4s;
}
.location-spot-list li a:hover figure img {
	transform: scale(1.2);
}
.location-port-info {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	background: rgba(0, 0, 0, .4);
	z-index: 2;
}
.location-spot-cont {
	position: relative;
	width: calc(34.4% + 50px);
	max-width: 500px;
	padding: 90px 50px 50px;
	color: #fff;
	background: rgba(149, 93, 87, .9);
	z-index: 2;
}
.location-photo-item:nth-of-type(2n+1) .location-spot-cont {
	margin-left: -50px;
}
.location-photo-item:nth-of-type(2n) .location-spot-cont {
	margin-right: -50px;
}
.location-spot-num {
	position: absolute;
	left: 10px;
	top: 20px;
}
.location-gallery {
	width: 65.6%;
	display: grid;
	grid-template-columns: repeat(70, 1fr);
	grid-template-rows: repeat(14, 2.34vw);
}
.location-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.location-gallery1 .location-gallery-item:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 18;
	grid-row-start: 1;
	grid-row-end: 6;
}
.location-gallery1 .location-gallery-item:nth-of-type(2) {
	grid-column-start: 18;
	grid-column-end: 42;
	grid-row-start: 1;
	grid-row-end: 6;
}
.location-gallery1 .location-gallery-item:nth-of-type(3) {
	grid-column-start: 1;
	grid-column-end: 12;
	grid-row-start: 6;
	grid-row-end: 15;
}
.location-gallery1 .location-gallery-item:nth-of-type(4) {
	grid-column-start: 12;
	grid-column-end: 42;
	grid-row-start: 6;
	grid-row-end: 15;
}
.location-gallery1 .location-gallery-item:nth-of-type(5) {
	grid-column-start: 42;
	grid-column-end: 71;
	grid-row-start: 1;
	grid-row-end: 10;
}
.location-gallery1 .location-gallery-item:nth-of-type(6) {
	grid-column-start: 42;
	grid-column-end: 56;
	grid-row-start: 10;
	grid-row-end: 15;
}
.location-gallery1 .location-gallery-item:nth-of-type(7) {
	grid-column-start: 56;
	grid-column-end: 71;
	grid-row-start: 10;
	grid-row-end: 15;
}
.location-gallery2 .location-gallery-item:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 16;
	grid-row-start: 1;
	grid-row-end: 6;
}
.location-gallery2 .location-gallery-item:nth-of-type(2) {
	grid-column-start: 16;
	grid-column-end: 30;
	grid-row-start: 1;
	grid-row-end: 6;
}
.location-gallery2 .location-gallery-item:nth-of-type(3) {
	grid-column-start: 1;
	grid-column-end: 30;
	grid-row-start: 6;
	grid-row-end: 15;
}
.location-gallery2 .location-gallery-item:nth-of-type(4) {
	grid-column-start: 30;
	grid-column-end: 60;
	grid-row-start: 1;
	grid-row-end: 10;
}
.location-gallery2 .location-gallery-item:nth-of-type(5) {
	grid-column-start: 60;
	grid-column-end: 71;
	grid-row-start: 1;
	grid-row-end: 10;
}
.location-gallery2 .location-gallery-item:nth-of-type(6) {
	grid-column-start: 30;
	grid-column-end: 54;
	grid-row-start: 10;
	grid-row-end: 15;
}
.location-gallery2 .location-gallery-item:nth-of-type(7) {
	grid-column-start: 54;
	grid-column-end: 71;
	grid-row-start: 10;
	grid-row-end: 15;
}
.album-lineup {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.album-lineup-item {
	position: relative;
	width: 30.33%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	padding: 25px 20px;
	background: #F0E9E4;
	border-radius: 10px;
}
.album-lineup-img figure {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.album-lineup-img figure:hover {
	opacity: .7;
}
.album-lineup-img figure::after {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/studio/icn_zoom.png);
	position: absolute;
	right: -10px;
	bottom: 0;
	line-height: 0;
}
.album-modal-img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding: 5vw 5vh;
	background: rgba(54, 43, 35, .9);
	z-index: 50;
	transition: all 0.4s;
	pointer-events: none;
	opacity: 0;
}
.album-modal-img.is-open {
	opacity: 1;
	pointer-events: auto;
}
.album-modal-img figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.album-modal-img figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.album-price {
	display: flex;
	align-items: center;
	padding: 3px 0;
	line-height: 1.3;
	border-bottom: 1px solid rgba(149, 93, 87, .5);
}
.album-price dt {
	flex: 1;
}
.album-info-txt {
	padding: 4px 0;
	border-bottom: 1px solid rgba(149, 93, 87, .5);
}
.album-best {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	border-top-left-radius: 10px;
	overflow: hidden;
}
.album-best::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #955d57 transparent transparent transparent;
}
.album-best::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 55px 0 0;
	border-color: #f0e9e4 transparent transparent transparent;
}
.album-best p {
	position: absolute;
	left: -11px;
	top: 22px;
	width: 100px;
	font-size: 2rem;
	text-align: center;
	z-index: 3;
	transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
	.l-studio-mv {
		height: auto;
	}
	.l-studio-mv .m-subttl-jp {
		position: relative;
		left: 0;
		top: 0;
		width: 90%;
		max-width: 530px;
		margin: 24vw auto 0;
	}
	.pre-link {
		position: relative;
	}
	.pre-link-item {
		width: 48%;
		margin-top: 20px;
	}
	.pre-link-item:last-of-type {
		width: 100%;
	}
	.pre-link-item:last-of-type a figure {
		height: 200px;
	}
	.l-studio-photo {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.studio-photo-main::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
	}
	.studio-gallery {
		display: grid;
		grid-template-columns: repeat(29, 1fr);
		grid-template-rows: repeat(72, 2.87vw);
	}
	.studio-gallery-item:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 16;
		grid-row-start: 1;
		grid-row-end: 16;
	}
	.studio-gallery-item:nth-of-type(2) {
		grid-column-start: 16;
		grid-column-end: 30;
		grid-row-start: 1;
		grid-row-end: 16;
	}
	.studio-gallery-item:nth-of-type(3) {
		grid-column-start: 1;
		grid-column-end: 30;
		grid-row-start: 16;
		grid-row-end: 43;
	}
	.studio-gallery-item:nth-of-type(4) {
		grid-column-start: 1;
		grid-column-end: 22;
		grid-row-start: 43;
		grid-row-end: 62;
	}
	.studio-gallery-item:nth-of-type(5) {
		grid-column-start: 22;
		grid-column-end: 30;
		grid-row-start: 43;
		grid-row-end: 62;
	}
	.studio-gallery-item:nth-of-type(6) {
		grid-column-start: 1;
		grid-column-end: 18;
		grid-row-start: 62;
		grid-row-end: 73;
	}
	.studio-gallery-item:nth-of-type(7) {
		grid-column-start: 18;
		grid-column-end: 30;
		grid-row-start: 62;
		grid-row-end: 73;
	}
	.studio-photo-txt {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		color: #fff;
		transform: translateY(-50%);
		z-index: 2;
	}
	.studio-photo-txt p:first-of-type {
		margin-top: 0;
	}
	.location-spot-list li {
		width: 50%;
	}
	.location-spot-cont {
		width: 94%;
		max-width: 500px;
		margin: 0 auto !important;
	}
	.location-spot-cont::after {
		content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/studio/icn_down.png);
		position: absolute;
		left: calc(50% - 25px);
		bottom: 15px;
		line-height: 0;
	}
	.location-spot-cont.is-open {
		margin-bottom: -30px !important;
	}
	.location-spot-cont.is-open::after {
		transform: rotateX(180deg);
	}
	.location-spot-num {
		max-width: 50%;
	}
	.location-gallery {
		display: none;
		width: 100%;
	}
	.location-gallery.is-open {
		display: grid;
		grid-template-columns: repeat(29, 1fr);
		grid-template-rows: repeat(72, 2.87vw);
	}
	.location-gallery1 .location-gallery-item:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 13;
		grid-row-start: 43;
		grid-row-end: 54;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(2) {
		grid-column-start: 13;
		grid-column-end: 30;
		grid-row-start: 43;
		grid-row-end: 54;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(3) {
		grid-column-start: 1;
		grid-column-end: 9;
		grid-row-start: 54;
		grid-row-end: 73;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(4) {
		grid-column-start: 9;
		grid-column-end: 30;
		grid-row-start: 54;
		grid-row-end: 73;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(5) {
		grid-column-start: 1;
		grid-column-end: 30;
		grid-row-start: 1;
		grid-row-end: 28;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(6) {
		grid-column-start: 1;
		grid-column-end: 15;
		grid-row-start: 28;
		grid-row-end: 43;
	}
	.location-gallery1 .location-gallery-item:nth-of-type(7) {
		grid-column-start: 15;
		grid-column-end: 30;
		grid-row-start: 28;
		grid-row-end: 43;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 16;
		grid-row-start: 31;
		grid-row-end: 46;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(2) {
		grid-column-start: 16;
		grid-column-end: 30;
		grid-row-start: 31;
		grid-row-end: 46;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(3) {
		grid-column-start: 1;
		grid-column-end: 30;
		grid-row-start: 46;
		grid-row-end: 73;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(4) {
		grid-column-start: 1;
		grid-column-end: 22;
		grid-row-start: 1;
		grid-row-end: 20;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(5) {
		grid-column-start: 22;
		grid-column-end: 30;
		grid-row-start: 1;
		grid-row-end: 20;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(6) {
		grid-column-start: 1;
		grid-column-end: 18;
		grid-row-start: 20;
		grid-row-end: 31;
	}
	.location-gallery2 .location-gallery-item:nth-of-type(7) {
		grid-column-start: 18;
		grid-column-end: 30;
		grid-row-start: 20;
		grid-row-end: 31;
	}
	.album-lineup-item {
		width: 97%;
	}
	.album-lineup-item {
		margin-top: 55px;
		padding-bottom: 55px;
	}
	.album-info {
		display: none;
	}
	.album-lineup-item .more-btn {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translateY(50%);
	}
	.album-lineup-item.is-open .album-info {
		display: block;
	}
	.album-modal-img {
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	.pre-link-item a figure {
		height: 50vw;
	}
	.pre-link-item:last-of-type a figure {
		height: 35vw;
	}
	.album-modal-img {
		padding: 0;
	}
	.album-best p {
		top: 26px;
		font-size: 1.6rem;
	}
}
/* 振袖プラン */
.furisode-plan {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.furisode-plan li {
	position: relative;
	padding: 35px 0 35px 50px;
	border-bottom: 1px solid #999;
}
.furisode-plan li:first-child {
	border-top: 1px solid #999;
}
.furisode-plan-num {
	position: absolute;
	left: 0;
	top: 30px;
	color: rgba(149, 93, 87, .5);
	writing-mode: vertical-rl;
	text-orientation: mixed;
	line-height: 1;
}
.furisode-plan-img {
	position: relative;
	width: 48.5%;
	padding-bottom: 30px;
}
.furisode-plan-img figure {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.furisode-plan-img figure::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: rgba(149, 93, 87, .35);
	transition: all .4s;
	mix-blend-mode: multiply;
}
.furisode-plan li a:hover .furisode-plan-img figure::after {
	width: 0;
}
.furisode-plan-img p {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 6rem;
	line-height: 1;
}
.furisode-plan-cont {
	position: relative;
	width: 50%;
	padding-left: 20px;
	border-left: 1px solid #362B23;
}
.furisode-plan-cont::before {
	content: '';
	position: absolute;
	left: 0;
	right: 182px;
	bottom: 0;
	height: 1px;
	background: #362B23;
}
.furisode-plan-cont h3 {
	margin-bottom: 10px;
	line-height: 1;
}
.furisode-plan-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	transform: translateY(50%);
}
.furisode-plan-btn::before {
	content: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/icn_arrow_circle.png);
	position: absolute;
	left: -70px;
	top: calc(50% + .5px);
	line-height: 1;
	transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
	.furisode-plan li {
		padding: 30px 0 60px 35px;
	}
	.furisode-plan-num {
		left: -10px;
	}
	.furisode-plan-img {
		width: 100%;
		padding-left: 20px;
		padding-bottom: 0;
		border-left: 1px solid #362B23;
	}
	.furisode-plan-cont {
		width: 100%;
		padding-top: 40px;
	}
	.furisode-plan-img figure {
		max-width: 460px;
	}
	.furisode-plan-img p {
		font-size: 4rem;
	}
	.furisode-plan-cont::before {
		width: 80px;
	}
	.furisode-plan-btn {
		right: auto;
		left: calc(8% + 100px);
	}
	.furisode-plan-btn::before {
		top: calc(50% + 2px);
	}
}

/* sub/css/plan.css */

.l-plan-sub-mv {
    position: relative;
}

.l-plan-sub-mv::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    max-width: calc(50% + 700px);
    height: 1px;
    background: rgba(149, 93, 87, .5);
}

.l-plan-sub-mv .breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.plan-sub-mv-img {
    position: relative;
    width: 47%;
    margin-right: 3%;
}

.plan-sub-mv-img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, #E4D5CC, transparent);
}

.plan-sub-mv-cont {
    width: 700px;
}

.plan-sub-mv-ttl h2 {
    line-height: 1.4;
}

.plan-sub-mv-ttl h2 span {
    font-size: 142%;
}

.plan-sub-mv-en {
    position: absolute;
    right: calc(50% - 700px);
    bottom: -1px;
    padding-left: 50px;
    line-height: 1;
    color: rgba(149, 93, 87, .5);
    background: #E4D5CC;
}

.plan-sub-mv-cont .mama-before {
    width: 32%;
}

.plan-sub-mv-cont .mama-after {
    width: 61%;
}

.plan-sub-mv-cont .mama-after-item {
    width: 45%;
}

.plan-point-list {
    margin-left: -10px;
    margin-right: -10px;
}

.plan-point-list li {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point.png) no-repeat center / contain;
}

.plan-point-list li a {
    display: block;
    padding: 20px 0;
    text-align: center;
}

.plan-point-num {
    width: 67%;
    max-width: 290px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.65;
    background-size: 100% 100%;
}

.l-plan-rental .plan-point-num {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point_rental_num.png);
}

.l-plan-purchase .plan-point-num {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point_purchase_num.png);
}

.l-plan-mama .plan-point-num {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point_mama_num.png);
}

.l-plan-photo .plan-point-num {
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point_photo_num.png);
}

.l-plan-hakama .plan-point-num {
    max-width: 420px;
    line-height: 1.92;
    background-image: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_point_hakama_num.png);
}

.plan-point-list li figure {
    margin: 10px 0;
}

.plan-point-list li .plan-point-num {
    max-width: 240px;
}

.plan-point-txt {
    line-height: 1.3;
}

.plan-point-txt::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 10px auto;
    border-style: solid;
    border-width: 16px 10px 0 10px;
    border-color: #955d57 transparent transparent transparent;
}

.plan-point-item>h3 span.f-lg {
    font-size: 150%;
}

.point-price-line {
    margin-left: -20px;
    margin-right: -20px;
}

.point-price-line li {
    width: calc(33.33% - 40px);
    max-width: 420px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    background: #F0E9E4;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
}

.l-plan-rental .point-price-line li {
    border: 1px solid #80495C;
}

.l-plan-purchase .point-price-line li {
    width: calc(50% - 40px);
    max-width: 600px;
    padding: 20px 0;
    border: 1px solid #584536;
}

.l-plan-purchase .point-price-line li dl {
    display: flex;
    align-items: center;
}

.l-plan-rental .point-price-line li dl dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 4px solid;
}

.l-plan-rental .point-price-line li dl dt {
    border-color: #80495C;
}

.l-plan-purchase .point-price-line li dl dt {
    width: 48%;
    padding: 0 20px;
}

.l-plan-purchase .point-price-line li dl dd {
    width: 52%;
    border-left: 4px solid #584536;
}

.point-full-set {
    max-width: 1050px;
    margin: 0 auto;
}

.point-full-set li {
    width: 20%;
}

.point-benefit {
    margin-left: -12px;
    margin-right: -12px;
}

.point-benefit li {
    position: relative;
    width: calc(20% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    padding: 30px 10px 20px;
    background: #F0E9E4;
    border-radius: 10px;
}

.point-benefit-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.point-benefit-num::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
}

.l-plan-rental .point-benefit-num::before {
    border-color: #80495C transparent transparent transparent;
}

.l-plan-purchase .point-benefit-num::before {
    border-color: #584536 transparent transparent transparent;
}

.l-plan-mama .point-benefit-num::before {
    border-color: #9F5C48 transparent transparent transparent;
}

.l-plan-hakama .point-benefit-num::before {
    border-color: #836C8E transparent transparent transparent;
}

.point-benefit-num::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 55px 0 0;
    border-color: #f0e9e4 transparent transparent transparent;
}

.point-benefit-num p {
    position: absolute;
    left: -11px;
    top: 22px;
    width: 100px;
    font-size: 2rem;
    text-align: center;
    z-index: 3;
    transform: rotate(-45deg);
}

.album-btn a {
    position: relative;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
}

.album-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    bottom: 5px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_album_btn_l.png) no-repeat left 10px top / contain, url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_album_btn_r.png) no-repeat right 10px top /contain;
}

.album-btn a:hover {
    opacity: .7;
}

.mama-coordination li {
    width: 20%;
    max-width: 230px;
    padding: 0 5px;
}

.mama-coordination li p {
    position: relative;
    margin-top: -10px;
    padding: 7px 15px 22px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_coordination_ttl.png) no-repeat center / 100% 100%;
}

.mama-rental-set-ttl {
    position: relative;
}

.mama-rental-set-ttl::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background: #707070;
    z-index: -1;
}

.mama-rental-set-ttl h4 {
    display: inline-block;
    padding: 0 15px;
    background: #e4d5cc;
}

.mama-rental-set ul li {
    position: relative;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    background: #F0E9E4;
    border: 1px solid #80495C;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
}

.mama-rental-set ul li dl {
    padding-bottom: 20px;
    border-bottom: 4px solid #80495C;
}

.mama-rental-set-num {
    width: 120px;
    margin-right: 20px;
    text-align: center;
    background: #9F5C48;
    color: #fff;
}

.mama-rental-set ul li dl dd figure {
    margin-right: 20px;
}

.mama-rental-set-list .item {
    position: relative;
    margin: 30px 15px 0;
}

.mama-rental-set-list .item * {
    position: relative;
}

.mama-rental-set ul li:nth-child(2) .mama-rental-set-list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(5)::before,
.mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(6)::before {
    content: '';
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: 0;
    background: rgba(149, 93, 87, .25);
}

.mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(5)::before {
    border-radius: 10px 0 0 10px;
}

.mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(6)::before {
    border-radius: 0 10px 10px 0;
}

.mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(5)::after {
    content: 'OR';
    position: absolute;
    right: -15px;
    top: 80px;
    font-size: 1.6rem;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    transform: translate(50%, -50%);
}

.mama-rental-set3>.mama-rental-set-list {
    width: 65%;
}

.mama-rental-set3 .flex-1 {
    flex: 1;
}

.mama-rental-set3 .flex-1>p {
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_line.png) no-repeat center bottom / auto;
}

.mama-rental-set3 .flex-1 .mama-rental-set-list {
    background: rgba(149, 93, 87, .5);
}

.mama-service {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.mama-service-ttl {
    width: 280px;
    padding: 10px;
    border: 1px solid #707070;
}

.mama-service ul {
    flex: 1;
}

.mama-service ul li {
    width: 33.33%;
    padding-left: 3.5%;
}

.mama-service ul li figure {
    width: 48%;
}

.mama-service ul li p {
    flex: 1;
    padding: 0 6%;
    border-right: 1px solid #707070;
}

.mama-service ul li:last-child p {
    border-right: none;
}

.mama-note {
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.mama-note dt {
    width: 200px;
}

.mama-note dd {
    flex: 1;
    padding: 0 5%;
    border-left: 1px solid #707070;
}

.point-diagnosis li {
    width: 33.33%;
    max-width: 360px;
    padding: 0 5px;
}

.photo-recommend-list {
    max-width: 1260px;
    margin: 0 auto;
}

.photo-recommend-list li {
    position: relative;
    width: 23%;
}

.photo-recommend-list li p {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1.35;
    transform: translateY(-50%);
}

.l-photo-reason .m-subttl-jp h2 span {
    font-size: 150%;
}

.l-photo-reason .container {
    max-width: 1540px;
}

.photo-reason-list li {
    position: relative;
    width: 24%;
    padding: 230px 20px 0 0;
}

.photo-reason-list li:nth-child(2n) {
    margin-top: 60px;
}

.photo-reason-list li figure {
    position: absolute;
    left: 20px;
    right: 0;
    top: 0;
    z-index: -1;
}

.photo-reason-cont {
    padding: 35px 22px;
    color: #fff;
    background: rgba(149, 93, 87, .75);
}

.l-plan-photo .plan-point-txt::after {
    display: none;
}

.l-plan-price {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, .05);
}

.plan-price-item {
    display: flex;
    align-items: center;
    height: 120px;
    padding: 25px;
    background: #F0E9E4;
    border-radius: 10px;
    border: 1px solid #666;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
}

.plan-price-item img {
    vertical-align: -5px;
}

.voice-list-item {
    position: relative;
    width: 48%;
    padding-left: 35px;
}

.voice-item-num {
    position: absolute;
    left: 0;
    top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1;
}

.voice-item-cont {
    height: 100%;
    padding: 25px 30px;
    border-radius: 10px;
}

.voice-list-item:first-child .voice-item-cont {
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_voice01.png) no-repeat left center / cover;
}

.voice-list-item:nth-child(2) .voice-item-cont {
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_voice02.png) no-repeat right center / cover;
}

.voice-list-item:nth-child(3) .voice-item-cont {
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_voice03.png) no-repeat center / cover;
}

.voice-list-item:nth-child(4) .voice-item-cont {
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_voice04.png) no-repeat right center / cover;
}

.voice-item-head {
    border-bottom: 1px solid #955D57;
}

.l-plan-hakama .plan-point-list li {
    max-width: 350px;
}

.l-plan-hakama .plan-item-num {
    line-height: 2;
    color: #836C8E;
    text-decoration: underline;
}

.l-plan-hakama .plan-point-txt::after {
    margin: 30px auto 10px;
}

.l-plan-hakama .l-plan-rental .point-price-line li,
.l-plan-hakama .l-plan-purchase .point-price-line li {
    border: 1px solid #80495C;
}

.l-plan-hakama .l-plan-rental .point-price-line li dl dt,
.l-plan-hakama .l-plan-purchase .point-price-line li dl dd {
    border-color: #836C8E;
}

.set-plan-benefit-item {
    position: relative;
    padding: 15px 30px 25px;
    background: #F0E9E4;
    border-radius: 10px;
}

.plan-item01 .set-plan-benefit-item {
    width: 33.5%;
}

.plan-item01 .set-plan-benefit-item:first-of-type {
    width: 63.5%;
}

.set-plan-benefit-item dl dt {
    min-height: 95px;
    border-bottom: 4px solid #836C8E;
}

.plan-item02 .set-plan-benefit-item dl dt {
    min-height: 135px;
}

.plan-item02 .set-plan-benefit-item {
    width: 36.5%;
}

.plan-item02 .set-plan-benefit-item:last-of-type {
    width: 22.5%;
}

.hakama-plan-price {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 4.5%;
    border-radius: 10px;
    background: rgba(131, 108, 142, .1);
}

.hakama-plan-price-item:first-of-type {
    padding-bottom: 25px;
    border-bottom: 1px solid #707070;
}

.hakama-plan-price .w_50,
.hakama-note .w_50,
.hakama-photo-price-list .item {
    width: 47.5%;
}

.hakama-plan-price dl {
    padding: 4px 0;
    border-bottom: 2px solid #836C8E;
}

.plan-item03 .container {
    border-bottom: 1px solid #707070;
}

.hakama-note {
    max-width: 1000px;
    margin: 0 auto;
}

.hakama-note-ttl {
    line-height: 2.08;
    border-top: 1px solid #836C8E;
    border-bottom: 1px solid #836C8E;
}

.hakama-photo-price {
    width: 64%;
    padding: 25px 30px;
    background: #F0E9E4;
    border-radius: 10px;
    border: 1px solid #584536;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .16);
}

.l-plan-hakama .plan-item03 .album-lineup-item {
    width: 31.5%;
    padding: 10px;
}

.l-plan-hakama .plan-item03 .album-lineup-item .album-lineup-img figure {
    max-width: 300px;
    margin: 0 auto;
}

.hakama-photo-price dl dt {
    flex: 1;
}

.hakama-photo-price-tag {
    margin-right: 6%;
    width: 100px;
    height: 100px;
    color: #836C8E;
    background: #fff;
    border: 2px solid #836C8E;
    border-radius: 50%;
}

.hakama-photo-price dl {
    border-bottom: 4px solid #836C8E;
}

.hakama-photo-price dl dd img {
    margin-right: 10px;
}

@media screen and (max-width: 1400px) {
    .plan-sub-mv-cont {
        width: 50%;
    }
    .plan-sub-mv-en {
        right: 0;
    }
}
@media (min-width: 901px) and (max-width: 1400px){
  .plan-rr .plan-sub-mv-ttl h2 {
    font-size: 3vw;
  }
  .plan-rr .plan-sub-mv-ttl h2 span {
    font-size: 4.286vw;
  }
  .plan-rr .plan-sub-mv-ttl p {
    font-size: 1.143vw;
  }
  .plan-rr .plan-sub-mv-cont .container p {
    font-size: 1.286vw;
  }
  .plan-rr .plan-sub-mv-cont .container p.fs26 {
    font-size: 1.857vw;
    margin-bottom: 3.571vw;
    margin-top: 3.571vw;
  }
  .plan-rr .plan-sub-mv-cont .container .plan-sub-mv-en {
    font-size: 2.857vw;
  }
}
@media screen and (max-width: 900px) {
    .l-plan-sub-mv::before,
    .plan-sub-mv-img::before {
        display: none;
    }
    .l-plan-sub-mv .breadcrumb {
        position: relative;
    }
    .plan-sub-mv-cont {
        width: 100%;
        margin-top: 80px;
    }
    .plan-sub-mv-ttl h2 span {
        font-size: 100%;
    }
    .plan-sub-mv-img {
        position: relative;
        width: 100%;
        margin-right: 0;
    }
    .plan-sub-mv-img p {
        position: absolute;
        right: 10px;
        top: 10px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 6rem;
        line-height: 1;
        color: rgba(149, 93, 87, .5);
    }
    .plan-sub-mv-cont .mama-before {
        width: 50%;
    }
    .plan-sub-mv-cont .mama-after {
        width: 46%;
    }
    .plan-sub-mv-cont .mama-after-item {
        width: 100%;
    }
    .plan-sub-mv-cont .mama-after-item+.mama-after-item {
        margin-top: 15px;
    }
    .plan-point-num {
        width: 100% !important;
        max-width: 280px;
    }
    .plan-point-list li {
        width: 50%;
        background-size: 95% auto;
    }
    .l-plan-photo .plan-point-list li {
        background-size: 85% auto;
    }
    .plan-point-list li .plan-point-num {
        max-width: 200px;
    }
    .plan-point-list li figure img {
        width: 37%;
    }
    .point-price-line {
        margin-left: 0;
        margin-right: 0;
    }
    .point-price-line li {
        width: 100%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .l-plan-purchase .point-price-line li {
        width: 100%;
        max-width: none;
    }
    .l-plan-purchase .point-price-line li dl dt {
        padding: 0 10px;
    }
    .point-full-set li {
        width: 33.33%;
        padding: 0 5px;
    }
    .point-benefit {
        margin-left: -16px;
        margin-right: -16px;
    }
    .point-benefit li {
        width: calc(50% - 32px);
        margin-left: 16px;
        margin-right: 16px;
    }
    .album-btn a::before {
        bottom: 58%;
        top: -60px;
        background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_album_btn_l.png) no-repeat left 70px top / contain, url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/plan/bg_album_btn_r.png) no-repeat right 70px top /contain;
    }
    .mama-coordination {
        justify-content: center;
        margin: 0 -27px;
    }
    .mama-coordination li {
        width: 33.33%;
        padding: 0 15px;
    }
    .mama-coordination li p {
        padding: 3px 15px 9px;
    }
    .mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(5)::before,
    .mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(6)::before {
        left: 0;
        right: 0;
        top: -15px;
        bottom: -15px;
    }
    .mama-rental-set ul li:nth-child(2) .mama-rental-set-list .item:nth-child(5)::after {
        right: 0;
    }
    .mama-rental-set ul li {
        padding: 25px 30px 0;
    }
    .mama-rental-set ul li dl {
        padding-bottom: 0;
        border-bottom: none;
    }
    .mama-rental-set ul li dl dt {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 4px solid #80495C;
    }
    .mama-rental-set ul li dl dd {
        width: 100%;
    }
    .mama-rental-set-list .item {
        width: 50%;
        margin: 30px 0 0;
        padding: 0 4%;
    }
    .mama-rental-set .more-btn {
        transform: translateY(50%);
    }
    .mama-rental-set .sp-cont.is-open {
        display: block;
    }
    .mama-rental-set3>.mama-rental-set-list {
        width: 100%;
    }
    .mama-rental-set3 .flex-1 {
        flex: none;
        width: 100%;
    }
    .mama-service-ttl {
        width: 100%;
    }
    .mama-service ul {
        flex: none;
        width: 100%;
        margin-top: 20px;
    }
    .mama-service ul li {
        padding: 0 10px;
        text-align: center;
        border-right: 1px solid #707070;
    }
    .mama-service ul li:last-child {
        border-right: none;
    }
    .mama-service ul li figure {
        width: 100%;
    }
    .mama-service ul li p {
        width: 100%;
        margin-top: 10px;
        padding: 0;
        border-right: none;
    }
    .mama-note {
        padding: 0;
    }
    .mama-note dt {
        width: 100%;
        padding: 5px 0;
    }
    .mama-note dd {
        padding: 20px 0;
        border-left: none;
        border-top: 1px solid #707070;
    }
    .photo-recommend-list li {
        width: 49%;
    }
    .l-photo-reason .container {
        width: 100%;
        max-width: 640px;
    }
    .l-photo-reason .m-subttl-jp h2 {
        line-height: 1.1;
    }
    .photo-reason-list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .photo-reason-list li:nth-child(2n) {
        margin-top: 0;
    }
    .photo-reason-list li figure {
        position: relative;
        width: 55%;
        height: 400px;
        left: 0;
        overflow: hidden;
    }
    .photo-reason-list li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
    .photo-reason-list li:nth-child(2n+1) figure {
        margin-left: auto;
    }
    .photo-reason-cont {
        position: absolute;
        width: 68.75%;
        left: 0;
        bottom: 0;
        padding: 20px;
    }
    .photo-reason-list li:nth-child(2n) .photo-reason-cont {
        left: auto;
        right: 0;
    }
    .l-plan-price .d-flex>p {
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }
    .voice-list-item {
        width: 100%;
        padding-left: 10%;
    }
    .voice-item-cont {
        padding: 25px 15px;
    }
    .l-plan-hakama .plan-point-txt::after {
        margin: 10px auto;
    }
    .set-plan-benefit-item {
        width: 100% !important;
    }
    .set-plan-benefit-item dl dt {
        min-height: 0 !important;
        padding-bottom: 10px;
    }
    .set-plan-benefit-item dl dd ul li {
        width: 50%;
    }
    .hakama-plan-price .w_50,
    .hakama-note .w_50,
    .hakama-photo-price,
    .hakama-photo-price-list .item,
    .hakama-photo-price dl dd {
        width: 100%;
    }
    .l-plan-hakama .plan-item03 .album-lineup-item {
        width: 100%;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .hakama-photo-price dl dt {
        flex: none;
        width: 100%;
    }
    .page-template-hakama .plan-point-list li a {
      padding: 60px 0;
    }
}

@media screen and (max-width: 640px) {
    /* .plan-sub-mv-img p {
        font-size: 9.35vw;
    }
    .plan-point-list li figure {
        margin: 0;
    }
    .plan-point-txt::after {
        margin: 5px auto;
        border-width: 10px 5px 0 5px;
    }
    .point-benefit-num::before {
        border-width: 60px 60px 0 0;
    }
    .point-benefit-num::after {
        border-width: 30px 30px 0 0;
    }
    .point-benefit-num p {
        top: 10px;
        left: -3px;
        width: 50px;
        font-size: 1.4rem;
    }
    .mama-coordination li p {
        padding: 0.8vw 5px 2.5vw;
    }
    .plan-price-item {
        height: 20vw;
        padding: 20px;
    }
    .plan-price-item img {
        width: 15vw;
    }
    .hakama-photo-price-tag {
        width: 17vw;
        height: 17vw;
    } */
}


/* sub/css/gallery.css */


.l-taxonomy .m-ttl-sub.gallery-tag h1 {
    width: auto;
    text-align: center;
}

.post-cat-list__card {
    align-items: stretch;
}
.post-cat-list__card li {
    width: 25%;
    margin-bottom: 20px;
    align-items: stretch;
    box-sizing: border-box;
}
.post-cat-list__card li .inner {
    display: block;
    height: 100%;
    padding: 20px 20px;
    border: 1px solid #955D57;
    background-color: rgba(255, 255, 255, .75);
}
.post-cat-list__card li b {
    color: #955D57;
}
.post-cat-list__card li p {
    font-size: 80%;
    text-align: center;
}

.post-cat-list__card li.post-cat-classic .inner {
    border-color: #6E3C36;
}
.post-cat-list__card li.post-cat-retro-classic .inner {
    border-color: #3F3A55;
}
.post-cat-list__card li.post-cat-cool .inner {
    border-color: #465481;
}
.post-cat-list__card li.post-cat-cute .inner {
    border-color: #804A63;
}
.post-cat-list__card li.post-cat-vintage .inner {
    border-color: #7C704A;
}

.post-cat-list__card li.post-cat-classic b {
    color: #6E3C36;
}
.post-cat-list__card li.post-cat-retro-classic b {
    color: #3F3A55;
}
.post-cat-list__card li.post-cat-cool b {
    color: #465481;
}
.post-cat-list__card li.post-cat-cute b {
    color: #804A63;
}
.post-cat-list__card li.post-cat-vintage b {
    color: #7C704A;
}



.post-cat-list li {
    margin: 10px;
}

.post-cat-list li a {
    display: block;
    padding: 3px 20px;
    color: #955D57;
    border: 1px solid #955D57;
}

.post-cat-list li.post-cat-classic a {
    color: #6E3C36;
    border-color: #6E3C36;
}

.post-cat-list li.post-cat-retro-classic a {
    color: #3F3A55;
    border-color: #3F3A55;
}

.post-cat-list li.post-cat-cool a {
    color: #465481;
    border-color: #465481;
}

.post-cat-list li.post-cat-cute a {
    color: #804A63;
    border-color: #804A63;
}

.post-cat-list li.post-cat-vintage a {
    color: #7C704A;
    border-color: #7C704A;
}

.post-cat-list li a:hover,
.post-cat-list li.is-current a {
    color: #fff !important;
    background: #955D57;
}

.post-cat-list li.post-cat-classic a:hover,
.post-cat-list li.post-cat-classic.is-current a {
    background: #6E3C36;
}

.post-cat-list li.post-cat-retro-classic a:hover,
.post-cat-list li.post-cat-retro-classic.is-current a {
    background: #3F3A55;
}

.post-cat-list li.post-cat-cool a:hover,
.post-cat-list li.post-cat-cool.is-current a {
    background: #465481;
}

.post-cat-list li.post-cat-cute a:hover,
.post-cat-list li.post-cat-cute.is-current a {
    background: #804A63;
}

.post-cat-list li.post-cat-vintage a:hover,
.post-cat-list li.post-cat-vintage.is-current a {
    background: #7C704A;
}

.gallery-list {
    margin: 0 -1.5%;
}

.gallery-list-item {
    position: relative;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-right: 10px;
    cursor: pointer;
}
.gallery-list-item_anchor {
    position: relative;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-right: 10px;
}
.gallery-list-item .m-img-hover ,
.gallery-list-item_anchor .m-img-hover {
    overflow: hidden;
    background: #F0E9E4;
}
.gallery-list-item .m-img-hover img ,
.gallery-list-item_anchor .m-img-hover img {
    transition: all .4s;
}
.gallery-list-item:hover .m-img-hover img ,
.gallery-list-item_anchor:hover .m-img-hover img {
    transform: scale(1.2);
}

.gallery-list .cat-gallery {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 2px 10px;
    color: #fff;
}
.gallery-list .cat-gallery-classic {
    background: #6E3C36;
}
.gallery-list .cat-gallery-retro-classic {
    background: #3F3A55;
}
.gallery-list .cat-gallery-cool {
    background: #465481;
}
.gallery-list .cat-gallery-cute {
    background: #804A63;
}
.gallery-list .cat-gallery-vintage {
    background: #7C704A;
}
.gallery-list .cat-gallery-feminine {
    background: #926392;
}
.gallery-list .cat-gallery-gal {
    background: #416378;
}
.gallery-list .cat-gallery-gothic {
    background: #696969;
}


/* モーダル　フォトギャラリー スライド */

.gallery-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    padding: 0 10px;
    background: rgba(74,64,57,0.9);
    z-index: 999;
}

.gallery-modal.is-open {
    display: block;
}

.gallery-modal-slider,
.gallery-modal-slider * {
    height: 100% !important;
}

.gallery-modal-slider .slick-slide img {
    margin: 0 auto;
    object-fit: contain;
    background:#fff;
}

.gallery-modal .slick-next,
.gallery-modal .slick-prev {
    position: absolute;
    top: calc(50% - 22px);
    width: 23px;
    height: 44px !important;
    font-size: 0;
    border: none;
    background: none;
    z-index: 1000;
    cursor: pointer;
}

.gallery-modal .slick-prev {
    left: 25vw;
}

.gallery-modal .slick-next {
    right: 25vw;
}

.gallery-modal .slick-next::before,
.gallery-modal .slick-prev::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/icn_arrow.png);
}

.gallery-modal .slick-next::before {
    right: 0;
}

.gallery-modal .slick-prev::before {
    left: 0;
    transform: rotateY(180deg);
}

@media screen and (max-width: 900px) {
    .gallery-list-item ,
    .gallery-list-item_anchor {
        width: 47%;
        padding-right: 0;
    }
    .gallery-list-item .cat-gallery {
        right: 8px;
    }
    .post-cat-list li {
        margin: 5px 1%;
    }
}

@media screen and (max-width: 640px) {
    .post-cat-list__card li {
        width: 50%;
    }
    .post-cat-list__card li .inner {
        padding: 10px 10px;
    }
    .gallery-modal-slider,
    .gallery-modal-slider *{
        height:auto!important;
        top: 10%;
        bottom: 10%;
    }
    .gallery-modal .slick-prev {
        left: 0;
    }
    .gallery-modal .slick-next {
        right: 0;
    }
}



/* ギャラリー シングル
------------------------------------------------------------- */

/* ギャラリー サムネスライド */
.gallery-slide {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px;
}
.gallery-slide .gallery-main {
    margin-bottom: 15px;
}
.gallery-slide .gallery-thumbnail {
    margin: 0 -10px;
}
.gallery-slide .gallery-thumbnail .slick-track {
    transform: unset !important;
}
.gallery-slide .thumbnail-img {
    cursor: pointer;
    opacity: 0.3;
    transition: opacity .3s linear;
    margin: 0 10px;
    /*max-width: calc(100% / 5) !important;*/
}
.gallery-slide .gallery-thumbnail .slick-current {
    opacity: 1;
}

/* cate */
.gallery_cate_list a {
    display: inline-block;
    padding: .2em 1em;
    border: 1px solid #955D57;
    background-color: #955D57;
    color: #FFF;
}
.gallery_cate_list .cat-classic a {
    background-color: #6E3C36;
    border-color: #6E3C36;
}
.gallery_cate_list .cat-retro-classic a {
    background-color: #3F3A55;
    border-color: #3F3A55;
}
.gallery_cate_list .cat-cool a {
    background-color: #465481;
    border-color: #465481;
}
.gallery_cate_list .cat-cute a {
    background-color: #804A63;
    border-color: #804A63;
}
.gallery_cate_list .cat-vintage a {
    background-color: #7C704A;
    border-color: #7C704A;
}

.gallery_cate_list a:hover {
    background-color: #E4D5CC;
    color: #955D57;
}
.gallery_cate_list .cat-classic a:hover {
    color: #6E3C36;
}
.gallery_cate_list .cat-retro-classic a:hover {
    color: #3F3A55;
}
.gallery_cate_list .cat-cool a:hover {
    color: #465481;
}
.gallery_cate_list .cat-cute a:hover {
    color: #804A63;
}
.gallery_cate_list .cat-vintage a:hover {
    color: #7C704A;
}


.gallery_tag_list li {
    display: inline-block;
    margin: 0 .15em 1em;
    line-height: 1.2;
}
.gallery_tag_list a {
    display: inline-block;
    padding: .2em 1em;
    border-radius: 50vh;
    border: 1px solid #955D57;
    background-color: #FFF;
    color: #955D57;
}
.gallery_tag_list a:hover {
    opacity: .5;
}

@media screen and (max-width: 800px) {
    .gallery-info h1 {
        display: none;
    }
}
@media screen and (min-width: 800px) {
    article.gallery > h1:first-child {
        display: none;
    }
   .gallery-area {
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
    }
    .gallery-area .gallery-info {
        flex: 1;
        margin-left: 50px;
    }

}





/* sub/css/contact.css */

.form-contact dl {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #362B23;
}

.form-contact dl dt {
    width: 220px;
    padding-right: 10px;
}

.form-contact dl dd {
    flex: 1;
    padding-left: 25px;
    border-left: 1px solid #362B23;
}

.contact-form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.contact-form dl:first-of-type {
    border-top: 1px solid rgba(112, 112, 112, .3);
}

.contact-form dl dt {
    width: 28%;
    padding-left: 20px;
    line-height: 1.3;
}

.contact-form dl dt .required {
    display: inline-block;
    padding: 2px 10px 1px;
    font-size: 1.4rem;
    line-height: 1;
    color: #955D57;
    border: 1px solid #955D57;
}

.contact-form dl dd {
    width: 70%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"] {
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 1.8rem;
    background: #fff;
    border: none;
    box-sizing: border-box;
}

.contact-form textarea {
    width: 100%;
    padding: 15px;
    font-size: 1.8rem;
    background: #fff;
    border: none;
    box-sizing: border-box;
}

.contact-form select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    width: 200px;
    height: 42px;
    padding: 0 40px 0 15px;
    text-align: center;
    font-size: 1.8rem;
    background: #fff url(https://e-umeoka.com/wp/wp-content/themes/umeoka/sub/images/icn_select_down.png) no-repeat right 15px center / auto;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}

.contact-form input[type="submit"] {
    display: block;
    width: 358px;
    height: 58px;
    margin: 0 auto 10px;
    font-size: 2.7rem;
    font-weight: 500;
    font-family: "游明朝体", 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    outline: none;
    border: none;
    background: #362B23;
    color: #fff;
}

.required-time>p {
    width: 150px;
    padding-left: 20px;
}

.required-time-first {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.required-time-cont {
    flex: 1;
}

.required-time-cont .date,
.required-time-cont .time {
    padding: 5px 0;
}

.required-time-cont p {
    width: 130px;
}

.required-time-cont input[type="text"],
.required-time-cont input[type="date"] {
    width: 235px;
}

.l-contact-catalog {
    padding-left: 45px;
    padding-right: 45px;
}

.l-contact-catalog .m-btn a {
    background: #362B23;
    color: #fff;
}

.birth-year select {
    width: 130px;
}

.birth-month select,
.birth-date select {
    width: 95px;
}

.contact-form .contact-subject .wpcf7-list-item {
    width: 50%;
    margin: 0;
    padding-right: 1em;
}

.top-btn a,
.top-btn a:hover {
    color: #fff;
    background: #362B23;
}

.contact-form input#zip,
.contact-form input#pref {
    width: 260px !important;
}

.form-contact.tow-shop {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #362B23;
  padding: 20px 0 10px;
}
.form-contact.tow-shop dl {
  border: none;
  padding: 10px 20px;
}
.form-contact.tow-shop.line-contact {
	padding: 0;
    background: #fff;
    border: 1px solid #06C755;
	margin-bottom: 60px;
	position: relative;
    z-index: 2;
}
.line-contact .line-contact-link {
	padding: 40px 145px 30px;
    display: inline-block;
	transition: 0.5s;
}
.form-contact.tow-shop.line-contact .line-contact-link dl {
	padding: 0;
    width: 410px;
}
.form-contact.line-contact .line-contact-link dl dt {
	width: 70px;
    height: 70px;
    padding: 0;
    margin-right: 35px;
    background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/LINE_icon.png);
    background-size: contain;
	transition: 0.5s;
}
.form-contact.line-contact .line-contact-link:hover dl dt {
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/LINE_icon_hover.png);
	background-size: contain;
	transition: 0.5s;
}
.form-contact.line-contact .line-contact-link  dl dd {
	border: none;
    padding: 0;
}
.form-contact.line-contact .line-contact-link p {
	font-size: 3.2rem;
    letter-spacing: 0.05em;
    color: #06C755;
    box-sizing: border-box;
}
.form-contact.line-contact .line-contact-link p:after {
	content: "";
    width: 17px;
	height: 19px;
    color: #06C755;
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/sankaku_pass.png);
    box-sizing: border-box;
	background-size: contain;
	display: inline-block;
}
.form-contact.line-contact .line-contact-link:hover p:after {
	content: "";
    color: #06C755;
	background: url(https://e-umeoka.com/wp/wp-content/themes/umeoka/common/images/sankaku_pass_hover.png);
    box-sizing: border-box;
	background-size: contain;
	transition: 0.5s;
}
.form-contact.line-contact .line-contact-link:hover p {
	color: #fff;
	transition: 0.5s;
}
.form-contact.line-contact .line-contact-link p span {
	font-size: 2.4rem;
}
.line-contact {
  position: relative;
  display: block;
}
.line-contact-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #06C755;
    transition: all .4s;
    z-index: -1;
}
.line-contact-link:hover::before {
	width: 100%;
}

@media screen and (min-width: 901px) {
    .l-contact-catalog .l-sub-catalog-img {
        width: 42%;
    }
    .l-contact-catalog .l-sub-catalog-cont {
        width: 54%;
    }
}

@media screen and (max-width: 900px) {
    .form-contact dl {
        padding: 25px 30px;
        text-align: center;
    }
    .form-contact dl dt {
        width: 100%;
        padding-right: 0;
    }
    .form-contact dl dd {
        flex: none;
        width: 100%;
        margin-top: 10px;
        padding-top: 15px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #362B23;
    }
    .contact-form dl dt {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
    }
    .contact-form dl dt .required {
        margin: 0 15px;
        font-size: 2rem;
    }
    .required-time>p {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    .required-time-cont p {
        width: 170px;
    }
    .contact-form dl dd {
        width: 100%;
    }
    .l-contact-catalog {
        padding-left: 30px;
        padding-right: 30px;
    }
    .birth-year select {
        width: 105px;
    }
    .form-contact.tow-shop dl {
      padding: 25px 30px;
    }
    .form-contact.tow-shop p {
      margin-top: 20px;
    }
	.line-contact .line-contact-link {
	  padding: calc(100vw / 640 * 40) calc(100vw / 640 * 65);
	}
	.form-contact.tow-shop.line-contact .line-contact-link dl {
		width: calc(100vw / 640 * 464);
	}
	.form-contact.line-contact .line-contact-link dl dt {
    width: calc(100vw / 640 * 80);
    height: calc(100vw / 640 * 80);
    margin-right: calc(100vw / 640 * 30);
    }
	.form-contact.line-contact .line-contact-link dl dd {
		width: auto;
		margin: 0;
	}
	.form-contact.line-contact .line-contact-link p {
		margin: 0;
		font-size: 3.6rem;
	}
	.form-contact.line-contact .line-contact-link p span {
		font-size: 2.8rem;
	}
	.form-contact.line-contact .line-contact-link p:after {
    width: calc(100vw / 640* 20);
    height: calc(100vw / 640* 23);
}
}

