@charset "utf-8";
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c00;
}
.keycolor {
	color:#172245;
}
.white {
	color:#fff;
}
.bg1 {
    background-color: #b7b8b8;
}
.bg2 {
    background-color: #aac14c;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
.tel-link a {
	color:inherit !important;
}
a {
	color:#ed7969;
	text-decoration:none;
}
a:visited {
	color:#ed7969;
	text-decoration:none;
}
a:hover {
	color:#f99;
	text-decoration:none;
}
a:active {
	color:#ed7969;
	text-decoration:none;
}

@media screen and (min-width: 500px) {
.btn a {
	animation: btnfadeout 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadeout 0.3s ease 0s 1 normal forwards;
}
.btn a:hover {
	animation: btnfadein 0.5s ease 0s 1 normal forwards;
	-webkit-animation: btnfadein 0.3s ease 0s 1 normal forwards;
}
}
@keyframes btnfadein {
  0% {
    opacity:1;
  }
  100% {
    opacity:0.6;
  }
}
@keyframes btnfadeout {
	0% {
		opacity:0.6;
  }
  100% {
    opacity:1;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.5 !important;
}
.lh_m {
	line-height:1.7 !important;
}
.lh_l {
	line-height:2 !important;
}
.lh0 {
	line-height:0;
	font-size:1px;
}
.ls_5 {
    letter-spacing: 0.05em;
}
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:#fbded4;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../img/bg.png");
    background-size: 20px auto;
}
.fserif {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}

#wrapper {
	 flex: 1 1 auto;
	 min-height: 1px;/*IE11 img resizing bug*/
     background-color: #ed7969;
     width: 1100px;
     margin-left: auto;
     margin-right: auto;
}
.effect {
	opacity:0;
	transition:opacity 1s;
}
.mgend {
	margin-bottom:80px;
}
.mgl {
	margin-bottom:120px;
}
.mgm {
	margin-bottom:60px;
}
.mgms {
	margin-bottom:40px;
}
.mgs {
	margin-bottom:30px;
}
.mgss {
	margin-bottom:15px;
}
.mgsss {
	margin-bottom:10px;
}


@media screen and (max-width: 499px) {
#wrapper {
     width: 100%;
}
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.92em;
	}
	.mbcenter {
		text-align:center !important;
	}
	.pccenter {
		text-align:left !important;
	}
	.mgend {
	margin-bottom:50px;
	}
	.mgl {
	margin-bottom:80px;
	}
	.mgm {
	margin-bottom:40px;
	}
    .mgms {
	margin-bottom:30px;
	}
	.mgs {
	margin-bottom:20px;
	}
	.mgss {
	margin-bottom:10px;
	}
    .mgsss {
	margin-bottom:7px;
    }
    
}

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

.yane {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

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

@media screen and (max-width: 499px) {
.yane {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}


.container {
    box-sizing: border-box;
    color: #fff;
	width:1100px;
	padding:80px 60px;
	margin:0 auto;
	text-align:left;
}


.pagetop {
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:-90px;
	z-index:1200;
}
.pagetop img {
	width:60px;
}
.copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 0.64em;
    color: #999;
}
.copyright img {
    vertical-align: text-bottom;
}

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

.container {
	width:100%;
	padding:50px 30px;
}

.pagetop {
	position:static;
	text-align:center;
	width:auto;
	height:auto;
	padding:0;
    margin-top: 30px;
}
.pagetop img {
	width:50px;
}

.copyright {
    font-size: 0.64em;
}

}

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

}

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


}

.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: 2px dotted #ed7969;
	text-align:left;
	vertical-align:middle;
}
.table1 th{
	font-weight: normal;
	background:#ffffee;
    color: #111;
	white-space:nowrap;
}
.table1 th h4 {
    color: #ed7969;
    font-size: 1.4em;
}
.table1 td{
    color: #111;
	font-weight: normal;
	background:#fff;
}

.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:#fff;
	padding:20px 25px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#fff;
	padding:20px 25px;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}

.table3 {
	width: 100%;
	border-collapse: collapse;
}
.table3 td,.table3 th{
	padding: 20px 25px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table3 th{
    width: 200px;
	font-weight: normal;
	background:#eff8f7;
	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:#f2f4ef;
	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:solid;
	border-color:#999;
	padding:30px;
	vertical-align:top;
	margin:0;
}
.table5 th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:30px;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}


@media screen and (max-width: 499px) {
.container2 .box0 {
	margin-left:30px;
	margin-right:30px;
}
.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;
	padding:7px 15px;
    line-height: 1.4;
    border-radius: 5px;
}
.table1 td {
	margin:0 10px 30px;
	padding: 0;
    color: #fff;
    background-color: transparent;
}

.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;
    background-color: #0b7cc2;
}
.table2 td {
	margin:0 10px 30px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}

.table3 {
	width: 100%;
}
.table3 td,.table3 th{
	padding: 10px 15px;
	border: 1px solid #999;
}
.table3 th {
    font-size: 0.84em;
    width: auto;
	background:#eff8f7;
}

.table4 {
    font-size: 0.84em;
}
.table4 th {
	width:1%;
}
.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 6px;
	border-bottom:1px solid #69bd79;
    background-color: #fff;
	font-weight:bold;
    line-height: 1.3;
    font-size: 1.08em;
}
.table5 td {
	margin:0 10px 40px ;
	padding: 0;
}
.table5in td {
	margin:0 0 20px;
}
}

input {
	vertical-align:middle;
}
input[type="text"],textarea {
    width:100%;
    border: 0;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
.sarea {
	width:200px !important;
}
.gmap iframe {
    display: block;
    height: 600px;
}

@media screen and (min-width: 500px) {
.table5 th {
	width:280px;
}
.table5 th img {
	float:right;
	height:18px;
	margin:5px 0 0 0;
}
.table5 tr:last-child th,.table5 tr:last-child td {
    border-bottom:none !important;
}
.tite {
    margin-left: 150px;
    margin-right: 150px;
}
}
@media screen and (max-width: 499px) {
.gmap iframe {
    height: 450px;
}
.table1 tr:last-child td,.table5 tr:last-child td {
	margin-bottom:0;
}
input[type="text"],textarea {
	width:100%;
    border: 0;
    background-color: #eee;
}
.table5 th img {
	float:right;
	height:18px;
	margin:2px 0 0 0;
}
.sarea {
	width:140px !important;
}

}

