@charset "utf-8";
/*
Theme Name: 日本書道家連盟
Template: lightning
Version: 0.1.2
*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }



body {
	/*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;*/
    /* ゴシック体の場合 */
    /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    /* 明朝体の場合 */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
vertical-align: bottom!important; 
}
.gallery img {
    border: none;
}
a:hover img,label:hover  {
	opacity: 0.5 ;
	transition: 0.5s
}
.full-width {
    margin: 0 calc(50% - 50vw);
    padding: 5em calc(50vw - 50%);
}
.thin-gray {
	background-color:#f9f9f7;
}
.bottom10 {
	margin-bottom:10px!important;
}
.bottom-40 {
	margin-bottom:40px!important;
}
.bottom-60 {
	margin-bottom:60px!important;
}
.top-40 {
	margin-top:40px!important;
}
.center {
	text-align:center;
}
.biger-16 {
	font-size:16px;
}
/*-----------------------------------------------------
 ヘッダー
 -----------------------------------------------------*/
.header-text {
    font-size: 12px;
    line-height: 28px;
}
.page-header {
	background-image:url(https://design08.samples.design/wp-content/uploads/page-head.png);
	background-size:cover;
	color:#000;
}
.device-pc .gMenu>li a {
    padding-left: 2em;
    padding-right: 2em;
}
/*-----------------------------------------------------
 トップ
 -----------------------------------------------------*/
.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	text-align: center;
	border:none;
}

.heading::before,
.heading::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

.heading::before {
	margin-right: 20px;
}
.heading::after {
	margin-left: 20px;
}
.top-wrap h3 {
	border:none;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:1.6;
	letter-spacing:0.1em;
}
.top-wrap h3::after {
	border-bottom:none;
}
.top-wrap {
	text-align:center;
}
.school table th,.school table td{
	padding:15px;
	font-size:18px;
	border:solid 1px #ccc;
}
.school table th {
	background-color:#f9f9f9;
}
.school-h3 {
background-color:#337ab7;
	padding:15px;
	color:#fff;
	text-align:center;
	letter-spacing:0.1em;
}
.school-h3:after {
	border:none;
}
.school {
	margin-top:80px;
}
.school a {
	text-decoration:underline;
	color:#000D99;
}
.school a:hover {
	text-decoration:none;
	color:#CC3434;
}
	}
	.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/*-----------------------------------------------------
 ナビ
 -----------------------------------------------------*/
.device-mobile .gMenu>li .gMenu_name {
    font-size: 14px;
}
.gMenu li {
	font-size:14px;
}
/*-----------------------------------------------------
お問合せバナー
 -----------------------------------------------------*/
.contact-box {
	text-align:center;
	margin:80px 0 60px 0;
}
/*-----------------------------------------------------
お知らせ
 -----------------------------------------------------*/
/*.veu_postList {
    margin-bottom: 30px;
    width: 80%;
	margin:80px auto;
}*/
.mainSection-title, h2 {
    padding: .8em 0 .7em;
    border-top: 2px solid #337ab7;
    border-bottom: 1px solid #e9e9e9;
	text-align:center;
	font-size:24px;
	letter-spacing:0.1em;
}

/*-----------------------------------------------------
連盟について
 -----------------------------------------------------*/

.about-table table {
	width:100%;
	margin:0 auto;

}
.about-table table th {
	border:1px solid #ccc;
	background-color:#f7f7f7;
	padding:20px;
	font-size:16px;
	width:15%;
}
.about-table table td {
	border:1px solid #ccc;
	font-size:16px;
	line-height: 1.7;
}
.about-table {
	margin-top:60px;
}
.kaityo {
	text-align:center;
	width:28%;
	margin:0 auto 40px;
}
.kaityo img{
	width:100%;
	height:auto;
}
.renmei {
	display:flex;
	justify-content:space-around;
}
.left-box {
	width:60%;
	font-size:18px;
}
/*-----------------------------------------------------
 お問合せ
 -----------------------------------------------------*/
.contact-table table {
	width:100%;
	margin:0 auto;

}
.contact-table table th {
	border:1px solid #ccc;
	background-color:#f7f7f7;
	padding:20px;
	font-size:16px;
}
.contact-table table td {
	border:1px solid #ccc;
	font-size:16px;
}
.contact-table {
	margin-top:60px;
}
. {
	text-align:center;
	margin-bottom:40px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
.inquiry th {
	font-weight: normal!important;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control {
    max-width: 100%; 
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #eb6100;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
	border:2px solid #eb6100;
	opacity:1;
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}
/*-----------------------------------------------------
 フッター
 -----------------------------------------------------*/
.copySection {
    font-size: 12px!important;
    color: #333!important;
}

/*-----------------------------------------------------*/

@media(max-width:500px) {

/*-----------------------------------------------------
 トップ
 -----------------------------------------------------*/
	.header-text {
    text-align: center;
}
	.top-wrap h3 {
		text-align:left;
	}
	.top-wrap p {
		text-align:left;
	}
	
/*-----------------------------------------------------
 連盟について
 -----------------------------------------------------*/
.about-table table th,.about-table table td {
    padding: 20px;
	display:block;
	width:100%;
}	
	
.kaityo {
    width: 100%;
}	
	.renmei {
    display: block;
}
	.left-box {
    width: 100%;
    font-size: 18px;
}
/*-----------------------------------------------------
 お問合せ
 -----------------------------------------------------*/
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
	.contact-wrap p {
		text-align:left;
	}
	.contact-table table td {
    display: block;
    padding: 20px;
}
	.contact-table table th {
    padding: 20px;
    display:block;
}
/*-----------------------------------------------------*/	
	}