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


a img:hover {
	opacity: 0.8;
}

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


ul, li {
	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;
}
s

/*-- カスタマイズ --*/
.main-visual {
 max-width:1280px;
 margin: 0 auto; 
}
ul#kyosan_b{
 padding-right: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ウィジェット */

/* メンバー紹介 */
.member-list{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap:wrap;
	 -webkit-justify-content: space-around;
  	justify-content:space-around;
	-webkit-align-items: stretch;
  	align-items:stretch;
	max-width: 980px;
    margin: 0 auto;
}


.member-card{
	padding:40px;
	margin: 10px;
	margin-bottom: 36px;
	width: calc(50% - 20px);
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	border: 1px solid #f5f5f5;
    box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.06);
}

.member-card img{
	width: 200px;
	border-radius: 50%;
    margin: 0 auto 20px auto;
}
.member-name {
    font-size: 24px;
    line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.member-posi {
    color: #555;
    line-height: 24px;
	text-align: center;
}
.member-card dl{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
  	flex-wrap:wrap;
	 -webkit-justify-content: space-between;
  	justify-content:space-between;
	width: 80%;
    margin: 0 auto;
}

.member-card dt{
	font-weight: bold;
	text-align: center;
	width: 30%;
}
.member-card dd{
	width: 70%;
	margin-left: 0px;
}

.member-card dt,.member-card dd{
	line-height: 24px;
}

.member-card p{
	text-align: justify;
}


/* Endメンバー紹介 */


/* フォーム */
.wpcf7-form p > label{
	display: block;
	margin-bottom: 2em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

.wpcf7-form input,.wpcf7-form textarea {
    width: 100%;
    display: block;
	padding: 0.5em;
	line-height: 1.2em;
}

.wpcf7-form small {
    color: #999;
    font-weight: normal;
}
span.opt {
    display: inline-block;
    margin-left: 0.5em;
    background-color: #eee;
    padding: 0em 0.5em;
    margin: 0.5em;
    font-size: 0.8em;
    font-weight: normal;
    color: #666;
}

span.req {
    display: inline-block;
    margin-left: 0.5em;
    background-color: #FFD1D1;
    padding: 0em 0.5em;
    margin: 0.5em;
    font-size: 0.8em;
    font-weight: normal;
    color: #E00003;
}
/* Endフォーム */

/*-- スマホ --*/
@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協賛 */

	/* メンバー紹介 */
.member-list{
 width: 100%;
 max-width: 640px;
 margin: 0 auto;
 flex-direction: column;
}

.member-card{
	width: 100%;
	padding: 20px;
	margin: 0px 0px 36px 0px; 
}

.member-title{
	text-align: center;
}
	
	.member-card dl{
		width: 100%;
	}
/* Endメンバー紹介 */

	
	
}