/*
Theme Name: GRAND MARBLE
Theme URI: https://grandmarble.com/
Description: GRAND MARBLE 公式ウェブサイト専用 基本テンプレート
Version: 1.0
Author: Fale
Author URI: https://grandmarble.com
*/



/****************************************
		1. General Setting
*****************************************/

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #454545;
	font-size:14px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
	height: 100%;
	width: 100%;
	letter-spacing:-0.001em;
	-webkit-text-size-adjust:100%;
}

/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }


/****************************************
		2. Basic Layout
*****************************************/
#page{ clear: both; height: auto; width: auto; margin-right: auto; margin-left: auto; }







/****************************************
		3.  Header, Menu
*****************************************/
.blog_title{
	color: #fff;
	font-size:200%;
	text-shadow: 3px 3px 3px #000;
	text-decoration:none;
	font-weight:bold;
	}
	.blog_title:hover{color: #ccc}




/****************************************
		4.  Main
*****************************************/



/*** Blog info ***/
div.blog_info{
	color: #666666;
	font-size:85%;
	padding: 0 0 0px 5px;
	margin: 0 0 0px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: left;
			padding-left:20px;
			margin:0 15px 0 5px !important;
			list-style: none !important
			}
			div.blog_info li a{color: #666}
				div.blog_info li a:hover{color: #333}
	div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 2px;}
	div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
	div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}

/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}

/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}

	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		}


/****************************************
		5. Post Entry
*****************************************/
.title{
	color:#444444;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.2em;
	margin:0px 0 10px !important;
	border:none !important;
	padding: 0 !important;
	font-weight:normal;
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{color: #666666;text-decoration:none !important;}
		.title a:hover{color: #C33 !important;}

.post {
	padding-bottom:50px;
}

.post p{ font-size:14px!important; margin-bottom:1em!important; line-height:2em!important;
		word-wrap: break-word!important;
		word-break: break-all!important;}
.post em{font-style: italic;}
.post code{color: #001d44; font-family:'Courier New',Courier,monospace;}

	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}

.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(image/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}

.post .blog_info {
padding-top:10px;
margin:0;
}


/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}

.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}

/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}


/****************************************
		7.  widget
*****************************************/


#footer h3{
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
ul li.widget-container ul li.page_item_has_children { font-size: 16px; line-height: 2.5em; }

.widget-container ul ul.children li { list-style: url(images/arrow_list.png); margin-left: 20px; font-size: 12px; line-height: 1.5em; border-bottom: 1px dotted #999; margin-bottom: 10px; padding-bottom: 10px; }

/*** Calendar ***/
#wp-calendar {width: 90%; margin:20px auto 0;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}






/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}


p.copy{
	clear: both;
	font-size:80%;
	text-align:center;
	padding:40px 0;
	color: #666
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}



/****************************************
		10.  Plugin
*****************************************/
.child_page-container { background-color: #FFF; }
.child_page-container a { text-decoration: none; }
.child_page-container a:hover { text-decoration: underline; }
.child_page-container .post_content { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px!important; margin-top: 0px; }
.child_page-container .post_content h4 { margin: 0px; padding: 0px; }
.child_page-container .post_thumb { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px!important; margin-top: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.post_content { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px; }
.post_excerpt { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; padding-top: 0px; }



/******************************************
 11. SNS
*******************************************/
/* 右端固定SNS共有SVGアイコン */
.fixed-sns-share {
	position: fixed;
	right: 12px;
	top: 50%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	gap: 7px;
	transform: translateY(-50%);
}

.fixed-sns-share__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.fixed-sns-share__btn svg {
	display: block;
	width: 18px;
	height: 18px;
}

.fixed-sns-share__btn:hover {
	color: #fff;
	opacity: 0.82;
	transform: translateX(-2px);
}

.fixed-sns-share__btn--x {
	background: #000;
}

.fixed-sns-share__btn--facebook {
	background: #1877f2;
}

.fixed-sns-share__btn--line {
	background: #06c755;
}

.fixed-sns-share__btn--instagram {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100%);
}

/* スマホでは少し小さく */
@media screen and (max-width: 767px) {
	.fixed-sns-share {
		right: 8px;
		gap: 6px;
	}

	.fixed-sns-share__btn {
		width: 34px;
		height: 34px;
	}

	.fixed-sns-share__btn svg {
		width: 16px;
		height: 16px;
	}
}


.golfsectitle {
  width:100%;
  height: auto;
  min-height: 40px;
  display: block;
  font-size:24px;
  color:#ea5404;
  font-weight: 400;
  line-height: 40px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding:2px 0 0 50px;
  border-bottom: 1px solid #ea5404;
  margin-bottom: 40px;
  background-image: url(https://grandmarble.com/wp-content/uploads/2026/06/ic-golfball_or.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
}
