@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;
*/
.pc_navi {
	display: none;
}
span.spbk {
	display: inline-block;
}
.sp_br {
	display: none;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}
/********************************/
#header {
	width: 100%;
	padding: 1rem 0.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	position: relative;
}
.top_logo_area {
	width: 40%;
	min-width: 200px;
	max-width: 296px;
}
.top_logo_area img{
	display: block;
	width: 100%;
}
.head_note {
	color: #003e87;
	position: absolute;
	top: 8px;
	left: 9em;
	font-size: clamp(11px, 2.5vw, 15px);
}
/********************** ナビメニュー **********************************/
/*----------------------------
*  メニュー開閉ボタン
*----------------------------*/
.g_nav .btn {
	background:transparent url(../images/botan.png) no-repeat 0 0;
	display: block;
	width:50px;
	height: 50px;
	position: fixed;
	top: 25px;
	right: 8px;
	cursor: pointer;
	z-index: 999;
}
.g_nav .peke {
	background-position: -50px 0;
}
/*************** navi開閉 ***************************/
.g_nav #nav {
	display: none;
	background-color:rgba(198,223,255,0.96);
	top: 0px;
	right:0;
	width: 100%;
	max-width: 680px;
	padding: 5vh 3vmin 100px 3vmin;
	box-sizing: border-box;
	z-index: 100;
	position: fixed;
	white-space: nowrap;
	overflow: hidden;
}
nav{
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 101;
	height: 100%
}
#nav .scroll_wrapp {	
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 101;
	height: 90vh;
}
.navi_area {
}

#nav .gnav_txt{
	font-size: 1em;
	margin-bottom: 2em;
	line-height: 1.5em;
	width: 100%;
	text-align: center;
}
#nav .nav-ul li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	cursor: pointer;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 24px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500"><path fill="blue"  d="M255.992,0C114.615,0,0,114.615,0,256s114.615,256,255.992,256C397.385,512,512,397.385,512,256 S397.385,0,255.992,0z M232.213,389.57l-44.097-44.106L277.572,256l-89.456-89.464l44.097-44.097L365.782,256L232.213,389.57z" /></svg>');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px;
	border-bottom: dotted 1px #333;
}
/************************************/
#drawer_info {
	text-align: center;
	width: 100%;
}
#drawer_info p{	
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2rem;
	padding: 0.5em 0;
	color: #747474;
}
.scroll_wrapp .officeinfo {	
	width: 100%;
	display: block;
	color: #747474;
}
.scroll_wrapp .officeinfo .office_add02 {
	font-size: 0.8rem;	
	font-weight: 700;
	line-height: 0.8rem;
	padding: 0.5em 0;
}
.scroll_wrapp .officeinfo .head_dial {
	font-size: 1rem;	
	font-weight: 700;
	line-height: 1rem;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.scroll_wrapp .officeinfo .head_fax {
	font-size: 0.8rem;	
	font-weight: 700;
	line-height: 0.8rem;
	padding: 0.5em 0;
	letter-spacing: 0.1em;
}
.dw_sns_nav {
	display: flex;
	justify-content: space-between;
	margin: 1.5rem auto;
	width: 80%;
}
.dw_sns_nav .dw_sns_btn {
	display: block;
	width: 20%;
}
.dw_sns_nav .dw_sns_btn a{
	display: block;
}
.dw_sns_nav .dw_sns_btn a img{
	width: 100%;
}
.form_btn_arrea {
	margin-top: 2rem;
	text-align: center;
}
.form_btn_arrea a{
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 0.8em 1em;
	text-align: center;
	text-align: center;
	font-size: 1rem;
	font-weight:700;
	color: #fff !important;
	background-color: #003e87;
	border-radius: 0.5em;
}
/********************** フッター **************************************/
#footer {
	padding-top: 39px;
	background-image: url("../images/footer_illust.png");
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: left 10% top 0px;	
	margin-top: -30px;
}
#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: 100%;
	padding: 180px 0% 60px 0%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto 0 auto;
	color: #fff;
	background-image: url("../images/footer_logo.png");
	background-repeat: no-repeat;
	background-size: 140px auto;
	background-position: left 5% top 40px;
}
#footer_container .footer_about {
	padding: 1rem;
	width: 100%;
	max-width: 400px;
}
#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;
	text-indent: -3em;
	padding-left: 3em;
}
.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: flex-end;
	flex-wrap: wrap;
	padding: 0 5%;
}
.footer_nav {
	margin-right: 3rem;
}
.footer_sns {
}
#nav_menu-3 ul,
#nav_menu-4 ul {
	list-style: square;
	list-style-position: inside;
	font-weight: 500;
}
#nav_menu-3 ul li,
#nav_menu-4 ul li {
	margin-bottom: 0.5rem;
}

#footer_under {
	margin: 0;
	width: 100%;
	padding: 0.5rem 0;
	text-align: center;
	font-size: 0.8rem;
}

/***********************************タブレット*************************************************/
@media screen and (max-width: 820px) {
/****************************************************************************************/
	
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	.sp_br {
		display: block;
	}
	.wiget_box {
		display: none;
	}
}