@charset "utf-8";

/*
Theme Name: Switch Autokraft
Description: Switch Autokraft Original theme.
Theme URI: https://mtside.jp/
Author: Mountain side Nikko.
Author URI: https://mtside.jp/
Description: Original Wordpress theme for Switch Autokraft.
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Hand:wght@400..700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap');


/*
font-family: "Zen Kaku Gothic New", sans-serif; 400 500 700
font-family: "Edu VIC WA NT Hand", cursive; 400 - 700
}

*/


li {
  list-style: none;
}
img {
  border: 0;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
a {
color: #000;
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, p,figure {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
html {
 height:100%;
	overflow-y: scroll;
}

.orik {
  display: inline-block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

body {
  padding: 0;
  color: #fff;
  line-height: 160%;
  font-family: 'Zen Kaku Gothic New', "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS UI Gothic, Osaka, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
	background-color: #000;
	position: relative;
	margin: 0;
}

.orik {
  display: inline-block;
}

/*----Ios初期化-----*/
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
textarea {
height: 110px;
}
/*----tel イベント-------------*/
a.tel {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 855px) {
  a.tel {
    pointer-events: auto;
  }
}

/*----------------loading------------------*/
/*--最初に出すカバー---*/


#white {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
}

/*----LUXYプリンタ対応----*/
#luxy {position: fixed !important;}	
@media print {
#luxy {position: static !important;}	
}

/*----------------------------------------------------
背景動画共通設定
-----------------------------------------------------*/

.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {

}
 
video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
	z-index: -9999;
}


/*------------------------
トップページメイン動画
-------------------------*/
#main {
	position: relative;
	z-index: 0;
	background-color: #f6f6f6;
}
#main_sm {display: none;}

@media screen and (max-width: 1230px) {
	#main {display: none;}
	#main_sm {display: block;}
}


/*----------------------------------------------
ヘッダー
-----------------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
}

#header.bkb {background-color: rgba(0,0,0,0.6);}

/*--段組み---*/
#header .headr {
	width: 244px;
	height: auto;
	padding: 0;
	float: right;
	position: relative;
	text-align: right;
}

#header .headl {
	width: calc(100% - 80px);
	float: left;
	position: relative;
}

/*---右側---*/
#header .headl h1 a,
#header .headl h4 a {
	display: block;
	font-size: 22px;
	margin: 0;
	padding: 20px 30px 20px 30px;
	color: #fff;
	white-space: nowrap;
}

#header .headl h1 span,
#header .headl h4 span {
	font-size: 11px;
	position: relative;
	top: 4px;
}



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

#header .headl h1 a,
#header .headl h4 a {
	padding: 18px 0px 18px 20px;
}
}


/*--車---*/
#header .headl img {
	width: 105px;
	height: auto;
	position: absolute;
	right: 0;
	bottom: -8px;
}

/*--ボーダー----*/
#header .headl hr {
	width: calc(100% - 98px);
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 1px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	z-index: 100;
	margin: 0;
	padding: 0;
}


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

}

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

}

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

}

@media screen and (max-width: 440px) {
/*--車---*/
#header .headl img {
	width: 70px;
}

#header .headl hr {
	width: calc(100% - 68px);
}
}

/*--------------------------------------------------------
ハンバーガーメニュー
----------------------------------------------------------*/
/*#nav-drawer {display: none}*/
@media screen and (max-width: 780px) {

}
/*----------ハンバーガー-----------*/
/*Media Queries*/

#nav-drawer {
  z-index: 4;
  width: 100px;
  height: 77px;
  position: fixed;
  top: 0;
  right: 0;
}
	

/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display: none;
}
/*アイコンのスペースハンバーガー*/
#nav-open {
  display: inline-block;
  width: 100px;
  height: 77px;
  box-sizing: border-box;
  position: fixed;
  text-align: left;
  padding: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 999999;
	background-color: transparent;
/*	border-radius: 50%;*/
	transition: 0.5s;
}

/*ハンバーガー*/

#nav-open span {
  display: block;
  transition: all .2s;
  box-sizing: border-box;
  position: absolute;
  width: 36px;
  height: 1px;
	border-bottom: 2px solid #fff;
  background-color: transparent;
	left:32px;
}
#nav-open span:nth-of-type(1) {top: 32px;}
#nav-open span:nth-of-type(2) {top: 42px;}

#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  -webkit-transform: translateX(0px) translateY(10px) rotate(-30deg);
  transform: translateX(0px) translateY(10px) rotate(-30deg);
}

#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  -webkit-transform: translateX(0px) translateY(-0px) rotate(30deg);
  transform: translateX(0px) translateY(-0px) rotate(30deg);
}



/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 998;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999998; /*最前面に*/
  width: 90%; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 300px; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(105vw);
  transform: translateX(105vw); /*左に隠しておく*/
  box-sizing: border-box;
  text-align: left;
/*  background-color: #b6d0d5;*/
background-color: #333;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(calc(100vw - 100vw));
  transform: translateX(calc(100vw - 100vw));
}
@media screen and (max-width: 650px) {

#nav-drawer {
/*  right: 20px;*/
}
}


/*------PC版・スマホ版共通　ハンバーガーの中身----------*/
#nav-content {
  text-align: left;
  box-sizing: border-box;
/*  padding-top: 10vw;*/
}

#nav-content .inner {
	padding: 0px;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
}

#nav-content .inner .hmmenu p {display: block;}

#nav-content .inner .hmmenu p a {
	color: #fff;
	font-family: "Edu VIC WA NT Hand", cursive;
	display: block;
	padding: 10px 20px;
}





/*-------------------------------------------
トップ 

幅が狭いエリア
------------------------------------------*/
.waku {
	width: 100%;
	position: relative;
}
.waku img.lg {
	position: absolute;
	right: 50px;
	top: 30px;
	width: 280px;
	height: auto;
}

@media screen and (max-width: 762px) {
	
.waku img.lg {display: none;}
}

.thin {
	margin: 0 auto;
	width: 100%;
	padding: 100px 30px;
	max-width: 800px;
	box-sizing: border-box;
}

.thin.under_sp {padding-bottom: 30px;}


.thin h1,
.thin h2,
.thin h3 {
	font-size: 21px;
	font-weight: 500;
}
.thin h2.tego {font-family: "New Tegomin", serif;}

.thin h1 span,
.thin h2 span,
.thin h3 span {display: inline-block;}

.thin h4 {
	font-size: 18px;
	font-weight: 500;
}

.thin a {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(255,255,255,0.6);
}

.thin a.bnone {border-bottom: none;}

.thin p.small {
	font-size: 12px;
	font-weight: 500;
	color: #d6d6d6;
}

.thin p.biglh {
	font-size: 17px;
	font-weight: 500;
	line-height: 220%;
}

.thin p.en {
	font-size: 15px;
	font-weight: 500;
	font-family: "Edu VIC WA NT Hand", cursive;
}

.thin p.en.ital {
	font-size: 16px;
	font-weight: 500;
	font-family: "Edu VIC WA NT Hand", cursive;
	font-style: italic;
}

.m100 {margin-bottom: 100px;}
.m50 {margin-bottom: 50px;}
.m30 {margin-bottom: 30px;}
.m20 {margin-bottom: 20px;}

.thin img.right200 {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	max-width: 40%;
}
.thin img.rtype {width: 300px;}

.thin img.w72 {
	width: 72px;
	height: auto;
	margin: 20px 0;
}

/*---ブランド名-----------*/

.thin p.br span,
.thin p.brj span {
	display: inline-block;
	margin-right: 10px;
}


/*----タイヤ部----------------*/

.icon_area {
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
}
.icon_area img {
	width: 72px;
	height: auto;
	margin: 2px;
}



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

.thin {
	padding: 50px 30px;
}
	
.icon_area img {
	width: calc(20vw - 20px);
}
}

@media screen and (max-width: 600px) {
.thin img.right200 {
	display: block;
	margin: 0 auto 40px auto;
	float: none;
	width: 80% !important;
	max-width: inherit;
}
}

@media screen and (max-width: 420px) {
	
.icon_area img {
	width: calc(25vw - 25px);
}
	
.thin h1,
.thin h2,
.thin h3 {
	font-size: 17px;
}

.thin h4 {
	font-size: 16px;
}

.thin p.small {
	font-size: 11px;
}

.thin p.biglh {
	font-size: 16px;
}

.thin p.en {
	font-size: 14px;
}

.thin p.en.ital {
	font-size: 15px;
}
}


/*--幅100％エリア---*/
.fullsize {}
.fullsize iframe {
	width: 100%;
	height: 60vw;
	max-height: 450px;
}

/*---トップ　修理箇所---------*/

.trep {
	width: 100%;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.trep .box {
	width: calc(100% / 12);
	height: calc(100vw / 12);
	padding: 5px;
	box-sizing: border-box;
}
.trep .box a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.trep .box a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	transition: 0.5s;
}

.trep .box a:hover::before {
	background-color: rgba(0,0,0,0);
}

.trep .box a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 0;
	transition: 0.5s;
}

.trep .box a:hover img {
	transform: scale(1.1);
}

.trep .box a h4 {
	text-align: center;
	font-size: 13px;
	padding: 0 30px;
	position: relative;
	z-index: 2;
	color: #fff;
	transition: 0.5s;
	line-height: 150%;
}
.trep .box a:hover h4 {
	color: transparent;
}

@media screen and (max-width: 1500px) {
	
.trep .box {
	width: calc(100% / 8);
	height: calc(100vw / 8);
}	
}

@media screen and (max-width: 1000px) {
	
.trep .box {
	width: calc(100% / 6);
	height: calc(100vw / 6);
}	
}
@media screen and (max-width: 750px) {
	
.trep .box {
	width: calc(100% / 4);
	height: calc(100vw / 4);
}	
}

@media screen and (max-width: 500px) {
	
.trep .box {
	width: calc(100% / 3);
	height: calc(100vw / 3);
}	
}

@media screen and (max-width: 350px) {
	
.trep .box {
	width: calc(100% / 2);
	height: calc(100vw / 2);
}	
}


/*-------------------------------------------
Report アーカイブ
-------------------------------------------*/

#repo_acv {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 150px auto;
}

#repo_acv h1 {
	padding: 0 15px;
	font-size: 18px;
	margin: 0 0 10px 0;
}
#repo_acv p.htxt {
	padding: 0 15px;
	font-size: 15px;
	margin: 0 0 50px 0;
}

.trep_acv {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.trep_acv .box {
	width: calc(100% / 4);
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.trep_acv .box a {
	display: block;
	color: #fff;
}

.trep_acv .box a figure {
	width: 100%;
	height: calc(100vw / 4);
	max-height: 280px;
	overflow: hidden;
	margin: 0 0 10px;
}

.trep_acv .box a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.trep_acv .box a:hover figure img {
	transform: scale(1.1);
}

.trep_acv .box a h3 {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
}
.trep_acv .box a p {
	font-size: 13px;
	color: #d6d6d6;
	line-height: 140%;
}


@media screen and (max-width: 1000px) {
	
.trep_acv .box {
	width: calc(100% / 3);
}	
}

@media screen and (max-width: 550px) {
#repo_acv h1,
#repo_acv p.htxt {
	padding: 0;
}
 
	
.trep_acv .box {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 0;
}
	
	.trep_acv .box a figure {
		width: 40%;
		height: calc(40vw - 40px);
		float: right;
		margin: 0 0 5px 20px;
	}
}


/*-------------------------------------------
Report 詳細
-------------------------------------------*/
#repo_sgl {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 150px auto 0 auto;
}

#repo_sgl h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#repo_sgl p.htxt1 {
	font-size: 14px;
	margin: 0 0 20px 0;
	color: #999;
}
#repo_sgl p.htxt2 {
	margin: 0 0 30px 0;
	font-size: 14px;
}

#repo_sgl h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 30px 0;
}

#repo_sgl .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-right: 50px;
}

#repo_sgl .inner .box {
	width: 23%;
	margin: 0 80px 30px 0;
}

#repo_sgl .inner .box img {
	width: 100%;
	height: 23vw;
	max-height: 200px;
	object-fit: cover;
	margin-bottom: 15px;
}

#repo_sgl .inner .box h3,
#repo_sgl .inner .box p {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#repo_sgl p.back {
	margin: 20px 0 0 0;
}

#repo_sgl p.back a {
	border-bottom: 1px dashed #d6d6d6;
	padding-bottom: 5px;
	color: #fff;
}

@media screen and (max-width: 1100px) {
	
#repo_sgl .inner .box {
	width: 33.333%;
	margin: 0 0 30px 0;
	padding: 0 30px 0 0; 
	box-sizing: border-box;
}	
}

@media screen and (max-width: 832px) {
	
#repo_sgl .inner .box {
	width: 50%;
}	
}

@media screen and (max-width: 550px) {
	
#repo_sgl .inner {
	padding-right: 0px;
}

#repo_sgl .inner .box {
	width: 100%;
	padding: 0; 
}	
	

#repo_sgl .inner .box img {
	height: auto;
	max-height: inherit;
}
	

}



/*-------------------------------------------
フッタ
------------------------------------------*/

.footer {
	padding: 30px;
	text-align: right;
}

.footer a img {
	width: 280px;
	max-width: 40%;
	height: auto;
	margin: 0 0 20px 0;
}
.footer p {text-align: left;}

/*-----------------------------------------
CONTACT 
-----------------------------------------*/
.entry_form {padding: 50px 0;}

/*----------------------------------------------------------------------------
フォーム用のボタン・入力
-----------------------------------------------------------------------------*/
	.a1 {
		padding:10px 20px;
		border:none;
		border-bottom: 1px solid #555;
		font-size:15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		background:#333;
		width:100%;
		box-sizing:border-box;
		margin: 8px 0;
	}
	
	.a2 {
		padding:10px 20px;
		border:none;
		border-bottom: 1px solid #555;
		font-size:15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		background:#333;
		width:40%;
		max-width: 100px;
		box-sizing:border-box;
		margin: 5px 0;
	}
	
	.a3 {
		padding:10px 20px;
		border:none;
		border-bottom: 1px solid #555;
		font-size:15px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		background:#333;
		width:8em;
		box-sizing:border-box;
		margin: 5px 0;
	}
	
.a1:focus,
.a2:focus,
.a3:focus {
	border-color:#426ABB;
	background-color: #333;
	color: #fff;
	outline: none;
}
	.sendb,
	.sendb:focus {
		padding:8px 20px;
		width: 50%;
		max-width: 300px;
		background-color:#426ABB;
		color:#FFFFFF;
		font-size: 18px;
		border:none;
		-webkit-box-shadow: 0px 0px 3px #ccc;
		-moz-box-shadow: 0px 0px 3px #ccc;
		cursor:pointer;
		box-shadow: 0px 0px 3px #ccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px; 
		border-radius: 5px;
		font-family: "Noto Sans JP", sans-serif;
		margin: 20px auto 0 auto;
		display: block;
	}
	
	.sendb:hover {
		background-color:#666666;
		cursor:pointer;
	}
	
 input[type=checkbox]
 {

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

}
input[type=checkbox] {
	position: relative;
	top: 25px;
	margin: 0;
	margin-left: 0;
	line-height: 0;
   width:25px;
	height: 25px;
}



.entry_form label input,
.contact_form label input {
	position: relative;
	margin: 5px 1rem 8px 0;
	cursor: pointer;
	
}
.entry_form label input:before,
.contact_form label input:before {
	position: absolute;
	z-index: 1;
	top: 13px;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
	
}
.entry_form label input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.entry_form label input:after,
.contact_form label input:after {
	position: absolute;
	top: 10px;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	cursor: pointer;
	border: 1px solid #ccc;
	background:#f6f6f6;

}

.entry_form input[type="checkbox"]:focus,
.contact_form input[type="checkbox"]:focus {
  outline: none;
}

span.need {
	background-color: #426ABB;
	padding: 2px 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	line-height: 110%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	margin-right: 5px;
	margin: 0 5px 0 0;
	}

span.nin {
	background-color: #333333;
	padding: 2px 6px;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	line-height: 110%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	margin-right: 5px;
	margin: 0 5px 0 0;
	}
	
	.entry_form .ctr {text-align:center;}


.entry_form .wpcf7-response-output {border-color: #333;}

.wpcf7-mail-sent-ok {border-color: #861214;}
.entry_form span.wpcf7-list-item input,
.contact_form span.wpcf7-list-item input {
	position: relative;
	top: 0px;
}


.c1 label .wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	top: -26px;
	left: -20px;
}



/*---------------------------------------------------------------------------
ページングのスタイル
-------------------------------------------------------*/
.newer-older {
	margin: 30px auto 0px auto;
	letter-spacing: -0.4em;
	display:flex;
	-js-display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	width: 100%;
	max-width: 1200px;
	font-size: 14px;
	font-weight: 500;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.newer-older p {margin: 0; padding: 0;}

.newer-older p.newer {text-align: right; background: url("images/yajir.png") no-repeat right;}
.newer-older p.older {text-align: left; background: url("images/yajil.png") no-repeat left;}
.newer-older p.blog {
	text-align: center; 
	background-color: #f6f6f6;
}

.newer-older p.older,
.newer-older p.newer {
	letter-spacing: normal;
	box-sizing: border-box;
	vertical-align: middle;
}

.newer-older p.older{width: calc(50%)}
.newer-older p.newer{width: calc(50%)}


.newer-older p.older a,
.newer-older p.newer a {
	height: 100%;
	display: block;
	text-decoration: none;
	transition: 0.5s;
	box-sizing: border-box;
}

.newer-older p.older a {padding: 20px 0px 20px 5px;}
.newer-older p.newer a {padding: 20px 5px 20px 0px;}


@media screen and (max-width: 550px) {
.newer-older p.older{width: 50%}
.newer-older p.newer{width: 50%; }
.newer-older p.blog { display: none;}
.newer-older {
	margin: 0px auto ;
}
}

.bgred{
    background-color: #e60012;
    color: white;
    text-align: center;
    margin: 0 0% 10px 0%;
    padding: 2px 15px;
    display: inline-block;
}

/*------------------------------------**/


/*------------------------------------------
ページングカスタマイズ
-----------------------------------------------*/

nav.pagination {
	letter-spacing: normal; 
	text-align: center;
	font-size: 16px;
	color:#000;
	margin: 60px 0 ;
	position: relative;
	z-index: 999;
}

nav.pagination h2 {display: none;}
nav.pagination a{
	color:#f6f6f6;
	margin: 0 10px;
	text-decoration: none;
}

nav.pagination span.page-numbers {
	background-color: #666;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

nav.pagination span.dots{
	background: none;
	color:#000;
}
/*--nav.pagination span.page-numbers {background-color: #d6d6d6;}--*/

/*--------------------------------
エディタ
--------------------------------*/
.edi {padding: 100px 0 0 0;}

.edi.t0 {padding-top: 0;}

.edi figure {margin: 10px 0; padding: 0;}

.edi h1,
.edi h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.edi .col_ly {color: #f8f397;}

.edi .waku {
	border: 1px solid #f0c084;
	padding: 10px 30px;
	color: #f0c084;
	margin: 50px 0;
}
.edi figure.right200 {
	width: 200px;
	float: right;
	margin: 0 0 10px 20px;
	max-width: 40%;
}

.edi iframe {
	width: 100%;
	height: 450px;
	max-height: 60vw;
	margin: 30px 0 0 0;
}


@media screen and (max-width: 1200px) {
	
.edi .inlbox {
	white-space: wrap;
}
	
}

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

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

}