@charset "utf-8";
/* CSS Document */
h1 {
	padding-top: 10px;
	text-align: center;
	padding: 1em 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
@media (width <= 375px) {
 h1 {
 font-size:15px;
}
}
@media (375px < width < 1280px) {
 h1 {
 font-size: calc((100vw - 375px) * 15 / 905 + 11px);
 margin-right:20px;
 margin-left:20px;
}
}
@media (1280px <= width ) {
 h1 {
 font-size: 25px;
 margin-right:30px;
 margin-left:30px;
}
}
@media (width <= 520px) {
 h1 {
 margin-right:0px;
 margin-left:0px;
}
}
h2 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 0.3em;
}
h3 {
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 0.3rem;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.3rem;
	margin-top: 0.5rem;
}
p {
	font-size: 0.813em;
	line-height: 1em;
}
a {
	text-decoration: none;
}
p + p {
	margin-top: -0.5em
}
a:hover {
	text-decoration: none;
	background-color: #12CDEC;
}
@media (min-width: 768px) {
.contents {
	padding-left: 30px;
	padding-right: 30px;
}
}
.sale {
	color: #ff0000;
	font-weight: bold;
}
ul.header_menu li:nth-of-type(2) a {
	color: #ff0000;
	font-weight: bold;
	font-size: 110%;
}
ul.header_menu li:nth-of-type(2) a:hover {
	color: #ff0000;
	font-weight: bold;
	background-color: #fff;
	color: #12CDEC;
}
html {
	font-size: 90%;
}
@media screen and (min-width: 768px) {
html {
	font-size: 87.5%;
}
.col_4 {
	margin-top: 1.875rem;
}
}
@media screen and (min-width: 1024px) {
html {
	font-size: 100%;
}
}
.fix_menu {
	width: 100%;
	max-width: 75rem;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	padding: 1.875em 0;
}
#navwrap {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.938em 1.875em 0.938em 0;
}
.header_menu {
	display: flex;
	z-index: 999;
}
ul, li {
	list-style: none;
	margin: 0;
}
.header_menu li a {
	cursor: pointer;
	padding: 0 0.625em;
	text-decoration: none;
	color: #333;
}
.header_menu li a:hover {
	background-color: #fff;
	color: #12CDEC;
}
#switch {
	display: none;
}
.main p {
	padding: 31.25rem 0;
	text-align: center;
}
@media screen and (max-width:768px) {
#switch ~ label {
	padding: 0.75rem 0.75rem;
	width: 3.75rem;
	height: 3.75rem;
	background: #333;
	position: fixed;
	box-sizing: border-box;
	top: 0;
	right: 0;
	z-index: 999;
	cursor: pointer;
}
#switch ~ label span {
	display: block;
	width: 1.375rem;
	height: 0.125rem;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	position: absolute;
	-webkit-transition: 0.2s transform;
	transition: 0.2s transform;
}
#switch ~ label span:before, #switch ~ label span:after {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	width: 1.375rem;
	height: 0.125rem;
	left: 0;
	right: 0;
	margin: auto;
}
#switch ~ label span:before {
	top: -0.563rem;
}
#switch ~ label span:after {
	top: 0.563rem;
}
#navwrap {
	padding-top: 0;
	position: fixed;
	top: -100%;
	left: 0;
	width: calc(100% - 60px);
	height: 100%;
	background: rgba(0,0,0,0.8);
	transition: all 0.4s;
	padding: 3.75rem;
	box-sizing: border-box;
	z-index: 999;
}
#switch:checked ~ #navwrap {
	display: block;
	top: 0;
}
.header_menu {
	display: flex;
	flex-direction: column;
}
.header_menu li {
	margin: 0 auto 1.875rem;
}
.header_menu li a {
	color: #fff;
}
.header_menu li a:hover {
	background-color: #333;
}
ul.header_menu li:nth-of-type(2) a:hover {
	background-color: #333;
	color: #12CDEC;
}
.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -1.875rem;
	margin-top: 1.875rem;
}
.breadcrumb li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .4em;
	color: #767676;
}
.breadcrumb a {
	color: #767676;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #12CDEC;
}
*, *:before, *:after {
	box-sizing: border-box;
}



.col_4 {
	margin-top: 1.875rem;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	　background-color: #fff;
	　color: #000;
	　text-align: left;
}
.col_4 > div {
	width: 25%;
	padding: 0.625rem;
}
@media screen and (max-width: 1090px) {
.col_4 > div {
	width: 33.33333%;
}
}
@media screen and (max-width: 480px) {
.col_4 > div {
	width: 50%;
}
}
.img-item {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.col_4 a:hover {
	background-color: #fff;
}
.banner {
	text-align: center;
	margin-top: -3rem;
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_picture {
	width: 50rem;
}
.setu {
	padding: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0.1rem solid #dcdcdc;
	background-color: #fff;
	color: #696969;
	text-align: left;
	font-size : 1.2em;
}
.setu p {
	line-height: 1.8;
}
.kikan {
	color: #ffff00;
	font-size: 130%;
	font-weight: bold;
}
.setukikan {
	padding: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0.1rem solid #dcdcdc;
	background-color: #ffffe0;
	color: #696969;
	text-align: left;
	font-size : 1.2em;
}
.setukikan p {
	line-height: 1.8;
}
.obi {
	padding: 0.2rem;
	margin-top: 1.25rem;
	margin-bottom: -1.25rem;
	border: 0.1rem solid #333333;
	background-color: #f5f5f5;
	color: #000;
	line-height: 2;
	text-align: center;
	　font-weight : bold;
	font-size : 140%;
}
.nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
}
.nav_list a {
	display: block;
	padding: 1em;
	color: white;
	text-decoration: none;
	background: #000;
}
.nav_list a:hover {
	background: #12CDEC
}
@media screen and (min-width: 768px) {
.nav_list {
	overflow: hidden;
	letter-spacing: -.5em;
}
.nav_list li {
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	letter-spacing: 0;
	vertical-align: middle;
}
.nav_list li:nth-child(n+2) {
	padding-left: 0.5rem;
}
.nav_list a {
	margin-block: -4rem;
	padding-block: 5rem;
}
}
@media screen and (max-width: 767px) {
.nav_list li:nth-child(n+2) {
	padding-top: 0.15rem;
}
}
.baika {
	font-size: 0.9rem;
	color: red;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0.1em;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.col_1 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.col_2 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.col_2 > * {
	width: calc( 50% - 6px );
	margin-right: 10px;
	margin-bottom: 5px;
}
.col_2 > *:nth-child(2n) {
	margin-right: auto;
}
.kisyu {
	margin-top: 0.5rem;
	background-color: #747474;
	text-align: left;
	width: 100%;
	color: #fff;
	padding: 0.6em;
	margin-bottom: 1rem;
	line-height: 0.4em;
	font-size: 110%;
}
.color {
	　border: 0.1rem solid #d3d3d3;
	background-color: #FFF;
	text-align: left;
	padding: 0.1em;
}
.color p {
	font-size: 90%;
	padding-left: 0.5em;
	line-height: 1rem;
	border: 0.1rem solid #d3d3d3;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0.2rem;
	margin-top: 0.1rem;
}
.kakaku {
	color: #EE0000;
	font-size: 130%;
	font-weight: bold;
  margin-top:0.5rem;
}
.nyuka {
	color: #008000;
	font-size: 130%;
	font-weight: bold;
}
.kikan {
	color: #ffff00;
	font-size: 130%;
	font-weight: bold;
}
.setukikan {
	padding: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0.1rem solid #dcdcdc;
	background-color: #ffffe0;
	color: #696969;
	text-align: left;
	font-size : 1.2em;
}
.setukikan p {
	line-height: 1.8;
}
.table05 {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	white-space: nowrap;
}
th, td {
	width: 100px;
	height: 50px;
	vertical-align: middle;
	padding: 0 5px;
}
.table02 th, .table02 td {
	text-align: center;
	width: 20%;
	min-width: 130px;
	padding: 10px;
	height: 60px;
}
.fixed01 {
	position: static;
	left: 0;
	color: #fff;
	background: #333;
	width: 200px;
  white-space:nowrap;
 &:before {
 position: absolute;
 top: -1px;
 left: -1px;
 width: 100%;
 height: 100%;
 border: 1px solid #ccc;
}
}
.size {
	color: #fff;
	background: #333;
 font-size;1.5em;
}
.zaiko {
	color: red;
	font-weight: bold;
  white-space:nowrap;
}
.nouki {
	margin-bottom: 20px;
}
.meyau {
	margin-bottom: 20px;
}
.shin{
  white-space:nowrap
}
 @media (min-width: 900x) {
 tr:first-child {
 display: table-row;
}
 th, td {
 display: table-cell;
 width: auto;
}
 td::before {
 display: none;
}
   }
@media screen and (min-width: 768px) {
html {
	font-size: 87.5%;
}
.col_4kakubu {
	margin-top: 1.875rem;
}
}
.kakubucolor {
	margin-top: 0.4m;
}
.col_4kakubu {
	margin-top: 0.3rem;
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	　background-color: #fff;
	　color: #000;
	　text-align: left;
}
.col_4kakubu > div {
	width: 25%;
	padding: 0.625rem;
}
@media screen and (max-width: 1090px) {
.col_4kakubu > div {
	width: 33.33333%;
}
}
@media screen and (max-width: 480px) {
.col_4kakubu > div {
	width: 50%;
}
}
.img-item {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.parts {
	background-color: #FFF;
	text-align: left;
	padding: 0.25em;
	margin-top: -0.7rem;
}
.parts p {
	font-size: 0.9em;
}
.spec, th, td {
	border: 1px solid #111;
	padding: 5px;
}
.spec {
	float: left;
	border-collapse: collapse;
	width: 50%;
	height: auto;
	font-size: 0.8em;
	border: 1px solid #111;
	padding: 5px;
	white-space: wrap;
	text-align: left;
}
@media (max-width: 1000px) {
.spec {
	float: none;
	margin: auto;
	width: 100%;
	height: 50%;
	white-space: wrap;
}
.spec, th, td {
	height: 50%;
  white-space: wrap;
}
}
.spec1 {
	background-color: #dcdcdc;
	width: 25%;
	font-weight: bold;
}
.specwaku {
	margin-top: 1rem;
	overflow: hidden;
}
.specwaku p {
	font-size: 1.1em;
}
.wrap {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}
@media (max-width: 600px) {
.wrap {
	display: flex;
	justify-content: center;
	margin-top: 0rem;
	margin-bottom: -1.5rem;
	border-top: 0px solid #BEBEBE;
	border-bottom: 0px solid #BEBEBE;
}
}
.youtube {
	max-width: 560px;
	margin-bottom: rem;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 15px;
	margin-bottom: 15px;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.col_5custom {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
　 background-color: #fff;
　 color: #000;
　 text-align: left;
}
.col_5custom > * {
	width: calc( 20% - 20px );
	margin-right: 25px;
	margin-bottom: 10px;
}
.col_5custom > *:nth-child(5n) {
	margin-right: auto;
}
@media screen and (max-width: 960px) {
.col_5custom > * {
	width: calc( 25% - 9px );
	margin-right: 12px;
	margin-bottom: 12px;
}
.col_5custom > *:nth-child(5n) {
	margin-right: 12px;
}
.col_5custom > *:nth-child(4n) {
	margin-right: auto;
}
}
@media screen and (max-width: 580px) {
.col_5custom > * {
	width: calc( 33.33333% - 8px );
}
.col_5custom > *:nth-child(5n) {
	margin-right: 12px;
}
.col_5custom > *:nth-child(4n) {
	margin-right: 12px;
}
.col_5custom > *:nth-child(3n) {
	margin-right: auto;
}
}
.custom-img-item {
	width: 100%;
	height: auto;
	object-fit: cover;
	border: 0.1rem solid #d3d3d3;
}
.custom {
	clear: both;
	margin-top: 2rem;
}
.geo-item {
	float: left;
	width: 50%;
}
.geo {
	clear: both;
	margin-top: 1rem;
	overflow: hidden;
}
@media (max-width: 767px) {
.geo-item {
	float: none;
	margin: auto;
	width: 100%;
}
}
footer {
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	width: 100%;
	font-size: 110%;
}
footer p+p {
	margin-top: -10px;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	white-space: nowrap;
}
.footer-section {
	width: 40%;
}
.footer-bottom {
	text-align: center;
	padding: 5px 0;
}
 @media (max-width: 750px) {
.footer-content {
	flex-direction: column;
}
.footer-section {
	width: 100%;
	margin-bottom: 5px;
}
}
.footer-section a {
	color: #fff;
	text-decoration: none;
}
.footer-section a:hover {
	text-decoration: none;
	background-color: #000;
	color: #12CDEC;
}
.name {
	font-size: 1.3em;
	font-weight: bold;
}
.footlink {
	padding-top: 25px;
}
.tokka {
	background-color: #fff;
	text-align: left;
	padding: 0.5em;
	border: 0.3rem solid #ffff00;
	margin-top: 0.75rem;
	color: #000;
}
.col_4kakubu a:hover {
	background-color: #fff;
}
.tokka p {
	font-size: 0.9em;
	line-height: 1rem;
}
.tokubai {
	font-weight: bold;
	color: #EE0000;
}
.toku {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.3rem;
	color: red;
}
.tokusya a {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}
.tokusya a:hover {
	background-color: #fff;
	color: #12CDEC;
}
.salewaku {
	margin-bottom: 1.5rem;
}

