@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 145px;
  text-align: center;
  font-size: 1.2rem
}


/*------------------------------------------*/
/*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: 3% 0;
}

.g-map iframe {
  width: 100%;
  height: 500px;
}


/*------------------------------------------*/
/*page_top_button
/*------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 115px;
  right: calc(50% - 404px);
  font-size: 70%;
  font-weight: 800;
  z-index: 2;
}

@media ( max-width: 827px ) {
  #page-top {
    right: 10px;
  }
}

#page-top a {
  background: #fff;
  opacity: 0.5;
  text-decoration: none;
  color: #333;
  width: 74px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
}


/*------------------------------------------*/
/*fixed
/*------------------------------------------*/
.fixed {
  max-width: 828px;
  height: 106px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}

.fixed.buttons {
  height: 106px;
}

.fixed p {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  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(5) {
  width: 100%;
}

.fixed li a {
  display: block;
  background: #0067b7;
  height: 70px;
  font-size: 1.6rem;
  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;
  padding-left: 10px;
}

.fixed.buttons ul li a {
  height: 50px;
  padding-left: 0;
}

.fixed li:nth-child(1),
.fixed li:nth-child(3) {
  border-right: solid 2px #fff;
}

.fixed.buttons ul li:nth-child(5) a {
  background: #00b6f1;
}

.fixed li a.web-click1,
.fixed li a.web-click4 {
  pointer-events: none;
}

.fixed li a.web-click1:before,
.fixed li a.web-click4:before {
  content: "受付終了！";
  position: absolute;
  display: inline-block;
  background: #e70012;
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-10deg);
  padding: 2px 2px 2px 5px;
  color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 20px;
  text-align: center;
}

.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: 2.5vw;
  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.web_click:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/common/icon_entry.svg) no-repeat center/contain;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.fixed li a span.date {
  display: block;
  color: #e1a6a6;
  font-size: 12px;
}