@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
background: #F0F5FA;
overflow-x: hidden;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
background-color: #c8d7e0;
background-image: url(../images/bg02.png),url(../images/bg01.png);
background-position: top,top;
background-repeat: repeat-y,repeat-x;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a,
button{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
article a:link,
article a:visited{
  color: #fff900;
}
a:hover{
  opacity: 0.7;
}


/*
  common
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
  padding: 0;
  max-width: 100%;
}

.inner{
  margin: 0 auto;
}
section{
  margin: 0 auto;
  padding: 50px 0 10px 0;
  max-width: 970px;
  width: 100%;
}

.titHead{
  padding: 3px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}



/*backnumber*/

div.backnumber_onsale {
    max-width: 970px;
    width: 100%;
	text-align: right;
    margin: 0 auto;
    padding: 10px;
	font-size:16px;
	color:#000;
}


/*itemBox*/

.itemBox {
    margin: 20px 0 30px;
    padding: 20px;
    background: #000;
    border-radius: 5px;
	color:#FFF;
}

.itemBox .item-title h3 {
    color: #ffff;
    text-align: center;
    background: #733e79;
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 15px;
	
}


.itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 3px 8px;
	font-size: 14px;
}
.itemBox .itemBoxinner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.itemBox .bnr img {
	width: 300px;
	height: auto;
}
.itemBox .detail {
	width: 610px;
	line-height: 1.5;
    margin-left: 15px;
}
.itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
.itemBox ul li span {display: block;}
.itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
.itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
.itemBox .yoyaku .Btn {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #733e79;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}
.itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.8;
	color: #fff;
}
.itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
.itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
}
.itemBox .yoyaku .Btn_gray::after {
  content: "";
}
.itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 20px;
}
.itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
	line-height: 1.5;
}

}  /*PC*/


@media screen and (max-width: 759.9px) { /*SP*/
.spnone{
	display:none;
}
#container{
  position: relative;
  width: 100%;
  padding: 0;
}
.inner{
  margin: 0 auto;
  width: 100%;
}
section{
  padding: 20px 0 10px 0;
}

.titHead{
  padding: 3px 3px 3px 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}


/*backnumber*/

div.backnumber_onsale {
    width: 100%;
	text-align: right;
    margin: 0 auto;
    padding: 10px;
	font-size:0.8em;
	color:#000;
}


/*itemBox*/

.itemBox {
    border:1px solid #e9dac1;
    margin: 20px auto 30px;
    padding: 15px;
    background: #000;
    border-radius: 5px;
    display:flex;
    flex-flow: column;
    width: 98%;
	color:#FFF;
}

.itemBox .item-title h3 {
    color: #FFF;
    text-align: center;
    background: #733e79;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
    padding: 10px 10px 15px;
    font-weight: bold;
    line-height: 1.6;
}
.itemBox .item-title > div{margin-bottom: 10px;}
.itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 14px;
}
.itemBox .itemBoxinner {
    width: 100%;
    margin-top: 15px;
}
.itemBox .bnr img {
	width: 100%;
	height: auto;
}
.itemBox .detail {
	width: 100%;
	line-height: 1.5;
    margin-top: 10px;
}
.itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
.itemBox ul li span {display: block;}
.itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
.itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
.itemBox .yoyaku .Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #733e79;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
}
.itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.2;
	color: #fff;
	padding: 16px 28px;
}
.itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
.itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
  line-height: 2.2;
}
.itemBox .yoyaku .Btn_gray::after {
  content: "";
}
.itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 10px;
}
.itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 14px;
	line-height: 1.5;
}

}  /*SP*/







/*
  title
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#title{
	width:100%;
	background:#fff url(../images/bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align:center;
	height:345px;

}
#title h1{
margin:0 auto;
padding:0;
max-width: 950px;
width: 100%;
}
#title h1 img{
margin:0;
padding:0 0;
max-width: 950px;
width: 100%;
}
}


@media screen and (max-width: 759.9px) {  /*SP*/
#title{
	position:relative;
	background:#000;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    margin:0;
}
#title img{
width: 100%;
height: auto;
}

}



/*
  navi
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#navi{
	text-align:center;
	letter-spacing:-0.4em;
	padding:10px 0 20px;
    height: 70px;
    background: #000;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#navi li{
	display:inline-block;
	letter-spacing:normal;
    font-size: 18px;
    font-weight: bold;
    padding:5px 20px 25px;
    color: #FFF;
    height:20px;
    border-right:1px solid #fff;
    vertical-align: top;

}
#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 18px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px solid #fff;
}
#navi li:first-child{
    border-left:1px solid #fff;
}
#navi li:last-child{
}
#navi li a{
	display:block;
	color: #fff;
}

#navi li:nth-of-type(1){
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
}


@media screen and (max-width: 759.9px) {  /*SP*/
#navi{
    background: #000;
    text-align:center;
	letter-spacing:-0.4em;
	padding:0.5rem 0 1rem;
	display:table;
	width:100%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#navi li{
	display:inline-block;
	letter-spacing:normal;
	border-right:1px solid #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding:0rem 0.7rem 0 0.5rem;
    /*background: url(../images/navi_line.png) no-repeat right ;*/
    background-size: 3px 30px ;
    color: #fff;
    vertical-align:middle;
}
#navi li:nth-child(1),
#navi li:nth-child(2) ,
#navi li:nth-child(4) {
}
#navi li:last-child{
    background: none;
}

#navi li a{
    padding:0;
	display:block;
	/*color: #004f8e;*/
    color:#fff;
    line-height:14px;
}

#navi li:nth-of-type(1){
	border-left:1px solid #fff;
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

}






/*
 おのみち住吉花火大会
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

    h2 {
        color: #ffff;
        text-align: center;
        background: #733e79;
        font-size: 28px;
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        padding: 15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    div.course01 {
        max-width:970px;
        width: 100%;
        background:url(../images/course01_bg.png) no-repeat right top #000;
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 20px;
    }
    ul.course01_ph {
        width:300px;
        border: 1px solid #fff;
        padding: 10px;
        margin-bottom: 15px;
    }
    ul.course01_ph img {
        width:100%;
    }
    ul.course01_ph li.tit,ul.course01_map li.tit {
        color: #fff;
        text-align: center;
        padding-top: 10px;
    }
    ul.course01_map {
        width:600px;
        border: 1px solid #fff;
        padding: 10px;
        margin-bottom: 15px;
    }
    ul.course01_map img {
        width:100%;
    }
    div.course02 {
        max-width:970px;
        width: 100%;
        margin: 0 auto;
        background:#000;
        box-sizing: border-box;
        padding: 20px;
    }
    .course02_main_img img {
        width: 100%;
    }
    ul.course02_ph {
        width:300px;
        border: 1px solid #fff;
        padding: 10px;
        margin-bottom: 15px;
    }
    ul.course02_ph img {
        width:100%;
    }
    ul.detail {
        width:100%;
        color: #fff;
        line-height: 1.8;
    }
    ul.detail li {
        padding: 10px 0;
    }
    ul.detail li.line {
        border-bottom: dashed 1px #999999;
    }
    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }
    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0;
        text-align: center;
    }
    ul.detail p.camp_btn span {
        display: block;
        padding-top: 10px;
        font-size: 70%;
        font-weight: normal;
    }
    /*ボタン通常（アイコン付き）*/
.camp_btn{
    width:400px;
    border-radius: 10px;
    background: #733e79;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    margin: 20px auto 30px;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
article .camp_btn a,
article .camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

h2.mirumiru {
    position: relative;
}
h2.mirumiru span {
    display: block;
    position: absolute;
    width: 75px;
    right: 15px;
    top: -5px;
    font-size: 10px;
    background: #fff;
}
h2.mirumiru span img {
    width: 100%;
}
h2.mirumiru a {
    color: #000;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/
h2 {
        width:92%;
        color: #ffff;
        text-align: center;
        background: #733e79;
        font-size: 18px;
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        padding: 15px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    margin: 0 4%;
    box-sizing: border-box;
    }
    div.course01 {
        width:92%;
        background-image: none;
        box-sizing: border-box;
        margin: 0 4%;
        background-color: #000;
    }
    .course01_main_img img {
        width: 100%;
    }
	div.course02 {
        width:92%;
        background-image: none;
        box-sizing: border-box;
        margin: 0 4%;
        background-color: #000;
    }
    .course02_main_img img {
        width: 100%;
    }
    .flex-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 0;
}
    ul.course01_ph {
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 10px 10px 10px;
    }
    ul.course01_ph:first-child {
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 0 10px 10px;
    }
    ul.course01_ph img {
        width:100%;
    }
    ul.course01_ph li.tit,ul.course01_map li.tit {
        color: #fff;
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
    }
    ul.course01_map {
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 10px 15px;
    }
    ul.course01_map img {
        width:100%;
    }
    ul.detail {
        width:100%;
        color: #fff;
        line-height: 1.8;
        padding: 10px;
    }
    ul.detail li {
        padding: 10px 0;
        font-size: 14px;
    }
    ul.detail li.line {
        border-bottom: dashed 1px #999999;
    }
    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }
    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0;
        text-align: center;
    }
    ul.detail p.camp_btn span {
        display: block;
        padding-top: 10px;
        font-size: 80%;
        font-weight: normal;
    }
/*ボタン通常（アイコン付き）*/
.camp_btn{
    width:90%;
    border-radius: 10px;
    background: #733e79;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    margin: 20px auto 30px;
    font-size: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
}
.camp_btn:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
article .camp_btn a,
article .camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}

h2.mirumiru {
    position: relative;
    text-align: left;
}
h2.mirumiru span {
    display: block;
    position: absolute;
    width: 75px;
    right: 10px;
    top: -10px;
    font-size: 10px;
    background: #fff;
}
h2.mirumiru span img {
    width: 100%;
}
h2.mirumiru a {
    color: #000;
}


}  /*SP*/






/*
  footer
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	max-width: 990px;
    width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

}














/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

}


