@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 author     :ANDeMS
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	header
		ヘッダー
----------------------------------------------------------- */


.l-header {
	margin:  0 auto;
	padding: 1rem 1rem 0 1rem;
	height: auto;
	position: relative;
	z-index: 1;
	background-image: url(../img/img_top-eyecatch_bg.png);
	background-size: cover;
}

.l-header__inner {
	max-width: 1440px;
	/*padding: 1em 1em 0;*/
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 5rem;
}

@media (max-width: 750px) {

.l-header__inner {
	padding: 0;
	}

}

.l-header__inner h1 {
	margin: 0;
	max-width: 300px;
	height: 60px;
}

.l-header__top {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
}

.l-header__logo {
	width: 30%;
}

.logo {
	width: 100%;
	margin: 5px 0;
}

@media (max-width: 800px) {

.l-header__logo {
	width: 60%;
	padding-left: 2rem;
	}

.logo {
	margin: auto 0;
	vertical-align: middle;
}

}



/*---------- メインメニュー ----------*/
.l-header__main-menu {
	width: 100%;
}

.l-header__main-menu.m_fixed {
	left: 0;
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #FFF;
	opacity: 0.9;
	z-index: 1;
	box-shadow: 0px 15px 8px -6px rgba(0, 0, 0, 0.3);
}

/*.l-header__main-menu-inner {
}*/

.l-header__main-menu-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
	max-width: 1000px;
	margin: 0 auto;
	height: 60px;
}

.l-header__main-menu-content li {
	margin-bottom: 0;
}

.l-header__main-menu-item {
	position: relative;
	/*padding: 8px 0 0;*/
	/*flex-basis: 20%;
	 flex-basis: 14.28%; 7つ */
	text-align: center;
	box-sizing: border-box;
	margin-left: 1rem;
}

/*.l-header__main-menu-item:not(:first-of-type)::before {
	position: absolute;
	content: "";
	top: 13px;
	left: 0;
	width: 1px;
	height: 25px;
	background-color: #CCC;	
}*/

.l-header__main-menu-item a {
	position: relative;
	/*display: block;*/
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding-bottom: 4px;
	/*border-bottom: 3px solid transparent;*/
	text-decoration: none;
	/*font-size: 1em;*/
	font-weight: 500;	
	color: #4C4C4C;
	line-height: 60px;	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	/*transition: all .2s ease;*/
}

/*
.l-header__main-menu-item:last-of-type a {
	font-size: 90%;
}*/

.img_title {
	margin: 0 3rem 0 1rem;
}


@media (max-width: 1000px) {

.img_title {
	margin-right: 0;
}

}



.l-header__main-menu-item a:link, 
.l-header__main-menu-item a:visited {
	color: #333;
}

.l-header__main-menu-item a:hover {
	border-bottom: 2px solid #0066a9;
	color: #0066a9;
	/*-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0.6;*/
}



/*-----------スマホ トグルボタン-------------*/
#nav-toggle {
	position: absolute;
	right: 30px;
	top: 5px;
	width: 30px;
	height: 30px;
	padding: 10px 16px 15px;
	cursor: pointer;
	z-index: 101;
}

/*
#nav-toggle::before {
	content: "メニュー";
	position: absolute;
	bottom: -11px;
	left: -1px;
	font-size: 60%;
	font-weight: 700;
}

.nav-open #nav-toggle::before {
	content: "閉じる";
	position: absolute;
	bottom: -11px;
	left: 2px;
	font-size: 70%;
	font-weight: 700;
}
*/

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	width: 36px;
	height: 4px;
	background-color: #444;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-ms-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;	
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

.nav-open #nav-toggle span{
	left: 30%;
}
.nav-open #nav-toggle span:nth-child(1){
	top: 11px;
	transform: rotate(45deg);
}
.nav-open #nav-toggle span:nth-child(2){
	opacity: 0;
}
.nav-open #nav-toggle span:nth-child(3){
	top: 11px;
	transform: rotate(-45deg);
}

/*----------モーダル　オーバーレイ----------*/
/*#modal-overlay {
	display: none;
	position: fixed;
	background: rgba(255,255,255,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}*/

/*.sp_navi_btn {
}*/

.sp_navi_li {
	display: none;
	width: 100%;
	padding: 2em 0;
	background-image: url(../img/img_top-eyecatch_bg.png);
	position: absolute;
	box-sizing: border-box;
}

.sp_navi_li li {
	margin: .5em 3em;
	/*border: 3px solid #13417f;*/
	border-radius: 2em;
	background-color: #FFF;
	
	
}

.sp_navi_li li a{
	display: block;
	padding: 1em 8px;
	text-decoration: none;
	text-align: center;
	color: #13417f;
	font-weight: 700;
	font-size: 1.2em;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}


/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */
/*.l-footer {
}*/

/*---------- トップスクロールボタン ----------*/
#js-page-top__scroll {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index: 99;
}

#js-page-top__scroll a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #0066a9;
	text-align: center;
	text-decoration: none;	
}

#js-page-top__scroll a:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 40%;
	left: 37%;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
}

#js-page-top__scroll a:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-opacity: .7;
	opacity: .7;
}

/*---------- フッターコンテンツ ----------*/
.l-footer__inner {
	background-color: #effcff;
}


/*---------- 事務局 ----------*/
.p-footer-office {
	background-color: #FFF;
	border-radius: 10px;
	margin: 60px auto 1em;
}

.p-footer-office__inner {
	color: #333;
	margin: 0 auto;
	padding: 30px;
}

/*.p-footer-office__head {
}

.p-footer-office__content {
	font-size: 90%;
}

.p-footer-office__contact-link {
}

.p-footer-office__contact-link .c-btn__container {
	width: 100%;
}*/

.p-footer-office__contact-link .c-btn__container .c-btn {
	font-size: 90%;
}

.p-footer-office__info {
	margin: 20px 0;
	padding: 15px 25px;
	background-color: RGBa(255, 255, 255, .13);
	/*font-size: 95%;*/
	line-height: 1.6;
}

.p-footer-office__info a {
	color: #FFF;
}

/*---------- コピーライト ----------*/
.p-footer-copy-right {
	background-color: #FFF;
	border-top: 1px solid RGBa(255, 255, 255, .2);
	padding: .5rem 1rem .5rem 0;
}

.p-footer-copy-right__inner {
	text-align: right;
	font-size: 75%;
	font-weight: 500;
	/*color: #FFF;*/
}

/*.p-footer-copy-right__inner a {
	color: #FFF;
}*/


