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

/* トップページ */

#home {
color: #fff;
margin-top: 70px;
margin-bottom: 30px;
text-align: center;
width: 100%;
}
#home p {
font-weight: 400;
line-height: 2em;
}

#home img {
display: inline-block;
margin-top: 30px;
}

.main1 {
    color: #592f2a;
    margin-top: 0px;
    width: 100%;
	position: relative;	
	padding:0;
	height:148px;
    text-align: center;
}

.main1 .main-wrap {
	background-image: url(../images/top-bg-line.png);
	background-repeat:repeat-x;
	background-position: center center;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 148px;
	margin: 0;
}

.main2 {
	text-align: center;
	color: #592f2a;
}

.main2 img {
	margin-top: 5px;
	margin-bottom: 20px;
}

.main2 p{
	font-family: 'Kosugi Maru', sans-serif;
}


#intro{
	background-image: url(../images/bg-sky.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
	text-align: center;
	color: #592f2a;
}

#intro .intro-wrap{	
	background-image: url(../images/bg-line1.png);
	background-repeat:repeat-x;
	background-position: center center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height:27px;
	margin: 0;
}

#intro p{
	font-family: 'Kosugi Maru', sans-serif;
}

#intro img{
	margin-bottom: 8px;
}

/* TOPICS */

#topics{
	color: #592f2a;	
}

.t-head {
	margin-bottom: 30px;
}

.t-news-box {
	margin-bottom: 20px;
}

#topics h2.news{
	background-image: url(../images/news.png);
}

#topics h2.blog{
	background-image: url(../images/blog.png);
}

#topics h2.news,
#topics h2.blog {
background-size: 200px 54px; /* 画像サイズ */
background-repeat: no-repeat; /* 繰り返し表示オフ */
padding: 18px 0px 18px 65px; /* 画像と重ならないように文字列を右に移動 */
font-size: 18px;
font-weight: 500;
text-align: left;
margin-bottom: 20px;
}




.t-blog-box {
	text-align: center;
}

/* SERVICE */

#service h2 {
	margin-bottom: 30px;
}

.service-item {
	background-image: url(../images/bg-heart.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	color: #FFF;
	text-align: center;
}

.service-item h3 {
	font-weight: 800;
	color: #FFF;
	margin-bottom: 0.2em;
	line-height: 1.3em;
	font-family: 'M PLUS 1p', sans-serif;
}

.service-item p {
	font-weight: 400;
	line-height: 1.4;
}

/* アクセス */

#map .bg-green {
	background-color:rgba(226,237,186,0.4); 
	position: relative;	
}

#map .bg-wrap{
	background-image: url(../images/bg-line3.png);
	background-repeat:repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	margin: 0 auto;
}

#map p{
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}

/* Recruit */

#recruit{
	margin: 0 auto;
	text-align: center;
}

/* 下層ページ共通 */

#page p {
	line-height: 1.6em;
	margin-bottom: 1.8em;
}

#page-title {
	background-image: url("../images/page-title.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	margin-top: 68px;
}

#page-title .inner {
	background-image: url("../images/bg.jpg");
}

#page h1 {
	display: block;
	position: relative;
	font-family: 'Kosugi Maru', sans-serif;
	background-image: url("../images/home-icon.png");
	background-repeat: no-repeat;
	background-position: top center;
	padding:80px 0 0 0;
	color: #592f2a;
	text-align: center;
}

#page h1:before {
	content: "";
	display: block;
	position: absolute;
	width:100%;
	background-image: url("../images/page-title-heead.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

#page section {
	position: relative;
}

.sec-type02 {
	background-color: rgba(226,237,186,0.4);
}

.sec-type02:before {
	content: "";
	display: block;
	position: absolute;
	width:100%;
	background-image: url("../images/sec-type02-head.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.sec-type03:before {
	content: "";
	display: block;
	position: absolute;
	width:100%;
	background-image: url("../images/sec-type03-head.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.sec-type04 {
	background-image: url("../images/fac-sec07-bg.jpg");
	background-size: cover;
}

.dl01 {
	font-family: 'Kosugi Maru', sans-serif;
} 

.dl01 dt {
	background-color: #f2f8e1;
	color:#592f2a;
}

.dl02 dt,
.dl02 dd {
	line-height: 1.4em;
}

.dl02 dt {
	font-weight: 500;
}




#page table {
	width:100%;
}

#page table th,
#page table td {
	border-bottom:1px dotted #ccc;
}

#page table th {
	padding:10px 10px 10px 0;
	text-align: left;
}

#page table td {
	padding: 10px;
}

/* はーとわーくについて */

#sec-about01 {
	background-image: url("../images/about-sec01-bg.png");
	background-repeat: no-repeat;
}

#sec-about01 p {
	color: #582e29;
	font-family: 'Kosugi Maru', sans-serif;
}

/* 施設について */

#sec-facilities01 h2 {
	text-align: center;
}

.fac-s01-row .item {
	position: relative;
	background-image: url("../images/facilities-sec01-itmbg.png");
	background-repeat: no-repeat;
	background-position: center center;
	font-family: 'Kosugi Maru', sans-serif;
}

.fac-s01-row .item a {
	display: block;
	position: relative;
	width:100%;
	height:100%;
	text-align: center;
	color: #582e29;
	text-decoration: none;
	font-size:1.4rem;
	line-height: 1.4em;
}

.fac-s01-row .item a span span {
	display: block;
	margin-bottom: 5px;
	font-size:0.9rem;	
}

.fac02-item h3 {
	text-align: center;
	margin-bottom: 2em !important;
}

.schedule {
	background-color: #FFF;
}

.sec-fac h2 span {
	font-size: 1.4rem;
}

.sec-fac .btn {
	width:300px;
}

.fac-service-row,
.fac-service-row02 {
	display:flex;
	flex-wrap: wrap;
}

.fac-service-img {
	text-align: center;
	margin-bottom: 15px;
}

.fac-service-text h4 {
	text-align: center;
	font-synthesis: 1.1rem;
	margin-bottom: 10px;
}

.fac-s07-item {
	background-image: url("../images/sisetsu_karin_circle.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.fac-m{
	padding-bottom: 70px;
}


 .list_link:before {
    content:  ""; 
    width:  10px;
    height:  10px; 
    display:  inline-block; 
    background-color: #592f2a; 
    border-radius:  50%; 
    position:  relative;
    top: -1px; 
	margin-left: -17px; 
    margin-right: 7px; 
}



/* はーとわーく通信 */

.magazine {
  margin: 0px;
  padding: 50px;
  background-color: white;
  font-family: 'Kosugi Maru', sans-serif;
}
.magazine li {
  border-bottom: solid 1px #ccc;
  margin: 0;
}

.magazine li:last-child {
	border: none;
}

.magazine li a {
  display: block;
  color: #000;
  text-decoration: none;
  background-image: url("../images/file_icon.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 20px 5px 20px 30px;
}

.magazine li a:hover {
	text-decoration: underline;
}

/* 公開情報 */

.info {
  background-color: white;
}

.info h2 {
	line-height:1.4em;
}

.info li {
  border-bottom: solid 1px gray;
  margin: 0;
  font-family: 'Kosugi Maru', sans-serif;
}

.info li:last-child {
	border: none;
}

.info li a {
  display:block;
  background-image: url("../images/file_icon.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 20px 5px 20px 30px;
  text-decoration: none;
  color: #000;
}

.info li a:hover {
	text-decoration: underline;
}

#sec-info02 .btn {
	position: relative;
	width:280px;
}

#sec-info02 .btn a:after {
	content: "";
	display: block;
	position: absolute;
	width:15px;
	height:15px;
	top:15px;
	right:30px;
	background-image: url("../images/arrow-alt-circle-down.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
}

/* ご利用の案内 */

#sec-guide01 h2 {
	text-align: center;
}

.guide01-item {
	background-color: #FFF;
}

.guide01-item .item-title {
	color:#582e29;
	font-size: 1.1rem;
	text-align: center;
	border-bottom:4px solid #6fbd66;
	padding:6px 0;
	margin-bottom: 15px;
	font-family: 'Kosugi Maru', sans-serif;
}

.guide01-item .item-text {
	text-align: center;
	line-height: 1.6em;
}

.sec-guide02-row {
	margin-bottom: 60px;
}

.sec-guide02-row dt {
	background-color: #f2f8e1;
	color: #582e29;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
}

.sec-guide02-row dt span {
	font-size: 1.8rem;
}

.sec-guide02-row dd {
	background-color: #FFF;
	line-height: 1.4em;
}


.sec-guide03-item {
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	margin-bottom: 20px;
}

.f-name {
	font-size: 1.1rem;
	padding:25px 20px 20px 30px;
}

.f-price {
	font-size:1.6rem;
	padding:20px;
	font-weight: 500;
}

.f-price span {
	font-size: 1rem;
}



.settlement{
	list-style: none;
	margin: 0;
	padding: 0;
}
.settlement ul{
	width:100%;
	max-width:1140px;
	margin:0 auto 20px;	
}
.settlement li{
	font-size: 1.1rem;
	background-color: #ffffff;
	padding:20px 40px;
	margin-bottom: 20px;
	position: relative;
}
.settlement a{
	text-decoration: none;
}
.settlement a li{
	background-color: #ffffff;
	color: #000000;
}
.settlement a li:hover{
	background-color: #f2f8e1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.settlement span a{
	color:#582e29; 
}
.settlement span{
	display:block;
	position:absolute;
	top:20px;
	right:40px;
	color:#582e29
	}



/* お問い合わせ */

.tel-box {
	text-align: center;
	color: #592f2a;
	margin-bottom: 3em;
}

.tel-box p {
	line-height: 2em !important;
}

.tel-box span {
	font-size: 2.4rem;
	font-weight: 800;
}

/* テーブル */

#page th,
#page td {
	line-height: 1.5em;
}


/* 汎用スタイル */

.bg-white {
	background-color: #FFF;
}



@media screen and ( min-width: 768px ) {

.main2 {
	padding-bottom:100px;
}

.main2 p{
	font-size:30px;
}

#intro{
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
}

#intro p{
	font-size:22px;
	margin-bottom: 100px;
}

/* TOPCS */

.topics-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 200px;
}

.t-news {
	flex-basis :600px;
}

.t-blog {
	flex-basis: 350px;
}

/* SERVICE */

#service {
	padding:30px 0;
}
.service-box01 {
	display: flex;
	justify-content: space-between;
}

.service-item {
	flex-basis: 335px;
	height:265px;
	padding-top:70px;
}

.service-box02 {
	display: flex;
	justify-content: center;
}

.service-item h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
}

.service-item p {
	font-size: 1.6rem;
}

/* アクセス */

#map .bg-green {
	height: 86px;
} 

/* 下層ページ共通 */

#page-title {
	padding:15% 0 0;

}

#page h1 {
	font-size: 36px;
	padding-bottom:100px;
}

#page h1:before {
	height:175px;
	top:-174px;
}

#page h2.mark,
#page h2.mark02 {
	margin-bottom: 1.4em;
}

#page h3 {
	margin-bottom: 1em;
	font-size: 1.2rem;
}

.sec-type02:before,
.sec-type03:before {
	height:37px;
	top:-37px;
}

.dl01 {
	display: flex;
	background-color: #FFF;
	padding:30px 50px;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.dl01 dt,.dl01 dd {
	padding:20px;
	border-bottom:1px solid #ccc;
}

.dl01 dt:last-of-type,.dl01 dd:last-of-type {
	border: none;
}

.dl01 dt {
	flex-basis: 30%;
	max-width: 30%;
}

.dl01 dd {
	flex-basis: 70%;
	max-width: 70%;
}

.dl02 {
	display: flex;
	flex-wrap: wrap;
}

.dl02 dt,.dl02 dd {
	padding:10px;
}

.dl02 dt {
	flex-basis: 250px;
	max-width: 250px;
	text-align: center;
}

.dl02 dd {
	flex-basis: 750px;
	max-width: 750px;
}
	
.dl02 dt:nth-of-type(odd),.dl02 dd:nth-of-type(odd){
	background-color: #ffffff;
}
		

	
/* はーとわーくについて */

#sec-about01 {
	background-position: bottom 30px right 30px;
	padding:100px 0;
}

#sec-about01 h2 {
	text-align: center;
	margin-bottom: 3em;
}

#sec-about01 p {
	text-align: center;
	line-height: 2.2em;
}

#sec-about02,
#sec-about03 {
	padding:100px 0;
}

#sec-about02 p + h3 {
	margin-top: 60px;
}

/* 施設について */

#sec-facilities01 {
	padding:100px 0;
}

#sec-facilities01 h2 {
	margin-bottom: 3em;
}

.fac-s01-row01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.fac-s01-row02 {
	display: flex;
	justify-content:center;
}

.fac-s01-row .item {
	flex-basis: 31%;
	background-size: contain;
	height:231px;
}

.fac-s01-row02 .item {
	margin: 0 30px;
}

.fac-s01-row .item a {
	font-size: 1.6rem;
}

.fac-s01-row > .item > a > span {
	position: absolute;
	display: block;
	width: 100%;
	top:60%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.fac-s01-row > .item > a > span > span {
	font-size: 1rem;
	margin-bottom: 0;
}

.sec-fac {
	padding:100px 0;
}

.fac02-item {
	margin-bottom: 80px;
}

.fac02-item p {
	margin-bottom: 80px !important;
}

.fac-s02-row {
	display: flex;
	justify-content: space-between;
}

.fac-s02-row .img {
	flex-basis:30%;
	max-width:300px;
}

.fac-s02-row .text {
	margin-left: 50px;
	flex-basis:65%;
	max-width: 650px;
}

.schedule {
	padding:40px 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.schedule dt {
	flex-basis:20%;
	max-width: 20%;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

.schedule dd {
	flex-basis:80%;
	max-width: 80%;
	padding:10px 0 10px 20px;
	border-bottom:1px dotted #ccc;
}

.schedule dt:last-of-type,
.schedule dd:last-of-type {
	border:none;
}

.fac02-item .tel-box {
	margin-bottom: 80px;
}

.fac-service-row {
	margin: 0 -20px;
}

.fac-service-row .fac-service-item {
	flex-basis:25%;
	max-width: 25%;
	padding:0 20px;
}

.fac-service-item .fac-service-text p {
	margin-bottom: 50px !important;
}

.fac-service-row02 {
	margin: 0 -20px;
}

.fac-service-row02 .fac-service-item {
	flex-basis:33%;
	max-width: 33%;
	padding:0 20px;
	margin-bottom: 50px;
}

#sec-facilities07 .btn {
	margin-bottom: 100px;
}

.fac-s07-row01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.fac-s07-row01 .fac-s07-item {
	flex-basis:23%;
	line-height: 1.5em;
	padding:70px 25px;
}

.fac-s07-row02 {
	display: flex;
	justify-content: space-around;
	margin-bottom: 60px;
}
			
.fac-s07-row02 .fac-s07-item {
	flex-basis:23%;
	line-height: 1.5em;
	padding:70px 35px;
}


	
	
/* はーとわーく通信 */

#sec-magazine01 {
	padding: 100px 0;
}

.magazine {
	margin: 0px;
	padding: 40px;
}

/* 公開情報 */

  #sec-info01 {
    padding: 100px 0;
  }
  #sec-info02 {
    padding: 100px 0;
    margin: 100px 0px 150px 0px;
  }
  #sec-info03 {
    padding: 100px 0;
  }
  .info {
    margin: 50px 0;
    padding: 40px;
  }
  
#sec-info02 .info {
	margin: 0;
}
  
.info h2 {
  	margin-bottom: 30px;
}

/* ご利用の案内 */

.sec-guide {
	padding:100px 0;
}

#sec-guide01 h2 {
	margin-bottom: 3em;
}

.sec-guide01-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.guide01-item {
	flex-basis: 46%;
	max-width: 46%;
	padding:30px;
	margin-bottom: 30px;
}

.guide01-item .item-title {
	display: block;
	width:200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sec-guide02-row {
	display: flex;
	flex-wrap: wrap;
}

.sec-guide02-row dt {
	flex-basis:35%;
	max-width: 35%;
	padding:20px 20px 20px 30px;
	margin-bottom: 30px;
}

.sec-guide02-row dd {
	flex-basis:65%;
	max-width: 65%;
	padding:20px;
	margin-bottom: 30px;
}

#sec-guide02 .btn {
	margin-bottom: 100px;
}

/* お問合せ */

#sec-contact01 {
	padding:100px 0;
}

}

@media screen and ( max-width: 767px ) {

.main2 {
	padding-bottom:50px;
	font-size:20px;
}

#intro{
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#intro p{
	font-size:18px;
	margin-bottom: 50px;
}

#map .bg-wrap {
	height:60px;
}

/* TOPICS */

.topics-box {
	margin-bottom: 50px;
}

.t-news{
	margin-bottom: 40px;
}

/* SERVICE */

#service {
	padding:15px 0;
}

.service-box01,
.service-box02 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.service-item {
	flex-basis: 50%;
	height:200px;
	padding-top:60px;
}

/* アクセス */

#map .bg-green {
	height: 40px;
} 

/* 下層ページ共通 */

#page-title {
	padding:15% 0 0;
	margin-top: 60px;
}

#page h1 {
	font-size: 24px;
	padding-bottom:50px;
	padding-top:50px;
	background-size: 50px;
}

#page h1:before {
	height:175px;
	top:-174px;
}

#page h2.mark,
#page h2.mark02 {
	margin-bottom: 1.4em;
}

#page h3 {
	margin-bottom: 1em;
	font-size: 1.2rem;
}

.sec-type02:before {
	height:37px;
	top:-37px;
}

.dl01 {
	display: block;
	background-color: #FFF;
	padding:10px;
}

.dl01 dt,.dl01 dd {
	padding:10px;
}

.dl02 {
	display: block;
}

.dl02 dt {
	padding:10px 10px 5px;
}

.dl02 dd {
	padding:5px 10px 10px;
}

.dl02 dt:nth-of-type(odd),.dl02 dd:nth-of-type(odd){
	background-color: #ffffff;
}
		
	
	
/* はーとわーくについて */

#sec-about01 {
	background-position: bottom 10px right 10px;
	padding:40px 0;
}

#sec-about01 h2 {
	text-align: center;
	margin-bottom: 2em;
}

#sec-about01 p {
	line-height: 1.8em;
}

#sec-about02,
#sec-about03 {
	padding:50px 0;
}

#sec-about02 p + h3 {
	margin-top: 40px;
}

/* 施設について */

#sec-facilities01 {
	padding:50px 0;
}

#sec-facilities01 h2 {
	margin-bottom: 2em;
}

.fac-s01-row01,
.fac-s01-row02 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fac-s01-row .item {
	flex-basis: 40%;
	background-size: contain;
	height:8em;
}

.fac-s01-row > .item > a > span {
	position: absolute;
	display: block;
	width: 100%;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.sec-fac {
	padding:50px 0;
}

.fac02-item {
	margin-bottom: 50px;
}

.fac-s02-row {
	display: block;
}

.fac-s02-row .img {
	text-align: center;
	margin-bottom: 20px;
}

.fac-s02-row .text {
	margin-bottom: 40px;
}

.schedule {
	padding:20px 10px;
	display: block;
	margin-bottom: 30px;
}

.schedule dt {
	padding:10px 0 5px;
}

.schedule dd {
	padding:5px 0 10px;
	border-bottom:1px dotted #ccc;
}

.schedule dd:last-of-type {
	border:none;
}

.fac02-item .tel-box {
	margin-bottom: 40px;
}

.fac-service-row,
.fac-service-row02 {
	margin: 0 -15px;
}

.fac-service-item {
	flex-basis: 50%;
	padding:0 15px;
}

.fac-service-row02 .fac-service-item {
	margin-bottom: 20px;
}

#sec-facilities07 h2 + p {
	margin-bottom: 3em;
}

.fac-s07-row01 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.fac-s07-row01 .fac-s07-item {
	flex-basis:270px;
	height:260px;
	line-height: 1.5em;
	padding:90px 30px;
}

.fac-s07-row02 {
	display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
	margin-bottom: 60px;
}

.fac-s07-row02 .fac-s07-item {
	flex-basis:270px;
	height:260px;
	line-height: 1.5em;
	padding:90px 30px;
}



	
	
/* はーとわーく通信 */

#sec-magazine01 {
	padding: 50px 0;
}
.magazine {
	margin: 0px;
	padding: 20px;
}

/* 公開情報 */

 #sec-info01 {
    padding: 50px 0;
}

#sec-info02 {
    padding: 50px 0;
    margin: 50px 0px 80px 0px;
}

#sec-info03 {
    padding: 50px 0;
}

.info {
    margin: 0px 0px 50px 0px;
    padding: 20px;
  }
  
  .info h2 {
  	margin-bottom: 20px;
}

/* ご利用の流れ */

.sec-guide {
	padding:50px 0;
}

#sec-guide01 h2 {
	margin-bottom: 2em;
}

.guide01-item {
	width: 100%;
	padding:15px;
	margin-bottom: 30px;
}

.guide01-item .item-title {
	display: block;
	width:200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sec-guide02-row dt {
	padding:15px;
}

.sec-guide02-row dd {
	padding:15px;
	margin-bottom: 20px;
}

#sec-guide02 .btn {
	margin-bottom: 50px;
}


/* お問い合わせ */

#sec-contact01 {
	padding:50px 0;
}


}