@charset "utf-8";

body {
	margin: 0;
	font-family: sans-serif;
	color: #444;
	line-height: 1.7;
}
.container {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 0 10px;
}


/* レイアウト */

header {
background-color: cadetblue;
 font-family: "Chewy", serif;
}

nav {
	background-color: palevioletred;
}

main {
	padding: 30px;
     font-family: "Merienda", serif;
    font-weight: bold;
}

footer {
	padding: 20px 16px 10px 16px;
	background-color: #008080;
}


.copyright {
	margin: 0;
	color: #fff;
	text-align: center;
}


/* ヘッダー内のアイテムを横並び */
.header-inner {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hamburger {
	border: none;
	width: 50px;
	height: 50px;
	background: url(../images/btn.png) no-repeat;
	background-size: contain;
}

.navbar {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.navbar li a {
	display: block;
	padding: 10px 40px;
	color: #fff;
	text-decoration: none;
}
.navbar li a:hover {
	background: #87cefa;
}

@media only screen and (min-width: 768px) {

	/* ナビゲーション */
	.hamburger {
		display: none;
	}
	.navbar {
		display: flex !important;
	/* justify-content: xxx; */
	}

}
h1 {
	margin: 0;
	color: #fff;
    font-family: "Orbitron", serif;
}

h2 {
padding: 0.5em 1em;
margin: 2em 0;
color: #00BCD4;
background: #e4fcff;
border-top: solid 6px #1dc1d6;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
text-align: center;
}

h5 {
margin-bottom: 0.2rem;
padding: 0.2rem;
border-bottom: 10px double;
background-color:cornflowerblue;
color: white;
font-weight: bold;
font-size: 24px;
text-align: center;
}

h4{
position: relative;
padding: 0.3em 0.7em;
background: #007bbb;
color:#ffffff;
font-size: 24px;
text-align: center;
}

h4:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #007bbb;
width: 10px;
height: 10px;
font-family: fantasy;
    
}


.box5 p {
/*margin: 0;
padding: 0;*/
    color: #007199;
    border-bottom: solid 6px #00afcc;
    font-size: 20px;
}

h3 {
padding: .25em 0 .25em .75em;
border-left: 6px solid #87cefa;
margin-bottom: 15px;
}
/* link color */
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#3399ff;
}

a:hover, a:active{
outline: none;
color:#fff;
}

.brown {
	font-weight: bold;
	color: #87cefa;
}

.pink {
	font-weight: bold;
	color: #87cefa;
    font-size: 120%;
}

.bigbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.item {
    width: 280px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
    padding: 6px;
}

.bigbox .item {
  margin: 10px
}

.item-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #87cefa;
}

/*p{color:dimgray;}*/



/* 画像へテキストの回り込み */
img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
filter: drop-shadow(2px 4px 8px gray);
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

@media only screen and (max-width:767px){
img.alignright, img.alignleft{
display:block;margin:5px auto;
}
.alignright,.alignleft{
float:none;
}
}

/* 写真がはみ出たとき */
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}



/* 画像をレスポンシブにする */
img{
max-width:100%;
height:auto;
}



/* テーブル */
table {
	width: 90%;
	margin-bottom: 1em;
	margin-top: 2em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #fff0f5;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

..kage6 {
box-shadow: 3px 3px 8px gray;
}

.box2{
padding: 8px 19px;
margin: 2em 0;
color: #2c2c2f;
background: #ffe4e1;
border-top: solid 5px #f09199;
border-bottom: solid 5px #f09199;
}
.box2 p {
margin: 0;
padding: 0;
}
.kage7 {
filter: drop-shadow(2px 4px 8px gray);
}

.txt{font-size:20px;
font-family: "Delius Swash Caps", serif;}
.kage0 {
box-shadow: 5px 5px 10px gray;
padding: 10px;
border: solid 1px #666;
}
.box10 {
padding: 10px;
color: #364e96;
background: #eaf3ff;
border-bottom: solid 3px #516ab6;
font font-size: px;
}