@charset "utf-8";

/* -----------------------------
	map
-------------------------------- */

#work .work-area{
	padding: 120px 0 0px;
}

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

	#work .work-area {
		padding: 100px 20px 0px;
	}

}

/* -----------------------------
	施設一覧
-------------------------------- */
#work .facility-list .list-area {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#work .facility-list .list-area .list-box {
	width: 285px;
	margin: 0 20px 50px 0;
}

#work .facility-list .list-area .list-box:nth-of-type(4n) {
	margin: 0 0 50px 0;
}

#work .facility-list .list-area .list-box a {
	display: block;
}

#work .facility-list .list-area .list-box .f-img {
	width: 285px;
	height: 170px;
	line-height: 0;
}

#work .facility-list .list-area .list-box a .f-img img {
	transition: all .5s ease;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#work .facility-list .list-area .list-box a:hover .f-img img {
	border-radius: 0;
}


#work .facility-list .list-area .list-box .f-name {
	transition: 0.5s;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7;
	padding: 20px 0 0;
}

#work .facility-list .list-area .list-box a:hover .f-name{
	color: #00B577;
}

@media screen and (max-width: 768px){
	
	#work .facility-list .list-area {
		width: 100%;
		display: block;
	}

	#work .facility-list .list-area .list-box {
		width: 100%;
		margin: 0 0 30px 0;
	}

	#work .facility-list .list-area .list-box:nth-of-type(4n) {
		margin: 0 0 30px 0;
	}

	#work .facility-list .list-area .list-box .f-img {
		width: 100%;
		height: auto;
	}

	#work .facility-list .list-area .list-box a .f-img img {
		width: 100%;
		height: auto;
		object-fit:contain;
	}

	#work .facility-list .list-area .list-box a:hover .f-img img {
		border-radius: 20px;
	}

	#work .facility-list .list-area .list-box .f-name {
		font-size: 2.0rem;
	}

	#work .facility-list .list-area .list-box a:hover .f-name {
		color: #333;
	}
}

/* -----------------------------
	アンケート
-------------------------------- */

/*#work .page-title-bg {
    background-size: auto 100%;
	border-radius: 100px 100px 0 0;
}*/

#work .bg{
	background-color: #edfdf4;
	padding: 40px 0px;
	position: relative;
	/*z-index: -1;*/
	border-radius: 20px;
	/*width: calc(100% - 60px);*/
	width: 100%;
    margin: 0 auto 30px;
}

#work .question-area{

	position: relative;/*
	background-image: url(../img/bg-about-sup1.png),
					url(../img/bg-about-sup2.png),
					url(../img/bg-about-sup3.png),
					url(../img/bg-character2.png),
					url(../img/bg-circle-blue-yellow.png),
					url(../img/bg-circle-green-pink.png);
	background-repeat: no-repeat;
	background-position: top 60px left,
						bottom 140px right,
						bottom 10px right 10%,
						bottom 40px left 5%,
						bottom left,
						top 60px right 10%;*/
}
/*作品展公開時*/
#work .question-area .ttl-s{
	font-size: 2.6rem;
    line-height: 1.8;
    font-weight: bold;
    color: #25b672;
    background-repeat: no-repeat;
    background-size: auto 28px;
    margin: 0 0 10px;
    background-image: url(../img/icon-question.png);
    background-position-x: 470px;
    padding: 0px 0px 0px 45px;
    background-position-y: 9px;
}
/*公開前*/
/*#work .question-area .ttl-s{
	font-size: 2.6rem;
    line-height: 1.8;
    font-weight: bold;
    color: #25b672;
    background-repeat: no-repeat;
    background-size: auto 28px;
    margin: 0 0 10px;
    background-image: url(../img/icon-question.png);
    background-position-x: 520px;
    padding: 0px 0px 0px 45px;
    background-position-y: 9px;
}*/
#work .question-area::before,
#work .question-area::after{
	position: absolute;
	content: "";
	background-image: url(../img/bg-circle-green.png);
	width: 350px;
	height: 350px;
	z-index: -1;
}
#work .question-area::before{
	top: -80px;
    right: -300px;
}
#work .question-area::after{
	bottom: -270px;
    left: -370px;
}
#work .question-area .box{
	text-align: center;
}
#work .question-area .txt{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	/*font-weight: bold;*/
}

#work .question-area .txt1{
    font-size: 1.5rem;
}
#work .question-area .txt:nth-of-type(n + 2){
	margin: 0px auto 0;
}

#work .btn-q {
    width: 300px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: #25b672;
    text-align: center;
    border: solid 1px #25b672;
    font-weight: 700;
    margin: 15px auto;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
}

#work .btn-q a{
	color: #fff;
    display: block;
    position: relative;
}

#work .btn-q a::after {
    position: absolute;
    content: "\f105";
    font-size: 1.8rem;
    right: 20px;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}

#work .btn-q:hover{
	background-color: #fff;
	color: #25b672;
	transition: .5s;
}
#work .btn-q:hover a{
	color: #25b672;
	transition: .5s;
}
#work .btn-q:hover a::after{
	color: #25b672;
	transition: .5s;
}

/*表*/
#work .venue-area{
	position: relative;
	margin: 0 0 40px;
}

#work .venue-area .ttl-s{
	font-size: 2.8rem;
    line-height: 1.8;
    font-weight: bold;
    color: #25b672;
    background-repeat: no-repeat;
    background-size: auto 27px;
    margin: 0 0 10px;
    background-image: url(../img/icon-service.svg);
    background-position-x: 470px;
    padding: 0px 0px 0px 52px;
    background-position-y: 12px;
    text-align: center;
}

#work table th {/*table内のthに対して*/
  padding: 20px;/*上下左右10pxずつ*/
  background: #f9f9f7;
  font-weight: 700;
  color: #909077;
  border: none;
  letter-spacing: 0.1em;
}

#work table td {/*table内のtdに対して*/
  padding: 20px 25px;
    height: 70px;
}

#work table {
  border-collapse: collapse;
  /*border: solid 2px #25b672;*//*表全体を線で囲う*/
  width: 100%;
  /*text-align: center;*/
  margin: 15px auto;
  background-color: #fff;
}
#work table th, table td {
  border-bottom: solid 2px #909077!important;
}

.b-solid {
   border-right: dashed 2px #ececdb!important;
}

#work .block-area{
	/*margin: 0px 40px;*/
}

#work .block-area .txt {
	font-size: 1.5rem;
}

@media screen and (max-width: 768px){
	
/*	#work .page-title-bg {
	border-radius: 50px 0 0 0;
    width: 94%;
    height: 160px;
    margin: 10px 0 0 auto;
	background-position: top;
	}*/
	#work .bg{
		border-radius: 20px;
		width: 100%;
		padding: 30px 20px 30px;
	}
	#work .question-area{
		/*padding: 50px 0px 10px;*/
		/*background-image: url(../img/bg-about-sup1.png),
					url(../img/bg-about-sup2.png),
					url(../img/bg-character2.png),
					url(../img/bg-circle-blue-yellow.png),
					url(../img/bg-circle-green-pink.png);
		background-size: 100px auto,
						85px auto,
						30px auto,
						30px auto,
						40px auto;
		background-position: top 5px left 5px,
							bottom right 10px,
							bottom left 5%,
							bottom 10px left,
							top 90px right 10%;*/
	}
	#work .question-area .txt{
		width: 100%;
		text-align: left;
	}
	
	#work .question-area .txt1{
    font-size: 1.5rem;
}

	#work .question-area::before,
	#work .question-area::after{
		position: absolute;
		content: "";
		background-image: url(../img/bg-circle-green-sp2.png);
		width: 150px;
		height: 150px;
		background-size: cover;
		z-index: -1;
	}
	#work .question-area::before{
		top: -40px;
		right: -60px;
	}
	#work .question-area::after{
		bottom: -40px;
		left: -30px;
	}
	
	#work .question-area .ttl-s{
	    font-size: 2.0rem;
    background-position-x: 0px;
    padding: 0px 0px 0px 42px;
    background-position-y: 0px;
    display: inline-block;
    background-size: auto 31px;
    margin: 0 0 10px;
	}
	
#work .btn-q {
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
	letter-spacing: 0.2em;
    font-size: 1.4rem;
	 margin: 10px auto;
}
#work .btn-q a {
    display: block;
    color: #fff;
    position: relative;
}
	
#work .btn-q a::after {
    right: 10px;
}
#work .btn-q:hover{
		background-color: #25b672;
		color: #fff;
	}
#work .btn-q:hover a{
		color: #fff;
	}
#work .btn-q:hover a::after{
		color: #fff;
	}
	
	#work .venue-area .ttl-s{
	font-size: 2.0rem;
    background-position-x: 0px;
    padding: 0px 0px 0px 42px;
    background-position-y: 0px;
    display: inline-block;
    background-size: auto 31px;
    margin: 0 0 10px;
	}

/*表*/
#work .venue-area{
	position: relative;
	margin: 0 0 40px;
}

#work .venue-area .ttl-s{
	font-size: 2.6rem;
    line-height: 1.8;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: auto 26px;
    margin: 0 0 10px;
    background-image: url(../img/icon-service.svg);
    background-position-x: 5px;
    padding: 0px 0px 0px 40px;
    background-position-y: 11px;
}

#work table th {/*table内のthに対して*/
  padding: 15px;/*上下左右10pxずつ*/
}

#work table td {/*table内のtdに対して*/
  padding: 20px 10px;/*上下3pxで左右10px*/
}

#work table {
  border-collapse: collapse;
  width: 100%;
  margin: 0px auto 20px;
}

#work .block-area{
	margin: 0px 0px;
}

	
#work .scroll-table {
  overflow: auto;
  white-space: nowrap;
}
}

/*挨拶*/
#work .bg-1{
	/*background-color: ;*/
}
#work .greeting-area{
	position: relative;
	margin: 0 0 60px;
}

#work .greeting-area .txt{
	padding: 0px 0 20px;
}

#work .greeting-area .name{
	text-align: right;
	padding: 10px 15px 0;
	font-weight: 700;
}

#work .greeting-area::after{
	position: absolute;
	content: "";
	background-image: url(../img/bg-circle-double-green4.png);
    width: 90px;
    height: 70px;
    left: -60px;
    top: -40px;
}

@media screen and (max-width: 768px){
#work .greeting-area::after{
    left: -40px;
    top: -50px;
}
	#work .greeting-area{
	margin: 30px 0 50px;
}

	#work .greeting-area .name{
	text-align: right;
	padding: 10px 0px 0;
}
}

/*2023.12月修正*/
.toplink-area {
    padding: 0px 0 100px;
    position: relative;
}


.insta {
    width: 700px;
    margin: 30px auto;
    position: relative;
    text-align: center;
    left: 35px;
}

.insta a img {
    width: auto;
    height: 55px;
    position: absolute;
    left: 95px;
}

.insta .ttl-txt {
    font-weight: 600;
    line-height: 2;
}

.insta .c-marker {
    background: -webkit-linear-gradient(left, rgb(255,241,127) 100%, transparent 50%);
}

.link-overview{
	margin: 20px 0 0;
}

.link-overview img{
	width: 99%;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	.toplink-area {
    	padding: 0px 0 30px;
	}
	
	.toplink-area .sp-display-b {
    	display: block;
    	width: 100%;
	}
	
	.insta {
    	width: 100%;
    	margin: 10px auto;
		align-items: center;
    	position: relative;
    	text-align: left;
		display: flex;
    	left: 0px;
	}

	.insta a img {
    	width: auto;
    	height: 55px;
    	position: relative;
		display: flex;
    	left: -10px;
    	margin: 0px 10px;
    	text-align: center;
	}

	.insta .ttl-txt {
		font-size: 1.5rem;
    	font-weight: 600;
    	margin: 10px 0;
    	line-height: 1.6;
    	text-align: left;
	}
	
	.link-overview{
		margin: 10px auto 0;
		padding: 0 10px 0;
	}
	
	.link-overview img{
		width: 100%;
		margin: 0 auto;
	}
	
}
