@charset "utf-8";

/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display: block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
header .mainnav a {
	display: block;
}
header .mainnav a:hover {
	color: #000;
	font-weight: bold;
}
ul {
	list-style: none;
}

/*　base　*/
* {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}
body {
	background-color: #fff;
}
section {
	padding-top: 2em;
	overflow: hidden;
}
section.insta {
	padding: 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
section.insta p {
margin-top:1.2em
}
/*
section.insta img {
	width: 33.333333%;
	float: left;
}
*/
#wrapper,
footer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	clear: both;
}
header {
	width: 100%;
	max-width: 1000px;
	margin: 1em auto;
	text-align: center;
	background-image: url(../img/850s.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 3px solid #666;
}
footer {
	text-align: center;
	padding: 2em;
	border-top: 3px solid #666;
}
footer p {
	margin-top: 1em;
}
h1 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 160%;
	margin-bottom: 0.5em;
	letter-spacing: -0.1em;
}
img.logo {
	max-width: 200px;
}
.mainnav {
	width: 100%;
	max-width: 1000px;
	border-top: 3px solid #666;
	margin-top: 0.5em;
}
.mainnav ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	text-align: center;
}
.mainnav li {
	display: table-cell;
}
.mainnav li img {
	width: 30%;
	margin-top: 0.5em;
}
.clear {
	clear: both;
}
address {
	font-size: small;
}
.content {
	padding-bottom: 2em;
	background-image: url(../img/850s.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.content-1{
	margin-bottom: 5em;
}
.content-1,
.content-2 {
	width: 100%;
	float: left;
}
.content-1 p,
.content-2 p {
	margin-top: 0.5em;
}
.cntr {
	text-align: center;
}
.content-2-inner {
	width: 50%;
	float: left;
}
.content-2-inner img {
	width: 100%;
	display: block;
}
.none-pc {
	display: none;
}
.line1 {
	background-image: url(../img/850s-u.png);
	background-repeat: repeat-x;
	background-position: top;
}
.logoarea {
	display: block;
	margin: 1em;
	font-size: 180%;
}
#home img.cap {
	max-width: 100%;
}

/* info */
/* access */
#access section.content,
#info section.content {
	padding: 0 0 2em 0;
}
#access .content-1,
#access .content-2,
#info .content-1,
#info .content-2 {
	width: 100%;
	padding: 1em;
}
#access h1 img,
#contact h1 img,
#info h1 img {
	width: 40%;
}
#access h2 {
	border: none !important;
}
#info h2 {
	font-size: 100%;
}
.bldgimg {
	width: 50%;
	margin-top: 5em;
}

/*　contact　*/
.formhome {
	display: inline-block;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #999;
}
.content-form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-image: url(../img/850s.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* -----------------------------------------------
 sp
-----------------------------------------------　*/

/* 1000px */
@media screen and (max-width:1000px) {
h2 {
	padding-left: 10px;
}
.content-1,
.content-2 {
	width: 100%;
	padding: 10px;
}
}

/* 572px */
@media screen and (max-width:572px) {
.mainnav li img {
	width: 100%;
}
h2 {
	font-size: 130%;
	padding-left: 10px;
}
.content-1,
.content-2 {
	width: 100%;
	padding: 10px;
}
.none-sp {
	display: none;
}
.none-pc {
	display: block;
}
#home img.cap {
	width: 100%;
	max-width: 100%;
}
#access h1 img,
#contact h1 img,
#info h1 img {
	width: 100%;
	max-width: 100%;
}
.map {
	max-width: 100%;
}
}
