﻿@charset "UTF-8";

/*BrownStd-Light*/
@font-face {
    font-family: 'BrownStd-Light';
    src: url('../font/BrownStd-Light.otf') format('opentype');
}

/*sabon_roman*/
@font-face {
    font-family: 'sabon_roman';
    src: url('../font/sabon_roman.ttf') format('truetype');
}

/* PC&SP共通CSS START */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem !important;
  min-height: 100vh;
  height: 100%;
  color: #000;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5 {
  color: #43474f;
}

h2 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.48em;
  font-size: 2.25em;
  color: #43474f;
}

h3 {
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  color: #43474f;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

p {
  line-height: 2.625;
  letter-spacing: 0.06em;
  font-size: 1em;
  color: #43474f;
  margin: 0;
  padding: 0;
}

dl,dt,dd {
  margin: 0;
  color: #43474f;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
}

.pc {display: block;}
.sp {display: none!important;}

.fade {
  transform: translate(0,40px);
  opacity: 0;
}
.fade.active {
  transform: translate(0,0);
  opacity: 1;
  transition: all 1s;
}

#wrap {
  width: 100%;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #e2dddb;
}

#wrap #fix_menu {
  background-color: rgba(39,41,44,0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding: 25px 50px 25px 35px;
  opacity: 0;
  transition: all 1s;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transform: translate(0,-85px);
  z-index: 9999;
}

#wrap #fix_menu.fixed {
  display: flex;
  opacity: 1;
  transition: all 1s;
  z-index: 9999;
  transform: translate(0,0);
}

#wrap #fix_menu .fix_logo,
#wrap #fix_menu.fixed .fix_logo {
  display: inline-block;
  margin-right: auto;
}

#wrap #fix_menu .menu_inner,
#wrap #fix_menu .menu_inner ul,
#wrap #fix_menu.fixed .menu_inner ul {
  display: flex;
}

#wrap #fix_menu .menu_inner ul li,
#wrap #fix_menu.fixed .menu_inner ul li {
  color: #ccc;
  margin-right: 30px;
}

#wrap #fix_menu .menu_inner ul li a,
#wrap #fix_menu.fixed .menu_inner ul li a {
  color: #fff;
  font-family: BrownStd-Light, noto-sans-cjk-jp, sans-serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*
#wrap #fix_menu .menu_inner ul:last-child li a,
#wrap #fix_menu.fixed .menu_inner ul:last-child li a {
  margin-right: 0;
}
*/

#wrap #fix_menu .menu_inner ul:nth-child(2)::before,
#wrap #fix_menu.fixed .menu_inner ul:nth-child(2)::before {
  content: "｜";
  display: inline-block;
  color: #fff;
  padding-right: 30px;
}

/*
#wrap #fix_menu .menu_inner ul:nth-child(2)::before,
#wrap #fix_menu .menu_inner ul:nth-child(2)::after,
#wrap #fix_menu.fixed .menu_inner ul:nth-child(2)::before,
#wrap #fix_menu.fixed .menu_inner ul:nth-child(2)::after {
  content: "｜";
  display: inline-block;
  color: #fff;
  padding-right: 30px;
}
*/

#wrap #gmap {
  width: 100%;
  height: 560px;
}

#wrap .linkBlock {
  width: 100%;
  background-color: #dad5d4;
  padding: 80px 160px;
}

#wrap .linkBlock ul {
  display: flex;
  justify-content: space-between;
}

#wrap .linkBlock ul li a,
#wrap .linkBlock ul li span {
  font-family: BrownStd-Light, noto-sans-cjk-jp, sans-serif;
  line-height: normal;
  color: #43474f;
  font-size: 1.07em;
  display: inline-block;
  position: relative;
}

#wrap .linkBlock ul li span {
  color: #ccc;
}

#wrap .linkBlock ul li:first-child a,
#wrap .linkBlock ul li:first-child span {
  padding-right: 120px;
}

#wrap .linkBlock ul li:last-child a,
#wrap .linkBlock ul li:last-child span {
  padding-left: 120px;
}

#wrap .linkBlock ul li:first-child a::before,
#wrap .linkBlock ul li:first-child span::before {
	position: absolute;
	top: 9px;
	/*left: 90px;*/
  right: 90px;
	height: 1px;
	width: 10px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;  
	content: '';
	display: block;
  transform: rotate(315deg);
}

#wrap .linkBlock ul li:first-child a::after,
#wrap .linkBlock ul li:first-child span::after {
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;
	display: block;
  transform: rotate(180deg);
	position: absolute;
	top: 13px;
  /*left: 90px;*/
  right: 0;
}

#wrap .linkBlock ul li:last-child a::before,
#wrap .linkBlock ul li:last-child span:before {
	position: absolute;
	top: 9px;
	left: 90px;
	height: 1px;
	width: 10px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;  
	content: '';
	display: block;
  transform: rotate(225deg);
}

#wrap .linkBlock ul li:last-child a::after,
#wrap .linkBlock ul li:last-child span::after {
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(to left, transparent 50%, #a5a5a5 50%);
	background-size: 400% 400%;
	background-position: -400% 400%;
	display: block;
	position: absolute;
	top: 13px;
  left: 0;
}

#wrap .linkBlock ul li:first-child a:hover:before,
#wrap .linkBlock ul li:last-child a:hover:before {
	animation: btn_line 1s 0.4s forwards;
}

#wrap .linkBlock ul li:first-child a:hover:after,
#wrap .linkBlock ul li:last-child a:hover:after {
	animation: btn_line 1s forwards;
}

@keyframes btn_line {
	0% {
		background-position:-400% 400%;
	}

	50% {
		background-position:-434% 400%;
	}

	51% {
		background-position:-466% 400%;
	}

	100% {
		background-position:-500% 400%;
	}
}

section#action {
  background: url("../dir_img/action_bg_01.jpg") no-repeat left top;
  background-size: cover;
  padding: 130px 0;
}

section#action .sectionInner {
  background-color: #fff;
  width: 67.5%;
  margin: 0 auto;
  padding: 60px;
}

section#action .sectionInner .btn.only a {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  background-color: #6d5f96;
  color: #fff;
  transition: all 1s;
}

section#action .sectionInner .btn.only a:hover {
  background-color: #b6afcb;
}

section#action .sectionInner hr {
  border-top: solid 1px #b9b9b9;
  margin: 50px 0;
}


section#action .sectionInner .col2 {
  display: flex;
  align-items: center;
}

section#action .sectionInner .col2:nth-child(2) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #b9b9b9;
}

section#action .sectionInner .col2:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section#action .sectionInner .col2 .col:first-child {
  width: 300px;
  margin-right: 50px;
}

section#action .sectionInner .col2:first-child .col:first-child p {
  line-height: 2;
}

section#action .sectionInner .col2 .col:first-child p {
  font-size: 1.125em;
  font-weight: bold;
  color: #43474f;
  line-height: 2;
}

section#action .sectionInner .col2 .btn {
  margin: 30px 0 0;
}

section#action .sectionInner .col2 .btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #6d5f96;
  color: #fff;
  transition: all 1s;
}

section#action .sectionInner .col2 .btn span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #ccc;
  color: #fff;
}

section#action .sectionInner .col2 .btn a:hover {
  background-color: #b6afcb;
}

section#action .sectionInner .col2 .col:last-child {
  width: 660px;
}

section#action .sectionInner .col2 .col:last-child p {
  color: #43474f;
}

section#action .sectionInner .col2 .col:last-child p.end {
  color: #f00;
  line-height: 2;
  font-size: 1em;
}

section#action .sectionInner .col2 .col:last-child table {
  width: 100%;
}

section#action .sectionInner .col2 .col:last-child table th {
  text-align: left;
  font-weight: normal;
  width: 30%;
}

section#action .sectionInner .col2 .col:last-child table th span {
  float: right;
}

section#action .sectionInner .col2 .col:last-child table th,
section#action .sectionInner .col2 .col:last-child table td {
  padding-bottom: 10px;
  vertical-align: top;
}

section#action .sectionInner .col2 .col:last-child table td {
  width: 70%;
}

section#action .sectionInner .col2 .col:last-child table td .small {
  font-size: 0.875em;
}

section#action .sectionInner .col2 .caution {
  color: #543214;
  font-size: 0.875em;
  line-height: 2;
  margin: 20px 0 0;
}

section#action .sectionInner .col2 .caution a {
  text-decoration: underline;
  color: #543214;
}

footer {
  background-color: #fff;
  padding: 50px 0 0;
}

footer .company_logo {
  width: 67.5%;
  margin: 0 auto;
}

footer .company_logo .column {
  display: flex;
  /*align-items: center;*/
  justify-content: space-evenly;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, footer .company_logo .column {
    justify-content: space-around;
  } /* IE11 */
}

footer .company_logo .column .col dt {
  font-size: 0.8em;
  color: #222;
  margin-bottom: 10px;
}

footer .company_logo .column .col:nth-child(3) dt {
  margin-bottom: 0;
}

footer .company_logo .column .col:nth-child(3) dd img {
  height: auto;
  margin-top: -8px;
}


footer .company_logo .column .col:nth-child(1) dt,
footer .company_logo .column .col:nth-child(2) dt {
  margin-bottom: 15px;
}

footer .company_logo .column .col dd img {
  height: 30px;
  width: auto;
}

footer .company_logo .column .col:nth-child(1) dd img,
footer .company_logo .column .col:nth-child(2) dd img {
  height: 25px;
  width: auto;
}

footer section#notes {
  width: 67.5%;
  background: #fff none;
  border: solid 1px #ccc;
  padding: 20px;
  margin: 60px auto 30px;
}

footer section#notes p {
  font-size: 0.75em;
  line-height: normal;
}

footer section#notes p .caution {
  display: none;
}

body#top footer section#notes p .caution,
body#location footer section#notes p .caution {
  display: inline;
}

footer .link a,
footer .footer_wrap small {
  font-size: 0.75em;
  color: #222;
}

footer .link {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px;
}

footer .link li {
  margin-right: 35px;
}

footer .link li a {
  margin-right: 5px;
}

footer .link li:last-child {
  margin-right: 0;
}

footer .footer_wrap {
  text-align: center;
}

#wrap #fix_menu .menu_inner ul li a::after,
#wrap #fix_menu.fixed .menu_inner ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#wrap #fix_menu .menu_inner ul li a:hover::after,
#wrap #fix_menu.fixed .menu_inner ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

body#about #wrap #fix_menu.fixed .menu_inner ul:first-child li:first-child a::after,
body#location #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(2) a::after,
body#design #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(3) a::after,
body#clubhouse #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(4) a::after,
/*body#plan #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(5) a::after,*/
body#services #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(5) a::after,
body#outline #wrap #fix_menu.fixed .menu_inner ul:first-child li:last-child a::after,
body#online #wrap #fix_menu.fixed .menu_inner ul:last-child li:last-child a::after {
  transform: scale(1, 1);
}

body#about #wrap #fix_menu.fixed .menu_inner ul:first-child li:first-child a:hover::after,
body#location #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(2) a:hover::after,
body#design #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(3) a:hover::after,
body#clubhouse #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(4) a:hover::after,
/*body#plan #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(5) a:hover::after,*/
body#services #wrap #fix_menu.fixed .menu_inner ul:first-child li:nth-child(5) a:hover::after,
body#outline #wrap #fix_menu.fixed .menu_inner ul:first-child li:last-child a:hover::after,
body#online #wrap #fix_menu.fixed .menu_inner ul:last-child li:last-child a:hover::after {
  transform: none;
}


/* Start Hack */ 
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size: 0;	
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
} 

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End Hack */
/* PC&SP共通CSS END */

/* PCのみCSS START */
@media screen and (min-width: 960px) {
}
/* PCのみCSS END */

/* タブレットのみCSS START */
@media screen and (min-width: 600px) and (max-width: 959px) {

}
/* タブレットのみCSS END */

/* SPのみCSS START */
@media screen and (max-width: 959px) {
  .pc {display: none!important;}
  .sp {display: block!important;}
  
  #wrap nav#fix_menu {
    flex-direction: column;
    padding: 0;
    width: 0;
    height: 0;
    position: fixed;
    left: auto;
    right: 0;
    opacity: 1;
    transform: none;
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 10;
  }
  
  #wrap #fix_menu .fix_logo,
  #wrap #fix_menu.fixed .fix_logo {
    display: none;
  }
  
  #wrap #fix_menu .menu_inner,
  #wrap #fix_menu .menu_inner ul,
  #wrap #fix_menu.fixed .menu_inner ul {
    flex-direction: column;
  }
  
  #wrap nav#fix_menu .menu-trigger {
    width: 35px;
    height: 24px;
    position: fixed;
    top: 37px;
    right: 12px;
    z-index: 9999;
  }
  
  #wrap nav#fix_menu .menu-trigger span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #43474f;
    position: absolute;
  }
  
  #wrap nav#fix_menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  
  #wrap nav#fix_menu .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  
  #wrap nav#fix_menu .menu-trigger span:nth-of-type(3) {
    top: 24px;
  }

  .menu-trigger.defult span:nth-of-type(1),
  .menu-trigger.defult span:nth-of-type(2),
  .menu-trigger.defult span:nth-of-type(3) {
    -webkit-animation: none;
    animation: none;
  }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }

  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }

  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .75s forwards;
    animation: menu-bar03 .75s forwards;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }

  .menu-trigger.active span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .75s forwards;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }

  #wrap nav#fix_menu .menu_inner {
    position: fixed;
    right: -250px;
    z-index: 10;
    background-color: rgba(39,41,44,0.8);
    width: 250px;
    height: 100vh;
    padding: 50px 0 0 45px;
    transition: all 1s;
  }

  #wrap nav#fix_menu .menu_inner.active {
    right: 0;
  }
  
  #wrap nav#fix_menu .menu_inner ul:nth-child(2)::before,
  #wrap nav#fix_menu.fixed .menu_inner ul:nth-child(2)::before {
    content: "-";
    display: inline-block;
    color: #fff;
    padding: 0 0 15px;
  }
  
  /*
  #wrap nav#fix_menu .menu_inner ul:nth-child(2)::before,
  #wrap nav#fix_menu .menu_inner ul:nth-child(2)::after,
  #wrap nav#fix_menu.fixed .menu_inner ul:nth-child(2)::before,
  #wrap nav#fix_menu.fixed .menu_inner ul:nth-child(2)::after {
    content: "-";
    display: inline-block;
    color: #fff;
    padding: 0 0 15px;
  }
  */
  
  #wrap nav#fix_menu .menu_inner li,
  #wrap nav#fix_menu.fixed .menu_inner li {
    margin-bottom: 15px;
    margin-right: 0;
    color: #999;
  }
  
  #wrap nav#fix_menu .menu_inner li a {
    color: #fff;
    margin-right: 0!important;
  }

  #wrap .linkBlock {
    padding: 40px;
  }

  #wrap .linkBlock ul {
    flex-direction: column-reverse;
  }
  
  #wrap .linkBlock ul li:first-child a::after,
  #wrap .linkBlock ul li:first-child span::after {
    width: 50px;
    right: 50px;
  }
  
  #wrap .linkBlock ul li:last-child a::after,
  #wrap .linkBlock ul li:last-child span::after {
    width: 50px;
    left: 50px;
}

  #wrap .linkBlock ul li:last-child {
    margin: 0 0 20px auto;
  }

  section#action {
    padding: 45px 0;
  }
  
  section#action .sectionInner {
    width: 90%;
    padding: 20px;
  }
  
  section#action .sectionInner .col2 {
    flex-direction: column;
  }
  
  section#action .sectionInner .col2 .col:first-child {
    width: 100%;
    margin: 0 0 20px 0;
  }
  
  section#action .sectionInner .col2:nth-child(2) .col:first-child {
    width: 100%;
    margin: 0;
  }
  
  section#action .sectionInner .col2 .col:last-child {
    width: 100%;
    margin-right: 0;
  }
  
  section#action .sectionInner .col2 .col:last-child table th {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 0.875em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  section#action .sectionInner .col2 .col:last-child table td {
    display: block;
    width: 100%;
    font-size: 0.875em;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  
  section#action .sectionInner .col2 .caution {
    line-height: normal;
  }
  
  section#action .sectionInner .col2:last-child .col p {
    line-height: normal;
  }
  
  section#action .sectionInner .col2:last-child .col:last-child p {
    font-size: 0.875em;
  }

  footer .company_logo {
    width: 90%;
  }

  footer .company_logo .column {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
  }

  footer .company_logo .column .col:first-child,
  footer .company_logo .column .col:nth-child(2) {
    margin-top: 0;
  }

  footer .company_logo .column .col:nth-child(even) {
    float: right;
    margin-right: 0;
  }

  footer .company_logo .column .col dt {
    margin-bottom: 10px;
  }

  footer .company_logo .column .col dd img {
    height: auto!important;
    width: 100%!important;
  }

  footer .company_logo .column .col:nth-child(3) dd img {
    margin-top: -4px;
  }

  footer section#notes {
    width: 90%;
    padding: 10px;
  }
  
  footer .link {
    margin: 30px 0 20px;
  }

  body#about #wrap #fix_menu .menu_inner ul:first-child li:first-child a::after,
  body#location #wrap #fix_menu .menu_inner ul:first-child li:nth-child(2) a::after,
  body#design #wrap #fix_menu .menu_inner ul:first-child li:nth-child(3) a::after,
  body#clubhouse #wrap #fix_menu .menu_inner ul:first-child li:nth-child(4) a::after,
  body#plan #wrap #fix_menu .menu_inner ul:first-child li:nth-child(5) a::after,
  body#services #wrap #fix_menu .menu_inner ul:first-child li:nth-child(6) a::after,
  body#outline #wrap #fix_menu .menu_inner ul:first-child li:last-child a::after {
    transform: scale(1, 1);
  }
  
}
/* SPのみCSS END */

@keyframes menu-bar01 {
  0% {
    transform: translateY(12px) rotate(45deg);
    background-color: #fff;
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-bar03 {
  0% {
    transform: translateY(-12px) rotate(-45deg);
    background-color: #fff;
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(12px) rotate(0);
  }
  100% {
    transform: translateY(12px) rotate(45deg);
    background-color: #fff;
  }
}

@keyframes active-menu-bar02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-12px) rotate(0);
  }
  100% {
    transform: translateY(-12px) rotate(-45deg);
    background-color: #fff;
  }
}