@charset "shift_jis";
/* ▼PC版のCSS */
body {
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	margin-left: auto;
	width: 900px;
	margin-right: auto;
	background-color: #FFB852;
	margin-bottom: 0px;
	padding-bottom: 50px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: bottom;
	background-image: url(../img/haikei.jpg);
}

/* -----------------------------------------------------------------------------
 Main
----------------------------------------------------------------------------- */
#main{
	/* box-shadow */
	box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	-webkit-box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	-moz-box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	margin-top: 0px;
	width: 800px;
	background-color: #FFE6C7;
	padding-bottom: 50px;
	margin-right: 50px;
	margin-left: 50px;
	}
	
/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
#header-area {
	padding: 0;	
}
#header-area h1 {
	background-color: #8B7A5E;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 0 2px 5px;
	margin: 0;
}
#header-area h2 {
	position: relative;
	
	margin: 0;
}
#header-area h2 p {
	position: absolute;
	font-size: 120%;
	top: 0px;
	right: 63%;
	text-shadow: 0 2px 0 #fff,2px 0 0 #fff,	0 -2px 0 #fff,-2px 0 0 #fff,2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
}
#header_pc{display: block;}

#header_sp{display:none;}


/* -----------------------------------------------------------------------------
 Banner_areas
----------------------------------------------------------------------------- */

#banner_area{margin:5px auto 5px auto ;}

#call_pc{display: block; margin:0 auto ; }

#call_sp{display:none;}


/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */

#pc_map{display: block; margin: 0 auto; }

#sp_map{display:none;}


.tenpobody_ken{
	margin: 0  0px 0  10px  ;
	text-align: center;
	}
.tenpobody_ken img {
	display: block;


	border="0"
;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* -----------------------------------------------------------------------------
 Float Box
----------------------------------------------------------------------------- */

#list_area{
           width:700px;
           margin:10px auto;
}

.box_cover{

           width:700px;
           padding:0 0 0 20px;
}

.box{
     background-color:#ffffff;
     width:330px;
     height: 320px;
     float:left;
     margin-right:10px;
     margin-bottom:10px;     
     border:2px solid #FF8D40;
     border-radius: 13px;
     position:relative;
    
}

.box a{ text-decoration:none; }

.box p{
         position:absolute;
         text-decoration:none;
         color: #192f60;
         font-size: 100%;
         font-weight: bold;
         bottom:-5px;
         right:10px;
         border: 2px solid #bbdbf3;
         border-radius:20px;
         padding:1px 5px;
 }


.f_clear {clear: both;}

.box_tittle{
            background-color:#FF8D40;
            height:60px;
            color: #FFF;
            text-align:center;
            font-weight: bold;
            padding:7px  10px   ;
            border-top-left-radius:11px;
            border-top-right-radius:11px;
            font-size: 130%;
            line-height:1.2em;
}


.box dl{
        margin:7px 0 0 5px;
        font-size: 100%;
        line-height:1.3em;
        color:#333;
}

.box dt{
         float: left;
         width:75px;
         background-color:#FF8D40;
         text-align:center;
         border-radius: 3px;
         font-weight: bold;
         padding:3px 0 1px 0;
         color:#333;
}

.box dd{
        margin:0 2px 15px 85px;
        font-size: 95%;
        color:#333;
}


/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */
#footer-area {
	background-color: #FF8D40;
	color: #FFFFFF;
    font-size: 12px;
    padding: 20px 10px;
    text-align: center;	
	line-height: 1.5em;
    bottom: 0;    
    height: 130px;
	width: 100%;
}
#footer-area a {
	text-decoration: none;
	color: #FFF;
}
#footer-area ul {
    list-style-type: none;
    margin: 0 auto;
	width: 80%;
}
#footer-area li {
	display: inline-block;
	border-right: 1px solid #FFF;
	padding: 0 8px;
	margin: 3px 0;
}
#footer-area li:last-child {	
	border-right: none;
	
}
.clear-float {
	clear:both;
}

/* ▲PC版のCSS */


/* ▼SP版のCSS */

@media screen and (min-width: 0px) and (max-width: 640px){


#wrapper {
	margin-left: auto;
	width:100%;
	margin-right: auto;
	background-color: #FFB852;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: bottom;
	background-image: url(../img/haikei.jpg);
}

/* -----------------------------------------------------------------------------
 Main
----------------------------------------------------------------------------- */
#main{
	/* box-shadow */
	box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	-webkit-box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	-moz-box-shadow: rgba(163, 140, 113, 0.580392) 0px 0px 24px 2px;
	margin-top: 0px;
	width: 100%;
	background-color: #FFE6C7;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}
	
/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
#header-area h1 {
	background-color: #8B7A5E;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 2px 5px 10px;
	margin: 0;
}

#header-area h1{display:none;}

#header-area h2 p {
	position: absolute;
	font-size: 80%;
	top: -10px;
	left: 10%;
	width:250px;
	text-shadow: 0 2px 0 #fff,2px 0 0 #fff,	0 -2px 0 #fff,-2px 0 0 #fff,2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
}

#header_pc{display:none;}

#header_sp{
           display: block;
           width:100%;
           }

/* -----------------------------------------------------------------------------
 Banner_areas
----------------------------------------------------------------------------- */

#banner_area{margin:0px auto 0px auto ; }

#call_pc{display:none;}

#call_sp{
           display: block;
           width:100%;
           }

/* -----------------------------------------------------------------------------
 Contents
----------------------------------------------------------------------------- */

#pc_map{display:none ;}

#sp_map{
        display:block;
        width:100%;
        margin: 0 auto;          
         }

.tenpobody_ken{
	margin: 0 auto;
	text-align: center;
	width:100%;
	}
.tenpobody_ken img {
	display: block;}


/* -----------------------------------------------------------------------------
 Float Box
----------------------------------------------------------------------------- */

#list_area{
           width:100%;
           margin:10px auto 5px auto;
}

.box_cover{

           width:97%;
           padding:0 0 0 0px;
           margin:0 auto;
}

.box{
     background-color:#ffffff;
     width:100%;
     height: 300px;
     float:left;
     margin: 0 auto 5 auto;
}

.f_clear {clear: both;}


/* -----------------------------------------------------------------------------
 Footer
----------------------------------------------------------------------------- */


#footer-area {
	background-color: #FF8D40;
	color: #FFFFFF;
    font-size: 15px;
    padding: 15px 0px 20px 0px;
    text-align: center;	
	line-height: 1.4em;
    bottom: 0;
    height: 220px;    
	width: 100%;
}
#footer-area a {
	text-decoration: none;
	color: #FFF;
}
#footer-area ul {
    list-style-type: none;
    margin: 0 auto 10 auto;
	width: 100%;
	padding-inline-start: 0px;
}
#footer-area li {
	display: inline-block;
	border-right: 1px solid #FFF;
	padding: 0 8px;
	margin: 3px 0;
}
#footer-area li:last-child {	
	border-right: none;	
}


}


/* ▲SP版のCSS */




