@import url(base.css);
@charset "UTF-8"* html body {
  background: url(null) fixed;
}
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  font-family: 游ゴシック体, Yu Gothic, YuGothic, sans-serif;
  font-weight: 500;
  overflow: hidden;
}
.mincho {
  font-family: a-otf-ryumin-pr6n, serif;
}
html {
  overflow-x: hidden;
}
.img_left {
  float: left;
  margin: 0 15px 15px 0;
}
.img_right {
  float: right;
  margin: 0 0 15px 15px;
}
.sb-toggle-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 6;
}
.sb-slidebar {
  color: #fafafa;
  padding: 0;
}
.sb-slidebar ul {
  padding: 0;
}
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}
.sb-right-inner {
  border: 0;
  width: 100%;
  height: 100%;
}
.sb-right-inner h2 {
  padding: 75pt 0 40px !important;
  margin-bottom: 0 !important;
  width: 200px;
  margin: 0 auto;
}
.sb-right-inner h2 img {
  width: 100%;
  height: auto;
}
.sb-right-inner h2:after {
  display: none;
}
.sb-right-inner .telArea {
  color: #fff;
  background: url(../img/bk_navTel.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 30px 10px;
  text-align: center;
}
.sb-right-inner .telArea .text01 {
  font-size: 18px;
}
.sb-right-inner .telArea .text02 {
  font-size: 28px;
  letter-spacing: 0.05em;
}
.sb-right-inner .telArea .text02 a {
  color: #fff;
}
.sb-right-inner .contact a {
  display: block;
  width: 90%;
  padding: 10px 0;
  margin: 0 auto 5px;
  border: 1px solid #1e371d;
  color: #1e371d;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.sb-right-inner .contact a.tel,
.sb-right-inner .contact a:hover {
  background: #1e371d;
  color: #fff;
}
.sb-right-inner .contact a.tel:hover {
  color: #1e371d;
  background: #fff;
}
ul.accordion {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 1pc;
  text-align: center;
}
ul.accordion a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
ul.accordion span {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
ul.accordion ul {
  display: none;
}
ul.accordion > li > p {
  cursor: pointer;
}
ul.accordion > li > p span:before {
  content: "\f078";
}
ul.accordion > li > p span.open:before,
ul.accordion > li > p span:before {
  font-family: FontAwesome;
  margin: 0 5px 0 0;
  position: absolute;
  color: #fff;
  right: 10px;
}
ul.accordion > li > p span.open:before {
  content: "\f077";
}
ul.accordion > li > ul > li {
  background: #333;
  border-bottom: 1px solid #666;
}
ul.accordion > li > ul > li > p {
  background: #333;
}
ul.accordion > li > ul > li > a {
  background: url(../img/go.png) no-repeat 98% center;
}
ul.accordion > li > ul > li > ul > li {
  background: #fff;
  border-bottom: 1px dotted #888;
}
ul.accordion > li > ul > li > ul > li:last-child {
  border: 0;
}
::selection {
  color: #95c2b6;
  background: rgba(149, 194, 182, 0.2);
}
a,
a:after,
a:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover,
a:link,
a:visited {
  color: #49b6c9;
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.box {
  width: 95%;
  max-width: 75pc;
  margin: 0 auto;
}
.particleground {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.particleground canvas {
  width: auto;
  height: 100%;
}
.column2 {
  column-count: 2;
  column-width: 500px;
  column-gap: 50px;
}
header {
  position: relative;
  z-index: -1;
  width: 90%;
  padding: 50px 5% 130px;
  height: auto;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.88, #2e84a0),
    color-stop(0, #47b3c7)
  );
  background: -webkit-linear-gradient(top, #47b3c7 0, #2e84a0 88%);
  background: -moz-linear-gradient(top, #47b3c7 0, #2e84a0 88%);
  background: -o-linear-gradient(top, #47b3c7 0, #2e84a0 88%);
  background: -ms-linear-gradient(top, #47b3c7 0, #2e84a0 88%);
  background: linear-gradient(to bottom, #47b3c7 0, #2e84a0 88%);
}
header:after {
  content: "";
  clear: both;
  display: block;
}
header .box,
header .leftArea {
  position: relative;
}
header .leftArea {
  background: #dff1f7;
  width: 5in;
  height: 5in;
  padding: 20px 3%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
header .leftArea h1 {
  text-align: center;
}
header .leftArea h1,
header .leftArea h1 img {
  height: 100%;
  width: auto;
}
.main-visual {
  width: 58%;
  position: absolute;
  right: 0;
  bottom: -15%;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  header .leftArea {
    width: 25pc;
    height: 25pc;
  }
  .main-visual {
    bottom: -15%;
  }
}
@media screen and (max-width: 1200px) {
  header .leftArea {
    width: 350px;
    height: 350px;
  }
}
.mv_slide {
  margin: 0 auto;
}
.mv_slide ul {
  display: block;
  background: #fff;
}
nav {
  display: block;
  height: 60px;
  background: #1f3c63;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  z-index: 7;
}
nav h1 {
  width: 178px;
  height: 60px;
  margin: 0 auto;
}
nav h1 a {
  display: block;
  padding: 2.5px 0;
}
nav h1 a img {
  width: 100%;
  height: auto;
}
nav ul {
  display: block;
  float: left;
}
nav ul li {
  float: left;
  margin-right: 70px;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li a {
  font-size: 18px;
  color: #fff !important;
  padding: 18px 0 0;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
}
nav ul li a:after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
nav ul li a:hover:after {
  bottom: -5px;
  opacity: 1;
}
nav.clone-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  margin-top: 0;
}
nav.is-show {
  transform: translateY(0);
}
.content {
  display: block;
  margin: 0 auto;
  background: #eff8fc;
  position: relative;
  z-index: 3;
}
.content .text {
  font-size: 1pc;
  line-height: 2;
}
.content section {
  display: block;
}
.content section h3 {
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-weight: 400;
}
.content section h3 span {
  font-size: 1pc;
}
.content section .imgArea img {
  width: 100%;
  height: auto;
}
.content section.policy {
  padding-top: 75pt;
  margin-bottom: 50px;
}
.content section.policy h3 {
  text-align: center;
}
.content .btnArea {
  margin-bottom: 150px;
  display: block;
}
.content .btnArea ul {
  width: 105%;
  overflow: hidden;
}
.content .btnArea ul li {
  float: left;
  width: 28.33333%;
  margin-right: 5%;
}
.content .btnArea ul li a {
  display: block;
  text-align: center;
  color: #fff;
  background: #49b5c9;
  border: 2px solid #49b5c9;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  letter-spacing: 0.1em;
}
.content .btnArea ul li a:hover {
  background: 0;
  color: #49b5c9;
}
.content .btnBack {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}
.content .btnBack a {
  display: block;
  text-align: center;
  color: #1f3c63;
  border: 2px solid #1f3c63;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  letter-spacing: 0.1em;
}
.content .btnBack a:hover {
  background: #1f3c63;
  color: #fff;
}
.content section.box01 {
  margin-bottom: 75pt;
}
.content section.box01 .imgArea {
  width: 45%;
  float: left;
  margin-right: 2%;
}
.content section.box01 .textArea {
  float: right;
  width: 45%;
  margin-right: 8%;
}
.content section.box02 {
  margin-bottom: 75pt;
}
.content section.box02 .imgArea {
  width: 45%;
  float: right;
  margin-left: 2%;
}
.content section.box02 .textArea {
  float: left;
  width: 45%;
  margin-left: 8%;
}
.content section.box03 {
  padding-bottom: 40px;
}
.content section.box03 .imgArea {
  width: 45%;
  float: left;
  margin-right: 2%;
}
.content section.box03 .textArea {
  float: right;
  width: 45%;
  margin-right: 8%;
}
.content section.box03 .textArea ul li {
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
}
.content section.box03 .textArea ul li:before {
  position: absolute;
  font-size: 28px;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  color: #49b6c9;
  font-family: a-otf-ryumin-pr6n, serif;
  border-right: 2px solid #49b6c9;
  text-align: center;
}
.content section.box03 .textArea ul li:nth-child(1):before {
  content: "1";
}
.content section.box03 .textArea ul li:nth-child(2):before {
  content: "2";
}
.content section.box03 .textArea ul li:nth-child(3):before {
  content: "3";
}
.access {
  width: 100%;
  background: #49b5c9;
  padding: 30px 0 0;
  position: relative;
}
.access:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #49b5c9;
  z-index: 5;
  visibility: visible;
}
.access .acsBox {
  max-width: 64pc;
  margin: 0 auto;
  padding-bottom: 30px;
  position: relative;
}
.access .acsBox .leftArea {
  width: 46%;
  margin: 0 2%;
  float: left;
}
.access .acsBox .leftArea h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.access .acsBox .leftArea h3 {
  display: block;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  background: #1c3b61;
  padding: 10px 0;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.access .acsBox .leftArea p {
  letter-spacing: 0.1em;
}
.access .acsBox .leftArea p.colrWhite {
  color: #fff;
  font-size: 19px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
.access .acsBox .leftArea p.colrYellow {
  color: #f5dc38;
  font-size: 17px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.access .acsBox .mapImg {
  width: 46%;
  margin: 0 2%;
  float: right;
}
.access .acsBox .mapImg img {
  width: 100%;
  height: auto;
}
.googlemap {
  position: relative;
  z-index: 4;
}
.googlemap iframe {
  width: 100%;
  height: 350px;
}
footer {
  background: #1f3c63;
  padding: 40px 0 0;
}
footer .address {
  width: 90%;
  max-width: 64pc;
  margin: 0 auto 30px;
}
footer .leftArea {
  width: 45%;
  float: left;
  margin-right: 5%;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
}
footer .leftArea h1 {
  width: 270px;
  margin-bottom: 15px;
}
footer .leftArea h1 img {
  width: 100%;
  height: auto;
}
footer .leftArea .gakkai {
  font-size: 9pt;
  margin-bottom: 15px;
  line-height: 1.5em;
}
footer .leftArea .add {
  font-size: 14px;
}
footer .rightArea {
  width: 50%;
  float: right;
}
footer .rightArea .scdul {
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: block;
  padding: 30px;
}
footer .rightArea .scdul table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #49b5c9;
}
footer .rightArea .scdul table tr {
  border-bottom: 1px solid #49b5c9;
  border-left: 1px solid #49b5c9;
  border-right: 1px solid #49b5c9;
}
footer .rightArea .scdul table tr td,
footer .rightArea .scdul table tr th {
  font-size: 1pc;
  text-align: center;
  padding: 5px;
}
footer .rightArea .scdul table tr th {
  background: #49b5c9;
  color: #fff;
}
footer .rightArea .scdul table tr th:first-child {
  width: 30%;
}
footer .rightArea .scdul table tr th:nth-child(n + 2) {
  width: 11.66667%;
}
footer .rightArea .scdul ul li {
  font-size: 13px;
  letter-spacing: 0.15em;
  padding-left: 15px;
  position: relative;
}
footer .rightArea .scdul ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  color: #49b5c9;
}
footer .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #6f7578;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 10px 0;
}
.snsArea {
    /* width: 100%; */
    display: inline-block;
    /* padding: 1em; */
    margin: 1em auto;
    /* background: #fff; */
    /* border-top: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    text-align: center;
}
.snsArea a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  color: #1f3c63;
  background: #fff;
  padding: 1em;
  border-radius: 15px;
}
.snsArea a:hover {
  color: #49b5c9;
}
.snsArea .sns-icon {
  width: 2.5em;
    height: auto;
    background: #49b5c9;
    padding: 0.5em;
    border-radius: 10px;
}
/* 点滅 */
@keyframes blinking {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}
.blink {
	animation: blinking 2s ease-in-out infinite alternate;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .menu {
    height: 60px;
    width: 100%;
    background: #1f3c63;
  }
  .menu .head {
    height: 30px;
    padding: 15px 0 15px 10px;
  }
  .menu .head img {
    height: 100%;
    width: auto;
  }
  .menu .head .reserve {
    position: absolute;
    right: 70px;
    top: 9pt;
  }
  .menu .head .reserve a {
    background: #fff;
    padding: 10px 11px;
    font-size: 10px;
    font-weight: 700;
    color: #1e371d;
    display: inline-block;
  }
  #button {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 25px;
    outline: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    z-index: 4;
  }
  #button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
  }
  #button span:nth-of-type(1) {
    top: 0;
  }
  #button span:nth-of-type(2) {
    top: 11px;
  }
  #button span:nth-of-type(3) {
    bottom: 0;
  }
  div.btnBox.active {
    position: absolute;
    background: #fff;
    padding: 6% 0 0;
    width: 100%;
  }
  .sb-active #button span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sb-active #button span:nth-of-type(2) {
    opacity: 0;
  }
  .sb-active #button span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .box {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }
  header {
    position: relative;
    z-index: -1;
    width: 98%;
    padding: 10px 1% 130px;
  }
  header .box {
    width: 100%;
  }
  .content section h3 {
    padding-top: 0;
  }
  .content section.box01 .textArea,
  .content section.box03 .textArea {
    width: 51%;
    margin-right: 2%;
  }
  .content section.box02 .textArea {
    width: 51%;
    margin-left: 2%;
  }
  .access .acsBox .leftArea {
    width: 36%;
  }
  .access .acsBox .mapImg {
    width: 56%;
  }
  .access .acsBox .leftArea p.colrWhite {
    font-size: 1pc;
  }
  .access .acsBox .leftArea p.colrYellow {
    font-size: 14px;
  }
  footer .leftArea {
    width: 38%;
    margin-right: 2%;
  }
  footer .leftArea h1 {
    width: 100%;
    max-width: 270px;
    height: auto;
  }
  footer .leftArea .gakkai {
    text-align: center;
  }
  footer .rightArea {
    width: 60%;
  }
  footer .rightArea .scdul table tr td,
  footer .rightArea .scdul table tr th {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  header .leftArea {
    width: 300px;
    height: 300px;
  }
  .content .text {
    font-size: 14px;
  }
  .content section h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .content .btnArea {
    margin-bottom: 50px;
  }
  .content .btnArea ul {
    width: 100%;
  }
  .content .btnArea ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .content .btnArea ul li a {
    font-size: 1pc;
    padding: 9pt 0;
  }
  .content section.box01,
  .content section.box02 {
    margin-bottom: 50px;
  }
  .access .acsBox .leftArea,
  .access .acsBox .mapImg {
    width: 96%;
    float: none;
  }
  .access .acsBox .leftArea h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .access .acsBox .leftArea h3 {
    font-size: 18px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  footer .leftArea,
  footer .rightArea {
    width: 96%;
    margin: 0 auto 20px;
    float: none;
  }
  footer .rightArea .scdul {
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  header,
  header .leftArea {
    width: 100%;
    padding: 0;
  }
  header .leftArea {
    height: 100%;
    text-align: center;
  }
  header .leftArea h1 {
    height: auto;
    width: 55%;
    margin: 0 auto;
    padding: 20px 0;
  }
  header .leftArea h1 img {
    height: auto;
    width: 100%;
  }
  .main-visual {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .content section h3 {
    font-size: 20px;
  }
  .content section.box01 {
    padding-top: 50px;
  }
  .content section.box01 .imgArea,
  .content section.box01 .textArea,
  .content section.box02 .imgArea,
  .content section.box02 .textArea,
  .content section.box03 .imgArea,
  .content section.box03 .textArea {
    float: none;
    width: 90%;
    margin: 0 auto !important;
  }
  .content section.box03 .textArea ul li {
    padding-left: 40px;
  }
  .content section.box03 .textArea ul li:before {
    font-size: 23px;
    width: 30px;
  }
  footer .rightArea .scdul table tr td,
  footer .rightArea .scdul table tr th {
    font-size: 10px;
  }
  footer h1 {
    margin: 0 auto 20px;
  }
  footer .address p.add {
    text-align: center;
    font-size: 9pt;
    margin-bottom: 30px;
  }
  footer .copy {
    font-size: 10px;
  }
}
