@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#f33;
}
.lred {
	color:#f66;
}
.orange {
	color:#c60;
}
.white {
	color:#fff;
}
.green {
	color:#063;
}
.lgreen {
	color:#063;
}
.sky {
	color:#4eb2e3;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#0880de;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.gold {
	color:#c49640;
}
.brown {
	color:#855b08;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#0880de;
	text-decoration:none;
}
a:visited {
	color:#0880de;
	text-decoration:none;
}
a:hover {
	color:#42aceb;
	text-decoration:none;
}
a:active {
	color:#0880de;
	text-decoration:none;
}
.fw a:link {
	color:#0880de;
	text-decoration:none;
}
.fw a:visited {
	color:#0880de;
	text-decoration:none;
}
.fw a:hover {
	color:#42aceb;
	text-decoration:none;
}
.fw a:active {
	color:#0880de;
	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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#99eefe;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}
#loader {
	position:fixed;
	background-color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
}
#loader img {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ovf {
	overflow:hidden;
}
#wrapper {
	background-color:#fff;
	color:#333;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
	.mbcenter {
		text-align:center;
	}
	#loader img {
		width:32px;
	}
	#wrapper {
		padding-top:52px;
}
}

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

#fcontact {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border-top:solid 1px #f66;
	z-index:1000;
	font-weight:bold;
}
#fcontact li {
	float:left;
	width:50%;
}
#fcontact li a {
	display:block;
	line-height:50px;
}
#fcontact li.ftel a {
	background-color:#fff;
	color:#f66;
}
#fcontact li.fcont a {
	background-color:#f66;
	color:#fff;
}
#header {
	position:relative;
	height:100px;
}
.hd_box {
	width:1120px;
	height:100px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:0;
	bottom:15px;
	line-height:0;
}
#header h2 {
	position:absolute;
	left:0;
	top:10px;
	font-size:0.84em;
	font-weight:normal;
}
.hd_tel {
	position:absolute;
	right:256px;
	top:10px;
	line-height:0;
}
.hd_contact {
	position:fixed;
	width:1140px;
	left:50%;
	top:0;
	margin-left:-570px;
	line-height:0;
	text-align:right;
	z-index:1000;
	pointer-events:none;
}
.hd_contact a {
	display:inline-block;
	width:226px;
	height:40px;
	padding:10px;
	background-color:#fff;
	pointer-events:auto;
}
.hw {
	position:absolute;
	right:0;
	bottom:10px;
	line-height:0;
}
.insta {
    position: absolute;
    top: 10px;
    right:520px;
}
#global {
	position:relative;
	background-image:url(../img/main_bg.jpg);
	background-position:center top;
	background-size:cover;
}
.gw {
	position:relative;
	width:100%;
	padding:10px 0 9px;
}
.gw ul {
	position:relative;
	width:1120px;
	margin:0 auto;
}
.gw li {
	float:left;
	height:61px;
	margin-bottom:1px;
}
.gw li a {
	display:block;
	height:61px;
}
.ttx {
	font-size:0.84em;
	font-weight:normal;
	line-height:20px;
	background-color:#99eefe;
	border-bottom:2px solid #99eefe;
}
#toggle {
	position:fixed;
	width:40px;
	height:40px;
	top:5px;
	right:5px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	position:fixed;
	font-size: 0.84em;
	display:none;
	text-align:center;
	z-index:2000;
	top:52px;
	background-color:#fff;
	border-bottom:1px solid #99eefe;
}
ul.accordion a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#0880de;
}
ul.accordion li:nth-child(9) a {
	background-image:url(../img/new_bg.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-size:30px 12px;
}
ul.accordion li:nth-child(8) a {
	background-color:#FF9;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #99eefe;
}
ul.accordion li {
	float:left;
	width:50%;
	border-bottom:1px solid #99eefe;
}

@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 #99eefe;
}
.hd_box {
	width:100%;
	height:50px;
}
#header h1 {
	top:13px;
	left:10px;
	bottom:auto;
}
#header h1 img {
	width:auto;
	height:24px;
}
.hd_tel,.hd_contact,.hw,.gw,#header h2 {
	display:none;
}
.insta {
    position: absolute;
    top: 10px;
    right:60px;
}
.insta img {
    height: 30px;
}
}

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

.container {
	width:1120px;
	padding:40px 0 20px;
	margin:0 auto;
	text-align:left;
}
#ftnavi {
	display:none;
}

#lnavi {
	float:left;
	width:270px;
	padding-bottom:30px;
}
#doc {
	float:right;
	width:800px;
	padding-bottom:20px;
}
#lnavi li {
	margin-bottom:10px;
}

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

}
@media screen and (max-width: 499px) {
.container {
	width:auto;
	padding:40px 20px 1px;
}
.cnt_adj20 {
	padding-top:20px !important;
}
.cnt_adj30 {
	padding-top:30px !important;
}
#lnavi {
	display:none;
}
#doc {
	float:none;
	width:auto;
}
#ftnavi {
	font-size: 0.84em;
	display:block;
	text-align:center;
	border-top:2px solid #99eefe;
	top:50px;
	background-color:#fff;
}
#ftnavi a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#0880de;
}
#ftnavi li:nth-child(9) a {
	background-image:url(../img/new_bg.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-size:30px 12px;
}
#ftnavi li:nth-child(8) a {
	background-color:#FF9;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #99eefe;
}
#ftnavi li {
	float:left;
	width:50%;
	border-bottom:1px solid #99eefe;
}
}

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

#footer {
	width:1120px;
	margin:0 auto;
	padding:40px 0;
	color:#0880de;
}
.credit {
	float:left;
	text-align:left;
	line-height:1.6;
	margin-right:30px;
}
.credit h4 {
	font-size:1.6em;
	margin-bottom:0;
}
.fw {
	float:right;
	font-size:0.84em;
	text-align:right;
	color:#42aceb;
	line-height:2;
}
.copyright {
	padding:40px 0 0;
	font-size:0.76em;
	text-align:center;
}
.copyright img {
	vertical-align:top;
}

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

#footer {
	width:auto;
	padding:40px 0 90px;
}
.credit {
	float:none;
	text-align:center;
	margin:0 auto 20px;
}
.credit h4 {
	margin-bottom:10px;
}
.copyright {
	padding:20px 0 0;
	text-align:center;
}
.copyright img,.fw {
	display:none;
}
}


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

#global h2 {
	padding:0 0 10px;
}
.snavi {
	margin-bottom:30px;
}
.snavi li {
	float:left;
	width:32.5%;
	margin:0 1.25% 11px 0;
}
.snavi li a {
	display:block;
	text-align:center;
	border:1px solid #0880de;
	color:#0880de;
	background-color:#fff;
	line-height:36px;
}
.snavi li a:hover {
	background-color:#dbf2fb;
}
@media screen and (min-width: 500px) {
.snavi li:nth-child(3n) {
	margin-right:0;
}
}

@media screen and (max-width: 499px) {
.tyimg {
	max-width:100%;
	max-height:300px;
	width: expression(this.width >= this.height ? "100%" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}

#global h2 {
	padding:30px 0;
	font-size:1.32em;
	line-height:1.5;
	color:#0880de;
}
#bread {
	display:none;
}
.snavi {
	margin-bottom:30px;
}
.snavi li {
	width:49%;
	margin:0 2% 8px 0;
}
.snavi li:nth-child(even) {
	margin-right:0 !important;
}
}

.msub {
	text-align:left;
	font-size:1.24em;
	color:#fff;
	background-color:#0880de;
	margin:0 0 30px;
	padding:10px 15px;
	line-height:1.7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.sub {
	text-align:left;
	font-size:1.24em;
	color:#0880de;
	border-bottom:1px solid #0880de;
	 margin:0 0 30px;
	 padding:0 10px 5px;
	 line-height:1.5;
}
.date {
	background-color:#dbf2fb;
	text-align:right;
	margin:-30px 0 30px;
	font-size:0.84em;
	line-height:2;
	padding:0 5px;
}
.sub2 {
	text-align:left;
	font-size:1.08em;
	 margin:0 0 20px;
	 padding:5px 10px;
	 line-height:1.5;
	 background-color:#dbf2fb;
}
.line {
	border-bottom:1px dotted #ccc;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}

@media screen and (max-width: 499px) {
 .sub {
	 margin:0 0 20px;
}
.date {
	margin:-20px 0 20px;
}
}

.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: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#edf8fd;
	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:#666;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#666;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	background-color:#eee;
	color:#666;
}
.nobd {
	border-bottom:none !important;
}
.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 #ccc;
}
.table4 th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	vertical-align:top;
	font-weight: normal;
	background:#dbf2fb;
	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:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.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: #e0f4fc;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
}
.table1 td.histada {
	margin:0 10px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 10px 20px;
	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;
	color: #666;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
	font-weight:normal;
}
.table2 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.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: #171519;
	padding:3px 10px;
	border-bottom:1px solid #171519;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
.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;
}
}