@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
　共有
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	background: #ffffff;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8em;
}	
::selection {
	background: #EF8A33;
}
.inner {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
ul {
	-webkit-padding-start: 0 !important;
}
ul, li {
	list-style: none;
}
li {
    list-style-type: none;
    display: inline-block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	filter: alpha(opacity=80);
	opacity: 0.7;
}
.mail{
	color:#13a6c1;
	}

/* 汎用
------------------------------------------------------------*/
.back1 {
	background: #b71f22;
	padding: 1% 0% 5% 0%;
}
.color-red {
	color: #F01115;
}
.non-displaypc {/*PC非表示*/
	display: none;
}
.non-displaysp {/*SP非表示*/
/*	display: block;
*/}
.small {
	font-size: 70%;
}
.news_title{
	font-size: 140%;
	color:#FF0004;
	font-weight: 700;
	vertical-align: middle;
	}
.red {
	font-size: 70%;
	color:#FF0004;
	letter-spacing: 0px;
}
.big {
	font-size: 130%;
	font-weight: 700;
	vertical-align: middle;
}
.left {
	text-align: left;
}
#top{    
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px 0;
    line-height: 1;
    z-index: 999999999;
    background: #b71f22;
	}
#news{
	color:#FF0004;
	padding: 25px;
	font-size: 130%;
	}	
/*------------------------------------------------------------
　Nav
------------------------------------------------------------*/	

#nav ul{
	list-style: none;
    float: right;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding-top: 7px;
	}
#nav ul li{
	float: left;
    position: relative;
	padding: 0px 20px 0px 0px;
	}		
#nav li a{
	color: #ffffff;
}
.fixed/*ナビ固定*/ {
	top: 0;
	width: 100%;
	z-index: 10000;
}
#nav{
	text-align: center;
    margin: 0 auto;
}
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
	/*top: 9px;*/
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle span {
	display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
/*------------------------------------------------------------
　Header
------------------------------------------------------------*/
header {
	background: #000000;
}
header p {
	float: left;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 6px;
}
header ul {
	vertical-align: middle;
}
/*------------------------------------------------------------
　footer
------------------------------------------------------------*/
footer {
	background-position: top;
	text-align: center;
	font-size: 14px;
	color: #000000;
	padding-bottom: 100px;
	padding-top: 5px;
}

footer p {
	margin-top: 10px;
	background: #ffffff;
	}

#footer_link {
	margin:30px;
	}

#footer_link ul{
	text-align:center;
	}
#footer_link li{
	letter-spacing:2px;
	}		
#footer_link span{
	font-size:130%;
	font-weight:800;
	}	
/*------------------------------------------------------------
　Main visual
------------------------------------------------------------*/
#mv {
	padding: 100px 0px 55px 0px;
	background-image: url(../images/bg_pc.png);
    background-size: cover;
    background-position: center;
    margin: auto;
    text-align: center;
}
#mv img {
	width: 100%;
	margin: 0 auto;
}
/*------------------------------------------------------------
　Contents
------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: center;
}
h2 {
	font-size: 40px;
	letter-spacing: 6px;
}
h3 {
	font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
}
h4 {
	font-size: 30px;
	letter-spacing: 2px;
	vertical-align: middle;
}
h5 {
	font-size: 26px;
	vertical-align: middle;
	margin-bottom: 6px;
}

/* Title
------------------------------------------------------------*/
.titlebox1{
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px 0px 20px 0px;
	}
.titlebox2, .titlebox4 {
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px 0px 10px 0px;
}
.titlebox4 {
	background: #50B17F;
	color: #fff;
}
/* Main
------------------------------------------------------------*/
.background{
	background:#ffffff;
	}
.background2{
	background:#b71f22;
	padding-bottom: 10px;
	}
#past{
	margin-top:10px;
	}
.box1, .box3, .box4 {
	box-sizing: border-box;
	clear: both;
}
.box1 p{
	color:#000000;
	font-size: 20px;
	margin: 10px 0px 0px 0px;
	line-height: 34px;
}
.box1-0 /*おすすめポイント*/ {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 0 0 0;
}
.box1-1 {
	width: 30%;
    height: auto;
    background: #ffffff;
    border: solid #b71f22;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    border-style: solid;
    padding: 5px;	
}
.box1-1 p {
	padding: 0px 0px 0px 9px;
    text-align: left;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    text-justify: inter-ideograph;
    line-height: 23px;
    width: 93%;
}
.box1-1 img {
	text-align: left;
	margin: 0;
	padding: 0;
}
.box1-1 span{
	font-size:12px;
	text-align:left;
	letter-spacing: -1px;
	}
.box2{
	box-sizing: border-box;
	clear: both;
	}
/* メイン情報
------------------------------------------------------------*/
.lineup{
	text-align:center;
	font-size:25px;
	margin: 15px 0px 10px 0px;
	font-size: 20px;
	}
.event {
	text-align:center;
	background-color: #FFFFFF;
	width: 80%;
    margin: 0 auto;
	}	
.event p{
	font-weight:bold;
	text-align:left;
	margin:0 auto;
	width: 90%;
    padding-top: 10px;
	}
.event_btn{
	text-align:center;
	padding-bottom: 40px;
	}
.event_btn img{
	margin: 0 auto;
	padding-bottom: 10px;
	}
.past_event{
	padding-top: 20px;
    padding-bottom: 0px;
    font-weight: 800;
    font-size: 110%;
    letter-spacing: 2px;
	}				
#container {
	margin: 0 auto;
	text-align: center;
} 
.box1, .box2, .box3 {
	padding-top: 15px;
	padding-bottom: 10px;
}
.insert{
    padding: 3px;
	}
.insert img{
	max-width:100%;
	}	
#venue{
	margin-top:50px;
	}
#venue p{
	color:#ffffff;
	font-size: 17px;
	}	
.summary{
	background-color:#FFFFFF;
	width: 80%;
	}	
.summary2{
	background-color:#FFFFFF;
	}	
.summary img{
	width:100%;
	}
.summary2 p{
	padding:10px;
	}			
#what p{
	font-size:17px;
	padding-bottom: 20px;
    padding: 10px;
	}
#gallery{
	margin-top:10px;
	}
.contents{
	padding:50px;
	}
				
/*概要表組
------------------------------------------------------------*/
.box2 p {
	margin-bottom:10px;
	line-height: 170%;
	}
.box2 h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.box2 table, td, th {
	border-collapse: collapse;
	text-align: left;
	font-size: 15px;
}
.box2 th, td {
	padding-bottom: 10px;
	padding-top: 10px;
}
.box2 th {
	width: 30%;
	padding-left: 20px;
}
.box2 td img {
	margin-top: 10px;
}
.box2 table {
	width: 80%;
	margin: auto;
}
.box2 tr {
	border-top: solid 1px #4D4D4D;
}

.box2 th, td a {
	color: #009DFF;
}
.box2 th, td a:hover {
	color: #1B1B1B;
}
/*イベントページ概要
------------------------------------------------------------*/
.box3 p {
	margin-bottom:0px;
	line-height: 170%;
	}
.box3 h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.box3 th, td {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight:bold;
	font-size: 20px;
	letter-spacing: 2px;
}
.box3 th {
	width: 41%;
	padding-left: 20px;
}
.box3 td img {
	margin-top: 10px;
}
.box3 table {
	width: 53%;
	margin: auto;
	color: #6c391c;

}
/*.box3 table, td, th {
	border-collapse: collapse;
	text-align: left;
	font-size: 15px;
}*/
/*.box3 tr {
	border-top: solid 1px #4D4D4D;
}
.border-bottom {
	border-bottom: solid 1px #4D4D4D;
}*/

.photo img{
	width:80%;
	}
.button {
	width:100%;
	text-align:center;
	margin-top:10px;
}
#voice{
    margin: 0 20px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}
#voice p{
    line-height: 25px;
	color: #ffffff;
	}
#voice a{
	color: #ffffff;
	font-size: 20px;
	}	
.large {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
	}	
/*申し込みボタン
------------------------------------------------------------*/
#btn_bottom/*申し込み*/ {
	right: 0;
    cursor: pointer;
    position: fixed;
    left: 0px;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
    background: #0ab90b;
    clear: both;
    height: 55px;
	}
#btn_bottom p{
	color:#ffffff;
    padding: 18px;
	font-size: 25px;
	}
.size50 img {
	width: 98%;
}
/*------------------------------------------------------------	
/* Table
------------------------------------------------------------*/
.box4 th {
    /*padding: 5px 0px 0px 0px;*/
	width: 27%;
	vertical-align: top;
	text-align: left;
	font-size: 17px;
    letter-spacing: 5px;
	line-height: 27px;
}
.box4 td {
	text-align: left;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 20px;
    letter-spacing: 1px;
	line-height: 30px;
}							
/*------------------------------------------------------------
　social FB twitter
------------------------------------------------------------*/
.social {
	margin-top: 5px;
    margin: 5px 0px 0px;
	margin: 25px 0px 0px;
    text-align: center;
}
.social li {
	display: inline-block;
}
.fb-like {
	top: 1px;
	width: 111px !important;
	height: 25px !important;
	overflow: hidden !important;
}
.fb-like-box {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: center;
}
.fb-like-box iframe {
	overflow: hidden;
	background: #fff;
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: center;
}
.twitter-timeline {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 15px;
}
/*------------------------------------------------------------	
  パンくず
------------------------------------------------------------*/
#breadcrumb a{
	text-decoration: underline;
	}
/*------------------------------------------------------------
　レスポンスブ
------------------------------------------------------------*/

@media only screen and (max-width:900px) {
/*Contents
------------------------------------------------------------*/
#container {
	width: 100%;
}
.summary {
    width: 95%;
}
/*#container img {
	max-width: 90%;
}*/
.inner {
	width: 80%;
}
img {
	max-width: 96%;
}
.box1-1{
	width:31%;
	height: 550px;
	}
footer{
	padding-bottom: 100px;
	}
/*Nav
------------------------------------------------------------*/
#nav h1 img {
	max-width: 90%;
	float: left;
}
#nav li {
	margin-left: 4px;
/*	width: 20%;
*/  padding: 0px 10px 0px 0px;
	font-size: 12px;
}
}

@media only screen and (max-width:770px) {
/*Nav
------------------------------------------------------------*/
.open #nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}
#top #nav ul li a, #top.fixed #nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 0px 10px 0px;
	}
#nav-toggle {
    display: block;
}
#nav{
	position: absolute;
    top: -513px;
    background: #545454;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav ul {
    float: none;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 12px;
}
#nav ul li {
    float: none;
    position: static;
	padding: 0px;
}
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/*Contents
------------------------------------------------------------*/
.box2 th {
	vertical-align: middle;
	width: 23%;
	padding: 4px;
}
.box2 td {
	vertical-align: middle;
	font-size: 13px;
	padding-left: 4px;
}
.box3 th {
	vertical-align: middle;
	width: 30%;
	padding: 4px;
	font-size: 15px;
}
.box3 td {
	vertical-align: middle;
	font-size: 15px;
	padding-left: 4px;
}
.box1-1{
	width: auto;
    height: auto;
	}
.box1-1 p {
	padding: 8px;
	text-justify: inter-ideograph;
	width: 93%;
    margin: 0 auto;
}
.box1-1 img {
    width: 50%;
}
#venue p {
	font-size:15px;
	}
/*info
------------------------------------------------------------*/		
#voice {
    font-size: 0.8em;
    margin: 0 10px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-size: 14px;
	}
footer {
    padding-bottom: 60px;
}			
}
@media only screen and (max-width:480px) {
/*Contents
------------------------------------------------------------*/
h2 {
    letter-spacing: 1px;
    padding-top: 15px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 15px;
}
p {
	font-size: 12px;
}
#mv {
	padding: 60px 0px 15px 0px;
    background-size: cover;
    background-position: center;
}
.inner {
    width: 94%;
}
.box1, .box2, .box3, .box4 {
	padding: 19px;
}
.box1 p {
	padding: 2px;
	font-size: 14px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 25px;
}
.box1-1 {
	width: 92%;
	height: auto;
	box-sizing: border-box;
}
.box1-1 p {
	padding: 5px 0px 13px 0px;
	font-size: 14px;
	text-align: left;
	text-justify: inter-ideograph;
}
.box1-1 img {
	width: 100%;
}
.box2 table {
    width: 100%;
}
.box3 table {
    width: 100%;
}
.large{
	font-size:16px;
	}
#what p {
    font-size: 14px;
	padding: 4px;
	}	
.summary {
    width: 95%;
	}
.summary2 {
    width: 95%;
	}	
#news {
    font-size: 85%;
	padding: 10px;
}
.event {
    width: 95%;
	}
.event p{
	line-height: 20px;
    padding: 10px;
    font-size: 15px;
	}	
.contents{
	padding:20px;
	}								
.contents p{
	text-align:left;
	padding: 10px;
	}
.word img{
	width: 80%;
	}
/*Logo
------------------------------------------------------------*/
.logo {
    width: 80%;
	}
.logo li {
    width: 50%;
	}		
/*Nav
------------------------------------------------------------*/
#nav {
	padding-top: 0;
}
#nav ul {
	width: 100%;
	float: none;
}
#nav li {
	width: 85%;
    padding: 0px 3px 0px 3px;
}
#nav h1 {
	display: none;
}
/* 汎用
------------------------------------------------------------*/
.non-displaypc {/*PC非表示*/
	display: block;
}
.non-displaysp {/*SP非表示*/
	display: none;
}
.h3 {
    position: absolute;
    top: 0;
    left: 22px;
    width: 260px;
    margin: 0;
    padding: 5px;
    border-top: 3px solid #8DC21F;
    background: rgba(0,0,0,0.7);
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
	}
#btn_bottom p {
	font-size: 20px;
}		
/*Footer
------------------------------------------------------------*/
footer{
	margin-top: 0px;
    padding-bottom: 75px;}
footer p {
	font-size: 11px;
}
/*social FB twitter
------------------------------------------------------------*/
.fb-like {
	top: 0px;
}
}
