@charset "Shift_JIS";

/* **************************************************

Name: style.css

Description: CSS for golf club

Create: 2026.6

Copyright 2026 Hitachi, Ltd.

***************************************************** */

.flexslider {
	position: relative;
	margin-bottom: 0;
}
.flexslider .lead {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	text-shadow: 2px 2px 3px #0c0c0c;
}

main img {
	width: auto;
	max-width: 100%;
}

.GolfClub {
	padding: 60px 0;
/*	padding: 60px 0 160px;*/
}
h2.originStyle {
	color: #1a0b08;
	font-family: 'Noto Serif JP', serif;
	font-size: 250%;
	margin-bottom: 60px;
}
h3.originStyle {
    color: #1a0b08;
    font-family: 'Noto Serif JP', serif;
    font-size: 150%;
    margin-bottom: 20px;
}
h4.originStyle {
	color: #1a0b08;
	font-family: 'Noto Serif JP', serif;
	font-size: 120%;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.GolfClub {
		padding: 60px 0 60px;
	}
	h2.originStyle {
		font-size: 150%;
		margin: 0 0 50px;
	}
}

.GolfClub .Section {
	padding-bottom: 30px;
}
.GolfClub .InnerBlock > .Section:last-child {
	padding-bottom: 0;
}

.ContentNavi li a {
	min-width: 140px;
	height: 50px;
}

.content_Column {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.content_Column > div {
	width: 48%;
}
.content_Column.flex_center {
	-webkit-box-pack: center;
	justify-content: center;
	gap: 0 5%;
}
.content_Column.flex_center > div {
	width: auto;
}
@media screen and (max-width: 767px) {
	.content_Column {
		display: block;
	}
	.content_Column > div {
/*		margin-bottom: 30px;*/
		width: 100%;
	}
}

.GolfClub .TextStyle1 {
	font-size: 100%;
}

table td ul:last-child,
table td ul:last-child li:last-child {
	margin-bottom: 0;
}

.cRed {
	color: #fa000f;
}
