@charset "UTF-8";
/* ============================================= */
/* [hitodumajo Style] CSS Document               */
/* date.Jul.2015                                 */
/* Ver.1.0.2                                     */
/*
================================================ */
/**
 * Eric Meyer's Reset CSS v2.0 (https://meyerweb.com/eric/tools/css/reset/)
 * https://cssreset.com
 */
@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:700,300");
@import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.desktop .contents,
.tablet .contents {
  width: 76.99%;
  padding: 0 1% 2% 1%;
  float: right;
}
.desktop .side-a,
.tablet .side-a {
  width: 0%;
  display: none;
}
.desktop .side-b,
.tablet .side-b {
  width: 23.01%;
  display: block;
}
.mobile .contents {
  margin: 0 auto;
}
.mobile .side-a {
  width: 100%;
}
.mobile .side-b {
  width: 100%;
}
.mobile .page_preview .contents,
.mobile .campaign_preview .contents,
.mobile .campaign_list_preview .contents {
  width: 100%;
  padding: 0;
}
.mobile .page_preview .side-a,
.mobile .campaign_preview .side-a,
.mobile .campaign_list_preview .side-a {
  width: 100%;
}
.mobile .page_preview .side-b,
.mobile .campaign_preview .side-b,
.mobile .campaign_list_preview .side-b {
  width: 100%;
}
.tablet .contents {
  margin-bottom: 5%;
  width: 76.99%;
  padding: 0 1% 0 1%;
  float: right;
}
.tablet .side-a {
  width: 0%;
  display: none;
}
.tablet .side-b {
  width: 23.01%;
  display: block;
  padding: 0 0 0 1%;
}
.tablet.portrait .container, .tablet.landscape .container {
  max-width: 100%;
  min-width: 100%;
}
.tablet.portrait .header {
  max-width: 100%;
  min-width: 100%;
}
.tablet.portrait .index h1 {
  padding: 5px;
}
.tablet.portrait .index .header {
  height: auto;
}
.tablet.portrait .index .facade {
  margin: 50px auto 20px;
}
.tablet.portrait .index .facade .branding {
  top: 25%;
  left: 30%;
}
.tablet.portrait .blog_list-area .archive-area,
.tablet.portrait .blog_post-area .archive-area {
  width: 42%;
}
.tablet.portrait .blog_list-area .blog_article-list,
.tablet.portrait .blog_post-area .blog_article-list {
  width: 58%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.flex-layout {
  width: auto;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.flex-layout img {
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.flex-layout ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-layout li {
  max-width: 100%;
  margin: 4px;
  text-align: center;
  overflow: hidden;
  flex: auto;
}
.flex-layout li p {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.list-disc {
  list-style-type: disc;
}
.list-disc li {
  margin-left: 10px;
}
.js-clickable {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.js-clickable:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.frame-area {
  width: 98%;
  margin: 1%;
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.desktop .split2 {
  width: 48%;
  float: left;
  margin: 0 1% 30px !important;
}
.tablet .split2 {
  width: 48%;
  float: left;
  margin: 0 1% 30px !important;
}
html {
  background-color: white;
  overflow: auto;
}
a {
  text-decoration: none;
  color: #c0272d;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a.text-link {
  text-decoration: underline;
}
.header-height {
  margin-top: -65px;
}
.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1130px;
  min-width: 1130px;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 100%;
  overflow: hidden;
  word-break: break-all;
}
.common_mr_bt {
  margin-bottom: 10px;
}
.unit {
  margin: 0 0 15px 0;
  overflow: hidden;
}
.button-bar a {
  display: inline-block;
  padding: 5px 10px 5px 0;
  text-decoration: underline;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
}
.border-content {
  padding: 5%;
}
video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.info_link_list {
  max-width: 96%;
  margin: 0 10% 5%;
}
.info_link_list img {
  width: 100%;
}
.info_link_list .text_link {
  border: 1px solid;
  padding: 6px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 5px;
}
.info_link_list .text_link a {
  display: block;
}
.top_banner img {
  width: 100%;
}
@font-face {}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'icomoon';
  src: url("(../css/font/icomoon.eot?-zi9h48");
  src: url("../css/font/icomoon.eot?#iefix-zi9h48") format("embedded-opentype"), url("../css/font/icomoon.ttf?-zi9h48") format("truetype"), url("../css/font/icomoon.woff?-zi9h48") format("woff"), url("../css/font/icomoon.svg?-zi9h48#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-sun:before {
  content: "\e601";
}
.icon-tori:before {
  content: "\e600";
}
@font-face {
  src: url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
}
html {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  word-break: normal;
  letter-spacing: 0.05rem;
}
.header,
.nav,
.g-nav,
.side-nav,
.footer {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo UI, "メイリオ", Meiryo, sans-serif;
}
h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #42210b;
}
h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
.heading-1 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  letter-spacing: 1;
}
.heading-2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #42210b;
  padding: 5px 0 5px 20px;
  background-image: url(../img/h2-bg.png);
  background-repeat: no-repeat;
}
.heading-3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #c0272d;
  padding: 0 0 10px 0;
  padding: 0 0 1rem 0;
  font-weight: 700;
}
.heading-4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #c0272d;
  padding: 0 0 10px 10px;
  padding: 0 0 1rem 1rem;
  font-weight: 700;
  border-bottom: 1px dotted #c0272d;
}
.heading-5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #961e23;
}
.heading-6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #961e23;
  padding: 10px 0 20px 10px;
  padding: 1rem 0 2rem 1rem;
  font-weight: 700;
  border-bottom: 1px dotted #808080;
}
.heading-7 {
  margin: 5px 0;
  color: #c0272d;
  padding: 8px;
  font-weight: bold;
  border-bottom: 1px dotted #c0272d;
  border-top: 1px dotted #c0272d;
}
.heading-8 {
  margin: 5px 0;
  color: #c0272d;
  padding: 8px;
  font-weight: bold;
  border-bottom: 1px dotted #c0272d;
  border-top: 1px dotted #c0272d;
  color: #c0272d;
}
.heading-8 a {
  color: #c0272d;
  text-decoration: underline;
}
.heading-8.btn-tgl {
  background-color: #961e23;
  color: white;
}
.heading-8.noactive {
  background-color: #9d4a4d;
}
.heading-9 {
  background-color: inherit;
  padding: 15px 0;
  border-bottom: 1px dotted white;
  color: white;
}
.heading-10 {
  padding: 7px 10px;
  border-bottom: 1px solid #42210b;
  color: #c0272d;
  font-weight: bold;
}
.heading-bold {
  font-weight: bold;
  color: #222222;
}
.heading-btn-1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.heading-btn-2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.collapse-child .title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.heading-banner {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #808080;
}
input, select, textarea {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo UI, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
}
.consent-matters .check {
  font-size: 18px;
  font-size: 1.8rem;
}
.completion_text {
  line-height: 18px;
  line-height: 1.8rem;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.srash-a:after {
  content: '/';
  margin: 0 0.5em;
}
.srash-b:before {
  content: '/';
  margin: 0 0.5em;
}
.req {
  color: #c9302c;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title {
  font-weight: bold;
}
.name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: bold;
}
.size {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.comment {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.att {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.att-comment {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.att-time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.data {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.age {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.sat {
  color: #4589d8;
}
.sun {
  color: #ff0031;
}
.input-note {
  padding: 10px 0 0 0;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chuui {
  color: #c0272d;
  width: 100%;
  display: block;
  border: 1px solid #f00;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
}
.mobile .heading-2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: 0;
  background: #bca186;
  margin-bottom: 2%;
  padding: 1% 0 1% 1.5%;
  color: white;
}
.mobile .heading-3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  border-bottom: 1px solid #42210b;
  background: #bca186;
  padding: 0 2% 1% 2%;
  margin: 0 0 15px 0;
}
.mobile .heading-4 {
  padding: 2% 0 1%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.mobile .heading-5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.mobile .report-contents .heading-2,
.mobile .reply .heading-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0 2% 1% 0%;
  background: none;
}
.tablet.portrait .heading-3,
.tablet.portrait .heading-2, .tablet.landscape .heading-3,
.tablet.landscape .heading-2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  width: 100%;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #42210b;
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tablet.portrait .heading-2, .tablet.landscape .heading-2 {
  background-image: url(../img/h2-bg.png);
}
.header {
  max-width: 1130px;
  width: 100%;
  height: 230px;
  color: white;
  background-image: url(../img/head_back.jpg);
  z-index: -1;
  background-repeat: no-repeat;
}
.branding {
  width: 285px;
  display: table-cell;
  position: relative;
  left: 2%;
  z-index: 1;
}
.branding img {
  width: 100%;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.headerinfo {
  position: relative;
}
.headerinfo div {
  float: left;
}
.headerinfo .heading-1 {
  padding: 15px 5px;
  color: white;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.headerinfo .heading-2-gate {
  position: absolute;
  top: 62px;
  left: 330px;
  width: 590px;
  text-align: center;
  padding: 5px 0;
  color: white;
  background-color: rgba(66, 33, 11, 0.7);
  border: #42210b 2px solid;
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.headerinfo .shopinfo {
  width: 65%;
  height: 88px;
}
.headerinfo .shop-time {
  width: 43%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.headerinfo .shop-phone {
  width: 38%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: right;
}
.headerinfo .shop-phone .phonenum:before {
  content: "TEL.";
}
.headerinfo .qr-area {
  position: absolute;
  top: 34px;
  right: 80px;
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
}
.headerinfo .qr-area p {
  text-align: center;
}
.headerinfo .qr-area canvas {
  margin: 5px 5px 2px;
}
.tablet .header {
  max-width: inherit;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tablet .index .branding {
  padding: 0;
}
.tablet .index .branding img {
  width: 100%;
  padding: inherit;
}
.tablet .branding img {
  width: 60%;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.tablet .shopinfo {
  padding: 1rem 0 0;
  width: 17%;
  vertical-align: middle;
  display: table-cell;
  position: inherit;
}
.tablet .shopinfo .shop-time {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.tablet .shopinfo .shop-phone {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: left;
}
.tablet .shopinfo .shop-phone .phonenum:before {
  content: "TEL.";
}
.tablet .header-height {
  margin-top: -65px;
}
@media screen and (min-width: 600px) {
  .tablet .branding {
    width: 50%;
    left: 1%;
  }
  .tablet .headerinfo .heading-2-gate {
    top: 50px;
    left: 35%;
    width: 43%;
  }
  .tablet .headerinfo .qr-area {
    position: absolute;
    top: 34px;
    right: 5%;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .tablet .branding {
    width: 45%;
    height: auto;
    display: inline-block;
    max-width: 100%;
  }
  .tablet .headerinfo .heading-2-gate {
    top: 72px;
    left: 32%;
    width: 50%;
  }
  .tablet .headerinfo .qr-area {
    position: absolute;
    right: 4%;
  }
}
.g-nav {
  width: 100%;
  text-align: center;
}
.g-nav li {
 width: calc(100% / 7);
 width : 14.28%;
 width : -webkit-calc(100% / 7);
  float: left;
  height: 57px;
  vertical-align: middle;
  background-image: url(../img/g-nabi-bg1.png);
  background-size: 100% 100%;
}
.g-nav li a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
.g-nav li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.g-nav li span {
  display: block;
}
.g-nav li:hover {
  background-image: url(../img/g-nabi-bg2.png);
}
.fixed-nav {
  max-width: 1130px;
  padding: 1% 0;
  display: block;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 9998;
  background-color: rgba(255, 255, 255, 0.97);
  opacity: 0.97;
  top: 0;
}
.tablet.portrait .g-nav li, .tablet.landscape .g-nav li {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tablet.portrait .g-nav li a, .tablet.landscape .g-nav li a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
}
.tablet.portrait .g-nav li a:hover, .tablet.landscape .g-nav li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
.tablet.portrait .g-nav li:hover, .tablet.landscape .g-nav li:hover {
  background-image: url(../img/g-nabi-bg2.png);
}
.tablet.portrait .fixed-nav, .tablet.landscape .fixed-nav {
  max-width: inherit;
}
@media screen and (min-width: 600px) {
  .tablet .g-nav li span {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .tablet .g-nav li span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer {
  background: url(../img/footer-bg.png) no-repeat #e8ceba;
  background-position: 85% 50%;
  color: #42210b;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-top: #42210b 5px solid;
  padding: 25px 30px 10px;
}
.footer a {
  color: #42210b;
}
.footer .footerinfo {
  width: 100%;
  float: left;
}
.footer .footerinfo .shopinfo {
  text-align: right;
  width: 265px;
  height: auto;
  vertical-align: inherit;
  left: 0;
  position: inherit;
}
.footer .footerinfo .shop-phone {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.footer .footerinfo .shop-phone p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 500;
  text-align: right;
}
.footer .footerinfo .shop-phone p:before {
  content: "TEL.";
  float: inherit;
}
.footer .footerinfo .shop-phone p span {
  width: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 8px;
}
.footer .footerinfo .shop-time {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.footer .footerinfo .shop-time p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-left: 20px;
}
.footer .footerinfo .shop-time p.caution {
  font-size: 11px;
  font-size: 1.1rem;
}
.footer .footerinfo .footnav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
}
.footer .ft-nav {
  float: left;
  width: 70%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.footer .ft-nav li {
  width: 25%;
  display: inline;
  margin: 0 0 10px 0;
  float: left;
}
.footer .ft-nav li a:before {
  padding-right: 5px;
  content: "\f138";
  font-family: FontAwesome;
}
.footer .copyright {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  clear: both;
}
/* ============================================= */
/* Button CSS                                    */
/* ============================================= */
.split1.button {
  width: 80%;
  margin: 1% auto;
  display: inherit;
}
.inquiry_completion-area .split1,
.recruit_form_completion-area .split1,
.recruit_staff_form_completion-area .split1,
.reserve_completion-area .split1,
.form_temp_completion .split1,
.simulator-area .split1 {
  margin: 25px 20% 50px;
  width: 60%;
}
.enter-btn {
  padding: 2%;
  background-color: white;
  color: #c0272d;
}
.enter-btn a {
  color: white;
  display: block;
  border: white 1px solid;
}
.default {
  background-color: #c0272d;
}
.inverse {
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  border: none;
  margin: 0 1% 5px;
  text-align: center;
  display: block;
  background: #bca186;
}
.inverse a {
  color: white;
  display: block;
}
.inverse .input_bt {
  background: inherit;
  border: white 1px solid;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
}
.inverse .input_bt:hover {
  background-color: #d7c7b7;
  cursor: pointer;
}
.inverse:hover {
  background-color: #d7c7b7;
  color: white;
  cursor: pointer;
}
.disable {
  background-color: #c8c8c8 !important;
  cursor: default;
}
.disable:hover {
  position: relative;
  top: 0px;
}
.disable a {
  cursor: default;
  pointer-events: none;
  color: gray;
}
.disable a:hover {
  opacity: 1.0;
}
.inverse-b {
  color: #c0272d;
  background-color: transparent;
}
.inverse-b a {
  color: #c0272d;
}
.btn-search {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-search:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 0;
  color: white;
  padding-right: 5px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl {
  padding: 15px 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: 0 1px 0 #693962;
}
.btn-tgl:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl.active:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl.noactive:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.resserve {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.resserve:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  padding: 4px 0;
  color: white;
  padding-right: 5px;
  vertical-align: middle;
}
.arrow-after:after {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 0;
  color: white;
  padding-right: 5px;
  right: 0;
  position: absolute;
  width: 20px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.arrow-after:after {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.arrow-before {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.arrow-before:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 0;
  color: white;
  padding-right: 5px;
  vertical-align: middle;
}
.arrow-before:before {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.disable-action {
  pointer-events: none;
}
@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../font/LigatureSymbols-2.11.woff") format("woff"), url("../font/LigatureSymbols-2.11.ttf") format("truetype"), url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
/*----------------- button core -----------------*/
.button {
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  border: none;
  margin: 0 1% 5px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.button a {
  color: white;
  display: block;
  border: white 1px solid;
}
.button .input_bt {
  background-color: transparent;
  border: white 1px solid;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
  cursor: pointer;
 font-family: FontAwesome;
}
.button .input_bt:hover {
  background-color: #dd575c;
}
.button:hover {
  cursor: pointer;
}
.button:hover {
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}
.inquiry_confirm-area .button a,
.recruit_form_confirm-area .button a,
.recruit_staff_form_confirm-area .button a,
.reserve_confirm-area .button a,
.form_temp_confirm .button a {
  border: none;
}
/*------------------------------------------
// Core style start
// not change -> color is site-color
----------------------------------------- */
/* normal */
.button {
  position: relative;
  background-color: #c0272d;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.button:hover {
  background-color: #dd575c;
}
.button:active {
  box-shadow: none;
}
.heading-btn-1 {
  display: block;
  border: white 1px solid;
  color: white;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-btn-1 span {
  font-size: 13px;
  font-size: 1.3rem;
}
.heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "閉じる \A0 \f139";
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-align: right;
  display: inherit;
}
.active .heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.heading-btn-2 {
  margin-bottom: 0;
  color: #42210b;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-btn-2:after {
  font-family: 'FontAwesome';
  content: "閉じる \A0 \f139";
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #844216;
}
.active .heading-btn-2:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #844216;
}
.bt-color-glay {
  background-color: #bca186;
  box-shadow: 0 3px 0 #bcbcbc;
}
.bt-color-glay:hover {
  background-color: #efefef;
  box-shadow: 0 3px 0 #d5d5d5;
}
.gate-shop {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border: 1px solid #c0272d;
}
.gate-shop:hover {
  background-color: #FFFFFF;
  box-shadow: none;
}
.gate-shop a {
  color: #c0272d;
  border: transparent;
  box-shadow: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.gate-shop a:hover {
  background-color: transparent;
  box-shadow: none;
}
.banner-brock {
  width: 98%;
  margin: 0 1% 20px;
  padding: 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 5px;
}
.banner-brock .heading-3 {
  margin-bottom: 0;
}
.banner-brock li {
  border-bottom: 1px dotted #42210b;
}
.banner-brock li a img, .banner-brock li p img {
  width: auto;
}
.banner-brock li a p, .banner-brock li p p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .banner-brock {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: #c0272d;
  }
  .banner-brock li {
    border-bottom: 1px dotted white;
  }
  .banner-brock li a {
    margin: 0;
    color: white;
  }
  .banner-brock li a img {
    width: 100%;
  }
  .banner-brock li p {
    color: white;
  }
  .banner-brock li p img {
    width: 100%;
  }
}
.side .shop-rank li, .side .cp-rank-list {
  counter-increment: rankmark;
  border: 1px solid #e8ceba;
  border-radius: 5px;
}
.side .shop-rank li .pic img, .side .cp-rank-list .pic img {
  width: 100%;
}
.side .shop-rank li:before, .side .cp-rank-list:before {
  content: "第\0020\0020" counter(rankmark) "\0020\0020位";
  display: inline-block;
  width: 100%;
  background: #e84d60;
  padding: 5px 0 5px;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;
}
.side .shop-rank li.rank1, .side .rank1.cp-rank-list {
  background: #bfaf57;
  background: #fff4b6;
  background: -moz-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff4b6), color-stop(100%, #a39234));
  background: -webkit-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -o-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -ms-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: linear-gradient(to bottom, #fff4b6 0%, #a39234 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}
.side .shop-rank li.rank1:before, .side .rank1.cp-rank-list:before {
  background: #fff4b6;
  background: -moz-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff4b6), color-stop(100%, #a39234));
  background: -webkit-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -o-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: -ms-linear-gradient(top, #fff4b6 0%, #a39234 100%);
  background: linear-gradient(to bottom, #fff4b6 0%, #a39234 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  background-image: url(../img/ranking1_bg.png);
  padding: 20px 0 10px;
  font-weight: bold;
  text-shadow: 0 -1px 0px #FFF, -1px 0 0px #FFF, 1px 0 0px #FFF, 0 1px 0px #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.side .shop-rank li.rank2, .side .rank2.cp-rank-list {
  background: #b7b7b7;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #767676 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #767676));
  background: -webkit-linear-gradient(top, white 0%, #767676 100%);
  background: -o-linear-gradient(top, white 0%, #767676 100%);
  background: -ms-linear-gradient(top, white 0%, #767676 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}
.side .shop-rank li.rank2:before, .side .rank2.cp-rank-list:before {
  background: #b7b7b7;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #767676 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #767676));
  background: -webkit-linear-gradient(top, white 0%, #767676 100%);
  background: -o-linear-gradient(top, white 0%, #767676 100%);
  background: -ms-linear-gradient(top, white 0%, #767676 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  background-image: url(../img/ranking2_bg.png);
  padding: 20px 0 10px;
  font-weight: bold;
  text-shadow: 0 -1px 0px #FFF, -1px 0 0px #FFF, 1px 0 0px #FFF, 0 1px 0px #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.side .shop-rank li.rank3, .side .rank3.cp-rank-list {
  background: #c76541;
  background: #ffb59a;
  background: -moz-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb59a), color-stop(100%, #98330e));
  background: -webkit-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -o-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -ms-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: linear-gradient(to bottom, #ffb59a 0%, #98330e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
}
.side .shop-rank li.rank3:before, .side .rank3.cp-rank-list:before {
  background: #c76541;
  background: #ffb59a;
  background: -moz-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb59a), color-stop(100%, #98330e));
  background: -webkit-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -o-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: -ms-linear-gradient(top, #ffb59a 0%, #98330e 100%);
  background: linear-gradient(to bottom, #ffb59a 0%, #98330e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  background-image: url(../img/ranking3_bg.png);
  padding: 20px 0 10px;
  font-weight: bold;
  text-shadow: 0 -1px 0px #FFF, -1px 0 0px #FFF, 1px 0 0px #FFF, 0 1px 0px #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
}
.side .shop-rank li .name, .side .cp-rank-list .name {
  margin: 5px;
  text-align: center;
}
.side .shop-rank li .listinfo, .side .cp-rank-list .listinfo {
  background-color: white;
  padding: 5px;
  width: 96%;
  margin: 0 2% 2%;
}
.side .cp-newcomer-list, .side .recommend-list {
  float: none;
  background-color: white;
  padding: 5px;
  margin: 5px;
}
.side .cp-newcomer-list img, .side .recommend-list img {
  width: 100%;
  height: auto;
}
.side .cp-newcomer-list .pic, .side .recommend-list .pic {
  width: 36%;
  float: left;
  padding-bottom: 10px;
}
.side .cp-newcomer-list .text, .side .recommend-list .text {
  width: 64%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .cp-newcomer-list .pic_none, .side .recommend-list .pic_none {
  width: 100%;
}
.side .cp-newcomer-list .name, .side .recommend-list .name, .side .cp-newcomer-list .age, .side .recommend-list .age {
  color: #c0272d;
}
.side .cp-newcomer-list a .title, .side .recommend-list a .title {
  color: #c0272d;
  text-decoration: underline;
}
.side .cp-newcomer-list a:hover .title, .side .recommend-list a:hover .title {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.side .cp-newcomer-list .date, .side .recommend-list .date {
  font-size: 10px;
  font-size: 1rem;
}
.side .cp-newcomer-list .extract, .side .recommend-list .extract {
  height: 56px;
  overflow: hidden;
}
.info_link_list {
  max-width: 96%;
  margin: 0 2%;
}
.info_link_list img {
  width: 100%;
}
.info_link_list .text_link {
  border: 1px solid;
  padding: 6px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.88);
  text-align: center;
  margin-bottom: 5px;
}
.info_link_list .text_link a {
  display: block;
}
.mobile .info_link_list {
  width: 96%;
  margin: 0 2% 20px;
}
.side .list-area.topics-area .date {
  display: block;
  width: 100%;
  border-bottom: 1px solid #42210b;
  margin-bottom: 5px;
}
.side .list-area.topics-area li {
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: inherit;
}
.side .list-area.topics-area li a {
  padding: 5px;
  color: #c0272d;
}
.side .list-area.topics-area .no_link {
  padding: 5px;
}
.mobile .list-area.topics-area .date {
  display: block;
  width: 100%;
  border-bottom: 1px solid #42210b;
  margin-bottom: 5px;
}
.mobile .list-area.topics-area li {
  background-color: white;
  margin-bottom: 10px;
}
.mobile .list-area.topics-area li a {
  color: #c0272d;
}
.mobile .list-area.topics-area h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: 0;
  background: #bca186;
  margin-bottom: 2%;
  padding: 1% 0 1% 1.5%;
  color: white;
  font-weight: bold;
}
.mobile .top .list-area.topics-area ul {
  padding: 5px;
}
.mobile .side .list-area.topics-area h2 {
  margin: 0 0 2% 0;
  padding: 10px 0;
  background-image: none;
  line-height: 18px;
  line-height: 1.8rem;
  border-bottom: 0;
  background: #bca186;
  font-weight: bold;
  color: #42210b;
}
.side {
  float: left;
  margin-bottom: 50px;
}
.side h2 {
  line-height: 18px;
  line-height: 1.8rem;
  color: #42210b;
  background-image: url(../img/sidebar-h2-bg.jpg);
  text-align: center;
  font-weight: bold;
  padding: 7px 0;
  margin: 20px 0;
}
.side .button {
  width: 100%;
  margin: 0;
}
.side .shop-rank li {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.side .shop-rank li .name {
  border: 1px solid #42210b;
  padding: 5px 0;
  margin: 5px 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.side .shop-rank li .date, .side .shop-rank li .text {
  border-radius: 5px;
  background-color: #c0272d;
  color: white;
  text-align: center;
  padding: 5px;
}
.side .shop-rank li .date {
  margin-bottom: 5px;
}
.side .cp-rank-list {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
  background-color: white;
  margin-bottom: 10px;
  line-height: 0;
}
.side .cp-rank-list .name {
  text-align: left;
  margin: 0;
}
.side .cp-rank-list .date {
  margin: 0;
  font-size: 10px;
  font-size: 1rem;
}
.side .cp-rank-list .pic {
  width: 36%;
  float: left;
}
.side .cp-rank-list .text {
  padding: 0 2%;
  width: 61%;
  float: left;
}
.side .cp-rank-list .button {
  width: 96%;
  margin: 2% 2% 10px;
}
.side .cp-rank-list .js-clickable {
  width: 96%;
  margin: 0 2%;
  overflow: hidden;
  background-color: white;
}
.side .cp-newcomer-list .pic {
  width: 36%;
  float: left;
}
.side .cp-newcomer-list .text {
  padding: 0 2%;
  width: 64%;
  float: left;
}
.side .banner {
  width: 96%;
  margin: 0 2%;
}
.side .banner img {
  width: 100%;
}
.side .list-area-group {
  overflow: hidden;
  background-color: #e8ceba;
}
.side .list-area-group .side-link-motto {
  width: 96%;
  text-align: center;
  margin: 15px 2% 0 2%;
}
.side .list-area-group .side-link-motto a {
  color: #c0272d;
  text-decoration: underline;
}
.side .list-area ul {
  margin: 5px;
  overflow: hidden;
  background: white;
}
.side .list-area li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 0 5px 2px;
  padding: 0.2rem 1.5rem 0 0.3rem;
  border-bottom: 1px solid #bca186;
}
.side .list-area li:hover a {
  color: #42210b;
}
.side .list-area li a {
  padding: 0.75rem 1.5rem 0.75rem 0;
  display: block;
  width: 100%;
}
.side .list-area li .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #e84d60;
  color: white;
  text-align: center;
}
.side .list-area li:last-child {
  border-bottom: inherit;
}
.side .contents-area li {
  background-color: white;
  overflow: hidden;
}
.side .contents-area li:honer {
  background-color: transparent;
}
.side .contents-area h2 {
  overflow: hidden;
}
.side .contents-area h2 span {
  float: right;
  color: #42210b;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2px 6px;
}
.side .media-area {
  width: 100%;
  margin-bottom: 15px;
}
.side .media-area ul {
  padding: 0;
}
.side .media-area li {
  border: none;
  padding: 0;
}
.side .name {
  font-weight: bold;
  color: #c0272d;
}
.side .age {
  color: #222222;
}
.side .freeside-area li {
  border: none;
  margin: 5px;
  text-align: center;
}
.side .freeside-area .twitter-timeline {
  display: none;
}
.side .side-brand_logo {
  width: 30%;
  height: auto;
  margin: 30px auto;
}
.side .side-brand_logo img {
  width: 100%;
}
.mobile .side {
  margin: 40px 0 0 0;
}
.mobile .side .unit {
  margin-bottom: 20px;
}
.mobile .side h2 {
  margin: 0 0 2% 0;
  padding: 10px 0;
  background-color: #bca186;
  background-image: none;
}
.mobile .side .side-brand_logo {
  width: 16%;
  margin: 0 auto 20px;
}
.mobile .side .side-brand_logo a {
  display: block;
}
.mobile .side .side-brand_logo a:after {
  font-family: 'FontAwesome';
  content: "\f0aa";
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
  width: 100%;
  text-align: center;
}
.mobile .side .list-area,
.mobile .side .contents-area {
  width: 100%;
  margin: 0 0 40px 0;
}
.mobile .side .list-area.banner-brock,
.mobile .side .contents-area.banner-brock {
  margin: 0;
  padding: 0;
}
.mobile .side .list-area.banner-brock a,
.mobile .side .contents-area.banner-brock a {
  color: #c0272d;
  text-decoration: underline;
  padding: 1rem 0;
}
.mobile .side .list-area.banner-brock a:after,
.mobile .side .contents-area.banner-brock a:after {
  content: normal;
}
.mobile .side .shop-rank li .name {
  border: none;
}
.mobile .side .shop-rank li .name a {
  border: 1px solid #42210b;
  padding: 5px 0;
  margin: 5px 2% 0px;
  width: 96%;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.mobile .side .shop-rank li .phonenum {
  padding: 0;
}
.mobile .side .shop-rank li .phonenum a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  color: white;
}
.mobile .side .shop-rank li .phonenum a:before {
  content: "\F098";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 0;
  color: white;
  padding-right: 10px;
  vertical-align: middle;
}
.mobile .side .cp-rank-list .button {
  margin-bottom: 2%;
}
.mobile .side .cp-rank-list .text {
  padding: 2%;
}
.mobile .side .cp-rank-list .name {
  font-size: 16px;
  font-size: 1.6rem;
}
.mobile .side .cp-rank-list .date {
  font-size: 14px;
  font-size: 1.4rem;
}
.mobile .side .cp-newcomer-list .name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.mobile .side .cp-newcomer-list .date {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.mobile .side .banner {
  margin-bottom: 40px;
}
.side .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #e84d60;
  color: white;
  text-align: center;
}
.side .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #e84d60;
  color: white;
  text-align: center;
}
.side .sub-nav li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  border: none;
  text-align: center;
  background: #aca2fb;
  background: -moz-radial-gradient(center, ellipse cover, #aca2fb 0%, #66559f 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #aca2fb), color-stop(100%, #66559f));
  background: -webkit-radial-gradient(center, ellipse cover, #aca2fb 0%, #66559f 100%);
  background: -o-radial-gradient(center, ellipse cover, #aca2fb 0%, #66559f 100%);
  background: -ms-radial-gradient(center, ellipse cover, #aca2fb 0%, #66559f 100%);
  background: radial-gradient(ellipse at center, #aca2fb 0%, #66559f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  margin-bottom: 3px;
}
.side .sub-nav li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #42210b;
}
@media only screen and (max-width: 768px) {
  .side .sub-nav li {
    background: none;
    text-align: left;
  }
  .side .sub-nav li a {
    background-color: #c0272d;
    color: white;
    border-radius: 4px;
    box-shadow: 0 3px 0 #961e23;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    width: 92%;
    padding: 1.5rem 2.0rem 1.5rem 1rem;
    margin: 0 4% 10px;
  }
  .side .sub-nav li a:after {
    font-family: 'FontAwesome';
    content: "\f138";
    float: right;
    margin-right: -1.0rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .side .sub-nav li .ic-new {
    background-color: #e84d60;
  }
}
.side .imasugu-side-list {
  float: none;
  background-color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
.side .imasugu-side-list img {
  width: 100%;
  height: auto;
}
.side .imasugu-side-list .pic {
  width: 40%;
  float: left;
  padding-bottom: 10px;
}
.side .imasugu-side-list .name, .side .imasugu-side-list .age {
  color: #c0272d;
}
.side .imasugu-side-list .text {
  width: 60%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .imasugu-side-list a .title {
  color: #c0272d;
  text-decoration: underline;
}
.side .imasugu-side-list a:hover .title {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.side .imasugu-side-list .date {
  font-size: 10px;
  font-size: 1rem;
}
.side .imasugu-side-list .extract {
  height: 56px;
  overflow: hidden;
}
.side .imasugu-side-list .pic_none {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .side .imasugu-side-list {
    border-radius: 0;
    padding: 0 0 5px 0;
    margin: 0 2% 15px;
    border: 1px solid #844216;
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
    margin: 0 2% 10px;
    width: 96%;
  }
  .side .imasugu-side-list .text {
    width: 56%;
    margin: 10px 2% 5px;
  }
  .side .imasugu-side-list .pic {
    padding-bottom: 0;
  }
  .side .imasugu-side-list .button {
    width: 96%;
    margin: 2% 2%;
  }
}
.side .okusama-blog-list {
  float: none;
  background-color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
.side .okusama-blog-list .button {
  width: 96%;
  height: 33px;
  margin: 0 auto 7px;
}
.side .okusama-blog-list img {
  width: 100%;
  height: auto;
}
.side .okusama-blog-list .pic {
  width: 40%;
  float: left;
  padding-bottom: 10px;
}
.side .okusama-blog-list .name, .side .okusama-blog-list .age {
  color: #c0272d;
}
.side .okusama-blog-list .text {
  width: 60%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .okusama-blog-list a .title {
  color: #c0272d;
  text-decoration: underline;
}
.side .okusama-blog-list a:hover .title {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.side .okusama-blog-list .date {
  font-size: 10px;
  font-size: 1rem;
}
.side .okusama-blog-list .extract {
  height: 56px;
  overflow: hidden;
}
.side .okusama-blog-list .pic_none {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .side .okusama-blog-list {
    border-radius: 0;
    padding: 0 0 5px 0;
    margin: 0 2% 15px;
    border: 1px solid #844216;
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
    margin: 0 2% 10px;
    width: 96%;
  }
  .side .okusama-blog-list .text {
    width: 56%;
    margin: 10px 2% 5px;
  }
  .side .okusama-blog-list .pic {
    padding-bottom: 0;
  }
  .side .okusama-blog-list .button {
    width: 96%;
    margin: 2% 2%;
  }
}
.side .cp-newcomer-list, .side .recommend-list {
  float: none;
  background-color: white;
  padding: 5px;
  margin: 5px;
}
.side .cp-newcomer-list img, .side .recommend-list img {
  width: 100%;
  height: auto;
}
.side .cp-newcomer-list .pic, .side .recommend-list .pic {
  width: 36%;
  float: left;
  padding-bottom: 10px;
}
.side .cp-newcomer-list .text, .side .recommend-list .text {
  width: 64%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .cp-newcomer-list .pic_none, .side .recommend-list .pic_none {
  width: 100%;
}
.side .cp-newcomer-list .name, .side .recommend-list .name, .side .cp-newcomer-list .age, .side .recommend-list .age {
  color: #c0272d;
}
.side .cp-newcomer-list a .title, .side .recommend-list a .title {
  color: #c0272d;
  text-decoration: underline;
}
.side .cp-newcomer-list a:hover .title, .side .recommend-list a:hover .title {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.side .cp-newcomer-list .date, .side .recommend-list .date {
  font-size: 10px;
  font-size: 1rem;
}
.side .cp-newcomer-list .extract, .side .recommend-list .extract {
  height: 56px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .side .recommend-list {
    border-radius: 0;
    padding: 0 0 5px 0;
    margin: 0 2% 15px;
    border: 1px solid #844216;
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
    margin: 0 2% 10px;
    width: 96%;
  }
  .side .recommend-list .text {
    width: 56%;
    margin: 10px 2% 5px;
  }
  .side .recommend-list .pic {
    padding-bottom: 0;
  }
  .side .recommend-list .button {
    width: 96%;
    margin: 2% 2%;
  }
}
.breadcrumbs {
  margin: 15px 0 8px;
  width: 100%;
  list-style: none;
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.breadcrumbs li {
  margin: 0;
  display: inline-block;
}
.breadcrumbs li.root:after {
  content: " >";
  margin-right: 5px;
}
.breadcrumbs li a {
  color: #c0272d;
  text-decoration: underline;
}
.tablet .breadcrumbs {
  margin: 2% 0 1% 1%;
}
/* ============================================= */
/* Button CSS                                    */
/* ============================================= */
.split1.button {
  width: 80%;
  margin: 1% auto;
  display: inherit;
}
.inquiry_completion-area .split1,
.recruit_form_completion-area .split1,
.recruit_staff_form_completion-area .split1,
.reserve_completion-area .split1,
.form_temp_completion .split1,
.simulator-area .split1 {
  margin: 25px 20% 50px;
  width: 60%;
}
.enter-btn {
  padding: 2%;
  background-color: white;
  color: #c0272d;
}
.enter-btn a {
  color: white;
  display: block;
  border: white 1px solid;
}
.default {
  background-color: #c0272d;
}
.inverse {
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  border: none;
  margin: 0 1% 5px;
  text-align: center;
  display: block;
  background: #bca186;
}
.inverse a {
  color: white;
  display: block;
}
.inverse .input_bt {
  background: inherit;
  border: white 1px solid;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
}
.inverse .input_bt:hover {
  background-color: #d7c7b7;
  cursor: pointer;
}
.inverse:hover {
  background-color: #d7c7b7;
  color: white;
  cursor: pointer;
}
.disable {
  background-color: #c8c8c8 !important;
  cursor: default;
}
.disable:hover {
  position: relative;
  top: 0px;
}
.disable a {
  cursor: default;
  pointer-events: none;
  color: gray;
}
.disable a:hover {
  opacity: 1.0;
}
.inverse-b {
  color: #c0272d;
  background-color: transparent;
}
.inverse-b a {
  color: #c0272d;
}
.btn-search {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-search:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 0;
  color: white;
  padding-right: 5px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl {
  padding: 15px 0;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: 0 1px 0 #693962;
}
.btn-tgl:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl.active:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.btn-tgl.noactive:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
  color: white;
  padding-right: 15px;
  right: 0;
  position: absolute;
  width: 17px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}
.resserve {
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.resserve:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-size: 17px;
  font-size: 1.7rem;
  padding: 4px 0;
  color: white;
  padding-right: 5px;
  vertical-align: middle;
}
.arrow-after:after {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 0;
  color: white;
  padding-right: 5px;
  right: 0;
  position: absolute;
  width: 20px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.arrow-after:after {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.arrow-before {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.arrow-before:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 0;
  color: white;
  padding-right: 5px;
  vertical-align: middle;
}
.arrow-before:before {
  top: calc(50% - 1.25rem);
  z-index: 1;
}
.disable-action {
  pointer-events: none;
}
@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"), url("../font/LigatureSymbols-2.11.woff") format("woff"), url("../font/LigatureSymbols-2.11.ttf") format("truetype"), url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
/*----------------- button core -----------------*/
.button {
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 30px;
  line-height: 3rem;
  border: none;
  margin: 0 1% 5px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.button a {
  color: white;
  display: block;
  border: white 1px solid;
/* padding: 10px;*/
}
.button .input_bt {
  background-color: transparent;
  border: white 1px solid;
  color: white;
  display: block;
  margin: 0 auto;
  padding: 1%;
  width: 100%;
  cursor: pointer;
}
.button .input_bt:hover {
  background-color: #dd575c;
}
.button:hover {
  cursor: pointer;
}
.button:hover {
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}
.inquiry_confirm-area .button a,
.recruit_form_confirm-area .button a,
.recruit_staff_form_confirm-area .button a,
.reserve_confirm-area .button a,
.form_temp_confirm .button a {
  border: none;
}
/*------------------------------------------
// Core style start
// not change -> color is site-color
----------------------------------------- */
/* normal */
.button {
  position: relative;
  background-color: #c0272d;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.button:hover {
  background-color: #dd575c;
}
.button:active {
  box-shadow: none;
}
.heading-btn-1 {
  display: block;
  border: white 1px solid;
  color: white;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-btn-1 span {
  font-size: 13px;
  font-size: 1.3rem;
}
.heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "閉じる \A0 \f139";
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  text-align: right;
  display: inherit;
}
.active .heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
}
.heading-btn-2 {
  margin-bottom: 0;
  color: #42210b;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-btn-2:after {
  font-family: 'FontAwesome';
  content: "閉じる \A0 \f139";
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #844216;
}
.active .heading-btn-2:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  float: right;
  font-size: 16px;
  font-size: 1.6rem;
  color: #844216;
}
.bt-color-glay {
  background-color: #bca186;
  box-shadow: 0 3px 0 #bcbcbc;
}
.bt-color-glay:hover {
  background-color: #efefef;
  box-shadow: 0 3px 0 #d5d5d5;
}
.gate-shop {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border: 1px solid #c0272d;
}
.gate-shop:hover {
  background-color: #FFFFFF;
  box-shadow: none;
}
.gate-shop a {
  color: #c0272d;
  border: transparent;
  box-shadow: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.gate-shop a:hover {
  background-color: transparent;
  box-shadow: none;
}
.error_404 .contents {
  width: 100%;
  padding: 0;
}
.error_404 .unit {
  margin: 0 0 100px 0;
}
.error_404 .footer {
  margin-top: 50px;
  background-color: white;
  color: #42210b;
  border: none;
  background-image: none;
}
.error_404 .footer .ft-nav {
  float: none;
  width: auto;
  text-align: center;
  margin-bottom: 50px;
}
.error_404 .footer .ft-nav li {
  float: none;
  width: auto;
  margin: 10px 10px;
}
.error_404 .footer .ft-nav a {
  color: #c0272d;
}
.error_404 .description {
  margin: 10px auto;
  width: 96%;
}
.error_404 .description p {
  padding: 5px 0;
}
.error_404 .copyright {
  background-color: white;
}
.error_404 .header {
  position: static !important;
  background-color: transparent !important;
  background-image: none;
  height: auto;
  margin: 15px 0;
  color: #c0272d;
}
.error_404 .facade {
  position: relative;
}
.error_404 .facade .branding {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 298px;
  max-width: 44%;
}
.error_404 .facade img {
  width: 100%;
}
.error_404 .custom-area {
  padding-top: 0;
}
.error_404 .brand_link-area {
  text-align: center;
  margin: 80px 0;
}
.error_404 .entrance {
  margin: 3rem 0;
  height: auto;
  width: 100%;
  position: relative;
}
.error_404 .entrance .enter {
  text-align: center;
  width: 35%;
  margin-left: 100px;
}
.error_404 .entrance .enter img {
  max-width: 150px;
  min-width: 80px;
  left: 40%;
}
.error_404 .entrance .enter img img {
  max-width: 40px;
  min-width: 40px;
}
.error_404 .entrance .enter p {
  font-size: 26px;
  font-size: 2.6rem;
}
.error_404 .entrance .enter p span {
  font-size: 11px;
  font-size: 1.1rem;
}
.error_404 .entrance .enter a {
  color: white;
  padding: 14px 0;
}
.error_404 .entrance .under18 {
  text-align: center;
  position: absolute;
  left: 40%;
}
.error_404 .entrance .under18 img {
  max-width: 40px;
  min-width: 40px;
}
.error_404 .entrance .exit {
  text-align: center;
  position: absolute;
  text-align: left;
  right: 0%;
  top: 10px;
  width: 40%;
}
.error_404 .entrance .exit img {
  max-width: 45px;
  min-width: 35px;
  position: absolute;
  left: -55px;
}
.error_404 .entrance .exit a {
  color: #c9302c;
}
.error_404 .info-area {
  background-color: #c0272d;
  border-radius: 6px;
  padding: 3%;
}
.error_404 .info-area h2 {
  background-color: transparent;
  text-align: center;
  color: #c0272d;
}
.error_404 .info-area p {
  padding: 0px 8%;
}
.error_404 .qr-area {
  position: absolute;
  overflow: hidden;
  right: 3%;
  top: 2%;
  z-index: 2;
  border: 4px solid #c0272d;
  border-radius: 4px;
  padding: 4px;
  background-color: #fff;
}
.error_404 .qr-area canvas {
  width: 100%;
  height: auto;
}
.error_404 .qr-area .qr {
  width: 120px;
  margin-right: 6px;
  text-align: center;
  float: left;
  background: #c0272d;
  border: 6px solid #c0272d;
  border-radius: 4px;
}
.error_404 .qr-area .qr p {
  color: white;
}
.error_404 .gate {
  margin: 0 auto;
  width: 75%;
}
.error_404 .gate .shop-area {
  margin-bottom: 1rem;
  overflow: hidden;
  text-align: center;
}
.error_404 .gate .shop-area p {
  margin: 2% auto;
  width: 300px;
  display: inline-block;
}
.error_404 .gate .shop-area a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 120px;
  line-height: 12rem;
}
.error_404 .gate .text-area p {
  padding: 0 3% 3%;
}
.error_404 .split1 {
  margin: 3% 0;
}
.mobile .error_404 .header {
  box-shadow: none;
  margin: 0;
}
.mobile .error_404 h1 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 1%;
}
.mobile .error_404 .qr-area {
  display: none;
}
.mobile .error_404 .facade {
  height: inherit;
  margin: 10px auto 10px;
}
.mobile .error_404 .facade .branding {
  position: absolute;
  max-width: 70%;
  height: auto;
  top: 7%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}
.mobile .error_404 .facade .branding-visual {
  position: absolute;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile .error_404 .custom-area {
  padding-top: 0;
}
.mobile .error_404 .brand_link-area {
  text-align: center;
  margin: 80px 0;
}
.mobile .error_404 .entrance {
  width: 100%;
}
.mobile .error_404 .entrance .enter {
  width: 70%;
  margin: 0 15% 5%;
}
.mobile .error_404 .entrance .enter p {
  font-size: 20px;
  font-size: 2rem;
}
.mobile .error_404 .entrance .exit {
  position: static;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
.mobile .error_404 .entrance .exit img {
  position: static;
  margin: 0 auto;
  display: inherit;
}
.mobile .error_404 .entrance .exit p {
  text-align: center;
}
.mobile .error_404 .custom-area {
  padding-top: 0px;
  margin: 15px 4% 15px;
}
.mobile .error_404 .brand_link-area img {
  width: 98%;
  margin: 0 1%;
}
.mobile .error_404 .description {
  width: 90%;
}
.mobile .error_404 .description p {
  margin: 0 2%;
}
.mobile .error_404 .gate {
  margin: 0 auto;
  width: 100%;
}
.mobile .error_404 .gate .shop-area {
  padding: 0 3% 3%;
  overflow: hidden;
}
.mobile .error_404 .gate .shop-area p {
  margin: 2%;
  width: 96%;
}
.mobile .error_404 .gate .shop-area a {
  font-size: 30px;
  font-size: 3rem;
  line-height: 100px;
  line-height: 10rem;
}
.mobile .error_404 .gate .text-area p {
  padding: 0 3% 3%;
}
.mobile .error_404 .split1 {
  margin: 5%;
}
input,
select,
textarea {
  padding: 6px;
}
select {
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  select {
    width: 100%;
  }
}
.confirm_attention {
  margin: 25px 0 50px 0;
}
.completion_text {
  margin: 25px 0 50px 0;
}
.time-parts_kara {
  width: 100%;
  display: block;
}
.error-area {
  padding: 10px;
  margin: 10px auto;
  border: 1px solid red;
}
.error-area span {
  color: red;
}
.time-multi .time-wrap {
  width: 19%;
  float: left;
}
.time-multi .time-parts {
  margin-top: 5%;
  width: 6.6%;
  float: left;
  text-align: center;
}
.time-multi .time-parts_kara {
  margin-top: 5%;
  width: 9.5%;
  float: left;
  text-align: center;
}
.time-mono .time-wrap {
  width: 19%;
  float: left;
}
.time-mono .time-parts {
  margin-top: 5%;
  width: 6.6%;
  float: left;
  text-align: center;
}
.consent-matters {
  margin: 20px auto;
}
.consent-matters .check {
  text-align: center;
  margin: 40px auto;
}
.respo-tbl {
  margin-bottom: 50px;
}
.checkbox1 {
  padding: 6px;
}
.checkbox1 input[type=radio], .checkbox1 input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
.checkbox1 input[type=radio] + label,
.checkbox1 input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
  margin: 5px 0;
  border: 1px solid;
  border-radius: 4px;
}
@media (min-width: 1px) {
  .checkbox1 input[type=radio], .checkbox1 input[type=checkbox] {
    display: none;
    margin: 0;
  }
  .checkbox1 input[type=radio] + label,
  .checkbox1 input[type=checkbox] + label {
    padding: 0 10px 0 30px;
  }
  .checkbox1 input[type=radio] + label::before,
  .checkbox1 input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }
  .checkbox1 input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  .checkbox1 input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  .checkbox1 input[type=radio]:checked + label::after,
  .checkbox1 input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .checkbox1 input[type=radio]:checked + label::after {
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #E71063;
    border-radius: 8px;
  }
  .checkbox1 input[type=checkbox]:checked + label::after {
    left: 8px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #E71063;
    border-bottom: 3px solid #E71063;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.mobile select {
  width: 100%;
}
.mobile .form-textarea p {
  margin: 0 2%;
}
.mobile .error-area {
  margin: 5%;
}
.mobile .search-area li {
  margin-right: 5px;
}
.mobile .modal-unit {
  width: auto;
}
.mobile .cd-primary-nav {
  margin-top: 8.4rem;
  padding-bottom: 8.4rem;
}
.mobile .cd-main-content {
  background-color: #fff;
}
.mobile .nav_close-btn {
  width: 90%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}
.mobile .box-list .listinfo {
  color: #222222;
}
.mobile .time-mono .time-wrap,
.mobile .time-multi .time-wrap {
  width: 25%;
}
.mobile .time-mono .time-parts,
.mobile .time-multi .time-parts {
  margin-top: 9%;
}
.mobile .respo-tbl input, .mobile .respo-tbl select, .mobile .respo-tbl textarea {
  padding: 10px;
}
.mobile .completion_text,
.mobile .confirm_attention {
  margin: 25px 2% 50px 2%;
}
.mobile .time-multi .time-parts_kara {
  width: 100%;
  text-align: left;
  padding-left: 7.5rem;
}
input[type="button"].button,
input[type="submit"].button,
input[type="reset"].button {
  width: 96%;
  margin: 0 2%;
  padding: 10px;
  padding: 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 1131px) {
  .split2 {
    float: right;
  }
}
.mobile .attention-area p,
.mobile .attention-area ul,
.mobile .consent-matters p,
.mobile .consent-matters ul {
  margin: 0 2%;
}
.mobile .split2 {
  margin-bottom: 20px;
}
.mobile input[type="button"].button.inverse,
.mobile input[type="submit"].button.inverse,
.mobile input[type="reset"].button.inverse {
  margin: 0 0 0 2%;
  padding: 10px;
  padding: 1rem;
  cursor: pointer;
}
.category_nav li {
  text-align: center;
  color: white;
  border-radius: 5px;
  width: 19%;
  margin-right: 1%;
  margin-left: 0%;
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
  float: left;
  background-color: #c0272d;
}
.shop .category_nav li {
  height: auto;
}
.category_nav li:nth-child(5n) {
  width: 20%;
  margin-right: 0;
}
.category_nav li a {
  display: block;
  color: white;
}
.category_nav li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.category_nav li.active {
  background-image: none;
  background-color: #bca186;
}
.category_nav li.active a:before {
  content: "\f046";
  font-family: "FontAwesome";
  font-size: 18px;
  font-size: 1.8rem;
  padding: 4px 0;
  color: white;
  padding-right: 0px;
  vertical-align: middle;
}
.category_nav li.disable {
  background-image: none;
  background-color: #c0272d;
}
.mobile .category_nav li {
  width: 32.33333%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 1%;
  overflow: hidden;
}
.ic-cp {
  position: relative;
}
.ic-cp:before {
  content: " ";
  position: absolute;
  height: 25px;
  width: 100%;
}
.ic-cp_new:before {
  background: url(../img/ic-cp_new.jpg) no-repeat top center;
  background-size: cover;
}
.ic-cp_photoupdate:before {
  background: url(../img/ic-cp_photoupdate.jpg) no-repeat top center;
  background-size: cover;
}
.ic-cp_taiken:before {
  background: url(../img/ic-cp_taiken.jpg) no-repeat top center;
  background-size: cover;
}
.cp .prof-visual .ic-cp:before {
  margin: -5px 5px 0 0;
  content: " ";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: inherit;
}
.cp .prof-visual .ic-cp.ic-cp_new:before {
  width: 25px;
  height: 25px;
  background: url(../img/ic-cp_new02.png);
  background-size: cover;
}
.cp .prof-visual .ic-cp.ic-cp_photoupdate:before {
  width: 25px;
  height: 25px;
  background: url(../img/ic-cp_photoupdate02.png);
  background-size: cover;
}
.cp .prof-visual .ic-cp.ic-cp_taiken:before {
  width: 25px;
  height: 25px;
  background: url(../img/ic-cp_taiken02.png);
  background-size: cover;
}
.mobile .ic-cp_new:before {
  background: url(../img/ic-cp_new.jpg) no-repeat top center;
  background-size: cover;
}
.mobile .ic-cp_photoupdate:before {
  background: url(../img/ic-cp_photoupdate.jpg) no-repeat top center;
  background-size: cover;
}
.mobile .ic-cp_taiken:before {
  background: url(../img/ic-cp_taiken.jpg) no-repeat top center;
  background-size: cover;
}
.mobile .top .ic-cp,
.mobile .shop_list .ic-cp {
  position: relative;
}
.mobile .top .ic-cp:before,
.mobile .shop_list .ic-cp:before {
  content: " ";
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  text-align: center;
  position: absolute;
  top: 138px;
  left: 1px;
  z-index: 2;
}
.mobile .top .ic-cp_new:before,
.mobile .shop_list .ic-cp_new:before {
  background: url(../img/ic-cp_new02.png) no-repeat top center;
  background-size: cover;
}
.mobile .top .ic-cp_photoupdate:before,
.mobile .shop_list .ic-cp_photoupdate:before {
  background: url(../img/ic-cp_photoupdate02.png) no-repeat top center;
  background-size: cover;
}
.mobile .top .ic-cp_taiken:before,
.mobile .shop_list .ic-cp_taiken:before {
  background: url(../img/ic-cp_taiken02.png) no-repeat top center;
  background-size: cover;
}
