@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

***************************************/
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	/*overflow-x: hidden;*/
}
body {
	line-height: 1;
	text-align: left;
	overflow-x: hidden;
	transform-origin: top center;
	/*animation: loading 1s;
	animation-delay: 3s;*/
	position: relative;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*font-family: 'Montserrat', sans-serif;*/
/***************************************
02.共通
***************************************/
body {
	font-size: 16px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background:url(../img/kv.jpg) no-repeat center top/cover;
	background-attachment: fixed;
}
@media screen and (max-width:767px) {
	body {
		background: none;
	}
	body:before{
	position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    background:url(../img/kv.jpg) no-repeat center top/cover;
    content:"";
	}
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	color: #E72217;
	word-break: break-all;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	width: 100%;
	vertical-align: middle;
}

small{
	font-size: 0.9rem;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
section {
	padding: 80px 0;
	position: relative;
}
section h2 {
	font-size: 0;
	letter-spacing: 0.1em;
	text-align: center;
	position: relative;
	text-indent: -9999px;
	margin: 20px auto;
}

@media screen and (max-width:767px) {
	body{
		font-size: 14px;
	}
	section{
		padding: 40px 0;
	}
	.sp_only {
		display: inline;
	}
	.pc_only {
		display: none;
	}
}

a[href^="tel:"]{
	color: #000;
}

/*------------チケット-----------------*/
.ticket {
	position: fixed;
	bottom: 10%;
    right: 10px;
    padding: 0px;
    z-index: 100;
}
.ticket img{
	width: 180px;
}
/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/
.pc_logo_area {
	width: 50%;
    padding:0;
    display: block;
    box-sizing: border-box;
}
.pc_logo_area a{
	display: block;
	background: #FF9EA2 url(../img/logo_s.svg) no-repeat center center/60%;
	text-indent: -9999px;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	position: absolute;
	top: -20px;
	left: 14px;
}
.pc_logo_area a small{
	font-size: 16px;
}
.sp_logo_area,
.sp-tickets {
	display: none;
}
header {
	position: relative;
	width: 100%;
	display: none;
}
header nav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	z-index: 10;
	background-color: #000;
	position: relative;
	height: 60px;
	justify-content: ;
}
header nav ul {
	width: 50%;
	height: 36px;
	padding: 0 3vw 0 0;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
header nav ul a {
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	padding-top: 5px;
	color: #fff;
	font-weight: 700;
}
header nav ul a:hover {
	text-decoration: none;
	color: #E72217;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	header{
		display: block!important;
	}
	#top-head {
		position: fixed;
		display: block!important;
		z-index: 100;
		background: #000;
		height: 60px;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 5px 15px 15px;;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		width: 100%;
		margin: 0 auto;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
	}
	.pc_logo_area {
		display: none;
	}
	.sp_logo_area {
		width: 60px;
		padding: 15px;
		display: block;
	}
	.sp-tickets {
		display: flex;
		height: auto;
		padding: 7px 10px;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
		width: 100%;
	}
	.sp-tickets a.sp-logo{
		display: block;
		background: #FF9EA2 url(../img/logo_s.svg) no-repeat center center/60%;
		text-indent: -9999px;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		position: absolute;
		top: -10px;
		left: -10px;
	}
	.ticket {
		left: 40%;
		top: 24px;
		width: 20%;
		padding: 0;
	}

	.sp-tickets .tickets-img {
		width:78px;
		position: absolute;
		right: 80px;
	}
	.sp-tickets img {
		width: 100%;
		height: auto;
	}
	header nav{
		display: none;
		position: fixed;
		top:60px;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
    header nav ul li a {
		padding: 16px;
    }
	header nav ul a {
		color: #fff;
		font-weight: bold;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
        height: 100%;
		padding-left: 0;
	}
	header nav ul li{
		width: 76%;
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 25px 15px;
	}

    /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		top: 15px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header-nav > ul > li a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 25px 15px;
		font-size: 30px;
		font-weight: bold;
		z-index: 2;
	}
	header nav ul a:hover {
		text-decoration: none;
		color: #fff;
	}
}
@media screen and (max-width:767px) {
	header nav {
    display: none;
    position: fixed;
    top: 60px;
    width: 100%;
	background-color: #000;
	height: 100%;
    left: 0;
}
}

/*------------フッター-----------------*/
footer {
	background-color: #111; 
	padding: 90px 0 40px 0;
	position: relative;
	
}
footer p {
	color: #fff;
	padding-bottom: 0.5em;
	text-align: center;
}
@media screen and (max-width:767px) {
	footer {
		padding: 20px 0;
	}
}

/*------------共通-----------------*/
section .inner{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	position: inherit;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
	section .inner{
		width: 90%;
		margin: auto;
	}
}

/***************************************
03.ローディング
***************************************/
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #162328;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/***************************************
03.メインビジュアル
***************************************/
.mv {
}
.mv .mv-img{
	margin: 0;
    /*padding-top: calc(1336 / 2500 * 100%);*/
	position: relative;
}
/*@keyframes loading {
	0% {opacity: 0;transform: scale(1.1);}
	100% {opacity: 1;transform: scale(1);}
}*/
.mv h1 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
	background: url(../img/logo.png) no-repeat center center/80%;
	width: 100%;
	height: 90%;
	position: absolute;
	top: 0%;
	left: 0%;
}
@media screen and (max-width:767px) {
	.mv h1 {
		background-size: 100%;
	}

}

/***************************************
04.ニュース
***************************************/
section#news{
	margin-top: -50px;
}
section#news .inner{
	width: 540px;
	height: 300px;
	background: url(../img/fukidashi.svg) no-repeat center center/100%;
	padding: 60px 0px;
	box-sizing: border-box;
}
section#news h2{
	background: url(../img/news.png) no-repeat center center/100%;
	width: 130px;
	height: 66px;
}
section#news dl{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin: auto;
	max-height: 3em;
	overflow-y: scroll;
	width: 350px;
}
section#news dt{
	width: 4em;
	padding-left: 0px;
	padding-bottom: 10px;
}
section#news dd{
	text-align: right;
	padding-bottom: 10px;
	width: calc(100% - 4.5em);
}

.banner{
	position: relative;
	text-align: center;
	padding: 20px 0;
	margin-top: -100px;
	z-index: 90;
}
.banner img{
	width: 230px;
	padding-top: 5px;
}
@media screen and (min-width:1700px) {
	.banner {
		margin-top: -150px;
	}
}

@media screen and (max-width:1024px) {
	.banner img{
		width: 250px;
	}
}
@media screen and (max-width:980px) {
	.banner img{
		width: 200px;
	}
}

@media screen and (max-width:767px) {
	.banner{
		margin-top: -150px;
	}
	.banner img{
		width: 120px;
		padding: 8px;

	}
	section#news{
		margin-top: -20px;
	}
	section#news .inner{
		width: 320px;
		height: 180px;
		padding: 30px 10px;
	}
	section#news h2{
		width: 61px;
		height: 30px;
		margin: 10px auto;
	}
	section#news dl{
		width: 265px;
	}
	/*section#news dt{
		width: 6em;
		padding-left: 10px;
	}*/
}



/***************************************
04.イントロダクション
***************************************/
section#intro{
	background: url(../img/dot_or.png) no-repeat left bottom/80%;
}
section#intro .inner{
	transform: skewY(-2deg);
	padding: 80px 0;
	text-align: center;
	background: white;
	border: 8px solid #000;
}
section#intro .inner .text-wrap{
	transform: skewY(2deg);
}
section#intro h2{
	background: url(../img/intro.png) no-repeat center center/100%;
	width: 447px;
	height: 91px;
}
section#intro p{
	font-size: 18px;
	line-height: 2em;
	font-weight: 700;
}
section#intro p strong{
	font-size: 30px;
}
.twitter{
	text-align: center;
	padding: 50px 0;
}
.twitter a.twitter-bt{
	width: 20em;
	padding: 20px ;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	background: #D9D9D9;
	border: 8px solid #000;
	box-shadow: 10px 10px 0px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	display: block;
	margin: auto;
	line-height: 1.4em;
}
.twitter a.twitter-bt:hover{
	text-decoration: none;
	background: #E72217;
	transition: all 0.5s ease-out;
}
.twitter a.twitter-bt:after{
	content: "";
	display: block;
	background:url(../img/tw_arrow.svg) no-repeat center center/100%;
	width: 67px;
	height: 62px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.twitter a.twitter-bt:hover::after{
	right: -60px;
	transition: all 0.5s ease-out;
}

@media screen and (max-width:767px) {
	section#intro{
		padding-bottom: 0;
	}
	section#intro h2{
		width: 260px;
		height:78px;
	}
	section#intro .inner{
		padding: 20px 0;
	}
	section#intro p{
		font-size: 16px;
	}
	section#intro p strong{
		font-size: 20px;
	}
	.twitter a.twitter-bt{
		width: 70%;
		border: 4px solid #000;
	}
	.twitter.attention a.twitter-bt{
		font-size: 18px;
	}
	.twitter a.twitter-bt:after{
		width: 37px;
		height: 35px;
		right: -30px;
	}
}



/***************************************
05.キャスト
***************************************/
#cast{
	background: url(../img/cast-back.png) no-repeat center bottom/100%;
	/*background-color: rgba(255, 255, 255, 0.5);*/
	padding: 80px;
	margin-top: 100px;
	border-top: 8px solid #000;
	/*clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);*/
	position: relative;
}
#cast.new{
	background: url(../img/cast-back.webp) no-repeat center bottom/cover;
}
#cast::after{
	content: "";
	display: block;
	width: 100%;
	/*border-bottom: 8px solid #000;
	height: 1px;
	transform: skewY(-3.5deg);*/
	background: url(../img/cast_line.svg) no-repeat left bottom;
	height: 200px;
    position: absolute;
    bottom: 0px;
	left: 0;
}
#cast h2{
	background: url(../img/cast.png) no-repeat center center/100%;
	width: 187px;
	height: 103px;
}

@media screen and (max-width:767px) {
	#cast{
		padding: 40px 0;
		/*clip-path: polygon(0 0, 100% 0%, 100% 97%, 0% 100%);*/
		background: url(../img/cast-back_sp.png) no-repeat center bottom/100%;
		margin-top: 30px;
	}
	#cast.new{
		background: url(../img/cast-back_sp.webp) no-repeat center bottom/100%;
	}
	#cast::after{
		/*transform: skewY(-3.2deg);*/
	}
	#cast h2{
		width: 107px;
		height: 63px;
	}
}

#cast p.name{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding:10px 0;
}

#cast .Performer {
	width: 90%;
	margin: 0 auto 40px auto;
	text-align: center;
}
#cast .Performer img{
	width: 100%;
	display: block;
	margin: auto;
	max-width: 600px;
}

#cast ul.guest{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1140px;
	width: 100%;
	margin: 40px auto 20px auto;
}
#cast ul.guest li{
	width: 48%;
	padding-bottom: 30px;
	text-align: center;
}
#cast ul.guest li img{
	width: 100%;
}
#cast p.andmore{
	line-height: 1.6em;
}

@media screen and (max-width:767px) {
	#cast ul.guest{
		justify-content: center;
	}
	#cast .Performer {
		width: 100%;
	}
	#cast ul.guest li{
		width: 80%;
	}
}


/***************************************
07.チケット .sec_3
***************************************/

section#ticket .inner{
	transform: skewY(-2deg);
	padding: 80px;
	text-align: center;
	background: white;
	border: 8px solid #000;
}
section#ticket .inner .text-wrap{
	transform: skewY(2deg);
}

#ticket h2{
	background: url(../img/ticket.png) no-repeat center center/100%;
	width: 247px;
	height: 87px;
}

#ticket h3{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 50px auto 50px auto;
}
#ticket h3 span{
	display: inline-block;
	position: relative;
}
#ticket h3 span::before,
#ticket h3 span::after{
	content: "";
	display: block;
	width: 32px;
	height: 37px;
	position: absolute;
}
#ticket h3 span::before{
	background: url(../img/pick_or1.svg) no-repeat center center/100%;
	top: -20px;
	left: -32px;
}
#ticket h3 span::after{
	background: url(../img/pick_or2.svg) no-repeat center center/100%;
	bottom: -20px;
	right: -32px;
}

@media screen and (max-width:767px) {
	section#ticket .inner{
		padding: 30px 10px;
	}
	#ticket h2{
		width: 149px;
		height:54px;
	}
	#ticket h3{
		margin: 30px auto;
	}
}

#ticket .inner .outline,
#ticket .inner .about-ticket{
	margin-bottom: 30px;
}
#ticket .place,
#ticket .price,
#ticket .date {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 40px;
	line-height: 1.6em;
}
#ticket .price strong,
#ticket .date strong{
	font-size: 30px;
}
#ticket .price small.att{
	font-size: 16px;
	font-weight: normal;
	display: block;
	line-height: 1.4em;
}
p.notice{
	text-align: left;
	padding-bottom: 20px;
}

.sub-ttl{
	font-weight: 700;
	padding-bottom: 20px;
	font-size: 18px;
}

#ticket .t-detail  {
	line-height: 1.5em;
	max-width: 35em;
	margin: auto;
}
#ticket .t-detail dl {
    padding-bottom: 20px;
    text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 18px;
}
#ticket .t-detail dl dt {
    padding-bottom: 0.75em;
	width: 6em;
}
#ticket .t-detail dl dd {
    padding-bottom: 0.75em;
	width: 80%;
}
#ticket .t-detail dl dd small{
	font-size: 0.8rem;
}

@media screen and (max-width:767px) {
	#ticket .place,
	#ticket .price,
	#ticket .date {
		padding-bottom: 20px;
	}
	#ticket .t-detail dl{
		font-size: 16px;
	}
	#ticket .t-detail dl dt {
		padding-bottom: 0em;
		width: 100%;
		text-align: center;
	}
	#ticket .t-detail dl dd {
		padding-bottom: 0.75em;
		width: 100%;
		text-align: center;
	}
}


/***************************************
08.チケットに関する注意事項 .sec_3
***************************************/
#ticket .ttl-area {
	padding-bottom: 50px;
}

.row_01 {
	text-align: left;
	position: inherit;
	z-index: 20;
}
.row_01 p {
	line-height: 1.5em;
}
.row_01 ul {
	padding-left: 0.5em;
}
.row_01 ul li {
	padding-left: 0em;
	padding-bottom: 0.6em;
    line-height: 1.5em;
	list-style: disc;
	list-style-position:outside;
	box-sizing: border-box;
}
.contact{
	line-height: 1.8em;
	padding-bottom: 50px;
}
@media screen and (max-width:767px) {
	.row_01 ul {
		margin-left: 1em;
	}
}

/***************************************
09.アクセス .sec_4
***************************************/

#access h2{
	background: url(../img/access.png) no-repeat center center/100%;
	width: 211px;
	height:80px;
}

#access .text-area {
	text-align: center;
    position: inherit;
    z-index: 15;
}
#access .text-area .text-1 {
	font-size:28px;
	font-weight: 700;
	padding: 20px 0;
}
#access a{
	color: #000;
}
#access .text-area .text-2 {
	padding-bottom: 40px;
	line-height: 1.6em;
}

#access .g_map {
	width: 86%;
	margin: 0 auto;
	position: relative;
    z-index: 10;
}
#access .g_map_inner {
	position: relative;
	width: 100%;
	border: 8px solid #000;
	box-sizing: border-box;
}
#access .g_map_inner iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width:767px) {
	#access h2{
		width: 131px;
		height:50px;
	}
	#access .g_map {
		width: 100%;
	}
	#access .g_map_inner iframe {
		width: 100%;
		height: 300px;
	  }
}
/***************************************
10.GOODS sec_5
***************************************/
#goods .inner{
	padding: 80px 0;
	background: url(../img/dot_w.png);
	background-color: rgba(255, 255, 255, 0.5);
	border: 8px solid #000;
}
#goods h2{
	background: url(../img/goods.png) no-repeat center center/100%;
	width: 193px;
	height: 79px;
}
#goods .coming{
	text-align: center;
	font-size:20px;
	padding: 30px 0 0px;
	font-weight: 700;
}

@media screen and (max-width:767px) {
	#goods .inner{
		padding: 30px 0;
	}
	#goods h2{
		width: 131px;
		height:53px;
	}
	#goods .coming{
		font-size:16px;
		padding: 20px 0;
	}
}


#goods a.goods-bt{
	width: 20em;
	padding: 20px ;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	background: #D9D9D9;
	border: 8px solid #000;
	box-shadow: 10px 10px 0px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	display: block;
	margin: 30px auto 0 auto;
}
#goods a.goods-bt:hover{
	text-decoration: none;
	background: #E72217;
	transition: all 0.5s ease-out;
}
#goods a.goods-bt:after{
	content: "";
	display: block;
	background:url(../img/tw_arrow.svg) no-repeat center center/100%;
	width: 67px;
	height: 62px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

#goods a.goods-bt:hover::after{
	right: -60px;
	transition: all 0.5s ease-out;
}

@media screen and (max-width:767px) {
	#goods a.goods-bt{
		width: 70%;
		border: 4px solid #000;
	}
	#goods a.goods-bt:after{
		width: 37px;
		height: 35px;
		right: -30px;
	}
}


#ondo .inner{
	padding: 60px;
	background: url(../img/dot_w.png);
	background-color: rgba(255, 255, 255,0.8);
	border: 8px solid #000;
}
#ondo h2{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	background: none;
	text-align: center;
	letter-spacing: normal;
	text-indent: 0;
}
#ondo h2 span{
	display: inline-block;
	position: relative;
}
#ondo h2 span::before, #ondo h2 span::after {
    content: "";
    display: block;
    width: 40px;
    height: 44px;
    position: absolute;
}
#ondo h2 span::before {
    background: url(../img/pick_or1.svg) no-repeat center center/100%;
    top: -20px;
    left: -22px;
}
#ondo h2 span::after {
    background: url(../img/pick_or2.svg) no-repeat center center/100%;
    bottom: -20px;
    right: -42px;
}
#ondo p{
	padding-bottom: 20px;
	line-height: 1.8em;
}
#ondo p.date{
	text-align: center;
	font-size: 20px;
}
#ondo p.lead{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#ondo p strong{
	font-weight: 700;
}

#ondo p.date strong{
	font-size: 28px;
	font-weight: 700;
}
#ondo ul{
	margin: 0px 0 20px 0;
	padding:20px 20px;
	background: #fff;
	list-style-type: none;
}
#ondo ul li{
	margin-bottom: 10px;
	line-height: 1.8em;
	padding-left: 15px;
	position: relative;
}
#ondo ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	top: 10px;
	left: 0;
}
#ondo p.mail{
	text-align: center;
}
#ondo p.mail strong{
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	padding: 0 10px;
}

@media screen and (max-width:767px) {
	#ondo .inner{
		padding: 30px 20px;
	}
	#ondo h2{
		font-size: 24px;
		line-height: 1.6em;
	}
	#ondo p.date strong{
		font-size: 20px;
	}
	p.mail strong{
		font-size: 18px;
	}
	#ondo ul li:before{
		top: 9px;
	}
	#ondo h2 span::before, #ondo h2 span::after{
		width: 32px;
		height: 37px;
	}
	#ondo h2 span::after {
		right: -22px;
	}
}


/***************************************
11.
***************************************/

/***************************************
12.ご来場になるお客様へのお願い sec_7
***************************************/
#attention {
	background: #F68703;
	color: white;
}
#attention h4{
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
}
#attention ul li{
	padding-left: 1em;
	padding-bottom: 0.6em;
    line-height: 1.5em;
	list-style: disc;
	list-style-position: inside;
	box-sizing: border-box;
}

/***************************************
13.pagetop
***************************************/
#pagetop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    float: right;
    width: 60px;
    height: 60px;
	z-index: 1000;
}
#pagetop a{
	width: 60px;
	height: 60px;
	color: white;
	line-height: 60px;
	background: #000;
	display: block;
	border-radius: 50%;
	text-align: center;
}
#pagetop img {
    width: 100%;
    height: auto;
}