@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00 !important;
}
.brown {
	color:#3d2d23 !important;
}
.lbrown {
	color:#8f644a !important;
}
.sky {
	color:#3399cc;
}
.navy {
	color:#0c3484;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.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;
}
.sitenavi a {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:visited {
	color:#fff;
	text-decoration:none;
}
.sitenavi a:hover {
	color:#bbb;
	text-decoration:none;
}
.sitenavi a:active {
	color:#fff;
	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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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:#333;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100vh;
  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*/
}
.effect {
	opacity:0;
	transition:opacity 2s;
}
.bgcol1 {
	background-color:#f5f5f5;
}
.bgcol2 {
	background-color:#333;
	color:#fff;
}

.mgend {
	margin-bottom:80px;
}

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

@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;
	background-color:#666;
	cursor:pointer;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}

#ftnavi {
	background-color:#3d2d23;
	background-image:url(../img/ft_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
}
#ftnavi .fn1 {
	padding:20px 0;
}
#ftnavi li {
	float:left;
	width:50%;
	line-height:40px;
	font-size:0.92em;
}
#ftnavi li a {
	display:block;
	color:#fff;
	transition: background-color 0.5s;
	border-right:1px dotted rgba(255,255,255,0.3);
}
#ftnavi li a:hover {
	background-color:#fff;
	color:#3d2d23;
	transition: background-color 0.5s;
}
#ftnavi li:nth-child(even) a {
	border-right:0;
}
#ftnavi .fn2 {
	background-color:#111;
	padding:20px 0;
}
#ftnavi p {
	line-height:0;
	padding:30px 0;
}
#ftnavi p a {
	margin:0 10px;
}
#ftnavi p img {
	width:130px;
}


#header {
	background-color:#3d2d23;
	width:100%;
	height:130px;
}
.hd_box {
	position:relative;
	width:1280px;
	height:130px;
	padding:0;
	margin:0 auto;
	background-image:url(../img/hd_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
#header h1 {
	position:absolute;
	left:40px;
	top:20px;
	color:#fff;
	font-size:13px;
	font-weight:normal;
}
#header h1 span {
	font-size:18px;
}
#header h2 {
	position:absolute;
	left:40px;
	bottom:20px;
}
#header h2 img {
	height:38px;
}
#header h3 {
	position:absolute;
	right:40px;
	bottom:20px;
}
#header h3 img {
	height:55px;
}
#header p {
	position:absolute;
	right:294px;
	bottom:20px;
}
#header p img {
	height:30px;
}
#header p a {
	margin-left:10px;
}

#gnavi {
	width:100%;
	height:110px;
}
#gnavi li {
	background-color:#111;
}
#gnavi li:first-child {
	background-image:url(../img/gw1_bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:60px;
}
#gnavi li:last-child {
	height:50px;
}
#gnavi img {
	vertical-align:middle;
}

.container,.container2  {
	width:1200px;
	padding:80px 0;
	margin:0 auto;
	text-align:left;
}
.fixadj {
	display:none;
}
.chui {
    background-color: #900;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
}

@media screen and (min-width: 500px) {
.gfix .fixadj {
	display:block;
	height:110px;
}
.gfix #gnavi {
	position:fixed;
	left:0;
	top:0;
	z-index:2000;
}
#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:2000;
	width:100%;
	height:100%;
	top:50px;
	left:-100%;
	overflow-y: auto;
	background-color:#3d2d23;
}
#navi .fn1 {
	padding:20px 0;
}
#navi li {
	float:left;
	width:50%;
	line-height:40px;
	font-size:0.92em;
}
#navi li a {
	display:block;
	color:#fff;
	transition: background-color 0.5s;
	border-right:1px dotted rgba(255,255,255,0.3);
}
#navi li a:hover {
	background-color:#fff;
	color:#3d2d23;
	transition: background-color 0.5s;
}
#navi li:nth-child(even) a {
	border-right:0;
}
#navi .fn2 {
	background-color:#111;
	padding:20px 0;
}
#navi h4 {
}
#navi p {
	line-height:0;
	padding:30px 0;
}
#navi p a {
	margin:0 10px;
}
#navi p img {
	width:130px;
}

#header {
	width:100%;
	height:50px;
	position:fixed;
	z-index:2000;
}
.hd_box {
	width:100%;
	height:50px;
	background-size:cover;
}
#header h2 {
	left:15px;
	bottom:15px;
}
#header h2 img {
	height:20px;
}
#header h1,#header h3,#header p,#gnavi {
	display:none;
}
.fixadj {
	display:block;
	height:50px;
}
.container {
	width:auto;
	padding:50px 30px;
}
.container2 {
	width:auto;
	padding:50px 0;
}

}

.ftpeace {
	width:1000px;
	margin:0 auto 40px;
}
.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:100px;
	right:-100px;
	z-index:1200;
}
.pagetop img {
	width:60px;
}

.gmap {
	height:500px;
	overflow:hidden;
}
.gmap iframe {
	height:500px;
}
#footer {
	background-color:#3d2d23;
	color:#fff;
}
.ft_box {
	padding:40px 0;
	width:1200px;
	margin:0 auto;
	background-image:url(../img/ft_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
}
.copyright {
	text-align:center;
	font-size:0.76em;
}
.copyright img {
	vertical-align:top;
}
.credit {
	float:left;
	text-align:left;
	line-height:1.7;
	padding-right:250px;
	margin-bottom:40px;
}
.credit h3 {
	margin-bottom:20px;
}
.credit h3 img {
	width:200px;
}
.credit .tel span {
	font-size:2em;
}
.optime {
	float:left;
	text-align:left;
	line-height:1.7;
	margin-left:60px;
}
.optime h4 {
	margin-bottom:10px;
	line-height:0;
}
.optime h4 img {
	width:90px;
}
.banner {
	width:767px;
	margin:0 auto 40px;
}

#title {
	background-color:#f2e8dd;
	color:#3d2d23;
}
#title .title_box {
	width:1120px;
	margin:0 auto;
}
#title h2 {
	float:left;
	line-height:80px;
	font-size:2em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
#title p {
	float:right;
	line-height:80px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

.subnavi {
	position:fixed;
	top:60px;
	height:40px;
	left:0;
	width:100%;
	background-color:#fff;
}
.subnavi ul {
	display:inline-block;
}
.subnavi li {
	position:relative;
	float:left;
}
.subnavi li a {
	display:block;
	width:150px;
	text-align:center;
	margin-right:20px;
	font-size:0.84em;
	line-height:40px;
	color:#333;
	border-bottom:1px solid #666;
	background-image:url(../img/arr.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	transition: all 0.5s;
}
.subnavi li:last-child a {
	margin-right:0;
}
.subnavi li:hover a {
	opacity:0.6;
	border-bottom:1px solid #e72837;
	transition: all 0.5s;
}
.snadj {
	margin-bottom:60px;
}

@media screen and (min-width: 500px) {
    .banner img{
        height: 90px;
    }
}

@media screen and (max-width: 499px) {
.ftpeace {
	width:auto;
	margin:0 20px 20px;
}
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 50px;
}
.pagetop img {
	width:60px;
}
.gmap {
	height:400px;
	overflow:hidden;
	margin-bottom:50px;
}
.gmap iframe {
	height:400px;
}
.ft_box {
	width:auto;
	padding:40px 0;
	background-size:contain;
}
.credit {
	text-align:center;
}
.credit h3 img {
	width:204px;
}
.credit {
	float:none;
	text-align:center;
	padding-right:0;
}
.credit h3 {
	margin-bottom:20px;
}
.credit h3 img {
	width:200px;
}
.credit .tel span {
	font-size:2em;
}
.optime {
	float:none;
	text-align:center;
	margin-left:0;
	margin-bottom:40px;
}
.optime table {
	margin:0 auto -20px;
}
.optime h4 img {
	width:80px;
}
.banner {
	width:auto;
	padding:0 40px;
	margin:0 auto 40px;
}

#title {

}
#title .title_box {
	width:auto;
	padding:20px 0;
}
#title h2 {
	float:none;
	line-height:1.4;
	font-size:1.8em;
}
#title p {
	float:none;
	line-height:1.6;
}

.subnavi {
	position:static;
	width:auto;
	height:auto;
	margin:0 20px 50px;
}
.subnavi li {
	position:relative;
	float:left;
}
.subnavi li a {
	width:160px;
	font-size:0.92em;
	margin-right:20px;
}
.subnavi li:nth-child(2n) a {
	margin-right:0;
}
.snadj {
	margin-bottom:50px;
}

}


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

.imgcap {
	position:relative;
	display:block;
}
.imgcap span {
	position:absolute;
	right:30px;
	bottom:50px;
	display:inline-block;
	background-color:#fff;
	line-height:1.231;
	padding:5px 20px;
	font-size:0.84em;
}
.imgcap p {
	position:absolute;
	right:10px;
	bottom:10px;
	display:inline-block;
	background-color:#fff;
	line-height:1.231;
	padding:5px 20px;
}

@media screen and (max-width: 499px) {
.imgcap span {
	bottom:45px;
}
.imgcap p {
}
}
	
.sub {
	color:#3d2d23;
	font-size:1.4em;
	line-height:1.5;
	border-bottom:1px solid #3d2d23;
	padding-bottom:5px;
	margin-bottom:30px;
}
.sub2 {
	color:#fff;
	background-color:#3d2d23;
	font-size:1.4em;
	line-height:1.5;
	padding:5px 15px;
	margin-bottom:30px;
}
.copy1 {
	color:#3d2d23;
	font-size:1.8em;
	line-height:1.5;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.more {
	
}
.more a {
	display:inline-block;
	text-align:center;
	padding:16px 60px;
	background-color:#8f644a;
	color:#fff;
	transition: all 0.5s;
	line-height:1.5;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px
}
.more a:hover {
	opacity:0.6;
	transition: all 0.5s;
}

@media screen and (max-width: 499px) {
.sub {
	font-size:1.32em;
	padding-bottom:5px;
	margin-bottom:20px;
}
.copy1 {
	font-size:1.6em;
}
.more a {
	padding:13px 45px;
}
}

.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 #ccc;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#f5f5f5;
	white-space:nowrap;
}
.histada th {
	font-family:monospace;
}
.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:25px 30px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#999;
	padding:25px 30px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.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 {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#f2e8dd;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:center;
}
.table4 th {
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:center;
	vertical-align:top;
	font-weight: normal;
	background:#f2e8dd;
	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;
}


@media screen and (max-width: 499px) {

.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%;
}
.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: #f5f5f5;
	padding:3px 10px;
	border-bottom:1px solid #999;
}
.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;
	border-bottom:1px solid #666;
	font-weight:bold;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table4 {
    font-size: 0.84em;
}
.table4 td,.table4 th {
	padding: 5px 5px;
}
.ttadj2 {
    font-size: 0.76em !important;
}
.ttadj3 {
    width: 13%;
}
.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 #860540;
	font-weight:bold;
}
.table5 td {
	margin:0 10px 20px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
.waku1 {
	background-color:#f2e8dd;
	padding:30px;
}
.waku2 {
	border:1px solid #8f644a;
	background-color:#ffe;
	padding:30px;
}
@media screen and (min-width: 500px) {
.ttadj3 {
    width: 12%;
}
.ttadj {
    line-height: 3.4;
}
.tite {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.table5 th {
	width:200px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:4px;
    margin-left: 5px;
}
.nobd {
	border-bottom:none !important;
}
}
@media screen and (max-width: 499px) {
.waku1,.waku2 {
	padding:20px;
}
input[type="text"],textarea {
	width:290px;
}
.table5 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
.sarea {
	width:100px !important;
}
}