@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  outline: 0
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  color: #423a34;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #b2dbdf;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #423a34;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,
ol,
li {
  list-style: none;
}

/* header */
header {
  position: relative;
}
.logo {
  max-width: calc(1100px + 4em);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  padding: 0 2em;
}
.logo p {
  display: flex;
  align-items: center;
}
.backtop a {
  background-color: #3a96df;
  padding: 1em;
  display: block;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 170px;
  font-size: 14px;
  font-size: 1.4rem;
}
header {
}
.main {
  padding: 2em;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/header_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.main h1 {
  text-align: center;
  padding: 0 3% 0 0;
  width: 28vw;
}
.main h1 img {
  width: 100%;
  height: auto;
}
.top_r {
  width: 50vw;
}
.top_r img {
  width: 100%;
  height: auto;
}
header.subpage {
  height: 150px;
  background-position: bottom center;
}
header.subpage .main {
  padding: 2em 2em 3em;
}
header.subpage .main h1 {
  margin-top: -3em;
  margin-bottom: 1em;
}
header.subpage .main h1 img {
  width: 130px;
}

/* nav */
nav {
  margin: 2em 0 8vw;
}
nav ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav ul li {
  width: 31%;
}
nav ul a {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em 1em;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
}

/* update */
.top_update {
  padding: 2em;
  margin: 0 auto;
  text-align: center;
}
.top_update dl {
  max-width: 1100px;
  margin: 1em auto 0;
}
.top_update span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 1em;
  background-color: #fff;
  border-radius: 30px;
  padding: .3em 1em;
}
.top_update dt {
  font-size: 16px;
  font-size: 1.6rem;
}
.top_update dt:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 20px;
  vertical-align: middle;
  background-color: #423a34;
  border-radius: 30px;
}
.top_update dd {
  font-size: 18px;
  font-size: 1.8rem;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
}
.topic_path ul {
  max-width: 1100px;
  padding: 1em 0;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.topic_path li {
  position: relative;
  padding: 0 3.5em 0 0;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 20px;
  height: 2px;
  background-color: #423a34;
}
.topic_path li:last-child:after {
  display: none;
}

/* article */
article {
  position: relative;
  padding: 0 2em;
  margin-top: 1em;
}
article>div {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 5vw 2em;
  position: relative;
}
article h2 {
  text-align: center;
  color: #3a96df;
  font-size: 3vw;
  position: relative;
  margin-bottom: 1em;
  font-weight: 800;
}
article.backnumber h2 {
  margin: 0;
}
article h3 {
  color: #3a96df;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
  font-weight: 800;
}
article.about h2:after,
article.member h2:after,
article.backnumber h3:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #3a96df;
  width: 30px;
  height: 5px;
  margin: 0 auto;
  border-radius: 30px;
  bottom: -.5em;
  left: 0;
  right: 0;
}

/* about */
.about_text {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3;
}

/* member */
.member_text {
  text-align: center;
  margin-top: 4vw;
}
.member_text ul {
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  display: flex;
  flex-wrap: wrap;
}
.member_text li {
  width: calc(100% / 3);
  text-align: center;
  background-color: #4daedf;
  padding: 1em;
}
.member_text li:nth-child(even) {
  background-color: #3a96df;
}
.member_text li:nth-child(1) {
  border-radius: 20px 0 0 0;
}
.member_text li:nth-child(3) {
  border-radius: 0 20px 0 0;
}
.member_text li:nth-child(7) {
  border-radius: 0 0 0 20px;
}
.member_text li:nth-child(9) {
  border-radius: 0 0 20px 0 ;
}
.member_text ul .dealer_shop {
  font-size: 14px;
  font-size: 1.4rem;
}
.member_text ul .name span {
  font-size: 80%;
}

/* backnumber */
.backnumber_text {
  text-align: center;
}
article.backnumber>div {
  border-radius: 20px 20px 0 0;
}
.backnumber_day {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: .5em 2em;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

/* backnumber */
aside {
  padding: 0 2em;
}
aside>div {
  max-width: 1100px;
  margin: 0 auto 120px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 2em;
  border-radius: 0 0 10px 10px
}
aside h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: .5em;
}
.backnumber_link a {
  background-color: #fff;
  border-radius: 10px;
  padding: .5em 2em;
  display: inline-block;
}

/* shop_listWrap */
.line {
  text-align: center;
}
.shop_listWrap {
  margin: 8vw 0;
  position: relative;
  padding: 0 2em;
  text-align: center;
}
.shop_listWrap h5 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
.shop_list {
  max-width: 1100px;
  margin: 2em auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop_list ul {
  width: 25%;
  text-align: left;
}
.shop_list ul li {
  margin-bottom: 1em;
  font-size: 1.2vw;
}

/* pagetop */
#pagetop {
  position: absolute;
  bottom: 0;
  right: 70px;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 70px;
  margin: 0 auto;
}
#pagetop a::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#pagetop a::after {
  width: 29px;
  height: 29px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

/* footer */
footer {
  background-color: #fff;
  padding: 0 2em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3em 0;
}
.footer_contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 5vw 0;
  align-items: center;
}
.footer_contact dt {
  text-align: center;
  order: 2;
  width: 30%;
  align-self: center;
  padding: 0 1em;
}
.footer_contact dd {
  width: 26%;
}
.footer_contact dd p {
  margin-bottom: 1em;
  text-align: center;
}
.footer_contact dd p:last-child {
  margin-bottom: 0;
}
.footer_contact dd a {
  background-color: #3a96df;
  border-radius: 15px;
  color: #fff;
  padding: 1em;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.contact_l {
  order: 1;
}
.contact_r {
  order: 3;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 5em;
  text-align: center;
}

@media screen and (max-width: 980px) {
  nav ul a {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    height: 70px;
  }
  .logo img {
    display: block;
    width: 100px;
    height: auto;
  }
  .top_update dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top_update dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  nav ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .shop_list ul {
    margin-bottom: 1em;
    width: 49%;
  }
  .footer_contact {
    justify-content: space-between;
  }
  .shop_list ul li {
    font-size: 3vw;
  }
  .footer_contact dt {
    order: 1;
    width: 100%;
    margin: 0 0 1em;
  }
  .footer_contact dd {
    width: 48%;
  }
  header.subpage .main h1 {
    margin: 0;
    padding: 0;
  }
  header.subpage {
    height: auto;
    background-position: top center;
  }
  article h2 {
    font-size: 4vw;
    margin-bottom: 2em;
  }
  .about_text {
    font-size: 2.5vw;
    text-align: left;
  }
  .about_text br {
    display: none;
  }
  #pagetop {
    position: static;
  }
  .backtop a {
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
  }
  .backnumber_day {
    font-size: 12px;
    font-size: 1.2rem;
  }
  article.backnumber>div {
    padding-top: 3em;
  }
  article h3 {
    font-size: 3vw;
    margin-bottom: 3em;
  }
  article.about h2:after,
  article.member h2:after,
  article.backnumber h3:after {
    height: 3px;
    bottom: -1em;
  }
  .backnumber_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .backnumber_link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main h1 {
    width: 40%;
  }
  .main h1 img {
    width: 35vw;
  }
  header.subpage .main h1 img {
    width: 80px;
  }
  .footer_contact dt img {
    width: 140px;
    height: auto;
  }
  nav ul a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .member_text li {
    width: calc(100% / 2);
  }
  .member_text ul .dealer_shop {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .member_text ul .name {
    font-size: 3vw;
  }
  .member_text li:nth-child(2),
  .member_text li:nth-child(3),
  .member_text li:nth-child(7) {
    background-color: #3a96df;
  }
  .member_text li:nth-child(4),
  .member_text li:nth-child(8) {
    background-color: #4daedf;
  }
  .member_text li:nth-child(1) {
    border-radius: 20px 0 0 0;
  }
  .member_text li:nth-child(2) {
    border-radius: 0 20px 0 0;
  }
  .member_text li:nth-child(3) {
    border-radius: 0 0 0 0;
  }
  .member_text li:nth-child(7) {
    border-radius: 0 0 0 0;
  }
  .member_text li:nth-child(8) {
    border-radius: 0 0 20px 0;
  }
  .member_text li:nth-child(9) {
    border-radius: 0 0 20px 20px ;
  }
  header.subpage .main {
    padding: 1em 2em;
  }
  article>div {
    padding: 5vw 1em;
  }
  .footer_contact dd a {
    font-size: 2.7vw;
  }
}