@charset "UTF-8";

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;
}


/*-----------------------------------------------------------------
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: 500;
}

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

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

li {
  list-style: none;
}

img {
  max-width: 100%;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  min-width: 1366px;
  position: relative;
}

#wrapper {
  min-width: 1366px;
  overflow-x: hidden;
}

#contents {
  min-width: 1150px;
}

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

.sp {
  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: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .logo {
  width: 115px;
  margin-right: 24px;
}

header .inner .text {
  font-size: 1.8rem;
  line-height: 1.33333;
}

header .inner .btn {
  position: fixed;
  top: 35px;
  right: 30px;
  background: transparent url(../img/common/nav-open.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  width: 70px;
  height: 70px;
  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: 460px;
  height: 100vh;
  z-index: 100;
  padding-top: 140px;
  -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(460px);
          transform: translateX(460px);
}

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: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.33333;
  background: transparent url(../img/common/arrow01.png) no-repeat right 20px center;
}

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: 10px;
  background-color: #c1d969;
}

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

#main-image .inner {
  padding-bottom: 15px;
  width: 100%;
  position: relative;
  height: 683px;
}

#main-image img {
  display: block;
  height: 668px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/**
facility
*/
section.facility {
  width: 1080px;
  margin: 0 auto;
  padding-top: 50px;
}

section.facility h2 {
  text-align: center;
  padding-top: 50px;
  font-size: 2.8rem;
  line-height: 1.85714;
  background: url(../img/common/deco01-green.png) center top no-repeat;
  margin-bottom: 30px;
}

section.facility h3 {
  text-align: center;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

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: -15px;
  margin-right: -15px;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  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 {
  width: 1050px;
  margin: 0 auto;
}

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

section.facility.orange .boxes .box {
  width: 240px;
  margin-right: 30px;
  margin-bottom: 30px;
  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:nth-of-type(3n+3) {
  margin-right: 30px;
}

section.facility.orange .boxes .box:nth-of-type(4n+4) {
  margin-right: 0;
}

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

section.facility.orange .boxes .box .data .title {
  font-size: 1.4rem;
  line-height: 1.28571;
  margin-left: -15px;
  margin-right: -15px;
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  background-color: #f9dbb1;
  letter-spacing: -0.05em;
}

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;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.facility .boxes.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

section.facility .boxes .box {
  width: 340px;
  margin-right: 30px;
  margin-bottom: 30px;
}

section.facility .boxes .box:nth-of-type(3n+3) {
  margin-right: 0;
}

section.facility .boxes .box .data {
  padding: 15px 15px 20px;
}

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

section.facility .boxes .box .data .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

section.facility .boxes .box .data .address {
  font-size: 1.4rem;
  line-height: 1.28571;
  padding-left: 22px;
  background: url(../img/common/icon-pin-green.png) left top no-repeat;
  background-size: 15px auto;
  margin-bottom: 8px;
}

section.facility .boxes .box .data .tel {
  font-size: 1.4rem;
  line-height: 1.28571;
  padding-left: 22px;
  background: url(../img/common/icon-tel-green.png) left top no-repeat;
  background-size: 15px auto;
  margin-bottom: 8px;
}

section.facility .boxes .box .data .url {
  font-size: 1.4rem;
  line-height: 1.28571;
  padding-left: 22px;
  background: url(../img/common/icon-pc-green.png) left top no-repeat;
  background-size: 17px auto;
  word-wrap: break-word;
}

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

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

#greeting h2 {
  position: absolute;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 840px;
  height: 110px;
  background: url(../img/top/greeting-title.png) center top no-repeat;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  font-size: 2.8rem;
}

#greeting .description {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
}

#greeting .description .text {
  width: 585px;
  font-size: 1.8rem;
  line-height: 1.33333;
}

#greeting .description .text .author {
  margin-top: 20px;
}

#greeting .description .img {
  width: 440px;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 28px;
  z-index: 1000;
  width: 70px;
}

#pagetop a:hover {
  opacity: 0.65;
}

footer {
  padding-top: 58px;
  padding-bottom: 40px;
  text-align: center;
}

footer .logo {
  margin-bottom: 15px;
}

footer .logo img {
  width: 130px;
}

footer .text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

footer #copyright {
  font-size: 1.4rem;
  text-align: center;
}
