 @charset "utf-8";
/* ==================================================
		
		ページ全般の共通CSS PC・SP

================================================== */

/* --------------------------------------------------
		html, body
-------------------------------------------------- */
html, body {
	height: 100%;
}
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* ==================================================
		
		ページ全般の共通CSS PC

================================================== */

@media screen and (min-width:781px) {
/* --------------------------------------------------
		.spDisp SPの要素を非表示
-------------------------------------------------- */
.spDisp {
	display: none !important;
}
 
/* --------------------------------------------------
		.over 不透明度ロールオーバー
-------------------------------------------------- */
.over {
	transition: opacity 0.5s;
}
.over:hover {
	opacity: 0.6;
}
 
/* --------------------------------------------------
		電話番号のリンクを無効化
-------------------------------------------------- */
a[href^="tel:"] {
 pointer-events: none;
}
 
/* --------------------------------------------------
		.content
-------------------------------------------------- */
.content {
	padding-bottom: 112px;
}
 
/* --------------------------------------------------
		.pagetop
-------------------------------------------------- */
.pagetop {
	position: relative;
	z-index: 1;
	display: none;
}
.pagetop.sticky {
	bottom: -52px;
}
.pagetop .pagetop-inner a:link, .pagetop .pagetop-inner a:visited, .pagetop .pagetop-inner a:hover {
	text-decoration: none;
	color: #ffffff;
}
.pagetop .pagetop-inner a span {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	width: 44px;
	height: 44px;
	background: url(/common/img/pagetop-bg01.png) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
 
/* --------------------------------------------------
		footer
-------------------------------------------------- */
footer {
	padding: 55px 0 45px;
	background: #00679a;
}

/* --------------------------------------------------
		.copyright
-------------------------------------------------- */
footer .copyright {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
 
/* --------------------------------------------------
		a
-------------------------------------------------- */
a.scroll_point {
 margin-top: -86px;
 padding-top: 86px;
 display: block;
} 
 
}

/* ==================================================
		
		ページ全般の共通CSS SP

================================================== */

@media screen and (max-width:780px) {
/* --------------------------------------------------
		.pcDisp PCの要素を非表示
-------------------------------------------------- */
.pcDisp {
	display: none !important;
}
/* --------------------------------------------------
		文字サイズの制御
-------------------------------------------------- */
body {
	-webkit-text-size-adjust: 100%;
}
/* --------------------------------------------------
		img
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
}
 
/* --------------------------------------------------
		.content
-------------------------------------------------- */
.content {
	padding-bottom: 60px;
}
 
/* --------------------------------------------------
		.pagetop
-------------------------------------------------- */
.pagetop {
	position: relative;
	z-index: 1;
	display: none;
}
.pagetop.sticky {
	bottom: -47px;
}
.pagetop .pagetop-inner a:link, .pagetop .pagetop-inner a:visited, .pagetop .pagetop-inner a:hover {
	text-decoration: none;
	color: #ffffff;
}
.pagetop .pagetop-inner a span {
	font-size: 15px;
	font-weight:bold;/* 表示のために必須 */
	color:#ffffff;
	width: 34px;
	height: 34px;
	background: url(/common/img/pagetop-bg01.png) no-repeat;
	background-size: 34px;
	display :flex;
	justify-content: center;
	align-items: center;
	text-decoration:none;
}
 
/* --------------------------------------------------
		footer
-------------------------------------------------- */
footer {
	padding: 30px 0;
	background: #00679a;
}
 
/* --------------------------------------------------
		.copyright
-------------------------------------------------- */
footer .copyright {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
 
/* --------------------------------------------------
		a
-------------------------------------------------- */
a.scroll_point {
 display: block;
 margin-top: -50px;
 padding-top: 50px;
}
 
}