@charset "UTF-8";
/*INDEX */

#whatEclub {
	/* 旧テーマでは cookie 制御モーダル (display:none + jQuery で表示) だったが、
	   モーダル運用を廃止し常時表示の通常セクションにする (Issue #4 Phase 1)。 */
	padding: 30px 35px 0 30px;
	margin-bottom: 30px;
	position: relative;
}

#whatEclub .leftBox {
	width: 279px;
}

@media screen and (max-width: 768px) {
	#whatEclub .leftBox, #whatEclub .brDisplay {
		display: none;
	}
}

#whatEclub .rightBox {
	width: 615px;
}

@media screen and (max-width: 768px) {
	#whatEclub .rightBox {
		width: 100%;
	}
}

#whatEclub .rightBox .btnCommon{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
}

#whatEclub h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}

#whatEclub h1{
	font-size: 47px;
	font-size: 4.7rem;
	line-height: 1.3;
}

#whatEclub p{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 2px;
}

@media screen and (max-width: 768px) {
	#whatEclub {
		padding: 25px;
	}
	#whatEclub h2 {
		font-size: 1.8rem;
		margin-top: 5px;
	}
	#whatEclub h1 {
		font-size: 2.8rem;
		margin-top: 8px;
	}
	#whatEclub p {
		font-size: 1.3rem;
		margin-top: 5px;
	}
}

#weekMtg {
	width: 100%;
	background: none;
	/* section{overflow:hidden} を打ち消し、右下にはみ出すロータリーマークを切らずに表示 */
	overflow: visible;
}

/* はみ出したマークで横スクロールが出ないようにする(clipは縦に影響しない) */
#wrapper {
	overflow-x: clip;
}

#weekMtg .contents {
	position: relative;
	width: 1000px;
	height: 393px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#weekMtg .contents {
		height: auto;
		padding-bottom: 58px;
	}
}

#weekMtg .contents div {
	width: 600px;
	left: 50%;
	top: 180px;
	margin-left: -300px;
	z-index: 3;
	text-align:center;
}

#weekMtg .contents > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 393px;
	z-index: 1;
}

/* 明るい写真でも白文字が映えるよう、写真下部を暗くするグラデーション幕 */
#weekMtg .contents > a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
	z-index: 1;
}

#weekMtg .contents .btn, #weekMtg .contents .btnCommon {
	width: 49%;
}

#weekMtg .contents .btn {
	float: left;
}

#weekMtg .contents .btnCommon {
	float: right;
}

#weekMtg img, #weekMtg .contents div {
	position: absolute;
}

#weekMtg .meetingPhoto {
	z-index: 1;
	top: 0;
	left: 0;
	width: 1000px;
	height: 393px;
	object-fit: cover;
	object-position: center;
}

#weekMtg .rotaryMark {
	z-index: 2;
	/* .contents(position:relative, 1000x393) を基準に写真の右下角へ。2015年同様、右に68px・下に45pxはみ出す */
	right: -68px;
	bottom: -45px;
}

@media screen and (max-width: 768px) {
	#weekMtg .contents {
		width: auto;
		height: auto;
	}
	#weekMtg .contents > a {
		position: static;
		width: auto;
		height: auto;
	}
	#weekMtg .contents > a::after {
		display: none;
	}
	#weekMtg .meetingPhoto {
		position: static;
		width: 100%;
		height: auto;
	}
	#weekMtg .contents div {
		position: static;
		width: auto;
		left: auto;
		top: auto;
		margin-left: 0;
	}
	#weekMtg .rotaryMark {
		position: absolute;
		width: 20%;
		right: 3%;
		top: 28%;
		bottom: auto;
	}
}

@media screen and (max-width: 479px) {
	#weekMtg .rotaryMark {
		width: 8%;
		right: 3%;
		top: 5%;
	}
}

#weekMtg h2{
	font-size: 18px;
	font-size: 1.8rem;
}

#weekMtg h1{
	font-size: 52px;
	font-size: 5.2rem;
	line-height: 1.1;
	margin-bottom: 5px;
}

#weekMtg p{
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

#weekMtg div a {
	color: #FFFFFF;
	/* 白グローは明るい写真で逆効果なので除去し、暗系シャドウで縁取り。背後の scrim と併用 */
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85), 0 0 10px rgba(0, 0, 0, 0.55);
}

#weekMtg div a:hover {
	text-decoration: none;
}

#weekMtg div .btn {
	background-color: #FEBD11;
}

#weekMtg .contents div .btn,  #weekMtg .contents div .btnCommon{
	margin-top: 15px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.1;
	overflow: hidden;
	height: 45px;
	padding: 10px 5px !important;
}

/* CTA「例会に参加する」: ゴールド地に白文字はコントラスト不足のため、ダーク文字に。
   背景が単色なので text-shadow も不要。デスクトップ/モバイル共通。 */
#weekMtg .contents div .btn {
	color: #1f2430;
	text-shadow: none;
}

/* デスクトップは単一CTAをピル型・中央寄せ・幅広に（2026年トレンド）。
   ソフトシャドウとホバーの浮き上がり、矢印で行動喚起。 */
@media screen and (min-width: 769px) {
	#weekMtg .contents div .btn {
		float: none;
		width: 360px;
		max-width: 84%;
		height: auto;
		margin: 22px auto 0;
		padding: 16px 30px !important;
		border-radius: 100px;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
		letter-spacing: 0.03em;
		transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
	}
	/* 矢印アイコン: Font Awesome 等の外部依存を増やさず、インライン SVG を mask で描画。
	   currentColor を背景にするのでボタン文字色(ダーク)に追従し、くっきり表示される。 */
	#weekMtg .contents div .btn::after {
		--arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h13'/%3E%3Cpath d='M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center / contain;
		content: "";
		display: inline-block;
		width: 0.85em;
		height: 0.85em;
		margin-left: 0.45em;
		vertical-align: -0.08em;
		background-color: currentColor;
		-webkit-mask: var(--arrow);
		mask: var(--arrow);
		transition: transform .15s ease;
	}
	#weekMtg .contents div .btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
		background-color: #ffca2e;
	}
	#weekMtg .contents div .btn:hover::after {
		transform: translateX(3px);
	}
}

@media screen and (max-width: 768px) {
	#weekMtg h2 {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	#weekMtg h1 {
		font-size: 3.8rem;
		margin-bottom: 3px;
	}
	#weekMtg p{
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.2;
	}
	#weekMtg div a {
		font-size: 1.8rem;
		line-height: 43px;
		margin-top: 3px;
		display: block;
	}
	
	#weekMtg .meetingTi {
		text-align:center;
	}
	
	#weekMtg .contents .btn, #weekMtg .contents .btnCommon {
		font-size: 1.8rem !important;
	}
	
	#weekMtg .contents div {
		height: 100%;
		width: 100%;
		margin-left: 0;
		top: 0;
		left: 0;
		color: #FFFFFF;
	}
	
	#weekMtg .contents .btn, #weekMtg .contents .btnCommon {
		float: none;
		bottom: 0;
		margin-top: 10px;
	}
	
	#weekMtg .contents .btnCommon {
		right: 0;
	}
	
	#weekMtg .contents div .meetingTi, #weekMtg div .btn, #weekMtg div .btnCommon{
		position: absolute;
	}
	
	#weekMtg .contents div .meetingTi {
		bottom: 95px;
		width: 100%;
	}

	#weekMtg .contents div .meetingTi:hover {
		background: none;
	}
	
	#weekMtg .meetingTi h2{
		font-size: 1.3rem;
	}
	
	#weekMtg img {
		position: static;
	}
	#sb_instagram {
                display: none;
        }
}

@media screen and (max-width: 600px) {
	#weekMtg .contents .btn, #weekMtg .contents .btnCommon {
		width: 100%;
	}
	
	#weekMtg .contents .btn {
		bottom: 50px;
	}
	
	#weekMtg .contents {
		padding-bottom: 100px;
	}
	
	#weekMtg .contents .meetingTi {
		bottom: 120px !important;
	}
	#sb_instagram {
                display: none;
        }
}

@media screen and (max-width: 479px) {
	#weekMtg .meetingTi h2{
		display: none;
	}
	#sb_instagram {
                display: none;
        }
	#weekMtg h1 {
		font-size: 3.5rem;
	}
	
	#weekMtg p{
		font-size: 1.2rem;
	}
	
	#weekMtg .contents div .meetingTi {
		bottom: 115px;
	}
		
	#weekMtg .meetingTi h1{
		font-size: 2.8rem;
	}
	
	#weekMtg .meetingTi p{
		font-size: 1.0rem;
	}
}

#weekMtg form {
	background: url(../images/top-meeting-login-bg.png);
	padding: 10px;
	margin-top: 20px;
}

#weekMtg input{
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
	line-height: 1.1;
	height: 35px;
}

#weekMtg input[type="submit"] {
	margin-bottom: 0;
}


#rotatyNews {
	background: none;
	margin-top: 55px;
}

@media screen and (max-width: 768px) {
	#rotatyNews {
		margin-top: 25px;
	}
}

#rotatyNews .btnCommon{
	width: 30%;
	margin: 35px auto 40px;
}

@media screen and (max-width: 768px) {
	#rotatyNews .btnCommon{
		width: 100%;
		margin: 5px 0 30px;
	}

	#weekMtg .contents {
		width: 100% !important;
	}
}
