@CHARSET "UTF-8";

/* body
***************************************************************/
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
/* 	line-height: 1.5; */
	color: #333;
	background: url(../img/sky.png) no-repeat ;
	background-attachment: fixed;
	background-size: contain;
	margin: 0;
	padding: 0;
	padding-top: 65px;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: underline;
	cursor: pointer;
}
input[type="button"], input[type="text"], select,textarea {
	font-family : inherit;
	vertical-align: middle;
	font-size: inherit;
	outline: none;
}
input[type="text"],
select {
	min-height: 37px;
	max-width: 100%;
 	border: solid 1px #b1b1b1;
	border-radius: 4px;
	box-sizing: border-box;
	margin: 0;
	font-size: 115%;
	padding: 2px 6px;
}
select {
	background-image: url(../img/ic_down.png);
	background-position: right 5px center;
	background-size: 12px;
	background-repeat: no-repeat;
	padding-right: 22px;
}
.calendar {
	background-image: url(../img/ic_calendar.png);
	background-position: right 10px center;
	background-size: 24px;
	background-repeat: no-repeat;
}

/* forec state */
select:hover {
	cursor: pointer;
}
input[type="text"]:focus,
select:focus {
	background-color: #fcfadf;
	border: solid 1px #f4d42f;
}
input[type="button"].btn {
	min-height: 37px;
	border: 1px solid #ffffff;
	background-color: #00ced1;
	border-radius: 4px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	font-size: 100%;
	padding: 2px 20px;
	text-align: center;
}
input[type="button"].search-btn {
	background-image: url(../img/ic_search.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left 10px center;
	padding-left: 40px;
}

/* forec state */
input[type="button"]:hover {
	background-color: #0da6a8;
	cursor: pointer;
}
input[type="button"]:focus {
	background-color: #0f8a8c;
	color: #ffffff;
	cursor: pointer;
}

label {
	display: inline-block;
	cursor: pointer;
}
.align-center {
	text-align: center !important;
}
.red-font {
	color: #dd2e2e;
}
.blue-font {
	color: #4461c9;
}
.bold {
	font-weight: bold;
}
.atention {
	color: #f00;
	margin-right: 5px;
}

/* checkbox
***************************************************************/
.checkbox-default {
	display: none;
}
dl dd label {
	position: relative;
	font-size: 115%;
	margin-right: 10px;
}
.checkbox-design {
	padding-left: 32px;
}
.checkbox-design:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: #ffffff;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
}
input[type="checkbox"].checkbox-default:checked + .checkbox-design:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #009a9a;
	border-right: 3px solid #009a9a;
}
dd.tiiki-border {
	border-bottom: 1px dashed #cccccc;
}
dd.tiiki-border:last-of-type {
	border-bottom: none;
}

/* ul-header
***************************************************************/
#ui-header {
	background-color: #cceafe;
	border-bottom: solid 1px #fff;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	font-size: 16px !important;
	line-height: 1.42857143 !important;
}
#ui-header .container {
	padding: 0 15px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.header-title {
	float: left;
	height: 50px;
	padding: 15px 0;
	font-size: 18px;
	line-height: 20px;
	color: #555;
	text-decoration: none;
	box-sizing: border-box;
}
.header-title:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.ui-func {
	height: 50px;
	padding: 15px 0;
	color: #555;
	box-sizing: border-box;
	white-space: nowrap;
}
.font-size-area {
	float: right;
	margin-left: 10px;
}
.style-area {
	float: right;
	margin-left: 10px;
}
.padding-area {
	float: right;
	margin-left: 10px;
}
.ui-title {
	display: inline-block;
	font-size: 13px;
	background-color: #fff;
	padding: 3px;
	color: #000;
	line-height: 1;
}
li.accessibility-area input[type="button"] {
	font-size: 13px;
	color: #000000;
	background: #dcdcdc;
	border: 1px solid #cdcdcd;
	padding: 3px;
	line-height: 1;
}
li.accessibility-area input[type="button"].style-white-btn {
	background: #ffffff;
	border: 1px solid #cdcdcd;
}
li.accessibility-area input[type="button"].style-black-btn {
	color: #ffffff;
	background: #000000;
}
li.accessibility-area input[type="button"].style-blue-btn {
	color: #ffffff;
	background: #0000ff;
}
/* menu ******************************/
.menu-btn {
	display: none;
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #333;
}
.menu-btn:hover,
.menu-btn:focus {
    background-color: #333;
}
.menu-btn .navbar-toggle {
    border-color: #333;
}
.menu-btn span.menu-icon {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #ffffff;
}
.menu-btn span.menu-icon:nth-of-type(2) {
	margin-top: 4px;
}
.menu-btn span.menu-icon:nth-of-type(3) {
	margin-top: 4px;
}

/* container
***************************************************************/
#main-container {
	width: 100%;
	margin: 0 auto;
/* 	margin-top: 10px; */
	background-color: #ffffff;
}
.container {
	padding: 20px 15px;
	box-sizing: border-box;
}

/* contents
***************************************************************/
.contents {
	padding: 0px;
	background: #ffffff;
}
.border-area {
	clear: both;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 15px;
}
.area-title {
	border-top: 3px solid #00ced1;
	border-radius: 4px 4px 0 0;
	background: 10px top , linear-gradient(to bottom, #fcfcfc, #ededed);
	box-shadow: 0 1px 2px #ddd;
}
.area-title + .border-area {
	border-top: none;
	border-radius: 0 0 4px 4px;
	/*margin-bottom: 15px;*/
}
.area-title:nth-child(n + 2) {
	margin-top: 15px;
}
/* footer
***************************************************************/
#footer {
	text-align: center;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
	padding: 12px 0px 10px;
}

/* title
***************************************************************/
.page-title {
	text-align: center;
	line-height: 1;
	margin-bottom: 25px;
	padding: 10px 0 20px;
	border-bottom: 1px dashed #cccccc;
}
.page-title h2 {
	font-size: 3em;
	font-weight: bold;
	color: #f9bf00;
}
.page-title h2 img {
	width: 45px;
	height: auto;
	margin-right: 10px;
	vertical-align: top;
	margin-right: 10px;
}

/* search
***************************************************************/
.search-area {
	width: 80%;
	margin: auto;
	text-align: center;
}
.search-area p {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}
.search-area input[type="text"] {
	width: 65%;
}
.search-area select {
	margin-left: 10px;
}
.search-area input[type="button"] {
	margin-left: 15px;
	min-width: 100px;
}

/* 詳細検索
***************************************************************/
dl.detail-search {
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px dashed #cccccc;
	box-sizing: border-box;
}
dl.detail-search dt,
dl.detail-search dd {
	line-height: 32px;
}
dl.detail-search dt {
	float: left;
	width: 10%;
	clear: left;
	color: #4461c9;
	padding-top: 10px;
}
dl.detail-search dd {
	margin-left: 10%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
label.tiiki {
	position: relative;
	padding: 3px 15px;
	min-width: 120px;
	margin-right: 10px;
	float: left;
	background-color: #c5ecec;
	box-sizing: border-box;
	border-radius: 4px;
}
label.tiiki .checkbox-design:before {
	left: 10px;
	top: 5px;
}
label.tiiki input[type="checkbox"].checkbox-default:checked + .checkbox-design:after {
	top: 9px;
	left: 18px;
}
label.tiiki + div {
	padding-left: 130px;
}
span.serch-theme {
	padding-left: 15px;
}
.detail-search select {
	max-width: 300px;
}
.detail-search + p input[type="button"].search-btn {
	margin-top: 15px;
}
dd.select-flex {
	display: flex;
	flex-direction: row;
}
dd.select-flex select {
	width: 40%;
	margin-right: 15px;
}
dd.select-flex select:last-of-type {
	margin-right: 0;
}
.detail-search select {
	width: 65%;
}
.from-to {
	white-space: nowrap;
}
.from-to input {
	width: 45%;
	max-width: 175px;
}

/* page-no
***************************************************************/
.page-no {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-no ul {
	color: #333;
}
.page-no ul li {
	display: inline-block;
	margin-right: 6px;
}
.page-no ul li:last-of-type {
	margin-right: 0;
}
.page-no ul li a {
	display: block;
	padding: 2px 10px;
	background: #ffffff;
	color: #333333;
	text-align: center;
	border: 1px solid #00ced1;
	border-radius: 4px;
	text-decoration: none;
}
.page-no ul li a:hover {
	background-color: #00ced1;
	color: #ffffff;
}
.page-no ul li a.pre-page,
.page-no ul li a.next-page {
	border: none;
	text-decoration: underline;
	padding: 2px 5px;
}
.page-no ul li a.pre-page:hover,
.page-no ul li a.next-page:hover {
	background-color: #ffffff;
	color: #dd2e2e;
	text-decoration-color: #dd2e2e;
}
a.page-none {
	color: #b1b1b1 !important;
	text-decoration-color: #b1b1b1 !important;
	cursor: default;
}
.page-no ul li a.current {
	border: none;
	color: #ff6900;
}
.page-no ul li a.current:hover {
	background-color: #ffffff;
	color: #ff6900;
	text-decoration: underline;
	text-decoration-color: #ff6900;
}
p.page-result {
	font-size: 90%;
	line-height: 30px;
}
span.page-select {
	padding-left: 15px;
}
.page-select select {
	margin-top: -3px;
}

/* search-list
***************************************************************/
.list-func {
	display: flex;
	flex-direction: row;
	margin: 15px 0;
}
.list-func .refinea-area {
	flex-grow: 2;
}
.refinea-area p {
	display: flex;
	width: 60%;
}
.refinea-area input[type="text"] {
	width: 100%;
	margin-right: 15px;
}
.refinea-area input[type="button"] {
	min-width: 120px;
}

.list {
	clear: both;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
.list-caption {
	padding: 0 20px 20px;
}
.list:first-of-type {
	padding-top: 0;
}
.list:last-of-type {
	border-bottom: none;
}
.list:last-of-type .list-caption {
	padding-bottom: 10px;
}
.list-caption p {
	margin-bottom: 2px;
}
.list a {
	font-size: 120%;
}
.list a:hover {
	text-decoration: underline;
}

/* list icon */
.list h3 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	min-height: 21px;
}
.list h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	display: block;
	width: 14px;
	height: 14px;
	background-color: #ffa3a3;
	border-radius: 2px;
}

/* detail-area
***************************************************************/
.detail-func {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 15px 0;
}
.detail-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.detail-img {
	text-align: center;
}
.float-img {
	max-width: 400px;
	min-width: 230px;
	width: 100%;
	margin: auto;
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
.float-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.detail-area {
	padding: 0 15px;
	box-sizing: border-box;
}
.detail-name {
	margin: 0 15px 15px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 1.3em;
	color: #008ad5;
	border-bottom: 1px solid #cccccc;
}
.kana {
	font-size: .76em;
	color: #333333;
	display: block;
}
.detail-area dl {
	width: 100%;
	margin: 15px auto 0;
}
.detail-area dl dt {
	clear: left;
	float: left;
	width: 110px;
	padding: 10px 5px;
	background-color: #e4f5ff;
	color: #008ad5;
	text-align: center;
	box-sizing: border-box;
}
.detail-area dl dd {
	padding-left: 125px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
.detail-area dl dd.b-none {
	padding-bottom: 0;
}
.detail-area dl dd.tb-none {
	padding-bottom: 0;
	padding-top: 0;
}
.detail-area dl dd.t-none {
	padding-top: 0;
}

/* 施設情報
***************************************************************/
.facility-info {
	margin: 15px 15px 0px;
	padding: 15px;
	border-radius: 10px;
	background-color: #e2f3f3;
}
.facility-info p:first-of-type {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
/* list */
.facility {
	padding: 2px 10px;
	background-color: #ffe078;
	border-radius: 10px;
}

/* 開催終了
***************************************************************/
.time-end {
	padding: 2px 15px;
	background-color: #dbdbdb;
	border-radius: 10px;
	font-size: 0.85em;
	white-space: nowrap;
}

/* エラー
***************************************************************/
.err-area {
	text-align: center;
	width: 100%;
	min-height: 400px;
	padding: 15px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-sizing: border-box;
}
.err-title h2 {
	color: #7c7c7c;
}
.err-title h2 img {
	margin-right: 20px;
}
.err-area p {
	font-size: 110%;
}

/* media
***************************************************************/
/* min */
@media screen and (min-width: 768px){
	#main-container,
	#ui-header .container {
		width: 750px;
	}
}
@media screen and (min-width: 992px){
	#main-container,
	#ui-header .container {
		width: 970px;
	}
}
@media screen and (min-width: 1200px){
	#main-container,
	#ui-header .container {
		width: 1170px;
	}
}

/* max */
@media screen and (max-width: 1200px){
	.page-title h2 {
		font-size: 3em;
	}
	.page-title h2 img {
		width: 40px;
		margin-right: 5px;
	}
}
@media screen and (max-width: 768px){
	.menu-btn {
		display: block;
	}
	ul.ui-func {
		display: none;
		position: absolute;
		top: 50px;
		width: 100%;
		height: auto;
		margin-left: -15px;
		padding: 15px 5px;
		background-color: #cceafe;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #ffffff;
	}
	.font-size-area {
	 margin-left: 0;
	 width: 30%;
	}
	.style-area {
		margin-left: 5px;
		width: 30%;
	}
	.padding-area {
		margin-left: 5px;
		width: 30%;
	}
	.ui-title {
		display: block;
		width: 40px;
		text-align: center;
		margin-bottom: 7px;
	}
	.page-title h2 {
		font-size: 1.8em;
	}
	.page-title h2 img {
		width: 25px;
	}
	.search-area {
		width: 100%;
		text-align: center;
	}
	.search-area input[type="text"] {
		width: 100%;
	}
	dl.detail-search {
		padding: 0;
	}
	dl.detail-search dt {
		float: none;
		width: auto;
		line-height: 1.5;
	}
	dl.detail-search dd {
		padding-left: 0px;
		margin-left: 0px;
		padding-top: 5px;
	}
	label.tiiki {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		margin-bottom: 10px;
	}
	label.tiiki + div {
		padding-left: 10px;
	}
	.list-func {
		flex-direction: column;
	}
	.refinea-area {
		margin-bottom: 15px;
	}
	.refinea-area p {
		width: 100%;
	}
	.page-no {
	    flex-direction: column;
		text-align: center;
	}
	p.page-result {
		margin-bottom: 15px;
	}
	.list-caption {
		padding: 0 0 20px;
	}
	.facility,
	.time-end {
		font-size: 85%;
	}
	.detail-name {
		margin-right: 0;
		margin-left: 0;
		font-size: 1.1em;
	}
	.detail-box {
		flex-wrap: wrap;
	}
	.detail-img {
		width: 100%;
		margin-top: 20px;
	}
	.float-img {
		max-width: 450px;
		padding: 10px;
	}
	.detail-area {
		width: 100%;
		padding: 0;
	}
	.detail-area dl {
		width: 100%;
	}
	.detail-area dl dt {
		float: none;
		width: 100%;
		padding: 6px 10px;
	}
	.detail-area dl dd {
		margin-left: 0;
		padding: 10px 10px 0;
		line-height: 1.8;
	}
	.facility-info {
		margin: 15px 0px 0px;
	}
}
@media screen and (max-width: 460px){
	dd.select-flex {
		display: block;
	}
	dd.select-flex select {
		width: 65%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.page-no .iphone {
		display: none;
	}
	.err-area {
		min-height: auto;
	}
	.facility-info {
		margin: 15px 0px 0px;
	}
	.annotation {
		text-align: left;
	}
}
@media screen and (max-width: 320px){
	.detail-search select {
		max-width: none;
		width: 100%;
	}
	.annotation {
		text-align: left;
	}
}