@charset "UTF-8";

/* clearfix */

.clearfix {
    *zoom: 1;
}

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

html,
body {
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-wrap: anywhere;

}
@media (max-width: 428px) {
    main {
    overflow-x: hidden;

}
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游明朝体", "YuMincho", Yu Mincho, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.7rem;
    line-height: 1.8;
    color: #424355;
    background: #fff;
    letter-spacing: 0.05em;
}

body.b-fixed {
    position: fixed;
    width: 100%;
}

ol,
li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

@media (min-width: 429px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media (min-width: 1100px) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}


/*----------------------------------------------------
	LAYOUT
----------------------------------------------------*/

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.mb30 {
    margin-bottom: 30px;
}

.pb30 {
    padding-top: 30px;
}

.column {
    padding: 0 0 60px 0;
    overflow: hidden;
    margin: 0 0 0;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    .column {
        padding: 0 0 30px 0;
    }
}

@media only screen and (max-width: 428px) {
    .column {
        padding: 0 0 15px 0;
    }
}

.inner {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    .inner {
        padding: 0 15px;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: unset !important;
}


/*----------------------------------------------------
	BACKGROUND
----------------------------------------------------*/

.bg1 {
    background: url(../img/common/bg2.png), #fbf6ed;
    margin-bottom: 0 !important;
}

.bg2 {
    background: #fff;
    margin-bottom: 0 !important;
}

.bg3 {
    background: url(../img/common/bg2.png), #eff8fa;
}


/*----------------------------------------------------
	BUTTON
----------------------------------------------------*/


/*----------------------------------------------------
	FONTS
----------------------------------------------------*/

h2,
h3,
h4,
h5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
}

.plan_detail_page .sec_title {
    color: #333333;
    padding: 10px;
    font-size: 3.4rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.sec_title {
    color: #ab8317;
    padding: 10px;
    font-size: 3.4rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

@media only screen and (max-width: 428px) {
    .plan_detail_page .sec_title {
        font-size: 2.9rem;
    }
}

.sec_title img {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    display: block;
    height: 15px;
}

.sec_title span {
    display: inline-block;
}

.sec_title .small {
    color: #333;
    font-size: 3rem;
}
@media (max-width: 428px) {
    .sec_title .small {
        font-size: 2.2rem;
    }
}
.sec_title.archive-title {
    padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .sec_title {
        font-size: 2.3rem;
    }
    .sec_title.archive-title {
        padding-bottom: 20px;
    }
}

.feature_next_title {
    color: #333;
    padding-bottom: 20px;
}

.feature_next_title span {
    font-size: 2.2rem;
    border-bottom: 0;
    margin-bottom: 0;
}

.catch {
    font-size: 1.8rem;
    color: #505455;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 428px) {
    .catch {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

.breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 0;
    }
}


/*----------------------------------------------------
	固定要素
----------------------------------------------------*/

.fixed_bnrs {
    position: fixed;
    top: 72px;
    right: 0;
    z-index: 1002;
}

@media only screen and (max-width: 1100px) {
    .fixed_bnrs {
        display: none;
    }
}

.fixed_bnrs a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.fixed_bnrs_sp {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    background: #fff;
}
@media (min-width: 701px) {
    .fixed_bnrs_sp {
        display: none;
    }
}
.fixed_bnrs_sp ul {
    background: #fff;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixed_bnrs_sp ul li {
    text-align: center;
    width: calc(100%/3);
    margin: 1%;
    border-radius: 5px;
}

.fixed_bnrs_sp ul li:first-child {
    width: 43%;
}

.mourner_bnr {
    position: fixed;
    left: 0;
    bottom: 15%;
    z-index: 2;
}

.mourner_bnr a {
    width: 222px;
    height: 168px;
    background: url(../img/common/mourner_bnr_pc1.png);
    display: block;
}

.mourner_bnr a:hover {
    background: url(../img/common/mourner_bnr_pc2.png);
    opacity: 1;
}

.mourner_bnr_sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mourner_bnr {
        display: none !important;
    }
    .mourner_bnr_sp {
        display: block;
        padding: 10px;
        text-align: center;
    }
    .mourner_bnr_sp img {
        border-radius: 5px;
    }
}

.foot_fixed_bnr {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    background-size: cover;
    padding: 10px 0;
}
@media (max-width: 700px) {
    .foot_fixed_bnr {
        display: none!important;
    }
}
.foot_fixed_bnr .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_fixed_bnr .foot_fixed_bnr_logo {
    max-width: 240px;
}

.foot_fixed_bnr .foot_fixed_bnr_logo img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .foot_fixed_bnr .foot_fixed_bnr_logo {
        display: none;
    }
}

.foot_fixed_bnr .foot_fixed_bnr_right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_fixed_bnr .foot_fixed_bnr_right_01 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1100px) {
    .foot_fixed_bnr .foot_fixed_bnr_right_01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .foot_fixed_bnr .foot_fixed_bnr_right_01 .tel_wrap {
        margin-right: 10px;
    }
    .foot_fixed_bnr .foot_fixed_bnr_right_01 .tel_wrap span {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .foot_fixed_bnr .foot_fixed_bnr_right {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .foot_fixed_bnr .foot_fixed_bnr_right_01 {
        margin-right: 0;
        width: auto;
    }
}

.foot_fixed_bnr .foot_fixed_bnr_right .tel {
    margin: 0;
}

.foot_fixed_bnr .foot_fixed_bnr_right .tel .icon {
    left: -10px;
}

.foot_fixed_bnr .foot_fixed_bnr_right .tel p {
    margin-top: 0;
    white-space: nowrap;
}

.foot_fixed_bnr .foot_fixed_bnr_right .tel_flex .tel_box .lead {
    text-align: right;
    font-size: 1.6rem;
}

.foot_fixed_bnr .foot_fixed_bnr_right_02 {
    margin-right: 20px;
}

.foot_fixed_bnr .foot_fixed_bnr_right_02 a {
    background: #ba3f63;
    font-size: 2rem;
    padding: 2px 0 7px;
    color: #fff;
    position: relative;
    width: 190px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 2px 2px 0 #9a0c0c;
    box-shadow: 2px 2px 0 #9a0c0c;
    line-height: 1.2;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .foot_fixed_bnr .foot_fixed_bnr_right_02 a {
        font-size: 1.7rem;
    }
}

.foot_fixed_bnr .foot_fixed_bnr_right_03 a {
    background: #fff;
    font-size: 2rem;
    padding: 2px 0 7px;
    color: #ba3f63;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 240px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 0 #ba3f63;
    box-shadow: 2px 2px 0 #ba3f63;
    border: 1px solid #ba3f63;
    line-height: 1.2;
    border-radius: 4px;
}

@media only screen and (max-width: 768px) {
    .foot_fixed_bnr .foot_fixed_bnr_right_03 a {
        font-size: 1.7rem;
    }
}

.foot_fixed_bnr .foot_fixed_bnr_right_03 a img {
    position: absolute;
    top: -5px;
    left: 0;
}

.foot_fixed_bnr .foot_fixed_bnr_right_03 a span.foot_fixed_bnr_right_03_txt {
    margin: 0 25px 0 0;
}

.foot_fixed_bnr .foot_fixed_bnr_right .mini {
    font-size: 1.3rem;
    border-bottom: 1px solid #fff;
}

.foot_fixed_bnr .foot_fixed_bnr_right_03 a::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 6%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #ba3f63;
    border-right: 2px solid #ba3f63;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.foot_fixed_bnr .foot_fixed_bnr_right_02 a::after {
    content: "";
    position: absolute;
    top: 34px;
    right: 6%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*----------------------------------------------------
	HEADER
----------------------------------------------------*/

#masthead {
    width: 100%;
    position: absolute;
    z-index: 999;
}

@media only screen and (max-width: 1100px) {
    #masthead {
        position: relative;
        margin: 0;
    }
}

#masthead .menu-box_sp2 {
    display: none;
}

@media only screen and (max-width: 1100px) {
    #masthead .menu-box_sp2 {
        display: block;
    }
    #masthead.scroll .menu-box_sp2 {
        position: fixed;
        top: 0;
        z-index: 900;
        background: #fff;
    }
}

#masthead .inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

#masthead .head_belt {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    #masthead .head_belt {
        padding: 0;
    }
}

#masthead .head_belt .h_tit {
    color: #000;
    font-weight: 300;
    line-height: inherit;
    font-size: 1.1rem;
    position: absolute;
    width: 60vw;
    top: 5px;
    left: 0;
    padding: 0;
}

@media only screen and (max-width: 1100px) {
    #masthead .head_belt .h_tit {
        width: 80vw;
        padding: 0;
        padding-left: 5px;
        line-height: 1;
        color: #483605;
    }
}

@media only screen and (max-width: 420px) {
    #masthead .head_belt .h_tit {
        width: 100vw;
        font-size: 0.8rem;
        letter-spacing: -0.5px;
    }
}

#masthead .head_belt .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 88%;
    padding: 10px 0;
}

@media only screen and (max-width: 1100px) {
    #masthead .head_belt .inner {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#masthead .head_belt .inner .head_l {
    position: absolute;
    top: 10px;
    left: 10%;
}

@media only screen and (max-width: 1100px) {
    #masthead .head_belt .inner .head_l {
        left: 10%;
    }
}

#masthead .head_belt .inner .logo_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    #masthead .head_belt .inner .logo_area {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 320px) {
    #masthead .head_belt .inner .logo_area {
        max-width: 270px;
    }
}

#masthead .head_belt .inner .logo_area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#masthead .head_belt .inner .logo_area img {
    width: 170px;
}

#masthead .head_belt .inner .logo_area span {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    #masthead .head_belt .inner .logo_area img {
        width: 140px;
    }
    #masthead .head_belt .inner .logo_area span {
        padding-left: 10px;
        display: block;
    }
}

#masthead .head_belt .inner .area_field {
    text-align: center;
    margin-top: 26px;
}

#masthead .head_belt .head_r ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

#masthead .head_belt .head_r ul .front_link a {
    margin-right: 10px;
    background: #eee;
    padding: 5px 15px;
    font-size: 1.4rem;
    display: block;
}

#masthead .head_belt .hurry_btn {
    margin-right: 0;
}

#masthead .head_belt .hurry_btn .head_f {
    background: #ba3f63;
    color: #fff;
    line-height: 1.5;
    font-size: 1.8rem;
    text-align: center;
    padding: 10px 45px;
    line-height: 1.2;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 0 #9a0c0c;
    box-shadow: 2px 2px 0 #9a0c0c;
}

#masthead .head_belt .hurry_btn .head_f::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#masthead .head_belt .hurry_btn .head_f span {
    font-size: 1.4rem;
    display: block;
    border-bottom: 1px solid #fff;
}

#masthead .head_belt .hurry_btn a {
    display: block;
}

@media only screen and (max-width: 1100px) {
    #masthead {
        /** スクロール時のスマホメニュー **/
    }
    #masthead .menu-box_sp2 {
        width: 100%;
        top: 0;
    }
    #masthead .menu-box_sp2 ul {
        width: 100%;
    }
    #masthead .menu-box_sp2 ul li {
        width: 25%;
        background: #fff;
        text-align: center;
        border-top: 1px solid #ab8317;
        border-bottom: 1px solid #ab8317;
        border-left: 1px solid #ab8317;
    }
    #masthead .menu-box_sp2 ul li:nth-child(3) {
        border-right: 1px solid #ab8317;
    }
    #masthead .menu-box_sp2 ul li:nth-child(4) {
        background-color: #ba3f63;
    }
    #masthead .menu-box_sp2 ul li:last-child {
        border: none;
    }
    #masthead .menu-box_sp2 ul li i {
        display: block;
        font-size: 2.8rem;
        color: #aa8416;
        padding-bottom: 3px;
    }
    #masthead .menu-box_sp2 ul li:nth-child(4) i {
        color: #fff;
    }
    #masthead .menu-box_sp2 ul li a {
        display: block;
        padding: 5px 0;
        line-height: 1;
        font-size: 1.3rem;
    }
    #masthead .menu-box_sp2 ul li:nth-child(4) a {
        color: #fff;
    }
    #masthead .menu-box_sp2 ul li a img {
        max-height: 50px;
    }
    #masthead .menu-box_sp2 .menu {
        background: #fff;
        height: 65px;
        width: 65px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 15px 10px 15px;
    }
}

.page-template #masthead .head_belt .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-template #masthead .head_belt .inner .head_l_sp {
    display: block;
}

.error404 #masthead .head_belt .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.error404 #masthead .head_belt .inner .head_l_sp {
    display: block;
}

.archive #masthead .head_belt .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.archive #masthead .head_belt .inner .head_l_sp {
    display: block;
}

.page #masthead .head_belt .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page #masthead .head_belt .inner .head_l_sp {
    display: block;
}

.page #masthead .head_belt .inner .close_btn {
    display: inline-block;
    background: #ab8317;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 0 #8f6d0e;
}

@media only screen and (max-width: 428px) {
    #masthead .head_belt .inner {
        max-width: 100%;
    }
    .page #masthead .head_belt .inner .close_btn {
        padding: 5px 15px;
        margin-top: 15px;
    }
}

#masthead .head_belt .head_r ul .tel .tel_flex .tel_box .lead {
    text-align: right;
    font-size: 1.6rem;
}


/* 会葬者の方ページ用ヘッダー */

@media only screen and (max-width: 428px) {
    #masthead.mourner_head {
        position: relative;
        /* margin-bottom: -80px; */
    }
    #masthead.mourner_head .head_belt .inner,
    #masthead.mourner_head .head_belt .inner .logo_area a {
        justify-content: center;
    }
}

@media only screen and (max-width: 820px) {
    .foot_fixed_bnr .foot_fixed_bnr_logo,
    .tel .tel_cap {
        display: none;
    }
}

#gnav {
    display: none;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
}

#gnav.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
    display: block;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
}

#gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#gnav ul li {
    padding: 15px 0;
    color: #000000;
}

#gnav ul li.hurry_link {
    margin-right: 0;
    background: #ba3f63;
}

#gnav ul li a {
    color: #000;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2;
}

#gnav ul li a .home {
    vertical-align: text-bottom;
}

#gnav ul li span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    color: #6d6060;
}

#gnav ul .pulldown ul:after {
    border: none;
}

#gnav ul .tgl_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 100;
    width: 100%;
    padding: 7px 0;
    background: #fff;
}

#gnav ul .tgl_menu:after {
    content: '';
    border: none;
}

#gnav ul .tgl_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#gnav ul .tgl_menu li {
    float: left;
    width: 33%;
    border: none;
}

#gnav ul .tgl_menu li a {
    color: #333;
    padding: 3px 12px;
    display: block;
    font-size: 1.2rem;
    text-align: center;
    min-width: 100px;
    white-space: nowrap;
    line-height: 30px;
}

#gnav ul .tgl_menu li a p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
}

#gnav ul .tgl_menu li a p:before {
    content: '\f138';
    font-family: 'Font Awesome 6 free';
    color: #ab8317;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    font-size: 1.6rem;
    line-height: 1;
    text-rendering: auto;
    margin-right: 5px;
}

#gnav ul .tgl_menu li a p span {
    display: inline-block;
    vertical-align: middle;
    display: block;
}

#gnav ul .tgl_menu li a p span img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -5px;
}

#gnav ul .dwn_plan {
    left: -602px;
}

@media only screen and (max-width: 1100px) {
    #gnav ul .dwn_plan {
        display: none;
    }
}

#gnav ul .dwn_plan li {
    width: 24%;
    padding: 5px 0;
}

#gnav ul .dwn_hall li {
    width: 20%;
}

#gnav ul .dwn_hall li+li {
    margin-left: 5%;
}

#gnav ul .dwn_plan li img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 150px;
    display: block;
}

#gnav ul .short {
    position: relative;
}

#gnav ul .short .tgl_menu {
    top: 66px;
    width: auto;
}

#gnav ul .short .dwn_plan li {
    width: 100%;
}

#gnav ul .short .tgl_menu li a {
    padding: 0;
}

#gnav ul .short .tgl_menu li a div {
    text-align: left;
}

#gnav_sp {
    padding-top: 0px;
    padding-bottom: 10px;
    position: absolute;
    padding-left: 12px;
    top: 0;
    right: 5px;
    /*チェックが入ったらもろもろ表示*/
}

#gnav_sp .head-logo .logo {
    max-width: 180px;
}

#gnav_sp .menu_ttl {
    display: block;
    color: #555555;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    top: 3px;
}

#gnav_sp .nab-sp {
    margin-left: auto;
}

#gnav_sp #nav-drawer {
    position: relative;
}

#gnav_sp .nav-unshown {
    display: none;
}

#gnav_sp #nav-open {
    display: inline-block;
    width: 51px;
    height: 40px;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 0px;
}

@media only screen and (max-width: 768px) {
    #gnav_sp #nav-open {
        padding-top: 25px;
    }
}

#gnav_sp #nav-open span {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #555555;
    display: block;
    content: '';
    cursor: pointer;
}

#gnav_sp #nav-open span:before {
    bottom: -10px;
}

#gnav_sp #nav-open span:before {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #555555;
    display: block;
    content: '';
    cursor: pointer;
}

#gnav_sp #nav-close {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

#gnav_sp #nav-close2 {
    display: none;
    position: fixed;
    z-index: 10000;
    top: .0;
    right: 0;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#gnav_sp #nav-close2 span {
    position: relative;
}

#gnav_sp #nav-close2 span:before,
#gnav_sp #nav-close2 span:after {
    position: absolute;
    height: 3px;
    width: 28px;
    top: 28px;
    left: 10px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}

#gnav_sp #nav-close2 span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#gnav_sp #nav-close2 span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#gnav_sp #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    padding-top: 54px;
    background: #a02c37;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow-scrolling: touch;
}

#gnav_sp #nav-content .wrap_nav_content {
    min-height: 100%;
    height: auto;
    padding-bottom: 110px;
    max-width: 80%;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) {
    #gnav_sp #nav-content .wrap_nav_content {
        max-width: 60%;
    }
}

@media only screen and (max-width: 768px) {
    #gnav_sp #nav-content .wrap_nav_content {
        max-width: 90%;
    }
}

#gnav_sp #nav-content .wrap_nav_content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#gnav_sp #nav-content .wrap_nav_content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#gnav_sp #nav-content .wrap_nav_content ul li .ultgl_list {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content ul li .ultgl_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 0 0;
    }
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li .tgl {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: 12px 10px;
    position: relative;
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li .tgl span {
    font-size: 14px;
    color: #ba3f63;
    display: block;
    text-transform: uppercase;
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li .tgl:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 16px;
    margin-top: -6px;
    width: 6px;
    top: 50%;
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li .tgl.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li>a {
    color: #fff;
    display: block;
    font-size: 1.7rem;
    line-height: 1.3;
    padding: 12px 8px;
}

#gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list)>li>a span {
    font-size: 14px;
    color: #ba3f63;
    display: block;
    text-transform: uppercase;
}
#gnav_sp #nav-content .wrap_nav_content .ham_lists li{
    position: relative;
}
#gnav_sp #nav-content .wrap_nav_content .ham_lists > li:before{
    content:"";
    display: block;
    border-top: 8px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 8px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    top: 14px;
    left: 10px;

}
#gnav_sp #nav-content .wrap_nav_content .tgl_list {
    display: none;
    background: #ab8317;
}

#gnav_sp #nav-content .wrap_nav_content .tgl_list li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#gnav_sp #nav-content .wrap_nav_content .tgl_list li a {
    font-size: 13px;
    display: block;
    padding: 12px 8px;
    color: #fff;
}

#gnav_sp #nav-content .wrap_nav_content .nav-content__bnr {
    padding: 10px;
    text-align: center;
}

#gnav_sp #nav-content .wrap_nav_content .nav-content__bnr a {
    margin-bottom: 60px;
    display: block;
}

#gnav_sp #nav-content .wrap_nav_content .nav-content__bnr a img {
    max-width: 223px;
}

#gnav_sp #nav-content .wrap_nav_content .nav-content__bnr a:nth-of-type(2) {
    margin-bottom: 0;
}

#gnav_sp #nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#gnav_sp #nav-input:checked~#nav-close2 {
    display: block;
    opacity: 1;
}

#gnav_sp #nav-input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    right: 0;
    overscroll-behavior-y: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#gnav_sp #nav-input:checked~#nav-content::-webkit-scrollbar{
    display: none;
  }

#gnav_sp .gnav_sp li {
    border-top: 1px solid #ddd;
}

#gnav_sp .gnav_sp li a {
    color: #ba3f63;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 16px;
}

.page-template-hall_detail main,
.page-template-hall_detail main .mourner_bnr_sp {
    margin: 0;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul li {
    margin: 30px;
}

@media only screen and (max-width: 768px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul li {
        margin: 0px 20px 15px;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul li a {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 45px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 428px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul li a {
        width: 100%;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_01 ul li a:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 8%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #a02c37;
    border-right: 2px solid #a02c37;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 820px) {
    .wrap_nav_content .ham_lists {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
        text-align: left;
    }
    .wrap_nav_content .ham_lists li {
        width: 100%;
        margin: 0 auto;
    }
    .wrap_nav_content .ham_lists li a {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .wrap_nav_content .ham_lists li .ultgl_list {
        width: 100%;
        text-align: left;
    }
    .wrap_nav_content .ham_lists li .ultgl_list li {
        text-align: left;
        margin-left: 20px;
    }
    .wrap_nav_content .ham_lists li .ultgl_list li a {
        width: 100%;
        display: block;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel {
    text-align: center;
    gap: 10px;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel p {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel p {
        font-size: 3rem;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .tel_num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2rem;
    padding-top: 5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .tel_num {
        font-size: 3.8rem;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .tel_num .tel_anime svg {
    fill: #fff;
    margin-right: 5px;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .icon {
    position: relative;
    display: block;
    float: left;
    width: 22px;
    height: 37px;
    background: url(../img/common/tel_icon_wh.png) no-repeat;
    background-size: 100%;
    left: -13px;
    top: 2px;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .icon .tel_call {
    right: 12px;
    bottom: 16px;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel a {
    background-color: inherit;
    position: inherit;
    display: inline-block;
    color: #fff;
    padding: 0;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .tel_call::before,
#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul .tel .tel_call::after {
    position: absolute;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling_ani;
    animation-name: calling_ani;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    content: '';
    color: #fff;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul li {
    margin: 30px 20px;
}

@media only screen and (max-width: 820px) {
    #gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul li {
        margin: 15px 0;
    }
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul li a {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    text-align: center;
    position: relative;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul li a:after {
    content: "";
    position: absolute;
    top: 35px;
    right: 8%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 2px solid #a02c37;
    border-right: 2px solid #a02c37;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnav_sp #nav-content .wrap_nav_content .gnav_btn .gnav_btn_02 ul li a p {
    color: #ba3f63;
    font-weight: bold;
}


/* KENJA */

.wrap_nav_content .kenja_text {
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
}

.kenja_text {
    padding-top: 0.4em;
    font-size: 1.2rem;
}

.kenja img {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.kenja_company {
    text-align: left;
}

.kenja_company img {
    width: 40%;
}

footer .ft_box01 .ft_box_lf .ft_box_lf_in .kenja img {
    width: 50%;
}

@media (max-width: 428px) {
    .kenja_company img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
}


/*----------------------------------------------------
	FOOTER
----------------------------------------------------*/

footer {
    background-image: url(../img/top/f_bk.jpg);
    background-size: cover;
    padding: 5em 0 6em 0 !important;
    margin: 0em 0 5em 0;
    color: #fff;
    font-size: 1.4rem;
}

footer .ft_box01 .ft_box_lf .ft_box_lf_in {
    background-color: #fff;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 2em 0 !important;
}

@media (max-width: 428px) {
    footer {
        padding: 5em 0 4em 0 !important;
    }
    footer .ft_box01 .ft_box_lf .ft_box_lf_in {
        padding: 1.4em 0 !important;
    }
}

footer .inner {
    max-width: 1000px;
    padding-bottom: 3em;
}

footer .copyright {
    padding: 10px 10px 18px !important;
}

@media only screen and (max-width: 428px) {
    #footer {
        padding: 40px 0 60px;
    }
}

#footer .footer_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1100px) {
    #footer .footer_wrap {
        padding: 0 15px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#footer .footer_wrap .company_info {
    background: #fff;
    padding: 20px;
    color: #333;
    width: auto;
}

@media only screen and (max-width: 768px) {
    #footer .footer_wrap .company_info {
        width: 100%;
        margin-bottom: 30px;
    }
}

#footer .footer_wrap .company_info_logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 200px;
}

#footer .footer_wrap .company_info_link {
    border: 1px solid #333;
    padding: 2px 0;
    display: block;
    text-align: center;
    margin-top: 20px;
}

#footer .footer_wrap .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-left: 200px;
}

@media only screen and (max-width: 1100px) {
    #footer .footer_wrap .footer_menu {
        margin-left: 5%;
    }
}

@media only screen and (max-width: 768px) {
    #footer .footer_wrap .footer_menu {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    #footer .footer_wrap .footer_menu ul {
        width: 30%;
    }
}

@media only screen and (max-width: 428px) {
    #footer .footer_wrap .footer_menu ul {
        width: 100%;
    }
}

#footer .footer_wrap .footer_menu a {
    color: #fff;
}

#footer .footer_wrap .footer_menu li {
    padding-bottom: 1rem;
}

#footer .footer_wrap .footer_menu li.child_link {
    padding-left: 2rem;
}

#footer .footer_wrap .footer_menu li.child_link ul {
    width: 100%;
}

#footer .copy {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    background: #617fa1;
    padding: 4px 0;
}


/*----------------------------------------------------
	404
----------------------------------------------------*/

.error-404 {
    text-align: center;
    padding: 80px 0 200px;
    color: #5c5c5c;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .error-404 {
        padding: 70px 0 80px;
    }
}

.error-404 .btn {
    margin-top: 50px;
}

.error-404 .icon_404 {
    background: #fff;
    font-size: 90px;
    font-size: 9rem;
    text-align: center;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
    .error-404 .icon_404 {
        font-size: 7rem;
    }
}

.error-404 .icon_404 span {
    text-shadow: 2px 0 0 #ab8317, 0 2px 0 #ab8317, -2px 0 0 #ab8317, 0 -2px 0 #ab8317;
    color: #fff;
}

.error-404 .not_found_text {
    margin-bottom: 30px;
}


/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/

.faq_wrap {
    padding: 24px;
    background: #fff;
}

@media (max-width: 428px) {
    .faq_wrap {
        margin-top: 0;
        padding: 0 2%;
    }
}

.faq_wrap .inner {
    max-width: 1000px;
}

.faq_wrap .schem-faq .question {
    position: relative;
    padding: 20px 10px 20px 55px;
    background-color: #f6f5f5;
    border-radius: 20px;
    font-size: 1.8rem;
    color: #a02c37;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
}

.faq_wrap .schem-faq a {
    color: #ba3f63;
}

.faq_wrap .schem-faq li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.faq_wrap .schem-faq .question:before {
    position: absolute;
    counter-increment: number;
    content: "Q";
    display: inline-block;
    background: #ba3f63;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 15px;
}

.faq_wrap .schem-faq .answer {
    margin-bottom: 2rem;
    position: relative;
    padding: 10px 10px 40px 55px;
    line-height: 1.6;
}
@media (max-width: 428px) {
.faq_wrap .schem-faq .answer {
    padding: 10px 10px 10px 55px;
}
}

@media only screen and (max-width: 1100px) {
    .faq_wrap .schem-faq .answer a {
        display: block;
    }
    .faq_wrap .schem-faq .answer .inline_block {
        display: inline-block;
    }
}

.faq_wrap .schem-faq .answer:before {
    position: absolute;
    counter-increment: number;
    content: "A";
    display: inline-block;
    background: #ab8317;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 15px;
}


/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/

#pagetop {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 120px;
    right: 150px;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    #pagetop {
        right: 20px;
        bottom: 150px;
    }
}

@media only screen and (max-width: 428px) {
    #pagetop {
        right: 20px;
        bottom: 70px;
    }
}

#pagetop a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 50px;
    height: 50px;
    background: #ba3f63;
    border-radius: 50%;
    pointer-events: none;
}

@media only screen and (max-width: 1100px) {
    #pagetop a {
        width: 48px;
        height: 48px;
    }
}

#pagetop a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -5px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

@media only screen and (max-width: 1100px) {
    #pagetop a:after {
        width: 10px;
        height: 10px;
        margin-left: -5px;
        margin-top: -5px;
    }
}


/*----------------------------------------------------
	改行
----------------------------------------------------*/

@media screen and (min-width: 429px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (min-width: 414px) {
    .pc02_hide {
        display: none !important;
    }
}

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

@media only screen and (max-width: 1100px) {
    .tab_hide {
        display: none !important;
    }
}

@media screen and (max-width: 428px) {
    .smart_hide {
        display: none !important;
    }
}

#hurry .hurry_box .tel .icon {
    position: relative;
    display: block;
    float: left;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../img/hurry/tel_icon_hurry.png) no-repeat;
    background-size: cover;
    left: -7px;
}

#hurry .hurry_box .tel p {
    margin-top: 5px;
}

#hurry .hurry_box .tel p a {
    color: #ba3f63;
}

#hurry .tel .icon {
    position: relative;
    display: block;
    float: left;
    top: -20px;
    width: 50px;
    height: 50px;
    background: url(../img/hurry/tel_icon_hurry.png) no-repeat;
    background-size: cover;
    left: -7px;
}

#hurry .tel .icon .tel_call {
    width: 10px;
    height: 10px;
    -webkit-animation-delay: -1.00s;
    animation-delay: -1.00s;
    position: absolute;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(51deg);
    transform: rotate(51deg);
    opacity: 0;
    -webkit-animation-name: calling_ani;
    animation-name: calling_ani;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    color: #fff;
    content: '';
    right: 15px;
    bottom: 18px;
}

#hurry .tel .tel_call::before,
#hurry .tel .tel_call::after {
    position: absolute;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-animation-name: calling_ani;
    animation-name: calling_ani;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    content: '';
    color: #ba3f63;
}

#hurry .tel .tel_call:first-child::before {
    width: 10px;
    height: 16px;
    -webkit-animation-delay: -1.16s;
    animation-delay: -1.16s;
}

#hurry .tel .tel_call:first-child::after {
    width: 20px;
    height: 28px;
    -webkit-animation-delay: -1.08s;
    animation-delay: -1.08s;
}

#hurry .tel .tel_call:last-child::before {
    width: 31px;
    height: 41px;
    -webkit-animation-delay: -1.00s;
    animation-delay: -1.00s;
}

#hurry .tel .tel_call:last-child::after {
    content: none;
}

.category #masthead .head_belt .inner .logo_area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .category #masthead .head_belt .inner .logo_area a img {
  width: 50%;
} */

@media only screen and (max-width: 1100px) {
    .category #masthead .head_belt .inner .logo_area a img {
        width: 60%;
    }
}

.category #masthead .head_belt .inner .logo_area a span {
    color: #000;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .category #masthead .head_belt .inner .logo_area a span {
        color: #483605;
        font-size: 1.4rem;
        padding: 10px;
    }
}

.page-template #masthead .head_belt .inner .logo_area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template #masthead .head_belt .inner .logo_area a span {
    color: #000;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .page-template #masthead .head_belt .inner .logo_area a span {
        color: #483605;
        font-size: 1.4rem;
        padding: 10px;
    }
}

.page #masthead .head_belt .inner .logo_area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page #masthead .head_belt .inner .logo_area a span {
    color: #333;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .page #masthead .head_belt .inner .logo_area a span {
        color: #483605;
        font-size: 1.4rem;
        padding: 10px;
    }
}


/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/

.tel_anime svg {
    width: 35px;
    height: 35px;
    fill: #555;
}

.tel_anime svg .line1 {
    -webkit-animation: fillAnimation1 infinite ease 1.5s;
    animation: fillAnimation1 infinite ease 1.5s;
}

.tel_anime svg .line2 {
    -webkit-animation: fillAnimation2 infinite ease 1.5s;
    animation: fillAnimation2 infinite ease 1.5s;
}

.tel_anime svg .line3 {
    -webkit-animation: fillAnimation3 infinite ease 1.5s;
    animation: fillAnimation3 infinite ease 1.5s;
}

@-webkit-keyframes fillAnimation1 {
    30%,
    60% {
        fill-opacity: 0;
    }
    80% {
        fill-opacity: 1;
    }
}

@keyframes fillAnimation1 {
    30%,
    60% {
        fill-opacity: 0;
    }
    80% {
        fill-opacity: 1;
    }
}

@-webkit-keyframes fillAnimation2 {
    40%,
    70% {
        fill-opacity: 0;
    }
    100% {
        fill-opacity: 1;
    }
}

@keyframes fillAnimation2 {
    40%,
    70% {
        fill-opacity: 0;
    }
    100% {
        fill-opacity: 1;
    }
}

@-webkit-keyframes fillAnimation3 {
    50%,
    80% {
        fill-opacity: 0;
    }
    100% {
        fill-opacity: 1;
    }
}

@keyframes fillAnimation3 {
    50%,
    80% {
        fill-opacity: 0;
    }
    100% {
        fill-opacity: 1;
    }
}

.tel_flex {
    gap: 10px;
    align-items: center;
}

.tel_flex ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tel_flex .tel_box {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.tel_flex .tel_box .tel_flex {
    display: flex;
    align-items: center;
}

.tel_flex .tel_cap {
    font-size: 1.6rem;
    border: 1px solid #555;
    padding: 10px;
    border-radius: 4px;
    line-height: 1.1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 1100px) {
    .tel_flex .tel_cap {
        display: none;
    }
}

.tel_flex .tel_num {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    color: #555;
    white-space: nowrap;
}

#gnav{
    display: block;
    background: linear-gradient(0deg, rgba(239, 188, 184, 1) 50%, rgba(254, 252, 251, 1) 100%);
}
#gnav ul li {
width: 16%;
}
#gnav ul li a {
line-height: 2;
border-left: 1px solid #502018;
width: 100%;
text-align: center;
}
#gnav ul li:last-child a {
border-right: 1px solid #502018;
}
main.pt {
padding-top: 125px;
}
#gnav ul .tgl_menu{
top:63px;
}


@media (max-width: 750px) {
main.pt {
padding-top: 0px;
}

}

/*# sourceMappingURL=common.css.map *0