@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通で使用するパーツ(見出しやボタン)・ヘッダー・フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
見出し
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.hl-1{
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
.hl-1{
	font-size: 22px;
}
}
.hl-1 .small{
	font-size: 30px;
	font-weight: bold;
}
@media (max-width: 480px) {
.hl-1 .small{
	font-size: 16px;
}
}

.hl-1.hl-1-bg-green{
	background: #3fb05c;
	padding: 30px 0;
	margin-top: 0;
	color: white;
}
@media (max-width: 480px) {
	.hl-1.hl-1-bg-green{
		padding: 10px 0;
	}
}

.hl-2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
@media (max-width: 480px) {
	.hl-2 {
		font-size: 18px;
	}
}
.hl-2-bb-green {
	margin-bottom:70px;
	position:relative;
}
@media (max-width: 480px) {
.hl-2-bb-green {
	margin-bottom:40px;
}
}
.hl-2-bb-green:before {
	content: "";
    border-bottom: solid 3px #40b15d;
    position: absolute;
    bottom: -20px;
    left: 47%;
    display: inline-block;
    width: 45px;
}
@media (max-width: 480px) {
.hl-2-bb-green:before {
    left: 43%;
}
}
.hl-3 {
	font-size: 24px;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
@media (max-width: 480px) {
	.hl-3 {
		font-size: 18px;
	}
}

.hl-3::before{
	content: '';
	width: 5px;
	height: 80%;
	position: absolute;
	top: 0%;
	left: 0;
}

.hl-3-brown,
.hl-3-orange {
	border-color: #f7931e;
}
.hl-3-brown:before,
.hl-3-orange:before {
	background: #f7931e;
}

.hl-3-green {
	border-color: #3fb05c;
}
.hl-3-green:before {
	background: #3fb05c;
}
.hl-4 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hl-5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hl-5-bg-orange{
	background: #f7931e!important;
	color:white!important;
	border-radius: 5px;
	padding: 5px 15px;
}


.hl-bl-hr {
	display: flex;
	align-items: center;
}
.hl-bl-hr:before, .hl-bl-hr:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #444;
	display: block;
}
.hl-bl-hr:before {
	margin-right: 1.5em;
}
.hl-bl-hr:after {
	margin-left: 1.5em;
}
.hl-hr-white:before,.hl-hr-white:after {
	background: white!important;
}
.hl-hr-green:before,.hl-hr-green:after {
	background: #3fb05c!important;
}

.color-white{
	color:white!important;
}
.color-white:before,.color-white:after {
	color:white!important;
}

.color-black{
	color:black!important;
}
.color-black:before,.color-black:after {
	color:black!important;
}

.color-green{
	color:#3fb05c!important;
}
.color-green:before,.color-green:after{
	color:#3fb05c!important;
}

.color-brown,
.color-orange{
	color:#f7931e!important;
}
.color-brown:before,
.color-brown:after,
.color-orange:before,
.color-orange:after{
	color:#f7931e!important;
}

.color-blue{
	color:blue!important;
}
.color-blue:before,.color-blue:after{
	color:blue!important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ボタン
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*ボタンレイアウト用
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.wrap-btn-al_l {
	display: flex;
}
.wrap-btn-al_l a{
	margin-right: 30px;
}
.wrap-btn-al_c {
	display: flex;
	justify-content: center;
}
.wrap-btn-al_c a{
	margin-left: 15px;
	margin-right: 15px;
}
.wrap-btn-al_c.pt2 a{
	margin-left: 10px;
	margin-right: 10px;
}
.wrap-btn-al_al-i_start {
	align-items: start;
}
.wrap-btn-al_al-i_fend {
	align-items: flex-end;
}
.wrap-btn-al_sb {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 480px) {
	.wrap-btn-al_sb {
		align-items: baseline;
	}
}
@media (max-width: 480px) {
.wrap-btn-sp{
	flex-direction: column;
	align-items: center;
}
.wrap-btn-sp a{
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
.wrap-btn-sp a:last-child{
	margin-bottom: 0px;
}
.sp-flex-wrap {
	flex-wrap: wrap;
}
}
/*各ボタンスタイル
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.btn-page,
.btn-link{
	border: 1px solid #3fb05c;
	border-radius: 5px;
	line-height: 45px;
	color: #3fb05c;
	text-align: center;
	display: block;
	height: 45px;
	width: 230px;
	position: relative;
	padding-right: 30px;
}
.btn-page::after,
.btn-link::after{
	font: normal 20px/1 "Font Awesome 5 Free";
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -0.5em;
}
.btn-page::after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
}
.btn-link::after{
	font: normal 20px/1 "Font Awesome 5 Free";
	content: "\f24d";
}
@media (max-width: 480px) {
.btn-link{
	line-height: 50px;
	color: #3fb05c;
	text-align: center;
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
	background-color: #2778BD;
	padding-right: 30px;
}
}
@media (max-width: 320px) {
}

.btn-page.btn-orange {
	color: #f7931e;
	border-color: #f7931e;
}


.reception dt,
.reception dd {
	float: left;
	margin-right: 10px;
	line-height: 1.4;
	font-size: 14px;
	margin-bottom: 10px;
}
.reception dt {
	clear: both;
	padding: 0 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.small {
	font-size: 14px;
}


.table-1{
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
}
.table-1 th,
.table-1 td {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
@media (max-width: 480px) {
	.table-1 tr,
	.table-1 th,
	.table-1 td {
		display: block;
		width: 100%;
	}
}
.table-1 th {
	background: #ecf7ef;
}


.ol-1,
.ol-1 ol {
	list-style-position:outside;
	margin-left:30px;
}
.ol-1 li {
	list-style:decimal;
	margin-bottom: 5px;
}
.ol-1 li li{list-style:lower-roman;}
.ol-1 li li li{list-style:lower-latin;}

.ul-1,
.ul-1 ul {
	list-style-position:outside;
	margin-left:30px;
}
.ul-1 li {
	list-style:disc;
	margin-bottom: 5px;
}
.ul-1 li li{list-style:circle;}
.ul-1 li li li{list-style:square;}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*ロゴ、インフォボックス
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (max-width: 480px) {
	header{
		position:fixed;
		background-color:#fff;
		height:50px;
		width: 100%;
		z-index:1000;
		top:0;
	}
}
.head-green {
	background: #3fb05c;
	color: white;
	font-size: 14px;
	margin-bottom: 10px;
}

.head-logo{
	width: 330px;
	float: left;
}
@media (max-width: 480px) {
	.head-logo{
		width: 180px;
	}
}

.head-infobox {
	width: 600px;
	float: right;
}
@media (max-width: 480px) {
	.head-infobox {
		width: 50%;
	}
}

.head-freedial {
	width: 370px;
	float: left;
}
@media (max-width: 480px) {
	.head-freedial {
		width: 50%;
	}
}

.tel {
	line-height: 42px;
}
@media (max-width: 480px) {
	.tel {
		text-align: center;
		margin: 2px 0;
	}
}
.tel a {
	font-size: 40px;
	font-weight: bold;
	color: black;
	background-image: url(/files/img/common/icon-tel.png);
	background-repeat: no-repeat;
	background-position: 0 35%;
	background-size: 40px;
	padding-left: 50px;
}
@media (max-width: 480px) {
	.tel a {
		font-size: 9vw;
		background-size: contain;
		padding-left: 16%;
	}
}
.tel-note {
	font-size: 14px;
	margin-top: -25px;
	text-align: center;
	display: none;
}
@media (max-width: 480px) {
	.tel-note {
		display: block;
	}
}

.tel .freedial {
	width: 45px;
	vertical-align: bottom;
	margin-right: 10px;
}

.head-freedial .info {
	font-size: 14px;
	line-height: 18px;
	margin-left: 60px;
}

.head-inquiry {
	float: right;
	width: 225px;
}
.head-inquiry a {
	background: #ffbd27;
	display: block;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	padding: 15px 30px 15px 80px;
}
.head-inquiry a:before {
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.head-inquiry a:after {
	font: 900 40px/1 "Font Awesome 5 Free";
	content: "\f0e0";
	position: absolute;
	color: white;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 480px) {
.head-inquiry-sp a {
	position: absolute;
    top: 2px;
    right: 62px;
    font-size: 35px;
    color: #40b15d;
    width: 54px;
}
}
/*グローバルナビ
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#nav-main {
	position: relative;
	width: 100%;
	margin: 20px auto 0;
	border-bottom: 2px solid #3fb05c;
}
#nav-main > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#nav-main > ul > li{
	border-right: 1px solid #cccccc;
	height: 66px;
	display: flex;
	align-items: center;
	position: relative;
}
#nav-main > ul > li:first-child{
	border-left: 1px solid #ccc;
}
#nav-main > ul > li > a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 30px;
	text-align: center;
	color: #333;
}
.level_single .list-sub_nav{
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #f0f7ed;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5%;
	left:0;
	width:300px;
}

.level_single:hover .list-sub_nav {
	visibility: visible;
	opacity: 1;
}

.list-sub_nav li {
	border-top: 1px solid #ccc;
}
.list-sub_nav li:first-child {
	border-top: none;
}
.list-sub_nav li a {
	display: block;
	padding: 5px 10px;
	color:#333;
}




body.home #nav-main > ul > li:nth-child(1) > a,
.page-id-2 #nav-main > ul > li:nth-child(2) > a,
.page-id-3 #nav-main > ul > li:nth-child(3) > a,
.page-id-4 #nav-main > ul > li:nth-child(4) > a,
.page-id-5 #nav-main > ul > li:nth-child(5) > a,
.page-id-6 #nav-main > ul > li:nth-child(6) > a,
#nav-main > ul > li > a:hover{
	color: #3fb05c;
}


.list-sub_nav li a::before{
	content: '\FF1E';
	color:#004081;
}

/*sidemenu
---------------------------------------------------*/
.sidemenu{
	width:230px;
}

@media (max-width: 480px) {
.sidemenu{
	width:100%;
	margin-top: 30px;
	height:auto;
}
}

.sidemenu-title {
 	position: relative;
	display: block;
	padding: 10px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: white;
	font-size: 16px;
	margin-bottom: 1.5em;
	background: #3fb05c;
	text-align: center;
	border-radius: 5px;
}

.sidemenu-title:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3fb05c;
}

.sidemenu ul {
	background: #f5f5f5;
	padding: 0px 3%;
	border-radius: 5px;
	margin-bottom: 30px;
}
.sidemenu ul li {
	border-top: 1px dashed black;
	padding: 15px 0;
}
.sidemenu ul li:first-child {
	border-top: none;
}
.sidemenu ul li a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.sidemenu ul li a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: #3fb05c;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sidemenu ul li a:hover {
	text-decoration: underline;
}





/*パンくず
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.wrap-breadcrumb{
	height: 30px;
}
.breadcrumb {
	padding-bottom: 20px;
	padding-top: 5px;
}
.breadcrumb li{
	font-size: 12px;
	float: left;
	padding-right: 5px;
}
.breadcrumb li:after{
	content: '\FF1E';
	font-size: 11px;
	margin-left: 5px;
}

.breadcrumb li:last-child:after{
	content: '';
	display: none;
}
.breadcrumb li a{
	color: #000;
}
.breadcrumb li:last-child a{
	pointer-events: none;
}
@media (max-width: 480px) {
	.breadcrumb {
		padding-bottom:5px;
	}
	.wrap-breadcrumb{
		padding-left:5px;
		height: 30px;
	}
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フッター
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.offer-box {
	background: #f8f6f2;
	padding: 40px 130px;
}
@media (max-width: 480px) {
	.offer-box {
		padding: 15px 2%;
	}
}
@media (max-width: 480px) {
	.offer-box > .container > .wrap-btn-al_sb > p.wd-30 img {
		width: 60%; /* 小野寺さんのアップ写真サイズ調整 */
	}
}
.offer-box .txt {
	font-size: 20px;
	font-weight: bold;
}
.offer-box .txt-b {
	font-size: 26px;
	color: red;
	font-weight: bold;
}
@media (max-width: 480px) {
	.offer-box .tel-box,
	.facility-offer-box .tel-box {
		background-color: white;
		border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #3fb05c;
		padding: 2%;
		margin-bottom: 10px;
	}
	.offer-box .tel-box .tel-note,
	.facility-offer-box .tel-box .tel-note {
		margin-left: 20px;
	}
}


.offer-inquiry {
	margin-top: 20px;
	display: inline-block;
}
@media (max-width: 480px) {
	.offer-inquiry {
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
}

.offer-inquiry a {
	background: #ffbd27;
	display: block;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	line-height: 25px;
	position: relative;
	padding: 15px 30px 15px 80px;
}
.offer-inquiry a:before {
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.offer-inquiry a:after {
	font: 900 40px/1 "Font Awesome 5 Free";
	content: "\f0e0";
	position: absolute;
	color: white;
	left: 8%;
	top: 50%;
	transform: translateY(-50%);
}
.offer-access {
	text-align: center;
	display: none;
	font-size: 14px;
}
.offer-access img {
	margin-bottom: 5px;
}
@media (max-width: 480px) {
	.offer-access {
		display: block;
	}
}

footer {
	margin-top: 50px;
}
@media (max-width: 480px) {
	footer {
		margin-top: 0;
	}
}

.ft-off-freedial {
}

@media (min-width: 481px) {
	.footer-offer-box .address {
		margin-left: 110px;
	}
}

.f-nav {
	background: #3fb05c;
	padding: 40px 0;
}
@media (max-width: 480px) {
	.f-nav {
		padding: 10px 0;
	}

	.f-nav > .container{
		display: none;
	}
}

.f-nav a {
	color: white;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	display: inline-block;
}
.f-nav a:before {
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	left: 0;
	top: 2px;
}

.f-nav .level-1 {
	display: flex;
	/* justify-content: space-between;　一時的に両端揃え解除 */
	align-items: stretch;
	margin-bottom: 30px;
}
.f-nav .level-1 > li {
	border-left: 1px solid white;
	padding-left: 10px;
}
.f-nav .level-1 > li:first-child {
	border-left: none;
}
.f-nav .level-2 {
	margin-top: 10px;
	margin-left: 20px;
}

.f-nav a {
	margin-right: 15px;
}
.f-nav a:hover {
	text-decoration: underline;
}

.f-nav-sp {
	background: #3fb05c;
	padding: 30px;
}
.f-nav-sp li {
	margin-bottom: 10px;
}
.f-nav-sp li a {
	display: block;
	background: white;
	position: relative;
	border-radius: 5px;
	padding: 10px 3%;
	color: #3fb05c;
}
.f-nav-sp li a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -0.5em;
}



.company-name {
	text-align: center;
	font-size: 20px;
}
@media (max-width: 480px) {
	.company-name {
		font-size: 15px;
	}
}
.copy {
	border-top: 1px solid #ccc;
	text-align: center;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 80px;
}



#sec-footer-fix {
	background: #ecf7ef;
	padding: 20px 0 10px;
	position:fixed;
	bottom:-0;
	left:0;
	width:100%;
	z-index:1000;
	min-width:980px;
}
@media (max-width: 480px) {
	#sec-footer-fix {
		min-width: inherit;
		padding: 5px 0 0;
	}
}

#sec-footer-fix > .container {
	align-items: center;
}
#sec-footer-fix .tel {
	width: 40%;
}
@media (max-width: 480px) {
	#sec-footer-fix .tel {
		width: 100%;
	}
	#sec-footer-fix .tel span {
		font-size: 14px;
	}
	#sec-footer-fix .tel a .freedial {
		width: 35px;
		margin-right: 8px;
	}
}

#sec-footer-fix .reception-box {
	width: 38%;
}
@media (max-width: 480px) {
	#sec-footer-fix .reception-box {
		display: none;
	}
}

#sec-footer-fix .reception-box dt,
#sec-footer-fix .reception-box dd {
	margin-bottom: 0;
}

#sec-footer-fix .offer-inquiry {
	margin-top: 0;
	width: 22%;
}
@media (max-width: 480px) {
	#sec-footer-fix .offer-inquiry {
		display: none;
	}
}
#sec-footer-fix .offer-inquiry a{
	font-size: 18px;
	padding-left: 45px;
	padding-right: 22px;
}
#sec-footer-fix .offer-inquiry a:after {
	font-size: 25px;
	left: 10px;
}

/*上に戻るボタン
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.wrap-btn_go-top{
	position: relative;
}
.btn-go_top{
	position: absolute;
	bottom:10px;
	left:50%;
	margin-left:430px;
}
@media (max-width: 480px) {
.wrap-btn_go-top{
	position: fixed;
	width:50px;
	height:50px;
	right:20px;
	bottom:20px;
	z-index: 9999;
	display: none;
}
.btn-go_top{
	position:static;
	margin:0px;
	opacity: 1!important;
}
}
/*パンくず
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.bredcrumb li{
	display:inline-block;
	margin-right:5px;
	font-size:12px;
}
.bredcrumb li:not(:last-child):after{
	content:">";
	margin-left:5px;
}
@media (max-width: 480px) {
.bredcrumb{
	padding-top:50px;
}
}

