/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: bottom;
}
/* all */
* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
/* HTML5 tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
a:link {
    text-decoration: none;
    color: #222;
    font-weight: bold;
}
a:visited {
    color: #222;
}
a:hover {
    text-decoration: none;
    color: #222;
}
a:active {
    color: #222;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End Hack */
li {
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: static;
  display: block;
  z-index: 3;
  width: 46px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  border-radius: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.slick-prev {
  background-image: url(../../img/common/slideprev.svg);
}
.slick-next {
  background-image: url(../../img/common/slidenext.svg);
}
.arrowbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.5em;
  margin: 8px auto 0;
}
.slick-disabled {
  opacity: 0;
}
ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  bottom: 10px;
  width: 100%;
}
ul.slick-dots button {
  display: none;
}
ul.slick-dots {
  margin: auto;
}
ul.slick-dots li {
  width: 10px;
  margin: 0 6px 6px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
ul.slick-dots li.slick-active {
  background-color: #5da3da;
}
#mainImage {
    margin: 0 auto 50px;
    overflow: hidden;
}
#mainImage .swiper-slide span {
    display: block;
    padding-top: 34%;
    position: relative;
    overflow: hidden;
}
#mainImage .swiper-slide span img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.swiper-slide {
    position: relative;
}
.slideText {
    z-index: 2;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 22%;
    margin: auto;
}
#container {
  min-width: 1100px;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100%;
}
/* header */
header {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
    width: 92%;
  max-width: 1180px;
  margin: 15px auto;
  font-size: 0;
  position: relative;
}
h1 {
  display: inline-block;
  margin-bottom: 25px;
}
h1 a {
  display: block;
}
h1 img {
  width: 100px;
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
}
h1 span {
  font-size: 13px;
  line-height: 1.3em;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 500;
  vertical-align: middle;
}
.headSns {
  position: absolute;
  top: 0;
  right: 0;
}
.headSns li {
  font-size: 10px;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1.5em;
}
.headSns li small {
  font-size: 70%;
  vertical-align: baseline;
}
.headSns li a {
  padding: 24px 2px 0;
  display: block;
  font-weight: 500;
  min-width: 3em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 22px auto;
}
.hsFacebook a {
  background-image: url(../../img/common/icon_facebook.svg);
}
.hsInstagram a {
  background-image: url(../../img/common/icon_instagram.svg);
}
.hsTwitter a {
  background-image: url(../../img/common/icon_x.svg);
}
.hsYoutube a {
  background-image: url(../../img/common/icon_youtube.svg);
}
li.hsEnglish a {
  background-image: url(../../img/common/icon_langage.svg);
}
#mainNavPc {
  font-size: 0;
  text-align: center;
}
#mainNavPc li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0.8em 0.5em;
}
#mainNavPc li a {
  font-weight: 700;
}
#mainNavPc li span {
  margin-top: 0.2em;
  display: block;
  font-size: 65%;
  line-height: 1.3em;
  font-weight: 400;
}
/* Smartphone Navi */
.fixed {
  position: fixed;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 999;
}
#naviOut {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navOpen nav {
  opacity: 1;
  right: 0;
}
li.navBtn {
  display: inline-block;
  width: 38px;
  height: 34px;
  position: relative;
  margin-left: 60px;
  cursor: pointer;
  z-index: 100000000;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: url(../../img/common/menu.svg) no-repeat top center;
  background-size: 100% auto;
  font-size: 10px;
  line-height: 1.3em;
}
.navBtn::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 500;
}
header:has(.navOpen) .navBtn::after {
  content: "CLOSE";
}
header:has(.navOpen) li.navBtn {
  background-image: url(../../img/common/close.svg);
}
nav {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -70%;
  float: none;
  width: 80%;
  max-width: 620px;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 15px 15px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#mainNav {
  width: auto;
  margin: 80px auto 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mainNav li {
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  margin: 0 15px 1em 0;
  width: calc(50% - 15px);
  border-bottom: 1px #ddd solid;
  padding-bottom: 1em;
}
#mainNav li a {
  display: block;
  background: url(../../img/common/arrowsrightblacks.svg) no-repeat left top 7px;
  background-size: 11px auto;
  padding: 0 0 0 15px;
}
#naviOut .headSns {
  position: static;
  text-align: center;
}
#naviOut .headSns li a {
  padding: 34px 2px 0;
  display: block;
  font-weight: 500;
  min-width: 5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 30px auto;
}
.slick-num {
  text-align: center;
  margin-top: 15px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
}
.slick-num span {
  display: inline-block;
  min-width: 2em;
}
#mainSlide .slick-slide {
  margin-right: 6px !important;
  margin-left: 6px !important;
}
#mainSlideOuter {
  margin-bottom: 40px;
}
#mainSlide {
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#mainSlide.slick-initialized {
  opacity: 1;
}
.mainSlideCell {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.mainSlideText {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 34px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.7), 0 0 9px rgba(0, 0, 0, 0.8);
}
.mainSlideText strong {
  font-size: 30px;
  line-height: 1.3em;
  display: block;
}
.mainSlideText small {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.2em;
  letter-spacing: 0;
}
span.mainImage,
span.mainVideo {
  position: relative;
  padding-top: 61.1%;
  display: block;
  overflow: hidden;
}
span.mainVideo {
  background: url(../../img/lang_jp/top/topmovie.webp) center no-repeat;
  background-size: cover;
}
span.mainImage img {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
span.mainVideo video {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainSlideCell .movieAnime {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.mainSlideCell .photoAnime {
  opacity: 0;
}
.mainSlideCell.slick-current .photoAnime {
  -webkit-animation: photoanime 1s both;
  animation: photoanime 1s both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes photoanime {
  0% {
    opacity: 0;
    top: -20px;
  }
  40% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes photoanime {
  0% {
    opacity: 0;
    top: -20px;
  }
  40% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.mainSlideCell.slick-current .movieAnime {
  -webkit-animation: movieanime 8s both;
  animation: movieanime 8s both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes movieanime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes movieanime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mainContentsTop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}
#mainContents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}
.moveArea {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
#attama_hype_container {
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.btnTopScroll {
    position: absolute;
    bottom: 15px;
    right: 4%;
    z-index: 10;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background: #222;
    border-radius: 50%;
    text-align: center;
}
.btnTopScroll img {
    margin-top: 10px;
    width: 20px;
    height: auto;
}
/* Top Youtube */
#playerBtn {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#playerOuter {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 60px;
    background: #000;
}
#playerOuter iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.youtube_mute:hover img,
.youtube_unmute:hover img,
.youtube_play:hover img,
.youtube_pause:hover img {
    opacity: 1;
}
.youtube_mute img,
.youtube_unmute img,
.youtube_play img,
.youtube_pause img {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.7;
    cursor: pointer;
}
.youtube_mute {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 70px;
    height: 64px;
    overflow: hidden;
}
.youtube_unmute {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 70px;
    height: 64px;
    overflow: hidden;
    display: none;
}
.youtube_play {
    position: absolute;
    top: 16px;
    left: 100px;
    z-index: 10;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: none;
}
.youtube_pause {
    position: absolute;
    top: 16px;
    left: 100px;
    z-index: 10;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
/* Main Area */
#contents {
     width: 100%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
#contents h2 {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 2px;
    margin-bottom: 1.2em;
}
#contents h3 {
    font-size: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 1.2em;
}
#contents h2 span,
#contents h3 span {
    border-top: 1px #999 solid;
    display: inline-block;
    padding-top: 0.3em;
}
.icon01 {
    background: url(../../img/lang_en/common/catMark01.png) no-repeat left top;
}
.icon02 {
    background: url(../../img/lang_en/common/catMark02.png) no-repeat left top;
}
.icon03 {
    background: url(../../img/lang_en/common/catMark03.png) no-repeat left top;
}
.icon04 {
    background: url(../../img/lang_en/common/catMark04.png) no-repeat left top;
}
.icon05 {
    background: url(../../img/lang_en/common/catMark05.png) no-repeat left top;
}
.icon06 {
    background: url(../../img/lang_en/common/catMark06.png) no-repeat left top;
}
.icon07 {
    background: url(../../img/lang_en/common/catMark07.png) no-repeat left top;
}
.icon01,
.icon02,
.icon03,
.icon04,
.icon05,
.icon06,
.icon07 {
    border-top: none !important;
    padding-top: 0 !important;
    padding-left: 45px;
    background-size: 35px auto;
}
#connection,
#spot,
#traditional,
#food,
#course,
#seasons,
#activity {
    margin-top: -10px;
    padding-top: 10px;
}
.page h4 {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 0.6em;
}
#topfootInfoOuter {
margin-bottom: 40px;
}
.twitterTimeline {
    width: 38%;
    max-height: 600px;
    overflow-x: auto;
    overflow-y: scroll;
    border: 1px #ddd solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.OneTextSpace {
    margin: 0 auto 20px;
}
/* Banner */
.bannerSpace {
    margin: 80px 0 20px;
    text-align: center;
}
.bannerSpace li {
    width: 30%;
    margin: 0 0.5%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bottomSpace70 {
    margin-bottom: 70px;
}
#contents p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 1em;
    font-style: normal;
    font-weight: 400;
}
.btnBlack {
    width: 14em;
    height: 1.6em;
    border: 1px #222 solid;
    margin: 40px auto 20px;
    overflow: hidden;
    display: block;
    background: #222;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 14px;
}
.longName {
    width: 28em;
}
.btnBlack a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    font-style: normal;
    font-weight: 400;
}
.btnText {
    position: absolute;
    left: 0;
    right: 0;
    height: 1.6em;
    line-height: 1.6em;
    top: 0;
    text-align: center;
    background: url(../../img/lang_en/common/btn_mark_right_white.png) no-repeat 92% center;
    background-size: 6px auto;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.btnText span {
    font-size: 14px !important;
    color: #fff;
    display: block;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.btnText span br {
    display: none;
}
.btnBlack:hover {
    background: #fff;
}
.btnBlack:hover .btnText {
    background: url(../../img/lang_en/common/btn_mark_right_black.png) no-repeat 96% center;
    background-size: 6px auto;
}
.btnBlack:hover .btnText span {
    color: #222;
    font-size: 18px !important;
    margin-right: 4em;
}
.topMap {
    background: url(../../img/lang_en/top/mapAllowTop.png) no-repeat 22% top;
    background-size: auto 70px;
    margin: -30px auto 40px;
    padding-top: 70px;
    width: 100%;
    height: 100%;
}
.mapImg {
    width: 86%;
    position: relative;
    border-top: 1px #222 solid;
    padding: 25px 0 0;
    margin: 0 auto;
}
.mapImg p {
    position: absolute;
    left: 30%;
    top: 5%;
    width: 70%;
}
.mapImg ul {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mapImg li {
    position: absolute;
    background: #222;
    font-size: 0;
}
.mapImg li img {
    vertical-align: middle;
}
.mapImg li a {
    display: block;
    padding: 12px 10px;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.mapImg li:hover a {
    padding: 18px 10px 12px;
}
.line_jr {
    top: 25%;
    left: 7%;
    width: 31%;
}
.line_odakyu {
    top: 66%;
    right: 29%;
    width: 13%;
}
.line_keio {
    top: 55%;
    left: 27%;
    width: 11%;
}
.line_seibu {
    top: 32%;
    right: 24%;
    width: 11.5%;
}
.mapImg:before,
.mapImg:after {
    position: absolute;
    top: 0;
    height: 10px;
    content: "";
}
.mapImg:before {
    border-left: 1px #222 solid;
    left: 0;
}
.mapImg:after {
    border-right: 1px #222 solid;
    right: 0;
}
.topLinkBtnOuter {
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.topLinkBtn {
    width: 13%;
    position: relative;
}
.topLinkBtn p {
    position: relative;
    background: #f5f4f3;
    font-size: 15px !important;
    width: 90%;
    line-height: 1.4em !important;
    padding: 30px 10px 10px;
    top: -20px;
    left: 10px;
    z-index: 1;
}
.topLinkBtn a {
    background: #222;
    border-radius: 10px;
    display: block;
}
.mainImgBG {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    background: #222;
    border-radius: 10px;
    z-index: 2;
}
.mainImgBG img {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
    opacity: 0.7;
}
.topLinkBtn ul {
    position: absolute;
    z-index: 3;
    width: 100%;
}
.enText {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 35%;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
.jpText {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 9%;
    margin: 0 auto;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.topLinkBtn a:hover .mainImgBG img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
.topLinkBtn a:hover .enText {
    width: 60%;
    top: 70px;
}
.topLinkBtn a:hover .jpText {
    width: 6%;
    top: 120px;
}
.movieIcon {
    position: absolute;
    background: url(../../img/common/movieIcon.svg) no-repeat center center;
    background-size: 100% auto;
    display: block;
    width: 40%!important;
    height: 100%;
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0!important;
    ;
    bottom: 0!important;
    ;
    margin: auto!important;
    ;
    z-index: 2;
}
.card01,
.card02,
.card03,
.card04,
.card05,
.card06,
.card07 {
    opacity: 0;
}
.card01.fadeIn,
.card02.fadeIn,
.card03.fadeIn,
.card04.fadeIn,
.card05.fadeIn,
.card06.fadeIn,
.card07.fadeIn {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.card01.fadeIn {
    -webkit-animation-name: cardanime01;
            animation-name: cardanime01;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
.card02.fadeIn {
    -webkit-animation-name: cardanime02;
            animation-name: cardanime02;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.card03.fadeIn {
    -webkit-animation-name: cardanime03;
            animation-name: cardanime03;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
.card04.fadeIn {
    -webkit-animation-name: cardanime04;
            animation-name: cardanime04;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.card05.fadeIn {
    -webkit-animation-name: cardanime05;
            animation-name: cardanime05;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
.card06.fadeIn {
    -webkit-animation-name: cardanime06;
            animation-name: cardanime06;
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
}
.card07.fadeIn {
    -webkit-animation-name: cardanime06;
            animation-name: cardanime06;
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
@-webkit-keyframes cardanime01 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime01 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes cardanime02 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime02 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes cardanime03 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime03 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes cardanime04 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime04 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes cardanime05 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime05 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@-webkit-keyframes cardanime06 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes cardanime06 {
    from {
        top: -20px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
/* Top Movie */
.topBottomMovie {
    font-size: 0;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.TopMovieOuter {
    width: 47.5%;
    margin-bottom: 20px;
}
.movieInner {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
#topYoutube01,
#topYoutube02,
#topYoutube03,
#topYoutube04,
#topYoutube05,
#topYoutube06,
#topYoutube07,
#topYoutube08,
#topYoutube09,
#topYoutube10,
#topYoutube11,
#topYoutube12,
#topYoutube13,
#topYoutube14,
#topYoutube15,
#topYoutube16,
#topYoutube17,
#topYoutube18,
#topYoutube19,
#topYoutube20 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#topYoutube01 iframe,
#topYoutube02 iframe,
#topYoutube03 iframe,
#topYoutube04 iframe,
#topYoutube05 iframe,
#topYoutube06 iframe,
#topYoutube07 iframe,
#topYoutube08 iframe,
#topYoutube09 iframe,
#topYoutube10 iframe,
#topYoutube11 iframe,
#topYoutube12 iframe,
#topYoutube13 iframe,
#topYoutube14 iframe,
#topYoutube15 iframe,
#topYoutube16 iframe,
#topYoutube17 iframe,
#topYoutube18 iframe,
#topYoutube19 iframe,
#topYoutube20 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.photoAnimeTop01,
.photoAnimeTop02,
.photoAnimeTop03,
.photoAnimeTop04,
.photoAnimeTop05,
.photoAnimeTop06,
.photoAnimeTop07,
.photoAnimeTop08,
.photoAnimeTop09,
.photoAnimeTop10,
.photoAnimeTop11,
.photoAnimeTop12,
.photoAnimeTop13,
.photoAnimeTop14,
.photoAnimeTop15,
.photoAnimeTop16,
.photoAnimeTop17,
.photoAnimeTop18,
.photoAnimeTop19,
.photoAnimeTop20 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.topMovieText {
    background: #f1efed;
    display: block;
    width: 92%;
    margin: -10px 0 0 2%;
    padding: 20px 3% 10px 6%;
}
.topMovieText .btnBlack {
    margin: 20px auto 10px;
}
.topBottomMoviebtn {
    width: 100%;
}
.topMovieText h3 {
    font-size: 23px !important;
    letter-spacing: 0;
    !important;
    margin-bottom: 0.5em !important;
}
.btnMovie {
    width: 100%;
    height: 100%;
    background: url(../../img/lang_jp/common/pattern-1.png) left center;
    position: absolute;
    z-index: 100;
    text-align: center;
    cursor: pointer;
}
.btnPlay {
    width: 14%;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    margin: -45.5px auto 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.7;
}
.btnMovie:hover .btnPlay {
    opacity: 1;
}
.tbmEn {
    width: 6%;
    position: absolute;
    bottom: 85%;
    left: 0;
    right: 0;
    margin: -45.5px auto 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btnMovie:hover .tbmEn {
    width: 10%;
    bottom: 83%;
}
.tbmJp {
    width: 2.5%;
    position: absolute;
    bottom: 58%;
    left: 0;
    right: 0;
    margin: -45.5px auto 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btnMovie:hover .tbmJp {
    width: 1.5%;
    bottom: 66%;
}
.infoTopics {
    margin-bottom: -10px;
}
.infoTopics li {
    margin-bottom: 1em;
    vertical-align: top;
    display: table;
}
.infoTopics li span {
    display: table-cell;
    line-height: 1.3em;
    vertical-align: top;
    font-weight: bold;
    width: 5.2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
.infoTopics li p {
    display: table-cell;
    line-height: 1.5em !important;
    overflow: auto;
    vertical-align: top;
}
/* Footer */
ul.footerNav {
  text-align: center;
  margin-bottom: 20px;
}
ul.footerNav li {
  display: inline-block;
  margin: 0 5px 10px;
  width: 35px;
}
footer {
  margin-top: auto;
  background-color: #eee;
}
.footerInner {
  width: 92%;
  max-width: 1180px;
  margin: 15px auto;
}
footer ul.footerLinks {
  margin-bottom: 30px;
  text-align: center;
}
footer ul.footerLinks li {
  display: inline-block;
  margin-right: 1.5em;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
footer ul.footerLinks li a {
  background: url(../../img/common/arrowsrightblacks.svg) no-repeat left center;
  background-size: 11px auto;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 0 0 0 15px;
  font-weight: 500;
}
footer ul.footerLinks li a:hover {
  color: #666;
}
footer small {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
}
.pageTop {
  width: 60px;
  margin: 0 auto 30px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
   position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  background-color: #222;
}
.pageTop img {
    width: 100%;
    height: auto;
}
/* Phase2 */
#breadcrumbOuter {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}
#breadcrumb {
    font-size: 11px;
    color: #666;
    line-height: 1em;
    margin-top: 15px;
}
#breadcrumb li {
    display: inline-block;
    background: url(../../img/lang_en/common/btn_mark_right_black.png) no-repeat left 3px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    background-size: 4px auto;
    vertical-align: top;
}
#breadcrumb li:first-child {
    background: none;
    padding-left: 0;
}
#breadcrumb li a {
    color: #666;
    text-decoration: underline;
}
#titileSpace {
    margin: 30px 0;
    display: table;
}
.phaseDeep {
    margin-bottom: 50px !important;
}
#titileSpace p {
    font-size: 15px;
    margin-top: 1em;
}
.socialIcon {
    font-size: 0;
    vertical-align: middle;
    display: table-cell;
    width: 114px;
}
.socialIcon li {
    width: 40px;
    border: 1px #000 solid;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.socialIcon li img {
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.socialIcon li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}
#titileSpace h2 {
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.movieOuter {
    position: relative;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
#youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    right: -50px;
}
#youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.btnNovie {
    width: 100%;
    height: 100%;
    background: url(../../img/lang_jp/common/nopt.png) left center;
    position: absolute;
    z-index: 100;
    text-align: center;
    cursor: pointer;
  }
  .btnNovie:hover img {
    opacity: 1;
  }
  .btnNovie img {
    width: 110px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -45.5px auto 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.7;
  }
#youtubein {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 0;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
#youtubein iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.movieBtnPage {
    width: 100%;
    height: 100%;
    background: url(../../img/lang_jp/common/pattern-1.png) left center;
    position: absolute;
    z-index: 100;
    text-align: center;
    cursor: pointer;
}
.movieBtnPage:hover img {
    opacity: 1;
}
.movieBtnPage img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -45.5px auto 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    opacity: 0.7;
}
.photoAnime {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    visibility: visible;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.movieChange {
    font-size: 0;
    line-height: 1em;
    text-align: right;
    margin: 15px 0 50px;
    color: #fff;
}
.movieChange li {
    font-size: 12px;
    display: inline-block;
    padding: 10px 6px;
    margin-left: 5px;
    background: #222;
    width: 12em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
}
.movieChange li span {
    background: url(../../img/lang_jp/common/movieBtnSmall.png) no-repeat left center;
    background-size: 7px auto;
    padding-left: 11px;
}
.movieChange li:hover {
    opacity: 1 !important;
}
.shortBtn {
    opacity: 1;
}
.shortBtn:after {
    border-top: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-top-width: 0;
    top: -6px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -6px;
    border-bottom-color: #222;
    display: block;
}
.longBtn:after {
    border-top: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-top-width: 0;
    top: -6px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -6px;
    border-bottom-color: #222;
    display: none;
}
.longBtn {
    opacity: 0.3;
}
.styleChange {
    display: none !important;
}
.boxCellOuter {
    position: relative;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2%;
}
.boxCell {
    width: 48%;
    border: 1px #222 solid;
    position: relative;
    background: #fff;
    margin-left: 2%;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.boxCell:after {
    position: absolute;
    width: 4px;
    height: 100%;
    top: 4px;
    right: -5px;
    content: "";
    border: 1px #222 solid;
    border-left: none;
    border-bottom: none;
}
.boxCell:before {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -5px;
    right: -4px;
    content: "";
    border: 1px #222 solid;
    border-right: none;
    border-top: none;
}
#contents h4 {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 0.6em;
}

.boxCell p a {
    text-decoration: underline;
}
.urlLink {
    font-size: 12px;
    line-height: 1;
    margin: 1.5em auto 0;
    padding-right: 8px;
    display: block;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    width: 14em;
    text-align: center;
    background: url(../../img/lang_en/common/btn_mark_right_white.png) no-repeat 92% center #222;
    background-size: 4px auto;
}
.urlLink p {
    display: inline!important;
    line-height: 1!important;
}
.urlLink a {
    padding: 5px 0.5em;
    display: block;
    color: #fff;
}
.urlLink:hover {
    background-color: #e03e11;
    -webkit-transition: 3.2s linear;
    -o-transition: 3.2s linear;
    transition: 3.2s linear;
}
.boxCellPhoto {
    width: 70%;
    margin: 0 auto 10px;
}
.tag {
    font-size: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: -5px;
}
.tag li {
    font-size: 11px;
    line-height: 1em;
    color: #666;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    border-radius: 10px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    padding: 3px 8px;
    background: #eee;
}
.spotCell .tag li,
.foodText .tag li {}
.tag li:hover {
    opacity: 1;
}
.tag li a {
    display: block;
    padding: 3px 8px;
    margin: -3px -8px;
    color: #666;
}
.catLinkOuter {
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -1.66666%;
}
.catLink {
    width: 15%;
    position: relative;
    background: url(../../img/lang_en/common/catLink.png) no-repeat 94% 94% #f5f4f3;
    background-size: 16% auto;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
    margin-left: 1.66666%;
}
.catLink:hover {
    background-color: #d8d7d5;
}
.catLink a {
    width: 100%;
    height: 100%;
    display: block;
}
.catLink:after {
    padding-top: 100%;
    display: block;
    content: "";
}
.centerMark {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.centerText {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.catLink:hover .centerMark {
    width: 35%;
    top: 20%;
}
.catLink:hover .centerText {
    width: 90%;
    bottom: 23%;
}
.monthSeason {
    font-size: 30px;
    padding: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
}
.infoTopicsOuter {
    min-height: 200px;
    margin: 0 auto;
}
.listSelect,
.listAreaOuter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2%;
}
.listAreaCell {
    width: 18%;
    margin-left: 2%;
    margin-bottom: 20px;
    -webkit-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    transition: top 1s ease, left 1s ease;
    padding: 0;
    background: #fff;
}
.listPhoto {
    position: relative;
    margin: 0 auto 15px;
    top: 0;
    left: 0;
    background: #000;
    overflow: hidden;
    padding-top: 100%;
}
.listPhoto span {
    display: block;
}
.listPhoto img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.movieIcon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 18%;
}
.movieIcon img {
    width: 100%;
    height: auto;
    position: static;
    margin: auto;
}
.listPhoto p {
    position: absolute;
    bottom: 0;
    left: -100%;
    margin: auto;
    z-index: 2;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
    text-align: center;
}
.listPhoto p img {
    width: 40%;
}
.listAreaCellInner span {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.listAreaCellInner:hover span {
    opacity: 0.5;
}
.listAreaCellInner:hover p {
    left: 0%;
}
.listAreaCellInner:hover h3 {
    text-decoration: underline;
}
.listAreaCell span {
    display: block;
}
.listAreaCell h3 {
    font-size: 16px !important;
    line-height: 1.5em !important;
    letter-spacing: 0 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px !important;
    padding: 0;
}
.spotCellOuter {
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: -2%;
}
.spotCell {
    width: 48%;
    -webkit-transition: top 1s ease, left 1s ease;
    -o-transition: top 1s ease, left 1s ease;
    transition: top 1s ease, left 1s ease;
    background: #f5f4f3;
    margin-bottom: 30px;
    margin-left: 2%;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.spotPhoto {
    width: 70%;
    margin: -15px auto 10px;
}

.traditionCellOuter {
    margin: 0 auto 40px;
    font-size: 0;
}
.traditionalPhoto {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.traditionalPhoto span {
    display: block;
}
.traditionalPhoto span small,
.tcTwoPhoto small {
    font-size: 13px;
    line-height: 1.7em;
    margin-top: 4px;
    display: inline-block;
}
.traditionalText span {
    display: block;
    width: 94%;
    margin: 30px auto 0;
}
.tcTwoPhoto {
    font-size: 0;
    margin-top: -20px;
    margin-left: -3%;
    margin-bottom: 60px;
}
.tcTwoPhoto li {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    vertical-align: top;
}
.traditionalText {
    background: #fff;
    width: calc(56% - 80px);
    display: inline-block;
    vertical-align: top;
    margin-left: -3%;
    padding: 40px 40px 30px;
}
.traditionalText h4 {
    font-size: 26px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.foodCellOuter {
    margin: 0 auto 40px;
    font-size: 0;
}
.foodPhoto {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.foodText {
    background: #f5f4f3;
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -2%;
    padding: 30px 30px 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.foodText h4 {
    font-size: 26px;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.phaseMapArea {
    margin-bottom: 50px;
}
#map_canvas {
    width: 100%;
    height: 450px;
    margin: 0 0 20px;
}
.pageContents {
    font-size: 0;
    margin: 0 0 20px;
}
.mainPhoto {
    width: 50%;
    margin: 0 auto 10px;
}
.pageText {
    margin-bottom: 30px;
}
.pageText h2 {
    font-size: 40px !important;
    margin-bottom: 0.5em !important;
}
.pageText .tag {
    margin-bottom: 20px;
}
.pageText .urlLink {
    width: 16em;
    font-size: 14px;
}
.pageText .urlLink a {
    padding: 10px 0.5em;
    display: block;
    color: #fff;
}
.subPhoto {
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222;
    padding: 20px 0 0;
}
.subPhoto div {
    width: 31%;
    margin: 0 1.1165%;
    margin-bottom: 20px;
}
#postInfo .urlLink {
    margin: 20px auto;
    font-size: 13px;
    line-height: 1.4em;
    width: auto;
    text-align: center;
    background: none;
}
#postInfo .urlLink a {
    display: inline-block!important;
    padding: 10px 1em;
    background: #222;
    -webkit-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}
#postInfo .urlLink a:hover {
    background: #e03e11;
}
#postInfo p.addresstel {
    margin: 0!important;
}
#postInfo p.addresstel:first-child {
    margin-top: 30px!important;
}
/* privacy And What */
.privacyArea,
.whatArea,
.contactArea {
    width: 65%;
    margin: 0 auto;
}
.privacyArea p,
.whatArea p {
    margin-bottom: 1em !important;
}
.privacyArea p span {
    font-weight: 600;
}
.privacyArea h3,
.whatArea h3 {
    margin-bottom: 0.5em !important;
    font-size: 22px !important;
    letter-spacing: 0 !important;
}
.privacyArea h3 span,
.whatArea h3 span {
    background: #999;
    border: none !important;
    color: #fff;
    margin: 0 0 5px !important;
    padding: 3px 10px !important;
    font-size: 16px !important;
    line-height: 1em !important;
    display: inline-block;
}
.bottomL {
    margin-bottom: 60px;
}
.bottomS {
    margin-bottom: 40px;
}
.topL {
    margin-top: 60px;
}
.privacyArea li {
    margin-bottom: 1.5em;
}
.privacyArea ul {
    font-size: 12px;
    line-height: 1.8em;
}
.privacyArea li span {
    display: inline-block;
    float: left;
    width: 2em;
}
.privacyArea li p {
    overflow: auto;
}
.privacyArea li ul {
    margin: -0.4em 0 3em 3em;
}
.privacyArea li {
    margin-bottom: 0.3em;
}
.contactaddress {
    display: inline !important;
    float: none !important;
    width: auto !important;
}
.caright {
    display: inline !important;
    float: none !important;
    width: auto !important;
}
.above {
    text-align: right;
    font-size: 13px;
    display: block;
    margin: 2em 0 1em;
}
/* Contact */
.contactArea p {
    margin-bottom: 1em !important;
}
.contactArea h3 {
    padding-left: 0 !important;
}
.attention_red {
    color: #e85412;
    margin-top: 2em !important;
}
span.red {
    color: #e85412;
    margin: 0 0 0 0.5em;
}
.contactArea table {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 13px;
    line-height: 1.7;
}
.contactArea table th,
.contactArea table td {
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.contactArea table td {
    padding: 20px 20px 20px 0;
}
.contactArea table th {
    width: 15em;
    font-weight: 600;
    padding: 30px 20px 10px 20px;
    text-align: right;
}
.confirm table {
    margin-top: 20px;
    margin-bottom: 30px;
    border: 3px #222 solid;
}
.confirm table th,
.confirm table td {
    padding: 15px;
}
.twoInput {
    display: inline-block;
    width: 45%;
    font-size: 0;
    vertical-align: top;
}
.contactArea input[type="text"],
.contactArea input[type="password"],
.contactArea input[type="email"],
.contactArea textarea,
.login_area input[type="text"],
.login_area input[type="password"],
.login_area input[type="email"],
.login_area textarea {
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #eee;
    border: none;
    font-size: 14px;
    width: 100%;
}
.contactArea input[type="text"]:focus,
.contactArea input[type="password"]:focus,
.contactArea input[type="email"]:focus,
.contactArea textarea,
.login_area input[type="text"]:focus,
.login_area input[type="password"]:focus,
.login_area textarea {
    margin: 0;
    outline: none;
}
span.formtexttwo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    text-align: right;
}
td.twoInput {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contactArea table td label {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
}
.contactArea table td label:last-child {
    margin-right: 0;
}
.mw_wp_form_confirm table td label {
    display: inline;
    width: auto;
    vertical-align: top;
    margin-right: 0.5em;
}
.mw_wp_form_confirm table td label {
    display: inline;
    width: auto;
    vertical-align: top;
    margin-right: 0.5em;
    font-size: 15px!important;
}
.mw_wp_form_confirm table {
    margin-bottom: 15px;
    border-top: 1px #ddd solid;
}
.mw_wp_form_confirm table th {
    padding: 20px 20px 10px 20px;
    border-bottom: 1px #ddd solid;
    font-size: 15px!important;
}
.mw_wp_form_confirm table td {
    border-bottom: 1px #ddd solid;
    font-size: 15px!important;
}
.mw_wp_form_input .inputHidden {
    display: none;
}
.mw_wp_form_confirm .confirmHidden {
    display: none;
}
.no_input,
.error {
    display: block;
    /* 必須項目見入力時に表示 非表示時display: none; */
    color: #e85412;
    margin: 5px 0 0;
    font-size: 13px!important;
    font-weight: 600;
}
.btncenter {
    text-align: center;
}
.transmit_button,
.btncenter input[type="submit"] {
    width: 12em;
    margin: 0 0.5em;
    border: none;
    background: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.transmit_button:hover {
    background: #e85412;
}
.size01 {
    width: 20%;
}
.size02 {
    width: 50%;
}
.size03 {
    width: 70%;
}
.size04 {
    width: 80%;
}
.size05 {
    width: 90%;
}
.hankaku {
    ime-mode: inactive;
}
.btncenter {
    text-align: center;
}
.transmit_button {
    width: 12em;
    margin: 0 0.5em;
    border: none;
    background: #222;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.transmit_button:hover {
    background: #e85412;
}
.small_btn {
    font-size: 14px;
    width: 8em;
    line-height: 20px;
}
.backToTop {
    margin-top: 3em;
}
.backToTop span {
    padding-left: 14px;
    background: url(../../img/lang_jp/common/allow_right_black.png) no-repeat left center;
    background-size: 12px auto;
}
/* Phase2 About */
.aboutArea {
    width: 75%;
    margin: 20px auto 0;
}
#phase2Title {
    margin-bottom: 90px;
}
.aboutTop {
    margin-top: 0 !important;
}
.aboutArea h2 {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: justify;
    width: 55%;
    margin: 0 auto 25px;
}
#phase2Title span {
    display: block;
    width: 45%;
    border: none !important;
}
.ps1 {
    width: 90%;
    margin-bottom: 30px;
}
.ps2 {
    width: 50%;
    float: right;
    margin-bottom: 5px;
}
.aboutArea h2 p {
    font-size: 34px !important;
    line-height: 1.2em !important;
    text-align: left !important;
    margin-left: 2%;
}
.aboutArea p {
    font-size: 17px !important;
    line-height: 1.6em !important;
    margin-bottom: 0.8em !important;
}
#phase2Title p {
    text-align: center;
    line-height: 1.8em;
}
.aboutArea h3 {
    font-size: 45px;
    line-height: 1.3em;
    color: #e85412;
    margin-bottom: 0.2em;
}
.graph {
    margin: 40px auto 120px;
}
.graph p {
    margin-top: 30px;
    font-size: 11px !important;
}
.textRight {
    text-align: right;
}
.titleGraph {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.titleGraph h4 {
    width: 25%;
}
.titleGraph div {
    width: 70%;
}
.innerA,
.innerB {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.left03 {
    padding-top: 20px;
    width: 37%;
}
.right03 {
    width: 61%;
}
.right03 li {
    padding-top: 60px;
}
.right03 li:first-child {
    padding-top: 0;
}
.left04 {
    width: 48%;
}
.right04 {
    width: 47%;
}
.right04 li {
    padding-top: 35px;
}
.right04 li:first-child {
    padding-top: 0;
}
.threeCell li {
    width: 28%;
}
.threeCell li:nth-child(2) {
    padding-top: 7%;
}
.top07 {
    padding-bottom: 50px;
}
.left07 {
    width: 60%;
}
.right07 {
    width: 34%;
}
.top08 {
    padding-bottom: 30px;
    padding-right: 3%;
}
.bottom08 {
    padding-bottom: 30px;
    padding-left: 5%;
}
.top09 {
    padding-bottom: 50px;
    width: 60%;
}
.left09 {
    width: 42%;
}
.right09 {
    width: 47%;
}
.lcaBlock {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 20px;
    font-size: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lcaBlock ul {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.lcaBlock ul a {
    display: block;
    height: 100%;
    width: 90%;
    margin: auto;
}
.lcaPhoto {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    top: 0;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}
.lcaPhoto:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.lcaPhoto img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
}
.lcaBlock ul:hover .lcaPhoto {
    top: -10px;
}
.lcaBtn {
    font-size: 11px;
    background: #222;
    text-align: center;
    display: inline-block !important;
    width: 90%;
    padding: 8px 0;
    display: block;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lcaBtn:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../../img/common/btn_mark_right_white.png) no-repeat left center;
    background-size: 6px auto;
    margin-left: 5px;
}
.pamphleth3 {
    padding-left: 0 !important;
}
.lcaTitle {
    font-size: 13px;
    line-height: 1.4em;
    font-weight: bold;
    color: #222;
    text-align: center;
    margin-bottom: 0.8em;
}
.pampTitle {
    font-size: 13px;
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    color: #222;
    margin-bottom: 1em;
    padding: 0 0 0.4em;
    height: 1.6em;
    display: block;
    border-bottom: 1px #ccc solid;
}
.onePT {
    margin-right: 6%;
}
.itemArea {
    width: 75%;
    margin: auto;
}
.singlePost,
.infoArea {
    margin: auto;
    width: 70%;
}
.travel_routeMain {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .travel_routeMain .travel_routeMainInner {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 450px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .travel_routeMain .travel_routeMainInner h2 {
    margin-bottom: 0;
    width: 100%;
  }
  .travel_routeMain .travel_routeMainInner h2 img {
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 1));
  }
  .aboutLink a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    background: url(../../img/travel_route/outlink.svg) no-repeat top 5px left;
    background-size: 20px auto;
    padding-left: 26px;
  }
  .travel_routeOuter {
    margin: 0 auto;
  }
  .pagetravelTitle {
    font-size: 20px;
    line-height: 1.5em;
    margin: 2em 0 0.8em;
    font-family: "Yusei Magic", sans-serif;
    border-bottom: 5px #fff solid;
    padding-bottom: 0.3em;
    color: #777;
  }
  .pagetravelTitle span {
    display: inline-block;
  }
  .travel_routeMain .tgclubMainInner {
    max-width: 380px;
  }
  .tbclubCopy {
    text-align: center;
    margin-bottom: 30px;
  }
  .tbclubCopy p {
    font-weight: 500;
  }
  .tbclubCopy p span {
    border-bottom: 1px #999 dashed;
    padding-bottom: 0.3em;
    line-height: 2.3em;
  }
  .tbclubOuter {
    margin: 40px auto 0;
  }
  .tbclubInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
  }
  .tbclubCell {
    width: calc(33.3333% - 30px);
    margin-left: 30px;
    margin-bottom: 40px;
  }
  .tbclubCell p {
    font-weight: 400;
    line-height: 1.7em !important;
  }
  .tbclubCell p:last-child {
    margin-bottom: 0!important;
  }
  .tbclubCellImage {
    margin-bottom: 10px;
    position: relative;
    padding-top: 60%;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    border-radius: 10px;
    overflow: hidden;
  }
  .tbclubCellImage img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tbclubCell:hover .tbclubCellImage {
    opacity: 0.8;
  }
  ul.tbclubTag {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  ul.tbclubTag li {
    display: inline-block;
    margin-right: 1em;
    position: relative;
  }
  ul.tbclubTag li::before {
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
  }
  ul.tbclubTag li a {
    display: block;
    background-color: #fff;
    padding: 1px 6px;
    border: 1px #999 dotted;
  }
  .tbcSingleMainImages {
    position: relative;
    min-width: 100%;
    padding-top: 36%;
    overflow: hidden;
  }
  .tbcSingleMainImages img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tbcSingleOuter table {
    width: 100%;
    empty-cells: show;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 16px;
    line-height: 1.6em;
    margin: 30px 0 20px;
  }
  .tbcSingleOuter table th,
  .tbcSingleOuter table td {
    margin: 0;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px #999 dashed;
    word-break: break-word;
  }
  .tbcSingleOuter table th {
    width: 14em;
  }
  .tbcSingleOuter table p:last-child {
margin-bottom: 0!important;
  }
  .tbcSingleOuter p a,
  .tbcSingleOuter table a {
    text-decoration: underline !important;
  }
  .subImage {
    margin: 40px 0;
    padding: 0;
  }
  .subImage figure {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: table;
  }
  .subImage figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 600px;
  }
  .subImage figcaption {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    display: table-caption;
    caption-side: bottom;
  }
  .mapOuters {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .mapOuters iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tbclubCell h3 {
    text-align: left;
    margin: 0 0 10px!important;
    padding:0!important;
    font-size: 20px!important;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  .tbcSingleOuter h2 {
    text-align: left;
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  .tbcSingleOuter h3 {
    text-align: left;
    margin: 30px 0 20px;
    font-size: 28px;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  .tbcSingleOuter {
    max-width: 780px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  .travel_routeOuter .tbclubCell h3 {
    text-align: left;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  .tbcSingleOuter h2 {
    text-align: left;
    margin: 0 0 10px!important;
    font-size: 34px!important;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  .tbcSingleOuter h3 {
    text-align: left;
    margin: 30px 0 20px;
    font-size: 28px;
    line-height: 1.4em;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    font-weight: 500;
    letter-spacing: 0.015em;
  }
  #mainContentsTwo .backToTop {
    text-align: right;
  }
  #mainContentsTwo .backToTop span a {
    text-decoration: underline;
    font-weight: 500;
  }
.tmr {
    margin-top: -30px;
    margin-bottom: 60px;
}
.pagenation {
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
  }
  .pagenation li {
    display: inline-block;
    margin: 0 0.2em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    border: 1px #222 solid;
  }
  .pagenation li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    color: #222;
    background-color: #fff;
    font-weight: 400;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .pagenation li a:hover {
    background-color: #222;
    color: #fff;
  }
  .prev,
  .next {
    border: 1px transparent !important;
  }
  .prev a {
    font-size: 0;
    background: url(prev.svg) no-repeat center center;
    background-size: 8px auto;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .next a {
    font-size: 0;
    background: url(next.svg) no-repeat center center;
    background-size: 8px auto;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .prev,
  .next,
  .prev a,
  .next a {
    background-color: transparent !important;
  }
  .prev:hover,
  .next:hover {
    opacity: 0.7;
  }
  .nav-links {
    font-size: 12px;
    text-align: center;
    margin-bottom: 50px;
  }
  .nav-links .current {
    display: inline-block;
    margin: 0 0.2em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
  }
  .nav-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 0.2em;
    border-radius: 50%;
    display: inline-block;
    color: #222;
    background-color: #fff;
    font-weight: 400;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    border: 1px #222 solid;
  }
  .nav-links a:hover {
    background-color: #222;
    color: #fff;
  }
  .nav-links .next,
  .nav-links .prev {
    width: 30px;
    height: 30px;
    font-size: 0;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .nav-links .next {
    background: url(next.svg) no-repeat center center;
    background-size: 8px auto;
    border: 1px transparent;
  }
  .nav-links .prev {
    background: url(prev.svg) no-repeat center center;
    background-size: 8px auto;
    border: 1px transparent;
  }
  .nav-links .next:hover,
  .nav-links .prev:hover {
    opacity: 0.7;
  }
  .travel_routeCopy {
    text-align: center;
    margin-bottom: 30px;
  }
  .travel_routeCopy p {
    font-size: 16px;
    font-weight: 500;
    color: #d23776;
  }
  .travel_routeCopy p span {
    border-bottom: 1px #999 dashed;
    font-size: 16px;
    padding-bottom: 0.3em;
    line-height: 2.3em;
  }
  .routeInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
  }
  .routeTopCell {
    width: calc(25% - 25px);
    margin-left: 25px;
    margin-bottom: 20px;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .pagerouteInner {
    margin-left: -20px;
  }
  .pagerouteInner .routeTopCell {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .pagerouteInner .routeTopCell h3 {
    text-align: left;
    margin: 0 0 0.4em!important;
    font-size: 20px!important;
    line-height: 1.5em;
    font-family: "Yusei Magic", sans-serif;
    color: #777;
  }

  .routeTopCellImage {
    margin-bottom: 8px;
    position: relative;
    padding-top: 100%;
  }
  .routeTopCellImage img {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .routeTopCell:hover {
    opacity: 0.8;
  }
  .routeTopCell h3 {
    font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 0.2em;
  }
  .travel_routeBg {
    max-width: 980px;
    margin:0 auto 40px;
    padding: 0 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.02em;
  }
  .travel_routeOuter {
    margin: 0 auto;
  }
  .pagetravelTitle {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    margin: 2em 0 0.3em;
    border-bottom: 5px #fff solid;
    padding-bottom: 0.3em;
    color: #777;
  }
  .pagetravelTitle span {
    display: inline-block;
  }
  .pagetravelTitle span:first-child {
    margin-right: 1em;
  }
  .travel_routeOuter p {
    margin-bottom: 1em;
  }
  .travel_routeOuter p:last-child {
    margin-bottom: 0;
  }
.travel_routeOuter .movieChange {
    font-size: 0;
    line-height: 1em;
    font-style: normal;
    font-weight: 700;
    text-align: right;
    margin-bottom: 30px;
    color: #fff;
  }
  .travel_routeOuter .movieChange li {
    font-size: 12px;
    display: inline-block;
    padding: 6px;
    margin-left: 5px;
    background: #222;
    width: 12em;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
  }
  .travel_routeOuter .movieChange li span {
    background: url(../../img/lang_jp/common/movieBtnSmall.png) no-repeat left center;
    background-size: 7px auto;
    padding: 0 0 0 11px;
    line-height: 1em;
  }
  .travel_routeOuter .movieChange li:hover {
    opacity: 1 !important;
  }
  .travel_routeOuter .shortBtn {
    opacity: 1;
  }
  .travel_routeOuter .shortBtn:after {
    border-top: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-top-width: 0;
    top: -6px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -6px;
    border-bottom-color: #222;
    display: block;
  }
  .travel_routeOuter .longBtn:after {
    border-top: 12px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid transparent;
    border-top-width: 0;
    top: -6px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    margin-left: -6px;
    border-bottom-color: #222;
    display: none;
  }
  .travel_routeOuter .longBtn {
    opacity: 0.3;
  }
  .flexerCellauto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
  .flexerCellauto small {
    font-size: 80%;
    line-height: 1.5em;
  }
  .oneBlocks .flexerCellauto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .oneBlocks .flexerCellauto .oneBlocksHead {
    width: 40%;
  }
  .oneBlocks .flexerCellauto .schedule {
    width: 58%;
  }
  .flexerCellauto.noflex {
    display: block;
    width: 40%;
  }
  .spacePlus .flexerCellauto {
    margin-left: 35px;
  }
  .direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .direction .flexerCellauto {
    margin-left: 0;
    margin-right: 20px;
  }
  .oneBlocks {
    max-width: 1020px;
    margin: 0 auto 80px;
    position: relative;
  }
  .oneBlocks::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 50px;
    height: 25px;
    margin: auto;
    background: url(../../img/travel_route/tri.svg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .oneBlocks.notri {
    margin: 0 auto;
  }
  .oneBlocks.notri::after {
    display: none;
  }
  .tagLarge {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-family: "Shippori Mincho B1", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  }
  .oneBlocksHead .tagLarge {
    position: static;
    color: #aaa;
    text-shadow: none;
    margin-bottom: 20px;
    border-bottom: 1px #aaa solid;
    padding-bottom: 6px;
  }
  .tagLarge small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0.1em;
    margin-right: 0.3em;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .tagLarge strong {
    display: inline-block;
    font-size: 80px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  .travel_routeTitle {
    margin: 15px auto 10px;
    font-size: 20px;
    line-height: 1.4em;
    color: #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  span.travel_routeTag {
    display: inline-block;
    margin-right: 10px;
    background-color: #32e2f6;
    color: #fff;
    font-weight: 700;
    padding: 0.1em 0.6em;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  span.travel_routeTitleName {
    display: inline-block;
    font-size: 34px;
    line-height: 1.3em;
    font-family: "Yusei Magic", sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  span.travel_routeTitleNameSmall {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
  }
  div.travel_routeTitleNameSmall {
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 0.2em;
    color: #777;
    font-family: "Yusei Magic", sans-serif;
  }
  .travel_routeCopyLarge {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #d23776;
  }
  .schedule {
    margin-top: 30px;
  }
  .scheduleTitle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3em;
    color: #777;
    font-family: "Yusei Magic", sans-serif;
    padding: 0 0 0.5em;
    border-bottom: 1px #999 dashed;
  }
  .scheduleTitle img {
    max-width: 120px;
  }
  .scheduleList {
    margin-bottom: 20px;
    background-color: #fff;
  }
  .scheduleListCell {
    border-bottom: 1px #999 dashed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scheduleListTime,
  .scheduleListText {
    font-size: 15px;
    line-height: 1.5em;
    padding: 0.5em;
  }
  .scheduleListTime {
    min-width: 4em;
    font-weight: 700;
  }
  .scheduleListText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .scheduleListText strong {
    font-size: 110%;
    font-weight: 700;
    color: #444;
    display: block;
    margin-bottom: 0.3em;
    padding: 0.3em 0.4em;
    background-color: #f9bebd;
  }
  .scheduleListText small {
    font-size: 80%;
  }
  .mapText .scheduleList {
    margin-bottom: 0;
  }
  ul.flexFour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 30px;
  }
  ul.flexFour li {
    width: calc(25% - 15px);
    margin-left: 15px;
  }
  ul.flexTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-bottom: 40px;
  }
  ul.flexTwo li {
    width: calc(50% - 25px);
    margin-left: 25px;
  }
  .smallOuters {
    margin: auto;
  }
  span.cap {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4em;
  }
  .travel_routeOuter h4 {
    background-color: #32e2f6;
    font-size: 19px!important;
    line-height: 1.4em;
    font-weight: 700;
    margin: 60px 0 30px;
    padding: 0.8em 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .travel_routeOuter h4::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 22px;
    left: 60px;
    top: -20px;
    background: url(../../img/travel_route/timebg.svg) no-repeat left top;
    background-size: 100% auto;
  }
  .travel_routeOuter h4::after {
    border: 10px solid transparent;
    border-top-color: #32e2f6;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
  }
  span.travel_routeTimer {
    width: 100px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-right: 10px;
  }
  .btnMiddleOuter {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .btnMiddle {
    display: inline-block;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    background: #222;
    line-height: 1;
    min-width: 260px;
  }
  .btnMiddle a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    padding: 15px 1.5em;
  }
  .btnMiddle span {
    padding: 0 0 0 18px;
    background: url(../../img/lang_jp/top/allowRight.png) no-repeat left center;
    background-size: 11px auto;
  }
  .btnMiddle:hover {
    background: #e03e11;
    -webkit-transition: 3.2s linear;
    -o-transition: 3.2s linear;
    transition: 3.2s linear;
  }
  span.travel_routeBlocker span:last-child {
    margin-bottom: 0;
  }
  span.travel_routeBlocker span small {
    font-size: 80%;
    font-weight: 400;
  }
  span.icons01 {
    display: block;
    margin-bottom: 0.5em;
    background: url(../../img/travel_route/icon01.svg) no-repeat left top;
    background-size: 30px auto;
    padding-left: 36px;
  }
  span.icons02 {
    display: block;
    margin-bottom: 0.5em;
    background: url(../../img/travel_route/icon02.svg) no-repeat left top;
    background-size: 30px auto;
    padding-left: 36px;
  }
  span.icons03 {
    display: block;
    margin-bottom: 0.5em;
    background: url(../../img/travel_route/icon03.svg) no-repeat left top;
    background-size: 30px auto;
    padding-left: 36px;
  }
  span.icons04 {
    display: block;
    margin-bottom: 0.5em;
    background: url(../../img/travel_route/icon04.svg) no-repeat left top;
    background-size: 30px auto;
    padding-left: 36px;
  }
  .mapOuter {
    margin: auto;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mapText {
    width: 40%;
    word-break: break-all;
  }
  .mapGmap {
    width: 56%;
  }
  .flexerCellauto .mapText {
    width: auto;
    margin-bottom: 20px;
  }
  .flexerCellauto .mapGmap {
    width: auto;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
  }
  .mapGmapLarge {
    margin: 0 auto 40px;
  }
  .mapGmapLarge .gmap {
    padding-bottom: 45%;
  }
  span.travel_routeTitleNameSmallmap {
    display: block;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    color: #777;
    border-bottom: 3px #f9bebd solid;
  }
.travel_routeOuter h3 {
    font-size: 20px!important;
    padding:0!important;
    margin: 0 0 .8em!important;
}
.travel_routeOuter h3 span {
    border-top:none!important;
}
.flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: -20px;
    padding-top: 20px;
  }
  .flextop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  section.topSec {
    margin-bottom: 50px;
  }
  section.topSec .btnBlack {
    margin-top: 0;
  }
  .topicsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -35px;
}
.topicsBlocksCell {
  width: calc(33.3333% - 35px);
  margin-left: 35px;
  margin-bottom: 30px;
}
.topicsBlocksCell a p {
  font-weight: 400;
}
.topicsBlocksCell p {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.topicsBlocksCellImage {
  margin-bottom: 12px;
  position: relative;
}
.topicsBlocksCellImage span {
  border-radius: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  -webkit-box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.1);
 background: url(../../img/lang_jp/page/noimagett.webp) no-repeat center;
  background-size: cover;
}
.topicsBlocksCellImage span img {
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.new {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff0000;
  font-size: 11px;
  font-weight: 900;
  line-height: 3.5em;
  width: 3.5em;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.new::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 1px #fff solid;
  position: absolute;
  left: -1px;
  top: -1px;
}
.topicsBlocksCellTitle {
  font-size: 19px;
  line-height: 1.6em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.tagTopics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.tagTopics time {
  margin-left: auto;
  font-size: 14px;
  line-height: 1.5em;
}
ul.tagCat,
ul.tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 1.4em;
}
ul.tagCat li,
ul.tagArea li {
  background-color: transparent;
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
ul.tagCat li a,
ul.tagArea li a {
  display: block;
  padding: 3px 10px;
  color: #222;
  border: 1px #222 solid;
  border-radius: 20px;
}
.pageArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}
#mainContentsTwo {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto 30px;
}
#mainContentsThree {
  width: 92%;
  max-width: 1180px;
  margin: 30px auto;
}
.tourismtopicsOuter {
  max-width: 780px;
  margin: 0 auto 30px;
  padding: 30px 0 0;
}
#contents .tourismtopicsOuter p {
  margin-bottom: 1em;
}
#contents .tourismtopicsOuter p:last-child {
  margin-bottom: 0;
}
.tourismtopicsHead {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tourismtopicsHeadLeft {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.tourismtopicsHeadRight {
  width: 100px;
}
.tourismtopicsHead time {
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.tourismtopicsOuter h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 0.6em;
  font-weight: 700;
  color: #5da3da;
}
.tourismtopicsOuter h3 {
  font-size: 22px;
  line-height: 1.8em;
  margin: 30px auto 15px;
  font-weight: 700;
}
.tourismtopicsOuter h3 span {
  background-color: #5da3da;
  color: #fff;
  padding: 0 5px;
}
.tourismtopicsOuter h4 {
  font-size: 20px;
  line-height: 1.6em;
  margin: 30px auto 15px;
  font-weight: 700;
}
.tourismtopicsOuter h4 span {
  display: inline-block;
  background: url(../../img/lang_jp/page/h4kazari.svg) repeat-x left bottom;
  background-size: 18px auto;
  padding-bottom: 10px;
}
.tourismtopicsOuter p b,
.tourismtopicsOuter p strong {
  font-weight: 700;
}
.tourismtopicsCorner {
  font-size: 24px;
  line-height: 1.6em;
  margin: 80px auto 15px;
  font-weight: 700;
  text-align: center;
  color: #5da3da;
}
.tourismtopicsCorner span {
  display: block;
  position: relative;
  padding: 0 15px 3px;
}
.tourismtopicsCorner span::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5da3da;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.tourismtopicsOuter .gmap {
  margin: 30px auto;
}
.tourismtopicsOuter p a {
  text-decoration: underline;
}
.faqBlock {
  margin: 30px auto 0;
}
.faqCell {
  margin-bottom: 30px;
}
.faqQ {
  background-color: #e2e5e5;
  padding: 6px 8px 6px 50px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  text-indent: -40px;
  position: relative;
  margin-bottom: 10px;
}
.faqQ::before {
  content: "Q";
  width: 30px;
  height: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  background-color: #5da3da;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  text-indent: 0;
  padding-left: 0;
}
.matome {
  border: 6px #5da3da solid;
  border-radius: 8px;
  padding: 15px;
  margin: 30px auto;
}
.shares {
  margin: 30px auto;
  background-color: #e2e5e5;
  border-radius: 8px;
  padding: 15px;
}
.sgaresText {
  font-size: 15px;
  line-height: 1.4em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}
.sgaresText span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.sgaresText span::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #222;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  rotate: -30deg;
}
.sgaresText span::after {
  content: "";
  width: 1px;
  height: 1em;
  background-color: #222;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  rotate: 30deg;
}
ul.sharesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
}
ul.sharesList li {
  width: 40px;
  margin-left: 15px;
}
.recomendBlock .topicsBlocks {
  margin-top: 30px;
}
.recomendBlock .topicsBlocksCell {
  width: calc(50% - 35px);
}
section.oneBanner .oyakudachi .oyakudachiCell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

.photoconOuter {
  margin-top: 15px;
}
.photoconOuter p a {
  text-decoration: underline;
  display: inline-block;
}
.tourismtopicsOuter.ttofess h2 {
  color: #e03e11;
}
.tourismtopicsOuter.ttofess .tourismtopicsCorner {
  color: #e03e11;
}
.tourismtopicsOuter.ttofess .tourismtopicsCorner span::before {
  background-color: #e03e11;
}
.tourismtopicsOuter.ttofess h3 span {
  background-color: #e03e11;
}
.tourismtopicsOuter.ttofess h4 span {
  background-image: url(../../img/lang_jp/page/h4kazarired.svg);
}
table.dates {
  width: 100%;
  empty-cells: show;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.8em;
  word-break: break-word;
}
table.dates th,
table.dates td {
  margin: 0;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #ddd solid;
}
table.dates th {
  width: 9em;
  padding-right: 10px;
}
table.dates a {
  text-decoration: underline;
}
.topsUnders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #ddd solid;
  padding: 6px 0;
  margin-bottom: 20px;
}
.topsUnders p {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6em;
  margin-bottom: 0;
}
.topsUnders p:first-child {
  margin-right: 1.5em;
}
ul.taxtags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: -5px;
  font-size: 15px;
  line-height: 1.4em;
}
ul.taxtags li {
  text-align: center;
  margin: 0 0 6px 6px;
  display: none;
}
ul.taxtags li a {
  display: block;
  padding: 5px 20px 5px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  color: #fff;
  background: url(../../img/common/arrowrightwhite.svg) no-repeat left 13px top 9px #222;
  background-size: 14px auto;
}
ul.taxtags:has(li:nth-child(2)) li {
  display: block;
}
.tourismtopicsMain {
  margin-bottom: 20px;
  overflow: hidden;
}
.tourismtopicscatMain {
  padding-top: 30px;
  margin-bottom: 20px;
}
.tourismtopicscatMain h2 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tourismtopicsCopy p {
  font-size: 16px!important;
  line-height: 1.8em!important;
  margin-bottom: 1em;
}
.tourismtopicsCopy p strong {
  font-weight: 500;
}
.tourismtopicsCopy .tciMiddles p strong  {
  display: block;
  margin-bottom: .7em;
}
.tourismtopicsCopy .tciMiddles p strong:last-child {
    margin-bottom: 0;
}
.tourismtopicsCopy p:last-child {
  margin-bottom: 0;
}
.tourismtopicsCopyInner {
  max-width: 32em;
  margin: 0 auto 40px;
}
.tciLongs {
  max-width: 100%;
  margin: 15px auto 40px;
}
.tciMiddles {
  max-width: 50em;
}
.tciLongsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tciLongsInnerText {
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
.tciLongsInner img {
  max-width: 120px;
  margin-left: 30px;
}
.tciLongs p {
  font-size: 15px;
}
.topSpacesOne {
  margin-top: 0;
  padding-top: 15px;
}
.tsoOuter {
  border-top: 1px #ddd solid;
  margin-top: 40px;
}
.topSpacesOne .tourismtopicsCopyInner {
  margin-bottom: 15px;
}
.flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexs h2 {
  min-width: 100px;
  margin-right: 15px;
}
/* Responsive */
@media screen and (max-width: 480px) {
  #container {
    min-width: 100%;
  }
    #mainImage {
        width: 94%;
        margin: 0 auto 30px;
    }
    #mainImage .swiper-slide span {
        padding-top: 100%;
    }
    .slideText {
        top: 20px;
        width: 60%;
    }
      #mainContentsTop,
  #mainContents {
    display: block;
    overflow: hidden;
    width: 90%;
  }
   header {
    width: 90%;
    margin: 10px auto;
  }
  h1 {
    margin-bottom: 0;
  }
  h1 img {
    width: 25%;
    min-width: 80px;
    margin-right: 10px;
  }
  h1 span {
    font-size: 10px;
    margin-right: 10px;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  ul#mainNavPc {
    display: none;
  }
  ul.headSns.spNones {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  ul.headSns.spNones li:nth-child(-n + 4) {
    display: none;
  }
  ul.headSns.spNones li {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  ul.headSns.spNones li.navBtn {
    margin-left: 10px;
  }
  nav {
    padding: 0;
  }
  #mainNav {
    margin: 60px auto 20px;
    display: block;
  }
  #mainNav li {
    display: block;
    font-size: 14px;
    margin: 0;
    width: auto;
    border-bottom: 1px #ddd solid;
    padding-bottom: 0;
  }
  #mainNav li a {
    display: block;
    background: url(../../img/common/arrowsrightblacks.svg) no-repeat left 15px top 14px;
    background-size: 11px auto;
    padding: .6em 15px .6em 30px;
  }
  #naviOut .headSns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
  #naviOut .headSns li {
    margin: 0 5px 10px;
  }
  #mainSlideOuter {
    margin-bottom: 20px;
  }
  #mainSlide .slick-slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mainSlideCell {
    border-radius: 0;
  }
  .mainSlideText {
    font-size:26px;
  }
  .mainSlideText strong {
    font-size: 24px;
  }
  .mainSlideText strong br {
    display: none;
  }
  .mainSlideText small {
    font-size: 17px;
  }
  span.mainImage,
  span.mainVideo {
    position: relative;
    padding-top: 90%;
    display: block;
  }
  .btnTopScroll {
    bottom: 30px;
    right: 3%;
    width: 58px;
  }
  #mainContentsTop,
  #mainContents {
    display: block;
    overflow: hidden;
    width: 90%;
  }
    #playerBtn {
        display: none;
    }
    #topfootInfoOuter {
        display: block;
    }
    #topfootInfo {
        width: auto;
    }
    .twitterTimeline {
        width: auto;
    }
    .topSpace .OneTextSpace {
        padding-top: 20px;
    }
    #contents h2 {
        font-size: 26px;
    }
    .OneTextSpace {
        width: auto;
    }
    .mainPhoto {
        width: 86%;
    }
    .topMap {
        background: url(../../img/lang_en/top/mapAllowTop_sp.png) no-repeat 22% top;
        background-size: auto 40px;
        margin: 0 0 40px;
        padding-top: 40px;
    }
    .mapImg {
        width: auto !important;
        overflow: hidden;
    }
    .mapImg:before,
    .mapImg:after {
        display: none;
    }
    .mapImg p {
        position: static;
        width: 90%;
        margin: 0 auto;
    }
    .mapImg img {
        width: 120%;
        margin-top: 0;
        margin-left: -10%;
    }
    .mapImg li img {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .line_jr {
        top: 0;
        left: 10%;
        width: 80%;
    }
    .line_keio {
        top: 40%;
        left: 5%;
        width: 29%;
    }
    .line_odakyu {
        top: 48%;
        right: 5%;
        width: 34%;
    }
    .line_seibu {
        top: 22%;
        right: 20%;
        width: 30%;
    }
    .topLinkBtnOuter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0;
    }
    .topLinkBtn {
        width: 44%;
        margin: 0 3%;
    }
    .topBottomMovie {
        margin-bottom: 40px;
        display: block;
    }
    .TopMovieOuter {
        width: auto;
        margin-bottom: 30px;
    }
    .movieInner {
        width: 90%;
        display: block;
        border-radius: 10px;
        margin: 0 auto;
    }
    .topMovieText {
        width: 82%;
        margin: -10px 0 0 8%;
        padding: 20px 5% 20px;
    }
    .topBottomMovie .btnBlack {
        margin: 20px auto 0;
    }
    .infoTopics li {
        display: block;
    }
    .infoTopics li span {
        display: block;
        width: auto;
    }
    .infoTopics li p {
        display: block;
    }
    /* Footer */
  .footerInner {
    width: 90%;
    margin: 15px auto;
  }
  .pageTop {
      bottom: 20px;
        right: 10px;
    margin: 0 auto 20px;
  }
  .footerLinksOuter {
    text-align: center;
  }
  footer ul.footerLinks {
    margin-bottom: 20px;
    display: inline-block;
    text-align: left;
  }
  footer ul.footerLinks li {
    display: block;
    margin-right: 0;
  }
  footer ul.footerLinks li a {
    display: block;
    padding: 0.2em 0 0.2em 15px;
  }
  ul.footerNav {
    margin-bottom: 10px;
  }
    /* Phase2 */
    #breadcrumb {
        line-height: 1.2em;
        margin: 30px 0 0;
    }
    #titileSpace {
        margin: 10px 0 20px;
    }
    .movieOuter {
        margin: 0;
        border-radius: 10px;
    }
    .movieChange {
        margin: 15px 7% 30px;
        text-align: center;
    }
    .movieChange li {
        margin: 0 1%;
        width: 10em;
    }
    .longName {
        width: 85%;
        height: 3em;
    }
    .longName .btnText {
        line-height: 1.3em;
        height: 3em;
        padding-top: 0.2em;
    }
    .longName .btnText span br {
        display: block;
    }
    .itemArea {
        width: auto;
        margin: auto;
    }
    .boxCellOuter {
        margin-left: 0;
        margin: 0 auto 30px;
    }
    .boxCell {
        width: auto;
        margin-left: 0;
        padding: 10px;
    }
    .urlLink {
        width: 70%;
        font-size: 13px;
    }
    .urlLink a {
        padding: 15px 0.5em;
    }
    .catLinkOuter {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -10px 2% 0;
    }
    .catLink {
        width: 46%;
        margin: 0 2% 4%;
    }
    .spotCellOuter {
        display: block;
        margin-top: -10px;
        margin-left: 0;
    }
    .spotCell {
        width: 90%;
        margin: 0 auto 40px;
        padding: 15px;
    }
    .spotPhoto {
        width: 90%;
        margin: -15px auto 10px;
    }
    .foodCellOuter {
        margin-top: -10px auto 40px;
        width: 90%;
    }
    .foodPhoto {
        width: auto;
        display: block;
        margin-bottom: 0;
    }
    .foodText {
        width: auto;
        display: block;
        margin-left: 0;
        padding: 10px 10px 20px;
    }
    .phaseMapArea {
        margin: -10px auto 0;
    }
    .listArea,
    .privacyArea,
    .whatArea,
    .contactArea {
        width: auto;
        margin: 0;
    }
    .listArea #titileSpace,
    .privacyArea #titileSpace,
    .whatArea #titileSpace,
    .contactArea #titileSpace {
        margin: 10px 0 20px;
    }
    .listArea p {
        font-size: 12px !important;
        line-height: 1.5em !important;
    }
    .aboutArea {
        width: auto;
        margin: 20px 0 0;
    }
    #phase2Title {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .aboutArea h2 {
        width: 90%;
    }
    .aboutArea p {
        font-size: 14px !important;
        line-height: 1.5em !important;
    }
    #phase2Title span {
        width: 50%;
    }
    .ps1 {
        width: 80%;
        margin-bottom: 15px;
    }
    .aboutArea h2 p {
        font-size: 22px !important;
    }
    .graph p {
        font-size: 11px !important;
    }
    .textRight {
        text-align: left;
    }
    .ps2 {
        width: 40%;
    }
    #phase2Title p {
        text-align: left;
    }
    .monthSeason {
        font-size: 22px;
        padding: 20px 0 10px;
    }
    .listSelect,
    .listAreaOuter {
        margin-left: -4%;
    }
    .listAreaCell {
        width: 46%;
        margin-left: 4%;
    }
    .listAreaCell .tag,
    {
        padding-bottom: 10px;
    }
    .contactArea table {
        margin-bottom: 10px;
    }
    .contactArea table th,
    .contactArea table td {
        display: block;
        width: auto;
    }
    .contactArea table td {
        padding: 0;
    }
    .contactArea table th {
        width: auto;
        padding: 30px 0 10px;
        text-align: left;
    }
    .confirm table {
        width: 90%;
        margin: 0 auto 20px;
        padding: 3%;
    }
    .confirm table th {
        padding: 0;
    }
    .confirm table td {
        padding: 0 0 15px;
    }
    .transmit_button {
        width: 8em;
    }
    .small_btn {
        width: 6em;
    }
    .backToTop {
        margin-top: 2em;
        padding-bottom: 70px !important;
    }
    .pageContents .article {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
    /* Banner */
    .bannerSpace {
        margin: 50px 0 30px;
    }
    .bannerSpace li {
        width: 80%;
        display: block;
        border: 1px #ccc solid;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto 20px;
    }
    .tcTwoPhoto {
        margin-left: 0;
    }
    .tcTwoPhoto li {
        display: block;
        width: 94%;
        margin: 0 auto;
    }
    .tcTwoPhoto li:first-child {
        margin-bottom: 15px;
    }
    .lcaBlock {
        width: auto;
        margin: 0 0 20px;
    }
    .lcaBlock ul {
        width: 50%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 2% 30px;
    }
    .pamphleth3 {
        font-size: 20px !important;
        margin: 0 7% 0.8em !important;
    }
    .lcaBtn {
        max-width: 12em;
    }
    .traditionalPhoto {
        width: auto;
        display: block;
        margin-bottom: 20px;
    }
    .traditionalText {
        width: auto;
        display: block;
        margin-left: 0;
        padding: 0;
    }
    .contactArea input[type="text"],
    .contactArea input[type="password"],
    .contactArea textarea,
    .login_area input[type="text"],
    .login_area input[type="password"],
    .login_area textarea {
        width: 100%;
        font-size: 16px;
    }
    .mw_wp_form_confirm table th {
        padding: 10px 0 5px;
        border-bottom: none;
        font-size: 10px;
        color: #999;
        font-size: 12px!important;
    }
    .mw_wp_form_confirm table td {
        padding: 0 0 10px 0;
        min-height: 2em;
        font-size: 15px!important;
    }
    .mw_wp_form_confirm span.red {
        display: none;
    }
    .transmit_button,
    .btncenter input[type="submit"] {
        width: 9em;
        font-size: 13px;
    }
    .singlePost,
    .infoArea {
        width: auto;
    }
    .singlePost h2 {
        font-size: 30px!important;
        line-height: 1.4em!important;
    }
    .tbclubCopy {
        text-align: left;
      }
      .tbclubInner {
        margin-left: -20px;
      }
      .tbclubCell {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-bottom: 30px;
      }
      .tbclubCell h3 {
        font-size: 17px!important;
      }
      .tbcSingleMainImages {
        padding-top: 56.25%;
      }
      .tbcSingleOuter h2 {
        font-size: 24px!important;
      }
      .tbcSingleOuter h3 {
        font-size: 17px!important;
      }
      .tbcSingleOuter table {
        font-size: 14px;
      }
      .tbcSingleOuter table th {
        width: 40%;
      }
      .mapOuters {
        padding-top: 100%;
      }
      .travel_routeMain .travel_routeMainInner {
        max-width: 84%;
      }
      .routeInner {
        margin-left: -15px;
      }
      .routeTopCell {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
      }
      .pagerouteInner .routeTopCell {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
      }
      .pagerouteInner .routeTopCell h3 {
        font-size: 18px!important;
      }
      .travel_routeMain .travel_routeMainInner {
        max-width: 84%;
      }
      .travel_routeOuter p {
        font-size: 14px;
        line-height: 1.7em;
      }
      .travel_routeCopy p {
        font-size: 15px;
        text-align: left;
      }
      .travel_routeCopy p br {
        display: none;
      }
      .travel_routeOuter h3 {
        font-size: 23px;
      }
      .travel_routeOuter h3 span img {
        height: 24px;
        max-width: 96%;
      }
      .travel_routeOuter h3 span {
        border-bottom: 5px #fff solid;
        padding: 0 10px 5px;
      }
      .travel_routeNav {
        border-bottom: none;
        margin-bottom: 30px;
      }
      .travel_routeNav ul {
        margin-left: -5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .travel_routeNav ul li {
        margin-left: 5px;
        margin-bottom: 5px;
        width: calc(33.3333% - 5px);
        font-size: 16px;
      }
      .travel_routeNav ul li a {
        padding: 0.4em 0.2em;
        border-radius: 6px;
      }
      .flexer {
        display: block;
        margin-bottom: 30px;
      }
      .flexerCell60,
      .flexerCell50,
      .flexerCell40 {
        width: auto;
        margin-bottom: 20px;
      }
      .flexerCellauto,
      .spacePlus .flexerCellauto {
        margin-left: 0;
      }
      .direction .flexerCellauto {
        margin-right: 0;
      }
      .travel_routeTitle {
        font-size: 18px;
      }
      span.travel_routeTitleName {
        font-size: 24px;
      }
      span.travel_routeTitleNameSmall {
        font-size: 18px;
      }
      .travel_routeCopyLarge {
        font-size: 16px;
      }
      ul.flexFour {
        margin-bottom: 15px;
      }
      ul.flexFour li {
        width: calc(50% - 15px);
        margin-bottom: 15px;
      }
      ul.flexTwo {
        margin-left: -15px;
        margin-bottom: 15px;
      }
      ul.flexTwo li {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px;
      }
      .smallOuters {
        width: auto;
      }
      .flexerCellauto.noflex {
        width: auto;
      }
      .travel_routeOuter h4 {
        font-size: 15px!important;
        margin: 40px 0 20px;
        padding: 0 10px 0.6em;
        display: block;
      }
      .travel_routeOuter h4::before {
        left: 0;
        right: 0;
        margin: auto;
      }
      span.travel_routeTimer {
        width: auto;
        display: block;
        text-align: center;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 0.4em;
        position: relative;
        top: -5px;
      }
      span.icons01,
      span.icons02,
      span.icons03,
      span.icons04 {
        background-size: 24px auto;
        padding-left: 30px;
      }
      .mapOuter {
        display: block;
        padding: 15px;
      }
      .mapText {
        width: auto;
        margin-bottom: 15px;
      }
      .mapGmap {
        width: auto;
      }
      span.travel_routeTitleNameSmallmap {
        font-size: 16px;
      }
      .gmap {
        padding-bottom: 100%;
      }
      .travel_routeOuter h3 small {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: left;
        top: -10px;
      }
      .travel_routeOuter h3 small img {
        width: 110px;
      }
      .oneBlocks .flexerCellauto {
        display: block;
      }
      .oneBlocks .flexerCellauto .oneBlocksHead {
        width: auto;
      }
      .oneBlocks .flexerCellauto .schedule {
        width: auto;
      }
      .oneImageBlocks {
        width: auto;
        max-width: 340px;
        margin: 0 auto 20px;
      }
      .routeBlock h2 {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
      }
      .mapGmapLarge {
        width: auto;
      }
      .mapGmapLarge .gmap {
        padding-bottom: 100%;
      }
      .travel_routeOuter h3 {
        font-size: 18px!important;
        padding:0!important;
        margin: 0 0 .5em!important;
    }
    .travel_routeOuter h3 span {
        border-top:none!important;
        padding:0!important;
        margin: 0!important;
    }
    .topicsBlocks {
    display: block;
    margin-left: 0;
  }
  .topicsBlocksCell {
    width: auto;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .topicsBlocksCellImage {
    margin-bottom: 10px;
  }
  .topicsBlocksCellImage span {
    padding-top: 56.25%;
  }
  .topicsBlocksCell p {
  line-height: 1.5em!important;
  }
    .pageArea {
    display: block;
    overflow: hidden;
    width: 90%;
  }
  .tourismtopicsOuter {
    margin: 0 auto;
  }
  .tourismtopicsMain {
    margin-bottom: 10px;
  }
  .tourismtopicsHead {
    margin-bottom: 10px;
  }
  .tourismtopicsHeadLeft {
    margin-right: 20px;
  }
  .tourismtopicsHeadRight {
    width: 90px;
  }
  .tourismtopicsOuter h2 {
    font-size: 24px;
    line-height: 1.5em;
  }
  .tourismtopicsOuter h3 {
    font-size: 19px;
    line-height: 1.9em;
  }
  .tourismtopicsOuter h4 {
    font-size: 18px;
  }
  .tourismtopicsOuter h4 span {
    padding-bottom: 12px;
  }
  .tourismtopicsCorner {
    font-size: 20px;
    margin: 40px auto 15px;
  }
  .recomendBlock .topicsBlocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }
  .recomendBlock .topicsBlocksCell {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
.topicsBlocks+.btnMiddleOuter {
  padding-top: 15px;
  border-top: 1px #ddd solid;
}
  .tagTopics {
    margin-bottom: 10px;
  }
  .topicsBlocksCellTitle {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: .6em;
  }
  .recomendBlock .topicsBlocksCellTitle {
    font-size: 16px;
  }
  .recomendBlock .tagTopics time {
    margin: 0;
  }
  .tourismtopicsCopy p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .tourismtopicsOuter p {
    font-size: 15px;
      line-height: 1.7em;
  }
  .photoconOuter {
    margin-top: 10px;
  }
  .flexs h2 {
    min-width: 80px;
    margin-right: 10px;
  }
  .topSpacesOne h3 {
    margin-bottom: 0.6em;
  }
  table.dates th,
  table.dates td {
    display: block;
  }
  table.dates th {
    width: auto;
    border-bottom: none;
    padding: 6px 0 0;
  }
  table.dates td {
    padding: 0 0 6px;
  }
  .subImage figure img {
    max-height: 350px;
  }
  .subImage figcaption {
  margin-top: 10px;
  font-size: 14px;
}
.tciLongsInner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tciLongsInner img {
  display: none;
}
.flexs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tourismtopicsOuter {
    margin: 0 auto;
  }
  .tourismtopicsMain {
    margin-bottom: 10px;
  }
  .tourismtopicsHead {
    margin-bottom: 10px;
  }
  .tourismtopicsHeadLeft {
    margin-right: 20px;
  }
  .tourismtopicsHeadRight {
    width: 90px;
  }
}