@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/
.label_f{
	padding: 5px 10px;
	color: white;
	font-size:12px;
	font-weight: bold;
	display:inline-block;
}
.label_f.pref{
	background-color: #21610B;
}
.label_f.city{
	background-color: #298A08;
}
.label_f.town{
	background-color: #A5DF00;
}
.label_f.line{
	background-color: #08088A;
}
.label_f.station{
	background-color: #2E2EFE;
}


a.label_f.pref{
	background-color: #21610B;
	text-decoration: none;
}
a.label_f.city{
	background-color: #298A08;
	text-decoration: none;
}
a.label_f.town{
	background-color: #86B404;
	text-decoration: none;
}
a.label_f.pref:hover{
	font-weight: bold;
	color: white;
	opacity:0.5;
}
a.label_f.city:hover{
	font-weight: bold;
	color: white;
	opacity:0.5;
}
a.label_f.town:hover{
	font-weight: bold;
	color: white;
	opacity:0.5;
}



a.label_f.line{
	background-color: #08088A;
	text-decoration: none;
}
a.label_f.station{
	background-color: #2E2EFE;
	text-decoration: none;
}
a.label_f.station:hover{
	font-weight: bold;
	color: white;
	opacity:0.5;
}
a.label_f.line:hover{
	font-weight: bold;
	color: white;
	opacity:0.5;	
}

.site_description {
	font-size: 10px;
	margin: 4px 0 0;
	line-height: 1.2;
	width: 100%;
	text-align: left;
}

/*@media only screen and (max-width: 767px) {
	#g_nav a {
    color: #1bb4d3;
    text-decoration: none;
    display: block;
    padding: .3em .9em;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 1em;
  }
}*/

@media screen and (max-width: 480px) {
	.label_f{
		padding: 2px 5px;
		color: white;
		font-size:11px;
		font-weight: bold;
	}
}

#custom_header .wrap {
	padding-top: 20%;
	padding-bottom: 20%;
}

.widgettitle{
	border-radius: 10px;
}

/*add*/

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.widget_search input[type="search"] {
  padding: 13px;
  background-color: #F1F1F1;
  border-radius: 25px;
}

.label_f {
	color: #959595;
	border: solid 1px #D1D1D1;
	padding: 2px 7px;
	border-radius: 10px;
}

.archives-list:not(.big-list) .post-list a:hover {
  background-color: #FEF9D7;
}

.archives-list.simple-list .post-list {
  border-bottom: 3px dotted #DEDEDE;
}

.archives-list.simple-list .eyecatch {
  box-shadow: 10px 10px 0 #FAE977;
  border-radius: 15px;
}

.eyecatch .cat-name {
  top: 8px;
  right: 10px;
  border-radius: 5px;
}

.widgettitle{
	background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.06) 25%, rgba(255,255,255,0.15) 25%,
    rgba(255,255,255,0.15) 50%, rgba(255, 255, 255, 0.06) 50%,
    rgba(255, 255, 255, 0.06) 75%, rgba(255,255,255,0.15) 75%,
    rgba(255,255,255,0.15)
		);
  background-size: 15px 15px;
  border-radius: 15px;
}

.widget_categories .cat-item a, .widget_recent_entries__link, .widget_newentryimagewidget__link, .widget_nav_menu .menu-item a, .widget_pages .page_item a, .widget_archive li a, .widget_mycategoryorder li a {
	padding-right: 2em;
}
.pagination .page-numbers,
.page-links .post-page-numbers {
	border-width: 1px;
  border-radius: 50%;
}
.widget h4:before,
.related-h .gf:before {
	font-family:"Font Awesome 5 Free";
	margin-right:5px;
	font-size:120%;
	color:#FFF;
}

.widget_recent_entries h4:before { content:"\f044";}
.widget_text h4:before { content:"\f007";}
.widget_categories h4:before { content:"\f07b";}
.related-h .gf:before { content:"\f0a4"; color:#3E3E3E;}

.entry-header .single-title {
  display: inline;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #fbef9d 70% 90%, rgba(255, 255, 255, 0) 90%);
}
.article-footer .post-categories li a {
  border-radius: 10px;
}
.related-h {
	border: 2px solid #3E3E3E;
	padding: 8px 20px;
	border-radius: 15px;
	font-size: 1.3em;
}
.related-h .gf {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#related-box .h_ttl::after,
.author_profile .h_ttl::after,
#author-newpost .h_ttl::after {
  font-size: 12px;
  vertical-align: 20%;
  font-weight: 400;
}
.entry-header .cat-name {
	padding: 0.2em 1.5em 0.2em 1em;
	position: relative;
}
.entry-header .cat-name:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 1.1em 0.8em 1.1em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.article-footer {
	margin-bottom:10px;
}

.archive-title.ttl-category::before {
  display:none;
}

.newmark::before {
  font-weight: 700;
  padding: 0.2em 0.6em;
  border-radius: 50%;
}


.ttl-search {
	border: none;
	line-height: 2em;
	background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 96%, #E2E2E2 100%);
	background-size: 100% 2em;
	margin-bottom: 0.5em;
}

.archive-title span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: inherit;/*親テーマ対策*/
	line-height: 2;
	opacity: 1;/*親テーマ対策*/
}


/* searchAreaTable START */

.searchAreaTable {
	border: 3px solid #E6E6E6;
	border-radius: 20px;
	overflow: hidden;
}

.searchAreaTable h2,
.searchAreaTable div {
	border-top: 2px solid #E6E6E6;
	font-size: 12px;
}

.searchAreaTable h2:first-of-type{
	border: none;
}

.searchAreaTable h2 {
	background-color: #EEEEEE;
	font-weight: 500;
	padding: 8px 15px;
	margin: 0;
}

.searchAreaTable ul {
	margin: 10px 10px 0 10px;
}
.searchAreaTable li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	max-width:420px;
}

.searchAreaTable li a {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 5px 5px 23px;
	width: 120px;
	border: 2px solid #E6E6E6;
	font-size: 12px;
	border-radius: 1.5em;
	font-weight: 500;
	position: relative;
}
.searchAreaTable li a:link,
.searchAreaTable li a:visited,
.searchAreaTable li a:hover,
.searchAreaTable li a:active{
	color: #3E3E3E;
	text-decoration: none;
}
.searchAreaTable li a:before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 3px #FABE00;
  border-right: solid 3px #FABE00;
  position: absolute;
  left: 9px;
  top: 13px;
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
	.searchAreaTable {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.searchAreaTable h2 {
		padding: 0px 15px;;
		height: 55px;
		line-height: 55px;
		font-size: 16px;
    -webkit-flex-basis: 125px;
    /*flex-basis: 125px;*/
	}
	.searchAreaTable div {
		width: calc(100% - 125px);
		font-size: 16px;
	}
	.searchAreaTable div:first-of-type{
		border: none;
	}

	.searchAreaTable div ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-start;
    justify-content: flex-start;
	}
	.searchAreaTable div ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
		margin-bottom: 0;
	}


	.searchAreaTable div ul li:nth-child(2) {
    -webkit-flex-basis: 140px;
    flex-basis: 140px;
	}
	.searchAreaTable li a:hover{
		background-color: #f2f2f2;
	}
}

/* searchAreaTable END*/

/* g_nav footer START*/
#g_nav a,
.footer-links .menu-item:first-child a{
	color: #FFF !important; /*追加cssを入れなければこの色*/
	display: inline-block;
	padding: .5em 2em;
	background-color: var(--header-logo-color);/*追加cssを入れなければこの色*/
	border-radius: 1.5em;
	font-weight: 700;
	}


.footer-links .menu-item:first-child {
	display: block;
	margin-bottom: 10px;
}
.footer-links .menu-item:first-child a:before {
	display: none;
}

@media only screen and (max-width: 767px) {
	ul.top-nav {
    margin: 0 0 0.2em;
	}
}

@media only screen and (min-width: 768px) {
  .stk_header {
    position: relative;
    z-index: 999; }
  .inner-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 0.9em; }
  .site__logo {
    margin-right: auto; }
  .ul__g_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .ul__g_nav > .menu-item {
      font-size: 68%;
      flex-flow: row wrap;
      font-weight: bold; }
      .ul__g_nav > .menu-item > a {
        color: #FFF !important;
        display: block;
        padding: 0.7em 1.6em;
        text-align: center;
        position: relative; 
				background-color: var(--header-logo-color);
    border-radius: 1.5em;
    font-size: 15px;
			}
        .ul__g_nav > .menu-item > a::after {
          content: initial;
          display: block;
          position: absolute;
          left: 50%;
          bottom: 0px;
          transition: .25s ease-out;
          width: 0;
          /*border-bottom: 2px solid;*/ 
				}
        .ul__g_nav > .menu-item > a:hover::after {
          left: 0;
          width: 100%; }
    .ul__g_nav .gf {
      display: block;
      font-weight: normal;
      font-size: 84%;
      margin-top: -0.5em;
      opacity: 0.8; }
  .ul__g_nav .sub-menu {
    font-weight: bold;
    margin: 0;
    text-align: left;
    position: absolute;
    z-index: 8999;
    box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
    background-color: var(--footer-bg); }
    .ul__g_nav .sub-menu .menu-item {
      position: relative;
      overflow: hidden;
      line-height: 1.2;
      height: 0;
      transition: .18s; }
      .ul__g_nav .sub-menu .menu-item:last-child {
        border-bottom: 0; }
    .ul__g_nav .sub-menu a {
      display: block;
      width: 17em;
      padding: 0.9em 0.5em;
      color: var(--footer-link-color); }
      .ul__g_nav .sub-menu a:hover {
        /*opacity: 0.8;*/ 
			}
  .ul__g_nav .menu-item:hover > .sub-menu > .menu-item {
    overflow: visible;
    height: 3em;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/ 
	}
  .ul__g_nav .sub-menu .sub-menu {
    top: 0;
    left: 100%; }
  body:not(.headercenter) .inner-header .menu_btn {
    display: none; }
  .headercenter .site__logo {
    width: 100%;
    margin: 10px auto 0; }
    .headercenter .site__logo .site__logo__title {
      display: inline-flex; }
  .headercenter .inner-header {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    position: relative; }
  .headercenter .nav_btn {
    position: absolute;
    top: 0.3em; }
  .headercenter .search_btn {
    right: 0; }
  .headercenter .menu_btn {
    left: 0; }
  .headercenter .nav_btn {
    transform: scale(1.1); } }

@media only screen and (min-width: 768px) {
	#inner-footer {
    padding: 20px;
	}
	.footer-links .menu-item:first-child {
    font-size: 16px;
	}
}
/* g_nav footer END*/

@media only screen and (min-width: 768px) {
	.archive-title {
		position: relative;
	}

	.archive-title:after {
		content: "";
		display:block;
		height:3px;
		width: 100%;
		position: absolute;
		bottom: -3px;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, #E6E6E6 40% 100%, #E6E6E6 100%);
	}
	.ttl-search::after {
    display: none;
	}
	.archives-list .entry-title {
		font-size: 21px;
	}
	.entry-content p,
	.related_newpost__li .ttl,
	.sidebar {
		transform: rotate(0.03deg);
	}
}

@media only screen and (min-width: 1167px) {
	.entry-header .cat-name {
    position: absolute;
	}
	.entry-header .cat-name:before{
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #FCC600 transparent transparent;
		border-width: 0 10px 10px 0;
	}
}
@media only screen and (max-width: 767px) {
	.archives-list.simple-list .eyecatch {
		box-shadow: 5px 5px 0 #FAE977;
	}
	.related-h {
		font-size: 15px;
	}
	#related-box .h_ttl::after,
	.author_profile .h_ttl::after,
	#author-newpost .h_ttl::after {
		vertical-align: 10%;
	}
	.archive-title {
		border:none;
		font-size: 14px;
	}
}
.inner_category .post-categories a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f07b';
	margin-right: 0.2em;
}
.inner_category ul{
	list-style: none;
}
.inner_category ul li:before{
	all:initial;

}
.inner_category ul li{
	text-align: center;
	display: inline-block;
	padding:0px;
}
.inner_category ul li a{
	border: solid 1px #BDBDBD;
	display:inline-block;
	padding: 2px 7px;
	margin: 0px 2px;
	background-color: var(--main-link-color);
	color:#FFF;
	border-radius: 10px;
	font-size: 12px;
	text-decoration: none;
}
.inner_category ul li a:hover{
	color: #848484;
	background-color: #FFF;
}


.label_cate{
	border: solid 1px #BDBDBD;
	display:inline-block;
	padding: 2px 7px;
	margin: 0px 2px;
	background-color: #2E2EFE;
	color:#FFF;
	border-radius: 10px;
	font-size: 13px;

}

a.label_cate.in_cate{background-color: #2E2EFE;text-decoration: none;}
a.label_cate.in_cate:hover{color: #848484; background-color: #FFF;}

.label_f{
	color:#848484;
	border: solid 1px #BDBDBD;
	display:inline-block;
	padding: 2px 7px;
	margin: 3px 2px 3px 2px;
}

a.label_f.pref{background-color: #FFF;}
a.label_f.city{background-color: #FFF;}
a.label_f.town{background-color: #FFF;}
a.label_f.pref:hover{color: #848484;}
a.label_f.city:hover{color: #848484;}
a.label_f.town:hover{color: #848484;}

a.label_f.line{background-color: #FFF;}
a.label_f.station{background-color: #FFF;}
a.label_f.station:hover{color: #848484;}
a.label_f.line:hover{color: #848484;}

.banner_box{
	margin-top:20px;
	text-align:center;
}
.banner_box a {
  margin: 15px 0px 15px 0px;
}
.banner_box img{
	margin-bottom: 15px;
  width:90%;
}
.haisai{
	color:red;
}
.footer_logo_link::before {
	content: ""!important;
}