﻿.wrap {
  margin: 2em 0;
  padding: 0;
}

.wrap label {
  display: block;
  padding : 8px;
  color: #fff;
  font-weight: bold;
  background: #999;
  cursor: pointer;
}

.wrap input[type=checkbox] {
  display: none;
}

.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.switch:checked + .content {
  height: auto;
  padding: 8px;
  background: #f7f7f7;
}

#pic img {
	width: 100%;
	max-width: 960px;
	vertical-align: middle;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

#contents h1 {
	text-align: left;
	padding-left: 5px;
}


#contents h2 {
	text-align: left;
	padding-left: 10px;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ededed;
	padding-top: 25px;
}

#contents h3 {
	text-align: left;
	padding-left: 15px;
	margin-top: 0px;
}

#contents h4 {
	text-align: left;
	margin-left: 35px;
}

#contents p {
	text-align: left;
	margin-left: 35px;
}

#contents #footer {
	text-align: center;
	padding-bottom: 10px;
}




#contents .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
#contents .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media screen and (min-width: 1000px) {
	/* 960px以上に適用されるCSS（PC用） */
 body {
	background-color: #bddfed;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	color: #444;
	line-height: 1;
 }


 #main {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 5px;
	background-color: #FFF;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
 }	
} 
