@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
html {
  width: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
}
a:hover {
	opacity: 0.7;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/contents/2/SASHNB/2022/img/white_bg.png) center no-repeat;
  background-size:cover;
}
strong {
	font-weight: bold;
}
.page_jump {
  display: block;
  padding-top: 75px;
  margin-top: -75px;
	position: relative;
	z-index: -1;
}
#header {
  display: table;
  width: 100%;
  height: 80px;
/*  background: #2E1655;*/
/*  background: #000;*/
	background: #149CD4;
	position: fixed;
	z-index: 999;
}
.header_logo {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  height: 80px;
}
.header_logo img {
  height: 55px;
  position: relative;
  bottom: 2.5px;
}
#header nav {
  display: table-cell;
  vertical-align: middle;
    padding-left: 25px;
}
#header nav ul {
  display: table;
}
#header nav ul li {
  margin: 0 30px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#header nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  transition: all .4s;
	width: 100%;
	display: inline-block;
	padding: 10px 24px;
}
#header a:hover {
	opacity: 1.0 !important;
}
#header ul li a:hover {
  color:#2E1655;
  cursor: pointer;
  transition: all .2s;
}
#header .twitter img {
	width: 30px;
}
#header .pc_nav {
	width: 935px;
	margin: 0 auto;
}
/* header scroll */

/* main */
h1 img {
  width: 100%;
}
.pc_main_pic {
/*
  margin-top: 80px;
*/
}
.sp_main_pic {
  display: none;
}
.banner_before {
	text-align: center;
	padding-top: 60px;
}
.banner_before img {
	width: 480px;
}
.banner_area {
	text-align: center;
	margin-top: 30px;
}
.banner_area a {
	margin: 0px;
	width: 0px;
  display: inline-block;
}
.banner_area a img {
	width: 100%;
}
#main .white_bg {
  padding-top: 50px;
  padding-bottom: 100px;
}
#main .blue_bg {
  background-image: url(/contents/2/SASHNB/2022/img/2022_bg.jpg);
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
section {
  max-width: 1200px;
  margin: 0 auto;
}
.frameHead {
  text-align: center;
  color: #149CD4;
  font-weight: bold;
  font-size: 1.8rem;
  font-style: oblique;
}
.blue_bg .frameHead {
	color: #FFFFFF;
}
.frameHead img {
  margin-bottom: 8px;
}
.news_wrap .frameHead img {
	height: 17px;
}
.ticket_wrap .frameHead img {
	height: 20px;
}
.areamap_wrap .frameHead img {
	height: 27px;
}
.access_wrap .frameHead img {
	height: 22px;
}
.about_wrap .frameHead img {
	height: 21px;
}
.qa_wrap .frameHead img {
	height: 16px;
  margin-top: 4px;
}
.detail_wrap .frameHead img {
	height: 15px;
}
/* news */
.news_wrap {
	width: 1000px;
  color: #2E1655;
}
.news_table {
  line-height: 1.5em;
  margin:0;
  padding:0;
	font-size: 1.1em;
}
.news_table th span {
	padding-right: 10px;
	border-right: 2px solid #295EA5;
  display: inline-block;
  line-height: 1.3em;
}
.news_table td {
	padding-left: 10px;
}
.news_table a {
  color: #2E1655;
	text-decoration: none;
}
.news_text {
	margin-bottom: 10px;
}
.news_text::after {
	content: "";
  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_bottom.png);
	background-repeat: no-repeat;
  background-size: 100% 15%;
	background-position: center;
  height: 10px;
	width: 100%;
  display: block;
}
.movie_wrap {
	text-align: center;
}
.movie {
	width: 800px;
	height: 442px;
  margin-bottom: 10px;
}
.news_bg {
	padding-bottom: 60px !important;
}
/* ticket */
.ticket_wrap {
	width: 1000px;
  color: #2E1655;
}
.lawson {
  border: 2px solid #0074BF;
  padding: 8px 15px;
	display: inline-block;
}
.lawson img {
  width: 150px;
}
.ticket_wrap .caption2 {
	#background-color: rgba(200, 196, 239, 0.3);
    background-color: rgba(135, 206, 235, 0.2);
  padding: 15px;
	margin-top: 25px;
}
.ticket_link {
  position: relative;
  background-image: url(/contents/2/SASHNB/2022/img/yellow_bg.png);
  font-weight: bold;
  font-size: 1.2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 270px;
  padding: 11px 0px 10px 18px;
  left: -18px;
	margin-bottom: 10px;
}
.ticket_link a {
	text-decoration: none;
	white-space: nowrap;
}
.ticket_wrap .ticket_link {
	width: 250px;
  margin: 15px 0;
}
/* areamap */
.areamap_wrap {
	text-align: center;
}
.areamap_wrap .frameHead {
  margin-bottom: 40px;
}
.areamap_pic {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
/* access */
.access_wrap {
	width: 1000px;
	color: #2E1655;
}
.access_wrap p,
.access_wrap h3 {
	padding: 0 30px;
}
.access_wrap h3 {
  font-size: 1.1em !important;
	margin-top: 15px;
}
.access_wrap iframe {
	width: 800px;
	height: 450px;
	margin: 15px 0;
}
/* about */
.about_wrap {
	width: 1000px;
}
.about_wrap .frameHead {
	margin-bottom: 20px;
}
.about_wrap p {
	text-align: left;
}
/* photo */
.photo_wrap {
	width: 1000px;
}
.photo_wrap .caption {
	font-size: .8em !important;
	line-height: 1.6em;
}
.photo_wrap .caption p:nth-child(1) {
	font-size: 1.3em !important;
	font-weight: bold;
}
.swiper-container {
	text-align: center;
	margin: 15px 0 30px;
}
.swiper-slide img {
  width: 800px;
  height: auto;
}
/* Q&A */
.qa_wrap {
  width: 1000px;
  color: #2E1655;
}
.qa_wrap .caption2 {
	background-color: rgba(200, 196, 239, 0.3);
  padding: 15px;
	font-size: .9em;
}
.contents {
	line-height: 1.7em;
	padding: 20px 100px;
}
.contents h3 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.contents .caption {
	font-size: .9em;
}
.qa_link a {
	display: block;
	max-width: 200px;
	text-align: center;
	background-color: #2E1655;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border: 1px dashed #FFF;
	box-shadow: 0px 0px 0px 5px #2E1655;
	letter-spacing: 1px;
	margin: 25px 10px 35px;
}
.qa_link a:hover {
  border-style: solid;
}
.qa_title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.qa_title2 {
	font-weight: bold;
	margin-bottom: 5px;
}
/* footer */
#footer {
  background-image: url(/contents/2/SASHNB/2022/img/footer_bg.jpg);
  width: 100%;
  height: 400px;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.footer_img1 {
  width: 250px;
  margin-top: 130px;
  margin-bottom: 40px;
}
.footer_img2 {
  width: 380px;
}
#footer p {
  line-height: 1.5;
  font-size: .8rem;
}
.footer_saslogo img {
	width: 240px;
	margin: 5px 0 30px;
}
/* faq */
.faq_wrap h3 {
  font-size: 1.1em !important;
  padding: 8px 14px 6px;
  margin-top: 30px;
  background-color: #149CD4;
  color: #fff;
  text-align: center;
}
.faq_wrap h4 {
	font-weight: bold;
	color: #E43292;
	margin: 20px 0 5px;
	padding: 0 50px;
}
.faq_wrap p {
	padding: 0 50px;
}
.faq_wrap b {
	font-weight: bold;
}
.faq_wrap a {
	color: #000;
}
.faq_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.faq_link a {
	border-radius: 10px;
	z-index: 1;
	display: inline-block;
	text-decoration: none;
	padding: 5px;
	width: 300px;
	background-color: transparent;
	color: #2E1655;
	border: 1px solid #2E1655;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#acMenu dt{
  display: block;
  font-weight: bold;
  color: #2E1655;
  margin: 30px 40px 10px;
  cursor: pointer;
  border-bottom: 1px solid;
}
#acMenu dd{
	display:none;
	padding: 0 40px;
}
.faq_wrap dt {
	position: relative;
  text-indent: 30px;
}
.faq_wrap dt::before {
  content: "";
	position: absolute;
  background-image: url(/contents/2/SASHNB/2022/img/q.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.faq_wrap dd {
	position: relative;
  text-indent: 30px;
}
.faq_wrap dd::before {
  content: "";
	position: absolute;
  background-image: url(/contents/2/SASHNB/2022/img/a.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
/* detail */
.detail_wrap {
	width: 1000px;
	color: #2E1655;
	margin-top: 100px;
}
.detail_wrap .contents img {
	max-width: 100%;
	height: auto !important;
}
.detail_wrap h3 {
  font-size: 1.5em;
}
.detail_wrap time {
  font-size: 1em;
  display: inline-block;
  font-weight: bold;
	margin-top: 30px;
}
.news_detail h3 {
	font-size: 1.2em;
  margin-bottom: 30px;
	color: #fff;
	background: #149CD4;
	padding: 8px 15px;
}
.news_detail .contents > div hr {
  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_bottom.png);
	background-repeat: no-repeat;
	background-size: 60% 15%;
	background-position: center;
	height: 10px;
	border: none;
    #background: #149CD4;
}
.news_detail .contents > hr {
    margin: 50px 0 40px;
    background-repeat: no-repeat;
    background-size: 100% 15%;
    background-position: center;
    /* color: #149CD4; */
    height: 10px;
    background-image: url(/contents/2/SASHNB/2022/img/2022_waku_bottom.png);
    border: none;
}
.link_top {
  text-align: center;
  margin-top: 30px;
}
.link_top a {
	width: 200px;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 8px 0 10px;
	color: #fff;
	background-color: #2E1655;
	border-radius: 5px;
}
/* message */
.message_wrap {
  text-align: center;
}
.message_wrap .contents {
	margin-top: 25px;
}
.message_wrap h2 {
  line-height: 1.4em;
}
.message_wrap .frameHead img {
  height: 18px;
}

@media screen and (min-width: 768px) {
	#header ul li a::after {
		content: "";
  	transition: all .4s;
	}
	#header ul li a:hover::after {
		content: "";
	  background-image: url(/contents/2/SASHNB/2022/img/white_wave.png);
		background-size: 70px auto;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 10px;
		display: block;
  	transition: all .2s;
	}
  .sp_nav {
    display: none;;
  }
	.sp_br {
		display: none;
	}
	.frameSet h2 {
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_top.png);
		background-repeat: no-repeat;
	  background-size: 100%;
		background-position: center;
	}
	.frameSet {
		position: relative;
	}
	.frameSet > div:nth-child(1)::before {
	  content: "";
		position: absolute;
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_left.png);
	  background-repeat: repeat-y;
	  background-size: 3px auto;
		background-position: center;
	  height: 100%;
	  width: 3px;
	  display: block;
	  left: 0;
	  top: 15px;
	}
	.frameSet > div:nth-child(1)::after {
	  content: "";
		position: absolute;
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_right.png);
	  background-repeat: repeat-y;
	  background-size: 3px auto;
		background-position: center;
	  height: 100%;
	  width: 3px;
	  display: block;
	  right: 0;
	  top: 15px;
	}
	.frameSet .frameSet_bottom {
		position: absolute;
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_bottom.png);
		background-repeat: no-repeat;
	  background-size: 100%;
		background-position: center;
	  height: 30px;
		width: 100%;
	  display: block;
	}
	.photo_wrap .caption {
    border: 1px solid;
    padding: 15px;
	}
}

@media screen and (max-width: 768px) {
	.page_jump {
    padding-top: 0;
    margin-top: 0;
	}
	.swiper-slide img {
		width: 100%;
	}
	#menu {
		z-index: 999;
    display: none;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    background-image: url(/contents/2/SASHNB/2022/img/2022_bg.jpg);
    background-size: contain;
		padding-top: 50px;
	}
	#menu > ul {
    margin: 0 auto;
    text-align: center;
    padding: 85px 0 120px;
    list-style: none;
    position: absolute;
    width: 100%;
	}
	#menu > ul > li > a {
    color: #FFFFFF;
    width: 100%;
    display: block;
		padding: 22px 0;
	}
	#menu {
		position: fixed;
    font-size: 1.1em;
	}
	#menu a {
		text-decoration: none;
	}
	#menu .twitter img {
    margin-top: -4px;
		width: 35px;
	}
	#menuBtn {
		z-index: 999;
		width: 20px;
		position: fixed;
    right: 11px;
    top: 10px;
	}
	#menuClose {
		z-index: 999;
		width: 20px;
		position: fixed;
    right: 11px;
    top: 10px;
	}
	#menu > ul {
		width: 100%;
		padding: 30px 0;
		text-align: right;
	}
	#menu > ul > li {
    padding-right: 20%;
	}
	#menu > ul > li > a {
		padding: 17px 0;
	}
  /* header nav */
  #main {
    padding-top: 0;
  }
	#main .white_bg {
	  padding-bottom: 70px;
	}
  #header {
    position: fixed;
    top: 0;
    right: 0;
    width: 43px;
    height: 40px;
    /* background-color: #2E1655; */
    background-color: rgba(0,0,0,.8);
    z-index: 99;
  }
  /* header nav */
	#header ul li a:hover::after {
		background-position: right;
	}
	.header_logo {
		height: unset;
		padding-left: 20px;
    padding-top: 6px;
	}
	.header_logo img {
		height: 38px;
	}
  .pc_nav {
    display: none;
  }
  .sp_nav {
    display: block;
  }
  .pc_main_pic {
    display: none;
  }
  .sp_main_pic {
    display: block;
  }
  .frameHead {
    font-size: 21px;
  }
  /* banner */
	.banner_before {
		padding: 10px 0 10px;
	}
	.banner_before img {
		width: 90%;
	}
	.banner_area {
		margin-top: 0;
	}
	.banner_area a {
		margin: 0px;
		width: 100%;
	}
	.news_wrap .frameHead img {
		height: 14px;
	}
	.ticket_wrap .frameHead img {
		height: 16px;
	}
	.areamap_wrap .frameHead img {
		height: 21px;
	}
	.access_wrap .frameHead img {
		height: 17px;
	}
	.about_wrap .frameHead img {
		height: 17px;
	}
	.qa_wrap .frameHead img {
		height: 12px;
	}
	.detail_wrap .frameHead img {
		height: 10px;
	}
/*
	.frameSet h2 {
	  background-image: url(/contents/2/SASHNB/2022/img/sp_waku_top.png);
	}
	.waku_long h2 {
	  background-image: url(/contents/2/SASHNB/2022/img/sp_waku_top_l.png);
	}
	.frameSet {
		position: relative;
	}
	.frameSet > div:nth-child(1)::before {
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_left.png);
		top: 12px;
	}
	.frameSet > div:nth-child(1)::after {
	  background-image: url(/contents/2/SASHNB/2022/img/sp_waku_right.png);
		top: 12px;
		right: -1px;
	}
	.frameSet .frameSet_bottom {
	  background-image: url(/contents/2/SASHNB/2022/img/2022_waku_bottom.png);
		height: 26px;
	}
*/
	.contents {
    padding: 10px 0;
	}
  /* news */
  .news_wrap {
  	width: 92%;
  }
  .news_table {
    -webkit-transform: none;
    transform: none;
    line-height: 1.5;
    font-size: 16px;
  }
	div.white_bg.news_bg {
	  padding-top: 28px !important;
	}
	.news_text::after {
	  background-size: 100%;
	}
  /* movie */
	.movie {
		width: 304px;
		height: 171px;
		max-width: 100%;
	}
  /* ticket */
	.ticket_wrap {
  	width: 92%;
	}
	.ticket_wrap .caption2 {
      background-color: rgba(135, 206, 235, 0.2);
	  padding: 15px;
      font-size: .9em;
	}
	.ticket_link {
		font-size: 17px;
		left: -5px;
		width: 245px;
    padding: 10px 0px 10px 18px;
	}
	.ticket_wrap .ticket_link {
		width: 220px;
	}
  /* areamap */
  .areamap_pic {
    display: inherit;
    width: 92%;
    text-align: center;
    margin-bottom: 20px;
  }
	.areamap_wrap .frameHead {
	  margin-bottom: 30px;
	}
  /* access */
	.access_wrap {
		width: 92%;
	}
	.access_wrap p,
	.access_wrap h3 {
		padding: 0;
	}
	.access_wrap h3 {
	  font-size: 1.1em !important;
	}
	.access_wrap iframe {
		width: 100%;
		height: 350px;
	}
  /* about */
	.about_wrap {
		width: 92%;
	}
	.about_wrap .frameHead {
		margin-bottom: 15px;
	}
  /* photo */
	.photo_wrap {
		width: 92%;
	}
  /* Q&A */
  .qa_wrap {
  	width: 92%;
  }
	.qa_title2 {
    padding: 2px 7px;
    width: 90%;
    font-size: .9em;
    line-height: 1.5em;
	}
	.qa_wrap .caption {
    font-size: .8em;
    line-height: 1.5em;
	}
  /* footer */
  #footer {
  	background-image: url(/contents/2/SASHNB/2022/img/footer_bg_sp.jpg);
    height: 100%;
    background-size: 100% 100%;
  }
  .footer_img1 {
    width: 45%;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .footer_img2 {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #footer p {
    line-height: 1.2;
    font-size: .5rem;
		padding: 0 10px 10px;
  }
	.footer_saslogo img {
    width: 48%;
    margin: 0px 0 10px;
	}
	/* faq */
	.faq_wrap h3 {
		font-size: 1em !important;
	}
	.faq_wrap h4 {
		padding: 0 10px;
	}
	.faq_wrap p {
		padding: 0 10px;
	}
	#acMenu dt{
	  margin: 30px 0 10px;
	}
	#acMenu dd{
		padding: 0;
	}
	/* news_detail */
	.detail_wrap {
		width: 92%;
		color: #2E1655;
		margin-top: 0;
	}
	.detail_wrap h3 {
	  font-size: 1.3em;
	}
	.pc_br {
		display: none;
	}
	/* message */
	.message_wrap .contents {
		margin-top: 25px;
	}
}