@charset "UTF-8";

* {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px){
	.pc-hide { display: none !important;}
}
@media only screen and (max-width: 767px){
	.sp-hide { display: none !important;}
}
img {
	max-width: 100%;
	height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body {
  background: #eee;
}

/*■■■　ヘッダー　■■■*/
header {
  background: #98c4dd;
}
.hd-inner {
  width: 960px;
  margin: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}
.hd-logo a,
.hd-sub-logo a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.hd-sub-logo {
  font-size: 32px;
}
.hd-access {
	display: block;
	line-height: 1.4;
}
.hd-tel {
  font-size: 24px;
  padding-left: 30px;
  display: inline-block;
  background: url(img/tel.png) 0 50% no-repeat;
  background-size: auto 100%;
}
.hd-mail {
  font-size: 18px;
}
.main-img {
	width: 960px;
	margin: 0 auto 20px;
}
@media only screen and (min-width: 768px){
.hd-inner {
    width: 100%;
}
.main-img {
    width: 100%;
}
}

/*■■■　ナビ　■■■*/

.gnav {
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #000;
	background: #fff;
}
@media only screen and (min-width: 768px){
	.gnav-inner {
		display: block !important;
	}
}
.gnav ul {
	width: 960px;
	max-width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.gnav ul li {
	list-style: none;
	width: 16.66%;
	
}
.gnav ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}
.gnav ul li a:hover {
	opacity: .7;
	background: #ccc;
}


/*■■■　サイドバー　■■■*/

aside {
  width: 23%;
  width: calc(220px);
  float: right;	
}

/*■■■　コンテンツ　■■■*/

.content {
  width: 960px;
  margin: auto;
  padding: 50px 0;
}

main {
/*
  width: 75%;
  width: calc(100% - 240px);
  float: left;
*/
  background: #fff;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
  .content {
    width: 100%;
    box-sizing: border-box;
  }
}

.first-text {
  font-size: 30px;
}

.google-map {
 position: relative;
 padding-top: 50%;
 width: 100%;
}
.google-map iframe {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100%;
 height: 100%;
}


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
textarea {
    height: 150px;
    width: 100%;
}
@media screen and (min-width:960px) {
  
}
@media screen and (max-width:767px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}