@charset "UTF-8";
/* ----------------------------------------
リセット
---------------------------------------- */
/* reset*/
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, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  background: none repeat scroll 0 0;
  border: 0 none;
  font-size: 14px;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

body {
  background-color: #fff;
  color: black;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, p {
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  line-height: normal;
}

table, caption, tbody, tfoot, thead {
  margin: 0;
  outline: 0 none;
  padding: 0;
}

th, td {
  vertical-align: top;
  background: none repeat scroll 0 0;
  font-size: 14px;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

p, span {
  line-height: 150%;
  font-size: inherit;
  color: black;
}

a {
  color: black;
  font-size: inherit;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

ol, ul {
  list-style: none outside none;
}

fieldset, img {
  vertical-align: bottom;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  letter-spacing: 0;
}

hr {
  border: 0 none;
  height: 0;
  visibility: hidden;
}

select, input, textarea {
  font-size: 99%;
}

pre, code {
  font: 100% monospace;
}

/* ----------------------------------------
コンテンツ
---------------------------------------- */
/*============================
#wrapper
============================*/
div#wrapper {
  width: 100%;
  /*============================
  #header
  ============================*/
  /*============================
  #container
  ============================*/
}
div#wrapper header#header {
  background: #fafaf9;
  /*============================
  #header_inner
  ============================*/
}
div#wrapper header#header div#header_inner {
  width: 790px;
  margin: 0 auto;
}
div#wrapper header#header div#header_inner h1 {
  text-align: center;
  padding-top: 148px;
  margin-bottom: 43px;
}
div#wrapper header#header div#header_inner nav#gnavi {
  width: 100%;
  padding-bottom: 86px;
}
div#wrapper header#header div#header_inner nav#gnavi ul {
  text-align: center;
}
div#wrapper header#header div#header_inner nav#gnavi ul li {
  display: inline-block;
  *display: inline;
  width: 78px;
  *zoom: 1;
}
div#wrapper div#content_wrap {
  background: #fefefd;
  /*============================
  #main
  ============================*/
}
div#wrapper div#content_wrap div#main {
  width: 760px;
  margin: 0 auto;
  /*============================
  #content01
  ============================*/
  /*============================
  #content02
  ============================*/
}
div#wrapper div#content_wrap div#main section#content01 {
  padding-top: 86px;
  margin-bottom: 124px;
}
div#wrapper div#content_wrap div#main section#content01 h2 {
  text-align: center;
  margin-bottom: 30px;
}
div#wrapper div#content_wrap div#main section#content02 h2 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 86px;
}
div#wrapper div#content_wrap div#main section#content02 div.map {
  margin-bottom: 60px;
}
div#wrapper div#content_wrap div#main section#content02 div.address {
  text-align: left;
  width: 520px;
  margin: 0 auto;
  margin-bottom: 214px;
  /*margin-bottom: 30px;*/
}
div#wrapper div#content_wrap div#main section#content02 div.address h3 {
  text-align: center;
  margin-bottom: 25px;
}
div#wrapper div#content_wrap div#main section#content02 div.address p {
  line-height: 180%;
}
div#wrapper div#content_wrap div#main p.pagetop {
  text-align: center;
  padding-bottom: 48px;
}
div#wrapper #footer {
  background: #fafaf9;
}
div#wrapper #footer #footer_inner {
  width: 760px;
  margin: 0 auto;
  padding: 52px 0 35px;
}
div#wrapper #footer #footer_inner p {
  text-align: center;
}

/*フォームへの導線追加*/
#contents00{
  padding-top:80px;
}
#calendar{
  margin-bottom: 100px;
}
.about{
  /*margin:0 auto 214px;*/
  margin:0 auto;
  padding-bottom: 86px;
  width: 520px;
  text-align: center;
}
.about h4 {
  text-align: center;
  margin-bottom: 20px;
}
.about i:before{
  font-size: 10px;
  position: relative;
  bottom:2px;
}
.about .to_contact{
  /*text-align: left;*/
}

/*  modules */
.rollover-op:hover, a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*float*/
.fr {
  float: right;
  display: inline;
  *zoom: 1;
}

.fl {
  float: left;
  display: inline;
  *zoom: 1;
}

.cl {
  clear: both;
}

/*margin&padding*/
.am {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.mt3 {
  margin-top: 3px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb100 {
  margin-bottom: 100px;
}

.ml3 {
  margin-left: 3px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.pl3 {
  padding-left: 3px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr3 {
  padding-right: 3px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pt3 {
  padding-top: 3px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt22 {
  padding-top: 22px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb100 {
  padding-bottom: 100px;
}

.tex8 {
  font-size: 8px !important;
}

.tex10 {
  font-size: 10px;
}

.tex11 {
  font-size: 11px !important;
}

.tex12 {
  font-size: 12px !important;
}

.tex14 {
  font-size: 14px !important;
}

.tex16 {
  font-size: 16px !important;
}

.tex18 {
  font-size: 18px !important;
}

.tex20 {
  font-size: 20px !important;
}

.tex22 {
  font-size: 22px !important;
}

.tex24 {
  font-size: 24px !important;
}

.tex28 {
  font-size: 28px !important;
}

.tex30 {
  font-size: 30px !important;
}

.tex50 {
  font-size: 50px !important;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*align*/
.ac {
  text-align: center !important;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.oh {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}

.position_ab {
  position: absolute;
}

.fineindent {
  padding-left: 1em;
  text-indent: -1em;
}

.fineindent3 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.red {
  color: #AA2912;
}

.blue {
  color: #187dc1;
}

.db {
  display: block;
}

.lh135 {
  line-height: 135%;
}

.noborder {
  border: none !important;
}

.text-indent-none {
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
