@charset "utf-8";
/*-----------------------------------------------
サイト構成
-----------------------------------------------*/
/* ============== 全体 ============== */
.site-style {
  margin-top: -24px;
}
.site-navi {
  min-width: 260px;
  background: #fff;
  height: 100vh;
  text-align: center;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 700;
  position: fixed;
  overflow-y: auto;
  box-shadow: 2px 0 6px #919191;
  z-index: 99;
}
.site-main {
  width: auto;
  padding-left: 260px;
}
@media screen and (max-width: 1322px) {
  .site-navi {
    min-width: 200px;
  }
  .site-main {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .site-main {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .site-main {
    width: 100%;
    padding-left: 0px;
  }
}
/* ============== サイドナビ ============== */
.navi-logo {
  margin-bottom: 10px;
  border-bottom: solid 3px #fff;
  padding: 15px 0;
  width: 100%;
}
.navi-logo img {
  width: 90px;
  margin: 0 auto;
}
.navi-menu {
  padding: 0 30px;
}
.navi-menu ol {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.navi-menu ol li {
  margin: 12px 0;
  text-align: left;
}
.navi-menu ol li a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.navi-menu ol li a:hover {
  
}
.navi-banner {
  padding-left: 30px;
  padding-right: 20px;
}
.navi-banner ol {
  padding: 0;
  margin: 0;
}
.navi-banner ol li {
  position: relative;
  max-width: 210px;
  margin-bottom: 8px;
}
.navi-banner ol li a {
  
}
.navi-banner ol li a:hover {
  opacity: .7;
}
.navi-banner ol li a img {
  
}
.navi-banner ol li a h3 {
  position: absolute;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  width: 100%;
  right: 0;
  color: #fff;
  padding: 2px 0;
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding-right: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
@media screen and (max-width: 1322px) {
  .navi-banner ol li {
    max-width: 150px;
  }
  .navi-banner ol li a h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .navi-banner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navi-banner ol li {
    max-width: 100%;
  }
}
.navi-contact {
  padding-left: 30px;
  padding-right: 20px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.navi-contact li {
  position: relative;
  max-width: 210px;
}
.navi-contact li a {
  
}
.navi-contact li a:hover {
  opacity: .7;
}
.navi-contact li a h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  margin: 0;
  text-shadow: 0 0 6px #000;
  text-align: center;
}
@media screen and (max-width: 1322px) {
  .navi-contact li {
    max-width: 150px;
  }
  .navi-contact li a h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .navi-contact {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navi-contact li {
    max-width: 100%;
  }
}

/*-----------------------------------------------
トップページ
-----------------------------------------------*/
/* ============== ファーストビュー ============== */
.top-movie {
  position: relative;
}
.top-movie video {
  width: 100%;
}
.top-movie .mov-catch1 {
  position: absolute;
  top: 40px;
  left: 60px;
}
.top-movie .mov-catch1 h3 {
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}
.top-movie .mov-catch1 h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}
.top-movie .mov-catch2 {
  position: absolute;
  bottom: 40px;
  right: 80px;
}
.top-movie .mov-catch2 h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  line-height: 1.6;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-movie video {
    width: 100%;
    height: 68vh;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .top-movie .mov-catch1 {
    left: 10px;
    top: 60px;
  }
  .top-movie .mov-catch1 h3 {
    font-size: 36px;
  }
  .top-movie .mov-catch1 h4 {
    font-size: 18px;
  }
  .top-movie .mov-catch2 {
    bottom: 20px;
    right: 10px;
  }
  .top-movie .mov-catch2 h4 {
    font-size: 18px;
  }
}
/* ============== トップ　ボックスメニュー ============== */
.top-menuarea {
  display: flex;
}
.top-menuarea li {
  width: calc(100% / 3);
  position: relative;
}
.top-menuarea li img {
  
}
.top-menuarea li .menuarea-box {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
.top-menuarea li .menuarea-box .menuarea-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.top-menuarea li .menuarea-box .menuarea-title h3 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  padding-left: 30px;
}
.top-menuarea li .menuarea-box .menuarea-title h5 {
  display: block;
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  transform: rotate(-15deg);
  font-size: 66px;
  position: absolute;
  top: -60px;
  left: 0px;
  opacity: .3;
}
.top-menuarea li .menuarea-box h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.top-menuarea li .menuarea-box p {
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1322px) {
  .top-menuarea li .menuarea-box .menuarea-title {
    margin-bottom: 15px;
  }
  .top-menuarea li .menuarea-box .menuarea-title h3 {
    padding-left: 0;
  }
  .top-menuarea li .menuarea-box h4 {
    font-size: 16px;
  }
  .top-menuarea li .menuarea-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1060px) {
  .top-menuarea li .menuarea-box .menuarea-title h3 {
    font-size: 20px;
  }
}
/*矢印が右に移動する*/
.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}
.btnarrow4::before{
  content: '';
  position: absolute;
  bottom:0px;
  left: 20%;
  width: 80%;
  height: 2px;
  background:#333;
  transition: all .3s;
}
.btnarrow4::after{
  content: '';
  position: absolute;
  bottom:5px;
  right:0;
  width: 15px;
  height: 2px;
  background:#333;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left: 30%;
}
.btnarrow4:hover::after{
  right: -10%;
}
@media screen and (max-width: 1060px) {
  .btnarrow4 {
    font-size: 15px;
  }
}
.top-menuarea-sp {
  position: relative;
}
.menuarea-slidesp {
  opacity: .2;
}
.menuarea-slidesp li {
  height: auto;
}
.menuarea-slidesp li img {
  
}
.menuarea-slidesp2 {
  opacity: .3;
}
.menuarea-slidesp2 li {
  height: auto;
}
.menuarea-slidesp2 li img {
  
}
.menuarea-mainsp {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.menuarea-mainsp li {
  width: 100%;
  position: relative;
}
.menuarea-mainsp li .menuarea-box {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}
.menuarea-mainsp li .menuarea-box .menuarea-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.menuarea-mainsp li .menuarea-box .menuarea-title h3 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  padding-left: 30px;
}
.menuarea-mainsp li .menuarea-box .menuarea-title h5 {
  display: block;
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  transform: rotate(-15deg);
  font-size: 66px;
  position: absolute;
  top: -60px;
  left: 0px;
  opacity: .3;
}
.menuarea-mainsp li .menuarea-box h4 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.menuarea-mainsp li .menuarea-box p {
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .menuarea-mainsp li img {
    width: 100%;
  }
  .menuarea-slidesp li img {
    width: auto;
    height: 420px;
  }
  .menuarea-slidesp2 li img {
    width: auto;
    height: 420px;
  }
}
/* ============== トップ　コンセプト ============== */
.top-concept {
  position: relative;
}
.top-concept .concept-bg {
  opacity: .25;
}
@media screen and (max-width: 768px) {
  .top-concept .concept-bg {
    height: 33%;
    object-fit: cover;
  }
}
.top-concept .concept-on {
  width: 100%;
  height: auto;
  background: url(../img/index/bg-concept.webp) no-repeat center/cover;
  overflow: hidden;
  z-index: -10;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
}
.top-concept .concept-message {
  text-align: center;
  padding: 0 4px;
}
.top-concept .concept-message p {
  font-size: 18px;
  color: #020634;
  line-height: 2.6;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  margin: 60px 0;
  text-shadow: 0 0 6px #fff;
}
@media screen and (max-width: 768px) {
  .top-concept .concept-message p {
    font-size: 16px;
  }
}
.top-concept .concept-point {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.top-concept .concept-point li {
  width: 25%;
  position: relative;
}

.top-concept .concept-point li a {
  
}
.top-concept .concept-point li a:hover {
  
}
.top-concept .concept-point li a img {
  
}
@media screen and (max-width: 768px) {
  .top-concept .concept-point {
    width: 100%;
  }
  .top-concept .concept-point li {
    width: 50%;
  }
  .top-concept .concept-point li a img {
    width: 100%;
  }
}
.top-concept .concept-point li a .point-in {
  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: rgba(0, 0, 0, .6);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 8px;
}
.top-concept .concept-point li a:hover .point-in {
  background: rgba(0, 0, 0, .2);
}
.top-concept .concept-point li a .point-in .point-box {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  text-align: center;
}
.top-concept .concept-point li a .point-in .point-box .point-title {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.top-concept .concept-point li a .point-in .point-box .point-title h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.5;
  text-shadow: 0 0 8px #000;
  margin-bottom: 10px;
}
.top-concept .concept-point li a .point-in .point-box .point-title h4 {
  font-size: 15px;
  margin-bottom: 20px;
  text-shadow: 0 0 8px #000;
}
.top-concept .concept-point li a .point-in .point-box h6 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 36px;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
}
.top-concept .concept-point li a .point-in .point-box p {
  border: solid 1px #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-weight: bold;
  width: 75%;
}
.top-concept .concept-point li a:hover .point-in .point-box p {
  color: #000;
  border: solid 1px #fff;
  background: #fff;
}
@media screen and (max-width: 1322px) {
  .top-concept .concept-point li a .point-in .point-box h6 {
    font-size: 26px;
  }
  .top-concept .concept-point li a .point-in .point-box .point-title h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 860px) {
  .top-concept .concept-point li a .point-in .point-box h6 {
    font-size: 22px;
    top: 10px;
  }
  .top-concept .concept-point li a .point-in .point-box p {
    font-size: 14px;
    bottom: 0;
  }
  .top-concept .concept-point li a .point-in .point-box .point-title h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-concept .concept-point li a .point-in .point-box h6 {
    top: 10px;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .top-concept .concept-point li a .point-in .point-box .point-title h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .top-concept .concept-point li a .point-in .point-box .point-title h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .top-concept .concept-point li a .point-in .point-box p {
    bottom: 0px;
    font-size: 12px;
    width: 80%;
  }
}

/* ============== 追従予約 ============== */
.reserve {
  background: #020634;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 66px;
  padding: 12px 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
/* fadeinクラスがついた時だけ表示する */
.reserve.fadein {
  opacity: 1;
}
.reserve a {
  
}
.reserve a h3 {
  position: relative;
  display: inline-block;
  border: solid 2px #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: 24px;
  padding: 4px 0;
  width: 420px;
  text-align: center;
  border-radius: 8px;
  left: calc(50% - 340px);
  color: #fff;
}
.reserve a h3 span {
  transform: rotate(-15deg);
  opacity: .7;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  position: absolute;
  top: 10%;
  left: 0;
  font-size: 20px;
}
.reserve a:hover h3 {
  color: #020634;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .reserve a h3 {
    left: calc(50% - 210px);
  }
}
@media screen and (max-width: 440px) {
  .reserve a h3 {
    width: 320px;
    left: calc(50% - 160px);
  }
  .reserve a h3 span {
    font-size: 16px;
  }
}

/* ============== フッター ============== */
.footer-area {
  padding: 20px 15px;
  padding-bottom: 80px;
}
.footer-area .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-info {
  
}
.footer-info img {
  width: 160px;
}
.footer-info p {
  margin-bottom: 0;
  font-family: serif;
  font-size: 14px;
  color: #575757;
}
.copyright {
  margin-bottom: 0;
  font-family: serif;
  font-size: 14px;
  color: #575757;
}
@media screen and (max-width: 768px) {
  .footer-area .footer-flex {
    display: block;
    text-align: center;
  }
  .footer-info img {
    margin: 0 auto;
  }
  .footer-info p {
    margin-bottom: 20px;
  }
  .copyright {
    margin-bottom: 12px;
  }
}


/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/* ============== 下層ヘッダー ============== */
.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: 240px;
  }
  .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: #ecb39d1c;
  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;
  }
}

/* ============== 問い合わせステップ ============== */
.lf_pa_steps {
	display: block;
	padding: 30px 0;
	text-align: center;
}
.lf_pa_steps ol {
	display: block;
	text-align: center;
  padding-left: 0;
}
.lf_pa_steps li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 180px;
}
.lf_pa_steps li:last-child dt::before { content: none; }
.lf_pa_steps dl { width: 100%; }
.lf_pa_steps dt { display: block; position: relative; }
.lf_pa_steps dt::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 2px;
	margin-right: -50px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
}
.lf_pa_steps dt .lf_num {
  color: #fff;
  background: #ccc;
  display: inline-block;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 50px;
  font-family: 'Averia Serif Libre', serif;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
.lf_pa_steps dd {
  color: #ccc;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.lf_pa_steps .lf_current dt .lf_num { background-color: #000; }
.lf_pa_steps .lf_current dd { color: #000; }
.lf_pa_steps .lf_already dt .lf_num { background-color: #000; }
.lf_pa_steps .lf_already dd { color: #696969; }
@media screen and (max-width: 768px) {
  .lf_pa_steps li {
    width: 30%;
  }
}

/* ============== 問い合わせフォーム============== */
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}
.cform {
	width: 90%;
	margin: auto;
}
.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: 100%;
  border: 0.5px #adb5bd solid;
  padding: 5px;
  border-radius: 5px;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #a9a9a9;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
@media only screen and (max-width:768px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
  background: #ccc;
  width: 50%;
  max-width: 300px;
  min-width: 200px;
  margin: 30px auto;
  display: block;
  text-align: center;
  padding: 14px;
  color: #fff;
  transition: all 0.4s ease;
  font-weight: bold;
  border-radius: 5px;
  border: none;
}
.submit-btn input:hover {
	background: #000;
}

/*-----------------------------------------------
ヴィラ（コテージ）
-----------------------------------------------*/
.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: 40px 30px;
  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: 30px;
}
.villa-concept .villa-bkbox p {
  color: #fff;
  line-height: 1.6;
}
@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-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;
  margin-bottom: 50px;
}
@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 {
}
.villa-slide li {
  height: auto;
}
.villa-slide li img {
}
.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: space-between;
  margin-bottom: 12px;
}
.facility-flex li {
  width: 24%;
  position: relative;
}
.facility-flex li img {
  width: 100%;
}
.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-flex li p {
  margin: 0;
}
.facility-flex3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.facility-flex3 li {
  width: 49%;
  position: relative;
}
.facility-flex3 li img {
  width: 100%;
}
.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 {
  margin: 0;
}
.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-list1 img {
  margin-bottom: 15px;
}
.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;
}
.villa-plan {
  padding: 50px 20px;
}
.villa-subtitle2 {
  
}
.villa-subtitle2 h4 {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0 60px;
  left: calc(50% - 159px);
  margin-bottom: 14px;
}
.villa-subtitle2 h4::before, .villa-subtitle2 h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.villa-subtitle2 h4::before {
  left: 0;
}
.villa-subtitle2 h4::after {
  right: 0;
}
.villa-subtitle3 {
  
}
.villa-subtitle3 h4 {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.villa-subtitle3 h4 span2 {
  display: block;
}
.villa-subtitle3 h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.villa-subtitle3 h4 span {
 position: relative;
 padding: 0 1em;
 background: #fff;
}
.villa-subtitle3 h5 {
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: -10px;
}
.villa-subtitle3 p {
  text-align: center;
}
.facility-flex4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.facility-flex4 li {
  width: 32%;
  position: relative;
}
.facility-flex4 li img {
  width: 100%;
}
.facility-flex4 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-flex4 li p {
  margin: 0;
}
@media only screen and (max-width:768px) {
  .facility-flex {
    display: block;
    margin-bottom: 30px;
  }
  .facility-flex li {
    width: 100%;
    margin-bottom: 12px;
  }
  .facility-flex2 {
    display: block;
  }
  .facility-list1 {
    width: 100%;
  }
  .facility-list2 {
    width: 100%;
  }
  .facility-flex3 {
    display: block;
  }
  .facility-flex3 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .facility-flex4 {
    display: block;
  }
  .facility-flex4 li {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------
よくあるご質問
-----------------------------------------------*/
.faq {
  margin-top: 50px;
  margin-bottom: 80px;
}
.faq-category {
  margin-bottom: 60px;
}
.faq-title {
  text-align: center;
  margin-bottom: 20px;
}
.faq-title h3 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}
.faq-title h3:before, .faq-title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}
.faq-title h3:before {
  left:0;
}
.faq-title h3:after {
  right: 0;
}
/* アコーディオンB */
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 6px auto;
  color: #000;
  box-shadow: 2px 2px 4px #575757;
  margin-bottom: 10px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  line-height: 2;
  position: relative;
  display: block;
  padding: 10px 36px 12px 1em;
  cursor: pointer;
  margin: 0 0 1px 0;
  font-size: 17px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.6;
  font-weight: 700;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background: linear-gradient(0deg, #7979795e, #0000);
}
.cp_actab .cp_actab-content p {
  margin: 1em;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
}
.cp_actab p{
margin-bottom:0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after {
  font-family:"Font Awesome 5 Free";
  content:" \f078";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  text-align: center;
  padding: 6px 16px;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
font-family:"Font Awesome 5 Free";
content:" \f077";
}



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

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

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