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

#guide {
	width: 83%;
	margin:0 auto;
}


#guide .sub_text{
	font-size: 112%;
	text-align:left;
	margin:0px auto 10px auto;
	transform: rotate(0.028deg);
}
#guide .notice_text{
	font-size: 92%;
	text-align:left;
	margin:30px auto 10px auto;
	transform: rotate(0.028deg);
}
#guide .big_text{
	font-size: 170%;
	text-align:left;
	font-weight:bold;
	line-height:1;
	transform: rotate(0.028deg);
}
#guide .notice{
	font-size: 92%;
	text-align:left;
	margin:10px auto 0 auto;
	transform: rotate(0.028deg);
}
#guide .orange_text{
	font-size: 134%;
	text-align:center;
	margin:10px auto 50px auto;
	color:#ffa032;
	font-weight:bold;
	transform: rotate(0.028deg);
}

#guide #target li.icon{
	float:left;
	width: 120px;
}
#guide #target li.text{
	float:left;
	width: 28%;
	padding:5% 0 0 1%;
	text-align:left;
	transform: rotate(0.028deg);
}
#guide #tel_box{
	border:#333333 1px solid;
	background-color:#ffffb7;
	border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	padding:10px;
	box-sizing:border-box;
	transform: rotate(0.028deg);
}
#guide #tel_box dt{
	float:left;
	padding-top:12px;
	padding-left:2%;
	width:42%;
}
#guide #tel_box dd{
	float:right;
	text-align:left;
	width:55%;
}

#guide #contact_box{
	display:block;
	background-color:#36c3b6;
	border-radius: 6px;
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
	padding:20px 0;
	margin:40px auto 15px;
	width:68%;
	font-size: 140%;
	font-weight:bold; 
	color:#fff;
	line-height: 1.4;
	transform: rotate(0.028deg);
}
#guide #contact_box img{
	transform: rotate(0);
}

#guide .green_text{
	font-size: 38px;
	color:#36c3b6;
	font-weight:bold;
}
#guide .contact_left{
	float:left;
	width:30%;
	text-align:left;
	padding-left:16%;
	transform: rotate(0.028deg);
}
#guide .contact_right{
	float:right;
	width:54%;
	text-align:left;
	line-height:1.2;
	transform: rotate(0.028deg);
}


table#list {
	margin-top:40px;
	width: 100%;
	border-radius: 10px;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #000;
	border-color:#000;
	background-color:#fff;
}
table#list tr#white_text{
	color:#FFF;
	font-weight:bold;
}
table#list td {
	padding:5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-color:#000;
}

table#list td#topleft {
border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;   
-moz-border-radius-topleft: 10px;  
}
table#list td#topright {
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;   
-moz-border-radius-topright: 10px;  
}
table#list td#bottomleft {
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;   
-moz-border-radius-bottomleft: 10px;  
}
table#list td#bottomright {
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;   
-moz-border-radius-bottomrightt: 10px;  
}

table#list td#topleft, table#list td#bottomleft, table#list td#left2, table#list td#left3{
	border-left:none;
}
table#list td#bottomleft, table#list td#bottom2, table#list td#bottomright{
	border-bottom:none;
}

table.sp_list {
	border: 1px solid #000;
	border-color:#000;
	width:96%;
	margin:5% 2%;
}
table.sp_list td {
	padding:5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-color:#000;
}
table.sp_list th {
	padding:5px;
	border-bottom: 1px solid #000;
	border-color:#000;
}

.img_pc{
	display:block;
}
.img_sp{
	display:none;
}

.guide_table{
  margin: 0 auto 80px;
}

.guide_table_02{
  margin-top: 40px;
}

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

#content h3.ribbon_bg{
	margin: 100px auto 10%;
}

#content h3.star_bg{
	margin: 100px auto 10%;

}

.img_pc{
	display:none;
}
.img_sp{
	display:block;
}

#content{
	width: 100%;
}
.sp_content{
	width:94%;
	margin:0 auto;
}
#guide {
	width: 100%;
}

#guide .sub_text{
	text-align:center;
}

#guide #target li.icon{
	clear:both;
}
#guide #target li.text{
	float:none;
	width:60%;
	padding:45px 0 65px 125px;
}
#guide .notice_text{
	margin:0 auto;
}
#guide #tel_box{
	border:0;
	width:100%;
	border-radius:0;
}

#guide #tel_box dt{
	float:none;
	padding-top:12px;
	padding-left:0;
	width:100%;
}
#guide #tel_box dd{
	float:none;
	text-align:center;
	width:100%;
}
#guide #contact_box{
	width:100%;
}
#guide .contact_left{
	float:none;
	width:100%;
	text-align:center;
	padding-left:0;
}
#guide .contact_right{
	float:none;
	width:100%;
	text-align:center;
}
  
  
  #guide .service_orange{
    background-color: #f0c199;
    margin: 0 0 5%;
    padding: 2%;
    box-sizing: border-box;
    font-weight: bold;
  }
  
  #guide .service_pink{
    background-color: #ffebf4;
    padding: 2%;
    font-weight: bold;
    box-sizing: border-box;
  }
  
  #guide .srevice_ftxt{
    font-size: 108%;
  }
}