@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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

img, textarea {
  vertical-align: bottom; }

html {
  font-size: 62.5%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

a, a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* ----------------------------------------------------------
	共通	
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #F5F5F5;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }

a {
  color: #000000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

img {
	max-width: 100%;
	height: auto;
	text-align: center;
}


/* ----------------------------------------------------------
	ヘッダー	
---------------------------------------------------------- */
header {
  margin: 0 auto 10px;
  box-shadow: 0 3px 2px 0 rgba(200, 200, 200, 0.1); }
  header #headerInner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    header #headerInner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html header #headerInner {
      height: 1%; }
    header #headerInner h1 {
      float: left;
      margin: 0;
      padding: 0;
      width: 100%;
      font-weight: normal;
      font-size: 28px;
      font-size: 2.8rem; }
      header #headerInner h1 a {
        color: #E74C3C;
        text-decoration: none; }
      header #headerInner h1 img {
        vertical-align: middle;
        margin-right: 5px; }
    header #headerInner .pnav {
      position: absolute;
      top: 0;
      right: 0; }
      header #headerInner .pnav li {
        float: left;
        margin-left: 15px; }

#nav {
  background: #fff; }
  #nav #navInner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #nav #navInner:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      font-size: 0.1em; }
    * html #nav #navInner {
      height: 1%; }
    #nav #navInner #sp-menu, #nav #navInner #sp-search {
      display: none; }
    #nav #navInner #navMenu {
      width: 100%;
      padding: 0; }
      #nav #navInner #navMenu:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
        font-size: 0.1em; }
      * html #nav #navInner #navMenu {
        height: 1%; }
      #nav #navInner #navMenu .gnav {
        display: table;
        width: 100%; }
        #nav #navInner #navMenu .gnav li {
          display: table-cell; }
          #nav #navInner #navMenu .gnav li a {
            display: block;
            text-align: center; }
        #nav #navInner #navMenu .gnav li.current a {
          opacity: 0.7; }
/* ----------------------------------------------------------
	中見出し
---------------------------------------------------------- */
  .komi {
	 margin: 10px 0px 10px 0px;
	  padding: 5px;
	  background-color: #e0ffff;
	 font-size: 27px;
	 font-weight: bolder;
	 color: #2f4f4f;
	 text-align: center;
	 text-shadow: 3px 3px 3px #a9a9a9;
	 border: 1px solid #ffcc99;
}

  span {
	 color: #ff6666;
	 font-size: 16px;
	 text-align: center; 
}

/* ----------------------------------------------------------
	1カラム	
---------------------------------------------------------- */
.column1-Box {
	margin: 0 0 20px;
	text-align: center;
}
  .column1-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html .column1-Box {
    height: 1%; }
.column1-Box2 .Box503{
	margin: 0 auto 20px;
	text-align: center;
	width: 40%;
}


/* ----------------------------------------------------------
	2カラム	
---------------------------------------------------------- */
.column2-Box {
  margin: 0 0 50px; }
  .column2-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html .column2-Box {
    height: 1%; }
  .column2-Box .Box70 {
    width: 67.5%; }
  .column2-Box .Box30 {
    width: 27.5%; }
  .column2-Box .left {
    float: left; }
  .column2-Box .right {
    float: right; }

.column2-Box2 {
    margin: 0 0 20px;
    padding: 0% 5% 0 5%; }
  .column2-Box2:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   font-size: 0.1em; }
  * html .column2-Box2 {
    height: 1%; }
  .column2-Box2 .Box501 {
    width: 40%; }
  .column2-Box2 .Box502 {
    width: 40%; }
  .column2-Box2 .left {
    float: left; }
  .column2-Box2 .right {
    float: right; }

.column2-Box3 {
    margin: 0 0 50px;
    padding: 0% 5% 0 5%; }
  .column2-Box3:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
   font-size: 0.1em; }
  * html .column2-Box3 {
    height: 1%; }
  .column2-Box3 .Box60 {
    width: 57.5%; }
  .column2-Box3 .Box40 {
    width: 37.5%; }
  .column2-Box3 .left {
    float: left; }
  .column2-Box3 .right {
    float: right; }
/* ----------------------------------------------------------
	3カラム	
---------------------------------------------------------- */
.column3-Box {
  margin: 0 0 30px; }
  .column3-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html .column3-Box {
    height: 1%; }
  .column3-Box .Box {
    float: left;
    width: 32.11009%;
    margin: 0 0 0 1.83486%;
    border: 1px solid #d3d3d3; }
  .column3-Box .Box:first-child {
    margin: 0; }


/* ----------------------------------------------------------
	4カラム	
---------------------------------------------------------- */
.column4-Box {
  margin: 0 0 50px; }
  .column4-Box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html .column4-Box {
    height: 1%; }
  .column4-Box .Box {
    float: left;
    width: 22.93578%;
    margin: 0 0 0 2.75229%; }
  .column4-Box .Box:first-child {
    margin: 0; }

/* ----------------------------------------------------------
	コンテンツ	
---------------------------------------------------------- */
#main .mainInner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0; }
  #main .mainInner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #main .mainInner {
    height: 1%; }
  #main .mainInner p {
    margin-top: 10px; }
  #main .mainInner h2 {
    font-size: 32px;
    font-size: 3.2rem;
    text-align: center;
    margin-top: 10px;
    color: #92918C; }
  #main .mainInner h3 {
	font-size: 15px; 
	font-size: 1.5em;
	text-align: center;
	  background-color: #ffe4e1;
	  padding: 5px 0;
	  color: #666
}
#main .mainInner h4 {
	font-size: 12px;
	font-size:1.2em;
    text-align: center;
	color: #333;
}
#main .mainInner h5 {
	font-size: 12px;
	font-size:1.2em;
    text-align: center;
	color: #92918C;
}
#main .mainInner h6 {
	font-size: 8px;
	font-size:0.8em;
    text-align: center;
	color: #92918C;
}
#main .mainInner h7 {
	font-size: 12px;
	font-size:1.2em;
    text-align: left;
	color: #92918C;
}
#main .mainInner nedan {
	font-size: 200%;
	font-weight: bold;
}
#main .mainInner nedan2 {
	font-size: 170%;
	font-weight: bold;
}
#main .mainInner copy1 {
	font-size: 200%;
	font-weight: bold;
	color:#663300;
}
#main .mainInner span {
	text-align: center;
}
.color-Box {
  background: #EF8E39; }

.bg-Box {
  background: url(../images/bg01.png); }

/* ----------------------------------------------------------
	各コンテンツ	
---------------------------------------------------------- */
#main .mainInner .redbox {
  text-align: center;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E74C3C;
  border: #fff 5px solid;
  color: #fff;
  box-shadow: rgba(204, 204, 204, 0.2) 0px 0px 3px 3px; }
  #main .mainInner .redbox a {
    display: block;
    text-decoration: none;
    padding: 20px 25px;
    color: #fff; }
  #main .mainInner .redbox h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff; }
  #main .mainInner .redbox p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin: 25px 0 0; }

#main .mainInner .greenbox {
	text-align: center;
	min-height :300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #556b2f;
	border: #fff 5px solid;
	color: #fff;
	box-shadow: rgba(204, 204, 204, 0.2) 0px 0px 3px 3px; }
#main .mainInner .greenbox a {
	display: block;
	text-decoration: none;
	padding: 20px 25px;
	color: #fff; }
#main .mainInner .greenbox h2 {
	font-size: 30px;
	font-size: 3.0em;
	color: #fff; }
#main .mainInner .greenbox h3{
	font-size: 20px;
	font-size: 2.0em;
	color: #fff; }
#main .mainInner .greenbox p {
	font-size: 12px;
	font-size: 1.2em;
	text-align: left;
	color: #fff;
	margin: 25px 0 0; }

#main .mainInner .news {
  padding: 0 0px; }
  #main .mainInner .news:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em; }
  * html #main .mainInner .news {
    height: 1%; }
  #main .mainInner .news h2 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background-image: url(../images/line01.gif);
    background-position: bottom left;
    background-repeat: repeat-x; }
  #main .mainInner .news dl {
    margin-top: 20px;
    overflow: auto;
    height: 180px; }
    #main .mainInner .news dl dt {
      clear: both;
      float: left;
      margin: 0 20px 30px 0; }
    #main .mainInner .news dl dd {
      margin: 0 0 30px 10px; }
      #main .mainInner .news dl dd span {
        font-size: 10px;
        font-size: 1rem;
        margin-left: 10px;
        padding: 2px 20px;
        color: #fff; }
#main .mainInner .about {
	border: #ddd 1px solid;
	padding: 15px 20px;
	float: none;
}
  #main .mainInner .about h2 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background-image: url(../images/line02.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 50%; }
  #main .mainInner .about p {
    text-align: left; }
  #main .mainInner .about p.link {
    text-align: center; }
#main .mainInner .plan h2 {
  margin-bottom: 35px;
  padding-bottom: 15px; }
#main .mainInner .plan table {
  background: #fff;
  border: #fff 1px solid;
  text-align: center;
  width: 100%; }
  #main .mainInner .plan table tr:nth-child(odd) {
    background: #EEE; }
  #main .mainInner .plan table th {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    padding: 25px 10px;
    font-weight: bold;
    color: #5A1010; }
  #main .mainInner .plan table td {
    padding: 15px 10px; }
#main .mainInner .plan img {
  width: 100%; }

/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px; }

footer {
  text-align: center; }
  footer #footerInner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 40px 0 0; }
    footer #footerInner ul li {
      display: inline-block;
      margin-left: 30px; }
      footer #footerInner ul li:first-child {
        margin-left: 0; }
  footer .footerInner2 {
    background: #778899;
    color: #fff;
    padding: 20px 0; }
    footer .footerInner2 p {
      font-size: 26px;
      font-size: 2.6rem; }
    footer .footerInner2 .copy {
      font-size: 12px;
      font-size: 1.2rem; }
