/* ================================================= *
 *        	Common
 * ================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

p, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

.text-center {
  text-align: center;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

@media only screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\A";
    white-space: pre;
  }
}

/* ------------------------------------
			font
------------------------------------ */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-family: sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #4d4d4d;
  font-size: 1.6rem;
}

/* <--@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

/* ------------------------------------
			layout
------------------------------------ */
.container {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  .container {
    max-width: 1000px;
  }
}

.alignleft {
  display: block;
  float: left;
}

.alignright {
  display: block;
  float: right;
}

@media print, screen and (max-width: 767px) {
  .onlyPc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .onlySp {
    display: inline-block;
  }
  .onlySp {
    display: none;
  }
}

/* ------------------------------------
			margin
------------------------------------ */
.margin-top-lg {
  margin-top: 60px;
}

.margin-top-md {
  margin-top: 30px;
}

.margin-top-sm {
  margin-top: 15px;
}

.margin-bottom-lg {
  margin-bottom: 60px;
}

.margin-bottom-md {
  margin-bottom: 30px;
}

.margin-bottom-sm {
  margin-bottom: 15px;
}

/* ------------------------------------
			padding
------------------------------------ */
.padding-top-lg {
  padding-top: 60px;
}

.padding-top-md {
  padding-top: 30px;
}

.padding-top-sm {
  padding-top: 15px;
}

.padding-bottom-lg {
  padding-bottom: 60px;
}

.padding-bottom-md {
  padding-bottom: 30px;
}

.padding-bottom-sm {
  padding-bottom: 15px;
}

/* ------------------------------------
			page-top
------------------------------------ */
.pageTopArea {
  position: fixed;
  bottom: 50px;
  /* bottom: 1px; */
  right: 5px;
  /* right: 1px; */
  z-index: 10;
}

.pageTop a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: inherit;
  background-color: #2e5fa2;
  opacity: 0.9;
  /* border-radius: 3px 0 0 0; */
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
}

.pageTop a:hover {
  opacity: 1.0;
  text-decoration: none;
}

@media only screen and (min-width: 991px) {
  header .header_inner .head_ttl_wrap ul.head_btn_area li.web a {
    padding: 16px 17px;
  }
}

header .header_inner .head_ttl_wrap ul.head_btn_area li.web:hover {
  background-color: #FF1493;
}

#pageTop {
  display: block;
  padding-top: 8px;
}

/* ================================================= *
 *        	header
 * ================================================= */
/* ------------------------------------
			responsive-menu
------------------------------------ */
header {
  width: 100%;
  margin: 0 auto;
}

header .header_inner {
  max-width: 1000px;
  width: 100%;
}

header .header_inner .head_ttl_wrap {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  z-index: 999;
}

header .header_inner .head_ttl_wrap .head_logo {
  margin-right: 65px;
}

header .header_inner .head_ttl_wrap .head_logo.onlyPc {
  font-size: 1.3rem;
  font-weight: bold;
}

header .header_inner .head_ttl_wrap .head_logo.onlyPc a {
  display: flex;
  align-items: center;
  color: #1c398a;
}

header .header_inner .head_ttl_wrap .head_logo.onlyPc img {
  width: 250px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  header .header_inner .head_ttl_wrap .head_logo {
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  header .header_inner .head_ttl_wrap .head_logo {
    width: 260px;
    text-align: left;
    margin: 0 0 15px 0;
  }
}

header .header_inner .head_ttl_wrap ul.head_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

header .header_inner .head_ttl_wrap ul.head_btn_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 70px;
  /*padding: 10px 15px;*/
}

header .header_inner .head_ttl_wrap ul.head_btn_area li img {
  padding: 10px 15px;
  vertical-align: bottom;
}

header .header_inner .head_ttl_wrap ul.head_btn_area li.web {
  margin-right: 6px;
  background-color: #FF0000;
}

header .header_inner .head_ttl_wrap ul.head_btn_area li.web a {
  display: block;
}

header .header_inner .head_ttl_wrap ul.head_btn_area li.tel {
  margin-left: 6px;
  background-color: #F6921E;
}

header .header_inner nav ul#head_menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

header .header_inner nav ul#head_menu li a {
  display: block;
  height: 100%;
  color: #fff;
}

header .header_inner nav ul#head_menu li a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 991px) {
  header .header_inner .head_ttl_wrap ul.head_btn_area li {
    width: 266px;
    height: 78px;
  }
  header .header_inner .head_ttl_wrap ul.head_btn_area li img {
    padding: 0;
  }
}

@media only screen and (min-width: 769px) {
  header {
    border-top: 20px solid #e67b11;
  }
  header .header_inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  header .header_inner .head_ttl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 15px 15px;
  }
  header .header_inner .head_ttl_wrap ul.head_btn_area {
    margin-top: 0;
  }
  header .header_inner nav ul#head_menu {
    width: 100%;
  }
  header .header_inner nav ul#head_menu li {
    display: inline-block;
    width: 14.2857%;
    height: 100%;
    border-right: 1px solid #004097;
    text-align: center;
    vertical-align: bottom;
  }
  header .header_inner nav ul#head_menu li:nth-child(7) {
    border-right: 1px solid #fff;
  }
  header .header_inner nav ul#head_menu li:last-child {
    display: none;
  }
  header .header_inner nav ul#head_menu li img {
    vertical-align: bottom;
  }
  header .header_inner nav ul#head_menu li a {
    color: #004097;
  }
}

@media only screen and (max-width: 768px) {
  header .header_inner nav ul#head_menu {
    display: none;
  }
  /*
  header .header_inner .head_ttl_wrap .head_logo {
    width: 280px;
  }
  header .header_inner nav ul#head_menu {
    display: none;
    position: fixed;
    top: 80px;
    background-color: #fff;
    z-index: 9;
  }
  header .header_inner nav ul#head_menu li {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #000;
    text-align: center;
  }
  header .header_inner nav ul#head_menu li a {
    color: #004097;
    font-weight: bold;
  }
  header .header_inner nav ul#head_menu li:last-child {
    border-bottom: 1px solid #000;
    display:block;
    background-color: #004097;
  }
  header .header_inner nav ul#head_menu li:last-child p {
    color: white;
  }
*/
}

@media only screen and (max-width: 480px) {
  header .header_inner .head_ttl_wrap ul.head_btn_area li {
    height: 50px;
  }
  header .header_inner .head_ttl_wrap ul.head_btn_area li img {
    padding: 5px 10px;
  }
}

#sp_menu {
  display: none;
  z-index: 9;
}

.btn .hm_btn {
  background: url(../img/common/open.png) no-repeat;
  background-size: contain;
}

.close {
  display: block;
  /*  width: 100%;*/
  background-color: #fff;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.close .hm_btn {
  background: url(../img/common/close.png) no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  #sp_menu {
    display: inline-block;
    position: fixed;
    top: 0;
    height: 80px;
  }
  #sp_menu .btn_wrap {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 60px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #sp_menu .btn_wrap .hm_btn {
    width: 30px;
    height: 40px;
    cursor: pointer;
  }
}

.head_tel_sp {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.head_tel_sp p small {
  font-size: 1.2rem;
}

.header_inner nav ul#head_menu #header_shop {
  position: relative;
}

.header_inner nav ul#head_menu #header_shop_detail {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header_inner nav ul#head_menu #header_shop_detail li {
  width: 100%;
  border: unset;
}

.header_inner nav ul#head_menu #header_shop_detail li a {
  color: white;
  background: black;
  padding: 8px 6px;
  opacity: 0.8;
}

.header_inner nav ul#head_menu #header_shop_detail li a:hover {
  background: white;
  color: black;
}

.header_inner nav ul#head_menu #header_shop_detail li:last-child {
  display: unset;
}

#head_menu_sp_container {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 45px;
  display: none;
}

#head_menu_sp_container .img_area {
  height: 115px;
  background-color: white;
  padding: 10px;
  position: relative;
}

#head_menu_sp_container .img_area #menu_logo {
  width: 260px;
  max-width: calc(100% - 70px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_inner nav ul#head_menu_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header_inner nav ul#head_menu_sp li {
  width: 33.3333%;
  border: 1px solid #f0f0f0;
  height: 120px;
  min-height: 120px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
}

.header_inner nav ul#head_menu_sp li a {
  height: 100%;
  width: 100%;
}

.header_inner nav ul#head_menu_sp li a div {
  height: 65%;
  position: relative;
}

.header_inner nav ul#head_menu_sp li a div img {
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header_inner nav ul#head_menu_sp li p {
  text-align: center;
  height: 30%;
  font-size: 1.4rem;
  color: #024097;
  font-weight: bold;
}

.header_inner nav ul#head_menu_sp li p.single {
  line-height: 44px;
}

.header_inner nav ul#head_menu_sp li p.double {
  line-height: 22px;
}

.header_inner nav #head_menu_sp_bottom {
  background-color: #024097;
  color: white;
  text-align: center;
}

/* ================================================= *
 *        	section common
 * ================================================= */
main {
  text-align: center;
}

main section > h1 {
  color: #fff;
  padding: 15px 0;
  background-color: #004097;
}

.form_btn {
  display: block;
  padding: 15px;
  background-color: #004097;
  border-radius: 10px;
  text-align: center;
}

.form_btn img {
  vertical-align: bottom;
}

.form_btn:hover {
  background-color: #1046F4;
}

.shop_background {
  background-color: #ffffff;
  border-right: solid 18px;
  border-left: solid 18px;
  border-bottom: solid 20px;
  border-color: #f7b515;
}

.shop_move img:hover {
  opacity: 0.8;
}

.point_bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.point_bnr_area li {
  padding: 0 10px;
}

.point_bnr_area li p {
  font-size: 1.2rem;
  text-align: right;
  font-weight: bold;
}

/* ------------------------------------
 *        	cashless
------------------------------------ */

/* cashlessセクション全体 */
.cashless {
    padding: 40px 0;
    font-family: sans-serif; /* 基本のフォントを指定 */
}

/* 中央のタイトル */
.cashless_ttl {
    display: flex; /* フレックスボックスを有効化 */
    flex-wrap: wrap; /* 横幅が足りない場合に折り返す */
    justify-content: center; /* 全体を中央揃えに保つ */
    gap: 0 0.5em; /* span間の隙間を半角スペース分ほど確保 */
    color: #d7000f; /* テキストの色を赤に */
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* 青い背景のラッパー */
.cashless_wrap {
    background-color: #004098; /* 背景色を青に */
    border-radius: 8px; /* 角を丸くする */
    padding: 20px;
    color: white; /* 中のテキストを白に */
    text-align: center;
}

/* ラッパー内のヘッダーテキスト */
.cashless_head {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* ロゴリストを囲む白いエリア */
.cashless_list_wrap {
    background-color: white;
    border: 1px solid #ddd; /* 境界線を薄い灰色に */
    border-radius: 4px; /* 角を少し丸くする */
    overflow: hidden; /* 子要素のはみ出しを隠す */
    padding: 10px;
    display: flex;
    justify-content: space-around;
    gap: 0 10px;
    flex-wrap: wrap;
}


.cashless_list_wrap >div {
    width: 48%;
}

/* 「クレジットカード」「コード決済」のタブ部分 */
.cashless_list_wrap p {
    display: flex; /* 横並びにする */
    margin: 0;
}

.cashless_list_wrap p span {
    flex: 1; /* 2つの要素を均等な幅にする */
    background-color: #808080; /* 背景をグレーに */
    color: white;
    padding: 5px 0;
    margin: 10px;
    font-weight: bold;
    font-size: 22px;
}

/* ロゴのリスト全体 */
.cashless_list {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    justify-content: space-evenly; /* 中央揃え */
    align-items: center; /* 垂直方向の中央揃え */
    list-style: none;
    padding: 10px 0;
    margin: 0;
    gap: 10px; /* アイテム間の余白（縦・横） */
}

/* ロゴの各アイテム */
.cashless_item {
    display: flex;
    align-items: center;
}

/* ロゴ画像の高さ調整 */
.cashless_item img {
    height: 40px; /* ロゴの高さを統一 */
    width: auto;
}

/* 最後の黄色いテキスト */
.cashless_bottom {
    margin-top: 15px;
    color: yellow; /* テキストを黄色に */
    font-weight: bold;
    font-size: 22px;
}

/* --- レスポンシブ対応（スマートフォンなど） --- */
@media (max-width: 768px) {
    .cashless_ttl {
        font-size: 20px;
    }

    .cashless_head,
    .cashless_bottom {
        font-size: 16px;
    }
    
    .cashless_list_wrap >div {
        width: 100%;
    }

    .cashless_list {
        padding: 15px;
        gap: 5px;
    }

    .cashless_item img {
        height: 40px; /* スマホでは少し小さく */
    }
}

/*

.cashless {
  padding: 80px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .cashless {
    padding: 40px 0;
  }
}

.cashless .container {
  max-width: 1000px;
}

@media (max-width: 991px) {
  .cashless .row {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.cashless_wrap {
  padding: 4% 10%;
  border: 4px solid #003e8b;
}

@media (max-width: 768px) {
  .cashless_wrap {
    padding: 4%;
  }
}

.cashless_ttl {
  margin-bottom: 30px;
  color: #003e8b;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cashless_ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.cashless_txt {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00408e;
  color: #00408e;
  font-size: 2.6rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cashless_txt {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: 4%;
    padding-bottom: 10px;
  }
}

.cashless_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.cashless_list:first-of-type {
  max-width: 446px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cashless_list:first-of-type {
    margin-bottom: 2%;
  }
}

.cashless_list:last-of-type {
  max-width: 660px;
}

@media (max-width: 768px) {
  .cashless_list:last-of-type .cashless_item {
    margin: 0 5px;
  }
}

.cashless_item {
  margin: 0 15px;
}

@media (max-width: 480px) {
  .cashless_item {
    margin: 0 2%;
  }
}
*/

/* ------------------------------------
 *        	contact
------------------------------------ */
.contact {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .contact {
    margin-bottom: 40px;
  }
}

.contact .container {
  max-width: 1000px;
}

@media (max-width: 991px) {
  .contact .row {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .contact_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
}

.contact_item {
  width: 490px;
  margin: auto;
}

@media (max-width: 768px) {
  .contact_item {
    max-width: 370px;
    width: 100%;
    margin: auto;
  }
}

.contact_item:first-of-type {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .contact_item:first-of-type {
    margin-bottom: 15px;
  }
}

.contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px;
  height: 95px;
  color: #fff;
}

.contact_link:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .contact_link {
    height: 64px;
  }
}

@media (max-width: 480px) {
  .contact_link {
    padding: 0 25px;
  }
}

@media (max-width: 360px) {
  .contact_link {
    padding: 0 10px;
  }
}

.contact_link.web {
  background-color: #d63b32;
}

.contact_link.web .icon {
  width: 89px;
}

@media (max-width: 768px) {
  .contact_link.web .icon {
    width: 60px;
  }
}

.contact_link.tel {
  background-color: #ea8828;
  margin-bottom: 5px;
}

.contact_link.tel .icon {
  width: 60px;
}

@media (max-width: 768px) {
  .contact_link.tel .icon {
    width: 40px;
  }
}

.contact_link.tel .tel_icon {
  display: inline-block;
  width: 27px;
  margin-right: -5px;
}

@media (max-width: 768px) {
  .contact_link.tel .tel_icon {
    width: 20px;
    margin-right: 0;
  }
}

.contact_link.tel .number {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  letter-spacing: 0.125rem;
}

@media (max-width: 768px) {
  .contact_link.tel .number {
    font-size: 2.4rem;
  }
}

.contact_tel_note {
  color: #333;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .contact_tel_note {
    font-size: 1.0rem;
  }
}

.header_inner .contact_list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 417px;
  width: 100%;
  margin: auto;
  font-size: 1.4rem;
}

@media (max-width: 480px) {
  .header_inner .contact_list {
    font-size: 1.2rem;
  }
}

.header_inner .contact_item {
  width: 49%;
  margin: 0;
}

.header_inner .contact_link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
}

@media (max-width: 480px) {
  .header_inner .contact_link {
    height: 50px;
  }
}

.header_inner .contact_link.web {
  padding: 0 10px;
}

@media (max-width: 480px) {
  .header_inner .contact_link.web {
    padding: 0 12px;
  }
}

.header_inner .contact_link.web .icon {
  width: 50px;
}

@media (max-width: 480px) {
  .header_inner .contact_link.web .icon {
    width: 40px;
  }
}

.header_inner .contact_link.tel {
  padding: 0 12px;
  text-align: center;
}

.header_inner .contact_link.tel .icon {
  width: 36px;
}

@media (max-width: 480px) {
  .header_inner .contact_link.tel .icon {
    width: 30px;
  }
}

.header_inner .contact_link.tel .number {
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .header_inner .contact_link.tel .number {
    font-size: 1.4rem;
  }
}

.header_inner .contact_link .txt {
  margin-left: 8px;
}

@media (max-width: 480px) {
  .header_inner .contact_link .txt {
    margin-left: 5px;
  }
}

/* ------------------------------------
 *        	campaign
------------------------------------ */
.campaign_ttl {
  margin-bottom: 30px;
  color: #00408e;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .campaign_ttl {
    font-size: calc(36 / 750 * 100vw);
  }
}

.campaign_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign_item {
  max-width: 443px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .campaign_list {
    width: 94%;
    margin: auto;
  }
  .campaign_item {
    margin: 0 1.5%;
  }
}

/* ------------------------------------
 *        	foot_contact
------------------------------------ */
.foot_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2rem;
  opacity: 1;
  z-index: 9;
}

.foot_contact.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}

.foot_contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 2);
  padding: 5px;
  color: #fff;
}

.foot_contact_item:first-of-type {
  background-color: #d63b32;
}

.foot_contact_item:last-of-type {
  background-color: #ea8828;
}

.foot_contact .web_icon {
  width: 40px;
  margin-right: 5px;
}

.foot_contact .tel_icon {
  width: 20px;
  margin-right: 5px;
}

.foot_contact_txt {
  font-weight: bold;
}

.foot_contact_txt .reception_time {
  display: block;
  font-size: 1.0rem;
}

/* ------------------------------------
 *        	footer
------------------------------------ */
.footer {
  border-top: 11px solid #1c398a;
  text-align: left;
}

.footer_shopinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 25px 4%;
}

@media (max-width: 768px) {
  .footer_shopinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  .footer_shopinfo {
    font-size: 1.1rem;
  }
}

.footer_shopinfo_detail {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .footer_shopinfo_detail {
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}

.footer_shopinfo_detail .logo {
  width: 234px;
  margin-bottom: 10px;
}

.footer_shopinfo_detail .time {
  margin-bottom: 5px;
}

.footer_shopinfo_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .footer_shopinfo_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer_shopinfo_nav .shop:first-of-type {
  margin-right: 60px;
}

@media (max-width: 480px) {
  .footer_shopinfo_nav .shop:first-of-type {
    margin-right: 20px;
  }
}

.footer_shopinfo_nav .shop_name {
  margin-bottom: 5px;
  color: #00408e;
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 480px) {
  .footer_shopinfo_nav .shop_name {
    font-size: 1.2rem;
  }
}

.footer_shopinfo_nav .shop_address {
  margin-bottom: 5px;
}

.footer_siteinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 10px 4%;
  color: #fff;
}

.footer_siteinfo_wrap {
  background-color: #ea8828;
}

@media (max-width: 480px) {
  .footer_siteinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_siteinfo_nav_item {
  display: inline-block;
  margin: 0 5px;
}

.footer_siteinfo_nav_link {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  .footer_siteinfo_nav_link {
    font-size: 1.3rem;
  }
}

.footer_siteinfo .copyright {
  color: #f7d3b0;
  font-size: 1.2rem;
}

@media (max-width: 480px) {
  .footer_siteinfo .copyright {
    margin: 5px 0;
  }
}

.ladybug_link_area{
    width: 80%;
    margin: 40px auto 0;
}

@media (max-width: 480px) {
    .ladybug_link_area{
        width: 100%;
    }
}

.ladybug_link_area{
    text-align: center;
    font-size: 2rem;
    color: #cd011c;
    font-weight: bold;
}

@media (max-width: 768px) {
    .ladybug_link_area{
        font-size: 1.8rem;
    }
}

/*20210615*/
@media (max-width: 768px) {
  header .header_inner .head_ttl_wrap .head_logo {
    margin: 0;
  }
  .header_inner .contact_list {
    display: none;
  }
}

/* ------------------------------------
 *        	中見出しの追加
------------------------------------ */
/* 店舗ページのみ表示 */
.cashless_title,
.contact_title,
.ladybug_link_area_title {
  display: none;
}
#shop .cashless_title,
#shop .contact_title,
#shop .ladybug_link_area_title {
  display: block;
}
