body#guide #main {
  background: url(/img/guide/bg.jpg) repeat 0 0;
  padding: 20px 0;
  position: relative;
}
body#guide #main .frame {
  width: 900px;
  margin: 0 auto;
}
body#guide #main .line-top {
  background: url(/img/guide/line_top_pc.png) no-repeat top center;
  background-size: contain;
  height: 60px;
}
body#guide #main .line-top2 {
  background: url(/img/guide/line_top_pc2.png) no-repeat top center;
  background-size: contain;
  height: 60px;
}
body#guide #main .line-middle {
  background: url(/img/guide/line_middle_pc.png) repeat-y top center;
  background-size: contain;
  padding-bottom: 1px;
}
body#guide #main .line-bottom {
  background: url(/img/guide/line_bottom_pc.png) no-repeat top center;
  background-size: contain;
  height: 60px;
}
body#guide .en {
  font-family: "Rage Italic", sans-serif;
  font-weight: 400;
}
body#guide .side-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  body#guide #main {
    padding: 0;
    position: relative;
  }
  body#guide #main .frame {
    width: 100%;
    margin: 0 auto;
  }
  body#guide #main .line-top {
    background: url(/img/guide/line_top.png) no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 9.3333%;
  }
  body#guide #main .line-top2 {
    background: url(/img/guide/line_top2.png) no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 9.3333%;
  }
  body#guide #main .line-middle {
    background: url(/img/guide/line_middle.png) repeat-y top center;
    background-size: contain;
  }
  body#guide #main .line-bottom {
    background: url(/img/guide/line_bottom.png) no-repeat top center;
    background-size: contain;
    height: 0;
    padding-top: 9.3333%;
  }
  body#guide .side-menu {
    position: fixed;
    top: 105px;
    right: 0;
    z-index: 100;
    display: block;
  }
  body#guide .side-menu a {
    display: block;
    background: #B4B4B7;
    color: #FFFFFF;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    padding: 10px 5px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-decoration: none;
  }
  body#guide .side-menu a.active {
    background: #005251;
  }
}
.title-area {
  text-align: center;
  background: url(/img/guide/header_stadium.jpg) no-repeat top center;
  background-size: cover;
  width: 840px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.title-area h2 img {
  width: 640px;
  height: auto;
}
.title-area h3.jp {
  padding: 290px 0 40px 0;
}
.title-area h3.jp img {
  width: 600px;
  height: auto;
}
.title-area p.lead {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  width: 750px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 20px;
}

.page-nav {
  margin: 80px 80px 0 80px;
}
.page-nav .page-list a {
  background: #FFFFFF;
  display: block;
  color: #40220f;
  text-decoration: none;
  padding: 20px;
  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;
}
.page-nav .page-list a + a {
  margin-top: 20px;
}
.page-nav .page-list a .photo {
  width: 200px;
}
.page-nav .page-list a .photo img {
  width: 100%;
  height: auto;
}
.page-nav .page-list a .title {
  width: 480px;
}
.page-nav .page-list a .title .en {
  display: block;
  font-size: 30px;
}
.page-nav .page-list a .title h4 {
  font-family: ta-oonishi, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  position: relative;
  margin-bottom: 10px;
}
.page-nav .page-list a .title h4.kana {
  letter-spacing: -0.2em;
}
.page-nav .page-list a .title h4 small {
  font-size: 26px;
  display: inline-block;
  margin-left: 4px;
}
.page-nav .page-list a .title p {
  line-height: 1.6;
  margin-left: 5px;
}

section.category {
  margin: 0 80px;
}
section.category .link-block {
  margin-top: 30px !important;
}

hr.dotline {
  height: 8px;
  border: 0;
  background: url(/img/guide/line_dot.png) repeat-x center center;
  width: 440px;
  margin: 80px auto;
}

.category-title {
  text-align: center;
  margin: 40px auto;
}
.category-title img {
  width: 500px;
  height: auto;
}

.category-slide.static .sp-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-slide.static .sp-slides .sp-slide {
  width: 240px;
  margin: 0 10px;
  padding-bottom: 0;
}
.category-slide.static .sp-slides .sp-slide img {
  width: 100%;
  height: auto;
}
.category-slide .sp-slide {
  background: #FFFFFF;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.category-slide .sp-slide a {
  display: block;
  text-decoration: none;
  color: #1A1A1C;
}
.category-slide .sp-slide.off {
  opacity: 0.7;
}
.category-slide .sp-slide.off::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category-slide .sp-slide .sp-image-container {
  width: 100% !important;
  height: auto;
}
.category-slide .sp-slide p {
  margin: 10px 0;
  text-align: center;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 400;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.5;
  font-size: 13px;
}
.category-slide .sp-arrow {
  width: 40px;
  height: 40px;
}
.category-slide .sp-arrow.sp-previous-arrow {
  left: -20px;
}
.category-slide .sp-arrow.sp-next-arrow {
  right: -20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.category-slide .sp-next-arrow:before {
  content: " " !important;
  display: block;
  background: url(/img/area_guide/arrow_next.png) no-repeat right top;
  background-size: contain;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  -webkit-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  left: 0;
}
.category-slide .sp-previous-arrow:before {
  content: " " !important;
  display: block;
  background: url(/img/area_guide/arrow_prev.png) no-repeat left top;
  background-size: contain;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  -webkit-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  left: 0;
}
.category-slide .sp-next-arrow:after,
.category-slide .sp-previous-arrow:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .title-area {
    text-align: center;
    background-size: cover;
    width: 91%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .title-area h2 img {
    width: 90%;
    height: auto;
    max-width: 375px;
  }
  .title-area h3.jp {
    padding: 34% 0 15px 0;
  }
  .title-area h3.jp img {
    width: 80%;
    height: auto;
    max-width: 350px;
  }
  .title-area p.lead {
    width: auto;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .page-nav {
    margin: 30px 8% 0 8%;
    padding: 0;
    display: block;
  }
  .page-nav .page-list a {
    padding: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .page-nav .page-list a + a {
    margin-top: 15px;
  }
  .page-nav .page-list a .photo {
    width: 100px;
  }
  .page-nav .page-list a .title {
    width: calc(100% - 110px);
  }
  .page-nav .page-list a .title .en {
    display: block;
    font-size: 20px;
  }
  .page-nav .page-list a .title h4 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .page-nav .page-list a .title h4 small {
    font-size: 18px;
    display: inline-block;
  }
  .page-nav .page-list a .title p {
    font-size: 13px;
  }
  section.category {
    margin: 0 8%;
  }
  section.category .link-block {
    margin-top: 20px !important;
  }
  hr.dotline {
    height: 4px;
    border: 0;
    background: url(/img/guide/line_dot.png) repeat-x center center;
    background-size: contain;
    width: 50%;
    margin: 30px auto;
  }
  .category-title {
    text-align: center;
    margin: 20px 0;
  }
  .category-title.side-margin {
    margin: 20px 8%;
  }
  .category-title img {
    width: 100%;
    height: auto;
  }
  .category-slide {
    padding: 0 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .category-slide.static {
    padding: 0;
  }
  .category-slide.static .sp-slides {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category-slide.static .sp-slides .sp-slide {
    padding: 10px 10px 0 10px;
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .category-slide.static .sp-slides .sp-slide img {
    width: 100%;
    height: auto;
  }
  .category-slide .sp-slide p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.title-area-2nd h2 {
  text-align: center;
  border-bottom: 2px solid #40220f;
  width: 740px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.title-area-2nd h2 img {
  width: 640px;
  height: auto;
}

.unit-video {
  width: 740px;
  margin: 20px auto 30px auto;
}

section.unit {
  margin: 0 80px 40px 80px;
}
section.unit hr.dotline {
  margin: 60px auto;
}
section.unit h3.section-title {
  text-align: center;
  width: 640px;
  margin: 60px auto 40px auto;
}
section.unit h3.section-title img {
  width: 100%;
  height: auto;
}
section.unit h4.sub-title {
  border-bottom: 2px solid #40220f;
  font-family: ta-oonishi, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  position: relative;
  margin: 60px 0 30px 0;
  letter-spacing: -0.1em;
  padding: 0 0 10px 40px;
  color: #221815;
}
section.unit h4.sub-title::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(/img/guide/mark_ball.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 20;
}
section.unit h4.sub-title-dashed {
  font-family: ta-oonishi, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  position: relative;
  margin: 60px 0 30px;
  letter-spacing: -0.1em;
  color: #221815;
}
section.unit h4.sub-title-dashed span {
  display: inline-block;
  vertical-align: middle;
}
section.unit h4.sub-title-dashed span.mark {
  width: 60px;
  padding-right: 10px;
}
section.unit h4.sub-title-dashed span.mark img {
  width: 100%;
  height: auto;
}
section.unit h4.sub-title-dashed span.character {
  width: calc(100% - 72px);
  background: url(/img/guide/line_dashed.png) repeat-x left bottom;
  background-size: auto 5px;
  padding-bottom: 15px;
}
section.unit h4.sub-title-dashed span.character .amazed {
  width: 24px;
  height: auto;
  vertical-align: super;
}
section.unit h4.sub-title-dashed span.character .roma {
  letter-spacing: 0.02em;
}
section.unit h4.sub-title-dashed span.character .hideSP {
  display: inline-block;
}
section.unit h4.sub-title-wave {
  font-family: ta-oonishi, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  position: relative;
  margin: 60px 0 30px;
  letter-spacing: -0.1em;
  color: #221815;
  padding-bottom: 16px;
  background: url(/img/guide/line_wave.png) repeat-x left bottom;
  background-size: auto 10px;
}
section.unit h4.sub-title-wave span {
  display: inline-block;
  vertical-align: middle;
}
section.unit h4.sub-title-wave span.mark {
  width: 60px;
  padding-right: 5px;
}
section.unit h4.sub-title-wave span.mark img {
  width: 100%;
  height: auto;
}
section.unit h4.sub-title-wave span.hand {
  margin-bottom: -20px;
}
section.unit h4.sub-title-wave span.character {
  width: calc(100% - 74px);
}
section.unit h4.sub-title-wave span.character .hideSP {
  display: inline-block;
}
section.unit .photo.single {
  margin: 20px 0;
  text-align: center;
}
section.unit .photo.single img {
  max-width: 740px;
  height: auto;
}
section.unit .flex-box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.unit .flex-box .half {
  width: 360px;
}
section.unit .flex-box .half img {
  width: 100%;
  height: auto;
}
section.unit .flex-box #souvenir {
  margin-left: 60px;
}
section.unit .flex-box .howto-go {
  width: 500px;
}
section.unit p.txt {
  color: #40220f;
  line-height: 1.6;
}
section.unit p.txt.em {
  font-size: 20px;
  font-weight: 600;
}
section.unit p.txt.center {
  text-align: center;
}
section.unit p.txt.no-magin-top {
  margin-top: 0;
}
section.unit p.txt.up-side-margin {
  margin-top: 60px;
}
section.unit p.txt.rekishikan {
  margin: 20px 0;
}
section.unit p.txt small {
  font-size: 14px;
}
section.unit ul.indent li {
  color: #40220f;
  font-size: 14px;
}
section.unit ul.list-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.unit ul.list-star li {
  position: relative;
  color: #40220f;
  font-size: 22px;
  padding: 10px 0 10px 36px;
  border-bottom: 2px solid #40220f;
  border-top: 2px solid #40220f;
  width: 32%;
}
section.unit ul.list-star li::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/img/guide/mark_star.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section.unit .link-koticket {
  margin: 40px auto 20px auto;
  width: 240px;
}
section.unit .link-koticket a {
  display: block;
  text-decoration: none;
  color: #40220f;
}
section.unit .link-koticket a span {
  margin-bottom: 8px;
  display: inline-block;
}
section.unit .link-koticket a img {
  width: 100%;
  height: auto;
}
section.unit .link-block {
  margin: 20px auto;
  max-width: 480px;
}
section.unit .link-block.no-margin-top {
  margin-top: 0;
}
section.unit .link-block.half {
  width: 440px;
}
section.unit .link-block.pro_menu {
  margin-top: -1px;
}
section.unit .link-block a {
  color: #005251;
}
section.unit .link-block a.border {
  border-color: #005251;
}
section.unit .link-block a span::after {
  border-color: #005251;
}
section.unit .link-block a:hover {
  color: #FFFFFF;
}
section.unit .link-block a:hover span::after {
  border-color: #FFFFFF;
}
section.unit .link-block a.link {
  background: #FFFFFF url(/img/common/link_green.png) no-repeat center right 20px;
  background-size: 18px auto;
}
section.unit .link-block a.link:hover {
  background: #005251 url(/img/common/link_white.png) no-repeat center right 20px;
  background-size: 18px auto;
}
section.unit .link-block a.link:hover span::after {
  display: none;
}
section.unit .link-block a.link span::after {
  display: none;
}
section.unit .btn-sns {
  width: 480px;
  margin: 0 auto;
}
section.unit .btn-sns a {
  display: block;
  text-align: center;
  border-radius: 16px;
  font-size: 16px;
  background: #000000;
  color: #FFFFFF;
  padding: 16px;
  text-decoration: none;
  font-weight: 700;
}
section.unit .btn-sns a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
section.unit .youtube {
  margin: 30px auto;
  width: 640px;
}
section.unit .flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.unit .flex-box .link-shop-banner {
  width: 360px;
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
section.unit .flex-box .link-shop-banner span {
  margin-bottom: 10px;
  color: #40220f;
  display: block;
}
section.unit .flex-box .link-shop-banner img {
  width: 100%;
  height: auto;
}
section.unit .flex-box .box-half {
  width: 320px;
  position: relative;
}
section.unit .flex-box .box-half .photo img {
  width: 100%;
  height: auto;
}
section.unit .flex-box .box-half h6 {
  margin-bottom: 15px;
}
section.unit .flex-box .box-half h6 img {
  width: 90%;
  height: auto;
}
section.unit .flex-box .box-half #hotday {
  position: absolute;
  top: -33px;
  right: -22px;
  width: 110px;
}
section.unit .flex-box .box-half #hotday img {
  width: 100%;
  height: auto;
}
section.unit .flex-box .box-main {
  width: 400px;
}
section.unit .flex-box .box-main img {
  width: 100%;
  height: auto;
}
section.unit .flex-box .box-side {
  width: 300px;
}
section.unit .flex-box .box-side .photo-mini {
  text-align: center;
  margin-top: -40px;
}
section.unit .flex-box .box-side .photo-mini img {
  width: 180px;
  height: auto;
}
section.unit .flex-box#ice-cube {
  width: 300px;
  margin: 15px auto 0 auto;
  position: relative;
}
section.unit .flex-box#ice-cube .photo {
  width: 120px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
section.unit .flex-box#ice-cube .photo img {
  width: 100%;
  height: auto;
}
section.unit .photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
section.unit .photo-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section.unit .photo-list.center li {
  margin: 0 20px;
}
section.unit .photo-list.single {
  width: 740px;
  margin: 20px auto;
}
section.unit .photo-list.single li {
  width: 240px;
}
section.unit .photo-list.inbox {
  margin: 20px 0;
}
section.unit .photo-list.inbox li {
  width: 210px;
}
section.unit .photo-list li {
  width: 160px;
}
section.unit .photo-list li img {
  width: 100%;
  height: auto;
}
section.unit .color-box {
  background: #f7f5f2;
  padding: 60px 40px 20px 40px;
  position: relative;
  margin: 70px 0 20px 0;
}
section.unit .color-box.memo {
  background: #FFFFFF;
  padding: 30px 25px 20px 25px;
  max-height: 230px;
}
section.unit .color-box.ticket.half {
  padding: 40px 25px 20px 25px;
  margin-top: 50px;
}
section.unit .color-box.flag {
  padding: 20px 40px 20px 40px;
}
section.unit .color-box.half {
  width: 360px;
  margin-top: 30px;
}
section.unit .color-box.no-mark {
  padding: 30px 30px 20px 30px;
  margin-top: 0;
}
section.unit .color-box .attention {
  width: 210px;
  position: absolute;
  top: -40px;
  margin: auto;
  left: 0;
  right: auto;
}
section.unit .color-box .attention img {
  width: 100%;
  height: auto;
}
section.unit .color-box .clip {
  width: 85px;
  position: absolute;
  top: -50px;
  margin: auto;
  left: 0;
  right: 0;
}
section.unit .color-box .clip img {
  width: 100%;
  height: auto;
}
section.unit .color-box .flag {
  width: 80px;
  position: absolute;
  top: -35px;
  margin: auto;
  left: 0;
  right: auto;
}
section.unit .color-box .flag img {
  width: 100%;
  height: auto;
}
section.unit .color-box .ticket {
  width: 120px;
  position: absolute;
  top: -35px;
  margin: auto;
  left: 0;
  right: auto;
}
section.unit .color-box .ticket img {
  width: 100%;
  height: auto;
}
section.unit .color-box h5.sub-heading {
  position: absolute;
  top: -40px;
  width: 640px;
  left: 114px;
  right: 0;
  margin: auto;
}
section.unit .color-box h5.sub-heading.recommend {
  width: 460px;
  left: 0;
  top: -50px;
  right: auto;
}
section.unit .color-box h5.sub-heading.recommend img {
  width: 100%;
  height: auto;
}
section.unit .color-box .photo-mini#goods {
  text-align: right;
  position: absolute;
  top: 30px;
  right: 60px;
}
section.unit .color-box .photo-mini#goods img {
  width: 240px;
  height: auto;
}
section.unit .color-box dl.check-point {
  color: #40220f;
  margin-bottom: 15px;
  line-height: 1.5;
}
section.unit .color-box dl.check-point dt {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1.3em;
}
section.unit .color-box dl.check-point dt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #40220f;
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  bottom: auto;
}
section.unit .color-box dl.check-point dd {
  margin-left: 1.5em;
}
section.unit .color-box dl.check-point.checked dt {
  padding-left: 0;
}
section.unit .color-box dl.check-point.checked dt::before {
  display: none;
}
section.unit .color-box dl.check-point.checked dd {
  margin-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .title-area-2nd h2 {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .title-area-2nd h2 img {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
  .unit-video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin: 10px auto 20px auto;
  }
  .unit-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.unit {
    margin: 0 8% 20px 8%;
  }
  section.unit hr.dotline {
    margin: 25px auto;
  }
  section.unit h3.section-title {
    width: auto;
    margin: 30px auto 20px auto;
  }
  section.unit h4.sub-title {
    font-size: 20px;
    margin: 30px 0 15px 0;
    padding: 0 0 10px 22px;
  }
  section.unit h4.sub-title::before {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    z-index: 20;
  }
  section.unit h4.sub-title-dashed {
    font-size: 20px;
    margin: 30px 0 15px 0;
  }
  section.unit h4.sub-title-dashed span.mark {
    width: 40px;
    padding-right: 0;
  }
  section.unit h4.sub-title-dashed span.mark.padding {
    padding-right: 5px;
  }
  section.unit h4.sub-title-dashed span.character {
    width: calc(100% - 48px);
    padding-bottom: 12px;
  }
  section.unit h4.sub-title-dashed span.character .amazed {
    width: 12px;
    height: auto;
  }
  section.unit h4.sub-title-dashed span.character .hideSP {
    display: none;
  }
  section.unit h4.sub-title-wave {
    font-size: 20px;
    position: relative;
    margin: 30px 0 15px 0;
    padding-bottom: 14px;
    background-size: auto 10px;
  }
  section.unit h4.sub-title-wave span.mark {
    width: 40px;
    padding-right: 0;
  }
  section.unit h4.sub-title-wave span.hand {
    width: 45px;
    margin-bottom: -14px;
  }
  section.unit h4.sub-title-wave span.character {
    width: calc(100% - 54px);
  }
  section.unit h4.sub-title-wave span.character .hideSP {
    display: none;
  }
  section.unit .arrow-rl {
    width: 62px;
    margin: 0 12% 0 auto;
  }
  section.unit .arrow-rl.no-magin-top-sp {
    margin-top: 0;
  }
  section.unit .arrow-lr {
    width: 62px;
    margin: 0px auto 0 12%;
  }
  section.unit .arrow-lr.no-magin-top {
    margin-top: 0;
  }
  section.unit .photo img {
    width: 100%;
    height: auto;
  }
  section.unit .photo.margin-top {
    margin-top: 15px;
  }
  section.unit .photo.single {
    margin: 0 auto;
  }
  section.unit .photo.single .nocar {
    width: 100px;
    height: auto;
  }
  section.unit .photo-list {
    margin-bottom: 20px;
  }
  section.unit .photo-list.single {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  section.unit .photo-list.single li {
    width: 31%;
  }
  section.unit .photo-list.center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  section.unit .photo-list.center li {
    margin: 0 auto;
    width: 47%;
  }
  section.unit .photo-list.inbox {
    margin: 10px 0;
  }
  section.unit .photo-list.inbox li {
    width: 31%;
  }
  section.unit .photo-list.inbox.center li {
    width: 47%;
  }
  section.unit .photo-list li {
    width: 31%;
  }
  section.unit .flex-box .link-shop-banner {
    width: 100%;
    display: block;
    margin-top: 15px;
  }
  section.unit .flex-box .link-shop-banner span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  section.unit .flex-box .link-shop-banner img {
    width: 100%;
    height: auto;
  }
  section.unit .flex-box .info {
    margin-left: 0;
    margin-top: 10px;
  }
  section.unit .flex-box .howto-go {
    width: auto;
    text-align: left;
  }
  section.unit .flex-box #goodsinfo {
    margin-top: 0;
  }
  section.unit .flex-box#ice-cube {
    width: 100%;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.unit .flex-box#ice-cube .txt {
    width: calc(100% - 120px);
  }
  section.unit .flex-box#ice-cube .photo {
    width: 120px;
    position: static;
  }
  section.unit .flex-box#ice-cube .photo img {
    width: 100%;
    height: auto;
  }
  section.unit p.txt {
    margin: 10px 0;
  }
  section.unit p.txt.em {
    font-size: 16px;
  }
  section.unit p.txt.no-magin-top {
    margin-top: 10px;
  }
  section.unit p.txt.no-magin-top-sp {
    margin-top: 0;
  }
  section.unit p.txt.up-side-margin {
    margin-top: 10px;
  }
  section.unit p.txt.margin-top {
    margin: 15px 0 !important;
  }
  section.unit p.txt small {
    font-size: 12px;
  }
  section.unit ul.indent li {
    font-size: 12px;
  }
  section.unit ul.list-star {
    margin-bottom: 10px;
    display: block;
    border-top: 2px solid #40220f;
  }
  section.unit ul.list-star li {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    width: auto;
    border-top: none;
  }
  section.unit ul.list-star li::before {
    width: 18px;
    height: 18px;
  }
  section.unit .flex-box #souvenir {
    margin: 0 5%;
  }
  section.unit .flex-box.align-c {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  section.unit .flex-box .half {
    width: 100%;
  }
  section.unit .flex-box .half .txt {
    margin-top: 0;
  }
  section.unit .flex-box .box-main {
    width: auto;
  }
  section.unit .flex-box .box-side {
    width: auto;
  }
  section.unit .flex-box .btn-link + .btn-link {
    margin-top: 0;
  }
  section.unit .link-koticket {
    margin: 25px auto;
    width: 210px;
  }
  section.unit .link-koticket a span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  section.unit .link-block {
    margin: 15px auto;
    width: 100%;
    max-width: 350px;
  }
  section.unit .link-block.half {
    width: 100%;
    max-width: 350px;
  }
  section.unit .link-block a span {
    font-size: 14px;
  }
  section.unit .link-block a.link {
    background: #FFFFFF url(/img/common/link_green.png) no-repeat center right 10px;
    background-size: 14px auto;
  }
  section.unit .link-block a.link:hover {
    background-color: #FFFFFF;
    color: #005251;
  }
  section.unit .link-block a:hover {
    background-color: #FFFFFF;
    color: #005251;
  }
  section.unit .link-block a:hover span::after {
    border-color: #005251;
  }
  section.unit .btn-sns {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  section.unit .btn-sns a {
    display: block;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px;
  }
  section.unit .btn-sns a img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
  }
  section.unit .youtube {
    margin: 20px auto;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
  }
  section.unit .youtube iframe {
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
  }
  section.unit .color-box {
    padding: 40px 15px 10px 15px;
    position: relative;
    margin: 40px 0 10px 0;
  }
  section.unit .color-box.half {
    width: 100%;
    margin-top: 30px;
    padding-top: 40px;
  }
  section.unit .color-box.flag {
    padding: 20px 20px 10px 20px;
  }
  section.unit .color-box.no-mark {
    padding: 20px 15px;
  }
  section.unit .color-box.memo {
    padding: 30px 15px 10px 15px;
    max-height: auto;
    margin-top: 50px;
  }
  section.unit .color-box.ticket.half {
    padding: 25px 15px 10px 15px;
    max-height: auto;
    margin-top: 40px;
  }
  section.unit .color-box .attention {
    width: 180px;
    position: absolute;
    top: -35px;
    margin: auto;
    left: 0;
    right: auto;
  }
  section.unit .color-box .attention + p.txt {
    margin-top: 15px;
  }
  section.unit .color-box .clip {
    width: 60px;
    position: absolute;
    top: -35px;
    margin: auto;
    left: 0;
    right: 0;
  }
  section.unit .color-box .flag {
    width: 60px;
    top: -15px;
  }
  section.unit .color-box .ticket {
    width: 74px;
    position: absolute;
    top: -30px;
    margin: auto;
    left: 0;
    right: auto;
  }
  section.unit .color-box h5.sub-heading {
    position: absolute;
    top: -20px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  section.unit .color-box h5.sub-heading img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }
  section.unit .color-box h5.sub-heading.recommend {
    width: 90%;
    left: 0;
    top: -30px;
    right: auto;
  }
  section.unit .color-box .photo-mini#goods {
    text-align: right;
    margin-top: -30px;
    position: static;
  }
  section.unit .color-box .photo-mini#goods img {
    width: 150px;
    height: auto;
  }
  section.unit .color-box hr.line-arrow {
    display: block;
    border: none;
    height: 7px;
    width: 100%;
    background: url(/img/guide/line_arrow.png) repeat-x center center;
    background-size: contain;
    margin: 15px 0;
  }
  section.unit .color-box dl.check-point {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  section.unit .color-box dl.check-point dt {
    font-size: 14px;
    margin-bottom: 0;
  }
  section.unit .color-box dl.check-point dt::before {
    width: 13px;
    height: 13px;
    top: 5px;
    left: 0;
    margin: auto;
    bottom: auto;
  }
  section.unit .color-box dl.check-point dd {
    font-size: 13px;
  }
  section.unit .color-box dl.check-point.checked dt {
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
  section.unit .color-box dl.check-point.checked dd {
    margin-left: 1.4em;
  }
  section.unit .color-box .flex-box .box-half {
    width: auto;
  }
  section.unit .color-box .flex-box .box-half h6 {
    margin-bottom: 15px;
  }
  section.unit .color-box .flex-box .box-half h6 img {
    width: 90%;
    height: auto;
  }
  section.unit .color-box .flex-box .box-half #hotday {
    position: absolute;
    top: -10px;
    right: 0;
    width: 20vw;
  }
  section.unit .color-box .flex-box .box-main {
    width: auto;
  }
  section.unit .color-box .flex-box .box-side {
    width: auto;
  }
  section.unit .color-box .flex-box .box-side .photo-mini {
    text-align: center;
    margin-top: -10px;
  }
  section.unit .color-box .flex-box .box-side .photo-mini img {
    width: 120px;
    height: auto;
  }
}
/*# sourceMappingURL=guide.css.map */