@charset "utf-8";
/*======================　基本設定　======================*/
body{
	width: 100%;
	text-align: center;
	/* background: url(../img/bg2.jpg) repeat-x 0px 30px; */
}
.container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.body:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.container:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #469E14;
	text-decoration: underline;
}
/*======================　ヘッダー　======================*/
.header2 {
	position: relative;
	height: auto;
}
.header2 h1 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.2;
}
.header2 {
	background-image: url(/reserve/shared/img/grass.png);
	background-repeat: repeat;
	padding: 25px 0;
}
.header2 p{
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #FFF;
}
.header2 .return_hp {
	text-align: center;
	width: 5em;
	height: 28px;
	margin-top: -13px;
	position: absolute;
	left: 5px;
	top: 50%;
	line-height: 28px;
}
.header2 .logout {
	text-align: center;
	width: 6em;
	height: 28px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	line-height: 28px;
	right: 5px;
}
.top .header2 .return_hp{display:none;}
.kanryou .header2 .return_hp{display:none;}
/*======================　メインコンテンツ　======================*/
.main_contents {
}
.info-wrap{
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 480px){
	.info-wrap{
		width: 90%;
		margin: 0 auto 4vh;
	}
}

.info-wrap .info-txt{
	background: #FCF8E8;
    padding: 1em 1em 1em 4em;
    border-radius: 20px;
    display: inline-block;
	position: relative;
	font-weight: bold;
}
@media screen and (max-width: 480px){
	.info-wrap .info-txt{
		background: #FCF8E8;
	    padding: 4em 1em 2em 1em;
	    border-radius: 20px;
	    display: inline-block;
		position: relative;
		font-weight: bold;
	}
}
.info-wrap .info-txt::before{
	content: url(/reserve/shared/img/icon_i.svg);
	top: 50%;
	left: 0;
	transform: translate(50%,-50%);
	position: absolute;
}
@media screen and (max-width: 480px){
	.info-wrap .info-txt::before{
		content: url(/reserve/shared/img/icon_i.svg);
		top: 0%;
		left: 50%;
		transform: translate(-50%,30%);
		position: absolute;
	}
}
.main_contents .container{
	padding-top: 15px;
	min-height: 245px;
	position: relative;
	padding-bottom: 70px;
}
/*======================　フッター　======================*/
.footer {
	background: #F7F7F7;
	padding: 30px 0;
}
.footer .return_hp{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	position: relative;
}
.footer .return_hp::before{
	position: absolute;
	content: url(/sys_files/img/left-arrow.png);
	top: 50%;
	left: -10%;
	transform: translate(-100%,-50%);
}
/*======================　ぱんくず　======================*/
.topicpath_wrap {
	background: #AAD991;
	margin-top: -1px;
}
.topicpath {
	background: #AAD991;
	padding-left: 15px;
	display: none;
}
.topicpath li {
	font-size: 12px;
	display: inline;
	float: left;
	line-height: 20px;
	margin-right: 0.5em;
}
/*======================　共通パーツ　======================*/
.error {
	font-size: 90%;
	color: #F00;
	display: block;
}
.btn1 {
	background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6);
	background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6);
	background-image: -o-linear-gradient(top, #ffffff, #d6d6d6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d6d6d6));
	background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
	background-image: linear-gradient(top, #ffffff, #d6d6d6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#d6d6d6)";/* IE 8 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #469E14;
	font-weight: bold;
}
.btn1:hover{
	background-image: -moz-linear-gradient(top, #ffffff, #EFEFEF);
	background-image: -ms-linear-gradient(top, #ffffff, #EFEFEF);
	background-image: -o-linear-gradient(top, #ffffff, #EFEFEF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#EFEFEF));
	background-image: -webkit-linear-gradient(top, #ffffff, #EFEFEF);
	background-image: linear-gradient(top, #ffffff, #EFEFEF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#EFEFEF)";/* IE 8 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #469E14;
	font-weight: bold;
}
.description_wrap{
	background: #E6F2DD;
	border-bottom: 2px solid #73A220;
	opacity: 0.8;
}
.description_wrap .description {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	padding: 1em 15px 1em 15px;
	/* background: #E6F2DD url(../img/icon_i.gif) no-repeat 5px 5px;
	background: #E6F2DD url(../img/icon_i2.gif) no-repeat 5px 5px\9; */
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	color: #000;
}
.main_contents .return_hp {
	background: #E6F2DD url(../img/icon_home.gif) no-repeat 5px center;
	background: #E6F2DD url(../img/icon_home2.gif) no-repeat 5px center\9;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	width: 60%;
	padding-left: 6%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #469E14;
	clear: both;
	padding-right: 3%;
	margin-left: -34.5%;
	position: absolute;
	left: 50%;
	bottom: 10px;
}
/*======================　画面サイズ別指定　======================*/
/*======================　480px以上　======================*/
@media screen and (max-width: 480px){
	.description_wrap .description {
		padding: 1em 0.5em 1em 0.5em;
	}
}
@media screen and (min-width: 480px){
.top .header2 h1 {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.top .header2 p{
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 5px;
}
.topicpath {
	display: block;
}
.container {width:940px;}
.main_contents .return_hp {
	margin-left: -200px;
	padding-right: 0px;
	padding-left: 0px;
	width: 400px;
}
.main_contents .container{
	min-height: 600px;
}
body,
.main_contents,
.header2,
.footer{
min-width: 960px;
}
}
.description .attention {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}
.return.btn1 {
	width: 69%;
	max-width: 400px;
	line-height: 40px;
	height: 40px;
	margin: 15px auto 30px;
	clear: both;
}
.konly{display:none}
/*======================　バナーエリア用追加分(2016/06/30)　======================*/
.banner_area {
	padding-top: 10px;
}
.banner_area ul{
	display: table;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
.banner_area li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.banner_area li a{
}
.banner_area li img{
}
@media screen and (max-width: 480px){
.banner_area {
	padding-top: 10px;
}
.banner_area ul{
	display: list-item;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	width: 100%;
}
.banner_area li{
	display: list-item;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 10px;
	width: 100%;
}
.banner_area li a{
}
.banner_area li img{
	max-width:70%;
	height:auto;
}
}
