@charset "utf-8";

/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
	BASE
===================================== */
html {
	font-size: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.03em;
	background: #0f0e0e;
	color: #f1f1f1;
}
a {
	text-decoration: none;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}


/* =====================================
	MODULE
===================================== */
/*--------------------------------------
  汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!important;
}

/*--------------------------------------
  Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('img/fonts/icomoon.eot');
	src:url('img/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	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-feedly:before {
	content: "\e600";
}
.icon-hatebu:before {
	content: "\e601";
}
.icon-line:before {
	content: "\e602";
}
.icon-pocket:before {
	content: "\e603";
}
.icon-google-plus:before {
	content: "\e604";
}
.icon-facebook:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e606";
}
.icon-dropbox:before {
	content: "\e607";
}
.icon-linkedin2:before {
	content: "\e608";
}


/*--------------------------------------
  Pc sp change
--------------------------------------*/
.sp {
  display: none;
}
.mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
@media screen and (max-width: 480px) {
  .mb {
    display: block;
  }
  .pcm {
    display: none;
  }
}


/* =====================================
	Layout
===================================== */
/*--------------------------------------
	container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1060px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
@media (max-width: 767px) {
	.container {
		padding: 0 30px;
	}
}

/*--------------------------------------
	header
--------------------------------------*/
#wrapper {
    position: relative;
    overflow: hidden;
	padding-top: 84px;
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 50px;
	}
}

/* general */
#header {
    position: fixed;
    top: 0;
    /*left: 0;*/
    z-index: 900;
    width: 100%;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
	background: #0e0e0e;
}
.home #header {
	background: none;
}
.fixed {
    background: #0e0e0e !important;
}
#header .wrap {
    float: left;
	padding: 21px 20px 20px;
	box-sizing: border-box;
}

/* logo */
#header h1 {
    float: left;
    width: 116px;
}
#header h1 a {
	display: block;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
}
#header h1 img {
    width: 100%;
}

/* header right box */
#header .toggleMenu {
	display: none;
}

/* gnav */
#gnav {
	float: right;
	padding: 15px 20px 20px 0;
	box-sizing: border-box;
}
#gnav > ul {
	margin-top: 13px;
}
#gnav > ul > li {
    float: left;
    position: relative;
}
#gnav > ul > li > a,
#gnav > ul > li > span {
    margin: 0 15px;
	position: relative;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	cursor: pointer;
	transition: .3s;
	color: #fff;
	display: inline-block;
}
#gnav > ul > li > a:after,
#gnav > ul > li > span:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    bottom: 0;
	left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	background-color: #fff;
}
#gnav > ul > li > a:hover:after,
#gnav > ul > li > span:hover:after,
#gnav > ul > li.hover > span:after {
    width: 100%;
}
#gnav .sub {
	position: absolute;
	top: 100%;
	right: 15px;
	z-index: 1;
	width: auto;
	list-style: none;
	padding: 0;
	-webkit-transition-duration: .7s;
	-ms-transition-duration: .7s;
	-o-transition-duration: .7s;
	transition-duration: .7s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	pointer-events: none;
}
#gnav > ul > li.hover .sub {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	top: 100%;
	pointer-events: auto;
}
#gnav .sub li {
	width: 100%;
	border-bottom: 1px solid #363434;
}
#gnav .sub li:last-child {
	border-bottom: none;
}
#gnav .sub li a {
	background: #0B0B0B;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 14px 20px 12px;
	text-align: left;
	display: block;
	width: 230px;
	box-sizing: border-box;
}
#gnav .sub li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1000px) {
	#gnav > ul > li > a,
	#gnav > ul > li > span {
		font-size: 16px;
	}
	#gnav .sub li a {
		font-size: 16px;
		width: 210px;
	}
}
	
@media screen and (max-width: 767px) {
	#header .wrap {
		float: none;
		padding: 10px 12px;
		box-sizing: border-box;
		background: #0e0e0e;
	}
	#header h1 {
		width: 83px;
	}
	#header .toggleMenu {
		display: block;
		float: right;
		margin-top: 4px;
		cursor: pointer;
	}
	.toggleMenu {
		width: 30px;
		height: 26px;
		text-align: center;
		color: #fff;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 30px;
		height: 26px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.toggleMenu.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	
	#gnav {
		float: none;
		padding: 0;
		background: rgba(11, 11, 11, 0.9);
		border-top: 1px solid #363434;
		position: absolute;
		width: 100%;
	}
	#gnav > ul {
		margin-top: 0;
		overflow: auto;
		max-height: calc(100vh - 73px);
		-webkit-overflow-scrolling: touch;
	}
	#gnav > ul > li {
		float: none;
		border-bottom: 1px solid #363434;
	}
	#gnav > ul > li > a,
	#gnav > ul > li > span {
		display: block;
		padding: 12px 20px;
		margin: 0;		
	}
	#gnav > ul > li > a:after,
	#gnav > ul > li > span:after {
		display: none;
	}
	#gnav > ul > li > a:hover:after,
	#gnav > ul > li > span:hover:after {
		background: none;
	}
	#gnav > ul > li > span:before {
		content: "";
		display: block;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 8px;
		right: 15px;
		width: 15px;
		height: 15px;
		background: none;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#gnav > ul > li.hover > span:before {
		background: none;
		top: 17px;
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	#gnav .sub {
		top: 0;
		right: 0;
	}
	#gnav > ul > li.hover .sub {
		position: static;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		padding: 10px 40px 20px;
		box-sizing: border-box;
	}
	#gnav .sub li {
		width: 100%;
		border-bottom: none;
		margin-top: 5px;
	}
	#gnav .sub li {
		margin-top: 0;
	}
	#gnav .sub li a {
		width: auto;
		display: inline-block;
		padding: 0;
		background: none;
	}
}

/*--------------------------------------
	main
--------------------------------------*/
#main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#main>div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
#main>div#sidebar_left, #main>div#sidebar_right {
	max-width: 260px;
}
#main>div#sidebar_left {
	margin-right: 30px;
}
#main>div#sidebar_right {
	margin-left: 30px;
}

/*--------------------------------------
	POSTS
--------------------------------------*/
#posts {
	float: left;
	width: 67%;
}
#blogDetail,
#blogList {
	margin-top: 40px;
	margin-bottom: 103px;
	min-height: 850px;
}
#blogList .post {
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogList .post-header {
	margin-bottom: 40px;
}
#blogList .post-header h2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.posts_list li {
	float: left;
	width: 46%;
	margin-left: 8%;
	margin-bottom: 40px;
	position: relative;
}
.posts_list li:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.posts_list li .category {
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0;
	line-height: 1;
	z-index: 10;
}
.posts_list li .post-image {
	margin-bottom: 20px;
}
.posts_list li .post-image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 51.36%;
}
.posts_list li .post-image a:hover {
	opacity: 0.8;
}
.posts_list li .post-image img {
	display: block;
    width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.posts_list h3 {
    font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.posts_list h3 a:hover {
	color: #C98181;
}
.posts_list .excerpt {
	margin-bottom: 10px;
	color: #BAB8B8;
	font-size: 14px;
	line-height: 1.8;
}

#blogDetail .post {
	background: #fff;
	color: #0F0E0E;
	font-size: 14px;
	line-height: 1.7;
	padding-bottom: 35px;
}
#blogDetail .post-header {
	padding: 33px 40px 30px;
}
#blogDetail .post-header li.category {
	float: left;
}
#blogDetail .post-header .post-meta {
	margin-bottom: 20px;
}
.post .category a,
.posts_list .category a {
	font-family: 'Gentium Basic', serif;
	background: url(../genova_tpl/img/ico_category.png) no-repeat 7px center;
	background-size: 12px 10px;
	padding: 4px 7px 2px 25px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
}
.post .category a.blog,
.posts_list .category a.blog {
	background-color: #9D8E8E;
}
.post .category a.news,
.posts_list .category a.news {
	background-color: #4D6E90 !important;
}
.post .category a.news:hover,
.posts_list .category a.news:hover {
	background-color: #5e7c9b !important;
}
.post .category a.seminar,
.posts_list .category a.seminar {
	background-color: #AB1B28 !important;
}
.post .category a.seminar:hover,
.posts_list .category a.seminar:hover {
	background-color: #b3313d !important;
}
.post .category a.traveling,
.posts_list .category a.traveling {
	background-color: #5C542D !important;
}
.post .category a.traveling:hover,
.posts_list .category a.traveling:hover {
	background-color: #6c6542 !important;
}
.post .category a.pickup_bottle,
.posts_list .category a.pickup_bottle {
	background-color: #327B75 !important;
}
.post .category a.pickup_bottle:hover,
.posts_list .category a.pickup_bottle:hover {
	background-color: #468883 !important;
}
#blogDetail .post-header .post-meta li.date {
	float: right;
	margin-top: 8px;
}
.post .date,
.posts_list .date {
	color: #C98181;
	font-size: 10px;
	letter-spacing: 0;
}
.post .date .tag,
.posts_list .date .tag {
	background: url(../genova_tpl/img/ico_tag.png) no-repeat left center;
	background-size: 10px 10px;
	padding-left: 15px;
	margin-left: 10px;
}
.post .date .tag a,
.posts_list .date .tag a {
	color: #C98181;
}
.post .date .tag a:hover,
.posts_list .date .tag a:hover {
	text-decoration: underline;
}
.post-header h1 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0;
}
.post-content {
	overflow: hidden;
}

/* navigation */
.navigation {
	overflow: hidden;
	margin-top: 52px;
}
.navigation:after {
    content: "";
    display: table;
    clear: both;
}
.navigation a {
	font-family: 'Gentium Basic', serif;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #9D8E8E;
	color: #0F0E0E;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.navigation a:hover {
	background: #fff;
}
.navigation .prev {
	float: left;
	width: 100px;
}
.navigation .next {
	float: right;
	width: 100px;
}
.navigation .prev a {
	padding-left: 14px;
}
.navigation .next a {
	padding-right: 14px;
}
.navigation .prev a:before {
    display: block;
    font-family: 'serif';
    content: "<";
    position: absolute;
    left: 9px;
    font-size: 10px;
}
.navigation .next a:before {
	display: block;
    font-family: 'serif';
    content: ">";
    position: absolute;
    right: 9px;
    font-size: 10px;
}
.navigation ul {
    display: flex;
	max-width: 200px;
	margin: 0 auto;
}
.navigation li {
    display: flex;
    margin: 0 1px 0 2px;
    width: 30px;
}

/* pagination */
.pagination {
	overflow: hidden;
	position: relative;
	padding-top: 52px;
	border-top: 1px solid #5D5555;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
    display: inline-block;
    width: 30px;
}
.pagination ul li a,
.pagination ul li span.dots {
	font-family: 'Gentium Basic', serif;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #9D8E8E;
	color: #0F0E0E;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li a:hover,
.pagination ul li span.dots:hover {
	background: #fff;
}
.pagination ul li span.current {
	font-family: 'Gentium Basic', serif;
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	background: #fff;
	color: #0F0E0E;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 700;
	border-radius: 5px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.pagination ul li .prev {
	display: block;
	width: 100px;
	position: absolute;
	left: 0;
	top: 52px;
	padding-left: 14px;
}
.pagination ul li .next {
	display: block;
	width: 100px;
	position: absolute;
	right: 0;
	top: 52px;
	padding-right: 14px;
}
.pagination ul li .prev:before {
    display: block;
    font-family: 'serif';
    content: "<";
    position: absolute;
    left: 9px;
    font-size: 10px;
}
.pagination ul li .next:before {
	display: block;
    font-family: 'serif';
    content: ">";
    position: absolute;
    right: 9px;
    font-size: 10px;
}

.blogside {
	float: right;
	width: 27%;
}
.blogside h2.widgettitle {
	display: none;
}
.blogside h2 {
	font-family: 'Gentium Basic', serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-bottom: 6px;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
}
.blogside h2 span {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: middle;
	color: #BAB8B8;
	display: inline-block;
	margin-left: 5px;
}
.blogside .searchBox {
	margin-bottom: 40px;
}
.blogside .searchBox label {
	display: none;
}
.blogside .searchBox #searchform {
    position: relative;
}
.blogside .searchBox #s {
    background: #9a9494;
    border: none;
    height: 55px;
    width: 100%;
    padding: 0 40px 0 14px;
    box-sizing: border-box;
    color: #312D2D;
}
.blogside .searchBox #searchsubmit {
	background: url(../genova_tpl/img/ico_search.png) no-repeat left center;
	background-size: 15px 15px;
    border: none;
    position: absolute;
    right: 16px;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
	font-size: 0;
	cursor: pointer;
}
.blogside .categoryBox {
	margin-bottom: 50px;
}
.blogside .categoryBox ul li {
	border-bottom: 1px solid #5D5555;
	padding-bottom: 15px;
	margin-bottom: 18px;
}
.blogside .categoryBox ul li:last-child {
	margin-bottom: 0;
}
.blogside .categoryBox ul li a {
	font-family: 'Gentium Basic', serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a span {
	display: block;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	color: #BAB8B8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.blogside .categoryBox ul li a:hover,
.blogside .categoryBox ul li a:hover span {
	color: #C98181;
}

.recentBox {
	margin-bottom: 50px;
}
.recentBox li {
	font-size: 12px;
	border-bottom: 1px solid #5D5555;
	padding-bottom: 15px;
	margin-bottom: 18px;
	line-height: 1.3;
}
.recentBox li:last-child {
	margin-bottom: 0;
}
.recentBox li .recent_thumbnail {
	float: right;
	width: 67px;
	height: 48px;
	margin-left: 12px;
	position: relative;
	overflow: hidden;
}
.recentBox li .recent_thumbnail a,
.recentBox li .recent_thumbnail span {
    display: block;
}
.recentBox li .recent_thumbnail img {
	display: block;
	width: 67px;
	height: 48px;
}
.recentBox li .recent_thumbnail a:after,
.recentBox li .recent_thumbnail a:before,
.recentBox li .recent_thumbnail a span:after,
.recentBox li .recent_thumbnail a span:before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.recentBox li .recent_thumbnail a:after {
	width: 0px;
    height: 1px;
    left: 0;
    top: 0;
}
.recentBox li .recent_thumbnail a:before {
	width: 0px;
	height: 1px;
	bottom: 0;
	right: 0;
}
.recentBox li .recent_thumbnail a span:after {
	width: 1px;
	height: 0px;
	bottom: 0;
	left: 0;
}
.recentBox li .recent_thumbnail a span:before {
	width: 1px;
	height: 0px;
	right: 0;
	top: 0;
}
.recentBox li .recent_thumbnail a:hover:after,
.recentBox li .recent_thumbnail a:hover:before {
	width: 100%;
	width: calc(100% + 1px);
}
.recentBox li .recent_thumbnail a:hover span:after,
.recentBox li .recent_thumbnail a:hover span:before {
	height: 100%;
	height: calc(100% + 1px);
}
.recentBox li h3 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.recentBox li h3 a:hover {
	color: #C98181;
}
.recent_date {
    font-size: 10px;
    margin-top: 5px;
    color: #797979;
}
.recentBox li .recent_date {
    margin-top: 10px;
}

.blogside .tagBox {
	margin-bottom: 40px;
}
.blogside .tagBox h2 {
	margin-bottom: 12px;
}
.blogside .tagBox .tagcloud a {
    display: inline-block;
    padding: 8px 10px;
    color: #E5E3E3;
    font-size: 14px !important;
    line-height: 1;
    border: 1px solid #E5E3E3;
    border-radius: 3px;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
    margin-bottom: 9px;
    letter-spacing: 0;
}
.blogside .tagBox .tagcloud a:hover {
    color: #0F0D0D;
    background: #E5E3E3;
}

.archiveBox {
    font-size: 14px;
    line-height: 1.4;
}
.archiveBox > ul > li {
    margin-top: 20px;
}
.archiveBox > ul > li:first-child {
    margin: 0;
}
.archiveBox ul li p {
	position: relative;
	margin: 0;
	padding-left: 22px;
	cursor: pointer;
	display: inline-block;
}
.archiveBox ul li p:visited {
	color: #7B7070;
}
.archiveBox ul li p:hover {
	font-weight: bold;
}
.archiveBox ul li p.acv_open {
	font-weight: bold;
}
.archiveBox ul li p:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.archiveBox ul li p.acv_open:before {
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.archiveBox ul li a {
    text-decoration: underline;
}
.archiveBox ul li a:link {
	color: #fff;
}
.archiveBox ul li a:visited {
	color: #7B7070;
}
.archiveBox ul li a:hover {
	color: #fff;
	font-weight: bold;
}
.archiveBox ul li a:active {
	color: #fff;
}
.archiveBox ul li ul {
    margin-left: 44px;
}
.archiveBox ul li li {
    margin-top: 10px;
}
.archiveBox ul li ul.hide {
	display: none;
}

@media screen and (max-width: 767px) {
	#blogDetail,
	#blogList {
		margin-top: 0;
	}
	#blogDetail > div {
		padding: 0;
	}
	#posts {
		float: none;
		width: 100%;
	}
	#blogDetail .post-header {
		padding: 30px;
	}
	#blogDetail .post-header li.category,
	#blogDetail .post-header .post-meta li.date {
		float: none;
	}
	.navigation {
		margin-top: 35px;
		padding: 0 30px;
	}
	.pagination {
		padding-top: 95px;
	}
	.pagination ul li .prev,
	.pagination ul li .next {
		top: 30px;
		width: 48%;
	}
	.blogside {
		float: none;
		width: 100%;
		border-top: 1px solid #5D5555;
		padding: 46px 0 0;
		box-sizing: border-box;
		margin-top: 35px;
	}
	#blogDetail .blogside {
		padding: 46px 30px 0;
	}
	
	.posts_list li {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	
	.navigation ul {
		clear: both;
		padding-top: 20px;
	}
}

/*--------------------------------------
	SIDE
--------------------------------------*/
#sidebar {
	float: right;
	width: 20%;
}

/*--------------------------------------
	FOOTER
--------------------------------------*/
#footer {
	background: #0f0e0e;
	padding: 40px 0;
	text-align: center;
	z-index: 100;
	position: relative;
}
.footer_access {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: 30px;
}
.footer_menu {
    margin-top: 30px;
}
.footer_ttl {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.1;
	position: relative;
	margin: 15px 0 20px;
}
.footer_ttl:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 50%;
}
.footer_ttl:after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 50%;
	margin-right: -78px;
	top: 50%;
}
.footerlink li {
    display: inline-block;
    margin: 0 10px;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
}
.footerlink li a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 50px;
}

/* 2024.1.23 add RED ROSE */
#header.header-redrose {
	background: #fff;
}
#header.header-redrose #gnav > ul {
	display: flex;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
#header.header-redrose #gnav > ul > li {
	float: none;
}
#header.header-redrose #gnav > ul > li > a,
#header.header-redrose #gnav > ul > li > span {
	color: #0F0E0E;
	margin-right: 0;
}
#header.header-redrose #gnav > ul > li > a:after,
#header.header-redrose #gnav > ul > li > span:after {
	content: none;
}
#header.header-redrose .gnav-item__entry a {
	color: #fff!important;
	background: #BE1E2D;
	padding: 0 20px;
	border-radius: 30px;
}
#header.header-redrose .gnav-item__entry a span {
	display: inline-block;
	padding: 5px 0 2px 28px;
	position: relative;
}
#header.header-redrose .gnav-item__entry a span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 30px;
	background: url(img/ico_seminar.svg) no-repeat left center;
	background-size: 20px;
}
#header.header-redrose .header-txt {
	float: left;
	margin: 0 0 0 15px;
	font-size: 12px;
	color: #0F0E0E;
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (max-width: 1000px) {
	#header.header-redrose .gnav-item__entry {
		position: absolute;
		top: 12px;
		right: 20px;
	}
	#header.header-redrose #gnav {
		padding: 35px 20px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#header.header-redrose .wrap {
		background: #fff;
	}
	#header.header-redrose .menu-trigger span {
		background: #0F0E0E;
	}
	#header.header-redrose .header-txt {
		font-size: 10px;
		padding-top: 4px;
		margin-left: 10px;
	}
	#header.header-redrose h1 {
		width: 118px;
	}
	#header.header-redrose #gnav {
		padding: 0;
	}
	#header.header-redrose #gnav > ul {
		display: block;
	}
	#header.header-redrose .gnav-item__entry {
		position: static;
	}
	#header.header-redrose .gnav-item__entry a {
		padding: 12px 20px;
		border-radius: 0;
	}
	#header.header-redrose #gnav > ul > li > a,
	#header.header-redrose #gnav > ul > li > span {
		color: #fff;
	}
}

#footer.footer-redrose {
	background: #fff;
	color: #0F0E0E;
}
#footer.footer-redrose .footer_lead {
	font-size: 12px;
}
#footer.footer-redrose .footerlink a {
	color: #0F0E0E;
	font-size: 16px;
	font-weight: normal;
}
#footer.footer-redrose .footer_bnr img {
	width: 480px;
	max-width: 100%;
}

.redrose_section {
	padding-top: 50px;
	margin-bottom: 0;
}
.seminar_section #bread_area {
	margin-bottom: 50px;
}
.blog_section_redrose > .container {
	padding: 0;
}
#content.content-redrose {
	padding-top: 0;
}
.under_mainimage_redrose {
	background-image: url(img/bg_h1_redrose.jpg);
}

.content-redrose .inquiryForm_title {
	padding-top: 50px;
}

.blogDetail-redrose .post-content >p {
	padding: 0 40px;
}
.blogDetail-redrose .post-content >table {
	margin-left: 40px;
	margin-right: 40px;
}
.blogDetail-redrose .post-content .wp-block-table {
	margin-left: 40px;
	margin-right: 40px;
}
.blogDetail-redrose .post-content iframe {
	width: 100%;
}
.blogDetail-redrose .post-content >h2 {
	padding: 0 40px;
	font-size: 18px;
    color: #0F0E0E;
    letter-spacing: 0;
    line-height: 1.5 !important;
    font-weight: bold;
}
.blogDetail-redrose .post-content >img {
	height: auto;
}
.blogDetail-redrose .post-content >ul {
	padding: 0 40px;
}
.blogDetail-redrose .post-content .wp-block-image {
	padding: 0 40px;
}
