@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* ----- フェードインエフェクトに関するcss ----- */
body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
.fadein {
	opacity : 0.01;
	transform : translate(0px, 100px);
	transition : all 1000ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
#effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
#effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
}
#effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
}

html, body {
	/*height: 100%;
	font-family: "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;*/
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	font-size: 100%;
}

html {
	　　box-sizing: border-box;
}
, :before, *:after {
　　box-sizing: inherit;
}
/* 基本パーツ
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
ul {
	list-style: none;
}
img { /* Fluid-img */
	max-width : 100%;
	display: block;
	margin: 0 auto 0 auto;
	vertical-align: middle;
}
td img {
	vertical-align: baseline;
}
strong {
	font-weight: 800;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height: 1.7;
	word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/
}
blockquote {
	margin: 0 30px 0 30px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a:hover {
	text-decoration: none;
	color: #999;
}
/*--- clearfix --- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* floatをクリア */
.clear {
	clear: both;
}
span.main-step {
	white-space: nowrap; /* スマホの時だけ改行させる */
}
/* paddingの部分はみ出し防止 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a.ex-link {
	color: blue;
}
a.ex-link:hover {
	color: cornflowerblue;
}
a.ex-link:after {
	content: url("../../images/common/ico-link.png");
	margin-left:5px; 
}

form input, form select, form input, form textarea {
	padding: 5px;
	border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
}
form input[type=checkbox],form label[type=checkbox] form label[type=checkbox] {
margin: 5px 0 5px 0;
}
form label[type=checkbox] {
margin: 5px 0 5px 0;
}
form textarea {
	width: 80%;
	margin:0 auto 0 auto;
}
.font-ss {font-size: 60%;}
.font-s {font-size: 80%;}
.font-l {font-size: 120%;}
.font-ll {font-size: 150%;}

/* 共通レイアウト
-------------------------------------------- */
body {
	padding: 67px 0 0px 0;
}


/*--- ヘッダー --- */
	
header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
}
div.header-flame {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: flex-start;/*上下中央寄せ*/
	align-items: flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
div.header-logo {
	width: auto;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0px;
}
div.header-logo h1{
	width: 80%;
	padding: 5px 0;
	margin: 0 0 0px 0px;
}
div.header-menu {
	display: none;
}
/*--- スマホ用メニュー --- */		
	div.sp-drawer{
		display: block;
	}
/*--- share --- */	
#share {
	display: none;
}
/*------ パンクズリスト ------- */
div.pankuzu {
padding: 3px 0 5px 0;
}
div.pankuzu-body{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}
ul.pankuzu {
	overflow: hidden;
	width: 100%;
}
ul.pankuzu li {
	float: left;
	margin: 0 0 0 0;
	font-size: 13px;
}
ul.pankuzu a {
	padding: 7px 5px 7px 5px;
	float: left;
	text-decoration: none;
	color: #333;
}
ul.pankuzu a:before {
	content: "＞";
}
ul.pankuzu li.home a:before {
	content: "";
}
ul.pankuzu a:hover {
}
/*--- 見出し --- */
h2, h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h2 {
	font-size: 36px;
	color: #073D79;
	letter-spacing: 0.02em;
	margin: 0 0 23px 0;
	line-height: 0.8em;
}
span.h2-sb {
	position: relative;
	font-size: 18px;
	padding: 0 0 0px 25px;
	letter-spacing: 0em;
}
span.h2-sb::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 3px;
	width: 21px;
	height: 2px;
	border-bottom: 1px solid #AB951D;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
span.h2-sb-w {
	position: relative;
	font-size: 16px;
	padding: 0 0 0px 25px;
	letter-spacing: 0em;
	font-weight: 400;
}
span.h2-sb-w::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 3px;
	width: 21px;
	height: 2px;
	border-bottom: 1px solid #AB951D;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
h2.h2-p02 {
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0 0 50px 0;
	line-height: 0.7em;
	letter-spacing: 0.1em;
}
span.h2-p02-sb {
	font-size: 18px;
	padding: 0 0 0px 0px;
	text-align: center;
	letter-spacing: 0em;
}
h3 {
	font-size: 21px;
	padding: 4px 0 4px 12px;
}
h3 img {
	margin: 0;
}
.h3-line {
	border-left: 2px solid #AA4F46;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: 500;
}
.h3-ev {
	border-left: 3px solid #AA4F46;
	margin: 8px 0 10px 8px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.0;
	line-height: 1.2em;
}
h3.h3-c {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: 500;
}
h3.h3-c img {
	margin: 10px auto 0 auto;
}
h4{
	font-size: 16px;
	margin: 0 0 10px 0;
}
/*--- 文字色 文字装飾--- */
.em-001 {
	color: #bf0000;
}
.inside-text {
	margin: 5px 10px;
	line-height: 1.4em;
}
.bg-gl {
	background: #AB951D;
	padding: 2px 9px;
	margin: 0 0 0 0px;
	font-size: 13px;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin: 0 0 40px 0;
}
.s-text {
	font-size: 14px;
}
.line-text {
	font-size: 17px;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 0px 0;
}
p.ev-name, p.ev-date  {
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #DCDCDC;
	padding: 0 0 0px 0;
	letter-spacing: 0.0;
}
p.ev-date:before {
	content: url("../../images/common/calendar.png");
	margin-right: 3px;
}
p.ev-p {
	font-size: 15px;
	letter-spacing: 0.0;
}

a.un-bar{
	text-decoration: underline;
	color: #073d79;
	font-weight: 600;
}
/*　外部リンクアイコン　*/
a.arrow {
}
.arrow:after {
	content: url(../../images/common/arrow-black.png);
	position : relative;
	top: 2px;
	margin-left: 5px;
}
.arrow-wh:after {
	content: url(../../images/common/arrow-white.png);
	position : relative;
	top: 2px;
	margin-left: 5px;
}
/*-------------------
  コンテンツ 
-------------------- */
section {
	margin: 0 0 40px 0;
}
section a{
	color: blue;
}
.br-sp {
	display: inline;
}
.br-pc {
	display: none;
}
.pc { display:inline; }
  .sp { display:none; }
div.white-bg {
	background: #fff;
	padding: 5px 0 5px 0;
}
div.inside-flame {
	width: 95%;
	margin: 0 auto;
	padding: 0 0px;
}
div.inside-flame-w {
	width: 95%;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}
/*--- flex-box --- */
.flex-box {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: stretch;/*上下中央寄せ*/
	align-items: stretch;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}
.flex-box02 {
	-webkit-justify-content: flex-start;/*左右中央寄せ*/
	justify-content: flex-start;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}
.flex-box03 {
	-webkit-justify-content: center;/*中央寄せ*/
	justify-content: center;/*中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}
.flex-box-news {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: stretch;/*上下中央寄せ*/
	align-items: stretch;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}
/*--- 共通リスト --- */
ul.disc-list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
	margin: 15px 0 15px 10px;
}
ul.disc-list li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 0px 0 10px 0px;
	line-height: 1.5;

}
ul.disc-list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #073d79;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--- リンクボタン --- */
div.link-bl {
	width: 90%;
	padding: 15px 10px;
	background: #073D79;
	background-position: right 10px center;
	border-radius: 5px;
	margin: 0 auto 20px auto;
}
a div.link-bl {
	color: #fff;
	text-align: center;
}
div.link-bk {
	width: 80%;
	padding: 15px 10px 10px 10px;
	background-position: right 10px center;
	border-radius: 5px;
	border: 1px solid #000;
	margin: 0 auto 20px auto;
}
a div.link-bk {
	color: #000;
	text-align: center;
}
div.link-gd {
	width: 280px;
	padding: 15px 10px;
	background: #AB951D;
	border-radius: 5px;
	margin: 20px auto 10px auto;
	font-size: 18px;
	-webkit-justify-content: center;/*左右中央寄せ*/
	justify-content: center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: nowrap;/*折り返し(mac safari用)*/
	flex-wrap: nowrap;/*折り返し*/
}
div.link-gd img {
	float: left;
	margin: 0 10px 0 0;
}
div.link-gd a {
	color: #fff;
	font-weight: 500;
}
/*--- Access --- */
.map-flexbox {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: stretch;/*上下中央寄せ*/
	align-items: stretch;/*上下中央寄せ*/
	flex-direction:column-reverse;
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
	font-size: 14px;
}	
div.map {
	width: 100%;
}
div.company {
	width: 100%;
	background: #073D79;
	padding: 42px 10px 40px 10px;
	color: #fff;
	height: auto;
}
div.company a{
	color: #fff;
}
div.about-lim {
	width: 100%;
	background: #073D79;
	padding: 42px 10px 40px 10px;
	color: #fff;
	height: auto;
	float: none;
}
div.about-lim a{
	color: #fff;
}
div.about-map {
	width: 100%;
	padding: 10px 0 0 0;
	color: #fff;
	height: auto;
	float: none;
}
div.access-logo {
	width: 95px;
	margin: 0 auto 40px auto;
}
dl.business-hours {
	-webkit-justify-content: center;/*左右中央寄せ*/
	justify-content: center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: flex-start;/*上下中央寄せ*/
	align-items: flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	width: 80%;
	margin: 0 auto 10px auto;
}
dl.business-hours dt {
	width: 32%;
	margin: 0 0 10px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #AB951D;
}
dl.business-hours dd {
	width: 65%;
}
/*--- フッター --- */
footer {
	background: #073D79;
	padding: 30px 0 0 0;
}
ul.f-menu, ul.f-menu02 {
	-webkit-justify-content: flex-start;/*左右中央寄せ*/
	justify-content: flex-start;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: flex-start;/*上下中央寄せ*/
	align-items: flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0 0 30px 0px;
}
ul.f-menu {
	margin: 0 0 30px 0;
}
ul.f-menu li {
	width: 43%;
	position: relative;
	padding: 0 21px;
	margin: 0 0 10px 20px;
	text-align: left;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
ul.f-menu li a {
	font-size: 15px;
	font-weight: 600;
}
ul.f-menu li.home::after {
	display: block;
}
ul.f-menu li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -10px;
	width: 20px;
	height: 2px;
	border-bottom: 1px solid #AB951D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.f-menu-sb {
	display: none;
	margin: 15px 0 0 10px;
}
ul.f-menu02 {
	margin: 0 0px 10px 20px;
}
ul.f-menu02 li {
	padding: 0 20px;
	margin: 0 20px 15px 0;
	position: relative;
	width: auto;
}
ul.f-menu02 li a {
	font-size: 80%;
	font-weight: 500;
}
ul.f-menu02 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .3em;
	right: 0px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.copyright {
	text-align: center;
	font-size: 14px;
	padding: 0px 0 5px 0;
	color: #AB951D;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*　UIパーツ
-------------------------- */
#to-top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	margin-left: 50%;
	width: 50px;
}
/*--- contents link --- */
div.contents-link {
	width: 48%;
	position: relative;
	margin: 0 2px 50px 2px;
}
div.link-name {
	position: absolute;
	bottom: -30px;
	right: 0px;
	z-index: 100;
	width: 100%;
	padding: 10px 10px 10px 5px;
	box-shadow: 0px 2px 2px #00000029;
	background: url(../../images/common/arrow-black.png) no-repeat #fff;
	background-position: right 5px center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
}
a div.link-name {
	color: #000;
	font-weight: 600;
}
/* ニュースやイベントのタブ */
span.tab-news, span.tab-event, span.tab-present, span.tab-end, span.tab-topnews, span.tab-maker {
	border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	padding: 3px 6px 3px 8px;
	font-size: 75%;
	font-weight: 500;
	color: #fff;
	line-height: 0.0;
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align:0.2em;
	font-family: kozuka-gothic-pr6n, sans-serif;
}
span.tab-news {background: #1daba9;}
span.tab-event {background: #ab951d;}
span.tab-present {background: #f39800;}
span.tab-end {background: #bbb;}

span.tab-topnews, span.tab-maker {
	border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	padding: 4px 8px 3px 8px;
	font-size: 90%;
	font-weight: 500;
	color: #fff;
	margin: 0 8px 0 1px;
	text-align: center;
	vertical-align:0.1em;
}
span.tab-topnews {background: #003d79;}
span.tab-maker {background: #0d9d67;}

div.archive-link {}
div.archive-link a {
    width: 300px;
    margin: 20px auto 20px auto;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
    background: #e3695b;
}
div.archive-link a:hover {
    background: #f7972a;
}

@media print, screen and (max-width : 767px) {
/* ==スマホテーブル用
------------------------------------------------------------------ */
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	/*border:#333 1px solid;*/
	width: 100%;
	}
	table.basic td{
		/*border-bottom:#333 1px solid;*/
		padding:10px 5px 10px 5px ;
		vertical-align:top;
		display:block;
		}
	table.basic th{
	/*border-bottom:#333 1px solid;*/
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		display:block;
		padding:10px 0px 8px 0px;
		text-indent:0.0em;
		}
}
@media print, screen and (min-width : 768px) {
/* ==共通レイアウト
-------------------------------------------- */
body {
	padding: 103px 0 0px 0;
}

/*--- ヘッダー --- */
header {
	position: fixed;
	top: 0px;
	z-index: 2000;
	width: 100%;
	height: 103px;
	background-color: rgba(255,255,255,0.7);
	border-bottom: none;
}
div.header-flame {
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
div.header-logo {
	width: 220px;
	padding: 0 0 0 0px;
	margin: 15px 0px 0px 0px;
}
div.header-logo h1{
	width: 100%;
	padding: 0px 0;
	margin: 0 0 0px 0px;
}
div.header-menu {
	display: block;
	width: 840px;
}
ul.h-menu-button, ul.h-menu {
	-webkit-justify-content: flex-end;/*左右中央寄せ*/
	justify-content: flex-end;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
}
ul.h-menu-button li {
	background: #AB951D;
	margin: 0 0 22px 14px;
	padding: 8px 15px 8px 45px;
	font-size: 15px;
	position: relative;
	display: block;
}

	ul.h-menu-button li a:hover{
		color: #fff;
	}
ul.h-menu-button li img {
	margin: 0 8px 5px 0;
	position: absolute;
	top: 5px;
	left: 15px;
}
ul.h-menu {}
ul.h-menu li {
	width: auto;
	position: relative;
	padding: 0 0px 0 20px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    text-align: right;
}
ul.h-menu li a {
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
ul.h-menu li a:hover {
	color: #073d79;
}
ul.h-menu li a::before {
	content: '／';
	font-weight: 900;
	margin-right: 5px;
	color: #ab951d;
}

/*--- スマホ用メニュー --- */		
	div.sp-drawer{
		display: none;
	}	
/*--- share --- */	
#share {
	display: block;
	position: fixed;
	top: 103px;
	right: 0px;
	z-index: 1000;
	width: 48px;
	background-color: rgba(255,255,255,0.7);
	padding: 20px 0 0 0;
}
ul.sns {
	margin: 10px 0 0px 0;
}
ul.sns li {
	margin: 0 0 25px 0;
}
/*--- パンクズリスト --- */
div.pankuzu-body {
	height: 38px;
	width: 1100px;
	margin: 10px auto 15px auto;
	padding: 3px 0 0 0;
}
/*--- 見出し --- */
	h2 {
	font-size: 40px;
	letter-spacing: 0.05em;
	margin: 0 0 23px 0;
}
	span.h2-sb-w {
	position: relative;
	font-size: 24px;
	padding: 0 0 0px 25px;
	letter-spacing: 0em;
	font-weight: 400;
}
	h3 {
	font-size: 30px;
	letter-spacing: 0.05em;
	margin: 0 0 23px 0;
}
	span.h3-sb-w {
	position: relative;
	font-size: 24px;
	padding: 0 0 0px 25px;
	letter-spacing: 0em;
	font-weight: 400;
}
/*--- 文字色 文字装飾--- */
.inside-text {
	margin: 5px 20px;
	line-height: 1.6em;
}
.bg-gl {
	padding: 2px 9px;
	margin: 0 0 0 20px;
	font-size: 13px;
}
.mincho {
	margin: 0 0 40px 0;
}
.s-text {
	font-size: 14px;
}
.line-text {
	font-size: 18px;
	padding: 0 0 0px 0;
}
/*--- コンテンツ --- */
section {
	margin: 0 0 60px 0;
}
.br-sp {
	display: none;
}
.br-pc {
	display: inline-block;
}
	.pc { display:none; }
  .sp { display:inline; }
div.inside-flame {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0px;
}
div.inside-flame-w {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0px;
}
/*--- リンクボタン --- */
div.link-bl {
	width: 312px;
	padding: 15px 10px;
	background-position: right 10px center;
	margin: 0 auto 20px auto;
}
div.link-bk {
	width: 312px;
	padding: 15px 10px;
	background-position: right 10px center;
	margin: 0 auto 20px auto;
}
div.link-gd {
    margin: 20px 15px;
}
div.link-gd a {
	color: #fff;
	font-weight: 500;
}
/*--- info --- */
/*--- Access --- */
.map-flexbox {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: stretch;/*上下中央寄せ*/
	align-items: stretch;/*上下中央寄せ*/
	flex-direction:row;
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0 auto;
	width: 1000px;
	font-size: 16px;
}	
div.map {
	width: 50%;
}
div.company {
	width: 50%;
	padding: 42px 76px 40px 76px;
	min-height: 450px;
}
div.about-lim {
	float: left;
	width: 48%;
	padding: 42px 46px 40px 46px;
	height:auto;
}
div.about-map {
	float: right;
	text-align: center;
	width: 48%;
	height: auto;
	padding: 0 0 0 0;
}
div.access-logo {
	width: 95px;
	margin: 0 auto 40px auto;
}
dl.business-hours {
	margin: 0 48px 30px 48px;
}
dl.business-hours dt {
	width: 32%;
	margin: 0 0 10px 0;
}
dl.business-hours dd {
	width: 65%;
}
/*--- フッター --- */
footer {
	padding: 50px 0 0 0;
}
ul.f-menu, ul.f-menu02 {
	-webkit-justify-content: center;/*左右中央寄せ*/
	justify-content: center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: flex-start;/*上下中央寄せ*/
	align-items: flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0 0 30px 0;
}
ul.f-menu {
	margin: 0 0 30px 0;
}
ul.f-menu li {
	width: auto;
	position: relative;
	padding: 0 21px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
ul.f-menu li a {
	font-size: 16px;
	font-weight: 600;
}
ul.f-menu li.home::after {
	display: none;
}
ul.f-menu li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -10px;
	width: 20px;
	height: 2px;
	border-bottom: 1px solid #AB951D;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.f-menu-sb {
	display: block;
	margin: 15px 0 0 10px;
}
ul.f-menu-sb li {
	width: auto;
	padding: 0;
	margin: 0px 0 10px 0;
	text-align: left;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}
ul.f-menu-sb li a {
	font-size: 13px;
}
ul.f-menu-sb li::after {
	display: none;
}
ul.f-menu02 {
	margin: 0 0px 37px 520px;
}
ul.f-menu02 li {
	padding: 0 20px;
	margin: 0 20px 0 0;
	position: relative;
	width: auto;
}
ul.f-menu02 li a {
	font-size: 90%;
}
/*　UIパーツ
-------------------------- */
#to-top {
	position: fixed;
	left: 450px;
	bottom: 65px;
	margin-left: 50%;
	z-index: 100000;
}
/*--- contents link --- */
div.contents-link {
	width: 21.5%;
	position: relative;
	margin: 0 20px 0 20px;
}
	div.link-name {
	position: absolute;
	bottom: -10px;
	right: -16px;
	z-index: 100;
	width: 184px;
	padding: 10px 10px;
	box-shadow: 0px 2px 2px #00000029;
	background: url(../../images/common/arrow-black.png) no-repeat #fff;
	background-position: right 10px center;
	font-size: 16px;
}
/*　テーブルCSS
----------------------------------------　*/
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	}
	table.basic td, table.basic th{
		border:#333 1px solid;
		padding:10px;
		vertical-align:top;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		}

.flex-box-news {
	-webkit-justify-content: center;/*左右中央寄せ*/
	justify-content: center;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center;/*上下中央寄せ*/
	align-items: center;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	margin: 0;
}

}
