@charset "UTF-8";
/*
Theme Name: ManaSys
Template: basic
Author: Trendmake
Copyright: (c) 2020 Trendmake
Version: 20200403
*/

/* custom icon */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?klagb8');
	src:  url('fonts/icomoon.eot?klagb8#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?klagb8') format('truetype'),
	  url('fonts/icomoon.woff?klagb8') format('woff'),
	  url('fonts/icomoon.svg?klagb8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chevron-up:before {
	content: "\e900";
  }
  .icon-phone:before {
	content: "\e901";
  }
  .icon-mail:before {
	content: "\e902";
  }
  .icon-paperplane:before {
	content: "\e903";
  }
  .icon-mail-envelope-closed:before {
	content: "\e904";
  }
  .icon-envelope:before {
	content: "\e905";
  }
  .icon-location:before {
	content: "\e906";
  }
  .icon-phone1:before {
	content: "\e907";
  }
  .icon-home:before {
	content: "\e908";
  }
  .icon-phone2:before {
	content: "\e942";
  }
  .icon-envelop:before {
	content: "\e945";
  }
  .icon-location1:before {
	content: "\e947";
  }
  .icon-amazon:before {
	content: "\ea87";
  }
  .icon-facebook2:before {
	content: "\ea91";
  }
  .icon-instagram:before {
	content: "\ea92";
  }
  

/*******************************
Common Setting
*******************************/
body {
	font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	line-height: 2;
}
#content {
	padding: 0;
}
/* Those Classes change row_inner width,
   when you set the Themify Builder > Row Options > Row Width to Default and Boxed. */
/*.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner {
	width: 100%;
}*/

/* table setting */
body table{
	width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

/*******************************
Header Fix
*******************************/
#header.header {
	height: auto;
	border-bottom: none;
}

/* Header Site Branding */
#site-logo,
#site-description {
	position: static;
}
#site-logo {
	line-height: 1;
}
#site-logo a,
#site-logo a img {
	display: block;
}
/* Search Form in Header */
#headerwrap #header #searchform {
	position: static;
}
#headerwrap #header #searchform #s {
	float: none;
}

/*******************************
Footer Fix
*******************************/
#footer {
	border-top: none;
	clear: none;
	padding: 0;
}
#pc-backtop {
	display: block;
	position: fixed;
	z-index: 500;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	transition: opacity .3s;
	width: 32px;
	height: 32px;
	font-size: 30px;
}
#pc-backtop.is-visible {
	opacity: 1;
}
#pc-backtop.is-visible:hover {
	opacity: .7;
}
#pc-backtop a,
#pc-backtop a img {
	display: block;
}
.sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 600;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
	background: #4f4f4f;
}

#footer .sp-footer-icons-container a span{
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
}
#footer .sp-footer-icons-container a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	background-color: #fafafa;
	text-decoration: none;
	font-size:10px;
	padding: 10px 0 6px;
	border-left:1px solid #1f7bb6;
}
#footer .sp-footer-icons-container a:first-child{
	border-left:0;
}


/*******************************
Contact form
*******************************/
.wpcf7 table tr th{
	width:30%;
	text-align: left;
}
.wpcf7 table tr th,
.wpcf7 table tr td{
	padding:10px 15px
}
.wpcf7 table tr td input,
.wpcf7 table tr td select,
.wpcf7 table tr td textarea{
	background-color: #f3f3f3;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
}
.wpcf7 table tr td span input{
	margin-top:10px;
}
.wpcf7 table tr td span:first-child input{
	margin-top:0px;
}
.wpcf7 table tr td input[type="radio"],
.wpcf7 table tr td input[type="checkbox"]{
	width:auto;
}
.wpcf7 .submit_btn{
	display:block;
}
.wpcf7 .submit_btn input[type="submit"]{
	display:block;
	width:250px;
	margin:0 auto;
}
/*murata*/
.cspost-wrap .media_subWrap,
.cspost-wrap .topics_subWrap{
	position:relative;
	max-width:1100px;
	margin:0px auto;
	padding:100px 0 60px;
	width: 94%;
}
.cspost-wrap{
	position:relative;
	z-index:1;
}
.media_wrap:after{
	content: "";
    position: absolute;
    top: 53%;
    bottom: 0;
    left: 0;
    display: block;
    width: 49%;
    height: 39%;
    z-index: -1;
    background: var(--c-light);
}
#pagewrap .cspost-wrap a,
#pagewrap .cspost-wrap a:hover,
#pagewrap .cspost-wrap a:active,
#pagewrap .cspost-wrap a:visited{
	text-decoration:none;
}
#pagewrap .cspost-wrap .pagenav{
	justify-content:center;
}
#pagewrap .cspost-wrap .pagenav .number:first-child{
	margin: 0 0 20px 0px;
}

body #layout.pagewidth.cswidth{
	width:100%;
	max-width:100%;
	margin:0 auto;
	position:relative;
}
body.single .cswidth .post{
	padding:120px 0 45px;
}
.postContentWrap:before{
	content: '';
	position:absolute;
	top: 0px;
    bottom: 0;
    left: -15vw;
	display: block;
	width: 100%;
    height: 100%;
	z-index:-1;
	background: var(--c-light);
}
.postContentWrap{
	position:relative;
	z-index:1;
}
body.single #pagewrap .cswidth .post-title,
body.single #pagewrap .cswidth .post-line,
body.single #pagewrap .cswidth .entry-content{
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
body.single .cswidth .post-line{
	margin-bottom:60px;
}
body.single #pagewrap .cswidth .history-back-button{
	margin:180px 0 80px 0;
}
.taxonomy-media_category{
	
}
@media screen and (max-width: 1024px) {
	body .media_wrap:after{
		width:100%;
		left:-10vw;
	}
}
@media screen and (max-width: 820px) {
	body .cspost-wrap .media_subWrap,
	body .cspost-wrap .topics_subWrap{
		padding:23px 0 20px;
	}
	body.single-topics.single #layout.pagewidth.cswidth,
	body.single-media.single #layout.pagewidth.cswidth{
		max-width:94%;
	}
	body.single #layout.cswidth .post-line {
		margin-bottom: 35px;
	}
	body.single #pagewrap #layout.cswidth .history-back-button {
		margin: 35px 0;
	}
}
/* Miyake */
/* topic */
.archive-event .event-list{
	display:block;
}
.archive-event ul.event-list {
	list-style: none;
	max-width: 881px;
	margin: 0 auto;
}

.archive-event ul.event-list li.event-item {
	margin-top: 24px;
	margin-bottom: 0;
	padding-bottom: 16px;
	border-bottom: 1px dotted #d6d1d1; 
}

.event-item a:hover{
	text-decoration: none;
}
.archive-event li.event-item a h2, .archive-event .post-date {
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0.05em;
}

.archive-event .post-date {
	color: #ee5454;
}

.archive-event li.event-item a h2 {
	color: #131313;
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 0;
	text-decoration: underline;
	text-decoration-color: #bebebe;
}

@media screen and (max-width:680px) {
	#archive-event {
		margin: 0 16px;
	}
	
	body .archive-event .post-date {
		font-size: 14px;
	}
	
	body .archive-event li.event-item a h2 {
		font-size: 16px;
	}
}

/* media */
/* top category button */
.cat-button-list {
	display: flex;
	gap: 16px;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.cat-button-list .cat-button-item {
	margin-bottom: 0;
}

.cat-button-list .cat-button-item a {
	color: #6b6a6a;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.05em;
	border: 2px solid #6b6a6a;
	border-radius: 100vh;
	padding: 9px 30px;
}
.post-type-archive-media .cat-button-list .cat-button-item .taxAll,
.term-news_paper .cat-button-list .cat-button-item .taxNewspp,
.term-magazine .cat-button-list .cat-button-item .taxMagazine,
.term-tv .cat-button-list .cat-button-item .taxTv{
	color: #ee5454 !important;
	border: 2px solid #ee5454;
}
.cat-button-list .cat-current a {
	color: #e55151;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.05em;
	border: 2px solid #e55151;
	border-radius: 100vh;
	padding: 9px 30px;
}

@media screen and (max-width:680px) {
	body .cat-button-list {
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
		list-style: none;
		margin: 0;
	}
	
	body .cat-button-list .cat-button-item a {
		font-size: 16px;
		padding: 9px 18px;
	}
	
	body .cat-button-list .cat-current a {
		font-size: 16px;
		padding: 9px 18px;
	}
}

/* media body */
.event-list {
	margin: 0 auto;
}

.event-list {
	display: grid;
/* 	grid-template-columns: 1fr 1fr 1fr; */
	grid-template-columns: repeat(3, 1fr);
/*   	grid-template-rows: repeat(3, 1fr); */
	grid-gap: 36px;
	max-width: 1100px;
	list-style: none;
	margin-top: 77px;
}

.event-list .event-item {
	margin-bottom: 0;
}

.event-list .event-item img {
	width: 343px;
	height: 343px;
	object-fit: cover;
}

.event-list .event-item iframe {
	width: 343px;
	height: 343px;
}

.event-wrap, .event-list .event-item a h2 {
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0.05em;
	display: flex;
  	justify-content: space-between;
}

.event-wrap .post-date {
	color: #ee5454;
}

.event-list .event-item a h2 {
	color: #131313;
	font-size: 18px;
	margin-bottom: 0;
}

.event-wrap .event-cat {
	color: #fffbfb;
	font-size: 15px;
	padding: 0 19px;
	background: #cd8585;
}

.event-wrap {
	align-items: center;
}

@media screen and (max-width:680px) {
	body .event-list {
		display: block;
		text-align: center;
		margin: 40px 16px;
	}
	
	body .event-list .event-item {
		margin-top: 36px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #d6d1d1;
	}
	
	body .event-list .event-item img {
		margin-bottom: 8px;
	}
	
	body .event-wrap {
		width: 80%;
		margin: 0 auto;
	}
	
	body .event-list .event-item a h2 {
		width: 100%;
/* 		margin: 0 auto; */
	}
	
	body .event-wrap .event-cat {
		font-size: 14px;
		padding: 0 12px;
	}
	
	body .archive-event ul.event-list li.event-item {
		text-align: left;
	}
}

/* Miyake 0805 */
/* お問い合わせフォーム */
body .module .wpcf7 input[type=submit] {
	width: 150px;
}

#autozip {
	background-color: #fbecec !important;
}

#autozip #zip_close a {
	color: #cd8585 !important;
}

/* メディア掲載 */
#archive-media ul.cat-button-list li a {
	color: #6b6a6a;
}

/* フッター */
#footer .footer_bottom ul#btn-menu ul.sub-menu .nav_btn_law {
	display: block;
}

#footer .footer_bottom ul#btn-menu ul.sub-menu .nav_btn_contact {
	display: none;
}

#btn-menu > li.nav_btn ul li.nav_btn_law a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	background-image: url("https://www.voicek.co.jp/manasys/wp-content/uploads/law-1.png");
	margin: -3px 10px 0 0;
}

.archive .entry-content img:nth-of-type(n+2),
.blog .entry-content img:nth-of-type(n+2),
.search .entry-content img:nth-of-type(n+2) {
  display: none;
}

/* アーカイブ(メディア)一覧で、各アイテム内の2枚目以降の画像を消す */
.archive.post-type-archive-media #archive-media.media_subWrap li.event-item a p img:nth-of-type(n+2) {
  display: none !important;
}

.archive.post-type-archive-media #archive-media.media_subWrap li.event-item a p {
	margin: 0;
}

.archive.post-type-archive-media #archive-media.media_subWrap li.event-item a p br {
	display: none;
}

/* end アーカイブ(メディア)一覧で、各アイテム内の2枚目以降の画像を消す */