@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}

#header .sign{
	width: 450px;
	position: absolute;
	top: 150px;
	right: 5%;
}
#header .sign img{
	width: 100%;
	height: auto;
}
#header .tour{
	width: 450px;
	position: absolute;
	top: 250px;
	left: 20%;
}
#header .tour img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: 0;
}

#header .sign{
	width: 250px;
	position: absolute;
	top: 350px;
	left: 5%;
}
#header .tour{
	width: 250px;
	position: absolute;
	top: 150px;
	left: 5%;
}
}

@media screen and (max-width: 480px){
#header .sign{
	/*width: 250px;
	position: absolute;
	top: 80px;
	right: 70px;*/
	display: none;
}
#header .tour{
	width: 250px;
	position: absolute;
	top: 350px;
	left: 70px;
}
}


#first{
	width: 100%;
	height: 100vh;
	background: url(../../img/toppage/main_ph.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 979px) {

#first{
	width: 100%;
	height: 100vh;
	background: url(../../img/toppage/main_ph.jpg) no-repeat center top;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

}


/*profile
************************************************************************************/
#profile{
	/*background: #7f7f7f;
	color:#fff;*/
	background: #FFF;
	color:#000;
	border-bottom: 1px solid #ccc;
}

#profile h2{
	height: 60px;
	padding: 70px 0 0 0;
	margin: 0 auto 30px auto;
	display: block;
	text-indent: -9999px;
	background: url(../../img/toppage/title_line2.png) no-repeat center top, url(../../img/toppage/prof_ttl.png) no-repeat bottom center;
	width: 147px;
	color: #000;
}


#profile .framePhoto{
	width: 450px;
	float: left;
	position: relative;
}

#profile .framePhoto .shadowbox{
	background: #ffc5c5;
	display: block;
	z-index: 1;
}
#profile .framePhoto .shadowbox.main{
	width: 390px;
	height: 269px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#profile .framePhoto .shadowbox.sub1{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 350px;
	left: 320px;
}
#profile .framePhoto .shadowbox.sub2{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 450px;
	left: 238px;
}
#profile .framePhoto .shadowbox.sub3{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 431px;
	left: 364px;
}

#profile .framePhoto .photo1{
	width: 390px;
	height: 269px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#profile .framePhoto .photo2{
	width: 235px;
	height: 175px;
	position: absolute;
	top: 400px;
	left: 50px;
	z-index: 10;
}
#profile .framePhoto img{
	max-width: 100%;
	height: auto;
}



#profile .frameMain{
	width: 590px;
	float: right;
}

#profile .frameMain .title{
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 35px 0;
	border-bottom: 3px solid #8b8b8b;
	text-align: center;
}
#profile .frameMain .title span{
	padding-left: 30px;
	font-size: 18px;
	font-weight: normal;
}
#profile .frameMain table{
	width: 275px;
	margin: 0 10px;
	float: left;
	border: 0;
}

#profile .frameMain th{
	padding: 15px 5px;
	text-align: left;
	border-bottom: 1px solid #8b8b8b;
	width: 6em;
}

#profile .frameMain td{
	padding: 15px 5px;
	border-bottom: 1px solid #8b8b8b;
}

#profile .frame_facebook{
	display: table;
	margin: auto;
}

#profile .frame_facebook .title{
	display: table-cell;
	vertical-align: top;
	background: #666;
}

#profile .frame_facebook .facebook{
	width: 500px;
	padding-left: 30px;
}


@media screen and (max-width: 979px) {
#profile .framePhoto{
	width: 97%;
	margin: auto;
	float: none;
	position: static;
	text-align: center;
}

#profile .framePhoto .shadowbox{
	display: none;
}

#profile .framePhoto .photo1{
	width: 390px;
	height: 269px;
	position: static;
	display: inline-block;
}
#profile .framePhoto .photo2{
	width: 235px;
	height: 175px;
	position: static;
	display: inline-block;
}
#profile .framePhoto img{
	max-width: 100%;
	height: auto;
}



#profile .frameMain{
	width: 97%;
	margin: auto;
	float: none;
	padding: 25px 0 0 0;
}

#profile .frameMain .title{
	padding: 0 0 25px 0;
}

#profile .frameMain table{
	width: 48%;
	margin: 0 1%;
	float: left;
	border: 0;
}

#profile .frameMain th{
	padding: 15px 5px;
	text-align: left;
	border-bottom: 1px solid #222;
	width: 6em;
}

#profile .frameMain td{
	padding: 15px 5px;
	border-bottom: 1px solid #222;
}

#profile .frame_facebook{
	display: block;
	text-align: center;
}

#profile .frame_facebook .title{
	display: block;
	padding: 0 0 20px 0;
}

#profile .frame_facebook .facebook{
	width: 500px;
}


}

@media screen and (max-width: 768px){
#profile .framePhoto .photo1{
	width: 55%;
	height: auto;
	position: static;
	display: inline-block;
}
#profile .framePhoto .photo2{
	width: 40%;
	height: auto;
	position: static;
	display: inline-block;
}
#profile .frameMain table{
	width: 100%;
	margin: 5px 0;
	float: none;
}
#profile .frameMain th{
	padding: 15px;
	width: 8em;
}
#profile .frameMain td{
	padding: 15px;
}

#profile .frame_facebook{
	display: block;
}

#profile .frame_facebook .title{
	display: block;
	padding: 0 0 20px 0;
}

#profile .frame_facebook .facebook{
	width: auto;
}

#profile .frame_facebook .facebook .fb-page{
	width: 100%;
	height: auto;
	overflow-x: hidden;
}
}
@media screen and (max-width: 480px){
#profile .frame_facebook .title img{
	max-width: 100%;
	height: auto;
}
}



/*sponsor
************************************************************************************/
#sponsor{
	background: #FFF;
}

#sponsor h2{
	height: 60px;
	padding: 70px 0 0 0;
	margin: 0 auto 30px auto;
	display: block;
	text-indent: -9999px;
	background: url(../../img/toppage/title_line.png) no-repeat center top, url(../../img/toppage/sponsor_ttl.png) no-repeat bottom center;
	width: 180px;
}

#sponsor ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#sponsor ul li{
	display: block;
	/*width: 150px;*/
	width: 190px;
	height: 85px;
	margin: 5px;
	line-height: 85px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
#sponsor ul li.bridgestone{
	background: #d52b1e;
}


#sponsor ul li.golferweb{
	background: #f7f7f7;
}

#sponsor ul li.no{
	border: 0;
	line-height: normal;
}
#sponsor ul li img{
	vertical-align: middle;
	max-width: 95%;
	height: auto;
}
#sponsor ul li.fiten img{
	max-width: 100%;
}
#sponsor ul li.no img{
	max-width: 100%;
	vertical-align: top:
}
@media screen and (max-width: 979px) {
#sponsor ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
}



/*management
************************************************************************************/
#management{
	background: #eaf9f7;
}

#management h2{
	height: 60px;
	padding: 70px 0 0 0;
	margin: 0 auto 30px auto;
	display: block;
	text-indent: -9999px;
	background: url(../../img/toppage/title_line.png) no-repeat center top, url(../../img/toppage/management_ttl.png) no-repeat bottom center;
	width: 288px;
}

#management .logo img{
	max-width: 250px;
	height: auto;
}

#management table{
	margin: 10px auto;
	border: 0;
}

#management th{
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #000;
	width: 6em;
	font-family: Montserrat, Tahoma, Geneva, sans-serif;
}

#management td{
	padding: 15px;
	border-bottom: 1px solid #000;
}

#management .btnContact{
	margin: 40px auto;
	width: 300px;
	font-family: Montserrat, Tahoma, Geneva, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}

#management .btnContact img{
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 25px;
	height: auto;
}

#management .btnContact a{
	display: block;
	position: relative;
	z-index: 2;
	background: #01377f;
	line-height: 70px;
	overflow: hidden;
	
	color: #FFF;
	text-decoration: none;
	
	text-align: center;
}

#management .btnContact a,
#management .btnContact a::before,
#management .btnContact a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#management .btnContact a::before,
#management .btnContact a::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}


#management .btnContact a::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
#management .btnContact a:hover::after {
	top: 0;
	background-color: #666;
}

#management .btnContact a:hover{
	color: #FFF;
	text-decoration: none;
}
@media screen and (max-width: 480px){
#management .btnContact{
	width: 97%;
}
}
