/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {
#st-menuwide{
	display: none !important;}

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
main {
	margin-right: 0px !important;
}

/*-- ここまで --*/
}


/*ヘッダー部分を非表示にするCSS
--------------------------------
#headbox-bg{
	display: none !important;
}*/
/*ここまで*/
 
/*ヘッダー画像を画面幅いっぱいにするCSS
--------------------------------*/
#st-header {
max-width: none !important;
}
/*ここまで*/

/*既定のコピーライト非表示
--------------------------------*/

.main_imgBox {
      height: 200px;
    overflow: hidden;
    position: relative; }
  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 12s 0s infinite;
    animation: anime 12s 0s infinite; }
.main_img:nth-of-type(2) {
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 9s;
      animation-delay: 9s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

@media all and (-ms-high-contrast: active), (-ms-high-contrast: none){
  #headbox{
    padding-top:40px!important; /* IE10以上 */
	  background-color:blue;
  }
}



.copyr {
display: none;
}
/*ここまで*/

#media ul{
    padding-left:0!important;
    margin:0!important;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px!important;
}


.btn {
	background-color:#314150;;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 63px;
	text-decoration:none;
}
.btn:hover {
	background-color:#000000;
	color:#ffffff;
}
.btn:active {
	position:relative;
	top:1px;
}

.btn_a{
padding-bottom: 20px;
text-align: center;
}

.btn3{
background-color: gray;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 10px;
border: 1px solid #000;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 12px;
padding: 6px 30px;
text-decoration: none;
}
.btn3:hover{
	background-color:#ffffff;
	color:#000000;
}
.btn3:active {
	position:relative;
	top:1px;
}

.btn_a{
padding-bottom: 20px;
text-align: center;
}

#media li{
	width: 100%;
	padding-right: 14px;
	padding-left: 14px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	list-style: none;
}


/*グリッドテスト*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 5px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}


@media screen and (min-width:768px){/*768px 以上の画面幅て適用する CSS*/

#media li{
	width:20%; /* 2カラム */
}
}


@media screen and (min-width:1024px){/*1024px 以上の画面幅て適用する CSS*/

#media li{
	width:20%; /* 2カラム */
}
}

/*グローバルメニューの固定化・装飾
--------------------------------*/

#st-menubox {
	background: #213470; /*メニューバーの色*/
	position: fixed; /*メニューを上部に固定する記述*/
	width: 100%; /*メニューの幅を画面いっぱいに*/
	z-index: 999;
	top: 0;
	 filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

 
header .smanone ul.menu li {
	transition: 0.5s;
}
 
header .smanone ul.menu li:hover {
	background: #1db2f5 ; /*メニューバーマウスオーバー時の色*/
}
 
header .smanone ul.menu li a{
	color: #FFF !important; /*メニューのフォント色*/
}
 
header .smanone ul.menu li li a{
	background: rgba(51, 51, 51, 0.91) !important; /*サブメニューの背景 ※少し透過してます*/
	border-top: none !important;
	transition: 0.5s;
}
 
header .smanone ul.menu li li a:hover { 
	background: #1db2f5 !important; /*メニューバーマウスオーバー時の色*/
}
 
nav.smanone {
	margin-top: -10px !important; /*メニュー上部の余白調整 表示崩れるようならこのコードは追記しないでOK*/
}

@media only screen and (min-width: 960px) {
#st-header {
    padding-top: 20px;
}

#header-l {
    padding-top: 40px !important;
}
}

@media only screen and (min-width: 600px) {
	#headbox-bg{
		width:100%;
		background-image:url(images/logoback.jpg);
		    background-repeat: repeat-x;           
	}}	


	
/*ここまで*/

/*yomoyama
*/
.yomoyama_ppl ul li{
width: 100%;
display: block;
-moz-border-radius: 30px 0;
-webkit-border-radius: 30px 0;
border-radius: 30px 0;
border: skyblue solid 2px;
padding: 10px;
margin: 0;
}
.ppl img{
display:block;
}
.yomoya_contents{
border-top: 2px skyblue solid;
padding: 20px;
margin-bottom: 20px;
}

.yomoya_content{
border-top: 2px green solid;
padding: 20px;
margin-bottom: 20px;
}

@media (min-width:980px){
.yomoyama{
width:100%;}
.yomoyama_bkn{
	-moz-border-radius: 30px 0 ;
-webkit-border-radius: 30px 0;
border-radius: 30px 0;
background-color: skyblue;
border: blue solid 2px;
padding: 10px;
}
.yomoyama_bkn p{
color:white;
}
.yomoyama_ppl ul li{
width: 33%;
display: block;
float: left;
-moz-border-radius: 30px 0;
-webkit-border-radius: 30px 0;
border-radius: 30px 0;
border: skyblue solid 2px;
padding: 10px;
}
.yomoya_contents1{
float: right;
		text-align:center;
width:50%;
	}
.yomoya_contents2{
width:50%;
float:left;}

.yomoya_contents3{
width:50%;
float:left;
padding-right: 3%;
}
.yomoya_contents4{
float: right;
width:50%;
}

.ppl img{
float:right;
}
}

@media print{
	body {
  _zoom: 0.75;
}
	#st-menubox{
		visibility: hidden;
	}
.yomoyama{
width:100%;}
.yomoya_contents1{
float: right;
width:50%;
	text-align:center;
	}
.yomoya_contents2{
width:50%;
float:left;}

.yomoya_contents3{
width:50%;
float:left;
	padding-right: 3%;
}
.yomoya_contents4{
float: right;
width:50%;
}

.ppl img{
float:right;
}}	
	


.clearfix {
    display: block;
}
.info .news {
    width: 100%;
	padding-right: 14px; /* ガーター */
	padding-left: 14px; /* ガーター */
	float: left;
	-webkit-box-sizing: border-box;/* 追加 */
	-moz-box-sizing: border-box;/* 追加 */
	box-sizing: border-box;/* 追加 */
	margin-bottom: 20px;
	
}

.info .event {
    width: 100%;
	padding-right: 14px; /* ガーター */
	padding-left: 14px; /* ガーター */
	float: right;
	-webkit-box-sizing: border-box;/* 追加 */
	-moz-box-sizing: border-box;/* 追加 */
	box-sizing: border-box;/* 追加 */
	margin-bottom: 20px;
}

.title {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2em;

}
.info ul {
    font-size: 12px;
    margin-bottom: 15px;
     list-style: none;
}
.info ul.ul_news li {
    padding: 17.8px 20px;
}
.info ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #000;
    overflow: hidden;
    white-space: normal;
}


.info ul {
    font-size: 12px;
    margin-bottom: 15px;
}
#masthead li a {
	color:#ffffff !important;
}
@media screen and (min-width:1024px){/*1024px 以上の画面幅て適用する CSS*/

.column {
    width: 960px;
    margin: 0 auto;
	color: #000000;
}
.column .box {
    width: 470px;
}
#masthead li a {
	color:#000000 !important;
}

}

.entry-title{
	font-family: 'Sawarabi Mincho' !important;
	color: #000000 !important;
}

.sawarabi{
	font-size:21px;
		font-family: 'Sawarabi Mincho' !important;
	color: #000000 !important;
	    padding-top: 5px!important;
	font-weight:bolder;
}

#drawer-checkbox {
  display: none;
}
#drawer-icon {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  position: relative;
  width: 50px;
}
#drawer-icon span {
  background:  #333;
  border-radius: 4px;
  display: block;
  height: 16%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}
#drawer-icon span::before,
#drawer-icon span::after {
  -webkit-transform: rotate(0);
  background: #333;
  border-radius: 4px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon span::before {
  margin-top: -38%;
}
#drawer-icon span::after {
  margin-top: 19%;
}
#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(51, 51, 51, 0);
}
#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 250px;
  max-width: 90%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
#drawer-content  li{
font: 12px;
color:white;
padding-top:5px;
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}



/***********************************************************************
 * .subnavMod01
 ********************************************************************* */
.subnavMod01 {
  background: #f4f4f4;
}
.subnavMod01 .subnav li a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .subnavMod01 {
    padding: 18px 0;
  }
  .subnavMod01 .subMenuBtn {
    display: none;
  }
  .subnavMod01 .subnav {
    text-align: center;
  }
  .subnavMod01 .subnav li {
    display: inline-block;
    margin: 0 12px;
    font-weight: bold;
    font-family: "Gothic MB101 Medium";
    font-size: 14px;
    line-height: 1.5;
  }
  .subnavMod01 .subnav li.active a {
    border-color: #000000;
  }
  .subnavMod01 .subnav li a {
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  .subnavMod01 .subnav li a:hover {
    border-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .subnavMod01 .inner {
    padding: 0;
  }
  .subnavMod01 .subMenuBtn a {
    color: inherit;
    text-decoration: none;
  }
  .subnavMod01 .subMenuBtn .btnInner {
    position: relative; 
    display: block;
    padding: 8px 22px;
    font-weight: bold;
    font-family: "Gothic MB101 Medium";
    font-size: 16px;
  }
  .subnavMod01 .subMenuBtn .btnInner:before {
    display: none; 
    content: url(../images/common/icn_arrow01_up.png);
  }
  .subnavMod01 .subMenuBtn .btnInner:after {
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto 0; 
    width: 16px;
    height: 10px;
    background: url(../images/common/icn_arrow01_down.png) left top no-repeat;
    -webkit-background-size: 16px 10px;
            background-size: 16px 10px;
    content: '';
  }
  .subnavMod01 .subMenuBtn.open .btnInner:after {
    background-image: url(../images/common/icn_arrow01_up.png);
  }
  .subnavMod01 .subnav {
    display: none;
  }
  .subnavMod01 .subnav > li {
    border-top: 1px solid #dbdbdb;
    font-size: 14px;
  }
  .subnavMod01 .subnav > li .itemInner {
    padding: 9px 22px;
  }
}

.inner {
  margin: 0 auto; 
  max-width: 1064px;
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding: 0 8px;
  }
}

.boldTxt {
  font-weight: bold;
  font-family: "Gothic MB101 Medium";
}

/***********************************************************************
 * .modBtn01
 ********************************************************************* */
.modBtn01 {
  position: relative; 
  display: block;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
    font-family: "Gothic MB101 Medium";
}
.modBtn01:after {
  position: absolute;
  top: 50%; 
  background: url(../images/common/icn_arrow04.png);
  content: '';
}
@media only screen and (min-width: 768px) {
  .modBtn01 {
    padding: 1px 20px 1px 10px; 
    font-size: 13px;
  }
  .modBtn01:after {
    right: 10px;
    margin-top: -5px; 
    width: 6px;
    height: 10px;
    -webkit-background-size: 6px 10px;
            background-size: 6px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modBtn01 {
    padding: 3px 32px 3px 20px; 
    font-size: 16px;
  }
  .modBtn01:after {
    right: 15px;
    margin-top: -8px; 
    width: 10px;
    height: 16px;
    -webkit-background-size: 10px 16px;
            background-size: 10px 16px;
  }
}

/***********************************************************************
 * .moreBtnMod01
 ********************************************************************* */
.moreBtnMod01 a {
  display: block; 
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .moreBtnMod01 {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .moreBtnMod01 {
    padding: 0 6px;
  }
}

.box {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    min-height: 100vh;
  background-image: url('http://placeimg.com/850/530/animals');
    background-size: cover;
    background-position: center;
}

.area-image {
  width: 100vw;
margin-left: calc(50% - 50vw);
}

.post-list{
margin-right:5%;
}
.new-post-wrap{
border-left: 1px solid #2EA7E0;
border-right: 1px solid #2EA7E0;
border-bottom: 1px solid #2EA7E0;
	border-radius: 6px;
 margin: 1em 0;
}

.post-list a{
 color:#333;
 text-decoration:none;
 display:block;
 overflow:hidden;
 border-bottom:1px solid #ddd;
 background:#fff;
 padding: 0.7em 0.7em 0em 0.7em;
 margin-bottom:1em;
}
.post-list .eyecatch{
 width:25%;
 float:left;
 margin:0 1em 0 0;
 padding:0;
}
.post-list .entry-title{
 font-size:1.1em;
 font-weight:bold;
}

.post-list {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #333;
  line-height: 0px;
  overflow: hidden;
}
.post-list a:hover {
  color: #0099ff;
  background-color: #ffffff;
　border:1px solid #0099ff;
}

.post h3 {
    position: relative;
    background-color: #2EA7E0!important;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, YuGothic, 游ゴシック, Helvetica, Arial, sans-serif;
    color: white!important;
    font-size: 1em;
    padding: 1em;
    border-radius: 6px 6px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color:  #2EA7E0;
    border-image: initial;
}

.infont{   font-size: 1em;
    background-color: rgb(46, 167, 224) !important;
    color: white !important;
    padding: 0.2em;
    border-radius: 6px 6px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(46, 167, 224);
    border-image: initial;
	text-align:center;
	font-weight:bolder;
	
} 