@charset "UTF-8";
@import url(add.css);
@font-face {
  font-family: "font01";
  src: url("../img/Bellota-Regular.ttf");
}
@font-face {
  font-family: "font02";
  src: url("../img/Prompt-Light.ttf");
}
@font-face {
  font-family: "font03";
  src: url("../img/Kanit-Regular.ttf");
}
/* ---------------------------------
Common
---------------------------------- */
.jscroll-added {
  margin-bottom: 15px;
}

.tooltip + span {
  background: black;
  color: white;
  position: absolute;
  top: 15px;
  left: 0;
  text-align: center;
  padding: 5px 10px;
  z-index: 2;
  display: block;
  display: none;
  border-radius: 5px;
}

p.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 60px;
  cursor: pointer;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  p.pagetop {
    width: 40px;
  }
  p.pagetop img {
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

body.tabView .spw100 {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .spw100 {
    width: 100%;
  }
}

.pc_none {
  display: none;
}

/*SP*/
@media screen and (max-width: 640px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
  p.pagetop {
    bottom: 10px;
    right: 10px;
  }
}
body {
  padding-top: 83px;
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 90px;
  }
}

/* ---------------------------------
Header
---------------------------------- */
header {
  width: 100%;
  border-top: solid 3px #ec3636;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
  box-shadow: 0 0px 7px #888;
}
@media screen and (max-width: 640px) {
  header {
    border-top: none;
    height: 90px;
  }
}
header #header {
  height: 80px;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  header #header {
    height: 90px;
  }
}
header #header .sitelogo {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 200px;
  transition: 0.3s;
  line-height: 1;
}
body.tabView header #header .sitelogo {
  width: 140px;
  top: 35px;
}
@media screen and (max-width: 640px) {
  header #header .sitelogo {
    top: 10px;
    left: 10px;
    width: 127px;
  }
  header #header .sitelogo img {
    width: 100%;
  }
}
header #header .sitelogo a {
  height: 50px;
  display: block;
}
header #header .sitelogo a img {
  width: 100%;
}
header #header nav.hsubnav {
  position: absolute;
  top: 20px;
  right: 510px;
}
@media screen and (max-width: 640px) {
  header #header nav.hsubnav {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
header #header nav.hsubnav ul {
  zoom: 1;
}
header #header nav.hsubnav ul:after {
  display: table;
  clear: both;
  content: "";
}
header #header nav.hsubnav ul:before {
  display: table;
  content: "";
}
header #header nav.hsubnav ul li {
  float: left;
  margin-left: 20px;
}
header #header nav.hsubnav ul li a {
  display: block;
  font-size: 14px;
  background: url(../img/icon01.png) no-repeat left 50%;
  padding-left: 12px;
}
@media screen and (max-width: 640px) {
  header #header nav.hsubnav ul li a {
    color: white;
    background: url(../img/icon01_w.png) no-repeat left 50%;
  }
}
header #header nav.langnav {
  position: absolute;
  top: 25px;
  right: 290px;
}
@media screen and (max-width: 640px) {
  header #header nav.langnav {
    position: static;
  }
}
header #header nav.langnav ul {
  zoom: 1;
}
header #header nav.langnav ul:after {
  display: table;
  clear: both;
  content: "";
}
header #header nav.langnav ul:before {
  display: table;
  content: "";
}
header #header nav.langnav ul li {
  float: left;
  width: 32px;
}
@media screen and (max-width: 640px) {
  header #header nav.langnav ul li {
    width: 25%;
  }
}
header #header nav.langnav ul li a {
  border: solid 1px #bcbcbc;
  border-right: none;
  display: block;
  line-height: 23px;
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  header #header nav.langnav ul li a {
    color: white;
    border-color: #f5f5f5;
  }
}
header #header nav.langnav ul li a.active, header #header nav.langnav ul li a:hover {
  background: #e8e8e8;
  transition: 0.3s;
  color: #333;
}
header #header nav.langnav ul li:last-child {
  border-right: solid 1px #bcbcbc;
}
header #header nav.formatnav {
  position: absolute;
  width: 177px;
  height: 80px;
  background: #e0e0e0;
  top: 0px;
  right: 90px;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav {
    right: auto;
    width: 100%;
    left: 0;
    padding: 0;
    top: 50px;
    background: none;
  }
}
header #header nav.formatnav ul {
  zoom: 1;
}
header #header nav.formatnav ul:after {
  display: table;
  clear: both;
  content: "";
}
header #header nav.formatnav ul:before {
  display: table;
  content: "";
}
header #header nav.formatnav ul li {
  width: 80px;
  float: left;
  text-align: center;
}
header #header nav.formatnav ul li img {
  position: relative;
  top: 0px;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav ul li img {
    top: 5px;
  }
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav ul li {
    width: 25%;
    border: solid 1px #ccc;
    border-right: none;
  }
  header #header nav.formatnav ul li img {
    width: 100%;
  }
  header #header nav.formatnav ul li:first-child {
    border-left: none;
  }
}
header #header nav.formatnav ul li a {
  display: block;
  border-radius: 5px;
  background: white;
  height: 32px;
  vertical-align: middle;
  border: solid 2px white;
}
header #header nav.formatnav ul li a img {
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav ul li a {
    border: none;
    border-radius: 0;
    height: 50px;
    padding: 3px 10px;
    height: 42px;
  }
}
header #header nav.formatnav ul li a.active, header #header nav.formatnav ul li a:hover {
  border: solid 2px #ec3636;
}
header #header nav.formatnav ul li:nth-child(odd) {
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav ul li:nth-child(odd) {
    margin-right: 0;
  }
}
header #header nav.formatnav ul li:nth-child(1), header #header nav.formatnav ul li:nth-child(2) {
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  header #header nav.formatnav ul li:nth-child(1), header #header nav.formatnav ul li:nth-child(2) {
    margin-bottom: 0;
  }
}
header #header nav.gnav {
  position: absolute;
  top: 25px;
  right: 450px;
}
@media screen and (max-width: 640px) {
  header #header nav.gnav {
    position: static;
    margin-bottom: 15px;
  }
}
header #header nav.gnav ul {
  zoom: 1;
}
header #header nav.gnav ul:after {
  display: table;
  clear: both;
  content: "";
}
header #header nav.gnav ul:before {
  display: table;
  content: "";
}
header #header nav.gnav ul li {
  float: left;
  margin-left: 5px;
  letter-spacing: 0px;
}
@media screen and (max-width: 640px) {
  header #header nav.gnav ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
header #header nav.gnav ul li a {
  display: block;
  font-size: 15px;
  padding-left: 11px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header #header nav.gnav ul li a {
    color: #555;
    background: white url(../img/icon01.png) no-repeat 98% 50%;
    padding: 12px;
    border-radius: 7px;
    border-left: none;
    border-right: none;
  }
}
header #header nav.gnav ul li a span {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
header #header nav.gnav ul li a.active {
  color: #ec3636;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  header #header nav.gnav ul li a.active {
    color: #444;
  }
}
@media screen and (max-width: 640px) {
  header #header aside {
    display: none;
    width: 100%;
    height: 1000%;
    background: #ec3636;
    position: absolute;
    top: 50px;
    z-index: 1;
    padding: 40px;
    overflow-y: scroll;
  }
  header #header aside nav {
    position: static !important;
  }
  header #header aside nav ul {
    position: static;
  }
  header #header aside nav ul li {
    float: none;
  }
}
header #header p.quickbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}
@media screen and (max-width: 640px) {
  header #header p.quickbtn {
    width: 50px;
    right: 50px;
  }
}
header #header p.quickbtn a {
  text-indent: -9999px;
  height: 80px;
  display: block;
  background: #ec3636 url(../img/icon_quick.png) no-repeat 50% 50%;
  background-size: 70px;
}
@media screen and (max-width: 640px) {
  header #header p.quickbtn a {
    height: 50px;
    background: #e8e8e8 url(../img/icon_quick_sp.png) no-repeat 50% 50%;
    background-size: 30px;
  }
}
header #header p.quickbtn a:hover {
  background-color: #da1515;
}
@media screen and (max-width: 640px) {
  header #header p.quickbtn a:hover {
    background-color: #e8e8e8;
  }
}
@media screen and (max-width: 640px) {
  header #header p.quickbtn a.active {
    background: #ec3636 url(../img/icon_quick_sp_w.png) no-repeat 50% 50%;
    background-size: 30px;
  }
}
header #header .quickarea {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 1000%;
  background: #ec3636;
  padding: 40px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  header #header .quickarea {
    top: 50px;
    padding: 30px;
    padding-bottom: 100px;
    height: 100vh;
    overflow-y: scroll;
    z-index: 11;
  }
}
header #header .quickarea .cont_m {
  zoom: 1;
}
header #header .quickarea .cont_m:after {
  display: table;
  clear: both;
  content: "";
}
header #header .quickarea .cont_m:before {
  display: table;
  content: "";
}
header #header .quickarea .cont_m .cont_shop,
header #header .quickarea .cont_m .cont_menu {
  width: 462px;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop,
  header #header .quickarea .cont_m .cont_menu {
    width: 100%;
  }
}
header #header .quickarea .cont_m .cont_shop p.q_tit,
header #header .quickarea .cont_m .cont_menu p.q_tit {
  border-left: solid 4px white;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop p.q_tit,
  header #header .quickarea .cont_m .cont_menu p.q_tit {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop figure,
  header #header .quickarea .cont_m .cont_menu figure {
    display: none;
  }
  header #header .quickarea .cont_m .cont_shop figure img,
  header #header .quickarea .cont_m .cont_menu figure img {
    width: 100%;
  }
}
header #header .quickarea .cont_m .cont_shop .search figure img,
header #header .quickarea .cont_m .cont_menu .search figure img {
  vertical-align: bottom;
}
header #header .quickarea .cont_m .cont_shop .search section,
header #header .quickarea .cont_m .cont_menu .search section {
  padding: 25px 18px;
  background: #f5f5f5;
  padding-bottom: 1px;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop .search section,
  header #header .quickarea .cont_m .cont_menu .search section {
    padding: 18px;
    border: solid 1px white;
    padding-bottom: 10px;
    background: none;
  }
}
header #header .quickarea .cont_m .cont_shop .search section p.keytit,
header #header .quickarea .cont_m .cont_menu .search section p.keytit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop .search section p.keytit,
  header #header .quickarea .cont_m .cont_menu .search section p.keytit {
    font-size: 15px;
    display: none;
  }
}
header #header .quickarea .cont_m .cont_shop .search section nav.tag_search02,
header #header .quickarea .cont_m .cont_menu .search section nav.tag_search02 {
  padding: 0;
  background: none !important;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop .search section nav.tag_search02,
  header #header .quickarea .cont_m .cont_menu .search section nav.tag_search02 {
    margin-bottom: 0 !important;
  }
}
header #header .quickarea .cont_m .cont_shop .search section nav.tag_search02 li a,
header #header .quickarea .cont_m .cont_menu .search section nav.tag_search02 li a {
  background: white;
  color: #333;
  border-color: #bdbdbd;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop .search section nav.tag_search02 li a,
  header #header .quickarea .cont_m .cont_menu .search section nav.tag_search02 li a {
    background: none !important;
    color: white;
    border-color: white;
  }
}
header #header .quickarea .cont_m .cont_shop .search section nav.tag_search02 li a:hover,
header #header .quickarea .cont_m .cont_menu .search section nav.tag_search02 li a:hover {
  background: #ec3636;
  border-color: #ec3636;
  color: white;
}
header #header .quickarea .cont_m .cont_shop {
  float: left;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .cont_m .cont_shop {
    margin-bottom: 25px;
  }
}
header #header .quickarea .cont_m .cont_menu {
  float: right;
}
header #header .quickarea .q_close {
  text-align: right;
}
@media screen and (max-width: 640px) {
  header #header .quickarea .q_close {
    margin-top: 10px;
  }
}
header #header .quickarea .q_close a {
  font-weight: bold;
  font-size: 30px;
  color: white;
}

.map01 {
  margin-bottom: 30px;
  width: 100%;
  height: 400px;
  background: #ccc;
}
@media screen and (max-width: 640px) {
  .map01 {
    height: 200px;
  }
}
.map01 iframe {
  width: 100%;
  height: 100%;
}

/* ---------------------------------
Tabview
---------------------------------- */
.tabbox .tab-group {
  zoom: 1;
}
.tabbox .tab-group:after {
  display: table;
  clear: both;
  content: "";
}
.tabbox .tab-group:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group {
    padding-left: 0;
  }
  body.page_menu .tabbox .tab-group {
    margin-bottom: 5px;
  }
}
.tabbox .tab-group li {
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 2px;
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group li {
    width: 19.5%;
    margin-right: 0.5%;
  }
  body.page_menu .tabbox .tab-group li {
    width: 49%;
    margin: 0.5%;
  }
}
.tabbox .tab-group li a {
  background: #e8e8e8;
  width: 88.5px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -1px;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  line-height: 67px;
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group li a {
    width: 100%;
    line-height: 1.2;
    font-size: 12px;
    height: inherit;
    letter-spacing: -1px;
    padding: 10px 5px;
  }
  body.page_menu .tabbox .tab-group li a {
    padding: 8px 5px;
    border: solid 1px #ccc;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.tabbox .tab-group li :hover a, .tabbox .tab-group li.active a {
  background: #ec3636;
  color: white;
  transition: 0.3s;
}
.tabbox .tab-group li.line2 a {
  padding-top: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  body.page_menu .tabbox .tab-group li.line2 a {
    padding: 8px 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group.long li {
    width: 24.5%;
  }
}
.tabbox .tab-group.long li a {
  width: 180px;
}
@media screen and (max-width: 640px) {
  .tabbox .tab-group.long li a {
    width: 100%;
  }
}
.tabbox .panel-group {
  border: solid 3px #ec3636;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .tabbox .panel-group {
    padding: 30px 22px;
    padding-bottom: 22px;
  }
}
.tabbox .panel-group h1 {
  font-size: 32px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .tabbox .panel-group h1 {
    margin-bottom: 20px;
  }
}

/* ---------------------------------
SP_menu
---------------------------------- */
.overlay {
  display: block;
  position: absolute;
  height: 1000%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/*SP*/
@media screen and (max-width: 640px) {
  .modal {
    display: none;
    color: black;
    position: fixed;
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 0px 0px 5px #999;
  }
  .modal section {
    position: relative;
  }
  .closebtn {
    cursor: pointer;
    text-indent: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-indent: -9999px;
    z-index: 1111;
    background-size: 15px;
  }
  #menuButton {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 300;
    background: #999;
  }
  #menuButton span {
    display: block;
    background: white;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 13px;
    transition: all 0.4s;
  }
  #menuButton span:first-child {
    top: 16px;
    width: 21px;
    left: 15px;
  }
  #menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }
  #menuButton span:last-child {
    bottom: 16px;
    width: 21px;
    left: 15px;
  }
  #menuButton.active {
    background: #ec3636;
  }
  #menuButton.active span {
    color: white;
  }
  #menuButton.active span:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  #menuButton.active span:nth-child(2) {
    opacity: 0;
  }
  #menuButton.active span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/* ---------------------------------
box
---------------------------------- */
p.ex01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  p.ex01 {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}

.box01 {
  zoom: 1;
}
.box01:after {
  display: table;
  clear: both;
  content: "";
}
.box01:before {
  display: table;
  content: "";
}
.box01 p {
  font-size: 16px;
  line-height: 2;
}
.box01 .cont_l {
  width: 49%;
  float: left;
}
.box01 .cont_l img {
  max-width: 100%;
}
.box01 .cont_r {
  width: 49%;
  float: right;
}
.box01 .cont_r img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .box01.sp100 .cont_l,
  .box01.sp100 .cont_r {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.box02 {
  border: solid 1px #ccc;
  padding: 30px;
  margin-bottom: 15px;
}

.infobox {
  border: solid 3px #ec3636;
  padding: 30px;
}
.infobox h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ec3636;
}
.infobox table {
  width: auto;
}
.infobox table tr th,
.infobox table tr td {
  padding: 10px 15px;
  vertical-align: top;
  text-align: left;
  background: white;
}
@media screen and (max-width: 640px) {
  .infobox table tr th,
  .infobox table tr td {
    display: block;
    border: none;
    font-size: 15px;
  }
}
.infobox table tr th {
  background: #f2f2f2;
}
@media screen and (max-width: 640px) {
  .infobox table tr th {
    white-space: nowrap;
  }
}
/* ---------------------------------
Cont
---------------------------------- */
.cont_m {
  width: 1000px;
  margin: 0 auto;
}
body.tabView .cont_m {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .cont_m {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_m {
    padding: 0 15px;
  }
}

.cont_all {
  width: 100%;
  zoom: 1;
}
.cont_all:after {
  display: table;
  clear: both;
  content: "";
}
.cont_all:before {
  display: table;
  content: "";
}
.cont_all .main {
  width: 720px;
  float: left;
}
@media screen and (max-width: 640px) {
  .cont_all .main {
    width: 100%;
    float: none;
  }
}
.cont_all .sub {
  width: 220px;
  float: right;
}
@media screen and (max-width: 640px) {
  .cont_all .sub {
    width: 100%;
    float: none;
  }
}
.cont_all .sub h3 {
  font-size: 16px;
  color: white;
  background: #ec3636;
  padding: 12px;
  line-height: 1;
}
.cont_all .sub figure {
  border: solid 3px #ec3636;
  border-top: 0;
}
@media screen and (max-width: 640px) {
  .cont_all .sub figure {
    display: none;
  }
}
.cont_all .sub figure img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .cont_all .sub nav.subnav {
    margin-top: 50px;
  }
}
.cont_all .sub nav.subnav ul li {
  width: 100%;
  margin-bottom: -1px;
}
.cont_all .sub nav.subnav ul li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  background: url(../img/icon01.png) no-repeat 0px 15px;
  border: solid 1px #ccc;
  line-height: 1.3;
  font-size: 15px;
  border-left: solid 3px #ec3636;
}
.cont_all .sub nav.subnav ul li a:hover, .cont_all .sub nav.subnav ul li a.active {
  background-color: #f0f0f0;
  color: #333;
}

.plussearch {
  zoom: 1;
  margin-bottom: 20px;
}
.plussearch:after {
  display: table;
  clear: both;
  content: "";
}
.plussearch:before {
  display: table;
  content: "";
}
.plussearch .current {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .plussearch .current {
    width: 20%;
    margin-right: 2%;
  }
}
.plussearch .current button.btn_current {
  width: 120px;
  height: 50px;
  border-radius: 7px;
  border: none;
  letter-spacing: 1px;
  font-size: 17px;
  cursor: pointer;
  color: #0084d3;
  border: solid 1px #0084d3;
}
@media screen and (max-width: 640px) {
  .plussearch .current button.btn_current {
    width: 100%;
    font-size: 14px;
  }
}
.plussearch .current button.btn_current.active, .plussearch .current button.btn_current:hover {
  background: #0084d3;
  color: white;
}
.plussearch .other {
  float: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  .plussearch .other {
    width: 78%;
    float: left;
  }
}
.plussearch .other input[type=text] {
  height: 50px;
  width: 500px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .plussearch .other input[type=text] {
    width: 100%;
    font-size: 14px;
  }
}
.plussearch .other button.search {
  width: 26px;
  height: 25px;
  position: absolute;
  right: 13px;
  top: 13px;
  background: url(../img/icon_search.png) no-repeat 0 50%;
}

nav.tag_search01 {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: solid 1px black;
  position: relative;
}
@media screen and (max-width: 640px) {
  nav.tag_search01 {
    padding: 12px;
  }
}
nav.tag_search01 ul {
  zoom: 1;
  margin-bottom: 10px;
}
nav.tag_search01 ul:after {
  display: table;
  clear: both;
  content: "";
}
nav.tag_search01 ul:before {
  display: table;
  content: "";
}
nav.tag_search01 ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
nav.tag_search01 ul li label {
  display: block;
  background: white;
  padding: 2px 10px;
  font-size: 13px;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  transition: 0.3s;
}
nav.tag_search01 ul li label.active {
  background: #ec3636;
  color: white;
  transition: 0.3s;
  border: solid 1px white !important;
}
nav.tag_search01 ul li input[type=checkbox] {
  display: none;
}
nav.tag_search01 ul li .check_box:checked + .label {
  background-color: #da1515;
  color: white;
  border: solid 1px white;
}
.quickarea nav.tag_search01 {
  padding: 0;
  border: none;
}

nav.tag_search02 {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav.tag_search02 ul {
  zoom: 1;
}
nav.tag_search02 ul:after {
  display: table;
  clear: both;
  content: "";
}
nav.tag_search02 ul:before {
  display: table;
  content: "";
}
nav.tag_search02 ul li {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
nav.tag_search02 ul li a {
  display: block;
  background: #ec3636;
  padding: 3px 10px;
  font-size: 14px;
  border: solid 1px #ec3636;
  border-radius: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  nav.tag_search02 ul li a {
    font-size: 12px;
  }
}
nav.tag_search02 ul li a:hover {
  background: white;
  color: #444;
  transition: 0.3s;
  border: solid 1px #ec3636;
}
body.page_menu nav.tag_search02 {
  margin-top: 30px;
  margin-bottom: 0;
}

nav.tag_search03 {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: solid 1px black;
}
@media screen and (max-width: 640px) {
  nav.tag_search03 {
    padding: 12px;
    padding-bottom: 5px;
  }
}
nav.tag_search03 ul {
  zoom: 1;
  margin-bottom: 10px;
}
nav.tag_search03 ul:after {
  display: table;
  clear: both;
  content: "";
}
nav.tag_search03 ul:before {
  display: table;
  content: "";
}
nav.tag_search03 ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
nav.tag_search03 ul li label {
  display: block;
  background: white;
  padding: 2px 10px;
  font-size: 13px;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  transition: 0.3s;
}
nav.tag_search03 ul li label.active, nav.tag_search03 ul li label:hover {
  background: #ec3636;
  color: white;
  transition: 0.3s;
  border: solid 1px #ec3636;
}
nav.tag_search03 ul li input[type=checkbox] {
  display: none;
}
nav.tag_search03 ul li .check_box:checked + .label {
  background-color: #da1515;
  color: white;
  border: solid 1px white;
}

nav.store_search01 {
  margin-bottom: 20px;
  border: solid 1px black;
  display: inline-block;
  padding: 15px;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  nav.store_search01 {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
nav.store_search01 p.tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: white;
  display: inline-block;
  margin-bottom: -15px;
}
@media screen and (max-width: 640px) {
  nav.store_search01 {
    margin-bottom: 15px;
  }
}
nav.store_search01 ul {
  zoom: 1;
  margin-bottom: 0;
}
nav.store_search01 ul:after {
  display: table;
  clear: both;
  content: "";
}
nav.store_search01 ul:before {
  display: table;
  content: "";
}
nav.store_search01 ul li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  nav.store_search01 ul li {
    width: 33.3%;
    margin-right: -1px;
    margin-bottom: -1px;
  }
}
nav.store_search01 ul li label {
  display: block;
  background: white;
  line-height: 50px;
  text-align: center;
  width: 120px;
  font-size: 16px;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  nav.store_search01 ul li label {
    font-size: 13px;
    line-height: 32px;
    width: 100%;
    border-radius: 0;
  }
}
nav.store_search01 ul li label.active, nav.store_search01 ul li label:hover {
  background: #ec3636;
  color: white;
  transition: 0.3s;
  border: solid 1px #ec3636;
}
nav.store_search01 ul li input[type=radio] {
  display: none;
}
nav.store_search01 ul li .radio_box:checked + .label {
  background-color: #da1515;
  color: white;
  border: solid 1px white;
}
body.page_menu nav.store_search01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  body.page_menu nav.store_search01 {
    margin-bottom: 30px;
  }
}

table {
  width: 100%;
}
table tr td,
table tr th {
  padding: 5px;
  border: solid 1px #ccc;
}

.ac_sw {
  background: url(../img/icon07.png) no-repeat 98% 50%;
  cursor: pointer;
}
.ac_sw.active {
  background: url(../img/icon09.png) no-repeat 98% 50%;
}

.ac_body {
  display: none;
}

/* ---------------------------------
Button,form
---------------------------------- */
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
textarea {
  border: none;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
}

textarea {
  width: 100%;
  height: inherit;
}

button {
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
button:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.btn01 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn01 a {
  text-align: center;
  display: inline-block;
  background: #ec3636;
  line-height: 50px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 50px;
  border-radius: 100px;
  border: solid 1px #ec3636;
  box-shadow: 0 3px 0px #ccc;
  position: relative;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn01 a {
    line-height: 40px;
  }
}
.btn01 a:hover {
  background: none;
  box-shadow: 0 1px 0px #ccc;
  top: 2px;
  color: #ec3636;
  transition: 0.3s;
}
.btn01.menulist {
  margin-top: 30px;
}
.btn01.shoplist {
  margin-top: 40px;
  margin-bottom: 20px;
}

.btn02 {
  display: inline-block;
  margin-left: 10px;
}
.btn02 a {
  display: block;
  border: solid 1px #ec3636;
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 11px;
  color: #ec3636;
  position: relative;
  top: -2px;
}
.btn02 a:hover {
  background: #ec3636;
  color: white;
}

dl.searchbtn01 {
  zoom: 1;
}
dl.searchbtn01:after {
  display: table;
  clear: both;
  content: "";
}
dl.searchbtn01:before {
  display: table;
  content: "";
}
dl.searchbtn01 dt {
  width: 420px;
  float: left;
}
@media screen and (max-width: 640px) {
  dl.searchbtn01 dt {
    width: 78%;
  }
}
dl.searchbtn01 dt input[type=text] {
  width: 100%;
  border: none;
  border: solid 1px #ccc;
  height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 15px;
}
dl.searchbtn01 dd {
  width: 50px;
  float: right;
}
@media screen and (max-width: 640px) {
  dl.searchbtn01 dd {
    width: 20%;
    text-align: center;
  }
}
dl.searchbtn01 dd button {
  width: 50px;
  height: 40px;
  padding-top: 7px;
  background: #9e9086;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
dl.searchbtn01 dd button:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.btn03 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn03 a {
  text-align: center;
  display: inline-block;
  line-height: 30px;
  color: #444;
  background: white;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 50px;
  border-radius: 100px;
  border: solid 1px black;
  box-shadow: 0 3px 0px #ccc;
  position: relative;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn03 a {
    text-align: center;
    border-radius: 40px;
    padding: 10px 30px;
    line-height: 25px;
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.btn03 a:hover {
  background: none;
  border-color: #ec3636;
  top: 2px;
  color: #ec3636;
  transition: 0.3s;
}

.btn04 {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .btn04 {
    position: static;
  }
}
.btn04 a {
  text-align: center;
  display: inline-block;
  line-height: 28px;
  background: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 30px;
  border-radius: 100px;
  position: relative;
  top: 0;
  background: url(../img/icon03.png) no-repeat 97% 50%;
  box-shadow: 0px 3px 0 #888;
  background-color: #dcdcdc;
  color: black;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn04 a {
    text-align: center;
    border-radius: 0px;
    padding: 5px;
    width: 100%;
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.btn04 a:hover {
  background-color: #ccc;
  box-shadow: 0px 1px 0 #888;
  top: 2px;
  transition: 0.3s;
}

.btn05 {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
.btn05 a {
  text-align: center;
  display: inline-block;
  line-height: 28px;
  background: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 30px;
  border-radius: 100px;
  position: relative;
  top: 0;
  background: url(../img/icon03.png) no-repeat 97% 50%;
  border: solid 2px black;
  color: black;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn05 a {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.btn05 a:hover {
  color: white;
  background-color: black;
  transition: 0.3s;
}

.btn06 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.btn06 a {
  text-align: center;
  display: inline-block;
  line-height: 28px;
  background: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 30px;
  border-radius: 100px;
  position: relative;
  top: 0;
  background: url(../img/icon03.png) no-repeat 97% 50%;
  box-shadow: 0px 3px 0 #888;
  background-color: #dcdcdc;
  color: black;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .btn06 a {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    padding: 7px;
    letter-spacing: 0px;
    font-size: 14px;
  }
}
.btn06 a:hover {
  background-color: #ccc;
  box-shadow: 0px 1px 0 #888;
  top: 2px;
  transition: 0.3s;
}

/* ---------------------------------
List
---------------------------------- */
ul.list01 {
  margin-bottom: 20px;
}
ul.list01 li {
  font-size: 16px;
  background: url(../img/icon01.png) no-repeat 0 50%;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ec3636;
}
@media screen and (max-width: 640px) {
  ul.list01 li {
    font-size: 15px;
    background-position: 0 15px;
  }
}

ul.list02 {
  zoom: 1;
}
ul.list02:after {
  display: table;
  clear: both;
  content: "";
}
ul.list02:before {
  display: table;
  content: "";
}
ul.list02 li {
  width: 32%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  float: left;
}
@media screen and (max-width: 640px) {
  ul.list02 li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  ul.list02 li:nth-child(2n) {
    margin-right: 0;
  }
}
ul.list02 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  ul.list02 li:nth-child(3n) {
    margin-right: 1%;
  }
}
ul.list02 li a {
  border-radius: 5px;
  display: block;
  text-align: center;
  border: solid 1px #ec3636;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
}
@media screen and (max-width: 640px) {
  ul.list02 li a {
    font-size: 14px;
  }
}
ul.list02 li a:hover {
  background: #ec3636;
  color: white;
}
ul.list02 li > .js-modal {
  display: none;
}
ul.list02 li > .js-modal ul {
  zoom: 1;
}
ul.list02 li > .js-modal ul:after {
  display: table;
  clear: both;
  content: "";
}
ul.list02 li > .js-modal ul:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  ul.list02 li > .js-modal ul li {
    width: 100%;
  }
}
ul.list02 li > .js-modal p.js-modal-close {
  clear: both;
  color: white;
  width: 200px;
  margin: 0 auto;
  margin-top: 40px;
  background: #666;
  color: white;
  line-height: 35px;
  border: none;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: 0.3s;
}
ul.list02 li > .js-modal p.js-modal-close:hover {
  line-height: 40px;
  transition: 0.3s;
  background: #ec3636;
}

ul.list03 {
  zoom: 1;
}
ul.list03:after {
  display: table;
  clear: both;
  content: "";
}
ul.list03:before {
  display: table;
  content: "";
}
ul.list03 li {
  width: 32%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  float: left;
}
@media screen and (max-width: 640px) {
  ul.list03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: -1px;
  }
}
ul.list03 li:nth-child(3n) {
  margin-right: 0;
}
ul.list03 li a {
  border-radius: 5px;
  display: block;
  text-align: center;
  border: solid 1px #ec3636;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
}
@media screen and (max-width: 640px) {
  ul.list03 li a {
    border-radius: 0px;
    line-height: inherit;
    height: inherit;
    padding: 7px;
  }
}
ul.list03 li a:hover {
  background: #ec3636;
  color: white;
}

ul.list04 {
  border: solid 1px #ec3636;
  padding: 20px 15px;
}
ul.list04 li {
  font-size: 14px;
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 8px;
}
ul.list04 li:last-child {
  margin-bottom: 0;
}

ul.list05 li {
  font-size: 17px;
  margin-bottom: 5px;
}
ul.list05 li:last-child {
  margin-bottom: 0;
}

ul {
  margin-bottom: 30px;
}
ul li.pdf {
  display: inline-block;
  margin-right: 15px;
}
ul li.pdf a {
  background: url(../img/icon_pdf.svg) no-repeat;
  min-height: 20px;
  background-size: 27px;
  padding-left: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: underline;
  color: #ec3636;
  font-size: 17px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  border-radius: 18px;
  border: solid 5px #ec3636;
  background: rgba(255, 255, 255, 0.95);
  left: 50%;
  padding: 40px;
  padding-bottom: 60px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
@media screen and (max-width: 640px) {
  .modal__content {
    padding: 20px;
    width: 80%;
    padding-bottom: 50px !important;
  }
}

/* ---------------------------------
Table
---------------------------------- */
@media screen and (max-width: 640px) {
  .table01 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.table01 tr th,
.table01 tr td {
  font-size: 15px;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .table01 tr th,
  .table01 tr td {
    width: 100%;
    padding: 8px;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .table01 tr th,
  .table01 tr td {
    display: block;
  }
}
.table01 tr th {
  background: #f0f0f0;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .table02 {
    width: 100%;
    margin-bottom: 50px;
  }
}
.table02 tr th,
.table02 tr td {
  font-size: 15px;
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .table02 tr th,
  .table02 tr td {
    width: 100%;
    padding: 8px;
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .table02 tr th,
  .table02 tr td {
    display: block;
  }
}
.table02 tr th {
  width: 50%;
  background: #f0f0f0;
}
@media screen and (max-width: 640px) {
  .table02 tr th {
    width: 100%;
  }
}
.outtable {
  padding: 50px 100px;
  background: #f0f0f0;
}
@media screen and (max-width: 640px) {
  .outtable {
    padding: 15px;
  }
}

.table03 {
  width: 100%;
  background: white;
}
.table03 tr th,
.table03 tr td {
  font-size: 13px;
  padding: 5px 12px;
  text-align: left;
  vertical-align: top;
  border: solid 1px #888;
}
@media screen and (max-width: 640px) {
  .table03 tr th,
  .table03 tr td {
    font-size: 12px;
    padding: 5px;
  }
}
.table03 tr th {
  white-space: nowrap;
  background: #ddd;
}
.table03 tr td.tit {
  background: #222;
  color: white;
  font-weight: bold;
}

/* ---------------------------------
Title
---------------------------------- */
.tit01 {
  font-size: 24px;
  font-weight: bold;
  background: url(../img/icon_burn.png) no-repeat 0 50%;
  padding-left: 28px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .tit01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.tit02 {
  font-size: 25px !important;
  line-height: 1;
  padding: 12px 0;
  padding-left: 10px;
  border-left: solid 5px #ec3636;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .tit02 {
    font-size: 18px !important;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
.tit02 span {
  font-size: 14px;
  position: relative;
  top: -4px;
}
.tit02 span.red {
  font-size: 16px;
  color: #ec3636;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .tit02 span.red {
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
.tit02.double {
  line-height: 1.5;
}

.tit03 {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .tit03 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
}
.tit03 span {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -5px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}
.tit03 span.btn {
  position: absolute;
  top: -8px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .tit03 span.btn {
    position: static;
    margin-top: 15px;
    margin-left: 0;
  }
}
.tit03 span.btn a {
  text-align: center;
  display: inline-block;
  background: #ec3636;
  line-height: 30px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 2px 50px;
  border-radius: 100px;
  border: solid 1px #ec3636;
  box-shadow: 0 3px 0px #ccc;
  position: relative;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .tit03 span.btn a {
    line-height: 1;
    font-size: 13px;
    padding: 5px 30px;
    top: -2px;
  }
}
.tit03 span.btn a:hover {
  background: none;
  box-shadow: 0 1px 0px #ccc;
  top: 2px;
  color: #ec3636;
  transition: 0.3s;
}

.tit04 {
  font-size: 25px;
  color: #ec3636;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .tit04 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.tit05 {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(../img/icon_minus.png) no-repeat left 50%;
}
@media screen and (max-width: 640px) {
  .tit05 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.tit06 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .tit06 {
    font-size: 18px;
    zoom: 1;
  }
  .tit06:after {
    display: table;
    clear: both;
    content: "";
  }
  .tit06:before {
    display: table;
    content: "";
  }
}
.tit06 span.logo {
  display: inline-block;
  width: 70px;
  line-height: 40px;
  vertical-align: middle;
  border: solid 1px black;
  margin-right: 10px;
  padding: 0 2px;
}
@media screen and (max-width: 640px) {
  .tit06 span.logo {
    width: 15%;
    float: left;
  }
}
.tit06 span.logo img {
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .tit06 span.name {
    width: 80%;
    float: right;
    padding-top: 7px;
  }
}

.tit07 {
  font-size: 25px;
  border-left: solid 2px #ec3636;
  padding-left: 15px;
  line-height: 1;
  padding: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .tit07 {
    font-size: 20px;
    padding: 10px 15px;
    border-left-width: 4px;
    margin-bottom: 20px;
  }
}
.tit07 span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .tit07 span {
    font-size: 13px;
    font-weight: bold;
    color: #555;
  }
}

.tit08 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

/* ---------------------------------
Footer
---------------------------------- */
.f_food_menu {
  background: #f3f3f3;
  padding: 65px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .f_food_menu {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m {
    padding: 0;
  }
}
.f_food_menu .cont_m ul {
  zoom: 1;
}
.f_food_menu .cont_m ul:after {
  display: table;
  clear: both;
  content: "";
}
.f_food_menu .cont_m ul:before {
  display: table;
  content: "";
}
.f_food_menu .cont_m ul:last-child {
  margin-bottom: 0;
}
.f_food_menu .cont_m ul li {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.f_food_menu .cont_m ul li img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul li {
    margin-bottom: 2%;
    margin-bottom: 1.5%;
  }
}
.f_food_menu .cont_m ul li a {
  display: block;
  transition: 0.3s;
}
.f_food_menu .cont_m ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.f_food_menu .cont_m ul li dl dt {
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul li dl dt {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul li dl dt img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
.f_food_menu .cont_m ul li dl dd {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul li dl dd {
    font-size: 12px;
  }
}
.f_food_menu .cont_m ul li:last-child {
  margin-right: 0;
}
.f_food_menu .cont_m ul.top li {
  width: 31%;
  margin: 1%;
  margin-bottom: calc(1% + 30px);
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul.top li {
    width: 46%;
    margin: 2%;
    margin-top: 0;
    margin-bottom: calc(1% + 30px);
  }
  .f_food_menu .cont_m ul.top li:last-child {
    margin-bottom: 0;
  }
  .f_food_menu .cont_m ul.top li:nth-child(2n) {
    margin-right: 0;
  }
}
.f_food_menu .cont_m ul.bottom {
  width: 100%;
  overflow: hidden;
}
.f_food_menu .cont_m ul.bottom li {
  width: 48%;
  margin: 1%;
}
.f_food_menu .cont_m ul.bottom li img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .f_food_menu .cont_m ul.bottom li {
    width: 46%;
    margin: 2%;
    margin-top: 0;
  }
}
.f_food_menu .cont_m ul.bottom li:nth-child(2n) {
  margin-right: 0;
}

footer {
  background: #f3f3f3;
  padding: 26px 0;
}
@media screen and (max-width: 640px) {
  footer {
    background: white;
    padding: 0;
  }
}
footer #footer {
  width: 1000px;
  margin: 0 auto;
  background: white;
  padding: 45px 0;
  position: relative;
}
body.tabView footer #footer {
  width: 100%;
}
@media screen and (max-width: 640px) {
  footer #footer {
    width: 100%;
  }
}
footer #footer .stores {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  footer #footer .stores {
    margin-bottom: 5px;
  }
}
footer #footer .stores li {
  width: 80px;
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  footer #footer .stores li {
    width: 15%;
  }
}
footer #footer .stores li img {
  width: 100%;
}
footer #footer .fnav {
  padding: 0 100px;
  margin-bottom: 40px;
  zoom: 1;
}
footer #footer .fnav:after {
  display: table;
  clear: both;
  content: "";
}
footer #footer .fnav:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  footer #footer .fnav {
    padding: 0 20px;
  }
}
footer #footer .fnav ul {
  float: left;
  width: 200px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul {
    width: 100%;
    float: none;
  }
}
footer #footer .fnav ul.menu01 {
  zoom: 1;
}
footer #footer .fnav ul.menu01:after {
  display: table;
  clear: both;
  content: "";
}
footer #footer .fnav ul.menu01:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul.menu01 {
    margin-bottom: 20px;
  }
}
footer #footer .fnav ul.menu01 li {
  margin-bottom: 5px;
}
footer #footer .fnav ul.menu01 li a {
  font-size: 15px;
  font-weight: bold;
  background: url(../img/icon01.png) no-repeat 0 50%;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul.menu01 li {
    width: 48%;
    margin: 1%;
    float: left;
    text-align: center;
    font-size: 13px;
  }
  footer #footer .fnav ul.menu01 li a {
    display: block;
    padding: 6px;
    background: #f0f0f0;
  }
}
footer #footer .fnav ul.menu02, footer #footer .fnav ul.menu03 {
  zoom: 1;
}
footer #footer .fnav ul.menu02:after, footer #footer .fnav ul.menu03:after {
  display: table;
  clear: both;
  content: "";
}
footer #footer .fnav ul.menu02:before, footer #footer .fnav ul.menu03:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul.menu02, footer #footer .fnav ul.menu03 {
    display: none;
  }
}
footer #footer .fnav ul.menu02 li, footer #footer .fnav ul.menu03 li {
  margin-bottom: 5px;
  padding-left: 7px;
  font-weight: bold;
}
footer #footer .fnav ul.menu02 li a, footer #footer .fnav ul.menu03 li a {
  color: #666;
}
footer #footer .fnav ul.menu02 li.head, footer #footer .fnav ul.menu03 li.head {
  font-size: 15px;
  border-left: solid 2px #ec3636;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul.menu02 li.head, footer #footer .fnav ul.menu03 li.head {
    border: none;
    width: 100%;
  }
}
footer #footer .fnav ul.menu04 {
  zoom: 1;
}
footer #footer .fnav ul.menu04:after {
  display: table;
  clear: both;
  content: "";
}
footer #footer .fnav ul.menu04:before {
  display: table;
  content: "";
}
footer #footer .fnav ul.menu04 li {
  margin-bottom: 5px;
  font-weight: bold;
}
footer #footer .fnav ul.menu04 li a {
  color: #666;
}
@media screen and (max-width: 640px) {
  footer #footer .fnav ul.menu04 li {
    float: none;
    width: 100%;
    border: solid 1px #ccc;
    border-left: none;
    border-right: none;
    padding: 10px;
    margin-bottom: -1px;
  }
}
footer #footer ul.fbnrs {
  text-align: center;
  margin-bottom: 20px;
}
footer #footer ul.fbnrs li {
  margin: 0px 10px;
  display: inline-block;
}
footer #footer ul.fbnrs li a {
  display: block;
  transition: 0.3s;
}
footer #footer ul.fbnrs li a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
footer #footer ul.f_sns {
  text-align: center;
  zoom: 1;
  margin-bottom: 50px;
}
footer #footer ul.f_sns:after {
  display: table;
  clear: both;
  content: "";
}
footer #footer ul.f_sns:before {
  display: table;
  content: "";
}
footer #footer ul.f_sns li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 10px;
}
footer #footer ul.f_sns li a {
  transition: 0.3s;
}
footer #footer ul.f_sns li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer #footer .right {
  text-align: center;
}
footer #footer .right p.company {
  margin-bottom: 10px;
}
footer #footer .right p.copy {
  font-size: 11px;
}

span.foreign {
  display: inline-block;
  background: url(../img/icon_foreign.svg) no-repeat 0 50%;
  width: 30px;
  height: 13px;
  margin-left: 5px;
}

span.newscat {
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #ec3636;
  background: #ec3636;
  color: #ec3636;
  color: white;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  span.newscat {
    font-size: 12px;
  }
}
span.newscat.blue {
  background: #0084d3;
}
span.newscat.orange {
  background: #ff7e00;
}

.scroll {
  overflow-x: scroll;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 6px;
}

.scroll::-webkit-scrollbar-track {
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  background: #ec3636;
}

.kadomaru {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: black;
  /*文字色*/
  background: #fff;
  border: solid 5px #ffc583;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}
.kadomaru p {
  margin: 0;
  padding: 0;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
}

.kakomi {
  padding: 0.2em 0.75em;
  margin: 0em 0;
  color: white;
  background: #ec3636;
  border-radius: 10px;
}
.kakomi p {
  margin: 0;
  padding: 0;
}

.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon .faceicon img {
  width: 200%;
  height: 100%;
  border: solid 5px #ec3636;
  border-radius: 50%;
}
.balloon .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 35px 200px 0px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ec3636;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ec3636;
}
.says h2 {
  margin: 0;
  padding: 0;
  color: white;
}