@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
@media screen and (min-width: 769px) {
  #top .swipe-mark {
    display: none !important;
  }
  #top .pc-menu,
  #top .site-header {
    opacity: 0;
    transition: opacity 1s;
  }
  #top.at .pc-menu,
  #top.at .site-header,
  #top.at .pc-fixed-button li {
    opacity: 1;
  }
}
#top .top-infoes-wrap {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0 4px;
  z-index: 99;
}
#top .top-infoes-wrap.none {
  display: none !important;
}
#top .top-infoes-wrap .btns {
  margin: 0;
  padding-top: 8px;
  float: right;
  display: none;
}
#top .top-infoes-wrap .btns li {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 140px;
  text-align: center;
  border: none;
}
#top .top-infoes-wrap .btns li:not(:last-child) {
  margin-right: 1px;
}
#top .top-infoes-wrap .btns li a {
  border-color: #000;
  color: #000;
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
}
#top .top-infoes-wrap .btns li .caption {
  position: absolute;
  right: 1%;
  bottom: 1%;
  line-height: 1;
  font-size: 10px;
  color: #000;
}
#top .top-infoes-wrap .links {
  float: right;
  padding: 18px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.12em;
}
#top .top-infoes-wrap .links li a {
  position: relative;
  padding-left: 8px;
  color: #000;
  overflow-x: hidden;
}
#top .top-infoes-wrap .links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  #top .top-infoes-wrap .links li a:hover {
    opacity: 0.7;
  }
}
#top .top-infoes-wrap .links li:first-child {
  padding-bottom: 8px;
}
#top .top-infoes-wrap .infoes-base {
  position: relative;
  height: 80px;
  z-index: 20;
}
#top .top-infoes-wrap .base {
  position: absolute;
  padding: 10px 5% 6px 5%;
  left: 0;
  bottom: 0;
  width: 90%;
  color: #000;
  z-index: 20;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: opacity 0.9s;
}
#top .top-infoes-wrap .base.fadeIn {
  opacity: 1;
}
#top .top-infoes-wrap .base:not(.fixed) {
  opacity: 1;
  display: block;
}
#top .top-infoes-wrap .base.fixed {
  position: fixed;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 1200px;
}
#top .top-infoes-wrap .inner:after {
  content: "";
  width: 1px;
  height: 1px;
  display: table;
  clear: both;
}
#top .top-infoes-wrap .inner {
  margin: 0 auto;
  max-width: 900px;
}
#top .top-infoes-wrap a {
  transition: opacity 0.7s;
}
#top .top-infoes-wrap a:hover {
  opacity: 0.65;
}
#top .top-infoes-wrap img {
  max-width: 100%;
  height: auto;
}
#top .top-infoes-wrap .contact .num {
  pointer-events: none;
}
#top .top-infoes-wrap .contact {
  margin-bottom: 0;
  padding: 0 0 0;
  float: left;
  width: 54%;
  letter-spacing: 0.1em;
  text-align: left;
}
#top .top-infoes-wrap .contact a {
  color: #000;
}
#top .top-infoes-wrap .contact .title {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
}
#top .top-infoes-wrap .contact .number {
  display: inline-block;
  padding-right: 5px;
  position: relative;
  font-size: 36px;
}
#top .top-infoes-wrap .contact .number span.pc {
  line-height: 0.8;
}
@media screen and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
#top .top-infoes-wrap .contact .number a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
#top .top-infoes-wrap .contact .number a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 33px;
  height: 25px;
  background: url(../common/imgs/icon-freecall.svg) no-repeat;
}
#top .top-infoes-wrap .contact .businessHours {
  display: inline-block;
  padding-top: 8px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap {
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
  }
  #top .top-infoes-wrap .infoes-base {
    height: auto;
    background: none;
  }
  #top .top-infoes-wrap .links {
    display: none;
  }
  #top .top-infoes-wrap .btns {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    width: 70%;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    margin-right: 0 !important;
  }
  #top .top-infoes-wrap .btns li a {
    width: auto;
  }
  #top .top-infoes-wrap .btns li a:hover {
    opacity: 1 !important;
    color: #fff;
  }
  #top .top-infoes-wrap .base {
    position: static !important;
    background: none;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  #top .top-infoes-wrap .contact .title {
    float: none;
    width: auto;
    line-height: 1.4;
  }
  #top .top-infoes-wrap .contact .title img {
    margin-bottom: 0;
  }
  #top .top-infoes-wrap .contact .businessHours {
    padding-top: 0;
    float: none;
    width: auto;
  }
  #top .top-infoes-wrap .contact .businessHours span.sp {
    display: inline !important;
  }
  #top .top-infoes-wrap .contact .businessHours br {
    display: none;
  }
  #top .top-infoes-wrap .contact .businessHours img {
    margin: 0 auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns {
    padding-bottom: 30px;
  }
  #top .top-infoes-wrap .btns li {
    float: none;
    width: auto;
    height: auto;
  }
  #top .top-infoes-wrap .btns li:not(:last-child) {
    margin-bottom: 10px;
    padding: 0;
  }
  #top .top-infoes-wrap .btns li img {
    margin: 0 0 0 auto;
  }
  #top .top-infoes-wrap .contact {
    float: none;
    clear: both;
    width: auto;
  }
  #top .top-infoes-wrap .contact .title {
    padding-bottom: 10px;
  }
  #top .top-infoes-wrap .contact .title .pc {
    display: none !important;
  }
  #top .top-infoes-wrap .contact .title .sp {
    display: block !important;
  }
  #top .top-infoes-wrap .contact .number {
    float: none;
    clear: both;
    padding: 0 0px 10px 0;
    position: relative;
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  #top .top-infoes-wrap .contact .number span.pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  #top .top-infoes-wrap .contact .number a {
    box-sizing: border-box;
    padding: 18px 0 18px 28px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    background: #212933;
  }
  #top .top-infoes-wrap .contact .number a .sp {
    display: inline-block !important;
    width: auto;
  }
  #top .top-infoes-wrap .contact .number a:before {
    left: 50%;
    margin: -14px 0 0 -110px;
    width: 28px;
    height: 27px;
    background-image: url("../imgs/icon_tel.png");
    background-size: 100% auto;
  }
  #top .top-infoes-wrap .contact .businessHours {
    font-size: 10px;
  }
}
#top .infoes .bg {
  display: block;
  position: relative;
  padding-bottom: 430px;
  background: url(../imgs/footer-bg.jpg) no-repeat top center;
  background-size: cover;
}
#top .infoes .bg .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
  line-height: 20px;
  background: rgba(43, 43, 43, 0.74);
  text-align: center;
}
#top .sp-container {
  display: block;
}
@media screen and (min-width: 768px) {
  #top .sp-container {
    transform: translateY(0) !important;
  }
}
#top .image {
  position: relative;
}
#top .pageAnnotationArea {
  z-index: 9;
}
#top .top-annotation {
  padding: 96px 0 130px;
  padding: 0 0 168px;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
}
#top .after, #top .panels .image::after, #top .apeal .texts .in::after {
  content: "";
  position: absolute;
  display: block;
}
#top .main-visual {
  position: relative;
  width: 100%;
  height: auto;
}
#top .main-visual .main-visual-slide, #top .main-visual .main-visual-slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .main-visual .main-visual-slide li {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide02 .text01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: 0.25em;
  color: #fff;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.slide02 .text01.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide03 {
  top: auto;
  bottom: 0;
}
#top .main-visual .main-visual-slide li.slide03 .img:not(.on) img {
  margin-bottom: 0 !important;
}
#top .main-visual .main-visual-slide li.slide03 .img img {
  transition: margin-bottom 3s;
}
#top .main-visual .main-visual-slide li.slide03 .img.on img {
  margin-bottom: 0;
}
#top .main-visual .main-visual-slide li.slide03 .text02 {
  position: absolute;
  bottom: 6%;
  left: 3%;
  width: 25%;
  z-index: 4;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.slide03 .text02.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide03 .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: url(../imgs/mv-mark.png);
  background-size: cover;
  z-index: 3;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.slide03 .mark.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide03 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#top .main-visual .main-visual-slide li.slide04 {
  top: auto;
  bottom: 0;
}
#top .main-visual .main-visual-slide li.slide04 .text02 {
  position: absolute;
  bottom: 6%;
  left: 3%;
  width: 25%;
  z-index: 4;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.slide04 .text02.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide04 .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: url(../imgs/mv-mark.png);
  background-size: cover;
  z-index: 3;
  opacity: 0;
  transition: opacity 1.5s;
}
#top .main-visual .main-visual-slide li.slide04 .mark.on {
  opacity: 1;
}
#top .main-visual .main-visual-slide li.slide04 img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#top .main-visual .bg {
  opacity: 0;
}
#top .main-content {
  background: url(../imgs/bg.png) center top;
  background-size: cover;
}
#top .apeal {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 230px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-left: 1px solid #a96348;
}
#top .apeal a {
  color: #fff;
  font-size: 12px;
  display: block;
}
#top .apeal a.none {
  pointer-events: none;
}
#top .apeal .texts {
  position: absolute;
  bottom: 10px;
}
#top .apeal .texts .in {
  position: relative;
}
#top .apeal .texts .in::after {
  top: 50%;
  left: 100%;
  margin-left: 20px;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
#top .apeal li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding: 30px 30px 50px;
  border-right: 1px solid #a96348;
}
#top .information {
  text-align: center;
  padding-bottom: 235px;
}
#top .information .title {
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 12px;
}
#top .information .lead {
  padding-bottom: 30px;
  font-size: 22px;
  line-height: 1.4;
}
#top .information .link {
  padding-bottom: 40px;
}
#top .information .text04 {
  font-size: 12px;
  line-height: 2.9;
}
#top .concept-section {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 320px;
}
#top .concept-section .header {
  margin: 0 auto;
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#top .concept-section .header .title {
  font-size: 34px;
  line-height: 1.9;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.8em;
  padding-right: 50px;
}
#top .concept-section .header .lead {
  font-size: 16px;
  line-height: 2.4;
}
#top .concept-section .link {
  display: none;
  margin: 0 auto;
  max-width: 900px;
}
#top .concept-section .link a {
  margin-right: 0;
  font-family: "Cinzel", serif;
}
@media screen and (min-width: 769px) {
  #top .panels-wrap .in-wrap {
    transform: none !important;
  }
}
#top .panels {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 240px;
}
#top .panels a {
  font-family: "Cinzel", serif;
}
#top .panels .header {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#top .panels .header .mark {
  margin: 0 auto;
  width: 34px;
  padding-bottom: 12px;
}
#top .panels .header .title {
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 55px;
}
#top .panels .header .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#top .panels .header .lead {
  font-size: 14px;
  line-height: 2.4;
  padding-bottom: 34px;
}
#top .panels .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#top .panels .image::after {
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(0deg, #c9a187 -40%, #ad5d2b 85%);
  transform: translateY(-100%);
  transition: transform 1s 1.4s;
}
#top .panels .image img {
  -webkit-mask-image: url(../imgs/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 230%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../imgs/mask.png);
  mask-repeat: no-repeat;
  mask-size: auto 230%;
  mask-position: 0px -900px;
  transition: -webkit-mask-position 1.4s, mask-position 1.4s;
}
#top .panels .image.on img {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}
#top .panels .image.on::after {
  transform: translateY(0%);
}
#top .section-access {
  margin-right: 5%;
}
#top .section-access .image {
  width: 70%;
}
#top .section-access .header {
  width: 30%;
}
#top .section-design,
#top .section-location {
  margin-left: 14%;
  margin-right: 10%;
}
#top .section-design .image,
#top .section-location .image {
  order: 1;
  width: 60%;
}
#top .section-design .image::after,
#top .section-location .image::after {
  right: auto;
  left: 0;
}
#top .section-design .header,
#top .section-location .header {
  order: 0;
  width: 40%;
}
#top .section-design .header .txt,
#top .section-location .header .txt {
  left: auto;
  right: 0;
}
#top .section-plan {
  margin-right: 5%;
}
#top .section-plan .image {
  width: 70%;
}
#top .section-plan .header {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top .main-visual .main-visual-slide li.slide02 .text01 {
    top: 56%;
    font-size: 22px;
  }
  #top .main-content {
    background: url(../imgs/bg-sp01.png) center top;
    background-size: 100% auto;
  }
  #top .apeal {
    margin-bottom: 100px;
    display: block;
    border-left: none;
  }
  #top .apeal a {
    font-size: 14px;
  }
  #top .apeal .texts {
    margin-top: 35px;
    position: relative;
    bottom: 0px;
  }
  #top .apeal .texts .in::after {
    margin-left: 20px;
    width: 40px;
    height: 1px;
  }
  #top .apeal li {
    width: auto;
    padding: 30px 30px 50px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #top .apeal li:nth-child(1) {
    width: auto;
  }
  #top .apeal li:nth-child(4) {
    width: auto;
  }
  #top .apeal li:nth-child(2) {
    width: auto;
  }
  #top .apeal li:nth-child(3) {
    width: auto;
  }
  #top .information {
    padding-bottom: 60px;
  }
  #top .information .title {
    padding-bottom: 30px;
    font-size: 11px;
  }
  #top .information .lead {
    padding-bottom: 20px;
  }
  #top .information .link {
    padding-bottom: 40px;
  }
  #top .information .text04 {
    font-size: 11px;
    line-height: 2;
  }
  #top .concept-section {
    padding-bottom: 100px;
    width: auto;
  }
  #top .concept-section .header {
    padding-top: 60px;
    padding-bottom: 45px;
    display: block;
    background: url(../imgs/bg-sp02.png) no-repeat;
    background-position: 100px -20px;
    background-size: 80% auto;
  }
  #top .concept-section .header .title {
    font-size: 34px;
    line-height: 1.9;
    letter-spacing: 0.8em;
    padding-right: 0px;
    text-align: center;
    margin: 0 auto;
  }
  #top .concept-section .header .lead {
    font-size: 14px;
    line-height: 2.4;
    width: 90%;
    margin: 0 auto;
  }
  #top .concept-section .link {
    margin: 0 auto;
    max-width: 900px;
  }
  #top .concept-section .link a {
    margin: 0 auto;
  }
  #top .panels-wrap {
    margin-left: 10vw;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
  }
  #top .panels-wrap .in-wrap {
    width: 600vw;
    display: flex;
    justify-content: left;
    transform: translateX(0vw);
    margin-left: -100vw;
  }
  #top .panels-wrap .in-wrap:not(.move) {
    transition: transform 1s;
  }
  #top .panels {
    display: block;
    padding-bottom: 0px;
    width: 80vw;
    margin: 0 !important;
    padding-right: 20vw !important;
  }
  #top .panels .js-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
  #top .panels .header {
    padding-top: 40px;
    display: block;
  }
  #top .panels .header .mark {
    margin: 0 auto;
    width: 34px;
    padding-bottom: 12px;
  }
  #top .panels .header .title {
    margin: 0 auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 55px;
  }
  #top .panels .header .txt {
    position: static;
    padding: 0 10px;
    font-size: 14px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding-bottom: 30px;
  }
  #top .panels .header .lead {
    font-size: 14px;
    line-height: 2.4;
    padding-bottom: 34px;
  }
  #top .panels .image img {
    -webkit-mask-position: 0px 0px;
    mask-position: 0px 0px;
  }
  #top .section-access {
    margin-right: auto;
  }
  #top .section-access .image {
    width: auto;
  }
  #top .section-access .header {
    width: auto;
  }
  #top .section-design,
  #top .section-location {
    margin-left: auto;
    margin-right: auto;
  }
  #top .section-design .image,
  #top .section-location .image {
    width: auto;
  }
  #top .section-design .image::after,
  #top .section-location .image::after {
    right: 0;
    left: auto;
  }
  #top .section-design .header,
  #top .section-location .header {
    width: auto;
  }
  #top .section-design .header .txt,
  #top .section-location .header .txt {
    left: auto;
    right: auto;
  }
  #top .section-plan {
    margin-right: auto;
  }
  #top .section-plan .image {
    width: auto;
  }
  #top .section-plan .header {
    width: auto;
  }
  #top .control {
    position: absolute;
    bottom: 0;
    left: 43%;
    transform: translateX(-50%);
    line-height: 1;
    display: flex !important;
    justify-content: center;
    gap: 20px;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .image {
    position: relative;
  }
  #top .sp-container {
    display: none;
    padding: 0 10px;
  }
  #top .sp-container-content {
    padding: 20px 0;
  }
  #top .sp-container-content .information {
    padding: 0 0 40px;
  }
  #top .sp-container-content .information .title {
    padding-bottom: 10px;
    font-size: 9px;
    line-height: 1.2;
  }
  #top .sp-container-content .information .lead {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01 {
    padding-bottom: 10px;
    font-size: 12px;
  }
  #top .sp-container-content .information .text01.pb20 {
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text02 {
    font-size: 10px;
    padding-bottom: 20px;
  }
  #top .sp-container-content .information .text03 {
    padding-bottom: 10px;
    font-size: 11px;
  }
  #top .sp-container-content .information .text04 {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #top .sp-container-content .information .text05 {
    font-size: 10px;
    line-height: 1.6;
  }
  #top .sp-container-content .information .text06 {
    font-size: 12px;
    padding-bottom: 10px;
    margin: auto;
  }
  #top .sp-container-content .information .holiday {
    font-size: 12px;
  }
  #top .sp-container-content .information .inner {
    border: none;
  }
  #top .sp-container-content .information .button {
    padding-top: 20px;
  }
  #top .sp-container-content .information .line {
    position: relative;
    padding-bottom: 20px;
  }
  #top .content-wrap {
    z-index: 99;
  }
  #top .top-annotation {
    padding: 0px 0 60px;
    font-size: 11px;
    line-height: 1.9;
  }
  #top .remote-bnr {
    margin: 60px auto 0;
  }
}/*# sourceMappingURL=top.css.map */