@charset "UTF-8";

/*************header**************/
header {
  margin-bottom: 20px;
}

header h1 {
  background: #e5161e;
  text-align: center;
  padding: 13px 0;
}

header h1 img {
  width: 90%;
}

header .main-img {
  position: relative;
  width: 100%;
  text-align: center;
}

header .main-img .main-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
  z-index: 999;
}

header .main-img .main-bottom {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50%;
  z-index: 998;
}

header .main-img .main {
  width: 100%;
  z-index: 1;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mv-btn {
  position: absolute;
}

.mv-btn.-shutoken {
  top: 57%;
  left: 58.7%;
  width: 27.5%;
}

.mv-btn.-hokkaido {
  top: 4.9%;
  left: 61.6%;
  width: 27.5%
}

.mv-btn.-sendai {
  top: 37.7%;
  left: 64.7%;
  width: 22.1%
}

.mv-btn.-nagoya {
  top: 56.7%;
  left: 35.7%;
  width: 22.1%
}

.mv-btn.-kansai {
  top: 69%;
  left: 13%;
  width: 28.5%
}

.mv-btn a {
  display: block;
  padding: 7%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
}

.mv-btn a:hover {
  opacity: 1;
}

.mv-btn a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-image: url(../images/mvbtn-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
}

.mv-btn.-gradation a::before {
  background-image: url(../images/mvbtn-bg-gradation.png);
}

.mv-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  30% {
    left: 125%;
  }

  100% {
    left: 125%;
  }
}

.mv-btn.-kansai a::after {
  animation-delay: 0s;
}

.mv-btn.-nagoya a::after {
  animation-delay: 0.1s;
}

.mv-btn.-shutoken a::after {
  animation-delay: 0.3s;
}

.mv-btn.-sendai a::after {
  animation-delay: 0.25s;
}

.mv-btn.-hokkaido a::after {
  animation-delay: 0.15s;
}

.mv-btn img {
  position: relative;
  transition: 0.5s;
}

@media(hover: hover) {
  .mv-btn a:hover img {
    transform: scale(0.92);
  }
}

/*************intro**************/
#intro {
  margin-bottom: 18px;
}

#intro h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*************nav**************/
nav {
  overflow: hidden;
  margin-bottom: 20px;
}

nav ul li {
  float: left;
  width: calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  border: 2px solid #e5161e;
  border-bottom: 10px solid #e5161e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

nav ul li:first-child {
  width: 100%;
  border-bottom: 12px solid #e5161e;
}

nav ul li:first-child,
nav ul li:nth-child(2),
nav ul li:nth-child(3) {
  margin-bottom: 10px;
}

nav ul li:nth-child(2),
nav ul li:nth-child(4) {
  margin-right: 5px;
}

nav ul li:nth-child(3),
nav ul li:nth-child(5) {
  margin-left: 5px;
}

nav ul li:first-child img {
  width: 85%;
}

/*************map**************/
#map {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgb(204, 204, 204);
  position: relative;
  height: 600px;
  /*仮：map設置後調整*/
}

.map-popup {
display:none;
  background: #fff;
  width: calc(100% - 30px);
  max-width: 600px;
  position: absolute;
  top: 15px;
  right: 50%;
  transform: translate(50%, 0);
  padding-bottom: 15px;
  color: #231815;
  border: 2px solid #DFCAA4;
  box-shadow: 3px 3px 3px rgba(35, 24, 21, 0.25);
}

.map-popup-close {
  width: 25px;
  aspect-ratio: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  border: none;
  background: transparent;
}

.map-popup-close::before,
.map-popup-close::after {
  content: "";
  display: block;
  background: currentColor;
  width: 130%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.map-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.map-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-popup-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 16px;
  background: #F5EFE3;
  padding: 10px;
  padding-right: calc(10px + 25px + 10px);
}

.map-popup-inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.map-popup-img {
  width: 60%;
  max-width: 200px;
  margin: 10px auto 0;
}

.map-popup-img img {
  object-fit: contain;
  aspect-ratio: 1;
  border: 1px solid #DCDDDD;
}

.map-popup-desc {
  font-weight: normal;
  margin-top: 10px;
}

.map-popup-desc span {
  display: block;
}

.map-popup-desc span.title {
  font-weight: bold;
}

.map-popup-more {
  background: #CF4346;
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
  margin-top: 10px;
}

/*************topics**************/
#topics {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 99%;
  width: calc(100% - 9px);
  background: #f6f0e4;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 9px 9px 0 -1px #fff, 9px 9px 0px 0px #ecdfc5;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0), 9px 9px 0 -1px #fff, 9px 9px 0px 0px #ecdfc5;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

#topics h3 {
  margin-bottom: 15px;
}

#topics h3,
#topics dl {
  text-align: left;
}

#topics dl {
  display: table;
  padding-bottom: 8px;
}

#topics dt,
#topics dd {
  display: table-cell;
  font-size: 12px;
}

#topics dt {
  padding-right: 10px;
}

#topics dl+a {
  display: block;
  margin-top: 10px;
}

/*************bnr-area**************/
#bnr-area {
  background: #e9f6e4;
  text-align: center;
  padding: 20px 0 10px;
}

#bnr-area ul {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

#bnr-area ul li {
  text-align: center;
  width: calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
}

#bnr-area ul li:nth-child(odd) {
  margin-right: 5px;
}

#bnr-area ul li:nth-child(even) {
  margin-left: 5px;
}

/********************* 768px以上 **********************/
@media all and (min-width: 768px) {

  /*************header**************/
  header {
    margin-bottom: 40px;
  }

  header h1 {
    padding: 18px 0 25px;
  }

  header h1 img {
    max-width: 550px;
  }

  header .main-img .main-top {
    width: 25%;
  }

  header .main-img .main-bottom {
    width: 35%;
  }

  .mv-btn.-shutoken {
    top: 63.4%;
    left: 51.7%;
    width: 16%;
  }

  .mv-btn.-hokkaido {
    top: 10.4%;
    left: 71.7%;
    width: 16%;
  }

  .mv-btn.-sendai {
    top: 45.1%;
    left: 64.7%;
    width: 13%;
  }

  .mv-btn.-nagoya {
    top: 59%;
    left: 38.7%;
    width: 13%;
  }

  .mv-btn.-kansai {
    top: 54.4%;
    left: 21.5%;
    width: 16.8%;
  }

  .mv-btn.-kansai a::after {
    animation-delay: 0s;
  }

  .mv-btn.-nagoya a::after {
    animation-delay: 0.05s;
  }

  .mv-btn.-shutoken a::after {
    animation-delay: 0.1s;
  }

  .mv-btn.-sendai a::after {
    animation-delay: 0.15s;
  }

  .mv-btn.-hokkaido a::after {
    animation-delay: 0.2s;
  }

  /*************intro**************/
  #intro {
    margin-bottom: 32px;
  }

  #intro h2 {
    margin-bottom: 17px;
    font-size: 18px;
  }

  /*************nav**************/
  nav {
    margin-bottom: 25px;
  }

  nav ul li {
    width: 26%;
    width: calc(28.5% - 10px);
    width: -webkit-calc(28.5% - 10px);
    margin: 0 5px 10px;
  }

  nav ul li:first-child {
    width: 40%;
    width: calc(43% - 10px);
    width: -webkit-calc(43% - 10px);
    margin-bottom: 0;
  }

  nav ul li:first-child img {
    width: 100%;
  }

  nav ul li a:hover {
    opacity: 1;
  }

  /*************map**************/
  #map {
    width: 100%;
    margin-bottom: 25px;
  }

  .map-popup {
    width: 60%;
    right: 20px;
    top: 20px;
    transform: translate(0, 0);
  }

  .map-popup-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  .map-popup-img {
    width: 40%;
    max-width: none;
    margin: 0;
  }

  .map-popup-desc {
    width: calc(60% - 10px);
    margin: 0;
  }

  .map-popup-more {
    width: 100%;
    margin-top: 15px;
  }

  /*************topics**************/
  #topics {
    padding: 20px 10px 15px 20px;
  }

  #topics h3 {
    margin-bottom: 15px;
  }

  #topics dl+a {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #topics dt,
  #topics dd {
    padding-bottom: 5px;
    font-size: 14px;
  }

  #topics dt {
    padding-right: 30px;
  }

  /*************bnr-area**************/
  #bnr-area {
    padding: 25px 0 15px;
  }

  #bnr-area ul li {
    text-align: center;
    width: 33.3333333333%;
    float: left;
  }

  #bnr-area ul li:first-child {
    text-align: left;
  }

  #bnr-area ul li:last-child {
    text-align: right;
  }

  #bnr-area ul li:nth-child(odd) {
    margin-right: 0px;
  }

  #bnr-area ul li:nth-child(even) {
    margin-left: 0px;
  }

  #bnr-area ul li img {
    max-width: 90%;
  }
}

/********************* 980px以上 **********************/
@media all and (min-width: 980px) {

  /*************header**************/
  header .main-img .main-top {
    width: auto;
  }

  header .main-img .main-bottom {
    width: auto;
  }

  /*************nav**************/
  nav ul li {
    width: 253px;
    margin-left: 0;
  }

  nav ul li:first-child {
    width: 374px;
    margin-right: 10px;
    margin-left: 0;
  }

  nav ul li:nth-child(2),
  nav ul li:nth-child(4) {
    margin-right: 10px;
  }

  nav ul li:nth-child(3),
  nav ul li:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }

  /*************bnr-area**************/
  #bnr-area ul {
    width: 900px;
  }
}

/********************* 1400px以上 **********************/
/*# sourceMappingURL=sourcemap/top.css.map */

/*# sourceMappingURL=sourcemap/top.css.map */