@charset "utf-8";

body {

	margin: 0;
	font-family: sans-serif;
	color: #444;
	line-height: 1.7;
    background-image:url("../img/ph5.jpg");
background-position: center;
background-size: cover;
min-height: 100vh;
}
.container {
	margin: 0 auto 0 auto;
	max-width: 1000px;
	padding: 0 10;
}

/* レイアウト */

header {
	text-align: center;
background:  #ff9106;
}

nav {
	background: #ffc34d;
}

main {
	padding: 30px;
}

footer {
	padding: 20px 16px 10px 16px;
	background-color: #ffc34d;
    text-align: center;
}


.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;
}




/* ※06ナビゲーションバー */

.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: #8b0000;
}

@media only screen and (min-width: 768px) {

	/* ナビゲーション */
	.hamburger {
		display: none;
	}
	.navbar {
		display: flex !important;
	/* justify-content: xxx; */
	}

}


/* tittle見出し */
h1 {text-align: center;
	margin: 0;
	color: black;
}

h2 { color: aliceblue;
padding: .25em 0 .25em .75em;
border-left: 6px solid #dc143c;
margin-bottom: 15px;
	background-color: black;
}

h3 {
padding-bottom: .5em;
border-bottom: 1px solid #dc143c;
color:white;
font-size: 120%;
}

/* 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:#66cc00;
}

/* テキスト color */
.brown {
	font-weight: bold;
	color: #663300;
}

.pink {
	font-weight: bold;
	color: #cc3399;
    font-size: 120%;
}
midori{
font-weight: bold;	
color:lightpink;
font-size:24px; 
	
}


/* 写真を横に並べるボックス */
.bigbox {
  display: flex;
  justify-content: flex-start;
	flex-wrap: wrap;
}

.item {
  width: 280px;
}

.bigbox .item {
  margin: 10px
}

.item-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}



/* 画像へテキストの回り込み */
img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

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 { background-color: aquamarine;
	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;
}

/* google mapをレスポンシブにする */
.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%;
}



p{background-color:black;
color:white;
padding:10px;}
.kage3 {
box-shadow: 3px 3px 10px black;
}
.mo8{
width: 300px;
height: 220px;
margin: 0 auto;
overflow: hidden;
}
.mo8 img{
width: 100%;
cursor: pointer;
transition-duration: 0.5s;
}
.mo8:hover img{
transform: rotateY( 360deg );
transition-duration: 0.5s;
}
.ggy {
position: relative;
width: 100%;
padding-top: 100%; /* = height ÷ width × 100 */
	align-self: center;
}
.ggy iframe {
top: 0;
left: 0;
width: 100%;
height: 75%;
position: absolute
}


.map-box {
margin: 0 auto;
max-width: 700px;
}