@charset "utf-8";

header {
	background-color: #BF3535;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

h1 {
	font-size: 66px;
	line-height: 105%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	padding-right: 40px;
	padding-left: 40px;
}

h1 br {
	display: block;
}

.largeBold {
	font-size: 80px;
	font-weight: bold;
}

.whiteBold {
	font-size: 80px;
	color: #FFF;
	font-weight: bold;
}

.toTop a,
.toTop a:visited {
	background-color: #000;
	background-image: url(../images/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 80px center;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 120px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 32px;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.toTop a:hover {
	background-color: #474747;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

h2 {
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	padding-bottom: 16px;
}

h3 {
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	padding-bottom: 16px;
}


/* 本文コンテンツ */
#contents {
	background-color: #E9E9E9;
	padding-top: 30px;
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 100px;
}

/*入力エリア*/
.formArea {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 50px;
	padding-right: 4%;
	padding-bottom: 50px;
	padding-left: 4%;
	background-color: #FFF;
}

.jpnTag {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.jpnTag dt {
	font-size: 18px;
	line-height: 130%;
	text-align: right;
	float: left;
	width: 10em;
	padding-right: 1em;
	padding-top: 2px;
}

.jpnTag dd {
	font-size: 18px;
	line-height: 130%;
}

.jpnTag input.short {
	width: 3em;
}

.jpnTag input.middle {
	width: 18em;
}

.jpnTag input.long {
	width: 60%;
}

.jpnTag input {
	font-size: 18px;
	line-height: 130%;
	margin-right: 0.5em;
}

.jpnTag input.check {
	height: 1em;
	width: 1em;
}

.jpnTag dt.long {
	font-size: 17px;
	line-height: 130%;
	text-align: right;
	float: left;
	width: 22em;
	padding-right: 1em;
	padding-top: 2px;
	padding-left: 5em;
}

.jpnTag dt.long br {
	display: none;
}

/* フロート無し */
.nonFloat {
	margin-bottom: 10px;
	padding-left: 12em;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.nonFloat dt {
	font-size: 18px;
	line-height: 130%;
	text-align: left;
	padding-bottom: 6px;
}

.nonFloat dd {
	font-size: 18px;
	line-height: 130%;
}

.nonFloat textarea.long {
	width: 70%;
	height: 5em;
}

.nonFloat input.long {
	width: 60%;
}

.nonFloat input {
	font-size: 18px;
	line-height: 130%;
	margin-right: 0.5em;
}

/* 段組み */
.multicolumnTabi {
	overflow: hidden;
	padding-left: 12em;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 20px;
}

.tabi {
	float: left;
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
}

.tabiPhoto img {
	height: auto;
	width: 100%;
	border: 1px solid #999;
}

.caption {
	font-size: 15px;
	line-height: 140%;
	height: 5em;
}

.btmTxt {
	clear: both;
	font-size: 15px;
	line-height: 150%;
	color: #C00;
	text-indent: -1em;
	padding-left: 1em;
}

/* ボタンエリア */
.btnArea {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.btnArea input {
	font-size: 26px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	width: 6em;
}


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


/*=== Body ===*/
body {
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

header {
	background-color: #BF3535;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 28px;
	line-height: 125%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}

h1 br {
	display: none;
}

.largeBold {
	font-size: 34px;
	font-weight: bold;
}

.whiteBold {
	font-size: 34px;
	color: #FFF;
	font-weight: bold;
}

.toTop a,
.toTop a:visited {
	background-color: #000;
	background-image: url(../images/arrow_left_s.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 50px;
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 18px;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.toTop a:hover {
	background-color: #474747;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

h2 {
	font-size: 22px;
	line-height: 120%;
	text-align: center;
	padding-bottom: 10px;
}

h3 {
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	padding-bottom: 16px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


/* 本文コンテンツ */
#contents {
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 50px;
}

/*入力エリア*/
.formArea {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10px;
	padding-right: 4%;
	padding-bottom: 0px;
	padding-left: 4%;
	background-color: #FFF;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.jpnTag {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.jpnTag dt {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	float: none;
	width: 100%;
	padding-right: 1em;
	padding-top: 2px;
	margin-bottom: 3px;
}

.jpnTag dd {
	font-size: 15px;
	line-height: 130%;
}

.jpnTag input.short {
	width: 35%;
}

.jpnTag input.middle {
	width: 100%;
}

.jpnTag input.long {
	width: 100%;
}

.jpnTag input {
	font-size: 15px;
	line-height: 130%;
	margin-right: 0.5em;
}

.jpnTag input.check {
	height: 1.2em;
	width: 1.2em;
}

.jpnTag dt.long {
	font-size: 15px;
	line-height: 130%;
	text-align: left;
	float: none;
	width: 100%;
	padding-right: 1em;
	padding-top: 2px;
	padding-left: 0em;
}

.jpnTag dt.long br {
	display: block;
}

/* フロート無し */
.nonFloat {
	margin-bottom: 10px;
	padding-left: 0em;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.nonFloat dt {
	font-size: 14px;
	line-height: 130%;
	text-align: left;
	padding-bottom: 6px;
}

.nonFloat dd {
	font-size: 14px;
	line-height: 130%;
}

.nonFloat textarea.long {
	width: 100%;
	height: 5em;
}

.nonFloat input.long {
	width: 100%;
}

.nonFloat input {
	font-size: 14px;
	line-height: 130%;
	margin-right: 0em;
}

/* 段組み */
.multicolumnTabi {
	overflow: visible;
	padding-left: 0em;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 20px;
}

.tabi {
	float: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

.tabiPhoto img {
	height: auto;
	width: 100%;
	border: 1px solid #999;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

.caption {
	font-size: 15px;
	line-height: 140%;
	height: 5em;
}

.btmTxt {
	clear: both;
	font-size: 13px;
	line-height: 150%;
	color: #C00;
	text-indent: 0em;
	padding-left: 0em;
}

/* ボタンエリア */
.btnArea {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.btnArea input {
	font-size: 15px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: center;
	width: 6em;
}





}