@charset "UTF-8";
/* ==================================================
PC
================================================== */
/* ==================================================
reset
================================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

body {
  margin: 0;
  padding: 0;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #333333;
  /* background-color: rgba(243, 206, 35, 0.79); */
/*  background-image: url("../images/bg8.png");*/
  background-color:#000;
  margin-bottom: 1px;
  /*scrollbar*/
  word-break: normal;
  word-wrap: break-word;
}

blockquote,
dd,
dl,
dt,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  -webkit-backface-visibility: hidden;
}

a img {
  border: none;
}

ul li img {
  vertical-align: bottom;
}

dd,
dt,
li {
  line-height: 1.6;
}

form,
input {
  font-size: 100%;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

select {
  font-size: 100%;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  background-color: #f4f4f4;
  border: medium none;
  margin: 2px 0;
  padding: 5px;
}

@media all and (-ms-high-contrast: none) {

  body,
  form,
  input,
  select {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body {
    image-rendering: -webkit-optimize-contrast;
  }
}

a.skip, a:link {
  background-color: transparent;
  color: #333333;
}

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.anchor {
  cursor: pointer;
}

.pcnone {
  display: none;
}

p.voice_navi {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #a4a4a4;
}

/* ==================================================
skip
================================================== */
.skip {
  position: absolute;
  overflow: hidden;
  width: 0;
  margin: 0;
  padding: 0;
}

a.skip {
  text-align: center;
  padding: 2px 0;
  top: 0;
}

a.skip:active, a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
  z-index: 3000;
  color: #333333;
  background: #FFFFFF;
}

#page-top {
  background-color: #cd1b41;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 500;
}

/* ==================================================
layout
================================================== */
/* layout-wrapper
============================== */
#wrapper {
  width: 100%;
  position: relative;
}

#whole_bg {
  margin: 0 auto;
  /* background: url("../images/bg.png") repeat-x bottom; */
}

/* header
============================== */
#header {
  margin: 0;
  background: #111111;
}

#header_contents {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: 1100px;
}

#header_logo {
  margin-bottom: 20px;
  position: relative;
  width: 200px;
  display: table-cell;
  vertical-align: bottom;
  padding: 16px 0 3px;
  text-align: center;
  z-index: 300;
}

#header_logo img {
  width: 108px;
  height: auto;
}

#header_r {
  vertical-align: top;
  display: table-cell;
  text-align: right;
}

#header_r .welcome {
  margin: 10px 20px 25px 10px;
  color: #FFFFFF;
}

#header_r .rank {
  margin: 10px 30px 25px 5px;
}

#header_r .rank:before {
  content: "";
  margin-right: 5px;
}

#header_r .point {
  margin: 10px 30px 25px;
}

#header_r .point:before {
  margin-right: 5px;
  content: url("../images/icon_point.png");
  vertical-align: middle;
  margin-left: -4px;
  padding-bottom: 2px;
}

#header_r .rank.bronze:before {
  content: url("../images/icon_rankb.png");
  margin-left: -3px;
  padding-bottom: 4px;
}

#header_r .rank.silver:before {
  content: url("../images/icon_ranks.png");
  margin-left: -3px;
  padding-bottom: 4px;
}

#header_r .rank.gold:before {
  content: url("../images/icon_rankg.png");
  margin-left: -3px;
  padding-bottom: 4px;
}

.header_r_menu {
  color: #FFFFFF;
  list-style: none;
  display: inline-block;
  margin: 10px 0 25px;
  font-weight: bold;
}

.header_r_menu li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  margin-left: 7px;
}
.header_r_menu li:last-child {
  margin-right: 0px;
}

.header_r_menu li a {
  color: #FFFFFF;
}

.header_r_menu li a:hover {
  opacity: 0.75;
}

.header_r_menu li:before {
  content: "";
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}

.header_r_menu .guest {
  margin-right: 35px;
}

.header_r_menu .login:before {
  background: url("../images/icon_login_w.png");
  background-size: 100% auto;
}

.header_r_menu .toroku:before {
  background: url("../images/icon_toroku_w.png");
  background-size: 100% auto;
}

.header_r_menu .henko:before {
  width: 13px;
  height: 13px;
  background: url("../images/icon_henko_w.png");
  background-size: 100% auto;
}
.header_r_menu .henko:after {
  width: 13px;
  height: 13px;
  background: url("../images/icon_henko_w.png");
  background-size: 100% auto;
}

#header .otoiawase {
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 4000;
}

#header .access {
  position: absolute;
  right: -70px;
  top: 70px;
  z-index: 4000;
}

#header.page .otoiawase {
  position: absolute;
  right: -70px;
  top: 65px;
  z-index: 4000;
}

#header.page .access {
  position: absolute;
  right: -70px;
  top: 136px;
  z-index: 4000;
}

/* gnavi
============================== */
#gnavi {
  color: #cd1b41;
  vertical-align: bottom;
  width: 900px;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
}

#gnavi ul {
  list-style: none;
  text-align: center;
  margin: 0 0 0 10px;
  display: flex;
  font-size: 120%;
}

#gnavi ul li {
  vertical-align: bottom;
  flex-basis: 153px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

#gnavi ul li a {
  padding: 16px 0 0;
  color: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#gnavi ul li a:hover {
  opacity: 0.75;
}

#gnavi li:after {
  content: "";
  background: #a0a0a0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

#gnavi li:hover {
  background-position: top center;
}

#gnavi .chumon:after,
#gnavi .hoho:after,
#gnavi .coupon:after {
  height: 0;
  border: none;
}

#gnavi .chumon {
  flex-basis: 260px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 110%;
  letter-spacing: 0.1em;
  background: #CD1B41;
  position: relative;
  margin-left: 16px;
}

#gnavi .chumon a {
  display: inline-block;
  padding: 9px;
  color: #FFFFFF;
}

#gnavi .chumon a:hover {
  background: #ee1f4b;
  color: #FFFFFF;
  border-radius: 5px;
  opacity: 1;
}

#gnavi .chumon a:hover:before {
  left: 25px;
}

#gnavi .chumon .akamaru {
  position: absolute;
  top: -5px;
  right: 10px;
  width: auto;
  padding: 0.05em 0.7em;
  font-size: 80%;
}

#gnavi_fixed {
  color: #FFFFFF;
  vertical-align: bottom;
  width: 100%;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  background: rgba(17, 17, 17, 0.9);
  transition: all 0.2s;
  transform: translateY(-100%);
}

#gnavi_fixed ul {
  list-style: none;
  width: 1100px;
  margin: 0 auto;
  display: flex;
}

#gnavi_fixed li {
  transition: all 0.2s ease-in-out;
  flex-basis: 130px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#gnavi_fixed li a {
  display: block;
  color: #FFFFFF;
  width: 100%;
  padding: 25px 0;
  font-size: 120%;
}

#gnavi_fixed li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#gnavi_fixed .logo {
  flex-basis: 215px;
  text-align: left;
  padding-left: 20px;
}

#gnavi_fixed .logo a {
  padding: 15px 0;
}

#gnavi_fixed .logo img {
  width: 30%;
  -ms-interpolation-mode: bicubic;
}

#gnavi_fixed .chumon {
  box-sizing: border-box;
  font-size: 100%;
  letter-spacing: 0.1em;
  background: #CD1B41;
  position: relative;
  flex-basis: 280px;
}

#gnavi_fixed .chumon:hover {
  background: #ee1f4b;
}

#gnavi_fixed .chumon a {
  color: #FFFFFF;
  padding-top: 25px;
}

#gnavi_fixed .chumon a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#gnavi_fixed .chumon a:hover:before {
  left: 17px;
}

#gnavi_fixed .chumon .akamaru {
  position: absolute;
  top: 30px;
  right: 15px;
  width: auto;
  padding: 0.05em 0.7em;
  font-size: 80%;
  margin-right: 0;
}

#gnavi .menu,
#gnavi .tempo,
#gnavi .topics,
#gnavi .coupon {
  font-size: 110%;
}

#menu-sp,
.cart-sp,
.menu-trigger {
  display: none;
}

/* top
============================== */
#main {
  margin: -5px auto;
  clear: both;
  padding-bottom: 20px;
  width: 1100px;
}

/* slider
============================== */
#top_header_image {
  clear: both;
  margin: -10px auto 0;
  padding-bottom: 30px;
  position: relative;
  background: #111111;
}

.page #top_header_image {
  background: #000000;
}

#top_header_image ul {
/*  width: 1100px;*/
  margin: 0 auto;
  padding: 22px 0 20px;
}

#top_header_image>ul li img {
  width: 100%;
  height: auto;
}

#top_header_image .slick-dots {
  bottom: -35px;
}

#top_header_image .slick-dots li {
  background: #FFFFFF;
}

#top_header_image .slick-dots li:hover, #top_header_image .slick-dots li:active, #top_header_image .slick-dots li.slick-active {
  background: #cd1b41;
}

#top_header_image .slick-slider {
  margin-bottom: 0;
}

#top_header_image>ul {
  min-height: 300px;
  background-color: #FFFFFF;
  position: relative;
}

#top_header_image>ul.slick-initialized {
  height: auto;
  background-color: transparent;
}

#top_header_image>ul .slick-arrow {
  width: 18px;
  height: 32px;
  top: 50%;
}

#top_header_image>ul .slick-prev {
  left: -40px;
}

#top_header_image>ul .slick-next {
  right: -40px;
}

/* ----
#top_header_image #slider:after {
	content: url(../images/img_element.png);
	position: absolute;
	right: -100px;
	bottom: -40px;
}
-- */
/* topics
============================== */
h2.top_topics {
  display: block;
  padding: 0;
  margin: 32px 0 18px;
  text-align: left;
  background: url(../images/top_ttl_topics_line_n.png) bottom repeat-x;
}

#top_topics {
  width: 1100px;
}

.page_topics {
/*  width: 900px;*/
  padding: 30px 0 0 0;
  margin: 0 auto;
}

ul.topics {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.topics li {
  flex-basis: 352px;
  height: 340px;
  margin: 0 13px 13px 0;
  /* background: #fff8c0; */
  background: #000;
  transition: all 0.2s;
  position: relative;
  border: solid 3px #ba272b !important;
}
ul.topics li:nth-child(3n) {
  margin: 0 0 10px;
}

ul.topics li:nth-child(2n+1) {
  border: solid 3px #000;
}
ul.topics li:nth-child(2n) {
/*  border: solid 3px #cd1b41;*/
  border: solid 3px #000;
}

ul.topics li.is-empty {
  background: none;
  margin: 0;
}

ul.topics li.is-empty:hover {
  background: none;
}

ul.topics li a {
  color: #000;
}

ul.topics li .txt {
  display: block;
  /* color: #000; */
  color: #fff;
  padding: 15px;
}

.detail_button_n {
  background-color: #cd1b41;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  margin: 10px 0 20px 0;
  position: absolute;
  /* bottom: 110px; */
  bottom: 150px;
  left: 8px;
}

.topics_comment {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* height: 72px; */
  height: 78px;
  font-size: 110%;
}

ul.topics li:hover {
  /* background: #fff191; */
  background: #000;
}

ul.topics li .date {
  display: block;
  font-size: 80%;
  margin-bottom: 3px;
}

ul.topics li .txt_t {
  display: block;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 3px;
  border-bottom: solid 3px #ba272b;
}

ul.topics .img {
  width: 332px;
  /* height: 108px; */
  padding: unset;
  background: #fff;
  overflow: hidden;
  border: solid 2px #000;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

ul.topics .img img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

ul.topics li:hover img {
  transform: scale(1.1);
}

#top_topics .more_button {
  display: block;
  text-align: right;
  cursor: pointer;
  color: #428614;
}

#top_topics .more_button:hover {
  opacity: 0.75;
}

.menu_button_n {
  padding: 10px;
  margin: 10px auto;
  text-align: center;
}
.menu_button_n:hover {
  opacity: 0.75;
}


/* ban
============================== */
#top_ban {
  margin: 0 auto;
  padding: 40px 0 60px;
  position: relative;
  clear: both;
}

#top_ban a {
  transition: all 0.2s;
}

#top_ban a:hover img {
  opacity: 0.75;
}

#top_ban h2 {
  margin-bottom: 10px;
}

#top_ban ul {
  width: 1100px;
  list-style: none;
  margin: 0 auto;
}

#top_ban .slick-slide img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
  height: auto;
}

#top_ban .slick-prev {
  width: 40px;
  height: 40px;
  left: -30px;
  top: 45px;
}

#top_ban .slick-next {
  width: 40px;
  height: 40px;
  right: -50px;
  top: 45px;
}

#top_ban .slick-next:before,
#top_ban .slick-prev:before {
  content: "";
}

#top_ban .slick-dots {
  bottom: -25px;
}

/* page
============================== */
#page_main {
  margin: 20px auto 0;
  clear: both;
  width: 1100px;
  padding: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 5px;
}

#pankuzu_print+#page_main {
  margin-top: 10px;
}

#page_maincontents {
  width: 765px;
  float: right;
}

#page_maincontents_onecol {
  clear: both;
}

#page_sidemenu {
  float: left;
  width: 250px;
}

/* ==================================================
category-pattern1
================================================== */
#cate_title {
  padding: 60px 0 0;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  font-size: 170%;
}

#cate_title.menu:before {
  content: url("../images/icon_menu_w.png");
  display: block;
}

#cate_title.cart:before {
  content: url("../images/icon_cart.png");
  display: block;
}

#cate_title.tempo:before {
  content: url("../images/icon_tempo_w.png");
  display: block;
}

#cate_title.coupon:before {
  content: url("../images/icon_coupon_w.png");
  display: block;
}

#cate_title.topics:before {
  content: url("../images/icon_topics_w.png");
  display: block;
}

#cate_title.chumon:before {
  content: url("../images/icon_chumon_w.png");
  display: block;
}

#cate_title.tenfour:before {
  content: url("../images/icon_104_w.png");
  display: block;
}

#cate_title.login:before {
  content: url("../images/icon_login_w.png");
  display: block;
}

#cate_title.toroku:before {
  content: url("../images/icon_toroku_w.png");
  display: block;
}

#cate_title.henko:before {
  content: url("../images/icon_henko_w.png");
  display: block;
}

#cate_title.contact:before {
  content: url("../images/icon_contact_w.png");
  display: block;
}

#cate_title.enquete:before {
  content: url("../images/icon_enquete_w.png");
  display: block;
}

#cate_title.allergy:before {
  content: url("../images/icon_allergy_w.png");
  display: block;
}

.menu_cate {
  border-bottom: 1px solid #a4a4a4;
  padding-bottom: 10px;
  font-size: 120%;
  margin-bottom: 15px;
}

.page_menu_cate_link {
  list-style: none;
}

.page_menu_cate_link a:focus, .page_menu_cate_link a:hover {
  text-decoration: underline;
  color: #AF082B;
  transition: all 0s;
}

.page_menu_cate_link li {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  margin-bottom: 10px;
}

.page_menu_cate_link li a:after, .page_menu_cate_link li a:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.page_menu_cate_link li a:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #c0082e;
}

/* kiyaku
============================== */
.kiyaku {
  height: 300px;
  border: solid 1px #bbbbbb;
  overflow: auto;
  padding: 20px;
  background-color: #f4f4f4;
  margin-bottom: 50px;
}

.indent {
  text-indent: 1em;
}

/* entry
============================== */
dl.entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.entry dd,
.entry dt {
  box-sizing: border-box;
  padding: 1.2em;
}

.entry dd:first-of-type,
.entry dt:first-of-type {
  border: none;
}

.entry dt {
  width: 30%;
  color: #333333;
  border-top: 5px solid #FFFFFF;
  background: #ffeaec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry dt.arw {
  position: relative;
  margin-bottom: 20px;
}

.entry dt.arw:after {
  content: "";
  border: 20px solid transparent;
  border-top: #FFEAEC 22px solid;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
}

.entry dt:last-of-type:after {
  border: none;
}

.entry dd {
  width: 60%;
  border-top: 5px solid #FFFFFF;
}

.entry dd.arw {
  margin-left: 20px;
  margin-bottom: 20px;
}

.entry dd a {
  text-decoration: underline;
  color: #AF082B;
}

.entry dd a:hover {
  text-decoration: none;
}

.entry dd ol li {
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 5px;
}

.entry ul.inline {
  padding: 0;
}

.entry ul.inline li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.alert_sample {
  color: #333333;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}

.alert_msg {
  color: #c42121;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}

.alert_msg.btm {
  margin-bottom: 5px;
}

.alert_form {
  border: 1px solid #c42121;
  background: #fdf1f1;
}

.pagetitle_alert {
  position: relative;
  font-size: 130%;
  color: #c42121;
  position: relative;
  margin-bottom: 15px;
}

.pagetitle_alert:before {
  content: "！";
  border-radius: 50%;
  width: 1em;
  height: 1em;
  background: #c42121;
  color: #FFFFFF;
  padding: 0.2em 0.3em;
  margin-right: 10px;
}

/* login
============================== */
.login_popup .mfp-iframe-holder .mfp-content {
  max-width: 800px;
  height: 595px;
}

.login_popup h2 {
  font-size: 120%;
  margin-bottom: 30px;
}

.login_popup label {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

.login_popup label span {
  width: 8em;
  display: inline-block;
  text-align: left;
}

.login_popup input[type="text"], .login_popup input[type="password"] {
  padding: 5px;
  width: 50%;
}

.login_popup input[type="text"]:focus, .login_popup input[type="password"]:focus {
  box-shadow: 0 0 1px 0 #286fa7;
  outline: 0;
}

.login_popup .btn_area {
  margin: 30px auto 0;
  width: 400px;
}

.login_popup p {
  font-size: 85%;
}

.login_popup .kiyaku {
  height: 333px;
  margin-bottom: 0;
}

/* menu
============================== */
.menu_ichiran {
  display: flex;
  list-style: none;
  transition: all 0.2s;
  flex-wrap: wrap;
}

.menu_ichiran li {
  flex-basis: 240px;
  max-width: 240px;
  /* ie */
  margin-bottom: 20px;
  background: #fbf5f6;
  margin-right: 22px;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 4.8em;
  position: relative;
}

.menu_ichiran li:nth-child(3n) {
  margin-right: 0;
}

.menu_ichiran .img {
  width: 240px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.menu_ichiran .img img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.menu_ichiran .img:hover>img {
  transform: scale(1.1);
}

.menu_ichiran .img .zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.menu_ichiran .txt {
  font-size: 110%;
  margin: 0 0 15px;
  text-align: left;
  background: #CD1B41;
  color: #FFFFFF;
  max-width: 240px;
  /* ie */
  padding: 10px;
  box-sizing: border-box;
}

.menusize {
  color: #CD1B41;
  font-weight: bold;
}

.akamaru {
  font-size: 90%;
  border-radius: 2em;
  background: #FFFFFF;
  color: #CD1B41;
  line-height: 2em;
  padding: 0.05em 0.7em;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.lsize,
.msize,
.ssize {
  margin-right: 20px;
}

.menusize .akamaru {
  width: 1em;
  padding: 0.05em 0.55em;
}

.menu_ichiran .btn_green {
  width: 92%;
  margin: 10px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu_popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  width: 1050px;
  margin: 20px auto;
  display: flex;
}

.menu_popup h2 {
  font-size: 120%;
}

.menu_popup .img {
  flex: 1.5;
  margin-right: 20px;
}

.menu_popup .img img {
  width: 100%;
  height: auto;
}

.menu_popup .txt {
  flex: 1;
}

.ban_allergy {
  margin: 20px 0;
  background: #FFFFFF;
  border: 2px solid #cd1b41;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.ban_allergy a {
  display: block;
  color: #cd1b41;
  background: url("../images/icon_allergy_r.png") no-repeat left 53px center;
  background-size: auto 20px;
  padding: 10px 10px 10px 83px;
  font-weight: bold;
}

.ban_allergy:hover {
  background: #fef1f2;
}

/* topping
============================== */
.menu_kakunin {
  position: relative;
  width: auto;
  margin: 20px auto;
  display: flex;
}

.menu_kakunin .img {
  flex: 2;
  margin-right: 20px;
}

.menu_kakunin .img img {
  width: 100%;
  height: auto;
  margin: 0;
}

.menu_kakunin .txt {
  flex: 5;
}

/* area
============================== */
.yubinbango {
  font-size: 120%;
}

.yubinbango input {
  margin: 0 7px;
  padding: 5px;
}

.yubinbango input.btn_green[type="submit"] {
  width: 100px;
  display: inline-block;
  margin-left: 10px;
  font-size: 85%;
  letter-spacing: 0.2em;
}

dl.area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.area dd,
.area dt {
  box-sizing: border-box;
  padding: 1.2em 1em;
}

.area dd:first-of-type,
.area dt:first-of-type {
  border: none;
}

.area dt {
  width: 20%;
  color: #333333;
  border-top: 3px solid #FFFFFF;
  background: #ffeaec;
  display: flex;
  align-items: center;
}

.area dd {
  width: 80%;
  border-top: 3px solid #FFFFFF;
}

.area dd a {
  text-decoration: underline;
  color: #AF082B;
}

.area dd a:hover {
  text-decoration: none;
}

.area_sentaku {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.area_sentaku .txt {
  flex: 3;
  padding-left: 10px;
  font-size: 120%;
}

.area_sentaku .btn_green {
  flex-basis: 250px;
  margin: 0;
}

.area_50on {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.area_50on li {
  border: 1px solid #a4a4a4;
  background: #f0f0f0;
  box-sizing: border-box;
  transition: all 0.2s;
}

.area_50on li.is-empty {
  border: none;
}

.area_50on li a {
  display: block;
  padding: 15px 25px;
  font-size: 120%;
}

.area_50on li:hover {
  border: 1px solid #e1e1e1;
  background: #f4f4f4;
}

.area_50on li a:hover {
  color: #555555;
}

.pagetitle_area {
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 120%;
  background: #CD1B41;
  display: inline-block;
  margin-bottom: 20px;
}

ul.area_shosai {
  list-style: none;
  margin-bottom: 30px;
}

ul.area_shosai li {
  border-bottom: 1px solid #e1e1e1;
  padding: 1em 2em;
  display: flex;
  position: relative;
}

ul.area_shosai li a:after, ul.area_shosai li a:before {
  position: absolute;
  top: 1.4em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.area_shosai li a:before {
  left: 1em;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #c0082e;
}

ul.area_shosai li a:focus, ul.area_shosai li a:hover {
  text-decoration: underline;
  color: #AF082B;
  transition: all 0s;
}

ul.area_shosai li .chiki,
ul.area_shosai li .kana {
  flex: 1;
}

/* tempo
============================== */
table.tempo {
  border-collapse: collapse;
  width: 100%;
}

.tempo td,
.tempo th {
  padding: 10px;
  border: 1px solid #e1e1e1;
}

.tempo th {
  background: #f4f4f4;
}

.tempo td a {
  position: relative;
  padding-left: 1em;
}

.tempo td a:after, .tempo td a:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.tempo td a:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #c0082e;
}

.tempo td a:focus, .tempo td a:hover {
  text-decoration: underline;
  color: #AF082B;
  transition: all 0s;
}

.tempo .riyo {
  display: block;
  text-align: right;
  color: #1c7f52;
  margin: 15px 0 0;
}

.tempo .kingaku {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #c42121;
  margin: 15px 0 0;
}

.tempo .riyo+.kingaku,
.tempo .riyo+.riyo {
  margin-top: 0;
}

.temposagasu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 20px;
}

.temposagasu a:focus, .temposagasu a:hover {
  text-decoration: underline;
  color: #AF082B;
  transition: all 0s;
}

.temposagasu li {
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
  flex-basis: 25%;
  max-width: 25%;
  /* ie */
  margin-bottom: 20px;
  padding: 0 0 1em 1.8em;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}

.temposagasu li a:after, .temposagasu li a:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.temposagasu li a:before {
  left: 0.8em;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #c0082e;
}

.tempoinfo {
  display: flex;
  margin-bottom: 30px;
}

.tempoinfo .left {
  flex: 1;
}

.tempoinfo .right {
  flex: 1;
  display: flex;
  margin-left: 20px;
}

dl.tempodetail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
}

.tempodetail dd,
.tempodetail dt {
  box-sizing: border-box;
  padding: 1em 0 1em 1em;
}

.tempodetail dd:first-of-type,
.tempodetail dt:first-of-type {
  border: none;
}

.tempodetail dt {
  width: 40%;
  color: #1c7f52;
  border-top: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 3em;
  font-weight: bold;
}

.tempodetail dt:before {
  content: "";
  width: 25px;
  height: 25px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.tempodetail dt.address:before {
  content: "";
  background: url("../images/icon_address_g.png");
  background-size: cover;
}

.tempodetail dt.eigyo:before {
  content: "";
  background: url("../images/icon_eigyo_g.png");
  background-size: cover;
}

.tempodetail dt.tel:before {
  content: "";
  background: url("../images/icon_tel_g.png");
  background-size: cover;
}

.tempodetail dt.web:before {
  content: "";
  background: url("../images/icon_web_g.png");
  background-size: cover;
}

.tempodetail dt.bnone {
  border: none;
  padding-top: 0;
}

.tempodetail dd.bnone {
  border: none;
  padding-top: 0;
}

.tempoinfo .takuhai {
  border: 1px solid #488767;
  border-radius: 5px;
  padding: 25px 15px;
  box-sizing: border-box;
  flex-basis: 50%;
  margin-right: 5px;
}

.tempoinfo .takeout {
  border: 1px solid #488767;
  border-radius: 5px;
  padding: 25px 15px;
  box-sizing: border-box;
  flex-basis: 50%;
  margin-left: 5px;
}

.tempoinfo .takeout h3,
.tempoinfo .takuhai h3 {
  text-align: center;
  font-size: 150%;
  color: #1c7f52;
  position: relative;
  padding-top: 40px;
  margin-bottom: 10px;
}

.tempoinfo .takeout h3:before,
.tempoinfo .takuhai h3:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.tempoinfo .takuhai h3:before {
  content: "";
  background: url("../images/icon_takuhai_g.png") no-repeat;
  background-size: cover;
}

.tempoinfo .takeout h3:before {
  content: "";
  background: url("../images/icon_tempo_g.png") no-repeat;
  background-size: cover;
}

.tempoinfo .takeout dl.jikan,
.tempoinfo .takuhai dl.jikan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 95%;
}

.tempoinfo .takeout .jikan dt,
.tempoinfo .takuhai .jikan dt {
  flex-basis: 70%;
  margin-bottom: 10px;
}

.tempoinfo .takeout .jikan dd,
.tempoinfo .takuhai .jikan dd {
  text-align: right;
  flex-basis: 30%;
  color: #1c7f52;
  font-weight: bold;
  margin-bottom: 10px;
}

.tempodetail dd {
  width: 60%;
  border-top: 1px solid #e1e1e1;
}

.chikakunotempo {
  background: #f4f4f4;
  display: flex;
  box-sizing: border-box;
  padding: 10px;
}

.chikakunotempo dt {
  margin-right: 30px;
}

.chikakunotempo dd:after {
  content: "|";
  color: #CCCCCC;
  margin: 0 10px;
}

.chikakunotempo dd:last-of-type:after {
  content: "";
}

/*reserve
============================== */
.radioselect {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  position: relative;
}

.radioselect input[type="radio"] {
  margin-right: 10px;
}

.radioselect .box {
  width: 100%;
  background-color: #f1f1f1;
  border: 3px solid #f1f1f1;
  transition: all 250ms ease;
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.radioselect .box .txt {
  flex-basis: 30%;
  font-size: 120%;
  font-weight: bold;
}

.radioselect .box.active {
  background: #fdf1f1;
  border: 3px solid #c42121;
}

.radioselect select {
  background: #FFFFFF;
  margin: 0 10px;
}

.radioselect.deliverytype {
  margin-top: 130px;
  justify-content: center;
  margin-bottom: 50px;
}

.radioselect.deliverytype .box {
  flex-basis: 450px;
  max-width: 450px;
  /* ie */
  box-sizing: border-box;
  margin: 10px;
  font-size: 200%;
  font-weight: bold;
}

.tooltip {
  position: absolute;
  background: #CD1B41;
  color: #FFFFFF;
  font-size: 140%;
  top: -40px;
  animation: fadeIn 0.5s ease 0s 1 forwards;
  -webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
  right: 60px;
  padding: 20px;
  width: 450px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
}

.tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #CD1B41;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    top: -90px;
  }
}

.closeoshirase p {
  margin-bottom: 20px;
}

.closeoshirase p:last-of-type {
  margin-bottom: 5px;
}

/* chumon
============================== */
dl.chumon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.chumon dd,
.chumon dt {
  box-sizing: border-box;
  padding: 0.8em 0 0.8em 0.8em;
  position: relative;
}

.chumon dd:first-of-type,
.chumon dt:first-of-type {
  border: none;
}

.chumon dt {
  width: 25%;
  color: #1c7f52;
  border-top: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
}

.chumon dd {
  width: 75%;
  border-top: 1px solid #e1e1e1;
}

.chumon dd strong {
  color: red;
  font-weight: bold;
}

.chumon.otoiawase dt {
  width: 30%;
}

.chumon.otoiawase dd {
  width: 70%;
}

.chumon dd.bnone,
.chumon dt.bnone {
  border: none;
  padding-top: 0;
}

.chumon input {
  padding: 0.3em;
  margin-right: 0.3em;
  max-width: 95%;
  box-sizing: border-box;
}

.chumon ul.inline {
  padding: 0;
}

.chumon ul.inline li {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.henko.btn_green a,
input.henko.btn_green[type="submit"] {
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  right: 0;
  padding: 0 20px;
  font-size: 90%;
  width: auto;
  height: 2.5em;
}

.chumon.uketori dd {
  display: flex;
  align-items: center;
}

.chumon.uketori .txt {
  flex: 3;
}

.chumon.uketori .btn_green {
  font-size: 100%;
  flex: 1;
}

.chumon.kakutei {
  margin-bottom: 10px;
  align-items: center;
  border: none;
  font-size: 110%;
  font-weight: bold;
  color: #CD1B41;
  padding: 0.6em;
}

.chumon.kakutei dd,
.chumon.kakutei dt {
  border: none;
  font-size: 110%;
  font-weight: bold;
  color: #CD1B41;
  padding: 0.6em;
}

.chumon.kakutei dt {
  width: 35%;
  color: #333333;
}

.chumon.kakutei dd {
  width: 65%;
  font-weight: normal;
}

.chumon.kakutei dd:before {
  content: ":";
  margin-right: 1em;
}

.chumon_menu ul {
  list-style: none;
}

.chumon_menu li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #AAAAAA;
}

.chumon_menu li:first-child {
  padding-top: 0;
}

.chumon_menu li .img {
  flex-basis: 100px;
  align-self: flex-start;
}

.chumon_menu li .img img {
  width: 100%;
  height: auto;
}

.chumon_menu li .txt {
  flex: 5;
  padding: 0 20px;
  font-size: 120%;
  font-weight: bold;
}

.chumon_menu li .kakaku {
  flex: 3;
  text-align: right;
  padding-right: 10px;
}

.chumon_menu li .set_title {
  display: block;
  font-size: 80%;
  margin: 5px 0;
  color: #1c7f52;
}

.chumon_menu li .topping {
  display: block;
  font-size: 80%;
  font-weight: normal;
  margin: 5px 0;
}

.chumon_menu .riyo {
  text-align: right;
  padding: 15px;
  color: #1c7f52;
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #AAAAAA;
}

.chumon_menu .gokei {
  text-align: right;
  padding: 15px;
  background: #EEEEEE;
  font-weight: bold;
  font-size: 120%;
}

.chumon_menu .btn_gray,
.chumon_menu .btn_green {
  font-size: 85%;
  flex: 1;
  margin: 0 3px;
}

.chumon_menu .kakaku+.btn_green {
  margin-left: 30px;
}

.chumon_sidemenu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.chumon_sidemenu li {
  width: 48%;
  display: flex;
  margin: 10px;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

.chumon_sidemenu li .img {
  flex-basis: 70px;
  align-self: flex-start;
}

.chumon_sidemenu li .img img {
  width: 100%;
  height: auto;
}

.chumon_sidemenu li .txt {
  flex: 5;
  padding: 0 20px;
  font-size: 100%;
  font-weight: bold;
}

.chumon_sidemenu li .kakaku {
  display: block;
  margin: 3px 0;
  font-size: 80%;
  font-weight: normal;
}

.chumon_sidemenu li .btn_green {
  font-size: 90%;
  flex: 1.1;
}

.checkselect {
  width: 100%;
  margin: 30px 0;
  position: relative;
}

.checkselect .box {
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 3px solid #f1f1f1;
  transition: all 250ms ease;
  padding: 20px;
  margin-bottom: 10px;
}

.checkselect label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkselect .box .ttl {
  display: block;
}

.checkselect .box .txt {
  width: 100%;
  margin-top: 10px;
  margin-left: 40px;
}

.checkselect .box .img img {
  max-width: 50px;
  height: auto;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

.checkselect .box.active {
  background: #fdf1f1;
  border: 3px solid #c42121;
}

.checkselect input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 15px;
}

.checkselect .box.shohinken {
  padding: 20px 90px;
  display: flex;
  flex-wrap: wrap;
}

.checkselect .box.shohinken input[type="checkbox"] {
  margin: 10px;
}

.checkselect .box.shohinken h4 {
  margin-bottom: 10px;
  flex-basis: 100%;
  margin-left: 35px;
}

.checkselect .box.shohinken .txt {
  flex: 2;
  margin-left: 35px;
}

.checkselect .box.shohinken .img {
  flex: 1;
}

.checkselect .box.shohinken .kome {
  flex-basis: 100%;
  padding: 0 45px;
}

.checkselect .box.shohinken .img span {
  display: block;
}

.checkselect .box.shohinken .img img {
  max-width: 100px;
  height: auto;
  margin: 0 2em 5px;
}

.wakupink {
  padding: 15px;
  border: 3px solid #f8d8dd;
  background: #fdf1f1;
}

.wakugray {
  padding: 15px;
  border: 1px solid #a4a4a4;
  background: #f0f0f0;
}

.wakuredwhite {
  padding: 15px;
  border: 3px solid #C42121;
  background: #FFFFFF;
}

.wakugraywhite {
  padding: 15px;
  border: 3px solid #e1e1e1;
  background: #FFFFFF;
}

.bggray {
  padding: 15px;
  background: #f0f0f0;
}

/* coupon
============================== */
.campaign_popup .mfp-iframe-holder .mfp-content {
  max-width: 1050px;
}

.campaign_popup :before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.campaign {
  list-style: none;
}

.campaign li {
  margin-bottom: 20px;
  transition: all 0.2s;
}

.campaign li a {
  display: block;
  padding: 15px;
  border: 1px solid #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
}

.campaign li a:hover {
  background-color: #fdf1f1;
  border: 1px solid #c42121;
}

.campaign .box {
  display: flex;
}

.campaign .box .txt {
  flex: 2;
  position: relative;
}

.campaign .box .img {
  flex-basis: 150px;
  margin-right: 20px;
}

.campaign .box .img img {
  max-width: 150px;
  height: auto;
}

.campaign .box .img span {
  display: block;
}

.campaign .box .more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
}

/* allergy
============================== */
#table_allergy table {
  font-size: 75%;
  margin-bottom: 20px;
}

#table_allergy table th {
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  border: 1px solid #a6a6a6;
  vertical-align: top;
}

#table_allergy table th img {
  margin: 10px auto;
  display: block;
}

#table_allergy table th:first-of-type {
  width: 30%;
  vertical-align: middle;
}

#table_allergy table th:nth-of-type(n+2) {
  width: 3%;
}

#table_allergy table td {
  border: 1px solid #a6a6a6;
}

/* faq
============================== */
.icon_text {
  display: flex;
  align-items: flex-start;
}

.icon_text span {
  padding: 5px 0;
}

.icon_text .faqq {
  padding: 0 0.65em;
  line-height: 2;
  background: #1c7f52;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  margin-right: 15px;
  font-size: 110%;
}

.icon_text .faqa {
  padding: 0 0.65em;
  line-height: 2;
  background: #CD1B41;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
  margin: 0 15px 0 10px;
}

/* point
============================== */
.article table.rank {
  margin: 30px 0;
}

.article .rank td,
.article .rank th {
  padding: 10px;
  border: 1px solid #e1e1e1;
}

.article .rank th {
  background: #fdf1f1;
}

.rank th.bronze {
  background: #eeba94;
}

.rank th.silver {
  background: #eeeeee;
}

.rank th.gold {
  background: #eee9a0;
}

.point1 {
  vertical-align: middle;
  margin: 20px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point1 .akamaru {
  border-radius: 50%;
  background: #CD1B41;
  padding: 2.5em 0.5em;
  color: #FFFFFF;
  text-align: center;
  width: 10em;
  margin: 20px;
  line-height: 1.5;
}

.icon_text.arw {
  align-items: center;
}

.icon_text .arw {
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
}

.icon_text .arw:after, .icon_text .arw:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.icon_text .arw:before {
  right: 10px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-left: 8px solid #c0082e;
}

.icon_text .arw>span {
  padding-right: 10px;
}

/* chumonhoho
============================== */
.chumonhoho {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

.chumonhoho .box {
  border: 1px solid #C42121;
  padding: 100px 50px 50px;
  box-sizing: border-box;
  margin-right: 10px;
  width: 350px;
  position: relative;
  font-size: 120%;
  transition: all 0.2s;
  border-radius: 5px;
}

.chumonhoho .box:hover {
  background: #fdf1f1;
}

.chumonhoho .box:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.chumonhoho .box:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  bottom: 20px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 8px solid transparent;
  border-top: 8px solid #c0082e;
}

.chumonhoho .netde {
  margin-right: 10px;
}

.chumonhoho .telde {
  margin-left: 10px;
}

.chumonhoho .box h3:before {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
}

.chumonhoho .netde h3:before {
  content: "";
  background: url("../images/icon_netde_r.png") no-repeat;
  background-size: cover;
}

.chumonhoho .telde h3:before {
  content: "";
  background: url("../images/icon_telde_r.png") no-repeat;
  background-size: cover;
}

.TabArea {
  margin: 30px auto 64px;
}

.article ul.tab {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.tab li {
  width: 20%;
  text-align: center;
  cursor: pointer;
  list-style: none;
  font-size: 150%;
  padding-bottom: 10px;
}

.tab li:hover {
  border-bottom: 2px solid #c42121;
}

.tab li.select {
  color: #c42121;
  border-bottom: 2px solid #c42121;
}

.TabArea_contents {
  list-style: none;
  margin: 30px 0;
}

.TabArea .hide {
  display: none;
}

.chumonnet {
  display: flex;
  margin-bottom: 20px;
}

.chumonnet .img {
  flex-basis: 50%;
  max-width: 50%;
  /* ie */
  margin-right: 20px;
}

.chumonnet .img img {
  width: 100%;
  height: auto;
}

.chumonnet .txt {
  padding: 15px 0;
  flex-basis: 65%;
  max-width: 65%;
  /* ie */
}

.chumonnet .arw {
  position: relative;
  padding-bottom: 40px;
}

.chumonnet .arw:after, .chumonnet .arw:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.chumonnet .arw:before {
  bottom: -25px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 5px solid transparent;
  border-top: 8px solid #c0082e;
}

/* ==================================================
article
================================================== */
.article {
  box-sizing: border-box;
  clear: both;
  background: #FFFFFF;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.article img {
  margin: 10px 0;
}

.article .fileicon img {
  margin: 0 5px;
  vertical-align: middle;
}

.article a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.article p,
.article ul {
  padding-left: 10px;
}

.article ol {
  padding-left: 20px;
}

.article p.paddl0 {
  padding-left: 0;
}

.article table {
  border-color: #a6a6a6;
  border-collapse: collapse;
  margin: 10px 0;
}

.article .gsc-control-cse img,
.article .gsc-control-cse table {
  margin: 0;
}

.article table caption {
  text-align: left;
}

.article th {
  padding: 7px;
  border-color: #a6a6a6;
  background-color: #EEEEEE;
}

.article td {
  padding: 7px;
  border-color: #a6a6a6;
}

.article textarea {
  padding: 10px;
}

.article select {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 105%;
}

.article input,
.article textarea {
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 95%;
  box-sizing: border-box;
}

/*google search result*/
.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.alignrightblock {
  display: flex;
  justify-content: flex-end;
}

.dblock {
  display: block;
}

.valigntop {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.font75 {
  font-size: 75%;
}

.font85 {
  font-size: 85%;
}

.font120 {
  font-size: 120%;
}

.font150 {
  font-size: 150%;
}

.font200 {
  font-size: 200%;
}

.font300 {
  font-size: 300%;
}

.cred {
  color: #c42121;
}

a.cred {
  color: #c42121;
  text-decoration: underline;
}

a.cred:hover {
  text-decoration: none;
}

.cblue {
  color: #0070C0;
}

.cnavy {
  color: #103666;
}

.cgreen {
  color: #1c7f52;
}

.cgray {
  color: #777777;
}

.w100 {
  width: 100%;
  height: auto;
}

.w7 {
  width: 7%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.mgntb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mgntb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mgntb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mgnt30 {
  margin-top: 30px;
}

.mgnt50 {
  margin-top: 50px;
}

.mgnt130 {
  margin-top: 130px;
}

.mgnb0 {
  margin-bottom: 0;
}

.mgnb10 {
  margin-bottom: 10px;
}

.mgnb20 {
  margin-bottom: 20px;
}

.mgnb30 {
  margin-bottom: 30px;
}

.mgnb40 {
  margin-bottom: 40px;
}

.mgnb50 {
  margin-bottom: 50px;
}

.paddtb50 {
  padding: 50px 0;
}

.paddl10 {
  padding-left: 10px;
}

.paddl20 {
  padding-left: 20px;
}

.bordergray {
  border: 1px solid #e1e1e1;
}

ul.disc {
  list-style: none;
}

ul.disc li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

ul.disc li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0.5em;
  position: absolute;
  background: #CD311B;
}

ul.block {
  list-style: none;
  padding: 10px;
}

ul.block li {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.inline {
  list-style: none;
  padding: 10px;
}

ul.inline li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.kome {
  list-style: none;
}

ul.kome li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.4;
}

.btn_area {
  width: 300px;
  margin: 20px auto 0;
  text-align: center;
}

.btn_area.col2 {
  width: 640px;
  margin: 20px auto;
  text-align: center;
  display: flex;
}

.btn_area.col2 input[class^="btn"] {
  margin-left: 10px;
  margin-right: 10px;
}

.btn_green {
  background: #1c7f52;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  font-size: 120%;
  transition: all 0.2s;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none;
}

.btn_green a {
  color: #FFFFFF;
  display: block;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}

input[type="submit"].btn_green, input[type="button"].btn_green {
  color: #FFFFFF;
  display: block;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}

input[type="submit"][disabled].btn_green {
  opacity: 0.6;
  cursor: not-allowed;
}

input[type="submit"][disabled].btn_green:hover {
  background: #1c7f52;
}

.btn_green:hover {
  background: #24a168;
}

/*** 2023/11/8 ADD START ***/
.btn_green_b {
  background: #1c7f52;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  font-size: 160%;
  transition: all 0.2s;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none;
}

input[type="submit"].btn_green_b, input[type="button"].btn_green_b {
  color: #FFFFFF;
  display: block;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
/*** 2023/11/8 ADD END ***/


.btn_gray {
  background: #CCCCCC;
  border-radius: 5px;
  color: #333333;
  text-align: center;
  font-size: 110%;
  transition: all 0.2s;
  letter-spacing: 0.2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-appearance: none;
}

.btn_gray a {
  color: #333333;
  display: block;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"].btn_gray, input[type="button"].btn_gray {
  color: #333333;
  display: block;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.btn_gray:hover {
  background: #DDDDDD;
}

.btn_disabled {
  opacity: 0.6;
}

.btn_disabled:hover {
  background: #1c7f52;
}

.btn_disabled a {
  cursor: not-allowed;
}

.pagetitle_a1 {
  font-size: 140%;
  margin: 0 0 15px;
  text-align: left;
  background: #CD1B41 repeat;
  color: #FFFFFF;
  padding: 15px 25px 15px 15px;
  position: relative;
  clear: both;
}

.pagetitle_a2 {
  margin: 20px 0;
  font-size: 120%;
  padding: 12px 8px 10px;
  text-align: left;
  color: #1c7f52;
  border-bottom: 1px solid #1c7f52;
  clear: both;
}

.article .gsc-control-cse a[href^="http"] {
  background: none;
  padding-right: 0;
  margin-right: 0;
}

/* magnific popup */
body.popupiframe {
  background: #FFF;
}

.iframe_contents {
  position: relative;
  padding: 30px;
  width: auto;
}

.iframe_contents h2 {
  font-size: 120%;
}

.iframe_contents .article img {
  max-width: 100%;
  height: auto;
}

/*topics link*/
.topics_link {
  margin: 30px 0 0;
}

.topics_link p {
  padding: 0;
}

.topics_link a {
  position: relative;
  display: block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.topics_link a:after, .topics_link a:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.topics_link a:before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #c0082e;
}

.topics_link a.ex_pdf:after {
  content: 'PDF';
  padding: 3px 10px;
  background: #cd1b41;
  font-size: 85%;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 10px;
  right: 0;
  top: 0.2em;
  position: relative;
  vertical-align: top;
}

/* ==================================================
footer
================================================== */
#footer {
  clear: both;
  width: 100%;
  background: #111111;
}

#footer .info a:hover,
#footer .inforight a:hover,
#footer .sns_share a:hover {
  opacity: 0.75;
}

#footer_contents {
  padding: 40px 0;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
  font-size: 100%;
  color: #FFFFFF;
}

.sns_share ul {
  margin: 0 auto 10px;
  text-align: center;
  list-style: none;
}

.sns_share li {
  margin: 0 3px;
  display: inline-block;
}

.sns_share li img {
  width: 32px;
  height: auto;
  border: 1px solid #FFFFFF;
}

#footer .info {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-self: center;
  margin-bottom: 20px;
}

#footer .info a {
  color: #FFFFFF;
  font-weight: bold;
}

#footer .info li {
  position: relative;
  margin-right: 15px;
  padding-left: 25px;
}

#footer .contact {
  background: url("../images/icon_contact.png") no-repeat;
  background-size: 17px auto;
}

#footer .allergy {
  background: url("../images/icon_allergy.png") no-repeat;
  background-size: 17px auto;
}

#footer .footer_address {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}


#footer_contents .logo {
  margin: 0 40px 20px 20px;
  vertical-align: top;
  flex-basis: 112px;
}

#footer_contents .logo img {
  width: 100%;
  height: auto;
}

#footer .eigyo {
  flex-basis: 250px;
  margin-right: 40px;
  margin-top: 10px;
}

#footer .eigyo p {
  margin-bottom: 5px;
}

#footer .eigyo p.eigyojikan img {
  width: 100%;
  height: auto;
}

#footer .eigyo p.freecall img {
  width: 80%;
  height: auto;
}

#footer .jikan {
  flex-basis: 390px;
}

#footer .jikan dl {
  margin-bottom: 20px;
}

#footer .jikan dl dt {
  width: 9em;
  margin-bottom: 0.5em;
}

#footer .jikan dl dd {
  margin: -2.1em 0 0.5em;
  padding-left: 10em;
}

.inforight {
  flex-basis: 25%;
}
.inforight p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.sns_link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 13px;
}

.sns_link li {
  margin-bottom: 5px;
  margin-right: 20px;
}
.sns_link li:nth-child(4n) {
  margin-right: 0px;
}

.sns_link li img {
  width: 45px;
  height: auto;
}

.footer_menu {
  list-style: none;
  padding: 50px 0;
  text-align: center;
}

.footer_menu li {
  display: inline-block;
}

.footer_menu li:after {
  content: "|";
  margin: 0 10px;
}

.footer_menu li:last-child:after {
  content: "";
}

.footer_menu a {
  color: #FFFFFF;
}

.footer_menu a:hover {
  text-decoration: underline;
}

.copy {
  text-align: center;
  color: #FFFFFF;
}

.errormsg {
  padding: 50px 100px 100px;
  text-align: center;
  margin: 0 auto;
}

.errormsg .err_title {
  font-weight: bold;
  font-size: 120%;
  padding: 10px;
}

.errormsg .img {
  margin: 10px;
}


.sns_share_n {
}

.footer_menu_n {
}
.f01 {
  width: 20%;
}
.f02 {
  width: 30%;
}

.footer_menu_n ul {
  padding-left: 14px;
}
.footer_menu_n li {
  list-style: none;
  margin-bottom: 5px;
}
.footer_menu_n a {
  color: #FFFFFF;
  border-left: solid 4px #636363;
  padding-left: 10px;
  font-weight: bold;
}

.footer_menu_n a:hover {
  text-decoration: underline;
}

/* ==================================================
print
================================================== */
@media print {

  #footer,
  #gnavi nav,
  #header,
  #page-top,
  #page_gnavi,
  #page_sidemenu {
    display: none !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
  }

  #header,
  #header_logo,
  #main,
  #page_main,
  #page_maincontents,
  #whole_bg,
  #wrapper,
  body {
    background-image: none !important;
    background-color: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  #header {
    height: auto !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #CCCCCC !important;
  }

  #gnavi #header_logo {
    display: block !important;
    margin-top: 20px !important;
    text-align: left !important;
  }

  #top_header_image:before {
    background: none !important;
  }

  #page_maincontents {
    float: none !important;
    height: auto !important;
    width: auto !important;
  }

  h1[id^="cate_title"] {
    background: none !important;
    height: auto !important;
    margin: 0 !important;
  }

  h1[id^="cate_title"] span {
    height: auto !important;
    top: 30px !important;
    margin: 0 0 30px !important;
  }

  h1[id^="cate_title"] span::after, h1[id^="cate_title"] span:before {
    content: "" !important;
  }

  h1[id^="cate_title"] span img {
    position: relative !important;
  }

  h1[id^="cate_title"]:after, h1[id^="cate_title"]:before {
    content: "" !important;
    background: none !important;
    top: 0 !important;
    position: relative !important;
  }

  #page_main,
  #wrapper,
  .article,
  body {
    border: none !important;
  }

  #whole_bg:after,
  #wrapper:after {
    content: "";
    height: 1px;
  }
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#footer_address:after,
#footer_contents:after,
#footer_copy:after,
#footer_menu:after,
#gnavi:after,
#header:after,
#header_r:after,
#main:after,
#page_main:after,
#page_maincontents:after,
#top_header_image:after,
#whole_bg:after,
.article:after,
.clearfix,
.sns_button ul:after {
  content: " ";
  display: block;
  clear: both;
}

.takeout_disable {
  width: 550px;
  margin: 0 auto 20px;
  border: 1px solid #007AC0;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}

.alert_border {
  border: 3px solid #c42121;
  padding: 3px;
}

.alert_font {
  font-size: 140%;
}

/*# sourceMappingURL=../_maps/base.css.map */


/* ==================================================
new header/footer/top css
================================================== */
.pc
{
    position: relative; 

    min-width: 1100px;
    padding-top: 145px;
}
.pc:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 145px;

    content: '';

    background: #000;
}
.pc #gnavi
{
    width: auto;
    margin: 0;
}
.pc #gnavi li
{
    width: 48%;
    text-align: center;
}
.pc #gnavi:after
{
    content: none;
}
.pc #gnavi li:after
{
    content: none;
}
.pc #top_header_image
{
    margin-top: 0;
}
.pc .mainHeader
{
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;

    overflow-x: auto;

    background: #000;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE対策 */
    scrollbar-width: none;
    /* Firefox対策 */
}
.pc .mainHeader::-webkit-scrollbar
{
    /* Google Chrome対策 */
    display: none;
}
.pc .mainHeader *
{
    box-sizing: border-box;

    transition: all .5s cubic-bezier(.33, 1, .68, 1);
}
.pc .mainHeader-container
{
    display: flex;
    min-width: 1210px;
    width: 100%;
    height: 145px; 
    margin: 0 auto;
    padding: 0 10px;
}
.pc .mainHeader-toggler
{
    display: none;
}
.pc .mainHeader-logo
{
    display: flex;

    width: 30%;
    padding-right: 5%;

    align-items: flex-end;
}
.pc .mainHeader-logo_sp
{
    display: none;
}
.pc .mainHeader-logo a
{
    line-height: 0;
}
.pc .mainHeader-logo img
{
    width: 100%;
		max-width: 330px;
}
.pc .mainHeader-inner
{
    display: flex; 

    width: 70%;
}
.pc .mainHeader-member
{
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    width: 1120px;
    margin: 0 auto;
    padding: 5px 10px 3px 10px;
}
.pc .mainHeader-member-login
{
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
.pc .mainHeader-member-login li
{
    padding-left: 50px;
}
.mainHeader-member-login .welcome {
  /* margin: 10px 20px 25px 10px; */
  /* color: #FFFFFF; */
}
.mainHeader-member-login .point {
  /* margin: 10px 30px 25px; */
}
.mainHeader-member-login .point:before {
  margin-right: 5px;
  content: url("../images/icon_point.png");
  vertical-align: text-top;
}
.mainHeader-member-login .rank {
  /* margin: 10px 30px 25px 5px; */
}
.mainHeader-member-login .rank:before {
  margin-right: 3px;
  vertical-align: middle;
}
.mainHeader-member-login .rank.bronze:before {
  content: url("../images/icon_rankb.png");
}
.mainHeader-member-login .rank.silver:before {
  content: url("../images/icon_ranks.png");
}
.mainHeader-member-login .rank.gold:before {
  content: url("../images/icon_rankg.png");
}

.pc .mainHeader-menu
{
    width: 50%;
}
.pc .mainHeader-menu-login
{
    display: flex;

    margin-bottom: 30px; 

    list-style: none;

    justify-content: space-between;
}
.pc .mainHeader-menu-login li
{
    width: 48%;

    background: #fff;
}
.pc .mainHeader-menu-login li a
{
    font-size: 20px;
    font-weight: bold;

    display: block;

    padding: 5px; 

    text-align: center;

    color: #fff;
    background: #ba272b;
}
.pc .mainHeader-menu-login li a:hover
{
    opacity: .9;
}
.pc .mainHeader-menu-nav
{
    display: flex;

    list-style: none;

/*    justify-content: space-between;*/
    justify-content: space-around;
}
.pc .mainHeader-menu-nav li a
{
    font-size: 20px;
    font-weight: bold;

    display: block; 

    color: #fff;
}
.pc .mainHeader-menu-nav li a:hover
{
    opacity: .75;
}
.pc .mainHeader-order
{
    width: 25%;
    padding-left: 2%;
}
.pc .mainHeader-order-inner
{
    position: relative; 

    background-color: #fff;
}
.pc .mainHeader-order-inner .akamaru
{
    font-size: 15px;
    font-weight: bold; 

    position: absolute;
    top: 10px;
    right: 10px;

    width: auto;
    padding: .05em .7em;
}
.pc .mainHeader-order-btn
{
    font-weight: bold;

    display: block;

    height: 124px; 
    padding: 10px 0;

    text-align: center;

    color: #fff !important;
    background-color: #ba272b !important;
}
.pc .mainHeader-order-btn:hover
{
    opacity: .9;
}
.pc .mainHeader-order-btn img
{
    width: 30%;
		max-width: 70px;
}
.pc .mainHeader-order-btn span
{
    font-size: 22px;
    line-height: 2; 

    display: block;
}
.pc .mainHeader-order_sp
{
    display: none;
}
.pc .mainHeader-link {
	width: 20%;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	justify-content: center;
  margin-left: 2%;
}
.pc .mainHeader-link div {
  width: 100%;
  height: 124px;
  display: flex;
	align-content: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.pc .mainHeader-link div:last-child a {
  background-color: #fff;
}
.pc .mainHeader_active .mainHeader-link div {
  height: 90px;
}
.pc .mainHeader-link div a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pc .mainHeader-link img{
	width: 94%;
  /* max-width: 108px; */
  height: auto;
}
.pc .mainHeader-link div:last-child img{
	width: 94%;
	/* max-width: 76px;*/
}
.pc .mainHeader-link_sp {
  display: none;
}
.pc .mainHeader_active .mainHeader-container
{
    height: 90px;
}
.pc .mainHeader_active .mainHeader-logo
{
    padding-right: 15%;
}
.pc .mainHeader_active .mainHeader-logo img {
	max-width: 250px;
}
.pc .mainHeader_active .mainHeader-menu-login
{
    margin-bottom: 10px;
}
.pc .mainHeader_active .mainHeader-menu-login li a
{
    font-size: 18px;
}
.pc .mainHeader_active .mainHeader-menu-nav li a
{
    font-size: 18px;
}
.pc .mainHeader_active .mainHeader-order-inner
{
    height: 90px;
}
.pc .mainHeader_active .mainHeader-order-btn
{
    height: 100%;
}
.pc .mainHeader_active .mainHeader-order-btn img
{
    width: 16%;
}
.pc .mainHeader_active .mainHeader-order-btn span
{
    font-size: 20px;
}
.pc .mainHeader_active .mainHeader-link img {
	width: 80px;
}
.pc .home-main
{
    color: #fff; 
    background: #000;
}
.pc .home-main *
{
    box-sizing: border-box;
}
.pc .home-main img
{
    max-width: 100%;
}
.pc .home-container
{
    max-width: 1920px;
    margin: 0 auto;
}
.pc .home-slider.slick-dotted.slick-slider
{
    margin-bottom: 60px;
}
.pc .home-slider .slick-dots
{
    bottom: -40px;
}
.pc .home-slider .slick-dots li
{
    width: 20px;
    height: 20px;

    border: none;
    background-color: #fff;
}
.pc .home-slider .slick-dots li.slick-active
{
    background-color: #bfc0c0;
}
.pc .home-introduction
{
    line-height: 0;
}
.pc .home-kodawari
{
    line-height: 0;
}
.pc .home-topics
{
    padding-bottom: 100px;
}
.pc .home-topics-container
{
    overflow: hidden; 

    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
}
.pc .home-topics-ttl
{
    font-size: 26px;
}
.pc .home-topics-contents
{
    display: flex;

    margin: 0 -20px 20px;
}
.pc .home-topics-contents-top
{
    width: 45%; 
    padding: 0 20px;
}
.pc .home-topics-contents-item
{
    width: 55%; 
    padding: 0 20px;
}
.pc .home-topics-contents-list
{
    display: flex;

    margin: 0 -20px;

    list-style: none;

    flex-wrap: wrap;
}
.pc .home-topics-contents-list-item
{
    width: 50%; 
    padding: 0 20px;
}
.pc .home-topics-article
{
    display: block;

    margin-bottom: 20px;
}
.pc .home-topics-article:hover .home-topics-article-img img
{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.pc .home-topics-article-img
{
    line-height: 0; 

    position: relative;

    overflow: hidden;

    margin-bottom: 5px;
    padding: 8px 0;

    border-top: 6px solid #ba272b;
    border-bottom: 6px solid #ba272b;
}
.pc .home-topics-article-img:before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 8px;

    content: '';

    background: #000;
}
.pc .home-topics-article-img:after
{
    position: absolute;
    z-index: 1; 
    bottom: 0;
    left: 0;

    width: 100%;
    height: 8px;

    content: '';

    background: #000;
}
.pc .home-topics-article-img img
{
    width: 100%;

    transition: -webkit-transform .3s;

    transition: transform .3s;

    transition: transform .3s, -webkit-transform .3s; 

    -webkit-backface-visibility: hidden; 

            backface-visibility: hidden;
}
.pc .home-topics-article-ttl
{
    font-size: 20px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin-bottom: 10px; 

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pc .home-topics-article-ttl_top
{
    font-size: 24px;

    height: 38px;
}
.pc .home-topics-article-txt
{
    font-size: 12px;
    font-weight: bold;

    display: -webkit-box;
    overflow: hidden;

    height: 20px; 
    padding: 0 .3em;

    color: #fff;
    background: #ba272b;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.pc .home-topics-article-txt_top
{
    font-size: 14px;

    height: 90px;

    background: none;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.pc .home-topics-article-txt-wrapper
{
    position: relative;
    z-index: 1;

    overflow: visible;

    padding: 33px 80px 33px 10px;

    background: #ba272b;
}
.pc .home-topics-article-txt-wrapper:before
{
    position: absolute;
    z-index: -1; 
    top: 0;
    bottom: 0;
    left: 0;

    width: 106%;

    content: '';

    background: url(../images/home-topics-top-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.pc .home-topics-btn
{
    font-size: 16px;

    display: block;

    max-width: 240px;
    margin: 0 auto;

    text-align: center; 

    color: #fff !important;
    background-color: #ba272b !important;
}
.pc .home-topics-btn:hover
{
    opacity: .9;
}
.pc .footer
{
    padding: 10px 0 10px;
    background: #000;
    color: #fff;
}
.pc .footer a{
  background-color: transparent;
  color: #fff;
}
.pc .footer *
{
    box-sizing: border-box;

    transition: all .5s cubic-bezier(.33, 1, .68, 1);
}
.pc .footer-container
{
    max-width: 728px;
    margin: 0 auto; 
    padding: 0 10px;
}
.pc .footer-top
{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.pc .footer-sns
{
    width: 20%;
}
.pc .footer-sns-ttl
{
    font-size: 14px;

    position: relative; 

    margin-bottom: 10px;

    text-align: center;
}
.pc .footer-sns-ttl:before
{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.pc .footer-sns-ttl:after
{
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);

    background: #fff;
}
.pc .footer-sns-ttl span
{
    position: relative;
    z-index: 1;

    padding: 0 .8em; 

    background: #000;
}
.pc .footer-sns-list
{
    display: flex;

    margin: 0 -5px; 

    list-style: none;

    justify-content: space-between;
}
.pc .footer-sns-list li
{
    width: 25%;
    padding: 0 5px;
}
.pc .footer-sns-list li img
{
    max-width: 100%;
}
.pc .footer-desc
{
    width: 68%;

    text-align: center;
}
.pc .footer-desc-ttl
{
    font-size: 28px; 
    font-weight: bold;
    text-align: center;
}
.pc .footer-desc-txt
{
    font-size: 11px;
    margin-bottom: 5px;
}
.pc .footer-desc-shops
{
    font-size: 15px;
    display: block;
    margin-bottom: 10px; 
    padding: .2em;
    text-align: center;
    color: #fff !important;
    background-color: #ba272b !important;
}
.pc .footer-desc-shops:hover
{
    opacity: .8;
}
.pc .footer-desc-note
{
    font-size: 11px;
}
.pc .footer-menu
{
    display: flex;
    margin-bottom: 15px; 
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}
.pc .footer-menu li
{
    font-size: 12px;
    margin-bottom: 10px; 
    margin-left: -2px;
    padding: 0 7px;
    border-right: 2px solid #999;
    border-left: 2px solid #999;
}
.pc .footer-menu li a:hover
{
    opacity: .9;
}
.pc .footer-copyright
{
    font-size: 11px;
    text-align: center;
}