@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html,
  body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  box-sizing: border-box;
  list-style: none;
}

body {
  color: #222;
  font-size: 0.9em;
  -webkit-text-size-adjust: 100%;
}
body * {
  /*font-family: kinuta-mincho-stdn, sans-serif;*/
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #999;
}

a:hover img {
  transform: translateY(-5px);
}

a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

/* media query */
@media screen {
  .fade__0 {
    opacity: 0;
    transition: 1s;
  }
  .fade__B {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }
  .fade__L {
    opacity: 0;
    transition: 1s;
    transform: translate(-20px, 0);
  }
  .fadeReset {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .np {
    display: none;
  }
}
.float_bnr {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .float_bnr {
    bottom: 85px;
  }
}
@media screen and (max-width: 960px) {
  .float_bnr.bottom {
    bottom: 10px !important;
    right: 10px !important;
  }
}
.float_bnr a img {
  max-width: 130px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .float_bnr a img {
    max-width: 100px;
  }
}
.float_bnr .close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #222;
  color: #fff;
  text-align: center;
  top: -8px;
  right: -5px;
  line-height: 1.8rem;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 1.2rem;
  z-index: 1;
}
.float_bnr.small {
  transition: 0.5s;
}
.float_bnr.small a {
  font-size: 0;
}
.float_bnr.small a img {
  max-width: none;
}

#bannerArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #80214d;
  border-radius: 30px 0 0 30px;
  transition: 0.5s;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #bannerArea {
    display: none;
  }
}
#bannerArea .close {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #222;
  color: #fff;
  text-align: center;
  top: -15px;
  right: 8px;
  line-height: 1.8rem;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 1.2rem;
  z-index: 1;
}
@media screen and (max-width: 668px) {
  #bannerArea .close {
    top: -20px;
  }
}
#bannerArea > div {
  display: flex;
  align-self: center;
}
#bannerArea > div .triggerBtn {
  display: block;
  cursor: pointer;
  padding: 0 15px;
  border-radius: 50%;
  background: #994d71;
}
@media screen and (max-width: 668px) {
  #bannerArea > div .triggerBtn {
    padding: 0 12px;
  }
}
#bannerArea > div .triggerBtn img {
  width: 20px;
  display: block;
  padding-top: 15px;
}
@media screen and (max-width: 668px) {
  #bannerArea > div .triggerBtn img {
    padding-top: 11px;
  }
}
#bannerArea > div a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 668px) {
  #bannerArea > div a {
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.9rem;
    order: 1;
  }
}

.bx-wrapper {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
}

#wrapper {
  overflow: hidden;
}

/* -------------------------------------------------

accessModal

------------------------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  scrollbar-width: none;
  z-index: 9999;
}
#layer_board_area > p {
  width: 40px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
#layer_board_area > p img {
  width: 100%;
}
#layer_board_area .layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}
#layer_board_area .layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 3em auto;
  box-sizing: border-box;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 668px) {
  #layer_board_area .layer_board {
    text-align: left;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #layer_board_area .layer_board {
    width: calc(100% - 40px);
  }
}
#layer_board_area .layer_board > h3 {
  margin-bottom: 5px;
}
#layer_board_area .layer_board > h3 span.important {
  background-color: #CB4B4B;
  color: #fff;
  font-size: 0.85em;
  display: inline-block;
  line-height: 100%;
  padding: 5px 7px 4px 10px;
  margin-right: 8px;
  letter-spacing: 3px;
}
#layer_board_area .layer_board p {
  margin-bottom: 15px;
}
#layer_board_area .layer_board p.date {
  letter-spacing: 1px;
  font-size: 0.9em;
  margin-bottom: 5px;
}
#layer_board_area .layer_board a {
  color: #fff;
  text-decoration: underline;
}
#layer_board_area .layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header.headStd {
  position: relative;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.headStd.navHeight {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  header.headStd {
    height: 100px;
  }
}
@media screen and (max-width: 668px) {
  header.headStd {
    height: 80px;
  }
}
header.headStd > div {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  header.headStd > div {
    left: 20px;
  }
}
header.headStd > div p.logo {
  width: 80px;
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  header.headStd > div p.logo {
    width: 70px;
  }
}
@media screen and (max-width: 668px) {
  header.headStd > div p.logo {
    width: 60px;
  }
}
header.headStd > div > div > p {
  font-size: 0.9em;
}
header.headStd > div > div > p img {
  width: 17px !important;
  vertical-align: middle;
  margin-right: 7px;
}
@media screen and (max-width: 960px) {
  header.headStd > div > div > p {
    display: none;
  }
}
header.headStd > div > div > p:not(:first-child) {
  margin-top: 5px;
}
header.headStd > h1 {
  font-size: 1.5em;
}
@media screen and (max-width: 960px) {
  header.headStd > h1 {
    font-size: 1.3em;
    margin: 0 80px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0 20px 0 95px;
    width: 100%;
  }
}
header.headStd > h1 a {
  display: block;
  text-align: center;
  line-height: 140%;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  header.headStd > h1 a {
    letter-spacing: 0px;
    line-height: 120%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > h1 a {
    text-align: left;
  }
}
header.headStd > h1 a span {
  display: block;
  font-size: 0.5em;
  color: #aaa;
  margin-top: 5px;
  letter-spacing: 1px;
  line-height: 120%;
}
header.headStd address {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
header.headStd address > p.tel a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
header.headStd address > p.tel a::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22icon_tel%22%20d%3D%22M14.572%2C10.606%2C11.291%2C9.2a.7.7%2C0%2C0%2C0-.82.2L9.017%2C11.177A10.859%2C10.859%2C0%2C0%2C1%2C3.826%2C5.986L5.6%2C4.533a.7.7%2C0%2C0%2C0%2C.2-.82L4.4.431A.708.708%2C0%2C0%2C0%2C3.592.024L.545.727A.7.7%2C0%2C0%2C0%2C0%2C1.412%2C13.592%2C13.592%2C0%2C0%2C0%2C13.594%2C15.006a.7.7%2C0%2C0%2C0%2C.686-.545l.7-3.047a.712.712%2C0%2C0%2C0-.41-.809Z%22%20transform%3D%22translate(0%20-0.006)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
@media all and (max-width: 1200px) {
  header.headStd address {
    display: none;
  }
}
header.headStd address > p.textlink a {
  position: relative;
  text-decoration: underline;
  padding: 0 0 0 1em;
}
header.headStd address > p.textlink a::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2231%22%20viewBox%3D%220%200%2017%2031%22%3E%3Cg%20transform%3D%22translate(133.507%20-2178.564)%22%3E%3Cline%20x2%3D%2219.701%22%20y2%3D%220.299%22%20transform%3D%22translate(-131.789%202180)%20rotate(45)%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cline%20y1%3D%220.298%22%20x2%3D%2219.701%22%20transform%3D%22translate(-132.071%202208.789)%20rotate(-45)%22%20fill%3D%22none%22%20stroke%3D%22%23222%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 56%;
  transform: translateY(-50%);
  left: 0.3em;
  width: 5px;
  height: 10px;
}
header.headStd address > p.textlink a[href^="https://"], header.headStd address > p.textlink a[href^="http://"] {
  padding: 0 1.5em 0 1em;
}
header.headStd address > p.textlink a[href^="https://"]::after, header.headStd address > p.textlink a[href^="http://"]::after {
  position: absolute;
  content: "";
  background: url(../images/icon_externallink.svg) center center/cover no-repeat;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5em;
  width: 12px;
  height: 12px;
}
@media all and (max-width: 1200px) {
  header.headStd address > p.textlink {
    display: none;
  }
}
header.headStd > p.favIcon {
  font-size: 0.8em;
  border-radius: 7px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  line-height: 100%;
  cursor: pointer;
  box-shadow: 2px 2px 0 0 rgba(34, 34, 34, 0.05);
  position: absolute;
  right: 15px;
  top: 10px;
}
header.headStd > p.favIcon::after {
  content: "";
  margin-left: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20576%20512%22%20style%3D%22enable-background%3Anew%200%200%20576%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EEEEEE%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M353.9%2C195.5h199.4c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2v0.5c0%2C0.4-0.2%2C0.8-0.5%2C1L392.3%2C315.3c-0.4%2C0.3-0.6%2C0.9-0.4%2C1.4%20l63.3%2C192.6c0.2%2C0.6-0.1%2C1.3-0.8%2C1.5l0%2C0c-0.4%2C0.1-0.8%2C0.1-1.1-0.2l-164-118.9c-0.4-0.3-1-0.3-1.4%2C0l-164%2C118.9%20c-0.3%2C0.2-0.7%2C0.3-1.1%2C0.2h0c-0.6-0.2-1-0.9-0.8-1.5l63.3-192.6c0.2-0.5%2C0-1-0.4-1.4L23%2C198.1c-0.3-0.2-0.5-0.6-0.5-1v-0.5%20c0-0.7%2C0.5-1.2%2C1.2-1.2h199.4c0.5%2C0%2C1-0.3%2C1.1-0.8L287.1%2C2.8c0.2-0.5%2C0.6-0.8%2C1.1-0.8h0.6c0.5%2C0%2C1%2C0.3%2C1.1%2C0.8l62.8%2C191.8%20C352.9%2C195.1%2C353.4%2C195.5%2C353.9%2C195.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}
header.headStd > p.favIcon.on {
  color: #fff;
  background-color: #222;
}
header.headStd > p.favIcon.on::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M182.7%2C440.2L33.4%2C290.9c-9-9-9-23.5%2C0-32.5l32.5-32.5c9-9%2C23.5-9%2C32.5%2C0l100.6%2C100.6l215.4-215.4%20c9-9%2C23.5-9%2C32.5%2C0l32.5%2C32.5c9%2C9%2C9%2C23.5%2C0%2C32.5L215.2%2C440.2C206.2%2C449.1%2C191.7%2C449.1%2C182.7%2C440.2L182.7%2C440.2z%22%2F%3E%3C%2Fsvg%3E);
}
@media screen and (max-width: 960px) {
  header.headStd > p.favIcon {
    display: none;
  }
}
header.headStd > p.rightBtn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  header.headStd > p.rightBtn {
    right: 20px;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  header.headStd > p.rightBtn {
    right: 10px;
  }
}
header.headStd > p.rightBtn a {
  font-size: 0.9em;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > p.rightBtn a {
    font-size: 0.8em;
    letter-spacing: -1px;
  }
}
header.headStd > p.rightBtn a img {
  width: 16px !important;
  vertical-align: middle;
  margin-right: 5px;
}
header.headStd > p.rightBtn.logout {
  border: 1px solid #ccc;
  padding: 3px 7px 0px 9px;
  border-radius: 7px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > p.rightBtn.logout {
    padding: 1px 7px 3px 9px;
  }
}
header.headStd > p.rightBtn.logout a {
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > p.rightBtn.logout a {
    font-size: 0.8em;
    letter-spacing: -1px;
  }
}
header.headStd > p.rightBtn.logout a img {
  width: 18px !important;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  header.headStd > p.rightBtn.logout a img {
    width: 16px !important;
  }
}

nav.navStd {
  background-color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.navStd.mypage {
  background-color: #548235;
}
nav.navStd.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
nav.navStd > ul {
  display: flex;
  margin-left: 20px;
}
nav.navStd > ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.1em;
}
@media screen and (max-width: 1440px) {
  nav.navStd > ul li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1360px) {
  nav.navStd > ul li a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1300px) {
  nav.navStd > ul li a {
    padding: 10px;
  }
}
@media screen and (max-width: 1101px) {
  nav.navStd > ul li a {
    padding: 10px 8px;
    font-size: 0.9em;
  }
}
nav.navStd > ul li.line a {
  padding: 0 20px 9px;
  line-height: 0.9;
}
@media screen and (max-width: 1500px) {
  nav.navStd > ul li.line a {
    padding: 0 10px 9px;
  }
}
@media screen and (max-width: 1300px) {
  nav.navStd > ul li.line a {
    padding: 0 10px 9px;
  }
}
@media screen and (max-width: 1101px) {
  nav.navStd > ul li.line a {
    padding: 0 8px 9px;
  }
}
nav.navStd > ul li.line a span {
  display: block;
  font-size: 0.9em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  nav.navStd > ul {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  nav.navStd > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
nav.navStd > div p.spMenu {
  display: none;
}
@media screen and (max-width: 1000px) {
  nav.navStd > div p.spMenu {
    display: block;
    width: 40px;
    margin-left: 20px;
  }
  nav.navStd > div p.spMenu a {
    line-height: 100%;
    display: block;
  }
  nav.navStd > div p.spMenu a img {
    width: 100%;
  }
}
nav.navStd > div p.calendar a {
  display: block;
  padding: 10px 20px;
  color: #222;
  background-color: #fff;
  font-size: 1.1em;
  border: 1px solid #222;
}
@media screen and (max-width: 1440px) {
  nav.navStd > div p.calendar a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1360px) {
  nav.navStd > div p.calendar a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1300px) {
  nav.navStd > div p.calendar a {
    padding: 10px;
  }
}
@media screen and (max-width: 668px) {
  nav.navStd > div p.calendar a {
    padding: 10px;
  }
}
nav.navStd > div p.calendar a::before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218.59%22%20viewBox%3D%220%200%2018%2018.59%22%3E%3Cpath%20d%3D%22M16.071%2C9.294H6.107V5.551A2.782%2C2.782%2C0%2C0%2C1%2C8.972%2C2.9a2.771%2C2.771%2C0%2C0%2C1%2C2.921%2C2.614V6.1a.919.919%2C0%2C0%2C0%2C.964.871h1.286a.919.919%2C0%2C0%2C0%2C.964-.871V5.518c0-3.05-2.752-5.53-6.127-5.519A5.865%2C5.865%2C0%2C0%2C0%2C2.893%2C5.572V9.294H1.929A1.843%2C1.843%2C0%2C0%2C0%2C0%2C11.037v5.809a1.843%2C1.843%2C0%2C0%2C0%2C1.929%2C1.743H16.071A1.843%2C1.843%2C0%2C0%2C0%2C18%2C16.846V11.037A1.843%2C1.843%2C0%2C0%2C0%2C16.071%2C9.294Zm-5.464%2C5.519A1.535%2C1.535%2C0%2C0%2C1%2C9%2C16.265a1.535%2C1.535%2C0%2C0%2C1-1.607-1.452V13.07A1.535%2C1.535%2C0%2C0%2C1%2C9%2C11.618a1.535%2C1.535%2C0%2C0%2C1%2C1.607%2C1.452Z%22%20transform%3D%22translate(0%200.001)%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 1300px) {
  nav.navStd > div p.calendar a::before {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 668px) {
  nav.navStd > div p.calendar a span small {
    display: none;
  }
}

.rightMenu {
  position: fixed;
  z-index: 500;
  width: 140px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
}
@media screen and (max-width: 960px) {
  .rightMenu {
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
    display: flex;
  }
}
.rightMenu > p a {
  display: block;
  background-color: #222;
  color: #fff;
  margin-bottom: 10px;
  padding: 20px 0;
  text-align: center;
}
.rightMenu > p a img {
  width: 67px !important;
}
.rightMenu > p a span {
  display: block;
  margin-top: 15px;
  letter-spacing: 2px;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .rightMenu > p a {
    padding: 10px 0 0;
    width: 100px;
    height: 70px;
    margin-bottom: 0;
  }
  .rightMenu > p a img {
    width: 37px !important;
  }
  .rightMenu > p a span {
    margin-top: 5px;
    font-size: 0.85em;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightMenu > p a {
    width: 80px;
  }
}
@media screen and (max-width: 960px) {
  .rightMenu > ul {
    display: flex;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightMenu > ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 960px) {
  .rightMenu > ul li {
    width: 33.3333333333%;
  }
}
.rightMenu > ul li a {
  display: block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px 0 20px 15px;
  letter-spacing: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
}
.rightMenu > ul li a img {
  width: 18px !important;
}
.rightMenu > ul li a span {
  margin-left: 15px;
  line-height: 100%;
}
.rightMenu > ul li a.mh {
  padding: 15px 0 15px 15px;
}
.rightMenu > ul li a.mh span {
  padding-left: 8px;
}
.rightMenu > ul li a.mh span small {
  display: block;
  margin: -1px 0 0 33px;
  font-size: 1em;
  line-height: 100%;
}
@media screen and (max-width: 960px) {
  .rightMenu > ul li a {
    height: 70px;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.05);
  }
  .rightMenu > ul li a.mh {
    padding: 20px 0 20px 15px;
  }
  .rightMenu > ul li a.mh span small {
    display: inline;
    margin: 0;
    font-size: 1em;
  }
}
@media screen and (max-width: 668px) {
  .rightMenu > ul li a {
    padding: 10px 0 0;
    font-size: 0.9em;
  }
  .rightMenu > ul li a span {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }
  .rightMenu > ul li a.mh {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightMenu > ul li a.mh img {
    display: none;
  }
  .rightMenu > ul li a.mh span {
    line-height: 170%;
  }
  .rightMenu > ul li a.mh span small {
    display: block;
  }
}
.rightMenu > ul li:nth-child(2) a {
  letter-spacing: 0px;
  font-size: 0.9em;
}
.rightMenu > ul li:nth-child(2) a span {
  margin-left: 8px;
}
@media screen and (max-width: 668px) {
  .rightMenu > ul li:nth-child(2) a {
    letter-spacing: -1px;
  }
  .rightMenu > ul li:nth-child(2) a span {
    margin-left: 0;
  }
}
.rightMenu > ul li.reserve {
  display: none;
}
@media screen and (max-width: 960px) {
  .rightMenu > ul li.reserve {
    display: block;
  }
}
.rightMenu > ul li.reserve a {
  background: #80214d;
  color: #fff;
}
.rightMenu.hide {
  transform: translate(140px, -50%);
}
@media screen and (max-width: 960px) {
  .rightMenu.hide {
    transform: translate(0, 0);
  }
}

/* -------------------------------------------------

menuCommon

------------------------------------------------- */
.menuCommon {
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.menuCommon > p.closeBtn {
  width: 40px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.menuCommon > p.closeBtn img {
  width: 100%;
}
.menuCommon * {
  color: #fff;
  line-height: 150%;
}
.menuCommon a {
  display: inline-block;
  transition: 0.5s;
}
.menuCommon a:hover {
  transform: translateX(5px);
}

/* ----------------------

rightContentsMenu

----------------------- */
.rightContentsMenu {
  width: 1200px;
}
.rightContentsMenu > p {
  font-size: 1.2em;
  font-weight: 700;
  margin-left: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .rightContentsMenu > p {
    font-size: 1.1em;
  }
}
.rightContentsMenu > div {
  display: flex;
  flex-wrap: wrap;
}
.rightContentsMenu > div > dl {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsMenu > div > dl {
    width: 100%;
    padding-bottom: 20px;
  }
}
.rightContentsMenu > div > dl dt {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
}
.rightContentsMenu > div > dl dt.cateTit {
  letter-spacing: 2px;
  font-weight: normal;
  margin-bottom: 30px;
}
.rightContentsMenu > div > dl dt.cateTit::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  margin: 0 10px 1px 0;
}
.rightContentsMenu > div > dl dd {
  display: list-item;
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 15px;
}
.rightContentsMenu > div > dl dd.mb30 {
  margin-bottom: 30px;
}
.rightContentsMenu > ul {
  margin: 50px 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightContentsMenu > ul li {
  width: calc(50% - 20px);
}
@media screen and (max-width: 960px) {
  .rightContentsMenu > ul li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 668px) {
  .rightContentsMenu > ul li {
    width: 100%;
  }
}
.rightContentsMenu > ul li.reserve {
  border-radius: 5px;
  border: 1px solid #fff;
}
.rightContentsMenu > ul li.reserve a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 6;
  min-height: 97px;
}
@media screen and (max-width: 960px) {
  .rightContentsMenu > ul li.reserve a {
    line-height: 4;
    min-height: auto;
  }
}
.rightContentsMenu > ul li.reserve a img {
  max-width: 18px;
  margin: 0 10px 0 0;
  vertical-align: text-bottom;
}
.rightContentsMenu > ul li.reserve a:hover img {
  transform: translateY(0);
}

/* ----------------------

rightContentsCalendar

----------------------- */
.rightContentsCalendar {
  width: 550px;
}
@media screen and (max-width: 668px) {
  .rightContentsCalendar {
    padding-top: 30px;
  }
}
.rightContentsCalendar p a {
  display: block;
  border: 1px solid #fff;
  padding: 20px 10px;
  text-align: center;
  margin: 0 0 20px;
  font-size: 1.2em;
}
.rightContentsCalendar p a span {
  font-size: 0.6em;
  display: block;
}
@media screen and (max-width: 668px) {
  .rightContentsCalendar p a span {
    font-size: 0.7em;
  }
}
.rightContentsCalendar p.online a {
  background: #fff;
  color: #222;
  padding: 30px 20px;
  font-size: 1.5em;
}
@media screen and (max-width: 668px) {
  .rightContentsCalendar p.online a {
    font-size: 1.3em;
  }
}
.rightContentsCalendar p.online a span {
  color: #222;
}
.rightContentsCalendar .column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .rightContentsCalendar .column {
    display: block;
  }
}
.rightContentsCalendar .column p {
  width: 48.5%;
}
@media screen and (max-width: 668px) {
  .rightContentsCalendar .column p {
    width: 100%;
  }
}

/* ----------------------

rightContentsHvc

----------------------- */
.rightContentsHvc {
  width: 1200px;
}
@media all and (max-width: 1200px) {
  .rightContentsHvc {
    width: 100%;
  }
}
.rightContentsHvc > div {
  display: flex;
  flex-wrap: wrap;
}
.rightContentsHvc > div > div {
  display: block;
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  .rightContentsHvc > div > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsHvc > div > div {
    width: 100%;
  }
}
.rightContentsHvc > div > div p {
  margin-bottom: 20px;
}
.rightContentsHvc > div > div p.areaTit {
  letter-spacing: 3px;
  padding-top: 20px;
}
.rightContentsHvc > div > div p.areaTit::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  margin: 0 10px 1px 0;
}
.rightContentsHvc > div > div p.categoryTit {
  letter-spacing: 3px;
  padding-top: 20px;
}
.rightContentsHvc > div > div p.categoryTit::before {
  content: "《";
  color: rgba(255, 255, 255, 0.5);
  padding-right: 5px;
}
.rightContentsHvc > div > div p.categoryTit::after {
  content: "》";
  padding-left: 5px;
}
.rightContentsHvc > div > div p a {
  display: block;
  font-size: 1.05em;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .rightContentsHvc > div > div p a {
    font-size: 1em;
  }
}
.rightContentsHvc > div > div p a span {
  font-size: 0.8em;
  letter-spacing: 2px;
  margin-top: 3px;
  display: block;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsHvc > div > div p a span {
    display: inline-block;
  }
  .rightContentsHvc > div > div p a span:before {
    content: "―";
    display: inline-block;
    color: #777;
    margin: 0 5px 0 10px;
  }
}

/* ----------------------

rightContentsUser

----------------------- */
.rightContentsUser {
  width: 1200px;
}
@media all and (max-width: 1200px) {
  .rightContentsUser {
    width: 100%;
  }
}
.rightContentsUser > section {
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsUser > section {
    margin-top: 30px;
  }
}
.rightContentsUser > section > h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 0 0 30px;
}
.rightContentsUser > section > div table {
  width: auto;
  margin: 0 auto 20px;
}
.rightContentsUser > section > div table th,
.rightContentsUser > section > div table td {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsUser > section > div table th,
  .rightContentsUser > section > div table td {
    display: block;
  }
}
.rightContentsUser > section > div table th {
  padding-right: 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsUser > section > div table th {
    text-align: center;
  }
}
.rightContentsUser > section > div table td input {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsUser > section > div table td input {
    width: 100%;
  }
}
.rightContentsUser > section > div div.submitBtn {
  text-align: center;
}
.rightContentsUser > section > div div.submitBtn input[type=submit] {
  padding: 10px 50px;
}
.rightContentsUser > section > div.welcome {
  text-align: center;
}
.rightContentsUser > section > div.welcome p {
  display: inline;
}
.rightContentsUser > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightContentsUser > ul li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .rightContentsUser > ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.rightContentsUser > ul li a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 20px 40px 20px 25px;
  display: block;
  color: #fff;
}
.rightContentsUser > ul li a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.rightContentsUser > ul li a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .rightContentsUser > ul li a {
    padding: 15px 35px 15px 15px;
  }
}
.rightContentsUser > ul li a:hover::after {
  right: 15px;
}
@media screen and (max-width: 668px) {
  .rightContentsUser > ul li a {
    font-size: 0.9em;
  }
}

#contents > div.topicPath {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
#contents > div.topicPath > p:not(:first-of-type) > a::before, #contents > div.topicPath > p:not(:first-of-type) > span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 7px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210.58%22%20viewBox%3D%220%200%206%2010.58%22%3E%3Cpath%20d%3D%22M0%2C117.165v-9.154a.711.711%2C0%2C0%2C1%2C1.215-.5l4.577%2C4.577a.712.712%2C0%2C0%2C1%2C0%2C1.006l-4.577%2C4.577A.711.711%2C0%2C0%2C1%2C0%2C117.165Z%22%20transform%3D%22translate(0%20-107.298)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
#contents > div.topicPath > p > a {
  display: block;
  text-decoration: underline;
  font-size: 0.9em;
}
#contents > div.topicPath > p > span {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}
#contents > div.pageName {
  padding: 20px 30px 60px;
}
@media screen and (max-width: 668px) {
  #contents > div.pageName {
    padding: 10px 20px 40px;
  }
}
#contents > div.pageName > section > h2 {
  text-align: center;
  font-size: 2.5em;
  letter-spacing: 1px;
  line-height: 140%;
}
@media screen and (max-width: 960px) {
  #contents > div.pageName > section > h2 {
    font-size: 1.8em;
  }
}

.tadaimaArea {
  background: url(../images/bg_gray.png);
}
.tadaimaArea > section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .tadaimaArea > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tadaimaArea > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.tadaimaArea > section > p.titleCopy {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > p.titleCopy {
    font-size: 1em;
  }
}
.tadaimaArea > section > p.link {
  text-align: center;
}
.tadaimaArea > section > p.link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
}
.tadaimaArea > section > p.link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.tadaimaArea > section > p.link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > p.link a {
    padding: 10px 35px 10px 15px;
  }
}
.tadaimaArea > section > p.link a:hover::after {
  right: 15px;
}
.tadaimaArea > section > h2 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > h2 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 668px) {
  .tadaimaArea > section > h2 {
    font-size: 1.5em;
  }
}
.tadaimaArea > section > div {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tadaimaArea > section > div article {
  width: calc(33.3333333333% - 33px);
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > div article {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tadaimaArea > section > div article {
    margin-bottom: 20px;
  }
}
.tadaimaArea > section > div article > h3 {
  font-size: 1.3em;
  line-height: 160%;
  margin: 7px 0 10px;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > div article > h3 {
    font-size: 1.2em;
  }
}
.tadaimaArea > section > div article > h3 a {
  line-height: 160%;
}
.tadaimaArea > section > div article > p.photo {
  overflow: hidden;
}
.tadaimaArea > section > div article > p.photo a {
  display: block;
  height: 0;
  padding-top: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tadaimaArea > section > div article > p.photo a:hover {
  transform: scale(1.05);
}
.tadaimaArea > section > div article > p.hotel a {
  display: block;
  background-color: #222;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 960px) {
  .tadaimaArea > section > div article > p.hotel a {
    letter-spacing: 0px;
  }
}
.tadaimaArea > section > div article > p.hotel a::before {
  display: inline-block;
  background-color: #ccc;
  content: "";
  border: 1px solid #fff;
  margin-bottom: 4px;
  width: 30px;
  margin-right: 8px;
  transition: 0.5s;
}
.tadaimaArea > section > div article > p.hotel a:hover::before {
  width: 35px;
}
.tadaimaArea > section > div article > p.date {
  font-size: 0.9em;
  color: #888;
}
.tadaimaArea > section > div article > p.date:not(:nth-child(3)) {
  margin-top: 10px;
}
.tadaimaArea > section > div article > p.name a > span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tadaimaArea > section > div article > p.name a > span img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.tadaimaArea > section > div article > p.name a:hover img {
  transform: translateY(0);
}
.tadaimaArea > section > div article > ul {
  display: flex;
  flex-wrap: wrap;
}
.tadaimaArea > section > div article > ul li {
  display: inline-block;
}
.tadaimaArea > section > div article > ul li a {
  display: block;
  background-color: #E1DCDB;
  font-size: 0.85em;
  line-height: 140%;
  border-radius: 7px;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
}

input[type=text],
input[type=button],
input[type=email],
input[type=submit],
textarea,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}
input[type=text]:focus,
input[type=button]:focus,
input[type=email]:focus,
input[type=submit]:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  border: 1px solid #222;
  padding: 20px;
  font-size: 1.1em;
  letter-spacing: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.239%22%20height%3D%225%22%20viewBox%3D%220%200%208.239%205%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(45.896%20-27.494)%20rotate(90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
}

input[type=submit] {
  background-color: #222;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #964B6E;
}

.footerBanner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1200px) {
  .footerBanner {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerBanner {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.footerBanner div.footerSlick p a {
  display: block;
  height: 0;
  padding-top: 23%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footerMenu {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .footerMenu {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .footerMenu {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  .footerMenu {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 668px) {
  .footerMenu {
    padding-top: 30px;
  }
}
.footerMenu > div {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 668px) {
  .footerMenu > div {
    width: 100%;
  }
}
.footerMenu > div > dl {
  margin-bottom: 40px;
}
.footerMenu > div > dl dt {
  font-weight: 400;
  font-size: 1.15em;
  line-height: 150%;
}
.footerMenu > div > dl dd {
  margin-top: 7px;
  font-size: 0.95em;
}
.footerMenu > div > dl a {
  display: inline-block;
}
.footerMenu > div > dl a:hover {
  transform: translateX(5px);
}

footer {
  background: url(../images/bg_gray.png);
  padding: 50px 30px 40px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  footer {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 668px) {
  footer {
    padding: 40px 20px 100px;
  }
}
footer > h6 {
  width: 90px;
  margin: 0 auto 30px;
}
footer > p.text {
  line-height: 250%;
  font-size: 0.95em;
}
footer > p.copy {
  margin-top: 30px;
  color: #ccc;
}

.gotop {
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 0;
  padding: 20px 0;
  display: none !important;
}
@media screen and (max-width: 960px) {
  .gotop {
    bottom: 60px;
  }
}
@media screen and (max-width: 668px) {
  .gotop {
    right: 15px;
    width: 30px;
  }
}
.gotop a {
  padding: 10px 0;
}
.gotop a:hover {
  transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}