@charset "utf-8";
/*
Theme lu_osaka
Description:lu_osakaテーマ
Author:light up osaka
Template:liner
*/

*{
box-sizing:border-box;
}

a img:hover {
	opacity: 0.8;
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
        float: none;
}


.page-id-233 .notes_box {
	background: #eee;
	padding: 10px;

}

.page-id-233 .notes_box h2 {
	font-size: 14px;
	margin-top: 0;
}

.page-id-233 .notes_box ul li {
	font-size: 12px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}


#header {
	border-bottom: none;
}

.global-nav {
	background: #FCF751;
	font-weight: bold;
}

.global-nav ul li a {
	background: #FCF751;
	color: #333;
}

.global-nav ul li a:active, .global-nav ul li a:hover, .global-nav ul li.current-menu-item > a, .global-nav ul li.current_page_ancestor > a, .global-nav ul li.current_page_item > a, .global-nav ul li.current_page_parent a, .global-nav ul li:hover > a {
	background: #fff;
	color: #333;
}

.global-nav ul li ul li a {
	background: #fff;
	border: none;
	font-weight: bold;
}

.global-nav ul li ul li a:hover {
	text-decoration: underline;
	border: none;
}

.entry-meta {
	display: none;
}

#contents a {
	color: #2980b9;
}

#contents.is-show-global-nav {
	padding-top: 88px;
}

#footer {
	background: #FCF751;
}

#footer .textwidget {
	color: #333;
}

#footer a {
	color: #333;
	font-weight: bold;
}


.page-id-149 .full-back {
	padding-bottom: 20px;
}

.page-id-149 h3 {
	margin-bottom: 0;
}


.page-id-37 input,
.page-id-460 input,
.page-id-233 input,
.page-id-29 input {
	background: #f3f3f3;
	border: none;
	height: 3em;
	border-radius: 5px;
	width: 50%;
	padding: 2px 5px;
	font-size: 14px;
}

.page-id-233 #zip {
	width: 20%;
}

.page-id-37 input[type="checkbox"],
.page-id-460 input[type="checkbox"],
.page-id-233 input[type="checkbox"],
.page-id-29 input[type="checkbox"] {
	width: 15px;
	border-radius: 0;
	height: 1.5em;
	padding: 0;
}

.page-id-37 input[type="radio"],
.page-id-460 input[type="radio"],
.page-id-233 input[type="radio"],
.page-id-29 input[type="radio"] {
	width: 15px;
	border-radius: 0;
	height: 1.5em;
	padding: 0;
}

.page-id-37 input[type="submit"],
.page-id-460 input[type="submit"],
.page-id-233 input[type="submit"],
.page-id-29 input[type="submit"] {
	background: #FCF751;
	font-weight: bold;
	width: 51%;
	height: 2.5em;
	font-size: 1.3em;
	color: #333;
}

.page-id-37 input[type="submit"]:hover,
.page-id-460 input[type="submit"]:hover,
.page-id-233 input[type="submit"]:hover,
.page-id-29 input[type="submit"]:hover {
	background: #FFF963;
	cursor: pointer;
	color: #666;
}

.page-id-37 textarea,
.page-id-460 textarea,
.page-id-233 textarea,
.page-id-29 textarea {
	background: #f3f3f3;
	border: none;
	width: 50%;
	padding: 5px;
}

.copyright {
	text-align: center;
}


/*-- カスタマイズ --*/
.main-visual {
 max-width:1280px;
 margin: 0 auto; 
}
li, ul#kyosan_b{

 padding-right:20px;
}

ul#kyosan_b{
 margin-bottom:20px;
}

/*-- カスタマイズ --*/



/* 協賛 */
#sponsorship p{
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.sponsor-banner{
	overflow: hidden;
  display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
	margin-bottom: 20px;
}

.sponsor-banner li img{
	margin-bottom: 1em;
}

.sponsor-banner li img:hover{
	opacity: 0.7;
}
.sponsor-banner li a{
	display: block;
}

.sponsor-text{
	overflow: hidden;
  display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	 -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}

.sponsor-text li{
	margin-bottom: 1em;
	padding:0 1em;
}

.sponsor-text li a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.sponsor-text li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 5px;
	background-color: #FFBA00;
	transition: .3s;
	z-index: -999;
}
.sponsor-text li a:hover::after {
	width: 100%;
}

#sponsorship small{
	color: #999999;
	display: block;
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}
/* End協賛 */


/* SNSウィジェット */


.fb-widget,.tw-widget {
    float: left;
    width: 585px;
    padding: 20px;
}

/* EndSNSウィジェット */

/*-- スマホ --*/
@media screen and (max-width:640px) {


.page-id-37 input,
.page-id-460 input,
.page-id-233 input,
.page-id-29 input {
	background: #f3f3f3;
	border: none;
	height: 3em;
	border-radius: 5px;
	width: 100%;
	padding: 2px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.page-id-233 #zip {
	width: 50%;
}

.page-id-37 input[type="submit"],
.page-id-460 input[type="submit"],
.page-id-233 input[type="submit"],
.page-id-29 input[type="submit"] {
	background: #FCF751;
	font-weight: bold;
	width: 100%;
	height: 2.5em;
	font-size: 1.3em;
	color: #333;
  -webkit-appearance: none;
}

.page-id-37 input[type="submit"]:hover,
.page-id-460 input[type="submit"]:hover,
.page-id-233 input[type="submit"]:hover,
.page-id-29 input[type="submit"]:hover {
	background: #FFF963;
	cursor: pointer;
	color: #666;
  -webkit-appearance: none;
}

.page-id-37 input[type="radio"],
.page-id-460 input[type="radio"],
.page-id-233 input[type="radio"],
.page-id-29 input[type="radio"] {
-webkit-transform: scale(1.5);
	transform: scale(1.5);
	border-radius: 50%;
	border: 1px solid #2980b9;
	padding: 0;
	background: #2980b9;
}

.page-id-37 input[type="checkbox"],
.page-id-460 input[type="checkbox"],
.page-id-233 input[type="checkbox"],
.page-id-29 input[type="checkbox"] {
-webkit-transform: scale(1.5);
	transform: scale(1.5);
	border-radius: 50%;
	border: 1px solid #2980b9;
	padding: 0;
	background: #2980b9;
	margin-right: 10px;
}

.page-id-37 textarea,
.page-id-460 textarea,
.page-id-233 textarea,
.page-id-29 textarea {
	background: #f3f3f3;
	border: none;
	width: 100%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.off-canvas-nav, .off-canvas-nav ul li,
.global-nav ul li a {
	background: #FCF751 !important;
	color: #333 !important;
	border: none;
}

.off-canvas-nav ul li ul {
	border: none;
}

.off-canvas-nav ul .current-menu-item > a, .off-canvas-nav ul .current_page_ancestor > a, .off-canvas-nav ul .current_page_item > a, .off-canvas-nav ul .current_page_parent > a {
	background: #fff !important;
}
	
/* 協賛 */	
.sponsor-text li:before{
	font-family: 'FontAwesome';
  content: "\f054";
	color:#999;
	font-size:11px;
	line-height: 1em;
	margin-right: 0.5em;
}

/* End協賛 */
/* 協賛 */
	.sponsor-text li{
		padding: 0 0.5em;
	}
/* End協賛 */

}