@charset "utf-8";

body{
	background:  url(../img/common/body.jpg) no-repeat center bottom fixed #ffffff;
	background-size: cover;
}

/* ヘッダーレイアウト */
#header {
	padding:1em 0;
}
#header h1{
	width:320px;
	float:left;
	line-height:1;
	font-size:90%;
	color:#333333;
	margin-bottom:1em;
}
#header h6{
	clear:both;
}
#header h6 img{
	width:216px;
}
#header .contact{
	width:520px;
	float:right;
}
.header_navi{
	margin-bottom:1em;
}
.header_navi ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.header_navi li{
	display:inline-block;
}
.header_navi li:last-child{
	padding-left:1em;
}
.header_navi li a{
	color:#272377;
	padding-left:28px;
	text-decoration:none;
	background:url(../img/common/header_com.png) no-repeat left center;
}
/* 
.header_navi li:last-child a{
	padding-left:25px;
	background:url(../img/common/header_mail.png) no-repeat left center;
} */


#header .contact .btn{
	display:inline-block;
	background: linear-gradient(#b0d453, #95c519);
	letter-spacing:0.1em;
	padding:0;
	border-radius:3px;
	color:#ffffff;
}
#header .contact .btn a{
	background:url(../img/common/contact.png) no-repeat 1em center;
	padding:0.8em 1em 0.8em 3.5em;
	color:#ffffff !important;
	text-decoration:none;
	font-size:120%;
	display:block;
}

@media screen and (max-width:769px){
	#header h1{
		display:none;
	}
	#header h6{
		width:80%;
		margin:0 auto 1em;
		max-width:412px;
		float:none;
	}
	#header h6 img{
		width:100%;
		max-width:300px;
		height:auto;
	}
	#header .contact{
		width:90%;
		float:none;
		margin:0 auto;
	}
}

/* グローバルナビレイアウト */
#global_navi{
	background: rgba(255,255,255,0.8);
}
#global_navi.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background: rgba(255,255,255,1);
	z-index:999;
	border-bottom:1px solid #15116f;
}
#dropmenu {
  width: 1000px;
  margin: 0px auto;
	display: flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
}
#dropmenu li {
  position: relative;
  text-align: center;
  flex:1 1 auto;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 1.5em 0;
  line-height: 1;
  color:#333333;
  text-decoration: none;
  font-size:95%;
}
#dropmenu li a.disabled {
	cursor: default;
}
#dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 10rem;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #15116f;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color:#ffffff;
  border:none;
  white-space:nowrap;
}
#dropmenu > li:hover > a {  background: #15116f; color:#ffffff;}
#dropmenu > li:hover li:hover > a {  background-color: #ffffff; color:#15116f; }
#dropmenu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#dropmenu li ul li ul li a {  background: #15116f; color:#ffffff; }
#dropmenu li:hover ul li ul li:hover > a {  background-color: #ffffff; color:#15116f; }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #ffffff;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #ffffff;
}
#dropmenu li.f_navi{
	display:none;
}



#dropmenu li:nth-of-type(4) ul li {
	width: auto;
}
#dropmenu li:nth-of-type(4) ul li a {
	white-space: normal;
}


#dropmenu li a[href*=".pdf"] {
	padding: 13px 15px 13px 35px;
	background-image: url("../img/common/pdf.gif");
	background-position: left 15px center;
	background-repeat: no-repeat;
	background-size: 15px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



@media screen and (max-width:769px){
	#global_navi{
		background:#ffffff;
	}
	#global_navi.fixed{
		position: relative;
		top: inherit;
		left: inherit;
		background:#ffffff;
		border-bottom:none;
	}
	#dropmenu {
	  width: 100%;
	  margin: 0px auto;
		display:block;
	}
	#dropmenu li {
	  position: relative;
	  text-align: center;
	  flex:1 1 auto;
	}
	#dropmenu li a {
	  display: block;
	  margin: 0;
	  padding: 1.5em 0;
	  line-height: 1;
	  color:#333333;
	  text-decoration: none;
	  font-size:95%;
	}
	#dropmenu li ul {
	  list-style: none;
	  position: relative;
	  z-index: 100;
	  top: inherit;
	  left: inherit;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#dropmenu li ul li {
	  overflow: hidden;
	  width: 100%;
	  height: auto;
	  color: #fff;
	  transition: none;
	}
	#dropmenu li ul li a {
	  padding: 13px 15px;
	  background: #15116f;
	  text-align: left;
	  font-size: 12px;
	  font-weight: normal;
	  color:#ffffff;
	  border:none;
	  border-bottom:1px solid #ffffff;
	}
	#dropmenu > li:hover > a {  background: #15116f; color:#ffffff; }
	#dropmenu > li:hover li:hover > a {  background: #ffffff; color:#15116f; }
	#dropmenu li:hover > ul > li {
	  overflow: visible;
	  height: auto;
	}
	#dropmenu li ul li ul {
	  top:inherit;
	  left: inherit;
	  display:flex;
	  flex-wrap:wrap;
	}
	#dropmenu li ul li ul li{
		width:50%;
	}
	#dropmenu li:last-child ul li ul {
	  left: inherit;
	  width: 100%;
	}
	#dropmenu li ul li ul li a {  background: #ffffff; color:#15116f; text-align:center; border-bottom:1px solid #15116f;}
	#dropmenu li ul li ul li:nth-child(2n-1) a { border-right:1px solid #15116f; box-sizing:border-box;}
	#dropmenu li:hover ul li ul li:hover > a {  background: #15116f; color:#ffffff; }
	#dropmenu li ul li ul:before {
	  position: absolute;
	  content: "";
	  top: 13px;
	  left: -20px;
	  width: 0;
	  height: 0;
	  border: 5px solid transparent;
	  border-left-color: #ffffff;
	}
	#dropmenu li:last-child ul li ul:before {
	  position: relative;
	  content: "";
	  top: 13px;
	  left:inherit;
	  margin-left: -20px;
	  border: 5px solid transparent;
	  border-right-color: #ffffff;
	}
	#dropmenu li.f_navi{
		display:none;
	}
}


/* パンくずのスタイル */
.breadcrumbs{
	display: flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	font-size:90%;
	margin-bottom:1em;
}
.breadcrumbs li:after{
	content:"＞";
	padding:0 1em;
}
.breadcrumbs li:last-child:after{
	content:"";
	padding:0;
}
@media screen and (max-width:769px)  {
	.breadcrumbs{
		display: flex;
		flex-wrap:wrap;
		padding:0 1em;
	}
	.breadcrumbs li{
	}
}

/* ディレクトリタイトル */
#dirtitle{
	background: url(../img/common/title.png) repeat;
}
#dirtitle .centering{
	background: url(../img/common/pagettl.png) no-repeat right center;
	min-height: inherit;
	padding:2em 0 !important;
	letter-spacing:0.2em;
	box-sizing:border-box;
	font-size:200%;
	font-weight:bold;
	color:#4b4b4b;
	text-shadow:none;
	display:block;
	text-align: left !important;
	text-indent:inherit;
	height: auto !important;
}
@media screen and (max-width:769px)  {
	#dirtitle .centering{
		background: url(../img/common/pagettl.png) no-repeat right center;
		background-size:50% auto;
		padding:1em 0 !important;
		letter-spacing: inherit;
		box-sizing:border-box;
		font-size:160%;
		font-weight:bold;
		color:#4b4b4b;
		text-indent:0.5em;
	}
}

/* ページタイトル */
#contents h3.page_ttl{
	border-top:3px solid #8c6c4d;
	border-bottom:3px solid #8c6c4d;
	color:#8c6c4d;
	line-height:1;
	padding:1em 2em;
	font-size:160%;
	margin-bottom:1em;
}
#contents h3.page_ttl small{
	color:#7c6b5b;
	font-size:80%;
	display:block;
	font-weight:normal;
}
@media screen and (max-width:769px)  {
	#contents h3.page_ttl{
		padding:0.5em 1em;
		font-size:140%;
		margin-bottom:1em;
	}
	#contents h3.page_ttl small{
		color:#7c6b5b;
		font-size:80%;
		display:block;
		font-weight:normal;
	}
}

#contents{
	min-height:500px;
	padding:1em 0;
	background:#ffffff;
}

#contents section{
	padding:2em;
}
#contents section:nth-child(2n){
	background:#f9f8ec;
}
#contents .anchor{
	margin-top:-10em;
	padding-top:10em;
}


/* グループバナー */

#group{
	background:#ffffff;
	padding-bottom:3em;
}
#group h3{
	background:url(../img/index/group.jpg) repeat-x center center;
	text-align:center;
}

#group h3 span{
	display:inline-block;
	padding:0 1em;
	background:#ffffff;
	text-indent: inherit;
	width: auto;
	height: auto;
	overflow: inherit;
}
#group ul{
	display: flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
}
#group ul li{
	flex:1;
	text-align:center;
	padding:0 0.5em;
}
#group ul li img{
	width:100%;
	max-width:180px;
	height:auto;
}
@media screen and (max-width:769px)  {
	#group ul{
		display: flex;
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	#group ul li{
		flex:0 1 auto;
		width:50%;
		box-sizing:border-box;
	}
	#group ul li img{
		max-width:100%;
		height:auto;
	}
}



/* フッターレイアウト */
#footer{
	position:relative;
	background:url(../img/common/footer.jpg) no-repeat;
	background-size:cover;
}
#footer_navi{
	padding:2em 0;
}
#footer_navi ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#footer_navi ul li{
	width:32%;
	line-height:1;
	margin-bottom:1em;
}
#footer_navi ul li a,
#footer_navi ul li span{
	text-decoration:none;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom:1px solid #424160;
	display:block;
	line-height:1;
	color:#333333;
}
#footer_navi ul li a:hover{
	text-decoration: underline;
}
#footer_navi ul li ul li{
	width:100%;
	margin-bottom:0.2em;
}
#footer_navi ul li ul li a{
	border:none;
	padding-left:10px;
	font-size:90%;
	margin:0;
	font-weight:bold;
}
#footer_navi ul li ul li ul li a{
	margin-left:1em;
	font-weight:normal;
}
#footer_navi ul li:nth-child(1){order:1;}
#footer_navi ul li:nth-child(2){order:2;}
#footer_navi ul li:nth-child(3){order:3;}
#footer_navi ul li:nth-child(4){order:4;}
#footer_navi ul li:nth-child(5){order:5;}
#footer_navi ul li:nth-child(6){order:6;}
#footer_navi ul li:nth-child(7){order:7;}
#footer_navi ul li:nth-child(8){order:8;}
#footer_navi ul li:nth-child(9){order:9;}
#footer_navi ul li li:nth-child(1){order:1;}
#footer_navi ul li li:nth-child(2){order:2;}
#footer_navi ul li li:nth-child(3){order:3;}
#footer_navi ul li li:nth-child(4){order:4;}
#footer_navi ul li li:nth-child(5){order:5;}
#footer_navi ul li li:nth-child(6){order:6;}
#footer_navi ul li li:nth-child(7){order:7;}
#footer_navi ul li li:nth-child(8){order:8;}
#footer_navi ul li li:nth-child(9){order:9;}
#footer_navi ul li li:nth-child(10){order:10;}
#footer_navi ul li li:nth-child(11){order:11;}
#footer_navi ul li li:nth-child(12){order:12;}
#footer_navi ul li li:nth-child(13){order:13;}
#footer_navi ul li li:nth-child(14){order:14;}
#footer_navi ul li li:nth-child(15){order:15;}
#footer_navi ul li li:nth-child(16){order:16;}
#footer_navi ul li li:nth-child(17){order:17;}
#footer_navi ul li li:nth-child(18){order:18;}
#footer_navi ul li br.g_navi{
	display:none;
}




@media screen and (max-width:769px){
	#footer_navi ul li{
		width:100%;
		text-align:center;
	}
	#footer_navi ul li a,
	#footer_navi ul li span{
		background:#424160;
		color:#ffffff;
		padding:0.5em;
	}
	#footer_navi ul li ul li a{
		background:#e8e8e8;
		color:#424160;
	}
	#footer_navi ul li ul li ul li a{
		background:#ffffff;
	}
}

#footer_info{
	background: rgba(0,53,103,0.4);
	position:relative;
	width:100%;
	padding:2em 0;
}
#footer_info #pagetop{
position:fixed;
	right:0px;
	bottom:2.8rem;
	z-index:999;
	width:60px;
	height:60px;
}
#footer_info ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#footer_info ul li{
	width:32%;
	text-align:center;
}
#footer_info ul li b{
	line-height:1;
	padding:0.2em 1em;
	display:inline-block;
	background:#15116f;
	color:#ffffff;
	font-weight:normal;
}
#footer_info ul li a.googlemap_link{
	line-height:1;
	padding:0.2em 1em 0.2em calc(1em + 12px);
	border-radius:0.5em;
	display:inline-block;
	background: url(../img/common/googlemap.png) no-repeat left 1em center #bbbbbb;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
#footer_info ul li address{
	font-size:90%;
}

@media screen and (max-width:769px){
	#footer_info ul{
		display: block;
	}
	#footer_info ul li{
		width:100%;
		text-align:center;
		margin-bottom:1em;
		padding-bottom:1em;
		border-bottom:1px dotted #cccccc;
	}
	#footer_info ul li:last-child{
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}
}

#copyright{
	display:block;
	text-align:center;
	padding:1em 0;
	font-size:90%;
	color:#15116f;
}
@media screen and (max-width:769px)  {
	#copyright{
		padding:1em 0 1.5em;
	}
}




/* カレンダーのテーブル修正 */
table.ui-datepicker-calendar tr {
	border: none;
}
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
	display: table-cell !important;
	width: auto !important;
}

@media screen and (max-width:769px){
	table.ui-datepicker-calendar {
		display: table !important;
	}
	table.ui-datepicker-calendar tr {
		display: table-row !important;
		width: auto;
	}
	table.ui-datepicker-calendar thead {
		display: table-header-group !important;
	}
	table.ui-datepicker-calendar tbody {
		display: table-row-group !important;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		white-space: normal;
	}
	table.ui-datepicker-calendar th,
	table.ui-datepicker-calendar td {
		display: table-cell !important;
		width: auto !important;
	}
}


/* カレンダーアイコン */
td.calendarArea input {
	padding: 0 20px 0 0;
	background-image: url("../img/common/ico_calendar.svg");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 14px 17px;
}


