@charset "utf-8";

.sbmbox p {
	padding:0 !important;
	background-color:transparent !important;
}
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.navy {
	color:#111155;
}
.white {
	color:#fff;
}
.gold {
	color:#ceb12b;
}
.keycol {
	color:#229eda;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
#bread a {
	color:#fff;
	text-decoration:none;
}
#bread a:visited {
	color:#fff;
	text-decoration:none;
}
#bread a:hover {
	color:#99cce5;
	text-decoration:none;
}
#bread a:active {
	color:#fff;
	text-decoration:none;
}
.news_box a {
	color:#333;
	text-decoration:underline;
}
.news_box a:visited {
	color:#333;
	text-decoration:underline;
}
.news_box a:hover {
	color:#999;
	text-decoration:underline;
}
.news_box a:active {
	color:#333;
	text-decoration:underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2.5 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color:#fff;
	background-color:#229eda;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
#wrapper_top {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}
.effect {
	opacity:0;
	transition:opacity 2s;
}
.mgend {
	margin-bottom:120px;
}
.bgcol1 {
	background-color:#fff;
	color:#111;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.92em;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:80px;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
	.mbcenter {
		text-align:left !important;
	}
	.pccenter {
		text-align:center !important;
	}
}

#toggle {
	display:none;
	position:fixed;
	width:100px;
	height:100px;
	top:10px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}

#ftnavi {
	
}
#ftnavi ul {
	border-top:1px solid #fff;
}
#ftnavi li {
	float:left;
	width:50%;
	line-height:70px;
}
#ftnavi li:nth-last-child(1),#ftnavi li:nth-last-child(2) {
	width:100%;
}
#ftnavi li a {
	display:block;
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #fff;
	transition: background-color 0.2s;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #fff;
}
#ftnavi li:nth-last-child(1) a {
	background-image:url(../img/target.png);
	background-size:17px;
	background-repeat:no-repeat;
	background-position:right 10px top 10px;
	border-left:0;
}
#ftnavi li a:hover {
	background-color:#4eb1e1;
	transition: background-color 0.2s;
}

#header {
	position:fixed;
	width:100%;
	height:100px;
	z-index:2000;
	background-color:#229eda;
}
#header .hd_box {
	position:relative;
	width:1280px;
	height:100px;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:40px;
	bottom:33px;
}
#header h1 img {
	height:34px;
}

.hw {
	position:absolute;
	right:40px;
	top:10px;
}
.hw ul {
	float:right;
}
.hw ul li {
	float:left;
	width:200px;
}
.hw ul li a {
	font-size:1.16em;
	font-weight:bold;
	color:#111;
	background-color:#cff;
	display:block;
	line-height:40px;
	margin-left:10px;
	transition: background-color 0.2s;
}
.hw ul li a:hover {
	background-color:#9ff;
	transition: background-color 0.2s;
}

.hw ul li:first-child {
	width:auto;
}
.hw ul li:first-child a {
	font-weight:normal;
	font-size:1em;
	color:#fff;
	background-color:#229eda;
	transition: background-color 0.2s;
	display:inline-block;
	border:1px solid #fff;
	padding:0 20px;
	line-height:30px;
	margin:5px 10px 0 0;
}
.hw ul li:first-child a:hover {
	background-color:#4eb1e1;
	transition: background-color 0.2s;
}

#gnavi {
	position:absolute;
	right:40px;
	bottom:10px;
}
#gnavi ul {
	float:right;
}
#gnavi ul li {
	float:left;
	border-left:1px dotted #fff;
}
#gnavi ul li:last-child {
	border-right:1px dotted #fff;
}
#gnavi ul li a {
	color:#fff;
	display:inline-block;
	line-height:30px;
	padding:0 20px;
	transition:color 0.2s;
}
#gnavi ul li a:hover {
	color:#9ff;
	transition:color 0.2s;
}
.hfixadj {
	display:block;
	height:100px;
}

.container,.container2  {
	width:1200px;
	padding:80px 0;
	margin:0 auto;
	text-align:left;
}
.container3  {
	width:900px;
	padding:80px 0;
	margin:0 auto;
	text-align:left;
}

.imgmore {
	text-align:center;
}
.imgmore img {
	width:300px;
}
#fix_foot {
	display:none;
}

@media screen and (min-width: 500px) {
#navi,#ftnavi {
	display:none;
}

}

@media screen and (max-width: 499px) {
#toggle {
	display:block;
	width:50px;
	height:50px;
	top:0;
	right:0;
}
#navi {
	position:fixed;
	text-align:center;
	z-index:1000;
	width:100%;
	height:100%;
	top:50px;
	left:-100%;
	background-color:#229eda;
	overflow-y: auto;
	line-height:1.7;
}
#navi ul {
	border-top:1px solid #fff;
}
#navi li {
	float:left;
	width:50%;
	line-height:70px;
}
#navi li:nth-last-child(1),#navi li:nth-last-child(2) {
	width:100%;
}
#navi li a {
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#229eda;
	border-bottom:1px solid #fff;
	transition: background-color 0.2s;
}
#navi li:nth-child(even) a {
	border-left:1px solid #fff;
}
#navi li:nth-last-child(1) a {
	background-image:url(../img/target.png);
	background-size:17px;
	background-repeat:no-repeat;
	background-position:right 10px top 10px;
	border-left:0;
}
#navi li a:hover {
	background-color:#4eb1e1;
	transition: background-color 0.2s;
}


#header {
	width:100%;
	height:50px;
	position:fixed;
	z-index:2000;
}
#header .hd_box {
	width:100%;
	height:50px;
}
#header h1 {
	left:20px;
	bottom:15px;
}
#header h1 img {
	width:auto;
	height:20px;
}
#header h2,#gnavi,.hw {
	display:none;
}
.hfixadj {
	display:block;
	height:50px;
}

.container,.container3 {
	width:auto;
	padding:50px 30px;
}
.container2 {
	width:auto;
	padding:50px 0;
}

.imgmore img {
	width:250px;
}

#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:2000;
	border-top:1px solid #229eda;
}
#fix_foot ul {
	font-size:1.16em;
	text-align:center;
}
#fix_foot ul li {
	float:left;
	width:50%;
	background-color:#cff;
}
#fix_foot ul li a {
	display:block;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	color:#111;
	border-left:1px solid #229eda;
}
#fix_foot ul li:first-child a {
	border:0;
}
#fix_foot ul li a:hover {
	background-color:#9ff;
	transition: background-color 0.2s;
}
}


.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:170px;
	right:-90px;
	z-index:500;
}
.pagetop img {
	width:60px;
}

#footer {
	background-color:#229eda;
	color:#fff;
}
.ft_box {
	padding:0 0 40px;
	width:1200px;
	margin:0 auto;
	line-height:1.7;
}
.credit h4 {
	font-size:1.24em;
	margin-top:40px;
}
.credit p {
	margin-top:10px;
}
.credit a {
	color:#fff;
}

.sitenavi {
	padding-top:10px;
}
.sitenavi a {
	color:#fff;
	text-decoration:none;
	transition: color 0.2s;
}
.sitenavi a:visited {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:hover {
	color:#9ff;
	text-decoration:none;
	transition: color 0.2s;
}
.sitenavi a:active {
	color:#9ff;
	text-decoration:none;
}
.sitenavi {
	position:relative;
	overflow:hidden;
}
.sitenavi ul {
	position:relative;
	float:left;
	left:50%;
}
.sitenavi li {
	position:relative;
	float:left;
	left:-50%;
}
.sitenavi li a {
	display:inline-block;
	padding:0 20px;
	font-size:0.84em;
	line-height:30px;
	border-left:1px dotted #fff;
}
.sitenavi li:last-child a {
	border-right:1px dotted #fff;
}
.copyright {
	margin-top:40px;
	font-size:0.76em;
}
.copyright img {
	vertical-align:top;
}

#title {
	padding:20px 0;
}
#title h2 {
	font-size:2em;
	color:#fff;
	display:inline-block;
	padding:10px 30px;
}



.hmenu {
	position:relative;
	overflow:hidden;
	margin-top:80px;
}
.hmadj {
	margin-top:0 !important;
	margin-bottom:80px;
}
.hmenu ul {
	position:relative;
	float:left;
	left:50%;
}
.hmenu li {
	position:relative;
	float:left;
	left:-50%;
	width:250px;
}
.hmenu li:last-child {
	width:252px;
}
.hmenu li a {
	display:block;
	line-height:60px;
	background-color:#fff;
	color:#111155;
	border-left:2px solid #111155;
	border-top:2px solid #111155;
	border-bottom:2px solid #111155;
	transition: background-color 0.2s;
}
.hmenu li:last-child a {
	border-right:2px solid #111155;
}
.hmenu li.current a,.hmenu li a:hover {
	background-color:#ceb12b;
	transition: background-color 0.2s;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 50px;
}
.pagetop img {
	width:60px;
}
.ft_box {
	width:auto;
	padding:40px 0 90px;
}
.sitenavi {
	display:none;
}
.copyright {
	text-align:center;
}
.credit {
	text-align:center;
}
.credit h4 {
	margin-top:0;
}
.credit p {
	margin-top:15px;
}

#title {
	padding:5px 0 15px;
}
#title h2 {
	font-size:1.4em;
	padding:6px 20px;
}

.hmenu {
	position:relative;
	overflow:hidden;
	margin-top:0;
	background-color:#e8e8ee;
}
.hmadj {
	margin-bottom:50px;
}
.hmenu ul {
	position:relative;
	float:none;
	left:0;
	border-top:2px solid #111155;
}
.hmenu li {
	position:relative;
	left:0;
	width:50% ;
}
.hmenu li:last-child {
	width:50%;
}
.hmenu li a {
	line-height:50px;
	border-left:0;
	border-top:0;
	border-bottom:2px solid #111155;
}
.hmenu li:nth-child(1) a {
	border-right:2px solid #111155;
}
.hmenu li:nth-child(3) a {
	border-right:2px solid #111155 !important;
}
.hmenu li:last-child a {
	border-right:0;
}
}


.flyer img {
	max-width:200px;
	max-height:200px;
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}

.item {
	position:relative;
	overflow:hidden;
}
.item h4 {
	font-size:1.16em;
}
.item ul {
	position:relative;
	float:left;
	left:50%;
}
.item li {
	position:relative;
	float:left;
	left:-50%;
	width:360px;
	margin:0 60px 60px 0;
}
.item li:nth-child(3n),.item li:last-child {
	margin-right:0;
}
.itemimg {
	position:relative;
}
.itemimg a {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0);
	transition: background-color 0.2s;
}
.itemimg a:hover {
	background-color:rgba(255,255,255,0.3);
	transition: background-color 0.2s;
}
.itemimg h3 {
	width:360px;
	height:240px;
	background-position:center center;
	background-size:cover;
}
.vari p {
	float:left;
	width:50%;
	line-height:36px;
	text-align:center;
	background-color:#111155;
	color:#fff;
}
.vari p:first-child {
	background-color:#ceb12b;
}
.itemtx {
	margin-top:10px;
	line-height:1.6;
}
.itemtx span {
	color:#900;
	font-weight:bold;
	font-size:1.4em;
}
.itemcom {
	border:1px solid #111155;
	padding:10px 12px;
	margin-top:10px;
	line-height:1.6;
	font-size:0.92em;
}

@media screen and (max-width: 499px) {
.item ul {
	float:none;
	left:0;
}
.item li {
	float:none;
	left:0;
	width:100%;
	margin:0 0 50px 0;
}
.itemimg h3 {
	width:100%;
	height:210px;
}
}

.box0 {
	line-height:1.7;
}
.box1 {
	line-height:1.7;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:1.7;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 20px 25px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#e8e8ee;
	white-space:nowrap;
}

.table2 {
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#e8e8ee;
}
.table3 {
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
	margin:0 auto;
}
.table3 td {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	text-align:left;
}
.table3 th {
	padding: 15px 20px;
	border-top: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
}
.table4 th {
	width:150px;
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table5 {
	line-height:2.2;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
.table5 td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#e8e8ee;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	background-color:#e8e8ee;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#111155;
}


@media screen and (max-width: 499px) {
.container2 .box0 {
	margin-left:30px;
	margin-right:30px;
}
.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj20 {
	margin-bottom:20px;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.table0 td.adj50 {
	margin-bottom:50px;
}
.table0 td.adj60 {
	margin-bottom:60px;
}
.table0 td.adj70 {
	margin-bottom:70px;
}
.table0 td.adj80 {
	margin-bottom:80px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
	height:auto;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.img40 {
	width:40%;
}
.img30 {
	width:30%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #e8e8ee;
	padding:3px 10px;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
}

.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table3 {
	width:100%;
}
.table4 th {
	width:1%;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th,.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 th {
	text-align:left;
	margin-bottom: 10px;
	padding:3px 10px;
	border-bottom:1px solid #b8b8be;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
@media screen and (min-width: 500px) {
.table5 th {
	width:400px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}
.nobd {
	border-bottom:none !important;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:290px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:6px 0 0 0;
}
.sarea {
	width:100px !important;
}
}