/* ====== スマートフォン用の設定 ====== */
@media only screen and (max-width:599px) {

/* header
------------------------------------------------------------*/

header{
	width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 140px;
}
body article {
}
#logo{
	float: left;
	width: 320px;
	
}
#logo a .link {
	float: left;
	margin-left: 8px;
}
header nav{
	color: #f08719;	/*padding-top: 10px;*/
	width: 320px;
	float: left;
}
header nav ul {
	width: 304px;
	list-style-type: none;
}
header nav li{
	font-family: 'Chango', cursive;
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 20px;
}
header nav li.irei{
	margin-left: -30px;
	
}
header nav li a{
	text-decoration: none;
	color: #f08719;
}
header nav li a:hover {
	color: #9C0;
}



/* article section#contents
------------------------------------------------------------*/

#contents{
	min-height: 100%;
	height: auto !important;
	position: relative;
	width: 320px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}

#page_ttl {
	color: #731F21;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#menu{
	width: 340px;
	background-color: #fef1cc;
	overflow:hidden;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: -20px;
	margin-bottom: 30px;
	
}
#menu ul{
	list-style-type: none;
}
#menu ul li{
	padding-left: 5px;
	
}

#menu ul li a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#menu ul li a:hover {
	color: #f08719;
	font-weight: bold;
}
#menu2{
	width: 340px;
	background-color: #fef1cc;
	overflow:hidden;
	color: #721F20;
	font-size: 15px;
	line-height: 25px;
	margin-left: -20px;
	margin-bottom: 30px;
	
}
#menu2 ul{
	list-style-type: none;
}
#menu2 ul li{
	padding-left: 5px;
	
}

#menu2 ul li a{
	text-decoration: none;
	color: #721F21;
	font-weight: bold;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
}
#menu2 ul li a:hover {
	color: #f08719;
	font-weight: bold;
}
.box{
	color: #721F20;
	line-height: 22px;
	background-color: rgba(255,255,255,0.4);
	font-size: 14px;
	margin-bottom: 80px;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	overflow:hidden;
}

.progress {
	margin-bottom: 50px;
}
.progress img{
	margin: 30px 0 10px 50px;
}


#process{
	margin-top: -50px;
	margin-bottom: 80px;
	overflow:hidden;
	margin-left: 15px;
	margin-right: 12px;
}

.process_box{
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.process_box p{
	/*margin-left: 20px;
	margin-right: 50px;*/
	
}
.process_box img{
	margin-bottom: 10px;
	width: 140px;
	height: 110px;
}


/* ====== SP用フォトギャラリー ====== */

/* slider
------------------------------------------------------------*/

.sp_sidr{
	width: 300px;
	height: auto;
	/* border: solid 1px #00F;*/
	padding: 10px;
}



/*---スライダー全体部分の設定----*/

.bx-wrapper {
	position: relative;
	width: 270px;
	height: auto;
	/*margin-right: auto;
	margin-left: auto;*/
	
	font-family: 'Chango', cursive;
	font-size: 17px;
}

/*----ページ送り部分設定----*/


.bx-prev { 
	position: relative;
	float:left;
	margin-top:10px;
	text-decoration: none;
	color: #721F21;	
}

.bx-next {
	position: relative;
	float:right;
	margin-top:10px;
	text-decoration: none;
	color: #721F21;	
}

.bx-start { 
	display:none;
}

.bx-stop { 
	display:none;
}





#color{
	margin-top: -50px;
	margin-bottom: 30px;
	overflow:hidden;
	margin-left: 15px;
	margin-right: 12px;
}

.color_box{
	float: left;
	width: 120px;
	height: 140px;
	margin-right: 26px;
	margin-bottom: 30px;
	overflow:hidden;
}
.color_box img{
	margin-bottom: 0;
}
.color_box p{
	margin-left: 20px;
}


.setsumei {
	margin-left: 0;
}


.sub{
	color: #731F21;
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
}
.only3_block1{
	margin: -10px 20px 10px 20px;
	overflow:hidden;
}
#only3_block2{
	margin: 0 0 10px 50px;
	overflow:hidden;
}

.block2{
	margin: 20px 15px;
}

.block2 a{
	text-decoration: none;
	color: #721F21;
	border-right: solid 0px rgba(255,255,255,0.2);
	-webkit-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	background-color:rgba(1,122,205,0);
	border-bottom: solid 1px #721F21;
	padding-bottom: 0px; 
}
.block2 a:hover {
	color: #f08719;
	border-bottom: solid 1px #f08719;
}

#only3_block3{
	margin: -20px 0 10px 50px;
	overflow:hidden;
}
hr{
	border: solid 1px #f08719;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -5px;
}


.del{display:none !important;}

.title{
	color: #731F21;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 21px;
	font-weight: bold;
}
.title2{
	color: #731F21;
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 21px;
	font-weight: bold;
}

.databox{
	float: left;
	width: 213px;
	height: 280px;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	/*box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;*/
	padding: 20px 50px 20px 0;	
	
}
.dataphot{
	margin-bottom: 10px;
}


.link{
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius:  5px;    /* Firefox */
	-webkit-border-radius:  5px; /* Safari,Chrome */
	margin-bottom: 10px;
}
a:hover .link{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.shouhin{
	display:none;
}
.shouhin2{
	display:none;
}
}