@charset "utf-8";

html {
	scroll-behavior: smooth;
}
#toppage-info {
	padding-bottom: 10px;
}
#toppage-info .top_info_name {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.15em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	text-align: left;
	line-height: 1.2;
}
#hpb-nav li {
	width: 150px;
	text-align: justify;
}
#hpb-nav li a {
	padding-right: 15px;
}
@media screen and (max-width: 568px) {
	#hpb-nav li {
		width: 100%;
	}
	#toppage-info .top_info_name {
		padding-right: 0;
		padding-left: 0;
	}
}
/* 260130追加css */
#hpb-header {
position: fixed;
top: 0;
z-index: 999;
background: #fff;
width: 100%;
left: 0;
margin: auto;
right: 0;
}
#hpb-header .hpb-headerFlex {
display: flex;
width: 900px;
justify-content: space-between;
margin: auto;
padding-top: 16px;
}
#hpb-header #hpb-headerMain {
padding: 0;
margin: 0;
width: 50%;
}
#hpb-headerMain .headTxt {
margin-bottom: 10px;
}
#hpb-header #hpb-headerExtra1 {
margin: 0 !important;
}
#hpb-inner {
margin: 0 auto;
max-width: 900px;
margin-top: 130px;
}
#hpb-nav {
	position: fixed !important;
	top: 78px !important;
	left: 0 !important;
	width: 100% !important;
	z-index: 999;
	background: #333333;
	background-image: none !important;
}
#hpb-nav ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 568px) {
	#hpb-nav {
		position: static !important;
		top: auto !important;
		left: auto !important;
		width: auto !important;
		background: inherit;
	}
	#hpb-header {
		position: static !important;
		top: auto !important;
		width: 100% !important;
		margin: 0 !important;
		left: auto !important;
		right: auto !important;
	}
	#hpb-header .hpb-headerFlex {
		display: block;
		width: 100%;
	}
	#hpb-header #hpb-headerMain {
		width: 100%;
	}
	#hpb-header #hpb-headerExtra1 {
		margin-right: inherit !important;
	}
	#hpb-nav ul {
		display: none;
		justify-content: normal !important;
	}
	#hpb-inner {
		margin-top: 0 !important;
	}
	#hpb-nav ul.toggled-on {
		display: block !important;
	}
}
#banner a#banner-column {
	display: none;
}
@media screen and (max-width: 568px) {
	#banner a#banner-column {
		display: block;
		background-image: url(../footer-bnr_column.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
.sp-fixed-cta {
  display: none;
}
@media screen and (max-width: 568px) {
  .sp-fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .cta-balloon {
    display: inline-block;
    margin: 0 auto 6px;
    padding: 6px 12px;
    background: #fff;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    border-radius: 16px;
    position: relative;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	position: relative;
	width: 50%;
  }
  .cta-balloon::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .cta-buttons {
    display: flex;
    width: 100%;
  }
  .cta-buttons a {
    width: 50%;
    padding: 14px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .material-icons {
    font-size: 20px;
    line-height: 1;
  }
  .cta-mail {
    background: #0073aa;
  }
  .cta-tel {
    background: #f39700;
  }
  body {
    padding-bottom: 86px;
  }
}
/* 260130追加css END */
/* 260218 */
#hpb-aside #popular_article .ttl {
	font-size: 18px;
	text-align: left;
	margin-top: 30px;
	font-weight: 600;
	padding-left: 12px;
	border-left: 4px solid #666666;
}
#hpb-aside #popular_article .article_box{
	display: grid;
	grid-template-columns: 40% 1fr;
	margin: 0 0 20px;
	font-size: 15px;
	align-items: center;
}
#hpb-aside #popular_article ul {
	padding: 0;
	margin: 8px auto;
}
#hpb-aside #popular_article .article_box a img {
	width: 100%;
	object-fit: contain;
	height: 80px;
}
#hpb-aside #popular_article .article_box .article_title {
	font-size: 15px;
	font-weight: unset;
	line-height: normal;
	border-left: none !important;
	color: inherit;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#toppage-info .access_area {
	    display: flex;
		gap: 10px;
		overflow: hidden;
}
#toppage-info .access_area .left {
	    width: 40%;
}
#toppage-info .access_area .right {
	    width: 60%;
}
#toppage-info .access_area .right .gmap {
	border:0;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 568px) {
	#toppage-info .access_area {
		display: block;
	}
	#toppage-info .access_area .left {
		width: 100%;
	}
	#toppage-info .access_area .right {
		width: 100%;
		margin-bottom: 20px;
	}
}
#hpb-footer {
	    height: auto;

}
#hpb-footer #hpb-footerExtra1 {
    width: auto;
    float: unset;
	margin-left: 0;
    height: auto;
    padding: 0 20px;
}
#hpb-footer #hpb-footerExtra1 ul {
	display: flex;
}
#hpb-footer #hpb-footerMain {
    width: auto;
    float: unset;
    margin-right: 0;
    height: auto;
    padding: 0 20px;
}
@media screen and (max-width: 568px) {
	#hpb-footer #hpb-footerExtra1 ul {
	display: block;
}
#hpb-footer #hpb-footerMain p {
	padding: 10px 0;
}
}
body.hpb-layoutset-02 {
	background-image: none !important;
}
/* 260218 END */