﻿body {
	background-color: #1EA2F9;
	text-align:center;
	color:#ffffff;
}

header{
	background-image:url("../images/bg_head.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

header h1{
	font-size:14px;
	color:#ffffff;
	padding-top:5px;
}

nav{
	height:50px;
	color:#ffffff;
	background:#333333;
	text-align:center;
}

nav ul{
	display:inline-block;
}

li{
	float:left;
	padding:15px 20px;
	font-size:18px;
}

li a{
	color:#ffffff;
	text-decoration: none;
}

article header{
	background:#0680df;
	width:100%;
}

footer{
	color:#ffffff;
	background:#333333;
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 0px;
}

dt{
	padding:5px;
}

dd{
	padding:2px;
}

h2{
	background:#117bcf;
	margin:10px;
	padding:10px 5px 5px 5px;
	font-size:18px;
}

section dl{
	border:2px solid #117bcf;
	margin:10px;
}

section dt{
	font-size:20px;
	font-weight:bold;
	background-color:#117bcf;
}

section dd{
	color:#000000;
	background-color:#ffffff;
	padding:3px;
	font-size:18px;
}

.red{
	color:red;
	font-weight:bold;
	font-size:20px;
}

section ul{
	list-style-type:square;
}

section li{
	clear:both;
	text-align:left;
	padding:0;
	margin:5px 0px;
	font-size:20px;
}

h3{
	background:#117bcf;
	padding:10px 5px 5px 5px;
	font-size:20px;
	text-align:left;
}

.wi{
	width:100%;
}

.swi{
	width:100%;
	height:80px;
	object-fit: cover;
}

.wi80{
	width:60%;
	display:inline-block;
}

.wi70{
	width:70%;
}

.wi50{
	width:45%;
	margin:10px 10px 10px 0px;
}

.wi30{
	width:30%;
}

.wi20{
	width:20%;
}

.left{
	float:left;
}

.fi{
	margin:10px;
}

.p0{
	font-size:28px;
	text-align:center;
	padding:20px 10px 10px 10px;
	background-color:#1EA2F9;
}

.p1{
	font-size:20px;
	text-align:left;
	padding:20px 10px 10px 10px;
}

.pp1{
	text-align:left;
	padding:20px 10px 0px 10px;
}

.pp2{
	text-align:left;
	margin:5px 0px 10px 20px;
}

.p2{
	text-align:left;
	font-size:20px;
}

.p3{
	text-align:left;
	margin:10px 10px;
	font-size:18px;
}

.p4{
	text-align:left;
	margin:5px 20px 5px 20px;
	font-size:18px;
	color:#000000;
}

.p5{
	text-align:left;
	margin:5px 20px 5px 20px;
	font-size:20px;
}

.bgc{
	background-color:#ffffff;
	margin:0px 20px 0px 0px;
	padding:0px 0px 10px 0px;
	width:100%;
}

.pp{
	text-align:center;
	font-size:22px;
	margin:10px;
}

.pp strong{
	font-size:28px;
	font-weight: normal;
}

.as{
	margin:10px;
	width:auto;
}

.au{
	width:auto;
}

.fi2{
	width:50px;
	height:50px;
}

fi3{
	padding:5px 5px 5px 5px;
}

.fi4{
	margin:10px;
}

.fi5{
	visibility:hidden;
	height:0;
}

.right{
	float:right;
	margin:5px;
}

.right1{
	float:right;
}

.right2{
	float:right;
	margin:5px;
}

.blue{
	background-color:#117bcf;
	margin:20px 0px 0px 20px;
}

#PageTopBtn {
position: fixed;
bottom: 70px;
right: 50px;
}

#PageTopBtn a {
display: block;
text-decoration: none;
color: #fff;
background:#ffffff;
text-align: center;
border-radius: 20%;
outline: none;
}

#PageTopBtn a:hover {
text-decoration: none; 
background: #b3b3b3;
}

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

header{
	background-image:url("../images/bg_head.jpg");
	width: 100%;
	background-size: cover;
}

header h1{
	visibility:hidden;
	height:0;
}

header img{
	width:100%;
}

nav{
	height:36px;
	color:#ffffff;
	background:#333333;
	text-align:center;
}

ul{
	width:100%;
	display:inline-block;
	text-align:center;
}

li{
	font-size:14px;
	display:inline-block;
	padding:10px 0px 0px 0px;
	width:16.6%;
}

article header h1{
	visibility:visible;
}

section ul{
	width:100%;
}

section li{
	width:100%;
	margin:5px 0px 0px 20px;
	font-size:16px;
}

.p0{
	font-size:20px;
	text-align:center;
	padding:10px 10px 10px 10px;
	background-color:#1EA2F9;
	height:auto;
}

.p1{
	padding:10px 10px 10px 10px;
	height:auto;
}

.p2{
	text-align:left;
	font-size:18px;
}

.wi80{
	width:80%;
}

.fi{
	max-width:100%;
	margin:10px 0px;
}

.fi4{
	margin:10px 0px;
	max-width:100%;
}

.fi5{
	margin:10px 0px;
	max-width:100%;
	height:auto;
	visibility:visible;
}

.left{
	clear:both;
	width:100%;
}

.right1{
	clear:both;
	width:100%;
}

.blue{
	background-color:#117bcf;
	margin:20px 0px 0px 5px;
	width:96%;
}

figure .swi{
  width: 100%;
  height: 50px;
  object-fit: cover; /* 画像の切り抜きはこの一行を追加するだけ！ */
}

.as{
	margin:3px;
}

.right2{
	margin:2px;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


@media (min-width: 768px) {
#PageTopBtn {
font-size: 25px;
position: fixed;
bottom: 70px;
right: 8px;
}

#PageTopBtn img{
	width:50px;
	height:50px;
}

#PageTopBtn a {
width: 50px;
height: 50px;
padding: 2px 0 0 0;
}

}

@media (max-width: 767px) {
#PageTopBtn {
font-size: 25px;
position: fixed;
bottom: 70px;
right: 8px;
}

#PageTopBtn a {
width: 50px;
height: 50px;
padding: 2px 0 0 0;
}

#PageTopBtn img{
	width:50px;
	height:50px;
}
}

@media (max-width: 380px) {
li{

	font-size:11.9px;
	display:inline-block;
	padding:10px 0px 0px 0px;
	width:16.6%;
}
}
