@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* body */
body {
	overflow-x: hidden !important;
}
.l-content__body {
    margin-bottom: 0;
}
@media(min-width: 767px) {
.l-content__body {
    margin: 3rem auto 0;
}
}
/* header */
[data-btns=rr-rl] .l-header__body {
    grid-template-areas: "left center right search menu";
    grid-template-columns: 100% 0% auto var(--ark-searchW) var(--ark-drawerW);
}
div#header-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
	align-items: center;
}
div#header-contact {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.l-headerUnder {
    margin-bottom: 2rem;
}
div#free-tel a {
    color: #333;
    text-decoration: none;
    font-size: 1.9rem;
    background: url(assets/img/icon-free-tel.png) no-repeat center left / contain;
    display: block;
    padding-left: 3.4rem;
    line-height: 1.1;
}
div#mail-bth a {
    background: #2ea447;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0.76rem 2rem;
    line-height: 1;
    margin: 0 1rem;
	border-radius: 3px;
}
.l-header__drawerBtn {
    background: #3d66b1;
    color: #fff;
    border-radius: 3px;
	transition: 0.3s;
}
.l-header__drawerBtn:hover {
    background: #2e4d88;
}
div#mail-bth a {
	transition: 0.3s;
}
div#mail-bth a:hover {
    background: #228737;
}
@media(max-width: 1320px) and (min-width: 1000px) {
.l-header__body.l-container {
    width: 96%;
}
}
@media(max-width: 999px) {
[data-btns=rr-rl] .l-header__body {
    grid-template-columns: 90% 0% auto var(--ark-searchW) var(--ark-drawerW);
}
}
@media(max-width: 999px) and (min-width: 768px) {
.l-header__drawerBtn {
    right: 10px;
}
}
@media(max-width: 850px) {
div#mail-bth {
    display: none;
}
}
@media(max-width: 767px) {
div#free-tel a {
    color: #333;
    font-size: 1.1rem;
    padding-left: 2.2rem;
    padding-right: 0.7rem;
}
}
@media(max-width: 430px) {
div#free-tel {
    display: none;
}
}

/* nav */
.l-headerUnder .c-gnav {
    justify-content: space-between;
}
.c-gnav__li {
    width: 25%;
	border-left: 1px solid #aaa;
}
.c-gnav__li:first-child {
    border-left: none;
}
.l-headerUnder .c-gnav>.menu-item>a {
    font-size: 1.14rem;
    font-weight: bold;
	transition: 0.3s;
}
.l-headerUnder .c-gnav>.menu-item>a:hover {
    transform: scale(1.06);
}
html[data-scrolled="true"] .l-headerUnder[data-fix] {
    box-shadow: 0 2px 9px rgb(0 0 0 / 35%);
    background: rgb(255 255 255 / 90%);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
/* drawer */
.p-drawer {
    width: 32%;
    right: 0;
    left: auto;
	background: rgba(255, 255, 255, 0.9);
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
[data-drawer-move=fade] .p-drawer__inner {
    max-width: 720px;
}
.c-drawerNav__a {
    font-size: 1.1rem;
}
@media (min-width: 1000px) {
    .p-drawer__body {
        padding: 0 2rem;
    }
}
@media (768px <= width < 1000px) {
.p-drawer {
	width: 60%;
}
}
@media (max-width: 767px) {
.p-drawer {
	width: 90%;
}
}
/* main content */
main#main_content {
    font-size: 16px;
	line-height: 1.75;
}
main#main_content h1,main#main_content h2, main#main_content h3 {
	font-family: "Shippori Mincho", "游明朝", "YuMincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* theme content */
#main_content .ark-block-section__body h2:after {
	display: none;
}
#main_content .ark-block-section__body p {
	margin-top: 1rem;
}
#main_content .ark-block-boxLink h3 {
    font-size: 1.8rem;
    text-align: center;
}
.ark-block-boxLink p {
	font-size: 16px;
	line-height: 1.75;
}
.ark-block-boxLink {
    box-shadow: unset;
    border: 1px solid #dedede;
}
.ark-block-step__title {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.pcsl {
	text-align: center;
}
#sp-b {
	display: none;
}
@media(max-width: 767px) {
#main_content h2 {
	font-size: 2rem;
}
#main_content h3 {
	font-size: 1.6rem;
}
	.page-id-9 br {
		display: none;
	}
.pcsl {
	text-align: left;
}
#sp-b {
	display: block;
}
#sp-n {
	display: none;
}
}
/* footer */
.l-footer__widgets {
    padding: 3rem 0 0.8rem;
}
.widget_text:has(#f-logo-info) {
    margin: 1rem 0 0;
}
.widget_text:has(#f-logo-info) p {
    text-align: center;
}
ul#footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
ul#footer-nav li {
    width: 25%;
    margin-bottom: 0.8rem;
}
ul#footer-nav li a {
text-decoration: none;
}
ul#footer-nav li a:before {
color: #dedede;
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 8px;
}
@media(max-width: 999px) {
ul#footer-nav li {
    width: 50%;
}
}
/* top page */
.home.page .l-content__body {
	margin-bottom: 6rem;
}
div#main-visual {
    margin: 0;
	height: 90vh;
    padding-top: 20vh;
	min-height: 600px;
    color: #fff !important;
	text-align: center;
	font-weight: bold;
}
.home main#main_content div#main-visual h2 {
	text-align: center;
	font-size: 3rem;
	margin-bottom: 2rem;
}
.swiper {
	max-width: 100vw;
	height: 90vh;
	min-height: 600px;
	overflow: hidden;
    position: absolute !important;
    left: 0;
    background: #000;
}
.swiper img{
    object-fit: cover;
    width: 100vw;
	height: 90vh;
	opacity: 0.6;
}
.swiper-slide img {
    transform: scale(1);
    /*スワイパーの切り替え速度と自動再生の停止時間を合計した秒数に設定する*/
    transition: 7s;
}
.swiper-slide-active img {
    transform: scale(1.08);
}
/* movie */
div#movie {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 55.85%;
}
video#video {
    width: 100%;
    height: auto;
}

.home main#main_content {
    position: relative !important;
    z-index: 2;
}
.home #main_content h2 {
	font-size: 2.14rem;
    text-align: center;
}
.home #main_content h2:after {
    content: "";
    display: block;
    width: 8rem;
    height: 4px;
    margin: 0.9rem auto 0;
    background: linear-gradient(to right, #2da34b 0%, #436bb1 100%);
}
.home main#main_content div#main-visual h2:after {
	display: none;
}

ul.service {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.service li {
    border: 1px solid #dedede;
	font-weight: bold;
}
ul.service li a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    padding: 1.5rem;
    display: block;
	font-size: 1.12rem;
	position: relative;
}
ul.service li a:after {
    background: #fff;
    color: #2da34b;
    font-family: FontAwesome;
    content: '\f061';
    font-size: 12px;
    position: absolute;
    top: 1.9rem;
    right: 1.5rem;
}
div#boseki {
    background: linear-gradient(to right, #2da34b 0%, #436bb1 100%);
    padding: 4rem 3%;
    margin: 2rem -3% 2rem;
}
div#boseki div#boseki-bg {
    background: url(assets/img/bg-service-boseki-min.jpg) no-repeat center center / cover;
}
#boseki ul.service {
    justify-content: left;
    gap: 2%;
}
#boseki h3 {
	color: #fff;
	font-size: 2.2rem;
}
#boseki ul.service li {
    width: 32%;
	background: #fff;
	border: none;
	text-align: center;
}
#boseki ul.service li.no-link {
    padding: 1.5rem;
}
ul#sub li {
    width: 49%;
    margin-bottom: 1rem;
}
ul#sub li a {
	padding: 1.5rem 41% 1.5rem 1.5rem;
}
ul#sub li a span {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    background: #fff;
    width: fit-content;
    padding: 0.4rem 0.4rem 0.2rem 0;
}
ul#sub li a:after {
	display: none;
}
ul.service li.dan a {
    background: url(assets/img/bg-service-dan-min.jpg) no-repeat center right / contain;
}
ul.service li.gu a {
    background: url(assets/img/bg-service-gu-min.jpg) no-repeat center right / contain;
}
ul.service li.tana a {
    background: url(assets/img/bg-service-tana-min.jpg) no-repeat center right / contain;
}
ul.service li.obon a {
    background: url(assets/img/bg-service-obon-min.jpg) no-repeat center right / contain;
}
ul.service li.okou a {
    background: url(assets/img/bg-service-okou-min.jpg) no-repeat center right / contain;
}
ul.service li.on a {
    background: url(assets/img/bg-service-on-min.jpg) no-repeat center right / contain;
}
ul.wp-block-list a {
	transition: 0.3s;
}

ul.wp-block-list a:hover {
    transform: scale(1.02);
}

h2#news-head {
    margin-top: 5rem;
}
div#news-btn {
    margin-top: 0;
}
div#about {
    background: #fafafa;
    padding: 4rem 50%;
    margin: 6.1rem -50% 0;
}

div#about p {
    margin: 2rem 0;
}
ul#column {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}
ul#column li a {
    display: block;
    border: 1px solid #dedede;
    padding: 1.2rem 1.5rem 1.2rem 6.8rem;
    border-radius: 6px;
    text-decoration: none;
    color: rgb(51, 51, 51);
	font-size: 1rem;
}
ul#column li a:after {
    color: rgb(51, 51, 51);
    font-family: FontAwesome;
    content: '\f061';
    font-size: 12px;
    vertical-align: text-top;
    margin-left: 0.7rem;
}
ul#column li.ishi-kiso a {
    background: url(assets/img/bg-column-ishi-kiso.jpg) no-repeat center left / contain;
}
ul#column li.ishi a {
    background: url(assets/img/bg-column-ishi.jpg) no-repeat center left / contain;
}

ul#column li.kiso a {
    background: url(assets/img/bg-column-kiso.jpg) no-repeat center left / contain;
}

ul#column li.qa a {
    background: url(assets/img/bg-column-qa.jpg) no-repeat center left / contain;
}
.page-id-4139 ul#column li a {
    width: 100%;
    padding: 2rem 2rem 2rem 8.9rem;
}
@media(max-width:500px) {
ul#column li a,.page-id-4139 ul#column li a {
    padding: 1.2rem 0.5rem 1.2rem 6.4rem;
    text-align: left;
}
}
.page-id-4139 ul#column li {
    width: 100%;
}
div#top-reform {
    background: #f6f6f6;
    padding: 4rem 50%;
    margin: 0 -50% 0;
}
div#top-reform p {
    margin: 2rem 0;
}
.p-postList .p-postList__title {
    font-size: 1rem;
}
.p-postList__excerpt {
    font-size: 0.88rem;
}
.p-postList__meta.c-postMetas.u-flex--aicw {
    font-size: 0.82rem;
}
figure.c-postThumb__figure {
    aspect-ratio: 4 / 3;
}
.page-id-3715 .alignfull.ark-block-container.ark-keep-mt.has-background {
    padding: 2rem 2rem 0;
    margin-top: 5rem;
}
.page-id-3715 .alignfull.ark-block-container.ark-keep-mt.has-background h2 {
    text-align: center;
}
.page-id-3715 .ark-block-postList {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
div#top-rest {
    background: #fff;
    padding: 2rem;
}
div#top-rest h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
@media(max-width: 1150px) {
#boseki ul.service li {
    width: 49%;
}
}
@media(max-width: 1060px) {
	ul#sub li {
		width: 100%;
	}
}
@media(max-width: 768px) {
img.wp-image-4073.colorbox-3715 {
    width: 50%;
}
figure#top-ceo {
    float: none;
    text-align: center;
    margin: 0 auto;
}
}
@media(max-width: 767px) {
div#main-visual {
	text-align: left;
}
.home main#main_content div#main-visual h2 {
    font-size: 2.8rem;
}
.home #main_content h2 {
	font-size: 2rem;
}
div#boseki {
    padding: 2rem 10% 2rem;
    margin: 2rem -10% 2rem;
}
#boseki h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 12rem;
    background: url(assets/img/bg-service-boseki-min.jpg) no-repeat center center / cover;
    margin-top: 1rem;
}
#boseki h3 {
    text-align: center;
	font-size: 1.8rem;
}
#boseki ul.service li {
    width: 100%;
}
#boseki ul.service li a {
	padding: 2.2rem 1.5rem;
}
#boseki ul.service li.no-link {
	padding: 2.2rem 1.5rem;
}
ul.service li a:after {
    top: 2.6rem;
}
ul#sub li {
	width: 100%
}
ul#sub li a {
	padding: 1.5rem 50% 1.5rem 1.5rem;
	background-size: 45%;
}
ul#column {
    gap: 1rem;
}
ul#column li {
    width: 100%;
    text-align: center;
}
}

/* 墓石・お墓 */
.page-id-9 #main_content h2 {
    font-size: 2.14rem;
    text-align: center;
}
.page-id-9 #main_content h2:after {
    content: "";
    display: block;
    width: 8rem;
    height: 4px;
    margin: 0.9rem auto 0;
    background: linear-gradient(to right, #2da34b 0%, #436bb1 100%);
}
.page-id-9 #main_content h2.ark-block-heading__main {
    font-size: 1.87rem;
}
#ohaka-potion .arkb-boxLink__body {
    padding: 2rem;
}
.page-id-9 #reform {
	margin: 4rem 0;
}
.page-id-4784 div#top_title_area, .page-id-4785 div#top_title_area, .page-id-4783 div#top_title_area {
    display: none;
}
.page-id-4784 .l-content__body.l-container,.page-id-4785 .l-content__body.l-container,.page-id-4783 .l-content__body.l-container {
    margin-top: 0;
}
@media(max-width: 767px) {
	.page-id-9 br {
		display: none;
	}
}
/* 和風墓石 */
.wp-block-group.boseki-lineup {
    border: 1px solid #ededed;
    padding: 3rem;
}
.wp-block-group.boseki-lineup rt {
	margin-bottom: 0.3rem;
}
.wp-block-group.boseki-lineup th {
    width: 30%;
}
@media(max-width: 767px) {
.wp-block-group.boseki-lineup {
    padding: 1rem;
}
.wp-block-group.boseki-lineup rt {
	margin-bottom: 0.1rem;
}
}
/* おすすめ墓石 */
.raku {
    text-align: center;
    font-weight: bold;
}
.raku .ark-block-section__body {
    background: #fff;
    border: 1px solid #ededed;
}
.raku span {
    display: block;
    color: #eb595b;
    font-weight: bold;
    font-size: 1.8rem;
}
/* ご契約から建立までの流れ */
.page-id-49 #main_content .ark-block-boxLink h3 {
	text-align: left;
}
ol.flow {
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 2%;
    list-style: none;
}
ol.flow li {
    flex-basis: 23%;
    margin-bottom: 2%;
}
ol.flow li img {
    width: 100%;
}
@media(max-width: 999px) {
ol.flow li {
    flex-basis: 32%;
}
}
@media(max-width: 669px) {
ol.flow li {
    flex-basis: 49%;
}
}
/* お墓の基礎知識 */
.wp-block-group.ohaka-kiso {
    border: 1px solid #ededed;
    padding: 3rem;
}
div#erabi-kiso ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
div#erabi-kiso h3 {
	margin-top: 1.5rem;
}
div#erabi-kiso h2,div#erabi-kiso h3 {
	margin-bottom: 1.5rem;
}
@media(max-width:767px) {
.wp-block-group.ohaka-kiso {
    padding: 1.5rem;
}
.wp-block-group.ohaka-kiso h3 {
    text-align: center;
}
}
/* 石種紹介 */
.box ul,.no-border ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box ul li,.no-border ul li {
    text-align: center;
    width: 33%;
    margin-bottom: 1.2rem;
}
.box ul li img,.no-border ul li img {
    width: 80%;
}
@media(max-width: 767px) {
	.box ul li, .no-border ul li {
		width: 49%;
	}
}
/* お問い合わせ */
form table th {
    font-size: 1.1rem;
    width: 30%;
}
form table td {
    width: 70%;
}
input#zip {
    width: 8em;
}
span.wpcf7-form-control-wrap.zip input {
    margin-left: 0.5em;
}
span.wpcf7-form-control-wrap.address01 {
    margin-left: 0.5rem;
}
span.wpcf7-form-control-wrap.address01 select {
    padding: 0.6rem;
}
span.wpcf7-form-control-wrap.address02 input {
    margin-top: 0.5rem;
    width: 100%;
}
span.wpcf7-form-control-wrap.tel1 input {
    width: 5em;
}
span.wpcf7-form-control-wrap.tel2 input {
    width: 5em;
}
span.wpcf7-form-control-wrap.tel3 input {
    width: 5em;
}
span.wpcf7-form-control-wrap.email input {
    width: 100%;
}
span.wpcf7-form-control-wrap.message textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.btn {
    margin-top: 1rem;
    background: #00417b;
    color: #fff;
    width: 40%;
    border-radius: 6px;
    padding: 1rem 0;
}
@media(max-width:767px) {
form table th {
    width: 100%;
}
form table td {
    width: 100%;
	padding: 0.9rem !important;
}
	form table tr {
		display: grid;
	}
	form button, form input, form select, form textarea {
		width: 100%;
	}
	span.wpcf7-form-control-wrap.address01 {
    margin: 0;
}
	span.wpcf7-form-control-wrap.address01 select {
    margin-top: 0.5rem;
}
}

/* 現トップ */
.page-id-3715 div#top_title_area {
    display: none;
}
.page-id-3715 div#breadcrumb {
    display: none;
}
.page-id-3715 .l-content__body.l-container {
    margin-top: 0;
	margin-bottom: 0;
}

/* 仏壇・仏具 */
.butudan {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.butudan div {
    flex-basis: 24%;
    margin-bottom: 2%;
}
.butudan div:last-child {
    margin-bottom: 0;
}
.butudan div img {
    width: 100%;
}
ul.wp-block-list.buthugu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	gap: 2%;
}
ul.wp-block-list.buthugu li {
    flex-basis: 20%;
}
.page-id-63 div#top_title_area {
    display: none;
}
.page-id-63 .l-content__body.l-container {
    margin-top: 0;
}
@media(max-width: 768px) {
.butudan div {
    flex-basis: 32%;
}
}
@media(max-width: 767px) {
.butudan {
    gap: 4%;
}
.butudan div {
    flex-basis: 48%;
    margin-bottom: 4%;
}
.butudan div:last-child {
    margin-bottom: 0;
}
ul.wp-block-list.buthugu li {
    flex-basis: 30%;
}
}
/* 神棚 */
ul.tana {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.tana li {
    flex-basis: 30%;
}
/*盆提灯・オブジェ*/
ul.obj {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.obj li {
    flex-basis: 19%;
    text-align: center;
}
.obj-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.obj-box div {
    flex-basis: 23%;
}
.obj ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.obj ul li {
    flex-basis: 24%;
}
@media(max-width: 767px) {
.obj-box div {
    flex-basis: 48%;
}
}
/*お香*/
.okou ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.okou ul li {
    flex-basis: 24%;
}

/* オンライン接客 */
#online + .wpcf7 {
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 6px;
}
dl#online-reception .column {
    background: var(--ark-color--gray);
    padding: 2rem;
}
dl#online-reception dt {
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.3rem;
    margin: 0 0 0.8em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
dl#online-reception dt span {
    font-size: 0.8rem;
    background: #b35656;
    padding: 0.1rem 0.6rem;
    margin-left: 0.6rem;
    color: #fff;
    line-height: 1.5;
}
dd.day {
    display: flex;
    flex-wrap: wrap;
}
dd.day p:first-child {
    margin-right: 0.8rem;
}
dd.day p span {
    margin-right: 0.4rem;
}
dl#online-reception .column dd {
    margin-bottom: 1.2rem;
}
dl#online-reception .column dd:last-child {
    margin-bottom: 0;
}
dl#online-reception .column:nth-child(2) {
    margin-top: 1.4rem;
}
dl#online-reception dt:not(.column dt) {
    margin-top: 1.4rem;
}
#online + .wpcf7 span.wpcf7-form-control-wrap.tel {
    margin-bottom: 0.6rem;
    display: block;
}
#online + .wpcf7 span.wpcf7-form-control-wrap.email {
    margin-bottom: 1.4rem;
    display: block;
}
#online + .wpcf7 span.wpcf7-form-control-wrap.tel input, #online + .wpcf7 span.wpcf7-form-control-wrap.email input {
    display: block;
    width: 100%;
    max-width: 24rem;
}
#online + .wpcf7 dd br {
    display: none;
}

#online + .wpcf7 input#submit {
    margin-top: 1rem;
    background: #00417b;
    color: #fff;
    width: 40%;
    border-radius: 6px;
    padding: 1rem 0;
}
@media(width < 767px) {
	#online + .wpcf7 input#submit {
    width: 80%;
}
}


/* sitemap */
#sitemap_list li {
    font-size: 1.2rem;
}
#sitemap_list li li {
    font-size: 1.1rem;
}

/* Re:Stone */
.page-id-3607 div#top_title_area {
	display: none;
}
.arkb-boxlinks--2.ark-block-boxLinks .kara {
    border: none;
}
.page-id-5011 div#top_title_area {
	display: none;
}
.page-id-5042 div#top_title_area {
	display: none;
}
.page-id-5058 div#top_title_area {
	display: none;
}
.page-id-5070 div#top_title_area {
	display: none;
}
.page-id-5076 div#top_title_area {
	display: none;
}
figure#first-one {
    margin: 3rem 0 1.2rem;
}
figure#first-one + h2 {
    margin-top: 0;
}
dl#re {
    padding: 1.7rem 1.7rem 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.3rem;
	    box-shadow: 0 0 9px rgb(0 0 0 / 35%);
}
dl#re div {
    display: flex;
    flex-wrap: wrap;
	background: #f4f4f4;
	align-items: center;
}
dl#re div dt {
    min-width: 15em;
    padding: 1rem;
    box-sizing: border-box;
}
dl#re div:nth-child(even) {
	background: none;
}
dl#re dt span {
    background: #d86a6a;
    color: #fff;
    font-size: 0.8rem;
    padding: 0 0.2rem;
    border-radius: 0.3rem;
    display: block;
    width: fit-content;
    margin-left: 0.7em;
}
dl#re div dt p {
    display: flex;
    align-items: center;
}
dl#re div dd {
	padding: 1rem;
	width: calc(100% - 15em);
}
dl#re div dd textarea {
	width: 100%;
}
dl#re input[type=submit] {
    margin: 0 auto;
    display: block;
}
dl#re button, dl#re input, dl#re select, dl#re textarea {
border: 1px solid #888;
}

dl#re input[type=submit] {
	margin-top:1em;
  padding: 15px 30px; 
  border-radius: 100px;
  background-color: #4665aa;
  color: #fff; 
  font-size: 1.1em;
  font-weight: bold;
  box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
}
dl#re input[type=submit]:hover {
  background-color: #2f4575;
}

 
@media(max-width: 1000px) {
.arkb-boxlinks--2.ark-block-boxLinks .kara:nth-child(3),.arkb-boxlinks--2.ark-block-boxLinks .kara:nth-child(4) {
	display: none;
}
}
@media(max-width:767px) {
figure#last-one a {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
}
figure#first-one {
    width: 100% !important;
}
	dl#re div {
    flex-direction: column;
    align-items: baseline;
}
dl#re div dt {
    padding-bottom: 0;
}
dl#re div dd {
    width: 100%;
}
dl#re div dd input {
    width: 100%;
}
}

/* from */
input#zip {
    width: 9em;
    margin-right: 1em;
}
select#address01 {
	margin-bottom: 0.6em;
}
input#address02 {
    width: 100%;
}
input#tel1, input#tel2, input#tel3 {
    width: 5em;
}
textarea#message {
    width: 100%;
}

/* blog */
.blog footer#footer {
    margin-top: 2rem;
}
.post-template-default footer#footer {
    margin-top: 2rem;
}
.archive footer#footer {
    margin-top: 2rem;
}
@media(width < 767px) {
li.p-postList__item h2.p-postList__title {
    font-size: 1.2rem !important;
}
}