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

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

}
@media screen and (max-width: 766px){
	/*
	Base
	------------------------------------------------------------
	*/
	img {
		vertical-align: middle;
		width: 100%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#topcontrol {
		display: none;
	}
	#container_wrap {
		min-width: 1px;
	}
	#container{
		padding-top: 55px;
	}
	.secound{
		height: 250px;
	}
	.secound img{
		max-height: 80%;
		width: auto;
		max-width: 90%;
	}

	/*
	h_tag
	------------------------------------------------------------
	*/
	h2.topTi, h3.footerTi, h2.mainTi {
		font-size: 12vw;
	}
	.mainTi_02 {
		text-align: left;
		font-size: 1.3em;
	}
	h2.eveTi{
		font-size: 200%;
		width: 90%;
		margin: 0 auto 50px;
		line-height: 1.4;
	}
	h2.eveTi:after{
		bottom: -10px;
	}
	h2.topicTi{
		font-size: 150%;
		width: 90%;
		margin: 0 auto 35px;
	}
	h3.mainTi{
		font-size: 185%;
		font-weight: bold;
		margin-bottom: .5em;
	}
	h3.eveTi{
		font-size: 200%;
		margin-bottom: 25px;
	}
	h4.aboutTi{
		position: inherit;
		top: auto;
		right: auto;
		font-size: 150%;
		font-weight: bold;
		-webkit-writing-mode:horizontal-tb;
		-ms-writing-mode:lr-tb;
		writing-mode:horizontal-tb;
		line-height: 1.5;
		margin-bottom: 1em;
		letter-spacing: 5px;
	}
	.schedule_ttl {
		font-size: 1em;
	}

	/*
	Header
	------------------------------------------------------------
	*/
	header {
		position: fixed;
		background: #221e1f;
		padding: 10px 5%;
		z-index: 250;
		width: 100%;
	}
	#header_left {
		width: 120px;
	}
	#header_right {
		display: none;
	}
	.menu-icon{
		position: fixed;
		top: 15px !important;
		right: 5vw;
		width: 35px;
		height: 26px !important;
		z-index: 250;
		display: block;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in;
		-moz-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.menu-icon span {
		background: #FFF;
		display: block;
		width: 35px;
		height: 2px;
		margin-bottom: 10px;
		border-radius: 1px;
		-webkit-transition: all 0.4s ease-out;
		-moz-transition: all 0.4s ease-out;
		-o-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	.menu-icon.active {
		position:fixed;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
		z-index:350;
	}
	.menu-icon.active .bar1{
	  -webkit-transform: rotate(0deg) translateY(7px);
	  -moz-transform: rotate(0deg) translateY(7px);
	  -ms-transform: rotate(0deg) translateY(7px);
	  -o-transform: rotate(0deg) translateY(7px);
	  transform: rotate(0deg) translateY(7px);
	  background-color: #FFF;
		margin-bottom: 0px;
	}
	.menu-icon.active .bar2 {
	  opacity: 0;
	}
	.menu-icon.active .bar3 {
	  -webkit-transform: rotate(-90deg) translateX(7px);
	  -moz-transform: rotate(-90deg) translateX(7px);
	  -ms-transform: rotate(-90deg) translateX(7px);
	  -o-transform: rotate(-90deg) translateX(7px);
	  transform: rotate(-90deg) translateX(7px);
	  background-color: #FFF;
	}
	#sp_gnavi {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
		height: 100%;
		padding: 0 5%;
		background: rgba(0,0,0);
		overflow-y: auto;
		z-index: 300;
		text-align: left;
		text-align: center;
		color: #FFF;
	}
	#sp_gnavi p{
		margin-bottom: 50px;
	}
	.nav_logo{
		width: 200px !important;
		margin: 50px auto 45px;
	}
	ul.spnavi{
		width: 100%;
		margin: 0 auto 50px;
		border-top: 1px solid #FFF;		
	}
	ul.spnavi li a{
		display: block;
		text-align: left;
		padding: 20px 5% 20px;
		border-bottom: 1px solid #FFF;
	}
	ul.spnavi li a:link,
	ul.spnavi li a:visited{
		color: #FFF;
	}
	.bnr_ticket {
		min-width: 100%;
		    padding: 1vw 5vw;
	}
	.bnr_ticket p {
		font-size: 6vw;
		margin-bottom: .3em;
	}
	.bnr_ticket p span {
		display: block;
		margin: 0;
	}
	.bnr_ticket .btn {
		font-size: 3.5vw;
		width: 60vw;
	}
	/*
	top
	------------------------------------------------------------
	*/
	.bx-pager{
		margin: 0 auto 0;
	}
	.section_top{
		width: 100%;
		padding: 0 5vw;
	}
	#bnr_ceremony{
		margin-bottom: 50px;
	}
	ul.list_info li {
		padding: 20px 5%;
	}
	ul.list_info li span{
		font-size: 94%;
		display: block;
		padding-right: 0;
	}
	.btn{
		width: 250px;
		line-height: 60px;
	}

	/*
	footer
	------------------------------------------------------------
	*/
	#footer_wrap {
		padding: 50px 0 20px;
	}
	#footer {
		width: 90%;
		max-width: inherit;
	}
	ul.list_bnr{
		margin-bottom: 40px;
	}
	ul.list_bnr li{
		float: left;
		margin: 0 4% 10px 0;
		width: 48%;
	}
	ul.list_bnr li:nth-child(2n){
		margin: 0 0 10px 0;
	}
	ul.sns{
		margin-bottom: 50px;
	}
	ul.sns li{
		width: 40px;
	}
	#bnr_short{
		width: 150px;
	}



	/*
	other
	------------------------------------------------------------
	*/
	#list_breadcrumb{
		margin: 0 auto 10%;
		padding: 5% 5% 0;
		font-size: 3vw;
	}
	#aboutBox1{
		padding-bottom: 50px; 
	}
	#aboutBox1 p{
		text-align: left;
	}
	#aboutBox2{
		padding: 50px 0;
	}
	#aboutBox2 p{
		width: 100%;
	}
	ul.list_program{
		margin-bottom: 50px;
	}
	ul.list_program li{
		width: 50%;
		font-size: 3.5vw;
	}
	ul.list_program li a{
		padding: 15px 0 30px;
	}
	.programWrap{
		margin-bottom: 50px;
	}
	.programBox{
		width: 100%;
		margin: 0 auto 20px;
	}
	.programBox .tiWrap{
		padding: 10px 5%;
	}
	.programBox .tiWrap .ti{
		font-size: 150%;
	}
	#program{
		padding-bottom: 50px;
	}
	.eveDay{
		font-size: 180%;
		width: 90%;
		margin: 0 auto;
	}
	#eveWrap .center{
		width: 90%;
		margin: 0 auto;
	}
	.eveBox{
		width: 100%;
		padding: 10% 5% 5%;
		margin: 0;
	}
	.eveBox.last{
		margin-bottom: 50px;
	}
	.eve_table{
		margin-bottom: 50px;
	}
	.eve_table th{
		display: block;
		width: 100%;
		padding: 25px 0 10px;
	}
	.eve_table td{
		display: block;
		width: 100%;
		padding: 0 0 25px;
	}
	.time_table{
		margin-bottom: 10%;
	}
	.time_table th{
		width: 27%;
		font-size: 75%;
	}
	.time_table td{
		font-size: 62.5%;
	}
	.time_table td.f16{
		font-size: 75%;
	}
	dl.list_eve{
		font-size: 75%;
		margin-top: 40px;
	}
	dl.list_eve dt{
		clear: both;
		float: inherit;
		padding-left: 0;
	}
	dl.list_eve dd{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.spTableWrap{
		overflow-y: scroll;
	}
/* 追加 */
.program_ttl {
    font-size: 5.5vw;
    margin-bottom: 1em;
    padding: .2em 1em;
}
.list_program2 li .program_l {
    width: 100%;
    margin-bottom: 5%;
}
.list_program2 li h4 {
    font-size: 4.5vw;
    margin-bottom: 1em;
    font-weight: bold;
    letter-spacing: .1em;
}
.list_program2 li .program_r {
    width: 100%;
}
.list_program2 li dl {
    width: 100%;
	margin-bottom: 5%;
}
.list_program2 li dl dd img {
    width: 40%;
    float: none;
    margin: 0 auto 5%;
    display: block;
}
.list_program2 li dl dd div {
    width: 100%;
    float: none;
}
.list_program2 li {
    margin-bottom: 10%;
    padding-bottom: 10%;
}
.list_new li dt {
	float: none;
	width: 100%;
    font-size: 1.1em;
	margin-right: 0%;
	margin-bottom: 20px;
}
.list_new li dt img {
	display: block;
    margin: 0px auto 0;
	width: 50%;
}
.list_new li dd {
	width: 100%;
	float: none;
}
.list_new li dd p{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.line_ttl {
	white-space: pre-wrap;
	line-height: 1.5;
}
.line_ttl:after,.line_ttl:before {
	margin: 0;
}
.list_cetemony {
	margin-bottom: 20%;
}
.list_cetemony li {
    padding-bottom: 10%;
    margin-bottom: 10%;
    border-bottom: 2px dashed #221e1f;
}
.list_cetemony li h3 {
    font-size: 1.3em;
    margin: 1em 0;
}
.list_guests {
	margin-bottom: 20%;
}
.list_guests li {
    padding: 0 0 10%;
    margin-bottom: 10%;
}
.basicTable {
    font-size: .9em;
}
.basicTable th {
	width: 100%;
	display: block;
	border: none;
}
.basicTable td {
	width: 100%;
	display: block;
	border: none;
}
img.bnr_ceremony {
    margin-bottom: -10%;
}
.list_new li {
	padding: 10% 0;
}
	
	
	
	
}