@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap');

html,body,input,textarea,select {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	color: #000;
	background-color: #FFF;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	padding-top: 80px;
	/* 禁則処理 */
	word-break: normal;
	overflow-wrap: break-word;
	line-break: strict;
}
.pc_br {
	display: block;
}
.sp_br {
	display: inline;
}
.pc_view {
	display: inherit;
}
.sp_view {
	display: none;
}
a {
	transition-duration: 0.5s;
}
a:hover {
	opacity: 0.7;
	color: #00cccc;
}

#wrapper {
	overflow: hidden;
}
.container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

header {
	width: 100%;
	height: 80px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header .container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}
header .logo {
	font-size: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
}
header .logo a.mlogo, header .logo span.mlogo {
	display: block;
	width: 62px;
	height: 68px;
	background-image: url(../img/base_logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
header .logo > img {
	width: 69px;
	height: auto;
}
header .container .menu {
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
}
header .container .menu a {
	text-decoration: none;
	color: #333;
	font-size: 18px;
	line-height: 1;
	font-feature-settings: "palt";
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	opacity: 1;
	transition: color 0.2s ease;
}
header .container .menu a:hover {
	opacity: 1;
	color: #00cccc;
}
header #spmenu {
	display: none;
}
header #spmenu_contents {
	display: none;
}

#contents {
	background-color: #eee;
}

footer .footer_kifu {
	background-image: url(../img/footer_kifu_base.png);
	background-size: contain;
	background-repeat: repeat-x;
	width: 100%;
	height: 152px;
	text-align: center;
	position: fixed;
	top: auto;
	bottom: 0;
	z-index: 50;
	transition: transform 0.3s ease-in-out;
}
footer .footer_kifu div {
	position: relative;
}
footer .footer_kifu a img {
	width: 1182px;
	height: auto;
	margin-top: 30px;
}
footer .footer_kifu a#gotop {
	display: block;
	width: 74px;
	height: 74px;
	text-decoration: none;
	font-size: 0;
	background-image: url("../img/gotop.png");
	background-repeat: no-repeat;
	background-size: 21px 21px;
	background-position: center center;
	background-color: #727171;
	position: absolute;
	top: -74px;
	right: 0;
	z-index: 50;
	transition-duration: 0.3s;
}
footer .footer_kifu a#gotop.hide {
	right: -74px;
}
footer .container.info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 25px 0;
	color: #63503b;
}
footer .footer_title {
	width: 530px;
	font-size: 27px;
	line-height: 1.2;
}
footer .footer_info {
	width: 735px;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	line-height: 1.5;
	text-decoration: none !important;
}
footer .telfax {
	margin-left: 1em;
}
footer .telfax .pc_view {
	display: inline-block;
}
footer .mail {
	width: 100%;
}
footer .link {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 1em;
}
footer .link a {
	text-decoration: none;
	color: #63503b;
}
footer .link a:hover {
	opacity: 0.7;
	color: #00cccc;
}
footer .footer_copy {
	text-align: right;
	font-size: 20px;
	line-height: 1.5;
	color: #63503b;
}

.min {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "MS P明朝", "MS 明朝", serif;
}

.pan_list {
	padding: 34px 0;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
.pan_list img {
	width: 20px;
	height: 20px;
}
.pan_list a {
	display: block;
	height: 20px;
	text-decoration: none;
	color: #666;
}
.pan_list a:hover {
	opacity: 0.7;
	color: #00cccc;
}
.pan_list a.home {
	font-size: 0;
}
.pan_list span {
	display: block;
	height: 20px;
}

@media screen and (max-width: 1350px) {
	footer .container.info {
		padding: 25px 20px;
	}
	footer .footer_title {
		font-size: 22px;
	}
	footer .footer_info,footer .footer_copy {
		font-size: 16px;
	}
}
@media screen and (max-width: 1200px) {
	header .container .menu a {
		font-size: 16px;
	}
	footer .footer_kifu a img {
		width: 100%;
	}
	footer .footer_title {
		font-size: 18px;
	}
	footer .footer_info,footer .footer_copy {
		font-size: 14px;
	}
}
@media screen and (max-width: 1095px) {
	header .container .menu a {
		font-size: 14px;
	}
}
@media screen and (max-width: 790px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: inherit;
	}
	.pc_br {
		display: inline;
	}
	.sp_br {
		display: block;
	}

	body {
		padding-top: 45px;
	}
	
	#contents {
		width: 100%;
	}

	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		height: 45px;
	}
	header .container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 110;
		box-sizing: border-box;
		padding-top: 5px;
	}
	header .logo a.mlogo, header .logo span.mlogo {
		background-image: url(../img/top_logo.png);
		width: 104px;
		height: 25px;
	}
	header .logo > img {
		width: 34px;
		height: auto;
	}
	header .container .menu {
		display: none;
	}
	header #spmenu {
		display: block;
		width: 20px;
		height: 20px;
		font-size: 0;
		background-image: url(../img/spmenu.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	header #spmenu.on {
		background-image: url(../img/spmenu_on.png);
	}
	header #spmenu_contents {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 55px 40px 0;
		background-color: #eee;
	}
	header #spmenu_contents strong {
		display: block;
		font-size: 18px;
		line-height: 50px;
		color: #63503b;
		letter-spacing: 0.06em;
		border-bottom: 1px solid #63503b;
	}
	header #spmenu_contents .menu {
		border-bottom: 1px solid #63503b;
		padding: 15px 0;
	}
	header #spmenu_contents .menu a {
		display: block;
		font-size: 15px;
		line-height: 2.6;
		color: #666;
		letter-spacing: 0.06em;
		text-decoration: none;
	}
	header #spmenu_contents .menu a:hover {
		opacity: 1;
		color: #00cccc;
	}
	header #spmenu_contents .links {
		padding: 15px 0;
	}
	header #spmenu_contents .links a {
		display: block;
		font-size: 12px;
		line-height: 2.6;
		color: #666;
		letter-spacing: 0.06em;
		text-decoration: none;
	}
	header #spmenu_contents .links a:hover {
		opacity: 1;
		color: #00cccc;
	}
	footer {
		color: #63503b;
	}
	footer .footer_kifu {
		background-image: none;
		font-size: 0;
		height: auto;
	}
	footer .footer_kifu a img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	footer .footer_kifu a#gotop {
		width: 48px;
		height: 48px;
		background-size: 14px 14px;
		top: -48px;
	}
	footer .footer_kifu a#gotop.hide {
		right: -48px;
	}
	footer .container.info {
		display: block;
		padding: 0;
	}
	footer .footer_title {
		width: auto;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		padding: 10px 0 5px;
	}
	footer .footer_info {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px 0;
		text-align: center;
		font-size: 11px;
		line-height: 1.36;
	}
	footer .footer_info .address {
		width: 100%;
	}
	footer .telfax {
		margin-left: 0;
	}
	footer .telfax .pc_view {
		display: none;
	}
	footer .mail {
		width: auto;
	}
	footer .footer_copy {
		font-size: 11px;
		line-height: 1.36;
		text-align: center;
		padding: 10px 0;
	}
	.pan_list {
		padding: 12px 0;
		font-size: 11px;
		line-height: 12px;
	}
	.pan_list img {
		width: 12px;
		height: 12px;
	}
	.pan_list a {
		height: 12px;
	}
	.pan_list span {
		height: 12px;
	}
}