@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.pcNone {
	display: none;
}
a,
a:focus,
.slick-slide,
area,
area:focus {
	outline: none;
}
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: bottom;
}
.gotop {
    display: block;
    width: 23px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    line-height: 1;
}
.tel {
	position: relative;
	text-decoration: none!important;
	padding: 0 0 0 1.3em;
	cursor: default;
	display: inline-block;
	pointer-events: none;
  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;
}
.d_sp { display:none!important; }

/* header
 * ************************************************** */
header .title {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 370px;
}
header .title .ttl01 {
  position: absolute;
  top: 55px;
  left: 280px;
  width: 488px;
}
header .title h1 {
  position: absolute;
  top: 130px;
  left: 104px;
  width: 774px;
}
header .title .part {
  position: absolute;
  top: 35px;
  right: 120px;
  width: 258px;
}
header .title .part ul li a {
  position: absolute;
  top: 68px;
  left: 7px;
  width: 112px;
  padding-top: 61px;
  display: block;
  overflow: hidden;
  height: 0;
  background: url("../images/title_part2_on.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(1) a {
  top: 0;
  left: 0;
  width: 122px;
  padding-top: 59px;
  background: url("../images/title_part1.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: 50px;
  right: 0;
  width: 148px;
}
header .infiniteslide1 li {
  display: inline-block!important;
  width: auto;
  height: 480px;
}
header .infiniteslide1 li img {
  height: 100%;
}
header .lead {
  margin-top: 40px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.8;
}

/* nav
 * ************************************************** */
nav.part {
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  border-bottom: 3px solid #1aab4b;
}
nav.part ul {
  margin: 0 auto;
  width: 1024px;
}
nav.part ul li a {
  float: left;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 0;
  padding-top: 58px;
  background: url("../images/nav_vol02.png") no-repeat 26px 21px;
  background-size: 364px;
  background-color: #1aab4b;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
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 26px 21px;
  background-size: 193px;
  background-color: #d1eedb;
}
nav.part ul li:nth-child(1) a:hover {
  background-color: #1aab4b;
}

/* cont common
 * ************************************************** */
section.cat {
  margin-bottom: 120px;
}
section.cat .cat_ph01 {
  display: block;
  margin: 0 0 60px auto;
  width: 1010px;
}
section.cat .intro {
  margin: 0 auto 45px 55px;
  width: 905px;
}
section.cat .intro .city {
  float: left;
  margin-right: 40px;
  width: 225px;
}
section.cat .intro h2 {
  display: block;
  float: right;
  width: 40px;
  font-size: 2.125rem;
  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: 550px;
}
section.cat .intro .txt h3 {
  margin-bottom: 15px;
}
section.cat .intro .txt h3 > * {
  vertical-align: baseline;
  line-height: 1;
}
section.cat .intro .txt h3 .ttlL {
  margin: 0 2px;
  font-size: 1.55rem;
  background: linear-gradient(transparent 70%, #fcee21 70%);
}
section.cat .intro .txt h3 .ttlS {
  font-size: 1.24rem;
}
section.cat .intro .txt h3 .area {
  margin: 0 0 0 18px;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #fff;
  background: #231815;
  vertical-align: text-top;
}
section.cat .intro .txt .access {
  margin-bottom: 20px;
  font-size: 0.875rem;
  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;
  font-size: 1.125rem;
  line-height: 1.9;
}
section.cat .intro .txt .spot_info {
  margin-top: 30px;
  font-size: 0.875rem;
  color: #666;
}
section .view_more {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 620px;
  margin: 0 0 0 135px;
}
section.cat .view_more h4 {
  position: absolute;
  top: -20px;
  left: 375px;
  width: 82px;
}
section.cat .view_more .cat_ph02 {
  width: 400px;
}
section.cat .view_more p {
  width: 195px;
  font-size: 0.722rem;
}

/* cont01
 * ************************************************** */
section#cat01 .intro .txt h3 .num img {
  width: 36px;
}
/* cont02
 * ************************************************** */
section#cat02 .intro .txt h3 .num img {
  width: 37px;
}
section#cat02 .cat_ph01 {
  margin: 0 auto 60px 0;
}
/* cont03
 * ************************************************** */
section#cat03 .intro .txt h3 .num img {
  width: 37px;
}
/* cont04
 * ************************************************** */
section#cat04 .intro .txt h3 .num img {
  width: 37px;
}
section#cat04 .cat_ph01 {
  margin: 0 auto 60px 0;
}
section#cat04 .cat_img01 {
  position: absolute;
  top: 298px;
  right: 116px;
  width: 98px;
}
/* cont05
 * ************************************************** */
section#cat05 .intro .txt h3 .num img {
  width: 63px;
}
/* ticket
 * ************************************************** */
section#ticket {
  margin: 0 auto 80px;
  padding: 40px 45px;
  width: 940px;
  border: 13px solid #e6e6e6;
  border-radius: 35px;
  box-sizing: border-box;
  background: #fff;
}
section#ticket h2 {
  margin-bottom: 30px;
  width: 434px;
}
section#ticket ul {
  display: flex;
  justify-content: space-between;
  width: 700px;
}
section#ticket ul li:first-child {
  width: 320px;
}
section#ticket ul li:last-child {
  width: 340px;
}
section#ticket ul li h3 {
  margin-bottom: 20px;
  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: 1.22rem;
}
section#ticket ul li a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding-left: 20px;
  width: 160px;
  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: 23px;
  right: -15px;
  width: 148px;
}
.btn_part2 {
  display: block;
  margin: 0 auto 115px;
  width: 400px;
  height: 0;
  padding-top: 70px;
  overflow: hidden;
  background: url("../images/btn_part1.png") no-repeat 50% 50% #808080;
  background-size: 218px;
  border-radius: 40px;
}
/* map
 * ************************************************** */
#map {
  margin: 0 calc(50% - 50vw) 60px;
  width: 100vw;
  padding: 50px 0 30px;
  background: #fff;
}
#map h2 {
  margin: 0 auto 60px;
  width: 430px;
}
#map img {
  display: block;
  margin: 0 auto;
  width: 1110px;
}


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