@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvPanel {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 113px);
  margin: 113px 0 0;
}
.topMain .topKvPanel .kvBox {
  position: relative;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  z-index: 11;
}
.topMain .topKvPanel .kvBox .kvTtl {
  margin: 0 0 60px;
}
.topMain .topKvPanel .kvBox .kvTtl h1 {
  font-size: 50px;
}
.topMain .topKvPanel .kvBox .kvTtl p {
  letter-spacing: 0.2em;
}
.topMain .topKvPanel .kvBox .txt {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.topMain .topKvPanel .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
.topMain .topKvPanel .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_01.png);
}
.topMain .topKvPanel .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_02.png);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.topMain .topKvPanel .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_03.png);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.topMain .topKvPanel .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_01.png);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.topMain .topKvPanel .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_02.png);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.topMain .topKvPanel .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/top_kv_03.png);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.topMain .topKvPanel .kvScroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  z-index: 11;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .topMain .topKvPanel .kvScroll {
    transition: 0.6s;
  }
  .topMain .topKvPanel .kvScroll:hover {
    opacity: 0.6;
  }
}
.topMain .sec01 {
  position: relative;
  margin: 0 0 200px;
  padding: 80px 0;
  z-index: 20;
  background: #e8eaed;
}
.topMain .sec01:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  margin: 0 auto;
  background: url(https://greenhillsports2-220124.smooooth.jp/system_panel/uploads/images/top_kv_scroll_line.png) no-repeat;
  background-size: 100% auto;
}
.topMain .sec01 .secTtl {
  margin: 0 0 40px;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.1em;
}
.topMain .sec01 .secTtl h2 {
  font-size: 36px;
}
.topMain .sec01 .secTtl p {
  font-size: 15px;
}
.topMain .sec01 .infoPanel .secBox {
  padding: 4px;
  background: #ffffff;
}
.topMain .sec01 .infoPanel .inner {
  padding: 20px 10px 40px;
  border: 1px solid #e8eaed;
}
.topMain .sec01 .infoPanel .ttl {
  width: 210px;
  margin: 0 0 25px;
  padding: 2px 5px 15px 5px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec01_ttl_bg.png) no-repeat;
  background-size: 100% auto;
}
.topMain .sec01 .infoPanel .webgene-blog {
  max-width: 800px;
  margin: 0 auto 40px;
}
.topMain .sec01 .infoPanel .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec01 .infoPanel .webgene-blog .webgene-item + .webgene-item {
  margin: 20px 0 0;
}
.topMain .sec01 .infoPanel .webgene-blog .dl {
  display: table;
  width: 100%;
}
.topMain .sec01 .infoPanel .webgene-blog .dl .dt {
  display: table-cell;
  width: 280px;
}
.topMain .sec01 .infoPanel .webgene-blog .dl .dt .time {
  display: inline-block;
  margin: 0 10px 0 0;
}
.topMain .sec01 .infoPanel .webgene-blog .dl .dt .cate {
  display: inline-block;
  width: 140px;
  color: #ffffff;
  text-align: center;
  background: #428fb2;
}
.topMain .sec01 .infoPanel .webgene-blog .dl .dd {
  display: table-cell;
}
.topMain .sec01 .infoPanel .webgene-blog .dl .dd a {
  display: inline-block;
  text-decoration: underline;
}
.topMain .sec01 .infoPanel .btnMore {
  margin: 0 auto;
}
.topMain .sec01 .infoPanel .rightBox .secBox {
  margin: 0 0 20px;
}
.topMain .sec01 .infoPanel .rightBox a {
  display: block;
}
.topMain .sec01 .infoPanel .rightBox .ul {
  max-width: 250px;
  margin: 0 auto;
}
.topMain .sec01 .infoPanel .rightBox .ul .li + .li {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  .topMain .sec01 .infoPanel {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec01 .infoPanel .leftBox {
    width: 72%;
  }
  .topMain .sec01 .infoPanel .rightBox {
    width: 26%;
  }
  .topMain .sec01 .infoPanel .ttl {
    position: relative;
    left: -50px;
  }
}
.topMain .sec02 {
  margin: 0 0 200px;
}
.topMain .sec02 .secPanel > a {
  display: block;
}
.topMain .sec02 .secPanel .secBox01 .inner {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec02_img_01.png) center center no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .secPanel .secBox02 .inner {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec02_img_02.png) center center no-repeat;
  background-size: 100% auto;
}
.topMain .sec02 .secPanel .secBox {
  padding: 2rem 6rem;
  background: rgba(255, 255, 255, 0.85);
  transform: skew(-20deg);
}
.topMain .sec02 .secPanel .section {
  text-align: center;
  transform: skew(20deg);
}
.topMain .sec02 .secPanel .section .ttl {
  margin: 0 0 30px;
}
.topMain .sec02 .secPanel .section .ttl h2 {
  font-size: 34px;
  color: #cc8b00;
  letter-spacing: 0.1em;
}
.topMain .sec02 .secPanel .section .txt {
  font-size: 20px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .topMain .sec02 .secPanel {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  .topMain .sec02 .secPanel > a {
    overflow: hidden;
    position: absolute;
    display: block;
    transform: skew(-20deg);
  }
  .topMain .sec02 .secPanel > a:hover {
    opacity: 1;
  }
  .topMain .sec02 .secPanel > a:hover .inner {
    background-size: 110% auto;
  }
  .topMain .sec02 .secPanel .inner {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 160px 6rem;
    transform: skew(20deg);
    transition: 1s background-size;
  }
  .topMain .sec02 .secPanel .secBox01 {
    top: 0;
    bottom: 100px;
    left: -90px;
    right: 55%;
  }
  .topMain .sec02 .secPanel .secBox01 .inner {
    left: 90px;
  }
  .topMain .sec02 .secPanel .secBox01.pickup-item.visible {
    right: calc(50% - 19px);
  }
  .topMain .sec02 .secPanel .secBox02 {
    top: 100px;
    bottom: 0;
    /* left: calc(50% - 19px); */
    left: 55%;
    right: -90px;
  }
  .topMain .sec02 .secPanel .secBox02 .inner {
    right: 90px;
  }
  .topMain .sec02 .secPanel .secBox02.pickup-item.visible {
    left: calc(50% - 19px);
  }
}
.topMain .multiSec {
  margin: 0 0 200px;
}
.topMain .multiSec .secWrap {
  padding: 0;
}
.topMain .multiSec .secBox .txtBox {
  padding: 80px 10px;
  background: #e8eaed;
}
.topMain .multiSec .secBox .txtBox .inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.topMain .multiSec .secBox .txtBox .ttl {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0 10px 20px;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #30456b;
}
.topMain .multiSec .secBox .txtBox .ttl h2 {
  font-size: 36px;
}
.topMain .multiSec .secBox .txtBox .ttl p {
  font-size: 15px;
}
.topMain .multiSec .secBox .txtBox .txt {
  margin: 0 0 60px;
  text-align: left;
  line-height: 2;
}
.topMain .multiSec .secBox .txtBox .btnMore {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .topMain .multiSec .secBox {
    display: flex;
  }
  .topMain .multiSec .secBox .photo {
    width: 65%;
  }
  .topMain .multiSec .secBox .photo img {
    display: none;
  }
  .topMain .multiSec .secBox .txtBox {
    width: 35%;
  }
  .topMain .multiSec .sec03 .secBox .photo {
    order: 2;
    background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec03_bg.png) center center no-repeat;
    background-size: cover;
  }
  .topMain .multiSec .sec03 .secBox .txtBox {
    order: 1;
  }
  .topMain .multiSec .sec04 .secBox .photo {
    background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec04_bg.png) center center no-repeat;
    background-size: cover;
  }
}
.topMain .sec05 {
  margin: 0 0 200px;
  padding: 80px 0 0;
  background: #30456b;
}
.topMain .sec05 .secBox {
  position: relative;
  max-width: 1140px;
  margin: 0 auto -200px;
  padding: 40px 10px;
  z-index: 1;
  background: #ffffff;
}
.topMain .sec05 .secBox .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.topMain .sec05 .secBox .ttl {
  margin: 0 0 40px;
  padding: 0 10px 20px;
  color: #1a1a1a;
  text-align: center;
  letter-spacing: 0.1em;
}
.topMain .sec05 .secBox .ttl h2 {
  font-size: 36px;
}
.topMain .sec05 .secBox .ttl p {
  font-size: 15px;
}
.topMain .sec05 .secBox .box {
  position: relative;
}
.topMain .sec05 .secBox .ttlHead {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #1a1a1a;
}
.topMain .sec05 .secBox .ttlHead h3 {
  padding: 0 0 0 50px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec05_ttl_logo.png) left center no-repeat;
  background-size: 45px auto;
}
.topMain .sec05 .secBox .txtBody {
  display: flex;
  justify-content: space-between;
}
.topMain .sec05 .secBox .txtBody .dl {
  width: 40%;
}
.topMain .sec05 .secBox .txtBody .dl .dt {
  margin: 0 0 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.topMain .sec05 .secBox .txtBody .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .topMain .sec05 .btnMore {
    position: absolute;
    top: -10px;
    right: 0;
    width: 270px;
  }
}
.topMain .sec05 .gmap {
  width: 100%;
  height: 800px;
}

/*////////////////////////////////////////////////////////////
	concept
///////////////////////////////////////////////////////////*/
.conceptMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/concept_kv.png) center center no-repeat;
  background-size: cover;
}
.conceptMain .sec01 {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/concept_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.conceptMain .sec01 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.conceptMain .sec01 .secBox h2 {
  margin: 0 0 60px;
  font-size: 50px;
}
.conceptMain .sec01 .secBox p {
  font-size: 20px;
  line-height: 2;
}
.conceptMain .sec02 .secBox .txtBox {
  padding: 90px;
  background: #e8eaed;
}
.conceptMain .sec02 .secBox .inner {
  text-align: left;
}
.conceptMain .sec02 .secBox .ttl01 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.conceptMain .sec02 .secBox .ttl01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 1px;
  background: #30456b;
}
.conceptMain .sec02 .secBox .ttl02 {
  margin: 0 0 30px;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.conceptMain .sec02 .secBox .txt {
  line-height: 2;
}
@media (min-width: 1025px) {
  .conceptMain .sec02 .secBox {
    display: flex;
  }
  .conceptMain .sec02 .secBox .photoBox {
    width: 55%;
  }
  .conceptMain .sec02 .secBox .photoBox .photo {
    overflow: hidden;
    position: relative;
    max-width: 900px;
  }
  .conceptMain .sec02 .secBox .photoBox .photo img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .conceptMain .sec02 .secBox .txtBox {
    width: 45%;
  }
  .conceptMain .sec02 .secBox .inner {
    display: inline-block;
    max-width: 530px;
  }
  .conceptMain .sec02 .secBox:nth-child(odd) .photoBox {
    order: 2;
  }
  .conceptMain .sec02 .secBox:nth-child(odd) .txtBox {
    order: 1;
    text-align: right;
  }
  .conceptMain .sec02 .secBox:nth-child(even) .photoBox {
    display: flex;
    justify-content: flex-end;
  }
}
.conceptMain .sec03 {
  padding: 200px 0;
}
.conceptMain .sec03 .secBox01 {
  margin: 0 0 200px;
}
.conceptMain .sec03 .secBox01 .txtBox .ttl {
  margin: 0 0 30px;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.conceptMain .sec03 .secBox01 .txtBox .txt {
  max-width: 500px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .conceptMain .sec03 .secBox01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .conceptMain .sec03 .secBox01 .imgBox {
    width: 50%;
  }
  .conceptMain .sec03 .secBox01 .txtBox {
    width: 45%;
  }
}
.conceptMain .sec03 .secBox02 .ol .li {
  display: flex;
  justify-content: space-between;
}
.conceptMain .sec03 .secBox02 .ol .imgBox {
  width: 45%;
}
.conceptMain .sec03 .secBox02 .ol .txtBox {
  width: 55%;
  padding: 30px;
}
.conceptMain .sec03 .secBox02 .ol .txtBox .txt {
  line-height: 2.5;
}
.conceptMain .sec03 .secBox02 .ol .txtBox .txt + .txt {
  margin: 30px 0 0;
}
@media (min-width: 1025px) {
  .conceptMain .sec03 .secBox02 .ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -60px 0 0;
  }
  .conceptMain .sec03 .secBox02 .ol .li {
    width: 50%;
    margin: 60px 0 0;
  }
}

/*////////////////////////////////////////////////////////////
	restaurant
///////////////////////////////////////////////////////////*/
.restaurantMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/restaurant_kv.png) center center no-repeat;
  background-size: cover;
}
.restaurantMain .sec01 {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/restaurant_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.restaurantMain .sec01 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.restaurantMain .sec01 .secBox h2 {
  margin: 0 0 60px;
  font-size: 50px;
}
.restaurantMain .sec01 .secBox p {
  font-size: 20px;
  line-height: 2;
}
.restaurantMain .sec02 {
  padding: 100px 0 200px;
}
.restaurantMain .sec02 .tabList {
  margin: 0 0 100px;
}
.restaurantMain .sec02 .tabList .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.restaurantMain .sec02 .tabList .ul .li {
  width: calc(25% - 10px);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_black.png) left 20px center no-repeat #ffffff;
}
.restaurantMain .sec02 .tabList .ul .li.active {
  color: #ffffff;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_white.png) left 20px center no-repeat #003f67;
}
.restaurantMain .sec02 .secBoxList {
  max-width: 1000px;
  margin: 0 auto;
}
.restaurantMain .sec02 .section + .section {
  margin: 100px 0 0;
}
.restaurantMain .sec02 .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.restaurantMain .sec02 .section .photoMenu .ul .txt {
  padding: 20px 20px 10px;
  font-size: 24px;
  border-bottom: 1px dashed #d8d8d8;
}
@media (min-width: 1025px) {
  .restaurantMain .sec02 .section .photoMenu .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0 0 -40px;
  }
  .restaurantMain .sec02 .section .photoMenu .ul .li {
    width: calc(50% - 40px);
    margin: 60px 0 0 40px;
  }
}
.restaurantMain .sec02 .section .drinkMenu {
  position: relative;
}
.restaurantMain .sec02 .section .drinkMenu + .drinkMenu {
  margin: 60px 0 0;
}
.restaurantMain .sec02 .section .drinkMenu .dl .dt {
  max-width: 500px;
  margin: 0 0 30px;
  padding: 5px 15px;
  font-size: 26px;
  border-bottom: 1px solid #003f67;
}
.restaurantMain .sec02 .section .drinkMenu .ul .li .txt {
  font-size: 22px;
  padding: 0 15px 4px;
  border-bottom: 1px dashed #d8d8d8;
}
@media (min-width: 1025px) {
  .restaurantMain .sec02 .section .drinkMenu .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -30px 0 0;
  }
  .restaurantMain .sec02 .section .drinkMenu .ul .li {
    width: calc(50% - 20px);
    margin: 30px 0 0;
  }
  .restaurantMain .sec02 .section .drinkMenu .ul .li.single {
    width: 100%;
  }
  .restaurantMain .sec02 .section .drinkMenu .ul .li.single .txt {
    max-width: 500px;
  }
  .restaurantMain .sec02 .section .drinkMenu .img {
    position: absolute;
    top: 0;
    right: 40px;
    width: 420px;
  }
}
.restaurantMain .sec02 .section .partyMenu .txt {
  padding: 0 40px;
}
@media (min-width: 1025px) {
  .restaurantMain .sec02 .section .partyMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .restaurantMain .sec02 .section .partyMenu .photo {
    order: 2;
    width: 50%;
  }
  .restaurantMain .sec02 .section .partyMenu .txt {
    order: 1;
    width: 50%;
  }
}

/*////////////////////////////////////////////////////////////
	membership
///////////////////////////////////////////////////////////*/
.membershipMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/membership_kv.png) center center no-repeat;
  background-size: cover;
}
.membershipMain .section {
  padding: 100px 0;
}
.membershipMain .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
@media (min-width: 1025px) {
  .membershipMain .tableType01 {
    border: 1px solid #c7ccd3;
    border-bottom: none;
  }
  .membershipMain .tableType01 .tr {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c7ccd3;
  }
  .membershipMain .tableType01 .tr > * {
    display: table-cell;
    width: 25%;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
  }
  .membershipMain .tableType01 .tr > * + * {
    border-left: 1px solid #c7ccd3;
  }
  .membershipMain .tableType01 .tr + .tr .th {
    background: #e8eaed;
  }
  .membershipMain .tableType01 .thead .th {
    background: #e8eaed;
  }
  .membershipMain .tableType01 .td .ttl {
    display: none;
  }
  .membershipMain .tableType02 .ul {
    display: table;
    width: 100%;
    border: 1px solid #c7ccd3;
  }
  .membershipMain .tableType02 .ul .li {
    display: table-cell;
    width: 33%;
    font-size: 20px;
    text-align: center;
  }
  .membershipMain .tableType02 .ul .li + .li {
    border-left: 1px solid #c7ccd3;
  }
  .membershipMain .tableType02 .ul .dl .dt {
    padding: 15px 10px;
    border-bottom: 1px solid #c7ccd3;
    background: #e8eaed;
  }
  .membershipMain .tableType02 .ul .dl .dd {
    padding: 15px 10px;
  }
}
.membershipMain .sec01 .secTtl + p {
  margin: 0 0 10px;
  line-height: 2;
}
.membershipMain .sec01 .txtList {
  margin: 40px 0;
}
.membershipMain .sec01 .txtList .dl + .dl {
  margin: 30px 0 0;
}
.membershipMain .sec01 .txtList .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.membershipMain .sec01 .txtList .dl .dd {
  line-height: 2;
}
.membershipMain .sec02 .secTtl + p {
  margin: 0 0 60px;
  line-height: 2;
}
.membershipMain .sec02 .tableList {
  margin: 0 0 40px;
}
.membershipMain .sec02 .tableList .box + .box {
  margin: 60px 0 0;
}
.membershipMain .sec02 .tableList .ttl {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 30px;
  border-bottom: 1px solid #003f67;
}
.membershipMain .sec02 .caution .dl + .dl {
  margin: 30px 0 0;
}
.membershipMain .sec02 .caution .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.membershipMain .sec02 .caution .dl .dd {
  line-height: 2;
}
.membershipMain .sec03 .secBox {
  padding: 5px;
  border: 1px solid #807a2b;
}
.membershipMain .sec03 .secBox + .secBox {
  margin: 40px 0 0;
}
.membershipMain .sec03 .secBox .bg {
  padding: 40px 10px 20px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/membership_ticket_bg.png) center no-repeat;
  background-size: cover;
}
.membershipMain .sec03 .secBox .inner {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.membershipMain .sec03 .secBox .ttlBox {
  margin: 0 0 20px;
}
.membershipMain .sec03 .secBox .ttlBox .ttl {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 34px;
  color: #807a2b;
  border-bottom: 1px solid #807a2b;
}
.membershipMain .sec03 .secBox .ttlBox p {
  font-size: 24px;
}
.membershipMain .sec03 .secBox .ul {
  margin: 0 0 10px;
  border-top: 1px solid #807a2b;
}
.membershipMain .sec03 .secBox .ul .li {
  padding: 10px;
  border-bottom: 1px solid #807a2b;
}
.membershipMain .sec03 .secBox .ul .li p {
  display: inline-block;
}
.membershipMain .sec03 .secBox .ul .li .em {
  width: 150px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.membershipMain .sec03 .secBox .aside {
  text-align: left;
  line-height: 2;
}
.membershipMain .sec03 .secBox .aside p + p {
  text-indent: 1em;
}
.membershipMain .sec04 .infoList {
  margin: 0 0 60px;
}
.membershipMain .sec04 .infoList .dl {
  display: table;
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid #003f67;
}
.membershipMain .sec04 .infoList .dl .dt {
  display: table-cell;
  width: 400px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  vertical-align: middle;
}
.membershipMain .sec04 .infoList .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.membershipMain .sec04 .infoList .dl .dd .txt > p {
  margin: 0 0 5px;
}
.membershipMain .sec04 .infoList .dl .dd .txt a {
  display: inline-block;
}
.membershipMain .sec04 .infoList .dl .dd .tel {
  display: inline-block;
}
.membershipMain .sec04 .infoList .dl .dd .fax {
  display: inline-block;
}
.membershipMain .sec04 .caution .dl + .dl {
  margin: 30px 0 0;
}
.membershipMain .sec04 .caution .dl .dt {
  margin: 0 0 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.membershipMain .sec04 .caution .dl .dt a {
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: underline;
}
.membershipMain .sec04 .caution .dl .dd {
  line-height: 2;
}
.membershipMain .sec04 .caution .dl .dd p + p {
  text-indent: 1em;
}

/*////////////////////////////////////////////////////////////
	overview
///////////////////////////////////////////////////////////*/
.overviewMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/overview_kv.png) center center no-repeat;
  background-size: cover;
}
.overviewMain .section {
  padding: 100px 0;
}
.overviewMain .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.overviewMain .section .infoList .dl {
  display: table;
  width: 100%;
}
.overviewMain .section .infoList .dl + .dl {
  margin: 15px 0 0;
}
.overviewMain .section .infoList .dl .dt {
  display: table-cell;
  width: 140px;
  padding: 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #003f67;
}
.overviewMain .section .infoList .dl .dd {
  display: table-cell;
  padding: 5px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #003f67;
}
.overviewMain .section .infoList .dl .dd .txt > p {
  margin: 0 0 5px;
}
.overviewMain .section .infoList .dl .dd .txt a {
  display: inline-block;
}
.overviewMain .section .infoList .dl .dd .tel {
  display: inline-block;
}
.overviewMain .section .infoList .dl .dd .fax {
  display: inline-block;
}
.overviewMain .sec01 .secBox .photoBox .img + .img {
  margin: 20px 0 0;
}
@media (min-width: 1025px) {
  .overviewMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .overviewMain .sec01 .secBox .photoBox {
    order: 2;
    width: 30%;
  }
  .overviewMain .sec01 .secBox .txtBox {
    order: 1;
    width: 65%;
  }
}

/*////////////////////////////////////////////////////////////
	price
///////////////////////////////////////////////////////////*/
.priceMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/price_kv.png) center center no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  .priceMain .tableType01 {
    border: 1px solid #c7ccd3;
    border-bottom: none;
  }
  .priceMain .tableType01 .tr {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c7ccd3;
  }
  .priceMain .tableType01 .tr > * {
    display: table-cell;
    width: 33%;
    padding: 15px 10px;
    font-size: 20px;
    text-align: center;
  }
  .priceMain .tableType01 .tr > * + * {
    border-left: 1px solid #c7ccd3;
  }
  .priceMain .tableType01.col5 .tr > * {
    width: 20%;
  }
  .priceMain .tableType01.col5 .thead p {
    display: inline;
  }
  .priceMain .tableType01.col5 .thead .span {
    font-size: 16px;
  }
  .priceMain .tableType01 .thead .th {
    background: #e8eaed;
  }
  .priceMain .tableType01 .td .ttl {
    display: none;
  }
  .priceMain .tableType02 .ul {
    display: table;
    width: 100%;
    border: 1px solid #c7ccd3;
  }
  .priceMain .tableType02 .ul .li {
    display: table-cell;
    width: 50%;
    font-size: 20px;
    text-align: center;
  }
  .priceMain .tableType02 .ul .li + .li {
    border-left: 1px solid #c7ccd3;
  }
  .priceMain .tableType02 .ul .dl .dt {
    padding: 15px 10px;
    border-bottom: 1px solid #c7ccd3;
    background: #e8eaed;
  }
  .priceMain .tableType02 .ul .dl .dd {
    padding: 15px 10px;
  }
}
.priceMain .explain .dl .dt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.priceMain .explain .dl .dd .txt {
  line-height: 2;
}
.priceMain .section {
  padding: 100px 0;
}
.priceMain .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.priceMain .sec01 .secTtl + p {
  margin: 0 0 40px;
  line-height: 2;
}
.priceMain .sec01 .explain .dl .dt {
  margin: 0 0 20px;
}
.priceMain .sec01 .ul .li {
  display: inline-block;
  width: 85px;
  margin: 0 20px 0 0;
}
.priceMain .sec02 .secTtl + p {
  margin: 0 0 40px;
  line-height: 2;
}
.priceMain .tabPanel .tabList .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.priceMain .tabPanel .tabList .ul .li {
  width: calc(20% - 10px);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_black.png) left 20px center no-repeat #ffffff;
}
.priceMain .tabPanel .tabList .ul .li.active {
  color: #ffffff;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_white.png) left 20px center no-repeat #003f67;
}
.priceMain .tabPanel .tabList .ul .li p {
  display: inline;
}
.priceMain .tabPanel .tabList .ul .li .span {
  font-size: 16px;
}
.priceMain .memberCnt .explain {
  margin: 0 0 60px;
}
.priceMain .memberCnt .explain .dl + .dl {
  margin: 60px 0 0;
}
.priceMain .memberCnt .explain .dl .dt {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #003f67;
}
.priceMain .memberCnt .explain .dl .dd > p {
  margin: 0 0 15px;
  line-height: 2;
}
.priceMain .memberCnt .asideBox {
  padding: 30px;
  border: 1px solid #c7ccd3;
  background: #e8eaed;
}
.priceMain .memberCnt .asideBox .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.priceMain .memberCnt .asideBox .dl .dd {
  line-height: 2;
}
.priceMain .memberCnt .asideBox .dl .dd p {
  position: relative;
  padding: 0 0 0 1em;
}
.priceMain .memberCnt .asideBox .dl .dd p:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.priceMain .sec05 .secTtl + p {
  margin: 0 0 40px;
  line-height: 2;
}
.priceMain .sec05 .bnr {
  margin: 0 0 60px;
}
.priceMain .sec05 .bnr a {
  display: block;
  text-align: center;
}
.priceMain .sec05 .bnr .box {
  display: flex;
  align-items: center;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/price_sec05_bnr_bg.png) left center no-repeat;
  background-size: cover;
}
.priceMain .sec05 .bnr .box .txtBox {
  width: 50%;
  color: #ffffff;
}
.priceMain .sec05 .bnr .box .txtBox .ttl {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 8px;
  font-size: 30px;
}
.priceMain .sec05 .bnr .box .txtBox .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 180px;
  height: 2px;
  margin: 0 auto;
  background: #e3a319;
}
.priceMain .sec05 .bnr .box .photo {
  width: 50%;
}
.priceMain .sec05 .bnr .txt {
  padding: 5px;
  font-size: 24px;
  color: #ffffff;
  background: #333333;
}
.priceMain .sec06 .txtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 50px;
}
.priceMain .sec06 .txtBox .txt {
  line-height: 2;
}
.priceMain .sec06 .txtBox .btnBox {
  width: 220px;
}
.priceMain .sec06 .stayList > .ul .ttl {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #003f67;
}
@media (min-width: 1025px) {
  .priceMain .sec06 .stayList > .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -40px 0 0;
  }
  .priceMain .sec06 .stayList > .ul > .li {
    width: calc(50% - 10px);
    margin: 40px 0 0;
  }
}
.priceMain .sec07 .ttl {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #003f67;
}
.priceMain .sec07 .dl {
  display: table;
  width: 100%;
  max-width: 500px;
  border: 1px solid #c7ccd3;
}
.priceMain .sec07 .dl > * {
  display: table-cell;
  width: 50%;
  height: 100px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
.priceMain .sec07 .dl .dt {
  border-right: 1px solid #c7ccd3;
  background: #e8eaed;
}

/*////////////////////////////////////////////////////////////
	lodging
///////////////////////////////////////////////////////////*/
.lodgingMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/lodging_kv.png) center center no-repeat;
  background-size: cover;
}
.lodgingMain .sec01 {
  margin: 0 0 80px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/lodging_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.lodgingMain .sec01 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 750px;
  text-align: center;
  letter-spacing: 0.1em;
}
.lodgingMain .sec01 .secBox h2 {
  margin: 0 0 60px;
  font-size: 50px;
}
.lodgingMain .sec01 .secBox p {
  font-size: 20px;
  line-height: 2;
}
.lodgingMain .sec02 .secBox + .secBox {
  margin: 80px 0 0;
}
.lodgingMain .sec02 .secBox .txtBox {
  padding: 90px;
  background: #e8eaed;
}
.lodgingMain .sec02 .secBox .inner {
  text-align: left;
}
.lodgingMain .sec02 .secBox .ttl01 {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 34px;
  letter-spacing: 0.1em;
}
.lodgingMain .sec02 .secBox .ttl01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 340px;
  height: 1px;
  background: #30456b;
}
.lodgingMain .sec02 .secBox .txt {
  line-height: 2;
}
@media (min-width: 1025px) {
  .lodgingMain .sec02 .secBox {
    display: flex;
  }
  .lodgingMain .sec02 .secBox .photoBox {
    width: 55%;
  }
  .lodgingMain .sec02 .secBox .photoBox .photo {
    overflow: hidden;
    position: relative;
    max-width: 750px;
  }
  .lodgingMain .sec02 .secBox .photoBox .photo img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .lodgingMain .sec02 .secBox .txtBox {
    width: 45%;
  }
  .lodgingMain .sec02 .secBox .inner {
    display: inline-block;
    max-width: 530px;
  }
  .lodgingMain .sec02 .secBox:nth-child(odd) .photoBox {
    display: flex;
    justify-content: flex-end;
  }
  .lodgingMain .sec02 .secBox:nth-child(even) .photoBox {
    order: 2;
  }
  .lodgingMain .sec02 .secBox:nth-child(even) .txtBox {
    order: 1;
    text-align: right;
  }
}
.lodgingMain .sec03 {
  padding: 150px 0;
}
.lodgingMain .sec03 .secTopTtl {
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
.lodgingMain .sec03 .secTopTtl .ttl {
  font-size: 34px;
}
.lodgingMain .sec03 .photoList {
  margin: 0 0 120px;
}
.lodgingMain .sec03 .photoList .dl .dt {
  padding: 15px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  text-align: center;
}
.lodgingMain .sec03 .photoList .dl .dd {
  line-height: 2;
}
@media (min-width: 1025px) {
  .lodgingMain .sec03 .photoList .ul {
    display: flex;
    justify-content: space-between;
  }
  .lodgingMain .sec03 .photoList .ul .li {
    width: calc(33.3333333333% - 40px);
  }
}
.lodgingMain .sec03 .section {
  max-width: 1000px;
  margin: 0 auto;
}
.lodgingMain .sec03 .section + .section {
  margin: 100px auto 0;
}
.lodgingMain .sec03 .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.lodgingMain .sec03 .section .infoListTable .dl {
  display: table;
  width: 100%;
  border: 1px solid #c7ccd3;
  border-bottom: none;
}
.lodgingMain .sec03 .section .infoListTable .dl:last-child {
  border-bottom: 1px solid #c7ccd3;
}
.lodgingMain .sec03 .section .infoListTable .dl > * {
  display: table-cell;
  vertical-align: middle;
}
.lodgingMain .sec03 .section .infoListTable .dl .dt {
  width: 320px;
  padding: 20px 10px;
  font-size: 20px;
  text-align: center;
  border-right: 1px solid #c7ccd3;
  background: #e8eaed;
}
.lodgingMain .sec03 .section .infoListTable .dl .dd {
  padding: 20px;
  line-height: 2;
}
.lodgingMain .sec03 .section .infoListTable .dl .dd a {
  display: inline-block;
  text-indent: 2em;
  text-decoration: underline;
}
.lodgingMain .sec03 .section02 .secTtl + p {
  margin: 0 0 80px;
  line-height: 2;
}
.lodgingMain .sec03 .section02 .explainBox01 {
  margin: 0 0 120px;
}
.lodgingMain .sec03 .section02 .explain > .dl + .dl {
  margin: 60px 0 0;
}
.lodgingMain .sec03 .section02 .explain > .dl > .dt {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #003f67;
}
.lodgingMain .sec03 .section02 .explain > .dl > .dd + .dd {
  margin: 30px 0 0;
}
.lodgingMain .sec03 .section02 .explain > .dl > .dd > p {
  margin: 0 0 10px;
  line-height: 2;
}
.lodgingMain .sec03 .section02 .secBox {
  padding: 30px 0 0;
}
.lodgingMain .sec03 .section02 .secBox .txtBox .ttl {
  border-bottom: 1px solid #003f67;
}
.lodgingMain .sec03 .section02 .secBox .txtBox .ttl p {
  display: inline-block;
  padding: 0 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #003f67;
}
.lodgingMain .sec03 .section02 .secBox .txtBox .list {
  padding: 20px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .lodgingMain .sec03 .section02 .secBox .txtBox .list {
    position: relative;
  }
  .lodgingMain .sec03 .section02 .secBox .txtBox .txt + .txt {
    position: absolute;
    top: 20px;
    right: -60px;
  }
}
.lodgingMain .sec03 .section02 .infoList .dl {
  display: table;
  width: 100%;
  max-width: 500px;
  border: 1px solid #c7ccd3;
}
.lodgingMain .sec03 .section02 .infoList .dl > * {
  display: table-cell;
  width: 50%;
  height: 100px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}
.lodgingMain .sec03 .section02 .infoList .dl .dt {
  border-right: 1px solid #c7ccd3;
  background: #e8eaed;
}
.lodgingMain .sec03 .section02 .asideBox {
  margin: 40px 0 0;
  padding: 30px;
  border: 1px solid #c7ccd3;
  background: #e8eaed;
}
.lodgingMain .sec03 .section02 .asideBox .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.lodgingMain .sec03 .section02 .asideBox .dl .dd {
  line-height: 2;
}
.lodgingMain .sec03 .section02 .asideBox .dl .dd > p {
  position: relative;
  padding: 0 0 0 1em;
}
.lodgingMain .sec03 .section02 .asideBox .dl .dd > p:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.lodgingMain .sec03 .section02 .asideBox .dl .dd .atten {
  color: #b30000;
}
@media (min-width: 1025px) {
  .lodgingMain .sec03 .section02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .lodgingMain .sec03 .section02 .secBox .photo {
    width: 52%;
  }
  .lodgingMain .sec03 .section02 .secBox .txtBox {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .lodgingMain .tableType02 .ul {
    display: table;
    width: 100%;
    border: 1px solid #c7ccd3;
  }
  .lodgingMain .tableType02 .ul .li {
    display: table-cell;
    width: 33%;
    font-size: 20px;
    text-align: center;
  }
  .lodgingMain .tableType02 .ul .li + .li {
    border-left: 1px solid #c7ccd3;
  }
  .lodgingMain .tableType02 .ul .dl .dt {
    padding: 15px 10px;
    border-bottom: 1px solid #c7ccd3;
    background: #e8eaed;
  }
  .lodgingMain .tableType02 .ul .dl .dd {
    padding: 15px 10px;
  }
}

/*////////////////////////////////////////////////////////////
	facility
///////////////////////////////////////////////////////////*/
.facilityMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/facility_kv.png) center center no-repeat;
  background-size: cover;
}
.facilityMain .section {
  padding: 100px 0;
}
.facilityMain .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.facilityMain .photoList .ul + .ul {
  margin: 70px 0 0;
}
.facilityMain .photoList .dl .ttl {
  padding: 15px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  text-align: center;
}
.facilityMain .photoList .dl .dt {
  text-align: center;
}
.facilityMain .photoList .dl .dt p {
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.facilityMain .photoList .dl .dt .btn01 p {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/accrod_arrow_01.png) left center no-repeat;
  background-size: 15pa auto;
}
.facilityMain .photoList .dl .dt .btn02 {
  display: none;
}
.facilityMain .photoList .dl .dt .btn02 p {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/accrod_arrow_02.png) left center no-repeat;
  background-size: 15pa auto;
}
.facilityMain .photoList .dl .dt.active .btn01 {
  display: none;
}
.facilityMain .photoList .dl .dt.active .btn02 {
  display: block;
}
.facilityMain .photoList .dl .dd {
  padding: 25px 0 0;
  line-height: 2;
}
.facilityMain .photoList .dl .btnMore {
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .facilityMain .photoList .ul {
    display: flex;
    justify-content: space-between;
  }
  .facilityMain .photoList .ul .li {
    width: calc(33.3333333333% - 40px);
  }
}

/*////////////////////////////////////////////////////////////
	competition
///////////////////////////////////////////////////////////*/
.competitionMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/competition_kv.png) center center no-repeat;
  background-size: cover;
}
.competitionMain .sec01 {
  margin: 0 0 80px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/competition_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.competitionMain .sec01 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  text-align: center;
  letter-spacing: 0.1em;
}
.competitionMain .sec01 .secBox h2 {
  margin: 0 0 60px;
  font-size: 50px;
}
.competitionMain .sec01 .secBox p {
  font-size: 20px;
  line-height: 2;
}
.competitionMain .sec02 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 10px;
}
.competitionMain .sec02 .tabList {
  max-width: 890px;
  margin: 0 auto 100px;
}
.competitionMain .sec02 .tabList .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.competitionMain .sec02 .tabList .ul .li {
  width: calc(33.3333333333% - 10px);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cccccc;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_black.png) left 20px center no-repeat #ffffff;
}
.competitionMain .sec02 .tabList .ul .li.active {
  color: #ffffff;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_down_white.png) left 20px center no-repeat #003f67;
}
.competitionMain .sec02 .section + .section {
  margin: 80px 0 0;
}
.competitionMain .sec02 .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.competitionMain .sec02 .packCnt .ttl01 {
  margin: 0 0 40px;
  padding: 5px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: #003f67;
}
.competitionMain .sec02 .packCnt .ttl02 {
  margin: 0 0 20px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
}
.competitionMain .sec02 .listBox {
  margin: 0 0 15px;
}
.competitionMain .sec02 .listBox > .dl > .dt {
  margin: 0 0 15px;
  padding: 5px;
  font-size: 20px;
  text-align: center;
}
.competitionMain .sec02 .listBox > .dl > .dd .txt {
  padding: 0 20px;
  line-height: 2;
}
.competitionMain .sec02 .listBox > .dl > .dd .em {
  color: #c60000;
}
.competitionMain .sec02 .explain {
  padding: 0 20px 80px;
}
.competitionMain .sec02 .explain .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.competitionMain .sec02 .explain .dl .dd {
  line-height: 2;
}
.competitionMain .sec02 .explain .dl .dd p {
  position: relative;
  padding: 0 0 0 1em;
}
.competitionMain .sec02 .explain .dl .dd p:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.competitionMain .sec02 .product {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 10px 60px;
}
.competitionMain .sec02 .product .txtBox {
  line-height: 2;
}
.competitionMain .sec02 .packCnt01 {
  background: #f4f6f8;
}
.competitionMain .sec02 .packCnt01 .ttl02 {
  border: 1px solid #c7ccd3;
  background: #e8eaed;
}
.competitionMain .sec02 .packCnt01 .infoListTable .dl .dt {
  background: #e8eaed;
}
.competitionMain .sec02 .packCnt02 {
  background: #f1f7eb;
}
.competitionMain .sec02 .packCnt02 .ttl02 {
  background: #cbdbbb;
}
.competitionMain .sec02 .packCnt02 .infoListTable .dl .dt {
  background: #cbdbbb;
}
.competitionMain .sec02 .packCnt03 {
  background: #f1f7eb;
}
.competitionMain .sec02 .packCnt03 .ttl02 {
  color: #ffffff;
  background: #807a2b;
}
.competitionMain .sec02 .packCnt03 .infoListTable .dl .dt {
  color: #ffffff;
  background: #807a2b;
}
.competitionMain .sec02 .listBox01 > .dl > .dt {
  border: 1px solid #c7ccd3;
  background: #e8eaed;
}
.competitionMain .sec02 .listBox02 > .dl > .dt {
  background: #cbdbbb;
}
.competitionMain .sec02 .listBox03 > .dl > .dt {
  color: #ffffff;
  background: #807a2b;
}
.competitionMain .sec02 .infoListTable .dl {
  display: table;
  width: 100%;
  font-size: 20px;
  text-align: center;
  border: 1px solid #c7ccd3;
  border-bottom: none;
}
.competitionMain .sec02 .infoListTable .dl:last-child {
  border-bottom: 1px solid #c7ccd3;
}
.competitionMain .sec02 .infoListTable .dl > * {
  display: table-cell;
  vertical-align: middle;
}
.competitionMain .sec02 .infoListTable .dl .dt {
  width: 50%;
  padding: 20px 10px;
  border-right: 1px solid #c7ccd3;
}
.competitionMain .sec02 .infoListTable .dl .dd {
  padding: 20px;
  line-height: 2;
  background: #ffffff;
}
.competitionMain .sec02 .infoListTable .dl .dd a {
  display: inline-block;
  text-indent: 2em;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .competitionMain .sec02 .listBox {
    display: flex;
    justify-content: space-between;
  }
  .competitionMain .sec02 .listBox > .dl {
    width: calc(50% - 15px);
  }
  .competitionMain .sec02 .product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .competitionMain .sec02 .product .photo {
    order: 2;
    width: 45%;
  }
  .competitionMain .sec02 .product .txtBox {
    order: 1;
    width: 50%;
  }
}

/*////////////////////////////////////////////////////////////
	project
///////////////////////////////////////////////////////////*/
.projectMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/project_kv.png) center center no-repeat;
  background-size: cover;
}
.projectMain .sec01 {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/project_sec01_bg.png) center center no-repeat;
  background-size: cover;
}
.projectMain .sec01 .secBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  text-align: center;
  letter-spacing: 0.1em;
}
.projectMain .sec01 .secBox h2 {
  margin: 0 0 60px;
  font-size: 50px;
}
.projectMain .sec01 .secBox p {
  font-size: 20px;
  line-height: 2;
}
.projectMain .photoListPanel {
  margin: 0 0 150px;
  padding: 80px 0;
  background: #e8eaed;
}
.projectMain .photoListPanel .box {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 4px;
  text-align: center;
  background: #ffffff;
}
.projectMain .photoListPanel .box .inner {
  padding: 30px 10px;
  font-size: 26px;
  line-height: 2;
  border: 1px solid #e8eaed;
}
.projectMain .photoListPanel .list .ul p {
  margin: 20px 0 0;
  line-height: 2;
}
@media (min-width: 1025px) {
  .projectMain .photoListPanel .list .ul {
    display: flex;
    justify-content: space-between;
  }
  .projectMain .photoListPanel .list .ul .li {
    width: calc(33.3333333333% - 40px);
  }
}
.projectMain .sec02 .secTtl {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-size: 34px;
  text-align: center;
}
.projectMain .sec02 .secTtl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  height: 1px;
  margin: 0 auto;
  background: #30456b;
}
.projectMain .sec02 .section {
  background: #ffffff;
}
.projectMain .sec02 .secInner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 10px;
}
.projectMain .sec02 .topTtlBox {
  position: relative;
  margin: 0 0 30px;
}
.projectMain .sec02 .sectionTtl {
  margin: 0 0 15px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.projectMain .sec02 .sectionTtl + p {
  max-width: 480px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .projectMain .sec02 .topPhotoBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
  }
}
.projectMain .tabPanel {
  padding: 60px 0 120px;
  background: #e4edf5;
}
.projectMain .tabList {
  overflow-x: auto;
  padding: 0 0 30px;
}
.projectMain .tabList .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
}
.projectMain .tabList .ul .li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(16.6666666667% - 2px);
  padding: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.projectMain .tabList .ul .li.active {
  color: #ffffff;
  background: #003f67;
}
.projectMain .tabList .ul .li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 16px;
  height: 14px;
  margin: 0 auto;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/project_tab_arrow.png) center center no-repeat;
  background-size: 100% auto;
}
.projectMain .pointBox {
  max-width: 540px;
}
.projectMain .pointBox > .dl + .dl {
  margin: 40px 0 0;
}
.projectMain .pointBox > .dl > .dt {
  position: relative;
  left: -60px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 20px 8px 60px;
  background: #003f67;
}
.projectMain .pointBox > .dl > .dt p {
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.projectMain .pointBox > .dl > .dt .em {
  color: #e3a319;
}
.projectMain .pointBox > .dl > .dt .span {
  color: #ffffff;
}
.projectMain .pointBox > .dl > .dd .txt {
  max-width: 440px;
  line-height: 2;
}
.projectMain .pointBox > .dl > .dd .em {
  color: #d10000;
}
.projectMain .pointBox > .dl .accessTxt .span,
.projectMain .pointBox > .dl .accessTxt .em {
  display: inline-block;
}
.projectMain .pointBox > .dl .accessTxt .span {
  padding: 0 0 0 1.5em;
}
.projectMain .pointList .dl .dt {
  margin: 0 0 10px;
  padding: 8px 20px;
  text-align: center;
  background: #003f67;
}
.projectMain .pointList .dl .dt p {
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.projectMain .pointList .dl .dt .em {
  color: #e3a319;
}
.projectMain .pointList .dl .dt .span {
  color: #ffffff;
}
.projectMain .pointList .dl .dd {
  padding: 0 10px;
  line-height: 2;
}
@media (min-width: 1025px) {
  .projectMain .pointList .ul {
    display: flex;
    justify-content: space-between;
  }
  .projectMain .pointList .ul .li {
    width: calc(33.3333333333% - 20px);
  }
}
.projectMain .holeTableBox .holeTable .tr {
  display: table;
  width: 100%;
}
.projectMain .holeTableBox .holeTable .tr > * {
  display: table-cell;
  width: 33%;
  padding: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}
.projectMain .holeTableBox .holeTable .tr > * + * {
  border-left: 1px solid #ffffff;
}
.projectMain .holeTableBox .holeTable .thead .th {
  color: #ffffff;
  background: #2f3333;
}
.projectMain .holeTableBox .holeTable .thead .th:first-child {
  font-weight: bold;
}
.projectMain .holeTableBox .holeTable .tbody .tr {
  border-top: 1px solid #ffffff;
}
.projectMain .holeTableBox .holeTable .tbody .th {
  font-weight: bold;
  color: #ffffff;
  background: #003f67;
}
.projectMain .holeTableBox .holeTable .tbody .td {
  border-left: 1px solid #ffffff;
  background: #dce2e1;
}
@media (min-width: 1025px) {
  .projectMain .holeTableBox .holeTable {
    display: flex;
  }
  .projectMain .holeTableBox .holeTable .table {
    width: 50%;
  }
  .projectMain .holeTableBox .holeTable .table + .table {
    border-left: 1px solid #ffffff;
  }
}
.projectMain .asideBox {
  margin: 30px 0 0;
  padding: 30px;
  border: 1px solid #c7ccd3;
  background: #e8eaed;
}
.projectMain .asideBox .dl + .dl {
  margin: 30px 0 0;
}
.projectMain .asideBox .dl .dt {
  margin: 0 0 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.projectMain .asideBox .dl .dd {
  line-height: 2;
}
.projectMain .asideBox .dl .dd .list p {
  position: relative;
  padding: 0 0 0 1em;
}
.projectMain .asideBox .dl .dd .list p:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .projectMain .section01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .projectMain .section01 .secBox .tblBox {
    order: 2;
    width: 50%;
  }
  .projectMain .section01 .secBox .txtBox {
    order: 1;
    width: 45%;
  }
}
.projectMain .section04 .sectionTtl + p,
.projectMain .section05 .sectionTtl + p,
.projectMain .section06 .sectionTtl + p {
  min-height: 300px;
}
.projectMain .section05 .sectionTtl + p {
  min-height: 340px;
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/contact_kv.png) center center no-repeat;
  background-size: cover;
}
.contactMain .sec01 {
  padding: 80px 0 120px;
}
.contactMain .sec01 .secTtl {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 10px;
  font-size: 34px;
  text-align: center;
}
.contactMain .sec01 .secTtl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  height: 1px;
  margin: 0 auto;
  background: #30456b;
}
.contactMain .sec01 .secTtl + p {
  margin: 0 0 80px;
  text-align: center;
  line-height: 2;
}
.contactMain .sec01 .telBox {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
}
.contactMain .sec01 .telBox .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 120px;
  text-align: center;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/contact_sec01_bg.png) left center no-repeat;
  background-size: cover;
}
.contactMain .sec01 .telBox .ttl p {
  position: relative;
  padding: 0 0 8px;
  font-size: 30px;
  color: #ffffff;
}
.contactMain .sec01 .telBox .ttl p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 2px;
  margin: 0 auto;
  background: #e3a319;
}
.contactMain .sec01 .telBox .tel {
  width: 50%;
}
.contactMain .sec01 .telBox .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.contactMain .sec01 .otherCnt .ttl {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: center;
}
.contactMain .sec01 .otherCnt .ul {
  display: flex;
  justify-content: space-between;
}
.contactMain .sec01 .otherCnt .ul .li {
  width: calc(50% - 2px);
}
.contactMain .sec01 .otherCnt .ul a {
  padding: 20px 10px;
}
.contactMain .sec01 .tel a {
  display: block;
  text-align: center;
  background: #e3eaee;
}
.contactMain .sec01 .tel .span {
  display: inline-block;
  font-size: 30px;
}
.contactMain .sec01 .tel .em {
  display: inline-block;
  font-size: 50px;
}
.contactMain .sec02 {
  padding: 80px 0;
  background: #e8eaed;
}
.contactMain .sec02 .secTtl {
  padding: 0 0 10px;
  font-size: 34px;
  text-align: center;
}
.contactMain .sec02 .secTtl + p {
  margin: 0 0 40px;
  text-align: center;
  line-height: 2;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.contactMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.contactMain .contactForm input[type=text],
.contactMain .contactForm input[type=email],
.contactMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #c7ccd3;
  background: ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactMain .contactForm textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #c7ccd3;
  background: ffffff;
  resize: none;
}
.contactMain .contactForm input[type=text]:focus,
.contactMain .contactForm input[type=email]:focus,
.contactMain .contactForm input[type=tel]:focus,
.contactMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.contactMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 320px;
  margin: 40px auto 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  background: #30456b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.6s;
}
.contactMain .contactForm button[type=submit]:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #30456b;
  transition: width 0.5s ease, height 0.5s ease;
}
.contactMain .contactForm button[type=submit]:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 1px;
  background: #30456b;
  transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
}
.contactMain .contactForm button[type=submit] p {
  position: relative;
  padding: 15px 10px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/btn_arrow_right_white.png) right 20px center no-repeat;
  background-size: 20px auto;
}
.contactMain .contactForm button[type=submit] p:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: #30456b;
  transition: width 0.5s ease, height 0.5s ease;
}
.contactMain .contactForm button[type=submit] p:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #30456b;
  transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
}
@media (min-width: 1025px) {
  .contactMain .contactForm button[type=submit]:hover {
    color: #30456b;
    background: #ffffff;
  }
  .contactMain .contactForm button[type=submit]:hover:before,
.contactMain .contactForm button[type=submit]:hover p:before {
    height: 100%;
  }
  .contactMain .contactForm button[type=submit]:hover:after,
.contactMain .contactForm button[type=submit]:hover p:after {
    width: 100%;
  }
}
.contactMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.contactMain .contactForm .form {
  letter-spacing: 0.05em;
}
.contactMain .contactForm .form .checkList .ul {
  display: inline-block;
}
.contactMain .contactForm .form .checkList .ul + .ul {
  margin: 0 0 0 40px;
}
.contactMain .contactForm .form .checkList .ul .li + .li {
  margin-top: 10px;
}
.contactMain .contactForm .form .checkbox + .checkbox {
  margin-top: 10px;
}
.contactMain .contactForm .form .checkbox input {
  display: none;
}
.contactMain .contactForm .form .checkbox span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.contactMain .contactForm .form .checkbox span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #ffffff;
  border-radius: 4px;
}
.contactMain .contactForm .form .checkbox input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e3a319;
  border-right: 3px solid #e3a319;
}
.contactMain .contactForm .form .radioBox {
  margin: 0 0 15px;
}
.contactMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.contactMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.contactMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.contactMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 2px solid #7c7c7c;
  background: #000000;
  box-sizing: border-box;
}
.contactMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #ffffff;
}
.contactMain .contactForm .form .postal input {
  width: 90px;
}
.contactMain .contactForm .form .postal input + .span {
  display: inline-block;
  margin: 0 5px;
}
.contactMain .contactForm .form .postal .postalTxt {
  display: inline-block;
  margin: 0 5px;
}
.contactMain .contactForm .form .selectBox {
  position: relative;
  display: inline-block;
  width: 120px;
}
.contactMain .contactForm .form .selectBox:after {
  content: "▼";
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 10px;
}
.contactMain .contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #7c7c7c;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactMain .contactForm {
  text-align: left;
}
.contactMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.contactMain .contactForm .formBox > .dl {
  display: table;
  width: 100%;
  max-width: 950px;
  padding: 10px 40px;
}
.contactMain .contactForm .formBox > .dl.line {
  padding: 10px 40px 40px;
}
.contactMain .contactForm .formBox > .dl.line + .dl {
  padding: 40px 40px 10px;
}
.contactMain .contactForm .formBox > .dl > .dt {
  display: table-cell;
  width: 300px;
  padding: 10px 0 0;
  vertical-align: top;
  letter-spacing: 0.1em;
}
.contactMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.contactMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 2px 8px;
  color: #ffffff;
  vertical-align: middle;
  background: #e3a319;
}
.contactMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}
.contactMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
.contactMain .contactForm .formBox > .dl > .dd {
  position: relative;
  display: table-cell;
}
.contactMain .contactForm .formBox > .dl + p {
  margin: 60px 0 40px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
}
.contactMain .contactForm .formBox .addressBox .dl,
.contactMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.contactMain .contactForm .formBox .addressBox .dl + .dl,
.contactMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.contactMain .contactForm .formBox .addressBox .dl .dt,
.contactMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.contactMain .contactForm .formBox .addressBox .dl .dd,
.contactMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.contactMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.contactMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.contactMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.contactMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.contactMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.contactMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.contactMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.contactMain .contactForm .formBox .telBox {
  margin: 10px 0 0;
  font-size: 0;
  text-align: left;
  line-height: 2;
}
.contactMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.contactMain .contactForm .formBox .privacy {
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: center;
}
.contactMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 300px;
  padding: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: left;
  border: 1px solid #c7ccd3;
  background: #f9f9f9;
}
.contactMain .contactForm .formBox .privacy .agreeBox .txt {
  padding: 0 15px;
}
.contactMain .contactForm .formBox .privacy .agreeBox .listBox .ttl {
  position: relative;
  padding: 0 0 0 1.5em;
}
.contactMain .contactForm .formBox .privacy .agreeBox .listBox .ttl p {
  display: inline-block;
}
.contactMain .contactForm .formBox .privacy .agreeBox .listBox .ttl .em {
  position: absolute;
  top: 0;
  left: 0;
}
.contactMain .contactForm .formBox .privacy .agreeBox .list {
  padding: 0 0 0 1.5em;
}
.contactMain .contactForm .formBox .privacy .agreeBox .list p {
  position: relative;
  padding: 0 0 0 1em;
}
.contactMain .contactForm .formBox .privacy .agreeBox .list p:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.contactMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.contactMain .contactForm .formBox .privacy .agreeBox .info {
  margin: 30px 0 0;
}
.contactMain .contactForm .formBox .privacy .agreeBox .tel p,
.contactMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.contactMain .contactForm .formBox .privacy + .checkbox {
  margin: 40px 0;
  text-align: center;
  letter-spacing: 0.1em;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 100px 0;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 2;
}
.complete .btnMore {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
	access
///////////////////////////////////////////////////////////*/
.accessMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/access_kv.png) center center no-repeat;
  background-size: cover;
}
.accessMain .section {
  padding: 100px 0 150px;
}
.accessMain .section .secTtl {
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  font-size: 30px;
  border-left: 5px solid #003f67;
  border-bottom: 1px solid #003f67;
}
.accessMain .section .secBox .dl .dt {
  margin: 0 0 30px;
  padding: 5px 0 4px 60px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
.accessMain .section .secBox .dl:nth-child(1) .dt {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/access_icon_01.png) left 10px center no-repeat;
  background-size: 35px auto;
}
.accessMain .section .secBox .dl:nth-child(2) .dt {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/access_icon_02.png) left 10px center no-repeat;
  background-size: 35px auto;
}
.accessMain .section .secBox .ol .li {
  position: relative;
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: #30456b;
}
.accessMain .section .secBox .ol .li + .li {
  margin: 30px 0 0;
}
.accessMain .section .secBox .ol .li + .li:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 1px;
  height: 30px;
  margin: 0 auto;
  background: #30456b;
}
@media (min-width: 1025px) {
  .accessMain .section .secBox {
    display: flex;
    justify-content: space-between;
  }
  .accessMain .section .secBox .dl {
    width: calc(50% - 30px);
  }
}

/*////////////////////////////////////////////////////////////
	news
///////////////////////////////////////////////////////////*/
.newsMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/news_kv.png) center center no-repeat;
  background-size: cover;
}
.newsMain .newsPanel {
  padding: 150px 0;
}
.newsMain .category {
  padding: 10px;
  background: #f6f6f6;
}
.newsMain .category + .category {
  margin: 30px 0 0;
}
.newsMain .category .inner {
  padding: 20px 0;
  border: 1px solid #e8eaed;
  background: #ffffff;
}
.newsMain .category .cateTtl {
  width: 210px;
  padding: 2px 5px 15px 5px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/top_sec01_ttl_bg.png) no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .newsMain .category .cateTtl {
    position: relative;
    left: -50px;
  }
}
.newsMain .category .webgene-header {
  display: none;
}
.newsMain .category .webgene-item a {
  display: block;
  padding: 15px 40px;
}
.newsMain .category .webgene-item span {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/news_cate_arrow_.png) left center no-repeat;
}
.newsMain .postList .webgene-header {
  display: none;
}
.newsMain .postList .webgene-item a {
  display: block;
  padding: 0 0 20px;
  border-bottom: 1px solid #cdcdcd;
}
.newsMain .postList .webgene-item .txt {
  padding: 15px 0 0;
}
.newsMain .postList .webgene-item .info {
  margin: 0 0 15px;
}
.newsMain .postList .webgene-item .info .cate {
  display: inline-block;
  min-width: 120px;
  color: #ffffff;
  text-align: center;
  background: #428fb2;
}
.newsMain .postList .webgene-item .info .time {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (min-width: 1025px) {
  .newsMain .postList .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -60px 0 0;
  }
  .newsMain .postList .webgene-blog .webgene-header {
    display: none;
  }
  .newsMain .postList .webgene-blog .webgene-item {
    width: calc(50% - 20px);
    margin: 60px 0 0;
  }
  .newsMain .postList .webgene-blog .webgene-item .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 66%;
  }
  .newsMain .postList .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.newsMain .postList .webgene-pagination {
  width: 100%;
  margin: 100px 0 0;
}
.newsMain .postList .webgene-pagination ul {
  text-align: center;
}
.newsMain .postList .webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.newsMain .postList .webgene-pagination ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #cdcdcd;
}
.newsMain .postList .webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}
.newsMain .postList .webgene-pagination ul .prev a {
  border: none;
  background: #cdcdcd;
}
.newsMain .postList .webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}
.newsMain .postList .webgene-pagination ul .next a {
  border: none;
  background: #cdcdcd;
}
.newsMain .postList .webgene-pagination ul .selected a {
  background: #003f67;
}
@media (min-width: 1025px) {
  .newsMain .newsCnt {
    display: flex;
    justify-content: space-between;
  }
  .newsMain .newsCnt .rightBox {
    order: 2;
    width: 250px;
  }
  .newsMain .newsCnt .leftBox {
    order: 1;
    width: calc(100% - 350px);
  }
}
.newsMain .postDetail .webgene-blog {
  margin: 0 0 80px;
  padding: 0 0 100px;
}
.newsMain .postDetail .webgene-header {
  /*display: none;*/
}
.newsMain .postDetail .webgene-item-info {
  margin: 0 0 20px;
}
.newsMain .postDetail .infoBox {
  margin: 0 0 30px;
}
.newsMain .postDetail .infoBox .cate {
  display: inline-block;
  min-width: 120px;
  color: #ffffff;
  text-align: center;
  background: #428fb2;
}
.newsMain .postDetail .infoBox .time {
  display: inline-block;
  margin: 0 10px 0 0;
}
.newsMain .postDetail .title {
  padding: 0 0 10px;
  font-size: 24px;
  border-bottom: 1px solid #cdcdcd;
}
.newsMain .postDetail .postBox .photo {
  margin-bottom: 20px;
}
.newsMain .postDetail .postBox .postTxt {
  line-height: 2;
}
.newsMain .postDetail .postBox .postTxt p + p {
  margin: 30px 0 0;
}
.newsMain .postDetail .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsMain .btnMore {
  margin: 0 auto;
}
.newsMain .pdfArea {
  margin: 20px 0 0;
} 
.newsMain .pdfArea a {
  color: #30456b;
}

/*////////////////////////////////////////////////////////////
	courselist
///////////////////////////////////////////////////////////*/
.courselistMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/courselist_kv.png) center center no-repeat;
  background-size: cover;
}
.courselistMain .section {
  padding: 80px 0 100px;
}
.courselistMain .section .secTtl {
  text-align: center;
}
.courselistMain .section .secTtl h2 {
  margin: 0 0 40px;
  font-size: 40px;
}
.courselistMain .section .secTtl + p {
  margin: 0 0 40px;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.courselistMain .courseMapBox {
  position: relative;
  max-width: 966px;
  margin: 0 auto 80px;
}
.courselistMain .courseMapBox .iconList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.courselistMain .courseMapBox .iconList .ul .li {
  position: absolute;
  width: 43px;
}
.courselistMain .courseMapBox .iconList .ul a {
  display: block;
}
.courselistMain .courseMapBox .iconList .ul a .pin02 {
  display: none;
}
.courselistMain .courseMapBox .iconList .ul a:hover {
  opacity: 1;
}
.courselistMain .courseMapBox .iconList .ul a:hover .pin01 {
  display: none;
}
.courselistMain .courseMapBox .iconList .ul a:hover .pin02 {
  display: block;
}
.courselistMain .courseMapBox .iconList .hole01 {
  top: 188px;
  left: 437px;
}
.courselistMain .courseMapBox .iconList .hole02 {
  top: 255px;
  right: 275px;
}
.courselistMain .courseMapBox .iconList .hole03 {
  top: 312px;
  right: 183px;
}
.courselistMain .courseMapBox .iconList .hole04 {
  top: 134px;
  right: 299px;
}
.courselistMain .courseMapBox .iconList .hole05 {
  top: 147px;
  right: 164px;
}
.courselistMain .courseMapBox .iconList .hole06 {
  top: 271px;
  right: 66px;
}
.courselistMain .courseMapBox .iconList .hole07 {
  top: 180px;
  right: 246px;
}
.courselistMain .courseMapBox .iconList .hole08 {
  top: 295px;
  right: 109px;
}
.courselistMain .courseMapBox .iconList .hole09 {
  top: 377px;
  right: 189px;
}
.courselistMain .courseMapBox .iconList .hole10 {
  top: 298px;
  left: 311px;
}
.courselistMain .courseMapBox .iconList .hole11 {
  top: 249px;
  left: 173px;
}
.courselistMain .courseMapBox .iconList .hole12 {
  top: 209px;
  left: 287px;
}
.courselistMain .courseMapBox .iconList .hole13 {
  top: 180px;
  left: 36px;
}
.courselistMain .courseMapBox .iconList .hole14 {
  top: 17px;
  left: 248px;
}
.courselistMain .courseMapBox .iconList .hole15 {
  top: 174px;
  left: 91px;
}
.courselistMain .courseMapBox .iconList .hole16 {
  top: 51px;
  left: 357px;
}
.courselistMain .courseMapBox .iconList .hole17 {
  top: 123px;
  left: 407px;
}
.courselistMain .courseMapBox .iconList .hole18 {
  top: 169px;
  left: 216px;
}
.courselistMain .yardagePanel .ttl {
  text-align: center;
}
.courselistMain .yardagePanel .ttl > * {
  display: inline-block;
  width: 140px;
  margin: 0 0 30px;
  padding: 0 20px 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #003f67;
}
.courselistMain .yardageTableBox {
  max-width: 1000px;
  margin: 0 auto;
}
.courselistMain .yardageTableBox .yardageTable01 {
  margin: 0 0 100px;
}
.courselistMain .yardageTableBox .yardageTable01 .tr {
  display: table;
  width: 100%;
}
.courselistMain .yardageTableBox .yardageTable01 .tr > * {
  display: table-cell;
  width: 11.1111111111%;
  padding: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}
.courselistMain .yardageTableBox .yardageTable01 .tr > * + * {
  border-left: 1px solid #ffffff;
}
.courselistMain .yardageTableBox .yardageTable01 .thead .th,
.courselistMain .yardageTableBox .yardageTable01 .tfoot .th {
  color: #ffffff;
  background: #2f3333;
}
.courselistMain .yardageTableBox .yardageTable01 .thead .th:first-child,
.courselistMain .yardageTableBox .yardageTable01 .tfoot .th:first-child {
  font-weight: bold;
}
.courselistMain .yardageTableBox .yardageTable01 .thead .th.em,
.courselistMain .yardageTableBox .yardageTable01 .tfoot .th.em {
  background: #e3a319;
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .tr {
  border-top: 1px solid #ffffff;
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .th {
  padding: 0;
  font-weight: bold;
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .th a {
  display: block;
  padding: 10px;
  background: #dce2e1;
}
@media (min-width: 1025px) {
  .courselistMain .yardageTableBox .yardageTable01 .tbody .th a:hover {
    color: #ffffff;
    background: #e3a319;
  }
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .td {
  border-left: 1px solid #ffffff;
  background: #dce2e1;
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .out .th,
.courselistMain .yardageTableBox .yardageTable01 .tbody .out .td {
  color: #ffffff;
  background: #93a7a7;
}
.courselistMain .yardageTableBox .yardageTable01 .tbody .in .th,
.courselistMain .yardageTableBox .yardageTable01 .tbody .in .td {
  background: #93a7a7;
}
@media (min-width: 1025px) {
  .courselistMain .yardageTableBox .yardageTable02 {
    text-align: center;
  }
  .courselistMain .yardageTableBox .yardageTable02 + .yardageTable02 {
    margin: 100px 0 0;
  }
  .courselistMain .yardageTableBox .yardageTable02 > p {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    background: #2f3333;
  }
  .courselistMain .yardageTableBox .yardageTable02 .ul {
    display: table;
    width: 100%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    border: 1px solid #ffffff;
  }
  .courselistMain .yardageTableBox .yardageTable02 .ul .li {
    display: table-cell;
    width: 20%;
  }
  .courselistMain .yardageTableBox .yardageTable02 .ul .li + .li {
    border-left: 1px solid #ffffff;
  }
  .courselistMain .yardageTableBox .yardageTable02 .ul .dl .dt {
    padding: 15px 10px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #2f3333;
  }
  .courselistMain .yardageTableBox .yardageTable02 .ul .dl .dd {
    padding: 15px 10px;
    background: #dce2e1;
  }
}

* .courseMain .pageKvPanel {
  background: url(https://greenhill.co.jp/system_panel/uploads/images/course_kv.png) center center no-repeat;
  background-size: cover;
}
* .courseMain .courseKvPanel {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
* .courseMain .courseKvPanel .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
* .courseMain .titleSection {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 0;
  color: #ffffff;
  z-index: 11;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/course_kv_title_bg.png) center center no-repeat;
  background-size: cover;
}
* .courseMain .titleSection .leftBox h2 {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 0 5px;
  font-size: 30px;
  border-bottom: 2px solid #e3a319;
}
* .courseMain .titleSection .leftBox p {
  line-height: 2;
}
* .courseMain .titleSection .rightBox .ul {
  position: relative;
  width: 360px;
  z-index: 13;
}
* .courseMain .titleSection .rightBox .ul .li {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: url(https://greenhill.co.jp/system_panel/uploads/images/course_btn_arrow.png) right 10px center no-repeat;
  background-size: 16px auto;
}
* .courseMain .titleSection .rightBox .ul .li + .li {
  margin: 15px 0 0;
}
@media (min-width: 1025px) {
  * .courseMain .titleSection .secWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  * .courseMain .titleSection .leftBox {
    width: 50%;
  }
}
* .courseMain .imgHole {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: -1;
}
* .courseMain .yardagePanel {
  padding: 80px 0 120px;
}
* .courseMain .yardageTableBox {
  max-width: 890px;
  margin: 0 auto 100px;
}
* .courseMain .yardageTableBox .yardageTable01 .tr {
  display: table;
  width: 100%;
}
* .courseMain .yardageTableBox .yardageTable01 .tr > * {
  display: table-cell;
  width: 12.5%;
  padding: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}
* .courseMain .yardageTableBox .yardageTable01 .tr > * + * {
  border-left: 1px solid #ffffff;
}
* .courseMain .yardageTableBox .yardageTable01 .thead .th,
* .courseMain .yardageTableBox .yardageTable01 .tfoot .th {
  color: #ffffff;
  background: #2f3333;
}
* .courseMain .yardageTableBox .yardageTable01 .thead .th:first-child,
* .courseMain .yardageTableBox .yardageTable01 .tfoot .th:first-child {
  font-weight: bold;
}
* .courseMain .yardageTableBox .yardageTable01 .thead .th.em,
* .courseMain .yardageTableBox .yardageTable01 .tfoot .th.em {
  background: #e3a319;
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .tr {
  border-top: 1px solid #ffffff;
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .th {
  padding: 0;
  font-weight: bold;
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .th a {
  display: block;
  padding: 10px;
  background: #dce2e1;
}
@media (min-width: 1025px) {
  * .courseMain .yardageTableBox .yardageTable01 .tbody .th a:hover {
    color: #ffffff;
    background: #e3a319;
  }
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .td {
  border-left: 1px solid #ffffff;
  background: #dce2e1;
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .out .th,
* .courseMain .yardageTableBox .yardageTable01 .tbody .out .td {
  color: #ffffff;
  background: #93a7a7;
}
* .courseMain .yardageTableBox .yardageTable01 .tbody .in .th,
* .courseMain .yardageTableBox .yardageTable01 .tbody .in .td {
  background: #93a7a7;
}
* .courseMain .yardagePhotoList .ul {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -60px;
}
* .courseMain .yardagePhotoList .ul .li {
  width: calc(33.3333333333% - 60px);
  margin: 40px 0 0 60px;
}
* .courseMain .otherHolePanel {
  margin: 0 0 120px;
}
* .courseMain .otherHolePanel .ttl {
  text-align: center;
}
* .courseMain .otherHolePanel .ttl > * {
  display: inline-block;
  width: 140px;
  margin: 0 0 30px;
  padding: 0 20px 5px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #003f67;
}
* .courseMain .otherHolePanel .secBox {
  padding: 60px 0;
  background: #dce2e1;
}
* .courseMain .otherHolePanel .slickSlide .li {
  margin: 0 30px;
  text-align: center;
}
* .courseMain .otherHolePanel .slickSlide .li a {
  display: block;
}
* .courseMain .otherHolePanel .slickSlide .li p {
  padding: 15px 10px 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
* .courseMain .walkThroughPanel {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  transition: 0.6s;
}
* .courseMain .walkThroughPanel .viewCnt {
  width: 100%;
  height: 100%;
}
* .courseMain .walkThroughPanel .viewCnt .viewBox {
  width: 100%;
  height: calc(100% - 84px);
}
* .courseMain .walkThroughPanel .viewCnt iframe {
  width: 100%;
  height: 100%;
}
* .courseMain .walkThroughPanel.show {
  top: 0;
}
* .courseMain .walkThroughPanel.show .viewCnt .viewBox {
  opacity: 1;
}
* .courseMain .walkThroughPanel .closeBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  background: #1f4069;
}
* .courseMain .walkThroughPanel .closeBox p {
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
* .courseMain #skyWindow {
  height: 100vh;
  transition: 0.6s;
}
* .courseMain .skyViewPanel {
  z-index: 11;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
* .courseMain .skyViewPanel .closeSkyView {
  position: absolute;
  bottom: 100px;
  right: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 12px;
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}
* .courseMain.hole01 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_01.jpg);
}
* .courseMain.hole01 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole01 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole01 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole01 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole01 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole01_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole02 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_01.jpg);
}
* .courseMain.hole02 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole02 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole02 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole02 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole02 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole02_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole03 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_01.jpg);
}
* .courseMain.hole03 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole03 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole03 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole03 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole03 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole03_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole04 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_01.jpg);
}
* .courseMain.hole04 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole04 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole04 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole04 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole04 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole04_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole05 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_01.jpg);
}
* .courseMain.hole05 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole05 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole05 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole05 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole05 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole05_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole06 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_01.jpg);
}
* .courseMain.hole06 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole06 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole06 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole06 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole06 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole06_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole07 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_01.jpg);
}
* .courseMain.hole07 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole07 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole07 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole07 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole07 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole07_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole08 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_01.jpg);
}
* .courseMain.hole08 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole08 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole08 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole08 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole08 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole08_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole09 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_01.jpg);
}
* .courseMain.hole09 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole09 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole09 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole09 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole09 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole09_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole10 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_01.jpg);
}
* .courseMain.hole10 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole10 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole10 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole10 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole10 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole10_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole11 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_01.jpg);
}
* .courseMain.hole11 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole11 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole11 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole11 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole11 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole11_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole12 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_01.jpg);
}
* .courseMain.hole12 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole12 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole12 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole12 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole12 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole12_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole13 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_01.jpg);
}
* .courseMain.hole13 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole13 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole13 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole13 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole13 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole13_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole14 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_01.jpg);
}
* .courseMain.hole14 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole14 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole14 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole14 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole14 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole14_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole15 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_01.jpg);
}
* .courseMain.hole15 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole15 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole15 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole15 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole15 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole15_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole16 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_01.jpg);
}
* .courseMain.hole16 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole16 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole16 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole16 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole16 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole16_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole17 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_01.jpg);
}
* .courseMain.hole17 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole17 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole17 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole17 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole17 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole17_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
* .courseMain.hole18 .main_img:nth-of-type(1) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_01.jpg);
}
* .courseMain.hole18 .main_img:nth-of-type(2) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_02.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
* .courseMain.hole18 .main_img:nth-of-type(3) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_03.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
* .courseMain.hole18 .main_img:nth-of-type(4) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_01.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
* .courseMain.hole18 .main_img:nth-of-type(5) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_02.jpg);
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
* .courseMain.hole18 .main_img:nth-of-type(6) {
  background-image: url(https://greenhill.co.jp/system_panel/uploads/images/hole18_main_03.jpg);
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}