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

/* info 202108 */
#infoCOVID {
	width:50%;
	margin:30px 25% 30px 15%;
	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;
}

/* */
a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
} 

.pc_hidearea {
	display:none;
}
#outer{
	width:950px;
	margin:0 auto;
	box-shadow: 0 0 8px #333333;
	background-color:#E3E6DF;
}
#wrapper {
	/*display:flex;
	justify-content: flex-end;*/
	/*width: 874px;
	padding: 26px 26px 0 50px;*/
	width:700px;/*697px;*/
	padding:26px 26px 0 224px;
	margin:0 auto;

	background-color: #04a19c;
	overflow:hidden;
	position:relative;
}
#TopTitle {
	position:absolute;
	top: 130px;/*160px;*/
	left:40px;
	z-index:10000;
}
#content {
	width:697px; /*697px;*/
	overflow:hidden;
	background-color: #ffffff;
	text-align:center;
	padding-bottom: 50px;
}
h1 {
	font-size:1.8rem;
	color:#FFFFFF;
	font-weight:bold;
	line-height:100%;
	font-family: "Noto Sans JP";
	text-shadow: 4px 4px 3px rgba(0, 0, 0, .8);
}
#telBox {
	width:197px;
	position:absolute;
	top: 26px;
	right:0;
	line-height:0.1;
	z-index:10000;
}
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: 20px;	
	font-family: "Noto Sans JP";
	text-shadow: 4px 4px 3px rgba(0, 0, 0, .4);
}
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 {
	position:absolute;
	top: 650px;
	left:30px;
}
#newsbox {
	padding:15px 0 15px 10px;
	width:165px;
	height:225px;
	background-color:#D7EAE9;
	overflow:hidden;
	overflow-y:scroll;
}
#newsbox h3 {
	font-family: "Noto Sans JP";
	font-size:1.3rem;
	font-weight:bolder;
	padding: 0 10px 10px 5px;
}
#newsbox ul {
	width:80%;
	padding: 0 10%;
}
#newsbox li {
	padding-left:1em;
	text-indent:-1em;
	width:145px;
	padding: 0;
	margin-bottom:10px;
	font-size:1.2rem;
	text-align:left;
}
#newsbox li a {
	color:#221814;
}
#newsbox li a:hover {
	text-decoration:underline;
}

h2.topword {
	font-family: "Sawarabi Mincho";
	font-size: 3.7rem;/*4.2rem;*/
	color: #04a19c;
	padding:30px 0;
	letter-spacing:-0.1em;
}
h2.subtitle {
	font-family: "Noto Sans JP";
	font-size:3.9rem;
	color: #04a19c;
	padding:30px 0;
	letter-spacing:-0.1em;
}
#content h3 {
	font-family: "Sawarabi Mincho";
	text-align:center;
	font-size:2.0rem;
	/*color:#666;*/
	line-height:2.0;
}
#content h4 {
	font-family: "Noto Sans JP";
	text-indent:3em;
	margin-top:20px;
}
.topbox {
	margin:20px;
}
.photobox {
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.photobox div {
	width:150px;
	margin-right:10px;
}
.photobox img {
	width:100%;
	height:auto;	
	box-shadow: 7px 7px 7px 2px rgba(0, 0, 0, .4);
}
#contentbox {
	padding:20px 50px;
	text-align:left;
}
.areabox {
	margin:30px 0 0;
}
#contentbox .areabox ul {
	margin-top:20px;
}
#contentbox .areabox ul.ulh4{
	margin-top:5px;
}
#content #contentbox h3 {
	text-align:left;
}
#contentbox ul {
	margin:0 0 0 30px;
	overflow:hidden;
}
#contentbox li {
	float:left;
	margin-right: 30px;
}
li.three {
	width:150px;
}
#contentbox li.sphoto3 {
	margin-right: 20px;
}
footer {
	display:block;
	width: 950px;/*1089px;*/
	margin:0 auto;
	padding:20px 0 30px;
	background-color:#6f5649;
}
footer p ,
footer a {
	text-align:center;
	color:#ffffff;
}

#telBoxSp {
	display:none;
}
#infobox {
	width:90%;
	margin:50px 5%;
}
#infobox table {
	margin:10px 0 50px;
	width:100%;
}
#infobox table th {
	width:30%;
}
#infobox table th ,
#infobox table td {
	font-weight:normal;
	font-size:1.6rem;
	line-height:1.6;
	padding:10px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
#infobox table th.hosoku {
	border-bottom: none;
	/*font-size:1.4rem;*/
}
#link {
	width:90%;
	margin:20px 0;
	padding:5%;
	background-color:#F8F8F8;
	border: 1px solid #CCC;
	border-radius: 10px;
}

#link li {
	line-height:2.0;
	width:100%;
}
#link ul li ul li {
	width:45%;
	margin-right:5%;
}
#link ul ul {
	margin-bottom:20px;
}
#link li a {
	color:#333;	
}
#link li a:hover {
	text-decoration:underline;
} 
.ascbox {
	margin:30px 0 0;
}
table#ascform {
	border-collapse: separate;
	border-spacing: 0 5px;
	width:100%;
}
table#ascform tr{
	border:none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	margin-bottom:5px;
}
table#ascform td {
	border:none;
}
table#ascform th {
	border:none;
	width:20%;
}
input {
	border:none;
}
input:focus  {
	outline: none; 
	font-size: 2.0rem;
	background-color:#E2E1D6;
}
textarea {
	width:90%;
	height:80px;
	border:none;
	background-color:#E2E1D6;
}
.mgl {
	margin-left:30px; 
}
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);
}
input.btnsub:hover {
	cursor:pointer;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
#blog {
	margin:50px 0;
	min-height:600px;
}
#blog img {
	width:100%;
	height:auto;
}
#blog img.img50 {
	width:50%;
	height:auto;
	margin-left:20px;
}
#blog .alignright {
	float:right;
	margin-left:20px;
}
#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.4;
}
/* 
------------------------------------------------------------*/
.youtubeIn {
	width:400px;
	height:224px;
}