@charset "UTF-8";
/* CSS Document */

*, *:before, *:after {margin:0;padding:0;box-sizing:border-box;}
html {font-size: 62.5%;}
body {line-height: 1.75;font-size: 14px;font-size: 1.4rem;color: #54504c;font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;}
img {max-width: 100%;height: auto;vertical-align: middle;border: 0;}
a{text-decoration: none;color: #3691ca;transition: all 0.3s 0s;}
a:hover, a:focus {text-decoration: none;outline: none;opacity: .7;-ms-filter: "alpha(opacity=70)";filter: alpha(opacity=70);}
ul,ol,li {list-style: none;}
body {
  background: #fff;
  animation: contentsfadeIn .5s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn .5s ease 0s 1 normal;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
::selection {background: #3691ca;color: #fff;}

/* clearfix */
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.btn {
  background: #00996b;
  background: repeating-linear-gradient( -45deg, #3691ca 0, #8FBDD9 2px, #3691ca 2px, #3691ca 8px );
  padding: 10px;
  border-radius: 24px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px auto 0;
  width: 40%;
  text-align: center;
}
.sq {
  color: #3691ca;
  border: 3px solid #3691ca;
  padding: 1em;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto 1em;
  border-radius: 3px;
}
.soon {
  font-size: 30px;
  font-size: 3.0rem;
}
h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  letter-spacing: 5px;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #8FBDD9;
  border-radius: 2px;
}
h3 {
  color: #3691ca;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 5px;
  margin: 1em 0;
}

/*-----------------
header
-----------------*/
.logo {
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  position: relative;
  line-height: 40px;
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 0;
  right: 2em;
}
.backtop a {
  background-color: #3691ca;
  color: #fff;
  padding: 0 2em;
  display: inline-block;
}
.eyecatch {
  text-align: center;
  padding: 2em;
}
.eyecatch div {
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eyecatch_l {
  width: 30%;
  text-align: left;
}
.eyecatch_r {
  width: 70%;
  text-align: right;
  position: relative;
}
.eyecatch_r:after {
  content: "今月のおすすめ車";
  position: absolute;
  top: 0;
  right: 1em;
  background-color: #FFD400;
  color: #54504C;
  padding: .5em 1.5em;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

/*-----------------
global nav
-----------------*/
.global_nav {
  background-color: #8FBDD9;
  padding: 1em 2em;
}
.global_nav>div {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.global_nav ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.global_nav li {
  position: relative;
  display: flex;
  align-items: center;
}
.global_nav a {
  color: #fff;
  letter-spacing: 1px;
  display: block;
  padding: 0 3em;
  min-width: 6em;
}
.global_nav li:before {
  content: "";
  border-left: 1px solid #fff;
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.global_nav li:last-child:after {
  content: "";
  border-left: 1px solid #fff;
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

/*-----------------
top news
-----------------*/
#top_news {
  background-color: #8FBDD9;
  padding: 1em 2em;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
#top_news p span {
  margin: 0 1em 0 0;
}
#top_news a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
#top_news data {
  margin: 0 1em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.new:before {
  content: "NEW";
  background-color: #FFD400;
  display: inline-block;
  border-radius: 3px;
  padding: 0.2em 1em;
  margin: 0 1em 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #54504C;
}

/*-----------------
top ladiesday
-----------------*/
#top_ladiesday {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #3691ca;
  border-radius: 10px;
  margin: 3em auto;
  padding: 2em;
}
#top_ladiesday h3 {
  align-self: center;
  margin: 0 2% 0 0;
  width: 49%;
}
#top_ladiesday div {
  align-self: center;
  width: 49%;
}

/*-----------------
top main
-----------------*/
#top_main {
  max-width: calc(880px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}
.top_memberBox {
  margin: 3em 0;
  padding: 2em 2em 0;
    background-image: url(images/bk_img1.png);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
}
.top_memberBox dt {
  align-self: flex-end;
    max-width: 344px;
}
.top_memberBox dt img {
    margin: 0 0 -10px;
}
.top_memberBox dd {
  align-self: center;
    max-width: calc(100% - 344px - 2em);
    margin-right: 2em;
    margin-bottom: 1em;
    font-weight: bold;
}
.top_memberBox dd p {
  margin: 1em 0 0;
}
.top_mainBox2 {
  text-align: center;
  margin: 3em auto;
}
.top_mainBox2 a {
  display: block;
  background-image: url(images/bk_enoshima.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 880px;
  margin: 0 auto;
  min-height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 1em;
}

/*-----------------
main_box
-----------------*/
.main_boxWrap {
  margin: 0 auto 100px;
  max-width: 980px;
}
.main_boxWrap h2 {
  background: #FFE3E7;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  position: relative;
  margin: 3em 0 0;
}
.main_boxWrap h2:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 241px;
  height: 136px;
  background-position: top left;
  background-repeat: no-repeat;
}
.main_boxWrap h2 span {
  background-color: #443637;
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  width: 120px;
  border-radius: 10px;
}
.main_contents {
  margin: 1em auto;
  text-align: center;
}
.close {
  text-align: center;
  background-color: #e8ebef;
  color: #999;
  padding: 0.5em 2em;
  margin: 1em auto;
  max-width: 980px;
}

/*-----------------
footer
-----------------*/
.shop_box {
  background-color: #e8ebef;
  padding: 3em 2em;
}
.shop_box h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
  text-align: center;
}
.shop_box ul {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.shop_box li {
  width: 20%;
  display: inline-block;
  margin: 0 1em 1em;
  min-width: 13em;
}
.shop_box a {
  display: block;
  text-align: center;
  background-color: #3691ca;
  color: #fff;
  padding: 0.8em .5em;
  border-radius: 3px;
}
.copyright {
  background-color: #54504c;
  color: #fff;
  text-align: center;
  padding: 3em 2em;
}
.copyright p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 1.5em 0 0 0;
}
#pagetop {
  width: 80px;
  height: 0;
  margin: 6em auto 0;
}
#pagetop a {
  position: relative;
  display: block;
}
#pagetop a::before,
#pagetop a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::before {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 50% 50% 0 0;
  background-color: #e8ebef;
}
#pagetop a::after {
  left: 41%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #54504c;
  border-right: 1px solid #54504c;
  transform: rotate(-45deg);
  top: -20px;
}

/*-----------------
contentBox
-----------------*/
.contentBox {
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  margin: 3em auto;
}

/* backnumber */
.backnumber {
  margin: 5em 0 0;
}
.backnumber>div {
  margin: 0 0 1em;
}
.backnumber ul {
  display: flex;
  flex-wrap: wrap;
  margin: .5em 0 2em;
}
.backnumber ul li {
  margin: 0 1% 1em;
  width: 23%;
}
.backnumber ul li a {
  position: relative;
  display: inline-block;
}
.backnumber ul li .prefecture {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #54504C;
  background-color: #FFD400;
}
.backnumber ul li .prefecture:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #FFD400;
  border-right: 20px solid #FFD400;
  border-bottom: 10px solid transparent;
}

/*-----------------
member
-----------------*/
#page_member {
  text-align: center;
}

/*-----------------
about
-----------------*/
#page_about {
  text-align: center;
}
#page_about .contentDetail {
  font-size: 16px;
  font-size: 1.6rem;
}

/*-----------------
news
-----------------*/
#page_news {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .logo {
    line-height: 1.5;
    margin: 0 0 1em;
  }
  .logo img {
    display: block;
    padding: 1em 0 0.5em;
  }
  .backtop a {
    line-height: 3;
  }
  .global_nav {
    padding: 1em;
  }
  .top_memberBox {
    font-size: 12px;
    font-style: 1.2rem;
  }
  .top_memberBox dd {
    max-width: none;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .top_mainBox2 {
    margin: 0 auto;
  }
  #page_about .contentDetail {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page_about .contentDetail p br {
    display: none;
  }
  .shop_box li {
    width: 46%;
    margin: 0 2% 2%;
  }
  .eyecatch_l {
    width: 50vw;
    margin: 0 auto 1em;
  }
  .eyecatch_r {
    width: auto;
  }
  #top_news data {
    display: block;
    margin: 0.3em 0 0;
  }
}

@media screen and (max-width: 480px) {
  .shop_box {
    padding: 3em 1em;
  }
  .shop_box li {
    width: 48%;
    margin: 0 1% 2%;
    min-width: auto;
  }
  .shop_box a {
    font-size: 3vw;
  }
}