@charset "utf-8";
/* CSS Document */

.top_wrap {
	overflow: hidden;
}

#cup2019_bth {
	position: absolute;
	bottom: 4%;
    right: 2%;
	z-index: 100;
}

#topbox1 {
	background: url("/common/img/clubteamgolf_top_bg2.jpg") bottom no-repeat;
	background-size:cover;
	position: relative;
	padding: 77px 0 29.5%;
	color: #001532;
}

#topbox1 h2{
    padding: 35px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -115px;
    left: 0;
}

#topbox1 .floatbox {
	width: 90%;
	max-width: 1245px;
	margin: 0 auto;
}

#topbox1 .floatbox img{
	float: left;
	max-width: 640px;
	width: 48%;
}

#topbox1 .floatbox #topbox1_right{
	float: left;
	max-width: 545px;
	width: 49%;
	margin-left: 3%;
	font-size: 22px;
	padding-top: 20px;
}

#topbox1 .floatbox #topbox1_right div p{
	font-size: 22px;
	margin: 20px 0 5px;
}

#topbox1 .floatbox #topbox1_right div{
	font-size: 20px;
	line-height: 1.7;
}

#topbox2 {
	background: #001532;
	color: #fff;
	position: relative;
	padding: 100px 0;
}

#topbox2 h2 {
	background: #001532;
    padding: 35px 35px 20px;
	font-size: 22px;
	display: inline-block;
	position: absolute;
	top: -70px;
    left: 0;
	line-height: 1;
}

#topbox2 h2 p{
	font-size: 80px;
	border-bottom: 1px solid #1a2d47;
	padding-bottom: 2px;
	font-family: arial, sans-serif;
	margin-bottom: 10px;
}

#topbox2 #topbox2_img1 {
	position: absolute;
	top: -164px;
    right: 300px;
}

#topbox2 #topbox2_img2 {
	position: absolute;
	top: -55px;
    right: 70px;
}

#topbox2 ul{
	/* width: 558px; */
	width: 600px;
	margin-left: 35px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
}

#topbox2 ul .date{
	display: inline-block;
	vertical-align: top;
	width: 108px;
}

#topbox2 ul .news{
	display: inline-block;
	vertical-align: top;
	width: 450px;
}

#topbox2 ul li {
	margin-top: 20px;
}

#topbox2 ul li:nth-child(1) {
	margin-top: 0;
}

#topbox3 {
	text-align: center;
	margin-bottom: 85px;
}

#topbox3 ul {
	padding: 80px 0 50px;
	width: 1000px;
	margin: 0 auto;
	font-weight: normal;
}

#topbox3 ul li {
	margin-bottom: 55px;
	font-size: 15px;
}

#topbox3 ul li div {
	margin-bottom: 23px;
}

#topbox3 ul li p {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 18px;
}

#topbox3 ul li p:before,
#topbox3 ul li p:after {
	border-top: 1px solid #bbbbbb;
	content: "";
	flex-grow: 1;
}

#topbox3 ul li p:before {
	margin-right: 1rem;
}

#topbox3 ul li p:after {
	margin-left: 1rem;
}

.top_wrap #slide_wrap {
	border-bottom: none;
	max-height: 900px;
	min-height: 690px;
    height: 64vw;
	overflow: hidden;
}

#slide_wrap {
	position: relative;
	text-align: center;
}

#center_logo{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	width: 90%;
	max-width: 1187px;
}

#center_logo img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	transform: rotate(0.08deg);
}

#main-slide {
	width: 100%;
	height: 100% !important;
}

a#top_scroll {
  position: absolute;
  bottom: 17%;
  left: 50%;
  color: #fff !important;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-decoration: none;
  padding-top: 50px;
  width: 60px;
  margin: 0 auto;
}

a#top_scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

a#top_scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}

 .youtube_box_wrap {
 	max-width: 1200px;
	width: 90%;
	margin: 50px auto 0;
 }

 .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#topbox1_link {
	margin-top: -100px;
	padding-top: 100px;
}

/*メンテ*/
#maintenance {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin:100px auto 0;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding: 20px;
	width: 90%;
}

#topbox3 ul li a {
	display: inline-block;
	margin-bottom: 12px;
}

@media screen and (max-width : 1400px ){

#topbox1 {
    padding: 6% 0 29.5%;
}

#topbox1 h2 {
	width: 55%;
	top: -9%;
}

#topbox1 h2 img {
	width: 100%;
}

#topbox1 .floatbox #topbox1_right {
    font-size: 1.55vw;
}

#topbox1 .floatbox #topbox1_right div p {
    font-size: 1.6vw;
}

#topbox1 .floatbox #topbox1_right div {
    font-size: 1.4vw;
}

#topbox2 {
    padding: 123px 0 81px;
}

#topbox2 h2 {
	width: 45%;
	top: -7%;
}

#topbox2 h2 p {
	font-size: 5.5vw;
}

#topbox2 #topbox2_img1 {
    position: absolute;
    top: -18%;
    right: 23%;
    width: 27%;
}

#topbox2 #topbox2_img2 {
    position: absolute;
    top: -7%;
    right: 5%;
    width: 27%;
}

}


@media screen and (max-width : 1060px ){
#topbox1 .floatbox #topbox1_right {
	font-size: 17px;
}

#topbox1 .floatbox #topbox1_right div {
    font-size: 15px;
}

#topbox1 .floatbox #topbox1_right div p {
    font-size: 17px;
}

#topbox2 h2 p {
	font-size: 58px;
}

}


@media screen and (max-width : 1250px ){


}


@media screen and (max-width : 768px ){

#center_logo img {
	transform: rotate(0);
}

.top_wrap #slide_wrap {
    min-height: 440px;
	height: 80vw;
}

#cup2019_bth {
    width: 55%;
    max-width: 225px;
    position: absolute;
    bottom: 8%;
    right: 5%;
}

a#top_scroll {
    padding-top: 28px;
    width: 50px;
    bottom: 31%;
	text-align: center;
}

a#top_scroll span {
    width: 17px;
    height: 28px;
    margin-left: -10px;
}

a#top_scroll span::before {
    top: 5px;
    width: 3px;
    height: 3px;
	margin-left: -2px;
}

#topbox1 {
    padding: 15% 0 29.5%;
	background-size: contain;
}

#topbox1 h2 {
    width: 90%;
    top: -18px;
    padding: 3% 5%;
    left: 0;
    margin: 0 auto;
}

#topbox1 .floatbox img {
    float: none;
    max-width: 640px;
    width: 100%;
	display: block;
	margin: 0 auto;
}

#topbox1 .floatbox #topbox1_right {
	width: 100%;
    margin:0 auto;
	padding-top: 15px;
	max-width: 640px;
	float: none;
}

#topbox1 .floatbox #topbox1_right div p {
    margin: 15px 0 0px;
}

#topbox2 {
    padding: 62px 0 6vw;
}

#topbox2 h2 {
    padding: 3% 5% 0;
    width: auto;
    font-size: 15px;
	top: -28px;
}

#topbox2 h2 p {
	font-size: 29px;
    margin-bottom: 5px;
}

#topbox2 ul {
    width: 90%;
	margin: 0 auto;
    font-size: 13px;
}

#topbox2 ul li {
	margin-top: 13px;
}

#topbox2 ul .date {
    display: block;
    width:auto;
}

#topbox2 ul .news {
    display: block;
    width:auto;
}

#topbox2 .floatbox {
	width: 90%;
	margin: 2vw auto 0;
}

#topbox2 #topbox2_img1,#topbox2 #topbox2_img2 {
    position: static;
    top: auto;
    right: auto;
    width: 48%;
}

#topbox2 #topbox2_img1 {
	float: left;
}

#topbox2 #topbox2_img2 {
	float: right;
}

#topbox3 {
	margin-bottom: 6vw;
}

#topbox3 ul {
    padding: 6vw 0 3vw;
    width: 90%;
}

#topbox3 ul li p {
    margin-bottom: 5px;
    font-size: 15px;
}

#topbox3 ul li {
    margin-bottom: 4vw;
    font-size: 13px;
}

#topbox3 ul li img {
}

#topbox3 ul li div {
    margin-bottom: 0;
}

#topbox3 ul li a {
	margin-bottom: 2.5vw;
	display: inline-block;
    max-width: 166px;
    width: 50%;
}

#topbox3 ul li a:last-child {
	margin-bottom: 0;
}

#topbox3 ul li a img{
	width: 100%;
}

.supporter_link {
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
    display: inline-block;
}


#topbox1_link {
	margin-top: -60px;
	padding-top: 60px;
}

/*メンテ*/
#maintenance {
	font-size: 13px;
}
.youtube_box_wrap {
    margin: 20px auto 0;
}

}


@media screen and (max-width : 550px ){
#topbox1 .floatbox #topbox1_right {
    font-size: 3.3vw;
}

#topbox1 .floatbox #topbox1_right div {
	font-size: 3vw;
}

#topbox1 .floatbox #topbox1_right div p {
	font-size: 3.3vw;
}


}





