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

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;border:0}
html{font-size:62.5%;}
body{
  line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

.shop_btn {
  margin: 5em 2em;
}
.shop_btn a {
  position: relative;
  background-color: #e50012;
  color: #fff;
  display: block;
  padding: .5em 2em;
  text-align: center;
  border-radius: 10px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.shop_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

/*-----------------
header
-----------------*/
#header_summary {
  max-width: calc(1100px + 4em);
  margin: 0 auto;
  padding: 0.5em 2em;
}
#header_summary img {
  display: block;
}
.title {
  padding: 1em 2em;
  color: #fff;
  background-color: #0c4fab;
}
.title h1 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
#header_image {
  text-align: center;
}

/* topic_path */
.topic_path {
  padding: 1em 2em;
}
.topic_path ul {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.topic_path li {
  position: relative;
  padding: 0 2em 0 0 ;
  font-size: 12px;
  font-size: 1.2rem;
}
.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;
}

/*-----------------
blog
-----------------*/
article {
  text-align: center;
  background-color: #b0cf77;
  padding-bottom: 3em;
}
article div {
  max-width: 1100px;
  margin: 0 auto;
}
section {
  max-width: calc(1100px + 4em);
  margin: 3em auto 0;
  text-align: center;
  padding: 0 2em;
}
article h2,
section h2 {
  font-size: 30px;
  font-size: 3.0rem;
  background-color: #0c4fab;
  color: #fff;
  padding: 14px;
}
.btn1 {
  padding: 2em 2em 5em;
}
.btn1>p {
  margin-top: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
}
.shop_link {
  text-align: center;
}
.shop_link h2 {
  margin: 2em 2em .5em;
}
.shop_link h3 {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #b3edff;
  max-width: 1100px;
  margin: 0 auto;
  padding: .5em 28px;
}
.shop_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc(1100px + 4em);
  padding: 0 2em;
  margin: 1em auto 1em;
}
.shop_link li {
  width: 32%;
  margin: 0 0 1em;
}
.shop_link li div {
  width: 100%;
  height: 100%;
  padding: 1em .5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 5px solid #b3edff;
  min-height: 130px;
}
.shop_link li div p span {
  border: 1px solid #000;
  padding: 0 2px;
  display: inline-block;
  margin: 2px 0;
}
.shop_link a {
  background-color: #0c4fab;
  color: #fff;
  padding: 2px 1em;
  display: inline-block;
  border-radius: 20px;
  margin: .3em 0 0;
}
.shop_link li strong {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.shop_link li address {
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
.shop_link li p {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}
.shop_link .red {
  color: #e50012;
}
.shop_link .blue {
  color: #004da0;
}
.small_s strong {
  font-size: 90% !important;
}
.small_p p {
  font-size: 80% !important;
}
.holiday {
  margin-bottom: 3em;
}
.holiday span {
  border: 1px solid #000;
  padding: 1px 2px;
  margin: 0 2px;
}

/* main  */
.main {
  margin: 0 auto;
  max-width: calc(960px + 4em);
  text-align: center;
}
.video_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.3%;
}
.video_wrap > video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.shop_listmenu {
  max-width: calc(1100px + 4em);
  margin: 0 auto;
  display: flex;
  padding: 0 2em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop_listmenu a {
  background-color: #ffdc02;
  display: block;
  padding: 1em;
  border-radius: 10px;
  width: 32%;
  margin: .5% 1% .5% 0;
}
.shop_listmenu a:nth-child(3n) {
  margin-right: 0;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu a {
  background: #e50012;
  padding: 10px 30px;
  margin: 3em auto 10px;
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 450px;
}
.footer_menu p {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 14px;
  text-align: center;
}

/*-----------------
footer
-----------------*/
/* pagetop */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#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: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0c4fab;
}
#pagetop a::after {
  left: 37%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  top: 6px;
}
footer {
  margin: 30px 0 0;
  background: #ededed;
  text-align: center;
  padding: 14px;
  color: #000;
  font-size: 10px;
  font-size: 1.0rem;
}

.h1 {
  margin: 14px 14px 0;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: bold;
  color: #de050e;
}
.caution {
  margin: 0 14px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .title h1 {
      font-size: 4vw;
  }
  .caution {
    text-align: left;
  }
  nav {
    display: none;
  }
  .contents {
    padding: 0 1em;
  }
  section {
    padding: 0;
  }
  article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .shop_link li {
    width: 49%;
  }
  .shop_link li strong br {
    display: none;
  }
  .shop_link li strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer_menu  p {
    text-align: left;
  }
  footer {
    text-align: left;
  }
}