@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	height: auto;
}

#main {
	margin-bottom: 30px;
	width: 780px;
}

#conts .headLine01 {
	line-height: 1.4;
}

#conts {
	margin: 0 auto;
	padding-top: 10px;
	box-sizing: border-box;
	border:1px solid #2d7fd8;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	width: 760px;
	float: none;
}

#conts .inner {
	padding: 20px 27px 30px;
}

#conts p {
	margin-bottom: 13px;
	font-size: 1.4em;
}

#conts p.lead {
	margin-bottom: 30px;
	text-align: center;
}

#conts p.lead .red {
	color: #F00;
}

#conts .topHead {
	font-size: 1.8em;
}

#conts .ttl03 {
	margin-bottom: 10px;
	font-size: 1.5em;
}

#conts .table01 {
	margin-bottom: 30px;
	border-collapse: collapse;
	width: 100%;
	color: #666;
	font-size: 1.3em;
}

#conts .table01 th,
#conts .table01 td {
	padding: 10px;
	border: 1px solid #BBB;
	line-height: 1.5;
}

#conts .table01 th {
	width: 24%;
	background: #EEE;
	text-align: center;
}

#conts .table01 td .list01 {
	padding-left: 0.5em;
	text-indent: -0.5em;
}

#conts .table01 td .list02 {
	padding-left: 1.6em;
	text-indent: -1.6em;
}

#conts .infoTxt {
	margin-bottom: 0;
	text-align: center;
}

#conts .infoTxt span {
	font-size: 1.286em;
}

#conts .submit,
#conts .back {
	margin-bottom: 30px;
}

#conts .submit li {
	margin: 0 15px;
}

#conts .submit li a img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/*--- 完了ページ ---*/
#completion {
	clear: both;
	display: inline-block;
	width: 760px;
	text-align: center;
	margin: 0 10px 100px;
}

#completion a {
	display: block;
}

#completion img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#completion span {
	font-size: 16px;
	font-weight: bold;
}

#completion .lead {
	font-size: 14px;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}

#completion .comp01 {
	float: left;
	width: 362px;
}

#completion .comp02 {
	float: right;
	width: 362px;
}


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

body {
	width: 100%;
	min-width: auto;
}

.pageTop {
	margin-left: 0;
	position: fixed;
	bottom: 5px;
	right: 5px;
    z-index: 99;
}

#footer .copyright {
	width: auto;
}

}



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

body {
	width: 100%;
	min-width: auto;
}

#contents {
	width: 100%;
}

.sp-no {
	display: none;
}

.pageTop {
	margin-left: 0;
	position: fixed;
	bottom: 5px;
	right: 5px;
    z-index: 99;
}

.pageTop img {
	width: 64px;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header.header03 {
	height: auto;
	background-size: cover;
	margin:0 0 20px;
	padding: 15px;
	background-position-x: 55%;
}

#header.header03 h1 {
	text-align: left;
	font-size: 2.8em;
}

#header.header03 h1 span {
	display: block;
	font-size: 0.6em;
}

#header.header03 h1 span a {
	display: block;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	width: auto;
	padding: 0 15px;
}

#main .headLine01 span {
	padding-right: 0;
}

#conts {
	width: auto;
	padding: 0;
}

#conts .inner {
	padding: 15px 15px 30px;
}

#conts p.lead {
	text-align: left;
}

#conts .formList {
	width: auto;
}

#fTown, #fPlace, #fEmail {
	max-width: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#conts .table01 th, #conts .table01 td {
	padding: 10px 5px;
}

#conts .table01 th {
	width: 28%;
	text-align:left;
}

#main .mailForm .submit li {
	display: inline-block;
}

#main .mailForm .submit li:first-child {
	margin-bottom: 20px;
}

#main .mailForm .submit li input {
	max-width: 100%
}

/*--- 完了ページ ---*/
#completion {
	width: 100%;
	margin: 0 0 40px;
}

#completion img {
	width: 100%
}

#completion .lead {
	margin-bottom: 20px;
}

#completion .comp01,#completion .comp02 {
	float: none;
	width: 100%;
}

#completion .comp01 {
	margin-bottom: 30px;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	width: 100%;
	padding:20px 0;
}

#footer .copyright {
	width: auto;
	padding:0 20px;
}

}



