@charset "UTF-8";

/*==================
 ブレイクポイント定義mixin
 使い方：
 .element {
 	  width: 100%;
    max-width: 640px;
 	  margin: 0 auto;

    @include responsive(768){
      max-width: none;
    }
 }
==================*/

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  border: 0;
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, メイリオ, ＭＳ ゴシック, Osaka‐等幅;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #181818;
  line-height: 170%;
}

img,
input[type="image"] {
  height: auto;
  max-width: 100%;
  display: block;
}

a:hover,
a:hover img,
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cmn_btn a,
.cmn_btn span {
  display: block;
  padding: 2.5% 0 2%;
  border: solid 2px #141d31;
  border-radius: 0.3em;
  color: #141d31;
  font-weight: bold;
  font-size: 14px;
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._name,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._name,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._name,
.cmn_matome .u_inner .cmn_matome_items ._name1,
.cmn_matome .cmn_item ul .cmn_matome_items ._name1,
.cmn_item .cmn_matome ul .cmn_matome_items ._name1,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._name1,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._name1 {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._price1,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._price1,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._price1,
.cmn_matome .u_inner .cmn_matome_items ._price,
.cmn_matome .cmn_item ul .cmn_matome_items ._price,
.cmn_item .cmn_matome ul .cmn_matome_items ._price,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._price,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._price,
.cmn_matome .u_inner .cmn_matome_items ul li ._name,
.cmn_matome .cmn_item ul .cmn_matome_items ul li ._name,
.cmn_item .cmn_matome ul .cmn_matome_items ul li ._name,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._name,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._name {
  font-size: 14px;
  line-height: 1.4;
  text-shadow: -1px -1px #eceff4, 1px -1px #eceff4, -1px 1px #eceff4, 1px 1px #eceff4;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

a:hover {
  outline: 0;
  text-decoration: underline;
}

a:active {
  outline: 0;
  text-decoration: underline;
}

a img {
  border: 0;
}

strong {
  font-weight: bold;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* html .u_clearfix {
  zoom: 1;
}

* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix {
  zoom: 1;
}

* + html .u_clearfix li {
  zoom: 1;
}

input[type="submit"] {
  cursor: pointer;
}

.h_top {
  padding: 2.5% 0;
}

.h_logo {
  float: left;
  margin-left: 3.43%;
  width: 38%;
}

.deliv {
  text-align: center;
}

.deliv ._ttl {
  margin-bottom: .5em;
  font-size: 14px;
}

.deliv ._ttl em {
  font-size: inherit;
  color: #aeafb0;
  font-weight: 800;
}

.archive_ttl {
  margin-bottom: 1%;
}

.side_sns_btn {
  margin-top: 15px;
}

.side_sns_btn_list {
  width: 100%;
  margin: 0 auto;
}

.side_sns_btn_list li {
  width: 33.3%;
  text-align: center;
  float: left;
}

.side_sns_btn_list li img {
  vertical-align: top;
  margin: 0 auto;
  max-width: 100%;
}

.deliv_flow li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-bottom: 6%;
  vertical-align: top;
}

.deliv_flow li img {
  width: 66.5%;
  margin: 0 auto 8%;
}

.deliv_flow li span {
  position: absolute;
  top: 7.8em;
  left: 50%;
  display: block;
  width: 7em;
  margin-left: -3.5em;
  padding-top: .2em;
  background: #141d31;
  border-radius: .3em;
  color: #fff;
  text-transform: uppercase;
}

.deliv_flow li ._ttl2 {
  margin-bottom: .5em;
  color: #aeafb0;
  font-size: 14px;
  font-weight: bold;
}

.deliv_flow li p {
  padding: 0 1em;
  font-size: 10px;
  text-align: left;
}

.deliv_flow li:first-child:before {
  position: absolute;
  top: 3em;
  right: -10%;
  width: 1.65em;
  height: 2em;
  background: url(/assets/shared/img/icon/dlv_img_arrow01.png) no-repeat;
  background-size: 100%;
  content: '';
}

.osake_column_banner {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .osake_column_banner {
    display: none;
  }
}

/*-------------
layout_items:レイアウト制御アイテム定義ファイル
--------------*/

/*==================
 ブレイクポイント定義mixin
 使い方：
 .element {
 	  width: 100%;
    max-width: 640px;
 	  margin: 0 auto;

    @include responsive(768){
      max-width: none;
    }
 }
==================*/

/*
block_for_pc
block_for_sp
*/

.block_for_pc,
.f_contact,
footer #footer ul.f_menu > li .inner .comment {
  display: none;
}

@media screen and (min-width: 768px) {
  .block_for_pc,
  .f_contact,
  footer #footer ul.f_menu > li .inner .comment {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .block_for_sp {
    display: none;
  }
}

/*
inline_for_pc
inline_for_sp
*/

.inline_for_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .inline_for_pc {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .inline_for_sp {
    display: none;
  }
}

.wrapper .content .side,
.wrapper .content .content_row,
header .sp_menu_block .sp_header,
header #header .g_nav,
.side,
.key_visual {
  max-width: 1140px;
  margin: auto;
}

.cmn_matome,
.cmn_item,
.cmn_shop,
.cmn_contact,
.cmn_faq,
.results_area {
  max-width: 900px;
  margin: auto;
  padding: 20px 0;
}

.wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: none;
  }
}

.wrapper .content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper .content {
    padding: 20px 0;
  }
}

.wrapper .content .side {
  display: none;
}

@media screen and (min-width: 768px) {
  .wrapper .content .side {
    display: block;
  }
}

.wrapper .content section.dark {
  background-color: #f7f8f8;
}

.wrapper .content section.accent {
  background-color: #eceff4;
}

.wrapper .content .u_inner,
.wrapper .content .cmn_matome .u_inner,
.cmn_matome .wrapper .content .u_inner,
.wrapper .content .cmn_item ul,
.cmn_item .wrapper .content ul,
.wrapper .content .cmn_shop .u_inner,
.cmn_shop .wrapper .content .u_inner {
  padding: 20px 10px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .wrapper .content.for_2_column {
    min-height: 2380px;
  }

  .wrapper .content.for_2_column .content_row {
    padding-left: 240px;
  }
}

@media screen and (min-width: 768px) {
  .wrapper .content:not(.for_2_column) .content_row {
    padding: 20px 30px;
  }
}

.cmn_bg_gray {
  background-color: #f7f8f8;
}

.cmn_bg_beige {
  background-color: #f8f5f4;
  padding: 4% 0;
}

.cmn_bg_pink {
  background-color: #fdf9f9;
  padding: 4% 0;
}

.cmn_bg {
  padding: 4% 0;
}

@media screen and (min-width: 768px) {
  .cmn_block_min {
    margin: 0 auto;
    width: 900px;
  }
}

.cmn_matome .u_inner,
.cmn_item ul,
.cmn_shop .u_inner {
  max-width: 960px;
}

.cmn_btn {
  text-align: center;
  max-width: 98%;
  margin: 10px auto auto;
}

@media screen and (min-width: 768px) {
  .cmn_btn {
    max-width: 100%;
  }
}

.cmn_btn a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .cmn_btn a {
    font-size: 18px;
  }
}

.cmn_ttl {
  margin-bottom: 3%;
  text-align: center;
  font-size: 20px;
  /* padding-right: 9.1%; */
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .cmn_ttl {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 0;
  }
}

.cmn_ttl strong {
  font-size: 24px;
  margin-left: 0.2em;
  text-transform: uppercase;
}

.cmn_ttl img {
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-top: -0.6rem;
  width: 40px;
}

.cmn_ttl._plist {
  font-size: 24px;
}

.item_mind {
  background-size: 100%;
}

.item_mind p {
  padding-right: 16%;
}

.cmn_ttl01 {
  font-size: 14px;
  border-bottom: 1px solid #f7f8f8;
  padding: 8px 4.6875%;
  margin-bottom: 15px;
}

.cmn_ttl02 {
  font-size: 16px;
  border-bottom: solid 1px #cecaca;
  padding: 0 8px 8px;
  margin-bottom: 18px;
  color: #141d31;
}

@media screen and (min-width: 768px) {
  .cmn_ttl02 {
    font-size: 18px;
  }
}

.cmn_ttl03 {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #141d31;
  padding: 0 0 4px;
  margin-bottom: 18px;
}

.cmn_ttl03 .main {
  color: #118b99;
}

.cmn_ttl03 .main_txt {
  color: #aeafb0;
  font-size: 24px;
}

.cmn_ttl03 .sub {
  font-size: 10px;
  font-weight: normal;
  color: #181818;
}

.cmn_ttl04 {
  font-size: 20px;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn_ttl04 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
  }
}

.cmn_ttl04 .sub {
  color: #c34056;
  font-size: 20px;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .cmn_ttl04 .sub {
    font-size: 32px;
  }
}

.cmn_ttl06 {
  text-align: center;
  font-size: 14px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 28px;
}

.cmn_ttl06:after {
  content: '';
  width: 110px;
  height: 2px;
  background: #cccccc;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -55px;
}

.cmn_ttl07 {
  background: #aaaaaa;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  position: relative;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .cmn_ttl07 {
    font-size: 28px;
    max-width: 900px;
    margin: 0 auto;
  }
}

.cmn_ttl07:before {
  content: '';
  position: absolute;
  left: 46%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #aaaaaa;
}

.cmn_ol {
  margin-left: 25px;
}

.cmn_ol li {
  list-style-type: decimal;
}

.cmn_ul {
  margin-left: 25px;
}

.cmn_ul li {
  list-style-type: disc;
}

.cmn_icon01 {
  background-color: #c3a269;
  border-radius: 2px;
  color: #fff;
  font-weight: 800;
  padding: 10px 0 6px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn_icon01 {
    font-size: 24px;
    padding: 10px 0;
  }
}

.cmn_bg02 {
  background-color: #eceff4;
}

.hr_theme01 {
  background-color: #cecaca;
  border: none;
  margin: 0 auto 10px;
  height: 1px;
  width: 95%;
}

/*!
 * jquery-drawer v3.2.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

.drawer_nav {
  position: fixed;
  z-index: 6000;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer_brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer_menu_item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer_menu_item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer_overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer_open .drawer_overlay {
  display: block;
}

.drawer_-top .drawer_nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer_-top.drawer_open .drawer_nav {
  top: 0;
}

.drawer_-top .drawer_hamburger,
.drawer_-top.drawer_open .drawer_hamburger {
  right: 0;
}

.drawer__left .drawer_nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer__left .drawer_hamburger,
.drawer__left.drawer_open .drawer_nav,
.drawer__left.drawer_open .drawer_navbar .drawer_hamburger {
  left: 0;
}

.drawer__left.drawer_open .drawer_hamburger {
  left: 16.25rem;
}

.drawer__right .drawer_nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer__right .drawer_hamburger,
.drawer__right.drawer_open .drawer_nav,
.drawer__right.drawer_open .drawer_navbar .drawer_hamburger {
  right: 0;
}

.drawer__right.drawer_open .drawer_hamburger {
  right: 16.25rem;
}

.drawer_hamburger {
  position: fixed;
  z-index: 6004;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer_hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer_hamburger_icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer_hamburger_icon,
.drawer_hamburger_icon:after,
.drawer_hamburger_icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer_hamburger_icon:after,
.drawer_hamburger_icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer_hamburger_icon:after {
  top: 10px;
}

.drawer_open .drawer_hamburger_icon {
  background-color: transparent;
}

.drawer_open .drawer_hamburger_icon:after,
.drawer_open .drawer_hamburger_icon:before {
  top: 0;
}

.drawer_open .drawer_hamburger_icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer_open .drawer_hamburger_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr_only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr_only-focusable:active,
.sr_only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer_-sidebar,
.drawer_-sidebar .drawer_contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer_-sidebar .drawer_hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer_-sidebar .drawer_nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  .drawer_-sidebar.drawer__left .drawer_nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer_-sidebar.drawer__left .drawer_contents {
    margin-left: 12.5rem;
  }

  .drawer_-sidebar.drawer__right .drawer_nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer_-sidebar.drawer__right .drawer_contents {
    margin-right: 12.5rem;
  }

  .drawer_-sidebar .drawer_container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer_-sidebar .drawer_nav {
    width: 16.25rem;
  }

  .drawer_-sidebar.drawer__left .drawer_contents {
    margin-left: 16.25rem;
  }

  .drawer_-sidebar.drawer__right .drawer_contents {
    margin-right: 16.25rem;
  }

  .drawer_-sidebar .drawer_container {
    max-width: 60rem;
  }
}

.drawer_-navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer_navbar .drawer_navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer_navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer_navbar--fixed {
  position: fixed;
}

.drawer_navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer_navbar .drawer_brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer_navbar .drawer_brand:hover {
  background-color: transparent;
}

.drawer_navbar .drawer_nav {
  padding-top: 3.75rem;
}

.drawer_navbar .drawer_menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer_navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer_navbar .drawer_navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer_navbar .drawer_menu--right {
    float: right;
  }

  .drawer_navbar .drawer_menu li {
    float: left;
  }

  .drawer_navbar .drawer_menu_item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer_navbar .drawer_hamburger {
    display: none;
  }

  .drawer_navbar .drawer_nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .drawer_navbar .drawer_menu {
    padding: 0;
  }

  .drawer_navbar .drawer_dropdown_menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer_navbar .drawer_dropdown_menu_item {
    padding-left: .75rem;
  }
}

.drawer_dropdown_menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer_dropdown_menu > li {
  width: 100%;
  list-style: none;
}

.drawer_dropdown_menu_item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer_dropdown_menu_item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer_dropdown.open > .drawer_dropdown_menu {
  display: block;
}

.drawer_dropdown .drawer_caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer_dropdown.open .drawer_caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer_container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer_container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer_container {
    max-width: 70rem;
  }
}

.s_drawer-overlay.s_overlay-on,
.s_drawer-open .s_drawer-overlay.s_overlay-on {
  display: none;
}

.clearfix {
  display: inline-block;
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mt15 {
  margin-top: 15px !important;
}

.no_page_block {
  text-align: left;
  background: url("/assets/lastlab-kaitori/img/no_page/bg02.png") no-repeat 0 100%;
  background-size: 100% auto;
  padding: 27px 0 20px;
}

.no_page_block_in {
  margin-left: 43.1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no_page_404_txt01 {
  width: 82.9%;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0 0;
}

.no_page_404_txt02 {
  margin: 0 0 25px;
}

.sateiFormImgBlock {
  position: relative;
  margin-bottom: 10px;
}

.sateiFormImgBlock .sateiFormImgTel {
  position: absolute;
  top: 61%;
  left: 0;
  width: 100%;
  text-align: center;
}

.sateiFormImgBlock .sateiFormImgTel img {
  width: 90.6%;
  margin: 0 auto;
}

.sateiFormImgBlock img.sateiFormImg {
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 460px) {
  .deliv_flow li p {
    font-size: 11px;
  }
}

.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  z-index: 20;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  wudth: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 0.9)), color-stop(50%, rgba(245, 245, 245, 0.9)), to(#f7f8f8));
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f7f8f8 100%);
  padding-top: 40px;
}

.grad-trigger .grad_icon {
  background: url("/assets/lastlab-kaitori/img/common/icon_more.png") no-repeat 0 center;
  display: inline-block;
  background-size: 18px auto;
  padding: 4px 22px 2px;
}

.grad-trigger.is-show {
  display: none;
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item p {
  font-size: 14px;
}

.grad-item.is-hide {
  height: 160px;
}

@media screen and (min-width: 768px) {
  .grad-item.is-hide {
    height: 250px;
  }
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 0.9)), color-stop(50%, rgba(245, 245, 245, 0.9)), to(#f7f8f8));
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.9) 50%, #f7f8f8 100%);
}

* html .clearfix {
  height: 1%;
}

.no_page_link li {
  padding: 0 0 15px 18px;
}

.no_page_link li a {
  text-decoration: underline;
}

header .sp_menu_block .sp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 20px 7px 10px;
}

@media screen and (min-width: 768px) {
  header .sp_menu_block .sp_header {
    padding: 20px;
  }
}

header .sp_menu_block .sp_header .sp_h_logo {
  width: 150px;
}

@media screen and (min-width: 768px) {
  header .sp_menu_block .sp_header .sp_h_logo {
    width: 200px;
  }
}

header .sp_menu_block .sp_header .h_action {
  display: none;
}

@media screen and (min-width: 768px) {
  header .sp_menu_block .sp_header .h_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 690px;
  }
}

header .sp_menu_block .sp_header .h_action .h_line,
header .sp_menu_block .sp_header .h_action .h_mail,
header .sp_menu_block .sp_header .h_action .h_tel {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

header #header {
  background: #141d31;
}

header #header .g_nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  header #header .g_nav {
    border-left: solid 1px #f7f8f8;
    border-right: solid 1px #f7f8f8;
    display: table;
  }
}

header #header .g_nav li {
  min-width: 25%;
  border-left: solid 1px #f7f8f8;
}

@media screen and (min-width: 768px) {
  header #header .g_nav li {
    display: table-cell;
  }

  header #header .g_nav li.block_for_sp {
    display: none;
  }
}

header #header .g_nav li a {
  color: #fff;
  display: block;
  padding: 10% 0;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header #header .g_nav li a {
    font-weight: 400;
    font-size: 14px;
    padding: 18px 0;
    width: 187.2px;
  }
}

@media screen and (min-width: 768px) {
  header #header .g_nav li:first-child {
    border: none;
  }
}

.drawer_hamburger {
  width: 40px;
  height: 40px;
  padding: 0 8px 8px;
  background-color: #141d31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 3.43% 0 0;
  top: 8px;
}

.drawer_hamburger:hover {
  background-color: #141d31;
}

@media screen and (min-width: 768px) {
  .drawer_hamburger {
    display: none;
  }
}

.drawer_hamburger_icon {
  position: relative;
  display: block;
  margin-top: 0;
  height: 3px;
  background-color: #fff;
}

.drawer_hamburger_icon:after {
  top: -8px;
  top: 8px;
  height: 3px;
  background-color: #fff;
}

.drawer_hamburger_icon:before {
  top: -8px;
  height: 3px;
  background-color: #fff;
}

.drawer_hamburger_sub {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.drawer_hamburger_sub img {
  vertical-align: bottom;
  width: 22px;
  margin: 0 auto;
}

.drawer__right.drawer_open .drawer_hamburger_icon {
  margin-top: 8px;
}

.drawer__right.drawer_open .drawer_hamburger {
  top: 9px;
  right: 9px;
  background-color: #141d31;
}

.drawer__right.drawer_open .drawer_hamburger_sub {
  display: none;
}

.drawer__right .drawer_nav {
  right: -69.6%;
}

.drawer_nav {
  background-color: #fff;
  text-align: left;
  width: 69.6%;
}

.sp_menu_logo {
  padding: 8px 49px 8px 14px;
  text-align: center;
}

.sp_menu_logo img {
  width: 150px;
  vertical-align: bottom;
  margin: 0;
}

.sp_drawer_banner_block01 {
  margin: 18px 10px;
}

.sp_drawer_banner_box01 {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f0efef;
}

.sp_drawer_banner_box01_lf {
  width: 47.8%;
  float: left;
}

.sp_drawer_banner_box01_ri {
  width: 47.8%;
  float: right;
}

.drawer_dropdown {
  padding: 0 10px;
}

.drawer_dropdown_menu {
  margin: 0;
}

.drawer_dropdown_menu li {
  border-bottom: 1px solid #141d31;
}

.drawer_dropdown_menu li a {
  display: block;
  line-height: 140%;
  padding: 11px 15px;
  font-size: 14px;
}

.sp_drawer_banner_block02 {
  margin: 15px 10px 0;
  padding: 14px 0 15px;
  border-top: 1px solid #f0efef;
}

.sp_drawer_shop_lf {
  width: 47.8%;
  float: left;
}

.sp_drawer_shop_ri {
  width: 47.8%;
  float: right;
}

.sp_drawer_banner02 {
  margin-top: 13px;
}

.side_sns_btn span,
.sp_drawer_banner02 span {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  text-align: center;
}

.sp_drawer_close_block {
  margin: 15px 10px 0;
  padding: 14px 0 15px;
  border-top: 1px solid #f0efef;
  text-align: center;
}

.sns-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -4px;
}

.sns-link img {
  width: 40px;
  margin: 0 auto;
}

.sns-link a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  padding: 1rem 0;
  margin: 0 4px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sns-link li {
  width: 33%;
}

.sns-line {
  background: #4bb535;
}

.sns-twitter {
  background: #3b9feb;
}

.sns-facebook {
  background: #4467ac;
}

.sns-instagram {
  background: #666968;
}

.fixed {
  position: fixed;
  overflow: auto;
  height: 100% !important;
}

@media only screen and (max-width: 420px) {
  .drawer_nav {
    background-color: #fff;
    text-align: left;
    width: 80%;
  }

  .drawer__right .drawer_nav {
    right: -80%;
  }
}

.searchFrame {
  position: relative;
}

.searchFrame .clear_btn {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}

.clear_btn {
  border-radius: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/shared/img/icon/icon_delete.png) no-repeat 0 0;
  background-size: 16px auto;
  cursor: pointer;
}

.drawer_fixed {
  overflow: auto;
  height: 100%;
}

.drawer_menu a.drawerLink {
  display: block;
  font-size: 15px;
  padding: 12px 20px 12px 36px;
  color: #f1f1f1;
  text-decoration: none;
  position: relative;
  background: url(/assets/shared/img/icon/menu_icon_list.png) no-repeat 11px center #141d31;
  background-size: 18px auto;
  border-bottom: 1px solid #fff;
}

a.drawerLink .drawer_caret01 {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sp_drawer_close_btn img {
  vertical-align: top;
  width: 80%;
  cursor: pointer;
  margin: 0 auto;
}

.top_search_block .searchFrame .clear_btn {
  right: 10px;
}

.cmn_matome {
  background-size: 100%;
  padding: 6.5% 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cmn_matome {
    padding: 40px 0;
  }
}

.cmn_matome .omatome_img {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .cmn_matome .omatome_img img {
    width: 45%;
  }
}

.cmn_matome .u_inner ._ttl,
.cmn_matome .cmn_item ul ._ttl,
.cmn_item .cmn_matome ul ._ttl,
.cmn_matome .cmn_shop .u_inner ._ttl,
.cmn_shop .cmn_matome .u_inner ._ttl {
  position: relative;
  font-size: 18px;
  text-align: center;
  color: #141d31;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._ttl,
  .cmn_matome .cmn_item ul ._ttl,
  .cmn_item .cmn_matome ul ._ttl,
  .cmn_matome .cmn_shop .u_inner ._ttl,
  .cmn_shop .cmn_matome .u_inner ._ttl {
    font-size: 36px;
  }
}

.cmn_matome .u_inner ._ttl > span,
.cmn_matome .cmn_item ul ._ttl > span,
.cmn_item .cmn_matome ul ._ttl > span,
.cmn_matome .cmn_shop .u_inner ._ttl > span,
.cmn_shop .cmn_matome .u_inner ._ttl > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._ttl > span,
  .cmn_matome .cmn_item ul ._ttl > span,
  .cmn_item .cmn_matome ul ._ttl > span,
  .cmn_matome .cmn_shop .u_inner ._ttl > span,
  .cmn_shop .cmn_matome .u_inner ._ttl > span {
    display: inline;
  }
}

.cmn_matome .u_inner ._ttl em,
.cmn_matome .cmn_item ul ._ttl em,
.cmn_item .cmn_matome ul ._ttl em,
.cmn_matome .cmn_shop .u_inner ._ttl em,
.cmn_shop .cmn_matome .u_inner ._ttl em {
  font-size: 22px;
  font-weight: 800;
  color: #c34056;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._ttl em,
  .cmn_matome .cmn_item ul ._ttl em,
  .cmn_item .cmn_matome ul ._ttl em,
  .cmn_matome .cmn_shop .u_inner ._ttl em,
  .cmn_shop .cmn_matome .u_inner ._ttl em {
    color: #c34056;
    font-size: 44px;
  }
}

.cmn_matome .u_inner ._ttl + p,
.cmn_matome .cmn_item ul ._ttl + p,
.cmn_item .cmn_matome ul ._ttl + p,
.cmn_matome .cmn_shop .u_inner ._ttl + p,
.cmn_shop .cmn_matome .u_inner ._ttl + p {
  margin-bottom: 10%;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._ttl + p,
  .cmn_matome .cmn_item ul ._ttl + p,
  .cmn_item .cmn_matome ul ._ttl + p,
  .cmn_matome .cmn_shop .u_inner ._ttl + p,
  .cmn_shop .cmn_matome .u_inner ._ttl + p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._up1,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._up1,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._up1,
.cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item .cmn_matome ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome .cmn_shop .u_inner ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_shop .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
.cmn_item .cmn_shop .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
.cmn_shop .cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up {
  padding: 0.15em 0 0.05em;
  background: #aeafb0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail ._up1,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._up1,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._up1,
  .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item .cmn_matome ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_item ul .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome ul .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_item .cmn_matome .cmn_shop .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .cmn_item ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .u_inner .cmn_item ul .cmn_matome_items ul li ._up,
  .cmn_item .cmn_shop .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_item .cmn_matome ul .u_inner .cmn_matome_items ul li ._up,
  .cmn_item .cmn_shop .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_item .cmn_matome .u_inner ul .cmn_matome_items ul li ._up,
  .cmn_matome .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up {
    font-size: 18px;
    margin: auto;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item,
.cmn_matome .cmn_item ul .cmn_matome_items ._item,
.cmn_item .cmn_matome ul .cmn_matome_items ._item,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item {
  padding-bottom: 10px;
  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;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .img_box,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .img_box,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .img_box,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item .img_box,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item .img_box {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .img_box,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .img_box,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .img_box,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item .img_box,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item .img_box {
    width: 250px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .img_box img,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .img_box img,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .img_box img,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item .img_box img,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item .img_box img {
  height: auto;
  width: auto;
  max-height: 300px;
  margin: auto;
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item .detail,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item .detail {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ._item .detail,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ._item .detail {
    width: 50%;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._name,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._name,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._name {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail ._name,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._name,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._name {
    font-size: 24px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._price1,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._price1,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._price1 {
  text-align: center;
  margin-bottom: 12%;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail ._price1,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._price1,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._price1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._item .detail ._price1 em,
.cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._price1 em,
.cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._price1 em {
  color: #cc0000;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail ._price1 em,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._price1 em,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._price1 em {
    font-size: 24px;
    margin: 0 2px;
  }
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._item .detail ._up1,
  .cmn_matome .cmn_item ul .cmn_matome_items ._item .detail ._up1,
  .cmn_item .cmn_matome ul .cmn_matome_items ._item .detail ._up1 {
    width: 300px;
    font-size: 24px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ._name1,
.cmn_matome .cmn_item ul .cmn_matome_items ._name1,
.cmn_item .cmn_matome ul .cmn_matome_items ._name1,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._name1,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._name1 {
  margin-bottom: 0.4em;
}

.cmn_matome .u_inner .cmn_matome_items ._price em,
.cmn_matome .cmn_item ul .cmn_matome_items ._price em,
.cmn_item .cmn_matome ul .cmn_matome_items ._price em,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ._price em,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ._price em {
  color: #cc0000;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ._price em,
  .cmn_matome .cmn_item ul .cmn_matome_items ._price em,
  .cmn_item .cmn_matome ul .cmn_matome_items ._price em,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ._price em,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ._price em {
    font-size: 16px;
    margin-left: 2px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ul,
.cmn_matome .cmn_item ul .cmn_matome_items ul,
.cmn_item .cmn_matome ul .cmn_matome_items ul,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul {
  margin-bottom: -3%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ul,
  .cmn_matome .cmn_item ul .cmn_matome_items ul,
  .cmn_item .cmn_matome ul .cmn_matome_items ul,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul {
    margin-top: 40px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ul li,
.cmn_matome .cmn_item ul .cmn_matome_items ul li,
.cmn_item .cmn_matome ul .cmn_matome_items ul li,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 7%;
  width: 42%;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ul li,
  .cmn_matome .cmn_item ul .cmn_matome_items ul li,
  .cmn_item .cmn_matome ul .cmn_matome_items ul li,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li {
    width: 20%;
  }
}

.cmn_matome .u_inner .cmn_matome_items ul li ._name,
.cmn_matome .cmn_item ul .cmn_matome_items ul li ._name,
.cmn_item .cmn_matome ul .cmn_matome_items ul li ._name,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._name,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._name {
  font-weight: 800;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner .cmn_matome_items ul li ._name,
  .cmn_matome .cmn_item ul .cmn_matome_items ul li ._name,
  .cmn_item .cmn_matome ul .cmn_matome_items ul li ._name,
  .cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._name,
  .cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.cmn_matome .u_inner .cmn_matome_items ul li ._up,
.cmn_matome .cmn_item ul .cmn_matome_items ul li ._up,
.cmn_item .cmn_matome ul .cmn_matome_items ul li ._up,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li ._up,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li ._up {
  width: 100%;
  position: relative;
  top: -20px;
}

.cmn_matome .u_inner .cmn_matome_items ul li img,
.cmn_matome .cmn_item ul .cmn_matome_items ul li img,
.cmn_item .cmn_matome ul .cmn_matome_items ul li img,
.cmn_matome .cmn_shop .u_inner .cmn_matome_items ul li img,
.cmn_shop .cmn_matome .u_inner .cmn_matome_items ul li img {
  width: 87.2%;
  margin: 0 auto;
  z-index: -1;
}

.cmn_matome .u_inner ._total,
.cmn_matome .cmn_item ul ._total,
.cmn_item .cmn_matome ul ._total,
.cmn_matome .cmn_shop .u_inner ._total,
.cmn_shop .cmn_matome .u_inner ._total {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total,
  .cmn_matome .cmn_item ul ._total,
  .cmn_item .cmn_matome ul ._total,
  .cmn_matome .cmn_shop .u_inner ._total,
  .cmn_shop .cmn_matome .u_inner ._total {
    padding-top: 50px;
  }
}

.cmn_matome .u_inner ._total ._total_inner,
.cmn_matome .cmn_item ul ._total ._total_inner,
.cmn_item .cmn_matome ul ._total ._total_inner,
.cmn_matome .cmn_shop .u_inner ._total ._total_inner,
.cmn_shop .cmn_matome .u_inner ._total ._total_inner {
  position: relative;
  background-color: #c2a36a;
}

.cmn_matome .u_inner ._total img,
.cmn_matome .cmn_item ul ._total img,
.cmn_item .cmn_matome ul ._total img,
.cmn_matome .cmn_shop .u_inner ._total img,
.cmn_shop .cmn_matome .u_inner ._total img {
  position: absolute;
  bottom: 0;
}

.cmn_matome .u_inner ._total .price,
.cmn_matome .cmn_item ul ._total .price,
.cmn_item .cmn_matome ul ._total .price,
.cmn_matome .cmn_shop .u_inner ._total .price,
.cmn_shop .cmn_matome .u_inner ._total .price {
  padding: 10px 20px 10px 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total .price,
  .cmn_matome .cmn_item ul ._total .price,
  .cmn_item .cmn_matome ul ._total .price,
  .cmn_matome .cmn_shop .u_inner ._total .price,
  .cmn_shop .cmn_matome .u_inner ._total .price {
    font-size: 18px;
    margin-top: 70px;
    padding: 20px 20px 20px 0;
  }
}

.cmn_matome .u_inner ._total .price p,
.cmn_matome .cmn_item ul ._total .price p,
.cmn_item .cmn_matome ul ._total .price p,
.cmn_matome .cmn_shop .u_inner ._total .price p,
.cmn_shop .cmn_matome .u_inner ._total .price p {
  color: #fff;
}

.cmn_matome .u_inner ._total .price p em,
.cmn_matome .cmn_item ul ._total .price p em,
.cmn_item .cmn_matome ul ._total .price p em,
.cmn_matome .cmn_shop .u_inner ._total .price p em,
.cmn_shop .cmn_matome .u_inner ._total .price p em {
  font-weight: 800;
  color: #fff;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total .price p em,
  .cmn_matome .cmn_item ul ._total .price p em,
  .cmn_item .cmn_matome ul ._total .price p em,
  .cmn_matome .cmn_shop .u_inner ._total .price p em,
  .cmn_shop .cmn_matome .u_inner ._total .price p em {
    font-size: 24px;
    margin: 0 2px;
  }
}

.cmn_matome .u_inner ._total .price p._price2,
.cmn_matome .cmn_item ul ._total .price p._price2,
.cmn_item .cmn_matome ul ._total .price p._price2,
.cmn_matome .cmn_shop .u_inner ._total .price p._price2,
.cmn_shop .cmn_matome .u_inner ._total .price p._price2 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total .price p._price2,
  .cmn_matome .cmn_item ul ._total .price p._price2,
  .cmn_item .cmn_matome ul ._total .price p._price2,
  .cmn_matome .cmn_shop .u_inner ._total .price p._price2,
  .cmn_shop .cmn_matome .u_inner ._total .price p._price2 {
    font-size: 16px;
  }
}

.cmn_matome .u_inner ._total .price p._up2,
.cmn_matome .cmn_item ul ._total .price p._up2,
.cmn_item .cmn_matome ul ._total .price p._up2,
.cmn_matome .cmn_shop .u_inner ._total .price p._up2,
.cmn_shop .cmn_matome .u_inner ._total .price p._up2 {
  font-size: 14px;
  top: 70%;
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total .price p._up2,
  .cmn_matome .cmn_item ul ._total .price p._up2,
  .cmn_item .cmn_matome ul ._total .price p._up2,
  .cmn_matome .cmn_shop .u_inner ._total .price p._up2,
  .cmn_shop .cmn_matome .u_inner ._total .price p._up2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cmn_matome .u_inner ._total .price p._up2 em,
  .cmn_matome .cmn_item ul ._total .price p._up2 em,
  .cmn_item .cmn_matome ul ._total .price p._up2 em,
  .cmn_matome .cmn_shop .u_inner ._total .price p._up2 em,
  .cmn_shop .cmn_matome .u_inner ._total .price p._up2 em {
    font-size: 40px;
    margin: 0 2px;
  }
}

.cmn_item ._txt {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cmn_item ._txt {
    font-size: 18px;
  }
}

.cmn_item ul {
  text-align: center;
  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;
  padding: 10px 6px !important;
}

@media screen and (min-width: 768px) {
  .cmn_item ul {
    width: 640px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto !important;
  }
}

.cmn_item ul li {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 6%;
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .cmn_item ul li {
    padding: 14px;
  }
}

.cmn_item ul li p {
  margin-top: 20%;
  border-radius: 0.4em;
  background: #afafaf;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 2px 0 0;
}

@media screen and (min-width: 768px) {
  .cmn_item ul li p {
    font-size: 14px;
  }
}

.cmn_item ul li ._small {
  letter-spacing: -2px;
}

.cmn_item ul li img {
  width: 100%;
  height: auto;
}

.cmn_shop {
  padding-top: 20px;
}

.cmn_shop ul {
  text-align: center;
  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;
}

.cmn_shop ul li {
  position: relative;
  width: 50%;
  vertical-align: middle;
  margin-bottom: 20px;
  padding-top: 24px;
}

.cmn_shop ul li .cmn_shop_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: 2;
}

.cmn_shop ul li .cmn_shop_box ._ttl {
  font-weight: 800;
  font-size: 16px;
  position: absolute;
  top: -5px;
  width: 100%;
}

.cmn_shop ul li .cmn_shop_box .cmn_shop_img {
  display: block;
}

.cmn_shop ul li .cmn_shop_box .cmn_shop_img img {
  width: 85%;
  margin: 0 auto 0.5em;
}

.cmn_shop ul li .cmn_shop_box ._addr {
  font-size: 12px;
  height: 82px;
}

.cmn_shop ul li .cmn_shop_box ._addr small {
  display: block;
  margin-top: 0.5em;
  font-size: 10px;
}

.cmn_shop ul li .cmn_shop_box ._tel {
  border: 2px solid #cecaca;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 4px;
  padding: 4px 8px;
}

.cmn_shop ul li .cmn_shop_box ._tel img {
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
  width: 12px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .cmn_shop ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 48%;
  }

  .cmn_shop ul li .cmn_shop_link {
    height: 80%;
  }

  .cmn_shop ul li .cmn_shop_box .cmn_shop_img img {
    width: 100%;
    margin: 0;
  }

  .cmn_shop ul li .cmn_shop_box.text {
    text-align: left;
    padding: 10px;
    background-color: #f7f8f8;
    width: 260px;
  }

  .cmn_shop ul li .cmn_shop_box.text ._ttl {
    font-size: 20px;
    margin-bottom: 6px;
    position: static;
  }

  .cmn_shop ul li .cmn_shop_box.text ._addr {
    font-size: 14px;
    line-height: 1.4;
  }

  .cmn_shop ul li .cmn_shop_box.text ._addr small {
    font-size: 12px;
  }

  .cmn_shop ul li .cmn_shop_box.text ._tel {
    border: none;
    bottom: 10px;
    font-size: 22px;
    margin-left: 4px;
    margin-top: -4px;
    padding: 0 4px;
    position: absolute;
    width: 250px;
  }

  .cmn_shop ul li .cmn_shop_box.text a {
    text-decoration: none;
  }
}

.cmn_shop ul li:last-child {
  margin-bottom: 0;
}

.cmn_contact {
  padding: 0;
  max-width: 500px;
}

.cmn_contact li:not(:last-child) {
  margin-bottom: 2.7%;
}

.cmn_faq {
  font-size: 14px;
}

/* faq-accordion */

.faq-accordion {
  margin: 2em 0;
  padding: 0;
}

.faq-accordion label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 6px;
  color: #fff;
  font-weight: 800;
  background: #141d31;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq-accordion label {
    font-size: 18px;
    padding: 20px;
  }
}

.faq-accordion label:after {
  content: "";
  background-image: url("/assets/shared/img/cmn/icon/cmn_icon_open.png");
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 6px;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .faq-accordion label:after {
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.faq-check:checked + label:after {
  content: "";
  background-image: url("/assets/shared/img/cmn/icon/cmn_icon_close.png");
}

.faq-accordion label:hover {
  background: #141d31;
}

.faq-accordion input {
  display: none;
}

.faq-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.faq-check:checked + label + .faq-show {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
}

.faq-show-inner {
  padding: 8px 8px 0 8px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
  .faq-show-inner {
    font-size: 16px;
    padding: 20px 20px 10px 20px;
  }
}

/* for FireFox */

@-moz-document url-prefix()  {
  .faq-show-inner {
    text-justify: inter-character;
  }
}

.faq-show-inner p,
.faq-show-inner dd,
.faq-show-inner ol {
  padding-bottom: 10px;
}

.faq-show-inner a {
  color: #c34056;
  display: block;
  font-weight: 800;
  text-decoration: underline;
}

.faq-show-inner span {
  font-size: 12px;
}

.faq-show-inner dl {
  padding: 10px 0;
}

.faq-show-inner dt {
  font-weight: 800;
}

.faq-show-inner dd a {
  text-align: right;
}

.side {
  position: relative;
}

.sidebar {
  width: 200px;
  position: absolute;
  padding: 0 10px;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    width: 240px;
  }
}

.sidebar * {
  font-size: 14px;
}

.sidebar .frm_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar ._inner {
  background: #fff;
  padding: 10px;
}

.side_search {
  padding-bottom: 30px;
  border-bottom: solid 1px #cecaca;
  margin-bottom: 25px;
}

.side_search .side_search_txt {
  font-size: 12px;
}

.side_search input[type="text"] {
  width: 115px;
  border: solid 1px #cecaca;
  vertical-align: middle;
  margin-right: 1px;
}

.side_search input[type="image"] {
  width: 45px;
  border: solid 1px #cecaca;
  vertical-align: middle;
}

@media screen and (min-width: 1024px) {
  .side_search input[type="text"] {
    width: 149px;
  }
}

.side_line {
  border-bottom: solid 1px #cecaca;
  padding-bottom: 25px;
}

.side_navi {
  margin-bottom: 30px;
}

.side_navi li {
  border-bottom: solid 1px #cecaca;
  padding: 20px 0 10px;
}

.side_menu {
  margin-bottom: 40px;
}

.side_brand p,
.side_menu p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.side_menu li {
  margin-bottom: 10px;
  padding: 0 5px;
}

.side_menu a {
  display: block;
}

.side_menu a:before {
  background: url("/assets/shared/img/icon/cmn_icon_arrow.png") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
}

.side_menu_other_link {
  text-align: right;
  font-size: 12px;
}

.side_menu_other_link a {
  font-size: 12px;
}

.side_brand {
  margin-bottom: 25px;
}

.side_brand li {
  display: block;
  margin-bottom: 10px;
}

.side_brand a {
  border: 1px solid #cecaca;
  display: block;
}

.side_brand img {
  margin: 0 auto;
  width: 140px;
}

.side_brand.logo_border_none a {
  border: none;
}

.side_brand.logo_border_none img {
  width: auto;
}

.side_brand .side_menu_other_link a {
  border: none;
  display: block;
  font-size: 12px;
}

.side_tel {
  border-top: solid 1px #cecaca;
  border-bottom: solid 1px #cecaca;
  padding: 10px 0 5px;
  text-align: center;
  margin-bottom: 30px;
}

.side_bn p {
  margin-bottom: 25px;
}

.f_contact {
  text-align: center;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  height: 399px;
}

.f_contact .f_contact_bg {
  position: absolute;
  width: 100%;
  z-index: -100;
}

.f_contact .u_inner,
.f_contact .cmn_matome .u_inner,
.cmn_matome .f_contact .u_inner,
.f_contact .cmn_item ul,
.cmn_item .f_contact ul,
.f_contact .cmn_shop .u_inner,
.cmn_shop .f_contact .u_inner {
  padding-top: 65px;
}

.f_contact ._tel {
  margin-bottom: 26px;
}

.f_contact ._tel img {
  display: inline-block;
}

.f_contact .f_contact_btn_box {
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.f_contact .f_contact_btn_box li {
  display: inline-block;
  padding: 0 21px;
  width: 46%;
}

.f_contact .f_contact_btn_box img {
  width: 400px;
  height: auto;
  vertical-align: top;
}

footer {
  background: #f7f8f8;
}

footer #page_top {
  padding: 3% 0 2.5%;
  border-top: solid 1px #cecaca;
}

footer #page_top img {
  margin: 0 auto;
  width: 10.45%;
}

footer .f_top {
  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;
  position: relative;
  padding: 10px;
}

footer .f_top .pagetop img {
  opacity: 1;
}

footer .f_logo {
  font-weight: 800;
  text-align: center;
  width: 40%;
}

@media screen and (min-width: 768px) {
  footer .f_logo {
    padding-top: 6px;
    position: relative;
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  footer .f_logo span {
    position: absolute;
    width: 150px;
    left: 40px;
    top: 0;
  }
}

footer .f_secom {
  width: 10.7%;
}

footer .footer-info {
  text-align: right;
  width: 60%;
}

@media screen and (min-width: 768px) {
  footer .footer-info {
    width: 970px;
  }
}

footer .footer-info img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: auto;
}

footer .footer-info img.small {
  width: 36px;
  margin-right: 10px;
}

footer .f_copy {
  padding: 2% 0 105px;
}

@media screen and (min-width: 768px) {
  footer .f_copy {
    padding-bottom: 160px;
  }
}

footer .f_copy img {
  margin: 0 auto;
  width: 3.8em;
}

footer .fix_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  max-width: 640px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  footer .fix_footer {
    max-width: none;
  }
}

footer .fix_footer ul {
  width: 100%;
  padding: 5px 0 0;
}

footer .fix_footer li {
  width: 31.4%;
  float: left;
  margin-left: 1.6%;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  footer #footer {
    margin: 0 auto;
    max-width: 1140px;
  }
}

footer #footer ul.f_menu {
  border-top: solid 1px #cecaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu {
    padding: 20px 0 60px 30px;
  }
}

footer #footer ul.f_menu > li {
  border-bottom: solid 1px #cecaca;
  width: 50%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footer ul.f_menu > li:nth-child(2n+1) {
  border-right: solid 1px #cecaca;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li:nth-child(2n+1) {
    border: none;
    margin-bottom: 10px;
  }
}

footer #footer ul.f_menu > li > a {
  display: block;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li {
    border: none;
    width: 25%;
  }
}

footer #footer ul.f_menu > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  padding: 1em 1em 0.8em;
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  footer #footer ul.f_menu > li .inner {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li .inner {
    padding: 0;
  }
}

footer #footer ul.f_menu > li .inner img {
  display: inline-block;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 20px;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li .inner img {
    width: 24px;
    height: 24px;
  }
}

footer #footer ul.f_menu > li .inner .comment {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li .inner .comment {
    font-size: 10px;
    padding-right: 30px;
  }
}

footer #footer ul.f_menu > li.f_nav_site {
  display: none;
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li.f_nav_site {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  footer #footer ul.f_menu > li .f_nav_site_sub {
    padding-left: 30px;
  }
}

.breadcrumb {
  font-size: 12px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    border-top: 1px solid #cecaca;
    margin-top: 20px;
  }
}

.breadcrumb ul {
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  .breadcrumb ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 1140px;
  }
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 4px;
}

.breadcrumb li:last-child:after {
  content: "";
}

.key_visual_wrapper {
  background: url(/assets/shared/img/cmn_bg_main.jpg);
  width: 100%;
}

.key_visual {
  background-size: cover;
  height: 185px;
}

.key_visual .text_content {
  width: 68%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.key_visual .text_content ._ttl {
  font-size: 16px;
  line-height: 1.5;
}

.key_visual .text_content ._ttl span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .key_visual .text_content ._ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .key_visual .text_content ._ttl span {
    font-size: 42px;
    letter-spacing: 6px;
  }
}

.key_visual .text_content p span {
  font-size: 12px;
}

.key_visual .text_content p span.strong {
  background: #c34056;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 8px;
  margin: 10px 0;
}

@media screen and (min-width: 768px) {
  .key_visual .text_content p span {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .key_visual .text_content p span.strong {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 10px 30px;
  }
}

@media screen and (min-width: 768px) {
  .key_visual .text_content {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .key_visual {
    height: 470px;
  }
}

.results_area {
  padding: 0 0 25px;
}

.results_area .cmn_ttl span {
  display: inline-block;
}

.results_slide_block {
  margin: 17px 0 18px;
  padding: 0 5px;
}

.results_slide_in {
  padding: 0 5px;
}

.results_slide_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results_slide_date {
  border-right: 1px solid #dddddd;
}

.results_slide_date,
.results_slide_store {
  text-align: center;
  font-size: 12px;
  background: #aaaaaa;
  color: #fff;
  width: 50%;
  padding: 2px 0 3px;
}

@media screen and (min-width: 768px) {
  .results_slide_date,
  .results_slide_store {
    font-size: 14px;
  }
}

.results_slide_box {
  background: #fff;
  border: 1px solid #dddddd;
  clear: both;
  padding: 0;
  position: relative;
}

.results_slide_img {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.results_slide_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0 auto;
  width: auto;
  height: 140px;
}

@media screen and (min-width: 768px) {
  .results_slide_img img {
    height: 180px;
  }
}

.results_slide_ttl {
  background: #141d31;
  text-align: center;
  font-size: 14px;
  color: #fff;
  max-height: 68px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .results_slide_ttl {
    font-size: 16px;
  }
}

.results_slide_txt {
  font-size: 12px;
  padding: 4px;
  max-height: 48px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .results_slide_txt {
    font-size: 14px;
    height: 60px;
  }
}

.results_slide_price {
  color: #302019;
  font-size: 12px;
  padding: 4px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .results_slide_price {
    font-size: 14px;
  }
}

.results_slide_price .price_txt {
  padding-left: 10px;
  font-size: 16px;
  color: #cc0000;
}

@media screen and (min-width: 768px) {
  .results_slide_price .price_txt {
    font-size: 16px;
  }
}

.results_slide_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.kuchikomi_area {
  padding: 20px 0;
  background: #f7f8f8;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .kuchikomi_area {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}

.kuchikomi_block {
  margin-bottom: 20px;
}

.kuchikomi_ttl_block {
  margin-bottom: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kuchikomi_ttl_block {
    height: 30px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .kuchikomi_ttl_block {
    margin-bottom: 20px;
  }
}

.kuchikomi_ttl {
  color: #141d31;
  font-size: 14px;
  font-weight: 800;
  margin-right: 130px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .kuchikomi_ttl {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-right: 300px;
  }
}

.kuchikomi_name {
  background: #aaaaaa;
  color: #fff;
  position: absolute;
  font-size: 11px;
  margin-left: 3px;
  padding: 4px 5px 3px;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .kuchikomi_name {
    font-size: 16px;
    padding: 4px 8px;
    width: 300px;
  }
}

.kuchikomi_info_img_left {
  width: 25%;
  float: left;
  padding-top: 12px;
}

.kuchikomi_info_img_right {
  width: 25%;
  float: right;
  padding-top: 12px;
  text-align: right;
}

.kuchikomi_info_left {
  width: 74%;
  float: left;
}

.kuchikomi_info_right {
  width: 74%;
  float: right;
}

.kuchikomi_info_box {
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #d2d1d1;
  padding: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .kuchikomi_info_box {
    font-size: 16px;
  }
}

.kuchikomi_info_fukidashi_left {
  position: absolute;
  top: 20px;
  left: -15px;
  width: 15px;
}

.kuchikomi_info_fukidashi_left:after {
  content: '';
  position: absolute;
  left: -3px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.kuchikomi_info_fukidashi_left:before {
  content: '';
  position: absolute;
  left: -6px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #d2d1d1;
  border-bottom: 10px solid transparent;
}

.kuchikomi_info_fukidashi_right {
  position: absolute;
  top: 20px;
  right: -15px;
  width: 15px;
}

.kuchikomi_info_fukidashi_right:after {
  content: '';
  position: absolute;
  right: -3px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.kuchikomi_info_fukidashi_right:before {
  content: '';
  position: absolute;
  right: -6px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid #d2d1d1;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.content_row:not(.padding_side) .u_inner,
.content_row:not(.padding_side) .cmn_matome .u_inner,
.cmn_matome .content_row:not(.padding_side) .u_inner,
.content_row:not(.padding_side) .cmn_item ul,
.cmn_item .content_row:not(.padding_side) ul,
.content_row:not(.padding_side) .cmn_shop .u_inner,
.cmn_shop .content_row:not(.padding_side) .u_inner {
  max-width: 900px;
}

a.icon_text_btn {
  background-color: #fff;
  border: 2px solid #f0efef;
  display: inline-block;
  font-weight: 800;
  padding: 5px;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  a.icon_text_btn {
    font-size: 18px;
    padding: 5px 14px;
  }
}

a.icon_text_btn img {
  display: inline-block;
  width: 24px;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a.icon_text_btn img {
    width: 30px;
  }
}

.simple_heading {
  font-size: 18px;
  margin: 14px 0;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .simple_heading {
    font-size: 24px;
  }
}

.simple_heading_line:after {
  background: #cecaca;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .simple_heading_line:after {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .shop_about {
    padding: 30px 0;
  }
}

.shop_about .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.shop_about .access span {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .shop_about .access span {
    font-size: 16px;
  }
}

.shop_about .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop_about .other .other_contents {
  margin-bottom: 5px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .shop_about .other .other_contents {
    font-size: 16px;
    margin-right: 20px;
  }
}

.shop_about .other .other_contents.time {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .shop_about .other .other_contents.time {
    width: auto;
  }
}

.shop_about .other .other_contents .icon {
  background-color: #141d31;
  color: #fff;
  padding: 3px 6px;
  margin-right: 4px;
  font-weight: 400;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .shop_about .other .other_contents .icon {
    margin-right: 8px;
    padding: 3px 9px;
  }
}

.shop_in {
  padding: 20px 0;
}

.shop_in_lead_ttl {
  font-size: 12px;
  text-align: center;
  margin-bottom: 12px;
}

.shop_in_lead_ttl span {
  color: #c34056;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .shop_in_lead_ttl {
    font-size: 20px;
  }
}

.shop_in_lead_txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shop_in_lead_txt {
    font-size: 16px;
  }
}

.shop_in_kaitori_info li {
  width: 29.8%;
  float: left;
  margin-left: 2%;
}

.shop_in_kaitori_info .image {
  max-width: 176px;
  max-height: 168px;
  border: 1px solid #f0efef;
  text-align: center;
  margin-bottom: 9px;
}

.shop_in_kaitori_info .image img {
  max-width: 100%;
  max-height: 166px;
  display: inline-block;
  vertical-align: top;
  padding: 1px 0;
}

.shop_in_kaitori_info .ttl {
  font-size: 10px;
  color: #aeafb0;
  line-height: 1.6rem;
  text-align: center;
  margin-bottom: 9px;
}

.shop_in_kaitori_info .ttl a {
  font-size: 10px;
  color: #aeafb0;
}

.shop_in_kaitori_info .txt_box {
  font-size: 10px;
  line-height: 140%;
  text-align: center;
}

.shop_in_kaitori_info .txt_box .price {
  color: #cc0000;
}

.shop_in_kaitori_info_block .shop_in_kaitori_info_ttl_wrapper {
  padding: 0 10px;
}

.shop_in_kaitori_info_block .shop_in_kaitori_info_ttl_wrapper .shop_in_kaitori_info_ttl {
  background: #c34056;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shop_in_kaitori_info_block .shop_in_kaitori_info_ttl_wrapper .shop_in_kaitori_info_ttl {
    font-size: 20px;
  }
}

.shop_in_kaitori_info_block .shop_in_kaitori_info_ttl_wrapper .shop_in_kaitori_info_ttl span {
  font-weight: 800;
}

.shop_in_kaitori_info_block .cmn_btn {
  background-color: #fff;
}

.shop_in_map {
  text-align: center;
}

.shop_in_map address {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .shop_in_map address {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.shop_in_map .shop_map_out_btn {
  margin-top: 25px;
}

.shop_in_map .gmap_size {
  width: 100%;
  height: 300px;
}

.shop_in_data_area {
  background: #f7f8f8;
  padding: 17px 0;
}

.shop_in_data_area .u_inner,
.shop_in_data_area .cmn_matome .u_inner,
.cmn_matome .shop_in_data_area .u_inner,
.shop_in_data_area .cmn_item ul,
.cmn_item .shop_in_data_area ul,
.shop_in_data_area .cmn_shop .u_inner,
.cmn_shop .shop_in_data_area .u_inner {
  max-width: 640px;
}

.shop_in_data_img {
  width: 28.5%;
  float: left;
}

.shop_in_data_info {
  width: 67.1%;
  float: right;
}

.shop_in_data_ttl {
  font-weight: 800;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9px;
  margin-bottom: 15px;
}

.shop_in_data_tbl {
  width: 100%;
}

.shop_in_data_tbl th {
  width: 26.2%;
  text-align: left;
  vertical-align: top;
  color: #6e6e6e;
}

.shop_in_data_tbl td {
  vertical-align: top;
  color: #333333;
}

.shop_in_map_area {
  padding: 20px 0 24px;
}

.shop_in_access_area {
  padding: 20px 0 24px;
  background: #eceff4;
}

.shop_in_access_tbl,
.shop_in_access_car_tbl,
.shop_in_detail_tbl {
  width: 100%;
  background: #fff;
}

.shop_in_access_tbl td,
.shop_in_access_car_tbl td,
.shop_in_detail_tbl td,
.shop_in_access_tbl th,
.shop_in_access_car_tbl th,
.shop_in_detail_tbl th {
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}

.shop_in_access_tbl th,
.shop_in_access_car_tbl th,
.shop_in_detail_tbl th {
  background-color: #cecaca;
  color: #fff;
  border-right: 2px solid;
  border-bottom: 1px solid;
}

.shop_in_access_tbl td,
.shop_in_access_car_tbl td,
.shop_in_detail_tbl td {
  border-bottom: 1px solid;
}

.shop_in_access_tbl {
  font-size: 14px;
  margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .shop_in_access_tbl {
    font-size: 16px;
  }
}

.shop_in_access_tbl th {
  border-color: #eceff4;
  width: 71.1%;
  vertical-align: middle;
}

.shop_in_access_tbl td {
  border-color: #eceff4;
  padding: 5px 15px 3px;
  text-align: right;
  vertical-align: middle;
}

.shop_in_access_tab_block .tabnavi_menu {
  display: table;
  width: 94.6%;
  margin: 0 auto;
  font-weight: 800;
}

.shop_in_access_tab_block .tabnavi_menu a {
  width: 48%;
  display: table-cell;
  font-size: 10px;
  line-height: 100%;
  padding: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  background: #141d31;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .shop_in_access_tab_block .tabnavi_menu a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.shop_in_access_tab_block .tabnavi_menu a.active {
  background-color: #fff;
  color: #141d31;
}

.shop_in_access_tab_block .tabnavi_menu span {
  width: 4%;
  display: table-cell;
  line-height: 100%;
  padding: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.shop_in_access_tab_block .tabcontent {
  background: #fff;
  padding: 20px 10px;
}

.shop_in_access_tab_block .tabcontent .tab02 {
  display: none;
}

.shop_in_access_view li .shop_in_access_view_img {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.shop_in_access_view li .shop_in_access_view_img img {
  vertical-align: top;
  min-width: 100%;
}

.shop_in_access_view li .shop_in_access_view_txt {
  text-align: center;
  padding: 0 10px 24px;
}

.shop_in_access_view li .shop_in_access_view_txt span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .shop_in_access_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .shop_in_access_view li {
    width: 32%;
  }

  .shop_in_access_view li .shop_in_access_view_img {
    position: relative;
  }

  .shop_in_access_view li .shop_in_access_view_img.arrow:before {
    position: absolute;
    top: 36%;
    left: -18%;
    width: 22px;
    height: 3em;
    background: url("/assets/shared/img/icon/dlv_img_arrow01.png") no-repeat;
    background-size: 100%;
    content: '';
  }

  .shop_in_access_view li .shop_in_access_view_txt {
    text-align: left;
  }

  .shop_in_access_view li .shop_in_access_view_txt span {
    display: inline;
  }
}

.shop_in_access_car_area {
  padding: 20px 0 24px;
}

.shop_in_access_car_tbl {
  margin: 20px 0;
}

.shop_in_access_car_tbl * {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shop_in_access_car_tbl * {
    font-size: 16px;
  }
}

.shop_in_access_car_tbl th {
  width: 55%;
  border-color: #fff;
}

.shop_in_access_car_tbl td {
  vertical-align: top;
  border-color: #fff;
  background-color: #f7f8f8;
}

.shop_in_access_car_tbl td.bg01 {
  background: #fafafa;
}

.shop_in_access_car_txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shop_in_access_car_txt {
    font-size: 16px;
  }
}

.shop_in_detail_tbl {
  margin-bottom: 20px;
}

.shop_in_detail_tbl * {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .shop_in_detail_tbl * {
    font-size: 16px;
  }
}

.shop_in_detail_tbl th {
  width: 30%;
  border-color: #eceff4;
}

.shop_in_detail_tbl td {
  border-color: #fff;
  border-color: #eceff4;
}

.cmn_voice {
  padding-bottom: 7%;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .cmn_voice {
    min-height: 500px;
  }
}

.cmn_voice ._ttl {
  color: #141d31;
  font-size: 20px;
  margin: 1.5em 0 0.5em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cmn_voice ._ttl {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}

.cmn_voice ._ttl span {
  background: #afafaf;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 6px;
}

@media screen and (min-width: 768px) {
  .cmn_voice ._ttl span {
    font-size: 18px;
    padding: 2px 8px;
  }
}

.cmn_voice .cmn_voice_lead {
  background: #fff;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 0 0 0.2em #f0efef;
          box-shadow: 0 0 0 0.2em #f0efef;
  font-size: 14px;
  margin: 10px 0 20px 0;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .cmn_voice .cmn_voice_lead {
    font-size: 18px;
    margin: 20px 0;
    padding: 20px;
  }
}

.cmn_voice ._img {
  float: right;
  width: 27%;
  max-width: 200px;
  margin-left: 1em;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .cmn_voice ._img {
    float: left;
    margin: 0;
  }
}

.cmn_voice ._img span {
  display: block;
  padding: 0.6em 0 0.5em;
  text-align: center;
}

.cmn_voice ._img + p {
  margin-bottom: 4%;
}

@media screen and (min-width: 768px) {
  .cmn_voice ._img + p {
    font-size: 16px;
    padding: 14px;
  }
}

.key_visual {
  background-image: url(/assets/shared/img/key_visual/hachioji_img_main.jpg);
}

@media screen and (min-width: 768px) {
  .key_visual {
    background-image: url(/assets/shared/img/key_visual/hachioji_img_main_pc.jpg);
  }
}

.cmn_voice {
  min-height: 300px;
}
