@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Zen+Old+Mincho&display=swap');

/*-----------------------------------------------
(Component)
__Default Clear
__Layout
-----------------------------------------------*/

/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
body,header,main,footer,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,select,label,p,blockquote,th,td,dl,dt,dd,section,article,a,figure{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background:white;
	font-family:'Noto Sans', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height:1.4;
	letter-spacing: 0.05em;
	color:#283338;
}
h1,h2,.f_min{
	font-weight: 400 !important;
	font-family: 'Zen Old Mincho', serif;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
hr{
	border:none;
	border-top:1px solid #ddd;
	margin:60px auto !important;
}
hr.b_none{
	border: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

li{
	list-style-type: none;
}
p{
	margin-bottom: 0.5em;
}
a{
	text-decoration:none;
	transition: all ease .3s;
}

a[rel="lightbox"] img{
	transition: all ease .5s;
}
a[rel="lightbox"]:hover img{
	opacity: 0.5;
}

input,textarea,button{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: #f0f4f7;
	padding: 15px;
}
button{
	background: #1b52aa;
	color: #fff;
}
::selection {
    background: #fcee21;/*背景色*/
    color: #283338; /*文字色*/
}
::-moz-selection {
    background: #fcee21; /*背景色*/
    color: #283338; /*文字色*/
}

.img-ofi {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
.img-btm {
	object-fit: cover;
	object-position: center bottom;
	font-family: 'object-fit: cover; object-position: center bottom;'
}
.img-top {
	object-fit: cover;
	object-position: center top;
	font-family: 'object-fit: cover; object-position: center top;'
}

em.red{
	color: #e1434b;
	font-weight: bold;
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container,
header,
main,
footer{
	width: 100%;
	margin: 0 auto;
}
.wrap{
	width: 90%;
	max-width: 1080px;
	clear:both;
	margin:0 auto;
}
.fl_box.wrap{
	width: 90%;
}

main .txt a{
	color:#1b52aa;
	text-decoration:underline;
}
main a:hover{
	text-decoration:none;
}
main a[href$=".pdf"]::after{
	content: "PDF";
	margin-left: 0.5em;
	vertical-align: baseline;
	display: inline-block;
	font-size: 0.5em;
	padding: 1px 5px;
	background: #283338;
	color: #fff;
}
main a[href$=".pdf"].none::after{
	display: none;
}

div.map iframe{
	border: none;
	width: 100%;
	height: 400px;
	margin-bottom: 15px;
}

#topcontrol{
	z-index:100
}
#pagetop{
	position: relative;
	display: block;
	width:50px;
	height:50px;
	background:#fff;
	transition: all ease .3s;
}
#pagetop:hover{
	opacity: .5;
	transform: translateY(-5px);
}
#pagetop::after{
	content: "";
	position: absolute;
	z-index: 1;

	top:15px;
	left: 45%;
	width: 15px;
	height: 15px;
	border-top: 2px solid #1b52aa;
	border-right: 2px solid #1b52aa;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
}