@charset "utf-8";
/*------------------------------------------------------------
	imagelightbox.min.js
------------------------------------------------------------*/
.lb {
	display:block;
}

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	
	-ms-touch-action: none;
			touch-action: none;
			
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-overlay
{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
}
#imagelightbox-overlay
{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #333;
			background-color:#e0f2bc;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#f60;
}
.white {
	color:#fff;
}
.green {
	color:#690;
}
.bgreen {
	color:#24989c;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.gold {
	color:#885;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#c66;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
a.txa:hover {
	background-color:#FCC;
}
.fw a:link {
	color:#fff;
	text-decoration:none;
}
.fw a:visited {
	color:#fff;
	text-decoration:none;
}
.fw a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active {
	color:#06C;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}
.es a:link {
	color:#111;
	text-decoration:none;
}
.es a:visited {
	color:#111;
	text-decoration:none;
}
.es a:hover {
	color:#c66;
	text-decoration:none;
}
.es a:active {
	color:#c66;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.3;
}
.lh_l {
	line-height:2;
}
html {
	height:100%;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#fff;
	background-color:#000;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.wrapper {
	background-color:#ebe5db;
	background-image:url(../img/bg.jpg);
	color:#111;
}

.sserif {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.fserif {
	font-family:serif;
}

.sserif {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif !important;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
}
#header {
	position:relative;
	width:960px;
	height:150px;
	margin:0 auto;
}
#header h1 {
	padding-top:20px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
#header h2 {
	position:absolute;
	bottom:20px;
	left:0;
}
#header h2 img {
	height:40px;
}
#header p {
	position:absolute;
	right:30px;
	bottom:30px;
}
.tokyo {
	position:absolute;
	top:55px;
	left:0;
}
.hd_tel {
	position:absolute;
	bottom:20px;
	right:210px;
}
.hd_contact {
	position:absolute;
	bottom:20px;
	right:0;
}
#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:15px;
	right:10px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	display:none\9;/*IE8以下*/
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	font-size: 0.92em;
	display:none;
	text-align:left;
}
ul.accordion a {
	display:block;
	line-height:50px;
	padding-left:20px;
	text-decoration:none;
	color:#000;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #000;
}
ul.accordion li {
	float:left;
	width:50%;
	background-color:#ebe5db;
	background-image:url(../img/bg2.jpg);
	border-bottom:1px solid #000;
}
ul.accordion li.twos {
	width:100%;
	text-align:center;
}
ul.accordion li.twos a {
	padding:0;
}
.emap {
	position:relative;
	width:600px;
	height:634px;
	font-size:0.92em;
}
#header .splogo,#header .sptel {
	display:none;
}

@media screen and (max-width: 499px) {
#header {
	width:100%;
	height:70px;
}
#header .splogo {
	display:block;
	position:absolute;
	top:15px;
	left:20px;
}
#header .splogo img {
	width:auto;
	height:40px;
}
#header .sptel {
	display:block;
	position:absolute;
	top:29px;
	left:140px;
	line-height:0;
	font-size:1px;
}
#header .sptel img {
	width:auto;
	height:12px;
}
#header h2,#header p,#header h1,.hd_tel,.hd_contact,.tokyo {
	display:none;
}
.emap {
	width:320px;
	height:338px;
	font-size:0.6em;
	margin:0 auto;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
}

.gw {
	height:76px;
	background-image:url(../img/gw_bg.jpg);
	background-position:center center;
}
.gw p {
	width:960px;
	background-color:#000;
	margin:0 auto;
}
#mainimg {
	height:400px;
	background-image:url(../img/main_bg.png);
}
#mainimg p {
	width:960px;
	margin:0 auto;
}
.blog {
	position:relative;
	width:940px;
	margin:-80px auto 0;
	text-align:right;
	z-index:2000;
}
.container {
	width:960px;
	padding:30px 40px 0;
	margin:0 auto;
	text-align:left;
	z-index:1000;
}
#ftnavi {
	display:none;
}
.pw1 {
	float:left;
}
.pw2 {
	float:right;
}
.ullist li {
	margin-bottom:30px;
}
.ullist li strong {
	font-size:1.24em;
}
.akil li strong {
	display:block;
	margin-bottom:8px;
}

@media screen and (max-width: 499px) {
#mainimg {
	height:auto;
	background-image:none;
}
#mainimg p {
	width:100%;
}
.container {
	width:auto;
	padding:30px 20px 0;
}
#ftnavi {
	display:block;
	text-align:left;
	font-size: 0.92em;
	border-top:1px solid #000;
}
#ftnavi li {
	float:left;
	width:50%;
	background-color:#ebe5db;
	background-image:url(../img/bg2.jpg);
	border-bottom:1px solid #000;
}
#ftnavi li.twos {
	width:100%;
	text-align:center;
}
#ftnavi li a {
	color:#111;
	display:block;
	line-height:50px;
	padding-left:20px;
}
#ftnavi li.twos a {
	width:100%;
	text-align:center;
	padding:0;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #000;
}
.pw {
	display:none;
}
.contact {
	display:block;
	text-align:center;
}
.contact a {
	font-size:1.6em;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#e37394;
	-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;
}
}


.pagetop {
	text-align:right;
}
.pagetop img {
	width:29px;
}
#footer {
	width:960px;
	margin:0 auto;
	padding:30px 0 40px;
}
.credit {
	float:left;
	text-align:left;
}
.fw {
	float:right;
	font-size:11px;
	color:#999;
	text-align:right;
}
.fw p {
	line-height:2.3;
	margin-bottom:70px;
}
.copyright {
	font-size:10px;
	color:#999;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	text-align:center;
}
#footer  {
	width:100%;
	height:auto !important;
	padding:30px 0;
	background-image:none;
}
.credit {
	float:none;
	text-align:center;
	margin-bottom:20px;
}
.fw {
	float:none;
	text-align:center;
}
.fw p {
	display:none;
}
.copyright img {
	display:none;
}
}
@media screen and (min-width: 500px) {
	#footer {
		font-size: 0.84em;
	}
}


.title {
	text-align:center;
	padding:30px 0 60px;
}
#bread {
	width:950px;
	text-align:left;
	margin:0 auto 30px;
	padding-left:10px;
	font-size:11px;
	color:#999;
}


@media screen and (max-width: 499px) {
.title {
	padding:10px 0 40px;
}
.title h2 {
	font-size:1.4em;
	font-weight:bold;
}
#bread {
	display:none;
}
}
	

.sub {
	border-bottom:1px solid #111;
	text-indent:-2em;
	padding-left:2.5em;
	padding-bottom:5px;
	margin-bottom:20px;
	line-height:1.6;
	font-size:1.16em;
}
.subo {
	border-bottom:1px solid #111;
	text-indent:-2em;
	padding-left:2.5em;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
	line-height:1.6;
	font-size:1.16em;
	background-color:#f5ddaa;
}
.sub2 {
	border:2px solid #c2d83e;
	padding:5px 10px;
	line-height:1.6;
	font-size:1.16em;
}
.sdate {
	background-color:#c2d83e;
	padding:3px 10px;
	margin-bottom:20px;
	font-size:12px;
	text-align:right;
}
.subsub1 {
	font-size:1.16em;
	font-weight:bold;
	background-color:#38940b;
	padding:8px 15px;
	margin:0 10px 20px;
	line-height:1.231;
	color:#fff;
}
.subsub2 {
	font-size:1.16em;
	font-weight:bold;
	background-color:#24989c;
	padding:8px 15px;
	margin:0 10px 20px;
	line-height:1.231;
	color:#fff;
}
.d_date {
	background-color:#cca;
	padding:5px 10px;
	margin:-30px 0 30px;
	font-size:0.84em;
	color:#666;
	text-align:right;
}
.news li {
	border-bottom:1px dotted #999;
	margin-bottom:30px;
	padding-bottom:30px;
}
.news span {
	color:#999;
}

.line {
	border-bottom:1px dotted #ccc;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}
.more {
	margin:0 10px;
}
.more a {
	display:block;
	color:#333;
	text-align:center;
	line-height:40px;
	background-color:#c2d83e;
	-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;
}
.more a:hover {
	background-color:#e1eca0;
}
@media screen and (max-width: 499px) {
.sub {
	font-family:serif;
}
.subsub {
	font-size: 1em;
}
}

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

.table0 {
	width: 100%;
	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;
	font-size: 0.92em;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#f7e9cb;
	white-space:nowrap;
}

.table2 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:15px 20px;
	vertical-align:top;
	margin:0;
}
.table2 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;
}
.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:#e0f2bc;
	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;
}

.waku1 {
	background-color:#fff;
	padding:15px 20px;
	border:2px solid #CC9;
}
.waku2 {
	padding:15px;
	border:1px solid #c2d83e;
}
.waku3 {
	background-color:#fff;
	background-image:url(../img/bg3.jpg);
		padding:20px 20px;
	border:2px solid #ccb;
}
.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 {
}
.table0 td {
	margin-bottom:30px;
}
.table0 td.adj20 {
	margin-bottom:20px !important;
}
.table0 td.adj0 {
	margin-bottom:0 !important;
}
.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%;
}
.img90 {
	width:90%;
}
.img80 {
	width:80%;
}
.img50 {
	width:50%;
}
.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: #f7e9cb;
	padding:1px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.table1 td.histada {
	margin:0 15px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 15px 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;
	background: #e3e3d9;
	padding:5px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
	line-height:1.231;
	color:#000;
}
.table2 td {
	margin:0 15px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 th {
	width:1%;
}
.gmap iframe {
	width:100%;
	height:400px;
}
}

.flowsub {
	background-color:#885;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.16em;
	width:220px;
}
.flowsub p {
	padding:5px;
}
.out_face {
	position:absolute;
	top:0;
	right:0;
}
.catli li {
	font-weight:bold;
}
.info_box {
	float:left;
	width:278px;
	margin:0 10px 20px;
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
}
.info_img {
	max-width:460px;
	max-height:460px;
	width: expression(this.width >= this.height ? "460px" : "auto");
	height: expression(this.width <= this.height ? "460px" : "auto");
}
.info_img2 {
	max-width:278px;
	max-height:278px;
	width: expression(this.width >= this.height ? "278px" : "auto");
	height: expression(this.width <= this.height ? "278px" : "auto");
}

@media screen and (min-width: 500px) {
.table2 th {
	width:300px;
}
.table2 th img {
	float:right;
	width:40px;
	margin:5px 0 0 5px;
}
input[type="text"],textarea {
	width:400px !important;
}
.adjcatimg {
	position:relative;
}
.adjcatimg img {
	margin-left:-300px;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:280px !important;
}
.table2 th img {
	float:right;
	width:40px;
	margin:-2px 0 0 0;
}
.out_face {
	position:static;
	float:right;
}
.out_face img {
	width:120px;
}
.adjge {
	text-align:center;
}

.info_box {
	float:none;
	width:auto;
	margin:0 0 10px;
}
.info_img {
	max-width:300px;
	max-height:300px;
	width: expression(this.width >= this.height ? "300px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}
.info_img2 {
	max-width:300px;
	max-height:300px;
	width: expression(this.width >= this.height ? "300px" : "auto");
	height: expression(this.width <= this.height ? "300px" : "auto");
}
}
#input_zip {
	width:100px !important;
}
