@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:#56cc8e;
}
.bgreen {
	color:#24989c;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.purple {
	color:#9c94e1;
}
.snavy {
	color:#50678f;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
.brown {
	color:#7a5201;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a:link {
	color:#0056b8;
	text-decoration:none;
}
a:visited {
	color:#0056b8;
	text-decoration:none;
}
a:hover {
	color:#669ad4;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#7a5201;
	text-decoration:none;
}
.fw a:visited {
	color:#7a5201;
	text-decoration:none;
}
.fw a:hover {
	color:#b2a069;
	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;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_ss {
	line-height:1.4 !important;
}
.lh_s {
	line-height:1.6 !important;
}
.lh_m {
	line-height:1.8 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
.sunserif {
		font-family:serif;
}
.mono {
	font-family:monospace;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#f7f2e1;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
}

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

#wrapper {
	background-color:#fffdf7;
}
#header {
	position:relative;
	width:1200px;
	height:180px;
	margin:0 auto;
	z-index:2000;
}
#header h1 {
	color:#8e6e2e;
	font-size:11px;
	padding-top:20px;
	font-weight:normal;
}
#header h2 {
	position:absolute;
	top:65px;
	left:0;
	right:0;
}
#header h2 img {
	height:45px;
}
#header p {
	position:absolute;
	left:0;
	right:0;
	bottom:35px;
	line-height:0;
}

#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:10px;
	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);
}
.accordion {
	z-index:3000;
	position:fixed;
	left:0;
	top:60px;
	display:none;
	text-align:center;
	height:100%;
	background-color:rgba(255,253,247,0.9);
}
.accordion li a {
	display:block;
	line-height:60px;
	padding:0 20px;
	text-decoration:none;
	color:#7a5201;
	transition: all 0.5s;
}
.accordion li a:hover {
	color:#ac9157;
	background-color:#f6efd8;
}
.accordion li:nth-child(even) a {
	border-left:1px solid #fffdf7;
}
.accordion li {
	float:left;
	width:50%;
	background-color:#f0e5c4;
	border-bottom:1px solid #fffdf7;
}
.accordion li.ful {
	
}
.accordion li.oto {
	width:100%;
	text-align:center;
}
.accordion li.oto strong {
	font-size:1.24em;
}
.accordion p {
	padding-top:20px;
}
.accordion p a {
	margin:0 15px;
}
.ft_sns {
	padding-bottom:20px;
}
.ft_sns a {
	margin:0 15px;
}

#global {
	z-index:2000;
	background-color:#f0e5c4;
	height:70px;
}
#global img {
	vertical-align:middle;
}
#global a {
	display:inline-block;
	border-right:2px solid #f7f2e1;
}
#global a:nth-child(1) {
	border-left:2px solid #f7f2e1;
}
#global a:nth-child(5),#global a:nth-child(6),#global a:nth-child(7),#global a:nth-child(8) {
	border-right:0;
	margin-left:30px;
}

@media screen and (max-width: 499px) {
#wrapper {
	margin-top:60px;
}
#header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:60px;
	background-color:#f7f2e1;
}
#header h1 {
	display:none;
}
#header h2 {
	top:19px;
	left:20px;
	right:auto;
}
#header h2 img {
	height:22px;
}
#header p {
	display:none;
}
#global {
	display:none;
}
.copy {
	color:#7a5201;
	background-color:#f0e5c4;
	line-height:38px;
	font-weight:bold;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
.gfix {
	margin-top:250px;
}
.gfix #header {
	display:none;
}
.gfix #global {
	position:fixed;
	width:100%;
	left:0;
	top:0;
}

}


.container {
	width:1200px;
	margin:0 auto;
	padding:40px 0;
	text-align:left;
	z-index:1000;
}
#ftnavi {
	display:none;
}
.doc_l {
	float:left;
	width:890px;
}
.doc_r {
	float:right;
	width:270px;
}
.fixnavi {

}
.more {
	text-align:center;
	margin-top:30px;
}
.more a {
	display:inline-block;
	font-size:1.16em;
	color:#7a5201;
	font-weight:bold;
	line-height:50px;
	background-color:#fff;
	border:2px solid #faae69;
	padding:0 30px;
	border-radius: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;
	transition: all 0.5s;
}
.more a:hover {
	color:#ac9157;
	background-color:#f6efd8;;
}


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

.container {
	width:auto;
	padding:40px 30px;
}
#ftnavi {
	display:block;
	text-align:center;
}
#ftnavi li {
	float:left;
	width:50%;
	background-color:#f0e5c4;
	border-bottom:1px solid #fffdf7;
}
#ftnavi li.ful {
	
}
#ftnavi li a {
	color:#7a5201;
	display:block;
	line-height:60px;
	padding:0 20px;
	transition: all 0.5s;
}
#ftnavi li a:hover {
	color:#ac9157;
	background-color:#f6efd8;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #fffdf7;
}
.doc_l {
	float:none;
	width:auto;
	margin-bottom:40px;
}
.doc_r {
	float:none;
	width:auto;
}
}

.pagetop {
	position:fixed;
	width:80px;
	bottom:40px;
	right:-100px;
	z-index:1200;
}
.pagetop img {
	width:80px;
}
#credit h3 {
	font-size:1.16em;
	margin-bottom:15px;
}
#credit p {
	font-size:0.92em;
}
#footer {
	width:1200px;
	padding:40px 0;
	margin:0 auto;
	color:#7a5201;
	line-height:1.7;
	text-align:left;
}
.fw {
	text-align:right;
	line-height:2;
	font-size:0.84em;
	color:#b2a069;
}

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

.snavi {
	font-size:1.08em;
	font-weight:bold;
	padding-bottom:20px;
	background-color:#fb896f;
	border-radius:0 0 20px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
}
.snavi li p {
	background-color:#faae69;
	padding:7px 18px;
	color:#fff;
}
.snavi li a {
	display:block;
	background-color:#f0e5c4;
	color:#7a5201;
	line-height:50px;
	border-bottom:1px solid #fffdf7;
	background-image:url(../img/link.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-left:35px;
	opacity:1;
	transition: all 0.5s;
}
.snavi li a:hover {
	color:#ac9157;
	background-color:#f6efd8;
}


@media screen and (max-width: 499px) {
.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0 0 40px;
}
.pagetop img {
	width:80px;
}
#credit h3 {
	margin-bottom:0;
}
#footer  {
	width:100%;
	text-align:center;
}
.fw {
	display:none;
}
.copyright {
	font-size: 0.76em;
	text-align:center;
}
.copyright img {

}

.blog_sp {
	padding-top:20px;
	margin-bottom:30px;
}
.blog_sp a {
	text-align:center;
	display:block;
	background-color:#ffff99;
	border-radius: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;
	border:2px solid #67c696;
	padding:12px 0;
}
.telsp {
	font-size:2em !important;
	font-weight:bold;
}
}


#title {
	height:80px;
	background-image:url(../img/colk.jpg);
}
#title p {
	width:1200px;
	margin:0 auto;
}

@media screen and (max-width: 499px) {
#title {
	height:auto;
	color:#fff;
	line-height:60px;
	background-position:center center;
	background-size:690px 600px;
	font-size:1.8em;
}
#title p {
	width:auto;
	text-align:center;
	text-shadow:2px 2px 2px #7a5201;
	font-weight:bold;
}

}

.sub {
	color:#fff;
	background-color:#faae69;
	border-radius:20px 20px 0 0;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
	padding:7px 18px;
	line-height:1.6;
	font-size:1.16em;
	margin-bottom:30px;
}
.sub2 {
	color:#fff;
	background-color:#fb896f;
	border-radius:20px 20px 0 0;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
	padding:7px 18px;
	margin-bottom:1px;
	line-height:1.6;
	font-size:1.16em
}
.sub3 {
	color:#67c696;
	border-bottom:2px dotted #67c696;
	line-height:1.6;
	font-size:1.16em;
	margin-bottom:30px;
}
.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;
}


.line {
	border-bottom:1px dotted #47356A;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:40px;
}
.line2 {
	border-bottom:1px solid #fff;
	margin-left:20px;
	margin-right:20px;
}
.line_img {
	text-align:center;
}

@media screen and (max-width: 499px) {
.sub,.sub3 {
	margin-bottom:20px;
}
.sub_red {
	background-color:#fb896f !important;
}
.sub_green {
	background-color:#67c696 !important;
}
.sub2 {

}
.more1 a {
	display:block;
	color:#333;
	text-align:center;
	line-height:40px;
	background-color:#a8dbf6;
	border-radius: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 {
	border-bottom:1px dotted #47356A;
	margin-bottom:40px;
	margin-left:0;
	margin-right:0;
}
.line2 {
	border-bottom:1px solid #fff;
	margin-left:0;
	margin-right:0;
}

}

.box0 {
	line-height:2;
}
.box1 {
	line-height:2;
	margin-left:10px;
	margin-right:10px;
}
.box2 {
	line-height:2;
	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;
}
.dtable td,.dtable th {
	padding:0 !important;
}

.table1 {
	width: 100%;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: bold;
	background:#eff0f7;
	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:#b2a069;
	padding:10px 15px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#b2a069;
	padding:10px 15px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.table2in td,.table2in th {
	border-bottom:none;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
}
.table3 td {
	padding: 10px 15px;
	border-top: 1px solid #fff;
	text-align:left;
}
.table3 th {
	padding: 10px 15px;
	border-top: 1px solid #fff;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	white-space:nowrap;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table4 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table4 th {
	width:50%;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}

.waku1 {
	border:2px solid #d7c691;
	background-color:#fff;
	padding:20px 25px;
	border-radius: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;
}
.waku2 {
	border:2px solid #faae69;
	background-color:#fff;
	padding:20px 25px;
	border-radius: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;
}
.gmap {
	height:500px;
}
.gmap iframe {
	width:100%;
	height:500px;
}
.sh_box li {
	float:left;
	width:145px;
	margin:0 8px 8px 0;
}
.sh_end {
	margin:0 0 8px 0 !important;
}
.privacy li {
	border-bottom:1px dotted #666;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:1.5em !important;
}

@media screen and (max-width: 499px) {
.badj10 {
	margin-bottom:10px !important;
}
.badj20 {
	margin-bottom:20px !important;
}
.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;
}
.table0 td.adj40 {
	margin-bottom:40px;
}
.table0 td.adj0 {
	margin-bottom:0;
}
.table0 td.adj10 {
	margin-bottom:10px;
}
.table0 td.adj5 {
	margin-bottom:5px;
}
.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;
	padding:0 !important;
}
.img100 {
	width:100%;
}
.img80 {
	width:80%;
}
.img70 {
	width:70%;
}
.img60 {
	width:60%;
}
.img50 {
	width:50%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	font-size:1em;
	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 {
	line-height:1.231;
	margin-bottom: 10px;
	background: #eff0f7;
	padding:8px 20px;
	border-radius: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 {
	padding:0 15px 20px;
}
.table1 td.adj {
	padding:0 15px 0;
}

.table2 {
	font-size:1em;
	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;
	line-height:1.231;
	margin-bottom: 10px;
	color:#7a5201;
	background: #f0e5c4;
	padding:8px 20px;
	border-radius: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;
}
.table2 td {
	padding:0 15px 20px;
}
.table2 td.adj {
	padding:0 15px 0;
}

.table3 {
	border:none;
	display: block;
	width:auto;
}
.table3 tbody {
	display: block;
}
.table3 tr {
	display: block;
}
.table3 th,.table3 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table3 th {
	line-height:1.231;
	margin-bottom: 10px;
	background: #47356A;
	padding:8px 20px;
	border-radius: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;
}
.table3 td {
	padding:0 15px 20px;
}
.gmap {
	height:400px;
}
.gmap iframe {
	width:100%;
	height:400px;
}
.sh_box li {
	float:left;
	width:25%;
	margin:0;
}
.sh_box p {
	padding:0 8px 8px 0;
}
.sh_box p img {
	width:100%;
}
}

@media screen and (min-width: 500px) {
input[type="text"],textarea {
	width:400px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:4px;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:280px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:-2px;
}
}
#input_age {
	width:100px !important;
}
.reki li {
	margin-bottom:10px;
}
.taisho {
	background-color:#f7f2e1;
	padding:10px 18px;
	margin-bottom:20px;
	text-align:right;
}
.zmb {
	background-color:#cc9e69;
	color:#fff;
	padding:8px 16px;
	margin-bottom:10px;
	line-height:1.231;
	font-weight:bold;
}
