/*=================================*/
/* Sound Messe 2026
/* style.css
/*=================================*/

/* Google Fonts は HTML の <link> で読み込むこと */

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*====================*/
/*=== Base Styles  ===*/
/*====================*/
html {
	font-size: 100%; /* 16px */
}

@media (max-width: 767.98px) {
	html { font-size: 87.5%; } /* 14px */
}
@media (min-width: 768px) and (max-width: 991.98px) {
	html { font-size: 75%; } /* 12px */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	html { font-size: 87.5%; } /* 14px */
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 1rem;
	line-height: 1;
	color: #333;
	background: #F4F0EB;
}

p {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 600;
}

strong {
	font-weight: 600;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/*====================*/
/*=== Layout       ===*/
/*====================*/
.lead-area {
	width: 100%;
}

.fluid-box {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #245C4F;
	padding: 30px;
}
.fluid-box-inner {
	margin: 0 auto;
	padding: 15px;
	background-color: #245C4F;
}

.about-box {
	border: dotted 1px #999;
	max-width: 900px;
	padding: 20px 25px 5px;
	margin-bottom: 2.5rem;
	text-align: left;
}

.application-area {
	width: 76%;
}

.reserve-btn {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

/*====================*/
/*=== Typography   ===*/
/*====================*/
.point {
	font-family: "Helvetica Neue", Helvetica, Arial, Meiryo, "メイリオ", sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.6;
	color: #f3e24c;
}

.topic-title {
	font-size: 2.1rem;
	line-height: 1;
	color: #FFFFFF;
}

.how-to-apply {
	font-size: 2.1rem;
	color: #ffffff;
}

.entry-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

.mcj {
	font-family: 'Georgia', serif;
	font-size: 1.6rem;
	font-weight: 600;
}

.date {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.greeting {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.greeting2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.new-spec {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}

.stocks {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}

.entry {
	font-size: 1.2rem;
	font-weight: 600;
	color: #202020;
}

.caution {
	text-align: center;
	color: #245c4f;
}

/*====================*/
/*=== Colors       ===*/
/*====================*/
.green {
	background-color: #245c4f;
}

.coral-text {
	color: #ff576d;
}

/*====================*/
/*=== Section      ===*/
/*====================*/
.tour-title {
	background-color: #245C4F;
	text-align: center;
}

/*====================*/
/*=== Buttons      ===*/
/*====================*/
a.yellow-link {
	color: #202020 !important;
}
a.yellow-link:hover {
	color: #202020 !important;
	text-decoration: underline !important;
}

/*====================*/
/*=== Utilities    ===*/
/*====================*/
.clear {
	clear: both;
}

.round-10 {
	border-radius: 10px;
}

/*====================*/
/*=== Responsive   ===*/
/*====================*/
@media (max-width: 767.98px) {
	.lead-area {
		width: 98%;
	}
	.application-area {
		width: 98%;
	}
	.caution {
		text-align: left;
	}
	.greeting2 {
		text-align: left;
	}
	.point {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.topic-title {
		font-size: 1.8rem;
	}
	.entry {
		font-size: 1.4rem;
	}

	/* SP：画像を全幅表示 */
	.present-img {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw);
		display: block;
	}
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear: both;
}

.round-10{
	border-radius: 10px;
}