﻿@charset "utf-8";

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	本体
------------------------------------------------------------*/
body {
 margin:0px;
 padding:0px;
 text-align:center;
 background: url(image/back_logo.gif);
}

html {
 box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー部分
------------------------------------------------------------*/

header {
 width: 100%;
 height: 21px;
 background: #ffffff;
}

header p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 font-weight: bold;
 color: #000000;
}

#header_back {
 width: 100%;
 height: 150px;
 background: #fff2c1;
}

#head_image {
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 width: 1080px;
 height: 150px;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/

nav {
 margin-top: 5px;
 margin-left:auto;
 margin-right: auto;
 box-sizing: border-box;
 width: 1080px;
}

nav ul {
 list-style-type: none;
}

nav ul li {
 float: left;
 width: 214px;
 background: -webkit-gradient(linear, left top, left bottom, from(#b59100),to(#ffeca2));
 background: -webkit-linear-gradient(top,#b59100,#ffeca2);
 background: -ms-linear-gradient(top,#b59100,#ffeca2);
 filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb59100',endColorstr='#ffffeca2', GradientType=0 );
 background: linear-gradient(to bottom, #b59100 0%, #ffeca2 100%);
 border: #b59100 solid 1px;
}

nav ul li a {
 display: block;
 height: 40px;
 font-family:"MSゴシック",sans-serif; 
 font-size: 18px;
 line-height: 40px;
 margin: 1px;
 color: #ffffff;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}

nav ul li a:hover {
 background-color: #00aeae;
 color: #ffffff;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#wrap {
 margin-left: auto;
 margin-right: auto;
 width: 1080px;
 height: auto;
 background: #ffffff;
}

#calendar {
 width: 1080px;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 background; #ffffff;
}

#coment {
 margin-top: 10px;
 width: 1080px;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 background; #ffffff;
}

#coment p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 14px;
 line-height: 21px;
 margin-left: 20px;
 text-align: left;
 color: #000000;
}

.fine {
 clear: both;
}

#tel_image {
 width: 1080;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 background; #ffffff;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
 margin-top: 10px;
 width: 100%;
 height: 25px;
 background: #fff2c1;
}

footer p {
 font-family:"MSゴシック",sans-serif; 
 font-size: 12px;
 line-height: 25px;
 text-align: center;
 color: #000000;
 font-weight: bold;
}