@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 15px 60px;
}
#section_sfj .article-inner {
  padding-bottom: 0;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
video {
	margin: 0 auto !important;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .article-inner {
    padding: 25px 10px 30px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/*animate.css */
.anim_display {
  opacity: 0;
}
.an05.animated {
  animation-duration: 1.5s;
}
.m-list-bnr li.animated:nth-child(1) {
  animation-delay: .4s;
}
.m-list-bnr li.animated:nth-child(2) {
  animation-delay: .8s;
}
.m-list-bnr li.animated:nth-child(3) {
  animation-delay: 1.2s;
}
.sec05_bg2 .m-media-l {
  animation-delay: 0.4s;
}
.sec05_bg2 .m-media-r {
  animation-delay: .8s;
}
.hotel_list .m-media-l {
	animation-delay: 0.4s;
}
.hotel_list .m-media-r {
	animation-delay: .8s;
}

/* Section Color */
#section_button {
  background: #1e1e1e url("/sf_biz/lp/img/menu_bg.jpg") no-repeat 65%;
  background-size: cover;
}
#section_company {
  background: transparent;
  background-size: cover;
}
#section_route, #section_flow, #section_inquiry {
  background: #f2f2f2;
}
#section_sfj {
  background: #1e1e1e;
}

/* Section Margin */
#sec01 {
	max-width: 1000px;
	margin: 60px auto 100px;
	padding: 0 20px;
}

/* Main Visual */
#hdg-main {
  width: 100%;
  height: calc(100vh - 144px) !important;
  margin: 0;
  padding: 0;
  background: #000000 url("/tourism/recommende/tokyo/newotani/img/hdg-main_bg_02.jpg");
  position: relative;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: right 55% top;
  background-attachment: fixed;
}
#hdg-main::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: blur(3px) grayscale(75%);
  filter: blur(3px) grayscale(75%);
}
#hdg-main.loaded::before {
  -webkit-filter: blur(0) grayscale(0);
  filter: blur(0) grayscale(0);
  transition: .7s;
  transition-delay: .5s;
}
.hdg-main-box {
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.8));
  width: 100%;
  margin-top: -70px;
  max-width: 1500px;
  padding: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 5;
}
.hdg-main-box-inner {
  width: 75%;
  color: #ffffff;
  text-align: left;
  display: flex;
  margin-top: auto;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.4;
}
.hdg-txt-catch, .hdg-txt-label {
  font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  -webkit-transform: translate(120px, 0);
  transform: translate(120px, 0);
}
.hdg-txt-catch {
  font-size: 2.8rem;
  font-size: 2.5vw;
  letter-spacing: 0.3rem;
  margin: 0 0 15px;
}
.hdg-txt-label {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.loaded .hdg-txt-catch, .loaded .hdg-txt-label, .loaded .hdg-main-box-inner h1, .loaded .hdg-txt-sub {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: .7s;
}
.loaded .hdg-txt-label {
  transition-delay: .5s;
}
.hdg-main-box-inner h1, .hdg-txt-sub {
  font-family: garamond, adobe-garamond-pro, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
}
.loaded .hdg-main-box-inner h1 {
  transition-delay: 1s;
}
.hdg-main-box-inner h1 {
  font-size: 7.4rem;
  letter-spacing: 0.4rem;
  opacity: 0;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.hdg-txt-sub {
  font-size: 1.8rem;
  margin-top: -10px;
  letter-spacing: 0.2rem;
  opacity: 0;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
}
.loaded .hdg-txt-sub {
  transition-delay: 1.5s;
}
.hdg-campaign {
  padding: 10px 50px 10px 35px;
  margin: 25px -50px 0 0;
  background: rgba(0, 0, 0, .3);
  border-radius: 20px 0 0 20px;
  opacity: 0;
  -webkit-transform: translate(200px, 0);
  transform: translate(200px, 0);
}
.hdg-campaign[data-type="sp-thin"] {
  margin-top: 18px;
}
.hdg-campaign > *:first-child {
  margin-top: 0 !important;
}
.loaded .hdg-campaign {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 1s;
  transition-delay: 2s;
}
.hdg-campaign p {
  color: #f2f2f2;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.hdg-campaign p.sml {
  font-size: 1.4rem;
}
.hdg-campaign a, .hdg-campaign a:hover {
  color: #f2f2f2;
}
.hdg-main-img {
  margin-top: 35px;
  width: 100%;
  max-width: 550px;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
.loaded .hdg-main-img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: .8s;
  transition-delay: 2.5s;
}
.hdg-main-img img {
  max-height: 10vh;
}
.scroll-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 0;
  display: flex;
  justify-content: center;
  z-index: 5;
  opacity: 0;
}
.loaded .scroll-btn {
  opacity: 1;
  transition: 1.5s;
  transition-delay: 2.5s;
}
.scroll-btn img {
  width: 100px;
}
@media screen and (min-width: 1366px) {
  .hdg-main-box-inner {
    width: 90%;
    color: #ffffff;
    text-align: left;
  }
  .hdg-txt-catch {
    font-size: 4rem;
    font-size: 2.0vw;
    margin-bottom: 25px;
  }
  .hdg-txt-label {
    font-size: 2.4rem;
  }
  .hdg-main-box-inner h1 {
    font-size: 5.8rem;
  }
  .hdg-main-box-inner h1 span {
    font-size: 6.8rem;
  }
  .hdg-txt-sub {
    font-size: 2.8rem;
  }
  .hdg-campaign {
    padding: 15px 50px 15px 35px;
  }
  .hdg-campaign p {
    font-size: 2rem;
  }
  .hdg-campaign p.sml {
    font-size: 1.6rem;
  }
  .hdg-main-img {
    margin-top: 50px;
    max-width: 620px;
  }
}
@media screen and (min-width: 1075px) {
  .hdg-campaign {
    margin-right: calc(-100vw + 1050px);
    padding-right: calc(100vw - 1050px)
  }
}
@media screen and (min-width: 1051px) and (max-width: 1074px) {
  .hdg-campaign {
    margin-right: calc(100vw - 1100px);
    padding-right: calc(-100vw + 1100px)
  }
}
@media screen and (min-width: 1025px) {
  .scroll-btn {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #hdg-main {
    height: calc(100vh - 25px) !important;
  }
  .hdg-main-box {
    padding: 10px;
    margin-top: -60px;
    line-height: 1.5;
  }
  .hdg-txt-catch {
    font-size: 2.2rem;
    font-size: 4.35vmin;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .hdg-txt-label {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .hdg-main-box-inner h1 {
    font-size: 5.6rem;
  }
  .hdg-txt-sub {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .hdg-campaign {
    padding: 10px 50px 10px 20px;
    margin-top: 20px;
  }
  .hdg-campaign[data-type="sp-thin"] {
    margin-top: 10px;
  }
  .hdg-campaign p {
    font-size: 1.2rem;
  }
  .hdg-campaign p.sml {
    font-size: 1rem;
  }
  .hdg-main-img {
    margin-top: 25px;
  }
  .scroll-btn {
    bottom: 25px;
  }
  .scroll-btn img {
    width: 60px;
  }
}
@media screen and (max-width: 374px) {
  .hdg-txt-catch {
    font-size: 2rem;
    font-size: 5vmin;
  }
  .hdg-main-box-inner h1 {
    font-size: 4.6rem;
  }
  .hdg-txt-label {
    font-size: 1.2rem;
  }
  .hdg-campaign .m-btn[data-type="em"] span {
    letter-spacing: 0;
  }
}

/* Modest Point */
.modest-point {
  margin: 0;
  padding: 0;
}
.modest-point-box {
  margin-top: 30px;
  padding: 25px;
  background: #f2f2f2;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.modest-point-box-inner {
  display: flex;
}
.scroll .modest-point-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: 1s;
}
.scroll .modest-point-box:nth-child(2) {
  transition-delay: 1s;
}
.modest-point-box:first-child {
  margin-top: 0px;
}
.modest-point-box .modest-point-icon {
  width: 20vw;
  max-width: 100px;
  padding: 0 20px 0 0;
}
.modest-point-box .modest-point-icon img {
  width: 100%;
  ;
  -webkit-transform: translate(0, -60px) rotate3d(0, 1, 0, -720deg);
  transform: translate(0, -60px) rotate3d(0, 1, 0, -720deg);
  opacity: 0;
}
.scroll .modest-point-box .modest-point-icon img {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate3d(0, 1, 0, 0deg);
  transform: translate(0, 0) rotate3d(0, 1, 0, 0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: 1s;
  transition-delay: .5s;
  animation: spinning-coin 10s 4s infinite;
}
.scroll .modest-point-box:nth-child(2) .modest-point-icon img {
  transition-delay: 1.5s;
  animation: spinning-coin 10s 5s infinite;
}
@-webkit-keyframes spinning-coin {
  0%, 60%, 80%, 100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  20%, 40% {
    -webkit-transform: rotate3d(0, 1, 0, 720deg);
    transform: rotate3d(0, 1, 0, 720deg);
  }
}
@keyframes spinning-coin {
  0%, 60%, 80%, 100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  20%, 40% {
    -webkit-transform: rotate3d(0, 1, 0, 720deg);
    transform: rotate3d(0, 1, 0, 720deg);
  }
}
.modest-point-box-inner > p {
  margin-top: 0;
  font-weight: bold;
  font-size: 2rem;
}
.modest-point-box-inner > p > span {
  color: #990000;
}
.modest-point-box-inner > p > span.pc-only, .modest-point-box-inner > p > span.sp-only {
  color: #333;
}
.modest-point-box-inner > p > span > span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .modest-point-box-inner {
    flex-direction: column;
    align-items: center;
  }
  .modest-point-box-inner > p {
    margin-top: 10px;
    font-size: 1.5rem;
    text-align: center;
  }
  .modest-point-box-inner > p > span > span {
    font-size: 2.3rem;
  }
  .modest-point-box .modest-point-icon {
    padding: 0;
  }
}

/* Highlight Sentence */
.m-txt-highlight {
  font-size: 2.6rem;
  text-align: center;
}
.m-txt-highlight > span {
  color: #990000;
}
.m-txt-highlight > span > em {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .m-txt-highlight {
    font-size: 1.6rem;
  }
  .m-txt-highlight > span > em {
    font-size: 2.6rem;
  }
}

/* Lead Text Box */
.lead-section {
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}
.lead-section[data-type="blk"] {
  background: #1e1e1e;
  color: #ccc;
}
.lead-section-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 10px;
}
.lead-section-inner > p {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  font-size: 2.2rem;
  text-align: center;
}
.lead-section-inner .slick {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lead-section-inner {
    padding: 30px 10px;
  }
  .lead-section-inner > p {
    font-size: 1.8rem;
  }
  .lead-section-inner .slick {
    margin-bottom: 50px;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hdg-sec-lv2[data-type="wh"] > h2 {
  color: #fff;
}
.hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #ccc;
  margin: 25px 0 50px;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    font-size: 2.4rem;
  }
  .hdg-sec-lv2::after {
    margin: 20px 0 40px;
  }
}

/* Button List */
.biz-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.biz-btn-list li {
  padding-left: 20px;
  width: 33.3%;
}
.biz-btn-list li a, .biz-btn-list li a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.biz-btn-list li a {
  background: none;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 1.5em;
  margin-top: 20px;
  padding: 10px 5px 8px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.biz-btn-list li a::before, .biz-btn-list li a::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.biz-btn-list li a:hover {
  color: #333;
  text-decoration: none;
}
.biz-btn-list li a::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.biz-btn-list li a:hover::after {
  height: 100%;
  width: 135%;
}
@media screen and (min-width: 768px) {
  .biz-btn-list li:nth-child(-n+3) a {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .biz-btn-list {
    margin-left: -10px;
  }
  .biz-btn-list li {
    padding-left: 10px;
    width: 50%;
  }
  .biz-btn-list li a {
    border: 1px solid #fff;
    font-size: 1.1em;
    margin-top: 10px;
    padding: 9px 5px 8px;
  }
  .biz-btn-list li:nth-child(-n+2) a {
    margin-top: 0;
  }
}

/* SF-Promotion Area */
.sf-promo {
  padding: 0;
  background-color: #1e1e1e;
  display: flex;
  min-height: 70vh;
}
.sf-promo-left, .sf-promo-right {
  width: 50%;
  height: 100%;
}
.sf-promo-left {
  background: url("/sf_biz/lp/img/img_promo_left_bg.jpg") bottom center;
  background-size: cover;
  padding: 10px;
}
.sf-promo-left-inner, .sf-promo-right-inner {
  width: 100%;
  height: 100%;
}
.left-promo-txt {
  padding: 50px 30px 0 70px;
}
.left-promo-txt-inner {
  color: #fff;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  text-align: right;
  padding: 0 15px 0 0;
  border-right: 4px solid #fff;
}
.left-promo-txt-inner > *:first-child {
  margin-top: 0;
}
.left-promo-txt-inner h3 {
  font-size: 2.4rem;
}
.left-promo-txt-inner p {
  font-size: 1.7rem;
}
.left-promo-logo {
  margin-top: 30px;
  width: 130px;
  max-width: 25vw;
}
.left-promo-logo img {
  width: 100%;
}
.sf-promo-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.sf-promo-list li {
  width: 50%;
  min-height: 300px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.sf-promo-list li .sf-promo-list-content {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.sf-promo-list li .sf-promo-list-content:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}
.sf-promo-list li[data-id="pr01"] .sf-promo-list-content {
  background: url("/sf_biz/lp/img/img_promo_01.jpg") 35%;
  background-size: cover;
}
.sf-promo-list li[data-id="pr02"] .sf-promo-list-content {
  background: url("/sf_biz/lp/img/img_promo_02.jpg") 35%;
  background-size: cover;
}
.sf-promo-list li[data-id="pr03"] .sf-promo-list-content {
  background: url("/sf_biz/lp/img/img_promo_03.jpg") 30%;
  background-size: cover;
}
.sf-promo-list li[data-id="pr04"] .sf-promo-list-content {
  background: url("/sf_biz/lp/img/img_promo_04.jpg") 60%;
  background-size: cover;
}
.right-promo-txt {
  background: rgba(0, 0, 0, .5);
  padding: 20px;
  color: #f2f2f2;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.right-promo-txt p {
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .sf-promo {
    height: calc(100vh - 81px);
    min-height: 680px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .sf-promo {
    flex-direction: column;
    height: 100%;
  }
  .sf-promo-left, .sf-promo-right {
    width: 100%;
  }
  .sf-promo-left {
    min-height: calc(100vh - 81px);
  }
  .sf-promo-list li .sf-promo-list-content {
    min-height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .left-promo-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sf-promo {
    flex-direction: column;
  }
  .sf-promo-left, .sf-promo-right {
    width: 100%;
  }
  .sf-promo-left {
    height: calc(100vh - 59px);
    min-height: 500px;
  }
  .left-promo-txt {
    padding: 30px 0 40px 0;
  }
  .left-promo-txt-inner {
    text-align: left;
    padding: 0 0 0 15px;
    border-right: none;
    border-left: 2px solid #fff;
  }
  .left-promo-txt-inner h3 {
    font-size: 2.1rem;
  }
  .left-promo-txt-inner p {
    font-size: 1.4rem;
  }
  .left-promo-logo {
    margin-top: 20px;
  }
  .sf-promo-list {
    flex-direction: column;
  }
  .sf-promo-list li {
    width: 100%;
    min-height: 200px;
  }
  .sf-promo-list li .sf-promo-list-content {
    min-height: 200px;
  }
}

/* SF-Biz Merits Area */
.point-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}
.point-list[data-col="3"] .point-list-content {
  width: 33.3%;
  padding-left: 20px;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
}
.point-list[data-col="3"] .point-list-content.scroll {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: .7s;
}
.point-list-content-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #ccc;
}
.point-img {
  width: 100%;
  padding: 0;
  position: relative;
}
.point-img[data-id="pt01"]::after {
  background: url("/sf_biz/lp/img/img_point_icn_01.png");
  background-size: cover;
}
.point-img[data-id="pt02"]::after {
  background: url("/sf_biz/lp/img/img_point_icn_02.png");
  background-size: cover;
}
.point-img[data-id="pt03"]::after {
  background: url("/sf_biz/lp/img/img_point_icn_03.png");
  background-size: cover;
}
.point-img::after {
  content: '';
  width: 150px;
  height: 57px;
  display: inline-block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}
.point-list-body {
  padding: 15px;
}
.point-list-ttl {
  border-bottom: 1px solid #333;
}
.point-list-ttl h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .point-list[data-col="3"] .point-list-content.scroll[data-id="sc01-02"] {
    transition-delay: .3s;
  }
  .point-list[data-col="3"] .point-list-content.scroll[data-id="sc01-03"] {
    transition-delay: .6s;
  }
}
@media screen and (max-width: 767px) {
  .point-list {
    flex-direction: column;
    margin-left: 0;
  }
  .point-list .point-list-content {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .point-list .point-list-content:first-child {
    margin-top: 0px;
  }
}

/* Loading */
#loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 500;
  background-color: rgba(0, 0, 0, .7);
  opacity: 1;
  top: 0;
  left: 0;
}
#loading-bg.loaded {
  opacity: 0;
  transition: 0.6s;
}
#loading-bg.loaded, #loading-bg.loaded .spinner, #loading-bg.loaded .loading-txt {
  display: none;
  transition-delay: 1.1s;
}
.spinner {
  margin: 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loading-txt {
  color: #cccccc;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
}

/* Section */
.txteria {
	position: relative;
}
section h2.lead-line {
	display: inline-block;
}
section h2.lead-line::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #FFF;
}

/* Sec02 */
#sec02 {
	background: #000000 url("/tourism/recommende/tokyo/newotani/img/sec02_bg.jpg") no-repeat;
	background-size: cover !important;
	background-position: center !important;
}
#sec04 {
	background: #000000 url("/tourism/recommende/tokyo/newotani/img/sec03_bg_02.jpg") no-repeat;
	background-size: cover !important;
	background-position: center !important;
}
#sec02, #sec04 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
}
#sec02 .filter_bg, #sec04 .filter_bg {
	width: 50%;
	background-color: rgba(0,0,0,0.6);
	height: auto
}
#sec02 .article-inner, #sec04 .article-inner {
  padding: 70px 15px 80px;
}
#sec02 .txtaria, #sec04 .txtaria {
	padding: 30px;
}
#sec02 h2, #sec04 h2 {
	font-size: 3.0em;
	font-size: 2.0vw;
	letter-spacing: 0.2rem;
	font-weight: 400;
	opacity: 0;
}
#sec02 p ,#sec04 p {
	margin-top: 40px;
	letter-spacing: 0.2rem;
	line-height: 2.4rem;
	font-weight: normal;
	opacity: 0;
	transition: .8s;
	transition-delay: .8s;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
	#sec02 h2, #sec04 h2 {
		font-size: 3.0rem;
		font-size: 1.7vw;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 767px) {
	#sec02, #sec04 {
		background-position: right 30% center !important;
	}
	#sec02 .filter_bg, #sec04 .filter_bg {
		background-color: rgba(0,0,0,0.4);
		width: 100%;
	}
	#sec02 .txtaria, #sec04 .txtaria {
		padding: 5px;
	}
	#sec02 p, #sec04 p {
		margin-top: 40px;
		letter-spacing: 0.2rem;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	#sec02 h2, #sec04 h2 {
		font-size: 19px;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 374px) {
	#sec02 h2, #sec04 h2 {
		font-size: 2.7vh;
	}
}

/* Sec03 */
#sec03 {
	background: #000000 url("/tourism/recommende/tokyo/newotani/img/sec04_bg.jpg") no-repeat;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #FFF;
  font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-style: normal;
}
#sec03 .filter_bg {
	background-color: rgba(0,0,0,0.5);
	width: 50%;
	height: auto;
	text-align: right;
	margin: 0 0 0 auto;
}
#sec03 .article-inner {
	padding: 70px 15px 80px;
}
#sec03 .txtaria {
	padding: 30px;
	margin: 0 0 0 auto;
}
#sec03 h2 {
	font-size: 3.0rem;
	font-size: 2.3vw;
	letter-spacing: 0.2rem;
	font-weight: 400;
	opacity: 0;
}
#sec03 p {
	margin-top: 40px;
	letter-spacing: 0.2rem;
	line-height: 2.4rem;
	font-weight: normal;
	opacity: 0;
	transition: .8s;
	transition-delay: .8s;
}
@media screen and (max-width: 767px) {
	#sec03 {
		background-position: right 30% center !important;
	}
	#sec03 .filter_bg {
		background-color: rgba(0,0,0,0.4);
		width: 100%;
	}
	#sec03 .txtaria {
		padding: 5px;
	}
	#sec03 p {
		margin-top: 40px;
		letter-spacing: 0.2rem;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	#sec03 h2 {
		font-size: 19px;
		letter-spacing: 0.1rem;
	}	
}
@media screen and (max-width: 374px) {
	#sec03 h2 {
		font-size: 2.0em;
		font-size: 2.7vh;
		letter-spacing: 0.2rem;
	}
}

#h3 {
	font-size: 2.8rem;
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .5rem;
}

/* videosection */
.videosection {
	background: #b59a77;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
}
.videosection h2 {
	font-size: 2.8rem;
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .5rem;
}
.video_center {
	text-align: center;
}
video {
	width: 80%;
	max-width: 800px;
}
#videoArea {
	position: relative;
	margin 0 auto;
}
video:focus {
	outline: none;
}
#damyImg {
	width: 80%;
	position: absolute;
	margin: auto;
	z-index: 90;
	top: 0;
	left: 0;
	right: 0;
}

#video-btn {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 91;
	left: 0;
	right: 0;
	top: 38%;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#sec06 h2 {
		font-size: 3.0rem;
		letter-spacing: 1rem;
		margin-bottom: 40px;
	}
	video {
		width: 100% !important;
		height: auto !important;
	}
	#damyImg {
		width: 100%;
	}
	#video-btn {
		width: 50px;
	}
}


/* Sec05 */
.sec05_bg {
	margin-top: 0;
	background-size: cover !important;
	background-position: center !important;
	width: 100%;
	height: auto;
	padding: 100px 0;
	color: #FFF;
	font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
}
.sec05_bg[data-type="eat"] {
	background: #000000 url("/tourism/recommende/tokyo/newotani/img/sec05_bg2.jpg") no-repeat;	
}
.sec05_bg[data-type="stay"] {
	background: #000000 url("/tourism/recommende/tokyo/newotani/img/sec05_bg3.jpg") no-repeat;
}
.sec05_bg .filter_bg {
	background-color: rgba(0,0,0,0.8);
	width: 35%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 15px 5px;
}
.sec05_bg .filter_bg .txtaria-boxline {
	position: relative;
	border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;	
	padding: 20px;
}
.txtaria-boxline:before, .txtaria-boxline:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #FFF;
}
.txtaria-boxline:before {left: 10px;}
.txtaria-boxline:after {right: 10px;}
.sec05_bg h2 {
	font-size: 3.5rem;
	opacity: 1;
	letter-spacing: 0.5rem;
}
@media screen and (max-width: 414px) {
	.sec05_bg .filter_bg {
		width: 80%;
	}
	.sec05_bg h2 {
		font-size: 2.0rem;
	}
}
@media screen and (min-width:415px) and (max-width: 767px) {
	.sec05_bg .filter_bg {
		width: 70%;
	}
	.sec05_bg h2 {
		font-size: 3.0rem;
	}
}
@media screen and (min-width:768px) and ( max-width:1099px) {
	.sec05_bg .filter_bg {
		width: 60%;
	}	
}
@media screen and (min-width:1100px) and ( max-width:1365px) {
	.sec05_bg .filter_bg {
		width: 45%;
	}	
}
.sec-h3 h3 {
	font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.7rem;
}
@media screen and (max-width: 767px) {
	.sec-h3 h3 {
		font-size: 2.6rem;
	}
}
/*.m-list-bnr .m-list-bnr__ttl span {
	font-family: kozuka-mincho-pro, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-weight: 300;
}
*/
.sec05_bg2 {
 background-color: #FFF/*#FFF9F2*/;
}
.sec05_bg1 {
 background-color: #FFF !important;
}

/* Sec06 */
#sec06 {
	background: #b59a77;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #FFF;
}
#sec06 a {
	color: #FFF;
}
#sec06 .sec-h3 {
	width: 50%;
	margin: auto;
}
#sec06 h2 {
	font-size: 4.3rem;
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	letter-spacing: 1rem;
}
#sec06 h2:before, #sec06 h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #FFF;
	display: block;
}
#sec06 h2:before {
	margin-right: .4em;
}
#sec06 h2:after {
	margin-left: .4em;
}

#sec06 h3 {
	font-size: 2.8rem;
	font-family: kozuka-gothic-pro, sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .5rem;
}

#sec06 h4 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 10px;
	margin-top: 30px;
}
.m-grid[data-type="baseinfo"] .m-grid__content {
	padding-right: 20px;
	border-right: 1px dotted #FFF;
}
.m-grid[data-type="baseinfo"] .m-grid__content:last-child {
	padding-right: 0;
	border: none;
}
@media screen and (max-width: 767px) {
	#sec06 h2 {
		font-size: 3.0rem;
		letter-spacing: 1rem;
		margin-bottom: 40px;
	}
	#sec06 h3 {
		margin-bottom: 0;
		font-size: 2.5rem
	}
	#sec06 .m-grid[data-type="baseinfo"] {
		margin-top: 0;
	}
	#sec06 .sec-h3 {
		width: 100%;
		margin: auto;
	}
	#sec06 h4 {
		margin-top: 30px !important;
	}
	.m-grid[data-type="baseinfo"] .m-grid__content {
		border-right: none;
		margin-top: 0;
	}
}
.access-txt {
	padding-left:1em;
	text-indent:-1em;
}
.access-txt span {
	font-weight: bold;
}

/* ホテル検索ポップアップ用 */
.l-wrapper[data-type="popup"] {
	padding-bottom: 15px;
}
.pop-hdg-h1 {
	width: 100%;
	padding: 2px 0 2px 10px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
	display: table-cell;
	border-left: 3px solid #000;
}
.m-frm-txt {
	display: flex;
}
.m-frm-txt input {
	margin-right: 10px;
}
img.ui-datepicker-trigger {
	border-radius: 3px;
}
.apo-radio {
 line-height: 2em;
}
@media screen and (max-width: 767px) {
	.apo-radio {
		line-height: 2em;
	}
}
.m-frm-select .selector {
	height: 100%;
	margin: 0;
	padding: 10px 17px 10px 10px;
	font-family: \30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33, "Hiragino Kaku Gothic Pro", \30e1\30a4\30ea\30aa, Meiryo, \FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF, "MS PGothic", sans-serif;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border-radius: 3px;
	border: none;
	background: #fff;
}
.m-frm-select .selector.is-ios-adjust {
	padding: 9px 17px 9px 10px;
}
.selector.is-ios-adjust {
  font-size: 16px !important;
}
a.sel-link:hover {
	opacity: 1 !important;
	transition: none;
	cursor: default;
}
.num-select {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -20px;
}
.num-select-content {
	padding: 0 0 0 20px;
  margin-top: 10px;
}
#sub-button {
	background-color: #E02929;
}
@media screen and (min-width: 768px) {
	.num-select .num-select-content {
		width: 50%;
	}
  .num-select .num-select-content:nth-child(-n+2) {
    margin-top: 0px;
  }
	.num-select .num-select-content .m-frm-select {
		width: 100%;
	}
	.num-select[data-type="ch"] .num-select-content label {
		width: 32%;
		display: inline-block;
		padding-right: 5px;
	}
	.num-select[data-type="ch"] .num-select-content .m-frm-select {
		width: 60%;
	}
	.num-select .num-select-content .m-frm-select select {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.num-select {
		flex-direction: column !important;
		margin-left: 0 !important;
	}
	.num-select .num-select-content {
		margin: 10px 0 0 0;
		width: 100%;
		padding: 0 !important;
  }
  .num-select .num-select-content:first-child {
		margin-top: 0 !important;
  }
	.num-select-content label {
		display: inline-block;
		width: 7rem;
		padding-right: 5px;
	}
	.num-select .num-select-content .m-frm-select {
		width: 70%;
	}
	.num-select .num-select-content .m-frm-select select {
		width: 100%;
	}
	.num-select[data-type="ch"] .num-select-content label {
		width: 40%;
		display: inline-block;
		padding-right: 5px;
	}
	.num-select[data-type="ch"] .num-select-content .m-frm-select {
		width: 58%;
	}
}
/*
.set-child-cnt {
	top:30px !important;
}
*/
.set-child-cnt .m-hdg-lv5, .set-child-cnt .m-line {
	margin: 20px 0;
}
.set-child-cnt .m-hdg-lv5 .m-hdg {
	font-size: 1.6rem;
}
.ui-datepicker {
	width: 17em !important;
}
.ui-datepicker-title {
	font-size: 1em;
}
.ui-datepicker-calendar thead span {
	font-size: 1.1em;
}
.ui-datepicker td span, .ui-datepicker td a {
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	.ui-datepicker {
		width: 20em !important;
	}
	.ui-datepicker-title {
		font-size: 1.2em;
	}
	.ui-datepicker-calendar thead span {
		font-size: 1.2em;
	}
	.ui-datepicker td span, .ui-datepicker td a {
		font-size: 1.5em;
	}
}
