html {
  -webkit-overflow-scrolling: touch;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
}
td,th {
	color: #333333;
	font-size: 14px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.5;
}
a:link {
	color: #DD677C;/*80679c */
	text-decoration: none;
}
a:visited {
	color: #DD677C;
	text-decoration: none;
}
a:hover {
	color: #E99A9E;
	text-decoration: underline;
}
h3 {
	background-image: url(../image/ball.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}
#h3_link {
	color: #333333 !important; 
}
.h3_link {
	color: #333333 !important; 
}
h4 {
	color: #A07A4C;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 4px;
}
img {
	border-width: 0px;
	max-width:100%;
	height:auto;
}
ul {
	list-style-type: square;
}
.line {
	width: 100%;
	background-image: url(../image/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 3px;
	padding-bottom: 6px;
	margin-bottom: 16px;
}
.ball {
	background-image: url(../image/ball.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	line-height: 18px;
}
.b_line {
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	text-align: center;
}
.anchor {
	color: #D54D65;
	padding-left: 20px;
	line-height: 20px;
	background-image: url(image/anchor_a.gif);
	background-repeat: no-repeat;
	background-position: left middle;
}
.pagetop { margin-top: 20px; }
.small { font-size: 12px; font-weight: normal; }
.big { font-size: 16px; font-weight: bold; }
.bold { color: #D54D65; font-weight: bold; }
.normal { font-weight: normal; }
.gold { color: #A07A4C; font-weight: bold; } 

/* --------------- top --------------- */

#top_main {
	width: 100%;
	background-color: #FFFFFF;
}
#top_main h1 {
	visibility: hidden; 
	font-size: 14px;
	line-height: 18px;
	margin: -8px;
	text-indent: -999em;
}

.top_news { margin-bottom: 40px; }

p.regular {	line-height: 20px; }
p.regular a { font-weight: bold; }


ol.terms { margin-bottom: 24px; }
.terms li { margin-bottom: 16px; }


/* --------------- menu --------------- */

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
    overflow-x: hidden;
    height: 100%;
}
/*body {
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Varela Round', sans-serif;
} */
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #F5D4D4;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #F8E4E4;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid #FFFFFF;
}
.sidebarMenuInner li{
    list-style: none;
    color: #DD677C;
	font-size: 16px;
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #FFFFFF;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #DD677C;
	font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}


/* --------------- main --------------- */

#main {
	width: 87%;
	margin: 20px;
}
#footer {
	background-image: url(../image/copyright.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: -99em;
	margin-bottom: 10px;
}
.contents { padding-top: 10px; margin-bottom: 40px; }

/* --------------- concert main --------------- */

.concert { margin-bottom: 40px; }


/* --------------- contact --------------- */

#contact_mail { margin-top: 20px; margin-bottom: 20px; }
#contact_mail h1 {
	font-weight: normal;
	font-size: 12px;
	margin-left: 18px;
}
#contact_mail h1 a { font-size: 16px; font-weight: bold; }

#send { height: 200px; padding: 40px; }

/* --------------- form --------------- */

.form {
	border-color: #DD677C;
	border-style: solid;
	border-width: 1px;
	scrollbar-3dlight-color: #DD677C;
	scrollbar-arrow-color: #DD677C;
	scrollbar-base-color: #DD677C;
	scrollbar-darkshadow-color: #DD677C; 
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #F6DFDF;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	color: #333333;
}
