@charset "utf-8";

/*---- 共通部分 ----*/

body {
  color: #202020;
  font: 100%/1.5em "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

a {
  color: #202020;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

a.btn {
  border: 1px solid #202020;
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
}

a.btn.white {
  border-color: #fff;
}

a.btn.btn-fill {
  background-color: #c1a250;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

/* Helper */

.small {
  display: inline-block;
  font-size: 90%;
  line-height: 1.5em;
}

.smaller {
  display: inline-block;
  font-size: 80%;
  line-height: 1.5em;
}

.italic {
  font-style: italic;
  font-weight: bold;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.inline-nav ul li {
  display: inline-block;
}

.inline-nav li+li::before {
  content: "";
  margin: 0 10px;
}

.kakomi {
  background-color: #f9f9f9;
  margin-bottom: 2em;
  padding: 20px 30px;
}

.kakomi p {
  margin-bottom: 1em;
}

.kakomi p:last-child {
  margin-bottom: 0;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1em;
}

ol {
  margin-left: 1em;
}

.flex-box {
  display: flex;
}

.flex-box > *:first-child {
  flex-shrink: 0;
  margin-right: 20px;
}

.flex-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-gallery > div {
  flex-basis: calc(50% - 10px);
}

.red {
  color: #ff4136;
}

/*---- ヒーローイメージ ----*/

#main {
  background-color: #202020;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

#main.top {
  background-image: url(../images/main.jpg);
}

#main.rooms {
  background-image: url(../images/main.jpg);
}

#main.service {
  background-image: url(../images/main.jpg);
}

#main.service.event {
  background-image: url(../images/main-event.jpg);
}

#main.apply {
  background-image: url(../images/main.jpg);
}

#main.charge {
  background-image: url(../images/main.jpg);
}

#main.recruit {
  background-image: url(../images/main.jpg);
}

#main a {
  color: #fff;
}

#header-wrapper {
  padding: 20px;
}

#lead {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 200%;
  justify-content: center;
  line-height: 1.5em;
  min-height: 350px;
  text-align: center;
}
#lead p{
  margin-bottom: 20px;
}



/*---- グローバルナビ ----*/

#global-nav, #small-nav {
  background: url(../images/global-bg.png) fixed;
}

#global-nav > ul, #small-nav > ul {
  display: flex;
}

#global-nav > ul > li, #small-nav > ul > li {
  flex-basis: 20%;
  position: relative;
}

#global-nav > ul > li::before, #small-nav > ul > li::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 15%;
  width: 1px;
}

#global-nav > ul > li:hover::before, #global-nav > ul > li:first-child::before, #global-nav li.no-border::before, #small-nav > ul > li:hover::before, #small-nav > ul > li#logo::before, #small-nav > ul > li:nth-child(2)::before, #small-nav li.no-border::before {
  content: none;
}

#global-nav > ul > li > a, #small-nav > ul > li > a {
  align-items: center;
  display: flex;
  font-size: 120%;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 40px 5px;
}

#global-nav ul li a:hover, #global-nav ul li.active > a, #small-nav ul li a:hover, #small-nav ul li.active > a {
  background-color: rgba(32, 32, 32, 0.9);
  color: #c1a250;
}

/* サブメニュー */

#global-nav ul.submenu, #small-nav ul.submenu {
  background-color: rgba(32, 32, 32, 0.9);
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

#global-nav ul.submenu li, #small-nav ul.submenu li {
  position: relative;
}

#global-nav ul.submenu li::before, #small-nav ul.submenu li::before {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 1px;
  left: 5%;
  position: absolute;
  top: 0;
  width: 90%;
}

#global-nav ul.submenu li:hover::before, #global-nav ul.submenu li:first-child::before, #global-nav ul.submenu li.no-border::before, #small-nav ul.submenu li:hover::before, #small-nav ul.submenu li:first-child::before, #small-nav ul.submenu li.no-border::before {
  content: none;
}

#global-nav ul.submenu li a, #small-nav ul.submenu li a {
  display: block;
  padding: 20px 15px;
}

/* 下層用ナビゲーション */

#small-nav > ul > li {
  flex-basis: 16.666%;
}

#small-nav li#logo a {
  background-color: #c1a250;
}

#small-nav li#logo img {
  max-width: 158px;
}

#small-nav > ul > li > a {
  font-size: 95%;
  letter-spacing: 0;
  padding: 20px 10px;
}

#small-nav ul.submenu {
  font-size: 90%;
}

#small-nav li#sp-trigger {
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#small-nav li#sp-trigger nav {
  align-items: center;
  background-color: #202020;
  cursor: pointer;
  display: flex;
  height: 100%;
  padding: 10px;
}

/* スマホ用メニュー */

#sp-menu {
  background-color: rgba(32, 32, 32, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#sp-menu > div {
  height: 100%;
  overflow: auto;
  padding: 20px 20px 0;
}

#sp-close {
  cursor: pointer;
  text-align: right;
}

#sp-menu > div > ul {
  margin: 20px 0;
}

#sp-menu ul.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#sp-menu ul.submenu li:last-child {
  border-bottom: none;
}

#sp-menu ul a, #sp-menu span.accordion {
  cursor: pointer;
  display: block;
  padding: 15px 5px;
}

#sp-menu ul:not(.submenu) > li > a, #sp-menu span.accordion {
  background: url(../images/global-bg.png) fixed;
}

#sp-menu span.accordion span {
  background: url(../images/arrow-top.png) no-repeat center center;
  background-size: 20px 10px;
  float: right;
  height: 20px;
  width: 30px;
}

#sp-menu span.accordion.closed span {
  background-image: url(../images/arrow-bottom.png);
}

#small-nav.index-small-nav {
  display: none;
}

/*---- トップ・特長 ----*/

.top-article {
  display: flex;
}

.top-article > div {
  display: flex;
  flex-basis: 50%;
}

.top-article:nth-child(2n) > div {
  justify-content: flex-end;
  padding: 100px 20px 100px 0;
}

.top-article:nth-child(2n+1) > div {
  justify-content: flex-start;
  padding: 100px 0 100px 20px;
}

.top-article > div > article {
  max-width: 460px;
}

.top-img {
  background-position: center center;
  background-size: cover;
}

.top-img.first {
  background-image: url(../images/img-1.jpg);
}

.top-img.second {
  background-image: url(../images/img-2.jpg);
}

.top-img.third {
  background-image: url(../images/img-3.jpg);
}

.top-img.fourth {
  background-image: url(../images/img-4.jpg);
  background-position: center right;
}

.top-img-sp {
  display: none;
}

/*---- 記事書式 ----*/

.article-wrapper {
  padding: 40px 0 100px;
}

.article-wrapper .container {
  max-width: 640px;
}

article h3, .top-article h2 {
  font-size: 150%;
  margin: 40px 0;
  padding-bottom: 20px;
  position: relative;
}

article h3::before, .top-article h2::before {
  background-color: #202020;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}

article h4 {
  font-size: 130%;
  margin-bottom: 20px;
}

article h4::before {
  content: "■";
  font-size: 60%;
  margin-right: 10px;
}

article h5 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 20px;
}

article a {
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

article p, figure, article dl, article ul.disc, article ol, #map-wrapper {
  margin-bottom: 2em;
}

figure p {
  margin-bottom: 10px;
}

article p:last-child, article dl:last-child, article ul.disc:last-child, article ol:last-child {
  margin-bottom: 0;
}

article table {
  font-size: 95%;
  line-height: 1.7em;
  margin-bottom: 2em;
  width: 100%;
}

article table th, article table td {
  border: 1px solid #202020;
  padding: 5px 10px;
}

article table th {
  background-color: #202020;
  border-color: #fff;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

article table th.fill-gold {
  background-color: #c1a250;
}

article table.form-table th, article table.form-table td {
  border: none;
}

article table.form-table tr {
  border-bottom: 10px solid #fff;
}

article dl dt {
  background-color: #202020;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
  width: 8em;
}

article dl dd {
  margin-left: 8em;
  padding: 5px 10px;
}

article dl dd::after {
  content: "";
  clear: both;
  display: block;
}

article dl.widen dt {
  width: 11em;
}

article dl.widen dd {
  margin-left: 11em;
}

article hr {
  border: none;
  border-bottom: 1px solid #202020;
  margin: 2em 0;
}

article .q, article .a {
  font-size: 150%;
  padding: 5px 0;
  text-align: center;
  width: 40px;
}

article .qa dd {
  margin-left: 40px;
}

article .a {
  background-color: #c1a250;
}

article .q span, article .a span {
  font-size: 60%;
}

#questions .qa-trigger {
  cursor: pointer;
  margin-bottom: 10px;
}

#questions .qa-trigger::before {
  background-color: #202020;
  color: #fff;
  content: "+";
  display: inline-block;
  margin-right: 10px;
  padding: 2px 6px;
  text-align: center;
  width: 24px;
}

#questions .qa-trigger.open::before {
  content: "-";
}

#questions ul {
  background-color: #fff;
  display: none;
  margin: 10px 0;
  padding: 10px 10px 10px 50px;
}

.table-wrapper {
  overflow: auto;
}

.table-wrapper-chu {
  display: none;
  font-size: 90%;
}

.table-wrapper table {
  min-width: 500px;
}

#map-wrapper iframe {
  max-width: 100%;
}

.tabs li {
  border: 3px solid #202020;
  border-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 20px;
}

.tabs li.active {
  background-color: #202020;
  color: #fff;
}

.tabs-contents {
  border: 3px solid #202020;
  margin-bottom: 2em;
  padding: 20px;
}

/* パンくずリスト */

#breadcrumb {
  margin-bottom: 40px;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li+li::before {
  color: #ccc;
  content: ">";
  margin: 0 5px;
}

#breadcrumb .current {
  color: #999;
}

/* フォーム */

form p {
  margin-bottom: 1em;
}

form input, form select, form textarea {
  font-size: 16px;
  padding: 5px;
}

form label {
  background-color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 15px;
}

form label:hover, form label.checked {
  background-color: #e2f1fd;
}

form input[type="checkbox"], form input[type="radio"] {
  margin-right: 10px;
}

form .full-width input, form textarea {
  width: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input.back_btn {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input.back_btn::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input.back_btn::focus {
  outline-offset: -2px;
}

form input[type="submit"], form input.back_btn {
  background-color: #c1a250;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 120%;
  margin-top: 2em;
  padding: 10px 20px;
  width: 100%;
}

form input[type="submit"]:hover {
  background-color: #a4873a;
}

form input.back_btn {
  background-color: #202020;
}

#input-area {
  display: flex;
  margin-top: 40px;
}

#input-area input {
  margin-top: 0;
}

#search-address {
  border: none;
  color: #fff;
  font-size: 90%;
  margin-left: 10px;
  padding: 5px 10px;
}

/*---- フッター ----*/

#to-top {
  bottom: 5%;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 99;
}

#to-top a {
  align-items: center;
  background-color: rgba(193, 162, 80, 0.9);
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 90%;
  line-height: 1.5em;
  height: 6em;
  justify-content: center;
  margin-top: 10px;
  padding: 10px;
  width: 6em;
}

#to-top a:first-child {
  background: url(../images/arrow-top.png) center 10px no-repeat rgba(32, 32, 32, 0.9);
  background-size: 30px 15px;
  padding-top: 30px;
}

#footer-wrapper {
  background-color: #202020;
  color: #fff;
  padding: 60px 0;
}

#footer-wrapper .container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

#footer-wrapper a {
  color: #fff;
}

address {
  font-style: normal;
  font-size: 90%;
  line-height: 1.5em;
  margin-bottom: 2em;
}

address img {
  margin-bottom: 10px;
}

#footer-wrapper .container div:first-child .inline-nav ul li+li::before {
  content: "|";
}

#copyright {
  background-color: #000;
  color: #fff;
  font-size: 80%;
  text-align: center;
  padding: 20px 10px;
}

/*---- レスポンシブ対応 ----*/

@media screen and (max-width: 800px) {
  .container {
    padding: 0 20px;
  }
  .inline-nav ul li {
    display: block;
    margin-bottom: 10px;
  }
  .inline-nav ul li:last-child {
    margin-bottom: 0;
  }
  .inline-nav li+li::before, #footer-wrapper .container div:first-child .inline-nav ul li+li::before {
    content: none;
  }
  #global-nav > ul > li::before, #small-nav > ul > li::before {
    content: none;
  }
  #global-nav > ul > li > a {
    font-size: 100%;
    letter-spacing: 0;
    padding: 15px 5px;
  }
  #small-nav > ul > li > a {
    font-size: 95%;
    letter-spacing: 0;
    padding: 15px 5px;
  }
  #global-nav ul.submenu li a, #small-nav ul.submenu li a {
    font-size: 90%;
    padding: 15px 10px;
  }
  #small-nav li#logo img {
    max-width: 100%;
  }
  #main a.btn, #footer-wrapper a.btn {
    display: block;
    text-align: center;
  }
  .top-article:nth-child(2n) {
    padding-left: 20px;
  }
  .top-article:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 20px;
  }
  .article-wrapper {
    padding: 40px 0 100px;
  }
  #to-top a:last-child {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 95%;
  }
  .container {
    padding: 0 10px;
  }
  #lead .lead-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  #lead .lead-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .pull-left, .pull-right {
    float: none;
  }
  .flex-box {
    display: block;
    margin-bottom: 2em;
  }
  .flex-box > *:first-child {
    margin: 0 0 10px;
  }
  #global-nav, #small-nav > ul > li {
    display: none;
    flex-basis: auto;
  }
  #small-nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  #small-nav li#logo, #small-nav li#sp-trigger {
    display: inline-block;
  }
  #small-nav.index-small-nav {
    display: block;
  }
  #small-nav li#logo {
    flex-basis: 150px;
  }
  #main {
    padding-top: 60px;
  }
  #main .clearfix {
    display: none;
  }
  #header-wrapper {
    padding: 10px;
  }
  #lead {
    font-size: 130%;
    min-height: 250px;
  }
  .top-article:nth-child(2n), .top-article:nth-child(2n+1) {
    display: block;
    padding: 30px 10px 0;
  }
  .top-article:nth-child(2n+1) {
    padding-bottom: 50px;
  }
  .top-article:nth-child(2n) > div, .top-article:nth-child(2n+1) > div {
    padding: 0;
  }
  .top-article > div.top-img {
    display: none;
  }
  .top-img-sp {
    display: block;
  }
  .article-wrapper {
    padding: 30px 0 50px;
  }
  article h3, .top-article h2 {
    font-size: 130%;
  }
  .table-wrapper-chu {
    display: block;
  }
  #map-wrapper iframe {
    max-height: 400px;
  }
  .tabs li {
    background-color: #202020;
    border: 0;
    color: #fff;
    display: block;
    margin: 0;
  }
  .tabs li.active {
    background-color: #c1a250;
  }
  .tabs li.active::before {
    content: "表示中：";
    font-weight: bold;
  }
  #search-address {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer-wrapper {
    padding: 30px 0 50px;
  }
  #footer-wrapper .container {
    display: block;
  }
  #footer-wrapper .container div:last-child {
    margin-top: 2em;
  }
  #to-top {
    bottom: 10px;
    right: 10px;
  }
  .flex-gallery > div {
    flex-basis: auto;
  }
  #input-area {
    display: block;
  }
  #input-area input {
    margin-top: 10px;
  }
  .confirm table th, .confirm table td {
    border: none;
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .confirm table th {
    margin-top: 10px;
  }
}