@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*-------------------------------------------------a-----
Theme Material
------------------------------------------------------*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #333;
    --color-primary: #740505;
    --color-secondary: #f5f5f5;
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Marcellus', serif;
    --font-family03: 'Noto Serif JP', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #740505;

    --footer-background: #333;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: var(--color-secondary);
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}
#thumbImg::before, header#h1Header::before {
    content: none;
}
header#h1Header h1.title span {
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
body.home {
    background: var(--color-secondary) !important;
}
a#scrollUp {
    background: var(--color-font);
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 600px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
        margin-bottom: 8%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}
.col_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

.col_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
    .col_flex {
        display: block;
    }
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}

/* 配列 */
.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

/* テキスト */
.post p, p {
    font-size: var(--rem16);
    line-height: 2.2;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}
.post p.note, p.note {
    font-size: var(--rem14);
}

/* H2 */
.post h2, h2,
h1.title.top-loop,
h1.title.bottom-loop {
    font-size: var(--rem40w);
    color: var(--color-primary);
    margin: var(--px60) auto;
    font-weight: 600;
}
.post h2 span.en, h2 span.en,
h1.title.top-loop span.en,
h1.title.bottom-loop span.en {
    font-size: min(calc(6rem + (1vw - 1.92rem) * 1.8123) ,60px);
    font-weight: 400;
    font-family: var(--font-family02);
    color: var(--color-font);
    line-height: 1;
    letter-spacing: .1em;
}
.post h2 span.jp, h2 span.jp,
h1.title.top-loop span.jp,
h1.title.bottom-loop span.jp {
    font-size: var(--rem20w);
    font-weight: 500;
    display: block;
    color: var(--color-font);
}
h1.title.top-loop::after,
h1.title.bottom-loop::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    height: 3px;
    background: var(--color-primary);
    margin: 0.6em auto 0;
}
/* 左寄せ */
.post h2.txt_l, h2.txt_l {
    text-align: left;
    margin: 0 0 var(--px40);
}
.post h2.txt_l::after, h2.txt_l::after {
    content: none;
}
/* 白 */
.post h2.color_w span.en, h2.color_w span.en,
.post h2.color_w span.jp, h2.color_w span.jp {
    color: #fff;
}
.post h2.color_w::after, h2.color_w::after {
    background: #fff;
}

/* H3 */
.post h3, h3 {
    padding: 0;
    border: none;
    font-family: var(--font-family03);
    font-weight: 700;
    margin: 0 0 var(--px20);
    font-size: var(--rem24w);
}

/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}
.post ul.list li {
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

/* olリスト */
.post ol.num  {
    margin: 0;
    padding: 0
}
.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}
.post ol.num li:last-child {
    margin-bottom: 0;
}

/* dlリスト */
.post dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10;
}
.post dl dt,
.post dl dd {
    font-size: var(--rem14);
    font-weight: 500;
}
.post dl dt {
    width: 15%;
}
.post dl dd {
    width: calc(85% - 10px);
}


/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: var(--font-family02);
    font-weight: 500;
    font-size: var(--rem20);
    color: var(--color-font);
    letter-spacing: .1em;
    line-height: 1.45;
    text-align: left;
    background: transparent;
    padding: 0 30px var(--rem20) 10px;
    margin: var(--px40) auto 0;
    border-bottom: solid 1px var(--color-primary);
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    border-radius: 50%;
    right: 30px;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
    top: 20%;
    right: 48px;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    background: transparent;
    color: var(--color-font);
}
.post .linkBtn:hover::before, .linkBtn:hover::before, a.linkBtn:hover::before {
    background: #fff;
    right: 0;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
    right: 19px;
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
.subimitarea {
    margin-top: var(--px60);
}
@media print, screen and (max-width: 768px) {
    .post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
        right: 34px;
    }
    .post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
        right: 14px;
    }
}

/*------------------------------------------------------
画像
------------------------------------------------------*/
.post dl dt.gallery-icon.landscape {
    width: 100%;
}
#gallery-1 img {
    width: 100%;
}

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th, .post table td {
    padding: 20px;
}
.post table th {
    background: var(--color-secondary);
}

/*------------------------------------------------------
Wrap
------------------------------------------------------*/


/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
}
nav#mainNav ul, #header .header__nav-contact {
    padding: 10px 0;
}

/* ボタン共通 */
#header a.head_btn {
    color: var(--color-font);
    background: #fff;
    border-left: 1px solid var(--color-font);
}
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn {
    background: #fff;
    flex-direction: row;
    gap: 8px;
}

/* ラインボタン */
#header a.head_btn.line_btn {
    background: #fff;
    flex-direction: row;
    gap: 8px;
    letter-spacing: .2rem;
}
#header a.head_btn.line_btn::before {
    content: "\f3c0";
    font-family: 'Font Awesome 6 Brands';
}

nav#mainNav ul li a:hover {
	background: #fff !important;
	opacity: 1 !important;
}
/* SP */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer .footer__logo img {
    width: 90%;
}
#footer .footnav:not(:last-child) {
    margin-bottom: var(--px20);
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
    z-index: 0;
}
#foot-contact_pt05 ul.contactbtn_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 1080px;
    margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
    z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
    width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
    width: 100%;
    max-width: none;
    min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
    margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
    margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 980px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 980px) {
        #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
        }
    }
}

#foot-contact_pt05 a.f-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #FFF;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: #fff;
    background: var(--color-font);
    border: 1px solid var(--color-font);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: var(--color-font);
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: var(--color-font);
    background: #FFF;
    border: 1px solid #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: var(--color-primary);
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.lineBtn {
    color: #fff;
    background: #06C755;
    border: 1px solid #06C755;
}
#foot-contact_pt05 a.f-contact_btn.lineBtn:hover {
    color: #06C755;
    background: #FFF;
}

#foot-contact_pt05 a.f-contact_btn .ico::before {
    display: inline-block;
    font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
    content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
    content: '\f3c0';
    font-family: 'Font Awesome 6 Brands';
    font-weight: 900;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico {
    background: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50vh;
    margin: 10px auto 8px;
    width: 100%;
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico {
    background: #fff;
    color: #06C755;
    padding: 5px 10px;
    border-radius: 50vh;
    margin: 10px auto 8px;
    width: 100%;
}
#foot-contact_pt05 a.f-contact_btn .note {
    font-size: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

@media print, screen and (max-width: 980px) {
    #foot-contact_pt05 a.f-contact_btn {
            height: 150px;
    }
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post .wpcf7 table {
    border: none;
}
.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}
.post .wpcf7 table th {
    width: 30%;
    line-height: 1.25;
}
.post p.contact_message, p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}
.wpcf7-form .must {
    background: var(--color-primary);
}

@media print, screen and (max-width: 640px) {
    .post .wpcf7 table th {
        border-right: none;
        border-bottom: none;
        border-top: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .post .wpcf7 table td {
        border-top: none;
    }
    .post .wpcf7 table tr:first-child {
        border-top: 1px solid var(--color-table-border);
    }
    .post table.responsive tr:last-child td:last-child {
        border-bottom: 1px solid var(--color-table-border);
    }
}

/* 完了 */
.post h2.thanks, h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}
.post h2.thanks::after, h2.thanks::after {
    content: none;
}
.post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
}

/*------------------------------------------------------
frame
------------------------------------------------------*/
/* fullwide02 */
.fullwide02 {
	position: relative;
	background: url(/wp-content/uploads/bg_consept.jpg) no-repeat center / cover;
	padding: var(--px100) 0 var(--px120);
}
.fullwide02_wrap {
	background: rgba(245, 245, 245, .9);
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	padding: var(--px80);
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullwide02_inner {
	max-width: 960px;
}
@media print, screen and (max-width: 768px) {
    .fullwide02_wrap {
        padding: var(--px80) var(--px40);
    }
}

/* column06 */
.column06 {
	position: relative;
	margin: 0;
}
.column06_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	z-index: 20;
}
.column06 .imgarea {
	position: relative;
	    aspect-ratio: 4 / 3;
	overflow: hidden;
	width: 60%;
}
.column06 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column06 .txtarea {
	position: relative;
	width: 54%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px100) var(--px40);
	margin: 0 auto -70px -14%;
	z-index: 10;
}
.column06 .txtarea .txtinner {
    max-width: 760px;
    width: 80%;
}
.column06_wrap + .column06_wrap {
	margin-top: var(--px120);
}

@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column06_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column06_wrap.rev .txtarea {
		margin: 0 -14% -70px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column06_wrap.rev {
		flex-direction: row;
	}
	.column06 .imgarea, .column06 .txtarea {
		width: 95%;
	}
	.column06 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

/* column01 */
.column01 {
	position: relative;
    margin-bottom: var(--px120);
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 720px;
    width: 80%;
}
.column01 .googlemap {
    padding-bottom: 40%;
    margin: 0;
}
.column01 .googlemap iframe {
	width: 100%;
}

/* list_style02 */
.post .list_style02 dl {
	display: table;
	width: 100%;
	border-bottom: solid #e4e4e4;
	border-width: 1px 0;
}
.post .list_style02 dl dt {
	display: table-cell;
	padding: 12px 0;
	font-weight: 400;
    width: 70%;
}
.post .list_style02 dl dd {
	text-align: right;
	display: table-cell;
	padding: 12px 0;
    width: 30%;
}
.post .list_style02 dl dd:after {
	display: inline-block;
	content: "";
	width: 1.2rem;
	font-size: 1rem;
}
.post .list_style02 dl dd.from:after {
	content: "〜";
}
