@charset "utf-8";
/* Theme Name: Customize */

/* =Layout
-------------------------------------------------------------- */
body {
	/*max-width: 640px;*/
	margin: 0 auto;
}
#wrapper {
	overflow: hidden;
}
#wpadminbar {
	position: fixed !important;
}
#container {
	box-sizing: border-box;
}
.with-arrow {
	position: relative;
}
.with-arrow:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 14px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	/*border-top: 2px solid #21873b;
	border-right: 2px solid #21873b;*/
	border-top: 2px solid #b8d363;
	border-right: 2px solid #b8d363;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.catlist a, .catlist span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	background-color: #21873b;
	padding: 3px 6px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 20px;
	white-space: nowrap;
}

.only-pc {
	display: none;
}
.only-sp {
	display: block;
}
.br-pc {
	display: none;
}
.br-sp {
	display: inline;
}

.archivebox {
	/*padding-top: 2.8rem;*/
	padding-top: 9.8%;
	padding-bottom: 9.2%;
	/*border-bottom: 1px solid #ccc;*/
}

/* = footer
-------------------------------------------------------------- */

#archive-season {
	background: #fff;
	padding-bottom: 2.2rem;
}
#archive-season li {
	width: 49%;
	margin-bottom: 2%;
}
#archive-season li:not(:nth-child(even)) {
	margin-right: 2%;
}
#archive-season li a {
	display: block;
	font-size: 1.8rem;
	padding: 0;
	color: #fff;
	text-align: center;
	/*text-shadow: 1px 1px 2px #777;*/
}
#archive-season li a img {
	width: 100%;
}
#archive-season li:first-child a {
	/*background-color: #E86B79;*/
	/*background-color: #fdd6d9;*/
	background: #F7C8CE;
}
#archive-season li:nth-child(2) a {
	/*background-color: #7AC49A;*/
	/*background-color: #9fd8b9;*/
	background: #A2CB0F;
}
#archive-season li:nth-child(3) a {
	/*background-color: #ECBD31;*/
	/*background-color: #efdaa0;*/
	background: #CB380F;
}
#archive-season li:last-child a {
	/*background-color: #CCD0D0;*/
	/*background-color: #c7e2e2;*/
	background: #0FA2CB;
}
#archive-season .headline {
	padding: 8px 0;
	font-size: 1.4rem;
}


/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	box-sizing: border-box;
	/*max-width: 640px;*/
	/*width: 100%;*/
	width: 1200px;
	margin: 0 auto;
	padding-left: 3%;
	padding-right: 3%;
}
.btn-wrap {
	text-align: center;
}
.btn {
	display: inline-block;
	text-align: center;
	width: 80%;
	font-size: 1.6rem;
	padding: 6px 0;
}
strong {
	font-weight: bold;
	padding: 0 4px 2px;
	margin: 0 2px;
	background: linear-gradient(transparent 50%, #a2cb0f 0%);
}
/* = Header
-------------------------------------------------------------- */
#header {
	/*border-top: 3px solid #21873b;*/
}
#header-content {
	/*height: 60px;*/
}
#site-title {
	margin: 0;
	width: 185px;
	padding-top: 5px;
}
#header .right {
	max-width: 44%;
	padding-top: 9px;
	text-align: right;/*padding-right: 1.6%;*/
}
#header .right li {
	vertical-align: middle;
}
#header .present-btn {
	margin-right: 8px;
}
#header .present-btn a {
	display: block;
	width: 50px;
	height: 50px;
	border: 3px solid #b10008;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
#header .present-btn img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 25px;
}
#mmenu-btn {
	position: relative;
}
#site-description {
	padding: 8px 0;
}
#site-description .open-site-description-popup {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	padding: 6px 6px 4px;
	/*margin-top: 8px;*/
	/*margin: 0 1.6%;*/
	/*background: #F3F3E8;*/
	/*background: rgba(162, 203, 15, .6);*/
	border: 3px solid rgba(162, 203, 15, 1);
	border-radius: 4px;
	white-space: nowrap;
	color: rgba(162, 203, 15, 1);
	width: 92px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
#site-description-popup {
	/*display: none;*/
	padding: 1rem;
	background: #fff;
	font-size: 1.3rem;
}
#site-description-popup .inner {
	border: 4px solid #21873b;
	padding: 2rem 2.4rem;
}
#site-description-popup .logo-wrap {
	text-align: center;
	margin-top: 2.6rem;
}
#site-description-popup .i_cross {
	width: 100px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
#site-description-popup .i_cross::before, #site-description-popup .i_cross::after {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
	height: 4px;
	content: "";
	background-color: #777;
}
#site-description-popup .i_cross::before {
	transform: rotate(315deg);
}
#site-description-popup .i_cross::after {
	transform: rotate(-315deg);
}
#site-description-popup .logo {
	display: inline-block;
}
#site-description-popup .nexco {
	width: 110px;
}
#site-description-popup .komachi {
	width: 110px;
}
#site-description-popup .mfp-close {
	color: #fff;
	top: -44px;
	opacity: 1;
}
.mfp-container {
	max-width: 640px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* = mmenu
-------------------------------------------------------------- */
.mm-panels > .mm-panel {
	padding: 0;
}
.mm-panels > .mm-panel > .mm-listview {
	margin-left: 0;
	margin-right: 0;
}
.mm-listview > li:not(.mm-divider)::after {
	left: 0;
	border-bottom-style: dotted;
}
.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
	background: rgba(0,0,0,.02);
}
#google_translate_element {
	display: block;
	padding: 6px 0 6px 17px;
}
.goog-te-gadget {
	font-family: inherit !important;
}
/* = Single
-------------------------------------------------------------- */
.sec-title {
	font-size: 2.2rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 11%;
}
.sec-title.img-box {
	margin-left: -18%;
	margin-right: -18%;
}
.sub-title {
	position: relative;
	margin-bottom: 2.0rem;
	padding-top: 5px;
	color: #21873b;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.sub-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 1px;
	margin: auto;
	background: #222;
}
.font-1 {
	font-family: 'Questrial', sans-serif;
}
.bg-1 {
	background: #F3F3E8;
}
.bg-2 {
	background: #f3eee8;
}
.single #mv {
	margin-bottom: 3%;
}
.single #mv.movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.single #mv.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single #mv-nav {
	text-align: center;
	margin: 0 2%;
}
.single #mv-nav .nav-img {
	width: 23% !important;
	margin: 2% 2% 3% 0 !important;
}
.single #mv-nav .nav-img:last-child {
	margin-right: 0 !important;
}
.single .post-date {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 2px;
}
.single .entry-title {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.single .post-writer {
	margin-bottom: 10px;
}
.single .post-writer .img-box {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #21873b;
	margin-right: 6px;
	font-size: 1.2rem;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single .post-writer .writer-name {
	display: inline-block;
	vertical-align: middle;
}
.single .entry-content {
	border-top: 1px solid #bfbfbf;
	padding-top: 1.8rem;
	margin: 2rem 0 3.6rem;
}
.single .content-group p {
	margin: 10px 0 15px;
}
.single .content-group h2 {
	font-size: 1.7rem;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	margin: 0 0 20px;
	border-left: 4px solid #3DA414;
}
.single .content-group h3 {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 4px 0;
}
.single .content-group .img-box {
	margin: 20px 0;
}
.single .content-group .link-btn-wrap {
	text-align: right;
	margin-bottom: 1.6rem;
}
.link-btn-wrap .course-btn {
	display: block;
	padding: 9px 30px 9px 24px;
	color: #21873b;
	border: 3px solid #21873b;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
.link-btn-wrap {
	width: 80%;
	margin: 0 auto;
}
.single .content-group a.link-btn {
	display: inline-block;
	padding: 5px 30px 5px 17px;
	margin-left: 5px;
	color: #07b4c4;
	border: 2px solid;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: bold;
}
.single .content-group a.coupon-btn {
	color: #ff6633;
	border-color: #ff6633;
}
.single .content-group a.coupon-btn.with-arrow::before {
	border-color: #ff6633;
}
.single .content-group a.komachi-btn {
	color: #E85382;
	border-color: #E85382;
}
.single .content-group a.komachi-btn.with-arrow::before {
	border-color: #E85382;
}
.single #root-flow .sec-title {
	margin-bottom: 0;
}
.single #pagetop {
	bottom: 55px;
}
.single #wrapper {
	padding-bottom: 42px;
}
/* = Archive
-------------------------------------------------------------- */
.archive #main {
	padding-bottom: 3.6rem;
	/*border-bottom: 2px solid #E2F5DB;*/
}
.archive .archive-title, .error404 .entry-title, .search .archive-title {
	font-size: 2.2rem;
	font-weight: normal;
	padding-top: 2.8rem;
	text-align: center;
}
.error404 .btn-wrap {
	padding: 20px 0;
	text-align: center;
}
.error404 .btn {
	display: inline-block;
	width: auto;
	padding: 8px 48px;
	color: #07b4c4;
	border: 2px solid #07b4c4;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* = ライター
-------------------------------------------------------------- */
#writer {
	margin-top: 5rem;
	padding: 2rem 0 1rem;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}
#writer .cell {
	vertical-align: top;
}
#writer .img-wrap {
	width: 52px;
}
#writer .img-box {
	width: 52px;
	height: 52px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #21873b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#writer .text-wrap {
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#writer .writer-name {
	color: #21873b;
	font-weight: bold;
}
#writer .writer-home {
	color: #666;
	font-size: 1.2rem;
	padding: 4px 0;
}
#writer .writer-text p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
#root-flow {
	padding: 2rem 0 2.8rem;
}
#root-flow .tab-menu {
	table-layout: fixed;
}
#root-flow .tab-menu li {
	color: #999;
	font-size: 1.6rem;
	text-align: center;
	background: rgba(162,203,15,.3);
	padding: 10px 0 6px;
	border-bottom: 4px solid rgba(33,135,59,.3);
	border-left: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
#root-flow .tab-menu li:first-child {
	border-left: 0;
}
#root-flow .tab-menu li:last-child {
	margin-right: 0;
}
#root-flow .tab-menu li.select {
	color: #222;
	font-weight: bold;
	background: #a2cb0f;
	border-bottom-color: #21873b;
	position: relative;
}
#root-flow .tab-box {
	text-align: center;
	padding: 4%;
	border: 3px solid #21873b;
	border-top: 0;
}
#root-flow .tab-box .root-list {
	display: none;
	min-width: 244px;
}
#root-flow .tab-box .root-list.select {
	display: inline-block;
	text-align: left;
}
#root-flow .transit-name {
	color: #fff;
	font-size: 1.8rem;
	padding: 4px 20px;
	background: rgba(162,203,15,.3);
	display: inline-block;
}
#root-flow .transit-cat-ic {
	background: #21873b;
}
#root-flow .transit-cat-sa {
	background: #ff0198;
}
#root-flow .transit-cat-shop {
	background: #ffcc00;
}
#root-flow .transit-cat-spot {
	background: #00ccff;
}
#root-flow .root-info {
	padding: 1.2rem 0 1.2rem 20px;
	margin-left: 60px;
	border-left: 3px dashed #444;
}
#root-flow .root-info .comment {
	background: #eee;
	padding: 10px 12px;
	font-size: 1.3rem;
	line-height: 1.4;
}
#root-flow .transit-box:last-child .root-info {
	border-left: 0;
}
#root-flow .link-btn-wrap {
	margin-top: 2rem;
}
/*#root-flow .course-btn {
	display: block;
	padding: 9px 30px 9px 24px;
	color: #21873b;
	border: 3px solid #21873b;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	}*/
	#root-flow .course-btn.with-arrow::before {
		border-color: #21873b;
		border-width: 3px;
	}
	#root-map {
		padding: 2.8rem 0;
	}
	#root-map .map-img {
		margin-bottom: 2rem;
	}
	.cardbox {
		width: 32%;
		margin: 0 5px;
		background: #fff;
	}
	.cardbox > a {
		display: block;
		height: 100%;/*padding-bottom: 1.5rem;*/
	}
	.cardbox .thumbnail {
		position: relative;
	}
	.cardbox .thumbnail .play-btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: rgba(256,256,256,.8);
		display: block;
	}
	.cardbox .thumbnail .play-btn::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		margin: auto;
		margin-left: -8px;
		width: 0;
		height: 0;
		border-left: 22px solid rgba(0,0,0,.6);
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
	}
	.cardbox .txt-box {
		padding: 10px;
	}
	.cardbox .post-date {
		font-size: 1.2rem;
		color: #666;
		margin-bottom: 6px;
	}
	.cardbox .entry-title {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 6px;
	}
	.cardbox .post-writer {
		/*margin-bottom: 10px;*/
		font-size: 1.2rem;
		color: #666;
	}
	.cardbox .post-writer .img-box {
		display: inline-block;
		vertical-align: middle;
		width: 34px;
		height: 34px;
		overflow: hidden;
		border-radius: 50%;
		border: 2px solid #3DA414;
		margin-right: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cardbox .post-writer .writer-name {
		display: inline-block;
		vertical-align: middle;
	}
	.cardbox .post-category span {
		color: #fff;
		font-size: 1.2rem;
		background-color: #3DA414;
		padding: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.cardbox .highway-info {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.archivebox {
		position: relative;
	}




/* = purpose
-------------------------------------------------------------- */

.purpose {
	padding-bottom: 25px;
}
.purpose .sec-title {
	margin-bottom: 45px;
}
.purpose ul{
	text-align: center;
	font-size: 0;
}

.purpose li{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.purpose li:not(:last-child) {
	margin-right: 3.75%;
}

.purpose li a{
	background: none;
}

.purpose li a:hover img{
	opacity: 0.7;
}

.purpose li img{
	width: 100%;
}



/* = slick
-------------------------------------------------------------- */
.slide-arrows {
	display: block;
}
.slide-arrows button {
	display: none !important;
}
.slide-arrows .arrow {
	position: absolute;
	top: 30%;
	width: 35px;
    height: 35px;
	border-radius: 50%;
	background: rgba(61,164,20,.7);
}
.slide-arrows .arrow::before {
	content: '';
}
.slide-arrows .slick-prev {
	left: 15px;
}
.slide-arrows .slick-next {
	right: 15px;
}
.slide-arrows .arrow > span {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.slide-arrows .arrow > span::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slide-arrows .slick-prev > span::before {
	border-bottom: 3px solid white;
	border-left: 3px solid white;
	left: 15px;
}
.slide-arrows .slick-next > span::before {
	border-top: 3px solid white;
	border-right: 3px solid white;
	right: 15px;
}
.slick-slide {
	margin: 0 10px !important;
}
/* = 記事一覧 縦並び
-------------------------------------------------------------- */
.tandem-box {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.tandem-box li {
	width: 90%;
	/*max-width: 540px;*/
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #3e3a39;
	/*border-bottom: 1px solid #e2e2c6;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*.tandem-box li:first-child {
	border-top: 1px solid #e2e2c6;
	}*/
/*.tandem-box li:nth-child(2n) {
	background: #E2F5DB;
	}*/
	.tandem-box li:last-child {
		border-bottom: 0;
	}
	.tandem-box li a {
		display: block;
		font-size: 0;
	}
	.tandem-box li .img {
		float: left;
		margin-right: 10px;
		position: relative;
	}
	.tandem-box li .img .play-btn::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgba(256,256,256,.8);
		display: block;
	}
	.tandem-box li .img .play-btn::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		margin: auto;
		margin-left: -6px;
		width: 0;
		height: 0;
		border-left: 18px solid rgba(0,0,0,.6);
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
	}
	.tandem-box li .txt-box {
		float: right;
		width: 100%;
		margin-left: -120px;
		font-size: 1.5rem;
		box-sizing: border-box;
		display: block;
	}
	.tandem-box li .txt-box .inner {
		display: block;
		margin-left: 112px;
	}
	.tandem-box li .txt-box .inner .post-date{
		font-size: 16px;
	}
	.tandem-box li .txt-box .title {
		font-size: 1.4rem;
		line-height: 1.4;
		display: block;
	}
	.tandem-box li .txt-box .writer {
		display: block;
		color: #888;
		font-size: 1rem;
	}
/* = Popular Posts
-------------------------------------------------------------- */
#ranking-box {
	padding-top: 18.75%;
	padding-bottom: 11.7%;
	background: #fafaf7;
}
#ranking-box .sec-title img {
	width: 276px;
	max-width: 44%;
}
#ranking-box .content-width {
	padding-left: 5.5%;
	padding-right: 5.5%;
}
#ranking-box li {
	position: relative;
	border-bottom: 0;
	/*max-width: 580px;*/
	padding: 0;
	margin-bottom: 30px;
	width: 46.9%;
	display: inline-block;
	vertical-align: top;
	overflow: visible;
}
#ranking-box li:nth-child(2n) {
	margin-right: 6.2%;
}

#ranking-box li:nth-child(1) {
	width: 100%;
}
#ranking-box li:nth-child(1)::after {
	content: '';
	display: block;
	width: 20.5%;
	height: 21.25%;
	position: absolute;
	top: -14.4%;
	left: -5.2%;
	z-index: 0;
	background: url('./images/i_crown_sp.png') no-repeat scroll top left /contain;
}
#ranking-box li a {
	position: relative;
	z-index: 1;
}
#ranking-box li .img {
	float: none;
	width: 100%;
	height:32%;
	overflow: hidden;
	display: block;
}
#ranking-box li:nth-child(1) .img {
	height: auto;
}
#ranking-box li .img img {
	margin-top: -10px;
}
#ranking-box li:nth-child(1) .img img {
	margin-top: 0;
	width: 100%;
}
#ranking-box li .txt-box {
	margin-top: 25px;
}
#ranking-box li .txt-box .inner {
	margin-left: 0;
}
#ranking-box li .txt-box .title {
	position: relative;
	padding-left: 62px;
	font-size: 1.1rem;
	font-weight: bold;
}
#ranking-box li .txt-box .title::before {
	position: absolute;
	margin-top: -8px;
	left: 0;
}
#ranking-box li:nth-child(1) .txt-box .title {
	font-size: 2.2rem;
}
#ranking-box li:nth-child(1) .txt-box .title::before {
	content: url('./images/rank_num_01_sp.png');
}
#ranking-box li:nth-child(2) .txt-box .title::before {
	content: url('./images/rank_num_02_sp.png');
}
#ranking-box li:nth-child(3) .txt-box .title::before {
	content: url('./images/rank_num_03_sp.png');
}
#ranking-box li:nth-child(4) .txt-box .title::before {
	content: url('./images/rank_num_04_sp.png');
}
#ranking-box li:nth-child(5) .txt-box .title::before {
	content: url('./images/rank_num_05_sp.png');
}
#ranking-box li .txt-box .writer {
	text-align: right;
	margin-top: .3em;
	padding-left: 62px;
}
#ranking-box li:nth-child(1) .txt-box .writer {
	font-size: 1.5rem;
}

/* = writer-box
-------------------------------------------------------------- */
#writer-box .sec-title img {
	max-width: 38%;
}
.writer-list {
	font-size: 0;
}
.writer-list .writer {
	/*min-height: 280px;*/
	margin-bottom: 60px;
	position: relative;
}
.writer-list .writer .img-box {
	border-radius: 50%;
	border: 5px solid #159f3c;
	position: absolute;
	/*top: 10px;*/
	left: 0;
	width: 23.4%;
}
.writer-list .writer .img-box img {
	border-radius: 50%;
}
.writer-list .writer .txt-box {
	padding-left: 30%;
}
.writer-list .writer .txt-box .writer-name {
	color: #159f3c;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
.writer-list .writer .txt-box .writer-profile {
	font-size: 1.3rem;
}
#writer-box .btn-wrap {
	margin-top: 40px;
}
#writer-box .btn {
	color: #189f3f;
	border: 2px solid #189f3f;
	max-width: 400px;
}
#writer-box .btn::before {
	border-color: #189f3f;
}

/* = PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
	padding-top: 20px;
}
.wp-pagenavi span, .wp-pagenavi a {
	width: 32px;
	height: 32px;
    font-size: 1.1rem;
    line-height: 35px;
	border: 2px solid #21873b;
	margin: 0 .5rem;
}
.wp-pagenavi a {
	color: #21873b;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	color: #fff;
	background: #21873b;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	text-indent: 0;
	border: none;
	background: transparent;
	width: 32px;
	height: 32px;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	color: #21873b;
	background: transparent;
	border: none;
}
.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after {
	content: none;
}
/* = SNS
-------------------------------------------------------------- */
#sns-box {
	width: 100%;
}

#sns-box img{
	width: 100%;
}
#sns-box div {
	width: 50%;
	display: inline-block;
	float: left;
	transition: background-color .2s ease-in-out;
}
#sns-box div:nth-child(1) {
	background-color: #00b2c3;
}
#sns-box div:nth-child(1):hover {
	background-color: #00a3b4;
}
#sns-box div:nth-child(1) img {
	vertical-align: bottom;
}
#sns-box div:nth-child(2) {
	background-color: #a1c90f;
}
#sns-box div:nth-child(2):hover {
	background-color: #6fb50f;
}
#sns-box div:nth-child(2) img {
	vertical-align: bottom;
}
#sns-box div:nth-child(3) {
	background-color: #a1c90f;
}
#sns-box div:nth-child(3):hover {
	background-color: #6fb50f;
}
#sns-box div:nth-child(3) img {
	vertical-align: bottom;
}
#sns-box div:nth-child(4) {
	background-color: #00b2c3;
}
#sns-box div:nth-child(4):hover {
	background-color: #00a3b4;
}
#sns-box div:nth-child(4) img {
	vertical-align: bottom;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #sns-box {
		margin-bottom: -10px;
	} /* IE11 */
}

/* = Footer
-------------------------------------------------------------- */
#archive-latest-post {
	padding: 0 0 25px;
}
#archive-latest-post .content-width {
	padding-left: 0;
	padding-right: 0;
}

#archive-category {
	padding-bottom: 1rem;
}
#archive-category .sec-title {
	margin-bottom: 48px;
}
#archive-category ul {
	margin-bottom: 8px;
}
#archive-category ul li {
	padding-top: 0;
	border-bottom: 1px solid #3e3a39;
}
#archive-category .category-box:last-child ul li {
	border-bottom: 0;
}
#archive-category .term-name {
	position: relative;
	color: #20a1ae;
	font-size: 1.4rem;
	width: 90%;
	max-width: 540px;
	margin: 0 auto 2px;
}
#archive-category .term-name i {
	margin-right: 4px;
}
#archive-season {
	background: #fff;
	padding-bottom: 2.2rem;

}
#archive-season .sec-title {
	margin-bottom: 32px;
}
#archive-season li {
	width: 48.3%;
	margin-bottom: 15px;
}
#archive-season li:not(:nth-child(even)) {
	margin-right: 3.4%;
}
#archive-season li a,
#archive-season li a img {
	border-radius: 10px;
}
#archive-season li a {
	display: block;
	font-size: 1.8rem;
	padding: 0;
	color: #fff;
	text-align: center;
}
#archive-season li a img {
	width: 100%;
}
#archive-season li:first-child a {
	background: #F7C8CE;
}
#archive-season li:nth-child(2) a {
	background: #A2CB0F;
}
#archive-season li:nth-child(3) a {
	background: #CB380F;
}
#archive-season li:last-child a {
	background: #0FA2CB;
}
#archive-season .headline {
	padding: 8px 0;
	font-size: 1.4rem;
}

#area-box {
	padding: 14% 0;
}
#area-box .sec-title {
	margin-bottom: 32px;
}
#area-box ul li {
	width: 49%;
	margin-bottom: 2%;
	text-align: center;
}
#area-box ul {
	text-align: center;
	width: 88%;
	margin: 0 auto;
}
@media screen and (max-width: 527px) {
	#area-box ul {
		width: 100%;
	}
}
#area-box ul li {
	/*width: auto;
	margin: 12px;*/
	margin: 0;
    width: 19%;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #9F9F9F;
    border-radius: 10px;
    padding: 1.5%;
}
#area-box ul li:nth-child(4n) {
    margin-right: 0;
}
#area-box ul li a {
	/*display: inline-block;*/
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #9F9F9F;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 0px 5px #9F9F9F;
	border: dashed 1px #FFF;
}
#relate-link-box {
	padding: 17.2% 0;
	text-align: center;
	background: url('./images/bg_t_info_01.png') no-repeat scroll center center /cover;
}
#relate-link-box .sec-title {
	margin-bottom: 30px;
}
#relate-link-box .sec-title img {
	max-width: 44%;
}
#relate-link-box li {
	/*width: 32%;*/
	width: 27%;
	margin-right: 4%;
	text-align: center;
}
#relate-link-box li:last-child {
	margin-right: 0;
}
#relate-link-box li a {
	text-align: center;
	display: block;
}
#relate-link-box li .text {
	font-size: 1.1rem;
	display: block;
	padding: 4px 2px 0;
}
#present-box {
	position: relative;
	padding: 12.5% 0 8.6%;
}
#present-box .sec-title img {
	max-width: 534px;
	width: 100%;
}
#present-box #car {
	position: absolute;
	right: 8px;
	bottom: 0;
	width: 28px;
	line-height: 0;
}
#present-box .btn-wrap {
	text-align: center;
	margin-top: 7%;
}
#present-box .btn {
	display: inline-block;
	width: auto;
	padding: 8px 48px;
	color: #b8d363;
	border: 2px solid #b8d363;
	border-radius: 3px;
	/*font-size: 1.4rem;*/
	font-weight: bold;
}
#present-box .txt-box {
	text-align: center;
	font-size: 1.4rem;
}
#present-box .txt-box .deadline {
	text-align: center;
	padding-top: 9.4%;
}
.present-title {
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 6.25%;
}
/*#link-box {
	color: #fff;
	background: #21873b;
	padding: 2rem 0;
}
#link-box .sub-title {
	color: #fff;
}
#link-box .sub-title:before {
	background: #fff;
}
#link-box li {
	margin-bottom: 5px;
}
#link-box li a {
	color: #fff;
	padding-left: 20px;
	position: relative;
}
#link-box li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}*/

	#copyright {
		background: url('./images/bg_copyright2.png') no-repeat bottom center /cover;
		text-align: center;
		padding: 3px 0;
		color: #fff;
		text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	}
	#copyright a {
		display: block;
		font-size: 0.8em;
		border-top: dotted 1px white;
		border-bottom: dotted 1px white;
		width: 100px;
		padding: 0px;
	}
	#copyright .link-list {
		margin: 0 auto;
		width: 500px;
	}
	#copyright .link-list a {
		width: 220px;
		margin: 4px auto 0px auto;
		display: inline-block;
	/*
	margin: 6px 15px 0 15px;
	float: left;
	*/
}
#pagetop {
	display: none;
	position: fixed;
	/*bottom: 15px;*/
	bottom: 60px;
	right: 15px;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #255d0f;
	position: relative;
}
#pagetop a::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	width: 9px;
	height: 9px;
	margin: auto;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#share-btn-wrap {
	position: fixed;
	max-width: 640px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
}
#share-btn-wrap ul {
	table-layout: fixed;
}
#share-btn-wrap ul li {
	height: 42px;
	vertical-align: middle;
	font-size: 24px;
}
#share-btn-wrap ul li a {
	display: block;
	text-align: center;
}
#share-btn-wrap ul li a i {
	color: #fff;
}
#share-btn-wrap ul li.twitter {
	background-color: #55acee;
}
#share-btn-wrap ul li.facebook {
	background-color: #3B5998;
}
#share-btn-wrap ul li.line {
	background-color: #00c300;
	color: #fff;
}
#share-btn-wrap ul li.google-plus {
	background-color: #DD4B39;
	color: #fff;
}

@media screen and (max-width: 600px) {
	#copyright .link-list {
		width: 300px;
	}
	#copyright .link-list a {
		width: 138px;
		/*
		margin: 6px 1vw 0 1vw;
		*/
		font-size: 0.7em;
		white-space: nowrap;
	}
}

@media screen and (max-width: 480px) {
	.tandem-box li {
		padding: 10px 0;
	}
	.slide-arrows .arrow {
		top: 25%;
	}
	.cardbox {
		margin: 0 10px !important;
	}
}

@media screen and (max-width: 350px) {
	#site-title {
		width: 170px;
		margin-top: 6.5px;
	}
}
/*loader
-------------------------*/
#loader-bg {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: block;
}
#loader {
	width: 120px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px -60px;
	z-index: 9999;
	display: block;
	transform: translate3d(0,0,0);
}
/*terms
-------------------------*/
#terms {
	font-size: 1.2em;
}
#terms #container {
	padding: 2em 1em;
}
.terms-strong {
	background: none;
	border-bottom: solid 2px #a2cb0f;
}

/* archive-writer
-------------------------*/
.post-type-archive-writer .sec-title ,
.single-writer .sec-title {
	margin-top: 9%;
}
.post-type-archive-writer #writer-box .writer {
	margin-bottom: 50px;
}
.post-type-archive-writer #writer-box .btn-wrap {
	text-align: right;
	margin-top: 10px;
}
.post-type-archive-writer #writer-box .btn-wrap .btn {
	width: 180px;
	/*font-size: 1.2rem;*/
}

/* single-writer
-------------------------*/
.single-writer #wrapper {
	padding-bottom: 0;
}
.single-writer #writer-box {
	margin-bottom: 50px;
}
.single-writer #writer-box .writer .img-box,
.single-writer #writer-box .writer .img-box img {
	border-radius: 50%;
}
.single-writer #writer-box .writer .img-box {
	border: 9px solid #159f3c;
	text-align: center;
	/*max-width: 410px;
	width: 100%;*/
	width: 35%;
	margin: 0 auto;
	box-sizing: border-box;
}
.single-writer #writer-box .writer .txt-box {
	padding-top: 30px;
}
.single-writer #writer-box .writer .txt-box .writer-name {
	color: #159f3c;
	font-size: 2.4rem;
	margin-bottom: 8px;
}
.single-writer #writer-box .writer .txt-box .writer-work {
	font-size: 2rem;
	/*font-weight: bold;*/
}
.single-writer #writer-box .writer .txt-box .writer-profile .profile-title {
	color: #159f3c;
	font-size: 2rem;
	margin: 40px 0 20px;
}
.single-writer #writer-box #writer-posts {
	margin-top: 50px;
}
.single-writer #writer-box #writer-posts .writer-posts-title {
	color: #159f3c;
	font-size: 2rem;
	margin-bottom: 30px;
}
.post-list .post-box {
	width: 48.5%;
	font-size: 1.5rem;
	margin-bottom: 8%;
	margin-right: 3%;
}
.post-list .post-box:nth-child(2n) {
	margin-right: 0;
}
.post-list .post-box .img-box {
	margin-bottom: 20px;
}
.post-list .post-box .post-date {
	font-size: 1.3rem;
}
.post-list .post-box .post-title {
	font-size: 1.3rem;
	font-weight: normal;
	margin: 5px 0;
}
.post-list .post-box .info li {
	color: #159f3c;
	background: #f7f8d8;
	padding: 3px 8px;
	margin: 0 5px 4px 0;
	font-size: 1rem;
}
.single-writer #writer-box .btn {
	width: 160px;
	font-size: 1.3rem;
}

/* = PC
-------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
	.only-pc {
		display: block;
	}
	.only-sp {
		display: none;
	}
	.br-pc {
		display: inline;
	}
	.br-sp {
		display: none;
	}

	html {
		font-size: 104%;
	}
	body {
		/*min-width: 1772px;*/
		max-width: none;
	}
	.content-width {
		/*max-width: 1250px;*/
		position: relative;
		padding: 0;
	}
	.content-width.wide-width {
		max-width: 1772px;
	}
	.sec-title.img-box {
		margin: 0 0 64px;
	}

	.archivebox {
		padding-top: 90px;
		padding-bottom: 45px;
	}

	

	#site-title {
		width: 246px;
		float: none;
		margin: 0 auto;
		padding: 30px 0 50px;
	}
	#header .right {
		float: none;
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 33px;
	}
	#header .right #site-description {
		display: none;
	}

	#archive-latest-post .slick-list {
		width: 700px;
		margin: 0 auto;
		overflow: visible;
	}
	#latest-post-arrows {
		width: 710px;
		position: relative;
		margin: auto;
		top: -360px;
	}
	.slide-arrows .arrow {
		width: 55px;
	    height: 55px;
	}
	.slide-arrows .slick-prev {
		left: -20px;
	}
	.slide-arrows .slick-next {
		right: -20px;
	}
	.slide-arrows .slick-prev > span::before,
	.slide-arrows .slick-next > span::before {
	    width: 15px;
	    height: 15px;
	    margin-top: -9px;
		border-width: 5px;
	}
	.slide-arrows .slick-prev > span::before {
		left: 21px;
	}
	.slide-arrows .slick-next > span::before {
		right: 21px;
	}

	.cardbox .txt-box {
		padding: 22px 15px;
	}
	.cardbox .post-date {
		font-size: 1.4rem;
	}
	.cardbox .entry-title {
		font-size: 1.8rem;
		/*margin: 10px 0 10px;*/
	}
	.cardbox .post-writer .img-box {
		width: 60px;
		height: 60px;
		border-width: 3px;
		margin-right: 20px;
	}
	.cardbox .post-writer {
		font-size: 1.4rem;
	}

	#ranking-box {
		padding: 80px 0 50px;
	}
	#ranking-box .content-width {
		padding: 0;
	}
	#ranking-box .sec-title {
		margin-bottom: 118px;
	}
	#ranking-box li {
		float: left;
		/*width: 280px;*/
		width: 22%;
		clear: none;
	}
	#ranking-box li:nth-child(1) {
		/*width: 100%;
		margin-right: 64px;*/
		width: 48%;
    	margin-right: 4%;
	}
	#ranking-box li:nth-child(1)::after {
		/*content: url(./images/i_crown_pc.png);
		top: -182px;
		left: -162px;
		background: none;*/
		content: "";
        top: -15%;
    	left: -14%;
	    background: url(./images/i_crown_pc.png) no-repeat;
	    background-size: contain;
	    width: 25%;
	    height: 170px;
	}
	@media screen and (min-width: 1001px) and (max-width: 1400px) {
	#ranking-box li:nth-child(1)::after{
		left: -5%;
		top: -20%;
	}
	}
	#ranking-box li:nth-child(2n) {
		/*margin-right: 38px;*/
		margin-right: 4%;
	}
	#ranking-box li .img {
		height: 210px;
	}
	#ranking-box li:nth-child(1) .img {
		height: auto;
	}
	#ranking-box li .img img {
		width: 100%;
		margin-top: -12px;
	}
	#ranking-box li:nth-child(1) .img img {
		margin-top: 0;
	}
	#ranking-box li .txt-box .title {
		padding-left: 62px;
		font-size: .9rem;
	}
	#ranking-box li:nth-child(1) .txt-box .title {
		font-size: 2rem;
	}
	#ranking-box li .txt-box .title::before {
		margin-top: -6px;
	}
	#ranking-box li .txt-box .writer {
		font-size: .9rem;
	}
	#ranking-box li:nth-child(1) .txt-box .writer {
		font-size: 1.3rem;
		margin-top: .5em;
	}
	#ranking-box li:nth-child(1) .txt-box .title::before {
		content: url('./images/rank_num_01_pc.png');
	}
	#ranking-box li:nth-child(2) .txt-box .title::before {
		content: url('./images/rank_num_02_pc.png');
	}
	#ranking-box li:nth-child(3) .txt-box .title::before {
		content: url('./images/rank_num_03_pc.png');
	}
	#ranking-box li:nth-child(4) .txt-box .title::before {
		content: url('./images/rank_num_04_pc.png');
	}
	#ranking-box li:nth-child(5) .txt-box .title::before {
		content: url('./images/rank_num_05_pc.png');
	}

	.writer-list {
		position: relative;
		z-index: 1;
	}
	.writer-list .writer {
		/*display: inline-block;
		vertical-align: top;*/
		float: left;
		width: 47%;
		margin-bottom: 30px;
	}
	/*.writer-list .writer:nth-child(2n-1) {
		margin-right: 7%;
	}*/
	.writer-list .writer:nth-child(2n) {
		float: right;
	}
	.writer-list .writer .img-box {
		top: 0;
	}
	.writer-list .writer .txt-box {
		padding-top: 25px;
	}
	.writer-list .writer .txt-box .writer-name {
		/*font-size: 1.2rem;*/
		font-size: 1.16rem;
		margin-bottom: 10px;
	}
	.writer-list .writer .txt-box .writer-profile {
		font-size: 0.9rem;
	}
	#writer-box .btn {
		font-size: 1.2rem;
		padding: 10px 0;
	}

	/*#archive-purpose,
	#area-box {
		width: 854px;
	}
	#archive-purpose {
		float: left;
	}*/
	#area-box {
		float: right;
		padding: 91px 0 110px;
	}

	#archive-purpose .sec-title,
	#area-box .sec-title {
		margin-bottom: 50px;
	}

	#archive-purpose .sec-title img,
	#area-box .sec-title img{
		width: 100%;
	}

	#archive-purpose .sec-title {
		padding-top: 3px;
	}

	#area-box ul {
		width: 97%;
	}
	#area-box ul li {
		/*margin: 8px 15px 25px;*/
		margin: 0;
		width: 19%;
		margin-right: 4%;
		margin-bottom: 4%;
	    background: #9F9F9F;
	    border-radius: 10px;
	    padding: 1.5%;
	}
	#area-box ul li:nth-child(4n){
		margin-right: 0;
	}
	#area-box ul li a {
		font-size: 1.8rem;
	    display: block;
	    padding: 0.3em 0;
	    text-decoration: none;
	    background: #9F9F9F;
	    color: #FFF;
	    border: dashed 1px #FFF;
	    border-radius: 10px;
	}

	.purpose li {
		/*width: auto;*/
		width: 21.5%;
		margin-right: 2%;
	}

	.purpose li:not(:last-child){
		margin-right: 4%;
	}

	.purpose li:last-child{
		margin-right: 0;
	}

	#about-box {
		background: #f9fae2;
		padding: 100px 0;
		text-align: center;
	}
	#about-box .sec-title {
		margin-bottom: 80px;
	}
	#about-box .sec-title > * {
		vertical-align: middle;
	}
	#about-box .sec-title .txt {
		margin-left: 20px;
		font-size: 1.8rem;
	}
	#about-box p {
		margin-bottom: 1.5em;
		font-size: 1.2rem;
	}
	#about-box .logo-wrap {
		margin-top: 80px;
	}
	#about-box .logo-wrap > li {
		vertical-align: middle;
	}
	#about-box .i_cross {
		width: 110px;
		height: 40px;
		margin: 0 auto;
		position: relative;
	}
	#about-box .i_cross::before,
	#about-box .i_cross::after {
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 24px;
		height: 2px;
		content: "";
		background-color: #777;
	}
	#about-box .i_cross::before {
		transform: rotate(315deg);
	}
	#about-box .i_cross::after {
		transform: rotate(-315deg);
	}

	#relate-link-box {
		/*background: url('./images/bg_t_info_01.png') no-repeat scroll center center /cover;*/
		padding: 140px 0;
	}
	#relate-link-box .sec-title {
		margin-bottom: 44px;
	}
	#relate-link-box li .text {
		font-size: 1rem;
		padding-top: 8px;
	}

	#archive-latest-post {
		padding: 0 0 105px;
	}

	#archive-season {
		padding-bottom: 80px;
	}
	#archive-season .sec-title {
		margin-bottom: 62px;
	}
	#archive-season li,
	#archive-season li:not(:nth-child(even)) {
		/*width: 396px;
		margin-right: 62px;*/
		margin-bottom: 0;
		width: 22.7%;
    	margin-right: 3%;
	}
	#archive-season li:last-child {
		margin-right: 0;
	}
	#archive-season li a,
	#archive-season li a img {
		border-radius: 15px;
	}

	#present-box {
		padding: 100px 0;
	}
	#present-box .sec-title {
		float: left;
		width: 54.5%;
		margin-bottom: 0;
	}
	#present-box .txt-box {
		float: right;
		width: 37.2%;
		text-align: left;
	}
	#present-box .txt-box .deadline {
		text-align: left;
		margin-top: 70px;
		padding-top: 0;
	}
	#present-box .btn-wrap {
		margin-top: 100px;
		padding: 0;
	}
	#present-box .btn {
		/*padding: 12px 80px;*/
		padding: 10px 70px;
    	font-size: 1.2rem;
	}
	#present-box .btn::before {
		border-width: 4px;
		width: 10px;
		height: 10px;
		right: 30px;
	}

	#sns-box > div {
		width: 25%;
		text-align: center;
	}
	#sns-box div:nth-child(3) {
		background-color: #00b2c3;
	}
	#sns-box div:nth-child(3):hover {
		background-color: #00a3b4;
	}
	#sns-box div:nth-child(4) {
		background-color: #a1c90f;
	}
	#sns-box div:nth-child(4):hover {
		background-color: #6fb50f;
	}

	#copyright {
		padding: 30px 50px;
		text-align: left;
	}
	#copyright .link-list {
		float: left;
		width: 50%;
	}
	#copyright .link-list a {
		margin: 0 45px 0 0;
		font-size: 14px;
		width: 200px;
		border-top-style: dashed;
		border-bottom-style: dashed;
		padding: 4px 0;
		text-align: center;
	}
	#copyright .link-list a:last-child {
		margin-right: 0;
	}
	#copyright small {
		float: right;
		width: 50%;
		font-size: 14px;
		margin-top: 10px;
		text-align: right;
	}

	/* archibe
	-------------------------*/
	.archive .archive-title,
	.error404 .entry-title,
	.search .archive-title {
		padding-top: 0;
	}
	.sub-title {
		margin-bottom: 100px;
	}

	/* single
	-------------------------*/
	.single .mv-width {
		width: 800px;
		margin-bottom: 80px;
	}
	.single .content-group .img-box {
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}
	.single .post-date,
	.single .post-writer .writer-name,
	.single .content-group {
		font-size: 1.2rem;
	}
	.single .catlist a, 
	.single .catlist span,
	.single .entry-meta .highway-info span {
		font-size: 1.1rem;
	}
	.single .mv-width .slick-slide {
		margin: 0 !important;
	}
	.single .mv-width img {
		width: 100%;
	}
	.single #mv-nav {
		margin: 0;
	}
	.single #mv-nav .nav-img {
		width: 23.5% !important;
	}
	.single #wrapper {
		padding-bottom: 0;
	}
	.single #share-btn-wrap {
		display: none;
	}
	.single #root-flow {
		padding-top: 0;
	}
	.single #root-flow .sec-title {
		margin-bottom: 0;
	}
	.single #root-flow .sub-title {
		margin-bottom: 30px;
	}
	.single #writer .writer-name {
		font-size: 1.4rem;
	}

	/* archive-writer
	-------------------------*/
	.post-type-archive-writer #main {
		padding-bottom: 124px;
	}
	.post-type-archive-writer #wrapper {
		padding-bottom: 0;
	}
	.post-type-archive-writer .sec-title {
		margin-top: 60px;
		margin-bottom: 140px;
	}
	.post-type-archive-writer #writer-box .writer .txt-box {
		padding-top: 10px;
	}
	.post-type-archive-writer #writer-box .writer .txt-box .writer-profile {
		font-size: .8rem;
	}
	.post-type-archive-writer #writer-box .btn-wrap {
		margin-top: 30px;
	}
	.post-type-archive-writer #writer-box .btn {
		font-size: 0.8rem;
		padding: 5px 0;
		width: 160px;
	}
	.post-type-archive-writer .wp-pagenavi {
		padding-top: 100px;
	}

	/* single-writer
	-------------------------*/
	.single-writer .sec-title {
		margin-top: 60px;
		margin-bottom: 110px;
	}
	.single-writer #writer-box .writer {
		/*width: 1000px;*/
		width: 900px;
		margin: auto;
	}
	.single-writer #writer-box .writer > .img-box {
		float: left;
	}
	.single-writer #writer-box .writer > .txt-box {
		float: right;
		/*width: 460px;*/
		width: 55%;
	}
	.single-writer #writer-box .writer .txt-box .writer-name {
		/*font-size: 2.6rem;*/
		font-size: 2rem;
	}
	.single-writer #writer-box .writer .txt-box .writer-work,
	.single-writer #writer-box .writer .txt-box .writer-profile .profile-title,
	.single-writer #writer-box #writer-posts .writer-posts-title {
		/*font-size: 1.6rem;*/
		font-size: 1.4rem;
	}
	.single-writer #writer-box .writer .txt-box .writer-profile {
		/*font-size: 1.2rem;*/
		font-size: 0.9rem;
	}
	.single-writer #writer-box #writer-posts {
		margin-top: 100px;
	}
	.single-writer #writer-box #writer-posts .writer-posts-title {
		margin-bottom: 50px;
	}
	.post-list .post-box,
	.post-list .post-box:nth-child(2n) {
		width: 21.5%;
		margin-right: 4.6%;
		margin-bottom: 70px;
	}
	.post-list .post-box:nth-child(4n) {
		margin-right: 0;
	}
	.post-list .post-box .post-date,
	.post-list .post-box .post-title {
		font-size: 1rem;
	}
	.post-list .post-box .post-title {
		margin-bottom: 10px;
	}
	.post-list .post-box .info li {
		font-size: .8rem;
	}
	.single-writer #writer-box .btn {
		font-size: 1.1rem;
	}
	.single-writer #writer-box {
		margin-bottom: 200px;
	}



/*---------------------------- 0801追加 */

.archive_block{
	width: 90%;
	margin: 0 auto;
}

.archive_box{
	width: 48%;
	float: left;
}

/*.archive_box li{
	width: 23.5%;
    margin-right: 2% !important;
}

.archive_box li:last-child{
	margin-right: 0 !important;
}*/


}


@media screen and (min-width: 641px) and (max-width: 1300px) {

.content-width{
	width: 95%;
}

#writer-box .content-width{
	width: 80%;
}

/*.writer-list .writer{
	min-height: 200px;
}
*/
.archive_block{
	width: 95%;
	margin: 0 auto;
}

.post-type-archive-writer #writer-box .btn-wrap .btn{
	font-size: 1.2rem;
}

}



@media screen and (min-width: 769px) and (max-width: 1024px) {

#writer-box .content-width{
	width: 66%;
}

.single-writer #writer-box .writer{
	width: auto;
}

.writer-list .writer{
	min-height: auto;
	margin-bottom: 20px;
}

.archive_box{
	width: auto;
	float: none;
}

#area-box{
	float: none;
}

}




@media screen and (max-width: 640px) {

.content-width{
	width: 95%;
}

.archive_block{
	width: 95%;
	margin: 0 auto;
}

#relate-link-box li{
	width: 32%;
    margin-right: 2%;
}

#relate-link-box li .text{
	font-size: 1rem;
}

.writer-list .writer{
	min-height: auto;
}

.writer-list .writer .img-box{
	border: 4px solid #159f3c;
}

.single-writer #writer-box .writer .img-box{
	border: 4px solid #159f3c;
}


#pagetop{
	bottom: 40px;
    right: 5px;
}

#pagetop a{
	width: 30px;
    height: 30px;
}

#pagetop a::before{
	width: 8px;
    height: 8px;
    top: 13px;
}

}
