@charset 'UTF-8';

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: 0 0
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9
}

mark {
  font-weight: 700;
  font-style: italic;
  color: #000;
  background-color: #ff9
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc
}

input,
select {
  vertical-align: middle
}


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../_components/sass/fonts/slick.eot);
  src: url(../_components/sass/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../_components/sass/fonts/slick.woff) format('woff'), url(../_components/sass/fonts/slick.ttf) format('truetype'), url(../_components/sass/fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', '游ゴシック', YuGothic;
  font-size: 16px;
  line-height: 1.875;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #323232
}

img {
  max-width: 100%;
  vertical-align: bottom
}

h3 {
  font-size: 38px;
  font-size: 2.375rem
}

h3.font-orange {
  font-size: 32px;
  font-size: 2rem
}

h4 {
  font-size: 21px;
  font-size: 1.3125rem
}

ul li {
  list-style: none
}

a:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .5
}

table {
  font-size: 14px;
  font-size: .875rem
}

table tr {
  border-bottom: 1px solid #ccc
}

table th {
  font-weight: 400;
  padding: 14px 0;
  text-align: left;
  white-space: nowrap
}

table td {
  padding: 6px 0 0 20px
}

.content-width,
.googleform,
.header__body,
.nav-global ul,
.section__content,
.section__header__lead {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px
}

.header {
  z-index: 99;
  width: 100%;
  background-color: #fff
}

.header__body {
  position: relative
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header__title a {
  position: relative;
  display: inline-block;
  max-width: 320px
}

.header__title h1 {
  display: block;
  margin: 0
}

.header__title p {
  font-size: 12px;
  font-size: .75rem;
  margin: 25px 15px;
  color: #424242
}

.nav-global {
  position: absolute;
  z-index: 100;
  top: 70px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff
}

.nav-global.is-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0
}

.nav-global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.nav-global__item {
  text-align: center;
  border-right: 1px solid #ccc;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.nav-global__item a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #323232
}

.nav-utility {
  position: fixed;
  z-index: 100
}

.nav-utility ul li:first-of-type {
  margin-bottom: 10px
}

.nav-utility ul li a {
  line-height: 1;
  display: block;
  text-decoration: none;
  color: #fff;
  background-color: #f29600
}

.nav-button {
  display: none
}

.main {
  position: relative;
  z-index: 0
}

#slider {
  width: 100%;
  max-width: 100%
}

.slider {
  position: relative
}

.slider__label {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.55;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.row-2 {
  padding: 0 20px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.row-2.nospace {
  padding: 0
}

.row-3 {
  padding: 0 20px;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%
}

.section {
  margin: 80px auto
}

.section__header {
  margin: 50px auto;
  text-align: center
}

.section__header__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin: 50px auto
}

.section__content__lead {
  margin: 40px auto 30px
}

.button {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: .5em 1em;
  text-align: center;
  text-decoration: none;
  color: #323232;
  border: 1px solid #323232
}

.font-orange {
  color: #f29600
}

.font-bold {
  font-weight: 700
}

.mt-30 {
  margin-top: 30px
}

.mt-40 {
  margin-top: 30px
}

.mt-50 {
  margin-top: 50px
}

.sns {
  margin: 50px 0
}

.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.sns ul li {
  padding: 0 3px
}

.sns__facebook {
  position: relative;
  top: -8px
}

.card--chair {
  margin: 0 -8vw
}

.card__item__lead {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.61905;
  margin: 17px 0
}

.card__item__content {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.85714
}

.card__item img {
  width: 100%
}

.card__item--chair {
  padding: 0 8vw
}

.price {
  text-align: center
}

.price-point {
  font-size: 19px;
  font-size: 1.1875rem
}

.price-point h3 {
  margin-top: 40px
}

.price-point ul {
  margin: 10px 0 20px
}

.price-point li {
  padding: 20px 0;
  text-align: left
}

.price-point li span {
  margin-right: 4px;
  color: #f29600
}

.price-point li:not(:last-child) {
  border-bottom: 1px solid #ccc
}

.price-rent {
  width: 100%;
  margin-bottom: 40px;
  text-align: center
}

.price-rent th {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #f29600
}

.price-rent td {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 1rem;
  vertical-align: middle;
  border-left: 1px solid #ccc
}

.price-rent tr th:last-of-type {
  border-right: 1px solid #ccc
}

.price-rent tr td:last-of-type {
  font-size: 34px;
  font-size: 2.125rem;
  border-right: 1px solid #ccc
}

.price-rent .font-bold span {
  font-size: 1rem;
  margin-left: 2px;
}

.banner {
  display: block;
  margin-top: 50px
}

.spec {
  margin: 50px auto
}

.spec li {
  margin-top: 50px
}

.feature__title {
  line-height: 1;
  text-align: center
}

.feature__list {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 50px 0;
  padding: 0 1.2em
}

.feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0
}

.feature__list li:not(:last-of-type) {
  border-bottom: 1px solid #b4b4b4
}

.office {
  margin: 40px 0
}

.office__title {
  margin-bottom: 10px
}

.office__announce {
  display: block;
  color: #f29600;
  font-size: 1rem;
}

.office__item {
  width: 100%
}

.office__item table {
  width: 100%;
  margin-bottom: 20px
}

.office__item table a {
  color: inherit;
  text-decoration: none;
}

.firstprivilege {
  text-align: center
}

.firstprivilege h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.64286;
  margin: 50px auto 40px
}

.chair__title {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center
}

.chair__price {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400
}

.chair .row {
  margin-bottom: 40px
}

.privilege .section__header {
  margin-bottom: 0
}

.otherprivilege__title {
  text-align: center
}

.otherprivilege__item {
  margin-top: 50px
}

.otherprivilege__link {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid #000
}

.googlemap {
  overflow: hidden;
  margin: 50px 0
}

.googlemap iframe {
  width: 100%
}

.googleform {
  text-align: center
}

.googleform iframe {
  max-width: 100%
}

.copyright {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: .875em 0;
  text-align: center;
  color: #fff;
  background-color: #424242
}

.page-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  display: block;
  opacity: 1
}

.page-top.is-hidden {
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0
}

.page-top a {
  display: block;
  width: 50px;
  height: 50px
}

@media only screen and (max-width:834px) {
  body {
    font-size: 14px;
    font-size: .875rem
  }

  h3 {
    font-size: 21px;
    font-size: 1.3125rem
  }

  h3.font-orange {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: left
  }

  h4 {
    font-size: 21px;
    font-size: 1.3125rem
  }

  .content-width,
  .googleform,
  .header__body,
  .nav-global ul,
  .section__content,
  .section__header__lead {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px
  }

  .header {
    position: fixed
  }

  .header__body {
    padding: 15px 10px 40px
  }

  .header__title {
    max-height: 30px;
    margin-bottom: 15px
  }

  .header__title a {
    max-width: 180px;
    max-height: 30px;
    padding: 0
  }

  .header__title a img {
    vertical-align: top
  }

  .header__title h1 {
    max-height: 30px;
    padding-bottom: 0
  }

  .header__title p {
    display: none
  }

  .nav-global {
    position: fixed;
    top: 100px;
    height: 100vh;
    border: 0
  }

  .nav-global.is-fixed {
    position: fixed;
    top: 100px;
    height: 100vh;
    border: 0
  }

  .nav-global ul {
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 15px
  }

  .nav-global__item {
    font-size: 16px;
    font-size: 1rem;
    border-right: 0;
    border-bottom: 1px solid #ccc
  }

  .nav-global__item:first-child {
    border-top: 1px solid #ccc
  }

  .nav-global {
    z-index: 99;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 1
  }

  .nav-global.close {
    z-index: -1;
    opacity: 0
  }

  .nav-utility {
    top: 60px;
    right: auto;
    width: 100%
  }

  .nav-utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .nav-utility ul li {
    padding: 0 5px;
    text-align: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }

  .nav-utility ul li a {
    font-size: 12px;
    font-size: .75rem;
    padding: 8px 10px;
    border-radius: 4px
  }

  .nav-button {
    font-size: 12px;
    font-size: .75rem;
    position: fixed;
    top: 15px;
    right: 10px;
    display: block;
    padding: 3px;
    border: 1px solid #323232;
    border-radius: 4px;
    background-color: #fff
  }

  .main {
    padding-top: 100px
  }

  .slider__label {
    font-size: 5.625vw;
    bottom: 4vw;
    white-space: nowrap
  }

  .row {
    display: block;
    margin-right: 0;
    margin-left: 0
  }

  .row-2 {
    padding: 0
  }

  .row-3 {
    padding: 0
  }

  .section__header__title {
    font-size: 21px;
    font-size: 1.3125rem
  }

  .section__header__lead {
    text-align: left
  }

  .section__header__lead br {
    display: none
  }

  .button {
    font-size: 12px;
    font-size: .75rem
  }

  .card--chair {
    margin: 0
  }

  .card__item {
    margin-bottom: 20px
  }

  .card__item--chair {
    padding: 0
  }

  .card__item--chair img {
    max-width: 320px
  }

  .price {
    text-align: left
  }

  .price br {
    display: none
  }

  .price-rent th {
    font-size: 1rem;
    padding: 5px
  }

  .price-rent td {
    font-size: 1rem;
    padding: 5px
  }

  .price-rent tr td:last-of-type {
    font-size: 1rem
  }

  .price-rent .font-bold span {
    font-size: 0.75rem;
  }

  .feature__list {
    font-size: 14px;
    font-size: 0.75rem
  }

  .office__item:first-of-type {
    margin-bottom: 40px
  }

  .firstprivilege h3.font-orange br {
    display: none;
  }

  .firstprivilege h3 {
    padding: 0 10px
  }

  .firstprivilege .card--chair+p {
    text-align: left
  }

  .firstprivilege .card--chair+p br {
    display: none
  }

  .space-image li:not(:first-of-type) {
    margin-top: 40px
  }

  .googlemap iframe {
    height: 400px
  }

  .googleform iframe {
    height: 1250px
  }
}

@media only screen and (min-width:835px) {
  .header {
    height: 118px
  }

  .nav-global__item:first-of-type {
    border-left: 1px solid #ccc
  }

  .nav-utility {
    top: 50%;
    right: 0;
    width: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .nav-utility ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 220px;
    padding: 20px 15px;
    text-align: center;
    border-radius: 4px 0 0 4px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
}

@media all and (-ms-high-contrast:none) {
  .row-2 {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px)
  }

  .row-3 {
    -ms-flex-preferred-size: calc(33.33% - 40px);
    flex-basis: calc(33.33% - 40px)
  }

  .card__item--chair {
    -ms-flex-preferred-size: calc(33.33% - 16vw);
    flex-basis: calc(33.33% - 16vw)
  }
}

@media only screen and (min-width:835px) and (max-width:1135px) {
  .button {
    font-size: 14px;
    font-size: .875rem
  }
}


/* 20211028追記 */
.section__link {
  margin-bottom: -30px;
}

.section__link__block {
  display: grid;
  gap: 30px;
}

.section__link__button {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 1.6;
}

.section__link__button--internal {
  color: #424242;
}

.section__link__button--external {
    color: #f19500;
}

.section__link__text {
  font-size: 16px;
  font-weight: 700;
}

.section__link__smallText {
  display: block;
  font-size: 12px;
}

.floormap-img {
  display: block;
  margin-top: 50px;
  width: 100%;
}

.matsuyaman-img {
  display: block;
  margin: 50px auto 0;
}

.banner-img+.banner-img {
  display: block;
  margin: 30px 0 50px;
}

.banner-floor-illust {
  margin-top: 35px;
}

@media only screen and (min-width:835px) {

  .section__link {
    margin: 80px 0 0;
  }

  .section__link__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .section__link__text {
    font-size: 21px;
  }

  .section__link__smallText {
    display: block;
    font-size: 18px;
  }

  .matsuyaman-img {
    width: 100%;
    max-width: 1040px;
  }

  .banner-img+.banner-img {
    margin-top: 40px;
  }

  .banner > .banner-img {
    margin-top: 50px;
  }

  .banner-floor-illust {
    margin-top: 50px;
  }

  .office__item {
    display: grid;
    grid-template-rows: minmax(auto, 1fr) auto;
  }
}