@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.1.0
Author: opencage
Author URI: https://open-cage.com/
*/

main img {
	width: 100% !important;
	height: auto;
}

.p_description p{
	line-height: 1.2;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0.2em;
}


.category-blog .archives-list.card-list .post-list{
	width:100%;
}
.category-blog .archives-list.card-list .post-list__link {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 3%;
}
.category-blog .archives-list.card-list .eyecatch {
  flex-shrink: 0;
  width: 40%;
  max-width: 280px;
  margin:0;
  margin-bottom: 0 !important;
}
.category-blog .archives-list-entry-content{
	padding-left:3%;
}

.category-other-blog .termListWrap{
  display: none;
}
.termListWrap{
	padding:0.8em 0 1em;
	border-bottom: 1px dotted #333;
	margin-bottom: 1.5em;
}
.termListWrap.archives_ver,
.termListWrap.topPosi{
  padding:0.5em 0 0;
  border-width: 0;
  margin:0;
}
.termListWrap.topPosi{
  padding:0 0 1em;
}

.entry-content .termListWrap ul li::before{
	display: none;
}
.entry-content .termListWrap ul li{
	padding-left:0;
}
.termListWrap ul{
	display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.termListWrap ul a,
.termListWrap ul span{
	display: inline-block;
  padding: 0.35em 0.5em;
  margin-right: 0.3em;
  margin-bottom: 2px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 75%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--main-ttl-bg);
  background-color: var(--main-ttl-bg);
  color: #ffffff;
  border-radius: 5px;
}
.termListWrap ul a:hover {
  background: var(--main-link-color-hover);
  border-color: var(--main-link-color-hover);
}
.termListWrap ul a::before,
.termListWrap ul span::before {
  font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
  font-weight: 900;
  content: "\f3c5";
  margin-right: 0.2em;
}
.termListWrap ul.station a::before,
.termListWrap ul.station span::before{
  content: "\f239";
}
.termListWrap ul.syoutenkai a::before,
.termListWrap ul.syoutenkai span::before{
  content: "\f64f";
}

.snsLink{
  position: absolute;
  left: 410px;
  bottom:4px;
}
.snsLink a{
  display: inline-block;
  width:28px;
  height:28px;
  margin-right:10px;
  background: url(/wp-content/uploads/imgs/instagram_logo2.png) left top no-repeat;
  background-size: 100% auto;
}
.snsLink a:hover{
  opacity: 0.5;
}
.snsLink a.facebook{
  background-image: url(/wp-content/uploads/imgs/facebook_logo.png);
}
.snsLink a.xxx{
  background-image: url(/wp-content/uploads/imgs/x_logo2.png);
}

.accordionBtn {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  right: 5px;
}
@media only screen and (min-width: 768px) {
  .accordionBtn {
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    right: 5px;
  }
  .inner-header{
    position: relative;
  }
  .menu_st.hidari{}
  .menu_st{
    margin:0;
    padding:0 0.5em 0.25em;
    list-style: none;
    display: flex;
    justify-content: flex-end;
  }
  .menu_st a{
    color:#fff;
    display: block;
    padding: 0.2em 0.6em;
    text-align: center;
    position: relative;
    font-size: 68%;
    font-weight: bold;
  }
  .menu_st a:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transition: 0.25s ease-out;
    width: 0;
    border-bottom: 2px solid;
  }
  .menu_st a:hover::after {
    left: 0;
    width: 100%;
  }

}

@media only screen and (max-width: 767px) {

  .p_description p{
    font-size: 13px;
    padding:10px;
  }
  .site__logo{
    padding-right:55px;
  }
  .site__logo.fs_l .text{
    font-size: 155%;
    margin-left:-10px;
    margin-right:auto;
  }
  .snsLink{
    left:auto;
    right:42px;
    bottom:2px;
  }
  .snsLink a{
    width:19px;
    height:19px;
    margin-right: 3px;
  }
  .menu_st{
    display: none;
  }

}

@media only screen and (min-width: 767px)  and (max-width: 1166px)  {
  .site__logo.fs_l .text{
    font-size: 215%;
  }
  .snsLink{
    left:310px;
    right:auto;
  }
}

@media only screen and (min-width: 1167px) {
  .menu_st a{
    font-size: 78%;
  }

}