/* CSS Document */

body
{
	background-image: url(images/back_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#h1_area
{
	background-image: url(images/h1_bg.jpg);

}



article h2
{
	font-size: 34px;
	line-height: 1.2;
	color: #000;
}


article .comment_box h3
{
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: var(--base-color01);
	font-weight: bold;
}




article p
{
	margin-bottom: 60px;
}

article .comment_box 
{
	margin-bottom: 40px;
}


article .comment_box p
{
	padding-left: 0px;
	margin-bottom: 10px;
}

article .comment_box ul
{
	padding-left: 60px;
}

.box
{
	margin-top: 3em;
	margin-bottom: 3em;
	margin-right: auto;
	margin-left: auto;
	line-height: 140% !important;
	text-align: center;
	padding: 20px;
	border: 1px solid var(--base-color01);
}

.box p
{
	font-size: 20px !important;
	text-align: left;
	margin: 0px;
}

.box p strong
{
	color: #333;
}

.box .tel
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px ;
	text-align: center;
	line-height: 140%;
	color: var(--base-color01);

}

.box .tel a
{
	font-size: 34px ;
	line-height: 140%;
	color: var(--base-color01);
	font-weight: bold;
}

.box .tel small
{
	display: block;
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1921px)
{
	body
	{
		-ms-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{



article .comment_box
{
	padding-right: 0px;
	padding-left: 0px;
}


article .box
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

.box .tel a
{
	pointer-events: none;
	padding-left: 10px;
}


.box .tel small
{
	text-align: right;
	padding-right: 60px;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (min-width:768px) and (max-width:1199px)
{

}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{


#head_box
{
	background-image: url(images/bg_head.jpg);
	margin-right: auto;
	margin-left: auto;
}


#h1_area p
{
	padding-top: 50px;
}

article section
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

article .contact
{
	margin-bottom: 20px;
}


.box
{
	width: auto;
	margin-top: 0px;
}

section .tel a
{
	font-size: 24px !important;
	line-height: 120%;
	text-align: center;
	display: block;
	color: #FFF !important;
	background-color: var(--base-color01);
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

section .tel a:hover
{
	color: #FFF !important;
}

section .tel a:before
{
	transform: none;
	transform-origin: unset;
	width: auto;
	height: auto;
	position: static;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-color: transparent;
	font-family: "Font Awesome 6 Free";
	content: '\f095';
	font-weight: 900;
	margin-right: 10px;
	font-size: 21px;
	vertical-align: top;
}

section .tel small
{
	font-size: 14px;
	line-height: 120%;
	pointer-events: none;
	text-align: center;
	display: none;
}

section .tel p span
{
	text-align: justify;
	display: block;
	font-size: 16px;
	line-height: 140%;
}

}