@charset "UTF-8";
/* ---------------------------------------------------------
config
--------------------------------------------------------- */
/* rem */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 7.68);
  }
}
/* responsive */
/* textShadow */
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
body {
  background: #fff;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

img {
  pointer-events: none;
  width: 100%;
}

a {
  transition: 0.3s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.inner {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  background: #fff;
  padding: 0.1rem 0.25rem;
}
header .logo_konami {
  display: block;
  line-height: 1;
  width: 1.34rem;
}

/* ---------------------------------------------------------
main
--------------------------------------------------------- */
main {
  background: url("../img/bg.jpg") no-repeat top/auto fixed;
  margin: 0 auto;
  max-width: 768px;
}
@media (max-width: 768px) {
  main {
    background-size: 100%;
  }
}

.contents_area {
  padding: 0.24rem;
}

.page_ttl .inner {
  align-items: center;
  background: url("../img/page_ttl.png") no-repeat top/100%;
  display: flex;
  height: 1.48rem;
  padding: 0 0.2rem 0.25rem;
  position: relative;
}
.page_ttl h1 {
  color: #fff;
/*  font-size: 0.42rem;*/
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 0 0.8rem;
  position: relative;
/*  width: 5.5rem;*/
  width: 7.5rem;
  word-break: keep-all;
  text-shadow: #a61010 0.02rem 0 0.05rem, #a61010 -0.02rem 0 0.05rem, #a61010 0 -0.02rem 0.05rem, #a61010 0 0.02rem 0.05rem, #a61010 0.02rem 0.02rem 0.05rem, #a61010 -0.02rem 0.02rem 0.05rem, #a61010 0.02rem -0.02rem 0.05rem, #a61010 -0.02rem -0.02rem 0.05rem, #a61010 0.01rem 0.02rem 0.05rem, #a61010 -0.01rem 0.02rem 0.05rem, #a61010 0.01rem -0.02rem 0.05rem, #a61010 -0.01rem -0.02rem 0.05rem, #a61010 0.02rem 0.01rem 0.05rem, #a61010 -0.02rem 0.01rem 0.05rem, #a61010 0.02rem -0.01rem 0.05rem, #a61010 -0.02rem -0.01rem 0.05rem;
}
.page_ttl h1::before {
  background: url("../img/ic_peach.svg") no-repeat center/100%;
  bottom: 0;
  content: "";
  height: 0.57rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.68rem;
}

.btn_basic {
  background: #bb881a;
  border-radius: 0.1rem;
  bottom: 0;
  height: 0.56rem;
  margin: 0 auto;
  max-width: 2.9rem;
  position: absolute;
  right: 0.9rem;
  top: 0;
  width: 100%;
}
.btn_basic.mini {
  max-width: 1rem;
  top: 0.35rem;
}
.btn_basic.contents {
  max-width: 1.8rem;
  right: 0.25rem;
  top: 0.38rem;
}
.btn_basic a {
  align-items: center;
  background: #ffff96;
  border: 0.04rem solid #fff;
  border-radius: 0.1rem;
  bottom: 0.04rem;
  color: #764949;
  display: flex;
/*  font-size: 0.28rem;*/
  font-size: 0.30rem;
  font-weight: bold;
  height: 0.56rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.3s;
  text-shadow: #fff 0.04rem 0 0, #fff -0.04rem 0 0, #fff 0 -0.04rem 0, #fff 0 0.04rem 0, #fff 0.04rem 0.04rem 0, #fff -0.04rem 0.04rem 0, #fff 0.04rem -0.04rem 0, #fff -0.04rem -0.04rem 0, #fff 0.02rem 0.04rem 0, #fff -0.02rem 0.04rem 0, #fff 0.02rem -0.04rem 0, #fff -0.02rem -0.04rem 0, #fff 0.04rem 0.02rem 0, #fff -0.04rem 0.02rem 0, #fff 0.04rem -0.02rem 0, #fff -0.04rem -0.02rem 0;
}
.btn_basic a:hover {
  bottom: 0;
  opacity: 1;
}

.toggle {
  background: url("../img/btn_toggle.svg") no-repeat center/100%;
  cursor: pointer;
  filter: drop-shadow(0 0.04rem 0 #bb881a);
  height: 0.56rem;
  position: absolute;
  right: 0.15rem;
  top: 0.3rem;
  transition: 0.3s;
  width: 0.63rem;
}
.toggle:hover {
  filter: none;
  top: 0.34rem;
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
footer {
  color: #ccc;
  font-size: 0.16rem;
  margin: 0 auto;
  padding: 0.1rem 0.25rem;
  text-align: center;
}

/* ---------------------------------------------------------
スライドメニュー
--------------------------------------------------------- */
.nav_area .inner > dl {
  margin: 0 0 0.16rem 0;
}
@media screen and (max-width: 768px) {
  .nav_area .inner > dl {
    margin: 0 0 0.2rem 0;
  }
}
.nav_area .inner > dl:last-child {
  margin: 0;
}

.nav_area .inner > dl > dt {
  align-items: center;
  background: #ff5988;
  border: 0.06rem solid #ffb4c8;
  border-radius: 0.16rem;
  box-shadow: 0 0.04rem 0 0 #be4164;
  color: #fff;
  cursor: pointer;
  display: flex;
/*  font-size: 0.34rem;*/
  font-size: 0.38rem;
  font-weight: bold;
  height: 0.7rem;
  padding: 0 0.25rem;
  position: relative;
  transition: 0.3s;
  text-shadow: rgba(190, 65, 100, 0.2) 0.02rem 0 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0 0.05rem, rgba(190, 65, 100, 0.2) 0 -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.01rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.01rem 0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.01rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) -0.01rem -0.02rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem 0.01rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem 0.01rem 0.05rem, rgba(190, 65, 100, 0.2) 0.02rem -0.01rem 0.05rem, rgba(190, 65, 100, 0.2) -0.02rem -0.01rem 0.05rem;
}
.nav_area .inner > dl > dt.current {
  background: #fff;
  color: #ff5988;
  text-shadow: rgba(255, 180, 200, 0.2) 0.02rem 0 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0 0.05rem, rgba(255, 180, 200, 0.2) 0 -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.01rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.01rem 0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.01rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) -0.01rem -0.02rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem 0.01rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem 0.01rem 0.05rem, rgba(255, 180, 200, 0.2) 0.02rem -0.01rem 0.05rem, rgba(255, 180, 200, 0.2) -0.02rem -0.01rem 0.05rem;
}

.nav_area .inner > dl > dd {
  background: #fff;
  border-bottom: 0.04rem solid #a98e6b;
  border-left: 0.04rem solid #a98e6b;
  border-radius: 0 0 0.1rem 0.1rem;
  border-right: 0.04rem solid #a98e6b;
  display: none;
  margin: 0 auto;
  padding: 0.16rem 0.12rem 0.12rem 0.12rem;
  width: calc(100% - 0.32rem);
}
@media screen and (max-width: 768px) {
  .nav_area .inner > dl > dd {
    padding: 0.26rem 0.22rem 0.22rem 0.22rem;
  }
}

.nav_area .inner > dl > dd > ul > li {
  margin: 0 0 0.1rem 0;
}
@media screen and (max-width: 768px) {
  .nav_area .inner > dl > dd > ul > li {
    margin: 0 0 0.2rem 0;
  }
}
.nav_area .inner > dl > dd > ul > li:last-child {
  margin: 0;
}

.nav_area .inner > dl > dd dt {
  background: #fef69e;
  line-height: 1;
  padding: 0.2rem 0.25rem 0.2rem 0.6rem;
  position: relative;
  transition: 0.3s;
}
.nav_area .inner > dl > dd dt.current, .nav_area .inner > dl > dd dt:hover {
  background: #feae2e;
}
.nav_area .inner > dl > dd dt.current p::before, .nav_area .inner > dl > dd dt:hover p::before {
  bottom: 0;
  content: "";
  height: 0.31rem;
  left: -0.48rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.38rem;
}
.nav_area .inner > dl > dd dt.current p::before, .nav_area .inner > dl > dd dt:hover p::before {
  background: url("../img/ic_peach.svg") no-repeat center/100%;
}
.nav_area .inner > dl > dd dt.current a, .nav_area .inner > dl > dd dt:hover a {
  display: flex;
  justify-content: flex-end;
}
.nav_area .inner > dl > dd dt p {
  color: #4b3c37;
  cursor: pointer;
/*  font-size: 0.3rem;*/
  font-size: 0.34rem;
  position: relative;
}
.nav_area .inner > dl > dd dt a {
  color: #fff;
  display: none;
/*  font-size: 0.18rem;*/
  font-size: 0.3rem;
  font-weight: normal;
  margin: 0.15rem 0 0 0;
  text-decoration: underline;
}

.nav_area .inner > dl > dd dd {
  display: none;
}
.nav_area .inner > dl > dd dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_area .inner > dl > dd dd ul li {
  margin: 0.1rem 0 0 0;
  width: calc(50% - 0.05rem);
}
@media screen and (max-width: 768px) {
  .nav_area .inner > dl > dd dd ul li {
    margin: 0.2rem 0 0 0;
    width: calc(50% - 0.1rem);
  }
}
.nav_area .inner > dl > dd dd ul a {
  border: 0.01rem solid #a98e6b;
  border-radius: 0.1rem;
  color: #a98e6b;
  display: block;
/*  font-size: 0.28rem;*/
  font-size: 0.32rem;
  padding: 0.05rem 0.25rem;
}
.nav_area .inner > dl > dd dd ul a.current, .nav_area .inner > dl > dd dd ul a:hover {
  background: #ffe9d8;
  color: #ff6600;
}

.nav_area .inner .other + dd > ul > li {
  background: #fef69e;
  line-height: 1;
  padding: 0.2rem 0.25rem 0.2rem 0.6rem;
  position: relative;
  transition: 0.3s;
}
.nav_area .inner .other + dd > ul > li.current, .nav_area .inner .other + dd > ul > li:hover {
  background: #feae2e;
}
.nav_area .inner .other + dd > ul > li.current a::before, .nav_area .inner .other + dd > ul > li:hover a::before {
  bottom: 0;
  content: "";
  height: 0.31rem;
  left: -0.48rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0.38rem;
}
.nav_area .inner .other + dd > ul > li.current a::before, .nav_area .inner .other + dd > ul > li:hover a::before {
  background: url("../img/ic_peach.svg") no-repeat center/100%;
}
.nav_area .inner .other + dd > ul > li a {
  color: #4b3c37;
  cursor: pointer;
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  position: relative;
}
.nav_area .inner .other + dd > ul > li a:hover {
  opacity: 1;
}

.nav_area .inner .other + dd > ul.landmark_list > li.landmark_list_item {
  background: none;
  line-height: 1.6;
  margin: 0 0 0.1rem 0;
  padding: 0;
  position: relative;
  transition: none;
}
.nav_area .inner .other + dd > ul.landmark_list > li.landmark_list_item:hover a::before {
  content: none;
}
.nav_area .inner .other + dd > ul.landmark_list > li.landmark_list_item a {
  border: 0.01rem solid #a98e6b;
  border-radius: 0.1rem;
  color: #a98e6b;
  display: block;
  font-size: 0.28rem;
  font-weight: normal;
  padding: 0.05rem 0.25rem;
}
.nav_area .inner .other + dd > ul.landmark_list > li.landmark_list_item a:hover {
  background: #ffe9d8;
  color: #ff6600;
}

/* ---------------------------------------------------------
画像印刷禁止
--------------------------------------------------------- */
@media print {
  img {
    display: none !important;
  }
}
.landmark_list li a {
  border: 0.01rem solid #a98e6b;
  border-radius: 0.1rem;
  color: #a98e6b;
  display: block;
/*  font-size: 0.28rem;*/
  font-size: 0.32rem;
  padding: 0.05rem 0.25rem;
}
.landmark_list li a:hover {
  background: #ffe9d8;
  color: #ff6600;
}

.btn_index_wrap {
  position: relative;
}
.btn_index_wrap .btn_basic.green {
  background: #213f47;
  left: 0;
  margin: 0;
  margin: 0 auto 0.3rem;
  max-width: 3.8rem;
  position: relative;
  right: 0;
}
.btn_index_wrap .btn_basic.green a {
  background: #20a19c;
  border: 0.04rem solid #2c6360;
  color: #fff;
  text-shadow: rgba(44, 99, 96, 0.2) 0.04rem 0 0, rgba(44, 99, 96, 0.2) -0.04rem 0 0, rgba(44, 99, 96, 0.2) 0 -0.04rem 0, rgba(44, 99, 96, 0.2) 0 0.04rem 0, rgba(44, 99, 96, 0.2) 0.04rem 0.04rem 0, rgba(44, 99, 96, 0.2) -0.04rem 0.04rem 0, rgba(44, 99, 96, 0.2) 0.04rem -0.04rem 0, rgba(44, 99, 96, 0.2) -0.04rem -0.04rem 0, rgba(44, 99, 96, 0.2) 0.02rem 0.04rem 0, rgba(44, 99, 96, 0.2) -0.02rem 0.04rem 0, rgba(44, 99, 96, 0.2) 0.02rem -0.04rem 0, rgba(44, 99, 96, 0.2) -0.02rem -0.04rem 0, rgba(44, 99, 96, 0.2) 0.04rem 0.02rem 0, rgba(44, 99, 96, 0.2) -0.04rem 0.02rem 0, rgba(44, 99, 96, 0.2) 0.04rem -0.02rem 0, rgba(44, 99, 96, 0.2) -0.04rem -0.02rem 0;
}
