@charset "UTF-8";

/* -------------------------------------
	スマホ用スタイル
------------------------------------- */
@media only screen and (max-width: 640px) {


/*---------------------------------------------------------------------------------------
　contents common
---------------------------------------------------------------------------------------*/
#container{
	width:auto;
	margin:0 auto;
	padding:0;
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


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

header #header-inner h1{
	width:45%;
	font-size:30px;
	padding:10px 0;
}

header #header-inner h2{
	width:50%;
	font-size:12px;
	padding:15px 0;
}


/*---------------------------------------------------------------------------------------
	main-visual
---------------------------------------------------------------------------------------*/
#D002{
	width:100%;
	height:auto;
}
#D002{
	position:relative;
	margin:0 auto;
	background:none;
	padding:0;
}


#D002 figure{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}


/*---------------------------------------------------------------------------------------
 about
---------------------------------------------------------------------------------------*/
#D001 p{
	color:#fff;
	font-size:12px;
	line-height:1.4;
}



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



#main-column-01{
	float:none;
	width:auto;
}

#main-column-02{
	float:none;
	width:auto;
}


/*---------------------------------------------------------------------------------------
 contact
---------------------------------------------------------------------------------------*/
#D023 form table input,
#D023 form table textarea {
	width: 95%;
}

.contact-submit{
	text-align:center;
}


/*---------------------------------------------------------------------------------------
 best
---------------------------------------------------------------------------------------*/
#best li {
	margin-bottom:20px;
	border-bottom:1px solid #dcdcdc;
	padding-bottom:20px;
}

#best li:last-child{
	margin-bottom:0;
}
	

#best dl dt{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
/*	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;*/
}

#best dl dd{
	width:auto;
	margin-left:120px;
}

#best dl.type-02 dt{
	float:right;
}

#best dl.type-02 dd{
	margin:0 120px 0 0;
}


#best dl dd h3{
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
	font-size:30px;
}

#best dl dd p{
	line-height:1.4;
}

#best dl dt:last-of-type,
#best dl dd:last-of-type{
	margin-bottom:0;
}

/*---------------------------------------------------------------------------------------
 access
---------------------------------------------------------------------------------------*/
#access #access-address{
	margin-bottom:25px;
	font-size:12px;
}

#access #access-map img{
	width:100%;
}


/*---------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------*/
footer{
	padding:20px 0;
}


}