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

/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	/*font-weight: normal;*/
}

body {
	line-height:1;
	overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

.hide_date , .hide_category , .hide_area{
	display:none !important;
}

/*================================================
 *  一般・共通設定
 ================================================*/
#event-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
}

a {
	/*color: #333;*/
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
/*	color: #4b00ff;*/
}

h1 {
}

h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-left: 6px solid #FFEB3B;
    margin: 10px 0;
	padding-left:8px
}

h3 {
	background:#512DA8;
	color: #FFEB3B;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
}

h3 span{
	background: #E3007F;
	padding: 2px 5px;
	font-size: 12px;
	margin-left: 5px;
	color: #fff;
}

img {
	vertical-align: bottom;
}

#event-wrap{
	width:1000px;
	margin:0 auto;
	background-color: #101359;
}

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

#event-wrap .top_h1{
	 font-size:24px;
	 font-weight:bold;
	 color:#333;
	 padding:5px 10px;
	 background:#FDD835;
     margin:10px 0px 25px 0px;

 }

h1 img{
	width:100%;
}

#event-wrap .event-date {
    font-weight: bold;
    font-size: 22px;;
}

.content{
	padding:20px 30px;
}

 /*================================================
 *  カレンダー
 ================================================*/

 .day-txt{
	 font-size:20px;
	 font-weight:bold;
	 padding:10px 0;

 }
 #event{
	 width:100%;
	 display:inline-block;
	 margin-bottom:20px;
 }

  #event .calendar{
	 width:48%;
	 float:left;
	 margin-right:4%;
 }

  #event .fx-search{
	 width:48%;
	 float:right;
	 margin-right:0;
 }

 .calendar-txt{
	 font-size:20px;
	 font-weight:bold;
	 text-align:center;
	 padding:10px 0;
 }

 .e-calendar{
	 width:100%;
	 border:1px solid #cccccc;
	 padding:15px;
 }

 #event table{
	 width:100%;
	 margin-bottom: 10px;
 }

 #event table th{
	 font-size:20px;
	 padding:5px;
	 border:1px solid #b4b4b5;
 }


  #event table td{
	 color:#333;
	 font-size:20px;
	 padding:5px;
	 border:1px solid #b4b4b5;
	 text-align:center;
 }

.p-txt{
	font-size:14px;
	color:#ff5722;
}


.date-all_btn a {
	color: #607d8b;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    margin-top: 0px;
    line-height: 25px;
	text-align:center;
	cursor: pointer;
}


.date-all_btn {
	background: #eceff1;
	border: 1px solid #607d8b;

}

/*.clearfix{
	width:50%;
	float:left;
}*/

/*
.block{
	width:100%;
  display: table;
}
.block__element{
  display: table-cell;
  text-align:center;
	 padding:10px 0;

}

.block__element a{
	text-decoration:none;
	color:#607d8b;

}

.block__element .before{
	display:block;
	color:#607d8b;
	 font-size:20px;
	 font-weight:bold;
	 text-align:left;

}

.block__element .after{
	display:block;
	color:#607d8b;
	 font-size:20px;
	 font-weight:bold;
	 text-align:right;
}

.block__element .center{
	display:block;
	 font-size:20px;
	 font-weight:bold;
}
*/
.calender_title{
	text-align:center;
	font-size: 20px;
	margin: 0 0 5px;
}


/*================================================
 *  エリアで検索
 ================================================*/

 .fx-search{
	 width:100%;
 }

.tab{
	width:100%;
	overflow:hidden;
	 margin-bottom:20px;
}

.tab li{
	width:32%;
	float:left;
	margin-right:2%;
	text-align:center;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#607d8b;
	margin-bottom:5px;
	background:#eceff1;
	border:1px solid #607d8b;
    cursor: pointer;
	padding:10px;

}

.tab li:nth-of-type(3n){
	margin-right:0;
}

.tab li.select{
	background:#607d8b;
	color:#fff;
}

/*================================================
 *  絞り込み検索
 ================================================*/

 .bx-search{
 width:100%;
 border:1px solid #cccccc;
 background:#fff;
 padding:10px;
 margin-bottom: 30px;
}

.cateChk{
	width:100%;
}
.cateChk li {
	width:33.3%;
	padding:10px;
    float:left;
}

.cateChk li input{
 margin-right:3px;
}

input[type='checkbox'],input[type='radio']{
 box-sizing:border-box;
 padding:0px;
}

input[type='submit'], label {
    cursor: pointer;
}

#event .p-btn{
	width:100%;
	height:50px;
	background:#eceff1;
}

.msg{
	text-align:center;
}


#event #submit_button {
	background:#607d8b;
	color:#fff;
	font-size:14px;
	width:140px;
	height:35px;
	padding:5px;
	margin:5px;
}

/*================================================
 * イベントボックス
 ================================================*/
 #event-box{
	 width:100%;
	 clear:both;
	 margin-bottom:40px;
 }

 #event-box .event-common{
	width:100%;
	clear:both;
	margin-bottom:20px;
	display:block;
	padding: 15px;
	background-color: rgba(255,255,255,1);
 }

.event_contents li{
	margin-bottom:30px;
}

#event-box dl{
	width:100%;
	clear:both;
}
.event_img{
	width:300px;
	float:left;
	text-align:center;
}
.event_data{
	float: left;
	margin-left: 15px;
	width:595px;
}

.event_data dt{
	font-size: 13px;
	background: #304FFE;
	color: #fff;
	padding: 5px 5px 2px;
	margin-right: 10px;
	border-radius: 2px;
	float: left;
	width: 120px;
	text-align: center;
	line-height:1.5;
}

.event_data dd{
	font-size: 14px;
	/*overflow:hidden;*/
	margin-bottom: 4px;
	padding-top: 5px;
	margin-left: 130px;
	word-break: break-all;
}

.kako_link{
	font-size:14px;
	font-weight:bold;
	padding: 0px 5px;
	color:#FF5722;
}

#event-box .place-txt{
	font-size:14px;
	padding: 0px 5px 5px;
}

dd p span {
    font-size: 12px;
    background: #333333;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 2px;
}

#event-box .list_item{
	width:100%;
}

#event-box .list_item li{
	float:left;
	display:block;
	padding:5px;
	text-align:center;
	margin-right:8px;
}

.event-end{
	color: #FF5722;
	font-size: 16px;
	margin-bottom: 5px;
}

.event-end_box{
	opacity: 0.8;
}


/*================================================
 * リストメニュー
 ================================================*/

#event-box .g1{
	font-size: 12px;
    background: #f06292;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}

#event-box .g2{
	font-size: 12px;
    background: #66bb6a;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}

#event-box .g3{
	font-size: 12px;
    background: #5c6bc0;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}

#event-box .g4{
	font-size: 12px;
    background: #4fc3f7;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}

#event-box .g5{
	font-size: 12px;
    background: #ef5350;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}

#event-box .g6{
	font-size: 12px;
    background: #ffca28;
    color: #fff;
    padding: 2px 5px;
    /*margin-right: 5px;*/
    border-radius: 2px;
}


/*================================================
 * リンク色
 ================================================*/


  .kawasaki_link_txt{
	 text-align:right;
	 clear:both;
 }

  .shonan_link_txt{
	 text-align:right;
	 clear:both;
 }

  .yokosuka_link_txt{
	 text-align:right;
	 clear:both;
 }

  .sagamihara_link_txt{
	 text-align:right;
	 clear:both;
 }


  .kawasaki_link_txt a{
	font-size:14px;
	font-weight:bold;
	color:#dd6673;
	text-decoration:none;
 }

  .kawasaki_link_txt a:hover{
	color:#dd6673;
	text-decoration:underline !important;
 }

  .shonan_link_txt a{
	font-size:14px;
	font-weight:bold;
	color:#27aca9;
	text-decoration:none;
 }

  .shonan_link_txt a:hover{
	color:#27aca9;
	text-decoration:underline !important;
 }

  .yokosuka_link_txt a{
	font-size:14px;
	font-weight:bold;
	color:#aac863;
	text-decoration:none;
 }

  .yokosuka_link_txt a:hover{
	color:#aac863;
	text-decoration:underline !important;
 }


  .sagamihara_link_txt a{
	font-size:14px;
	font-weight:bold;
	color:#e8ac51;
	text-decoration:none;
 }

  .sagamihara_link_txt a:hover{
	color:#e8ac51;
	text-decoration:underline !important;
 }

 .sp-none{display:block;}

 /*  ページトップスクロール  */
 .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 9000;
    width: 50px;
    opacity: 0.8;
}

.pagetop img {
    max-width: 100%;
    vertical-align: bottom;
}

/* 花火 */
.hanabi_check{
	margin-bottom:40px;
}

.hanabi_check ul{
	background:#fff;
	padding:15px;
}

.hanabi_check li{
	width: 32%;
	float: left;
	margin-right:2%;
}

.hanabi_check li:last-child{
	margin-right:0;
}

.hanabi_check h3{
	color:#fff;
	background:#333;
	font-size:16px;
	padding:5px;
}

.hanabi_check img{
	float:left;
	margin-right:10px;
}


.h1_p-wrap{
	margin: 30px;
	color:#fff;
	font-size: 14px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: rgba(0,0,0,0.2);
	padding: 30px;
}

.h1_p-wrap p{
	margin-bottom: 15px;
}

.h1_p-wrap .h1_p{
	font-size: 19px;
	margin-bottom: 20px;
	color: #FFEE58;
}

.h1_p-wrap a{
	color:#FFEB3B !important;
	margin:0 5px;
}

/*  浴衣  */

.yukata_wrap{
	width: 728px;
	margin: 20px auto 10px;
	padding: 5px;
	background:#FFF;
	border: 2px solid #E91E63;
}

.yukata_wrap_l{
	float: left;
}
.yukata_wrap_l img{
	width:70px;
}

.yukata_wrap_r{
	margin-left: 80px;
	font-size: 20px;
	font-weight:bold;
	text-align:center
}

.pc{display:block;}
.sp{display:none;}

.yukata_banner{
	text-align:center;
}

.yukata_banner a{
	border: 2px solid #fff;
	display: inline-block;
	margin:40px auto;
}


.yukata_btn{
	display:inline-block;
}

.yukata_btn a{
	padding:5px 10px;
	display:block;
	background:#E91E63;
	color:#FFEB3B !important;
	font-size:14px;
	border-radius:4px;
	text-decoration:none;
	margin-bottom:5px;
}

.pushback{
	text-decoration: line-through;
}

.red {
	color: #f00;
}
