@charset "UTF-8";
/*$basePink: #CA7575;*/
/*$basePink: #CA7575;*/
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.sample::before {
  content: 'feature/detail';
}

.head .Inn .head-img {
  min-height: 100px;
  max-height: 530px;
  overflow: hidden;
}
.head .Inn .head-img img {
  width: 100%;
  max-height: 530px;
  object-fit: cover;
}

.head-desc {
  position: relative;
}
.head-desc .Inn {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding: 0 10px;
}
.head-desc .Inn .title {
  display: table;
  background-color: #2A2532;
  padding: 30px 35px 20px 35px;
  margin-top: -60px;
}
.head-desc .Inn .title h1 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 0;
  color: white;
  border-left: 5px solid #00008b;
  padding-left: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.head-desc .Inn .title .time {
  color: #fff;
}
.head-desc .Inn .description {
  padding: 0 30px;
  margin: 30px 0 50px;
}
.head-desc .Inn .description p {
  margin: 0;
}

.discBoxInn {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: block;
  padding: 0 10px;
  display: flex;
}
.discBoxInn .main {
  width: 70%;
}
.discBoxInn .main .detail-content {
  padding: 35px 0;
}
.discBoxInn .main .detail-content .catchIcon {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 30px;
}
.discBoxInn .main .detail-content .desc-image {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.discBoxInn .main .detail-content .desc-image img {
  width: calc(100% - 10px);
  height: auto;
}
.discBoxInn .main .detail-content .desc-image:before {
  content: "";
  background-color: #00008b;
  z-index: -1;
  width: calc(100% - 10px);
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.discBoxInn .main .detail-content .description {
  padding: 0 30px;
}
.discBoxInn .main .detail-content.movieBox h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 25px;
  padding: 0 30px;
}
.discBoxInn .main .detail-content.movieBox .Movie {
  margin-bottom: 25px;
}
.discBoxInn .main .detail-content.moreInfo .document {
  margin: 0 30px 70px;
}
.discBoxInn .main .detail-content.moreInfo .document h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 35px 0 15px;
}
.discBoxInn .main .detail-content.moreInfo .document .documentLink a {
  display: table;
  border: solid 2px #1A1A1A;
  font-weight: bold;
  font-size: 15px;
  color: black;
  padding: 15px 20px 15px 15px;
  margin-bottom: 25px;
}
.discBoxInn .main .detail-content.moreInfo .document .documentLink a .icon-doc {
  margin-left: 20px;
}
.discBoxInn .main .detail-content.moreInfo .document .documentLink a .icon-doc img {
  width: 27px;
  height: 27px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox {
  display: flex;
  position: relative;
  border: solid 2px #00008b;
  padding: 60px 30px 30px;
  width: calc(100% - 10px);
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox:before {
  content: "";
  background-color: #00008b;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .columnTilte {
  display: block;
  position: absolute;
  top: -30px;
  left: 30px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .columnTilte img {
  width: 180px;
  height: 60px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .image {
  width: 30%;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .image img {
  width: 100%;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .description {
  width: 70%;
  padding: 0 0 0 30px;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .description.wide {
  width: 100%;
  padding: 0;
}
.discBoxInn .main .detail-content.moreInfo .columnBox .description h3 {
  margin: 0;
  font-weight: bold;
  color: #00008b;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 20px;
}
.discBoxInn .side {
  width: calc(30% - 50px);
  margin-left: 50px;
  border-top: solid 1px #999999;
}
.discBoxInn .side .ranking .rankingTitle {
  display: flex;
  margin: 29px 0;
}
.discBoxInn .side .ranking .rankingTitle img {
  width: 20px;
  height: 20px;
}
.discBoxInn .side .ranking .rankingTitle h3 {
  font-size: 20px;
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin: 0;
  margin-left: 15px;
}
.discBoxInn .side .ranking .rankingBox .rankingContent {
  display: flex;
  position: relative;
  padding: 8px 0;
  border-bottom: 1px dotted #bfbfbf;
}
.discBoxInn .side .ranking .rankingBox .rankingContent:first-child {
  border-top: 1px dotted #bfbfbf;
}
.discBoxInn .side .ranking .rankingBox .no {
  position: absolute;
  top: 13px;
  left: 5px;
  z-index: 4;
  font-size: 13px;
}
.discBoxInn .side .ranking .rankingBox .image {
  position: relative;
}
.discBoxInn .side .ranking .rankingBox .image:after {
  content: "";
  border-bottom: 40px solid transparent;
  border-left: 40px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.discBoxInn .side .ranking .rankingBox p {
  margin-left: 10px;
  font-weight: bold;
}

.type4 .googleMap {
  margin-top: 30px;
  max-width: 100%;
  height: 420px;
  border: 1px #CCCCCC solid;
}
.type4 .arroundInfoList {
  padding: 20px 20px 0 20px;
  max-width: 100%;
  background-color: #fff;
  border: 1px #CCCCCC solid;
  border-top: none;
}
.type4 .arroundInfoList h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC4C1;
  text-align: center;
}
.type4 .arroundInfoList h3 span {
  display: none;
}
.type4 .arroundInfoList ul {
  clear: both;
  overflow: hidden;
}
.type4 .arroundInfoList ul li {
  float: left;
  width: 50%;
  padding: 0 20px 20px 0;
}
.type4 .arroundInfoList ul li span.no {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #db879b;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.type4 .arroundInfoList ul li span.title {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
}
.type4 .arroundInfoList ul li span.title:hover {
  text-decoration: underline;
}
.type4 .arroundInfoList ul li a {
  color: #444;
  font-weight: bold;
}

@media (max-width: 768px) {
  .head-desc .Inn .title {
    width: 100%;
    padding: 30px 0;
    margin-top: 0;
    background-color: transparent;
  }
  .head-desc .Inn .title h1 {
    font-size: 20px;
    color: #000000;
  }
  .head-desc .Inn .description {
    padding: 0;
    margin: 0 0 30px;
  }

  .discBoxInn {
    display: block;
  }
  .discBoxInn .main {
    width: 100%;
  }
  .discBoxInn .main .detail-content .catchIcon {
    margin-left: 0;
  }
  .discBoxInn .main .detail-content .description {
    padding: 0;
  }
  .discBoxInn .main .detail-content.movieBox h2 {
    padding: 0;
  }
  .discBoxInn .main .detail-content.moreInfo .document {
    margin: 0 0 50px;
  }
  .discBoxInn .main .detail-content.moreInfo .document .documentLink a {
    padding: 10px 20px 10px 10px;
    margin-bottom: 20px;
  }
  .discBoxInn .main .detail-content.moreInfo .columnBox {
    display: block;
    padding: 40px 20px 20px;
    margin-bottom: 15px;
  }
  .discBoxInn .main .detail-content.moreInfo .columnBox .image {
    width: 100%;
  }
  .discBoxInn .main .detail-content.moreInfo .columnBox .description {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .discBoxInn .main .detail-content.moreInfo .columnBox .columnTilte {
    top: -25px;
    left: 20px;
  }
  .discBoxInn .main .detail-content.moreInfo .columnBox .columnTilte img {
    width: 150px;
    height: 50px;
  }
  .discBoxInn .side {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .discBoxInn .side .inner {
    position: relative;
    width: 100%;
  }
  .discBoxInn .side .inner.fixed {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
  }
}
.areaMap .googleMap {
  height: 550px;
}
.areaMap .warning {
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
.areaMap .warning .inner {
  display: inline-block;
  text-align: left;
}

@media (max-width: 768px) {
  .areaMap .warning {
    padding-top: 10px;
  }
}

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