@charset "utf-8";

/* ----------既存の「news.css」から移動---------- */
.news_wrap {
    max-width: 1200px;
}

.news_wrap .right {
    padding: 0 20px;
    text-align: right;
}

.message {
    max-width: 1080px;
}

.message .m_img {
    margin-bottom: 50px;
    text-align: center;
}

.backbtm {
    margin-top: 30px;
    text-align: center;
}



.backbtm a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.2em 1em;
    color: #333;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-radius: 3px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bfbfbf));
    background: linear-gradient(#fff, #bfbfbf);
    -webkit-box-shadow: #d6d6d6 1px 3px 2px;
    box-shadow: #d6d6d6 1px 3px 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bfbfbf');

    o-box-shadow: #d6d6d6 1px 3px 2px;
}


.backbtm a:hover {
    background: #bfbfbf;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#fff));
    background: linear-gradient(#bfbfbf, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff');
}

.simg_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s_img {
    max-width: 30%;
}

.none {
    display: none;
}

/* ----------既存の「main.css」から移動---------- */
#mainNav {
    width: 100%;
    z-index: 10;
}

#nav {
    font-size: 18px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

/* 第1階層 */
#nav ul.parent {
    padding: 0;
    position: relative;
}

/*ボタンサイズ*/
#nav ul.parent>li {
    width: 20%;
    display: table;
    vertical-align: middle;
    float: left;
    text-align: center;
    position: relative;
}

#mainNav .inner {
    height: auto;
}

/*ボタンまわり余白、線*/
#mainNav ul.parent>li>a {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}

#mainNav ul.parent>li>a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

/*マウスオン時と、現在表示中(current)メニューの設定*/
#mainNav ul.parent>li>a:hover,
#mainNav ul.parent>li.current>a {
    color: #fff;
    background: #6badc2;
}

/*１つ目のメニューへの追加設定(ホームボタンの左の線)*/
#mainNav ul.parent>li:first-child a {
    border-left: 1px solid #dcdcdc;
}

/* 第2階層 */
#nav ul.child {
    display: none;
}

#mainNav ul>li>ul.openUL {
    width: 100%;
    display: block !important;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9998;
}

#nav ul.child li {
    width: 100%;
    height: 50px;
    display: table;
}

#nav ul.child li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background: #4c4c4c;
    background: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
}

#nav ul.child li a span {
    font-size: 11.6px;
}

#nav ul.child li a:hover {
    color: #fff;
    background: #6badc2;
    background-color: rgba(0, 0, 0, 0.7);
}

/* PCとスマホで表示切り替え PC=表示、SP=非表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



@media (max-width: 800px) {
    /* PCとスマホで表示切り替え PC=非表示、SP=表示 */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    #mainNav #nav {
        height: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        top: 0;
        bottom: auto;
        /*     border-top: 4px solid #6badc2; */
    }

    #mainNav #nav.active {
        height: 100vh;
    }

    #nav {
        width: 100%;
        float: none;
        margin-top: 0;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border-top: none;
        border-bottom: none;
    }

    /* 第1階層 */
    #mainNav ul.parent {
        width: 100%;
        height: auto;
        display: none;
        position: absolute;
        top: 0px;
        left: 0;
    }

    #mainNav ul.parent>li {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        border-top: 1px solid #ddd;
    }

    #mainNav ul.parent>li:first-child a {
        border-left: none;
    }

    #mainNav ul.parent>li:last-child {
        border-bottom: 1px solid #ddd;
    }

    #nav>ul:before,
    #nav>ul>li:after {
        content: none;
    }

    #mainNav ul.parent>li>a,
    #mainNav ul.parent>li>.accordion-parent {
        width: 100%;
        display: block;
        padding: 10px 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 90%;
        color: #fff;
        text-align: left;
        background: #6badc2;
        position: relative;
    }

    #mainNav ul li.parentList>a:after {
        content: "\f107";
        margin-top: -19px;
        margin-left: 0;
        font: bold 142.9%/1 FontAwesome;
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        top: 60%;
        left: auto;
        right: 5%;
        z-index: 9999;
    }

    #mainNav ul li.parentList a.open:after {
        content: "\f106";
        font: bold 142.9%/1 FontAwesome;
    }

    /* 第2階層 */
    #mainNav ul.child {
        width: 100%;
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    #mainNav ul.parent>li:hover>ul.child {
        width: 100%;
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    #nav ul.child li {
        border-bottom: none;
    }

    #nav ul.child li a {
        padding: 8px 7%;
        font-size: 80%;
        text-align: left;
    }

    #nav ul.child li a:hover {
        background-color: #4c4c4c;
        background-color: rgba(0, 0, 0, 0.7);
    }

    /* スマホ用のメニューバー */
    #menuBar {
        /*height: 70px;*/
    }

    #menuTitle img {
        width: auto;
        max-height: 48px;
        vertical-align: middle;
    }

    /* 画面右のメニューアイコン */
    a#menu {
        width: 43px;
        height: 43px;
        /*margin-top: -20px;*/
        margin-top: 1%;
        font-size: 200%;
        color: #000;
        line-height: 1.3;
        text-align: center;
        border: 1px solid #000;
        background: url("/import/tenant_1/www.fukuoka-sekizai.com/images/icon_menu.png") no-repeat center top/45px;
        cursor: pointer;
        position: absolute;
        top: 40%;
        right: 3%;
        z-index: 100;
    }

    a#menu i {
        vertical-align: top;
        line-height: 42px;
    }

    a#menu.menuOpen {
        background: #fff url("/import/tenant_1/www.fukuoka-sekizai.com/images/icon_menu_close.png") no-repeat center top/45px;
    }

    a#menu span {
        font-size: 62.5%;
        color: #fff;
    }

    /* メニュー固定用class */
    .fixed {
        width: 100%;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999;
    }
}

@media (max-width: 480px) {
    #mainNav ul li.parentList>a:after {
        right: 7%;
    }

    #menuBar {
        /*height: 58px;*/
    }

    a#menu {
        margin-top: 0.8%;
    }
}

/* ----------既存の「news_all.css」から移動---------- */

.news_block {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px dotted rgba(66, 66, 66, 0.2);
}

.news_block:last-of-type {
    border: none;
}

.thumbnail {
    width: 30%;
    padding: 10px 20px;
    padding-right: 50px;
    border-right: 2px solid rgba(66, 66, 66, 0.2);
}

.none {
    display: none;
}

.thumbnai0l img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block {
    width: 70%;
    padding: 5px 20px;
}

.none2 {
    width: 100%;
}

.title_block a {
    text-decoration: none;
}

.title_block a:hover {
    border-bottom: 1px solid;
}

.title_block h2 {
    padding-right: 60px;
    border: none;
    background: none;
    position: relative;
}

.title_block h2::first-letter {
    padding-left: 0;
    border: none;
}

.title_block span {
    display: block;
    text-align: right;
}

.title_block h2 .newicon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0px;
}

/* ----------ここから組み込み後に追加---------- */

/* h1 */
.h1-wrap {
    font-size: 10px;
    background-color: #fff;
}

h1 {
    padding-top: 5px;
    padding-right: 70px;
    font-size: 10px;
}

.address {
    font-size: 10px;
}

.logo {
    max-width: 450px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.nav-fixed nav {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#headermenu .tel-contact-wrap .tel a::before {
    content: "\f095";
    display: inline-block;
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
}

.mail span {
    font-size: 15px;
}

.nav-fixed .mail span {
    font-size: 15px;
}

/*.tel-wrap .tel{
  font-size:23px
}*/

.mail a {
    padding: 4px 10px;
}

@media(max-width:800px) {
    #headermenu.tel-contact-wrap {
        padding: 1em;
        background-color: rgba(255, 255, 255, 0.5);
        position: fixed;
        top: 120px;
        right: 2%;
        z-index: 10;
    }
}

@media(max-width:480px) {
    #headermenu .tel-contact-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.5em;
        background-color: #fff;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    #headermenu .tel-contact-wrap .tel-wrap {
        width: 48%;
    }

    #headermenu .tel-contact-wrap .tel-wrap span {
        display: block;
    }

    #headermenu .tel-contact-wrap .contact-wrap {
        width: 48%;
    }

    #headermenu .tel-contact-wrap .contact-text {
        display: block;
    }
}

/* ----------既存の「news.css」から移動---------- */
.news_wrap {
    max-width: 1200px;
}

.news_wrap .right {
    padding: 0 20px;
    text-align: right;
}

.message {
    max-width: 1080px;
}

.message .m_img {
    margin-bottom: 50px;
    text-align: center;
}

.backbtm {
    margin-top: 30px;
    text-align: center;
}

.backbtm a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.2em 1em;
    color: #333;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-radius: 3px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bfbfbf));
    background: linear-gradient(#fff, #bfbfbf);
    -webkit-box-shadow: #d6d6d6 1px 3px 2px;
    box-shadow: #d6d6d6 1px 3px 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#bfbfbf');

    o-box-shadow: #d6d6d6 1px 3px 2px;
}


.backbtm a:hover {
    background: #bfbfbf;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#fff));
    background: linear-gradient(#bfbfbf, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfbfbf', endColorstr='#ffffff');
}

.simg_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.s_img {
    max-width: 30%;
}

.none {
    display: none;
}

/* ----------既存の「main.css」から移動---------- */
#mainNav {
    width: 100%;
    z-index: 10;
}

#nav {
    font-size: 18px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

/* 第1階層 */
#nav ul.parent {
    padding: 0;
    position: relative;
}

/*ボタンサイズ*/
#nav ul.parent>li {
    width: calc(100% / 7);
    display: table;
    vertical-align: middle;
    float: left;
    text-align: center;
    position: relative;
}

#mainNav .inner {
    height: auto;
}

/*ボタンまわり余白、線*/
#mainNav ul.parent>li>a,
#mainNav ul.parent>li>div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}

#mainNav ul.parent>li>div.accordion-parent {
    padding: 0;
}

#mainNav ul.parent>li>.accordion-parent>a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 0;
}

#mainNav ul.parent>li>a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

/*マウスオン時と、現在表示中(current)メニューの設定*/
#mainNav ul.parent>li>a:hover,
#mainNav ul.parent>li.current>a,
#mainNav ul.parent>li .accordion-parent>a:hover {
    color: #fff;
    background: #6badc2;
}

/*１つ目のメニューへの追加設定(ホームボタンの左の線)*/
#mainNav ul.parent>li:first-child a {
    border-left: 1px solid #dcdcdc;
}

/* 第2階層 */
#nav ul.child {
    display: none;
}

#mainNav ul>li>ul.openUL {
    width: 100%;
    display: block !important;
    margin-top: 1px;
    padding: 0;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9998;
}

#nav ul.child li {
    width: 100%;
    height: 50px;
    display: table;
}

#nav ul.child li a {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0;
    color: #fff;
    line-height: 1.3;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background: #4c4c4c;
    background: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.8);
}

#nav ul.child li a span {
    font-size: 11.6px;
}

#nav ul.child li a:hover {
    color: #fff;
    background: #6badc2;
    background-color: rgba(0, 0, 0, 0.7);
}

/* PCとスマホで表示切り替え PC=表示、SP=非表示 */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}



@media (max-width: 800px) {
    /* PCとスマホで表示切り替え PC=非表示、SP=表示 */
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    #mainNav {
        height: auto;
        /*         border-top: 4px solid #6badc2; */
        position: absolute;
        top: 0;
        bottom: auto;
    }

    #nav {
        width: 100%;
        float: none;
        margin-top: 0;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border-top: none;
        border-bottom: none;
    }

    /* 第1階層 */
    #mainNav ul.parent {
        width: 100%;
        height: auto;
        /* display: none;
        position: absolute;
        top: 0px;
        left: 0; */
    }

    #mainNav ul.parent>li {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        border-top: 1px solid #ddd;
    }

    #mainNav ul.parent>li:first-child a {
        border-left: none;
    }

    #mainNav ul.parent>li:last-child {
        border-bottom: 1px solid #ddd;
    }

    #nav>ul:before,
    #nav>ul>li:after {
        content: none;
    }

    #mainNav ul.parent>li>a {
        width: 100%;
        display: block;
        padding: 10px 5%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 90%;
        color: #fff;
        text-align: left;
        background: #6badc2;
        position: relative;
    }

    #mainNav ul li.parentList>a:after {
        content: "\f107";
        margin-top: -19px;
        margin-left: 0;
        font: bold 142.9%/1 FontAwesome;
        font-family: FontAwesome;
        color: #fff;
        position: absolute;
        top: 60%;
        left: auto;
        right: 5%;
        z-index: 9999;
    }

    #mainNav ul li.parentList a.open:after {
        content: "\f106";
        font: bold 142.9%/1 FontAwesome;
    }

    /* 第2階層 */
    #mainNav ul.child {
        width: 100%;
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    #mainNav ul.parent>li:hover>ul.child {
        width: 100%;
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    #nav ul.child li {
        border-bottom: none;
    }

    #nav ul.child li a {
        padding: 8px 7%;
        font-size: 80%;
        text-align: left;
    }

    #nav ul.child li a:hover {
        background-color: #4c4c4c;
        background-color: rgba(0, 0, 0, 0.7);
    }

    /* スマホ用のメニューバー */
    #menuBar {
        /*height: 70px;*/
    }

    #menuTitle img {
        width: auto;
        max-height: 48px;
        vertical-align: middle;
    }

    /* 画面右のメニューアイコン */
    a#menu {
        width: 43px;
        height: 43px;
        /*margin-top: -20px;*/
        margin-top: 1%;
        font-size: 200%;
        color: #000;
        line-height: 1.3;
        text-align: center;
        border: 1px solid #000;
        background: url("/import/tenant_1/www.fukuoka-sekizai.com/images/icon_menu.png") no-repeat center top/45px;
        cursor: pointer;
        position: absolute;
        top: 40%;
        right: 3%;
        z-index: 100;
    }

    a#menu i {
        vertical-align: top;
        line-height: 42px;
    }

    a#menu.menuOpen {
        background: #fff url("/import/tenant_1/www.fukuoka-sekizai.com/images/icon_menu_close.png") no-repeat center top/45px;
    }

    a#menu span {
        font-size: 62.5%;
        color: #fff;
    }

    /* メニュー固定用class */
    .fixed {
        width: 100%;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 999;
    }
}

@media (max-width: 480px) {
    #mainNav ul li.parentList>a:after {
        right: 7%;
    }

    #menuBar {
        /*height: 58px;*/
    }

    a#menu {
        margin-top: 0.8%;
    }
}

/* ----------既存の「news_all.css」から移動---------- */

.news_block {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px dotted rgba(66, 66, 66, 0.2);
}

.news_block:last-of-type {
    border: none;
}

.thumbnail {
    width: 30%;
    padding: 10px 20px;
    padding-right: 50px;
    border-right: 2px solid rgba(66, 66, 66, 0.2);
}

.none {
    display: none;
}

.thumbnai0l img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_block {
    width: 70%;
    padding: 5px 20px;
}

.none2 {
    width: 100%;
}

.title_block a {
    text-decoration: none;
}

.title_block a:hover {
    border-bottom: 1px solid;
}

.title_block h2 {
    padding-right: 60px;
    border: none;
    background: none;
    position: relative;
}


.newswrapper .title_block h2 {
    padding-right: 0;
}

.title_block h2::first-letter {
    padding-left: 0;
    border: none;
}

.title_block span {
    display: block;
    text-align: right;
}

.title_block h2 .newicon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0px;
}

/* 新しく追加するコンテンツ */
/* ハンバーガーメニュー内に追加するコンテンツ */
.h_menu_container {
    display: none;
    background-color: #6badc2;
}

.h_menu_container .tel a::before {
    content: "\f095";
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8em;
}

#nav ul.child li.accordion-first-child {
    display: none;
}

@media(max-width:800px) {
    #nav ul.child li.accordion-first-child {
        width: 100%;
        height: 50px;
        display: table;
    }
}

/* お墓のシュミレーションボタン */
.simulation_btn {
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
}

.simulation_btn a {
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    position: relative;
}

.simulation_btn a::before {
    content: "お墓のシュミレーション";
    padding: 1em;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #b2b2b2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
    bottom: 100px;
    right: 2%;
}

.simulation_btn a:hover::before {
    background: #6badc2;
    -webkit-box-shadow: 0px 0px 0px 10px #6badc2;
    box-shadow: 0px 0px 0px 10px #6badc2;
}

/* マップ */
.access-map {
    position: relative;
}

.access-map::before {
    content: "";
    display: block;
    padding-top: 45%;
}

.access-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 各ぺージでマップの高さを調整しています */
.company .access-map::before {
    content: "";
    display: block;
    padding-top: 20%;
}

.introduction .access-map::before {
    content: "";
    display: block;
    padding-top: 80%;
}

.introduction .access-map {
    width: 45%;
    float: right;
    margin-left: 24px;
}

@media(max-width:800px) {
    .company .access-map::before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .introduction .access-map::before {
        content: "";
        display: block;
        padding-top: 120%;
    }
}

@media(max-width:480px) {
    .introduction .access-map {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.list00 .list-inner {
    height: 100%;
    padding: 1.5em 1.5em 3em 1.5em;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    position: relative;
}

/* list00（topぺージ */
.list00 .list-inner .img-wrap {
    margin-bottom: 2em;
}

.list00 .list-inner .title {
    margin-bottom: 1.5em;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 110%;
    line-height: 1.5em;
    text-decoration: underline;
}

.list00 .list-inner .title:hover {
    color: #6badc2;
    text-decoration: none;
}

.list00 .list-inner .text {
    line-height: 1.8;
}

.list00 .list-inner a::before {
    content: "→";
    width: 25px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #b2b2b2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.list00 .list-inner a:hover::before {
    background: #6badc2;
    -webkit-box-shadow: 0px 0px 0px 10px #6badc2;
    box-shadow: 0px 0px 0px 10px #6badc2;
}

/* 施工例のリスト */
.list-work .list-item {
    height: 100%;
    padding: 36px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
}

.list-work .list-item h4 {
    color: #6badc2;
    line-height: 1.5em;
}

.list-work .category span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    background-color: #6badc2;
}

@media(max-width:480px) {
    .list-work .list-item {
        padding: 1.5em;
    }
}

/* ブログのリスト */
.list-blog .list-inner {
    height: 100%;
    background-color: #6badc2;
}

.list-blog .list-inner a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em;
}

.list-blog .img-wrap {
    margin-bottom: 20px;
}

.list-blog .category span {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 1em;
    font-size: 14px;
    color: #6badc2;
    line-height: 1.8;
    background-color: #fff;
}

/* ボタン */
.btn__01 {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    border: solid 2px;
}

.btn__01 a,
.btn__01 button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.25em 1.5em 0.25em 1em;
    text-align: center;
}

/* .btn__01 a::after,
.btn__01 button::after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
} */

/* メインビジュアル */
/*home*/

.home_mv {
    /* height: 750px; */
    position: relative;
}

.home_mv .imgbk {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

.home_mv .imgbk .uk-slidenav-position {
    width: 100%;
    height: 100%;
}

.home_mv .imgbk .uk-slideshow {
    width: 100%;
    height: 100% !important;
}

.home_mv .imgbk .uk-slideshow>li {
    width: 100%;
    height: 100% !important;
}

.home_mv .imgbk .uk-slideshow>li>div {
    width: 100%;
    height: 100% !important;
}

.home_mv .imgbk img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

@media(max-width:800px) {
    .home {
        padding-top: 110px;
    }
}

@media (max-width:480px) {
    .home {
        padding-top: 95px;
    }

    .home_mv .imgbk .uk-flex {
        height: 100% !important;
    }

    .home_mv .imgbk .uk-active {
        height: 260px !important;
    }
}

.home_mv .ipa {
    padding-bottom: 20px;
    font-size: 60px;
    color: #ff5b0d;
    line-height: 160%;
    text-shadow: -2px -2px 10px #fff, -2px -2px 10px #fff, -2px -2px 10px #fff, -2px -2px 10px #fff, -2px -2px 10px #fff, -2px -2px 10px #fff, -2px -2px 10px #fff;
}

.home_mv .b {
    padding: 0 0 30px 0;
    font-weight: bold;
    color: #fff;
    line-height: 240%;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.home_mv .b .w {
    display: inline-block;
    position: relative;
}

.home_mv .b .w:before {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #eb7944), to(transparent));
    background: linear-gradient(to right, transparent 0%, #eb7944 20% 80%, transparent);
    position: absolute;
    bottom: 5px;
    z-index: -1;
}

.home_mv .c .item {
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-radius: 100%;
    background: #ff5b0d;
    -webkit-box-shadow: 2px 2px 15px #999;
    box-shadow: 2px 2px 15px #999;
}

.home_mv .c .item .icon {
    width: 100%;
    margin-bottom: 2px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.home_mv .c .item .tit {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.home_mv .c .item .icon:before {
    content: "";
    font-family: "font awesome 5 free";
    font-weight: bold;
}

.home_mv .c .item .icon-clock:before {
    content: "\f017";
    font-weight: normal;
}

.home_mv .c .item .icon-desktop:before {
    content: "\f108";
}

.home_mv .c .item .icon-parking:before {
    content: "\f540";
}

.home_mv .c .item+* {
    margin-left: 20px;
}

/* TOPスライダー */

.top-slider-item {
    position: relative;
}

.top-slider-item .text-wrap {
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
}

.top-slider-item .text {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 3.5vw;
    color: #fff;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}

.btn-slick {
    font-size: 36px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 10;
}

.btn-slick.btn-back {
    left: 3%;
}

.btn-slick.btn-next {
    right: 3%;
}

.btn-slick:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    /*   .top-slider-item .bg:after {
  padding-top: 670px;
} */
}

@media only screen and (max-width: 599px) {
    /*   .top-slider-item .bg:after {
  padding-top: 400px;
} */
    .top-slider-item .mores a {
        max-width: 180px;
        padding: 5px 0;
    }

    .btn-slick {
        font-size: 24px;
    }
}

/* カテゴリー・アーカイブ */
.aside-container {
    margin-bottom: 20px;
    padding: 15px;
    border: solid 1px #dcdcdc;
    background: rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
    box-shadow: 0px 0px 1px 1px #fff inset;
}

.aside-wrap li {
    border-bottom: solid 1px #dcdcdc;
    background: #fff;
}

.aside-wrap li a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.aside-wrap li a:hover {
    color: #6badc2;
}

/* ページネーション */
.pager {
    margin: 50px 0;
}

.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation li {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.pagenation li a,
.pagenation li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    background-color: #6badc2;
}

.pagenation li.prev a::before,
.pagenation li.next a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
}

.pagenation li.prev a::before {
    content: "\f104";
}

@media(max-width:599px) {
    .pagenation li {
        width: 40px;
        height: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }
}

/* お墓を探す*/
/* 「お墓の料金・区画一覧」の改行を修正 */
.contents .kaigyou-fix {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

/* テーブル */
.table-wrap {
    width: 96%;
    margin: 0 auto;
}

.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table span {
    width: 100%;
    display: inline-block;
    padding: 10px;
    line-height: 2;
    text-align: center;
    border: 1px solid #999;
    /*   border-right: none; */
}

.table span:last-child {
    /*   border-right: 1px solid #999; */
}

.table.head span {
    background-color: #f0f0f0;
}

.table.body span {
    border-top: none;
}

.table.body span:first-child {
    background-color: #f0f0f0;
}

.table .table-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* 採用一覧 */
.schedule-container .item {
    height: 100%;
    padding: 1em;
    color: #707f89;
    border: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 3px -3px #ddd;
    box-shadow: 5px 5px 3px -3px #ddd;
    position: relative;
}

.schedule-container .item .img-wrap {
    max-width: 50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -55px;
    z-index: 1;
}

@media(max-width:480px) {
    .schedule-container .item .img-wrap {
        display: none;
    }
}

.schedule-container .item .title {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.schedule-container .item.arrow {
    max-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5em;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.youkou-container .item {
    height: 100%;
    color: #707f89;
    border: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 3px -3px #ddd;
    box-shadow: 5px 5px 3px -3px #ddd;
}

.youkou-container .item a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1em;
}

.youkou-container .item .title {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.youkou-container .item .more {
    font-size: 0.8em;
    text-align: center;
}

/* 採用詳細*/
/* 募集要項のテーブル */
.list-table-wrap {
    background-color: rgba(0, 0, 0, 0.1);
}

.list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #fff;
}

.list-table dt {
    width: 25%;
    display: block;
    padding: 1.5em;
}

.list-table dd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 10%;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5em;
}

@media(max-width:480px) {
    .list-table dt {
        width: 33%;
        padding: 1.5em 0.5em;
    }
}

/* お墓を探す詳細 */
.introduction.detail .thumnail-wrap {
    width: 35%;
    float: right;
    margin-left: 40px;
}

@media(max-width:480px) {
    .introduction.detail .thumnail-wrap {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

/* お墓のシュミレーション */
.setumei-container li+li {
    margin-top: 2em;
}

.setumei-container .title {
    margin-bottom: 30px;
    font-size: 1.1em;
    border-bottom: 1px solid #ccc;
}

/* お問い合わせフォーム */
.must {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: #007a00;
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 10px;
}

.contact-item dd textarea {
    height: 150px;
}

.contact-item .radiobtn input {
    width: initial;
}

.contact .list {
    border-top: none;
}

.contact .list:last-of-type {
    border-bottom: none;
}

.contact-item.radiobtn dd {
    padding: 0.5em;
}

.contact-item.radiobtn dd label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item.radiobtn dd label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 6px;
    left: 0;
}

.contact-item.radiobtn dd label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item.radiobtn dd input {
    display: none;
}

.contact-item.radiobtn dd input:checked+label {
    text-decoration: underline;
}

.contact-item.radiobtn dd input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #81b9cb;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 4px;
    left: 2px;
}

.contact-item.radiobtn dd input+label {
    margin-left: 15px;
}

@media (max-width: 599px) {
    .contact-item.radiobtn dd {
        padding: 0.5em 0;
    }
}

/* ABテスト
Bパターンのきらっとする */
.contact-wrap.kirakira {
    overflow: hidden;
    position: relative;
}

.contact-wrap.kirakira::before {
    content: "";
    width: 300px;
    height: 80px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;
    position: absolute;
    top: 0;
    left: -300px;
    z-index: 1;
}

@-webkit-keyframes shine {
    0% {
        left: -300px;
    }

    100% {
        left: calc(100% + 300px);
    }
}

@keyframes shine {
    0% {
        left: -300px;
    }

    100% {
        left: calc(100% + 300px);
    }
}

[data-element-id] #nav ul.child {
    display: block !important;
}

[data-element-id].nav-fixed nav {
    position: static;
}

[data-element-id].top-slider-item .text-wrap {
    background: gray;
    -webkit-transform: none;
    transform: none;
    position: static;
}

[data-collection-list-content] {
    min-height: 100px;
    background-color: #6badc2;
}

[data-element-id] #nav ul.parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] #nav ul.parent>li {
    width: 200px;
}

[data-element-id] #nav ul.parent>li a,
[data-element-id] #nav ul.parent>li .accordion-parent {
    width: 100%;
    display: block;
}

[data-element-id] #nav ul.parent>li {
    display: block;
}

[data-element-id] #nav ul.child [data-collection-list-content] li:nth-of-type(n+2) {
    display: none;
}





/*///////////////////////////////////////////////////2023/06/16修正追記/////////////////////////////////////////////////////////*/

#footermenu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}


@media (max-width: 800px) {
    #mainNav ul.parent>li>.accordion-parent>a {
        padding: 8px 7%;
        color: #fff;
    }
}

.simulation_btn {
    display: none !important;
}

.new-simulation_btn {
    display: none;
}

.nav-fixed .simu-btn-wrap {
    position: fixed;
    top: calc(50% + 148px);
    right: 0;
    z-index: 10;
}

.nav-fixed .new-simulation_btn {
    display: inline-block;
}

.nav-fixed #headermenu .tel-contact-wrap {
    width: 270px;
    padding: 0;
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: -200px;
    z-index: 10;
}

.nav-fixed #headermenu .tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 15px 0 0 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#b0ecff), to(#6badc2));
    background: linear-gradient(#b0ecff, #6badc2);
    /* transform:translateX(186px); */
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav-fixed #headermenu .tel-wrap+.contact-ab-block {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-fixed #headermenu .tel-wrap:hover {
    border: 1px solid #6badc2;
    background: #fff;
    -webkit-transform: translate(-199px, 0);
    transform: translate(-199px, 0);
}

.nav-fixed #headermenu .tel-wrap+.contact-ab-block:hover {
    -webkit-transform: translate(-199px, 0);
    transform: translate(-199px, 0);
}

.nav-fixed #headermenu .tel-contact-wrap .tel>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.nav-fixed #headermenu .tel-contact-wrap .tel a::before {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}

.nav-fixed #headermenu .tel-wrap {
    position: relative;
}

.nav-fixed #headermenu .time {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 3px;
    right: 15px;
}


.nav-fixed #headermenu li a:hover {
    color: #ff8a00;
    background: transparent;
    opacity: 1;
}

.nav-fixed #headermenu .tel-wrap:hover .tel a::before,
.nav-fixed #headermenu .tel-wrap:hover .tel a,
.nav-fixed #headermenu .tel-wrap:hover,
.nav-fixed #headermenu .tel-wrap:hover .time {
    color: #6badc2;
}

.nav-fixed #headermenu .mail {
    width: 100%;
    display: inline-block;
}

.nav-fixed #headermenu li .mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 15px 0 0 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav-fixed #headermenu li .mail a:hover {
    border: 1px solid #ff8a00;
    background: #fff;
}


.nav-fixed header #headermenu img.icon {
    width: 40px;
    max-width: 40px;
    height: 40px;
    margin-right: 15px;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(500);
    filter: brightness(500);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


.nav-fixed #headermenu li .mail a:hover img.icon {
    -webkit-filter: contrast(75%) saturate(300%);
    filter: contrast(75%) saturate(300%);
}

.nav-fixed .kirakira:hover::before {
    display: none;
}

#headermenu .new-simulation_btn>a {
    display: inline-block;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    border: 1px solid #fff;
    border-radius: 15px 0 0 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#333));
    background: linear-gradient(#888, #333);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav-fixed #headermenu .new-simulation_btn>a:hover {
    color: #333;
    border: 1px solid #333;
    background: #fff;
}

@media(max-width:800px) {
    .nav-fixed #headermenu .tel-contact-wrap {
        right: 0;
    }
}

@media (max-width: 1024px) {
    .contact-ab-block {
        width: 50%;
    }

    header .new-simulation_btn,
    .nav-fixed .new-simulation_btn {
        display: inline-block;
    }

    .nav-fixed #headermenu .tel-contact-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5em;
        background-color: #fff;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }

    header #headermenu .tel-contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap {
        width: calc((100% / 3) * 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        z-index: 10;
    }

    header #headermenu .tel-wrap,
    .nav-fixed #headermenu .tel-wrap {
        width: 50% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 5px 0;
        border: 1px solid #fff;
        border-radius: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#b0ecff), to(#6badc2));
        background: linear-gradient(#b0ecff, #6badc2);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    header #headermenu .tel-wrap:hover,
    .nav-fixed #headermenu .tel-wrap:hover {
        border: 1px solid #6badc2;
        background: #fff;
    }

    header #headermenu .tel-contact-wrap .tel>a,
    .nav-fixed #headermenu .tel-contact-wrap .tel>a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: CENTER;
        align-items: CENTER;
        -ms-flex-align: CENTER;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        ;
    }

    header #headermenu .tel-contact-wrap .tel,
    .nav-fixed #headermenu .tel-contact-wrap .tel {
        width: 100%;
        display: inline-block;
    }

    header #headermenu .tel-contact-wrap .tel a::before,
    .nav-fixed #headermenu .tel-contact-wrap .tel a::before {
        margin-right: 5px;
        font-size: 16px;
        color: #fff;
        line-height: 16px;
    }

    header #headermenu .tel-wrap,
    .nav-fixed #headermenu .tel-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: relative;
    }

    header #headermenu .tel-contact-wrap .tel-wrap .time,
    .nav-fixed #headermenu .tel-contact-wrap .tel-wrap .time {
        display: none;
    }


    header #headermenu li a:hover,
    .nav-fixed #headermenu li a:hover {
        color: #ff8a00;
        background: transparent;
        opacity: 1;
    }

    header #headermenu .tel-wrap:hover .tel a::before,
    header #headermenu .tel-wrap:hover .tel a,
    header #headermenu .tel-wrap:hover,
    header #headermenu .tel-wrap:hover .time,
    .nav-fixed #headermenu .tel-wrap:hover .tel a::before,
    .nav-fixed #headermenu .tel-wrap:hover .tel a,
    .nav-fixed #headermenu .tel-wrap:hover,
    .nav-fixed #headermenu .tel-wrap:hover .time {
        color: #6badc2;
    }

    #headermenu .tel-contact-wrap .contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap .contact-wrap {
        width: 100%;
    }

    header #headermenu .mail,
    .nav-fixed #headermenu .mail {
        width: 100%;
        display: inline-block;
    }

    header #headermenu li .mail a,
    .nav-fixed #headermenu li .mail a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 6px 0;
        border: 1px solid #fff;
        border-radius: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    header #headermenu li .mail a:hover,
    .nav-fixed #headermenu li .mail a:hover {
        border: 1px solid #ff8a00;
        background: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }


    header #headermenu img.icon,
    .nav-fixed #headermenu img.icon {
        width: 16px !important;
        max-width: 16px !important;
        height: 16px !important;
        margin-right: 5px !important;
        padding: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: brightness(500);
        filter: brightness(500);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }


    header #headermenu li .mail a:hover img.icon,
    .nav-fixed #headermenu li .mail a:hover img.icon {
        -webkit-filter: contrast(75%) saturate(300%);
        filter: contrast(75%) saturate(300%);
    }

    header .kirakira:hover::before,
    .nav-fixed .kirakira:hover::before {
        display: none;
    }

    header #headermenu .new-simulation_btn,
    .nav-fixed #headermenu .new-simulation_btn {
        width: 100%;
    }

    header #headermenu .new-simulation_btn>a,
    .nav-fixed #headermenu .new-simulation_btn>a {
        width: 100%;
        display: inline-block;
        padding: 5px 0;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-align: center;
        -ms-writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        border: 1px solid #fff;
        border-radius: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#333));
        background: linear-gradient(#888, #333);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    header #headermenu .new-simulation_btn>a:hover,
    .nav-fixed #headermenu .new-simulation_btn>a:hover {
        color: #333;
        border: 1px solid #333;
        background: #fff;
    }

    #headermenu .simu-btn-wrap,
    .nav-fixed .simu-btn-wrap {
        width: calc(100% / 3);
        display: block;
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 599px) {
    header #headermenu .tel-contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap,
    .nav-fixed .simu-btn-wrap,
    #headermenu .simu-btn-wrap {
        width: 100%;
    }

    header #headermenu .tel-contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap {
        bottom: 44px;
    }
}

@media(max-width:1024px) {
    #pagetop a {
        bottom: 6.5%;
    }
}

@media(max-width:480px) {
    #pagetop a {
        bottom: 88px;
        right: 0;
    }
}

.mini-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-size: 12px;
    color: #000;
}

@media(max-width:480px) {
    .mini-flex {
        font-size: 10px;
    }
}


.contents {
    margin-top: 0px;
}

#nav ul.parent {
    width: 100%;
}

.big-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.big-flex>.main {
    width: 72%;
}

#new h2 {
    margin-top: 0;
}

.big-flex>.sub {
    width: 24%;
}

.big-flex .main .c2 .list {
    width: 50% !important;
    float: left !important;
    padding: 5% !important;
    border-top: 0 !important;
}

.big-flex .main .c2 .list iframe {
    height: 250px !important;
}

@media(max-width:800px) {
    .big-flex .main .c2 .list iframe {
        height: 150px !important;
    }

    .contents {
        margin-top: 90px;
    }


    .big-flex {
        display: block;
    }

    .big-flex>.main {
        width: 100%;
    }

    .big-flex>.sub {
        width: 100%;
    }
}

@media(max-width:480px) {
    .big-flex .main .c2 .list iframe {
        height: 100px !important;
    }
}

a:hover .no-hover-txt {
    color: #000;
}

#top .item a {
    position: relative;
}

#top .item a::before {
    content: "→";
    width: 25px;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #b2b2b2;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    bottom: 1em;
    right: 20px;
}

#top .item a:hover::before {
    background: #6badc2;
    -webkit-box-shadow: 0px 0px 0px 10px #6badc2;
    box-shadow: 0px 0px 0px 10px #6badc2;
}

.sr-001 {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f4f2ea));
    background: linear-gradient(transparent 60%, #f4f2ea 60%);
}

.sr-002 {
    margin-top: 5px;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    background-color: #6badc2;
}

#work .list flow h3 {
    padding: 0px 20px 0px 0px;
}

.arrow-wrap {
    position: relative;
}

.arrow-item {
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
}

.up-d-flex>.introlist {
    width: 29%;
}

@media(max-width:800px) {
    .up-d-flex>.introlist {
        width: 46%;
    }
}

@media(max-width:480px) {
    .up-d-flex>.introlist {
        min-height: 250px;
    }
}

/*.contents h3.no-bar{
    border-bottom: 1px solid transparent;
}*/

.list.no-bar {
    border-top: 1px solid transparent;
}

.flex-imgs {
    width: 96%;
    margin: 0 2% 30px;
}

.left-pp.ta1 td {
    padding: 10px;
    text-align: left;
}

td.col04 {
    font-weight: 900;
}

.setumei {
    min-height: 60px;
}

.contents .list-item h4 {
    padding: 10px 0;
}

.yajirusi-area img {
    opacity: 0.3;
}

.thumbnail {
    overflow: hidden;
}

.thumbnail>a {
    width: 100% !important;
    height: 100% !important;
    display: inline-block;
}

.thumbnail img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.schedule-container .item .title {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    color: #6badc2;
}

.youkou-container .item .title {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    color: #6badc2;
}

.must {
    background-color: #81b9cb;
}

.form_shape label {
    margin-left: 5px;
}


.newbtn>a,
.newbtn>button {
    display: inline-block;
    overflow: hidden;
    font-weight: bold;
    color: #333;
    text-align: center;
    border: none;
    border-radius: 30px;
    background-color: #eee;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.newbtn>a:hover,
.newbtn>button:hover {
    color: #fff;
    opacity: 1;
}

.newbtn>a div,
.newbtn>button div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
}

@media(max-width:480px) {
    .recruit.detail .newbtn>a div,
    .recruit.detail .newbtn>button div {
        padding: 10px 10px;
    }
}


.newbtn>a div span,
.newbtn>button div span {
    z-index: 1;

    positiuon: relative;
}

.newbtn>a div i,
.newbtn>button div i {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #b2b2b2;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

@media(max-width:480px) {
    .recruit.detail .newbtn>a div i,
    .recruit.detail .newbtn>button div i {
        margin-left: 5px;
    }
}


.newbtn.back>a div i,
.newbtn.back>button div i {
    margin-left: 0px;
    margin-right: 10px;
}

.newbtn>a:hover div i,
.newbtn>button:hover div i {
    background-color: #6badc2;
    -webkit-box-shadow: 0px 0px 0px 250px #6badc2;
    box-shadow: 0px 0px 0px 250px #6badc2;
}

.news_block .title_block span.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.list-job-capa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}

.list-job-capa:first-of-type {
    padding-top: 0;
}

.list-job-capa+.list-job-capa {
    border-top: 1px solid #dcdcdc;
}

.list-job-capa dt,
.list-job-capa dd {
    padding: 0;
}

.list-job-capa dt {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
}

.list-job-capa dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media(max-width: 1024px) {
    .list-job-capa dt,
    .list-job-capa dd {
        width: 100%;
    }
}

@media(max-width: 480px) {
    #headermenu {
        width: 0;
    }

    .mini-flex.pcver {
        /* width: 220px; */
        display: none;
    }
}

#nav ul.parent>li.pc-none {
    display: none;
}

@media(max-width:480px) {
    #nav ul.parent>li.pc-none {
        display: block;
    }
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] .abtest-parent>div>div {
    opacity: 1;
}

[data-element-id] .abtest-parent>div>div:nth-of-type(n+2) {
    display: block;
}

.abtest-parent>div>div[data-ab-test-contents] {
    opacity: 1;
}

.abtest-parent>div>div[data-ab-test-contents]:nth-of-type(n+2) {
    display: block;
}

[data-ab-test-block]>div:nth-of-type(n+2) {
    display: none;
}

.up-ofi-55 iframe {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id]#pagetop a {
    position: absolute !important;
}

@media(max-width:800px) {
    .accordion-parent {
        position: relarive;
    }

    .accordion-parent::after {
        content: "＋";
        width: 1em;
        height: 1em;
        display: inline-block;
        font-size: 24px;
        color: #fff;
        line-height: 1em;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        right: 15px;
    }

    .accordion-parent.open::after {
        content: "－";
    }
}

[data-element-id].h_menu_container {
    display: block;
    border: 5px solid green;
    position: relative;
}

[data-element-id].h_menu_container::after {
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] .simu-btn-wrap {
    top: 200px;
}

[data-element-id] #headermenu .tel-wrap,
[data-element-id] #headermenu .tel-wrap+.contact-ab-block {
    -webkit-transform: unset;
    transform: unset;
}

[data-element-id] .new-simulation_btn {
    display: block;
}

[data-element-id] .mv01 {
    border: 5px solid #bf4c4c;
    position: relative;
}

[data-element-id] .mv01:before {
    content: "メインビジュアル：スライダー1";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #bf4c4c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id].mv01 .text-wrap {
    padding-top: 2em;
    border: 5px solid #bf4c4c;
    background: gray;
    position: relative;
}

[data-element-id].mv01 .text-wrap:before {
    content: "メインビジュアル：スライダー1の画像上に表示されるテキスト";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #bf4c4c;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .mv02 {
    border: 5px solid #c59b1d;
    position: relative;
}

[data-element-id] .mv02:before {
    content: "メインビジュアル：スライダー2";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #c59b1d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id].mv02 .text-wrap {
    padding-top: 2em;
    border: 5px solid #c59b1d;
    background: gray;
    position: relative;
}

[data-element-id].mv02 .text-wrap:before {
    content: "メインビジュアル：スライダー2の画像上に表示されるテキスト";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #c59b1d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .mv03 {
    border: 5px solid #38713a;
    position: relative;
}

[data-element-id] .mv03:before {
    content: "メインビジュアル：スライダー3";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #38713a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id].mv03 .text-wrap {
    padding-top: 2em;
    border: 5px solid #38713a;
    background: gray;
    position: relative;
}

[data-element-id].mv03 .text-wrap:before {
    content: "メインビジュアル：スライダー3の画像上に表示されるテキスト";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #38713a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id]#nav ul.parent>li.pc-none {
    display: block;
}

[data-element-id]#nav ul.parent>li.pc-none:before {
    content: "モバイルで表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #38713a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .introduction-table01,
[data-element-id] .introduction-table02 {
    font-size: 12px;
}

[data-element-id] .introduction-table01 tr:nth-of-type(n+3),
[data-element-id] .introduction-table02 tr:nth-of-type(n+3) {
    display: none;
}

[data-element-id] #footermenu ul li:nth-of-type(2) ul li:nth-of-type(n+3) {
    display: none;
}

[data-element-id] #top-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 50px 0;
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] #top-slider::before {
    content: "横にスクロールできます";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] #top-slider li {
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 10px;
}

[data-element-id] nav [data-hide-element]::before {
    height: auto !important;
    padding: 0.5em !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

/* ##### 墓石シミュレーションのボタンが復活したら削除するcss  ##### */
@media (max-width: 1024px) {
    header #headermenu .tel-contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap {
        width: 100%;
    }
}

@media (max-width: 599px) {
    header #headermenu .tel-contact-wrap,
    .nav-fixed #headermenu .tel-contact-wrap {
        bottom: 0;
    }

    footer {
        padding-bottom: 45px;
    }
}

/* ##### 墓石シミュレーションのボタンが復活したら削除するcssここまで  ##### */

/* 2026/02/28 */
 /* ===== traderrefusal ===== */
  .traderrefusal {
    margin-bottom: 32px;
  }

  .traderrefusal__note {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
  }

  .traderrefusal__banner {
    background: #fff8f8;
    border: 2px solid #c0392b;
    border-radius: 6px;
    padding: 24px 28px;
    box-shadow: 0 2px 8px rgba(192, 57, 43, 0.12);
  }

  .traderrefusal__banner-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }

  .traderrefusal__icon-wrap {
    background: #c0392b;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .traderrefusal__icon {
    font-size: 22px;
    line-height: 1;
    filter: grayscale(1) brightness(10);
  }

  .traderrefusal__text {
    flex: 1;
    min-width: 0;
  }

  .traderrefusal__title {
    font-size: 18px;
    font-weight: bold;
    color: #c0392b;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5c6c2;
    margin-bottom: 12px;
  }

  .traderrefusal__body {
    font-size: 15px;
    color: #444;
    line-height: 1.9;
  }

  .traderrefusal__body strong {
    color: #c0392b;
    font-weight: bold;
  }

  .traderrefusal__tel {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #f5c6c2;
    font-size: 14px;
    color: #888;
  }

  .traderrefusal__tel-label {
    font-size: 13px;
    font-weight: bold;
    color: #c0392b;
    background: #fde8e8;
    border-radius: 3px;
    padding: 1px 7px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  @media screen and (max-width: 1024px) {
    .traderrefusal__banner { padding: 20px 22px; }
    .traderrefusal__title { font-size: 17px; }
    .traderrefusal__body { font-size: 14px; }
    .traderrefusal__tel { font-size: 13px; }
  }

  @media screen and (max-width: 599px) {
    .traderrefusal__banner { padding: 16px; }
    .traderrefusal__banner-inner { flex-direction: column; gap: 10px; }
    .traderrefusal__icon-wrap { width: 40px; height: 40px; }
    .traderrefusal__icon { font-size: 20px; }
    .traderrefusal__title { font-size: 15px; }
    .traderrefusal__body { font-size: 13px; line-height: 1.8; }
    .traderrefusal__tel { font-size: 12px; flex-wrap: wrap; }
  }
  
  /* 画面下部電話 */
/* SP：ハンバーガーメニュー内（目立つように背景赤に） */
.tel-trader-note.sp-ver {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px 10px 5px;
    line-height: 1.6;
    /* 赤背景をやめて背景色に馴染む半透明の黒枠スタイルに */
    background-color: rgb(180 39 39);
    border: none;
    border-radius: 0px;
    margin: 0px;
}

@media (min-width: 1025px) {
    .tel-trader-note.sp-ver {
        display: none;
    }
}

/* PC：tel-wrapの下に表示 */
.tel-trader-note {
    font-size: 11px;
    color: rgb(180 39 39);
    text-align: right;
    margin-top: 2px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
    .tel-trader-note:not(.sp-ver) {
        display: none;
    }
}
