@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
*/



/* Layout */
.l-header__body {
	position: relative;
}
.l-header__body.l-container {
    position: absolute !important;
    border-radius: 0.3rem;
    background: #fcfcfc;
    left: 0;
    right: 0;
    margin: 2rem auto 0;
    width: 90vw;
}
a.c-headLogo {
    display: flex;
    align-items: center;
}
a.c-headLogo img {
    max-height: 30px;
}
div#top_title_area {
    min-height: 40vh;
    align-items: flex-end;
}
.c-gnav__li.-current, .c-gnav__li.focus, .c-gnav__li:hover {
    color: #629937;
}
.c-gnav .sub-menu {
    background: #629937;
}
.c-gnav__depth1:before {
    background: #629937;
}
.p-topArea.-noimg {
	background: #a7dd49;
}
.p-drawer__nav {
    margin-top: 5rem;
}
.l-main__body.p-404 h1.p-404__title {
    margin-top: 21vh !important;
}
.l-footer__widgets {
    padding: 2rem 0 1rem;
}
body.single .l-content__body.l-container,
body.category .l-content__body.l-container,
body.archive .l-content__body.l-container {
    margin-top: 8rem;
}
div#drawer_menu {
	background: rgba(145, 200, 50, 0.9);
}
.p-drawer__inner {
    background: none;
}
.p-drawer__body {
    background: none;
}
ul.c-drawerNav {
    border-color: #fff;
}
ul.c-drawerNav li {
    border-color: #fff !important;
}
/* Parts */
.pcsl {
	text-align: center;
}
h1.c-pageTitle__main, .wp-block-heading {
    font-family: serif;
}
.wp-block-heading {
	font-weight: normal;
}
h1.c-pageTitle__main {
	text-indent: 1.1rem;
    letter-spacing: 1.1rem;
    font-weight: normal;
    font-size: 2.3rem;
	 text-shadow: 0 0 10px #000000e8;
}
.single h1.c-pageTitle__main,.archive h1.c-pageTitle__main {
    text-shadow: none;
}
h2.wp-block-heading {
    text-align: center;
    font-size: 2rem;
	letter-spacing: 0.3rem;
	text-indent: 0.3rem;
}
h2.wp-block-heading:after {
    content: "";
    display: block;
    height: 1px;
    width: 8rem;
    background: #a7dd49;
    margin: 1rem auto 2rem;
}
h3.wp-block-heading {
    font-size: 1.6rem;
    margin: 2rem 0 1.3rem !important;
}
.ark-block-section__body {
    min-height: 16rem;
}
.ark-block-section__body h3 {
    font-family: serif;
    font-weight: normal;
    font-size: 1.3rem;
}
.ark-block-heading + p {
    margin-top: 1rem;
}
.ark-block-button.is-btn-outline.no-boreder a {
    box-shadow: none !important;
}
.wp-block-group.alignfull.f-contact.has-background h2:after {
    display: none;
}
#footer div#block-13 {
    margin-top: 1rem;
    font-size: 0.8rem;
}
#footer div#block-14 {
    margin-top: 1rem;
    font-size: 0.8rem;
}
#footer ul.wp-block-list li:after {
    content: "|";
    color: #ccc;
    margin-left: 1rem;
    margin-right: 1rem;
}
#footer ul.wp-block-list li:last-child:after {
    display: none;
}
#footer ul.wp-block-list li a {
	text-decoration: none;
	transition: 0.3s;
}
#footer ul.wp-block-list li a:hover {
	opacity: 0.6;
}

#footer ul.wp-block-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
body.single h1.c-pageTitle__main {
    text-indent: 0;
    letter-spacing: normal;
}
.p-postList--notfound {
    font-size: 0;
}
.p-postList--notfound:before {
    content: "現在お知らせはありません";
    display: block;
    text-align: center;
    font-size: 1rem;
}
@media(max-width: 767px) {
.pcsl {
	text-align: left;
}
h1.c-pageTitle__main {
    font-size: 1.8rem;
}
}
@media(max-width: 690px) {
#footer ul.wp-block-list li {
    margin-bottom: 0.8rem;
}
body.single h1.c-pageTitle__main {
    font-size: 1.6rem;
}
h1.c-pageTitle__main {
    font-size: 1.8rem;
}
h2.wp-block-heading {
    font-size: 1.6rem;
}
h3.wp-block-heading {
    font-size: 1.3rem;
}
}

/* Top */
div#main-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
div#main-text p {
    font-family: serif;
    padding: 1rem 0.3rem;
    font-size: 2.5rem;
    margin: 0 1rem;
    height: fit-content;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 7px #3e5c93;
}
@media(max-width: 430px) {
	div#main-text p {
		font-size: 1.9rem;
	}
}


/* Service */
.wp-block-group.service p {
    text-align: center;
}
.wp-block-group.service h3.wp-block-heading {
    text-align: center;
}
.wp-block-group.service ul.wp-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
	margin: 0;
	padding: 0;
}
.wp-block-group.service ul.wp-block-list li:after {
    content: "/";
    margin: 0 1em;
    color: #ccc;
}
.wp-block-group.service ul.wp-block-list li:last-child:after {
    display: none;
}
@media(max-width: 767px) {
.wp-block-group.service p {
    text-align: left;
}
.wp-block-group.service p br {
	display: none;
}
.wp-block-group.service h3.wp-block-heading {
    text-align: left;
}
.wp-block-group.service ul.wp-block-list {
    justify-content: start;
    flex-direction: column;
}
.wp-block-group.service ul.wp-block-list li:after {
    display: none;
}
.wp-block-group.service ul.wp-block-list li {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 0.5rem 0;
    margin-bottom: 0.5rem;
}
}
/* About */
figure.wp-block-table table {
    border: none;
}
figure.wp-block-table table th {
    background: none;
    border: none;
    border-bottom: 1px solid #d7e8ba;
    padding: 2rem 0.8rem !important;
	font-weight: normal;
	width: 30%;
}
figure.wp-block-table table td {
    border: none;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
    padding: 2rem 0.8rem !important;
}
figure.wp-block-table table tr:first-child th {
    padding-top: 0 !important;
}
figure.wp-block-table table tr:first-child td {
    padding-top: 0 !important;
}

/* Contact */
p.has-text-align-center.time {
    margin: 0.3rem 0 5rem;
}
form.wpcf7-form.init,form.wpcf7-form.invalid {
    max-width: 40rem;
    margin: 0 auto;
}
form.wpcf7-form.init input,form.wpcf7-form.init textarea,
form.wpcf7-form.invalid input,form.wpcf7-form.invalid textarea{
    width: 100%;
    padding: 0.3rem;
}
form.wpcf7-form.init dt,form.wpcf7-form.invalid dt {
    margin-bottom: 0.3rem;
}
form.wpcf7-form.init dd,form.wpcf7-form.invalid dd {
    margin-bottom: 1.3rem;
}
form.wpcf7-form.init dt .req,form.wpcf7-form.invalid dt .req {
    color: #dd6f6f;
    display: inline-block;
    margin: 0 0 0 0.2rem;
}
form.wpcf7-form.sent dl {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(135deg, rgb(216 244 121) 0%, #4ea85b 100%);
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 0.7rem;
    text-shadow: 0 0 7px #4ea85b;
    transition: 0.3s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	opacity: 0.8;
}

form.wpcf7-form.sent input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: none;
}
form.wpcf7-form.sent p {
    display: none;
}
.wpcf7-response-output {
    text-align: center;
}