@charset "UTF-8";
/* CSS Document */
/* common
------------------------------*/
ul, li {
  padding: 0;
}
.btn_fixed {
  position: fixed;
  z-index: 2;
  right: -12px;
  top: 570px;
}
img {
  vertical-align: bottom;
}
.btn_fixed a:hover {
  opacity: 0.8;
}
.btn_shop {
  margin-left: -10px;
}
.btn_shop a:hover {
  opacity: 0.8;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb32 {
  margin-bottom: 32px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb70 {
  margin-bottom: 70px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb90 {
  margin-bottom: 90px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgtb100 {
  margin: 100px auto;
}
.mgt60 {
  margin-top: 60px;
}
.side {
  padding-left: 15px;
  padding-right: 15px;
}
.side_auto {
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}

.kanagawa_tire {
  font-family: "Noto Sans Japanese", sans-serif;
	color: #000;
  background: #FFF;
}

/* common 
------------------------------*/
section.tire {
  max-width: 1280px;
  margin: auto;
  color: #000000;
}
section.tire a:hover {
  opacity: 0.8;
}
section.tire .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}
section .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1000px;
}
section.tire .btnArea {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /*  margin-bottom: 20px;*/
  margin: 0 auto;
}
section.tire .btnArea div {
  width: 49%;
}
section.tire .btn_online {
  text-align: center;
}
section.tire .btn_online img {
  width: auto;
}
.wr {
  word-wrap: break-word;
  display: inline-block;
}
@media (max-width: 767px) {
.mgb10 {
  margin-bottom: 5px;
}
.mgb20 {
  margin-bottom: 10px;
}
.mgb30 {
  margin-bottom: 15px;
}
.mgb40 {
  margin-bottom: 20px;
}
.mgb50 {
  margin-bottom: 25px;
}
.mgb60 {
  margin-bottom: 30px;
}
.mgb70 {
  margin-bottom: 35px;
}
.mgb80 {
  margin-bottom: 40px;
}
.mgb90 {
  margin-bottom: 45px;
}
.mgb100 {
  margin-bottom: 50px;
}
.mgtb100 {
  margin: 50px auto;
}

section.tire .btnArea {
  display: block;
}
section.tire .btnArea div {
	width: 100%;
}
section.tire img {
  width: 100%;
}
section.tire .inner {
  max-width: 1000px;
}


} /*max-width: 767px*/

/* main_visualここから上は修正しない
------------------------------*/
section.ftire .top img {
  width: 100%;
}
/* contents
------------------------------*/

section.tire p {
  color: #fff;
  font-size: 16px;
}

.btn_area{
  padding: 50px 0;
}

.open {
  display: block;
}

.close {
  display: none;
}


/* タブレット
------------------------------*/
@media (max-width: 767px) {
.bg_01{
  background: url(../images/bg_01_sp.jpg) no-repeat  top center;
  background-size: cover;
  padding: 40px 0;
}

.bg_02{
  background: url(../images/bg_02_sp.jpg) no-repeat  top center;
  background-size: cover;
  padding: 40px 0;
}

.bg_03{
  background: url(../images/bg_03_sp.jpg) no-repeat top center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.bg_03 .inner{
  position: relative;
  z-index: 50;
}

.btn_area{
  padding: 30px 0;
}

.credit_title{
  margin-bottom: 17%;
}

.credit_img{
  position: absolute;
  z-index: 10;
  top: 22%;
  left: 0;
  right: 0;
}

} /*max-width: 767px*/

@media screen and (max-width: 480px) {

section.tire p {
  font-size: 14px;
}






} /*max-width: 480px*/


