@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*全てをまとめて非表示*/
.page .entry-title,
.page .sns-share,
.page .sns-follow,
.page .date-tags,
.page .author-info{
  display: none;
}

.content-top{
	margin:0px;
	padding:0px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


@media screen and (min-width: 768px) {
	.pc_none {
	display: none;
	}
}

@media screen and (max-width: 767px) {
	.sp_none {
	display: none;
	}
}

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


body {
  background-color: #000;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  text-decoration: none;
}

 abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	 margin: 0;
	 border: 0;
	 outline: 0;
	 background-color: transparent;
	 padding: 0 0 0;
}
 body {
	 line-height: 1;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
	 background-color: transparent;
}
 nav ul {
	 list-style: none;
}
 blockquote, q {
	 quotes: none;
}
 blockquote::after, blockquote::before {
	 content: '';
	 content: none;
}
 q::after, q::before {
	 content: '';
	 content: none;
}
 a {
	 margin: 0;
	 padding: 0;
	 vertical-align: baseline;
}
/* change colours to suit your needs */
 ins {
	 color: #000;
	 text-decoration: none;
}
/* change colours to suit your needs */
 mark {
	 color: #000;
	 font-style: normal;
}

mark strong {
	font-weight: bold;
}
 del {
	 text-decoration: line-through;
}
 abbr[title], dfn[title] {
	 border-bottom: 1px dotted;
	 cursor: help;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
/* change border colour to suit your needs */
 hr {
	 display: block;
	 height: 1px;
	 border: 0;
	 border-top: 1px solid #ccc;
	 margin: 1em 0;
	 padding: 0;
}
 input, select {
	 vertical-align: middle;
}
 

 html {
	 font-size: 62.5%;
	/* 10px */
	 font-weight: 500;
}
 body {
	 font-size: 1.5rem;
	/* 14px */
	 padding: 0;
	 margin: 0;
	 line-height: 1.5;
	 box-sizing: border-box;
	 letter-spacing: 0.1em;
	 font-feature-settings: 'palt';
}
 a, address, dd, div, dt, figcaption, figure, input, li, p, section, select, td, textarea, time {
	 font-size: 1.4rem;
	/* 1rem = 10pxなので14px */
	 line-height: 2;
	 box-sizing: border-box;
	 letter-spacing: 0.11em;
}
 html > body a img:hover {
	 display: inline-block\9;
	 zoom: 1 \9;
}
 input[type="button"], input[type="submit"], input[type="text"], input[type="tel"], input[type="email"] {
	 -webkit-appearance: none;
	 outline: none;
}
 select, textarea {
	 -webkit-appearance: none;
	 outline: none;
}
 h1, h2, h3, h4, h5, h6 {
	 line-height: 1.4;
	 font-weight: 500;
}
 form {
	 margin: 0;
	 padding: 0;
}
 img {
	 width: 100%;
	 border-style: none;
	 line-height: 1;
	 margin: 0;
	 padding: 0;
	 vertical-align: middle;
	 zoom: 1;
}
 address {
	 font-style: normal;
}
 table, td, th {
	 box-sizing: border-box;
}
 time {
	 display: block;
}
 input {
	 vertical-align: middle;
	 margin: 0;
	 padding: 0;
}
 li, ul {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
	 box-sizing: border-box;
}
 a {
	 overflow: hidden;
	 outline: none;
	 text-decoration: none;
	 transition: 0.8s;
	 color: #333;
}
 a:hover {
	 text-decoration: none;
}
 a img {
	 transition: 0.3s;
}
 body a img:hover {
	 display: inline-block\9;
	 zoom: 1 \9;
}
 

.fv {
	margin: 0 0 50px;
}

.fv_img {
	margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
	.fv_img {
	margin: 0 0 30px;
	}
}

.fv_inner {
	position: relative;
}

.slide {
	width: 90%;
	margin: 0 auto 100px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 767px) {
	.slide {
	margin: 0 auto 50px;
	}
}
.slide .slide_list {
}

.fv_inner .slide_img {
	margin: 0 0 20px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.fv_inner .slide_img {
	height: auto;
	}
}

.fv_inner .slide_img img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.slide time {
	
}

.slide .slide_ttl {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.slide {
	font-size: 18px;
	}
}

.slide .writer {
	display: flex;
	align-items: center;
}

.slide .writer span {
	width: 50px;
}

.slide .writer strong {
	font-size: 16px;
}

.column {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.column {
	flex-direction: column;
	}
}

.column main {
	width: 850px;
}

@media screen and (max-width: 767px) {
	.column main {
	width: 100%;
	margin: 0 0 50px;
	}
}


.column main ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

.column main li {
	width: 48%;
	margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
	.column main li {
	width: 100%;
	}
}

.column main .column_heading {
	text-align: center;
	margin: 0 0 30px;
}

.column main .column_heading img {
	height: 100px;
	width: auto;
	max-width: 100%;
}


@media screen and (max-width: 767px) {
	.column main .column_heading img {
	height: auto;
	}
}



.column main .column_ttl {
	font-size: 24px;
	margin: 0 0 10px;
	font-weight: bold;
}

.column main .column_txt {
	font-size: 16px;
	margin: 0 0 20px;
}

.column main .column_img {
	font-size: 16px;
	margin: 0 0 20px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.column main .column_img {
	height: auto;
	}
}
.column main .column_img img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.column main .writer {
	display: flex;
	align-items: center;
}

.column main .writer span {
	width: 50px;
	margin: 0 10px 0 0;
}


.column main .writer span img {
	border-radius: 50%;
}

.column main .writer strong {
	font-size: 16px;
}

.column main .more_btn,.wirter_bottom .more_btn {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.column main .more_btn a,.wirter_bottom .more_btn a {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	border-top: 2px solid #5fbbba;
	border-left: 2px solid #5fbbba;
	border-bottom: 2px solid #fe5653;
	border-right: 2px solid #fe5653;
	transition: .3s;
}

.column main .more_btn a:hover {
	opacity: 0.8;
}

.column aside {
	width: 300px;
}

@media screen and (max-width: 767px) {
	.column aside {
	width: 100%;
	}
}


.column aside .bnr {
	margin: 0 0 20px;
}

.column aside .bnr a {
	transition: .3s;
}

.column aside .bnr a:hover {
	opacity: 0.8;
}

.column aside .form iframe {
	width: 100%;
	height: 2000px;
}

@media screen and (max-width: 767px) {
	.column aside .form iframe {
		height: 500px;
	}
}

.writer_bottom {

}

.writer_heading {
	text-align: center;
}

.writer_heading img {
	height: 100px;
	width: auto;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.writer_heading img {
	height: auto;
	}
}

.writer_inner {
	position: relative;
}

.writer_slide {
	width: 90%;
	margin: 0 auto 100px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.writer_slide {
	margin: 0 auto 50px;
	}
}

.writer_slide .img {
	margin: 0 0 10px;
}

.writer_slide img {
	border-radius: 50%;
}


.writer_slide .writer_name {
	text-align: center;
}

.swiper-button-next svg path, .swiper-button-prev svg path {
	fill: #000;
} 

.article.type-post,.under-entry-content,#breadcrumb {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

#list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}

.article.type-post .entry-content p {
	font-size: 18px;
}

.writer_list {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;	
}

.writer_list .writer_heading {
	margin: 0 0 50px;
}

.writer_list .writer-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.writer_list .writer-list .writer-card {
	width: 24%;
	margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
	.writer_list .writer-list .writer-card {
	width: 49%;
	}
}

.writer_list .writer-list::after {
	content: "";
	display: block;
	width: 24%;
}

@media screen and (max-width: 767px) {
	.writer_list .writer-list::after {
	width: 49%;
	}
}


.writer_list .writer-list .writer-card img {
	border-radius: 50%;
}

.wirter_bottom .writer_heading {
	margin: 0 0 20px;
}

.article-header .writer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.article-header .writer span {
	margin: 0 10px 0 0;
	width: 50px;
}

.article-header .writer img {
	border-radius: 50%;
}

.page-numbers.dots {
  opacity: 0.6;
  background-color: var(--cocoon-xx-thin-color);
  color: #000;
}

.page-numbers {
	border-top: 2px solid #5fbbba;
    border-left: 2px solid #5fbbba;
    border-bottom: 2px solid #fe5653;
    border-right: 2px solid #fe5653;
}

.page-numbers.current {
	border-top: 2px solid #5fbbba;
    border-left: 2px solid #5fbbba;
    border-bottom: 2px solid #fe5653;
    border-right: 2px solid #fe5653;
    color: #000;
    background-color: #fff;
}


.author .column_heading span {
	display: block;
	text-align: center;
	font-size: 30px;
}


.entry-content {
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#post-235 .writer {
	display: none;
}