/*
Theme Name: worldseed
Theme URI: http://www.world-seed.com/wp/
Description: worldseed official theme.
Version: beta0.0.1
Author: Shotaro Shirahama
*/

/*  共通PCスタイル  */

/*@media screen and (min-width: 641px){

/*  共通  */
/*
html, body, div, nav, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,footer,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
*/

body {
	color: #333;
	font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;

}
ol, ul {
	list-style: none;
}
p {
	line-height: 1.6;
}
dl {
	line-height: 1.6;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: 0;
	vertical-align: bottom;
}
a, a:link a:visited {
	color: #f93;
}
a:hover {
	text-decoration: none;
}
.clearfix::after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a.imghover:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
/* ------------------------------
全体のリンク色
------------------------------ */
.hover:hover {
	position: relative;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 1px #ffcc33;
	behavior: url(../js/PIE.htc);
}
.link-w:link {
	color: #fff;
	text-decoration: none;
}
.link-w:visited {
	color: #fff;
	text-decoration: none;
}
.link-w:hover {
	color: #c00;
	text-decoration: underline;
}
/* ------------------------------
 フォント/タイトル関連
------------------------------ */
.caution {
	color: #c00;
	line-height: 1.5em;
}
.weak {
	line-height: 1em;
	font-size: 0.8em;
}
h2.common-title{
	font-size: 2em;
	font-weight: 400;
	padding: 10px 15px;
	border-left: 5px solid #f93;
	position: relative;
	width: auto;
	display: inline-block;
}
h2.common-title::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6.9px 4px;
	border-color: transparent transparent #333 transparent;
	right: 0;
	bottom: 10px;
}
h2.sidebar-title{
	font-size: 1em;
	margin: 0 0 10px 0;
}
h3 {
	margin: 15px 0;
	font-weight: bold;
}
h4 {
	margin: 5px 0;
	padding:0 0 0 7px;
	border-left: 2px solid #f93;
}
.category-title, .page-title{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
i.far{
	margin: 0 10px;
}
.m20 {
	margin-bottom: 20px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.red {
	color: #f00;
}
.black {
	color: #000;
}
.red002 {
	font-weight: bold;
	color: #f00;
}
/*------------------------------
テキスト選択の色
----------------------------- */
::selection {
	background: #F90; /* Safari */
	color: #fff;
}

::-moz-selection {
 background:#F90; /* Firefox */
 color:#fff;
}
/* ------------------------------
ボーダー適用
------------------------------ */
.border1 {
	border: solid 1px #555;
}
.border2 {
	border: 3px solid #ddd;
}
.border-hoverleft {
	padding: 0 0 0 5px;
}
.border-hoverleft:hover {
	border-left: #F63 3px solid;
}
/* ------------------------------
 全体のレイアウト
------------------------------ */

#container {
	width: 100%;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
.constraction {
	margin: auto;
	position: relative;
	display: block;
}
.clearfloat {
	clear: both;
}
.event-img-box img {
	position: relative;
	float: left;
	margin: 6px;
	border: 4px solid #ddd;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.img-left img {
	float: left;
	margin-right: 20px;
}
.img-right img {
	float: right;
	margin-left: 20px;
}
/* ------------------------------
 投稿一覧ページのスタイル01
------------------------------ */
.summary01 {
	width: 100%;
	margin-bottom: 30px;
}
.summary01_left {
	width: 100%;
	float: none;
	margin: 12px 0 0 0;
}
.summary01_left img{
	width: 100%;
	object-fit: cover;
	height: auto;
}
.summary01_right {
	width: 100%;
	float: none;
	margin: 7px 0 0 0;
}
@media screen and (min-width : 800px){
	.summary01_left {
		width: 47%;
		float: left;
		margin: 12px 0 0 0;
	}
	.summary01_right {
		width: 50%;
		float: right;
		margin: 12px 0 0 10px;
	}
}
/* ------------------------------
 ヘッダーロゴ
------------------------------ */
#logo {
	display: none;
}
#ws-logo {
	width: 100px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	user-select: none; /* CSS3 */
	display: none;
}
#ws-logo img {
	margin-top: 10px;
}
@media screen and (min-width : 800px) {
	#logo {
		width: 100%;
		height: 130px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		display: block;
	}
	#ws-logo{
		display: block;
	}
}
/* ------------------------------
 hero-carousel
------------------------------ */
.hero-carousel .item{
	position: relative;
	height: 380px;
}
.hero-carousel .item img{
	object-fit: cover;
	height: 380px;
}
.hero-caption{
	position: absolute;
	bottom: 6%;
	left: 3%;
	color: #555;
	font-size:1.2em;
	font-weight: bold;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
@media screen and (min-width : 600px) {
	.hero-caption{
		position: absolute;
		bottom: 10%;
		left: 3%;
		color: #555;
		font-size:2em;
		font-weight: bold;
		}
	.hero-carousel .item{
		height: auto !important;
	}
	.hero-carousel .item img{
		height: auto;
	}
}

/* ------------------------------
 メインナビゲーション
------------------------------ */
nav {
	width: 100%;
	height: 60px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}
#main-nav {
	width: 100%;
	height: 60px;
	margin: 0 auto 0 auto;
	white-space: nowrap;
}
#main-nav li {
	float: left;
	margin: 0;
	text-align: center;
	width: 24%;
	height: 60px;
	position: relative;
	z-index: 1;
}
#main-nav li a {
    position: relative;
    height: 48px;
    width: auto;
    display: block;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 12px 22px 0 22px;
    margin: 0;
    color: #555555;
	transition:	all 0.3s ease;
}
#main-nav li a div.nav-lubi {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	height: 18px;
	font-weight: lighter;
}
#main-nav li:hover >a {
	position: relative;
	color: #fff;
	background: #F93;
}
#main-nav li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 60px;
	left: 0;
}
#main-nav li:hover ul.sub-menu {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#main-nav li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
	border-bottom: 1px solid #ddd;
	height: auto;
	width: 100%;
}
#main-nav li ul.sub-menu li>a {
	background-color: #eee !important;
	padding: 22px 22px;
	height: auto;
	
}
#main-nav li ul.sub-menu li>a:hover{
	color: #f93;
	background-color: #fff !important;
	border-bottom: 3px solid #f93;
}
nav {
	display: none;
}
@media screen and (min-width : 1000px){	
	#main-nav {
		width: 1000px;
		height: 60px;
		margin: 0 auto 0 auto;
		white-space: nowrap;
	}
	#main-nav li a {
		position: relative;
		height: 48px;
		width: 206px;
	}
	#main-nav li {
		float: left;
		margin: 0;
		text-align: center;
		width: 250px;
		height: 60px;
		position: relative;
		z-index: 1;
	}
}
@media screen and (min-width : 800px) {
	nav {
		display: block;
	}
	.slicknav_menu {
		display: none;
	}
}
/* ------------------------------
コンテンツエリア
------------------------------ */
.content {
	width: 100%;
	margin: 0px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (min-width : 680px) {
	.content {
		width: 100%;
		min-height: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 20px 20px 20px;
		position: relative;
	}
}
@media screen and (min-width : 1000px) {
	.content {
		width: 1000px;
		min-height: auto;
		margin-left: auto;
		margin-right: auto;
		padding: 20px 20px 20px 20px;
		position: relative;
	}
}
/* ------------------------------
共通ブロック
------------------------------ */

.block004 {
	width: 100%;
	margin: 0 auto 60px;
}
.entry_title {
	border-bottom: dotted 2px #f93;
	margin: 10px 0;
}
.block004 h3 {
	font-weight: bold;
	color: #333;
	font-size: 24px;
	margin: 10px 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	position: relative;
	line-height: 1.3em;
}
.block004 h3::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 8px transparent;
     border-left: solid 10px #f93;
     top: 40%;
     left: 5px;
     margin-top: -5px;
}
.block004 h4 {
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}
.block004 table {
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/main-img/main-backimg.gif) no-repeat center 0;
	border-top: 1px dotted #bbb;
	border-left: 1px dotted #bbb;
}
.block004 table td {
	vertical-align: top;
	padding: 15px;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
}
.block004 p {
	margin-bottom: 30px;
}


/* ------------------------------
サイドバー有りのコンテンツ
------------------------------ */
.contents-left {
	width: 100%;
	float: none;
}
.contents-right {
	width: 100%;
	float: none;
}
.contents-right ul li{
	line-height: 3em;
}
@media screen and (min-width : 680px){
.contents-left {
	width: 70%;
	height: auto;
	float: left;
}
.contents-right {
	width: 23%;
	height: auto;
	float: right;
}
.contents-right p {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 15px;
}
.contents-right ul li{
	line-height: 2em;
}
}
/* ------------------------------
パンくずリスト
------------------------------ */
#breadcrumb {
	width: 100%;
	height: 30px;
	margin: 0 auto 40px;
}
#breadcrumb ul {
	line-height: 1.6;
}
#breadcrumb ul li{
	font-size: 12px;
	float: left;
	padding-left: 15px;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #333;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #f93;
	border-right: 1px solid #f93;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ------------------------------
indexコンテンツ
------------------------------ */
.content section {
	width: 100%;
	min-height: 450px;
	background-color: #fff;
	clear: both;
	display: block;
	position: relative;
	margin: 20px auto 45px;
	padding: 0;
}
/* ------------------------------
TOP--投稿一覧
------------------------------ */
.post-box{
	width: 100%;
	min-height: auto;
	background-color: #fff;
	margin: 20px auto 45px;
	padding: 0;
	text-decoration: none;	
}
a.post-content{
	color: #555;
	padding: 0px;
	text-decoration: none;
	width: auto;
	height: auto;
	position: relative;
	display: block;
	transition:	all 0.3s ease;
}
a.post-content img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
a.post-content h5{
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0;
	line-height: 1.3em;
}
a.post-content p{
	padding: 5px 0;
}
/* カテゴリーの色分け */
a.post-content .thumbnail-category-tag{
	padding: 8px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 10px;
	width: auto;
}
/* 各カテゴリーの色（class=カテゴリスラッグ) */
a.post-content .news{
	background-color: rgba(255,190,50,0.80);
}
a.post-content .event{
	background-color: rgba(255,80,70,0.80);
}
a.post-content .blog{
	background-color: rgba(90,220,160,0.80);
}
a.post-content .lecture{
	background-color: rgba(60,160,190,0.80);
}
a.post-content .champru{
	background-color: rgba(110,130,255,0.80);
}
a.post-content .uncategorized{
	background-color: rgba(92,92,92,0.80);
}
@media screen and (min-width : 600px) {
a.post-content img{
	width: 280px;
	height: 180px;
	object-fit: cover;
}
a.post-content{
	width: 280px;
}
a.post-content:hover{
	opacity: 0.6;
}
}
/* ------------------------------
TOP--project一覧
------------------------------ */
.project-box {
	width: 100%;
	min-height: auto;
	background-color: #fff;
	margin: 20px auto 45px;
	padding: 0;
	text-decoration: none;
}
a.project-content{
	color: #555;
	padding: 0px;
	text-decoration: none;
}
figure.slide-over{
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;	
}
.mask{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: -100%;	/* 枠の上に置いて表示させない */
	left: 0;
	background-color: rgba(192,96,0,0.60);
	transition:	all 0.3s ease;
}
.project-title{
	font-size: 1.2em;
	color: #fff;
	padding: 15px 10px;
	font-weight: bold;
	line-height: 1.2em;
}
a.project-content:hover .mask{
	bottom: 0;
}
a.project-content:hover .project-caption{
	color: #f93;
}
.project-text{
	padding: 10px;
	color: #fff;
}
.project-img img{
	width: 100%;
	height: 280px;
	object-fit:cover;
	margin: 0 0 0 0;
	padding: 0;
}
.project-caption{
	margin: 10px 0;
	font-weight: bold;
	line-height: 1.3em;
}
.project-desc{
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
}
@media screen and (min-width : 670px) {
figure.slide-over{
	width: 280px;
	height: 280px;
	position: relative;
	overflow: hidden;	
}
}
/* ------------------------------
フッター
------------------------------ */

footer {
	width: 100%;
	height: auto;
	background: #f93;
	position: relative;
	text-align: center;
}
div#footer-sns {
	display: inline-block;
	height: 60px;
	width: auto;
	position: relative;
	margin: 20px auto 0 auto;
}
div#footer-sns span.icon {
	position: relative;
	float: left;
	margin: 0 20px;
}
div#footer-sns span a {
	font-size: 2em;
	color: #fff;
	-webkit-transition:	all 0.3s ease;
	transition:	all 0.3s ease;
}
div#footer-sns span a:hover {
	color: rgba(255,255,255,0.7);
}
footer p {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.6;
}
#footer-inner {
	color: #fff;
	font-size: 0.8em;
	clear: both;
	margin: 0 auto 0 auto;
	width: auto;
}
#footer-inner p {
	display: block;
	padding: 10px 5px;
}
#footer-inner a {
	margin: 0 5px;
	padding: 0 5px;
	border-left: solid 1px #fff;
	color: #fff;
	transition:	all 0.3s ease;
}
#footer-inner a:link {
	color: #fff;
	text-decoration: none;
}
#footer-inner a:visited {
	color: #eee;
	text-decoration: none;
}
#footer-inner a:hover {
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.footer-gotop {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 30px;
	font-size: 1.5em;
	text-align: center;
	background: #fff;
	padding: 10px 0;
}
.footer-gotop a{
	padding: 10px;
}

/* ------------------------------
flex-box
------------------------------ */
.flex-box{
	display: -webkit-box;
	display:flex;
	align-content: flex-start;
	flex-wrap:wrap;
	padding:0px;
	width: 100%;
}

.flex-item{
	margin:10px 10px;
	display: block;
}
@media screen and (min-width : 600px) {
.flex-box{
	display: -webkit-box;
	display:flex;
	align-content: flex-start;
	flex-wrap:wrap;
	padding:15px;
	width: auto;
}
.flex-item{
	margin:10px;
	display: block;
}
}
/* ------------------------------
.button
------------------------------ */
.button{
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #f93;
    border: solid 2px #f93;
    border-radius: 25px;
    transition: 0.4s ease;
	background: #fff;
}

.button:hover {
    background: #f93;
    color: white;
}

/* ------------------------------
wp-pagenavi
------------------------------ */
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #f93;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
color:#FFF; 
background-color:#999; 
border-color:#999;
}
.wp-pagenavi span.current{
color: #FFF;
background-color: #f93;
border-color: #f93;
font-weight: bold;
}

/* ------------------------------
wp-class
------------------------------ */

.wp-content ul{
	margin: 1em 0;
	padding-left: 40px;
	list-style: circle;
	line-height: 1.6;
}
.wp-content ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
	line-height: 1.6;
}
.wp-content h2{
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
.wp-block-image{
	margin: 1em 0;
}
.wp-block-separator{
	height: 4px;
	width: 50%;
	text-align: center;
	border-top: 4px solid #ccc;
	margin: 2em auto;
}