@charset "UTF-8";
/* Scss Document */
body {
  position: relative;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
}

/* IEはメイリオ優先表示 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  color: #000;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pc_only {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .contarea {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .sp_only {
    display: none;
  }
}
.prg_h {
  margin-bottom: 12px;
}

.prg {
  margin-bottom: 16px;
}

.prg_w {
  margin-bottom: 22px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 45px;
  }
}

.prg_3w {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.wrap {
  position: relative;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.maincont {
  line-height: 1.7;
}

.sectiontit {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectiontit img {
    height: 60px;
  }
}

.stit {
  margin-bottom: 20px;
  font-weight: 700;
}
.stit.color {
  color: #fcee21;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .stit {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .stit {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_lead {
    font-size: 20px;
    text-align: center;
  }
}

.scr {
  opacity: 0;
  transform: translateY(40px);
  transition: all ease 0.9s;
}
.scr.animation {
  opacity: 1;
  transform: translateX(0);
}

@media all and (-ms-high-contrast: none) {
  .scr {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}
.area_mv {
  position: relative;
}
.area_mv .slider img {
  width: 100%;
}
.area_mv .title {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.area_mv .ban_teigaku {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.area_mv .ban_teigaku .lead {
  background: #000;
}
.area_mv .ban_teigaku .txt::before, .area_mv .ban_teigaku .txt::after {
  position: absolute;
  content: "";
}
.area_mv .ban_teigaku .txt::before {
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-color: transparent transparent #fcee21 transparent;
}
.area_mv .ban_teigaku .txt::after {
  background: url(../images/arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .area_mv .slider {
    width: 100%;
    height: 400px;
  }
  .area_mv .slider li {
    overflow: hidden;
  }
  .area_mv .slider img {
    height: 400px;
    object-fit: cover;
  }
  .area_mv .title {
    width: 281px;
    height: 195px;
    top: 60px;
  }
  .area_mv .ban_teigaku {
    display: flex;
  }
  .area_mv .ban_teigaku .lead {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  .area_mv .ban_teigaku .txt {
    width: calc(100% - 70px);
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
  .area_mv .ban_teigaku .txt::before {
    border-width: 0 0 30px 30px;
    transition: all ease 0.3s;
  }
  .area_mv .ban_teigaku .txt::after {
    width: 10px;
    height: 10px;
    bottom: 5px;
    right: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_mv .slider {
    width: 100%;
    height: 100vh;
  }
  .area_mv .slider li {
    height: 100vh;
    overflow: hidden;
  }
  .area_mv .title {
    width: 751px;
    height: 351px;
    top: 25%;
  }
  .area_mv .ban_teigaku {
    width: 350px;
    text-align: center;
  }
  .area_mv .ban_teigaku .lead {
    padding: 10px 0;
  }
  .area_mv .ban_teigaku .txt {
    padding: 20px 0;
  }
  .area_mv .ban_teigaku .txt::before {
    border-width: 0 0 60px 60px;
    transition: all ease 0.3s;
  }
  .area_mv .ban_teigaku .txt::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 5px;
  }
  .area_mv .ban_teigaku:hover .txt::before {
    border-color: transparent transparent #006837 transparent;
  }
}

.area_about .contarea {
  background: url(../images/about_bg.svg) no-repeat center bottom;
}
.area_about .sec_lead {
  line-height: 2;
}
.area_about .box_img {
  display: flex;
}
@media screen and (max-width: 767px) {
  .area_about {
    padding-top: 50px;
  }
  .area_about .contarea {
    padding-bottom: 130px;
    background-size: 90% auto;
  }
}
@media print, screen and (min-width: 768px) {
  .area_about {
    padding-top: 100px;
  }
  .area_about .contarea {
    padding-bottom: 220px;
  }
}
@media print, screen and (max-width: 1299px) {
  .area_about .box_img div {
    width: 50%;
  }
  .area_about .box_img div:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .area_about .box_img div {
    width: calc(100% / 3);
  }
}

.area_golf {
  background: #006837;
}
.area_golf .list_price {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
}
.area_golf .list_price li {
  text-align: center;
}
.area_golf .tit_time {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}
.area_golf .tit_time img {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .area_golf {
    padding: 50px 0;
  }
  .area_golf .tit_time, .area_golf .price {
    font-size: 18px;
  }
  .area_golf .list_price li {
    padding: 20px 0;
  }
  .area_golf .list_price li:nth-of-type(1) {
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .area_golf {
    padding: 100px 0 150px;
  }
  .area_golf .tit_time, .area_golf .price {
    font-size: 20px;
  }
  .area_golf .list_price {
    display: flex;
  }
  .area_golf .list_price li {
    width: 50%;
    padding: 30px 0;
  }
  .area_golf .list_price li:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
}

.area_menu .list_menu dt {
  font-weight: 700;
}
.area_menu .list_menu dd {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .area_menu {
    padding: 50px 0;
  }
  .area_menu .box_menu {
    margin-bottom: 20px;
  }
  .area_menu .list_menu dd {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .area_menu .box_img {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .area_menu .box_img img {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_menu .inner {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 60px 0;
  }
  .area_menu .box_menu {
    width: calc(100% - 300px);
    padding: 50px;
  }
  .area_menu .list_menu {
    display: flex;
    flex-wrap: wrap;
  }
  .area_menu .list_menu dt, .area_menu .list_menu dd {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  .area_menu .list_menu dt {
    width: 70%;
  }
  .area_menu .list_menu dd {
    width: 30%;
  }
  .area_menu .box_img {
    width: 300px;
  }
}
@media screen and (min-width: 1101px) {
  .area_menu .box_menu {
    width: calc(100% - 450px);
  }
  .area_menu .box_img {
    width: 450px;
  }
}

.area_teigaku {
  background: url(../images/teigaku_bg.jpg) no-repeat center center/cover;
}
.area_teigaku .inner {
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
}
.area_teigaku .lead {
  line-height: 2;
}
.area_teigaku .list_tokuten li {
  background: #fff;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.area_teigaku .list_tokuten li span {
  color: #c1272d;
}
.area_teigaku .list {
  display: flex;
  margin-bottom: 8px;
}
.area_teigaku .list::before {
  content: "●";
  flex-shrink: 0;
}
.area_teigaku .flow {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fcee21;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
}
.area_teigaku .flow img {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .area_teigaku {
    padding: 50px 0;
  }
  .area_teigaku .sectiontit img {
    height: 50px;
  }
  .area_teigaku .inner {
    padding: 40px 15px 60px;
  }
  .area_teigaku .list_tokuten li {
    margin-bottom: 10px;
    padding: 15px 10px;
  }
  .area_teigaku .list_tokuten br {
    display: none;
  }
  .area_teigaku .list {
    font-size: 14px;
  }
  .area_teigaku .flow {
    bottom: -30px;
    height: 60px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_teigaku {
    padding: 100px 0 150px;
  }
  .area_teigaku .inner {
    padding: 70px 45px 90px;
  }
  .area_teigaku .list_tokuten {
    display: flex;
    justify-content: space-between;
  }
  .area_teigaku .list_tokuten li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    text-align: center;
  }
  .area_teigaku .list_tokuten.col2 li {
    width: calc((100% - 20px) / 2);
  }
  .area_teigaku .list_tokuten.col4 li {
    width: calc((100% - 60px) / 4);
  }
  .area_teigaku .flow {
    bottom: -40px;
    max-width: 700px;
    height: 80px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1101px) {
  .area_teigaku .list_tokuten li {
    font-size: 20px;
  }
}

.area_order {
  background: #fff;
  color: #000;
}
.area_order .area_form {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.area_order input[type=text],
.area_order input[type=tel],
.area_order input[type=email] {
  border: 1px solid #b2b2b2;
  padding: 5px 10px;
  width: 100%;
}
.area_order .box_select {
  position: relative;
  border: 1px solid #b2b2b2;
}
.area_order .box_select::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url(../images/arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
.area_order .box_select select {
  width: 100%;
  padding: 5px 10px;
}
.area_order .list_form dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_order .list_form dt .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 25px;
  background: #666;
  font-size: 14px;
  color: #fff;
}
.area_order .list_form dt .icon.hissu {
  background: #c1272d;
}
.area_order .box_col {
  display: flex;
}
.area_order .box_col > div {
  display: flex;
  align-items: center;
}
.area_order .box_col > div:nth-of-type(n+2) {
  padding-left: 10px;
}
.area_order .box_col .box_select {
  margin-right: 10px;
}
.area_order .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  background: #000;
  color: #fff;
  font-weight: 700;
  transition: all ease 0.3s;
}
.area_order .btn_submit:hover {
  background: #fcee21;
  color: #000;
}
@media screen and (max-width: 767px) {
  .area_order {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .area_order .lead {
    font-size: 14px;
  }
  .area_order .list_form dt {
    margin-bottom: 10px;
  }
  .area_order .list_form dd {
    margin-bottom: 25px;
  }
  .area_order .box_col > div {
    width: 32%;
  }
  .area_order .box_col .box_select {
    width: calc(100% - 1em - 10px);
  }
  .area_order .btn_submit {
    height: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_order {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .area_order .lead {
    font-size: 18px;
    text-align: center;
  }
  .area_order .list_form {
    display: flex;
    flex-wrap: wrap;
  }
  .area_order .list_form dt {
    width: 285px;
    margin-bottom: 30px;
  }
  .area_order .list_form dd {
    width: calc(100% - 285px);
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .area_order .short {
    max-width: 200px;
  }
  .area_order .box_col .box_select {
    width: 100px;
  }
  .area_order .btn_submit {
    height: 75px;
    font-size: 18px;
  }
}

.area_footer {
  position: relative;
  text-align: center;
}
.area_footer .gmap {
  width: 100%;
}
.area_footer .address {
  line-height: 1.7;
}
.area_footer .pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
}
.area_footer .pagetop:hover {
  background: #006837;
}
@media screen and (max-width: 767px) {
  .area_footer .gmap {
    height: 250px;
  }
  .area_footer .contarea {
    padding: 30px 0;
    font-size: 14px;
  }
  .area_footer .logo {
    width: 250px;
  }
  .area_footer .pagetop {
    width: 40px;
    height: 40px;
  }
  .area_footer .copy {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_footer .gmap {
    height: 400px;
  }
  .area_footer .contarea {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .area_footer .pagetop {
    width: 60px;
    height: 60px;
  }
  .area_footer .copy {
    font-size: 14px;
  }
}



.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 80px; /* バナーの上下の位置 */
    right: 0px; /* バナーの左右の位置 */
}
.pc {
    width: 0px; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 50px; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        top: 80px; /* 画面の最下部にぴったりくっつくように指定 */
    }
}
