@charset "utf-8";

/*------------------------------

common

------------------------------*/

html, body {
  color: #000;
  font: 14px/1em "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

#wrapper {
  background: #fff;
  height: auto;
  min-height: 100%;
  opacity: 1;
  background: url(../img/top/bg_pc.jpg) #fff repeat;
  background-size: 250px;
  background-attachment: fixed;
  background: #fff;
}

.sp, .sp-br {
  display: none;
}


/*------------------------------

main

------------------------------*/

#main {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0;
}

section {
  padding: 10px 0;
}

h2 {
  margin-bottom: 10px;
  padding: 10px;
  color: #222;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  line-height: 1.5;
}

#main p {
  line-height: 2em;
  word-break: normal;
}

@media screen and (max-width:960px) {
  #wrapper {
    background: #fff;
    width: 100%;
    min-width: 100%;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  header {
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    min-height: auto;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  header h1 {
    width: 85%;
    margin: 0 auto;
    bottom: -70px;
  }
  header h1 img {
    width: 100%;
  }
  .scroll {
    left: 0;
    right: 0;
    bottom: 7%;
    margin: auto;
  }
  #sp-ttl {
    display: block;
  }
  #pc-ttl {
    display: none!important;
  }
  #main {
    width: 100%;
    font-size: 13px;
  }
  section {
    padding: 30px 0;
  }
  .intro .ttl {
    width: 100%!important;
  }
}


/*------------------------------

header

------------------------------*/

header {
  text-align: center;
  /* padding: 10px 0 0; */
  box-sizing: border-box;
  background: #fff;
  position: relative;
  /* background-image: url(../img/top/header_bg_pc.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat; 
	min-height: 100vh;*/
}

.inner {
  /* min-width: 1024px; */
  margin: 0 auto;
}

header h1 {
  display: flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 47%;
  max-width: 600px;
  /* min-height: 100vh; */
  position: absolute;
  left: 0;
  bottom: 5vw;
  right: 0;
  margin: auto;
}


/* IE10〜11 */

_:-ms-input-placeholder, :root header h1 {
  padding: 15vw 0 0 0;
  /*width: 480px;*/
  ;
}


/* Edge12〜14 */

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  header h1 {
    padding: 65px 0 0 0;
    /*width: 500px;*/
    ;
  }
}

.rs {
  position: absolute;
  right: 3vw;
  bottom: 5vw;
  width: 200px;
}

.ena {
  width: 20vw;
  position: absolute;
  left: 2vw;
  bottom: 4vw;
  max-width: 300px;
}

#sp-ttl {
  display: none;
}


/*------------------------------

notice

------------------------------*/

.notice {
  margin: 0 auto 50px;
  padding: 30px 0;
  border: 1px solid #caad64;
  width: 90%;
  max-width: 950px;
}

.ttl-notice {
  color: #222;
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 330px;
  margin: 0 auto;
}

.ttl-notice:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ad8933;
}

.ttl-notice span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.notice-img {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  padding: 30px;
}

@media screen and (max-width:960px) {
  .ttl-notice {
    width: 90%;
  }
  .notice-img {
    padding: 20px 0;
  }
}


/*------------------------------

map

------------------------------*/

#map {
  min-height: calc(100vh - 80px);
  background: url(../img/map/bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}

#map .ttl span {
  position: relative;
  margin: 0 15px;
}

#map .ttl {
  text-align: center;
  width: 360px;
  margin: 0 auto 20px;
  padding: 50px 0 0;
  font-size: 2.5em;
}

.ttl-other {
  position: relative;
  width: 590px!important;
  margin: 0 auto 30px;
}

.ttl-other:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ad8933;
}

.ttl-other span {
  position: relative;
  padding: 0 1em;
  background: #e9e5dc;
}

@media screen and (max-width:960px) {
  .ttl-other {
    font-size: 1.4em;
  }
}

.iwamura {
  color: #2c6eab;
  background: #d4e2c9;
}

.akechi {
  color: #d44643;
}

#iwamura-wrap {
  background: #d4e2c9;
  padding: 30px 0;
}

#akechi-wrap {
  background: #f1d6c9;
  padding: 30px 0;
}

.other-wrap {
  background: #e9e5dc;
  padding: 60px 0;
}

.contents {
  padding: 0;
}

.contents-inner {
  min-height: calc(100vh - 150px);
}

.map-list {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.map-list li {
  position: relative;
  color: #000;
  background: none;
  width: calc(100% / 2 - 20px);
  list-style: none;
  margin: 0 10px 30px;
  padding: 30px 10px 30px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 5px;
}

.icon {
  position: absolute;
  width: 15vw;
  max-width: 80px;
  right: 35px;
  top: 21px;
}

.location {
  background: #d44845!important;
  color: #fff!important;
}

.location .map-name {
  color: #fff!important;
  border-bottom: 1px solid #fff!important;
}

.list-inner {
  padding: 30px 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 1.0s;
}

.map-img {
  width: 85%;
  max-width: 1920px;
  margin: 1.5vw auto 1vw;
}

.map-img img {
  max-width: 100%;
}

.m-info {
  margin: 0 0 30px;
  line-height: 2em;
}

.m-txt {
  font-size: .9em;
  line-height: 2em;
}

.m-txt strong {
  color: #b81c22;
  font-size: 1.2em;
  font-weight: bold;
}

.m-txt span {
  background: #000;
  color: #fff;
  padding: 5px;
  font-size: xx-small;
  display: inline;
  margin: 0 7px 0;
  border-radius: 3px;
}

.map-name {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  /* padding: 1em 0 .7em; */
  width: 100%;
  box-sizing: border-box;
  color: #2c6eab;
  font-weight: bold;
  border-bottom: 1px solid #2c6eab;
  margin: 0 0 1vw 0;
}

.map-name span {
  font-size: 0.5em;
}

.map-name-e {
  position: relative;
  font-size: 24px;
  text-align: right;
  padding: 1em 0;
}

.map-name.area {
  color: #205aa7;
  border-bottom: 1px solid rgb(90, 131, 190);
}

.map-name.area.akechi {
  color: #d44643;
  border-bottom: 1px solid #d44643;
}

.location.map-name.area.akechi {
  border-bottom: 1px solid #fff!important;
}

.map-name.area.other {
  color: #10512b!important;
  border-bottom: 1px solid #10512b;
}

.att {
  color: #d44643;
  padding: 0 0 30px;
  text-align: center;
  /* font-size: 12px; */
}

.horror {
  font-size: 14px;
  margin: 1.5vw 0;
  /*padding: 0 1.3vw;*/
}

.map-point {
  position: relative;
  margin: 0 0 0.8vw 0;
  padding-left: 0.2vw;
}

@media screen and (max-width:960px) {

  .icon {
    right: 25px;
    top: 8px;
  }

  .other-wrap {
    background: #e9e5dc;
    padding: 30px 0;
  }
}

@media screen and (max-width:960px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #map .ttl {
    font-size: 1.7em;
    width: 66%;
  }
  .ttl-other {
    width: 100%!important;
  }
  .map-list {
    width: 100%;
  }
  .map-dl {
    width: 90%!important;
  }

  .map-name {
    margin: 0 0 5vw 0;
    font-size: 25px!important;
    line-height: 1em!important;
    padding: 0 0 15px;
  }
  .map-img {
    width: 95%;
  }
  .map-list li {
    width: 93%;
    margin: 0 auto 30px;
    padding: 0;
  }
  .horror {
    font-size: 12px!important;
    padding: 3vw 0vw;
  }
  .map-point {
    padding-left: 1.5vw!important;
  }
  .map-point::before {
    top: 7px!important;
    left: -13px!important;
    background-size: 3.33vw!important;
    width: 3.33vw!important;
    height: 3.33vw!important;
  }
  .photo img {
    vertical-align: bottom;
  }
}


/*------------------------------

information

------------------------------*/

#information {
  position: relative;
  padding: 30px 0;
  background: #e9e5dc;
}

.ena-img {
  position: absolute;
  width: 12vw;
  left: 11vw;
  top: 28px;
  max-width: 180px;
}

.ttl.information {
  width: 95%;
  max-width: 560px;
  margin: 0 auto 20px;
}

.map-dl {
  text-align: center;
  background: #ed1e27;
  width: 360px;
  margin: 30px auto 0;
  border-radius: 5px;
}

.map-dl a {
  color: #fff;
  display: block;
  padding: 15px 0;
  cursor: pointer;
  border-radius: 5px;
}

.map-dl a:hover {
  color: #ed1e27;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .ena-img {
    position: static;
    width: 50vw;
    margin: 0 auto 10px;
  }
  .att {
    color: #d90b03!important;
  }
  .area-ttl {
    width: 90%!important;
    line-height: 1.5!important;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    color: #D90A02!important;
  }
  .afterwards {
    width: 90%!important;
    padding: 5vw!important;
  }
  .after-ttl {
    font-size: 25px!important;
  }
  .suggest {
    width: 90%!important;
    font-size: 25px!important;
    color: #D90A02!important;
  }
  .photo {
    background: linear-gradient(-45deg, rgba(246, 255, 0, 0.14), rgba(233, 165, 145, 0.52)), url(../img/top/photo.jpg);
    min-height: 40vh!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}


/*------------------------------

intro

------------------------------*/

.intro {
  margin: 0 auto;
  padding: 80px 0;
  background: #fff;
}

.intro .ttl {
  margin: 0 0 3vw 0;
  color: #000;
  text-align: center;
  width: 960px;
  margin: 0 auto 3vw;
  color: #fff;
  font-size: 1.8em;
  color: #D90A02;
}

.intro-txt {
  color: #000;
  line-height: 2em;
  word-break: normal;
  text-align: justify;
}

.intro h3 {
  margin: 0 auto 60px;
  width: 443px;
}

.intro-box {
  /* display: flex; */
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.intro-trailer {
  height: 460px;
  margin: 0 auto 30px;
  width: 80%;
}

.intro-txt {
  color: #000;
  width: 80%;
  margin: 0 auto;
}

.map-comment-name {
  text-align: right;
  padding: 3vw 0 0;
  font-weight: bold;
  font-size: 22px;
}

.map-comment-name span {
  font-size: 14px;
}

.movie {
  height: 100%;
  vertical-align: bottom;
  width: 100%;
}

.area-ttl {
  text-align: center;
  width: 960px;
  margin: 3vw auto;
  padding: 50px 0 10px;
  color: #fff;
  font-size: 26px;
  color: #122a4a;
}

.rune {
  width: calc(100% / 1 - 20px)!important;
}

.afterwards {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.74);
  padding: 3%;
  line-height: 1.7;
  text-align: justify;
  box-shadow: 0 0 8px rgba(255, 189, 173, 0.53);
}


@media screen and (max-width: 960px) {
  .intro {
    background: none;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.91);
  }
  /* .intro::after {
    background: url('../img/bg.jpg') no-repeat center top, #fff;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  } */
  .intro-box {
    display: block;
    max-width: none;
  }
  .intro-trailer {
    height: 380px;
    margin: 0 auto 30px;
    width: 100%;
  }
  .intro-txt {
    margin: 0 auto;
    width: 100%;
  }
  .movie {
    width: 100%!important;
    height: calc(90vw*.5625)!important;
    display: block!important;
  }
}

@media screen and (max-width: 480px) {
  .intro {
    padding: 30px 0 40px;
  }
  .intro h3 {
    margin: 0 auto 30px;
    width: 90%;
  }
  .intro-trailer {
    height: 190px;
    margin: 7vw auto;
  }
  .intro-txt {
    padding: 20px 0 0 0;
  }
}

.access-wrap {
  max-width: 90%;
  margin: 50px auto;
}

.ttl-access {
  color: #222;
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 410px;
  margin: 0 auto 30px;
}

.ttl-access:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ad8933;
}

.ttl-access span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.access-info {
  max-width: 980px;
  margin: 50px auto;
}

.access-inner {
  width: 100%;
}

@media screen and (max-width:960px) {
  .ttl-access {
    width: 100%;
    font-size: 1.4em;
  }
}

.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin: 0 30px 0 0;
}

.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ttl.access {
  padding: 16px 0;
  border-bottom: 1px solid #caae64;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  width: 90%;
  margin: 20px auto;
  color: #caae64;
}

.tokyo, .osaka {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tokyo li, .osaka li {
  width: 45%;
  padding: 23px;
  margin: 0 10px 20px;
  background: #e9e5dc;
  border-radius: 5px;
}

.route {
  padding: 0 0 10px 0;
}

@media screen and (max-width: 960px) {
  .g-map {
    padding-top: 75%;
  }
  .access-info {
    margin: 20px auto 0;
  }
  .access-wrap {
    max-width: 90%;
    margin: 50px auto 0;
  }
  .tokyo li, .osaka li {
    width: 100%;
  }
  .ttl.access {
    margin: 10px auto 20px;
  }
}

/*------------------------------

bnr

------------------------------*/

.bnr-container {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 5% 10px;
  position: relative;
}

.bnr-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
  justify-content: center;
}

.bnr-list li {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 10px;
}

.bnr-list li a {
  display: block;
  color: #fff;
  background: #caae64;
  position: relative;
  padding: 1.2em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #caae64;
  letter-spacing: 2px;
  border-radius: 5px;
  font-weight: bold;
		/* max-width: 300px; */
}

.bnr-list li a:hover {
  color: #caae64;
  background: #fff;
  border: 1px solid #caae64;
}

.bnr-list li img {
  width: 100%;
}

.bnr-list li img:hover {
  opacity: .8;
}

.ttl-link {
  color: #222;
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 410px;
  margin: 0 auto 30px;
}

.ttl-link:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #ad8933;
}

.ttl-link span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .ttl-link {
    font-size: 1.4em;
    width: 100%;
  }
  .bnr-container {
    width: 95%;
  }
  .bnr-list li {
    width: calc(100% / 1);
  }
}


/*------------------------------

btn

------------------------------*/

.top-btn {
  margin: 0 auto 30px;
}

.map-link {
  font-size: 1em!important;
}

.map-link.iwamura {
	background: #016fb9!important;
}

.map-link.iwamura:hover {
	color: #fff;
	background: #222!important;
}

.map-link.akechi {
	background: #e7373d;
}

.official-btn {
  display: block;
  color: #fff;
  background: #d44643;
  position: relative;
  width: 80%;
  max-width: 350px;
  padding: 1.2em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d44643;
  margin: 0 auto 50px;
  letter-spacing: 2px;
  border-radius: 5px;
}

.official-btn:hover {
  border: 1px solid #D90A02;
  color: #D90A02;
  cursor: pointer;
  text-decoration: none;
  background: none;
}

#official-rules {
  background: #fff;
  padding: 2% 5% 5%;
  margin: 60px auto;
  box-shadow: 0px 0px 16px 0px rgba(150, 150, 150, 0.6);
}

#copyright {
  position: relative;
  background: transparent;
  text-align: center;
  padding: 0 3% 50px;
  color: #fff;
}

#copyright p {
  padding: 0 0 10px 0;
  line-height: 1.6em;
  color: #333;
  font-size: xx-small;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 1vw;
	right: 1vw;
}
.pagetop a {
	display: block;
	text-align: center;
	padding: 5px 10px;
	width: 40vw;
	max-width: 170px;
}
.pagetop a:hover {
	display: block;
	padding:5px 10px;
filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 0 0 120px;
  }
}