/*
**********************************************
common
**********************************************
*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.two-clm {
  width: 50%;
}

.relative {
  position: relative;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.sp {
  display: none !important;
}

@media all and (max-width: 640px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
.slick-slider div {
  transition: none;
}

body:not(.none) {
  background: url("../images/bg.png") repeat-y center top/100%;
}
@media screen and (max-width: 640px) {
  body:not(.none) {
    background: url("../images/bg-sp.png") repeat-y center top/100%;
  }
}

section {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 5%;
}

footer {
  width: 96%;
  max-width: 920px;
  margin: 0 auto 5%;
}

h2 {
  margin-bottom: 5%;
}

/*
**********************************************
header
**********************************************
*/
header {
  position: relative;
  padding-top: 3%;
}
header h1 {
  position: absolute;
  width: 20%;
  max-width: 220px;
  z-index: 9999;
  top: 1%;
  left: 3%;
}
@media screen and (max-width: 640px) {
  header h1 {
    width: 30%;
  }
}
header .flex {
  justify-content: flex-end;
  margin-bottom: 1%;
}
header .flex .menu {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .flex .menu li {
  font-size: 1.1rem;
  font-weight: 600;
}
header .flex .menu li:after {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}
header .flex .menu li:last-child:after {
  content: none;
}
header .flex .menu li a {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .flex .menu {
    display: none;
  }
}
header .flex .top-btn {
  display: flex;
  width: 35%;
  max-width: 555px;
  margin-right: 3%;
}
@media screen and (max-width: 640px) {
  header .flex .top-btn {
    width: 50%;
  }
}
header .mv {
  position: relative;
}
header .mv .main-slide .prev {
  width: 5%;
  max-width: 60px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 11.2%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  header .mv .main-slide .prev {
    left: 0;
    width: 10%;
  }
}
header .mv .main-slide .next {
  width: 5%;
  max-width: 60px;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 11.2%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  header .mv .main-slide .next {
    right: 0;
    width: 10%;
  }
}
header .mv .mv-cover {
  position: absolute;
  z-index: 998;
  top: 0;
  left: 0;
}
header .contact {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

/*
**********************************************
bnr
**********************************************
*/
.bnr {
  width: 80%;
  max-width: 600px;
  margin: 5% auto;
}
.bnr h3 {
  margin-bottom: 5%;
}

/*
**********************************************
news
**********************************************
*/
#news {
  margin: 5% auto;
}
#news iframe {
  width: 96%;
  max-width: 920px;
  margin: 0 auto;
  display: block;
  min-height: 14rem;
}

.news-list li {
  background: #fff;
  margin-bottom: 1%;
  padding: 2%;
}
.news-list li .date {
  color: #479E59;
  margin-bottom: 2%;
}
.news-list li .contents {
  margin-left: 1rem;
}

/*
**********************************************
shop
**********************************************
*/
#shop .point {
  width: 96%;
  max-width: 920px;
  margin: 0 auto 5%;
}
#shop .point h3 {
  height: 90px;
  text-align: center;
  margin-bottom: 3%;
}
#shop .point h3 img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 640px) {
  #shop .point h3 {
    height: 60px;
  }
}
#shop .point .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 3% 0;
}
#shop .point .txt img {
  display: block;
  margin-top: 3%;
}
@media screen and (max-width: 640px) {
  #shop .point .txt {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
#shop .flex {
  justify-content: space-between;
  width: 96%;
  max-width: 920px;
  margin: 0 auto;
}
#shop .flex .point {
  width: 48%;
  margin: 0;
}
#shop .flex .point h3 {
  height: 60px;
}
@media screen and (max-width: 640px) {
  #shop .flex .point h3 {
    height: 40px;
  }
}

/*
**********************************************
rental
**********************************************
*/
#rental h3 {
  width: 96%;
  max-width: 920px;
  margin: 0 auto 5%;
}
#rental div {
  width: 96%;
  max-width: 920px;
  margin: 0 auto;
}

/*
**********************************************
access
**********************************************
*/
#access .contact {
  width: 96%;
  max-width: 920px;
  margin: 0 auto 5%;
}
#access .map {
  width: 96%;
  max-width: 920px;
  margin: 0 auto;
}
#access .map h3 {
  width: 20%;
  max-width: 120px;
  margin: 0 auto 3%;
}
#access .map iframe {
  display: block;
  width: 100%;
  height: 530px;
}
@media screen and (max-width: 640px) {
  #access .map iframe {
    height: 240px;
  }
}
#access .map .map-btn {
  width: 70%;
  max-width: 600px;
  margin: 3% auto 0;
}

/*
**********************************************
blog
**********************************************
*/
#blog #feed {
  width: 96%;
  max-width: 920px;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog #feed .list {
  width: 49%;
  margin-bottom: 5%;
}
#blog #feed .list dt {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 2%;
  overflow: hidden;
}
#blog #feed .list dt img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  #blog #feed .list dt {
    height: 120px;
  }
}
#blog #feed .list .date {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2%;
}
#blog #feed .list .tt {
  font-weight: 600;
  margin-bottom: 2%;
}

/*
**********************************************
footer
**********************************************
*/
footer .f-logo {
  width: 30%;
  max-width: 220px;
  margin: 0 auto 3%;
}
footer .img {
  max-width: 700px;
  margin: 0 auto 3%;
}
footer .contact {
  max-width: 750px;
  margin: 0 auto;
}

.copyright {
  font-size: .8rem;
  text-align: center;
}

/*
**********************************************
repair
**********************************************
*/
@media screen and (max-width: 768px) {
  #repair {
    margin-top: 15%;
  }
}
#repair div {
  max-width: 920px;
  margin: 0 auto 5%;
}
#repair div h3 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 5%;
}
@media screen and (max-width: 640px) {
  #repair div h3 {
    width: 70%;
  }
}

/*
**********************************************
buy
**********************************************
*/
@media screen and (max-width: 768px) {
  #buy {
    margin-top: 15%;
  }
}
#buy div {
  max-width: 920px;
  margin: 0 auto 5%;
}
#buy div h3 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 5%;
}
@media screen and (max-width: 640px) {
  #buy div h3 {
    width: 70%;
  }
}

/*
**********************************************
responsive
**********************************************
*/
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 20px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
}

#mask.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
