@charset "UTF-8";

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    color: #393939
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #FDFDFD;
}

body.no_scroll {
    overflow: hidden;
    position: relative;
}

p {
    font-size: 1.7rem;
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    transition: opacity 0.3s ease;
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

@media (hover: hover) {
    a:hover {
        opacity: 0.8;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.u-sp {
    display: none;
}


@media screen and (max-width: 767px) {

    p {
        font-size: 1.55rem;
    }


    .u-pc {
        display: none;
    }

    .u-sp {
        display: block;
    }
}

/* —————————————————
  画像トリム
  —————————————————*/

.bl_card_img {
    display: block;
    position: relative;
    padding-top: 71.661237785%;
    overflow: hidden;
    margin-bottom: -1px;
}

.bl_card_img > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media (any-hover: hover) {
    .bl_card_img {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_card_img:focus, .bl_card_img:hover {
        opacity: 0.6;
    }
}

@media all and (-ms-high-contrast: none) {
    .bl_card_img {
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .bl_card_img:focus, .bl_card_img:hover {
        opacity: 0.6;
    }
}

/*===================================================================================*/
/*  共通非表示                                                    */
/*===================================================================================*/
.pc-view {
    display: block
}

.sp-view {
    display: none
}

@media only screen and (max-width: 767px) {
    .pc-view {
        display: none;
    }

    .sp-view {
        display: block;
    }
}

/* —————————————————
  ヘッダー header
  —————————————————*/
.l-header {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(248, 244, 237, 0.95);
}

.l-header .l-header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px 0 20px;
    height: 100%;
}

.l-header .l-header__logo {
    width: 16%;
}

.l-header .l-header__tel {
    display: none;
}

.l-header__navArea {
    height: 100%;
    -ms-flex: 1;
    flex: 1;
}

.l-header__navArea .feature__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 12px;
    margin-right: 6px;
    padding-top: 18px
}

.l-header__navArea .feature__list li {
    background-color: #B68933;
    color: #fff;
    font-size: min(1.3vw, 1.5rem);
    padding: 6px 10px;
}

.l-header__navArea .feature__list li:not(:first-child) {
    margin-left: 14px;
}

.l-header__nav .l-header__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header__nav .l-header__list li {
    transition: all 0.3s ease-in-out;
    border-bottom: 6px solid transparent;
}

.l-header__nav .l-header__list li:not(:last-child) {
    margin-right: 8px;
    margin-right: 0.5%;
}

.l-header__nav .l-header__list li a {
    font-size: min(1.3vw, 1.6rem);
    padding: 0 6px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.l-header__nav .l-header__list li .megaMenu {
    background: #3E3C39;
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    transition: all 0.2s ease-in;
    z-index: 999;
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
}

.l-header__nav .l-header__list li .megaMenu .mega__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.l-header__nav .l-header__list li .megaMenu .mega__ttl .ttl {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1;
}

.l-header__nav .l-header__list li .megaMenu .mega__ttl .c-btn a {
    font-size: 1.5rem;
    color: #050505;
    padding: 0 12px;
    height: 34px;
}

.l-header__nav .l-header__list li .megaMenu .mega__ttl .c-btn a::before {
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #050505;
    border-right: 0;
    margin-right: 2px;
}

.l-header__nav .l-header__list li .megaMenu .mega__ttl .c-btn a:hover {
    background-color: #fff;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item {
    display: block;
    height: 100%;
    width: 33.3333333333%;
    background-color: #fff;
    padding: 0;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__img {
    height: 240px;
    overflow: hidden;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text {
    padding: 25px;
    background-color: #fff;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .ttl {
    font-size: 2.2rem;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .ttl span {
    font-size: 1.6rem;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .address {
    font-size: 1.7rem;
    margin-top: 5px;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type li {
    padding: 6px 10px;
    font-size: 1.5rem;
    color: #fff;
    border: none;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type li:not(:last-child) {
    margin-right: 10px;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type li.capacity {
    background-color: #A77F33;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type li.yoshitsu {
    background-color: #628818;
}

.l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type li.washitsu {
    background-color: #882E18;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item {
    display: block;
    height: 100%;
    width: 23%;
    color: #fff;
    padding: 0;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item:not(:nth-child(4n)) {
    margin-right: 2.6%;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item:nth-child(-n+4) {
    margin-bottom: 15px;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .item__img {
    background-color: #fff;
    text-align: center;
    height: 175px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .ttl {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.45;
}

.l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .ttl span {
    font-size: 1.35rem;
    display: block;
}

.l-header__nav .l-header__list li:hover {
    border-bottom: 6px solid #B68933;
}

.l-header__nav .l-header__list li:hover .megaMenu {
    height: auto;
    opacity: 1;
    padding: 50px 0;
}

.l-header__nav .l-header__list li:hover .megaMenu ul li {
    background: none;
}

.headerNav__sp {
    display: none;
}

/* —————————————————
  トップヘッダー header レスポンシブ
  —————————————————*/
@media (max-width: 992px) {
    .l-header {
        height: 120px;
        position: static;
        background-color: #fff;
    }

    .l-header .l-header__wrap {
        padding: 0 10px 0 10px;
        height: 60px;
    }

    .l-header .l-header__logo {
        width: 50%;
        max-width: 145px;
    }

    .l-header .l-header__tel {
        display: block;
        margin-top: 6px;
    }

    .l-header .l-header__tel p {
        font-size: 1.2rem;
    }

    .l-header .l-header__tel .tel a {
        font-size: 2.4rem;
        font-weight: 600;
        font-family: "Arial", sans-serif;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
    }

    .l-header .l-header__tel .tel a::before {
        content: "";
        width: 32px;
        height: 20px;
        display: inline-block;
        background: url("../img/icon_dial.svg") no-repeat top left/100%;
    }

    .l-header__navArea {
        display: none;
        width: 100%;
        position: absolute;
        top: 120px;
        left: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        background-color: #F8F4ED;
        height: 100%;
        z-index: 99999;
    }

    .l-header__navArea .feature__list {
        display: none;
    }

    .l-header__navArea.fixed {
        position: fixed;
        top: 60px;
    }

    .l-header__nav {
        height: 100%;
    }

    .l-header__nav .l-header__list {
        display: block;
    }

    .l-header__nav .l-header__list li {
        border-bottom: 1px solid #bfbfbf;
    }

    .l-header__nav .l-header__list li a {
        font-size: 1.5rem;
        height: auto;
        padding: 14px 20px;
        position: relative;
    }

    .l-header__nav .l-header__list li.nav__acc > a:after {
        content: "+";
        font-size: 2rem;
        font-weight: bold;
        position: absolute;
        top: 50%;
        right: 15px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .l-header__nav .l-header__list li.nav__acc.is-open > a:after {
        content: "−";
        font-size: 2.4rem;
    }

    .l-header__nav .l-header__list li .megaMenu {
        position: static;
        height: auto;
        opacity: 1;
        transition: none;
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu .mega__ttl {
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .l-wrap {
        width: 100%;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list {
        display: block;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item {
        background-color: transparent;
        padding: 14px 20px;
        width: 100%;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__img {
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text {
        padding: 0;
        background-color: transparent;
        color: #fff;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .ttl {
        font-size: 1.6rem;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .ttl span {
        font-size: 1.4rem;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .address {
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item .item__text .type {
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.hall .p-hall__list .hall__item:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .l-wrap {
        width: 100%;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list {
        display: block;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item {
        width: 100%;
        padding: 14px 20px;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item:nth-child(-n+4) {
        margin-bottom: 0;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .item__img {
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .ttl {
        font-size: 1.6rem;
        text-align: left;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item .ttl span {
        font-size: 1.5rem;
        display: none;
    }

    .l-header__nav .l-header__list li .megaMenu.plan .p-plan__list .plan__item:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .l-header__nav .l-header__list li:hover {
        border-bottom: 1px solid #bfbfbf;
    }

    .l-header__nav .l-header__list li:hover .megaMenu {
        padding: 0;
    }

    .l-header__nav .l-header__list li:hover .megaMenu ul li {
        background: none;
    }

    .l-header__nav .l-header__list li.is-open .megaMenu {
        height: auto;
        opacity: 1;
    }

    .headerNav__sp {
        display: block;
        width: 100%;
        height: 60px;
    }

    .headerNav__sp .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    .headerNav__sp .menu li {
        height: 100%;
        width: calc((100% - 75px) / 3);
        border-right: 1px solid #fff;
    }

    .headerNav__sp .menu li a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #4D120D;
        color: #fff;
        font-size: 1.1rem;
        font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
        font-weight: 600;
    }

    .headerNav__sp .menu li a img {
        margin-bottom: 5px;
    }

    .headerNav__sp .menu li:nth-child(4) {
        background-color: #000000;
        position: relative;
        width: 75px;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger {
        transition: all 0.2s;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger span {
        z-index: 99999;
        display: inline-block;
        transition: all 0.2s;
        box-sizing: border-box;
        position: absolute;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        width: 32px;
        right: 18px;
        transition: 0.3s ease all;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger span:nth-of-type(1) {
        top: 12px;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger span:nth-of-type(2) {
        top: 22px;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger span:nth-of-type(3) {
        top: 32px;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger span:nth-of-type(4) {
        right: 18px;
        width: auto;
        height: auto;
        background-color: transparent;
        top: 40px;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger.is-active span:nth-of-type(1) {
        -ms-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger.is-active span:nth-of-type(2) {
        opacity: 0;
    }

    .headerNav__sp .menu li:nth-child(4) .c-hamburger.is-active span:nth-of-type(3) {
        -ms-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }

    .headerNav__sp.fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
    }
}

/* —————————————————
  フッター footer
  —————————————————*/
.l-footer {
    background-color: #242424;
    padding-top: 90px;
}

.l-footer .l-footer__wrap {
    width: calc(100% - 80px);
    max-width: 1230px;
    margin: 15px auto;
}

.l-footer .l-footer__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-footer__info {
    position: relative;
    padding-right: 35px;
    margin-right: 35px;
}

.l-footer__info::after {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 1px dashed #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.l-footer__info .l-footer__logo {
    margin-bottom: 28px;
}

.l-footer__info .address__txt {
    color: #B68933;
    font-size: 1.5rem;
    line-height: 1.7;
}

.l-footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
}

.l-footer__nav .linkList:not(:last-child) {
    margin-right: 8%;
}

.l-footer__nav .linkList li:not(:last-child) {
    margin-bottom: 15px;
}

.l-footer__nav .linkList li a {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    white-space: nowrap
}

.l-footer__nav .linkList li a:hover {
    text-decoration: underline;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.l-footer__nav .linkList li ul {
    margin-top: 15px;
}

.l-footer__nav .linkList li ul li a {
    font-size: 1.4rem;
}

.l-footer__ig {
    text-align: right;
    margin-top: 15px;
}

.l-footer__ig ul {
    display: flex;
    justify-content: flex-end
}

.l-footer__ig ul li {
    margin-left: 14px
}

.l-footer__bottom {
    padding-bottom: 115px;
    margin-top: 55px
}

.l-footer__bottom p {
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

.l-footer__bottom p small {
    font-size: 100%;
}

/* —————————————————
  フッター footer レシポンシブ
  —————————————————*/
@media screen and (max-width: 992px) {
    .l-footer {
        padding-top: 55px;
    }

    .l-footer .l-footer__wrap {
        width: calc(100% - 40px);
    }

    .l-footer .l-footer__block {
        display: block;
    }

    .l-footer__info {
        padding-right: 0;
        margin-right: 0;
    }

    .l-footer__info::after {
        display: none;
    }

    .l-footer__info .l-footer__logo {
        margin-bottom: 15px;
        text-align: center;
    }

    .l-footer__info .address__txt {
        font-size: 1.4rem;
        line-height: 1.6;
        text-align: center;
    }

    .l-footer__nav {
        display: none;
    }

.l-footer__ig ul {
    display: flex;
    justify-content: center
}

.l-footer__ig ul li {
    margin: 7px 7px 0 7px 
}

    .l-footer__bottom {
        padding-bottom: 105px;
    }

    .l-footer__bottom p {
        font-size: 1.2rem;
        text-align: center;
    }
}

/* —————————————————
  フッター 固定
  —————————————————*/
.contact-fixed {
    background: #5D483D;
    color: #fff;
    padding: 0 10px;
    height: 95px;
}

.contact-fixed .wrap {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.contact-fixed .hurry__block {
    border-right: 1px dotted #fff;
    padding-right: 2.3vw;
    margin-right: 2.3vw
}

.contact-fixed .hurry__block a {
    font-size: min(1.2vw, 1.8rem);
    padding: 20px 2vw;
    border: 1px solid #fff;
    white-space: nowrap
}

.contact-fixed .tel-item p {
    font-size: 1.5rem;
    font-size: min(1vw, 1.4rem);
}

.contact-fixed .tel-item .tel {
    margin-top: 8px;
    margin-right: 2vw
}

.contact-fixed .tel-item img {
    width: min(18vw, 295px);
}

.contact-fixed .jizen-item {
    margin-right: 1.7vw
}

.contact-fixed .jizen-item dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-fixed .jizen-item dl:first-of-type {
    margin-bottom: 7px;
}

.contact-fixed .jizen-item dl dt {
    color: #fff;
    background-color: #B68933;
    font-size: min(0.972vw, 1.3rem);
    width: min(5.903vw, 80px);
    padding: 4px 0;
    text-align: center;
    font-weight: 400;
    margin-right: 10px;
    white-space: nowrap
}

.contact-fixed .jizen-item dl dd {
    font-size: 1.6rem;
    font-size: min(1vw, 1.6rem);
    white-space: nowrap
}

.btn__block {
    display: flex;
    align-items: center
}

.contact-fixed .line__btn {
    width: 100%;
    max-width: 200px;
    height: 40px;
    white-space: nowrap
}

.contact-fixed .banner_kainan {
    margin-right: 15px
}

.contact-fixed .banner_kainan img {
    width: 205px;
}

.contact-fixed .line__btn a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #0AB53C;
    border-radius: 50px;
    font-size: min(1.181vw, 1.7rem);
}

.contact-fixed .line__btn a::before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../img/icon_line.svg") no-repeat top left/100%;
    margin-right: 5px;
}

.contact-fixed.fixed__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    z-index: 2;
}

.contact-fixed.fixed__bottom.js-on {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
    .contact-fixed {
        background: #fff;
        padding: 0;
        height: 50px;
    }

    .contact-fixed .wrap {
        display: none;
    }

    .contact-fixed .btn__list {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
    }

    .contact-fixed .btn__list li {
        width: 50%;
    }

    .contact-fixed .btn__list li a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.5rem;
    }

    .contact-fixed .btn__list li.tel a {
        color: #313131;
    }

    .contact-fixed .btn__list li.tel a::before {
        content: "";
        width: 32px;
        height: 18px;
        display: inline-block;
        background: url("../img/icon_dial.svg") no-repeat top left/100%;
    }

    .contact-fixed .btn__list li.line a {
        background-color: #0AB53C;
    }

    .contact-fixed .btn__list li.line a::before {
        content: "";
        width: 28px;
        height: 28px;
        display: inline-block;
        background: url("../img/icon_line.svg") no-repeat top left/100%;
        margin-right: 6px;
    }
}

/* —————————————————
  共通項目
  —————————————————*/
.l-wrap {
    width: calc(100% - 60px);
    max-width: 1140px;
    margin: 0 auto;
}

.c-ttl {
    text-align: center;
    font-size: 4.2rem;
    line-height: 1;
}

.c-btn a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #6A4F28;
    background-color: #fff;
    color: #6A4F28;
    transition: all 0.3s ease;
    font-size: 2rem;
}

.c-btn a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 16px solid #6A4F28;
    border-right: 0;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.c-btn a:hover {
    color: #fff;
    background-color: #6A4F28;
}

.c-btn a:hover::before {
    border-left-color: #fff;
}

@media screen and (max-width: 767px) {
    .l-wrap {
        width: calc(100% - 40px);
    }

    .c-ttl {
        text-align: center;
        font-size: 2.8rem;
    }

    .c-btn a {
        font-size: 1.6rem
    }
}

/* ---------------------------------------------
  top-mv
  --------------------------------------------- */
.top-mv {
    width: 100%;
    position: relative;
    height: 100vh;
    min-height: 600px;
}

#sample-page .top-mv {
    background: url("../img/inorie_bg.png") no-repeat top left/cover;
}

.p-mv__ttl {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 49%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 5.5rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px 8px rgba(118, 88, 20, 0.72);
}

.p-mv__inorie {
    position: absolute;
    left: 36px;
    bottom: 40px;
    width: 34%;
    max-width: 410px;
    height: 146px;
    z-index: 9;
}

.p-mv__inorie a {
    width: 100%;
    height: 100%;
    background: url("../img/inorie_bg.png") no-repeat top left/cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 30px;
}

.p-mv__bnr {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 9;
    width: 12%;
    max-width: 140px;
}

.p-mv__bnr li a {
    width: 100%;
    display: block;
}

.p-mv__bnr li a img {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.p-mv__bnr li:first-child {
    margin-bottom: 15px;
}

.top-mv .slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.top-mv .slider .slick-list {
    height: 100%;
}

.top-mv .slider .slick-track {
    height: 100%;
}

.top-mv .slider .slide-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 992px) {
    .top-mv {
        height: calc(100vh - 120px);
        min-height: auto;
        margin-top: 0;
    }

    .p-mv__ttl {
        font-size: 6.133vw;
        top: 45%;
        left: 50%;
    }

    .p-mv__inorie {
        left: inherit;
        right: 0;
        bottom: 15px;
        width: 100%;
        max-width: 200px;
        height: 70px;
    }

    .p-mv__inorie span:first-child {
        margin-right: 15px;
    }

    .p-mv__inorie a {
        padding: 0 16px;
    }

    .p-mv__bnr {
        display: none;
    }
}

/* ---------------------------------------------
  top-concept
  --------------------------------------------- */
.top-concept {
    padding: 115px 0 120px;
    background: url("../img/concept_bg.jpg") no-repeat top right/cover;
}

.top-concept .p-concept {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 140px;
}

.top-concept .p-concept .item__text {
    width: 35%;
    margin-right: 6%;
}

.top-concept .p-concept .item__text .c-fBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-concept .p-concept .item__text .c-fBox .c-ttl {
    margin-left: 40px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Big Caslon", "Times New Roman", sans-serif;
    text-align: left;
    font-size: min(4.737vw, 5.4rem);
    line-height: 1;
}

.top-concept .p-concept .item__text .c-fBox .disc {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-size: min(1.754vw, 2rem);
    line-height: 2.25;
    font-feature-settings: "pkna";
    letter-spacing: 0.05em;
}

.top-concept .p-concept .item__text .c-fBox .disc span {
    text-indent: -12px;
    display: inline-block;
    font-feature-settings: "plat";
}

.top-concept .p-concept .item__text .c-btn {
    width: 100%;
    max-width: 178px;
    height: 38px;
    margin-top: 35px;
}

.top-concept .p-concept .item__text .c-btn a {
    border-color: #B68933;
    color: #B68933;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.top-concept .p-concept .item__text .c-btn a::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #B68933;
}

.top-concept .p-concept .item__text .c-btn a:hover {
    color: #fff;
    background-color: #B68933;
}

.top-concept .p-concept .item__text .c-btn a:hover::before {
    border-left-color: #fff;
}

.top-concept .p-concept .item__img {
    width: 49.4vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    margin-right: 30px;
}

.p-hall .c-ttl {
    margin-bottom: 56px;
}

.p-hall .c-btn {
    max-width: 266px;
    height: 50px;
    margin: 50px auto 0;
}

.p-hall .c-btn a {
    font-size: 2rem;
}

.p-hall .p-hall__list {
    display: -ms-flexbox;
    display: flex;

}

.p-hall .p-hall__list .hall__item {
    background: #fff;
}

.p-hall .p-hall__list .hall__item:not(:nth-child(3n)) {
    margin-right: 2.6%;
}

.p-hall .p-hall__list .hall__item .item__text {
    padding: 25px;
}

.p-hall .p-hall__list .hall__item .item__text .ttl {
    font-size: 2.2rem;
    line-height: 1;
}

.p-hall .p-hall__list .hall__item .item__text .ttl span {
    font-size: 1.6rem;
}

.p-hall .p-hall__list .hall__item .item__text .address {
    font-size: 1.6rem;
    margin-top: 10px;
}

.p-hall .p-hall__list .hall__item .item__text .tel {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 10px;
}

.p-hall .p-hall__list .hall__item .item__text .tel::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon_tel.svg") no-repeat top left/100%;
    margin-right: 8px;
}

.p-hall .p-hall__list .hall__item .item__text .btn {
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #342208;
    border-radius: 50px;
    font-size: 1.7rem;
    margin-top: 20px;
}

.p-hall .p-hall__list .hall__item .item__text .type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
}

.p-hall .p-hall__list .hall__item .item__text .type li {
    padding: 6px 10px;
    font-size: 1.5rem;
    color: #fff;
}

.p-hall .p-hall__list .hall__item .item__text .type li:not(:last-child) {
    margin-right: 10px;
}

.p-hall .p-hall__list .hall__item .item__text .type li.capacity {
    background-color: #A77F33;
}

.p-hall .p-hall__list .hall__item .item__text .type li.yoshitsu {
    background-color: #628818;
}

.p-hall .p-hall__list .hall__item .item__text .type li.washitsu {
    background-color: #882E18;
}

@media screen and (max-width: 767px) {
    .top-concept {
        padding: 65px 0;
        background: url("../img/concept_bg_sp.jpg") no-repeat top right/cover;
    }

    .top-concept .p-concept {
        display: block;
        margin-bottom: 55px;
    }

    .top-concept .p-concept .item__text {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }

    .top-concept .p-concept .item__text .c-fBox {
        margin: 0 auto;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-concept .p-concept .item__text .c-fBox .c-ttl {
        margin: 0 10px 0 25px;
        font-size: 3.2rem;
    }

    .top-concept .p-concept .item__text .c-fBox .disc {
        font-size: 1.6rem;
        line-height: 2.32;
    }

    .top-concept .p-concept .item__text .c-fBox .disc span {
        text-indent: -8px;
    }

    .top-concept .p-concept .item__text .c-btn {
        max-width: 150px;
        height: 35px;
        margin: 50px auto 0;
    }

    .top-concept .p-concept .item__text .c-btn a {
        font-size: 1.5rem;
    }

    .top-concept .p-concept .item__text .c-btn a::before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #B68933;
    }

    .top-concept .p-concept .item__img {
        width: calc(100vw - 20px);
        margin-left: calc(50% - 50vw);
        height: 200px;
        margin-top: 25px;
    }

    .top-concept .p-concept .item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .p-hall .c-ttl {
        margin-bottom: 30px;
    }

    .p-hall .c-btn {
        max-width: 248px;
        margin: 30px auto 0;
    }

    .p-hall .c-btn a {
        font-size: 1.7rem;
    }

    .p-hall .p-hall__list {
        display: block;
    }

    .p-hall .p-hall__list .hall__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .p-hall .p-hall__list .hall__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .p-hall .p-hall__list .hall__item .item__text {
        padding: 20px;
        background-color: #fff;
    }

    .p-hall .p-hall__list .hall__item .item__text .ttl {
        font-size: 2rem;
    }

    .p-hall .p-hall__list .hall__item .item__text .ttl span {
        font-size: 1.4rem;
    }

    .p-hall .p-hall__list .hall__item .item__text .address {
        font-size: 1.5rem;
        line-height: 1;
    }

    .p-hall .p-hall__list .hall__item .item__text .tel {
        font-size: 2rem;
        margin-top: 10px;
        line-height: 1;
    }

    .p-hall .p-hall__list .hall__item .item__text .tel::before {
        width: 15px;
        height: 15px;
    }

    .p-hall .p-hall__list .hall__item .item__text .btn {
        height: 34px;
        font-size: 1.5rem;
        margin-top: 16px;
    }

    .p-hall .p-hall__list .hall__item .item__text .type {
        margin-top: 12px;
    }

    .p-hall .p-hall__list .hall__item .item__text .type li {
        padding: 6px;
        font-size: 1.2rem;
    }

    .p-hall .p-hall__list .hall__item .item__text .type li:not(:last-child) {
        margin-right: 10px;
    }
}

/* ---------------------------------------------
  top-plan
  --------------------------------------------- */
.top-plan {
    padding: 100px 0;
}

.top-plan .c-ttl {
    margin-bottom: 40px;
}

.top-plan .c-lead {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
    line-height: 1.9;
}

.top-plan .c-btn {
    max-width: 286px;
    height: 60px;
    margin: 30px auto 0;
}

.top-plan .c-btn a {
    border-color: #0F0E0E;
    background-color: #0F0E0E;
    color: #fff;
    font-size: 2rem;
}

.top-plan .c-btn a::before {
    border-left-color: #fff;
}

.top-plan .c-btn a:hover {
    color: #0F0E0E;
    background-color: #fff;
}

.top-plan .c-btn a:hover::before {
    border-left-color: #0F0E0E;
}

.top-plan .p-plan__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-plan .p-plan__list .plan__item {
    border: 1px solid #707070;
    width: 31.5333333333%;
    display: block;
    background-color: #fff;
    padding: 50px 25px 35px;
    position: relative;
}

.top-plan .p-plan__list .plan__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #4D120D;
    opacity: 0;
    transition: all 0.3s;
}

.top-plan .p-plan__list .plan__item:hover {
    opacity: 1;
}

.top-plan .p-plan__list .plan__item:hover::before {
    opacity: 1;
}

.top-plan .p-plan__list .plan__item:not(:nth-child(3n)) {
    margin-right: 2.6%;
}

.top-plan .p-plan__list .plan__item:nth-child(-n+3) {
    margin-bottom: 40px;
}

.top-plan .p-plan__list .plan__item .ttl {
    text-align: center;
    font-size: 3.3rem;
    margin-bottom: 28px;
}

.top-plan .p-plan__list .plan__item .ttl span {
    font-size: 1.7rem;
    display: block;
    margin-bottom: 8px;
}

.top-plan .p-plan__list .plan__item .item__img {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 172px;
}

.top-plan .p-plan__list .plan__item .item__text {
    margin-top: 40px;
}

.top-plan .p-plan__list .plan__item .item__text p {
    font-size: 1.4rem;
    padding-left: 8px;
}

.top-plan .p-plan__list .plan__item .item__text p.hall {
    line-height: 1.7;
}

.top-plan .p-plan__list .plan__item .item__text .member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 16px;
    margin: 18px 0;
    border-bottom: 1px dotted #707070;
    padding: 0 6px 16px;
}

.top-plan .p-plan__list .plan__item .item__text .member .label {
    background-color: #901D1D;
    padding: 7px 8px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.top-plan .p-plan__list .plan__item .item__text .member .price {
    font-size: 2rem;
    line-height: 1;
}

.top-plan .p-plan__list .plan__item .item__text .member .price .num {
    font-size: 3.3rem;
    font-family: "Times New Roman", sans-serif;
    margin-right: 5px;
}

.top-plan .p-plan__list .plan__item .item__text .member .price .tax {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
}

.top-plan .p-plan__list .plan__item .item__text .regular {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 6px;
}

.top-plan .p-plan__list .plan__item .item__text .regular .label {
    font-size: 1.3rem;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid #707070;
}

.top-plan .p-plan__list .plan__item .item__text .regular .price {
    font-size: 1.8rem;
    line-height: 1;
}

.top-plan .p-plan__list .plan__item .item__text .regular .price .num {
    font-size: 2.6rem;
    font-family: "Times New Roman", sans-serif;
    margin-right: 5px;
}

.top-plan .p-plan__list .plan__item .item__text .regular .price .tax {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
}

.top-plan .p-plan__list .plan__item .item__text .note {
    color: #126723;
    margin-top: 10px !important;
}

.top-plan .p-plan__list .plan__item .suggest_btn {
    background: #43130f;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
    border-radius: 3px
}

.top-plan .p-plan__list .plan__item .suggest_btn p {
    font-size: 1.6rem;
    color: #fff;
}

.osusume_wrap {
    margin-top: 30px;
    border:1px solid #585858;
    padding: 25px 15px 15px 15px;
    position: relative;
    background: #f5f5f5
}

.osusume_wrap h4 {
    background: #43130f;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top:-15px;
    left: 10px
}

.osusume_wrap .parson {
    font-size: 1.5rem
}

.osusume_member,.osusume_regular {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.osusume_member .label,.osusume_regular .label {
    font-size: 1.2rem;
    padding: 6px 8px 5px;
    margin-right: 12px;
    width: 5.5em;
    text-align: center
}

.osusume_member .num,.osusume_regular .num {
    font-size: 1.8rem;
}

.osusume_member .tax,.osusume_regular .tax {
    font-size: 1.2rem;
}

.osusume_member .label {
    background-color: #1f5f1f;
    color:#fff;
}

.osusume_regular .label {
    background-color: #fff;
    border:1px solid #000
}

.top-plan .p-plan__list .plan__item:nth-child(4n) .item__img {
    min-height: 145px;
}

.top-plan .p-plan__list .plan__item:nth-child(4n) .item__text {
    margin-top: 35px;
}

.top-plan .p-plan__list .other__plan {
    -ms-flex: 1;
    flex: 1;
}

.top-plan .p-plan__list .other__plan .plan__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    min-height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.top-plan .p-plan__list .other__plan .plan__item .item__img {
    width: 41%;
    margin-bottom: 0;
    min-height: auto;
}

.top-plan .p-plan__list .other__plan .plan__item .item__text {
    width: 56.5%;
    margin-top: 0;
}

.top-plan .p-plan__list .other__plan .plan__item .item__text .ttl {
    text-align: left;
    margin-bottom: 10px;
    font-size: 3.6rem;
}

.top-plan .p-plan__list .other__plan .plan__item .item__text .lead {
    font-size: 1.5rem;
    margin-bottom: 10px !important;
    padding: 0;
    line-height: 1.5 !important
}

.top-plan .p-plan__list .other__plan .plan__item .item__text p {
    padding: 0;
}

.top-plan .p-plan__list .other__plan .plan__item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .top-plan .p-plan__list .plan__item {
        width: 48.6%;
        height: 100%;
        padding: 30px 15px;
    }

    .top-plan .p-plan__list .plan__item::before {
        display: none;
    }

    .top-plan .p-plan__list .plan__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .top-plan .p-plan__list .plan__item:nth-child(odd) {
        margin-right: 2.6%;
    }

    .top-plan .p-plan__list .plan__item:nth-child(-n+3) {
        margin-bottom: 20px;
    }

    .top-plan .p-plan__list .plan__item:nth-child(-n+4) {
        margin-bottom: 20px;
    }

    .top-plan .p-plan__list .plan__item:nth-child(4n) .item__img {
        min-height: 152px;
    }

    .top-plan .p-plan__list .other__plan {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .top-plan .p-plan__list .other__plan .plan__item {
        width: 48.5%;
        height: 100%;
        display: block;
        padding: 30px 25px;
        background-color: #F4F4F4;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__img {
        width: 100%;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__img img {
        width: 224px;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__text {
        width: 100%;
        margin-top: 40px;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__text .ttl {
        margin-bottom: 16px;
    }

    .top-plan .p-plan__list .other__plan .plan__item:nth-child(2) .item__img img {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .top-plan {
        padding: 55px 0;
    }

    .top-plan .c-ttl {
        margin-bottom: 30px;
    }

    .top-plan .c-lead {
        font-size: 1.5rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .top-plan .c-btn {
        height: 48px;
    }

    .top-plan .c-btn a {
        font-size: 1.9rem;
    }

    .top-plan .p-plan__list {
        display: block;
    }

    .top-plan .p-plan__list .plan__item {
        width: 100%;
    }

    .top-plan .p-plan__list .plan__item a {
        padding: 40px 20px;
    }

    .top-plan .p-plan__list .plan__item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .top-plan .p-plan__list .plan__item:nth-child(-n+3) {
        margin-bottom: 25px;
    }

    .top-plan .p-plan__list .plan__item:not(:last-child) {
        margin-bottom: 25px;
    }

    .top-plan .p-plan__list .plan__item .ttl {
        font-size: 3.3rem;
        margin-bottom: 20px;
    }

    .top-plan .p-plan__list .plan__item .ttl span {
        font-size: 1.5rem;
    }

    .top-plan .p-plan__list .plan__item .item__img {
        min-height: inherit;
        width: 65%;
        margin: 0 auto;
    }

    .top-plan .p-plan__list .plan__item .item__text {
        margin-top: 30px;
    }

    .top-plan .p-plan__list .plan__item .item__text .pack {
        padding-left: 15px;
        font-size: 1.5rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .hall {
        font-size: 1.4rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .note {
        margin-top: 0;
    }

    .top-plan .p-plan__list .plan__item .item__text .member {
        padding-bottom: 15px;
        margin: 15px 0;
    }

    .top-plan .p-plan__list .plan__item .item__text .member .label {
        padding: 2px 8px;
        margin-right: 10px;
        font-size: 1.2rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .member .price {
        font-size: 1.8rem;
        white-space: nowrap;
    }

    .top-plan .p-plan__list .plan__item .item__text .member .price .num {
        font-size: 3rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .member .price .tax {
        font-size: 1.2rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .regular {
        margin-bottom: 18px;
        padding-left: 15px;
    }

    .top-plan .p-plan__list .plan__item .item__text .regular .label {
        font-size: 1rem;
        padding: 2px 8px;
        margin-right: 5px;
    }

    .top-plan .p-plan__list .plan__item .item__text .regular .price {
        font-size: 1.6rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .regular .price .num {
        font-size: 2.3rem;
    }

    .top-plan .p-plan__list .plan__item .item__text .regular .price .tax {
        font-size: 1.1rem;
    }

    .top-plan .p-plan__list .plan__item:nth-child(4n) .item__img {
        min-height: inherit;
    }

    .top-plan .p-plan__list .plan__item:nth-child(4n) .item__text .pack {
        padding-left: 0;
    }

    .top-plan .p-plan__list .other__plan .plan__item {
        width: 100%;
        background-color: #F4F4F4;
    }

    .top-plan .p-plan__list .other__plan .plan__item a {
        display: block;
        padding: 40 25px;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__img {
        width: 100%;
        margin-bottom: 0;
        min-height: auto;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__img img {
        width: 224px;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__text {
        width: 100%;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__text .ttl {
        text-align: center;
        margin-bottom: 16px;
    }

    .top-plan .p-plan__list .other__plan .plan__item .item__text .lead {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .top-plan .p-plan__list .other__plan .plan__item:last-child {
        margin-bottom: 0;
    }

    .top-plan .p-plan__list .other__plan .plan__item:nth-child(2) .item__img img {
        width: 100px;
    }
}

/* ---------------------------------------------
  top-nukumori
  --------------------------------------------- */
.top-nukumori {
    padding: 85px 0 0;
    background: url("../img/nukumori_bg.png") no-repeat top left/cover;
}

.top-nukumori .nukumori__ttl {
    text-align: center;
}

.top-nukumori .nukumori__ttl + p {
    font-size: 2.0rem;
    text-align: center;
    margin-top: 20px;
}

.top-nukumori .c-btn {
    max-width: 246px;
    height: 50px;
    margin: 25px auto 0;
}

.top-nukumori .p-instagram {
    margin-top: 50px;
}

.top-nukumori .p-instagram .ttl {
    padding: 0 30px;
    margin-bottom: 15px;
}

.top-nukumori .p-instagram .ttl span.icon img {
    max-width: 45px;
    height: auto;
    margin-right: 8px
}

.ud-nukumori {
    padding: 85px 0 65px !important;
}

@media screen and (max-width: 767px) {
    .top-nukumori {
        padding: 55px 0 0;
        background-image: url("../img/nukumori_bg_sp.png");
    }

    .top-nukumori .nukumori__ttl {
        padding: 0 20px;
    }

    .top-nukumori .nukumori__ttl + p {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .top-nukumori .c-btn {
        max-width: 230px;
        margin: 20px auto 0;
    }

    .top-nukumori .p-instagram {
        margin-top: 40px;
        width: 100%;
    }

    .top-nukumori .p-instagram .icon {
        display: inline-block;
        width: 35px;
    }

    .top-nukumori .p-instagram .text {
        display: inline-block;
        width: 100px;
    }

    .top-nukumori .p-instagram .ttl {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .ud-nukumori {
        padding: 55px 0 45px !important;
    }
}

/* ---------------------------------------------
  top-info
  --------------------------------------------- */
.top-info {
    padding: 110px 0;
}

.top-info .l-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top-info .l-wrap .c-btn {
    position: absolute;
    bottom: 0;
    left: 4.8%;
    width: 130px;
    height: 40px;
}

.top-info .l-wrap .c-btn a {
    font-size: 1.5rem;
    color: #4D120D;
}

.top-info .l-wrap .c-btn a::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4D120D;
}

.top-info .l-wrap .c-btn a:hover {
    color: #fff;
}

.top-info .l-wrap .c-btn a:hover::before {
    border-left-color: #fff;
}

.top-info .c-ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 5.4rem;
    width: 20%;
    min-height: 280px
}

.top-info .c-ttl span {
    display: block;
    padding: 6px 0;
    margin-left: 8px;
    font-family: "Big Caslon", "Times New Roman", sans-serif;
    font-size: 1.9rem;
}

.top-info .p-info__list {
    width: 77%;
}

.top-info .p-info__list li {
    border: 1px solid #C9C9C9;
}

.top-info .p-info__list li:not(:last-child) {
    margin-bottom: 20px;
}

.top-info .p-info__list li a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-info .p-info__list li a .item__img {
    width: 17%;
}

.top-info .p-info__list li a .item__text {
    width: 78%;
}

.top-info .p-info__list li a .item__text .date {
    font-size: 1.5rem;
    margin-bottom: 8px
}

.top-info .p-info__list li a .item__text .ttl {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .top-info {
        padding: 55px 0;
    }

    .top-info .l-wrap {
        display: block;
    }

    .top-info .l-wrap .c-btn {
        position: static;
        width: 100%;
        max-width: 210px;
        height: 48px;
        font-size: 1.9rem;
        margin: 30px auto 0;
    }

    .top-info .l-wrap .c-btn a::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #4D120D;
    }

    .top-info .c-ttl {
        -ms-flex-align: center;
        align-items: center;
        font-size: 2.8rem;
        width: 100%;
        margin-bottom: 30px;
        min-height: auto
    }

    .top-info .c-ttl span {
        padding: 2px 0;
        margin-left: 0;
        font-size: 1.2rem;
    }

    .top-info .p-info__list {
        width: 100%;
    }

    .top-info .p-info__list li a {
        display: block;
    }

    .top-info .p-info__list li a .item__img {
        width: 100%;
    }

    .top-info .p-info__list li a .item__img img {
        width: 100%;
    }

    .top-info .p-info__list li a .item__text {
        width: 100%;
        padding: 15px 20px 20px;
    }

    .top-info .p-info__list li a .item__text .date {
        font-size: 1.4rem;
    }

    .top-info .p-info__list li a .item__text .ttl {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------
  top-voice
  --------------------------------------------- */
.top-voice {
    padding: 95px 0 120px;
    background-color: #F7F3EF;
    overflow: hidden;
}

.top-voice .l-wrap {
    position: relative;
}

.top-voice .c-ttl {
    color: #4D120D;
    font-size: 4rem;
    text-align: left;
    line-height: 1.625;
    margin-bottom: 50px;
    margin-top: -0.3125em;
}

.top-voice .c-btn {
    position: absolute;
    right: 0;
    top: 75px;
    width: 196px;
    height: 42px;
}

.top-voice .c-btn a {
    font-size: 1.8rem;
}

.top-voice .voice__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.top-voice .voice__list .item {
    margin: 0 10px;
}

.top-voice .voice__list .item .item__img {
    margin-bottom: 15px;
}

.top-voice .voice__list .item .item__text .evaluation {
    color: #B68933;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 300;
    margin-bottom: 8px;
}

.top-voice .voice__list .item .item__text .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 5px;
}

.top-voice .voice__list .item .item__text .disc {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .top-voice {
        padding: 55px 0;
    }

    .top-voice .c-ttl {
        font-size: 2.3rem;
        margin-bottom: 35px;
        text-align: center;
    }

    .top-voice .c-btn {
        position: static;
        width: 100%;
        max-width: 248px;
        height: 48px;
        font-size: 1.9rem;
        margin: 90px auto 0;
    }

    .top-voice .voice__list .item {
        margin: 0 10px;
    }

    .top-voice .voice__list .item .item__img {
        margin-bottom: 8px;
    }

    .top-voice .voice__list .item .item__text .evaluation {
        margin-bottom: 10px;
    }

    .top-voice .voice__list .item .item__text .ttl {
        margin-bottom: 8px;
    }
}

/* ---------------------------------------------
  top-service
  --------------------------------------------- */
.top-service {
    padding: 95px 0 100px;
}

.top-service .p-service__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-service .p-service__list .service__item {
    display: block;
    width: 47.5%;
}

.top-service .p-service__list .service__item:nth-child(odd) {
    margin-right: 5%;
}

.top-service .p-service__list .service__item:nth-child(-n+4) {
    margin-bottom: 60px;
}

.top-service .p-service__list .service__item .ttl {
    font-size: 3rem;
    margin-top: 15px;
}

.top-service .p-service__list .service__item .disc {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .top-service {
        padding: 55px 0;
    }

    .top-service .p-service__list {
        display: block;
    }

    .top-service .p-service__list .service__item {
        width: 100%;
    }

    .top-service .p-service__list .service__item:nth-child(odd) {
        margin-right: 0;
    }

    .top-service .p-service__list .service__item:nth-child(-n+4) {
        margin-bottom: 30px;
    }

    .top-service .p-service__list .service__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .top-service .p-service__list .service__item .ttl {
        font-size: 2.6rem;
    }

    .top-service .p-service__list .service__item .disc {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------
  top-contact
  --------------------------------------------- */
.top-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top-contact .contact__img {
    width: 50%;
}

.top-contact .contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact__text {
    width: 50%;
    background-color: #000000;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact__text .ttl {
    font-size: min(2.281vw, 2.6rem);
    margin-bottom: 20px;
}

.contact__text .tel {
    margin-bottom: 25px;
}

.contact__text .tel a {
    font-size: min(3.958vw, 5.7rem);
    font-weight: 600;
    font-family: "Arial", sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact__text .tel a::before {
    content: "";
    width: 82px;
    height: 47px;
    display: inline-block;
    background: url("../img/icon_dial.svg") no-repeat top left/100%;
}

.contact__text dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 366px;
    margin: 0 auto;
}

.contact__text dl:first-of-type {
    margin-bottom: 18px;
}

.contact__text dl dt {
    border: 1px solid #DEC156;
    color: #DEC156;
    font-size: 1.5rem;
    width: 100px;
    padding: 6px 8px;
    text-align: center;
    font-weight: 400;
    margin-right: 16px;
    white-space: nowrap
}

.contact__text dl dd {
    font-size: 2.0rem;
}

.contact__text .btn__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.contact__text .btn__list li {
    width: 50%;
    max-width: 240px;
    height: 50px;
    margin: 0 10px;
}

.contact__text .btn__list li a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 1.7rem;
    transition: all 0.3s ease;
}

.contact__text .btn__list li:first-child a:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
}

.contact__text .btn__list li.line a {
    background-color: #0AB53C;
    border-color: #0AB53C;
}

.contact__text .btn__list li.line a::before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url("../img/icon_line.svg") no-repeat top left/100%;
    margin-right: 5px;
}

@media screen and (max-width: 767px) {
    .top-contact {
        display: block;
    }

    .top-contact .contact__img {
        width: 100%;
    }

    .top-contact .contact__img img {
        height: auto;
        -o-object-fit: initial;
        object-fit: initial;
    }

    .contact__text {
        width: 100%;
        padding: 50px 20px;
    }

    .contact__text .ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .contact__text .tel {
        margin-bottom: 5px;
    }

    .contact__text .tel a {
        font-size: 3.7rem;
    }

    .contact__text .tel a::before {
        width: 55px;
        height: 33px;
    }

    .contact__text dl {
        max-width: 280px;
        margin: 0 auto;
    }

    .contact__text dl dt {
        font-size: 1.1rem;
        width: 80px;
        padding: 6px;
        margin-right: 12px;
    }

    .contact__text dl dd {
        font-size: 1.6rem;
    }

    .contact__text .btn__list {
        display: block;
        margin-top: 25px;
    }

    .contact__text .btn__list li {
        width: 100%;
        max-width: 224px;
        height: 46px;
        margin: 0 auto;
    }

    .contact__text .btn__list li a {
        font-size: 1.5rem;
    }

    .contact__text .btn__list li.line {
        margin-top: 15px;
    }
}

/* ---------------------------------------------
  下階層共通項目
  --------------------------------------------- */
.bg-stone {
    background: url(../img/common/bg-stone.jpg)center center / 300px 300px repeat;
}

.sub-ttl {
    width: 100%;
    height: 600px;
    min-height: auto;
    background-color: #333333;
}

.sub-ttl h1 {
    font-size: 4.8rem;
    letter-spacing: 1.5px
}

.sub-ttl h1 span {
    display: block;
    font-size: 1.7rem;
    font-weight: 400
}

#information .sub-ttl {
    background: url(../img/mv/sample.jpg)no-repeat center center /cover;
}

#voice .sub-ttl {
    background: url(../img/mv/voice.jpg)no-repeat center center /cover;
}

#concept .sub-ttl {
    background: url(../img/mv/concept.jpg)no-repeat center center /cover;
}

#hall .sub-ttl {
    background: url(../img/mv/hall.jpg)no-repeat center center /cover;
}

#nukumori-shikone .sub-ttl {
    background: url(../img/mv/hall-nukumori.jpg)no-repeat center center /cover;
}

#himawari .sub-ttl {
    background: url(../img/mv/hall-himawari.jpg)no-repeat center center /cover;
}

#goshikidai .sub-ttl {
    background: url(../img/mv/hall-goshikidai.jpg)no-repeat center center /cover;
}

#plan .sub-ttl {
    background: url(../img/mv/plan.jpg)no-repeat center center /cover;
}

#oneday .sub-ttl {
    background: url(../img/mv/plan.jpg)no-repeat center center /cover;
}

#kazokusou .sub-ttl {
    background: url(../img/mv/plan.jpg)no-repeat center center /cover;
}

#ippan .sub-ttl {
    background: url(../img/mv/plan.jpg)no-repeat center center /cover;
}

#tyokusou .sub-ttl {
    background: url(../img/mv/plan.jpg)no-repeat center center /cover;
}

#nukumori-noukan .sub-ttl {
    background: url(../img/mv/nukumori-noukan.jpg)no-repeat center center /cover;
}

#order .sub-ttl {
    background: url(../img/mv/order.jpg)no-repeat center center /cover;
}

#butsudan-salon .sub-ttl {
    background: url(../img/mv/salon.jpg)no-repeat center center /cover;
}

#member .sub-ttl {
    background: url(../img/mv/member.jpg)no-repeat center center /cover;
}

#syasou .sub-ttl {
    background: url(../img/mv/syasou.jpg)no-repeat center center /cover;
}

#ohitorisama .sub-ttl {
    background: url(../img/mv/ohitorisama.jpg)no-repeat center center /cover;
}

#syasou .sub-ttl {
    background: url(../img/mv/syasou.jpg)no-repeat center center /cover;
}

#inorie .sub-ttl {
    background: url(../img/mv/inorie.jpg)no-repeat center center /cover;
}

#soudan .sub-ttl {
    background: url(../img/mv/soudan.jpg)no-repeat center center /cover;
}

#support .sub-ttl {
    background: url(../img/mv/support01.jpg)no-repeat center center /cover;
}

.support_wrap .sub-ttl {
    background: url(../img/mv/support02.jpg)no-repeat center center /cover;
}

#contact .sub-ttl {
    background: url(../img/mv/other.jpg)no-repeat center center /cover;
}

#policy .sub-ttl {
    background: url(../img/mv/other02.jpg)no-repeat center center /cover;
}

#error404 .sub-ttl {
    background: url(../img/mv/other.jpg)no-repeat center center /cover;
}




.bread {
    display: flex;
    margin: 15px 0 0 0
}

.bread a {
    color: #8b661f
}

.bread li {
    font-size: 1.4rem;
}

.bread li::after {
    content: ">";
    margin: 0 15px
}

.bread li:last-child::after {
    content: none;
    margin: 0
}

.ud_cont {
    margin: 60px auto 0;
    padding-bottom: 100px
}

.ud_cont p {
    line-height: 1.85;
    margin-bottom: 1.5rem;
}

.ud_cont p:last-of-type {
    margin-bottom: 0
}

.ud_line_ttl {
    font-size: 3.3rem;
    border-bottom: 2px solid #050505;
    padding-bottom: 15px;
    margin-bottom: 45px
}


@media screen and (max-width: 767px) {

    .sub-ttl {
        height: 240px !important;
    }

    .sub-ttl h1 {
        font-size: 2.6rem;
    }

    .sub-ttl h1 span {
        font-size: 1.4rem
    }

    .bread {
        display: flex;
        margin: 10px 0 0 0
    }

    .bread li {
        font-size: 1.3rem;
    }

    .bread li::after {
        margin: 0 10px
    }

    .ud_cont {
        margin: 40px auto 0;
        padding-bottom: 50px
    }

    .ud_line_ttl {
        font-size: 2.3rem;
        padding-bottom: 10px;
        margin-bottom: 25px
    }
}


/* ---------------------------------------------
*   ページネーション
--------------------------------------------- */

.pager {
    margin: 0 auto 0
}

.pager .pagination {
    text-align: center;
    font-family: sans-serif
}

.pager .pagination {
    padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #B68933;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    font-size: 1.5rem;
    line-height: 0
}


.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #41120e;
    border-radius: 50px;
}

/********* ページネーション  レスポンシブ *********/
@media only screen and (max-width: 767px) {

    .pager {
        margin: 5px auto 0
    }


    .pager .pagination {
        text-align: center;
    }

    .pager .pagination li {
        display: none;
        font-size: 1.4rem;
        background: #4D120D;
    }

    .pager .pagination li.pre,
    .pager .pagination li.next {
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .pager .pagination li.pre a,
    .pager .pagination li.next a {
        width: 100%;
        text-align: center;
    }

    .pager .pagination li.pre span::after {
        content: "　前の10件へ";
    }

    .pager .pagination li.next span::before {
        content: "次の10件へ　";
    }

    .pager .pagination li a:hover,
    .pager .pagination li a.active {
        color: #fff;
        background: #6f0000;
        border-radius: 50px;
    }
}

/* ---------------------------------------------
*   投稿フォーマット共通
--------------------------------------------- */

.sng_cont {
    margin-top: 50px;
}

.sng_cont p {
    margin-bottom: 1em;
    line-height: 2
}

.sng_cont p:last-of-type {
    margin-bottom: 0
}

.sng_cont h1 {
    font-size: 3.6rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont h2 {
    font-size: 3.2rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont h3 {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont h4 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont h5 {
    font-size: 2rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont h6 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 15px 0
}

.sng_cont img {
    margin: 15px 0;
}

.sng_cont a {
    color: #CF0357
}

.sng_cont a:hover {
    color: #ff8000
}

.sing_next_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.9rem;
    margin-top: 45px
}

.sing_next_wrap a:hover {
    color: #6A4F28
}

.sing_next_wrap .sing_back::before {
    content: url(../img/common/sing_back.svg);
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    margin-right: 20px
}

.sing_next_wrap .sing_next::after {
    content: url(../img/common/sing_next.svg);
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    margin-left: 20px
}


/********* 投稿ページ詳細  レスポンシブ *********/
@media only screen and (max-width: 767px) {

    .sng_cont {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .sng_cont p {
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .sng_cont h1 {
        font-size: 3.2rem;
        margin-bottom: 10px
    }

    .sng_cont h2 {
        font-size: 2.8rem;
        margin-bottom: 10px
    }

    .sng_cont h3 {
        font-size: 2.4rem;
        margin-bottom: 10px
    }

    .sng_cont h4 {
        font-size: 2rem;
        margin-bottom: 10px
    }

    .sng_cont h5 {
        font-size: 1.8rem;
        margin-bottom: 10px
    }

    .sng_cont h6 {
        font-size: 1.6rem;
        font-weight: 600;
        margin: 15px 0
    }

    .sng_cont img {
        margin: 15px 0
    }

    .sing_next_wrap {
        font-size: 1.5rem;
        margin-top: 25px
    }

    .sing_next_wrap .sing_back::before {
        transform: scale(0.5);
        margin-right: -5px;
        margin-left: -5px;
    }

    .sing_next_wrap .sing_next::after {
        transform: scale(0.5);
        margin-left: -5px;
        margin-right: -5px
    }
}

/* ---------------------------------------------
  下階層　お知らせ
  --------------------------------------------- */

.frame_wrap {
    display: flex
}

.frame_wrap .frame_contents {
    width: calc(100% - 200px);
    padding-right: 60px
}

.frame_wrap .frame_menu {
    width: 200px;
}

.sidemenu_ttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #7c5d30;
    border-top: 2px solid #7c5d30
}

.info_sidemenu {
    font-size: 1.6rem;
}

.info_sidemenu:first-of-type {
    margin-bottom: 50px
}

.info_sidemenu li {
    margin: 12px 0;
    padding-left: 8px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #5F4116;

}

.info_sidemenu li a {
    color: #5F4116;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.info_sidemenu li a span {
    background: #D5C2A6;
    font-size: 1.3rem;
    padding: 4px;
    width: 22px;
    height: 22px;
    text-align: center
}

.info_list {
    margin-bottom: 40px
}

.info_list a {
    display: flex
}

.info_list li {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #707070;
}

.info_list a .info_img {
    width: 25%;
}

.info_list a .info_cont {
    width: 75%;
    padding: 10px 0px 10px 25px
}

.info_list .info_cont h3 {
    font-size: 2.0rem
}

.info_list .info_cont .info_date {
    font-size: 1.4rem;
    margin: 5px 0 10px
}

.info_list .info_cont .info_txt {
    font-size: 1.5rem;
    line-height: 1.7
}

.info_card_img {
    display: block;
    position: relative;
    padding-top: 64.661237785%;
    overflow: hidden;
    margin-bottom: -1px;
}

.info_card_img > img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.info_ttl {
    font-size: 3.6rem;
    border-bottom: 2px solid #050505;
    padding-bottom: 25px;
    margin-bottom: 25px;
    text-align: center
}

.info_ud_date {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px
}

p.info_cat {
    text-align: center;
    margin: 0 0 8px
}

p.info_cat a {
    font-size: 1.3rem;
    background-color: #4D120D;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px
}



@media only screen and (max-width: 767px) {

    .frame_wrap {
        display: block;
    }

    .frame_wrap .frame_contents {
        width: 100%;
        padding-right: 0
    }

    .frame_wrap .frame_menu {
        width: 100%;
        margin-top: 35px
    }

    .sidemenu_ttl {
        margin-bottom: 25px;
        padding: 10px 0;
    }

    .info_sidemenu {
        font-size: 1.5rem;
    }

    .info_sidemenu:first-of-type {
        margin-bottom: 30px
    }

    .info_sidemenu li {
        margin: 10px 0;
        padding-left: 5px;
        padding-bottom: 10px;

    }

    .info_sidemenu li a span {
        font-size: 1.2rem;
        width: 20px;
        height: 20px;
    }

    .info_list a {
        display: block
    }

    .info_list li {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 22px;
    }

    .info_list a .info_img {
        width: 100%;
    }

    .info_list a .info_cont {
        width: 100%;
        padding: 18px 0px 0 0
    }

    .info_list .info_cont h3 {
        font-size: 1.7rem
    }

    .info_list .info_cont .info_date {
        font-size: 1.3rem;
        margin: 3px 0 10px
    }

    .info_list .info_cont .info_txt {
        font-size: 1.4rem;
        line-height: 1.55;
    }

    .info_card_img {
        display: block;
        position: relative;
        padding-top: 71.661237785%;
        overflow: hidden;
        margin-bottom: -1px;
    }

    .info_card_img > img {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }
}


/* ---------------------------------------------
  下階層　お客様の声
  --------------------------------------------- */

.voice_ttl {
    text-align: center;
    font-size: 3.3rem;
    margin-bottom: 12px
}

.voice_cach {
    text-align: center;
    font-size: 1.7rem;
}

.voice_list {
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 60px);
    margin: 45px 0 15px
}

.voice_list li {
    width: calc(100% / 3 - 60px);
    margin-right: 60px;
    margin-bottom: 40px
}

.voice_list li:nth-child(3n) {
    margin-right: 0
}

p.voice_star {
    color: #B68933;
    font-size: 1.5rem;
    margin: 12px 0 8px
}

.voice_list h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 8px
}

p.voice_comment {
    font-size: 1.4rem;
    line-height: 1.7
}

.voice_ud_star {
    text-align: center;
    font-size: 1.5rem
}

.voice_ud_star span {
    color: #B68933;
    margin-left: 15px
}

.voice_ud_img {
    max-width: 760px;
    margin: 45px auto 55px
}

.staff_comment {
    background: #dcede4;
    padding: 35px;
    margin-top: 40px
}

.staff_comment h3 {
    margin: 0 0 20px;
    font-size: 2rem;
    background: #fff;
    display: inline-block;
    border:1px solid #b7acac;
    padding: 8px 12px
}
@media only screen and (max-width: 767px) {

    .voice_ttl {
        font-size: 2.3rem;
        margin-bottom: 4px
    }

    .voice_cach {
        font-size: 1.5rem;
    }

    .voice_list {
        display: block;
        width: 100%;
        margin: 25px 0 5px
    }

    .voice_list li {
        width: 100%;
        ;
        margin-right: 0;
        margin-bottom: 25px
    }

    p.voice_star {
        font-size: 1.5rem;
        margin: 12px 0 5px
    }

    p.voice_comment {
        font-size: 1.4rem;
    }
    
    .voice_ud_img {
    max-width: 760px;
    margin: 25px auto 0px
}
    
    .staff_comment {
    background: #dcede4;
    padding: 20px;
    margin-top: 30px
}

.staff_comment h3 {
    margin: 0 0 15px;
    font-size: 1.65rem;
    padding: 8px 10px 7px
}
}


/* ---------------------------------------------
  下階層　コンセプト
  --------------------------------------------- */

.concept_cach {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 25px
}

.concept_cach p {
    font-size: 3.0rem;
    color: #886219
}

.concept_text p {
    font-size: 1.65rem;
    line-height: 2.0;
    margin-bottom: 1.5em
}

.concept_text p.strong {
    color: #157130;
    font-size: 2rem;
    line-height: 2.0;
}

.concept-img {
    margin-top: 50px
}


@media only screen and (max-width: 767px) {
    .concept_cach {
        text-align: left;
        margin-bottom: 30px;
        padding-top: 0px
    }

    .concept_cach p {
        font-size: 2rem;
    }

    .concept_text p {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 1.2em
    }

    .concept_text p.strong {
        font-size: 1.8rem;
        line-height: 1.7
    }

    .concept-img {
        margin-top: 35px
    }
}

/* ---------------------------------------------
  下階層　式場トップ
  --------------------------------------------- */

.hall_cach {
    text-align: center;
    margin-bottom: 55px
}

.hall_cach .main-cach {
    font-size: 4.3rem;
    line-height: 1.45;
}

.hall_cach .sub-cach {
    font-size: 1.9rem;
    color: #886219
}

#hall .p-hall .p-hall__list .hall__item .item__text .address {
    margin: 6px 0 0
}

#hall .p-hall .p-hall__list .hall__item .item__text .tel {
    margin-top: -6px;
}

#hall .plan_box {
    background: #EAEAEA;
    margin-top: 20px;
    padding: 20px 10px
}

#hall .plan_box h4 {
    text-align: center;
    font-size: 1.7rem
}

#hall .plan_box ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

#hall .plan_box ul li {
    color: #fff;
    font-size: 1.5rem;
    padding: 8px 10px;
    margin: 8px 5px 0
}

#hall .plan_box ul li.tag-kazokusou {
    background: #9A1010
}

#hall .plan_box ul li.tag-1day {
    background: #271B6A
}

#hall .plan_box ul li.tag-ippan {
    background: #015A12
}

#hall .plan_box ul li.tag-syasou {
    background: #580E50
}


@media only screen and (max-width: 767px) {

    .hall_cach {
        margin-bottom: 30px
    }

    .hall_cach .main-cach {
        font-size: 2.2rem;
        line-height: 1.6;
    }

    .hall_cach .sub-cach {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    #hall .p-hall .p-hall__list .hall__item .item__text .address {
        margin: 10px 0
    }

    #hall .p-hall .p-hall__list .hall__item .item__text .tel {
        margin-top: 5px;
    }

    #hall .plan_box {
        margin-top: 15px;
        padding: 18px 10px 18px
    }

    #hall .plan_box h4 {
        font-size: 1.6rem
    }

    #hall .plan_box ul {
        margin-top: 0px
    }

    #hall .plan_box ul li {
        font-size: 1.4rem;
        padding: 7px 10px;
        margin: 10px 7px 0
    }

    #hall .plan_box ul li.tag-kazokusou {
        background: #9A1010
    }

    #hall .plan_box ul li.tag-1day {
        background: #271B6A
    }

    #hall .plan_box ul li.tag-ippan {
        background: #015A12
    }

    #hall .plan_box ul li.tag-syasou {
        background: #580E50
    }
}


/* ---------------------------------------------
  下階層　式場詳細
  --------------------------------------------- */

.hall_ttl_box {
    text-align: center;
}

.hall_ttl_box .main-cach {
    font-size: 2rem;
    margin: 0 0 3px
}

.hall_ttl_box h3 {
    font-size: 4.4rem;
}

.hall_ttl_box h3 span {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2;
    color:#9b701e
}

.hall_ttl_box .sub-cach {
    font-size: 1.8rem;
    margin-top: 25px
}

.icon-ttl {
    color: #886219;
    font-size: 2.6rem;
    border-bottom: 2px dotted #886219;
    padding-bottom: 15px;
    margin-bottom: 45px;
    margin-top: 60px;
    line-height: 0
}

.icon-ttl::before {
    content: "";
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../img/common/icon-ttl.svg") no-repeat bottom left/100%;
    margin-right: 10px;
    margin-bottom: -2px
}

.fas_list {
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 45px)
}

.fas_list li {
    width: calc(100% / 2 - 45px);
    margin-right: 45px;
    margin-bottom: 30px
}

.fas_list h5 {
    color: #6A4F28;
    font-size: 2.3rem;
    margin: 17px 0 8px
}

.fas_list p {
    font-size: 1.55rem;
    line-height: 1.65;
}

.hall-kannaizu {
    margin-top: -40px
}

.hall-kannaizu .map {
    display: flex;
    justify-content: center;
    padding-top: 10px
}

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

.hall-gaiyo table th,
.hall-gaiyo table td {
    border: 1px solid gray;
    background: #fff;
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 15px;
    font-weight: normal;
    vertical-align: middle
}

.hall-gaiyo table th {
    background-color: #efefef
}

.hall-access iframe {
    border: 1px solid #a7a7a7 !important;
    margin-top: 25px
}

@media only screen and (max-width: 767px) {

    .hall_ttl_box .main-cach {
        font-size: 1.6rem;
        margin: 0 0 4px
    }

    .hall_ttl_box h3 {
        font-size: 2.8rem
    }

    .hall_ttl_box .sub-cach {
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left;
        margin-top: 25px
    }

    .icon-ttl {
        font-size: 2.0rem;
        padding-bottom: 12px;
        margin-bottom: 25px;
        margin-top: 35px;
    }

    .icon-ttl::before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-bottom: -2px
    }

    .fas_list {
        flex-flow: column;
        width: 100%
    }

    .fas_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .fas_list h5 {
        font-size: 1.9rem;
        margin: 15px 0 10px
    }

    .fas_list p {
        font-size: 1.45rem;
        line-height: 1.5;
    }

    .hall-kannaizu {
        margin-top: -20px
    }

    .hall-kannaizu .map {
        padding-top: 1px;
        max-width: 85%;
        margin: 0 auto
    }

    .hall-gaiyo table {
        border-bottom: 1px solid gray;
    }

    .hall-gaiyo table th,
    .hall-gaiyo table td {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        padding: 8px 10px;
        border-bottom: none
    }

    .hall-access iframe {
        margin-top: 15px
    }
}



/*施設スライダー*/

.fas_photo {
    max-width: 860px;
    margin: 50px auto 85px;
    overflow: hidden;
}

.fas_photo .bl_thumbSlideThumb .swiper-wrapper {
    margin-top: 15px;
}

.fas_photo img {
    width: 100%
}

.fas_photo .js_thumbSlide {
    position: relative
}

.fas_photo .swiper-button-prev,
.fas_photo .swiper-button-next {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    top: 50%;
    margin-top: -20.25px;
}

.fas_photo .swiper-button-prev {
    left: 0;
}

.fas_photo .swiper-button-next {
    right: 0;
}

.fas_photo .swiper-button-prev::after,
.fas_photo .swiper-button-next::after {
    content: '';
    display: block;
    width: 12px;
    height: 20px;
    background-image: url(../img/common/slider_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.fas_photo .swiper-button-next::after {
    transform: rotate(180deg);
}

.fas_photo p.slider-caption {
    padding: 5px 10px;
    margin: 0;
    line-height: 1.5em;
    background: #3b3731;
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0 !important
}

@media only screen and (max-width: 767px) {
    .fas_photo {
        margin: 15px auto 0;
    }

    .fas_photo .bl_thumbSlideThumb .swiper-wrapper {
        margin-top: 10px !important;
    }

    .fas_photo .swiper-button-prev,
    .fas_photo .swiper-button-next {
        width: 25px;
        height: 30px;
        margin-top: -20px;
    }

    .fas_photo .swiper-button-prev::after,
    .fas_photo .swiper-button-next::after {
        width: 10px;
        height: 18px;
    }
}


/* ---------------------------------------------
  下階層　ご葬儀プラン
  --------------------------------------------- */

.plan_ttl_box {
    text-align: center;
    padding-top: 20px
}

.plan_ttl_box h3 {
    font-size: 4.4rem
}

.plan_ttl_box .sub-cach {
    font-size: 1.8rem;
    margin-top: 25px
}

.plan_ttl_box .main-cach {
    font-size: 1.8rem;
    margin-bottom: 10px
}

#plan .top-plan {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px
}

#plan .ud_cont p {
    line-height: normal;
    margin-bottom: 0;
}

#plan .ud_cont p:last-of-type {
    margin-bottom: 0
}

#plan .top-plan .p-plan__list .plan__item .item__text .note {
    margin-top: 0px;
}

@media only screen and (max-width: 767px) {

    .plan_ttl_box h3 {
        font-size: 2.8rem
    }
    
    .plan_ttl_box .main-cach {
    font-size: 1.5rem;
    margin-bottom: 6px
}

    .plan_ttl_box .sub-cach {
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left;
        margin-top: 25px
    }

    #plan .top-plan {
        margin-top: 30px
    }

}

/* ---------------------------------------------
  下階層　ご葬儀プラン詳細
  --------------------------------------------- */

.osusume_plan_wrap {
    background: #191919;
    border: 8px solid #DEC156;
    color: #fff;
    padding: 60px 50px
}

.osusume_ttl {
    text-align: center;
    margin-bottom: 35px
}

.osusume_ttl h4 {
    font-size: 3rem;
    background: #126723;
    display: inline-block;
    padding: 10px 22px
}

.osusume_cach {
    font-size: 1.8rem;
    margin-top: 20px
}

.osusume_tbr_ttl {
    display: none;
}

.osusume_tbr {
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    color: #050505;
    width: 100%;
    max-width: 100%
}

.osusume_tbr th,
.osusume_tbr td {
    padding: 25px 15px;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
}

.osusume_tbr th {
    font-weight: normal;
    text-align: center;
    line-height: 1.6
}

.osusume_tbr th span {
    display: block;
    font-size: 1.6rem
}

.osusume_tbr td.member_ttl {
    background: #901D1D;
    color: #fff;
    line-height: 1.4
}

.osusume_tbr td.member_ttl a {
    font-size: 1.35rem
}

.osusume_tbr td.normal_ttl {
    background: #8E7B56;
    color: #fff;
}

.osusume_tbr td.member_fee {
    border-bottom: 1px solid #901D1D;
    font-size: 4.6rem;
    color: #901D1D;
}

.osusume_tbr td.member_fee span {
    font-size: 2.6rem;
}


.osusume_tbr td.normal_fee {
    font-size: 3.0rem;
}

.osusume_tbr td.normal_fee span {
    font-size: 1.7rem;
}

.osusume_att {
    width: 780px;
    max-width: 100%;
    margin: 10px auto 0;
    font-size: 1.4rem;
    text-align: right
}

.osusume_set {
    background: #F4F2EA;
    border-radius: 10px;
    padding: 0 50px 50px 50px;
    text-align: center;
    margin-top: 60px
}

.osusume_set h4 {
    background: #573529;
    font-size: 1.8rem;
    display: inline-block;
    padding: 10px 22px;
    width: 320px;
    padding: 13px 0;
    border-radius: 0 0 8px 8px
}

.osusume_set_box {
    border: 1px solid #6A4F28;
    margin-top: 35px;
    background: #fff;
}

.osusume_set_box h5 {
    background: #6A4F28;
    font-size: 1.7rem;
    padding: 12px
}

.osusume_set-col3 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: calc(100% + 25px);
    padding: 35px;
}

.osusume_set-col3 p {
    color: #050505;
    font-size: 1.5rem;
    margin-top: 20px;
    line-height: 0
}

.osusume_set-col3 li {
    margin-right: 25px;
    width: calc(100% / 3 - 25px)
}

.osusume_set_box_bottom {
    display: flex;
    width: calc(100% + 35px)
}

.osusume_set_box_bottom .osusume_set_box {
    margin-right: 35px;
    width: calc(100% / 2 - 35px)
}

.osusume_set_box_bottom .osusume_set_box .inner {
    padding: 35px
}

.nukumori_link {
    background: #342208;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    padding: 16px;
    width: 280px;
    margin: -10px auto 30px;
    line-height: 0
}

.osusume_set_box_bottom .osusume_set_box .inner .link {
    background: #342208;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    padding: 16px;
    width: 280px;
    margin: 20px auto 0;
    line-height: 0
}

.osusume_plan_wrap .bottom_com {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 45px
}

.osusume_plan_wrap .bottom_com span {
    font-size: 1.6rem
}

.plan_more .more_com {
    text-align: center;
    margin: 80px 0 0
}

.plan_more .more_com p {
    font-size: 2.9rem;
    line-height: 1.5;
    border-bottom: 6px double #D5C2A6;
    display: inline-block
}

.plan_more .more_com span {
    color: #901D1D
}

.plan_op_box {
    background: #E6E6E6;
    margin-top: 70px
}

.plan_op_box h5 {
    background: #191919;
    border: 3px solid #DEC156;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    padding: 11px 20px 10px;
    margin: -28px 0 0 35px
}

.plan_op_box p {
    text-align: center
}

.plan_op_box p.att {
    text-align: left;
    padding: 0 35px 30px 35px;
    font-size: 1.6rem;
    margin-top: -5px
}

.plan_flow_box {
    display: flex
}

.plan_flow_box .left {
    width: 55%;
    padding-right: 60px
}

.plan_flow_box .left h5 {
    font-size: 2.3rem;
    color: #886219;
    border: 1.5px solid #AD8E5D;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 25px
}

.plan_flow_box .left p {
    font-size: 1.6rem;
}

.plan_flow_sample {
    background: #F0EBE2;
    margin-top: 30px
}

.plan_flow_sample h6 {
    background: #3C3C3C;
    color: #fff;
    padding: 10px;
    font-size: 1.7rem;
    display: inline-block
}

.plan_flow_sample p {
    padding: 20px 25px
}

.plan_flow_box .right {
    width: 45%
}

.plan_tyokuso_fee .osusume_tbr {
    border-collapse: collapse;
    border: 1px solid #901D1D;
    margin: 0;
    max-width: 560px
}

.plan_tyokuso_fee .osusume_tbr th,
.plan_tyokuso_fee .osusume_tbr td {
    padding: 12px 15px;
}

.plan_tyokuso_fee .osusume_tbr td.member_fee {
    font-size: 2.8rem;
}

.plan_tyokuso_fee .osusume_tbr td.member_fee span {
    font-size: 1.9rem;
}

.plan_tyokuso_fee .osusume_tbr td.normal_fee {
    font-size: 2.2rem;
}

.plan_tyokuso_fee .osusume_tbr td.normal_fee span {
    font-size: 1.5rem;
}

.plan_tyokuso_fee .osusume_set-col3 {
    padding: 0;
    margin: 20px 0 45px;
    text-align: center
}

.plan_tyokuso_fee h5 {
    font-size: 1.8rem;
    margin: 25px 0 20px
}

#tyokusou .hall-access iframe {
    margin-top: 0;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {

    .osusume_plan_wrap {
        border: 5px solid #DEC156;
        margin-top: 35px;
        padding: 30px 15px 15px 15px
    }

    .osusume_ttl {
        text-align: center;
        margin-bottom: 20px
    }

    .osusume_ttl h4 {
        font-size: 2rem;
        padding: 8px 20px
    }

    p.osusume_cach {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 18px
    }

    p.osusume_tbr_ttl {
        display: block;
        margin-bottom: 6px;
        font-size: 1.5rem;
    }

    .osusume_tbr th,
    .osusume_tbr td {
        padding: 15px 5px;
        font-size: 1.5rem;
    }

    .osusume_tbr th {
        line-height: 1.6
    }

    .osusume_tbr .pc-head {
        display: none;
    }

    .osusume_tbr th span {
        display: block;
        font-size: 1.6rem
    }

    .osusume_tbr td.member_ttl {
        line-height: 1.3
    }

    .osusume_tbr td.member_ttl a {
        font-size: 1.25rem
    }

    .osusume_tbr td.member_fee,
    .plan_tyokuso_fee .osusume_tbr td.member_fee {
        font-size: 2.2rem;
        padding: 15px 5px;
    }

    .osusume_tbr td.member_fee span,
    .plan_tyokuso_fee .osusume_tbr td.member_fee span {
        font-size: 1.3rem;
    }


    .osusume_tbr td.normal_fee,
    .plan_tyokuso_fee .osusume_tbr td.normal_fee {
        font-size: 1.8rem;
    }

    .osusume_tbr td.normal_fee span,
    .plan_tyokuso_fee .osusume_tbr td.normal_fee span {
        font-size: 1.2rem;
    }

    p.osusume_att {
        margin: 10px auto 0;
        font-size: 1.3rem;
        line-height: 1.5;
        text-align: left
    }

    .osusume_set {
        padding: 0 12px 15px 12px;
        text-align: center;
        margin-top: 30px
    }

    .osusume_set h4 {
        font-size: 1.5rem;
        display: inline-block;
        padding: 7px 0 10px 0;
        width: 200px;
        border-radius: 0 0 8px 8px
    }

    .osusume_set_box {
        margin-top: 25px;
    }

    .osusume_set_box h5 {
        font-size: 1.6rem;
        padding: 7px
    }

    .osusume_set-col3 {
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 100%;
        padding: 20px;
    }

    .osusume_set-col3 .col_box {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%
    }

    .osusume_set-col3 p {
        font-size: 1.4rem;
        margin-top: 18px;
    }

.nukumori_link {
    font-size: 1.5rem;
    padding: 16px;
    width: 280px;
    margin: -28px auto 20px;
}

    .osusume_set_box_bottom {
        display: block;
        width: 100%
    }

    .osusume_set_box_bottom .osusume_set_box {
        margin-right: 0;
        width: 100%
    }

    .osusume_set_box_bottom .osusume_set_box .inner {
        padding: 20px
    }

    .osusume_set_box_bottom .osusume_set_box .inner .link {
        font-size: 1.5rem;
        padding: 15px;
        width: 260px;
        margin: 15px auto 0;
    }

    .osusume_plan_wrap .bottom_com {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-top: 25px
    }

    .osusume_plan_wrap .bottom_com span {
        font-size: 1.6rem
    }

    .plan_more .more_com {
        margin: 35px 0 0
    }

    .plan_more .more_com p {
        font-size: 1.9rem;
        line-height: 1.6;
        border-bottom: 6px double #D5C2A6;
        padding-bottom: 10px
    }

    .plan_op_box {
        margin-top: 50px
    }

    .plan_op_box h5 {
        font-size: 1.6rem;
        padding: 11px 15px 10px;
        margin: -28px 0 0 20px
    }

    .plan_op_box p.att {
        padding: 0 20px 20px 20px;
        font-size: 1.4rem;
        margin-top: -25px
    }

    .plan_flow_box {
        display: block
    }

    .plan_flow_box .left {
        width: 100%;
        padding-right: 0
    }

    .plan_flow_box .left h5 {
        font-size: 1.9rem;
        padding: 12px 15px;
        margin-bottom: 20px
    }

    .plan_flow_box .left p {
        line-height: 1.8
    }

    .plan_flow_sample {
        margin-top: 20px
    }

    .plan_flow_sample h6 {
        padding: 10px;
        font-size: 1.5rem;
        display: block
    }

    .plan_flow_sample p {
        padding: 15px 20px;
        font-size: 1.5rem;
    }

    .plan_flow_box .right {
        width: 100%;
        margin-top: 30px
    }

    .plan_tyokuso_fee .osusume_tbr {
        margin-top: -30px;
		width: 100%;
        max-width: 100%;
    }

    .plan_tyokuso_fee .osusume_tbr th,
    .plan_tyokuso_fee .osusume_tbr td {
        padding: 12px 8px;
    }

    .plan_tyokuso_fee h5 {
        font-size: 1.7rem;
        margin: 25px 0 15px;
        border-bottom: 4px double #B68933;
        padding-bottom: 8px;
        display: inline-block
    }

    #tyokusou .hall-access iframe {
        margin-bottom: 15px
    }

}

/*=================================
オプションスライダーcss
===================================*/
.simple-slider li {
    margin-right: 0
}

.slick-arrow:before {
    content: "" !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.slick-arrow img {
    width: 15px
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}


/* ---------------------------------------------
  下階層　NUKUMORI納棺
  --------------------------------------------- */

.nukumorinoukan_mv {
    display: flex;
    justify-content: flex-end;
    padding: 75px 0;
    background-image: url(../img/nukumori-noukan/nukumorimv-bg.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    margin-top: 65px
}

.nukumorinoukan_mv .inner {
    background: #fff;
    padding: 60px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 700px
}

.nukumorinoukan_mv .inner .cach {
    color: #aa8031;
    font-size: 2.4rem;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {

    .nukumorinoukan_mv {
        padding: 45px 0;
        background-image: url(../img/nukumori-noukan/nukumorimv-bg-sp.jpg);
        background-size: 85%;
        margin-top: 35px
    }

    .nukumorinoukan_mv .inner {
        padding: 25px 25px 25px 25px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
        max-width: 90%
    }

    .nukumorinoukan_mv .inner .cach {
        color: #aa8031;
        font-size: 1.7rem;
        line-height: 1.6;
    }

    .nukumorinoukan_mv .inner .sab-cach {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

/* ---------------------------------------------
  下階層　仏壇サロン
  --------------------------------------------- */

.salon_wrap {
    background: #191919;
    border: 8px solid #DEC156;
    padding: 85px 85px 65px 85px;
    max-width: 1080px;
    margin: 50px auto 0;
    color: #fff;
}

.salon_wrap .fas_photo {
    max-width: 980px;
    margin: 0
}

.double_ttl {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px
}

.double_ttl:first-of-type {
    margin-top: 60px
}

.double_ttl:before,
.double_ttl:after {
    position: absolute;
    top: calc(50% - 2.5px);
    width: calc(50% - 4em);
    height: 5px;
    content: '';
    border-top: solid 1px #DEC156;
    border-bottom: solid 1px #DEC156;
}

.double_ttl:before {
    left: 0;
}

.double_ttl:after {
    right: 0;
}

.salon-col2 {
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 40px);
    text-align: center;
}

.salon-col2 li {
    width: calc(100% / 2 - 40px);
    margin-right: 40px;
    margin-bottom: 30px
}

.salon-col2 p {
    font-size: 1.5rem;
    margin-top: 10px
}

.salon_ran {
    text-align: center;
}

.salon_ran img {
    max-width: 600px;
    width: 100%;
}

.salon_ran p.cach_top {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 15px
}

.salon_ran p.cach_middle {
    font-size: 1.7rem;
    margin-bottom: 8px;
    line-height: 1.7
}

.salon_ran p.att {
    color: #EDD19C;
    font-size: 1.4rem
}

.salon_wrap iframe {
    margin: 40px 0 30px
}

.salon_wrap h6 {
    font-size: 3.2rem;
    margin-bottom: 4px
}


@media only screen and (max-width: 767px) {

    .salon_wrap {
        border: 4px solid #DEC156;
        padding: 15px;
        margin: 30px auto 0;
    }

    .double_ttl {
        padding: 0 65px;
        font-size: 1.8rem;
        margin-top: 20px;
        margin-bottom: 25px
    }

    .double_ttl:first-of-type {
        margin-top: 35px
    }

    .salon-col2 {
        flex-flow: column;
        width: 100%
    }

    .salon-col2 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }

    .salon-col2 p {
        font-size: 1.4rem;
        margin-top: 6px
    }

    .salon_ran img {
        max-width: 600px;
        width: 100%;
        border: none
    }

    .salon_ran p.cach_top {
        font-size: 2rem;
        line-height: 1.6;
        margin-top: 30px;
        margin-bottom: 15px
    }

    .salon_ran p.cach_middle {
        font-size: 1.6rem;
        line-height: 1.6
    }

    .salon_wrap iframe {
        margin: 30px 0 20px
    }

    .salon_wrap h6 {
        font-size: 2rem;
        margin-bottom: 6px
    }

    p.salon-add {
        line-height: 1.6
    }
}

/* ---------------------------------------------
  下階層　安置室（いのりえ海南）
  --------------------------------------------- */

.inorie_mv_box {
    background: url(../img/inorie/inorie-bg.jpg)no-repeat center center /cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 50px 30px;
    min-height: 720px
}

.inorie_mv_box h3 {
    font-size: 5.9rem;
    margin-bottom: 30px
}

.inorie_mv_box .main-cach {
    font-size: 2.2rem;
    margin-bottom: 5px
}

.inorie_mv_box .sub-cach {
    font-size: 1.9rem;
    text-align: center;
    line-height: 2.1
}

#inorie .osusume_set-col3 {
    padding: 0;
    margin-bottom: 45px;
    text-align: center
}

.inorie_tbr {
    border-collapse: collapse;
    border: 1px solid #707070;
    background: #fff;
    margin-bottom: 45px
}

.inorie_tbr th,
.inorie_tbr td {
    font-size: 1.7rem;
    border: 1px solid #707070;
    padding: 25px 30px
}

.inorie_tbr th {
    color: #fff;
    background: #901D1D;
    font-weight: normal
}

#inorie .hall-gaiyo iframe {
    border: 1px solid #a7a7a7 !important;
    margin-top: 45px
}

@media only screen and (max-width: 996px) {
    .inorie_mv_box .sub-cach {
        font-size: 1.7rem;
        line-height: 2.0
    }
}


@media only screen and (max-width: 767px) {
    .inorie_mv_box {
        padding: 45px 25px 30px 25px;
        min-height: 420px
    }

    .inorie_mv_box h3 {
        font-size: 3.2rem;
        margin-bottom: 20px
    }

    .inorie_mv_box .main-cach {
        font-size: 1.7rem;
        margin-bottom: 0
    }

    .inorie_mv_box .sub-cach {
        font-size: 1.5rem;
        text-align: left;
        line-height: 2
    }

    #inorie .osusume_set-col3 {
        margin-bottom: 5px;
    }

    .inorie_tbr {
        margin-bottom: 25px;
        width: 100%;

    }

    .inorie_tbr th,
    .inorie_tbr td {
        font-size: 1.6rem;
        vertical-align: middle;
        padding: 15px 10px;
        text-align: center
    }

    .inorie_tbr th {
        color: #fff;
        background: #901D1D;
        font-weight: normal
    }

    #inorie .hall-gaiyo iframe {
        margin-top: 25px
    }
}


/* ---------------------------------------------
  下階層　社葬・お別れ会
  --------------------------------------------- */

.syasou_mv_box {
    background: url(../img/syasou/syasou-mv.jpg)no-repeat center center /cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 50px 30px;
    min-height: 600px
}

.syasou_mv_box h3 {
    font-size: 4.2rem;
    text-align: center;
    line-height: 1.5
}

.syasou_brock1 {
    display: flex;
    align-items: center;
    margin-top: 40px
}

.syasou_brock1 .left {
    width: 40%;
    min-height: 450px;
    background: url(../img/syasou/br1-bg.jpg)no-repeat center center /cover;
}

.syasou_brock1 .right {
    width: 60%;
    padding-left: 60px
}

.syasou_brock1 .right h4 {
    background: #5F201B;
    color: #fff;
    font-size: 2.9rem;
    line-height: 1.4;
    padding: 19px 28px 17px;
    margin-bottom: 40px
}

.syasou_brock1 .right p {
    font-size: 1.8rem;
    line-height: 2.2;
}

.syasou_brock2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 60px 0;
    margin-top: 40px;
    background-image: url(../img/syasou/br2-bg.jpg);
    background-size: 72%;
    background-position: right;
    background-repeat: no-repeat;
}

.syasou_brock2 .inner {
    background: #fff;
    padding: 40px
}

.syasou_brock2 .inner p {
    font-size: 1.8rem;
    line-height: 2.2;
}

.syasou_brock3 {
    display: flex;
    margin-top: 40px
}

.syasou_brock3 .left {
    width: 37%;
    background: url(../img/syasou/br3-bg.jpg)no-repeat center center /cover;
}

.syasou_brock3 .right {
    width: 63%;
    padding: 60px;
    background: #151515;
    color: #fff;
}

.syasou_brock3 .right h4 {
    font-size: 2.9rem;
    text-align: center;
    border-bottom: 2px solid #DEC156;
    border-top: 2px solid #DEC156;
    padding: 12px;
    margin-bottom: 45px
}

.syasou_brock3 .right ul li {
    font-size: 2.1rem;
    margin: 20px 0
}

.syasou_brock3 .right p {
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 30px
}

.syasou_brock3 .right p span {
    color: #DEC156
}

@media only screen and (max-width: 991px) {

    .syasou_mv_box h3 {
        font-size: 3.8rem;
        line-height: 1.5
    }

    .syasou_brock1 .right {
        padding-left: 45px
    }

    .syasou_brock1 .right h4 {
        font-size: 2.3rem;
        line-height: 1.5;
        padding: 19px 28px 17px;
        margin-bottom: 30px
    }

    .syasou_brock1 .right p {
        font-size: 1.6rem;
    }

    .syasou_brock2 .inner p {
        font-size: 1.6rem;
        line-height: 2.0;
    }

    .syasou_brock3 .right h4 {
        font-size: 2.4rem;
        margin-bottom: 35px
    }

    .syasou_brock3 .right ul li {
        font-size: 1.9rem;
        margin: 15px 0
    }

    .syasou_brock3 .right p {
        font-size: 1.7rem;
        line-height: 1.9;
    }
}

@media only screen and (max-width: 767px) {

    .syasou_mv_box {
        padding: 50px 20px;
        min-height: 300px
    }

    .syasou_mv_box h3 {
        font-size: 2.4rem;
        line-height: 1.5
    }

    .syasou_brock1 {
        display: flex;
        flex-flow: column-reverse;
        margin-top: 40px
    }

    .syasou_brock1 .left {
        width: 100%;
        height: 200px;
        min-height: 0;
        margin-top: 20px
    }

    .syasou_brock1 .right {
        width: 100%;
        padding-left: 0;
    }

    .syasou_brock1 .right h4 {
        font-size: 1.9rem;
        line-height: 1.4;
        padding: 15px 20px 15px;
        margin-bottom: 20px
    }

    .syasou_brock1 .right p {
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .syasou_brock2 {
        display: flex;
        flex-flow: column;
        padding: 0;
        margin-top: 20px;
        background: none;
    }

    .syasou_brock2 .inner {
        background: none;
        padding: 0;
        margin-bottom: 20px
    }

    .syasou_brock2 .inner p {
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .syasou_brock3 {
        display: flex;
        flex-flow: column-reverse;
        margin-top: 20px
    }

    .syasou_brock3 .left {
        width: 100%;
        height: 200px;
    }

    .syasou_brock3 .right {
        width: 100%;
        padding: 25px 20px 20px 20px;
    }

    .syasou_brock3 .right h4 {
        font-size: 1.8rem;
        padding: 12px 0;
        margin-bottom: 25px
    }

    .syasou_brock3 .right ul li {
        font-size: 1.8rem;
        margin: 15px 0
    }

    .syasou_brock3 .right p {
        font-size: 1.6rem;
        line-height: 1.9;
        margin-top: 20px
    }

    .syasou_brock3 .right p span {
        color: #DEC156
    }
}


/* ---------------------------------------------
  下階層　事前相談
  --------------------------------------------- */

.member_ttl_box {
    text-align: center;
    margin-bottom: 40px
}

.member_ttl_box h3 {
    font-size: 2.9rem;
    line-height: 1.8
}

.member-sys {
    text-align: center
}

.member-sys .top {
    margin-bottom: 55px
}

.member-time {
    display: flex;
    justify-content: space-between;
    background: #3B3938;
    color: #fff;
    padding: 40px 35px 10px;
    margin-top: 50px;
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", sans-serif;
}

.member-time ul {
    width: 48%
}

.member-time-list li {
    display: flex;
    margin-bottom: 30px
}

.member-time-list li .number {
    background: #C28C31;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px
}

.member-time-list li .number p {
    text-align: center;
    font-size: 1.45rem;
    line-height: 1.4;
    white-space: nowrap
}

.member-time-list li .number p span {
    display: block;
    font-size: 3rem;
    font-weight: bold
}

.member-time-list li .cont {
    padding-left: 20px
}

.member-time-list li .cont h4 {
    color: #C39746;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 1px solid #C39746;
    padding-bottom: 7px;
}

.member-time-list li .cont p {
    font-size: 1.6rem;
    line-height: 1.55;
    margin: 12px 0 0 0
}

.member-time-list li .cont h4 span {
    font-size: 2.8rem;
}

.member-time-list li .cont p.small {
    font-size: 1.3rem;
    margin: 7px 0 0 0
}

.member-time-list li .cont p.x-small {
    font-size: 1.2rem;
    margin: 7px 0 0 0;
    line-height: 1.5
}

.member-easy  {
    margin-top: 50px
}

.member-easy h4 {
    font-size: 3rem;
    background: #901D1D;
    color:#fff;
    padding: 14px 20px 12px;
    display: inline-block;
    margin-bottom: 25px
}

.member-easy h4 span {
    font-size: 1.8rem
}

.member-easy .cach p {
    font-size: 2.2rem;
    color:#987024;
    border-bottom:3px dotted #987024;
    display: inline-block;
    margin-bottom: 20px
}

.member-easy p span {
    border-bottom:4px double #DEC156;
    color:#e61616;
    padding-bottom: 5px
}

.member-easy .tel-box {
    margin-top: 25px
}

@media only screen and (max-width: 767px) {

    .member_ttl_box {
        margin-bottom: 20px
    }

    .member_ttl_box h3 {
        font-size: 1.8rem;
        line-height: 1.8
    }


    .member-sys .top {
        margin-bottom: 30px
    }

    .member-time {
        display: block;
        color: #fff;
        padding: 12px 10px;
        margin-top: 30px;
    }

    .member-time ul {
        width: 100%
    }

    .member-time-list li {
        display: block;
        margin-bottom: 20px
    }

    .member-time-list li:last-child {
        margin-bottom: 0
    }

    .member-time-list li .number {
        display: block;
        padding: 2px;
        margin-bottom: 12px
    }

    .member-time-list li .number p {
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .member-time-list li .number p span {
        font-size: 2rem;
        margin-left: 5px
    }

    .member-time-list li .cont {
        padding-left: 0
    }

    .member-time-list li .cont h4 {
        font-size: 1.7rem;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .member-time-list li .cont p {
        font-size: 1.5rem;
        line-height: 1.7;
        margin: 15px 0 0 0
    }

    .member-time-list li .cont h4 span {
        font-size: 2.2rem;
    }

    .member-time-list li .cont p.small {
        font-size: 1.3rem;
        margin: 7px 0 0 0
    }

    .member-time-list li .cont p.x-small {
        font-size: 1.2rem;
        margin: 7px 0 0 0;
        line-height: 1.5
    }
    
    .member-easy  {
    margin-top: 35px
}

.member-easy h4 {
    font-size: 2.6rem;
    padding: 30px 10px 28px;
    display: block;
    margin-bottom: 20px;
    line-height: 0;
    text-align: center
}

.member-easy h4 span {
    font-size: 1.5rem;
    line-height: 3.9;
}

.member-easy .cach p {
    font-size: 2.1rem;
    color:#987024;
    margin-bottom: 20px
}

.member-easy .tel-box {
    margin-top: 15px;
    max-width: 95%
}

}


/* ---------------------------------------------
  下階層　無料相談
  --------------------------------------------- */

#soudan .hall_ttl_box span {
    margin-left: .7em;
}

.soudan-list {
    text-align: center;
    margin-top: 50px
}

.soudan-list .middle {
    margin: 45px 0
}

@media only screen and (max-width: 767px) {

    #soudan .hall_ttl_box span {
        display: block;
        line-height: 1.6;
        margin-left: 0
    }

    .soudan-list {
        text-align: center;
        margin-top: 30px
    }

    .soudan-list .middle {
        margin: 28px auto;
        max-width: 200px
    }
}


/* ---------------------------------------------
  下階層　供花・供物ご注文
  --------------------------------------------- */

.order_list {
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 25px);
    text-align: center
}

.order_list li {
    width: calc(100% / 4 - 25px);
    margin-right: 25px;
    margin-bottom: 25px
}

.order_list li img {
    margin-bottom: 14px
}

.order_list li .brock_mark::before {
    content: "：";
}

.order_list li p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0
}

.order_list li p.name {
    font-size: 1.6rem;
    margin-bottom: 0
}

.order_list li p span.price {
    color: #B20F0F;
    font-size: 1.8rem;
}

.order_list li p span.tax {
    font-size: 1.3rem;
}

.order_list li p.att {
    font-size: 1.3rem;
    margin-top: 5px
}

.order_list li p.origin {
    font-size: 1.3rem;
    background: #901D1D;
    display: inline-block;
    color: #fff;
    padding: 5px 8px 4px;
    margin: 3px 0 8px
}

.order_osusume {
    background: #f4f1e6;
    border: 2px solid #B68933;
    padding: 30px;
}

.order_osusume .inner {
    display: flex;
    margin-top: 20px;
    align-items: center
}

.order_osusume .left {
    width: 50%;
    padding-right: 50px
}

.order_osusume .right {
    width: 50%;
    padding-left: 20px
}

.order_osusume .order_osusume_tag {
    font-size: 1.5rem;
    background: #901D1D;
    display: inline-block;
    color: #fff;
    padding: 4px 12px 2px;
    margin: 0 0 8px
}

.order_osusume h4 {
    font-size: 2.6rem;
    font-weight: 500;
    margin: 5px 0 15px
}

.order_osusume p {
    line-height: 1.7
}

.order_osusume ul {
    display: flex;
}

.order_osusume ul li {
    margin-left: 15px
}

.order_osusume h5 {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 0 0 15px;
    color: #0a5a0a;
    border-bottom: dotted 2px #0a5a0a;
    display: inline-block;
    padding-bottom: 8px
}

.form_wrap p {
    margin: 0
}

.order_shime {
    color: #D52222
}

.order_box {
    display: flex;
    width: calc(100% + 0);
    background: #3a693a;
    padding: 20px;
    margin-top: 35px;
    text-align: center
}

.order_box .left,
.order_box .right {
    background: #fff;
    padding: 25px 25px 15px 25px;
    width: calc(100% / 2);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between
}

.order_box h5 {
    border-bottom: 2px #B68933 solid;
    width: 100%;
    height: 40px;
    font-size: 2.3rem;
}

.order_box .inner {
    height: calc(100% - 40px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px
}

.order_box .left {
    margin-right: 25px;

}


.order_box .inner {
    height: calc(100% - 40px);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-top: 15px
}

.order_box .inner p.tel {
    font-size: 4.15rem;
    line-height: 1.2
}

.order_box .inner p.tel::before {
    content: "";
    display: inline-block;
    background: url(../img/free-dial.svg) 100% 100% / cover;
    width: 65px;
    height: 37.19px;
    margin-right: 5px
}

.order_box .inner p.fax {
    font-size: 4.15rem;
    line-height: 1.2;
    margin-top: 8px
}

.order_box .inner p.fax::before {
    content: "";
    display: inline-block;
    background: url(../img/fax.svg) 100% 100% / cover;
    width: 35.64px;
    height: 37.19px;
    margin-right: 10px
}

.order_box .inner .att {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    margin-top: 15px
}

.order_box .inner .fax_dl {
    background: #B68933;
    font-size: 2.0rem;
    padding: 8px 12px 7px;
    color: #fff;
    margin-top: 10px
}

.mailform_box {
    margin-top: 50px
}

@media only screen and (max-width: 991px) {

    .order_box .inner p.tel {
        font-size: 3.5rem;
        line-height: 1.2
    }

    .order_box .inner p.tel::before {
        width: 48.94px;
        height: 28px;
    }

    .order_box .inner p.fax {
        font-size: 3.5rem;
        line-height: 1.2
    }

    .order_box .inner p.fax::before {
        width: 26.84px;
        height: 28px;
    }

}


@media only screen and (max-width: 767px) {

    .order_list {
        width: calc(100% + 15px);
    }

    .order_list li {
        width: calc(100% / 2 - 15px);
        margin-right: 15px;
        margin-bottom: 20px
    }

    .order_list li img {
        margin-bottom: 10px
    }

    .order_list li p {
        font-size: 1.5rem;
        line-height: 1.5;
        margin: 0
    }

    .order_list li .brock_mark::before {
        content: "：";
    }

    .order_list li p.name {
        font-size: 1.45rem;
    }

    .order_list li p span.price {
        font-size: 1.7rem;
    }

    .order_list li p span.tax {
        font-size: 1.3rem;
        display: block
    }

    .order_list li p.att {
        font-size: 1.2rem;
        margin-top: 2px;
        text-align: left
    }

    .order_list li p.origin {
        font-size: 1.3rem;
        padding: 5px 8px 5px;
        margin: 3px 0 8px
    }

    .order_osusume {
        padding: 15px;
    }

    .order_osusume .inner {
        display: block;
        margin: 20px 0 0;
    }

    .order_osusume .left {
        width: 100%;
        padding-right: 0
    }

    .order_osusume .right {
        width: 100%;
        padding-left: 0
    }

    .order_osusume .order_osusume_tag {
        font-size: 1.4rem;
        padding: 4px 12px 2px;
        margin: 5px 0 8px
    }

    .order_osusume h4 {
        font-size: 2.4rem;
        line-height: 1.4;
        margin: 5px 0 15px
    }

    .order_osusume ul {
        margin-top: 10px
    }

    .order_osusume ul li {
        margin-left: 10px
    }

    .order_osusume ul li:first-child {
        margin-left: 0
    }

    .order_osusume h5 {
        font-size: 2.0rem;
        line-height: 1.6;
        text-align: center;
        font-weight: 500;
        margin: 0 0 17px;
        padding: 8px 0;
        display: block;
        border-top: dotted 2px #0a5a0a;
    }

    .order_osusume h5 span {
        display: block
    }

    .order_box {
        display: block;
        padding: 10px;
        margin-top: 25px;
    }

    .order_box .left,
    .order_box .right {
        padding: 15px 15px 15px 15px;
        width: 100%;
    }

    .order_box h5 {
        border-bottom: 2px #B68933 solid;
        width: 100%;
        height: 35px;
        font-size: 2.0rem;
    }

    .order_box .inner {
        height: auto;
    }

    .order_box .left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .order_box .inner {
        height: auto;
        padding-top: 15px
    }

    .order_box .inner p.tel {
        font-size: 3.15rem;
        line-height: 1.2
    }

    .order_box .inner p.tel::before {
        width: 42px;
        height: 24px;
    }

    .order_box .inner p.fax {
        font-size: 3.15rem;
        line-height: 1.2;
        margin-top: 0
    }

    .order_box .inner p.fax::before {
        width: 23px;
        height: 24px;
        margin-right: 8px
    }

    .order_box .inner .att {
        font-size: 1.3rem;
    }

    .order_box .inner .fax_dl {
        font-size: 1.8rem;
    }

    .mailform_box {
        margin-top: 30px
    }
}

/* ---------------------------------------------
  下階層　おひとりさま
  --------------------------------------------- */

.ohitori_ttl_box {
    text-align: center;
    margin-bottom: 40px
}

.ohitori_ttl_box h3 {
    font-size: 4.4rem;
    margin-bottom: 25px;
    border-bottom:3px dotted #B68933;
    display: inline-block;
    padding-bottom: 14px
}

.ohitori_ttl_box p {
    font-size: 2.3rem;
}

p.ohitori_cont {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.1;
}

.ohitori_cont span {
    font-size:1.6rem;
    color:#cb2626
}

#ohitorisama .contact__text {
    background: none;
    color: #0B0B0B;
    margin: 25px auto 0
}

#ohitorisama .contact__text a.btn {
    font-size: 2.2rem;
    background: #621A1A;
    color: #fff;
    padding: 18px 95px;
    border-radius: 8px;
    margin-bottom: 40px
}

#ohitorisama .contact__text a.tel {
    margin-bottom: 20px
}

#ohitorisama .contact__text dt {
    color: #126723;
    border: #126723 solid 1px
}

@media only screen and (max-width: 767px) {

.ohitori_ttl_box {
    text-align: center;
    margin-bottom: 30px
}

.ohitori_ttl_box h3 {
    font-size: 2.1rem;
    border-bottom:2px dotted #B68933;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.ohitori_ttl_box p {
    font-size: 1.6rem;
    line-height: 1.7
}

p.ohitori_cont {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.9;
}

#ohitorisama .contact__text {
    margin: 25px auto 0;
    padding: 0
}

#ohitorisama .contact__text a.btn {
    font-size: 1.8rem;
    padding: 14px 35px;
    border-radius: 5px;
    margin-bottom: 25px
}

#ohitorisama .contact__text a.tel {
    margin-bottom: 15px;
    max-width: 90%;
}
}

/* ---------------------------------------------
  下階層　安心サポート
  --------------------------------------------- */

.support_menu {
    margin-top: 50px
}

.support__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.support__list .service__item {
    display: block;
    width: 47.5%;
}

.support__list .service__item:nth-child(odd) {
    margin-right: 5%;
}

.support__list .service__item:nth-child(-n+4) {
    margin-bottom: 60px;
}

.support__list .service__item .ttl {
    font-size: 3rem;
    margin-top: 15px;
}

.support__list .service__item .disc {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {

.support_menu {
    margin-top: 30px
}
    
    .support__list {
        display: block;
    }

    .support__list .service__item {
        width: 100%;
    }

    .support__list .service__item:nth-child(odd) {
        margin-right: 0;
    }

    .support__list .service__item:nth-child(-n+4) {
        margin-bottom: 30px;
    }

    .support__list .service__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .support__list .service__item .ttl {
        font-size: 2.6rem;
    }

    .support__list .service__item .disc {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------
  下階層　安心サポート 葬儀後の手続き
  --------------------------------------------- */

.support_lineup table {
    border-collapse: collapse;
    font-size: 1.6rem;
    background: #fff;
    width: 100%;
    margin: 8px 0 30px
}

.support_lineup table thead {
    text-align: center;
    background: #6d5e41;
    color:#fff;
    white-space: nowrap
}

.support_lineup table th,.support_lineup table td {
    border:1px solid #414141;
    padding: 12px 15px;

}

.support_lineup table th {
    background: #efe6c6;
    width: 11em;
    font-weight: 400;
    vertical-align: middle;
    text-align: center
}

.support_lineup table td.check {
    width: 6em;
    white-space: nowrap
}


.contact__box .contact__text {
    background: #fff;
    padding: 35px 25px 10px 25px; 
    color: #0B0B0B;
    margin: 35px auto 0;
    border:1px solid #cbcbcb
}

.contact__box .contact__text a.btn {
    font-size: 2.2rem;
    background: #621A1A;
    color: #fff;
    padding: 18px 95px;
    border-radius: 8px;
    margin-bottom: 30px
}

.contact__box .contact__text a.tel {
    margin-bottom: 20px
}

.contact__box .contact__text dt {
    color: #126723;
    border: #126723 solid 1px
}



@media only screen and (max-width: 767px) {

.support_lineup table {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 0 20px
}

.support_lineup table th,.support_lineup table td {
    border:1px solid #414141;
    padding: 8px 8px;
}

.support_lineup table th {
    width: 6em;
    line-height: 1.5
}

.support_lineup table td.check {
    display: none
}

.contact__box  .contact__text {
    margin: 25px auto 0;
    padding: 25px 10px 0 10px; 
}
    
.contact__box  .contact__text a.btn {
    font-size: 1.8rem;
    padding: 12px 35px;
    border-radius: 5px;
    margin-bottom: 20px
}

.contact__box  .contact__text a.tel {
    margin-bottom: 15px;
    max-width: 90%;
}
}



/* ---------------------------------------------
  下階層　安心サポート 葬儀後の手続き
  --------------------------------------------- */


.support_wrap .osusume_set-col3 {
    flex-flow: wrap;
    width: calc(100% + 35px);
    padding: 0;
    justify-content: flex-start
}

.support_wrap .osusume_set-col3 .col_box {
    margin-bottom: 35px;
    margin-right: 35px;
    width: calc(100% / 3 - 35px)
}


.support_wrap .osusume_set-col3 p {
    color: #050505;
    font-size: 1.5rem;
    margin-top: 20px;
    line-height: 0;
    text-align: center
}

p.support_com {
    margin-bottom: 30px !important
}

@media only screen and (max-width: 767px) {

.support_wrap .osusume_set-col3 {
    width: 100%
}

.support_wrap .osusume_set-col3 .col_box {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0
}

.support_wrap .osusume_set-col3 p {
    margin-top: px;
}
    
    p.support_com {
    margin-bottom: 20px !important
}
}

/* ---------------------------------------------
  下階層　安心サポート 遺品整理
  --------------------------------------------- */

.support_ihin {
    margin-top: 50px;
    margin-bottom: 60px
}

.support_ihin p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.3
}

.support_ihin img {
    margin-top: 40px
}


@media only screen and (max-width: 767px) {
    
.support_ihin {
    margin-top: 30px;
    margin-bottom: 30px
}

.support_ihin p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.9
}

.support_ihin img {
    margin-top: 20px
}
}

/* ---------------------------------------------
  下階層　個人情報保護方針
  --------------------------------------------- */

.policy_ttl_h3 {
    font-size: 2.4rem;
    margin-bottom: 20px
}

.policy_ttl_h4 {
    font-size: 1.8rem;
    margin-top: 25px
}

.policy_list {
    list-style: decimal;
    font-size: 1.65rem;
    padding-left: 2em;
    margin: 15px 0 20px
}

.policy_list li {
    margin: 12px 0;
    line-height: 1.7
}

p.policy_sign {
    text-align: right;
    line-height: 1.7;
    font-size: 1.65rem;
}

@media only screen and (max-width: 767px) {
    .policy_ttl_h3 {
        font-size: 2.0rem;
        margin-bottom: 20px
    }

    .policy_ttl_h4 {
        font-size: 1.7rem;
        margin-top: 25px
    }

    .policy_list {
        list-style: decimal;
        font-size: 1.5rem;
        padding-left: 1.5em;
        margin: 15px 0 15px
    }

    .policy_list li {
        margin: 12px 0;
        line-height: 1.7
    }

    p.policy_sign {
        line-height: 1.6;
        font-size: 1.5rem;
    }
}


/*---------------------------------------------------------------
 下階層 お問合せ
---------------------------------------------------------------*/
.form {
    margin-right: auto;
    margin-left: auto;
    max-width: 880px;
    padding: 0;
    margin-top: 30px;
    font-size: 1.6rem
}

.form p {
    margin-bottom: 0
}

.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    padding: 20px 0 20px;
    border-bottom: 1px dotted #707070;
    font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-box-align: baseline;
    align-items: baseline;
}

.firefox .form__item {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.form__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    width: 235px;
    -webkit-box-align: center;
    align-items: center;
}

.firefox .form__ttl {
    padding-top: 7px;
}

.form__ttl-item {
    margin-right: 12px;
    font-weight: 500;
    font-size: 1.7rem;
}

.form__ttl-cat--red span {
    background-color: #CE0010;
}

.form__ttl-cat--blue span {
    background-color: #4676D3;
}

.form__ttl-cat span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 5px 6px 4px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.form__data {
    width: calc(100% - 213px);
}

.form__txt {
    display: block;
    padding: 5px 12px;
    width: 100%;
    height: 42px;
    border: 1px solid #707070;
    background-color: #fff;
    color: #4A3535;
    font-size: 1.8rem;
}

.form__content {
    display: block;
    padding: 5px 12px;
    width: 100%;
    height: 195px;
    border: 1px solid #707070;
    background-color: #fff;
    color: #4A3535;
    font-size: 1.8rem;
}

.form-link {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 45px;
    min-width: 200px;
    text-align: center;
    background-color: #0D2350;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    border: none;
    font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.form-link:first-of-type {
    margin-top: 40px;
}

.form-link:hover {
    opacity: 0.8;
}

.submit_fin {
    text-align: center;
}

.submit_fin .fin {
    font-weight: 600;
    font-size: 3.2rem;
    color: #1d22a0;
}

.form_policy {
    font-size: 1.5rem;
    color:#c11c1c
}

@media screen and (max-width: 767px) {
.form {
    margin-top: 15px;
    font-size: 1.5rem;
    border-top:1px solid #b9b9b9;
    padding-top: 5px
}

.form p {
    margin-bottom: 0
}
    .form p {
        font-size: 1.5rem
    }

    .form__item {
        display: block;
        padding: 18px 10px;
    }

    .form__ttl {
        width: 100%;
    }

    .form__data {
        margin-top: 10px;
        width: 100%;
    }

    .form__txt {
        padding: 5px 6px;
        height: auto;
        font-size: 1.5rem;
    }

    .form__ttl-cat span {
        font-size: 1.1rem
    }

    .form__content {
        padding: 6px 6px;
        height: 125px;
        font-size: 1.5rem;
    }

    .form-link {
        margin-top: 20px !important;
        padding: 5px 35px;
        min-width: 120px;
        font-size: 1.5rem;
    }

    .form-link:first-of-type {
        margin-top: 30px;
    }

    .form-link:hover {
        opacity: 0.8;
    }

    .submit_fin {
        text-align: center;
    }

    .submit_fin .fin {
        font-weight: 600;
        font-size: 3.2rem;
        color: #1d22a0;
    }

    .submit_fin {
        text-align: left;
    }

    .submit_fin .fin {
        text-align: center;
        font-size: 2.5rem;
    }
}


/*---------------------------------------------------------------
 下階層 供花注文
---------------------------------------------------------------*/


table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1.6em;
}

table.formTable td,
table.formTable th {
    border: 1px solid #9b9b9b;
    padding: 15px 20px;
    font-weight: 400;
    vertical-align: middle
}

table.formTable th {
    width: 20%;
    background: #edeadd;
    text-align: left;
    white-space: nowrap;
    padding: 15px 15px 12px 15px;
}

table.formTable td {
    width: 33%;
}

table.formTable .hissu {
    background: #c60808;
    color: white;
    font-size: 13px;
    padding: 4px 5px;
    border-radius: 3px;
    margin-left: 7px
}

table.formTable th span.post {
    background: #1e08c6;
    color: white;
    font-size: 15px;
    padding: 6px;
    border-radius: 3px;
    margin-left: 0px
}

table.formTable span.error {
    margin-top: 5px !important;
    font-size: 1.3rem !important;
}

table.formTable .fuda {
    width: 100%;
    height: 4em
}

table.formTable .kazu {
    width: 3em;
    margin-right: 8px
}

table.formTable .company {
    width: 100%;
    max-width: 30em
}

table.formTable .mail {
    width: 100%;
    max-width: 30em;
}

table.formTable .postal {
    max-width: 10em;
}

input[type="text"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #a8a8a8;
}

input[type="email"] {
    width: 100%;
    padding: 5px;
    border: 1px solid #a8a8a8;
}

textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #a8a8a8;
}

/*セレクトボックス外観合わせ*/
table.formTable .select-css {
    display: block;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

table.formTable .select-css::-ms-expand {
    display: none;
}

table.formTable .select-css:hover {
    border-color: #888;
}

table.formTable .select-css:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

table.formTable .select-css option {
    font-weight: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: #476549;
    color: white;
    border: none;
    padding: 8px 25px;
    height: 40px;
    margin-top: 25px;
}

@media screen and (max-width:991px) {
    #formWrap {
        width: 100%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        border-bottom: 0;
        padding: 10px 15px
    }

    table.formTable td {
        border-bottom: none;
        border-top: none;
    }

    table.formTable .last {
        border-bottom: 1px solid #ccc;
    }

    input[type="text"],
    textarea {
        width: 100%;
        padding: 5px;
        display: block;
        border: 1px solid #a8a8a8;
    }

    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;

    }

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

    table.formTable .kazu_pd span {
        display: none
    }

    table.formTable .company {
        width: 100%;
        max-width: 30em
    }
}
