@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: #544c5a;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;}
a{text-decoration: none;color: #e83a4c;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 2s ease 0s 1 normal;
  -webkit-animation: contentsfadeIn 2s ease 0s 1 normal;
}
@keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes contentsfadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
::selection {background: #f6f4dd;}

/*clearfix*/
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* header */
header {
  position: relative;
  background-size: cover;
}
.logo {
  position: relative;
  padding: 0.5em 28px;
  max-width: calc(1000px + 56px);
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 40px;
}
.logo img {
  margin: 0 1em 0 0;
}
.backtop {
  position: absolute;
  top: 0.5em;
  right: 28px;
  line-height: 40px;
}
.backtop a {
  background-color: #e83a4c;
  padding: 0 15px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
}
.main {
  margin: 0 auto;
  text-align: center;
}

#global {
  background-color: #f6f4dd;
}
#global ul {
  max-width: 1000px;
  margin: 2em auto 0;
  display: flex;
  flex-wrap: wrap;
}
#global ul li {
  text-align: center;
  position: relative;
  width: 25%;
}
#global a {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    color: #544c5a;
    padding: .5em 0;
}
#global ul li:after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 0;
    border-right: 1px solid #544c5a;
    right: 0;
    bottom: 0;
    margin: auto;
}
#global ul li:last-child:after {
  display: none;
}
#global a span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 -10px;
}

.topic_path {
    padding: 0 2em;
}
.topic_path ul {
    max-width: 1000px;
    padding: 1em 0;
    margin: 0 auto 2em;
    display: flex;
}
.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;
}

/* article */
article {
  max-width: calc(1000px + 4em);
  padding: 0 2em;
  margin: 3em auto 6em;
  text-align: center;
}
article h2 {
  color: #e83a4c;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: .5em;
}
.about_text {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 30px 0;
}
article h3 {
    color: #e83a4c;
    margin: 2em 0;
}
article h3 span {
    display: inline-block;
    background-color: #e83a4c;
    color: #fff;
    margin-right: 1em;
    padding: 1px 10px;
    border-radius: 5px;
}
aside {
    max-width: calc(980px + 4em);
    margin: 0 auto 250px;
    padding: 0 2em;
}
aside h2 {
    text-align: center;
    margin: 0 0 10px;
}
aside ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
aside ul li {
    margin: 0 1% 1% 0;
    width: 24%;
    display: flex;
    flex-wrap: wrap;
}
aside ul li a {
    display: block;
    padding: 10px 10px 15px;
    border-radius: 5px;
    background-color: #eee;
    text-align: center;
    width: 100%;
}
aside ul li p {
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: left;
}
aside ul li:nth-child(4n) {
    margin-right: 0;
}

/* backnumber */
.backnumber h2 {
  background-color: #e83a4c;
  padding: .5em 1em;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.backnumber dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 2em 6em;
}
.backnumber dt {
  margin: 0 1em 0 0;
}
.backnumber dd {
  margin: 0 0.5em;
}
.backnumber dd a {
  background-color: #eee;
  border-radius: 2px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 15px;
}
.backnumber dd a:last-child {
  margin: 0;
}

.backnumber_list ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.backnumber_list li {
    width: 48%;
    margin: 0 1% 5%;
}

/* footer */
#pagetop {
  margin: -45px 0 0;
}
#pagetop a {
  background-color: #eee;
  display: block;
  width: 90px;
  height: 45px;
  border-radius: 45px 45px 0 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.8em 0 0;
}
footer {
  padding: 0 2em;
  border-top: 10px solid #eee;
}
.footer_contents {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 3em 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_listWrap {
  align-self: center;
  width: 50%;
}
.footer_listWrap p {
  font-size: 22px;
  font-size: 2.2rem;
}
.footer_listWrap ul {
  margin: 1em 2em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_listWrap li {
  margin: 0 0 0.5em 0;
  width: 33%;
  display: inline-block;
}
.footer_listWrap a {
  color: #544c5a;
}
.footer_contact {
  width: 50%;
  border-left: 1px solid #eee;
  padding: 0 0 0 3%;
}
.footer_contact dt {
  margin: 0 0 1em 0;
  text-align: center;
}
.footer_contact dd p {
  max-width: 300px;
  margin: 0 auto;
}
.footer_contact dd a {
  background-color: #a2cbc4;
  padding: 1em 0.5em;
  display: block;
  text-align: center;
  border-radius: 2px;
  color: #544c5a;
}
.copy {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 2em 2em;
  text-align: center;
}
.footer_listWrap li.shop_search {
  display: none;
}

/* list */
.list {
  padding: 0 2em;
}
.listWrap {
  max-width: 1000px;
  margin: 3em auto 5em;
  text-align: center;
}
.listWrap h3 {
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 2.0rem;
}
.listWrap h3.comingsoon {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 5px;
}

.btnCenter {
    text-align: center;
    margin-bottom: 30px;
}

.btn {
    color: #544c5a;
    background-color: #F6F4DD;
    display: inline-block;
    border-radius: 30px;
    padding: 0.5em 1.5em;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    font-size: 1.4rem;
}






@media screen and (max-width: 786px){
  .logo img {
    display: block;
    margin: 0;
  }
  #global ul li {
      width: 50%;
  }
  #global ul li:nth-child(2):after {
    display: none;
  }
  .about_text {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about_text br {
    display: none;
  }
  aside ul li {
    width: 49%;
  }
  aside ul li:nth-child(2n) {
    margin-right: 0;
  }
  .footer_contents {
    display: block;
    padding: 3em 0 1em;
  }
  .footer_contact {
    width: 100%;
    padding: 2em 0 0 0;
    border-left: 0;
    border-top: 1px solid #eee;
  }
  .footer_listWrap {
    text-align: center;
    width: auto;
  }
  .footer_listWrap ul {
    text-align: left;
    margin: 1em 0;
  }
  .footer_listWrap a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_contact dd a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .copy {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .backtop {
    right: 14px;
  }
  .logo {
    padding: 4em 14px 0.5em;
    line-height: 1.5;
  }
  .backnumber h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 14px;
  }
  .backnumber div {
    padding: 0 1em;
  }
  footer {
    padding: 0 1em;
  }
  .footer_listWrap ul {
    margin: 0.5em 0 1em;
  }
  .footer_listWrap li {
    display: none;
  }
  .footer_listWrap li.shop_search {
    display: block;
    width: 100%;
  }
  .footer_listWrap a {
    background-color: #eee;
    padding: 0.8em 0;
    display: block;
    text-align: center;
    border-radius: 3px;
  }
  .footer_contact dd p {
    width: 100%;
  }
}