@charset "UTF-8";
/*全画面*/
#border_display{
	overflow: hidden;
}

.l_container{
	min-width: 1000px;
}

.l_inner{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.l_inner-sp{
	max-width: none;
}

.l_content{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.l_container,
.l_inner,
.l_content{
	position: relative;
	box-sizing: border-box;
}

.l_inner:after,
.l_container:after,
.l_content:after{
	content: " ";
	display: block;
	clear: both;
}

@media screen and (max-width: 640px) {
	.l_container{
		min-width: 320px;
	}

	.l_inner:not(.l_inner-pc),
	.l_content:not(.l_inner-pc){
		padding-left: 10px;
		padding-right: 10px;
	}

	.l_inner-expand{
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*header*/
.l_header{
	background: url(../img/cmn/bg_border1.jpg) repeat-x left top, url(../img/cmn/bg_header2.png) no-repeat left top, url(../img/cmn/bg_header3.png) no-repeat right top;
}
.l_header_in{
	padding-top: 25px;
	padding-bottom: 20px;
}
.l_header .logo{
	float: left;
}
@media screen and (max-width: 640px) {
	.l_header{
		background: url(../img/cmn/bg_border1.jpg) repeat-x left top;
	}
	.l_header .logo{
		float: none;
		max-width: 80%;
		margin: auto;
	}
}

/*navi*/
.hnavi{
	padding-top: 23px;
}
.hnavi_list{
    float: right;
    background: url(../img/cmn/bg_navi.png) no-repeat left top;
    /* background-size: 100% 100%; */
    width: 365px;
}

.hnavi_list:after{
	content: " ";
	display: block;
	clear: both;
}
.hnavi li{
	float: left;
}
.hnavi .n1 a:after{
	background: url(../img/cmn/btn_navi1_on.png) no-repeat left top;
}
.hnavi .n2 a:after{
	background: url(../img/cmn/btn_navi2_on.png) no-repeat left top;
}
.hnavi .n3 a:after{
	background: url(../img/cmn/btn_navi3_on.png) no-repeat left top;
}
.hnavi a{
	position: relative;
	display: block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hnavi a:hover img{
	opacity: 0;
}
.hnavi a:after{
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100% !important;
	-webkit-transition: inherit;
	transition: inherit;
	opacity: 0;
}
.hnavi a:hover:after{
	opacity: 1;
}
@media screen and (max-width: 640px) {
	.hnavi{
		padding-top: 10px;
	}
	.hnavi_list{
		float: none;
        width: auto;
        background-size: 149% 149%;
	}
	.hnavi li{
		width: 50%;
	}
	.hnavi img{
		width: 100%;
	}
}

.page-awaodori .hnavi li:nth-child(1) img,
.page-fireworks .hnavi li:nth-child(2) img,
.page-special .hnavi li:nth-child(3) img{
	opacity: 0;
}

.page-awaodori .hnavi li:nth-child(1) a:after,
.page-fireworks .hnavi li:nth-child(2) a:after,
.page-special .hnavi li:nth-child(3) a:after{
	opacity: 1;
}

/*main*/
.l_main{
	min-height: 300px;
	margin: 0 auto 0 auto;
	padding-bottom: 120px;
}
.l_main:after{
	content: " ";
	display: block;
	clear: both;
}

/*main_content*/

.col_r{color: #b62100;}

.col_r.small{
    font-size: 20px;
}

/*footer*/
.l_footer{
	padding-top: 25px;
	background: url(../img/cmn/bg_border1.jpg) repeat-x left top;
}
.l_footer_in{
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #b62100;
	text-align: center;
}
.l_footer .txt{
	margin-bottom: 10px;
}
.l_footer .txt:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 640px) {
	.l_footer .txt_in{
		display: block;
	}
}
.l_footer .logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
.l_footer .pagetop{
	position: absolute;
	top: -120px;
	right: 0;
}
@media screen and (max-width: 640px) {
	.l_footer .pagetop{
		right: 10px;
	}
}
.l_footer .slash{
	display: inline-block;
	margin: 0 1em;
}
.l_footer .attention{
	margin-bottom: 20px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.l_footer .attention_ico, .l_footer .attention_txt{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
	.l_footer .attention{
		text-align: left;
	}
	.l_footer .attention_ico, .l_footer .attention_txt{
		display: block;
	}
	.l_footer .attention_ico{
		float: left;
		margin-right: 10px;
	}
	.l_footer .attention_txt{
		overflow: hidden;
	}
}

/*パンくずリスト*/
.bread{
	margin-bottom: 30px;
	padding-top: 15px;
}
.bread_list{
	font-size: 12px;
}
.bread_item{
	display: inline;
	margin-right: 0.2em;
}
.bread_item + .bread_item:before{
	content: "\FF1E";
/*	content: ">";*/
}

.l_pageTitle{
	padding: 0 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.l_pageTitle .title{
	font-size: 14px;
}
.page-top .l_pageTitle{
	background-image: url(../img/top/main.jpg);
}
.page-awaodori .l_pageTitle{
	background-image: url(../img/awaodori/main.jpg);
}
.page-fireworks .l_pageTitle{
	background-image: url(../img/fireworks/main.jpg);
}
.page-special .l_pageTitle{
	background-image: url(../img/special/main.jpg);
}
@media screen and (max-width: 640px) {
	.l_pageTitle{
		padding-top: 15%;
		padding-bottom: 15%;
	}
}

.c_hx1{
	margin-bottom: 25px;
	font-size: 35px;
	color: #000;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.c_hx1{
		font-size: 26px;
	}
}

.c_hx2{
	min-height: 64px;
	margin-bottom: 10px;
	padding: 10px 0 0 30px;
	font-size: 25px;
	color: #000;
	background: url(../img/cmn/bg_hx2.png) no-repeat left top;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.c_hx2{
		font-size: 24px;
	}
}

.c_hx3{
	display: table;
	width: 100%;
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 1.6;
	color: #000;
	background: url(../img/cmn/bg_hx3.png) no-repeat left top;
}
.c_hx3_phrase{
	display: table-cell;
	padding: 5px 0 5px 55px;
	height: 100px;
	vertical-align: middle;
	box-sizing: border-box;
}
    .c_hx3_phrase .hosoku {
        display: block;
        font-size: 16px;
        padding: 0 0 0 20px;
    }


@media screen and (max-width: 640px) {
	.c_hx3{
		font-size: 18px;
		background-position: left center;
		background-size: 60px 60px;
	}
	.c_hx3_phrase{
		height: 60px;
		padding-left: 35px;
	}
}

.c_hx4{
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	background: url(../img/cmn/bg_hx4.jpg) repeat left top;
}
.c_hx4_title{
	padding-left: 20px;
	background: url(../img/cmn/bg_border5.jpg) repeat-y left top;
}

.c_mb{
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.c_mb{
		margin-bottom: 10%;
	}
}

.c_padding{
	padding-top: 70px;
	padding-bottom: 70px;
}
.c_padding-small1{
	padding-top: 50px;
	padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
	.c_padding{
		padding-top: 12%;
		padding-bottom: 12%;
	}
}

.c_link1{
	display: inline-block;
	color: #b62100;
}

.c_link2{
	font-size: 14px;
	text-align: right;
}
.c_link2 a{
	color: #b62100;
	text-decoration: underline;
}
.c_link2 a:hover{
	text-decoration: none;
}

.c_shadow1{
	box-shadow: 4px 4px 11px -2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 11px -2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 11px -2px rgba(0, 0, 0, 0.3);
}

.c_waku{
	padding: 1px;
	background: url(../img/cmn/bg_border-horizon.jpg) repeat-x left top, url(../img/cmn/bg_border-horizon.jpg) repeat-x left bottom, url(../img/cmn/bg_border-vertical.jpg) repeat-y left top;
}
.c_waku_in{
	min-height: 100px;
	max-height: 574px;
	box-sizing: border-box;
	overflow-y: scroll;
}
@media screen and (max-width: 640px) {
	.c_waku{
		background: url(../img/cmn/bg_border-horizon.jpg) repeat-x left top, url(../img/cmn/bg_border-horizon.jpg) repeat-x left bottom, url(../img/cmn/bg_border-vertical.jpg) repeat-y right top, url(../img/cmn/bg_border-vertical.jpg) repeat-y left top;
	}
	.c_waku_in{
		height: 200px;
		min-height: 0;
		max-height: none;
	}
	.c_waku_in::-webkit-scrollbar{
		width: 10px;
	}
	.c_waku_in::-webkit-scrollbar-thumb{
		background: #CDCDCD;
		border-radius: 3px;
	}
	.c_waku_in::-webkit-scrollbar-track-piece:start{
		background: #fff;
	}
	.c_waku_in::-webkit-scrollbar-track-piece:end{
		background: #fff;
	}
}

.c_subMain{
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.c_subMain .title{
	padding: 40px 10px 50px;
	text-align: center;
}
.c_subMain .overlay{
	margin-bottom: 55px;
	padding: 30px 10px;
	text-align: center;
	background: url(../img/cmn/bg_overlay1.png) repeat left top;
}
@media screen and (max-width: 640px) {
	.c_subMain{
		min-height: 0;
	}
}
.page-awaodori .c_subMain{
	background-image: url(../img/awaodori/main.jpg);
}
.page-fireworks .c_subMain{
	background-image: url(../img/fireworks/main.jpg);
}
.page-special .c_subMain{
	background-image: url(../img/special/main.jpg);
}
.page-special .c_subMain .title{
	padding: 20px 10px;
}

.c_border1{
	background: url(../img/cmn/bg_border3.png) repeat-x left bottom;
}

.c_imgBox1:after{
	content: " ";
	display: block;
	clear: both;
}
.c_imgBox1_txt{
	float: left;
	width: 492px;
}
.c_imgBox1_image{
	float: right;
}
.imgcenter {
    margin: 0 auto;
}
.font_red {
    color: #b62100;
    font-weight: bold;
    font-size: 28px;
}

@media screen and (max-width: 640px) {
	.c_imgBox1_txt, .c_imgBox1_image{
		float: none;
		width: auto;
	}
	.c_imgBox1_txt{
		margin-bottom: 30px;
	}
	.c_imgBox1_image{
		text-align: center;
	}
}

.c_borderTxt{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/cmn/bg_border4.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.c_borderTxt:last-child{
	margin-bottom: 0;
}
.c_borderTxt_in{
	padding-left: 20px;
	background: url(../img/cmn/bg_border2.jpg) repeat-y left top;
}
.c_borderTxt_title{
	font-size: 20px;
	color: #000;
}
.c_borderTxt_phrase{
	line-height: 1.2;
	margin-bottom: 8px;
}
.c_borderTxt_phrase:last-child{
	margin-bottom: 0;
}
.c_borderTxt.t_color2, .c_borderTxt.t_color2 .c_borderTxt_title{
	color: #b62100;
}
.c_borderTxt.t_color2 .c_borderTxt_in{
	background: url(../img/cmn/bg_border6.jpg) repeat-y left top;
}
.c_borderTxt.t_large{
	background: url(../img/cmn/bg_border7.jpg) no-repeat center bottom;
	background-size: 100% auto;
}

.c_attention{
	display: table;
	width: 100%;
	font-size: 18px;
	color: #000;
	text-align: left;
}
.c_attention_ico, .c_attention_phrase{
	display: table-cell;
	vertical-align: middle;
}
.c_attention_ico{
	width: 38px;
}
@media screen and (max-width: 640px) {
	.c_attention_ico, .c_attention_phrase{
		vertical-align: top;
	}
}

.c_map1{
	margin-bottom: 20px;
}
.c_map1_content{
	position: relative;
	width: 100%;
	height: 554px;
	margin-bottom: 5px;
	border: solid 3px #828282;
}
.c_map1_content:after,
.c_map1_content iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.c_map1_content iframe{
	padding: 0px;
}
.c_map1_content:after{
	content: " ";
	pointer-events: none;
	background: url(../img/cmn/bg_mapover.png);
	background-size: 100% 100%;
	z-index: 10;
}
.c_map2{
    margin-bottom: 20px;
    text-align: center;
}
.c_map2_content{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.c_map2 img {
    display: block;
    /*
    border: solid 3px #828282;
    */
}
.c_map2 img.imgcenter2 {
    display: inline-block;
    padding: 0 20px;
    max-width: 60%;
}

@media screen and (max-width: 640px) {
	.c_map1_content{
		height: 250px;
	}
}

.j_tel a{
	text-decoration: underline;
}

.j_accBtn{
	cursor: pointer;
}

.j_accTarget{
	display: none;
}

.j_bgImage{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
.j_bgImage .m_top{
	background-position: center top;
}
.j_bgImage .m_bottom{
	background-position: center bottom;
}

.j_bgSrc{
	display: none;
}

/*----------------------------------------

index

-----------------------------------------*/
.topMain{
	padding-top: 60px;
	padding-bottom: 153px;
	background: url(../img/top/main.jpg) no-repeat center center;
	background-size: cover;
}
.topMain .txt1{
	margin-bottom: 50px;
	text-align: center;
}
.topMain .txt2{
	padding: 20px 0 34px;
	text-align: center;
	background: url(../img/cmn/bg_overlay1.png) repeat center top;
}
.topMain .txt3{
	position: absolute;
	top: -160px;
	right: 0;
	z-index: 100;
}
.topMain .txt3 a{
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 640px) {
	.topMain{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.topMain .txt1{
		margin-bottom: 20px;
	}
	.topMain .txt3{
		position: static;
		max-width: 50%;
		margin-left: auto;
		margin-top: -12%;
		text-align: right;
	}
}

.top1{
	text-align: center;
}
@media screen and (max-width: 640px) {
	.top1 li{
		margin-bottom: 30px;
		float: none !important;
	}
	.top1 li:last-child{
		margin-bottom: 0;
	}
}

/* お知らせ */
.top2{
	background: url(../img/top/bg01.png) no-repeat right top, url(../img/top/bg02.png) no-repeat left bottom, url(../img/cmn/bg_overlay2.png) repeat left top;
}
.top2 .list{
	padding: 30px;
}
.top2 .item{
	margin-bottom: 30px;
}
.top2 .item:last-child{
	margin-bottom: 0;
}
.top2 .head{
	margin-bottom: 10px;
	overflow: hidden;
}
.top2 .day{
    float: left;
    margin-right: 20px;
    padding: 7px 0 0 20px;
    background: url(../img/cmn/bg_liststyle1.png) no-repeat left 11px;
    font-size: 16px;    
    color: #000000;
}
.top2 .title{
	font-size: 24px;
	overflow: hidden;
}
.top2 .title {
	color: #b62100;
}
.top2 .body{
	padding: 24px;
	background: #fff;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
	.top2{
		background: url(../img/cmn/bg_overlay2.png) repeat left top;
	}
	.top2 .list{
		padding: 15px;
	}
	.top2 .day{
		float: none;
		margin-right: 0;
	}
	.top2 .body{
		padding: 10px;
	}
}

.top3 .bg{
	padding: 30px;
	background: url(../img/top/bg03.png) no-repeat center center;
	background-size: 100% 100%;
}
.top3 .txt{
	padding-left: 20px;
	background: url(../img/cmn/bg_border2.jpg) repeat-y left top;
	margin-bottom: 20px;
}
.top3 .txt:last-child{
	margin-bottom: 0;
}
.top3 .hx{
	font-size: 20px;
	color: #000;
}
.top3 .item2{
	line-height: 1.8;
}
.top3 .list2{
	margin-bottom: 50px;
}
.top3 .list2 li:nth-child(3n+1){
	text-align: left;
}
.top3 .list2 li:nth-child(3n+2){
	text-align: center;
}
.top3 .list2 li:nth-child(3n){
	text-align: right;
}
@media screen and (max-width: 640px) {
	.top3 .item{
		margin-bottom: 40px;
	}
	.top3 .list2 li{
		margin-bottom: 20px;
		text-align: center !important;
	}
}

/*---------------------------------------------------

awaodori

----------------------------------------------------*/
.p_awaodori1 .p_txt1{
	padding-top: 15px;
}
.p_awaodori1 .p_phrase1{
	color: #b62100;
	font-size: 22px;
}

.p_awaodori2 .p_attention{
	padding-left: 1em;
	text-indent: -1em;
}
.p_awaodori2 .p_attention a{
	text-indent: 0;
}

.p_awaodori4 .para {
    overflow: hidden;
}
.p_awaodori4 .para li{
    float: left;
    width: 150px;
}
.p_awaodori5 .p_list2 {
    padding-left: 25px;
}
.p_awaodori5 .p_list2 li {
    list-style-type: decimal;
    margin-bottom: 3px;
}
.p_awaodori5 .p_list2 li a,
.p_awaodori6 .p_list2 li a {
    color: #b62100;
}
.p_awaodori6 .p_list2 {
    overflow: hidden;
}
.p_awaodori6 .p_list2 li strong {
    color: #b62100;
    font-weight: bold;
    font-size: 1.2em;
}
.p_awaodori6 .p_list3 {
    overflow: hidden;
}
.p_awaodori6 .p_list3 li {
    width: 280px;
    padding-bottom: 15px;
    float: left;
}


/*---------------------------------------------------

fireworks

----------------------------------------------------*/
.p_fireworks1 .p_attention{
	margin-top: 20px;
	width: 470px;
}
@media screen and (max-width: 640px) {
	.p_fireworks1 .p_attention{
		width: auto;
	}
}

.p_fireworks2 .p_list1 li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 20px;
}
.p_fireworks2 .p_list1 li:last-child{
	margin-bottom: 0;
}
.p_fireworks2 .p_list1 a{
	display: inline-block;
	color: #000;
	text-indent: 0;
	text-decoration: underline;
}
.p_fireworks2 .p_list1 a:hover{
	text-decoration: none;
}
.p_fireworks2 .p_list2 li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
.p_fireworks2 .p_list2 li:last-child{
	margin-bottom: 0;
}
.p_fireworks3 .pdf {
    text-align: center;
}
.p_fireworks3 .pdf img {
    display: inline-block;
    padding: 15px;
}
@media screen and (max-width: 640px) {
    .p_fireworks3 .pdf img {
        display: inline-block;
        width: 80%;
        padding: 10px 0;
    }
}

.p_fireworks4 .purchase {
    background: #fff;
    border: solid 1px #ddd;
    padding: 10px;
    margin: 0 10px 10px;
}
.p_fireworks4 .purchase .ttl {
    background: #ddd;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 5px;
}
.p_fireworks4 a {
    color: #b62100;
}
.p_fireworks2 .para {
    overflow: hidden;
}
.p_fireworks2 .para li{
    float: left;
}
.p_fireworks2 .para li:first-child {
    width: 150px;
}
.p_fireworks2 .para li span.blk {
    display: block;
    padding: 10px 0 0;
}
.p_fireworks2 .para li span.clr {
    color:#008833;
}

/*---------------------------------------------------

special

----------------------------------------------------*/
.p_special1 .p_wrap{
	position: relative;
}
.p_special1 .p_area{
	float: right;
	width: 480px;
}
.p_special1 .p_area:nth-child(2n+1){
	clear: both;
	float: left;
}
.p_special1 .p_image{
	position: absolute;
	top: 0;
	right: 0;
}
.p_special1 .p_ex{
	padding-top: 350px;
}
@media screen and (max-width: 640px) {
	.p_special1 .p_area{
		float: none !important;
		width: auto;
	}
	.p_special1 .p_image{
		position: static;
		text-align: center;
	}
	.p_special1 .p_ex{
		padding-top: 20px;
	}
	.p_special1 .p_area2{
		margin-bottom: 60px;
	}
}
.p_special2 .para {
    overflow: hidden;
}
.p_special2 .para li{
    float: left;
}
.p_special2 .para li:first-child {
    width: 350px;
}
.p_special2 a {
    color: #b62100;
}



.p_special2 .p_list3,
.p_special2 .p_list4 {
    overflow: hidden;
}
.p_special2 .p_list3 li,
.p_special2 .p_list4 li {
    width: 280px;
    padding-bottom: 15px;
    float: left;
}
.p_special2 .p_list4 li {
    width: 200px;
}
.p_special2 .p_list3 li strong,
.p_special2 .p_list4 li strong {
    color: #b62100;
    font-weight: bold;
    font-size: 1.2em;
}
.p_special1 .flyer {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 50px;
}
.p_special1 .flyer li {
    float: left;
    width: 40%;
    margin: 0 auto;
    padding: 0 5%;
}
.p_special1 .flyer li img {
    display: block;
    width: 100%;
    height: auto;
    border: solid 2px #fff;
    border-radius: 10px;
}

.pdfimg {
    padding: 0px 5px 7px 3px;
}
.top2 .pdfimg {
    padding: 0px 5px 4px 3px;
}
.soldout {
    display: inline-block;
    background: #b62100;
    color: #fff;
    padding: 3px;
    margin-right: 5px;
}
