@charset "UTF-8";
/** PAGE -- TOP
==============================================*/
@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1000px;
  }
}

@media only screen and (min-width: 768px) {
  .notel {
    pointer-events: none;
  }
}

.section-hero {
  height: 100vh;
  padding: 0px 80px 80px 0;
}

@media (max-width: 1000px) and (min-height: 600px) {
  .section-hero {
    height: 90vw;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero {
    padding: 60px 0 0;
    height: auto;
  }
}

.section-hero .section-content {
  position: relative;
  height: 100%;
  background-color: #f2dee2;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-hero .section-content {
    height: calc(100vh - 100px);
  }
}

.section-hero .bg-heros {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-heros {
    opacity: 0.8;
    position: static;
  }
}

.section-hero .bg-heros .slide {
  height: calc( 100vh - 80px);
  background-size: cover;
  background-position: 50% 50%;
  display: block !important;
}

@media (max-width: 1000px) and (min-height: 600px) {
  .section-hero .bg-heros .slide {
    height: calc( 90vw - 80px);
  }
}

.section-hero .bg-heros .slide-1 {
  background-image: url(../img/kv-01.jpg);
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-heros .slide-1 {
    background-image: url(../img/kv-01-m2x.jpg);
  }
}

.section-hero .bg-heros .slide-2 {
  background-image: url(../img/kv-02.jpg);
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-heros .slide-2 {
    background-image: url(../img/kv-02-m2x.jpg);
  }
}

.section-hero .bg-heros .slide-3 {
  background-image: url(../img/kv-03.jpg);
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-heros .slide-3 {
    background-image: url(../img/kv-03-m2x.jpg);
  }
}

.section-hero .bg-heros .slide:not(:first-child) {
  display: none;
}

@media only screen and (max-width: 767px) {
  .section-hero .bg-heros .slide {
    height: calc( 100vh - 100px);
  }
}

.section-hero .catchcopy {
  top: 50%;
  width: 100%;
  letter-spacing: .5ch;
  color: #000;
  text-shadow: 0px 0px 10px #fff;
  position: absolute;
  transform: translate(0, -50%);
}

@media only screen and (min-width: 768px) {
  .section-hero .catchcopy {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .catchcopy {
    transform: translate(0, -60%);
    padding-left: 0px;
    padding: 0 10% 0;
  }
}

.section-hero .catch__hello {
  font-size: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .section-hero .catch__hello {
    font-size: 2.0rem;
    line-height: 1.5;
    display: none;
  }
}

.section-hero .catch__txt {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .section-hero .catch__txt {
    font-size: 2.0rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .address {
    display: none;
  }
}

.section-hero .address__txt {
  position: absolute;
  top: 120px;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.2rem;
  transform: translate(48px, 0);
}

.section-hero .topnav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  transform: translate(0, 80px);
}

@media only screen and (max-width: 767px) {
  .section-hero .topnav {
    display: none;
  }
}

.section-hero .topnav ul {
  display: flex;
  padding-top: 2em;
  letter-spacing: .35ch;
  font-size: 1.4rem;
  justify-content: center;
}

.section-hero .topnav li:not(:last-child) {
  margin: 0 25px 0 0;
}

.section-hero .topnav li:not(:last-child):after {
  padding-left: 30px;
  content: '・';
}

@media only screen and (min-width: 768px) {
  .section-hero .topnav a:hover {
    color: #777;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .content {
    display: none;
  }
}

.section-hero .mousescroll {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .section-hero .mousescroll {
    transform: translate(100%, 0);
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .mousescroll {
    width: 60px;
  }
}

.section-hero .mousescroll__ico {
  position: relative;
  padding: 0 30px 70px 0;
  width: 80px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .section-hero .mousescroll__ico {
    font-size: 10px;
    width: 60px;
    padding-left: 30px;
    padding: 0 20px 60px 0;
  }
}

.section-hero .mousescroll__ico:before {
  position: absolute;
  bottom: 60px;
  left: 50%;
  display: block;
  margin-left: -4px;
  width: 9px;
  height: 1px;
  background-color: #111;
  content: '';
  -webkit-animation-name: plusMove;
          animation-name: plusMove;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.section-hero .mousescroll__ico:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: 0;
  width: 1px;
  height: 60px;
  background-color: #111;
  content: '';
}

@-webkit-keyframes plusMove {
  0% {
    bottom: 56px;
  }
  60% {
    bottom: 4px;
  }
  80% {
    bottom: 4px;
  }
  100% {
    bottom: 4px;
  }
}

@keyframes plusMove {
  0% {
    bottom: 56px;
  }
  60% {
    bottom: 4px;
  }
  80% {
    bottom: 4px;
  }
  100% {
    bottom: 4px;
  }
}

.section-concept {
  background-color: #F7F5F1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
}

.section-concept .headline {
  text-align: center;
}

.section-concept .content {
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .section-concept .content .figure {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .section-info {
    padding: 0 !important;
  }
}

.section-info .content.border {
  padding: 0 80px;
}

.section-info .content .block__title-jp {
  font-size: 2.4rem;
  letter-spacing: 0.5ch;
  margin-bottom: 1em;
  margin-top: 0.25em;
}

@media only screen and (max-width: 767px) {
  .section-info .content .block__title-jp {
    text-align: center;
  }
}

.section-info .openhour .phone {
  margin-top: 1em;
  margin: 0 0 1em;
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  .section-info .openhour .phone {
    text-align: center;
  }
}

.section-info .openhour .notic {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .section-info .openhour .notic {
    margin: 0 0 1em;
  }
}

.section-info .openhour .address {
  font-size: 1.4rem;
}

.section-info .openhour table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .section-info .openhour table {
    font-size: 1.2rem;
  }
}

.section-info .openhour table tr {
  border-bottom: 1px solid #fff;
}

.section-info .openhour table th, .section-info .openhour table td {
  padding: 0.5em;
}

.section-info .openhour table th {
  width: 30%;
  background-color: #E1D6CD;
}

@media only screen and (max-width: 767px) {
  .section-info .openhour table th {
    width: 22%;
  }
}

.section-info .openhour table thead {
  background-color: #E1D6CD;
}

.section-info .openhour table td {
  width: 10%;
  text-align: center;
}

.section-info .openhour .notes {
  padding: 1em;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .section-info .openhour .notes {
    padding-left: 0;
  }
}

.section-info .info {
  text-align: center;
}

.section-info .access .gmap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .section-info .access .gmap {
    margin-top: 20px;
    height: 0;
    padding-bottom: 100%;
  }
}

.section-info .access .gmap iframe,
.section-info .access .gmap object,
.section-info .access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-info .block__info {
  margin-top: 3em;
  text-align: center;
}

.section-info .block__info .openhour {
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .section-info .block__info .openhour {
    padding: 0 4%;
  }
}

@media only screen and (min-width: 768px) {
  .section-info .block__info .openhour dt {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .section-info .block__info .openhour dd {
    font-size: 1.2rem;
  }
}

.section-news .section-content {
  background-color: #f6f6f6;
}

@media only screen and (min-width: 768px) {
  .section-news .content {
    padding-bottom: 5em;
  }
}

@media only screen and (min-width: 768px) {
  .section-news .entries {
    font-size: 1.4rem;
  }
}

.section-news .entry {
  padding: 1em 0;
}

.section-news .entry a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .section-news .entry a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .section-news .meta__date {
    text-align: center;
    margin-bottom: 0.5em;
  }
}

.section-news .btn {
  text-align: right;
  margin-top: 2em;
}

.section-news .txtlink {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .section-news .txtlink {
    font-size: 1.4rem;
  }
}

.section-news .txtlink:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .section-news .txtlink:hover {
    text-decoration: underline;
  }
}
