<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body { font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", 'MS PGothic','ＭＳ Ｐゴシック', 'MS Gothic', sans-serif; font-size: 15px; margin: 0; text-align: center; background-color: #fff; line-height: 1.5em; color: #333; word-wrap: break-word; -webkit-text-size-adjust: none; image-rendering: -webkit-optimize-contrast; min-width: 1120px; padding-top: 90px; }

p, form { margin: 0; padding: 0; }
img { border: none; margin: 0; padding: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; max-width: 100%; height: auto; }
a { text-decoration: none; outline: none; color: #333; }
a:hover { text-decoration: underline; }
a:hover img { opacity: 0.75; }
a, a img, input, textarea, button { transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; outline: none; }
input, textarea, select, button { outline: none; }
h1, h2, h3, h4, ul, dl, dt, dd { margin: 0; padding: 0; font-weight: normal; list-style: none; }

*, *:before, *:after { box-sizing: border-box; -webkit-box-sizing: border-box; }

input[type='text'], input[type='tel'], input[type='number'], input[type='email'], select, textarea { box-sizing: border-box; appearance: none; -webkit-appearance: none; border-radius: 5px; font-family: inherit; font-size: inherit; line-height: inherit; border: #d0ccc6 solid 1px; padding: 9px 14px; background-color: #fff; vertical-align: top; }
select { padding-right: 35px; background: #fff url(../images/drop.png) no-repeat right 14px center; }
input[type='text']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='email']:focus, select:focus, textarea:focus { border-color: #ae0079; box-shadow: 0 0 0 2px rgba(174, 0, 121, 0.2); }
input[type='radio'], input[type='checkbox'] { vertical-align: top; margin: 0; padding: 0; width: 16px; height: 16px; }

a.a { color: #ae0079; text-decoration: underline; }
a.a:hover { text-decoration: none; }
.sp { display: none; }

/* Header */

.header { position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; }
.header .cont { display: flex; align-items: center; height: 90px; }
.header .cont:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); pointer-events: none; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.header .logo { padding: 0 30px; margin-right: auto; position: relative; z-index: 3; }
.header nav { display: flex; }
.header nav &gt; ul { display: flex; }
.header nav &gt; ul &gt; li &gt; a, .header nav &gt; ul &gt; li &gt; span { display: flex; height: 90px; align-items: center; font-weight: bold; padding: 10px 15px; transition: all 0.15s ease-out; position: relative; z-index: 3; }
.header nav &gt; ul &gt; li &gt; span { cursor: default; }
.header nav &gt; ul &gt; li &gt; a:after, .header nav &gt; ul &gt; li &gt; span:after { content: ''; height: 3px; width: calc(100% - 10px); background-color: #ae0079; position: absolute; left: 5px; bottom: 20px; transform: scaleX(0); transition: all 0.15s ease-out; }
.header nav &gt; ul &gt; li:hover &gt; a, .header nav &gt; ul &gt; li:hover &gt; span, .header nav &gt; ul &gt; li &gt; a.on, .header nav &gt; ul &gt; li &gt; span.on { color: #ae0079; text-decoration: none; }
.header nav &gt; ul &gt; li:hover &gt; a:after, .header nav &gt; ul &gt; li:hover &gt; span:after, .header nav &gt; ul &gt; li &gt; a.on:after, .header nav &gt; ul &gt; li &gt; span.on:after { transform: scaleX(1); }
.header nav &gt; div { margin-left: 20px; }
.header nav &gt; div a { display: flex; align-items: center; background: #ae0079 url(../images/ic_mail.png) no-repeat 20px center; color: #fff; font-weight: bold; text-align: left; padding: 10px 25px 10px 80px; height: 90px; position: relative; z-index: 3; }
.header nav &gt; div a:hover { text-decoration: none; opacity: 0.75; }

.header nav &gt; ul &gt; li &gt; i { position: fixed; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); left: 0; top: 0; pointer-events: none; transition: all 0.2s ease-in-out; opacity: 0; visibility: hidden; }
.header nav &gt; ul &gt; li:hover .snav { opacity: 1; visibility: visible; pointer-events: all; transform: translateY(0px); }
.header nav &gt; ul &gt; li:hover &gt; i { opacity: 1; visibility: visible; }

.header .snav { position: absolute; left: 0; top: 90px; width: 100%; background-color: #f8f8f6; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); transition: all 0.2s ease-in-out; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); z-index: 1; }
.header .snav.sm1 { display: flex; }
.header .snav.sm1:before { content: ''; width: 32%; background: url(../images/sm1_bg.jpg) no-repeat center; background-size: cover; }
.header .snav.sm1 &gt; div { width: 68%; display: flex; text-align: left; padding: 40px 80px; }
.header .snav.sm1 ul { width: 33.33%; }
.header .snav.sm1 li { padding: 20px 0; }
.header .snav.sm1 li a { font-weight: bold; }
.header .snav.sm1 li a:hover { color: #ae0079; text-decoration: none; }

.header .snav.sm2 { background: #f8f8f6 url(../images/sm2_bg.png) no-repeat right 10px bottom -30px; padding: 40px 15px; }
.header .snav.sm2 &gt; div { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-evenly; text-align: left; }
.header .snav.sm2 &gt; div &gt; div { min-width: calc(100% / 8 - 10px); margin: 0 5px; }
.header .snav.sm2 span { font-size: 16px; border-bottom: #e8eae0 solid 1px; display: block; padding-bottom: 15px; margin-bottom: 5px; font-weight: bold; }
.header .snav.sm2 ul { display: grid; grid-template-columns: 1fr 1fr; grid-auto-flow: row dense; }
.header .snav.sm2 li { grid-column-start: 1; font-size: 14px; font-weight: bold; margin-top: 10px; }
.header .snav.sm2 li:nth-child(n + 6) { grid-column-start: 2; padding-left: 5px; }
.header .snav.sm2 li a:hover { color: #ae0079; text-decoration: none; }

@media screen and (max-width: 1330px) {
	.header .logo { padding: 0 20px; }
	.header .logo img { width: 240px; }
}
@media screen and (max-width: 1210px) {
	.header nav &gt; ul &gt; li &gt; a, .header nav &gt; ul &gt; li &gt; span { padding-left: 8px; padding-right: 8px; }
}
@media screen and (max-width: 1140px) {
	.header .logo img { width: 180px; }
}

.header_sp { display: none; }

/* Content */

.mainbnr { height: 524px; position: relative; overflow: hidden; z-index: 0; }
.mainbnr &gt; div { width: 100%; position: absolute; top: 0; left: 0; height: 524px; background-size: cover !important; }
.mainbnr &gt; div img { opacity: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.mainbnr &gt; div a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.mainbnr &gt; div a:hover { background-color: rgba(255, 255, 255, 0.2); }
.mainbnr &gt; div a:hover img { opacity: 0; }
.mainbnr &gt; div.s1 { background: #f7f4ed url(../images/slide1.jpg) no-repeat center top; }
.mainbnr &gt; div.s1b { background: #f7f4ed url(../images/slide1b.jpg) no-repeat center top; }
.mainbnr &gt; div.s2 { background: #c6c6c6 url(../images/slide2.jpg) no-repeat center top; }
.mainbnr &gt; div.s2b { background: #c6c6c6 url(../images/slide2b.jpg) no-repeat center top; }
.mainbnr &gt; div.s2c { background: #c6c6c6 url(../images/slide2c.jpg) no-repeat center top; }
.mainbnr &gt; div.s3 { background: #c6c6c6 url(../images/slide3.jpg) no-repeat center top; }
.mainbnr &gt; div.s4 { background: #c6c6c6 url(../images/slide4.jpg) no-repeat center top; }
.mainbnr ul { z-index: 100; position: absolute; bottom: 40px; width: 1080px; text-align: right; left: 50%; margin-left: -540px; }
.mainbnr ul li { display: inline-block; width: 12px; height: 12px; text-align: left; text-indent: -9999px; margin: 0 0 0 12px; cursor: pointer; position: relative; background-color: #d8d8d8; border: #fff solid 2px; }
.mainbnr ul li.sel, .mainbnr ul li:hover { background-color: #ae0079; }

.bnr_areas { position: relative; margin: 0 auto; width: 1120px; z-index: 1; }
.bnr_areas .cont { width: 380px; height: 524px; position: absolute; left: 20px; top: 0; display: flex; align-items: center; justify-content: center; text-align: left; padding: 10px 0; }
.bnr_areas .cont &gt; div { background: #fff url(../images/sm2_bg.png) no-repeat right -15px bottom 25%; background-size: 190px auto; border-radius: 10px; box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1); width: 100%; overflow: hidden; }
.bnr_areas h2 { font-size: 15px; font-weight: bold; color: #52192a; background-color: #f5efe8; border-bottom: #e2e2d0 solid 1px; text-align: center; padding: 10px; }
.bnr_areas .list { padding: 10px 12px 15px 22px; font-size: 14px; }
.bnr_areas .list span { display: block; color: #52192a; font-weight: bold; margin: 5px 0 2px 0; }
.bnr_areas .list ul { font-size: 0; }
.bnr_areas .list li { display: inline-block; vertical-align: top; font-size: 14px; line-height: 16px; margin: 2px 0; }
.bnr_areas .list li:not(:last-child) { border-right: #bfc5da solid 1px; padding-right: 10px; margin-right: 10px; }
.bnr_areas .list li a { color: #52192a; }
.bnr_areas .list li a:hover { color: #ae0079; text-decoration: none; }

.nc0 { padding: 10px 20px; }
.nc0 h1 { font-size: 13px; color: #52192a; }

.nc1 { background-color: #faeff3; padding: 35px 20px 15px 20px; }
.nc1 .cont { max-width: 1080px; margin: 0 auto 20px auto; border: #d87bbc solid 2px; background-color: #fff; padding: 25px 30px; border-radius: 5px; overflow: hidden; position: relative; }
.nc1 .cont:before { content: ''; width: 30px; height: 30px; background-color: #d87bbc; position: absolute; left: -15px; top: -15px; transform: rotate(45deg); }
.nc1 .cont .ti { font-size: 17px; line-height: 1.6; font-weight: bold; color: #ae0079; text-align: center; margin-bottom: 15px; }
.nc1 .nwarea { margin-bottom: 0; }

.title { font-size: 28px; font-weight: bold; line-height: 1.5em; padding: 0 0 30px 0; margin-bottom: 50px; position: relative; text-align: center; }
.title:before, .title:after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; }
.title:before { height: 1px; background-color: #ddd; width: 80px; }
.title:after { height: 2px; background-color: #ae0079; width: 30px; }

.nc2 { padding: 90px 20px 40px 20px; border-bottom: #e6e6e6 solid 1px; }
.nc2 .cont { max-width: 1024px; margin: 0 auto; text-align: left; }

.re_types { font-size: 13px; line-height: 1.4em; margin: 0 -5px -5px 0; font-weight: bold; }
.re_types li { display: inline-block; margin: 0 5px 5px 0; border-radius: 2px; border-width: 1px; border-style: solid; padding: 2px 9px 0 29px; background-position: 5px center !important; background-size: 22px auto !important; background-repeat: no-repeat !important; }
.re_types li.t_parking { background: url(../images/t1.png); background-color: #edf8fd; border-color: #72bbc8; color: #4883a9; }
.re_types li.t_ekichika { background: url(../images/t2.png); background-color: #edf8fd; border-color: #72bbc8; color: #4883a9; }
.re_types li.t_highway { background: url(../images/t3.png); background-color: #edf8fd; border-color: #72bbc8; color: #4883a9; }
.re_types li.t_kyoudouhaka { background: url(../images/t4.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_kobetsuhaka { background: url(../images/t5.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_noukotudou { background: url(../images/t6.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_tree-funeral { background: url(../images/t7.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_religion-free { background: url(../images/t8.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_dogrun { background: url(../images/t9.png); background-color: #fffbef; border-color: #ffac53; color: #e58e28; }
.re_types li.t_largedog40kg { background: url(../images/t10.png); background-color: #e7efe9; border-color: #afa896; color: #5c7e6e; }
.re_types li.t_largedog50kg { background: url(../images/t11.png); background-color: #e7efe9; border-color: #afa896; color: #5c7e6e; }
.re_types li.t_pickup { background: url(../images/t12.png); background-color: #fff2f5; border-color: #f9abe0; color: #db76b1; }
.re_types li.t_pickup-bereaved-family { background: url(../images/t13.png); background-color: #fff2f5; border-color: #f9abe0; color: #db76b1; }
.re_types li.t_delivery-remains { background: url(../images/t14.png); background-color: #fff2f5; border-color: #f9abe0; color: #db76b1; }
.re_types li.t_24h-available { background: url(../images/t15.png); background-color: #f4eef9; border-color: #bca2d4; color: #8a6aa8; }
.re_types li.t_24h-call-available { background: url(../images/t16.png); background-color: #f4eef9; border-color: #bca2d4; color: #8a6aa8; }
.re_types li.t_creditcard { background: url(../images/t17.png); background-color: #f4eef9; border-color: #bca2d4; color: #8a6aa8; }
.re_types li.t_powder { background: url(../images/t18.png); background-color: #f4eef9; border-color: #bca2d4; color: #8a6aa8; }

.tabs { border-bottom: #ae0079 solid 3px; margin-bottom: 20px; display: flex; }
.tabs li { border-top-left-radius: 5px; border-top-right-radius: 5px; color: #a80f78; background-color: #f8e6ec; min-width: calc((100% - 42px) / 8); text-align: center; padding: 15px 10px 13px 10px; cursor: pointer; font-size: 16px; font-weight: bold; }
.tabs li:not(:last-child) { margin-right: 6px; }
.tabs li.on { background-color: #ae0079; color: #fff; pointer-events: none; }
.tabcont &gt; div { display: none; }
.tabcont &gt; div.on { display: block; }
.rnlist { padding-bottom: 20px; }
.rnlist &gt; span { display: none; }
.rnlist h3 { background-color: #f8f8f6; margin-bottom: 20px; font-size: 17px; font-weight: bold; line-height: 1.5em; padding: 12px 10px 11px 10px; border-bottom: #dbddd5 solid 1px; }
.rnlist h3 a { background: url(../images/arrow3.png) no-repeat 0 4px; display: inline-block; padding-left: 30px; color: #52192a; }
.rnlist h3 a:hover { background-position: 5px 4px; text-decoration: none; color: #a80f78; }
.rnlist .cf &gt; span { display: none; }
.rnlist .cf &gt; div { float: left; width: calc(33.33% - 10px); margin: 0 15px 40px 0; }
.rnlist .cf &gt; div:nth-child(3n + 1) { float: right; margin-right: 0; }
.rnlist .cf &gt; div:nth-child(3n + 2) { clear: both; position: relative; }
.rnlist .cf &gt; div:nth-child(3n + 2):not(:nth-child(2)):before { content: ''; border-top: #dbddd5 solid 1px; width: 1024px; left: 0; top: -20px; position: absolute; }
.rnlist .cf &gt; div a { display: block; }
.rnlist .cf &gt; div a:after { content: ''; display: block; clear: both; }
.rnlist .cf &gt; div a:hover { text-decoration: none; }
.rnlist .cf &gt; div .im { float: left; position: relative; }
.rnlist .cf &gt; div .im img { display: block; }
.rnlist .cf &gt; div .im:before { content: ''; border: #fff solid 3px; width: 100%; height: 100%; position: absolute; box-sizing: border-box; opacity: 0.4; z-index: 1; }
.rnlist .cf &gt; div .tx { float: right; width: calc(100% - 125px); }
.rnlist .cf &gt; div h4 { font-size: 16px; font-weight: bold; line-height: 1.5em; padding-bottom: 5px; transition: all 0.15s ease-out; }
.rnlist .cf &gt; div a:hover h4 { color: #a80f78; }
.rnlist .cf &gt; div p { background: url(../images/addr_ic.png) no-repeat 2px 1px; background-size: 10px auto; font-size: 13px; padding: 0 0 0 18px; line-height: 1.4em; margin-top: 0px; }
.rnlist .cf &gt; div p.v { background: url(../images/voice_ic2.png) no-repeat 0 2px; background-size: 15px auto; margin-top: 2px; }
.rnlist .cf &gt; div p.v i { font-style: normal; font-size: 0px; vertical-align: top; line-height: 1.4em; margin-right: 3px; display: inline-block; width: 11px; height: 11px; background: url(../images/star.png) no-repeat center; background-size: 100% 100%; margin-top: 2px; }
.rnlist .cf &gt; div .re_types { clear: both; padding-top: 12px; font-size: 11px; }
.rnlist .cf &gt; div .re_types li { display: inline-block; margin: 0 5px 5px 0; border-radius: 2px; border-width: 1px; border-style: solid; padding: 1px 7px 1px 25px; background-position: 4px center !important; background-size: 18px auto !important; background-repeat: no-repeat !important; }

.nc3 { padding: 90px 20px 100px 20px; }
.nc3 .cont { max-width: 1080px; margin: 0 auto; }
.nc3 .bx { display: flex; justify-content: space-between; counter-reset: nc3; margin-bottom: 40px; }
.nc3 .bx &gt; div { width: calc((100% - 20px) / 3); border: #ddd solid 1px; border-radius: 5px; padding: 3px; counter-increment: nc3; background-color: #fff; }
.nc3 .bx &gt; div img { border-radius: 3px; }
.nc3 .bx &gt; div h3 { font-size: 20px; font-weight: bold; line-height: 1.5; padding: 15px 15px 30px 15px; }
.nc3 .bx &gt; div h3:before { content: 'Point 0' counter(nc3); display: block; font-family: 'Times New Roman', Times, serif; color: #ae0079; font-size: 14px; margin-bottom: 10px; }
.nc3 .cont &gt; p { margin-bottom: 40px; line-height: 1.8; }
.nc3 .btns { display: flex; justify-content: center; }
.nc3 .btns div { margin: 0 10px; }
.nc3 .btns a { font-weight: bold; color: #ae0079; border: #ae0079 solid 1px; background-color: #fff; border-radius: 3px; padding: 18px 15px; display: inline-block; width: 300px; }
.nc3 .btns a:hover { background-color: #ae0079; color: #fff; text-decoration: none; }

.nc4 { padding: 90px 20px 60px 20px; background-color: #f8f8f6; }
.nc4 .cont { max-width: 1024px; margin: 0 auto; }

.faq { text-align: left; }
.faq div { background-color: #fff; margin-bottom: 30px; border-radius: 5px; }
.faq .ti { padding: 30px 100px; font-size: 18px; line-height: 1.5; font-weight: bold; transition: all 0.15s ease-out; cursor: pointer; position: relative; }
.faq .ti:hover { color: #ae0079; }
.faq .ti:before { content: 'Q'; position: absolute; background-color: #ae0079; width: 36px; line-height: 36px; text-align: center; border-radius: 50%; color: #fff; left: 40px; top: 25px; }
.faq .ti:after { content: ''; width: 16px; height: 16px; position: absolute; top: 50%; margin-top: -8px; right: 50px; background: url(../images/arrow1.png) no-repeat center; background-size: 100% auto; transition: all 0.15s ease-out; transform: rotate(-180deg); }
.faq .ti.on:after { transform: rotate(0deg); }
.faq p { line-height: 1.8; color: #666; padding: 0 100px 30px 100px; display: none; }
.faq p.on { display: block; }

.nc5 { padding: 90px 20px 80px 20px; background-color: #fdf2f6; border-top: #f9e5ed solid 1px; }
.nc5 .cont { max-width: 1024px; margin: 0 auto; }
.nc5 .list { display: flex; flex-flow: row wrap; justify-content: space-between; }
.nc5 .list &gt; div { width: calc(50% - 10px); max-width: 498px; background-color: #fff; border-radius: 5px; margin-bottom: 25px; padding: 25px 30px 20px 30px; text-align: left; display: flex; }
.nc5 .list .tx { width: 100%; }
.nc5 .list .tx h3 { font-size: 18px; font-weight: bold; line-height: 1.4; margin-bottom: 10px; }
.nc5 .list .tx h3 a:hover { color: #ae0079; text-decoration: none; }
.nc5 .list .meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.nc5 .list .meta ul { font-size: 0; }
.nc5 .list .meta li { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background: url(../images/star_n.png) no-repeat center; background-size: 100% 100%; margin-right: 2px; }
.nc5 .list .meta li.s { background: url(../images/star.png) no-repeat center; background-size: 100% 100%; }
.nc5 .list .meta div { font-size: 14px; color: #ae0079; }
.nc5 .list p { color: #675451; font-size: 14px; }

.nc6 { padding: 80px 20px 70px 20px; }
.nc6 .cont { max-width: 1024px; margin: 0 auto; }

.title3 { font-size: 20px; font-weight: bold; line-height: 1.4; border-bottom: #e6e6e6 solid 1px; padding: 3px 0 23px 25px; position: relative; text-align: left; }
.title3:before { content: ''; width: 3px; height: 34px; background-color: #ae0079; position: absolute; left: 0; top: 0; }

.wt3 { position: relative; }
.wt3 &gt; a { position: absolute; color: #ae0079; right: 0; top: 15px; }

.tnews { text-align: left; }
.tnews li { border-bottom: #e6e6e6 solid 1px; padding: 28px 20px 28px 130px; position: relative; }
.tnews li a { font-weight: bold; }
.tnews li a:hover { text-decoration: none; color: #ae0079; }
.tnews li span { position: absolute; font-size: 13px; color: #888; left: 20px; }

.nc7 { background-color: #a80f78; padding: 35px 20px; }
.nc7 .cont { margin: 0 auto; max-width: 1080px; display: flex; justify-content: space-between; }
.nc7 .cont &gt; div { width: calc((100% - 30px) / 4); }

.ft_cta { display: none; }

.nc8 { background-color: #f8f8f6; padding: 90px 20px 80px 20px; border-top: #f9e5ed solid 1px; overflow: hidden; }
.nc8 .cont { max-width: 1096px; margin: 0 auto; padding-bottom: 50px; }
.nc8 .swp { position: relative; }
.nc8 .swp:before, .nc8 .swp:after { content: ''; width: 8px; height: 100%; position: absolute; top: 0px; z-index: 2; pointer-events: none; }
.nc8 .swp:before { left: 0px; background: linear-gradient(to right, #f8f8f6, transparent); }
.nc8 .swp:after { right: 0px; background: linear-gradient(to left, #f8f8f6, transparent); }
.nc8 .swiper-slide { padding: 0px 8px; display: flex; height: auto; }
.nc8 a { background-color: #fff; border-radius: 5px; padding: 18px 20px 38px 20px; text-align: left; display: flex; flex-direction: column; text-decoration: none; width: 100%; position: relative; }
.nc8 h3 { font-size: 18px; font-weight: bold; line-height: 1.4; margin-bottom: 8px; transition: all 0.15s ease-out; }
.nc8 a:hover h3 { color: #ae0079; }
.nc8 .meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.nc8 .meta ul { font-size: 0; }
.nc8 .meta li { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background: url(../images/star_n.png) no-repeat center; background-size: 100% 100%; margin-right: 2px; }
.nc8 .meta li.s { background: url(../images/star.png) no-repeat center; background-size: 100% 100%; }
.nc8 .meta div { font-size: 14px; color: #ae0079; border-left: #f7e5f1 solid 1px; padding-left: 20px; }
.nc8 p { color: #675451; font-size: 14px; }
.nc8 .dt { color: #ae0079; font-size: 13px; text-align: right; position: absolute; bottom: 18px; right: 20px; }
.nc8 .swiper-pagination.swiper-pagination-bullets { bottom: -50px; }
.nc8 .swiper-pagination-bullet { width: 13px; height: 13px; border-radius: 0; outline: none; background-color: #d8d8d8; border: #fff solid 2px; margin: 0 6px; opacity: 1; }
.nc8 .swiper-pagination-bullet-active { background-color: #ae0079; }
.nc8 .swiper-button-prev { left: -35px; }
.nc8 .swiper-button-next { right: -35px; }
.nc8 .swiper-button-prev:after, .nc8 .swiper-button-next:after { font-size: 24px; font-weight: bold; color: #adadad; transition: all 0.15s ease-out; }
.nc8 .swiper-button-prev:hover:after, .nc8 .swiper-button-next:hover:after { color: #ae0079; }

.fbnr_pc { text-align: center; margin-bottom: 70px; }

.tcols { margin-bottom: 100px; }
.tcols .list { display: flex; justify-content: space-between; }
.tcols .list &gt; div { width: calc((100% - 48px) / 3); text-align: left; }
.tcols .list &gt; div &gt; a { display: block; text-decoration: none; }
.tcols .im { position: relative; margin-bottom: 10px; }
.tcols .im img { width: 100%; height: 200px; object-fit: cover; }
.tcols .im span { position: absolute; z-index: 1; font-size: 13px; color: #474747; background-color: #eeeff3; padding: 3px 15px 1px 15px; bottom: 0px; left: 0px; }
.tcols h3 { font-size: 14px; margin-bottom: 3px; font-weight: bold; transition: all 0.15s ease-out; }
.tcols a:hover h3 { color: #ae0079; }
.tcols .ct { background: url(../images/folder_ic.png) no-repeat 0px 6px; padding-left: 18px; }
.tcols .ct a { color: #ae0079; display: inline-block; font-size: 12px; font-weight: bold; }
.tcols .btn { margin-top: 50px; }
.tcols .btn a { font-weight: bold; color: #ae0079; border: #ae0079 solid 1px; background-color: #fff; border-radius: 3px; padding: 18px 15px; display: inline-block; width: 300px; }
.tcols .btn a:hover { background-color: #ae0079; color: #fff; text-decoration: none; }

/* Sub Pages */

.subbnr { background: url(../images/sbnr_bg.png) repeat-x bottom, linear-gradient(#fff3f9, #fbe3eb); overflow: hidden; }
.subbnr .cont { max-width: 1120px; margin: 0 auto; padding: 20px; height: 220px; display: flex; align-items: center; position: relative; }
.subbnr .cont:before, .subbnr .cont:after { content: ''; width: 100%; height: 100%; position: absolute; bottom: 0; pointer-events: none; }
.subbnr .cont:before { left: -20%; background: url(../images/sbnr_bg_l.png) no-repeat 0 bottom; }
.subbnr .cont:after { right: -13%; background: url(../images/sbnr_bg_r.png) no-repeat right bottom; }
.subbnr .cont &gt; * { position: relative; z-index: 1; }
.subbnr h1, .subbnr .h1 { font-size: 34px; font-weight: bold; color: #52192a; line-height: 1.4; text-align: left; }

@media screen and (max-width: 1280px) {
	.subbnr .cont:before { left: -5%; }
	.subbnr .cont:after { right: -2%; }
}

.content { max-width: 1120px; margin: 0 auto; padding: 60px 20px; text-align: left; }
.content .lbar { float: left; width: 780px; }
.content .rbar { float: right; width: 260px; }

.stt2 { font-size: 25px; font-weight: bold; line-height: 1.4; border-bottom: #e6e6e6 solid 1px; border-top: #e9a9d3 solid 2px; color: #52192a; text-align: left; padding: 30px 0; margin-bottom: 30px; }

.stt3 { font-size: 20px !important; font-weight: bold; line-height: 1.4; border-bottom: #e6e6e6 solid 1px; border-top: #e6e6e6 solid 1px; padding: 20px 0 20px 25px !important; position: relative; text-align: left !important; margin-bottom: 30px; }
.stt3:before { content: ''; width: 3px; height: 34px; background-color: #ae0079; position: absolute; left: 0; top: 50%; margin-top: -17px; }
.stt3 a:hover { text-decoration: none; color: #ae0079; }

.cmsarea { margin-bottom: 40px; }

.rbar .rareas { border-top: #e9a9d3 solid 3px; background-color: #f8f8f6; padding: 10px; margin-bottom: 20px; }
.rbar .rareas .ti { text-align: center; padding: 10px 0 20px 0; }
.rbar .rareas .reg { font-weight: bold; background-color: #fff; padding: 7px 15px 6px 15px; color: #52192a; border-bottom: #e8eae0 solid 1px; }
.rbar .rareas ul { padding: 10px 0 10px 0; }
.rbar .rareas li { float: left; width: 50%; padding: 0 10px 5px 10px; }
.rbar .rareas li:nth-child(2n) { float: right; }
.rbar .rareas li:nth-child(2n + 1) { clear: both; }
.rbar .rareas li a { display: inline-block; background: url(../images/arrow2.png) no-repeat 0 7px; font-size: 14px; padding-left: 15px; }
.rbar .rareas li a:hover { background-position: 3px 7px; text-decoration: none; color: #ae0079; }

.rbar .bnr { margin-bottom: 20px; }

.rc1 { background: url(../images/bg4.png); padding: 10px; margin-bottom: 20px; }
.rc1 .ti { text-align: center; padding: 10px 0; }
.rc1 p { padding: 0 10px 5px 10px; color: #fff; font-size: 14px; }
.rc1 li { background-color: #fff; text-align: center; margin-top: 10px; border-radius: 5px; padding: 20px 10px 10px 10px; }
.rc1 li span { display: block; font-weight: bold; padding-top: 10px; }

.rfaq { margin-bottom: 20px; }
.rfaq .stitle { border-top: #e9a9d3 solid 2px; text-align: center; font-weight: bold; font-size: 17px; line-height: 1.5; padding: 15px 0; border-bottom: #ddd solid 1px; }
.rfaq dl { padding: 15px 0 0 0; }
.rfaq dt { font-weight: bold; display: flex; padding: 0 0 0 40px; margin-bottom: 10px; align-items: center; min-height: 30px; position: relative; }
.rfaq dt:before { content: 'Q'; color: #fff; background-color: #ae0079; position: absolute; left: 0; top: 50%; margin-top: -15px; border-radius: 50%; width: 30px; line-height: 30px; text-align: center; }
.rfaq dd { font-size: 14px; line-height: 1.8; }
.rfaq dd:not(:last-child) { border-bottom: #ddd dashed 1px; padding-bottom: 15px; margin-bottom: 15px; }
.rfaq .mr { padding: 15px 0 0 0; }
.rfaq .mr a { display: block; text-align: center; font-size: 13px; font-weight: bold; color: #ae0079; background-color: #fae7f6; border-radius: 5px; padding: 10px; }
.rfaq .mr a:hover { text-decoration: none; color: #fff; background-color: #ae0079; }

.pathway { padding: 20px; }
.pathway ul { max-width: 1080px; margin: 0 auto; font-size: 0; text-align: left; }
.pathway ul li { font-size: 12px; line-height: 1.4; display: inline; vertical-align: middle; }
.pathway ul li:not(:last-child):after { content: '&gt;'; margin: 0 8px; }
.pathway ul li a { text-decoration: underline; color: #ae0079; }
.pathway ul li a:hover { text-decoration: none; }

.pos { background-color: none; border: none; padding: 110px 0 0 0; margin: -110px 0 0 0; position: relative; z-index: -1; pointer-events: none; }

/* Area &amp; Lists */

.p_cnts { margin-bottom: 30px; color: #52192a; }
.p_cnts span { color: #ae0079; font-size: 17px; font-weight: bold; }
.p_cnts span b { font-size: 22px; }

.re_cats { font-size: 0; font-weight: bold; }
.re_cats li { display: inline-block; font-size: 12px; line-height: 1.4; margin-right: 5px; width: 56px; padding: 4px 0; white-space: normal; color: #fff; border-radius: 2px; text-align: center; }
.re_cats li:last-child { margin-right: 0; }
.re_cats li.tachiaikobetu { background-color: #ebbc4a; }
.re_cats li.ichininkobetu { background-color: #80a247; }
.re_cats li.goudou { background-color: #87babd; }

.reien { margin-bottom: 40px; }
.reien .ti { border-radius: 5px 5px 0 0; background-color: #fff2f8; border: #fdddec solid 1px; position: relative; display: flex; align-items: center; padding: 10px 0; }
.reien .ti span { white-space: nowrap; display: block; font-weight: bold; color: #fff; background-color: #e9a9d3; padding: 5px 25px 5px 15px; text-align: center; position: relative; clip-path: polygon(0% 0%, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0% 100%); margin-left: -1px; }
.reien .ti h3 { font-size: 20px; font-weight: bold; line-height: 1.5em; color: #fff; padding: 0 15px; }
.reien .ti h3 a { color: #52192a; }
.reien .ti h3 a:hover { text-decoration: none; color: #ae0079; }
.reien .ti ul.re_cats { margin-left: auto; padding-right: 10px; white-space: nowrap; }
.reien .cont { border: #ebe6dc solid; border-width: 0 1px; padding: 18px; }
.reien .im { float: left; width: 280px; margin-bottom: 15px; position: relative; }
.reien .im img { display: block; width: 100%; }
.reien .im:before { content: ''; border: #fff solid 6px; width: 100%; height: 100%; position: absolute; box-sizing: border-box; opacity: 0.4; }
.reien .tx { float: right; width: 440px; }
.reien .tx dl { padding: 15px 0 5px 0; }
.reien .tx dt { display: inline; font-weight: bold; margin-right: 10px; }
.reien .tx dd { display: inline; font-weight: bold; }
.reien .tx dd:after { content: ''; display: block; height: 10px; }
.reien .re_types { float: right; width: 445px; margin-bottom: 10px; }
.reien .mcetxt { padding-bottom: 15px; clear: both; }
.reien .vc_mr { clear: both; display: flex; justify-content: space-between; align-items: center; }
.reien .vc span { background: url(../images/voice_ic.png) no-repeat 0 1px; background-size: 24px auto; display: inline-block; padding-left: 32px; color: #ae0079; font-weight: bold; }
.reien .vc span b { background: url(../images/star.png) no-repeat 0px 0px; padding-top: 1px; padding-left: 28px; font-size: 20px; display: inline-block; vertical-align: top; margin-top: -2px; }
.reien .mr a { text-align: center; display: inline-block; color: #ae0079; font-weight: bold; width: 170px; padding: 10px; border-radius: 5px; background-color: #fae7f6; }
.reien .mr a:hover { text-decoration: none; background-color: #ae0079; color: #fff; }

.ls_price { float: right; width: 440px; margin-bottom: 10px; border-top: #B60081 solid 1px; padding-top: 10px; display: flex; align-items: flex-start; }
.ls_price dt { font-size: 16px; font-weight: bold; color: #B60081; width: 115px; white-space: nowrap; }
.ls_price dd { width: calc(100% - 115px); font-size: 14px; }
.ls_price dd b { font-weight: normal; font-size: 16px; }

.tb_nav { border: #ebe6dc solid; border-width: 0 1px 1px 1px; border-radius: 0 0 5px 5px; background-color: #f3f0ea; padding: 20px 18px; text-align: center; display: flex; justify-content: center; align-items: center; }
.tb_nav .frm { width: calc(45% - 10px); margin-left: auto; }
.tb_nav .frm a { display: flex; align-items: center; justify-content: center; border-radius: 5px; font-weight: bold; font-size: 18px; line-height: 1.4; padding: 10px; min-height: 54px; color: #fff; background-color: #ff5300; }
.tb_nav .frm a:hover { text-decoration: none; background-color: #fff; color: #ff5300; }
.tb_nav .tel { width: calc(55% - 10px); }
.tb_nav .tel a { display: flex; align-items: center; justify-content: center; background-color: #fff; border-radius: 5px; padding: 5px; min-height: 54px; pointer-events: none; }
.tb_nav .tel a b { font-size: 13px; line-height: 1.4; color: #ae0079; display: inline-block; background: url(../images/tel_ic.png) no-repeat 0 center; background-size: 22px auto; padding: 2px 0 0 30px; margin-right: 15px; }
.tb_nav .tel span { display: block; font-size: 12px; line-height: 1; text-align: left; color: #52192a; max-width: 290px; }
.tb_nav .tel span i { font-size: 24px; line-height: 1; font-family: Arial; font-weight: bold; display: block; font-style: normal; padding-bottom: 2px; }
.tb_nav .tel a:hover { text-decoration: none; }

.clttl { text-align: center; background-color: #f1e5d6; padding: 30px; border-radius: 5px; margin: 50px 0 30px 0; }
.p_cnts + .clttl { margin-top: 0; }

.psearch { background-color: #f0f2f9; border: #e1e6f1 solid 10px; margin: 70px 0 50px 0; }
.psearch .cont { padding: 30px 30px 40px 30px; }
.psearch h2 { text-align: center; font-size: 24px; color: #52192a; font-weight: bold; line-height: 1.5em; margin-bottom: 30px; }
.psearch .stitle { font-size: 17px; font-weight: bold; color: #52192a; margin-bottom: 20px; border-bottom: #d6dfe2 solid 1px; padding-bottom: 10px; }
.psearch .lf { width: 250px; }
.psearch .lf select { width: 100%; margin-bottom: 15px; }
.psearch .lf select.off { pointer-events: none; background-color: #eee; opacity: 0.5; }
.psearch .rh { width: 410px; }
.psearch .rh li { float: left; width: calc(50% - 5px); padding-bottom: 10px; }
.psearch .rh li:nth-child(2n) { float: right; }
.psearch .rh li:nth-child(2n + 1) { clear: both; }
.psearch .rh li input { margin: 2px 5px 0 0; }
.psearch .rh li a:hover { text-decoration: none; color: #ae0079; }
.psearch .nav { clear: both; text-align: center; padding-top: 15px; }
.psearch .nav button { appearance: none; -webkit-appearance: none; font-family: inherit; font-size: 18px; font-weight: bold; color: #fff; text-align: center; display: inline-block; width: 400px; background-color: #ae0079; border: none; border-radius: 5px; padding: 15px; line-height: 1.4; cursor: pointer; }
.psearch .nav button:hover { background-color: #fff; color: #ae0079; }

.cities { margin-bottom: 30px; }
.cities ul { display: flex; flex-flow: row wrap; }
.cities ul li { width: calc(100% / 5); margin-bottom: 15px; font-weight: bold; }
.cities ul li a { display: inline-block; padding-left: 20px; background: url(../images/addr_ic2.png) no-repeat 0 2px; }
.cities ul li a:hover { text-decoration: none; color: #ae0079; }
.cities &gt; div { display: flex; justify-content: space-between; padding-bottom: 15px; }
.cities &gt; div span { display: flex; width: 120px; font-size: 18px; font-weight: bold; justify-content: center; align-items: center; background-color: #f8f8f6; border: #e8eae0 solid 1px; padding: 10px; }
.cities &gt; div ul { width: calc(100% - 160px); align-self: center; }
.cities &gt; div ul li { width: calc(100% / 4); margin: 5px 0; }

.nodata { padding: 25px 30px; border: #ddd solid 1px; margin-bottom: 40px; background-color: #eee; color: #999; border-radius: 5px; }

.pager { text-align: center; margin-bottom: 50px; font-size: 0; font-weight: bold; }
.pager span, .pager a { display: inline-block; font-size: 14px; line-height: 31px; padding-top: 1px; width: 32px; background-color: #e8e8e8; border-radius: 3px; margin: 0 5px 10px 5px; vertical-align: top; }
.pager span { cursor: default; background-color: #9ba5c5; color: #fff; }
.pager a:hover { text-decoration: none; background-color: #9ba5c5; color: #fff; }

.areamap { background: url(../images/areamap.jpg) no-repeat 80px 0; height: 640px; position: relative; margin: 30px 0 80px 0; }
.areamap &gt; div { position: absolute; }
.areamap .a1, .areamap .a2, .areamap .a3, .areamap .a4, .areamap .a5, .areamap .a6, .areamap .a7, .areamap .a8 { background-color: #f6f6f6; border-radius: 5px; width: 210px; padding: 15px 20px; }
.areamap h3 { font-size: 15px; font-weight: bold; padding: 2px 0 5px 0; }
.areamap li { float: left; width: 78px; padding-top: 5px; }
.areamap li:nth-child(2n) { float: right; }
.areamap li:nth-child(2n + 1) { clear: both; }
.areamap li a { display: inline-block; background: url(../images/arrow4.png) no-repeat 0 7px; padding-left: 15px; }
.areamap li a:hover { background: url(../images/arrow2.png) no-repeat 3px 7px; text-decoration: none; color: #ae0079; }
.areamap .a1 { bottom: 480px; left: 230px; }
.areamap .a2 { bottom: 430px; left: 0; }
.areamap .a3 { bottom: 320px; right: 0; }
.areamap .g1 { top: 375px; left: 460px; }
.areamap .g2 { top: 375px; left: 230px; }
.areamap .a8 { top: 440px; left: 0; }
.areamap .a4 + div, .areamap .a6 + div { margin-top: 20px; }
.areamap .a1 h3, .header .snav.sm2 span.a1 { color: #2e96a9; }
.areamap .a2 h3, .header .snav.sm2 span.a2 { color: #e5c023; }
.areamap .a3 h3, .header .snav.sm2 span.a3 { color: #5a8d02; }
.areamap .a4 h3, .header .snav.sm2 span.a4 { color: #f2a638; }
.areamap .a5 h3, .header .snav.sm2 span.a5 { color: #a66739; }
.areamap .a6 h3, .header .snav.sm2 span.a6 { color: #e5747c; }
.areamap .a7 h3, .header .snav.sm2 span.a7 { color: #e25c52; }
.areamap .a8 h3, .header .snav.sm2 span.a8 { color: #7a80c2; }

.sareas { display: none; }

.mbm20 { margin-bottom: -40px; }

.sb_txt { margin-bottom: 30px; line-height: 1.7; }

.areasel { background-color: #f0f2f9; padding: 20px 30px; position: relative; margin-bottom: 30px; }
.areasel dt { background: url(../images/addr_ic4.png) no-repeat; font-weight: bold; padding: 2px 0 2px 30px; position: absolute; top: 28px; }
.areasel dd { padding-left: 150px; }
.areasel dd select { width: 100%; }

/* Reien Detail */

.dmenu { position: fixed; z-index: 10; right: 0; top: 50%; margin-top: -130px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.dmenu ul { border: #f1d5eb solid; border-width: 1px 0 1px 1px; background-color: #fff2fb; border-radius: 5px 0 0 5px; overflow: hidden; }
.dmenu ul li:not(:last-child) { border-bottom: #f1d5eb solid 1px; }
.dmenu ul a { display: block; padding: 15px 20px; color: #ba4095; font-size: 13px; font-weight: bold; line-height: 1.5; }
.dmenu ul a:hover, .dmenu ul a.on { background-color: #fad5f2; text-decoration: none; }

.det_hvc { text-align: left; margin-top: 10px; display: flex; }
.det_hvc ul { font-size: 0; }
.det_hvc li { display: inline-block; vertical-align: middle; width: 22px; height: 22px; background: url(../images/star_n.png) no-repeat center; background-size: 100% 100%; margin-right: 2px; }
.det_hvc li.s { background: url(../images/star.png) no-repeat center; background-size: 100% 100%; }
.det_hvc p { margin-left: 15px; margin-top: 0px !important; }
.det_hvc p .h { font-size: 24px; font-weight: bold; color: #ae0079; display: inline-block; vertical-align: top; }
.det_hvc p .m { display: inline-block; border-left: #f5d1e4 solid 1px; padding-left: 20px; margin-left: 20px; vertical-align: top; font-size: 13px; color: #52192a; line-height: 15px; margin-top: 3px; }
.det_hvc p .m b { font-size: 18px; color: #ae0079; }

.subbnr .re_cats { margin-left: auto; white-space: nowrap; padding-left: 20px; }
.subbnr .re_cats li { width: 100px; border: #fff solid 2px; border-radius: 3px; padding: 10px 0; font-size: 13px; }

.det01 { max-width: 1064px; margin: 0 auto; padding: 30px 20px; }
.det01 .imgset { display: block; justify-content: space-between; align-items: flex-start; padding-bottom: 8px; float: left; width: 560px; }
.det01 .imgset div { min-height: 360px; padding: 5px; border: #e8eae0 solid 1px; background-color: #f9faf5; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; }
.det01 .imgset div:after { content: ''; width: 100%; height: 100%; left: 0; top: 0; background: url(../images/loading.gif) no-repeat center center; background-size: 32px auto; background-color: rgba(255, 255, 255, 0.9); position: absolute; z-index: 2; opacity: 0; transition: all 0.15s ease-in-out; }
.det01 .imgset div.loading:after { visibility: visible; opacity: 1; }
.det01 .imgset div img { width: 100%; }
.det01 .imgset ul { display: flex; flex-flow: row wrap; gap: 10px; }
.det01 .imgset li { border: #e8eae0 solid 1px; padding: 1px; width: 104px; margin: 0; cursor: pointer; transition: all 0.15s ease-out; }
.det01 .imgset li img { display: block; }
.det01 .imgset li.on { border-color: #ae0079; }

.detdata { width: 430px; float: right; }
.detdata table { border-collapse: collapse; width: 100%; margin-bottom: 30px; }
.detdata th, .detdata td { border: #e2e2e2 solid 1px; text-align: left; padding: 12px 20px; }
.detdata th { width: 130px; background-color: #fff2fb; font-weight: bold; }
.detdata th span { display: inline-block; padding-left: 25px; }
.detdata th span.i1 { background: url(../images/addr_ic4.png) no-repeat 1px 1px; background-size: 14px auto; }
.detdata th span.i2 { background: url(../images/time_ic.png) no-repeat 0px 3px; background-size: 15px auto; }
.detdata th span.i3 { background: url(../images/calendar_ic.png) no-repeat 0px 3px; background-size: 15px auto; }

.top_cta  { background: url(../images/bg2.jpg); padding: 20px 25px 25px 25px; margin-bottom: 20px; }
.top_cta .tb_nav { border: none; border-radius: 0; padding: 0; background: none; margin-top: 15px; display: block; }
.top_cta .tb_nav .frm { width: 100%; margin-top: 15px; }
.top_cta .tb_nav .frm a { font-size: 20px; min-height: 60px; }
.top_cta .tb_nav .tel { width: 100%; margin-bottom: 0px; min-height: 0px; }
.top_cta .tb_nav .tel a { font-size: 20px; min-height: 60px; background: none; padding: 0px; justify-content: space-between; }
.top_cta .tb_nav .tel b { color: #4883a9; font-size: 14px; background: url(../images/tel_ic2.png) no-repeat 0 center; background-size: 20px auto; padding: 3px 0 2px 27px; margin-right: 0px; }
.top_cta .tb_nav .tel span { font-size: 12px; line-height: 1.2; width: 230px; }
.top_cta .tb_nav .tel span i { font-size: 30px; line-height: 1; }

.det01 .meta { display: flex; text-align: left; margin-bottom: 15px; }
.det01 .meta dl { width: 33.33%; border-left: #e1e0df dotted 1px; padding: 12px 34px; }
.det01 .meta dl:last-child { border-right: #e1e0df dotted 1px; }
.det01 .meta dt { font-weight: bold; padding-bottom: 5px; }

.iconds { clear: both; text-align: right; padding-bottom: 10px; }
.iconds &gt; span { background: url(../images/qst_ic.png) no-repeat 0 0; padding-left: 26px; font-size: 13px; color: #ae0079; display: inline-block; line-height: 1.5em; cursor: pointer; }
.iconds &gt; span:hover { text-decoration: underline; }
.dettps { background-color: #e2e2e2; margin-bottom: 30px; }
.dettps .re_types { margin: 0; display: flex; flex-flow: row wrap; padding: 0 0 1px 1px; }
.dettps li { background-position: center 7px !important; background-size: auto !important; margin: 1px 1px 0 0; border: none; border-radius: 0; width: calc(11.11% - 1px); padding: 0; text-align: center; display: flex; flex-direction: column; }
.dettps li b { font-size: 13px; padding: 38px 0 7px 0; min-height: 84px; display: flex; align-items: center; justify-content: center; width: 100%; }
.dettps li span { background-color: #fff; color: #333; font-size: 18px; line-height: 1em; min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 5px; font-weight: normal; width: 100%; margin-top: auto; }

.pop_cont { position: fixed; z-index: 1100; top: 0; left: 0; width: 100%; height: 100%; display: flex; text-align: center; justify-content: center; align-items: center; transition: all 0.25s ease-in-out; opacity: 0; visibility: hidden; }
.pop_cont.on { opacity: 1; visibility: visible; }
.pop_cont .pop_window { width: 780px; max-height: 720px; background-color: #fff; position: relative; margin: 0 auto; border: #e2e2e2 solid 5px; z-index: 2; top: -15px; text-align: left; padding: 50px; box-sizing: border-box; transition: all 0.35s ease-in-out; }
.pop_cont.on .pop_window { top: 0; }
.pop_cont .pop_window &gt; span { position: absolute; width: 40px; height: 40px; background: url(../images/close.png) no-repeat; right: -15px; top: -15px; cursor: pointer; }
.pop_cont .pop_window &gt; span:hover { opacity: 0.75; }
.pop_cont &gt; span { content: ''; z-index: 1; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }

.icontxt .stitle { border-bottom: #e6e6e6 solid 1px; padding: 0 0 15px 0; font-size: 22px; position: relative; font-weight: bold; }
.icontxt .stitle:before { content: ''; width: 30px; height: 2px; background-color: #ae0079; position: absolute; bottom: -2px; left: 0; }
.icontxt ul { max-height: 520px; padding: 10px; overflow: auto; margin: 0; }
.icontxt li { background-size: auto !important; background-position: 0 8px !important; border: none; display: block; background-color: transparent !important; border-radius: 0; padding: 10px 0; }
.icontxt li:last-child { padding-bottom: 0; }
.icontxt li b { display: block; font-size: 18px; line-height: 1.5em; padding: 1px 0 5px 35px; }
.icontxt li span { display: block; font-size: 15px; color: #474747; line-height: 1.5em; font-weight: 500; }

.ps_desc1 { margin-bottom: 40px; border: #f8e6ec solid 8px; padding: 30px; }
.ps_desc2 { margin-bottom: 40px; }

.stt1 { font-size: 25px; font-weight: bold; line-height: 1.4; padding: 10px 10px 20px 10px; border-bottom: #e6e6e6 solid 1px; text-align: left; position: relative; margin-bottom: 25px; }
.stt1:before { content: ''; width: 30px; height: 2px; background-color: #ae0079; position: absolute; bottom: -2px; left: 0; }

.price { margin-bottom: 40px; }
.price .mcetxt { margin-bottom: 15px; }
.price .tbls th.cl { background-color: #fff2fb; font-size: 14px; }

.tbls { width: 100%; border-collapse: collapse; margin: 0 0 10px 0; }
.tbls th, .tbls td { border: #e2e2e2 solid 1px; text-align: center; padding: 10px 15px; }
.tbls th { font-weight: bold; background-color: #f6f6f6; }
.tbls td.th { font-weight: bold; background-color: #f6f6f6; text-align: left; font-size: 14px; }
.tbls td { padding: 15px; }

.payment { margin-bottom: 40px; }

.det02 { background-color: #f8f8f6; padding: 70px 20px 60px 20px; margin-bottom: 80px; }
.det02 .cont { max-width: 1024px; margin: 0 auto; }
.det02 .list { display: flex; margin: 0 -15px; flex-flow: row wrap; padding-top: 10px; }
.det02 .list &gt; div { background-color: #fff; border-radius: 5px; padding: 30px; margin: 0 15px 30px 15px; width: calc((100% - 90px) / 3); position: relative; overflow: hidden; }
.det02 .list &gt; div:before { content: ''; width: 80px; height: 80px; position: absolute; left: -40px; top: -40px; border-radius: 50%; background-color: #87babd; }
.det02 .list &gt; div:nth-child(3n - 1):before { background-color: #80a247; }
.det02 .list &gt; div:nth-child(3n):before { background-color: #ebbc4a; }
.det02 .list span { position: absolute; font-size: 13px; color: #ae0079; background-color: #faeff3; border-radius: 3px; padding: 5px 15px; right: 8px; top: 8px; }
.det02 .list h3 { font-size: 20px; line-height: 1.4; font-weight: bold; padding: 15px 0 10px 0; }
.det02 .list p { font-size: 14px; text-align: left; line-height: 1.8; }

.det03 { max-width: 1064px; margin: 0 auto; padding: 0 20px 30px 20px; }

.daccess { margin-bottom: 50px; }
.daccess .rh { width: calc(100% - 640px - 40px); text-align: left; }
.daccess .rh h3 { font-weight: bold; font-size: 18px; line-height: 1.5em; position: relative; padding: 0 0 5px 0; }
.daccess .rh h3:before { content: ''; display: inline-block; width: 10px; height: 10px; background-color: #ae0079; margin: 0 10px 0 0; }
.daccess .rh p { line-height: 1.7; padding-bottom: 20px; }
.daccess .lf { margin: 0 40px 20px 0; }
.daccess .lf iframe { width: 640px; height: 400px; border: none; }

.suparea { margin-bottom: 40px; }

.det04 { padding: 70px 20px 60px 20px; border-top: none; margin-bottom: 80px; }
.det04 .list { padding-top: 10px; max-height: 450px; overflow: auto; }
.det04 .list &gt; div { align-items: flex-start; justify-content: space-between; }
.det04 .list .im + .tx { width: calc(100% - 110px); }
.det04 .im { width: 90px; margin-right: -5px; cursor: pointer; position: relative; border: #e3e3e3 solid 2px; border-radius: 2px; }
.det04 .im:after { content: ''; width: 28px; height: 28px; background: url(../images/zoom_ic.png) no-repeat; position: absolute; right: -5px; bottom: -5px; }
.det04 .im:hover { opacity: 0.75; }

#pop_img .pop_window { width: 520px; }
#pop_img .img { text-align: center; }
#pop_img .img img { border: #e2e3e2 solid 2px; border-radius: 2px; }

.det05 { max-width: 1064px; margin: 0 auto; padding: 0 20px 30px 20px; }
.detfaq { margin-bottom: 60px; }
.detfaq .mr { text-align: center; padding-top: 15px; }
.detfaq .mr a { display: inline-block; font-weight: bold; padding: 20px; border: #ae0079 solid 1px; border-radius: 5px; width: 380px; color: #ae0079; }
.detfaq .mr a:hover { text-decoration: none; color: #fff; background-color: #ae0079; }

.ps_desc2 + .ins_block { padding-top: 20px; }
.ins_block { padding-bottom: 30px; }
.ins_block iframe { width: 100% !important; margin: 0 auto !important; }
.ins_block blockquote { margin: 0 auto !important; }

.fqlist { text-align: left; }
.fqlist dt { font-size: 18px; font-weight: bold; line-height: 1.4; padding: 10px 0 10px 60px; position: relative; }
.fqlist dt:before { content: 'Q'; border-radius: 50%; position: absolute; left: 0; top: 5px; color: #fff; background-color: #ae0079; width: 38px; line-height: 38px; text-align: center; }
.fqlist dd { border-bottom: #e6e6e6 solid 1px; line-height: 1.8; padding: 10px 0 40px 60px; margin-bottom: 30px; }

.det06 { padding: 70px 20px 50px 20px; margin-bottom: 80px; background-color: #f8f8f6; }
.det06 .cont { max-width: 1024px; margin: 0 auto; }
.det06 .list { padding-top: 10px; }
.det06 .list &gt; div { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 35px; }
.det06 .list &gt; div p { width: 100%; line-height: 1.8; text-align: left; }
.det06 .list &gt; div .im { width: 236px; padding: 3px; background-color: #fff; border: #e8eae0 solid 1px; margin: 4px 0; }
.det06 .list &gt; div .im + p { width: calc(100% - 260px); }

.det07 { max-width: 1064px; margin: 0 auto 40px auto; padding: 0 20px 30px 20px; }
.det07 .list { padding-top: 10px; }
.det07 .list &gt; div { display: flex; align-items: flex-start; justify-content: space-between; padding: 25px 30px; background-color: #f8f8f6; margin-bottom: 30px; }
.det07 .list &gt; div .tx { width: 100%; }
.det07 .list &gt; div .im { width: 260px; padding: 3px; background-color: #fff; border: #e8eae0 solid 1px; margin: 4px 0; }
.det07 .list &gt; div .im + .tx { width: calc(100% - 290px); text-align: left; }
.det07 .list &gt; div .tx p { line-height: 1.8; }
.det07 .list &gt; div .tx &gt; span { text-align: right; margin-top: 10px; font-weight: bold; }

.bot_cta { background: url(../images/bg3.jpg); padding: 45px 20px 55px 20px; }
.bot_cta .cont { max-width: 960px; margin: 0 auto; }
.bot_cta .tb_nav { border: none; border-radius: 0; padding: 0; background: none; margin-top: 20px; }
.bot_cta .tb_nav .frm { width: calc(45% - 15px); }
.bot_cta .tb_nav .frm a { font-size: 20px; min-height: 74px; background-color: #fff; }
.bot_cta .tb_nav .frm a span { color: #ff5300; display: inline-block; background: url(../images/mail_ic2.png) no-repeat 0 center; padding: 5px 5px 5px 45px; }
.bot_cta .tb_nav .frm a:hover { opacity: 0.75; }
.bot_cta .tb_nav .tel { width: calc(55% - 15px); }
.bot_cta .tb_nav .tel a { font-size: 20px; min-height: 74px; }
.bot_cta .tb_nav .tel b { font-size: 15px; padding: 3px 0 2px 30px; }
.bot_cta .tb_nav .tel span { font-size: 13px; }
.bot_cta .tb_nav .tel span i { font-size: 30px; }

.det_cta_float .det_cta { transform: translateY(0px); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
.det_cta { background: url(../images/bg3.jpg); padding: 0 20px; position: fixed; bottom: 0; left: 0; width: 100%; transform: translateY(86px); transition: all 0.2s ease-in-out; z-index: 50; }
.det_cta .cont { max-width: 1024px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 86px; }
.det_cta .tx { color: #fff; max-width: 460px; text-align: left; }
.det_cta .tx div { font-size: 18px; line-height: 1.2; font-weight: bold; padding-bottom: 5px; }
.det_cta .tx p { background: url(../images/addr_ic3.png) no-repeat 0 0; font-size: 14px; line-height: 1.4; padding: 1px 0 2px 26px; }
.det_cta .tb_nav { border: none; border-radius: 0; padding: 0; background: none; }
.det_cta .tb_nav .frm { width: 250px; margin-left: 15px; }
.det_cta .tb_nav .frm a { background-color: #fff; }
.det_cta .tb_nav .frm a span { color: #ff5300; display: inline-block; background: url(../images/mail_ic2.png) no-repeat 0 center; padding: 3px 5px 3px 40px; }
.det_cta .tb_nav .frm a:hover { opacity: 0.75; }
.det_cta .tb_nav .tel { width: 400px; }
.det_cta .tb_nav .tel span { max-width: 280px; }
.det_cta .tb_nav .tel span u { display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* News */

.nwdate { font-family: Arial; font-size: 14px; font-weight: bold; text-align: right; color: #999; line-height: 1.5em; margin: -10px 0 20px 0; }
.nwtitle { font-family: "Yu Gothic"; font-size: 22px; line-height: 1.5em; padding: 0 0 15px 0; margin-bottom: 30px; }
.nwarea { margin-bottom: 50px; }
.nwarea .mcetxt h2 { font-size: 17px; line-height: 1.4; background-image: none; background-color: #f8e6ec; border: none; padding: 14px 20px; margin-bottom: 20px; }
.nwarea .mcetxt h2:before { display: none; }
.nwback { text-align: center; margin-bottom: 60px; }
.nwback a { text-align: center; display: inline-block; color: #ae0079; font-weight: bold; width: 170px; padding: 10px; border-radius: 5px; background-color: #fae7f6; }
.nwback a:hover { text-decoration: none; background-color: #ae0079; color: #fff; }

/* Form */

.form_cont { padding-top: 0; }
.form_cont .header { position: relative; }
.form_cont .header nav { display: none; }
.form_cont .pathway { display: none; }
.form_cont .footer, .form_cont .copy .cont .pv { display: none; }
.form_cont .copy { background-color: #eeeff3; }
.form_cont .copy .cont { justify-content: center; padding: 10px 0; }

.fm_btn { margin-left: auto; padding-left: 40px; }
.fm_btn a { display: block; width: 280px; background-color: #ae0079; border-radius: 5px; padding: 15px 10px; font-weight: bold; color: #fff; }
.fm_btn a.contact{background-color: #6481c1;}
.fm_btn a:hover { text-decoration: none; opacity: 0.75; }

.form { padding: 0 40px; }
.form .step { margin-bottom: 45px; }
.form .ctsel { background-color: #f0f2f9; border-radius: 10px; padding: 25px 40px; margin-bottom: 50px; }
.form .ctsel .cont:not(:first-child) { margin-top: 30px; }
.form .ctsel .ti { font-weight: bold; padding-bottom: 10px; color: #52192a; font-size: 16px; }
.form .ctsel .ti:after { margin-left: 10px; }
.form .ctsel .ct { background-color: #fff; margin-bottom: 10px; padding: 10px; border-radius: 4px; }
.form .ctsel .ct label { display: block; position: relative; }
.form .ctsel .ct label input { position: absolute; top: 11px; left: 11px; }
.form .ctsel .ct label span { display: block; cursor: pointer; padding: 9px 10px 7px 35px; color: #ae0079; font-weight: bold; border-radius: 3px; }
.form .ctsel .ct:not(.ct2) label input:checked + span { background-color: #e4e8f8; }
.form .ctsel .ct &gt; p { color: #ff0000; font-size: 13px; font-weight: bold; padding: 10px 10px 0 10px; }
.form .ctsel .ctpop { text-align: right; font-size: 14px; }
.form .ctsel .ctpop span { color: #619112; text-decoration: underline; cursor: pointer; }
.form .ctsel .ctpop span:hover { text-decoration: none; }
.form .ctsel .tx { font-size: 13px; color: #52192a; }
.form .ctsel .tx span { display: block; font-weight: bold; font-size: 14px; padding-left: 32px; background: url(../images/att_ic.png) no-repeat 0 0; margin-bottom: 5px; }

.form .ctsel2 { background-color: #fdf2f6; margin-bottom: 20px; }
.form .ctsel2bt { margin-bottom: 50px; }
.form .ctsel2 .ar { padding: 5px 0 20px 0; }
.form .ctsel2 .ar select { width: 250px; max-width: 100%; }
.form .ctsel2 ul { background-color: #fff; margin-bottom: 10px; position: relative; min-height: 60px; border-radius: 4px; overflow: hidden; }
.form .ctsel2 ul:after { content: '都道府県を選択してください'; font-size: 13px; line-height: 20px; position: absolute; width: 100%; left: 0; top: 50%; margin-top: -10px; text-align: center; color: #666; }
.form .ctsel2 li { background-color: #fff; align-items: center; padding: 10px; display: none; position: relative; z-index: 1; min-height: 60px; }
.form .ctsel2 li.on + li.on { border-top: #f9e5ed solid 1px; }
.form .ctsel2 li.on { display: flex; }
.form .ctsel2 li label { display: block; position: relative; max-width: 50%; }
.form .ctsel2 li label input { position: absolute; top: 11px; left: 11px; }
.form .ctsel2 li label span { display: block; cursor: pointer; padding: 9px 10px 7px 35px; color: #ae0079; font-weight: bold; border-radius: 3px; }
.form .ctsel2 li &gt; span { margin-left: auto; padding-left: 10px; width: calc(50% - 120px); }
.form .ctsel2 li a { color: #fff; background-color: #9ba5c5; font-size: 13px; padding: 5px 10px; border-radius: 3px; margin-right: 10px; }
.form .ctsel2 li a:hover { text-decoration: none; background-color: #ae0079; }

.form .ctsel .ct_ns { min-height: 60px; position: relative; }
.form .ctsel .ct_ns:after { content: '希望する寺院・霊園を選択してください'; font-size: 13px; line-height: 20px; position: absolute; width: 100%; left: 0; top: 50%; margin-top: -10px; text-align: center; color: #666; }
.form .ctsel .ct_ns &gt; div { display: none; position: relative; z-index: 1; background-color: #fff; }
.form .ctsel .ct_ns &gt; div.on { display: block; }
.form .ctsel .err { font-weight: bold; color: #ff0000; padding-top: 0; font-size: 13px; }
.form .ctsel .err:not(:last-child) { margin-bottom: 15px; }

.form .ctsel_s { margin-bottom: 30px; background-color: #fdf2f6; }
.form .ctsel_s .ct { margin-bottom: 0; text-align: center; padding: 10px 0; }
.form .ctsel_s .ct a { display: inline-block; }
.form .ctsel_s .ct label { display: inline-block; margin: 0 20px; }
.form .ctsel_s .ct label span { font-size: 17px; }
.form .ctsel_s .ct:not(.ct2) label input:checked + span { background-color: #ffdeea; }

.form .req:after, .form .noreq:after, .form .priv .agree label:before { content: '必須'; color: #fff; display: inline-block; background-color: #dd8fc2; font-weight: normal; font-size: 13px; vertical-align: top; padding: 1px 5px 0 5px; border-radius: 3px; line-height: 1.5em; margin-top: 0; }
.form .noreq:after { content: '任意'; background-color: #9ba5c5; }

.form .stt2 { text-align: center; }
.form &gt; .stt2 + table { margin-top: -30px; border-top: none; }
.form &gt; .step + table { border-top: none; }
.form &gt; table { width: 100%; border-collapse: collapse; margin: 0 0 50px 0; border-top: #e6e6e6 solid 1px; }
.form &gt; table &gt; tbody &gt; tr &gt; th, .form &gt; table &gt; tbody &gt; tr &gt; td { border-bottom: #e6e6e6 solid 1px; }
.form &gt; table &gt; tbody &gt; tr &gt; th { width: 210px; padding: 29px 0 29px 30px; vertical-align: top; color: #52192a; }
.form &gt; table &gt; tbody &gt; tr &gt; th:after { float: right; margin-top: 0 !important; }
.form &gt; table &gt; tbody &gt; tr &gt; th.ml:after { margin-top: -21px !important; }
.form &gt; table &gt; tbody &gt; tr &gt; td { padding: 20px 40px 20px 40px; }
.form &gt; table.tb_pd &gt; tbody &gt; tr &gt; td { padding: 28px 50px 28px 60px; }
.form &gt; table .ds { display: block; font-size: 13px; padding: 5px 0 15px 0; margin-bottom: -5px; }
.form &gt; table .ds:last-child { padding-bottom: 0; }
.form input[type='text'], .form input[type='tel'], .form input[type='number'], .form input[type='email'], .form textarea, .form select { vertical-align: middle; }
.form input[type='text'], .form input[type='tel'], .form input[type='number'], .form input[type='email'], .form textarea { width: 100%; }
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='number']:focus, .form input[type='email']:focus, .form textarea:focus, .form select:focus { border-color: #ae0079; box-shadow: 0 0 0 2px rgba(174, 0, 121, 0.2); }
.form th.req + td input[type='text'], .form th.req + td input[type='tel'], .form th.req + td input[type='number'], .form th.req + td input[type='email'], .form th.req + td textarea, .form th.req + td select { background-color: #fffbde; }
.form th.req + td input[type='text']:focus, .form th.req + td input[type='tel']:focus, .form th.req + td input[type='number']:focus, .form th.req + td input[type='email']:focus, .form th.req + td textarea:focus, .form th.req + td select:focus { background-color: #fff; }
.form textarea { resize: none; height: 140px; }
.form input.zip { width: 140px; }
.form input.zip + button { appearance: none; -webkit-appearance: none; border: #949494 solid 1px; border-radius: 3px; font-size: 12px; font-family: inherit; vertical-align: middle; padding: 5px 10px; margin-left: 10px; background: linear-gradient(#f7f7f7, #dedede); cursor: pointer; }
.form input.zip + button:hover { background: linear-gradient(#dedede, #f7f7f7); }

.form &gt; table.nb_mr { margin-bottom: 0; }
.addr_f { margin-bottom: 50px; }
.addr_f .form { padding: 0; display: none; }
.addr_f .form.on { display: block; }
.addr_f .form &gt; table { border-top: none; margin-bottom: 0; }

.form .chks { display: inline-block; }
.form .chks div { float: left; width: 150px; padding: 8px 0 7px 0; }
.form .chks div:nth-child(3n + 1) { clear: both; }
.form .chks label { display: inline-block; position: relative; cursor: pointer; }
.form .chks label span { display: block; padding-left: 25px; }
.form .chks label input { position: absolute; left: 0; top: 2px; }
.form .chks label input:checked + span { font-weight: bold; color: #ae0079; }

.form .chks2 div:nth-child(3n + 1) { clear: none; }
.form .chks2 div:nth-child(4n + 1) { clear: both; }

.form td .p { line-height: 1.7em; }
.form td &gt; h3 { font-size: 15px; font-weight: bold; position: relative; padding: 0 0 5px 20px; }
.form td &gt; h3:before { content: ''; width: 11px; height: 11px; border-radius: 50%; background-color: #ae0079; position: absolute; left: 0; top: 5px; }

.fm_desc { padding: 0 50px 25px 50px; }
.form .times { padding: 5px 0; }
.form .times input { width: 90px; margin: 0 5px; }
.form .times select { margin-left: 5px; }

.form .ssl { margin-bottom: 20px; }
.form .ssl .rh &gt; div { float: left; padding: 5px 0; }
.form .ssl .rh &gt; a { float: right; margin-left: 20px; }
.form .ssl .rh &gt; a img { width: auto; height: 73px; }
.form .ssl p { line-height: 1.7em; }
.form .ssl p b { color: #ae0079; }

.form .priv { border: #e6e6e6 solid 2px; margin-bottom: 40px; }
.form .priv .tx { padding: 20px 30px; font-size: 14px; line-height: 1.8em; max-height: 200px; overflow: auto; }
.form .priv .tx h3 { text-align: center; font-weight: bold; font-size: 17px; padding: 5px 0 0 0; }
.form .priv .tx h4 { font-size: 15px; margin-top: 20px; }
.form .priv .tx p { margin-top: 5px; }
.form .priv .tx ol { margin: 5px 0 0 0; }
.form .priv .agree { border-top: #e6e6e6 solid 2px; background-color: #fdf2f6; text-align: center; padding: 20px; }
.form .priv .agree p { font-weight: bold; }
.form .priv .agree label { display: inline-block; cursor: pointer; }
.form .priv .agree label input { vertical-align: middle; margin: 0 10px 2px 0; }
.form .priv .agree label input:checked + span { font-weight: bold; color: #ae0079; }
.form .priv .agree label:before { margin: 1px 30px 0 0; }

.form .nav { text-align: center; margin-bottom: 20px; }
.form .nav button { display: inline-block; vertical-align: top; appearance: none; -webkit-appearance: none; border-radius: 5px; font-size: 20px; font-weight: bold; color: #fff; font-family: inherit; padding: 20px 0; border: none; background-color: #ae0079; width: 416px; cursor: pointer; position: relative; top: 0; margin: 0 10px; }
.form .nav button:hover { opacity: 0.75; }
.form .nav button.back { background-color: #a6a6a6; width: 216px; }

.form td &gt; p { font-weight: bold; color: #ff0000; padding-top: 10px; font-size: 13px; }
.form p.agree { margin-bottom: 20px; font-weight: bold; color: #ff0000; padding: 20px; background-color: #ffefef; font-size: 14px; }

.sep5, .sep10, .sep15, .sep20 { display: block; padding: 0; margin: 0; border: none; background: none; height: 5px; }
.sep10 { height: 10px; }
.sep15 { height: 15px; }
.sep20 { height: 20px; }

.form_sent { background: none; }
.form_sent .cont { text-align: center; padding: 50px 0 0 0; }
.form_sent h1, .form_sent .h1 { float: none; }

.form_sent_cont { text-align: center; }
.form_sent_cont h2 { font-weight: bold; font-size: 26px; line-height: 1.5em; color: #ae0079; padding: 245px 0 30px 0; background: url(../images/flower.png) no-repeat center 10px; }
.form_sent_cont h2 + p { line-height: 1.8em; padding-bottom: 40px; }
.form_sent_cont h2 + p + div { padding-bottom: 20px; }

/* Sub Pages */

.ptbl table { width: 100%; border-collapse: collapse; }
.ptbl th, .ptbl td { border: #e2e2e2 solid 1px; padding: 15px; text-align: center; }
.ptbl th { font-weight: bold; background-color: #fff2fb; }
.ptbl th.th { background-color: #f8f8f6; text-align: left; }
.ptbl th.th span { font-size: 13px; display: block; font-weight: normal; }
.ptbl p { margin-bottom: 20px; }

.fq_list { background: url(../images/bg2.jpg); border: #e1e6f1 solid 3px; padding: 10px 30px 30px 30px; margin-bottom: 50px; display: flex; justify-content: space-between; flex-flow: row wrap; border-radius: 5px; }
.fq_list li { width: calc(50% - 15px); padding: 12px 0; line-height: 1.6; border-bottom: #ccc dotted 1px; display: flex; align-items: center; }
.fq_list li a { color: #52192a; display: inline-block; font-weight: bold; background: url(../images/arrow5.png) no-repeat 0 3px; padding: 0 0 0 28px; }
.fq_list li a:hover { text-decoration: none; color: #ae0079; }

.fqlist ul { font-size: 0; }
.fqlist ul li { font-size: 15px; vertical-align: top; display: inline-block; margin: 15px 30px 0 0; }
.fqlist a { color: #ae0079; text-decoration: underline; display: inline-block; background: url(../images/arrow2.png) no-repeat 0 9px !important; padding-left: 15px; }
.fqlist a:hover { text-decoration: none; }
.fqlist ol{}
.fqlist ol li{ margin-bottom: 10px;}
.fqlist ol li::first-line{ font-weight: bold;}
.fqlist small{font-size: 12px; font-weight: normal; padding-left: 10px;}

.subpg_links { background-color: #fdf2f6; border: #f9e5ed solid 1px; display: flex; flex-flow: row wrap; padding: 15px 10px; margin-bottom: 50px; }
.subpg_links li { width: 32%; padding: 10px; }
.subpg_links li:nth-child(3n) { width: 36%; }
.subpg_links li a { display: inline-block; font-weight: bold; color: #52192a; background: url(../images/arrow6.png) no-repeat 0 2px; padding: 0 0 0 28px; }
.subpg_links li a.on, .subpg_links li a:hover { color: #ae0079; text-decoration: none; }

.pdesc { margin-bottom: 50px; }
.pdesc:after { content: ''; display: block; clear: both; }
.pdesc .st1 { font-weight: bold; font-size: 17px; line-height: 1.5; margin-bottom: 20px; background: url(../images/paw_ic.png) no-repeat 0 5px; padding: 0 0 0 30px; }
.pdesc .st2 { font-size: 20px; line-height: 1.4; padding: 5px 0 5px 50px; margin-bottom: 20px; font-weight: bold; position: relative; }
.pdesc .st2:before { content: attr(data-before); text-align: center; width: 36px; line-height: 36px; color: #fff; background-color: #ae0079; border-radius: 50%; position: absolute; left: 0; top: 2px; }
.pdesc p { line-height: 1.8; margin-bottom: 20px; }
.pdesc img.rh { margin: 0 0 20px 25px; }
.pdesc a { background: url(../images/arrow2.png) no-repeat 0 4px; padding-left: 15px; text-decoration: underline; color: #ae0079; }
.pdesc a:hover { text-decoration: none; }
.pdesc .lks { list-style: none; padding: 0; margin: 0 0 20px 0; }
.pdesc .lks li { display: inline-block; margin: 0 20px 10px 0; }
.pdesc .sep { border: none; border-bottom: #e6e6e6 solid 1px; margin: 0 0 40px 0; padding: 20px 0 0 0; background: none; display: block; clear: both; }
.pdesc .u1 { margin-bottom: 20px; }
.pdesc .u1 li { font-weight: bold; padding: 2px 0 2px 20px; line-height: 1.6; position: relative; }
.pdesc .u1 li:before { content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 10px; background-color: #ae0079; }
.pdesc .ls1 { background-color: #fffbef; display: flex; margin-bottom: 20px; padding: 20px; justify-content: space-between; }
.pdesc .ls1 li { text-align: center; }
.pdesc .ls1 li span { display: block; font-weight: bold; margin-top: 5px; }
.pdesc .s10 { height: 10px; }

.spg_nav { display: flex; flex-flow: row wrap; justify-content: space-between; margin: -20px 0 50px 0; }
.spg_nav li { width: calc(50% - 10px); margin-bottom: 20px; display: flex; }
.spg_nav li a { display: flex; width: 100%; align-items: center; justify-content: space-between; flex-direction: row-reverse; border: #e8eae0 solid 1px; overflow: hidden; padding: 20px 15px 20px 30px; position: relative; }
.spg_nav li a:after { content: ''; width: 30px; height: 30px; position: absolute; right: -15px; bottom: -15px; transform: rotate(45deg); background-color: #e9a9d3; }
.spg_nav li .im { width: 150px; }
.spg_nav li .tx { width: calc(100% - 160px); }
.spg_nav li h4 { font-size: 17px; font-weight: bold; margin-bottom: 10px; }
.spg_nav li p { font-size: 13px; line-height: 1.6; }
.spg_nav li a:hover { text-decoration: none; color: #ae0079; border-color: #ae0079; }

.qs01 { margin-bottom: 50px; }
.qs01 p { line-height: 1.7; margin-top: 30px; }
.stt2 span { font-size: 20px; margin-left: 30px; }

.qs02 { margin-bottom: 50px; }
.qs02 &gt; div { float: right; }
.qs02 h3 { position: relative; font-size: 20px; font-weight: bold; line-height: 1.4; color: #52192a; padding: 5px 0 5px 60px; }
.qs02 h3:before { content: attr(data-before); text-align: center; width: 36px; line-height: 36px; color: #fff; background-color: #ae0079; border-radius: 50%; position: absolute; left: 0; top: 2px; }
.qs02 h3 span { font-size: 18px; color: #a29590; margin-left: 10px; }
.qs02 &gt; p { color: #ae0079; font-weight: bold; line-height: 1.7; margin-bottom: 30px; padding: 10px 0 0 60px; }

.qs03 { margin-bottom: 50px; }
.qs03 &gt; p { line-height: 1.7; margin-bottom: 30px; }
.qs03 .bx { display: flex; justify-content: space-between; }
.qs03 .bx &gt; div { display: flex; align-items: center; flex-direction: column; justify-content: center; width: calc(50% - 10px); border: #f9e5ed solid 1px; background-color: #fdf2f6; padding: 30px; text-align: center; }
.qs03 .bx h3 { color: #ae0079; font-size: 20px; line-height: 1.5; font-weight: bold; margin-bottom: 20px; }
.qs03 .bx p { font-weight: bold; line-height: 1.7; }

.pt01 { background: url(../images/bg2.jpg); margin-bottom: 30px; }
.pt01 .ti { font-size: 26px; font-weight: bold; color: #ae0079; text-align: center; background-color: #d0e8f8; padding: 30px 20px; margin-bottom: 25px; }
.pt01 .bx { padding: 0 30px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.pt01 p { padding: 0 30px 25px 30px; font-size: 13px; color: #474747; line-height: 2; }
a.waonForm{display: block; width: 70%; margin: 0 auto 40px auto; text-align: center; background: #ae0079; color: #FFF; padding: 15px 20px; border-radius: 5px; font-weight: bold;}
a.waonForm:hover { text-decoration: none; opacity: 0.75; }

.pt02 { background-color: #fdf2f6; border: #f9e5ed solid 1px; padding: 20px; margin-bottom: 50px; text-align: center; }
.pt02 a { color: #ae0079; display: inline-block; font-weight: bold; background: url(../images/arrow5.png) no-repeat 0 1px; padding: 0 0 0 28px; }
.pt02 a:hover { text-decoration: none; color: #52192a; }

.pt03 { font-size: 28px; line-height: 1.4; font-weight: bold; text-align: center; color: #52192a; padding-bottom: 30px; border-bottom: #eee solid 1px; margin-bottom: 40px; }

.pt04 .bx { max-width: 650px; margin: 0 auto 30px auto; display: flex; justify-content: space-between; padding-top: 10px; }
.pt04 .bx &gt; div { width: 300px; }
.pt04 .bx h4 { font-weight: bold; text-align: center; font-size: 20px; line-height: 1.4; margin: 15px 0 10px 0; }
.pt04 .bx p { font-size: 13px; color: #474747; line-height: 1.6; margin: 0; }

.ptdesc { border: #e8eae0 solid 1px; background-color: #f8f8f6; margin-bottom: 30px; }
.ptdesc .ti { text-align: center; font-weight: bold; font-size: 20px; line-height: 1.4; padding: 25px 20px; position: relative; transition: all 0.15s ease-out; cursor: pointer; }
.ptdesc .ti:after { content: ''; width: 16px; height: 16px; background: url(../images/arrow1.png) no-repeat center; background-size: 100% auto; position: absolute; right: 35px; top: 50%; margin-top: -8px; transition: all 0.15s ease-out; transform: rotate(-180deg); }
.ptdesc .ti.on:after { transform: rotate(0deg); }
.ptdesc .ti:hover { color: #ae0079; }
.ptdesc .ds.on { display: block; }
.ptdesc .ds { display: none; border-top: #e8eae0 solid 1px; padding: 25px 25px 10px 25px; }
.ptdesc .ds h4 { font-size: 18px; font-weight: bold; color: #ae0079; line-height: 1.4; margin-bottom: 15px; }
.ptdesc .ds img.rh { margin-right: 15px; }
.ptdesc .ds .st2 { font-size: 17px; padding: 4px 0 4px 36px; margin: 0 0 10px 0; }
.ptdesc .ds .st2:before { width: 26px; line-height: 26px; font-size: 14px; }
.ptdesc .ds .sep { padding-top: 10px; margin-bottom: 30px; }

.pt04 .bx2 { background-color: #f8f8f6; border: #e8eae0 solid 1px; padding: 30px 25px 15px 25px; margin: 20px 0 40px 0; }
.pt04 .bx2:after { content: ''; display: block; clear: both; }
.pt04 .bx2 h4 { font-weight: bold; font-size: 17px; line-height: 1.5; margin: 15px 0; }

.pt04 .bx3 { border: #f9e5ed solid 1px; background-color: #fdf2f6; padding: 50px 30px; text-align: center; margin: 20px 0 50px 0; }
.pt04 .bx3 h4 { color: #ae0079; font-size: 20px; line-height: 1.5; font-weight: bold; margin-bottom: 30px; }
.pt04 .bx3 p { font-weight: bold; line-height: 1.7; }
.pt04 .bx3 p.sm { margin: 0; font-weight: normal; color: #474747; }
.pt04 .bx3 ul { text-align: left; margin: 0 40px; }
.pt04 .bx3 ul li{ list-style: disc; margin-bottom: 10px; }

.pt04 .cta { border: #ae0079 solid 1px; margin-bottom: 10px; }
.pt04 .cta .ti { background: url(../images/bg3.jpg); color: #fff; font-weight: bold; font-size: 22px; line-height: 1.4; padding: 30px 20px; text-align: center; }
.pt04 .cta .ti img { vertical-align: top; margin: -6px 10px -6px 0; }
.pt04 .cta .cn { padding: 20px 35px; display: flex; justify-content: space-between; align-items: center; }
.pt04 .cta .tel span { font-weight: bold; display: block; text-align: center; padding-left: 20px; margin-bottom: 5px; }
.pt04 .cta .tel a { display: block; background: none; padding: 0 0 5px 0; pointer-events: none; }
.pt04 .cta ul { display: flex; white-space: nowrap; }
.pt04 .cta ul li { color: #ae0079; font-weight: bold; margin-left: 10px; background-color: #fae7f6; padding: 5px 10px; text-align: center; }

.et01 { font-size: 25px; font-weight: bold; color: #ae0079; line-height: 1.6; text-align: center; background-color: #fdf2f6; margin: 30px 0; padding: 40px 20px; }

.et02 { display: flex; justify-content: space-between; flex-flow: row wrap; }
.et02 &gt; div { width: calc(50% - 10px); margin-bottom: 20px; background-color: #f8f8f6; text-align: center; border: #e8eae0 solid 1px; }
.et02 h3 { font-size: 18px; font-weight: bold; color: #52192a; padding: 25px 20px 10px 20px; }
.et02 p { line-height: 1.8; padding: 0 20px 25px 20px; }
.et02 + p { font-size: 13px; color: #474747; line-height: 1.6; margin-bottom: 50px; }

.et03 { margin-bottom: 60px; }
.et03 &gt; div { border-bottom: #ddd solid 1px; padding-bottom: 20px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.et03 .im { width: 150px; }
.et03 .tx { width: calc(100% - 185px); }
.et03 .tx h3 { font-size: 20px; line-height: 1.4; padding: 5px 0 5px 60px; font-weight: bold; position: relative; color: #52192a; }
.et03 .tx h3:before { content: attr(data-before); text-align: center; width: 36px; line-height: 36px; color: #fff; background-color: #ae0079; border-radius: 50%; position: absolute; left: 0; top: 2px; }
.et03 .tx p { font-size: 13px; color: #474747; line-height: 1.6; margin-top: 10px; padding-left: 60px; }

.et04 { margin-bottom: 30px; }
.et04 &gt; p { line-height: 1.6; margin-bottom: 30px; }
.et04 h4 { background-color: #fdf2f6; border-radius: 5px; font-size: 17px; font-weight: bold; line-height: 1.4; padding: 12px 10px; margin-bottom: 5px; }
.et04 h4 a { display: inline-block; color: #ae0079; padding: 1px 0 0 30px; background: url(../images/arrow6.png) no-repeat 0 center; }
.et04 h4 a:hover { text-decoration: none; background-position: 3px center; }
.et04 ul { margin-bottom: 30px; }
.et04 li { padding: 15px 0 15px 40px; }
.et04 li:not(:last-child) { border-bottom: #e6e6e6 solid 1px; }
.et04 li a { font-weight: bold; color: #52192a; text-decoration: underline; }
.et04 li a:hover { color: #ae0079; text-decoration: none; }
.et04 li span { font-size: 13px; color: #474747; margin-left: 30px; }

.et05 { background-color: #f8f8f6; padding: 30px; display: flex; justify-content: space-between; margin-bottom: 50px; }
.et05 div { width: calc(50% - 10px); }

.in01 { margin-bottom: 60px; }
.in01 &gt; p { font-size: 18px; }
.in01 p.sm { font-size: 13px; font-weight: normal; color: #474747; line-height: 1.6; margin: -30px 0 20px 0; }
.in01 p.sm span { font-size: 15px; }
.in01 hr { border: none; border-bottom: #ddd solid 1px; padding: 0; background: none; margin: 35px 0; }
.in01 &gt; div.bx { float: none; display: flex; background-color: #f8f8f6; border: #e8eae0 solid 1px; padding: 5px; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.in01 .bx .im { width: 260px; }
.in01 .bx p { width: calc(100% - 265px); padding: 15px; line-height: 1.8; }

.in02 { margin-bottom: 50px; }
.in02 &gt; p { line-height: 1.8; margin-bottom: 30px; }
.in02 .bx { padding: 20px; background-color: #fdf2f6; border: #f9e5ed solid 1px; text-align: center; }
.in02 .bx h3 { font-weight: bold; font-size: 22px; color: #ae0079; line-height: 1.4; margin-bottom: 15px; }
.in02 .lk { display: flex; justify-content: space-between; }
.in02 .lk &gt; div { width: calc(50% - 10px); display: flex; }
.in02 .lk a { display: flex; align-items: center; justify-content: center; text-align: left; font-size: 20px; font-weight: bold; line-height: 1.4; background-color: #ae0079; border-radius: 5px; padding: 10px 20px; width: 100%; color: #fff; }
.in02 .lk a span { display: block; background: url(../images/arrow7.png) no-repeat 0 center; padding: 0px 20px 0px 45px; }
.in02 .lk a span i { display: block; font-style: normal; font-size: 14px; margin: 1px 0px -1px 0px; }
.in02 .lk a:hover { opacity: 0.75; text-decoration: none; }
.in02 .bx p { font-size: 13px; color: #474747; padding-top: 15px; }

.in03 { border: #e8eae0 solid 1px; padding: 20px; background-color: #f8f8f6; }
.in03 h4 { font-size: 17px; font-weight: bold; color: #ae0079; margin-bottom: 10px; line-height: 1.4; }
.in03 p { margin: 0; }

.hf01 { margin-bottom: 30px; }

.hf02 .im { width: 190px; }
.hf02 .tx { width: calc(100% - 225px); }
.hf02 .tx p { font-size: 15px; }

.hf03 { margin-bottom: 70px; }
.hf03 li { display: flex; align-items: center; justify-content: space-between; padding-right: 40px; }
.hf03 li .tel { border: #e9a9d3 solid 1px; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; padding: 6px 15px; text-decoration: none; pointer-events: none; }
.hf03 li .tel b { font-size: 12px; color: #ae0079; line-height: 1.4; background: url(../images/tel_ic.png) no-repeat 0 center; padding-left: 30px; }
.hf03 li .tel span { color: #52192a; font-size: 12px; line-height: 1.2; font-weight: normal; margin-left: 15px; }
.hf03 li .tel span i { font-style: normal; font-size: 21px; font-weight: bold; display: block; line-height: 1; font-family: Arial; }
.hf03 .tbl { padding: 0 40px; margin-top: -20px; }
.hf03 .tbl table { width: 100%; border-collapse: collapse; }
.hf03 .tbl th, .hf03 .tbl td { border: #e6e6e6 solid 1px; padding: 10px 20px; font-size: 13px; line-height: 1.5; }
.hf03 .tbl th { background-color: #f8f8f6; text-align: center; font-weight: bold; width: 110px; }

.et02 p .sm { font-size: 13px; }

.ptbl th.th { width: 185px; }
.ptbl th.th span { font-size: 12px!important; }


/* 404 */

.notfound { padding: 80px 20px; max-width: 900px; margin: 0 auto; text-align: left; }
.notfound h1 { font-size: 30px; line-height: 40px; font-weight: bold; }
.notfound .stoptxt { line-height: 28px; font-size:16px; padding: 20px 0; }
.notfound .p404 { padding: 10px 0 20px 0; }
.notfound .form { padding: 20px 0 0 0; }
.notfound form { padding-top:5px; }
.notfound form input.inp { padding: 5px 15px; width: 300px; margin-right: 5px; }
.notfound form input.subm { padding: 5px 15px; height: 34px; border-radius: 5px; border: none; cursor: pointer; }

/* Footer */

.footer { background-color: #eeeff3; padding: 35px 20px; }
.footer .cont { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer nav { text-align: left; width: calc(100% - 510px); }
.footer nav ul { display: flex; flex-flow: row wrap; }
.footer nav li { width: 28%; margin-bottom: 15px; }
.footer nav li:nth-child(3n + 1) { width: 44%; }
.footer nav li a { font-weight: bold; }
.footer nav div { margin-top: 40px; font-size: 12px; color: #c8ccdb; }
.footer a:hover { color: #a80f78; text-decoration: none; }
.footer .bx { width: 490px; display: flex; justify-content: flex-end; }
.footer .bx .bnrs div:not(:last-child) { margin-bottom: 10px; }
.footer .bx .cmp { width: calc(100% - 274px); display: flex; }
.footer .bx .cmp a { display: flex; flex-direction: column; background-color: #fff; border: #e0e1e8 solid 1px; width: 100%; align-items: center; justify-content: center; }
.footer .bx .cmp img { margin-bottom: 28px; }
.footer .bx .cmp span { background: #a80f78 url(../images/ic_ext.png) no-repeat right 13px center; color: #fff; border-radius: 3px; padding: 15px 38px 14px 24px; font-size: 13px; font-weight: bold; transition: all 0.15s ease-out; }
.footer .bx .cmp a:hover span { background-color: #bf0485; }

.copy { padding: 15px 20px; border-bottom: #ddd solid 1px; }
.copy .cont { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.copy .cont .pv { display: flex; align-items: center; }
.copy .cont .pv p { font-size: 11px; margin-left: 10px; text-align: left; line-height: 1.5; }
.copy .cont address { font-size: 12px; color: #7f7f7f; font-style: normal; }

.grps { padding: 15px 20px; }
.grps .cont { max-width: 1080px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.grps .cont div:first-child { display: flex; align-items: center; }
.grps .cont div:first-child img { width: 90px; }
.grps .cont ul { text-align: left; font-size: 11px; line-height: 1.6; border-left: #666 solid 4px; padding-left: 15px; margin-left: 20px; }
.grps .cont ul a:hover { color: #a80f78; text-decoration: none; }

.waon_cta { height: 86px; }
.waon_cta div { background: url(../images/bg1.jpg); position: relative; overflow: hidden; width: 100%; left: 0; bottom: 0; z-index: 50; }
.waon_cta div:before, .waon_cta div:after { content: ''; position: absolute; width: 340px; height: 100%; background: url(../images/wcta_bg.png) no-repeat center; top: 0; }
.waon_cta div:before { right: calc(50% + 540px); }
.waon_cta div:after { left: calc(50% + 540px); }
.waon_cta div a { display: flex; margin: 0 auto; height: 86px; max-width: 1080px; align-items: center; justify-content: center; position: relative; z-index: 1; }
.waon_cta_float .waon_cta div { position: fixed; box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

.ptop { position: fixed; right: 20px; bottom: 130px; width: 60px; z-index: 100; transition: all 0.25s ease-in-out; transform: translateY(20px); opacity: 0; pointer-events: none; }
.ptop a { background: url(../images/ptop.png) no-repeat 0 0; width: 60px; height: 60px; text-indent: -9999px; display: block; position: absolute; top: 0; }
.ptop a:hover { opacity: 0.75; }
.ptop_up .ptop { transform: translateY(0px); opacity: 1; pointer-events: all; }
.waon_cta_float .ptop { bottom: 166px; }
.det_cta_float .ptop { bottom: 166px; }

/* Enviroments */

body .mcetxt { padding: 0; margin: 0; border: none; text-indent: 0; background: none; width: auto; line-height: 1.8; font-size: 15px; overflow: hidden; clear: both; text-align: left; }
body .mcetxt p { padding: 0; }
body .mcetxt table { border-collapse: collapse; margin: 0 0 10px 0; }
body .mcetxt th, body .mcetxt td { border: #e2e2e2 solid 1px; text-align: center; padding: 10px 15px; background-color: #fff; }
body .mcetxt th { background-color: #f8f8f6; font-weight: bold; word-break: keep-all; }
body .mcetxt td { padding: 15px; }
body .mcetxt ul { padding-left: 25px; }
body .mcetxt ul li { list-style: outside; }
body .mcetxt ol { padding-left: 25px; margin: 0; }
body .mcetxt h2 { font-size: 25px; font-weight: bold; line-height: 1.4; padding: 10px 10px 20px 10px; border-bottom: #e6e6e6 solid 1px; text-align: left; position: relative; margin-bottom: 25px; }
body .mcetxt h2:before { content: ''; width: 30px; height: 2px; background-color: #ae0079; position: absolute; bottom: -2px; left: 0; }
body .mcetxt h3 { font-weight: bold; font-size: 18px; line-height: 1.5em; position: relative; padding: 0 0 5px 22px; margin: 0 0 10px 0; }
body .mcetxt h3:before { content: ''; width: 10px; height: 10px; background-color: #ae0079; position: absolute; left: 0; top: 9px; }
body .mcetxt h4 { font-size: 16px; margin: 0 0 10px 0; line-height: 1.5em; clear: both; font-weight: bold; }
body .mcetxt img:not(.ilf):not(.irh) { margin-bottom: 10px; }
body .mcetxt img.ilf { float: left; margin: 0 30px 20px 0; }
body .mcetxt img.irh { float: right; margin: 0 0 20px 30px; }
body .mcetxt a { color: #ae0079; text-decoration: underline; }
body .mcetxt a:hover { text-decoration: none; }
body .mcetxt hr { clear: both; border: none; border-bottom: #ccc dotted 1px; padding: 5px 0 0 0; margin: 0 0 30px 0; background: none; }
body .mcetxt .ilf { text-align: left; }
body .mcetxt .irh { text-align: right; }
body .mcetxt .paw { font-weight: bold; padding: 2px 0 2px 30px; background: url(../images/paw_ic.png) no-repeat 0 8px; }
body .mcetxt .paw + .paw { margin-top: 5px; }
body .mcetxt iframe { margin: 0 auto 10px auto; width: 100%; display: block; }

.b { font-weight: bold; }
.hide { display: none; }
.show { display: block; }
.center { text-align: center; }
.right { text-align: right; }
.lf { float: left; }
.rh { float: right; }
.clr { clear: both; }
.cf:after { content: " "; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* 2022.04.25 */

.reien .det04 { margin: 18px -18px -17px -18px; padding: 20px 20px 1px 20px; }
.reien .det04 .list { max-width: 1000px; overflow: visible; padding: 0; max-height: 1000px; }
.reien .det04 .list &gt; div { margin: 0 0 19px 0; padding: 20px; }
.reien .det04 .list .im + .tx { width: calc(100% - 105px); }
.reien .nc5 .list p { font-size: 13px; }

/* 2025.05.13 */

.top_mts { max-width: 1064px; margin: 0 auto; padding: 30px 20px 0px 20px; }
.top_mts .bxs { display: flex; gap: 10px; }
.top_mts .bxs dl { width: 25%; background-color: #F8F8F6; border-radius: 5px; font-size: 18px; font-weight: bold; color: #52192A; padding: 28px 10px; }
.top_mts .bxs dt { font-weight: bold; margin-bottom: 28px; }
.top_mts .bxs dt span { font-size: 14px; display: inline-block; vertical-align: top; margin: 2px 0px -3px 0px; }
.top_mts .bxs dd { font-weight: bold; }
.top_mts .bxs dd b { font-size: 40px; color: #AE0079; display: inline-block; vertical-align: bottom; margin: 0px 2px 7px 2px; letter-spacing: -0.02em; }
.top_mts &gt; p { text-align: left; color: #474747; font-size: 12px; line-height: 1.6; margin-top: 10px; }
.top_mts + .nc1 { margin-top: 60px; }

.top_dnt { padding: 0px 20px 100px 20px; }
.top_dnt .cont { max-width: 1024px; margin: 0 auto; }
.top_dnt .cont &gt; p { line-height: 1.8; margin: 0px 0px 30px 0px; }
.dnt_bx { background-color: #F8F8F6; padding: 40px 80px; }
.dnt_bx .st { color: #AE0079; font-size: 22px; font-weight: bold; margin-bottom: 30px; }
.dnt_bx .list &gt; div { border-top: #DBDDD5 solid 1px; padding: 24px 0px 14px 0px; margin-bottom: 20px; text-align: left; }
.dnt_bx .list &gt; div:after { content: ''; display: block; clear: both; }
.dnt_bx .list .ti { display: flex; gap: 20px; justify-content: space-between; margin-bottom: 20px; }
.dnt_bx .list .ti .im { display: none; }
.dnt_bx .list .ti h4 { font-size: 20px; font-weight: bold; position: relative; padding-left: 94px; line-height: 1.4; }
.dnt_bx .list .ti h4 span { background-color: #AE0079; font-size: 14px; width: 80px; position: absolute; color: #fff; border-radius: 3px; left: 0px; padding: 5px 0px; text-align: center; }
.dnt_bx .list .ti h4 span.c1 { background-color: #777777; }
.dnt_bx .list .mts { display: flex; font-size: 14px; font-weight: bold; gap: 20px; line-height: 20px; padding-top: 6px; white-space: nowrap; }
.dnt_bx .list .mts span { font-size: 11px; color: #AE0079; border: #AE0079 solid 1px; border-radius: 3px; padding: 1px 10px; display: inline-block; background-color: #fff; vertical-align: top; margin: -3px 8px 0px 0px; }
.dnt_bx .list .mts b { font-size: 18px; display: inline-block; vertical-align: top; margin: -1px 1px 0px 0px; }
.dnt_bx .list .im { float: left; width: 264px; margin: 0px 16px 10px 0px; }
.dnt_bx .list .im img { width: 100%; aspect-ratio: 264 / 132; object-fit: cover; }
.dnt_bx .mcetxt { clear: none; font-size: 14px; overflow: visible; margin-bottom: 10px; }
.dnt_bx .im + .mcetxt { float: right; width: calc(100% - 280px); }
.dnt_bx .mcetxt:after { display: none; }
.dnt_bx .mcetxt p { margin: 0px; }
.dnt_bx .mcetxt h2 { padding: 0px; border: none; margin-bottom: 20px; }
.dnt_bx .mcetxt h2:before { display: none; }
.dnt_bx .mcetxt h3 { padding: 0px; }
.dnt_bx .mcetxt h3:before { display: none; }
.dnt_bx .mcetxt h4 { clear: none; }
.dnt_bx .mr a { font-weight: bold; color: #ae0079; border: #ae0079 solid 1px; background-color: #fff; border-radius: 3px; padding: 18px 15px; display: inline-block; width: 364px; }
.dnt_bx .mr a:hover { background-color: #ae0079; color: #fff; text-decoration: none; }

.sub_dnt { margin-bottom: 30px; }
.sub_dnt &gt; p { margin-bottom: 20px; }
.sub_dnt .dnt_bx { padding: 30px; text-align: center; }

.top_ins .cont { max-width: 1084px; margin: 0 auto; }
.top_ins .title span { display: inline-block; padding-left: 50px; position: relative; }
.top_ins .title span:before { content: ''; width: 40px; height: 40px; background: url(../images/instagram.svg) no-repeat center; background-size: contain; position: absolute; left: 0px; top: 50%; margin-top: -20px; }
.top_ins .cont &gt; p { padding: 0px 20px; line-height: 1.8; }
.top_ins .cont &gt; p b { font-size: 20px; color: #000; margin-right: 2px; }

.dn01 p { margin-top: 20px; }
.dn02 { margin: -30px 0px 30px 0px; }
.dn02 img { margin: 0px -30px; max-width: calc(100% + 60px); }
.dn03 { margin-bottom: 70px; }
.dn03 .dnt_bx .list &gt; div:last-child { margin-bottom: 0px; padding-bottom: 1px; }
.dn04 { margin-bottom: 30px; }
.dn05 { margin-bottom: 40px; }
.dn05 h3 { background-color: #fdf2f6; border: #f9e5ed solid 1px; padding: 20px; font-weight: bold; color: #ae0079; font-size: 16px; text-align: center; }
.dn05 .bdy { background-color: #f8f8f6; border: #e8eae0 solid 1px; border-top: none; padding: 25px 20px; line-height: 1.8; }
.dn05 li, .dn06 ul &gt; li { position: relative; padding-left: 16px; }
.dn05 li:before, .dn06 ul &gt; li:before { content: ''; width: 5px; height: 5px; position: absolute; left: 2px; top: 11px; border-radius: 50%; background-color: #333; }
.dn05 li.rd { color: #f00; }
.dn06 { background-color: #f8f8f6; border: #e8eae0 solid 1px; margin-bottom: 70px; }
.dn06 h3 { font-size: 20px; font-weight: bold; padding: 25px 20px; margin: 0px; text-align: center; }
.dn06 .bdy { border-top: #e8eae0 solid 1px; padding: 25px 20px; line-height: 1.8; margin: 0px; }
.dn06 &gt; ol.bdy { font-weight: bold; padding-left: 40px; }
.dn06 &gt; ol &gt; li:not(:last-child) { margin-bottom: 10px; }
.dn06 a { color: #ae0079; text-decoration: underline; }
.dn06 a:hover { text-decoration: none; }
.dn07 { margin-bottom: 50px; }

/* SP */

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

	body { font-size: 14px; min-width: 0; image-rendering: auto; overflow-x: hidden; padding-top: 58px; }
	a:hover { text-decoration: none; }
	a:hover img { opacity: 1; }
	img { max-width: 100%; height: auto; backface-visibility: initial; -webkit-backface-visibility: initial; }
	.sp { display: block; }
	.pc { display: none; }

	.header_sp { height: 58px; position: fixed; top: 0; left: 0; display: flex; width: 100%; z-index: 1000; align-items: center; }
	.header_sp:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
	.header_sp .logo { position: relative; padding-left: 10px; margin-right: auto; z-index: 3; }
	.header_sp .logo img { width: 215px; }
	.header_sp .btn { border-left: #e6e6e6 solid 1px; position: relative; z-index: 3; }
	.header_sp .btn a { display: block; background: url(../images/sp/mail_ic.png) no-repeat center 17px; background-size: 19px auto; height: 58px; width: 60px; color: #ae0079; font-size: 9px; text-align: center; padding-top: 33px; font-weight: bold; }
	.header_sp .spm { height: 58px; width: 60px; position: relative; z-index: 3; text-align: center; font-size: 9px; font-weight: bold; padding-top: 33px; color: #fff; background-color: #ae0079; }
	.header_sp .spm:before, .header_sp .spm i:before, .header_sp .spm i:after { content: ''; width: 22px; height: 2px; border-radius: 5px; background-color: #fff; position: absolute; left: 19px; top: 22px; }
	.nc .header_sp .spm:before, .nc .header_sp .spm i:before, .nc .header_sp .spm i:after { animation-delay: 0s !important; }

	.header_sp .spm:before { animation: nav_i ease-out 0.2s 1 forwards; }
	.header_sp .spm i:before { animation: nav_b ease-out 0.2s 1 forwards; }
	.header_sp .spm i:after { animation: nav_a ease-out 0.2s 1 forwards; }
	.header_sp .spm:after { content: 'メニュー'; }

	.nav_on .header_sp .spm:before { animation: nav_on_i ease-out 0.2s 1 forwards; background-color: #fff; }
	.nav_on .header_sp .spm i:before { animation: nav_on_b ease-out 0.2s 1 forwards; background-color: #fff; }
	.nav_on .header_sp .spm i:after { animation: nav_on_a ease-out 0.2s 1 forwards; background-color: #fff; }
	.nav_on .header_sp .spm:after { content: '閉じる'; }

	@keyframes nav_i { 100% { opacity: 1; } 50% { opacity: 0; } 0% { opacity: 0; } }
	@keyframes nav_on_i { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } }
	@keyframes nav_b { 100% { transform: translateY(-6px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(45deg); } }
	@keyframes nav_a { 100% { transform: translateY(6px); } 50% { transform: translateY(0px); } 0% { transform: translateY(0px) rotate(-45deg); } }
	@keyframes nav_on_b { 0% { transform: translateY(-6px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(45deg); } }
	@keyframes nav_on_a { 0% { transform: translateY(6px); } 50% { transform: translateY(0px); } 100% { transform: translateY(0px) rotate(-45deg); } }

	.nav_on .header_sp &gt; i { opacity: 1; visibility: visible; pointer-events: all; }
	.nav_on .header_sp nav { opacity: 1; visibility: visible; pointer-events: all; transform: translateY(0px); }

	.header_sp &gt; i { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 120%; background-color: rgba(0, 0, 0, 0.4); opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.2s ease-in-out; }
	.header_sp nav { z-index: 1; position: fixed; top: 0; left: 0; width: 100%; max-height: 100%; background-color: #fff; overflow: auto; -webkit-overflow-scrolling: touch; padding: 58px 0 0 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.2s ease-in-out; transform: translateY(-10px); text-align: left; }
	.header_sp nav &gt; ul &gt; li { border-bottom: #e8eae0 solid 1px; }
	.header_sp nav a, .header_sp nav span { display: block; font-size: 14px; color: #52192a; font-weight: bold; padding: 15px 30px 15px 15px; }
	.header_sp nav span { background: url(../images/sp/open_off.png) no-repeat right 15px center; background-size: 15px auto; }
	.header_sp nav span.on { background: url(../images/sp/open_on.png) no-repeat right 15px center; background-size: 15px auto; }
	.header_sp nav a { background: url(../images/sp/arrow1.png) no-repeat right 18px center; background-size: 9px auto; }
	.header_sp nav .sm { background-color: #f8f8f6; border-top: #e8eae0 solid 1px; }
	.header_sp nav .sm li:not(:last-child) { border-bottom: #e8eae0 solid 1px; }
	.header_sp nav .sm div ul, .header_sp nav .sm div:not(:first-child) { border-top: #e8eae0 solid 1px; }
	.header_sp nav .sm div ul a { padding-left: 30px; }
	.header_sp nav .sm, .header_sp nav .sm div ul { display: none; }

	.nofixed_hd .header_sp { position: absolute; }
	.nofixed_hd .header_sp nav { position: absolute; max-height: 2000px; }

	/* Content */
	.mbnr_sp { position:relative; }
	.mbnr_sp .hide { display: none; }
	.mbnr_sp .swiper-slide img { height: calc(100vw / 375 * 385); width: 100%; }
	.mbnr_sp .swiper-pagination.swiper-pagination-bullets { bottom: 25px; }
	.mbnr_sp .swiper-pagination-bullet { width: 13px; height: 13px; border-radius: 0; outline: none; background-color: #d8d8d8; border: #fff solid 2px; margin: 0 6px; opacity: 1; }
	.mbnr_sp .swiper-pagination-bullet-active { background-color: #ae0079; }

	.nc0 h1 { font-size: 10px; line-height: 1.5; }

	.nc1 { padding: 15px 15px 5px 15px; }
	.nc1 .cont { padding: 15px; margin-bottom: 10px; }
	.nc1 .cont .ti { font-size: 14px; margin-bottom: 10px; }

	.title { font-size: 18px; padding-bottom: 20px; margin-bottom: 35px; }
	.title:before { width: 74px; }

	.nc2 { padding: 45px 0 0 0; }

	.re_types { font-size: 11px; margin: 0 -2px -2px 0; }
	.re_types li { margin: 0 2px 2px 0; padding: 1px 5px 1px 22px; background-position: 4px center !important; background-size: 16px auto !important; }

	.tabs { display: none; }
	.tabcont &gt; div { display: block; }
	.rnlist { padding: 0; border-bottom: #fff solid 1px; }
	.rnlist &gt; span { display: block; font-size: 14px; line-height: 1.5; font-weight: bold; padding: 15px 35px 15px 15px; color: #fff; background: #ae0079 url(../images/sp/open2_off.png) no-repeat right 15px center; background-size: 15px auto; }
	.rnlist &gt; span.on { background: #ae0079 url(../images/sp/open2_on.png) no-repeat right 15px center; background-size: 15px auto; }
	.rnlist &gt; div { display: none; }
	.rnlist h3 { font-size: 14px; line-height: 1.5; margin: 0; padding: 15px 35px 14px 15px; border-bottom-color: #e8eae0; background: #f8f8f6 url(../images/sp/open_off.png) no-repeat right 15px center; background-size: 15px auto; }
	.rnlist h3.on { background: #f8f8f6 url(../images/sp/open_on.png) no-repeat right 15px center; background-size: 15px auto; }
	.rnlist h3 a { background: none; padding: 0; pointer-events: none; }
	.rnlist .cf { display: none; padding: 15px 15px 20px 15px; border-bottom: #e8eae0 solid 1px; }
	.rnlist .cf &gt; span { display: block; margin-bottom: 15px; }
	.rnlist .cf &gt; span a { font-size: 14px; font-weight: bold; line-height: 1.5; color: #ae0079; border-radius: 5px; background: #faeff3 url(../images/sp/arrow2.png) no-repeat 15px center; background-size: 15px auto; padding: 13px 15px 13px 45px; display: block; }
	.rnlist .cf &gt; div { float: none; width: auto; margin: 0; }
	.rnlist .cf &gt; div:not(:last-child) { margin-bottom: 15px; padding-bottom: 15px; border-bottom: #e6e6e6 solid 1px; }
	.rnlist .cf &gt; div:nth-child(3n + 2):not(:nth-child(2)):before { display: none; }
	.rnlist .cf &gt; div .im img { width: 82px; }
	.rnlist .cf &gt; div .im:before { border-width: 2px; }
	.rnlist .cf &gt; div .tx { width: calc(100% - 92px); }
	.rnlist .cf &gt; div h4 { font-size: 14px; line-height: 1.4; padding-bottom: 3px; }
	.rnlist .cf &gt; div p { font-size: 12px; margin-top: 0px; }
	.rnlist .cf &gt; div .re_types li { margin: 0 2px 2px 0; padding: 1px 5px 1px 22px; background-position: 4px center !important; background-size: 16px auto !important; }

	.nc3 { padding: 45px 15px; }
	.nc3 .bx { display: block; margin-bottom: 20px; }
	.nc3 .bx &gt; div { width: auto; border-radius: 3px; margin-bottom: 10px; }
	.nc3 .bx &gt; div img { border-radius: 2px; width: 100%; height: 100px; object-fit: cover; }
	.nc3 .bx &gt; div h3 { font-size: 17px; padding: 15px 15px 20px 15px; }
	.nc3 .bx &gt; div h3:before { margin-bottom: 5px; }
	.nc3 .cont &gt; p { font-size: 14px; text-align: left; margin-bottom: 30px; }
	.nc3 .btns { display: block; }
	.nc3 .btns div { margin: 0 5px 10px 5px; }
	.nc3 .btns a { padding: 15px; display: block; width: auto; }

	.nc4 { padding: 45px 15px 40px 15px; }

	.faq { text-align: left; }
	.faq div { margin-bottom: 15px; border-radius: 3px; }
	.faq .ti { padding: 10px 40px 10px 50px; min-height: 60px; display: flex; align-items: center; font-size: 16px; line-height: 1.4; }
	.faq .ti:hover { color: #ae0079; }
	.faq .ti:before { font-size: 12px; width: 24px; line-height: 24px; left: 15px; top: 50%; margin-top: -12px; }
	.faq .ti:after { width: 12px; height: 12px; margin-top: -5px; right: 15px; }
	.faq .ti.on:after { transform: rotate(0deg); }
	.faq p { padding: 0 15px 15px 15px; }

	.nc5 { padding: 45px 15px 40px 15px; }
	.nc5 .list { display: block; }
	.nc5 .list &gt; div { width: auto; max-width: 100%; border-radius: 3px; margin-bottom: 15px; padding: 15px; display: block; }
	.nc5 .list .tx h3 { font-size: 16px; line-height: 1.4; margin-bottom: 10px; }
	.nc5 .list .meta { margin-bottom: 10px; }
	.nc5 .list .meta li { width: 18px; height: 18px; }
	.nc5 .list .meta div { font-size: 12px; }
	.nc5 .list p { font-size: 13px; }

	.nc6 { padding: 40px 15px; }

	.title3 { font-size: 18px; padding: 3px 0 20px 15px; }
	.title3:before { width: 2px; height: 30px; }

	.wt3 &gt; a { top: 9px; }

	.tnews li { padding: 15px 0; }
	.tnews li span { position: static; display: block; font-size: 12px; padding-bottom: 5px; }

	.nc7 { padding: 20px 15px 5px 15px; }
	.nc7 .cont { display: block; }
	.nc7 .cont &gt; div { width: auto; margin-bottom: 15px; }

	.ft_cta { display: block; }
	.ft_cta .rareas { border-top: #e9a9d3 solid 2px; background-color: #f8f8f6; padding: 20px 15px; }
	.ft_cta .rareas .ti { margin-bottom: 12px; }
	.ft_cta .rareas .ti img { width: 342px; }
	.ft_cta .rareas .reg { margin-top: 5px; font-weight: bold; color: #52192a; padding: 13px 15px; border-radius: 5px; background: #f0e9e1 url(../images/sp/open3_off.png) no-repeat right 15px center; background-size: 18px auto; text-align: left; }
	.ft_cta .rareas .reg.on { background: #f0e9e1 url(../images/sp/open3_on.png) no-repeat right 15px center; background-size: 18px auto; }
	.ft_cta .rareas .reg + div { display: none; }
	.ft_cta .rareas ul { display: flex; padding: 5px 0 1px 0; flex-flow: row wrap; }
	.ft_cta .rareas ul li { width: calc((100% - 10px) / 3); margin: 0 5px 5px 0; }
	.ft_cta .rareas ul li:nth-child(3n) { margin-right: 0; }
	.ft_cta .rareas ul li a { display: block; background: #fff url(../images/sp/arrow1.png) no-repeat right 10px center; background-size: 9px auto; border: #f0e9e1 solid 1px; border-radius: 5px; padding: 10px 20px 10px 5px; color: #52192a; font-size: 13px; font-weight: bold; }

	.ft_cta .bnrs { padding: 30px 15px 10px 15px; }
	.ft_cta .bnrs &gt; div { margin-bottom: 20px; }
	.ft_cta .bnrs img { width: 285px; }

	.nc8 { padding: 45px 0px; }
	.nc8 .cont { padding-bottom: 40px; }
	.nc8 .swp { position: relative; }
	.nc8 .swp:before, .nc8 .swp:after { display: none; }
	.nc8 .swiper-slide { padding: 0px 15px; }
	.nc8 a { border-radius: 3px; padding: 15px 15px 25px 15px; }
	.nc8 h3 { font-size: 16px; line-height: 1.4; }
	.nc8 .meta li { width: 18px; height: 18px; }
	.nc8 .meta div { font-size: 12px; padding-left: 15px; }
	.nc8 p { font-size: 13px; }
	.nc8 .dt { font-size: 12px; right: 15px; bottom: 15px; }
	.nc8 .swiper-pagination.swiper-pagination-bullets { bottom: -40px; }

	.tcols { margin-bottom: 60px; }
	.tcols .list { display: block; }
	.tcols .list &gt; div { width: auto; margin-bottom: 15px; }
	.tcols .im { position: relative; margin-bottom: 10px; }
	.tcols .im img { height: 160px; }
	.tcols .btn { margin-top: 30px; }

	/* Sub Pages */

	.subbnr { background-size: auto 14px, auto; }
	.subbnr .cont { padding: 15px; height: auto; min-height: 130px; justify-content: center; }
	.subbnr .cont:before { left: -6%; background-size: auto 90%; }
	.subbnr .cont:after { right: 0; background-size: auto 70%; }
	.subbnr h1, .subbnr .h1 { font-size: 22px; text-align: center; }

	.content { padding: 25px 15px 5px 15px; }
	.content .lbar { float: none; width: auto; }
	.content .rbar { display: none; }

	.stt2 { font-size: 18px; padding: 18px 0; margin-bottom: 20px; }

	.stt3 { font-size: 18px; padding: 14px 0 14px 20px; margin-bottom: 20px; }
	.stt3:before { width: 2px; height: 24px; margin-top: -12px; }

	.cmsarea { margin-bottom: 30px; }

	.pathway { padding: 15px; }
	.pathway ul li { font-size: 10px; }
	.pathway ul li:not(:last-child):after { margin: 0 5px; }

	.pos { padding-top: 70px; margin-top: -70px; }

    .ptbl table { font-size: 14px; }
    .ptbl .Division { margin-bottom: 20px; }

	/* Area &amp; Lists */

	.p_cnts { margin-bottom: 20px; font-size: 13px; }
	.p_cnts span { font-size: 13px; }
	.p_cnts span b { font-size: 18px; }

	.re_cats { font-size: 0; font-weight: bold; }
	.re_cats li { display: inline-block; font-size: 12px; line-height: 1.4; margin-right: 5px; width: 56px; padding: 4px 0; white-space: normal; color: #fff; border-radius: 2px; text-align: center; }
	.re_cats li:last-child { margin-right: 0; }
	.re_cats li.tachiaikobetu { background-color: #ebbc4a; }
	.re_cats li.ichininkobetu { background-color: #80a247; }
	.re_cats li.goudou { background-color: #87babd; }

	.reien { margin-bottom: 20px; }
	.reien .ti span { font-size: 12px; padding: 3px 18px 3px 12px; clip-path: polygon(0% 0%, 100% 0, calc(100% - 7px) 50%, 100% 100%, 0% 100%); }
	.reien .ti h3 { font-size: 16px; line-height: 1.4; padding: 0 10px; }
	.reien .ti ul.re_cats { display: none; }
	.reien .cont { padding: 15px 9px; }
	.reien .im { width: 130px; }
	.reien .im:before { border-width: 3px; }
	.reien .tx { width: calc(100% - 145px); }
	.reien .tx dl { padding: 10px 0 5px 0; }
	.reien .tx dt { display: block; margin: 0 0 2px 0; opacity: 0.7; }
	.reien .tx dd { display: block; padding-bottom: 10px; }
	.reien .tx dd:after { display: none; }
	.reien .re_types { float: none; clear: both; width: auto; margin-bottom: 10px; }
	.reien .vc_mr { justify-content: center; padding: 5px 0 3px 0; }
	.reien .vc { display: none; }
	.reien .mr a { padding: 12px; border-radius: 3px; }

	.ls_price { float: none; width: auto; }
	.ls_price dt { font-size: 14px; width: 100px; }
	.ls_price dd { width: calc(100% - 100px); font-size: 12px; }
	.ls_price dd b { font-size: 14px; }

	.tb_nav { padding: 15px; display: block; }
	.tb_nav .frm { width: auto; margin: 12px 0 0 0; }
	.tb_nav .frm a { border-radius: 3px; font-size: 14px; }
	.tb_nav .tel { width: auto; }
	.tb_nav .tel a { border-radius: 3px; pointer-events: all; }
	.tb_nav .tel a b { font-size: 11px; background-size: 14px auto; padding: 3px 0 3px 20px; margin-right: 10px; }
	.tb_nav .tel a b br { display: none; }
	.tb_nav .tel span { font-size: 9px; max-width: 61%; }
	.tb_nav .tel span i { font-size: 21px; }

	.clttl { padding: 20px; border-radius: 0; margin: 40px -15px 20px -15px; }
	.clttl img { width: 140px; }

	.psearch { border-width: 15px; margin: 40px -15px; }
	.psearch .cont { padding: 20px 15px; }
	.psearch h2 { font-size: 18px; padding: 5px 0; margin-bottom: 15px; }
	.psearch .stitle { font-size: 14px; margin-bottom: 15px; padding-bottom: 5px; }
	.psearch .lf { width: auto; float: none; margin-bottom: 15px; }
	.psearch .lf select { margin-bottom: 10px; }
	.psearch .rh { width: auto; float: none; }
	.psearch .rh li { position: relative; padding: 0 0 10px 23px; }
	.psearch .rh li input { position: absolute; top: 0; left: 0; width: 18px; height: 18px; }
	.psearch .nav { padding: 15px 0 5px 0; }
	.psearch .nav button { font-size: 17px; width: 270px; max-width: 100%; }

	.cities { margin-bottom: 20px; }
	.cities ul li { width: calc(100% / 3); margin-bottom: 10px; font-size: 15px; }
	.cities &gt; div { display: block; padding-bottom: 10px; }
	.cities &gt; div:last-child { padding-bottom: 0; }
	.cities &gt; div span { display: block; width: auto; font-size: 15px; padding: 10px; text-align: center; border: none; margin: -5px 0 10px 0; background-color: #eeeeed; }
	.cities &gt; div ul { width: auto; }
	.cities &gt; div ul li { width: calc(100% / 3); margin: 0 0 10px 0; }

	.nodata { padding: 15px 20px; text-align: center; }

	.pager { margin: 0 -5px 40px -5px; }

	.areamap { display: none; }

	.sareas { display: block; margin-top: 15px; padding-bottom: 20px; }
	.sareas ul { display: flex; flex-flow: row wrap; justify-content: space-between; padding-bottom: 15px; margin-top: -5px; }
	.sareas ul li { display: flex; width: calc(50% - 5px); margin: 0 0 8px 0; }
	.sareas ul li a { display: block; width: 100%; border: #d1c9bc solid 1px; border-radius: 3px; padding: 8px 10px 8px 35px; background: #f8f8f6 url(../images/sp/arrow2.png) no-repeat 10px 11px; background-size: 15px auto; }

	.mbm20 { margin-bottom: -20px; }

	.sb_txt { margin-bottom: 15px; }

	.areasel { padding: 15px; margin-bottom: 15px; }
	.areasel dt { position: static; font-size: 14px; padding: 0 0 8px 25px; background-size: 15px auto; }
	.areasel dd { padding: 0; }

	/* Reien Detail */

	.reien_det_pg { padding-top: 94px; }
	.reien_det_pg .pos { padding-top: 104px; margin-top: -104px; }

	.dmenu { right: 0; top: 58px; height: 36px; width: 100%; margin-top: 0; overflow: hidden; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
	.dmenu ul { border: none; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 0; overflow: auto; font-size: 0; white-space: nowrap; -webkit-overflow-scrolling: touch; }
	.dmenu ul li { display: inline-block; vertical-align: top; padding-bottom: 20px; }
	.dmenu ul li:not(:last-child) { border-bottom: none; }
	.dmenu ul a { padding: 10px 15px; color: #ba4095; font-size: 11px; }

	.nofixed_hd .dmenu { position: absolute; }
	.nofixed_hd.dmenu_fixed .dmenu { position: fixed; top: 0; }

	.det_hvc { text-align: center; margin-top: 10px; justify-content: center; }
	.det_hvc li { width: 14px; height: 14px; }
	.det_hvc p { margin-left: 8px; margin-top: 0px; }
	.det_hvc p .h { font-size: 16px; }
	.det_hvc p .m { padding-left: 12px; margin-left: 12px; font-size: 11px; line-height: 13px; margin-top: 3px; }
	.det_hvc p .m b { font-size: 16px; }

	.subbnr .cont { flex-direction: column; }
	.subbnr .re_cats { margin: 0; padding: 10px 0 0 0; }
	.subbnr .re_cats li { width: 80px; border-width: 1px; border-radius: 2px; padding: 5px 0; font-size: 11px; }

	.det01 { padding: 20px 15px; }
	.det01 .imgset { display: none; }
	.det01 .imgsetsp { padding-bottom: 14px; }
	.det01 .imgsetsp .swiper-container { padding: 3px 0; border: #e8eae0 solid 1px; background-color: #f9faf5; margin-bottom: 6px; }
	.det01 .imgsetsp .swiper-wrapper { display: flex; align-items: center; }
	.det01 .imgsetsp .swiper-slide { padding: 0 3px; width: 100%; display: flex; align-items: center; justify-content: center; height: 100%; }
	.det01 .imgsetsp .swiper-slide img { max-height: 253px; width: 100%; height: calc((100vw - 36px) / 337 * 224); object-fit: cover; }
	.det01 .imgsetsp .swiper-slide.hide { display: none; }
	.det01 .imgsetsp .swiper-pagination { position: static; display: flex; flex-flow: row wrap; height: auto; gap: 5px; }
	.det01 .imgsetsp .swiper-pagination img { width: 100%; }
	.det01 .imgsetsp .swiper-pagination-bullet { border-radius: 0; opacity: 1; width: calc((100% - 20px) / 5); height: auto; margin: 0 !important; border: #e8eae0 solid 1px; background-color: #f9faf5; padding: 1px; display: block; outline: none; }
	.det01 .imgsetsp .swiper-pagination-bullet-active { border-color: #ae0079; }

	.detdata { width: auto; float: none; display: flex; flex-direction: column-reverse; }
	.detdata table { margin-bottom: 20px; }
	.detdata th, .detdata td { padding: 8px 14px; font-size: 13px; }
	.detdata th { width: 110px; background-color: #fff2fb; font-weight: bold; }

	.top_cta { padding: 20px 20px 25px 20px; margin: 0 -15px 15px -15px; }
	.top_cta img { content: url(../images/sp/top_cta.png); width: 331px; }
	.top_cta .tb_nav .frm { width: auto; margin-top: 10px; }
	.top_cta .tb_nav .frm a { font-size: 14px; min-height: 54px; }
	.top_cta .tb_nav .tel { width: auto; }
	.top_cta .tb_nav .tel a { min-height: 54px; justify-content: center; margin-bottom: 0px; background-color: #fff; }
	.top_cta .tb_nav .tel b { font-size: 11px; background-size: 14px auto; padding: 2px 0 3px 20px; margin-right: 10px; }
	.top_cta .tb_nav .tel span { font-size: 9px; }
	.top_cta .tb_nav .tel span i { font-size: 22px; }

	.det01 .meta { display: block; margin-bottom: 15px; }
	.det01 .meta dl { width: auto; border-left: none; border-bottom: #e1e0df dotted 1px; padding: 0 0 10px 0; margin-bottom: 10px; }
	.det01 .meta dl:last-child { border-right: none; margin-bottom: 0; }
	.det01 .meta dt { padding-bottom: 2px; }

	.iconds { padding-bottom: 5px; }
	.iconds &gt; span { font-size: 11px; padding: 2px 0 2px 25px; background-position: 0 center; }

	.dettps { padding: 1px; margin-bottom: 20px; }
	.dettps .re_types { font-family: inherit; display: block; text-align: left; padding: 0; }
	.dettps li { background-position: 5px center !important; background-size: 26px auto !important; float: none; width: auto; display: block; margin: 0 0 1px 0; height: 34px; clear: both; font-family: inherit; padding: 0; }
	.dettps li b { float: left; padding: 8px 0 0 35px; font-size: 13px; min-height: 0; line-height: 1.5em; display: block; text-align: left; width: calc(100% - 110px); }
	.dettps li b br { display: none; }
	.dettps li span { float: right; padding: 0; width: 110px; border-left: #e2e2e2 solid 1px; display: block; font-size: 17px; line-height: 2em; min-height: 0; height: 34px; }
	.dettps li:last-child { margin-bottom: 0; }

	.pop_cont { align-items: center; padding: 20px 10px; }
	.pop_cont .pop_window { width: auto; min-height: 300px; border-width: 2px; padding: 18px; max-height: 100%; margin: auto; }
	.pop_cont .pop_window &gt; span { width: 30px; height: 30px; background-size: 100%; top: -7px; right: -7px; }

	.icontxt .stitle { font-size: 15px; line-height: 20px; padding-bottom: 5px; }
	.icontxt ul { max-height: calc(100vh - 106px); padding: 5px; }
	.icontxt li b { font-size: 13px; padding: 0 0 2px 28px; }
	.icontxt li span { font-size: 11px; }
	.icontxt li { background-size: 22px auto !important; background-position: 0 3px !important; margin: 0; padding: 5px 0; }

	.ps_desc1 { margin-bottom: 20px; border-width: 4px; padding: 15px; }
	.ps_desc2 { margin-bottom: 20px; }

	.stt1 { font-size: 18px; padding: 10px 0 15px 5px; margin-bottom: 20px; }
	.stt1:before { height: 1px; bottom: -1px; }

	.tbls { width: 100%; border-collapse: collapse; margin: 0 0 10px 0; }
	.tbls th, .tbls td { border: #e2e2e2 solid 1px; text-align: center; padding: 10px 15px; }
	.tbls th { font-weight: bold; background-color: #f6f6f6; }
	.tbls td.th { font-weight: bold; background-color: #f6f6f6; text-align: left; font-size: 14px; }
	.tbls td { padding: 15px; }

	.price { margin-bottom: 20px; }
	.price .tbls td, .price .tbls th { border-width: 2px; }
	.price .tbls td { font-size: 12px; line-height: 1.4; }
	.price .tbls th.cl { white-space: normal; font-size: 12px; line-height: 1.4; }
	.price .tbls th.cl br { display: none; }
	.tkblock { display: none; }
	.price .mr { text-align: center; padding: 5px 0 15px 0; }
	.price .mr span { display: inline-block; font-weight: bold; color: #ae0079; background-color: #faeff3; border-radius: 3px; width: 200px; padding: 10px; }

	.tbls td.th { font-size: 11px; text-align: center; width: 60%; }
	.tbls th, .tbls td { padding: 5px; font-size: 11px; }

	.payment { margin-bottom: 20px; }

	.det02 { padding: 35px 15px 30px 15px; margin-bottom: 30px; }
	.det02 .list { display: block; margin: 0; padding-top: 0; }
	.det02 .list &gt; div { padding: 20px; margin: 0 0 15px 0; width: auto; }
	.det02 .list h3 { font-size: 18px; padding: 15px 0 10px 0; }

	.det03 { padding: 0 15px 30px 15px; }

	.daccess { margin-bottom: 20px; }
	.daccess .rh { width: auto; float: none; }
	.daccess .rh h3 { font-size: 16px; }
	.daccess .rh h3:before { margin-left: 3px; }
	.daccess .rh p { padding-bottom: 15px; }
	.daccess .lf { float: none; margin: 0; }
	.daccess .lf iframe { width: 100%; height: 230px; margin-bottom: 15px; }

	.suparea { margin-bottom: 20px; }

	.det04 { padding: 35px 15px 30px 15px; margin-bottom: 30px; }
	.det04 .list { padding-top: 0; display: none; max-height: none; overflow: auto; }
	.det04 .list.on { display: block; }
	.det04 .list &gt; div { display: flex; }
	.det04 .list .im + .tx { width: calc(100% - 105px); }
	.det04 .im { border-width: 1px; }
	.det04 .im:after { width: 20px; height: 20px; background-size: 100% auto; }
	.det04 .mr { text-align: center; padding: 5px 0 15px 0; }
	.det04 .mr span { display: inline-block; font-weight: bold; color: #ae0079; background-color: #fff; border-radius: 3px; width: 200px; padding: 10px; }

	#pop_img .pop_window { width: auto; }
	#pop_img .img { text-align: center; overflow: auto; max-height: calc(100vh - 106px); }
	#pop_img .img img { max-width: 300px; }

	.det05 { padding: 0 15px 30px 15px; }
	.detfaq { margin-bottom: 30px; }
	.detfaq .mr { padding-top: 15px; }
	.detfaq .mr a { padding: 15px; border-radius: 3px; width: 100%; }

	.ps_desc2 + .ins_block { padding-top: 10px; }
	.ins_block { padding-bottom: 20px; }

	.fqlist dt { font-size: 16px; padding: 10px 0 10px 32px; }
	.fqlist dt:before { top: 10px; width: 22px; line-height: 22px; font-size: 11px; }
	.fqlist dd { line-height: 1.7; padding: 0 0 20px 0; margin-bottom: 15px; }

	.det06 { padding: 35px 15px 30px 15px; margin-bottom: 30px; }
	.det06 .list { padding-top: 0; }
	.det06 .list &gt; div { margin-bottom: 15px; display: block; }
	.det06 .list &gt; div:after { content: ''; display: block; clear: both; }
	.det06 .list &gt; div p { width: auto; line-height: 1.7; }
	.det06 .list &gt; div .im { float: left; width: 120px; padding: 1px; margin: 4px 10px 5px 0; }
	.det06 .list &gt; div .im + p { width: auto; }

	.det07 { padding: 0 15px 10px 15px; margin-bottom: 10px; }
	.det07 .list { padding-top: 0; }
	.det07 .list &gt; div { display: block; padding: 15px; margin-bottom: 15px; }
	.det07 .list &gt; div .tx { width: 100%; }
	.det07 .list &gt; div .im { width: 160px; padding: 1px; margin: 0 auto 10px auto;}
	.det07 .list &gt; div .im + .tx { width: auto; }
	.det07 .list &gt; div .tx p { line-height: 1.7; }
	.det07 .list &gt; div .tx &gt; span { text-align: center; margin: 0 0 10px 0; }

	.bot_cta { padding: 20px 20px 25px 20px; margin: 0; }
	.bot_cta img { content: url(../images/sp/bot_cta.png); width: 252px; }
	.bot_cta .tb_nav { margin-top: 10px; }
	.bot_cta .tb_nav .frm { width: auto; margin-top: 10px; }
	.bot_cta .tb_nav .frm a { font-size: 14px; min-height: 54px; }
	.bot_cta .tb_nav .frm a span { background-size: 18px; padding: 5px 5px 5px 30px; }
	.bot_cta .tb_nav .tel { width: auto; }
	.bot_cta .tb_nav .tel a { min-height: 54px; }
	.bot_cta .tb_nav .tel b { font-size: 11px; background-size: 14px auto; padding: 2px 0 3px 20px; }
	.bot_cta .tb_nav .tel span { font-size: 9px; }
	.bot_cta .tb_nav .tel span i { font-size: 22px; }

	.det_cta { transform: translateY(90px); padding: 0 15px; }
	.det_cta .cont { display: block; height: 90px; }
	.det_cta .tx { max-width: 100%; padding: 6px 0 5px 0; }
	.det_cta .tx div { font-size: 13px; padding: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.det_cta .tx div br { display: none; }
	.det_cta .tx p { display: none; }
	.det_cta .tb_nav { display: flex; }
	.det_cta .tb_nav .frm { width: calc(50% - 7px); margin: 0 0 0 auto; }
	.det_cta .tb_nav .frm a { height: 48px; font-size: 13px; }
	.det_cta .tb_nav .frm a span { background-size: 18px auto; padding: 3px 5px 3px 30px; }
	.det_cta .tb_nav .frm a:hover { opacity: 0.75; }
	.det_cta .tb_nav .tel { width: calc(50% - 7px); }
	.det_cta .tb_nav .tel a { height: 48px; flex-direction: column; background: #fff url(../images/tel_ic.png) no-repeat 8px 15px; padding-left: 25px; }
	.det_cta .tb_nav .tel a b { font-size: 10px; display: block; line-height: 1; padding: 0 0 2px 0; background: none; margin: 0; }
	.det_cta .tb_nav .tel span { max-width: 100%; text-align: left; font-size: 10px; }
	.det_cta .tb_nav .tel span i { font-size: 17px; }

	/* Form */

	.form_contsp .header_sp .btn, .form_contsp .header_sp .spm { display: none; }
	.form_contsp .footer, .form_contsp .copy .cont .pv { display: none; }
	.form_contsp .copy { background-color: #eeeff3; }
	.form_contsp .copy .cont address { margin-top: 2px; }
	.form_contsp .pathway { display: none; }

	.fm_btn { margin: 0 auto; font-size: 13px; padding: 10px 0 0 0; }
	.fm_btn a { padding: 10px; }

	.form { padding: 10px 0 15px 0; }
	.form .step { margin-bottom: 25px; }
	.form .step img { content: url(../images/sp/step1.jpg); }
	.form .step.s2 img { content: url(../images/sp/step2.jpg); }
	.form .step.s3 img { content: url(../images/sp/step3.jpg); }

	.form .req:after, .form .noreq:after, .form .priv .agree label:before { margin-top: 2px; font-size: 12px; }

	.form .ctsel { padding: 15px; margin-bottom: 30px; }
	.form .ctsel .cont:not(:first-child) { margin-top: 20px; }
	.form .ctsel .ti { font-size: 15px; line-height: 1.5em; }
	.form .ctsel .ct label span { font-size: 14px; }
	.form .ctsel .ct label span b { display: block; font-size: 12px; margin-right: -20px; }
	.form .ctsel .ct label input { top: 12px; }
	.form .ctsel .ct2 { margin-bottom: 0; }
	.form .ctsel .ctpop { font-size: 11px; }
	.form .ctsel .tx { font-size: 11px; line-height: 1.3em; }
	.form .ctsel .tx span { font-size: 11px; background-size: 22px auto; padding: 4px 0 4px 27px; }

	.form .ctsel2 { margin-bottom: 15px; }
	.form .ctsel2bt { margin-bottom: 30px; }
	.form .ctsel2 .ar { padding: 0 0 15px 0; }
	.form .ctsel2 ul { margin-bottom: 0; }
	.form .ctsel2 li { padding: 10px; flex-flow: row wrap; }
	.form .ctsel2 li label { max-width: 100%; }
	.form .ctsel2 li label input { top: 12px; }
	.form .ctsel2 li label span { font-size: 14px; }
	.form .ctsel2 li &gt; span { margin-left: 0; margin-right: auto; padding-left: 35px; width: calc(100% - 100px); }
	.form .ctsel2 li a { padding: 5px 13px; margin-right: 5px; }

	.form .ctsel ul + .err { margin-top: 10px; }

	.form .ctsel_s { margin-bottom: 20px; }
	.form .ctsel_s .ct { margin-bottom: 0; text-align: left; padding: 10px; }
	.form .ctsel_s .ct label { display: block; margin: 0; }
	.form .ctsel_s .ct label span { font-size: 16px; }

	.form &gt; .stt2 + table { margin-top: -20px; }
	.form &gt; table { margin-bottom: 25px; }
	.form &gt; table, .form &gt; table &gt; tbody, .form &gt; table &gt; tbody &gt; tr { display: block; }
	.form &gt; table &gt; tbody &gt; tr &gt; th { display: block; width: auto; font-size: 15px; padding: 20px 0 10px 0; border-bottom: none; }
	.form &gt; table &gt; tbody &gt; tr &gt; th:after { float: none; margin: 0 0 0 10px !important; }
	.form &gt; table &gt; tbody &gt; tr &gt; th.ml:after { margin-top: 0 !important; }
	.form &gt; table &gt; tbody &gt; tr &gt; th br { display: none; }
	.form &gt; table &gt; tbody &gt; tr &gt; td { display: block; padding: 0 0 20px 0; }
	.form &gt; table.tb_pd &gt; tbody &gt; tr &gt; td { padding: 0 0 20px 0; }
	.form &gt; table .ds { font-size: 11px; }

	.addr_f { margin-bottom: 25px; }

	.form input.zip { width: 130px; }
	.form input.zip + button { font-size: 11px; padding: 5px; margin-left: 5px; }
	.form select { width: 225px; }
	.form textarea { height: 115px; }

	.form .chks { display: block; }
	.form .chks div { float: none; padding: 10px 0 2px 0; width: auto; }
	.form .chks div:first-child { padding-top: 5px; }
	.form .chks label input { top: 3px; }

	.fm_desc { padding: 10px 0 20px 0; }
	.form td &gt; h3 { font-size: 14px; }
	.form .times &gt; span { display: block; }
	.form .times input { width: 70px; margin: 0; padding: 9px 8px 6px 8px; }
	.form .times select { margin: 0; width: 110px; padding: 9px 15px 8px 8px; background-position: right 6px center; }

	.form .ssl { margin-bottom: 15px; }
	.form .ssl .rh &gt; a { margin-left: 10px; }
	.form .ssl .rh &gt; a img { height: 60px; }
	.form .ssl .rh &gt; div { margin-left: 10px; }

	.form .priv { margin-bottom: 30px; }
	.form .priv .tx { padding: 10px; max-height: 160px; font-size: 11px; line-height: 1.4em; -webkit-overflow-scrolling: touch; }
	.form .priv .tx h3 { font-size: 13px; }
	.form .priv .tx h4 { font-size: 12px; margin-top: 10px; }
	.form .priv .tx ol { padding-left: 20px; }
	.form .priv .agree { padding: 10px; }
	.form .priv .agree label:before { margin: 2px 10px 0 0; }
	.form .priv .agree label input { margin-right: 5px; }

	.form .nav { margin-bottom: 0; font-size: 0; }
	.form .nav button { font-size: 17px; width: 100%; font-family: inherit; margin: 0 0 20px 0; padding: 15px 0; vertical-align: top; }

	.form p.agree { padding: 10px; }

	.form_sent .cont { padding: 20px 10px 5px 10px; }
	.form_sent_cont h2 { font-size: 15px; background-size: auto 115px; padding: 135px 0 15px 0; font-family: inherit; }
	.form_sent_cont h2 + p { line-height: 1.6em; text-align: left; padding-bottom: 20px; }

	/* News */

	.nwdate { font-size: 12px; margin: -5px 0 15px 0; }
	.nwtitle { font-family: "Yu Gothic"; font-size: 22px; line-height: 1.5em; padding: 0 0 15px 0; margin-bottom: 30px; }
	.nwarea { margin-bottom: 40px; }
	.nwarea .mcetxt h2 { font-size: 16px; padding: 12px 15px; margin-bottom: 15px; }
	.nwback { margin-bottom: 30px; }
	.nwback a { width: 160px; padding: 8px; border-radius: 3px; }

	/* Sub Pages */

	.ptbl .stt3 span { font-size: 14px; margin-left: 15px; }
	.ptbl table { margin-bottom: 30px; }
	.ptbl th { width: 40%; }

	.fq_list { border-width: 2px; padding: 5px 13px 15px 13px; margin-bottom: 30px; display: block; border-radius: 3px; }
	.fq_list li { width: auto; }
	.fq_list li a { background-position: 0 4px; background-size: 14px auto; padding: 0 0 0 22px; }

	.fqlist ul li { font-size: 14px; margin: 10px 25px 0 0; }
	.fqlist a { background-position: 0 7px; }

	.subpg_links { display: block; padding: 10px; margin-bottom: 30px; }
	.subpg_links li { width: auto; padding: 5px 10px; }
	.subpg_links li:nth-child(3n) { width: auto; }
	.subpg_links li a { background-size: 16px auto; padding: 0 0 0 24px; }

	.pdesc { margin-bottom: 30px; }
	.pdesc .st1 { font-size: 16px; margin-bottom: 15px; background-position: 0 5px; padding: 0 0 0 25px; }
	.pdesc .st2 { font-size: 18px; padding: 5px 0 5px 40px; margin-bottom: 15px; }
	.pdesc .st2:before { width: 30px; line-height: 30px; top: 2px; }
	.pdesc p { margin-bottom: 15px; }
	.pdesc img.rh { max-width: 160px; margin: 0 0 10px 15px; }
	.pdesc a { background-position: 0 3px; }
	.pdesc .lks { margin: 0 0 15px 0; }
	.pdesc .lks li { margin: 0 15px 5px 0; }
	.pdesc .sep { margin: 0 0 30px 0; padding: 15px 0 0 0; }
	.pdesc .u1 { margin-bottom: 15px; }
	.pdesc .u1 li { padding: 2px 0 2px 15px; }
	.pdesc .u1 li:before { top: 9px; }
	.pdesc .ls1 { flex-flow: row wrap; margin-bottom: 15px; padding: 15px 5px 5px 5px; justify-content: center; }
	.pdesc .ls1 li { width: 33.33%; padding: 0 5px; margin-bottom: 10px; }
	.pdesc .ls1 li img { max-width: 80%; }
	.pdesc .ls1 li span { font-size: 12px; margin-top: 2px; }

	.spg_nav { display: block; margin: -10px 0 40px 0; }
	.spg_nav li { width: auto; margin-bottom: 15px; display: block; }
	.spg_nav li a { padding: 15px 15px 15px 20px; }
	.spg_nav li .im { width: 100px; }
	.spg_nav li .tx { width: calc(100% - 110px); }
	.spg_nav li h4 { font-size: 14px; margin-bottom: 5px; }

	.qs01 { margin-bottom: 30px; }
	.qs01 p { margin-top: 15px; }
	.stt2 span { font-size: 14px; margin-left: 0; display: block; }

	.qs02 { margin-bottom: 30px; }
	.qs02 &gt; div { float: none; text-align: center; margin-bottom: 20px; }
	.qs02 h3 { font-size: 18px; padding: 5px 0 5px 40px; }
	.qs02 h3:before { width: 30px; line-height: 30px; top: 2px; }
	.qs02 h3 span { font-size: 14px; margin-left: 0; display: block; }
	.qs02 &gt; p { margin-bottom: 20px; padding: 5px 0 0 40px; }

	.qs03 { margin-bottom: 30px; }
	.qs03 &gt; p { margin-bottom: 15px; }
	.qs03 .bx { display: block; }
	.qs03 .bx &gt; div { display: block; width: auto; padding: 20px; }
	.qs03 .bx &gt; div:not(:last-child) { margin-bottom: 10px; }
	.qs03 .bx h3 { font-size: 17px; margin-bottom: 10px; }

	.pt01 { margin-bottom: 30px; }
	.pt01 .ti { font-size: 18px; padding: 15px; margin-bottom: 20px; }
	.pt01 .bx { padding: 0 20px; display: block; margin-bottom: 5px; }
	.pt01 .bx div { max-width: 240px; margin: 0 auto 15px auto; }
	.pt01 p { padding: 0 15px 20px 15px; line-height: 1.7; font-size: 12px; }

	.pt02 { padding: 15px 20px; margin-bottom: 40px; }
	.pt02 a { background-position: 0 2px; background-size: 16px auto; padding: 0 0 0 24px; }

	.pt03 { font-size: 24px; padding-bottom: 15px; margin-bottom: 30px; }

	.pt04 .bx { margin-bottom: 20px; padding-top: 0; }
	.pt04 .bx &gt; div { width: calc(50% - 5px); }
	.pt04 .bx h4 { font-size: 14px; margin: 10px 0 5px 0; }
	.pt04 .bx p { font-size: 11px; }

	.ptdesc { margin-bottom: 20px; }
	.ptdesc .ti { font-size: 16px; padding: 15px 40px; }
	.ptdesc .ti:after { width: 12px; height: 12px; right: 15px; margin-top: -6px; }
	.ptdesc .ds { padding: 15px 15px 5px 15px; }
	.ptdesc .ds h4 { font-size: 15px; margin-bottom: 10px; }
	.ptdesc .ds img.rh { margin-right: 0; max-width: 100px; }
	.ptdesc .ds .st2 { font-size: 15px; padding: 3px 0 3px 32px; margin: 0 0 5px 0; }
	.ptdesc .ds .st2:before { width: 22px; line-height: 22px; font-size: 12px; }
	.ptdesc .ds .sep { padding-top: 5px; margin-bottom: 20px; }

	.pt04 .bx2 { padding: 15px 15px 5px 15px; margin: 10px 0 20px 0; }
	.pt04 .bx2 h4 { font-size: 15px; margin: 0 0 10px 0; }
	.pt04 .bx2 img { max-width: 120px; }

	.pt04 .bx3 { padding: 30px 20px; margin: 10px 0 30px 0; }
	.pt04 .bx3 h4 { font-size: 18px; margin-bottom: 20px; }
	.pt04 .bx3 p.sm { font-size: 12px; }

	.pt04 .cta .ti { font-size: 17px; line-height: 1.4; padding: 15px 20px; }
	.pt04 .cta .ti img { width: 220px; margin: -6px 5px 5px 0; }
	.pt04 .cta .cn { padding: 20px 20px; display: block; }
	.pt04 .cta .tel span { padding: 0; margin-bottom: 5px; font-size: 12px; }
	.pt04 .cta .tel a { pointer-events: all; padding: 5px; }
	.pt04 .cta ul { margin-top: 15px; justify-content: center; }
	.pt04 .cta ul li { margin-left: 5px; padding: 5px 15px; font-size: 13px; line-height: 1.5; }
	.pt04 .cta ul li:first-child { margin-left: 0; }

	.et01 { font-size: 18px; margin: 20px 0; padding: 20px; }

	.et02 { display: flex; justify-content: space-between; flex-flow: row wrap; }
	.et02 &gt; div { width: calc(50% - 5px); margin-bottom: 10px; }
	.et02 h3 { font-size: 14px; padding: 10px 15px 5px 15px; }
	.et02 p { font-size: 12px; padding: 0 15px 10px 15px; }
	.et02 + p { font-size: 12px; margin-bottom: 30px; }

	.et03 { margin-bottom: 40px; }
	.et03 &gt; div { padding-bottom: 15px; margin-bottom: 15px; }
	.et03 .im { width: 100px; }
	.et03 .tx { width: calc(100% - 115px); }
	.et03 .tx h3 { font-size: 18px; padding: 5px 0 5px 40px; }
	.et03 .tx h3:before { width: 30px; line-height: 30px; top: 2px; }
	.et03 .tx p { font-size: 12px; margin-top: 0; padding-left: 40px; }

	.et04 { margin-bottom: 20px; }
	.et04 &gt; p { margin-bottom: 20px; }
	.et04 h4 { font-size: 16px; padding: 11px 10px; margin-bottom: 5px; }
	.et04 h4 a { padding: 1px 0 0 26px; background-size: 16px auto; }
	.et04 ul { margin-bottom: 20px; }
	.et04 li { padding: 13px 0 13px 36px; }
	.et04 li span { font-size: 12px; display: block; margin: 5px 0 0 0; }

	.et05 { padding: 15px 15px 5px 15px; display: block; margin-bottom: 30px; }
	.et05 div { width: auto; margin-bottom: 10px; }

	.in01 { margin-bottom: 40px; }
	.in01 &gt; p { font-size: 16px; }
	.in01 p.sm { font-size: 12px; margin: -15px 0 20px 0; }
	.in01 p.sm span { font-size: 14px; }
	.in01 hr { margin: 30px 0; }
	.in01 &gt; div.bx { display: block; padding: 15px; margin-bottom: 5px; }
	.in01 .bx .im { width: 160px; margin: 0 auto; text-align: center; }
	.in01 .bx p { width: auto; padding: 10px 0 0 0; text-align: left; }

	.in02 { margin-bottom: 50px; }
	.in02 &gt; p { margin-bottom: 20px; }
	.in02 .bx { padding: 15px; }
	.in02 .bx h3 { font-size: 18px; margin-bottom: 10px; }
	.in02 .lk { display: block; }
	.in02 .lk &gt; div { width: auto; display: block; margin-bottom: 10px; }
	.in02 .lk a { font-size: 17px; padding: 10px; min-height: 90px; }
	.in02 .lk a span { display: block; background-size: 20px auto; padding: 0 20px 0 35px; }
	.in02 .lk a span i { font-size: 12px; margin: 0px; }
	.in02 .bx p { font-size: 12px; padding-top: 5px; text-align: left; }

	.in03 { padding: 15px; }
	.in03 h4 { font-size: 16px; }
	.in03 p { margin: 0; }

	.hf01 { margin-bottom: 20px; }

	.hf02 .tx h3 { font-size: 16px; padding: 2px 0 2px 34px; }
	.hf02 .tx h3:before { width: 26px; line-height: 26px; font-size: 14px; }
	.hf02 .tx p { font-size: 12px; padding-left: 34px; }

	.hf03 { margin-bottom: 50px; }
	.hf03 li { padding-right: 10px; padding-left: 10px; }
	.hf03 li .tel { padding: 5px 10px; pointer-events: all; }
	.hf03 li .tel b { font-size: 9px; background-size: 16px auto; padding-left: 22px; }
	.hf03 li .tel span { color: #52192a; font-size: 9px; line-height: 1.2; font-weight: normal; margin: 0 0 0 10px; }
	.hf03 li .tel span i { font-style: normal; font-size: 16px; font-weight: bold; display: block; line-height: 1; font-family: Arial; }
	.hf03 .tbl { padding: 0 10px; margin-top: -15px; }
	.hf03 .tbl th, .hf03 .tbl td { padding: 8px 15px; font-size: 12px; }
	.hf03 .tbl th { width: 90px; }

	.et02 h3 .smt { font-size: 12px; }
	.et02 p .sm { font-size: 10px; }

	/* 404 */

	.notfound { margin-bottom: 0; padding: 30px 15px; }
	.notfound h1 { font-size: 20px; line-height: 30px; font-family: inherit; }
	.notfound .stoptxt { line-height: 20px; font-size: 14px; padding: 20px 0 0 0; }
	.notfound .form { padding: 10px 0 0 0; }
	.notfound form input.inp { width: 190px; vertical-align: middle; }
	.notfound form input.subm { appearance: none; -webkit-appearance: none; background: #ccc; height: 33px; vertical-align: middle; }

	/* Footer */

	.footer { padding: 25px 15px 35px 15px; }
	.footer .cont { display: block; }
	.footer nav { width: auto; margin-bottom: 20px; }
	.footer nav ul { display: block; padding: 0 15px; }
	.footer nav li { width: auto; margin-bottom: 15px; }
	.footer nav li:nth-child(3n + 1) { width: auto; }
	.footer nav div { margin-top: 30px; font-size: 12px; text-align: center; }
	.footer .bx { width: auto; }
	.footer .bx .bnrs { width: 100%; }
	.footer .bx .bnrs div:not(:last-child) { margin-bottom: 8px; }
	.footer .bx .cmp { width: calc(50% - 8px); }
	.footer .bx .cmp a { display: flex; flex-direction: column; background-color: #fff; border: #e0e1e8 solid 1px; width: 100%; align-items: center; justify-content: center; }
	.footer .bx .cmp img { margin-bottom: 20px; width: 90px; }
	.footer .bx .cmp span { background-position: right 10px center; background-size: 10px auto; padding: 10px 30px 10px 14px; font-size: 10px; }

	.copy { padding: 15px; }
	.copy .cont { display: block; }
	.copy .cont .pv img { width: 38px; }
	.copy .cont .pv p { width: calc(100% - 48px); font-size: 10px; }
	.copy .cont address { font-size: 9px; margin-top: 15px; }

	.grps { padding: 12px 10px; }
	.grps .cont div:first-child { display: flex; align-items: center; }
	.grps .cont div:first-child img { width: 74px; }
	.grps .cont ul { font-size: 11px; padding-left: 10px; margin-left: 10px; }
	.grps .cont div:last-child img { width: 124px; }

	.ptop { right: 10px; width: 40px; bottom: 105px; }
	.ptop a { background-size: 100% auto; width: 40px; height: 40px; }

	.det_cta_float .ptop { bottom: 140px; }

	/* Enviroments */

	body .mcetxt { padding: 0; margin: 0; border: none; text-indent: 0; background: none; width: auto; line-height: 1.7em; font-size: 13px; overflow: visible; clear: both; }
	body .mcetxt p { padding: 0; }
	body .mcetxt table { border-collapse: collapse; margin: 0 0 10px 0; max-width: 100% !important; width: auto !important; }
	body .mcetxt th, body .mcetxt td { border: #e2e2e2 solid 2px; text-align: center; padding: 5px; background-color: #fff; width: auto !important; font-size: 11px; line-height: 1.4; }
	body .mcetxt th { background-color: #f6f6f6; font-weight: bold; word-break: break-all; }
	body .mcetxt td { padding: 5px; }
	body .mcetxt ul { padding-left: 20px; }
	body .mcetxt ul li { list-style: outside; }
	body .mcetxt ol { padding-left: 20px; margin: 0; }
	body .mcetxt h2 { font-size: 18px; padding: 10px 0 15px 5px; margin-bottom: 20px; }
	body .mcetxt h2:before { height: 1px; bottom: -1px; }
	body .mcetxt h3 { font-size: 16px; padding: 0 0 5px 22px; margin: 0 0 10px 0; }
	body .mcetxt h3:before { left: 3px; top: 7px; }
	body .mcetxt h4 { font-size: 14px; margin: 0 0 10px 0; line-height: 1.5em; clear: both; font-weight: bold; }
	body .mcetxt img.ilf { float: left; margin: 0 10px 10px 0; }
	body .mcetxt img.irh { float: right; margin: 0 0 10px 10px; }
	body .mcetxt hr { clear: both; border: none; border-bottom: #ccc dotted 1px; padding: 5px 0 0 0; margin: 0 0 30px 0; background: none; }
	body .mcetxt .ilf { text-align: left; }
	body .mcetxt .irh { text-align: right; }
	body .mcetxt img, body .mcetxt iframe, body .mcetxt table { max-width: 100%; }
	body .mcetxt .paw { padding: 2px 0 2px 22px; background-position: 0 6px; background-size: 15px auto; }

	/* 2022.04.25 */

	.reien .det04 { margin: 15px -9px -14px -9px; padding: 15px 15px 1px 15px; display: none; }
	.reien .det04 .list { display: block; }
	.reien .det04 .list &gt; div { margin: 0 0 14px 0; padding: 15px; }
	.reien .det04 .im { width: 90px; }

	/* 2025.05.13 */

	.top_mts { padding: 20px 15px 0px 15px; }
	.top_mts .bxs { flex-flow: row wrap; gap: 10px; }
	.top_mts .bxs dl { width: calc(50% - 5px); font-size: 13px; padding: 14px 2px; }
	.top_mts .bxs dt { margin-bottom: 14px; }
	.top_mts .bxs dt span { font-size: 11px; margin: 0px; }
	.top_mts .bxs dd b { font-size: 28px; margin: 0px 1px 5px 1px; }
	.top_mts &gt; p { font-size: 10px; }
	.top_mts + .nc1 { margin-top: 35px; }

	.top_dnt { padding: 0px 15px 60px 15px; }
	.top_dnt .cont &gt; p { text-align: left; font-size: 13px; margin: 0px 0px 20px 0px; }
	.dnt_bx { padding: 25px 15px; }
	.dnt_bx .st { font-size: 18px; margin-bottom: 20px; }
	.dnt_bx .list &gt; div { padding: 14px 0px; margin-bottom: 16px; position: relative; }
	.dnt_bx .list .ti { display: block; margin-bottom: 14px; }
	.dnt_bx .list .ti .im { display: block; }
	.dnt_bx .list .ti h4 { font-size: 16px; position: static; padding: 0px 94px 14px 0px; }
	.dnt_bx .list .ti h4 span { border-radius: 0px 0px 3px 3px; left: auto; right: 0px; top: -1px; }
	.dnt_bx .list .mts { font-size: 13px; gap: 16px; }
	.dnt_bx .list .mts span { padding: 0px 8px; margin: -2px 7px 0px 0px; }
	.dnt_bx .list .mts b { font-size: 16px; }
	.dnt_bx .list .im { display: none; float: none; width: 100%; margin: 0px 0px 16px 0px; }
	.dnt_bx .mcetxt { font-size: 13px; margin-bottom: 0px; }
	.dnt_bx .im + .mcetxt { float: none; width: auto; }
	.dnt_bx .mr { padding-top: 5px; }
	.dnt_bx .mr a { padding: 16px 10px; width: 100%; }

	.sub_dnt { margin-bottom: 50px; }
	.sub_dnt &gt; p { font-size: 13px; line-height: 1.8; margin-bottom: 20px; }
	.sub_dnt .dnt_bx { padding: 25px 15px; }

	.top_ins { padding: 0px 5px 50px 5px; }
	.top_ins .cont &gt; p { padding: 0px 10px 15px 10px; }
	.top_ins .cont &gt; p b { font-size: 18px; }

	.dn01 p { margin-top: 20px; }
	.dn02 { margin: 0px 0px 40px 0px; }
	.dn02 img { margin: 0px -12px; max-width: calc(100% + 24px); }
	.dn03 { margin-bottom: 60px; }
	.dn04 { margin-bottom: 20px; }
	.dn05 { margin-bottom: 30px; }
	.dn05 h3 { padding: 15px; }
	.dn05 .bdy { padding: 20px 15px; }
	.dn05 li:before, .dn06 ul &gt; li:before { top: 9px; }
	.dn06 { margin-bottom: 60px; }
	.dn06 h3 { font-size: 16px; padding: 15px; }
	.dn06 .bdy { padding: 20px 15px; }
	.dn06 &gt; ol.bdy { padding-left: 35px; }
	.dn07 { margin-bottom: 30px; }
	.pt04 .bx3 { padding: 20px 15px; }
	.pt04 .bx3 ul { margin: 0px 0px 0px 20px; }
}

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

	.header_sp .logo img { width: 180px; }

	.tb_nav .tel a b { font-size: 9px; }
	.tb_nav .tel span i { font-size: 20px; }

	.dettps li b { width: calc(100% - 90px); }
	.dettps li span { width: 90px; }

	.det01 .imgsetsp .swiper-slide img { max-height: 212px; }

	#pop_img .img img { max-width: 260px; }

	.detfaq .mr a { padding: 15px 10px; }

	.nc5 .list .meta { margin-bottom: 5px; }
	.nc5 .list .meta li { width: 16px; height: 16px; }

	.top_cta .tb_nav .tel b, .bot_cta .tb_nav .tel b { font-size: 10px; white-space: nowrap; }
	.top_cta .tb_nav .tel span i, .bot_cta .tb_nav .tel span i { font-size: 20px; }

	.det_cta .tb_nav .tel, .det_cta .tb_nav .frm { width: calc(50% - 5px); }
	.det_cta .tb_nav .frm a { padding: 5px; font-size: 12px; }
	.det_cta .tb_nav .frm a span { padding-left: 26px; }
	.det_cta .tb_nav .tel a { background-position: 5px 15px; }
	.det_cta .tb_nav .tel span i { font-size: 15px; }
	.det_cta .tb_nav .tel span u { padding-left: 5px; }

	.form .ctsel .ct label span b { font-size: 11px; }
	.form input.zip { width: 120px; }
	.form .times input { width: 65px; }

	.subbnr h1, .subbnr .h1 { font-size: 20px; }
	.pt01 .ti { font-size: 16px; }
	.pt04 .bx h4 { font-size: 12px; }
	.ptdesc .ti { font-size: 15px; }

	.footer nav div { font-size: 10px; }
	.footer nav div a { font-size: 11px; }


	.copy .cont .pv p { font-size: 9px; }

	.grps .cont ul { border-left-width: 2px; padding-left: 6px; }
	.grps .cont div:first-child img { width: 60px; }
	.grps .cont div:last-child img { width: 105px; }

}
form.form dl.fmcont{
	position: relative;
}
#noank{
	display: block;
	font-size: 12px;
	position: absolute;
	top: -20px;
	right: 0;
	text-decoration: underline;
	cursor: pointer;
}

.bknone img,
.bknone h2,
.bknone h3 {display: none;}

	/* 2023.06.07 */
.top_flow,
.top_feelsafe {
	max-width: 780px;
	width: 100%;
	margin: 50px auto;
}

@media screen and (max-width: 760px) {
	.top_flow,
	.top_feelsafe {
		max-width: 760px;
		width: 100%;
		margin: 30px 0;
		padding: 0 20px;
		text-align: left;
	}
}

	/* 2023.07.27 */
.cont p {
	margin-top: 10px;
}
.cont p.privacy {
	padding-right: 115px;
}

	/* 2023.12.11 */
.footer-area-more-summary {
	display: inline-block;
}
.footer-area-more-summary::-webkit-details-marker {
	display: none;
}
.footer-area-more-button:not(._._) {
	width: 30px;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #a80f78;
	position: relative;
	margin: 0;
	margin-top: -28px;
	left: 95px;
	transition: .3s transform;
}
.footer-area-more-button::before,
.footer-area-more-button::after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.footer-area-more-button::after {
	height: 60%;
	width: 3px;
}
.footer-area-lists[open] .footer-area-more-button {
	transform: rotate(135deg);
}
		/* content.cssの修正 */
.footer .cont {
	align-items: start;
}
@media (max-width: 760px) {
	.footer-area-lists {
		margin: auto;
	}
}

	/* 2024.03.07 */
.reien .mr a { 
	text-decoration: none;
	background-color: #ae0079;
	color: #fff;
}

/* 2024.04.04 */
.cmn-pos,
#areapage-info {
	margin-top: 80px;
	padding-top: 80px;
}

@media (max-width: 760px) {
	.cmn-pos,
	#areapage-info {
		margin-top: 50px;
		padding-top: 50px;
	}
}

/* 2024.05.01 */
.privacy .sbtit_txt {
	font-weight: bold;
}

.privacy .txt {
	font-weight: normal;
}

/* 2024.07.03 */
.cmn-pos,
#areapage-info {
	border: 0;
}

/* 202407.18 */
.search-area-summary{
	display: block;
}
.search-area-summary .stt3{
	display: flex;
	justify-content: space-between;
}
.search-area-summary::-webkit-details-marker{
	display: none;
}
.search-area-more-button:not(._._) {
	margin: 0;
	width: 30px;
	display: block;
	aspect-ratio: 1;
	border-radius: 50%;
	position: relative;
	transition: .3s transform;
	background-color: #a80f78;
}
.search-area-more-button::before,
.search-area-more-button::after {
	content: "";
	width: 60%;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}
.search-area-more-button::after {
	height: 60%;
	width: 3px;
}
.search-area-lists[open] .search-area-more-button {
	transform: rotate(135deg);
}
summary {
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	display:none;
}

/* 2024.08.29 */
.retouch-psearch .psearch {
	margin-top: 0;
	margin-bottom: 0;
}

.retouch-psearch .nc2 {
	padding-top: 0;
}

/* 2024.10.01*/
.in02 .lk a.introduction-retouch-point_a{
	background-color:#ff5300;
}

@media screen and (max-width: 760px) {
	.nc2 .psearch {
		border: 0;
		border-top: #e1e6f1 solid 10px;
		border-bottom: #e1e6f1 solid 10px;
		width: 100%;
		margin: 40px 0;
	}
}</pre></body></html>