@charset "utf-8";


/*------------------------------------------*/
/*common
/*------------------------------------------*/

body {
  max-width: 828px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main {
  margin: 0 auto;
}

.contents {
  margin: 0 auto;
}

.contents p {
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 5%;
  background: #c11732;
  color: #fff;
  margin-top: -50px;
}

.contents p.under {
  padding: 20px;
  background: #fff;
  color: #333;
  margin-top: 0;
}


/*------------------------------------------*/
/*header
/*------------------------------------------*/
header {
  width: 90%;
  margin: 0 auto;
}

.l_header p {
  font-size: 1.5rem;
  display: block;
  padding: 0;
  margin: 10px auto;
  text-align: center;
}

.l_header_name-inner {
  padding: 20px 0 10px;
}

.l_header_name {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.l_header_logo {
  width: 100%;
  max-width: 320px;
  display: block;
  padding: 0;
  margin: 0 auto 10px;
}

.l_header_name h2 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #c21732;
}

@media (max-width: 767px) {
  .l_header_name h2 {
    font-size: 1.8rem;
  }
}

.l_header_btn_wrap {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
}

.l_header_btn_wrap a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
}


/*------------------------------------------*/
/*footer
/*------------------------------------------*/
footer .copyright {
  padding: 10px 0 135px;
  text-align: center;
  font-size: 1.2rem
}

footer .copyright.higher {
  padding: 10px 0 200px;
}


/*------------------------------------------*/
/*campaign
/*------------------------------------------*/
.campaign p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}


/*------------------------------------------*/
/*shop_block
/*------------------------------------------*/
.shop {
  width: 90%;
  margin: auto;
}

.shop-overview .shop-ttl {
  display: flex;
  align-content: center;
  max-width: 530px;
  margin: 0 0 10px;
}

.shop-overview .shop-ttl img {
  width: 36px;
  margin-right: 12px;
}

.shop-overview .shop-ttl h3 {
  font-size: 2.4rem;
}

.shop-overview .shop-ttl h3 span {
  font-size: 8px;
  display: block;
}

.shop-overview .address {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: bolder;
}

.shop-overview .notes {
  font-size: 1.4rem;
}

.shop-overview .tel {
  font-weight: bold;
  font-size: 2.8rem;
  color: #c21732;
  text-decoration: none;
  pointer-events: auto;
  cursor: auto;
}

.shop-overview .tel span {
  font-size: 1.8rem;
  color: #000;
}

.annotation_03 {
  margin: 0 auto;
  padding: 12px;
  background-color: #FFF;
  border: solid 1px #c21732;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
  margin: 20px 0 30px;
  color: #c21732;
  font-weight: bold;
}

.g-map {
  margin: 0 0 50px;
}

.g-map iframe {
  width: 100%;
  height: 250px;
}


/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 110px;
  right: calc(50% - 404px);
  font-size: 70%;
  font-weight: 800;
  z-index: 2;
}

@media ( max-width: 827px ) {
  #page-top {
    right: 10px;
  }
}

#page-top.higher {
  bottom: 195px;
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 80px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
}


/*------------------------------------------*/
/*fixed
/*------------------------------------------*/
.fixed {
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: 828px;
}

.fixed.buttons {
  height: 100px;
}

.fixed p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top: 2px solid #fff;
  background: #00b6f1;
  padding: 5px 0;
}

.fixed p span {
  display: block;
  font-size: 12px;
  color: #ffeb00;
}

.fixed ul {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.fixed.buttons ul {
  flex-wrap: wrap;
}

.fixed ul li {
  width: 100%;
  box-sizing: border-box;
  border-top: solid 2px #fff;
}

.fixed.buttons ul li {
  width: 50%;
}

.fixed.buttons ul li:nth-child(3) {
  width: 100%;
}

.fixed li a {
  display: block;
  background: #0067b7;
  height: 60px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fixed li a.web-click_other {
  padding-left: 10px;
}

.fixed.buttons ul li a {
  height: 50px;
  padding-left: 0;
}

.fixed li:not(:last-of-type) {
  border-right: solid 2px #fff;
}


.fixed li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 6%;
  transform-origin: center center;
  transform: translateY(-50%) rotate(-45deg);
}

.fixed li a.tel_tap:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.fixed li a.tel_tap small {
  font-size: 1.1rem;
  vertical-align: 3px;
}

.fixed li a.web-click_other:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
  top: 50%;
  left: 8%;
  transform: translateY(-53%);
}

.fixed li a span.date {
  display: block;
  color: #e1a6a6;
  font-size: 12px;
}

.sp {
  display: none;
}

@media ( max-width: 767px ) {

  #page-top {
    bottom: 145px;
  }

  .fixed {
    height: 134px;
  }

  .fixed p {
    font-size: 1.4rem;
  }

  .fixed ul {
    flex-wrap: wrap;
  }

  .fixed ul li {
    width: 50%;
  }

  .fixed li:nth-child(2) {
    border-right: none;
  }

  .fixed li a {
    font-size: 1.3rem;
    height: 48px;
    line-height: 1.2;
  }

  .fixed li a.web_click:before {
    width: 18px;
    height: 18px;
  }

  .sp {
    display: block;
  }

}