@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@700&display=swap');
/* font-family 設定
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Zen Maru Gothic", sans-serif;
*/
/* ------------------------------
 リセット
------------------------------ */
* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
	font-size:10px;
	font-size:1.0rem;
	line-height:1;
	position:relative;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	height:100%;
}
audio,
canvas,
video {
	display:inline-block;
}
hr {
	display:block;
}
ol,
ul {
	list-style:none;
}
blockquote,
q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:"";
	content:none;
}
input,
select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
#tmp_wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cont_image {
	text-align: center;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl {float:left;}
.fr {float:right;}
.tal {text-align:left !important;}
.tac {text-align:center !important;}
.tar {text-align:right !important;}
.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}
strong,
.bold {font-weight:bold;}
u {border-bottom:solid 1px #000;}
.auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* 行スペース */
.t1 {margin-top:1.75em;}
.t2 {margin-top:3.5em;}
.t3 {margin-top:5.25em;}
.b1 {margin-bottom:1.75em;}
.b2 {margin-bottom:3.5em;}
.b3 {margin-bottom:5.25em;}
/* スペース */
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mr0 {margin-right: 0 !important;}
/* リンク */
a {
	color: #dc155a;
	text-decoration: underline;
	transition: .3s ease-in-out;
}
/* マウスクリック時 */
#tmp_wrapper *:focus:not(:focus-visible) {
	outline: none;
}
/* タブ移動時 */
#tmp_wrapper *:focus-visible {
	outline: 2px solid #333;
	outline-offset: 0;
}
a:hover {
	text-decoration: none;
}
a img {
	transition: 0.3s ease-in-out;
}
/* カラー */
.red {color:#e62116 !important;}
.blue {color:#179ddf; }
.gray {color:#767676;}
/* フォントサイズ */
.f11 {font-size: 1.1rem;}
.f12 {font-size: 1.2rem;}
.f13 {font-size: 1.3rem;}
.f14 {font-size: 1.4rem;}
.f15 {font-size: 1.5rem;}
.f16 {font-size: 1.6rem;}
.big,
.f18 {font-size: 1.8rem;}
.f20 {font-size: 2rem;}
.f22 {font-size: 2.2rem;}
.f24 {font-size: 2.4rem;}
.small,
small {
	font-size: 1.4rem;
	line-height: 1.7;
	display: inline-block;
}
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 強調 */
em {font-style: italic;}
/* 打消し */
s,
del {text-decoration: line-through;}
/* 引用・転用 */
blockquote {margin: 1em 3em;}
/* 非表示 */
.hide {
	display: none;
}
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	a:focus img,
	a:hover img {
		opacity: 0.7;
	}
	.sp { display: none !important;}
	.pc_tal { text-align:left;}
	.pc_tac { text-align:center;}
	.pc_tar { text-align:right;}
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none;}
	.pc_mb0 { margin-bottom: 0 !important;}
	.pc_mb10 { margin-bottom: 10px !important;}
	.pc_mb20 { margin-bottom: 20px !important;}
	.pc_mb25 { margin-bottom: 25px !important;}
	.pc_mb30 { margin-bottom: 30px !important;}
	.pc_mb40 { margin-bottom: 40px !important;}
	.pc_mb50 { margin-bottom: 50px !important;}
	.pc_mb60 { margin-bottom: 60px !important;}
	.pc_mb80 { margin-bottom: 80px !important;}
	.pc_mr0 { margin-right: 0 !important;}
	/* -- TEL Link -- */
	a[href^="tel:"] {
		color: #000;
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
	}
	.pc {display:none !important;}
	.sp_tac {text-align:center !important;}
	.sp_tal {text-align:left !important;}
	.sp_nobr br {display:none;}
	.fl,
	.fr {float:none;}
	#tmp_wrapper {min-width:0;}
	/* スペース */
	.mb15 {margin-bottom:10px !important;}
	.mb20 {margin-bottom:10px !important;}
	.mb25 {margin-bottom:15px !important;}
	.mb30 {margin-bottom:15px !important;}
	.mb35 {margin-bottom:20px !important;}
	.mb40 {margin-bottom:20px !important;}
	.mb50 {margin-bottom:30px !important;}
	.mb60 {margin-bottom:40px !important;}
	.mb70 {margin-bottom:45px !important;}
	.mb80 {margin-bottom:50px !important;}
	.mt15 {margin-top:10px !important;}
	.sp_mb5 {margin-bottom:5px !important;}
	.sp_mb10 {margin-bottom:10px !important;}
	.sp_mb15 {margin-bottom:15px !important;}
	.sp_mb20 {margin-bottom:20px !important;}
	.sp_mb30 {margin-bottom:30px !important;}
	.sp_mb40 {margin-bottom:40px !important;}
	.sp_mb50 {margin-bottom:50px !important;}
	.sp_mb60 {margin-bottom:60px !important;}
	.sp_mr0 { margin-right:0 !important;}
	/* フォントサイズ */
	.big,
	.f18 {font-size:1.7rem;}
	.f20 {font-size:1.8rem;}
	.f22 {font-size:2rem;}
	.f24 {font-size:2.2rem;}
	.f28 {font-size:2.4rem;}
	.f32 {font-size:2.8rem;}
	.small,
	small { font-size: 1.2rem;}
	.nobr br { display: none;}
}

/* ------------------------------
 スキップ
------------------------------ */
.skip {
	position: absolute;
	left: -3000px;
	z-index: 9999;
	width: 1px;
	background-color:#fff;
	color:#000;
	font-size: .1%;
	line-height: .1;
}
a.skip {
	top: auto;
	padding:2px 0;
	background-color: #fff;
	color: #037;
	text-align:center;
}
a.skip:active {
	display: block;
	top: 0;
	left: 0;
	width: 99.99%;
	font-size: 100%;
	line-height: 1.6;
}
a.skip:focus {
	display:block;
	top: 0;
	left: 0;
	width: 99.99%;
	font-size: 100%;
	line-height: 1.6;
}

/* ------------------------------
 ヘッダー
------------------------------ */
.headerBlock {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 96px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
/* ロゴ */
.headerBlock .logoBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.headerBlock .logoBox > a {
	display: inline-block;
}
/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock {
		min-width: 1240px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	/* ロゴ */
	.logoBlock {
		padding-left: 30px;
	}
	/* グローバルナビ */
	.slidemenu-btn {
		display: none !important;
	}
	.headerBlock .gnav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 100%;
		padding: 0 32px;
	}
	.headerBlock .gnav ul {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav ul > li {
		position: relative;
	}
	.headerBlock .gnav ul > li {
		display: flex;
		align-items: center;
		position: relative;
		margin-right: 40px;
		font-size: 1.6rem;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav ul > li > a {
		display: flex;
		align-items: center;
		position: relative;
		color: #000;
		line-height: 36px;
		font-weight: bold;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav ul > li > a:hover {
		opacity: 1;
		color: #dc155a;
	}
	/* お問い合わせボタン */
	.headerBlock .gnav .contact_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 130px;
		height: 36px;
		border-radius: 18px;
		background-color: #dc155a;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.headerBlock .gnav .contact_btn a:hover {
		opacity: .7;
	}
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.headerBlock {
		height: 62px;
	}
	.logoBlock {
		position: relative;
		z-index: 100;
		background-color: #fff;
		text-align: left;
	}
	/* ロゴ */
	.headerBlock .logoBox {
		justify-content: flex-start;
		width: calc(100% - 70px);
		height: 62px;
		padding-left: 5%;
	}
	.headerBlock .logoBox img {
		width: 148px;
		height: 27px;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 62px;
		height: 62px;
		background-color: #dc155a;
	}
	.menu-icon,
	.menu-icon:before,
	.menu-icon:after {
		display: block;
		position: absolute;
		width: 28px;
		height: 4px;
		border-radius: 2px;
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		transition: color .25s ease;
	}
	.page-open-slidemenu .menu-icon:before,
	.page-open-slidemenu .menu-icon:after {
		background: #fff;
	}
	.menu-icon:before,
	.menu-icon:after {
		content: "";
		transform-origin: 50% 50%;
	}
	.menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .25s ease-out;
	}
	.menu-icon:before {
		top: -9px;
		transition: transform .1s ease-out;
	}
	.menu-icon:after {
		bottom: -9px;
		transition: transform .1s ease-out;
	}
	.page-open-slidemenu .menu-icon {
		background: transparent;
	}
	.page-open-slidemenu .menu-icon:before {
		transform: translateY(9px) rotate(45deg);
		transition: transform .1s ease-out .25s;
	}
	.page-open-slidemenu .menu-icon:after {
		transform: translateY(-9px) rotate(-45deg);
		transition: transform .1s ease-out .25s;
	}
	/* グローバルナビ */
	.headerBlock .gnav {
		visibility: hidden;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		height: 100%;
		padding: 62px 0 0;
		background-color: #fff;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
	}
	.page-open-slidemenu .headerBlock .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav ul {
		padding: 32px 5% 0;
		margin-bottom: 32px;
	}
	.headerBlock .gnav ul > li {
		position: relative;
		z-index: 3;
		width: 100%;
		border-bottom: solid 1px #c8c8c8;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
	}
	.headerBlock .gnav ul > li > a {
		display: block;
		position: relative;
		width: 100%;
		padding: 16px 0;
		color: #000;
		text-decoration: none;
	}
	/* お問い合わせボタン */
	.headerBlock .gnav .contact_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 246px;
		height: 62px;
		margin: auto;
		border-radius: 60px;
		background-color: #dc155a;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
	}
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 96px;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
	#tmp_wrapper {
		min-width: 1240px;
	}
	.menu-layer {
		display: none;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
		margin-bottom: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	.inBlock.free {
		padding-bottom: 80px;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#tmp_wrapper {
		min-width: 320px;
	}
	.menu-layer {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		transition: visibility 0s step-start .3s, opacity .3s ease-in-out;
		background-color: rgba(229,236,244,.95);
	}
	.page-open-slidemenu .menu-layer {
		visibility: visible;
		opacity: 1;
	}
	.page-open-slidemenu {
		overflow: hidden;
		position: fixed;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
		margin-top: 62px;
		margin-bottom: 50px;
	}
	.contentsHome .inBlock,
	.contents .inBlock {
		margin-left: 6%;
		margin-right: 6%;
	}
	.contents .inBlock:not(:last-child) {
		margin-bottom: 50px;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footerBlock {
	width: 100%;
	padding: 135px 0 150px;
	background-color: #f4b0c6;
}
.footerBlock a {
	color: #000;
	text-decoration: none;
}
/* フッターナビ */
.footerNavi ul {
	display: flex;
	column-gap: 25px;
	margin-bottom: 70px;
}
.footerNavi ul li {
	font-weight: 700;
}
.footerNavi ul li a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 14px;
	margin: 0 0 3px 8px;
	vertical-align: middle;
	background: url(../images/icon_arrow_black.png) no-repeat 0 0 / 9px 14px;
}
/* お問合せ先 */
.contactName span {
	display: inline-flex;
	margin-left: 1em;
}
/* 住所 */
.contactAddress {
	margin-bottom: 40px;
}
/* コピーライト */
.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
}
/* 浜松市ウェブサイト */
.cityWebsite {
	width: 270px;
	min-height: 148px;
	display: flex;
	border-radius: 15px;
	background-color: #fff;
}
.cityWebsite a {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
.cityWebsite .websiteLogo {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}
.cityWebsite .websiteNmae {
	display: block;
	margin-left: 2px;
	color: #000;
	font-size: 1.7rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.footerBlock {
		position: relative;
	}
	.footerBlock::before {
		content: "";
		display: block;
		position: absolute;
		top: -270px;
		left: 0;
		right: 0;
		width: 1960px;
		height: 300px;
		margin: 0 auto;
		background: url(../images/footer_decoration.png) no-repeat 0 0 / cover;
	}
	.footerBlock a:hover {
		opacity: .7;
	}
	.footerBlock a:hover img {
		opacity: 1;
	}
	/* お問合せ先 */
	.footerContact {
		padding-right: 40px;
		width: calc(100% - 270px);
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.footerBlock {
		padding: 0 0 40px;
	}
	.footerBlock .inBlock {
		margin: 55px 6% 0;
	}
	/* フッターナビ */
	.footerNavi ul {
		flex-wrap: wrap;
		gap: 3px 25px;
		margin: 0 10px 25px;
	}
	/* お問合せ先 */
	.footerContact {
		order: 2;
	}
	/* 住所 */
	.contactAddress {
		margin-bottom: 20px;
	}
	/* 浜松市ウェブサイト */
	.cityWebsite {
		order: 1;
		min-height: 148px;
		margin: 0 auto 25px;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: #dc155a;
	cursor: pointer;
	transition: none;
}
.js-btn-pagetop span {
	content: "";
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		bottom: 10px;
		right: 3%;
		width: 47px;
		height: 47px;
	}
	.js-btn-pagetop span {
		top: 45%;
		width: 11px;
		height: 11px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #dc155a;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}