@charset "utf-8";

a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:active {
outline:none;
}
*:focus {
   color: none;
   outline: none;
}

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	color: #000;
	height: 100%;
	text-align: left;	
	background: #f4f9f8;
	font-family: adobe-garamond-pro, a-otf-ryumin-pr6n, sans-serif;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    animation: fadeIn 1.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,p {
	font-weight: normal;
	margin-top: 0;
}
ul {
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #666;
	padding-bottom: 3px;
    transition: 0.4s;
}
@font-face {
font-family: 'user-A1-Mincho';
src: url(../../font/A1-Mincho.otf) format('opentype'),
    url(../../font/A1-Mincho.woff) format('woff');
}
img {
    width: 100%;
    height: auto;
}

/* fadein */

.fadein,
.fadein-in {
   opacity: 0;
   transition: all 0.5s 0s ease-out;
 }

.fadein.isshow,
.fadein-in.isshow {
    opacity: 1;
}
.fadein.isshow:nth-of-type(2n) {
    transition-delay: 0.2s;
}
.fadein-up.isshow {
    opacity: 1;
   transform: translateY(0px);
}


/* ヘッダー */
.sp-menu {
    display: none;
}
.gloval-nav {
    display: none;
}
.head_logo_top {
    height: 50px;
    width: 140px;
    position: fixed;
    top: 25px;
    left: 50px;
    z-index: 999;
    background-image: url("/imgs/logo_bk.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.head.bk .head_logo_top {
    background-image: url("/imgs/logo_bk.png");
}
.head_logo_top img {
    width: 100%;
    height: auto;
}
.nav-toggle {
    display: none;
}

ul.menu-pc {
    position: fixed;
    left: 0px;
    top: 22%;
    list-style: none;
}
ul.menu-pc li {
    font-size: 17px;
    padding: 0px 0px 30px 50px;
}
ul.menu-pc li.ig {
    height: 25px;
    width: 25px;
}

ul.menu-pc li.map {
    height: 25px;
    width: 25px;
}

ul.menu-pc li a {
    color: #000;
    padding-bottom: 3px;
    position: relative;
}
.head.bk ul.menu-pc li a {
    color: #000;
}
ul.menu-pc li a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
ul.menu-pc li.map a:after,
ul.menu-pc li.ig a:after {
    content: none;
}
.head.bk ul.menu-pc li a:after {
    background: #000;
}
ul.menu-pc li a:hover::after {
  transform: scale(1, 1);
}

.tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 70px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 5.5;
}
.tel .tel-left {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: solid 1px #999;
    line-height: 2;
}
.tel .tel-right {
    display: inline-block;
}
/* z-index */
#container {
  z-index: 900;
}
#mainVisualWrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.map,
.ig,
.head_logo_top,
.tel {
    z-index: 9999;
}
.br-sp { display:none; }
.br-pc { display:block; }

/* top */
section#main {
    margin: 80px 0 80px auto;
    width: 70%;
}
.news-title {
    font-size: 16px;
    margin-bottom: 30px;
}
.infomation-list {
    width: 70%;
	max-width: 700px;
}
.infomation-list table {
    width: 100%;
}
.infomation-list tr {
    line-height: 3;
    border-bottom: solid 1px #999;
    font-size: 14px;
}
.infomation-list th {
    font-size: 13px;
    width: 20%;
}
.infomation-list td {
    width: 80%;
}

small {
    font-size: 10px;
    margin: 150px 0 110px 50px;
    display: block;
}


/* コンテンツ */ 
.main-wrap {
    margin: 40px 50px 80px 0;
}
.access-info {
    margin: 40px 0;
    line-height: 2;
}
.timetable {
    border:1px  solid #999;
    width: 80%;
    margin: 40px auto 40px 0;
	max-width: 800px;
}
.timetable tr {
    line-height: 4;
    text-align: center;
    border-bottom: solid 1px #999;
}
.timetable tr:last-child {
    border: none;
}
.timetable th.top {
    width: 20%;
}
.access-attention {
    font-size: 13px;
    line-height: 2;
}
.access-attention {
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (max-width:1080px) {
	#mainVisualWrap {
    padding-top: 0px;
    }
	#head_wrap {
		width: 100%;
		height: 100px; 
		margin: 0;
		z-index: 999;	
	}
}

@media screen and (max-width:820px) {
    .head_logo_top {
        left: 25px;
    }
    ul.menu-pc li {
    font-size: 15px;
    padding: 0px 0px 30px 25px;
}
    ul.menu-pc li.ig,
    ul.menu-pc li.map {
    height: 20px;
    width: 20px;
}
    small {
        margin: 150px 0 110px 25px;
    }
    section#main {
        width: 75%;
    }
    .news-title {
        font-size: 14px;
    }
    .infomation-list {
    width: 80%;
}
    .infomation-list tr {
        font-size: 13px;
    }
    .infomation-list th {
        font-size: 12px;
    }
    .main-wrap {
    margin: 40px 25px 80px 0;
}
    .access-info {
        font-size: 13px;
    }
    .timetable {
        width: 90%;
        font-size: 13px;
    }
    .access-attention {
        font-size: 12px;
    }

}
@media screen and (max-width:768px) {
    .sp-menu {
    display: block;
}
    .menu-pc {
        display: none;
    }
    .ig {
    width: 20px;
    position: fixed;
    top: 35px;
    right: 100px;
    }
    .map {
     width: 20px;
    position: fixed;
    top: 35px;
    right: 160px;
}
    .nav-toggle {
    position: fixed;
    top: 35px;
    right: 25px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    z-index: 99999;
    }
    .nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
    .head.bk .nav-toggle span {
        background: #000;
    }
    .nav-toggle span:nth-child(1) {
    top: 0;
}
    .nav-toggle span:nth-child(2) {
    top: 8px;
}
    .nav-toggle span:nth-child(3) {
    top: 16px;
}
    .nav-toggle.active span:nth-child(1) {
    background: #000;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #000;
}
    .nav-toggle.active span:nth-child(2) {
    background: #000;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
}
    .nav-toggle.active span:nth-child(3) {
    display: none;
}
.gloval-nav {
  background: #f4f9f8;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: block;
  transition: opacity .6s ease, visibility .6s ease;
}
    
.gloval-nav.active {
  visibility: visible;
  opacity: 1;
}
.gloval-nav.active li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: opacity .3s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .3s ease;
  transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}
.gloval-nav a {
  color: #000;
  text-decoration: none;
  transition: color .6s ease;
}
.gloval-nav a:hover {
  color: #666;
}
.gloval-nav > nav > ul {
    position: absolute;
    top: 20%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    width: 100%;
}
.gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  transition: opacity 1.2s ease, -webkit-transform 1.6s ease;
  transition: transform 1.6s ease, opacity 1.2s ease;
  transition: transform 1.6s ease, opacity 1.2s ease, -webkit-transform .6s ease;
  display:block;
}
.gloval-nav ul li p {
    font-size: 14px;
    padding-top: 20px;
}
p.small {
    font-size: 9px;
    position: fixed;
    bottom: 30px;
    right: 25px;
}
.gloval-nav ul li:nth-child(1) {
  transition-delay: .3s;
  line-height: 4;
}
.gloval-nav ul li:nth-child(2) {
  transition-delay: .35s;
  line-height: 4;
}
.gloval-nav ul li:nth-child(3) {
  transition-delay: .4s;
  line-height: 4;
}
.gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
  line-height: 4;
}
.gloval-nav ul li:nth-child(5) {
  transition-delay: .5s;
  line-height: 4;
}
    
.br-sp { display:block; }
.br-pc { display:none; }
}
@media screen and (max-width:540px) {

    .gloval-nav > nav > ul {
        font-size: 17px;
    }
        .head_logo_top {
        top: 20px;
        width: 120px;
    }
    .nav-toggle {
    top: 25px;
    width: 25px;
}
        .nav-toggle span:nth-child(2) {
    top: 7px;
}
    .nav-toggle span:nth-child(3) {
    top: 14px;
}
    .nav-toggle.active span:nth-child(1),
    .nav-toggle.active span:nth-child(2) {
    top: 7px;
    }
    .ig {
    width: 18px;
    top: 24px;
    right: 90px;
}
    .map {
    width: 18px;
    position: fixed;
    top: 24px;
    right: 140px;
}
    .tel {
        font-size: 13px;
    }
    section#main {
    width: calc(100% - 50px);
    margin: 0 auto;
}
    .main-wrap {
    margin: 80px 0px 80px 0;
}
    .infomation-list {
    width: 100%;
}
    .infomation-list tr {
        line-height: 3.5;
    }
    .access-img {
        width: calc(100% + 50px);
    margin: 0 -25px;
}
    .timetable {
    width: 150%;
    font-size: 10px;
        margin: 0 0 20px 0;
}
    small {
    margin: 0px 0 110px 25px;
}
    .overflow {
        overflow-x: auto;
    }
    
}
    
@media screen and (max-width:428px) {


}
