@charset "UTF-8";
.container {
  max-width: 992px;
}

.ghead {
  border-bottom: 13px solid #e60012;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 10;
  position: relative;
}
.ghead .logo {
  position: relative;
  top: 7px;
}
.ghead nav li {
  border-right: 1px solid #adadad;
  margin-bottom: 17px;
}
.ghead nav li a {
  color: #333;
  padding: 0 .8rem;
  line-height: 1;
}
.ghead nav li a:hover {
  color: #e60012;
}
.ghead nav li:first-child a {
  padding-left: 0;
}
.ghead nav li:last-child {
  border-right: 0;
}
.ghead nav li:last-child a {
  padding-right: 0;
}

#menu-btn {
  background-color: #e60012;
  color: #fff;
  padding: 10px;
  line-height: 1;
  border-radius: 6px;
  border: none;
  outline: 0;
  top: 17px;
  right: 15px;
  position: absolute;
}

@media (max-width: 767px) {
  #menu {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    background-color: #fff;
    padding: 0;
  }
  #menu ul {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  #menu li {
    border-right: none;
    margin: 0;
    position: relative;
  }
  #menu li a {
    padding: 15px;
  }
  #menu li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 15px;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    transform: rotateZ(45deg);
  }

  .nav-item__close {
    background-color: #ffd5d8;
    text-align: center;
  }
  .nav-item__close a::before {
    border: none !important;
  }
}
@media (min-width: 768px) {
  #menu {
    display: block !important;
  }
}
.mainimg {
  text-align: center;
  background-color: #ffdbdb;
  margin-bottom: 10px;
  padding: 0;
}

.menu .row {
  margin: 0 -10px;
}

.menu div[class^='col'] {
  margin-bottom: 10px;
  padding: 0 10px;
}
.menu div[class^='col'] img {
  width: 100%;
}
.menu div[class^='col'] a img.hover:hover {
  opacity: .8;
}

.btn-shops a {
  position: relative;
  display: block;
}
.btn-shops a .btn-shops__txt {
  display: block;
  position: absolute;
  top: -9.5%;
  left: -15px;
}

.box {
  padding: 10px 0 20px;
}

.box-campaign {
  border-top: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
  background-color: #fff2f2;
}

.campaign .row {
  margin: 0 -10px;
}

.campaign a[class^='col'] {
  margin-bottom: 15px;
  padding: 0 8px;
}

.campaign__item {
  display: block;
  margin-bottom: 15px;
}
.campaign__item:hover .campaign__date {
  background-color: #ed0013;
}

.campaign__item:hover {
  text-decoration: none;
}

.campaign_inner {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.campaign__img {
  width: 100%;
  height: 118px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

.campaign__img1 {
  background-image: url("../images/campaign01.jpg");
}

.campaign__img2 {
  background-image: url("../images/campaign02.jpg");
}

.campaign__img3 {
  background-image: url("../images/campaign03.jpg");
}

.campaign__img4 {
  background-image: url("../images/campaign04.jpg");
}

.campaign__date {
  color: #fff;
  background-color: #e60012;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
}

.campaign__msg {
  font-size: .875rem;
  padding: 10px;
}

.campaign__msg p {
  margin: 0;
}
@media (max-width: 767px) {
  .campaign__msg p {
    font-size: .75rem;
  }
}

.newslist {
  margin-bottom: 30px;
}
.newslist dt {
  font-size: .75rem;
}
.newslist dd {
  font-size: .75rem;
}
.newslist .tag {
  background-color: #eee;
  border-radius: 3px;
  color: #fff;
  padding: 2px 5px;
  margin-right: .5em;
}
.newslist .tag__news {
  background-color: #e60012;
}
.newslist .tag__event {
  background-color: #f39800;
}

@media (min-width: 768px) {
  .newslist dt {
    font-size: .875rem;
  }
  .newslist dd {
    margin-top: -1.5em;
    padding-left: 7em;
    font-size: .875rem;
  }
}
.bnr a {
  display: inline-block;
  margin: 2px;
}
@media (min-width: 576px) {
  .bnr a {
    margin: 6px;
  }
}

.gfoot {
  text-align: center;
  color: #fff;
  background-color: #f00;
  padding: 5px;
  font-size: .75rem;
}
.gfoot a {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

p {
  color: #333;
}

img {
  -webkit-backface-visibility: hidden;
}

/* TOP
================================================== */
.top h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
  padding: 0 0 20px;
}
.top h2::before, .top h2::after {
  content: '●';
  color: #e60012;
  font-size: 32px;
}
.top h2::before {
  padding-right: 8px;
}
.top h2::after {
  padding-left: 8px;
}

@media (max-width: 767px) {
  .top h2 {
    font-size: 22px;
  }
  .top h2::before, .top h2::after {
    content: '●';
    color: #e60012;
    font-size: 20px;
  }
}
/* 第2階層
================================================== */
.box-h1 {
  height: 127px;
  align-items: center;
  margin: 50px 0;
  display: flex;
}
.box-h1__okaidoku {
  background-image: url("../images/bg_okaidoku_h1-01.jpg");
  background-repeat: no-repeat;
  background-position: right;
}
.box-h1__okaidoku h1 {
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 2rem;
}
.box-h1__okaidoku h1 span {
  display: block;
  font-size: 1.5rem;
}
.box-h1__okaidoku h1::before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #e60012;
  position: absolute;
  left: 0px;
  border-radius: 10px;
}

.second section {
  margin-bottom: 60px;
}

.second h2 {
  display: inline-block;
  font-size: 2.06rem;
  line-height: 1.3;
  border-bottom: 8px solid #e60012;
  text-align: left;
  margin-bottom: 30px;
}

.line h2 {
  display: table;
  margin: 0 auto 70px;
}
.line h3 {
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 1.75rem;
}
.line h3::before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #e60012;
  position: absolute;
  left: 0px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .box-h1 {
    height: auto;
    margin: 20px 0;
  }
  .box-h1__okaidoku {
    background-image: none;
  }
  .box-h1__okaidoku h1 {
    font-size: 1.3rem;
  }
  .box-h1__okaidoku h1 span {
    font-size: 1.1rem;
  }

  .second h2 {
    display: table;
    margin: 0 auto 30px;
    font-size: 1.4rem;
    border-bottom: 5px solid #e60012;
  }

  .line h3 {
    font-size: 1.5rem;
  }
}
.items__inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-bottom: 15px;
}
.items__img {
  text-align: center;
  margin-bottom: 5px;
}
.items__ttl {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
.items__msg p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .items {
    margin-left: 0;
    margin-right: 0;
  }
  .items [class*=col] {
    padding: 5px;
  }
  .items__inner {
    margin-bottom: 0;
  }
  .items__ttl {
    font-size: .75rem;
  }
  .items__msg {
    font-size: .75rem;
  }
}
.line b {
  color: #f44a5e;
}
.line .step-msg {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.line .step-num {
  position: relative;
  color: #fff;
  background-color: #5ac200;
  font-weight: bold;
  border-radius: 1em;
  padding: 0 8px;
  width: 1em;
  height: 1em;
  margin-right: 3px;
}
