@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
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;
  vertical-align: baseline;
  background: transparent;
}
/* 行の高=フォントサイズ */
body {
  line-height: 1;
  background-color: #fff;
  position: relative;
  margin: auto;
}
.container {
  position: relative;
}
/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}
picture {
  line-height: 0;
}
/* ulのマーカー非表示 */
ol,
ul {
  list-style: none;
}
/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}
/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: initial;
}
/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}
/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}
/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
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 #ccc;
  margin: 1em 0;
  padding: 0;
}
/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}
/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}
br {
  line-height: inherit;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "YuMin";
  src: url("../font/yuminl.ttf");
}
@font-face {
  font-family: "Caslon";
  src: url("../font/ACaslonPro-Regular.otf");
}
@font-face {
  font-family: "Gotham";
  src: url("../font/GothamXNarrow-Bold.otf");
}
@font-face {
  font-family: "Ryumin";
  src: url("../font/A-OTF-RyuminPro-Regular.otf");
}
.container {
  width: 100%;
  height: auto;
  font-family: "YuMin";
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
.header {
  width: 100%;
  background: #000000;
  position: fixed;
  z-index: 99;
}
.header_gronavi {
  display: flex;
  padding: 1.5vw 2.31vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .header_gronavi {
    padding: 1.96vw 3vw;
  }
}
.header_gronavi .logo_txt {
  margin-bottom: 0;
  line-height: 0;
}
.header_gronavi .logo_txt a {
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  line-height: 0;
  width: 38.45vw;
}
@media screen and (max-width: 768px) {
  .header_gronavi .logo_txt a {
    width: 80vw;
  }
}

.header_gronavi ul {
  display: flex;
  align-items: center;
}
.header_gronavi ul li {
  position: relative;
  width: 15.98vw;
  text-align: center;
  line-height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9vw;
  line-height: 1em;
}

.header_gronavi ul li.mansion {
  background: #001d4e;
  margin-right: 1.155vw;
}

.header_gronavi ul li.house {
  background: #002509;
}

.header_gronavi ul li p{
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0.2vw 0;
}

.header_gronavi ul li a, .header_gronavi ul li span{
  color: #fff;
  font-family: "Ryumin";
  font-size: 75%;
  line-height: 1em;
  display: block;
  width: 50%;
  border: 1px solid #fff;
}

.header_gronavi ul li span{
  color: #fff;
  background: #f0f0f0;
}

.header_gronavi ul li a:last-child, .header_gronavi ul li span:last-child {
  border-left: 1px solid transparent;
}

.header_gronavi ul li a:hover {
  color: #ab905d;
}
@media screen and (max-width: 768px) {
  .header_gronavi ul {
    display: none;
  }
}
.header_gronavi ul li .request_btn {
  display: inline-block;
  padding: 0.25vw 0.7vw;
  /*background-color: #9b8579;*/
  /*color: #fff;*/
  font-size: 0.95vw;
  line-height: 1;
}
.header_gronavi ul li .request_btn:hover {
  /*background-color: #ab905d;*/
  /*color: #000;*/
}
.header_gronavi ul li .reservasion_btn {
  /*background-color: #9b003f;*/
}
.header_gronavi .hamburger_btn {
  display: none;
  cursor: pointer;
}

.header_gronavi .hamburger_btn span {
  width: 30px;
  height: 4px;
  display: block;
  background-color: #c79c4c;
  margin-bottom: 5px;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header_gronavi .hamburger_btn {
    display: block;
  }

  .header_gronavi .hamburger_btn span {
    width: 25px;
    height: 3px;
    display: block;
    background-color: #c79c4c;
    margin-bottom: 5px;
    transition: 0.3s;
  }
}


.header_gronavi .hamburger_btn span:last-child {
  margin-bottom: 0;
}
.header_gronavi .hamburger_btn.active span:nth-child(1) {
  transform: rotate(45deg) translateY(5.5px);
}
.header_gronavi .hamburger_btn.active span:nth-child(2) {
  display: none;
}
.header_gronavi .hamburger_btn.active span:last-child {
  transform: rotate(-45deg) translateY(-6.5px);
}

.hamburger {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding-top: 40px;
  transform: translateX(101%);
  transition: 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger p {
  font-size: 18px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.hamburger p a {
  color: #000;
}
.hamburger p .request_hambtn {
  display: block;
  padding: 7px 25px;
  background-color: #9b8579;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.hamburger p .reservasion_hambtn {
  background-color: #9b003f;
}
.hamburger.active {
  transform: translateX(0);
}

.hamburger ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hamburger ul li {
  position: relative;
  width: 240px;
  text-align: center;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1em;
}
.hamburger ul li:last-child {
  margin-bottom: 0;
}

.hamburger ul li.mansion {
  background: #fff;
  /*margin-right: 1.155vw;*/
  margin-bottom: 40px;
}

/*.hamburger ul li.house {
  background: #b0c81d;
}*/

.hamburger ul li.mansion a{
    color: #fff;
  background: #001d4e;
}

.hamburger ul li.house a{
    color: #fff;
  background: #002509;
}

.hamburger ul li p{
  width: 100%;
  color: #000;
  margin-bottom: 20px;
  /*border-top: 1px solid #000;*/
  /*border-right: 1px solid #000;*/
  /*border-left: 1px solid #000;*/
  padding: 0;
}

.hamburger ul li a {
  color: #000;
  font-family: "Ryumin";
  font-size: 75%;
  line-height: 1em;
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 8px 0;
  margin-bottom: 10px;
}

.hamburger ul li a:last-child {
  /*border-left: 1px solid transparent;*/
  margin-bottom: 0;
}

.main {
  margin: auto;
  position: relative;
  height: auto;
}
.footer {
  background: #fff;
}
