@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP,wght@0,300..900;1,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* font-family 設定
	font-family: "Noto Sans JP", sans-serif;
	font-family: "M PLUS 1p", 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: #121918;
	font-size: 1.8rem;
	font-family: "IBM Plex 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 #121918;}
.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: #2180ce;
	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: #121918;
		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;font-size: 1.6rem;}
	/* スペース */
	.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:#121918;
	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 !important;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
/* ロゴ */
.headerBlock .logoBox > a {
	display: inline-block;
}
.headerBlock .logoBox img {
	width: 338px;
	height: 62px;
}
/* iconリンク */
.headerBlock .gnav ul.icon_link {
	justify-content: right;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}
.headerBlock .gnav ul.icon_link > li {
	margin-left: 10px;
}
.headerBlock .gnav ul.icon_link > li a {
	font-size: 1.5rem;
	background: #eaebe7;
	text-align: center;
	width: 120px;
	border-radius: 30px;
	justify-content: center;
	display: flex;
    align-items: center;
    position: relative;
    color: #121918;
    line-height: 36px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s ease-in-out;
}

/* ------------------------------
 ヘッダー（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock {
		display: flex;
		justify-content: space-between;
	}
	/* ロゴ */
	.logoBlock {
		margin-left: 50px;
		justify-content: center;
		align-items: center;
		display: grid;
	}
	/* ヘッダーお問合せ */
	.contact_btn a {
		color: #fff;
		line-height: 1.35;
		background: linear-gradient(90deg, #0075da, #3aa1ed);
		display: grid;
		height: 146px;
		width: 146px;
		border-radius: 0 0 0 30px;
		font-weight: 500;
		align-items: center;
		text-decoration: none;
		position: relative;
	}
	.contact_btn a:hover {
		opacity: .7;
	}
	.contact_btn a span {
		display: block;
	}
	.contact_btn a span::before {
		content: "";
		display: block;
		width: 40px;
		height: 30px;
		margin: 0 auto 10px;
		background: url(../images/icon_mail.png) no-repeat 0 0 / cover;
	}
	/* グローバルナビ */
	.nav_left {
		margin-right: 35px;
		align-items: center;
		display: grid;
		justify-content: center;
		align-content: center;
	}
	.slidemenu-btn {
		display: none !important;
	}
	.headerBlock .gnav {
		display: flex;
		justify-content: flex-start;
	}
	.headerBlock .gnav ul {
		display: flex;
		align-items: center;
	}
	.headerBlock .gnav ul.navigation > li {
		display: flex;
		align-items: center;
		position: relative;
		padding: 0 20px;
		font-size: 1.7rem;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav ul:not(p + ul).navigation > li:last-child {
		padding-right: 0;
	}
	.headerBlock .gnav ul:not(p + ul).navigation > li::after {
		content: "";
		width: 3px;
		height: 18px;
		position: absolute;
		right: 0;
		border-radius: 2px;
		background: #eaebe7;
		box-shadow: 1px 1px 2px #dcdcd8, -1px -1px 2px #fff;
	}
	.headerBlock .gnav ul:not(p + ul).navigation > li:last-child::after {
		display: none;
	}
	.headerBlock .gnav ul > li a {
		display: flex;
		align-items: center;
		position: relative;
		color: #121918;
		line-height: 36px;
		font-weight: bold;
		text-decoration: none;
		transition: .3s ease-in-out;
	}
	.headerBlock .gnav ul.navigation > li a {
		line-height: 1;
	}
	.headerBlock .gnav ul > li a:hover {
		opacity: 1;
		color: #2180ce;
	}
	
}
/* ------------------------------
 ヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.headerBlock {
		height: 62px;
	}
	.logoBlock {
		position: relative;
		z-index: 100;
		background-color: #fff;
		text-align: left;
	}
	.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: 222px;
	}
	/* ヘッダーお問合せ */
	.contact_btn a {
		color: #fff;
		line-height: 1.35;
		background: linear-gradient(90deg, #0075da, #3aa1ed);
		display: grid;
		width: 90%;
		border-radius: 15px;
		font-weight: 500;
		align-items: center;
		text-decoration: none;
		position: relative;
		padding: 20px;
		margin: 20px auto 180px;
	}
	.contact_btn a span {
		display: block;
	}
	.contact_btn a span::before {
		content: "";
		display: block;
		width: 32px;
		height: 24px;
		margin: 0 auto 8px;
		background: url(../images/icon_mail.png) no-repeat 0 0 / cover;
	}
	.contact_btn a br {
		display: none;
	}
	/* グローバルナビ 開閉ボタン */
	.slidemenu-btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 62px;
		height: 62px;
		background: linear-gradient(90deg, #0075da, #3aa1ed);
	}
	.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;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.page-open-slidemenu .headerBlock .gnav {
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
	}
	/* グローバルナビ メニュー */
	.headerBlock .gnav ul {
		padding: 32px 0 0;
        margin-bottom: 32px;
	}
	.headerBlock .gnav ul.navigation {
		margin-bottom: 5px;
		order: 1;
	}
	.headerBlock .gnav ul.navigation > li {
		position: relative;
		z-index: 3;
		width: 100%;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
	}
	.headerBlock .gnav ul.navigation > li > p {
        position: relative;
	}
	.headerBlock .gnav ul.navigation > li > p a {
		display: block;
        position: relative;
        width: 90%;
        padding: 16px 0;
        margin: 0 5%;
        color: #121918;
        text-decoration: none;
	}
	.headerBlock .gnav ul.navigation > li > p a {
        border-bottom: dotted 0.25px #121918;
	}
	.headerBlock .gnav ul.navigation > li > p.is-open a {
        border-color: #fff;
	}
	/* iconリンク */
	.nav_left {
		display: grid;
	}
	.headerBlock .gnav ul.icon_link {
		justify-content: center;
		order: 2;
	}
}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 110px;
	background: #f6f6f5;
}
.contents {
	padding-bottom: 80px;
}
/* 横幅1140px */
.inBlock {
	text-align: left;
}
.contents .inBlock:not(:last-child) {
	margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
	#tmp_wrapper {
		min-width: 1240px;
	}
	.menu-layer {
		display: none;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
}
/* ------------------------------
 コンテンツ（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;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
		margin-top: 62px;
	}
	.contents {
		padding-bottom: 30px;
	}
	.contentsHome .inBlock,
	.contents .inBlock {
		margin-left: 6%;
		margin-right: 6%;
		padding: 0;
	}
	.contents .inBlock:not(:last-child) {
		margin-bottom: 40px;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
/* お問合せ */
.border_top {
	position: relative;
	padding-top: 50px;
 	margin-top: 80px;
}
.border_top::before {
	content: "";
    width: 100%;
    height: 8px;
    position: absolute;
	left: 0;
	right: 0;
    top: 0;
	border-radius: 8px;
	background: #f6f6f5;
	box-shadow: inset 2px 2px 3px #dcdcd8,
				inset -2px -2px 3px #fff;
}
.border_bottom {
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 50px;
}
.border_bottom::after {
	content: "";
    width: 100%;
    height: 8px;
    position: absolute;
	left: 0;
	right: 0;
    bottom: 0;
	border-radius: 8px;
	background: #f6f6f5;
	box-shadow: inset 2px 2px 3px #dcdcd8,
				inset -2px -2px 3px #fff;
}
/* フッターナビ */
.footerBlock {
	width: 100%;
	padding: 90px 0 100px;
	background: url("../images/footer_bg_right.png") #f6f6f5 no-repeat right bottom ;
}
.footerBlock a {
	color: #121918;
	text-decoration: none;
}
/* フッターナビ */
.footerNavi ul {
	display: flex;
	column-gap: 25px;
	margin-bottom: 30px;
}
/* お問合せ先 */
.contactName span {
	display: inline-flex;
	margin-left: 1em;
}
/* 住所 */
.contactAddress {
	margin-bottom: 30px;
}
/* コピーライト */
.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #595e5e;
}
/* 浜松市ウェブサイト */
.cityWebsite {
	width: 280px;
	min-height: 184px;
	display: flex;
	background-color: #f6f6f5;
	border-radius: 42px;
	box-shadow:  7px 7px 10px #dcdcd8,
				-7px -7px 10px #fdfdfd;
}
.cityWebsite a {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.cityWebsite .websiteLogo {
	display: block;
	margin-bottom: 4px;
	text-align: center;
}
.cityWebsite .websiteNmae {
	display: block;
	margin-top: 10px;
	color: #121918;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
}
/* お問合せ先 */
.contactName {
	font-size: 2.9rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.footerNavi {
  	font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
	.footerBlock a:hover {
		opacity: .7;
	}
	.footerBlock a:hover img {
		opacity: 1;
	}
	.footerBlock .flexBox.jc-sb {
		align-items: flex-start;
	}
	/* お問合せ先 */
	.footerContact {
		padding-right: 40px;
		width: calc(100% - 280px);
	}
}
/* ------------------------------
 フッター（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.border_bottom {
		padding-top: 60px;
	}
	.footerBlock .inBlock {
		margin: 0 6% 0;
	}
	/* フッターナビ */
	.footerBlock {
		padding: 0 0 50px;
		background: url("../images/footer_bg_right.png") #f6f6f5 no-repeat right bottom ;
		background-size: 240px;
	}
	.footerNavi ul {
		flex-wrap: wrap;
		gap: 3px 25px;
		font-size: 1.3rem;
	}

	/* お問合せ先 */
	.footerContact {
		order: 2;
	}
	.contactName {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	/* 住所 */
	.contactAddress {
		margin-bottom: 20px;
	}
	/* 浜松市ウェブサイト */
	.cityWebsite {
		order: 1;
		min-height: 148px;
		margin: 0 auto 45px;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background: url("../images/icon_pagetop.png") center center / contain no-repeat;
	cursor: pointer;
	transition: none;
}
/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		bottom: 10px;
		right: 3%;
		width: 47px;
		height: 47px;
	}
}

/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	background-color: #2180ce;
	text-align: center;
}
#nojs p {
	padding: 3px 0;
	color: #fff;
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
}
/* 余白 */
@page {
	margin: 9.7mm 9.7mm;
}