@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

* {
  box-sizing: border-box; }

* a {
  color: #222222;
  text-decoration: none; }

* img {
  display: block;
  max-width: 100%;
  height: auto; }

.clr:after {
  display: block;
  clear: both;
  content: ''; }

.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.carousel {
  margin-top: 20px; }
  .carousel li:focus {
    outline: none; }
  .carousel li img {
    height: 100px !important;
    width: auto !important;
    max-width: inherit !important; }

html, body {
  height: 100%; }

body {
  color: #222222;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  background: #f5f4f2; }

/* #header */
#header {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0152CE; }
  #header #logo {
    float: left; }
    #header #logo a {
      display: block;
      text-indent: -9999px;
      background: url(../images/logo.png) 0 0 no-repeat;
      width: 248px;
      height: 66px; }
  #header .menu-btn {
    display: none; }
  #header #global-menu {
    float: right; }
    #header #global-menu ul {
      padding-top: 40px; }
      #header #global-menu ul li {
        float: left;
        margin-left: 40px; }
        #header #global-menu ul li a {
          display: block;
          text-indent: -9999px;
          color: #ffffff;
          font-size: 1.154em;
          -webkit-transition: all ease .3s;
          transition: all ease .3s;
          background-image: url(../images/g-menu-1.png);
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 85px;
          height: 14px; }
          #header #global-menu ul li a:hover {
            opacity: .8; }
      #header #global-menu ul li + li a {
        background-image: url(../images/g-menu-2.png);
        width: 72px; }
      #header #global-menu ul li + li + li a {
        background-image: url(../images/g-menu-3.png);
        width: 73px; }
      #header #global-menu ul li + li + li + li a {
        background-image: url(../images/g-menu-4.png);
        width: 105px; }
      #header #global-menu ul li + li + li + li + li a {
        background-image: url(../images/g-menu-5.png);
        width: 91px; }

/* #contents */
#contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  position: relative; }
  #contents #message {
    float: right;
    margin-top: 40px;
    margin-bottom: 20px; }
  #contents #rinen {
    clear: both;
    float: right;
    width: 50%; }
    #contents #rinen ul li {
      margin-bottom: 20px; }
      #contents #rinen ul li:last-child {
        margin-bottom: 0; }
  #contents #facebook {
    clear: both;
    float: right;
    width: 50%; }
  #contents .sp-banner {
    display: none; }
  #contents #bg {
    margin-left: -200px;
    background: url(../images/bg.png) 0 bottom no-repeat;
    width: 100%;
    min-height: 100%;
    height: 1350px; }
  #contents #footer-menu {
    clear: both;
    float: right;
    margin-top: 20px; }
    #contents #footer-menu li {
      text-align: right; }
      #contents #footer-menu li a {
        text-decoration: underline; }
        #contents #footer-menu li a:hover {
          color: #999; }
      #contents #footer-menu li small {
        color: #aaa; }

.entry {
  float: right;
  width: 50%;
  margin-top: 40px; }
  .entry.uc p {
    font-size: 20px;
    text-align: center;
    padding-top: 180px; }
  .entry h2 {
    margin-bottom: 20px; }
  .entry h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5; }
    .entry h3 i {
      display: inline-block;
      color: #ffffff;
      font-size: 20px;
      text-align: center;
      background: #de3c3c;
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-right: 10px;
      border-radius: 35px; }
    .entry h3 span {
      color: #de3c3c;
      font-size: 24px; }
  .entry .promise-content h3 {
    letter-spacing: 1px; }
  .entry p {
    font-size: 15px;
    margin-bottom: 15px; }
  .entry #map iframe {
    width: 100%; }

#activity {
  margin-top: 40px; }
  #activity h2 {
    margin-bottom: 40px; }
    #activity h2 img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  #activity .activity-content ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
    #activity .activity-content ul li:nth-child(4n) {
      margin-right: 0; }
  
  #contact .require{

    color: red;

  }

  #contact dl{

    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    overflow: hidden;

  }

    #contact dt{

      width: 100%;
      font-weight: bold;

    }

    #contact dd{

      width: 100%;

    }

      #contact dd input{

        width: 100%;
        height: 40px;
        padding: 8px;
        border: 1px solid #e5e5e5;

      }

      #contact dd textarea{

        width: 100%;
        height: 120px;
        padding: 8px;
        border: 1px solid #e5e5e5;

      }

      #contact #submit{

        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border: none;
        padding: 12px 20px;
        background: #0152CE;

      }

/* Responsive */
@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  #header {
    padding-bottom: 0; }
    #header .container {
      padding-left: 0;
      padding-right: 0; }
    #header #logo {
      padding-left: 20px; }
      #header #logo a {
        margin-left: auto;
        margin-right: auto; }
    #header .menu-btn {
      float: right;
      display: block;
      margin-top: 25px;
      margin-right: 20px;
      text-align: center;
      font-weight: bold;
      padding: 7px 20px;
      background: #ffffff;
      border: 1px solid #d5d5d5;
      border-radius: 5px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); }
    #header #global-menu {
      clear: both;
      float: none;
      display: block;
      width: 100%;
      padding-top: 30px; }
      #header #global-menu ul {
        display: none;
        overflow: hidden;
        background: #0000bf;
        padding-top: 0; }
        #header #global-menu ul li {
          width: 50%;
          margin: 0;
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          #header #global-menu ul li:nth-child(2n) {
            border-right: none; }
          #header #global-menu ul li a {
            width: 100%;
            height: 100%;
            background-position: center;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-left: auto;
            margin-right: auto; }
  #contents {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    #contents #message {
      float: none;
      margin-bottom: 40px; }
    #contents #rinen {
      float: none;
      width: 100%; }
      #contents #rinen ul {
        overflow: hidden; }
        #contents #rinen ul li img {
          display: block;
          max-width: 100% !important;
          height: auto !important;
          margin-left: auto;
          margin-right: auto; }
    #contents #facebook {
      float: none;
      width: 100%;
      padding-bottom: 80px; }
      #contents #facebook img {
        margin-left: auto;
        margin-right: auto; }
      #contents #facebook #fb-wrap {
        width: 480px;
        margin-left: auto;
        margin-right: auto; }
        #contents #facebook #fb-wrap iframe {
          width: 100% !important; }
    #contents #footer-menu {
      float: none;
      padding-bottom: 40px; }
      #contents #footer-menu li {
        text-align: center; }
    #contents .sp-banner {
      display: block;
      margin-top: 40px; }
      #contents .sp-banner img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    #contents #bg {
      display: none; }
  .entry {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px; }
    .entry.uc p {
      font-size: 20px;
      text-align: center; } }

@media only screen and (max-width: 468px) {
  #header #logo {
    float: none;
    padding-left: 0; }
  #header .menu-btn {
    float: none;
    margin-left: 20px;
    margin-right: 20px; }
  #contents #facebook #fb-wrap {
    width: 100%; }
  #activity .activity-content ul {
    width: 100%; }
    #activity .activity-content ul li {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
      #activity .activity-content ul li img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
