@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   SWELLデフォルトヘッダー・フッター非表示
   ======================================== */
#header.l-header,
.l-fixHeader,
#sp_menu.p-spMenu,
.p-spMenu {
	display: none !important;
}
#footer.l-footer {
	display: none !important;
}
.p-fixBtnWrap,
#fix_bottom_menu,
.w-beforeFooter {
	display: none !important;
}
body,
#body_wrap {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* ========================================
   カスタムヘッダー
   ======================================== */
#sc-header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background-color: #fff;
}
.sc-header {
	position: relative;
	width: 100%;
	background-color: #fff;
}
.sc-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px 0 0;
	border-top: 5px solid #6b99dd;
	box-sizing: border-box;
	min-height: 85px;
}

/* --- Logo --- */
.sc-logo-block {
	position: absolute;
	top: 0;
	left: 50px;
	width: 340px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	z-index: 10000;
	overflow: hidden;
}
.sc-logo-link {
	display: block;
	padding: 40px 35px;
	background-color: #6b99dd;
	transition: opacity 0.3s;
	text-decoration: none;
}
.sc-logo-link:hover {
	opacity: 0.85;
}
.sc-logo-link img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Navigation Block --- */
.sc-nav-block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-left: 400px;
}

/* --- Global Navigation --- */
.sc-gnav {
	display: flex;
	align-items: center;
}
.sc-gnav > ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc-gnav > ul > li {
	position: relative;
	list-style: none;
}
.sc-gnav > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 25px;
	height: 85px;
	font-size: 14px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.3s;
	box-sizing: border-box;
	white-space: nowrap;
}
.sc-gnav > ul > li > a:hover {
	color: #6b99dd;
}
.sc-gnav > ul > li > a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #6b99dd;
	transition: width 0.3s;
}
.sc-gnav > ul > li > a:hover::after {
	width: 100%;
}

/* --- Child Navigation (Dropdown) --- */
.sc-child-nav {
	display: none;
	position: absolute;
	top: 85px;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 12px;
	width: 350px;
	z-index: 10001;
	box-sizing: border-box;
}
.sc-has-child:hover .sc-child-nav {
	display: block;
}
.sc-child-nav > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	list-style: none;
	margin: 0;
}
.sc-child-nav > ul > li {
	width: 90px;
	list-style: none;
}
.sc-child-nav > ul > li > a {
	display: block;
	text-decoration: none;
	color: #2c2c2c;
	text-align: center;
	font-size: 11px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	transition: opacity 0.3s;
	line-height: 1.4;
}
.sc-child-nav > ul > li > a:hover {
	opacity: 0.7;
}
.sc-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 8px;
	width: 90px;
	height: 90px;
	background-color: #edf7fa;
	border-radius: 8px;
	box-sizing: border-box;
}
.sc-icon img {
	max-width: 55%;
	height: auto;
}
.sc-text {
	display: block;
}

/* --- Header Actions (Reserve + Contact) --- */
.sc-header-actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 15px;
}

/* --- Reserve Button --- */
.sc-reserve {
	display: flex;
	align-items: center;
	padding: 10px 22px;
	background-color: transparent;
	color: #e8789e !important;
	font-size: 14px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	border: 2px solid #e8789e;
	border-radius: 25px;
	text-decoration: none !important;
	transition: all 0.3s;
	white-space: nowrap;
	line-height: 1.4;
}
.sc-reserve:hover {
	background-color: #e8789e;
	color: #fff !important;
}
.sc-reserve-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 8px;
	background-color: #e8789e;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
}
.sc-reserve-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff;
}
.sc-reserve:hover .sc-reserve-icon {
	background-color: #fff;
}
.sc-reserve:hover .sc-reserve-icon::after {
	border-left-color: #e8789e;
}

/* --- Contact --- */
.sc-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px;
	flex-shrink: 0;
}
.sc-tel {
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #333 !important;
	text-decoration: none !important;
	letter-spacing: 0.02em;
	line-height: 1.3;
}
.sc-tel-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b99dd'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}
#sc-header-wrap .sc-contact a.sc-mail,
a.sc-mail {
	display: flex;
	align-items: center;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #6b99dd !important;
	text-decoration: none !important;
	line-height: 1.4;
}
#sc-header-wrap .sc-contact a.sc-mail:hover {
	opacity: 0.7;
}
.sc-mail-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b99dd'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
	flex-shrink: 0;
}

/* --- Menu Button (Mobile, hidden on desktop) --- */
.sc-menu-btn {
	display: none;
	cursor: pointer;
	margin-right: 10px;
}
.sc-menu-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 18px;
	color: #fff;
	font-size: 13px;
	background-color: #4386d3;
	border-radius: 8px;
	transition: opacity 0.3s;
	box-sizing: border-box;
	white-space: nowrap;
}
.sc-menu-inner:hover {
	opacity: 0.85;
}
.sc-hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 18px;
	height: 12px;
	margin-right: 8px;
}
.sc-hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}
.sc-menu-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

/* --- Content offset for fixed header --- */
#body_wrap {
	padding-top: 90px !important;
}

/* ========================================
   カスタムフッター
   ======================================== */
#sc-footer-wrap {
	margin-top: 60px;
}
.sc-footer {
	background-color: #6b99dd;
}
.sc-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.sc-footer-contents {
	padding: 65px 0 50px;
}

/* --- Footer Links --- */
.sc-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.sc-footer-col {
	width: calc((100% - 80px) / 5);
}
.sc-footer-col > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc-footer-col > ul > li {
	font-size: 15px;
	margin-bottom: 15px;
	list-style: none;
}
.sc-footer-col > ul > li > a {
	display: inline-block;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.3s;
}
.sc-footer-col > ul > li > a:hover {
	opacity: 0.7;
}
.sc-footer-col > ul > li > ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.sc-footer-col > ul > li > ul > li {
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	margin-bottom: 8px;
	list-style: none;
}
.sc-footer-col > ul > li > ul > li::before {
	content: '';
	display: inline-block;
	margin-top: 0.7em;
	margin-right: 8px;
	min-width: 10px;
	width: 10px;
	height: 2px;
	background-color: #c9c9c9;
	flex-shrink: 0;
}
.sc-footer-col > ul > li > ul > li > a {
	display: inline-block;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: opacity 0.3s;
}
.sc-footer-col > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

/* --- Footer SNS --- */
.sc-footer-sns ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc-footer-sns ul li {
	width: 25px;
	list-style: none;
}
.sc-footer-sns ul li:not(:last-child) {
	margin-right: 13px;
}
.sc-footer-sns ul li a {
	display: block;
}
.sc-footer-sns ul li img {
	width: 100%;
	height: auto;
}

/* --- Copyright --- */
.sc-footer-copy {
	text-align: center;
	margin-bottom: 10px;
}
.sc-footer-copy p {
	color: #fff;
	font-size: 10px;
	font-family: 'Lato', "Noto Sans JP", sans-serif;
	line-height: 2.6;
	margin: 0;
}

/* --- Credit --- */
.sc-footer-credit {
	text-align: center;
}
.sc-footer-credit p {
	margin: 0;
}
.sc-footer-credit a {
	color: #b0d0ff;
	font-size: 10px;
	text-decoration: underline;
	font-family: "Noto Sans JP", sans-serif;
	transition: opacity 0.3s;
}
.sc-footer-credit a:hover {
	opacity: 0.7;
}

/* ========================================
   レスポンシブ
   ======================================== */

/* --- Max 1400px --- */
@media screen and (max-width: 1400px) {
	.sc-gnav > ul > li > a {
		padding: 0 15px;
		font-size: 13px;
	}
	.sc-logo-block {
		width: 280px;
	}
	.sc-logo-link {
		padding: 30px 25px;
	}
	.sc-nav-block {
		margin-left: 340px;
	}
	.sc-tel {
		font-size: 18px;
	}
	.sc-reserve {
		padding: 8px 18px;
		font-size: 13px;
	}
}

/* --- Max 1200px (Tablet) --- */
@media screen and (max-width: 1200px) {
	.sc-header-inner {
		padding: 0 15px 0 0;
		min-height: 60px;
	}
	.sc-logo-block {
		left: 15px;
		width: 220px;
	}
	.sc-logo-link {
		padding: 22px 18px;
	}
	.sc-nav-block {
		margin-left: 250px;
	}
	/* Hide desktop nav, show mobile menu btn */
	.sc-gnav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		background-color: #fff;
		z-index: 99998;
		overflow-y: auto;
		padding: 100px 20px 40px;
		box-sizing: border-box;
	}
	.sc-gnav.is-open {
		display: block;
	}
	.sc-gnav > ul {
		flex-direction: column;
		align-items: stretch;
	}
	.sc-gnav > ul > li > a {
		height: auto;
		padding: 15px 20px;
		border-bottom: 1px solid #eee;
		justify-content: flex-start;
		font-size: 15px;
	}
	.sc-gnav > ul > li > a::after {
		display: none;
	}
	.sc-child-nav {
		display: block;
		position: static;
		width: 100%;
		padding-top: 0;
		transform: none;
	}
	.sc-child-nav > ul {
		padding: 10px 15px;
		box-shadow: none;
		background-color: #f8f9fa;
		gap: 10px;
	}
	.sc-child-nav > ul > li {
		width: 80px;
	}
	.sc-icon {
		width: 80px;
		height: 80px;
	}
	.sc-menu-btn {
		display: flex;
	}
	#body_wrap {
		padding-top: 70px !important;
	}
}

/* --- Max 768px (Mobile) --- */
@media screen and (max-width: 768px) {
	.sc-logo-block {
		width: 180px;
		left: 10px;
	}
	.sc-logo-link {
		padding: 15px 12px;
	}
	.sc-header-inner {
		min-height: 55px;
		padding: 0 10px 0 0;
	}
	.sc-nav-block {
		margin-left: 200px;
	}
	.sc-reserve {
		padding: 7px 12px;
		font-size: 12px;
	}
	.sc-reserve-icon {
		width: 15px;
		height: 15px;
		margin-left: 5px;
	}
	.sc-menu-inner {
		padding: 8px 12px;
		font-size: 12px;
	}
	.sc-contact {
		margin-left: 10px;
	}
	.sc-tel {
		font-size: 15px;
	}
	.sc-mail {
		font-size: 10px;
	}
	#body_wrap {
		padding-top: 65px !important;
	}
	#sc-footer-wrap {
		margin-top: 30px;
	}
	.sc-footer-contents {
		padding: 40px 0 30px;
	}
	.sc-footer-links {
		flex-direction: column;
	}
	.sc-footer-col {
		width: 100%;
		margin-bottom: 15px;
	}
}

/* --- Max 480px (Small Mobile) --- */
@media screen and (max-width: 480px) {
	.sc-logo-block {
		width: 140px;
	}
	.sc-logo-link {
		padding: 10px 8px;
	}
	.sc-nav-block {
		margin-left: 160px;
	}
	.sc-reserve {
		padding: 5px 8px;
		font-size: 10px;
		border-width: 1px;
	}
	.sc-reserve-icon {
		width: 13px;
		height: 13px;
	}
	.sc-menu-inner {
		padding: 6px 8px;
		font-size: 11px;
	}
	.sc-hamburger {
		margin-right: 4px;
		width: 14px;
		height: 10px;
	}
	.sc-contact {
		margin-left: 6px;
	}
	.sc-tel {
		font-size: 13px;
	}
	.sc-tel-icon {
		width: 14px;
		height: 14px;
		margin-right: 3px;
	}
	.sc-mail {
		font-size: 9px;
	}
	.sc-gnav {
		padding: 80px 15px 30px !important;
	}
	#body_wrap {
		padding-top: 55px !important;
	}
}
