@charset "UTF-8";
/* reset 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

img {
  vertical-align: bottom;
  max-width: 100%; }

/* general
--------------------------------------------------*/
/* link */
a {
  color: #f48fb1;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

/* float */
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* text */
strong, b {
  font-weight: bold; }

/* table */
th {
  white-space: nowrap; }

/* form */
input.text, textarea {
  padding: 5px;
  line-height: 1.6;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

input[type="submit"], .submit {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  padding: 6px 14px;
  color: #333;
  line-height: 14px;
  background: #eee;
  background: -webkit-linear-gradient(#fff, #eee);
  background: -moz-linear-gradient(#fff, #eee);
  background: -ms-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .submit:hover, .submit:focus, .submit:active {
  text-decoration: none;
  background: #def;
  background: -webkit-linear-gradient(#fff, #def);
  background: -moz-linear-gradient(#fff, #def);
  background: -ms-linear-gradient(#fff, #def);
  background: -o-linear-gradient(#fff, #def);
  background: linear-gradient(#fff, #def);
  border-color: #f48fb1; }

/* arrow */
.arrow_left, .arrow_right {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top; }

.arrow_left {
  background: url(/img/common/arrow_l.png); }

.arrow_right {
  background: url(/img/common/arrow_r.png); }

/* margin */
.mb_10 {
  margin-bottom: 10px; }

.mb_20 {
  margin-bottom: 20px; }

/* hr */
hr {
  height: 0;
  margin: 10px 0;
  border: none;
  border-top: solid 1px #999;
  border-bottom: solid 1px #ccc; }

/* layout
--------------------------------------------------*/
.wrap {
  width: 100%;
  min-width: 900px;
  max-height: 100%;
  overflow: hidden;
  margin-top: 96px; }

.homewrap {
  margin-top: 800px; }

/* body */
body {
  color: #333;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background: url(/img/common/bg.gif) no-repeat center top, #fff url(/img/common/back.jpg) repeat-y center 800px; }

/* header */
header {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  header.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 999; }

/* nav */
.nav_area {
  width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px; */
  padding: 0;
  box-sizing: border-box; }
  .nav_area h1 {
    padding-top: 25px; }

.nav_area h1 img {
  width: 144px; }

.shop_open_tel {
  display: flex;
  justify-content: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  margin: 8px 0; }

.shop_open {
  margin-right: 20px; }

.shop_tel span {
  color: red; }

nav ul {
  margin: 0 auto; }
nav li {
  float: left; }
nav a {
  display: block; }
  nav a:hover img, nav a:focus img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }

/* article */
article {
  width: 900px;
  margin: 40px auto 0; }
  article h2 {
    position: relative; }
    article h2 a {
      position: absolute;
      top: 20px;
      right: 30px;
      width: 160px;
      height: 40px;
      padding-left: 20px;
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      line-height: 40px;
      background: url(/img/title/btn_bg.png); }
    article h2 a:hover, article h2 a:focus, article h2 a:active {
      color: #ff0; }
  article h3 {
    position: relative;
    margin-bottom: 10px;
    color: #c9b37d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2; }
  article h4 {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    background: #f5f5f5;
    border-left: solid 3px #ccc; }

/* section */
article section {
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: url(/img/common/section_bg.png) repeat; }

.section_inner {
  padding: 20px;
  margin: 30px 30px 0;
  background: #fff; }

.contents .section_inner, .cast .section_inner {
  padding: 0;
  background: none; }

/* contents, site_info, group */
.contents ul, .site_info ul, .group ul {
  margin: 0 -10px -10px 0; }
.contents li, .site_info li, .group li {
  float: left;
  margin: 0 10px 10px 0; }
  .contents li a, .site_info li a, .group li a {
    display: block;
    background: #fff; }
    .contents li a:hover img, .contents li a:focus img, .site_info li a:hover img, .site_info li a:focus img, .group li a:hover img, .group li a:focus img {
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      opacity: 0.5; }

.site_info {
  margin-bottom: 20px; }

.group li {
  color: #6a3906;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  background: #fff; }

/* footer */
footer {
  color: #4f2e39;
  background: #f48fb1; }
  footer a {
    color: #4f2e39; }
    footer a:hover, footer a:focus, footer a:active {
      text-decoration: underline; }
  footer h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold; }

.footer_nav {
  padding: 20px 0;
  text-align: center;
  color: #fff; }
  .footer_nav ul:before {
    content: " / "; }
  .footer_nav li {
    display: inline;
    display: inline-block; }
    .footer_nav li:after {
      content: " / "; }
  .footer_nav a {
    color: #fff; }

.footer_inner {
  width: 900px;
  margin: 0 auto; }
  .footer_inner section {
    float: left;
    width: 260px;
    padding: 20px; }
    .footer_inner section.footer_mobile {
      width: 258px;
      border-left: solid 1px #4f2e39; }
      .footer_inner section.footer_mobile img {
        float: left;
        margin-right: 10px; }
      .footer_inner section.footer_mobile .footer_mobile__col {
        display: inline-block;
        vertical-align: middle; }

.copyright {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: solid 1px #4f2e39; }

  .copyright .exchange{
	text-align: center;
	padding-bottom: 3px;
	margin: 20px 0 0 0; }
  .copyright .exchange p{
	margin: 0 10px 10px 0 ;
	display:inline-block;
	vertical-align: middle;  }

/* page_top */
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  azimuth: 999; }
  .page_top:hover img, .page_top:focus img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5; }

/* home
--------------------------------------------------*/
/* marquee */
.marquee {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  background: #ad9253 url(/img/home/ico_marquee.png) no-repeat 10px center; }

.marquee:before {
  content: "最速予約情報";
  color: #fff;
  font-size: 16px;
  line-height: 50px; }

.marquee marquee {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 700px;
  color: #333;
  line-height: 46px;
  background: #fff; }

/* slider */
.slider_area {
  position: relative;
  width: 900px;
  height: 260px;
  margin: 0 -10px;
  padding: 10px;
  background: url(/img/common/section_bg.png) repeat; }
  .slider_area:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: url(/img/slide/shadow.png) no-repeat center top; }
  .slider_area a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.bx-wrapper .bx-viewport {
  left: 0;
  box-shadow: none;
  border: none; }
.bx-wrapper .bx-prev {
  left: -16px; }
.bx-wrapper .bx-next {
  right: -16px; }

/* news
--------------------------------------------------*/
.news .section_inner > ul li a {
  display: block;
  padding: 20px;
  border-bottom: solid 1px #ccc; }
.news .section_inner > ul li:last-child a {
  border-bottom: none; }
.news .section_inner > ul li .date {
  margin-bottom: 0; }
.news .section_inner.section_inner--homenews {
  height: 500px;
  overflow: auto;
  padding-bottom: 40px; }
.news .date {
  margin-bottom: 10px;
  color: #000; }
.news .news-body {
  border-top: solid 1px #999;
  padding-bottom: 20px; }

/* pblog
--------------------------------------------------*/
.body_news {
  padding: 10px;
  background: #fff; }
  .body_news h3 {
    color: #333;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    border-left: solid 3px #f48fb1; }
    .body_news h3 span {
      color: #999;
      font-size: 12px;
      font-weight: normal; }

.pblog h3 {
    color: #333;
    position: relative;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    border-left: solid 3px #f48fb1;
}
.pblog h3 span {
  color: #999;
  font-size: 12px;
  font-weight: normal; }


/* cast
--------------------------------------------------*/
.cast ul {
  display: block;
  margin: 0 -10px -10px 0; }
  .cast ul li {
    float: left;
    margin: 0 10px 10px 0; }
    .cast ul li a {
      display: block;
      width: 150px;
      padding: 2px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #333;
      text-align: center;
      background: #f5f5f5;
      border: solid 3px #c3b49f; }
      .cast ul li a:hover, .cast ul li a:focus, .cast ul li a:active {
        background: #def;
        border-color: #f48fb1; }
      .cast ul li a span {
        display: block;
        cursor: pointer; }
      .cast ul li a strong {
        color: #e74c3c; }
.cast .cast_photo {
  position: relative;
  overflow: hidden;
  height: 200px; }
.cast .cast_icon , .week .cast_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2px;
  color: #fff;
  text-align: center;
  background: url(/img/common/alpha50.png); }
  .week .cast_icon { height: 21px; line-height: 21px; }

.clock {
  display: block;
  padding: 5px 0;
  color: #fff;
  background: #ad9253; }

/* schedule
--------------------------------------------------*/
/* schedule tabs */
.tabs {
  margin: 0 -10px 20px 0; }
  .tabs li {
    display: block;
    float: left;
    width: 33.33%; }
    .tabs li a {
      display: block;
      margin-right: 10px;
      padding: 10px 0;
      color: #fff;
      font-size: 16px;
      text-align: center;
      background: #999; }
      .tabs li a:hover, .tabs li a:focus, .tabs li a:active {
        background: #666; }
    .tabs li.active a {
      cursor: default;
      background: #e74c3c; }

/* schedule week */
.week table {
  margin-bottom: 20px;
  border-collapse: collapse; }
  .week table:last-child {
    margin-bottom: 0; }
.week td {
  width: 94px;
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #ccc; }
  .week td.photo {
    width: 120px;
    height: 160px;
    padding: 0;
    overflow: hidden; }
  .week td.data {
    width: 486px;
    padding-left: 10px;
    text-align: left;
    background: #f5f5f5; }
  .week td.week_6 {
    color: #3498db; }
  .week td.week_0 {
    color: #e74c3c; }
  .week .photo a { position: relative;}

/* profile
--------------------------------------------------*/
.profile h3 small {
  display: inline-block;
  margin: 3px 0 0 10px;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  vertical-align: text-top;
  background: #e74c3c; }

/* btn */
.prof_btn {
  position: relative;
  height: 30px;
  margin: -40px 0 10px; }
  .prof_btn ul {
    position: absolute;
    bottom: 0;
    right: 0; }
  .prof_btn li {
    float: left; }
    .prof_btn li a {
      margin: 0 0 0 5px; }

/* photo */
.main_photo {
  float: left;
  min-height: 640px;
  margin-right: 10px;
  padding: 4px;
  background: #fff;
  border: solid 1px #ccc; }

.photo_right {
  width: 290px; }

.photo_list {
  display: block;
  float: right;
  width: 300px;
  margin: 0 0 20px -10px; }
  .photo_list li {
    float: left;
    margin-left: 5px;
    cursor: pointer; }
    .photo_list li img {
      padding: 4px;
      background: #fff;
      border: solid 1px #ccc; }
      .photo_list li img.active {
        background: #def;
        border: solid 1px #f48fb1; }

/* data */
.profile table {
  width: 100%;
  margin-bottom: 10px; }
.profile th, .profile td {
  padding: 5px 0;
  border-bottom: dotted 1px #ccc; }
.profile th {
  width: 80px;
  padding-right: 20px;
  color: #e74c3c; }
.profile tr:first-child th, .profile tr:first-child td {
  padding-top: 0; }
.profile tr:last-child th, .profile tr:last-child td {
  padding-bottom: 0;
  border-bottom: none; }

/* qanda */
.prof_qanda {
  margin-bottom: 10px; }
  .prof_qanda li {
    display: block;
    padding: 5px 0;
    border-bottom: dotted 1px #ccc; }
  .prof_qanda p {
    padding-left: 25px; }
  .prof_qanda .prof_q {
    color: #e74c3c;
    background: url(/img/profile/ico_q.png) no-repeat left center; }
  .prof_qanda .prof_a {
    background: url(/img/profile/ico_a.png) no-repeat left center; }
  .prof_qanda li:first-child {
    padding-top: 0; }
  .prof_qanda li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

/* option */
.prof_option {
  width: 604px;
  margin-right: -4px;
  margin-bottom: 6px; }
  .prof_option li {
    display: block;
    float: left;
    width: 147px;
    margin: 0 4px 4px 0;
    padding: 10px 0;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: #e74c3c; }
    .prof_option li.off {
      background: #ccc; }

/* schedule */
.prof_scd {
  width: 805px;
  margin-right: -5px; }
  .prof_scd li {
    display: block;
    float: left;
    width: 110px;
    margin-right: 5px; }
    .prof_scd li p {
      padding: 10px 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: center;
      border: solid 1px #ccc; }
  .prof_scd .clock {
    font-weight: bold; }
  .prof_scd .saturday {
    color: #3498db; }
  .prof_scd .sunday {
    color: #e74c3c; }

/* system
--------------------------------------------------*/
.system table {
  width: 100%;
  margin: 10px auto; }
.system th, .system td {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  border: solid 1px #ccc; }
.system th {
  background: #eee; }
.system td {
  font-weight: bold; }
.system .service {
  background: #eee;
  margin: 10px 0;
  padding: 10px 0 0 10px; }
  .system .service li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #ccc; }

/* mailmagazine
--------------------------------------------------*/
.mailmagazine p {
  margin-bottom: 10px; }
  .mailmagazine p:last-child {
    margin-bottom: 0; }
.mailmagazine form {
  margin-bottom: 10px; }
.mailmagazine input {
  float: left;
  margin-right: 5px; }
  .mailmagazine input.text {
    width: 300px; }

/* recruit
--------------------------------------------------*/
.recruit table {
  width: 100%;
  margin: 10px auto; }
.recruit th, .recruit td {
  vertical-align: top;
  padding: 10px;
  border: solid 1px #ccc; }
.recruit th {
  background: #eee; }
  .recruit th:before {
    content: "■ "; }
.recruit .section_inner p {
  margin-bottom: 10px; }

/* access
--------------------------------------------------*/
.access h4 {
  margin-bottom: 10px;
  padding: 0;
  background: none;
  border-left: none; }
.access .tab_content ul {
  margin: 0 -10px 20px 0; }
.access .tab_content li {
  float: left;
  width: 112px;
  margin-right: 10px; }
  .access .tab_content li img {
    margin-bottom: 10px; }
    .access .tab_content li img:first-child {
      margin-bottom: 0; }
.access #google_map {
  margin-bottom: 20px; }
.access h5 {
  padding-left: 30px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.1em;
  background: no-repeat left center; }
  .access h5.ico_01 {
    background-image: url(/img/access/ico_01.png); }
  .access h5.ico_03 {
    background-image: url(/img/access/ico_03.png); }
  .access h5.ico_04 {
    background-image: url(/img/access/ico_04.png); }
.access p.root {
  margin: 10px 0 0 15px;
  line-height: 1.8em;
  letter-spacing: 0.1em; }

.access_map {
  width: 540px;
  margin: 0 10px;
  text-align: center; }

/* blog
--------------------------------------------------*/
.blog li {
  float: left;
  width: 50%;
  margin-bottom: 10px; }
.blog img.photo {
  float: left;
  margin-right: 10px; }

/* link
--------------------------------------------------*/
.link li {
  float: left;
  margin: 0 10px 10px 0; }

/* contact
--------------------------------------------------*/
.contact form {
  display: block;
  background: #eee;
  margin-top: 10px;
  padding: 10px; }
.contact label {
  display: block;
  margin-bottom: 5px;
  color: #999; }
.contact input.text, .contact textarea {
  margin-bottom: 10px; }
.contact .text {
  width: 400px; }
.contact textarea {
  width: 568px; }

.alert {
  color: #e74c3c; }

/*# sourceMappingURL=style.css.map */
