@charset "UTF-8";
body {
  font-family: "YuGothic", '游ゴシック', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  background: #ffccb5; }

a,
a:link,
a:hover,
a:visited,
a:focus {
  color: white;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

a {
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color; }

a:hover {
  color: #000; }

#loading {
  position: relative;
  width: 100%;
  padding: 30px 0 100px;
  text-align: center; }
  #loading p {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white; }
    #loading p:nth-of-type(1) {
      -moz-animation: blink1 1s infinite;
      -webkit-animation: blink1 1s infinite;
      animation: blink1 1s infinite; }
    #loading p:nth-of-type(2) {
      -moz-animation: blink2 1s infinite;
      -webkit-animation: blink2 1s infinite;
      animation: blink2 1s infinite; }
    #loading p:nth-of-type(3) {
      -moz-animation: blink3 1s infinite;
      -webkit-animation: blink3 1s infinite;
      animation: blink3 1s infinite; }
@-moz-keyframes blink1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blink1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes blink1 {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes blink2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blink2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes blink2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  70% {
    opacity: 1; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes blink3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blink3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes blink3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 1; }
  95% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.sp-header {
  display: none; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 30px auto 0;
  z-index: 100; }
  #header .inner {
    position: relative;
    max-width: 1150px;
    margin: 0 auto; }
  #header .home {
    position: absolute;
    top: 0px;
    left: 250px; }
  #header #logo {
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all; }
    #header #logo.small {
      -moz-transform: scale(0.6, 0.6);
      -ms-transform: scale(0.6, 0.6);
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6); }
  #header #global-navi {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 800px;
    height: 100px;
    font-size: 16px;
    text-align: right; }
    #header #global-navi dl {
      margin-bottom: 10px; }
    #header #global-navi dt {
      color: #fff;
      margin-right: 10px; }
    #header #global-navi dd,
    #header #global-navi dt {
      display: inline-block;
      vertical-align: middle; }
  #header #sp-button {
    position: fixed;
    top: 100px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: none;
    justify-content: center;
    align-items: center;
    border: solid 2px white;
    border-radius: 50px;
    cursor: pointer; }
    #header #sp-button div span {
      width: 40px;
      height: 8px;
      display: block;
      background-color: white;
      border-radius: 4px; }
    #header #sp-button div span:nth-child(2),
    #header #sp-button div span:nth-child(3) {
      margin-top: 6px; }

.more-button a {
  width: 120px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: block;
  border: solid 2px #fff;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: url("../img/common/more_arrow.png");
  background-repeat: no-repeat;
  background-position: 85% center;
  cursor: pointer;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color, background; }
  .more-button a:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.5); }

.spot-pin a {
  display: block;
  padding: 0 20px 0 17px;
  background-image: url("../img/common/spot.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.tag-pin {
  padding-right: 20px; }
  .tag-pin a {
    display: block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.home a {
  display: block;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.25);
  background-image: url("../img/common/return.png");
  background-repeat: no-repeat;
  background-position: 85% center;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color, background; }
  .home a:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.5); }

.close-button {
  z-index: 1000;
  position: fixed;
  top: 50px;
  right: 20%;
  width: 75px;
  height: 75px;
  background-color: rgba(100, 100, 100, 0.5);
  background-image: url("../img/common/close.png");
  background-repeat: no-repeat;
  background-position: center;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 37.5px;
  cursor: pointer;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background; }
  .close-button:hover {
    background-color: rgba(0, 0, 0, 0.25); }

li.popular {
  position: relative; }

li.popular:before {
  z-index: 100;
  position: absolute;
  top: -27.5px;
  left: -27.5px;
  width: 54px;
  height: 54px;
  content: "";
  display: block;
  background-image: url("../img/common/pin.png");
  background-repeat: no-repeat;
  background-position: center; }

#footer {
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  background-color: white;
  overflow: hidden; }
  #footer #footer-inner #footer-logo {
    margin: 10px 0px 6px 20px;
    width: 78px;
    float: left; }
    #footer #footer-inner #footer-logo img {
      width: 100%; }
  #footer #footer-inner ul li {
    height: 15px;
    margin: 7.5px 0px 7.5px 20px;
    line-height: 15px;
    float: left; }
    #footer #footer-inner ul li a {
      padding-right: 16px;
      font-size: 10px;
      color: black;
      background-image: url("../img/common/tab.png");
      background-repeat: no-repeat;
      background-position: right center; }
  #footer #footer-inner #copyright {
    margin-right: 18px;
    line-height: 36px;
    font-size: 9px;
    float: right; }

.main {
  margin-top: 250px; }

.item-list a {
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all; }
.item-list li:hover a {
  opacity: 1; }
.item-list .over-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5); }
.item-list .over-spot {
  position: absolute;
  top: 10px;
  left: 6px;
  display: block;
  padding-left: 1.5em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1.2;
  opacity: 0; }
  .item-list .over-spot .spot-link {
    position: absolute;
    top: 1px;
    left: 0;
    padding-right: 5.5px;
    width: 15px;
    height: 16px;
    display: inline-block;
    background: url("../img/common/spot.png") no-repeat center;
    background-size: auto 100%;
    vertical-align: top; }
  .item-list .over-spot:hover {
    color: #BBB; }

.mode-over {
  overflow-y: hidden; }
  .mode-over .overlay {
    overflow-y: auto; }

.overlay {
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

#over-spot {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  #over-spot .over-content {
    width: 100%;
    max-width: 920px;
    margin: 0 auto; }
    #over-spot .over-content li {
      float: left;
      display: block;
      vertical-align: top; }
      #over-spot .over-content li a {
        display: block;
        background-repeat: no-repeat;
        background-position: left 0.2em; }
        #over-spot .over-content li a:hover {
          color: #AAA; }
        #over-spot .over-content li a img {
          width: 200px; }
    #over-spot .over-content li {
      margin: 0 15px 10px; }

#over-tag {
  margin: auto;
  max-width: 950px; }
  #over-tag .over-tag-name {
    width: 100%;
    text-align: center; }
  #over-tag p {
    margin: 0px 0px 30px 12px;
    display: inline-block;
    font-size: 18px; }
    #over-tag p a:hover {
      color: #AAA; }

.no-over {
  display: none; }

.over-inner {
  padding-top: 155px;
  padding-bottom: 50px; }
  .over-inner h2 {
    margin-bottom: 38px;
    text-align: center;
    font-size: 36px;
    color: #fff; }

.over-content {
  margin-top: 38px; }

.over-content:after {
  content: "";
  display: block;
  clear: both; }

.over-spot-name {
  width: 200px;
  line-height: 1.5em;
  margin: 10px 0px;
  text-align: left; }
  .over-spot-name a {
    padding-left: 24px;
    background-image: url("../img/common/spot.png"); }

.hangar-button {
  z-index: 10000;
  position: absolute;
  top: 0;
  right: 30px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  border: solid 2px #fff;
  background-image: url("../img/common/sp/hangar.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  cursor: pointer; }

.sp-over {
  display: none; }

@media screen and (max-width: 640px) {
  #header {
    position: absolute;
    top: 65px; }
    #header.fix {
      position: fixed;
      top: 0; }

  .home a {
    display: block;
    width: 320px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border: solid 1px #fff;
    border-radius: 34px;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.25);
    background-image: url("../img/common/sp/sp_return.png");
    background-repeat: no-repeat;
    background-position: 85% center; }

  #container {
    margin: auto;
    width: 640px;
    height: auto;
    overflow: hidden; }
    #container .sp-header {
      position: relative;
      width: 100%;
      height: 70px;
      background: #000;
      display: block; }
      #container .sp-header h1 {
        position: absolute;
        top: 20px;
        left: 20px; }
        #container .sp-header h1 a {
          display: block; }
      #container .sp-header .intro {
        position: absolute;
        top: 30px;
        left: 205px;
        width: 310px;
        height: 20px;
        color: #fff;
        font-size: 12px; }
      #container .sp-header .navi-top {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 115px;
        height: 70px;
        border-left: solid 2px #171717; }
        #container .sp-header .navi-top a {
          margin-top: 20px;
          text-align: center;
          display: block; }
    #container #header {
      margin: 38px auto 0px auto; }
      #container #header #logo {
        position: absolute;
        top: 0px;
        left: 30px; }
      #container #header #global-navi {
        display: none; }
      #container #header .home {
        display: none; }
    #container #footer {
      z-index: 1000;
      position: static;
      width: 640px;
      height: 150px;
      background: rgba(255, 255, 255, 0.8); }
      #container #footer #footer-inner {
        padding: 30px 0px 30px 0px;
        text-align: center; }
        #container #footer #footer-inner #footer-logo {
          margin: 0px;
          width: auto;
          height: auto;
          float: none; }
          #container #footer #footer-inner #footer-logo img {
            width: auto; }
        #container #footer #footer-inner ul {
          margin: 20px 0px 20px 0px; }
          #container #footer #footer-inner ul li {
            height: 15px;
            margin: 7.5px 0px 7.5px -15px;
            padding: 0px 10px;
            line-height: 15px;
            display: inline-block;
            float: none; }
            #container #footer #footer-inner ul li a {
              font-size: 22px;
              padding: 0px 15px;
              font-size: 12px;
              color: black;
              background-image: url("../img/common/tab.png");
              background-repeat: no-repeat;
              background-position: right center; }
          #container #footer #footer-inner ul li:nth-child(1) {
            border-right: dotted 1px black;
            border-left: dotted 1px black; }
          #container #footer #footer-inner ul li:nth-child(2) {
            border-right: dotted 1px black; }
        #container #footer #footer-inner #copyright {
          margin-right: 0px;
          line-height: 0px;
          font-size: 12px;
          float: none; }

  .hangar-button {
    display: block; }

  .close-button {
    right: 7%; }

  .overlay {
    overflow-y: scroll; }

  #over-spot .over-content {
    *zoom: 1; }
    #over-spot .over-content:after {
      content: "";
      display: table;
      clear: both; }
    #over-spot .over-content li {
      display: block;
      float: left;
      margin: 0 0 30px 30px !important; }
      #over-spot .over-content li a img {
        width: 275px; }
  #over-spot .over-spot-name a {
    line-height: 1.2;
    font-size: 24px; }

  #over-tag.over-inner {
    padding-top: 30px; }
  #over-tag .over-content {
    padding-bottom: 60px; }
  #over-tag p {
    margin: 0 20px 20px; }
    #over-tag p a {
      font-size: 30px; }

  .item-list .over-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent; }
  .item-list .over-spot {
    display: none; } }
