@charset "utf-8";
/**
/* トップページ CSS
----------------------------------------------- */
/*　　お知らせ　　*/
.frontWrap .news-guide .box-grid{
	align-items: center;
	padding: 30px;
}
.frontWrap .news-guide .ttl-box{
	width: 180px;
}
.frontWrap .news-guide .ttlArea{
	margin-bottom: 30px;
}
.frontWrap .news-guide .ttlArea::after{
	bottom: -30px;
}
.frontWrap .news-guide .ttlArea .h2-ttl{
	font-size: 20px;
}
.frontWrap .news-guide .ttlArea .roma{
	font-size: 52px;
}
.frontWrap .news-guide .news-list{
	width: calc(100% - 180px);
	padding-left: 30px;
}
.frontWrap .news-guide .news-list .block_btn{
	display: none;
}
@media only screen and (max-width: 735px) {
	.frontWrap .news-guide .box-grid{
		padding: 8% 5%;
	}
	.frontWrap .news-guide .ttl-box{
		width: 100%;
	}
	.frontWrap .news-guide .ttlArea{
		margin-bottom: 30px;
	}
	.frontWrap .news-guide .ttlArea .h2-ttl{
		font-size: 5.4vw;
	}
	.frontWrap .news-guide .ttlArea .roma{
		font-size: 8vw;
	}
	.frontWrap .news-guide .ttl-box .block_btn{
		display: none;
	}
	.frontWrap .news-guide .news-list{
		width: 100%;
		padding-left: 0;
	}
	.frontWrap .news-guide .news-list .block_btn{
		display: block;
		margin-top: 8%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.frontWrap .news-guide .box-grid{
		padding: 20px;
	}
	.frontWrap .news-guide .ttl-box{
		width: 180px;
	}
	.frontWrap .news-guide .ttlArea{
		margin-bottom: 30px;
	}
	.frontWrap .news-guide .ttlArea::after{
		bottom: -30px;
	}
	.frontWrap .news-guide .ttlArea .h2-ttl{
		font-size: 16px;
	}
	.frontWrap .news-guide .ttlArea .roma{
		font-size: 36px;
	}
	.frontWrap .news-guide .news-list{
		width: calc(100% - 180px);
		padding-left: 20px;
	}
}
/*　　スケールスポーツ（商標登録済）とは？　　*/
.about-guide .about-grid .ttlArea .h2-ttl{
	font-size: 23px;
}
.about-guide .about-grid .ttlArea .h2-ttl span{
	font-size: 14px;
}
.about-guide .about-grid .contentArea p{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.4;
	margin-bottom: 40px;
}
.about-guide .about-grid .contentArea p:last-child{
	margin-bottom: 0;
}
.about-guide .about-grid .contentArea p strong{
	font-size: 23px;
}
@media only screen and (max-width: 735px) {
	.about-guide .about-grid .ttlArea .h2-ttl{
		font-size: 4.2vw;
	}
	.about-guide .about-grid .ttlArea .h2-ttl span{
		font-size: 3.26vw;
	}
	.about-guide .about-grid .contentArea p{
		text-align: left;
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.about-guide .about-grid .contentArea p strong{
		display: block;
		text-align: center;
		font-size: 4.6vw;
		line-height: 1.4;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.about-guide .about-grid .ttlArea .h2-ttl{
		font-size: 20px;
	}
	.about-guide .about-grid .ttlArea .h2-ttl span{
		font-size: 12px;
	}
	.about-guide .about-grid .contentArea p{
		text-align: center;
		font-size: 15px;
		margin-bottom: 30px;
	}
	.about-guide .about-grid .contentArea p strong{
		font-size: 20px;
	}
}
/*　　商品紹介　　*/
.product-guide .product-grid .ttlArea{
	margin-bottom: 90px;
}
.product-guide .product-grid .p-text{
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}
.product-guide .product-list .product-items{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.product-guide .product-list .product-items:nth-child(3n){
	margin-right: 0;
}
.product-guide .product-list .product-items .imgArea{
	position: relative;
	overflow: hidden;
	padding-top: 70%;
	margin-bottom: 15px;
}
.product-guide .product-list .product-items .imgArea img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-guide .product-list .product-items h3{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.product-guide .product-list .product-items .comment p{
	font-size: 14px;
}
.product-guide .product-grid .block_btn{
	margin-top: 40px;
}
.product-guide .product-grid .p-note{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.product-guide .product-grid .p-note img{
	max-width: 170px;
}
@media only screen and (max-width: 735px) {
	.product-guide .product-grid .ttlArea{
		margin-bottom: 40px;
	}
	.product-guide .product-grid .p-text{
		font-size: 3.6vw;
		margin-bottom: 8%;
	}
	.product-guide .product-list .product-items{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 8%;
	}
	.product-guide .product-list .product-items:nth-child(3n){
		margin-right: 4%;
	}
	.product-guide .product-list .product-items:nth-child(2n){
		margin-right: 0;
	}
	.product-guide .product-list .product-items .imgArea{
		margin-bottom: 3%;
	}
	.product-guide .product-list .product-items h3{
		font-size: 3.8vw;
		margin-bottom: 2%;
	}
	.product-guide .product-list .product-items .comment p{
		font-size: 3.4vw;
	}
	.product-guide .product-grid .block_btn{
		margin-top: 5%;
	}
	.product-guide .product-grid .p-note{
		font-size: 3.6vw;
		margin-top: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.product-guide .product-grid .ttlArea{
		margin-bottom: 60px;
	}
	.product-guide .product-grid .p-text{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.product-guide .product-list .product-items{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.product-guide .product-list .product-items .imgArea{
		margin-bottom: 10px;
	}
	.product-guide .product-list .product-items h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.product-guide .product-list .product-items .comment p{
		font-size: 13px;
	}
	.product-guide .product-grid .block_btn{
		margin-top: 30px;
	}
	.parts-guide .parts-grid .p-note{
		font-size: 15px;
		margin-top: 10px;
	}
}
/*　　部品購入　　*/
.parts-guide .parts-grid .box-grid{
	padding: 80px 35px;
}
.parts-guide .parts-grid .p-text{
	font-size: 16px;
	text-align: center;
}
.parts-guide .parts-grid .p-note{
	font-size: 16px;
	text-align: center;
	margin-bottom: 60px;
}
.parts-guide .parts-grid .p-note img{
	max-width: 170px;
}
.parts-guide .parts-grid .parts-nav{
	position: relative;
	width: 71%;
}
.parts-guide .parts-grid .parts-nav .parts-img{
	text-align: center;
}
.parts-guide .parts-grid .parts-nav .parts-btn li{
	position: absolute;
	width: 20.6%;
    height: 21.7%;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li a{
	text-indent: -99999em;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link1{
	top: 15.6%;
	right: 9%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link2{
	top: 40%;
	right: 0;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link3{
	top: 62.4%;
	right: 9%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link4{
	bottom: 0;
	right: 26.5%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link5{
	bottom: 0;
	left: 29%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link6{
	top: 62.4%;
	left: 9.5%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link7{
	top: 40%;
	left: 0;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link8{
	top: 15.6%;
	left: 8.5%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link9{
	top: 0;
	left: 28%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.link10{
	top: 0;
	right: 27.5%;
}
.parts-guide .parts-grid .parts-nav .parts-btn li.coming-soon{
	border-radius: 100%;
	padding: 16px;
	background: rgba(0,0,0,0.6);
	/* 以下のFlexboxで文字を中央寄せ */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}
.parts-guide .parts-grid .parts-sub-nav{
	width: 29%;
	padding-left: 30px;
}
.parts-guide .parts-grid .parts-sub-nav li + li{
	margin-top: 16px;
}
.parts-guide .parts-grid .parts-sub-nav li a{
	position: relative;
	display: block;
	background: rgb(28,28,28);
	background: linear-gradient(135deg, rgba(28,28,28,1) 0%, rgba(74,74,74,1) 100%);
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	border: 2px solid #F4EFEA;
	padding: 11px 10px 12px 15px;
	border-radius: 6px;
	box-shadow: 0px 4px 0px rgba(0,0,0,0.16);
}
.parts-guide .parts-grid .parts-sub-nav li a::after{
	content: "";
	display: block;
	position: absolute;
	background: url(../image/arrow_w.png) no-repeat;
	background-size: cover;
	top: calc(50% - 9.5px);
	right: 10px;
	width: 19px;
	height: 19px;
}
/* モーダル */
body.fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal{
	visibility: hidden;
	overflow-y: scroll;
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal.is-active{
	visibility: visible;
	display: block;
}
.modal-bg{
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.modal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	background: #ffffff;
	padding: 40px 40px 30px 40px;
	border: 2px solid #D9612D;
	border-radius: 20px;
}
.modal-content h3{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.modal-content h3:before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 90px;
	height: 4px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	background-color: #EA5711;
	border-radius: 50px;
}
.modal-content .linkArea{
	position: relative;
}
.modal-content .linkArea .imgArea img{
	width: 100%;
}
.modal-content .modal-link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.modal-content .modal-link li{
	background: rgba(234, 81, 17, 0.5);
	width: 32%;
	display: table;
	text-align: center;
}
.modal-content .modal-link li.wide{
	background: transparent;
	width: 100%;
	display: table;
	text-align: center;
}
.modal-content .modal-link li a{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: 19px;
	font-weight: 700;
	color: #ffffff;
}
.modal-content .block_btn{
	margin-top: 30px;
}
.modal-content .block_btn .btn{
	border-radius: 10px;
	text-align: center;
	font-size: 19px;
}
.modal-content .block_btn .btn::before{
	content: none;
}
.modal-content .js-modal-close{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #EA5711;
	border-radius: 50%;
	cursor: pointer;
}
.modal-content .js-modal-close i{
	font-size: 19px;
	color: #ffffff;
}
@media only screen and (max-width: 735px) {
	.parts-guide .parts-grid .box-grid{
		padding: 10% 5%;
	}
	.parts-guide .parts-grid .p-text{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.parts-guide .parts-grid .p-note{
		font-size: 3.6vw;
		margin-bottom: 8%;
	}
	.parts-guide .parts-grid .parts-nav{
		width: 100%;
	}
	.parts-guide .parts-grid .parts-nav .parts-btn li.coming-soon{
	    font-size: 3.2vw;
	}
	.parts-guide .parts-grid .parts-sub-nav{
		width: 100%;
		padding-left: 0;
		margin-top: 6vw;
	}
	.parts-guide .parts-grid .parts-sub-nav li + li{
		margin-top: 2vw;
	}
	.parts-guide .parts-grid .parts-sub-nav li a{
		font-size: 4vw;
		padding: 3vw;
		box-shadow: 0px 3px 0px rgba(0,0,0,0.16);
	}
	.parts-guide .parts-grid .parts-sub-nav li a::after{
		top: calc(50% - 2.5vw);
		right: 10px;
		width: 5vw;
		height: 5vw;
	}
	.modal-content{
		width: 80%;
		padding: 5%;
		border-radius: 10px;
	}
	.modal-content h3{
		font-size: 5vw;
		margin-bottom: 8%;
	}
	.modal-content h3:before{
		bottom: -5px;
		width: 60px;
		height: 2px;
	}
	.modal-content .modal-link{
		padding: 3%;
	}
	.modal-content .modal-link li a{
		font-size: 3.8vw;
	}
	.modal-content .block_btn{
		margin-top: 5%;
	}
	.modal-content .block_btn .btn{
		font-size: 3.8vw;
	}
	.modal-content .js-modal-close{
		top: -10px;
		right: -10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.modal-content .js-modal-close i{
		font-size: 16px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.parts-guide .parts-grid .box-grid{
		padding: 60px 20px;
	}
	.parts-guide .parts-grid .p-text{
		font-size: 15px;
	}
	.parts-guide .parts-grid .p-note{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.parts-guide .parts-grid .parts-nav{
		width: 68%;
	}
	.parts-guide .parts-grid .parts-nav .parts-btn li.coming-soon{
	    font-size: 15px;
	}
	.parts-guide .parts-grid .parts-sub-nav{
		width: 32%;
		padding-left: 15px;
	}
	.parts-guide .parts-grid .parts-sub-nav li + li{
		margin-top: 12px;
	}
	.parts-guide .parts-grid .parts-sub-nav li a{
		font-size: 16px;
	}
	.modal-content{
		width: 80%;
		padding: 30px 30px 20px 30px;
	}
	.modal-content h3{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.modal-content h3:before{
		bottom: -5px;
		width: 80px;
		height: 3px;
	}
	.modal-content .modal-link{
		padding: 15px;
	}
	.modal-content .modal-link li a{
		font-size: 17px;
	}
	.modal-content .block_btn{
		margin-top: 20px;
	}
	.modal-content .block_btn .btn{
		font-size: 17px;
	}
	.modal-content .js-modal-close{
		top: -10px;
		right: -10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.modal-content .js-modal-close i{
		font-size: 17px;
	}
}
/*　　裾野サーキット　　*/
.bottom-circuit{
	background: url("../image/circuit_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.bottom-circuit .ttlArea::after{
	background: url(../image/ttl_icon_w.png) no-repeat;
	background-size: cover;
}
.bottom-circuit .ttlArea .h2-ttl,
.bottom-circuit .ttlArea .roma{
	color: #ffffff;
}
.bottom-circuit .contact_btn_box{
	max-width: 772px;
	background: #ffffff;
	padding: 60px;
	margin: auto;
}
.bottom-circuit .contact_btn_box .p-text{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
}
@media only screen and (max-width: 735px) {
	.bottom-circuit{
		padding: 10% 0;
	}
	.bottom-circuit .contact_btn_box{
		padding: 5%;
	}
	.bottom-circuit .contact_btn_box .p-text{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.bottom-circuit{
		padding: 60px 0;
	}
	.bottom-circuit .contact_btn_box{
		padding: 40px;
	}
	.bottom-circuit .contact_btn_box .p-text{
		font-size: 15px;
		margin-bottom: 20px;
	}
}
.sns-guide .fb-container{
	width: 500px;
	margin: auto;
}
@media only screen and (max-width: 735px) {
	.sns-guide .fb-container{
		width: 100%;
		max-width: 500px;
	}
}
/**
/* 固定ページ共通 CSS
----------------------------------------------- */
.page-guide .page-grid .entry h2{
	color: #242733;
	font-size: 21px;
	margin: 20px 0;
}
.page-guide .page-grid .entry h3{
	color: #242733;
	font-size: 19px;
	line-height: 1.4;
	border-left: 4px solid #242733;
	margin: 30px 0 10px 0;
	padding-left: 10px;
}
.page-guide .page-grid .entry h4{
	color: #242733;
	font-size: 18px;
	margin-bottom: 10px;
}
.page-guide .page-grid .entry p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.page-guide .page-grid .entry ol{
	 list-style: decimal;
	margin: 1em 0 1em 20px;
}
.page-guide .page-grid .entry ul{
	list-style: disc;
	margin: 1em 0 1em 20px;
}
.page-guide .page-grid .entry ol li,
.page-guide .page-grid .entry ul li{
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
@media only screen and (max-width: 735px) {
	.page-guide .page-grid .entry h2{
		font-size: 3.8vw;
		margin: 5% 0 2% 0;
	}
	.page-guide .page-grid .entry h3{
		font-size: 3.7vw;
		margin: 5% 0 3% 0;
		padding-left: 2%;
	}
	.page-guide .page-grid .entry h4{
		font-size: 3.6vw;
		margin-bottom: 2%;
	}
	.page-guide .page-grid .entry p{
		font-size: 3.4vw;
		margin-bottom: 3%;
	}
	.page-guide .page-grid .entry ul,
	.page-guide .page-grid .entry ol{
		margin: 1em 0 1em 5%;
	}
	.page-guide .page-grid .entry ol li,
	.page-guide .page-grid .entry ul li{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .page-grid .entry h2{
		font-size: 19px;
		margin: 15px 0;
	}
	.page-guide .page-grid .entry h3{
		font-size: 17px;
		margin: 20px 0 10px 0;
	}
	.page-guide .page-grid .entry h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.page-guide .page-grid .entry p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.page-guide .page-grid .entry ol li,
	.page-guide .page-grid .entry ul li{
		font-size: 14px;
	}
}
/**
/* 会社概要・沿革 CSS
----------------------------------------------- */
.historyWrap .history-guide .js-tab-contents{
	display: none;
}
.historyWrap .history-guide .tabs li{
	width: 25%;
	text-align: center;
}
.historyWrap .history-guide .tabs li a{
	display: block;
	font-family: 'Montserrat', sans-serif;
	color: #868686;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	border-bottom: 3px solid #D0D0D0;
	padding-bottom: 10px;
	margin: 0 3px;
}
.historyWrap .history-guide .tabs li.active a{
	border-bottom: 3px solid #D9612D;
	color: #D9612D;
}
.historyWrap .history-guide .tabs li a small{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.historyWrap .history-guide .tabs li a span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
}
.historyWrap .history-guide .js-tab-wrap{
	padding: 80px 0 0 40px;
}
.historyWrap .history-guide .history-list .history-items{
	position: relative;
	padding-left: 60px;
	padding-bottom: 80px;
}
.historyWrap .history-guide .history-list .history-items:last-child{
	padding-bottom: 0;
}
.historyWrap .history-guide .history-list .history-items::before{
	content: '';
	position: absolute;
	display: inline-block;
	top: 7px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #000000;
}
.historyWrap .history-guide .history-list .history-items h2{
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.historyWrap .history-guide .history-list .history-items h2::before{
	content: '■';
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -74px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	color: #EA5711;
	font-size: 30px;
	font-weight: 500;
}
.historyWrap .history-guide .history-list .history-items h2 small{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
}
.historyWrap .history-guide .history-list .history-items h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.historyWrap .history-guide .history-list .history-items table td{
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}
.historyWrap .history-guide .history-list .history-items table td:first-child{
	font-family: 'Montserrat', sans-serif;
	width: 80px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
.historyWrap .history-guide .history-list .history-items table td:first-child small{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	margin-left: 5px;
}
.historyWrap .history-guide .history-list .history-items .imgArea{
	margin-top: 40px;
}
.historyWrap .history-guide .history-list .history-items .imgArea ul li{
	display: inline-block;
	margin-right: 10px;
}
.historyWrap .history-guide .history-list .history-items .imgArea ul li span{
	display: block;
	position: relative;
    padding-left: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.historyWrap .history-guide .history-list .history-items .imgArea ul li span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #EA5711 transparent;
}
@media only screen and (max-width: 735px) {
	.historyWrap .history-guide .tabs li{
		width: 50%;
	}
	.historyWrap .history-guide .tabs li a{
		font-size: 4.4vw;
		padding: 10% 0 5% 0;
		margin: 0 3px;
	}
	.historyWrap .history-guide .tabs li a small{
		font-size: 3.6vw;
	}
	.historyWrap .history-guide .tabs li a span{
		font-size: 3.4vw;
	}
	.historyWrap .history-guide .js-tab-wrap{
		padding: 10% 0 0 5%;
	}
	.historyWrap .history-guide .history-list .history-items{
		padding-left: 8%;
		padding-bottom: 10%;
	}
	.historyWrap .history-guide .history-list .history-items::before{
		top: 10px;
	}
	.historyWrap .history-guide .history-list .history-items h2{
		font-size: 6vw;
		margin-bottom: 3%;
	}
	.historyWrap .history-guide .history-list .history-items h2::before{
		left: -13%;
		font-size: 6vw;
	}
	.historyWrap .history-guide .history-list .history-items h2 small{
		font-size: 4vw;
	}
	.historyWrap .history-guide .history-list .history-items h2 span{
		font-size: 3.6vw;
	}
	.historyWrap .history-guide .history-list .history-items table td{
		font-size: 3.6vw;
		padding: 3% 0;
	}
	.historyWrap .history-guide .history-list .history-items table td:first-child{
		width: 20%;
		font-size: 4.4vw;
	}
	.historyWrap .history-guide .history-list .history-items table td:first-child small{
		font-size: 3.4vw;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea{
		margin-top: 8%;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li{
		display: block;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li img{
		width: auto;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li span{
	    padding-left: 20px;
		font-size: 3.4vw;
		margin-top: 2%;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li span:before {
		border-width: 8px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.historyWrap .history-guide .tabs li a{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.historyWrap .history-guide .tabs li a small{
		font-size: 14px;
	}
	.historyWrap .history-guide .tabs li a span{
		font-size: 13px;
	}
	.historyWrap .history-guide .js-tab-wrap{
		padding: 60px 0 0 30px;
	}
	.historyWrap .history-guide .history-list .history-items{
		padding-left: 40px;
		padding-bottom: 60px;
	}
	.historyWrap .history-guide .history-list .history-items::before{
		top: 7px;
	}
	.historyWrap .history-guide .history-list .history-items h2{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.historyWrap .history-guide .history-list .history-items h2::before{
		left: -52px;
		font-size: 26px;
	}
	.historyWrap .history-guide .history-list .history-items h2 small{
		font-size: 18px;
	}
	.historyWrap .history-guide .history-list .history-items h2 span{
		font-size: 14px;
	}
	.historyWrap .history-guide .history-list .history-items table td{
		font-size: 16px;
		padding: 10px 0;
	}
	.historyWrap .history-guide .history-list .history-items table td:first-child{
		width: 70px;
		font-size: 20px;
	}
	.historyWrap .history-guide .history-list .history-items table td:first-child small{
		font-size: 13px;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea{
		margin-top: 30px;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li{
		margin-right: 5px;
	}
	.historyWrap .history-guide .history-list .history-items .imgArea ul li span{
	    padding-left: 20px;
		font-size: 13px;
	}
}
.historyWrap .profile-guide .profile-list .profile-ltems{
	margin-bottom: 60px;
}
.historyWrap .profile-guide .profile-list .profile-ltems:last-child{
	margin-bottom: 0;
}
.historyWrap .profile-guide .profile-list .profile-ltems h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.historyWrap .profile-guide .profile-list .profile-ltems h3:first-letter{
	color: #EA5711;
}
.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul{
	list-style: disc;
	margin: 0 0 0 20px;
}
.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul li{
	font-size: 16px;
	margin-bottom: 15px;
}
.historyWrap .profile-guide .profile-list .profile-ltems .contentArea p{
	font-size: 16px;
	margin-bottom: 20px;
}
.historyWrap .profile-guide .profile-list .profile-ltems .contentArea p:last-child{
	margin-bottom: 0;
}
.bottom-company{
	background: url("../image/company_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
@media only screen and (max-width: 735px) {
	.historyWrap .profile-guide .profile-list .profile-ltems{
		margin-bottom: 8%;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems h3{
		font-size: 4.6vw;
		padding-bottom: 2%;
		margin-bottom: 5%;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul{
		margin: 0 0 0 20px;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul li{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea p{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.bottom-company{
		padding: 8% 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.historyWrap .profile-guide .profile-list .profile-ltems{
		margin-bottom: 40px;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems h3{
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul{
		margin: 0 0 0 20px;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea ul li{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.historyWrap .profile-guide .profile-list .profile-ltems .contentArea p{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.bottom-company{
		padding: 60px 0;
	}
}
/**
/* SOUNDについて CSS
----------------------------------------------- */
.sound-guide .sound-list .sound-items{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
}
.sound-guide .sound-list .sound-items:nth-child(2n){
	margin-right: 0;
}
.sound-guide .sound-list .sound-items .imgArea{
	position: relative;
	overflow: hidden;
	padding-top: 70%;
	margin-bottom: 20px;
}
.sound-guide .sound-list .sound-items .imgArea img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sound-guide .sound-list .sound-items h3{
	color: #EA5711;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}
.sound-guide .sound-list .sound-items .contentArea p{
	font-size: 16px;
}
@media only screen and (max-width: 735px) {
	.sound-guide .sound-list .sound-items{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	.sound-guide .sound-list .sound-items .imgArea{
		margin-bottom: 5%;
	}
	.sound-guide .sound-list .sound-items h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.sound-guide .sound-list .sound-items .contentArea p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.sound-guide .sound-list .sound-items{
		margin-bottom: 40px;
	}
	.sound-guide .sound-list .sound-items h3{
		font-size: 18px;
	}
	.sound-guide .sound-list .sound-items .contentArea p{
		font-size: 14px;
	}
}
/**
/* 会社概要 CSS
----------------------------------------------- */
.company-guide .company-list .company-profile{
	margin-bottom: 80px;
}
.company-guide .company-list .company-profile:last-child{
	margin-bottom: 0;
}
.company-guide .company-list .company-profile h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}
.company-guide .company-list .company-profile:nth-child(odd) table.tbl-r{
	border-top: 4px solid #D9612D;
	border-bottom: 4px solid #D9612D;
}
.company-guide .company-list .company-profile:nth-child(even) table.tbl-r{
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}
.company-guide .company-list .company-profile table.tbl-r tr:last-child td{
	border-bottom: none;
}
@media only screen and (max-width: 735px) {
	.company-guide .company-list .company-profile{
		margin-bottom: 15%;
	}
	.company-guide .company-list .company-profile h3{
		font-size: 4.6vw;
		margin-bottom: 3%;
	}
	.company-guide .company-list .company-profile:nth-child(odd) table.tbl-r{
		border-top: 3px solid #D9612D;
		border-bottom: 3px solid #D9612D;
	}
	.company-guide .company-list .company-profile:nth-child(even) table.tbl-r{
		border-top: 3px solid #000000;
		border-bottom: 3px solid #000000;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.company-guide .company-list .company-profile{
		margin-bottom: 60px;
	}
	.company-guide .company-list .company-profile h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
}
/**
/* 商品カタログ CSS
----------------------------------------------- */
.catalog-guide .catalog-list .catalog-items{
	margin-bottom: 80px;
}
.catalog-guide .catalog-list .catalog-items:last-child{
	margin-bottom: 0;
}
.catalog-guide .catalog-list .catalog-items .galleryArea{
	width: 47%;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .gallery-slider{
	margin-bottom: 20px;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail .slick-track{
	width: 100%!important;
	transform: unset !important;
	margin: 0;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail-img{
	width: 32% !important;
	opacity: 0.3;
	transition: opacity .3s linear;
	margin-right: 2%;
	margin-bottom: 10px;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail-img:nth-child(3n){
	margin-right: 0;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail .slick-current{
	opacity: 1;
}
.catalog-guide .catalog-list .catalog-items .galleryArea .block_btn{
	margin-top: 40px;
	text-align: left;
}
.catalog-guide .catalog-list .catalog-items .contentArea{
	width: 53%;
	padding-left: 30px;
}
.catalog-guide .catalog-list .catalog-items .contentArea h3{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.catalog-guide .catalog-list .catalog-items .contentArea h3:first-letter{
	color: #EA5711;
}
.catalog-guide .catalog-list .catalog-items .contentArea h3 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.catalog-guide .catalog-list .catalog-items .comment h4{
	color: #EA5711;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.catalog-guide .catalog-list .catalog-items .comment p{
	font-size: 16px;
	margin-bottom: 40px;
}
.catalog-guide .catalog-list .catalog-items .contentArea p{
	font-size: 16px;
}
.catalog-guide .catalog-list .catalog-items .contentArea table{
	border: 1px solid #D0D0D0;
}
.catalog-guide .catalog-list .catalog-items .contentArea table caption{
	background: #F5F5F5;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #D0D0D0;
	border-bottom: none;
	padding: 10px;
}
.catalog-guide .catalog-list .catalog-items .contentArea table th,
.catalog-guide .catalog-list .catalog-items .contentArea table td{
	font-size: 16px;
	border: 1px solid #D0D0D0;
	padding: 10px;
	vertical-align: middle;
}
.catalog-guide .catalog-list .catalog-items .contentArea table th{
	width: 100px;
	font-weight: 700;
	text-align: center;
}
.catalog-guide .catalog-list .catalog-items .contentArea .block_btn{
	display: none;
}
.bottom-contact{
	background: url("../image/bottom_bg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.bottom-contact .contact_btn_box{
	background: #ffffff;
	padding: 60px;
}
.bottom-contact .contact_btn_box .block_btn li{
	margin: 0 20px;
}
.bottom-contact .contact_btn_box .block_btn .btn{
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.catalog-guide .catalog-list .catalog-items{
		margin-bottom: 10%;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea{
		width: 100%;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .gallery-slider{
		margin-bottom: 3%;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail-img{
		width: 32% !important;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .thumbnail-img:nth-child(3n){
		margin-right: 0;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .block_btn{
		display: none;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea h3{
		font-size: 7vw;
		padding-bottom: 1%;
		margin-bottom: 5%;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea h3 span{
		font-size: 3.6vw;
	}
	.catalog-guide .catalog-list .catalog-items .comment h4{
		font-size: 3.6vw;
		margin-bottom: 1%;
	}
	.catalog-guide .catalog-list .catalog-items .comment p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea p{
		font-size: 3.6vw;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table caption{
		font-size: 3.6vw;
		padding: 3%;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table th,
	.catalog-guide .catalog-list .catalog-items .contentArea table td{
		font-size: 3.6vw;
		padding: 3%;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table th{
		width: 30%;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea .block_btn{
		display: block;
		margin-top: 5%;
	}
	.bottom-contact{
		padding: 8% 0;
	}
	.bottom-contact .contact_btn_box{
		padding: 8% 5%;
	}
	.bottom-contact .contact_btn_box .block_btn li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.bottom-contact .contact_btn_box .block_btn li:last-child{
		margin: 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.catalog-guide .catalog-list .catalog-items{
		margin-bottom: 40px;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .gallery-slider{
		margin-bottom: 10px;
	}
	.catalog-guide .catalog-list .catalog-items .galleryArea .block_btn{
		margin-top: 30px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea{
		padding-left: 30px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea h3{
		font-size: 35px;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea h3 span{
		font-size: 15px;
	}
	.catalog-guide .catalog-list .catalog-items .comment h4{
		font-size: 15px;
		margin-bottom: 5px;
	}
	.catalog-guide .catalog-list .catalog-items .comment p{
		font-size: 15px;
		margin-bottom: 30px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea p{
		font-size: 15px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table caption{
		font-size: 15px;
		padding: 10px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table th,
	.catalog-guide .catalog-list .catalog-items .contentArea table td{
		font-size: 15px;
		padding: 10px;
	}
	.catalog-guide .catalog-list .catalog-items .contentArea table th{
		width: 100px;
	}
	.bottom-contact{
		padding: 60px 0;
	}
	.bottom-contact .contact_btn_box{
		padding: 40px;
	}
	.bottom-contact .contact_btn_box .block_btn li{
		width: 47%;
		margin: 0 0.5%;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-guide .contact-grid .p-text{
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 60px;
}
.contact-guide .form-box table th,
.contact-guide .form-box table td{
	border-bottom: 1px solid #D3D3D3;
	vertical-align: middle;
}
.contact-guide .form-box table tr:first-child th,
.contact-guide .form-box table tr:first-child td{
	border-top: 1px solid #D3D3D3;
}
.contact-guide .form-box table th{
	width: 280px;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
}
.contact-guide .form-box table th.required .ttl::before{
	content: "必須";
	color: #c8161d;
	border: 1px solid #c8161d;
	font-size: 12px;
	line-height: 1.5;
	padding: 0 5px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.contact-guide .form-box table td{
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
}
.contact-guide .form-box table td ul li{
	margin-bottom: 10px;
}
.contact-guide .form-box table td ul li:last-child{
	margin-bottom: 0;
}
.contact-guide .form-box table td ul.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.contact-guide .form-box table td ul.row li{
	width: 49%;
	margin-bottom: 0;
}
@media only screen and (max-width: 735px) {
	.contact-guide .contact-grid .p-text{
		font-size: 3.6vw;
		margin-bottom: 8%;
	}
	.contact-guide .form-box table th,
	.contact-guide .form-box table td{
		display: block;
		width: 100%;
		padding: 3% 0;
		font-size: 3.6vw;
		border: none;
	}
	.contact-guide .form-box table tr:first-child th,
	.contact-guide .form-box table tr:first-child td{
		border-top: none;
	}
	.contact-guide .form-box table th.required .ttl::before{
		font-size: 3.26vw;
		padding: 0 5px;
		margin-right: 10px;
	}
	.contact-guide .form-box table td ul li{
		margin-bottom: 3%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.contact-guide .contact-grid .p-text{
		font-size: 15px;
		margin-bottom: 40px;
	}
	.contact-guide .form-box table th{
		width: 200px;
		font-size: 15px;
		padding: 15px 0;
	}
	.contact-guide .form-box table th.required .ttl::before{
		font-size: 12px;
		padding: 0 5px;
		margin-right: 10px;
	}
	.contact-guide .form-box table td{
		font-size: 15px;
		padding: 15px;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
.news-guide .news-list .news-items{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1a1a1a;
}
.news-guide .news-list .news-items:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.news-guide .news-list .news-items dt{
	color: #616161;
	font-size: 14px;
	margin-bottom: 5px;
}
.news-guide .news-list .news-items dd h3{
	color: #EA5711;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 5px;
}
.news-guide .news-list .news-items dd p{
	font-size: 16px;
}
@media only screen and (max-width: 735px) {
	.news-guide .news-list .news-items{
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.news-guide .news-list .news-items dt{
		font-size: 3.2vw;
		margin-bottom: 3%;
	}
	.news-guide .news-list .news-items .news-category a{
		font-size: 3.4vw;
	}
	.news-guide .news-list .news-items dd h3{
		font-size: 4.2vw;
		margin-bottom: 3%;
	}
	.news-guide .news-list .news-items dd p{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.news-guide .news-list .news-items{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.news-guide .news-list .news-items dt{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.news-guide .news-list .news-items dd h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.news-guide .news-list .news-items dd p{
		font-size: 14px;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header{
	border-bottom: 2px solid #D0D0D0;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.single-guide .entry-header .entry-deta{
	display: block;
	font-size: 14px;
	color: #898989;
	margin-bottom: 5px;
}
.single-guide .entry-header h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}
.single-guide .entry-header h2:first-letter{
	color: #EA5711;
}
.single-guide .entry-body{
	margin-bottom: 60px;
}
.single-guide .entry-body h2{
	color: #242733;
	font-size: 26px;
	line-height: 1.4;
	margin: 20px 0;
}
.single-guide .entry-body h2:first-letter{
	color: #EA5711;
}
.single-guide .entry-body h3{
	font-size: 22px;
	line-height: 1.4;
	border-left: 6px solid #EA5711;
	margin: 30px 0 20px 0;
	padding-left: 10px;
}
.single-guide .entry-body h4{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.single-guide .entry-body p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin: 1em 0 1em 20px;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin: 1em 0 1em 20px;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}
.single-guide .entry-body figcaption {
	font-size: 90%;
	color: #888888;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1em 1em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1em 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	border-collapse: collapse;
}
.single-guide .page-nav .nav__item{
	position: relative;
	flex: 1;
	flex-grow: 1;
	width: 50%;
	border: 1px solid #ddd;
	list-style: none;
	flex-grow: 0.5;
	line-height: 1.8;
}
.single-guide .page-nav .nav__item + .nav__item{
    border-left: 0;
}
.single-guide .page-nav .nav__item a{
	box-sizing: border-box;
	height: 90px;
	display: flex;
	align-items: center;
}
.single-guide .page-nav .nav__item-img {
	width: 120px;
	height: 90px;
	margin: -1px;
	position: relative;
	overflow: hidden;
}
.single-guide .page-nav .nav__item-img img{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	height: 100%;
}
.single-guide .page-nav .nav__item-ttl{
	position: relative;
	width: 100%;
	flex: 1;
	padding: 0 5%;
	font-size: 15px;
	font-weight: 500;
}
.single-guide .nav__item--prev .nav__item-ttl:before{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 3%;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	line-height: 16px;
	content: "<";
}
.single-guide .nav__item--next .nav__item-ttl:after{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 3%;
	bottom: 0;
	width: 16px;
	height: 16px;
	margin: auto;
	line-height: 16px;
	content: ">";
}
.single-guide .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 735px) {
	.single-guide .entry-header{
		padding-bottom: 3%;
		margin-bottom: 8%;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 3.26vw;
	}
	.single-guide .entry-header h2{
		font-size: 4.6vw;
	}
	.single-guide .entry-body{
		margin-bottom: 8%;
	}
	.single-guide .entry-body h2{
		font-size: 4.4vw;
		margin: 3% 0;
	}
	.single-guide .entry-body h3{
		font-size: 4.2vw;
		margin: 5% 0 3% 0;
		padding-left: 3%;
	}
	.single-guide .entry-body h4{
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-body p{
		font-size: 3.6vw;
		margin-bottom: 5%;
	}
	.single-guide .entry-body ul,
	.single-guide .entry-body ol{
		margin: 1em 0 1em 5%;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 3.6vw;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4em 0.4em 1em 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4em 0 0.4em 1em;
	}
	.single-guide .page-nav .nav__item:before{
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		width: 12px;
		height: 12px;
		margin: auto;
		line-height: 1;
	}
	.single-guide .page-nav .nav__item--prev:before{
		left: 12px;
		content: "<";
	}
	.single-guide .page-nav .nav__item--next:before{
		right: 12px;
		content: ">";
	}
	.single-guide .page-nav .nav__item a{
		display: block;
		height: 50px;
		padding: 0;
		line-height: 50px;
		text-align: center;
		font-size: 3.6vw;
	}
	.single-guide .page-nav .prev-link:before{
		content: attr(data-prev);
		line-height: 50px;
		text-align: center;
	}
	.single-guide .page-nav .next-link:before{
		content: attr(data-next);
		line-height: 50px;
		text-align: center;
	}
	.single-guide .page-nav .nav__item-img,
	.single-guide .page-nav .nav__item-ttl{
		display: none;
	}
	.single-guide .block_btn{
		margin-top: 8%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.single-guide .entry-header{
		padding-bottom: 15px;
		margin-bottom: 30px;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 13px;
	}
	.single-guide .entry-header h2{
		font-size: 24px;
	}
	.single-guide .entry-body{
		margin-bottom: 40px;
	}
	.single-guide .entry-body h2{
		font-size: 22px;
		margin: 15px 0;
	}
	.single-guide .entry-body h3{
		font-size: 20px;
		margin: 20px 0 15px 0;
		padding-left: 10px;
	}
	.single-guide .entry-body h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 14px;
	}
	.single-guide .page-nav .nav__item a{
		height: 80px;
	}
	.single-guide .page-nav .nav__item-img {
		width: 110px;
		height: 80px;
	}
	.single-guide .page-nav .nav__item-ttl{
		padding: 0 6%;
		font-size: 14px;
	}
	.single-guide .nav__item--prev .nav__item-ttl:before{
		left: 3%;
		width: 14px;
		height: 14px;
		line-height: 14px;
	}
	.single-guide .nav__item--next .nav__item-ttl:after{
		right: 3%;
		width: 14px;
		height: 14px;
		line-height: 14px;
	}
	.single-guide .block_btn{
		margin-top: 40px;
	}
}
/**
/* エラーページ共通 CSS
----------------------------------------------- */
.error-guide .page-grid .entry p{
	font-size: 18px;
	text-align: center;
}
.error-guide .page-grid .entry .error_url{
	padding: 30px 0;
}
.error-guide .page-grid .entry .block_btn{
	margin-top: 60px;
}
@media only screen and (max-width: 735px) {
	.error-guide .page-grid .entry p{
		font-size: 3.6vw;
	}
	.error-guide .page-grid .entry .error_url{
		padding: 5% 0;
	}
	.error-guide .page-grid .entry .block_btn{
		margin-top: 8%;
	}
	.error-guide .page-grid .entry .block_btn li{
		width: 80%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.error-guide .page-grid .entry p{
		font-size: 16px;
	}
	.error-guide .page-grid .entry .error_url{
		padding: 20px 0;
	}
	.error-guide .page-grid .entry .block_btn{
		margin-top: 40px;
	}
}

