@charset "utf-8";
/**************************フォントの読み込み**********************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700|Ropa+Sans);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');








.
.btn_box{
	width: 1050px;
    margin: 20px auto 0px auto;
    display: inline-block;
}
@media screen and (max-width:768px) {
.btn_box{
    width: 100%;
}

.tanoshimi{
width: 90%;
margin: 0 auto;
text-align: left
}
}


.f_left{
	float:left;
	margin:0 10px;
}
@media screen and (max-width:768px) {
.f_left{
	float:none;
	margin:0;
}	

#about_bg{
	background: url(../img/majyo.svg);
	background-repeat:no-repeat;
	background-position:bottom 100px right 20px;
	background-size:140px

}

}

.btn_nolink{
	background: #1BB8CE;
    color: #fff;
    width: 500px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
	display: block;
	font-size:20px;
	position:relative;
	opacity: .5
}
@media screen and (max-width:768px) {
.btn_nolink{
	background: #1BB8CE;
    color: #fff;
    width: 90%;
    padding: 10px 0;
    margin: 30px auto 0 auto;
	display: block;
	font-size:4.5vw;
	position:relative;
	opacity: .5
}
}


.btn a{
	background: #1BB8CE;
    color: #fff;
    width: 500px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
	display: block;
	font-size:20px;
	transition:ease-in-out 0.3s;
	position:relative
}


.btn a span{
	position:relative;
	padding-left: 38px;
}

.btn a span::before{
    content: '';
    display: inline-block;
    top: 0px;
    left: 0px;
    background-image:url(../img/live.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
}
.btn a span.calender::before{
    content: '';
    display: inline-block;
    top: -2px;
    left: 0px;
    background-image:url(../img/calender.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
}


.btn a::after{
    content: '';
    display: inline-block;
    top: 18px;
    right: 10px;
    background-image:url(../img/chevron-right-solid.svg);
    width: 11px;
    height: 45px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
.btn {
    width: 90%;
    margin: 0 auto;
}
.btn a{	background: #1BB8CE;
    color: #fff;
    width: 500px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
	display: block;
	font-size:4.5vw;
	transition:ease-in-out 0.3s;
	position:relative;
	width:100%
}
.btn a::after{
    content: '';
    display: inline-block;
    top: 15px;
    right: 10px;
    background-image: url(../img/chevron-right-solid.svg);
    width: 11px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
}

.btn a span::before{
    top: -2px;
    left: 0px;
    width: 30px;
    height: 30px;
}

}

.event_title{
	padding:40px  50px !important;
    border: 1px #fff solid;
    width: 1000px;
	margin: 80px auto 60px auto;
}
@media screen and (max-width:768px) {
.event_title{
	padding:30px 20px !important;
    border: 1px #fff solid;
    width: 90%;
	margin: 80px auto;
}	
	
}

.event_flex{
	display:flex;
	justify-content:space-between;
}

.event_box{
	width:47%;
	text-align:justify;
	margin: 25px 0 0 0;
}
@media screen and (max-width:768px) {
.event_flex{
	display:block;
}

.event_box{
	width:100%;
	text-align:justify;
	margin: 25px 0 0 0;
	line-height:1.8em
}	
	
}


.nittei_width{
	text-align: center;
    width: 81px;
}

.event_name{
	text-align:center;
	font-weight:600;
	font-size:20px;
	margin-bottom: 15px;
}
@media screen and (max-width:768px) {
.event_name{
	font-size:18px;	
}	
}


.info_text{
	width:908px
}
@media screen and (max-width:768px) {
.info_text{
	width:100%
}	
}

.notice_box{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
@media screen and (max-width:768px) {
.notice_box{
	width:90%;
	line-height: 1.8em
}
}

.oengai{
	text-align:center;
	margin:20px 0 10px 0;
	
}

.onegai_li{
margin: 10px 0 0 0
}
.onegai_li li{
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
	margin: 0 0 0px 0;
	line-height:2em;
}
@media screen and (max-width:768px) {
.onegai_li li{
	line-height:1.8em;
	font-size: 14px
}
}


.t_left{
	text-align: left;
    width: 822px;
    margin: 30px auto !important;
}
.midashi_sub{
	font-size: 24px;
    margin: 0 0 20px 0;
    letter-spacing: 0.15em;
}
@media screen and (max-width:768px) {
.midashi_sub{
	font-size: 20px;	
}
}

.event_margin{
	margin-bottom:60px;
}

.sche{
	text-align:left;
    margin: 20px auto;
}

.mb{
	margin-bottom: 10px
}
@media screen and (max-width:768px) {
.mb{
	margin-bottom: 0px
}
}

.sche li{
	clear: both;
	line-height: 3em;
}
.sche li p{
	float: left
}
.sche li span{
	width:140px;
	display: block;
	
}
@media screen and (max-width:768px) {
.sche li{
	display:block;
	line-height: 1.8em;
    margin-bottom: 18px;
}
.sche li p{
	float: none
}
}


#oche{
	margin-left: 140px;
	margin-top: 20px;
	border-bottom: 1px #2197ce solid;
}
@media screen and (max-width:768px) {
#oche{
	margin-left: 0px;
	margin-top: 10px;
}
}

.mt_oche{
	margin-top: 10px
}


#oche li{
	float: none !important;
	border-top: 1px #2197ce solid;
	padding: 10px;
	line-height: 1.7em;
}
@media screen and (max-width:768px) {
#oche li{
	line-height: 1.7em;
	margin-bottom: 0;
	padding: 10px 5px;
}
}



.sche li p.kyokumoku,
.sche li p.detail{
	float: none
}
.kyokumoku{
	color: #2197ce;
	font-weight: 600
}

.blu{
color: #2197ce;
font-weight: 600;
font-size: 20px
}
@media screen and (max-width:768px) {
.blu{
font-size: 16px
}

}


.detail{
font-size: 14px;
	padding-left:1em;
	text-indent:-1em;
	margin-left: 25px;
}

@media screen and (max-width:768px) {
.detail{
font-size: 12px;
line-height: 1.7em
}
}



.btn_margin{
	margin-top:67px;
}

@media screen and (max-width:768px) {
.sche{
    width: 90%;
    margin: 20px auto;
}
.btn_margin{
	margin-top:0px;
}	
}


.mc{
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 43px;
    letter-spacing: 0.12em;
    margin: 125px auto 50px auto;
    clear: both;
    color: #1BB8CE;
    text-align: center;
}

.mcm{
	font-size:30px;
}


.fa-window-restore,.fa-envelope{
	margin-right:8px;

}
.fa-window-restore{margin-left: 10px}	

.en_catch{
	margin:40px 0 0 0;
}

.proglam{
	text-align:center;
	margin:40px 0 30px 0 !important;
}

@media screen and (max-width:768px) {
	.proglam{
	text-align:center;
	margin:40px 0 30px 0 !important;
}

.en_catch{
	margin:0px 0 0 0;
	line-height:1.8em !important
}	
}

.beyond{
	width:100px;
	margin:-25px auto 0 auto;
}

@media screen and (max-width:768px) {
.beyond{
	width:100px;
	margin:20px auto 0 auto !important;
	text-align:center
}	

}

.hanabi_bg{
	background:url(../img/hanabi.png) ;
	z-index:1
}

.onpu_bg{
	background:url(../img/onpu.png) no-repeat;
}

@media screen and (max-width:768px) {
.onpu_bg{
	background:url(../img/onpu.png) no-repeat;
	background-size:100%
}	
.hanabi_bg{
	background:url(../img/hanabi_sp.png) ;
	z-index:1
}
}

#footer_illust{
	background:url(../img/footer_illust.svg) no-repeat;
	background-position:bottom 0 center;
	z-index:0
}

@media screen and (max-width:768px) {
#footer_illust{
	background:url(../img/footer_illust.svg) no-repeat;
	background-position:bottom center;
	background-size:100%;
	background-position: bottom 40px right 0;
	z-index:0
}	
	
}

.arttitle{
	text-align:center;
	font-weight:600;
	margin:10px 0;
}

html{
  overflow-y: scroll;
}

body{
  margin:0 auto;
  padding:0;
  text-align: center;
  font-size:17px;
  color:#fff;
  font-weight:normal;
  min-width: 1200px;
  line-height:2.2em;
  font-family: 'Noto Sans Japanese', serif!important;
  background:url(../img/bg.png);
  background-size:100% auto;/*この場合は高さが自動設定*/
  background-color:#030b18

}

.body-box{
	
}

.ki{
	color:#ffe529;
	font-size:110%;
	line-height: 1.8em;
	font-weight: 500
}
.event{
	font-size:130%;
	letter-spacing:0.05em;
	margin:0 0 10px 0
}

@media screen and (max-width:768px) {
.event{
	font-size:120%;
	letter-spacing:0.1em;
	margin:0 0 6px 0
}	
}


#slide_box{
	width:1200px;
	/*height:485px;*/
	position:relative;
	margin:150px auto 150px auto;
}


.mt200{
	margin:90px auto !important;
	display: inline-block;
}

.mt2{
	margin-top:0px !important;
	margin-bottom:0px !important;
	display: inline-block;
}

@media screen and (max-width:768px) {
#slide_box{
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto 0px auto;
}	

.mt200{
	margin: 80px auto 50px auto !important;
	display: inline-block;
}

.mt2{
	margin-top:0px !important;
	margin-bottom:0px !important;
	display: inline-block;
}

	
}


.fas{
	margin-right:5px;
}

.h1sub{
	
	font-size:45%;
	 font-family: 'Roboto Condensed', sans-serif;
	 font-weight:600;
	 line-height: 1.4em;
	 margin-top: 10px;
	 letter-spacing: 0.1em
}
@media screen and (max-width:768px) {
.h1sub{
	font-size:48%;
	 line-height: 1.4em;
	 margin-top: 0px;
}	
	
}


.h1inner{
	position:absolute;
	top: 33%;
   /* left: 2%;*/
	right:3%;
	z-index:10;
	text-align: left;
	font-weight: 500;
    font-size: 64px;
    font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	line-height:1.1em;
	letter-spacing:0.03em;
	text-shadow: 4px 4px 10px #000 ,
-4px 4px 10px #000 ,
4px -4px 10px #000 ,
-4px -4px 10px #000;
}


.roboto{
	  font-family: 'Roboto Condensed', sans-serif;
	  font-weight:600;
	  font-size:150%;
}

@media screen and (max-width:768px) {
	
h1{
		
}
	
.h1inner{
	width: 90%;
    position: absolute;
    top: inherit;
    bottom: -28px;
    left: 50%;
    right: 7%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-size: 7.5vw;

}	
	
}


#areamap_bg{
	padding:0px 0 0 0;
}

#information_bg{
	background:url(../img/info_bg.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	padding:70px 0 100px 0;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-shadow: 2px 2px 2px rgba(0, 23, 119, 0.7);
}


.mt_event{
	padding-top:70px
}


@media screen and (max-width:768px) {

.mt_event{
	padding-top:30px
}



#areamap_bg{
	padding:10px 0 0 0;
}

#information_bg{
	background:url(../img/info_bg.jpg) no-repeat;
	background-size:cover;
	background-position: top center;
	color:#fff;
	padding:20px 0 60px 0;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-shadow: 2px 2px 2px rgba(0, 23, 119, 0.7);
}
}


#information_bg span{
	font-weight:600;
	color:#fff
}





#contact_hako{
	width:1000px;
	text-align:left;
	border:1px #fff solid;
	padding:0px 30px 30px 30px;
	margin:40px auto 10px auto

}

@media screen and (max-width:768px) {
#contact_hako{
	width:90%;
	text-align:left;
	border:1px #fff solid;
	padding:0px 10px 15px 15px;
	margin:40px auto 10px auto

}

#contact_hako p{
	margin:10px 0 0 0;
}

}

.space2{
/*height:40px;*/
	vertical-align:middle;
	display: table-cell;
	
}

.photo{
	position:relative;
}

.date{
	position:absolute;
	padding:2px 10px;
	background-color:#1BB8CE;
}
.space3{
	height:454px;
	vertical-align:middle;
	display: table-cell;
}


@media screen and (max-width:768px) {
.space2{
	height:auto;
	vertical-align:middle;
	display: table-cell;
}
.space3{
	height:auto;
	vertical-align:middle;
	display: table-cell;
}	
}



#map img{
	width:90%;
	margin: 0 auto 150px auto;
}


@media screen and (max-width:768px) {
#map{
	 background:none; 
    height: 349px;
    overflow-y: hidden;
    margin: 0 0px;
}
#map img{
	width:900px;
}


.access_text{
	text-align:left;
	width:92%;
	margin:0 auto
}
}


#bg_logo{
	/*
	background-size:100%;
	background-position:left 600px;
	*/
}
@media screen and (max-width:768px) {
#bg_logo{
	/*
	background:url(../img/bg_logo_sm.jpg) no-repeat;
	background-size:100%;
	background-position:left 400px;
	*/
}	
}

.fa-map-marker-alt{
	font-size:120%;
	color:#e90000;
	margin:10px 5px 0 0
}

ul#artist_list{
	width:700px;
	margin:0 auto;
	font-size:14px;
	letter-spacing:0.1em;
	padding:0
}

#artist_list li{
	width:700px;
	line-height:1.8em;
	letter-spacing:0.05em;
	text-align:justify;
	margin-bottom:80px
}


#artist_list li img{
width: 700px
}
@media screen and (max-width:768px) {
#artist_list li img{
width: 100%
}
}




#mc_box_list{
	width:500px;
	margin:0 auto;
	font-size:14px;
	letter-spacing:0.1em;
	padding:0
}

#mc_box_list li{
	width:500px;
	line-height:1.8em;
	letter-spacing:0.05em;
	text-align:justify;
	margin-bottom:80px
}
@media screen and (max-width:768px) {
#mc_box_list{
	width:90%;
	margin:0 auto;
	font-size:14px;
	letter-spacing:0.1em;
	padding:0
}
#mc_box_list li{
	width:100%;
	ine-height:1.8em;
	letter-spacing:0.05em;
	text-align:justify;
	margin-bottom:80px
}
}



.mc_img{
width: 250px;
margin: 0 auto;
display: block;
}
@media screen and (max-width:768px) {
.mc_img{
width: 200px;
margin: 0 auto;
display: block;
}
}


.tal{
	text-align:left !important;
}


#oz_cast{
	width:1000px;
	display:flex;
	justify-content:space-between;
		margin: 0px auto 0 auto;
}

#oz_cast li{
	width:31%;
}
 
@media screen and (max-width:768px) {
#oz_cast{
	width:100%;
	display:block;
	justify-content:space-between;
		margin: 20px 0 0 0;
}

#oz_cast li{
	width:100%;
	margin-bottom:40px
} 
}
 
 
#oz_cast li img{
	width:100%;
}

.Orchestra{
	margin: 46px 0 
}
@media screen and (max-width:768px) {
.Orchestra{
	margin: 0 
}
}


img.guest {
	width:200px !important
}

.staff{
margin:15px 0 0 0
}
@media screen and (max-width:768px) {
#oz_cast li img{
	width:90%;
}	
}


#music li{
margin: 0;
padding-left: 21px;
position: relative
}
@media screen and (max-width:768px) {
#music{
margin-bottom: 50px
}
#music li{
margin-top: 3px !important;
margin-bottom: 7px
}
}

#music li::before{
position: absolute;
/* font-family: FontAwesome;
  content: '\f001'; アイコンのunicode */
  content:'・';
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
	top:2px;
	left: 0
}

#oz_cast li p{
	text-align:left;
	font-size: 14px;
    line-height: 1.8em;
}
@media screen and (max-width:768px) {
#oz_cast li p{
width: 90%;
margin: 0 auto;
	text-align:left;
	font-size: 14px;
    line-height: 1.8em;
}

}



.mb_oz{
	margin-bottom:40px !important
}

#reservation{
  margin-top:-60px;
  padding-top:60px;
  }
  
@media screen and (max-width:768px) {
ul#artist_list{
	width:90%;
	margin:0 auto;
	font-size:14px;
	letter-spacing:0.1em;
	padding:0
}

#artist_list li{
	width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-bottom: 6px;
	margin-top:50px 
}

#artist_list li p{
line-height: 1.8em
}

.mb_oz{
	margin-bottom:20px !important
}
}


#oz_box{
	width:700px;
	margin:0 auto;
}

#oz_box img{
width: 700px
}

#oz_text{
	width:700px;
	text-align:left;
	background-position:center center;
	background-size: 60%;
}
@media screen and (max-width:768px) {
#oz_box{
	width:90%;
	margin:0 auto;
}
#oz_text{
	width:100%;
	background-size: 90%;
}	
}



.last-child{
	margin: 0 0 0 00px;
}
@media screen and (max-width:768px) {
.last-child{
	margin: 0 auto;
}	
}


.subphoto{
	width:150px;
	margin:40px auto 0 auto;
	text-align:center
}
.subphoto img{
	width:150px;
}

.slide_att{
	width:1200px;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}


@media screen and (max-width:768px) {
	.slide_att{
	width:95% !important;
	margin:0 auto;
	text-align:right;
	font-size:12px;
}
	
}

.pin{
	font-weight:600;
}

.number{
	margin:20px auto;
	text-align:center
}

.name{
	color:#1BB8CE;
	text-align:center;
	padding:6px 0;
	margin:20px 0 20px 0;
	font-size:22px;
	line-height:1.2em
}
.name span{
	font-size:70%;
}


.map_text{
	margin:0 0 40px 0
}

.map_en{
	margin-top:-25px !important
}

@media screen and (max-width:768px) {
.number{
	width:40px;
	margin:20px auto;
	text-align:center
}
	
.map_text{
	width:90%;
	margin:0 auto 40px auto
}

.name{
	font-size: 20px;
	margin:10px 0 10px 0;
	line-height:1.2em
}
.en_name{
	font-size: 120%;
}

.map_en{
	text-align:left !important;
	margin-top:-20px !important;
	letter-spacing:0.05em
}


}


.gold{
	color:#1BB8CE;
}

.genchi{
	font-weight: 800;
    font-size: 150%;
    letter-spacing: 0.1em;
}

.sat{
	color: #E3C582;
	font-weight:600;
}

.sun{
	color:#e95079 !important;
	font-weight:600;
}


@media screen and (max-width:768px) {
.genchi.sun{
	margin-top:50px;
}
}


.midashi{
	width:1000px;
	margin:165px auto 50px auto;
	clear:both;
}
.midashi2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:800;
	font-size:42px;
	letter-spacing:0.12em;
	margin:165px auto 50px auto;
	clear:both;
	color:#1BB8CE;
}


.tyu{
	font-size:15px;
	margin:10px 0 50px 0;
	line-height:1.7em
}
@media screen and (max-width:768px) {
.tyu{
	font-size:12px;
	margin:10px auto 0 auto;
	line-height:1.7em;
	text-align:justify;
	width:92%;
}	
}


.setsumei{
	margin:6px 0 0 0;
}

.nittei{
	font-weight: 600!important;
    color: #fff !important;
    background:#1BB8CE;
    display: block;
    height: 21px;
    line-height: 1em;
    padding: 1px 6px 4px 6px;
    margin: 4px 10px 0 0;
}
@media screen and (max-width:768px) {
.nittei{
	height: 21px;
    line-height: 1.3em;
    padding: 1px 4px 0px 4px;
    margin: 9px 10px 4px 0;
    width: fit-content;
}
}

.koumoku{
	display:flex;
	line-height: 1.6em;
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
.koumoku{
	display:block
}	
}


.job{
	position:relative;
	padding-left:14px
}
.job::before{
	background: url(../img/job.svg);
    background-repeat: no-repeat;
    content: "";
    width: 11px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
}


.flex2{
	display:block;
	width:570px;
	margin:0 auto;
}
@media screen and (max-width:768px) {
	.flex2{
	display:block;
	width:100%;
	margin:0 auto;
}
	
}

.flex2_box{
	width:100%;
}
@media screen and (max-width:768px) {
.flex2_box{
	width:100%;
}	
}


.in_mi{
	font-weight:800;
	color:#fff;
	margin:30px 0 0 0;
	padding:0
}


.lead{
	width:1000px;
	margin:60px auto 0 auto;
	text-align:justify;
}
.lead p{
	
}
.lead_title{
font-weight: 600;
font-size: 110%;
	margin:30px 0 10px 0
}
@media screen and (max-width:768px) {
.lead_title{
line-height: 1.6em !important
}
}



.lead_last{
	width:1000px;
	margin:10px auto 0 auto;
	text-align:justify;
}

ul{
	padding:0;
	margin:0;
}

.event_li li{
	padding-left:3em;
	text-indent:-3em;
}


.catch{
	font-size: 27px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.7em;
}


@media screen and (max-width:768px) {
.ind{
	padding-left:3.5em !important;
	text-indent:-3.5em !important;
}

.midashi{
	margin:80px auto 30px auto;
	width: 90%;
	clear:both
}
.midashi2{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:800;
	font-size:35px;
	letter-spacing:0.12em;
	margin:135px auto 40px auto;
	clear:both
}

.catch{
	font-size:22px;
	margin:0 auto;
	width:90%
}



.lead{
	width:90%;
	margin:50px auto 0 auto;
	text-align: left;
}


.lead_last{
	width:90%;
	margin:10px auto 0 auto;
	text-align:justify;
}	
.lead p{
	margin:10px 0 5px 0;
	line-height: 2em
}
}


.lead span{
	color:#8b9292;
	font-weight:600;
}

/************ pc スマホ　************/

.pc_only{
	display:inline;
}

.sp_only{
	display:none;
}


@media screen and (max-width:768px) {
.pc_only{
	display:none;
}

.sp_only{
	display:inline;
}

img{
	width:100%;
}
}



.header_box{
	/*width:1100px;*/
	margin:0 0px 0 0 ;
	text-align:center
}

.inner {
	

  min-width: 1200px;
  
  margin: 0 auto;
  padding: 0 0px;


}



/************ メイン　************/



.top_eyecatch {
  position: relative;
  height: 100%;
}

.slider1{
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.slide-item1,.slide_bg1{
    width: 100%;
}







@media screen and (max-width:768px) {
	
.top_eyecatch{
	width:100%;
	
}

.silck1{
	width:100%;
}

.container_1{
	width:100%;
}

	.slide_item1 img{
		width:100%;
	}
	
	.slider1{
  width: 100%;
  min-width: 100%;
  position: relative;
}
}


.m_footer{
margin: 30px 0 0 0
}
@media screen and (max-width:768px) {
.m_footer{
margin: 30px 0 0 0 !important;
display: block
}
}

 
 
/************ フッター　************/
.footer_logo{
	margin:50px auto 10px auto;
	text-align:center
}
.footer_logo img{
	width:130px;
	margin: 40px 10px 80px 10px;
}



@media screen and (max-width:768px) {
.footer_logo{
	margin:50px auto 10px auto;
	text-align:center;
	width:100% !important
}

.footer_logo img {
    width: 91px !important;
    margin: 20px 4px 20px 4px;
    text-align: center;
}	
}



.copy{
	clear: both;
    font-size: 14px;
    text-align: center;
    padding: 16px 0 0px 0;
    margin: 0px 0 20px 0;
    height: 50px;
}
@media screen and (max-width:768px) {

.footer_logo{
	width:80px;
	margin:30px auto 10px auto;
	padding:0
}

.copy{
	clear:both;
	text-align:center;
	margin:0;
	font-size:12px;
	padding:0px 0 10px
}	
	
}




li{
	list-style:none;
}






h1,h2,h3,h4,h5,h6,div,p{
	margin:0;
	padding:0;

}




/************ 全体 ************/


.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  transition: ease-in-out 0.3s
}

*,*::before,*::after {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.7;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a:link,a:visited,a:hover,a:active {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}











article{
  margin:0px auto;
  clear:both
}

img{
  vertical-align: bottom;
}



/***************ヘッダ***************/

#header {
  height:160px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  min-width: 1200px;

  /*overflow: hidden;*/
}


	

.site_title {
  margin: 8px 0px 0 0;
  float: left;
  width:115px
}

.site_title img {
	width: 104px;
    display: inline-block;
    margin: 8px 0 0 0px;
    position: absolute;
    left: 12px;
}




.contact_box{
		display:none;
}
.about_en{
	font-size:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	letter-spacing:0.1em
}	
@media screen and (max-width:768px) {
.about_en{
	font-size:80%;

}

.contact_box {
	display:inline;
  float: right;
  overflow: hidden;
  height: 60px;
  line-height: 50px;
  margin-top: 20px;
}
}

	




.contact_box img {
  display: block;
  float: left;
}

.contact_box ul {
  float: right;
  margin: 0;
  margin-left: -25px;
}

.contact_box li {
  display: inline-block;
  list-style: none;
  margin-left: 27px;
}





/***************ハンバーガーメニュー***************/

.locked{
  overflow: hidden;
}

.nav-button {
    z-index: 20;
    position: relative;
    width: 25px;
    height: 20px !important;
    top: 10px;
    display: block;
    cursor: pointer;
}


.toggle-nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  color: #448aff;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.nav-button {
  display: block;
  cursor: pointer;
}

.nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #3fb1d3;
	opacity:0.95;
    width: 100%;
    height: 100%;
}
.nav-wrap .toggle-nav {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-wrap li a {
  color: #fff;
  font-size: 18px;
}


.toggle_box2{
	background:#fff;
}
.toggle_box2 img{
	margin:0 20px;
}


/*メニューボタン*/
.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.nav-button {
  z-index: 20;
  position: relative;
  width: 25px;
  height: 20px;
  top: -11px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  border-radius: 4px;
}

.nav-button.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
  top: 0;
}

.nav-button span:nth-of-type(2) {
  top: 9px;
}

.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}



.toggle-menu {
  margin: 0 auto;
  width: 1160px;
  padding: 130px 50px 0px 50px;
　font-weight:normal
}

.toggle-menu_logo {
  width: 280px;
  float: left;
  height: 350px;
  line-height: 125px;
  text-align: left;
}

.toggle-sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 650px;
  float: right;
}

.toggle-sitemap li {
  display: inline-block;
  width: 320px;
  text-align: left;
  height: 60px;
  margin: 0;
}


.toggle-sitemap span {
    font-size: 13px;
}

.toggle-sitemap li:hover {
    text-decoration: underline;
    color: #ffffff;
}

.toggle-form {
    list-style: none;
    margin-top: 50px;
    padding: 0;
}

.toggle-form li {
    float: left;
    width: 430px;
    border: solid 1px #ffffff;
    margin: 0;
    padding: 15px;
    color: #ffffff;
    font-size: 20px;
}

.toggle-form li:last-child {
  border-left: none;
}

.toggle-fixed {
  background-color: #ffffff !important;
}




@media screen and (max-width:768px) {
body{
	 max-width: 100%;
	 min-width: 100%;
	 font-size:14px;
	 background:url(../img/bg_sp.png);
	 background-size:100% auto;/*この場合は高さが自動設定*/
  background-color:#030b18
}

.inner {
  max-width: 100%;
  min-width:100%;
  margin: 0 auto;
  padding: 0%;


}

#header {
  height: 65px;
  position: fixed;
  top: 0px;
  left: 0px;
  min-width:100%;
  width: 100%;
  z-index: 2000;
  transition: .3s;
  display:none;
}

.header_box {
    height: 65px;
    width: 100%;
	max-width: 100%;
    min-width: 100%;

	
}

.is-fixed .header_box {

}


#header.is-fixed{
	display:inline;

}


.site_title {
  float: left;
  width: 50px;
  padding:0px 0 0 0px;
  min-width:80px
}

.site_title a {
    display: block;
}

.site_title img{
  height: auto;
    width: 55px;
    min-width: 50px;
    margin: 0px 0 0 0px;
	
}

.contact_box {
    float: right;
    margin-left: auto;
	margin-top: 3px;
	margin-right:10px;
	line-height: 40px;
}



.contact_box ul {
    list-style: none;
    margin: 0;
    width: 95%;
    padding: 0;
    margin-left: auto;
    text-align: right;
}

.contact_box li {
    margin: 0 1%;
    padding: 0;
    display: inline-block;
    /*width: 35%;*/
}

.contact_box li a {
    display: block;
    height: 20px;
    line-height: 40px;
}

.contact_box li img {
  height: 100%;
}

.contact_box .toggle-li {
  display: inline-block;
  list-style: none;
  margin: 0 1%;
  width: 20px;
}


/***************ハンバーガーメニュー***************/


.locked{
  overflow: hidden;
}

.nav-button {
    z-index: 20;
    position: relative;
    width: 20px;
    height: 12px !important;
    top: 10px;
    display: block;
    cursor: pointer;
}

.toggle-nav a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  color: #448aff;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.nav-wrap {
    position: fixed;
    left: 0;
    top: 42px;
	color:#000;
    display: none;
    z-index: 1000;
    background-color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-wrap .toggle-nav {
  height: 100%;
  position: relative;
}

.nav-wrap li a {
    color: #000;
    font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin: 20px 0 0 0;
    font-weight: 600;
	letter-spacing:0.05em

}

/*メニューボタン*/
.nav-button,.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}


.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  border-radius: 3px;
}

.nav-button.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  border-radius: 3px;
}

.nav-button span:nth-of-type(1) {
  top: 0;
}

.nav-button span:nth-of-type(2) {
  top: 5px;
}

.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}



.toggle-menu {
    margin: 0 auto 0 15px;
    width: 100%;
    padding: 0px 0 50px;
    max-width: 100%;
}

.toggle-menu_logo {
  width: 280px;
  /*float: left;*/
  height: 350px;
  line-height: 200px;
  text-align: left;
  display:none
}

.toggle-sitemap {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  /*float: right;*/
}

.toggle-sitemap li {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 30px;
    margin: 5px 0 5px 20px;
}

.toggle-sitemap span {
    font-size: 11px;
}

.toggle-sitemap li:hover {
    text-decoration: underline;
    color: #ffffff;
}

.toggle-form {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.toggle-form li {
    /*float: left;*/
    width: 95%;
    border: solid 1px #ffffff;
    margin: 5px auto;
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
}

.toggle-form li a {
  font-size: 13px;
}

.toggle-bottommenu {
    margin: 20px 0 100px;
    padding: 0;
    width: 100%;
}

.toggle-bottombox, .toggle-bottombox2 {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 35px;
}

.toggle-bottombox3 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 35px;
    float: left;
}

.toggle-bottombox a,.toggle-bottombox2 a,.toggle-bottombox3 a {
  color: #ffffff;
  font-size: 13px;
}

.toggle-bottombox1 {
  border-top: 1px solid #ffffff;
}

.toggle-bottombox,.toggle-bottombox2,.toggle-bottombox3 {
  border-bottom: 1px solid #ffffff;
}

.toggle-bottombox2 {
  border-left: 1px solid #ffffff;
}

.toggle-fixed {
  background-color: #ffffff !important;
}



.toggle_box2{
	background:#fff;
	width:100%
}


.sm_menu li {
	width:31.5%;
	float:left;
	margin:0 2px;
	text-align:center
}

ul.sm_menu {
	width:100%;
	min-width:320px;
	margin:0 auto 0 -23px;
}

.kochira{
	text-align:center;
	color:#fff;
}

}
