@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#900;
}
.lgreen {
	color:#b9cbcf;
}
.white {
	color:#fff;
}
.gold {
	color:#b3ad98;
}
.gray {
	color:#595656;
}
.lgray {
	color:#f4f2f2;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.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;
}
#topics a {
	color:#111;
	text-decoration:underline;
}
#topics a:visited {
	color:#111;
	text-decoration:underline;
}
#topics a:hover {
	color:#999;
	text-decoration:underline;
}
#topics a:active {
	color:#111;
	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:#111;
	background-color:#fff;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
  display: flex;
  flex-direction: column;
}
#loader img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:24px;
	height:24px;
	margin:auto;
	display:block !important;
}
.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 1s;
}
.mgend {
	margin-bottom:80px;
}
.mgl {
	margin-bottom:120px;
}
.mgm {
	margin-bottom:60px;
}
.mgs {
	margin-bottom:30px;
}
.mgss {
	margin-bottom:15px;
}

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

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

#header {
	position:fixed;
	width:100%;
	height:100px;
	background-color:rgba(0,0,0,0.75);
	z-index:2000;
}
#header h1 {
	position:absolute;
	left:40px;
	top:15px;
}
#header h1 img {
	height:70px;
}

#header p {
	position:absolute;
	right:140px;
	top:35px;
}
#header p img {
	height:30px;
}

#toggle {
    position: fixed;
	width:100px;
	height:100px;
	top:0;
	right:0;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	cursor:pointer;
    background-color: #c00;
	transition:opacity 0.5s;
}
#toggle:hover {
	opacity:0.6;
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}

#navi {
	position:fixed;
	text-align:center;
	z-index:1500;
	width:100%;
	height:100%;
	top:0;
	left:-100%;
	background-color:#111;
	overflow-y: auto;
	color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hmenu {
    width: 900px;
    margin: 0 auto;
}
.hmenu ul {
	border-top:1px solid #333;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.hmenu li {
	float:left;
	width:50%;
}
.hmenu li:first-child {
	width:100%;
}
.hmenu li a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:30px 0;
	border-bottom:1px solid #333;
	line-height:1.5;
	transition: all 0.5s;
	font-weight:bold;
	font-size:1.4em;
    letter-spacing: 0.1em;
}
.hmenu li a span {
	display:block;
	font-size:0.64em;
	font-weight:normal;
}
.hmenu li:first-child a {
	border-left:0 !important;
}
.hmenu li:nth-child(odd) a {
	border-left:1px solid #333;
}
.hmenu li a:hover {
	background-color:#333;
	color:#ccc;
}

.container {
	width:1200px;
	padding:80px 0;
	margin:0 auto;
	text-align:left;
}
.container2  {
	width:900px;
	padding:80px 0;
	margin:0 auto;
	text-align:left;
}
.cont_btn p {
	width:400px;
	margin:15px auto 20px;
}

#fix_foot {
	display:none;
}

.more {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
.more a {
    display: block;
    border: 1px solid #111;
    background-color: #fff;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-size: 1.16em;
    line-height: 50px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    transition: all 0.5s;
    letter-spacing: 0.1em;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.more a:hover {
    background-color: #eee;
}

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


}

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

#header {
	width:100%;
	height:50px;
}
#header h1 {
	left:15px;
	top:7px;
}
#header h1 img {
	width:auto;
	height:36px;
}
#toggle {
	width:50px;
	height:50px;
}
#header p {
	right:65px;
	top:13px;
}
#header p img {
	height:24px;
}
#toggle:hover {
	opacity:1;
}

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

.hmenu {
    width: 100%;
}
.hmenu li {
	float:none;
	width:100%;
}
.hmenu li a {
	padding:16px 0;
	font-size:1.4em;
    letter-spacing: 0.1em;
}
.hmenu li a span {
	display:block;
	font-size:0.64em;
}
.hmenu li:nth-child(odd) a {
	border-left:0;
}
#navi .contact {
    display: none !important;
}

#fix_foot {
	display:block;
	position:fixed;
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	z-index:2200;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    border-top:1px solid #fff;
}
#fix_foot ul {
	text-align:center;
	width:100%;
}
#fix_foot ul li {
	float:left;
	width: calc(100% / 2);
	background-color:#fff;
}
#fix_foot ul li a {
	display:block;
	line-height:50px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#c00;
	border-left:1px solid #fff;
	transition:opacity 0.5s;
}
#fix_foot ul li:first-child a {
	border-left:0;
    background-color: #111;
}
#fix_foot ul li a:hover {
	opacity:0.6;
}

.more {
    width: 70%;
}
.more a {
    line-height: 50px;
}

}


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

#footer {
    padding-bottom: 80px;
}
.credit h4 {
	margin-bottom:30px;
}
.credit h4 img {
	width:300px;
}
.credit p {
    line-height: 1.7;
    font-size: 1.16em;
}

.timetb {
    font-size: 1.16em;
    width: 900px;
    margin: 0 auto 80px;
}
.contact {
    width: 900px;
    margin: 0 auto 80px;
}
.contact ul li {
	float:left;
	width: calc(100% / 2);
	background-color:#fff;
}
.contact ul li a {
	display:block;
	line-height:1.4;
    font-size: 1.4em;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	background-color:#c00;
	border-left:1px solid #fff;
	transition:opacity 0.5s;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    padding: 30px 0;
}
.contact ul li a img {
    width: 50px;
    margin-bottom: 10px;
}
.contact ul li:first-child a {
	border-left:0;
    border-right:1px solid #fff;
    background-color: #111;
    letter-spacing: 0.1em;
}
.contact ul li a:hover {
	opacity:0.6;
}
#navi .contact {
    width: 900px;
    margin: 0 auto;
}
#navi .contact ul li {
	background-color:#111;
}
#navi .contact ul li a {
    border-left:1px solid #111;
}
#navi .contact ul li:first-child a {
    border-right:1px solid #111;
    background-color: #333;
}

.copyright {
	text-align:center;
	font-size:0.76em;
	color:#999;
}
.copyright img {
	vertical-align:top;
}

#title {
	background-color:#eee;
	padding:130px 0 30px;
    line-height:1.4;
}
#title h2 {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-size:1.8em;
	letter-spacing:0.1em;
}
#title p {
	color:#595656;
	font-size:1em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	letter-spacing:0.1em;
	margin-top:5px;
}
.sub {
    text-align: center;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
    font-size: 1.8em;
    line-height: 1.4;
    border-bottom: 1px solid #111;
    padding-bottom: 7px;
}

@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 50px;
}
.pagetop img {
	width:70px;
}
#footer {
    padding-bottom: 100px;
}
.credit h4 {
	margin-bottom:30px;
}
.credit h4 img {
	width:200px;
}
.credit p {
    font-size: 0.92em;
}
.timetb {
    width: auto;
    font-size: 1em;
    margin: 0 10px 50px;
}
.contact {
    display: none;
}
.copyright {
	text-align:center;
}
#title {
	padding:70px 0 20px;
}
#title h2 {
	font-size:1.4em;
	letter-spacing:0.1em;
}
#title p {
	font-size:0.84em;
	letter-spacing:0.1em;
	margin-top:5px;
}
.sub {
    font-size: 1.4em;
}
}

.subnavi {
	overflow:hidden;
}
.subnavi ul {
	position:relative;
	float:left;
	left:50%;
}
.subnavi li {
	position:relative;
	left:-50%;
	float:left;
}
.subnavi li a {
	display:inline-block;
	line-height:60px;
	padding:0 30px;
	color:#595656;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
	font-weight:bold;
	text-align:center;
	transition:all 0.5s;
}
.subnavi li a:hover {
	background-color:#f4f2f2;
	color:#9b9a9a;
}
.subnavi li a.current {
	background-color:#f4f2f2;
}

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

@media screen and (max-width: 499px) {
.subnavi ul {
	left:0;
	width:100%;
	border-top:1px dotted #9b9a9a;
}
.subnavi li {
	left:0;
	width:50%;
}
.subnavi li a {
	display:block;
	line-height:60px;
	padding:0;
	line-height:50px;
	border-right:1px dotted #9b9a9a;
	border-bottom:1px dotted #9b9a9a;
	font-size:0.92em;
}
.subnavi li:nth-child(2n) a {
	border-right:0;
}
}

.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:#f0f2f3;
}
.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 0;
	border-width:0 1px 0 0;
	border-style:dotted;
    border-color:#111;
	text-align:center;
    white-space:nowrap;
}
.table4 th {
	padding: 10px 0;
	border-width:0 1px 1px 0;
	border-style:dotted;
    border-color:#111;
    background-color: #eee;
	text-align:center;
	font-weight: normal;
	white-space:nowrap;
    width: 12%;
}
.table4 th:nth-child(1) {
    width: auto !important;
}
.table4 th:last-child,.table4 td:last-child {
    border-right: 0;
}
.table5 {
	line-height:1.7;
	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:#111;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#111;
	background-color:#eee;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
	color:#111;
}


@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%;
}
.img30 {
	width:30%;
}
.img20 {
	width:20%;
}
.img10 {
	width:10%;
}
.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 {
    font-size: 0.76em;
}
.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;
}
.table5 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
.gmap iframe {
	width:100%;
	height:600px;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (min-width: 500px) {
.table5 th {
	width:220px;
}
.table5 tr:last-child th,.table5 tr:last-child td {
	border-bottom:0;
}
.table5 th img {
	float:left;
	height:18px;
	margin:5px 0 0;
	line-height:0;
	font-size:1px;
}
.nobd {
	border-bottom:none !important;
}
.tite {
	margin-left:200px;
	margin-right:200px;
}
}
@media screen and (max-width: 499px) {
.table5 tr:last-child td {
	margin-bottom:0;
}
input[type="text"],textarea {
	width:290px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:2px 0 0 0;
}
.sarea {
	width:100px !important;
}
.gmap iframe {
	width:100%;
	height:450px;
}
}

.list-item,.list-item2 {
    opacity: 1;
		transition:opacity 0.5s;
}
.list-item.is-hidden,.list-item2.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.list-btn,.list-btn2 {
}
.list-btn.is-btn-hidden,.list-btn2.is-btn-hidden {
  display:none;
}

#samsample a {
	opacity:0.4;
	pointer-events: none;
}
