@charset "utf-8";

@media print, screen and (min-width: 737px) {
	body {
		background:
			radial-gradient(circle at top left, rgba(73, 164, 211, 0.12), transparent 32%),
			linear-gradient(180deg, #f6f9fc 0%, #eef4f8 45%, #f9fbfd 100%);
	}

	#new_header_wrap {
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95));
		box-shadow: 0 8px 24px rgba(8, 64, 93, 0.08);
	}

	#new_header {
		width: calc(100% - 48px);
		max-width: 1120px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 18px 0 14px;
		box-sizing: border-box;
	}

	#new_header h2,
	#txt_size,
	#head_access,
	#head_tel,
	#head_contact {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		margin: 0;
		flex: 0 0 auto;
	}

	#new_header h2 {
		line-height: 0;
		margin-right: auto;
	}

	#txt_size {
		width: auto;
		margin-left: 0;
	}

	#head_access {
		width: auto;
		margin-left: 8px;
	}

	#head_tel,
	#head_contact {
		width: auto;
	}

	#head_tel {
		margin-left: 8px;
	}

	#head_contact {
		margin-left: 8px;
	}

	#new_header hr {
		position: static;
		width: 100%;
		margin: 10px 0 0;
		flex-basis: 100%;
	}

	#gnavi {
		position: static;
		right: auto;
		top: auto;
		width: 100%;
		margin-top: 12px;
		flex-basis: 100%;
	}

	#gnavi ul {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		gap: 0;
	}

	#gnavi ul li {
		flex: 1 1 0;
		margin-right: 0;
	}

	#gnavi ul li a {
		display: block;
		width: 100%;
		padding: 10px 8px 12px;
		text-align: center;
		text-decoration: none;
		color: #4b5d69;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.2;
		border-bottom: 2px solid transparent;
		box-sizing: border-box;
		white-space: nowrap;
		transition: color 0.2s ease, border-color 0.2s ease;
	}

	#gnavi ul li a span {
		display: inline-block;
	}

	#gnavi ul li a:hover,
	#gnavi ul li.select a {
		color: #0d6f95;
		border-bottom-color: #0d6f95;
	}

	#new_footer_wrap {
		max-width: none;
	}

	#new_footer {
		width: 947px;
		max-width: calc(100% - 48px);
	}

	#wrapper {
		width: calc(100% - 48px);
		max-width: 1120px;
		margin: 28px auto 0;
	}

	#title {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}

	#title h2 {
		margin: 0;
	}

	#title h2 img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 24px;
		box-shadow: 0 14px 32px rgba(8, 64, 93, 0.12);
	}

	#pankuzu {
		width: auto;
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.6;
		color: #5f7280;
	}

	#pankuzu a {
		color: #0d6f95;
		text-decoration: none;
	}

	#contents {
		position: relative;
		width: 100%;
		overflow: visible;
		padding-top: 2px;
	}

	#menu {
		position: fixed;
		left: 0;
		top: 210px;
		z-index: 30;
		width: 304px;
		max-height: calc(100vh - 230px);
		overflow-x: hidden;
		overflow-y: auto;
		float: none;
		margin: 0;
		padding: 24px 58px 20px 28px;
		background: rgba(255, 255, 255, 0.94);
		border: 1px solid rgba(13, 111, 149, 0.10);
		border-left: none;
		border-radius: 0 26px 26px 0;
		box-shadow: 0 18px 42px rgba(8, 64, 93, 0.14);
		transform: translateX(calc(-100% + 38px));
		transition: transform 0.35s ease, box-shadow 0.35s ease;
		backdrop-filter: blur(8px);
	}

	#menu:hover,
	#menu:focus-within {
		transform: translateX(0);
		box-shadow: 0 24px 54px rgba(8, 64, 93, 0.18);
	}

	#menu::before {
		content: "MENU";
		position: absolute;
		right: 0;
		top: 32px;
		width: 38px;
		height: 128px;
		display: flex;
		align-items: center;
		justify-content: center;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		letter-spacing: 0.2em;
		font-size: 12px;
		font-weight: 700;
		color: #fff;
		background: linear-gradient(180deg, #1180a8, #0c4f71);
		border-radius: 14px 0 0 14px;
		box-shadow: -6px 0 18px rgba(8, 64, 93, 0.14);
		pointer-events: none;
	}

	#menu:hover::before,
	#menu:focus-within::before {
		content: "CLOSE";
	}

	#sidemenu2,
	#pickupset {
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}

	#sidemenu2 {
		font-size: 14px;
		line-height: 1.5;
	}

	#sidemenu2 ul,
	#pickup {
		margin: 0;
		padding: 0;
	}

	#sidemenu2 li {
		background: none;
		padding-left: 0;
		border-bottom: 0;
	}

	#sidemenu2 a {
		color: #fff;
		text-decoration: none;
	}

	.DivSoto {
		width: auto;
		height: auto;
		margin: 0 0 10px;
		padding: 0;
		display: block;
		background: none;
		border: none;
	}

	.SlideBtnToDown {
		width: 100%;
		min-height: 46px;
		height: auto;
		box-sizing: border-box;
		padding: 11px 16px 11px 38px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 14px;
		background: linear-gradient(135deg, #0f6f95, #0c4f71);
		box-shadow: 0 10px 22px rgba(8, 64, 93, 0.16);
		color: #fff;
		transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	}

	.SlideBtnToDown::before {
		background: rgba(255, 255, 255, 0.22);
	}

	.SlideBtnToDown:hover {
		transform: translateX(2px);
		color: #fff;
		background: linear-gradient(135deg, #1693be, #0e6289);
		box-shadow: 0 12px 26px rgba(8, 64, 93, 0.20);
	}

	#pickupset {
		margin-top: 18px;
		padding-top: 18px;
		border-top: 1px solid rgba(13, 111, 149, 0.12);
	}

	#pickup {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-bottom: 0;
	}

	#pickup li {
		width: auto;
		height: auto;
		padding-bottom: 0;
	}

	#pickup li a {
		display: block;
		min-height: 56px;
		border-radius: 14px;
		background-size: cover;
		background-position: center;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 24px rgba(8, 64, 93, 0.10);
	}

	#main {
		float: none;
		width: 100%;
		max-width: 860px;
		margin: 0 auto;
	}

	.boxtop {
		display: none;
	}

	.boxmiddle {
		background: rgba(255, 255, 255, 0.96);
		border: 1px solid rgba(13, 111, 149, 0.10);
		border-radius: 28px;
		box-shadow: 0 18px 42px rgba(8, 64, 93, 0.10);
		padding: 32px 40px 36px;
	}

	#main h4 {
		margin-bottom: 24px;
	}

	#main h4 img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 18px;
	}

	#main h5.pagetitle {
		margin: 26px 0 14px;
		padding-bottom: 10px;
		font-size: 28px;
		line-height: 1.35;
		color: #0c3850;
		letter-spacing: 0.04em;
		border-bottom: 1px solid rgba(13, 111, 149, 0.16);
	}

	#main h6.blueline,
	#main h6.blueline.style2,
	#main h6 {
		margin: 26px 0 12px;
		padding: 10px 16px;
		border-left: 4px solid #0d7aa2;
		border-radius: 12px;
		background: linear-gradient(90deg, rgba(13, 122, 162, 0.10), rgba(13, 122, 162, 0));
		font-size: 18px;
		line-height: 1.7;
		color: #0d5f80;
	}

	#main p,
	#main li {
		font-size: 15px;
		line-height: 2;
		color: #2d3a42;
	}

	#main .article-body {
		font-size: inherit;
		line-height: 2;
		color: #2d3a42;
	}

	#main .article-body p,
	#main .article-body li,
	#main .article-body a {
		font-size: inherit;
		line-height: inherit;
	}

	#main p {
		margin-bottom: 18px;
	}

	#main a {
		color: #0d6f95;
		text-decoration: none;
		border-bottom: 1px solid rgba(13, 111, 149, 0.24);
		transition: color 0.2s ease, border-color 0.2s ease;
	}

	#main a:hover {
		color: #09455c;
		border-bottom-color: transparent;
	}

	#main br {
		line-height: 1.8;
	}

	#copy {
		width: 100%;
		max-width: none;
		margin: 0 0 30px;
		text-align: right;
		color: #fff;
	}

	@media (hover: none), (pointer: coarse) {
		#menu {
			position: static;
			top: auto;
			left: auto;
			width: 100%;
			max-height: none;
			margin: 0 0 24px;
			transform: none;
		}

		#menu::before {
			display: none;
		}

		#main {
			width: 100%;
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	#menu,
	.SlideBtnToDown {
		transition: none;
	}
}
