@charset "utf-8";

.top_slides {
  margin: 30px auto 0;
  padding-left: 65px;
  position: relative;
  width: 90%;
  max-width: 1680px;
}

.top_slides h2 {
  background: rgba(240,190,100,.9);
  bottom: 65px;
  color: #fff;
  display: inline-block;
  font-size: 228.6%;
  left: 0;
  letter-spacing: .4em;
  line-height: 2;
  padding: 1em .5em 1em 1.4em;
  position: absolute;
  transition: .5s;
}

@media screen and (max-width:1350px) {
  .top_slides h2 {
    left: 35px;
  }
}

.top_slides li:nth-child(n+2) {
  display: none;
}

.slick-initialized li:nth-child(n+2) {
  display: block;
}

.top_slides .vertical {
  color: #aaa;
  font-size: 80%;
  left: 1em;
  letter-spacing: .12em;
  position: absolute;
  top: -1em;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left bottom;
}

.top_slides img {
  width: 100%;
}





.intro {
  text-align: center;
}

.intro h2 {
  font-size: 120%;
  letter-spacing: .2em;
  line-height: 2.62;
  margin: 120px 0;
  text-indent: .2em;
}

.intro .alias {
}

.intro h3 {
  background: #fff;
  color: #F0BE64;
  display: inline-block;
  font-size: 142.9%;
  letter-spacing: .3em;
  padding: 0 15px;
  position: relative;
  text-indent: .3em;
}

.intro h3::before {
  background: rgba(240,190,100,.5);
  content: '';
  overflow: hidden;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: -100px;
}

.intro ul {
  margin-top: 30px;
  border: 1px solid rgba(240,190,100,.5);
  margin: -12px auto 0;
  padding: 50px 0 40px;
  width: 90%;
  max-width: 1280px;
  z-index: -1;
}

.intro li {
  display: inline-block;
  line-height: 1.6;
  width: 30%;
  max-width: 300px;
}

.intro li .circle {
  border: 1px solid rgba(240,190,100,.5);
  border-radius: 50%;
  color: #F0BE64;
  font-size: 128.6%;
  height: 200px;
  margin: 0 auto 30px;
  padding-top: 30px;
  width: 200px;
}





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

.a .intro h2 {
  font-size: 140%;
  letter-spacing: .2em;
  line-height: 2.62;
  margin: 120px 0;
  text-indent: .2em;
}

.a .intro h2 span {
  color: #F0BE64;
}

.a .intro .alias {
  background: rgba(240,190,100,.1);
  margin: 0 auto;
  padding: 50px 0;
  width: 90%;
  max-width: 1280px;
}

.a .intro h3 {
  background: transparent;
}

.a .intro h3::before {
  background: rgba(240,190,100,.5);
  content: '';
  overflow: hidden;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: -150px;
}

.a .intro ul {
  border: 0;
  margin: 50px auto 0;
  padding: 0;
}

.a .intro li {
  display: inline-block;
  line-height: 1.6;
  width: 30%;
  max-width: 300px;
}

.a .intro li .circle {
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #F0BE64;
  font-size: 128.6%;
  height: 200px;
  margin: 0 auto 30px;
  padding-top: 30px;
  width: 200px;
}





.feature {
  margin: 140px auto 0;
  width: 90%;
  max-width: 1280px;
}

.feature ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature li {
  width: 47.8%;
}

.feature li:nth-child(n+3) {
  margin-top: 75px;
}

.feature figure {
  position: relative;
}

.feature figure a {
  transition: opacity .5s;
}

.feature figure a:hover {
  opacity: .5;
}

.feature .icon {
  background: rgba(240,190,100,.9);
  height: 80px;
  left: -20px;
  bottom: 20px;
  position: absolute;
  width: 80px;
}

.feature li h3 {
  color: #F0BE64;
  font-size: 140%;
  letter-spacing: .2em;
  line-height: 1.8;
  margin-top: 20px;
}

.feature li p {
  line-height: 2;
  margin-top: 15px;
}

.feature li p a {
  display: inline-block;
  margin-top: 25px;
}

.feature li p a::after {
  content: '';
  display: inline-block;
  border: 1px solid #F0BE64;
  border-width: 1px 1px 0 0;
  height: .6em;
  margin: 0 0 1px 10px;
  transform: rotate(45deg);
  width: .6em;
}





.access {
  margin-top: 180px;
}

.access .flex {
  display: flex;
  margin: 0 auto 40px;
  width: 90%;
  max-width: 1280px;
}

.access .flex > div {
  width: 50%;
}

.access .flex_3 {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 5%;
  margin: 0 auto 40px;
  /* width: 90%; */
  width: 100%;
  max-width: 1150px;
}

.access .info {
  width: 250px;
}

.access .info h3 {
  color: #333;
  font-size: 150%;
  letter-spacing: .5em; 
}

.access .info address {
  font-size: 92.9%;
  line-height: 2;
  margin-top: 35px;
}

.access .info h4 {
  color: #333;
  font-size: 110%;
  letter-spacing: .2em; 
  margin: 50px 0 -10px;
}

.access .info > a {
  display: inline-block;
  margin-top: 25px;
}

.access .info > a::after {
  content: '';
  display: inline-block;
  border: 1px solid #F0BE64;
  border-width: 1px 1px 0 0;
  height: .6em;
  margin: 0 0 1px 10px;
  transform: rotate(45deg);
  width: .6em;
}

.access .hour {
  width: 250px;
}

.access .hour dl {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.access .hour dt {
  color: #F0BE64;
  float: left;
  width: 70px;
}

.access .hour .close {
  color: #999;
}

.access .hour dd {
  padding-left: 70px;
  width: 100%;
}

.access .hour dt:nth-of-type(n+2),
.access .hour dd:nth-of-type(n+2) {
  border-top: 1px solid #eee;
  margin-top: 16px;
  padding-top: 16px;
}

.access .gcal {
  width: 550px;
}









@media screen and (max-width:768px) {

.top_slides {
  padding-left: 0;
  width: 100%;
}

.top_slides h2 {
  bottom: auto;
  font-size: 144%;
  left: auto;
  letter-spacing: .2em;
  line-height: 1.75;
  margin: -15px 0 0 10%;
  padding: .75em .2em .75em .75em;
  position: relative;
  z-index: 99;
  transition: .5s;
}

.top_slides li:nth-child(n+2) {
  display: none;
}

.slick-initialized li:nth-child(n+2) {
  display: block;
}

.top_slides .vertical {
  display: none;
}

.top_slides img {
  width: 100%;
}





.a .intro {
  text-align: left;
}

.a .intro h2 {
  font-size: 110%;
  letter-spacing: .1em;
  line-height: 2;
  margin: 45px 0 100px;
  padding: 0 10%;
  text-indent: 0;
}

.a .intro h2 span {
  color: #F0BE64;
}

.a .intro .alias {
  padding: 25px 0 35px;
  width: 100%;
}

.a .intro h3 {
  font-size: 133%;
  line-height: 1.66;
  width: 100%;
  text-align: center;
}

.a .intro h3::before {
  height: 50px;
  top: -100px;
}

.a .intro ul {
  margin: 25px auto 0;
  width:80%;
}

.a .intro li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.6;
  width: 100%;
  max-width: inherit;
  overflow: hidden;
}

.a .intro li:nth-child(n+2) {
  margin-top: 20px;
}

.a .intro li .circle {
  display: block;
  float: left;
  font-size: 110%;
  height: 120px;
  letter-spacing: .1em;
  margin: 0 15px 0 0;
  padding-top: 20px;
  text-align: center;
  width: 120px;
}

.a .intro li:last-child .circle {
  padding-top: 10px;
}

.a .intro li .circle img {
  width: 50px;
}

.a .intro li p {
  width: 150px;
}





.feature {
  margin: 100px auto 0;
  width: 80%;
}

.feature ul {
  display: block;
}

.feature li {
  width: 100%;
}

.feature li:nth-child(n+2),
.feature li:nth-child(n+3) {
  margin-top: 35px;
}

.feature .icon {
  height: 60px;
  left: -15px;
  bottom: 15px;
  width: 60px;
}

.feature li h3 {
  font-size: 120%;
  letter-spacing: .1em;
  line-height: 1.75;
  margin-top: 15px;
}

.feature li p {
  line-height: 1.66;
  margin-top: 10px;
}

.feature li p a {
  display: block;
  margin-top: 12px;
}

.feature li br {
  display: none;
}





.access {
  margin-top: 100px;
}

.access .flex {
  display: block;
  margin: 0 auto 35px;
  width: 80%;
}

.access .flex > div {
  width: 100%;
}

#gmap {
  height: 250px;
}

.access .flex_3 {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.access .info {
  width: 100%;
}

.access .info h3 {
  color: #333;
  font-size: 150%;
  letter-spacing: .3em; 
}

.access .info address {
  font-size: 100%;
  line-height: 1.75;
  margin-top: 25px;
}

.access .arrow {
  display: inline-block;
  margin-top: 15px;
}

.access .hour {
  width: 100%;
  margin-top: 60px;
}

.access .hour dl {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.access .hour dt {
  color: #F0BE64;
  float: left;
  width: 100px;
}

.access .hour dd {
  padding-left: 100px;
  width: 100%;
}

.access .hour dt:nth-of-type(n+2),
.access .hour dd:nth-of-type(n+2) {
  margin-top: 12px;
  padding-top: 12px;
}

.access .gcal {
  margin-top: 60px;
  width: 100%;
}
}