@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.navy {
    color: #224477;
}
.sky {
    color: #0099cc;
}
.sky_bg {
    background-color:#f2fafc;
}
.sky2_bg {
    background-color: #e5f5fa;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	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;
}
.fw a:link {
	color:#333;
	text-decoration:none;
}
.fw a:visited {
	color:#333;
	text-decoration:none;
}
.fw a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active {
	color:#333;
	text-decoration:none;
}
#news a:link {
	color:#111;
	text-decoration:none;
}
#news a:visited {
	color:#111;
	text-decoration:none;
}
#news a:hover {
	color:#666;
	text-decoration:none;
}
#news a:active {
	color:#111;
	text-decoration:none;
}
#bread a:link {
	color:#333;
	text-decoration:none;
}
#bread a:visited {
	color:#333;
	text-decoration:none;
}
#bread a:hover {
	color:#999;
	text-decoration:none;
}
#bread a:active {
	color:#333;
	text-decoration:none;
}
.btn a {
    display: block;
	animation: btnfadeout 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadeout 0.5s ease 0s 1 normal forwards;
}
.btn a:hover {
	animation: btnfadein 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadein 0.5s ease 0s 1 normal forwards;
}
@keyframes btnfadein {
  0% {
    opacity:1;
  }
  100% {
    opacity:0.6;
  }
}
@keyframes btnfadeout {
	0% {
		opacity:0.6;
  }
  100% {
    opacity:1;
  }
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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:#111;
	background-color:#fff;
	-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;
        font-weight: 500;
}
.eng {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

#loader img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:32px;
    height:32px;
	margin:auto;
	display:block !important;
}
.ovf {
	overflow:hidden;
}

#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
}

.effect {
	opacity:0;
	transition:opacity 1s;
}
.mgend {
	margin-bottom:80px;
}
.mgl {
	margin-bottom:120px;
}
.mgm {
	margin-bottom:60px;
}
.mgms {
	margin-bottom:40px;
}
.mgs {
	margin-bottom:30px;
}
.mgss {
	margin-bottom:20px;
}
.mgsss {
	margin-bottom:10px;
}


@media screen and (max-width: 499px) {
	#loader img {
        width:32px;
        height:32px;
    }
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.92em;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:50px;
	}
	.mgl {
	margin-bottom:80px;
	}
	.mgm {
	margin-bottom:40px;
	}
    .mgms {
	margin-bottom:30px;
	}
	.mgs {
	margin-bottom:20px;
	}
	.mgss {
	margin-bottom:15px;
	}
    .mgsss {
	margin-bottom:7px;
    }
}

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

#header {
	position:relative;
	height:100px;
}
.hd_box {
	width:1300px;
	height:100px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:60px;
	top:15px;
	font-weight:normal;
	font-size:12px;
	line-height:1.3;
}
#header h2 {
	position:absolute;
	left:60px;
	bottom:10px;
	line-height:0;
}
#header h2 img {
    height: 50px;
}
#header h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
	position:absolute;
    font-size: 30px;
	right:60px;
	bottom:13px;
	line-height:30px;
    letter-spacing: 1px;
    color: #c00;
}
#header h3 span {
    font-size: 20px;
}
#header p {
	position:absolute;
    font-size: 0.92em;
	right:60px;
	bottom:52px;
	line-height:1.3;
}
.gw {
	position:relative;
	width:100%;
	height:50px;
	border-top:5px solid #224477;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	z-index:1000;
}
.gw ul {
	position:relative;
	width:1180px;
	height:55px;
	margin:-5px auto 0;
	padding:0 60px;
}
.gw li {
	float:left;
    width: calc(100% / 6);
	height:55px;
}
.gw li a {
	display:block;
    font-weight: bold;
    font-size: 1em;
    line-height: 50px;
    text-align: center;
    color: #224477;
	border-left:1px solid #ccc;
	border-top:5px solid #224477;
    letter-spacing: 1px;
    text-indent: 1px;
    transition: all 0.3s;
}
.gw li:first-child a {
	border-left:0;
}
.gw li a:hover {
	border-top:5px solid #0099cc;
	background-color:#f2fafc;
}
#toggle,#navi {
    display: none;
}


@media screen and (max-width: 499px) {
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2000;
	background-color:#fff;
	border-bottom:2px solid #224477;
}
.hd_box {
	width:100%;
	height:50px;
}
#header h2 {
	top:7px;
	left:10px;
	bottom:auto;
}
#header h2 img {
	width:auto;
	height:36px;
}
#header h1,#header h3,#header p,.gw {
	display:none;
}

#toggle {
	display:block;
	position:fixed;
	z-index:2000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
	width:50px;
	height:50px;
	top:0;
	right:0;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
#navi {
    display: block;
	position:fixed;
	text-align:center;
	z-index:2000;
	width:100%;
	height:calc(100% - 52px);
	top:52px;
    left: -100%;
    background-color: rgba(34,69,119,0.9);
}
#navi ul {
    padding-top: 60px;
}
#navi li {
    width: auto;
    margin: 0 60px 10px;
}
#navi li a {
    display: block;
    color: #111;
    line-height: 50px;
    background-color: #fff;
}
#navi li:last-child a {
    display: block;
    color: #111;
    font-size: 0.76em;
    line-height: 1.5;
    padding: 20px 0;
    background-color: #fff;
}
#navi li:last-child a span {
    font-weight: bold;
    font-size: 2.2em;
    color: #c00;
}
}

@media screen and (min-width: 500px) {
.gfix .gw {
	position:fixed !important;
	top:0;
	left:0;
}
.gfix #header {
	padding-bottom:50px;
}
}

.container {
	width:1100px;
	padding:40px 100px 1px;
	margin:0 auto;
	text-align:left;
}
#ftnavi,.subnavi {
	display:none;
}

@media screen and (min-width: 500px) {

}
@media screen and (max-width: 499px) {
.container {
	width:auto;
	padding:30px 20px 1px;
}
.cnt_adj20 {
	padding-top:20px !important;
}
.cnt_adj30 {
	padding-top:30px !important;
}

#ftnavi {
	font-size: 0.92em;
	display:block;
	text-align:center;
	border-top:1px solid #ccc;
	top:50px;
	background-color:#fff;
}
#ftnavi a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#333;
}
#ftnavi li.blk a {
	color:#fff;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #ccc;
}
#ftnavi li {
	float:left;
	width:50%;
	border-bottom:1px solid #ccc;
}
#ftnavi li:last-child {
	width:100%;
}
#ftnavi li:last-child a {
	line-height:1.5;
	padding:20px 0;
    border-left:0;
    font-size: 0.84em;
}
#ftnavi li:last-child a span {
	font-weight:bold;
	font-size:2.2em;
    color: #c00;
}
}

.fw {
	background-color:#e5f5fa;
	font-size:0.84em;
}
.fw p {
	width:1300px;
	margin:0 auto;
	text-align:center;
	color:#0099cc;
}
.fw a {
    display: inline-block;
    padding: 15px;
}
.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:40px;
	right:-90px;
	z-index:1000;
}
.pagetop img {
	width:60px;
}

#footer {
    background-color: #224477;
    color: #fff;
}
#footer a {
    color: #fff;
}
.ft_box {
	width:1180px;
	margin:0 auto;
	padding:40px 60px;
	line-height:1.7;
    background-color: #224477;
    color: #fff;
}
.logo {

}
.logo img {
    width: 90px;
}
.credit {
    text-align: left;
}
.credit h4 {
    font-size: 0.84em;
    font-weight: normal;
}
.credit h3 {
    font-size: 1.7em;
}
.credit_tx {
    text-align: left;
}
.ft_tel {
    text-align: right;
}
.ft_tel h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 5px;
}
.ft_tel h3 span {
    font-size: 20px;
}
.copyright {
	padding:40px 0 0;
	font-size:0.76em;
	text-align:center;
	color:#fff;
}
.copyright img {
	vertical-align:middle;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding-bottom:30px;
}
.pagetop img {
	width:60px;
}

.ft_box {
	width:auto;
	padding:40px 0;
}
.logo {

}
.logo img {
    width: 80px;
}
.credit {
	text-align:center;
}
.credit h4 {
    
}
.credit h3 {
    font-size: 1.4em;
}
.credit_tx {
    font-size:0.92em;
    text-align: center;
}
.copyright {
	padding:30px 0 0;
	text-align:center;
}
.fw {
	display:none;
}
}


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

#title {
	background-color:#eee;
}
#title h2 {
    font-size: 1.8em;
    line-height: 100px;
	text-align:center;
    letter-spacing: 5px;
    background-color:#e5f5fa;
}
#bread {
	width:1100px;
	margin:-40px auto 0;
	line-height:40px;
	text-align:left;
	font-size:0.84em;
	color:#0099cc;
}


@media screen and (max-width: 499px) {
#title {
    padding-top: 52px;
}
#title h2 {
    font-size: 1.4em;
    line-height: 70px;
    letter-spacing: 0;
}
#bread {
	display:none;
}
}

.sub {
	text-align:left;
	font-size:1.32em;
	border-bottom:1px solid #224477;
	 margin:0 0 30px;
	 padding:0 10px 9px;
	 line-height:1.5;
     color: #224477;
}
.sub2 {
	text-align:left;
	font-size:1.16em;
	font-family:serif;
	border-bottom:1px solid #224477;
	 margin:0 0 20px;
	 padding-bottom:9px;
}
.sub2 span {
	color:#224477;
	font-size:1.16em;
}
.line {
	border-bottom:1px dotted #666;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}
.more a {
	display:block;
	color:#231815;
	text-align:center;
	line-height:40px;
	background-color:#fff;
	border:1px solid #231815;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}

@media screen and (max-width: 499px) {
 .sub {
     font-size: 1.24em;
	 margin:0 0 20px;
	 padding-bottom:7px;
}
}

.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;
}

.history th {
    font-family: "Osaka-mono", "MS Gothic", "monospace";
}

.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 td,.table1 th{
	padding: 20px 25px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#e5f5fa;
	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:solid;
	border-color:#666;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	margin:0;
	font-weight:bold;
	background-color:#0099cc;
	color:#fff;
}
@media screen and (min-width: 500px) {
.table2 tr:last-child th,.table2 tr:last-child td {
    border-bottom-width: 0;
}
}

.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table3 th {
	font-size: 0.84em;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#eeeeee;
	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 {
	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:dotted;
	border-color:#666;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
@media screen and (min-width: 500px) {
.table5 tr:last-child th,.table5 tr:last-child td {
    border-bottom-width: 0;
}
}

.gmap {
	margin-bottom:30px;
}
.gmap iframe {
	width:100%;
	height:500px;
}

@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.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 {
	display:none;
}
.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;
}
.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%;
}
.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: #e5f5fa;
	padding:3px 10px;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
}
.table1 tr:last-child td {
    padding-bottom: 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;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}

.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;
	color: #224477;
	padding:3px 10px;
	border-bottom:1px solid #224477;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}

.table5 tr:last-child td {
    padding-bottom: 0;
}

.gmap {
	margin:0 20px 20px;
}
.gmap iframe {
	width:100%;
	height:400px;
}
}

.txc1 {
	display:inline-block;
	text-align:left;
}
.txc2 {
	display:inline-block;
	text-align:left;
}
.txc3 {
	width:80%;
	margin:0 auto;
	text-align:left;
}
.txc4 {
	display:inline-block;
	text-align:left;
}
.txc5 {
	width:60%;
	margin:0 auto;
	text-align:left;
}
.txc6 {
	display:inline-block;
	text-align:left;
}
.txsdw1 {
	text-shadow:0px 0px 5px #111111;
}
.txsdw2 {
	text-shadow:0px 0px 5px #ffffff;
}
.imgc1 {
	padding:10px;
	text-align:left;
}
.pgtop {
	padding-top:30px;
}
.pgend {
	margin-bottom:60px;
}
.int {
	padding-bottom:60px;
	line-height:0;
}

@media screen and (max-width: 499px) {
.txc1 {
	display:block;
	padding:30px 30px 0;
	text-align:left;
}
.txc2 {
	display:block;
	padding:30px;
	text-align:left;
}
.txc3 {
	width:auto;
	padding:30px;
	margin:0 auto;
	text-align:left;
}
.txc4 {
	display:block;
	padding:20px 30px 0;
	text-align:left;
}
.txc5 {
	width:auto;
	padding:0 30px;
	margin:0 auto;
	text-align:left;
}
.txc6 {
	display:block;
	text-align:left;
}
.imgc1 {
	padding:0 10px;
	text-align:left;
}
.pgtop {
	padding-top:20px;
}
.pgend {
	margin-bottom:40px;
}

input[type="text"],textarea {
	width:290px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
.int {
	padding-bottom:40px;
}
.int img {
	width:80px;
}

}

@media screen and (min-width: 500px) {
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
}