.ttwrap {
  position: relative;
  text-align: center;
  padding: 0 0 10px 0;
}

.ttwrap .topTitle {
  position: relative;
}

.ttwrap .topTitle span {
  font-family: "Rochester", sans-serif;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;

  color: rgba(226, 185, 153, 0);
  background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0 3%;
}

@media all and (-ms-high-contrast: none) {
  .ttwrap .topTitle span {
    color: #8e6c37;
    background: none;
  }
}

.ttwrap .topTitle h1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #8e6c37;
  padding: 1px;
  text-align: center;
  display: block;
  margin-top: -5px;
}

.waveWrap {
  position: absolute;
  width: 300px;
  height: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
}

.wave {
  opacity: 0.5;
  position: absolute;
  top: 3%;
  left: 47%;
  background: #00bfff;
  width: 300px;
  height: 290px;
  margin-left: -140px;
  margin-top: 0px;
  border-radius: 90%;
  transform-origin: 50% 48%;
  animation: drift 3000ms infinite linear;
}

.wave.three {
  animation: drift 5000ms infinite linear;
}

.wave.two {
  animation: drift 7000ms infinite linear;
  opacity: 0.1;
  background: yellow;
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
  }
}

.fadeIn2 {
  -webkit-animation-name: fadeIn2;
  animation-name: fadeIn2;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#p-cover {
  position: relative;
  opacity: 1;
  transition: 0.3s ease;
}

.coverWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  /* min-height: 100%;
    height: 100%; */
}

.cover {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.coverList {
}

.coverList li {
  position: relative;
}
.coverList li a {
  display: block;
}
.coverList li span {
  position: relative;
  display: block;
}

.coverList li span img {
  width: 100%;
}

.seasonCover {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(/sp/img/top/2023yukata2.jpg);
  background-position: 50% 20%;
}

.seasonCover a.gLink {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translate(-50%, 0);
}

.seasonCover2 {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(/sp/img/top/2024newyear.jpg);
  background-position: 50% 20%;
}

.seasonCover2 a.gLink {
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translate(-50%, 0);
}

/******************************************スライダー******************************************/
.coverLine {
  background-size: 100% 100%;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
}

.bx-loading {
  display: none;
}

.bxslider {
  position: relative;
}

.bxslider li {
  overflow: hidden;
  margin-top: -48px;
  position: relative;
}

.bxslider li a {
  display: block;
  width: 100%;
  height: 100%;
}

.bxslider li.top-slider {
  position: relative;
  background-size: cover;
}

.bx-pager-wrap {
}

.bx-pager {
  text-align: center;
}

.bx-pager li {
  width: 32px;
  display: inline-block;
}

.bx-pager li a {
  display: block;
  margin: 0 1px;
  opacity: 0.6;
  padding: 2px;
}

.bx-pager li a img {
  width: 100%;
}

.bx-pager li a.active {
  opacity: 1;
  transform: scale(1.08);
}

.mainLogo {
  width: 200px;
  position: absolute;
  top: 120px;
  left: 20px;
}

#topWrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* background-image: url(/pc/img/bg2.jpg);
    background-repeat: repeat; */
  padding-bottom: 100px;
}

#top {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

.tftl {
  background: url(/pc/img/frame_tl.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 0;
  background-size: 80px 80px;
}

.tftr {
  background: url(/pc/img/frame_tr.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 14px;
  right: 0;
  background-size: 80px 80px;
}

.tfbr {
  background: url(/pc/img/frame_br.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 14px;
  right: 0;
  background-size: 80px 80px;
}

.tfbl {
  background: url(/pc/img/frame_bl.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 14px;
  left: 0;
  background-size: 80px 80px;
}

#top-inner {
  position: relative;
  padding: 20px 5px 100px 5px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

#tb-shadow {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

.topLeft {
  position: relative;
}

.topRight {
  position: relative;
}
#topicWrap form {
  display: none;
}
#topicWrap {
  max-width: 480px;
  margin: 60px auto 0 auto;
}

#topicWrap #topic {
}

#topicWrap #topic dl dt#topicImg {
  position: relative;
  overflow: hidden;
  border: 4px solid #ffeaea;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
  margin: 0 10px;
}

#topicWrap #topic dl #topicImg a img {
  width: 100%;
}
#topicWrap #topic dl dd.topicTit {
  padding: 10px 20px;
}
#topicWrap #topic dl dd.topicTit h3 {
  color: dodgerblue;
  font-size: 20px;
  line-height: 160%;
}
#topicWrap #topic dl dd.topicBody {
  color: #5b5b5b;
  font-size: 14px !important;
  line-height: 140%;
  padding: 0 20px 10px 20px;
}
#topicWrap #topic dl dd.topicTime {
  color: #5b5b5b;
  text-align: right;
  font-size: 8px;
  padding-right: 20px;
  letter-spacing: 2px;
}

#topicWrap.topFixed {
  position: fixed;
  top: 0;
}

#topicWrap.topFixed #topic {
  margin-top: 110px;
}

.topContents {
  position: relative;
  margin: 50px 0 0 0;
}

.banner_thumb {
}

.banner_thumb li {
  margin: 10px 0;
}

.banner_thumb li a {
  display: block;
}

.banner_thumb li a span img {
  width: 100%;
}

.newsWrap {
  position: relative;
  overflow: hidden;
  margin: 60px 0 0 0;
}

.news {
  width: 100%;
}

.news li.news-list {
  border-bottom: 1px dotted #cccccc;
  padding: 15px 5px 5px 5px;
}

.news li.news-list:nth-child(1) {
  animation-delay: 0.3s;
}

.news li.news-list:nth-child(2) {
  animation-delay: 0.4s;
}

.news li.news-list:nth-child(3) {
  animation-delay: 0.5s;
}

.news li.news-list:nth-child(4) {
  transition-delay: 0.6s;
}

.news li.news-list:nth-child(5) {
  animation-delay: 0.7s;
}

.news li.news-list:nth-child(6) {
  animation-delay: 0.8s;
}

.news li.news-list:nth-child(7) {
  animation-delay: 0.9s;
}

.news li.news-list:nth-child(8) {
  animation-delay: 1s;
}

.news li.news-list:nth-child(9) {
  animation-delay: 1.1s;
}

.news li.news-list:nth-child(10) {
  animation-delay: 1.2s;
}

.news li.news-list:nth-child(11) {
  animation-delay: 1.3s;
}

.news li.news-list:nth-child(12) {
  animation-delay: 1.4s;
}

.news li.news-list:nth-child(13) {
  animation-delay: 1.5s;
}

.news li.news-list:nth-child(14) {
  animation-delay: 1.6s;
}

.news li.news-list:nth-child(15) {
  animation-delay: 1.7s;
}

.news li.news-list:nth-child(16) {
  animation-delay: 1.8s;
}

.news li.news-list:nth-child(17) {
  animation-delay: 1.9s;
}

.news li.news-list:nth-child(18) {
  animation-delay: 2s;
}

.news li.news-list:nth-child(19) {
  animation-delay: 2.1s;
}

.news li.news-list:nth-child(20) {
  animation-delay: 2.2s;
}

.news li.news-list table {
  width: 100%;
}

.news li.news-list table th.dateTitle {
  color: #808080;
  font-family: "gothic", sans-serif;
  font-size: 12px;
  display: block;
  line-height: 1;
  vertical-align: middle;
}

.news li.news-list table th.dateTitle span {
  display: inline-block;
  vertical-align: middle;
  font-family: "gothic", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding: 2px;
  margin-right: 10px;
}

.news li.news-list table td.dateName {
  font-size: 14px;
  display: block;
  padding-left: 20px;
}

.news li.news-list table td a {
  display: inline-block;
  color: #333333;
  transition: 0.3s ease;
}

.top-companionList li.thumb-list {
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
}

.top-companion {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 30px 0 0 0;
  overflow: hidden;
}

.top-companion-inner {
  position: relative;
}

@media only screen and (max-width: 680px) {
  .top-companionList {
    position: relative;
    margin: 0 auto;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .top-companionList li.thumb-list {
    position: relative;
    width: 50%;
    text-align: center;
  }

  .top-companionList li.thumb-list:nth-child(2n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(2n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }
}

@media only screen and (min-width: 681px) {
  .top-companionList {
    position: relative;
    margin: 0 auto;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
  }

  .top-companionList li.thumb-list {
    position: relative;
    width: 33.3%;
    text-align: center;
  }

  .top-companionList li.thumb-list:nth-child(3n + 1) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 2) {
    animation-delay: 0.4s;
    animation-duration: 0.8s;
  }

  .top-companionList li.thumb-list:nth-child(3n + 3) {
    animation-delay: 0.3s;
    animation-duration: 0.8s;
  }
}

.top-companionList li.thumb-list a span.timeArea {
  min-height: 29px;
  display: block;
}

.top-companionList li.thumb-list a p.chach {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 7px 0 5px 0;
  vertical-align: middle;
  /*    background-image: url(/pc/img/bg_green.png);*/
  letter-spacing: 0;
  min-height: 28px;
}

.top-companionList li.thumb-list a p.chach {
}

.top-companionList li.thumb-list a p.chach b {
  padding: 2px 0;
  margin: 0 0 3px 0;
  display: block;
  background: url(/pc/img/login_bg.jpg) repeat;
}

.top-companionList li.thumb-list a p.chach_time b {
  color: #000;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  bottom: 150px;
  z-index: 100;
}

.top-companionList li.thumb-list a p.chach_real b {
  padding: 5px 0;
  margin: 0 0 3px 0;
  display: block;
  background: url(/pc/img/login_bg.jpg) repeat;
  font-size: 13px;
  line-height: 1;
}

.top-companionList li.thumb-list a p.chach_real2 b {
  display: block;
  color: #ec4371;
  font-family: "Fredericka the Great", sans-serif;
  font-size: 20px;
  line-height: 1;
  background: url(/pc/img/login_bg.jpg) repeat;
  padding: 5px 0;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.top-companionList li.thumb-list a {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 2px;
  position: relative;
  background: #dbffed;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}

.top-companionList li.thumb-list.darling a {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 2px;
  position: relative;
  background: #fffbcc;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}
.top-companionList li.thumb-list.hitoduma a {
  display: block;
  margin: 2px;
  transition: 0.3s ease;
  background-position: 50% 0%;
  padding: 2px;
  position: relative;
  background: #d0f6ff;
  background-repeat: repeat;
  border-radius: 10px;
  border: 1px solid #bceff0;
}

.top-companionList li.thumb-list a:hover span.thumbWrap span.thumb-p {
  transform: scale(1.08) rotate(2deg);
}

.top-companionList li.thumb-list a span.thumbWrap {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.top-companionList li.thumb-list a span.thumbWrap span.thumb-p {
  position: relative;
  display: block;
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(1) rotate(0);
}

.top-companionList li.thumb-list a span img.top-ct {
  width: 100%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*
@media all and (-ms-high-contrast: none) {
    .top-companionList li.thumb-list a:hover span img.top-ct {
        opacity: 0.6;
    }
}
*/
.top-companionList li.thumb-list a img.companionThumb {
  width: 100%;
  transform: scale(1.06);
}

.top-companionList li.thumb-list .nameArea {
  padding: 5px 0;
  position: relative;
  display: block;
}

.top-companionList li.thumb-list dl {
  text-align: center;
}

.top-companionList li.thumb-list dl dt.name {
  font-size: 24px;
  line-height: 1;
  color: #63599f;
  padding: 5px 0 0 0;
  font-weight: 700;
  letter-spacing: -2px;
}
.top-companionList li.thumb-list dl dt.name b {
  font-size: 14px;
  line-height: 1;
  color: #63599f;
  vertical-align: middle;
  padding-left: 2px;
  display: inline-block;
  letter-spacing: 1px;
}
.top-companionList li.thumb-list dl dt.name span {
  display: block;
  color: #63599f;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 3px;
  padding-left: 2px;
  letter-spacing: 1px;
  font-family: "gothic", sans-serif;
}

.top-companionList li.thumb-list dl dt.name span:first-letter {
  color: #5cb0ff;
}

.top-companionList li.thumb-list a dl dd.size {
  font-family: "gothic", sans-serif;
  /*    border-top: 1px solid #353535;*/
  font-size: 10px;
  color: #63599f;
  padding-left: 2px;
  letter-spacing: 0;
}

.top-companionList li.thumb-list a dl dd.name-border {
  width: 30px;
  height: 1px;
  margin: 1px auto;
}

.top-companionList li.thumb-list a dl dd.size b {
  font-family: "gothic", sans-serif;
  font-weight: normal;
  font-size: 13px;
  margin-right: 4px;
  color: #63599f;
}

.top-companionList li.thumb-list a p.newMark {
  position: absolute;
  top: 36px;
  left: 2px;
  width: 100px;
}

.top-companionList li.thumb-list a p.newMark img {
  width: 100%;
}

.shiftTime {
  position: absolute;
  top: -40px;
  right: 10px;
  text-align: right;
  width: 100%;
}

.shiftTime span {
  display: inline-block;
  color: #ec4371;
  font-family: "Fredericka the Great", sans-serif;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  padding: 3px 8px;
  font-style: italic;
  letter-spacing: 2px;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.shiftTime_end {
  position: absolute;
  top: -40px;
  right: 10px;
  text-align: right;
  width: 100%;
}

.shiftTime_end span {
  display: inline-block;
  color: #ec4371;
  font-family: "Fredericka the Great", sans-serif;
  font-size: 18px;
  line-height: 1;
  background: #fff;
  padding: 3px 8px;
  font-style: italic;
  letter-spacing: 2px;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
}

.top-companionList li.thumb-list .ngFlag {
  position: absolute;
  top: -35px;
  right: 7px;
  display: flex;
  justify-content: flex-end;
}

.top-companionList li.thumb-list .ngFlag li {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
}

.top-companionList li.thumb-list .ngFlag li.tatooMark {
}

.top-companionList li.thumb-list .ngFlag li.smokeMark {
}

.top-companionList li.thumb-list .ngFlag li.shameMark {
}

.top-companionList li.thumb-list .ngFlag li.tatooMark img,
.top-companionList li.thumb-list .ngFlag li.smokeMark img,
.top-companionList li.thumb-list .ngFlag li.shameMark img {
  width: 100%;
}

.top-companionList li.thumb-list a ul.iconFlag {
  position: relative;
  display: flex;
  flex: wrap;
  justify-content: center;
  margin-top: 8px;
  min-height: 14px;
}

.top-companionList li.thumb-list a ul.iconFlag li {
  position: relative;
  text-align: center;
  margin: 0 2px;
}

.top-companionList li.thumb-list a ul.iconFlag li.nirinMark b {
  background: #ffa836;
  color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.newPhoto b {
  background: #fffeae;
}

.top-companionList li.thumb-list a ul.iconFlag li.movieMark b {
  background: #ebe3f5;
}

.top-companionList li.thumb-list a ul.iconFlag li.shameMark b {
  background: #ffeddb;
}

.top-companionList li.thumb-list a ul.iconFlag li.youngMark b {
  background: #ffb3ba;
  color: #fff;
}
.top-companionList li.thumb-list a ul.iconFlag li.dMark b {
  background: #f0b207;
  color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.premiumMark b {
  background: linear-gradient(45deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
  color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li.adultMark b {
  background: #9aafff;
  color: #fff;
}

.top-companionList li.thumb-list a ul.iconFlag li b {
  line-height: 1;
  font-size: 12px;
  letter-spacing: -1px;
  display: block;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 9px;
}

p.haya,
p.naka,
p.oso {
  position: absolute;
  top: 7px;
  left: 10px;
  line-height: 1;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
}

span.dayIcn {
  width: 26px;
  display: block;
  margin: 0 auto 3px auto;
}

span.dayIcn img {
  width: 100%;
}

p.haya {
  background: #fff600;
}

p.naka {
  background: #efae84;
}

p.oso {
  background: #164488;
  color: #fff;
}

.nBanner {
  width: 1080px;
  margin: 50px auto 0 auto;
}

.nBanner a {
  display: block;
}

.top-priceArea {
  position: relative;
  padding: 50px 0 250px 0;
  width: 100%;
  background-position: 50% 0;
  background-repeat: repeat;
  background-image: url(/pc/img/bg_green.png);
}

.topPrice {
  position: relative;
  margin: 0 auto;
}

.topPrice-list {
  overflow: hidden;
}

.topPrice-list li {
  width: 33.3%;
  float: left;
  position: relative;
}

.topPrice-list li span {
  display: block;
}

.topPrice-list li:nth-child(1) span {
  margin: 0 10px 0 0;
}

.topPrice-list li:nth-child(2) span {
  margin: 0 5px 0 5px;
}

.topPrice-list li:nth-child(3) span {
  margin: 0 0 0 10px;
}

.topPrice-list li span img {
  width: 100%;
}

.price {
  padding: 50px;
}

.top-bv {
  position: relative;
  width: 100%;
}

.topMap {
  position: relative;
}

.top-mapArea {
  position: relative;
  width: 100%;
  background-position: 50% 0;
  background-repeat: repeat;
}

.coronaWrap {
  width: 100%;
  margin: 60px 0 0 0;
  overflow: hidden;
}

.corona {
  background: url(/sp/img/notice_bg.jpg) 50% 0;
  padding: 30px 20px 20px 20px;
  border: 3px dashed #ff9494;
  border-radius: 10px;
}

.corona dt {
  text-align: center;
  font-size: 20px;
  color: #e41378;
  text-decoration: underline;
  font-weight: 700;
}

.corona dd {
  padding: 20px 5px;
  line-height: 160%;
  font-size: 14px;
}

.topBanner {
  margin: 60px 0 0 0;
}
.topBanner ul li img {
  width: 100%;
}
.noticeWrap {
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 0 0;
}

#m-link {
  position: relative;
  margin: 60px 0 0 0;
}

.serizawaWrap {
  position: relative;
  max-width: 800px;
  margin: 25px auto 0 auto;
}

.serizawa {
  position: relative;
}

.serizawa dt {
}

.serizawa dt img {
  width: 100%;
}

.serizawa dd.serizawaTit {
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
}

.serizawa dd.serizawaBody {
  text-align: left;
  padding: 20px 10px;
}

.serizawa dd.serizawaBody b {
  font-weight: 700;
  color: #ff3e3e;
}
.newyear_notice_wrap {
  margin: 0 0 20px 0;
}
.newyear_notice {
  position: relative;
  padding: 10px;
  background: url(/pc/img/newyear_notice_bg.jpg);
  background-repeat: repeat;
  background-position: 50%;
  background-size: 600px auto;
  max-width: 800px;
  margin: 0 auto;
}

.newyear_notice dl {
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
}

.newyear_notice dl dt span {
  font-size: 28px;
  color: #f66;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 140%;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0;
}

.newyear_notice dl dd {
  margin: 20px auto 0 auto;
  font-size: 17px;
  line-height: 140%;
  text-align: left;
}

.newyear_notice dl dd table.newyearTable {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.newyear_notice dl dd table.newyearTable th {
  display: inline-block;
  width: 50%;
  text-align: right;
  line-height: 1;
  padding: 10px 5px 10px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.newyear_notice dl dd table.newyearTable td {
  display: inline-block;
  width: 50%;
  text-align: left;
  line-height: 1;
  padding: 10px 0 10px 5px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.newyear_notice dl dd table.newyearTable td b {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  letter-spacing: 0;
}

.topMovie-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.topMovie-wrap .topMovie-inner {
  background: rgb(246, 187, 59);
  background: -moz-linear-gradient(
    top,
    rgba(246, 187, 59, 1) 0%,
    rgba(102, 194, 217, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(246, 187, 59, 1) 0%,
    rgba(102, 194, 217, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(246, 187, 59, 1) 0%,
    rgba(102, 194, 217, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6bb3b', endColorstr='#66c2d9',GradientType=0 );
  padding: 5px 5px 0 5px;
  margin: 0 5px;
}
.topMovie-wrap .topMovie-inner .topMovie {
}
.topMovie-wrap .topMovie-inner .topMovie video {
  width: 100%;
}

.transferWrap {
  position: relative;
  width: 100%;
  margin: 10px auto 50px auto;
}

.transfer {
  position: relative;
  padding: 0 10px 0 10px;
  background: #fff;
  text-align: center;
}

.transfer dt {
  text-align: center;
  font-size: 28px;
  padding: 0 10px;
  background-image: url(/pc/img/title_bg.jpg);
  color: #fff;
  display: inline-block;
  border-radius: 6px;
  white-space: nowrap;
}

.transfer dd.transferTxt {
  font-size: 16px;
  line-height: 160%;
  padding: 15px 0;
  text-align: center;
}

.transfer dd.tel3{
  text-align: center;
}

.transfer dd.tel3 ul li{
  font-size: 36px;
  line-height: 140%;
  font-weight: bold;
  color: #0189df;
}

.transfer dd.tel3 ul li a{
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-left: 6px;
  color: #0189df;
}

.transfer dd.tel3 ul li a:hover{
  text-decoration: underline;
}

