@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: 14px;
  font-size: 1.4rem;
  color: #333;
  font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: linear-gradient(#00aeeb, #bae2f8);
  animation: contentsfadeIn 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: #333;
  transition: all 0.3s 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  opacity: .7;
}
ul,ol,li {
  list-style: none;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* header */
#container {
  position: relative;
}
.logo {
  max-width: 1100px;
  margin: 0 auto;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 0;
  right: 2.8em;
}
.backtop a {
  background-color: #fff;
  padding: 0 15px;
  display: inline-block;
  border-radius: 40px;
}
header {
  padding: 30px 2em;
}
.main {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.main img {
}
.main dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main dt {
  margin: 0 9% 0 0;
}
.main dd {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 2px;
  position: relative;
}
.main dd img {
  margin: 0 0 5px;
}

/* topic_path */
.topic_path {
  padding: 0 2em;
  margin: -50px 0 50px;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
}
.topic_path li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 1em;
  width: 4px;
  height: 4px;
  border-top: 1px solid #003567;
  border-right: 1px solid #003567;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topic_path li:last-child:after {
  display: none;
}

/* shop_listWrap */
.shop_listWrap {
  text-align: center;
  padding: 0 2em;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f2f2f2;
}
.shop_list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 5em 0;
}
.shop_listWrap ul {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_listWrap li {
  margin: 0 0 15px 0;
  width: 24%;
  display: flex;
}
.shop_listWrap li a {
  color: #fff;
  background-color: #00aeeb;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.2;
}
.shop_listWrap .link_dealer a {
  background-image: none;
  color: #333;
  position: relative;
}

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

/* footer */
footer {
  background-color: #fff;
  padding: 0 2em;
}
.footer_contents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3em 0;
}
.footer_contact {
  margin: 3em 0 0;
}
.footer_contact dt {
  margin: 0 0 1em 0;
  text-align: center;
}
.footer_contact dd {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_contact dd p {
  display: inline-block;
  vertical-align: middle;
}
.footer_contact dd a:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-45deg, transparent 49%, #666 49%, #666 51%, transparent 51%, transparent);
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 1em;
}
.footer_contact dd p:last-child a:after {
  display: none;
}
.btn {
  color: #fff;
  background-color: #00aeeb;
  display: block;
  padding: 1em;
  background-size: cover;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 264px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}
.btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 8em;
  text-align: center;
}

/* backnumber */
.backnumber {
  background-color: #cef1fc;
  margin: 3em 0 0;
  padding: 1em 2em;
}
.backnumber h3 {
  color: #2eb3eb;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}
.backnumber dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5em auto;
}
.backnumber dt {
  margin: 0 1em 0 0;
}
.backnumber dd {
  margin: 0 0.3em;
}
.backnumber dd a {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 15px;
  min-width: 3em;
}
.backnumber dd a:last-child {
  margin: 0;
}

/* update */
.top_update {
  padding: 1em 2em;
  margin: 0 0 50px;
  background-color: #29abe2;
}
.top_update dl {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_update dt {
  color: #fff;
}
.top_update dt:after {
  content: "";
  display: inline-block;
  background-image: linear-gradient(-45deg, transparent 49%, #fff 49%, #fff 51%, transparent 51%, transparent);
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 1em;
}
.top_update dt img {
  margin: 0 1em 0 0;
}
.top_update dd {
  line-height: 2;
  color: #fff;
}
.top_update dd a {
  color: #fff;
}

/* top_menu */
.top_menu {
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_menu li {
  margin: 2em 0;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center center;
}
.top_menu li:first-child {
  background-size: 100% 100%;
  width: 44%;
}
.top_menu li:last-child {
  background-size: 90% 100%;
  width: 56%;
}
.menu_commentWrap {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 350px;
  width: 100%;
}
li:nth-child(4) .menu_commentWrap {
  height: 200px;
}
li:nth-child(3) .menu_commentWrap .nagomi_img {
  bottom: 20px;
}
.menu_comment {
  width: 65%;
  text-align: left;
  padding: 0 1em;
}
.menu_comment img {
  display: block;
  margin: 0 auto 10px;
}
.menu_commentWrap .nagomi_img {
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
}
.list.wrapper {
  padding: 0 2em;
}

/* article */
.new_news {
  max-width: calc(1100px 4em);
  text-align: center;
  padding: 0 2em;
  text-align: center;
  margin: 0 auto 50px;
}
.new_news h3 {
  background-color: #da472c;
  margin: -20px auto 20px;
  z-index: 999;
  position: relative;
  color: #fff;
  max-width: 180px;
  padding: .3em 1em;
}
.bk_news {
  max-width: calc(1100px + 4em);
  text-align: center;
  padding: 0 2em;
  margin: 0 auto 120px;
}
.bk_news ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1em 0 0;
}
.bk_news li {
  width: 32%;
  position: relative;
}

.bk_news li:nth-child(n+4){
margin-top:15px;
}

.bk_news li p {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: block;
  background-color: #da472c;
  color: #fff;
  padding: .3em 1em;
}

@media screen and (max-width: 768px) {
  .logo img {
    display: block;
    margin: 0 0 0.5em;
  }
  .top_update {
    margin: 10px 0 50px;
  }
  .top_update dd {
    margin: 1em 0 0;
  }
  .top_update dl {
    display: block;
  }
  .top_update dt:after {
    display: none;
  }
  .top_menu {
    display: block;
  }
  .menu_commentWrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top_menu li:first-child {
    width: 100%;
  }
  .top_menu li:last-child {
    width: 100%;
    background-size: 100% 100%;
  }
  .shop_listWrap li {
    width: 48%;
  }
  .footer_listWrap li {
    width: 49%;
  }
  .footer_listWrap li:nth-child(10) {
    margin-left: 0;
    margin-right: 0;
  }
  .footer_listWrap .link_dealer {
    width: 100%;
  }
  .topic_path {
    margin: 0 0 50px;
  }
  #pagetop {
    position: static;
  }
  .listWrap h2 {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .event_contents p br {
    display: none;
  }
  .footer_contact dd a:after {
    display: none;
  }
  .footer_contact dd {
    display: block;
    text-align: center;
  }
  .footer_contact dd p {
    display: block;
    border-bottom: 1px solid #333;
    padding: 0.5em;
  }
  .footer_contact dd p:last-child {
    border: 0;
  }
  .copy {
    padding: 0 1em 2em;
    text-align: left;
  }
}