/* Generated by less 3.11.1 */
*,
*::after,
*::before {
  box-sizing: border-box;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
html {
  font-size: 16px;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
textarea {
  resize: none;
}
input {
  font-size: 1em;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="submit"],
input[type="button"],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 1em;
  font: inherit;
  border: 1px solid #ddd;
  display: inline-block;
}
select {
  display: inline-block;
  cursor: pointer;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: normal;
  border-radius: 0;
  font-size: 1em;
}
#pagenation ul {
  zoom: 1;
}
#pagenation ul:after {
  content: "";
  display: block;
  clear: both;
}
#pagenation ul li {
  float: left;
}
#pagenation ul li:not(:last-child) {
  margin-right: 1em;
}
#pagenation ul li.active {
  font-weight: bold;
  text-decoration: underline;
}
ul.entries {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
ul.entries li {
  width: calc(100% / 3 - 10px);
}
ul.entries li a .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
ul.entries li a .img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
ul.entries li a time {
  display: block;
}
ul.entries li a .ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.entries-pager ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.entries-pager ul li {
  width: 2.5em;
  height: 2.5em;
  margin: 0 5px;
}
.entries-pager ul li a,
.entries-pager ul li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}
.entries-pager ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.entries-pager ul li.disabled a {
  pointer-events: none;
}
.entries-pager ul li.active {
  background-color: #333;
  color: #fff;
}
.entries-pager ul li:not(.active):hover a {
  color: #75aef0;
}
.prev-next {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.prev-next li {
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  width: 33.33333333%;
}
#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
}
#page-loading path {
  fill: #75d3f0;
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
}
header {
  padding: 50px 50px;
  height: 80vh;
}
header.sub {
  height: 550px;
}
header > * {
  position: relative;
  z-index: 1;
}
header .h1-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 940px) {
  header .h1-nav {
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
header .h1-nav h1 {
  margin-right: auto;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}
header .h1-nav nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
header .h1-nav nav ul li:not(:last-child) {
  margin-right: 50px;
}
header .h1-nav nav ul li a {
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
header .h1-nav nav ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 940px) {
  header .h1-nav nav ul {
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  header .h1-nav nav ul li {
    margin-right: inherit !important;
  }
  header .h1-nav nav ul li:not(:last-child) {
    margin-bottom: 45px;
  }
  header .h1-nav nav ul li a {
    font-size: 35px;
    letter-spacing: 0.1em;
  }
}
header p {
  position: absolute;
  left: 0px;
  bottom: 50px;
  color: #fff;
  font-size: 33px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000000;
}
header p .sp {
  display: none;
}
@media (max-width: 940px) {
  header p {
    font-size: 40px;
  }
  header p .sp {
    display: inherit;
  }
}
header .logo {
  position: absolute;
  right: 0px;
  bottom: 50px;
  -webkit-filter: drop-shadow(0 0 5px #ffffff);
          filter: drop-shadow(0 0 5px #ffffff);
}
main section {
  padding: 0 50px;
}
main section .inner .ttl .wrap {
  display: inline-block;
}
main section .inner .ttl .tip {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
main section .inner .ttl .tip .line {
  display: inline-block;
  text-indent: -100vw;
  width: 100%;
  height: 1px;
  max-width: 200px;
  border-top: 1px solid #000;
  margin: 0 0.5em;
}
main section .inner .ttl h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 45px;
  letter-spacing: 0.15em;
  position: relative;
  white-space: nowrap;
  text-shadow: 5px 5px 1px #ffffff, -5px 5px 1px #ffffff, 5px -5px 1px #ffffff, -5px -5px 1px #ffffff, 5px 0px 1px #ffffff, 0px 5px 1px #ffffff, -5px 0px 1px #ffffff, 0px -5px 1px #ffffff;
}
main section .inner .ttl h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  border: 1px solid #999;
  position: absolute;
  top: 50%;
  right: -1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
main section .inner .ttl h2 span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.5em;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-style: normal;
  margin-right: 0.5em;
}
main section .inner .ttl h2 span::after {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 250px;
  min-width: 100px;
  border-top: 1px solid #000;
  height: 1px;
}
main section.tour {
  padding: 100px 50px;
}
main section.tour .inner {
  position: relative;
}
main section.tour .wrap {
  position: absolute;
  right: 0;
  top: -150px;
  display: -webkit-box;
  display: flex;
  max-width: 750px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}
main section.tour .wrap .img {
  min-width: 40%;
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
main section.tour .wrap .img .icon {
  position: relative;
  z-index: 1;
}
main section.tour .wrap .img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
main section.tour .wrap .txt {
  padding: 25px;
}
main section.tour .wrap .txt h2 {
  position: relative;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 25px;
}
main section.tour .wrap .txt h2 span {
  background: -webkit-linear-gradient(transparent 60%, #ff6 60%);
  background: linear-gradient(transparent 60%, #ff6 60%);
}
main section.tour .wrap .txt p {
  font-size: 18px;
  line-height: 1.6em;
}
main section.news {
  padding-top: 100px;
  padding-bottom: 50px;
}
main section.news .inner {
  display: -webkit-box;
  display: flex;
}
main section.news .left {
  min-width: 680px;
}
main section.news .left .ttl {
  margin-bottom: 50px;
}
main section.news .left .txt {
  background-color: #fff;
  padding: 80px 80px 50px 0px;
}
main section.news .left .txt ul li {
  border-top: 1px solid #aaa;
}
main section.news .left .txt ul li:last-child {
  border-bottom: 1px solid #aaa;
}
main section.news .left .txt ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  padding: 25px 10px;
}
main section.news .left .txt ul li a time {
  min-width: 7.5em;
}
main section.news .left .txt ul li a .category {
  min-width: 6em;
}
main section.news .left .txt ul li a h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
}
@media (max-width: 750px) {
  main section.news .left .txt ul li a h3 {
    font-size: 22px;
  }
}
main section.news .left .txt .more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 25px 0 0 0;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
main section.news .left .txt .more:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
@media (max-width: 750px) {
  main section.news .left .txt .more {
    font-size: 22px;
  }
}
main section.news .img {
  width: 100%;
  margin-left: -300px;
  z-index: -1;
}
main section.about {
  padding-top: 100px;
  padding-bottom: 200px;
}
main section.about h2 {
  margin-bottom: 50px;
}
main section.about h2 .sp {
  display: none;
}
@media (max-width: 940px) {
  main section.about h2 .sp {
    display: inherit;
  }
}
main section.about h2 + p {
  font-size: 33px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
@media (max-width: 1160px) {
  main section.about h2 + p {
    margin-bottom: 100px;
  }
}
main section.about dl > div {
  display: -webkit-box;
  display: flex;
}
main section.about dl > div:not(:last-child) {
  margin-bottom: 100px;
}
main section.about dl > div .img {
  width: 100%;
  max-width: 460px;
  margin-right: 80px;
}
@media (max-width: 1160px) {
  main section.about dl > div .img {
    margin-right: 0px;
    left: -50px;
  }
}
main section.about dl > div .txt {
  position: relative;
  padding: 100px 0;
}
main section.about dl > div .txt dt {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 45px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
main section.about dl > div .txt dd {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  main section.about dl > div .txt dd {
    font-size: 22px;
  }
}
main section.about dl > div .txt .img-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: -90px;
}
main section.about dl > div .txt .img-wrap .img2 {
  width: 320px;
}
@media (max-width: 1160px) {
  main section.about dl > div .txt .img-wrap {
    top: -70px;
    right: -50px;
  }
  main section.about dl > div .txt .img-wrap .img2 {
    width: 240px;
  }
}
main section.about dl > div:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
main section.about dl > div:nth-child(even) .img {
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1160px) {
  main section.about dl > div:nth-child(even) .img {
    margin-right: inherit;
    left: inherit;
    margin-left: 0px;
    right: -50px;
  }
}
main section.about dl > div:nth-child(even) .img-wrap {
  top: inherit;
  -webkit-box-pack: start;
          justify-content: flex-start;
  bottom: -90px;
}
@media (max-width: 1160px) {
  main section.about dl > div:nth-child(even) .img-wrap {
    bottom: -70px;
    left: -50px;
  }
  main section.about dl > div:nth-child(even) .img-wrap .img2 {
    width: 240px;
  }
}
main section.wakation {
  padding-top: 100px;
  padding-bottom: 100px;
}
main section.wakation .ttl {
  margin-bottom: 100px;
}
@media (max-width: 940px) {
  main section.wakation .ttl h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  main section.wakation .ttl h2 span {
    margin-bottom: 15px;
  }
}
main section.wakation .wrap {
  display: -webkit-box;
  display: flex;
}
main section.wakation .wrap .img {
  min-width: 50%;
  margin-right: 80px;
}
@media (max-width: 1160px) {
  main section.wakation .wrap .img {
    min-width: 40%;
    margin-right: 0px;
    left: -50px;
  }
}
main section.wakation .wrap .txt {
  font-size: 23px;
  line-height: 1.8em;
  letter-spacing: 0.2em;
}
main section.workspace-vacation {
  background-color: #E8E8E8;
  padding: 50px 50px;
}
main section.workspace-vacation ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
main section.workspace-vacation ul li {
  width: calc((100% - 15px) / 2);
}
main section.workspace-vacation ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
main section.workspace-vacation ul li a .txt {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 0 25px;
  font-size: 20px;
  height: 80px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: bold;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
main section.workspace-vacation ul li a:hover .txt {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  height: 100%;
}
@media (max-width: 1160px) {
  main section.workspace-vacation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  main section.workspace-vacation ul li {
    width: 100%;
  }
  main section.workspace-vacation ul li:not(:last-child) {
    margin-bottom: 50px;
  }
}
main section.youtube {
  padding: 100px 50px;
}
main section.youtube .ttl {
  margin-bottom: 100px;
}
@media (max-width: 940px) {
  main section.youtube .ttl h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  main section.youtube .ttl h2 span {
    margin-bottom: 15px;
  }
}
main section.youtube ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
main section.youtube ul li {
  width: calc((100% - 25px * 2) / 3);
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  main section.youtube ul li {
    width: calc((100% - 25px * 1) / 2);
    margin-bottom: 25px;
  }
}
main section.youtube ul li a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  display: block;
}
main section.youtube ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
main section.youtube ul li .img {
  background-color: #666;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
main section.youtube ul li .img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
main section.youtube ul li h4 {
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  letter-spacing: 0.1em;
}
main section.youtube ul li.empty {
  height: 0;
  margin: 0;
}
main section.youtube .more {
  background-color: #CE3B32;
  border: 1px solid #CE3B32;
  color: #fff;
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 20px;
  margin: 0 auto;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
main section.youtube .more:hover {
  background-color: #fff;
  color: #CE3B32;
}
main section.workspace-list,
main section.news-list,
main section.vacation-list {
  padding: 100px 50px;
}
main section.workspace-list .ttl,
main section.news-list .ttl,
main section.vacation-list .ttl {
  margin-bottom: 50px;
}
main section.workspace-list .items.news > div,
main section.news-list .items.news > div,
main section.vacation-list .items.news > div {
  padding: 50px 0;
}
main section.workspace-list .items.news > div:not(:last-child),
main section.news-list .items.news > div:not(:last-child),
main section.vacation-list .items.news > div:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
main section.workspace-list .items.news > div dt,
main section.news-list .items.news > div dt,
main section.vacation-list .items.news > div dt {
  margin-bottom: 25px;
}
main section.workspace-list .items.news > div dt time,
main section.news-list .items.news > div dt time,
main section.vacation-list .items.news > div dt time {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #999;
}
main section.workspace-list .items.news > div dt h3,
main section.news-list .items.news > div dt h3,
main section.vacation-list .items.news > div dt h3 {
  line-height: 1.4em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main section.workspace-list .items.news > div dt .category,
main section.news-list .items.news > div dt .category,
main section.vacation-list .items.news > div dt .category {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.1em;
}
main section.workspace-list .items.news > div dd p,
main section.news-list .items.news > div dd p,
main section.vacation-list .items.news > div dd p {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
main section.workspace-list .items.workspace > div:not(:last-child),
main section.news-list .items.workspace > div:not(:last-child),
main section.vacation-list .items.workspace > div:not(:last-child) {
  margin-bottom: 100px;
}
main section.workspace-list .items.workspace > div dt,
main section.news-list .items.workspace > div dt,
main section.vacation-list .items.workspace > div dt {
  border-bottom: 1px solid #000;
  font-size: 24px;
  padding: 15px 0;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
main section.workspace-list .items.workspace > div dd,
main section.news-list .items.workspace > div dd,
main section.vacation-list .items.workspace > div dd {
  line-height: 1.6em;
  padding: 25px 0;
  font-size: 20px;
}
main section.workspace-list .items.workspace > div dd ul,
main section.news-list .items.workspace > div dd ul,
main section.vacation-list .items.workspace > div dd ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
main section.workspace-list .items.workspace > div dd ul li,
main section.news-list .items.workspace > div dd ul li,
main section.vacation-list .items.workspace > div dd ul li {
  width: calc((100% - 20px * 2) / 3);
}
@media (max-width: 960px) {
  main section.workspace-list .items.workspace > div dd ul li,
  main section.news-list .items.workspace > div dd ul li,
  main section.vacation-list .items.workspace > div dd ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main section.contact {
  padding: 100px 50px;
}
main section.contact .ttl {
  margin-bottom: 100px;
}
main section.contact form {
  max-width: 640px;
  margin: 0 auto;
}
main section.contact form label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
main section.contact form input {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 18px;
  margin-bottom: 25px;
  border: 1px solid #aaa;
}
main section.contact form textarea {
  width: 100%;
  padding: 0.5em;
  font-size: 18px;
  border: 1px solid #aaa;
  height: 400px;
  margin-bottom: 25px;
}
main section.contact form button {
  width: 300px;
  height: 50px;
  margin: 0 auto;
  display: block;
  letter-spacing: 1em;
  text-indent: 1em;
  font-size: 20px;
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
main section.contact form button:hover {
  background-color: #fff;
  color: #000;
}
footer {
  background-image: -webkit-linear-gradient(45deg, #524742, #221816);
  background-image: linear-gradient(45deg, #524742, #221816);
  padding: 0px 50px 50px 50px;
}
footer .map {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 50px;
  height: 400px;
}
footer .map iframe {
  width: 100%;
  height: 100%;
}
footer .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
footer .left {
  width: 50%;
}
footer .left .logo {
  margin-bottom: 50px;
}
footer .left p {
  font-size: 18px;
  color: #9C7C52;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
footer .right {
  width: 50%;
}
footer .right .nav {
  color: #fff;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
footer .right .nav li {
  width: calc(100% / 3);
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
footer .right .nav li a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
footer .right .nav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
footer .right dl {
  color: #9C7C52;
  letter-spacing: 0.2em;
}
footer .right dl a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
footer .right dl a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}
footer .right dl > div {
  display: -webkit-box;
  display: flex;
}
footer .right dl > div:not(:last-child) {
  margin-bottom: 25px;
}
footer .right dl > div dt {
  min-width: 6em;
  font-weight: bold;
}
footer .right dl > div dd li:not(:last-child) {
  margin-bottom: 15px;
}
footer .who {
  width: 100%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}
footer small {
  width: 100%;
  color: #9C7C52;
  letter-spacing: 0.1em;
}
@media (max-width: 1160px) {
  footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  footer .left {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  footer .left p {
    font-size: 24px;
  }
  footer .right {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .right .nav li {
    width: calc(100% / 3);
    text-align: center;
    font-size: 22px;
  }
  footer .right dl {
    font-size: 24px;
  }
  footer .right dl > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
  footer .right dl > div dt {
    min-width: inherit;
    margin-bottom: 35px;
  }
  footer .right dl > div dd {
    margin-bottom: 25px;
  }
  footer .right dl > div dd ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .who {
    margin-bottom: 25px;
    text-align: center;
  }
  footer small {
    text-align: center;
  }
}
section.movies {
  margin-bottom: 100px;
}
section.movies h2 {
  margin-bottom: 100px;
}
section.movies ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 960px) {
  section.movies ul {
    grid-template-columns: 1fr;
  }
}
section.movies ul li a {
  display: block;
  background-color: #ce3b32;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
section.movies ul li a:hover {
  background-color: #fff;
  color: #ce3b32;
  border: 1px solid #ce3b32;
}
