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

.headline {
  font-size: 2rem;
  padding: 15px 15px;
  color: #ffffff;
  text-align: center;
  background-image: url("../img/common/headline-bg.png");
  background-size: 100% 100%;
}

.page-title {
  font-size: 2rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.6em;
  }
}

.page-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #ffffff;
  z-index: -2;
}

.page-title::after {
  content: '';
  display: block;
  background-image: url("../img/common/page-title-bg.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-title-inner {
  padding: 35px 15px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .page-title-inner {
    padding: 15px 15px;
  }
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 1.6;
  font-family: APJapanesefont;
}

body {
  background-image: url("../img/common/bg.jpg");
}

li {
  list-style: none;
  padding: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

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

.underline, .underline--red {
  padding-bottom: 8px;
  border-bottom: 3px solid;
}

.underline--red {
  border-bottom-color: red;
}

.m-y-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.bg--orange {
  background-color: #f15a24;
}

.bg--green {
  background-color: #009145;
}

.color--white {
  color: #ffffff;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: calc(15px + constant(safe-area-inset-left));
  padding-left: calc(15px + env(safe-area-inset-left));
  padding-right: calc(15px + constant(safe-area-inset-right));
  padding-right: calc(15px + env(safe-area-inset-right));
  box-sizing: border-box;
}

.content-section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .content-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@font-face {
  font-family: APJapanesefont;
  src: url("../font/APJapanesefont.ttf") format("truetype");
}

.bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 15px 20px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
  background-image: url("../img/common/bottom-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
  .bottom-panel {
    display: none;
  }
}

.bottom-panel-inner {
  display: flex;
  justify-content: center;
}

.bottom-panel-inner a {
  display: inline-block;
}

.bottom-panel-inner a.bottom-panel-tel {
  padding-right: 20px;
}

.bottom-panel-inner a.bottom-panel-contact {
  padding-left: 20px;
  background-image: url("../img/common/bottom-border.svg");
  background-position: left;
  background-size: 3px 100%;
  background-repeat: no-repeat;
}

.bottom-panel-inner a img {
  width: auto;
  height: 50px;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 80px;
    padding-bottom: calc(80px + constant(safe-area-inset-bottom));
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}

.footer .copyright {
  font-family: sans-serif;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 4px 15px;
  background-color: #009145;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .global-nav {
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    width: 100vw;
    z-index: 100;
    background-image: url("../img/common/bg.jpg");
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .global-nav.is-active {
    right: 0;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .global-nav {
    display: flex;
    justify-content: flex-end;
  }
}

.global-nav-title {
  text-align: center;
  padding: 40px 0 20px;
  font-size: 1.44444rem;
}

@media screen and (min-width: 768px) {
  .global-nav-title {
    display: none;
  }
}

.global-nav__item {
  border-image-slice: 3;
  border-image-width: 3;
  border-image-repeat: repeat;
}

@media screen and (max-width: 767px) {
  .global-nav__item {
    border-top: 1px solid;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    border-image-source: url("../img/common/global-nav-border-sp.svg");
  }
  .global-nav__item:last-child {
    border-bottom: 1px solid;
  }
}

@media screen and (min-width: 768px) {
  .global-nav__item {
    border-left: 1px solid;
    border-image-source: url("../img/common/global-nav-border.svg");
  }
  .global-nav__item:last-child {
    border-right: 1px solid;
  }
}

.global-nav__item a {
  display: block;
  text-align: center;
  padding: 5px 25px 0;
}

@media screen and (max-width: 767px) {
  .global-nav__item a {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    font-size: 1.22222rem;
  }
}

@media screen and (max-width: 767px) {
  .global-nav__item a .img-container {
    width: 40px;
    margin-right: 20px;
  }
  .global-nav__item a .img-container img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .global-nav__item a .img-container {
    display: flex;
    height: 35px;
    margin-bottom: 6px;
    align-items: center;
    justify-content: center;
  }
  .global-nav__item a .img-container img {
    width: auto;
    height: 35px;
  }
}

.global-nav__item a .img-container--contact img {
  height: 25px;
}

.global-nav__item a .text-container {
  display: block;
}

.global-nav__item--contact a img {
  height: 20px;
}

.global-nav-toggle-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #009145;
  border-radius: 3px;
  z-index: 400;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .global-nav-toggle-btn {
    display: none;
  }
}

.global-nav-toggle-btn-label {
  color: #ffffff;
  font-size: 10px;
  display: block;
  text-align: center;
  line-height: 14px;
  height: 14px;
  border-radius: 3px;
}

.global-nav-toggle-btn-inner {
  bottom: calc((100% - 10px - 2.5px) / 2);
  left: 6px;
  transition: width 0 0.15s;
}

.global-nav-toggle-btn-inner, .global-nav-toggle-btn-inner::before, .global-nav-toggle-btn-inner::after {
  position: absolute;
  display: block;
  width: 28px;
  height: 2.5px;
  background-color: #ffffff;
  border-radius: 1px;
}

.global-nav-toggle-btn-inner::before, .global-nav-toggle-btn-inner::after {
  content: '';
  transform-origin: center;
}

.global-nav-toggle-btn-inner::before {
  bottom: 7px;
  transition: bottom 0.15s 0.15s, transform 0.15s;
}

.global-nav-toggle-btn-inner::after {
  top: 7px;
  transition: top 0.15s 0.15s, transform 0.15s;
}

.global-nav-toggle-btn-inner.is-active {
  width: 0;
  transition: width 0 0.15s;
}

.global-nav-toggle-btn-inner.is-active::before {
  bottom: 0px;
  transform: rotate(45deg);
  transition: bottom 0.15s, transform 0.15s 0.15s;
}

.global-nav-toggle-btn-inner.is-active::after {
  top: 0px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}

.header {
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
  }
}

.header-top {
  background-image: url("../img/common/header-top-bg.png");
  background-size: 100% 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.header-top p {
  color: #ffffff;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .header-bottom {
    padding-bottom: 10px;
  }
}

.header-right--top {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .header-right--top {
    display: none;
  }
}

.header-right--top__item {
  margin-right: 12px;
}

.header-right--top__item:last-child {
  margin-right: 0;
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  height: 110px;
}

@media screen and (max-width: 767px) {
  .header-logo a img {
    height: 50px;
  }
}

.header-address {
  font-size: 1.125rem;
}

.header-map-link {
  display: inline-block;
  color: #ffffff;
  background-color: #f6921e;
  padding: 3px 5px;
  border-radius: 4px;
}

.header-tel {
  display: inline-block;
}

.header-tel img {
  height: 25px;
}

.form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  width: 100%;
  height: 30px;
  padding-left: 5px;
  font-size: 16px;
  border: 1px solid #969696;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
}

.form textarea {
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
  vertical-align: text-top;
  box-sizing: border-box;
  border: 1px solid #969696;
  background-color: rgba(255, 255, 255, 0.6);
}

.form dt {
  font-size: 18px;
  margin-bottom: 3px;
}

.form dt.required::after {
  content: '*';
  color: red;
  display: inline-block;
  margin-left: 5px;
}

.form dd {
  margin-bottom: 30px;
}

.form-button {
  color: #ffffff;
  background-color: #f6921e;
  border: none;
  font-size: 18px;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.form-button-container {
  margin-top: 60px;
  text-align: center;
}

.form-message {
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  font-weight: normal;
}

.form-message--success {
  color: #4c9945;
  border: 1px solid #afdbab;
  background-color: #daf5d7;
}

.form-message--error {
  color: #dd2448;
  border: 1px solid #e69aaa;
  background-color: #fad7d0;
}

.facility-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .facility-list__item {
    flex-basis: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .facility-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .facility-list__item {
    flex-basis: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .facility-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.facility-list__item img {
  width: 100%;
  margin-bottom: 10px;
}

.facility-list__item p {
  font-size: 1.125rem;
}

.facility-map {
  margin-bottom: 60px;
}

.haken-link {
  display: inline-block;
  background-color: #00a8ff;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 12px 30px;
  border-radius: 3px;
}

.state-of-resident {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.state-of-resident__item {
  text-align: center;
  flex-basis: calc((100% - 100px) / 2);
  margin-right: 100px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .state-of-resident__item {
    flex-basis: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}

.state-of-resident__item:nth-child(-n+2) {
  margin-top: 0;
}

.state-of-resident__item:nth-child(2n) {
  margin-right: 0;
}

.state-of-resident__item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.state-of-resident__item p {
  text-align: center;
  font-size: 1.44444rem;
}

@media screen and (max-width: 767px) {
  .state-of-resident__item p {
    font-size: 1.125rem;
  }
}

.infomation-list__item {
  margin-bottom: 30px;
}

.infomation-list__item:last-child {
  margin-bottom: 0;
}

.infomation-date {
  margin-bottom: 10px;
}

.infomation-date span {
  font-size: 1.22222;
  display: inline-block;
  background-color: #f6921e;
  padding: 0px 15px;
  color: #ffffff;
  border-radius: 5px;
}

.infomation-text {
  font-size: 1.44444rem;
}

.main-visual {
  position: relative;
  z-index: 0;
}

.main-visual img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.main-visual-bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.main-visual-bg--top {
  top: 0;
  bottom: 50%;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .recommend-point {
    display: flex;
    justify-content: center;
  }
}

.recommend-point__item {
  padding: 50px 30px 15px;
  border: 1px solid;
  border-image-source: url("../img/top/recommend-point-border.svg");
  border-image-width: 3px;
  border-image-slice: 2;
  border-image-repeat: repeat;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .recommend-point__item {
    margin-bottom: 50px;
  }
  .recommend-point__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .recommend-point__item {
    flex-basis: 100%;
    margin-right: 30px;
  }
  .recommend-point__item:last-child {
    margin-right: 0;
  }
}

.recommend-point__item img {
  width: 100%;
  margin-bottom: 15px;
}

.recommend-point-title {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
}

.recommend-point-title span {
  display: inline-block;
  font-size: 1.66666rem;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #009145;
}

.recommend-point-description {
  font-size: 1.22222rem;
}

table.tbl {
  max-width: 100%;
  margin: 20px auto;
}

.tbl th {
  background: #ECE2CF;
  border: solid 1px #cccccc;
  color: #000;
  padding: 10px;
}

.tbl td {
  border: solid 1px #cccccc;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #cccccc;
    width: 100%;
  }
  .tbl {
    width: 90%;
  }
  .tbl th,
  .tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

#staff{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
.staff-president{
  overflow: hidden;
  width: 100%;
  margin-bottom:50px;
  padding-bottom:20px;
  border-bottom:2px dotted #999999;
	}
.staff-message {
	width: calc(70% - 50px);
	float: left;
	padding-right:50px;
	line-height:2rem;
	}
.staff-message span{
	font-size: 1.5rem;
	line-height:2.5rem;}
.staff-img{
	text-align:center;
	width:30%;
	margin-bottom:30px;
	float: left;
	}
.staff-img p{
	font-size:0.9rem;
	margin-top:10px;
	}
.staff-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  }

@media screen and (max-width: 767px) {
	.staff-message{
		width:100%;}
  .staff-message span{
	  width:100%;
	  text-align:center;
	  margin-bottom:30px;}
  .staff-img{
	  width:60%;
	  margin-left:20%;
	  margin-top:30px;
	  }
  .staff-list__item {
    flex-basis: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  .staff-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .staff-list__item {
    flex-basis: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .staff-list__item:nth-child(3n) {
    margin-right: 0;
  }
}

.staff-list__item img {
  width: 100%;
  margin-bottom: 10px;
}

.staff-list__item p {
  font-size: 0.9rem;
  margin-bottom:20px;
  text-align:center;
}
