@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
main section .page_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 35dvw;
  max-height: 420px;
}

main section .page_head:before {
  /*background-color: #00000066;
      mix-blend-mode: overlay;*/
}

main section .page_head.non_b_img {
  border-top: 5px solid #9B003F;
  height: 350px;
  padding-top: 0;
  max-height: inherit;
  border-bottom: 25px solid #9B003F;
}

@media screen and (max-width: 767px) {
  main section .page_head.non_b_img {
    height: 200px;
    border-bottom: 10px solid #9B003F;
  }
}

main section .page_head.non_b_img .page_title {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

main section .page_head.non_b_img .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl02 {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  color: #9B003F;
}

@media screen and (max-width: 767px) {
  main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl02 {
    font-size: 14px;
  }
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl02:before {
  width: 50px;
  height: 2px;
  background-color: #9B003F;
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

main section .page_head.non_b_img .page_title .sv_ttl .eng_ttl {
  font-size: clamp(42px, 1.545rem + 4.61vw, 80px);
  letter-spacing: 3px;
  text-transform: capitalize;
  color: #481B1F;
}

main section .page_head.non_b_img .page_title .sv_ttl .jp_ttl {
  font-size: clamp(18px, 0.955rem + 0.73vw, 24px);
  color: #333;
}

main section .page_head .page_title {
  width: 100%;
}

main section .page_head .page_title .sv_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section .page_head .page_title .eng_ttl {
  font-size: 80px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  main section .page_head .page_title .eng_ttl {
    font-size: 25px;
  }
}

main section .page_head .page_title .jp_ttl {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  main section .page_head .page_title .jp_ttl {
    font-size: 14px;
  }
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* サムネイル一覧 */
/******************************/
/******************************/
/* 記事 */
/******************************/
/******************************/
/* カスタム投稿記事 */
/******************************/
.single-gallery_post .category {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
}

.single-gallery_post .category a:first-child {
  margin-top: 0;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 特定商取引に関する表記 */
/******************************/
.law .ttl10 {
  font-weight: bold;
  margin-bottom: 30px;
}

.law p {
  line-height: 1.6;
}

/******************************/
/* コンタクトフォーム */
/******************************/
/******************************/
/* 会社案内 */
/******************************/
/******************************/
/* 404 */
/******************************/
.error404 main section .page_head .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
}

/******************************/
/* サイドメニュー */
/******************************/
.sidemenu .category-list li {
  margin: 0 0 10px;
  width: 100%;
}

.sidemenu .category-list li a {
  color: #333;
  background: none;
  padding: 5px 0;
  text-align: left;
}

.sidemenu .category-list li a:before {
  content: "-";
  margin-right: 5px;
}

/******************************/
/* circuit */
/*サーキット運営*/
/******************************/
.circuit .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .circuit .sec01 {
    padding: 0 0 50px;
  }
}

.circuit .sec02 {
  padding: 100px 0 0;
  background-color: #F3F7F8;
}

.circuit .sec02 .contents_wrap {
  border-bottom: dotted 2px #333;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .circuit .sec02 .contents_wrap {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .circuit .sec02 {
    padding: 50px 0 0;
  }
}

.circuit .sec03 {
  padding: 100px 0 0;
  background-color: #F3F7F8;
}

.circuit .sec03 .contents_wrap {
  border-bottom: dotted 2px #333;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .circuit .sec03 .contents_wrap {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .circuit .sec03 {
    padding: 50px 0 0;
  }
}

.circuit .sec04 {
  padding: 100px 0 0;
  background-color: #F3F7F8;
}

.circuit .sec04 .contents_wrap {
  border-bottom: dotted 2px #333;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .circuit .sec04 .contents_wrap {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .circuit .sec04 {
    padding: 50px 0 0;
  }
}

.circuit .sec05 {
  padding: 100px 0;
  background-color: #F3F7F8;
}

@media screen and (max-width: 767px) {
  .circuit .sec05 {
    padding: 50px 0;
  }
}

.circuit .sec06 {
  padding: 100px 0 100px;
  background-color: #F3F7F8;
}

.circuit .sec06 .contents_wrap {
  border-bottom: dotted 2px #333;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .circuit .sec06 .contents_wrap {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .circuit .sec06 {
    padding: 50px 0 50px;
  }
}

.circuit .sec07 {
  padding: 0 0 100px;
  background-color: #F3F7F8;
}

@media screen and (max-width: 767px) {
  .circuit .sec07 {
    padding: 0 0 50px;
  }
}

/******************************/
/* rental kart */
/*レンタルカート*/
/******************************/
.rental-kart .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .rental-kart .sec01 {
    padding: 0 0 50px;
  }
}

.rental-kart .sec02 {
  padding: 100px 0;
  background-color: #F3F7F8;
}

@media screen and (max-width: 767px) {
  .rental-kart .sec02 {
    padding: 50px 0;
  }
}

.rental-kart .sec03 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .rental-kart .sec03 {
    padding: 50px 0;
  }
}

.rental-kart .sec04 {
  padding: 100px 0;
  background-color: #F3F7F8;
}

@media screen and (max-width: 767px) {
  .rental-kart .sec04 {
    padding: 50px 0;
  }
}

/******************************/
/* AUTO CAMP*/
/*サイト・設備紹介*/
/******************************/
.auto_camp .sec01 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec01 {
    padding: 45px 0;
  }
}

.auto_camp .sec01 .layout_sec01 .ttlbox {
  width: 300px;
}

.auto_camp .sec01 .layout_sec01 .stepbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .auto_camp .sec01 .layout_sec01 .stepbox {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .auto_camp .sec01 .layout_sec01 .stepbox {
    display: block;
    padding: 0 15px;
  }
}

.auto_camp .sec01 .layout_sec01 .stepbox .step {
  width: calc((100% - 80px) / 2);
  margin-right: 80px;
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec01 .layout_sec01 .stepbox .step {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.auto_camp .sec01 .layout_sec01 .stepbox .step:nth-child(2n) {
  margin-right: 0;
}

.auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex {
  display: block;
}

.auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex figure {
  position: relative;
  margin-bottom: 50px;
}

.auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex figure .num_area {
  position: absolute;
  width: 116px;
  height: 94px;
  bottom: -50px;
  z-index: 2;
  left: -40px;
}

@media screen and (max-width: 1024px) {
  .auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex figure .num_area:before {
    width: 116px;
    height: 94px;
    top: -20px;
    left: 16px;
  }
}

.auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex figure .num_area .step_number {
  position: absolute;
  top: 30px;
  left: 38px;
}

@media screen and (max-width: 1024px) {
  .auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex figure .num_area .step_number {
    font-size: 35px;
    top: 22px;
    left: 53px;
  }
}

.auto_camp .sec01 .layout_sec01 .stepbox .step .step_flex .num_body {
  margin-left: 0;
}

.auto_camp .sec02 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec02 {
    padding: 45px 0;
  }
}

.auto_camp .sec02 .mapttl {
  color: #E26E15;
  font-weight: bold;
  position: relative;
  font-size: 24px;
  margin-bottom: 80px;
}

.auto_camp .sec02 .mapttl:before {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: -8.5vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
}

.auto_camp .sec03 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec03 {
    padding: 45px 0;
  }
}

.auto_camp .sec04 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 {
    padding: 45px 0;
  }
}

.auto_camp .sec04 .equioment_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auto_camp .sec04 .equioment_flex li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 .equioment_flex li {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 .equioment_flex li:nth-child(2n) {
    margin-right: 0;
  }
}

.auto_camp .sec04 .equioment_flex li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 .equioment_flex li:nth-child(3n) {
    margin-right: auto;
  }
}

.auto_camp .sec04 .equioment_flex li:nth-child(1) {
  margin-top: 0;
}

.auto_camp .sec04 .equioment_flex li:nth-child(2) {
  margin-top: 0;
}

.auto_camp .sec04 .equioment_flex li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 .equioment_flex li:nth-child(3) {
    margin-top: 40px;
  }
}

.auto_camp .sec04 .equioment_flex li figure {
  margin-bottom: 15px;
}

.auto_camp .sec04 .equioment_flex li figure img {
  border-radius: 60px 10px 60px 10px;
  border: solid 4px #FFC400;
  aspect-ratio: 380/320;
}

.auto_camp .sec04 .equioment_flex li .ttl_text {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .auto_camp .sec04 .equioment_flex li .ttl_text {
    font-size: 16px;
  }
}

.auto_camp .sec04 .equioment_flex li .ttl_body {
  line-height: 1.6;
}

/******************************/
/* AUTO CAMP*/
/*料金・ご利用案内*/
/******************************/
.camp_guide .sec01 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec01 {
    padding: 45px 0;
  }
}

.camp_guide .sec02 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 {
    padding: 45px 0;
  }
}

.camp_guide .sec02 .plan_box .plan_flex {
  border-bottom: dotted 2px #666;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex {
    display: block;
  }
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex .txt_area {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area h4 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex .txt_area h4 {
    font-size: 16px;
  }
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area .price_txt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area .price_txt span {
  margin: 0 4px;
  font-size: 20px;
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area .tab_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 10px;
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area .tab_box li {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 5px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex .txt_area .tab_box li {
    font-size: 12px;
    padding: 2px 5px;
  }
}

.camp_guide .sec02 .plan_box .plan_flex .txt_area .tab_box li:last-child {
  margin-right: 0;
}

.camp_guide .sec02 .plan_box .plan_flex .img_area {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex .img_area {
    width: 100%;
  }
}

.camp_guide .sec02 .plan_box .plan_flex .img_area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec02 .plan_box .plan_flex .img_area img {
    aspect-ratio: 3/2;
  }
}

.camp_guide .sec03 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec03 {
    padding: 45px 0;
  }
}

.camp_guide .sec03 .rental_box {
  padding-bottom: 20px;
  border-bottom: dotted 2px #333;
  margin-bottom: 30px;
}

.camp_guide .sec03 .rental_box .rental_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.camp_guide .sec03 .rental_box .rental_flex li {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec03 .rental_box .rental_flex li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .camp_guide .sec03 .rental_box .rental_flex li:nth-child(2n) {
    margin-right: 0;
  }
}

.camp_guide .sec03 .rental_box .rental_flex li:nth-child(4n) {
  margin-right: 0;
}

.camp_guide .sec03 .rental_box .rental_flex li:nth-child(1) {
  margin-top: 0;
}

.camp_guide .sec03 .rental_box .rental_flex li:nth-child(2) {
  margin-top: 0;
}

.camp_guide .sec03 .rental_box .rental_flex li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec03 .rental_box .rental_flex li:nth-child(3) {
    margin-top: 30px;
  }
}

.camp_guide .sec03 .rental_box .rental_flex li:nth-child(4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec03 .rental_box .rental_flex li:nth-child(4) {
    margin-top: 30px;
  }
}

.camp_guide .sec03 .rental_box .rental_flex li figure {
  margin-bottom: 20px;
}

.camp_guide .sec03 .rental_box .rental_flex li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

.camp_guide .sec03 .rental_box .rental_flex li h4 {
  border-left: solid 4px #2E6D60;
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 20px;
}

.camp_guide .sec03 .rental_box .rental_flex li .price_txt {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.camp_guide .sec03 .rental_box .rental_flex li .price_txt span {
  margin: 0 4px;
  font-size: 20px;
}

.camp_guide .sec04 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .camp_guide .sec04 {
    padding: 45px 0;
  }
}

/******************************/
/* PARK GOLF*/
/*コース紹介*/
/******************************/
.park-golf .sec01 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 {
    padding: 45px 0;
  }
}

.park-golf .sec01 .border_box {
  border-radius: 30px;
  overflow: hidden;
  border: solid 4px #FFC400;
  padding: 30px 20px;
  background-color: #fff;
}

.park-golf .sec01 h4 {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 h4 {
    font-size: 18px;
  }
}

.park-golf .sec01 .mapttl {
  color: #E26E15;
  font-weight: bold;
  position: relative;
  font-size: 24px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 .mapttl {
    font-size: 18px;
  }
}

.park-golf .sec01 .mapttl:before {
  content: "";
  width: 2px;
  height: 60px;
  position: absolute;
  bottom: -8.5vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
}

.park-golf .sec01 .zoom_box {
  max-width: 800px;
  padding: 30px;
  border-radius: 30px;
  border: solid 4px #FFC400;
  background-color: #fff;
  margin: 0 auto;
}

.park-golf .sec01 .lauout_ul01b li {
  border-bottom: dotted 2px #333;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-top: 65px;
  padding: 0;
  border-bottom: none;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(2n) {
    margin-right: 0;
  }
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(3n) {
    margin-right: auto;
  }
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(1) {
  margin-top: 0;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(2) {
  margin-top: 0;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont:nth-child(3) {
    margin-top: 65px;
  }
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont figure {
  margin-bottom: 10px;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont p {
  text-align: left;
}

.park-golf .sec01 .lauout_ul01b li .park_sub_list .li_cont img {
  border: solid 4px #FFC400;
  border-radius: 60px 10px 60px 10px;
}

.park-golf .sec02 {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .park-golf .sec02 {
    padding: 45px 0;
  }
}

/******************************/
/* その他カーサービス*/
/******************************/
.other .sec01 {
  position: relative;
}

/******************************/
/* 車検・整備*/
/******************************/
.first-time .sec01,
.maintenance .sec01,
.repair .sec01,
.tire-service .sec01,
.other .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .first-time .sec01,
  .maintenance .sec01,
  .repair .sec01,
  .tire-service .sec01,
  .other .sec01 {
    padding: 0 0 50px;
  }
}

.first-time .sec02,
.maintenance .sec02,
.repair .sec02,
.tire-service .sec02,
.other .sec02 {
  position: relative;
  background-color: #F9F5F6;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .first-time .sec02,
  .maintenance .sec02,
  .repair .sec02,
  .tire-service .sec02,
  .other .sec02 {
    padding: 50px 0;
  }
}

.first-time .sec03,
.maintenance .sec03,
.repair .sec03,
.tire-service .sec03,
.other .sec03 {
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .first-time .sec03,
  .maintenance .sec03,
  .repair .sec03,
  .tire-service .sec03,
  .other .sec03 {
    padding: 50px 0 0;
  }
}

/******************************/
/* COMPANY*/
/*運営会社*/
/******************************/
.company .sec01 {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .company .sec01 {
    padding: 0 0 50px;
  }
}

.company .sec01 .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
  border-bottom: dotted 3px #9B003F;
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .sec01_flex {
    display: block;
  }
}

.company .sec01 .sec01_flex .sec01_ttl {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .sec01_flex .sec01_ttl {
    width: 100%;
    margin-bottom: 40px;
  }
}

.company .sec01 .sec01_flex .sec01_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 100px;
}

@media screen and (max-width: 1024px) {
  .company .sec01 .sec01_flex .sec01_body {
    margin-left: 0;
  }
}

.company .sec01 .sec01_outline {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/******************************/
/* RESERVE */
/*予約する*/
/******************************/
.reserve .sec01 {
  margin-bottom: 80px;
}

.reserve .box01 {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: solid 1px #666;
}

.reserve .box01 .tel_number {
  font-size: 18px;
}

.reserve .box01 .tel_number span {
  font-size: 32px;
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #9B003F;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.single_ttl h1 {
  line-height: 1.4;
}

.news_text_block .category_c a {
  background-color: #9B003F;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/*アクセス*/
/******************************/
.access iframe {
  aspect-ratio: 16/9;
}

@media screen and (max-width: 767px) {
  .access .tbl_list01 li {
    display: block;
  }
  .access .tbl_list01 li .tbl_ttl {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .access .tbl_list01 li .tbl_body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: solid 1px #ccc;
  }
}

/*# sourceMappingURL=css_map/style_page.css.map */
