@charset "UTF-8";
/*basic*/
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 1.4;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-s {
    display: none !important;
  }
}
@media screen and (max-width: 679px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.cmn-conts {
  margin: 0 auto;
  max-width: 1000px !important;
  font-size: 16px;
  line-height: 1.6;
}
.cmn-center {
  /*max-width: 400px;*/
  margin: 0 auto;
  /*padding: 12px !important;*/
}
@media screen and (min-width: 600px) {
  .cmn-center {
    position: relative;
    max-width: 1200px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cmn-center.cfx, .tbcontent img, .cmn-section--beig, .tbcontent, .tbhead, .cmn-center .pc, .cmn-center .sp, .cmn-conts .list li, .gallery-item img, .size-full {
  width: 100% !important;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cmn-conts {
    padding: 0 15px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-conts {
    font-size: 15px;
  }
}
/*------------------------------------------------------------
  app
------------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait), screen and (max-width: 737px) and (orientation: landscape) {
  .app-info {}
  .app-info-pict {
    margin-bottom: 20px;
    text-align: center;
  }
  .app-info-pict img {
    width: 50%;
  }
  .app-info-text {
    text-align: center;
  }
  .app-info-text h3 {
    margin-bottom: 10px;
  }
  .app-info-text h3:first-of-type {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
  .app-info-text h4 {
    margin: 30px 0;
    line-height: 1.2;
    color: #FF8100;
    font-size: 2.2rem;
  }
  .app-info-text ul {
    display: flex;
    justify-content: center;
  }
  .app-info-text ul li:first-child {
    margin-right: 3%;
  }
  .app-heading {
    margin-bottom: 80px;
    padding-bottom: 25px;
    background: url(../img/bg_ttl.svg) no-repeat center bottom;
    background-size: 320px auto;
    text-align: center;
    font-size: 30px;
  }
  .app-benefits {
    position: relative;
    width: 90%;
    margin: 0 auto 65px auto;
    background-color: #FFF8E6;
    border-radius: 24px;
    box-shadow: 6px 6px 0 #FF8201;
  }
  .app-benefits-number {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 54px;
    border-radius: 50%;
    border: solid 8px #FFF8E6;
    background-color: #FF8201;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .app-benefits-inner {
    padding: 7%;
  }
  .app-benefits figure {
    padding: 30px;
    text-align: center;
  }
  .app-benefits figure img {
    width: 120px;
    height: auto;
  }
  .app-benefits:nth-of-type(4) figure img {
    width: auto;
    height: 130px;
  }
  .app-benefits-inner h4 {
    margin-bottom: 15px;
    padding-bottom: 20px;
    background: url(../img/bg_ttl_small.svg) no-repeat center bottom;
    background-size: 120px auto;
    line-height: 1.4;
    font-size: 2.0rem;
    color: #1592D3;
    text-align: center;
  }
  .app-attention {
    font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  .app-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 820px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .app-info-text {
    text-align: center;
  }
  .app-info-text h3 {
    margin-bottom: 15px;
  }
  .app-info-text h4 {
    margin: 30px 0;
    line-height: 1.2;
    color: #FF8100;
    font-size: 30px;
  }
  .app-info-text ul {
    display: flex;
    justify-content: center;
  }
  .app-info-text ul li:first-child {
    margin-right: 15px;
  }
  .app-heading {
    margin-bottom: 80px;
    padding-bottom: 30px;
    background-size: 367px auto;
    text-align: center;
    font-size: 3.2rem;
  }
  .app-benefits-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .app-benefits {
    position: relative;
    width: calc((100% - 90px) / 2);
    margin-bottom: 80px;
    background-color: #FFF8E6;
    border-radius: 24px;
    box-shadow: 6px 6px 0 #FF8201;
  }
  .app-benefits-number {
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    display: block;
    width: 90px;
    height: 90px;
    line-height: 70px;
    border-radius: 50%;
    border: solid 10px #FFF8E6;
    background-color: #FF8201;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .app-benefits-inner {
    padding: 30px;
  }
  .app-benefits figure {
    height: 250px;
    line-height: 250px;
    text-align: center;
  }
  .app-benefits figure img {
    width: 140px;
    height: auto;
  }
  .app-benefits:nth-of-type(4) figure img {
    width: auto;
    height: 170px;
  }
  .app-benefits-inner h4 {
    margin-bottom: 15px;
    padding-bottom: 20px;
    background-size: 110px auto;
    line-height: 1.4;
    font-size: 2.1rem;
    color: #1592D3;
    text-align: center;
  }
  .app-attention {
    font-size: 12px;
  }
}
@media screen and (max-width: 679px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/*------------------------------------------------------------
  レイアウト（プロジェクトによらず汎用性あるもの）
------------------------------------------------------------*/
/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
.cmn-center {
  /*max-width: 400px;*/
  margin: 0 auto;
  /*padding-right: 12px !important;
  padding-left: 12px !important;*/
}
@media screen and (min-width: 600px) {
  .cmn-center {
    position: relative;
    max-width: 1200px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cmn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cmn-flex img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cmn-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.cmn-flexCen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .cmn-flexCen-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cmn-container {
  padding-top: 7.5rem;
}
@media screen and (min-width: 600px) {
  .cmn-container {
    padding-top: 14rem;
  }
}
.cmn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  padding: 1.0rem;
  background: #fff;
}
.cmn-header:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../images/common/wave_white_down.png") repeat-x center;
  background-size: 110px 10px;
  content: '';
  -webkit-animation: waving 5s linear 0s infinite normal;
  animation: waving 5s linear 0s infinite normal;
}
.cmn-header .logo a {
  display: block;
  background: #fff;
  opacity: 1 !important;
}
.cmn-header .logo a img {
  width: 128px;
  height: auto;
}
.cmn-header .shop {
  margin-left: 0.5rem;
}
.cmn-header .shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 44px;
  background: url("../images/index/shop_bg.png") no-repeat center;
  background-size: 100% auto;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.21;
  text-align: center;
  text-shadow: 0px 0px 4px #a8a7a7;
}
.cmn-header .shop a .pref {
  display: block;
  font-size: 12px;
}
.cmn-header .shop.sapporo a {
  background-color: #41aceb;
}
.cmn-header .shop.funabashi a {
  background-color: #a9d521;
}
.cmn-header .shop.inzai a {
  background-color: #f7ce1c;
}
.cmn-header .shop.musashimurayama a {
  background-color: #a844dd;
}
.cmn-header .shop.tama a {
  background-color: #23ce48;
}
.cmn-header .shop.kohoku a {
  background-color: #f14436;
}
.cmn-header .shop.ebina a {
  background-color: #ff8201;
}
.cmn-header .shop.nagoyakita a {
  background-color: #e7497f;
}
.cmn-header .shop.fukuoka a {
  background-color: #4ba5f5;
}
.cmn-header .shop.chikushino a {
  background-color: #da443f;
}
@media screen and (min-width: 600px) {
  .cmn-header {
    min-width: 1200px;
    height: 140px;
    padding: 2.8rem 2.1%;
  }
  .cmn-header:after {
    bottom: -33px;
    width: 100%;
    height: 33px;
    background-size: 372px 33px;
    -webkit-animation: waving_pc 5s linear 0s infinite normal;
    animation: waving_pc 5s linear 0s infinite normal;
  }
  .cmn-header .logo {
    width: 15.2%;
    max-width: 225px;
  }
  .cmn-header .logo a img {
    width: 100%;
  }
  .cmn-header .shop {
    width: 10.3%;
    max-width: 190px;
    min-width: 135px;
    margin-right: 0.5%;
    margin-left: 1.6%;
  }
  .cmn-header .shop a {
    width: 100%;
    height: 84px;
    font-size: 2.1rem;
  }
  .cmn-header .shop a .pref {
    font-size: 1.7rem;
  }
  .cmn-header .searchBtn {
    width: 15.2%;
    max-width: 225px;
  }
  .cmn-header .searchBtn:after {
    display: block;
    clear: both;
    content: "";
  }
  .cmn-header .searchBtn.widS {
    max-width: 90px;
    margin-left: 0.5%;
  }
  .cmn-header .searchBtn a {
    float: right;
  }
}
@-webkit-keyframes waving {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 110px 0;
  }
}
@keyframes waving {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 110px 0;
  }
}
@-webkit-keyframes waving_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 380px 0;
  }
}
@keyframes waving_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 380px 0;
  }
}
.menuBtn {
  position: relative;
  z-index: 300;
  width: 55px;
  height: 55px;
  background: #fd112a;
  border-radius: 7.5px;
}
.menuBtn:hover {
  cursor: pointer;
}
.menuBtn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 42%;
  margin-left: -12.5px;
  width: 25px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: 0.3s opacity;
}
.menuBtn span.top {
  animation: menuBtn-top .3s;
  animation-fill-mode: forwards;
}
.menuBtn span.middle {
  transition: .3s opacity;
  transform: translateY(-1px);
  opacity: 1;
}
.menuBtn span.bottom {
  animation: menuBtn-bottom .3s;
  animation-fill-mode: forwards;
}
.menuBtn span.text {
  width: 100%;
  margin-left: -50%;
  background: none;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  transform: translateY(13px);
}
.menuBtn.is-open {
  position: fixed;
  top: 1.0rem;
  right: 1.0rem;
}
.menuBtn.is-open span.top {
  animation: menuBtn-top-close .3s;
  animation-fill-mode: forwards;
}
.menuBtn.is-open span.middle {
  opacity: 0;
  transition: .3s opacity;
}
.menuBtn.is-open span.bottom {
  animation: menuBtn-bottom-close .3s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 600px) {
  .menuBtn {
    display: none;
  }
}
@keyframes menuBtn-top {
  0% {
    transform: translateY(-1px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(0deg);
  }
}
@keyframes menuBtn-bottom {
  0% {
    transform: translateY(-1px) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes menuBtn-top-close {
  0% {
    transform: translateY(-9px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-1px) rotate(-45deg);
  }
}
@keyframes menuBtn-bottom-close {
  0% {
    transform: translateY(7px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-1px) rotate(45deg);
  }
}
.gnav-wrap {
  margin-left: auto;
  width: 55px;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .gnav-wrap {
    width: 62.5%;
    margin-right: auto;
  }
}
.gnav {
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 201;
  width: 100vw;
  height: calc(100vh - 75px);
  padding: 0 1.5rem;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  animation: gnav 0.5s;
}
.gnav .inner {
  padding: 0 0 5.0rem;
}
.gnav .list > li {
  border-bottom: 2px solid #fad31e;
  line-height: 1;
}
.gnav .list > li:last-child {
  margin-bottom: 1.5rem;
}
.gnav .list > li.peN {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.gnav .list > li.peN:after {
  position: absolute;
  top: 38px;
  left: 55px;
  width: auto;
  height: 15px;
  content: 'リニューアル中';
  font-size: 1.0rem;
}
.gnav .list > li > a {
  display: block;
  position: relative;
  padding: 12px 0;
  color: #4c4c4c;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.gnav .list > li > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 10px;
  margin-top: -0.5rem;
  background: url("../images/common/icon_gray_arrow_down.svg") no-repeat center;
  background-size: 16px auto;
  content: '';
}
.gnav .list > li > a.is-open:after {
  transform: rotate(180deg);
}
.gnav .list > li > a img {
  display: inline-block;
  margin-right: 2.0rem;
  margin-left: 0.5rem;
  width: 31px;
  height: 32px;
}
.gnav .list > li div {
  display: none;
}
.gnav .list > li dl {
  border-top: 2px solid #fad31e;
}
.gnav .list > li dl dt {
  padding: 30px;
}
.gnav .list > li dl dt img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 1.0rem;
}
.gnav .list > li dl dd {
  padding: 0rem 30px 30px 6.0rem;
  font-size: 1.7rem;
}
.gnav .list > li dl dd li {
  margin-bottom: 30px;
}
.gnav .list > li dl dd li:last-child {
  margin-bottom: 0;
}
.gnav .list > li dl dd li a {
  display: block;
  padding-left: 2.0rem;
  background: url("../images/common/icon_orange_arrow_right.svg") no-repeat left 2px;
  background-size: 9px auto;
  color: #4c4c4c;
}
.gnav .search {
  margin-top: 30px;
  padding-bottom: 0.7rem;
  border-bottom: 2px solid #d2d2d2;
}
.gnav .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gnav .search img {
  width: 37px;
  height: 37px;
  margin-right: 1.3rem;
  margin-left: 0.2rem;
}
.gnav .search input {
  display: inline-block !important;
  width: calc(100% - 118px);
  border: none !important;
}
.gnav .search button {
  background: #fd112a;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .gnav {
    display: block !important;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    animation: none;
  }
  .gnav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .gnav .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    width: 100%;
    height: 84px;
  }
  .gnav .list > li {
    width: 14.2%;
    height: 84px;
    border-right: 2px solid #fad31e;
    border-bottom: none;
  }
  .gnav .list > li:first-child {
    border-left: 2px solid #fad31e;
  }
  .gnav .list > li:hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 40px;
    content: '';
  }
  .gnav .list > li.is-active a:before {
    left: 0;
    width: 100%;
  }
  .gnav .list > li.is-active a:after {
    opacity: 1;
  }
  .gnav .list > li.peN:after {
    top: 105%;
    left: 50%;
    margin-left: -3.8rem;
  }
  .gnav .list > li > a {
    position: relative;
    height: 100%;
    padding: 0.5rem 1.0rem 0;
    font-size: 14px;
    text-align: center;
  }
  .gnav .list > li > a:before {
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    z-index: 202;
    content: '';
    width: 0%;
    height: 10px;
    background: #fd112a;
    border-radius: 10px;
    transition: all 0.25s ease-out;
  }
  .gnav .list > li > a:after {
    display: block;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    z-index: 202;
    content: '';
    width: 0;
    height: 0;
    margin-left: -8px;
    background: none;
    border: 10px solid transparent;
    border-bottom: 15px solid #fd112a;
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .gnav .list > li > a.is-open:after {
    transform: none;
  }
  .gnav .list > li > a img {
    display: block;
    width: auto;
    height: 38px;
    margin: 0 auto 1.0rem;
  }
  .gnav .list > li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    width: 100%;
    padding: 3%;
    border: none;
    border-radius: 14px;
    box-shadow: 3px 5px 0px 0px #fad31e;
  }
  .gnav .list > li dl dt {
    display: block;
    width: 32%;
    border-right: 1px solid #fd112a;
    padding: 1.0rem 3% 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .gnav .list > li dl dd {
    width: 68%;
    padding: 2.0rem 0 0 3%;
  }
  .gnav .list > li dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    flex-direction: column;
    height: 176px;
    margin-bottom: -2.0rem;
  }
  .gnav .list > li dl dd ul.twoCols li {
    width: 50%;
  }
  .gnav .list > li dl dd ul.middle {
    height: 190px;
  }
  .gnav .list > li dl dd ul.large {
    height: 280px;
  }
  .gnav .list > li dl dd ul.xlarge {
    height: 380px;
  }
  .gnav .list > li dl dd ul li {
    width: 33.3%;
    padding-right: 1.0rem;
  }
  .gnav .list > li dl dd ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    display: none !important;
  }
}
@media screen and (min-width: 1680px) {
  .gnav .list > li > a img {
    width: auto;
    height: 46px;
    margin: 0 auto 2.0rem;
  }
  .gnav .list > li dl dt {
    font-size: 2.4rem;
  }
}
@keyframes gnav {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.search-wrap {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 135px;
  padding-top: 6.0rem;
  box-shadow: 0px 5px 10px 0px rgba(64, 40, 20, 0.1);
}
.search-wrap .search {
  max-width: 932px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
}
.search-wrap .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-wrap .search img {
  width: 18px;
  height: auto;
  margin-right: 1.5rem;
  margin-left: 1.0rem;
}
.search-wrap .search input {
  display: inline-block !important;
  width: calc(100% - 120px);
  height: 40px;
  border: none !important;
}
.search-wrap .search button {
  width: 75px;
  background: #fd112a;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
.cmn-main {
  position: relative;
  overflow: hidden;
}
.cmn-mv {
  position: relative;
}
.cmn-mv .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 80%;
  height: auto;
  margin: -27% 0 0 -38%;
}
@media screen and (min-width: 600px) {
  .cmn-mv .copy {
    width: 640px;
    margin: -278px 0 0 -410px;
  }
}
.cmn-under-mv, .cmn-under-mv--orange, .cmn-under-mv--green, .cmn-under-mv--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 110px;
  padding-top: 1.0rem;
  overflow: hidden;
  background: #fd112a url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.cmn-under-mv:after, .cmn-under-mv--orange:after, .cmn-under-mv--green:after, .cmn-under-mv--blue:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 50px;
  height: 70px;
  background: url("../images/common/character/sora_01.png") no-repeat center top;
  background-size: 100% auto;
  content: '';
}
.cmn-under-mv .ttl, .cmn-under-mv--orange .ttl, .cmn-under-mv--green .ttl, .cmn-under-mv--blue .ttl {
  max-width: 70%;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cmn-under-mv, .cmn-under-mv--orange, .cmn-under-mv--green, .cmn-under-mv--blue {
    max-width: auto;
    height: 230px;
    padding-top: 30px;
    background-size: 16px;
  }
  .cmn-under-mv:after, .cmn-under-mv--orange:after, .cmn-under-mv--green:after, .cmn-under-mv--blue:after {
    left: 50%;
    width: 146px;
    height: 183px;
    margin-left: 440px;
  }
  .cmn-under-mv .ttl, .cmn-under-mv--orange .ttl, .cmn-under-mv--green .ttl, .cmn-under-mv--blue .ttl {
    font-size: 4.0rem;
  }
}
.cmn-under-mv--green {
  background: #92be2b url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.cmn-under-mv--green:after {
  background: url("../images/common/character/runa_02.png") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 600px) {
  .cmn-under-mv--green {
    background-size: 16px;
  }
  .cmn-under-mv--green:after {
    width: 120px;
  }
}
.cmn-under-mv--blue {
  background: #1aa6eb url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.cmn-under-mv--blue:after {
  height: 55px;
  background: url("../images/common/character/sora_02.png") no-repeat center top;
  background-size: 100%;
}
@media screen and (min-width: 600px) {
  .cmn-under-mv--blue {
    background-size: 16px;
  }
  .cmn-under-mv--blue:after {
    height: 155px;
  }
}
.cmn-pagepath {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -600px;
  color: #fff;
  font-size: 12px;
}
.cmn-pagepath li {
  display: inline-block;
}
.cmn-pagepath a, .cmn-pagepath span {
  color: #fff;
}
.cmn-pagepath img {
  vertical-align: -1px;
}
/*------------------------------------------------------------
  コンポーネント(部品。プロジェクトによらず汎用性あるもの)
------------------------------------------------------------*/
/*------------------------------------------------------------
  compornent
------------------------------------------------------------*/
/*
  見出し
*/
.cmn-ttl-leftIcon, .cmn-ttl-leftIcon--bor01, .cmn-ttl-leftIcon--bor02, .cmn-ttl-leftIcon--bor03, .cmn-ttl-leftIcon--bor04, .cmn-ttl-leftIcon--bor05, .cmn-ttl-leftIcon--bor06, .cmn-ttl-leftIcon--bor07, .cmn-ttl-leftIcon--bor08, .cmn-ttl-leftIcon--white, .cmn-ttl-leftIcon--fsLarge {
  font-weight: bold;
  color: inherit;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-leftIcon, .cmn-ttl-leftIcon--bor01, .cmn-ttl-leftIcon--bor02, .cmn-ttl-leftIcon--bor03, .cmn-ttl-leftIcon--bor04, .cmn-ttl-leftIcon--bor05, .cmn-ttl-leftIcon--bor06, .cmn-ttl-leftIcon--bor07, .cmn-ttl-leftIcon--bor08, .cmn-ttl-leftIcon--white, .cmn-ttl-leftIcon--fsLarge {
    margin-bottom: 5.0rem;
    padding-left: 1.0rem;
    font-size: 3.2rem;
    text-align: left;
  }
  .cmn-ttl-leftIcon img, .cmn-ttl-leftIcon--bor01 img, .cmn-ttl-leftIcon--bor02 img, .cmn-ttl-leftIcon--bor03 img, .cmn-ttl-leftIcon--bor04 img, .cmn-ttl-leftIcon--bor05 img, .cmn-ttl-leftIcon--bor06 img, .cmn-ttl-leftIcon--bor07 img, .cmn-ttl-leftIcon--bor08 img, .cmn-ttl-leftIcon--white img, .cmn-ttl-leftIcon--fsLarge img {
    height: 6.4rem;
  }
  .cmn-ttl-leftIcon span, .cmn-ttl-leftIcon--bor01 span, .cmn-ttl-leftIcon--bor02 span, .cmn-ttl-leftIcon--bor03 span, .cmn-ttl-leftIcon--bor04 span, .cmn-ttl-leftIcon--bor05 span, .cmn-ttl-leftIcon--bor06 span, .cmn-ttl-leftIcon--bor07 span, .cmn-ttl-leftIcon--bor08 span, .cmn-ttl-leftIcon--white span, .cmn-ttl-leftIcon--fsLarge span {
    margin-left: 30px;
    padding-top: 1.0rem;
    padding-bottom: 2.6rem;
    background-size: 230px auto !important;
  }
}
.cmn-ttl-leftIcon--bor01 span {
  background: url("../images/common/bg_ttl_border_01.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor02 span {
  background: url("../images/common/bg_ttl_border_02.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor03 span {
  background: url("../images/common/bg_ttl_border_03.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor04 span {
  background: url("../images/common/bg_ttl_border_04.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor05 span {
  background: url("../images/common/bg_ttl_border_05.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor06 span {
  background: url("../images/common/bg_ttl_border_06.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor07 span {
  background: url("../images/common/bg_ttl_border_07.svg") repeat-x left bottom;
}
.cmn-ttl-leftIcon--bor08 span {
  background: url("../images/common/bg_ttl_border_08.svg") repeat-x left bottom;
  background-size: 174px auto !important;
}
.cmn-ttl-leftIcon--white {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.cmn-ttl-leftIcon--fsLarge {
  font-size: 2.8rem;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-leftIcon--fsLarge {
    font-size: 4.4rem;
  }
}
.cmn-ttl-borders, .cmn-ttl-borders--lightBlue, .cmn-ttl-borders--orange, .shop-event-cal .tab-content h3, .corporate-press-detail .tab-content h3, .cmn-ttl-borders--green, .cmn-ttl-borders--pink, .cmn-ttl-borders--blue, .cmn-ttl-borders--purple, .cmn-ttl-borders--darkBlue, .cmn-ttl-borders--fsSmall {
  margin-bottom: 2.0rem;
  font-size: 2.7rem;
  font-weight: 800;
  text-align: center;
}
.cmn-ttl-borders span, .cmn-ttl-borders--lightBlue span, .cmn-ttl-borders--orange span, .shop-event-cal .tab-content h3 span, .corporate-press-detail .tab-content h3 span, .cmn-ttl-borders--green span, .cmn-ttl-borders--pink span, .cmn-ttl-borders--blue span, .cmn-ttl-borders--purple span, .cmn-ttl-borders--darkBlue span, .cmn-ttl-borders--fsSmall span {
  display: inline-block;
  position: relative;
}
.cmn-ttl-borders span:before, .cmn-ttl-borders--lightBlue span:before, .cmn-ttl-borders--orange span:before, .shop-event-cal .tab-content h3 span:before, .corporate-press-detail .tab-content h3 span:before, .cmn-ttl-borders--green span:before, .cmn-ttl-borders--pink span:before, .cmn-ttl-borders--blue span:before, .cmn-ttl-borders--purple span:before, .cmn-ttl-borders--darkBlue span:before, .cmn-ttl-borders--fsSmall span:before {
  position: absolute;
  top: 5%;
  left: -2.5rem;
  width: 13px;
  height: 90%;
  border-right: 4px solid #4c4c4c;
  border-left: 4px solid #4c4c4c;
  content: '';
  transform: rotate(-15deg);
}
.cmn-ttl-borders span:after, .cmn-ttl-borders--lightBlue span:after, .cmn-ttl-borders--orange span:after, .shop-event-cal .tab-content h3 span:after, .corporate-press-detail .tab-content h3 span:after, .cmn-ttl-borders--green span:after, .cmn-ttl-borders--pink span:after, .cmn-ttl-borders--blue span:after, .cmn-ttl-borders--purple span:after, .cmn-ttl-borders--darkBlue span:after, .cmn-ttl-borders--fsSmall span:after {
  position: absolute;
  top: 5%;
  right: -2.5rem;
  width: 13px;
  height: 90%;
  border-right: 4px solid #4c4c4c;
  border-left: 4px solid #4c4c4c;
  content: '';
  transform: rotate(15deg);
}
@media screen and (min-width: 600px) {
  .cmn-ttl-borders, .cmn-ttl-borders--lightBlue, .cmn-ttl-borders--orange, .shop-event-cal .tab-content h3, .corporate-press-detail .tab-content h3, .cmn-ttl-borders--green, .cmn-ttl-borders--pink, .cmn-ttl-borders--blue, .cmn-ttl-borders--purple, .cmn-ttl-borders--darkBlue, .cmn-ttl-borders--fsSmall {
    margin-bottom: 4.0rem;
    font-size: 30px;
  }
  .cmn-ttl-borders span:before, .cmn-ttl-borders--lightBlue span:before, .cmn-ttl-borders--orange span:before, .shop-event-cal .tab-content h3 span:before, .corporate-press-detail .tab-content h3 span:before, .cmn-ttl-borders--green span:before, .cmn-ttl-borders--pink span:before, .cmn-ttl-borders--blue span:before, .cmn-ttl-borders--purple span:before, .cmn-ttl-borders--darkBlue span:before, .cmn-ttl-borders--fsSmall span:before {
    position: absolute;
    top: 5%;
    left: -4.5rem;
    width: 17px;
    height: 90%;
    content: '';
    transform: rotate(-15deg);
  }
  .cmn-ttl-borders span:after, .cmn-ttl-borders--lightBlue span:after, .cmn-ttl-borders--orange span:after, .shop-event-cal .tab-content h3 span:after, .corporate-press-detail .tab-content h3 span:after, .cmn-ttl-borders--green span:after, .cmn-ttl-borders--pink span:after, .cmn-ttl-borders--blue span:after, .cmn-ttl-borders--purple span:after, .cmn-ttl-borders--darkBlue span:after, .cmn-ttl-borders--fsSmall span:after {
    position: absolute;
    top: 5%;
    right: -4.5rem;
    width: 17px;
    height: 90%;
    content: '';
    transform: rotate(15deg);
  }
}
.cmn-ttl-borders--fsSmall {
  margin-bottom: 30px;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-borders--fsSmall {
    font-size: 3.5rem;
  }
}
.cmn-ttl-left-border, .cmn-ttl-left-border--orange, .cmn-ttl-left-border--purple {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: inherit;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  color: #fd112a;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-left-border, .cmn-ttl-left-border--orange, .cmn-ttl-left-border--purple {
    margin-bottom: 30px;
    /*padding-left: 30px;*/
    border-left-width: 10px;
    font-size: 30px;
  }
}
.cmn-ttl-left-border:after, .cmn-ttl-left-border--orange:after, .cmn-ttl-left-border--purple:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fd112a;
  margin: 10px auto 30px;
}
.cmn-ttl-color, .cmn-ttl-color--orange, .cmn-ttl-color--purple {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: inherit;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: left;
  margin: 20px 0 5px;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-color, .cmn-ttl-color--orange, .cmn-ttl-color--purple {
    margin: 30px 0 5px;
    font-size: 20px;
  }
}
.cmn-ttl-bold {
  margin: 2.0rem 0 0.5rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .cmn-ttl-bold {
    margin: 30px 0 8px;
    font-size: 22px;
  }
}
.cmn-copy, .cmn-copy--pink, .cmn-copy--blue {
  margin-bottom: 1.0rem;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .cmn-copy, .cmn-copy--pink, .cmn-copy--blue {
    margin-bottom: 1.5rem;
    font-size: 30px;
  }
}
.cmn-copy--pink {
  color: #e7497f;
}
.cmn-copy--blue {
  color: #1aa6eb;
}
/*
  ボタン
*/
.cmn-btn-white, .shop-access .btn, .userguide-shop .btn {}
.cmn-btn-white:after, .shop-access .btn:after, .userguide-shop .btn:after {}
.cmn-btn-orange, .btn-warning {
  width: 250px !important;
  background-image: url(../img/common/btn-r2@2x.jpg);
  background-size: 350px 150px;
  background-repeat: repeat;
  background-position: center center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  /* font-size: 16px; */
  font-weight: bold;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 30px auto 10px;
  color: white;
}
.cmn-btn-orange.btn-long, .btn-warning.btn-long {
  width: 300px !important;
}
.cmn-btn-orange:after, .btn-warning:after {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -9px;
  content: "";
  background-image: url(../img/ico-arrow-red-r2@2x.png);
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.cmn-btn-pink {}
.cmn-btn-pink:after {}
.cmn-btn-blue {}
.cmn-btn-blue:after {}
.cmn-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.0rem;
}
.cmn-sns li {
  width: 48.5%;
  margin-bottom: 10px;
}
.cmn-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 33px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.cmn-sns .cnt {
  display: inline-block;
  padding-left: 0.5em;
}
.cmn-sns img {
  width: auto;
}
.cmn-sns .tw a {
  background: #55acee;
}
.cmn-sns .tw img {
  height: 19px;
}
.cmn-sns .fb a {
  background: #4165b3;
}
.cmn-sns .fb img {
  height: 16px;
}
.cmn-sns .gp a {
  background: #fdfdff;
}
.cmn-sns .gp img {
  height: 18px;
}
.cmn-sns .hb a {
  background: #00ace4;
}
.cmn-sns .hb img {
  height: 18px;
}
@media screen and (min-width: 600px) {
  .cmn-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .cmn-sns li {
    width: 150px;
    margin: 0 0.7rem;
  }
}
/*
  リスト
*/
.cmn-list, .cmn-list--green, .cmn-list--blue {
  margin: 10px 0 30px;
  padding-left: 0;
}
.cmn-list li, .cmn-list--green li, .cmn-list--blue li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.cmn-list li:last-child, .cmn-list--green li:last-child, .cmn-list--blue li:last-child {
  margin-bottom: 0;
}
.cmn-list--green li {
  background: url("../images/common/icon_green_circle_arrow_right.svg") no-repeat 5px 7px;
  background-size: 16px;
}
@media screen and (min-width: 600px) {
  .cmn-list--green li {
    background-size: 16px;
  }
}
.cmn-list--blue li {
  background: url("../images/common/icon_blue_circle_arrow_right_02.svg") no-repeat 5px 7px;
  background-size: 16px;
}
@media screen and (min-width: 600px) {
  .cmn-list--blue li {
    background-size: 16px;
  }
}
.cmn-info-list-wrap {
  height: auto;
  /*overflow: auto;*/
  margin-bottom: 2.0rem;
}
.cmn-info-list-wrap li {
  border-bottom: 2px solid #fd112a;
}
.cmn-info-list-wrap li a {
  display: block;
  padding: 1.5rem 0 2.0rem;
  color: #4c4c4c;
}
.cmn-info-list-wrap li:first-child a {
  padding-top: 0;
}
.cmn-info-list-wrap .date {
  font-size: 1.3rem;
}
.cmn-info-list-wrap .cat {
  display: inline-block;
  margin: 0 1.0rem;
  padding: 0 1.0rem;
  background: #1aa6eb;
  border-radius: 4px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}
.cmn-info-list-wrap .new {
  color: #e7497f;
  font-size: 12px;
  font-weight: bold;
}
.cmn-info-list-wrap .ttl {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
}
.cmn-info-list-wrap .text {
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .cmn-info-list-wrap {
    height: auto;
    padding: 1.0rem 2.5rem;
  }
  .cmn-info-list-wrap .date {
    font-size: 16px;
  }
  .cmn-info-list-wrap .cat {
    vertical-align: 2px;
  }
  .cmn-info-list-wrap .new {
    font-size: 14px;
  }
}
.cmn-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 25px;
}
.cmn-pagination li {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #fd112a;
  background-color: #fd112a;
  border-radius: 50px;
}
.cmn-pagination li.current {
  background-color: #fce2da;
}
.cmn-pagination li.current span {
  color: #000;
}
.cmn-pagination li.prev a, .cmn-pagination li.prev span, .cmn-pagination li.next a, .cmn-pagination li.next span, .cmn-pagination li.current a, .cmn-pagination li.current span {
  font-weight: bold;
}
.cmn-pagination li.prev {
  margin-right: 12px;
}
.cmn-pagination li.next {
  margin-left: 12px;
}
.cmn-pagination a, .cmn-pagination span {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .cmn-pagination {
    margin-top: 50px;
  }
}
.cmn-pagination-detail {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.cmn-pagination-detail .prev, .cmn-pagination-detail .next {
  display: none;
}
@media screen and (min-width: 1000px) {
  .cmn-pagination-detail .prev, .cmn-pagination-detail .next {
    display: block;
    position: absolute;
    top: 50px;
  }
  .cmn-pagination-detail .prev {
    right: 0;
  }
  .cmn-pagination-detail .next {
    left: 0;
  }
}
.cmn-pagination-detail .prev a, .cmn-pagination-detail .next a, .cmn-pagination-detail .back a {
  width: auto;
  padding: 10px 25px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background-color: #feb396;
  /*padding: 8px;
  background-image: url(../img/common/btn-r@2x.jpg);
  background-size: 350px 150px;
  background-repeat: repeat;
  background-position: center center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 2px -1px rgba(0, 0, 0, 0.3);*/
}
.cmn-pagination-detail .back a {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cmn-pagination-detail {
    padding-top: 30px;
    margin-top: 30px;
  }
}
/*
  テーブル
*/
.cmn-table, .shop-event-cal .tab-content .t_a, .corporate-press-detail .tab-content .t_a {
  width: 100%;
  margin: 2.0rem 0;
}
.cmn-table tr > *:first-child, .shop-event-cal .tab-content .t_a tr > *:first-child, .corporate-press-detail .tab-content .t_a tr > *:first-child {
  border-left: none;
}
.cmn-table tr > *:last-child, .shop-event-cal .tab-content .t_a tr > *:last-child, .corporate-press-detail .tab-content .t_a tr > *:last-child {
  border-right: none;
}
.cmn-table th, .shop-event-cal .tab-content .t_a th, .corporate-press-detail .tab-content .t_a th, .cmn-table td, .shop-event-cal .tab-content .t_a td, .corporate-press-detail .tab-content .t_a td {
  padding: 1.0rem 12px;
  border: 2px solid #d2d2d2;
}
.cmn-table th, .shop-event-cal .tab-content .t_a th, .corporate-press-detail .tab-content .t_a th, .cmn-table td:first-child, .shop-event-cal .tab-content .t_a td:first-child, .corporate-press-detail .tab-content .t_a td:first-child {
  min-width: 100px;
  background: #f5f5f5;
  font-weight: bold;
}
.cmn-table td, .shop-event-cal .tab-content .t_a td, .corporate-press-detail .tab-content .t_a td {
  background: #fff;
}
@media screen and (min-width: 600px) {
  .cmn-table, .shop-event-cal .tab-content .t_a, .corporate-press-detail .tab-content .t_a {
    margin: 30px 0;
  }
  .cmn-table th, .shop-event-cal .tab-content .t_a th, .corporate-press-detail .tab-content .t_a th, .cmn-table td, .shop-event-cal .tab-content .t_a td, .corporate-press-detail .tab-content .t_a td {
    padding: 2.0rem 30px;
    border-width: 3px;
  }
}
.cmn-special_banner {
  position: relative;
  padding: 30px 0 2.5rem;
  background: #fd112a url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.cmn-special_banner:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url("../images/common/wave_orange_up.png") repeat-x center;
  background-size: 110px 10px;
  content: '';
}
@media screen and (min-width: 600px) {
  .cmn-special_banner {
    padding: 6.0rem 0 8.0rem;
    background-size: 16px;
  }
  .cmn-special_banner:before {
    top: -33px;
    width: 100%;
    height: 33px;
    background-size: 372px 33px;
  }
  .cmn-special_banner .family {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    margin-left: 460px;
  }
}
/*------------------------------------------------------------
  プロジェクト（このプロジェクト独自の設定。ページごとに分けたりも可）
------------------------------------------------------------*/
/*------------------------------------------------------------
  project
------------------------------------------------------------*/
/*------------------------------------------------------------
  index
------------------------------------------------------------*/
.top-shops {
  position: relative;
  padding: 3.5rem 0 4.0rem;
  background-image: url("../images/common/bg_flags.svg"), url("../images/common/bg_flags_right.svg");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 75px auto, 75px auto;
}
.top-shops:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url("../images/common/wave_light_yellow_up.png") repeat-x center;
  background-size: 110px 10px;
  content: '';
  -webkit-animation: waving 5s linear 0s infinite normal;
  animation: waving 5s linear 0s infinite normal;
}
.top-shops ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-shops ul:before {
  content: "";
  display: block;
  width: 280px;
  order: 1;
}
.top-shops ul:after {
  content: "";
  display: block;
  width: 280px;
}
.top-shops ul li {
  width: 48.5%;
  margin-bottom: 1.5rem;
}
.top-shops ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 50px;
  background: url("../images/index/shop_bg.png") no-repeat center;
  background-size: 100% auto;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.21;
  text-align: center;
  text-shadow: 0px 0px 4px #a8a7a7;
}
.top-shops ul li a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../images/common/icon_white_circle_arrow_right.svg") no-repeat center;
  background-size: 20px;
  content: '';
}
.top-shops ul li a .pref {
  display: block;
  font-size: 1.3rem;
}
.top-shops ul li.sapporo a {
  background-color: #41aceb;
  box-shadow: 0px 3px 0px 0px #3a5071;
}
.top-shops ul li.funabashi a {
  background-color: #a9d521;
  box-shadow: 0px 3px 0px 0px #8a9839;
}
.top-shops ul li.inzai a {
  background-color: #f7ce1c;
  box-shadow: 0px 3px 0px 0px #bda452;
}
.top-shops ul li.musashimurayama a {
  background-color: #a844dd;
  box-shadow: 0px 3px 0px 0px #743879;
}
.top-shops ul li.tama a {
  background-color: #23ce48;
  box-shadow: 0px 3px 0px 0px #39985b;
}
.top-shops ul li.kohoku a {
  background-color: #f14436;
  box-shadow: 0px 3px 0px 0px #a34c41;
}
.top-shops ul li.ebina a {
  background-color: #ff8201;
  box-shadow: 0px 3px 0px 0px #9b6530;
}
.top-shops ul li.nagoyakita a {
  background-color: #e7497f;
  box-shadow: 0px 3px 0px 0px #a5515d;
}
.top-shops ul li.fukuoka a {
  background-color: #4ba5f5;
  box-shadow: 0px 3px 0px 0px #779ca9;
}
.top-shops ul li.chikushino a {
  background-color: #da443f;
  box-shadow: 0px 3px 0px 0px #a34c41;
}
@media screen and (min-width: 600px) {
  .top-shops {
    padding: 12.0rem 0;
    background-image: url("../images/common/bg_flags.svg"), url("../images/common/bg_flags_right.svg"), url("../images/common/bg_balloons.svg"), url("../images/common/bg_balloons_right.svg");
    background-position: left top, right top, left 300px, right 300px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 334px auto, 334px auto, 195px auto, 195px auto;
  }
  .top-shops:before {
    top: -33px;
    width: 100%;
    height: 33px;
    background-size: 372px 33px;
    -webkit-animation: waving_pc 5s linear 0s infinite normal;
    animation: waving_pc 5s linear 0s infinite normal;
  }
  .top-shops .girls {
    position: absolute;
    top: -46%;
    left: 50%;
    z-index: 2;
    margin-left: 200px;
  }
  .top-shops .boy {
    position: absolute;
    top: 47%;
    left: 50%;
    z-index: 2;
    margin-left: -800px;
  }
  .top-shops .cracker {
    position: absolute;
    top: 39%;
    left: 50%;
    z-index: 2;
    width: 140px;
    height: auto;
    margin-left: 640px;
  }
  .top-shops ul li {
    width: 280px;
    margin-bottom: 30px;
  }
  .top-shops ul li a {
    height: 140px;
    border-bottom-width: 5px !important;
    border-radius: 64px;
    font-size: 30px;
    line-height: 1.07;
    text-shadow: 0px 0px 7px #a8a7a7;
  }
  .top-shops ul li a:after {
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px;
  }
  .top-shops ul li a .pref {
    font-size: 2.4rem;
  }
  .top-shops ul li.sapporo a {
    box-shadow: 3px 5px 0px 0px #3a5071;
  }
  .top-shops ul li.funabashi a {
    box-shadow: 3px 5px 0px 0px #8a9839;
  }
  .top-shops ul li.inzai a {
    box-shadow: 3px 5px 0px 0px #bda452;
  }
  .top-shops ul li.musashimurayama a {
    box-shadow: 3px 5px 0px 0px #743879;
  }
  .top-shops ul li.tama a {
    box-shadow: 3px 5px 0px 0px #39985b;
  }
  .top-shops ul li.kohoku a {
    box-shadow: 3px 5px 0px 0px #a34c41;
  }
  .top-shops ul li.ebina a {
    box-shadow: 3px 5px 0px 0px #9b6530;
  }
  .top-shops ul li.nagoyakita a {
    box-shadow: 3px 5px 0px 0px #a5515d;
  }
  .top-shops ul li.fukuoka a {
    box-shadow: 3px 5px 0px 0px #779ca9;
  }
  .top-shops ul li.chikushino a {
    box-shadow: 3px 5px 0px 0px #a34c41;
  }
}
@media screen and (min-width: 600px) {
  .top-first-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .top-first-wrap > div {
    width: 50%;
  }
}
.top-first {
  position: relative;
  padding: 4.0rem 0 3.5rem;
  background: #205ad1 url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.top-first .kotetsu {
  position: absolute;
  top: 16%;
  left: 50%;
  z-index: 2;
  width: 84px;
  height: auto;
  margin-left: -180px;
}
.top-first p {
  margin: 2.0rem 0;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .top-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 9.0rem 0 8.0rem;
    background-size: 16px;
    text-align: left;
  }
  .top-first .girl {
    position: absolute;
    top: 3%;
    left: 100%;
    z-index: 2;
    margin-left: -220px;
  }
  .top-first .river {
    position: absolute;
    top: 62%;
    left: 100%;
    z-index: 2;
    margin-left: -850px;
  }
  .top-first .kotetsu {
    position: absolute;
    top: 67%;
    left: 100%;
    z-index: 2;
    width: auto;
    margin-left: -690px;
  }
  .top-first .inner {
    width: 600px;
    padding-right: 6.0rem;
  }
  .top-first .conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4.0rem;
  }
  .top-first .conts p {
    width: 245px;
    margin: 0;
    text-align: left;
  }
  .top-first a {
    width: 330px;
    height: 70px;
  }
}
.top-business {
  position: relative;
  padding: 4.0rem 0 4.5rem;
  background: #a844dd url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.top-business .mirurun {
  position: absolute;
  top: 16%;
  left: 50%;
  z-index: 2;
  width: 70px;
  height: auto;
  margin-left: 110px;
}
.top-business p {
  margin: 2.0rem 0;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .top-business {
    padding: 9.0rem 0 8.0rem;
    background-size: 16px;
    text-align: left;
  }
  .top-business .mirurun {
    position: absolute;
    top: 68%;
    left: 0%;
    z-index: 2;
    width: auto;
    margin-left: 520px;
  }
  .top-business .stars {
    position: absolute;
    top: 13%;
    left: 0%;
    z-index: 2;
    margin-left: 480px;
  }
  .top-business .inner {
    width: 600px;
    padding-left: 6.0rem;
  }
  .top-business .conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 4.0rem;
  }
  .top-business .conts p {
    width: 245px;
    margin: 0;
    text-align: left;
  }
  .top-business a {
    width: 330px;
    height: 70px;
  }
}
.top-info-wrap {
  position: relative;
  padding: 4.0rem 0;
  background-image: url("../images/common/bg_balloons.svg"), url("../images/common/bg_balloons_right.svg");
  background-position: 0px 50px, right -40px top 220px;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px auto, 100px auto;
}
.top-info-wrap:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url("../images/common/wave_light_yellow_up.png") repeat-x center;
  background-size: 110px 10px;
  content: '';
}
.top-info-wrap > div {
  max-width: none;
}
@media screen and (min-width: 600px) {
  .top-info-wrap {
    padding: 9.0rem 0;
    background-position: left top 80px, right top 80px;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
  .top-info-wrap:before {
    top: -33px;
    width: 100%;
    height: 33px;
    background-size: 372px 33px;
  }
  .top-info-wrap .stars {
    position: absolute;
    top: 17%;
    left: 50%;
    z-index: 2;
    margin-left: -830px;
  }
  .top-info-wrap .balloon {
    position: absolute;
    top: 6%;
    left: 50%;
    z-index: 2;
    margin-left: 580px;
  }
  .top-info-wrap .birds {
    position: absolute;
    top: 21%;
    left: 50%;
    z-index: 2;
    margin-left: 700px;
  }
  .top-info-wrap .boy {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    margin-left: -640px;
  }
  .top-info-wrap .bukky {
    position: absolute;
    top: 61%;
    left: 50%;
    z-index: 2;
    margin-left: 620px;
  }
  .top-info-wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.top-info .box {
  margin-bottom: 5.0rem;
  padding: 2.0rem 1.5rem;
  background: #fff;
  border-radius: 10px;
  -webkit-overflow-scrolling: touch;
}
.top-info .list-wrap {
  height: 250px;
  overflow: auto;
  margin-bottom: 2.0rem;
}
.top-info li {
  border-bottom: 2px solid #fd112a;
}
.top-info li a {
  display: block;
  padding: 1.5rem 0 2.0rem;
  color: #4c4c4c;
}
.top-info li:first-child a {
  padding-top: 0;
}
.top-info .date {
  font-size: 1.3rem;
}
.top-info .cat {
  display: inline-block;
  margin: 0 1.0rem;
  padding: 0 1.0rem;
  background: #1aa6eb;
  border-radius: 4px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}
.top-info .new {
  color: #e7497f;
  font-size: 12px;
  font-weight: bold;
}
.top-info .ttl {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .top-info {
    width: 800px;
  }
  .top-info .btn {
    position: absolute;
    top: 10px;
    left: 600px;
  }
  .top-info .box {
    height: 400px;
    margin-bottom: 0;
  }
  .top-info .list-wrap {
    height: 360px;
    padding: 1.0rem 2.5rem;
  }
  .top-info .date {
    font-size: 16px;
  }
  .top-info .cat {
    vertical-align: 2px;
  }
  .top-info .new {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .top-fb {
    width: 350px;
  }
}
.top-banners {
  position: relative;
  padding: 4.0rem 0;
  background: #fad31e url("../images/common/dot.png") repeat center;
  background-size: 8px;
}
.top-banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.top-banners ul li {
  width: 48.5%;
  margin-bottom: 1.5rem;
}
.top-banners ul li:last-child, .top-banners ul li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .top-banners {
    padding: 8.0rem 0 11.0rem;
    background-size: 16px;
  }
  .top-banners .car {
    position: absolute;
    top: 22%;
    left: 50%;
    z-index: 2;
    margin-left: 570px;
  }
  .top-banners ul li {
    width: 290px;
    margin: 0 0.66rem;
  }
}
@media screen and (max-width: 679px) {
  .top-banners ul li {
    width: 47.5%;
    margin-bottom: 1.5rem;
  }
  .top-banners ul li:last-child, .top-banners ul li:nth-last-child(2) {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.index-search .list-wrap {
  height: auto;
}
.index-search .ttl {
  margin-bottom: 1.0rem;
}
.index-sitemap .parent {
  display: block;
  margin-top: 2.0rem;
  margin-bottom: 2.0rem;
}
@media screen and (min-width: 600px) {
  .index-sitemap .parent {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*------------------------------------------------------------
  info
------------------------------------------------------------*/
.info-detail {
  margin: 0 0 -60px;
}
@media screen and (max-width: 1240px) {
  .info-detail {
    margin: 0 0 -8%;
  }
}
.info-archive .list-wrap {
  height: auto;
}
.info-detail .date {
  font-size: 1.3rem;
}
.info-detail .cat {
  display: inline-block;
  margin: 0 1.0rem;
  padding: 0 1.0rem;
  background: #1aa6eb;
  border-radius: 4px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  vertical-align: 1px;
}
.info-detail .new {
  color: #e7497f;
  font-size: 12px;
  font-weight: bold;
}
.info-detail .content {
  margin: 2.0rem 0 30px;
  font-size: 16px;
  line-height: 1.5;
}
.info-detail .content.notitile {
  margin: 0 0 30px;
}
.info-detail .content p {
  margin-bottom: 1.0rem;
}
.info-detail .content img {
  height: auto;
  max-width: 100%;
}
.info-detail .content .alignleft, .info-detail .content img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.info-detail .content .alignright, .info-detail .content img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.info-detail .content .aligncenter, .info-detail .content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.info-detail .content img.alignleft, .info-detail .content img.alignright, .info-detail .content img.aligncenter {
  margin-bottom: 12px;
}
.info-detail .content .wp-caption {
  background: #f1f1f1;
  border: none;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.info-detail .content .wp-caption img {
  margin: 5px;
}
.info-detail .content .wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}
.info-detail .content .wp-smiley {
  margin: 0;
}
.info-detail .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .info-detail .date {
    font-size: 16px;
  }
  .info-detail .cat {
    vertical-align: 2px;
  }
  .info-detail .new {
    font-size: 14px;
  }
}
/*------------------------------------------------------------
  guide
------------------------------------------------------------*/
.guide-fun section {
  position: relative;
}
.guide-fun .fanfan {
  position: absolute;
  top: 28%;
  left: 50%;
  z-index: 2;
  width: 117px;
  margin-left: -500px;
}
.guide-fun .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.guide-fun .links li {
  width: 46%;
  margin: 0 0.3rem 1.0rem;
}
.guide-fun .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 75px;
  padding: 0 1.0rem 2.0rem 1.0rem;
  border: 2px solid #fd112a;
  border-radius: 1.0rem;
  box-shadow: 1px 2px 0px 0px #fd112a;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}
.guide-fun .links li a:after {
  position: absolute;
  bottom: 8%;
  right: 50%;
  width: 20px;
  height: 20px;
  margin-right: -10px;
  background: url("../images/common/icon_orange_circle_arrow_right.svg") no-repeat center;
  background-size: 20px;
  content: '';
  transform: rotate(90deg);
  transition: background 0.3s ease;
}
.guide-fun .links li a:hover {
  opacity: 1;
  color: #fff !important;
}
.guide-fun .links li a:hover:after {
  background: url("../images/common/icon_white_circle_arrow_right.svg") no-repeat center;
  background-size: 20px;
}
.guide-fun .links li:nth-child(1) a {
  color: #e7497f;
}
.guide-fun .links li:nth-child(1) a:hover {
  background: #e7497f url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
.guide-fun .links li:nth-child(2) a {
  color: #205ad1;
}
.guide-fun .links li:nth-child(2) a:hover {
  background: #205ad1 url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
.guide-fun .links li:nth-child(3) a {
  color: #a844dd;
}
.guide-fun .links li:nth-child(3) a:hover {
  background: #a844dd url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
.guide-fun .links li:nth-child(4) a {
  color: #1aa6eb;
}
.guide-fun .links li:nth-child(4) a:hover {
  background: #1aa6eb url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
.guide-fun .links li:nth-child(6) a {
  color: #fd112a;
}
.guide-fun .links li:nth-child(6) a:hover {
  background: #fd112a url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
.guide-fun .links li:nth-child(6) a {
  color: #0b3596;
}
.guide-fun .links li:nth-child(6) a:hover {
  background: #0b3596 url("../images/common/bg_stripe.png") repeat center;
  background-size: 17px;
}
@media screen and (min-width: 600px) {
  .guide-fun .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .guide-fun .links li {
    width: 15%;
    margin: 0;
  }
  .guide-fun .links li a {
    height: 100px;
    border-radius: 2.0rem;
    box-shadow: 3px 5px 0px 0px #fd112a;
    font-size: 1.8rem;
  }
}
.guide-fun .flag01 {
  position: absolute;
  top: 6%;
  left: 50%;
  z-index: 2;
  margin-left: -730px;
}
.guide-fun .girls02 {
  position: absolute;
  top: 2%;
  right: 50%;
  z-index: 2;
  margin-right: -630px;
}
.guide-fun .sora {
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 2;
  width: 170px;
  margin-left: -720px;
}
.guide-fun .attractions li, .guide-fun .attractions--pink li, .guide-fun .attractions--blue li, .guide-fun .attractions--purple li, .guide-fun .attractions--lightBlue li, .guide-fun .attractions--orange li, .guide-fun .attractions--darkBlue li {
  margin-bottom: 2.0rem;
}
.guide-fun .attractions li:last-child, .guide-fun .attractions--pink li:last-child, .guide-fun .attractions--blue li:last-child, .guide-fun .attractions--purple li:last-child, .guide-fun .attractions--lightBlue li:last-child, .guide-fun .attractions--orange li:last-child, .guide-fun .attractions--darkBlue li:last-child {
  margin-bottom: 0;
}
.guide-fun .attractions li:last-child .btn, .guide-fun .attractions--pink li:last-child .btn, .guide-fun .attractions--blue li:last-child .btn, .guide-fun .attractions--purple li:last-child .btn, .guide-fun .attractions--lightBlue li:last-child .btn, .guide-fun .attractions--orange li:last-child .btn, .guide-fun .attractions--darkBlue li:last-child .btn {
  margin-bottom: 0;
}
.guide-fun .attractions li img, .guide-fun .attractions--pink li img, .guide-fun .attractions--blue li img, .guide-fun .attractions--purple li img, .guide-fun .attractions--lightBlue li img, .guide-fun .attractions--orange li img, .guide-fun .attractions--darkBlue li img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.0rem;
  margin-bottom: 1.0rem;
}
.guide-fun .attractions li .ttl, .guide-fun .attractions--pink li .ttl, .guide-fun .attractions--blue li .ttl, .guide-fun .attractions--purple li .ttl, .guide-fun .attractions--lightBlue li .ttl, .guide-fun .attractions--orange li .ttl, .guide-fun .attractions--darkBlue li .ttl {
  margin-bottom: 0.5rem;
  font-size: 2.0rem;
  font-weight: 800;
  text-align: center;
}
.guide-fun .attractions li .desc, .guide-fun .attractions--pink li .desc, .guide-fun .attractions--blue li .desc, .guide-fun .attractions--purple li .desc, .guide-fun .attractions--lightBlue li .desc, .guide-fun .attractions--orange li .desc, .guide-fun .attractions--darkBlue li .desc {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .guide-fun .attractions, .guide-fun .attractions--pink, .guide-fun .attractions--blue, .guide-fun .attractions--purple, .guide-fun .attractions--lightBlue, .guide-fun .attractions--orange, .guide-fun .attractions--darkBlue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .guide-fun .attractions li, .guide-fun .attractions--pink li, .guide-fun .attractions--blue li, .guide-fun .attractions--purple li, .guide-fun .attractions--lightBlue li, .guide-fun .attractions--orange li, .guide-fun .attractions--darkBlue li {
    width: 31.5%;
    margin: 0 1.3% 4.0rem;
  }
  .guide-fun .attractions li:first-child, .guide-fun .attractions--pink li:first-child, .guide-fun .attractions--blue li:first-child, .guide-fun .attractions--purple li:first-child, .guide-fun .attractions--lightBlue li:first-child, .guide-fun .attractions--orange li:first-child, .guide-fun .attractions--darkBlue li:first-child {
    margin-left: 0;
  }
  .guide-fun .attractions li:last-child, .guide-fun .attractions--pink li:last-child, .guide-fun .attractions--blue li:last-child, .guide-fun .attractions--purple li:last-child, .guide-fun .attractions--lightBlue li:last-child, .guide-fun .attractions--orange li:last-child, .guide-fun .attractions--darkBlue li:last-child {
    margin-right: 0;
    margin-bottom: 4.0rem;
  }
  .guide-fun .attractions li img, .guide-fun .attractions--pink li img, .guide-fun .attractions--blue li img, .guide-fun .attractions--purple li img, .guide-fun .attractions--lightBlue li img, .guide-fun .attractions--orange li img, .guide-fun .attractions--darkBlue li img {
    border-radius: 2.0rem;
    margin-bottom: 2.5rem;
  }
  .guide-fun .attractions li .ttl, .guide-fun .attractions--pink li .ttl, .guide-fun .attractions--blue li .ttl, .guide-fun .attractions--purple li .ttl, .guide-fun .attractions--lightBlue li .ttl, .guide-fun .attractions--orange li .ttl, .guide-fun .attractions--darkBlue li .ttl {
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}
.guide-fun .attractions--pink li img {
  box-shadow: 3px 5px 0px 0px #e7497f;
}
.guide-fun .attractions--pink li .ttl {
  color: #e7497f;
}
.guide-fun .attractions--blue li img {
  box-shadow: 3px 5px 0px 0px #205ad1;
}
.guide-fun .attractions--blue li .ttl {
  color: #205ad1;
}
.guide-fun .attractions--purple li img {
  box-shadow: 3px 5px 0px 0px #a844dd;
}
.guide-fun .attractions--purple li .ttl {
  color: #a844dd;
}
.guide-fun .attractions--lightBlue li img {
  box-shadow: 3px 5px 0px 0px #1aa6eb;
}
.guide-fun .attractions--lightBlue li .ttl {
  color: #1aa6eb;
}
.guide-fun .attractions--orange li img {
  box-shadow: 3px 5px 0px 0px #fd112a;
}
.guide-fun .attractions--orange li .ttl {
  color: #fd112a;
}
.guide-fun .attractions--darkBlue li img {
  box-shadow: 3px 5px 0px 0px #0b3596;
}
.guide-fun .attractions--darkBlue li .ttl {
  color: #0b3596;
}
.guide-fun .btn {
  margin-bottom: 30px;
  padding-right: 5.0rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
  .guide-fun .btn {
    max-width: 650px;
    height: 70px;
    font-size: 1.8rem;
  }
}
.guide-fun .mb {
  margin-bottom: 5.0rem;
}
@media screen and (min-width: 600px) {
  .guide-fun .mb {
    margin-bottom: 9.0rem;
  }
}
.guide-fun .girls03 {
  position: absolute;
  top: -10%;
  left: 50%;
  z-index: 2;
  margin-left: -770px;
}
.guide-fun .cooking {
  position: absolute;
  top: 5%;
  right: 50%;
  z-index: 2;
  margin-right: -440px;
}
.guide-fun .block {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 2;
  margin-left: -760px;
}
.guide-fun .stars {
  position: absolute;
  top: 43%;
  right: 50%;
  z-index: 2;
  margin-right: -850px;
}
.guide-fun .fanmiru {
  position: absolute;
  bottom: -19%;
  right: 50%;
  z-index: 2;
  margin-right: -810px;
}
.guide-fun .girls04 {
  position: absolute;
  top: -1%;
  left: 50%;
  z-index: 2;
  margin-left: -700px;
}
.guide-fun .fashion {
  position: absolute;
  top: 12%;
  right: 50%;
  z-index: 2;
  margin-right: -440px;
}
.guide-fun .flag02 {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  margin-left: -600px;
}
.guide-fun .flag03 {
  position: absolute;
  top: 29%;
  right: 50%;
  z-index: 2;
  margin-right: -570px;
}
.guide-fun .runa {
  position: absolute;
  bottom: 7%;
  right: 50%;
  z-index: 2;
  width: 160px;
  margin-right: -650px;
}
.guide-fun .boy {
  position: absolute;
  top: -10%;
  left: 50%;
  z-index: 2;
  margin-left: -730px;
}
.guide-fun .stars04 {
  position: absolute;
  top: 5%;
  right: 50%;
  z-index: 2;
  margin-right: -360px;
}
.guide-fun .kotetsu {
  position: absolute;
  top: 12%;
  right: 50%;
  z-index: 2;
  margin-right: -630px;
}
.guide-fun .mirurun {
  position: absolute;
  top: -1%;
  left: 50%;
  z-index: 2;
  margin-left: -600px;
}
.guide-fun .flag04 {
  position: absolute;
  top: 32%;
  left: 50%;
  z-index: 2;
  margin-left: -420px;
}
.guide-fun .flag05 {
  position: absolute;
  top: 32%;
  right: 50%;
  z-index: 2;
  margin-right: -440px;
}
.guide-fun .girl02 {
  position: absolute;
  bottom: 0%;
  right: 50%;
  z-index: 2;
  margin-right: -680px;
}
.guide-fun .car04 {
  position: absolute;
  top: -2%;
  left: 50%;
  z-index: 2;
  margin-left: -670px;
}
.guide-fun .boy03 {
  position: absolute;
  bottom: 0%;
  right: 50%;
  z-index: 2;
  margin-right: -810px;
}
/*------------------------------------------------------------
  user-guide
------------------------------------------------------------*/
.parent-pageid-17225 .breadcrumbs span:nth-child(2) a, .parent-pageid-17246 .breadcrumbs span:nth-child(2) a, .parent-pageid-7223 .breadcrumbs span:nth-child(2) a {
  pointer-events: none;
  cursor: default;
}
.userguide-virus img {
  border-radius: 10px;
}
.userguide-virus .imgs div {
  width: 100%;
  margin-bottom: 1.5rem;
}
.userguide-virus .imgs div img {
  width: 100%;
  height: auto;
}
.img_desc {
  max-width: 640px !important;
}
.userguide-virus .img_desc {
  margin-bottom: 1.0rem;
}
.userguide-virus .img_desc + img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .userguide-virus .imgs div {
    width: 31.5%;
  }
  .userguide-virus .img_desc {
    width: 780px;
    float: right;
  }
  .userguide-virus .img_desc + img {
    width: 31.5%;
  }
}
.userguide-safety img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.0rem;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .userguide-safety img {
    width: auto;
    margin-top: 0;
  }
}
.userguide-character .flex > div {
  margin-bottom: 30px;
}
.userguide-character .flex img {
  border-radius: 10px;
}
.userguide-character .ttl {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .userguide-character .flex > div {
    width: 48.5%;
  }
  .userguide-character .flex img {
    width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
  attraction
------------------------------------------------------------*/
.attraction-index .attraction-floormap, .shop-attraction .attraction-floormap {
  position: relative;
}
.attraction-index .attraction-floormap #floormap, .shop-attraction .attraction-floormap #floormap {
  width: 100%;
  height: auto;
}
.attraction-index .attraction-floormap .kotetsu, .shop-attraction .attraction-floormap .kotetsu {
  position: absolute;
  bottom: 10%;
  left: 42%;
  z-index: 2;
  width: 84px;
  height: auto;
  margin-left: -170px;
}
.attraction-index .list, .shop-attraction .list {
  margin-top: 30px;
}
.attraction-index .list > li, .shop-attraction .list > li {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #fd112a;
}
.attraction-index .list > li img, .shop-attraction .list > li img {
  width: 100%;
  height: auto;
}
.attraction-index .text, .shop-attraction .text {
  padding: 1.7rem 12px 1.5rem;
  text-align: center;
}
.attraction-index .ttl, .shop-attraction .ttl {
  margin-bottom: 1.0rem;
  color: #fd112a;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.3;
}
.attraction-index .age, .shop-attraction .age {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.attraction-index .desc, .shop-attraction .desc {
  margin-bottom: 2.0rem;
  font-size: 14px;
}
.attraction-index .tags, .shop-attraction .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  max-width: 261px;
  margin: 0 auto 2.0rem;
}
.attraction-index .tags li, .shop-attraction .tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 128px;
  height: 34px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.attraction-index .tags li:nth-child(2n+1), .shop-attraction .tags li:nth-child(2n+1) {
  margin-right: 0.5rem;
}
.attraction-index .tags li.stress, .shop-attraction .tags li.stress {
  background: #ec3d03;
}
.attraction-index .tags li.strength, .shop-attraction .tags li.strength {
  background: #82b31b;
}
.attraction-index .tags li.balance, .shop-attraction .tags li.balance {
  background: #1693d4;
}
.attraction-index .tags li.parent, .shop-attraction .tags li.parent {
  background: #0b3596;
}
.attraction-index .tags li.imagination, .shop-attraction .tags li.imagination {
  background: #00adaa;
}
.attraction-index .tags li.infants, .shop-attraction .tags li.infants {
  background: #e33a78;
}
.attraction-index .tags li.people, .shop-attraction .tags li.people {
  background: #fac200;
}
.attraction-index .tags li.adult, .shop-attraction .tags li.adult {
  background: #832ab4;
}
.attraction-index .btns li, .shop-attraction .btns li {
  margin-bottom: 1.0rem;
}
@media screen and (min-width: 600px) {
  .attraction-index .attraction-floormap .kotetsu, .shop-attraction .attraction-floormap .kotetsu {
    position: absolute;
    bottom: -6%;
    left: 50%;
    z-index: 2;
    width: auto;
    margin-left: -700px;
  }
  .attraction-index .list, .shop-attraction .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6.0rem;
  }
  .attraction-index .list > li, .shop-attraction .list > li {
    width: 48.3%;
    margin-bottom: 6.0rem;
    border-radius: 20px;
    box-shadow: 8px 8px 0px 0px #fd112a;
  }
  .attraction-index .text, .shop-attraction .text {
    padding: 2.5rem 2.5rem 30px;
  }
  .attraction-index .ttl, .shop-attraction .ttl {
    font-size: 30px;
  }
  .attraction-index .age, .shop-attraction .age {
    margin-bottom: 2.0rem;
  }
  .attraction-index .desc, .shop-attraction .desc {
    margin-bottom: 2.5rem;
  }
  .attraction-index .tags, .shop-attraction .tags {
    max-width: none;
    margin-bottom: 30px;
  }
  .attraction-index .tags li, .shop-attraction .tags li {
    margin-right: 0.5rem;
  }
  .attraction-index .tags li:nth-child(2n+1), .shop-attraction .tags li:nth-child(2n+1) {
    margin-right: 0.5rem;
  }
  .attraction-index .tags li:nth-child(4n), .shop-attraction .tags li:nth-child(4n) {
    margin-right: 0;
  }
  .attraction-index .btns, .shop-attraction .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .attraction-index .btns li, .shop-attraction .btns li {
    width: 48%;
  }
}
.modaal-container iframe {
  width: 100%;
  max-height: 50vh;
}
@media screen and (min-width: 600px) {
  .modaal-container iframe {
    max-height: none;
  }
}
.attraction-detail .mv-wrap {
  position: relative;
}
.attraction-detail .mv-wrap .balloon-left {
  position: absolute;
  top: 15%;
  left: -3px;
  width: 15%;
  height: auto;
}
.attraction-detail .mv-wrap .balloon-right {
  position: absolute;
  top: 15%;
  right: -3px;
  width: 15%;
  height: auto;
}
.attraction-detail .mv {
  overflow: hidden;
}
.attraction-detail .mv:after {
  display: block;
  clear: both;
  content: "";
}
.attraction-detail .mv img {
  position: relative;
  z-index: 2;
  width: 50%;
  height: auto;
}
.attraction-detail .mv .ttl {
  display: block;
  width: 60%;
  margin: -1.0rem auto -30px;
}
.attraction-detail .mv .left {
  float: left;
}
.attraction-detail .mv .right {
  float: right;
}
.attraction-detail .age {
  margin-bottom: 1.0rem;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
.attraction-detail .age img {
  display: inline-block;
  width: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.attraction-detail .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  max-width: 266px;
  margin: 0 auto;
}
.attraction-detail .tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 128px;
  height: 25px;
  margin-bottom: 1.0rem;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.attraction-detail .tags li:nth-child(2n+1) {
  margin-right: 1.0rem;
}
.attraction-detail .tags li.stress {
  background: #ec3d03;
}
.attraction-detail .tags li.strength {
  background: #82b31b;
}
.attraction-detail .tags li.balance {
  background: #1693d4;
}
.attraction-detail .tags li.parent {
  background: #0b3596;
}
.attraction-detail .tags li.imagination {
  background: #00adaa;
}
.attraction-detail .tags li.infants {
  background: #e33a78;
}
.attraction-detail .tags li.people {
  background: #fac200;
}
.attraction-detail .tags li.adult {
  background: #832ab4;
}
.attraction-detail .bg {
  padding: 1px 12px 2.5rem;
  background: #fff;
  border-radius: 10px;
}
.attraction-detail .bg > .ttl {
  width: max-content;
  max-width: 95%;
  margin: -2.0rem auto 2.0rem;
  padding: 1.0rem;
  border-radius: 100px;
  background: #0092e7 url("../images/common/bg_stripe_03.png") repeat center;
  background-size: 6px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.16);
}
.attraction-detail .img {
  margin-bottom: 2.5rem;
}
. .attraction-detail .note {
  margin-bottom: 4.0rem;
  font-size: 12px;
}
.attraction-detail .ttl-bor {
  margin-top: 30px;
}
.attraction-detail .attimg {
  position: relative;
}
.attraction-detail .attimg img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.attraction-detail .attimg .balloon-left {
  position: absolute;
  top: 55%;
  left: 0;
  width: 64px;
  height: auto;
  margin-top: -67px;
}
.attraction-detail .attimg .balloon-right {
  position: absolute;
  top: 55%;
  right: 0;
  width: 64px;
  height: auto;
  margin-top: -67px;
}
.attraction-detail iframe {
  width: 100%;
}
.attraction-detail .effect {
  margin: 1.5rem 0;
}
.attraction-detail .effect dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 8px 8px 0 0;
  background: #1aa6eb;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
.attraction-detail .effect dd {
  padding: 2.0rem 12px;
  border-right: 2px solid #1aa6eb;
  border-bottom: 2px solid #1aa6eb;
  border-left: 2px solid #1aa6eb;
  border-radius: 0 0 8px 8px;
}
.attraction-detail .impression {
  margin: 1.5rem 0;
}
.attraction-detail .impression dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0.3rem;
  border-radius: 8px 8px 0 0;
  background: #fd112a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}
.attraction-detail .impression dd {
  padding: 2.0rem 12px;
  border-right: 2px solid #fd112a;
  border-bottom: 2px solid #fd112a;
  border-left: 2px solid #fd112a;
  border-radius: 0 0 8px 8px;
}
.attraction-detail .btn {
  padding-right: 5.0rem;
  font-size: 14px;
}
.attraction-detail .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  position: relative;
  z-index: 2;
}
.attraction-detail .list li {
  width: 33.3%;
}
.attraction-detail .list li:nth-child(9n+1) a, .attraction-detail .list li:nth-child(9n+3) a {
  background: #1aa6eb;
}
.attraction-detail .list li:nth-child(9n+2) a {
  background: #1693d4;
}
.attraction-detail .list li:nth-child(9n+4) a, .attraction-detail .list li:nth-child(9n+6) a {
  background: #fd112a;
}
.attraction-detail .list li:nth-child(9n+5) a {
  background: #f05a28;
}
.attraction-detail .list li:nth-child(9n+7) a, .attraction-detail .list li:nth-child(9n+9) a {
  background: #82b31b;
}
.attraction-detail .list li:nth-child(9n+8) a {
  background: #72a013;
}
.attraction-detail .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 4.0rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
.attraction-detail .list li a .small {
  font-size: 1.0rem;
}
.attraction-detail .other {
  position: relative;
}
.attraction-detail .other .balloon-left {
  position: absolute;
  top: 15%;
  left: -3px;
  width: 15%;
  height: auto;
}
.attraction-detail .other .balloon-right {
  position: absolute;
  top: 15%;
  right: -3px;
  width: 15%;
  height: auto;
}
.attraction-detail .mirurun {
  position: absolute;
  bottom: -11%;
  left: 50%;
  z-index: 2;
  width: 70px;
  height: auto;
  margin-left: 80px;
}
@media screen and (min-width: 600px) {
  .attraction-detail .mv-wrap .balloon-left {
    top: 32%;
    left: -3px;
    width: auto;
  }
  .attraction-detail .mv-wrap .balloon-right {
    top: 32%;
    right: -3px;
    width: auto;
  }
  .attraction-detail .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .attraction-detail .mv img {
    display: inline;
    width: auto;
  }
  .attraction-detail .mv .ttl {
    display: inline;
    width: auto;
    margin: 0;
    order: 2;
  }
  .attraction-detail .mv .left {
    order: 1;
  }
  .attraction-detail .mv .right {
    order: 3;
  }
  .attraction-detail .age {
    margin-bottom: 2.0rem;
    font-size: 2.0rem;
  }
  .attraction-detail .age img {
    width: 30px;
    margin-right: 1.0rem;
  }
  .attraction-detail .tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: none;
  }
  .attraction-detail .tags li {
    width: 141px;
    height: 37px;
    margin-right: 1.0rem;
    margin-bottom: 0;
    font-size: 16px;
  }
  .attraction-detail .tags li:nth-child(2n+1) {
    margin-right: 1.0rem;
  }
  .attraction-detail .tags li:last-child {
    margin-right: 0;
  }
  .attraction-detail .bg {
    position: relative;
    padding: 1px 5.0rem 6.0rem;
    border-radius: 15px;
  }
  .attraction-detail .bg > .ttl {
    margin: -4.0rem auto 7.0rem;
    padding: 2.0rem 14.0rem;
    font-size: 3.5rem;
  }
  .attraction-detail .bg .flag-left {
    position: absolute;
    top: -10px;
    left: -25px;
  }
  .attraction-detail .bg .flag-right {
    position: absolute;
    top: -10px;
    right: -25px;
  }
  .attraction-detail .bg .balloon-left {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: auto;
  }
  .attraction-detail .bg .runa {
    position: absolute;
    bottom: 60px;
    right: -50px;
    width: 109px;
    height: auto;
  }
  .attraction-detail .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .attraction-detail .flex > * {
    max-width: 48%;
  }
  .attraction-detail .flex .text .ttl {
    text-align: left;
  }
  .attraction-detail .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 2.0rem 0;
  }
  .attraction-detail .note {
    text-align: right;
  }
  .attraction-detail .feature {
    position: relative;
  }
  .attraction-detail .feature .balloon-right {
    position: absolute;
    top: -100px;
    right: -30px;
    width: auto;
  }
  .attraction-detail .ttl-bor {
    position: relative;
    z-index: 2;
    margin: 10.0rem 0 4.0rem;
  }
  .attraction-detail .flex_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .attraction-detail .flex_02 .img {
    width: 40%;
  }
  .attraction-detail .flex_02 .text {
    width: 56%;
    margin-top: 2.0rem;
  }
  .attraction-detail .attimg {
    margin: 0;
  }
  .attraction-detail .attimg img {
    margin: 0;
    width: 100%;
  }
  .attraction-detail iframe {
    min-height: 600px;
  }
  .attraction-detail .effect {
    width: 100%;
    margin: 4.0rem 0;
  }
  .attraction-detail .effect dt {
    padding: 1.0rem;
    border-radius: 10px 10px 0 0;
    font-size: 2.4rem;
  }
  .attraction-detail .effect dd {
    padding: 30px 3.5rem;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  .attraction-detail .impression {
    width: 100%;
    margin: 4.0rem 0;
  }
  .attraction-detail .impression dt {
    padding: 1.0rem;
    border-radius: 10px 10px 0 0;
    font-size: 2.4rem;
  }
  .attraction-detail .impression dd {
    padding: 4.0rem 3.5rem;
    min-height: 372px;
    border-radius: 0 0 10px 10px;
  }
  .attraction-detail .btn {
    width: 485px;
    height: 7.0rem;
    font-size: 2.4rem;
  }
  .attraction-detail .other .stars {
    position: absolute;
    top: 14%;
    left: 50%;
    z-index: 2;
    margin-left: -790px;
  }
  .attraction-detail .other .fanfan {
    position: absolute;
    top: 57%;
    left: 50%;
    z-index: 2;
    width: 168px;
    margin-left: -790px;
  }
  .attraction-detail .other .mirurun {
    position: absolute;
    top: 68%;
    right: 50%;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: 100px;
    margin-right: -700px;
    margin-left: auto;
  }
  .attraction-detail .other .kotetsu {
    position: absolute;
    top: 30%;
    right: 50%;
    z-index: 2;
    width: 157px;
    margin-right: -800px;
  }
  .attraction-detail .other .balloon-left {
    top: 16%;
    left: 0;
    width: auto;
  }
  .attraction-detail .other .balloon-right {
    top: 16%;
    right: 0;
    width: auto;
  }
  .attraction-detail .list li {
    width: 20%;
  }
  .attraction-detail .list li:nth-child(15n+1) a, .attraction-detail .list li:nth-child(15n+3) a, .attraction-detail .list li:nth-child(15n+5) a {
    background: #1aa6eb;
  }
  .attraction-detail .list li:nth-child(15n+2) a, .attraction-detail .list li:nth-child(15n+4) a {
    background: #1693d4;
  }
  .attraction-detail .list li:nth-child(15n+6) a, .attraction-detail .list li:nth-child(15n+8) a, .attraction-detail .list li:nth-child(15n+10) a {
    background: #fd112a;
  }
  .attraction-detail .list li:nth-child(15n+7) a, .attraction-detail .list li:nth-child(15n+9) a {
    background: #f05a28;
  }
  .attraction-detail .list li:nth-child(15n+11) a, .attraction-detail .list li:nth-child(15n+13) a, .attraction-detail .list li:nth-child(15n+15) a {
    background: #82b31b;
  }
  .attraction-detail .list li:nth-child(15n+12) a, .attraction-detail .list li:nth-child(15n+14) a {
    background: #72a013;
  }
  .attraction-detail .list li a {
    height: 7.0rem;
    font-size: 1.8rem;
  }
  .attraction-detail .list li a .small {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
  business
------------------------------------------------------------*/
.business-index {
  font-size: 16px;
  line-height: 1.5;
}
.business-index .btn {
  max-width: 400px;
  margin-top: 1.0rem;
}
.business-index .img_desc {
  margin-bottom: 1.0rem;
}
.business-index .img_desc + img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.business-index .img_desc {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-index .img_desc .imgwrap {
  width: 320px;
}
.business-index .img_desc .imgwrap img {
  width: 100%;
  border-radius: 10px;
}
.business-index .img_desc .txtwrap {
  width: calc(100% - 340px);
}
.business-travel .img_desc {
  margin-bottom: 1.0rem;
}
.business-travel .img_desc + img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.business-travel .btn {
  padding-right: 10px;
}
@media screen and (min-width: 600px) {
  .business-travel .img_desc {
    width: 640px;
    float: right;
  }
  .business-travel .img_desc + img {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .business-index .img_desc .imgwrap {
    width: 100%;
  }
  .business-index .img_desc .imgwrap img {
    width: 80%;
    margin: 0 10% 5%;
  }
  .business-index .img_desc .txtwrap {
    width: 100%;
  }
}
.business-rental table td {
  text-align: center;
  vertical-align: middle;
}
.business-rental .btn-detail {
  font-size: 12px;
  line-height: 1.3;
}
.business-rental .btn-detail:after {
  content: none;
}
.business-rental .btn-contact {
  padding-right: 5.0rem;
}
@media screen and (min-width: 600px) {
  .business-rental .btn-detail {
    font-size: 2.0rem;
  }
}
.modaal-container table {
  table-layout: fixed;
}
.modaal-container table td {
  text-align: center;
  vertical-align: middle;
}
.modaal-container .btn-contact {
  padding-right: 5px;
}
.business-support .btn {
  padding-right: 10px;
}
.business-support img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------
  corporate
------------------------------------------------------------*/
.corporate-index .img_desc {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate-index .img_desc .imgwrap {
  width: 320px;
}
.corporate-index .img_desc .imgwrap img {
  width: 100%;
  border-radius: 10px;
}
.corporate-index .img_desc .txtwrap {
  width: calc(100% - 340px);
}
.corporate-index .img_desc {
  margin-bottom: 1.0rem;
}
.corporate-index .img_desc + img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.corporate-index .btn {
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .corporate-index .img_desc .imgwrap {
    width: 100%;
  }
  .corporate-index .img_desc .imgwrap img {
    width: 80%;
    margin: 0 10% 5%;
  }
  .corporate-index .img_desc .txtwrap {
    width: 100%;
  }
}
/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
.contact-index .contact-btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.contact-index .contact-btn_wrap .btn {
  width: 120px !important;
  height: 40px;
  margin: 0 0.2rem 1.0rem;
  padding: 0.2rem 0.5rem;
  background: #aaa url("../images/common/bg_stripe_02.png") repeat center;
  background-size: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.contact-index .btn.sapporo {
  background-color: #0065ba;
}
.contact-index .btn.inzai {
  background-color: #f49700;
}
.contact-index .btn.funabashi {
  background-color: #00adaa;
}
.contact-index .btn.musashimurayama {
  background-color: #bf52ec;
}
.contact-index .btn.tama {
  background-color: #22c345;
}
.contact-index .btn.kohoku {
  background-color: #f14436;
}
.contact-index .btn.ebina {
  background-color: #f86218;
}
.contact-index .btn.nagoyakita {
  background-color: #ec5268;
}
.contact-index .btn.fukuoka {
  background-color: #31a5ef;
}
.contact-index .btn.chikushino {
  background-color: #be006a;
}
.contact-index .table td {
  min-width: auto;
}
.contact-index .table .company {
  padding-right: 50px;
}
.contact-index .contact-btn_wrap .btn::after {
  background-image: none;
}
@media screen and (max-width: 767px) {
  .contact-index .contact-btn_wrap {
    justify-content: space-between;
    margin-top: 10px;
  }
  .contact-index .contact-btn_wrap .btn {
    width: 32% !important;
    margin: 0 0 0.5rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .contact-index .contact-btn_wrap .btn {
    font-size: 3.5vw;
  }
}
/*------------------------------------------------------------
  coupon
------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  .shop-coupon .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
  }
  .shop-coupon .flex > *:last-child {
    max-width: 700px;
    padding-left: 30px;
  }
}
.bg-yellow {
  width: 500px;
  background-color: #fad217;
  padding: 20px;
  border-radius: 15px;
  font-size: 14px;
}
ul.attention {
  margin-bottom: 30px;
}
ul.attention li {
  font-size: 1.4em;
  list-style: inside;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
/*------------------------------------------------------------
  ユーティリティ（ちょっとした調整用）
------------------------------------------------------------*/
/*------------------------------------------------------------
  utility
------------------------------------------------------------*/
.util-mt0 {
  margin-top: 0px !important;
}
.util-mr0 {
  margin-right: 0px !important;
}
.util-mb0 {
  margin-bottom: 0 !important;
}
.util-ml0 {
  margin-left: 0px !important;
}
.util-pt0 {
  padding-top: 0px !important;
}
.util-pr0 {
  padding-right: 0px !important;
}
.util-pr50 {
  padding-right: 50px !important;
}
.util-pb0 {
  padding-bottom: 0 !important;
}
.util-pl0 {
  padding-left: 0px !important;
}
.util-fs0 {
  font-size: 0;
}
.util-flL {
  float: left !important;
}
img.util-flL {
  margin: 0 25px 25px 0;
  display: block;
}
.util-flR {
  float: right !important;
}
img.util-flR {
  margin: 0 0 25px 25px;
  display: block;
}
.util-taC {
  text-align: center !important;
}
.util-taR {
  text-align: right !important;
}
.util-taL {
  text-align: left !important;
}
.util-mtS {
  margin-top: 10px !important;
}
.util-mtM {
  margin-top: 20px !important;
}
.util-mtL {
  margin-top: 30px !important;
}
.util-mbS {
  margin-bottom: 10px !important;
}
.util-mbM {
  margin-bottom: 20px !important;
}
.util-mbL {
  margin-bottom: 30px !important;
}
/* sp */
@media screen and (max-width: 679px) {
  img.util-flL {
    margin: 0 12px 12px 0;
  }
  img.util-flR {
    margin: 0 0 12px 12px;
  }
  .util-mtS {
    margin-top: 5px !important;
  }
  .util-mtM {
    margin-top: 10px !important;
  }
  .util-mtL {
    margin-top: 15px !important;
  }
  .util-mbS {
    margin-bottom: 5px !important;
  }
  .util-mbM {
    margin-bottom: 10px !important;
  }
  .util-mbL {
    margin-bottom: 15px !important;
  }
}
.util-cf {
  *zoom: 1;
}
.util-cf:after {
  display: block;
  clear: both;
  content: "";
}
.util-disN {
  display: none;
}
.util-wid100pct {
  width: 100% !important;
}
.util-br5 {
  border-radius: 5px;
}
.util-br10 {
  border-radius: 10px;
}
.util-lightBlue {
  color: #1aa6eb !important;
}
.util-peN {
  pointer-events: none;
}
.util-opa {
  opacity: 0.7;
}
.util-track_tags {
  display: none;
}
.blue {
  color: #0083ca;
}
.red {
  color: #e20a16;
}
.cfx {
  zoom: 1;
}
.cfx:after {
  content: "";
  display: block;
  clear: both;
}
.flt_l {
  float: left;
}
.flt_r {
  float: right;
}
.pdng10 {
  padding: 10px;
}
span.d10 {
  font-weight: bold;
  font-size: 2em;
  color: #6c0;
}
span.d20 {
  font-weight: bold;
  font-size: 2em;
  color: #f66;
}
span.d50 {
  font-weight: bold;
  font-size: 2em;
  color: #69c;
}
/*------------------------------------------------------------
  20190703@リースエンタープライズ　pickup追加
------------------------------------------------------------*/
.pickup {
  position: relative;
  background: #fd112a url(../images/common/dot.png) repeat center;
  padding: 6.0rem 0 2.0rem;
  background-size: 16px;
}
.pickup:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url(../images/common/wave_orange_up.png) repeat-x center;
  background-size: 110px 10px;
  content: '';
}
.pickup.purple {
  background: #6122d5 url(../images/common/dot.png) repeat center;
}
.pickup.purple:before {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background: url(../images/common/wave_purple_up.png) repeat-x center;
  background-size: 110px 10px;
  content: '';
}
@media screen and (max-width: 680px) {
  .pickup:before, .pickup.purple:before {
    background: none;
  }
}
@media screen and (max-width: 680px) {
  .pickup.purple {
    background-size: 8px;
  }
}
.pickup .inner {
  max-width: 1200px !important;
  margin: 0 auto;
}
.pickup .inner h2 {
  text-align: center;
}
.conts__row {
  margin-left: -20px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .conts__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.conts__row .card {
  position: relative;
  margin-left: 20px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 680px) {
  .conts__row .card {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 10px;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}
.conts__row .card a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  background-color: #FFF;
  color: #333;
}
@media screen and (max-width: 680px) {
  .conts__row .card a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.conts__row .card a:hover {
  transition: box-shadow 50ms;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
}
.conts__row .card a:hover .thumb {
  transition: opacity 50ms;
  opacity: .7;
}
.conts__row .card a .thumb {
  position: relative;
  width: 100%;
  padding-top: 65.21%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
  .conts__row .card a .thumb {
    width: 47% !important;
    padding-top: calc(48% * .65);
  }
}
.card__cat {
  font-size: 12px;
  display: inline-block;
  background-color: #287dc8;
  color: #FFF;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  height: 20px;
}
@media screen and (max-width: 680px) {
  .card__cat {
    position: absolute;
    right: 10px;
    font-size: 10px;
    font-size: 1rem;
    height: 15px;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.card__headline {
  width: 100%;
  height: 260px;
  padding: 16px 10px 13px;
}
@media screen and (max-width: 680px) {
  .card__headline {
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .card__headline {
    position: relative;
    width: 53% !important;
    padding: 6px;
    border-bottom: 1px solid #EAEAEA;
  }
}
.card__headline__title {
  margin: 0 0 0px;
  height: 54px;
  line-height: 27px;
  overflow: hidden;
  font-size: 1.17em;
}
@media screen and (max-width: 680px) {
  .card__headline__title {
    height: auto;
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    max-height: 45px;
  }
}
.card__headline__desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
  max-height: 71.4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 680px) {
  .card__headline__desc {
    font-size: 12px;
    font-size: 12px;
    max-height: 37.2px !important;
    line-height: 1.55;
    position: absolute;
    bottom: 6px;
    left: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
.card__headline__date {
  color: #E6001D;
  line-height: 1.7;
  font-size: 12px;
  position: absolute;
  bottom: 25px;
}
.card__headline__shop {
  color: #E6001D;
  line-height: 1.7;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 680px) {
  .card__headline__date {
    position: initial;
    color: #E6001D;
    width: 100%;
    height: auto;
    display: block;
    padding: 2px 0px 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.55;
  }
  .card__headline__shop {
    position: initial;
    color: #E6001D;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 0px 0 5px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.55;
  }
}
.cmn-ttl-leftIcon--white {
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.shop-event .text time {
  font-size: 20px;
  color: #FFC107;
  margin-left: 5px;
}
@media screen and (max-width: 680px) {
  .shop-event-cal .tab-content .t_a td {
    padding: 1rem 0.5rem;
    font-size: 16px;
  }
}
.t_t img {
  width: 100%;
  height: auto;
}
.single-pickup h3 {
  font-size: 2.2rem;
  background: #FFF;
  margin: 20px 0;
  padding: 5px 10px;
  border-bottom: 5px solid #fd112a;
}
.single-pickup h4:before {
  content: "■";
  color: #fd112a;
  font-size: 2.2rem;
}
.pad10 p.sp {
  margin-bottom: 10px;
}
.pad10 p.sp img {
  width: 100%;
  height: auto;
}
.info-detail .content .post-thumb {
  margin: 50px 0;
}
.info-detail .content .post-thumb.notitile {
  margin: 0 0 50px;
}
@media screen and (max-width: 680px) {
  .info-detail .content .post-thumb.notitile {
    margin: 0 0 30px;
  }
}
.info-detail .content .post-thumb img {
  width: 100% !important;
  height: auto;
}
.info-detail .content .content-movie {
  margin: 50px 0;
}
.info-detail .content .content-movie .content-movie__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.info-detail .content .content-movie .content-movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-detail .content table.pick {
  width: 100%;
  margin-top: 50px;
  background: #FFF;
}
.info-detail .content table.pick td {
  padding: 20px;
  border-collapse: collapse;
  border: 1px solid #333;
}
.info-detail .content table.pick th {
  background: #f1f1f1;
  padding: 20px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #333;
  vertical-align: middle;
}
.info-detail .content .notes {
  margin: 50px 0;
}
.pppproject {
  background: url("https://www.fantasyresort.jp/pppproject_assets/img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.pppproject img {
  width: 100%;
  max-width: 900px;
}
.pppproject .wrap .container {
  padding: 3%;
}
.pppproject .wrap .container .Header__inner .ttl h2 {
  text-align: center;
}
.pppproject .wrap .container .Header__inner .ttl h2 img {
  display: inline;
}
.pppproject .wrap .container main .content .section-one .ttl h2 {
  text-align: center;
}
.pppproject .wrap .container main .content .section-one__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  max-width: 1060px;
  margin: 1em auto 5%;
  padding: 2em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background: #FFF;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.pppproject .wrap .container main .content .section-one__inner .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.pppproject .wrap .container main .content .section-one__inner .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.pppproject .wrap .container main .content .section-one__inner .text .midashi span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(75%, #ffdc00));
  background: -webkit-linear-gradient(transparent 30%, #ffdc00 75%);
  background: -moz-linear-gradient(transparent 30%, #ffdc00 75%);
  background: -o-linear-gradient(transparent 30%, #ffdc00 75%);
  background: linear-gradient(transparent 30%, #ffdc00 75%);
}
.pppproject .wrap .container main .content .section-one__inner .text .sp {
  display: none;
}
.pppproject .wrap .container main .content .section-one__inner .text p {
  margin-bottom: 1em;
}
.pppproject .wrap .container main .content .section-one__inner .text p:last-child {
  margin-bottom: 0;
}
.pppproject .wrap .container main .content .section-two .ttl {
  margin: 1% 0 2%;
}
.pppproject .wrap .container main .content .section-two .ttl h2 {
  text-align: center;
}
.pppproject .wrap .container main .content .section-two .ttl h2 img {
  display: inline;
}
.pppproject .wrap .container main .content .section-two__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  max-width: 1060px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.pppproject .wrap .container main .content .section-two__inner .forDad {
  margin-right: 1%;
}
.pppproject .wrap .container main .content .section-two__inner .forDad__inner .ttl {
  margin-bottom: 2.5%;
}
.pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item:nth-child(2) {
  margin-top: -.5%;
}
.pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item:nth-child(3) {
  margin-top: -1.8%;
  margin-left: -5.5%;
}
.pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item.sp {
  display: none;
}
.pppproject .wrap .container main .content .section-two__inner .forMom {
  margin-left: 1%;
}
.pppproject .wrap .container main .content .section-two__inner .forMom__inner .ttl {
  margin-bottom: 4%;
}
.pppproject .wrap .container main .content .section-two__inner .forMom__inner .flow-item.sp {
  display: none;
}
.pppproject .wrap .container main .content .section-two__inner .forMom__inner .flow-item:last-child {
  margin-top: 1em;
}
.pppproject .wrap .container main .content .section-two .flowFin {
  margin-left: -1%;
  text-align: center;
}
.pppproject .wrap .container main .content .section-two .flowFin img {
  display: inline;
}
.pppproject .wrap .container main .content .section-three {
  margin-top: 3%;
}
.pppproject .wrap .container main .content .section-three .ttl {
  text-align: center;
}
.pppproject .wrap .container main .content .section-three .ttl img {
  display: inline;
}
.pppproject .wrap .container main .content .section-three__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 3% 0;
}
.pppproject .wrap .container main .content .section-three__inner .desc {
  margin-bottom: 2%;
  text-align: center;
}
.pppproject .wrap .container main .content .section-three__inner .article {
  margin-bottom: 2em;
  padding: 3%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FFF;
}
.pppproject .wrap .container main .content .section-three__inner .article .midashi {
  margin: 0 0 2%;
  text-align: center;
}
.pppproject .wrap .container main .content .section-three__inner .article .midashi br {
  display: none;
}
.pppproject .wrap .container main .content .section-three__inner .article .midashi h4 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffdc00));
  background: -webkit-linear-gradient(transparent 75%, #ffdc00 75%);
  background: -moz-linear-gradient(transparent 75%, #ffdc00 75%);
  background: -o-linear-gradient(transparent 75%, #ffdc00 75%);
  background: linear-gradient(transparent 75%, #ffdc00 75%);
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.pppproject .wrap .container main .content .section-three__inner .article__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.pppproject .wrap .container main .content .section-three__inner .article__inner .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.pppproject .wrap .container main .content .section-three__inner .article__inner .text p {
  margin-bottom: 1em;
}
.pppproject .wrap .container main .content .section-three__inner .article__inner .text p:last-child {
  margin-bottom: 0;
}
.pppproject .wrap .container main .content .section-three__inner .article__inner .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
}
.pppproject .image img {
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition-duration: .01ms !important;
    -moz-transition-duration: .01ms !important;
    -o-transition-duration: .01ms !important;
    transition-duration: .01ms !important;
    -webkit-animation-duration: .01ms !important;
    -moz-animation-duration: .01ms !important;
    -o-animation-duration: .01ms !important;
    animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    -moz-animation-iteration-count: 1 !important;
    -o-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 1024px) {
  .pppproject .wrap .container main .content .section-two__inner .forDad {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.6%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 55.6%;
    flex: 0 0 55.6%;
  }
  .pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item:nth-child(2) {
    margin-right: -3%;
  }
  .pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item:nth-child(3) {
    margin-right: -1%;
  }
}
@media (max-width: 481px) {
  .pppproject .wrap .container {
    padding: 5%;
  }
  .pppproject .wrap .container .Header__inner .ttl h2 {
    font-size: 14px;
    font-size: 14px;
  }
  .pppproject .wrap .container main .content .section-one .ttl h2 {
    font-size: 14px;
    font-size: 14px;
  }
  .pppproject .wrap .container main .content .section-one__inner {
    display: block;
    padding: 1em;
  }
  .pppproject .wrap .container main .content .section-one__inner .image.pc {
    display: none;
  }
  .pppproject .wrap .container main .content .section-one__inner .text .midashi {
    margin: 1em 0;
  }
  .pppproject .wrap .container main .content .section-one__inner .text .sp {
    display: block;
    margin: 1em 0;
  }
  .pppproject .wrap .container main .content .section-two__inner {
    display: block;
  }
  .pppproject .wrap .container main .content .section-two__inner .forDad {
    margin-bottom: 2em;
  }
  .pppproject .wrap .container main .content .section-two__inner .forDad__inner .flow-item.sp {
    display: block;
  }
  .pppproject .wrap .container main .content .section-two__inner .forMom__inner .flow-item.sp {
    display: block;
  }
  .pppproject .wrap .container main .content .section-two .flowFin {
    display: none;
  }
  .pppproject .wrap .container main .content .section-three__inner .article .midashi h4 {
    font-size: 16px;
    font-size: 16px;
  }
  .pppproject .wrap .container main .content .section-three__inner .article .midashi br {
    display: block;
  }
  .pppproject .wrap .container main .content .section-three__inner .article__inner {
    display: block;
  }
  .pppproject .wrap .container main .content .section-three__inner .article__inner .text {
    font-size: 14px;
    font-size: 14px;
  }
  .pppproject .wrap .container main .content .section-three__inner .article__inner .text dl {
    margin-bottom: 1em;
  }
  .pppproject .wrap .container main .content .section-three__inner .article__inner .text dd span {
    font-size: 12px;
    font-size: 12px;
  }
}
/* 20210711追記 */
.__gourmet .sec .site-base-title-area h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.__gourmet .sec .site-base-title-area {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .__gourmet .sec {
    padding: 40px 0 60px;
    border: 0;
    box-shadow: 0px 4px 6px 0.7px rgb(0 0 0 / 15%);
  }
}
@media screen and (max-width: 767px) {
  .__gourmet .sec .site-base-title-area h2 {
    font-size: 26px;
  }
}
.__gourmet .sec a.linktxt {
  color: #fd112a;
  text-decoration: underline;
}
.__gourmet .sec a.linktxt:hover {
  text-decoration: none;
}
/* 個人情報保護方針 */
.privacy_righrwrap {
  text-align: right;
  margin-top: 50px;
}
.privacy_contactwrap {
  border: 1px solid #bbbbbb;
  padding: 20px;
  margin-top: 50px;
}
.privacy_contactwrap .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy_contactwrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.privacy_contactwrap dl dt {
  width: 60px;
}
.privacy_contactwrap dl dt.long {
  width: 170px;
}
.privacy_contactwrap dl dt.ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  width: 100%;
}
.privacy_contactwrap dl dd {
  width: calc(100% - 100px);
}
.privacy_contactwrap dl dd.long {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .privacy_righrwrap {
    margin-top: 30px;
  }
  .privacy_contactwrap {
    padding: 15px;
    margin-top: 30px;
  }
  .privacy_contactwrap .ttl {
    font-size: 18px;
  }
  .privacy_contactwrap dl dt {
    width: 50px;
    font-weight: bold;
  }
  .privacy_contactwrap dl dd {
    width: calc(100% - 50px);
  }
  .privacy_contactwrap dl dt.long {
    width: 155px;
  }
  .privacy_contactwrap dl dd.long {
    width: calc(100% - 155px);
  }
}
.privacy_txtwrap {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.privacy_txtwrap + .privacy_txtwrap {
  margin-top: 30px;
}
.contact-index, .business-support, .business-travel, .recruit-index {
  font-size: 16px;
  line-height: 1.5;
}
.cmn-section--pink {
  background-color: #fff0ec;
}
.cmn-section--white {
  background-color: #fff;
}
.cmn-section--white:first-of-type {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px;
}
.cmn-section--pink .inner, .cmn-section--white .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 70px;
}
.cmn-section--white.last .inner {
  margin: 0 auto -50px;
}
.cmn-section--pink.last .inner {
  margin: 0 auto -70px;
}
@media screen and (max-width: 1024px) {
  .cmn-section--pink .inner, .cmn-section--white .inner {
    width: calc(100% - 30px);
    padding: 30px 0 40px;
  }
}
p.txt-center {
  text-align: center;
  font-size: 16px;
}
.cmn-section--white .contact-index_wrap, .cmn-section--pink .contact-index_wrap {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 10px;
  margin: 20px 0 0;
  text-align: center;
}
.cmn-section--white .contact-index_wrap h4, .cmn-section--pink .contact-index_wrap h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: inherit;
  margin: 0 0 15px;
  font-size: 24px;
}
.cmn-section--white .contact-index_wrap p, .cmn-section--pink .contact-index_wrap p {
  font-size: 16px;
}
.cmn-section--white .tbl {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 -70px;
}
.cmn-section--white .tbl2, .cmn-section--pink .tbl2 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 40px;
}
.cmn-section--white .tbl th, .cmn-section--white .tbl2 th {
  background: #fff0ec;
  border: 1px solid #bbbbbb;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 30% !important;
}
.cmn-section--pink .tbl2 th {
  background: #f5f5f5;
  border: 1px solid #bbbbbb;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  width: 30% !important;
}
.cmn-section--white .tbl2 th {
  width: 30% !important;
}
.cmn-section--white .tbl td, .cmn-section--white .tbl2 td {
  text-align: left;
  padding: 20px;
  border: 1px solid #bbbbbb;
  line-height: 1.4;
  font-size: 16px;
}
.cmn-section--pink .tbl2 td {
  text-align: left;
  padding: 20px;
  border: 1px solid #bbbbbb;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
  width: 70%;
}
.cmn-section--pink .tbl2 td img {
  width: 100%;
}
.cmn-section--white .tbl td dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cmn-section--white .tbl td dl dt {
  width: calc(100% - 270px);
  line-height: 1.5;
}
.cmn-section--white .tbl td dl dt h5 {
  font-size: 18px;
  font-weight: bold;
}
.cmn-section--white .tbl td dl dt span {
  color: #fd112a;
  font-size: 22px;
  font-weight: bold;
}
.cmn-section--white .tbl td dl dd {
  width: 270px;
}
.cmn-section--white .tbl td dl dd .cmn-btn-orange {
  margin: 0;
}
@media screen and (max-width: 940px) {
  .cmn-section--white .tbl {
    margin: 20px 0 -50px;
  }
  .cmn-section--white .tbl td dl dt {
    width: 100%;
  }
  .cmn-section--white .tbl td dl dd {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-section--white:first-of-type {
    margin-top: 25px;
  }
  .cmn-section--white .contact-index_wrap h4, .cmn-section--pink .contact-index_wrap h4 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .cmn-section--white .contact-index_wrap p, .cmn-section--pink .contact-index_wrap p {
    text-align: left;
  }
  .cmn-section--white .contact-index_wrap, .cmn-section--pink .contact-index_wrap {
    padding: 20px 15px 10px;
  }
  .cmn-section--white .tbl {
    margin: 20px 0 -40px;
  }
  .cmn-section--white .tbl2 {
    margin: 20px 0;
  }
  .cmn-section--white .tbl th, .cmn-section--white .tbl2 th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .cmn-section--pink .tbl2 th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
  }
  .cmn-section--white .tbl td, .cmn-section--white .tbl2 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
    text-align: left;
    font-size: 14px;
  }
  .cmn-section--pink .tbl2 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin-top: -1px;
    text-align: left;
    font-size: 14px;
  }
  .cmn-section--white .tbl td dl dt h5 {
    font-size: 16px;
    line-height: 1.4;
  }
  .cmn-section--white .tbl td dl dt span {
    font-size: 18px;
  }
  .cmn-section--white .tbl td dl dd .cmn-btn-orange {
    margin: 0 auto 10px;
  }
}
.contact-index .cmn-ttl-left-border--orange, .business-index .cmn-ttl-left-border--orange {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-weight: bold;
  color: inherit;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
  color: #fd112a;
}
@media screen and (max-width: 767px) {
  .contact-index .cmn-ttl-left-border--orange, .business-index .cmn-ttl-left-border--orange, .business-travel .cmn-ttl-left-border--orange, .business-support .cmn-ttl-left-border--orange, .recruit-index .cmn-ttl-left-border--orange, .corporate-index .cmn-ttl-left-border--orange {
    font-size: 24px;
  }
}
.userguide-character .cmn-ttl-color--purple {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.userguide-character .util-mbL {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .userguide-character .util-mbL {
    font-size: 18px;
  }
}
.userguide-character .cmn-flex-pc img {
  max-width: 100%;
}
.chikushino-cooperation-index {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .chikushino-cooperation-index {
    padding: 50px 0;
    box-shadow: 0px 4px 6px 0.7px rgb(0 0 0 / 15%);
  }
}
.chikushino-cooperation-index .img_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chikushino-cooperation-index .img_left .imgwrap {
  width: 200px;
}
.chikushino-cooperation-index .img_left .imgwrap img {
  width: 100%;
}
.chikushino-cooperation-index .img_left .img_desc {
  width: calc(100% - 230px);
  max-width: 100% !important;
}
.chikushino-cooperation-index section + section {
  margin-top: 100px;
}
.chikushino-cooperation-index ul a {
  width: auto;
  padding: 10px 25px;
  margin: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background-color: #feb396;
}
@media screen and (max-width: 767px) {
  .chikushino-cooperation-index .cmn-ttl-left-border--orange, .chikushino-cooperation-index .cmn-ttl-left-border--purple {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .chikushino-cooperation-index .img_left .imgwrap {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 10px;
  }
  .chikushino-cooperation-index .img_left .imgwrap img {
    width: 100%;
  }
  .chikushino-cooperation-index .img_left .img_desc {
    width: 100%;
  }
  .chikushino-cooperation-index ul a {
    font-size: 3.6vw;
  }
}
.pppproject h2 img.pptttlimg {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pppproject h2 img.pptttlimg {
    width: 500px;
  }
}
@media screen and (max-width: 640px) {
  .pppproject h2 img.pptttlimg {
    width: 90%;
  }
}
.mamapapaimg {
  width: 305px !important;
  margin: 15px auto 0;
}
.business-travel {
  margin: 0 0 -70px;
}
.business-support {
  margin: 0 0 -70px;
}
.business-support .cmn-center {
  max-width: 1000px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  text-align: left !important;
  line-height: 1.6;
}
.recruit-index .cmn-list, .recruit-index .cmn-list--green, .recruit-index .cmn-list--blue {
  margin: 10px 0 30px;
  padding-left: 0;
  text-align: center;
}
.recruit-index .cmn-list li, .recruit-index .cmn-list--green li, .recruit-index .cmn-list--blue li {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 640px) {
  .recruit-index .cmn-list, .recruit-index .cmn-list--green, .recruit-index .cmn-list--blue {
    margin: 10px 0 30px;
    padding-left: 0;
    text-align: left;
  }
  .recruit-index .cmn-copy, .recruit-index .cmn-copy--pink, .recruit-index .cmn-copy--blue {
    margin-bottom: 1.0rem;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
  }
}
#body-merit0716 .site-base-title-area h2, #body-campaign0716 .site-base-title-area h2 {
  display: none !important;
}
.campaign0716_fl {
  width: 50%;
  float: left;
}
.campaign0716_fr {
  width: 50%;
  float: right;
}
@media screen and (max-width: 640px) {
  .only_pc0716 {
    display: none;
  }
  .campaign0716_fl {
    width: 100%;
  }
  .campaign0716_fr {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .only_sp0716 {
    display: none;
  }
}