@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

/*====================================
目次
┗【 初期設定 】
┗【 ヘッダー 】
┗【 フッター 】
┗【 共通パーツ 】
=====================================*/
/*====================================
* 初期設定
=====================================*/
body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "A1 Mincho" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  color: #333;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 737px) {
  body {
    min-width: 1120px;
  }
}
@media screen and (max-width: 736px) {
  body {
    font-size: 12px;
  }
  body.fixed {
    overflow: hidden;
  }
}

a {
  color: #333;
  text-decoration: none;
}
a[href^=tel] {
  cursor: default;
}

a:hover {
  color: #333;
}

@media print, screen and (min-width: 737px) {
  .cW {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 736px) {
  .cWsp {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 737px) {
  br.sp_only {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  br.pc_only {
    display: none;
  }
}

#loading {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10002;
}
#loading img {
  zoom: .4;
}

#movieBox {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
@media screen and (max-width: 736px) {
  #movieBox {
    background: url(./img/top/movie_bg.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
#movieBox .languageMenu {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#movieBox .languageMenu li span {
  cursor: pointer;
}
#movieBox .languageMenu li + li {
  margin-left: 45px;
  position: relative;
}
#movieBox .languageMenu li + li:before {
  content: "/";
  width: 45px;
  text-align: center;
  color: #fff;
  height: 1em;
  position: absolute;
  top: 0;
  left: -45px;
  bottom: 0;
  margin: auto;
}
#movieBox video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#movieBox .entranceS {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

/*====================================
* ヘッダー
=====================================*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
@media print, screen and (min-width: 737px) {
  header {
    min-width: 1120px;
  }
}
header .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .headerInner h1 {
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 736px) {
  header .headerInner h1 {
    margin-left: 15px;
  }
  header .headerInner h1 img {
    width: auto;
    height: 30px;
  }
}
header .headerInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 736px) {
  header .headerInner ul {
    display: none;
  }
}
header .headerInner ul li + li {
  margin-left: 30px;
}
header .headerInner ul li a {
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  header .headerInner ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .headerInner ul li a:hover {
    opacity: 0.7;
  }
}
header .headerInner .menuBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  width: 78px;
  height: 78px;
  background: url(./img/common/bg03.png) 50% 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 737px) {
  header .headerInner .menuBtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .headerInner .menuBtn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  header .headerInner .menuBtn {
    width: 60px;
    height: 60px;
  }
}
header .headerInner .menuBtn span {
  display: block;
  height: 34px;
  width: 40px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .headerInner .menuBtn span {
    height: 25px;
    width: 27px;
  }
}
header .headerInner .menuBtn span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
header .gNav {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px 40px 55px;
  background: url(./img/common/bg02.png) 50% 50%;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 736px) {
  header .gNav {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    padding: 30px 60px;
  }
}
header .gNav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .gNav .menu01 li {
  border-bottom: 1px solid #fff;
}
header .gNav .menu01 li:first-child {
  padding-bottom: 45px;
}
@media screen and (max-width: 736px) {
  header .gNav .menu01 li:first-child {
    padding-bottom: 25px;
  }
}
header .gNav .menu01 li + li a {
  display: block;
  line-height: 45px;
}
@media print, screen and (min-width: 737px) {
  header .gNav .menu01 li + li a {
    width: 220px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gNav .menu01 li + li a:hover {
    background: #fff;
  }
}
header .gNav .menu01 li + li a img {
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  header .gNav .menu01 li + li a img {
    zoom: 0.5;
  }
}
header .gNav .menu02 {
  margin-top: 35px;
}
@media print, screen and (min-width: 737px) {
  header .gNav .menu02 {
    display: none;
  }
}
header .gNav .menu02 li + li {
  margin-top: 20px;
}
header .gNav .menu02 li a img {
  zoom: 0.5;
}
header .gNav .closeBtn {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
header .gNav .closeBtn:before, header .gNav .closeBtn:after {
  content: "";
  width: 2px;
  height: calc(100% * 1.414);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  cursor: pointer;
}
header .gNav .closeBtn:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
header .gNav .closeBtn:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

/*====================================
* フッター
=====================================*/
footer {
  padding: 95px 0;
  background: url(./img/common/bg01.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  footer {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 737px) {
  footer .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 736px) {
  footer .footer_top .logo {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer_top .logo img {
    zoom: 0.5;
  }
}
footer .footer_top .add {
  line-height: 1.65;
  font-size: 12px;
}
@media print, screen and (min-width: 737px) {
  footer .footer_top .add {
    margin-left: 35px;
  }
}
@media screen and (max-width: 736px) {
  footer .footer_top .add {
    text-align: center;
  }
}
footer .footer_top .sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  footer .footer_top .sns {
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_top .sns li + li {
  margin-left: 10px;
}
@media print, screen and (min-width: 737px) {
  footer .footer_top .sns li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_top .sns li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  footer .footer_top .sns li a img {
    zoom: 0.75;
  }
}
footer .footer_middle {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  footer .footer_middle {
    margin-top: 10px;
    display: none;
  }
}
footer .footer_middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer_middle ul li {
  width: calc(100% / 7);
  border-left: 1px solid #000;
}
footer .footer_middle ul li:last-child {
  border-right: 1px solid #000;
}
footer .footer_middle ul li a {
  display: block;
  text-align: center;
  padding: 2px 0;
}
@media print, screen and (min-width: 737px) {
  footer .footer_middle ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_middle ul li a:hover {
    opacity: 0.7;
  }
}
footer .footer_bottom {
  margin-top: 25px;
}
@media screen and (max-width: 736px) {
  footer .footer_bottom {
    margin-top: 15px;
  }
}
footer .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 736px) {
  footer .footer_bottom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_bottom ul li + li:before {
  content: "/";
  display: inline-block;
  width: 1.5em;
  text-align: center;
}
footer .footer_bottom ul li a {
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  footer .footer_bottom ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer_bottom ul li a:hover {
    opacity: 0.7;
  }
}

/*====================================
* 共通パーツ
=====================================*/
main {
  padding-top: 78px;
}
@media screen and (max-width: 736px) {
  main {
    padding-top: 60px;
  }
}
main p {
  line-height: 1.75;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  background: url(./img/common/bg01.png);
}
@media screen and (max-width: 736px) {
  .pageTitle {
    height: 90px;
  }
  .pageTitle img {
    zoom: 0.5;
  }
}

.top_slider {
  position: relative;
}
.top_slider .slider .slide img {
  width: 100vw;
}

.topOwabi {
  margin-top: 40px;
  padding: 30px 0;
  background: url(./img/common/bg01.png) 50% 50%;
}
@media print, screen and (min-width: 737px) {
  .topOwabi {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .topOwabi {
    padding: 30px;
  }
}
.topOwabi .ttl {
  font-size: 21px;
}
@media screen and (max-width: 736px) {
  .topOwabi .ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.topOwabi .ttl span {
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  .topOwabi .ttl span {
    position: relative;
  }
  .topOwabi .ttl span:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    margin: auto;
  }
  .topOwabi .ttl span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    margin: auto;
  }
}
.topOwabi .text {
  margin-top: 15px;
}
.topOwabi .telLink {
  margin-top: 10px;
}
@media screen and (max-width: 736px) {
  .topOwabi .telLink {
    text-align: center;
  }
}
.topOwabi .telLink a {
  font-size: 19px;
}
@media screen and (max-width: 736px) {
  .topOwabi .telLink a {
    font-size: 16px;
  }
}

.top_news {
  padding: 45px 0 75px;
}
@media screen and (max-width: 736px) {
  .top_news {
    padding: 35px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .top_news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner h2 {
    text-align: center;
  }
  .top_news .inner h2 img {
    zoom: 0.5;
  }
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul {
    margin-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul {
    margin-top: 35px;
    padding: 0 30px;
  }
}
.top_news .inner ul li {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul li {
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li:after {
    content: "";
    display: block;
    clear: both;
  }
  .top_news .inner ul li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li figure {
    width: 45%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 17px;
  }
  .top_news .inner ul li figure img {
    width: 100% !important;
    height: auto !important;
  }
}
.top_news .inner ul li figure a {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul li figure a {
    background: #000;
    overflow: hidden;
  }
  .top_news .inner ul li figure a img {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .top_news .inner ul li figure a:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.top_news .inner ul li .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul li .content {
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li .content {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul li .content .date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li .content .day {
    display: inline-block;
  }
}
.top_news .inner ul li .content .time {
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li .content .time {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.top_news .inner ul li .content .link {
  margin-top: auto;
}
.top_news .inner ul li .content .link a {
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  .top_news .inner ul li .content .link a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_news .inner ul li .content .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner ul li .content .link img {
    height: 25px;
  }
}
@media print, screen and (min-width: 737px) {
  .top_news .inner .more {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 60px;
  }
}
@media screen and (max-width: 736px) {
  .top_news .inner .more {
    margin-top: 30px;
    text-align: center;
  }
}
.top_news .inner .more a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 737px) {
  .top_news .inner .more a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_news .inner .more a:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 737px) {
  .top_about {
    padding: 72px 0;
    background: url(./img/top/img01.png) no-repeat;
    background-position-x: 50%;
    background-position-y: 0;
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 737px) {
  .top_about .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 736px) {
  .top_about .inner h2 {
    padding: 30px 0 25px;
    text-align: center;
    background: url(./img/top/img01.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .top_about .inner h2 img {
    zoom: 0.5;
  }
}
.top_about .inner .obj {
  margin: 45px 45px 0 40px;
  width: 58px;
  height: 28px;
}
@media screen and (max-width: 736px) {
  .top_about .inner .obj {
    margin: 30px auto 0;
    width: 50px;
    height: 24px;
  }
}
.top_about .inner .obj .obj_01 {
  top: 0;
  left: 0;
}
.top_about .inner .obj .obj_01 img {
  -webkit-transform: rotateZ(-35deg);
          transform: rotateZ(-35deg);
}
.top_about .inner .obj .obj_02 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_about .inner .obj .obj_02 img {
  -webkit-transform: rotateZ(50deg);
          transform: rotateZ(50deg);
}
.top_about .inner .obj .obj_03 {
  top: 0;
  right: 0;
}
.top_about .inner .obj .obj_03 img {
  -webkit-transform: rotateZ(-35deg);
          transform: rotateZ(-35deg);
}
.top_about .inner .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.top_about .inner p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-bottom: 30px;
  font-size: 16px;
}
@media print, screen and (min-width: 737px) {
  .top_about .inner p {
    color: #fff;
  }
}
@media screen and (max-width: 736px) {
  .top_about .inner p {
    font-size: 12px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 737px) {
  .top_about .inner .link {
    margin-right: auto;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background: #fff;
  }
  .top_about .inner .link a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_about .inner .link a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 736px) {
  .top_about .inner .link {
    text-align: center;
    margin: 0 30px;
  }
}

.top_space {
  padding: 105px 0;
}
@media screen and (max-width: 736px) {
  .top_space {
    padding: 45px 0 0;
  }
}
@media print, screen and (min-width: 737px) {
  .top_space .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 737px) {
  .top_space .inner > div {
    margin: 0 50px 0 35px;
  }
}
.top_space .inner > div h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .top_space .inner > div h2 {
    padding: 70px 0;
    background: url(./img/top/img02.png) no-repeat;
    background-size: cover;
  }
  .top_space .inner > div h2 img {
    zoom: 0.5;
  }
}
.top_space .inner > div .obj {
  margin: 50px auto;
  display: table;
  width: 42px;
  height: 40px;
}
@media screen and (max-width: 736px) {
  .top_space .inner > div .obj {
    margin: 30px auto 0;
    width: 37px;
    height: 35px;
  }
}
.top_space .inner > div .obj .obj_01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_space .inner > div .obj .obj_01 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_space .inner > div .obj .obj_02 {
  right: 0;
  bottom: 0;
}
.top_space .inner > div .obj .obj_02 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_space .inner > div .obj .obj_03 {
  left: 0;
  bottom: 0;
}
.top_space .inner > div .obj .obj_03 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_space .inner > div .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
@media screen and (max-width: 736px) {
  .top_space .inner > div p {
    margin-top: 20px;
    text-align: center;
  }
}
.top_space .inner > div .link {
  margin-top: 25px;
}
@media print, screen and (min-width: 737px) {
  .top_space .inner > div .link a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_space .inner > div .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .top_space .inner > div .link {
    margin-top: 20px;
    text-align: center;
  }
  .top_space .inner > div .link img {
    height: 25px;
  }
}
.top_space .inner figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .top_space .inner figure {
    display: none;
  }
}

@media print, screen and (min-width: 737px) {
  .top_dish {
    padding: 185px 0 70px;
    background: url(./img/top/img03.jpg) no-repeat;
    background-position-x: 50%;
    background-position-y: 0;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 736px) {
  .top_dish {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 737px) {
  .top_dish .inner > div {
    display: table;
  }
}
.top_dish .inner > div h2 {
  text-align: center;
}
.top_dish .inner > div h2 img {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 736px) {
  .top_dish .inner > div h2 {
    background: url(./img/top/img03.jpg) no-repeat 50% 50%;
    background-size: cover;
    text-align: center;
    padding: 70px 0;
  }
  .top_dish .inner > div h2 img {
    zoom: 0.5;
  }
}
.top_dish .inner > div .obj {
  margin: 50px auto;
  display: table;
  width: 70px;
  height: 30px;
}
.top_dish .inner > div .obj img {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 736px) {
  .top_dish .inner > div .obj {
    margin: 30px auto 0;
    width: 63px;
    height: 26px;
  }
}
.top_dish .inner > div .obj .obj_01 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_dish .inner > div .obj .obj_01 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_dish .inner > div .obj .obj_02 {
  top: 0;
  left: 0;
}
.top_dish .inner > div .obj .obj_02 img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.top_dish .inner > div .obj .obj_03 {
  top: 0;
  right: 0;
}
.top_dish .inner > div .obj .obj_03 img {
  -webkit-transform: rotateZ(20deg);
          transform: rotateZ(20deg);
}
.top_dish .inner > div .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
@media print, screen and (min-width: 737px) {
  .top_dish .inner > div p {
    color: #fff;
  }
}
@media screen and (max-width: 736px) {
  .top_dish .inner > div p {
    text-align: center;
    margin: 20px auto 0;
  }
}
.top_dish .inner > div .link {
  margin-top: 25px;
}
@media print, screen and (min-width: 737px) {
  .top_dish .inner > div .link a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_dish .inner > div .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .top_dish .inner > div .link {
    margin-top: 20px;
    text-align: center;
  }
  .top_dish .inner > div .link img {
    height: 25px;
  }
}

@media print, screen and (min-width: 737px) {
  .top_play {
    padding: 105px 0;
  }
}
@media screen and (max-width: 736px) {
  .top_play {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 737px) {
  .top_play .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 737px) {
  .top_play .inner > div {
    margin-left: 95px;
  }
}
.top_play .inner > div h2 {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .top_play .inner > div h2 {
    margin-bottom: 50px;
  }
}


@media screen and (max-width: 736px) {
  /* ▼バウで画像URL書き換え▼ */
  .top_play .inner > div h2 {
    padding: 70px 0;
    text-align: center;
    background: url(./img/bar/bar_pic_top.jpg) no-repeat;
    background-size: cover;
  }
  /* ▲バウで画像URL書き換え▲ */
  .top_play .inner > div h2 img {
    zoom: 0.5;
  }
}
.top_play .inner > div .obj {
  margin: 50px auto;
  display: table;
  width: 56px;
  height: 38px;
}
@media screen and (max-width: 736px) {
  .top_play .inner > div .obj {
    margin: 30px auto 0;
    width: 50px;
    height: 35px;
  }
}
.top_play .inner > div .obj .obj_01 {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_play .inner > div .obj .obj_01 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_play .inner > div .obj .obj_02 {
  bottom: 0;
  left: 0;
}
.top_play .inner > div .obj .obj_02 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_play .inner > div .obj .obj_03 {
  bottom: 0;
  right: 0;
}
.top_play .inner > div .obj .obj_03 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_play .inner > div .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
@media screen and (max-width: 736px) {
  .top_play .inner > div p {
    text-align: center;
    margin: 20px auto 0;
  }
}
.top_play .inner > div p span {
  display: block;
  font-size: 9px;
}
@media screen and (max-width: 736px) {
  .top_play .inner > div p span {
    font-size: 10px;
  }
}
.top_play .inner > div .link {
  margin-top: 25px;
}
@media print, screen and (min-width: 737px) {
  .top_play .inner > div .link a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_play .inner > div .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .top_play .inner > div .link {
    margin-top: 20px;
    text-align: center;
  }
  .top_play .inner > div .link img {
    height: 25px;
  }
}
.top_play .inner figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 736px) {
  .top_play .inner figure {
    display: none;
  }
}

.top_banner {
  padding: 72px 0;
  background: url(./img/common/bg01.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .top_banner {
    margin-top: 45px;
    padding: 30px;
  }
}
.top_banner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 737px) {
  .top_banner ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_banner ul li a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 737px) {
  .top_banner ul li:first-child a {
    padding-top: 15px;
    height: 128px;
    background: url(./img/top/img04.png) 50% 50%;
  }
}
.top_banner ul li:first-child a .obj {
  display: table;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 402px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .top_banner ul li:first-child a .obj {
    width: 28px;
    height: 24px;
    left: 25%;
  }
}
.top_banner ul li:first-child a .obj .obj_01 {
  bottom: 0;
  right: 0;
}
.top_banner ul li:first-child a .obj .obj_01 img {
  -webkit-transform: rotateZ(40deg);
          transform: rotateZ(40deg);
}
.top_banner ul li:first-child a .obj .obj_02 {
  bottom: 0;
  left: 50%;
}
.top_banner ul li:first-child a .obj .obj_02 img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.top_banner ul li:first-child a .obj .obj_03 {
  bottom: 0;
  left: 0;
}
.top_banner ul li:first-child a .obj .obj_03 img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.top_banner ul li:first-child a .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.top_banner ul li:last-child {
  margin-top: 45px;
}
@media screen and (max-width: 736px) {
  .top_banner ul li:last-child {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 737px) {
  .top_banner ul li:last-child a {
    height: 120px;
    padding-left: 40px;
    background: url(./img/top/img05.png) 50% 50%;
  }
}
.top_banner ul li:last-child a .obj {
  display: table;
  width: 46px;
  height: 41px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .top_banner ul li:last-child a .obj {
    width: 31px;
    height: 28px;
    left: 8.5%;
  }
}
.top_banner ul li:last-child a .obj .obj_01 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_banner ul li:last-child a .obj .obj_01 img {
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.top_banner ul li:last-child a .obj .obj_02 {
  top: 0;
  left: 0;
}
.top_banner ul li:last-child a .obj .obj_02 img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.top_banner ul li:last-child a .obj .obj_03 {
  top: 0;
  right: 0;
}
.top_banner ul li:last-child a .obj .obj_03 img {
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.top_banner ul li:last-child a .obj.ready span img {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}

.top_access {
  padding: 110px 0 105px;
}
@media screen and (max-width: 736px) {
  .top_access {
    padding: 50px 0;
  }
}
.top_access h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .top_access h2 img {
    zoom: 0.5;
  }
}
@media print, screen and (min-width: 737px) {
  .top_access .inner {
    margin-top: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_access .inner > div {
  line-height: 1.75;
}
@media screen and (max-width: 736px) {
  .top_access .inner > div {
    display: table;
    margin: 20px auto;
  }
}
.top_access .inner > div h3 {
  margin-top: 1em;
  font-weight: bold;
}
.top_access .inner > div .open {
  padding-left: 10px;
}
.top_access .inner > div p + dl {
  margin-top: 5px;
}
.top_access .inner > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_access .inner > div dl dt {
  width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top_access .inner > div dl dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 737px) {
  .top_access .inner figure {
    margin-left: 35px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 736px) {
  .top_access .inner figure {
    margin-top: 20px;
    padding: 0 30px;
  }
}
.top_access .inner .link {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
@media print, screen and (min-width: 737px) {
  .top_access .inner .link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -35px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (max-width: 736px) {
  .top_access .inner .link {
    display: 20px auto 0;
  }
}
.top_access .inner .link:before {
  content: url(./img/top/ico01.png);
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.top_access .inner .link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 737px) {
  .top_access .inner .link a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top_access .inner .link a:hover {
    opacity: 0.7;
  }
}

.home .obj {
  position: relative;
}
.home .obj span {
  display: table;
  position: absolute;
}
.home .obj span img {
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
@media screen and (max-width: 736px) {
  .home .obj span img {
    zoom: 0.5;
  }
}

@media print, screen and (min-width: 737px) {
  .fade-a {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  .fade-a.fadeIn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  .fade-b {
    opacity: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
  }
  .fade-b.fadeIn {
    opacity: 1;
  }

  .fade-list li {
    opacity: 0;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
  }
  .fade-list li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .fade-list li:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .fade-list li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .fade-list.fadeIn li {
    opacity: 1;
  }

  .top_space .inner > div p, .top_space .inner > div h3, .top_play .inner > div p, .top_play .inner > div h3, .top_access .inner > div p, .top_access .inner > div h3 {
    opacity: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .top_space .inner figure, .top_space .inner .link, .top_space .inner .open, .top_play .inner figure, .top_play .inner .link, .top_play .inner .open, .top_access .inner figure, .top_access .inner .link, .top_access .inner .open {
    opacity: 0;
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .top_space .inner.fadeIn > div p, .top_space .inner.fadeIn > div h3, .top_play .inner.fadeIn > div p, .top_play .inner.fadeIn > div h3, .top_access .inner.fadeIn > div p, .top_access .inner.fadeIn > div h3 {
    opacity: 1;
  }
  .top_space .inner.fadeIn figure, .top_space .inner.fadeIn .link, .top_space .inner.fadeIn .open, .top_play .inner.fadeIn figure, .top_play .inner.fadeIn .link, .top_play .inner.fadeIn .open, .top_access .inner.fadeIn figure, .top_access .inner.fadeIn .link, .top_access .inner.fadeIn .open {
    opacity: 1;
  }
}
.owner-content {
  padding: 60px 0 70px;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .owner-content {
    padding: 0 0 40px;
  }
}
.owner-content a {
  text-decoration: underline;
}
@media print, screen and (min-width: 737px) {
  .owner-content a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .owner-content a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .owner-content .box_01 .imgBox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 704px;
    height: 492px;
  }
}
.owner-content .box_01 h2 {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_01 h2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_01 h2 {
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  .owner-content .box_01 h2 img {
    zoom: 0.5;
  }
}
.owner-content .box_02 {
  margin-top: 50px;
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_02 > div {
    width: 330px;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_02 > div {
    display: inline;
  }
}
.owner-content .box_02 > div h3 {
  font-size: 20px;
  line-height: 1.7;
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_02 > div h3 {
    padding-left: 19px;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_02 > div h3 {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_02 > div figure.pc_only {
    display: none;
  }
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_02 > div figure.sp_only {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_02 > div p {
    display: inline;
  }
}
@media print, screen and (min-width: 737px) {
  .owner-content .box_02 > div > *:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  .owner-content .box_02 > div figure + h3 {
    margin-top: 40px;
  }
  .owner-content .box_02 > div p + figure {
    margin-top: 20px;
  }
  .owner-content .box_02 > div figure + p {
    margin-top: 20px;
  }
}

.space-content {
  text-align: center;
}
.space-content .floormap-box {
  padding: 80px 0 90px;
  background: url(./img/common/bg03.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .space-content .floormap-box {
    padding: 25px 0;
  }
}
.space-content .floormap-box p {
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .space-content .floormap-box p {
    margin-top: 20px;
  }
}
.space-content .floormap-box figure {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .space-content .floormap-box figure {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  .space-content .floormap-box h3 img {
    zoom: 0.5;
  }
}
.space-content .floor-images {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  .space-content .floor-images {
    padding: 30px 0 35px;
  }
}
.space-content .floor-images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 737px) {
  .space-content .floor-images ul li {
    width: 500px;
  }
  .space-content .floor-images ul li:nth-child(even) {
    margin-left: 80px;
  }
  .space-content .floor-images ul li:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 736px) {
  .space-content .floor-images ul li + li {
    margin-top: 50px;
  }
}
.space-content .floor-images ul li h4 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  .space-content .floor-images ul li h4 {
    margin-top: 30px;
  }
  .space-content .floor-images ul li h4 img {
    zoom: 0.5;
  }
}
.space-content .floor-images ul li p {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .space-content .floor-images ul li p {
    margin-top: 30px;
  }
}

.play-content {
  padding: 120px 0;
}
@media screen and (max-width: 736px) {
  .play-content {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content > div {
    position: relative;
    min-height: 492px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.play-content > div h3 {
  text-align: center;
  font-size: 36px;
  line-height: 1.3;
}
@media print, screen and (min-width: 737px) {
  .play-content > div h3 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 auto;
  }
}
@media screen and (max-width: 736px) {
  .play-content > div h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content > div figure {
    position: absolute;
  }
}
@media screen and (max-width: 736px) {
  .play-content > div figure {
    margin-top: 30px;
  }
}
.play-content > div p {
  margin-top: auto;
}
@media screen and (max-width: 736px) {
  .play-content > div p {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content .box_01 {
    padding-right: 526px;
    width: 1000px;
    min-height: 704px;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content .box_01 figure {
    top: 0;
    right: 0;
  }
}
.play-content .box_02 {
  margin-top: 120px;
}
@media print, screen and (min-width: 737px) {
  .play-content .box_02 {
    padding-left: 734px;
  }
}
@media screen and (max-width: 736px) {
  .play-content .box_02 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content .box_02 figure {
    top: 0;
    left: 0;
  }
}
.play-content .box_03 {
  margin-top: 120px;
}
@media print, screen and (min-width: 737px) {
  .play-content .box_03 {
    padding-right: 734px;
  }
}
@media screen and (max-width: 736px) {
  .play-content .box_03 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 737px) {
  .play-content .box_03 figure {
    top: 0;
    right: 0;
  }
}

.dish-content .box_01 {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_01 .inner {
    padding-right: 734px;
    position: relative;
    min-height: 492px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dish-content .box_01 .inner h3 {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_01 .inner h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 .inner h3 img {
    zoom: 0.5;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_01 .inner .imgBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 704px;
    height: 492px;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 .inner .imgBox {
    margin-top: 30px;
  }
}
.dish-content .box_01 .inner p {
  margin-top: auto;
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 .inner p {
    margin-top: 50px;
  }
}
.dish-content .box_01 .inner p.attention {
  margin-top: 35px;
  font-size: 11px;
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 .inner p.attention {
    margin-top: 20px;
  }
}
.dish-content .box_01 .inner .link {
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_01 .inner .link a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .dish-content .box_01 .inner .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_01 .inner .link {
    margin-top: 30px;
    text-align: center;
  }
}
.dish-content .box_02 {
  padding: 80px 0;
  background: url(./img/common/bg01.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_02 .inner {
    padding-left: 734px;
    position: relative;
    min-height: 492px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dish-content .box_02 .inner h3 {
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_02 .inner h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 .inner h3 img {
    zoom: 0.5;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_02 .inner .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 704px;
    height: 492px;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 .inner .imgBox {
    margin-top: 30px;
  }
}
.dish-content .box_02 .inner p {
  margin-top: auto;
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 .inner p {
    margin-top: 50px;
  }
}
.dish-content .box_02 .inner p.attention {
  margin-top: 35px;
  font-size: 11px;
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 .inner p.attention {
    margin-top: 20px;
  }
}
.dish-content .box_02 .inner .link {
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_02 .inner .link a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .dish-content .box_02 .inner .link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_02 .inner .link {
    margin-top: 30px;
    text-align: center;
  }
}
.dish-content .box_03 {
  padding: 80px 0;
}
@media screen and (max-width: 736px) {
  .dish-content .box_03 {
    padding: 0 0 40px;
  }
}
.dish-content .box_03 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_03 .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 690px;
    position: relative;
    min-height: 419px;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_03 .inner h3 {
    padding-left: 40px;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_03 .inner h3 {
    margin-top: 30px;
    text-align: center;
  }
  .dish-content .box_03 .inner h3 img {
    zoom: 0.5;
  }
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_03 .inner figure {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_03 .inner figure {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.dish-content .box_03 .inner p {
  padding-top: 75px;
}
@media print, screen and (min-width: 737px) {
  .dish-content .box_03 .inner p {
    padding-left: 40px;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 736px) {
  .dish-content .box_03 .inner p {
    padding-top: 20px;
    text-align: center;
  }
}

.faq-content {
  padding: 70px 0 80px;
}
@media screen and (max-width: 736px) {
  .faq-content {
    padding: 30px 0 40px;
  }
}
.faq-content dl {
  line-height: 1.7;
}
.faq-content dl dt {
  font-size: 24px;
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .faq-content dl dt {
    padding-left: 35px;
    font-size: 12px;
  }
}
.faq-content dl dt:before {
  content: "";
  width: 27px;
  height: 35px;
  background: url(./img/faq/ico_q.png) no-repeat;
  position: absolute;
  top: 5px;
  left: 10px;
}
@media screen and (max-width: 736px) {
  .faq-content dl dt:before {
    zoom: 0.5;
  }
}
.faq-content dl dd {
  margin-top: 20px;
  font-size: 21px;
  padding-left: 70px;
  padding-bottom: 25px;
  border-bottom: 1px solid #978475;
  position: relative;
}
@media screen and (max-width: 736px) {
  .faq-content dl dd {
    margin-top: 15px;
    font-size: 10px;
    padding-left: 35px;
    padding-bottom: 15px;
  }
}
.faq-content dl dd a {
  text-decoration: underline;
}
.faq-content dl dd:before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(./img/faq/ico_a.png) no-repeat;
  position: absolute;
  top: 3px;
  left: 10px;
}
@media screen and (max-width: 736px) {
  .faq-content dl dd:before {
    zoom: 0.5;
  }
}
.faq-content dl dd:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .faq-content dl dd:not(:last-child) {
    margin-bottom: 15px;
  }
}

.privacy-content {
  padding: 75px 0 80px;
  line-height: 2;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .privacy-content {
    padding: 40px 0;
  }
}
.privacy-content h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .privacy-content h2 img {
    zoom: 0.5;
  }
}
.privacy-content .text {
  margin-top: 70px;
}
@media screen and (max-width: 736px) {
  .privacy-content .text {
    margin-top: 30px;
  }
}
.privacy-content .content {
  margin-top: 45px;
}
@media screen and (max-width: 736px) {
  .privacy-content .content {
    margin-top: 20px;
  }
}
.privacy-content .content h3 {
  font-size: 24px;
}
@media screen and (max-width: 736px) {
  .privacy-content .content h3 {
    font-size: 16px;
  }
}
.privacy-content .content h3:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 736px) {
  .privacy-content .content h3:not(:first-child) {
    margin-top: 20px;
  }
}
.privacy-content .content .type01 {
  counter-reset: list01;
}
.privacy-content .content .type01 > li {
  padding-left: 2em;
  position: relative;
}
.privacy-content .content .type01 > li:before {
  counter-increment: list01;
  content: counter(list01) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-content .content .type02 {
  counter-reset: list02;
}
.privacy-content .content .type02 > li {
  padding-left: 2em;
  position: relative;
}
.privacy-content .content .type02 > li:before {
  counter-increment: list02;
  content: "(" counter(list02) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-content .content .type03 {
  counter-reset: list02;
}
.privacy-content .content .type03 > li {
  padding-left: 2em;
  position: relative;
}
.privacy-content .content .type03 > li:before {
  counter-increment: list02;
  content: counter(list02,lower-roman) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy-content .content .info {
  margin-top: 45px;
}
@media screen and (max-width: 736px) {
  .privacy-content .content .info {
    margin-top: 20px;
  }
}
.privacy-content .content .info span {
  display: block;
  text-align: right;
}

.recruit-content {
  padding: 75px 0 80px;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .recruit-content {
    padding: 40px 0;
  }
}
.recruit-content h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .recruit-content h2 img {
    zoom: 0.5;
  }
}
.recruit-content .not_recruit {
  margin-top: 70px;
  padding: 70px 0;
  border-top: 1px solid #978475;
  border-bottom: 1px solid #978475;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .recruit-content .not_recruit {
    margin-top: 25px;
    padding: 35px 0;
  }
  .recruit-content .not_recruit img {
    zoom: 0.5;
  }
}

.news-content {
  padding: 70px 0 50px;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .news-content {
    padding: 0 0 40px;
  }
}
@media print, screen and (min-width: 737px) {
  .news-content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-content .news-sp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(./img/common/bg05.png) 50% 50%;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-sp-navi {
    display: none;
  }
}
.news-content .news-sp-navi li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% / 3);
}
.news-content .news-sp-navi li + li {
  border-left: 1px solid #fff;
}
.news-content .news-sp-navi li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  height: 100%;
}
.news-content .news-sp-navi li a img {
  zoom: 0.5;
}
.news-content .news-sp-navi li select {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  text-indent: -9999px;
  -webkit-appearance: none;
  background: url(./img/news/menu02.png) no-repeat 50% 50%;
  background-size: auto 15px;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list {
    width: 725px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .lineBox {
    border-left: 1px solid #9FA0A0;
    padding-left: 49px;
  }
}
.news-content .news-list .lineBox h2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .news-content .news-list .lineBox h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .news-content .news-list .lineBox h2 img {
    zoom: 0.5;
  }
}
@media screen and (max-width: 736px) {
  .news-content .news-list .lineBox .news-list-ul {
    margin-top: 15px;
  }
}
.news-content .news-list .lineBox .news-list-ul li {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .lineBox .news-list-ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 736px) {
  .news-content .news-list .lineBox .news-list-ul li {
    padding: 15px 0;
  }
}
.news-content .news-list .lineBox .news-list-ul li + li {
  border-top: 1px solid #9FA0A0;
}
.news-content .news-list .lineBox .news-list-ul li figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .lineBox .news-list-ul li figure {
    background: #000;
    overflow: hidden;
    margin-left: 70px;
  }
  .news-content .news-list .lineBox .news-list-ul li figure img {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .news-content .news-list .lineBox .news-list-ul li figure:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 736px) {
  .news-content .news-list .lineBox .news-list-ul li figure {
    width: 45%;
    margin-right: 17px;
  }
  .news-content .news-list .lineBox .news-list-ul li figure img {
    width: 100%;
    height: auto;
  }
}
.news-content .news-list .lineBox .news-list-ul li .content {
  line-height: 1.8;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .lineBox .news-list-ul li .content {
    margin-right: auto;
  }
}
.news-content .news-list .lineBox .news-list-ul li .content .link {
  margin-top: 20px;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .lineBox .news-list-ul li .content .link img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-list .lineBox .news-list-ul li .content .link:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .news-content .news-list .lineBox .news-list-ul li .content .link {
    margin-top: 10px;
  }
  .news-content .news-list .lineBox .news-list-ul li .content .link img {
    height: 25px;
  }
}
.news-content .news-list .pager {
  margin: 40px auto;
  display: table;
  padding: 0 25px;
  position: relative;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-list .pager a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-list .pager a:hover {
    opacity: 0.7;
  }
}
.news-content .news-list .pager > a:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.news-content .news-list .pager > a:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.news-content .news-list .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-content .news-list .pager ul li + li:before {
  content: "/";
  display: inline-block;
  width: 2em;
  text-align: center;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-body {
    border-left: 1px solid #9FA0A0;
    padding-left: 49px;
    width: 725px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news-content .news-body .news-body-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.news-content .news-body .news-body-header .date, .news-content .news-body .news-body-header .cate {
  font-size: 17px;
  line-height: 1.7;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-header .date, .news-content .news-body .news-body-header .cate {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 737px) {
  .news-content .news-body .news-body-header .date a, .news-content .news-body .news-body-header .cate a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-body .news-body-header .date a:hover, .news-content .news-body .news-body-header .cate a:hover {
    opacity: 0.7;
  }
}
.news-content .news-body .news-body-header h2 {
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-header h2 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.news-content .news-body .news-body-header h3 {
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-header h3 {
    font-size: 16px;
  }
}
.news-content .news-body .news-body-content figure {
  margin-bottom: 50px;
}
.news-content .news-body .news-body-content figure img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-content figure {
    margin-bottom: 20px;
  }
}
.news-content .news-body .news-body-content .time {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-content .time {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.news-content .news-body .news-body-content .news-btn {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 736px) {
  .news-content .news-body .news-body-content .news-btn {
    margin-top: 20px;
  }
  .news-content .news-body .news-body-content .news-btn img {
    height: 25px;
  }
}
.news-content .news-body .news-body-content .news-btn li a {
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-body .news-body-content .news-btn li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-body .news-body-content .news-btn li a:hover {
    opacity: 0.7;
  }
}
.news-content .news-body .news-body-content .news-btn li + li {
  margin-left: 20px;
}
.news-content .news-side {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 736px) {
  .news-content .news-side {
    display: none;
  }
}
.news-content .news-side h3 {
  margin-bottom: 30px;
}
.news-content .news-side ul li {
  line-height: 1.8;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-side ul li a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-side ul li a:hover {
    opacity: 0.7;
  }
}
.news-content .news-side ul li + li {
  margin-top: 20px;
}
.news-content .news-side .link {
  margin-top: 30px;
}
@media print, screen and (min-width: 737px) {
  .news-content .news-side .link a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-content .news-side .link a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .news-content .news-side .link img {
    height: 25px;
  }
}
.news-content .news-side .news-side-new {
  border-left: 1px solid #9FA0A0;
  padding-left: 24px;
}
.news-content .news-side .news-side-cate {
  margin-top: 95px;
  border-left: 1px solid #9FA0A0;
  padding-left: 24px;
}

.tsudaro-editor-area {
  line-height: 1.8;
  padding: 0;
  margin: 0;
}
.tsudaro-editor-area p {
  line-height: 1.8;
}
.tsudaro-editor-area p + p {
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .tsudaro-editor-area p + p {
    margin-top: 10px;
  }
}
.tsudaro-editor-area a {
  text-decoration: underline;
}
@media print, screen and (min-width: 737px) {
  .tsudaro-editor-area a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .tsudaro-editor-area a:hover {
    opacity: 0.7;
  }
}
.tsudaro-editor-area .font_l {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .tsudaro-editor-area .font_l {
    font-size: 16px;
  }
}

.calendar-content {
  padding: 80px 0 100px;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .calendar-content {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 737px) {
  .calendar-content .inner {
    width: 840px;
  }
}
.calendar-content .inner h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner h2 img {
    zoom: 0.6;
  }
}
.calendar-content .inner .gCalendar {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .gCalendar {
    margin-top: 30px;
  }
}
.calendar-content .inner .gCalendar iframe {
  width: 800px;
  height: 600px;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .gCalendar iframe {
    width: 100%;
    height: 400px;
  }
}
.calendar-content .inner .text {
  margin-top: 20px;
  text-align: right;
}
.calendar-content .inner .calendar-contact {
  margin-top: 60px;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .calendar-contact {
    margin-top: 30px;
  }
}
.calendar-content .inner .calendar-contact h3 {
  text-align: center;
  font-size: 21px;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .calendar-contact h3 {
    font-size: 16px;
  }
}
.calendar-content .inner .calendar-contact .mailBox {
  padding: 40px 0;
  border-top: 1px solid #C5B097;
  border-bottom: 1px solid #C5B097;
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .calendar-contact .mailBox {
    padding: 20px 0;
  }
}
.calendar-content .inner .calendar-contact .mailBox ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar-content .inner .calendar-contact .mailBox ul li a {
  display: block;
}
@media print, screen and (min-width: 737px) {
  .calendar-content .inner .calendar-contact .mailBox ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .calendar-content .inner .calendar-contact .mailBox ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .calendar-contact .mailBox ul li a img {
    height: 25px;
    width: auto;
  }
}
.calendar-content .inner .calendar-contact .mailBox ul li + li {
  margin-left: 25px;
}
.calendar-content .inner .calendar-contact .telBox {
  margin-top: 40px;
  text-align: center;
}
.calendar-content .inner .calendar-contact .telBox a {
  margin-top: 25px;
  display: inline-block;
}
@media print, screen and (min-width: 737px) {
  .calendar-content .inner .calendar-contact .telBox a {
    cursor: default;
  }
}
@media screen and (max-width: 736px) {
  .calendar-content .inner .calendar-contact .telBox a {
    margin-top: 20px;
  }
  .calendar-content .inner .calendar-contact .telBox a img {
    zoom: 0.5;
  }
}

.sitemap-content {
  padding: 75px 0 80px;
  line-height: 2;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .sitemap-content {
    padding: 40px 0;
  }
}
.sitemap-content h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sitemap-content h2 img {
    zoom: 0.6;
  }
}
@media print, screen and (min-width: 737px) {
  .sitemap-content .col4 {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 737px) {
  .sitemap-content .col4 > div {
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 736px) {
  .sitemap-content .col4 > div + div {
    margin-top: 15px;
  }
}
.sitemap-content .col4 > div ul li {
  margin-top: 15px;
}
@media print, screen and (min-width: 737px) {
  .sitemap-content .col4 > div ul li a {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sitemap-content .col4 > div ul li a:hover {
    opacity: 0.7;
  }
}
.sitemap-content .col4 > div ul ul li {
  padding-left: 1em;
}
.sitemap-content .col4 > div ul ul li:before {
  content: "- ";
}

.reservation-content {
  padding: 75px 0 80px;
  background: url(./img/common/bg04.png) 50% 50%;
}
@media screen and (max-width: 736px) {
  .reservation-content {
    padding: 40px 0;
  }
}
.reservation-content h2 {
  text-align: center;
}
@media screen and (max-width: 736px) {
  .reservation-content h2 img {
    zoom: 0.5;
  }
}
.reservation-content h2 + .text {
  margin: 15px 0 20px;
  text-align: center;
}
.reservation-content .bgBox {
  margin: 60px 0 90px;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  .reservation-content .bgBox {
    margin: 30px 0;
    padding: 45px 0;
  }
}
.reservation-content .bgBox:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: url(./img/common/bg01.png) 50% 50%;
}
@media screen and (max-width: 1120px) {
  .reservation-content .bgBox:before {
    width: 100vw;
    left: -20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content .bgBox:before {
    left: -30px;
  }
}
.reservation-content .bgBox .text {
  font-size: 21px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .reservation-content .bgBox .text {
    font-size: 16px;
  }
}
.reservation-content .bgBox .text02 {
  margin-top: 30px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .reservation-content .bgBox .text02 {
    margin-top: 15px;
    font-size: 14px;
  }
}
.reservation-content .attention {
  font-size: 18px;
}
@media print, screen and (min-width: 737px) {
  .reservation-content .attention {
    width: 788px;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content .attention {
    font-size: 14px;
  }
}
.reservation-content .attention em {
  display: inline-block;
  color: #BF272D;
  font-style: normal;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
@media print, screen and (min-width: 737px) {
  .reservation-content form {
    width: 788px;
    margin: 0 auto;
  }
}
.reservation-content form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 40px auto 0;
  display: table;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 737px) {
  .reservation-content form button {
    cursor: pointer;
  }
  .reservation-content form button img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .reservation-content form button:hover img {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .reservation-content form dl + dl {
    border-top: 1px solid #978475;
  }
}
.reservation-content form dl dt {
  background: url(./img/common/bg03.png) 50% 50%;
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl dt {
    width: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dt {
    padding: 15px 0;
    text-align: center;
  }
}
.reservation-content form dl dt em {
  display: inline-block;
  color: #BF272D;
  font-style: normal;
  margin-left: 2px;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.reservation-content form dl dd {
  background: #fff;
  padding: 30px 45px;
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .reservation-content form dl dd .ml35 {
    margin-left: 35px;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd {
    padding: 15px;
  }
}
.confirm .reservation-content form dl dd p {
  display: none;
}
.reservation-content form dl dd .error-message {
  margin-bottom: 15px;
  color: #aa0000;
}
.reservation-content form dl dd .error-message:before {
  content: "※";
}
.reservation-content form dl dd.name span {
  display: inline-block;
  width: 2em;
  text-align: center;
}
.confirm .reservation-content form dl dd.name span {
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.name span:nth-child(1), .reservation-content form dl dd.name span:nth-child(3) {
    margin-bottom: 5px;
  }
}
.reservation-content form dl dd.name input {
  margin-left: 20px;
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.name input:nth-child(2) {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl dd.tel span {
    margin: 0 10px;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.tel span {
    display: inline-block;
    width: 5%;
    text-align: center;
  }
}
.reservation-content form dl dd.tel input[type="text"] {
  width: 90px;
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.tel input[type="text"] {
    width: 30%;
  }
}
.reservation-content form dl dd.mail input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl dd.time input[type="text"] {
    width: 130px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.reservation-content form dl dd.time span {
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.time span:nth-child(1), .reservation-content form dl dd.time span:nth-child(3) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 736px) {
  .reservation-content form dl dd.time label {
    margin-bottom: 5px;
  }
}
.reservation-content form dl dd.count span {
  margin-left: 20px;
}
.reservation-content form dl dd.dish .horizontal-item {
  display: inline-block;
  min-width: 25%;
  padding-right: 15px;
  margin: 0;
}
.reservation-content form dl dd input[type="text"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em;
  font-size: 16px;
  width: 180px;
  border: 1px solid #978475;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.reservation-content form dl dd textarea {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em;
  font-size: 16px;
  width: 100%;
  resize: vertical;
  height: 260px;
  border: 1px solid #978475;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.reservation-content form dl dd textarea.allergy_textarea {
  height: 50px;
  background: #fff !important;
}
.reservation-content form dl dd .select {
  position: relative;
  display: inline-block;
}
.reservation-content form dl dd .select:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.confirm .reservation-content form dl dd .select:before {
  display: none;
}
.reservation-content form dl dd .select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  border: none;
  width: 40px;
  padding: 0.3em 30px 0.3em 0.3em;
  border: 1px solid #978475;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 737px) {
  .reservation-content form dl dd > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.reservation-content form dl dd > div + div {
  margin-top: 15px;
}
.reservation-content .link {
  text-align: center;
}
.reservation-content .link a {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
}
@media print, screen and (min-width: 737px) {
  .reservation-content .link a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .reservation-content .link a:hover {
    opacity: 0.8;
  }
}
