@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&display=swap');

body#shingeki {
	background-color: #fff;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	position: relative;
}
.text-right {
    text-align: right;
}
.sp-only {
	display: none;
}
.container:after, .container:before {
	content: none !important;
}
@media (max-width: 767px) {
	body#shingeki {
		font-size: 14px;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}

/* wrapper
----------------------------------------------- */
#wrapper {
	padding: 80px 0 0;
	overflow: hidden;
}
.inner {
	max-width: 790px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.innerbox {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 767px) {
	#wrapper {
		padding: 60px 0 0;
	}
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 9;
}
#header .headerin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 60px;
}
#header .headerlogo {
	margin: 0 10px 0 0;
	flex-shrink: 0;
	position: relative;
	z-index: 8;
}
#header .headerlogo a {
	display: block;
	line-height: 1;
}
#header .headerlogo img {
	width: 210px;
}
#header .headermess {
	display: flex;
	align-items: center;
}
#header .headermess .headerbtn {
	margin-right: 30px;
}
#header .headermess .headerbtn a {
	display: block;
}
#header .headermess .headerbtn img {
	width: 232px;
}


.navbar-toggle {
	cursor: pointer;
	height: 30px;
	background: url("../img/open.png") center center no-repeat !important;
	background-size: contain !important;
	position: relative;
	z-index: 8;
	display: block !important;
	border-radius: 0 !important;
	margin-right: 0 !important;
	padding: 10px 20px !important;
}
.navbar-toggle.on {
	background: url("../img/close.png") center center no-repeat !important;
	background-size: 30px 30px !important;
}


.navbar-collapse {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,1);
	width: 100% !important;
	height: 100vh;
	padding: 80px 0 40px;
	z-index: 7;
}
.navbarbox {
	height: 100%;
	padding: 0 90px;
	overflow-y: scroll;
	color: #fff;
}
.navbarbox {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.navbarbox::-webkit-scrollbar{
	display: none;
}
.navbarbox {
	scrollbar-width: none;
}
.navbarbox .navbarin {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 40px 0 0;
}
.navbarbox .gnavi {
	margin-right: 20px;
}
.navbarbox .gnavi li a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
}
.navbarbox .gnavi li+li {
	margin-top: 20px;
}
.navbarbox .navbarcont {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	padding: 30px 0 0;
}
.navbarbox .navbarbtn a img {
	width: 330px;
}
.navbarbox .navbarsns {
	display: flex;
	align-items: center;
}
.navbarbox .navbarsns .snstit {
	font-size: 20px;
	margin-right: 30px;
}
.navbarbox .navbarsns .snslist {
	display: flex;
	align-items: center;
}
.navbarbox .navbarsns .snslist li+li {
	margin-left: 15px;
}
.navbarbox .navbarsns .snslist li {
	font-size: 0;
}
.navbarbox .navbarsns .snslist li img {
	width: 30px;
}
.navbarbox .navbarmap {
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
}
.navbarbox .navbarmap a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
@media (max-width: 1024px) {
	#header .headerin {
		padding: 0 20px;
	}
	}
	@media (max-width: 767px) {
	#header .headerin {
		height: 60px;
	}
	#header .headerlogo img {
		width: 150px;
	}
	#header .headermess .headerbtn {
		display: none;
	}

	.navbar-collapse {
		padding: 60px 0 20px;
	}
	.navbarbox {
		padding: 0 20px;
	}
	.navbarbox .navbarin {
		display: block;
		padding: 0;
	}
	.navbarbox .gnavi {
		margin: 0 0 20px;
	}
	.navbarbox .gnavi li {
		border-bottom: 1px #fff solid;
	}
	.navbarbox .gnavi li a {
		font-size: 14px;
		display: block;
		padding: 10px 5px;
	}
	.navbarbox .gnavi li+li {
		margin-top: 0;
	}
	.navbarbox .navbarcont {
		padding: 0;
	}
	.navbarbox .navbarbtn {
		margin-top: 20px;
	}
	.navbarbox .navbarbtn a img {
		width: 200px;
	}
	.navbarbox .navbarsns .snstit {
		font-size: 16px;
		margin-right: 10px;
	}
	.navbarbox .navbarsns .snslist li+li {
		margin-left: 10px;
	}
	.navbarbox .navbarsns .snslist li img {
		width: 25px;
	}
	.navbarbox .navbarmap {
		margin-top: 15px;
	}
	.navbarbox .navbarmap a {
		font-size: 14px;
	}
}


/* footer
----------------------------------------------- */
#footer {
	background: #000 !important;
	padding: 60px 0 70px;
}
#footer .pagetop {
	position: fixed;
	right: 0;
	bottom: 15px;
	transform: translateY(100%);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 5;
	max-width: 77px;
	width: 4.85em;
}
.show #footer .pagetop {
	transform: translateY(0);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .pagetop img {
	width: 60px;
}
#footer .footerin {
	max-width: 700px;
	margin: 0 auto;
}
#footer .footerlogo {
	text-align: center;
	margin-bottom: 70px;
}
#footer .footerlink {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
}
#footer .footerlink .linkbox li+li {
	margin-top: 10px;
}
#footer .footerlink .linkbox li a {
	font-size: 14px;
	color: #fff;
	display: block;
}
#footer .footersns {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .footersns li {
	margin: 0 22px;
}
#footer .copyright {
	text-align: center;
	margin-top: 35px;
	font-size: 16px;
	color: #fff;
}
#footer .ticket-btn{
  max-width: 550px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
	#footer {
		padding: 40px 0 70px;
	}
	#footer .footerlogo {
		margin-bottom: 30px;
	}
	#footer .footerlink {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#footer .footerlink .linkbox {
		width: 47%;
	}
	#footer .footerlink .linkbox li {
		margin-top: 10px;
	}
	#footer .footerlink .linkbox li a {
		font-size: 12px;
	}
	#footer .footersns li {
		margin: 0 15px;
	}
	#footer .copyright {
		margin-top: 30px;
		font-size: 14px;
	}
}
@media (max-width: 425px) {
	/* #footer .pagetop {
		bottom: 80px;
	} */
}

/* ttl
----------------------------------------------- */
.mainttl,
#access h3 {
  	font-weight: bold;
	font-size: 2.5em;
}
.mainttl small {
	color: unset;
	font-size: 0.65em;
}
.sec-ttl{
  max-width: 600px;
  width: 80%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px){
  .sec-tt{
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

/* main
----------------------------------------------- */
#main {
	margin-bottom: 0 !important;
}
/* bg-brick
----------------------------------------------- */
.bg-brick{
  background-image: url(../img/bg-about_attraction.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  padding: 50px 0;
}
@media (min-width: 992px){
  .bg-brick{
    padding: 100px 0;
  }
}
/* intro
----------------------------------------------- */
.intro-contents{
  padding: 40px 30px;
  background-size: contain;
  margin-bottom: 20px;
  position: relative;
  background: url(../img/bg-intro-top.png) top center / 100% auto no-repeat, url(../img/bg-intro-bottom.png) bottom center / 100% auto no-repeat;
  z-index: 0;
}
.intro-contents::before {
  content: "";
  position: absolute;
  /* top: 10%;
  bottom: 10%; */
  top: 20%;
  bottom: 20%;
  left: 0;
  right: 0;
  background: url(../img/bg-attraction01-middle.png) center top / 100% auto repeat-y;
  z-index: -1;
}
.intro-logo{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.intro-lead{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  margin: 32px 0 28px;
}
.intro-desc{
  text-align: center;
}
.intro-desc p{
  margin-top: 1rem;
}
@media (min-width: 992px){
  .intro-contents{
    /* padding: 45px 85px; */
    padding: 80px 85px 100px;
  }
  .intro-contents::before{
    background: url(../img/bg-intro-middle.png) center top / 100% auto repeat-y;
    top: 30%;
    bottom: 35%;
  }
  .intro-lead{
    font-size: 37px;
    margin: 38px 0 28px;
  }
  .intro-desc p{
    font-size: 2em;
  }
}
/* news
----------------------------------------------- */
.newsinner{
  padding: 40px 40px;
  background-size: contain;
  margin-bottom: 30px;
  position: relative;
  background: url(../img/bg-intro-top.png) top center / 100% auto no-repeat, url(../img/bg-intro-bottom.png) bottom center / 100% auto no-repeat;
  z-index: 0;
}
.newsinner::before {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 0;
  right: 0;
  background: url(../img/bg-attraction01-middle.png) center top / 100% auto repeat-y;
  z-index: -1;
}
.newsitem:not(:first-child){
  margin-top: 30px;
}
.newstxt{
  color: #333;
}
.newsdate,
.newstitle{
  display: block;
  font-weight: bold;
  color: #333;
}
.newsdate{
  margin-top: 12px;
}
.newstitle{
  font-size: 16px;
  margin-bottom: 6px;
}
.newsdetail{
  margin-left: auto;
  display: block;
  color: #580a0a;
  margin-top: 14px;
  padding-bottom: 1px;
  border-bottom: 1px solid #580a0a;
  width: fit-content;
  font-size: 13px;
}
.news-btn .btn{
  background: #D50303;
  background: linear-gradient(0deg, rgba(213, 3, 3, 1) 0%, rgba(184, 3, 3, 1) 55%);
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 2px #333;
  width: 100%;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 0.2em;
  font-size: 15px;
  max-width: 70%;
  padding: 10px 20px;
}
.news-btn .btn:hover{
  color: #fff;
}
#news a:hover{
  text-decoration: none;
}
@media (min-width: 992px){
  .newsinner{
    padding: 100px 85px;
    margin-bottom: 80px;
  }
  .newsinner::before{
    top: 19%;
    bottom: 21%;
  }
  .newsitem:not(:first-child){
    margin-top: 60px;
  }
  .newsitem a{
    display: flex;
    justify-content: space-between;
  }
  .newsimg{
    width: 400px;
  }
  .newstxt{
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .newsdate{
    margin-bottom: 5px;
  }
  .newstitle{
    font-size: 24px;
  }
  .newsdetail{
    margin-top: 20px;
    font-size: 15px;
  }
  .news-btn .btn{
    font-size: 30px;
    padding: 18px 20px;
    max-width: 660px;
  }
}

/* about
----------------------------------------------- */
/* attraction
----------------------------------------------- */
#about_attraction {
	/* background-image: url(../img/bg-about_attraction.png);
	background-size: contain; */
	text-align: center;
  font-weight: 400;
	color: #000;
	padding: 40px 0;
}
.about img {

}
.about h2 {
	font-size: 1.75em;
	margin: 30px 0;
}
#about_attraction h2.title_h2_img img {
    max-width: 600px;
    width: 80%;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
	#about_attraction {
		padding: 100px 0;;
	}
	.about h2 {
		margin-top: 50px;
		font-size: 3em;
		margin-bottom: 80px;
	}
	#about_attraction h2.title_h2_img img {
		margin-bottom: 50px;
		padding-top: 50px;
	}
}

#attraction {
	background-color: #78787d;
	padding: 50px 15px;
}
[class*="attraction-0"] {
	/* max-width: 1000px;
	margin: 0 auto;
	text-align: center; */
	padding: 40px;
}
.attraction-01 {
	background-size: contain;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
    background: url(../img/bg-attraction01-top.png) top center / 100% auto no-repeat, url(../img/bg-attraction01-bottom.png) bottom center / 100% auto no-repeat;
    z-index: 0;
}
.attraction-01::before {
    content: "";
    position: absolute;
    top: min(25vw, 335px);
    bottom: min(28vw, 410px);
    left: 0;
    right: 0;
    background: url(../img/bg-attraction01-middle.png) center top / 100% auto repeat-y;
    z-index: -1;
}
.attraction-02 {
	/* background-image: url(../img/bg-attraction02.png);
	background-size: cover; */
	padding: 0 !important;
}
[class*="attraction-0"] h2 {
	text-align: center;
}
[class*="attraction-0"] h3 {
	margin: 0 0 35px;
}
.attraction-01 h2 img {
	max-width: 750px;
	width: 100%;
}
.attraction-01 h3 img {
	max-width: 454px;
	width: 100%;
}
.attraction-02 h2 img {
	max-width: 730px;
	width: 100%;
}
.attraction-02 h3 img {
	max-width: 443px;
	width: 100%;
}
.attraction-feature h4 {
  	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
}
.attraction-01 h4 {
	color: #fff;
	background-color: #542200;
	border: 1px solid #fff;
}
.attraction-02 h4 {
	color: #000;
	background-color: #9f9fc7;
}
#attraction [class*="attraction-0"] > p:first-of-type {
	font-family: "Zen Antique Soft", serif;
  	font-weight: 400;
	font-size: 1.25em;
	margin-top: 30px;
	margin-bottom: 30px;
}
#attraction [class*="attraction-0"] > h4 {
	font-size: 1.0625em;
}
.attraction-01 .attraction-time {
	margin-bottom: 20px;
}
.time-01 span {
	font-size: 1.5em;
}
.attraction-feature {
	margin-bottom: 20px;
	margin-top: 40px;
}
.attraction-01 .attraction-feature {
	padding: 2px;
}
.attraction-01 .attraction-feature .feature-inner {
	text-align: left;
    max-width: 600px;
    margin: 0 auto;
	color: #272727;
}
.feature-item {
	width: 100%;
	max-width: 500px;
	margin: 25px auto 0;
}
.attraction-kv {
	/* margin: 30px 0; */
}
@media (min-width: 992px) {
	.attraction-kv {
		margin: 45px 0;
	}
	[class*="attraction-0"] {
		padding: 45px 85px;
	}
	#attraction .attraction-01 > p:first-of-type {
		margin-bottom: 45px;
		line-height: 2.25;
	}
	#attraction .attraction-02 > p:first-of-type {
		margin-top: 55px;
		line-height: 2.25;
	}
	.attraction-feature {
		margin-bottom: 35px;
	}
	.attraction-time {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.attraction-time p {
		margin-bottom: 0;
	}
	.attraction-time > div {
		display: flex;
		align-items: center;
	}
	.attraction-time > div > p:last-child {
		text-align: left;
		line-height: 1.25;
		margin-left: 10px;
	}
	.attraction-time h4 {
		padding: 5px 10px;
		margin-right: 10px;
	}
  .feature-item picture{
    max-width: 80%;
    display: block;
    margin: auto;
  }
}
/* TICKET
----------------------------------------------- */
.ticket-contents{
  padding: 40px 30px;
  background-size: contain;
  margin-bottom: 30px;
  position: relative;
  background: url(../img/bg-attraction01-top.png) top center / 100% auto no-repeat, url(../img/bg-attraction01-bottom.png) bottom center / 100% auto no-repeat;
  z-index: 0;
}
.ticket-contents::before {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 8%;
  left: 0;
  right: 0;
  background: url(../img/bg-attraction01-middle.png) center top / 100% auto repeat-y;
  z-index: -1;
}
.ticket-table {
	background-color: #fff;
	width: 100%;
  font-size: 15px;
}
.ticket-table th {
	background-color: #580a0a;
  color: #fff;
}
.ticket-table th,
.ticket-table td {
	text-align: center;
	border: 2px solid #fad7ae;
	padding: 5px;
}
.ticket-table tbody th {
	font-size: 13px;
  text-align: left;
}
.ticket-note{
  margin: 10px 0 20px;
}
.ticket-btn{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.ticket-btn a:hover img{
  opacity: 1;
}

@media (min-width: 992px) {
  .ticket-contents{
    padding: 100px 85px;
    margin-bottom: 80px;
    background: url(../img/bg-intro-top.png) top center / 100% auto no-repeat, url(../img/bg-intro-bottom.png) bottom center / 100% auto no-repeat;
  }
  .ticket-contents::before {
    top: 20%;
    bottom: 20%;
  }
  .ticket-table {
    font-size: 22px;
  }
  .ticket-table th,
  .ticket-table td {
    padding: 14px 10px;
  }
  .ticket-table tbody th {
    font-size: 18px;
  }
  .ticket-note{
    margin: 0 0 60px;
  }
	.table-overflow {
		overflow-x: auto;
	}
}
@media (min-width: 1200px){
  .ticket-contents{
    background: url(../img/bg-intro-top.png) top center / 100% auto no-repeat, url(../img/bg-intro-bottom.png) bottom center / 100% auto no-repeat;
  }
  .ticket-contents::before{
    /* top: 25%;
    bottom: 28%; */
    top: 32%;
    bottom: 38%;
  }
}
/* 公式X
----------------------------------------------- */
#official-x{
  background-color: #f2f2ed;
  padding: 60px 0;
}
.x-lead{
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
.x-btn{
  margin-top: 12px;
}
.x-btn a{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #d0a900;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
}
.x-btn a:hover{
  text-decoration: none;
}
.x-icon{
  max-width: 30px;
  width: 100%;
}
.x-text{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 992px){
  #official-x{
    padding: 140px 0;
  }
  .x-lead{
    margin-top: 50px;
    font-size: 20px;
  }
  .x-btn{
    margin-top: 80px;
  }
  .x-btn a{
    padding: 24px;
  }
  .x-icon{
    max-width: 80px;
  }
  .x-text{
    font-size: 50px;
    margin-left: 20px;
  }
}

/* SNS
----------------------------------------------- */
#sns {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
}
#sns h2 {
	font-size: 2.5em;
	color: #cfbe7f;
	font-weight: bold;
	margin-bottom: 30px;
}
#sns h2 span {
	display: block;
	font-size: .5em;
}
#sns p {
	font-size: 1.25em;
}
#sns .btn {
	color: #000;
	background-color: #cfbe7f;
	text-decoration: none;
	border-radius: 0;
	width: 80%;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 30px;
}
#sns .btn:hover {
	opacity: .8;
}
#sns .container {
	text-align: center;
}
#sns .timeline {
	width: 100%;
}
@media (min-width: 768px) {
	#sns {
		padding: 70px 0 80px;
	}
	#sns h2 {
		margin-bottom: 50px;
	}
	#sns .timeline {
		max-width: 360px;
	}
	#sns .btn {
		max-width: 290px;
		margin-bottom: 0;
	}
}


/* AREAMAP
----------------------------------------------- */
#areamap {
	background-image: url(../img/bg-areamap.png);
	background-size: cover;
    padding: 40px 0;
}
@media (min-width: 768px) {
	#areamap {
		padding: 100px 0;
	}
}

/* ACCESS
----------------------------------------------- */
#access {
	/* background-color: #f2f2ed; */
	text-align: center;
	padding: 30px 0 15px;
	background-image: url(../img/bg-access.png);
	background-size: cover;
}
#access h2 {
	margin-bottom: 20px;
}
#access h3 {
	margin-top: 40px;
	margin-bottom: .75em;
}
#access a {
	color: #333;
}
#access a.btn {
    background: #ba0202;
    color: #fff;
    font-size: 1.5em;
    margin: 0 10px 30px;
    padding: 5px 20px;
	box-shadow: 2px 2px #333;
}
#access a.btn:hover {
	opacity: .8;
}
.access-btn .btn {
    min-width: 300px;
}
#access p:last-of-type {
	margin-top: 1.25em;
}
#access p.address {
	margin-bottom: 2em;
}
#access .btn-group {
	margin-top: 20px;
}
#access .btn-group a {
	display: inline-block;
	background-color: #282828;
	color: #fff;
	padding: 15px;
	width: 100%;
}
#access .btn-group a:hover {
	text-decoration: none;
	opacity: .8;
}
#access .btn-group a span {
	position: relative;
	padding-right: 30px;
	display: inline-block;
	font-size: 1.125em;
	letter-spacing: .3em;
}
#access .btn-group a:first-child {
	margin-bottom: 15px;
}
.access-img-01,
.access-img-02 {
	margin-top: 30px;
}
#access ul li a {
    font-weight: normal;
}
@media (min-width: 768px) {
	#access {
		padding: 60px 0 80px;
	}
	#access h2 {
		margin-bottom: 45px;
	}
	#access h3 {
		margin-top: 65px;
	}
	#access p:last-of-type {
		margin-top: 2.25em;
	}
	#access .btn-group {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 45px;
	}
	#access .btn-group a {
		width: 326px;
	}
	#access .btn-group a:first-child {
		margin-right: 50px;
		margin-bottom: 0;
	}
	.access-img-01 {
		margin-top: 60px;
	}
	.access-img-02 {
		margin-top: 50px;
	}
	#access a.btn {
		margin: 0 10px;
	}
}

/* CAUTION
----------------------------------------------- */
#caution {
	padding: 30px 0 40px;
	background-image: url(../img/bg-caution.png);
	background-size: cover;
}
#caution h3 {
	font-size: 1em;
}
#caution h3:first-of-type {
	margin-top: 0;
}
.caution-wrap {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 15px;
	position: relative;
	margin-top: 20px;
}
.caution-wrap ul {
    list-style: disc;
    padding-left: 1.5em;
}
.caution-wrap ul li {
	margin-bottom: .5em;
}
.caution-wrap a {
	color: #333;
}
.caution-wrap p {
	margin: 0;
}
@media (min-width: 768px) {
	#caution {
		padding: 60px 0 70px;
	}
	.caution-wrap {
		padding: 40px 30px;
		margin-top: 35px;
	}
}

/* qa
----------------------------------------------- */
#qa h2 {
	margin-bottom: 35px;
}
.faqlist {
    max-width: 1000px;
    margin: 0 auto;
}
.faq {
	padding: 60px 0 50px;
}
.faq .hdl {
	margin-bottom: 45px;
}
.faq .combtn {
	margin-top: 40px;
}
.faq .combtn img {
	width: 550px;
}
.faq .faqlist li+li {
	margin-top: 15px;
}
.faq .faqlist .faqtit {
	background: #000;
	padding: 10px 50px 10px 15px;
	/* display: flex; */
	/* align-items: center; */
	/* font-size: 20px; */
	color: #fff;
	/* font-weight: 700; */
	cursor: pointer;
	position: relative;
	margin: 0;
}
.faq .faqlist.faqlist_cat > li > .faqtit {
	color: #ebf0f1;
	background: #282828;
    text-align: center;
    width: 100%;
    display: block;
}
.faq .faqlist .faqtit img {
	width: 40px;
	margin-right: 15px;
	flex-shrink: 0;
}
.faq .faqlist .faqtit:before {
	position: absolute;
	content: "";
	background: url("../img/icon_open.png") center center no-repeat;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	right: 15px;
	top: 12px;
	/* transform: translateY(-50%); */
	z-index: 1;
}
.faq .faqlist.faqlist_cat > li > .faqtit:before{
	background: url("../img/open_faq.svg") center center no-repeat;
}
.faq .faqlist .faqtit.on:before {
	background: url("../img/icon_close.png") center center no-repeat;
	background-size: 25px auto;
}
.faq .faqlist.faqlist_cat > li > .faqtit.on:before{
	background: url("../img/close_faq.svg") center center no-repeat;
}
.faq .faqlist .faqcont {
	display: none;
	background: #fff;
	padding: 10px 15px 10px 44px;
	/* font-size: 1.25em; */
}
.faq .faqlist.faqlist_cat > li > .faqcont {
	background: transparent;
	padding: 20px 0 0;
}
.faq .faqlist .faqcont a {
	display: inline-block;
	color: #d17b0e;
	text-decoration: underline;
}
.faq .faqlist .faqcont a img {
	width: 14px;
	vertical-align: middle;
	margin-left: 5px;
}
#qa .btn,
.whatbtn a {
	max-width: 530px;
	width: 100%;
	margin: 45px auto 0;
	background-color: #282828;
	color: #fff;
	text-decoration: none;
	padding: .75em 1em;
	display: block;
	font-size: 1.25em;
	border-radius: 0;
	transition:opacity 0.3s;
}
#qa .btn:hover,
.whatbtn a:hover {
	color: #fff;
	opacity: .8;
}
#qa .btn span,
.whatbtn a span {
	display: inline-block;
	position: relative;
	padding-right: 40px;
	letter-spacing: .3em;
}
#qa .btn span:after,
.whatbtn a span:after,
#access .btn-group a span:after {
	content: "";
	display: inline-block;
	background-image: url(../img/btn-arrow-w.svg);
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faqtit .icon-q,
.faqcont .icon-a{
  color: #cf0928;
  margin-right: 1rem;
}
@media (max-width: 767px) {
	#qa .btn span,
	.whatbtn a span {
		padding-right: 25px;
		font-size: .914285em;
	}
	#qa .btn {
		margin-top: 30px;
	}
	#qa h2 {
		margin-bottom: 20px;
	}
	.faq {
		padding: 40px 0;
	}
	.faq .hdl {
		margin-bottom: 30px;
	}
	.faq .combtn {
		margin-top: 30px;
	}
	.faq .combtn img {
		width: 400px;
	}
	.faq .faqlist .faqtit {
		padding: 10px 35px 10px 15px;
		/* font-size: 16px; */
	}
	.faq .faqlist .faqtit img {
		width: 30px;
		margin-right: 10px;
	}
	.faq .faqlist .faqtit:before {
		position: absolute;
		content: "";
		background: url("../img/icon_open.png") center center no-repeat;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		right: 10px;
	}
	.faq .faqlist .faqtit.on:before {
		background: url("../img/icon_close.png") center center no-repeat;
		background-size: 20px auto;
	}
	.faq .faqlist .faqcont {
		padding: 10px 15px;
	}
}

/* what
----------------------------------------------- */
section.what {
    padding: 30px 0 40px;
}
.whatlogo {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.75em;
	margin-bottom: 45px;
	font-weight: bold;
    line-height: 1.5;
}
.whatlogo img {
    max-width: 50px;
	display: inline-block;
	margin-right: 30px;
}
.whattxt {
	line-height: 1.95;
	margin-bottom: 40px;
	text-align: center;
}
.whatbtn {
	text-align: center;
}
.whatmap {
	aspect-ratio: 1.5/1;
	max-width: 780px;
	width: 100%;
	margin: 70px auto 90px;
}
.whatmap iframe {
	width: 100%;
	height: 100%;
}
@media (min-width: 768px){
	.whattxt {
		font-size: 1.375em;
	}
	section.what {
		padding: 60px 0 100px;
	}
	.whatlogo {
		font-size: 2.5em;
	}
	.whatlogo img {
		max-width: 85px;
		margin-right: 40px;
	}
}

/* pagetop ticketbtn
----------------------------------------------- */
.headermess a.btn.ticket_link,
.footer-ticket-btn .btn {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 4px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}
.footer-ticket-btn .btn {
	position: relative;
	display: inline-block;
  font-weight: bold;
}
.headermess a.btn.ticket_link {
	line-height: 1;
	position: relative;
	margin-right: 10px;
}
.pagetop {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagetop a {
	font-size: 1.4375em;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.pagetop a:hover,
.pagetop a:active,
.pagetop a:focus,
.footer-ticket-btn .btn:hover {
	color: #cfbe7f;
}
.pagetop span,
.headermess a.btn.ticket_link span,
#ticket .btn  span,
#rooms .btn span,
.footer-ticket-btn .btn span {
	display: inline-block;
}
.pagetop a > span,
.headermess a.btn.ticket_link > span,
.footer-ticket-btn .btn > span {
	background-color: #000;
	padding: 2px;
	border: 2px solid #fff;
}
.footer-ticket-btn .btn > span{
  border: 1px solid #fff;
}
.pagetop a > span > span {
	padding: 60px 10px 30px;
    background: linear-gradient(45deg, transparent 10px, #000 10px), linear-gradient(-45deg, transparent 10px, #000 10px), linear-gradient(225deg, transparent 10px, #000 10px), linear-gradient(-225deg, transparent 10px, #000 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
.headermess a.btn.ticket_link > span > span,
.footer-ticket-btn .btn > span > span {
	padding: 10px 30px 10px 15px;
    background: linear-gradient(45deg, transparent 5px, #000 5px), linear-gradient(-45deg, transparent 5px, #000 5px), linear-gradient(225deg, transparent 5px, #000 5px), linear-gradient(-225deg, transparent 5px, #000 5px);
	background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
}
.headermess a.btn.ticket_link img,
.footer-ticket-btn .btn img {
	width: 10px;
	/* transform: translateY(-50%) rotate(90deg); */
  transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}
#ticket .btn,
#rooms .btn {
	font-family: "Zen Antique Soft", serif;
	font-weight: 400;
	color: #000;
	font-size: 1.125em;
	background-color: #876e32;
	border-radius: 0;
	text-decoration: none;
	padding: 2px;
	line-height: 1;
}
#ticket .btn > span,
#rooms .btn > span {
	padding: 1em 4.15em 1em 3.7em;
    background: linear-gradient(45deg, transparent 10px, #cfbe7f 10px), linear-gradient(-45deg, transparent 10px, #cfbe7f 10px), linear-gradient(225deg, transparent 10px, #cfbe7f 10px), linear-gradient(-225deg, transparent 10px, #cfbe7f 10px);
    background-position: bottom left, bottom right, top right, top left;
    background-repeat: no-repeat;
    background-size: 51% 51%;
	position: relative;
}
#ticket .btn > span:after,
#rooms .btn > span:after {
	content: "";
	background-image: url(../img/btn-arrow-b.svg);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: .8em;
	aspect-ratio: 181 / 150;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.footer-ticket-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
    width: 100%;
	padding: 10px 15px;
	z-index: 2;
	text-align: center;
	font-size: 1.125em;
}
.footer-ticket-btn * {
	width: 100%;
}
.headermess a.btn.ticket_link {
	display: none;
}
@media (min-width: 768px){
	.headermess a.btn.ticket_link {
		margin-right: 30px;
		font-size: 1.25em;
    font-weight: bold;
	}
	.headermess a.btn.ticket_link > span > span {
		padding: 10px 50px 10px 30px;
	}
	.headermess a.btn.ticket_link img {
		width: 10px;
		right: 23px;
	}
	#ticket .btn,
	#rooms .btn {
		font-size: 1.875em;
		padding: 3px;
	}
	#ticket .btn > span,
	#rooms .btn > span {
		padding: 1em 4.15em 1em 3.7em;
	}
	#ticket .btn > span:after,
	#rooms .btn > span:after {
		width: .8em;
		right: 60px;
	}
}
@media (min-width: 426px) {
	.footer-ticket-btn {
		display: none;
	}
	.headermess a.btn.ticket_link {
		display: block;
	}
	#footer {
		padding: 40px 0;
	}
}

/* recaptcha
----------------------------------------------- */
body#shingeki .grecaptcha-badge {
	bottom: 14px !important;
}
@media (max-width: 425px) {
	body#shingeki .grecaptcha-badge {
		bottom: 95px !important;
	}
}

/* goods
----------------------------------------------- */
#goods{
  background-image: url(../img/bg_goods.png);
  background-size: cover;
  padding: 50px 0;
}
.goods-lead,
.food-message{
  text-align: center;
  color: #7d0000;
  margin-top: 26px;
  font-size: 1.15em;
  font-weight: 500;
}
.goods-heading,
.food-heading{
  text-align: center;
  background-color: #580a0a;
  color: #fff;
  padding: 6px 20px;
  font-size: 1.1em;
  margin-top: 40px;
}
.goods-list,
.food-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px 16px;
  margin-top: 22px;
}
.goods-tag,
.food-tag{
  margin-bottom: 4px;
}
.goods-tag .upcoming{
  background-color: #f70000;
  color: #fff;
  padding: 3px 6px;
  font-size: 0.8em;
}
.goods-text,
.food-txt{
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.goods-name,
.food-name{
  margin-bottom: 0;
}
.goods-image a:hover img,
.food-image a:hover img{
  opacity: 1;
}
@media (min-width: 992px){
  #goods{
    padding: 100px 0;
  }
  .goods-lead,
  .food-message{
    margin-top: 44px;
    letter-spacing: 0.1em;
    font-size: 1.2em;
  }
  .goods-list,
  .food-list{
    grid-template-columns: repeat(3,1fr);
    gap: 30px 30px;
    margin-top: 40px;
  }
  .goods-tag .upcoming{
    padding: 4px 10px;
    font-size: 0.9em;
  }
}

/* food
----------------------------------------------- */
#food{
  background-image: url(../img/bg_food.png);
  background-size: cover;
  padding: 50px 0;
}
.food-tag{
  margin-bottom: 4px;
  display: flex;
}
.food-tag span{
  color: #fff;
  padding: 3px 5px;
  font-size: 0.8em;
}
.food-tag span:not(:first-child){
  margin-left: 5px;
}
.food-tag .morinoterrace{
  background-color: #095310;
}
.food-tag .kitchen-car{
  background-color: #a60000;
}
.food-set{
  max-width: 700px;
  margin: 40px auto 0;
}
.food-offer{
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  color: #a60000;
}
.food-note{
  text-align: center;
}
.food-feature{
  font-weight: bold;
  color: #7d0000;
  margin-bottom: 0;
  font-size: 1.05em;
}
@media (min-width: 992px){
  #food{
    padding: 100px 0;
  }
  .food-tag span{
    font-size: 0.9em;
    padding: 4px 10px;
  }
}
/* announcement
----------------------------------------------- */
.announcement-contents{
  padding: 40px 30px;
  background-size: contain;
  margin-bottom: 20px;
  position: relative;
  background: url(../img/bg-intro-top.png) top center / 100% auto no-repeat, url(../img/bg-intro-bottom.png) bottom center / 100% auto no-repeat;
  z-index: 0;
}
.announcement-contents::before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    background: url(../img/bg-attraction01-middle.png) center top / 100% auto repeat-y;
    z-index: -1;
}
.announcement-lead{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin: 32px 0 28px;
}
.announcement-desc{
  text-align: center;
}
.announcement-desc p{
  margin-top: 15px;
}
@media (min-width: 992px){
  .announcement-contents{
    padding: 45px 85px 75px;
  }
  .announcement-contents::before {
    background: url(../img/bg-intro-middle.png) center top / 100% auto repeat-y;
    top: 30%;
    bottom: 38%;
  }
  .announcement-lead{
    font-size: 34px;
  }
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
