@charset "utf-8";
/* CSS Document */
body {
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	color: #000;
	font-weight: bold;
	
}

#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 9999;
}

img {
	vertical-align: bottom;
}

#wrapper {
	margin:0 auto;
	font-size:16px;
	line-height:1.5;
	min-width: 1060px;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index:8888;
}

#wrapper .spnone {
	display: block !important;
}

#wrapper .spnone2 {
	display: inline-block !important;
}

#wrapper .pcnone {
	display: none !important;
}

#wrapper .pcnone2 {
	display: none !important;
}

a[href^="tel:"] {
		pointer-events: none;
}

a {
	text-decoration: none;
	color: inherit;
  	transition:all .5s ease;
}

a:hover{
	opacity: 0.6;
  	transition:all .5s ease;
}

#wrapper *{
	box-sizing:border-box;
}

.floatbox{
	overflow: hidden;
}

#pagemap {
    color: #fff;
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 13px;
    background: #ad002d;
    padding: 8px 8px 8px 30px;
}

#menu_wrap {
	background: url(/common/img/clubteamgolf_top_bg1.png) repeat-x;
    height: 336px;
    position: absolute;
    z-index: 99;
    width: 100%;
	text-align: left;
}

#menu_wrap ul {
	position: relative;
	z-index: 100;
    padding-left: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #34455d;
    width: 928px;
    margin: 10px 0 16px 0;
    text-align: left;
}

#menu_wrap ul li {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin-right: 23px;
	line-height: 1;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    #menu_wrap ul li {
        transform: rotate(0.05deg);
    }
}

/* Firefox */
@-moz-document url-prefix() {
    #menu_wrap ul li {
        transform: rotate(0.03deg);
    }
}

/* safari */
_::-webkit-full-page-media, _:future, :root #menu_wrap ul li {
    transform: rotate(0.03deg);
}

/* Edge */
_:-ms-lang(x)::backdrop, #menu_wrap ul li {
    transform: rotate(0.03deg);
}

_:-ms-lang(x)::-ms-backdrop, #menu_wrap ul li {
    transform: rotate(0.03deg);
}

#menu_wrap ul li a.gray {
	color: #677688;
}

#menu_wrap ul li a:hover {
	opacity:inherit;
}

#menu_wrap ul li p {
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	font-size: 12px;
	font-weight: bold;
}

#menu_wrap ul li.menu a {
  display: inline-block;
}

#menu_wrap ul li.menu a p{
  position: relative;
  transition: .3s;
	display: inline;
}

#menu_wrap ul li.menu a p::after {
  position: absolute;
  z-index: 100;
  bottom: -19px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #279dda;
}

#menu_wrap ul li.menu a:hover p::after{
  width: 100%;
}

#menu_wrap ul li.menu a.on p::after {
	width: 100%;
}

#menu_wrap ul li a.gray:hover p::after {
	width: 0;
}

#toggle_wrap {
	display: none;
}

#entry_btn {
	background: #ff8400;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px 50px;
	z-index: 99;
	font-family: arial, sans-serif;
	font-weight: bold;
	line-height: 1.3;
}

#entry_btn p{
	font-size: 13px;
	font-weight: bold;
	font-family:"游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	text-align: center;
}

/*ボタン*/
.btn1 {
	display: block;
	width: 540px;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #ff8400;
	color: #fff;
	margin: 0 auto;
	font-size: 22px;
	border-radius: 5px;
	padding: 20px 0;
	line-height: 1;
}

.btn1:before {
    content: "\f105";
    line-height: 1;
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 33px;
	top: 13px;
    right: 23px;
}

.btn2 {
	background: #001532;
}

.btn2_medical {
	background: #001532;
	margin-top: 15px;
}

.link_style1 {
	color: #004f99 !important;
	text-decoration: underline !important;
}

/*innerbox*/

/*footer*/
footer {
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	text-align: center;
	padding: 50px 0;
	background: #001532;
	color: #fff;
	border-top: 15px solid #ad002d;
}

footer #foot_p1 {
	font-size: 18px;
	margin: 30px 0 10px;
}

footer .foot_p2 {
	margin-bottom: 10px;
}

footer #copy {
	margin-top: 30px;
}

/*パンくずリスト*/
#breadcrumb {
	font-size: 12px;
	margin-top: 20px;
	margin-left: 15px;
}

#breadcrumb li {
	display: inline-block;
}

#breadcrumb li::after {
	content: ">";
	margin: 0 4px;
}

#breadcrumb li:last-child::after {
	display: none;
}

#breadcrumb li:last-child {
	color: #007cbc;
}



@media screen and (max-width : 1250px ){
/*innerbox*/
#menu_wrap ul {
	width: 100% !important;
	min-width: 960px;
}
}

@media screen and (max-width : 1110px ){
#menu_wrap ul li {
	margin-right: 18px;
}

}

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

body {
	min-width:100%;
	width:100%;
}
	
img {
	width: 100%;
}	
	
a {
  	transition:none;
}

a:hover{
	opacity:inherit;
  	transition:none;
}

a[href^="tel:"] {
		pointer-events:auto;
}
	
#wrapper {
	font-size: 13px;
	min-width:auto;
}	
	
.innerbox1 {
	min-width:auto;
}

.innerbox2 {
	min-width:auto;
}

#wrapper .over1 {
	opacity:1.0 !important;
}

#pagetop {
	display: none !important;
}

#wrapper .spnone {
	display: none !important;
}

#wrapper .spnone2 {
	display: none !important;
}

#wrapper .pcnone {
	display: block !important;
}

#wrapper .pcnone2 {
	display: inline-block !important;
}

#pagemap {
	display: none;
}

#menu_wrap{
	z-index: 1000;
	left: 0;
	background: #fff;
	color: #000; 
	text-align: center; 
	width: 100%; 
	transition: all 0.6s; 
    top: -500px;
	height: auto;
}

#menu_wrap ul{
	background: #001532;
	border-top: 1px dashed #34455d;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: static;
	min-width:auto;
	z-index: 1000;
	border-bottom: none;
}

#menu_wrap ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dashed #34455d;
	margin-right: 0;
}

#menu_wrap ul li:nth-child(2), #menu_wrap ul li:nth-child(4) {
	margin: 0;
}

#menu_wrap ul li.logo {
	display: none;
}

#menu_wrap ul li:last-child{
	border-bottom: none;
}

#menu_wrap ul li a{
	color: #fff;
    padding: 2% 0;
    font-size: 3vw;
    width: 100%;
    line-height: 1;
}

#menu_wrap ul li p {
	font-size: 1.5vw;
}

#menu_wrap ul li.menu a:hover p::after{
  width: 0%;
}

#menu_wrap ul li.menu a.on p::after {
  width: 0%;	
}

#menu_wrap.active{
	-moz-transform: translateY(542px);
	-webkit-transform: translateY(542px);
	transform: translateY(542px);
}

#menu_wrap.fixed{
	position: fixed;
	top: -500px;
}

#toggle_wrap {
	position: fixed;
	right:0;
	top: 0;
	background: #001532;
	display: block;
	width: 100%;
	z-index: 1001;
	color: #fff;
	border-top: 6px solid #ad002d;
}

#toggle_wrap a {
	display: inline-block;
    width: auto;
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    line-height: 1.4;
}

.Toggle {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	float: right;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	right: 10px;
}
 
.Toggle span:nth-child(1) {
    top: 10px;
}
 
.Toggle span:nth-child(2) {
    top: 19px;
}
 
.Toggle span:nth-child(3) {
    top: 28px;
}
 
.Toggle.active span:nth-child(1) {
    top: 19px;
    right: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	right: 8px;
}

#slide_wrap {
	height: 165px;
	border-bottom:5px solid #b1986c;
	margin-top: 42px;
}

.top_wrap #slide_wrap {
	margin-top: 0;
}

#entry_btn {
    font-size: 15px;
    position: fixed;
    top:48px;
    right: 0;
	z-index: 999;
    padding: 12px 12px;
	line-height: 1.1;
}

#entry_btn p {
    font-size: 10px;
}


footer {
	padding: 5vw 0 5vw;
	font-size: 12px;
}

footer img {
	width: 90%;
	max-width: 397px;
}

footer #foot_p1 {
 	font-size: 15px;
    margin: 7px 0 5px;
}

footer .foot_p2 {
	width: 90%;
	margin: 0 auto 10px;
	line-height: 1.3;
}

footer #copy {
	width: 90%;
	margin:10px auto 0;
	font-size: 11px;
	line-height: 1.3;
}

/*パンくずリスト*/
#breadcrumb {
	font-size: 10px;
	width: 90%;
	margin: 10px auto 0;
}

#link1,#link2,#link3 {
    padding-top: 42px;
    margin-top: -42px;
}

.btn1 {
	width: 100%;    
	font-size: 17px;
	padding: 13px 0;
}

.btn1:before {
    font-size: 25px;
    top: 8px;
    right: 11px;
}

.link_style2 {
	color: #004f99 !important;
	text-decoration: underline !important;
}

.btn2_medical {
	margin-top: 2vw;
}

footer {
    border-top: 10px solid #ad002d;
}

}


@media screen and (max-width : 500px ){
#topbox1 h2 {
	padding:3% 5% 2%;
}

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

#menu_wrap ul li a {
	font-size: 15px;
}

#menu_wrap ul li p {
    font-size: 10px;
}

}

@media screen and (max-width : 390px ){
#entry_btn{
	padding: 10px 12px;
}
}