<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf8";


@font-face {
    font-family: 'gfs_didotregular';
    src: url('gfsdidot-regular-webfont.woff2') format('woff2'),
        url('gfsdidot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

body {
    @extend html;
    margin: 0;

}

html.lity-active {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

html.lity-active .navwrap .inner {
    overflow: auto;

}

.lity-active body {
    /*    overflow: hidden;*/
}

h2,
h3,
h4,
h5,
h6,
strong {
    @extend html;
    font-weight: 700;
}

body {

    z-index: 0;
}

p {}

h2.ttl {
    margin: 0;
}

.font-gfs {
    font-family: 'GFS Didot', serif;
}


.font-nycd {
    font-family: 'Nothing You Could Do', cursive;
}

.font-yu-mincho {
    font-family: "Yu Mincho", "YuMincho";
}

.font-nycd-title {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 32px;
}

a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

a:hover {
    opacity: 1;
    -webkit-animation: flash 1s;
    animation: flash 1s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

p {
    margin: 0;
    line-height: 32px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}


.wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.mt {
    margin-top: 40px;
}

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

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

.mb {
    margin-bottom: 40px;
}

.mtx2 {
    margin-top: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mbx2 {
    margin-bottom: 80px;
}

/*padding inner*/

.pt {
    box-sizing: border-box;
    padding-top: 60px;
}

.pt30 {
    box-sizing: border-box;
    padding-top: 30px;
}

.pb {
    box-sizing: border-box;
    padding-bottom: 60px;
}

.pbm {
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pbm2 {
    box-sizing: border-box;
    padding-bottom: 37px;
}

.pb34 {
    padding-bottom: 34px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt15 {
    padding-top: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pt80 {
    box-sizing: border-box;
    padding-top: 80px;
}

.ptx2 {
    box-sizing: border-box;
    padding-top: 102px;
}

.pbx2 {
    box-sizing: border-box;
    padding-bottom: 80px;
}

.pl {
    box-sizing: border-box;
    padding-left: 2%
}

.pr {
    box-sizing: border-box;
    padding-right: 2%
}

.pw {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.pw2 {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}

.cen {
    text-align: center;
}

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

.f20 {
    font-size: 20px;
}

.f90 {
    font-size: 16px;
    line-height: 32px;
}

.f110 {
    font-size: 16px;
    line-height: 32px;
}

.fw20 {
    font-size: 30px;
    line-height: 48px;
}

.lh {
    line-height: 1.7em;
}

.flexc {
    display: flex;
    justify-content: center;
}

.flexb {
    display: flex;
    justify-content: space-between;
}

.w48 {
    width: 47%;
}

.w50 {
    width: 49%;
}

.bg01 {
    background: #F5F5F5;
}

.bg02 {
    background: #ffffff;
}

.bg03 {
    background: rgba(153, 0, 0, 0.05);
}

.st {
    color: #990000;
}

.lead01 {
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    font-size: 28px;
}

.lead02 {
    line-height: 2em;
    margin-bottom: 72px;
}

.lead03 {
    line-height: 1.7;

}

.hr01 {
    border: 0px solid #ffffff;
    width: 100%;
    height: 5px;
    background-image: url(../img/border.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

a.attr {
    color: #900;
    text-decoration: underline;
}

.f110 {
    font-size: 16px;
}

/*ヘッダー*/

header {
    width: 100%;

}

header h2 {
    border-width: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 3px 0;
    vertical-align: baseline;
}

header .pc-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

header .pc-header .logo-area {
    margin-right: auto;
}


.tel-view {
    margin-right: 22px;
}

.tel-view span {
    font-family: 'gfs_didotregular';
    background-image: url(../img/icon-phone.png);
    font-size: 24px;
    text-decoration: none;
    color: #000;
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
    padding-left: 19px;
    letter-spacing: 9px;
}

.tel-view div {
    font-size: 12px;
    margin-top: 14px;
}

.contact-btn-r {
    display: table;
    width: 300px;
    height: 60px;
    vertical-align: middle;
    background-color: #990000;
    text-decoration: none;
    margin-right: 40px;
}

.contact-btn-r span {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    background-image: url(../img/icon-email.png);
    background-repeat: no-repeat;
    background-position: 27px 22px;
    text-align: center;
    padding-left: 30px;
}

.contact-btn-r-big {
    display: table;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    background-color: #990000;
    text-decoration: none;
    margin-right: 40px;
}

.contact-btn-r-big span {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    background-image: url(../img/icon-email-big.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    text-align: center;
    padding-left: 0px;
    position: relative;
}

.contact-btn-r-big span:after {
    content: "";
    display: block;
    background-image: url(../img/icon-linkw.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-left: 0px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 6px;
    height: 12px;
}

header nav {
    background: #000;

}

header nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

header nav ul li {
    border-bottom: 4px solid #000000;
}

header nav ul li:hover {
    border-bottom: 4px solid #990000;
}

header nav ul li.line span {
    min-height: 30px;
    border-right: 1px solid #ffffff;
    display: block;
}

header nav ul li a {
    display: inline-block;
    color: #ffffff;
    padding: 20px 0;
}

/*footer*/

footer .contact {
    display: block;
    position: relative;
    z-index: 1;
}

footer .contact:after {
    content: "";
    background-image: url("../img/hero.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

footer .contact .box {
    display: block;
    position: relative;
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

footer .contact .box .title {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

footer .contact .box .detail {
    display: flex;
    justify-content: space-between;
}

footer .contact .box .detail .onepoint {
    display: block;
    width: 100px;
    border: 1px solid #000000;
    text-align: center;
    padding: 10px 18px 8px 18px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
}

footer .contact .box .detail .tel-wrap {
    display: block;
    flex: 1;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
}

footer .contact .box .detail .tel-wrap .tel-view {
    margin-right: 0px;
    margin-top: 6px;
}

footer .contact .box .detail .tel-wrap .tel-view span {
    background-image: url("../img/icon-phone-big.png");
    font-size: 28px;
    letter-spacing: 8px;
}

footer nav {
    display: flex;
    justify-content: space-between;
}

footer nav ul {}

footer nav ul li {
    background-image: url("../img/icon-link.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

footer nav ul li.sub {
    background-image: url("../img/icon-sub.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 30px;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

footer .copy {
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'gfs_didotregular';
    padding: 10px 0;
}

/*section*/

.plan01 {
    display: block;
    background-size: cover;
    background-position: center;
    width: 380px;
    min-height: 380px;
}

.plan01.min {
    display: block;
    background-size: cover;
    background-position: center;
    width: 380px;
    min-height: 280px;
}

.plan01 &gt; a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    color: #000;
}

.plan01 .box {
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 33px 20px;
    text-align: center;
}

.plan01 .font-nycd-title {
    font-size: 32px;
}

.plan01 .box .hr01 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plan01 .box span {
    background-image: url(../img/icon-link.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
}


.plan-wrap {
    display: block;
}

.plan-wrap.fhalf {
    width: 50%;
}

.plan02 {
    display: block;
    background-size: cover;
    width: 100%;
    min-height: 250px;
}

.plan02 &gt; a {
    display: flex;
    align-items: center;
    height: 250px;
    justify-content: center;
    color: #000;
}

.plan02 .box {
    display: inline-block;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding: 33px 23px;
    text-align: center;
}


.plan02 .box .hr01 {
    padding-top: 2px;
    padding-bottom: 10px;
}

.plan02 .box span {
    box-sizing: border-box;
    margin-top: 17px;
    display: block;
}

.plan-wrap p {
    box-sizing: border-box;
    padding: 30px;
    letter-spacing: 2px;
    line-height: 1.6em;
}

/*option*/

.option_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.option_wrap .option {
    width: 47%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #990000;
    padding: 20px 0;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.option_wrap .option:nth-child(1),
.option_wrap .option:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px dashed #990000;
    border-bottom: 1px dashed #990000;
}

.option_wrap .option .title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 36px;
}

.option_wrap .option .body {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.option_wrap .option .body .img {
    display: block;
    height: 0;
    width: 40%;
    padding-bottom: 40%;
    background-size: cover;
    display: block;
}

.option_wrap .option .body .img span {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
}

.option_wrap .option .body .detail {
    flex: 1;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
}

.option_wrap .option .body .detail .price {
    text-align: right;
    font-size: 16px;
    margin-bottom: 10px;
}

.option_wrap .option .body .detail .txt {
    line-height: 28px;
}

.option_wrap .option .body .detail .price span {
    font-size: 23px;
}

.pbx3 .pt {
    padding-top: 72px;
    padding-right: 16px;
}
.pbx3 .pb {
    padding-bottom: 63px;
}

.pbx3 .option_wrap .option {
    display: flex;
    width: 100%;
    margin-bottom: 68px;
    padding-top: 38px;
    padding-bottom: 60px;
}

.pbx3 .option_wrap .option .hot-dish-imgs {
    display: flex;
    flex-flow: column;
    flex: 0 0 33.819%;
    margin: 32px 5% 0 0;
}

.pbx3 .option_wrap .option .hot-dish-imgs .hot-dish-img {
    width: 100%;
    height: auto;
    margin-bottom: 56px;
}

.pbx3 .option_wrap .option .hot-dish-txt {
    width: 100%;
}

.pbx3 .option_wrap .option .hot-dish-txt .body {
    height: auto;
}

.pbx3 .option_wrap .option .hot-dish-txt .body .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid #DDDDDD;
}

.pbx3 .option_wrap .option .hot-dish-txt .body .detail .name {
    position: relative;
    font-size: 22px;
    padding-left: 18px;
}

.pbx3 .option_wrap .option .hot-dish-txt .body .detail .name br {
    display: none;
}

.pbx3 .option_wrap .option .hot-dish-txt .body .detail .name span {
    position: absolute;
    top: 0;
    left: 0;
}

.pbx3 .option_wrap .option .hot-dish-txt .body .detail .price {
    margin-bottom: 0;
}

.pbx3 .option_wrap .option .hot-dish-txt .caution {
    margin-top: 34px;
    font-size: 22px;
    line-height: 1.3;
}

@media screen and (max-width: 1199px) {
    .pbx3 .option_wrap .option .hot-dish-txt {
        padding-right: 10px;
    }
    .pbx3 .option_wrap .option .hot-dish-txt .body .detail .name {
        font-size: 20px;
    }
    .pbx3 .option_wrap .option .hot-dish-txt .body .detail .name br {
        display: block;
    }
    .pbx3 .option_wrap .option .hot-dish-txt .caution {
        font-size: 20px;
    }
}

/*rank*/

.rank01 .box {
    border: 1px solid #dddddd;
    border-left: 0px solid #dddddd;

    position: relative;
    text-align: center;
    padding: 30px 35px;
    box-sizing: border-box;
}

.rank01:first-child .box {
    border-left: 1px solid #dddddd;
}

.rank01 .box &gt; img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.rank01 .box span.name {
    font-size: 18px;
    display: block;
    padding: 15px 0 0px 0;
    font-family: 'gfs_didotregular';
    letter-spacing: 6px;
    margin-bottom: 13px;
}

.rank01 .box span.sub-name {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;

}

.rank01 .box p {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;

}

.flexc .rank01 {
    position: relative;
}

.flexc .rank01.norank {
    background: #ffffff;
}

.flexc .rank01:after {
    content: "";
    width: 60px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}

.flexc .rank01.norank:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.flexc .rank01:nth-child(1):after {
    background-image: url("../img/rank_1.png");
}

.flexc .rank01:nth-child(2):after {
    background-image: url("../img/rank_2.png");
}

.flexc .rank01:nth-child(3):after {
    background-image: url("../img/rank_3.png");
}

.flexr .flex_box {
    display: flex;
    justify-content: space-between;
}

.flexr .flex_box:nth-child(even) {
    flex-direction: row-reverse;
}

.flexr .flex_box .img {
    width: 41%;
    position: relative;
}

.flexr .flex_box .img:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 50%;
    right: -20px;
}

.flexr .flex_box:nth-child(even) .img:after {
    right: auto;
    left: -20px;
}

.flexr .flex_box .body {
    width: 55%;
    box-sizing: border-box;
    padding: 25px 0px 20px 4px;
}

.flexr .flex_box .body .head {
    display: block;
    font-size: 16px;
    margin-bottom: 30px;
}

.flexr .flex_box .body .head span {
    display: block;
    font-size: 36px;
    font-family: 'Nothing You Could Do', cursive;
    margin-bottom: 11px;
}

.flexr .flex_box .body .head02 {
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 48px;
}

.flexr .flex_box .body .head02 span {
    display: block;
    font-size: 22px;
    font-family: 'Nothing You Could Do', cursive;
    color: rgba(0, 0, 0, 0.5);
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.flexr .flex_box .body p {
    display: block;
    line-height: 1.7em;
}

.flexr .flex_box02 {
    display: flex;
    justify-content: space-between;
}

.flexr .flex_box02:nth-child(even) {
    flex-direction: row-reverse;
}

.flexr .flex_box02 .img {
    width: 200px;
    position: relative;
}

.flexr .flex_box02 .detail {
    flex: 1;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0px;
}

.flexr .flex_box02 .detail .title {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 8px;
}

.flexr .flex_box02 .detail .body {
    font-size: 16px;
}

.flexr .flex_box02 .detail .right {
    padding-top: 20px;
}

.success_inner a.more-btn02 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.circle_box {
    width: 23%;
}

.circle_box img {
    border-radius: 50%;
}

.circle_box .num {
    font-family: 'gfs_didotregular';
    font-size: 36px;
    color: rgba(153, 0, 0, 0.5);
    text-align: center;
    margin-top: -11px;
    line-height: 45px;
}

.circle_box .num:before {
    content: url(../img/Feature.png);
    display: block;
    height: 20px;
    margin-top: -31px;
}

.circle_box .title {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 19px;
}

.circle_box .detail {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    height: 8rem;
}

.circle02 {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);

}

.circle02 .num {
    font-family: 'gfs_didotregular';
    font-size: 36px;
    color: rgba(153, 0, 0, 0.5);
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.circle02 .num:before {
    content: url(/img/worry.png);
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 27%;
}

.circle02 .detail {
    box-sizing: border-box;
    padding: 20px;
    padding-top: 24%;
    text-align: center;
}

ul.border {
    margin: 0 auto;
    width: 82%;
    padding-top: 30px;
    padding-bottom: 30px;
}

ul.border li {
    border-top: 1px solid #dddddd;
    padding: 22px 20px 22px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

ul.border li:last-child {
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 16px;
}

ul.border li a {}

ul.border li a time {
    padding-left: 10px;
    padding-right: 30px;
    color: #777777;
    box-sizing: border-box;
}

/*category*/

.leftbox {
    width: 65%;
}

.rightbox {
    width: 28.5%;
    margin-top: -32px;
}

.inner-category {
    position: relative;
    margin-bottom: 80px;
}

.floatdate {
    position: absolute;
    z-index: 10;
    top: -34px;
    text-align: center;
    font-family: 'gfs_didotregular';
}

.floatdate .month {
    font-size: 14px;
    line-height: 17px;
}

.floatdate .date {
    font-size: 37px;
    line-height: 46px;
    margin-top: -5px;
}

.inner-category .entry-content {
    height: 6.2rem;
    overflow: hidden;
    padding-right: 2%;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 18px;
    text-overflow: ellipsis;
    width: 100%;
}

.inner-category .entry-content .detail {
    margin-left: 5px;
}

.inner-category .title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.rightbox .widget-title {
    margin: 0;
    font-family: 'gfs_didotregular';
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 21px;
    line-height: 26px;
}

.side-reccomend {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.side-reccomend img {
    width: 75px;
    margin-right: 10px;
}

.side-reccomend .detail {
    flex: 1;
}

.side-reccomend .detail date {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'gfs_didotregular';
    display: block;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.side-reccomend .detail .title {

    margin-left: 5px;
}

.rightbox .widget_categories .widget-title {
    margin-bottom: 16px;
    line-height: 26px;
    margin-top: 36px;
}

.widget_categories &gt; ul {
    padding-left: 20px;
    box-sizing: border-box;
}

ul.children {
    margin-left: 10px;
    margin-top: 10px;
}

.widget_categories li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 28px;
}

.widget_categories li:before {
    content: url(../img/icongt.png);
    font-weight: bold;
    color: #900;
    margin-right: 9px;
}

.singlemb {
    margin-top: 73px;
}

.singlemb .single-title {
    margin-top: 0;
}

.posts-navigation {
    display: none;
}

.pagenation .nav-links {
    display: flex;
    justify-content: center;
}

.page-numbers {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
    box-sizing: border-box;
    padding-top: 14px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin: 0 10px;
    font-family: 'gfs_didotregular';
}

.page-numbers.current {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #990000;
    box-sizing: border-box;
    padding-top: 14px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.pagenation .nav-links .prev,
.pagenation .nav-links .next {
    text-indent: -9999px;
    position: relative;
    background-image: url(/img/wp/lt.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #dddddd;
}

.pagenation .nav-links .next {
    background-image: url(/img/wp/gt.png);

}

.pagenation .nav-links .prev:hover,
.pagenation .nav-links .next:hover {
    border: 1px solid #990000;
}


/*single*/

.single-title {
    font-size: 20px;
}

.entry-meta {
    margin-bottom: 20px;
}

.entry-meta date {
    font-size: 14px;
    font-family: 'gfs_didotregular';
    margin-right: 30px;
}

.entry-meta a {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 4px 14px 4px 16px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 40px 0 0 0;
    line-height: 26px;
}

.single-content h2 {
    border-left: 5px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    padding-bottom: 2.5px;
    font-size: 20px;
    line-height: 32px;
}

.single-content h3 {
    border-left: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
}

.single-content ul li {
    line-height: 32px;
    text-indent: -1.8em;
    padding-left: 1.8em;
}

.single-content ul li:before {
    content: "•";
    color: #900;
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.single-content ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.single-content ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    text-indent: -2.3em;
    padding-left: 2.3em;
}

.single-content ol li:before {
    counter-increment: item;
    content: counter(item)'';

    padding: 0 .5em;
    margin-right: 10px;
    font-weight: normal;
    background: #900;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-family: 'gfs_didotregular';
}

.pagenation_single {
    border: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .prevsingle {
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .sep {
    width: 1px;
    margin: 10px 0;
    border-right: 1px solid #dddddd;
}

.pagenation_single .nextsingle {
    width: 49%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.pagenation_single .prevsingle a,
.pagenation_single .nextsingle a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pagenation_single date {
    color: #999999;
    font-family: 'gfs_didotregular';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 3px;
}

.pagenation_single .title {
    font-size: 15px;
    line-height: 24px;
}

.pagenation_single .img {
    width: 75px;
}

.pagenation_single .img img {
    width: 75px;
}

.pagenation_single .detail {
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
}

.pagenation_single .nextsingle .detail {
    text-align: right;

}

/*gallery*/

#sec-gallery {
    width: 100%;
    overflow: hidden;
}

.gallery_wrap .box {
    width: 240px;
    min-width: 240px;
    height: 240px;
}

.gallery_wrap .box img {
    object-fit: cover;
    height: 240px;
}

.lity-image img {
    max-width: 86%;

    margin: 0 auto;
}

.lity-close {
    top: 60px;
    right: 60px;
    font-size: 80px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {

    font-size: 80px;

}

.slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.mv.slick-initialized .slick-slide {
    max-width: 100vw;
    width: 100%;
}

.mv.slick-dotted.slick-slider img {
    max-width: 100vw;
    width: 100%;
}
.mv.slick-dotted.slick-slider .slick-next {
    display: none!important;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #900;
}

.gallery_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.gallery_inner .box {
    margin-bottom: 10px;
}

.gallery_inner .box date {
    position: absolute;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000;
    font-size: 16px;
    line-height: 32px;
    font-family: 'GFS Didot', serif;
    box-sizing: border-box;
    padding: 5px;
    z-index: 2;
}

.gallery_inner .box a {
    display: inline-block;
    position: relative;

}

.gallery_inner .box a:hover:after {
    content: "";
    width: 360px;
    height: 360px;
    top: 0;
    left: 0;
    background-image: url(/img/hover_gallery.png);
    position: absolute;
    z-index: 2;
}

.gallery_inner .box a img {
    object-fit: cover;
    width: 360px;
    height: 360px;
}

.gallery_inner div {
    width: 360px;
}

.gallery_inner.moreview {
    display: none;
}


/**Sub*/

.kv_sub {
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

.kv_sub .inner {
    display: flex;
    min-height: 560px;
    align-items: center;
}

.kv_sub .box {
    background: #ffffff;
    padding: 20px 100px 20px 0;
    box-sizing: border-box;
}

.kv_sub .font-nycd-title {
    font-size: 32px;
    line-height: 48px;
}

.kv_sub .box span {
    font-size: 16px;
    line-height: 32px;

}

.kv_sub_plan {
    background-size: cover;
    position: relative;
    background-size: 75% !important;
}

.kv_sub_plan:before {
    content: "";
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
}

.kv_sub_option {
    background-position: center;
}

/*Plan*/

.plan header.entry-header {
    display: flex;
    justify-content: flex-start;
}

.plan header.entry-header .item_cnt {
    border: 1px solid #990000;
    border-radius: 30px;
    font-size: 15px;
    padding: 0px 18px;
    color: #990000;
    box-sizing: border-box;
    display: inline-block;
    line-height: 30px;
}

.plan header.entry-header .title {
    font-size: 24px;
    /* font-weight: bold; */
    margin-left: 15px;
    padding-top: 2px;
    line-height: 29px;
}

.plan header.entry-header .etitle {
    font-family: 'gfs_didotregular';
    font-size: 14px;
    opacity: 0.5;
    padding-top: 10px;
    margin-left: 5px;
}

.plan_body {
    display: flex;
    justify-content: space-between;

}

.plan_body .img {
    width: 52%;
}

.plan_img {
    max-height: 526px;
    overflow: hidden;
}

.plan_body .detail {
    flex: 1;
    box-sizing: border-box;
    padding: 0 4px 0 33px;
}

.plan_body .detail .menu {
    position: relative;
    border: 1px solid #990000;
    box-sizing: border-box;
    font-size: 15px;
    padding: 8px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.plan_body .detail .menu:before {
    content: url(/img/choosetheprice.png);
    width: 191px;
    height: 41px;
    position: absolute;
    top: -4px;
    left: -8px;
}

.plan_body .detail .menu ul li {
    display: flex;
    justify-content: space-between;
}

.plan_body .detail .menu ul li .img {
    width: 15px;
    text-align: center;
}

.plan_body .detail .menu ul li .name {
    width: 50%;
    text-align: left;
    padding-top: 5px;
}

.plan_body .detail .menu ul li .value {
    display: block;
    justify-content: space-between;
}

.plan_body .detail .menu ul li .value span {
    font-size: 23px;
}

.plan_body .detail .catch {
    font-size: 16px;
    font-weight: bold;
    color: #990000;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.plan_body .detail .catch div {
    margin-left: 20px;
}

.plan .items {
    padding: 20px 45px;
    box-sizing: border-box;
}

.plan .items header {
    margin-bottom: 20px;
}

.plan .items header span {
    border-bottom: 2px solid #dddddd;
    font-size: 16px;
}

.plan .items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plan .items ul li {

    width: 24%;
    margin-bottom: 20px;
    text-indent: -30px;
    padding-left: 30px;
}

.plan .items ul div {

    width: 24%;
    margin-bottom: 0px;
}

.plan .items ul li:before {
    content: "●";
    color: #990000;
    margin-right: 10px;
    font-size: 10px;
}

.menu_detail {
    padding: 60px 40px 0 40px;
    position: relative;
    margin-bottom: 100px;

}

.menu_detail:before {
    content: url(/img/foodcontents.png);
    width: 164px;
    height: 41px;
    position: absolute;
    top: -0px;
    left: -0px;
}

.menu_detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu_detail ul li {
    width: 24%;
    margin-bottom: 20px;
}

.menu_detail ul &gt; div {
    width: 24%;
    margin-bottom: 0px;
}

.menu_detail ul li .title {
    margin: 20px 0;

}

.menu_detail ul li .title span {
    color: #990000;
    border-bottom: 2px dotted #990000;

}

.menu_detail ul li .detail {
    font-size: 16px;

}

.plansingle .h01 {
    margin-top: -2px;
}

.plansingle .planlead {
    margin-top: 15px;
}


/**Contact*/

.mw_wp_form {
    width: 100%;
}

.mw_wp_form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.mw_wp_form table tr {
    width: 100%;
}

.mw_wp_form table th {
    width: 25%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.mw_wp_form table th.h:before {
    content: "必須";
    width: 60px;
    height: 30px;
    background: #990000;
    position: absolute;
    top: 39%;
    right: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}

.mw_wp_form table th:after {
    content: "";
    width: 1px;
    height: 75%;
    border-right: 1px solid #dddddd;
    position: absolute;
    top: 20px;
    right: 5px;

}

.mw_wp_form table td {
    width: 75%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px 40px 20px;
    box-sizing: border-box;
    text-align: left;
}




.mw_wp_form_input table td input[type="text"] {
    padding: 16px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
    width: 100%;
}

.mw_wp_form_input table td.h input[type="text"] {
    background: rgba(229, 211, 0, 0.15);
}

.wpcf7-form table td.h input[type="text"], .wpcf7-form table td.h input[type="date"] {
    background: rgba(229, 211, 0, 0.15);
}

.mw_wp_form_input table td input[type="number"] {
    padding: 10px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
}

.mw_wp_form_input table td textarea {

    background: #eeeeee;
    border: 0px solid #000000;
    resize: none;
}


.mw_wp_form_input .selectwrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mw_wp_form_input .selectwrap:before {
    content: url(../img/icon_monstr-arrow-29.png);
    width: 45px;
    height: 100%;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 1px;
    margin-top: 0px;
    background: #990000;
    pointer-events: none;
    background-position: center center;
    background-size: 45px 45px;
    text-align: center;
    padding-top: 9px;
}

.mw_wp_form_input .selectwrap:after {
    /*    content: '';*/
    width: 11px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 17px;
    margin-top: -4px;
    pointer-events: none;
    /* background: #990000; */
}










.wpcf7-form {
    width: 100%;
}

.wpcf7-form table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.wpcf7-form table tr {
    width: 100%;
}

.wpcf7-form table th {
    width: 25%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.wpcf7-form table th.h:before {
    content: "必須";
    width: 60px;
    height: 30px;
    background: #990000;
    position: absolute;
    top: 39%;
    right: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}

.wpcf7-form table th:after {
    content: "";
    width: 1px;
    height: 75%;
    border-right: 1px solid #dddddd;
    position: absolute;
    top: 20px;
    right: 5px;

}

.wpcf7-form table td {
    width: 75%;
    border-top: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px 40px 20px;
    box-sizing: border-box;
    text-align: left;
}




.wpcf7-form table td input[type="text"], .wpcf7-form table td input[type="date"], .wpcf7-form table td input[type="email"] {
    padding: 16px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
    width: 100%;
}

.wpcf7-form table td.h input[type="text"], .wpcf7-form table td.h input[type="date"], , .wpcf7-form table td.h input[type="email"] {
    background: rgba(229, 211, 0, 0.15);
}

.wpcf7-form table td input[type="number"] {
    padding: 10px;
    box-sizing: border-box;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #eeeeee;
}

.wpcf7-form table td textarea {
    padding: 10px;
    background: #eeeeee;
    border: 0px solid #000000;
    resize: none;
}


.wpcf7-form .selectwrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.wpcf7-form .selectwrap:before {
  content: url(../img/icon_monstr-arrow-29.png);
  width: 50px;
  height: 100%;
  border: 0px;
  position: absolute;
  top: 0px;
  right: 1px;
  margin-top: 0px;
  background: #990000;
  pointer-events: none;
  background-position: center center;
  background-size: 45px 45px;
  text-align: center;
  padding-top: 9px;
  z-index: 9;
}

.wpcf7-form .selectwrap:after {
    /*    content: '';*/
    width: 11px;
    height: 12px;
    border: 0px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 17px;
    margin-top: -4px;
    pointer-events: none;
    /* background: #990000; */
}

.radio {
    display: none;
    /* まず、＜input＞タグの表示を消します*/
}

.radiobox_wrap label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 36px;
    cursor: pointer;
    margin-right: 20px;
}

.radio + span::before,
span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.radio + span::before {
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -16px;
    background: #eeeeee;
    border: 0px solid #ccc;
}

.radio + span:hover::before {
    background: #eeeeee;
    /* ラジオボタンのマウスオーバーしたときの色の指定*/
}

.radio + span::after {
    opacity: 0;
    left: 8px;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #990000;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.radio:checked + span::before {
    background: #eee;
    border: 0px solid #990000;
}

.radio:checked + span::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.privacypolicy {
    display: none;
}

.mw_wp_form_input .privacypolicy {
    display: block;
    width: 100%;
    height: 300px;
    overflow: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    line-height: 32px;
    font-size: 16px;
}

.wpcf7-form .privacypolicy {
    display: block;
    width: 100%;
    height: 300px;
    overflow: auto;
    padding: 20px 40px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin-bottom: 40px;
    line-height: 32px;
    font-size: 16px;
}

.privacypolicy h2 {
    text-align: center;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: normal;
    font-size: 18px;
}

.privacy_check {
    display: none;
}

article#post-62 {
    width: 100%;
}

.mw_wp_form_input .privacy_check {
    display: block;
    text-align: center;
}

.mw_wp_form_input .mwform-checkbox-field {
    width: 30%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}


.wpcf7-form .privacy_check {
    display: block;
    text-align: center;
}

.wpcf7-form .wpcf7-acceptance {
    width: 30%;
    margin: 0 auto;
    border: 1px solid #dddddd;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}


.submitbox {
    position: relative;
    display: inline-block;
    margin: 0px auto;
}

.submitbox:after {
    content: url(../img/icon_submit_arrow.png);
    width: 10px;
    height: 12px;
    border: 0px;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -6px;
    pointer-events: none;
    transform: rotate(-90deg);
}

.wpcf7-form .submitbox:after {
  display: none;
}

.submitbox input {
    border: 0px solid;
    border-radius: 0px;
    background: #990000;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 20px 100px;
    display: block;
    margin: 20px auto;
    letter-spacing: 4px;
    font-family: "Yu Mincho", "YuMincho";
}

.wpcf7-form .submitbox input {
  display: inline-block;
  margin: 20px;
}

.wpcf7-form span.wpcf7-list-item {
  margin: 0;
}


.mw_wp_form_input .submitbox input:hover {
    border: 0px solid;
    border-radius: 0px;
    background: #aa0000;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 20px 100px;
    display: block;
    margin: 20px auto;
    letter-spacing: 4px;
    font-family: "Yu Mincho", "YuMincho";
}

.wpcf7c-btn-back {
  background-image: url(https://dev.happy-party.jp/wp/wp-content/themes/luxycatering/img/button-left.png) !important;
}

.wpcf7c-btn-confirm, .wpcf7-submit {
  background-image: url(https://dev.happy-party.jp/wp/wp-content/themes/luxycatering/img/button-right.png) !important;
}

.size130 input {
    width: 130px !important;
}

.size300 input {
    width: 300px !important;
}

.size400 input {
    width: 400px !important;
}

.size630 textarea {
    width: 630px !important;
}

/**Static Page*/

.bg_100 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    height: 385px;
}

.bg_div {
    margin-top: -100px;
}

.bg_wh {
    background: #ffffff;
}

.hr02 {
    background-image: url(/img/hr02.png);
    background-repeat: repeat-x;
    text-align: center;
    background-position: center center;
}

.hr02 span {
    background: #ffffff;
    font-size: 26px;
    padding: 20px;

}

.floating_img01 {
    margin-top: -3px;
    margin-left: -3px;
}

.inner_detail {
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 14em;
}

.inner_box {
    background: #ffffff;

    padding: 20px;
    margin: 45px;
    box-sizing: border-box;
}

.inner_box .img {
    text-align: left
}

.inner_box ol {
    margin: 0;
    margin-bottom: 20px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 10px;
}

.inner_box ol li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 39px;
    text-indent: -39px;
}

.inner_box ol li:before {
    counter-increment: item;
    content: '0'counter(item)'';

    padding: 0 .5em;
    margin-right: 5px;
    font-weight: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'gfs_didotregular';
}

.col4box {
    width: 23%;

}

.reason_detail {
    margin-top: 10px;
    padding: 0 28px;
}

.first_map {
    width: 44%;
}

.first_map_detail {
    width: 47%;
}

/* firstorder AREA */
#map {
    margin-bottom: -49px;
}
#map .inner {
    padding: 0 10px;
    max-width: 1120px;
}
#map .pt {
    padding-top: 66px;
}
#map .pb {
    padding-bottom: 40px;
}
#map .mb {
    margin-bottom: 37px;
}
#map .cen {
    padding-right: 24px;
}
#map .f110 {
    line-height: 28px;
}
#map .first_map_detail {
    width: 100%;
}
#map .first-order-area__list {
    flex-wrap: wrap;
}
#map .first-order-area__list li {
    text-align: center;
    max-width: 335px;
    width: 32%;
    margin-bottom: 31px;
    padding: 0 18px;
    border: 1px solid #96201D;
}
#map .first-order-area__list li div:first-of-type {
    padding: 17px 0 9px;
    color: #C97A7E;
    border-bottom: 1px dashed #96201D;
}
#map .first-order-area__list li .num {
    font-family: baskerville-poster-pt, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.05em;
}
#map .first-order-area__list li .f90 {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
    line-height: 29px;
    height: 76px;
}

article.decoration {
    margin-bottom: 89px;

}

.body01 {
    width: 28%;
}

.body01 .title {
    border-bottom: 2px solid #eeeeee;
    padding: 5px 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.body01 .detail {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 35px;
}

.body01 .menu {
    position: relative;
    border: 1px solid #990000;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.body01 .menu:before {
    content: url(/img/choosetheprice.png);
    width: 191px;
    height: 41px;
    position: absolute;
    top: -4px;
    left: -8px;
}



.body01 .menu ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 10px;
}

.body01 .menu ul li .name {
    width: 50%;
    text-align: left;
    padding-top: 5px;
}

.body01 .menu ul li .value {
    display: block;
    justify-content: space-between;
}

.body01 .menu ul li .value span {
    font-size: 23px;
}



.imgs {
    width: 70%;
}

.imgs .img {
    width: 580px;
}

.imgs .img img {
    width: 580px;
    height: 386px;
    object-fit: cover;
}

.imgs .sub_img {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin: 0 0 0 auto;
}

.imgs .sub_img img {
    width: 175px;
    height: 115px;
    object-fit: cover;
    margin-bottom: 20px;
    margin-left: 15px;
}


/*flow*/

table.table01 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

table.table01 tr {
    width: 100%;
}

table.table01 th {
    width: 28%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px;
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    position: relative;
    color: #990000;
    font-size: 22px;
    text-indent: -55px;
    padding-left: 128px;
}

table.table01 th span {
    font-family: 'gfs_didotregular';
    font-size: 60px;
    color: rgba(153, 0, 0, 0.3);
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    padding-left: 32px;
    box-sizing: border-box;
}

table.table01 th span:before {
    content: "Step";
    font-size: 23px;
    font-family: 'Nothing You Could Do', cursive;
    color: #000;
    vertical-align: middle;
    margin-top: -7px;
    display: inline-block;
    position: absolute;
    margin-left: -5px;
    top: 50%;
    left: 0;
}

table.table01 th:after {
    content: "";
    width: 1px;
    height: 75%;
    border-right: 1px solid #dddddd;
    position: absolute;
    top: 20px;
    right: 5px;

}

table.table01 td {
    width: 72%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px 40px 30px;
    box-sizing: border-box;
    text-align: left;
    line-height: 32px;
}


.faq_wrap {
    width: 100%;
}

.faq_wrap .btn {
    background-image: url(../img/icon-link.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    box-sizing: border-box;
    display: block;
    width: 69%;
    border: 1px solid #000000;
    text-align: center;
    font-size: 16px;
    /* font-family: 'gfs_didotregular'; */
    box-sizing: border-box;
    padding-right: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px auto 20px auto;
    position: relative;
    z-index: 10;
    cursor: pointer;
    letter-spacing: 4px;
}

.faq_wrap .btn:hover {
    opacity: 0.5;
}

.faq_wrap.active .btn {
    background-image: url(../img/iconmonstr-arrow-29.png);
    background-color: #777777;
    color: #ffffff;
    border: 1px solid #777777;

}

.faq_wrap.active ul {
    display: block;
}

.faq_wrap ul {
    display: none;
    width: 100%;
    background: #ffffff;
    padding-top: 62px;
    margin-top: -58px;
    position: relative;
}

.faq_wrap ul {
    width: 100%;
    background: #ffffff;
    padding-top: 62px;
    margin-top: -58px;
    position: relative;
}

.faq_wrap ul li {
    width: 80%;
    display: block;
    margin: 10px auto;
    position: relative;
    font-size: 16px;
    padding: 0px 20px 0px 28px;
    box-sizing: border-box;
    padding-bottom: 60px;
    line-height: 32px;
}

.faq_wrap ul li.q {
    width: 80%;
    font-size: 18px;
    display: block;
    margin: 10px auto;
    position: relative;
    padding: 0px 0px;
    box-sizing: border-box;
    padding-bottom: 10px;
    line-height: 29px;
}

.faq_wrap ul li.q:before {
    content: "Q";
    font-size: 30px;
    font-family: 'gfs_didotregular';
    color: #990000;
    margin-right: 10px;
}

.faq_wrap .close {
    cursor: pointer;
    padding-bottom: 20px;
}


/*Company*/

.btn02 {
    border: 1px solid #DDDDDD;
    margin: 10px;
    padding: 20px 30px;
    text-align: center;
    display: block;
    width: 200px;
    height: 126px;
    font-size: 16px;
    line-height: 26px;

}

.btn02:hover {
    background: rgba(153, 0, 0, 0.05);

}

.btn02 span {
    font-family: 'Nothing You Could Do', cursive;
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 46px;
}


.imgup_wrap {
    background: rgba(153, 0, 0, 0.05);
    padding: 30px;
    box-sizing: border-box;
}

/*
.imgup_wrap .imgup {
    width: 50%;
}
*/
.imgup_wrap .imgup {
    width: 42%;
    padding: 20px;
    padding-top: 0;
    padding-right: 40px;
}

.imgup_wrap .imgup img {
    margin-top: -60px;
}

.imgup_wrap .detail {
    flex: 1;
}

.imgup_wrap .detail .title {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 28px;
    margin-bottom: 26px;
    line-height: 46px;
}

table.table02 {
    width: 100%;
    border-collapse: collapse;
}

table.table02 tr {
    width: 100%;
}

table.table02 th {
    width: 28%;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #990000;
    vertical-align: middle;
    padding: 40px 10px;
    box-sizing: border-box;
    text-align: center;
    font-weight: normal;
    position: relative;
    color: #000000;
    font-size: 16px;
}

table.table02 td {
    width: 72%;
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
    padding: 40px 10px 40px 20px;
    box-sizing: border-box;
    text-align: left;
}


/*partner*/

.z_box {
    width: 75%;
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    padding-top: 31px;
}

.z_box:before {
    content: "";
    width: 280px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: -1;
}

.z_box .title {
    color: #990000;
    font-family: "Yu Mincho", "YuMincho";
    font-size: 20px;
    font-weight: bold;
    padding-left: 40px;
}

.z_box .sub_title {
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Nothing You Could Do', cursive;
    font-size: 16px;
    margin-left: 10px;
}

.z_box .detail {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 0px 20px 20px;
    box-sizing: border-box;
    padding-left: 108px;
}

.z_box .col4 img {
    width: 180px;
}

.z_box:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
}

.z_box:nth-child(even):before {
    left: 66%;
}

.z_box:nth-child(even) .title {
    text-align: right;
    margin-right: 6%;
}

.z_box:nth-child(even) .sub_title {
    text-align: right;
    margin-right: 20px;
}

.z_box:nth-child(even) .detail {
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    padding-right: 60px;
}

.li01 li {
    border-top: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    box-sizing: border-box;
}

.li01 li:first-child {
    border-top: 1px solid #dddddd;
}

.li01 li span {
    font-size: 25px;
}

.li01 li span:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: aqua;
    border: 1px solid #dddddd;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -3px;
}

.li01 li:nth-child(1) span:before {
    background-color: #EE5634;
}

.li01 li:nth-child(2) span:before {
    background-color: #FB9E4F;
}

.li01 li:nth-child(3) span:before {
    background-color: #FDDA79;
}

.li01 li:nth-child(4) span:before {
    background-color: #FFFFB2;
}

.li01 li:nth-child(5) span:before {
    background-color: #E1F686;
}

.li01 li:nth-child(6) span:before {
    background-color: #9DD893;
}

.li01 li:nth-child(7) span:before {
    background-color: #57B894;
}

.li01 li:nth-child(8) span:before {
    background-color: #2974AF;
}

.contactpt {
    padding-top: 0px;
}

.contactpt .page {
    width: 100%;
}

/**Contact btn*/

#contact_btn.scroll {
    opacity: 1;
}

#contact_btn {
    position: absolute;
    top: 300px;
    right: 0;
    opacity: 0;
}

#pagetop {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 15;
}

#floatcontact {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
}

#floatcontact a {
    width: 48%;

}



/**Bread*/

ul.bread {
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
}

ul.bread li {
    margin-right: 10px;
    opacity: 0.5;
}

ul.bread li:first-child {
    margin-left: 0px;
}

ul.bread li:first-child:before {}

ul.bread li:after {
    content: " &gt; ";
}

ul.bread li:last-child:after {
    content: "";
}

ul.bread li a {
    color: #000000;
}

/**Common - button*/
.post-edit-link {
    display: none;
}

a.more-btn01 {
    background-image: url(../img/icon-link.png);
    background-position: 259px center;
    background-repeat: no-repeat;
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    width: 280px;
    border: 1px solid #000000;
    text-align: center;
    font-size: 16px;
    font-family: 'gfs_didotregular';
    padding: 20px 0;
    box-sizing: border-box;
    font-weight: lighter;
    letter-spacing: 6px;
    margin: 0 auto;
}


a.more-btn02 {
    background-image: url(../img/icon-link.png);
    background-position: 170px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    border: 1px solid #000000;
    text-align: center;
    font-size: 16px;
    font-family: 'gfs_didotregular';
    box-sizing: border-box;
    padding-right: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}

a.more-btn02.moreview-btn {
    background-image: url(../img/iconmonstr-arrow-29w.png);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    background-position: 220px center;
}

a.more-btn01.bgw {
    background-color: #ffffff;
}

a.more-btn02.bgw {
    background-color: #ffffff;
}

a.more-btn01:hover {
    background-image: url(../img/icon-linkw.png);
    background-color: #000000;
    color: #ffffff;
}


a.more-btn02:hover {
    background-image: url(../img/icon-linkw.png);
    background-color: #000000 !important;
    color: #ffffff;
}

a.more-btn02.moreview-btn:hover {
    background-image: url(../img/iconmonstr-arrow-29.png);

}
</pre></body></html>