@charset "utf-8";
/* CSS Document */
#area-list {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}
#area-list h2.sec-title {
    margin-top: 1.5rem;
}
#about .about-list.flex_box li {
	width: calc( 100% / 2 - 10px );
}
#area_inquiry dd a:hover {
    opacity: .5;
}
.price-table thead th {
	background-color: var(--accent);
}
.price-table th, .price-table td {
	padding: 10px;
}
.price-addcover {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 1rem;
	padding: 0 0 1rem;
}
.price-addcover h3 {
	background-color: var(--accent);
	color: #fff;
	padding: .5rem 0;
	margin-bottom: 1rem;
}
.price-addcover.other {
	margin-top: 2rem;
}
.price-addcover.other h3 {
	background-color: var(--main-color);
}
.price-addcover .flex_box .col_2 {
	width: 50%;
}
table.add-price {
	width: 95%;
	margin: .5rem auto 0;
	text-align: left;
}
.add-price tr td, .add-price tr th {
	border-bottom: 1px dotted #ccc;
}
.add-price tr th {
	text-align: center;
}
.add-price tr td.lastp {
	border: none;
}
/* 料金 */
.price_box {
    background-color: #f7e7e7;
    border-radius: 0px;
    text-align: center;
    padding: 1em;
    width: 100%;
}
.price_box p.t_price {
    color: #91004c;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
	padding-bottom: .3em;
    margin: 0;
}
.flex_box.kihon_cover {
    font-size: 300%;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .2rem;
}
.kihon_cover .kihon {
    font-size: 16px;
    background-color: #dc0e58;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
    margin-right: 5px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}
p.base-price {
    font-size: 3rem;
    font-weight: bold;
    color: #dc0e58;
    line-height: 1.2;
    font-family: "Roboto", sans-serif;
    padding-bottom: 0;
}
.price_box p.set {
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #fff;
}
.tsuika {
    background-color: #fff;
    border-radius: 6px;
    margin: .3em 0 0;
    padding: .5em 1em;
}
p.plus {
    padding: 0;
}
p.plus span {
	font-weight: bold;
	color: #dc0e58;
}
/* 料金終了 */
#service .hoyo-service li {
	display: block;
    padding: .5rem 0;
    border-radius: 4px;
    border: 1px solid var(--accent);
    font-weight: bold;
    color: var(--accent);
	text-align: center;
	margin-bottom: .5rem;
}
#service .hoyo-service li:hover {
	color: #fff;
	background: var(--accent);
}
#service .hoyo-service li a {
	display: block;
	width: 100%;
	height: 100%;
}
#service .hoyo-service.flex_box li {
    width: calc(100% / 2 - 5px);
}
#service .cyu {
	margin-top: .5rem;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1rem;
	line-height: 1.4;
}
#service .service-list {
	margin-bottom: 4rem;
}
.shuha_container a {
	display: block;
	width: calc(98% / 4);
    border: 1px solid #a5a0a0;
    border-radius: 4px;
    text-align: center;
    margin-bottom: .5em;
    padding: .5em;
	background: #fff;
}
.shuha_container a:hover {
	opacity: .5;
}
.more-btn.all-shuha a {
    background: #fff;
}
.caution {
    border: 1px dotted #cc0000;
    text-align: center;
    color: #cc0000;
    padding: .5em 0;
    font-size: 1.2em;
    margin-bottom: .75em;
	background: #fff;
}
.red {
    color: #dc0e58;
    font-weight: bold;
}
#service .more-btn.mt-blank {
    margin-top: 5rem;
}
.faq-item summary::before {
    color: var(--accent);
}
/* =====================================
SP
===================================== */
@media screen and (max-width:768px){
	.pc {
		display: none;
	}
	.price-addcover .flex_box .col_2 {
		width: 100%;
	}
    #service .more-btn.mt-blank {
        margin-top: auto;
    }
}
@media screen and (max-width:500px) {
    .shuha_container a {
            width: calc(98% / 2);
    }
    .caution {
        font-size: .9rem;
    }
    p.base-price {
        font-size: 2.4rem;
    }
}