@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
a,
a:focus,
.slick-slide,
area,
area:focus {
	outline: none;
	/* z-index: 10000; */
}
a {
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover {
	opacity: 0.8;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.slick-slide p,
.subImg p {
	font-size: 11px;
	line-height: 1.6;
	margin-top: 0.5em;
}
.tel {
	position: relative;
	text-decoration: none!important;
	padding: 0 0 0 1.3em;
	cursor: default;
	display: inline-block;
	color: #666;
}
.tel:before {
	content: "";
	width: 1.1em;
	height: 1.1em;
	background: url(../images/icon_tel.png) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 0.4em; left: 0;
}
.pagetop {
	display: block;
	width: 15vw;
	position: fixed;
	right: 2%;
	bottom: 10px;
	line-height: 1;
	z-index: 100;
}
.d_pc { display:none!important; }

/* header
 * ************************************************** */
header .title {
  position: relative;
  margin: 0 auto;
  height: 38vw;
  z-index: 10;
}
header .title .ttl01 {
  position: absolute;
  top: 5vw;
  left: 15vw;
  width: 70vw;
}
header .title h1 {
  position: absolute;
  top: 14vw;
  left: 3vw;
  width: 72vw;
}
header .title .part {
  position: absolute;
  top: 13vw;
  right: 2vw;
  width: 27.5vw;
}
header .title .part ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 14vw;
  height: 0;
  padding-top: 8vw;
  background: url("../images/title_part1.png") no-repeat 0 0;
  background-size: contain;
}
header .title .part ul li:nth-child(2) a {
  pointer-events: none;
}
header .title .part ul li:nth-child(2) a {
  top: 7vw;
  left: 2vw;
  width: 13vw;
  padding-top: 8vw;
  background: url("../images/title_part2_on.png") no-repeat 0 0;
  background-size: contain;
}
header .title .part ul li:nth-child(1) a:hover {
  background: url("../images/title_part1_on.png") no-repeat 0 0;
  background-size: contain;
}
header .title .part > img {
  position: absolute;
  top: 3vw;
  right: 0;
  width: 14vw;
}
header .infiniteslide1 ul {
  height: 60vw!important;
}
header .infiniteslide1 li {
  display: inline-block!important;
  width: auto;
  height: 60vw;
}
header .infiniteslide1 li img {
  height: 100%;
}
header .lead {
  margin-top: 20px;
  font-size: 4vw;
  text-align: center;
  line-height: 1.8;
}

/* nav
 * ************************************************** */
nav.part {
  margin: 30px calc(50% - 50vw) 40px;
  width: 100vw;
  border-bottom: 3px solid #1aab4b;
}
nav.part ul {
  margin: 0 auto;
  width: 98%;
}
nav.part ul li a {
  float: left;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 0;
  padding-top: 10vw;
  background: url("../images/nav_vol02.png") no-repeat 1vw 55%;
  background-size: 95%;
  background-color: #1aab4b;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
nav.part ul li:nth-child(2) a {
  pointer-events: none;
}
nav.part ul li:nth-child(1) a {
  background: url("../images/nav_vol01.png") no-repeat 2vw 55%;
  background-size: 60%;
  background-color: #d1eedb;
}
nav.part ul li:nth-child(1) a:hover {
  background-color: #1aab4b;
}

/* cont common
 * ************************************************** */
section.cat {
  margin-bottom: 60px;
}
section.cat .cat_ph01 {
  display: block;
  margin: 0 -3.5vw 20px auto;
  width: 100%;
}
section.cat .intro {
  margin-bottom: 20px;
}
section.cat .intro .city {
  margin-bottom: 20px;
  width: 30vw;
}
section.cat .intro h2 {
  display: inline-block;
  float: right;
  width: 14%;
  height: 20em;
  font-size: 7.5vw;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
}
section.cat .intro .txt {
  float: left;
  width: 82%;
}
section.cat .intro .txt h3 {
  position: relative;
  margin: 0 0 12px 42px;
}
section.cat .intro .txt h3 > * {
  vertical-align: baseline;
  line-height: 1;
}
section.cat .intro .txt h3 .num {
  position: absolute;
  top: -5px;
  left: -42px;
}
section.cat .intro .txt h3 .ttlL {
  margin: 0 2px;
  font-size: 5.5vw;
  background: linear-gradient(transparent 70%, #fcee21 70%);
}
section.cat .intro .txt h3 .ttlS {
  font-size: 4vw;
}
section.cat .intro .txt h3 .area {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 20px;
  font-size: 90%;
  color: #fff;
  background: #231815;
  vertical-align: text-top;
}
section.cat .intro .txt .access {
  margin-bottom: 20px;
  font-size: 90%;
  color: #666;
  text-align:left;
}
section.cat .intro .txt .access span {
  color: #1aab4b;
  margin-right: 1.2em;
}
section.cat .intro .txt .detail {
  display: inline;
  border-bottom: 1px dashed #c7b299;
  line-height: 1.9;
}
section.cat .intro .txt .spot_info {
  margin-top: 20px;
  font-size: 90%;
  color: #666;
}
section .view_more {
  position: relative;
  width: 100%;
  margin: 0 0 0 0;
}
section.cat .view_more h4 {
  position: absolute;
  top: -22px;
  left: 69%;
  width: 18vw;
}
section.cat .view_more .cat_ph02 {
  width: 80%;
  margin-bottom: 5px;
}
section.cat .view_more p {
  width: 70%;
  font-size: 85%;
}

/* cont01
 * ************************************************** */
section#cat01 .intro .txt h3 .num img {
  width: 36px;
}
/* cont02
 * ************************************************** */
section#cat02 .intro .txt h3 .num img {
  width: 36px;
}
section#cat02 .cat_img01 {
  position: absolute;
  bottom: -7vw;
  right: -2vw;
  width: 23vw;
}
/* cont03
 * ************************************************** */
section#cat03 .intro .txt h3 .num img {
  width: 36px;
}
/* cont04
 * ************************************************** */
section#cat04 .intro .txt h3 .num img {
  width: 36px;
}
section#cat04 .cat_img01 {
  position: absolute;
  bottom: -7vw;
  right: -2vw;
  width: 23vw;
}
/* cont05
 * ************************************************** */
section#cat05 .intro .txt h3 {
  margin-left: 65px;
}
section#cat05 .intro .txt h3 .num {
  left: -65px;
}
section#cat05 .intro .txt h3 .num img {
  width: 58px;
}

/* ticket
 * ************************************************** */
section#ticket {
  margin: 0 auto 40px;
  padding: 6%;
  border: 8px solid #e6e6e6;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fff;
}
section#ticket h2 {
  margin-bottom: 20px;
  width: 100%;
}
section#ticket ul {
  width: 78%;
}
section#ticket ul li:first-child {
  margin-bottom: 30px;
}
section#ticket ul li h3 {
  margin-bottom: 10px;
  line-height: 1.5;
}
section#ticket ul li h3 span:first-child {
  display: block;
  color: #666;
  font-weight: bold;
}
section#ticket ul li h3 span:last-child {
  color: #1aab4b;
  font-size: 120%;
}
section#ticket ul li a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding-left: 15px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: bold;
  text-decoration: none;
  background: #1aab4b;
}
section#ticket ul li a::before {
  border: 20px solid transparent;
  border-left-color: #1aab4b;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
section#ticket .ticket_img {
  position: absolute;
  top: 16vw;
  right: -4vw;
  width: 23vw;
}
.btn_part2 {
  display: block;
  margin: 0 auto 40px;
  width: 90%;
  height: 0;
  padding-top: 13vw;
  overflow: hidden;
  background: url("../images/btn_part1.png") no-repeat 50% 50% #808080;
  background-size: 50%;
  border-radius: 30px;
}

/* map
 * ************************************************** */
#map {
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  padding: 40px 0 30px;
  background: #fff;
}
#map h2 {
  margin: 0 auto 30px;
  width: 70vw;
}
#map img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* footer
 * ************************************************** */
.notes {
	margin: 0 auto 40px;
	color: #666;
	font-size: 0.75rem;
  text-align: center;
}
.credit {
	margin: 0 auto 40px;
	font-size: 0.75rem;
	text-align: center;
}
