@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');


html {
	font-size: 3.8vw;
}

@media (min-width:576px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 17px;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 1rem;
	line-height: 1.7em;
	color: #222;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

body a {
	text-decoration: none;
}

body a:hover {
	color: #A3DEFF !important;
	text-decoration: none;
	transition-duration: 0.3s;
}

body a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition-duration: 0.3s;
}

body img {
	width: 100%;
	height: auto;
}

picture source, picture img {
	width: 100%;
	height: auto;
}


/*/////////////// 共通 ///////////////*/
footer, main {
	overflow-x: hidden;
}

main p {
	text-align: justify;
	color: #3a3a3a;
}

main section {
	margin-bottom: 45px;
}

main section:last-child {
	margin-bottom: 60px;
}

main section h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.6em;
}

main .indent {
	display: inline-block;
	margin-left: -0.4em;
	margin-right: -0.4em;
}

main .pankuzu {
	font-size: 0.8rem !important;
	margin-bottom: 40px;
}

main .container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	main section {
		margin-bottom: 55px;
	}
	
	main section:last-child {
		margin-bottom: 70px;
	}	
	
	main .pankuzu {
		margin-bottom: 45px;
	}
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 60px;
	}
	
	main section:last-child {
		margin-bottom: 70px;
	}	
	
	main .pankuzu {
		margin-bottom: 55px;
	}	
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 80px;
	}
	
	main section:last-child {
		margin-bottom: 90px;
	}	

	main .pankuzu {
		margin-bottom: 65px;
	}	
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 100px;
	}
	
	main section:last-child {
		margin-bottom: 120px;
	}	
	
	main .pankuzu {
		margin-bottom: 75px;
	}
}

@media (min-width: 1400px) {
	main section {
		margin-bottom: 120px;
	}
	
	main .pankuzu {
		margin-bottom: 85px;
	}	
}


/*/////////////// 色 ///////////////*/
.bg_light-glay {
	background-color: #f3f3f3;
}

.color-black {
	color: #222222;
}

.color-white {
	color: #ffffff;
}


/*/////////////// MV（下層ページ） ///////////////*/
.mv2 {
	position: relative;
	width: 100%;
}

.mv2 .wrap {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(34,34,34,0.20);
	width: 100%;
	height: 100%;
}

.mv2 .title {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
}

.mv2 .title h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2em;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #fff;
}

@media (min-width: 576px) {
	.mv2 .title h1 {
		font-size: 2.4em;
	}
}

@media (min-width: 768px) {
	.mv2 .title h1 {
		font-size: 2.2em;
	}
}

@media (min-width: 992px) {
	.mv2 .title h1 {
		font-size: 2.4em;
	}
}

@media (min-width: 1200px) {
	.mv2 .title h1 {
		font-size: 2.6em;
	}
}


/*////////////////// セクション見出し ////////////////////*/
section h1 {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 992px) {
	section h1 {
		font-size: 1.7rem;
	}
}


/*//////////////////  フッター ////////////////////*/
footer {
	text-align: center;
	font-size: 0.87rem !important;
	line-height: 1.8em;
	background-color: #5b5b5b;
	color: #fff;
	padding: 24px 3% 80px;
}

footer a {
	color: #fff;	
}

footer .rogo {
	width: 240px;
	display: block;
	margin: 0 auto;
}

footer .line {
	border-top: 0;
	border-bottom: 1px solid #fff;
	height: 1px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	margin-left: 0.75em;
	margin-right: 0.75em;
	font-size: 1rem;
}

footer .tel a {
	font-family: 'Anton', sans-serif;
	font-size: 2.7em;
	letter-spacing: 0.1rem;
}

footer .tel span {
	font-size: 1rem;
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 1em;
	vertical-align: 0.5em;
	padding: 2px 0;
}

footer h3 {
	font-size: 1.5em;
}

footer .copy {
	font-size: 0.75em;
}

@media (min-width: 576px) {
	footer {
		padding: 40px 3% 110px;
	}

	footer .rogo {
		width: 300px;
	}

	footer ul li {
		margin-left: 1em;
		margin-right: 1em;
		font-size: 1rem;
	}

	footer .tel a {
		font-size: 2.8em;
	}
}

@media (min-width: 768px) {
	footer {
		text-align: left;
		padding: 40px 3%;
	}
	
	footer .container {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .sns-wrap {
		width: 60px;
	}
	
	footer .sns-wrap p {
		font-size: 0.7em !important;
		text-align: center;
	}
	
	footer .sns-wrap a {
		background-color: #fff;
		display: block;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		padding: 5px;
		margin-left: auto;
		margin-right: auto;
	}

	footer .sns-wrap a:hover {
		opacity: 0.6;
	}
	
	footer .rogo {
		margin-left: 0;
		margin-right: auto;
	}	
	
	footer .address {
		text-indent: -0.5em;
	}
	
	footer ul li {
		margin-left: 0em;
		margin-right: 1.5em;
		line-height: 2em;
	}
	
	footer h3 {
		font-size: 1.1rem;
	}
	
	footer .tel span {
		display: block;
		width: 4em;
		text-align: center;
		padding-top: 4px !important;
		margin-bottom: 12px;
	}
	
	footer .tel a {
		font-size: 2.3em;
	}
}

@media (min-width: 992px) {
	footer .sns-icon {
		width: 85%;
	}
	
	footer {
		padding: 50px 3%;
	}
	
	footer .sns-wrap {
		width: 65px;
	}
	
	footer .sns-wrap p {
		font-size: 0.85em !important;
	}
	
	footer .sns-wrap a {
		width: 65px;
		height: 65px;
	}
	
	footer .rogo {
		width: 320px;
	}	
	
	footer .address {
		text-indent: -0.5em;
	}
	
	footer .tel span {
		display: inline-block;
		margin-bottom: 0;
	}
	
	footer .tel a {
		font-size: 2.6em;
	}	
}

@media (min-width: 1200px) {	
	footer .tel a {
		font-size: 2.8em;
	}		
}
	

/*////////////////// フッター追従ボタン ///////////////////*/
.fixed_btn {
	position: fixed;
	bottom: 0px; 
	left: 0px;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
	width: 100%;
}
/*このクラスが付与されると表示する*/
.active{
	opacity: 1;
	visibility: visible;
}

.fixed_btn .btn {
	width: 19.8%;
	padding: 0;
}

.fixed_btn .btn a {
	padding: 5px;
	background-color: #25678c;
	display: block;
	width: 100%;
	height: 100%;
}

.fixed_btn .btn a p {
	color: #fff;
	font-size: 0.6rem;
}

.fixed_btn .btn a img:hover {
	opacity: 1;
}

.fixed_btn .btn a:hover {
	background-color: #A3DEFF;
}

@media (min-width: 576px) {
	.fixed_btn {
		left: 8%;
		width: 84%;
	}
}

@media (min-width: 768px) {
	.fixed_btn {
		right: 0px; 
		top: 5%;
		left: auto;
		bottom: auto;
		width: 70px;
	}

	.fixed_btn .btn {
		width: 70px;
		height: 70px;
		padding: 0;
	}

	.fixed_btn .btn a {
		padding-top: 8px !important;
	}

	.fixed_btn .btn a p {
		font-size: 0.65rem;
	}
	
	.fixed_btn .d-flex {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.fixed_btn {
		top: 10%;
		width: 90px;
	}

	.fixed_btn .btn {
		width: 90px;
		height: 90px;
	}

	.fixed_btn .btn a {
		padding-top: 10px !important;
	}

	.fixed_btn .btn a p {
		font-size: 0.75rem;
	}
}


/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.btn1 a {
	color: #3f3f3f;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8rem 0.6rem;
	border: 1px solid #ABABAB;
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #A9DAFA;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 1px solid #A9DAFA;
}


@media (min-width: 768px) {
	.btn1 {
		width: 220px;
	}
}

@media (min-width: 992px) {
	.btn1 {
		width: 260px;
	}

	.btn1 a {
		padding: 1rem 0.6rem;
	}
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 4px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a img:hover {
	opacity: 0.7;
}

#pageTop a img {
	width: 100%;
	display: block;
	margin: 0 auto;
	opacity: 1 !important;
}

@media (min-width: 576px) {
	#pageTop {
		bottom: 110px;
	}
}

@media (min-width: 1025px) {
	#pageTop {
		bottom: 100px;
	}
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.5em;
	color: #555555;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/*/////////////// マージン等 ///////////////*/
.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.bg-padding {
	padding-top: 35px;
	padding-bottom: 35px;
}


@media (min-width:576px) {
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px !important;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mt-sm-20 {
		margin-top: 20px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}

	.mt-sm-60 {
		margin-top: 60px !important;
	}

	.mt-sm-70 {
		margin-top: 70px !important;
	}

	.mt-sm-80 {
		margin-top: 80px !important;
	}

	.mt-sm-90 {
		margin-top: 90px !important;
	}

	.mt-sm-100 {
		margin-top: 100px !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.bg-padding {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media (min-width:768px) {
	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-20 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.bg-padding {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	
	.bg-padding {
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

@media (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}

	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}	
	
	.bg-padding {
		padding-top: 75px;
		padding-bottom: 75px;
	}	
}

/*////// 各幅設定 ///////*/	
.w-10 {
	width: 10% !important;
	display: block;
	margin: 0 auto;	
}

.w-15 {
	width: 15% !important;
	display: block;
	margin: 0 auto;	
}

.w-20 {
	width: 20% !important;
	display: block;
	margin: 0 auto;	
}

.w-25 {
	width: 25% !important;
	display: block;
	margin: 0 auto;	
}

.w-30 {
	width: 30% !important;
	display: block;
	margin: 0 auto;	
}

.w-35 {
	width: 35% !important;
	display: block;
	margin: 0 auto;	
}

.w-40 {
	width: 40% !important;
	display: block;
	margin: 0 auto;
}

.w-45 {
	width: 45% !important;
	display: block;
	margin: 0 auto;
}

.w-50 {
	width: 50% !important;
	display: block;
	margin: 0 auto;
}

.w-55 {
	width: 55% !important;
	display: block;
	margin: 0 auto;
}

.w-60 {
	width: 60% !important;
	display: block;
	margin: 0 auto;	
}

.w-65 {
	width: 65% !important;
	display: block;
	margin: 0 auto;
}

.w-70 {
	width: 70% !important;
	display: block;
	margin: 0 auto;	
}

.w-75 {
	width: 75% !important;
	display: block;
	margin: 0 auto;
}

.w-80 {
	width: 80% !important;
	display: block;
	margin: 0 auto;	
}

.w-85 {
	width: 85% !important;
	display: block;
	margin: 0 auto;
}

.w-90 {
	width: 90% !important;
	display: block;
	margin: 0 auto;	
}

.w-95 {
	width: 95% !important;
	display: block;
	margin: 0 auto;
}

.w-100 {
	width: 100% !important;
	display: block;
	margin: 0 auto;	
}

@media (min-width: 576px) {
	.w-sm-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-sm-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-sm-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}	
}

@media (min-width: 768px) {
	.w-md-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-md-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}	
	.w-md-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}	
}


@media (min-width: 992px) {
	.w-lg-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-lg-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-lg-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}


	.w-lg-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


@media (min-width: 1200px) {
	.w-xl-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-xl-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-xl-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


/*//////////////////  ヘッダー ////////////////////*/
@media (min-width: 1200px) {
	header {
		width: 100%;
	}
	
	header .l-header__inner {
		width: 100%!important;
		max-width: 1500px !important;
		margin-right: auto;
		margin-left: auto;
	}
	
	header .l-header__logo {
		width: 150px !important;
		padding-left: 20px;
	}
	
	header .l-header__logo a {
		width: 100% !important;
	}
	
	header .l-header__logo a img {
		width: 100% !important;
	}
	
	header .p-global-nav {
		width: 1030px !important;
		max-width: 1300px;
	}
	
	header .p-global-nav ul {
		width: 100%;
		justify-content: flex-end;
		padding-right: 20px;
	}
	
	header .p-global-nav ul li {
		width: auto !important;
		display: inline-block !important;
	}
	
	header .p-global-nav ul li a {
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
	}
}









/*//////////////////  旧フッター（リニューアル後削除） ////////////////////*/
.telnum {
	margin-top: 35px;
	width: 100%;
}
.telnum div {
	margin: 0 auto 1.5em;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.telnum div strong {
	display: inline-block;
	width: 15%;
	margin: 0 0.5em 0 0;
	border: 1px solid #000;
	padding: 0.2em 0.2em 0.1em;
	font-size: 1.0em;
	font-weight: normal;
}
.telnum div span {
	font-size: 2.3em;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	vertical-align: -0.24em;
}
.br_sp {
	display: none;
}
.telnum div span {
	font-size: 2.3em;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	vertical-align: -0.24em;
}
.title_under {
  position: relative;
  width: 60px;
  margin: -0.4em auto 20px;
  padding: 10px;
  color: #ffffff;
  border-bottom: 5px solid #0073C1;
} 
.title_under:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: inherit;
  border-bottom: 5px solid #BDCCD4;
}
.inquiry {
    padding: 2em 0;
	margin: 0 auto 50px;
    width: 100%;
    background-color: #f2f2f4;
}
.inquiry_title {
	font-size: 2em;
	line-height: 1.4em;
	color: #000000;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: center;
}
.inquiry .col-6 {
	padding: 0;
}
.footericon {
	width: 56%;
	margin: 0 auto;
	text-align: center;
}
.footericon img {
	width: 100%;
}
.footericon_bg {
    border-radius: 50%;
    padding: 2em 2.3em;
    background-color: #fff;
    margin: 0 auto 15px;
    width: 64%;
}
.footericon a {
	color: #000000;
	font-size: 1.15em;
}

.footer_link {
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
}
.footer_link ul {
	display: inline-block;
	margin: 0 auto;
}
.footer_link ul li {
	list-style: none;
	display: inline-block;
	padding: 0 1.7em;
	border-right: 1px solid #000;
}
.footer_link li:last-child {
	border-right: 0 none;
}
.footer_link li a {
	color: #000000;
	font-size: 0.85em !important;
}
.footer_link li a:hover {
	color: #F8A200;
}
.copyright {
    width: 100%;
    padding: 4em 0 0.7em;
    background-image: url(../../../img/footer_bg.png);
    background-repeat: repeat-x;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}


@media screen and (max-width: 1299px){
	.inquiry {
		padding: 2em 0;
		margin: 0 auto 50px;
		width: 100%;
		background-color: #f2f2f2;
	}
	.inquiry_title {
		font-size: 1.8em;
		color: #000000;
		text-align: center;
	}
	.inquiry .col-6 {
		padding: 0;
	}	
	.footericon {
		width: 56%;
		margin: 0 auto;
		text-align: center;
	}
	.footericon img {
		width: 100%;
	}
	.footericon_bg {
		border-radius: 50%;
		padding: 2em 2.3em;
		background-color: #fff;
		margin: 0 auto 15px;
		width: 64%;
	}
	.footericon a {
		color: #000000;
		font-size: 1.15em;
	}

	.footer_link {
		text-align: center;
		width: 100%;
		margin: 0 auto 30px;
	}
	.footer_link ul {
		display: inline-block;
		margin: 0 auto;
	}
	.footer_link ul li {
		list-style: none;
		display: inline-block;
		padding: 0 1.4em;
		border-right: 1px solid #000;
	}
	.footer_link li:last-child {
		border-right: 0 none;
	}
	.footer_link li a {
		color: #000000;
		font-size: 0.82em !important;
	}
	.footer_link li a:hover {
		color: #F8A200;
	}
	.copyright {
		width: 100%;
		padding: 4em 0 0.7em;
		background-image: url(../../../img/footer_bg.png);
		background-repeat: repeat-x;
		color: #fff;
		text-align: center;
		font-size: 0.8em;
	}
}


@media screen and (max-width: 768px){
	.inquiry {
		padding: 2em 0;
		margin: 0 auto 40px;
		width: 100%;
		background-color: #f2f2f2;
	}
	.inquiry_title {
		font-size: 1.6em;
		color: #000000;
		text-align: center;
	}
	.inquiry .col-6 {
		padding: 0;
	}	
	.footericon {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.footericon img {
		width: 100%;
	}
	.footericon_bg {
		border-radius: 50%;
		padding: 2em 2.3em;
		background-color: #fff;
		margin: 0 auto 15px;
		width: 64%;
	}
	.footericon a {
		color: #000000;
		font-size: 1.15em;
	}

	.footer_link {
		text-align: center;
		width: 100%;
		margin: 0 auto 20px;
	}
	.footer_link ul {
		display: inline-block;
		margin: 0 auto;
	}
	.footer_link ul li {
		list-style: none;
		display: inline-block;
		padding: 0 0.5em;
		border-right: 1px solid #000;
	}
	.footer_link li:last-child {
		border-right: 0 none;
	}
	.footer_link li a {
		color: #000000;
		font-size: 0.8em !important;
	}
	.footer_link li a:hover {
		color: #F8A200;
	}
	.copyright {
		width: 100%;
		padding: 4.0em 0 0.5em;
		background-image: url(../../../img/footer_bg.png);
		background-repeat: repeat-x;
		color: #fff;
		text-align: center;
		font-size: 0.8em;
	}	
}


@media screen and (max-width: 767px){
	.inquiry {
		padding: 1.4em 0;
		margin: 0 auto 40px;
		width: 100%;
		background-color: #f2f2f2;
	}
	.inquiry_title {
		font-size: 1.5em;
		color: #000000;
		text-align: center;
	}
	.inquiry .col-6 {
		padding: 0;
	}	
	.footericon {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	.footericon img {
		width: 100%;
	}
	.footericon_bg {
		border-radius: 50%;
		padding: 1em 1.3em;
		background-color: #fff;
		margin: 10px auto 15px;
		width: 84%;
	}
	.footericon a {
		color: #000000;
		font-size: 1em;
	}

	.footer_link {
		text-align: left;
		width: 100%;
		margin: 0 auto 10px;
	}
	.footer_link ul {
		display: block;
		margin: 0 auto;
	}
	.footer_link ul li {
		list-style: none;
		display: block;
		padding: 0em;
		border-right: 0 none;
		border-top: 1px solid #BBBBBB;

	}
	.footer_link li:last-child {
		border-right: 0 none;
	}
	.footer_link li a {
		color: #000000;
		display: block;
		padding: 0.8em !important;
	}
	.footer_link li a:hover {
		color: #fff;
		background-color: #F8A200;
	}
	.copyright {
		width: 100%;
		padding: 5.0em 0 0.5em;
		background-image: url(../../../img/footer_bg.png);
		background-repeat: repeat-x;
		color: #fff;
		text-align: center;
		font-size: 0.7em;
	}
}


.footer {
	width: 100%;
}

.footer-border {
	width: 100%;
	display: block;
	border-top: 1px solid #222;
}

.footer-link a {
	width: 100%;
	display: block;
	padding: 0.75rem 0.5rem;
	border-top: 1px solid #bbb;
	color: #222;
	font-size: 0.9rem;
}

.footer-link a:hover {
	background-color: #80C6F5;
	color: #fff;
	transition-duration: 0.3s;
	border-top: 1px solid #80C6F5;
}


@media screen and (min-width: 768px) {
	.footer-link {
		justify-content: center;
	}
	
	.dax_address img {
		width: 100%;
	}	
	
	.footer-link a {
		width: auto;
		display: block;
		padding: 0rem 1.25rem;
		border-top: none;
		border-left: 1px solid #222;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	
	.footer-link a:last-child {	
		border-right: 1px solid #222;		
	}
	
	.footer-link a:hover {
		background-color: #fff;
		color: #80C6F5;
		border-top: none;
	}	
}


@media screen and (min-width: 992px) {
	.dax_address img {
		width: 100px;
	}	
	
	.footer-link a {
		width: auto;
		display: block;
		padding: 0rem 1.25rem;
		border-top: none;
		border-left: 1px solid #222;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	
	.footer-link a:last-child {	
		border-right: 1px solid #222;		
	}
	
	.footer-link a:hover {
		background-color: #fff;
		color: #80C6F5;
		border-top: none;
	}	
}

.footer {
	width: 100%;
}

.footer-border {
	width: 100%;
	display: block;
	border-top: 1px solid #222;
}

.footer-link a {
	width: 100%;
	display: block;
	padding: 0.75rem 0.5rem;
	border-top: 1px solid #bbb;
	color: #222;
	font-size: 0.9rem;
}

.footer-link a:hover {
	background-color: #80C6F5;
	color: #fff;
	transition-duration: 0.3s;
	border-top: 1px solid #80C6F5;
}

.dax_address img {
	width: 90px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.f09 {
	font-size: 0.85rem;
}

@media screen and (min-width: 576px) {
	.dax_address img {
		width: 120px;
	}
}

@media screen and (min-width: 768px) {
	.footer-link {
		justify-content: center;
	}
	
	.dax_address img {
		width: 100%;
	}	
	
	.footer-link a {
		width: auto;
		display: block;
		padding: 0rem 1.25rem;
		border-top: none;
		border-left: 1px solid #222;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	
	.footer-link a:last-child {	
		border-right: 1px solid #222;		
	}
	
	.footer-link a:hover {
		background-color: #fff;
		color: #80C6F5;
		border-top: none;
	}	
}

@media screen and (min-width: 992px) {
	.dax_address img {
		width: 100px;
	}	
	
	.footer-link a {
		width: auto;
		display: block;
		padding: 0rem 1.25rem;
		border-top: none;
		border-left: 1px solid #222;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	
	.footer-link a:last-child {	
		border-right: 1px solid #222;		
	}
	
	.footer-link a:hover {
		background-color: #fff;
		color: #80C6F5;
		border-top: none;
	}	
}
/*//////////////////  旧フッター（リニューアル後削除）end ////////////////////*/


