@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;}

/*-----------------
header
-----------------*/
.bg1 {
  background-image: url(images/bg.png);
  padding: 2em;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg2 {
  background-color: #ea6da4;
  margin: 0 auto;
  padding: 2em 0 2em;
  text-align: center;
}
#header_summary {
  max-width: calc(980px + 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: 980px;
  margin: 0 auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
#header_image {
  margin-bottom: 3em;
}

/* topic_path */
.topic_path {
  padding: 1em 2em;
}
.topic_path ul {
  max-width: 980px;
  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 {
  margin: 0 auto;
  text-align: center;
  max-width: 980px;
}
section {
  max-width: calc(980px + 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 {
  background-color: #e50012;
  padding: 2em;
  max-width: 980px;
  margin: 1em auto;
}
.btn1 a {
  background-color: #fff;
  color: #000;
  font-size: 30px;
  font-size: 3.0rem;
  display: inline-block;
  font-weight: bold;
  padding: .2em 2em;
  border: 3px solid #000;
  border-radius: 30px;
}
.shop_link {
  text-align: center;
  margin-top: 3em;
}
.shop_link h2 {
  margin: 2em;
}
.shop_link h3 {
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #d1e1ee;
  max-width: 980px;
  margin: 0 auto;
  padding: .5em 28px;
}
.shop_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: calc(980px + 4em);
  padding: 0 2em;
  margin: 0 auto 1em;
}
.shop_link li {
  width: 32%;
  margin: 0 0 1em;
}
.shop_link li div {
  background-color: #d1e1ee;
  width: 100%;
  height: 100%;
  padding:2em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
.shop_link li div>p {
  font-size: 24px;
  font-size: 2.4rem;
  color: #1a4f91;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #16548d;
  width: 100%;
  line-height: 1.2;
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop_link li address {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  width: 100%;
}
.shop_btn {
  background-color: #16548d;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  padding: .8em;
  margin: 0.2em 0;
  border-radius: 5px;
}
.shop_btn.first {
  margin-top: 1em;
}
#acMenu dt {
/*  cursor:pointer;*/
  margin-bottom: 1em;
}
#acMenu dt h3 {
  position: relative;
}
#acMenu dd {
/*  display:none;*/
  margin-bottom: 5em;
}
/*
#acMenu dt h3:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 0 solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid black;
}
*/
#acMenu dt.active h3:after {
  border-top: 0 solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid black;
}
.shop_link h3.choku {
  margin: 1.5em auto 1em;
}
.shop_link #acMenu dd li {
  width: 24%;
}
.shop_link #acMenu dd li div>p {
    font-size: 16px;
    font-size: 1.6rem;
}
.shop_link #acMenu dd li address {
  font-size: 12px;
  font-size: 1.2rem;
}
.shop_link #acMenu li div>p {
  min-height: auto;
}

/*-----------------
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: 768px) {
  .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;
  }
  .shop_link li div {
    padding: 1em;
  }
  .shop_link li div>p {
    font-size: 3.5vw;
    min-height: auto;
  }
  .shop_link li address {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .shop_link #acMenu dd li {
    width: 49%;
  }
  .shop_btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn1 a {
    font-size: 5vw;
  }
}