@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Merriweather+Sans:700,300");
@import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
/* ============================================= */
/* [hitodumajo Style] CSS Document               */
/* date.Jul.2015                                 */
/* Ver.1.0.2                                     */
/*
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
このCSSファイルはSassから生成されていますので、
編集しないようご注意ください。 
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
================================================ */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
}

.contents {
  width: 80%;
  padding: 0 0 0 2%;
  float: right;
}

.side-a {
  width: 0%;
  display: none;
}

.side-b {
  width: 20%;
  display: block;
}

.mobile .contents {
  width: 100%;
  padding: 0;
}
.mobile .side-a {
  width: 100%;
}
.mobile .side-b {
  width: 100%;
}

.tablet body {
  min-width: 1200px;
  width: 100%;
}
.tablet .header,
.tablet .g-nav,
.tablet .container {
  min-width: 1200px;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .tablet body,
  .tablet .header,
  .tablet .g-nav,
  .tablet .container {
    min-width: 100%;
    max-width: 1200px;
    width: 100%;
  }
}

* {
  -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 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-layout li {
  flex: auto;
  margin: 4px;
  text-align: center;
}
.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;
  text-align: center;
}

.js-clickable:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.split2 {
  width: 48%;
  float: left;
  margin: 0 1% 30px;
}

html {
  background-image: url(../img/ougi.png);
  overflow: hidden;
  overflow-y: auto;
}

body {
  position: relative;
  z-index: 1;
  min-width: 1200px;
  background-image: url(../img/bg_fuji.png);
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color: #b30031;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a.text-link {
  text-decoration: underline;
}

.header-height {
  margin-top: 140px;
}

.obi-top {
  background-image: url(../img/kagi.png);
  height: 20px;
  width: 100%;
  z-index: 9999;
  position: fixed;
}

.obi-top {
  top: 0;
}

.obi-bottom {
  height: 95px;
  width: 100%;
  background-image: url(../img/bg_fotterglitter.png);
  position: absolute;
  z-index: 9999;
  bottom: 0;
}

.container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 1200px;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 14px;
}

.mg, .fc {
  background-image: url(../img/bg_glitter.png);
  background-position: center 300px;
}

.common_mr_bt {
  margin-bottom: 10px;
}

.unit {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.ct-wrap {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 10px;
  border: none;
  overflow: hidden;
}

.button-bar {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(118, 106, 100, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(118, 106, 100, 0.3)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(118, 106, 100, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(118, 106, 100, 0.3) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(118, 106, 100, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(118, 106, 100, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  text-align: right;
}

.button-bar a {
  display: inline-block;
  padding: 5px 10px 5px 0;
  text-decoration: underline;
  color: white;
  color: #b30031;
  font-size: 12px;
  font-size: 1.2rem;
}

.border-content {
  border: 1px solid #766a64;
  border-radius: 5px;
  padding: 5%;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

html.desktop {
  overflow: auto;
}

@media only screen and (max-width: 1200px) {
  .desktop .header, .desktop .g-nav {
    min-width: 100%;
    max-width: 100%;
  }
  .desktop .footer {
    padding: 40px 0px 80px;
  }
}

.tablet .container {
  padding: 20px 2px;
}
.tablet #twitter-widget-0 {
  min-width: 100% !important;
}

@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("font/recruit_gate/icomoon.eot?-tdm615");
  src: url("font/recruit_gate/icomoon.eot?#iefix-tdm615") format("embedded-opentype"), url("font/recruit_gate/icomoon.woff?-tdm615") format("woff"), url("font/recruit_gate/icomoon.ttf?-tdm615") format("truetype"), url("font/recruit_gate/icomoon.svg?-tdm615#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@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: 22px;
  line-height: 2.2rem;
  word-break: normal;
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 16px;
  font-size: 1.6rem;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #766a64;
}

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 {
  padding: 0 0px 4px 10px;
  margin: 0 454px 15px 50px;
  background-image: url(../img/bg_h2_center.png);
  position: relative;
  height: 46px;
  line-height: 46px;
  width: auto;
}
.heading-2:before {
  position: absolute;
  top: 0px;
  left: -50px;
  height: 46px;
  content: url(../img/bg_h2_left.png);
}
.heading-2:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 46px;
  content: url(../img/bg_h2_right1.png);
}

.heading-3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  border-left: 4px solid #766a64;
  margin-bottom: 8px;
  padding: 4px;
  color: #222222;
  background-color: rgba(118, 106, 100, 0.3);
}
.heading-3 a {
  color: white;
}

.heading-4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  color: #5a514d;
  padding: 10px;
  font-weight: 700;
}

.heading-5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #5a514d;
  margin: 8px auto;
  padding: 10px 0;
  border-bottom: 1px solid;
}

.heading-6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #5a514d;
  padding: 10px 0 20px 10px;
  padding: 1rem 0 2rem 1rem;
  font-weight: 700;
  border-bottom: 1px dotted #808080;
}

.heading-7 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  background-color: #766a64;
  color: white;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
}
.heading-7 .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #ffc107;
  color: white;
  text-align: center;
}

.heading-8 {
  background-color: #766a64;
  padding: 5px;
  margin: 10px 0;
  color: white;
}
.heading-8 a {
  color: white;
  text-decoration: underline;
}

.heading-8.noactive {
  background-color: #db7071;
}

.heading-9 {
  background-color: inherit;
  padding: 15px 0;
  border-bottom: 1px dotted white;
  color: white;
}

.heading-10 {
  padding: 7px 10px;
  color: #766a64;
  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;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.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;
}

.date-enter {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
}

.cp-rank {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}

.name {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  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: 22px;
  line-height: 2.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.att {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.att-comment {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  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: #048bf7;
}

.sun {
  color: #ff0031;
}

.new {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}

.input-note {
  padding: 10px 0 0 0;
}

.cp_list .new {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.cp_list .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.cp_list .age {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.cp_list .size {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.cp_list .date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.cp_list .comment {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.cp_list .att-comment {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.cp_list .att-time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.mobile .prof-visual .age, .mobile .prof-visual .size, .mobile .prof-visual .tall, .mobile .prof-visual .bwh {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.mobile .heading-2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 5px 15px 5px;
  padding: 10px 0 0 54px;
  background-image: url(../img/h2sp_bg.png);
  background-repeat: no-repeat;
  line-height: normal;
  height: auto;
  min-height: 46px;
  border-bottom: 1px solid #B5A465;
}
.mobile .heading-2:before {
  display: none;
}
.mobile .heading-2:after {
  display: none;
}
.mobile .heading-3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  border-bottom: 0;
  margin-bottom: 2%;
}
.mobile .heading-4 {
  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;
}

.tablet .heading-2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 2px 15px 50px;
}
.tablet .heading-2:after {
  display: none;
}

.header {
  max-width: 1200px;
  min-width: auto;
  min-width: 1200px;
  position: fixed;
  top: 0;
  z-index: 9998;
  height: 120px;
  background-color: #f9f0e4;
  padding: 0 14px;
  padding-top: 20px;
  width: 100%;
  left: calc(50% - 600px );
}
.header .branding {
  width: 30%;
  float: left;
}
.header .branding img {
  width: 100%;
  max-width: 260px;
  min-width: 200px;
  max-width: 316px;
}
.header .headerinfo {
  overflow: hidden;
  width: 70%;
  float: left;
  height: 98px;
}
.header .headerinfo h1 {
  padding: 5px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  line-height: 1.2rem;
  position: absolute;
  right: 49px;
  top: 25px;
}
.header .headerinfo .shopinfo {
  height: 90px;
  position: absolute;
  top: 10px;
  width: 65%;
  left: 30%;
}
.header .headerinfo .shopinfo p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
}
.header .headerinfo .shop-time, .header .headerinfo .shop-phone {
  float: left;
  text-align: left;
  width: 48%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .headerinfo .shop-time {
  padding-left: 4rem;
}
.header .headerinfo .shop-time p {
  line-height: 15px;
  line-height: 1.5rem;
}
.header .headerinfo .shop-phone {
  text-align: right;
}
.header .headerinfo .shop-phone .phonenum {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.header .headerinfo .shop-phone .phonenum:before {
  content: "電話番号";
  padding-right: 1rem;
}
@media only screen and (max-width: 1210px) {
  .header {
    left: 0;
  }
}

.tablet .header .headerinfo .shopinfo {
  right: 110px;
}
.tablet .header .headerinfo .shop-time p, .tablet .header .headerinfo .shop-phone p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.g-nav {
  width: 100%;
  text-align: center;
  margin: 0;
  position: fixed;
  max-width: 1200px;
  min-width: auto;
  min-width: 1200px;
  top: 120px;
  z-index: 9998;
  border-bottom: 3px solid #766a64;
  border-left: 1px solid #766a64;
  border-right: 1px solid #766a64;
  left: calc(50% - 600px );
}
.g-nav li {
  width: 11.11111%;
  float: left;
  height: 40px;
  vertical-align: middle;
  background-color: #f9f0e4;
  border-right: 1px solid #766a64;
}
.g-nav li:last-child {
  border: none;
}
.g-nav li a {
  color: #766a64;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
}
.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 .tx-en {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: -8px;
}
.g-nav li .tx-jp {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1210px) {
  .g-nav {
    left: 0;
  }
}

.fixed-nav {
  max-width: 1200px;
  display: block;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 140px;
  z-index: 9998;
  opacity: 0.97;
}

.tablet .g-nav li .tx-jp {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer {
  color: white;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 40px 30px 80px;
  background-image: url(../img/bg_footer.png);
}
.footer a {
  color: white;
}

.footerinfo {
  width: 100%;
  float: left;
}
.footerinfo .shopinfo {
  text-align: right;
}
.footerinfo .shop-phone {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.footerinfo .shop-phone p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: right;
}
.footerinfo .shop-phone p:before {
  content: "電話番号";
  float: left;
}
.footerinfo .shop-phone p span {
  width: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 8px;
}
.footerinfo .shop-time {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.footerinfo .shop-time p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-left: 20px;
}
.footerinfo .shop-time p.caution {
  font-size: 11px;
  font-size: 1.1rem;
}
.footerinfo .footnav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left;
}

.ft-nav {
  float: left;
  width: 70%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.ft-nav li {
  width: 25%;
  display: inline;
  margin: 0 0 10px 0;
  float: left;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  width: 100%;
  clear: both;
}

.footer_contents {
  width: 100%;
  max-width: 1200px;
  min-width: auto;
  min-width: 1200px;
  margin: auto;
}

.tablet .footer_contents {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: auto;
}
@media screen and (orientation: portrait) {
  .tablet .ft-nav {
    width: 55%;
  }
  .tablet .ft-nav li {
    width: 33.33333%;
  }
}

/* ============================================= */
/* 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 {
  margin: 25px 20% 50px;
  width: 60%;
}

.default {
  background-color: #766a64;
}

.button.inverse {
  background-color: #808080;
  box-shadow: 0 3px 0 #717171;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: white;
  cursor: pointer;
}

.button.inverse:hover {
  background-color: #a0a0a0;
  box-shadow: 0 3px 0 #8d8d8d;
  color: white;
  cursor: pointer;
}

.disable {
  background-color: #c4c4c4 !important;
  cursor: default;
  color: gray;
  box-shadow: 0 3px 0 #ababab !important;
}
.disable:hover {
  position: relative;
  top: 0px;
}
.disable a {
  cursor: default;
  pointer-events: none;
  color: gray;
}
.disable a:hover {
  opacity: 1.0;
}

.inverse-b {
  color: #766a64;
  background-color: transparent;
}
.inverse-b a {
  color: #766a64;
}

.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;
}

.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;
}
.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 {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  width: 100%;
  margin: 0 0 5px;
  text-align: center;
}
.button a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem 0;
}

.button:hover {
  transition: all 30ms;
  -moz-transition: all 30ms;
  -webkit-transition: all 30ms;
  -o-transition: all 30ms;
}

/* normal */
.button {
  position: relative;
  display: block;
  background-color: #f65557;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #f32527;
}

.button:hover {
  background-color: #fa9e9f;
  box-shadow: 0 3px 0 #fa9e9f;
}

.button:active {
  box-shadow: none;
}

.heading-btn-1 {
  color: #222222;
  text-align: left;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "閉じる \A0 \f139";
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
  text-align: right;
  display: inherit;
}

.active .heading-btn-1:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}

.heading-btn-2 {
  margin-bottom: 0;
  color: #222222;
  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: 12px;
  font-size: 1.2rem;
  color: #222222;
}

.active .heading-btn-2:after {
  font-family: 'FontAwesome';
  content: "開く \A0 \f13a";
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222222;
}

.bt-color-glay {
  background-color: rgba(118, 106, 100, 0.3);
  box-shadow: 0 3px 0 #766a64;
}

.bt-color-glay:hover {
  background-color: rgba(118, 106, 100, 0.3);
  box-shadow: 0 3px 0 #766a64;
  opacity: 0.5;
}

.gate-shop {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border: 1px solid #766a64;
}
.gate-shop:hover {
  background-color: white;
  box-shadow: none;
}
.gate-shop a {
  background-color: #f9f0e4;
  color: #766a64;
  box-shadow: 0 3px 0 rgba(118, 106, 100, 0.3);
  border-radius: 4px;
  box-shadow: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.gate-shop a:hover {
  background-color: transparent;
  box-shadow: none;
}

.button.add_btn_dw, .button.add_btn_up {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 6px 0;
  width: 60%;
  margin: 10px auto;
}

.button.add_btn_dw a:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  color: white;
  padding-right: 10px;
}

.button.add_btn_up a:before {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  color: white;
  padding-right: 10px;
}

/*----------------- button size -----------------*/
.btn_size-S.button {
  width: 40%;
  margin: 10px auto !important;
  max-width: 200px;
}

.btn_size-M.button {
  width: 60%;
  margin: 10px auto !important;
  max-width: 300px;
}

.btn_size-L.button {
  width: 80%;
  margin: 10px auto !important;
}

.mobile .split2 {
  margin-bottom: 20px;
}

.banner-brock {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.banner-brock .wrap {
  width: 90%;
  overflow: hidden;
  border-radius: 4px;
  margin: 5% 5%;
  background-color: white;
}
.banner-brock .heading-3 {
  margin-bottom: 0;
}
.banner-brock li a img, .banner-brock li p img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.banner-brock li a p, .banner-brock li p p {
  padding: 0;
  margin: 0;
}

.mobile .banner-brock {
  background-color: transparent;
  border-radius: 0;
}
.mobile .banner-brock li a {
  margin: 0;
}
.mobile .banner-brock .wrap {
  margin: 0 5%;
  background-color: transparent;
}

.ic-cp:before {
  margin: 2px auto;
/*  height: 21px;*/
  display: block;
  content: " ";
  z-index: 2;
}

.ic-cp span.icn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background-color: #ffc107;
    color: #766a64;
    font-weight: bold;
    border-radius: 10px;
    padding: 0px 16px;
}

.ic-cp_new:before {
  width: 75px;
  background: url(../img/ic-cp_new.png) no-repeat top center;
  background-size: 75px;
}

.ic-cp_photoupdate:before {
  width: 75px;
  background: url(../img/ic-cp_photoupdate.png) no-repeat top center;
  background-size: 75px;
}

.ic-cp_taiken:before {
  width: 75px;
  background: url(../img/ic-cp_taiken.png) no-repeat top center;
  background-size: 75px;
}

.cp .prof-visual .ic-cp:before {
  margin: 0 5px -4px 0;
  height: 20px;
  content: " ";
  display: inline-block;
}
.cp .prof-visual .ic-cp.ic-cp_new:before {
  width: 68px;
  background: url(../img/ic-cp_new2.png) no-repeat;
  background-size: 68px 20px;
}
.cp .prof-visual .ic-cp.ic-cp_photoupdate:before {
  width: 68px;
  background: url(../img/ic-cp_photoupdate2.png) no-repeat;
  background-size: 68px 20px;
}
.cp .prof-visual .ic-cp.ic-cp_taiken:before {
  width: 68px;
  background: url(../img/ic-cp_taiken2.png) no-repeat;
  background-size: 68px 20px;
}

.ranking-list.ic-cp:before {
  margin: 0;
  height: inherit;
  display: inherit;
  content: inherit;
  z-index: inherit;
}
.ranking-list.ic-cp:after {
  margin: 2px auto;
  height: 21px;
  display: block;
  content: " ";
  z-index: 2;
  position: absolute;
  top: 35px;
  left: 50px;
}
.ranking-list.ic-cp_new:after {
  width: 75px;
  background: url(../img/ic-cp_new.png) no-repeat top center;
  background-size: 75px;
}
.ranking-list.ic-cp_photoupdate:after {
  width: 75px;
  background: url(../img/ic-cp_photoupdate.png) no-repeat top center;
  background-size: 75px;
}
.ranking-list.ic-cp_taiken:after {
  width: 75px;
  background: url(../img/ic-cp_taiken.png) no-repeat top center;
  background-size: 75px;
}

.mobile .ranking-list.ic-cp:after {
  top: 25px;
  left: 50px;
}

.cp_list a {
  border: solid 2px rgba(255, 255, 255, 0);
  display: inline-block;
}

.imasugu_wrap a {
  border: solid 2px #f65557;
  position: relative;
  text-align: center;
}
.imasugu_wrap a .imasugu_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(246, 85, 87, 0.6);
  color: white;
  padding: 4px 0;
}

.side {
  float: left;
  margin-bottom: 50px;
}
.side h2 {
  line-height: 18px;
  line-height: 1.8rem;
  background-color: #766a64;
  color: white;
  text-align: center;
  padding: 14px 0;
  margin: 0 0 20px 0;
}
.side .list-area-group {
  overflow: hidden;
  background-color: rgba(224, 216, 195, 0.4);
  border-radius: 5px;
}
.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: white;
  text-decoration: underline;
  color: #222222;
}
.side .list-area ul {
  overflow: hidden;
}
.side .list-area li {
  margin: 0 5px;
  border-bottom: 1px solid white;
}
.side .list-area li a {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem 0.75rem 0.3rem;
  color: #222222;
}
.side .list-area li .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #ffc107;
  color: white;
  text-align: center;
}
.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;
  background-color: white;
  border-radius: 6px;
  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: #766a64;
}
.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-bottom: 20px;
}
.mobile .side .unit {
  margin-bottom: 20px;
}
.mobile .side h2 {
  margin: 0 0 0 0;
  padding: 10px 0;
}
.mobile .side .list-area li a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile .side .list-area li a:after {
  font-family: 'FontAwesome';
  content: "\f138";
  float: right;
  margin-right: -1.0rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222222;
}
.mobile .side .list-area-group {
  border-radius: 0;
}
.mobile .side .side-brand_logo {
  width: 16%;
  margin: 0 auto 20px;
}
.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;
}
.mobile .side .list-area.banner-brock a,
.mobile .side .contents-area.banner-brock a {
  color: #b30031;
  text-decoration: underline;
  padding: 1rem 0;
}
.mobile .side .list-area.banner-brock a:after,
.mobile .side .contents-area.banner-brock a:after {
  content: normal;
}

.side .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #ffc107;
  color: white;
  text-align: center;
}
.side .ic-new {
  width: 4rem;
  padding: 1px 6px;
  margin: 0 3px 0 0;
  border-radius: 12px;
  background-color: #ffc107;
  color: white;
  text-align: center;
}
.side .sub-nav li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: relative;
  border: none;
  background-color: rgba(118, 106, 100, 0.3);
  margin-bottom: 3px;
  background-image: url(../img/bg_menu.png);
}
.side .sub-nav li a {
  display: block;
  width: calc(100% - 17px);
  padding: 15px 17px;
  color: #222222;
  margin-left: 17px;
}

.mobile .side .sub-nav li {
  background: none;
  text-align: left;
}
.mobile .side .sub-nav li:before, .mobile .side .sub-nav li:after {
  content: none;
}
.mobile .side .sub-nav li a {
  background-color: #766a64;
  color: white;
  border-radius: 4px;
  box-shadow: 0 3px 0 #5a514d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #222222;
  box-shadow: 0 3px 0 rgba(249, 240, 228, 0.7);
  display: block;
  width: 92%;
  padding: 1.5rem 2.0rem 1.5rem 1rem;
  margin: 0 4% 10px;
  border: 1px solid;
}
.mobile .side .sub-nav li a:after {
  font-family: 'FontAwesome';
  content: "\f138";
  float: right;
  margin-right: -1.0rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.mobile .side .sub-nav li .ic-new {
  background-color: #ffc107;
}

.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: #766a64;
}
.side .imasugu-side-list .text {
  width: 60%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .imasugu-side-list a .title {
  color: #9f1608;
  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%;
}

.mobile .side .imasugu-side-list {
  border-radius: 0;
  padding: 0 0 5px 0;
  margin: 0 2% 15px;
  border: 1px solid white;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
  margin: 0 2% 10px;
  width: 96%;
}
.mobile .side .imasugu-side-list .text {
  width: 56%;
  margin: 10px 2% 5px;
}
.mobile .side .imasugu-side-list .pic {
  padding-bottom: 0;
}
.mobile .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: #766a64;
}
.side .okusama-blog-list .text {
  width: 60%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .okusama-blog-list a .title {
  color: #9f1608;
  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: 60px;
  overflow: hidden;
}
.side .okusama-blog-list .pic_none {
  width: 100%;
}

.mobile .side .okusama-blog-list {
  border-radius: 0;
  padding: 0 0 5px 0;
  margin: 0 2% 15px;
  border: 1px solid white;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
  margin: 0 2% 10px;
  width: 96%;
}
.mobile .side .okusama-blog-list .text {
  width: 56%;
  margin: 10px 2% 5px;
}
.mobile .side .okusama-blog-list .pic {
  padding-bottom: 0;
}
.mobile .side .okusama-blog-list .button {
  width: 96%;
  margin: 2% 2%;
}

.side .recommend-list {
  float: none;
  background-color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
.side .recommend-list img {
  width: 100%;
  height: auto;
}
.side .recommend-list .pic {
  width: 40%;
  float: left;
  padding-bottom: 10px;
}
.side .recommend-list .name, .side .recommend-list .age {
  color: #766a64;
}
.side .recommend-list .text {
  width: 60%;
  float: left;
  padding: 0 5px 10px 5px;
}
.side .recommend-list a .title {
  color: #9f1608;
  text-decoration: underline;
}
.side .recommend-list a:hover .title {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.side .recommend-list .date {
  font-size: 10px;
  font-size: 1rem;
}
.side .recommend-list .extract {
  height: 56px;
  overflow: hidden;
}
.side .recommend-list .pic_none {
  width: 100%;
}

.mobile .side .recommend-list {
  border-radius: 0;
  padding: 0 0 5px 0;
  margin: 0 2% 15px;
  border: 1px solid white;
  box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.3);
  margin: 0 2% 10px;
  width: 96%;
}
.mobile .side .recommend-list .text {
  width: 56%;
  margin: 10px 2% 5px;
}
.mobile .side .recommend-list .pic {
  padding-bottom: 0;
}
.mobile .side .recommend-list .button {
  width: 96%;
  margin: 2% 2%;
}

.breadcrumbs {
  width: 100%;
  list-style: none;
  font-size: 1.2rem;
  line-height: 4rem;
  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: #b30031;
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px;
  border-radius: 4px;
}
.breadcrumbs li.active span {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px;
  border-radius: 4px;
}

.qr-area {
  position: absolute;
  top: 21px;
  right: 8px;
  border: 1px solid #222222;
  background-color: white;
  text-align: center;
  padding: 4px;
  width: 90px;
  height: 90px;
}
.qr-area p {
  font-size: 11px;
  font-size: 1.1rem;
}
.qr-area canvas {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.newopen {
  margin-bottom: 20px;
}

.mobile .newopen {
  border-radius: 5px;
  margin: 0 2% 15px;
  padding: 5px;
  border-radius: 4px;
  border: 2px solid #766a64;
}
.mobile .newopen .heading-3 {
  background-color: #f9f0e4;
  color: white;
}
.mobile .newopen .heading-3 span {
  color: #f9f0e4;
}
.mobile .newopen li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 0 5px;
  border-bottom: 1px solid #766a64;
}
.mobile .newopen li a {
  position: relative;
  display: block;
  width: 96%;
  padding: 0;
  margin: 10px 2% 10px;
}
.mobile .newopen li a:after {
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  content: "\f138";
  float: right;
  margin-right: -1.0rem;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 0;
}

.notice {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 20px;
}

.mobile .notice {
  margin: 10px 10px 20px;
}

.l_lady_searchbox_input_text {
  float: left;
  margin-right: 1%;
}

.desktop .l_lady_sortbox {
  width: auto;
  float: left;
  margin-right: 50px;
}
.desktop .l_lady_searchbox_button {
  width: 100px;
  padding: 8px;
}

.mobile .l_lady_sortbox {
  margin: 0 5px 10px 5px;
}
.mobile .l_lady_searchbox {
  margin: 0 5px 20px 5px;
}
.mobile .l_lady_searchbox_input_text {
  width: 79%;
}
.mobile .l_lady_searchbox_button {
  width: 20%;
}
.mobile .lady-area .result-area {
  padding: 5px;
}

.tablet .l_lady_sortbox {
  width: auto;
  float: left;
  margin-right: 50px;
}
.tablet .l_lady_searchbox_button {
  width: 100px;
}

/*mobile set*/
.ios a:hover {
  opacity: 1;
}

/*iPhone set*/
/*ipdo set*/
.android.tablet .owl-theme .owl-controls .owl-buttons div {
  top: 40%;
}
.android.tablet .area .owl-theme .owl-controls .owl-buttons div {
  top: 13%;
}

.mobile input[type="submit"],
.mobile input[type="button"],
.mobile input[type="reset"] {
  -webkit-appearance: none;
}

.ios a:hover {
  opacity: 1;
}

.android.tablet .owl-theme .owl-controls .owl-buttons div {
  top: 40%;
}
.android.tablet .area .owl-theme .owl-controls .owl-buttons div {
  top: 13%;
}

.schedule_day{
	display: table-cell;
}
.schedule_day a{
	background-color: #f9f0e4;
	color: #766a64;
	box-shadow: 0 3px 0 rgba(118, 106, 100, 0.3);
	border: 1px solid #766a64;
	border-radius: 4px;
	box-shadow: none;
	font-size: 12px;
	font-size: 1.2rem;
	width: 120px;
	padding: 10px;
}