@charset "shift_jis"; 

/*********************************************************
共通設定
*********************************************************/


/*
見出し
*********************************************************/

h1 {}

/*ページタイトル*/
h2 {}

/*タイトル*/
h3 {
	background:#1e2c3c;
	line-height:1em;
	padding:20px;
	margin-bottom:30px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); 
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); 
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
}
h3 i {
	margin-right:10px;
}
h3 span {
	display:none;
}

/*サブタイトル*/
h4 {
	background:#f7f7f7;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:15px;
	margin-bottom:15px;
	line-height:1em;
	font-weight:bold;
	font-size:1.2em;
}

/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
h3 span {
	display:block;
	float:right;
	font-size:0.6em;
}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}


/*
共通-コンテンツ
*********************************************************/

.contents {
	padding:20px 10px;
}
.contBgGreen {	background:#e5edd6; }
.contBgGray {	background:#f7f7f7; }
.whiteBase {
	background:#fff;
	padding:15px;
	margin-bottom:40px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); 
	-o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1); 
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
}

/*TABLET*/
@media only screen and (min-width : 600px){
.contents{padding:40px;}
}
/*PC*/
@media only screen and (min-width : 1025px){
.contents{padding:60px;}
.whiteBase {
	padding:50px;
	margin-bottom:60px;
}
}

/*
subMenu
***********************************************************/
.subMenu{
	position:relative;
	z-index:1;
  display:flex;
  align-items: stretch;
	justify-content: space-between;
	font-size:0.8em;
	flex-wrap: wrap;
	border-top:#258ecf solid 2px;
	border-bottom:#258ecf solid 2px;
	padding:10px 5px;
	background-color:rgba(255,255,255,0.5);
	gap:5px;
	}
.subMenu p{
	 flex: 1 0 30%;
		}
.subMenu a{
  display: flex;
  align-items: center;
  justify-content: center;
	position:relative;
	height:100%;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	border:#cccccc solid 1px;
	padding:10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(border-radius.htc); /* IE */
	background:-webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f7f7f7));
	background:-webkit-linear-gradient(top, #ffffff 0% , #f7f7f7 100%);
	background:-moz-linear-gradient   (top, #ffffff 0% , #f7f7f7 100%);
	background:-o-linear-gradient     (top, #ffffff 0% , #f7f7f7 100%);
	background:-ms-linear-gradient(top, #ffffff, #f7f7f7); /* IE */
	background:linear-gradient        (top, #ffffff 0% , #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
		GradientType=0,startColorstr='#FFffffff', endColorstr='#FFf7f7f7');/*IE10用（色の頭にFFが必要）*/
	transition: 0.1s all ease 0s;
	}
	.subMenu a:hover,
	.subMenu a:active{
		background:#f7f7f7;
		color:#c00000;
		box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		-webkit-box-shadow:none;
		}
@media only screen and (min-width : 600px){
	.subMenu p{
		 flex: 1 0 20%;
			}
}
@media only screen and (min-width : 1025px){
	.subMenu{
		padding:20px 15px;
		gap:10px;
		font-size:1em;
		}
}


/*
ヘッダー
*********************************************************/
#header{
	clear:both;
	float:none;
	padding:20px 0;
	padding-right:50px;
	}
#header > div {	
	display:flex;
  flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
	}
.logo img {
	max-height:75px;
	}
#header .dispPC {
	display:none;
}
#header .dispPC p:first-child {
	margin-right:40px;
	font-size:1.1em;
	font-weight:bold;
}
#header .dispPC p:first-child a {
	text-decoration:none;
	color:#1e2c3c;
}
#header .dispPC p:last-child {
	margin-right:40px;
}
/*PC*/
@media only screen and (min-width : 1025px){
#header .dispPC {
	display:flex;
  flex-wrap: wrap;
	align-items:center;
	justify-content:flex-end;
	margin-left:auto;
}
}


/*
フッター
*********************************************************/
.footBn {
	/*display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
	justify-content:space-around;*/
}

#footer {
	/*position: absolute; ←wrapperの一番下に表示 */
	bottom: 0;
	left:0;
	width:100%;
	clear:both;
	float:none;
	padding:30px 0;
	background:url(../images/footInquiryBg.jpg) top center no-repeat;
	background-size:cover;
	padding:100px 0;
	text-align:center;
	}
#footer p.fAddress {
	font-size:1.2em;
	margin-bottom:30px;
}
#footer ul.fTel li {
	display:block;
}
#footer ul.fTel {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:30px;
}
#footer ul.fTel li:first-child {
	margin-right:0;
	margin-bottom:10px;
}
#footer ul.fTel li span {
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:0.6em;
	padding:7px 0;
	margin-right:10px;
	width:60px;
	line-height:1em;
	background:#1e2c3c;
	vertical-align:middle;
}
#footer img {
	margin:auto;
}
#footer i {
	margin-right:10px;
}
.inqBtn {
	display:block;
	border:2px solid #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3); 
	-o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3); 
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	width:80%;
	padding:30px;
	margin:auto;
	background: linear-gradient(#9fca46, #79a61d);
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
.inqBtn:hover {
	background: linear-gradient(#79a61d, #9fca46);
	color:#fff;
}

.copyright{
	padding:8px 0;
	font-size:0.7em;
	line-height:1;
	text-align:center;
	}
	
/*TAB*/
@media only screen and (min-width : 600px){
#footer ul.fTel {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:30px;
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:center;
}
#footer ul.fTel li:first-child {
	margin-right:30px;
}
}

/*PC*/
@media only screen and (min-width : 1025px){
#footer{padding:70px 0;}
.inqBtn {
	width:30%;
}
}


/*
メインイメージ
*********************************************************/
.mainImg {
	background:url(../images/mainImg/mainImg01.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
	width:100%;
	height:500px;
}
.mainImg p {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	max-width:none;
	margin-right:0;
	width:80%;
}
.mainImg2nd {
	background:url(../images/mainImg/mainImg01.jpg) top center no-repeat;
	background-size:cover;
	position:relative;
	width:100%;
	height:500px;
}
.mainImg2nd p {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	margin-right:0;
	width:90%;
	color:#fff;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	padding:15px;
	line-height:1em;
	background:rgba(159,202,70,0.9); /* キーカラー */
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}
.mainImg2nd p span:first-child {
	display:block;
	margin-top:15px;
	font-size:1em;
}
.mainImg2nd p span:last-child {
	display:block;
	margin-top:15px;
	font-size:0.9em;
}
/*PC*/
@media only screen and (min-width : 765px){
.mainImg {
	height:680px;
}
.mainImg p {
	position:absolute;
	top:25%;
	left:0px;
	transform:translateY(-25%);
	-webkit-transform:translateY(-25%);
	-ms-transform:translateY(-25%);
	max-width:978px;
}
.mainImg2nd p {
padding:25px 40px;
width:50%;
font-size:2em;
}
}


/*
リードコピー
*********************************************************/
.readCopy {
	text-align:left;
	line-height:2em;
}
/*PC*/
@media only screen and (min-width : 765px){
.readCopy {
	text-align:center;
	line-height:2em;
}
}


/*********************************************************
index
*/

/*ゴルフ倶楽部紹介
**************************/
.clubRead {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.clubRead dt {
	color:#9fca46;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:15px;
}
.clubRead dd {
}
.clubLRwrap {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.clubLRwrap div {
	width:100%;
}
.clubLRwrap div.clubL p {
	margin-bottom:20px;
}
.clubLRwrap div.clubL p img {
	margin:auto;
	width:100%;
}
.clubLRwrap div.clubR p {
	text-align:center;
	margin-bottom:20px;
}
.clubLRwrap div.clubR p img {
	margin:auto;
}
.clubLRwrap div.clubR table {
	margin-bottom:15px;
}
.clubLRwrap div.clubR table th,
.clubLRwrap div.clubR table td {
	padding:10px !important;
}

ul.culbLinkBtn,
ul.culbLinkBtn2 {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
}
ul.culbLinkBtn li {
	width:33%;
	margin-bottom:10px;
}
ul.culbLinkBtn2 li {
	width:49%;
	margin-bottom:10px;
}
ul.culbLinkBtn li {
	width:49%;
	margin-bottom:15px;
}
ul.culbLinkBtn li:last-child {
	width:100%;
	margin-bottom:0;
}
ul.culbLinkBtn2 li:last-child {
	width:49%;
	margin-bottom:0;
}
ul.culbLinkBtn li a,
ul.culbLinkBtn2 li a,
.setBtnR a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:25px 0;
	line-height:1em;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3); 
	-o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3); 
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	width:100%;
}
ul.culbLinkBtn li a i,
ul.culbLinkBtn2 li a i {
	margin-right:10px;
}
.btnColorGray {
	background: linear-gradient(#888888, #666666);
}
.btnColorNavy {
	background: linear-gradient(#2e5887, #1e2c3c);
}
.btnColorGreen {
	background: linear-gradient(#9fca46, #79a61d);
}
.btnColorOrange {
	background: linear-gradient(#ec5613, #d04000);
}

/*PC*/
@media only screen and (min-width : 1025px){
.clubLRwrap div {
	width:48.5%;
}
ul.culbLinkBtn,
ul.culbLinkBtn2 {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
}
ul.culbLinkBtn li {
	width:30%;
	margin-bottom:0;
}
ul.culbLinkBtn2 li {
	width:49%;
	margin-bottom:0;
}
ul.culbLinkBtn li:last-child {
	width:30%;
	margin-bottom:0;
}
ul.culbLinkBtn2 li:last-child {
	width:49%;
	margin-bottom:0;
}
}



/*********************************************************
2nd
*/

/*友好提携倶楽部
**************************/
.alignmentBlock4 {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.alignmentBlock4 ul li {
	width:23%;
}
.alignmentWrap {
	padding:10px;
	border:1px solid #ddd;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
.alignmentWrap dt {
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px dashed #ddd;
}
.alignmentWrap dd:last-child {
	display:flex;
  flex-wrap: wrap;
	align-items:center;
	justify-content:space-between
}
.alignmentWrap dd:last-child p {
	display:block;
	text-align:center;
	color:#fff;
	line-height:1em;
	font-size:0.8em;
	background:#9fca46;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	padding:5px 10px;
}
.alignmentWrap dd:last-child span a {
	display:block;
	text-align:center;
	border:1px solid #ddd;
	line-height:1em;
	font-size:0.8em;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	padding:5px 10px;
	text-decoration:none;
}
.alignmentWrap dd p {
}


/*各倶楽部詳細ページ
**************************/
.club {
}
.clubMap {
}
.clubMap img {
	margin:auto;
}
.courseInfo {
	line-height:1.8em;
	font-size:1.1em;
}
.courseInfo span,
.contBlockTtl {
	display:block;
	color:#9fca46;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.4em;
}
.community {
	text-align:center;
	line-height:1em;
	padding:30px 0;
	margin-bottom:30px;
	font-size:1.8em;
	font-weight:bold;
}
.community i {
	display:block;
	margin-bottom:20px;
	color:#9fca46;
}
.community span {
	display:block;
	margin-top:15px;
	font-size:0.6em;
	color:#9fca46;
}

/* 津CCページ ******/
.nextCom img {
	margin-bottom:20px;
}
/*PC*/
@media only screen and (min-width : 1025px){
.nextCom img {
	margin-bottom:0;
}
.community {
	padding:50px0;
	margin-bottom:50px;
	font-size:2.4em;
}
}
dt.midashi {
	color:#fe970c;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.4em;
}
.bgTsu {
	background:url(../images/club/tsu/bg.jpg) top left no-repeat;
}


/*お問い合わせ
**************************/
.thanksMsg {
	line-height:2em;
}
/*PC*/
@media only screen and (min-width : 1025px){
.thanksMsg {
	line-height:4em;
}
}


/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

