@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
#top .image {
  position: relative;
}
#top .main-visual {
  position: relative;
  overflow: hidden;
}
#top .main-visual .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.8s;
}
#top .main-visual .slides.on {
  opacity: 1;
}
#top .main-visual .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  transition: opacity 1.5s;
  opacity: 1;
}
#top .main-visual .img.on {
  opacity: 0;
}
#top .main-visual .bg {
  opacity: 0;
}
#top .main-visual .texts {
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  transition: opacity 1.5s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}
#top .main-visual .texts.on {
  opacity: 1;
}
#top .main-visual .texts .text01 {
  font-size: 17px;
  padding-bottom: 10px;
}
#top .main-visual .texts .text02 {
  font-size: 60px;
  padding-bottom: 10px;
}
#top .main-visual .texts .text03 {
  font-size: 14px;
}
#top .pc-mv .slide02 .image {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
#top .pc-mv .slide02 .image img {
  transition: margin 5s;
}
#top .pc-mv .slide02 .image:not(.on) img {
  margin: 0 !important;
}
#top .apeals {
  background: url(../imgs/top/bg01.png) no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
#top .apeals .text {
  width: 94%;
  max-width: 1000px;
}
#top .top-annotation {
  padding: 88px 0 88px;
  text-align: center;
  font-size: 14px;
  line-height: 2.25;
}
#top .information {
  background: url(../imgs/top/bg02.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 145px 0;
}
#top .information .title {
  color: #a38358;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 66px;
}
#top .information .text01 {
  font-size: 18px;
  padding-bottom: 40px;
}
#top .information .text01 .lined {
  line-height: 2.2;
  margin-bottom: 4px;
  display: inline-block;
  border-bottom: 1px solid #a38358;
  color: #fff;
}
#top .information .text02 {
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 20px;
}
#top .information .text03 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 10px;
}
#top .information .text04 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 60px;
}
#top .information .yokoku {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#top .information .yokoku .yokoku-title {
  font-size: 14px;
  line-height: 1.9;
}
#top .information .yokoku .yokoku-text {
  font-size: 13px;
  line-height: 1.9;
}
#top .information .notice {
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#top .information .notice .notice-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
}
#top .information .notice .notice-text {
  font-size: 13px;
  line-height: 1.9;
}
#top .information .text-nextday {
  font-size: 14px;
}
#top .button_box .button {
	padding-top: 30px;
  margin: 0 auto;
  max-width: 350px;
}
#top .button_box .button a {
  position: relative;
  display: block;
  padding: 25px;
  border: 1px solid #a38358;
  text-align: center;
}
#top .button_box .button a .inner {
  position: relative;
  z-index: 2;
  transition: color 0.5s;
  color: #a38358;
}
#top .button_box .button a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a38358;
  opacity: 0;
  transition: opacity 0.5s;
}
#top .button_box .button a:hover {
  opacity: 1 !important;
}
#top .button_box .button a:hover .inner {
  color: #303338;
}
#top .button_box .button a:hover::after {
  opacity: 1;
}
#top .sections {
  position: relative;
}
#top .sections .line {
  position: absolute;
  width: 100%;
}
#top .sections .header {
  color: #564e4b;
  position: relative;
  z-index: 10;
}
#top .sections .header .num {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 5px;
}
#top .sections .header .title {
  font-size: 60px;
  font-weight: normal;
  padding-bottom: 50px;
}
#top .sections .header .lead {
  position: relative;
  padding-left: 0px;
  margin-bottom: 40px;
}
#top .sections .header .lead .text {
  font-size: 24px;
  line-height: 1.5;
  color: #a38358;
}
#top .sections .header .lead .mark {
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  transform: translateY(-50%);
}
#top .sections .header .detail {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 68px;
}
#top .sections .header .link {
  margin: 0 auto;
  max-width: 470px;
}
#top .sections .header .link a {
  display: block;
  position: relative;
  text-align: center;
  padding: 25px;
  color: #707070;
  font-size: 14px;
  border: 1px solid #707070;
  transition: border-color 0.5s, color 0.5s;
}
#top .sections .header .link a .inner {
  position: relative;
  z-index: 2;
}
#top .sections .header .link a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #564e4b;
  transition: opacity 0.5s;
}
#top .sections .header .link a:hover {
  color: #fff;
  border-color: #564e4b;
  transition: border-color 0.5s, color 0.5s;
}
#top .sections .header .link a:hover::after {
  opacity: 1;
}
#top .sections .images {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
#top .sections .images .image {
  position: absolute;
  z-index: 2;
}
#top .bg-area {
  position: relative;
  background: url(../imgs/top/bg03.jpg) no-repeat center;
  background-size: cover;
}
#top .section-concept {
  padding: 147px 0;
  position: relative;
}
#top .section-concept .header {
  margin: 0 auto;
  width: 580px;
  position: relative;
  z-index: 10;
}
#top .section-concept .header .title {
  font-size: 44px;
  color: #a38358;
  font-weight: normal;
  transform: translateX(-115px);
  padding-bottom: 72px;
  line-height: 1.7;
}
#top .section-concept .header .title .in {
  display: inline-block;
  border-bottom: 1px solid #a38358;
}
#top .section-concept .header .title .gilda {
  font-family: "Gilda Display", serif;
}
#top .section-concept .header .text {
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
}
#top .section-concept .header .text + .text {
  padding-top: 32px;
}
#top .section-concept .images {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}
#top .section-concept .images .image {
  z-index: 2;
}
#top .section-concept .images .image01 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19.75%;
}
#top .section-concept .images .image02 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 25%;
}
#top .section-concept .images .image03 {
  position: absolute;
  bottom: 147px;
  left: 51%;
  width: 30.8125%;
}
#top .section-concept .bg {
  padding-top: 65px;
  opacity: 0;
  width: 30.8125%;
}
#top .section-concept .line {
  top: 40%;
}
#top .section-location {
  padding: 330px 0 200px;
}
#top .section-location .header {
  margin-left: 45%;
  width: 48%;
  padding: 55px 80px;
  box-sizing: border-box;
  background-color: #fff;
}
#top .section-location .image {
  top: 12%;
  left: 0;
  width: 70%;
}
#top .section-location .line {
  top: 21%;
}
#top .section-access {
  padding: 0 0 380px;
}
#top .section-access .header {
  margin-left: 18%;
  width: 48%;
  box-sizing: border-box;
}
#top .section-access .header .link {
  margin-left: 0;
}
#top .section-access .image {
  top: 0%;
  right: 0;
  width: 20%;
}
#top .section-access .image01 {
  top: 0%;
  right: 0;
  width: 39.125%;
}
#top .section-access .image02 {
  top: 34%;
  right: 20%;
  width: 24.75%;
}
#top .section-access .line {
  top: 21%;
}
#top .section-design {
  padding: 0 0 380px;
}
#top .section-design .header {
  margin-left: 55.25%;
  width: 48%;
  box-sizing: border-box;
}
#top .section-design .header .link {
  margin-left: 0;
}
#top .section-design .image01 {
  top: -5%;
  left: 0;
  width: 41.625%;
}
#top .section-design .line {
  top: -21%;
}
#top .section-plan {
  padding: 150px 0;
  background-color: #283243;
}
#top .section-plan .header {
  color: #fff;
  margin-left: 10%;
  width: 37%;
  box-sizing: border-box;
}
#top .section-plan .header .link a {
  color: #fff;
  border-color: #fff;
}
#top .section-plan .image01 {
  top: 150px;
  right: 12.375%;
  width: 37.5%;
}
#top .section-plan .line {
  width: auto;
  top: 21%;
  right: 0;
  left: auto;
  height: 79%;
}
#top .section-plan .line img {
  width: auto;
  height: 100%;
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .site-header {
    position: static;
  }
  #top .main-visual {
    position: relative;
  }
  #top .main-visual .texts {
    position: absolute;
    bottom: auto;
    top: 85%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
  }
  #top .main-visual .texts .text01 {
    font-size: 9px;
    padding-bottom: 5px;
  }
  #top .main-visual .texts .text02 {
    font-size: 34px;
    padding-bottom: 6px;
  }
  #top .main-visual .texts .text03 {
    font-size: 16px;
  }
  #top .main-visual .texts.slide01 {
    top: 25%;
  }
  #top .apeals {
    background-image: url(../imgs/top/bg01-sp.png);
    padding: 47px 0;
  }
  #top .apeals .text {
    max-width: 960px;
    width: 76%;
  }
  #top .top-annotation {
    padding: 80px 0 88px;
    font-size: 14px;
  }
  #top .information {
    background-image: url(../imgs/top/bg02-sp.png);
    padding: 43px 0;
  }
  #top .information .title {
    font-size: 20px;
    padding-bottom: 45px;
  }
  #top .information .text01 {
    font-size: 18px;
    padding-bottom: 45px;
  }
  #top .information .text01 .lined {
    line-height: 2.2;
    margin-bottom: 5px;
  }
  #top .information .text02 {
    line-height: 1.7;
  }
  #top .information .text03 {
    line-height: 1.5;
    padding-bottom: 10px;
  }
  #top .information .text04 {
    padding-bottom: 38px;
  }
  #top .information .text-nextday {
    font-size: 14px;
  }
  #top .information .button {
    padding-bottom: 30px;
    margin: 0 auto;
    max-width: inherit;
  }
  #top .information .button a {
    padding: 20px;
  }
  #top .information .wrap {
    width: 90%;
  }
  #top .sections {
    position: relative;
  }
  #top .sections .header {
    max-width: 90%;
    margin: 0 auto;
  }
  #top .sections .header .title {
    font-size: 30px;
    padding-bottom: 35px;
  }
  #top .sections .header .lead {
    padding-left: 0px;
    margin-bottom: 40px;
  }
  #top .sections .header .lead .text {
    font-size: 21px;
  }
  #top .sections .header .lead .mark {
    position: static;
    width: 65px;
    transform: translateY(0%);
    padding-bottom: 26px;
  }
  #top .sections .header .detail {
    padding-bottom: 40px;
  }
  #top .sections .header .link {
    max-width: inherit;
  }
  #top .sections .header .link a {
    padding: 20px;
  }
  #top .bg-area {
    background-image: url(../imgs/top/bg03-sp.jpg);
  }
  #top .section-concept {
    padding: 70px 0 153px;
  }
  #top .section-concept .header {
    width: 84%;
  }
  #top .section-concept .header .title {
    font-size: 24px;
    transform: translateX(0px);
    padding-bottom: 65px;
  }
  #top .section-concept .header .text br {
    display: none;
  }
  #top .section-concept .images .image01 {
    top: 70.5%;
    left: auto;
    right: 0;
    width: 44%;
    z-index: 3;
  }
  #top .section-concept .images .image02 {
    top: 54%;
    right: auto;
    left: 5%;
    width: 66%;
    z-index: 4;
  }
  #top .section-concept .images .image03 {
    bottom: 6.1%;
    left: 0%;
    width: 68.5%;
  }
  #top .section-concept .images .annotation {
    position: absolute;
    bottom: 6.1%;
    right: 0;
    font-size: 11px;
  }
  #top .section-concept .bg {
    padding-top: 65px;
    opacity: 0;
    width: 100%;
  }
  #top .section-concept .line {
    top: 60%;
  }
  #top .section-location {
    padding: 62vw 0 20vw;
  }
  #top .section-location .header {
    margin-left: 5%;
    width: 90%;
    padding: 55px 5%;
  }
  #top .section-location .image {
    top: 0%;
    left: 0;
    width: 100%;
  }
  #top .section-location .image .caption {
    bottom: 13%;
  }
  #top .section-location .line {
    top: 42%;
    height: 200vw;
  }
  #top .section-location .line img {
    width: 100%;
    height: 100%;
  }
  #top .section-access {
    padding: 120vw 0 20vw;
  }
  #top .section-access .header {
    margin-left: 5%;
    width: 90%;
  }
  #top .section-access .header .link {
    margin-left: 0;
  }
  #top .section-access .image {
    top: 0%;
    right: 0;
    width: 20%;
  }
  #top .section-access .image01 {
    top: 0%;
    right: 0;
    width: 70.2777777778%;
  }
  #top .section-access .image02 {
    top: 22%;
    right: 45%;
    width: 44.4444444444%;
  }
  #top .section-access .line {
    top: 21%;
  }
  #top .section-design {
    padding: 90vw 0 80px;
  }
  #top .section-design .header {
    margin-left: 5%;
    width: 90%;
  }
  #top .section-design .image01 {
    top: 0%;
    left: 10%;
    width: 80%;
  }
  #top .section-design .line {
    top: -21%;
  }
  #top .section-plan {
    padding: 100vw 0 90px;
  }
  #top .section-plan .header {
    margin-left: 5%;
    width: 90%;
  }
  #top .section-plan .image01 {
    top: 10vw;
    right: 10%;
    width: 80%;
  }
  #top .section-plan .line {
    width: auto;
    top: 70vw;
    right: 0;
    left: auto;
    height: auto;
  }
  #top .section-plan .line img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=top.css.map */