@charset "utf-8";
/* CSS Document */
/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
section, article {
  display: block;
}
/* reset for iOS */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/* base */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  font-size: 15px;
  font-family: A1 Gothic M, 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px;
  box-sizing: border-box;
  background-color: #fff;
  color: #0f0f0f;
  padding: 0em;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
a {
  text-decoration: none !important;
}
img {
  width: 100%;
}
#header {
  width: 100%;
  max-width: 1280px;
  margin: 1.65% auto;
  display: -webkit-flex;
  display: flex;
}
h1 {
  width: 300px;
  margin-left: 3.5%;
}
h1 img {
  max-width: 300px;
  width: 100%;
}
h3 {
  font-size: 16px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.f19 {
  font-size: 19px !important;
}
.f20 {
  font-size: 20px !important;
}
.left {
  text-align: left !important;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.bk-blue1 {
  background: #2BB4C3;
}
.bk-green1 {
  background: #6FB92C;
}
.bk-green2 {
  background: #E8F9D7;
}
.p_bottom3 {
  padding-bottom: 3% !important;
}
.center {
  text-align: center !important;
}
.htxt {
  margin: 0.5% 0 0 7.8%;
  font-weight: bold;
}
.disabled {
  pointer-events: none;
}
#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
/* table */
.tableWrap {
  overflow: auto;
  white-space: nowrap;
}
.tableWrap::-webkit-scrollbar {
  height: 5px;
}
.tableWrap::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tableWrap::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
table.table01 {
  width: 100%;
}
table.table01 tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
table.table01 tr:nth-of-type(even) {
  background: #efefef;
}
table.table01 th {
  color: #004098;
  padding: 12px 1em;
}
table.table01.center th {
  text-align: center;
}
table.table01 td {
  padding: 12px 1em;
}
table.table02 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
table.table02 th {
  border: 1px solid #ccc;
  font-weight: 700;
  color: #fff;
  padding: 8px 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.table02 td {
  border: 1px solid #ccc;
  padding: 8px 1em;
  text-align: center;
}
table.table02.p5 td {
  padding: 5px;
  text-align: left;
}
table.table02 td.meal01 {
  border-bottom: none;
  text-align: left;
}
table.table02 td.meal02 {
  border-top: none;
  text-align: right;
}
table.table03 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  font-size: 120%;
}
table.table03 th {
  border: 1px solid #ccc;
  font-weight: 700;
  background: #014593;
  color: #fff;
  padding: 8px 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
table.table03 td {
  border: 1px solid #ccc;
  padding: 8px 1em;
  text-align: center;
}
table.table03.p5 td {
  padding: 5px;
  text-align: left;
}
table.table03 td.meal01 {
  border-bottom: none;
  text-align: left;
}
table.table03 td.meal02 {
  border-top: none;
  text-align: right;
}
.table_ttl {}
.chart-box {
  width: 90%;
  margin: 3% auto;
  border: 1px gray solid;
  font-size: 85%;
}

.chart-box th {
  color: black;
  padding: 1% 1%;
  border: 1px gray solid;
  background-color: #FAC7C1;
  text-align: center;
}
.chart-box td {
  padding: 1% 5%;
  border: 1px gray solid;
}
@media screen and (max-width:768px) {
  table.table01 {
    font-size: 85.71%;
  }
  table.table02 {
    font-size: 85.71%;
  }
  table.table02.p5 th {
    font-size: 75%;
  }
  .tableWrap table.table02 {
    margin-bottom: 0;
  }
  table.table03 {
    font-size: 85.71%;
  }
  table.table03.p5 th {
    font-size: 75%;
  }
  .tableWrap table.table03 {
    margin-bottom: 0;
  }
}
@media screen and (max-width:600px) {
  .table02 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width:481px) {
.chart-box {
  width: 100%;
  margin: 10px auto;
  border: 1px gray solid;
  font-size: 80%;
}
.chart-box th {
  width: 30%;	
  color: black;
  padding: 6px 8px;
  border: 1px gray solid;
  background-color: #FAC7C1;
  text-align: center;
}
.chart-box th:nth-child(1) {
  width: 25%;
}
.chart-box td {
  padding: 6px 5%;
  border: 1px gray solid;
}
}
/*==================================
   side nav  
==================================*/
#side {
  width: 280px;
  height: auto;
  margin-left: 15%;
  margin-bottom: 10%;
  padding: 5% 0;
  top: 0;
  left: 0;
  position: sticky;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background-color: #f1efe7;
}
#side ul {
  margin: 0 auto;
}
#side ul li {
  width: 230px;
  text-align: left;
  height: 50px;
  margin: 5% auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
  background-color: #FFF;
  padding: 4%;
  position: relative;
}
#side ul .fitness_sports, #side ul .relax {
  letter-spacing: -0.12em;
}
#side ul li:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 5%;
}
.hover {
  display: none;
}
.shopping:hover .nomal, .relax:hover .nomal, .other:hover .nomal {
  display: none;
}
.shopping:hover .hover, .relax:hover .hover, .other:hover .hover {
  display: inline;
}
.home {
  color: #2bb4c3;
  border: 1px solid #2bb4c3;
}
.home:before {
  background-image: url(../img/nav/icon_home_off.png);
}
.gourmet {
  color: #ff923a;
  border: 1px solid #ff923a;
}
.gourmet:before {
  background-image: url(../img/nav/icon_gourmet_off.png);
}
.leisure {
  color: #57a4dd;
  border: 1px solid #57a4dd;
}
.leisure:before {
  background-image: url(../img/nav/icon_leisure_off.png);
}
.shopping {
  color: #eb6e79;
  border: 1px solid #eb6e79;
}
.shopping:before {
  background-image: url(../img/nav/icon_shopping_off.png);
}
.fasion {
  color: #4d3fff;
  border: 1px solid #4d3fff;
}
.fasion:before {
  background-image: url(../img/nav/icon_fasion_off.png);
}
.fitness_sports {
  color: #5dc17e;
  border: 1px solid #5dc17e;
}
.fitness_sports:before {
  background-image: url(../img/nav/icon_fitness_sports_off.png);
}
.relax {
  color: #a6ce45;
  border: 1px solid #a6ce45;
}
.relax:before {
  background-image: url(../img/nav/icon_relax_off.png);
}
.life {
  color: #f49da7;
  border: 1px solid #f49da7;
}
.life:before {
  background-image: url(../img/nav/icon_life_off.png);
}
.career {
  color: #c366e2;
  border: 1px solid #c366e2;
}
.career:before {
  background-image: url(../img/nav/icon_career_off.png);
}
.other {
  color: #c9be2c;
  border: 1px solid #c9be2c;
}
.other:before {
  background-image: url(../img/nav/icon_other_off.png);
}
#side ul li:hover {
  cursor: pointer;
  color: #FFF;
}
#side ul li.home:hover {
  background-color: #2bb4c3;
}
.home:hover:before {
  background-image: url(../img/nav/icon_home_on.png);
}
#side ul li.gourmet:hover {
  background-color: #ff923a;
}
.gourmet:hover:before {
  background-image: url(../img/nav/icon_gourmet_on.png);
}
#side ul li.leisure:hover {
  background-color: #57a4dd;
}
.leisure:hover:before {
  background-image: url(../img/nav/icon_leisure_on.png);
}
#side ul li.shopping:hover {
  background-color: #eb6e79;
}
.shopping:hover:before {
  background-image: url(../img/nav/icon_shopping_on.png);
}
#side ul li.fasion:hover {
  background-color: #4d3fff;
}
.fasion:hover:before {
  background-image: url(../img/nav/icon_fasion_on.png);
}
#side ul li.fitness_sports:hover {
  background-color: #5dc17e;
}
.fitness_sports:hover:before {
  background-image: url(../img/nav/icon_fitness_sports_on.png);
}
#side ul li.relax:hover {
  background-color: #a6ce45;
}
.relax:hover:before {
  background-image: url(../img/nav/icon_relax_on.png);
}
#side ul li.life:hover {
  background-color: #f49da7;
}
.life:hover:before {
  background-image: url(../img/nav/icon_life_on.png);
}
#side ul li.career:hover {
  background-color: #c366e2;
}
.career:hover:before {
  background-image: url(../img/nav/icon_career_on.png);
}
#side ul li.other:hover {
  background-color: #c9be2c;
}
.other:hover:before {
  background-image: url(../img/nav/icon_other_on.png);
}
#side ul li:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  padding-top: 5px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#side ul li:hover:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
}
.side_bnr_pc img {
  width: 90%;
  max-width: 250px;
  padding-top: 5%;
}
.side_bnr_pc img:hover {
  opacity: 0.8;
}
@media screen and (max-width:1024px) {
  #side {
    margin-left: 0;
  }
}
/*==================================
   top  
==================================*/
#contents {
  width: 750px;
  margin: 0 auto 5%;
}
/* topics */
.topics_ttl {
  background: url("../img/top/topics_ttl.gif");
  width: 100%;
  height: 35px;
}
.topics_ttl p {
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 3px 0 0 2%;
}
.topics {
  overflow-y: scroll;
  margin: 0 auto 3%;
  padding: 0;
  width: 100%;
  height: 150px;
  background-color: #f1efe7;
}
.topics ul {
  padding-left: 2%;
}
.topics ul li {
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 2%;
}
.topics ul li a {
  color: #000;
}
.topics ul li a:hover {
  text-decoration: underline !important;
}
.date {
  display: inline-block;
  font-weight: bold;
  width: 120px;
}
.category {
  display: inline-block;
  border-radius: 20px;
  color: #FFF;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 12px;
}
.c-gourmet {
  background-color: #ff923a;
}
.c-leisure {
  background-color: #57a4dd;
}
.c-leisure2 {
  background-color: #F85EAA;
}
.c-shopping {
  background-color: #eb6e79;
}
.c-fitness_sports {
  background-color: #5dc17e;
}
.c-relax {
  background-color: #a6ce45;
}
.c-life {
  background-color: #f49da7;
}
.c-career {
  background-color: #c366e2;
}
.c-other {
  background-color: #c9be2c;
}
.c-fasion {
  background-color: #4d3fff;
}
/* scroll bar */
.topics::-webkit-scrollbar {
  width: 10px;
}
.topics::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
.topics::-webkit-scrollbar-thumb {
  background: #bfbeb8;
  border-radius: 10px;
  box-shadow: none;
}
.category_area ul {
  width: 100%;
  max-width: 1280px;
  margin: 10% auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.category_area ul a {
  width: 30%;
  margin: 0 1.5% 5%;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.3);
  position: relative;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
}
.category_area ul a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.category_area ul a p {
  padding: 7% 3% 5%;
}
.fst_category {
  margin-left: 0 !important;
}
.last_category {
  margin-right: 0 !important;
}
.category_mark {
  position: absolute;
  top: -15px;
  right: -15px;
  padding: 0 !important;
}
.category_mark img {
  width: 80%;
}
.category_area ul a li dl dt {
  width: 100%;
  height: 150px;
  background-size: cover;
}
.photo_gourmet {
  background: url("../img/top/photo_gourmet.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_leisure {
  background: url("../img/top/photo_leisure.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_shopping {
  background: url("../img/top/photo_shopping.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_fasion{
  background: url("../img/top/photo_fasion.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_fitness_sports {
  background: url("../img/top/photo_fitness_sports.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_relax {
  background: url("../img/top/photo_relax.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_life {
  background: url("../img/top/photo_life.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_career {
  background: url("../img/top/photo_career.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_other {
  background: url("../img/top/photo_other_cs.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.photo_other1 {
  background: url("../img/top/photo_other.jpg") no-repeat center center;
  border-radius: 10px 10px 0 0;
}
.category_txt {
  font-size: 14px;
  color: #666666;
  padding: 7% 8%;
  line-height: 1.4;
  text-align: left;
}
.category_arrow {
  width: 20px;
  height: 20px;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.category_arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1024px) {
  #contents {
    width: 65%;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width:768px) {
  #contents {
    width: 100%;
  }
}
/*==================================
   footer  
==================================*/
#footer {
  background-color: #f1efe7;
  height: 100%;
}
.footer_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.7% 0 0;
}
.footer_inner p {
  font-size: 130%;
  font-weight: bold;
}
.footer_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 1;
  margin: 1% 0;
}
.footer_menu a {
  color: #000;
}
.footer_menu li {
  width: 20%;
}
.footer_menu li::before {
  content: '';
  width: 1px;
  height: 14px;
  border-left: 1px solid #333;
  margin-right: 20%;
  display: inline-block;
  position: relative;
  top: 2px;
}
.mail {
  padding-left: 10px;
}
.mail:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: 900;
  padding-left: 5%;
}
.cp {
  font-size: 10px;
}
@media screen and (max-width:480px) {
  #footer {
    padding: 10% 0;
    margin-top: 10%;
  }
}
/*==================================
   page-top  
==================================*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 5%;
}
#page_top a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 3.5em;
  color: #000000;
}
#page_top a:hover {
  text-decoration: none;
}
/*=============================
  category_top
==============================*/
.category_area p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 4%;
}
.ctop {
  border-radius: 0 !important;
}
.ctop li {
  height: 120px;
}
.ctop_img img {
  width: 80% !important;
  display: block;
  transition: 0.5s;
  margin: 2% auto 0;
}
/*.ctop_img img:hover {
  transform: scale(1.1, 1.1);
}*/
/*=============================
  category_page
==============================*/
.main {
  width: 100%;
  margin: 0 auto;
}
.main img {
  width: 100%;
}
.page_ttl {
  width: 100%;
  margin-bottom: 3%;
}
.page_ttl p {
  text-align: left;
  font-size: 160%;
  font-weight: bold;
}
.page_ttl p:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 1%;
}
.ttl_fitness_sports {
  border-top: 2px solid #5dc17e;
  border-bottom: 2px solid #5dc17e;
}
.ttl_fitness_sports p {
  color: #5dc17e;
}
.ttl_career {
  border-top: 2px solid #c366e2;
  border-bottom: 2px solid #c366e2;
}
.ttl_career p {
  color: #c366e2;
}
.ttl_life {
  border-top: 2px solid #f49da7;
  border-bottom: 2px solid #f49da7;
}
.ttl_life p {
  color: #f49da7;
}
.ttl_gourmet {
  border-top: 2px solid #ff923a;
  border-bottom: 2px solid #ff923a;
}
.ttl_gourmet p {
  color: #ff923a;
}
.ttl_leisure {
  border-top: 2px solid #57a4dd;
  border-bottom: 2px solid #57a4dd;
}
.ttl_leisure p {
  color: #57a4dd;
}
.ttl_other {
  border-top: 2px solid #c9be2c;
  border-bottom: 2px solid #c9be2c;
}
.ttl_other p {
  color: #c9be2c;
}
.ttl_relax {
  border-top: 2px solid #a6ce45;
  border-bottom: 2px solid #a6ce45;
}
.ttl_relax p {
  color: #a6ce45;
}
.ttl_shopping {
  border-top: 2px solid #eb6e79;
  border-bottom: 2px solid #eb6e79;
}
.ttl_shopping p {
  color: #eb6e79;
}
.ttl_fasion {
  border-top: 2px solid #4d3fff;
  border-bottom: 2px solid #4d3fff;
}
.ttl_fasion p {
  color: #4d3fff;
}
.ttl_fitness_sports p::before {
  background-image: url(../img/nav/icon_fitness_sports_off.png);
  padding-right: 10px;
}
.ttl_career p::before {
  background-image: url(../img/nav/icon_career_off.png);
  padding-right: 10px;
}
.ttl_life p::before {
  background-image: url(../img/nav/icon_life_off.png);
  padding-right: 10px;
}
.ttl_gourmet p::before {
  background-image: url(../img/nav/icon_gourmet_off.png);
  padding-right: 10px;
}
.ttl_leisure p::before {
  background-image: url(../img/nav/icon_leisure_off.png);
  padding-right: 10px;
}
.ttl_other p::before {
  background-image: url(../img/nav/icon_other_off.png);
  padding-right: 10px;
}
.ttl_relax p::before {
  background-image: url(../img/nav/icon_relax_off.png);
  padding-right: 10px;
}
.ttl_shopping p::before {
  background-image: url(../img/nav/icon_shopping_off.png);
  padding-right: 10px;
}
.ttl_fasion p::before {
  background-image: url("../img/nav/icon_fasion_off.png");
  padding-right: 10px;
}
.ttl2_box {
  line-height: 0.5;
  margin: 3% auto 5%;
}
.ttl2 {
  font-size: 140%;
  font-weight: bold;
  text-align: left;
}
.ttl2::before {
  content: '\f521';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}
.ttl2_sub {
  font-size: 0.7em !important;
}
.txt {
  width: 100%;
  margin: 3% 0;
  text-align: left;
  font-weight: 700;
}
.txt2 {
  font-size: 1.3em;
  width: 100%;
  margin: 3% 0;
  text-align: left;
  font-weight: 700;
}
.tokuten {
  width: 100%;
  text-align: left;
}
dl.tokuten dt {
  background: #e2bf30;
  padding-left: 2%;
  font-size: 130%;
  font-weight: bold;
  color: #FFF;
}
.dd1 {
  background: #ffffcc;
  padding: 1.2% 0 2% 2%;
  font-size: 120%;
  font-weight: 500;
  color: #000;
}
.dd2 {
  background: #f9f8e4;
  padding: 1.2% 0 2% 2%;
  font-size: 120%;
  font-weight: 500;
  color: #000;
}
.red {
  color: rgba(243, 35, 54, 1.00);
}
.mustard {
  color: #e2bf30;
}
.card {
  max-width: 450px;
  margin: 0 auto;
}
.card img {
  width: 100%
}
.photo {
  max-width: 300px;
  margin: 0 auto;
}
.photo img {
  width: 90%
}
/*page_contact*/
.contact_area {
  width: 100%;
  margin: 5% 0;
  background: #f9f8e4;
  padding: 1%;
}
.contact {
  border: dotted 1px #000;
  padding: 3%;
}
.contact_ttl {
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}
.contact p {
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 3%;
}
.contact_list {
  text-align: left;
  margin-bottom: 5%;
}
.contact_list li {
  margin-bottom: 5px;
}
.web {
  font-weight: bold;
  text-align: left;
  margin: 1% 5%;
  font-size: 100%;
}
.web a {
  font-size: 120%;
  padding: 0 5px;
  text-decoration: underline !important;
}
.web img {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}
/*---------- coupon ---------*/
.coupon_box {
  border: double 1px #000;
  margin: 3% 0;
  padding: 2% 3% 2%;
}
.coupon_ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}
.coupon_number {
  color: #FFF;
  padding: 5px;
  margin: 3% 0 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
}
.coupon_number:hover {
  opacity: 0.8;	
}
.coupon_btn {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 2% 2% 0;
}
/*---------- table ---------*/
table {
  margin: 20px auto;
  width: 100%;
  font-size: 13px;
}
.tbl-r02 th {
  text-align: center;
  width: 18%;
  background: #00b6b7;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
  width: 72%;
  text-align: left;
  border: solid 1px #ccc;
  padding: 10px;
}
/*--------- 店舗 ---------*/
table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
table th {
  width: 130px;
  padding-left: 20px;
}
/*================================
	詳細ページ
================================*/
.fa-gift {
  padding-right: 10px;
}
/*================================
	ボタン類
================================*/
.shop_btn {
  background-color: #eb6e79;
  color: #FFF;
  padding: 0 10px;
  border-bottom: none !important;
  border-radius: 20px;
}
.shop_btn a {
  text-decoration: none !important;
}
/*================================
	タブレット・スマホ
================================*/
@media screen and (max-width:1024px) {
  h1 {
    width: 20%;
  }
  .htxt {
    font-size: 13px;
  }
}
@media screen and (min-width:769px) {
  .btn_wrapper, .menu_overlay, .side_bnr_sp {
    display: none;
  }
  .tb_none {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #contents {
    width: 95%;
    margin: 0 auto;
  }
  h1 {
    width: 40%;
    margin: 3% auto 2%;
  }
  .logo {
    margin-left: 0;
    width: 60%;
    margin: 0 15% 0 25%;
  }
  .logo img {
    width: 100%;
  }
  .htxt {
    display: none;
  }
  /* nav */
  .btn_wrapper.clearfix {
    display: block;
  }
  .btn_wrapper {
    z-index: 999;
    position: fixed;
  }
  .menu_btn {
    width: 50px;
    height: 50px;
    background: #fff;
    position: fixed;
    overflow: visible;
    line-height: 13px;
    font-size: 1px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .menu_btn .line:nth-child(1) {
    top: 10px;
    z-index: 2;
  }
  .menu_btn .line:nth-child(2) {
    top: 23px;
    z-index: 2;
  }
  .menu_btn .line:nth-child(3) {
    top: 36px;
    z-index: 2;
  }
  .menu_btn .line {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 2px;
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    top: 0;
    left: 5px;
  }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  nav.sp_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 9;
    display: none;
  }
  nav.sp_menu ul {
    position: relative;
    display: inline-block;
    margin-top: 10vh;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  nav.sp_menu ul li {
    font-size: 1.3em;
    color: #FFFFFF;
    line-height: 2.4em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  nav.sp_menu ul li a:hover, .ttl_arrow:hover, .subheading:hover {
    color: #F54E2B;
  }
  #sp_menu_dl dt {
    display: block;
    cursor: pointer;
    width: auto;
    height: 45px;
  }
  #sp_menu_dl dd {
    width: auto;
    line-height: 50px;
    display: none;
  }
  nav.sp_menu ul li dl dt::after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
    float: right;
  }
  .menu_overlay {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.9;
    z-index: -1;
  }
  /*
メニューオープン時のクリックボタン
*/
  .btn_wrapper.clicked .menu_btn .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    background-color: #000;
  }
  .btn_wrapper.clicked .menu_btn .line:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
  }
  .btn_wrapper.clicked .menu_btn .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    -webkit-transition: all 400ms ease-out 0ms;
    -moz-transition: all 400ms ease-out 0ms;
    -o-transition: all 400ms ease-out 0ms;
    transition: all 400ms ease-out 0ms;
    background-color: #000;
  }
  #side {
    background: none;
    margin-left: 7%;
  }
  #side ul li {
    color: #000;
    width: 80%;
    padding: 3% 4% 4% 4%;
  }
  #side ul li:after {
    height: 30px;
  }
  #side ul li span {
    vertical-align: top;
  }
  #side ul li:before {
    vertical-align: baseline;
  }
  #side ul li:hover {
    border: 1px solid #FFF;
  }
  #side ul li:after {
    padding-top: 0;
  }
  .side_bnr_sp {
    width: 45%;
    margin: 0 auto 5%;
  }
}
@media screen and (min-width:481px) {
  .pc_none, .sp_navlogo {
    display: none !important;
  }
}
@media screen and (max-width:480px) {
  h1 {
    width: 65%;
  }
  .sp_none {
    display: none !important;
  }
  .logo {
    height: 55px;
  }
  .sp_w60 {
    width: 60%;
  }
  /*nav*/
  #side ul li {
    width: 100%;
  }
  #side ul li:after {
    left: 90%;
  }
  .menu_overlay {
    width: 100%;
  }
  #side {
    margin-left: 14%;
  }
  .sp_navlogo img {
    width: 60%;
  }
  .slick-slide img {
    width: 100%;
  }
  /* topics */
  .topics {
    overflow-y: scroll;
    margin: 0 0 7%;
    width: 100%;
    height: 120px;
  }
  .topics ul {
    padding: 0 2%;
  }
  .topics ul li {
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 2%;
  }
  /*category*/
  .category_area ul {
    margin-top: 3%;
  }
  .category_area ul a {
    width: 46%;
  }
  .category_area ul a, .fst_category, .last_category {
    margin: 5% 2% !important;
  }
  .category_mark img {
    width: 70%;
  }
  /*footer*/
  .footer_inner p {
    font-size: 120%;
  }
  .footer_menu li {
    width: 50%;
  }
  .mail {
    padding-left: 0;
    display: block;
  }
  .mail:before {
    padding-left: 0;
  }
  .cp {
    font-size: 12px;
  }
  .web img {
    width: 45%;
    margin: 3% 22.5%;
  }
  /*=============================
  category_page
==============================*/
  .page_ttl p {
    padding-left: 5%;
  }
  .ttl2_box {
    line-height: 1.5;
    margin: 0 2%;
  }
  .main {
    width: 100%;
    margin: 0;
  }
  .txt {
    width: 90%;
    font-size: 100%;
    margin: 5%;
  }
  .dd1, .dd2 {
    font-size: 100%;
    padding: 1% 3%;
  }
  .contact p {
    font-size: 88%;
    margin-top: 5%;
    text-align: left;
  }
  .contact_list li {
    margin-bottom: 5%;
  }
  .side_bnr_sp {
    width: 80%;
    margin: 0 auto;
  }
  /*---------coupon---------*/
  .coupon_number, .coupon_ttl {
    font-size: 15px;
  }
  /*---------table---------*/
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th, .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}