@charset "UTF-8";
/* =============================================
- partsa
================================================ */
/* =============================================
- KEYFREAM
================================================ */
/*-----------------------------------------------------------------
  fadeUp/fadeDown
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8%);
    transform: translateY(8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes Down {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*-----------------------------------------------------------------
  swing
----------------------------------------------------------------- */
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing2 {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing2_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
@keyframes swing_opacity {
  from {
    opacity: 0;
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
    transform: rotate3d(0, 0, 1, 3deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  bounce
----------------------------------------------------------------- */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*-----------------------------------------------------------------
  scale
----------------------------------------------------------------- */
@-webkit-keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes loading {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
  to {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*-----------------------------------------------------------------
  loading
----------------------------------------------------------------- */
@-webkit-keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
@keyframes grayscale {
  from {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
  }
  to {
    -webkit-filter: grayscale(0%) blur(0px);
    filter: grayscale(0%) blur(0px);
  }
}
/*-----------------------------------------------------------------
  bounceInLeft
----------------------------------------------------------------- */
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/*-----------------------------------------------------------------
  item
----------------------------------------------------------------- */
@-webkit-keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
@keyframes item {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    top: -40px;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0px;
  }
}
/* =============================================
- SCRIPT
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    slick-arrow
========================================================= */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  z-index: 22;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.slick-prev:before, .slick-next:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  z-index: 44;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
  .slick-prev:before, .slick-next:before {
    width: 25px;
    height: 25px;
    margin-top: -13px;
  }
  .slick-prev:hover:before, .slick-next:hover:before {
    border-color: #F77C2F;
  }
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "";
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 5px;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -4px;
}

@media screen and (min-width: 768px) {
  .slick-prev:before {
    margin-left: 7px;
  }
  .slick-next:before {
    margin-left: -4px;
  }
}
/*
    Slick-theme.css ドット
========================================================= */
/* Dots */
.slick-dots {
  margin-top: 5px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1em;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  text-align: center;
  border: 1px solid #888888;
  background-color: #888888;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #060606;
  border-color: #060606;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #060606;
  border-color: #060606;
}
@media screen and (min-width: 768px) {
  .slick-dots li.slick-active button:before {
    background-color: #060606;
  }
}

.lity-container .slick-track {
  min-width: 480px !important;
}
.lity-container .slick-track .slick-slide {
  max-width: 480px !important;
}
@media screen and (min-width: 768px) {
  .lity-container .slick-track .slick-slide {
    min-width: 480px !important;
    max-height: 300px;
  }
}

/* =============================================
- _titleStyle
================================================ */
small {
  font-size: 10px;
  position: relative;
  top: -0.3em;
}

/*
    Style01
========================================================= */
.titleStyle01 {
  margin-bottom: 10vw;
}
.titleStyle01 .title {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 7.5vw;
  font-style: italic;
  padding-bottom: 6vw;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle01 .title .border {
  position: absolute;
  display: block;
  width: 40vw;
  height: 1vw;
  background-image: url(../images/common/border_type01.png);
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0vw;
}
.titleStyle01 .title.jp {
  font-style: normal;
}
.titleStyle01 .title .notice {
  font-size: 50%;
  display: block;
  text-align: center;
}

.jp .titleStyle01 .title {
  font-style: normal;
  font-size: 6.5vw;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .titleStyle01 {
    margin-bottom: 40px;
  }
  .titleStyle01 .title {
    font-size: 33px;
    padding-bottom: 28px;
  }
  .titleStyle01 .title .border {
    width: 187px;
    height: 4px;
  }
  .jp .titleStyle01 .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle01 {
    margin-bottom: 70px;
  }
  .titleStyle01 .title {
    font-size: 40px;
    padding-bottom: 35px;
  }
  .jp .titleStyle01 .title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1180px) {
  .titleStyle01 .title {
    font-size: 50px;
  }
}
/*
    Style02
========================================================= */
.titleStyle02 {
  text-align: center;
  overflow: hidden;
  max-width: 90%;
  margin: 0px auto 30px auto;
}
.titleStyle02 .title {
  position: relative;
  display: inline-block;
  padding: 0.5vw 15px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 7vw;
}
.titleStyle02 .title:before, .titleStyle02 .title:after {
  content: "";
  width: 200%;
  top: 50%;
  border-top: 4px double #060606;
  position: absolute;
}
.titleStyle02 .title:before {
  left: -200%;
}
.titleStyle02 .title:after {
  right: -200%;
}

@media screen and (min-width: 768px) {
  .titleStyle02 {
    max-width: 640px;
    margin: 0px auto 60px auto;
  }
  .titleStyle02 .title {
    padding: 5px 15px;
    font-size: 40px;
  }
}
/*
    Style03
========================================================= */
.titleStyle03 .title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 6vw;
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 7.5vw;
}
.titleStyle03 .title:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #F7B400;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
}
.titleStyle03.left .title {
  text-align: left;
  margin-bottom: 5vw;
}
.titleStyle03.left .title:after {
  left: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .titleStyle03 .title {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .titleStyle03.left .title {
    margin-bottom: 30px;
  }
}
/*
    Style04
========================================================= */
.titleStyle04 {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 7px 10px;
  margin-bottom: 25px;
}
.titleStyle04 .text {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  .titleStyle04 .text {
    font-weight: bold;
  }
}
.titleStyle04.left .text {
  text-align: left;
  padding: 0px 15px;
}
.titleStyle04.color02 {
  background-color: #F0D47A;
}
.titleStyle04.color03 {
  background: #F7B400;
  color: #fff;
}
.titleStyle04.color04 {
  background: #A5A4A4;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .titleStyle04 {
    padding: 9px 10px;
    margin-bottom: 40px;
  }
  .titleStyle04 .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle04 {
    padding: 12px 10px;
    margin-bottom: 60px;
  }
  .titleStyle04 .text {
    font-size: 20px;
  }
}
/*
    Style05
========================================================= */
.titleStyle05 {
  font-size: 4.5vw;
  padding-bottom: 1.3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #888888;
}
.titleStyle05.type02 {
  position: relative;
  padding-left: 25px;
}
.titleStyle05.type02:before {
  content: "";
  width: 10px;
  height: 1em;
  background-color: #F7B400;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.6em;
}

@media screen and (min-width: 768px) {
  .titleStyle05 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle05 {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
}
/*
    Style06
========================================================= */
.titleStyle06 {
  overflow: hidden hidden;
  margin-bottom: 30px;
}
.titleStyle06 .text {
  color: #F7B400;
  font-weight: 600;
  font-size: 6vw;
  font-style: italic;
  display: inline-block;
  position: relative;
  padding-right: 10px;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 980px) {
  .titleStyle06 .text {
    font-weight: bold;
  }
}
.titleStyle06 .text:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #F7B400;
  position: absolute;
  right: 0%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  bottom: 0px;
  margin-bottom: 0.2em;
}
.titleStyle06 .title {
  font-weight: 600;
  font-size: 8vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
  line-height: 1.3em;
}
@media screen and (min-width: 980px) {
  .titleStyle06 .title {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .titleStyle06 .text {
    font-size: 23px;
    padding-right: 10px;
  }
  .titleStyle06 .title {
    font-size: 30px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle06 .text {
    font-size: 30px;
  }
  .titleStyle06 .title {
    font-size: 43px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .titleStyle06 {
    margin-bottom: 45px;
  }
  .titleStyle06 .text {
    font-size: 40px;
    padding-right: 15px;
  }
  .titleStyle06 .title {
    font-size: 64px;
    margin-top: 25px;
  }
}
/*
    Style07
========================================================= */
.titleStyle07 {
  font-size: 5.5vw;
  padding-bottom: 1.8vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #888888;
  font-weight: 600;
  color: #F7B400;
  vertical-align: bottom;
  line-height: 1.3em;
}
@media screen and (min-width: 980px) {
  .titleStyle07 {
    font-weight: bold;
  }
}
.titleStyle07 span {
  font-size: 7vw;
}

@media screen and (min-width: 768px) {
  .titleStyle07 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .titleStyle07 span {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .titleStyle07 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
  .titleStyle07 span {
    font-size: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .titleStyle07 {
    font-size: 30px;
    padding-bottom: 18px;
  }
  .titleStyle07 span {
    font-size: 45px;
  }
}
/*
    numberText
========================================================= */
.numberText {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .numberText {
    font-weight: bold;
  }
}
.numberText span {
  width: 30px;
  height: 30px;
  background-color: #F7B400;
  position: absolute;
  left: 0px;
  top: 50%;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  margin-top: -15px;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .numberText {
    padding-left: 45px;
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .numberText {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
/*
    midashi
========================================================= */
.midashiStyle01 {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 7vw;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .midashiStyle01 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle01 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.midashiStyle02 {
  font-weight: 600;
  font-size: 5vw;
  margin-bottom: 15px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-weight: bold;
  }
}
.midashiStyle02 span {
  display: block;
  text-align: center;
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .midashiStyle02 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .midashiStyle02 span {
    font-size: 80%;
  }
}
@media screen and (min-width: 980px) {
  .midashiStyle02 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .midashiStyle02 span {
    font-size: 26px;
  }
}
.midashiStyle03 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5vw;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (min-width: 980px) {
  .midashiStyle03 {
    font-weight: bold;
  }
}
.midashiStyle03.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .midashiStyle03 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
/* =============================================
- _btnStyle
================================================ */
.btnArea {
  text-align: center;
}
.btnArea.ar_right {
  text-align: right;
  width: 100%;
}

/*-----------------------------------------------------------------
	style01
----------------------------------------------------------------- */
.btnStyle01 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.1em 15px;
  max-width: 200px;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 500;
  color: #060606;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.btnStyle01:after {
  content: "";
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-color: #060606;
  right: 13px;
}
.btnStyle01 > span:before, .btnStyle01 > span:after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background-color: #060606;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.btnStyle01 > span:before {
  top: 0px;
}
.btnStyle01 > span:after {
  bottom: 0px;
}
.btnStyle01 > span > span:before, .btnStyle01 > span > span:after {
  content: "";
  height: calc(100% - 10px);
  width: 1px;
  background-color: #060606;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.btnStyle01 > span > span:before {
  left: 0px;
}
.btnStyle01 > span > span:after {
  right: 0px;
}
.btnStyle01 > span .pdf {
  display: inline-block;
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_pdf.png);
  background-size: cover;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .btnStyle01 {
    overflow: hidden;
    z-index: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btnStyle01 > span:before, .btnStyle01 > span:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle01 > span > span:before, .btnStyle01 > span > span:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle01:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btnStyle01:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    left: -10%;
    top: 0px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .btnStyle01:hover {
    color: #fff;
  }
  .btnStyle01:hover > span:before, .btnStyle01:hover > span:after {
    width: 100%;
  }
  .btnStyle01:hover > span > span:before, .btnStyle01:hover > span > span:after {
    height: 100%;
  }
  .btnStyle01:hover:after {
    border-color: #fff;
  }
  .btnStyle01:hover:before {
    width: 200%;
  }
}
.btnStyle02 {
  display: inline-block;
  padding: 12px 10px;
  text-align: center;
  color: #fff;
  background-color: #060606;
  width: 100%;
  position: relative;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 230px;
}
@media screen and (min-width: 980px) {
  .btnStyle02 {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .btnStyle02 {
    padding: 14px 10px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btnStyle02:hover {
    background-color: #F0AF52;
  }
  .btnStyle02:hover.line {
    border: 1px solid #F0AF52;
  }
}
/* =============================================
- boxStyle
================================================ */
/*
    Style01
========================================================= */
.boxStyle01 .box, .alm-reveal .box {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  position: relative;
  z-index: 1;
}
.boxStyle01 .box:after, .alm-reveal .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EDEDED;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
.boxStyle01 .box a, .alm-reveal .box a {
  padding: 15px 15px 60px 15px;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.boxStyle01 .box a .img img, .alm-reveal .box a .img img {
  height: auto;
  width: 100%;
}
.boxStyle01 .box + .box, .alm-reveal .box + .box {
  margin-top: 30px;
}
.boxStyle01 .box .textArea, .alm-reveal .box .textArea {
  margin-top: 15px;
}
.boxStyle01 .box .date, .alm-reveal .box .date {
  color: #F7B400;
}
.boxStyle01 .box .cat, .alm-reveal .box .cat {
  color: #2B2B2B;
}
.boxStyle01 .box .title, .alm-reveal .box .title {
  color: #2B2B2B;
  font-size: 16px;
  margin-top: 5px;
}
.boxStyle01 .box .btnArea, .alm-reveal .box .btnArea {
  position: absolute;
  right: -8px;
  bottom: 20px;
}
.boxStyle01 .box .btnArea .more, .alm-reveal .box .btnArea .more {
  padding: 3px 30px 3px 25px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.boxStyle01 .box .btnArea .more:after, .alm-reveal .box .btnArea .more:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #060606;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .boxStyle01 + .boxStyle01 .box, .alm-reveal + .boxStyle01 .box {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .boxStyle01, .alm-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxStyle01 .box, .alm-reveal .box {
    width: 32%;
  }
  .boxStyle01 .box + .box, .alm-reveal .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxStyle01 .box > a, .alm-reveal .box > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .boxStyle01 .box > a .img, .alm-reveal .box > a .img {
    overflow: hidden;
  }
  .boxStyle01 .box > a .img img, .alm-reveal .box > a .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .boxStyle01 .box > a .more:after, .alm-reveal .box > a .more:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .boxStyle01 .box > a:hover, .alm-reveal .box > a:hover {
    background-color: #fff6df;
  }
  .boxStyle01 .box > a:hover .img img, .alm-reveal .box > a:hover .img img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .boxStyle01 .box > a:hover .more:after, .alm-reveal .box > a:hover .more:after {
    background-color: #F7B400;
  }
}
@media screen and (min-width: 1280px) {
  .boxStyle01, .alm-reveal {
    max-width: 1220px;
    margin: 0 auto;
  }
  .boxStyle01 .box, .alm-reveal .box {
    width: 380px;
  }
  .boxStyle01 .box a, .alm-reveal .box a {
    padding: 20px 20px 70px 20px;
  }
  .boxStyle01 .box + .box, .alm-reveal .box + .box {
    margin-top: 0px;
    margin-left: 40px;
  }
  .boxStyle01 .box .cat, .alm-reveal .box .cat {
    color: #2B2B2B;
    font-size: 18px;
  }
  .boxStyle01 .box .date, .alm-reveal .box .date {
    font-size: 18px;
  }
  .boxStyle01 .box .title, .alm-reveal .box .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .boxStyle01 .box .btnArea .more, .alm-reveal .box .btnArea .more {
    font-size: 15px;
  }
}
/*
    Style02
========================================================= */
.boxStyle02 .box {
  position: relative;
  padding-bottom: 80px;
}
.boxStyle02 .box + .box {
  margin-top: 50px;
}
.boxStyle02 .box > a {
  display: block;
}
.boxStyle02 .box .label {
  width: 160px;
  height: 30px;
  background-image: url(../images/common/label_type02.png);
  background-size: cover;
  padding: 5px 5px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -10px;
  top: -15px;
  z-index: 1;
}
.boxStyle02 .box .label .icon {
  width: 24px;
  height: 15px;
  display: inline-block;
  line-height: 1em;
}
.boxStyle02 .box .label .icon .svg {
  width: 24px;
  height: 15px;
}
.boxStyle02 .box .label .area {
  color: #fff;
  line-height: 1em;
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: -0.01em;
  font-family: "Roboto", sans-serif;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  margin-left: 5px;
}
.boxStyle02 .box .img {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}
.boxStyle02 .box .img img {
  height: auto;
}
.boxStyle02 .box .textArea {
  margin-top: 15px;
}
.boxStyle02 .box .title {
  font-size: 18px;
  color: #434343;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxStyle02 .box .title:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #434343;
}
.boxStyle02 .box .infoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.boxStyle02 .box .infoArea .price {
  background-color: #F7B400;
  width: 50px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  padding: 12px 0px;
}
.boxStyle02 .box .infoArea .info {
  margin-left: 15px;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  color: #434343;
  font-size: 15px;
}
.boxStyle02 .box .infoArea .info p {
  color: #434343;
  font-size: 15px;
}
.boxStyle02 .box .textBox {
  color: #434343;
}
.boxStyle02 .box .textBox p {
  color: #434343;
}
.boxStyle02 .box .textBox .text, .boxStyle02 .box .textBox .price {
  line-height: 1.6em;
}
.boxStyle02 .box .textBox .text {
  font-size: 13px;
}
.boxStyle02 .box .textBox .price {
  margin-top: 5px;
  font-size: 15px;
}
.boxStyle02 .box .btnArea {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.boxStyle02 .box .btnStyle01 {
  max-width: 180px;
  padding: 0.8em 15px;
}

@media screen and (min-width: 768px) {
  .boxStyle02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxStyle02 .box {
    width: 48%;
  }
  .boxStyle02 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxStyle02 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxStyle02 .box:nth-child(n+3) {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle02 .box .textArea {
    margin-top: 20px;
  }
  .boxStyle02 .box .title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .boxStyle02 .box .infoArea .info {
    margin-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-weight: 500;
  }
  .boxStyle02 .box .infoArea .info p {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (min-width: 980px) {
  .boxStyle02 .box {
    width: 32%;
  }
  .boxStyle02 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
  .boxStyle02 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxStyle02 .box:nth-child(n+4) {
    margin-top: 70px;
  }
  .boxStyle02 .box .img {
    overflow: hidden;
    border-radius: 15px;
  }
  .boxStyle02 .box .img img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .boxStyle02 .box > a:hover .img img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .boxStyle02 .box .textBox .text {
    font-size: 14px;
  }
  .boxStyle02 .box .textBox .price {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .boxStyle02 {
    max-width: 1220px;
    margin: 0 auto;
  }
  .boxStyle02 .box {
    width: 394px;
  }
  .boxStyle02 .box + .box {
    margin-top: 0px;
    margin-left: 19px;
  }
  .boxStyle02 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxStyle02 .box:nth-child(n+4) {
    margin-top: 80px;
  }
  .boxStyle02 .box .label {
    left: -5px;
  }
  .boxStyle02 .box .infoArea .info {
    font-size: 16px;
  }
  .boxStyle02 .box .infoArea .info p {
    font-size: 16px;
  }
}
/*
    Style03
========================================================= */
.boxStyle03 .box {
  position: relative;
}
.boxStyle03 .box > a {
  position: relative;
  display: block;
  width: 100%;
}
.boxStyle03 .box + .box {
  margin-top: 40px;
}
.boxStyle03 .lineBox {
  position: relative;
}
.boxStyle03 .label {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: -15px;
  background-image: url(../images/common/label_type01.png);
  background-size: cover;
  width: 70px;
  height: 90px;
  padding-top: 15px;
}
.boxStyle03 .label .icon, .boxStyle03 .label .text {
  text-align: center;
  line-height: 1em;
}
.boxStyle03 .label .svg {
  width: 16px;
  height: 24px;
}
.boxStyle03 .label .svg circle, .boxStyle03 .label .svg path {
  fill: #fff;
}
.boxStyle03 .label .text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.boxStyle03 .img {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
}
.boxStyle03 .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.boxStyle03 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
.boxStyle03 .title {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 10px 10px 15px 10px;
}
.boxStyle03 .title p {
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 5px;
  position: relative;
}
.boxStyle03 .title p:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.boxStyle03 .title .sub {
  font-size: 13px;
  font-weight: normal;
  padding: 0px;
  margin-top: 10px;
}
.boxStyle03 .title .sub br {
  display: none;
}
.boxStyle03 .title .sub:after {
  display: none;
}
.boxStyle03 .textArea {
  padding: 15px;
  background-color: #fff;
}
.boxStyle03 .textArea .category {
  margin-top: 15px;
}
.boxStyle03 .textArea .category a {
  background-color: #060606;
  color: #fff;
  padding: 2px 15px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

@media screen and (min-width: 768px) {
  .boxStyle03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxStyle03.column03 .box {
    width: 32%;
  }
  .boxStyle03.column03 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .boxStyle03.column03 .box .label {
    width: 50px;
    height: 64px;
    padding-top: 7px;
  }
  .boxStyle03.column03 .box .label .text {
    font-size: 12px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .boxStyle03 .box {
    width: 48%;
  }
  .boxStyle03 .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  .boxStyle03 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxStyle03 .box:nth-child(n+3) {
    margin-top: 50px;
  }
  .boxStyle03 .box > a .img {
    overflow: hidden;
    height: 40vw;
    max-height: 180px;
  }
  .boxStyle03 .box > a .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .boxStyle03 .box > a:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
            transform: translate(-50%, -50%) scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1280px) {
  .boxStyle03 {
    max-width: 1220px;
    margin: 0 auto;
  }
  .boxStyle03.column03 .box {
    width: 394px;
  }
  .boxStyle03.column03 .box + .box {
    margin-top: 0px;
    margin-left: 18px;
  }
  .boxStyle03 .box {
    width: 582px;
    position: relative;
  }
  .boxStyle03 .box + .box {
    margin-top: 0px;
    margin-left: 56px;
  }
  .boxStyle03 .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .boxStyle03 .box:nth-child(n+3) {
    margin-top: 80px;
  }
  .boxStyle03 .box > a .img {
    height: 200px;
    max-height: 200px;
  }
  .boxStyle03 .box .label {
    left: 20px;
    top: -20px;
    padding-top: 18px;
  }
  .boxStyle03 .box .title {
    padding: 15px 15px 20px 15px;
  }
  .boxStyle03 .box .title p {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .boxStyle03 .box .title p:after {
    width: 30px;
  }
  .boxStyle03 .box .title .sub {
    font-size: 15px;
    font-weight: normal;
    padding: 0px;
    margin-top: 10px;
    line-height: 1.3em;
  }
  .boxStyle03 .box .title .sub br {
    display: none;
  }
  .boxStyle03 .box .title .sub:after {
    display: none;
  }
  .boxStyle03 .box .textArea {
    padding: 20px;
  }
}
/*
    Style04
========================================================= */
.boxStyle04 {
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .boxStyle04 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .boxStyle04 .box + .box {
    margin-top: 20px;
  }
  .boxStyle04 .img {
    width: 40%;
  }
  .boxStyle04 .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
  }
}
.boxStyle04 .textArea .title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  padding-left: 25px;
}
@media screen and (min-width: 980px) {
  .boxStyle04 .textArea .title {
    font-weight: bold;
  }
}
.boxStyle04 .textArea .number {
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0.8em;
  margin-top: -9px;
  background-color: #F7B400;
  border-radius: 50%;
}
.boxStyle04 .textArea .number:before {
  content: "";
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin-top: -0.45em;
  line-height: 1em;
  font-size: 13px;
}
.boxStyle04 .textArea p {
  font-size: 13px;
  line-height: 1.6em;
}

@media screen and (min-width: 768px) {
  .boxStyle04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxStyle04 .box {
    width: 32%;
  }
  .boxStyle04 .box + .box {
    margin-left: 2%;
  }
  .boxStyle04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxStyle04 .box:nth-child(n+4) {
    margin-top: 30px;
  }
  .boxStyle04 .box .textArea {
    margin-top: 10px;
  }
  .boxStyle04 .box .textArea .number:before {
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 980px) {
  .boxStyle04 .box .textArea .title {
    font-size: 18px;
    padding-left: 28px;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
  .boxStyle04 .box .textArea .number {
    margin-top: -7px;
    top: 0.5em;
  }
  .boxStyle04 .box .textArea .number:before {
    margin-top: -0.5em;
  }
}
@media screen and (min-width: 1080px) {
  .boxStyle04 .box {
    width: 290px;
  }
  .boxStyle04 .box + .box {
    margin-left: 45px;
  }
  .boxStyle04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  .boxStyle04 .box:nth-child(n+4) {
    margin-top: 50px;
  }
  .boxStyle04 .box .textArea {
    margin-top: 15px;
  }
  .boxStyle04 .box .textArea .title {
    padding-left: 35px;
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0em;
  }
  .boxStyle04 .box .textArea .number {
    width: 27px;
    height: 24px;
    margin-top: -9px;
  }
  .boxStyle04 .box .textArea .number:before {
    margin-top: -0.5em;
    font-size: 15px;
  }
  .boxStyle04 .box .textArea p {
    font-size: 16px;
    line-height: 1.6em;
  }
}
/*
    Style05
========================================================= */
.boxStyle05 .box {
  overflow: hidden;
  position: relative;
}
.boxStyle05 .box > a {
  position: relative;
  display: block;
  width: 100%;
}
.boxStyle05 .box + .box {
  margin-top: 20px;
}
.boxStyle05 .titleArea {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 10px 10px 15px 10px;
}
.boxStyle05 .titleArea .title {
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 5px;
  position: relative;
}
.boxStyle05 .titleArea .title:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.boxStyle05 .titleArea .btnPDF {
  position: absolute;
  right: -8px;
  bottom: 15px;
}
.boxStyle05 .titleArea .btnPDF span {
  padding: 5px 43px 5px 25px;
  color: #060606;
  position: relative;
  z-index: 1;
}
.boxStyle05 .titleArea .btnPDF span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.boxStyle05 .titleArea .btnPDF span:before {
  content: "";
  width: 14px;
  height: 17px;
  background-image: url(../images/common/icon_pdf.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
}
.boxStyle05 .titleArea .btnPDF.blank {
  padding-right: 0px;
}
.boxStyle05 .titleArea .btnPDF.blank span:before {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../images/common/icon_blank.png);
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  .boxStyle05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .boxStyle05 .box {
    width: 32%;
  }
  .boxStyle05 .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 980px) {
  .boxStyle05 .box .titleArea {
    padding: 13px 10px 18px 15px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .boxStyle05 .box .titleArea .title {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .boxStyle05 .box .titleArea .btnPDF {
    right: -8px;
    bottom: 20px;
  }
  .boxStyle05 .box .titleArea .btnPDF span {
    padding: 5px 43px 5px 25px;
  }
  .boxStyle05 .box:hover .titleArea {
    padding: 20px 10px 25px 15px;
  }
  .boxStyle05 .box:hover .btnPDF span:after {
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
  }
}
/* =============================================
- rowLayout
================================================ */
/*
    Layout01
========================================================= */
.rowLayout01 .imgArea {
  position: relative;
}
.rowLayout01 .imgArea .label {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 11;
}
.rowLayout01 .imgArea .label span {
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: relative;
  top: 12px;
  right: 12px;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .rowLayout01 .imgArea .label span {
    font-weight: bold;
  }
}
.rowLayout01 .imgArea .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 0;
  border-color: transparent #FCC532 transparent transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}
.rowLayout01 .img {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  position: relative;
}
.rowLayout01 .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.rowLayout01 .infoArea {
  margin-top: 10px;
}
.rowLayout01 .infoArea .category {
  margin-bottom: 5px;
}
.rowLayout01 .infoArea .category a {
  background-color: #FCC532;
  padding: 6px 10px;
  line-height: 1em;
  display: inline-block;
  color: #060606;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 8px;
}
.rowLayout01 .infoArea .title {
  font-weight: 600;
  font-size: 18px;
  color: #060606;
}
@media screen and (min-width: 980px) {
  .rowLayout01 .infoArea .title {
    font-weight: bold;
  }
}
.rowLayout01 .infoArea .info {
  margin-top: 10px;
}
.rowLayout01 .infoArea .info table th, .rowLayout01 .infoArea .info table td {
  font-size: 13px;
  line-height: 1.6em;
  padding: 5px 0px;
}
.rowLayout01 .infoArea .info table th {
  width: 35%;
}
.rowLayout01 .infoArea .info table td {
  width: 65%;
}
.rowLayout01 .infoArea .info table tr + tr {
  border-top: 1px solid #A5A4A4;
}
.rowLayout01 .textBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .rowLayout01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout01 .imgArea {
    width: 35%;
  }
  .rowLayout01 .imgArea .label span {
    top: 12px;
    right: 12px;
  }
  .rowLayout01 .imgArea .label:after {
    border-width: 0 70px 70px 0;
  }
  .rowLayout01 .img {
    height: 32vw;
  }
  .rowLayout01 .infoArea {
    margin-top: 0px;
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rowLayout01 .infoArea .category {
    margin-bottom: 10px;
  }
  .rowLayout01 .infoArea .category a {
    padding: 6px 20px;
    margin-right: 10px;
  }
  .rowLayout01 .infoArea .title {
    font-size: 23px;
  }
  .rowLayout01 .infoArea .info {
    margin-top: 15px;
  }
  .rowLayout01 .infoArea .info table th {
    width: 150px;
  }
}
@media screen and (min-width: 980px) {
  .rowLayout01 {
    max-width: 980px;
    margin: 0 auto;
  }
  .rowLayout01 .imgArea {
    width: 372px;
  }
  .rowLayout01 .imgArea .label span {
    top: 10px;
    right: 10px;
  }
  .rowLayout01 .img {
    height: 372px;
  }
  .rowLayout01 .infoArea {
    padding-left: 48px;
  }
  .rowLayout01 .infoArea .category {
    margin-bottom: 10px;
  }
  .rowLayout01 .infoArea .category a {
    padding: 6px 20px;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
  }
  .rowLayout01 .infoArea .title {
    font-size: 26px;
  }
  .rowLayout01 .infoArea .info {
    margin-top: 10px;
  }
  .rowLayout01 .infoArea .info table th, .rowLayout01 .infoArea .info table td {
    font-size: 15px;
    padding: 6px 0px;
  }
  .rowLayout01 .infoArea .info table td {
    width: auto;
  }
}
/*
    Layout02
========================================================= */
.rowLayout02 > .item + .item {
  margin-top: 20px;
}
.rowLayout02 > .item .textBox {
  margin-top: 20px;
}
.rowLayout02 .glayBox {
  padding: 15px;
  background-color: #EDEDED;
}

@media screen and (min-width: 768px) {
  .rowLayout02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout02 > .item {
    width: 48%;
  }
  .rowLayout02 > .item + .item {
    margin-top: 0px;
    margin-left: 4%;
  }
  .rowLayout02 .glayBox {
    padding: 20px;
    background-color: #EDEDED;
  }
}
@media screen and (min-width: 1280px) {
  .rowLayout02 {
    max-width: 1220px;
    margin: 0 auto;
  }
  .rowLayout02 > .item {
    width: 582px;
  }
  .rowLayout02 > .item + .item {
    margin-left: 56px;
  }
  .rowLayout02 .glayBox {
    padding: 30px;
    background-color: #EDEDED;
  }
}
/*
    Layout03
========================================================= */
.rowLayout03 .icon {
  text-align: center;
}
.rowLayout03 .icon img {
  width: 150px;
}
.rowLayout03 .item {
  margin-top: 30px;
}

@media screen and (min-width: 980px) {
  .rowLayout03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout03 .icon {
    width: 100px;
  }
  .rowLayout03 .item {
    margin-top: 0px;
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1180px) {
  .rowLayout03 .icon {
    width: 150px;
  }
}
/*
    Layout04
========================================================= */
.rowLayout04 .item + .item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .rowLayout04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout04 .item {
    margin-top: 0px;
    width: 40%;
  }
  .rowLayout04 .item + .item {
    margin-top: 0px;
    width: 60%;
  }
}
@media screen and (min-width: 980px) {
  .rowLayout04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout04 .item {
    margin-top: 0px;
    width: 55%;
  }
  .rowLayout04 .item + .item {
    margin-top: 0px;
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .rowLayout04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rowLayout04 .item {
    margin-top: 0px;
    width: 700px;
  }
  .rowLayout04 .item + .item {
    margin-top: 0px;
    width: 520px;
  }
}
/* =============================================
- visual
================================================ */
/*
    innerVisual
========================================================= */
#innerVisual {
  position: relative;
  z-index: 1;
}
#innerVisual .visual {
  width: 75%;
  margin-left: auto;
  padding-bottom: 30px;
}
#innerVisual .bgcolor {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  z-index: -1;
}
#innerVisual .bgcolor.color01 {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#innerVisual .bgcolor.color02 {
  background-color: #EEDA56;
}
#innerVisual .textBox {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 0%;
  padding-left: 20px;
  background-color: #fff;
}
#innerVisual .textBox .title {
  color: #fff;
  background-color: #000;
  padding: 2.5vw 20px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 6vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  line-height: 1em;
}
@media screen and (min-width: 980px) {
  #innerVisual .textBox .title {
    font-weight: bold;
  }
}
#innerVisual .textBox .title span {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  #innerVisual .visual {
    padding-bottom: 40px;
  }
  #innerVisual .textBox {
    margin-top: -2.5em;
    padding-left: 20px;
  }
  #innerVisual .textBox .title {
    padding: 2.5vw 25px;
    font-size: 4.5vw;
    min-width: 250px;
  }
  #innerVisual .textBox .title span {
    font-size: 2.5vw;
    margin-bottom: 10px;
    margin-top: -5px;
  }
  #innerVisual + .breadcrumb {
    margin-top: -40px;
  }
}
@media screen and (min-width: 980px) {
  #innerVisual .visual {
    padding-bottom: 50px;
  }
  #innerVisual + .breadcrumb {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1180px) {
  #innerVisual {
    max-width: 1400px;
    margin: 0 auto;
  }
  #innerVisual .visual {
    padding-bottom: 70px;
    max-width: 1040px;
  }
  #innerVisual .textBox {
    margin-top: -3.5em;
    padding-left: 60px;
  }
  #innerVisual .textBox .title {
    padding: 35px 40px;
    font-size: 54px;
    min-width: 500px;
  }
  #innerVisual .textBox .title span {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -10px;
  }
  #innerVisual + .breadcrumb {
    margin-top: -70px;
  }
}
/*
    visualHotSpot
========================================================= */
#visualHotSpot {
  position: relative;
  z-index: 1;
}
#visualHotSpot .map {
  position: relative;
  z-index: 1;
}
#visualHotSpot .map:after {
  content: "";
  width: 100%;
  height: 90.3%;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#visualHotSpot .textBox {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 0%;
  padding-left: 20px;
  background-color: #fff;
  z-index: 11;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#visualHotSpot .textBox .title {
  color: #fff;
  background-color: #000;
  padding: 2.5vw 20px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 6vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  line-height: 1em;
  min-width: 180px;
}
@media screen and (min-width: 980px) {
  #visualHotSpot .textBox .title {
    font-weight: bold;
  }
}
#visualHotSpot .textBox .title span {
  display: block;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 3px;
}
#visualHotSpot .textBox:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/hotspot/index_visual01.png);
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #visualHotSpot .textBox {
    margin-top: -2.5em;
    padding-left: 20px;
  }
  #visualHotSpot .textBox .title {
    padding: 2.5vw 25px;
    font-size: 4.5vw;
    min-width: 40vw;
  }
  #visualHotSpot .textBox .title span {
    font-size: 2.5vw;
    margin-bottom: 10px;
    margin-top: -5px;
  }
  #visualHotSpot .textBox:before {
    width: 198px;
    height: 230px;
    right: -20px;
    top: -60px;
  }
  #visualHotSpot + .breadcrumb {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  #visualHotSpot .textBox .title {
    min-width: 45vw;
  }
  #visualHotSpot .textBox:before {
    background-image: url(../images/hotspot/index_visual01_pc.png);
  }
  #visualHotSpot + .breadcrumb {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1180px) {
  #visualHotSpot {
    max-width: 1400px;
    margin: 0 auto;
  }
  #visualHotSpot .visual {
    padding-bottom: 70px;
    max-width: 1040px;
  }
  #visualHotSpot .textBox {
    margin-top: -3.5em;
    padding-left: 60px;
  }
  #visualHotSpot .textBox .title {
    padding: 35px 40px;
    font-size: 54px;
    min-width: 625px;
  }
  #visualHotSpot .textBox .title span {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -10px;
  }
  #visualHotSpot .textBox:before {
    width: 297px;
    height: 345px;
    right: -20px;
    top: -114px;
  }
  #visualHotSpot + .breadcrumb {
    margin-top: -20px;
  }
}
/*
    visualHotSpot_inner
========================================================= */
#visualHotSpot_inner {
  position: relative;
  z-index: 1;
  padding-bottom: 22vw;
}
#visualHotSpot_inner .col .map {
  position: absolute;
  z-index: 11;
  margin-top: 30px;
  margin-right: -10%;
}
#visualHotSpot_inner .col .map img {
  width: auto;
  height: 50vw;
}
#visualHotSpot_inner .col .img {
  padding-left: 20%;
  position: relative;
  z-index: 1;
}
#visualHotSpot_inner .col .img:after {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  left: -50%;
  bottom: -20px;
  z-index: -1;
}
#visualHotSpot_inner .col .img.color01:after {
  background-color: #EEDA56;
}
#visualHotSpot_inner .col .img.color02:after {
  background-color: #F0AF52;
}
#visualHotSpot_inner .col .img.color03:after {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

@media screen and (min-width: 768px) {
  #visualHotSpot_inner {
    padding-bottom: 10vw;
  }
  #visualHotSpot_inner .col .map {
    margin-top: 40px;
  }
  #visualHotSpot_inner .col .map img {
    width: auto;
    height: 45vw;
  }
  #visualHotSpot_inner .col .img:after {
    bottom: -40px;
  }
  #visualHotSpot_inner + .breadcrumb {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 980px) {
  #visualHotSpot_inner + .breadcrumb {
    margin-top: -9.5vw;
  }
}
@media screen and (min-width: 1180px) {
  #visualHotSpot_inner {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding-bottom: 7vw;
  }
  #visualHotSpot_inner + .breadcrumb {
    margin-top: -10vw;
    position: relative;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1279px) {
  #visualHotSpot_inner + .breadcrumb {
    top: 2.5vw;
  }
}
@media screen and (min-width: 1280px) {
  #visualHotSpot_inner {
    overflow: hidden;
    padding-bottom: 10vw;
  }
  #visualHotSpot_inner .col .map {
    margin-top: 120px;
  }
  #visualHotSpot_inner .col .map img {
    width: auto;
    height: 560px;
  }
  #visualHotSpot_inner .col .img:after {
    bottom: -60px;
  }
}
@media screen and (min-width: 1400px) {
  #visualHotSpot_inner {
    padding-bottom: 130px;
  }
  #visualHotSpot_inner + .breadcrumb {
    margin-top: -130px;
  }
}
/* =============================================
- visual
================================================ */
/*
    innerVisual
========================================================= */
#Slider .main_slider {
  margin-bottom: 10px;
}
#Slider .thumb_slider {
  margin: 0px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Slider .thumb_slider li {
  width: 20%;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #Slider .thumb_slider li:hover {
    opacity: 0.8;
  }
}

/* =============================================
- other
================================================ */
/*
    listStyle01
========================================================= */
.listStyle01 + .listStyle01 {
  margin-top: 8px;
}
.listStyle01 dt {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .listStyle01 dt {
    font-weight: bold;
  }
}

@media screen and (min-width: 980px) {
  .listStyle01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listStyle01 dt {
    width: 210px;
  }
  .listStyle01 dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 5px;
  }
  .listStyle01 + .listStyle01 {
    margin-top: 10px;
  }
}
.listStyle03 + .listStyle03 {
  margin-top: 8px;
}
.listStyle03 dt {
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .listStyle03 dt {
    font-weight: bold;
  }
}
.listStyle03 dd {
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .listStyle03 .tableStyle01 th {
    width: 120px;
  }
}

/*
    listStyle02
========================================================= */
.listStyle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.listStyle02 a {
  color: #060606;
}
.listStyle02 dt {
  width: 90px;
  padding: 11px 5px;
  line-height: 1em;
  background-color: #060606;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.listStyle02 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  line-height: 1.4em;
}
.listStyle02 + .listStyle02 {
  margin-top: 10px;
}

@media screen and (min-width: 1180px) {
  .listStyle02 dd {
    padding-left: 15px;
    letter-spacing: 0em;
  }
  .listStyle02 + .listStyle02 {
    margin-top: 20px;
  }
}
.tableStyle01 {
  width: 100%;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
}
.tableStyle01 thead th:nth-child(1) {
  width: 65px;
}
.tableStyle01 th {
  text-align: center;
}
.tableStyle01 td, .tableStyle01 th {
  padding: 5px 7px;
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  vertical-align: middle;
}
.tableStyle01 .yellow {
  background-color: #EEDA56;
}
.tableStyle01 .orange {
  background-color: #F7B400;
}
.tableStyle01 .blue {
  background-color: #4279E3;
  color: #fff;
}
.tableStyle01 .gray {
  background-color: #EDEDED;
}

@media screen and (max-width: 374px) {
  .tableStyle01 thead th:nth-child(1) {
    width: 55px;
  }
  .tableStyle01 td, .tableStyle01 th {
    padding: 5px 3px;
    font-size: 11px;
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle01 thead th:nth-child(1) {
    width: 100px;
  }
  .tableStyle01 td, .tableStyle01 th {
    padding: 8px 10px;
    font-size: 14px;
    letter-spacing: 0em;
  }
  .tableStyle01 td:last-child {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .tableStyle01 thead th:nth-child(1) {
    width: 120px;
  }
  .tableStyle01 thead th:nth-child(3) {
    width: 170px;
  }
  .tableStyle01 td, .tableStyle01 th {
    padding: 12px 20px;
    font-size: 16px;
    letter-spacing: 0em;
  }
  .tableStyle01 td:last-child {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .tableStyle02 dl dt {
    background-color: #EDEDED;
    padding: 3px 10px;
    margin-bottom: 5px;
  }
  .tableStyle02 dl + dl {
    margin-top: 15px;
  }
}
.tableStyle02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #D1D1D1;
}
.tableStyle02 dl dt {
  width: 170px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .tableStyle02 dl dt {
    font-weight: bold;
  }
}
.tableStyle02 dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tableStyle02 dl + dl {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .tableStyle03 td, .tableStyle03 th {
    padding: 5px 7px;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 1.5em;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    vertical-align: middle;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle03 table {
    width: 100%;
  }
  .tableStyle03 th {
    width: 25%;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #D1D1D1;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .tableStyle03 th {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .tableStyle03 td, .tableStyle03 th {
    padding: 15px 15px;
    line-height: 1.5em;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    vertical-align: middle;
  }
  .tableStyle03 td {
    padding-left: 30px;
  }
}
/*
    ImgArea
========================================================= */
.ImgArea .img {
  text-align: center;
}

/*
    noticeBlock
========================================================= */
.noticeBlock {
  padding: 15px;
  border: 1px solid #888888;
  margin-top: 15px;
}
.noticeBlock dt {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3px;
}
@media screen and (min-width: 980px) {
  .noticeBlock dt {
    font-weight: bold;
  }
}
.noticeBlock ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.noticeBlock .notice {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .noticeBlock {
    padding: 25px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .noticeBlock {
    padding: 30px;
    margin-top: 40px;
  }
}
/*
    lineBlock_contact
========================================================= */
.lineBlock_contact {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 40px 0px 35px 0px;
}
.lineBlock_contact .btnStyle01 {
  max-width: 270px;
  font-size: 14px;
}
.lineBlock_contact.charge .btnStyle01 {
  max-width: 290px;
}
.lineBlock_contact .title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.lineBlock_contact .appBtnWrap .btn {
  text-align: center;
}
.lineBlock_contact .appBtnWrap .btn a {
  display: inline-block;
}
.lineBlock_contact .appBtnWrap .btn + .btn {
  margin-top: 10px;
}
.lineBlock_contact .appBtnWrap .apple img {
  width: 215px;
}
.lineBlock_contact .appBtnWrap .gplay img {
  width: 243px;
}

@media screen and (min-width: 768px) {
  .lineBlock_contact {
    padding: 60px 0px 55px 0px;
  }
  .lineBlock_contact .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .lineBlock_contact .appBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lineBlock_contact .appBtnWrap .btn {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .lineBlock_contact .appBtnWrap .btn + .btn {
    margin-top: 0px;
    margin-left: 20px;
  }
  .lineBlock_contact .appBtnWrap .btn:hover {
    opacity: 0.7;
  }
  .lineBlock_contact .appBtnWrap .apple {
    width: 215px;
  }
  .lineBlock_contact .appBtnWrap .gplay {
    width: 243px;
  }
}
@media screen and (min-width: 980px) {
  .lineBlock_contact {
    padding: 100px 0px 95px 0px;
  }
}
/*
    RelatedLinks
========================================================= */
#RelatedLinks {
  background-color: #EDEDED;
  padding: 40px 20px;
}
#RelatedLinks.white {
  background-color: #fff;
}
#RelatedLinks .box {
  position: relative;
  z-index: 1;
}
#RelatedLinks .box > a {
  display: block;
  width: 100%;
  height: 100%;
}
#RelatedLinks .box > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#RelatedLinks .box.outlink > a:before {
  display: none;
}
#RelatedLinks .box .img img {
  width: 100%;
  position: relative;
  z-index: -1;
}
#RelatedLinks .box .text {
  position: absolute;
  left: 0px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) scale(0.85, 1);
          transform: translateY(-50%) scale(0.85, 1);
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6vw;
  line-height: 1.3em;
  z-index: 22;
}
@media screen and (min-width: 980px) {
  #RelatedLinks .box .text {
    font-weight: bold;
  }
}
#RelatedLinks .box + .box {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #RelatedLinks {
    padding: 60px 20px;
    margin-bottom: 30px;
  }
  #RelatedLinks .boxStyle01 {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RelatedLinks .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #RelatedLinks .boxWrap.center {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #RelatedLinks .box {
    width: 48%;
    position: relative;
  }
  #RelatedLinks .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #RelatedLinks .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #RelatedLinks .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #RelatedLinks .box .text {
    font-size: 24px;
  }
  #RelatedLinks .box .img {
    overflow: hidden;
  }
  #RelatedLinks .box .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #RelatedLinks .box:hover .img img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 980px) {
  #RelatedLinks {
    padding: 80px 20px;
    margin-bottom: 50px;
  }
  #RelatedLinks .box {
    width: 24%;
  }
  #RelatedLinks .box + .box {
    margin-left: 1%;
  }
  #RelatedLinks .box .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  #RelatedLinks {
    padding: 80px 20px;
    margin-bottom: 80px;
  }
  #RelatedLinks .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  #RelatedLinks .box {
    width: 290px;
  }
  #RelatedLinks .box + .box {
    margin-left: 20px;
  }
  #RelatedLinks .box .text {
    font-size: 23px;
    letter-spacing: -0.01em;
    -webkit-transform: translateY(-50%) scale(0.85, 1);
            transform: translateY(-50%) scale(0.85, 1);
  }
}
/*
    RelatedLinks2
========================================================= */
#RelatedLinks2 {
  background-color: #EDEDED;
  padding: 50px 20px;
}
#RelatedLinks2.white {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #RelatedLinks2 {
    padding: 50px 25px;
  }
  #RelatedLinks2.suggested, #RelatedLinks2.bottom {
    margin-bottom: 30px;
  }
  #RelatedLinks2 .boxStyle01 {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  #RelatedLinks2 {
    padding: 80px 25px;
  }
  #RelatedLinks2.suggested, #RelatedLinks2.bottom {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #RelatedLinks2 .boxStyle03 .img {
    max-height: 260px;
    height: 21vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #RelatedLinks2 .boxStyle03 .img {
    height: 30vw;
  }
}
/*
    snsLink
========================================================= */
.snsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.snsLink .icon {
  width: 30px;
  height: 30px;
}
.snsLink .icon a {
  display: block;
  padding: 5px;
  width: 100%;
  height: 100%;
}
.snsLink .icon .svg {
  width: 20px;
  height: 20px;
}
.snsLink .icon .svg path, .snsLink .icon .svg circle {
  fill: #fff;
}
.snsLink .icon + .icon {
  margin-left: 13px;
}
.snsLink .icon.weibo {
  background-color: #E6162D;
}
.snsLink .icon.tw {
  background-color: #55ACEE;
}
.snsLink .icon.fb {
  background-color: #3B5998;
}

@media screen and (min-width: 768px) {
  .snsLink {
    -moz-justify-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .snsLink .icon a {
    padding: 4px 5px;
  }
}
/*
    selectWrap
========================================================= */
.selectWrap {
  position: relative;
  z-index: 1;
  max-width: 530px;
  border: 1px solid #060606;
}
.selectWrap select {
  width: 100%;
  font-size: 16px;
  padding: 0.6em 10px;
  border-radius: 0px;
  border-radius: 5px;
  color: #060606;
}
.selectWrap select:-moz-placeholder-shown {
  color: #cccccc;
}
.selectWrap select:-ms-input-placeholder {
  color: #cccccc;
}
.selectWrap select:placeholder-shown {
  color: #cccccc;
}
.selectWrap select::-webkit-input-placeholder {
  color: #cccccc;
}
.selectWrap select:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.selectWrap select::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.selectWrap select:-ms-input-placeholder {
  color: #cccccc;
}
.selectWrap select option {
  color: #060606;
}
.selectWrap:before {
  content: "";
  position: absolute;
  right: 15px;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 5px;
  height: 5px;
  border-color: #060606;
}
.selectWrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -3;
  border-radius: 5px;
}

@media screen and (min-width: 980px) {
  .selectWrap select {
    font-size: 16px;
    padding: 0.8em 10px;
  }
}
/* =============================================
- script
================================================ */
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  padding: 70px 20px 20px 20px;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* =============================================
- breadcrumb
================================================ */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 8px 20px 2px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
  }
  .breadcrumb ul {
    text-align: right;
  }
  .breadcrumb ul li {
    display: inline-block;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    color: #333333;
    padding-right: 5px;
  }
  .breadcrumb ul li + li {
    position: relative;
    padding-left: 17px;
  }
  .breadcrumb ul li + li:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-color: #333333;
    left: 0px;
  }
  .breadcrumb ul li + li a, .breadcrumb ul li + li span {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb ul li + li a:after, .breadcrumb ul li + li span:after {
    border-color: #333333;
  }
  .breadcrumb ul li + li span {
    cursor: default;
  }
  .breadcrumb ul li + li a:hover {
    opacity: 0.7;
  }
  .breadcrumb ul li + li:last-child {
    padding-left: 15px;
  }
}
@media screen and (min-width: 980px) {
  .breadcrumb {
    padding: 8px 25px 8px 25px;
  }
  .breadcrumb ul li a, .breadcrumb ul li span {
    font-size: 13px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1180px) {
  .breadcrumb {
    padding: 18px 25px 18px 25px;
  }
}
@media screen and (min-width: 1180px) and (min-width: 1250px) {
  .breadcrumb {
    padding: 18px 20px 18px 20px;
  }
}
@media screen and (min-width: 1180px) {
  .breadcrumb ul li a, .breadcrumb ul li span {
    font-size: 13px;
  }
}
/* =============================================
- postBox
================================================ */
.postBox .bold, .postBox .date {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .postBox .bold, .postBox .date {
    font-weight: bold;
  }
}
.postBox .post {
  border-top: 1px solid #D1D1D1;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
}
.postBox .post:last-child {
  border-bottom: 1px solid #D1D1D1;
}
.postBox .link a {
  color: #434343;
}

@media screen and (min-width: 768px) {
  .postBox .post {
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .postBox .post .bold {
    width: 200px;
  }
  .postBox .post .date {
    width: 150px;
  }
  .postBox .post .link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
  }
  .postBox .post .link a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .postBox .post .link a:hover {
    color: #F77C2F;
  }
}
@media screen and (min-width: 980px) {
  .postBox {
    max-width: 960px;
    margin: 0 auto;
  }
  .postBox .post {
    padding: 20px 15px;
    font-size: 16px;
  }
  .postBox .post .bold {
    width: 250px;
  }
}
section {
  padding: 40px 20px;
}
@media screen and (min-width: 375px) {
  section {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 25px;
  }
}
@media screen and (min-width: 980px) {
  section {
    padding: 100px 30px 100px 30px;
  }
}
@media screen and (min-width: 1180px) {
  section {
    padding: 140px 30px 140px 30px;
  }
  section#attention {
    padding-top: 100px;
  }
}

/* =============================================
- テキストリンク
================================================ */
.textlink {
  color: #f58900;
}
.textlink:hover {
  text-decoration: underline;
}

/* =============================================
- フォント
================================================ */
#layout_2column .rightArea {
  padding: 30px 20px;
}
#layout_2column .boxArea {
  display: block;
}
#layout_2column .boxArea + .boxArea {
  margin-top: 40px;
}
#layout_2column .boxStyle01, #layout_2column .boxStyle03 {
  display: block;
}

@media screen and (min-width: 768px) {
  #layout_2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
  }
  #layout_2column .leftArea {
    width: 60%;
  }
  #layout_2column .leftArea section {
    padding-top: 0px !important;
  }
  #layout_2column .rightArea {
    width: 40%;
    padding: 0px 20px;
  }
  #layout_2column .rightArea .titleStyle03 .title {
    font-size: 20px;
  }
  #layout_2column .boxArea {
    display: block;
  }
  #layout_2column .boxArea + .boxArea {
    margin-top: 40px;
  }
  #layout_2column .boxStyle01, #layout_2column .boxStyle03 {
    display: block;
  }
  #layout_2column .boxStyle01 .box, #layout_2column .boxStyle03 .box {
    width: 100%;
    margin-left: 0px;
  }
  #layout_2column .boxStyle01 .box + .box, #layout_2column .boxStyle03 .box + .box {
    margin-top: 25px;
  }
  #layout_2column .boxStyle03 .img {
    height: 40vw;
    max-height: 200px;
  }
}
@media screen and (min-width: 980px) {
  #layout_2column {
    padding-top: 70px;
  }
  #layout_2column .leftArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #layout_2column .rightArea {
    width: 340px;
    padding: 0px 20px;
  }
  #layout_2column .rightArea .titleStyle03 .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #layout_2column .boxArea + .boxArea {
    margin-top: 50px;
  }
  #layout_2column .boxStyle01 .box + .box {
    margin-top: 25px;
  }
  #layout_2column .boxStyle01 .box .title p {
    font-size: 16px;
  }
  #layout_2column .boxStyle03 .box + .box {
    margin-top: 50px;
  }
  #layout_2column .boxStyle03 .box .title p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  #layout_2column {
    padding-top: 70px;
    padding-bottom: 150px;
    margin: 0 auto;
    max-width: 1220px;
  }
  #layout_2column .rightArea {
    width: 300px;
    padding: 0px;
  }
  #layout_2column .rightArea .titleStyle03 .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  #layout_2column .leftArea {
    padding-right: 80px;
  }
  #layout_2column .leftArea section {
    padding: 0px !important;
  }
  #layout_2column .boxArea + .boxArea {
    margin-top: 60px;
  }
  #layout_2column .boxStyle03 .img {
    height: 200px;
  }
}
/* =============================================
- TOP
================================================ */
/* =============================================
- visual sLide Img
================================================ */
#sliderWrap {
  position: relative;
}
#sliderWrap .over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  color: #FFF;
  padding: 20px;
}
#sliderWrap .over:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#sliderWrap .over > * {
  position: relative;
  z-index: 2;
}
#sliderWrap .over .ttl {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10vw;
}
#sliderWrap .over .txt {
  text-align: center;
}
#sliderWrap .over p {
  display: inline-block;
  padding: 30px 20px;
  text-align: center;
  border-top: 4px double #FFF;
  border-bottom: 4px double #FFF;
}
#sliderWrap .slick-prev, #sliderWrap .slick-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
}
#sliderWrap .slick-prev:before, #sliderWrap .slick-next:before {
  width: 10px;
  height: 10px;
  border-color: #F7B400;
  margin-top: -6px;
}
#sliderWrap .slick-prev:hover, #sliderWrap .slick-next:hover {
  background-color: #F7B400;
}
#sliderWrap .slick-prev:hover:before, #sliderWrap .slick-next:hover:before {
  border-color: #FFF;
}
#sliderWrap .slick-prev {
  left: 15px;
}
#sliderWrap .slick-prev:before {
  margin-left: 9px;
}
#sliderWrap .slick-next {
  right: 15px;
}
#sliderWrap .slick-next:before {
  margin-left: 4px;
}
#sliderWrap #slideImg .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #sliderWrap #slideImg .pc {
    display: block;
  }
  #sliderWrap #slideImg .sp {
    display: none;
  }
}

/* =============================================
- visual Img
================================================ */
#visualImg {
  position: relative;
}
#visualImg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
  z-index: 1;
}
#visualImg .copy {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
#visualImg .copy h1 {
  width: 100%;
  max-width: 925px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#visualImg .copy h1 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #visualImg {
    width: 100%;
    height: calc(100vh - 70px);
    background-image: url(../movie/visual_img_pc.jpg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
  }
  #visualImg .bg {
    display: none;
  }
  #visualImg .copy {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10vw;
  }
  #visualImg .copy h1 {
    width: 100%;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
  }
  #visualImg .copy h1 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  #visualImg .copy {
    padding: 0px 19vw;
  }
}
@media screen and (min-width: 1290px) and (min-width: 1480px) {
  #visualImg {
    height: 0;
    padding-top: 50%;
    overflow: hidden;
    background-size: contain;
  }
}
@media screen and (min-width: 1290px) {
  #visualImg .copy {
    padding: 0 15vw;
  }
}
#visualImg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.6s ease-in-out;
  transition: opacity 1.6s ease-in-out;
}
#visualImg:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  background: -webkit-gradient(linear, right top, left top, from(rgba(246, 199, 255, 0.9)), color-stop(rgba(153, 252, 244, 0.9)), to(rgba(246, 199, 255, 0.9)));
  background: linear-gradient(-90deg, rgba(246, 199, 255, 0.9), rgba(153, 252, 244, 0.9), rgba(246, 199, 255, 0.9));
  -webkit-animation: AnimationName 20s infinite;
          animation: AnimationName 20s infinite;
  background-size: 200% 200%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#visualImg .copy {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1.2s linear;
  transition: opacity 1.2s linear;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
#visualImg.animated {
  opacity: 1;
  visibility: visible;
}
#visualImg.animated:after {
  opacity: 1;
  visibility: visible;
}
#visualImg.animated .copy {
  opacity: 1;
  visibility: visible;
}

_:-ms-fullscreen:after, :root #visualImg.animated:after {
  opacity: 0.6;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* =============================================
- visual
================================================ */
.vjs-button,
.vjs-control-text,
.vjs-control-bar,
.vjs-control,
.vjs-modal-dialog-content {
  display: none;
}

.video {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #visual {
    width: 100%;
    position: relative;
    margin-top: -50px;
    font-family: "Roboto", sans-serif;
  }
  #visual .over {
    padding: 25px 20px 40px 20px;
    background-color: #EDEDED;
  }
  #visual .over .pc {
    display: none;
  }
  #visual .over .txt {
    font-size: 15px;
    border-top: 1px solid #060606;
    border-bottom: 1px solid #060606;
    padding: 3px 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #visual .over .txt p {
    font-size: 13px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0;
    padding: 10px 0;
    border-top: 1px solid #060606;
    border-bottom: 1px solid #060606;
  }
}
@media screen and (max-width: 767px) and (min-width: 500px) {
  #visual .over {
    padding-top: 40px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #visual .over .ttl {
    max-width: 600px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #visual .over .txt {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #visual .over .txt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #player {
    width: 100%;
    height: 62vh;
  }
  #player .videoBox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #player .videoBox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
  }
  #player .video-js,
  #player .vjs-tech {
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 62vh;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  #visual {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -125px;
    font-family: "Roboto", sans-serif;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #visual {
    margin-top: -140px;
  }
}
@media screen and (min-width: 768px) {
  #visual .over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  #visual .over .sp {
    display: none;
  }
  #visual .over .txt {
    color: #FFF;
    font-size: 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 3px 0;
    margin-top: 30px;
  }
  #visual .over .txt p {
    text-align: center;
    line-height: 1.8;
    padding: 20px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  #player {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #player .videoBox {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #player .video-js,
  #player .vjs-tech {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (aspect-ratio: 16/9), screen and (min-width: 768px) and (min-aspect-ratio: 16/9) {
  #player .video-js,
  #player .vjs-tech {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  #player .video-js,
  #player .vjs-tech {
    width: auto;
    height: 100%;
  }
}
/* =============================================
- attention
================================================ */
#attention {
  padding-bottom: 0px;
}

/* =============================================
- news
================================================ */
#news {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  margin-bottom: 30px;
}
#news .postBox .post {
  border-color: #fff;
}
#news .postBox .link {
  text-decoration: underline;
}
#news .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #news {
    background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, right top, left top, from(rgb(203, 245, 242)), color-stop(50%, rgb(248, 229, 218)), to(rgb(253, 251, 195)));
    background: linear-gradient(-90deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1180px) {
  #news {
    margin-bottom: 80px;
  }
}
/* =============================================
- Suggested
================================================ */
#Suggested {
  padding-left: 0px;
  padding-right: 0px;
}
#Suggested .btnArea {
  padding: 0px 20px;
  margin-top: 30px;
}
#Suggested .boxStyle03 {
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  #Suggested .boxStyle03 .img, #Suggested .suggestedSlider .img {
    max-height: 260px;
  }
}
@media screen and (min-width: 980px) {
  #Suggested .boxStyle03 .img, #Suggested .suggestedSlider .img {
    max-height: 325px;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  #Suggested .boxStyle03 .img, #Suggested .suggestedSlider .img {
    height: 30vw;
  }
}
@media screen and (min-width: 980px) and (min-width: 1280px) {
  #Suggested .boxStyle03 .img, #Suggested .suggestedSlider .img {
    max-height: 260px;
  }
}
.suggestedSlider .slide {
  position: relative;
  padding: 10px 10px;
}
.suggestedSlider .slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.suggestedSlider .label {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: -15px;
  background-image: url(../images/common/label_type01.png);
  background-size: cover;
  width: 70px;
  height: 90px;
  padding-top: 15px;
}
.suggestedSlider .label .icon, .suggestedSlider .label .text {
  text-align: center;
  line-height: 1em;
}
.suggestedSlider .label .svg {
  width: 16px;
  height: 24px;
}
.suggestedSlider .label .svg circle, .suggestedSlider .label .svg path {
  fill: #fff;
}
.suggestedSlider .label .text {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.suggestedSlider .img {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
}
.suggestedSlider .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.suggestedSlider .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
.suggestedSlider .title {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  padding: 10px 10px 15px 10px;
}
.suggestedSlider .title p {
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Meiryo, "M+ 1p", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 5px;
  position: relative;
}
.suggestedSlider .title p:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.suggestedSlider .title .sub {
  font-size: 13px;
  font-weight: normal;
  padding: 0px;
  margin-top: 10px;
}
.suggestedSlider .title .sub br {
  display: none;
}
.suggestedSlider .title .sub:after {
  display: none;
}

.suggestedSlider .slick-dots {
  margin-top: 10px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
}
.suggestedSlider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.suggestedSlider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.suggestedSlider .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  text-align: center;
  background-color: #888888;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 50%;
}
.suggestedSlider .slick-dots li button:hover:before, .suggestedSlider .slick-dots li button:focus:before {
  background-color: #060606;
}
.suggestedSlider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #060606;
}

@media screen and (min-width: 768px) {
  #Suggested .btnArea {
    margin-top: 50px;
  }
  #Suggested .boxStyle03 {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .suggestedSlider .slide {
    position: relative;
    padding: 30px 30px;
  }
  .suggestedSlider .slide a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .suggestedSlider .slide a .title {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .suggestedSlider .slide a:hover .title {
    padding: 35px 15px 40px 15px;
  }
  .suggestedSlider .slide.slick-current a {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .suggestedSlider .label {
    left: 15px;
    top: -15px;
    padding-top: 18px;
  }
  .suggestedSlider .title {
    padding: 15px 15px 20px 15px;
  }
  .suggestedSlider .title p {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .suggestedSlider .title p:after {
    width: 30px;
  }
  .suggestedSlider .title .sub {
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  #Suggested .boxStyle03 .box {
    width: 483px;
  }
}
@media screen and (min-width: 1400px) {
  #Suggested .inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  #Suggested .btnArea {
    margin-top: 60px;
  }
  .suggestedSlider .slide {
    padding: 40px 30px;
    width: 540px !important;
    max-width: 540px;
  }
  .suggestedSlider .label {
    left: 20px;
    top: -20px;
  }
  .suggestedSlider .title {
    padding: 15px 15px 20px 15px;
  }
  .suggestedSlider .title p {
    padding-bottom: 10px;
    font-size: 21px;
  }
  .suggestedSlider .title .sub {
    font-size: 15px;
    padding: 0px;
    margin-top: 10px;
    line-height: 1.3em;
  }
  .suggestedSlider .slick-dots li {
    margin: 0px 4px;
  }
  .suggestedSlider .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
}
/* =============================================
- Feature
================================================ */
#Feature {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #Feature {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) and (min-width: 375px) {
  #Feature {
    padding-top: 200px;
  }
}
#Feature .headImg {
  padding: 0px 20px;
  position: relative;
}
#Feature .headImg .titleBox {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 150px;
  height: 150px;
  padding: 15px;
  position: absolute;
  left: 10px;
  top: -20px;
  z-index: 22;
}
#Feature .headImg .titleBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #Feature .headImg .titleBox {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    top: -80px;
  }
  #Feature .headImg .titleBox p {
    font-size: 25px;
  }
}
@media screen and (min-width: 375px) {
  #Feature .headImg .titleBox {
    width: 240px;
    height: 240px;
    top: -200px;
    padding: 25px;
  }
  #Feature .headImg .titleBox p {
    font-size: 40px;
  }
}
#Feature .boxArea {
  padding: 80px 20px 40px 20px;
  margin-top: -40px;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#Feature .boxArea .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #Feature .headImg {
    padding: 0px 40px;
  }
  #Feature .headImg .titleBox {
    width: 200px;
    height: 200px;
    padding: 15px;
    left: 15px;
    top: -20px;
  }
  #Feature .headImg .titleBox p {
    font-size: 35px;
  }
  #Feature .boxStyle01 {
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Feature .boxArea {
    padding: 80px 20px 60px 20px;
    margin-top: -40px;
  }
  #Feature .boxArea .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #Feature .headImg {
    padding: 0px 80px;
  }
  #Feature .headImg .titleBox {
    width: 250px;
    height: 250px;
    padding: 20px;
    left: 15px;
    top: -50px;
  }
  #Feature .headImg .titleBox p {
    font-size: 45px;
  }
  #Feature .boxArea {
    padding: 130px 20px 60px 20px;
    margin-top: -80px;
  }
}
@media screen and (min-width: 1180px) {
  #Feature .headImg {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 121px;
  }
  #Feature .headImg .titleBox {
    width: 340px;
    height: 340px;
    padding: 30px;
    left: 10px;
    top: -120px;
  }
  #Feature .headImg .titleBox p {
    font-size: 56px;
  }
  #Feature .boxArea {
    padding: 180px 30px 120px 30px;
    margin-top: -120px;
  }
}
/* =============================================
- HotSpot
================================================ */
#HotSpot .LinkWrap .link {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #HotSpot .LinkWrap .link + .link {
    margin-top: 40px;
  }
}
#HotSpot .LinkWrap .link .img {
  position: relative;
}
#HotSpot .LinkWrap .link .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}
#HotSpot .LinkWrap .link .textArea {
  position: absolute;
  z-index: 11;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#HotSpot .LinkWrap .link .textArea p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
#HotSpot .LinkWrap .link .textArea .area {
  font-size: 16px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
#HotSpot .LinkWrap .link .textArea .area:after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -20px;
}
#HotSpot .LinkWrap .link .textArea .place {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #HotSpot .LinkWrap .link .textArea .place {
    font-weight: bold;
  }
}

#HotSpot .LinkWrap + .illustMap {
  margin-top: 40px;
}
#HotSpot .illustMap {
  margin: 0px -20px 0px -20px;
}
#HotSpot .illustMap .textBox {
  border: 1px solid #060606;
  padding: 25px;
  position: relative;
  background-color: #fff;
}
#HotSpot .illustMap .textBox:before {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #060606;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#HotSpot .illustMap .textBox .textArea p {
  line-height: 1.6em;
}
#HotSpot .btnArea {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #HotSpot .illustMap {
    padding: 0px 20px;
    position: relative;
    z-index: 1;
  }
  #HotSpot .illustMap .illust figure {
    display: none;
  }
  #HotSpot .illustMap:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ededed;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: -1;
  }
  #HotSpot .spotImg {
    margin-top: 20px;
  }
  #HotSpot .spotImg .img + .img {
    display: none;
  }
  #HotSpot .btnArea {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #HotSpot .LinkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #HotSpot .LinkWrap .link {
    width: 32%;
  }
  #HotSpot .LinkWrap .link + .link {
    margin-left: 2%;
  }
  #HotSpot .LinkWrap .link .textArea .area {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #HotSpot .LinkWrap .link .textArea .place {
    font-size: 25px;
  }
  #HotSpot .LinkWrap + .illustMap {
    margin-top: 80px;
  }
  #HotSpot .illustMap {
    margin: 0px -25px 0px -25px;
  }
  #HotSpot .illustMap .illust {
    position: relative;
  }
  #HotSpot .illustMap .textBox {
    padding: 30px 25px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    top: -20px;
    width: 400px;
  }
  #HotSpot .illustMap .spotImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #HotSpot .illustMap .spotImg .img {
    width: 25%;
  }
  #HotSpot .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #HotSpot .LinkWrap .link {
    overflow: hidden;
  }
  #HotSpot .LinkWrap .link .img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #HotSpot .LinkWrap .link:hover .img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  #HotSpot .LinkWrap .link .textArea .area {
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }
  #HotSpot .LinkWrap .link .textArea .place {
    font-size: 25px;
  }
  #HotSpot .LinkWrap + .illustMap {
    margin-top: 120px;
  }
  #HotSpot .illustMap {
    margin: 0px -30px 0px -30px;
  }
  #HotSpot .illustMap .textBox {
    padding: 50px 45px;
    left: 50px;
    top: -50px;
    width: 580px;
  }
}
@media screen and (min-width: 1280px) {
  #HotSpot .LinkWrap {
    max-width: 1220px;
    margin: 0 auto;
  }
  #HotSpot .LinkWrap .link {
    width: 390px;
  }
  #HotSpot .LinkWrap .link + .link {
    margin-left: 25px;
  }
  #HotSpot .LinkWrap .link .textArea .area {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  #HotSpot .LinkWrap .link .textArea .place {
    font-size: 30px;
  }
  #HotSpot .LinkWrap + .illustMap {
    margin-top: 160px;
  }
  #HotSpot .illustMap {
    margin: 0px -30px 0px -30px;
  }
  #HotSpot .illustMap .textBox {
    padding: 50px 45px;
    left: 50px;
    top: -50px;
    width: 580px;
  }
}
@media screen and (min-width: 1380px) {
  #HotSpot .LinkWrap + .illustMap {
    margin-top: 200px;
  }
  #HotSpot .illustMap {
    max-width: 1400px;
    margin: 0px auto 0px auto;
  }
  #HotSpot .illustMap .textBox {
    left: 90px;
    top: -60px;
  }
  #HotSpot .btnArea {
    margin-top: 60px;
  }
}
/* =============================================
- TrainTickets
================================================ */
#TrainTickets {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#TrainTickets .boxArea {
  position: relative;
  padding: 0px 20px;
  z-index: 1;
  margin-bottom: 50px;
}
#TrainTickets .boxArea:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: -1;
}
#TrainTickets .boxArea > .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #TrainTickets .boxArea {
    padding: 0px 30px;
    margin-bottom: 80px;
  }
  #TrainTickets .boxArea:after {
    top: 80px;
  }
  #TrainTickets .boxArea > .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1080px) {
  #TrainTickets .boxArea {
    margin-bottom: 80px;
  }
  #TrainTickets .boxArea:after {
    top: 80px;
  }
  #TrainTickets .boxArea > .btnArea {
    margin-top: 100px;
  }
}
/* =============================================
- TravelSupport
================================================ */
#TravelSupport {
  padding-left: 0px;
  padding-right: 0px;
}
#TravelSupport .iconWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#TravelSupport .iconWrap .box {
  background-color: #d0d0d0;
  width: 50%;
  text-align: center;
}
#TravelSupport .iconWrap .box a {
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #TravelSupport .iconWrap .box:nth-child(4n+3) {
    background-color: #ededed;
  }
  #TravelSupport .iconWrap .box:nth-child(4n-2) {
    background-color: #ededed;
  }
}
#TravelSupport .iconWrap .box .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 1em;
}
#TravelSupport .iconWrap .box .icon .svg {
  width: 40px;
  height: 40px;
}
#TravelSupport .iconWrap .box .text {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #434343;
  margin-top: 5px;
  line-height: 1.4em;
}

@media screen and (min-width: 375px) {
  #TravelSupport .iconWrap .box .text {
    font-weight: 600;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 375px) and (min-width: 980px) {
  #TravelSupport .iconWrap .box .text {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  #TravelSupport .iconWrap .box {
    width: 25%;
  }
  #TravelSupport .iconWrap .box a {
    padding: 20px 0px;
  }
  #TravelSupport .iconWrap .box:nth-child(5n) {
    background-color: #ededed;
  }
  #TravelSupport .iconWrap .box:nth-child(5n+2) {
    background-color: #ededed;
  }
  #TravelSupport .iconWrap .box:nth-child(4) {
    background-color: #ededed;
  }
  #TravelSupport .iconWrap .box .icon {
    width: 50px;
    height: 50px;
  }
  #TravelSupport .iconWrap .box .icon .svg {
    width: 50px;
    height: 50px;
  }
  #TravelSupport .iconWrap .box .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #TravelSupport .img {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #TravelSupport .inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  #TravelSupport .iconArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #TravelSupport .iconWrap {
    width: 55%;
  }
  #TravelSupport .iconWrap .box a {
    padding: 18px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #TravelSupport .iconWrap .box .text, #TravelSupport .iconWrap .box path, #TravelSupport .iconWrap .box circle, #TravelSupport .iconWrap .box ellipse {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #TravelSupport .iconWrap .box .text {
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1080px) {
  #TravelSupport .iconWrap .box .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  #TravelSupport .iconWrap .box:hover a {
    background-color: #434343;
  }
  #TravelSupport .iconWrap .box:hover .text {
    color: #fff;
  }
  #TravelSupport .iconWrap .box:hover .svg path, #TravelSupport .iconWrap .box:hover .svg circle, #TravelSupport .iconWrap .box:hover .svg ellipse {
    fill: #fff;
  }
  #TravelSupport .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1300px) {
  #TravelSupport .inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  #TravelSupport .iconWrap {
    width: 780px;
  }
  #TravelSupport .iconWrap .box .text {
    font-size: 17px;
    margin-top: 10px;
  }
}
/* =============================================
- parallax
================================================ */
#parallax .ImgArea {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 60vw;
}
#parallax .ImgArea .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(../images/top/block_img01.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#parallax .ImgArea:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #parallax .ImgArea {
    height: 50vw;
  }
  #parallax .ImgArea .img {
    background-position: center top;
  }
}
@media screen and (min-width: 980px) {
  #parallax .ImgArea .img {
    background-attachment: fixed;
  }
}
@media screen and (min-width: 1180px) {
  #parallax .ImgArea {
    height: 540px;
  }
}
/*-----------------------------------------------------------------
  TOP改修 （2021/08/02）
----------------------------------------------------------------- */
/* FV
----------------------------------------------------------------- */
#sliderWrap {
  height: 540px;
  overflow: hidden;
}
#sliderWrap .over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  color: #FFF;
  padding: 20px;
}
#sliderWrap .over:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
#sliderWrap .over .ttl {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10vw;
}
@media screen and (min-width: 768px) {
  #sliderWrap .over .ttl {
    margin-top: 0;
  }
}

#slideImg {
  height: 100%;
}
#slideImg .slick-list {
  height: 100%;
}
#slideImg .slick-list > div {
  height: 100%;
}
#slideImg .slick-slide {
  height: 100%;
}
#slideImg .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 768px) {
  #sliderWrap {
    height: 40vw;
    min-height: 640px;
  }
}
/* Attention
----------------------------------------------------------------- */
#attentionTicker {
  padding: 0 20px;
}
#attentionTicker .flex {
  position: relative;
  background-color: #FFF;
  margin-top: -30px;
  z-index: 2;
}
#attentionTicker .flex:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: linear-gradient(-135deg, #cbf5f2 0%, #f8e5da 50%, #fdfbc3 100%);
}
#attentionTicker .flex .titleStyle01 {
  padding: 15px 10px;
  margin-bottom: 0;
}
#attentionTicker .flex .titleStyle01 .title {
  text-align: left;
  font-weight: 900;
  font-size: 7vw;
  padding-bottom: 0;
  line-height: 1.2em;
}
#attentionTicker .flex .postBox .post {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 90px;
}
#attentionTicker .flex .postBox .post_in, #attentionTicker .flex .postBox a {
  color: #434343;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
#attentionTicker .flex .postBox .post .bold {
  font-weight: 600;
}
#attentionTicker .flex .postBox .post .link {
  line-height: 1.4em;
}
#attentionTicker .flex .btn {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 25px;
}
#attentionTicker .flex .btn span {
  width: 60px;
  font-size: 11px;
  color: #FFF;
  display: inline-block;
  background-color: #333;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 900;
  padding: 0 0 0 12px;
  position: relative;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
#attentionTicker .flex .btn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 0 10px;
  border-color: transparent transparent transparent #333;
}
#attentionTicker .postBox {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#attentionTicker .postBox.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 375px) {
  #attentionTicker .flex .titleStyle01 {
    padding: 15px 20px;
    margin-bottom: 0;
  }
  #attentionTicker .flex .postBox .post_in, #attentionTicker .flex .postBox a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #attentionTicker {
    padding: 0 20px;
  }
  #attentionTicker .flex {
    margin-top: -30px;
    z-index: 2;
  }
  #attentionTicker .flex .titleStyle01 {
    padding: 0px 0px;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 15px;
  }
  #attentionTicker .flex .titleStyle01 .title {
    font-size: 17px;
  }
  #attentionTicker .flex .postBox .post {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #attentionTicker .flex .postBox .post_in, #attentionTicker .flex .postBox a {
    width: 100%;
    padding-left: 90px;
    padding-right: 70px;
    padding-top: 2px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #attentionTicker .flex .postBox .post .bold {
    font-weight: 400;
    font-size: 12px;
    width: 70px;
    line-height: 1.4;
  }
  #attentionTicker .flex .postBox .post .link {
    font-size: 12px;
    padding-right: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #attentionTicker .flex .btn {
    margin-top: 0px;
    width: 60px;
    position: absolute;
    top: 10px;
    right: 0px;
  }
}
@media screen and (min-width: 980px) {
  #attentionTicker .flex {
    margin-top: -20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #attentionTicker .flex .titleStyle01 {
    top: 8px;
    left: 15px;
  }
  #attentionTicker .flex .titleStyle01 .title {
    font-size: 20px;
  }
  #attentionTicker .flex .postBox .post {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #attentionTicker .flex .postBox .post_in, #attentionTicker .flex .postBox a {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 2px;
  }
  #attentionTicker .flex .postBox .post .bold {
    font-size: 12px;
    width: 80px;
  }
  #attentionTicker .flex .postBox .post .link {
    font-size: 12px;
  }
  #attentionTicker .flex .btn {
    margin-top: 0px;
    width: 80px;
    top: 8px;
  }
  #attentionTicker .flex .btn span {
    width: 80px;
    font-size: 14px;
    padding: 0 0 0 12px;
    height: 24px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #attentionTicker .flex .btn span:after {
    border-width: 24px 0 0 10px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #attentionTicker .flex .btn a:hover span {
    background-color: #F7B400;
  }
  #attentionTicker .flex .btn a:hover span:after {
    border-color: transparent transparent transparent #F7B400;
  }
}
section#Archives.attention {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  section#Archives.attention {
    padding-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  section#Archives.attention {
    padding-top: 60px;
  }
}
/* Feature
----------------------------------------------------------------- */
#feature {
  padding-top: 30px;
}
#feature .firstAriticle .img {
  margin-bottom: 15px;
}
#feature .firstAriticle .img a {
  display: block;
}
#feature .firstAriticle .img img {
  width: 100%;
  height: auto;
}
#feature .firstAriticle .catarea {
  margin-bottom: 5px;
}
#feature .firstAriticle .catarea p {
  display: inline-block;
  background: linear-gradient(-135deg, #cbf5f2 0%, #f8e5da 50%, #fdfbc3 100%);
  font-weight: bold;
  letter-spacing: 0.02em;
  padding: 0 5px;
}
#feature .firstAriticle .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#feature .firstAriticle .btnArea {
  text-align: left;
  margin: 15px 0 0 0;
}
#feature .firstAriticle .btnArea a {
  font-size: 15px;
  color: #FFF;
  display: inline-block;
  background-color: #000;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: 900;
  padding: 5px 12px 0 20px;
  position: relative;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#feature .firstAriticle .btnArea a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 0 10px;
  border-color: transparent transparent transparent #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#feature .firstAriticle .btnArea a:hover {
  background-color: #F7B400;
}
#feature .firstAriticle .btnArea a:hover:after {
  border-color: transparent transparent transparent #F7B400;
}
#feature .firstAriticle .date {
  margin-top: 15px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  #feature {
    padding-top: 40px;
  }
  #feature .firstAriticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #feature .firstAriticle .img {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #feature .firstAriticle .textArea {
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #feature .firstAriticle .dis {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 0px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 980px) {
  #feature {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #feature .firstAriticle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1220px;
    margin: 0 auto 0 auto;
  }
  #feature .firstAriticle .img {
    width: 50%;
    max-width: 680px;
    padding-right: 10px;
  }
  #feature .firstAriticle .img a {
    display: block;
    margin-left: 0px;
    overflow: hidden;
  }
  #feature .firstAriticle .img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #feature .firstAriticle .img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #feature .firstAriticle .textArea {
    width: 50%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #feature .firstAriticle .catarea {
    margin-bottom: 15px;
  }
  #feature .firstAriticle .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  #feature .firstAriticle .dis {
    font-size: 17px;
  }
}
/* Feature （カラム4）
----------------------------------------------------------------- */
.featuresArchives {
  margin-top: 30px;
}
.featuresArchives .btnArea {
  margin-top: 30px;
}
.featuresArchives .post + .post {
  margin-top: 15px;
}
.featuresArchives .post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #434343;
}
.featuresArchives .catarea p {
  display: inline-block;
  background: linear-gradient(-135deg, #cbf5f2 0%, #f8e5da 50%, #fdfbc3 100%);
  font-weight: bold;
  padding: 0 10px;
  line-height: 1.6;
  font-size: 11px;
}
.featuresArchives .post .img {
  width: 40%;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.featuresArchives .post .img img {
  width: 100%;
  height: auto;
}
.featuresArchives .post .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.featuresArchives .post .textarea .title {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
.featuresArchives .post .textarea .date {
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .featuresArchives {
    margin-top: 50px;
  }
  .featuresArchives_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -5px;
  }
  .featuresArchives .post {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px;
  }
  .featuresArchives .post + .post {
    margin-top: 0px;
  }
  .featuresArchives .btnArea {
    margin-top: 30px;
  }
  .featuresArchives .post a {
    display: block;
  }
  .featuresArchives .catarea p {
    font-size: 12px;
  }
  .featuresArchives .post .img {
    width: 100%;
    height: 15vw;
    padding-right: 0px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .featuresArchives .post .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .featuresArchives .post .textarea {
    padding-left: 0;
  }
  .featuresArchives .post .textarea .catarea {
    margin-bottom: 5px;
  }
  .featuresArchives .post .textarea .title {
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  .featuresArchives {
    max-width: 1220px;
    margin: 90px auto 0 auto;
  }
  .featuresArchives_in {
    margin: -10px -10px;
  }
  .featuresArchives .post {
    padding: 10px 10px;
  }
  .featuresArchives .btnArea {
    margin-top: 30px;
  }
  .featuresArchives .catarea p {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .featuresArchives .post .img {
    width: 100%;
    height: 215px;
    margin-bottom: 5px;
  }
  .featuresArchives .post .textarea {
    padding-left: 0;
  }
  .featuresArchives .post .textarea .catarea {
    margin-bottom: 5px;
  }
  .featuresArchives .post .textarea .title {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .featuresArchives .post .textarea .date {
    margin-top: 8px;
  }
  .featuresArchives .post .img img {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .featuresArchives .post a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* HotSpot
----------------------------------------------------------------- */
#HotSpot .LinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#HotSpot .LinkWrap .link {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
#HotSpot .LinkWrap .link a {
  display: block;
  position: relative;
}
#HotSpot .LinkWrap .link .img:before {
  border-radius: 100%;
}
#HotSpot .LinkWrap .link + .link {
  margin-top: 0;
  margin: 0;
}
#HotSpot .LinkWrap .link .textArea .place {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  #HotSpot .LinkWrap .link {
    width: 25%;
    padding: 10px;
  }
}
@media screen and (min-width: 980px) {
  #HotSpot .LinkWrap .link {
    width: 25%;
    padding: 15px;
  }
  #HotSpot .LinkWrap .link .textArea .place {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #HotSpot .illustMap {
    padding: 0 20px;
  }
  #HotSpot .illustMap .inner {
    border: 4px solid #060606;
    padding: 20px 15px;
    background-color: #FFF;
  }
  #HotSpot .illustMap .textBox {
    padding: 0 10px;
    border: none;
  }
  #HotSpot .illustMap .textBox:before {
    display: none;
  }
  #HotSpot .illustMap figure {
    margin-top: 15px;
  }
  #HotSpot .illustMap .spotImg {
    display: none;
  }
  #HotSpot .illustMap .btnArea {
    margin-top: 20px;
  }
  /* #HotSpot .illustMap .textBox {
    border: 4px solid #060606;
    padding: 20px 15px;
  }
  #HotSpot .illustMap .textBox:before {
    display: none;
  }
  #HotSpot .illustMap .illust .textBox figure {
    display: block;
    margin-top: 15px;
  }
  #HotSpot .illustMap .illust .textBox .btnArea {
    margin-top: 20px;
  } */
}
/* SuggestedPost
----------------------------------------------------------------- */
#suggestedPost {
  background: linear-gradient(-135deg, #cbf5f2 0%, #f8e5da 50%, #fdfbc3 100%);
}
#suggestedPost .btnArea {
  margin-top: 40px;
}

.suggestedPostArv .box + .box {
  margin-top: 30px;
}
.suggestedPostArv .box a {
  position: relative;
  color: #434343;
}
.suggestedPostArv .box a .label {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: -10px;
  background-image: url(../images/common/label_type01.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
  padding-top: 15px;
}
.suggestedPostArv .box a .label .icon {
  width: 15px;
  height: 25px;
  margin: 0 auto;
  text-align: center;
}
.suggestedPostArv .box a .label .text {
  font-size: 11px;
  text-align: center;
  color: #FFF;
}
.suggestedPostArv .box a .img {
  height: 42vw;
  margin-bottom: 15px;
}
.suggestedPostArv .box a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suggestedPostArv .box a .title .txt {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 18px;
}
.suggestedPostArv .box a .sub {
  line-height: 1.5;
}
.suggestedPostArv .box a .sub br {
  display: none;
}
.suggestedPostArv .box a .date {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  #suggestedPost {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #suggestedPost .btnArea {
    margin-top: 40px;
  }
  .suggestedPostArv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -10px;
  }
  .suggestedPostArv .box {
    width: 50%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .suggestedPostArv .box + .box {
    margin-top: 0px;
  }
  .suggestedPostArv .box a .label {
    width: 70px;
  }
  .suggestedPostArv .box a .label .text {
    font-size: 12px;
  }
  .suggestedPostArv .box a .img {
    height: 25vw;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  #suggestedPost {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  #suggestedPost .btnArea {
    margin-top: 40px;
  }
  .suggestedPostArv {
    max-width: 1240px;
    margin: 0 auto;
  }
  .suggestedPostArv .box a .label {
    width: 70px;
  }
  .suggestedPostArv .box a .label .text {
    font-size: 12px;
  }
  .suggestedPostArv .box a .img {
    height: 280px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .suggestedPostArv .box a .img img {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .suggestedPostArv .box a:hover .img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* SuggestedPost
----------------------------------------------------------------- */
#fixedMenu {
  padding: 0px;
  /* padding: 5px 10px; */
  /* display: none; */
}
#fixedMenu .label {
  width: 45px;
  height: 100%;
  font-size: 11px;
}
#fixedMenu ul li a span {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
}
#fixedMenu ul li a span br {
  display: block;
}
#fixedMenu li i.icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
}
#fixedMenu li i.icon_searchtime .svg, #fixedMenu li i.icon_searchtime img {
  width: 26px;
  height: 26px;
  /* width: 38px;
  height: 38px; */
}

@media screen and (min-width: 375px) {
  #fixedMenu {
    padding: 0px;
  }
  #fixedMenu .label {
    width: 45px;
    font-size: 11px;
  }
  #fixedMenu ul li a span {
    height: auto;
    display: block;
  }
  #fixedMenu ul li a span br {
    display: none;
  }
  #fixedMenu li i.icon {
    margin-bottom: 0px;
  }
  #fixedMenu li i.icon_searchtime .svg, #fixedMenu li i.icon_searchtime img {
    width: 28px;
    height: 28px;
    /* width: 38px;
    height: 38px; */
  }
}
@media screen and (min-width: 768px) {
  #fixedMenu {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #fixedMenu {
    padding: 20px 20px 5px 20px;
    display: none;
    display: block;
    -webkit-transform: translateY(100px) translateX(135px);
            transform: translateY(100px) translateX(135px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #fixedMenu .label_wrap {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
  }
  #fixedMenu .label {
    height: unset;
    -webkit-transition: 0.2s ease-in-out 0.2s;
    transition: 0.2s ease-in-out 0.2s;
    opacity: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    padding: 0;
    margin-bottom: 0;
  }
  #fixedMenu ul li a {
    padding: 6px 6px 6px 0;
  }
  #fixedMenu ul li a span {
    height: auto;
    display: inline;
    line-height: 1.5;
  }
  #fixedMenu ul li a span br {
    display: block;
  }
  #fixedMenu li i.icon {
    width: 40px;
    margin: 0 12px 0 0;
  }
  #fixedMenu li i.icon_searchtime .svg, #fixedMenu li i.icon_searchtime img {
    width: 34px;
    height: 34px;
  }
  #fixedMenu.show {
    display: block;
    -webkit-transform: translateY(100px) translateX(135px);
            transform: translateY(100px) translateX(135px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #fixedMenu:hover {
    -webkit-transform: translateY(100px) translateX(0px);
            transform: translateY(100px) translateX(0px);
  }
  #fixedMenu:hover .label_wrap {
    opacity: 1;
    -webkit-transition: 0.2s ease-in-out 0.2s;
    transition: 0.2s ease-in-out 0.2s;
  }
  #fixedMenu:hover .label {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
    line-height: 1;
    padding: 13px 0 15px 0;
    margin-bottom: 10px;
  }
}
/* --------------------------------------------------------------
  namba-village （paged）
----------------------------------------------------------------- */
@media screen and (max-width: 979px) {
  #villageVisual .btnArea .pin {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
  #villageVisual .btnArea .pin span {
    display: block;
    text-align: center;
  }
}
/* =============================================
- access
================================================ */
/* =============================================
- Access_wayside
================================================ */
#Access_wayside {
  padding-bottom: 0px;
}
#Access_wayside .column {
  margin-top: 60px;
}
#Access_wayside .boxStyle04 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Access_wayside .column {
    margin-top: 90px;
  }
  #Access_wayside .boxStyle04 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #Access_wayside .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  #Access_wayside .column {
    margin-top: 130px;
  }
  #Access_wayside .boxStyle04 {
    margin-top: 50px;
  }
}
/* =============================================
- Access_from
================================================ */
#Access_from .imgArea .img {
  text-align: center;
}
#Access_from .infoBox {
  margin-top: 30px;
  background-color: #EDEDED;
  padding: 20px;
}
#Access_from .infoBox dl + dl {
  margin-top: 5px;
}
#Access_from .headArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Access_from .headArea .textBox {
  width: 100%;
}
#Access_from .headArea .img {
  width: 50%;
}
#Access_from .headArea .textBox {
  padding: 20px;
  background-color: #F7B400;
}
#Access_from .headArea .iconArea {
  background-color: #fff;
  width: 80px;
  height: 80px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  margin: 0 auto;
}
#Access_from .headArea .iconArea .icon {
  width: 50px;
  height: 26px;
  line-height: 1em;
}
#Access_from .headArea .iconArea .icon .svg {
  width: 50px;
  height: 26px;
}
#Access_from .headArea .iconArea .text {
  font-size: 12px;
}
#Access_from .headArea .root {
  margin-top: 15px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  #Access_from .headArea .root {
    font-weight: bold;
  }
}
#Access_from .headArea .root .arrow {
  width: 21px;
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Access_from .headArea .root .arrow {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    margin: 13px auto;
  }
}
#Access_from .headArea .root .arrow:before {
  content: "";
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-color: #000;
  right: 0px;
}
#Access_from .headArea .root .arrow:after {
  content: "";
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  width: 5px;
  height: 5px;
  border-color: #000;
  left: 0px;
}
#Access_from .rootImg {
  padding: 30px 20px;
}
#Access_from .column + .column {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #Access_from .infoBox {
    margin-top: 50px;
    padding: 30px;
  }
  #Access_from .infoBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Access_from .infoBox dl dt {
    width: 200px;
    overflow: hidden;
  }
  #Access_from .infoBox dl dt span {
    padding-right: 8px;
    display: inline-block;
    position: relative;
  }
  #Access_from .infoBox dl dt span:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 1px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  #Access_from .infoBox dl dd {
    padding-left: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #Access_from .infoBox dl + dl {
    margin-top: 8px;
  }
  #Access_from .headArea .img {
    display: none;
  }
  #Access_from .headArea .textBox {
    padding: 30px 20px;
  }
  #Access_from .headArea .root {
    margin-top: 15px;
    font-size: 18px;
  }
  #Access_from .headArea .root .arrow {
    width: 21px;
    height: 1px;
    display: inline-block;
    margin: 5px 5px;
  }
  #Access_from .headArea .root .sp {
    display: none;
  }
  #Access_from .rootImg {
    padding: 40px 20px 60px 20px;
  }
  #Access_from .column:last-child .rootImg {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 980px) {
  #Access_from .infoBox {
    max-width: 960px;
    margin: 60px auto 0px auto;
    padding: 35px;
  }
  #Access_from .infoBox dl dt {
    width: 300px;
  }
  #Access_from .headArea .textBox {
    width: 70%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #Access_from .headArea .img {
    display: block;
    width: 15%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #Access_from .headArea .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    max-width: 1000%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #Access_from .headArea .img + .img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #Access_from .headArea .textBox {
    padding: 20px 20px;
  }
  #Access_from .headArea .root {
    margin-top: 15px;
    font-size: 20px;
  }
  #Access_from .rootImg {
    padding: 50px 25px 80px 25px;
  }
  #Access_from .rootImg .img {
    max-width: 1220px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #Access_from .headArea .textBox {
    width: 65%;
  }
  #Access_from .headArea .img {
    width: 17.5%;
  }
  #Access_from .headArea .textBox {
    padding: 30px 20px;
  }
  #Access_from .headArea .root {
    margin-top: 15px;
    font-size: 26px;
    -webkit-transform: scale(0.9, 1);
            transform: scale(0.9, 1);
  }
  #Access_from .headArea .root .arrow {
    margin: 7px 8px;
  }
  #Access_from .rootImg {
    padding: 60px 25px 100px 25px;
  }
}
@media screen and (min-width: 1400px) {
  #Access_from .inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  #Access_from .headArea .textBox {
    width: 860px;
  }
  #Access_from .headArea .img {
    width: 270px;
  }
  #Access_from .headArea .textBox {
    padding: 35px 20px;
  }
  #Access_from .headArea .root {
    margin-top: 20px;
    font-size: 28px;
  }
  #Access_from .rootImg {
    padding: 80px 25px 140px 25px;
  }
}
/* =============================================
- Access_timetable
================================================ */
#Access_timetable {
  padding-bottom: 0px;
}
#Access_timetable .headText {
  line-height: 1.8em;
}
#Access_timetable .tablenotice {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 30px;
}
@media screen and (min-width: 980px) {
  #Access_timetable .tablenotice {
    font-weight: bold;
  }
}
#Access_timetable .tableArea {
  margin-top: 25px;
}
#Access_timetable .tabletitle {
  color: #fff;
  position: relative;
  padding: 10px 55px 10px 15px;
  cursor: pointer;
}
#Access_timetable .tabletitle.orange {
  background-color: #F7B400;
}
#Access_timetable .tabletitle.orange .label {
  color: #F77C2F;
}
#Access_timetable .tabletitle.blue {
  background-color: #4279E3;
}
#Access_timetable .tabletitle.blue .label {
  color: #4279E3;
}
#Access_timetable .tabletitle .notice {
  font-size: 13px;
}
#Access_timetable .tabletitle .text {
  line-height: 1.4em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #Access_timetable .tabletitle .text {
    font-weight: bold;
  }
}
#Access_timetable .tabletitle .label {
  background-color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  #Access_timetable .tabletitle .label {
    font-weight: bold;
  }
}
#Access_timetable .tabletitle:after, #Access_timetable .tabletitle:before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#Access_timetable .tabletitle:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#Access_timetable .tabletitle.open:after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
#Access_timetable .tableBody {
  display: none;
}
@media screen and (max-width: 374px) {
  #Access_timetable .tableBody {
    overflow-y: scroll;
  }
  #Access_timetable .tableBody .table {
    width: 375px;
  }
}
#Access_timetable .tableBody table {
  width: 100%;
}
#Access_timetable .tableBody table td, #Access_timetable .tableBody table th {
  font-size: 11px;
  line-height: 1.3em;
  padding: 5px 3px;
  vertical-align: middle;
  text-align: center;
  letter-spacing: -0.02em;
}
#Access_timetable .tableBody table th {
  letter-spacing: -0.03em;
}
#Access_timetable .tableBody table thead th, #Access_timetable .tableBody table thead td {
  color: #fff;
}
#Access_timetable .tableBody table thead th {
  width: 20%;
  background-color: #434343;
}
#Access_timetable .tableBody table thead td {
  background-color: #888888;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#Access_timetable .tableBody table thead td:last-child {
  border-right: 1px solid #888888;
}
#Access_timetable .tableBody table thead td.black {
  background-color: #434343;
  border-right: 1px solid #434343;
}
#Access_timetable .tableBody table thead td.red {
  background-color: #E84709;
}
#Access_timetable .tableBody table tbody th, #Access_timetable .tableBody table tbody td {
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}
#Access_timetable .tableBody table tbody th {
  background-color: #F4F4F4;
  border-left: 1px solid #888888;
}
#Access_timetable .tableBody table tbody .blue th, #Access_timetable .tableBody table tbody .blue td {
  background-color: #BFD3FA;
}
#Access_timetable .tableBody table tbody .yellow th, #Access_timetable .tableBody table tbody .yellow td {
  background-color: #FFF6B4;
}
#Access_timetable .tableBody table tbody .red {
  color: #E84709;
}
#Access_timetable .btnArea {
  margin-top: 40px;
}
#Access_timetable .btnStyle01 {
  max-width: 360px;
}
#Access_timetable .btnStyle01 + .btnStyle01 {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #Access_timetable .tableArea {
    margin-top: 30px;
  }
  #Access_timetable .tabletitle {
    padding: 15px 55px 15px 20px;
  }
  #Access_timetable .tabletitle .notice {
    font-size: 14px;
  }
  #Access_timetable .tabletitle .text {
    font-size: 18px;
  }
  #Access_timetable .tabletitle .label {
    max-width: 400px;
    text-align: center;
  }
  #Access_timetable .tabletitle:after, #Access_timetable .tabletitle:before {
    width: 26px;
    right: 20px;
  }
  #Access_timetable .tableBody table td, #Access_timetable .tableBody table th {
    font-size: 14px;
    padding: 8px 3px;
    letter-spacing: 0em;
  }
  #Access_timetable .tableBody table thead th {
    width: 24%;
  }
  #Access_timetable .tableBody table thead td {
    width: 9%;
  }
  #Access_timetable .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  #Access_timetable .btnArea .btnStyle01 {
    width: 48%;
  }
  #Access_timetable .btnArea .btnStyle01 + .btnStyle01 {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 980px) {
  #Access_timetable .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  #Access_timetable .tablenotice {
    margin-top: 70px;
  }
  #Access_timetable .tableArea {
    margin-top: 30px;
  }
  #Access_timetable .tabletitle {
    padding: 15px 70px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Access_timetable .tabletitle .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #Access_timetable .tabletitle .label {
    width: 280px;
  }
  #Access_timetable .tabletitle .notice, #Access_timetable .tabletitle .text {
    text-align: center;
  }
  #Access_timetable .tabletitle .notice {
    font-size: 16px;
  }
  #Access_timetable .tabletitle .text {
    letter-spacing: 0em;
  }
  #Access_timetable .tableBody table td, #Access_timetable .tableBody table th {
    padding: 12px 3px;
  }
  #Access_timetable .btnArea {
    margin-top: 80px;
  }
  #Access_timetable .btnArea .btnStyle01 + .btnStyle01 {
    margin-left: 80px;
  }
}
#Access_timetable .tableAreaBottom {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #Access_timetable .tableAreaBottom {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #Access_timetable .tableAreaBottom {
    margin-top: 80px;
  }
}
#Access_timetable .tableAreaBottom .textArea p {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  #Access_timetable .tableAreaBottom .textArea p {
    text-align: center;
  }
}
#Access_timetable .tableAreaBottom .btnArea {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #Access_timetable .tableAreaBottom .btnArea {
    margin-top: 30px;
  }
}

/* =============================================
- Access_TrainStops
================================================ */
#Access_TrainStops .infoArea .type {
  background-color: #F7B400;
  padding: 15px;
}
#Access_TrainStops .infoArea .type .icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 0 auto;
}
#Access_TrainStops .infoArea .type .icon .svg {
  width: 22px;
  height: 26px;
  line-height: 1em;
}
#Access_TrainStops .infoArea .type .text {
  color: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  margin-top: 5px;
}
@media screen and (min-width: 980px) {
  #Access_TrainStops .infoArea .type .text {
    font-weight: bold;
  }
}
#Access_TrainStops .infoArea .textArea {
  padding: 15px;
  background-color: #EDEDED;
  font-size: 13px;
}
#Access_TrainStops .infoArea .textArea p {
  line-height: 1.6em;
}
#Access_TrainStops .infoArea .textArea p + p {
  margin-top: 5px;
}
#Access_TrainStops .rootImg {
  margin-top: 20px;
}
#Access_TrainStops .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Access_TrainStops .infoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Access_TrainStops .infoArea .type {
    width: 40%;
    padding: 15px;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Access_TrainStops .infoArea .type .text {
    font-size: 17px;
    margin-top: 5px;
  }
  #Access_TrainStops .infoArea .textArea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
  }
  #Access_TrainStops .rootImg {
    margin-top: 30px;
  }
  #Access_TrainStops .box + .box {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #Access_TrainStops .numberText {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #Access_TrainStops .infoArea .type {
    padding: 20px 15px;
  }
  #Access_TrainStops .infoArea .type .icon {
    width: 80px;
    height: 80px;
  }
  #Access_TrainStops .infoArea .type .icon .svg {
    width: 37px;
    height: 44px;
    line-height: 1em;
  }
  #Access_TrainStops .infoArea .type .text {
    font-size: 20px;
    margin-top: 5px;
  }
  #Access_TrainStops .infoArea .textArea {
    padding: 20px 30px;
    font-size: 14px;
  }
  #Access_TrainStops .rootImg {
    margin-top: 40px;
  }
  #Access_TrainStops .box + .box {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #Access_TrainStops .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  #Access_TrainStops .infoArea .type {
    width: 50%;
    padding: 30px 15px;
  }
  #Access_TrainStops .infoArea .type .text {
    margin-top: 8px;
    font-size: 22px;
  }
  #Access_TrainStops .infoArea .textArea {
    padding: 30px 30px;
    font-size: 16px;
  }
  #Access_TrainStops .infoArea .textArea p {
    line-height: 1.4em;
  }
  #Access_TrainStops .infoArea .textArea p + p {
    margin-top: 1em;
  }
  #Access_TrainStops .rootImg {
    margin-top: 60px;
  }
  #Access_TrainStops .box + .box {
    margin-top: 100px;
  }
}
/* =============================================
- Access_Howto
================================================ */
@media screen and (min-width: 768px) {
  .headStep .titleStyle01 {
    margin-bottom: 30px;
  }
}
#howto_step02 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#howto_step01 .column + .column, #howto_step02 .column + .column, #howto_step03 .column + .column {
  margin-top: 35px;
}
#howto_step01 .column.train, #howto_step02 .column.train, #howto_step03 .column.train {
  background-color: #EDEDED;
  padding: 20px;
}
#howto_step01 .rowLayout02 + .rowLayout02, #howto_step01 .rowLayout02 + .column, #howto_step02 .rowLayout02 + .rowLayout02, #howto_step02 .rowLayout02 + .column, #howto_step03 .rowLayout02 + .rowLayout02, #howto_step03 .rowLayout02 + .column {
  margin-top: 20px;
}
#howto_step01 .notice, #howto_step02 .notice, #howto_step03 .notice {
  margin-top: 5px;
}
#howto_step01 .textArea p + p, #howto_step02 .textArea p + p, #howto_step03 .textArea p + p {
  margin-top: 1em;
}
#howto_step01 .numberList, #howto_step02 .numberList, #howto_step03 .numberList {
  margin-top: 20px;
}
#howto_step01 .numberList ul, #howto_step02 .numberList ul, #howto_step03 .numberList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#howto_step01 .numberList li, #howto_step02 .numberList li, #howto_step03 .numberList li {
  position: relative;
  padding-left: 32px;
  width: 50%;
  font-size: 13px;
}
#howto_step01 .numberList li span, #howto_step02 .numberList li span, #howto_step03 .numberList li span {
  background-color: #FD0000;
  color: #fff;
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 1em;
  padding: 5px 0px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
}
#howto_step01 .numberList li:nth-child(n+3), #howto_step02 .numberList li:nth-child(n+3), #howto_step03 .numberList li:nth-child(n+3) {
  margin-top: 8px;
}

@media screen and (min-width: 375px) {
  #howto_step01 .numberList li, #howto_step02 .numberList li, #howto_step03 .numberList li {
    font-size: 14px;
  }
  #howto_step01 .numberList li span, #howto_step02 .numberList li span, #howto_step03 .numberList li span {
    background-color: #FD0000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 1em;
    padding: 5px 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
  }
  #howto_step01 .numberList li:nth-child(n+3), #howto_step02 .numberList li:nth-child(n+3), #howto_step03 .numberList li:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  #howto_step01 .column + .column, #howto_step02 .column + .column, #howto_step03 .column + .column {
    margin-top: 60px;
  }
  #howto_step01 .column.train, #howto_step02 .column.train, #howto_step03 .column.train {
    padding: 40px;
  }
  #howto_step01 .rowLayout02 + .rowLayout02, #howto_step01 .rowLayout02 + .column, #howto_step02 .rowLayout02 + .rowLayout02, #howto_step02 .rowLayout02 + .column, #howto_step03 .rowLayout02 + .rowLayout02, #howto_step03 .rowLayout02 + .column {
    margin-top: 40px;
  }
  #howto_step03 .trainType .boxWrap {
    max-width: 640px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 980px) {
  #howto_step01 .inner, #howto_step02 .inner, #howto_step03 .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  #howto_step01 .column + .column, #howto_step02 .column + .column, #howto_step03 .column + .column {
    margin-top: 80px;
  }
  #howto_step01 .column.train, #howto_step02 .column.train, #howto_step03 .column.train {
    padding: 50px;
  }
  #howto_step01 .textArea p + p, #howto_step02 .textArea p + p, #howto_step03 .textArea p + p {
    margin-top: 1.5em;
  }
  #howto_step01 .rowLayout02 + .rowLayout02, #howto_step01 .rowLayout02 + .column, #howto_step02 .rowLayout02 + .rowLayout02, #howto_step02 .rowLayout02 + .column, #howto_step03 .rowLayout02 + .rowLayout02, #howto_step03 .rowLayout02 + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  #howto_step03 {
    padding-bottom: 100px;
  }
  #howto_step01 .column + .column, #howto_step02 .column + .column, #howto_step03 .column + .column {
    margin-top: 100px;
  }
  #howto_step01 .column.train, #howto_step02 .column.train, #howto_step03 .column.train {
    margin-top: 120px;
    padding: 100px;
  }
  #howto_step01 .numberList, #howto_step02 .numberList, #howto_step03 .numberList {
    margin-top: 50px;
    max-width: 400px;
  }
  #howto_step01 .numberList li, #howto_step02 .numberList li, #howto_step03 .numberList li {
    padding-left: 35px;
    font-size: 16px;
  }
  #howto_step01 .numberList li span, #howto_step02 .numberList li span, #howto_step03 .numberList li span {
    padding: 3px 0px 3px 1px;
    margin-top: -12px;
  }
  #howto_step01 .numberList li:nth-child(n+3), #howto_step02 .numberList li:nth-child(n+3), #howto_step03 .numberList li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.trainType .box .name {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .trainType .box .name {
    font-weight: bold;
  }
}
.trainType .box .name:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #434343;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.trainType .box .imgArea {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.trainType .box .imgArea .img img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.trainType .box .imgArea .text {
  position: absolute;
  left: 0px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) scale(0.85, 1);
          transform: translateY(-50%) scale(0.85, 1);
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6vw;
  line-height: 1.3em;
  z-index: 22;
}
@media screen and (min-width: 980px) {
  .trainType .box .imgArea .text {
    font-weight: bold;
  }
}
.trainType .box + .box {
  margin-top: 20px;
}
.trainType .box .textArea {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
}

@media screen and (min-width: 768px) {
  .trainType .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .trainType .box {
    width: 48%;
    position: relative;
  }
  .trainType .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .trainType .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  .trainType .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .trainType .box .imgArea .text {
    font-size: 24px;
  }
  .trainType .box .imgArea .img {
    overflow: hidden;
  }
  .trainType .box .imgArea .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 980px) {
  .trainType .box {
    width: 30%;
  }
  .trainType .box + .box {
    margin-left: 5%;
  }
  .trainType .box .name {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trainType .box .imgArea .text {
    font-size: 18px;
  }
  .trainType.howto03 .box {
    width: 48%;
    position: relative;
  }
  .trainType.howto03 .box + .box {
    margin-top: 0px;
    margin-left: 0%;
  }
  .trainType.howto03 .box:nth-child(even) {
    margin-left: 4%;
  }
  .trainType.howto03 .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .trainType .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  .trainType .box {
    width: 290px;
  }
  .trainType .box + .box {
    margin-left: 60px;
  }
  .trainType .box .imgArea .text {
    font-size: 24px;
    -webkit-transform: translateY(-50%) scale(0.85, 1);
            transform: translateY(-50%) scale(0.85, 1);
  }
  .trainType.howto03 .box {
    width: 290px;
    position: relative;
  }
  .trainType.howto03 .box + .box {
    margin-top: 0px;
    margin-left: 0px;
  }
  .trainType.howto03 .box:nth-child(even) {
    margin-left: 60px;
  }
  .trainType.howto03 .box:nth-child(n+3) {
    margin-top: 50px;
  }
}
/* =============================================
- Access
================================================ */
@media screen and (min-width: 768px) {
  .access_ride_outlink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 4%;
  }
}
@media screen and (min-width: 980px) {
  .access_ride_outlink {
    gap: 30px 1%;
  }
}
@media screen and (min-width: 1280px) {
  .access_ride_outlink {
    gap: 20px 20px;
  }
}
.access_ride_outlink .box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .access_ride_outlink .box {
    width: 48%;
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .access_ride_outlink .box {
    width: 24%;
  }
}
@media screen and (min-width: 1280px) {
  .access_ride_outlink .box {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .access_ride_outlink .box + .box {
    margin-top: 20px;
  }
}
.access_ride_outlink .box .img {
  overflow: hidden;
}
.access_ride_outlink .box .img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: -1;
  vertical-align: bottom;
}
.access_ride_outlink .box .text {
  background-color: #F7B400;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  padding: 13px 5px;
  letter-spacing: 0.03em;
}
.access_ride_outlink .box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.access_ride_outlink .box > a:hover .img img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

#jump_ticket {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #jump_ticket {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #jump_ticket {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #jump_ticket {
    padding-top: 150px;
  }
}

/* =============================================
- about
================================================ */
/* =============================================
- rapit
================================================ */
#rapit_outline {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#rapit_outline .column {
  padding: 30px 20px;
}
#rapit_outline .bdBox {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 30px 20px;
}
#rapit_outline .textBox + .textBox, #rapit_outline .textBox + .noteBox {
  margin-top: 30px;
}
#rapit_outline .noteBox .box {
  padding: 10px 30px;
  background-color: #F7B400;
}
@media screen and (max-width: 767px) {
  #rapit_outline .noteBox .box .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #rapit_outline .noteBox .box .midashi {
    width: 120px;
  }
}
#rapit_outline .noteBox .box .midashi {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #rapit_outline .noteBox .box .midashi {
    font-weight: bold;
  }
}
#rapit_outline .noteBox .box .txt {
  line-height: 1.6em;
}
#rapit_outline .noteBox .box + .box {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #rapit_outline .column {
    padding: 50px 25px;
  }
  #rapit_outline .column .inner {
    max-width: 840px;
    margin: 0 auto;
  }
  #rapit_outline .bdBox {
    padding: 50px 25px;
  }
  #rapit_outline .bdBox .inner {
    max-width: 840px;
    margin: 0 auto;
  }
  #rapit_outline .textBox + .textBox, #rapit_outline .textBox + .noteBox {
    margin-top: 40px;
  }
  #rapit_outline .noteBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #rapit_outline .noteBox .box {
    padding: 48px 30px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
  }
  #rapit_outline .noteBox .box p {
    text-align: center;
  }
  #rapit_outline .noteBox .box .midashi {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #rapit_outline .noteBox .box .txt {
    line-height: 1.7em;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  #rapit_outline .noteBox .box + .box {
    margin-top: 0px;
    margin-left: 2%;
  }
}
@media screen and (min-width: 980px) {
  #rapit_outline .column {
    padding: 70px 25px;
  }
  #rapit_outline .bdBox {
    padding: 70px 25px;
  }
  #rapit_outline .textBox + .textBox, #rapit_outline .textBox + .noteBox {
    margin-top: 50px;
  }
  #rapit_outline .noteBox {
    max-width: 840px;
  }
  #rapit_outline .noteBox .box {
    padding: 50px 30px;
    width: 260px;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #rapit_outline .noteBox .box .txt {
    line-height: 1.7em;
    font-size: 14px;
    letter-spacing: 0em;
  }
  #rapit_outline .noteBox .box .midashi {
    font-size: 28px;
    margin-bottom: 18px;
  }
  #rapit_outline .noteBox .box + .box {
    margin-top: 0px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1180px) {
  #rapit_outline .column {
    padding: 100px 25px;
  }
  #rapit_outline .bdBox {
    padding: 100px 25px;
  }
  #rapit_outline .textBox + .textBox {
    margin-top: 100px;
  }
  #rapit_outline .textBox + .noteBox {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  #rapit_outline .imgArea {
    position: relative;
    width: 100vw;
    height: 730px;
  }
  #rapit_outline .imgArea .img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
  }
  #rapit_outline .imgArea .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
/* =============================================
- rapit
================================================ */
#rapit_intro .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#rapit_intro .boxArea {
  margin-top: 40px;
}
#rapit_intro .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #rapit_intro .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  #rapit_intro .rowLayout02 + .rowLayout02 {
    margin-top: 60px;
  }
  #rapit_intro .boxArea {
    margin-top: 60px;
  }
  #rapit_intro .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #rapit_intro .boxArea {
    margin-top: 80px;
  }
  #rapit_intro .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  #rapit_intro .boxArea {
    margin-top: 140px;
  }
}
/* =============================================
================================================ */
.label_bgWifi .iconArea {
  background-color: #EDEDED;
  padding: 30px 20px;
}
.label_bgWifi .icon {
  text-align: center;
}
.label_bgWifi .icon img {
  width: 88px;
}
.label_bgWifi .midashiStyle03 {
  text-align: center;
  margin-top: 20px;
}
.label_bgWifi .btnArea {
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  .label_bgWifi .iconArea {
    padding: 40px 20px;
  }
  .label_bgWifi .textArea p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .label_bgWifi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .label_bgWifi .inner .img {
    width: 50%;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/about/rapit_wifi_img01.jpg);
  }
  .label_bgWifi .inner .iconArea {
    width: 50%;
  }
  .label_bgWifi .iconArea {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 980px) {
  .label_bgWifi .iconArea {
    padding: 100px 20px;
  }
}
/* =============================================
- rapit_station
================================================ */
#rapit_station {
  padding-bottom: 0px;
}
#rapit_station .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#rapit_station .imgArea .img + .img {
  margin-top: 30px;
}
#rapit_station .titleStyle04 {
  margin-top: 30px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  #rapit_station .imgArea .img + .img {
    margin-top: 50px;
  }
  #rapit_station .titleStyle04 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #rapit_station .imgArea .img + .img {
    margin-top: 60px;
  }
  #rapit_station .titleStyle04 {
    margin-top: 60px;
  }
}
/* =============================================
- rapit_ride
================================================ */
#rapit_ride .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#rapit_ride .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #rapit_ride .rowLayout02 + .rowLayout02 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #rapit_ride .rowLayout02 + .rowLayout02 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #rapit_ride .rowLayout02 + .rowLayout02 {
    margin-top: 100px;
  }
}
/* =============================================
- suggested
================================================ */
/* =============================================
- SuggestedArchives
================================================ */
#SuggestedArchives {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#SuggestedArchives .boxArea {
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
#SuggestedArchives .boxStyle03 .textArea {
  background-color: #EDEDED;
}
@media screen and (min-width: 768px) {
  #SuggestedArchives .boxStyle03 .img img {
    width: 100%;
    height: auto;
  }
}
#SuggestedArchives .boxStyle03 .box {
  background-color: #EDEDED;
}

@media screen and (min-width: 768px) {
  #SuggestedArchives .boxArea {
    padding: 70px 25px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  #SuggestedArchives .boxArea {
    padding: 120px 25px 100px 25px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1220px) {
  #SuggestedArchives .boxStyle03 .img {
    height: 260px;
    max-height: 260px;
  }
}
/* =============================================
- SuggestedAbout
================================================ */
#SuggestedAbout {
  padding: 0px;
  position: relative;
  z-index: 1;
  padding: 50px 20px;
}
#SuggestedAbout .bgImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-size: cover;
}
#SuggestedAbout .abouBox {
  position: relative;
  z-index: 1;
  padding: 180px 0px;
}
#SuggestedAbout .abouBox .square {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vw;
  background-image: url(../images/suggested/about_box01.png);
  background-size: cover;
}
#SuggestedAbout .abouBox .title .text {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 8px;
  text-align: center;
}
#SuggestedAbout .abouBox .title .text span {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 7vw;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  display: inline-block;
}
#SuggestedAbout .abouBox .title .text:after {
  content: "";
  width: 140px;
  height: 9px;
  background-image: url(../images/suggested/abouttitle_under.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -70px;
}
#SuggestedAbout .abouBox .title .notice {
  font-size: 13px;
  text-align: center;
}
#SuggestedAbout .abouBox .title .note {
  font-size: 5vw;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  text-align: center;
  line-height: 1.5em;
}
#SuggestedAbout .abouBox .textArea {
  margin-top: 10px;
}
#SuggestedAbout .abouBox .textArea p {
  text-align: center;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.5vw;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #SuggestedAbout .abouBox .textArea p {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  #SuggestedAbout {
    padding: 0px 20px;
  }
  #SuggestedAbout .bgImg img {
    width: auto;
    height: 100%;
  }
  #SuggestedAbout .abouBox {
    padding: 210px 0px 210px 0px;
  }
  #SuggestedAbout .abouBox .square {
    width: 280px;
    height: 280px;
  }
  #SuggestedAbout .abouBox .title .text {
    padding-bottom: 15px;
    margin-bottom: 8px;
  }
  #SuggestedAbout .abouBox .title .text span {
    font-size: 30px;
  }
  #SuggestedAbout .abouBox .title .notice {
    font-size: 13px;
  }
  #SuggestedAbout .abouBox .title .note {
    font-size: 20px;
  }
  #SuggestedAbout .abouBox .textArea p {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  #SuggestedAbout .bgImg img {
    width: 100%;
    height: auto;
  }
  #SuggestedAbout .abouBox {
    padding: 180px 0px 180px 0px;
  }
}
@media screen and (min-width: 1180px) {
  #SuggestedAbout .abouBox {
    padding: 230px 0px 230px 0px;
  }
  #SuggestedAbout .abouBox .square {
    width: 410px;
    height: 410px;
  }
  #SuggestedAbout .abouBox .title .text {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  #SuggestedAbout .abouBox .title .text span {
    font-size: 60px;
  }
  #SuggestedAbout .abouBox .title .notice {
    font-size: 16px;
  }
  #SuggestedAbout .abouBox .title .note {
    font-size: 35px;
    margin-bottom: 8px;
  }
  #SuggestedAbout .abouBox .textArea p {
    font-size: 26px;
  }
}
/* =============================================
- SuggestedTimeline
================================================ */
#SuggestedTimeline .inner {
  max-width: 840px;
  margin: 0 auto;
}
#SuggestedTimeline .headArea {
  margin-bottom: 40px;
}
#SuggestedTimeline .courseWrap .first .list {
  position: relative;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
}
#SuggestedTimeline .courseWrap .first .list:after, #SuggestedTimeline .courseWrap .first .list:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #060606;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#SuggestedTimeline .courseWrap .first .list.open:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#SuggestedTimeline .courseWrap .list {
  position: relative;
  padding: 10px 15px 10px 15px;
  background-color: #F7B400;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  #SuggestedTimeline .courseWrap .list {
    font-weight: bold;
  }
}
#SuggestedTimeline .courseWrap .list span {
  color: #fff;
  padding-right: 10px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
#SuggestedTimeline .courseWrap .list span:after {
  content: "";
  width: calc(100% + 20px);
  height: 400%;
  background-color: #000;
  z-index: -1;
  position: absolute;
  left: -15px;
  top: -100%;
}
#SuggestedTimeline .courseWrap .line {
  font-size: 12px;
  padding: 10px 0px 10px 35px;
  position: relative;
}
#SuggestedTimeline .courseWrap .line:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #060606;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#SuggestedTimeline .courseWrap .line:after {
  content: "";
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-color: #060606;
  bottom: 0px;
  margin-left: -4px;
  margin-bottom: 1px;
}
#SuggestedTimeline .courseWrap .line:before, #SuggestedTimeline .courseWrap .line:after {
  left: 20px;
}

@media screen and (min-width: 768px) {
  #SuggestedTimeline .headArea {
    margin-bottom: 60px;
  }
  #SuggestedTimeline .courseWrap .first .list {
    padding: 17px 20px 17px 20px;
  }
  #SuggestedTimeline .courseWrap .list {
    padding: 17px 20px;
    font-size: 18px;
  }
  #SuggestedTimeline .courseWrap .list span {
    padding-right: 20px;
    width: 130px;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
  }
  #SuggestedTimeline .courseWrap .list span:after {
    left: -20px;
  }
  #SuggestedTimeline .courseWrap .line {
    padding: 17px 0px 17px 60px;
    font-size: 14px;
  }
  #SuggestedTimeline .courseWrap .line:before, #SuggestedTimeline .courseWrap .line:after {
    left: 38px;
  }
}
@media screen and (min-width: 980px) {
  #SuggestedTimeline .headArea {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #SuggestedTimeline .headArea {
    margin-bottom: 120px;
  }
}
/* =============================================
- Suggestedinfo
================================================ */
#Suggestedinfo {
  padding-left: 0px;
  padding-right: 0px;
}
#Suggestedinfo .column .textBox {
  padding: 40px 20px;
}
#Suggestedinfo .column .lineArea {
  padding: 0px 0px 0px 25px;
  position: relative;
}
#Suggestedinfo .column .lineArea:before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#Suggestedinfo .column .sub {
  font-size: 4vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #Suggestedinfo .column .sub {
    font-weight: bold;
  }
}
#Suggestedinfo .column .title {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  #Suggestedinfo .column .title {
    font-weight: bold;
  }
}
#Suggestedinfo .column .textArea p {
  word-break: normal;
  font-size: 14px;
  line-height: 1.7em;
}
#Suggestedinfo .column .notice {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  #Suggestedinfo .column .img {
    width: 100%;
    height: 60vw;
    overflow: hidden;
    background-size: cover;
  }
}
#Suggestedinfo .column .infoArea {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
#Suggestedinfo .column .infoArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#Suggestedinfo .column .infoArea dl + dl {
  margin-top: 3px;
}
#Suggestedinfo .column .infoArea dt {
  width: 90px;
}
#Suggestedinfo .column .infoArea dd {
  padding-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#Suggestedinfo .column .btnArea {
  text-align: left;
  margin-top: 20px;
}
#Suggestedinfo .column .btnArea .btnStyle01 {
  padding: 0.8em 15px;
}
#Suggestedinfo .column .btnArea .btnStyle02 {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  #Suggestedinfo .column .btnArea .btnStyle02 {
    margin-top: 20px;
    display: block;
  }
}
#Suggestedinfo .column .movieBtn {
  text-align: center;
  margin-top: 50px;
}
#Suggestedinfo .column .movie {
  margin-top: 30px;
  position: relative;
}
#Suggestedinfo .column .movie a {
  display: block;
  -webkit-box-shadow: 6px 3px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
#Suggestedinfo .column .movie:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -20px;
  z-index: 11;
}
#Suggestedinfo .column .movie:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #434343;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
  z-index: 16;
}

@media screen and (min-width: 768px) {
  #Suggestedinfo {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #Suggestedinfo .column {
    position: relative;
    z-index: 1;
    min-height: 70vw;
  }
  #Suggestedinfo .column .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
  }
  #Suggestedinfo .column .textBox {
    padding: 0px 20px 100px 0px;
  }
  #Suggestedinfo .column .lineArea {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 30px 30px 40px;
    max-width: 70%;
  }
  #Suggestedinfo .column .lineArea:before {
    width: 10px;
  }
  #Suggestedinfo .column .sub {
    font-size: 16px;
  }
  #Suggestedinfo .column .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #Suggestedinfo .column .movieBtn {
    max-width: 70%;
    margin-top: 50px;
  }
  #Suggestedinfo .column .movie {
    max-width: 70%;
  }
  #Suggestedinfo .column .movie a {
    display: block;
    max-width: 300px;
    margin: 50px auto 0px auto;
  }
  #Suggestedinfo .column .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #Suggestedinfo .column .btnArea .btnStyle02 {
    margin-left: 20px;
  }
  #Suggestedinfo .column:nth-child(even) .textBox {
    padding: 0px 0px 100px 20px;
  }
  #Suggestedinfo .column:nth-child(even) .textBox .lineArea, #Suggestedinfo .column:nth-child(even) .textBox .movie {
    margin-left: auto;
  }
}
@media screen and (min-width: 1180px) {
  #Suggestedinfo .column {
    min-height: 65vw;
  }
  #Suggestedinfo .column .lineArea {
    padding: 50px 40px 50px 60px;
    max-width: 65%;
  }
  #Suggestedinfo .column .sub {
    font-size: 18px;
  }
  #Suggestedinfo .column .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #Suggestedinfo .column .movieBtn {
    max-width: 65%;
    margin-top: 70px;
  }
  #Suggestedinfo .column .movie {
    max-width: 65%;
  }
  #Suggestedinfo .column .movie a {
    max-width: 400px;
    margin: 70px auto 0px auto;
  }
}
@media screen and (min-width: 1400px) {
  #Suggestedinfo .column {
    min-height: 800px;
  }
  #Suggestedinfo .column .lineArea {
    padding: 50px 40px 50px 80px;
    max-width: 760px;
  }
  #Suggestedinfo .column .img img {
    width: 100%;
    height: auto;
  }
  #Suggestedinfo .column .sub {
    font-size: 20px;
  }
  #Suggestedinfo .column .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  #Suggestedinfo .column .movieBtn {
    max-width: 760px;
    margin-top: 80px;
  }
  #Suggestedinfo .column .movie {
    max-width: 760px;
  }
  #Suggestedinfo .column .movie a {
    max-width: 460px;
    margin: 100px auto 0px auto;
  }
}
/* =============================================
- SuggestedSummary
================================================ */
#SuggestedSummary {
  padding: 0px;
}
#SuggestedSummary .url {
  word-break: break-all;
}
#SuggestedSummary .gdBox {
  padding: 150px 20px 40px 20px;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#SuggestedSummary .gdBox .titleStyle01 {
  position: relative;
  z-index: 1;
}
#SuggestedSummary .gdBox .titleStyle01:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-image: url(../images/suggested/summary_bg.png);
  background-size: cover;
  width: 270px;
  height: 270px;
  left: 50%;
  top: -100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
#SuggestedSummary .gdBox .textArea {
  position: relative;
  z-index: 1;
}
#SuggestedSummary .gdBox .textArea p {
  font-size: 16px;
  word-break: normal;
}
#SuggestedSummary .photoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#SuggestedSummary .photoBox .img {
  width: 50%;
}
#SuggestedSummary .LinkArea {
  padding: 0px 20px 40px 20px;
}
#SuggestedSummary .LinkArea .LinkBoxtitle {
  overflow: hidden;
}
#SuggestedSummary .LinkArea .LinkBoxtitle span {
  display: inline-block;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.95vw;
  margin-bottom: 20px;
  position: relative;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  #SuggestedSummary .LinkArea .LinkBoxtitle span {
    font-weight: bold;
  }
}
#SuggestedSummary .LinkArea .LinkBoxtitle span:after {
  content: "";
  width: 800%;
  height: 8px;
  background-image: url(../images/suggested/summarytitle_line.png);
  background-size: 160px 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 {
  margin-top: 30px;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .textBox {
  margin-top: 10px;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .textBox .url {
  word-break: break-all;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .midashi {
  font-size: 16px;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .textArea {
  padding: 0px;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 a {
  color: #060606;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .img img {
  width: 100%;
  height: auto;
}
#SuggestedSummary .LinkArea .spotArea .boxStyle03 .img:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .img {
    height: 19vw;
    max-height: 100%;
  }
}
@media screen and (min-width: 1220px) {
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .img {
    height: 260px;
    max-height: 260px;
  }
}
#SuggestedSummary .LinkArea .link {
  color: #2B2B2B;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.2em;
  margin-right: 5px;
}
#SuggestedSummary .LinkArea .otherArea {
  margin-top: 30px;
}
#SuggestedSummary .LinkArea .otherArea .column + .column {
  margin-top: 30px;
}
#SuggestedSummary .gmap {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 45%;
}
#SuggestedSummary .gmap iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#SuggestedSummary .snsLink {
  padding: 20px 0px 50px 0px;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#SuggestedSummary .snsLink .icon + .icon {
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  #SuggestedSummary {
    padding: 0px;
  }
  #SuggestedSummary .gdBox {
    padding: 150px 40px 80px 40px;
  }
  #SuggestedSummary .photoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #SuggestedSummary .photoBox .img {
    width: 16.6666%;
  }
  #SuggestedSummary .LinkArea {
    padding: 40px 30px;
  }
  #SuggestedSummary .LinkArea .LinkBoxtitle {
    overflow: hidden;
  }
  #SuggestedSummary .LinkArea .LinkBoxtitle span {
    font-size: 18px;
    margin-bottom: 20px;
    padding-right: 13px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box {
    width: 32%;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .lineBox {
    display: block;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box + .box {
    margin-left: 2%;
    margin-top: 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .label {
    width: 50px;
    height: 64px;
    padding-top: 7px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .label .text {
    font-size: 12px;
    margin-top: 2px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox {
    line-height: 1.4em;
    margin-top: 10px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .textArea {
    margin-top: 8px;
    padding: 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .textArea p {
    font-size: 13px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .url {
    font-size: 13px;
  }
  #SuggestedSummary .LinkArea .otherArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  #SuggestedSummary .LinkArea .otherArea .column {
    width: 47%;
  }
  #SuggestedSummary .LinkArea .otherArea .column + .column {
    margin-top: 0px;
    margin-left: 6%;
  }
  #SuggestedSummary .gmap {
    padding-top: 55%;
  }
  #SuggestedSummary .snsLink {
    padding: 40px 0px 80px 0px;
  }
}
@media screen and (min-width: 980px) {
  #SuggestedSummary .gdBox {
    padding: 180px 40px 100px 40px;
  }
  #SuggestedSummary .gdBox .textArea {
    max-width: 740px;
    margin: 0 auto;
  }
  #SuggestedSummary .LinkArea {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1280px) {
  #SuggestedSummary .gdBox {
    padding: 150px 40px 80px 40px;
  }
  #SuggestedSummary .LinkArea {
    padding: 70px 30px 80px 30px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 100px 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .spot .img {
    width: 120px;
  }
  #SuggestedSummary .LinkArea .spotArea .spot .text {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1280px) and (min-width: 980px) {
  #SuggestedSummary .LinkArea .spotArea .spot .text {
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  #SuggestedSummary .LinkArea .spotArea .spot .textArea {
    padding-left: 20px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box {
    width: 394px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box + .box {
    margin-left: 18px;
    margin-top: 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box:nth-child(n+4) {
    margin-top: 80px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox {
    margin-top: 15px;
    line-height: 1.6em;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .midashi {
    font-size: 20px;
    line-height: 1.4em;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .textArea {
    margin-top: 10px;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .textArea p {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #SuggestedSummary .LinkArea .spotArea .boxStyle03 .box .textBox .url {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #SuggestedSummary .LinkArea .otherArea {
    margin-top: 80px;
  }
  #SuggestedSummary .gmap {
    padding-top: 43%;
  }
  #SuggestedSummary .snsLink {
    padding: 40px 0px 110px 0px;
  }
}
@media screen and (min-width: 1400px) {
  #SuggestedSummary .gdBox {
    padding: 210px 40px 100px 40px;
  }
  #SuggestedSummary .gmap {
    padding-top: 39.5%;
  }
  #SuggestedSummary .LinkArea .otherArea {
    margin-top: 110px;
  }
}
/* =============================================
- village
================================================ */
/* =============================================
- villageVisual
================================================ */
#villageVisual {
  padding-top: 30px;
}
#villageVisual .map {
  text-align: center;
}
@media screen and (max-width: 979px) {
  #villageVisual .btnArea {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #villageVisual .btnArea .pin {
    display: inline-block;
    width: 100%;
    background-color: #F7B400;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
  }
}
@media screen and (max-width: 979px) and (min-width: 980px) {
  #villageVisual .btnArea .pin {
    font-weight: bold;
  }
}
@media screen and (max-width: 979px) {
  #villageVisual .btnArea .btn {
    width: 50%;
    padding: 1px;
  }
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  #villageVisual .btnArea .btn {
    width: 25%;
  }
}

@media screen and (max-width: 979px) {
  #villageVisual .spotPop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
  }
  #villageVisual .spotPop .textArea {
    padding: 30px 20px;
    background-color: #fff;
    cursor: default;
    max-width: 500px;
    margin: 0 auto;
  }
  #villageVisual .spotPop .text {
    font-size: 20px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 10px;
    text-align: center;
  }
  #villageVisual .spotPop.open {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #villageVisual {
    padding-top: 0px;
  }
  #villageVisual .map {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #villageVisual {
    max-width: 900px;
    margin: 60px auto 0px auto;
    position: relative;
  }
  #villageVisual .map {
    text-align: center;
  }
  #villageVisual .btnArea {
    padding: 0px;
  }
  #villageVisual .btnArea .btn {
    position: absolute;
    width: 38px;
    height: 49px;
  }
  #villageVisual .btnArea .btn.pin01 {
    right: 365px;
    top: 260px;
  }
  #villageVisual .btnArea .btn.pin02 {
    right: 275px;
    top: 94px;
  }
  #villageVisual .btnArea .btn.pin03 {
    left: 287px;
    top: 248px;
  }
  #villageVisual .btnArea .btn.pin04 {
    left: 423px;
    top: 102px;
  }
  #villageVisual .btnArea .btn.pin05 {
    left: 137px;
    bottom: 44px;
  }
  #villageVisual .btnArea .btn.pin06 {
    left: 486px;
    top: 130px;
  }
  #villageVisual .btnArea .btn.pin07 {
    left: 546px;
    top: 124px;
  }
  #villageVisual .btnArea .btn.pin08 {
    right: 126px;
    top: 214px;
  }
  #villageVisual .btnArea .pin {
    cursor: pointer;
    width: 38px;
    height: 49px;
    background-image: url(../images/village/village_map_pin.png);
    background-size: cover;
    display: block;
  }
  #villageVisual .btnArea .pin span {
    display: none;
  }
  #villageVisual .spotPop {
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    cursor: pointer;
    width: 150px;
    margin-left: -75px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 22;
  }
  #villageVisual .spotPop .textArea {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    cursor: default;
    border-radius: 5px;
    border: 1px solid #888;
  }
  #villageVisual .spotPop .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 5px;
    line-height: 1.3em;
    text-align: center;
  }
  #villageVisual .spotPop.open {
    margin-top: -5px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  #villageVisual {
    max-width: 1220px;
  }
  #villageVisual .btnArea {
    padding: 0px;
  }
  #villageVisual .btnArea .btn.pin01 {
    right: 497px;
    top: 376px;
  }
  #villageVisual .btnArea .btn.pin02 {
    right: 382px;
    top: 144px;
  }
  #villageVisual .btnArea .btn.pin03 {
    left: 398px;
    top: 362px;
  }
  #villageVisual .btnArea .btn.pin04 {
    left: 584px;
    top: 158px;
  }
  #villageVisual .btnArea .btn.pin05 {
    left: 194px;
    bottom: 51px;
  }
  #villageVisual .btnArea .btn.pin06 {
    left: 665px;
    top: 200px;
  }
  #villageVisual .btnArea .btn.pin07 {
    left: 749px;
    top: 189px;
  }
  #villageVisual .btnArea .btn.pin08 {
    right: 166px;
    top: 314px;
  }
  #villageVisual .btnArea .btn:hover .pin {
    -webkit-animation: bounce 0.5s ease-in-out forwards;
    animation: bounce 0.5s ease-in-out forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #villageVisual .spotPop {
    width: 250px;
    margin-left: -125px;
  }
  #villageVisual .spotPop .textArea {
    padding: 10px 10px 6px 10px;
  }
  #villageVisual .spotPop .text {
    font-size: 14px;
    margin-top: 4px;
  }
}
/* =============================================
- Village_outline
================================================ */
#Village_outline .inner {
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  #Village_outline .topText {
    max-width: 840px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1180px) {
  #Village_outline {
    padding-bottom: 110px;
  }
}
/* =============================================
- Village_place
================================================ */
#Village_place {
  padding: 0px;
}
#Village_place .column {
  padding: 30px 20px;
}
#Village_place .column .title {
  font-weight: 600;
  color: #F77C2F;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  font-style: italic;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  #Village_place .column .title {
    font-weight: bold;
  }
}
#Village_place .column .title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #434343;
}
#Village_place .column .bold {
  margin-top: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #888888;
}
@media screen and (min-width: 980px) {
  #Village_place .column .bold {
    font-weight: bold;
  }
}
#Village_place .column .brandArea {
  margin-top: 15px;
  overflow: hidden;
}
#Village_place .column .brandArea .brand {
  float: left;
  margin-right: 7px;
}
#Village_place .column .brandArea .brand img {
  height: 50px;
  width: auto;
}
#Village_place .column .brandArea .brand:nth-child(3n+1) {
  clear: both;
}
#Village_place .column .brandArea .brand:nth-child(n+4) {
  margin-top: 10px;
}
#Village_place .taxLink {
  position: relative;
}
#Village_place .taxLink a {
  position: relative;
  display: block;
  color: #323232;
}
#Village_place .taxLink a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: double 8px #323232;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#Village_place .taxLink a .textArea {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
}
#Village_place .taxLink a .textArea .titleSty {
  position: relative;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 25px;
  font-style: italic;
  padding-bottom: 15px;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  #Village_place {
    padding: 0px;
  }
  #Village_place .rowLayout04 {
    max-width: 1220px;
    margin: 0 auto;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Village_place .column {
    padding: 50px 30px;
    position: relative;
  }
  #Village_place .column:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0px;
    background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  #Village_place .column.none {
    padding-bottom: 20px;
  }
  #Village_place .column.none:before {
    display: none;
  }
  #Village_place .column:nth-child(odd):before {
    left: 0px;
  }
  #Village_place .column:nth-child(even):before {
    right: 0px;
  }
  #Village_place .column:nth-child(even) .rowLayout04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #Village_place .column:nth-child(even) .item + .item {
    padding-left: 0px;
    padding-right: 30px;
  }
  #Village_place .column .item + .item {
    padding-left: 30px;
  }
  #Village_place .column .bold {
    margin-top: 20px;
  }
  #Village_place .column .brand {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #Village_place .column .brand:hover {
    opacity: 0.8;
  }
  #Village_place .column .title {
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #Village_place .taxLink {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
  }
  #Village_place .taxLink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #Village_place .taxLink a .img {
    width: 350px;
  }
  #Village_place .taxLink a .textArea {
    background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 20px 30px 20px !important;
    font-size: 14px;
    line-height: 1.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Village_place .taxLink a .textArea .titleSty {
    font-size: 30px;
    padding-bottom: 15px;
  }
  #Village_place .taxLink a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1180px) {
  #Village_place {
    padding: 0px;
  }
  #Village_place .column {
    padding: 60px 40px;
  }
  #Village_place .column:nth-child(even) .title, #Village_place .column:nth-child(even) .textArea, #Village_place .column:nth-child(even) .brandArea, #Village_place .column:nth-child(even) .bold {
    padding-right: 50px;
    padding-left: 0px;
  }
  #Village_place .column:nth-child(even) .item + .item {
    padding-left: 0px;
    padding-right: 0px;
  }
  #Village_place .column .item + .item {
    padding-left: 0px;
    padding-right: 0px;
  }
  #Village_place .column .title, #Village_place .column .textArea, #Village_place .column .brandArea, #Village_place .column .bold {
    padding-left: 50px;
  }
  #Village_place .column .title {
    font-size: 40px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1180px) and (min-width: 1280px) {
  #Village_place .column .title {
    font-size: 45px;
  }
}
@media screen and (min-width: 1180px) {
  #Village_place .column .bold {
    margin-top: 25px;
  }
  #Village_place .column .brandArea {
    margin-top: 15px;
  }
}
/* =============================================
- brandpop
================================================ */
.brandpop {
  padding: 20px;
  background-color: #fff;
}
.brandpop .SliderStyle01 .slick-dots {
  margin-top: 5px;
}
.brandpop .SliderStyle01 .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.brandpop .SliderStyle01 .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 5px;
}
.brandpop .SliderStyle01 .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.brandpop .textBox {
  margin-top: 15px;
}
.brandpop .floor {
  text-align: center;
}
.brandpop .cat {
  background-color: #F7B400;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 0.4em 10px;
  margin-right: 10px;
}
.brandpop .name {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.brandpop .url {
  line-height: 1.4em;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .brandpop {
    padding: 50px;
  }
  .brandpop .SliderStyle01 {
    max-width: 480px;
    margin: 0 auto;
  }
  .brandpop .SliderStyle01 .slick-dots {
    margin-top: 10px;
  }
  .brandpop .SliderStyle01 .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
  }
  .brandpop .textBox {
    margin-top: 25px;
  }
  .brandpop .cat {
    position: relative;
    top: -2px;
  }
  .brandpop .name {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
/* =============================================
- Train Tickets
================================================ */
.ticketLayoutBox {
  padding: 20px 15px;
  background-color: #EDEDED;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .ticketLayoutBox .box + .box {
    margin-top: 30px;
    position: relative;
  }
  .ticketLayoutBox .box + .box:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    width: 8px;
    height: 8px;
    border-color: #000;
    top: -17px;
    left: 50%;
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .ticketLayoutBox .box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px 0px;
  }
}
.ticketLayoutBox .item {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.ticketLayoutBox .item .midashi {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 980px) {
  .ticketLayoutBox .item .midashi {
    font-weight: bold;
  }
}
.ticketLayoutBox .item .img {
  position: relative;
  text-align: center;
}
.ticketLayoutBox .item .img img {
  width: 65px;
}
.ticketLayoutBox .item .img .number {
  width: 20px;
  height: 20px;
  background-color: #F7B400;
  color: #fff;
  display: block;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .ticketLayoutBox .item .img .number {
    font-weight: bold;
  }
}
.ticketLayoutBox .item .textArea {
  margin-top: 15px;
}
.ticketLayoutBox .item .textArea p {
  font-size: 13px;
  line-height: 1.6em;
}
.ticketLayoutBox .item + .item {
  margin-top: 30px;
}
.ticketLayoutBox .imgWrap {
  margin-top: 30px;
}
.ticketLayoutBox .imgWrap .note {
  font-size: 13px;
  line-height: 1.6em;
  margin-top: 10px;
}
.ticketLayoutBox .imgWrap .img + .img {
  margin-top: 20px;
}

@media screen and (min-width: 375px) {
  .ticketLayoutBox {
    padding: 30px 20px;
  }
  .ticketLayoutBox .item .midashi {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .ticketLayoutBox .imgWrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ticketLayoutBox {
    padding: 40px 30px;
  }
  .ticketLayoutBox.wind .boxWrap {
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ticketLayoutBox.qr .boxWrap {
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .ticketLayoutBox.qr .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ticketLayoutBox.qr .imgWrap .img {
    width: 48%;
  }
  .ticketLayoutBox.qr .imgWrap .img + .img {
    margin-top: 0px;
  }
  .ticketLayoutBox.qr .imgWrap .img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ticketLayoutBox .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    margin: 0 auto;
  }
  .ticketLayoutBox .boxWrap .box {
    width: 32%;
  }
  .ticketLayoutBox .boxWrap .box + .box {
    margin-left: 2%;
    position: relative;
  }
  .ticketLayoutBox .boxWrap .box + .box:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-color: #000;
    top: 50%;
    left: -8%;
    margin-top: -8px;
  }
  .ticketLayoutBox .item .midashi {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ticketLayoutBox .item .img img {
    width: 130px;
  }
  .ticketLayoutBox .item .img .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ticketLayoutBox .item .textArea {
    margin-top: 15px;
  }
  .ticketLayoutBox .item .textArea p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .ticketLayoutBox .item + .item {
    margin-top: 40px;
  }
  .ticketLayoutBox .imgWrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .ticketLayoutBox .imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ticketLayoutBox .imgWrap .img {
    width: 45%;
  }
  .ticketLayoutBox .imgWrap .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .ticketLayoutBox .imgWrap .text {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .ticketLayoutBox {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ticketLayoutBox .boxWrap {
    width: 600px;
  }
  .ticketLayoutBox .item .img img {
    width: 117px;
  }
  .ticketLayoutBox .item .midashi {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ticketLayoutBox .item .textArea {
    margin-top: 15px;
  }
  .ticketLayoutBox .item .textArea p {
    font-size: 13px;
    line-height: 1.7em;
  }
  .ticketLayoutBox .imgWrap {
    margin-top: 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
  .ticketLayoutBox .imgWrap .text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .ticketLayoutBox {
    padding: 65px 60px;
  }
  .ticketLayoutBox .boxWrap {
    width: 680px;
  }
  .ticketLayoutBox .boxWrap .box {
    width: 200px;
  }
  .ticketLayoutBox .boxWrap .box + .box {
    margin-left: 45px;
  }
  .ticketLayoutBox .boxWrap .box + .box:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    border-color: #000;
    left: -40px;
    margin-top: -10px;
  }
  .ticketLayoutBox .item .img img {
    width: 130px;
  }
  .ticketLayoutBox .item .midashi {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .ticketLayoutBox .item .textArea {
    margin-top: 20px;
  }
  .ticketLayoutBox .item .textArea p {
    font-size: 14px;
  }
  .ticketLayoutBox .imgWrap {
    padding-left: 40px;
  }
  .ticketLayoutBox .imgWrap .note {
    font-size: 14px;
  }
  .ticketLayoutBox.qr .boxWrap {
    width: 850px;
    max-width: 800px;
  }
  .ticketLayoutBox.qr .boxWrap .box {
    width: 33.3333333333%;
  }
  .ticketLayoutBox.qr .boxWrap .box + .box:before {
    left: -48px;
  }
  .ticketLayoutBox.qr .imgWrap {
    padding-left: 40px;
  }
  .ticketLayoutBox.qr .item {
    max-width: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .ticketLayoutBox .imgWrap {
    padding-left: 60px;
  }
}
/* =============================================
- TrainArchives
================================================ */
#TrainArchives .headArea {
  margin-bottom: 40px;
}
#TrainArchives .headArea .btnStyle01 {
  max-width: 100%;
}
#TrainArchives .column + .column {
  margin-top: 50px;
}
#TrainArchives .btnWrap {
  margin-top: 30px;
}
#TrainArchives .btnWrap .btn + .btn {
  margin-top: 15px;
}
#TrainArchives .boxStyle02 {
  margin-top: 50px;
}

@media screen and (min-width: 375px) {
  #TrainArchives .boxStyle02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #TrainArchives .headArea {
    margin-bottom: 70px;
  }
  #TrainArchives .column + .column {
    margin-top: 80px;
  }
  #TrainArchives .btnWrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #TrainArchives .btnWrap .btn {
    width: 48%;
  }
  #TrainArchives .btnWrap .btn + .btn {
    margin-top: 0px;
    margin-left: 4%;
  }
  #TrainArchives .boxStyle02 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #TrainArchives .headArea {
    margin-bottom: 100px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  #TrainArchives .column + .column {
    margin-top: 100px;
  }
  #TrainArchives .boxStyle02 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #TrainArchives .headArea {
    margin-bottom: 120px;
  }
  #TrainArchives .column + .column {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1280px) {
  #TrainArchives .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
}
/* =============================================
- TourPackages
================================================ */
#TourPackages {
  padding-top: 0px;
}

/* =============================================
- Trainsingle
================================================ */
.titleTicket {
  text-align: center;
}
.titleTicket .title {
  display: inline-block;
  color: #060606;
  font-weight: 600;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 5px;
  border-top: 1px solid #060606;
  border-bottom: 1px solid #060606;
  position: relative;
}
@media screen and (min-width: 980px) {
  .titleTicket .title {
    font-weight: bold;
  }
}
.titleTicket .title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #060606 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-bottom: -10px;
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
  .titleTicket .title {
    font-size: 35px;
    padding: 20px 10px;
  }
  .titleTicket .title:after {
    border-width: 15px 15px 0 15px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 1180px) {
  .titleTicket .title {
    font-size: 50px;
    padding: 40px 10px;
  }
  .titleTicket .title:after {
    border-width: 20px 20px 0 20px;
    margin-bottom: -20px;
    margin-left: -20px;
  }
}
#Trainsingle .postBody {
  margin-top: 25px;
}
#Trainsingle .column {
  padding-top: 20px;
  border-top: 1px solid #D1D1D1;
}
#Trainsingle .column + .column {
  margin-top: 20px;
}
#Trainsingle .column:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #D1D1D1;
}
#Trainsingle .column .title {
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #Trainsingle .column .title {
    font-weight: bold;
  }
}
#Trainsingle .column .notice {
  font-size: 12px;
}
#Trainsingle .column .grayArea {
  padding: 10px;
  background-color: #EDEDED;
}
#Trainsingle .column .textArea span {
  color: #F77C2F;
}
#Trainsingle .column .textArea + .textArea, #Trainsingle .column .textArea + .grayArea, #Trainsingle .column .grayArea + .textArea, #Trainsingle .column .grayArea + .grayArea {
  margin-top: 10px;
}
#Trainsingle .map {
  margin-top: 40px;
}
#Trainsingle .btnArea {
  margin-top: 30px;
}
#Trainsingle .btnStyle01 {
  font-size: 16px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  #Trainsingle .btnStyle01 + .btnStyle01 {
    margin-top: 25px;
  }
}
#Trainsingle .ticketLayoutBox {
  margin-top: 40px;
}
#Trainsingle .ticketLayoutBox + .ticketLayoutBox {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Trainsingle .postBody {
    margin-top: 25px;
  }
  #Trainsingle .column {
    padding-top: 25px;
  }
  #Trainsingle .column + .column {
    margin-top: 25px;
  }
  #Trainsingle .column:last-child {
    padding-bottom: 25px;
  }
  #Trainsingle .column.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Trainsingle .column.flex .title {
    width: 180px;
  }
  #Trainsingle .column.flex .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #Trainsingle .column .textArea + .textArea, #Trainsingle .column .textArea + .grayArea, #Trainsingle .column .grayArea + .textArea, #Trainsingle .column .grayArea + .grayArea {
    margin-top: 20px;
  }
  #Trainsingle .map {
    margin-top: 60px;
  }
  #Trainsingle .btnArea {
    margin-top: 60px;
  }
  #Trainsingle .btnStyle01 {
    max-width: 320px;
  }
  #Trainsingle .btnStyle01 + .btnStyle01 {
    margin-left: 25px;
  }
  #Trainsingle .ticketLayoutBox {
    margin-top: 60px;
  }
  #Trainsingle .ticketLayoutBox + .ticketLayoutBox {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #Trainsingle .inner {
    max-width: 1220px;
    margin: 0 auto;
  }
  #Trainsingle #Slider {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #Trainsingle .postBody {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 80px;
  }
  #Trainsingle .column {
    padding: 20px 5px 0px 5px;
  }
  #Trainsingle .column + .column {
    margin-top: 20px;
  }
  #Trainsingle .column:last-child {
    padding-bottom: 20px;
  }
  #Trainsingle .column.flex .title {
    width: 200px;
  }
  #Trainsingle .column .grayArea {
    letter-spacing: 0.02em;
    line-height: 1.6em;
  }
  #Trainsingle .column .textArea + .textArea, #Trainsingle .column .textArea + .grayArea, #Trainsingle .column .grayArea + .textArea, #Trainsingle .column .grayArea + .grayArea {
    margin-top: 30px;
  }
  #Trainsingle .map {
    margin-top: 60px;
    text-align: center;
  }
  #Trainsingle .btnArea {
    margin-top: 60px;
  }
  #Trainsingle .ticketLayoutBox {
    margin-top: 120px;
  }
  #Trainsingle .ticketLayoutBox + .ticketLayoutBox {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1180px) {
  #Trainsingle .titleStyle01 .title {
    font-size: 42px;
  }
}
/* =============================================
- Features
================================================ */
/* =============================================
- FeatureArchives
================================================ */
#FeatureArchives {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#FeatureArchives .boxArea {
  position: relative;
  padding: 50px 20px;
  z-index: 1;
}
#FeatureArchives .boxArea:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#FeatureArchives .btnArea, #FeatureArchives .alm-btn-wrap {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #FeatureArchives .boxArea {
    padding: 70px 20px;
  }
  #FeatureArchives .btnArea, #FeatureArchives .alm-btn-wrap {
    margin-top: 60px;
  }
  #FeatureArchives .boxStyle01, #FeatureArchives .alm-reveal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #FeatureArchives .boxStyle01 .box:nth-child(3n+1), #FeatureArchives .alm-reveal .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  #FeatureArchives .boxStyle01 .box:nth-child(n+4), #FeatureArchives .alm-reveal .box:nth-child(n+4) {
    margin-top: 50px;
  }
  #FeatureArchives .boxStyle01 + .boxStyle01 .box, #FeatureArchives .alm-reveal + .boxStyle01 .box {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #FeatureArchives .boxArea {
    padding: 120px 20px;
  }
}
/* =============================================
- FeatureSingle
================================================ */
.SliderStyle01 {
  width: 100%;
  max-width: 838px;
}

#FeatureSingle .postBody .features_sub_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 980px) {
  #FeatureSingle .postBody .features_sub_title {
    font-weight: bold;
  }
}
#FeatureSingle .postBody .features_sub_title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #F7B400;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#FeatureSingle .postBody .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #FeatureSingle .postBody .title {
    font-weight: bold;
  }
}
#FeatureSingle .postBody .sub {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 980px) {
  #FeatureSingle .postBody .sub {
    font-weight: bold;
  }
}
#FeatureSingle .postBody .headArea {
  margin-bottom: 20px;
}
#FeatureSingle .postBody .headArea .textArea {
  margin-top: 10px;
}
#FeatureSingle .postBody .column + .column {
  margin-top: 40px;
}
#FeatureSingle .postBody .column .titleArea {
  margin-top: 15px;
}
#FeatureSingle .postBody .column .textArea {
  margin-top: 10px;
}
#FeatureSingle .postBody .column .textArea p {
  font-size: 15px;
  line-height: 1.7em;
}
#FeatureSingle .postBody .column .infoArea {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5em;
}
#FeatureSingle .postBody .column .infoArea .name {
  margin-bottom: 5px;
}
#FeatureSingle .postBody .column .infoArea dl + dl {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #FeatureSingle .postBody .column .infoArea dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #FeatureSingle .postBody .column .infoArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #FeatureSingle .postBody .column .infoArea dl + dl {
    margin-top: 3px;
  }
  #FeatureSingle .postBody .column .infoArea dt {
    min-width: 180px;
  }
  #FeatureSingle .postBody .column .infoArea dd {
    padding-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#FeatureSingle .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 30px;
}
#FeatureSingle .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#FeatureSingle .bottom {
  margin-top: 30px;
}
#FeatureSingle .movie {
  margin-top: 30px;
  position: relative;
}
#FeatureSingle .movie a {
  display: inline-block;
  -webkit-box-shadow: 6px 3px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 3px 6px 0px rgba(0, 0, 0, 0.4);
}
#FeatureSingle .movie:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -20px;
  z-index: 11;
}
#FeatureSingle .movie:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #434343;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  margin-top: -8px;
  z-index: 16;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#FeatureSingle .snsLink {
  margin-top: 40px;
}
#FeatureSingle .offer_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 15px;
  border-top: 1px solid #d0d0d0;
}
#FeatureSingle .offer_area .textarea {
  padding-right: 1em;
  font-size: 12px;
}
#FeatureSingle .offer_area .textarea a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}
#FeatureSingle .offer_area .logos {
  width: 25%;
}

@media screen and (min-width: 768px) {
  #FeatureSingle .offer_area .logos {
    width: 75px;
  }
}
@media screen and (min-width: 980px) {
  #FeatureSingle .postBody .features_sub_title {
    font-size: 22px;
  }
  #FeatureSingle .postBody .title {
    font-size: 26px;
  }
  #FeatureSingle .postBody .sub {
    font-size: 16px;
  }
  #FeatureSingle .postBody .headArea {
    margin-bottom: 40px;
  }
  #FeatureSingle .postBody .headArea .textArea {
    margin-top: 15px;
  }
  #FeatureSingle .postBody .column + .column {
    margin-top: 60px;
  }
  #FeatureSingle .postBody .column .titleArea {
    margin-top: 20px;
  }
  #FeatureSingle .postBody .column .infoArea {
    margin-top: 15px;
  }
  #FeatureSingle .youtube {
    margin-top: 50px;
  }
  #FeatureSingle .bottom {
    margin-top: 50px;
  }
  #FeatureSingle .movie {
    margin-top: 50px;
  }
  #FeatureSingle .movie:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
  #FeatureSingle .movie:after {
    border-width: 10px 0 10px 16px;
    margin-left: -5px;
    margin-top: -10px;
  }
  #FeatureSingle .movie:hover:before {
    background-color: #434343;
  }
  #FeatureSingle .movie:hover:after {
    border-color: transparent transparent transparent #fff;
  }
  #FeatureSingle .snsLink {
    margin-top: 50px;
  }
  #FeatureSingle .offer_area {
    margin-top: 50px;
    padding-top: 25px;
  }
  #FeatureSingle .offer_area .textarea {
    padding-right: 1.5em;
    font-size: 12px;
  }
  #FeatureSingle .offer_area .textarea a:hover {
    color: #F7B400;
  }
  #FeatureSingle .offer_area .logos {
    width: 75px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #FeatureSingle .offer_area .logos:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1280px) {
  #FeatureSingle .postBody .title {
    font-size: 32px;
  }
  #FeatureSingle .postBody .sub {
    font-size: 20px;
  }
  #FeatureSingle .postBody .headArea {
    margin-bottom: 60px;
  }
  #FeatureSingle .postBody .headArea .textArea {
    margin-top: 20px;
  }
  #FeatureSingle .postBody .column + .column {
    margin-top: 100px;
  }
  #FeatureSingle .postBody .column .titleArea {
    margin-top: 30px;
  }
  #FeatureSingle .postBody .column .infoArea {
    margin-top: 20px;
  }
  #FeatureSingle .postBody .youtube {
    margin-top: 60px;
  }
  #FeatureSingle .postBody .movie {
    margin-top: 120px;
  }
  #FeatureSingle .snsLink {
    margin-top: 50px;
  }
}
/* =============================================
- archives
================================================ */
/* =============================================
- spotsArchives
================================================ */
#spotsArchives .tabArea li + li {
  margin-top: 5px;
}
#spotsArchives .tabArea a {
  display: inline-block;
  width: 100%;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 7px 0px;
}
#spotsArchives .tabArea a.see {
  background-color: rgba(105, 156, 255, 0.4);
}
#spotsArchives .tabArea a.learn {
  background-color: rgba(106, 224, 33, 0.4);
}
#spotsArchives .tabArea a.eat {
  background-color: rgb(252, 197, 50);
}
#spotsArchives .tabArea a.shop {
  background-color: rgba(248, 88, 236, 0.4);
}
#spotsArchives .tabArea a.stay {
  background-color: rgba(180, 77, 255, 0.4);
}
#spotsArchives .SelectArea {
  margin-top: 25px;
}
#spotsArchives .SelectArea .selectWrap + .selectWrap {
  margin-top: 10px;
}
#spotsArchives .postWrap {
  margin-top: 40px;
}
#spotsArchives .rowLayout01 + .rowLayout01 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #spotsArchives {
    padding-left: 0px;
    padding-right: 0px;
  }
  #spotsArchives .tabArea {
    padding: 0px 20px;
    border-bottom: 1px solid #A5A4A4;
  }
  #spotsArchives .tabArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #spotsArchives .tabArea li {
    width: 19%;
  }
  #spotsArchives .tabArea li + li {
    margin-top: 0px;
  }
  #spotsArchives .tabArea a {
    padding: 8px 0px;
    border-radius: 5px 5px 0px 0px;
  }
  #spotsArchives .SelectArea {
    margin-top: 0px;
    padding: 35px 25px 0px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #spotsArchives .SelectArea .selectWrap {
    width: 31%;
  }
  #spotsArchives .SelectArea .selectWrap + .selectWrap {
    margin-top: 0px;
  }
  #spotsArchives .SelectArea .selectWrap:last-child {
    width: 35%;
  }
  #spotsArchives .postWrap {
    margin-top: 0px;
    padding: 50px 25px 0px 25px;
  }
  #spotsArchives .rowLayout01 + .rowLayout01 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #spotsArchives .tabArea {
    padding: 0px 0px;
  }
  #spotsArchives .tabArea ul {
    max-width: 1220px;
    margin: 0 auto;
  }
  #spotsArchives .tabArea li {
    width: 230px;
  }
  #spotsArchives .tabArea a {
    padding: 16px 0px;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 1280px) and (min-width: 980px) {
  #spotsArchives .tabArea a {
    font-weight: bold;
  }
}
@media screen and (min-width: 1280px) {
  #spotsArchives .SelectArea {
    padding: 60px 0px 0px 0px;
    max-width: 930px;
    margin: 0 auto;
  }
  #spotsArchives .SelectArea .selectWrap {
    width: 260px;
  }
  #spotsArchives .SelectArea .selectWrap:last-child {
    width: 345px;
  }
  #spotsArchives .postWrap {
    padding: 100px 25px 0px 25px;
  }
  #spotsArchives .rowLayout01 + .rowLayout01 {
    margin-top: 80px;
  }
}
/* =============================================
- Archives
================================================ */
@media screen and (min-width: 980px) {
  #Archives .boxArea {
    padding-top: 100px;
  }
}
/*
    pagination
========================================================= */
.pagination {
  margin: 40px auto 0px auto;
}
@media screen and (min-width: 768px) {
  .pagination {
    width: 670px;
    margin: 80px auto 0px auto;
  }
}
@media screen and (min-width: 980px) {
  .pagination {
    margin: 80px auto 0px auto;
  }
}
.pagination:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagination ul li {
  float: left;
  position: relative;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination ul li {
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.pagination ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
  background-color: #fff;
  padding: 0px 10px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .pagination ul li a {
    font-weight: bold;
  }
}
.pagination ul li a.prev:before, .pagination ul li a.next:before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.pagination ul li a.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px;
}
.pagination ul li a.next:before {
  margin-right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li + li {
  margin-left: 5px;
}
.pagination ul li + li:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination ul li.active, .pagination ul li.current {
  cursor: not-allowed;
  background-color: #F77C2F;
  color: #fff;
  display: block;
  text-align: center;
}
.pagination ul li.active a, .pagination ul li.current a {
  background-color: #F77C2F;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination ul li .current {
  cursor: not-allowed;
  background-color: #F77C2F;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.pagination ul li.prev:before, .pagination ul li.next:before {
  content: "";
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .pagination ul li.prev span, .pagination ul li.next span {
    display: none;
  }
}
.pagination ul li.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px;
}
.pagination ul li.next:before {
  margin-right: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 20px;
}
.pagination ul li:hover a {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.pagination ul li:hover.prev, .pagination ul li:hover.next {
  background-color: #333;
}
.pagination ul li:hover.prev:after, .pagination ul li:hover.prev:before, .pagination ul li:hover.next:after, .pagination ul li:hover.next:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .pagination ul li {
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
  .pagination ul li:first-child {
    margin-left: 0;
  }
  .pagination ul li a {
    font-size: 16px;
  }
  .pagination ul li + li {
    margin-left: 5px;
  }
  .pagination ul li + li:after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pagination ul li.prev a {
    padding-left: 25px;
  }
  .pagination ul li.next a {
    padding-right: 25px;
  }
}
/* =============================================
- single
================================================ */
/* =============================================
- single
================================================ */
#single .inner {
  max-width: 800px;
  margin: 0 auto;
}
#single .postHead {
  margin-bottom: 30px;
}
#single .postHead .title {
  font-size: 18px;
  color: #434343;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#single .postHead .title:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #434343;
}
#single .postBody {
  word-wrap: break-word;
}
#single .postBody *:first-child {
  margin-top: 0px !important;
}
#single .postBody *:last-child {
  margin-bottom: 0px !important;
}
#single .postBody p + p {
  margin-top: 1em;
}
#single .postBody img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
#single .postBody img + h2, #single .postBody img + h3 {
  margin-top: 0px;
}
#single .postBody img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single .postBody img.alignleft {
  display: block;
  float: left;
}
#single .postBody img.alignright {
  display: block;
  float: right;
}
#single .postBody .gallery img {
  margin: 0px !important;
}
#single .postBody .gallery .gallery-item {
  margin: 0px !important;
}
#single .snsLink {
  margin-top: 20px;
}
#single .btnArea {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  #single .postHead {
    margin-bottom: 40px;
  }
  #single .postHead .title {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #single .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #single {
    padding-top: 100px;
  }
  #single .postHead .title {
    font-size: 40px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #single .snsLink {
    margin-top: 40px;
  }
}
/* =============================================
- 共通ぱーつ
================================================ */
.single .postBody a {
  color: #434343;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .single .postBody a:hover {
    color: #F7B400;
  }
}

/* =============================================
- contact
================================================ */
/* =============================================
- contact
================================================ */
#contact .btnStyle01 {
  width: 100%;
  max-width: 100%;
}
#contact .btnWrap {
  margin-top: 30px;
}
#contact .btnWrap .btn + .btn {
  margin-top: 15px;
}
#contact .btnWrap .text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.6em;
}
#contact .btnWrap .text:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #F7B400;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
}
#contact .btnWrap .notice {
  font-size: 13px;
  line-height: 1.6em;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #contact .headArea p {
    text-align: center;
  }
  #contact .btnWrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contact .btnWrap .btn {
    width: 48%;
  }
  #contact .btnWrap .btn + .btn {
    margin-top: 0px;
    margin-left: 4%;
  }
}
@media screen and (min-width: 980px) {
  #contact .headArea {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact .btnWrap {
    margin-top: 60px;
  }
  #contact .btnWrap .text {
    font-size: 20px;
    margin-bottom: 50px;
    padding-bottom: 13px;
  }
  #contact .btnWrap .notice {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  #contact .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  #contact .btnWrap {
    margin-top: 100px;
  }
  #contact .btnWrap .text {
    font-size: 22px;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  #contact .btnWrap .notice {
    font-size: 15px;
    margin-top: 25px;
  }
}
/* =============================================
- form
================================================ */
.formheadArea .checkArea {
  margin-top: 20px;
}
.formheadArea .textArea {
  margin-bottom: 20px;
}
.formheadArea .btnArea {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .formheadArea p {
    text-align: center;
  }
  .formheadArea .checkArea {
    margin-top: 40px;
  }
  .formheadArea .textArea {
    margin-bottom: 40px;
  }
}
.formContent {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 45px;
}
.formContent .requre {
  color: #fff;
  background-color: #EF561C;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1em;
  margin-left: 8px;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: normal;
}
.formContent dl {
  margin-top: 25px;
  margin-bottom: 18px;
}
.formContent dl dt {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .formContent dl dt {
    font-weight: bold;
  }
}
.formContent dl:first-of-type {
  margin-top: 20px;
}
.formContent textarea,
.formContent input[type=text],
.formContent input[type=email] {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #eee;
  border-radius: 5px;
}
.formContent textarea:-moz-placeholder-shown, .formContent input[type=text]:-moz-placeholder-shown, .formContent input[type=email]:-moz-placeholder-shown {
  color: #cccccc;
}
.formContent textarea:-ms-input-placeholder, .formContent input[type=text]:-ms-input-placeholder, .formContent input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.formContent textarea:placeholder-shown,
.formContent input[type=text]:placeholder-shown,
.formContent input[type=email]:placeholder-shown {
  color: #cccccc;
}
.formContent textarea::-webkit-input-placeholder,
.formContent input[type=text]::-webkit-input-placeholder,
.formContent input[type=email]::-webkit-input-placeholder {
  color: #cccccc;
}
.formContent textarea:-moz-placeholder,
.formContent input[type=text]:-moz-placeholder,
.formContent input[type=email]:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.formContent textarea::-moz-placeholder,
.formContent input[type=text]::-moz-placeholder,
.formContent input[type=email]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.formContent textarea:-ms-input-placeholder,
.formContent input[type=text]:-ms-input-placeholder,
.formContent input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.formContent textarea:focus,
.formContent input[type=text]:focus,
.formContent input[type=email]:focus {
  background-color: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.formContent select {
  width: 100%;
  font-size: 16px;
  padding: 12px 10px;
  border-radius: 0px;
  background-color: #eee;
  border-radius: 5px;
}
.formContent select:-moz-placeholder-shown {
  color: #cccccc;
}
.formContent select:-ms-input-placeholder {
  color: #cccccc;
}
.formContent select:placeholder-shown {
  color: #cccccc;
}
.formContent select::-webkit-input-placeholder {
  color: #cccccc;
}
.formContent select:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.formContent select::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.formContent select:-ms-input-placeholder {
  color: #cccccc;
}
.formContent .size-s input[type=text] {
  max-width: 250px;
}
.formContent .size-m input[type=text] {
  max-width: 430px;
}
.formContent .selectWrap {
  border: 0px;
}
.formContent .postal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
}
.formContent .postal-group input {
  width: 60%;
}
.formContent .postal-group .addressBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
  background-color: #555;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  padding: 9px 0px;
  border-radius: 5px;
}
@media screen and (min-width: 980px) {
  .formContent .postal-group .addressBtn {
    font-weight: bold;
  }
}
.formContent option:-moz-placeholder-shown {
  color: #d2d2d2;
}
.formContent option:-ms-input-placeholder {
  color: #d2d2d2;
}
.formContent option:placeholder-shown {
  color: #d2d2d2;
}
.formContent option::-webkit-input-placeholder {
  color: #d2d2d2;
}
.formContent option:-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.formContent option::-moz-placeholder {
  color: #d2d2d2;
  opacity: 1;
}
.formContent option:-ms-input-placeholder {
  color: #d2d2d2;
}
.formContent textarea {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .formContent {
    margin-top: 80px;
  }
  .formContent .requre {
    margin-left: 12px;
    padding: 5px 8px;
  }
  .formContent dl {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }
  .formContent dl dt {
    width: 260px;
    padding-top: 10px;
    font-size: 15px;
  }
  .formContent dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .formContent dl + dl {
    margin-top: 30px;
  }
  .formContent dl textarea,
  .formContent dl input[type=text],
  .formContent dl input[type=email] {
    padding: 12px 20px;
    letter-spacing: 0.05em;
  }
  .formContent dl select {
    padding: 12px 20px;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .formContent .address-group input[type=text] {
    margin-top: 8px;
  }
}
.error {
  margin-top: 12px;
}
.error span {
  display: inline-block;
  background-color: #d64141;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  position: relative;
}
.error span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #d64141 transparent;
  position: absolute;
  left: 12px;
  top: -5px;
}

/*-----------------------------------------------------------------
btnArea
----------------------------------------------------------------- */
#form .formContent .btnArea {
  margin-top: 30px;
}
#form .formContent .btnArea button {
  background-color: #fff;
}
#form .formContent .btnArea button + button {
  margin-top: 15px;
}
#form .formContent .btnArea button.nocheck {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
#form .formContent .btnArea button.nocheck:after, #form .formContent .btnArea button.nocheck:before {
  display: none;
}
#form .formContent .btnArea button.nocheck span:before, #form .formContent .btnArea button.nocheck span:after {
  display: none;
}

@media screen and (min-width: 768px) {
  #form .formContent .btnArea {
    margin-top: 50px;
  }
  #form .formContent .btnArea button + button {
    margin-top: 15px;
    margin-left: 15px;
  }
}
/*-----------------------------------------------------------------
	checkArea
----------------------------------------------------------------- */
.checkArea {
  text-align: center;
  margin-top: 30px;
}
.checkArea .link {
  text-align: center;
  margin-bottom: 10px;
}
.checkArea .link a {
  color: #333333;
  display: inline-block;
  border-bottom: 1px solid #333;
  line-height: 1em;
  padding-bottom: 2px;
}
.checkArea .textArea {
  margin-bottom: 20px;
}
.checkArea label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  padding-left: 32px;
  display: inline-block;
}
.checkArea label input[type=checkbox] {
  display: none;
}
.checkArea label input[type=checkbox] + span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.03em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  .checkArea label input[type=checkbox] + span {
    font-weight: bold;
  }
}
.checkArea label input[type=checkbox] + span:before, .checkArea label input[type=checkbox] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.checkArea label input[type=checkbox] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 20px;
  height: 20px;
  border: 1px #aaaaaa solid;
  border-radius: 3px;
}
.checkArea label input[type=checkbox] + span:after {
  z-index: 1;
  margin: 4px 7px;
  width: 6px;
  height: 9px;
  opacity: 0;
}
.checkArea label input[type=checkbox]:checked + span:before {
  background-color: #EF561C;
  border-color: #EF561C;
}
.checkArea label input[type=checkbox]:checked + span:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .checkArea {
    margin-top: 80px;
  }
  .checkArea .textArea {
    margin-bottom: 30px;
  }
  .checkArea .textArea p {
    text-align: center;
  }
  .checkArea .link {
    margin-bottom: 15px;
  }
  .checkArea .link a {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 2px;
  }
  .checkArea label {
    line-height: 25px;
  }
  .checkArea label input[type=checkbox] + span {
    letter-spacing: 0.05em;
  }
  .checkArea label input[type=checkbox] + span:before, .checkArea label input[type=checkbox] + span:after {
    top: 0.2em;
  }
}
.radioGroup .horizontal-item {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.radioGroup .horizontal-item:last-child {
  margin-right: 0px;
}
.radioGroup label {
  position: relative;
  cursor: pointer;
  line-height: 16px;
  padding-left: 22px;
  display: inline-block;
}
.radioGroup label input[type=radio] {
  display: none;
}
.radioGroup label input[type=radio] + span {
  display: inline-block;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 3px;
}
.radioGroup label input[type=radio] + span:before, .radioGroup label input[type=radio] + span:after {
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0px;
}
.radioGroup label input[type=radio] + span:before {
  z-index: 0;
  background-color: #FFF;
  width: 18px;
  height: 18px;
  border: 1px #D0D0D0 solid;
  border-radius: 0px;
}
.radioGroup label input[type=radio] + span:after {
  margin: 4px 4px;
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: #F0AF52;
  border-color: #F0AF52;
  border-radius: 50%;
}
.radioGroup label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: #F0AF52;
}
.radioGroup label input[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radioGroup label input[type=radio] + span:before {
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .radioGroup {
    padding: 10px 0px;
  }
  .radioGroup .horizontal-item {
    margin-bottom: 0px;
  }
  .radioGroup .horizontal-item + .horizontal-item {
    margin-left: 14px;
  }
}
/*-----------------------------------------------------------------
 mw_wp_form_confirm
----------------------------------------------------------------- */
.mw_wp_form_confirm {
  padding-top: 0px;
}
.mw_wp_form_confirm .formheadArea, .mw_wp_form_confirm .checkArea {
  display: none;
}
.mw_wp_form_confirm .formContent {
  padding-top: 30px;
  margin-top: 0px;
}
.mw_wp_form_confirm textarea, .mw_wp_form_confirm input[type=text], .mw_wp_form_confirm select {
  display: none;
}
.mw_wp_form_confirm dl {
  padding: 20px 0px;
  border-top: 1px solid #999999;
}
.mw_wp_form_confirm dl dt {
  padding-top: 0px !important;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
}
.mw_wp_form_confirm dl dd {
  line-height: 1em;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm dl dd {
    font-weight: bold;
  }
}
.mw_wp_form_confirm dl + dl {
  margin-top: 0px;
}
.mw_wp_form_confirm dl:last-of-type {
  border-bottom: 1px solid #999;
}
.mw_wp_form_confirm .requre {
  display: none;
}
.mw_wp_form_confirm .selectWrap {
  margin-left: 0px;
}
.mw_wp_form_confirm .selectWrap:before, .mw_wp_form_confirm .selectWrap:after {
  display: none;
}
.mw_wp_form_confirm .address-group {
  margin: 10px 0px;
}
.mw_wp_form_confirm .address-group .notice {
  display: inline-block;
}
.mw_wp_form_confirm .address-group .selectWrap {
  margin-left: 0px;
}
.mw_wp_form_confirm .postal-group span {
  display: none;
}

@media screen and (min-width: 768px) {
  #form .mw_wp_form_confirm dl {
    padding: 25px 0px;
  }
  #form .mw_wp_form_confirm dl dt {
    margin-bottom: 0px;
  }
  #form .mw_wp_form_confirm .btnArea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  .mw_wp_form_confirm dl {
    padding: 30px 0px;
  }
}
/*-----------------------------------------------------------------
 thanksPage
----------------------------------------------------------------- */
#form .thanksBlk {
  max-width: 840px;
  margin: 0 auto;
}
#form .thanksBlk .titleStyle03 {
  text-align: center;
}
#form .thanksBlk .text {
  line-height: 1.9em;
}
#form .thanksBlk .btnArea {
  margin-top: 30px;
}
#form .thanksBlk .btnArea .btnStyle01:after {
  display: none;
}

@media screen and (min-width: 768px) {
  #form .thanksBlk .text {
    text-align: center;
  }
  #form .thanksBlk .text p {
    text-align: center;
    line-height: 2em;
  }
  #form .thanksBlk .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #form .titleStyle03 {
    margin-bottom: 1.4em;
  }
  #form .thanksBlk .btnArea {
    margin-top: 70px;
  }
}
/* =============================================
- Information
================================================ */
/* =============================================
- Baggage_outline
================================================ */
#Baggage_outline .logo {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding-right: 8%;
}
#Baggage_outline .logo img {
  width: 200px;
}
#Baggage_outline .textArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Baggage_outline .logo {
    padding-right: 60px;
  }
  #Baggage_outline .logo img {
    width: 300px;
  }
  #Baggage_outline .textArea {
    max-width: 840px;
    margin: 40px auto 0px auto;
  }
}
/* =============================================
- Baggage_service
================================================ */
#Baggage_service {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media screen and (max-width: 767px) {
  #Baggage_service .ServiceBox .column + .column {
    margin-top: 40px;
  }
}
#Baggage_service .ServiceBox .box {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
#Baggage_service .ServiceBox .box .img {
  position: relative;
}
#Baggage_service .ServiceBox .box .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}
#Baggage_service .ServiceBox .box .textArea {
  position: absolute;
  z-index: 11;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#Baggage_service .ServiceBox .box .textArea p {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
#Baggage_service .ServiceBox .box .textArea .text {
  font-size: 5.5vw;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
#Baggage_service .ServiceBox .box .textArea .notice {
  margin-top: 10px;
}
#Baggage_service .ServiceBox .bottomtext {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #Baggage_service .ServiceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #Baggage_service .ServiceBox .column {
    width: 32%;
  }
  #Baggage_service .ServiceBox .column + .column {
    margin-left: 2%;
  }
  #Baggage_service .ServiceBox .column .textArea .text {
    font-size: 16px;
  }
  #Baggage_service .ServiceBox .column .textArea .notice {
    font-size: 14px;
    margin-top: 9px;
  }
  #Baggage_service .ServiceBox .bottomtext {
    margin-top: 10px;
  }
  #Baggage_service .ServiceBox .bottomtext p {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  #Baggage_service .ServiceBox .column .textArea .text {
    font-size: 20px;
  }
  #Baggage_service .ServiceBox .column .textArea .notice {
    font-size: 14px;
    margin-top: 10px;
  }
  #Baggage_service .ServiceBox .bottomtext {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #Baggage_service .ServiceBox {
    max-width: 1220px;
    margin: 0 auto;
  }
  #Baggage_service .ServiceBox .column {
    width: 390px;
  }
  #Baggage_service .ServiceBox .column + .column {
    margin-left: 25px;
  }
  #Baggage_service .ServiceBox .column .textArea .text {
    font-size: 26px;
  }
  #Baggage_service .ServiceBox .column .textArea .notice {
    font-size: 14px;
    margin-top: 10px;
  }
  #Baggage_service .ServiceBox .bottomtext {
    margin-top: 25px;
    padding: 0px 10px;
  }
  #Baggage_service .ServiceBox .bottomtext p {
    font-size: 15px;
    letter-spacing: 0em;
    text-align: justify;
  }
}
/* =============================================
- Baggage_shop
================================================ */
#Baggage_shop {
  padding-bottom: 0px;
}
#Baggage_shop .column + .column {
  margin-top: 40px;
}
#Baggage_shop .column .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#Baggage_shop .column .textBox + .textBox {
  margin-top: 20px;
}
#Baggage_shop .column .textBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#Baggage_shop .column .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #Baggage_shop .column .textBox dl dt {
    font-weight: bold;
  }
}
#Baggage_shop .column .textBox .img {
  margin-top: 15px;
}
#Baggage_shop .column .textBox .img + dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Baggage_shop .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #Baggage_shop .column {
    max-width: 1220px;
    margin: 0 auto;
  }
  #Baggage_shop .column + .column {
    margin-top: 100px;
  }
  #Baggage_shop .column .rowLayout02 + .rowLayout02 {
    margin-top: 40px;
  }
  #Baggage_shop .column .textBox + .textBox {
    margin-top: 40px;
  }
  #Baggage_shop .column .textBox .img {
    margin-top: 20px;
  }
  #Baggage_shop .column .textBox .img + dl {
    margin-top: 40px;
  }
}
/* =============================================
- Baggage_hotel
================================================ */
#Baggage_hotel .headArea .img {
  margin-top: 20px;
}
#Baggage_hotel .infoArea {
  margin-top: 30px;
}
#Baggage_hotel .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#Baggage_hotel .textBox + .textBox {
  margin-top: 20px;
}
#Baggage_hotel .textBox ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#Baggage_hotel .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #Baggage_hotel .textBox dl dt {
    font-weight: bold;
  }
}
#Baggage_hotel .textBox .img {
  margin-top: 15px;
}
#Baggage_hotel .textBox .img + dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #Baggage_hotel .headArea .img {
    margin-top: 30px;
    text-align: center;
  }
  #Baggage_hotel .headArea .text {
    max-width: 840px;
    margin: 0 auto;
  }
  #Baggage_hotel .infoArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  #Baggage_hotel .textBox + .textBox {
    margin-top: 40px;
  }
  #Baggage_hotel .textBox .img {
    margin-top: 20px;
  }
  #Baggage_hotel .textBox .img + dl {
    margin-top: 40px;
  }
}
/* =============================================
- Wifi_outline
================================================ */
#Wifi_outline {
  padding-bottom: 0px;
}
#Wifi_outline .inner {
  max-width: 840px;
  margin: 0 auto;
}
#Wifi_outline .textArea {
  margin-top: 30px;
  max-width: 840px;
  margin: 30px auto 0px auto;
}

/* =============================================
- Wifi_info_osaka
================================================ */
#Wifi_info_osaka {
  padding-bottom: 0px;
}
#Wifi_info_osaka .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#Wifi_info_osaka .column {
  margin-top: 20px;
}
#Wifi_info_osaka .column + .column {
  margin-top: 30px;
}
#Wifi_info_osaka .bold {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #Wifi_info_osaka .bold {
    font-weight: bold;
  }
}
#Wifi_info_osaka .rowLayout02 .title {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #Wifi_info_osaka .rowLayout02 .title {
    font-weight: bold;
  }
}
#Wifi_info_osaka .rowLayout02 .list + .list {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #Wifi_info_osaka {
    padding-top: 80px;
  }
  #Wifi_info_osaka .column {
    margin-top: 30px;
  }
  #Wifi_info_osaka .column + .column {
    margin-top: 50px;
  }
  #Wifi_info_osaka .column + .column .bold {
    margin-bottom: 10px;
  }
  #Wifi_info_osaka .rowLayout02 .list + .list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #Wifi_info_osaka {
    padding-top: 100px;
  }
  #Wifi_info_osaka .topText {
    max-width: 840px;
    margin: 0 auto;
  }
  #Wifi_info_osaka .column {
    margin-top: 50px;
  }
  #Wifi_info_osaka .column + .column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #Wifi_info_osaka {
    padding-top: 140px;
  }
  #Wifi_info_osaka .column {
    margin-top: 60px;
  }
}
/* =============================================
- Wifi_info_wakayama
================================================ */
#Wifi_info_wakayama .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#Wifi_info_wakayama .column {
  margin-top: 20px;
}
#Wifi_info_wakayama .bold {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #Wifi_info_wakayama .bold {
    font-weight: bold;
  }
}
#Wifi_info_wakayama .rowLayout02 .title {
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  #Wifi_info_wakayama .rowLayout02 .title {
    font-weight: bold;
  }
}
#Wifi_info_wakayama .rowLayout02 .list + .list {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #Wifi_info_wakayama {
    padding-top: 80px;
  }
  #Wifi_info_wakayama .topText {
    max-width: 840px;
    margin: 0 auto;
  }
  #Wifi_info_wakayama .column {
    margin-top: 30px;
  }
  #Wifi_info_wakayama .rowLayout02 .list + .list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #Wifi_info_wakayama {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #Wifi_info_wakayama {
    padding-top: 140px;
  }
}
/* =============================================
- tax_info
================================================ */
#tax_info .topText {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#tax_info ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#tax_info .column + .column {
  margin-top: 40px;
}
#tax_info .column .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#tax_info .column .textBox {
  margin-top: 20px;
}
#tax_info .column .textBox + .textBox {
  margin-top: 20px;
}
#tax_info .column .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #tax_info .column .textBox dl dt {
    font-weight: bold;
  }
}
#tax_info .column .textBox .listStyle01 dt {
  width: 100px;
}
#tax_info .column .textBox .img {
  margin-top: 15px;
}
#tax_info .column .textBox .img + dl {
  margin-top: 30px;
}
#tax_info .btnArea {
  margin-top: 40px;
}
#tax_info .btnArea .btn {
  text-align: center;
}
#tax_info .btnArea img {
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  #tax_info .topText {
    margin-bottom: 60px;
  }
  #tax_info .column + .column {
    margin-top: 60px;
  }
  #tax_info .btnArea {
    margin-top: 80px;
  }
  #tax_info .btnArea .btn a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #tax_info .btnArea .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1280px) {
  #tax_info .topText {
    margin-bottom: 90px;
  }
  #tax_info .column {
    max-width: 1220px;
    margin: 0 auto;
  }
  #tax_info .column + .column {
    margin-top: 100px;
  }
  #tax_info .column .rowLayout02 + .rowLayout02 {
    margin-top: 40px;
  }
  #tax_info .column .textBox {
    margin-top: 40px;
  }
  #tax_info .column .textBox + .textBox {
    margin-top: 40px;
  }
  #tax_info .column .textBox .img {
    margin-top: 20px;
  }
  #tax_info .column .textBox .img + dl {
    margin-top: 40px;
  }
  #tax_info .btnArea {
    margin-top: 150px;
  }
}
/* =============================================
- lost_info
================================================ */
#lost_info .inner {
  max-width: 840px;
  margin: 0 auto;
}
#lost_info .topText {
  margin-bottom: 30px;
}
#lost_info ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#lost_info .column + .column {
  margin-top: 40px;
}
#lost_info .column .textBox {
  margin-top: 20px;
}
#lost_info .column .textBox + .textBox {
  margin-top: 20px;
}
#lost_info .column .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #lost_info .column .textBox dl dt {
    font-weight: bold;
  }
}
#lost_info .column .textBox .listStyle01 dt {
  width: 100px;
}
#lost_info .column .textBox .img {
  margin-top: 15px;
}
#lost_info .column .textBox .img + dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #lost_info .topText {
    margin-bottom: 60px;
  }
  #lost_info .column + .column {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #lost_info .column .textBox {
    margin-top: 40px;
  }
  #lost_info .column .textBox + .textBox {
    margin-top: 40px;
  }
  #lost_info .column .textBox .img {
    margin-top: 20px;
  }
  #lost_info .column .textBox .img + dl {
    margin-top: 40px;
  }
}
/* =============================================
- portable_info
================================================ */
#portable_info .inner {
  max-width: 840px;
  margin: 0 auto;
}
#portable_info .topText {
  margin-bottom: 30px;
}
#portable_info .topText .img {
  text-align: center;
  margin-top: 20px;
}
#portable_info .topText .img img {
  width: 201px;
}
#portable_info .titleStyle04 {
  margin-bottom: 30px;
}
#portable_info .column + .column {
  margin-top: 40px;
}
#portable_info .stepBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#portable_info .stepBox dl + dl {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
#portable_info .stepBox dl + dl:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #060606 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -10px;
  margin-top: -5px;
}
#portable_info .stepBox dt {
  background-color: #060606;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  padding: 7px 0px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #portable_info .stepBox dt {
    font-weight: bold;
  }
}
#portable_info .stepBox dd {
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 10px 10px 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#portable_info .tableArea {
  margin-top: 25px;
}
#portable_info .notice {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #portable_info .topText {
    margin-bottom: 60px;
  }
  #portable_info .topText .img {
    margin-top: 40px;
  }
  #portable_info .topText .img img {
    width: 201px;
  }
  #portable_info .column + .column {
    margin-top: 60px;
  }
  #portable_info .stepBox {
    margin-top: 30px;
  }
  #portable_info .stepBox dl + dl {
    margin-top: 20px;
    padding-top: 20px;
  }
  #portable_info .stepBox dt {
    padding: 10px 0px;
    font-size: 20px;
  }
  #portable_info .stepBox dd {
    padding: 11px 10px 11px 20px;
    font-size: 16px;
  }
  #portable_info .tableArea {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #portable_info .topText .img {
    margin-top: 50px;
  }
  #portable_info .topText .img img {
    width: 402px;
  }
  #portable_info .stepBox {
    margin-top: 40px;
  }
  #portable_info .stepBox dl + dl {
    margin-top: 25px;
    padding-top: 25px;
  }
  #portable_info .stepBox dl + dl:before {
    border-width: 14px 14px 0 14px;
    margin-left: -14px;
    margin-top: -7px;
  }
  #portable_info .stepBox dt {
    padding: 3px 0px;
    font-size: 26px;
  }
  #portable_info .stepBox dd {
    font-size: 18px;
  }
}
/* =============================================
- prayer_info
================================================ */
#prayer_info {
  padding-bottom: 0px;
}
#prayer_info .inner {
  max-width: 840px;
  margin: 0 auto;
}
#prayer_info .topText {
  margin-bottom: 30px;
}
#prayer_info .listStyle01 dt {
  width: 100px;
}
#prayer_info .textArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #prayer_info .topText {
    margin-bottom: 60px;
  }
  #prayer_info .textArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #prayer_info .topText {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #prayer_info .topText {
    margin-bottom: 140px;
  }
}
/* =============================================
- prayer_map
================================================ */
#prayer_map .inner {
  max-width: 840px;
  margin: 0 auto;
}
#prayer_map .topText {
  margin-bottom: 30px;
}
#prayer_map .noticeBlock {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #prayer_map .topText {
    margin-bottom: 60px;
  }
  #prayer_map .noticeBlock {
    margin-top: 60px;
  }
}
/* =============================================
- information_namba
================================================ */
#information_namba {
  padding-bottom: 0px;
}
#information_namba .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#information_namba .topText {
  margin-bottom: 30px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}
#information_namba ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#information_namba .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#information_namba .textBox {
  margin-top: 20px;
}
#information_namba .textBox + .textBox {
  margin-top: 20px;
}
#information_namba .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #information_namba .textBox dl dt {
    font-weight: bold;
  }
}
#information_namba .textBox .listStyle01 dt {
  width: 100px;
}
#information_namba .textBox .img {
  margin-top: 15px;
}
#information_namba .textBox .img + dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #information_namba .topText {
    margin-bottom: 60px;
  }
  #information_namba .rowLayout02 + .rowLayout02 {
    margin-top: 40px;
  }
  #information_namba .textBox + .textBox {
    margin-top: 40px;
  }
}
/* =============================================
- information_nankai
================================================ */
#information_nankai .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#information_nankai .topText {
  margin-bottom: 30px;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}
#information_nankai ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#information_nankai .rowLayout02 + .rowLayout02 {
  margin-top: 30px;
}
#information_nankai .textBox {
  margin-top: 20px;
}
#information_nankai .textBox + .textBox {
  margin-top: 20px;
}
#information_nankai .textBox dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 980px) {
  #information_nankai .textBox dl dt {
    font-weight: bold;
  }
}
#information_nankai .textBox .listStyle01 dt {
  width: 100px;
}
#information_nankai .textBox .img {
  margin-top: 15px;
}
#information_nankai .textBox .img + dl {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #information_nankai .topText {
    margin-bottom: 60px;
  }
  #information_nankai .rowLayout02 + .rowLayout02 {
    margin-top: 40px;
  }
  #information_nankai .textBox + .textBox {
    margin-top: 40px;
  }
}
/* =============================================
- foreign_namba
================================================ */
#foreign_namba {
  padding-bottom: 0px;
}
#foreign_namba .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#foreign_namba .topText {
  max-width: 840px;
  margin: 0px auto 30px auto;
}
#foreign_namba ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#foreign_namba .notice {
  margin-top: 10px;
}
#foreign_namba .listStyle01 dt {
  width: 100px;
}
#foreign_namba .column + .column {
  margin-top: 40px;
}
#foreign_namba .textBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #foreign_namba .topText {
    margin-bottom: 80px;
  }
  #foreign_namba .column + .column {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #foreign_namba .topText {
    margin-bottom: 100px;
  }
  #foreign_namba .column + .column {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #foreign_namba .topText {
    margin-bottom: 140px;
  }
  #foreign_namba .column + .column {
    margin-top: 140px;
  }
}
/* =============================================
- foreign_kansai
================================================ */
#foreign_kansai .inner {
  max-width: 1220px;
  margin: 0 auto;
}
#foreign_kansai .topText {
  max-width: 840px;
  margin: 0px auto 30px auto;
}
#foreign_kansai ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#foreign_kansai .listStyle01 dt {
  width: 100px;
}
#foreign_kansai .column + .column {
  margin-top: 40px;
}
#foreign_kansai .textBox {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #foreign_kansai .topText {
    margin-bottom: 80px;
  }
  #foreign_kansai .column + .column {
    margin-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  #foreign_kansai .topText {
    margin-bottom: 100px;
  }
  #foreign_kansai .column + .column {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  #foreign_kansai .topText {
    margin-bottom: 140px;
  }
  #foreign_kansai .column + .column {
    margin-top: 140px;
  }
}
/* =============================================
- company_profile
================================================ */
#company_profile .inner {
  max-width: 740px;
  margin: 0 auto;
}

/* =============================================
- company_about
================================================ */
#company_about {
  padding-bottom: 0px;
}
#company_about .topText {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#company_about .img {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #company_about .img {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #company_about .img {
    margin-top: 60px;
  }
}
/* =============================================
- company_history
================================================ */
#company_history {
  padding-bottom: 0px;
}
#company_history .topText {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#company_history .img {
  text-align: center;
  margin-top: 30px;
}
#company_history .historyBoxWrap {
  position: relative;
  margin-top: 40px;
  padding-left: 40px;
}
#company_history .historyBoxWrap:before {
  content: "";
  width: 14px;
  height: 100%;
  background-color: #F77C2F;
  position: absolute;
  left: 0px;
  top: 0px;
}
#company_history .historyBoxWrap .box {
  position: relative;
}
#company_history .historyBoxWrap .box + .box {
  margin-top: 25px;
}
#company_history .historyBoxWrap .box .year {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 5px;
}
#company_history .historyBoxWrap .box .text {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 980px) {
  #company_history .historyBoxWrap .box .text {
    font-weight: bold;
  }
}
#company_history .historyBoxWrap .box .img {
  margin-top: 10px;
}
#company_history .historyBoxWrap .box:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #F77C2F;
  position: absolute;
  left: -35px;
  top: 1em;
}
#company_history .historyBoxWrap .box:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -34px;
  top: 1em;
  margin-left: -3px;
  margin-top: -4px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  #company_history .topText {
    margin-top: 20px;
  }
  #company_history .historyBoxWrap {
    padding-left: 0px;
    max-width: 700px;
    margin: 80px auto 0px auto;
  }
  #company_history .historyBoxWrap:before {
    left: 50%;
    top: -30px;
    height: calc(100% + 60px);
    margin-left: -7px;
  }
  #company_history .historyBoxWrap .box {
    position: relative;
    width: 300px;
    z-index: 1;
  }
  #company_history .historyBoxWrap .box + .box {
    margin-top: -7%;
  }
  #company_history .historyBoxWrap .box:after {
    width: 60px;
    left: -35px;
    z-index: -1;
  }
  #company_history .historyBoxWrap .box:after, #company_history .historyBoxWrap .box:before {
    top: 50%;
    left: -51px;
  }
  #company_history .historyBoxWrap .box.left p {
    text-align: left;
  }
  #company_history .historyBoxWrap .box.left:after, #company_history .historyBoxWrap .box.left:before {
    top: 50%;
    left: auto;
    right: -54px;
  }
  #company_history .historyBoxWrap .box.right {
    margin-left: auto;
  }
  #company_history .historyBoxWrap .box.right .img {
    text-align: left;
  }
  #company_history .historyBoxWrap .box .text {
    font-size: 14px;
  }
  #company_history .historyBoxWrap .box.box22 {
    margin-top: -5%;
  }
}
@media screen and (min-width: 1080px) {
  #company_history .topText {
    margin-top: 20px;
  }
  #company_history .historyBoxWrap {
    max-width: 960px;
  }
  #company_history .historyBoxWrap:before {
    width: 19px;
    height: 100%;
    top: 0px;
    margin-left: -10px;
  }
  #company_history .historyBoxWrap .box {
    width: 330px;
    z-index: 1;
  }
  #company_history .historyBoxWrap .box + .box {
    margin-top: -90px;
  }
  #company_history .historyBoxWrap .box:after {
    width: 200px;
    left: -145px;
    height: 2px;
    z-index: -1;
  }
  #company_history .historyBoxWrap .box:before {
    width: 13px;
    height: 13px;
    margin-top: -6px;
  }
  #company_history .historyBoxWrap .box .year {
    font-size: 50px;
    margin-bottom: 15px;
    margin-left: -10px;
  }
  #company_history .historyBoxWrap .box .text {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
  }
  #company_history .historyBoxWrap .box .img {
    margin-top: 15px;
  }
  #company_history .historyBoxWrap .box.left .img {
    text-align: left;
  }
  #company_history .historyBoxWrap .box.left:after, #company_history .historyBoxWrap .box.left:before {
    right: -156px;
  }
  #company_history .historyBoxWrap .box.right:before {
    left: -154px;
  }
}
/* =============================================
- _policy
================================================ */
/* =============================================
- policy
================================================ */
#policy .inner {
  max-width: 940px;
  margin: 0 auto;
}
#policy .headArea {
  margin-bottom: 30px;
}
#policy .column + .column {
  margin-top: 30px;
}
#policy .column .numberColumn, #policy .column .textArea {
  margin-top: 20px;
}
#policy ol li {
  text-indent: -2.8em;
  padding-left: 2.4em;
}
#policy .textArea p {
  letter-spacing: 0.02em;
}
#policy .textArea p + ol {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #policy .headArea {
    margin-bottom: 50px;
  }
  #policy .column + .column {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #policy .headArea {
    margin-bottom: 70px;
  }
  #policy .column + .column {
    margin-top: 80px;
  }
}
/* =============================================
- sitemap
================================================ */
/* =============================================
- villageVisual
================================================ */
#sitemap .column + .column {
  margin-top: 30px;
}

#sitemap a, #sitemap span {
  color: #000000;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  #sitemap a:hover, #sitemap span:hover {
    color: #F7B400;
  }
}

#sitemap .links {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
}
#sitemap .links a {
  padding-left: 15px;
  width: 100%;
  position: relative;
}
#sitemap .links a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 50%;
  margin-top: -4px;
  left: 0px;
  right: auto;
  position: absolute;
}
#sitemap a._blank span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
#sitemap a._blank span:before {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../images/common/icon_blank.png);
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
}
#sitemap .column > .subLinks li + li {
  margin-top: 8px;
}

#sitemap .flexBox + .flexBox {
  margin-top: 15px;
}
#sitemap .subLinks > ul > li > a {
  position: relative;
  display: inline-block;
  margin-bottom: 0em;
  padding-left: 15px;
  line-height: 1.5em;
}
#sitemap .subLinks > ul > li > a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 50%;
  margin-top: -2px;
  left: 0px;
  right: auto;
  position: absolute;
}
#sitemap .subLinks + .subLinks {
  margin-top: 15px;
}
#sitemap .subLinks .has_child > a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75em;
  padding-left: 15px;
}
#sitemap .subLinks .has_child ul {
  line-height: 1em;
  padding-left: 23px;
  position: relative;
}
#sitemap .subLinks .has_child ul:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #999;
  position: absolute;
  left: 23px;
  top: -0.5em;
}
#sitemap .subLinks .has_child ul li {
  position: relative;
  padding-left: 15px;
}
#sitemap .subLinks .has_child ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0px;
  top: 50%;
}
#sitemap .subLinks .has_child ul li + li {
  margin-top: 8px;
}

/*
    tab
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #sitemap .column + .column:nth-child(2) {
    margin-top: 0px;
  }
  #sitemap .column2row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sitemap .column2row .column {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .inner {
    max-width: 840px;
    margin: 0 auto;
  }
  #sitemap .column + .column {
    margin-top: 55px;
  }
  #sitemap .links {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
    letter-spacing: 0.05em;
  }
  #sitemap .links a, #sitemap .links span {
    font-size: 16px;
  }
  #sitemap .links a:after {
    margin-top: -2px;
  }
}
@media screen and (min-width: 768px) {
  #sitemap .flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  #sitemap .flexBox {
    width: 50%;
  }
  #sitemap .flexBox + .flexBox {
    margin-top: 0px;
  }
  #sitemap .subLinks + .subLinks {
    margin-top: 25px;
  }
  #sitemap .subLinks .has_child ul {
    padding-left: 23px;
  }
  #sitemap .subLinks .has_child ul:before {
    left: 23px;
    top: -0.5em;
  }
  #sitemap .subLinks .has_child ul li {
    padding-left: 15px;
  }
  #sitemap .subLinks .has_child ul li + li {
    margin-top: 14px;
  }
}
/* =============================================
- hotspot
================================================ */
/* =============================================
- hotspotIndex
================================================ */
#hotspotIndex {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #hotspotIndex {
    margin-top: -5vw;
  }
}
#hotspotIndex .colLayout .textBox {
  padding: 30px 20px;
  background: rgb(203, 245, 242); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-135deg, rgb(203, 245, 242) 0%, rgb(248, 229, 218) 50%, rgb(253, 251, 195) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(203,245,242,1)", endColorstr="rgba(248,229,218,1)",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#hotspotIndex .colLayout .textBox .title {
  font-weight: 600;
  color: #060606;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  font-style: italic;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 980px) {
  #hotspotIndex .colLayout .textBox .title {
    font-weight: bold;
  }
}
#hotspotIndex .colLayout .textBox .title span {
  font-size: 70%;
}
#hotspotIndex .colLayout .textBox .title:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #060606;
}
#hotspotIndex .colLayout .textBox .btnArea {
  margin-top: 15px;
}
#hotspotIndex .colLayout .textBox .btnArea .btnStyle01 {
  padding: 0.8em 15px;
}

@media screen and (min-width: 768px) {
  #hotspotIndex .colLayout {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hotspotIndex .colLayout .imgArea {
    width: 40%;
    position: relative;
  }
  #hotspotIndex .colLayout .imgArea .img {
    position: relative;
    z-index: 11;
  }
  #hotspotIndex .colLayout .imgArea:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: -30px;
    z-index: -1;
  }
  #hotspotIndex .colLayout.yellow .imgArea:after {
    background-color: #EEDA56;
  }
  #hotspotIndex .colLayout.orange .imgArea:after {
    background-color: #F0AF52;
  }
  #hotspotIndex .colLayout .textBox {
    padding: 30px 5%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 40px;
  }
  #hotspotIndex .colLayout .textBox .title {
    font-size: 35px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #hotspotIndex .colLayout .textBox .btnArea {
    text-align: right;
  }
  #hotspotIndex .colLayout:nth-child(odd) {
    padding-left: 40px;
  }
  #hotspotIndex .colLayout:nth-child(odd) .imgArea {
    margin-right: -10%;
  }
  #hotspotIndex .colLayout:nth-child(odd) .textBox {
    padding-left: 10%;
  }
  #hotspotIndex .colLayout:nth-child(odd) .textBox .title, #hotspotIndex .colLayout:nth-child(odd) .textBox .textArea, #hotspotIndex .colLayout:nth-child(odd) .textBox .btnArea {
    padding-left: 5%;
  }
  #hotspotIndex .colLayout:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 40px;
  }
  #hotspotIndex .colLayout:nth-child(even) .imgArea {
    margin-left: -10%;
  }
  #hotspotIndex .colLayout:nth-child(even) .textBox {
    padding-right: 10%;
  }
  #hotspotIndex .colLayout:nth-child(even) .textBox .title, #hotspotIndex .colLayout:nth-child(even) .textBox .textArea, #hotspotIndex .colLayout:nth-child(even) .textBox .btnArea {
    padding-right: 5%;
  }
  #hotspotIndex .colLayout + .colLayout {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #hotspotIndex .colLayout .imgArea {
    width: 50%;
  }
  #hotspotIndex .colLayout .textBox {
    padding: 40px 5%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #hotspotIndex .colLayout .textBox .title {
    font-size: 45px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #hotspotIndex .colLayout .textBox .btnArea {
    margin-top: 25px;
  }
  #hotspotIndex .colLayout + .colLayout {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  #hotspotIndex .colLayout .textBox {
    padding: 60px 5%;
  }
  #hotspotIndex .colLayout .textBox .title {
    font-size: 50px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  #hotspotIndex .colLayout .textBox .title span {
    font-size: 35px;
  }
  #hotspotIndex .colLayout .textBox .btnArea {
    margin-top: 35px;
  }
  #hotspotIndex .colLayout + .colLayout {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1400px) {
  #hotspotIndex .colLayout {
    max-width: 1400px;
    margin: 0 auto;
  }
  #hotspotIndex .colLayout .imgArea {
    width: 700px;
  }
  #hotspotIndex .colLayout .imgArea:after {
    bottom: -50px;
  }
  #hotspotIndex .colLayout .textBox {
    position: relative;
    padding: 60px 90px 100px 90px;
    width: 790px;
    min-height: 450px;
    margin-top: 50px;
  }
  #hotspotIndex .colLayout .textBox .title {
    font-size: 55px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #hotspotIndex .colLayout .textBox .title span {
    font-size: 38px;
  }
  #hotspotIndex .colLayout .textBox .textArea p {
    font-size: 15px;
    line-height: 1.9em;
  }
  #hotspotIndex .colLayout .textBox .btnArea {
    margin-top: 0px;
    width: 100%;
    position: absolute;
    bottom: 30px;
  }
  #hotspotIndex .colLayout:nth-child(odd) {
    padding-left: 90px;
  }
  #hotspotIndex .colLayout:nth-child(odd) .imgArea {
    margin-right: -180px;
  }
  #hotspotIndex .colLayout:nth-child(odd) .textBox {
    padding-left: 180px;
  }
  #hotspotIndex .colLayout:nth-child(odd) .textBox .title, #hotspotIndex .colLayout:nth-child(odd) .textBox .textArea, #hotspotIndex .colLayout:nth-child(odd) .textBox .btnArea {
    padding-left: 50px;
  }
  #hotspotIndex .colLayout:nth-child(odd) .textBox .btnArea {
    right: 90px;
  }
  #hotspotIndex .colLayout:nth-child(even) {
    padding-right: 90px;
  }
  #hotspotIndex .colLayout:nth-child(even) .imgArea {
    margin-left: -180px;
  }
  #hotspotIndex .colLayout:nth-child(even) .textBox {
    padding-right: 180px;
  }
  #hotspotIndex .colLayout:nth-child(even) .textBox .title, #hotspotIndex .colLayout:nth-child(even) .textBox .textArea, #hotspotIndex .colLayout:nth-child(even) .textBox .btnArea {
    padding-right: 50px;
  }
  #hotspotIndex .colLayout:nth-child(even) .textBox .btnArea {
    right: 180px;
  }
  #hotspotIndex .colLayout:nth-child(2) .textBox {
    padding-bottom: 60px;
  }
  #hotspotIndex .colLayout + .colLayout {
    margin-top: 120px;
  }
}
/* =============================================
- hotspotOther
================================================ */
#hotspotOther .LinkArea .box + .box {
  margin-top: 30px;
}
#hotspotOther .LinkArea .box:nth-child(1) {
  background-color: rgba(238, 218, 86, 0.3);
}
#hotspotOther .LinkArea .box:nth-child(2) {
  background-color: rgba(200, 152, 208, 0.3);
}
#hotspotOther .LinkArea .box:nth-child(3) {
  background-color: rgba(148, 193, 230, 0.3);
}
#hotspotOther .LinkArea .box:nth-child(4) {
  background-color: rgba(136, 194, 136, 0.3);
}
#hotspotOther .LinkArea .link {
  position: relative;
  line-height: 1em;
}
#hotspotOther .LinkArea .link > a {
  display: block;
}
#hotspotOther .LinkArea .link .text {
  font-weight: 600;
  color: #fff;
  font-size: 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9, 1);
          transform: translate(-50%, -50%) scale(0.9, 1);
}
#hotspotOther .LinkArea .link img {
  vertical-align: bottom;
}
#hotspotOther .LinkArea .textArea {
  padding: 15px;
}
#hotspotOther .btnArea {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #hotspotOther .LinkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hotspotOther .LinkArea .box {
    width: 50%;
  }
  #hotspotOther .LinkArea .box + .box {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #hotspotOther .LinkArea .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #hotspotOther .LinkArea .link {
    border-width: 5px;
  }
  #hotspotOther .LinkArea .link .text {
    font-size: 45px;
  }
  #hotspotOther .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #hotspotOther {
    padding-bottom: 100px;
  }
  #hotspotOther .LinkArea {
    max-width: 1220px;
    margin: 0px auto;
  }
  #hotspotOther .LinkArea .box {
    width: 25%;
  }
  #hotspotOther .LinkArea .box + .box {
    margin-top: 0px;
  }
  #hotspotOther .LinkArea .link .text {
    font-size: 32px;
  }
  #hotspotOther .LinkArea .link .img {
    overflow: hidden;
  }
  #hotspotOther .LinkArea .link .img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #hotspotOther .LinkArea .link:hover a .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 980px) and (max-width: 1179px) {
  #hotspotOther .LinkArea .textArea {
    font-size: 14px;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 980px) {
  #hotspotOther .LinkArea .textArea p {
    letter-spacing: 0em;
    line-height: 1.6;
    font-size: 15px;
  }
  #hotspotOther .btnArea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1180px) {
  #hotspotOther .LinkArea .textArea {
    padding: 15px 20px;
    line-height: 1.8em;
  }
}
/* =============================================
- hotspotCities
================================================ */
#hotspotCities .LinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hotspotCities .LinkArea .link {
  position: relative;
  line-height: 1em;
  border-bottom: 3px solid #A5A4A4;
  width: 48.5%;
}
#hotspotCities .LinkArea .link > a {
  display: block;
}
#hotspotCities .LinkArea .link .text {
  font-weight: 600;
  line-height: 1.1em;
  color: #fff;
  font-size: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  margin-top: 0.1em;
  -webkit-transform: translate(-50%, -50%) scale(0.85, 1);
          transform: translate(-50%, -50%) scale(0.85, 1);
}
#hotspotCities .LinkArea .link img {
  vertical-align: bottom;
}
#hotspotCities .LinkArea .link + .link {
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  #hotspotCities .LinkArea .link + .link:nth-child(2n+1) {
    margin-left: 0px;
  }
  #hotspotCities .LinkArea .link + .link:nth-child(n+3) {
    margin-top: 15px;
  }
}
#hotspotCities .LinkArea .link.yellow {
  border-color: #EEDA56;
}
#hotspotCities .LinkArea .link.orange {
  border-color: #F0AF52;
}

@media screen and (min-width: 768px) {
  #hotspotCities .LinkArea .link {
    border-width: 5px;
    width: 19%;
  }
  #hotspotCities .LinkArea .link + .link {
    margin-left: 1.25%;
  }
}
@media screen and (min-width: 980px) {
  #hotspotCities .inner {
    max-width: 1220px;
    margin: 0px auto;
  }
  #hotspotCities .LinkArea .link .text {
    font-size: 26px;
  }
  #hotspotCities .LinkArea .link .img {
    overflow: hidden;
  }
  #hotspotCities .LinkArea .link .img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #hotspotCities .LinkArea .link:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1280px) {
  #hotspotCities .LinkArea .link {
    width: 229px;
  }
  #hotspotCities .LinkArea .link .text {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
  #hotspotCities .LinkArea .link + .link {
    margin-left: 18px;
  }
}
/* =============================================
- hotspot_about
================================================ */
#hotspot_about {
  background-color: rgba(238, 218, 86, 0.2);
  margin-top: 10px;
}
#hotspot_about.orange {
  background-color: rgba(240, 175, 82, 0.2);
}
#hotspot_about .bunner {
  margin-top: 30px;
  text-align: center;
}
#hotspot_about .bunner a {
  display: inline-block;
  text-align: center;
}
#hotspot_about .bunner a img {
  max-width: 620px;
}
#hotspot_about .btnArea {
  margin-top: 30px;
}
#hotspot_about .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 800px;
  margin: 30px auto;
}
#hotspot_about .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #hotspot_about {
    margin-top: 50px;
  }
  #hotspot_about .textArea {
    max-width: 840px;
    margin: 0px auto;
  }
  #hotspot_about .textArea p {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  #hotspot_about .youtube {
    padding-bottom: 450px;
    margin: 50px auto;
  }
}
@media screen and (min-width: 980px) {
  #hotspot_about {
    margin-top: 80px;
  }
  #hotspot_about .bunner {
    margin-top: 40px;
  }
  #hotspot_about .bunner a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #hotspot_about .bunner a:hover {
    opacity: 0.8;
  }
  #hotspot_about .btnArea {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1180px) {
  #hotspot_about {
    margin-top: 100px;
    padding: 130px 25px;
  }
}
/* =============================================
- hotspot_about
================================================ */
#hotspotIntro.yellow .titleStyle04 {
  background: #EEDA56;
}
#hotspotIntro.orange .titleStyle04 {
  background: #F0AF52;
}
#hotspotIntro .column + .column {
  margin-top: 40px;
}
#hotspotIntro .colLayout .textBox {
  margin-top: 20px;
}
#hotspotIntro .colLayout .linkList {
  margin-top: 15px;
}
#hotspotIntro .colLayout .linkList li a {
  color: #060606;
  text-decoration: underline;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #hotspotIntro .colLayout .linkList li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #hotspotIntro .colLayout .linkList li a:hover {
    color: #EF561C;
  }
}
#hotspotIntro .colLayout .btnArea {
  margin-top: 20px;
  text-align: left;
}
#hotspotIntro .colLayout .btnArea .btnStyle01 {
  padding: 0.9em 15px;
}

@media screen and (min-width: 768px) {
  #hotspotIntro .column + .column {
    margin-top: 50px;
  }
  #hotspotIntro .colLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hotspotIntro .colLayout .imgArea {
    width: 40%;
  }
  #hotspotIntro .colLayout .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0px;
  }
  #hotspotIntro .column:nth-child(odd) .colLayout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #hotspotIntro .column:nth-child(odd) .colLayout .textBox {
    padding-right: 25px;
  }
  #hotspotIntro .column:nth-child(even) .colLayout .textBox {
    padding-left: 25px;
  }
}
@media screen and (min-width: 980px) {
  #hotspotIntro .inner {
    max-width: 1220px;
    margin: 0px auto;
  }
  #hotspotIntro .column + .column {
    margin-top: 80px;
  }
  #hotspotIntro .colLayout .imgArea {
    width: 45%;
  }
  #hotspotIntro .column:nth-child(odd) .colLayout .textBox {
    padding-right: 30px;
  }
  #hotspotIntro .column:nth-child(even) .colLayout .textBox {
    padding-left: 30px;
  }
  #hotspotIntro .hot_banner {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #hotspotIntro .hot_banner:hover {
    opacity: 0.65;
  }
}
@media screen and (min-width: 1280px) {
  #hotspotIntro .column + .column {
    margin-top: 100px;
  }
  #hotspotIntro .colLayout .imgArea {
    width: 700px;
  }
  #hotspotIntro .colLayout .btnArea {
    margin-top: 30px;
    text-align: left;
  }
}
/* =============================================
- hotspot_other
================================================ */
#hotspot_other .map {
  text-align: center;
}
#hotspot_other .placeArea {
  margin-top: 40px;
}
#hotspot_other .placeArea .box .label {
  display: inline-block;
  padding: 12px 10px;
  line-height: 1em;
  background-color: #999;
  margin-top: 5px;
}
#hotspot_other .placeArea .box .img {
  margin-top: 15px;
}
#hotspot_other .placeArea .box.box01 .label {
  background-color: #EEDA56;
}
#hotspot_other .placeArea .box.box02 .label {
  background-color: #C898D0;
}
#hotspot_other .placeArea .box.box03 .label {
  background-color: #88C288;
}
#hotspot_other .placeArea .box.box04 .label {
  background-color: #94C1E6;
}
#hotspot_other .placeArea .box + .box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #hotspot_other .placeArea {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hotspot_other .placeArea .box {
    width: 48%;
    padding-bottom: 32vw;
    position: relative;
  }
  #hotspot_other .placeArea .box .label {
    margin-top: 10px;
  }
  #hotspot_other .placeArea .box .img {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #hotspot_other .placeArea .box + .box {
    margin-top: 0px;
    margin-left: 4%;
  }
  #hotspot_other .placeArea .box + .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #hotspot_other .placeArea .box + .box:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  #hotspot_other .inner {
    max-width: 1220px;
    margin: 0px auto;
  }
  #hotspot_other .placeArea {
    margin-top: 80px;
  }
  #hotspot_other .placeArea .box .titleStyle01 {
    margin-bottom: 35px;
  }
  #hotspot_other .placeArea .box + .box:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  #hotspot_other .placeArea {
    margin-top: 130px;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hotspot_other .placeArea .box {
    width: 594px;
    padding-bottom: 420px;
  }
  #hotspot_other .placeArea .box .label {
    margin-top: 10px;
    padding: 15px 25px;
  }
  #hotspot_other .placeArea .box + .box {
    margin-top: 0px;
    margin-left: 30px;
  }
  #hotspot_other .placeArea .box + .box:nth-child(2n+1) {
    margin-left: 0px;
  }
  #hotspot_other .placeArea .box + .box:nth-child(n+3) {
    margin-top: 50px;
  }
}
/* =============================================
- bottomBunner
================================================ */
.bottomBunner {
  padding: 20px 20px;
  background-color: #F0AF52;
  margin-bottom: 20px;
}
.bottomBunner .bunner {
  text-align: center;
}
.bottomBunner .bunner a {
  display: inline-block;
  text-align: center;
}
.bottomBunner .bunner a img {
  max-width: 620px;
}

@media screen and (min-width: 980px) {
  .bottomBunner {
    padding: 40px 20px;
    margin-bottom: 50px;
  }
  .bottomBunner .bunner a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .bottomBunner .bunner a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1180px) {
  .bottomBunner {
    margin-bottom: 100px;
  }
}
/* =============================================
- 2020 0525 追加
================================================ */
#hotspot_about .markArea .mark {
  text-align: center;
  margin-top: 25px;
}
#hotspot_about .markArea .mark img {
  width: 256px;
}

#hotspotIntro .boxStyle04 {
  margin-top: 40px;
}
#hotspotIntro .boxStyle04 .title {
  padding-left: 0px;
}
#hotspotIntro .colLayout .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  #hotspotIntro .colLayout .title {
    font-weight: bold;
  }
}
#hotspotIntro .colLayout .textBox .img {
  margin-top: 25px;
}
#hotspotIntro .spotBgBox {
  margin-top: 40px;
  padding: 20px;
  background-color: #FBEFDD;
}
#hotspotIntro .spotBgBox .colLayout_type2 .title {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 980px) {
  #hotspotIntro .spotBgBox .colLayout_type2 .title {
    font-weight: bold;
  }
}
#hotspotIntro .spotBgBox .colLayout_type2 .textBox .img {
  margin-top: 25px;
}
#hotspotIntro .spotBgBox .colLayout_type2 .imgArea {
  margin-top: 20px;
}
#hotspotIntro .spotBgBox .flexBoxLayout {
  margin-top: 30px;
  counter-reset: number;
}
#hotspotIntro .spotBgBox .flexBoxLayout .box + .box {
  margin-top: 25px;
}
#hotspotIntro .spotBgBox .flexBoxLayout .title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  margin-bottom: 15px;
  padding-left: 1.7em;
}
@media screen and (min-width: 980px) {
  #hotspotIntro .spotBgBox .flexBoxLayout .title {
    font-weight: bold;
  }
}
#hotspotIntro .spotBgBox .flexBoxLayout .number {
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0.8em;
  margin-top: -9px;
  background-color: #F7B400;
  border-radius: 50%;
}
#hotspotIntro .spotBgBox .flexBoxLayout .number:before {
  content: "";
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  margin-top: -0.45em;
  line-height: 1em;
  font-size: 13px;
}
#hotspotIntro .spotBgBox .flexBoxLayout .img.sm {
  margin-top: 15px;
}
#hotspotIntro .spotBgBox .flexBoxLayout .row + .row {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  #hotspot_about .markArea .mark {
    margin-top: 30px;
  }
  #hotspotIntro .boxStyle04 {
    margin-top: 50px;
  }
  #hotspotIntro .colLayout .textBox .img {
    margin-top: 20px;
  }
  #hotspotIntro .spotBgBox {
    margin-top: 50px;
    padding: 30px 35px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox .img {
    margin-top: 20px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .imgArea {
    width: 50%;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .box {
    width: 48.5%;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .box + .box {
    margin-top: 0px;
    margin-left: 3%;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .title.l2 {
    padding-bottom: 2.3em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .number:before {
    margin-top: -0.5em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .text {
    font-size: 14px;
  }
}
@media screen and (min-width: 980px) {
  #hotspot_about .markArea .mark {
    margin-top: 40px;
  }
  #hotspotIntro .boxStyle04 {
    margin-top: 70px;
  }
  #hotspotIntro .colLayout .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #hotspotIntro .spotBgBox {
    padding: 40px 45px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox .img {
    margin-top: 0px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .imgArea {
    width: 60%;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout {
    margin-top: 50px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .title {
    font-size: 20px;
    padding-left: 28px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .number {
    margin-top: -7px;
    top: 0.6em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .number:before {
    margin-top: -0.5em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .text {
    line-height: 1.7em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .textArea p {
    line-height: 1.7em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .flexArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .flexArea .row {
    width: 48.5%;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .flexArea .row + .row {
    margin-left: 3%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1080px) {
  #hotspotIntro .boxStyle04 .box {
    width: 32%;
  }
  #hotspotIntro .boxStyle04 .box + .box {
    margin-left: 2%;
  }
  #hotspotIntro .boxStyle04 .box:nth-child(3n+1) {
    margin-left: 0px;
  }
  #hotspotIntro .boxStyle04 .box:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  #hotspot_about .markArea .mark {
    margin-top: 40px;
  }
  #hotspotIntro .boxStyle04 {
    margin-top: 100px;
  }
  #hotspotIntro .boxStyle04 .box {
    width: 394px;
  }
  #hotspotIntro .boxStyle04 .box + .box {
    margin-left: 19px;
  }
  #hotspotIntro .boxStyle04 .box .textArea .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #hotspotIntro .boxStyle04 .box .textArea p {
    line-height: 1.8em;
  }
  #hotspotIntro .colLayout .title {
    margin-bottom: 15px;
  }
  #hotspotIntro .colLayout.type2 .textArea {
    line-height: 1.6em;
    letter-spacing: 0em;
  }
  #hotspotIntro .spotBgBox {
    padding: 65px 60px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 {
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox {
    padding-right: 30px;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox .title {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 0em;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .textBox p {
    line-height: 1.7em;
    letter-spacing: 0.02em;
  }
  #hotspotIntro .spotBgBox .colLayout_type2 .imgArea {
    width: 746px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout {
    margin-top: 60px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .box {
    width: 520px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .box + .box {
    margin-left: 60px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .title {
    font-size: 24px;
    padding-left: 40px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .title.l2 {
    padding-bottom: 1em;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .number {
    width: 27px;
    height: 24px;
    margin-top: -11px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .number:before {
    margin-top: -0.5em;
    font-size: 15px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .img.sm {
    margin-top: 20px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .flexArea .row {
    width: 244px;
  }
  #hotspotIntro .spotBgBox .flexBoxLayout .flexArea .row + .row {
    margin-left: 32px;
  }
}
/* =============================================
- digital_brochure
================================================ */
/* =============================================
- digital_brochure
================================================ */
#digitalBrochure .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#digitalBrochure .digitalBrochureColumn + .digitalBrochureColumn {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureColumn + .digitalBrochureColumn {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  #digitalBrochure .digitalBrochureColumn + .digitalBrochureColumn {
    margin-top: 104px;
  }
}
#digitalBrochure .digitalBrochureWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureWrap {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 52px;
  }
}
@media screen and (min-width: 980px) {
  #digitalBrochure .digitalBrochureWrap {
    -webkit-column-gap: 68px;
       -moz-column-gap: 68px;
            column-gap: 68px;
    row-gap: 80px;
  }
}
#digitalBrochure .digitalBrochureCard {
  width: calc(50% - 13px);
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureCard {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media screen and (min-width: 980px) {
  #digitalBrochure .digitalBrochureCard {
    width: calc(33.3333333333% - 45.3333333333px);
  }
  #digitalBrochure .digitalBrochureCard:hover .digitalBrochureImg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
#digitalBrochure .digitalBrochureImg {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#digitalBrochure .digitalBrochureImg img {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#digitalBrochure .digitalBrochureTitleWrap {
  margin-top: 13px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureTitleWrap {
    margin-top: 15px;
  }
}
#digitalBrochure .digitalBrochureTitle {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.33;
  color: #060606;
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureTitle {
    font-size: 18px;
  }
}
#digitalBrochure .digitalBrochureText {
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-stretch: condensed;
  letter-spacing: 0.04em;
  line-height: 1.14;
  color: #5C5B5B;
}
@media screen and (min-width: 768px) {
  #digitalBrochure .digitalBrochureText {
    font-size: 14px;
    margin-top: 14px;
  }
}

/* =============================================
- IE
================================================ */
/*# sourceMappingURL=style.css.map */