@charset "UTF-8";
/**
function
*/
/**
mixin
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/**
function
*/
/**
mixin
*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 300;
}

body {
  width: 100%;
  color: #333333;
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pc {
  display: none !important;
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/**
header
*/
header {
  position: relative;
}

header .inner {
  position: relative;
  background-color: #fff;
  padding: 4.66667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .inner .logo {
  width: 29.33333vw;
  margin-bottom: 4vw;
}

header .inner .text {
  font-size: 3.2vw;
  line-height: 1.41667;
  text-align: center;
}

header .inner .btn {
  position: fixed;
  top: 4.66667vw;
  right: 4.66667vw;
  background: transparent url(../img/common/nav-open.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 13.33333vw;
  height: 13.33333vw;
  cursor: pointer;
  z-index: 200;
}

header.active .inner .btn {
  background-image: url(../img/common/nav-close.png);
}

header.active .drawr {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .drawr {
  display: block;
  background-color: #219363;
  position: fixed;
  top: 0;
  right: 0;
  width: 77.33333vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
  padding-top: 25.33333vw;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translateX(77.33333vw);
          transform: translateX(77.33333vw);
}

header .drawr .menu li {
  border-bottom: 1px solid #4aaf85;
}

header .drawr .menu li:first-of-type {
  border-top: 1px solid #4aaf85;
}

header .drawr .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14.66667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.13333vw;
  color: #fff;
  font-size: 3.73333vw;
  line-height: 1;
  background: transparent url(../img/common/arrow01.png) no-repeat right 4vw center;
  background-size: 2vw auto;
}

header .drawr .menu li a:hover {
  color: #cccccc;
  background-image: url(../img/common/arrow01-gray.png);
  text-decoration: none;
}

/**
main image
*/
#main-image {
  padding-top: 2.66667vw;
  background-color: #c1d969;
}

#main-image:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/common/wave01.png) center bottom repeat-x;
  background-size: 11.86667vw auto;
  height: 1.33333vw;
}

#main-image .inner {
  padding-bottom: 3.33333vw;
  width: 100%;
  position: relative;
}

#main-image img {
  display: block;
}

/**
facility
*/
section.facility {
  margin: 0 auto;
  padding-top: 6.66667vw;
}

section.facility h2 {
  text-align: center;
  padding-top: 8vw;
  font-size: 5.86667vw;
  background: url(../img/common/deco01-green.png) center top no-repeat;
  background-size: contain;
  width: 92vw;
  margin: 0 auto 4.66667vw;
}

section.facility h3 {
  text-align: center;
  font-size: 5.06667vw;
  margin-top: 6vw;
  margin-bottom: 6vw;
}

section.facility.green .boxes .box {
  background-color: #f8fce9;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

section.facility.green .boxes .box .data .address {
  background-image: url(../img/common/icon-pin-green.png);
}

section.facility.green .boxes .box .data .tel {
  background-image: url(../img/common/icon-tel-green.png);
}

section.facility.green .boxes .box .data .url {
  background-image: url(../img/common/icon-pc-green.png);
}

section.facility.blue h2 {
  background-image: url(../img/common/deco01-blue.png);
}

section.facility.blue .boxes .box {
  background-color: #e8f6ff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

section.facility.blue .boxes .box .data {
  padding-top: 0;
}

section.facility.blue .boxes .box .data .title {
  margin-left: -3.33333vw;
  margin-right: -3.33333vw;
  padding: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.73333vw;
  background-color: #cde4f4;
}

section.facility.blue .boxes .box .data .address {
  background-image: url(../img/common/icon-pin-blue.png);
}

section.facility.blue .boxes .box .data .tel {
  background-image: url(../img/common/icon-tel-blue.png);
}

section.facility.blue .boxes .box .data .url {
  background-image: url(../img/common/icon-pc-blue.png);
}

section.facility.orange h2 {
  background-image: url(../img/common/deco01-orange.png);
}

section.facility.orange .boxes .box {
  background-color: #fff7ec;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

section.facility.orange .boxes .box .data {
  padding-top: 0;
}

section.facility.orange .boxes .box .data .title {
  margin-left: -3.33333vw;
  margin-right: -3.33333vw;
  padding: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.73333vw;
  background-color: #f9dbb1;
}

section.facility.orange .boxes .box .data .address {
  background-image: url(../img/common/icon-pin-orange.png);
}

section.facility.orange .boxes .box .data .tel {
  background-image: url(../img/common/icon-tel-orange.png);
}

section.facility.orange .boxes .box .data .url {
  background-image: url(../img/common/icon-pc-orange.png);
}

section.facility .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 100%;
}

section.facility .boxes a:hover {
  text-decoration: none;
  color: #999999;
}

section.facility .boxes a:hover .img {
  opacity: 0.5;
}

section.facility .boxes .box {
  width: 86.93333vw;
  margin-bottom: 8vw;
}

section.facility .boxes .box .data {
  padding: 2.66667vw 3.33333vw 4vw;
}

section.facility .boxes .box .data div:last-of-type {
  margin-bottom: 0;
}

section.facility .boxes .box .data .title {
  font-size: 4.53333vw;
  font-weight: bold;
  margin-bottom: 2vw;
}

section.facility .boxes .box .data .address {
  font-size: 3.73333vw;
  line-height: 1.14286;
  padding-left: 5.6vw;
  background: url(../img/common/icon-pin-green.png) left top no-repeat;
  background-size: 4vw auto;
  margin-bottom: 1.6vw;
}

section.facility .boxes .box .data .tel {
  font-size: 3.73333vw;
  line-height: 1.14286;
  padding-left: 5.6vw;
  background: url(../img/common/icon-tel-green.png) left top no-repeat;
  background-size: 3.6vw auto;
  margin-bottom: 1.6vw;
}

section.facility .boxes .box .data .url {
  font-size: 3.73333vw;
  line-height: 1.14286;
  padding-left: 5.6vw;
  background: url(../img/common/icon-pc-green.png) left top no-repeat;
  background-size: 4.13333vw auto;
  word-wrap: break-word;
}

/**
理事長挨拶
*/
#greeting {
  position: relative;
  background-color: #c1d969;
  margin-top: 18.66667vw;
}

#greeting:before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/common/wave01-r.png) center top repeat-x;
  background-size: 11.86667vw auto;
  height: 1.33333vw;
}

#greeting h2 {
  position: absolute;
  left: 50%;
  top: -7.33333vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 14.66667vw;
  background: url(../img/top/greeting-title-sp.png) center top no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 2.66667vw;
  color: #fff;
  font-size: 5.86667vw;
}

#greeting .description {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 13.33333vw;
  padding-bottom: 10.66667vw;
}

#greeting .description .text {
  width: 87.46667vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.35714;
}

#greeting .description .text .author {
  margin-top: 6vw;
  text-align: right;
}

#greeting .description .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6.66667vw;
}

#greeting .description .img img {
  height: 72vw;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 2.66667vw;
  bottom: 3.73333vw;
  z-index: 1000;
  width: 13.33333vw;
}

#pagetop a:hover {
  opacity: 0.65;
}

footer {
  padding-top: 8vw;
  padding-bottom: 10.4vw;
  text-align: center;
}

footer .logo {
  margin-bottom: 2.66667vw;
}

footer .logo img {
  width: 29.33333vw;
}

footer .text {
  font-size: 3.2vw;
  line-height: 1.41667;
  margin-bottom: 7.33333vw;
}

footer #copyright {
  font-size: 3.2vw;
  line-height: 1.41667;
  text-align: center;
}
