@charset "UTF-8";
/* reset
----------------------------*/
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;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-Mac \*/
*html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

body {
  color: #000000;
  background-color: #2A3A55;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.62;
}

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

main {
  display: block;
  background-color: #fff;
  color: #000;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

/*******************************
* common  button
********************************/
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.btn:hover {
  opacity: 0.5;
}

/*******************************
* header   
********************************/
header {
  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;
  background: #fff;
  width: 100%;
  height: 90px;
}

header .logo {
  margin: 0 auto;
  width: 400px;
  text-align: center;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  header {
    height: 45px;
  }
  header .logo {
    padding: 2% 0;
    width: 62.3%;
    max-width: 200px;
  }
  header .logo img {
    width: 100%;
  }
}

/*******************************
* footer 
********************************/
footer {
  padding: 64px 0 20px;
  text-align: center;
  background-color: #2A3A55;
  color: #fff;
}

footer .footer-logo {
  margin: 0 auto;
  width: 231px;
}

footer .btn-link {
  margin: 29px auto 36px;
  width: 448px;
  border: #fff solid 1px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #fff;
  line-height: 0.77;
  font-size: 18px;
}

footer .btn-link span {
  position: relative;
}

footer .btn-link span::after {
  content: '〉';
  position: absolute;
  right: -20%;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .btn-link a {
  display: block;
  padding: 22px 0;
  font-size: 18px;
  background-color: #2A3A55;
}

footer .btn-link a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #2A3A55;
}

@media (max-width: 768px) {
  footer {
    padding: 8% 0 4%;
    color: #fff;
  }
  footer .footer-logo {
    width: 35.9%;
  }
  footer .btn-link {
    margin: 5% auto 5%;
    width: 92.5%;
  }
  footer .btn-link a {
    padding: 3% 0;
    font-size: 15px;
  }
}

/*******************************
* contents
********************************/
.inner {
  margin: 0 auto;
  width: 1000px;
}

.inner2 {
  margin: 0 auto;
  width: 600px;
}


.mv-wrap {
  background-color: #2A3A55;
  padding-bottom: 0px;
}

.mv {
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 998px;
  height: 600px;
  background: url("../img/mv.jpg") center 0px;
  background-size: cover;
}

.ttl {
  position: relative;
  margin-bottom: 44px;
  padding-bottom: 0.3em;
  text-align: center;
  font-size: 32px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ttl:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 131px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2A3A55;
}

.lead-txt {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  line-height: 2.33;
  font-size: 18px;
}

.about {
  padding: 44px 0;
}

.img-2 {
  margin: 32px auto 0;
  width: 574px;
}
.about .img {
  margin: 32px auto 0;
  width: 574px;
}


.info {
  padding: 55px 0 34px;
  background-color: #E1DBD1;
}

.info-contents {
  margin-top: 22px;
  padding: 55px 0 100px;
  background-color: #fff;
}

.info-contents .box {
  margin: 0 auto;
  width: 826px;
}

.info-contents .box:nth-child(2) {
  margin-top: 72px;
}

.info-contents .box:nth-child(3) {
  margin-top: 56px;
}

.info-contents .box-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2A3A55;
}

.info-contents .box-ttl {
  position: relative;
  padding-left: 1em;
  line-height: 1.31;
  font-size: 32px;
  font-weight: bold;
}

.info-contents .box-ttl::before {
  content: '■';
  position: absolute;
  left: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-contents .box-ttl.ttl1 {
  margin-bottom: 68px;
}

.info-contents .box-ttl.ttl2 {
  margin-bottom: 20px;
}

.info-contents .box-ttl.ttl3 {
  margin-bottom: 70px;
}

.info-contents .box-txt {
  margin-left: 24px;
  line-height: 2.33;
  font-size: 18px;
}

.facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.facility li {
  width: 390px;
}

.facility-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2A3A55;
}

.facility-ttl {
  position: relative;
  padding-left: 0.6em;
  line-height: 1.75;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.facility-ttl::before {
  content: '●';
  position: absolute;
  font-size: 12px;
  left: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.facility-txt {
  margin-left: 24px;
  line-height: 2.62;
  font-size: 16px;
}

.facility-img {
  margin-top: 6px;
}

.floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.floor li {
  width: 390px;
}

.access {
  padding: 36px 0;
  background-color: #2A3A55;
  color: #fff;
  text-align: center;
}

.access .ttl {
  margin: 0 auto;
  width: 35px;
}

.access .address {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
}

.access .address:last-child {
  margin-top: 30px;
}

.access .map-wrap {
  margin: 15px auto;
}

@media (max-width: 768px) {
  .inner {
    margin: 0 auto;
    padding: 0 2%;
    width: 100%;
  }
  .access .inner {
    padding: 0;
  }
  .mv-wrap {
    background-color: #fff;
    padding-bottom: 0;
  }
  .mv {
    margin: 0 auto;
    width: 100%;
    padding-top: 61.3%;
    height: 0;
    background: url("../img/mv_sp.jpg") bottom center no-repeat;
    background-size: cover;
  }
  .ttl {
    position: relative;
    margin-bottom: 10%;
    padding-bottom: 0.3em;
    text-align: center;
    font-size: 23px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  }
  .ttl:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 131px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #2A3A55;
  }
  .lead-txt {
    text-align: left;
    line-height: 2;
    font-size: 15px;
  }
  .about {
    padding: 2% 0;
  }
  .about .img {
    margin: 12.5% auto 0;
    width: 100%;
  }
  .info {
    padding: 5% 0 9%;
    background-color: #E1DBD1;
  }
  .info-contents {
    margin-top: 19%;
    padding: 5% 3%;
    background-color: #fff;
  }
  .info-contents .box {
    margin: 0 auto;
    width: 100%;
  }
  .info-contents .box:nth-child(2) {
    margin-top: 10%;
  }
  .info-contents .box:nth-child(3) {
    margin-top: 10%;
  }
  .info-contents .box-ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .info-contents .box-ttl {
    line-height: 1.05;
    font-size: 20px;
    font-weight: bold;
  }
  .info-contents .box-ttl::before {
    font-size: 18px;
  }
  .info-contents .box-ttl.ttl1 {
    margin-bottom: 3.5%;
  }
  .info-contents .box-ttl.ttl2 {
    margin-bottom: 3.5%;
  }
  .info-contents .box-ttl.ttl3 {
    margin-bottom: 3.5%;
  }
  .info-contents .box-txt {
    margin-left: 0;
    line-height: 1.5;
    font-size: 15px;
  }
  .facility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .facility li {
    margin-top: 8%;
    width: 100%;
  }
  .facility-ttl {
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
  }
  .facility-ttl::before {
    font-size: 8px;
  }
  .facility-txt {
    line-height: 1.75;
    font-size: 12px;
  }
  .facility-img {
    margin-top: 2%;
  }
  .floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .floor li {
    width: 100%;
  }
  .floor li:not(:first-child) {
    margin-top: 5%;
  }
  .floor-img {
    margin-top: 2%;
  }
  .access {
    padding: 5% 0;
    background-color: #2A3A55;
    color: #fff;
    text-align: center;
  }
  .access .ttl {
    margin: 0 auto;
    width: 9%;
  }
  .access .address {
    margin-top: 12%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 1.5;
  }
  .access .map-wrap {
    margin: 2% auto;
  }
  .access .map-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 93.75%;
  }
  .access .map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
