@charset "UTF-8";
@keyframes wink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@font-face {
  font-family: "myfont";
  src: url("/assets/fonts/myfont.eot");
  src: url("/assets/fonts/myfont.eot?#iefix") format("eot"), url("/assets/fonts/myfont.woff") format("woff"), url("/assets/fonts/myfont.ttf") format("truetype"), url("/assets/fonts/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.myfont {
  display: inline-block;
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myfont-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.myfont-2x {
  font-size: 2em;
}

.myfont-3x {
  font-size: 3em;
}

.myfont-4x {
  font-size: 4em;
}

.myfont-5x {
  font-size: 5em;
}

.myfont-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.myfont-sns_facebook:before {
  content: "\EA01";
}

.myfont-sns_facebook2:before {
  content: "\EA02";
}

.myfont-sns_twitter:before {
  content: "\EA03";
}

.myfont-sns_line:before {
  content: "\EA04";
}

.myfont-sns_line2:before {
  content: "\EA05";
}

.myfont-sns-instagram:before {
  content: "\EA06";
}

.myfont-arrow_right01:before {
  content: "\EA07";
}

.myfont-arrow_bottom01:before {
  content: "\EA08";
}

.myfont-close:before {
  content: "\EA09";
}

.myfont-arrow_right02:before {
  content: "\EA0A";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

html {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

dl, dt, dd,
ul, li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

address {
  font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 62.5%;
  font-feature-settings: "pkna";
}

html input, html button, html textarea {
  font-family: "Lato","Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

body {
  width: 100%;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
  color: #0059b2;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a[href*="tel"]:hover {
  text-decoration: none;
  cursor: default;
}

a img {
  -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 834px) {
  *:hover img {
    transform: scale(1) !important;
  }
}

html {
  font-family: 'Noto Serif JP', sans-serif;
}

#l-contents {
  position: relative;
  min-height: calc(100vh - 295px - 141px);
  z-index: 99;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  #l-contents {
    background-color: #fff;
    min-height: calc(100vh - 252px);
  }
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--1.is-top {
    padding-top: 0;
    position: static;
  }
}

#l-contents.is-colored--1 {
  background: #E3E9EA;
}

#l-contents.is-col--2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 114px;
  background: #E6E6E6;
  z-index: -1;
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--2:before {
    height: 105px;
  }
}

#l-contents #l-contents-detail {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--1 #l-contents-detail {
    padding-right: 0;
    padding-left: 0;
  }
}

#l-contents.is-col--1.is-top #l-contents-detail {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 834px) {
  .is-col--1.is-top#l-contents #l-contents-detail {
    position: static;
  }
}

#l-contents.is-col--2 #l-contents-detail {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--2 #l-contents-detail {
    display: block;
    padding: 0;
  }
}

#l-contents.is-col--1 #l-contents-detail #l-main {
  width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#l-contents.is-col--1.is-mainSize--s #l-contents-detail #l-main {
  max-width: 980px;
}

#l-contents.is-col--1.is-top #l-contents-detail #l-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#l-contents.is-col--2 #l-contents-detail #l-main {
  width: 100%;
  max-width: 920px;
  background: #fff;
  margin-right: 30px;
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--2 #l-contents-detail #l-main {
    padding-bottom: 40px;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
}

#l-contents.is-col--2 #l-contents-detail #l-sub {
  width: 280px;
}

@media only screen and (max-width: 834px) {
  #l-contents.is-col--2 #l-contents-detail #l-sub {
    width: 100%;
  }
}

.l-content-wrraper {
  max-width: 1070px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.l-content-wrraper.is-small {
  max-width: 780px;
}

@media only screen and (max-width: 834px) {
  .l-content-wrraper {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 834px) {
  #l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
  }
  .is-top #l-header {
    transition: opacity .3s, visibility 0s ease .3s;
    opacity: 0;
    visibility: hidden;
  }
  .is-top.is-top-sp-header-show #l-header {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 146px;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .l-header__inner {
    height: 67px;
    transition: height .3s;
  }
  .is-scrolled .l-header__inner {
    height: 50px;
  }
}

.l-header-function {
  flex: 1;
  height: 100%;
}

.l-header-function-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 33px;
}

.l-header-function-sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 834px) {
  .l-header-function-sub {
    display: none;
  }
}

.l-header-logo:hover {
  animation: .3s wink;
}

@media only screen and (max-width: 834px) {
  .l-header-logo {
    width: 100%;
    text-align: center;
  }
}

.l-header-logo .l-header-logo__inner {
  display: inline-block;
  width: 175px;
  height: 73px;
  transition: width .3s, height .3s;
}

@media only screen and (max-width: 834px) {
  .l-header-logo .l-header-logo__inner {
    width: 87px;
    height: 36px;
  }
  .is-scrolled .l-header-logo .l-header-logo__inner {
    width: 57px;
    height: 24px;
  }
}

.l-header-logo .l-header-logo__inner svg {
  color: #000;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  .is-top .l-header-logo .l-header-logo__inner svg {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .l-header-logo img {
    height: 36.5px;
    width: auto;
    transition: height .3s;
  }
  .is-scrolled .l-header-logo img {
    height: 24px;
  }
  .is-top .l-header-logo img {
    display: none;
  }
}

.l-header-function-main__nav {
  margin-right: 40px;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__nav {
    margin-right: 0;
  }
}

.l-header-function-main__navList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__navList {
    display: block;
  }
}

.l-header-function-main__navItem {
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__navItem {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}

.l-header-function-main__navItem:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__navItem:last-child {
    margin-bottom: 0;
  }
}

.l-header-function-main__navItem .l-header-function-main__navText {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 14px;
  color: #000000;
}

.l-header-function-main__navItem .l-header-function-main__navText:hover {
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__navItem .l-header-function-main__navText {
    font-size: 13px;
    color: #fff;
  }
}

.l-header-function-main__navItem:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  content: "";
  height: 1px;
  background: #000;
  width: 0;
  transition: width .3s;
}

.l-header-function-main__navItem:hover:before {
  width: 100%;
}

.l-header-function-main__navItem.is-current:before {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__navItem:before {
    display: none;
  }
}

.l-header-function-main__roomSearch {
  width: 126px;
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__roomSearch {
    display: none;
  }
}

.l-header-function-main__roomSearch .l-header-function-main__roomSearchInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B99F4F;
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
  border-radius: 22px;
  transition: color, background .2s;
}

.l-header-function-main__roomSearch .l-header-function-main__roomSearchInner:hover {
  background: #9d7b19;
  text-decoration: none;
}

.l-header-function-main__roomSearch .l-header-function-main__roomSearchInner:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 8px;
}

.l-header-function-main__spRoomSearch {
  display: none;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__spRoomSearch {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 2100;
    height: 100%;
  }
}

.l-header-function-main__spRoomSearchInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B99F4F;
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
  transition: color, background .2s;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__spRoomSearchInner {
    height: 100%;
    width: 92px;
    font-size: 13px;
  }
}

.l-header-function-main__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .l-header-function-main__contact {
    display: none;
  }
}

.l-header-function-main__contactHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #E4E4E4;
  border-radius: 23px;
  margin-right: 8px;
  font-size: 9px;
}

.l-header-function-main__contactTel {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  font-size: 26px;
}

.l-header-function-main__contactLimit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-top: 2px;
  margin-left: 2px;
}

.l-header-function-main__contactLimit span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 12px;
  margin-left: 4px;
}

.l-header-function-sub__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-header-function-sub__menuItem {
  width: 160px;
  height: 32px;
  background: #000;
  margin-right: 1px;
}

.l-header-function-sub__menuItem.is-active {
  background: #3C8196;
}

.l-header-function-sub__menuItem:last-child {
  margin-right: 0;
}

.l-header-function-sub__menuItem:hover {
  animation: wink .5s;
}

.l-header-function-sub__menuText {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
}

.l-header-function-sub__menuText:hover {
  text-decoration: none;
}

.l-header-function-sub__snsLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 32px;
  margin-left: 15px;
}

.l-header-function-sub__snsLinkItem {
  padding: 0 5px;
}

.l-header-function-sub__snsLinkItem:hover {
  text-decoration: none;
}

.l-header-function-sub__snsLinkItem:before {
  display: block;
  font-family: "myfont";
  content: "\EA01";
  color: #858585;
  font-size: 19px;
  transition: color .2s;
}

.l-header-function-sub__snsLinkItem:hover:before {
  color: #375B95;
}

.l-header-spMenu-langSwich {
  display: none;
  position: absolute;
  top: 28px;
  left: 28px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-langSwich {
    display: block;
  }
}

.l-header-spMenu-langSwich__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-header-spMenu-langSwich__item {
  margin-right: 20px;
}

.l-header-spMenu-langSwich__item .l-header-spMenu-langSwich__text {
  display: block;
  font-size: 10px;
  color: #fff;
  padding: 0 3px 9px 3px;
}

[lang="ja"] .is-ja.l-header-spMenu-langSwich__item {
  border-bottom: solid 1px #fff;
}

.l-header-spMenu-logo {
  display: none;
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-logo {
    display: block;
  }
}

.l-header-spMenu-logo__inner img {
  height: 36px;
  width: auto;
}

.l-header-spMenu-reservation {
  display: none;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation {
    display: block;
    margin-top: 58px;
    padding-bottom: 47px;
  }
}

.l-header-spMenu-reservation-heading {
  margin-bottom: 42px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-heading {
    margin-bottom: 12px;
  }
}

.l-header-spMenu-reservation-heading__title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-heading__title {
    font-size: 11px;
  }
}

.l-header-spMenu-reservation-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-header-spMenu-reservation-content__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  padding: 28px 0;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-content__detail {
    background: none;
    padding: 0;
  }
}

.l-header-spMenu-reservation-content__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  border-right: dotted 1px #b7b7b7;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-content__logo {
    display: none;
  }
}

.l-header-spMenu-reservation-content__logo img {
  height: 52px;
  width: auto;
}

.l-header-spMenu-reservation-content__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 33px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-content__main {
    display: block;
    padding-left: 0;
    max-width: 230px;
    width: 100%;
    margin: auto;
  }
}

.l-header-spMenu-reservation-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 45px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-contact {
    justify-content: center;
    margin-right: 0;
    border-top: solid 1px #93b6bc;
    border-bottom: solid 1px #93b6bc;
    padding: 11px 0;
    margin-bottom: 9px;
  }
}

.l-header-spMenu-reservation-contact__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  background: #eaeff0;
  border-radius: 33px;
  margin-right: 8px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-contact__header {
    width: 46px;
    height: 46px;
    background: #c6dce0;
  }
}

.l-header-spMenu-reservation-contact__header span {
  font-size: 13px;
  line-height: 1.3;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-contact__header span {
    font-size: 10px;
    transform: scale(0.9);
  }
}

.l-header-spMenu-reservation-contact__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.l-header-spMenu-reservation-contact__tel {
  font-size: 30px;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-contact__tel {
    font-size: 26px;
  }
}

.l-header-spMenu-reservation-contact__limit {
  font-size: 10px;
  margin-top: 4px;
  margin-left: 2px;
  color: #fff;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-contact__limit {
    font-size: 12px;
  }
}

.l-header-spMenu-reservation-contact__limit span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 13px;
  margin-left: 4px;
}

.l-header-spMenu-reservation-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-header-spMenu-reservation-button__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 60px;
  background: #a09164;
  border-radius: 2px;
  color: #fff;
  font-weight: 200;
  margin-right: 5px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-button__item {
    width: calc((100% - 7px * (2 - 1)) / 2 - 0.1px);
    margin-right: 7px;
    margin-top: 0px;
    font-size: 10px;
    height: 33px;
    font-weight: 400;
  }
  .l-header-spMenu-reservation-button__item:nth-child(2n + 0) {
    margin-right: 0;
  }
  .l-header-spMenu-reservation-button__item:nth-child(1) {
    margin-top: 0;
  }
  .l-header-spMenu-reservation-button__item:nth-child(2) {
    margin-top: 0;
  }
}

.l-header-spMenu-reservation-button__item.is-colored {
  background: #168399;
}

.l-header-spMenu-reservation-button__item:last-child {
  margin-right: 0;
}

.l-header-spMenu-reservation-button__item:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-button__item:before {
    border-width: 3px 0 3px 3.5px;
    margin-right: 10px;
  }
}

.l-header-spMenu-reservation-ohterLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-ohterLink {
    margin-top: 11px;
  }
}

.l-header-spMenu-reservation-ohterLink__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #fff;
  background: #00445c;
  padding: 10px 15px;
  border-radius: 20px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-reservation-ohterLink__text {
    font-size: 10px;
  }
}

.l-header-spMenu-reservation-ohterLink__text:before {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 9px;
  content: "";
  background: #fff;
}

.l-header-spMenu-facebook {
  display: none;
  margin-top: 28px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-facebook {
    display: block;
  }
}

.l-header-spMenu-facebook__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  max-width: 220px;
  width: 100%;
  padding: 11px 0;
  margin: 0 auto;
}

.l-header-spMenu-facebook__inner .l-header-spMenu-facebook__text {
  font-size: 11px;
  color: #fff;
}

.l-header-spMenu-facebook__inner:before {
  content: "\EA01";
  font-family: "myfont";
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.l-header-spMenu-facebook__inner:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 9px;
}

.l-header-spMenu-groupLink {
  display: none;
  margin-top: 33px;
}

@media only screen and (max-width: 834px) {
  .l-header-spMenu-groupLink {
    display: block;
  }
}

.l-header-spMenu-groupLink__heading {
  text-align: center;
  margin-bottom: 10px;
}

.l-header-spMenu-groupLink__heading .l-header-spMenu-groupLink__headingSub {
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 10px;
  margin-bottom: 7px;
}

.l-header-spMenu-groupLink__heading .l-header-spMenu-groupLink__headingMain {
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.l-header-spMenu-groupLink__item {
  text-align: center;
}

.l-header-spMenu-groupLink__item img {
  height: 72px;
  width: auto;
}

.l-contentsHeader {
  position: relative;
  height: 346px;
  margin-bottom: 77px;
}

.l-contentsHeader.is-small {
  height: 186px;
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader.is-small {
    height: 120px;
  }
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader {
    height: 163px;
    margin-bottom: 50px;
  }
}

.l-contentsHeader__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l-contentsHeader__background img {
  max-width: none;
  opacity: 0;
}

.l-contentsHeader__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 300;
  z-index: 100;
  font-style: normal;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  height: 100%;
  text-align: center;
}

.is-small.l-contentsHeader .l-contentsHeader__title {
  font-size: 22px;
}

@media only screen and (max-width: 834px) {
  .is-small.l-contentsHeader .l-contentsHeader__title {
    font-size: 15px;
    padding-bottom: 0;
    letter-spacing: 1px;
  }
}

.l-contentsHeader__title.is-small {
  font-size: 25px;
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader__title.is-small {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader__title {
    font-size: 18px;
    padding-bottom: 8px;
  }
}

.l-contentsHeader__title span {
  position: relative;
  display: inline-block;
}

.l-contentsHeader__title small {
  position: absolute;
  top: auto;
  right: -1.3em;
  font-size: 19px;
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader__title small {
    font-size: 10px;
  }
}

.l-contentsHeader__sub {
  position: absolute;
  left: 0;
  bottom: calc(0px - 2em);
  width: 100%;
  z-index: 100;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  letter-spacing: 1px;
  font-size: 11px;
  transform: rotate(-90deg) translateX(50%);
}

@media only screen and (max-width: 834px) {
  .l-contentsHeader__sub {
    font-size: 10px;
    transform: rotate(-90deg) translateX(41%) scale(0.8);
  }
}

.l-contentsHeader__sub b {
  color: #1a95ac;
  font-weight: normal;
}

.l-section {
  padding-bottom: 90px;
}

@media only screen and (max-width: 834px) {
  .l-section {
    padding-bottom: 40px;
  }
}

.l-section.is-col--2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.l-section.is-col--2 .l-section-item {
  width: calc((100% - 40px * (2 - 1)) / 2 - 0.1px);
  margin-right: 40px;
  margin-top: 40px;
}

.l-section.is-col--2 .l-section-item:nth-child(2n + 0) {
  margin-right: 0;
}

.l-section.is-col--2 .l-section-item:nth-child(1) {
  margin-top: 0;
}

.l-section.is-col--2 .l-section-item:nth-child(2) {
  margin-top: 0;
}

.l-section-side + * {
  margin-top: 20px;
}

.l-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.l-col.is-col--2 .l-col-content {
  width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  margin-right: 0px;
  margin-top: 0px;
}

.l-col.is-col--2 .l-col-content:nth-child(2n + 0) {
  margin-right: 0;
}

.l-col.is-col--2 .l-col-content:nth-child(1) {
  margin-top: 0;
}

.l-col.is-col--2 .l-col-content:nth-child(2) {
  margin-top: 0;
}

.l-reservation {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #F1F1F1;
}

@media only screen and (max-width: 834px) {
  .l-reservation {
    background: #e2e9ea;
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

.l-reservation-heading {
  margin-bottom: 42px;
}

@media only screen and (max-width: 834px) {
  .l-reservation-heading {
    margin-bottom: 26px;
  }
}

.l-reservation-heading__title {
  font-size: 30px;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  .l-reservation-heading__title {
    font-size: 17px;
  }
}

.l-reservation-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-reservation-content__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  padding: 28px 0;
}

@media only screen and (max-width: 834px) {
  .l-reservation-content__detail {
    background: none;
    padding: 0;
  }
}

.l-reservation-content__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  border-right: dotted 1px #b7b7b7;
}

@media only screen and (max-width: 834px) {
  .l-reservation-content__logo {
    display: none;
  }
}

.l-reservation-content__logo img {
  height: 52px;
  width: auto;
}

.l-reservation-content__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 33px;
}

@media only screen and (max-width: 834px) {
  .l-reservation-content__main {
    display: block;
    padding-left: 0;
    max-width: 215px;
    width: 100%;
    margin: auto;
  }
}

.l-reservation-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 45px;
}

@media only screen and (max-width: 834px) {
  .l-reservation-contact {
    justify-content: center;
    margin-right: 0;
    border-top: solid 1px #93b6bc;
    border-bottom: solid 1px #93b6bc;
    padding: 6px 0;
    margin-bottom: 9px;
  }
}

.l-reservation-contact__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  background: #eaeff0;
  border-radius: 33px;
  margin-right: 8px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .l-reservation-contact__header {
    width: 41px;
    height: 41px;
    background: #c6dce0;
  }
}

.l-reservation-contact__header span {
  font-size: 13px;
  line-height: 1.3;
}

@media only screen and (max-width: 834px) {
  .l-reservation-contact__header span {
    font-size: 10px;
    transform: scale(0.8);
  }
}

.l-reservation-contact__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.l-reservation-contact__tel {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
}

@media only screen and (max-width: 834px) {
  .l-reservation-contact__tel {
    font-size: 23px;
  }
}

.l-reservation-contact__limit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-top: 2px;
  margin-left: 2px;
}

@media only screen and (max-width: 834px) {
  .l-reservation-contact__limit {
    transform: scale(0.8);
    transform-origin: left top;
  }
}

.l-reservation-contact__limit span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 12px;
  margin-left: 4px;
}

.l-reservation-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-reservation-button__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 211px;
  height: 60px;
  background: #a09164;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  margin-right: 6px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.07);
  transition: background .2s;
  opacity: 0;
  transform: translate(-10px, 0);
}

@media only screen and (max-width: 834px) {
  .l-reservation-button__item {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.l-reservation-button__item:hover {
  background: #927728;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .l-reservation-button__item {
    width: calc((100% - 7px * (2 - 1)) / 2 - 0.1px);
    margin-right: 7px;
    margin-top: 0px;
    font-size: 10px;
    height: 29px;
    font-weight: 400;
  }
  .l-reservation-button__item:nth-child(2n + 0) {
    margin-right: 0;
  }
  .l-reservation-button__item:nth-child(1) {
    margin-top: 0;
  }
  .l-reservation-button__item:nth-child(2) {
    margin-top: 0;
  }
}

.l-reservation-button__item.is-colored {
  background: #168399;
}

.is-colored.l-reservation-button__item:hover:hover {
  background: #006b80;
}

.l-reservation-button__item:last-child {
  margin-right: 0;
}

.l-reservation-button__item:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-right: 20px;
  transition: transform .2s;
}

.l-reservation-button__item:hover:before {
  transform: translateX(5px);
}

@media only screen and (max-width: 834px) {
  .l-reservation-button__item:before {
    border-width: 3px 0 3px 3.5px;
    margin-right: 10px;
  }
}

.l-reservation-ohterLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .l-reservation-ohterLink {
    margin-top: 25px;
  }
}

.l-reservation-ohterLink__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #373737;
  padding: 17px 20px;
  border-radius: 27px;
  transition: background .2s;
  transform: translateY(-13px);
}

@media only screen and (max-width: 834px) {
  .l-reservation-ohterLink__text {
    font-size: 10px;
  }
}

.l-reservation-ohterLink__text:hover {
  background: #e0ddd7;
  text-decoration: none;
}

.l-reservation-ohterLink__text:before {
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 9px;
  content: "";
  background: #29b3c8;
}

.l-groupLink {
  position: relative;
  height: 420px;
  padding-top: 73px;
}

@media only screen and (max-width: 834px) {
  .l-groupLink {
    display: none;
  }
}

.l-groupLink__background {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  .l-groupLink__background {
    position: absolute !important;
    top: 0;
    left: 0;
  }
}

.l-groupLink__background img {
  max-width: none;
}

@media only screen and (max-width: 834px) {
  .l-groupLink__background img {
    transform: none !important;
  }
}

.l-groupLink-heading {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 50px;
}

.l-groupLink-heading__sub {
  display: block;
  font-size: 15px;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 200;
  margin-bottom: 15px;
}

.l-groupLink-heading__main {
  font-size: 28px;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 200;
}

.l-groupLink-content {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
}

.l-groupLink-bannerList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.l-groupLink-bannerList__item {
  display: block;
  opacity: 0;
  transform: translate(0, 30px);
}

@media only screen and (max-width: 834px) {
  .l-groupLink-bannerList__item {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.l-groupLink-bannerList__item:hover {
  animation: wink .5s;
}

#l-footer {
  background: #000;
  padding-top: 98px;
}

@media only screen and (max-width: 834px) {
  #l-footer {
    padding-top: 41px;
  }
}

.l-footer__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 91px;
}

@media only screen and (max-width: 834px) {
  .l-footer-top {
    display: none;
  }
}

.l-footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: solid 1px #333;
  padding-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  .l-footer-bottom {
    padding-top: 0;
    display: block;
    border-top: none;
    padding-bottom: 35px;
  }
}

.l-footer-top-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
}

.l-footer-top-sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

.l-footer-top-sub .fb-page {
  display: block !important;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.l-footer-top-main__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.l-footer-logo {
  margin-right: 46px;
}

.l-footer-logo:hover {
  animation: .3s wink;
}

.l-footer-logo .svg-wrap {
  display: inline-block;
  width: 194px;
  height: 81px;
}

.l-footer-logo .svg-wrap svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.l-footer-logo img {
  height: 81px;
  width: auto;
}

.l-footer-fbLink {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: solid 1px #fff;
  padding: 6px 11px 6px 13px;
  margin-top: 32px;
  color: #fff;
  margin-right: auto;
  font-size: 10px;
  transition: all .2s;
}

.l-footer-fbLink:hover {
  color: #000;
  background: #fff;
  text-decoration: none;
}

.l-footer-fbLink:before {
  content: "\EA01";
  font-family: "myfont";
  font-size: 19px;
  margin-right: 12px;
}

.l-footer-fbLink:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  margin-left: 7px;
  transition: border-color .2s;
}

.l-footer-fbLink:hover:after {
  border-color: transparent transparent transparent #000;
}

.l-footer-info {
  width: 100%;
  margin-top: 48px;
}

.l-footer-info__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
}

.l-footer-info__item:last-child {
  margin-bottom: 0;
}

.l-footer-info__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  background: #252525;
  color: #fff;
  font-weight: 200;
  font-size: 11px;
}

.l-footer-info__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.l-footer-info__content [href*="tel"] {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

.l-footer-info__content small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 11px;
  margin-right: 2px;
}

.l-footer-info__content small span {
  margin-left: 4px;
  font-size: 13px;
}

.l-footer-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}

.l-footer-nav__item {
  width: calc((100% - 0px * (3 - 1)) / 3 - 0.1px);
  margin-right: 0px;
  margin-top: 15px;
}

.l-footer-nav__item:nth-child(3n + 0) {
  margin-right: 0;
}

.l-footer-nav__item:nth-child(1) {
  margin-top: 0;
}

.l-footer-nav__item:nth-child(2) {
  margin-top: 0;
}

.l-footer-nav__item:nth-child(3) {
  margin-top: 0;
}

.l-footer-nav__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 200;
}

.l-footer-nav__text:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #5aafe0;
  margin-right: 9px;
}

.l-footer-banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .l-footer-banner {
    justify-content: center;
  }
}

.l-footer-banner__item {
  margin-right: 40px;
}

@media only screen and (max-width: 834px) {
  .l-footer-banner__item {
    margin: 0 20px;
  }
}

.l-footer-banner__item .svg-wrap {
  display: inline-block;
  width: 53px;
  height: 23px;
}

.l-footer-banner__item .svg-wrap.logo-yamamizuki {
  width: 59px;
  height: 25px;
}

.l-footer-banner__item .svg-wrap.logo-miyamasansou {
  width: 66px;
  height: 29px;
}

.l-footer-banner__item .svg-wrap.logo-miyamasansou svg {
  color: #8a8686;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.l-footer-banner__item .svg-wrap svg {
  color: #484848;
  fill: currentColor;
  width: 100%;
  height: 100%;
  transition: color .3s;
}

.l-footer-banner__item:hover .svg-wrap svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.l-footer-otherBanner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 834px) {
  .l-footer-otherBanner {
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
}

.l-footer-otherBanner .l-footer-otherBanner__item {
  margin-right: 20px;
  font-size: 12px;
  color: #FFFFFF;
}

.l-footer-otherBanner .l-footer-otherBanner__item a {
  color: #FFFFFF;
}

@media only screen and (max-width: 834px) {
  .l-footer-otherBanner .l-footer-otherBanner__item {
    margin: 0 20px;
  }
}

.l-footer-copy {
  font-size: 12px;
  color: #555;
  flex: 1;
  text-align: right;
  letter-spacing: 2px;
}

@media only screen and (max-width: 834px) {
  .l-footer-copy {
    display: block;
    font-size: 10px;
    margin-top: 45px;
    text-align: center;
  }
}

.hoge {
  width: 500px;
  height: 340px;
  background: #ccc;
}

.fix {
  position: relative;
}

.fit-sidebar-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank {
  z-index: 0;
  background-color: transparent;
  visibility: hidden;
}

#js-fullScreenMenuButton {
  display: none;
  position: fixed;
  top: 0;
  right: 11px;
  width: 50px;
  height: 67px;
  cursor: pointer;
  z-index: 8000;
}

@media only screen and (max-width: 834px) {
  #js-fullScreenMenuButton {
    display: block;
    transition: height .3s;
  }
  .is-open #js-fullScreenMenuButton {
    background: none;
  }
  .is-scrolled #js-fullScreenMenuButton {
    height: 50px;
  }
  .is-top #js-fullScreenMenuButton {
    transition: opacity .3s, visibility 0s ease .3s;
    opacity: 0;
    visibility: hidden;
  }
  .is-top.is-top-sp-header-show #js-fullScreenMenuButton {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
  }
}

#js-fullScreenMenuButton #hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
}

#js-fullScreenMenuButton span {
  width: 23px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11.5px;
  margin-top: -1px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.is-open #js-fullScreenMenuButton span {
  background: #fff;
}

#js-fullScreenMenuButton .top {
  transform: translateY(-6px);
  transition: all .3s;
}

.is-scrolled #js-fullScreenMenuButton .top {
  transform: translateY(-4px);
}

#js-fullScreenMenuButton .middle {
  transition: 0.3s opacity;
  opacity: 1;
}

#js-fullScreenMenuButton .bottom {
  transform: translateY(6px);
  transition: all .3s;
}

.is-scrolled #js-fullScreenMenuButton .bottom {
  transform: translateY(4px);
}

.is-close #js-fullScreenMenuButton .middle {
  transition: 0.3s opacity;
}

.is-close #js-fullScreenMenuButton .top {
  animation: open-top 0.3s;
}

.is-close #js-fullScreenMenuButton .bottom {
  animation: open-bottom 0.3s;
}

.is-open #js-fullScreenMenuButton .middle {
  opacity: 0;
  transition: 0.3s opacity;
}

.is-open #js-fullScreenMenuButton .top {
  animation: close-top 0.3s;
  animation-fill-mode: forwards;
}

.is-open #js-fullScreenMenuButton .bottom {
  animation: close-bottom 0.3s;
  animation-fill-mode: forwards;
}

.is-close.is-scrolled #js-fullScreenMenuButton .middle {
  transition: 0.3s opacity;
}

.is-close.is-scrolled #js-fullScreenMenuButton .top {
  animation: open-top2 0.3s;
}

.is-close.is-scrolled #js-fullScreenMenuButton .bottom {
  animation: open-bottom2 0.3s;
}

.is-open.is-scrolled #js-fullScreenMenuButton .middle {
  opacity: 0;
  transition: 0.3s opacity;
}

.is-open.is-scrolled #js-fullScreenMenuButton .top {
  animation: close-top2 0.3s;
  animation-fill-mode: forwards;
}

.is-open.is-scrolled #js-fullScreenMenuButton .bottom {
  animation: close-bottom2 0.3s;
  animation-fill-mode: forwards;
}

@keyframes open-top {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-6px) rotate(0deg);
  }
}

@keyframes open-top2 {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes open-bottom {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(6px) rotate(0deg);
  }
}

@keyframes open-bottom2 {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

@keyframes close-top {
  0% {
    transform: translateY(-6px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes close-top2 {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes close-bottom {
  0% {
    transform: translateY(6px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes close-bottom2 {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@media only screen and (max-width: 834px) {
  #js-fullScreenMenu {
    display: none;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    position: fixed;
    background: rgba(19, 79, 100, 0.98);
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 5000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: .4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: .4;
    transform: rotate(360deg);
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5;
}

.smartphoto-nav a:focus {
  opacity: .8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader .5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.js-datepicker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#ui-datepicker-div {
  border: solid 1px #F3F3F3;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 2000 !important;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div {
    width: 94%;
    left: 50% !important;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 13px 5px 0;
  border-color: transparent #007bff transparent transparent;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: transparent transparent transparent #007bff;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 22px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 16px;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0 auto;
    width: 100%;
  }
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  width: 40px;
  height: 20px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #569FF7 !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] {
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] a {
  color: #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover {
  background: #eee;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover a {
  text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.3;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  border: solid 1px #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday span {
  color: #009EE1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child span {
  color: #009EE1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday span, #ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday span {
  color: #E95156;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child span {
  color: #E95156;
}

.js-video-player {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.js-video-player:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.js-video-player-content {
  position: absolute;
  height: 100%;
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  transition: all .8s;
  z-index: 10000;
}

.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.is-loading .js-loader {
  visibility: visible;
  opacity: 1;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  transition: all .2s;
}

.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: #000;
  height: 100%;
  width: 0;
  transition: width .6s;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
}

.c-common-el__h2 {
  position: relative;
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: solid 3px #F4F4F4;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.c-common-el__h2:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #00a1e9;
}

.c-common-el__h3 {
  position: relative;
  font-size: 27px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h3 {
    font-size: 17px;
  }
}

* + .c-common-el__h2 {
  margin-top: 70px;
}

@media only screen and (max-width: 834px) {
  * + .c-common-el__h2 {
    margin-top: 35px;
  }
}

.c-common-el__h2 + * {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h2 + * {
    margin-top: 20px;
  }
}

.c-common-el__h2 + .c-common-el__dl {
  margin-top: 0;
  border-top: none;
}

.c-common-el__h2 + .c-common-el__dl:before {
  display: none;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h2 + .c-common-el__dl {
    margin-top: 0;
  }
}

* + .c-common-el__h3 {
  margin-top: 35px;
}

.c-common-el__h3 + * {
  margin-top: 25px;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h3 + * {
    margin-top: 20px;
  }
}

.c-common-el__h2 + .c-common-el__h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .c-common-el__h2 + .c-common-el__h3 {
    margin-top: 20px;
  }
}

.c-common-el__p {
  font-size: 14px;
  line-height: 1.7;
  color: #221815;
}

@media only screen and (max-width: 834px) {
  .c-common-el__p {
    font-size: 13px;
  }
}

.c-common-el__ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 3px;
  padding-left: 26px;
}

.c-common-el__ul li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .c-common-el__ul li {
    font-size: 12px;
    padding-left: 22px;
  }
}

.c-common-el__ul li:before {
  position: absolute;
  top: 7px;
  left: 9px;
  display: block;
  content: "";
  background: #3698c9;
  height: 8px;
  width: 8px;
  border-radius: 4px;
}

@media only screen and (max-width: 834px) {
  .c-common-el__ul li:before {
    height: 6px;
    width: 6px;
    top: 6px;
    left: 7px;
  }
}

.c-common-el__dl {
  width: 100%;
  border-top: solid 1px #B8BBBB;
  border-left: solid 1px #B8BBBB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .c-common-el__dl {
    flex-wrap: wrap;
  }
}

.c-common-el__dl dt {
  width: 110px;
  padding: 9px 0;
  background: #E2EBF1;
  border-bottom: solid 1px #B8BBBB;
  font-weight: normal;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .c-common-el__dl dt {
    font-size: 11px;
    width: 90px;
  }
}

.c-common-el__dl dd {
  flex: 1;
  padding: 9px 0 9px 20px;
  border-right: solid 1px #B8BBBB;
  border-bottom: solid 1px #B8BBBB;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .c-common-el__dl dd {
    padding: 9px 10px;
    flex: auto;
    width: calc(100% - 90px);
    font-size: 11px;
  }
}

.c-heading-h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
  .c-heading-h3 {
    font-size: 10px;
    margin-bottom: 7px;
  }
}

.c-heading-h3:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 6px;
  background: #168399;
}

@media only screen and (max-width: 834px) {
  .c-heading-h3:before {
    width: 8px;
    height: 8px;
    margin-right: 4px;
  }
}

.c-heading-h2 {
  font-size: 15px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  border-left: solid 1px #2076a1;
  padding-left: 11px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 834px) {
  .c-heading-h2 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.c-contentHeading {
  border-top: solid 2px #000;
  padding-top: 2px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 834px) {
  .c-contentHeading {
    margin-bottom: 20px;
    padding-top: 1px;
    border-top: solid 1px #000;
    margin: 0 -30px 20px -30px;
  }
}

@media only screen and (max-width: 834px) {
  .c-contentHeading.is-type--other {
    margin: 0;
  }
}

.c-contentHeading__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  border-top: dotted 1px #969696;
  border-bottom: dotted 1px #969696;
  font-size: 20px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (max-width: 834px) {
  .c-contentHeading__title {
    height: 54px;
    font-size: 10px;
    border-bottom: solid 1px #ddd;
  }
}

.c-contentHeading__title span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

@media only screen and (max-width: 834px) {
  .c-contentHeading__title span {
    margin-bottom: 3px;
  }
}

.c-contentHeading__title small + b {
  margin-left: 10px;
}

.c-contentHeading__title b {
  font-size: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 834px) {
  .c-contentHeading__title b {
    font-size: 17px;
  }
}

.c-newsList {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: solid 1px #cdd7d9;
}

.c-newsList__item {
  border-bottom: solid 1px #cdd7d9;
}

.c-newsList__itemInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 28px 10px;
  transition: background .2s;
}

.c-newsList__itemInner:hover {
  text-decoration: none;
  background: #f0f5f7;
}

@media only screen and (max-width: 834px) {
  .c-newsList__itemInner {
    padding: 10px;
  }
}

.c-newsList__date {
  font-size: 14px;
  color: #2f2f2f;
  width: 92px;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .c-newsList__date {
    font-size: 13px;
  }
}

.c-newsList__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .c-newsList__title {
    font-size: 13px;
  }
}

.c-newsList__title:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #5aafe0;
  margin-right: 15px;
}

.c-planList-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.c-planList-card__item {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-planList-card__item {
    width: calc((100% - 24px * (4 - 1)) / 4 - 0.1px);
    margin-right: 24px;
    margin-top: 35px;
  }
  .c-planList-card__item:nth-child(4n + 0) {
    margin-right: 0;
  }
  .c-planList-card__item:nth-child(1) {
    margin-top: 0;
  }
  .c-planList-card__item:nth-child(2) {
    margin-top: 0;
  }
  .c-planList-card__item:nth-child(3) {
    margin-top: 0;
  }
  .c-planList-card__item:nth-child(4) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1024px) {
  .c-planList-card__item {
    width: calc((100% - 20px * (3 - 1)) / 3 - 0.1px);
    margin-right: 20px;
    margin-top: 25px;
  }
  .c-planList-card__item:nth-child(3n + 0) {
    margin-right: 0;
  }
  .c-planList-card__item:nth-child(1) {
    margin-top: 0;
  }
  .c-planList-card__item:nth-child(2) {
    margin-top: 0;
  }
  .c-planList-card__item:nth-child(3) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item {
    width: calc((100% - 0px * (1 - 1)) / 1 - 0.1px);
    margin-right: 0px;
    margin-top: 0px;
    background: #fff;
    padding: 0 15px;
  }
  .c-planList-card__item:nth-child(1n + 0) {
    margin-right: 0;
  }
  .c-planList-card__item:nth-child(1) {
    margin-top: 0;
  }
}

.c-planList-card__item .c-planList-card__itemInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-planList-card__item .c-planList-card__itemInner:hover {
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__itemInner {
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: solid 1px #d5d5d5;
  }
  .c-planList-card__item:first-child .c-planList-card__itemInner {
    border-top: solid 1px #d5d5d5;
  }
}

.c-planList-card__item .c-planList-card__image {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px 4px 0 0;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__image {
    width: 110px;
    border-radius: 0;
    margin-right: 12px;
  }
}

.c-planList-card__item .c-planList-card__image:before {
  content: "";
  display: block;
  padding-top: 67%;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__image:before {
    padding-top: 73%;
  }
}

.c-planList-card__item .c-planList-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
  transition: transform .5s;
  backface-visibility: hidden;
}

.c-planList-card__item:hover .c-planList-card__image img {
  transform: scale(1.2);
}

.c-planList-card__item .c-planList-card__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 18px 23px 12px 23px;
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.03);
  background: #fff;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main {
    flex: 1;
    box-shadow: none;
    padding: 0;
    justify-content: center;
    height: 100%;
  }
}

.c-planList-card__item .c-planList-card__main .c-planList-card__title {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main .c-planList-card__title {
    font-size: 12px;
  }
}

.c-planList-card__item .c-planList-card__main .c-planList-card__text {
  color: #A6A6A6;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main .c-planList-card__text {
    display: none;
  }
}

.c-planList-card__item .c-planList-card__main .c-planList-card__price {
  position: relative;
  text-align: right;
  font-size: 11px;
  color: #000000;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main .c-planList-card__price {
    margin-top: 7px;
    text-align: left;
    font-size: 10px;
  }
}

.c-planList-card__item .c-planList-card__main .c-planList-card__price span {
  font-size: 20px;
  color: #d90532;
  font-family: 'Noto Serif JP', sans-serif;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main .c-planList-card__price span {
    font-size: 13px;
  }
}

.c-planList-card__item .c-planList-card__main .c-planList-card__price:before {
  margin: 8px -23px;
  display: block;
  content: "";
  border-top: dotted 1px #A6A6A6;
}

@media only screen and (max-width: 834px) {
  .c-planList-card__item .c-planList-card__main .c-planList-card__price:before {
    display: none;
  }
}

.c-contentsLink {
  background: #e6eced;
  padding: 12px;
  margin: 0 -12px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 834px) {
  .c-contentsLink {
    padding: 6px;
    margin: 0 -15px;
    margin-bottom: 40px;
  }
}

.c-contentsLink-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: solid 1px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
}

.c-contentsLink-list__item {
  flex: 1;
  border-right: solid 1px #d6d6d6;
}

.c-contentsLink-list__text {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 17px 0;
  font-size: 15px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  background: #fff;
  transition: color, all .2s;
  color: #000;
}

.c-contentsLink-list__text:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

.c-contentsLink-list__item.is-current .c-contentsLink-list__text {
  background: #000000;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .c-contentsLink-list__text {
    font-size: 11px;
    padding: 10px 0;
  }
}

.c-contentsLink-list__text:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  display: block;
  content: "\EA07";
  font-family: "myfont";
  font-size: 10px;
  transform: scale(0.8);
}

@media only screen and (max-width: 834px) {
  .c-contentsLink-list__text:after {
    right: 0;
    transform: scale(0.4);
  }
}

* + .c-notice {
  margin-top: 10px !important;
}

.c-notice__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  line-height: 1.6;
  color: #221815;
  margin-bottom: 3px;
}

@media only screen and (max-width: 834px) {
  .c-notice__text {
    font-size: 10px;
    margin-bottom: 1px;
  }
}

.c-notice__text:last-child {
  margin-bottom: 0;
}

.c-notice__text:before {
  display: block;
  content: "※";
}

.c-button {
  text-align: center;
}

.c-button .c-button__inner {
  position: relative;
  display: inline-block;
  background: #000000;
  border: solid 1px #000000;
  padding: 12px 40px;
  text-align: center;
  max-width: 250px;
  width: 100%;
  transition: color, background .2s;
  text-decoration: none !important;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner {
    padding: 10px 40px 11px 40px;
  }
}

.c-button.is-type2 .c-button__inner {
  border-radius: 0;
  padding: 15px 50px;
}

@media only screen and (max-width: 834px) {
  .c-button.is-type2 .c-button__inner {
    padding: 10px 30px 11px 30px;
  }
}

.c-button.is-height--s .c-button__inner {
  padding: 8px 40px;
}

.c-button.is-maxWidth--s .c-button__inner {
  max-width: 210px;
}

.c-button.is-maxWidth--175 .c-button__inner {
  max-width: 175px;
}

.c-button.is-maxWidth--235 .c-button__inner {
  max-width: 235px;
}

.c-button.is-maxWidth--640 .c-button__inner {
  max-width: 640px;
}

.c-button.is-width--max .c-button__inner {
  max-width: 100%;
  width: 100%;
}

.c-button.is-width--auto .c-button__inner {
  max-width: none;
  width: auto;
}

.c-button .c-button__inner:hover {
  background: #FFFFFF;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner:hover {
    background: #FFFFFF;
  }
}

.c-button .c-button__inner .c-button__text {
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  vertical-align: middle;
  z-index: 2;
  line-height: 1.5;
  transition: color .2s;
}

.c-button.is-size--l .c-button__inner .c-button__text {
  font-size: 15px;
}

@media only screen and (max-width: 834px) {
  .c-button.is-size--l .c-button__inner .c-button__text {
    font-size: 14px;
  }
}

.c-button.is-size--xl .c-button__inner .c-button__text {
  font-size: 22px;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner .c-button__text {
    font-size: 12px;
  }
}

.c-button .c-button__inner:hover .c-button__text {
  color: #000000;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner:hover .c-button__text {
    color: #000000;
  }
}

.c-button .c-button__inner .c-button__text--small {
  position: relative;
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.5;
  vertical-align: middle;
  z-index: 2;
  transition: color .2s;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner .c-button__text--small {
    margin-top: 0;
  }
}

.c-button .c-button__inner:hover .c-button__text--small {
  color: #FFFFFF;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner:hover .c-button__text--small {
    color: #000000;
  }
}

.c-button .c-button__inner:before {
  display: block;
  font-family: "myfont";
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  z-index: 2;
  margin: auto;
  height: 1em;
  transition: color .2s;
}

@media only screen and (max-width: 834px) {
  .c-button.is-type2 .c-button__inner:before {
    right: 10px;
  }
}

.c-button.is-icon--rightArrow .c-button__inner:before {
  font-size: 21px;
  content: "\EA0A";
}

.c-button.is-icon--bottomArrow .c-button__inner:before {
  font-size: 10px;
  content: "\EA07";
  transform: scale(0.8);
  width: 2em;
  padding-top: 2px;
}

.c-button .c-button__inner:hover:before {
  color: #000000;
}

@media only screen and (max-width: 834px) {
  .c-button .c-button__inner:hover:before {
    color: #FFFFFF;
  }
}

.c-table table {
  width: 100%;
  border-top: solid 1px #B8BBBB;
  border-left: solid 1px #B8BBBB;
  table-layout: fixed;
}

.c-table table th {
  padding: 12px 5px;
  font-size: 13px;
  background: #e0ecf2;
  border-bottom: solid 1px #B8BBBB;
  border-right: solid 1px #B8BBBB;
  line-height: 1.4;
  font-weight: normal;
  vertical-align: middle;
}

@media only screen and (max-width: 834px) {
  .c-table table th {
    font-size: 11px;
  }
}

.c-table table th.is-colored {
  background: #E2EBF1;
  color: #2076a1;
}

.c-table table td {
  padding: 12px 5px;
  font-size: 13px;
  border-bottom: solid 1px #B8BBBB;
  border-right: solid 1px #B8BBBB;
  line-height: 1.4;
  vertical-align: middle;
}

@media only screen and (max-width: 834px) {
  .c-table table td {
    font-size: 11px;
  }
}

.c-table .is-cell-ta_c {
  text-align: center;
}

.c-search {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #252f32;
  z-index: 1000;
}

@media only screen and (max-width: 834px) {
  .c-search {
    top: 50px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
    background: #F0F0F0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    max-height: calc(100vh - 50px);
    overflow: hidden;
    overflow-x: auto;
  }
  .is-searchContent--show.c-search {
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
    max-height: calc(100vh - 50px);
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
  }
}

.c-search__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}

@media only screen and (max-width: 834px) {
  .c-search__inner {
    display: block;
    padding: 53px 20%;
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .is-searchContent--show .c-search__inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.c-search__heading {
  font-size: 16px;
  color: #fff;
  margin-right: 38px;
}

@media only screen and (max-width: 834px) {
  .c-search__heading {
    display: none;
  }
}

.c-search__item input {
  background: #fff;
  font-size: 12px;
  height: 31px;
  width: 100px;
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  .c-search__item input {
    font-size: 13px;
    height: 43px;
    width: 100%;
  }
}

.c-search__checkbox {
  margin-left: 7px;
}

@media only screen and (max-width: 834px) {
  .c-search__checkbox {
    margin-top: 13px;
  }
}

.c-search__checkbox label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 19px;
  min-height: 18px;
}

.c-search__checkbox label input[type="checkbox"] {
  display: none;
}

.c-search__checkbox label .c-search__checkboxText {
  font-size: 12px;
  color: #fff;
}

@media only screen and (max-width: 834px) {
  .c-search__checkbox label .c-search__checkboxText {
    color: #898989;
  }
}

.c-search__checkbox label .c-search__checkboxText:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #FCFCFA;
  border-radius: 3px;
  z-index: 100;
}

@media only screen and (max-width: 834px) {
  .c-search__checkbox label .c-search__checkboxText:before {
    border: solid 1px #E6E6E6;
    width: 16px;
    height: 16px;
  }
}

.c-search__checkbox label .c-search__checkboxText:after {
  content: "";
  display: none;
  position: absolute;
  top: -1px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3C8196;
  border-right: 3px solid #3C8196;
  z-index: 100;
}

.c-search__checkbox label input[type="checkbox"]:checked + .c-search__checkboxText:after {
  display: block;
}

.c-search__input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 12px;
}

@media only screen and (max-width: 834px) {
  .c-search__input {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.c-search__input.is-date {
  margin-right: 22px;
}

@media only screen and (max-width: 834px) {
  .c-search__input.is-date {
    display: block;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.c-search__select {
  position: relative;
  display: block;
  background: #fff;
  height: 30px;
}

@media only screen and (max-width: 834px) {
  .c-search__select {
    height: 43px;
  }
}

.c-search__select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 26px 6px 15px;
  background: none;
  height: 100%;
  z-index: 100;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.c-search__select select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 834px) {
  .c-search__select select {
    font-size: 13px;
    padding: 6px 70px 6px 17px;
  }
}

.c-search__select .c-search__selectIcon {
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
}

@media only screen and (max-width: 834px) {
  .c-search__select .c-search__selectIcon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 43px;
    right: 0;
    border-left: solid 1px #D7DBDD;
  }
}

.c-search__select .c-search__selectIcon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #34768b transparent transparent transparent;
}

@media only screen and (max-width: 834px) {
  .c-search__select .c-search__selectIcon:before {
    border-width: 6px 6px 0 6px;
    border-color: #34B4B9 transparent transparent transparent;
  }
}

.c-search__inputSubText {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
}

@media only screen and (max-width: 834px) {
  .c-search__inputSubText {
    color: #2F2F2F;
  }
}

@media only screen and (max-width: 834px) {
  .c-search-action {
    padding: 0 15px;
    margin-top: 35px;
  }
}

.c-search-action__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 35px;
  width: 100%;
  background: #b09446;
  color: #fff;
  padding: 0 30px;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 3px;
}

@media only screen and (max-width: 834px) {
  .c-search-action__item {
    width: 100%;
    height: 45px;
    border-radius: 23px;
  }
}

.c-search-action__item:hover {
  background: #9e853f;
}

@media only screen and (max-width: 834px) {
  .c-search-action__item:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    margin-left: 10px;
    margin-right: -16px;
  }
}

.c-search-action__item input,
.c-search-action__item a {
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 834px) {
  .c-search-action__item input,
  .c-search-action__item a {
    font-weight: 600;
    font-size: 13px;
  }
}

.c-search-overlayClose {
  display: none;
  width: 69px;
  height: 69px;
  background: #DEDEDE;
  border-radius: 40px;
  margin: 55px auto 0 auto;
}

@media only screen and (max-width: 834px) {
  .c-search-overlayClose {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.c-search-overlayClose:before {
  font-family: "myfont";
  content: "\EA09";
  font-size: 16px;
  color: #000;
}

.c-search-overlayClose__text {
  display: block;
  font-size: 10px;
  color: #6F6F6F;
  margin-top: 6px;
}

@media only screen and (max-width: 834px) {
  .js-fixedTable-wrap .js-fixedTable-900 {
    width: 900px !important;
  }
}

@media only screen and (max-width: 834px) {
  .js-fixedTable-wrap .js-fixedTable-800 {
    width: 800px !important;
  }
}

@media only screen and (max-width: 834px) {
  .js-fixedTable-wrap .js-fixedTable-700 {
    width: 700px;
  }
}

@media only screen and (max-width: 834px) {
  .js-fixedTable-wrap .js-fixedTable-600 {
    width: 600px !important;
  }
}

@media only screen and (max-width: 834px) {
  .js-fixedTable-wrap .js-fixedTable-500 {
    width: 500px !important;
  }
}

.p-content {
  padding: 0 30px;
}

@media only screen and (max-width: 834px) {
  .p-content {
    padding: 0 10px;
  }
}

.p-standard h1 {
  margin: 0 0 45px 0;
  font-size: 30px;
  color: #2D2D2D;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .p-standard h1 {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
}

.p-standard h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 18px 30px 18px 30px;
  font-size: 17px;
  font-weight: 500;
  background: #F2F1F0;
}

@media only screen and (max-width: 1024px) {
  .p-standard h2 {
    padding: 12px 15px 12px 15px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.p-standard h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #00a1e9;
}

.p-standard h3 {
  position: relative;
  border-bottom: solid 4px #EFEFEE;
  padding: 0 0 15px 5px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard h3:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 4px;
  background: #00a1e9;
}

.p-standard h4 {
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard h4:before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #00a1e9;
}

.p-standard h5 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard p {
  font-size: 14px;
  line-height: 1.9;
  word-break: break-all;
  color: #221815;
}

@media only screen and (max-width: 834px) {
  .p-standard p {
    font-size: 13px;
  }
}

.p-standard img {
  display: block;
  margin: 55px auto 0 auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 834px) {
  .p-standard img {
    margin-top: 35px;
  }
}

.p-standard p img {
  margin-top: 0;
}

.p-standard figure {
  text-align: center;
}

.p-standard figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

.p-standard dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.p-standard dl + dl {
  margin-top: 0;
}

.p-standard dl dt {
  font-weight: 500;
  clear: both;
  width: 33%;
  padding: 20px 20px;
  font-weight: 500;
  color: #000;
  border-top: solid 1px #000;
  line-height: 1.7;
}

.p-standard dl dd {
  padding: 20px 10px 20px 40px;
  border-top: solid 1px #C7C7C7;
  line-height: 1.7;
  width: 67%;
}

.p-standard ul > li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  counter-increment: num;
  padding-left: 22px;
}

.p-standard ul > li > ul {
  padding-left: 22px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ul > li > ul > li {
  counter-increment: num;
}

.p-standard ul > li > ul > ul {
  padding-left: 22px;
}

.p-standard ul li:before {
  position: absolute;
  left: 2px;
  top: 12px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
}

.p-standard ol > li {
  position: relative;
  font-size: 14px;
  line-height: 2;
  counter-increment: num;
  padding-left: 22px;
}

.p-standard ol > li ol {
  padding-left: 22px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ol > li ol > li {
  counter-increment: num;
}

.p-standard ol > li ol ol {
  padding-left: 22px;
}

.p-standard ol li:before {
  content: counter(num);
  position: absolute;
  left: 2px;
  top: 6px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background: none !important;
}

.p-standard table {
  width: 100% !important;
  border-top: solid 1px #E8E7E7;
  border-left: solid 1px #E8E7E7;
  table-layout: fixed;
}

.p-standard table .cell-color--green {
  background: #D4E8D9;
}

.p-standard table .cell-color--blue {
  background: #D8EEED;
}

.p-standard table .cell-align--left {
  text-align: left;
}

.p-standard table .cell-align--center {
  text-align: center;
}

.p-standard table .cell-align--right {
  text-align: right;
}

.p-standard table .cell-valign--top {
  vertical-align: top;
}

.p-standard table .cell-valign--middle {
  vertical-align: middle;
}

.p-standard table .cell-valign--bottom {
  vertical-align: bottom;
}

.p-standard table .cell-fontSize--s {
  font-size: 12px;
}

.p-standard table .icon {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .p-standard table .icon {
    width: 20px;
    height: 20px;
  }
}

.p-standard table .icon .svg-cross {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-cross svg {
  color: #333;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-circle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-circle svg {
  color: #F3718F;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-triangle {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-standard table .icon .svg-triangle svg {
  color: #F57F0D;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.p-standard table .notice {
  position: relative;
  padding: 5px 0 5px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

.p-standard table .notice .text {
  font-size: 18px;
}

.p-standard table .txt-small {
  display: block;
  margin-top: 30px;
}

.p-standard table small {
  font-size: 10px;
}

.p-standard table a {
  text-decoration: underline;
}

.p-standard table a:hover {
  text-decoration: none;
}

.p-standard table tr th {
  padding: 12px 23px;
  border-right: solid 1px #E8E7E7;
  border-bottom: solid 1px #E8E7E7;
  vertical-align: middle;
  line-height: 1.5;
  font-weight: normal;
  background: #D8EEED;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  width: auto !important;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    padding: 6px 8px;
  }
}

.p-standard table tr td {
  padding: 12px 10px;
  border-right: solid 1px #E8E7E7;
  border-bottom: solid 1px #E8E7E7;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  width: auto !important;
  max-width: 70%;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    padding: 6px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard .is-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 5px;
  }
  .p-standard .is-scroll::-webkit-scrollbar-thumb {
    background: #2cc2e4;
    border-radius: 5px;
  }
  .p-standard .is-scroll table {
    width: 150%;
  }
  .p-standard .is-scroll.is-scroll-width--x2 table {
    width: 200%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-1 table {
    width: 210%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-2 table {
    width: 220%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-3 table {
    width: 230%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-4 table {
    width: 240%;
  }
  .p-standard .is-scroll.is-scroll-width--x2-5 table {
    width: 250%;
  }
  .p-standard .is-scroll.is-scroll-width--x3 table {
    width: 300%;
  }
}

.p-standard > * {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .p-standard > * {
    margin-top: 20px;
  }
}

.p-standard > *:last-child {
  margin-bottom: 0;
}

.p-standard > *:first-child {
  margin-top: 0;
}

.p-standard > * + h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .p-standard > * + h2 {
    margin-top: 45px;
  }
}

.p-standard > h2 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 834px) {
  .p-standard > h2 + * {
    margin-top: 35px;
  }
}

.p-standard > * + h3 {
  margin-top: 40px;
}

.p-standard > h3 + * {
  margin-top: 25px;
}

.p-standard > * + h4 {
  margin-top: 30px;
}

.p-standard > h4 + * {
  margin-top: 20px;
}

.p-standard > * + h5 {
  margin-top: 25px;
}

.p-standard > h5 + * {
  margin-top: 18px;
}

.p-standard > * + h6 {
  margin-top: 25px;
}

.p-standard > h6 + * {
  margin-top: 18px;
}

.p-standard > h2 + h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .p-standard > h2 + h3 {
    margin-top: 20px;
  }
}

.recruit-header {
  height: 66px;
  background: #000;
  padding: 0 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-header {
    padding: 0 15px;
    height: 45px;
  }
}

.recruit-header__inner {
  position: relative;
  height: 100%;
}

.recruit-header-logo {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.recruit-header-logo-content {
  position: relative;
  max-width: 306px;
  max-height: 21px;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .recruit-header-logo-content {
    max-width: 100%;
    max-height: 28px;
  }
}

.recruit-header-logo-content:before {
  display: block;
  content: "";
  padding-top: 7%;
}

.recruit-header-logo-content svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.recruit-header-logos {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translate(30px, 0);
}

@media only screen and (max-width: 834px) {
  .recruit-header-logos {
    justify-content: center;
    display: none;
  }
}

.recruit-header-logos__item {
  margin-right: 40px;
  position: relative;
  display: block;
}

.recruit-header-logos__item.logo-shinmeikan {
  max-width: 73px;
  max-height: 33px;
  width: 100%;
}

.recruit-header-logos__item.logo-shinmeikan:before {
  display: block;
  content: "";
  padding-top: 45%;
}

.recruit-header-logos__item.logo-yamamizuki {
  max-width: 63px;
  max-height: 26px;
  width: 100%;
}

.recruit-header-logos__item.logo-yamamizuki:before {
  display: block;
  content: "";
  padding-top: 41%;
}

.recruit-header-logos__item.logo-miyamasansou {
  max-width: 90px;
  max-height: 38px;
  width: 100%;
}

.recruit-header-logos__item.logo-miyamasansou:before {
  display: block;
  content: "";
  padding-top: 42%;
}

@media only screen and (max-width: 834px) {
  .recruit-header-logos__item {
    margin: 0 20px;
  }
}

.recruit-header-logos__item .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
  transition: color 0.3s;
}

.recruit-header-logos__item:hover .svg-wrap svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.recruit-hero {
  position: relative;
  height: calc(100vh - 66px);
  background: #edf0f6;
}

@media only screen and (min-height: 900px) {
  .recruit-hero {
    height: 900px;
  }
}

@media only screen and (max-width: 834px) {
  .recruit-hero {
    height: auto;
  }
}

.recruit-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .recruit-hero-bg {
    position: static;
  }
}

.recruit-hero-bg img {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
  height: 100%;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .recruit-hero-bg img {
    height: auto;
  }
}

.recruit-hero-copy {
  max-width: 259px;
  width: 100%;
  max-height: 509px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 834px) {
  .recruit-hero-copy {
    width: 38%;
    height: 58%;
    bottom: 30%;
  }
}

.recruit-hero-logos-list {
  height: 100%;
  width: 100%;
  background: #F2F2F2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}

@media only screen and (max-width: 834px) {
  .recruit-hero-logos-list {
    justify-content: center;
  }
}

.recruit-hero-logos-list__item {
  margin-right: 40px;
  position: relative;
  display: block;
}

.recruit-hero-logos-list__item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  height: 20px;
  width: 1px;
  background: #DDDDDD;
}

.recruit-hero-logos-list__item:last-child:after {
  display: none;
}

.recruit-hero-logos-list__item.logo-shinmeikan {
  max-width: 73px;
  max-height: 33px;
  width: 100%;
}

.recruit-hero-logos-list__item.logo-shinmeikan:before {
  display: block;
  content: "";
  padding-top: 45%;
}

.recruit-hero-logos-list__item.logo-yamamizuki {
  max-width: 63px;
  max-height: 26px;
  width: 100%;
}

.recruit-hero-logos-list__item.logo-yamamizuki:before {
  display: block;
  content: "";
  padding-top: 41%;
}

.recruit-hero-logos-list__item.logo-miyamasansou {
  max-width: 90px;
  max-height: 38px;
  width: 100%;
}

.recruit-hero-logos-list__item.logo-miyamasansou:before {
  display: block;
  content: "";
  padding-top: 42%;
}

@media only screen and (max-width: 834px) {
  .recruit-hero-logos-list__item {
    margin: 0 20px;
  }
}

.recruit-hero-logos-list__item .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
  fill: currentColor;
  width: 100%;
  height: 100%;
  transition: color 0.3s;
}

.recruit-hero-logos-list__item:hover .svg-wrap svg {
  color: #000000;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.recruit-description {
  padding: 80px 40px 40px 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-description {
    padding: 50px 15px 40px 15px;
  }
}

.recruit-description-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.recruit-description-text__main {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
}

@media only screen and (max-width: 834px) {
  .recruit-description-text__main {
    font-size: 18px;
    line-height: 1.6;
  }
}

.recruit-description-text__sub {
  font-size: 15px;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2;
  margin-right: 70px;
}

@media only screen and (max-width: 834px) {
  .recruit-description-text__sub {
    font-size: 14px;
    line-height: 1.6;
    margin-right: 30px;
  }
}

.recruit-imageSlider {
  position: relative;
}

.recruit-imageSlider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 100;
}

.recruit-imageSlider .swiper-container {
  height: 190px;
}

@media only screen and (max-width: 834px) {
  .recruit-imageSlider .swiper-container {
    height: 95px;
  }
}

.recruit-imageSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.recruit-imageSlider-content .swiper-slide {
  width: 190px;
}

@media only screen and (max-width: 834px) {
  .recruit-imageSlider-content .swiper-slide {
    width: 95px;
  }
}

.recruit-imageSlider-content .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
}

.recruit-imageSlider-content-item__image {
  height: 190px;
}

@media only screen and (max-width: 834px) {
  .recruit-imageSlider-content-item__image {
    height: 95px;
  }
}

.recruit-message-section {
  padding: 0 40px;
  overflow: hidden;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section {
    padding: 0 15px;
    padding-bottom: 50px;
  }
}

.recruit-message-section.is-main {
  background: #f7f8fc;
}

.recruit-message-section.is-sub {
  background: #f8faf4;
  padding-top: 100px;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section.is-sub {
    padding-top: 0;
  }
}

.recruit-message-section:last-child {
  padding-bottom: 100px;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section:last-child {
    padding-bottom: 50px;
  }
}

.recruit-message-section__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section__inner {
    display: block;
  }
}

.is-reverse .recruit-message-section__inner {
  flex-direction: row-reverse;
}

.is-main .recruit-message-section__inner {
  max-width: 900px;
  width: 100%;
}

.is-sub .recruit-message-section__inner {
  max-width: 1070px;
  width: 100%;
}

.recruit-message-section-image {
  position: relative;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

.is-main .recruit-message-section-image {
  max-width: 455px;
  max-height: 455px;
  position: relative;
  margin-right: 30px;
  background: #ccc;
}

.is-main .recruit-message-section-image:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.is-main .recruit-message-section-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
}

@media only screen and (max-width: 834px) {
  .is-main .recruit-message-section-image {
    margin: 0 auto;
  }
}

.is-reverse.is-main .recruit-message-section-image {
  margin-right: 0;
  margin-left: 30px;
}

@media only screen and (max-width: 834px) {
  .is-reverse.is-main .recruit-message-section-image {
    margin: 0 auto;
  }
}

.is-sub .recruit-message-section-image {
  max-width: 720px;
  max-height: 420px;
  position: relative;
  margin-right: 55px;
  flex: 2.5;
}

.is-sub .recruit-message-section-image:before {
  content: "";
  padding-top: 57%;
  display: block;
}

.is-sub .recruit-message-section-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
}

@media only screen and (max-width: 834px) {
  .is-sub .recruit-message-section-image {
    margin: 0 auto;
  }
}

.is-reverse.is-sub .recruit-message-section-image {
  margin-right: 0;
  margin-left: 55px;
}

@media only screen and (max-width: 834px) {
  .is-reverse.is-sub .recruit-message-section-image {
    margin: 0 auto;
  }
}

.recruit-message-section-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

@media only screen and (max-width: 834px) {
  .recruit-message-section-content {
    margin-top: 20px;
  }
}

.is-main .recruit-message-section-content {
  flex-direction: column;
  justify-content: center;
}

.is-sub .recruit-message-section-content {
  flex-direction: column;
  justify-content: flex-end;
}

.recruit-message-section-content__label {
  display: inline-block;
  border: solid 1px #000;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  padding: 5px 7px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 80px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section-content__label {
    font-size: 10px;
    padding: 3px 5px;
  }
}

.recruit-message-section-content__name:after {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 1px;
  margin-top: 23px;
}

.recruit-message-section-content__name small {
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section-content__name small {
    font-size: 13px;
  }
}

.recruit-message-section-content__name b {
  display: block;
  margin-top: 8px;
  font-size: 29px;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section-content__name b {
    font-size: 24px;
  }
}

.recruit-message-section-content__text {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 25px;
}

@media only screen and (max-width: 834px) {
  .recruit-message-section-content__text {
    margin-top: 20px;
  }
}

.recruit-copy {
  padding: 0 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-copy {
    padding: 0 15px;
  }
}

.recruit-copy__inner {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  padding: 105px 0;
}

@media only screen and (max-width: 834px) {
  .recruit-copy__inner {
    padding: 60px 0;
  }
}

.recruit-copy-item {
  margin-bottom: 90px;
}

@media only screen and (max-width: 834px) {
  .recruit-copy-item {
    margin-bottom: 50px;
  }
}

.recruit-copy-item:last-child {
  margin-bottom: 0;
}

.recruit-copy-item__heading {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

@media only screen and (max-width: 834px) {
  .recruit-copy-item__heading {
    font-size: 18px;
  }
}

.recruit-copy-item__text {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 834px) {
  .recruit-copy-item__text {
    font-size: 12px;
  }
}

.recruit-entry {
  background: #E7EFEB;
  padding: 80px 40px 90px 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-entry {
    padding: 40px 15px 45px 15px;
  }
}

.recruit-entry__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.recruit-entry-heading {
  margin-bottom: 70px;
}

@media only screen and (max-width: 834px) {
  .recruit-entry-heading {
    margin-bottom: 40px;
  }
}

.recruit-entry-heading__text {
  font-size: 37px;
  text-align: center;
}

@media only screen and (max-width: 834px) {
  .recruit-entry-heading__text {
    font-size: 24px;
  }
}

.recruit-entry-detail-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 834px) {
  .recruit-entry-detail-item {
    display: block;
    padding: 15px;
  }
}

.recruit-entry-detail-item:nth-child(odd) {
  background: #fff;
}

.recruit-entry-detail-item__header {
  width: 20%;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .recruit-entry-detail-item__header {
    width: 100%;
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.recruit-entry-detail-item__body {
  flex: 1;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .recruit-entry-detail-item__body {
    padding: 0;
    font-size: 14px;
  }
}

.recruit-contact {
  padding: 70px 40px 80px 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-contact {
    padding: 40px 15px 35px 15px;
  }
}

.recruit-contact__inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.recruit-contact-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.recruit-contact-heading:before {
  content: "";
  height: 1px;
  background: #000;
  flex: 1;
}

.recruit-contact-heading:after {
  content: "";
  height: 1px;
  background: #000;
  flex: 1;
}

.recruit-contact-heading__text {
  font-size: 15px;
  font-weight: 500;
  padding: 0 25px;
}

@media only screen and (max-width: 834px) {
  .recruit-contact-heading__text {
    font-size: 14px;
  }
}

.recruit-contact-detail__tel {
  display: block;
  font-size: 50px;
  text-align: center;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  .recruit-contact-detail__tel {
    font-size: 30px;
  }
}

.recruit-contact-detail__exText {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  .recruit-contact-detail__exText {
    font-size: 12px;
  }
}

.recruit-footer {
  background: #000;
  padding: 75px 40px 90px 40px;
}

@media only screen and (max-width: 834px) {
  .recruit-footer {
    padding: 45px 15px 50px 15px;
  }
}

.recruit-footer-header {
  margin-bottom: 50px;
}

@media only screen and (max-width: 834px) {
  .recruit-footer-header {
    margin-bottom: 30px;
  }
}

.recruit-footer-header-text {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 834px) {
  .recruit-footer-header-text {
    font-size: 15px;
  }
}

.recruit-footer-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(30px, 0);
}

@media only screen and (max-width: 834px) {
  .recruit-footer-logos {
    justify-content: center;
    transform: translate(0, 0);
  }
}

.recruit-footer-logos__item {
  margin-right: 40px;
  position: relative;
  display: block;
}

.recruit-footer-logos__item.logo-shinmeikan {
  max-width: 104px;
  max-height: 47px;
  width: 100%;
}

.recruit-footer-logos__item.logo-shinmeikan:before {
  display: block;
  content: "";
  padding-top: 45%;
}

.recruit-footer-logos__item.logo-yamamizuki {
  max-width: 91px;
  max-height: 38px;
  width: 100%;
}

.recruit-footer-logos__item.logo-yamamizuki:before {
  display: block;
  content: "";
  padding-top: 41%;
}

.recruit-footer-logos__item.logo-miyamasansou {
  max-width: 129px;
  max-height: 55px;
  width: 100%;
}

.recruit-footer-logos__item.logo-miyamasansou:before {
  display: block;
  content: "";
  padding-top: 42%;
}

@media only screen and (max-width: 834px) {
  .recruit-footer-logos__item {
    margin: 0 20px;
  }
}

.recruit-footer-logos__item .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
  transition: color .3s;
}

.recruit-footer-logos__item:hover .svg-wrap svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.portal-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
}

@media only screen and (max-width: 1024px) {
  .portal-hero {
    height: 60vh;
  }
}

@media only screen and (max-width: 834px) {
  .portal-hero {
    display: block;
    height: 100vh;
  }
}

.portal-hero-section {
  flex: 1;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section {
    width: 100%;
    height: 33.3%;
  }
}

.portal-hero-section__inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.portal-hero-section__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: background 1s;
}

.portal-hero-section__inner:hover:before {
  background: rgba(0, 0, 0, 0);
}

.portal-hero-section__content {
  display: flex;
  justify-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.portal-hero-section__text {
  position: absolute;
  top: 5%;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: sp-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__text {
    top: 0;
    writing-mode: inherit;
    font-size: 14px;
    padding-left: 45%;
    padding-top: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .portal-hero-section__text {
    font-size: 12px;
  }
}

.portal-hero-section__logo {
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__logo {
    margin: inherit;
    right: auto;
    left: 30px;
  }
}

.portal-hero-section__logo.is-shinmeikan {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__logo.is-shinmeikan {
    width: 30%;
  }
}

.portal-hero-section__logo.is-shinmeikan:before {
  content: "";
  display: block;
  padding-top: 46%;
}

.portal-hero-section__logo.is-yamamizuki {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__logo.is-yamamizuki {
    width: 30%;
  }
}

.portal-hero-section__logo.is-yamamizuki:before {
  content: "";
  display: block;
  padding-top: 46%;
}

.portal-hero-section__logo.is-miyamasansou {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__logo.is-miyamasansou {
    width: 30%;
  }
}

.portal-hero-section__logo.is-miyamasansou:before {
  content: "";
  display: block;
  padding-top: 46%;
}

.portal-hero-section__logo .svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__logo .svg-wrap {
    right: 0;
  }
}

.portal-hero-section__logo .svg-wrap svg {
  color: #fff;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.portal-hero-section__background {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover ; object-position: 50% 50% ";
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section.-yamamizuki .portal-hero-section__background {
    object-fit: cover;
    object-position: 50% 40%;
    font-family: "object-fit: cover ; object-position: 50% 40% ";
  }
}

@media only screen and (max-width: 834px) {
  .portal-hero-section.-miyamasansou .portal-hero-section__background {
    object-fit: cover;
    object-position: 50% 40%;
    font-family: "object-fit: cover ; object-position: 50% 40% ";
  }
}

.portal-hero-section__background.is-pc {
  display: block;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__background.is-pc {
    display: none;
    transform: none !important;
  }
}

.portal-hero-section__background.is-sp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .portal-hero-section__background.is-sp {
    display: block;
    transform: none !important;
  }
}

.portal-detail {
  margin-top: 80px;
  padding-bottom: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 834px) {
  .portal-detail {
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}

.portal-detail__inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.portal-detail-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.portal-detail-section.is-reverse {
  flex-direction: row-reverse;
  margin: 0 20px;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section.is-reverse {
    flex-direction: column;
    margin: 0;
  }
}

.portal-detail-section + .portal-detail-section {
  margin-top: 100px;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section + .portal-detail-section {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 834px) {
  .portal-detail-section {
    flex-direction: column;
  }
}

.portal-detail-section-content {
  width: 34%;
  padding-top: 5%;
  opacity: 0;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content {
    width: 100%;
    padding-top: 0;
    transform: none !important;
  }
}

.portal-detail-section-content__logo {
  position: relative;
  margin: 0 auto;
}

.portal-detail-section-content__logo.is-shinmeikan {
  width: 66%;
}

.portal-detail-section-content__logo.is-shinmeikan:before {
  content: "";
  display: block;
  padding-top: 46%;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content__logo.is-shinmeikan {
    width: 40%;
  }
}

.portal-detail-section-content__logo.is-yamamizuki {
  width: 66%;
}

.portal-detail-section-content__logo.is-yamamizuki:before {
  content: "";
  display: block;
  padding-top: 46%;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content__logo.is-yamamizuki {
    width: 40%;
  }
}

.portal-detail-section-content__logo.is-miyamasansou {
  width: 50%;
}

.portal-detail-section-content__logo.is-miyamasansou:before {
  content: "";
  display: block;
  padding-top: 46%;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content__logo.is-miyamasansou {
    width: 40%;
  }
}

.portal-detail-section-content__logo .svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.portal-detail-section-content__logo .svg-wrap svg {
  color: #000;
  fill: currentColor;
  width: 100%;
  height: 100%;
}

.portal-detail-section-content__text {
  margin-top: 45px;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content__text {
    margin-top: 25px;
  }
}

.portal-detail-section-content__text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .portal-detail-section-content__text {
    font-size: 12px;
  }
}

.portal-detail-section-content__footer {
  margin-top: 35px;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-content__footer {
    margin-top: 20px;
  }
}

.portal-detail-section-image {
  width: 68%;
  padding-top: 7%;
  opacity: 0;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-image {
    padding-top: 100px;
    width: 100%;
  }
}

.portal-detail-section-image__inner {
  position: relative;
  padding-bottom: 80px;
}

.portal-detail-section-image__inner:before {
  content: "";
  display: block;
  padding-top: 66%;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-image__inner {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 599px) {
  .portal-detail-section-image__inner {
    padding-bottom: 50px;
  }
}

.portal-detail-section-image__main {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .portal-detail-section-image__main {
    width: 80%;
  }
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-image__main {
    width: 95%;
  }
}

.portal-detail-section.is-reverse .portal-detail-section-image__main {
  right: auto;
  left: 0;
}

.portal-detail-section-image__sub {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .portal-detail-section-image__sub {
    left: 20px;
    width: 40%;
  }
}

@media only screen and (max-width: 834px) {
  .portal-detail-section-image__sub {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .portal-detail-section-image__sub {
    bottom: -20px;
    width: 40%;
    left: -10px;
  }
}

.portal-detail-section.is-reverse .portal-detail-section-image__sub {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 834px) {
  .portal-detail-section.is-reverse .portal-detail-section-image__sub {
    right: 0px;
  }
}

.u-fw_n {
  font-weight: normal !important;
}

.u-fw_b {
  font-weight: bold !important;
}

.u-fz_xxl {
  font-size: 120% !important;
}

.u-fz_xl {
  font-size: 115% !important;
}

.u-fz_l {
  font-size: 110% !important;
}

.u-fz_s {
  font-size: 90% !important;
}

.u-fz_xs {
  font-size: 85% !important;
}

.u-fz_xxs {
  font-size: 80% !important;
}

.u-td_n {
  text-decoration: none !important;
}

.u-td_u {
  text-decoration: underline !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-mt_xxl {
  margin-top: 50px !important;
}

.u-mt_xl {
  margin-top: 40px !important;
}

.u-mt_l {
  margin-top: 35px !important;
}

.u-mt_m {
  margin-top: 30px !important;
}

.u-mt_s {
  margin-top: 25px !important;
}

.u-mt_xs {
  margin-top: 20px !important;
}

.u-mt_xxs {
  margin-top: 10px !important;
}

.u-mt_xxxs {
  margin-top: 5px !important;
}

.u-mr_xxl {
  margin-right: 50px !important;
}

.u-mr_xl {
  margin-right: 40px !important;
}

.u-mr_l {
  margin-right: 35px !important;
}

.u-mr_m {
  margin-right: 30px !important;
}

.u-mr_s {
  margin-right: 25px !important;
}

.u-mr_xs {
  margin-right: 20px !important;
}

.u-mr_xxs {
  margin-right: 10px !important;
}

.u-mr_xxxs {
  margin-right: 5px !important;
}

.u-mb_xxl {
  margin-bottom: 50px !important;
}

.u-mb_xl {
  margin-bottom: 40px !important;
}

.u-mb_l {
  margin-bottom: 35px !important;
}

.u-mb_m {
  margin-bottom: 30px !important;
}

.u-mb_s {
  margin-bottom: 25px !important;
}

.u-mb_xs {
  margin-bottom: 20px !important;
}

.u-mb_xxs {
  margin-bottom: 10px !important;
}

.u-mb_xxxs {
  margin-bottom: 5px !important;
}

.u-ml_xxl {
  margin-left: 50px !important;
}

.u-ml_xl {
  margin-left: 40px !important;
}

.u-ml_l {
  margin-left: 35px !important;
}

.u-ml_m {
  margin-left: 30px !important;
}

.u-ml_s {
  margin-left: 25px !important;
}

.u-ml_xs {
  margin-left: 20px !important;
}

.u-ml_xxs {
  margin-left: 10px !important;
}

.u-ml_xxxs {
  margin-left: 5px !important;
}

.u-lh_l {
  line-height: 2 !important;
}

.u-show--pc {
  visibility: visible;
  position: static;
}

br.u-show--pc {
  display: block;
}

img.u-show--pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .u-show--pc {
    visibility: hidden;
    position: absolute;
  }
  br.u-show--pc {
    display: none;
  }
  img.u-show--pc {
    display: none;
  }
}

.u-show--pc-tb {
  visibility: visible;
  position: static;
}

br.u-show--pc-tb {
  display: block;
}

img.u-show--pc-tb {
  display: block;
}

@media only screen and (max-width: 834px) {
  .u-show--pc-tb {
    visibility: hidden;
    position: absolute;
  }
  br.u-show--pc-tb {
    display: none;
  }
  img.u-show--pc-tb {
    display: none;
  }
}

.u-show--tb {
  visibility: hidden;
  position: absolute;
}

br.u-show--tb {
  display: none;
}

img.u-show--tb {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .u-show--tb {
    visibility: visible;
    position: static;
  }
  br.u-show--tb {
    display: block;
  }
  img.u-show--tb {
    display: block;
  }
}

.u-show--sp {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp {
  display: none;
}

img.u-show--sp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .u-show--sp {
    visibility: visible;
    position: static;
  }
  br.u-show--sp {
    display: block;
  }
  img.u-show--sp {
    display: block;
  }
}

.u-show--sp_s {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp_s {
  display: none;
}

img.u-show--sp_s {
  display: none;
}

@media only screen and (max-width: 599px) {
  .u-show--sp_s {
    visibility: visible;
    position: static;
  }
  br.u-show--sp_s {
    display: block;
  }
  img.u-show--sp_s {
    display: block;
  }
}

.u-show--ios {
  display: none;
}

.ua-iphone .u-show--ios {
  display: block;
}

.ua-ipad .u-show--ios {
  display: block;
}

.u-show--android {
  display: none;
}

.ua-android .u-show--android {
  display: block;
}

.u-highlighter {
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.4;
}

.u-highlighter.is-red {
  background: #e60012;
  color: #FFF;
}

.u-highlighter.is-yellow {
  background: #FFFF4D;
}

.u-autoSpacer > * {
  margin-top: 25px;
}

@media only screen and (max-width: 834px) {
  .u-autoSpacer > * {
    margin-top: 20px;
  }
}

.u-autoSpacer > *:last-child {
  margin-bottom: 0;
}

.u-autoSpacer > *:first-child {
  margin-top: 0;
}

.u-autoSpacer > * + h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 834px) {
  .u-autoSpacer > * + h2 {
    margin-top: 45px;
  }
}

.u-autoSpacer > h2 + * {
  margin-top: 40px;
}

@media only screen and (max-width: 834px) {
  .u-autoSpacer > h2 + * {
    margin-top: 35px;
  }
}

.u-autoSpacer > * + h3 {
  margin-top: 40px;
}

@media only screen and (max-width: 834px) {
  .u-autoSpacer > * + h3 {
    margin-top: 20px;
  }
}

.u-autoSpacer > h3 + * {
  margin-top: 25px;
}

.u-autoSpacer > * + h4 {
  margin-top: 30px;
}

.u-autoSpacer > h4 + * {
  margin-top: 20px;
}

.u-autoSpacer > * + h5 {
  margin-top: 25px;
}

.u-autoSpacer > h5 + * {
  margin-top: 18px;
}

.u-autoSpacer > * + h6 {
  margin-top: 25px;
}

.u-autoSpacer > h6 + * {
  margin-top: 18px;
}

.u-autoSpacer > h2 + h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 834px) {
  .u-autoSpacer > h2 + h3 {
    margin-top: 20px;
  }
}
