@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
body{
	margin-top: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none!important;
}


/*-----------------------------
 header
-----------------------------*/
img{
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	}
#header .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	padding-bottom: 0px;
	top: 0px;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	width: 100%;
	left: 0px;
	top: 0px;
	display:none;
}
#header #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	float: none;
	width: 75%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header .header_tel{
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color: #2D2D2D;
	padding-top: 10px;
	padding-bottom: 17px;
	border-top: 3px solid #D02253;
	font-size: large;
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#header .header_tel .inner{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header .header_tel ul{
	margin-bottom: 5px;
}
#header .header_tel ul li{
	margin-bottom: 5px;
}
#header .head_link {
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 120px;
	margin-bottom: 10px;
	height: 20px;
	top: 0px;
	z-index: 100;
	margin-left: -60px;
	padding: 0px;
	position: absolute;
	left: 50%;
}

#header .head_link ul {

}
#header .head_link li {
	float: left;
	margin-right: px;

}

/*-----------------------------
 ナビ表示
-----------------------------*/
.spmenu{
	display: block;
}

/*-----------------------------
  スライド部分（全画面表示の場合）
-----------------------------*/
h1{
	font-size: 0.9em;
	color: #666;
}


/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	}
#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    background-image: url(../images/bgsm.jpg);
}
h2{
	margin-bottom: 30px;
	text-align: center;
}

h3{
  	font-size: medium;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-color: #000000;
	display: block;
	margin-bottom: 50px;
	font-weight: bold;
	text-align: left;
	border-left: 8px solid #E00002;
	color: #FFFFFF;
}
h4{
    font-size: large;
    margin-bottom: 30px;
    border-bottom: 1px solid #1F1F1F;
    font-weight: bold;
}
	
.mokuji{
    padding: 10px;
    margin-bottom: 50px;
    border: 3px solid #FFE496;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mokuji ul li{
    margin-bottom: 10px;
}
.mokuji ul li a{
    text-decoration: none;
    color: #070707;
}
	.midasi{
    font-size: large;
    margin-bottom: 15px;
    line-height: 140%;
}
	
.midashi{
	font-size: large;
	font-weight: 900;
	color: #DC0003;
	margin-bottom: 40px;
	line-height: 160%;
}
.txt{
	line-height: 200%;
	width: 100%;
}

.camp{
    padding: 10px;
    background-color: #FFEBC1;
    border: 3px solid #FFC73B;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: medium;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 96%;
}
	
	.stage1{
	padding-top: 30px;
	padding-bottom: 3px;
	background-color: #F0F0F0;
	width: 100%;
}
.stage1 .inner{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.stage1 .text{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	font-size: medium;
}
.stage1 .image{
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-bottom: 30px;
}

.hito_img{
	text-align: center;
	width: 100%;
}

.stage2{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F0F0F0;
	background-image: url(../images/bg_shasen.png);
	width: 100%;
}
.stage2 .inner{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.stage2 .text{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
}
.stage2 .image{
	width: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	float: none;
}
.stage2 .midashi{
	margin-bottom: 40px;
}
.stage3{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #Fff;
	text-align: left;
	width: 100%;
}
.stage3 .inner{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.stage3 .text{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	font-size: medium;
}
.stage3 .image{
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-bottom: 20px;
}
.stage4{
	padding-top: 30px;
	padding-bottom: 30px;
}
.stage4 .inner{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.stage4 .text{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	font-size: medium;
}
.stage4 .text ul{
	padding: 20px;
	background-color: #F4F4F4;
}
.stage4 .text ul li{
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 40px;
	font-size: medium;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 20px;
}
.stage4 .image{
	width: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
}
.stage4 .midashi{
	margin-bottom: 40px;
}
.stage4 .text2{
	float: none;
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	font-size: medium;
}
.stage5{
	padding: 10px;
	width: 94%;
	border: 5px solid #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stage5 .ttl{
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 15px;
	padding-bottom: 7px;
	margin-bottom: 40px;
	background-color: #EFC3C0;
	font-weight: bold;
}
.stage5 .left{
	width: 100%	;
	float: none;
	text-align: left;
}
.stage5 .left .image{
	margin-bottom: 20px;
	width: 75%;
}
.stage5 .left .txt{}
.stage5 .right{
	width: 200px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.stage5 dl{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D0D0D0;
}.stage5 dl dt{
	width: 100%;
	float: none;
	text-align: left;
	border-left: 5px solid #A30002;
	line-height: 100%;
	margin-bottom: 15px;
}
.stage5 dl dd{
	width: 100%;
	float: none;
	text-align: left;
	line-height: 170%;
	font-size: medium;
}
.stage6{
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100%;
	line-height: 180%;
}
.stage6 .inner{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
}
.stage6 .otoiawase_ttl{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	font-size: medium;
}
.stage6 .banner{
	width: 96%;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: left;
}
.contact{
	backgroundolor: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.contact dl{
	margin-bottom: 30px;
	width: 100%;
}
.contact dt{
	float: none;
	width: 100%
}
.contact dd{
	float: none;
	width: 100%;
}

/*-----------------------------
 pagetop/breadcrumb
-----------------------------*/
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 15%;
    z-index: 6000;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
.breadcrumb a {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.breadcrumb a:hover {
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #ff9933;
	text-decoration: none;
}


/*-----------------------------
 footer
-----------------------------*/
#footer {
	width: 100%;
	background-color: #000000;
	margin-bottom: 0px;
}
#footer .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 10px;
}
#footer #logo {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 300px;
	margin-bottom: 15px;
}
#footer #logo img {
	font-size: 10px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	height: auto;
	width: 300px;
}

#footer .footer_copyright {
	clear: both;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
}

.foot_link {
	font-weight: normal;
	width: 100%;
	margin-bottom: 25px;
	display: none;
}

.foot_link ul {
	height: 250px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	padding-left: 8px;
	border-right: 1px solid #B7B7B7;
}

.foot_link .title {
	margin-right: 10px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	background-image: url(../common/list3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.foot_link li {
	font-size: 11px;
	background-image: url(../common/list2.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 7px;
	line-height: 140%;
	margin-bottom: 4px;
}
.foot_link li a {
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #333;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #FF9600;
}


/* メールフォーム確認画面
------------------------------------------------------------*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
	
	
	}
