@charset "utf-8";
/*
Theme Name: oterasan2019
Description: oterasan2019
Version: 1.0
License: none
License URI: none
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600&display=swap');
@import "./assets/css/sanitize.css";

/* 共通部分
============================================================================== */
html, body {
    color: #333;
    font-size: 16px;
    line-height:1.8;
    font-weight:400;
    letter-spacing: -0.05em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
    overflow-x: hidden;
}
.inner {
    width:100%;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
}
.inner1200 {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.in_type90 { width: 90%; margin-left: auto; margin-right: auto; }
.in_type85 { width: 85%; margin-left: auto; margin-right: auto; }
.in_type80 { width: 80%; margin-left: auto; margin-right: auto; }
.in_type75 { width: 75%; margin-left: auto; margin-right: auto; }
.in_type70 { width: 70%; margin-left: auto; margin-right: auto; }
.in_type65 { width: 65%; margin-left: auto; margin-right: auto; }
.in_type60 { width: 60%; margin-left: auto; margin-right: auto; }
.in_type55 { width: 55%; margin-left: auto; margin-right: auto; }
.in_type50 { width: 50%; margin-left: auto; margin-right: auto; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    html, body {
        line-height: 1.5625;
        letter-spacing: 0;
    }
    .inner {
        padding: 0 3.2vw;
    }
    .inner1200 {
        padding: 0 3.2vw;
    }
    .in_type90,
    .in_type85,
    .in_type80,
    .in_type75,
    .in_type70,
    .in_type65,
    .in_type60,
    .in_type55,
    .in_type50 {
        width: 100%;
    }
}

::selection,
::-moz-selection { /* select color */
    background: rgba(0,0,0,.5);
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
table { table-layout: fixed; }
td input { max-width: 100%; }
i, em { font-style: normal; }
li { list-style: none; }
a, a:hover, a:active, a:focus {
    color:inherit;
    outline: none;
    text-decoration:none;
    line-height:1;
}
a:hover {
    opacity: .85;
    -webkit-transition: all .3s; transition: all .3s;
}
a:hover img,
.tel a:hover {
    -webkit-transition: all .7s; transition: all .7s;
    opacity: 0.7;
}
a:hover img.noeffect { opacity: 1; }
figure { margin:0; }
img {
    max-width:100%;
    height:auto;
    -ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
    font-size:1em;
    line-height:1;
    font-weight:400;
    letter-spacing:inherit;
}

/* pc tablet sp 特別指定の出し分け */
@media print, screen {
    .pc_only { /*display: none;*/ }
    .tb_only { display: none; }
    .sp_only { display: none; }
    .tb_pc   { display: inherit; }
    .sp_tb   { display: none; }
}
@media (min-width: 768px) and (max-width:1024px) {
    .pc_only { display: none; }
    .tb_only { display: inherit; }
    .sp_only { display: none; }
    .tb_pc   { display: inherit; }
    .sp_tb   { display: inherit; }
}
@media (max-width: 767px) {
    html, body { font-size:calc(32 / 750 * 100vw); }
    .pc_only { display: none; }
    .tb_only { display: none; }
    .sp_only { display: inherit; }
    .tb_pc   { display: none; }
    .sp_tb   { display: inherit; }
}

/* tel番号リンク外し */
a[href^="tel:"] {
    cursor: default;
}
a[href^="tel:"]:hover {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* font指定 */
.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* sp bodyスクロール防止 */
.scroll_prevent {
    z-index: -1;
    overflow:hidden;
    height:100%;
}

/* Open Sans Condensed */
.sans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-style: normal;
}
/* 共通指定
============================================================================== */
.flex {
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -webkit-box-pack:center; -ms-flex-pack:center;
    -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }
.flex.sp_only { display:none; }
@media(max-width: 767px) {
    .flex.sp_only { display:inherit; }
}

#wrap { overflow:hidden; }
em,i { font-style:normal; }

.tategaki {
    -moz-writing-mode: vertical-rl; -o-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; writing-mode: tb-rl; writing-mode: vertical-rl;
    text-orientation: mixed;
}
.tategaki i {
    -moz-writing-mode: horizontal-tb; -o-writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; writing-mode: horizontal-tb;
    line-height:1.2;
}

.txt_center { text-align: center; }
.mrl_auto { margin-left:auto; margin-right:auto; }
.w100p { width:100%; }
.w95p  { width:95%; }
.w90p  { width:90%; }
.w85p  { width:85%; }
.w80p  { width:80%; }
.w75p  { width:75%; }
.w70p  { width:70%; }
.w65p  { width:65%; }
.w60p  { width:60%; }
.w55p  { width:55%; }
.w50p  { width:50%; }
.w45p  { width:45%; }
.w40p  { width:40%; }
.w35p  { width:35%; }
.w30p  { width:30%; }
.w25p  { width:25%; }
.w20p  { width:20%; }
.w15p  { width:15%; }
.w10p  { width:10%; }
.w05p  { width:05%; }
.w48p  { width:48%; }

.mt5    { margin-top:  5px; }
.mt10   { margin-top: 10px; }
.mt15   { margin-top: 15px; }
.mt20   { margin-top: 20px; }
.mt25   { margin-top: 25px; }
.mt30   { margin-top: 30px; }
.mt35   { margin-top: 35px; }
.mt40   { margin-top: 40px; }
.mt45   { margin-top: 45px; }
.mt50   { margin-top: 50px; }
.mt55   { margin-top: 55px; }
.mt60   { margin-top: 60px; }
.mt65   { margin-top: 65px; }
.mt70   { margin-top: 70px; }
.mt75   { margin-top: 75px; }
.mt80   { margin-top: 80px; }
.mt85   { margin-top: 85px; }
.mt90   { margin-top: 90px; }
.mt95   { margin-top: 95px; }
.mt100  { margin-top:100px; }
.mt105  { margin-top:105px; }
.mt110  { margin-top:110px; }
.mt115  { margin-top:115px; }
.mt120  { margin-top:120px; }
.mt125  { margin-top:125px; }
.mt130  { margin-top:130px; }
.mt135  { margin-top:135px; }
.mt140  { margin-top:140px; }
.mt145  { margin-top:145px; }
.mt150  { margin-top:150px; }
.mt160  { margin-top:160px; }
.mt170  { margin-top:170px; }
.mt180  { margin-top:180px; }
.mt190  { margin-top:190px; }
.mt200  { margin-top:200px; }
@media(max-width: 767px) {
    .mt5  { margin-top: calc( 5  / 750 * 100vw); }
    .mt10 { margin-top: calc( 10 / 750 * 100vw); }
    .mt15 { margin-top: calc( 15 / 750 * 100vw); }
    .mt20 { margin-top: calc( 20 / 750 * 100vw); }
    .mt25 { margin-top: calc( 25 / 750 * 100vw); }
    .mt30 { margin-top: calc( 30 / 750 * 100vw); }
    .mt35 { margin-top: calc( 35 / 750 * 100vw); }
    .mt40 { margin-top: calc( 40 / 750 * 100vw); }
    .mt45 { margin-top: calc( 45 / 750 * 100vw); }
    .mt50 { margin-top: calc( 50 / 750 * 100vw); }
    .mt55 { margin-top: calc( 55 / 750 * 100vw); }
    .mt60 { margin-top: calc( 60 / 750 * 100vw); }
    .mt65 { margin-top: calc( 65 / 750 * 100vw); }
    .mt70 { margin-top: calc( 70 / 750 * 100vw); }
    .mt75 { margin-top: calc( 75 / 750 * 100vw); }
    .mt80 { margin-top: calc( 80 / 750 * 100vw); }
    .mt85 { margin-top: calc( 85 / 750 * 100vw); }
    .mt90 { margin-top: calc( 90 / 750 * 100vw); }
    .mt95 { margin-top: calc( 95 / 750 * 100vw); }
    .mt100 { margin-top:calc(100 / 750 * 100vw); }
    .mt105 { margin-top:calc(105 / 750 * 100vw); }
    .mt110 { margin-top:calc(110 / 750 * 100vw); }
    .mt115 { margin-top:calc(115 / 750 * 100vw); }
    .mt120 { margin-top:calc(120 / 750 * 100vw); }
    .mt125 { margin-top:calc(125 / 750 * 100vw); }
    .mt130 { margin-top:calc(130 / 750 * 100vw); }
    .mt135 { margin-top:calc(135 / 750 * 100vw); }
    .mt140 { margin-top:calc(140 / 750 * 100vw); }
    .mt145 { margin-top:calc(145 / 750 * 100vw); }
    .mt150 { margin-top:calc(150 / 750 * 100vw); }
    .mt160 { margin-top:calc(160 / 750 * 100vw); }
    .mt170 { margin-top:calc(170 / 750 * 100vw); }
    .mt180 { margin-top:calc(180 / 750 * 100vw); }
    .mt190 { margin-top:calc(190 / 750 * 100vw); }
    .mt200 { margin-top:calc(200 / 750 * 100vw); }
}
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }
.mt35em { margin-top:3.5em; }
.mt40em { margin-top:4.0em; }
.mt45em { margin-top:4.5em; }
.mt50em { margin-top:5.0em; }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }
.mb35em { margin-bottom:3.5em; }
.mb40em { margin-bottom:4.0em; }
.mb45em { margin-bottom:4.5em; }
.mb50em { margin-bottom:5.0em; }
.pt05em { padding-top:0.5em; }
.pt10em { padding-top:1.0em; }
.pt15em { padding-top:1.5em; }
.pt20em { padding-top:2.0em; }
.pt25em { padding-top:2.5em; }
.pt30em { padding-top:3.0em; }
.pt35em { padding-top:3.5em; }
.pt40em { padding-top:4.0em; }
.pt45em { padding-top:4.5em; }
.pt50em { padding-top:5.0em; }

.shadow {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

/* 汎用パーツ
============================================================================== */
/* link effect */
a.noeffect::after { content: ''; background-color: transparent; }
a.noeffect:hover::after { width:0; }

/* ↓ボタンclass定義 */
.btnc, .btnc a {
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -webkit-box-pack:justify; -ms-flex-pack:justify;
    -webkit-justify-content: center; justify-content: center;
    -webkit-align-items: center; align-items: center;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    text-align:center;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    -webkit-user-select: none;
    position: relative;
}
.btnc > a, .btnc > span {
    position:relative;
    height:100%;
    line-height:1;
    border:1px solid transparent;
    -ms-transition:.3s ease-out, background .3s ease-in;
    -moz-transition:.3s ease-out, background .3s ease-in;
    -webkit-transition:.3s ease-out, background .3s ease-in;
    transition:.3s ease-out, background .3s ease-in;
}

.ptb05em { padding:0.5em 0; }
.ptb06em { padding:0.6em 0; }
.ptb07em { padding:0.7em 0; }
.ptb08em { padding:0.8em 0; }
.ptb09em { padding:0.9em 0; }
.ptb10em { padding:1em 0; }
.ptb11em { padding:1.1em 0; }
.ptb12em { padding:1.2em 0; }
.ptb13em { padding:1.3em 0; }
.ptb14em { padding:1.4em 0; }
.ptb15em { padding:1.5em 0; }

.effectpopup { transition: .3s; }
.effectpopup:hover {
    transform: translate(0px,-3px);
}

.btnc.btn01 > a,
.btnc.btn01 > span {
    width:100%;
    color:#FFF;
    background:#9B7100;
    font-weight:600;
    position:relative;
}
.btnc.btn02 > a,
.btnc.btn02 > span {
    width:100%;
    color:#333;
    background:#FFF;
    font-size:0.87em;
    font-weight:600;
    position:relative;
    border-radius:2em;
    border:1px solid #CCCCCC;
}
.btnc.btn02.noborder > a,
.btnc.btn02.noborder > span {
    border:none;
}
.btnc.btn02.noback > a,
.btnc.btn02.noback > span {
    border:none;
    background:transparent;
    border-radius:0;
    font-weight:400;
}
.btnc.btn03 > a,
.btnc.btn03 > span {
    width:100%;
    color:#333;
    background:#FFF;
    font-size:0.87em;
    font-weight:400;
    position:relative;
    border:1px solid #CCCCCC;
    -webkit-justify-content: flex-start; justify-content: flex-start;
}
.btnc.btn03.center > a,
.btnc.btn03.center > span {
    -webkit-justify-content: center; justify-content: center;
}
.btnc.arw > a:after,
.btnc.arw > span:after,
.page-submit .btnc:after {
    content:url(./assets/images/cmn/icn_btn_arw02.svg);
    line-height:1;
    transition: all 0.3s ease;
    position:absolute; right:1em; top:50%;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
}
.btnc.arw:hover > a:after,
.btnc.arw:hover > span:after,
.page-submit .btnc:after {
    right:0.6em;
    color: rgba(0,0,0,0.5);
}
.btnc.btn02.arw > a:after,
.btnc.btn02.arw > span:after,
.btnc.btn03.arw > a:after,
.btnc.btn03.arw > span:after {
    content:url(./assets/images/cmn/icn_btn_arw01.svg);
    top:40%;
}
.btnc.btn03.arw.down > a:after {
    content:url(./assets/images/cmn/icn_btn_arw03.svg);
    top:50%;
}
.btnc.btn03.arw.down:hover > a:after {
    right:1em;
    top:60%;
}
.btnc.arw.reverse > a:after,
.btnc.arw.reverse > span:after{
    right:auto; left:1em;
    -webkit-transform:translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);;
}
.btnc.arw.reverse:hover > a:after,
.btnc.arw.reverse:hover > span:after{
    right:auto;
    left:0.6em;
}

.btnc.icnfaq > a:before,
.btnc.icnvoice > a:before {
    content:url(./assets/images/cmn/icn_faq_tab01.svg);
    padding-right:1em;
}
.btnc.icnvoice > a:before {
    content:url(./assets/images/cmn/icn_voice_tab01.svg);
}

.btnc.btneffect01 > a,
.btnc.btneffect01 > span {
    transition: all 0.3s ease;
}
.btnc.btneffect01:hover > a,
.btnc.btneffect01:hover > span {
    background: rgba(255,255,255,0.5);
    border-color:rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    /*transform: scale(1.02);*/
    /*filter: invert(20%);*/
}
.btnc.btneffect01.light:hover > a,
.btnc.btneffect01.light:hover > span {
    background: rgba(255,255,255,0.9);
}

.btnc.mail > a span { position:relative; }
.btnc.mail > a span:before {
    content:url(./assets/images/cmn/icn_foot_mail01.svg);
    line-height:1;
    transition: all 0.3s ease;
    position:absolute; left:-2em; top:50%;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
}

/* input ボタン */
.page-submit .btnc {
    margin-left:auto;
    margin-right:auto;
    position: relative;
    -webkit-transition: all .3s; transition: all .3s;
}
.page-submit .btnc input {
    width:100%;
    height:100%;
    padding: 0.6em 0;
    font-size:1.125em;
    line-height:1.5;
    font-weight:500;
    color:#FFF;
    background:#9B7100;
    border:1px solid transparent;
    transition: all 0.6s ease;
    cursor:pointer;
}
.page-submit .btnc input:hover {
    background: rgba(255,255,255,0.5);
    border-color:rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
    .page-submit .btnc {
        width:90%;
    }
}


/* img effect */
a .img_wrap,
a .img_wrap img {
    display:block;
    line-height:0;
    overflow:hidden;
    z-index:3;
    position:relative;
    background: transparent;
    transition:.3s ease-out, background .3s ease-in;
}
a:hover .img_wrap img {
    z-index:2;
    transform: scale(1.1);
    opacity: 0.8;
}
a:hover .img_wrap.middleimg img {
    transform: scale(1.03);
}
@media(min-width: 768px) and (max-width:960px) {}
@media only screen and (max-width: 767px) {
    a .img_wrap,
    a .img_wrap img {
        z-index:1;
    }
}

/* 基本型parts */
.dl-list { margin-left:0; margin-right:0; word-break:break-all; }
.dl-list:after { content: ""; display: block; clear: both; }
.dl-list > dt { float:left; min-width:0; }
.dl-list > dd { margin-left:1em; }
.dl-list > dt:not(:last-of-type),
.dl-list > dd:not(:last-of-type) { margin-bottom: 0.5em; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {}

.ul-parent { -ms-flex-pack: space-around; -webkit-justify-content: space-around; justify-content: space-around; }
.ul-list li {
    padding-left: 1em;
    position: relative;
    font-size: 1.125em;
}
.ul-list li:before {
    content: "";
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute; left: 0; top: 0.85em;
}
.ul-list li:not(:last-child) { margin-bottom: 0.1em; }
.ul-list.nodot li { padding-left:0; }
.ul-list.nodot li:before { background: transparent; }
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {}

.tbl_contact { width:100%; }
.tbl_contact .col1 { width:30%; }
.tbl_contact .col2 { width:70%; }
.tbl_contact th,
.tbl_contact td {
    text-align:left;
    background-color:transparent;
    word-break:break-all;
    padding:1em 0;
    vertical-align:top;
    border:none;
}
.tbl_contact th { font-weight:600; }
.tbl_contact td { font-weight:400; }
.tbl_contact tr { /*border-bottom:1px solid #CCC;*/ }
.tblwrap .wpcf7 form.wpcf7-form > p { display:none; }
.tbl_contact td > p { font-weight:400; }
.tbl_contact td > p a { text-decoration:underline; }
.tbl_contact th .required {
    color:#C60000;
    margin-left:0.5em;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
}

.tblwrap .bikou { font-size:0.78em; }
.tbl_contact td .text1,
.tbl_contact td .message {
    background:#FFF;
    padding:0.5em 1em;
}
/* IE11 placeholder fix */
.tblwrap td input:-ms-input-placeholder,
.tblwrap td textarea:-ms-input-placeholder { color: #999; }
.tblwrap td .wpcf7-list-item.first { margin-left:0; }
.tblwrap td input.text1 { width:100%; }
.tblwrap td input.text2 { width:70%; }
.tblwrap td textarea { width:100%; }
/* contact form 7 */
.wpcf7 .formError { left:auto !important; right:0 !important; z-index:1; }
.wpcf7 .contact2 td .wpcf7-not-valid-tip { border-radius: 0 0 4px 4px / 0 0 4px 4px; }
.wpcf7 .wpcf7-validation-errors { color:#333333; border-color:#333333; }
.wpcf7 .wpcf7-not-valid-tip { color: #de0000; }
.wpcf7 .wpcf7-response-output { color:#333333; }
.wpcf7 .wpcf7c-conf { background-color: #333333; color:#FFF; border: 1px solid #333333; }
.wpcf7 .sendarea { margin-top:30px; text-align:center; }
.wpcf7 .sendarea p input { display:inline-block; margin:0 20px; }
/* input btn */
.wpcf7 .form-submit {
    margin-top:1em;
    text-align:center;
}
.wpcf7 .form-submit .btnc {
    width:60%;
    margin:0 auto;
    position: relative;
    transition: all 0.3s;
}
.wpcf7 .form-submit .btnc:after {
    content:url(./assets/images/cmn/icn_btn_arw02.svg);
    line-height:1;
    position:absolute; left:calc(100% - 2em); top:48%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s;
}
.wpcf7 .form-submit .btnc input {
    display:block; width:100%; height:100%;
    padding:0.7em 0.5em;
    font-size:1.2em;
    line-height:1.2;
    font-weight:600;
    color:#FFF;
    background:#9B7100;
    border:1px solid transparent;
    transition: all 0.3s;
    cursor:pointer;
}
.wpcf7 .form-submit .btnc input:hover {
    color:#9B7100;
    background:#FFF;
    border-color:#9B7100;
}
.wpcf7 .form-submit .btnc:hover:after {
    left:calc(100% - 1em);
}
.wpcf7 .form-submit .btnc .ajax-loader {
    position:absolute; left:calc(100% + 2em); top:50%;
    transform: translateY(-50%) translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .wpcf7 .form-submit .btnc {
        width:100%;
    }
    .wpcf7 .form-submit .btnc .ajax-loader {
        left:calc(100% + 0.5em);
    }
}

/* 送信成功時thanksに飛ばすのでメッセージ出さない */
.wpcf7 .wpcf7-mail-sent-ok {
    color: transparent;
    background-color: transparent;
    border: 1px solid transparent;
}

/* contactform7のチェックボックスをデザイン変更 */
.tbl_contact td .wpcf7-list-item {
    display:block;
    width:100%;
    margin-right:0;
    position:relative;
}
.tbl_contact td .wpcf7-list-item .wpcf7-list-item-label {
    display:block;
    width:100%;
    padding-top:0.6em;
    padding-bottom:0.6em;
    margin-bottom:0.5em;
    background:#FFF;
}
.tbl_contact td .f_style .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,
.tbl_contact td .f_method .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background:rgba(155,113,0,.3);
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"]{
    /*display: none; validate engine でdisplaynone要素はvalidateできない */
    visibility:hidden;
    opacity:0;
    height:0;
    position:absolute;
}
.wpcf7 label{ cursor: pointer; }
.wpcf7 span.wpcf7-list-item:first-of-type { margin-left:0; }
.wpcf7 .wpcf7-radio .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label { position: relative; padding-left: 2.5em; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: 0.6em;
    top: 0.95em;
    background: #fff;
    border: 1px solid #dddddd;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:after {
    width: 10px;
    height: 5px;
    border: 2px solid #717171;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: calc(0.6em + 5px);
    top: calc(0.95em + 5px);
    border-top: none;
    border-right: none;
    -webkit-transition: all .3s; transition: all .3s;
    opacity: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    content: '';
    background: #fff;
    border: 1px solid #dddddd;
    border-radius:50%;
    position: absolute;
    left: 0;
    top: 0.25em;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:after {
    width: 10px;
    height: 5px;
    border: 2px solid #717171;
    content: '';
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    -webkit-transition: all .3s; transition: all .3s;
    opacity: 0;
    position: absolute;
    left: 5px;
    top:calc(0.25em + 5px);
}
.wpcf7 .wpcf7-radio span.wpcf7-list-item,
.wpcf7 .wpcf7-checkbox span.wpcf7-list-item,
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item { margin-left: 0; margin-right: 20px; }
.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:after { opacity: 1; }
.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label:after { opacity: 1; }

/* 共通カラム設定 */
.row .col { position:relative; }
.row .col.grow p:first-child {}
.row .col.grow { margin-left:6%; }
.row.reverse .col.grow {
    margin-left:inherit;
    margin-right:6%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 960px) {
    .row.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .row .col.grow p:first-child { margin-top:0; }
    .row .col.grow {
        margin-left:0;
        margin-top:calc(60 / 750 * 100vw);
        width:100%;
        text-align:center;
    }
    .row.reverse .col.grow {
        margin-right:0;
        margin-top:calc(60 / 750 * 100vw);
        -webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
    }
    .row .col.noshrink {
        width:100%;
        text-align:center;
    }
    .row .txt { text-align:left; }
}

/* パンくずリスト */
.breadwrap {
    padding:0.5em 0.5em;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.breadcrumb {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    padding-bottom: 0px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
.breadcrumb li {
    position:relative;
    display:inline-block;
    padding-right:1em;
    vertical-align:middle;
    font-size:0.75em;
}
.breadcrumb li:not(:first-child) { padding-left:1em; }
.breadcrumb li br { display:none; }
.breadcrumb li a {
    color:inherit;
}
.breadcrumb i { color:#CCC; }
.breadcrumb li.bhome:before {
    content:url(./assets/images/cmn/icn_home_breadcrumb.svg);
    margin-right:0.5em;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
    /* iscroll */
    #wrap #breadiscr { position: relative; }
    #wrap #breadiscr ul {
      display: table; /* !hissu */
      white-space: nowrap;
      overflow-x: hidden;
      width: 100%;
      /*max-width:100%;*/
    }
    #wrap #breadiscr ul li,
    #wrap #breadiscr ul i {
        display: table-cell;
        vertical-align:middle;
        white-space: nowrap;
    }
    #wrap #breadiscr ul li {
        padding-right:1.5em;
    }
    #wrap #breadiscr ul li:last-of-type {
        padding-right:5em;
    }
}



/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
/* header */
header {}
.home_head {
    position:relative;
    width:100%;
    position: fixed; top: 0; right:0;
    z-index:8;
    transition: .3s;
}
.home_head.open {
    /*height:110px; 下のほうに記述移動
    background:rgba(255,255,255,1);*/
}
/*.home_head.scr .logo {
    padding:0;
    padding-top:0.5em;
    padding-bottom:0.5em;
    padding-left:1em;
    height:100%;
    width:auto;
    position: absolute; top: 0; left:0;
}
.home_head.scr .logo img {
    height:100%;
    width:auto;
    transition: .3s;
}
.home_head.scr .info_head { display:none; }*/

header {
    position:relative;
    padding-bottom:110px;
}
@media all and (-ms-high-contrast: none) {
    /* IE10 以降にのみ適用される */
    .home_head { position: static; }
    header {
        padding-bottom:0;
        max-height:198px;
    }
}
.home_head .logo h1 {
    display:block;
    font-size:0.67em;
    line-height:1.2;
    background:#FFF;
}
.home_head .logo .hlogo {
    background:#FFF;
    margin-top:1em;
    width:calc(240px + 1em);
    padding:0 0 1em;
    text-align:center;
    /*border-radius:5px;*/
}

/*.home_head .logo_gnav_info,
.home_head .gnav_info { height:0; }*/

.home_head .info_head {
    text-align:center;
    background:#0E223B;
    color:#FFF;
    width:240px;
    height:auto;
    margin-left:2em;
    padding:0.5em 1em 1em;
    z-index:1;
}
.home_head .info_head .lead {
    font-size:1em;
    margin-bottom:0.8em;
}
.home_head .info_head > div {
    width:100%;
}
.home_head .info_head > .htel {
    padding:0.6em 1em;
    border:1px solid #FFF;
}
.home_head .info_head > div:nth-of-type(n + 2) {
    margin-top:0.6em;
}
.home_head .info_head > div:hover {
}
.home_head .info_head > div .surfacep {
    display:block;
    text-align:left;
    width:100%;
    cursor: pointer; /* ホバーポインター */
}
.home_head .info_head > .hmail .surfacep {
    padding:0.6em 1em;
    border:1px solid #FFF;
}
.home_head .info_head > div .surfacep span {
    font-size:0.93em;
    line-height:1;
    font-weight:600;
    padding-left:1.8em;
    position:relative;
    display:inline-block;
}
.home_head .info_head > div .surfacep span:before {
    content:url(./assets/images/cmn/icn_mail01.svg);
    line-height:1;
    position:absolute; left:0; top:50%;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
}
.home_head .info_head > .htel .surfacep span:before {
    content:url(./assets/images/cmn/icn_smartphone01.svg);
}
.home_head .info_head .lead {}
.home_head .info_head .expandtel {
    padding:1em 0;
}
.home_head .info_head .expandtel .ind {
}
.home_head .info_head .expandtel .ind:nth-of-type(n + 2) {
    margin-top:1em;
    padding-top:1em;
    border-top:1px solid #FFF;
}
.home_head .info_head .expandtel .ind > p:nth-of-type(n + 2) {
    margin-top:0.3em;
}
.home_head .info_head .expandtel .ind .ttl {
    font-size:0.8em;
    line-height:1.2;
    font-weight:600;
}
.home_head .info_head .expandtel .ind .tel a {
    color:#FFECC3;
    font-size:1.66em;
    line-height:1;
    font-weight:400;
}
.home_head .info_head .expandtel .ind .sub {
    font-size:0.66em;
    line-height:1.2;
    font-weight:500;
}

.home_head .info_head > .htel .expandtel {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease, transform 0.3s ease-in-out;
    transform: translateY(-5%);
    position:absolute; left:0; top:-100%;
}
.home_head .info_head > .htel:hover .expandtel {
    opacity:1;
    visibility:visible;
    position:static;
    transform: translateY(0);
}
.home_head .scronly {
    display:none;
}

.home_head .logo_gnav_info,
.home_head .gnav_info { height:auto; }
.home_head.scr.open .logo_gnav_info,
.home_head.scr.open .gnav_info { height:100%; }
.home_head {
    /*height:110px;*/
    background:rgba(255,255,255,1);
}
@media all and (-ms-high-contrast: none) {
    .home_head {
        background:transparent;
    }
}
.home_head.scr {
    height:75px;
}
.home_head.scr.open .scronly { display:inherit; }
.home_head.open {
    height:110px;
    background:rgba(255,255,255,1);
}
.home_head.scr.open {
    height:75px;
    box-shadow:rgba(0,0,0,0.1) 1px 1px 8px;
}
.home_head.scr.open .logo h1 { display:none; }
.home_head.scr.open .logo img {
    transition: all .3s ease, transform 0.3s ease-in-out;
}
.home_head.scr.open .logo img:not(.scronly) { display:none; }
.home_head.scr.open .logo .hlogo {
    margin-top:0;
    width:auto;
    height:100%;
    padding:0.3em 1em;
}
.home_head.scr.open .gnav .menu > li {
    margin-left:calc(40 / 1920 * 100vw);
}
.home_head.scr.open .gnav .menu > li > a {
    padding:1.5em 0;
}
.home_head.scr.open .gnav .menu .dropdown:before {
    top:calc(50% + 1.25em);
}
/*
.home_head.scr.open .info_head {
    width:280px;
    height:auto;
    margin-left:1.5em;
    padding:0.3em 0.5em;
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -webkit-box-pack:justify; -ms-flex-pack:justify;
    -webkit-justify-content:space-between; justify-content:space-between;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.home_head.scr.open .info_head .lead {
    font-size:0.78em;
    margin-bottom:0.1em;
    display:block;
    width:100%;
}
.home_head.scr.open .info_head > div {
    width:49%;
}
.home_head.scr.open .info_head > .htel {
    padding:0.3em 0.3em;
}
.home_head.scr.open .info_head > div:nth-of-type(n + 2) {
    margin-top:0;
}
.home_head.scr.open .info_head .surfacep {
    line-height:1;
}
.home_head.scr.open .info_head > div .surfacep span {
    line-height:1.2;
}
.home_head.scr.open .info_head > .hmail .surfacep {
    padding:0.3em 0.3em;
}
.home_head.scr.open .info_head > div .surfacep span {
    font-size:0.78em;
    padding-left:1.8em;
}
.home_head.scr.open .info_head .lead {}
.home_head.scr.open .info_head .expandtel {
    padding:0.6em 0.3em 0.3em;
}
.home_head.scr.open .info_head .expandtel .ind:nth-of-type(n + 2) {
    margin-top:0.5em;
    padding-top:0.5em;
}
.home_head.scr.open .info_head .expandtel .ind > p:nth-of-type(n + 2) {
    margin-top:0.3em;
}
.home_head.scr.open .info_head .expandtel .ind .ttl {
    font-size:0.78em;
}
.home_head.scr.open .info_head .expandtel .ind .tel a {
    font-size:1.15em;
}
.home_head.scr.open .info_head .expandtel .ind .sub {
    font-size:0.66em;
}*/
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

.gnav {}
.gnav .menu {
    -webkit-box-pack:justify; -ms-flex-pack:justify;
    -webkit-justify-content:flex-end; justify-content:flex-end;
    -webkit-align-items: center; align-items: center;
    width:100%;
}
.gnav .menu > li {
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column;
    -webkit-box-pack:justify; -ms-flex-pack:justify;
    -webkit-justify-content:center; justify-content:center;
    -webkit-align-items: center; align-items: center;
    height:100%;
    font-size:1em;
    font-weight:500;
    position:relative;
    margin-left:calc(40 / 1920 * 100vw);
}
.gnav .menu li:hover {
    cursor: pointer; /* ホバーポインター */
}
.gnav .menu > li > a {
    transition: .3s;
    position:relative;
    padding:2.5em 0;
}
.gnav .menu > li > a:after {
    content:"";
    display:block;
    width:70%;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    position:absolute; left:50%; top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.gnav .menu > li:hover > a:after,
.gnav .menu > li.active > a:after {
    visibility: visible;
    opacity: 1;
    content:"";
    width:70%;
    height:1px;
    background:#9B7100;
    top:calc(50% + 1em);
}
.gnav .menu .dropdown:before {
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    font-size:1.3em;
    line-height:1;
    font-weight:600;
    color:#9B7100;
    position:absolute; left:50%; top:calc(50% + 1.5em);
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.gnav .menu .dropdown {
    position:relative;
    z-index:9;
}
.gnav .menu .dropdown :not(a) {
    font-size:1em;
}
@media all and (-ms-high-contrast: none) {
    /* IE10 以降にのみ適用される */
    .gnav .menu .dropdown:hover .dropdown-menu {
        height:auto;
    }
}
.gnav .menu .dropdown .dropdown-menu {
    width:12em; /* IE fix */
    height:auto;
    position:absolute; left:50%; top:100%;
    border:2px solid #9B7100;
    background:rgba(255,255,255,.9);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease, transform 0.3s ease-in-out;
    -webkit-transform:translateX(-50%) translateY(-5%);
    transform: translateX(-50%) translateY(-5%);
}
.gnav .menu .dropdown:hover .dropdown-menu {
    opacity:1;
    visibility:visible;
    -webkit-transform:translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.gnav .menu .dropdown .dropdown-menu > ul {
    /*height:100%;*/
    position:relative;
    -webkit-justify-content:center; justify-content:center;
    -webkit-align-items: center; align-items: center;
    padding:0.7em 0;
}
.gnav .menu .dropdown .dropdown-menu li {
    line-height:1;
    text-align:center;
    position:relative;
    width:100%;
    margin-top:0.7em;
    padding:0 1em;
    padding-top:0.7em;
    border-top:1px solid #9B7100;
}
.gnav .menu .dropdown .dropdown-menu li:nth-of-type(1) {
    margin-top:0;
    padding-top:0;
    border-top:none;
}
.gnav .menu .dropdown .dropdown-menu li a {
    display:block;
    font-size:1em;
    font-weight:400;
    word-break:keep-all;
}
.gnav .menu .dropdown .dropdown-menu li:hover a {
    text-decoration:underline;
}
@media(min-width: 768px) and (max-width:1400px) {
    .gnav .menu > li {
        font-size:calc(18 / 1400 * 100vw);
        margin-left:calc(20 / 1920 * 100vw);
    }
}
@media(max-width: 767px) {
    header {
        padding-bottom:0;
    }
    .logo {
        padding-left:3.2vw;
    }
    .logo a img {
        max-width: calc(100% - ((80 / 750 * 100vw) * 3) - (3.2vw * 4));
    }
    .menu.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .btn_mail_sp,
    .btn_tel_sp,
    .btn_gnav_sp {
        position: fixed;
        top: calc(10 / 750 * 100vw);
        right: 3.2vw;
        height: calc(100 / 750 * 100vw);
        width: calc(100 / 750 * 100vw);
        background: #0E223B;
        z-index: 10000;
        outline: none;
    }
    .btn_gnav_sp .icn_gnav {
        width: calc(40 / 750 * 100vw);
        height: 2px;
        position:absolute; left:50%; top:40%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        background: #FFF;
        border-radius: 10px;
        transition: transform .3s ease-in-out;
    }
    .btn_gnav_sp .icn_gnav:before,
    .btn_gnav_sp .icn_gnav:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        background: #FFF;
        border-radius: 10px;
        transition: transform .3s ease-in-out;
    }
    .btn_gnav_sp .icn_gnav:before {
        top: -8px;
    }
    .btn_gnav_sp .icn_gnav:after {
        bottom: -8px;
    }
    .btn_tel_sp .txt_gnav,
    .btn_mail_sp .txt_gnav,
    .btn_gnav_sp .txt_gnav {
        display:block;
        color:#FFF;
        font-size:0.6875em;
        line-height:1;
        padding-top:3em;
        text-align: center;
    }
    .btn_gnav_sp .txt_gnav:before {
        content:"メニュー";
    }
    .open .btn_gnav_sp .icn_gnav {
        top:45%;
        background: none;
    }
    .open .btn_gnav_sp .icn_gnav:before,
    .open .btn_gnav_sp .icn_gnav:after {
        height: 3px;
        background: #FFF;
        transition: transform .3s ease-in-out;
    }
    .open .btn_gnav_sp .icn_gnav:before {
        transform: rotate(45deg);
        top: -2px;
    }
    .open .btn_gnav_sp .icn_gnav:after {
        transform: rotate(-45deg);
        bottom: 2px;
    }
    .open .btn_gnav_sp .txt_gnav:before {
        content:"閉じる";
    }

    .btn_tel_sp {
        background:transparent;
        position: absolute;
        right: calc((160 / 750 * 100vw) + (3.2vw * 3));
    }
    .btn_tel_sp .icn_gnav {
        content:"";
        display:block;
        line-height:1;
        width:calc(42 / 750 * 100vw);
        height:calc(62 / 750 * 100vw);
        background:url(./assets/images/@sp/cmn/icn_head_tel.svg) center center / contain no-repeat;
        position:absolute; left:50%; top:35%;
        -webkit-transform: translateY(-50%) translateX(-50%) scaleX(-1);
        transform: translateY(-50%) translateX(-50%) scaleX(-1);
    }
    .btn_tel_sp .txt_gnav {
        color:#0E223B;
        padding-top:3.5em;
    }

    .btn_mail_sp {
        background:transparent;
        position: absolute;
        right: calc((80 / 750 * 100vw) + (3.2vw * 2));
    }
    .btn_mail_sp .icn_gnav {
        content:"";
        display:block;
        line-height:1;
        width:calc(50 / 750 * 100vw);
        height:calc(40 / 750 * 100vw);
        background:url(./assets/images/@sp/cmn/icn_head_mail.svg) center center / contain no-repeat;
        position:absolute; left:50%; top:40%;
        -webkit-transform: translateY(-50%) translateX(-50%) scaleX(-1);
        transform: translateY(-50%) translateX(-50%) scaleX(-1);
    }
    .btn_mail_sp .txt_gnav {
        color:#0E223B;
        padding-top:3.5em;
    }


    .gnav_sp {
        padding: 19.5vw 0 0;
        overflow-y: auto;
        overflow-x: hidden;
        background: #0E223B;
        color: #FFF;
        position: fixed; top: 0; left: 0;
        z-index: 9999;
        height: 70%;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease, visibility .3s ease;
        line-height: 1.45;
        letter-spacing: .1em;
    }

    .gnav_sp .nav_main {
        padding-bottom: 12vw;
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:center; -ms-flex-pack:center;
        -webkit-justify-content: space-between; justify-content: space-between;
        -webkit-align-items: flex-start; align-items: flex-start;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .gnav_sp .nav_main > ul {
        width:50%;
    }
    .gnav_sp .nav_main > ul > li {
        width:100%;
        padding: 0vw;
        padding-left:3vw;
        opacity: 0;
        transform: translateY(-50%);
        transition: transform .6s ease, opacity .2s ease;
    }
    .gnav_sp .nav_main > ul > li:first-of-type > a {
    }
    .gnav_sp .nav_main > ul > li > a {
        padding: 1em 0;
        padding-left:0.5em;
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
        -ms-align-items: center; align-items: center;
        position: relative;
        font-size:1em;
        font-weight:600;
    }
    .gnav_sp .nav_sub {
        width: 100%;
        margin-left: auto;
    }
    .gnav_sp .nav_sub li {
        width:100%;
        opacity: 0;
        transform: translateY(50%);
        transition: transform .6s ease, opacity .2s ease;
        background:#0E223B;
        color:#FFF;
    }
    .gnav_sp .nav_sub li:first-child { padding-top:0.2em; }
    .gnav_sp .nav_sub li:last-child { padding-bottom:0.2em; }
    .gnav_sp .nav_main > ul > li.dropdown > a {
        padding-bottom:0.5em;
    }
    .gnav_sp .nav_sub a {
        font-size: 0.9em;
        line-height:1.3;
        font-weight:500;
        letter-spacing: 0em;
        padding: 0.5em 0;
        padding-left:1.5em;
        display: block;
        position: relative;
    }

    .open .gnav_sp {
        visibility: visible;
        opacity: 1;
    }
    .open .gnav_sp .nav_main > ul > li,
    .open .gnav_sp .nav_sub li {
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.4s ease, opacity .3s ease;
    }
    .open .gnav_sp .nav_main > ul > li {
        transition: transform 0.3s ease, opacity .3s ease;
    }
}

/* フッター footer
------------------------------------------------------------------*/
.pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    font-size:2em;
}
.pagetop:hover {
    transform: scale(1.3);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .pagetop {
        right: 3.2vw;
        bottom: calc( 160 / 750 * 100vw);
    }
    footer .fix {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 100;
        background:#0E223B;
        color:#FFF;
        padding:0.5em 0;
    }
    footer .fix p {
        font-size:0.875em;
        line-height:1;
        font-weight:600;
        padding:0 0 0.5em;
    }
    footer .fix li { width:46%;}
    footer .fix li a,
    footer .fix li a img,
    footer .fix li button,
    footer .fix li button img {
        display:block;
        width:100%;
    }
    footer .telfix {
        visibility: hidden;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        position: fixed;
        left:50%; top:50%;
        -webkit-transform:translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    footer .telfix.open {
        visibility: visible;
        opacity: 1;
        width: 80vw;
        height:auto;
        z-index: 101;
        background:#0E223B;
        color:#FFF;
        padding:0;
    }
    footer .telfix ._in {
        padding:4em 1.5em;
    }
    footer .telfix .ttlp {}
    footer .telfix .ttlp span {
        position:relative;
        padding-left:1.5em;
        font-size:1.06em;
    }
    footer .telfix .ttlp span:before {
        content:"";
        display:block;
        line-height:1;
        width:calc(35 / 750 * 100vw);
        height:calc(52 / 750 * 100vw);
        background:url(./assets/images/@sp/cmn/icn_fix_tel.svg) center center / contain no-repeat;
        position:absolute; left:0; top:50%;
        -webkit-transform: translateY(-50%); transform: translateY(-50%);
    }

    footer .telfix .tels_wrap {
        padding:1.5em 0 0;
    }
    footer .telfix .tels_wrap > li:nth-of-type(n + 2) {
        border-left:1px solid #0E223B;
    }
    footer .telfix .tels_wrap p:nth-of-type(n + 2) {
        margin-top:0.3em;
    }
    footer .telfix .tels_wrap .telsub {
        margin-top: 0.3em;
    }

    footer .telfix .tels_wrap {
        display:block;
    }
    footer .telfix .tels_wrap > li {
        width:100%;
        display:block;
    }
    footer .telfix .tels_wrap > li:nth-of-type(1) {
        margin-top:1.5em;
    }
    footer .telfix .tels_wrap > li:nth-of-type(n + 2) {
        margin-top:1.5em;
        padding-top:1.5em;
        border-top:1px solid #FFF;
    }
    footer .telfix .ttl { width:100%; }
    footer .telfix .tel a { color:#FFECC3; }
    footer .telfix .sub { text-align:center; }

    .btn_close {
        position: absolute; right:0; top:0;
        height: calc(100 / 750 * 100vw);
        width: calc(100 / 750 * 100vw);
    }
    .btn_close .icn_gnav {
        width: calc(40 / 750 * 100vw);
        height: 2px;
        position:absolute; left:50%; top:45%;
        background: none;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        border-radius: 10px;
    }
    .btn_close .icn_gnav:before,
    .btn_close .icn_gnav:after {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        background: #FFF;
        border-radius: 10px;
        transition: transform .3s ease-in-out;
    }
    .btn_close .icn_gnav:before {
        transform: rotate(45deg);
        top: -2px;
    }
    .btn_close .icn_gnav:after {
        transform: rotate(-45deg);
        bottom: 2px;
    }
    .btn_close .txt_gnav {
        display:block;
        color:#FFF;
        font-size:0.6875em;
        line-height:1;
        padding-top:3em;
        text-align: center;
    }
    .btn_close .txt_gnav:before {
        content:"閉じる";
    }
}

footer {
    position:relative;
    z-index:1;
}
footer .ft_area {
    background:#F4F7FC;
    position:relative;
}
footer .ft_area .col.left,
footer .ft_area .col.right {
    position:relative;
    z-index:1;
}
footer .ft_area .col.left { width:50%; }
footer .ft_area .col.right { width:50%; }
footer .ft_area .col.left {
    padding:50px 4%;
}
footer .ft_area .col.right:before {
    content:"";
    display:block;
    width:50vw;
    height:100%;
    background:url(./assets/images/cmn/foot_mv01.jpg) center bottom / cover no-repeat;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer {
        padding-bottom:calc(165 / 750 * 100vw);
    }
    footer .ft_area {}
    footer .ft_area .inner1200.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    footer .ft_area .col.left,
    footer .ft_area .col.right { width:100%; }
    footer .ft_area .col.right {
        width:100vw;
        height:calc(600 / 750 * 100vw);
    }
    footer .ft_area .col.right:before {
        width:100vw;
        background-position:center bottom;
    }
    footer .ft_area .col.left {
        margin:2em 0 3em;
        padding:0;
        -webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
    }
}

footer .ft_area .ttl1 {
    text-align:center;
}
footer .ft_area .ttl1 span {
    font-size:1.4em;
    line-height:1.8;
    font-weight:500;
    letter-spacing:0.25em;
}
footer .ft_area .txt {
    line-height:2;
}
footer .ft_area .points {
}
footer .ft_area .points li {
    border:2px solid #0E223B;
    padding:1em 0;
    background:#FFF;
    color:#0E223B;
    font-size:1.05em;
    line-height:1.2;
    font-weight:600;
    letter-spacing:0;
    text-align:center;
    -webkit-justify-content: center; justify-content: center;
    -webkit-align-items: center; align-items: center;
    flex: 1 1 auto;
}
footer .ft_area .points li:nth-of-type(3n - 1) {
    border-left:none;
    border-right:none;
}
footer .soudan_area {
    text-align:center;
    color:#0E223B;
    width:95%;
    margin-left:auto;
    margin-right:auto;
}
.ttl_block {
    position:relative;
}
.ttl_block span {
    flex: 0 0 auto;
    font-size:1.2em;
    line-height:1.2;
    font-weight:600;
    padding:0 1em;
}
.ttl_block:before,
.ttl_block:after {
    content:"";
    display:block;
    width:100%;
    height:1px;
    background:#0E223B;
    flex: 1 1 auto;
}
footer .soudan_area .tels_wrap {
    padding:1.5em 0 0;
}
footer .soudan_area .tels_wrap > li {
    width:50%;
}
footer .soudan_area .tels_wrap > li:nth-of-type(n + 2) {
    border-left:1px solid #0E223B;
}
.tels_wrap p:nth-of-type(n + 2) {
    margin-top:0.3em;
}
.tels_wrap .telsub {
    margin-top: 0.3em;
	font-size: 15px;
}


.tels_wrap .ttl {
    font-size:0.86em;
    line-height:1.2;
    font-weight:600;
}
.tels_wrap .tel a {
    color:#9B7100;
    font-size:2em;
    line-height:1;
    letter-spacing:0.05em;
}
.tels_wrap .sub {
    font-size:0.8em;
    line-height:1.5;
    font-weight:500;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer .ft_area .ttl1 span {
        font-size:1.3em;
        letter-spacing:0.25em;
    }
    footer .ft_area .points li {
        font-size:0.93em;
    }
    footer .soudan_area {
        width:95%;
    }

    .ttl_block {}
    .ttl_block span {
        font-size:1.13em;
        letter-spacing:-0.05em;
        padding:0 1em;
    }


    footer .soudan_area .tels_wrap {
        padding:1.5em 0 0;
    }
    footer .soudan_area .tels_wrap > li {
        width:100%;
    }
    footer .soudan_area .tels_wrap > li:nth-of-type(n + 2) {
        border-left:none;
    }

    .tels_wrap,
    .tels_wrap > li {
        width:100%;
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:center; -ms-flex-pack:center;
        -webkit-justify-content: space-between; justify-content: space-between;
        -webkit-align-items: center; align-items: center;
    }
    .tels_wrap.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .tels_wrap > li {
        width:100%;
    }
    .tels_wrap > li:nth-of-type(n+2) {
        margin-top: 1.5em;
    }
    .tels_wrap p:nth-of-type(n + 2) {
        margin-top:0.3em;
		 text-align: center;
    }
    .tels_wrap .ttl {
        width:40%;
        font-size:1em;
        line-height:1.2;
        font-weight:600;
        text-align:center;
    }
    .tels_wrap .telsub {
        width:100%;
        margin-top:0;
    }
    .tels_wrap .tel a {
        font-size:1.60em;
    }
    .tels_wrap .sub {
        text-align:left;
    }

    footer .soudan_area + .btnul li {
        width:90%;
    }
}

footer .ft_navi_area {
    background:#FFF;
    padding:50px 0 60px;
    position:relative;
}
footer .ft_navi_area .col.left,
footer .ft_navi_area .col.right {
    position:relative;
    z-index:1;
}
footer .ft_navi_area .col.left { width:40%; }
footer .ft_navi_area .col.right { width:60%; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer .ft_navi_area {
        padding:1em 0 1.5em;
    }
    footer .ft_navi_area .inner.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    footer .ft_navi_area .col.left,
    footer .ft_navi_area .col.right {
        width:100%;
    }
    footer .ft_navi_area .col.left {}
    footer .ft_navi_area .col.right {}
}

footer .ft_navi_area .logo_foot {}
footer .ft_navi_area .access_foot_area {}
footer .ft_navi_area .access_foot_area > li {
    font-size:0.86em;
    line-height:1.8;
}
footer .ft_navi_area .access_foot_area > li:nth-of-type(n + 2) {
    margin-top:1em;
}
footer .ft_navi_area .access_foot_area .name {}
footer .ft_navi_area .access_foot_area .address {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer .ft_navi_area .logo_foot {
        text-align:center;
    }
    footer .ft_navi_area .access_foot_area {
        margin-top:1.5em;
    }
    footer .ft_navi_area .access_foot_area > li {
        font-size:0.86em;
        line-height:1.8;
    }
}

footer .foot_links {}
footer .foot_links .ind li:hover > a {
    color:#9B7100;
    opacity:1;
    transition:none;
}
footer .foot_links .ind {
    flex: 1 1 auto;
}
footer .foot_links .ind > li:not(:first-of-type) { margin-top:1.5em; }
footer .foot_links .ind > li > a {
    font-weight:600;
}
footer .foot_links .ind .sub {
    margin:0.5em 0 1.5em;
}
footer .foot_links ul.ind .sub > li {
    margin-left:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer .foot_links.flex.nowrap {
        margin-top:2em;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    footer .foot_links .ind li:hover > a {
    }
    footer .foot_links .ind {
        flex: 1 1 auto;
    }
    footer .foot_links .ind > li:not(:first-of-type) { margin-top:1em; }
    footer .foot_links .ind > li > a {
    }
    footer .foot_links .ind .sub {
        margin:0.5em 0 1.5em;
    }
    footer .foot_links ul.ind .sub > li {
        margin-left:0.5em;
    }
    footer .foot_links .ind:nth-of-type(2) {
        /*-webkit-box-ordinal-group:3; -ms-flex-order:3; -webkit-order:3; order:3;*/
    }
}

footer .copyright {
    background:#EEEEEE;
    padding:1em 0;
    text-align:center;
}
footer .copyright p {
    font-size:0.8em;
    line-height:1.8;
}
footer .copyright small {
    font-size:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    footer .copyright {
    }
    footer .copyright p {
        font-size:0.8em;
    }
    footer .copyright small {
        font-size:1em;
    }
}

/* 共通 footer バナーエリア
------------------------------------------------------------------*/
.fbanners {
    padding:75px 0;
}
.fbanners > ul > li {
    width:50%;
    color:#FFF;
    position:relative;
    z-index:1;
    text-shadow:rgba(0,0,0,0.4) 1px 1px 8px, rgba(0,0,0,0.4) -1px 1px 8px,
                rgba(0,0,0,0.4) 1px -1px 8px, rgba(0,0,0,0.4) -1px -1px 8px;
}
.fbanners > ul > li a {
    position:relative;
    z-index:1;
    background:center center / cover no-repeat;
    width:100%;
    height:340px;
    background:url(./assets/images/cmn/img_fbanner01.jpg) center center / cover no-repeat;
}
.fbanners > ul li a:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:rgba(14,36,64,.45);
    position:absolute; left:50%; top:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index:-1;
}
.fbanners > ul > li figure {
    position:relative;
}
.fbanners > ul > li figcaption {
    text-align:center;
}
.fbanners > ul > li figcaption > p:nth-of-type(n + 2) {
    margin-top:1em;
}
.fbanners > ul > li .ttl {}
.fbanners > ul > li .ttl small {
    display:block;
    font-size:1.62em;
    line-height:1.33;
    font-weight:600;
    letter-spacing:-0.075em;
}
.fbanners > ul > li .ttl span {
    font-size:2.25em;
    line-height:1.33;
    font-weight:600;
}
.fbanners > ul > li .ttl_box {
    display:inline-block;
    border:1px solid #FFF;
    font-size:0.93em;
    padding:0.5em 1em;
}
.fbanners > ul > li .price {}
.fbanners > ul > li .price em {
    color:#FFECC3;
    font-size:3.3em;
    line-height:1;
    letter-spacing:0.1em;
}
.fbanners > ul > li .price span {
    font-size:1.56em;
    letter-spacing:0.05em;
}
.fbanners > ul > li .price span small {
    font-size:0.64em;
}
.fbanners > ul > li .btnul {}
.fbanners > ul > li .btnul .btnc span {
    color:#FFF;
}
.fbanners > ul > li .btnul .btnc > span:after {
    content:url(./assets/images/cmn/icn_btn_arw02.svg);
    top:40%;
}
.fbanners > ul > li {
    display:block;
    line-height:0;
    overflow:hidden;
    z-index:3;
    position:relative;
    background: #000;
    transition:.3s ease-out, background .3s ease-in;
}
.fbanners > ul > li a {
    transition:.3s ease-out, background .3s ease-in;
}
.fbanners > ul > li a:hover {
    z-index:2;
    transform: scale(1.02);
    opacity: 0.8;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .fbanners {
        padding:1em 0;
    }
    .fbanners > ul > li {
        width:100%;
    }
    .fbanners > ul > li a {
        height:calc(600 / 750 * 100vw);
    }
    .fbanners > ul li a:after {}
    .fbanners > ul > li figure {}
    .fbanners > ul > li figcaption {}
    .fbanners > ul > li figcaption > p:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .fbanners > ul > li .ttl {}
    .fbanners > ul > li .ttl small {
        font-size:1.1em;
    }
    .fbanners > ul > li .ttl span {
        font-size:1.5em;
    }
    .fbanners > ul > li .ttl_box {
        font-size:0.93em;
    }
    .fbanners > ul > li .price {}
    .fbanners > ul > li .price em {
        font-size:2.5em;
    }
    .fbanners > ul > li .price span {
        font-size:1.3em;
    }
    .fbanners > ul > li .price span small {
        font-size:0.64em;
    }
    .fbanners > ul > li .btnul {}
    .fbanners > ul > li .btnul .btnc {
        width:50vw;
    }
}


/* TOPスライダー
------------------------------------------------------------------*/
.main_slide {
}
@media all and (-ms-high-contrast: none) {
    /* IE10 以降にのみ適用される */
    .main_slide {
        z-index:-1;
        margin-top:-80px;
    }
}

.slickul:not(.slick-initialized) { visibility:hidden; } /* 初期化中の画像が縦に並ぶのを防ぐ */
.main_slide .slickul {}
.main_slide .slickul .slick-slide {
    position:relative;
    z-index:-1;
    transition: all .3s;
    overflow: hidden;
}
.main_slide .slickul .slick-slide.slick-active {
    z-index:1;
    /*background:#FFF;*/
}
.main_slide ._in .grow {
    width:37.5%;
    margin-top:50px;
    margin-right:-12.5%;
    padding:30px 3%;
    background:#0E223B;
    color:#FFF;
    position:relative;
    z-index:1;
}
.main_slide ._in .noshrink {
    position:relative;
    z-index:-1;
}
.main_slide ._in .noshrink + .grow {
    z-index:1;
    margin-right:0;
    margin-left:-12.5%;
}
.main_slide ._in .noshrink img {}
.main_slide ._in .ttl_box {}
.main_slide ._in .ttl_box > li {
    border:1px solid #FFF;
    padding:0.2em 1em;
    margin-left:0.5em;
    margin-bottom:0.3em;
}
.main_slide ._in .ttl_box > li:first-of-type {
    margin-left:0;
}
.main_slide ._in .ttl_box > li span {
    font-size:0.93em;
    line-height:1.2;
    font-weight:600;
    letter-spacing:0;
}
.main_slide ._in .ttl span {
    font-size:2.5em;
    line-height:1.2;
    word-break:keep-all;
    white-space:nowrap;
}
.main_slide ._in .star em {
    color:#CAAD5F;
    font-size:1.05em;
    line-height:1;
}
.main_slide ._in .discription {
    font-weight:500;
}
.main_slide ._in .btnul {}

.main_slide .slick-prev::before,
.main_slide .slick-next::before {
    content:"";
    display:block;
    line-height: 1;
    width: 46px;
    height: 46px;
    background: url(./assets/images/cmn/icn_slide_arw_l.svg) left top / contain no-repeat;
}
.main_slide .slick-next::before { background-image:url(./assets/images/cmn/icn_slide_arw_r.svg); }
.main_slide .slick-prev,
.main_slide .slick-next {
    width: auto;
    height: auto;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
    position: absolute; top: 50%; right:-4em;
    z-index:2;
    font-size:1em;
}
.main_slide .slick-prev {
    right:auto;
    left:-4em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .main_slide  {
        background:#F7F7F7;
    }
    .main_slide .inner1200 {
        padding:0;
    }
    .main_slide .slick-slide {
        position: relative;
        margin-left:0;
        margin-right:0;
    }

    .main_slide .slick-prev::before,
    .main_slide .slick-next::before {
        width: calc(64 / 750 * 100vw);
        height: calc(64 / 750 * 100vw);
    }
    .main_slide .slick-next::before {
    }
    .main_slide .slick-prev,
    .main_slide .slick-next {
        top:25%;
        right:3.2vw;
        width: calc(64 / 750 * 100vw);
        height: calc(64 / 750 * 100vw);
    }
    .main_slide .slick-prev {
        right:auto;
        left:3.2vw;
    }

    .main_slide ._in.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .main_slide ._in .grow {
        width:calc(100% - 6.4vw);
        margin:0 3.2vw;
        margin-top:-1.5em;
        padding:1.5em;
        -webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
    }
    .main_slide ._in .noshrink + .grow {
        margin:0 3.2vw;
        margin-top:-1.5em;
    }
    .main_slide ._in .noshrink img {
        height: calc(500 / 750 * 100vw);
    }
    .main_slide ._in .ttl_box {}
    .main_slide ._in .ttl_box > li {
        border:1px solid #FFF;
        padding:0.2em 1em;
        margin-left:0.5em;
        margin-bottom:0.3em;
    }
    .main_slide ._in .ttl_box > li:first-of-type {
        margin-left:0;
    }
    .main_slide ._in .ttl_box > li span {
        font-size:0.93em;
    }
    .main_slide ._in .ttl span {
        font-size:1.5em;
    }
    .main_slide ._in .star em {
        font-size:1.05em;
    }
    .main_slide ._in .discription {
    }
    .main_slide ._in .btnul li {
        width:60%;
    }
}

/* TOP簡潔な紹介
------------------------------------------------------------------*/
.home section.brief_info {
    background:#F7F7F7;
    padding:170px 0 30px;
    margin-top:-230px;
}
.box_brief_info {
    background:#FFF;
    padding:2em 4.5%;
}
.box_brief_info .ttl span {
    font-size:1.33em;
    line-height:1.75;
    letter-spacing:0.25em;
}
.box_brief_info .box_case {}
.box_brief_info .case_list {
    padding-bottom:1.5em;
    border-bottom:1px solid #0E223B;
}
.box_brief_info .case_list > li {
    padding:0 3%;
    -webkit-align-items: center; align-items: center;
    position:relative;
}
.box_brief_info .case_list > li:after {
    content:url(./assets/images/cmn/icn_btn_arw01.svg);
    line-height:1;
    transition: all 0.3s ease;
    position:absolute; right:0; top:50%;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
}
.box_brief_info .case_list > li:hover:after {
    right:-0.5em;
}
.box_brief_info .case_list > li figure {}
.box_brief_info .case_list > li .txt {
    margin-left:1em;
    font-weight:600;
}
.box_brief_info .box_contacts {}
.box_brief_info .box_contacts > .ind {}
.box_brief_info .box_contacts > .ind.btnul {
    min-width:30%;
}
.box_brief_info .box_contacts > .ind .txt {
    color:#0E223B;
    font-size:1.2em;
    letter-spacing:0;
}
.box_brief_info .box_contacts .tels_wrap .telsub {
    margin-top: 0.3em;
}
.box_brief_info .box_contacts .tels_wrap .tel a {
    font-size:1.73em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home section.brief_info {
        padding:2em 0 2.5em;
        margin-top:0;
    }
    .box_brief_info {
        padding:2em 3.2vw;
    }
    .box_brief_info .ttl span {
        font-size:1.12em;
        line-height:1.75;
        letter-spacing:0.1em;
    }
    .box_brief_info .box_case {}
    .box_brief_info .case_list.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .box_brief_info .case_list > li {
        width:50%;
        padding:0;
    }
    .box_brief_info .case_list > li:nth-of-type(n + 3) {
        margin-top:1.8em;
    }
    .box_brief_info .case_list > li a.flex.nowrap {
        width:100%;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
        -webkit-justify-content: center; justify-content: center;
    }
    .box_brief_info .case_list > li figure {
        display:block;
        width:100%;
        text-align:center;
    }
    .box_brief_info .case_list > li .txt {
        margin-left:0;
        margin-top:0.6em;
        font-weight:600;
        text-align:center;
    }
    .box_brief_info .box_contacts.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
        -webkit-justify-content: center; justify-content: center;
    }
    .box_brief_info .box_contacts > .ind:nth-of-type(n +2) {
        margin-top:1.5em;
    }
    .box_brief_info .box_contacts > .ind.btnul {
        min-width:90%;
    }
    .box_brief_info .box_contacts > .ind .txt {
        font-size:1.2em;
        letter-spacing:0;
    }
    .box_brief_info .box_contacts .tels_wrap .tel a {
        font-size:1.68em;
    }
}

/* TOP私たちについて
------------------------------------------------------------------*/
.home section.aboutus {
    background:#FFF;
    padding:85px 0 65px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home section.aboutus {
        padding:calc(120 / 750 * 100vw) 0 0;
    }
}

.ttl01 {}
.ttl01 span {
    color:#0E223B;
    display: inline-block;
    position:relative;
    font-size:1.73em;
    line-height:1.3;
    font-weight:600;
    padding:0 0em;
    padding-bottom:0.3em;
    border-bottom:2px solid #9B7100;
}
.ttl01 span em {
    font-size: 1.4em;
}
.ttl01.sm span {
    font-size:1.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ttl01 span {
        font-size:1.375em;
    }
    .ttl01.sm span {
        font-size:1.2em;
    }
}

.home section.aboutus .row {
    position:relative;
    z-index:1;
}
.home section.aboutus .row .noshrink {
    margin-right:-200px;
}
.home section.aboutus .row .grow:before {
    content:"";
    display:block;
    width:110vw;
    height:calc(100% + 2em);
    background:#F7F7F7;
    position:absolute; left:50vw; top:85px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:-1;
}
section.aboutus .row .ttl span {
    font-size:1.53em;
    line-height:1.8;
    letter-spacing:0.1em;
}
section.aboutus .row .txt {
    line-height:2;
    letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home section.aboutus .row {}
    .home section.aboutus .row .noshrink {
        margin-right:auto;
        margin-left:auto;
        width:80%;
    }
    .home section.aboutus .row .grow {
        padding-bottom:calc(100 / 750 * 100vw);
    }
    .home section.aboutus .row .grow:before {
        width:100vw;
        height:calc(100% + (300 / 750 * 100vw));
        top:calc(-300 / 750 * 100vw);
        left:50%;
    }
    .home section.aboutus .row .ttl {
        text-align:left;
        margin-top:0;
    }
    .home section.aboutus .row .ttl span {
        font-size:1.1em;
        letter-spacing:0;
    }
    .home section.aboutus .row .txt {
        margin-top:1em;
        font-size:0.9em;
        line-height:2;
        letter-spacing:0;
    }
    .home section.aboutus .row .btnul.flex.end {
        -webkit-justify-content: center; justify-content: center;
    }
    .home section.aboutus .row .btnul.flex .btnc {
        width:60%;
    }
}

.ttl02 {}
.ttl02 span {
    color:#0E223B;
    font-size:1.33em;
    line-height:1.3;
    font-weight:600;
}
.ttl02 span em {
    font-size:1.4em;
}
.ttl02 span em.md {
    font-size:1.2em;
}
.ttl02 span em.md i {
    font-size:0.76em;
}
.ttl02.md span {
    font-size:1.625em;
    line-height:1.5;
    font-weight:500;
    letter-spacing:0.1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ttl02 span {
        font-size:1.1em;
    }
    .ttl02 span em {
        font-size:1.2em;
    }
}

.home .aboutus .can_area {
    position:relative;
    z-index:1;
}
.home .aboutus .can_area:before {
    content:"";
    display:block;
    width:100vw;
    height:400px;
    background:#F4EDE3;
    position:absolute; left:50%; top:130px;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
    z-index:-1;
}
.home .aboutus .can_ul {}
.home .aboutus .can_ul > li {
    width:22.5%;
    padding-bottom:4em;
    text-align:center;
    position:relative;
}
.home .aboutus .can_ul > li .ttl span {
    font-size:1.05em;
    line-height:1.45;
    font-weight:600;
}
.home .aboutus .can_ul > li .txt {
    text-align:left;
    font-size:0.93em;
    line-height:1.8;
    font-weight:500;
}
.home .aboutus .can_ul > li .btnul {
    width:100%;
    position:absolute; left:50%; bottom:1em;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.home .aboutus .can_ul > li .btnul {
    padding-top:1em;
}
.home .aboutus .can_ul > li .btnul li {
    width:75%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home .aboutus .can_area {
        padding-bottom:calc(100 / 750 * 100vw);
    }
    .home .aboutus .can_area:before {
        width:100vw;
        height:calc(100% - (200 / 750 * 100vw));
        top:calc(200 / 750 * 100vw);
        left:50%;
    }
    .home .aboutus .can_ul.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .home .aboutus .can_ul > li {
        width:calc(50% - 3.2vw);
        padding-bottom:4.5em;
    }
    .home .aboutus .can_ul > li:nth-of-type(n + 3) {
        margin-top:calc(80 / 750 * 100vw);
    }
    .home .aboutus .can_ul > li .ttl span {
        font-size:1em;
    }
    .home .aboutus .can_ul > li .txt {
        font-size:0.9em;
        line-height:1.6;
    }
    .home .aboutus .can_ul > li .btnul {
        width:100%;
    }
    .home .aboutus .can_ul > li .btnul {
        padding-top:1em;
    }
    .home .aboutus .can_ul > li .btnul li {
        width:100%;
    }
    .home .aboutus .can_ul > li .btnul li span {
        font-size:0.78em;
    }
}


/* TOP提供サービスについて
------------------------------------------------------------------*/
.home section.aboutservice {
    background:#FFF;
    padding:85px 0 170px;
}
.home section.aboutservice .inner {
    position:relative;
    z-index:1;
}
.home section.aboutservice .inner:before {
    content:"";
    display:block;
    width:100vw;
    height:900px;
    background:#F7F7F7;
    position:absolute; left:50%; top:270px;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
    z-index:-1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home section.aboutservice {
        padding:calc(120 / 750 * 100vw) 0 calc(220 / 750 * 100vw);
    }
    .home section.aboutservice .inner {}
    .home section.aboutservice .inner:before {
        width:100vw;
        height:calc(100% - (100 / 750 * 100vw));
        top:calc(200 / 750 * 100vw);
        left:50%;
    }
}

.home .aboutservice .service_ul {}
.home .aboutservice .service_ul > li {
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    padding:30px 2.3%;
    padding-bottom:110px;
    position:relative;
}
.home .aboutservice .service_ul > li.w100p {
    margin-top:30px;
    padding-bottom:30px;
}
.home .aboutservice .service_ul .ttl span {
    position:relative;
    text-align:center;
    color:#0E223B;
    font-size:1.18em;
    line-height:1.2;
    font-weight:600;
}
.home .aboutservice .service_ul .ttl span:after{
    content:"";
    display:block;
    line-height: 1;
    width: 1.2em;
    height: 2px;
    margin:0 auto;
    margin-top:0.8em;
    background: #9B7100;
}
.home .aboutservice .service_ul .ttl span:before {
    content:"";
    display:block;
    line-height: 1;
    width: 3em;
    height: 3em;
    margin:0 auto;
    margin-bottom:1em;
    background: url(./assets/images/home/icn_osoushiki.svg) center center / contain no-repeat;
}
.home .aboutservice .service_ul .osoushiki .ttl span:before { background-image:url(./assets/images/home/icn_osoushiki.svg); }
.home .aboutservice .service_ul .houji .ttl span:before { background-image:url(./assets/images/home/icn_hoji.svg); }
.home .aboutservice .service_ul .kaimyo .ttl span:before { background-image:url(./assets/images/home/icn_kaimyo.svg); }
.home .aboutservice .service_ul .ohaka .ttl span:before { background-image:url(./assets/images/home/icn_ohaka.svg); }
.home .aboutservice .service_ul .btnul {}
.home .aboutservice .service_ul .btnul.golist {
    width:calc(100% - (25px * 2));
    position:absolute; left:50%; bottom:30px;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.home .aboutservice .service_ul .btnul.golist .btnc > a span {
    font-size:0.87em;
}
.home .aboutservice .service_ul .btnul:not(.col2) > li:nth-of-type(n + 2) {
    margin-top:1em;
}
.home .aboutservice .service_ul .btnul.col2 > li {
    width:47%;
}
.home .aboutservice .service_ul .btnul.col2 > li:nth-of-type(n + 3) {
    margin-top:1em;
}
.home .aboutservice .service_ul .btnul .btnc > a {
    padding:1em 1em;
}
.home .aboutservice .service_ul .btnul .btnc > a small {
    display:block;
    text-align:left;
    width:100%;
    margin-top:0.6em;
    font-size:0.75em;
}
.home .aboutservice .service_ul .btnul .btnc.addcircle a {
    padding-left:5em;
}
.home .aboutservice .service_ul .btnul .btnc.addcircle em {
    display:block;
    color:#FFF;
    font-size:0.7em;
    line-height:1.2;
    position:relative;
    z-index:1;
    margin-right:30px;
    position:absolute; left:3.5em; top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.home .aboutservice .service_ul .btnul .btnc.addcircle em i {
    font-family: 'Open Sans', sans-serif;
    font-size:1.3em;
    font-weight:600;
}
.home .aboutservice .service_ul .btnul .btnc.addcircle em:before {
    content:"";
    display:block;
    line-height: 1;
    width:56px;
    height:56px;
    background:#0E223B;
    border-radius:50%;
    position:absolute; left:50%; top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index:-1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home .aboutservice .service_ul {}
    .home .aboutservice .service_ul > li,
    .home .aboutservice .service_ul > li.w100p {
        width:100%;
        padding:1em 3.2vw;
        padding-bottom:calc(200 / 750 * 100vw);
    }
    .home .aboutservice .service_ul > li.w100p {
        padding-bottom:calc(50 / 750 * 100vw);
    }
    .home .aboutservice .service_ul > li:nth-of-type(n + 2) {
        margin-top:1.5em;
    }
    .home .aboutservice .service_ul .ttl span {
        font-size:1.18em;
    }
    .home .aboutservice .service_ul .ttl span:before {
        width: 2.5em;
        height: 2.5em;
    }
    .home .aboutservice .service_ul .btnul.golist {
        width:calc(100vw - (300 / 750 * 100vw));
        bottom:calc(50 / 750 * 100vw);
    }
    .home .aboutservice .service_ul .btnul.golist .btnc {
        width:100%;
    }
    .home .aboutservice .service_ul .btnul.golist .btnc > a span {
        font-size:0.87em;
    }
    .home .aboutservice .service_ul .btnul.col2 > li {
        width:47%;
    }
    .home .aboutservice .service_ul .btnul .btnc.addcircle a {
        padding-left:5em;
    }
    .home .aboutservice .service_ul .btnul .btnc.addcircle em {
        margin-right:0;
    }
    .home .aboutservice .service_ul .btnul .btnc.addcircle em i {}
    .home .aboutservice .service_ul .btnul .btnc.addcircle em:before {
        width:calc(112 / 750 * 100vw);
        height:calc(112 / 750 * 100vw);
    }
}

.area_ul {}
.area_ul > li {
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    width:48.5%;
    padding:1.2em 2.3%;
    position:relative;
}
.area_ul .ttl_a span {
    font-size:1em;
    font-weight:600;
}
.area_ul .list {}
.area_ul .list > li {}
.area_ul .list > li a {
    font-size:0.93em;
    line-height:1.2;
    font-weight:600;
    text-decoration:underline;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .area_ul {}
    .area_ul > li {
        width:100%;
        padding:1.2em 3.2vw;
    }
    .area_ul > li:nth-of-type(n + 2) {
        margin-top:1.5em;
    }
    .area_ul .ttl_a span {
        font-size:1em;
        font-weight:600;
    }
    .area_ul .list.around {
        -webkit-justify-content: center; justify-content: center;
    }
    .area_ul .list > li {
        padding:0 1em 0.5em;
    }
    .area_ul .list > li a {}
}

/* 共通・まずは、お気軽にお問い合わせください（相談無料）
------------------------------------------------------------------*/
section.soudan01 {
    padding:70px 0 90px;
    background:#0E223B;
    color:#FFF;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    section.soudan01 {
        padding:calc(60 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
    }
}

section.soudan01 .ttl_a {}
section.soudan01 .ttl_a strong {
    font-size:1.56em;
    line-height:1.6;
    letter-spacing:0.25em;
    font-weight:400;
}
section.soudan01 .ttl_a span {
    margin-top:0.5em;
    display:block;
    font-size:1em;
    line-height:1.3;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    section.soudan01 .ttl_a {}
    section.soudan01 .ttl_a strong {
        font-size:1.56em;
        line-height:1.6;
        letter-spacing:0;
    }
    section.soudan01 .ttl_a span {
        margin-top:1em;
        font-size:0.93em;
        text-align:left;
    }
}

section.soudan01 .soudan_ul > li {
    position:relative;
    padding:0 5%;
}
section.soudan01 .soudan_ul > li:nth-of-type(n + 2) {
    border-left:1px solid #FFF;
}
section.soudan01 .soudan_ul .ttl span {
    position:relative;
    text-align:center;
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
}
section.soudan01 .soudan_ul .ttl span:before {
    content:"";
    display:block;
    line-height: 1;
    width: 2em;
    height: 2em;
    margin:0 auto;
    margin-bottom:1em;
    background: url(./assets/images/cmn/icn_soudan_sumaho.svg) center center / contain no-repeat;
}
section.soudan01 .soudan_ul .tel .ttl span:before { background-image:url(./assets/images/cmn/icn_soudan_sumaho.svg); }
section.soudan01 .soudan_ul .mail .ttl span:before { background-image:url(./assets/images/cmn/icn_soudan_mail.svg); }

section.soudan01 .tels_wrap .tel a {
    color:#FFECC3;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    section.soudan01 .soudan_ul > li {
        width:100%;
        padding:0 3.2vw;
    }
    section.soudan01 .soudan_ul > li:nth-of-type(n + 2) {
        border-top:1px solid #FFF;
        border-left:none;
        margin-top:1.5em;
        padding-top:1.5em;
    }
    section.soudan01 .soudan_ul .ttl span {
        font-size:1.25em;
    }
    section.soudan01 .box_contacts.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    section.soudan01 .box_contacts > .tels_wrap:nth-of-type(n + 2) {
        margin-top:1em;
    }
}

/* TOPお寺さんの紹介
------------------------------------------------------------------*/
section.aboutus.oterasan {
    background:#FFF;
    padding:85px 0 0;
    position:relative;
    z-index:1;
}
section.aboutus.oterasan .row .noshrink {
    margin-right:0;
    margin-left:-200px;
}
section.aboutus.oterasan .row .grow {
    padding-right:6%;
    font-size:0.93em;
}
section.aboutus.oterasan .row .grow:before {
    content:"";
    display:block;
    width:calc(1060px + 6%);
    height:calc(100% + 1em);
    background:#F4EDE3;
    position:absolute; left:6%; top:40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:-1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    section.aboutus.oterasan {
        padding:calc(120 / 750 * 100vw) 0 0;
    }
    section.aboutus.oterasan .row .noshrink {
        margin-right:auto;
        margin-left:auto;
    }
    section.aboutus.oterasan .row .grow {
        padding-right:0;
    }
    section.aboutus.oterasan .row .grow:before {
        width:100vw;
        height:calc(100% + (300 / 750 * 100vw));
        top:calc(-300 / 750 * 100vw);
        left:50%;
    }
}


/* タブ */
.faqvoicetab .tab,
.faqvoicetab .tab_items {
    position: relative;
    margin-left:auto;
    margin-right:auto;
}
.faqvoicetab .tab ul {
    width: 100%;
}
.faqvoicetab .tab ul li {
    width: 49.5%;
    padding:1.5em 0;
    position:relative;
    background:#D6D6D6;
    border-radius:1em 1em 0 0;
    -webkit-transition: all .3s; transition: all .3s;
    cursor: pointer;
    cursor: hand;
}
.faqvoicetab .tab ul li:hover,
.faqvoicetab .tab ul li.selected {
    background: #F7F7F7;
}
.faqvoicetab .tab ul li .ttl span {
    font-size:1.5em;
    line-height:1;
    font-weight:600;
}
.faqvoicetab .tab_items {
    width:100%;
    background:#F7F7F7;
}
.faqvoicetab .tab_items .item {
    width:100%;
    padding:40px 0 75px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .faqvoicetab .tab,
    .faqvoicetab .tab_items {}
    .faqvoicetab .tab ul {
        width: 100%;
    }
    .faqvoicetab .tab ul li {
        width: 49%;
        padding:1em 0;
    }
    .faqvoicetab .tab ul li .ttl img {
    }
    .faqvoicetab .tab ul li .ttl span {
        display:block;
        width:100%;
        margin-top:0.5em;
        font-size:1.1em;
    }
    .faqvoicetab .tab_items {}
    .faqvoicetab .tab_items .item {
        padding:calc(50 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    }
    .faqvoicetab .tab_items .bottomb.btnul .btnc {
        width:50%;
    }
}

section.faq_voice {
    margin-top:60px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    section.faq_voice {
        margin-top:calc(120 / 750 * 100vw);
    }
}


/* faq */
.faqtab { width:100%; }
.faqtab > li {
    width:100%;
    padding:1.5em 3%;
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    cursor: hand;
}
.faqtab > li:hover { border-color:transparent; outline:2px solid #9B7100; }
.faqtab > li .ttl a { border-bottom:1px solid transparent; }
.faqtab > li .ttl a:hover { border-bottom:1px solid #9B7100; }
.faqtab > li:not(:first-of-type) { margin-top:2em; }
.faqtab > li .ttl {
    position:relative;
}
.faqtab > li .ttl em {
    color:#9B7100;
    font-size:2em;
    line-height:1;
    font-weight:500;
    margin-top:-0.1em;
    width:6%;
}
.faqtab > li .ttl strong {
    font-size:1.25em;
    line-height:1.3;
    font-weight:600;
    padding-right:2em;
}
.faqtab > li .txt {
    padding-left:6%;
    font-size:1em;
    line-height:1.8;
}
.faqtab > li .ttl .icn:after {
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    color:#9B7100;
    font-size:2em;
    font-weight:600;
    position:absolute;
    right: 0;
    top: 42%;
    -webkit- transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.faqtab > li.opn .ttl .icn:after {
    content:"\f106";
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .faqtab > li {
        padding:1em 3.2vw;
    }
    .faqtab > li:not(:first-of-type) { margin-top:1em; }
    .faqtab > li .ttl.flex {
        -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
        -webkit-align-items: flex-start; align-items: flex-start;
    }
    .faqtab > li .ttl em {
        color:#9B7100;
        font-size:2em;
        width:15%;
    }
    .faqtab > li .ttl strong {
        width:70%;
        font-size:1em;
        padding-right:0;
    }
    .faqtab > li .txt {
        margin-top:1em;
        padding-left:0;
        font-size:0.93em;
        line-height:1.7;
    }
    .faqtab > li .ttl .icn:after {
        top:0.5em;
    }
}

/* voice */
.voicetab { width:100%; }
.voicetab > li {
    width:100%;
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.voicetab > li:hover { border-color:transparent; outline:2px solid #9B7100; }
.voicetab > li:not(:first-of-type) { margin-top:2em; }
.voicetab > li > a {
    width:100%;
    height:100%;
    padding:1.5em 3%;
}
.voicetab > li .ttl {
    font-size:1.25em;
    line-height:1.4;
    font-weight:600;
}
.voicetab > li .ttl em {
    display:inline-block;
    padding:0.3em 1em;
    margin-right:0.5em;
    color:#FFF;
    background:#333;
    font-size:0.8em;
}
.voicetab > li .ttl em.c01 { background:#0E223B; }
.voicetab > li .ttl em.c02 { background:#9B7100; }
.voicetab > li .ttl em.c03 { background:#666; }
.voicetab > li .star > em {
    color:#9B7100;
    font-size:1.6em;
    line-height:1;
    font-weight:600;
}
.voicetab > li .star > span {
    color:inherit;
    font-size:1.75em;
    line-height:1;
    font-weight:400;
    letter-spacing:0.05em;
    padding-left:0.5em;
}
.voicetab > li .txt {
    font-size:1.125em;
    line-height:1.8;
}
.voicetab > li .col.noshrink { margin-right:2em; }
.voicetab > li > a,
.voicetab > li .col.grow {
    display:block;
    width:100%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .voicetab > li:not(:first-of-type) { margin-top:1em; }
    .voicetab > li > a {
        padding:1em 3.2vw;
    }
    .voicetab > li .ttl {
        font-size:1em;
        line-height:1.6;
        font-weight:600;
    }
    .voicetab > li .ttl em {
        margin-right:0;
        font-size:0.8em;
    }
    .voicetab > li .ttl span {
        margin-top:0.5em;
        display:block;
        letter-spacing:0;
    }
    .voicetab > li .star {
        margin-top:0.5em;
    }
    .voicetab > li .star > em {
        font-size:1.2em;
    }
    .voicetab > li .star > span {
        font-size:1.5em;
    }
    .voicetab > li .txt {
        font-size:0.93em;
        line-height:1.7;
    }
    .voicetab > li .col.noshrink { margin-right:1em; }
    .voicetab > li > a,
    .voicetab > li .col.grow {}
    .voicetab > li .col.grow .btnul .btnc {
        width:60%;
    }
}

/* TOPニュース
------------------------------------------------------------------*/
.home section.homenews {
    background:#FFF;
    padding:85px 0 80px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .home section.homenews {
        padding:calc(120 / 750 * 100vw) 0;
    }
    .home section.homenews .btnul .btnc {
        width:50%;
    }
}

.newsul { position: relative; }
.newsul li {
    padding:1em 0;
}
.newsul dl {}
.newsul dt {
    min-width:18.5em;
    font-size:1em;
    line-height:1.5;
    font-weight:400;
    letter-spacing:0.1em;
}
.newsul dt em {
    display:inline-block;
    min-width:10em;
    padding:0.5em 1.5em;
    margin-left:2em;
    text-align:center;
    color:#FFF;
    font-size:0.875em;
    font-weight:600;
}
.newsul dt em.c01 { background:#9B7100; }
.newsul dt em.c02 { background:#0E223B; }
.newsul dd {
    padding-left:1.5em;
    margin-top:0;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}
.newsul dd .ttl {
    margin-top:0;
    font-size:1.125em;
    line-height:1.8;
    font-weight:600;
}
.newsul dd .ttl,
.newsul dd .ttl a,
.newsul dd .ttl a span {
    display:inline;
}
.newsul dd .ttl a:hover {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .newsul li {
        padding:0 0 1em;
    }
    .newsul dl.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .newsul dt {
        min-width:0;
        font-size:1em;
    }
    .newsul dt em {
        display:inline-block;
        min-width:10em;
        padding:0.3em 1em;
        margin-left:2em;
    }
    .newsul dd {
        margin-top:1em;
    }
    .newsul dd .ttl {
        margin-top:0;
        font-size:0.93em;
        line-height:1.7;
        font-weight:500;
    }
}





/* lower company 私たちについて
------------------------------------------------------------------*/
.low_mv {
    position:relative;
    z-index:1;
    background:center center / cover no-repeat;
}
.low_mv:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background:rgba(14,36,64,.45);
    position:absolute; left:50%; top:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index:-1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}
@media all and (-ms-high-contrast: none) {
    /* IE10 以降にのみ適用される */
    .low_mv {
        z-index:-1;
        margin-top:-80px;
    }
}

.company .low_mv {
    background-image:url(./assets/images/company/low_mv01.jpg);
}

.low_mv .mv_area {
    position:relative;
    /*min-height:270px; IE bug*/
    height:270px;
}
.low_mv .ttl {
    position:relative;
    z-index:1;
    color:#FFF;
    text-align:center;
    display:inline-block;
    border-top:1px solid #C3B388;
    border-bottom:1px solid #C3B388;
    padding:0.5em 1em;
    text-shadow:rgba(0,0,0,0.4) 1px 1px 8px, rgba(0,0,0,0.4) -1px 1px 8px,
                rgba(0,0,0,0.4) 1px -1px 8px, rgba(0,0,0,0.4) -1px -1px 8px;
}
.low_mv .ttl small {
    display:block;
    font-size:1em;
    margin-bottom:0.3em;
    font-weight:600;
}
.low_mv .ttl span {
    text-align:center;
    font-size:1.625em;
    line-height:1.3;
    font-weight:600;
    letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .low_mv .mv_area {
        min-height:calc(400 / 750 * 100vw);
    }
    .low_mv .ttl {}
    .low_mv .ttl small {}
    .low_mv .ttl span {
        font-size:1.4em;
    }
}

.company_info {}
.back_gray {
    position:relative;
}
.back_gray:after {
    content:"";
    display:block;
    width:100%;
    height:80%;
    background:#F7F7F7;
    position:absolute; left:50%; top:50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index:-1;
}
.back_gray.brown:after { background:#F4EDE3;}
.back_gray.blue:after { background:#F4F7FC;}

.back_gray.topfix50:after { top:50%; }
.back_gray.topfix55:after { top:55%; }
.back_gray.topfix60:after { top:60%; }
.back_gray.topfix65:after { top:65%; }
.back_gray.topfix70:after { top:70%; }
.back_gray.topfix75:after { top:75%; }
.back_gray.heightfix120:after { height:120%; }
.back_gray.heightfix110:after { height:110%; }
.back_gray.heightfix100:after { height:100%; }
.back_gray.heightfix90:after { height:90%; }
.back_gray.heightfix85:after { height:85%; }
.back_gray.heightfix70:after { height:70%; }
.back_gray.heightfix60:after { height:60%; }
.back_gray.heightfix50:after { height:50%; }

.back_gray.topfix220px:after {
    top:220px;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .back_gray {}
    .back_gray:after {
        height:90%;
    }
    .back_gray.topfix1:after {
        top:50%;
        height:90%;
    }
}

article > .end {
    margin-top:3em;
}

.company.row {
    position:relative;
    z-index:1;
}
.company.row .noshrink {
    margin-right:-8%;
    z-index:-1;
}
.company.row .grow {
    margin-left:0;
    margin-top:2em;
    background:#FFF;
    padding:2em 2.5em;
}
.company.row.reverse .noshrink {
    margin-right:0;
    margin-left:-8%;
}
.company.row.reverse .grow {
    margin-right:0;
}
.company.row .ttl span {
    font-size:1.25em;
    line-height:1.9;
    letter-spacing:0.15em;
}
.company.row .txt {
    font-size:0.93em;
    line-height:2;
    letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .company.row {}
    .company.row .noshrink {
        margin-right:auto;
        margin-left:auto;
        width:80%;
        z-index:1;
    }
    .company.row .grow {
        margin-left:0;
        margin-top:-4em;
        background:#FFF;
        padding:5em 3.2vw 1em;
    }
    .company.row.reverse .noshrink {
        margin-right:auto;
        margin-left:auto;
    }
    .company.row.reverse .grow {
        margin-right:0;
        margin-top:-4em;
    }
    .company.row .ttl {
        text-align:left;
    }
    .company.row .ttl span {
        font-size:1.2em;
        line-height:1.8;
        letter-spacing:0em;
    }
    .company.row .txt {
        font-size:0.93em;
        line-height:1.7;
        letter-spacing:0em;
    }
}

.company_detail {
    padding:70px 0;
}
.bg_brown {
    background:#F4EDE3;
}
.detail_area {}
.detail_area .detail_ul {}
.detail_area .detail_ul > li {}
.detail_area .detail_ul > li:nth-of-type(n + 2) {
    margin-top:1.5em;
}
.detail_area .detail_ul dl {}
.detail_area .detail_ul dt {
    font-size:0.93em;
    line-height:2;
    font-weight:600;
}
.detail_area .detail_ul dd {
    font-size:0.93em;
    line-height:2;
    letter-spacing:0.05em;
}
.detail_area .detail_ul dl > dd { margin-left:8em; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .company_detail {
        padding:calc(120 / 750 * 100vw) 0;
    }
    .detail_area.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .detail_area .detail_ul {
        width:100%;
    }
    .detail_area .detail_ul:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .detail_area .detail_ul > li {}
    .detail_area .detail_ul > li:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .detail_area .detail_ul dl {}
    .detail_area .detail_ul dt {
        font-size:0.93em;
        line-height:1.7;
    }
    .detail_area .detail_ul dd {
        font-size:0.93em;
        line-height:1.7;
        letter-spacing:0;
    }
    .detail_area .detail_ul dl > dd { margin-left:7em; }
    .company_detail .btnul .btnc {
        width:80%;
    }
}

.ouravailableservice {
    padding:90px 0;
}
.available.row {
    position:relative;
    z-index:1;
    background:#FFF;
    padding:50px 4% 40px;
}
.available.row .noshrink {
}
.available.row .grow {
    margin-left:4%;
}
.available.row.reverse .noshrink {
    margin-right:0;
    margin-left:4%;
}
.available.row.reverse .grow {
    margin-right:0;
}
.available.row .ttl span {
    color:#0E223B;
    font-size:1.375em;
    line-height:1.6;
    font-weight:600;
    letter-spacing:0.05em;
}
.available.row .txt {
    font-size:0.9375em;
    line-height:2;
    letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ouravailableservice {
        padding:calc(120 / 750 * 100vw) 0;
    }
    .available.row {
        padding:1em 3.2vw;
    }
    .available.row .noshrink {
        width:80%;
        margin-left:auto;
        margin-right:auto;
    }
    .available.row .grow {
        margin-left:0;
    }
    .available.row.reverse .noshrink {
        margin-left:auto;
        margin-right:auto;
    }
    .available.row.reverse .grow {
        margin-right:0;
    }
    .available.row .ttl {
        text-align:left;
    }
    .available.row .ttl span {
        font-size:1.2em;
        letter-spacing:0;
    }
    .available.row .txt {
        font-size:0.93em;
        line-height:1.7;
        letter-spacing:0;
    }
    .available.row .btnul.flex {
        -webkit-justify-content: center; justify-content: center;
    }
    .available.row .btnul .btnc {
        width:60%;
    }
}

.feature_area {
    border:1px solid #9B7100;
    padding:1.5em;
    padding-top:0;
}
.feature_area .ttl_a {
    text-align:center;
    margin-top:-0.5em;
}
.feature_area .ttl_a span {
    color:#9B7100;
    letter-spacing:1em;
    display:inline-block;
    background:#FFF;
    padding:0 1em;
    padding-right:0;
}
.feature_area .ttl_a.ls0 span {
    letter-spacing:0.05em;
    padding-right:1em;
}
.feature_area ul li {
    color:#0E223B;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .feature_area {
        padding:1.5em 3.2vw;
        padding-top:0;
    }
    .feature_area .ttl_a {}
    .feature_area .ttl_a span {}
    .feature_area ul li {
        text-align:left;
        font-size:1em;
    }
}

.ul-list.check li {
    padding-left:2em;
}
.ul-list.check li:before {
    content: "";
    width: 1.25em;
    height: 1.06em;
    border-radius:0;
    background:url(./assets/images/cmn/icn_ul_check.svg) center center / contain no-repeat;
    position: absolute; left: 0; top: 0.35em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}



/* lower otera お寺さん紹介TOP
------------------------------------------------------------------*/
.otera .low_mv {
    background-image:url(./assets/images/otera/low_mv01.jpg);
}

.page_info {}
.page_info ._box {
    background:#FFF;
    padding:2em 3.2vw;
}
.page_info ._box .ttl span {
    font-size:1.5em;
    line-height:1.33;
    letter-spacing:0.05em;
}
.page_info ._box .txt {
    font-size:0.93em;
    line-height:2;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .page_info ._box {}
    .page_info ._box .ttl span {
        font-size:1.3em;
    }
    .page_info ._box .txt {
        text-align:left;
        line-height:1.8;
    }
}

.areasearch_area > ._box {
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    width:48.5%;
    padding:1.5em 3.2vw;
    position:relative;
}
.areasearch_area .ttl span {
    font-size:1.75em;
    font-weight:600;
}
.areasearch_area .list {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}
.areasearch_area .list > li {
    width:25%;
    margin-bottom:1em;
    text-align:center;
}
.areasearch_area .list > li a {
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
    text-decoration:underline;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .areasearch_area {}
    .areasearch_area > ._box {
        width:100%;
        padding:1.2em 3.2vw;
    }
    .areasearch_area > ._box:nth-of-type(n + 2) {
        margin-top:1.5em;
    }
    .areasearch_area .ttl span {
        font-size:1.2em;
        font-weight:600;
    }
    .areasearch_area .list.around {
        -webkit-justify-content: center; justify-content: center;
    }
    .areasearch_area .list > li {
        width:auto;
        padding:0 1em 0.5em;
    }
    .areasearch_area .list > li a {
        font-size:1.1em;
    }
}

.otera .otera_area {
    padding:60px 0 80px;
    margin-bottom:70px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera .otera_area {
        padding:2em 0 3em;
        margin-bottom:2em;
    }
}

.otera .faq_voice .item {
    padding-top:90px;
}
.ttlfaq01 {
    margin-bottom:70px;
    position:relative;
}
.ttlfaq01 span {
    font-size:1.5em;
    line-height:1.33;
    font-weight:600;
}
.ttlfaq01:before {
    content:url(./assets/images/cmn/icn_faq01.svg);
    padding-right:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera .faq_voice .item {
        padding-top:3em;
    }
    .ttlfaq01.flex {
        margin-bottom:2em;
    }
    .ttlfaq01 span {
        font-size:1.2em;
        line-height:1.33;
        font-weight:600;
    }
    .ttlfaq01.otera:before {
        content:url(./assets/images/cmn/icn_faq01.svg);
        padding-right:1em;
    }
}

/* lower otera お寺さん紹介 一覧
------------------------------------------------------------------*/
.otera.list .low_mv {
    /*background-image:url(./assets/images/otera/low_mv01.jpg);*/
}

.discriptiondl {
    text-align:left;
}
.discriptiondl dt {
    color:#9B7100;
}
.discriptiondl dd {
    padding-left:0.5em;
}

.otera_ul {}
.otera_ul .ind {
    width:31%;
    margin-left:2.3%;
    background:#FFF;
    position:relative;
    text-align:center;
    padding:1.5em 1.5em 5em;
}
.otera_ul .ind:nth-of-type(3n + 1) {
    margin-left:0;
}
.otera_ul .ind:nth-of-type(n + 4) {
    margin-top:1.5em;
}
.otera_ul .ind a {
    display:block;
    line-height:1;
    width:100%;
    height:100%;
}
.otera_ul .ind figure {
    width:100%;
}
.otera_ul .ind figure img {
    width:100%;
    margin:0 auto;
}
.otera_ul .ind .ttl {
    margin-top:1em;
}
.otera_ul .ind .ttl span {
    font-size:0.93em;
    line-height:1.3;
    display:block;
    margin-bottom:0.2em;
}
.otera_ul .ind .ttl strong {
    font-size:1.75em;
    line-height:1.1;
}
.otera_ul .ind dl {
    margin-top:1.5em;
    text-align:left;
}
.otera_ul .ind dt {
    font-size:0.81em;
}
.otera_ul .ind dd {
    font-size:0.81em;
}
.otera_ul .ind .bg {
    margin-top:1em;
    padding:0.5em;
    background:#F7F7F7;
    text-align:left;
}
.otera_ul .ind .txt {
    font-size:0.81em;
    line-height:1.7;
}
.otera_ul .ind .btnul {
    width:100%;
    position:absolute; left:50%; bottom:1.5em;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.otera_ul .ind .btnul {
    padding-top:1.5em; /* absoluteのaタグ隙間うめ */
}
.otera_ul .ind .btnul li {
    width:60%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera_ul .ind {
        width:100%;
        padding:1em 3.2vw;
        padding-bottom:3.5em;
    }
    .otera_ul .ind,
    .otera_ul .ind:nth-of-type(3n + 1) {
        margin-left:0;
    }
    .otera_ul .ind:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .otera_ul .ind a {
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:center; -ms-flex-pack:center;
        -webkit-justify-content: space-between; justify-content: space-between;
        -webkit-align-items: flex-start; align-items: flex-start;
        -webkit-flex-wrap: nowrap; flex-wrap: wrap;
    }
    .otera_ul .ind figure,
    .otera_ul .ind .title_area { width:48%; }
    .otera_ul .ind .discr_area { width:100%; }
    .otera_ul .ind .ttl {
        margin-top:0;
    }
    .otera_ul .ind .ttl span {
        font-size:1em;
    }
    .otera_ul .ind dl {
        margin-top:0.6em;
    }
    .otera_ul .ind .txt {
        line-height:1.6;
    }
    .otera_ul .ind .btnul {
        width:50%;
        padding-top:1em;
        bottom:1em;
    }
    .otera_ul .ind .btnul li {
        width:100%;
    }
    .otera_ul .ind .btnul li span {
        font-size:0.78em;
    }
    .otera_ul + .btnul .btnc {
        width:90%;
    }
}

/* lower otera お寺さん紹介 詳細
------------------------------------------------------------------*/
.otera.single .low_mv {
    /*background-image:url(./assets/images/otera/low_mv01.jpg);*/
}

.otera.single .otera_area {
    padding:60px 0 80px;
    margin-bottom:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera.single .otera_area {
        padding:2em 0 3em;
    }
}

.otera.single .company.row.otera .noshrink {
    max-width:65%;
}

.company.row.otera {}
.company.row.otera .noshrink {}
.company.row.otera .grow {
    margin-top:8em;
}
.company.row.otera.reverse .noshrink {}
.company.row.otera.reverse .grow {}
.company.row.otera .ttl {
    text-align:center;
}
.company.row.otera .ttl small {
    font-size:1.375em;
    line-height:1.33;
    display:block;
}
.company.row.otera .ttl span {
    margin-top:0.2em;
    display:block;
    font-size:3.125em;
    line-height:1.1;
    font-weight:600;
    letter-spacing:0.15em;
}
.company.row.otera .discriptiondl:nth-of-type(n + 2) {
    margin-top:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {

    .otera.single .company.row.otera .noshrink {
        max-width:100%;
    }

    .company.row.otera .grow {
        margin-top:-4em;
    }
    .company.row.otera.reverse .grow {
        margin-right:0;
        margin-top:-4em;
    }
    .company.row.otera .ttl {
        text-align:center;
    }
    .company.row.otera .ttl small {
        font-size:1.1em;
    }
    .company.row.otera .ttl span {
        font-size:1.4em;
        line-height:1.3;
        letter-spacing:0em;
    }
    .company.row.otera .txt {
        font-size:0.93em;
        line-height:1.7;
        letter-spacing:0em;
        text-align:left;
    }
    .company.row.otera .discriptiondl {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .company.row.otera .discriptiondl:first-of-type {
        margin-top:0.5em;
    }
}

.otera.single .page_info {
    padding:60px 0 80px;
}
.otera.single .page_info .ttl_a span{
    font-size:1.5em;
    line-height:1.75;
    letter-spacing:0.15em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera.single .page_info {
        padding:2em 0 3em;
    }
    .otera.single .page_info .ttl_a span{
        font-size:1.3em;
        line-height:1.5;
        letter-spacing:0em;
    }
}

.otera_voice_area {
    background:#FFF9EB;
    padding:2em 3.2%;
}
.otera_voice_area figure {
    text-align:center;
    position:relative;
}
.otera_voice_area figure .img_wrap {
    width: 155px;
    height: 155px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    text-align:center;
    z-index: 1; /* safari border-radius bug fix */
}
.otera_voice_area figure img {
    width: 100%;
    height: 100%;
    position: absolute; left: 50%; top: 50%;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    object-fit: cover;
}
.otera_voice_area figcaption {
    margin-top:1em;
}
.otera_voice_area figcaption > span,
.otera_voice_area figcaption > strong {
    display:block;
    line-height:1.5;
}
.otera_voice_area figcaption .go1,
.otera_voice_area figcaption .go2 {
    font-size:0.8125em;
}
.otera_voice_area figcaption .name {
    font-size:1.125em;
}
.otera_voice_area .ttl {
    margin-bottom:1em;
}
.otera_voice_area .ttl span {
    font-size:1.25em;
    line-height:1.5;
    font-weight:600;
}
.otera_voice_area .txt {
    font-size:0.93em;
    line-height:1.9;
}
.otera_voice_area figure .floatttl {
    color:#FFF;
    font-size:1em;
    line-height:1;
    font-weight:600;
    letter-spacing:0.05em;
    word-break:keep-all;
    background:#9B7100;
    padding:0.5em 2em;
    position: absolute; left:-3em; top:-4em;
}
.otera_voice_area figure:after {
    content:url(./assets/images/cmn/icn_balloon01_bottom.svg);
    line-height:1;
    position: absolute; left:1em; top:-2em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera_voice_area {
        padding:2em 3.2vw;
    }
    .otera_voice_area figure {
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:center; -ms-flex-pack:center;
        -webkit-justify-content: space-around; justify-content: space-around;
        -webkit-align-items: center; align-items: center;
    }
    .otera_voice_area figure .img_wrap {
        width: calc(240 / 750 * 100vw);
        height: calc(240 / 750 * 100vw);
    }
    .otera_voice_area figcaption {
        margin-top:0;
    }
    .otera_voice_area figcaption > span,
    .otera_voice_area figcaption > strong {}
    .otera_voice_area figcaption .go1,
    .otera_voice_area figcaption .go2 {
    }
    .otera_voice_area figcaption .name {
    }
    .otera_voice_area .ttl {
        text-align:left;
    }
    .otera_voice_area .txt {
        font-size:0.93em;
        line-height:1.7;
        letter-spacing:0;
    }
    .otera_voice_area figure .floatttl {
        left:-3.2vw; top:-3em;
    }
    .otera_voice_area figure:after {top:-1em;
    }
}

.otera_yoko_ul {}
.otera_yoko_ul .ind {
    background:#FFF;
    position:relative;
    padding:1.75em 3%;
}
.otera_yoko_ul .ind:nth-of-type(n + 2) {
    margin-top:2em;
}
.otera_yoko_ul .ind a {
    position:relative;
}
.otera_yoko_ul .ind .col.noshrink {
    max-width:30%;
}
.otera_yoko_ul .ind .col.grow {
    padding-bottom:3.5em;
}
.otera_yoko_ul .ind .ttl {}
.otera_yoko_ul .ind .ttl strong {
    font-size:1.75em;
    line-height:1.3;
    font-weight:600;
}
.otera_yoko_ul .ind .discriptiondl:first-of-type {
    padding-top:1em;
}
.otera_yoko_ul .ind .price {
    padding-top:1em;
}
.otera_yoko_ul .ind .price strong {
    font-size:1.18em;
}
.otera_yoko_ul .ind .price em {
    color:#9B0000;
    font-size:2.25em;
    line-height:1;
    letter-spacing:0.1em;
}
.otera_yoko_ul .ind .price span {
    font-size:1.2em;
    letter-spacing:0.05em;
}
.otera_yoko_ul .ind .price span small {
    font-size:0.8em;
}
.otera_yoko_ul .ind .bg {
    margin-top:1em;
    padding:0.5em;
    background:#F7F7F7;
    text-align:left;
}
.otera_yoko_ul .ind .txt {
    font-size:0.81em;
    line-height:1.7;
}
.otera_yoko_ul .ind .btnul {
    width:100%;
    position:absolute; right:0; bottom:0;
}
.otera_yoko_ul .ind .btnul {
    padding-top:3em; /* absoluteのaタグ隙間うめ */
}
.otera_yoko_ul .ind .btnul li {
    width:30%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .otera_yoko_ul {}
    .otera_yoko_ul .ind {
        padding:1em 3.2vw;
    }
    .otera_yoko_ul .ind:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .otera_yoko_ul .ind a.flex.nowrap {
        display:block;
    }
    .otera_yoko_ul .ind .col.noshrink {
        max-width:36%;
        position:absolute; left:0; top:0;
    }
    .otera_yoko_ul .ind .col.noshrink img {
        width:100%;
        max-height:5em;
    }
    .otera_yoko_ul .ind .col.grow {
        padding-bottom:3em;
        margin-top:0;
    }
    .otera_yoko_ul .ind .title_area {
        width:100%;
        padding-left:40%;
        padding-top:0.5em;
    }
    .otera_yoko_ul .ind .discr_area {
        width:100%;
        margin-top:1em;
    }
    .otera_yoko_ul .ind .ttl {}
    .otera_yoko_ul .ind .ttl strong {
        font-size:1.4em;
    }
    .otera_yoko_ul .ind .discriptiondl:first-of-type {
        padding-top:0.5em;
    }
    .otera_yoko_ul .ind .price {
        padding-top:0.5em;
    }
    .otera_yoko_ul .ind .price strong {
        font-size:1.18em;
    }
    .otera_yoko_ul .ind .price em {}
    .otera_yoko_ul .ind .price span {
        font-size:1em;
    }
    .otera_yoko_ul .ind .price span small {
        font-size:0.8em;
    }
    .otera_yoko_ul .ind .bg {
        margin-top:1em;
        padding:0.5em;
        background:#F7F7F7;
        text-align:left;
    }
    .otera_yoko_ul .ind .txt {
        font-size:0.81em;
        line-height:1.7;
    }
    .otera_yoko_ul .ind .btnul.flex.end {
        -webkit-justify-content: center; justify-content: center;
    }
    .otera_yoko_ul .ind .btnul {
        padding-top:2.5em; /* absoluteのaタグ隙間うめ */
    }
    .otera_yoko_ul .ind .btnul li {
        width:55%;
    }
}


/* lower ohaka お墓を探す TOP
------------------------------------------------------------------*/
.ohaka .low_mv {
    background-image:url(./assets/images/ohaka/low_mv01.jpg);
}

.ohaka .otera_area {
    padding:60px 0 80px;
    margin-bottom:70px;
}
.ohaka .otera_area.nashi {
    margin-bottom:0;
}
.ohaka .otera_area.nashi2 {
    margin-bottom:0;
    padding-bottom:0;
}
.ohaka section.ninki {
    padding:80px 0;
}
.ohaka section.hitokoto {
    padding:80px 0;
    background:#FFF;
    position:relative;
    z-index:1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka .otera_area {
        padding:2em 0 3em;
        margin-bottom:2em;
    }
    .ohaka section.hitokoto {
        padding:2em 0;
    }
    .ohaka section.hitokoto .otera_voice_area figure .floatttl {
        left: -3.2vw;
        top: -3em;
        padding:0.5em 0.7em;
    }
    .ohaka .feature_area ul.w50p {
        width:100%;
    }
}

.kodawarisearch_ul {}
.kodawarisearch_ul > li {
    background:#FFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    width:23%;
    margin-left:2.6%;
}
.kodawarisearch_ul > li:nth-of-type(4n + 1) {
    margin-left:0;
}
.kodawarisearch_ul > li:nth-of-type(n + 5) {
    margin-top:1.5em;
}
.kodawarisearch_ul > li a {
    display:block;
    text-align:center;
    width:100%;
    height:100%;
    padding:1.5em 1em;
}
.kodawarisearch_ul figure {}
.kodawarisearch_ul figure img {
    max-width:30%;
}
.kodawarisearch_ul .ttl {
    margin-top:0.5em;
}
.kodawarisearch_ul .ttl span {
    font-size:1.25em;
    line-height:1.3;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .kodawarisearch_ul.flex.start {
        -webkit-justify-content: space-between; justify-content: space-between;
    }
    .kodawarisearch_ul > li {
        width:48%;
        margin-left:0;
    }
    .kodawarisearch_ul > li:nth-of-type(n + 3),
    .kodawarisearch_ul > li:nth-of-type(n + 5) {
        margin-top:1em;
    }
    .kodawarisearch_ul > li a {
        padding:1em 1em;
    }
    .kodawarisearch_ul figure {}
    .kodawarisearch_ul figure img {}
    .kodawarisearch_ul .ttl {}
    .kodawarisearch_ul .ttl span {
        font-size:1em;
    }
}

.ohaka_ul {}
.ohaka_ul .ind {
    width:23%;
    margin-left:2.6%;
    background:#FFF;
    position:relative;
    text-align:center;
    padding:0 0 5em;
}
.ohaka_ul .ind:nth-of-type(4n + 1) {
    margin-left:0;
}
.ohaka_ul .ind:nth-of-type(n + 5) {
    margin-top:1.5em;
}
.ohaka_ul .ind a {
    display:block;
    line-height:1;
}
.ohaka_ul .ind figure {
    width:100%;
}
.ohaka_ul .ind figure img {
    width:100%;
    margin:0 auto;
}
.ohaka_ul .ind dl {
    margin-top:1em;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
}
.ohaka_ul .ind .ttl {
    margin-top:1em;
}
.ohaka_ul .ind .ttl span {
    font-size:0.93em;
    line-height:1.3;
    display:block;
    margin-bottom:0.2em;
}
.ohaka_ul .ind .ttl strong {
    font-size:1.5em;
    line-height:1.1;
}
.ohaka_ul .ind .price {
    padding-top:1em;
}
.ohaka_ul .ind .price strong {
    font-size:1em;
    padding-right:0.5em;
}
.ohaka_ul .ind .price em {
    color:#9B0000;
    font-size:2.25em;
    line-height:1;
    letter-spacing:0.1em;
}
.ohaka_ul .ind .price span {
    font-size:1.2em;
    letter-spacing:0.05em;
}
.ohaka_ul .ind .price span small {
    font-size:0.8em;
}
.ohaka_ul .ind .price rt {
    font-size:0.5em;
    letter-spacing:0;
}
.ohaka_ul .ind .btnul {
    width:100%;
    position:absolute; left:50%; bottom:1em;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.ohaka_ul .ind .btnul {
    padding-top:1em; /* absoluteのaタグ隙間うめ */
}
.ohaka_ul .ind .btnul li {
    width:80%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_ul .ind {
        width:100%;
        padding:1em 3.2vw;
        padding-bottom:3.5em;
    }
    .ohaka_ul .ind,
    .ohaka_ul .ind:nth-of-type(4n + 1) {
        margin-left:0;
    }
    .ohaka_ul .ind:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .ohaka_ul .ind a {
        display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
        -webkit-box-pack:center; -ms-flex-pack:center;
        -webkit-justify-content: space-between; justify-content: space-between;
        -webkit-align-items: flex-start; align-items: flex-start;
        -webkit-flex-wrap: nowrap; flex-wrap: wrap;
    }
    .ohaka_ul .ind figure,
    .ohaka_ul .ind .title_area { width:48%; }
    .ohaka_ul .ind .discr_area { width:100%; }
    .ohaka_ul .ind dl {
        margin-top:0;
        font-size:0.86em;
    }
    .ohaka_ul .ind .ttl {
        margin-top:0;
        padding-top:0.5em;
    }
    .ohaka_ul .ind .ttl span {
        font-size:0.9em;
    }
    .ohaka_ul .ind .price {
        padding-top:0.3em;
    }
    .ohaka_ul .ind .price strong {
        font-size:1em;
        padding-right:0.2em;
    }
    .ohaka_ul .ind .price em {
        letter-spacing:-0.05em;
    }
    .ohaka_ul .ind .price span {
        font-size:0.9em;
        padding-left:0.3em;
    }
    .ohaka_ul .ind .price span small {
        font-size:0.9em;
    }
    .ohaka_ul .ind .btnul {
        width:50%;
        padding-top:1em;
        bottom:1em;
    }
    .ohaka_ul .ind .btnul li {
        width:100%;
    }
    .ohaka_ul .ind .btnul li span {
        font-size:0.78em;
    }
    .ohaka_ul + .btnul .btnc {
        width:90%;
    }
}


/* lower ohaka お墓を探す 一覧
------------------------------------------------------------------*/
.ohaka.list .low_mv {
    /*background-image:url(./assets/images/ohaka/low_mv01.jpg);*/
}

.area_search_box {
    background:#FFF;
    padding:2em 4.5%;
}
.area_search_box ul.area {}
.area_search_box ul.area.all {
    padding-bottom:0.5em;
}
.area_search_box ul.area.all:nth-of-type(n + 2) {
    margin-top:1.5em;
}
.area_search_box ul.area li {
    width:20%;
}
.area_search_box ul.area li:nth-of-type(n + 6) {
    margin-top:0.5em;
}
.area_search_box ul.area.all label {
    font-weight:600;
}
.area_search_box ul.area label {
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -webkit-box-pack:center; -ms-flex-pack:center;
    -webkit-justify-content: flex-start; justify-content: flex-start;
    -webkit-align-items: flex-start; align-items: flex-start;
}
.area_search_box ul.area label span {
    padding-left:0.5em;
    display:inline-block;
    line-height:1.1;
}
.area_search_box ul.area label .num {
    padding:0 0.5em;
    font-size:1em;
}
.area_search_box ul.area label .num.nashi {
    color:#AAA;
}
.area_search_box ul.area label input[type="checkbox"]:checked + span {
    color:#9B7100;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .area_search_box {
        padding:1em 3.2vw;
    }
    .area_search_box ul.area {}
    .area_search_box ul.area.all:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .area_search_box ul.area li {
        width:50%;
    }
    .area_search_box ul.area li:nth-of-type(n + 3),
    .area_search_box ul.area li:nth-of-type(n + 6) {
        margin-top:0.1em;
    }
}

.area_search_box.kdwr ul.area.all li {
    font-weight:600;
}
.area_search_box.kdwr ul.area li {
    width:25%;
}
.area_search_box.kdwr ul.area li:nth-of-type(n + 5) {
    margin-top:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .area_search_box.kdwr ul.area li {
        width:50%;
    }
    .area_search_box.kdwr ul.area li:nth-of-type(n + 3),
    .area_search_box.kdwr ul.area li:nth-of-type(n + 5) {
        margin-top:0.1em;
    }
}

/* lower ohaka お墓を探す 詳細
------------------------------------------------------------------*/
.ohaka.single .low_mv {
    /*background-image:url(./assets/images/ohaka/low_mv01.jpg);*/
}

.lv2_area_search_area {}
.lv2_area_search_area ._box {
    width:49%;
    background:#FFF;
    padding:2em 4.5%;
}
.lv2_area_search_area ._box .ttl {
    position:relative;
    padding-top:3em;
}
.lv2_area_search_area ._box .ttl:before {
    content:url(./assets/images/cmn/icn_location01.svg);
    line-height:1;
    position:absolute; left:50%; top:0;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.lv2_area_search_area ._box .ttl.location:before { content:url(./assets/images/cmn/icn_location01.svg); }
.lv2_area_search_area ._box .ttl.jouken:before   { content:url(./assets/images/cmn/icn_checklist01.svg); }
.lv2_area_search_area ._box .ttl span {
    display:block;
}
.lv2_area_search_area ._box .ttl span em {
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
    padding:0 0.5em;
}
.lv2_area_search_area ._box .ttl span em.lv {}
.lv2_area_search_area ._box .ttl span em.val {}
.lv2_area_search_area ._box .btnul .btnc {
    width:50%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .lv2_area_search_area {}
    .lv2_area_search_area ._box {
        width:100%;
        padding:1em 3.2vw;
    }
    .lv2_area_search_area ._box:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .lv2_area_search_area ._box .ttl {
        padding-top:3em;
    }
    .lv2_area_search_area ._box .ttl span {
        display:block;
    }
    .lv2_area_search_area ._box .ttl span em {
        font-size:1.1em;
    }
    .lv2_area_search_area ._box .btnul .btnc {
        width:70%;
    }
}

.modaal-wrapper {
    z-index: 10001;
}
.modaal-wrapper .modaal-close {
    color: #fff;
    background: #9B7100;
    position: absolute;
    right: 0;
    top: 0;
    width: 2em;
    height: 2em;
    border-radius:0;
}
.modaal-wrapper .modaal-close::after,
.modaal-wrapper .modaal-close::before {
    top: 0.5em;
    left: 1em;
    width: 3px;
    height: 1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .modaal-noscroll .btn_gnav_sp {
        z-index: 9;
    }
    .modaal_in {
        padding:0;
    }
}


.ohaka_search_list {
    padding:60px 0 80px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_search_list {
        padding:1em 0 2em;
        margin-bottom:1em;
    }
}

.ohaka_yoko_ul {}
.ohaka_yoko_ul > li {
    background:#FFF;
    padding:1.5em 0 0;
}
.ohaka_yoko_ul > li:nth-of-type(n + 2) {
    margin-top:2.5em;
}
.ohaka_yoko_ul > li a {
    line-height:1;
}
.ohaka_yoko_ul > li .col {
    padding:0 3.2% 1.5em;
}
.ohaka_yoko_ul > li .col.noshrink { width:70%; }
.ohaka_yoko_ul > li .col.grow     {
    width:30%;
    margin-left:0;
    padding-left:0;
}
.ohaka_yoko_ul > li .btnul { width:100%; }
.ohaka_yoko_ul > li .btnul .btnc span span { position:relative; }
.ohaka_yoko_ul > li .btnul .btnc span span:after {
    content:url(./assets/images/cmn/icn_btn_arw02.svg);
    line-height:1;
    transition: all 0.3s ease;
    position:absolute; right:-2em; top:50%;
    -webkit-transform:translateY(-50%); transform: translateY(-50%);
}
.ohaka_yoko_ul > li:hover .btnul .btnc span span:after {
    right:-3em;
}
.ohaka_yoko_ul > li:hover { outline:2px solid #9B7100; }
.ohaka_yoko_ul > li .title_area {}
.ohaka_yoko_ul > li .ttl {
    font-size:2em;
    line-height:1.2;
    font-weight:600;
}
.ohaka_yoko_ul > li .ttl em {}
.ohaka_yoko_ul > li .ttl span {
    padding-left:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_yoko_ul {}
    .ohaka_yoko_ul > li {
        padding:1em 0 0;
    }
    .ohaka_yoko_ul > li:nth-of-type(n + 2) {
        margin-top:2em;
    }
    .ohaka_yoko_ul > li a {}
    .ohaka_yoko_ul > li .col {
        padding:0 3.2vw 1em;
    }
    .ohaka_yoko_ul > li .col.noshrink {
        width:100%;
    }
    .ohaka_yoko_ul > li .col.grow     {
        width:100%;
        margin-top:0.5em;
    }
    .ohaka_yoko_ul > li .btnul .btnc span span:after {
        right:-2.5em;
    }
    .ohaka_yoko_ul > li .title_area {}
    .ohaka_yoko_ul > li .ttl {
        font-size:1.8em;
    }
    .ohaka_yoko_ul > li .ttl em {}
    .ohaka_yoko_ul > li .ttl span {
        padding-left:0;
    }
}

.attrb_ul {}
.attrb_ul li {
    margin:0.2em 0;
    padding:0.3em 1em;
    background:#000;
    color:#FFF;
}
.attrb_ul li:nth-of-type(n + 2) {
    margin-left:0.5em;
}
.ohaka_yoko_ul > li .attrb_ul li span {
    font-size:0.81em;
    line-height:1;
    font-weight:600;
}
.attrb_ul li.attr01 { background-color:#9B7100; }
.attrb_ul li.attr02 { background-color:#0E3B17; }
.attrb_ul li.attr03 { color:inherit; background-color:#F4EDE3; }
.ohaka_yoko_ul > li .discr_area {
    padding-top:1em;
}
.ohaka_yoko_ul > li figure {
    max-width:40%;
}
.ohaka_yoko_ul > li .txts_area {
    width:60%;
    padding-left:4.7%;
}
.ohaka_yoko_ul > li .txts_area .price {
}
.ohaka_yoko_ul > li .txts_area .price > strong {
    position:relative;
    padding-right:1em;
    line-height:1.2;
}
.ohaka_yoko_ul > li .txts_area .price > strong:after {
    content:"：";
    line-height:1;
    position: absolute; right:0em; top:50%;
    transform: translateY(-50%);
}
.ohaka_yoko_ul > li .txts_area .price strong {
    font-size:1.25em;
}
.ohaka_yoko_ul > li .txts_area .price em {
    color:#9B0000;
    font-size:2.7em;
    line-height:1;
    letter-spacing:0.1em;
}
.ohaka_yoko_ul > li .txts_area .price span {
    font-size:1.1em;
    letter-spacing:-0.05em;
}
.ohaka_yoko_ul > li .txts_area .price span small {
    font-size:0.8em;
    letter-spacing:-0.1em;
    display:inline-block;
    word-break:keep-all;
    white-space:nowrap;
}
.ohaka_yoko_ul > li .txts_area dl:first-of-type {
    padding-top:1.3em;
}
.ohaka_yoko_ul > li .txts_area dl:nth-of-type(n + 2) {
    padding-top:0.5em;
}
.ohaka_yoko_ul > li .txts_area .bg {
    margin-top:1em;
    padding:0.5em;
    background:#F7F7F7;
    text-align:left;
}
.ohaka_yoko_ul > li .txts_area .txt {
    font-size:0.81em;
    line-height:1.7;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .attrb_ul {}
    .attrb_ul li {
        padding:0.3em 0.5em;
        width:calc(33.33% - 0.34em);
    }
    .attrb_ul li:nth-of-type(n + 2) {
        margin-left:0.5em;
    }
    .attrb_ul li:nth-of-type(3n + 1) {
        margin-left:0;
    }
    .attrb_ul li:nth-of-type(n + 4) {
        margin-top:0.3em;
    }
    .ohaka_yoko_ul > li .attrb_ul li span {
        font-size:0.81em;
    }
    .ohaka_yoko_ul > li .discr_area {
        padding-top:1em;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .ohaka_yoko_ul > li figure {
        width:100%;
        max-width:100%;
    }
    .ohaka_yoko_ul > li .txts_area {
        width:100%;
        padding-left:0;
        padding-top:1em;
    }
    .ohaka_yoko_ul > li .txts_area .price.flex.start {
        -webkit-justify-content: center; justify-content: center;
        font-size:1.5em;
    }
    .ohaka_yoko_ul > li .txts_area .price strong {
        font-size:0.91em;
    }
    .ohaka_yoko_ul > li .txts_area .price em {
        font-size:1.8em;
    }
    .ohaka_yoko_ul > li .txts_area .price span {
        font-size:0.91em;
    }
    .ohaka_yoko_ul > li .txts_area .price span small {
        font-size:0.8em;
    }
    .ohaka_yoko_ul > li .txts_area dl:first-of-type {
        padding-top:1em;
    }
    .ohaka_yoko_ul > li .txts_area dl:nth-of-type(n + 2) {
        padding-top:0.5em;
    }
    .ohaka_yoko_ul > li .txts_area .bg {
        margin-top:1em;
        padding:0.5em;
    }
    .ohaka_yoko_ul > li .txts_area .txt {
        font-size:0.81em;
    }
}


.voice_area {
    position:relative;
    z-index:1;
    background:#FFF9EB;
    height:100%;
    padding:1em;
    padding-top:2.5em;
}
.ohaka_yoko_ul > li .txt_area {
    margin-bottom:4.5em;
    padding-bottom:1em;
    border-bottom:1px solid #CCC;
}
.ohaka_yoko_ul > li .prof_area {}
.voice_area .floatttl {
    color:#FFF;
    font-size:0.87em;
    line-height:1;
    font-weight:600;
    letter-spacing:0.05em;
    word-break:keep-all;
    background:#9B7100;
    padding:0.3em 1em;
    position: absolute; left:-1em; top:0em;
}
.voice_area:after {
    content:url(./assets/images/cmn/icn_balloon01_bottom.svg);
    line-height:1;
    position: absolute; left:1.5em; top:0.7em;
    z-index:-1;
}
.voice_area .ttl_a {}
.voice_area .ttl_a span {
    font-size:1em;
    line-height:1.5;
    font-weight:600;
}
.voice_area .txt {
    padding-top:1em;
    font-size:0.81em;
    line-height:1.6;
}
.ohaka_yoko_ul > li .voice_area .prof_area {
    width:calc(100% - 2em);
    position:absolute; left:50%; bottom:1em;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.voice_area .name_area {}
.voice_area .name_area .go1,
.voice_area .name_area .go2 {
    font-size:0.81em;
}
.voice_area .name_area .name {
    display:block;
    padding-top:0.5em;
    font-size:0.93em;
}
.voice_area .imgs {
    width: 66px;
    height: 66px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    text-align:center;
    z-index: 1; /* safari border-radius bug fix */
}
.voice_area .imgs img {
    width: 100%;
    height: 100%;
    position: absolute; left: 50%; top: 50%;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    object-fit: cover;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .voice_area {
        padding:1em 3.2vw;
        padding-top:2em;
    }
    .ohaka_yoko_ul > li .txt_area {
        margin-bottom:4em;
        padding-bottom:1em;
    }
    .ohaka_yoko_ul > li .prof_area {}
    .voice_area .floatttl {
        position: absolute; left:0; top:-0.5em;
    }
    .voice_area:after {
        top:0.5em;
    }
    .voice_area .ttl_a {
        text-align:left;
    }
    .voice_area .ttl_a span {
        font-size:1em;
    }
    .voice_area .txt {
        padding-top:0.5em;
    }
    .ohaka_yoko_ul > li .voice_area .prof_area {
        bottom:0.5em;
    }
    .voice_area .imgs {
        width: calc(130 / 750 * 100vw);
        height: calc(130 / 750 * 100vw);
    }
    .voice_area .imgs img {}
}


/* lower otera お墓を探す 詳細
------------------------------------------------------------------*/
.ohaka.single .low_mv {
    /*background-image:url(./assets/images/ohaka/low_mv01.jpg);*/
}

.ohaka.single .ohaka_area {
    padding:60px 0 80px;
    margin-bottom:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.single .ohaka_area {
        padding:2em 0 3em;
    }
}

.ohaka.row {
    position:relative;
    z-index:1;
}
.ohaka.row .noshrink {
    margin-right:-3%;
}
.ohaka.row .grow {
    margin-left:0;
}
.ohaka.row.reverse .noshrink {
    margin-right:0;
    margin-left:-3%;
}
.ohaka.row.reverse .grow {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.row {}
    .ohaka.row .noshrink {
        margin-right:auto;
        margin-left:auto;
        width:100%;
    }
    .ohaka.row .grow {
        margin-left:0;
        margin-top:2em;
    }
    .ohaka.row.reverse .noshrink {
        margin-right:auto;
        margin-left:auto;
    }
    .ohaka.row.reverse .grow {
        margin-right:0;
        margin-top:2em;
    }
}

.ohaka_info .title_area {}
.ohaka_info .title_area .ttl {}
.ohaka_info .title_area .ttl strong {
    font-size:2.875em;
    line-height:1.6;
}
.ohaka_info .title_area .ttl em {
    font-size:1em;
}
.ohaka_info .title_area .ttl span {
    font-size:1em;
}
.ohaka_info .title_area .ttl rt {
    font-size:0.35em;
    line-height:1.2;
    letter-spacing:-0.05em;
}
.ohaka_info .attrb_ul {
    line-height:1;
}
.ohaka_info .attrb_ul li span {
    font-size:0.81em;
    line-height:1;
    font-weight:600;
}
.attrb_ul .attr01 {}
.attrb_ul .attr02 {}
.attrb_ul .attr03 {}
.ohaka_info .discriptiondl {
    margin-top:0.3em;
    line-height:1.3;
}
.ohaka_info .discriptiondl:first-of-type {
    margin-top:0.8em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_info.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .ohaka_info .col { width:100%; }
    .ohaka_info .title_area {}
    .ohaka_info .title_area .ttl {
        text-align:center;
    }
    .ohaka_info .title_area .ttl strong {
        font-size:2em;
    }
    .ohaka_info .title_area .ttl em {
        font-size:1em;
    }
    .ohaka_info .title_area .ttl span {
        font-size:1em;
    }
    .ohaka_info .title_area .ttl rt {
        font-size:0.35em;
        letter-spacing:-0.05em;
    }
    .ohaka_info .attrb_ul {
        line-height:1;
    }
    .ohaka_info .attrb_ul li {
        text-align:center;
    }
    .ohaka_info .attrb_ul li span {
        font-size:1em;
    }
    .ohaka_info .discriptiondl {
        margin-top:0.3em;
    }
    .ohaka_info .discriptiondl:first-of-type {
        margin-top:1em;
    }
}


.soudan_box {
    background:#0E223B;
    color:#FFF;
    padding:1.5em 3.2%;
}
.soudan_box .ttl_a strong {
    font-size:1.3em;
}
.soudan_box ._ul .ttl {
    position:relative;
    text-align:center;
    font-size:1em;
    line-height:1;
}
.soudan_box ._ul .ttl:before {
    content:"";
    display:block;
    line-height: 1;
    width: 2em;
    height: 2em;
    margin:0 auto;
    margin-bottom:1em;
    background: url(./assets/images/cmn/icn_soudan_sumaho.svg) center center / contain no-repeat;
}
.soudan_box .tel  .ttl:before { background-image:url(./assets/images/cmn/icn_soudan_sumaho.svg); }
.soudan_box .mail .ttl:before { background-image:url(./assets/images/cmn/icn_soudan_mail.svg); }
.soudan_box .tel a {
    color:#FFECC3;
    font-size:1.75em;
    line-height:1;
    letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .soudan_box {
        margin-top:1em;
        padding:1em 3.2vw;
    }
    .soudan_box .ttl_a strong {
        font-size:1.2em;
    }
    .soudan_box ._ul .ttl {
        font-size:1em;
    }
    .soudan_box ._ul .ttl:before {
        width: 1.5em;
        height: 1.5em;
    }
    .soudan_box .tel a {
        font-size:1.2em;
    }
    .soudan_box .telsub,
    .soudan_box p {
        width:100%;
        text-align:center;
    }
    .soudan_box .btnc {
        margin-top:1.2em;
    }
    .soudan_box .btnc a {
        padding:0.3em 0.5em;
    }
    .soudan_box .btnc span {
        font-size:0.86em;
    }
}


.kingaku_box {
    padding:1.5em 0;
    border-bottom:1px solid #000;
    text-align:center;
}
.kingaku_box .kukaku {
}
.kingaku_box .kukaku span {
    font-size:1.125em;
    line-height:1.2;
}
.kingaku_box .kukaku span strong {
    font-weight:600;
}
.kingaku_box .kukaku span strong em {
    padding:0 0.3em;
}
.kingaku_box .kukaku .caption {
    font-size:0.875em;
}
.kingaku_box .price {}
.kingaku_box .price em {
    color:#9B0000;
    font-size:3.3em;
    line-height:1;
    letter-spacing:0em;
}
.kingaku_box .price span {
    font-size:1.56em;
    letter-spacing:0.05em;
}
.kingaku_box .price span small {
    font-size:0.8em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .kingaku_box {
        padding:1em 3.2vw;
    }
    .kingaku_box .kukaku {}
    .kingaku_box .kukaku span {
        font-size:1.1em;
    }
    .kingaku_box .kukaku span strong {}
    .kingaku_box .kukaku span strong em {
        padding:0 0.3em;
    }
    .kingaku_box .kukaku .caption {
        font-size:0.875em;
    }
    .kingaku_box .price {}
    .kingaku_box .price em {
        font-size:1.8em;
    }
    .kingaku_box .price span {
        font-size:1.15em;
    }
    .kingaku_box .price span small {
        font-size:0.8em;
    }
}


.voice_area .txt_area {
    margin-bottom:1em;
    padding-bottom:1em;
    border-bottom:1px solid #CCC;
}
.voice_area .name_area {
    padding-left:1em;
}
.voice_area .name_area .name {
    padding-top:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .voice_area .txt_area {
        margin-bottom:0.5em;
        padding-bottom:0.5em;
    }
    .voice_area .name_area {
        padding-left:1em;
    }
    .voice_area .name_area .name {
    }
}


/* slick slider */
.jsslide01:not(.slick-initialized) { visibility:hidden; } /* 初期化中の画像が縦に並ぶのを防ぐ */
.jsslide01,
.jsslide01thumb {
    width:100%;
    height:auto;
    position: relative;
}
.jsslide_wrap li img {
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}
.jsslide01 li {
    position: relative;
    width:100%;
}
.jsslide01thumb {}
.jsslide01thumb li {
    width:23%;
    margin:1em 1%;
    flex:0 0  auto;
}
.jsslide01thumb li.thumbnail-current {
    outline:3px solid #9B7100;
}
.jsslide01 .slick-prev::before,
.jsslide01 .slick-next::before {
    content:"\f104";
    font-family: "Font Awesome 5 Free";
    font-weight:600;
    line-height:1;
    opacity: 1;
    position:absolute; left:50%; top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.jsslide01 .slick-next::before { content:"\f105"; }
.jsslide01 .slick-prev,
.jsslide01 .slick-next {
    color:#FFF;
    background:rgba(155,113,0,.9);
    font-size:1em;
    width:1.5em;
    height:4em;
    z-index:2;
    -webkit-transform:translateX(-50%);
    transform: translateX(-50%);
}
.jsslide01 .slick-prev {
    right:auto;
    left:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}


.nav_btn_ul {}
.nav_btn_ul li {
    width:23%;
    border:1px solid #9B7100;
    text-align:center;
}
.nav_btn_ul li a {
    display:block;
    width:100%;
    height:100%;
    padding:1em 0;
    padding-bottom:2.5em;
    line-height:1;
    position:relative;
}
.nav_btn_ul li a:after {
    content:url(./assets/images/cmn/icn_btn_arw03.svg);
    line-height:1;
    position:absolute; left:50%; top:70%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s;
}
.nav_btn_ul li:hover {
    outline:1px solid #9B7100;
}
.nav_btn_ul li:hover a:after {
    top:80%;
}
.nav_btn_ul li span {
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .nav_btn_ul {}
    .nav_btn_ul li {
        width:48%;
    }
    .nav_btn_ul li:nth-of-type(n + 3) {
        margin-top:0.5em;
    }
    .nav_btn_ul li a {
        padding:0.5em 0.5em;
        padding-bottom:1.5em;
    }
    .nav_btn_ul li a:after {
        top:80%;
    }
    .nav_btn_ul li span {
        font-size:1.15em;
    }
}



.ohaka.single .page_info.basicinfo {
    padding:0 0 80px;
    margin-bottom:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.single .page_info {
        padding:2em 0 3em;
    }
}

.ttl03 {}
.ttl03 span {
    font-size:1em;
    line-height:1.3;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ttl03 span {
        font-size:1.1em;
    }
}

.tbl01 table {
    width:100%;
    border: 1px solid #CCC;
}
.tbl01 tr:not(:last-child) th { border-bottom: 1px solid #CCC; }
.tbl01 tr:not(:last-child) td { border-bottom: 1px solid #CCC; }
.tbl01 th,
.tbl01 td {
    padding:0.5em 1.5em;
    text-align:left;
}
.tbl01 th { background:#F7F7F7; }
.tbl01 a { color:#9B7100; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .tbl01 col { display:none; }
    .tbl01 th,
    .tbl01 td {
        display:block;
        width: 100%;
        padding:0.5em;
        font-size:0.91em;
    }
}
.tbl01.ohaka .col1 { width:25%; }
.tbl01.ohaka .col2 { width:75%; }

.tbl01.ohaka .facility span {
    padding:0 0.5em;
}
.tbl01.ohaka .facility span:first-of-type {
    padding-left:0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .tbl01.ohaka .facility span {
        padding:0 0.5em;
    }
    .tbl01.ohaka .facility span:first-of-type {
        padding-left:0;
    }
}

.ohaka.single .page_info.ohaka_price {
    padding:80px 0 80px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.single .page_info.ohaka_price {
        padding:2em 0 3em;
    }
}

.tbl02 table {
    width:100%;
    border: 1px solid #CCC;
}
.tbl02 tr th { border-bottom: 1px solid #CCC; }
.tbl02 tr td { border-bottom: 1px solid #CCC; }
.tbl02 th:not(:last-child) { border-right: 1px solid #CCC; }
.tbl02 td:not(:last-child) { border-right: 1px solid #CCC; }
.tbl02 th,
.tbl02 td {
    padding:0.5em 0.5em;
    text-align:left;
    font-size:0.93em;
    line-height:1.2;
    letter-spacing:0;
    /*word-break:keep-all;
    white-space:nowrap;*/
}
.tbl02 th { background:#F7F7F7; }
.tbl02 td { padding:1em; }
.tbl02 td.price { text-align:center; }
.tbl02.ohaka_price .col1,
.tbl02.ohaka_price .col2,
.tbl02.ohaka_price .col3,
.tbl02.ohaka_price .col4,
.tbl02.ohaka_price .col5,
.tbl02.ohaka_price .col6 { width:calc(100% / 6); }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .tbl02 col { display:none; }
    .tbl02 th,
    .tbl02 td {
        font-size:0.91em;
    }
    .tbl02 td:not(:last-child) {
        border-right:none;
    }
    .basictabled {
        border: 1px solid #F7F7F7;
    }
    .basictabled tr:nth-of-type(n + 2) {
        border-top:1px dotted #AAA;
    }
    .basictabled tr:not(:first-of-type) td:first-of-type { padding-top:1em; }
    .basictabled tbody td {
        border:none;
    }
    .basictabled tbody td::before{
        width:50%;
        background-color: #F7F7F7;
        margin-right:0;
        padding:0.5em 0.5em;
    }
    .basictabled tbody td{
        padding:0;
    }
    table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before {
        width: 13em;
        text-align:left;
    }
    .basictabled tbody td .bt-content{
        padding:0.5em 0.5em;
        padding-left:1em;
    }
}

.caution_row {}
.caution_row .col.noshrink { width:10%; }
.caution_row .col.grow { width:90%;}
.caution_row .dl-list {
    font-size:0.875em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .caution_row.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .caution_row .col.noshrink { width:100%; }
    .caution_row .col.grow {
        margin-top:0.5em;
        width:100%;
    }
    .caution_row .dl-list {
        font-size:0.875em;
    }
}

.ohaka.single .page_info.facility {
    padding:80px 0 80px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.single .page_info.facility {
        padding:2em 0 3em;
    }
}

.ohaka .facility_list {
    padding:2em 3.2%;
}
.ohaka .facility_list > li {
    width:25%;
}
.ohaka .facility_list > li:nth-of-type(n + 5) {
    margin-top:2.5em;
}
.ohaka .facility_list > li a {
    width:100%;
    height:100%;
    -webkit-align-items: center; align-items: center;
}
.ohaka .facility_list > li figure {
    max-width:25%;
}
.ohaka .facility_list > li .txt {
    margin-left:1em;
    font-size:0.93em;
    line-height:1.33;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka .facility_list {}
    .ohaka .facility_list > li {
        width:48%;
        padding:0;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
        -webkit-justify-content: center; justify-content: center;
    }
    .ohaka .facility_list > li:nth-of-type(n + 3) {
        margin-top:1em;
    }
    .ohaka .facility_list > li a.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
        -webkit-justify-content: center; justify-content: center;
    }
    .ohaka .facility_list > li figure {
        display:block;
        width:100%;
        text-align:center;
    }
    .ohaka .facility_list > li .txt {
        width:100%;
        margin-left:0;
        margin-top:0.6em;
        font-weight:600;
        text-align:center;
    }
}

.ohaka.single .page_info.access {
    padding:80px 0 80px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka.single .page_info.access {
        padding:2em 0 3em;
    }
}


/* lower ohaka お墓を探す TOP
------------------------------------------------------------------*/
.service .low_mv {
    background-image:url(./assets/images/service/low_mv01.jpg);
}

.bg_info {
    background:#F5EEE3 url(./assets/images/service/low_mv02.jpg) center top / 100% auto no-repeat;
    padding-top:150px;
    padding-bottom:50px;
}
.bg_info.osoushiki { background-image:url(./assets/images/service/low_mv02.jpg); }
.bg_info.houji { background-image:url(./assets/images/service/low_mv03.jpg); }
.bg_info.kaimyo { background-image:url(./assets/images/service/low_mv04.jpg); }
.bg_info.ohaka { background-image:url(./assets/images/service/low_mv05.jpg); }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .bg_info {
        padding-top:calc(180 / 750 * 100vw);
        padding-bottom:calc(60 / 750 * 100vw);
    }
}

.bg_info ._box {
    background:#FFF;
    padding:2em 4% 2.5em;
}
.bg_info ._box .ttl_a {}
.bg_info ._box .ttl_a span {
    font-size:2em;
    line-height:1.3;
    font-weight:600;
}
.bg_info ._box .txt_a {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .bg_info ._box {
        padding:1em 3.2vw;
    }
    .bg_info ._box .ttl_a {}
    .bg_info ._box .ttl_a span {
        font-size:1.5em;
    }
    .bg_info ._box .txt_a {}
}

.ohaka_ul.pricelist {}
.ohaka_ul.pricelist.col3 .ind {
    width:30%;
    margin-left:1.5em;
}
.ohaka_ul.pricelist.col3 .ind:nth-of-type(3n + 1) {
    margin-left:0;
}
.ohaka_ul.pricelist.col3 .ind:nth-of-type(n + 4) {
    margin-top:1.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_ul.pricelist {}
    .ohaka_ul.pricelist .ind .title_area {
        width: 100%;
    }

    .ohaka_ul.pricelist.col3 .ind {
        width:100%;
        margin-left:0;
    }
    .ohaka_ul.pricelist.col3 .ind:nth-of-type(n + 2),
    .ohaka_ul.pricelist.col3 .ind:nth-of-type(n + 4) {
        margin-top:1em;
    }
}

.col4.btnul {}
.col4.btnul > li {
    width:calc(100% / 4 - ((1.5em * 3) / 4));
    margin-left:1.5em;
}
.col4.btnul > li:nth-of-type(4n + 1) {
    margin-left:0;
}
.col4.btnul > li:nth-of-type(n + 5) {
    margin-top:1.5em;
}
.col4.btnul > li span {
    font-size:1.125em;
    font-weight:500;
    padding:0.6em 1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .col4.btnul {}
    .col4.btnul > li {
        width:100%;
        margin-left:0;
    }
    .col4.btnul > li:nth-of-type(n + 2),
    .col4.btnul > li:nth-of-type(n + 5) {
        margin-top:1em;
    }
    .col4.btnul > li span {
        padding:0.3em 1em;
    }

    .btnul .btn03 {
        width:100%;
    }
}

/* lower ohaka お墓を探す TOP
------------------------------------------------------------------*/
.company.okyou .low_mv {
    background-image:url(./assets/images/company/okyou/low_mv01.jpg);
}

.ohaka_ul.pointlist {}
.ohaka_ul.pointlist .ind {
    padding:0;
}
.ohaka_ul.pointlist .ind .price em {
    color:#9B7100;
}
.ohaka_ul.pointlist .ind .ttl strong {
    font-size:1.125em;
    line-height:1.4;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ohaka_ul.pointlist {}
    .ohaka_ul.pointlist .ind {
        width:49%;
        padding:0;
    }
    .ohaka_ul.pointlist .ind:nth-of-type(n+2) {
        margin-top: 0;
    }
    .ohaka_ul.pointlist .ind:nth-of-type(n+3) {
        margin-top:1em;
    }
    .ohaka_ul.pointlist .ind .title_area {
        width: 100%;
    }
    .ohaka_ul.pointlist .ind .ttl strong {
        font-size: 0.91em;
        line-height: 1.3;
    }
}

.ohaka_ul.pricelist.arwed .ind {
    padding-bottom:2.5em;
}
.ohaka_ul.pricelist.arwed .ind .discr_area.arw:after {
    content: url(./assets/images/cmn/icn_btn_arw03.svg);
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 85%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

.pricecmn {}
.pricecmn strong {
    font-size:1.18em;
}
.pricecmn em {
    padding-left:0.3em;
    color:#9B0000;
    font-size:2.5em;
    line-height:1;
    letter-spacing:0.1em;
}
.pricecmn span {
    font-size:1.2em;
    letter-spacing:0.05em;
}
.pricecmn span small {
    font-size:0.8em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .pricecmn {}
    .pricecmn strong {
        font-size:1.18em;
    }
    .pricecmn em {}
    .pricecmn span {
        font-size:1em;
    }
    .pricecmn span small {
        font-size:0.8em;
    }
}

.chk_area01 {
    padding:1em;
}
.chk_area01 ul li {
    font-size:0.91em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .chk_area01 {}
    .chk_area01 ul li {
        text-align:left;
    }
}

.ryokin_include_area {
    border:8px solid #D7E4F4;
    padding:2em 5%;
}
.ryokin_include_ul {}
.ryokin_include_ul > li {
    width:calc(100% / 8 - ((2% * 7) / 8));
    margin-left:2%;
    text-align:center;
}
.ryokin_include_ul > li:nth-of-type(8n + 1) {
    margin-left:0;
}
.ryokin_include_ul > li:nth-of-type(n + 9) {
    margin-top:1.5em;
}
.ryokin_include_ul > li > .ttl {
    padding-top:0.3em;
    font-size:0.91em;
    line-height:1.3;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ryokin_include_area {
        padding:1em 3.2vw;
    }
    .ryokin_include_ul {}
    .ryokin_include_ul > li {
        width:calc(100% / 3 - ((2% * 2) / 3));
        margin-left:2%;
        text-align:center;
    }
    .ryokin_include_ul > li:nth-of-type(8n + 1) {
        margin-left:0;
    }
    .ryokin_include_ul > li:nth-of-type(3n + 1) {
        margin-left:0;
    }
    .ryokin_include_ul > li:nth-of-type(n + 4),
    .ryokin_include_ul > li:nth-of-type(n + 9) {
        margin-top:1em;
    }
    .ryokin_include_ul > li > .ttl {
        font-size:0.86em;
    }
    .okyou.btnul li:nth-of-type(n + 2) {
        margin-top:1em;
    }
}


.single section.aboutus.oterasan,
.page section.aboutus.oterasan {
    padding-bottom:60px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .single section.aboutus.oterasan .btnul.flex,
    .page section.aboutus.oterasan .btnul.flex {
        -webkit-justify-content: center; justify-content: center;
        padding-bottom:2em;
    }
    .single section.aboutus.oterasan .btnul.flex .btnc,
    .page section.aboutus.oterasan .btnul.flex .btnc {
        width:60%;
    }
}


/* lower 49nichihouyou 法事・法要 TOP
------------------------------------------------------------------*/
.company.houyou .low_mv {
    background-image:url(./assets/images/company/49nichihouyou/low_mv01.jpg);
}


/* lower kaimyou 戒名の授与 TOP
------------------------------------------------------------------*/
.company.kaimyou .low_mv {
    background-image:url(./assets/images/company/kaimyou/low_mv01.jpg);
}

.feature_area .bg_brown {
    padding:1em;
}
.feature_area .bg_brown .txt {
    font-size:0.91em;
}
.feature_area .bg_brown dl {
    font-size:0.91em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

.lead01 {
    font-size:1.125em;
    line-height:1.4;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

.kaimyou.row {}
.kaimyou.row .col.noshrink {
    text-align:center;
}
.kaimyou.row .col.noshrink img {}
.kaimyou.row .col.noshrink .label {
    color:#FFF;
    background:#9B7100;
    font-size:1.25em;
    line-height:1;
    font-weight:600;
    text-align:center;
    padding:0.5em 2em;
    border-radius:1em;
}
.kaimyou.row .col.noshrink .broadarw {
    height:calc(100% - (2.25em * 2));
}
.kaimyou.row .col.noshrink .broadarw:before,
.kaimyou.row .col.noshrink .broadarw:after {
    content:"";
    display:block;
    line-height:1;
    width:56px;
    height:29px;
    background:url(./assets/images/company/kaimyou/broadarw01_top.png) left top / cover no-repeat;
    margin:0 auto;
}
.kaimyou.row .col.noshrink .broadarw:after {
    width:56px;
    height:100%;
    background-image:url(./assets/images/company/kaimyou/broadarw01_bottom.png);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .kaimyou.row.flex.nowrap {
        -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
    }
    .kaimyou.row .col.noshrink {
        width:25%;
    }
    .kaimyou.row .col.grow {
        width:75%;
        margin-top:0;
        padding:0 3.2vw;
    }
    .kaimyou.row .col.noshrink img {}
    .kaimyou.row .col.noshrink .label {
        font-size:1em;
        padding:0.5em 0.5em;
    }
    .kaimyou.row .col.noshrink .broadarw {
        height:calc(100% - (2em * 2));
    }
    .kaimyou.row .col.noshrink .broadarw:before,
    .kaimyou.row .col.noshrink .broadarw:after {
        width:2em;
        height:1em;
        background-size:cover;
    }
    .kaimyou.row .col.noshrink .broadarw:after {
        width:2em;
        height:100%;
    }
}

.kaimyou_ul {}
.kaimyou_ul > li {
    padding:1.1em 1.5em;
}
.kaimyou_ul > li:nth-of-type(n + 2) {
    margin-top:1.5em;
}
.kaimyou_ul > li .ttl {
    font-size:1.875em;
    line-height:1;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .kaimyou_ul {}
    .kaimyou_ul > li.flex.nowrap {
        padding:0.5em 3.2vw;
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .kaimyou_ul > li:nth-of-type(n + 2) {
        margin-top:1em;
    }
    .kaimyou_ul > li .ttl {
        font-size:1em;
        width:100%;
    }
    .kaimyou_ul > li .pricecmn {
        padding-top:0.5em;
        width:100%;
        font-size:0.78em;
    }
    .kaimyou_ul > li .pricecmn > * {
        letter-spacing:0em;
    }
}

.flow_ul {}
.flow_ul > li {
    position:relative;
    z-index:2;
    background:#FFF;
    border:1px solid #CCCCCC;
    padding:1.5em 3.2%;
    -webkit-justify-content: flex-start; justify-content: flex-start;
    -webkit-align-items: center; align-items: center;
}
.flow_ul > li:after {
    content:"";
    display:block;
    line-height:1;
    width:106px;
    height:52px;
    background:url(./assets/images/company/kaimyou/flow_arw.png) left top / cover no-repeat;
    position:absolute; left:50%; bottom:-52px;
    transform: translateX(-50%);
    z-index:-2;
}
.flow_ul > li:nth-of-type(n + 2) {
    margin-top:calc(52px + 0.5em);
    z-index:1;
}
.flow_ul > li:last-of-type:after {
    display:none;
}
.flow_ul > li figure {
    max-width:16%;
}
.flow_ul > li .txt_area {
    padding-left:3.2%;
}
.flow_ul > li .ttl span {
    font-size:1.25em;
    line-height:1.3;
    font-weight:600;
}
.flow_ul > li dl {
    font-size:0.91em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .flow_ul {}
    .flow_ul > li.flex.nowrap {
        padding:1em 3.2vw;
        display:block;
        -webkit-justify-content: flex-start; justify-content: flex-start;
        -webkit-align-items: flex-start; align-items: flex-start;
        /*-webkit-flex-wrap: wrap; flex-wrap: wrap;*/
    }
    .flow_ul > li:after {
        width:3.3em;
        height:2em;
        bottom:-2em;
    }
    .flow_ul > li:nth-of-type(n + 2) {
        margin-top:calc(2em + 0.5em);
    }
    .flow_ul > li:last-of-type:after {
        display:none;
    }
    .flow_ul > li:after {
        width:4em;
        height:2.5em;
        bottom:-2.5em;
        background-size:contain;
    }
    .flow_ul > li figure {
        max-width:100%;
        width:30%;
        float:left;
        margin-right:3.2vw;
        margin-bottom:3.2vw;
    }
    .flow_ul > li .txt_area {
        padding-left:3.2vw;
    }
    .flow_ul > li .ttl span {
        font-size:1.25em;
        line-height:1.3;
        font-weight:600;
    }
    .flow_ul > li dl {
        font-size:0.91em;
    }
}

/* lower faq よくある質問 TOP
------------------------------------------------------------------*/
.faq .low_mv {
    background-image:url(./assets/images/faq/low_mv01.jpg);
}

.faq_cat_ul {}
.faq_cat_ul > li {
    width:calc(100% / 5 - ((2% * 4) / 5));
    /*margin-left:2%;*/
    text-align:center;
    /*border-left:1px solid #CCCCCC;*/
    /*font-size:0.91em;*/
}
.faq_cat_ul > li:nth-of-type(6n + 1) {
    margin-left:0;
    border-left:none;
}
.faq_cat_ul > li:nth-of-type(n + 7) {
    /*margin-top:1em;*/
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .faq_cat_ul.flex.start {
        -webkit-justify-content: space-between; justify-content: space-between;
    }
    .faq_cat_ul.flex.start > li {
        width:48%;
        margin-left:0;
        text-align:center;
        font-size:0.91em;
    }
    .faq_cat_ul > li:nth-of-type(6n + 1) {
        margin-left:0;
        border-left:none;
    }
    .faq_cat_ul > li:nth-of-type(2n + 1) {
        margin-left:0;
        border-left:none;
    }
    .faq_cat_ul > li:nth-of-type(n + 3),
    .faq_cat_ul > li:nth-of-type(n + 7) {
        margin-top:1em;
    }
    .faqtab > li .btnc {
        width:50%;
    }
}

.ttl_icn01 { position:relative; }
.ttl_icn01 em {
    color:#9B7100;
    font-size:2.3em;
    line-height:1;
    font-weight:500;
    margin-top:-0.1em;
}
.ttl_icn01 strong {
    font-size:1.55em;
    line-height:1.3;
    font-weight:600;
    padding-left:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .ttl_icn01 em {
        font-size:1.4em;
    }
    .ttl_icn01 strong {
        font-size:1.2em;
        line-height:1.3;
        padding-left:0.5em;
    }
}

@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .faq .return.btnul .btnc {
        width:100%;
    }
}

/* lower voice みなさまの声 TOP
------------------------------------------------------------------*/
.voice .low_mv {
    background-image:url(./assets/images/voice/low_mv01.jpg);
}

.voice_grid_ul {}
.voice_grid_ul > li {
    width:32%;
    margin-left:calc(4% / 2);
    background:#FFF;
    position:relative;
}
.voice_grid_ul > li:nth-of-type(3n + 1) {
    margin-left:0;
}
.voice_grid_ul > li:nth-of-type(n + 4) {
    margin-top:1.5em;
}
.voice_grid_ul > li a {
    display:block;
    width:100%;
    height:100%;
    padding:1.5em 1.5em 4.5em;
}
.voice_grid_ul > li:hover a { border-color:transparent; outline:2px solid #9B7100; }
.voice_grid_ul .lbl {
    display:inline-block;
    margin-left:-1.5em;
    padding-bottom:0.5em;
}
.voice_detail_wrap .lbl span,
.voice_grid_ul .lbl span {
    display:inline-block;
    background:#0E223B;
    color:#FFF;
    font-size:0.81em;
    line-height:1;
    padding:0.5em 0.5em;
    margin-bottom:0.5em;
    position:relative;
}
.voice_grid_ul .lbl span:nth-of-type(n + 2) {}
.voice_grid_ul .date {
    font-size:0.81em;
    line-height:1;
}
.voice_grid_ul .ttl {}
.voice_grid_ul .ttl span {
    font-size:1.375em;
    line-height:1.3;
    font-weight:600;
    letter-spacing:0;
}
.voice_detail_wrap .star > em,
.voice_grid_ul .star > em {
    color:#9B7100;
    font-size:1.2em;
    line-height:1;
    font-weight:600;
}
.voice_detail_wrap .star > span,
.voice_grid_ul .star > span {
    color:inherit;
    font-size:1.5em;
    line-height:1;
    font-weight:400;
    letter-spacing:0.05em;
    padding-left:0.5em;
}
.voice_grid_ul .name {
    font-size:0.81em;
    line-height:1.2;
}
.voice_grid_ul .txt {
    font-size:0.91em;
    line-height:1.5;
}
.voice_grid_ul .btnul {
    width:100%;
    position:absolute; left:50%; bottom:1.5em;
    transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .voice_grid_ul {}
    .voice_grid_ul > li {
        width:100%;
        margin-left:0;
    }
    .voice_grid_ul > li:nth-of-type(n + 2),
    .voice_grid_ul > li:nth-of-type(n + 4) {
        margin-top:1.5em;
    }
}

.voice_detail_wrap .lbl span {
    font-size:1em;
}
.voice_detail_wrap .picarea {}
.voice_detail_wrap .picarea > li {
    display:block;
}
.voice_detail_wrap .picarea > li:nth-of-type(n + 2) {
    margin-top:1.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .voice_detail_wrap .lbl span {
        font-size:0.91em;
    }
    .voice_detail_wrap .voice .btnul {
        margin-top:0;
    }
    .voice_detail_wrap .voice .btnul .btnc {
        width:90%;
    }
    .voice .return.btnul .btnc {
        width:100%;
    }
}

/* lower blog お寺さんの『ココロの勉強』ガイド TOP
------------------------------------------------------------------*/
.blog .low_mv {
    background-image:url(./assets/images/blog/low_mv01.jpg);
}

.blog_list_wrap {}
.blog_list_wrap .col2area.flex {}
.blog_detail_wrap .col2area ._box,
.blog_list_wrap .newslistul {
    width:73%;
}
.blog_detail_wrap .col2area .side_area,
.blog_list_wrap .side_area {
    width:23%;
}
.blog_list_wrap .pagenavi_wrap {
    width:100%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .blog_list_wrap .newslistul {
        width:100%;
    }
    .blog_detail_wrap .col2area ._box,
    .blog_list_wrap .side_area {
        width:100%;
    }
    .blog_detail_wrap .col2area .side_area,
    .blog_list_wrap .pagenavi_wrap {
        width:100%;
    }
}

.blog_list_wrap .newslistul > li {
    background:#FFF;
    width:48.5%;
    margin-left:calc(3% / 2);
    position:relative;
    z-index:1;
}
.blog_list_wrap .newslistul > li:nth-of-type(2n + 1) {
    margin-left:0;
}
.blog_list_wrap .newslistul > li:nth-of-type(n + 3) {
    margin-top:1.5em;
}
.blog_list_wrap .newslistul > li a {
    background:#FFF;
    display:block;
    width:100%;
    height:100%;
    padding:0 0 4em;
}
.blog_list_wrap .newslistul figure > .img_wrap {
    margin-bottom:-3.5em;
    position:relative;
    z-index:1;
}
.blog_list_wrap .newslistul figure figcaption {
    position:relative;
    z-index:1;
}
.blog_list_wrap .newslistul .lbn_name_wrap {
    position:relative;
    z-index:3;
    text-align:left;
}
.information .lbl,
.blog .lbl {
    display:inline-block;
    font-size:0.81em;
    line-height:1;
    padding:0.5em 0.5em;
    margin-bottom:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .blog_list_wrap .newslistul > li {
        width:100%;
        margin-left:0;
    }
    .blog_list_wrap .newslistul > li:nth-of-type(n + 2),
    .blog_list_wrap .newslistul > li:nth-of-type(n + 3) {
        margin-top:1.5em;
    }
    .blog_list_wrap .newslistul > li a {
        padding:0 0 4em;
    }
    .blog_list_wrap .newslistul figure > .img_wrap {
        margin-bottom:-3em;
    }
    .blog .lbl {}
}

.lbl.cat01 { background-color:#BE6F05; color:#FFF; }
.lbl.cat02 { background-color:#BE4505; color:#FFF; }
.lbl.cat03 { background-color:#007C69; color:#FFF; }
.lbl.cat04 { background-color:#194996; color:#FFF; }
.lbl.cat05 { background-color:#0E223B; color:#FFF; }
.lbl.cat06 { background-color:#AD0700; color:#FFF; }
.color.cat01 { color:#BE6F05; }
.color.cat02 { color:#BE4505; }
.color.cat03 { color:#007C69; }
.color.cat04 { color:#194996; }
.color.cat05 { color:#0E223B; }
.color.cat06 { color:#AD0700; }

.blog_list_wrap .newslistul .oteraname {
    display:block;
    padding-left:1.5em;
}
.blog_list_wrap .newslistul .oteraname span {
    color:#9B7100;
    font-size:0.91em;
    line-height:1.2;
}
.blog_list_wrap .newslistul .pic {
    width: 93px;
    height: 93px;
    border:2px solid #9B7100;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    text-align:center;
    z-index: 1; /* safari border-radius bug fix */
}
.blog_list_wrap .newslistul .pic img {
    width: 100%;
    height: 100%;
    position: absolute; left: 50%; top: 50%;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    object-fit: cover;
}
.blog_list_wrap .newslistul .txt_area {
    padding:0.5em 1.5em 1em;
}
.blog_list_wrap .newslistul .ttl {}
.blog_list_wrap .newslistul .ttl small {
    font-size:0.81em;
    line-height:1;
}
.blog_list_wrap .newslistul .ttl span {
    margin-top:0.5em;
    display:block;
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
}
.blog_list_wrap .newslistul .excerpt {
    font-size:0.91em;
    line-height:1.4;
}
.blog_list_wrap .newslistul .btnul {
    width:100%;
    position:absolute; left:50%; bottom:1.5em;
    transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .blog_list_wrap .newslistul .oteraname {
        padding-left:3.2vw;
    }
    .blog_list_wrap .newslistul .pic {
        width: calc(180 / 750 * 100vw);
        height: calc(180 / 750 * 100vw);
    }
    .blog_list_wrap .newslistul .pic img {}
    .blog_list_wrap .newslistul .txt_area {
        padding:0.5em 3.2vw 0;
    }
    .blog_list_wrap .newslistul .btnul {
        bottom:1em;
    }
}

#sidebar {}
#sidebar > .ind {
    background:#FFF;
    border-top:3px solid #9B7100;
    padding:1.5em;
}
#sidebar .ttl_side01 span {
    font-size:0.91em;
    line-height:1.3;
    font-weight:600;
}
#sidebar .lst {}
#sidebar .lst li { position:relative; }
#sidebar .lst.tag {}
#sidebar .lst.news {}
#sidebar .lst.tag li:before {
    content: "";
    width: 4px; height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute; left: 0; top: 0.55em;
}
#sidebar .lst.tag li {
    font-size:0.86em;
    line-height:1.5;
    padding-left:1em;
}
#sidebar .lst.tag li:nth-of-type(n + 2) {
    margin-top:0.5em;
}
#sidebar .lst.news li:nth-of-type(n + 2) {
    margin-top:1em;
}
#sidebar .lst.news .date {
    font-size:0.86em;
}
#sidebar .lst.news .excerpt {
    margin-top:0.5em;
    font-size:0.91em;
    line-height:1.5;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    #sidebar {
        margin-top:3em;
    }
    #sidebar > .ind {
        padding:1.5em 3.2vw;
    }
}

.blog_detail_area {}
.blog_detail_area .pic_wrap {}
.blog_detail_area .pic_wrap .pic {
    width: 125px;
    height: 125px;
    border:2px solid #9B7100;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index: 1; /* safari border-radius bug fix */
}
.blog_detail_area .pic_wrap .pic img {
    width: 100%;
    height: 100%;
    position: absolute; left: 50%; top: 50%;
    -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    object-fit: cover;
}
.blog_detail_area .pic_wrap .oteraname {
    color:#9B7100;
    font-size:0.91em;
    line-height:1.3;
}
.blog_detail_area .title_wrap {}
.blog_detail_area .title_wrap .ttl {}
.blog_detail_area .title_wrap .ttl small {
    font-size:0.91em;
    line-height:1;
}
.blog_detail_area .title_wrap .ttl span {
    margin-top:0.3em;
    display:block;
    font-size:1.75em;
    line-height:1.3;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .blog_detail_area {}
    .blog_detail_area .pic_wrap {}
    .blog_detail_area .pic_wrap .pic {
        width: calc(140 / 750 * 100vw);
        height: calc(140 / 750 * 100vw);
    }
    .blog_detail_area .pic_wrap .oteraname {
        font-size:0.72em;
    }
    .blog_detail_area .title_wrap {}
    .blog_detail_area .title_wrap .ttl {}
    .blog_detail_area .title_wrap .ttl small {
        font-size:0.86em;
    }
    .blog_detail_area .title_wrap .ttl span {
        font-size:1.2em;
    }
    .blog_detail_wrap .btnul .btnc {
        width:100%;
    }
}


/* lower information お知らせ TOP
------------------------------------------------------------------*/
.information .low_mv {
    background-image:url(./assets/images/information/low_mv01.jpg);
}

.info_list_wrap {}
.info_list_wrap .col2area.flex {}
.info_detail_wrap .col2area ._box,
.info_list_wrap .infolistul {
    width:73%;
}
.info_detail_wrap .col2area .side_area,
.info_list_wrap .side_area {
    width:23%;
}
.info_list_wrap .pagenavi_wrap {
    width:100%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .info_list_wrap .infolistul {
        width:100%;
    }
    .info_detail_wrap .col2area ._box,
    .info_list_wrap .side_area {
        width:100%;
    }
    .info_detail_wrap .col2area .side_area,
    .info_list_wrap .pagenavi_wrap {
        width:100%;
    }
}

.infolistul > li {
    background:#FFF;
    width:100%;
    position:relative;
    z-index:1;
}
.infolistul > li:nth-of-type(n + 2) {
    margin-top:1.5em;
}
.infolistul > li a {
    background:#FFF;
    display:block;
    width:100%;
    height:100%;
    padding:0 1.5em 4.5em;
}
.infolistul figure > .img_wrap {
    position:relative;
    z-index:1;
    max-width:30%;
    margin-left:3%;
}
.infolistul figure figcaption {
    position:relative;
    z-index:1;
}
.infolistul .lbn_date_wrap {
    position:relative;
    z-index:3;
    text-align:left;
}
.infolistul .lbn_date_wrap .lbl_area {
    margin-left:-1.5em;
}
.infolistul .lbn_date_wrap .lbl_area .lbl {
    margin-right:0.3em;
    margin-bottom:0.3em;
}
.infolistul .txt_area {
    padding:0.5em 1.5em 1em;
}
.infolistul .date {
    font-size:0.81em;
    line-height:1;
}
.infolistul .ttl {}
.infolistul .ttl span {
    margin-top:0.5em;
    display:block;
    font-size:1.25em;
    line-height:1.2;
    font-weight:600;
}
.infolistul .excerpt {
    font-size:0.91em;
    line-height:1.4;
}
.infolistul .btnul {
    width:100%;
    position:absolute; right:1.5em; bottom:1.5em;
}
.honbun_wrap .contarea .pic {
    text-align:center;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .infolistul > li {}
    .infolistul > li:nth-of-type(n + 2) {
        margin-top:1.5em;
    }
    .infolistul > li a {
        padding:0 3.2vw 4em;
    }
    .infolistul figure.flex.nowrap {
        -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .infolistul figure figcaption {
        -webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
    }
    .infolistul figure > .img_wrap {
        width:100%;
        max-width:100%;
        margin-top:1em;
        margin-left:0;
    }
    .infolistul figure > .img_wrap img {
        margin:0 auto;
    }
    .infolistul .lbn_date_wrap {}
    .infolistul .lbn_date_wrap .lbl_area {
        margin-left:-3.2vw;
    }
    .infolistul .lbn_date_wrap .lbl_area .lbl {}
    .infolistul .txt_area {
        padding:0.5em 3.2vw 1em;
    }
    .infolistul .ttl {}
    .infolistul .date {
        font-size:0.81em;
        line-height:1;
    }
    .infolistul .ttl span {}
    .infolistul .excerpt {}
    .infolistul .btnul.flex.end {
        width:100%;
        left:50%; right:auto; bottom:1em;
        transform: translateX(-50%);
        -webkit-justify-content: center; justify-content: center;
    }
    .infolistul .btnul .btnc {
        width:90%;
    }
}

.info_detail_area .title_wrap {}
.info_detail_area .title_wrap .ttl {}
.info_detail_area .title_wrap .ttl small {
    font-size:0.91em;
    line-height:1;
}
.info_detail_area .title_wrap .ttl span {
    margin-top:0.3em;
    display:block;
    font-size:1.75em;
    line-height:1.3;
    font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .info_detail_area .title_wrap {}
    .info_detail_area .title_wrap .ttl {}
    .info_detail_area .title_wrap .ttl small {
        font-size:0.86em;
    }
    .info_detail_area .title_wrap .ttl span {
        font-size:1.2em;
    }
    .info_detail_wrap .btnul .btnc {
        width:100%;
    }
}


/* lower teikei 提携寺院募集 TOP
------------------------------------------------------------------*/
.teikei .low_mv {
    background-image:url(./assets/images/teikei/low_mv01.jpg);
}

/* 離脱対策ページの表示切替 */
#wrap.no_outlink header .gnav_info,
#wrap.no_outlink footer .fbanners,
#wrap.no_outlink footer .ft_area,
#wrap.no_outlink footer .ft_navi_area .col.right,
#wrap.no_outlink footer .fix {
    display:none !important;
}
#wrap.no_outlink footer {
    padding-bottom:0;
}
/*#wrap.no_outlink header a,*/
#wrap.no_outlink footer :not(.pagetop) a {
    pointer-events: none;
}
#wrap.no_outlink footer .ft_navi_area .col.left {
    width:100%;
}
#wrap.no_outlink footer .ft_navi_area .inner.flex {
    -webkit-justify-content: center; justify-content: center;
    text-align:center;
}
#wrap.no_outlink footer .ft_navi_area .access_foot_area {
    display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
    -webkit-box-pack:center; -ms-flex-pack:center;
    -webkit-justify-content: center; justify-content: center;
    -webkit-align-items: flex-start; align-items: flex-start;
}
#wrap.no_outlink footer .ft_navi_area .access_foot_area li:nth-of-type(n + 2) {
    margin-top:0;
    margin-left:5%;
}
#wrap.no_outlink footer .ft_navi_area .access_foot_area li p {
    width:100%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

.page_info.teikei {}
.page_info.teikei .col2area {}
.page_info.teikei .info_box,
.page_info.teikei .form_box {
    width:48%;
    padding:0;
}
.page_info.teikei .info_box {}
.page_info.teikei .info_box .tels_wrap > li {
    font-size:0.91em;
    margin-top:1em;
}
.page_info.teikei .form_box {
    width:49%;
    background:#F7F7F7;
    padding:1.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
    .page_info.teikei {}
    .page_info.teikei .col2area {
        margin-bottom:3em;
    }
    .page_info.teikei .info_box,
    .page_info.teikei .form_box {
        width:100%;
        padding:0;
    }
    .page_info.teikei .info_box {}
    .page_info.teikei .info_box .tels_wrap > li {}
    .page_info.teikei .form_box {
        margin-top:3em;
        padding:1em 3.2vw;
    }

    .page_info.teikei .return.btnul.flex .btnc {
        width:80%;
    }
}


/* lower contact お問い合わせ TOP
------------------------------------------------------------------*/
.contact .low_mv {
    background-image:url(./assets/images/contact/low_mv01.jpg);
}


/* wp-pagenavi */
.page .wp-pagenavi {
    padding: 0;
    margin-top:5em;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.page .wp-pagenavi a {
    display: inline-block;
    text-align: center;
    list-style: none;
}
.page .wp-pagenavi a:hover {
    opacity: 0.6;
}
.page .wp-pagenavi a,
.page .wp-pagenavi span {
    display: inline-block;
    width: auto;
    padding: 0.3em 0.6em;
    margin: 0 0.5em;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #E3E3E3;
    transition: all .3s ease;
}
.page .wp-pagenavi a.nextpostslink,
.page .wp-pagenavi a.previouspostslink {
    font-weight:900;
    text-decoration: none;
    border:none;
    color: #333;
}
.page .wp-pagenavi span.pages { display:none; }
.page .wp-pagenavi .page {
    color:#333;
    border: 1px solid #E3E3E3;
    background:#E3E3E3;
}
.page .wp-pagenavi .current {
    background:#333333;
    color:#fff;
    text-decoration: none;
    border-color:#333333;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {}