@charset "UTF-8";
.indent {
    display: flex;
    align-items: baseline;
}

h1,
h2,
h3,
p,
li,
a {
    font-family: 'Noto Sans JP', sans-serif;
}

.header-area-information {
    padding: 1em 1em .5em 1em;
}

.logo-home-area {
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-area-information .logo-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.logo-mark {
    max-width: 60px;
    margin: 0;
}

.logo-text {
    max-width: 220px;
    margin: 0 0 0 1em;
}

.home-url {
    margin: 0;
    width: 75px;
    height: 75px;
    background-color: #00C479;
    border-radius: 50%;
    box-shadow: 2px 2px 3px 0 rgb(255 255 255 / 75%) inset, -2px -2px 3px 0 rgb(0 0 0 / 35%) inset;
}

.home-url a {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px #333;
    line-height: 1;
    font-size: 14px;
    padding-top: .75em;
}

.home-url a::before {
    font-size: 30px;
    font-family: "FontAwesome";
    content: "\f015";
    display: block;
    margin: 0 auto;
    text-align: center;
}

nav {
    border: none;
    margin-bottom: 1em;
}

nav ul {
    background-color: transparent;
    border: none;
    display: flex;
    align-self: flex-start;
    flex-wrap: wrap;
}

nav ul li {
    float: none;
    flex-shrink: 1;
    display: block;
    width: 47%;
    margin: 1em 0 0 0;
    /* padding: 0 .5em; */
}

nav ul li:nth-child(2n) {
    margin-left: 5%;
}

nav ul li a {
    padding: 1em 0;
    font-size: 20px;
    text-shadow: 2px 2px 2px #333;
    box-shadow: 2px 2px 3px 0 rgb(255 255 255 / 75%) inset, -2px -2px 3px 0 rgb(0 0 0 / 35%) inset;
    border-radius: 40px;
    background: #00C479;
}

nav ul li:first-child a::before {
    content: '';
}

.hero {
    margin-bottom: 1em;
}

.hero img {
    display: block;
}

#breadcrumb li,
#breadcrumb li a {
    color: #333;
}


/* footer */

footer {
    padding-top: 2.5em;
    background-color: #d1fdea;
    padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 100px;
    }
}

.footer-logo-area {
    display: flex;
    margin: 0 auto;
    width: 260px;
    justify-content: space-around;
}

.footer-contact-area {
    margin-top: 2em;
    background-color: white;
    padding: 1.5em;
    max-width: 350px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.contact-text {
    color: #00C479;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: .5em;
}

.contact-tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 1em auto;
    color: #333;
}

.contact-img {
    width: 60px;
    margin: 0;
    padding-top: 5px;
}

.contact-number {
    margin: 0 0 0 .1em;
    font-weight: bold;
    font-size: 36px;
    white-space: nowrap;
}

@media screen and (max-width: 375px) {
    .contact-number {
        font-size: 32px;
        white-space: nowrap;
    }
}

.contact-time {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.footer-copyright {
    margin-top: 2em;
    font-weight: bold;
    letter-spacing: 0;
}


/* contents */

.container {
    padding: 0;
    max-width: 1170px;
}

article {
    margin-top: 2em;
    padding-top: 0em;
    padding: 0 15px;
}

.reason-area {
    background-color: #d1fdea;
    padding-bottom: 3em;
    padding-top: 1em;
    padding: 1em 15px 3em;
    margin-bottom: 40px;
}

.ranking-area {
    padding-top: 1em;
    padding-bottom: 3em;
}

.article-inner {
    margin: 0 1em;
    overflow-x: hidden;
}

@media screen and (max-width: 600px) {
    .page-template-page-prefectureoutput .article-inner {
        margin: 0;
    }
}

article#area_big_branch .article-inner {
    margin: 0;
}

h1 {
    background-color: transparent;
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: .5em 0 0 0;
}

h1::before {
    content: '';
}

span.title-area {
    color: #00C479;
    font-size: 30px;
    margin-right: .2em;
}

.reason h2 {
    background-color: #00C479;
    color: white;
    font-size: 23px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: .5em 0em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px 2px #333;
    border: none;
    position: relative;
}

.reason h2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #00C479 transparent transparent transparent;
}

.reason_02 h2 {
    margin-top: 4em;
}

.reason .box .number {
    text-align: center;
    color: #00C479;
    font-size: 45px;
    font-weight: bold;
    width: 50px;
    margin: 0 auto;
    position: relative;
    background-color: #d1fdea;
}

.reason .box .number::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -430px;
    transform: translateY(-50%);
    width: 430px;
    height: 1px;
    background-color: #00C479;
}

.reason .box .number::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -430px;
    transform: translateY(-50%);
    width: 430px;
    height: 1px;
    background-color: #00C479;
}

.reason .box .text {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0.5em;
    position: relative;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 375px) {
    .reason .box .text {
        font-size: 23px;
    }
}


/* .reason .box .text::before {
    content: '詳しく';
    position: absolute;
    bottom: -75px;
    right: 40px;
    color: #00C479;
    font-size: 12px;
    letter-spacing: 0;
}

.reason .box .text::after {
    position:absolute;
    bottom: -63px;
    right: 40px;
    font-size: 35px;
    font-family: "FontAwesome";
    content: "\f138"; 
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #00C479;
} */

.reason .arrow {
    color: #00C479;
    max-width: 400px;
    margin: -1em auto 0 auto;
    text-align: right;
    position: relative;
    padding: 1em 3em 1em 0;
}

.reason .arrow::after {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 35px;
    font-family: "FontAwesome";
    content: "\f138";
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #00C479;
}

.reason .box .catch {
    background-color: white;
    text-align: center;
    padding: 0.35em 0;
    width: 180px;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 1em;
    font-weight: bold;
    color: #00C479;
}

.ranking h2 {
    border-left: none;
    text-align: center;
    font-size: 23px;
    margin-top: 2em;
    padding-bottom: .5em;
    border-bottom: 2px solid #00C479;
    margin-left: auto;
    margin-right: auto;
    color: #00C479;
}

.ranking p {
    font-weight: bold;
    padding: 0 .5em;
    font-size: 18px;
}

.ranking p span {
    color: #00C479;
    margin-right: 1em;
    letter-spacing: 0.2em;
    white-space: nowrap;
}

.ranking p span::first-letter {
    font-size: 25px;
}


/* footer-teltap */

.footer-teltap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00C479;
    padding: 1em;
}

@media screen and (min-width: 768px) {
    .footer-teltap {
        display: none;
    }
}

.teltap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-freedial {
    width: 90px;
    margin: 0;
}

.logo-tel {
    width: 60px;
    margin: 0;
}

.footer-teltap p {
    margin: 0;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px #333;
    font-size: 18px;
}


/*　モーダルウィンドウ */

body {
    position: relative;
}

.modal_area_information {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 196 121 / 80%);
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
    opacity: 0;
    animation: opacity .5s ease forwards;
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-box {
    background-color: white;
    padding: 2em;
    display: none;
}

.modal-box h4 {
    font-size: 20px;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #00C479;
}

.modal-box p {
    font-size: 18px;
}

.modal-box .close {
    text-align: center;
    background-color: #00C479;
    color: white;
    font-weight: bold;
    padding: 1em 0;
    border-radius: 20px;
    margin-top: 2em;
    max-width: 300px;
}


/*　地域ページ　大エリア */


/* #area .title {
    margin-bottom: 1.5em;
} */

.page-template-page-prefectureoutput h1,
body#area h1 {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align-last: left;
}

article#area_branch,
article#area_big_branch {
    border: 3px solid #00C479;
    border-radius: 10px;
    padding: 1em 3% 3% 3%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.area-box-child .area-title {
    border: none;
    padding: 0;
    font-size: 20px;
}

.area-box-child .area-title a {
    border: 1px solid #00C479;
    border-radius: 10px;
    max-width: 100%;
    padding: .5em;
    color: #00C479;
    position: relative;
}

.area-box-child .area-title a::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "一覧へ";
    top: 50%;
    right: 50px;
    font-size: 14px;
    transform: translateY(-50%);
    /* color: #333; */
    /* transition: all .5s ease; */
}

.area-box-child .area-title a::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f138";
    top: 50%;
    right: 15px;
    font-size: 25px;
    transform: translateY(-50%);
    /* color: #333; */
    /* transition: all .5s ease; */
}

.area-box-child .area-title a:hover {
    background-color: #00C479;
    color: white;
}

.area-box-detail a {
    margin: 0 0 1em .5em;
    text-decoration: underline;
    font-size: 18px;
}

.area-box-detail a:last-child {
    margin-bottom: 2em;
}

.area-box-detail a:hover {
    color: #00C479;
}

@media print,
screen and (min-width: 768px) {
    .area-box-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .area-box {
        width: calc(50% - 2em);
    }
}

.area-box-detail {
    display: flex;
    justify-content: space-between;
}

.area-box-links {
    width: 50%;
    min-height: 300px;
}

.area-box-img {
    width: 50%;
    max-width: 200px;
    align-self: center;
}


/*----------------------------------*/

.prefecture-box .area-link {
    display: inline-block;
    position: relative;
    color: #333;
    border: 1px solid #333;
    border-radius: 100px;
    padding: .75em .75em;
    margin-bottom: 1em;
    margin-right: .75em;
    width: 128px;
    text-align: center;
    font-size: 14px;
    transition: all .5s ease;
}

@media screen and (max-width: 500px) {
    .prefecture-box .area-link {
        margin-right: 1em;
    }
    .prefecture-box .area-link:nth-child(2n) {
        margin-right: 0;
    }
}

.prefecture-box .area-link::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    top: 50%;
    right: 5px;
    font-size: 12px;
    transform: translateY(-50%);
    color: #333;
    transition: all .5s ease;
}

.prefecture-box .area-link:hover {
    color: #00C479 !important;
    border-color: #00C479;
}

.prefecture-box .area-link:hover::after {
    color: #00C479;
}


/*----------------------------------------------
 * 2023年4月24日　料金ページ修正
 * ------------------------------------------------*/

.price_area {
    border-radius: 10px;
    max-width: 860px;
    margin: 40px auto 0;
}

.price_tit {
    background: #00C479;
    padding: 20px;
    position: relative;
}

.price_tit p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 3px 6px rgb(0 0 0 / 40%);
}

.price_tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
    border-color: #00C479 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.price_box {
    padding: 24px 15px;
}

.price_txt01 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.price_txt02 {
    margin: 0;
    text-align: left;
}

@media screen and (min-width:768px) {
    .price_txt02 {
        text-align: center;
    }
}


/*----------------------------------------------
 * 2023年4月28日　サービスページ修正
 * ------------------------------------------------*/

.service_area {
    border-radius: 10px;
    margin: 40px auto 0;
    max-width: 860px;
}

.service_tit {
    background: #00C479;
    padding: 20px;
    position: relative;
}

.service_tit p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 20px;
    text-shadow: 2px 3px 6px rgb(0 0 0 / 40%);
}

.service_tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
    border-color: #00C479 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.service_box {
    padding: 24px 15px;
}

.service_txt01 {
    margin: 0;
    position: relative;
    padding: 8px 0 8px 22px;
    border-bottom: 1px dashed #cccccc;
}

.service_txt01:before {
    content: "🟢";
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
}

.title h1 {
    color: #00C479;
    font-size: 30px;
    margin-right: 0.2em;
    text-align: center;
    margin: 30px auto 0;
    text-align-last: center!important;
    position: relative;
    padding: 0 0 12px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.title h1:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #00C479;
}

.company {
    margin: 40px auto;
    max-width: 860px;
    width: 100%;
    border-top: 1px solid #ccc;
    /* display: flex; */
    border-left: 1px solid #ccc;
}

.company th {
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
    background: #00C479;
    color: #fff;
    border-right: 1px solid #ccc;
    display: block;
}

.company td {
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
    border-right: 1px solid #ccc;
    display: block;
}

@media screen and (min-width:768px) {
    .company th {
        width: 30%;
        border-bottom: 1px solid #ccc;
        padding: 8px 15px;
        background: #00C479;
        color: #fff;
        border-right: 1px solid #ccc;
        display: table-cell;
    }
    .company td {
        width: 70%;
        border-bottom: 1px solid #ccc;
        padding: 8px 15px;
        border-right: 1px solid #ccc;
        display: table-cell;
    }
}


/*----------------------------------------------
 * 2023年5月7日　お知らせ修正
 * ------------------------------------------------*/

div#main_contents_wrapp {
    margin: 40px auto 0!important;
    float: inherit!important;
    max-width: 860px;
    width: 100%!important;
    background-color: #d1fdea;
    padding-bottom: 3em;
    padding-top: 1em;
    padding: 1em 15px 3em;
    padding: 30px 15px;
    margin-bottom: 40px;
    border: 0;
    border-radius: 0;
}

.news_wrap {
    padding: 0 15px;
    margin: 0 0 50px;
}

.news_article h2 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
}

article.news_article {
    margin: 0;
    padding: 10px 15px;
    /* background: #fff; */
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
    border-bottom: 1px solid #ccc;
    flex-flow: column-reverse;
    align-items: flex-start;
}

.postinfo {
    margin: 0;
    max-width: 145px;
    width: 100%;
    /* color: #fff; */
    /* background: #ccc; */
    padding: 2px 5px;
    font-size: 16px;
    /* text-align: center; */
    font-weight: 500;
}

a {}

.news_article h2 a {
    font-weight: 400;
    color: #333;
    margin: 0 0 0 8px;
    font-size: 17px;
}

article h1 {
    padding: 5px 0 5px 15px;
    text-align: left;
    background: #f2f2f2;
    border-left: 10px solid #00C479;
}

article div {
    margin: 40px 0 0 0;
}

.archive-title {
    color: #00C479;
    font-size: 30px;
    position: relative;
    padding: 0 0 12px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.archive-title:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #00C479;
}

@media screen and (min-width:768px) {
    article.news_article {
        justify-content: flex-end;
        align-items: center;
        flex-flow: row-reverse;
    }
}


/*----------------------------------------------
 * 2023年5月8日　お知らせ修正
 * ------------------------------------------------*/

.logo-mail {
    width: 50px;
    margin: 0;
    padding: 0 5px;
}

.logo-tel {
    width: 40px;
    margin: 0;
}

.logo-freedial {
    width: 60px;
    margin: 0;
}

.footer-teltap p {
    font-size: 14px;
}

/*----------------------------------------------
 * 2023年7月28日　色修正
 * ------------------------------------------------*/

nav .current-menu-item a {
    background: #d2d2d2 !important;
}
h2 {
    padding-left: 0.5rem;
    font-weight: bold;
    margin: 15px 0 25px 0;
    color: #00C479;
    font-size: 20px;
    border-left: 10px #00C479 solid;
}
/*----------------------------------------------
 * 2023年9月6日　矢印修正
 * ------------------------------------------------*/
p.indent.arrow {
    position: relative;
    align-items: center;
}

p.indent.arrow:after {
    content: "▽";
    font-size: 11px;
    position: absolute;
    bottom: -17px;
    left: 84px;
}
p.indent.arrow.none:after {
    display: none;
}
@media screen and (min-width:768px) {
    p.indent.arrow:after {
    font-size: 11px;
    bottom: -17px;
    left: 84px;
}
}

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{max-width: 860px;}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{padding: 1em;text-align: left;vertical-align: top;border: solid #CCC;border-width: 1px;vertical-align: middle;}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
    box-sizing: border-box;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{font-size:.8em;padding: 5px;background: #00C479;color: #fff;border-radius: 3px;margin-right: 5px;}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	/* margin-right: 10px; */
	/* margin-top: 10px; */
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
    box-sizing: border-box;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    max-width: 320px;
    background: #00C479;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 30px auto 0;
    border: 0;
    width: 100%;
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
.zipArea {
    display: flex;
    align-items: center;
}

.zipArea span {
    width: 80px;
    margin-right: 10px;
}

.zipArea label {
    margin-right: 10px;
}

.addArea {
    margin-top: 10px;
}

#cf-tbl {
    max-width: 860px;
    margin: auto;
}