@charset "utf-8";

/*===================================
共通
===================================*/

body {
  position: relative;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: auto;
  font-feature-settings: "palt";
}

/*    ▼fade in
スクロールで表示（jquery.inview.js）
====================================*/
/*
.fade {
	transition: 1.5s;
	opacity: 0;
}
.show { opacity: 1.0;}
*/


.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

.inner {
max-width: 1200px;
width: 94%;
margin: 0 auto;
}
.inner_1000 {
max-width: 1000px;
width: 94%;
margin: 0 auto;
}

img { width: 100%;}

.pc { display: block;}
.sp { display: none;}

.cap_Txt {
position: absolute;
font-size: 10px;
bottom: 5px;
/*
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
transform: rotate(.028deg);
*/
}
.cap_W { color: #fff;}
.cap_B { color: #333;}
.cap_ShaW { text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;}
.cap_ShaB { text-shadow: 2px 0 2px #666, -2px 0 2px #666, 0 2px 2px #666, 0 -2px 2px #666;}
.cap_R { right: 5px;}
.cap_L { left: 5px;}

sup {
    font-size: 11px;
    vertical-align: top;
}
.spacer {
display: inline-block;
padding: 0.125em;
}


.notes {
font-size: 12px;
/*
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
transform: rotate(.028deg);
*/
line-height: 1.6;
text-align: justify;
}
.f-60{font-size: 60%;}
.f-65{font-size: 65%;}
.f-70{font-size: 70%;}
.f-75{font-size: 75%;}
.f-80{font-size: 80%;}
.f-90{font-size: 90%;}
.f-110{font-size: 110%;}
.f-120{font-size: 120%;}
.f-130{font-size: 130%;}
.f-140{font-size: 140%;}
.f-150{font-size: 150%;}
.f-160{font-size: 160%;}
.f-170{font-size: 170%;}
.f-180{font-size: 180%;}
.f-190{font-size: 190%;}
.f-200{font-size: 200%;}
.f-210{font-size: 210%;}
.f-220{font-size: 220%;}
.f-230{font-size: 230%;}
.f-240{font-size: 240%;}


.contents_Wrap {
    background: #f2f0ef;
        margin: 66px 0 0;
}
.request {
  display: none;
  width: 35%;
  margin: 0 auto;
  max-width: 460px;
}
.request a {
  color: #FFF;
  background: #1c2952;
  width: 100%;
  display: block;
/*  border: 1px solid #fff;*/
  transition: .3s;
}
.request a span {
  transform: rotate(.028deg);
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  padding: 20px;
}
.request a:hover {
  color: #1c2952;
  /* color: #61427e; */
  background: #FFF;
  transition: .5s;
}
.reserve {
  display: none;
  width: 35%;
  margin: 0 auto;
  max-width: 460px;
}
.reserve a {
  color: #FFF;
  background: #580000;
  width: 100%;
  display: block;
/*  border: 1px solid #fff;*/
  transition: .3s;
}
.reserve a span {
  transform: rotate(.028deg);
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  padding: 20px;
}
.reserve a:hover {
  color: #580000;
  /* color: #61427e; */
  background: #FFF;
  transition: .5s;
}
/*レジデンシャルクラブ会員登録ボタン 上下余白は個別指定にて*/
.member {
  width: 35%;
  margin: 0 auto;
  max-width: 460px;
}
.member a {
  color: #FFF;
  background: #1c2952;
  width: 100%;
  display: block;
/*  border: 1px solid #fff;*/
  transition: .3s;
}
.member a span {
  transform: rotate(.028deg);
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  padding: 20px;
}
.member a:hover {
  color: #1c2952;
  /* color: #61427e; */
  background: #FFF;
  transition: .5s;
}

/*header*/
.scroll_bg {
    background: #fff;
    transition: .5s;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 15px 0;
  z-index: 101;
  transition: .5s;
  background: #ffffffdb;
}

header h1 {
  max-width: 155px;
  margin: 0 0 0 2%;
}
.hdr_inner {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
header .request {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
header .request a span {
  font-size: 12px;
  padding: 10px 30px;
}
header .reserve {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
header .reserve a span {
  font-size: 12px;
  padding: 10px 30px;
}
header .member {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px 0 0;
}
header .member a span {
  font-size: 12px;
  padding: 10px;
}



/*ハンバーガーメニュー*/
#navMenu {
  width: 75px;
  height: 34px;
	transition: all 0.4s;
	box-sizing: border-box;
	color: #1a3212;
	z-index: 999;
  background: #ededed;
}
#navMenu .bar {
	width: 20px;
	height: 16px;
	display: block;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
#navMenu,
#navMenu .bar span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#navMenu .bar span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
}
#navMenu .bar span:nth-of-type(1) { top: 0;}
#navMenu .bar span:nth-of-type(2) { top: 10;}
#navMenu .bar span:nth-of-type(3) { bottom: 0;}
#navMenu .bar span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
#navMenu::after {
  content: "MENU";
  display: block;
  font-size: 10px;
  color: #000;
  transform: scale(0.8) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
}

#navMenu.active .bar span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
  top: -3px;
}
#navMenu.active .bar span:nth-of-type(2) {
	display: none;
}
#navMenu.active .bar span:nth-of-type(3) {
	background-color: #000;
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
  bottom: -3px;
}

/*グローバルメニュー*/
.nav_wrap01 {
  opacity: 0;
  position: absolute;
  right:0;
  top: 66px;
  width: 40%;
  height: 100vh;
  -webkit-perspective: 400px;
  perspective: 400px;
  transition: .5s;
  pointer-events: none;
}
.nav_wrap02 {
  transform: rotateY(-5deg);
  transform-origin: right;
  transition: .5s;
}
.nav_wrap01.active {
  opacity: 1;
  pointer-events: all;
}
.nav_wrap01.active .nav_wrap02 {
  transform: rotateY(0deg);
  transition: .5s;
}
.g_nav {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, .9);
}
.g_nav li{
position: relative;
}
.g_nav li a {
  font-size: 14px;
  display: block;
  padding: 20px;
  color: #000;
  text-align: center;
  transform: rotate(.028deg);
}
.g_nav li a:hover { color: #054251}
.g_nav li:not(:last-of-type) { border-bottom: 1px solid #ddd;}

/*NEW アイコン*/
/*
.g_nav li:nth-child(2)::before,
.g_nav li:nth-child(3)::before,
.g_nav li:nth-child(4)::before,
.g_nav li:nth-child(5)::before,
.g_nav li:nth-child(6)::before,
.g_nav li:nth-child(7)::before{
content: "NEW";
position: absolute;
top: 0;
left: 0;
font-size: 10px;
color: #fff;
background: #91683e;
padding: 0.4em 0.5em;
}
*/

/*リンククローズ（ヘッダー、フッター共通）*/
.g_nav li:nth-of-type(4) a,
.ftr_nav li:nth-of-type(4) a,/*間取り*/
.g_nav li:nth-of-type(8) a,
.ftr_nav li:nth-of-type(8) a,/*概要*/
.g_nav li:nth-of-type(10) a,
.ftr_nav li:nth-of-type(10) a
{

  pointer-events: none;
  opacity: .3;

}
/*Gナビ物件概要一時的に非表示指示（フッターには表示）*/
/*.g_nav li:nth-of-type(8) { display: none;}*/

/*.header*/

.all_wrapper { margin: 120px auto 0;}

.main { position: relative;}

.contact_area {
  padding: 100px 0 50px;
  width: 100%;
  background: #f2f0ef;
  color: #504f4f;
}
.contact_area .request { margin: 0 auto 100px;}
.contact_area .member { margin: 0 auto 100px;}

/*予告広告*/
dl.yokoku {
    font-size: 12px;
    line-height: 1.5;
    margin: 50px auto 0;
    align-items: center;
}
dl.yokoku dt {
    border: 1px solid #504f4f;
    padding: 10px;
    margin: 0 20px 0 0;
    width: 15%;
}
dl.yokoku dt span {
  display: block;
  text-align: center;
  transform: rotate(.028deg);
}
dl.yokoku dd { transform: rotate(.028deg);}

.ftr_nav {
  width: 100%;
  background: #a9a7a5;
}
.ftr_nav ul {
    width: 94%;
    max-width: 1000px;
  font-size: 12px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.ftr_nav ul li {
  width: calc((100% - 0.01%) / 8);
  padding: 12px 0;
  text-align: center;
  transform: rotate(.028deg);
}
.ftr_nav ul li a { color: #FFF;}
.ftr_nav ul li a:hover { text-decoration: underline;}

/*footer*/
footer {
  width: 100%;
  background: #eeedec;
}
.company_box {
  padding: 80px 0;
  justify-content: center;
}
.company_box li:first-of-type { margin: 0 6% 0 0;}
.company_box img {
  width: auto;
  height: 70px;
}
.company_box a {
  opacity: 1;
  transition: .5s;
}
.company_box a:hover {
  opacity: .5;
  transition: .5s;
}
/*-----SP以外電話リンク押せないように-----*/
@media only screen and (min-width: 770px) {
    .company_box .tel a { pointer-events: none;}
}
/*-------------------------------------*/

p.copy {
  width: 100%;
  background: #504f4f;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  padding: 15px;
  transform: rotate(.028deg);
}
/*.footer*/

/*トップへ戻るボタン*/
#pageTop {
  display: none;
  cursor: pointer;
  font-size: 12px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 20px 15px;
  background: #FFF;
  border: 1px solid lightgray;
  z-index: 100;
}
#pageTop a {color: #000;}

/*-----------------------------
tab・sp
-----------------------------*/
@media only screen and (max-width: 767px) {

.pc { display: none;}
.sp { display: block;}

.contents_Wrap {
    margin: 56px 0 0;
}
/*header*/
header {
  padding: 10px 0;
  position: fixed;
}
header h1 {
  max-width: 155px;
  margin: 0 0 0 2%;
}

/*グローバルメニュー*/
.nav_wrap01 {
  top: 56px;
  width: 100%;
}
.g_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.g_nav li {
  width:49.5%;
  border-bottom: 1px solid #ddd;
}
.g_nav li:nth-last-child(-n+2) {
  border-bottom: none;
}
.g_nav li a {
  font-size: 14px;
  display: block;
  padding: 20px;
}
.g_nav li:nth-child(10) a {
  padding: 14px 20px 10px;
}

/* .g_nav li:not(:last-of-type) { border-bottom: 1px solid #ddd;} */
/*.header*/

.all_wrapper { margin: 90px auto 0;}

/*.main { padding-top: 61px;}*/
.request { width: 70%;}
.request a span {
  font-size: 16px;
  padding: 15px;
  line-height: 1.3;
}
.reserve { width: 70%;}
.reserve a span {
  font-size: 16px;
  padding: 15px;
  line-height: 1.3;
}
/*レジデンシャルクラブ会員登録ボタン 上下余白は個別指定にて*/
.member { width: 70%;}
.member a span {
  font-size: 16px;
  padding: 15px;
  line-height: 1.3;
}

.contact_area { padding: 50px 0;}
.contact_area .request { margin: 0 auto 50px;}
.contact_area .member { margin: 0 auto 50px;}

/*予告広告*/
dl.yokoku {
    flex-direction: column;
    margin: 40px auto 0;
}
dl.yokoku dt {
    margin: 0 auto 10px;
    width: 100%;
}

.ftr_nav { width: 100%;}
.ftr_nav ul {
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid #FFF;
}
.ftr_nav ul li {
  width: 50%;
  border-bottom: 1px solid #FFF;
  transform: rotate(0);
  padding: 15px 0;
}
.ftr_nav ul li:nth-of-type(odd) { border-right: 1px solid #FFF;}
/*フッターナビゲーション奇数のとき*/
.ftr_nav ul li:last-of-type {
/*
  width: 100%;
  border-right: none;
*/
display:none;
}

/*footer*/
footer {
  width: 100%;
/*  margin: 0 0 60px;*/
  margin: 0;
}
.company_box {
  padding: 30px 0;
  flex-direction: column;
  align-items: center;
}
.company_box li:first-of-type { margin: 0 0 30px;}

/*SP下部固定ナビ*/
.ftr_fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
/*   background: #011b20; */
  background: #333;
  height: 60px;
  font-size: 10px;
  text-align: center;
  z-index: 101;
  display: none;
}
.ftr_fixed li {
  position: relative;
  width: calc((100% - 0.01%) / 4);
}
.ftr_fixed li:nth-of-type(2) {
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
.ftr_fixed li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.ftr_fixed li span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftr_fixed li span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 7px;
}
.ftr_fixed .nav_request {
  width: 50%;
  background-color: #1c2952;
  line-height: 1.2;
}
.ftr_fixed .nav_reserve {
  background-color: #580000;
  line-height: 1.2;
}
.ftr_fixed .nav_request span::before {
  background: url(../img/request.png) no-repeat;
  background-size: contain;
}
.ftr_fixed .nav_reserve span::before {
  background: url(../img/reserve.png) no-repeat;
  background-size: contain;
}
.ftr_fixed .nav_member {
  width: 50%;
  background-color: #1c2952;
  line-height: 1.2;
}
/* .ftr_fixed .nav_member a { color: #011b20;} */
.ftr_fixed .nav_member span::before {
  background: url(../img/member.png) no-repeat;
  background-size: contain;
  margin: 0 auto 2px;
}
.ftr_fixed .nav_tel span::before {
  background: url(../img/tel_icon.png) no-repeat;
  background-size: contain;
}
.ftr_fixed .nav_outline span::before {
  background: url(../img/outline_icon.png) no-repeat;
  background-size: contain;
}
.ftr_fixed .nav_map span::before {
  background: url(../img/map.png) no-repeat;
  background-size: contain;
}

/*トップへ戻るボタン*/
#pageTop {
  right: 10px;
  bottom: 70px;
  padding: 17px 10px;
}

}
