@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.keycolor {
	color:#5089c7;
}
.red {
	color:#c45;
}
.orange {
	color:#c60;
}
.white {
	color:#fff;
}
.green {
	color:#063;
}
.lgreen {
	color:#063;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.blue {
	color:#1b689c;
}
.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:#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;
}
.fw a:link {
	color:#333;
	text-decoration:none;
}
.fw a:visited {
	color:#333;
	text-decoration:none;
}
.fw a:hover {
	color:#999;
	text-decoration:none;
}
.fw a:active {
	color:#333;
	text-decoration:none;
}

.endmg {
	margin-bottom:60px;
}
.rdimg {
	border-radius:10px;
}
@media screen and (max-width: 499px) {
.endmg {
	margin-bottom:40px;
}
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.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:#f7f3c7;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	height:100%;
}
.fserif {
		font-family:serif;
}
#loader {
	display:none;
	position:fixed;
	background-color:#fffcf3;
	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:#fffcf3;
	color:#333;
}
.col1 {
	background-color:#f7f3c7;
}

@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:54px;
}
}

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

#header {
	position:relative;
	height:160px;
	border-top:5px solid #f07167;
}
.hd_box {
	width:1160px;
	height:160px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	left:450px;
	top:40px;
	line-height:0;
}
#header .flower1 {
	position:absolute;
	left:300px;
	top:40px;
	line-height:0;
}
#header .flower2 {
	position:absolute;
	right:300px;
	top:37px;
	line-height:0;
}
.gw {
	position:relative;
	width:100%;
	height:60px;
	z-index:1000;
}
.gw ul {
	width:1080px;
	height:60px;
	margin:0 auto;
	text-align:center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.gw li {
	height:60px;
    flex-grow: 1;
}
.gw li a {
    display: flex;
    justify-content: center;
    align-items: center;
	height:60px;
    transition: all 0.3s;
}
.gw li a:hover {
    opacity: 0.6;
}
.gw li:nth-child(1) a {
	background-color:#f07167;
}
.gw li:nth-child(2) a {
	background-color:#f0aa00;
}
.gw li:nth-child(3) a {
	background-color:#67bb55;
}
.gw li:nth-child(4) a {
	background-color:#9990e5;
}
.gw li:nth-child(5) a {
	background-color:#f09767;
}
.gw li:nth-child(6) a {
	background-color:#e588cc;
}
.gw li:nth-child(7) a {
	background-color:#67a5e5;
}
.gw li a img {
    height: 18px;
}

#toggle {
	position:fixed;
	width:30px;
	height:30px;
	top:14px;
	right:10px;
	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.92em;
	display:none;
	text-align:center;
	z-index:2000;
	width:100%;
	top:54px;
}
ul.accordion a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
}
ul.accordion li:nth-child(1) a {
	background-color:#f07167;
}
ul.accordion li:nth-child(2) a {
	background-color:#f0aa00;
}
ul.accordion li:nth-child(3) a {
	background-color:#67bb55;
}
ul.accordion li:nth-child(4) a {
	background-color:#9990e5;
}
ul.accordion li:nth-child(5) a {
	background-color:#f09767;
}
ul.accordion li:nth-child(6) a {
	background-color:#e588cc;
}
ul.accordion li:nth-child(7) a {
	background-color:#67a5e5;
}
ul.accordion li {
	float:left;
	width:50%;
}
ul.accordion li:first-child {
	float:left;
	width:100%;
}

@media screen and (max-width: 499px) {
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2000;
	background-color:#fffcf3;
	border-top:4px solid #f07167;
}
.hd_box {
	width:100%;
	height:50px;
}
#header h1 {
	top:14px;
	left:15px;
	bottom:auto;
}
#header h1 img {
	width:auto;
	height:22px;
}
#header h2,#header p,.gw {
	display:none;
}
}

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

.container {
	width:1080px;
	padding:60px 0 1px;
	margin:0 auto;
	text-align:left;
}
#ftnavi,.subnavi {
	display:none;
}


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

}
@media screen and (max-width: 499px) {
.container {
	width:auto;
	padding:40px 20px 1px;
}

#ftnavi {
	display:block;
	font-size: 0.92em;
	text-align:center;
}
#ftnavi a {
	display:block;
	line-height:50px;
	text-decoration:none;
	color:#fff;
}
#ftnavi li:nth-child(1) a {
	background-color:#f07167;
}
#ftnavi li:nth-child(2) a {
	background-color:#f0aa00;
}
#ftnavi li:nth-child(3) a {
	background-color:#67bb55;
}
#ftnavi li:nth-child(4) a {
	background-color:#9990e5;
}
#ftnavi li:nth-child(5) a {
	background-color:#f09767;
}
#ftnavi li:nth-child(6) a {
	background-color:#e588cc;
}
#ftnavi li:nth-child(7) a {
	background-color:#67a5e5;
}
#ftnavi li {
	float:left;
	width:50%;
}
#ftnavi li:first-child {
	float:left;
	width:100%;
}
}

.fw {
	background-color:#f7f3c7;
	font-size:0.84em;
	line-height:1.231;
	border-bottom:1px dashed #ccc;
}
.fw a {
	display:inline-block;
	padding:15px;
}
.fw p {
	width:1080px;
	margin:0 auto;
	text-align:center;
	color:#ccc;
}
.pagetop {
	position:fixed;
	width:60px;
	height:39px;
	bottom:40px;
	right:-90px;
	z-index:1000;
}
.pagetop img {
	width:60px;
}

#footer {
	width:1080px;
	margin:0 auto;
	padding:40px 0;
	line-height:1.6;
}
.credit {
	float:none;
	text-align:center;
}
.credit h3 {
	margin-bottom:20px;
}
.copyright {
	padding:40px 0 0;
	font-size:0.76em;
	text-align:center;
	color:#333;
}
.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;
}
.credit {
}
.credit h3 img {
	width:200px;
}
.copyright {
	padding:40px 0 0;
	text-align:center;
}
.copyright img,.fw {
	display:none;
}
}


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

#title {
	padding:30px 0;
	margin-top:10px;
}
#title img {
	height:36px;
}

@media screen and (max-width: 499px) {
#title {
	padding:20px 0;
	margin-top:0;
}
#title img {
	height:22px;
}
}

.sub {
	text-align:left;
	font-size:1.16em;
	color:#785142;
	border-bottom:1px solid #785142;
	 margin:0 0 30px;
	 padding:0 10px 9px;
	 line-height:1.5;
}
.sub2 {
	text-align:left;
	font-size:1.16em;
	color:#785142;
	background-color:#fae3aa;
	padding:5px 15px;
	border-radius:10px;
	 margin:0 0 30px
}
.line {
	border-bottom:1px dotted #666;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}
.more a {
	display:block;
	color:#231815;
	text-align:center;
	line-height:40px;
	background-color:#fff;
	border:1px solid #231815;
	-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;
}

@media screen and (max-width: 499px) {
 .sub {
	 margin:0 0 20px;
	 padding-bottom:7px;
}
 .sub2 {
	 margin:0 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: 20px;
	text-align:left;
	vertical-align:top;
}
.table1 th {
	font-weight: normal;
	background:#d1e8c3;
	white-space:nowrap;
	border-bottom: 1px dashed #fffcf3;
	text-align:center;
	vertical-align:middle;
}
.table1 td {
	border-bottom: 1px dashed #ccc;
}
.table1 tr:nth-child(odd) {
	background-color:#fff;
}
.table1 tr:last-child th,.table1 tr:last-child td {
	border:0;
}

.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: 20px;
	border-bottom: 1px dashed #ccc;
	text-align:center;
}
.table4 th {
	padding: 10px 20px;
	text-align:center;
	font-weight: normal;
	background:#d1e8c3;
	white-space:nowrap;
}
.table4 th:first-child {
	border-right: 1px dashed #fffcf3;
}
.table4 td:first-child {
	border-right: 1px dashed #ccc;
}
.table4 tr:nth-child(even) {
	background-color:#fff;
}

.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) {
.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;
	padding:3px 10px;
	border-radius:10px;
	text-align:left;
}
.table1 td {
	margin:0 10px 20px;
	padding: 0;
	background-color:transparent;
}
.table1 tr {
	background-color:transparent !important;
}

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

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

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