/*
* YUKOYUKO NET LP
* style.css
*
*/


@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}


/* --------------------------------
   □ body
-------------------------------- */

main>section.contents {
  font-size: 19px;
  font-size: 1.9rem;

  /* ゴシック */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;

  background: #fff url("https://static.yukoyuko.net/aso/story_20191119/background.jpg") 0 0 repeat;

  color: #282828;
  overflow: hidden;
}

.popWindow p,
main>section.contents ul li,
main>section.contents dl dd,
main>section.contents p {
  line-height: 1.8;
}

section.contents h1,
section.contents h2,
section.contents h3,
section.contents h4,
section.contents h5,
section.contents h6 {
  font-weight: 500;
  line-height: 1.3;
}

main>section.contents .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

main>section.contents em {
  font-style: normal;
}

main>section.contents .gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

.popWindow .serif,
main>section.contents .serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main>section.contents .yuserif {
  font-family: "游明朝", YuMincho, 'Noto Serif Japanese', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main>section.contents .en {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
}

main>section.contents>section,
main>section.contents>.chapter,
main>section.contents>.wide .container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
}

main>section.contents>section.wide,
main>section.contents>.chapter.wide {
  width: 100%;
}


main>section.contents section:after,
main>section.contents .chapter:after {
  clear: both;
  display: block;
  content: "";
}

/* --------------------------------
   □ p.text
-------------------------------- */
main>section.contents p.text {
  line-height: 1.8;
}

/* --------------------------------
   □ ボタンスタイル
-------------------------------- */
main>section.contents .buttonStyle {
  text-align: center;
}

main>section.contents .buttonStyle a,
main>section.contents .buttonStyle>span {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.1;
  padding: 25px 15px 25px 48px;
  margin: 0 auto;
  color: #fff;
  background: #222222 0 0 no-repeat;
  transition: all 300ms 0s ease;
  font-weight: 400;
  border-radius: 6px;
}

main>section.contents .buttonStyle a:hover,
main>section.contents .buttonStyle>span:hover {
  background: #474747;
}

main>section.contents .buttonStyle a span,
main>section.contents .buttonStyle>span span {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  padding-right: 38px;
  background: url(https://static.yukoyuko.net/aso/story_20191119/button-arrow.png) 97% 50% no-repeat;
  transition: all 300ms 0s ease;
}

main>section.contents .buttonStyle a:hover span,
main>section.contents .buttonStyle>span:hover span {
  background-position: 99% 50%;
}

main>section.contents .buttonStyle.gold a,
main>section.contents .buttonStyle.gold>span {
  background-color: #af9b57;

}

main>section.contents .buttonStyle.gold a:hover,
main>section.contents .buttonStyle.gold>span:hover {
  background-color: #d5bd6d;
}

main>section.contents .buttonStyle.gold a span,
main>section.contents .buttonStyle.gold>span span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/limit-arrow.png");
}

main>section.contents .buttonStyle.red a,
main>section.contents .buttonStyle.red>span {
  background-color: #fff;
  color: #ee7962;
  border: 1px solid #ee7962;
  border-radius: 4px;
  padding: 17px 63px 17px 73px;
}

main>section.contents .buttonStyle.red.blank a span,
main>section.contents .buttonStyle.red.blank>span span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/blank_red.png");
}

main>section.contents .buttonStyle.gold.blank a,
main>section.contents .buttonStyle.gold.blank>span {
  border-radius: 4px;
  padding: 17px 23px 17px 73px;
}

main>section.contents .buttonStyle.gold.blank a span,
main>section.contents .buttonStyle.gold.blank>span span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/blank.png");
  padding-right: 53px;
}

main>section.contents .buttonStyle.blank a:hover span,
main>section.contents .buttonStyle.blank>span:hover span {
  background-position: 97% 45%;
}

/* --------------------------------
   □ accent
-------------------------------- */
main .accent-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

main .accent-box h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

main .accent-box h1 img {
  animation: show 2s both;
  animation-delay: 1s;
  transition: all 300ms 0s ease;
}

main .accent-box #youtubeWrap {
  width: 100%;
  height: 720px;
  z-index: 2;
}

main .accent-box #youtubeWrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url(https://static.yukoyuko.net/aso/story_20191119/accent_pc2.jpg) 50% 100% no-repeat;
  background-size: cover;
  transform: translateY(-55%) translateX(-50%);
}

/*
main .accent-box:before{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 101%;
	height: 24px;
	background: url("https://static.yukoyuko.net/aso/story_20191119/intro-background-head.png") 0 0 repeat-x;
	content: "";
	z-index: 4;
}
*/

/* --------------------------------
   □ accent
-------------------------------- */
main .accent {
  position: relative;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 631px;
}

main .accent:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: url("https://static.yukoyuko.net/aso/story_20191119/intro-background-head.png") 0 0 repeat-x;
  content: "";
}

main .accent h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: url(https://static.yukoyuko.net/aso/story_20191119/accent_pc2.jpg) 50% 50% no-repeat;
  background-size: cover;
}

main .accent h1 img {

  animation: show 2s both;
  animation-delay: 1.2s;
  transition: all 300ms 0s ease;
}

/* --------------------------------
   □ intro
-------------------------------- */
main .intro {
  padding: 98px 0 0 0;
  position: relative;
}


main .intro .leadArea {
  margin-bottom: 29px;
}

main .intro .leadArea:after {
  clear: both;
  display: block;
  content: "";
}

main .intro .leadArea .explain {
  position: relative;
  float: left;
  width: 540px;
}

main .intro .leadArea h2 {
  margin-bottom: 43px;
}

main .intro .leadArea p.text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
}

main .intro .leadArea p.image {
  float: right;
}

/* --------------------------------
	   □ map
	-------------------------------- */
main #map {
  background: url("https://static.yukoyuko.net/aso/story_20191119/map-background.png") 0 0 no-repeat;
  background-size: 100% auto;
  padding: 283px 0 0 0;
}

main #map .container {
  position: relative;
}

main #map .container h3 {
  position: absolute;
  top: 0;
  left: 0;
}

main #map .figure {
  position: relative;
  margin: 157px 0 72px 0;
  text-align: right;
}

main #map .figure>img {
  width: 100%;
}

main #map .figure>div {
  position: relative;
  display: inline-block;
  margin: 0;
}

main #map .areaBox {
  position: absolute;
  width: 412px;
  padding-left: 33px;
  box-sizing: border-box;
  z-index: 5;
  text-align: left;
}

main #map .areaBox dt {
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: 11px;
}

main #map .figure .areaBox dt span {
  position: relative;
  display: inline-block;
  padding-right: 11px;
}

main #map .areaBox dt:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

main #map .areaBox dt span:before {
  position: absolute;
}

main #map .areaBox dd {
  font-size: 16px;
  font-size: 1.6rem;
}

main #map .figure .areaBox.chubu {
  top: -116px;
  left: 45px;
}

main #map .areaBox.chubu dt {
  color: #7db19a;
}

main #map .areaBox.chubu dt:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-chubu.png");
  color: #7db19a;
}

main #map .figure .areaBox.chubu dt span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-chubu-line.png");
  top: 0.7em;
  left: 102%;
  font-size: 30px;
}

main #map .figure .areaBox.sebu {
  top: 221px;
  left: -243px;
}

main #map .areaBox.sebu dt {
  color: #c66588;
}

main #map .areaBox.sebu dt:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-seibu.png");
  color: #c66588;
}

main #map .figure .areaBox.sebu dt span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-seibu-line.png");
  top: 0.7em;
  left: 102%;
  font-size: 16px;
}

main #map .figure .areaBox.tobu {
  top: 317px;
  left: 430px;
}

main #map .areaBox.tobu dt {
  color: #af9b57;
}

main #map .areaBox.tobu dt:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-tobu.png");
  color: #af9b57;
}

main #map .figure .areaBox.tobu dt span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/map-tobu-line.png");
  bottom: 0.7em;
  left: 102%;
  font-size: 16px;
}

/* --------------------------------
   □ items
-------------------------------- */
main #items {
  position: relative;
  padding-top: 106px;
}

main #items:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 555px;
  background: #ede8dd;
  content: "";
}

main #items h2 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  color: #202020;
  line-height: 1.7;
  margin-bottom: 85px;
}

main #items h2 em {
  font-size: 41px;
  font-size: 4.1rem;
  color: #af9b57;
  font-weight: 400;
  line-height: 1.4;
  background: linear-gradient(transparent 91%, #fff 0%);
}

/* --------------------------------
   □ .pageNavigation
-------------------------------- */
main #items .pageNavigation {
  position: relative;
  margin-bottom: 91px;
}

main #items .pageNavigation ul {
  margin-left: -23px;
}

main #items .pageNavigation ul:before {
  content: "";
  display: block;
  clear: both;
}

main #items .pageNavigation ul li {
  position: relative;
  box-sizing: border-box;
  width: 344px;
  margin-left: 23px;
  float: left;
}

main #items .pageNavigation ul li:before {
  position: absolute;
  left: calc(50% - 44px);
  top: -30px;
  z-index: 3;
}

main #items .pageNavigation ul li.route1:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route1.png");
}

main #items .pageNavigation ul li.route2:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route2.png");
}

main #items .pageNavigation ul li.route3:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route3.png");
}

main #items .pageNavigation ul li.selected {
  margin-top: 20px;
}

main #items .pageNavigation ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

main #items .pageNavigation ul li a:before {
  position: absolute;
  z-index: 5;
  left: calc(50% - 5px);
  bottom: 25px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #383838 #383838;
  transform: rotate(-45deg);
  content: "";
  transition: 0.3s all;
}

main #items .pageNavigation ul li a:hover:before {
  bottom: 20px;
}

main #items .pageNavigation ul li dl dt {
  position: relative;
  margin-bottom: 22px;
}

main #items .pageNavigation ul li dl dt>img {
  width: 100%;
}

main #items .pageNavigation ul li dl dt>span {
  position: absolute;
  left: 0%;
  bottom: -14px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

main #items .pageNavigation ul li dl dd {
  position: relative;
  background: #fff;
  padding: 0 29px 53px 29px;
  text-align: center;
}

main #items .pageNavigation ul li dl dd span {
  display: block;
  text-align: center;
  background: url("https://static.yukoyuko.net/aso/story_20191119/route-fukidashi.png") 50% 50% no-repeat;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 26px;
  line-height: 1.2;
  margin-bottom: 13px;
}

main #items .pageNavigation ul li dl dd em {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: -0.1em;
  line-height: 1.4;
}

main #items .pageNavigation ul li.route1 dl dd span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/route-fukidashi1.png");
  color: #af9b57;
}

main #items .pageNavigation ul li.route2 dl dd span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/route-fukidashi2.png");
  color: #7db19a;
}

main #items .pageNavigation ul li.route3 dl dd span {
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/route-fukidashi3.png");
  color: #a36274;
}

main #items .pageNavigation ul li.comingsoon dl dd span {
  color: #afafaf;
}

main #items .pageNavigation ul li.comingsoon dl dd em {
  color: #afafaf;
}

main #items .pageNavigation ul li.comingsoon a {
  pointer-events: none;
  cursor: default;
}

main #items .pageNavigation ul li.comingsoon a:before {
  border-color: transparent transparent #afafaf #afafaf;
}

main #items .pageNavigation ul li.comingsoon a:hover:before {
  bottom: 25px;
}

/* --------------------------------
   □ route
-------------------------------- */

main .route {
  display: none;
}

main .route.is_show {
  display: block;
  transition: 0.5s;
  animation: show 0.5s both;
}

main .route>.leadcontainer {
  position: relative;
  margin-top: -79px;
  padding: 85px 0 0 0;
  background: #fff url("https://static.yukoyuko.net/aso/story_20191119/background.jpg") 0 0 repeat;
}

main .route>.leadcontainer:before {
  position: absolute;
  top: -30px;
  left: calc(50% - 44px);
  z-index: 5;
}

main .route>.visual {
  text-align: center;
  margin-bottom: 0;
}

main .route>.visual img {
  width: 100%;
}

main .route>.leadcontainer h3 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 89px;
  text-align: center;
  line-height: 1.6;
}

/* --------------------------------
   □ #route1
-------------------------------- */
#route1>.leadcontainer:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route1.png");
}

/* --------------------------------
   □ #route2
-------------------------------- */
#route2>.leadcontainer:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route2.png");
}

#route2>.leadcontainer h3 {
  color: #7db19a;
}

/* --------------------------------
   □ #route3
-------------------------------- */
#route3>.leadcontainer:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/route3.png");
}

#route3>.leadcontainer h3 {
  color: #c66588;
}

/* --------------------------------
   □ #about
-------------------------------- */
#about {
  margin-bottom: 100px;
}

#about p.image {
  float: left;
}

#about .explain {
  float: right;
  width: 540px;
  padding-top: 24px;
}

#about .explain h4 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 16px;
}

#about .explain p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.6em;
}

#about .explain p:last-child {
  margin-bottom: 0;
}

/* --------------------------------
   □ #commentator
-------------------------------- */
#commentator {
  margin-bottom: 96px;
  box-sizing: border-box;
  height: 559px;
  background: url("https://static.yukoyuko.net/aso/story_20191119/commentator-background.png") 0 0 no-repeat;
  padding: 63px 70px 0 70px;
}

#commentator p.image {
  position: relative;
  float: right;
}

#commentator .explain {
  position: relative;
  float: left;
  width: 575px;
}

#commentator .explain:before {
  position: absolute;
  top: -18px;
  right: -99px;
  content: url("https://static.yukoyuko.net/aso/story_20191119/commentator-decoration.png");
}

#commentator h4 {
  margin-bottom: 27px;
}

#commentator h4 .intro {
  display: block;
  text-align: center;
  width: 16em;
  line-height: 1.2;
  padding: 6px 0;
  border-bottom: 1px dotted #333;
  border-top: 1px dotted #333;
  font-size: 17px;
  font-size: 1.7rem;
}

#commentator h4 .name {
  line-height: 1.2;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 17px;
}

#commentator h4 .name em {
  display: inline-block;
  font-size: 37px;
  font-size: 3.7rem;
  margin-left: 25px;
}

#commentator .text {
  margin-bottom: 22px;
}

#commentator .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}

#commentator .text p.more {
  display: none;
}

#commentator p.buttonStyle {
  text-align: left;
}

/* --------------------------------
   □ .entry
-------------------------------- */
main .entry {
  padding: 82px 0;
}

main .entry h3.title {
  margin-bottom: 50px;
  text-align: center;
}

main .entry h3.title span.en {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 12px;
  margin-bottom: 14px;
  color: #af9b57;
  font-weight: 700;
}

main .entry h3.title span.en:before,
main .entry h3.title span.en:after {
  position: absolute;
  top: 0.5em;
  height: 1px;
  width: 48px;
  background: #af9b57;
  content: "";
}

main .entry h3.title span.en:before {
  left: 100%;
}

main .entry h3.title span.en:after {
  right: 100%;
}

main .entry h3.title em {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
}

/* □ #route2
-------------------------------- */
#route2 .entry h3.title span.en {
  color: #7db19a;
}

#route2 .entry h3.title span.en:before,
#route2 .entry h3.title span.en:after {
  background: #7db19a;
}

/* □ #route3
-------------------------------- */
#route3 .entry h3.title span.en {
  color: #c66588;
}

#route3 .entry h3.title span.en:before,
#route3 .entry h3.title span.en:after {
  background: #c66588;
}


/* --------------------------------
   □ hotspot
-------------------------------- */
main .hotspot {
  position: relative;
}

main #hotspot {
  background: #ede8dd;
  padding-bottom: 128px;
}

main #hotspot>.container>.image {
  position: relative;
  margin-bottom: 89px;
}

main #hotspot>.container>.image .logo {
  position: absolute;
  left: calc(50% - 64px);
  bottom: -50px;
}

/* □ #route2 #route3
-------------------------------- */
#route2 #hotspot,
#route3 #hotspot {
  background: #fff;
}

#route2 #hotspot:before,
#route3 #hotspot:before,
#route3 #inn2:before {
  position: absolute;
  top: -24px;
  width: 100%;
  height: 24px;
  background: url("https://static.yukoyuko.net/aso/story_20191119/background-head-white.png") 0 50% repeat-x;
  z-index: 1;
  content: "";
}

#route2 #hotspot2:before,
#route3 #inn1:before {
  position: absolute;
  top: -24px;
  width: 100%;
  height: 24px;
  background: url("https://static.yukoyuko.net/aso/story_20191119/intro-background-head.png") 0 50% repeat-x;
  z-index: 1;
  content: "";
}

#route3 #inn2 .container ~ .buttonStyle {
  margin-top: 40px;
}

/* ◇ information
-------------------------------- */
main .hotspot .information {
  margin-bottom: 102px;
}

main .hotspot .information h4 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 52px;
}

main .hotspot .information .explain {
  float: left;
  width: 630px;
}

main .hotspot .information .explain p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.6em;
}

main .hotspot .information .explain p:last-child {
  margin-bottom: 0;
}

main .hotspot .information dl.info {
  float: right;
  box-sizing: border-box;
  width: 405px;
  padding: 22px 24px;
  background: #fff;
  border-right: #201f1d 1px solid;
  border-left: #201f1d 1px solid;
}

main .hotspot .information dl.info>dt {
  margin-left: -45px;
  margin-bottom: 36px
}

main .hotspot .information dl.info>dd {
  font-size: 15px;
  font-size: 1.5rem;
}

main .hotspot .information dl.info>dd ul.outline li>dl {
  display: table;
}

main .hotspot .information dl.info>dd ul.outline li>dl>* {
  display: table-cell;
}

main .hotspot .information dl.info>dd ul.outline li>dl dt:before {
  display: inline-block;
  content: "・";
}

main .hotspot .information.flat .explain {
  float: none;
  width: auto;
  margin-bottom: 34px;
}

main .hotspot .information.flat dl.info {
  float: none;
  box-sizing: border-box;
  width: auto;
  margin-bottom: 46px;
}

main .hotspot .information.flat dl.info>dd {
  padding: 0 24px;
}


/* □ #route2 #route3
-------------------------------- */
#route2 .hotspot .information h4,
#route3 #hotspot .information h4 {
  font-size: 35px;
  font-size: 3.5rem;
}

#route2 .hotspot .information h4 span.ruby,
#route3 #hotspot .information h4 span.ruby {
  display: block;
  line-height: 1.1;
  text-align: center;
  color: #858585;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 14px;
  font-weight: 400;
}

#route2 .hotspot>.container>.image {
  position: relative;
  margin-bottom: 66px;
}

#route2 .hotspot>.container>.image:before {
  position: absolute;
  left: calc(50% - 31px);
  bottom: -36px;
  content: url("https://static.yukoyuko.net/aso/story_20191119_route2/hotspot-logo.png");
}

#route2 .hotspot .information dl.info {
  border: 0;
  border-top: #201f1d 1px solid;
  border-bottom: #201f1d 1px solid;
}

#route2 .hotspot .information dl.info>dt {
  margin-bottom: 19px;
  margin-left: -39px;
}

#route2 .hotspot .information dl.info>dd p.address {
  margin-bottom: 13px
}

#route2 .hotspot .information dl.info>dd dl.access dt {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4px;
}

#route2 .hotspot .information dl.info>dd dl.access dt:before {
  display: inline-block;
  vertical-align: middle;
  content: url("https://static.yukoyuko.net/aso/story_20191119/car.png");
  margin-right: 3px;
}

#route2 .hotspot .information dl.info>dd dl.access dd {
  padding: 12px;
  background: #f3f3f3;
}

#route2 .hotspot .information dl.info>dd dl.access dd ul li {
  padding-left: 15px;
  background: url("https://static.yukoyuko.net/aso/story_20191119_route2/mark.png") 0 0.7em no-repeat;
}

#route2 .hotspot .information dl.info>dd ul.outline li>dl {
  display: table;
}

#route2 .hotspot .information dl.info>dd ul.outline li>dl>dt,
#route2 .hotspot .information dl.info>dd ul.outline li>dl>dd {
  padding-bottom: 10px;
}

#route2 .hotspot .information dl.info>dd ul.outline li>dl>dt {
  width: 8em;
  padding-left: 15px;
  font-weight: 700;
  background: url("https://static.yukoyuko.net/aso/story_20191119_route2/mark.png") 0 0.7em no-repeat;
}

#route2 .hotspot .information dl.info>dd ul.outline li>dl dt:after {
  display: inline-block;
  content: "：";
  float: right;
  font-weight: 400;
}

#route2 .hotspot .information dl.info>dd ul.outline li>dl dt:before {
  display: none;
}


/* □ #route1
-------------------------------- */

/* ◇ popularity
-------------------------------- */
main #hotspot .popularity {
  position: relative;
  margin-bottom: 109px;
}

main #hotspot .popularity .image {
  float: left;
}

main #hotspot .popularity .explain {
  position: absolute;
  top: 54px;
  right: 0;
  width: 574px;
  background: #fff;
  padding: 63px 69px;
}

main #hotspot .popularity .explain .pop {
  position: absolute;
  top: -45px;
  right: 50px;
}

main #hotspot .popularity .explain h4 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 32px;
}

main #hotspot .popularity .explain h4 span {
  background: linear-gradient(transparent 91%, #ede8dd 0%);
}

main #hotspot .popularity .explain dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 21px;
  line-height: 1.6;
}

main #hotspot .popularity .explain dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

/* ◇ popularity2
-------------------------------- */
main #hotspot #popularity2 {
  margin-bottom: 131px;
}

main #hotspot #popularity2 .image {
  float: right;
}

main #hotspot #popularity2 .explain {
  right: auto;
  left: 0;
}

main #hotspot #popularity2 .explain .pop {
  position: absolute;
  top: -45px;
  right: auto;
  left: 69px;
}

/* ◇ limit
-------------------------------- */
main #limit {
  background: #fff;
  margin-bottom: 60px;
  padding: 68px 60px;
}

main #limit .limit {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 37px;
}

main #limit h4 {
  position: relative;
  text-align: center;
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 400;
  margin-bottom: 51px;
}

main #limit h4 em {
  font-weight: 400;
  color: #d397a8;
}

main #limit h4:before,
main #limit h4:after {
  position: absolute;
}

main #limit h4:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119/limit-decoration1.png");
  left: -281px;
  top: -199px;
}

main #limit h4:after {
  right: -281px;
  top: -123px;
  content: url("https://static.yukoyuko.net/aso/story_20191119/limit-decoration2.png");
}

main #limit .division {
  overflow: hidden;
  margin-bottom: 50px;
}

main #limit .division .image {
  float: right;
}

main #limit .division .explain {
  float: left;
  width: 615px;
}

main #limit .division .explain p {
  font-size: 16px;
  font-size: 1.6rem;
}

main #limit .division .explain p em {
  font-weight: 700;
}

main #limit ul.flow {
  overflow: hidden;
  margin-left: -42px;
  margin-bottom: 46px;
}

main #limit ul.flow li {
  float: left;
  position: relative;
  box-sizing: border-box;
  width: 285px;
  margin-left: 42px;
  background: #fff;
  padding: 25px 30px;
  border: 1px #2b2a2a solid;
}

main #limit ul.flow li:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #f6f6f6;
  content: "";
}

main #limit ul.flow li:after {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: -22px;
  content: url("https://static.yukoyuko.net/aso/story_20191119/step-arrow.png");
}

main #limit ul.flow li:last-child:after {
  display: none;
}

main #limit ul.flow li dl {
  position: relative;
}

main #limit ul.flow li dl dt {
  text-align: center;
  margin-bottom: 23px;
  color: #af9b57;
}

main #limit ul.flow li dl dd .image {
  text-align: center;
  margin-bottom: 26px;
}

main #limit ul.flow li dl dd .text {
  font-size: 15px;
  font-size: 1.5rem;
}

main #limit ul.flow li dl dd .text em {
  font-weight: 700;
}


/* ◇ comment
-------------------------------- */
main dl.comment {
  display: table;
  border-top: #202020 1px solid;
  border-bottom: #202020 1px solid;
  padding: 30px 0;
}

main dl.comment>* {
  display: table-cell;
  vertical-align: top;
}

main dl.comment>dt {
  width: 247px;
  text-align: left;
}

main dl.comment>dd p.text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 18px;
}

main dl.comment>dd p.sign {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

main dl.comment>dd p.sign em {
  display: inline-block;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  margin-left: 0.5em;
}

main dl.comment>dd p.sign em span {
  font-size: 16px;
  font-size: 1.6rem;
}

/* □ #route2
-------------------------------- */
#route2 .hotspot .information {
  margin-bottom: 0;
}

#route2 .hotspot .information>.division {
  overflow: hidden;
  margin-bottom: 101px;
}

#route2 .hotspot .column {
  clear: both;
  position: relative;
  margin-bottom: 126px;
}

#route2 .hotspot .column h5 {
  position: absolute;
  top: -24px;
}

#route2 .hotspot .column.odd h5 {
  left: 0;
}

#route2 .hotspot .column.even h5 {
  right: 0;
}

#route2 .hotspot .column .visual {
  margin-bottom: 30px;
}

#route2 .hotspot .column.odd .visual {
  text-align: right;
}

#route2 .hotspot .column.even .visual {
  text-align: left;
}

#route2 .hotspot .column .division {
  padding-left: 70px;
}

#route2 .hotspot .column .division>dl {
  float: left;
  width: 632px;
}

#route2 .hotspot .column .division>dl dt {
  color: #7db19a;
  margin-bottom: 14px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 400;
}

#route2 .hotspot .column .division>dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

#route2 .hotspot .column .division .image {
  float: right;
}

#route2 .hotspot #column3 {
  margin-bottom: 74px;
}

#route2 .hotspot .buttonStyle {
  text-align: center;
}

#route2 #hotspot .information {
  margin-bottom: 0;
}


/* ◇ #oher
-------------------------------- */
#route2 #other {
  padding: 81px 0;
  color: #fff;
  background: #7db19b url("https://static.yukoyuko.net/aso/story_20191119_route2/other-background.png") 50% 50% repeat;
}

#route2 #other h3 {
  font-size: 27px;
  font-size: 2.7rem;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 43px;
  background: url("https://static.yukoyuko.net/aso/story_20191119_route2/other-title.png") 50% 100% no-repeat;
}

#route2 #other .explain {
  float: right;
  width: 540px;
}

#route2 #other .explain h4 {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 28px;
}

#route2 #other .explain p.text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

#route2 #other .explain p.buttonStyle {
  text-align: left;
}

#route2 #other .explain p.buttonStyle a {
  padding: 17px 20px 17px 78px;
  background: #fff;
  color: #7db19b;
  border-radius: 4px;
}

#route2 #other .explain p.buttonStyle a span {
  padding-right: 50px;
  background-image: url("https://static.yukoyuko.net/aso/story_20191119_route2/other-arrow.png");
}

#route2 #other .image {
  float: left;
}


/* □ #route3
-------------------------------- */
#route3 .hotspot .flow {
  margin-bottom: 78px;
}

#route3 .hotspot .flow .text {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  background: url("https://static.yukoyuko.net/aso/story_20191119_route3/flow-fukidashi.png") 50% 50% no-repeat;
  margin-bottom: 16px;
}

#route3 .hotspot .flow .image {
  text-align: center;
}

/* □ .spotdetail
-------------------------------- */

#route3 .hotspot .spotdetail {
  margin-bottom: 85px;
  padding-bottom: 87px;
  border-bottom: 1px solid #d1d1d1;
}

#route3 .hotspot .spotdetail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#route3 .hotspot .spotdetail>.division {
  overflow: hidden;
  margin-bottom: 55px;
}

#route3 .hotspot .spotdetail .explain {
  width: 420px;
}

#route3 .hotspot .spotdetail.odd .explain {
  float: left;
}

#route3 .hotspot .spotdetail.even .explain {
  float: right;
}

#route3 .hotspot .spotdetail.odd .image {
  float: right;
}

#route3 .hotspot .spotdetail.even .image {
  float: left;
}

#route3 .hotspot .spotdetail .explain .no {
  margin-bottom: 36px;
}

#route3 .hotspot .spotdetail .explain h4 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 34px;
}

#route3 .hotspot .spotdetail .explain h4 span.ruby {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #858585;
  margin-top: 12px;
  font-weight: 400;
}

#route3 .hotspot .spotdetail .explain dl dt {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #c66588;
  margin-bottom: 24px;
  font-weight: 500;
}

#route3 .hotspot .spotdetail .explain dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* □ .column
	-------------------------------- */
#route3 .hotspot .spotdetail .column {
  clear: both;
  padding: 30px 70px;
}

#route3 .hotspot .spotdetail .column h5 {
  position: relative;
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  padding-left: 116px;
  margin-bottom: 25px;
}

#route3 .hotspot .spotdetail .column h5:before {
  position: absolute;
  top: -62px;
  left: 45px;
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot-column-decoration.png");
}

#route3 .hotspot .spotdetail .column h5 span {
  position: relative;
  display: inline-block;
  padding: 4px 20px;
}

#route3 .hotspot .spotdetail .column h5 span:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration1.png");
}

#route3 .hotspot .spotdetail .column h5 span:after {
  position: absolute;
  top: -2px;
  right: 0;
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration2.png");
}

#route3 .hotspot .spotdetail .column h5>img {
  margin-left: 32px;
}


#route3 .hotspot .spotdetail .column ul.list {
  overflow: hidden;
  margin-left: -30px;
}

#route3 .hotspot .spotdetail .column ul.list li {
  width: 292px;
  float: left;
  margin-left: 30px;
}

#route3 .hotspot .spotdetail .column ul.list li dl dt {
  margin-bottom: 13px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.1;
}

#route3 .hotspot .spotdetail .column ul.list li dl dt img {
  display: block;
  margin: 0 auto;
}

#route3 .hotspot .spotdetail .column ul.list li dl dt span {
  display: block;
  padding: 18px 0 0 0;
}

#route3 .hotspot .spotdetail .column ul.list li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

/* □ #spot1
	-------------------------------- */
#route3 .hotspot #spot1 .column {
  background: #f5eff1 url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-background.jpg") 0 0 repeat;
}

#route3 .hotspot #spot1 .column h5 span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration1.png");
}

#route3 .hotspot #spot1 .column h5 span:after {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration2.png");
}

#route3 .hotspot #spot1 .column ul.list li dl dt {
  color: #c66588;
}


/* □ #spot2
	-------------------------------- */
#route3 .hotspot #spot2 .column {
  background: #fff7ed url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-background.jpg") 0 0 repeat;
}

#route3 .hotspot #spot2 .column h5 span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-title-decoration1.png");
}

#route3 .hotspot #spot2 .column h5 span:after {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-title-decoration2.png");
}

#route3 .hotspot #spot2 .column ul.list li dl dt {
  color: #db923e;
}



/* □ #spot3
	-------------------------------- */
#route3 .hotspot #spot3 .column {
  background: #e6f2ed url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-background.jpg") 0 0 repeat;
}

#route3 .hotspot #spot3 .column h5 span:before {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-title-decoration1.png");
}

#route3 .hotspot #spot3 .column h5 span:after {
  content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-title-decoration2.png");
}

#route3 .hotspot #spot3 .column ul.list li dl dt {
  color: #7db19a;
}

/* --------------------------------
□ inn
-------------------------------- */
main .inn {
  position: relative;
}

main .inn .visual {
  position: relative;
  margin: 0;
}

main .inn .visual p.catch {
  position: absolute;
  left: -55px;
  display: inline-block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.1;
  background: #fff url("https://static.yukoyuko.net/aso/story_20191119/title-background.png") 0 0 repeat;
  border-left: 1px solid #af9b57;
  color: #af9b57;
  padding: 15px;
}

main .inn .visual p.catch1 {
  top: 160px;
}

main .inn .visual p.catch2 {
  top: 240px;
}

main .inn .division {
  overflow: hidden;
  position: relative;
  margin-left: 70px;
  margin-right: 70px;
}

main .inn .maincomment {
  margin-top: -37px;
  margin-bottom: 70px;
}

main .inn .maincomment .explain {
  float: left;
  width: 676px;
}

main .inn .maincomment .explain h4 {
  padding-top: 104px;
  padding-left: 37px;
  border-left: 2px solid #af9b57;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 32px;
}

main .inn .maincomment .explain p.text {
  font-size: 16px;
  font-size: 1.6rem;
}

main .inn .maincomment .image {
  float: right;
}

main .inn .onsen {
  margin-bottom: 61px;
}

main .inn .onsen .explain {
  float: right;
  width: 582px;
}

main .inn .onsen .explain h4 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

main .inn .onsen .explain p.text {
  font-size: 16px;
  font-size: 1.6rem;
}

main .inn .onsen .image {
  float: left;
}

/* ◇ #inn2
-------------------------------- */
main #inn2 {
  background: #edeae3;
  padding-bottom: 109px;
}

main #inn2 .otherBtn {
  margin-top: 70px;
}

main #inn2 .otherBtn a {
  width: 100%;
  border: 1px solid #222222;
  background: #fff url("https://static.yukoyuko.net/aso/story_20191119/other-image.png") 20px 50% no-repeat;
  border-radius: 0;
  padding: 44px 33px;
  color: #333;
}

main #inn2 .otherBtn a span {
  display: block;
  background-image: url("https://static.yukoyuko.net/aso/story_20191119/other-arrow.png");
  font-size: 22px;
  font-size: 2.2rem;
}

main #inn2 .otherBtn a:hover {
  background-color: #eee;
}

/* □ #route3
-------------------------------- */

#route3 .inn .visual p.catch {
  border-left: 1px solid #c66588;
  color: #c66588;
  padding: 15px;
}

#route3 .inn .maincomment .explain h4 {
  border-left: 2px solid #c66588;
}

#route3 #inn2 {
  background: #fff;
}


/* ◇ #recommend
-------------------------------- */
main #recommend {
  padding-bottom: 92px;
}

main #recommend .explain {
  position: relative;
  box-sizing: border-box;
  margin-top: -143px;
  margin-left: 36px;
  padding: 25px 45px;
  width: 562px;
  background: url("https://static.yukoyuko.net/aso/story_20191119/recommend-title.png") 0 0 repeat;
  border-left: 1px solid #af9b57;

}

main #recommend .explain h4 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

main #recommend .explain h4:before {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  content: url("https://static.yukoyuko.net/aso/story_20191119/recommend-icon1.png");
}

main #recommend .explain p.text {
  font-size: 16px;
  font-size: 1.6rem;
}

/* --------------------------------
	   □ imageArea
	-------------------------------- */
main .imageArea ul.mainimg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 598px;
  margin-bottom: 21px;
}

main .imageArea ul.mainimg li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

main .imageArea ul.img-list {
  width: 432px;
  padding: 1px 0 0 1px;
  float: right;
}

main .imageArea ul.img-list li {
  box-sizing: border-box;
  width: 129px;
  float: left;
  transition: all 300ms ease;
  margin-right: 10px;
  border: 1px solid #fff;
}

main .imageArea ul.img-list li img {
  box-sizing: border-box;
  transition: all 100ms ease;
  cursor: pointer;
  opacity: 0.5;
}

main .imageArea ul.img-list li:hover img {
  opacity: 0.8;
}

main .imageArea ul.img-list li.active {
  border: 1px solid #bfa95d;
}

main .imageArea ul.img-list li.active img {
  opacity: 1;
}

/* ◇ #social
-------------------------------- */
main #social {
  padding: 77px 0;
}

main #social .column {
  width: 379px;
  float: left;
  margin-left: 33px;
}

main #social .column:first-child {
  margin-left: 0;
}

main #social .column.twitter>div {
  height: 500px;
  overflow: auto;
}

main #social .column.banners {
  width: 235px;
}

main #social .column.banners p {
  margin-bottom: 20px;
  text-align: center;
}

main #social .column.banners p a {
  transition: 0.3s;
}

main #social .column.banners p a:hover {
  opacity: 0.8;
}


/* ◇ #instagram
-------------------------------- */
main #instagram {
  padding: 55px 0;
  background: #edeae3;
}

main #instagram h3 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 11px;
}

main #instagram h3:before {
  display: block;
  content: url("https://static.yukoyuko.net/aso/story_20191119/instagram.png");
  margin: 0 auto 15px auto;
}

main #instagram p.hash {
  text-align: center;
  margin-bottom: 29px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #535353;
}

main #instagram ul.lists {
  overflow: hidden;
  margin-left: -2%;
  margin-bottom: 22px;
}

main #instagram ul.lists li {
  float: left;
  width: 31%;
  margin-left: 2%;
  margin-bottom: 26px;
  text-align: center;
}

main #instagram ul.lists li img {
  max-width: 100%;
}

/* 1280px以上
-------------------------------------------- */
@media only screen and (min-width: 1280px) {

  main .accent-box #youtubeWrap video {
    height: auto !important;
  }


}

/* 1480px以上
-------------------------------------------- */
@media only screen and (min-width: 1480px) {


  main .accent-box #youtubeWrap video {
    height: auto;
  }

}

/* --------------------------------
   □ スマートフォン用の記述
-------------------------------- */
.pc {}

.sp,
span.textized,
br.spOnly {
  display: none;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width : 767px) {

  /* =================================
   ■ 共通指定
================================== */

  body {
    min-width: auto;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  body .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  span.textized {
    display: inline;
  }

  br.spOnly {
    display: inline-block;
  }

  br.pcOnly {
    display: none;
  }


  .txtimg {
    display: none;
  }

  main>section.contents .vertical {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }


  /* --------------------------------
   □ 大枠
-------------------------------- */
  main>section.contents {
    overflow: hidden;
    padding: 0;
  }

  main>section.contents>section,
  main>section.contents>.chapter,
  main>section.contents>.wide .container {
    font-size: 100%;
    width: auto;
  }

  main>section.contents>section.wide,
  main>section.contents>.chapter.wide {
    width: auto;
  }


  /* --------------------------------
   □ ボタンスタイル
-------------------------------- */
  main>section.contents .buttonStyle a,
  main>section.contents .buttonStyle>span {
    position: relative;
    width: 100%;
    padding: 12px 10px;
  }


  main>section.contents .buttonStyle a span,
  main>section.contents .buttonStyle>span span {
    display: block;
    font-size: 1.6rem;
    font-size: 16px;
    background-size: auto 1em;
  }

  /* --------------------------------
   □ accent
-------------------------------- */
  main .accent-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50vh !important;
    overflow: hidden;
  }

  main .accent-box #youtubeWrap {
    width: 100%;
    height: 54vh;
    z-index: 2;
  }

  main .accent-box #youtubeWrap video {
    width: auto;
    height: 54vh;
  }

  main .accent-box h1 {

    width: 65%;
  }

  main .accent-box h1 img {}

  /* --------------------------------
   □ accent
-------------------------------- */
  main .accent {
    width: 100%;
    height: 350px;
  }

  main .accent h1 {
    background: url(https://static.yukoyuko.net/aso/story_20191119/accent_sp.jpg) 50% 50% no-repeat;
    background-size: cover;
  }

  main .accent h1 img {
    width: 55%;
    margin-bottom: 2%;
  }

  /* --------------------------------
   □ intro
-------------------------------- */

  main .intro {
    padding: 10% 0 0 0;
  }

  main .intro .leadArea {
    margin-bottom: 8%;
    padding: 0 4% 0 4%;
  }

  main .intro .leadArea .explain {
    position: relative;
    float: none;
    width: auto;
    margin-bottom: 8%;
  }

  main .intro .leadArea h2 {
    margin-bottom: 4%;
  }

  main .intro .leadArea p.text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main .intro .leadArea p.image {
    float: none;
    text-align: center;
  }

  /* --------------------------------
	   □ map
	-------------------------------- */
  main #map {
    background: url("https://static.yukoyuko.net/aso/story_20191119/map-background_sp.png") 0 0 no-repeat;
    background-size: 100% auto;
    padding: 83px 0 0 0;
  }

  main #map .container h3 {
    left: 4%;
    width: 20%;
  }

  main #map .container h3 img {
    width: 100%;
  }

  main #map .figure {
    position: relative;
    margin: 37px 0 0 0;
  }

  main #map .mapTextArea {
    position: relative;
    margin-top: -80px;
    padding: 0 4%;
  }


  main #map .areaBox {
    position: static;
    width: auto;
    padding-left: 0;
    margin-bottom: 8%;
  }

  main #map .areaBox dt {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 3%;
  }

  main #map .figure .areaBox dt span {
    position: relative;
    display: inline-block;
    padding-right: 11px;
  }

  main #map .areaBox dt:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  main #map .areaBox dt span:before {
    display: none;
  }

  main #map .areaBox dd {
    padding-left: 2em;
  }

  /* --------------------------------
   □ items
-------------------------------- */
  main #items {
    padding-top: 10%;
  }

  main #items:before {
    height: 355px;
  }

  main #items h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 12%;
  }

  main #items h2 em {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* --------------------------------
   □ .pageNavigation
-------------------------------- */
  main #items .pageNavigation {
    position: relative;
    margin-bottom: 10%;
    padding: 0 0%;
  }

  main #items .pageNavigation ul {
    margin-left: 0;
  }

  main #items .pageNavigation ul li {
    width: auto;
    margin-left: 0;
    float: none;
    margin-bottom: 0;
    border-bottom: 1px solid #d3d3d3;
    border-left: 4px solid #fff;
  }

  main #items .pageNavigation ul li a {
    border-radius: 0;
    background: #fff;
    padding-bottom: 6%;
    padding-right: 20px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  main #items .pageNavigation ul li a:before {
    left: 92%;
    bottom: calc(50% - 10px);
    transform: rotate(-134deg);
  }

  main #items .pageNavigation ul li a:hover:before {
    bottom: calc(50% - 10px);
  }

  main #items .pageNavigation ul li:before {
    left: 10px;
    top: calc(50% - 47px);
    zoom: 0.7;
  }

  main #items .pageNavigation ul li dl {
    margin-left: 60px;

  }

  main #items .pageNavigation ul li dl dt img {
    display: none;

  }

  main #items .pageNavigation ul li dl dt {}


  main #items .pageNavigation ul li dl dd {
    padding: 0 4% 0 4%;
  }

  main #items .pageNavigation ul li dl dd span {
    background-size: 98% auto;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 4%;
    margin-bottom: 0;
  }

  main #items .pageNavigation ul li dl dd em {
    font-size: 17px;
    font-size: 1.7rem;
  }

  main #items .pageNavigation ul li.selected {
    margin-top: 0;
  }

  main #items .pageNavigation ul li.route1.selected {
    border-left: 4px solid #af9b57;
  }

  main #items .pageNavigation ul li.route2.selected {
    border-left: 4px solid #7db19a;
  }

  main #items .pageNavigation ul li.route3.selected {
    border-left: 4px solid #a36274;
  }

  /* --------------------------------
   □ #route1
-------------------------------- */
  main .route>.visual {
    text-align: center;
    margin-bottom: 0;
  }

  main .route>.leadcontainer {
    position: relative;
    margin: -29px 4% 0 4%;
    padding: 15% 4% 0 4%;
  }

  main .route>.leadcontainer:before {
    zoom: 0.7;
  }

  main .route>.leadcontainer h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 9%;
  }

  /* --------------------------------
   □ #about
-------------------------------- */
  #about {
    margin-bottom: 15%;
    padding: 0 4%;
  }

  #about p.image {
    float: none;
  }

  #about .explain {
    float: none;
    width: auto;
    padding-top: 24px;
  }

  #about .explain h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 16px;
  }


  /* --------------------------------
   □ #commentator
-------------------------------- */
  #commentator {
    overflow: hidden;
    margin-bottom: 10%;
    height: auto;
    background: #fff;
    border: 2px solid #EE7962;
    padding: 6% 5% 6% 5%;
  }

  #commentator p.image {
    text-align: center;
    float: none;
  }

  #commentator p.image img {
    width: 60%;
  }

  #commentator .explain {
    float: none;
    width: auto;
    margin-bottom: 6%;
  }

  #commentator .explain:before {
    position: absolute;
    top: -18px;
    right: -99px;
    content: url("https://static.yukoyuko.net/aso/story_20191119/commentator-decoration.png");
    zoom: 0.5;
  }

  #commentator h4 {
    position: relative;
    z-index: 2;
    margin-bottom: 3%;
  }

  #commentator h4 .intro {
    width: 16em;
    line-height: 1.2;
    padding: 6px 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
  }

  #commentator h4 .name {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 2%;
  }

  #commentator h4 .name em {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    margin-left: 15px;
  }

  #commentator .text {
    margin-bottom: 4%;
  }

  #commentator .text p.more {
    display: block;
    margin-top: 8px;
  }

  #commentator .text p.more span {
    cursor: pointer;
    font-weight: 700;
    font-size: 84%;
    text-decoration: underline;
    color: #ee7962;
  }

  #commentator .text p.moreArea {
    display: none;
    transition: 0.5s;
    animation: show 0.5s both;
  }

  #commentator .text p.moreArea.view {
    display: block;
  }

  #commentator p.buttonStyle {
    text-align: center;
  }

  #commentator p.buttonStyle a {
    padding: 17px 10px 17px 10px;
  }

  /* --------------------------------
   □ .entry
-------------------------------- */
  main .entry {
    padding: 10% 0;
  }

  main .entry h3.title {
    margin-bottom: 8%;
  }

  main .entry h3.title span.en {
    font-size: 16px;
    margin-bottom: 1.4%;
  }

  main .entry h3.title em {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }

  /* --------------------------------
   □ hotspot
-------------------------------- */
  main #hotspot {
    padding-bottom: 15%;
  }

  main #hotspot>.container>.image {
    position: relative;
    margin-bottom: 15%;
  }

  main #hotspot>.container>.image .logo {
    zoom: 0.7;
  }

  /* ◇ information
-------------------------------- */
  main .hotspot .information {
    margin-bottom: 10%;
    padding: 0 4%;
  }

  main .hotspot .information h4 {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 5%;
  }

  main .hotspot .information .explain {
    float: none;
    width: auto;
    margin-bottom: 8%;
  }

  main .hotspot .information dl.info {
    float: none;
    width: auto;
    padding: 6% 3%;
    border: 0;
    border-top: #201f1d 1px solid;
    border-bottom: #201f1d 1px solid;
  }

  main .hotspot .information dl.info>dt {
    position: relative;
    margin-left: 0;
    margin-bottom: 3%
  }

  main .hotspot .information dl.info>dd ul.outline li>dl.hour>dt {
    width: 6.1em;
  }

  main .hotspot .information dl.info>dd ul.outline li>dl.hour>dd {
    word-break: break-all;
    word-wrap: break-word;
  }

  main .hotspot .information.flat .explain {
    margin-bottom: 8%;
  }

  main .hotspot .information.flat dl.info {
    margin-bottom: 5%;
  }

  main .hotspot .information.flat dl.info>dd {
    padding: 0;
  }

  /* □ #route2 #route3
-------------------------------- */
  #route2 .hotspot .information h4,
  #route3 #hotspot .information h4 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  #route2 .hotspot .information h4 span.ruby,
  #route3 #hotspot .information h4 span.ruby {
    margin-top: 14px;
  }

  #route2 .hotspot>.container>.image {
    position: relative;
    margin-bottom: 45px;
  }

  #route2 .hotspot .information dl.info>dt {
    margin-bottom: 3%;
    margin-left: 0;
  }

  #route2 .hotspot .information dl.info>dd p.address {
    margin-bottom: 2%
  }

  #route2 .hotspot .information dl.info>dd dl.access dt {
    margin-bottom: 4px;
  }

  #route2 .hotspot .information dl.info>dd dl.access dd {
    padding: 2%;
  }

  /* □ #route1
-------------------------------- */


  /* ◇ popularity
-------------------------------- */
  main #hotspot .popularity {
    position: relative;
    margin-bottom: 12%;
  }

  main #hotspot .popularity .image {
    float: none;
    text-align: center;
  }

  main #hotspot .popularity .explain {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 4% 4% 8% 4%;
    margin: 0 4%;
    margin-top: -10px;
  }

  main #hotspot .popularity .explain .pop {
    position: static;
    zoom: 0.6;
    text-align: right;
    margin-bottom: 3%;
  }

  main #hotspot .popularity .explain h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 4%;
    text-align: center;
  }

  main #hotspot .popularity .explain dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3%;
  }

  /* ◇ popularity2
-------------------------------- */
  main #hotspot #popularity2 {
    margin-bottom: 15%;
  }

  main #hotspot #popularity2 .image {
    float: none;
  }

  main #hotspot #popularity2 .explain {
    right: 0;
    left: 0;
  }

  main #hotspot #popularity2 .explain .pop {
    position: static;
  }

  /* ◇ limit
-------------------------------- */
  main #limit {
    margin: 0 4%;
    margin-bottom: 6%;
    padding: 10% 6%;
  }

  main #limit .limit {
    margin-bottom: 4%;
  }

  main #limit .limit img {
    max-width: 60%;
  }

  main #limit h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 8%;
  }

  main #limit h4:before,
  main #limit h4:after {
    position: absolute;
    zoom: 0.5;
  }

  main #limit .division {
    margin-bottom: 10%;
  }

  main #limit .division .image {
    float: none;
    text-align: center;
  }

  main #limit .division .explain {
    float: none;
    width: auto;
    margin-bottom: 4%;
  }

  main #limit .division .explain p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main #limit .division .explain p em {
    font-weight: 700;
  }

  main #limit ul.flow {
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 8%;
  }

  main #limit ul.flow li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 45px;
    background: #fff;
    padding: 4%;
  }

  main #limit ul.flow li:after {
    top: inherit;
    bottom: -44px;
    margin: 0;
    margin-right: -6px;
    right: 50%;
    transform: rotate(90deg);
  }

  main #limit ul.flow li:last-child {
    margin-bottom: 0;
  }

  main #limit ul.flow li:last-child:after {
    display: none;
  }

  /* ◇ comment
-------------------------------- */
  main dl.comment {
    padding: 4% 4%;
    margin: 0 4%;
  }

  main dl.comment>* {
    display: block;
  }

  main dl.comment>dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4%;
    text-align: center;
  }

  main dl.comment>dt img {
    width: 60%;
    text-align: center;
  }

  main dl.comment>dd p.text {

    line-height: 1.8;
  }

  main dl.comment>dd p.sign {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
  }

  main dl.comment>dd p.sign>span {
    display: block;
  }

  main dl.comment>dd p.sign em {
    font-size: 22px;
    font-size: 2.2rem;
  }

  main dl.comment>dd p.sign em span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* □ #route2
-------------------------------- */
  #route2 .hotspot .information {}

  #route2 .hotspot .information>.division {
    overflow: hidden;
    margin-bottom: 18%;
  }

  #route2 .hotspot .column {
    margin-bottom: 13%;
  }

  #route2 .hotspot .column h5 {
    position: static;
    padding-top: 4%;
    border-top: 2px solid #7db19a;
    margin-bottom: 4%;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }

  #route2 .hotspot .column h5 .en {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 2%;
    color: #7db19a;
  }


  #route2 .hotspot .column .visual {
    margin-bottom: 4%;
  }

  #route2 .hotspot .column .visual img {
    width: 100%;
  }

  #route2 .hotspot .column .division {
    padding-left: 0;
  }

  #route2 .hotspot .column .division>dl {
    float: none;
    width: auto;
    margin-bottom: 4%;
  }

  #route2 .hotspot .column .division>dl dt {
    color: #7db19a;
    margin-bottom: 2%;
    font-size: 17px;
    font-size: 1.7rem;
  }

  #route2 .hotspot .column .division>dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #route2 .hotspot .column .division .image {
    float: none;
    text-align: center;
  }

  #route2 .hotspot #column3 {
    margin-bottom: 8%;
  }

  #route2 .hotspot .buttonStyle {
    text-align: center;
  }


  #route2 #hotspot .information {
    margin-bottom: 0;
  }


  /* ◇ #oher
-------------------------------- */
  #route2 #other {
    padding: 8% 4%;
  }

  #route2 #other h3 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 6%;
    background-size: 100% auto;
  }

  #route2 #other .explain {
    float: none;
    width: auto;
  }

  #route2 #other .explain h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 4%;
  }

  #route2 #other .explain p.text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4%;
  }

  #route2 #other .explain p.buttonStyle {
    text-align: left;
  }

  #route2 #other .explain p.buttonStyle a {
    padding: 17px 20px 17px 20px;
  }

  #route2 #other .explain p.buttonStyle a span {
    padding-right: 15px;
    background-image: url("https://static.yukoyuko.net/aso/story_20191119_route2/other-arrow.png");
  }

  #route2 #other .image {
    float: none;
  }


  /* □ #route3
-------------------------------- */
  #route3 .hotspot>.container {
    padding: 0 4%;
  }

  #route3 .hotspot .flow {
    margin-bottom: 8%;
  }

  #route3 .hotspot .flow .text {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    background-size: 95% auto;
    padding: 0 2em;
    margin-bottom: 4%;
  }


  /* □ .spotdetail
-------------------------------- */

  #route3 .hotspot .spotdetail {
    margin-bottom: 9%;
    padding-bottom: 9%;
  }

  #route3 .hotspot .spotdetail:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  #route3 .hotspot .spotdetail>.division {
    overflow: hidden;
    margin-bottom: 10%;
  }

  #route3 .hotspot .spotdetail .explain {
    width: auto;
  }

  #route3 .hotspot .spotdetail.odd .explain {
    float: none;
  }

  #route3 .hotspot .spotdetail.even .explain {
    float: none;
  }

  #route3 .hotspot .spotdetail .image {
    text-align: center;
  }

  #route3 .hotspot .spotdetail.odd .image {
    float: none;
  }

  #route3 .hotspot .spotdetail.even .image {
    float: none;
  }

  #route3 .hotspot .spotdetail .explain .no {
    margin-bottom: 4%;
  }

  #route3 .hotspot .spotdetail .explain h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 3%;
  }

  #route3 .hotspot .spotdetail .explain h4 span.ruby {
    margin-top: 8px;
  }

  #route3 .hotspot .spotdetail .explain dl dt {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 2%;
  }

  #route3 .hotspot .spotdetail .explain dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* □ .column
	-------------------------------- */
  #route3 .hotspot .spotdetail .column {
    padding: 7% 3%;
  }

  #route3 .hotspot .spotdetail .column h5 {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 4%;
  }

  #route3 .hotspot .spotdetail .column h5:before {
    display: none;
    top: -88px;
    left: 0;
    zoom: 0.5;
  }

  #route3 .hotspot .spotdetail .column h5 span {
    padding: 4px 15px;
  }

  #route3 .hotspot .spotdetail .column h5 span:before {
    zoom: 0.7;
  }

  #route3 .hotspot .spotdetail .column h5 span:after {
    zoom: 0.7;
  }

  #route3 .hotspot .spotdetail .column h5>img {
    margin-top: 25px;
    zoom: 0.5;
  }


  #route3 .hotspot .spotdetail .column ul.list {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0 8%;
  }

  #route3 .hotspot .spotdetail .column ul.list li {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 6%;
  }

  #route3 .hotspot .spotdetail .column ul.list li dl dt {
    margin-bottom: 2%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  #route3 .hotspot .spotdetail .column ul.list li dl dt img {
    display: block;
    margin: 0 auto;
  }

  #route3 .hotspot .spotdetail .column ul.list li dl dt span {
    display: block;
    padding: 8px 0 0 0;
  }

  #route3 .hotspot .spotdetail .column ul.list li dl dd {
    line-height: 1.4;
  }

  #route3 .hotspot .spotdetail .column ul.list li.more {
    display: block;
    width: 100%;
    margin: 0 auto 8%;
    padding: 12px 30px;
    border: 1px solid #7db19a;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }

  #route3 .hotspot .spotdetail .column ul.list li.more span {
    position: relative;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }

  #route3 .hotspot .spotdetail .column ul.list li.more span:after {
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-arrow.png");
    transition: 0.2s;
    vertical-align: middle;
    zoom: 0.7;
  }

  #route3 .hotspot .spotdetail .column ul.list li.more.clicked span:after {
    transform: rotate(-90deg);
  }

  #route3 .hotspot .spotdetail .column ul.list li.moreArea {
    display: none;
  }

  #route3 .hotspot .spotdetail .column ul.list li.moreArea.view {
    display: block;
    transition: 0.5s;
    animation: show 1s both;
  }

  /* □ #spot1
	-------------------------------- */
  #route3 .hotspot #spot1 .column {
    background: #f5eff1 url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-background.jpg") 0 0 repeat;
  }

  #route3 .hotspot #spot1 .column h5 span:before {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration1.png");
  }

  #route3 .hotspot #spot1 .column h5 span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-title-decoration2.png");
  }

  #route3 .hotspot #spot1 .column ul.list li dl dt {
    color: #c66588;
  }

  #route3 .hotspot #spot1 .column ul.list li.more {
    color: #c66588;
    border: 1px solid #c66588;
  }

  #route3 .hotspot #spot1 .column ul.list li.more span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot1-column-arrow.png");
  }


  /* □ #spot2
	-------------------------------- */
  #route3 .hotspot #spot2 .column {
    background: #fff7ed url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-background.jpg") 0 0 repeat;
  }

  #route3 .hotspot #spot2 .column h5 span:before {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-title-decoration1.png");
  }

  #route3 .hotspot #spot2 .column h5 span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-title-decoration2.png");
  }

  #route3 .hotspot #spot2 .column ul.list li dl dt {
    color: #db923e;
  }

  #route3 .hotspot #spot2 .column ul.list li.more {
    color: #db923e;
    border: 1px solid #db923e;
  }

  #route3 .hotspot #spot2 .column ul.list li.more span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot2-column-arrow.png");
  }


  /* □ #spot3
	-------------------------------- */
  #route3 .hotspot #spot3 .column {
    background: #e6f2ed url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-background.jpg") 0 0 repeat;
  }

  #route3 .hotspot #spot3 .column h5 span:before {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-title-decoration1.png");
  }

  #route3 .hotspot #spot3 .column h5 span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-title-decoration2.png");
  }

  #route3 .hotspot #spot3 .column ul.list li dl dt {
    color: #7db19a;
  }

  #route3 .hotspot #spot3 .column ul.list li.more {
    color: #7db19a;
    border: 1px solid #7db19a;
  }

  #route3 .hotspot #spot3 .column ul.list li.more span:after {
    content: url("https://static.yukoyuko.net/aso/story_20191119_route3/hotspot3-column-arrow.png");
  }


  /* ◇ inn
-------------------------------- */
  main .inn .container {
    padding-right: 4%;
    padding-left: 4%;
  }

  main .inn .visual {
    position: relative;
    margin: 0 -4%;
    margin-bottom: -50px;
  }

  main .inn .visual p.catch {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 8px;
    left: 0;
    margin: 0 3% 1% 3%;
  }

  main .inn .visual p.catch1 {
    top: -60px;
  }

  main .inn .visual p.catch2 {
    top: -60px;
  }

  main .inn .division {
    margin: 0;
  }

  main .inn .maincomment {
    margin-top: 0;
    margin-bottom: 8%;
  }

  main .inn .maincomment .explain {
    float: none;
    width: auto;
    margin-bottom: 6%;
  }

  main .inn .maincomment .explain h4 {
    padding-top: 2%;
    padding-left: 4%;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 4%;
  }

  main .inn .maincomment .explain p.text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  main .inn .maincomment .image {
    float: none;
    text-align: center;
  }

  main .inn .onsen {
    margin-bottom: 8%;
  }

  main .inn .onsen .explain {
    float: none;
    width: auto;
    margin-bottom: 6%;
  }

  main .inn .onsen .explain h4 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 3%;
  }

  main .inn .onsen .image {
    float: none;
    text-align: center;
  }


  /* ◇ #inn2
-------------------------------- */
  main #inn2 {
    background: #edeae3;
    padding-bottom: 12%;
  }

  main #inn2 .otherBtn {
    margin-top: 8%;
  }

  main #inn2 .otherBtn a {
    padding: 20px 10px;
    color: #333;
    background-position: 5px 50%;
    background-size: auto 50%;
  }

  main #inn2 .otherBtn a span {
    display: block;
    background-image: url("https://static.yukoyuko.net/aso/story_20191119/other-arrow.png");
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 40px;
  }

  main #inn2 .otherBtn a:hover {
    background-color: #eee;
  }

  /* ◇ #recommend
-------------------------------- */
  main #recommend {
    padding-bottom: 10%;
  }

  main #recommend .explain {
    position: relative;
    box-sizing: border-box;
    margin-top: 0;
    margin: 0 6%;
    padding: 4%;
    width: auto;

  }

  main #recommend .explain h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }

  /* --------------------------------
	   □ imageArea
	-------------------------------- */
  main .imageArea {
    margin: 0 4%;
  }

  main .imageArea ul.mainimg {
    width: auto;
    height: 191px;
    margin-bottom: 3%;
  }

  main .imageArea ul.mainimg li .caption {
    padding-top: 3%;
  }

  main .imageArea ul.img-list {
    overflow: hidden;
    width: auto;
    padding: 1px 0 0 1px;
    float: none;
    margin-bottom: 8%;
  }

  main .imageArea ul.img-list li {
    width: 19%;
    margin-right: 1%;
  }

  main .imageArea ul.mainimg li dl.text {
    display: none;
  }

  /* ◇ #social
-------------------------------- */
  main #social {
    padding: 8% 0;
  }

  main #social .column {
    width: auto;
    float: none;
    margin: 0 6% 8%;
  }

  main #social .column:first-child {
    margin-left: 6%;
  }

  main #social .column.twitter>div {
    height: 500px;
    overflow: auto;
  }

  main #social .column.banners {
    width: auto;
  }

  main #social .column.banners p {
    margin-bottom: 2%;
    text-align: center;
  }

  /* ◇ #instagram
-------------------------------- */
  main #instagram {
    padding: 5% 4%;
    background: #edeae3;
  }

  main #instagram h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 11px;
  }

  main #instagram h3:before {
    display: block;
    content: url("https://static.yukoyuko.net/aso/story_20191119/instagram.png");
    margin: 0 auto 5px auto;
  }

  main #instagram p.hash {
    margin-bottom: 4%;
    font-size: 15px;
    font-size: 1.5rem;
  }

  main #instagram ul.lists {
    overflow: hidden;
    margin-left: -2%;
    margin-bottom: 4%;
  }

  main #instagram ul.lists li {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 3%;
    text-align: center;
  }

  main #instagram ul.lists li img {
    max-width: 100%;
  }
}


/* --------------------------------
   □ loader
-------------------------------- */
#loader {
  opacity: 1;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #EBE9E1;
  top: 0;
  left: 0;
}


.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px
}

.spinnerText {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 18em;
  height: 40px;
  color: #A5A5A2;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #A62126;
  height: 100%;
  width: 6px;
  border-radius: 2px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.spinner .rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}



@keyframes show {
  0% {
    opacity: 0;
    transform: translate(0, 15px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes animation-left {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes headshow {
  0% {
    opacity: 0;
    transform: translate(0, -15px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* --------------------------------
   □ YK
-------------------------------- */
#yumeguri {
  text-decoration: underline;
}

.ykbutton{
  background: #af9b57 0 0 no-repeat !important;
}

#end0330{
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

#end0330_2{
  color: #a1252d;
}
