@charset "UTF-8";
/* ----- common ----- */
* {
  font-family: 'M PLUS 1p', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
}

.is_fixed {
  height: 100%;
  overflow: hidden;
}

.dn {
  display: none;
}

.cb {
  clear: both;
}

.f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/* ---------- Mobile Header CSS ---------- */
/* ----- Main Header ----- */
.hd_sp {
  width: 100%;
  height: 80px;
  background: #fff;
}

.hd_sp .hd_inner {
  width: 100%;
  height: 80px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_sp .hd_inner .toggle {
  width: 60px;
  height: auto;
}

.hd_sp .hd_inner .main_logo {
  width: 138px;
  height: 35px;
}

.hd_sp .hd_inner .search_btn {
  width: 24px;
  height: 40px;
}

.hd_sp img {
  width: 100%;
  height: auto;
}

/* ----- Scrolled Header ----- */
.hd_sp_s {
  display: none;
}

.hd_sp_s.fixed {
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}

.hd_sp_s.fixed .hd_inner {
  width: 100%;
  height: 50px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_sp_s.fixed .hd_inner .toggle_scr {
  width: 60px;
  height: auto;
}

.hd_sp_s.fixed .hd_inner .main_logo {
  width: 145px;
  height: auto;
}

.hd_sp_s.fixed .hd_inner .search_btn_scr {
  width: 24px;
  height: 24px;
}

.hd_sp_s.fixed img {
  width: 100%;
  height: auto;
}

/* --- 基本ヘッダーPC --- */
.hd_pc {
  width: 100%;
  background: #fff;
  display: block;
}

.hd_pc .hd_inner {
  width: 1160px;
  min-width: 1160px;
  height: 80px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc .hd_inner .main_logo {
  width: 140px;
  height: 56px;
  margin: 0 auto 0 0;
}

.hd_pc .hd_inner .main_logo a img {
  width: 100%;
  height: auto;
}

.hd_pc .hd_inner .nav_pc {
  margin: 0 0 0 auto;
}

.hd_pc .hd_inner .nav_pc ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hd_pc .hd_inner .nav_pc ul li {
  margin: 0 25px;
}

.hd_pc .hd_inner .nav_pc ul li a {
  color: #000;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc .hd_inner .nav_pc ul li a span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.hd_pc .hd_inner .nav_pc ul li.current a {
  color: #4ea7c2;
}

.hd_pc .hd_inner .nav_pc ul li.g_out {
  color: #999;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc .hd_inner .nav_pc ul li.g_out span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.hd_pc .hd_inner .src_btn_pc {
  width: 103px;
  height: 45px;
}

.hd_pc .hd_inner .src_btn_pc img {
  width: 100%;
  height: auto;
}

/* --- スクロールヘッダーPC --- */
.hd_pc_s {
  display: none;
}

.hd_pc_s.fixed {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
}

.hd_pc_s.fixed .hd_inner {
  width: 1160px;
  min-width: 1160px;
  height: 80px;
  padding: 0 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc_s.fixed .main_logo {
  width: 140px;
  height: 56px;
  margin: 0 auto 0 0;
}

.hd_pc_s.fixed .main_logo a img {
  width: 100%;
  height: auto;
}

.hd_pc_s.fixed .nav_pc {
  margin: 0 0 0 auto;
}

.hd_pc_s.fixed .nav_pc ul {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hd_pc_s.fixed .nav_pc ul li {
  margin: 0 25px;
}

.hd_pc_s.fixed .nav_pc ul li a {
  color: #000;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc_s.fixed .nav_pc ul li a span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.hd_pc_s.fixed .nav_pc ul li.current a {
  color: #4ea7c2;
}

.hd_pc_s.fixed .nav_pc ul li.g_out {
  color: #999;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_pc_s.fixed .nav_pc ul li.g_out span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.hd_pc_s.fixed .src_btn_pc_scr {
  width: 103px;
  height: 45px;
}

.hd_pc_s.fixed .src_btn_pc_scr img {
  width: 100%;
  height: auto;
}

/* --- パンくずリスト ---*/
#bread_crumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bread_crumb ul li {
  height: 43px;
  color: #000;
  font-size: 12px;
  padding: 0 0 0 17px;
  margin: 0 5px 0 0;
  line-height: 43px;
  display: inline;
  position: relative;
}

#bread_crumb ul li::before {
  content: '>';
  width: 9px;
  height: 9px;
  line-height: 9px;
  color: #999;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  margin-top: 4.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb ul li:last-child {
  color: #4eabc6;
}

#bread_crumb ul li:last-child::before {
  display: none;
}

#bread_crumb ul li a {
  color: #000;
}

#bread_crumb ul li a:visited {
  color: #000;
}

#bread_crumb_pc {
  width: 1080px;
  min-width: 1080px;
  padding: 0 10px;
  margin: 0 auto;
}

#bread_crumb_pc ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#bread_crumb_pc ul li {
  height: 43px;
  color: #000;
  font-size: 12px;
  padding: 0 0 0 17px;
  margin: 0 5px 0 0;
  line-height: 43px;
  display: inline;
  position: relative;
}

#bread_crumb_pc ul li::before {
  content: '>';
  width: 9px;
  height: 9px;
  line-height: 9px;
  color: #999;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  margin-top: 4.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb_pc ul li:last-child {
  color: #4eabc6;
}

#bread_crumb_pc ul li:last-child::before {
  display: none;
}

#bread_crumb_pc ul li a {
  color: #000;
}

#bread_crumb_pc ul li a:visited {
  color: #000;
}

/* --- Drawer menu --- */
.drawer_sp {
  width: 320px;
  height: auto;
  position: fixed;
  top: 80px;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-375px);
          transform: translate(-375px);
  z-index: 1000;
}

.drawer_sp .drawer_inner {
  height: 100%;
  overflow: auto;
}

.drawer_sp ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.drawer_sp ul li {
  width: 320px;
  height: 40px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}

.drawer_sp ul li a {
  width: 320px;
  height: 40px;
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer_sp ul li a img {
  width: 22px;
  height: auto;
}

.drawer_sp ul li a span {
  font-weight: bold;
  padding: 0 3px 0 8px;
}

.drawer_sp ul .g_out {
  width: 320px;
  height: 40px;
  border: 1px solid #ccc;
}

.drawer_sp ul .g_out div {
  width: 320px;
  height: 40px;
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer_sp ul .g_out div img {
  width: 22px;
  height: auto;
}

.drawer_sp ul .g_out div span {
  font-weight: bold;
  padding: 0 3px 0 8px;
}

.drawer_sp .sp_menu {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer_sp .sp_menu .pa {
  width: 320px;
  height: 160px;
}

.drawer_sp .sp_menu .pa img {
  width: 100%;
}

.drawer_sp .sp_menu .int {
  width: 320px;
}

.drawer_sp .sp_menu .int img {
  width: 100%;
}

.drawer_sp.open {
  height: calc(100% - 80px);
  -webkit-transform: translate(0);
          transform: translate(0);
}

.d_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 500;
}

.d_overlay.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* --- Drawer + Scrolled ---*/
.drawer_sp_scr {
  position: fixed;
  top: 50px;
  left: 0;
  width: 320px;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(-375px);
          transform: translate(-375px);
  z-index: 1000;
}

.drawer_sp_scr .drawer_inner {
  height: 100%;
  overflow: auto;
}

.drawer_sp_scr ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.drawer_sp_scr ul li {
  width: 320px;
  height: 40px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}

.drawer_sp_scr ul li a {
  width: 320px;
  height: 40px;
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer_sp_scr ul li a img {
  width: 22px;
  height: auto;
}

.drawer_sp_scr ul li a span {
  font-weight: bold;
  padding: 0 3px 0 8px;
}

.drawer_sp_scr ul .g_out {
  width: 320px;
  height: 40px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}

.drawer_sp_scr ul .g_out div {
  width: 320px;
  height: 40px;
  color: #999;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer_sp_scr ul .g_out div img {
  width: 22px;
  height: auto;
}

.drawer_sp_scr ul .g_out div span {
  font-weight: bold;
  padding: 0 3px 0 8px;
}

.drawer_sp_scr .sp_menu {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer_sp_scr .sp_menu .pa {
  width: 320px;
  height: 160px;
}

.drawer_sp_scr .sp_menu .pa img {
  width: 100%;
}

.drawer_sp_scr .sp_menu .int {
  width: 320px;
}

.drawer_sp_scr .sp_menu .int img {
  width: 100%;
}

.drawer_sp_scr.open {
  height: calc(100% - 50px);
  -webkit-transform: translate(0);
          transform: translate(0);
}

.d_overlay_scr {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}

.d_overlay_scr.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* --- Search Drawer --- */
.search_sp {
  width: 320px;
  height: auto;
  background: rgba(244, 243, 236, 0.95);
  position: fixed;
  top: 80px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(375px);
          transform: translate(375px);
  z-index: 1000;
}

.search_sp .search_inner {
  width: 280px;
  height: 100%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: auto;
}

.search_sp .search_inner h2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #c09100;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_sp .search_inner h2 img {
  width: 18px;
  height: auto;
}

.search_sp .search_inner h3 {
  color: #c09100;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  border: 1px solid #c09100;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.search_sp .search_inner h3 img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  display: block;
}

.search_sp .search_inner .down {
  margin-left: auto;
}

.search_sp .search_inner .genre_box div {
  display: none;
}

.search_sp .search_inner div label {
  color: #4d4d4d;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_sp .search_inner .submit {
  width: 150px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background: #eb8000;
  margin: 20px auto;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
}

.search_sp.open {
  height: calc(100% - 80px);
  -webkit-transform: translate(0);
          transform: translate(0);
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 80px;
  z-index: 500;
}

.overlay.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* --- Search Drawer + Scrolled --- */
.search_sp_scr {
  width: 320px;
  height: auto;
  background: rgba(244, 243, 236, 0.95);
  position: fixed;
  top: 50px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(375px);
          transform: translate(375px);
  z-index: 1000;
}

.search_sp_scr .search_inner {
  width: 280px;
  height: 100%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: auto;
}

.search_sp_scr .search_inner h2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #c09100;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_sp_scr .search_inner h2 img {
  width: 18px;
  height: auto;
}

.search_sp_scr .search_inner h3 {
  color: #c09100;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  border: 1px solid #c09100;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.search_sp_scr .search_inner h3 img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  display: block;
}

.search_sp_scr .search_inner .down {
  margin-left: auto;
}

.search_sp_scr .search_inner .genre_box div {
  display: none;
}

.search_sp_scr .search_inner div label {
  color: #4d4d4d;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_sp_scr .search_inner .submit {
  width: 150px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background: #eb8000;
  margin: 20px auto;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
}

.search_sp_scr.open {
  height: calc(100% - 50px);
  -webkit-transform: translate(0);
          transform: translate(0);
}

.overlay_scr {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}

.overlay_scr.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* --- Search Drawer --- */
.search_pc {
  width: 480px;
  height: calc(100% - 80px);
  background: rgba(244, 243, 236, 0.95);
  position: fixed;
  top: 80px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(640px);
          transform: translate(640px);
  z-index: 1000;
}

.search_pc .search_inner {
  width: 400px;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  overflow: auto;
}

.search_pc .search_inner h2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #c09100;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_pc .search_inner h2 img {
  width: 36px;
  height: auto;
}

.search_pc .search_inner h3 {
  color: #c09100;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  border: 1px solid #c09100;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.search_pc .search_inner h3 img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  display: block;
}

.search_pc .search_inner .down {
  margin-left: auto;
}

.search_pc .search_inner .genre_box div {
  display: none;
}

.search_pc .search_inner .genre_box div .area_notice {
  font-size: 10px;
}

.search_pc .search_inner div label {
  color: #4d4d4d;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_pc .search_inner .submit {
  width: 150px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background: #eb8000;
  margin: 20px auto;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
}

.search_pc.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.d_overlay_pc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}

.d_overlay_pc.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* --- Search Drawer + Scrolled --- */
.search_pc_scr {
  width: 480px;
  height: calc(100% - 80px);
  background: rgba(244, 243, 236, 0.95);
  position: fixed;
  top: 80px;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(640px);
          transform: translate(640px);
  z-index: 1000;
}

.search_pc_scr .search_inner {
  width: 400px;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
  overflow: auto;
}

.search_pc_scr .search_inner h2 {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #c09100;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_pc_scr .search_inner h2 img {
  width: 18px;
  height: auto;
}

.search_pc_scr .search_inner h3 {
  color: #c09100;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  border: 1px solid #c09100;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: block;
}

.search_pc_scr .search_inner h3 img {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  display: block;
}

.search_pc_scr .search_inner .down {
  margin-left: auto;
}

.search_pc_scr .search_inner .genre_box div {
  display: none;
}

.search_pc_scr .search_inner div label {
  color: #4d4d4d;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_pc_scr .search_inner .submit {
  width: 150px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background: #eb8000;
  margin: 20px auto;
  border: none;
  border-radius: 5px;
  text-align: center;
  display: block;
}

.search_pc_scr.open {
  height: 100%;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.d_overlay_pc_scr {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}

.d_overlay_pc_scr.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

/* ---------- 202101 Add Style ---------- */
.area_notice {
  color: #333;
  font-size: 10px;
  padding: 0 0 0 2em;
  margin: 0;
}

main {
  display: block;
}

.container {
  display: block;
}

.wrap {
  display: block;
}

.inner ul {
  padding: 0;
  list-style: none;
}

/* --- フードタイル1 --- */
#fd_tile_1 {
  width: 100%;
}

#fd_tile_1 .inner {
  width: 90%;
  margin: 0 auto;
}

#fd_tile_1 .inner .store_tit {
  width: 108px;
}

#fd_tile_1 .inner .store_tit img {
  width: 100%;
}

#fd_tile_1 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fd_tile_1 .inner ul li {
  width: 32%;
  height: auto;
  margin: 0 0 5px 0;
}

#fd_tile_1 .inner ul li .food_img {
  width: 100%;
  height: auto;
  position: relative;
}

#fd_tile_1 .inner ul li .food_img .area_ico {
  width: 14px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
}

#fd_tile_1 .inner ul li .food_img img {
  width: 100%;
  border-radius: 5px;
}

/* --- フードタイル2 --- */
#fd_tile_2 {
  width: 100%;
}

#fd_tile_2 .inner {
  width: 90%;
  margin: 0 auto;
}

#fd_tile_2 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fd_tile_2 .inner ul li {
  width: 32%;
  height: auto;
  margin: 0 0 5px 0;
}

#fd_tile_2 .inner ul li .food_img {
  width: 100%;
  height: auto;
}

#fd_tile_2 .inner ul li .food_img img {
  width: 100%;
  border-radius: 5px;
}

/* --- 検索結果タイル --- */
.fd_tile_result {
  width: 100%;
}

.fd_tile_result .inner {
  width: 90%;
  margin: 0 auto;
}

.fd_tile_result .inner .search_bc div {
  color: #000;
  font-size: 20px;
}

.fd_tile_result .inner div {
  font-size: 10px;
  font-weight: bold;
}

.fd_tile_result .inner div span {
  color: #000;
  padding: 0 5px;
}

.fd_tile_result .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fd_tile_result .inner ul li {
  width: 32%;
  height: auto;
  margin: 0 0 5px 0;
}

.fd_tile_result .inner ul li .food_img {
  width: 100%;
  height: auto;
}

.fd_tile_result .inner ul li .food_img img {
  width: 100%;
  border-radius: 5px;
}

.not_found {
  font-size: 16px;
  margin: 30px auto;
}

@media screen and (min-width: 769px) {
  .fd_tile_result {
    width: 1160px;
    min-width: 1160px;
    padding: 90px 40px 0;
    margin: 0 auto;
  }
  .fd_tile_result .inner {
    width: 100%;
    margin: 0 auto;
  }
  .fd_tile_result .inner .search_bc {
    color: #4ea2bd;
    font-size: 14px;
  }
  .fd_tile_result .inner div {
    color: #000;
    font-size: 10px;
    font-weight: bold;
  }
  .fd_tile_result .inner div span {
    color: #000;
    padding: 0 5px;
  }
  .fd_tile_result .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fd_tile_result .inner ul li {
    width: 48%;
    height: auto;
    margin: 0 0 50px 0;
  }
  .fd_tile_result .inner ul li .food_img {
    width: 100%;
    height: auto;
  }
  .fd_tile_result .inner ul li .food_img img {
    width: 100%;
    border-radius: 5px;
  }
  .not_found {
    font-size: 16px;
    margin: 30px auto;
  }
}

/* --- PCタイル --- */
/* - 1 - */
.food_wrap {
  width: 1160px;
  min-width: 1160px;
  padding: 90px 40px 0;
  margin: 0 auto;
}

.food_wrap ul {
  width: 1080px;
  min-width: 1080px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_box_pc {
  width: 48% !important;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_box_pc .eyecatch {
  width: 55%;
}

.food_box_pc .eyecatch img {
  margin: 5px 0 0 0;
  border-radius: 10px;
}

.food_box_pc .fd_title {
  width: 42.5%;
  /*
        .info_a {
            width: 100%;
            height: auto;
            margin: 0;
        }
        */
}

.food_box_pc .fd_title .kana {
  font-size: 10px;
  font-weight: bold;
}

.food_box_pc .fd_title h1 {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  min-height: 36px;
}

.food_box_pc .fd_title .phone {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  margin: 5px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.food_box_pc .fd_title .phone img {
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}

.food_box_pc .fd_title .sns {
  padding: 0 0 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_box_pc .fd_title .sns a {
  margin: 0 6px 0 0;
  display: block;
}

.food_box_pc .fd_title .sns a img {
  width: 25px;
}

.food_box_pc .fd_title .sns .homepage {
  margin: 2px 4px 0 0;
  display: block;
}

.food_box_pc .fd_title .sns .homepage img {
  width: 38px;
}

.food_box_pc .fd_title .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_box_pc .fd_title .td img {
  margin: 2px 2px 0 0;
  width: 38px;
}

.food_box_pc .fd_title .info {
  font-weight: bold;
}

.food_box_pc .fd_title .info p {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.food_box_pc .fd_title .menu_a {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.food_box_pc .fd_title .btn {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_box_pc .fd_title .btn .coupon {
  width: 47.5%;
}

.food_box_pc .fd_title .btn .like {
  width: 47.5%;
}

.food_box_pc .fd_title .btn .like .wpfp-img {
  width: 0;
  height: 0;
  display: none;
}

/* - 2 - */
.food_wrap_2 {
  width: 1160px;
  min-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}

.food_wrap_2 ul {
  width: 1080px;
  min-width: 1080px;
  paddin: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_box_pc {
  width: 48% !important;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_box_pc .eyecatch {
  width: 55%;
  position: relative;
}

.food_box_pc .eyecatch .area_ico {
  width: 30px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.food_box_pc .eyecatch img {
  margin: 5px 0 0 0;
  border-radius: 10px;
}

.food_box_pc .fd_title {
  width: 42.5%;
  /*
        .info_a {
            width: 100%;
            height: auto;
            margin: 0;
        }
        */
}

.food_box_pc .fd_title .kana {
  font-size: 10px;
  font-weight: bold;
}

.food_box_pc .fd_title h1 {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
  min-height: 36px;
}

.food_box_pc .fd_title .phone {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  margin: 5px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.food_box_pc .fd_title .phone img {
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
}

.food_box_pc .fd_title .sns {
  padding: 0 0 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_box_pc .fd_title .sns a {
  margin: 0 6px 0 0;
  display: block;
}

.food_box_pc .fd_title .sns a img {
  width: 30px;
}

.food_box_pc .fd_title .sns .homepage {
  margin: 2px 4px 0 0;
  display: block;
}

.food_box_pc .fd_title .sns .homepage img {
  width: 38px;
}

.food_box_pc .fd_title .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_box_pc .fd_title .td img {
  margin: 2px 2px 0 0;
  width: 38px;
}

.food_box_pc .fd_title .info {
  font-weight: bold;
}

.food_box_pc .fd_title .info p {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.food_box_pc .fd_title .menu_a {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.food_box_pc .fd_title .btn {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_box_pc .fd_title .btn .coupon {
  width: 47.5%;
}

.food_box_pc .fd_title .btn .join_btn {
  width: 47.5%;
}

.food_box_pc .fd_title .btn .join_btn img {
  width: 100%;
}

.food_box_pc .fd_title .btn .like {
  width: 47.5%;
}

.food_box_pc .fd_title .btn .like .wpfp-img {
  width: 0;
  height: 0;
  display: none;
}

/* --- シングルページと共通項 --- */
#article {
  padding: 20px;
  background: #fff;
}

.post_content p {
  font-size: 14px;
  margin: 0 0 25px 0;
  line-height: 2;
}

.post_content img {
  max-width: 100%;
  height: auto;
}

.post_content a {
  color: #000;
  word-break: break-all;
}

.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}

.post_content figure {
  margin: 0 0 30px 0;
}

#post_title_area {
  padding: 25px 0;
}

#post_title_area .title {
  font-size: 20px;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

#post_title_area .post_meta {
  padding: 0;
  margin: 3px 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#post_title_area .post_meta li {
  color: #999;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 0 6px 0 0;
  margin: 0 6px 0 0;
  position: relative;
}

#post_title_area .post_meta li:first-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #ddd;
  position: absolute;
  right: 0px;
  top: 2px;
}

#post_title_area .post_meta li a {
  color: #999;
}

@media screen and (min-width: 769px) {
  #main_col {
    width: 1160px;
    min-width: 1160px;
    padding: 0 40px;
    margin: 0 auto 50px auto;
  }
  .post_content {
    padding: 0 50px;
  }
  #post_title_area {
    padding: 45px 0 43px;
  }
  #post_title_area .title {
    font-size: 32px;
  }
}

/* --- アーカイブページ --- */
.post_archive .item {
  width: 100%;
  height: 130px;
  background: #fff;
  padding: 9px;
  margin: -1px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post_archive .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post_archive .item a .image_wrap {
  width: 110px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post_archive .item a .image_wrap .image {
  width: 110px;
  height: 110px;
}

.post_archive .item a .title_area {
  color: #000;
  height: 105px;
  background: #fff;
  padding: 9px 15px;
  border: none;
}

.post_archive .item a .title_area h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.post_archive .item a .title_area .post_meta {
  color: #999;
  font-size: 10px;
  margin: 7px 0 0 0;
}

/* ------ マルチサイト用 ------ */
/* --- FOOD NEWS --- */
#foodnews {
  width: 100%;
  background: #fffcdb;
}

#foodnews .inner {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

#foodnews .inner .foodnews_tit {
  width: 114px;
  margin: 0 0 10px 0;
  display: block;
}

#foodnews .inner .foodnews_tit h3 {
  margin: 0 auto;
}

#foodnews .inner ul {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#foodnews .inner ul::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#foodnews .inner ul li {
  width: 140px;
  margin: 0 5px;
}

#foodnews .inner ul li:first-child {
  margin: 0 5px 0 0;
}

#foodnews .inner ul li .foodnews_img {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#foodnews .inner ul li .foodnews_img a {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#foodnews .inner .foodnews_txt {
  width: 140px;
  height: 100px;
  border-radius: 0 0 5px 5px;
}

#foodnews .inner .foodnews_txt a {
  width: 140px;
  height: 50px;
  color: #000;
  padding: 0 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#foodnews .inner .foodnews_txt a h4 {
  color: #000;
  font-size: 8px;
  font-weight: bold;
  display: block;
}

#foodnews .inner .foodnews_txt a span {
  font-size: 8px;
  margin: auto 0 8px 0;
  display: block;
}

/* ----- PC ----- */
@media screen and (min-width: 769px) {
  #foodnews {
    width: 100%;
    min-width: 1160px;
    padding: 0;
    margin: 0 auto;
  }
  #foodnews .inner {
    width: 1160px;
    padding: 30px 40px;
    margin: 0 auto;
  }
  #foodnews .inner .foodnews_tit {
    width: 160px;
    margin: 0 auto 20px;
  }
  #foodnews .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #foodnews .inner ul li {
    width: 470px;
    margin: 0;
  }
  #foodnews .inner ul li:first-child {
    margin: 0;
  }
  #foodnews .inner ul li .foodnews_img {
    width: 200px;
    height: 200px;
  }
  #foodnews .inner ul li .foodnews_img a {
    width: 200px;
    height: 200px;
  }
  #foodnews .inner ul li .foodnews_img img {
    width: 100%;
    height: 100%;
  }
  #foodnews .inner .foodnews_txt {
    width: 200px;
    height: 120px;
  }
  #foodnews .inner .foodnews_txt a {
    width: 200px;
    height: 120px;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #foodnews .inner .foodnews_txt a h4 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  #foodnews .inner .foodnews_txt a span {
    font-size: 10px;
    display: block;
  }
}

/* ---------- お気に入りページ ---------- */
.favorites-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.favorites-list::after {
  content: "";
  display: block;
  width: 30%;
}

.favorites-list div {
  width: 30%;
}

.favorites-list div p {
  margin: 10px 0;
}

.favorites-list div p a img {
  border-radius: 10px;
}

.favorites-list .simplefavorite-button {
  width: 100%;
}

.favorites-list .no-favorites {
  width: 100%;
}

.user-name {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 769px) {
  .favorites-list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .favorites-list::after {
    content: "";
    display: block;
    width: 46%;
  }
  .favorites-list div {
    width: 23%;
  }
  .favorites-list div p {
    margin: 10px 0;
  }
  .favorites-list div p a img {
    border-radius: 10px;
  }
  .favorites-list .simplefavorite-button {
    width: 50%;
    margin: 0 0 0 auto;
  }
  .favorites-list .no-favorites {
    width: 100%;
  }
}

/* ---------- プラグイン用 ---------- */
#wpmem_reg {
  padding: 0 20px;
}

#wpmem_login {
  padding: 0 20px;
}

.mem_prof ul {
  padding: 0;
  list-style: none;
}

.mem_prof ul li {
  width: 200px;
  padding: 5px 0;
  border-radius: 10px;
  margin: 10px auto;
  background: #4ea7c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mem_prof ul li a {
  color: #fff;
}

.lg_out {
  width: 150px;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  margin: 10px auto;
  border-radius: 10px;
  background: #4ea7c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.req-text {
  display: none;
}

.simplefavorite-button.active {
  opacity: 1;
}

/* ----- 特集記事 ----- */
/* --- SP & Base --- */
#special {
  width: 100%;
  padding: 0;
}

#special .inner {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

#special .inner .special_tit {
  width: 140px;
  height: 32px;
  margin: 0 0 10px 0;
  display: block;
}

#special .inner .special_tit h3 {
  margin: 0 auto;
}

#special .inner ul {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#special .inner ul::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#special .inner ul li {
  width: 248px;
  margin: 0 5px;
}

#special .inner ul li:first-child {
  margin: 0 5px 0 0;
}

#special .inner ul li .special_img {
  width: 248px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#special .inner ul li .special_img a {
  width: 248px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#special .inner .special_txt {
  width: 248px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

#special .inner .special_txt a {
  width: 248px;
  height: 50px;
  color: #000;
  padding: 0 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#special .inner .special_txt a h4 {
  color: #000;
  font-size: 8px;
  font-weight: bold;
  display: block;
}

#special .inner .special_txt a span {
  font-size: 8px;
  margin: auto 0 8px 0;
  display: block;
}

/* ----- PC ----- */
@media screen and (min-width: 769px) {
  #special {
    width: 100%;
    min-width: 1160px;
    padding: 0;
    margin: 0 auto;
  }
  #special .slick-dots {
    display: block !important;
    bottom: 0;
  }
  #special .slick-dots li {
    width: auto !important;
  }
  #special .inner {
    width: 1160px;
    padding: 30px 40px;
    margin: 0 auto;
  }
  #special .inner .special_tit {
    width: 220px;
    height: 32px;
    margin: 0 auto 20px;
  }
  #special .inner .special_slider {
    margin: 0 auto 30px;
    padding: 0 0 30px;
  }
  #special .inner .special_slider li {
    width: 100%;
    margin: 0;
  }
  #special .inner .special_slider li:first-child {
    margin: 0;
  }
  #special .inner .special_slider li .special_img {
    padding: 0 16px;
    width: 100%;
    height: 184px;
  }
  #special .inner .special_slider li .special_img a {
    width: 100%;
    height: 184px;
  }
  #special .inner .special_slider li .special_img img {
    width: 100%;
    height: 100%;
  }
  #special .inner .special_slider li .special_txt {
    padding: 0 16px;
    width: 100%;
    background: #fff;
  }
  #special .inner .special_slider li .special_txt a {
    width: 100%;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #special .inner .special_slider li .special_txt a h4 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  #special .inner .special_slider li .special_txt a span {
    font-size: 10px;
    display: block;
  }
}

#area {
  background: #ececec;
}

.area_box {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.area_box .area_btn {
  width: 48%;
}

.area_box .area_btn img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #area {
    background: #ececec;
    width: 100%;
    min-width: 1160px;
  }
  #area .inner {
    width: 1160px;
    min-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .area_box {
    width: 800px;
    padding: 30px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area_box .area_btn {
    width: 48%;
  }
  .area_box .area_btn img {
    width: 100%;
  }
}

#join {
  width: 100%;
  margin: 10px auto;
}

#join a {
  width: 50%;
  margin: 0 auto 10px;
  display: block;
}

#join a img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #join {
    width: 100%;
    margin: 10px auto;
  }
  #join .inner {
    width: 1160px;
    min-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #join .inner a {
    width: 300px;
    margin: 50px;
    display: block;
  }
  #join .inner a img {
    width: 100%;
  }
}

#genre {
  margin: 10px 0 0;
}

#genre .inner {
  width: 90%;
  margin: 0 auto;
}

#genre .inner h3 {
  width: 118px;
  display: block;
}

#genre .inner h3 img {
  width: 100%;
}

#genre .genre {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#genre .genre a {
  width: 30%;
  height: 30px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #d9dada;
  border-radius: 5px;
  margin: 0 0 10px 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#genre .genre a:visited {
  color: #000;
}

#genre .genre a::after {
  content: ">";
  color: #bc8d00;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

@media screen and (min-width: 769px) {
  #genre {
    margin: 50px 0 0;
  }
  #genre .inner {
    width: 1160px;
    min-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #genre .inner h3 {
    width: 180px;
    margin: 0 auto 20px;
    display: block;
  }
  #genre .inner h3 img {
    width: 100%;
  }
  #genre .genre {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #genre .genre a {
    width: 30%;
    height: 40px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #d9dada;
    border-radius: 5px;
    margin: 0 0 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #genre .genre a:visited {
    color: #000;
  }
  #genre .genre a::after {
    content: ">";
    color: #bc8d00;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
}

#food_genre {
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #e2e2e2 4px, #e2e2e2 5px);
  border: 3px solid #e2e2e2;
}

#food_genre .inner {
  width: 90%;
  margin: 0 auto;
}

#food_genre .inner h3 {
  width: 118px;
  display: block;
}

#food_genre .inner h3 img {
  width: 100%;
}

#food_genre .genre {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#food_genre .genre a {
  width: 30%;
  height: 30px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #d9dada;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#food_genre .genre a:visited {
  color: #000;
}

#food_genre .genre a::after {
  content: ">";
  color: #bc8d00;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
}

@media screen and (min-width: 769px) {
  #food_genre {
    background-size: auto auto;
    background-color: white;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #e2e2e2 4px, #e2e2e2 5px);
    padding: 30px 0;
    border: 3px solid #e2e2e2;
  }
  #food_genre .inner {
    width: 1160px;
    min-width: 1160px;
    padding: 0 40px;
    margin: 0 auto;
  }
  #food_genre .inner h3 {
    width: 150px;
    margin: 0 auto 30px;
    display: block;
  }
  #food_genre .inner h3 img {
    width: 100%;
  }
  #food_genre .genre {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #food_genre .genre a {
    width: 30%;
    height: 40px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #d9dada;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #food_genre .genre a:visited {
    color: #000;
  }
  #food_genre .genre a::after {
    content: ">";
    color: #bc8d00;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
  }
}

/* --- PR --- */
/* --- SP & Base --- */
#pr {
  width: 100%;
  background: #fffcdb;
}

#pr .inner {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

#pr .inner .pr_tit {
  width: 50px;
  height: 18px;
  margin: 0 0 10px 0;
  display: block;
}

#pr .inner .pr_tit h3 {
  margin: 0 auto;
}

#pr .inner ul {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pr .inner ul::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#pr .inner ul li {
  width: 140px;
  margin: 0 5px;
}

#pr .inner ul li:first-child {
  margin: 0 5px 0 0;
}

#pr .inner ul li .pr_img {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#pr .inner ul li .pr_img a {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  display: block;
}

#pr .inner .pr_txt {
  width: 140px;
  height: 50px;
  border-radius: 0 0 5px 5px;
}

#pr .inner .pr_txt a {
  width: 140px;
  height: 50px;
  color: #000;
  padding: 0 5px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pr .inner .pr_txt a h4 {
  color: #000;
  font-size: 8px;
  font-weight: bold;
  display: block;
}

#pr .inner .pr_txt a span {
  font-size: 8px;
  margin: auto 0 8px 0;
  display: block;
}

/* ----- PC ----- */
@media screen and (min-width: 769px) {
  #pr {
    width: 100%;
    min-width: 1160px;
    padding: 0;
    margin: 0 auto;
  }
  #pr .inner {
    width: 1160px;
    padding: 30px 40px;
    margin: 0 auto;
  }
  #pr .inner .pr_tit {
    width: 80px;
    height: 32px;
    margin: 0 auto 20px;
  }
  #pr .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #pr .inner ul li {
    width: 470px;
    margin: 0;
  }
  #pr .inner ul li:first-child {
    margin: 0;
  }
  #pr .inner ul li .pr_img {
    width: 200px;
    height: 200px;
  }
  #pr .inner ul li .pr_img a {
    width: 200px;
    height: 200px;
  }
  #pr .inner ul li .pr_img img {
    width: 100%;
    height: 100%;
  }
  #pr .inner .pr_txt {
    width: 200px;
    height: 80px;
  }
  #pr .inner .pr_txt a {
    width: 200px;
    height: 80px;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pr .inner .pr_txt a h4 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  #pr .inner .pr_txt a span {
    font-size: 10px;
    display: block;
  }
}

/* --- Food Content --- */
.n_full {
  padding: 0 20px;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
  border: 1px solid #000;
  display: block;
}

.food_content {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.food_content a {
  color: #4ea7c2;
}

#main_col .fd_row_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .fd_row_1 .eyecatch {
  width: 50%;
}

#main_col .fd_row_1 .eyecatch img {
  margin: 5px 0 0 0;
  border-radius: 10px;
}

#main_col .fd_row_1 .fd_title {
  width: 47.5%;
  /*
        .menu_a {
            width: 100%;
            height: auto;
            margin: 10px 0;
        }
        .info_a {
            width: 100%;
            height: auto;
            margin: 0;
        }
        .btn {
            margin : 10px 0 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            
            .coupon {
                width: 47.5%;   
            }
            .like {
                width: 47.5%;
                
                .wpfp-img {
                    width: 0;
                    height: 0;
                    display: none;
                }
            }
        }
        */
}

#main_col .fd_row_1 .fd_title .kana {
  font-size: 10px;
  font-weight: bold;
}

#main_col .fd_row_1 .fd_title h1 {
  font-size: 19px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.35;
  margin: 0;
  height: auto;
}

#main_col .fd_row_1 .fd_title .phone a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  margin: 5px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#main_col .fd_row_1 .fd_title .phone a img {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  display: block;
}

#main_col .fd_row_1 .fd_title .sns {
  padding: 0 0 6px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col .fd_row_1 .fd_title .sns a {
  margin: 0 4px 0 0;
  display: block;
}

#main_col .fd_row_1 .fd_title .sns .icon {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_col .fd_row_1 .fd_title .sns .icon a {
  width: 30%;
}

#main_col .fd_row_1 .fd_title .sns .icon a img {
  height: auto;
}

#main_col .fd_row_1 .fd_title .sns .td {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_col .fd_row_1 .fd_title .sns .td a {
  width: 30%;
}

#main_col .fd_row_1 .fd_title .sns .td a img {
  margin: 2px 2px 0 0;
}

#main_col .fd_row_1 .fd_title .info {
  font-weight: bold;
}

#main_col .fd_row_1 .fd_title .info p {
  font-size: 10px;
  margin: 0;
}

#main_col .icon_a {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .icon_a div {
  width: 47.5%;
}

#main_col .btn {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .btn .coupon {
  width: 47.5%;
}

#main_col .btn .like {
  width: 47.5%;
}

#main_col .btn .like .wpfp-img {
  width: 0;
  height: 0;
  display: none;
}

#main_col .fd_row_2 {
  width: 100%;
}

#main_col .fd_row_2 h2 {
  font-size: 16px;
  font-weight: bold;
}

#main_col .fd_row_2 .video_wrap p {
  font-size: 10px;
  font-weight: bold;
}

#main_col .fd_row_2 .slick-list {
  padding: 0 !important;
}

#main_col .fd_row_2 .slider_box {
  width: 100%;
  padding: 0;
  list-style: none;
}

#main_col .fd_row_3 {
  width: 100%;
}

#main_col .fd_row_3 .point_box .point_hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .fd_row_3 .point_box .point_hd img {
  width: 80px;
  margin: 0 0 4px 0;
}

#main_col .fd_row_3 .point_box .point_hd p {
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0;
}

#main_col .fd_row_3 .point_box .point_hd p span {
  font-weight: normal;
  padding: 0 10px 0 0;
}

#main_col .fd_row_3 .point_box .point p {
  margin: 0 0 5px 0;
}

#main_col .fd_row_4 {
  width: 100%;
  margin: 0 0 30px 0;
}

#main_col .fd_row_4 .menu_hd {
  width: 40%;
  margin: 10px auto 20px;
}

#main_col .fd_row_4 .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .fd_row_4 .tab_menu {
  /*タブの基本スタイル*/
  /* border-bottom :solid 3px #5bc0de; */
  width: 19.5%;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  background-color: #fff;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
  text-align: center;
  display: inline-block;
  /*選択されていないタブは透明色*/
  background-color: transport;
}

#main_col .fd_row_4 .tab_contains {
  width: 100%;
  height: 250px;
  margin-top: -2px;
  overflow-y: scroll;
  /*選択されていないコンテンツは非表示*/
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#main_col .fd_row_4 .tab_radio:checked + .tab_menu {
  /*選択されているタブは白背景*/
  /* タブコンテンツの上線にかぶせて隠す */
  color: #fff;
  background-color: #000;
}

#main_col .fd_row_4 #tab_radio_A:checked ~ #tab_contains_A,
#main_col .fd_row_4 #tab_radio_B:checked ~ #tab_contains_B,
#main_col .fd_row_4 #tab_radio_C:checked ~ #tab_contains_C,
#main_col .fd_row_4 #tab_radio_D:checked ~ #tab_contains_D,
#main_col .fd_row_4 #tab_radio_F:checked ~ #tab_contains_F {
  display: block;
  /*コンテンツの基本スタイル*/
  width: 100%;
  height: 400px;
  padding: 10px;
  font-weight: bold;
  border: 2px solid #000;
  /*選択されたタブで上線をかぶせる*/
  background-color: white;
}

#main_col .fd_row_4 .tab_radio {
  /*ラジオボタンは表示しない*/
  display: none;
}

#main_col .fd_row_4 .menu_content {
  padding: 10px 0;
  margin-top: -2px;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .fd_row_4 .menu_content .img {
  width: 40%;
}

#main_col .fd_row_4 .menu_content .img img {
  border-radius: 5px;
}

#main_col .fd_row_4 .menu_content .txt {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col .fd_row_4 .menu_content .txt h3 {
  font-size: 14px;
  margin: 0;
  display: block;
}

#main_col .fd_row_4 .menu_content .txt p {
  font-size: 12px;
  display: block;
}

#main_col .fd_row_4 .menu_content .txt span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col .fd_row_4 .heading h2 {
  font-size: 14px;
  text-align: center;
}

#main_col .fd_row_4 .menu_price dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main_col .fd_row_4 .menu_price dl dt {
  font-size: 14px;
}

#main_col .fd_row_4 .menu_price dl dd {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col .fd_row_4 .menu_content02 {
  padding: 10px 0;
  margin-top: -2px;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .fd_row_4 .menu_content02 .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col .fd_row_4 .menu_content02 .txt h3 {
  font-size: 15px;
  margin: 0;
  display: block;
}

#main_col .fd_row_4 .menu_content02 .txt p {
  font-size: 11px;
  display: block;
}

#main_col .fd_row_4 .menu_content02 .price {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col .fd_row_5 .info_hd {
  width: 50%;
  margin: 10px auto 20px;
}

#main_col .fd_row_5 .info {
  width: 100%;
}

#main_col .fd_row_5 .info dl {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .fd_row_5 .info dl dt {
  width: 30%;
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  font-weight: bold;
  background: #c39400;
  text-align: center;
}

#main_col .fd_row_5 .info dl dd {
  width: 65%;
  font-size: 10px;
  margin: 0;
}

#main_col .fd_row_5 .gmap {
  width: 100%;
  height: 200px;
  margin: 30px 0;
}

#main_col .fd_row_5 .gmap iframe {
  width: 100%;
  height: 200px;
}

#main_col .fd_row_6 {
  width: 100%;
  padding: 20px 0;
}

#main_col .fd_row_6 .am_hd {
  width: 200px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #c39400;
  padding: 5px 0;
  margin: 0 auto 20px;
  border-radius: 20px;
  text-align: center;
}

#main_col .fd_row_6 .am_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col .fd_row_6 .am_box dl {
  width: 48%;
  margin: 5px 0;
  border: 1px solid #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .fd_row_6 .am_box dl dt {
  width: 100%;
  color: #c39400;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 0;
  border-bottom: 1px dotted #000;
  text-align: center;
}

#main_col .fd_row_6 .am_box dl dd {
  width: 100%;
  min-height: 30px;
  color: #000;
  font-size: 10px;
  padding: 3px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#main_col .fd_row_7 {
  width: 100%;
  background: #fbfbe5;
  padding: 20px;
}

#main_col .fd_row_7 img {
  width: 40%;
  height: auto;
  margin: 20px auto;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 {
  width: 100%;
  height: 150px;
  background: #c09100;
  padding: 15px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 .img {
  width: 140px;
  height: 105px;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 .img img {
  width: 100%;
  margin: 0;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 .txt {
  width: 55%;
  height: 105px;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 .txt h3 {
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #fff;
  line-height: 1.5;
}

#main_col .fd_row_7 .coupon_content .coupon_content01 .txt p {
  height: 50px;
  color: #fff;
  font-size: 10px;
  margin: 0;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 {
  width: 100%;
  height: 150px;
  background: #c09100;
  padding: 15px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .img {
  width: 140px;
  height: 105px;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .img img {
  width: 100%;
  margin: 0;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .txt {
  width: 55%;
  height: 105px;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .txt h3 {
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #fff;
  line-height: 1.5;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .txt a {
  width: 100%;
  color: #c09100;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_col .fd_row_7 .coupon_content .coupon_content02 .txt a span {
  margin: 0 0 0 auto;
  display: block;
}

#main_col_pc .bg_gr {
  background: #595757;
}

#main_col_pc .bg_yw {
  background: #fffeee;
}

#main_col_pc .full_pc {
  width: 100%;
  min-width: 1160px;
}

#main_col_pc .n_full_pc {
  width: 1160px;
  min-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}

#main_col_pc .fd_row_1 {
  width: 1080px;
  min-width: 1080px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_1 .fd_hd_l {
  width: 550px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#main_col_pc .fd_row_1 .fd_hd_l .eyecatch {
  width: 140px;
  height: auto;
  margin: 0 10px 0 0;
}

#main_col_pc .fd_row_1 .fd_hd_l .eyecatch img {
  width: 100%;
  border-radius: 10px;
}

#main_col_pc .fd_row_1 .fd_hd_l .fd_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col_pc .fd_row_1 .fd_hd_l .fd_title_wrap .fd_title {
  width: 380px;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col_pc .fd_row_1 .fd_hd_l .fd_title_wrap .fd_title span {
  font-size: 12px;
  font-weight: bold;
  display: block;
}

#main_col_pc .fd_row_1 .fd_hd_l .fd_title_wrap .fd_title h1 {
  width: 100%;
  height: 94px;
  min-height: 100px;
  max-height: 100px;
  margin: 0;
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
}

#main_col_pc .fd_row_1 .fd_hd_l .info {
  margin-top: auto;
}

#main_col_pc .fd_row_1 .fd_hd_l .info p {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

#main_col_pc .fd_row_1 .fd_hd_l .info p span {
  padding: 0 10px 0 0;
  display: inline-block;
}

#main_col_pc .fd_row_1 .fd_hd_r {
  width: 550px;
}

#main_col_pc .fd_row_1 .fd_hd_r .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns a {
  margin: 0 5px 0 0;
  display: block;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns a img {
  width: 35px;
  height: 35px;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns .homepage {
  width: 45px;
  margin: 2px 4px 0 0;
  display: block;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns .homepage img {
  width: 45px;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_col_pc .fd_row_1 .fd_hd_r .sns .td img {
  width: 47px;
  margin: 0 5px 0 0;
}

#main_col_pc .fd_row_1 .fd_hd_r .phone {
  margin: 0 0 0 auto;
}

#main_col_pc .fd_row_1 .fd_hd_r .phone a {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0;
  margin: 0 0 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#main_col_pc .fd_row_1 .fd_hd_r .phone a .phone_img {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  display: block;
}

#main_col_pc .fd_row_1 .anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_1 .anc .menu_a {
  width: 47.5%;
  height: auto;
  margin: 10px 0;
}

#main_col_pc .fd_row_1 .anc .info_a {
  width: 47.5%;
  height: auto;
  margin: 0;
}

#main_col_pc .fd_row_1 .btn {
  width: 50%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_1 .btn .coupon {
  width: 47.5%;
}

#main_col_pc .fd_row_1 .btn .like {
  width: 47.5%;
}

#main_col_pc .fd_row_1 .btn .like .wpfp-img {
  width: 0;
  height: 0;
  display: none;
}

#main_col_pc .slider h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}

#main_col_pc .slider ul {
  padding: 0;
}

#main_col_pc .slider ul li {
  margin: 0 5px;
}

#main_col_pc .slider ul li img {
  border-radius: 10px;
}

#main_col_pc .fd_row_2 {
  width: 100%;
  width: 1080px;
  min-width: 1080px;
  padding: 35px 0;
  margin: 0 auto;
}

#main_col_pc .fd_row_2 .video_wrap {
  width: 750px;
  margin: 0 auto;
}

#main_col_pc .fd_row_2 .video_wrap p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#main_col_pc .fd_row_3 {
  width: 980px;
  padding: 25px;
  margin: 0 auto;
}

#main_col_pc .fd_row_3 .point_wrap {
  padding: 0 25px;
  border: 1px solid #c09100;
  border-radius: 5px;
}

#main_col_pc .fd_row_3 .point_box {
  margin: 0 auto;
  padding: 35px 0;
  border-bottom: 1px dotted #000;
}

#main_col_pc .fd_row_3 .point_box:last-child {
  border-bottom: none;
}

#main_col_pc .fd_row_3 .point_box .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_3 .point_box .point .point_img {
  width: 30%;
  margin: 0;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd {
  width: 65%;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd .heading img {
  width: 120px;
  margin: 0 0 4px 0;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd .heading h3 {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd .heading h3::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  display: block;
}

#main_col_pc .fd_row_3 .point_box .point .point_hd p {
  font-weight: bold;
  margin: 0;
  display: block;
}

#main_col_pc .fd_row_4 {
  width: 100%;
  margin: 0 0 30px 0;
}

#main_col_pc .fd_row_4 .menu_hd {
  width: 270px;
  margin: 10px auto 50px;
}

#main_col_pc .fd_row_4 .tab_box {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_4 .tab_box .tab_menu {
  /*タブの基本スタイル*/
  /* border-bottom :solid 3px #5bc0de; */
  width: 19.5%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  margin: 0;
  padding: 5px 10px;
  border: 2px solid #000;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  text-align: center;
  /*選択されていないタブは透明色*/
  background-color: transport;
}

#main_col_pc .fd_row_4 .tab_box .tab_contains {
  width: 800px;
  height: 600px;
  margin: -2px auto 0;
  overflow-y: scroll;
  /*選択されていないコンテンツは非表示*/
  display: none;
}

#main_col_pc .fd_row_4 .tab_box .tab_radio:checked + .tab_menu {
  /*選択されているタブは白背景*/
  /* タブコンテンツの上線にかぶせて隠す */
  color: #fff;
  background-color: #000;
}

#main_col_pc .fd_row_4 .tab_box #tab_radio_A:checked ~ #tab_contains_A,
#main_col_pc .fd_row_4 .tab_box #tab_radio_B:checked ~ #tab_contains_B,
#main_col_pc .fd_row_4 .tab_box #tab_radio_C:checked ~ #tab_contains_C,
#main_col_pc .fd_row_4 .tab_box #tab_radio_D:checked ~ #tab_contains_D,
#main_col_pc .fd_row_4 .tab_box #tab_radio_F:checked ~ #tab_contains_F {
  display: block;
  /*コンテンツの基本スタイル*/
  width: 800px;
  padding: 10px;
  font-weight: bold;
  border: 2px solid #000;
  /*選択されたタブで上線をかぶせる*/
}

#main_col_pc .fd_row_4 .tab_box .tab_radio {
  /*ラジオボタンは表示しない*/
  display: none;
}

#main_col_pc .fd_row_4 .tab_box .menu_content {
  padding: 10px 40px 10px 10px;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .img {
  width: 30%;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .img img {
  border-radius: 5px;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .txt {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .txt h3 {
  font-size: 15px;
  margin: 0;
  display: block;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .txt p {
  font-size: 11px;
  padding: 0;
  display: block;
}

#main_col_pc .fd_row_4 .tab_box .menu_content .txt span {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0 0 0;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col_pc .fd_row_4 .tab_box .heading h2 {
  font-size: 17px;
  text-align: center;
}

#main_col_pc .fd_row_4 .tab_box .menu_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px 10px 10px;
}

#main_col_pc .fd_row_4 .tab_box .menu_price:last-of-type {
  border-bottom: 1px dotted #000;
}

#main_col_pc .fd_row_4 .tab_box .menu_price .blank {
  width: 30%;
  height: auto;
}

#main_col_pc .fd_row_4 .tab_box .menu_price dl {
  width: 65%;
  padding: 5px 0;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main_col_pc .fd_row_4 .tab_box .menu_price dl dt {
  font-size: 14px;
}

#main_col_pc .fd_row_4 .tab_box .menu_price dl dd {
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col_pc .fd_row_4 .tab_box .menu_content02 {
  padding: 10px 40px 10px 10px;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_4 .tab_box .menu_content02 .txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col_pc .fd_row_4 .tab_box .menu_content02 .txt h3 {
  font-size: 14px;
  margin: 0;
  display: block;
}

#main_col_pc .fd_row_4 .tab_box .menu_content02 .txt p {
  font-size: 12px;
  padding: 0;
  display: block;
}

#main_col_pc .fd_row_4 .tab_box .menu_content02 .price {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0 0;
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#main_col_pc .fd_row_5 {
  width: 900px;
  min-width: 900px;
  margin: 30px auto 40px;
}

#main_col_pc .fd_row_5 .info_hd {
  width: 300px;
  margin: 10px auto 50px;
}

#main_col_pc .fd_row_5 .info_box .info {
  width: 100%;
}

#main_col_pc .fd_row_5 .info_box .info dl {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_5 .info_box .info dl dt {
  width: 30%;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  font-weight: bold;
  background: #c39400;
  text-align: center;
}

#main_col_pc .fd_row_5 .info_box .info dl dd {
  width: 65%;
  font-size: 15px;
}

#main_col_pc .fd_row_5 .info_box .gmap {
  width: 100%;
  height: 410px;
  margin: 20px auto;
}

#main_col_pc .fd_row_5 .info_box .gmap iframe {
  width: 100%;
  height: 410px;
  border-radius: 10px;
}

#main_col_pc .fd_row_6 {
  width: 900px;
  margin: 0 auto 50px;
}

#main_col_pc .fd_row_6 .am_hd {
  width: 200px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #c39400;
  padding: 5px 0;
  margin: 0 auto 20px;
  border-radius: 10px;
  text-align: center;
}

#main_col_pc .fd_row_6 .am_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_col_pc .fd_row_6 .am_box dl {
  width: 32%;
  margin: 10px 0;
  border: 1px solid #000;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_6 .am_box dl dt {
  width: 100%;
  color: #c39400;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px dotted #000;
  text-align: center;
}

#main_col_pc .fd_row_6 .am_box dl dd {
  width: 100%;
  min-height: 40px;
  color: #000;
  font-size: 12px;
  padding: 5px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#main_col_pc .fd_row_7 {
  width: 100%;
  background: #fbfbe5;
  padding: 20px;
}

#main_col_pc .fd_row_7 img {
  width: 30%;
  margin: 0 auto 20px;
}

#main_col_pc .fd_row_7 .coupon_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 {
  width: 770px;
  height: 240px;
  background: #c09100;
  padding: 15px 10px;
  margin: 0 auto 20px auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 .img {
  width: 260px;
  height: 190px;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 .img img {
  width: 100%;
  margin: 0;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 .txt {
  width: 440px;
  height: 190px;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 .txt h3 {
  height: 90px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #fff;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content01 .txt p {
  height: 90px;
  color: #fff;
  font-size: 14px;
  msrgin: 0;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 {
  width: 40%;
  background: #c09100;
  padding: 15px 10px;
  margin: 0 auto 10px auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .img {
  width: 35%;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .img img {
  width: 100%;
  margin: 0;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .txt {
  width: 60%;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .txt h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .txt a {
  width: 100%;
  color: #c09100;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 5px;
  margin: auto 0 0 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_col_pc .fd_row_7 .coupon_content .coupon_content02 .txt a span {
  margin: 0 0 0 auto;
  display: block;
}

.terms h2 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #4ea7c2;
}

.terms article {
  margin: 0 auto;
  padding: 25px 20px 40px;
  max-width: 1160px;
}

.terms article > p {
  font-size: 14px;
  line-height: 1.7;
}

.terms article > p:first-of-type {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.terms section {
  margin: 30px 0;
}

.terms section h3 {
  margin: 0 0 10px;
  color: #4ea7c2;
  font-size: 18px;
  font-weight: bold;
}

.terms section div {
  margin: 0 0 25px;
}

.terms section div:last-of-type {
  margin: 0;
}

.terms section h4 {
  margin: 10px 0 8px;
  font-weight: bold;
  font-size: 14px;
}

.terms section p {
  margin: 0;
  line-height: 1.7;
  font-size: 14px;
}

.terms section a {
  color: #4ea7c2;
  text-decoration: underline;
}

.terms section ul, .terms section ol {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .terms h2 {
    padding: 10px 0;
    font-size: 18px;
  }
  .terms article {
    padding: 25px 40px 40px;
  }
  .terms article > p {
    font-size: 16px;
  }
  .terms article > p:first-of-type {
    margin: 0 0 30px;
    padding: 0 0 20px;
  }
  .terms section {
    margin: 40px 0;
  }
  .terms section h3 {
    margin: 0 0 25px;
    font-size: 22px;
  }
  .terms section h4 {
    margin: 25px 0 15px;
    font-size: 16px;
  }
  .terms section p {
    font-size: 16px;
  }
  .terms section ul, .terms section ol {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
}

footer {
  background: #4ea7c2;
  width: 100%;
}

footer .ft_nav {
  display: none;
}

footer .ft_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  list-style-type: none;
}

footer .ft_link li {
  margin: 0 20px 10px 0;
}

footer .ft_link li:last-of-type {
  margin: 0;
}

footer .ft_link li a {
  color: #fff;
  font-size: 12px;
}

footer .ft_line {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

footer .ft_line .copy {
  width: 180px;
}

footer .ft_line .copy img {
  width: 100%;
}

footer .ft_line .ft_logo {
  width: 90px;
  height: auto;
}

footer .ft_line .ft_logo img {
  width: 100%;
}

footer .ft_line .copy {
  color: #fff;
  font-size: 8px;
}

@media screen and (min-width: 769px) {
  footer .ft_nav {
    display: none;
  }
  footer .ft_link {
    padding: 20px 40px;
    margin: 0 auto;
    width: 1160px;
    min-width: 1160px;
  }
  footer .ft_link li {
    margin: 0 40px 0 0;
  }
  footer .ft_link li a {
    font-size: 14px;
  }
  footer .ft_line {
    width: 1160px;
    min-width: 1160px;
    padding: 20px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  footer .ft_line .copy {
    width: 360px;
  }
  footer .ft_line .copy img {
    width: 100%;
  }
  footer .ft_line .ft_logo {
    width: 180px;
    height: auto;
  }
  footer .ft_line .ft_logo img {
    width: 100%;
  }
  footer .ft_line .copy {
    color: #fff;
    font-size: 8px;
  }
}
