@charset "utf-8";
/*********************************************
01.title
02.parts
03.library
04.column&topics
05.product
06.contact
**********************************************/

/*01.title
************************************************************************************/
.main-image{
	width: 100%;
	height: 300px;
	position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.main-image img{
	width: 70%;
	height: 300px;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	opacity: .7;
}
.main-image .main-text{
	width: 98%;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 20;
}
.main-image .main-text .main-title{
	font-size: 3.2em;
	position: relative;
	font-weight: 700;
	margin: 0;
	line-height: 1;
	padding: 0 0 .2em .2em;
}
.main-image .main-text .main-title:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--color-main, #5bd0db);
	z-index: -1;
}
.main-image .main-text .sub-title{
	margin: 0;
	padding: 1em 0 0 0;
}
.post-content h1,
.lv_h1{
	position: relative;
	font-weight: 700;
	font-size: 2em;
	padding-bottom: .5em;
	margin: 0 0 1.2em 0;
	text-align: center;
	background-image: repeating-linear-gradient(45deg, var(--color-main, #5bd0db) 0 2px, transparent 2px 4px);
	background-repeat: no-repeat;
	background-size: 4rem 0.4rem;
	background-position: center bottom;
}
.post-content h2{
	font-size: 1.867em;
	font-weight: 700;
	margin: 2em 0 1.2em 0;
	position: relative;
	padding-left: 1.7em;
}

.post-content h2:before{
	content: "";
	width: 1.2em;
	height: 2px;
	background: var(--color-main, #5bd0db);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-content h3{
	font-size: 1.533em;
	font-weight: 700;
	margin: 2em 0 1.2em 0;
	padding-bottom: .5em;
	position: relative;
}
.post-content h3:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #E0E0E0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.post-content h3:after{
	content: "";
	width: 5em;
	height: 1px;
	background: var(--color-main, #5bd0db);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.post-content h4{
	font-size: 1.333em;
	font-weight: 700;
	margin: 2em 0 1.2em 0;
	padding-left: 1em;
	position: relative;
}
.post-content h4:before{
	content: "";
	width: .6em;
	height: .6em;
	background: var(--color-main, #5bd0db);
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-content h5{
	font-size: 1.2em;
	font-weight: 700;
	margin: 2em 0 1.2em 0;
}

@media screen and (max-width: 1024px){
	.main-image{
		height: 250px;
	}
	.main-image img{
		height: 250px;
	}
}
@media screen and (max-width: 599px) {
	.main-image{
		height: 180px;
	}
	.main-image img{
		height: 180px;
	}
	.main-image .main-text .main-title{
		font-size: 2.3em;
	}
}
@media screen and (max-width: 415px) {
	.main-image{
		height: 180px;
	}
	.main-image img{
		height: 180px;
	}
}
/*02.parts
************************************************************************************/
.post-content p,
.post-content ul,
.post-content ol,
.post-content blockquote{
	padding-bottom: 1em;
}
/*list*/
.post-content ul{
	list-style: disc;
	margin-left: 1em;
}
.post-content ol{
	list-style: decimal;
	margin-left: 1em;
}
/*table*/
/*全体的に変更したい*/
.post-content table{
	margin-top: 1em;
	margin-bottom: 2em;
	border-collapse:collapse;
	border: 1px solid #000;
}
.post-content th,
.post-content td{
	padding: .7em 1em;
	border: 1px solid #000;
}
.post-content table thead th{
	background: #606060;
	color: #FFF;
}
.post-content table tbody th{
	background: var(--color-main, #5bd0db);
	color: #FFF;
}
.post-content td{
	background: #FFF;
}
/*blockquote*/
.post-content blockquote{
	max-width: 90%;
	position: relative;
	padding: 3em 2.5em 2em 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1em auto 2em;
	color: #000000;
	background-color: var(--color-sub, #eef5f7);
}
.post-content blockquote::before {
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
	width: 1.5em;
	height: 1.5em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M21.8%2012H18V9c0-1.7%201.3-3%203-3h.4c.6%200%201.1-.5%201.1-1.1V2.6c0-.6-.5-1.1-1.1-1.1H21c-4.1%200-7.5%203.4-7.5%207.5v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6C24%2013%2023%2012%2021.8%2012zM8.2%2012H4.5V9c0-1.7%201.3-3%203-3h.4C8.5%206%209%205.5%209%204.9V2.6c0-.6-.5-1.1-1.1-1.1h-.4C3.4%201.5%200%204.9%200%209v11.2c0%201.2%201%202.2%202.2%202.2h6c1.2%200%202.2-1%202.2-2.2v-6c.1-1.2-.9-2.2-2.2-2.2z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	content: '';
	opacity: .4;
}
.post-content blockquote p {
	margin-top: 0;
}
.post-content blockquote cite {
	display: block;
	opacity: .9;
	font-size: .8em;
	text-align: right;
}
/*caption*/
.post-content .wp-caption{
	margin-bottom: 2em;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.post-content .wp-caption-text{
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
	font-size: 0.933em;
}
.post-content .wp-caption img[class*="wp-image-"]{
	display: block;
	margin: 0 auto;
	max-width: 100%;/*掲載時削除*/
	height: auto;/*掲載時削除*/
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.post-content:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .post-content{
    height: 1em;
}
.post-content{
    display: block;
}
*:first-child+html .post-content{
	zoom:1;
}
.cms-posts img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 599px) {
	.post-content blockquote{
		padding: 3.5em 1.5em 2em 1.5em;
	}
}

/*ページング
----------------------------------------------------------------------*/
.page_navi{
	text-align: center;
	margin-top: 50px;
}

ul.page_navi li{
	margin: 10px 0 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 0.975em;
	font-weight: 300;
}
.cms-posts ul.page_navi li:before{
	display: none;
	float: none;
}
ul.page_navi li span{
	background: #0095d8;
	border: 2px solid #0095d8;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
		-webkit-transition: all 0.9s ease-in-out;
		-moz-transition: all 0.9s ease-in-out;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
}
ul.page_navi li a{
	background: #c9c9ca;
	border: 2px solid #c9c9ca;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.5;
	margin: 0 5px;
	display: block;
	text-decoration: none;
		-webkit-transition: all 0.9s ease-in-out;
		-moz-transition: all 0.9s ease-in-out;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
}

ul.page_navi li:first-child a{
	border: 2px solid #0095d8;
	background: #FFF url(../img/common/pagenav_prev.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}
ul.page_navi li:last-child a{
	border: 2px solid #0095d8;
	background: #FFF url(../img/common/pagenav_next.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	display: block;
	text-indent: -9999px;
}

ul.page_navi li:hover span,
ul.page_navi li:hover a{
	background: #0095d8;
}
ul.page_navi li:first-child:hover a{
	border: 2px solid #0095d8;
	background: #FFF url(../img/common/pagenav_prev.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
ul.page_navi li:last-child:hover a{
	border: 2px solid #0095d8;
	background: #FFF url(../img/common/pagenav_next.svg) no-repeat center center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}


#page-404{
	padding: 20vh 0;
}
#page-404 h1{
	font-size: 3.2em;
	font-weight: 700;
	margin-bottom: .5em;
}
#page-404 h1 + p{
	font-weight: 500;
	font-size: 1.2em;
}

/*03.library
************************************************************************************/
/*modaal*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding: 0;
}

/*swipper*/
.swiper-nav-cube{
	position: relative;
	width: 105px;
	height: 50px;
	bottom: 0;
	z-index: 100;
}
.swiper-nav-cube .swiper-button-prev,
.swiper-nav-cube .swiper-button-next{
	width: 50px;
	height: 50px;
	background: #000;
}
.swiper-nav-cube .swiper-button-prev{
	left: 0;
}
.swiper-nav-cube .swiper-button-next{
	right: 0;
}
.swiper-nav-cube .swiper-button-prev::after,
.swiper-nav-cube .swiper-button-next::after{
	display: block;
	position: absolute;
	z-index: 10;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
}
.swiper-nav-cube .swiper-button-prev::after {
	content: "west";
}
.swiper-nav-cube .swiper-button-next::after{
	content: "east";
}
.swiper-slide-area{
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 50px 0 0 0;
}
.swiper-wrapper{
	margin: 0 0 40px 0;
}
.swiper-wrapper a{
	text-decoration: none;
}
.swiper-wrapper .photo{
	overflow: hidden;
	background: #000;
	color: #FFF;
	position: relative;
	margin-bottom: 20px;
}
.swiper-wrapper .photo:before{
	content:"";
	display: block;
	padding-top: 68%;
}
.swiper-wrapper .photo img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: .8;
    object-fit: cover;
}

.swiper-slide-area .swiper-slide img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.swiper-wrapper .title{
	font-weight: 700;
	color: #000;
	display: block;
}
.swiper-wrapper .category{
	margin: 10px 0 0;
}
.swiper-wrapper .category span{
	display: inline-block;
	margin: 0 2px 2px 0;
	border: 1px solid var(--color-main, #5bd0db);
	color: var(--color-main, #5bd0db);
	font-size: 0.933em;
	padding: 3px .5em;
}
.swiper-nav-cube{
	float: left;
}
.btn-border{
	float: right;
}
.slideNone .swiper-button-next,
.slideNone .swiper-button-prev{
    display: none;
}
@media screen and (max-width: 768px){
	.swiper-wrapper .title{
		padding: 0 1.5em;
	}
	.swiper-wrapper .category{
		padding: 0 1.5em;
	}
	.swiper-nav-cube,
	.btn-border{
		float: none;
	}
	.btn-border{
		margin-top: 20px;
		text-align: right;
	}
}



/*04.column&topics
************************************************************************************/
/*column archives-page
----------------------------------------------------------------------*/
article.page-column.post-content #area-main ul,
article.page-column > #area-sub ul{
	list-style: none;
	margin: 0;
	padding-bottom: 0;
}
article.page-column{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
article.page-column > #area-main{
	width: calc(100% - 400px);
}
article.page-column > #area-sub{
	width: 350px;
	padding-left: 50px;
}
article.page-column > #area-main #post-archives-page ul.post-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
}
article.page-column > #area-main #post-archives-page ul.post-list li .image img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
article.page-column > #area-main #post-archives-page ul.post-list li .title{
	font-size: 1.133em;
	font-weight: 700;
}
article.page-column > #area-main #post-archives-page ul.post-list li .category span{
	display: inline-block;
	background: #f1f1f1;
	font-size: 0.897em;
	padding: .4em 1em;
	margin: 5px 0 0;
}
article.page-column > #area-main #post-archives-page ul.post-list li .date,
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap .date,
article.page-column > #area-main #post-single-page .date,
article.page-topics #post-archives-page ul.post-list li .date{
	font-size: 0.867em;
	color: #A2A2A2;
	padding: 0;
}
article.page-column > #area-main #post-archives-page ul.post-list li .date.g-icons:before,
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap .date.g-icons:before,
article.page-column > #area-main #post-single-page .date .g-icons:before,
article.page-topics #post-archives-page ul.post-list li .date.g-icons:before{
	content: "calendar_month";
}

article.page-column > #area-sub ul#tab{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
}
article.page-column > #area-sub ul#tab li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: calc(100% / 3);
	border: 1px solid #ccc;
	border-right: 0;
	background: #f1f1f1;
	padding: 1em .4em;
	text-align: center;
	cursor: pointer;
}
article.page-column > #area-sub ul#tab li:last-child{
	border-right: 1px solid #ccc;
}

article.page-column > #area-sub ul#tab li.select{
	border-bottom: 0;
	background: #FFF;
	font-weight: bold;
}
article.page-column > #area-sub .tabcontent-wrap{
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0;
}
article.page-column > #area-sub .tabcontent-wrap.disnon{
  display: none;
}


article.page-column > #area-sub .tabcontent-wrap{
	padding: 1.5em;
}
article.page-column > #area-sub .tabcontent-wrap p{
	padding: 0;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 0 1em;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li:last-chid{
	padding-bottom: 0;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .image{
	width: 100px;
	overflow: hidden;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .image img{
	width: auto;
	height: 100px;
	object-fit: contain;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-recent li .post-recent-wrap{
	padding: 0 0 0 1em;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-list li{
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
article.page-column > #area-sub .tabcontent-wrap ul.post-list li:last-child{
	padding-bottom: 0;
	border: 0;
}

@media screen and (max-width: 1024px){
	article.page-column > #area-main #post-archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 150px;
	}
}
@media screen and (max-width: 768px){
	article.page-column > #area-main{
		width: 100%;
	}
	article.page-column > #area-sub{
		width: 100%;
		padding: 50px 0 0;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 200px;
	}
}
@media screen and (max-width: 599px) {
	article.page-column > #area-main #post-archives-page ul.post-list{
		grid-template-columns: 1fr;
	}
	article.page-column > #area-main #post-archives-page ul.post-list li .image img{
		height: 300px;
	}
}
/*topics archives-page
----------------------------------------------------------------------*/
article.page-topics #post-archives-page ul.post-list{
	border-top: 1px solid #ccc;
}
article.page-topics #post-archives-page ul.post-list li{
	display: table;
	width: 100%;
	padding: 1.5em 0;
	border-bottom: 1px solid #ccc;
}
article.page-topics #post-archives-page ul.post-list li p{
	display: table-cell;
	vertical-align: middle;
}
article.page-topics #post-archives-page ul.post-list li .date{
	width: 7em;
}
article.page-topics #post-archives-page ul.post-list li .category{
	width: 15em;
	font-size: 0.867em;
	padding-right: 1.5em;
}
article.page-topics #post-archives-page ul.post-list li .category span{
	display: block;
	border-radius: 3px;
	background: #f1f1f1;
	text-align: center;
	padding: .4em 0;
}

@media screen and (max-width: 599px) {
	article.page-topics #post-archives-page ul.post-list li{
		display: block;
	}
	article.page-topics #post-archives-page ul.post-list li p{
		display: inline-block;
	}
	article.page-topics #post-archives-page ul.post-list li .date{
		width: auto;
		margin-right: 1em;
	}
	article.page-topics #post-archives-page ul.post-list li .category{
		width: auto;
		padding-right: 0;
	}
	article.page-topics #post-archives-page ul.post-list li .category span{
		padding: .4em 1.5em;
	}
	article.page-topics #post-archives-page ul.post-list li .title{
		display: block;
		padding-top: .4em;
	}
}

/*single-page
----------------------------------------------------------------------*/
article #post-single-page header.post-data{
	margin-bottom: 1em;
}
article #post-single-page header.post-data h1.post-title{
	position: relative;
	padding: 0 0 .7em 0;
	font-size: 1.4em;
	font-weight: 700;
}
article #post-single-page header.post-data h1.post-title:before{
	content: "";
	width: 100%;
	height: 5px;
	border-radius: 3px;
	background: var(--color-main, #5bd0db);
	position: absolute;
	bottom: 0;
	left: 0;
}
article #post-single-page header.post-data .date{
	margin: 1em 0;
	text-align: right;
}
article #post-single-page header.post-data ul.category{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
article #post-single-page header.post-data ul.category li{
	margin: 0 2px 2px;
	background: var(--color-main, #5bd0db);
	padding: .3em .7em;
	color: #FFF;
	font-size: 0.8em;
}
article #post-single-page header.post-data ul.category li a{
	color: #FFF;
}
article #post-single-page .post-content{
	padding: 2em 0;
}
article #post-single-page .post-content .eyecatch-img{
	text-align: center;
}
article #post-single-page .post-content .eyecatch-img img{
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
article #post-single-page ul.page-nav{
	margin: 0 auto 4em auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
article #post-single-page ul.page-nav li{
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1.5em;
}
article #post-single-page ul.page-nav li.prev,
article #post-single-page ul.page-nav li.next{
	width: 40%;
}
article #post-single-page ul.page-nav li.prev a,
article #post-single-page ul.page-nav li.next a{
	display: block;
}
article #post-single-page ul.page-nav li.home{
	width: 20%;
	text-align: center;
}
article #post-single-page ul.page-nav li.next{
	border: 0;
	text-align: right;
}

article #post-single-page ul.page-nav li.prev a.g-icons:before{
	content: "chevron_left";
}
article #post-single-page ul.page-nav li.next a.g-icons{
	padding: 0 25px 0 0;
}
article #post-single-page ul.page-nav li.next a.g-icons:before{
	left: inherit;
	right: 0;
	content: "chevron_right";
}

/*コメント*/
article.page-column > #area-main #post-single-page #post-footer{
	margin: 80px 0;
}
article.page-column > #area-main #post-single-page #post-footer-comment h1{
	font-weight: 700;
	font-size: 2em;
	margin: 0 0 .7em;
	text-align: center;
}
#post-footer-comment ul#user-comment{
	list-style: none;
	margin: 0;
}
#post-footer-comment ul#user-comment li{
	margin-bottom: 2%;
}
#post-footer-comment ul#user-comment li.wrap-comment{
	border: 1px solid #ccc;
	padding: 2.5%;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .user-avatar{
	width: 60px;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data{
	padding-left: 1em;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data .time{
	font-size: 0.867em;
	color: #A2A2A2;
	padding: 0;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .prof-data .name a{
	text-decoration: underline;
}
#post-footer-comment ul#user-comment li.wrap-comment header.user-data .rep{
	margin-left: auto;
	color: #ccc;
}
#post-footer-comment ul#user-comment li.wrap-comment ul.post-children{
	margin-top: 2.5%;
}
#post-footer-comment ul#user-comment li.wrap-comment .comment .comment-note{
	margin: .7em 0;
	padding: .5em;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #f85555;
	font-size: 0.867em;
}
/*コメント投稿フォーム*/
#post-footer-comment #comment-form{
	border: 1px solid #ccc;
	padding: 2.5%;
}
#post-footer-comment #comment-form label{
	display: block;
	padding-bottom: 1%;
}
#post-footer-comment #comment-form .label-name{
	font-size: 0.867em;
	color: #595959;
	display: block;
}
#post-footer-comment #comment-form label input,
#post-footer-comment #comment-form label textarea{
	width: 100%;
	padding: .5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#post-footer-comment #comment-form label textarea{
	height: 5em;
}
#post-footer-comment #comment-form input[type=submit]{
	background: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	margin: 20px 0 0;
	border: 0;
	color: #FFF;
	line-height: 50px;
	width: 400px;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 768px){
	article #post-single-page ul.page-nav li{
		padding: 0;
		font-size: 0.867em;
	}
}
@media screen and (max-width: 599px) {
	#post-footer-comment #comment-form input[type=submit]{
		line-height: 60px;
		width: 100%;
	}
}
@media screen and (max-width: 415px){
	article #post-single-page ul.page-nav li.prev,
	article #post-single-page ul.page-nav li.next{
		width: 50%;
	}
	article #post-single-page ul.page-nav li.home{
		display: none;
	}
}

/*05.product
************************************************************************************/
/*archives-page
----------------------------------------------------------------------*/
article.page-products .text{
	color: #8d8d8d;
}
article.page-products #archives-page ul.post-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	align-items: stretch;
	margin-top: 50px;
}
article.page-products #archives-page ul.post-list li .photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
article.page-products #archives-page ul.post-list li .title{
	font-size: 1.133em;
	font-weight: 700;
}
article.page-products #archives-page section.category{
	margin-bottom: 50px;
	clear: both;
}
article.page-products .btn-border{
	margin: 40px 0 70px;
}

@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}
@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}
@media screen and (max-width: 768px){
	article.page-products #archives-page ul.post-list{
		grid-template-columns: 1fr;
	}
	article.page-products #archives-page ul.post-list li .photo img{
		height: 300px;
	}
}

/*single-page
----------------------------------------------------------------------*/
article.page-products #single-page h1.main-title{
	font-weight: 700;
	font-size: 2em;
	padding-bottom: .5em;
	margin: 0 0 1.2em 0;
	text-align: center;
}
article.page-products .swiper-nav-cube{
	width: 100%;
}
article.page-products .swiper-pagination-bullet-active{
	background: var(--color-main, #5bd0db);
}
article.page-products .swiper-slide-next,
article.page-products .swiper-slide-prev{
	opacity: .4;
}
article.page-products .swiper-slide-area{
	margin-top: 30px;
	margin-bottom: 60px;
}

/*06.contact
************************************************************************************/
.required {
	font-size: 0.8em;
	padding: 3px;
	background: #cc0000;
	color: #ffffff;
	border-radius: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	display: inline-block;
}
.wpcf7 form{
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
    background: #f4f4f4;
	width: 60%;
	margin: 3em auto 0;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: #cc0000;
	font-weight: bold;
}
.wpcf7 input[type="submit"] {
	background: var(--color-main, #5bd0db);
	color: #FFF;
	border-radius: 3px;
	padding: 1em 0;
	width: 100%;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	background: #000;
}
.wpcf7 label{
	font-weight: bold;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea{
	padding: .7em;
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus{
	background: #f1f1f1;
	border: 1px solid #ccc;
	outline: 0;
}


@media screen and (min-width: 1025px) {
/*pc*/
}
@media screen and (max-width: 1024px){
/*smart phone*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 599px) {
/*sp*/
}
@media screen and (max-width: 415px){
}
