 @charset "UTF-8";
 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, 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: inherit;
   font-size: 100%;
   vertical-align: baseline;
 }
 html {
   line-height: 1;
   height: 100%;
 }
 body {
   padding: 0;
   margin: 0;
   color: #FFF;
   line-height: 1.8;
   font-weight: 400;
   font-size: 100%;
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   height: 100%;
   background-color: #000;
 }
 html {
   height: 100%;
 }
 ul, li, ol {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 *, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
 }
 .cf {
   *zoom: 1;
 }
 .cf:after {
   content: "";
   display: table;
   clear: both;
 }
 .center {
   text-align: center;
 }
 .right {
   text-align: right;
 }
 .mb10 {
   margin-bottom: 10px;
 }
 .mb20 {
   margin-bottom: 20px;
 }
 .mb30 {
   margin-bottom: 30px;
 }
 .mb40 {
   margin-bottom: 40px;
 }
 .mb50 {
   margin-bottom: 50px;
 }
 .pc-block {
   display: block !important;
 }
 .pc-inline {
   display: inline !important;
 }
 .pc-inline-block {
   display: inline-block !important;
 }
 .sp-block, .sp-block414 {
   display: none !important;
 }
 .sp-inline {
   display: none !important;
 }
 .sp-inline-block {
   display: none !important;
 }
 .inner {
   width: 90%;
   margin: 0 auto;
   max-width: 1000px;
 }
 img {
   width: auto;
   height: auto;
   max-width: 100%;
   vertical-align: middle;
   max-height: 100%;
 }
 a img:hover {
   opacity: 0.7;
   filter: alpha(opacity=70);
   -ms-filter: "alpha( opacity=70 )";
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
 }
 a:hover {
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
   color: #C8D4EA;
   text-decoration: none;
 }
 a.det {
   filter: alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
   pointer-events: none;
   cursor: default;
 }
 .effect {
   overflow: hidden;
 }
 .ef-fade {
   opacity: 0;
   -webkit-transition: 3s ease-in;
   -moz-transition: 3s ease-in;
   -o-transition: 3s ease-in;
   transition: 3s;
 }
 .ef-fade02 {
   opacity: 0;
   -webkit-transition: 8s ease-in;
   -moz-transition: 8s ease-in;
   -o-transition: 8s ease-in;
   transition: 8s;
 }
 .fade {
   opacity: 1.0;
 }
 /*----- ズームイン -----*/
 .ef-zoomIn {
   transform: scale(0, 0);
   -webkit-transform: scale(0, 0);
   transition: 0.1s;
 }
 .zoomIn {
   transform: scale(1, 1);
   -webkit-transform: scale(1, 1);
 }
 /*----- フェードインしながら上へスライド -----*/
 .ef-fadeInUp {
   opacity: 0;
   transform: translate(0, 30px);
   -webkit-transform: translate(0, 30px);
   -webkit-transition: 2s ease-in;
   -moz-transition: 2s ease-in;
   -o-transition: 2s ease-in;
   transition: 2s;
 }
 .ef-fadeInUp02 {
   opacity: 0;
   transform: translate(0, 100px);
   -webkit-transform: translate(0, 100px);
   -webkit-transition: 2s ease-in;
   -moz-transition: 2s ease-in;
   -o-transition: 2s ease-in;
   transition: 2s;
 }
 .fadeInUp {
   opacity: 1.0;
   transform: translate(0, 0);
   -webkit-transform: translate(0, 0);
 }
 /*----- フェードインしながら右へスライド -----*/
 .ef-fadeSlide {
   opacity: 0;
   transform: translate(-50px, 0px);
   -webkit-transform: translate(-50px, 0px);
   -webkit-transition: 2s ease-in;
   -moz-transition: 2s ease-in;
   -o-transition: 2s ease-in;
   transition: 2s;
 }
 .ef-fadeSlide02 {
   opacity: 0;
   transform: translate(50px, 0px);
   -webkit-transform: translate(50px, 0px);
   -webkit-transition: 2s ease-in;
   -moz-transition: 2s ease-in;
   -o-transition: 2s ease-in;
   transition: 2s;
 }
 .fadeSlide {
   opacity: 1.0;
   transform: translate(0, 0);
   -webkit-transform: translate(0, 0);
 }
 .caption {
   text-indent: -0.75rem;
   margin-left: 0.75rem;
   font-size: 0.75rem;
   text-align: left;
 }
 /*header*/
 header {
   padding: 0;
   height: 90px;
   left: 0px;
   background-color: #FFF;
   position: fixed;
   right: 0px;
   width: 100%;
   z-index: 999;
 }
 header .logo {
   padding: 10px 0 5px 5px;
   width: 235px;
 }
 header nav {
   width: 100%;
   position: absolute;
 }
 .nav_inner {
   position: relative;
   display: block;
   height: 90px;
   background-color: #FFF;
   clear: none;
 }
 header nav ul {
   background-color: hsla(0, 0%, 0%, 0.93);
   position: absolute;
   /* 開いてないときは画面外に配置 */
   top: -550px;
   width: 100%;
   text-align: center;
   -webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   z-index: -1;
 }
 header nav.open ul {
   /* #global-nav top + #mobile-head height */
   -moz-transform: translateY(640px);
   -webkit-transform: translateY(640px);
   transform: translateY(640px);
   z-index: -1;
   /* [disabled]display: flex;
*/
   /* [disabled]flex-wrap: wrap;
*/
 }
 header nav li {
   display: block;
   margin: 0;
   width: 50%;
   text-align: center;
   border-bottom: 1px dotted #838383;
   line-height: normal;
   float: left;
   border-right: 1px dotted #838383;
 }
 header nav li a {
   color: #FFF;
   position: relative;
   padding: 30px 0;
   display: block;
 }
 header nav li a:hover {
   text-decoration: none;
 }
 header nav li a:after {
   background-image: url(../images/icon-window.png);
   content: "";
   background-repeat: no-repeat;
   background-position: center center;
   width: 12px;
   height: 12px;
   display: inline-block;
   background-size: contain;
   margin-left: 7px;
 }
 header nav li:nth-child(2n) {
   border-right: 0;
 }
 header h1 {
   display: inline-block;
   z-index: 5;
   position: absolute;
   left: 20px;
   width: 40%;
   top: 0px;
   bottom: 0px;
   margin: auto;
   height: 40px;
 }
 #nav-toggle {
   display: block;
   overflow: hidden;
   float: none;
   width: 65px;
   height: 65px;
   position: absolute;
   right: 12px;
   top: 12px;
   z-index: 100;
   border-radius: 50%;
   border: 1px solid #231815;
 }
 #nav-toggle span {
   width: 34px;
   height: 4px;
   display: block;
   background-color: #231815;
   position: absolute;
   left: 50%;
   top: 49%;
   margin-left: -17px;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 #nav-toggle .top {
   -webkit-transform: translateY(-11px);
   -ms-transform: translateY(-11px);
   transform: translateY(-11px);
 }
 #nav-toggle .bottom {
   -webkit-transform: translateY(11px);
   -ms-transform: translateY(11px);
   transform: translateY(11px);
 }
 .open #nav-toggle .middle {
   background: rgba(255, 255, 255, 0);
 }
 .open #nav-toggle .top {
   -webkit-transform: rotate(-45deg) translateY(0px);
   -ms-transform: rotate(-45deg) translateY(0px);
   transform: rotate(-45deg) translateY(0px);
   p
 }
 .open #nav-toggle .bottom {
   -webkit-transform: rotate(45deg) translateY(0px);
   -ms-transform: rotate(45deg) translateY(0px);
   transform: rotate(45deg) translateY(0px);
 }
 #top {
   padding-top: 90px;
   background-color: #FFF;
   color: #000;
 }
 #top .about-box {
   padding-bottom: 50px;
 }
 #top h2, #access h2 {
   color: #a69650;
   font-size: 30px;
   margin-bottom: 30px;
   line-height: 1.5;
 }
 #top p {
   font-size: 18px;
 }
 #top .txt {
   border-top: 1px solid #000;
   padding: 40px 0;
   border-bottom: 1px solid #000;
   margin-bottom: 30px;
 }
 #top .about-btn {
   width: 90%;
   text-align: center;
   padding: 10px 10px 30px;
   display: block;
   background-image: url(../images/icon-arrow.png);
   background-repeat: no-repeat;
   background-position: center 90%;
   border: 1px solid #000;
   max-width: 450px;
   margin: 0 auto 20px;
   font-size: 18px;
   cursor: pointer;
 }
 #kyousei {
   padding-bottom: 50px;
 }
 #kyousei .title_wrap {
   display: flex;
   align-items: center;
   justify-content: flex-start;
 }
 #kyousei .logo {
   max-width: 180px;
    margin-top: -20px;
    margin-left: 40px;
 }
 #kyousei h3, #access h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
    border: 3px solid #A9D499;
    padding: 10px;
    display: inline-block;
 }
 #kyousei .kyosei_wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: space-between;
 }
 #kyousei .kyosei_wrap p {
   width: 16.6%;
   margin-bottom: 5px;
 }
 #kyousei .kyosei_wrap p:first-child {
   width: 32%;
 }
 #kyousei .kyosei_wrap p:nth-child(2) {
   /* [disabled]width: 34%; */
 }
 .bg {
   background-color: #000;
 }
 .facility {
   /* [disabled]height: 70vh;
*/
   display: flex;
   align-items: center;
   background-color: #000;
 }
 .facility .txt {
   padding: 5%;
   width: 36%;
 }
 .facility .img {
   width: 64%;
 }
 .facility .txt h3 {
   text-align: center;
   font-size: 25px;
   color: #a69650;
   position: relative;
   border-bottom-color: undefined;
   width: 100%;
   padding-bottom: 20px;
   margin-bottom: 20px;
 }
 .facility .txt h3:after {
   width: 30%;
   content: "";
   display: block;
   position: absolute;
   margin: auto;
   bottom: 0px;
   height: 30px;
   border-bottom: 5px solid #a69650;
   right: 0px;
   left: 0px;
 }
 .facility .btn {
   margin: 0 auto;
   width: 55%;
   min-width: 180px;
   max-width: 230px;
 }
 #access {
   background-color: #fff;
   padding: 50px 0;
   color: #000;
 }
 #access dl {
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   flex-wrap: wrap;
   padding: 5px;
   border-bottom: 1px dotted #4B4B4B;
 }
 #access dl dt {
   width: 30%;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
 }
 #access dl dd {
   width: 70%;
 }
 #access .access_wrap {
   display: flex;
   margin: 30px 0;
   align-items: center;
 }
 #access .train {
   margin: 30px auto;
   background-color: #fff;
   max-width: 700px;
   width: 49%;
 }
 #access .map {
   margin: 0 auto;
   max-width: 700px;
   width: 49%;
 }
 #footer {
   padding: 20px 0;
   border-top: 1px dotted #838383;
   text-align: center;
 }
 #footer .copy {
   font-size: 12px;
 }
 .pagetop {
   position: fixed;
   bottom: 10px;
   right: 10px;
 }
 @media screen and (max-width:768px) {
   body::before, body::after {
     content: "";
     display: block;
     width: 100%;
     height: 50%;
     position: fixed;
     left: 0;
     z-index: -1;
   }
   body::before {
     top: 0;
     background-color: #FFF;
   }
   body::after {
     bottom: 0;
     background-color: #000000;
   }
   .sp-block {
     display: block !important;
   }
   .pc-block {
     display: none !important;
   }
   .inner {
     margin: 0 10px;
     width: auto;
   }
   /*header*/
   header {
     height: 70px;
   }
   .nav_inner {
     height: 70px;
   }
   #nav-toggle {
     display: block;
     overflow: hidden;
     float: none;
     width: 60px;
     height: 60px;
     position: absolute;
     right: 5px;
     top: 5px;
     z-index: 100;
     border-radius: 50%;
     border: 1px solid #231815;
   }
   #nav-toggle .top {
     -webkit-transform: translateY(-10px);
     -ms-transform: translateY(-10px);
     transform: translateY(-10px);
   }
   #nav-toggle .bottom {
     -webkit-transform: translateY(10px);
     -ms-transform: translateY(10px);
     transform: translateY(10px);
   }
   header h1 {
     display: inline-block;
     z-index: 5;
     position: absolute;
     left: 10px;
     width: 77%;
     top: 0px;
     bottom: 0px;
     margin: auto;
     height: 30px;
   }
   header nav ul {
     /* 開いてないときは画面外に配置 */
     top: -590px;
   }
   header nav li {
     width: 100%;
     float: none;
     border-right-width: 0;
   }
   #top {
     padding-top: 70px;
     color: #000;
   }
   #top .about-box {
     padding-bottom: 20px;
   }
   #top .txt {
     padding: 20px 0;
   }
   #top h2, #access h2 {
     font-size: 4.5vw;
     margin-bottom: 30px;
   }
   #top h3 {
     font-size: 4vw;
     margin-bottom: 30px;
   }
   #top p {
     font-size: 1rem;
   }
   .facility {
     flex-wrap: wrap;
     position: relative;
     margin-bottom: 50px;
   }
   .facility .txt {
     padding: 0;
     margin: 0 auto;
     width: 80%;
   }
   .facility .img {
     width: 100%;
     margin-bottom: 20px;
   }
   .facility .txt h3 {
     padding: 20px 0;
     font-size: 20px;
   }
   .facility .txt p {
     font-size: 0.9rem;
   }
   .facility .btn {
     width: 40%;
     text-align: center;
     max-width: none;
   }
   header nav li:nth-child(2n) {
     border-left-width: 0;
   }
   .facility {
     flex-wrap: wrap;
     position: relative;
     margin-bottom: 50px;
     padding-bottom: 50px;
     border-bottom: 1px solid #343434;
   }
   .facility.last {
     border-bottom-width: 0;
   }
	 #kyousei .title_wrap{
		 align-items: flex-start;
	 }
   #kyousei .title_wrap h2 {
     width: 75%;
   }
   #kyousei .logo {
     width: 25%;
     text-align: center;
     max-width: none;
     margin: -5px 0 0 5px;
   }
   #kyousei .kyosei_wrap {
     flex-wrap: wrap;
   }
   #kyousei .kyosei_wrap p {
     width: 33.3%;
   }
   #kyousei .kyosei_wrap p:first-child {
     width: 66%;
   }
   #kyousei .kyosei_wrap p:nth-child(2) {
     width: 34%;
   }
   #access .access_wrap {
     flex-wrap: wrap;
   }
   #access .train {
     width: 90%;
   }
   #access .map {
     width: 90%;
   }
 }
 @media screen and (max-width:550px) {
   .facility .txt {
     padding: 0 15px;
     width: 100%;
   }
   .facility .img {
     /* [disabled]padding-top: 60vh;
*/
   }
   .facility .img {
     width: 100%;
     /* [disabled]padding-top: 50vh;
*/
   }
   #access dl dt {
     width: 100%;
     text-align: left;
     display: block;
     justify-content: center;
   }
   #access dl dd {
     width: 100%;
     font-size: 14px;
   }
 }
 @media screen and (max-width:414px) {
   .facility .btn {
     width: 60%;
     margin-bottom: 20px;
   }
   header, .nav_inner {
     height: 60px;
   }
   header h1 {
     position: absolute;
     width: 70%;
     height: 30px;
   }
   header nav.open ul {
     -moz-transform: translateY(650px);
     -webkit-transform: translateY(650px);
     transform: translateY(650px);
   }
   #nav-toggle {
     width: 50px;
     height: 50px;
   }
   #nav-toggle span {
     top: 48%;
   }
   #top {
     padding-top: 50px;
   }
   #top .about-btn {
     font-size: 14px;
     background-size: auto 15px;
   }
   #footer {
     font-size: 12px;
   }
   #top h2, #access h2 {
     font-size: 1.3rem;
   }
   .sp-block414 {
     display: block !important;
   }
   .facility h3 .pc-block {
     display: block !important;
   }
 }