@charset "utf-8";
/*common*/
body {
  background-color: #fff;
  color: #121212;
  font-family:
    "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
p {
  line-break: strict;
}
a {
  color: #121212;
}
a:hover {
  opacity: 0.6;
}
/*header*/
header {
  padding: 20px;
  color: #121212;
}
.logo {
  display: none;
}
.nav_toggle {
  float: right;
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
  margin-bottom: 20px;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5a3f2c;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}
.nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.nav.show {
  opacity: 1;
  visibility: visible;
  background-color: #c8bab3;
  padding: 80px 3% 20px;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 30px;
  text-align: center;
}
.nav_menu_li {
  padding: 10px 0;
}
.nav_menu_li a {
  text-decoration: none;
}
/*top main*/
.heroimage img {
  width: 100%;
}
.about_wrap {
  background-color: #c8bab3;
  margin-top: 30px;
  padding: 25px 20px;
}
.about {
  background-color: #fff;
  text-align: center;
}
.about h2, .facility h2 {
  font-size: 20px;
  padding-top: 45px;
  border-bottom: 2px dashed #5a3f2c;
  display: inline-block;
}
.illustration img {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 30px auto 20px auto;
}
.office {
  font-size: 18px;
  font-weight: bold;
  padding: 25px;
  margin-bottom: 45px;
  text-align: center;
  background: url(../img/office.png)center center no-repeat;
}
.about_text {
  margin: 0 20px 0 20px;
  padding-bottom: 45px;
  text-align: left;
}
.facility {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.facility h2 {
  margin-bottom: 70px;
}
.facility img {
  width: 60px;
}
.facility ul {
  list-style: none;
  max-width: 350px;
  margin: 0 auto;
}
.facility li {
  font-size: 12px;
  float: left;
  width: 33%;
  height: 120px;
  margin-bottom: 25px;
}
.facility p {
  text-align: center;
}
.link {
  clear: both;
  background-color: #c8bab3;
  padding-top: 70px;
  padding-bottom: 55px;
}
.link img {
  width: 80%;
}
.link p {
  text-align: center;
}
.link p:nth-child(2) {
  margin-top: 60px;
}
/*top footer*/
footer {
  background: #5a3f2c;
}
footer p {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagetop {
  display: block;
  float: right;
  position: fixed;
  bottom: 40px;
  right: 10px;
}
.pagetop img {
  width: 70px;
}
@media screen and (min-width: 640px) {
  header {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo, .nav {
    display: inline;
  }
  .nav_toggle {
    display: none;
  }
  .nav {
    position: static;
    visibility: inherit;
    opacity: 1;
    margin-left: auto;
    margin-right: 0
  }
  .nav_menu_ul {
    display: flex;
  }
  .header_nav {
    display: flex;
    align-items: center;
  }
  .nav_menu_li {
    font-size: 28px;
    padding: 0 5px;
    border-left: 2px dashed #583d2a;
    display: block;
    width: 80px;
    letter-spacing: 0.025em;
    text-align: center;
  }
  .nav_menu_li:nth-child(2) {
    letter-spacing: 0.00em;
  }
  .nav_menu_li:nth-child(4) {
    border-right: 2px dashed #583d2a;
  }
  .nav_menu_li a {
    text-decoration: none;
  }
  .about {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
  .about_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .facility ul, .link img {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
  }
  .facility li {
    width: 20%;
  }
}
/*main About*/
.breadcrumb li {
  display: inline-block;
  margin-left: 12px;
  padding-left: 16px;
  background: url(../img/icon_breadcrumbs.svg) left center/6px auto no-repeat;
}
.breadcrumb li:first-child {
  margin-left: 40px;
  padding-left: 0;
  background: none;
}
.hero img {
  width: 100%;
}
.floor {
  text-align: center;
  margin-bottom: 20px;
}
.openspace, .cafespace, .meetingspace {
  text-align: center;
  margin: 20px;
}
.floor h2, .cafe h2 {
  font-size: 24px;
  background: linear-gradient(transparent 60%, #c8bab3 0%);
  display: inline-block;
  margin-top: 50px;
}
h3 {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 30px;
}
h3:nth-child(1) {
  margin-top: 40px;
}
.space_about {
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
}
.floor_image img {
  width: 100%;
  text-align: center;
}
.floor_image {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.floor_image:nth-child(n+1) {
  margin-bottom: 30px;
}
.cafe {
  text-align: center;
  margin: 0 20px;
}
.cafe h3 {
  font-size: 24px;
}
.drink, .eat {
  text-align: center;
}
.drink h3::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../img/drink.png);
  background-size: contain;
  vertical-align: middle;
}
.drink img {
  width: 60%;
  max-width: 500px;
}
.drink, .eat, .cafe_image {
  text-align: center;
}
.cafe_about {
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
.eat h3::before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../img/eat.png);
  background-size: contain;
  vertical-align: middle;
}
.eat img {
  width: 90%;
}
.eat div {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .hero_crumb {
    max-width: 885px;
    margin: 0 auto;
  }
  .hero img {
    max-width: 885px;
    text-align: center;
  }
  .floor, .cafe {
    max-width: 1024px;
    margin: 0 auto;
  }
  .image_box {
    display: flex;
  }
}
/*main Plan*/
.planlist {
  background-color: #c8bab3;
  text-align: center;
  padding: 1px 0 30px 0;
  ;
}
.plan {
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  width: 80%;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 0px 10px #fff;
  border: dashed 2px #593e2b;
}
.plan:nth-child(5) {
  margin-bottom: 30px;
}
.plan h2, .price {
  font-size: 18px;
}
.plan_about {
  font-size: 16px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.caption {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.caption_box {
  text-align: center;
}
.info {
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 45px;
  width: 90%;
  max-width: 335px;
  text-align: center;
  position: relative;
  border: solid 1px #121212;
}
.info h2 {
  position: absolute;
  display: inline-block;
  top: -13px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
}
.info dt {
  width: 4em;
  float: left;
  text-align-last: justify;
}
.info dl {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .planlist {
    margin-right: auto;
    margin-left: auto;
  }
  .plan {
    max-width: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .plan h2 {
    margin-bottom: 20px;
  }
  .plan_about {
    margin-top: 10px;
  }
}
/*main Shop*/
.shop dl {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  background-color: #5a3f2c;
  color: #fff;
  padding: 20px 20px;
}
.shop dt {
  width: 5em;
  float: left;
  text-align-last: justify;
}
.shop dd {
  margin-left: 100px;
}
.access {
  text-align: center;
}
.access h2 {
  margin-top: 70px;
  font-size: 18px;
}
.access img {
  margin-top: 5px;
}
.transport_img img {
  width: 100px;
}
.train h3, .car h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.train p {
  text-align: left;
  display: inline-block;
}
.acces {
  text-align: center;
}
.car {
  margin-top: 40px;
  margin-bottom: 40px;
}
.parking_address {
  text-align: left;
  display: inline-block
}
.parking_list {
  margin-top: 30px;
  margin-right: 20px;
}
.parking_list p {
  background-color: #c8bab3;
  display: inline;
  text-align: left;
  padding: 0 2px;
}
.parking_list dl {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.parking_list dt {
  width: 5em;
  float: left;
  text-align-last: justify;
}
.parking_list dd {
  margin-left: 85px;
  text-align: left;
}
.map {
  border: 2px solid #5a3f2c;
  width: 80%;
  margin: 50px auto;
}
.map iframe {
  width: 100%;
  height: 200px;
  ;
}
.parking_map {
  border: 2px solid #5a3f2c;
  width: 250px;
  height: 200px;
  margin: 0 auto;
}
.parking_map iframe {
  width: 250px;
  height: 200px;
}
.parking_box {
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .map {
    max-width: 700px;
  }
  .parking_map {
    width: 300px;
    height: 200px;
    max-width: 400px;
    margin: 30px auto 30px auto;
    border: 2px solid #5a3f2c;
  }
  .parking_map iframe {
    width: 300px;
    height: 200px;
  }
  .parking_box {
    display: flex;
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .access p {
    font-size: 16px;
  }
  .access h2, .train h3, .car h3 {
    font-size: 22px;
  }
}