@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

body {
  position: relative;
  background: #f2aeaa;
  font-size: 18px;
  color: #666;
  -webkit-text-size-adjust: none;
  -moz-box-shadow: -5px 0 5px #ccc;
  -webkit-box-shadow: -5px 0 5px #ccc;
  box-shadow: -5px 0 5px #ccc;
}
@media screen and (max-width: 720px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #c3677d;
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.7;
  margin: 1em 0;
}

small {
  font-size: .85em;
}

ul {
  margin: 1.5em 0 1.5em 1.5em;
  list-style: disc;
  line-height: 1.5;
}

ol {
  margin: 1.5em 0 1.5em 1.5em;
  list-style: decimal;
  line-height: 1.5;
}
ol ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

li {
  margin: .5em 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.align-right {
  text-align: right;
}

.right {
  float: right;
  margin: 0 0 1em 1.5em;
}
@media screen and (max-width: 470px) {
  .right {
    float: none;
    margin: 1em 0;
  }
}

.arrow a:after {
  content: ' 〉';
}

.wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 40px 0;
  *zoom: 1;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .wrapper {
    width: 700px;
  }
}
@media screen and (max-width: 720px) {
  .wrapper {
    width: 460px;
  }
}
@media screen and (max-width: 470px) {
  .wrapper {
    width: 300px;
  }
}

.container {
  background: #fff;
}
.container:nth-child(2n) {
  background: #fcf3f0;
}
#information .container {
  background: #fff;
  padding-top: 80px;
}
.container h1 {
  font-size: 34px;
  color: #c3677d;
  margin: 0 0 20px;
}
@media screen and (max-width: 720px) {
  .container h1 {
    font-size: 24px;
  }
}
.container h2 {
  font-size: 28px;
  margin: 1em 0 15px;
  color: #f2aeaa;
}
@media screen and (max-width: 720px) {
  .container h2 {
    font-size: 20px;
  }
}
#information .container h2 {
  margin-top: 2em;
}
.container .date {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #ccc;
  font-weight: bold;
}
.container article {
  margin-bottom: 3em;
}

#header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: -60px;
  background: #f2aeaa;
}
#information #header {
  top: 0;
}
#header .wrapper {
  padding: 0;
  *zoom: 1;
}
#header .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#header .wrapper h1 {
  float: left;
  width: 240px;
  height: 60px;
  overflow: hidden;
}
#header .wrapper h1 a {
  display: block;
  width: 240px;
  height: 60px;
  overflow: hidden;
  padding: 60px 0 0;
  background: url(../img/logo.png) no-repeat left top;
  -moz-background-size: 240px 60px;
  -o-background-size: 240px 60px;
  -webkit-background-size: 240px 60px;
  background-size: 240px 60px;
}
@media screen and (max-width: 960px) {
  #header .wrapper h1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
#header .wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .wrapper ul li {
  float: left;
  margin: 0;
  margin-left: 20px;
  font-size: 17px;
  font-weight: bold;
}
#header .wrapper ul li a {
  display: block;
  padding: 20px 0;
}
#header .wrapper ul li#nav_tel {
  margin-top: 18px;
  line-height: 1;
}
#header .wrapper ul li#nav_tel a {
  padding: 4px 5px;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 720px) {
  #header .wrapper ul li#nav_tel a {
    font-size: 20px;
  }
  #header .wrapper ul li#nav_tel a span {
    display: none;
  }
}
#header .wrapper nav {
  font-size: 20px;
  position: relative;
}
#header .wrapper nav #dropdown {
  display: none;
}
@media screen and (max-width: 960px) {
  #header .wrapper nav #dropdown {
    display: block;
    float: left;
    width: 40px;
    height: 60px;
    background: url(../img/icon_menu.png) no-repeat center center;
    -moz-background-size: 60px 60px;
    -o-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
  }
}
#header .wrapper nav ul#menu {
  margin-left: 260px;
}
@media screen and (max-width: 960px) {
  #header .wrapper nav ul#menu {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    background: #f2aeaa;
    margin-top: 60px;
    clear: both;
  }
}
#header .wrapper nav ul#tel {
  float: right;
}
@media screen and (max-width: 960px) {
  #header .wrapper nav {
    margin-top: -60px;
  }
}
#header a {
  color: #fff;
  text-decoration: none;
}

#modal {
  padding: 0;
  font-size: 18px;
}
#modal ul {
  margin: 0;
  list-style: none;
  line-height: 1;
}
#modal ul li {
  border-bottom: 1px solid #ccc;
}
#modal ul li a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #999;
}
#modal ul li a:active {
  background: #eee;
}

#pageslide {
  background: #fff url(../img/bg_pageslide.png) repeat-y right;
}

#home {
  padding-top: 0px;
}
#home #topimage {
  width: 720px;
  height: 320px;
  margin: 0 auto;
  background: url(../img/topimage.png) no-repeat left top;
  -moz-background-size: 720px 320px;
  -o-background-size: 720px 320px;
  -webkit-background-size: 720px 320px;
  background-size: 720px 320px;
}
@media screen and (max-width: 960px) {
  #home #topimage {
    width: 460px;
    height: 260px;
    -moz-background-size: 460px 204px;
    -o-background-size: 460px 204px;
    -webkit-background-size: 460px 204px;
    background-size: 460px 204px;
  }
}
@media screen and (max-width: 470px) {
  #home #topimage {
    width: 300px;
    height: 180px;
    -moz-background-size: 300px 133px;
    -o-background-size: 300px 133px;
    -webkit-background-size: 300px 133px;
    background-size: 300px 133px;
  }
}
#home #topimage h2 {
  display: none;
}
#home #topimage p {
  padding: 180px 0 0 325px;
  color: #555;
}
@media screen and (max-width: 960px) {
  #home #topimage p {
    padding: 120px 0 0 210px;
  }
}
@media screen and (max-width: 470px) {
  #home #topimage p {
    padding: 90px 0 0 110px;
  }
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.address p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .address p {
    font-size: 14px;
  }
}
.address p a {
  line-height: 1;
  font-size: 24px;
  display: inline-block;
  margin: 5px 0 0;
  padding: 5px 7px;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #666;
}
@media screen and (max-width: 470px) {
  .address p a {
    font-size: 18px;
  }
}

p.route {
  font-size: .9em;
}

section, .section {
  margin: 0 0 2em;
}

dl.news {
  margin: 1.5em 0;
  line-height: 1.5;
}
dl.news dt {
  float: left;
  clear: left;
  width: 7em;
  font-weight: bold;
  color: #f2aeaa;
}
dl.news dd {
  padding: 0 0 .8em 7em;
}
dl.news dd a {
  text-decoration: none;
  color: #666;
}
dl.news dd a:hover {
  text-decoration: underline;
}

.photo {
  *zoom: 1;
  margin: 1em 0;
}
.photo:after {
  content: "";
  display: table;
  clear: both;
}
.photo .grid4 img {
  width: 100%;
}
.photo .grid4 p {
  font-size: 12px;
  margin-top: .7em;
}
@media screen and (max-width: 960px) {
  .photo .grid4:nth-child(2n+1) {
    margin-left: 0;
  }
  .photo .grid4:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 720px) {
  .photo .grid4 {
    width: 210px;
  }
}
@media screen and (max-width: 470px) {
  .photo .grid4 {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.photo .grid3 {
  margin-bottom: 15px;
}
.photo .grid3:nth-child(4n+1) {
  margin-left: 0;
}
.photo .grid3 img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .photo .grid3:nth-child(4n+1) {
    margin-left: 15px;
  }
  .photo .grid3:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .photo .grid3:nth-child(3n+1) {
    margin-left: 15px;
  }
  .photo .grid3:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 470px) {
  .photo .grid3 {
    width: 100%;
    margin-left: 0;
  }
  .photo .grid3:nth-child(3n+1) {
    margin-left: 0;
  }
}

.grid4:nth-child(3n+1) {
  margin-left: 0;
}

img.full {
  width: 100%;
}

.half {
  width: 49%;
  float: left;
  margin-left: 2%;
}
@media screen and (max-width: 470px) {
  .half {
    width: 100%;
    margin-left: 0;
  }
}
.half.first {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .resp .half.half {
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 960px) {
  .car .half.half {
    width: 40%;
    font-size: 15px;
  }
  .car .half.half.first {
    width: 56%;
  }
}
@media screen and (max-width: 720px) {
  .car .half.half, .car .half.half.first {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.resp ul li span {
  display: inline-block;
}

.bgbox {
  background: #fff;
  padding: 10px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bgbox p {
  margin-bottom: 0;
  line-height: 1.3;
}

table.line {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  table.line {
    font-size: 16px;
  }
}
@media screen and (max-width: 470px) {
  table.line {
    font-size: 11px;
  }
}
table.line th, table.line td {
  text-align: center;
  padding: .8em .6em;
}
table.line th {
  border-bottom: 2px solid #ccc;
}
table.line th.nw {
  white-space: nowrap;
}
table.line td {
  border-bottom: 2px solid #ccc;
}
table.line td.r {
  color: #c3677d;
}

table.career {
  margin: 0 0 1.5em;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 960px) {
  table.career {
    font-size: 15px;
  }
}
@media screen and (max-width: 720px) {
  table.career {
    font-size: 15px;
    width: 90%;
  }
}
@media screen and (max-width: 470px) {
  table.career {
    font-size: 14px;
    width: 100%;
  }
}
table.career td {
  vertical-align: top;
  padding: 0 .5em 1em 0;
  border: none;
}
table.career td.r {
  text-align: right;
  padding-right: 1em;
}
table.career td.nr {
  white-space: nowrap;
}

.btn {
  margin: 10px 0 0;
}
.btn a {
  display: block;
  color: white !important;
  text-decoration: none;
  text-align: center;
  background: #c3677d;
  padding: 10px 0;
  border-radius: 8px;
}

#bottom {
  display: none;
}

#footer .wrapper {
  color: #fff;
  padding: 0;
}
#footer .wrapper #copyright {
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}
