@charset "UTF-8";

/* home
---------------------------------------------------------------------------*/
header {
	margin-bottom: 55px;
}

#mainContents {
	background: url(../img/share/bg_load.png) no-repeat center 345px / 542px auto;
	border-top: 1px solid rgba(255,255,255,0.1);
}

#head-imgslider .slick-track div:nth-of-type(1) {
	background-position: center center !important;
}

#head-imgslider .slick-track div:nth-of-type(2) {
	background-position: center center !important;
}

#head-imgslider .slick-track div:nth-of-type(3) {
	background-position: left 55% center !important;
}

#head-imgslider .slick-track div:nth-of-type(4) {
	background-position: left 44% center !important;
}


/* .title-set
---------------------------------------------------------------------------*/
.title-set {
	position: relative;
	margin: 0 auto;
	padding-bottom: 125px;
	text-align: center;
}

.title-set h1 {
	margin: 0 0 15px;
	color: #F29700;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.11em;
}

.title-set p {
	font-size: 13px;
	line-height: 1.95;
	letter-spacing: 0.11em;
}

.title-set .btn-orange {
	margin-top: 10px;
}

.title-set .left {
	display: block;
	position: absolute;
	bottom: 54px;
	left: 0;
}

.title-set .right {
	display: block;
	position: absolute;
	top: -34px;
	right: 0;
}


/* point3-container
---------------------------------------------------------------------------*/
.point3-container {
	position:relative;
	background:#FFFFFF;
	width: 92%;
	margin: 0 auto 120px !important;
	z-index:1000;
}

.point3-container article {
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid #eee;
	padding:22px 25px 24px 20px;
	position:relative;
}

.point3-container article:first-of-type {
	padding-top: 30px;
}

.point3-container article .thumb {
	width: 85px;
	min-width: 85px;
}

.point3-container article .thumb img {
	width: 100%;
}

.point3-container article > div {
	padding: 5px 0 0 20px;
}

.point3-container article strong {
	padding-right: 6px;
	color: #F39800;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.point3-container article em {
	color: #999;
	font-size: 10px;
	letter-spacing: 0.16em;
}

.point3-container article p {
	margin-top: 9px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.07em;
	text-align: justify;
}

.point3-container article .btn-fukidashi {
	display: block;
	text-decoration: none;
}

.point3-container article .btn-fukidashi span {
	display: block !important;
	background-color: #F39800;
	padding: 11px 10px 10px 12px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.category-child {
	font-size:10px;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.character1 {
	position: absolute;
	top: -53px;
	right: 87px;
}

.character1 img {
	width: 48px;
}

.character2 {
	position: absolute;
	top: -79px;
	right: 12px;
	z-index: 1;
}

.character2 img {
	width: 57px;
}

.character2-fukidashi {
	display: none !important;
}

.bg-leaf1 {
	position: absolute;
	bottom: -37px;
	left: -43px;
	z-index: -1 !important;
}


/* .point8-container
---------------------------------------------------------------------------*/
.house-container {
	position: relative;
	margin-bottom: 75px !important;
}

.bg-roof-character1,
.bg-roof-character2 {
	display: none !important;
}

.point8-container {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px 3px;
	background: url(../img/home/bg_roof.png) no-repeat left top / 100% auto;
	padding-top: calc(26.5vw - 19px);
	background-size: 100% auto;
	margin: 0 10px !important;
}

.point8-container.main-feature {
	margin-bottom: 90px !important;
}

.point8-container.main-feature:before,
.point8-container.other-service:before {
	display: block;
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 40px;
}

.point8-container.main-feature:before {
	background-image: url(../img/home/bg_roof-character1.png);
	width: 35px;
}

.point8-container.other-service:before {
	background-image: url(../img/home/bg_roof-character2.png);
	width: 26px;
}

.point8-container article {
	background:#FFFFFF;
	height: auto !important;
	padding: 16px 16px 50px;
	position:relative;
}

.point8-container article:nth-child(2n-1) {
	border:none;
}

.point8-container article .thumb {
	display: block;
	border-bottom: 2px solid #F39800;
	margin: 0 0 14px;
	padding-bottom: 2px;
}

.point8-container article .thumb img {
	width: calc(100% - 2px);
	padding-left:1px;
}

.point8-container article strong {
	display:block;
	margin-bottom: 8px;
	color: #F39800;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}

.point8-container.other-service article:nth-of-type(1) strong {
	letter-spacing: 0.04em;
}

.point8-container article p {
	margin-bottom: 11px;
	font-size: 11px;
	line-height: 1.75;
	letter-spacing: 0.04em;
	text-align: justify;
}

.point8-container article .btn-orange {
	display: block !important;
	position: absolute;
	bottom: 16px;
	left: 16px;
	width: calc(100% - 32px);
	padding-top: 9px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
}

_::-webkit-full-page-media, _:future, :root .point8-container article .btn-orange {
	padding-top: 10px;
	padding-bottom: 9px;
}

.bg-leaf2 {
	position: absolute;
	top: -20px;
	left: -55px;
	z-index: 0;
}

.bg-leaf2 img {
	width: 92px;
}

.bg-leaf8 {
	position: absolute;
	top: -70px;
	right: -10px;
	z-index: 0;
}


/* blog-container
---------------------------------------------------------------------------*/
.blog-container {
	background: #FFFFFF;
	padding: 45px 10% 50px;
	margin-bottom: 50px;
	position: relative;
}

.blog-container > .blog-container-inner {
	margin-bottom:0!important;
}

.blog-container-inner section {
	position:relative;
	margin-bottom: 55px;
}

.blog-container-inner section:last-of-type {
	margin-bottom: 0;
}

.blog-container-inner .fukidashi-today {
	position:absolute;
	left:94px;
	top:-110px;
}

.blog-container-inner section h1 {
	margin-bottom: 26px;
	color:#F39800;
	font-size:16px;
	font-weight:600;
	letter-spacing: 0.1em;
}

.blog-container-inner section h1 span {
	background: url(../img/share/line-dot-orange.svg) repeat-x left bottom;
	padding: 0 0 2px 1px;
}

.blog-container-inner section h1 span a {
	text-decoration:none;
	color:#F39800;
}

.blog-container-inner article {
	display: none;
	align-items: center;
	justify-content: space-between;
	background: url(../img/share/line-dot-gray.svg) repeat-x left bottom;
	width: 100%;
	margin-bottom: 12px;
	padding: 0 0 12px 4px;
	position:relative;
}

.blog-container-inner article:nth-of-type(1),
.blog-container-inner article:nth-of-type(2),
.blog-container-inner article:nth-of-type(3) {
	display: flex;
}

.blog-container-inner article figure {
	float:left;
	width:58px;
	min-width:58px;	
}

.blog-container-inner article figure img {
	width:100%;
	height:auto;
}

.blog-container-inner article p {
	width: 100%;
	padding: 0 0 0 16px;
	line-height:1.5;
	font-size:13px;
	margin-bottom:0;
	letter-spacing: 0.06em;
}

.blog-container-inner article p a {
	display: block;
	margin-bottom: 2px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.blog-container-inner article p .date {
	display:inline;
	margin-right: -1px;
	font-size:11px;
	letter-spacing: 0.06em;
}

.blog-container-inner article .attention{
  position: absolute;
  top: -70px;
  left: -80px;
  padding: 10px 14px;
  background: #8DBE52;
  color: #FFFFFF;
  border-radius: 4px;
  z-index: 5000;
  display: none;
}

.blog-container-inner .btn {
	display: block;
	margin-top: 18px;
}

.character-blog {
	position:absolute;
	top:-110px;
	right:-30px;
	z-index: 1;
	overflow: hidden;
	display: none;
}

.blog-container .btn-triming {
	position: absolute;
	top: -20px;
	right: 16px;
	background: none;
	border: none;
	padding: 0;
}


/* access-container
---------------------------------------------------------------------------*/
.access-container {
  margin-bottom: 60px !important;
	padding: 0 6%;
}

.access-container #gMap {
	border: 7px solid #91A26B;
	width: 100%;
	height: 415px;
	margin-bottom: 30px;
}

.access-container #gMap iframe {
	width: 100%;
	height: 100%;
}

.access-inner-container {
	display: flex;
	flex-wrap: wrap;
}

.access-inner-container .table-container {
	order: 2;
	position: relative;
	z-index: 1;
}

/* .access-info
------------------------------------*/
.access-info {
	order: 1;
	position: relative;
	margin-bottom: 45px;
	padding: 0 0 0 125px;
	z-index: 0;
}

.access-info figure {
	position: absolute;
	top: 0;
	left: 5px;
}

.access-info figure img {
	width: 98px;
}

.access-info address {
	line-height:1.8;
	letter-spacing:1px;
	margin-bottom:6px;
	display:block;
}

.access-info p {
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.access-info address > p:first-of-type {
	margin-left: -1px;
}

.access-info address p:first-of-type {
	letter-spacing: 0.04em;
}

.access-info p a {
	font-size: 17px;
}

.access-info address p span.narrow {
	margin-left: 1px;
	padding-bottom: 2px;
	font-size: 13px;
}

.access-info > p {
	font-size: 11px;
}

.access-info .character-link .fukidashi {
	display: inline-block;
	margin-top: 7px;
}

.access-info .character-link .fukidashi span {
	padding: 10px 15px 8px 18px;
	font-size: 12px;
	letter-spacing: 0.16em;
}

.access-info .character-link .character {
	position: absolute;
	bottom: -33px;
	left: 11px;
	z-index: 1;
}

.access-info .character-link .character img {
	width: 41px;
}

.access-info .bg-green2 {
	display: block;
	position: absolute;
	bottom: -60px;
	left: -5%;
}

.access-info .bg-green2 img {
	width: 89px;
}

/* green1
------------------------------------*/
.bg-window-green1,
.bg-window-green2 {
	display: none;
}