@charset "utf-8";
/* CSS Document */

.nosp{
  display: none
}
main *{
  box-sizing: border-box;
  color: #333;
}

.mvbox{
  width: 100%;
}
.read-copy{
  margin: auto;
  padding: calc(20vw / (750 / 100));
  background: #009900;
  font-size: calc(26vw / (750 / 100));
  color: #FFF;
  text-align: center
}
.menu-nav {
  width: 100%;
  background: #015900;
}
.menu-list {
  margin: auto;
}
.menu-list .menu-list__area{
  transition: 0.3s;
  position: relative;
  line-height: calc(120vw / (750 / 100));
  text-align: center;
  border-bottom: 1px solid #FFF
}
.menu-list .menu-list__area:hover {
  background: #009900
}
.menu-list .menu-list__area>span{
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  color: #FFF;  
}
.sub-menu-list{
  display: none;
  width: 100%;
}
.sub-menu-list.open{
  display: block
}
.sub-menu-list .sub-menu__course{
  border: none;
  border-top: 1px solid #FFF;  
  line-height: 40px;
}
.sub-menu-list .sub-menu__course>a {
  display: block;
  width: 100%;
  background: #009900;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  padding: 0 20px;
  position: relative;
}
.sub-menu-list .sub-menu__course>a:hover{
  background: #015900;
}
.sub-menu-list .sub-menu__course>a::after {
  content: "";
  background: url("/cmn/icon/icon_arrow_down_white.svg") no-repeat center center / contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1%;
  margin: auto;
}

.main-content{
  padding-top: calc(100vw / (750 / 100));
}
.inner{
  width: 94vw;
  margin: auto;
}
.icon-note{
  width: 94vw;
  margin: auto;
}
.icon-note__button{
  width: 10em;
  padding: calc(10vw / (750 / 100));
  background: #015900;
  font-size: calc(24vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
  text-align: center
}
.icon-list{
  border: 1px solid #015900;
  padding: calc(10vw / (750 / 100));
  display: flex;
  flex-wrap: wrap
}
/*.icon-list>li{
  font-size: calc(24vw / (750 / 100));
  padding-left: 130px;
  position: relative;
}
.icon-type::after{
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: calc(120vw / (750 / 100));
  height: calc(15vw / (750 / 100));
  position: absolute;
  top: 0;
  left: 0;
}*/
.icon-type.ov::after{
  display: inline-block;
  background-image: url(../images/ico_golf1.png);
  width: 120px;
  height: 15px;
  margin-right: calc(6vw / (750 / 100));
}
.icon-type.cart::after{
  display: inline-block;
  background-image: url(../images/ico_golf2.png);
  width: 120px;
  height: 15px;
  margin-right: calc(6vw / (750 / 100));
}
.icon-type.caddy::after{
  display: inline-block;
  background-image: url(../images/ico_golf3.png);
  width: 120px;
  height: 15px;
  margin-right: calc(6vw / (750 / 100));
}
.icon-type.fairway::after{
  display: inline-block;
  background-image: url(../images/ico_golf4.png);
  width: 120px;
  height: 15px;
  margin-right: calc(6vw / (750 / 100));
}
.icon-type.two::after{
  display: inline-block;
  background-image: url(../images/ico_golf5.png);
  width: 120px;
  height: 15px;
  margin-right: calc(6vw / (750 / 100));
}

.title__wrap{
  width: 100%;
  background: #009900;
  margin-top: calc(50vw / (750 / 100));
}
.head-title {
  background: #015900;
  margin: auto;
  text-align: center;
  padding: calc(20vw / (750 / 100)) 0;
  font-size: calc(40vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
}
.course-title {
  display: flex;
  align-items: center;
  margin: calc(30vw / (750 / 100)) auto;
  background: #009900;
}
.course-title>span {
  display: block;
  font-size: calc(32vw / (750 / 100));
  font-weight: bold;
  color: #FFF;
}
.course-title .area-tab {
  height: 100%;
  width: 6em;
  flex-shrink: 0;
  background: #66c266;
  font-size: calc(30vw / (750 / 100));
  text-align: center;
  padding: calc(20vw / (750 / 100));
}
.course-name {
  flex: 1;
  position: relative;
  padding: 0 calc(60vw / (750 / 100)) 0 calc(20vw / (750 / 100));
}
.course-name::after {
  content: "";
  background: url("../images/lline02.png") no-repeat center center / contain;
  width: calc(53vw / (750 / 100));
  height: calc(78vw / (750 / 100));
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}

.course-wrap{
  padding-bottom: calc(40vw / (750 / 100));
}
.course-box{
  width: 84vw;
  margin: calc(30vw / (750 / 100)) auto; 
}
.course-img{
  width: 100%;
  margin-bottom: calc(20vw / (750 / 100));
}
.course-img__list li{
  position: relative
}
.course-img__list li .img-cap{
  display: block;
  width: 100%;
  padding: calc(6vw / (750 / 100));;
  font-size: calc(22vw / (750 / 100));;
  color: #FFF;
  background: rgba(0 0 0 / 60%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.course-info{
  flex: 1;
}
.course-txt{
  font-size: calc(24vw / (750 / 100));
}
.course-data{
  margin: calc(10vw / (750 / 100)) auto
}
.course-data>li>dl{
  display: flex;
  align-items: center;
  margin-bottom: calc(10vw / (750 / 100));
}
.course-data>li>dl>dt{
  width: 5.5em;
  flex-shrink: 0;
  padding: calc(6vw / (750 / 100));
  background: #009900;
  font-size: calc(24vw / (750 / 100));
  color: #FFF;
  text-align: center;
  margin-right: calc(10vw / (750 / 100));
}
.course-data>li>dl>dd{
  font-size: calc(24vw / (750 / 100));
}
.sub-title__tour{
  text-align: center;
  position: relative;
  margin-top: calc(80vw / (750 / 100));
}
.sub-title__tour>span{
  font-size: calc(32vw / (750 / 100));
  font-weight: bold;
  position: relative;
  padding: 0 calc(65vw / (750 / 100)) 0 calc(80vw / (750 / 100));
}
.sub-title__tour>span::before,
.sub-title__tour>span::after {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub-title__tour>span::before {
  background-image: url("../images/ico_golf.png");
  width: calc(65vw / (750 / 100));
  height: calc(52vw / (750 / 100));
  left: 0;
}
.sub-title__tour>span::after {
  background-image: url("../images/lline03.png");
  width: calc(47vw / (750 / 100));
  height: calc(52vw / (750 / 100));
  right: 0;
}

.tour-list>li{
  border-color: #015900
}
.tour-list>li:after{
  border-bottom: 6px solid #015900;
  border-right: 6px solid #015900;
}
.tour-list>li:hover{
  background: #e5f5e5
}
.icon .ov::after {
  background-image: url(../images/ico_golf1.png);
  width: 120px;
  height: 15px;
}
.icon .cart::after {
  background-image: url(../images/ico_golf2.png);
  width: 120px;
  height: 15px;
}
.icon .caddy::after {
  background-image: url(../images/ico_golf3.png);
  width: 120px;
  height: 15px;
}
.icon .fairway::after {
  background-image: url(../images/ico_golf4.png);
  width: 120px;
  height: 15px;
}
.icon .two::after {
  background-image: url(../images/ico_golf5.png);
  width: 120px;
  height: 15px;
}
/*** json表示調整 ***/
.tour-point:empty{
  display: none;
}

.more-link{
  width: 94vw;
  margin: calc(40vw / (750 / 100)) auto;
}
.more-link>a{
  display: block;
  background: #FFF;
  font-size: calc(26vw / (750 / 100));
  font-weight: bold;
  text-align: center;
  line-height: calc(80vw / (750 / 100));
  border: 2px solid;
  border-radius: calc(16vw / (750 / 100));
  box-shadow: 4px 4px 0 rgba(204,204,204);
  transform: 0.3s
}
.more-link>a:hover{
  border-color: #2488ff;
  color: #2488ff;
}

.bnr-area{
  width: 94vw;
  margin: calc(80vw / (750 / 100)) auto 0;
  text-align: center
}