@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: 180px;
    margin: 0 0 0 1em;
}

.home-url {
    margin: 0;
    width: 75px;
    height: 75px;
    background-color: #F55521;
    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;
}


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: #FDE9D1;
    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: #F8931F;
    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: #FDE9D1;
    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: #F55521;
    font-size: 30px;
    margin-right: .2em;
}

.reason h2 {
    background-color: #F8931F;
    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: #f8931f transparent transparent transparent;
}

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

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

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

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

.reason .box .text {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0.5em;
    position: relative;
    max-width: 400px;
    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: #f8931f;
    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: #f8931f;
} */

.reason .arrow {
    color: #f8931f;
    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: #f8931f;
} 

.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: #f8931f;
}

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

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

.ranking p span {
    color: #F8931F;
    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: #F8931F;
    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: rgba(248, 147, 31, .8);
    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 #f8931f;
}

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

.modal-box .close {
    text-align: center;
    background-color: #F55521;
    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 #f8931f;
    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 #f8931f;
    border-radius: 10px;
    max-width: 100%;
    padding: .5em;
    color: #f8931f;
    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: #f8931f;
    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: #f8931f;
}

@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: #f8931f !important;
    border-color: #f8931f;

}

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

/*----------------------------------------------
 * 2023年4月24日　料金ページ修正
 * ------------------------------------------------*/
.price_area {
    border-radius: 10px;
    max-width: 860px;
    margin: 40px auto 0;
}
.price_tit {
    background: #EB973F;
    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: #eb983f 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: #EB973F;
    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: #eb983f 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: #F55521;
    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: #F55521;
}

.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: #f8931f;
    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: #f8931f;
    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: #FDE9D1;
    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 #f6921f;
}

article div {
    margin: 40px 0 0 0;
}
.archive-title {
    color: #F55521;
    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: #F55521;
}
@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;
}
/*----------------------------------------------
 * 2024年12月24日　内部リンクCSS修正
 * ------------------------------------------------*/
#area_title {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
}
#service_contents_title {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
}
#price_title {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
}
#news_title {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
}