@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.h1, h1,.h2, h2,.h3, h3,.h4, h4,.h5, h5,.h6, h6{margin-top:0; margin-bottom:0.3em}

.nowrap{white-space:nowrap;}

.clearfix-ofh{overflow:hidden;}
.float-clear{clear:both;}

.main-contents a img{}
.main-contents a img:hover{opacity:0.6}


img{vertical-align: bottom;}

.cf:before,.cf:after{content:"";display:table;}
.cf:after{clear:both;}
.cf{zoom:1;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w75{width:75%;}
.w65{width:65%;}
.w60{width:60%;}
.w55{width:55%;}
.w50{width:50%;}
.w49{width:49%;}
.w42{width:42%;}
.w40{width:40%;}
.w33{width:33%;}
.w32{width:32%;}
.w31{width:31%;}
.w30{width:30%;}
.w25{width:25%;}
.w20{width:20%;}
.w10{width:10%;}

.w284{width:284px;}
.w256{width:256px;}

.img_wrapping{
	overflow:hidden;
	width:100%;
	margin:0 auto 0;
	clear:both;
}

.img_wrapping:after {
    clear: both;
}

.img_wrapping:before, .img_wrapping:after {
    content: " ";
    display: table;
}

.img_L,.imgL{float:left;
display:block}
.img_R,.imgR{float:right;
display:block}


.center-block{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;}



/* フォントサイズ */
.font-size-large {
	font-size: large;
}
.font-size-xlarge {
	font-size: x-large;
}
.font-size-xxlarge {
	font-size: xx-large;
}

.font-size-s {
	font-size:82%;
	line-height:126%;
}
.font-size-ss {
	font-size:69%;
	line-height:126%;
}
.font-size-l {
	font-size:115%;
}
.font-size-ll {
	font-size: 130%;
}

.line-height-s {
	line-height:112%; 
}
.line-height-m {
	line-height:132%; 
}
.line-height-l {
	line-height:157%; 
}


/* 汎用 */

/*色*/

.red{color:#C00;}



/* テキスト及びインライン */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* テキスト インデント */
.indent-left1em {
	text-indent: 1em;
}
.indent-left2em {
	text-indent: 2em;
}
.indent-left3em {
	text-indent: 3em;
}

/* left マージン */
.margin-left1em {
	margin-left: 1em;
}
.margin-left2em {
	margin-left: 2em;
}
.margin-left3em {
	margin-left: 3em;
}
.margin-left4em {
	margin-left: 4em;
}
.margin-left5em {
	margin-left: 5em;
}


/* トップマージン */
.margin-top0px {
	margin-top: 0px !important;
}
.margin-top1px {
	margin-top: 1px !important;
}
.margin-top2px {
	margin-top: 2px !important;
}
.margin-top4px {
	margin-top: 4px !important;
}
.margin-top8px {
	margin-top: 8px !important;
}
.margin-top16px {
	margin-top: 16px !important;
}
.margin-top32px {
	margin-top: 32px !important;
}
.margin-top48px {
	margin-top: 48px !important;
}

.margin-top05em {
	margin-top: 0.5em !important;
}

.margin-top08em {
	margin-top: 0.8em !important;
}

.margin-top1em {
	margin-top: 1em !important;
}

.margin-top1_5em {
	margin-top: 1.5em !important;
}

.margin-top2em {
	margin-top: 2em !important;
}
.margin-bottom0px{margin-bottom:0 !important;}
.margin-bottom8px{margin-bottom:8px !important;}
.margin-bottom16px{margin-bottom:16px !important;}
.margin-bottom32px{margin-bottom:32px !important;}
.margin-bottom05em{margin-bottom:0.5em !important;}
.margin-bottom1em{margin-bottom:1em !important;}
.margin-bottom15em{margin-bottom:1.5em !important;}
.margin-bottom2em{margin-bottom:2em !important;}

.list-style {
	text-indent: -1em;
	margin-left: 1em;
}
.list-style02 {
	text-indent: -2.5em;
	margin-left: 2.5em;
}

.nowrap {
	white-space: nowrap;
}


.tel a{
	text-decoration:underline;}

.column-wrap {
	display: flex;
	position: relative;
	margin: 32px 0;
	align-items: center;
	justify-content:space-around;
	flex-wrap: wrap;
}
.column-wrap .column-wrap {
  margin: 0;
}
.column-wrap .column-left {
  padding-left: 0;
}
.column-wrap .column-right {
  padding-right: 0;
}
.column-wrap > div {
  width: auto;
  padding: 0 0.45em;
  margin: 0 0 8px;
}
.column-wrap > div p {
	margin-top: 0;
	margin-bottom: 0;
}


.column-wrap-space-between{
	display: flex;
	position: relative;
	margin: 32px 0;
	justify-content:space-between;
	flex-wrap: wrap;
}
.column-wrap-space-between.align-center{align-items: center;}


.column-wrap-space-between > div {
  margin: 8px 0 8px;
}
.column-wrap-space-between > div p {
	margin-top: 0;
	margin-bottom: 0;
}


.column-wrap-space-between.sep04 > div{
	width: 23%;
}

.column-wrap-space-between.sep03 > div{
	width: 32%;
}

.column-wrap-space-between.sep02 > div{
	width: 47%;
}

.column-wrap-space-between > div.main_box{flex: 1;margin-left: 32px;}


table {
width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.responsive_table table{
	font-size: 94%;
}

.responsive_table table th{
	white-space: nowrap;
}

/*flex_box*/
.flex{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.flex div{
	margin-bottom: 1em;
}


/*リンクアイコン*/
.main-contents a[href$=".pdf"],.main-contents a[href$=".pdf"].pdf{
	background-image: url("../images/icon_pdf.png")!important;
	background-position: right 4px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-right: 22px;
    padding-top: 3px;
}
.main-contents a[href$=".doc"],.main-contents a[href$=".docx"],
a[href$=".doc"].doc, a[href$=".docx"].doc{
    background-image: url("../images/icon_word.png") !important;
	background-position: right 4px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-right: 22px;
    padding-top: 3px;
}
.main-contents a[href$=".xls"],.main-contents a[href$=".xlsx"],
a[href$=".xls"].xls, a[href$=".xlsx"].xls{
    background-image: url("../images/icon_exl.png") !important;
	background-position: right 4px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
    padding-right: 22px;
    padding-top: 3px;
}

/*装飾*/

.border_kakomi{
	padding: 1em 2.5em;
    margin: 0 0 24px 0;
    border: 10px solid #faca20;
}

.wp-embedded-content {
max-width: 100%;
}





@media (max-width: 916px){
.column-wrap-space-between{
	display: flex;
	position: relative;
	margin: 32px 0;
	justify-content:space-between;
	flex-wrap: wrap;
}


.column-wrap-space-between.sep04 > div{
	flex-basis: 47%;
}

.column-wrap-space-between.sep03 > div{
	flex-basis: 32%;
}

.column-wrap-space-between.sep02 > div{
	flex-basis: 100%;
}

}
@media (max-width: 800px){
	.responsive_table{overflow-x: auto;}


	.responsive_table table{
	min-width:770px;
	maegin:0 10px 50px;}	

	.responsive_table table td{
		width: auto !important;
	}
}

@media (max-width: 425px){
	
.w100,.w90,.w80,.w75,.w65,.w60,.w55,.w50,.w49,.w42,.w40,.w33,.w32,.w31,.w30,.w25,.w20,.w10{width:100%;}

.w284,.w256{width:100%;}

.img_L{float:none}
.img_R{float:none}

	
  .column-wrap {
    flex-direction: column;
	  margin: 24px 0;
  }
  .column-wrap .column-left,
  .column-wrap .column-right {
    width: 100%;
    padding: 1em 0;
  }	
	
.column-wrap > div {
  width: 100%;
}
	
.column-wrap-space-between{
	flex-direction: column;
	margin: 16px 0;
}

.column-wrap-space-between > div,
.column-wrap-space-between.sep04 > div,
.column-wrap-space-between.sep03 > div,
.column-wrap-space-between.sep02 > div{
	width: 100% !important;
}
	
}


/*Google map*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*youtube*/
.video-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.video-wrap iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

/*wordpress投稿*/
/*投稿画像*/

.alignleft {
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-right: 16px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    display: block;
    float: right;
    margin-bottom: 1em;
    margin-left: 16px;
}

div.wp-caption{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 100% !important;
}

.wp-caption-text{
	line-height:1.3;
	font-size:93%;
	text-align:center;
    margin-bottom: 2px;
    margin-top: 5px;}

.cation{
	border: 1px solid #02263B;
	width: 540px;
	margin: 24px auto 36px;
	padding: 8px;}
	
.cation p{
	font-size: 13px;
	line-height: 135%;
	color: #02263B;
}	

/*カレンダー*/

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
    overflow: hidden;
	margin-top: 114px;
}
.gallery-item {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.gallery-icon {
    text-align: center;
}
.gallery-caption {
	font-size: 0.8em;
	margin: 5px 0;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    margin-right: 2%;
}

.gallery-columns-5 .gallery-item {
    width: 18%;
    margin-right: 2.5%;
}
.gallery-item img{
	width:100% !important;
	height: auto;
	border-radius: 6px;}

@media only screen and (max-width: 780px) {

.gallery {
    overflow: hidden;
	margin-top: 70px;
}
}

@media (max-width: 599px){
.alignleft,.aligncenter,.alignright {
    display: block;
    float: none;
    margin: 16px auto;
}
}

@media (max-width: 425px){	
	.gallery {
		overflow: hidden;
		margin-top: 70px;
	}
	.gallery-item {
    float: none;
}
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item{
    width: 100%;
    margin-right: 0;
	margin-bottom:8px;
}
.gallery-columns-4 .gallery-item {
	float: left;
    width: 46%;
	margin-left: 2%;
    margin-right: 2%;
}

.gallery-columns-5 .gallery-item {
	float: left;
    width: 23%;
    margin-right: 2%;
}
	
}