@charset "utf-8";
/* CSS Document 
font-family: 'Anton', sans-serif;
font-family: 'Cormorant', serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Playfair Display', serif;
font-family: 'Shippori Mincho', serif;
*/
.g_nav {
	display: none;
}
span.bk {
	display: inline-block;
}
.sp_br {
	display: none;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}
/********************************/
#header {	
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 90%;
	max-width: 1480px;
	min-width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
	padding: 1rem 0 2rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.logo_wrapper {	
	width: 296px;
	position: relative;
}
.top_logo_area {
	width: 100%;
}
.top_logo_area img{
	display: block;
	width: 100%;
}
.head_note {
	color: #1742a4;
	position: absolute;
	top: 0px;
	left: 53%;
	font-size: clamp(10px, 1vw, 12.8px);
	white-space: nowrap;
}
/********************************/
nav {
	width: 80%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pc_navi {
	padding: 0 0 0 15%;
}
.pc_navi ul{
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.pc_navi li{
	display: block;
	text-align: center;
	border-left: solid 1px #1742a4;
}
.pc_navi li:last-child{
	border-right: solid 1px #1742a4;
}
.pc_navi li a {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	min-width: 6rem;
	cursor: pointer;
	padding: 1em;
	text-decoration: none !important;
	color: #1742a4;
}
/********************** フッター **************************************/
#footer {
	padding-top: 100px;
	background-image: url("../images/footer_illust.png");
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: left 70% top 0px;	
	margin-top: -60px;
}
#footer_top {
	width: 100%;
	background-color: #003e87;	
	background-image: url("../images/footer_bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 0% top 0px;	
}
#footer_container {
	width: 90%;	
	min-width: 1024px;
	max-width: 1480px;
	margin: 0 auto;
	padding: 60px 0% 60px 240px;
	box-sizing: border-box;
	display: flex;
	margin: 50px auto 0 auto;
	color: #fff;
	background-image: url("../images/footer_logo.png");
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-position: left 0px top 40px;
}
#footer_container .footer_about {
}
#footer_container .footer_about .addinfo {
	margin-bottom: 1rem;
}
.addinfo .add_title {
	font-size: 1rem;
	font-weight: 700;
}
.addinfo .yuubin {
	font-size: 0.7rem;
}
.addinfo .address {
	font-size: 0.8rem;
}
.addinfo .tel {
	font-size: 0.8rem;
}
.addinfo .email {
	font-size: 0.8rem;
	padding-left: 24px;	
	background-image: url('../images/mail-w.png');
	background-size: 0.9rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.wiget_box {
	display: flex;
	justify-content: space-around;
	width: 40%;
	margin-left: 5%;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.footer_nav {
	margin-right: 3rem;
}
.footer_sns {
}
#nav_menu-3 ul {
	list-style: none;
}
#nav_menu-4 ul {
    list-style: square;
	font-weight: 500;
}
#nav_menu-3 ul li a {
	font-size: 0.8rem;
	display: block;
	margin-bottom: 1em;
}
#nav_menu-4 ul li a {
	display: block;
	margin-bottom: 0.8rem;
}

#footer_under {
	margin: 0;
	width: 100%;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.9rem;
}
/******************************/
#access {	
	width: 80%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 100px auto;
}
/***** FOOTERRIGHT google_map_area *********/
.google {
	width: 100%;
	margin-top: 0.5em;
	display: flex;
	justify-content: space-around;
}
.add_box {
	width: 45%;
}
.googlemap {
	
	height: 20vh;
}
.add_title {
	font-size: 1em;
	font-weight:900;
	line-height: 1.8em;
}
.add {
	font-size: 0.9em;
	line-height: 1.8em;
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 1200px) {
/**********************************************************************************************/
	.top_logo_area .cacth_area {
		display: none;
	}
}