@charset "utf-8";
/* @import: url("assets/font/stylesheet.css"); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif !important;
	background-color:lightgray;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

header,
section {
	width: 100%;
}

footer {
	width: 100%;
	float: left;
}

.box02 {
	width: 100%;
	background-color: #fff;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.item-tak{
	width: 49%;
}
.dl-flex.new-tak{
	justify-content: space-between;
	margin-bottom: 30px;
}
.btn-new{
	border: none;
    background: none;
    cursor: pointer;
	background: #F2F5A9;
	display: block;
	color: #333;
	padding: 10px 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	outline: none;
	width: 100%;
	text-align: center;
}
.btn-new:hover{
	opacity: 0.7;
	color: #333;
}

.br-767{
	display: none;
}


.head_h4 {
	font-size: 20px;
	display: block;
	padding: 8px 0;
	border: 1px solid #ddd;
	margin: 15px 0 20px 0;
	text-align: center;
}
.head_h4 span{
	font-size: 16px;
}

.box02.mg {
	padding-top: 40px;
}

.mgb-20{
	margin-bottom: 20px;
}
.mgt-20{
	margin-top: 20px!important;
}
h5.serif {
	font-size: 22px;
	font-weight: bold;
	color: #CC6600;
	line-height: 140%;
	padding: 5px 10px;
	background: transparent;
	border-left: solid 5px #CC6600;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F2F5A9;
}

table.tbl-r02 th {
	background: #f7f6f6;
	border: solid 1px #ccc;
	color: #000;
	padding: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	width: 20%;
}

table.tbl-r02 td:{
	width: 80%;
}
* {
	box-sizing: border-box;
}

*::after,
*::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:hover,
a:focus,
a:visited {
	outline: none;
	border: none;
}

.link-btn span {
	text-align: center;
	padding: 0.9rem;
	width: 100%;
	background: #F2F5A9;
	border-radius: 3px;
	color: #333;
	line-height: 60px;
	font-size: 18px;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.mg-new{
	margin-top: 20px;
}

.link-btn span:hover {
	text-decoration: none;
	opacity: 0.7;
}

.link-btn {
	margin: 10px auto 0;
	text-align: center;
}

.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

/* ========== */

.wop {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.boxes,
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.homeTwo .boxes,
.onepage .showSP .boxes{
	justify-content:center;
}

.rowHead {
	background-color: lightgray;
	padding: 9px 0 9px 0;
}

.rowHead a {
	color: #000000;
	text-decoration: none;
}

.rowHead .boxes {
	align-items: center;
	justify-content: space-between;
}

.rowH1 h1 {
	font-size: 14px;
	color: #000;
	line-height: 160%;
	letter-spacing: 0;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.language {
	justify-content: flex-end;
	margin-bottom: 10px;
	align-items: center;
}

.language a:first-child {
	/* background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
    background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat; */
	background: #F2F5A9;
}

.language a:nth-child(2) {
	background: #F2F5A9;
}

.language a {
	color: #CC6600;
	line-height: 100%;
	font-size: 19px;
	font-weight: 500;
	padding: 5px 2px 5px 2px;
	border-radius: 5px;
	background-color: #F2F5A9;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	width: 240px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

@media all and (-ms-high-contrast:none) {
	.language a {
		padding-top: 8px;
	}
}


.btnWrap.afWrap .btn {
	min-width: 100% !important;
	padding: 0 4px;
}

.language a:hover {
	opacity: 0.7;
}

.language a:not(:first-child) {
	margin-left: 10px;
}

.menu li:not(:first-child) {
	padding-left: 30px;
}

.menu a {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	font-weight: bold;
	text-shadow: none!important;
}

.menu a:hover,
.menu li.active a {
	color: #ffaf5f !important;
	text-shadow: none!important;
}

.link-slider {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 200;
	padding-right: 30px;
	justify-content: flex-end;
}

.link-slider a {
	background-color: #F2F5A9;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 100%;
	padding: 20px 30px;
	display: inline-block;
	text-decoration: none;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.link-slider a:hover {
	background-color: #000000;
}

.rowSlider .owl-nav {
	margin-top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] {
	background: none;
	border: 0px solid #000;
	font-size: 0;
	outline: none;
	resize: none;
	font-weight: 300;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

@media all and (-ms-high-contrast:none) {
	.rowSlider .owl-theme .owl-nav [class*='owl-'] {
		height: auto;
	}

	#sb_instagram svg:not(:root).svg-inline--fa {
		width: 1em;
	}
	
	#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a{
		display: flex !important;
		align-items: flex-start;
		justify-content: center;
		white-space: nowrap;
		padding-top: 8px !important;
	}
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] span {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-family: a-otf-gothic-mb101-pr6n,sans-serif ;
	line-height: 100%;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 60px;
	color: #fff;
	cursor: pointer;
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] span:hover {
	color: #464646;
}

.rowSlider .owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	z-index: 99;
}

.rowSlider .owl-theme .owl-dots .owl-dot {
	background: none;
	border: 0px solid #F2F5A9;
	padding: 0;
	margin: 0;
	outline: none;
	resize: none;
}

.rowSlider .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #F2F5A9;
}

.menu .nopc {
	display: none;
}

.boxes h2 {
	margin: 0;
}

.rowR ul {
	padding: 0;
	margin: 0;
}

.menu li.hv-u:hover {
	text-decoration: none;
}

.boxs a img {
	width: 200px;
}

.row-txt-sp {
	display: none;
}

.rowHead h1 {
	font-size: 0;
}

/* CONTENT */

.homeOne {
	padding: 70px 0;
}

.rowProduct {
	margin-top: 50px;
}

.rowProduct .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% - 35px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.rowProduct .owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	resize: none;
	border: 0px solid #000;
}

.rowProduct .owl-theme .owl-nav [class='owl-prev'] {
	left: -38px;
	top: 0;
	position: absolute;
}

.rowProduct .owl-theme .owl-nav [class='owl-next'] {
	right: -38px;
	top: 0;
	position: absolute;
}

.rowProduct .owl-theme .owl-nav [class*='owl-'] img {
	width: 25px;
	height: 25px;
}

.rowProduct .owl-theme .owl-dots {
	padding: 15px 0;
}

.rowProduct .owl-theme .owl-dots [class*='owl-'] {
	background: none;
	border: 0px;
	outline: none;
	resize: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.rowProduct .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	width: 100px;
	height: 2px;
	position: relative;
	background: #d6d6d6;
	display: block;
	overflow: hidden;
	transition: opacity 200ms ease;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
}

.rowProduct .owl-theme .owl-dots .owl-dot span::before {
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: #F2F5A9;
}

.rowProduct .owl-theme .owl-dots .owl-dot.active span::before {
	width: 100%;
	animation: ProgressDots 5.1s both;
	-webkit-animation: ProgressDots 5.1s both;
}

@-webkit-keyframes ProgressDots {
	0% {
		width: 0%;
	}

	5% {
		width: 5%;
	}

	10% {
		width: 10%;
	}

	15% {
		width: 15%;
	}

	20% {
		width: 20%;
	}

	25% {
		width: 25%;
	}

	30% {
		width: 30%;
	}

	35% {
		width: 35%;
	}

	40% {
		width: 40%;
	}

	45% {
		width: 45%;
	}

	50% {
		width: 50%;
	}

	55% {
		width: 55%;
	}

	60% {
		width: 60%;
	}

	65% {
		width: 65%;
	}

	70% {
		width: 70%;
	}

	75% {
		width: 75%;
	}

	80% {
		width: 80%;
	}

	85% {
		width: 85%;
	}

	90% {
		width: 90%;
	}

	95% {
		width: 95%;
	}

	100% {
		width: 100%;
	}
}

@keyframes ProgressDots {
	0% {
		width: 0%;
	}

	5% {
		width: 5%;
	}

	10% {
		width: 10%;
	}

	15% {
		width: 15%;
	}

	20% {
		width: 20%;
	}

	25% {
		width: 25%;
	}

	30% {
		width: 30%;
	}

	35% {
		width: 35%;
	}

	40% {
		width: 40%;
	}

	45% {
		width: 45%;
	}

	50% {
		width: 50%;
	}

	55% {
		width: 55%;
	}

	60% {
		width: 60%;
	}

	65% {
		width: 65%;
	}

	70% {
		width: 70%;
	}

	75% {
		width: 75%;
	}

	80% {
		width: 80%;
	}

	85% {
		width: 85%;
	}

	90% {
		width: 90%;
	}

	95% {
		width: 95%;
	}

	100% {
		width: 100%;
	}
}

.title-101 {
	font-size: 35px;
	line-height: 100%;
	font-weight: 500;
	text-align: center;
	color: #000;
	margin-bottom: 5px;
}

.sub-title-101 {
	font-size: 14px;
	color: #999;
	padding-top: 7px;
	padding-bottom: 21px;
	display: block;
	letter-spacing: 1px;
}

.homeThree {
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeThree::before {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
}

.hometitle {
	width: 100%;
	text-align: center;
}

.title-100 {
	font-size: 35px;
	text-align: center;
	
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #fff;
	letter-spacing: 4px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 50px;
	z-index: 2;
}

.title-100 span {
	display: inline-block;
	font-size: 25px;
}

.homedesc {
	font-size: 16px;
	color: #ffffff;
	line-height: 185%;
	letter-spacing: 0;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
}

.homeUrl {
	text-align: center;
}

.homeUrl a {
	color: #F2F5A9;
	transition: .4s;
	border: 1px solid #F2F5A9;
	font-size: 20px;
	padding: 15px 60px 17px 60px;
	display: inline-block;
	text-decoration: none;
}

.homeUrl a:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.homeTwo {
	padding: 70px 0 70px 0;
}

.homeTwo .boxes,
.showSP .boxes {
	margin-top: 0px;
}

.homeTwo .boxes .box-6,
.showSP .boxes .box-6 {
	width: calc(100% / 7);
	background-color: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.homeTwo .boxes .box-6,
.showSP .boxes .box-6 {
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.homeTwo .boxes .box-6 a,
.showSP .boxes .box-6 a {
	text-decoration: none;
}

.thumbnailNew {
	width: 100%;
	/* height: 120px; */
	display: block;
	overflow: hidden;
	position: relative;
}

.dateNew {
	display: block;
	text-align: right;
	color: #111111;
	letter-spacing: 1px;
	line-height: 160%;
	padding: 5px;
	font-size: 13px;
}

.hv-o{
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.titleNew {
	color: #111111;
	line-height: 140%;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 5px 8px 5px;
	display: block;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.categoryNew {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid #FFAF5F;
	background: #FFAF5F;
	padding: 1px 5px 1px;
	color: #FFFFFF;
}

.homeIn {
	padding-top: 20px;
	padding-bottom: 70px;
}

.instagram_biography {
	line-height: 165%;
	margin-top: 15px;
}

#photos {
	margin-top: 30px;
}

/* #photos .masongram-container {
	height: 1000px !important;
	overflow: hidden;
} */
.product-sp {
	display: none;
}

.product-pc {
	display: block;
}

#primary-contact form {
	width: 100%;
	float: left;
	background-color: #E6E6E6;
	padding: 30px;
}

#primary-contact form td {
	background: none;
}

#primary-contact td:first-child span {
	background-color: #F2F5A9;
	color: #333 !important;
	padding: 3px 5px 4px;
	margin-right: 10px;
	line-height: 13px;
	font-size: 12px;
	letter-spacing: 1px;
	border-radius: 2px;
	/* font-family: "Noto Sans JP"; */
	font-family: a-otf-gothic-mb101-pr6n,sans-serif ;
}

.contact-form-st1 table tr td input[type=text] {
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.contact-form-st1 table tr td select {
	padding-right: 46px;
	/* background-image: url(./assets/images/ico_arrow.png); */
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 46px auto;
	background-size: 46px auto;
	position: relative;
	font-size: 13px;
	line-height: 1.5;
	border: none;
	height: 43px;
}

.wrap-radio input {
	width: 15px;
	height: 15px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	width: 20px;
	height: 20px;
	position: relative;
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

#primary-contact form td span.input-pd {
	padding-left: 10px;
	background-color: rgba(255, 191, 0, 0);
	font-size: 14px;
	color: #000 !important;
}

input[type=checkbox],
input[type=radio] {
	margin: 0;
}

#primary-contact input.wpcf7-form-control.wpcf7-submit {
	border: none;
	background: none;
	cursor: pointer;
	background: #F2F5A9;
	color: #333;
	width: 100%;
	padding: 10px 20px;

	font-size: 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
}

/* CONTENT PAGE */
.main_img02 {
	background-image: none;
	height: auto;
	max-height: 520px;
}

.main {
	height: 520px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.main h2 {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	color: #000000;
	font-weight: bold;
	font-size: 25px;
	width: 100%;
	max-width: 700px;
	padding: 20px 50px;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	text-transform: uppercase;
}

.main::after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background: inherit;
	filter: blur(5px);
	height: 520px;
	width: 100%;
	z-index: 0;
	-webkit-filter: blur(5px);
}

#intro {
	background-size: cover !important;
	color: white;
	width: 100%;
	height: 520px;
	margin: 0;
}

.main h2 span {
	font-size: 15px;
	display: block;
	margin-top: 15px;
	display: block;
}

#container {
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.bread {
	padding: 5px 0;
}

.layout-column-txt p {
	font-size: 16px;
	line-height: 160%;
}

.masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}

.masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}

.masongram-image-caption p,
.masongram-image-caption a i {
	display: none;
}

/* CSS T  */

.showSP {
	display: none;
}

.homeUrl iframe {
	width: 100%;
	height: 450px;
}

.homedesc p i {
	padding-right: 10px;
}

.head02 {
	margin: 50px 20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding: 0 30px;
	box-sizing: border-box;
}

.head02:before {
	content: "＼";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -14px;
}

.head02:after {
	content: "／";
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -14px;
}

.TitleL {
	text-align: center;
}

.about-TT {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #F2F5A9;
}

.about-TT,
.about-txt {
	padding-top: 10px;
}

.about-TT {
	padding-top: 20px;
}

.about-txt {
	font-size: 16px;
	line-height: 160%;
}

.ab-list li {
	position: relative;
	padding-left: 65px;
	padding-bottom: 45px;
	font-size: 16px;
}

.ab-list li:last-child {
	padding-bottom: 30px;
}

.ab-list ul {
	padding-top: 15px;
}

.ab-list li::before {
	content: '';
	width: 50px;
	height: 50px;
	top: -12px;
	left: 0;
	position: absolute;
	background-image: url(./assets/images/bicycle_back-image.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.ab-list li:nth-child(2)::before {
	background-image: url(./assets/images/ab-bg2.png);
}

.ab-list li:nth-child(3)::before {
	background-image: url(./assets/images/ab-bg3.png);
}

.dl-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-center {
	justify-content: center;
}

.ab-box {
	background-color: #E6E6E6;
	padding: 20px;
}

.colab {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.colab-lt {
	margin-right: 0;
}

.colab:nth-child(3n) {
	margin-right: 0;
}

.dl-flex .colab:last-child {
	margin-bottom: 0;
}

.product2 .colab {
	width: 49%;
	margin-right: 2%;
}

.product2 .colab:nth-child(2n) {
	margin-right: 0;
}

.product2 .colab {
	margin-bottom: 0;
}

.justified-gallery {
	height: 570px !important;
	overflow: hidden;
}

.pro-link {
	text-align: center;
	margin: 0 auto;
}

.pro-link a {
	display: block;
	padding: 20px;
	max-width: 200px;
	background: #F2F5A9;
	font-size: 16px;
	color: #000;
	margin: 0 auto;
}

.pro-link a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.homedesc a {
	color: #fff;
}

.ab-boxx .colab {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 20px;
}

.ab-boxx .colab:nth-child(2n) {
	margin-right: 0;

}

.ab-boxx .about-Img {
	text-align: center;
}

.ab-boxx .dl-flex {
	justify-content: space-evenly;
}

.mr0 {
	margin-right: 0 !important;
}

.homedesc table td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
}

.homedesc table td i {
	padding-right: 5px;
}

.homedesc table {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.homedesc table td {
	vertical-align: middle;
}

.homedesc table td:first-child {
	width: 30%;
}

.homedesc table td:last-child {
	width: 70%;
}

.txt-ct {
	text-align: center;
}

.box02 {
	align-items: center;
}

.box02 li:first-child {
	width: 41%;
	margin-right: 3%;
}

.box02 li:last-child {
	width: 56%;
}

.language a i {
	padding-right: 5px;
}

#primary-contact>span {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	display: block;
	margin-bottom: 20px;
}

.inquitxt p i {
	padding-right: 10px;
}

.inquitxt iframe {
	width: 100%;
	height: 187px;
}

.model-list li {
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 30px;
}

.model-list li:nth-child(4n) {
	margin-right: 0;
}

.model-list li span {
	font-size: 16px;
	line-height: 160%;
	margin-top: 10px;
	display: block;
}

.model-list li span i {
	padding-right: 5px;
	color: #F2F5A9;
}

.Title01 span {
	display: block;
	text-align: center;
	font-size: 24px;
}

.btn-link {
	margin-top: 20px;
}

.btn-link a {
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 20px;
}

.btn-link a:hover {
	opacity: 0.7;
	color: #fff !important;
	background: #000 !important;
}

.titlePage span {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 160%;
}

.box01 table {
	width: 100%;
}

.box01 table td {
	padding: 20px;
	border-top: 1px solid #ccc;
	background: #fff;
	border-right: 1px solid #ccc;
	word-wrap: break-word;
	white-space: normal;
}

.box01 table.tbl-r02 td a{
	display: inline-block;
	word-break: break-all;
}

.box01 table td:first-child {
	width: 20%;
	font-weight: bold;
	border-left: 1px solid #ccc;
	color: #F2F5A9;
}

.box01 table tr:last-child td {
	border-bottom: 1px solid #ccc;
}

.box01 table {
	margin-bottom: 40px;
}

.Listlink li {
	width: 48%;
	margin-right: 4%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 105px;
	background: #cecece;
}

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

.Listlink li a {
	padding: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.Listlink li a:hover {
	opacity: 0.7;
	color: #000 !important;
}

.Listlink {
	align-items: center;
}

.BoxCompany {
	margin-top: 40px;
}

.Listlink {
	margin-top: 20px;
}

.ptivacy-txt p,
.List-privacy li {
	font-size: 16px;
	line-height: 160%;
}

.List-privacy li {
	list-style-type: decimal;
	width: 100%;
}

.List-privacy {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.List-privacy span {
	display: block;
}

.ptivacy-txt {
	background: #ffffff;
	padding: 20px;
	padding-top: 0;
}

p {
	margin: 0 0 0;
}

#slide .item {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.SinglePostBoxL {
	width: 48%;
	margin-right: 4%;
}

.SinglePostBoxR {
	width: 48%;
}

.PostName {
	font-size: 24px;
	font-weight: bold;

	line-height: 160%;
}

.PostNameE {
	font-size: 18px;
	line-height: 160%;
	margin-top: 10px;
}

.PostSns li {
	width: 23%;
	margin-right: 2.6%;
}

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

.PostSns ul {
	max-width: 300px;
}

.SinglePostBoxR table {
	margin-top: 20px;
	margin-bottom: 30px;
}

.SinglePostBoxR table td:first-child {
	width: 32%;
}

.SinglePostBoxR table td:last-child {
	width: 68%;
}

.PostInfoL {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}

.PostInfo {
	margin-top: 20px;
}

.PostInfor {
	margin-top: 10px;
}

.PostContact {
	margin-top: 30px;
}

#slide .owl-nav {
	display: none;
}

#slide .owl-theme .owl-dots .owl-dot {
	background: none;
	outline: none;
	border: none;
}

.wp-pagenavi span.current {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #F2F5A9;
	color: #CC6600;
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi a.larger,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.previouspostslink {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #bbb;
	border: none;
	display: inline-block;
	border: 1px solid #bbb;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 1px solid #CC6600 !important;
	color: #CC6600;
	background-color: #F2F5A9;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi {
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.wp-pagenavi a:hover {
	opacity: 0.7;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	display: inline-block !important;
	width: 100%;
	margin: 0 !important;
	margin-top: 20px !important;
}

.rowHead h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.br480 {
	display: none;
}

/* blog */
.single-date {
	margin-bottom: 20px;
}

.blog-photo-sg{
	text-align: center;
}

.single-text {
	margin-top: 20px;
}

.single-date i {
	padding-right: 5px;
}

.single-date i:last-child {
	padding-left: 5px;
}

ul.blog li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 30px;
	background-color: #fff;
}

ul.blog li:nth-child(4n) {
	margin-right: 0;
}

ul.blog a {
	display: block;
}

.blog-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}

.blog-date {
	margin-top: 10px;
	font-size: 14px;
}

.blog-text {
	font-size: 16px;
	line-height: 160%;
	margin-top: 10px;
}

.blog-content {
	padding: 10px;
	background-color: #fff;
}

.blog-photo a img {
	height: auto;
}

.blog-icon i,
.single-date i {
	padding-right: 3px;
	color: #F2F5A9;
	text-shadow: rgb(204, 102, 0) 1px 0px 0px, rgb(204, 102, 0) 0.540302px 0.841471px 0px, rgb(204, 102, 0) -0.416147px 0.909297px 0px, rgb(204, 102, 0) -0.989992px 0.14112px 0px, rgb(204, 102, 0) -0.653644px -0.756802px 0px, rgb(204, 102, 0) 0.283662px -0.958924px 0px, rgb(204, 102, 0) 0.96017px -0.279415px 0px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	width: 100%;
	display: inline-block !important;
}


/* End blog */


/* END CSS T  */

/* END CONTENT PAGE */

/* FOOTER */

.rowFo {
	padding: 50px 0 30px 0;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rowFo::before {
	width: 100%;
	background: inherit;
	filter: blur(5px);
	height: 100%;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-filter: blur(5px);
}

.rowFo ul {
	width: 100%;
	justify-content: space-between;
}

.rowFo ul li {
	width: calc(100% / 5 - 1%);
	position: relative;
}

.rowFo ul li:hover {
	text-decoration: none;
}

.rowFo ul a {
	color: #111;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -0.5px;
	line-height: 140%;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	height: 98px;
	border: 1px solid #F2F5A9;
	padding: 7px 7px 20px 7px;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	background-color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.rowFo ul a iframe {
	margin: 0 auto !important;
}

.footer-box .flex li.inst {
	background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat !important;
	background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat !important;
}

.footer-box .flex li.fb {
	background: rgba(59, 89, 152, 1);
}

.rowFo ul a img {
	width: 20px;
	height: 20px;
}

.rowFo ul li:hover a {
	padding-top: 12px;
	color: #F2F5A9;
	background-color: rgba(0, 0, 0, 0.4);
}

.rowFo ul li a svg {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}

.rowFo ul li:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	left: 50%;
	margin-left: -7px;
	top: 60px;
	font-size: 15px;

}

.rowFo ul li:hover:after {
	color: #ccc;

}
.rowFo ul li:nth-child(1):after {
	content: '\f015';
}


.rowFo ul li:nth-child(2):after {
	content: '\f46d';
}

.rowFo ul li:nth-child(3):after {
	content: '\f030';
}

.rowFo ul li:nth-child(4):after {
	content: '\f1ad';
}

.rowFo ul li:nth-child(5):after {
	content: '\f0e0';
}

/* .rowFo ul li:nth-child(5):after {
	content: '\f023';
} */

.rowFo ul li:nth-child(6):after {
	content: '\f304';
}

.rowFo ul li i {
	font-size: 16px;
}

.BoxFt {
	align-items: center;
	margin-bottom: 30px;
}

.BoxFt-Left {
	width: 20%;
	margin-right: 2%;
}

.BoxFt-Right {
	width: 100%;
}

.BoxFt span {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	color: #000;
}

.pageTop a {
	position: fixed;
	display: block;
	width: 54px;
	height: 54px;
	background-color: #444;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	border: 1px solid #CC6600;
}

.pageTop a:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-right: 2px solid #CC6600;
	border-top: 2px solid #CC6600;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -8px;
}

.coppyright {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #F2F5A9;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.br_show {
	display: none;
}


.menu-ind-btn a {
	background: #F2F5A9;
	border: 1px #F2F5A9 solid;
}

.menu-ind-btn a:hover,
.menu-ind-img img {
	border: 1px #F2F5A9 solid;
}

.news-date,
.icon-menu-sp i {
	color: #F2F5A9;
}

.bg-color,
footer .goUp,
.pageTop a,
.service-btn a {
	background: #F2F5A9;
}

.main_c {
	background: #f5f5dc;
}

#footer {
	background: #F2F5A9;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3{
	color: #000;
}

.col-md-4.fl_r{
	float: right;
}

a.hv-u{
	color: inherit;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-width: 0;
}

.wpcf7-not-valid-tip{
	width: 100%;
	float: left;
}

@media only screen and (min-width: 780px) {
	.sp-dake{
		display: none;
	}
}


@media only screen and (max-width: 1280px) {
	.footer-box .cont {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media only screen and (max-width: 1024px) {
	#intro {
		background-position: fixed;
		background-repeat: no-repeat;
		background-size: contain;
		color: white;
		width: 100%;
		height: 175px;
		margin: 0;
	}

	.main {
		height: auto;
	}

	.bread {
		padding: 5px 10px;
	}

	.layout-column-txt p {
		font-size: 14px;
		line-height: 160%;
		margin: 0;
	}

	#primary-contact form {
		width: 100%;
		float: left;
		background-color: #f5f5f5;
		padding: 15px;
	}
}

@media screen and (max-width: 992px) {
	.SinglePostBoxR table td:first-child {
		width: 42%;
	}

	.SinglePostBoxR table td:last-child {
		width: 58%;
	}
}

@media screen and (max-width: 768px) {
	.slidePC {
		display: none !important;
	}

	/* Header */
	.rowHead h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
	}

	/* .boxs a img {
		width: 200px;
	} */
	.language,
	.menu {
		display: none;
	}

	.nav-mobile a {
		display: block;
		background: #F2F5A9;
		width: 57px;
		height: 57px;
		z-index: 999999;
	}

	.rowH1 h1 {
		display: none;
	}

	.rowHead {
		padding: 0px 0 0px 0;
	}

	.rowR .menu {
		background: rgba(239, 239, 239, 0.9);
		z-index: 2;
		padding: 10px 10px 10px;
		text-align: center;
		padding-top: 57px;
		position: absolute;
		width: 100%;
		left: 0;
	}

	.rowR .menu li {
		float: none;
		text-align: center;
		width: calc(100%/4 - 2%);
		height: 90px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border: 1px solid #ddd;
		display: inline-block;
		margin: 10px 1px 0 2px;
		box-sizing: border-box;
	}

	.rowR .menu li.inst {
		background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
		background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
	}

	.rowR .menu li.fb {
		background: rgba(59, 89, 152, 1);
	}

	.rowHead {
		overflow: visible;
	}

	.menu .nopc {
		display: block;
	}

	.menu li:not(:first-child) {
		padding-left: 0;
	}

	.menu li:nth-child(1):after {
		content: '\f182';
	}

	.menu li:nth-child(2):after {
		content: '\f030';
	}

	.menu li:nth-child(3):after {
		content: '\f1ad';
	}

	.menu li:nth-child(4):after {
		content: '\f0e0';
	}

	.menu li:nth-child(5):after {
		content: '\f0e0';
	}

	.menu li:nth-child(6):after {
		content: '\f304';
	}

	.menu li i {
		position: absolute;
		font-weight: 400;
		color: #111;
		left: 50%;
		margin-left: -7px;
		top: 50px;
		font-size: 15px;
	}

	.menu li:after {
		position: absolute;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #000;
		left: 50%;
		margin-left: -7px;
		top: 50px;
		font-size: 15px;
	}

	.menu li a {
		font-size: 12px;
		margin-bottom: 0px;
		color: #111;
		height: 88px;
		padding-top: 15px;
		display: block;
		transition: .4s;
		background-color: rgba(243, 245, 169, 0.4);
	}

	.boxes h2 a {
		display: inline-block;
		padding: 5px;
	}

	/* Menu togle */
	.chane-x {
		float: right;
		position: relative;
	}

	.chane-x::before {
		content: "";
		font-size: 16px;
		color: #fff;
		position: absolute;
		bottom: -25px;
		left: 0;
	}

	.chane-x.change::before {
		content: none;
	}

	.bar1,
	.bar2,
	.bar3 {
		width: 35px;
		height: 2px;
		background-color: #CC6600;
		margin: 8px 11px;
		transition: 0.4s;
	}

	.bar1 {
		margin-top: 16px;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-7px, 7px);
		transform: rotate(-45deg) translate(-7px, 7px);
		-moz-transform: rotate(-45deg) translate(-7px, 7px);
		-ms-transform: rotate(-45deg) translate(-7px, 7px);
		-o-transform: rotate(-45deg) translate(-7px, 7px);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px);
		-moz-transform: rotate(45deg) translate(-7px, -7px);
		-ms-transform: rotate(45deg) translate(-7px, -7px);
		-o-transform: rotate(45deg) translate(-7px, -7px);
	}

	.menu_sp li:first-child a {
		padding-top: 5px;
	}

	/* .homeOne {
		z-index: -1;
	} */
	.menu li a:hover {
		background: rgba(30, 30, 30, 0.6);
	}

	/* End Menu togle */

	#intro {
		background-size: 100% !important;
		background-position: top center !important;
		height: 38.411vw;
		background-attachment: scroll !important;
	}

	/* End Header */

	/* Content */
	.product-sp {
		display: block;
	}

	.product-pc {
		display: none !important;
	}

	.product-sp a img {
		padding: 5px;
		padding-bottom: 0;
	}

	.product-sp a .data-wrap img {
		padding: 5px !important;
		padding-bottom: 0 !important;
		width: 100% !important;
		height: 100% !important;
		left: 0 !important;
	}

	.product-sp a .data-wrap {
		width: 100% !important;
		height: 100% !important;
		overflow: hidden !important;
	}

	.product-sp {
		padding: 0 5px;
	}

	.slick-dots {
		position: absolute;
		top: 10px;
		display: block;
		width: auto;
		height: 20px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: right;
		right: 10px;
	}

	.slick-dots li button:before {
		/* font-family: 'slick'; */
		font-family: a-otf-gothic-mb101-pr6n,sans-serif ;
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: .25;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.slick-dots li.slick-active button:before {
		opacity: unset;
		color: #F2F5A9 !important;
	}

	.slick-dots li button:before {
		opacity: unset;
		color: #000;

	}

	.homeTwo .boxes .box-6,
	.showSP .boxes .box-6 {
		width: 32% !important;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.rowHead {
		z-index: 999999;
		background-color: #fff;
	}

	.head-fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 57px;
		z-index: 999999;
		background-color: #eeeeee;
	}

	.homeThree .cont,
	.homeTwo .cont,
	.rowFo .cont {
		padding: 0 10px;
	}

	.rowSlider .owl-nav {
		display: none;
	}

	.rowSlider .owl-theme .owl-dots {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 99;
		height: 20px;
		display: block;
		width: auto !important;
		font-size: 10px;
		text-align: right;
	}

	.rowSlider .owl-theme .owl-dots .owl-dot span {
		margin: 5px 10px;
		font-size: 10px;
	}

	.rowSlider .owl-theme .owl-dots .owl-dot span {
		background: #000000;
	}

	.owl-theme .owl-dots .owl-dot.active span {
		background-color: #F2F5A9;
	}

	.link-slider a {
		background-color: #F2F5A9;
		font-size: 14px;
		padding: 10px 10px;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 0;
	}

	.categoryNew {
		font-size: 10px;
	}

	.instagram_biography,
	.instagram_username {
		display: none;
	}



	.homeOne,
	.homeTwo,
	.homeIn,
	.homeThree,
	.footer-box {
		padding: 0 0;
		height: calc(100% - 57px) !important;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}

	.title-101 {
		line-height: 100%;
	}

	.rowProduct .slick-dotted.slick-slider {
		margin-bottom: 0;
	}

	.rowProduct {
		margin-top: 6.519vw;
	}

	.titleNew {
		font-size: 2.825vw;
	}

	.dateNew {
		font-size: 2.825vw;
	}

	.homeTwo .boxes {
		margin-top: 6.519vw;
	}

	.homeTwo,
	.homeIn,
	.homeThree,
	.footer-box {
		margin-top: 57px;
	}

	.title-101,
	.title-100 {
		font-size: 7.292vw;
	}

	.title-100 span {
		font-size: 5.208vw;
	}

	.homedesc p,
	.homeUrl a {
		font-size: 3.333vw;
	}

	.rowFo {
		padding-top: 25vw;
		padding-bottom: 25vw;
	}

	.wrap-content {
		padding: 40px 0 60px 0 !important;
	}

	.BoxFt-Left {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.logoFt a img {
		max-width: 250px;
	}

	.BoxFt-Right {
		width: 100%;
	}

	.box01 {
		width: 100%;
		;
	}

	/* css t */
	.showSP {
		display: block;
	}

	.colab {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.title-style74::after {
		border: none;
	}

	.title-style74 span {
		position: absolute;
		background: #fff;
		padding-right: 15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.rowSlider .item,
	.rowSlider {
		/* height: 100%; */
	}

	.rowSlider .owl-carousel .owl-item img.sp-hight {
		object-fit: cover;
		/* height: 100%; */
	}

	.rowSlider .owl-carousel.owl-loaded,
	.rowSlider .owl-carousel .owl-stage-outer,
	.rowSlider .owl-carousel .owl-stage,
	.rowSlider .owl-carousel .owl-item {
		/* height: 100%; */
	}

	.homeUrl iframe {
		height: 200px;
	}

	.justified-gallery {
		height: 250px !important;
		overflow: hidden;
	}

	.product2 .colab {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	.product2 .colab:last-child {
		margin-bottom: 0;
	}

	.br-pc {
		display: none;
	}

	.ab-boxx .colab {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px;
	}

	.ab-boxx .colab:last-child {
		margin-bottom: 0;
	}

	.onepage-wrapper {
		z-index: -1 !important;
	}

	.title-100 {
		font-size: 7.292vw;
		padding: 1.302vw 6.510vw;
	}

	.homeThree .homedesc {
		padding: 5.208vw 0;
	}

	.homedesc table td {
		padding: 1.302vw;
	}

	.main::after {
		height: 38.411vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.main_img02 {
		max-height: 38.411vw;
	}

	.main h2 {
		font-size: 3.255vw;
		padding: 2.604vw 6.510vw;
	}

	.main {
		height: 38.411vw;
	}

	.homeIn p.txt {
		margin-top: 2.604vw;
	}

	.box01 h3 span {
		position: relative !important;
	}

	.box01 h3 {
		position: absolute;
		top: 50% !important;
		left: 122px !important;
		text-align: left;
		width: calc(100% - 100px);
		font-size: 3.125vw !important;
		/* font-family: 'Cinzel', serif; */
		font-family: a-otf-gothic-mb101-pr6n,sans-serif ;
		line-height: 1.5;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.box01 h3:after {
		border-top: 0px solid #000 !important;
	}

	.box01 h3 {
		width: calc(100% - 100px) !important;
	}

	.inqui-img {
		text-align: center;
	}

	.inquitxt {
		margin-top: 20px;

		text-align: center;
	}

	.inquitxt iframe {
		margin-top: 20px;
	}

	.model-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.model-list li:nth-child(2n) {
		margin-right: 0;
	}

	.logoFt {
		margin-bottom: 20px;
	}

	.box01 table td:first-child,
	.box01 table td:last-child {
		width: 100%;
		float: left;
	}

	.box01 table td:last-child {
		border-left: 1px solid #ccc;
	}

	.box01 table tr:last-child td {
		border-bottom: none;
	}

	.box01 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}

	.Listlink li {
		width: 100%;
		margin-right: 0;
		min-height: 105px;
		margin-bottom: 20px;
	}

	.Listlink {
		padding-left: 20px;
		padding-right: 20px;
	}

	.SinglePostBoxL {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.SinglePostBoxR {
		width: 100%;
	}

	#slide .item {
		height: 65.104vw;
	}

	#slide .owl-dots {
		margin-top: 10px;
	}

	.wp-pagenavi {
		margin-top: 20px;
	}

	.blog-photo-sg img {
		height: auto;
	}

	.ptivacy-txt p,
	.List-privacy li,
	.model-list li span,
	.PostInfor p {
		font-size: 14px;
		line-height: 160%;
	}

	.PostNameE,
	.PostInfoL {
		font-size: 16px;
		line-height: 160%;
	}

	.Listlink li a {
		padding: 15px;
		font-size: 14px;
	}

	.homeTwo .boxes,
	.showSP .boxes {
		margin-top: 0px;
	}

	.sub-title-101 {
		padding-top: 0;
	}

	/* End css t */

	/* End Content */

	/* Footer */

	.rowFo ul li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 10px;
	}

	.rowFo ul {
		width: 100%;
		justify-content: space-between;
	}

	.rowFo ul li:not(:first-child) {
		margin-left: 0;
	}

	.rowFo {
		background-attachment: unset;
	}

	.footer-box {
		margin-top: 57px;
	}

	.sp-none{
		display: none;
	}

	/* End Footer */
}

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

	.boxs a img {
		width: 150px;
	}
	.br-767{
		display: block;
	}
	.mid{
		text-align: center;
	}

	.bread {
		font-size: 12px;
	}

	ul.blog li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}

	table.tbl-r02 th:first-child {
		width: 100%;
		border-bottom: 0;
	}

	.box01 table {
		margin-bottom: 20px;
	}

	.head_h4 {
		font-size: 18px;
	}

	table.tbl-r02 th {
		background: #f3f2f2;
		border: solid 1px #ccc;
		color: #000;
		padding: 10px;
		width: 100%;
		text-align: center;
		font-weight: bold;
		display: block;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.box02 li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.box02 li:last-child {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.menu li {
		width: calc(100%/2 - 2%) !important;
		height: 90px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border: 1px solid #ddd;
		display: inline-block;
		margin: 10px 1px 0 2px;
		box-sizing: border-box;
	}

	.rowR .menu {
		z-index: 3;
	}

	.coppyright {
		font-size: 10px;
	}

	.model-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.model-list li:nth-child(2n) {
		margin-right: 0;
	}

	.model-list li:last-child {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 480px) {
	.br480 {
		display: block;
	}
	.dl-flex.new-tak{
	
		margin-top: 20px;
	}

	h5.serif {
		font-size: 18px;
	}

	.homedesc table td {
		font-size: 2.917vw;
	}

	.homeUrl iframe {
		height: 41.667vw;
	}

	.homeThree .homedesc {
		padding-top: 0
	}

	.hometitle .title-100 {
		font-size: 3.333vw;
	}

	.homeIn p.txt {
		margin-top: 4.167vw;
	}

	.main h2 {
		font-size: 3.333vw;

	}

	.box01 h3 {
		font-size: 16px !important;
	}

	.head02 {
		margin: 20px 20px;
		font-size: 18px;
	}

	.br-480 {
		display: none;
	}

	.br_show {
		display: block;
	}

	.rowFo ul li {
		width: calc(100% / 2 - 2%);
		margin-bottom: 10px;
	}

	.rowHead .boxs h2 a img {
		max-width: 250px;
	}

	.rowFo ul li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 5px;
		padding-right: 5px;
	}

	.rowFo ul li:nth-child(2n) {
		padding-right: 0;
	}

	.rowFo .flex {
		justify-content: center
	}

	.head02 {
		margin: 20px 5px;
		font-size: 18px;
	}

	.head_product .point {
		font-size: 5.208vw;
		width: 16.667vw;
		height: 16.667vw;
		margin-bottom: 0;
		padding-top: 3.125vw;
	}

	.box01 h3 span {
		padding: 0 0 0 0 !important;
		background-color: none !important;
	}

	.box01 h3 {
		left: 24.417vw !important;
	}

	.box02 {
		padding-top: 0 !important;
	}

	.head_product {
		padding: 20px;
		padding-bottom: 20px !important;
	}

	.box01 table td,
	.ptivacy-txt,
	.head_product,
	.box01 {
		padding: 10px !important;
	}

	.titlePage span {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.boxs a img {
		width: 120px;
	}

	.sub-title-101 {
		font-size: 12px;
		margin-bottom:20px!important;
	}

}

@media screen and (max-width: 350px) {
	.rowFo ul a {
		font-size: 12px;
	}

	.head02 {
		margin: 18px 5px;
		font-size: 16px;
	}

	.head02:before {
		content: "＼";
		position: absolute;
		left: -5px;
		top: 50%;
		margin-top: -14px;
	}

	.head02:after {
		content: "／";
		position: absolute;
		right: -5px;
		top: 50%;
		margin-top: -14px;
	}

	.thumbnailNew {
		width: 100%;
		/* height: 100px; */
		display: block;
		overflow: hidden;
		position: relative;
	}

}

body,
.rowHead,
.box02,
.title-style74 span{
	background-color:#ededed;
}

.allcity-logo3{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.boxs {
	display: flex;
}

.logo-img{
  max-width: 7rem;
  width: 100%;
  margin-top:auto;
	margin-bottom:auto;
	margin-right:1rem;
      }

.allcity-logo {
	display: block;
}

.rowHead .boxes{
	padding: 0 10px;
}

.boxs:nth-child(2){
	margin-left: auto; 
}

.bread {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.language a{
	color:#333;
}

.language a:first-child,
.language a:nth-child(2){
	background:#ffaf5f;
}

.menu a:hover, .menu li.active a {
   color: #ffaf5f !important
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color:#ffaf5f;
}

.head_h4{
	border: 1px solid #ffaf5f;
}

#primary-contact td:first-child span{
	background-color: #ffaf5f;
}
 
#primary-contact input.wpcf7-form-control.wpcf7-submit{
	background-color: #ffaf5f;
}

.title-101{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: -20px;
}

.head02{
	display: inline-block;
}
.title-101::before,
.title-101::after,
.head02::before,
.head02::after{
	content: '';
	width: 40px;
	height: 3px;
	margin-right: 20px;
	background-color: #FFAF5F!important;
}
}

.title-101::before{
	margin-left: 20px;
}

.title-101::after{
	margin-left: 20px;
}

.head02::before,
.head02::after{
	margin-top: 0;
}

.head02::before{
	left:-6rem;
}

.head02::after{
	right:-6rem;
}

.homeUrl a{
	color: #fff;
	border: 1px solid #fff;
}

.rowFo ul li{
	width: calc(100% / 7 - 1%);
}

.rowFo ul li:nth-child(2):after{
content:'\f3c5';
}

.rowFo ul li:nth-child(3):after{
content:'\f7d9';
}

.rowFo ul li:nth-child(4):after{
content:'\f206';
}

.rowFo ul li:nth-child(6):after{
	font-family: "Font Awesome 5 brands";
content:'\f16d';
}

.rowFo ul li:nth-child(7):after{
content:'\f304';
}

.menu-item hv-u inst{
	background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
    background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
}

.b-box{
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: 3rem;
	margin-right: 3rem;
	font-size:1.6rem;
}

.b-box__text{
	display:block;
	margin-top:1rem;
}

.title-100{
	font-family: zen-antique-soft,sans-serif;
	font-style: normal;	
	position: relative;
	padding-top: 5rem;
	padding-left: 3rem;
	border:0;
}

.title-100 span {
	position: relative;
	z-index: 2;
}

.title-100::after {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -18%;
    left: 0;
    color: rgb(204 102 0 / .3);
	font-size: 8rem;
	font-weight: 400;
	font-family:  delaney, sans-serif;
	font-style: italic;
	z-index:-1;
}

.homedesc{
	line-height:250%;
}

.gmap-back{
	display:grid;
	grid-template-columns: repeat(2,1fr);
	padding:2rem;
}

.gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.gmap iframe{
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;	
}

.gmap-img{
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.gmap-img img{
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;	
}

.head_h4 {
	margin: 15px 15px 20px 15px;
}

table.tbl-r02 td {
    background: #fff;
    border: solid 1px #ccc;
    color: #000;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
	font-size:16px;
}
table.tbl-r02 th {

	font-size:16px;
}

.box01{
}

.maintenance-text__left span{
	text-align:left;	
}

.span_class{
	max-width:90rem;
	width:100%;
	font-size:1.6rem;
}

.maintenance-texts{
	max-width:90rem;
	width:100%;
	margin:5rem auto;
	font-size: 1.6rem;
}

.maintenance-text{
	margin-top:0.4rem;
}

.maintenance-img{
	display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 4rem;
  column-gap: 2rem;
  justify-items: center;
  align-items: stretch;
	margin-bottom: 5rem;
}

.maintenance-img img{
	max-width:30rem;
	width:100%;
	height:100%;
	object-fit:cover;
}


.parts-box__items {
	text-align:center;
}


.parts-box__items:not(:first-child) {
	margin-top: 10rem;
}

.parts-box__item-imgs{
	margin-top:3rem;	
	display:flex;
	justify-content:center;
	align-items:center;
}

.parts-box__item-imgbox{
max-width:54rem;
	width:100%;
	margin-left:1.5rem;
	margin-right:1.5rem;
}

.parts-box__item-imgbox:not(:first-child){
		margin-right:0;
}

.parts-box__item-imgbox:not(:last-child){
		margin-left:0;
}


.parts-box__item-img{
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.parts-box__item-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.parts-bunner {
	display: inline-block;
	
}

.parts-bunner img {
	max-width:43.2rem;
	width:100%;
	background-color:#fff;
}

.parts-text{
	margin :2rem 0;
	text-align:center;
	font-size:1.6rem;
}

.parts-content{
	margin-top:7rem;
}

.parts-content__text{
	font-size:2.7rem;
		text-align:center;
	font-weight: bold !important;
}

.parts-content__text span{
	padding:0.5rem ;
	font-weight: bold !important;
}

.parts-content__items{
	padding:3rem 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	row-gap: 4rem;
  column-gap: 3rem;
  justify-items: center;
  align-items: center;
}

.parts-content__item{
	 position: relative;
  width: 100%;
	max-width:54rem;
}

.parts-content__item::before{
	content: "";
  display: block;
  padding-top: 75%;
}

.parts-content__item img{
	position: absolute;
  top: 50%;
  left: 50%;
	transform:translate(-50%,-50%);
}

.titlePage span{
	margin:0 auto;
}

#primary-contact form{
	box-shadow: 6px 6px 6px 0px #444;
}

.contact-top__text{
	font-size: 1.6rem;
	text-align:left;
}

.wrap-content{
padding-bottom:0;	
}

.box01{
	margin-bottom:80px;
}

.col-sm-12{
	margin-bottom: 10rem;
	display:flex;
}

.rows.contact-form-st1{
	z-index: 1;
    margin-top: 6%;
}

.contact-title{
text-align:center;	
}

.head_h4{
	display:inline-block;
	padding: 0.8rem 2rem; 
}

.contact-img__box{
width: 50vw;	
}

.contact-img__img{
	margin-left: -35%;
}

.rowFo ul a{
	border: 1px solid #000;
}

.rowFo ul li:hover a{
	color:#fff;
}

.coppyright{
	color: #000;
    text-shadow: none;
}

.pageTop a{
	background: #333;
	border: 0;
	border-radius:20%;
}

.pageTop a:after{
	border-right: 2px solid #CC6600;
    border-top: 2px solid #CC6600;
}

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

table.tbl-r02 td {
	font-size:15px;
}
table.tbl-r02 th {
	font-size:15px;
}
	.logo-img{
		max-width:6rem;
		margin-right:0;
	}
	
	.homeThree{
	padding-top:5rem;
		padding-bottom:5rem;
	}
	
	.homeUrl{
		margin-bottom: 2rem;
	}
	
	.nav-mobile a{
		border-radius: 20%;
		background: #000;
	}
	
	.rowR .menu{
		background: rgb(94 94 94 / 90%);
	}
	
	.menu li a{
		background-color: rgb(255 255 255 / 80%);
	}
	
	.title-100{
		font-size:3rem;
	}
	.title-100::after {
    top: 6%;
    left: -22%;
    font-size: 5rem;
}
	
	.title-101{
		font-size:4rem;
		line-height: 120%;
	}
	
	table.tbl-r02 .b-top:nth-child(2) th{
	line-height: 2.85em;	
	}
	
	.b-box{
		max-width: 40rem;
		width:100%;
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}
	
	.parts-box{
		grid-template-columns: repeat(1,1fr);
	}
	
	.parts-content__items {
   grid-template-columns: repeat(1,1fr);
}

	.footer-box {
    margin-top: 0;
}
	
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
}
	
	.tbl-r02{
		margin: 0 auto;
	}
	
	.gmap-back{
	padding: 2rem 0;	
	display:block;
	grid-template-columns: 0;
}

.gmap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe{
	position:absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;	
}

.gmap-img{
	display:none
}

	.maintenance-img{
		grid-template-columns: repeat(1,1fr);		
	}
	
	.parts-box__item-imgs{
		flex-direction:column;
	}
	
	.parts-box__item-imgbox{
		margin-top:3rem;
		margin-right:0;
		margin-left:0;
	}
	
	#primary-contact form{
	box-shadow: none;
}
	
	.col-sm-12{
		margin-bottom: 0;
		flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	
	.contact-img__box{
		width:auto;
	}
	
	.contact-img__img{
		margin-left:0;
	}
	
		.row {
 margin-right: 0px;
 margin-left: 0px;
}
	
	.rowR .menu{
		padding-top:86px;
		top:0;
	}

	.bread  {
    width: 750px;
}
	
	.rowFo {
    padding-top: 5vw;
    padding-bottom: 5vw;
}
	
	.rowFo ul li{
		width: calc(100% / 6 - 1%);
	}
	
	.rowFo ul a{
	font-size:1rem;	
	}
	.BoxFt {
   margin-bottom: 0;
}
.menu li:nth-child(1):after{
			content: '\f015';
}

.menu li:nth-child(2):after{
			content: '\f3c5';
}

.menu li:nth-child(3):after{
			content: '\f466';
}

.menu li:nth-child(4):after{
			content: '\f7d9';
}

.menu li:nth-child(5):after{
			content: '\f206';
}

.menu li:nth-child(6):after{
			content: '\f0e0';
}

}

@media screen and (max-width: 480px){
	
		.logo-img{
			max-width:4rem;
		margin-right:0;
	}
	
	.hometitle .title-100 {
    font-size: 3rem;
}
	.title-100::after {
    top: 10%;
    left: 0%;
    font-size: 3.2rem;
}
	.title-101{
		font-size:3rem;
	}
	
	.gmap-back{
			padding: 1rem 0;
	}
	
	.parts-content__text {
    font-size: 2rem;
  }
	
	.contact-top__text{
	font-size:1.5rem;	
	}
	
	.span_class{
		font-size:1.5rem;
	}
	
	.maintenance-texts{
		font-size: 1.5rem;		
	}
	
	.rowFo .flex {
		justify-content: space-between;
}
	
.rowFo ul li {
	padding-right: 0;
}
	
}

@media (min-width: 992px){

	.bread  {
    width: 970px;
}
.col-md-12 {
    float: inherit;
}
}

.bread {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.btn220317 {
	margin-bottom: 50px;
}

.btn220317 a {
	color: #000 !important;
    border: 1px solid #000 !important;
}

.btn220317 a:hover {
	color: #fff !important;
    border: 1px solid #fff !important;
}

.title-nowcycle {
	margin: 50px 0;
}

.title-nowcycle h2 {
	position: relative;
  padding: 2.5rem 1rem;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
  }

.title-nowcycle h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#primary-contact form {
    box-shadow: none !important;
}

.contact-title .head_h4 {
    border: 1px solid #333 !important;
}

	.table220317 {
		padding: 0;
}

  .b-box {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.table220317 table {
	width: 100%;
}

.maintenance-texts {
    max-width: 100% !important;
	display: flex;
    flex-wrap: wrap;
	margin: 0 -0.5%;
}

.maintenance-text:not(:last-child) {
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	color: #000 !important;
    border: 1px solid #000 !important;
	transition: .4s;
    font-size: 14px;
    padding: 15px 10px 17px 10px;
    display: inline-block;
    text-decoration: none;
	text-align: left;
}

.maintenance-text:last-child {
	margin-bottom: 50px;
}

.span_class {
    max-width: 100% !important;
}

.maintenance-img img {
	max-width: 100% !important;
	}

.title-nowcycle:first-of-type {
    margin-top: 0;
}

.box02 {
    padding: 0 0 20px;

}
@media screen and (min-width: 768px) {
	table.tbl-r02 th {
		width: 26% !important;
	}
}

@media screen and (max-width: 767px) {
	.btn220317 {
		margin-top: 25px;
	}

	.title-nowcycle {
		margin: 30px 0;
	}

	.title-nowcycle h2 {
		padding: 0.5rem 1rem 1.7rem;
		font-size: 2.2rem;
	}
	
	ul.blog li {
    display: none;
}
	.maintenance-texts {
    justify-content: space-between;
	}
	.maintenance-text:not(:last-child) {
    width: 49%;
	}
	
	.maintenance-text:nth-child(4),
	.maintenance-text:nth-child(5){
    width: 49%;
	}
	
	.maintenance-text:last-child {
    margin-bottom: 25px;
	}
		
}

@media screen and (min-width: 1200px) {
	.bread {
		width: 100% !important;
		max-width: 1170px;
	}
}

@media screen and (max-width: 991px) {
	.bread {
		width: 100% !important;
		max-width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.language {
		display: block !important;
	}

	.menu-contact {
		display: none;
	}

	.menu-tel span {
		display: none;
	}

	.menu-tel i {
		padding: 5px;
		font-size: 33px;
    color: #000;
	}

	.menu-tel {
		width: 57px !important;
		height: 57px !important;
		border-radius: 20% !important;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
	}

	.boxs:nth-child(2) .rowR {
		display: flex;
	}
}

@media screen and (max-width: 460px) {
	.menu-tel {
		width: 35px !important;
		height: 35px !important;
	}

	.menu-tel i {
		font-size: 18px;
	}

	.nav-mobile a {
		width: 35px;
		height: 35px;
	}

	.bar1, .bar2, .bar3 {
		width: 20px;
		height: 2px;
		margin: 5px 8px;
	}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
    -moz-transform: rotate(45deg) translate(-5px, -6px);
    -ms-transform: rotate(45deg) translate(-5px, -6px);
    -o-transform: rotate(45deg) translate(-5px, -6px);
}

	.bar1 {
		margin-top: 10px;
	}

	.menu-tel {
		margin-right: 5px;
	}

	.boxs:nth-child(2) .rowR {
		display: flex;
		height: 45px;
		align-items: center;
	}

	.language {
		margin-bottom: 0;
	}
}


@media screen and (max-width:400px) {
	.table220317 {
	overflow-x: scroll;
}
}

.container .row {
	margin-left: 0;
	margin-right: 0;
}

