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

/* info 202108 */
#infoCOVID {
	margin:30px 3% 30px 3%;
	padding:5% 10%;
	border:1px solid #CCC;
}
#infoCOVID p {
	font-size:1.2rem;
}
.incent {
	text-align:center;
}
.inleft {
	text-align:left;
}
.inright {
	text-align:right;
}

/* */

.sp_hidearea {
	display:none;
}
img {
	width:100%;
	height:auto;
}
.width30 {
	width:30%;
}
#wrapper {
	width: 100%;
	background-color: #04a19c;
	position:relative;
}
#TopTitle {
	position:absolute;
	top:17px;
	left:3%;
	width:60%;
	z-index:99999;
}
#content {
	background-color: #ffffff;
	text-align:center;
}
h1 {
	font-size:1.6rem;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #04a19c;
	font-family: "Noto Sans JP";
	padding:5px 3%;
}
/*#telBox {
	width:35%;
	position:absolute;
	top: 0;
	right:0;
	line-height:0.1;
	z-index:10000;
	padding-top:10px;
}*/
ul#nav {
	position:absolute;
	top: 370px;/*400px;*/
	left:50px;
/*	position: fixed;
	bottom: 50px;
	left: 50%;
	transform: translate(-500px, -50%);*/
}
ul#nav li {
	font-size:1.8rem;
	line-height:1.2;
	margin-bottom: 14px;
	
	font-family: "Noto Sans JP";
}
ul#nav a {
	color: #ffffff;	
}
ul#nav a::after {
  border-bottom: solid 1px #ffffff;
  bottom: 0;
  content: "";
  display: block;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  width: 0;
  vertical-align: bottom;
}
ul#nav a:hover::after {
  width: 100%;
}


#newsbox {
	padding:15px 3%;
	width:94%;
	height:150px;
	background-color:#D7EAE9;
	overflow:hidden;
	overflow-y:scroll;
}
#newsbox h3 {
	padding: 0 10% 10px 8%;
	font-family: "Noto Sans JP";
	font-size:1.5rem;
	font-weight:bolder;
}
#newsbox ul {
	width:80%;
	padding: 0 10%;
}
#newsbox li {
	padding-left:1em;
	text-indent:-1em;
	width:100%;
	padding: 0;
	margin-bottom:10px;
	font-size:1.4rem;
	text-align:left;
}
#newsbox li a {
	color:#221814;
}
#newsbox li a:hover {
	text-decoration:underline;
}

h2.topword {
	font-family: "Sawarabi Mincho";
	font-size: 3.0rem;
	color: #04a19c;
	padding:30px 0;
	letter-spacing:-0.1em;
}
h2.subtitle {
	font-family: "Noto Sans JP";
	font-size:3.0rem;
	color: #04a19c;
	padding:30px 0;
	letter-spacing:-0.1em;
}
#content h3 {
	font-family: "Sawarabi Mincho";
	text-align:center;
	font-size:1.8rem;
	color:#666;
	line-height:1.8;
}
.topbox {
	padding:50px 3% 0;
	width: 94%;
}



.photobox {
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-bottom:30px;
}
.photobox div {
	width:20%;
	margin-right:10px;
}
.photobox img {
	width:100%;
	height:auto;	
	box-shadow: 7px 7px 7px 2px rgba(0, 0, 0, .4);
}
footer {
	display:block;
	width: 100%　
	margin:0 auto;
	padding:20px 0 100px;
	background-color:#6f5649;
}
footer p ,
footer a {
	text-align:center;
	color:#ffffff;
}

#telBoxSp {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding-top:5px;
	background-color:#6f5649;
}
 
#telBoxSp img {
    width: 40%;
	height:auto;
}

#contentbox {
	margin:0 3%;
	overflow:hidden;
}

#contentbox h3 {
	clear:left;
	text-align:left;
	margin-bottom:10px;
	font-family: "Noto Sans JP";
}
#contentbox ul {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
#contentbox li {
	width:48%;
	float:left;
	margin-left:2%;
	margin-bottom:20px;
}
#contentbox li.kmew {
	width:100%;
}
#contentbox li img {
	width:100%;
}
#contentbox li.halfphoto {
	width:23%;
}
.areabox {
	margin:30px 0 0;
}
.areabox h3 , .areabox h4 {
	font-weight:bold;
}
#content #contentbox li.three {
	width:30%;
}
/*
info  asc----------------------------*/

/*#infobox {
	margin:20px 3%;
}*/
#link {
	overflow:hidden;
	width: valc(90% -2px);
	margin:20px 0 30px;
	padding:5% 5% 0;
	background-color:#F8F8F8;
	border: 1px solid #CCC;
	border-radius: 10px
}
#link h2 , #link  li {
	text-align:left;
}
#link li {
	line-height:1.3;
	width:100%;
}
#link ul li ul li {
	width:45%;
	margin-right:3%;
}
#link ul {
	margin-bottom:0;
}
#link ul ul {
	margin-bottom:10px;
}
#link li a {
	color:#333;	
}
#link li a:hover {
	text-decoration:underline;
} 
#infobox p.mail {
	text-align:center;
}
#infobox h3 {
	margin-top:30px;
}
#infobox table {
	border-collapse:collapse;
	margin-bottom:30px;
	margin-top:10px;
	background-color:#E2E2E2;
}
#infobox table th,#infobox table td {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:15px 0;
	vertical-align:top;
}
#infobox table th.hosoku {
	background-color:#fff;
}
#infobox table {
	width:100%;
}
#infobox table th {
	width:25%;
}
#infobox table td {
	width:75%;
	text-align:left;
}
table#ascform th.textbox01 {
	border-bottom:none;
	padding:15px 0 0 3%;
	text-align:left;
}
table#ascform th.textbox02 {
	border-top:none;
	padding-top:5px;
}
table#ascform textarea.textbox02b {
	width:94%;
	margin:0 3%;
	height:70px;
}
table#ascform input.text {
	width:95%;
	height:1.6em;
}
input {
	font-size:1.6rem;
}
input.mgl20 {
	margin-left:2em;
}
#map {
	margin-bottom:20px;
}
.mgl {
	margin-left:20px; 
}
input.btnsub {
	font-size:1.6rem;
	border:1px solid #CCC;
	padding:0 15px;
	margin-left:20px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
img.aboutimg {
	width:100%;
	margin-bottom:30px;
}
/* 
------blog------------------------------------------------------*/
#blog {
	margin:30px 0;
	text-align:center;
}
#blog img {
	width:100%;
	height:auto;
	margin:0 auto 20px;
}
#blog img.img50 {
	width:50%;
	height:auto;
	margin:0 25% 20px 25%;
}
#blog h2 {
	text-align:center;
	line-height:2.2;
	font-size:1.6rem;
	border:1px solid #CCC;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	margin-bottom:30px;
	font-weight:bold;
}
#blog h3 {
	font-weight:bold;
	text-align:left;
	font-family: "Noto Sans JP";
	line-height:1.4;
	font-size:2.2rem;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}

#blog p {
	text-align:left;
	font-family: "Noto Sans JP";
	line-height:1.8;
	font-size:1.8rem;
}
/* 
------PageTop------------------------------------------------------*/
#pagetop {
	display:none;
	position:fixed;
	bottom:8%;
	right:5%;
	z-index:9999999;
}
#pagetop a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=80);
}

/* 
----------------------------------------------------------*/
.youtubeIn {
	width:100%;
	height:200px;
}