@charset "utf-8";
/*-----------------------------------------------
サイト構成
-----------------------------------------------*/
/* ============== 全体 ============== */
.site-style {
  display: flex;
  margin-top: -24px;
}
.site-navi {
  min-width: 320px;
  background: #000;
  height: 100vh;
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  position: fixed;
  overflow-y: auto;
}
.site-main {
  width: auto;
  padding-left: 320px;
}
@media screen and (max-width: 768px) {
  .site-main {
    width: 100%;
    padding-left: 0px;
  }
}
/* ============== サイドナビ ============== */
.navi-logo {
  margin-bottom: 40px;
  border-bottom: solid 3px #fff;
  padding: 15px 0;
  width: 100%;
}
.navi-logo img {
  width: 180px;
  margin: 0 auto;
}
.navi-menu {
  color: #fff;
}
.navi-menu ol {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.navi-menu ol li {
  margin: 15px 0;
}
.navi-menu ol li a {
  
}
.navi-menu ol li a:hover {
  
}
.navi-menu p {
  font-size: 12px;
}
.navi-contact {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.navi-contact a {
  font-size: 18px;
  border: solid 1px #fff;
  padding: 10px 0;
  width: 100%;
  display: block;
}
.navi-contact a:hover {
  color: #000;
  background: #fff;
}
.navi-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.navi-sns li {
  margin: 0 18px;
}
.navi-sns li a {
  
}
.navi-sns li a i {
  font-size: 22px;
}
.navi-sns li a:hover {
  color: #01ac4b;
}
@media screen and (max-width: 768px) {
  .navi-contact {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .navi-contact a {
    color: #000;
    text-align: center;
    border: solid 1px #000;
  }
  .navi-contact a:hover {
    color: #fff;
    background: #000;
  }
}
.sp-copy {
  color: #000;
  font-size: 12px;
  text-align: right;
}

/*-----------------------------------------------
トップページ
-----------------------------------------------*/
.top-slide01 {
  position: relative;
}
.top-slide01 img {
  
}
@media screen and (max-width: 768px) {
  .top-slide01 img {
    height: 50vh;
    object-fit: cover;
  }
}

/*-----------------------------------------------
トップタイトル１
-----------------------------------------------*/
.top-title01 {
  margin: 40px 0;
}
.top-title01 a h3 {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  font-size: 70px;
  line-height: .8;
}
.top-title01 a h3 span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Teko', sans-serif;
  color: #000;
  -webkit-text-stroke: unset;
}
/*矢印が右に移動する*/
.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;  
  width: 85%;
  height: 3px;
  background:#333;
  transition: all .3s;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:3px;
  background:#333;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left:30%;
}
.btnarrow4:hover::after{
  right:-15%;
}
@media screen and (max-width: 768px) {
  .top-title01 a h3 {
    font-size: 40px;
  }
  .btnarrow4::before{
    display: none;
  }
  .btnarrow4::after{
    display: none;
  }
}
/*-----------------------------------------------
トップタイトル２
-----------------------------------------------*/
.top-title02 {
  position: absolute;
  bottom: 100px;
  right: 50px;
}
.top-title02 a h3 {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000;
  -webkit-text-stroke: unset;
  line-height: .5;
  font-size: 90px;
  text-shadow: 0 0 8px #ccc;
}
.top-title02 a h3 span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Teko', sans-serif;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
/*矢印が右に移動する*/
.btnarrow42{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.btnarrow42::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;  
  width: 85%;
  height: 1px;
  background:#333;
  transition: all .3s;
}
.btnarrow42::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:1px;
  background:#333;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow42:hover::before{
  left:25%;
}
.btnarrow42:hover::after{
  right:-10%;
}
@media screen and (max-width: 768px) {
  .top-title02 {
    bottom: 10px;
    right: 0px;
  }
  .top-title02 a h3 {
    font-size: 50px;
  }
  .btnarrow42::before {
    display: none;
  }
  .btnarrow42::after{
    display: none;
  }
}



/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/* ============== 下層ヘッダー ============== */
.low-header {
  position: relative;
}
.low-header img {
  
}
.low-header .head-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}
.low-header .head-bg h4 {
  color: #fff;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 77px;
  opacity: .1;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
}
.low-header h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  width: 100%;
}
.low-header h3 span {
  display: block;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .low-header {
    height: 200px;
  }
  .low-header img {
    height: 100%;
    object-fit: cover;
  }
  .low-header .head-bg h4 {
    font-size: 60px;
    opacity: .2;
  }
}
/* ============== 下層コンテンツ ============== */
.low-contents {
  padding: 20px 30px;
  padding-top: 80px;
  width: 100%;
  height: auto;
  background: url(../img/common/low-bg.webp) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
}
.low-maintitle {
  margin-bottom: 30px;
}
.low-maintitle h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 26px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .low-contents {
    padding: 20px 15px;
    padding-top: 80px;
  }
}
/* -------------- ページ遷移 -------------- */
.page-bnlink {
  background: #fff;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
.page-bnlink li {
  width: 24%;
  position: relative;
}
.page-bnlink li a:hover {
  opacity: .7;
}
.page-bnlink li a img {
  width: 100%;
}
.page-bnlink li a h3 {
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  width: 100%;
  right: 0;
  color: #fff;
  padding: 4px 0;
  font-size: 16px;
  margin: 0;
  text-align: center;
  padding-right: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
@media only screen and (max-width:768px) {
  .page-bnlink {
    display: block;
  }
  .page-bnlink li {
    width: 100%;
    margin-bottom: 10px;
  }
}



/*-----------------------------------------------
コンテンツ
-----------------------------------------------*/
.villa-concept {
  display: flex;
  position: relative;
  width: 96%;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 120px;
}
.villa-concept img {
  width: 70%;
  border-radius: 12px;
  box-shadow: 4px 4px 6px #575757;
}
.villa-concept .villa-bkbox {
  width: 60%;
  background: rgba(0, 0, 0, .6);
  padding: 30px 20px;
  border-radius: 12px;
  position: absolute;
  bottom: -50px;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(-50%);
}
.villa-concept .villa-bkbox h3 {
  color: #fff;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 22px;
  border-bottom: solid 2px #01ac4b;
  display: inline-block;
}
.villa-concept .villa-bkbox h3 span {
  margin-left: 20px;
  font-size: 18px;
}
.villa-concept .villa-bkbox p {
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width:768px) {
  .villa-concept {
    display: block;
    margin-top: -20px;
    margin-bottom: 80px;
  }
  .villa-concept img {
    width: 100%;
  }
  .villa-concept .villa-bkbox {
    width: 100%;
    position: relative;
    bottom: -10px;
    box-shadow: 4px 4px 6px #575757;
    padding: 30px 12px;
  }
  .villa-concept .villa-bkbox h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.villa-info {
  width: 96%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
}
.villa-info h3 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 0px;
}
.villa-info h4 {
  font-size: 22px;
  font-weight: 700;
}
.villa-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.villa-info p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
}
.villa-info p i {
  margin-left: 6px;
  margin-right: 3px;
}
.villa-bg2 {
  padding: 30px 0;
  width: 100%;
  height: auto;
  background: url(../img/common/bg-villa.webp) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
}
@media only screen and (max-width:768px) {
  .villa-info h4 {
    font-size: 20px;
  }
  .villa-info h3 {
    font-size: 26px;
  }
  .villa-info h5 {
    line-height: 1.6;
  }
}
.villa-slide {
  display: flex;
}
.villa-slide li {
  width: 25%;
}
.villa-slide li img {
}
@media screen and (max-width: 768px) {
  .villa-slide {
    flex-wrap: wrap;
  }
  .villa-slide li {
    width: 50%;
  }
}
.villa-facility {
  padding: 50px 20px;
}
.villa-subtitle {
  
}
.villa-subtitle h4 {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
}
.facility-flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.facility-flex li {
  width: 31%;
  position: relative;
  margin: 10px 1%;
}
.facility-flex li img {
  height: auto;
}
.facility-flex li h3 {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 100%;
  right: 0;
  color: #fff;
  padding: 6px 0;
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding-right: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.facility-flex3 li p {
  
}
.facility-flex3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.facility-flex3 li {
  width: 49%;
  position: relative;
}
.facility-flex3 li img {
  
}
.facility-flex3 li h3 {
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 100%;
  right: 0;
  color: #fff;
  padding: 6px 0;
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding-right: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.facility-flex3 li p {
  
}
.facility-flex2 {
  display: flex;
  text-align: center;
  justify-content: space-between;
  font-family: 'Noto Serif JP', serif;
}
.facility-list1 {
  width: 49%;
}
.facility-list1 dl {
  
}
.facility-list1 dl dt {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
  padding: 2px 0;
  text-align: left;
  padding-left: 12px;
}
.facility-list1 dl dd {
  background: #e9e9e9;
  padding: 6px 2px;
}
.facility-list2 {
  width: 49%;
}
.facility-list2 dl {
  
}
.facility-list2 dl dt {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
  padding: 2px 0;
  text-align: left;
  padding-left: 12px;
}
.facility-list2 dl dd {
  background: #e9e9e9;
  padding: 6px 2px;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
}
.link-list a {
  width: 23%;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  padding: 6px 0;
  border-radius: 6px;
  margin: 10px 10px;
  border: solid 2px #000;
}
.link-list a:hover {
  color: #000;
  background: #fff;
}
@media only screen and (max-width:768px) {
  .facility-flex {
    display: block;
    margin-bottom: 30px;
  }
  .facility-flex li {
    width: 100%;
  }
  .facility-flex2 {
    display: block;
  }
  .facility-list1 {
    width: 100%;
  }
  .facility-list2 {
    width: 100%;
  }
  .facility-flex3 {
    display: block;
  }
  .facility-flex3 li {
    width: 100%;
  }
  .link-list a {
    width: 100%;
  }
}



/* ------------------------------------------------
NEWS
-----------------------------------------------*/
.low-newsflex {
  display: flex;
  justify-content: space-between;
}
.low-newsimg {
  width: 29%;
}
.low-newsimg img {
  width: 100%;
  height: auto;
}
.low-newlist {
  margin-bottom: 30px;
  width: 69%;
}
.low-newlist a {
  color: #000;
  border-bottom: solid 1px;
  display: block;
}
.low-newlist a:hover {
  
}
.low-newlist .top-newsdate {
  display: flex;
  margin-bottom: 6px;
}
.low-newlist .top-newsdate h5 {
  background: #00ab4d;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 18px;
  margin-right: 10px;
}
.low-newlist .top-newsdate p {
  align-items: flex-end;
  display: flex;
  color: #575757;
}
@media only screen and (max-width:768px) {
  .low-newsflex {
    display: block;
  }
  .low-newsimg {
    width: 100%;
    margin-bottom: 8px;
  }
  .low-newlist {
    width: 100%;
  }
}

/* ------------------------------------------------
NEWS　投稿ページ
-----------------------------------------------*/
.single-main {
  margin-top: 30px;
  margin-bottom: 50px;
}
.single-link {
  display: flex;
  justify-content: space-between;
}
.single-link .single-list {
  text-align: center;
  width: 33%;
}
.single-link .single-list a {
  border: solid 1px #000;
  padding: 8px 0;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  height: 100%;
}
.single-link .single-list a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.single-link .prev {
  text-align: left;
  width: 33%;
}
.single-link .prev a {
  border: solid 1px #000;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  padding: 8px 6px;
  height: 100%;
}
.single-link .prev a::before {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
}
.single-link .prev a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
.single-link .next {
  text-align: right;
  width: 33%;
}
.single-link .next a {
  border: solid 1px #000;
  display: block;
  border-radius: 6px;
  color: #000;
  font-weight: bold;
  padding: 8px 6px;
  height: 100%;
}
.single-link .next a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  margin-left: 6px;
}
.single-link .next a:hover {
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
@media only screen and (max-width:768px) {
  .single-link {
    display: block;
  }
  .single-link .prev {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-link .next {
    width: 100%;
  }
  .single-link .single-list {
    width: 100%;
    margin-bottom: 10px;
  }
}



/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform {
	width: 100%;
	margin: auto;
}
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: bold;
	vertical-align: middle;
}
.cform td {
	font-size: 14px;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 99%;
  margin: 0 5px;
}
.required-srt {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #d8000f;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 10pt;
  font-weight: bold;
	padding: 5px;
	background: #adb5bd;
	color: #000;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #d8000f;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #000;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}



/*-----------------------------------------------
大見出し
-----------------------------------------------*/

/* ============== 大タイトル ============== */

/* -------------- 小タイトル -------------- */

