﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/

.cf{
	clear:both;
}
header{
  position: fixed; 
  top: 0;
  width: 100%;
  height:60px;
  left:0;
  align-content: center;
  z-index: 10;
  background-color:#ffffff;
}
.brand_logo {
  height:60px;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

.brand_logo img{
	width:100px;
}
/**navi**/
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top:10px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
.brand-menu{
	display:none;
}

/* main */
main{
	padding-top: 50px;
	width: 100%;
	margin:0 auto;
}
main a{
	color:#000000;
	text-decoration:none;
}
main a:hover{
     color:#808080;
 }

h2{
    text-align: center;
}
.main_text{
	text-align:center;
}
.main_text img{
	width:95%;
} 
.main_text p{
	width:95%;
	font-size:12px;
    margin:10px auto;
   	text-align:left;
}
h3{
	text-align: center;
}
.red{
	color:#ff0000;
}
#brand_model{
    text-align:left;
	margin:10px 0;
	line-height:1.4;
}
.brand_model{
	font-size:14px;
	margin-top:35px;
	line-height:1.4;
	text-align:left;
}
.model_name{
white-space:nowrap;
    font-size:16px;
    font-weight:bold;
	padding: 0.4em 0.5em 0.5em 0.5em;
    color: #494949;
    border-left: solid 5px #ffc778;
    border-bottom: solid 1px skyblue;
    line-height:2.5;
}
.model_img{
    width:45%;
	float:left;
	margin-top:25px;
}
.model_img img{
	width:100%;
	}
.model_logo{
    float:right;
    width:50%;
}
.model_logo img{
	width:50%;
    margin:10px 0;
}
.ichiran{
  float:right;
  font-weight:bold;
  position: relative;
  padding-left: 30px;
  line-height:2;
  position: relative;
  margin:5px 10px;
}

.ichiran a{
 position: relative;
 display: inline-block;
 transition: .3s;
}
.ichiran a::after {
 position: absolute;
 bottom: 0;
 left: 0;
 content: '';
 width: 0;
 height: 1px;
 background-color: #4682B4;
 transition: .3s;
}
.ichiran a:hover::after {
 width: 100%;
} 
.model_setsumei{
	font-size:13px;
	margin-top:25px;
	line-height:1.4;
}
