@charset "UTF-8";
@media screen and (max-width: 949px) {

.c-both {
    clear:both; display:block; visibility:hidden;
}
.btmS {
	margin-bottom: 10px;
}
.btmM {
	margin-bottom: 20px;
}
.btmL {
	margin-bottom: 40px;
}

.sec_block {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.cont_title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.sec_block h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}

.sec_block h4 {
	font-size: 16px;
	padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}

.left_box {
	

	float: none;
	width: auto;
}

.right_box {
float: none;
	width: auto;
	
}



.gaiyou {
	border-top: none;
	width: 100%;
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 20px;	
}

dl.gaiyou dl,dl.gaiyou dt,dl.gaiyou dd {
	margin: 0;
	padding: 0;
}

dl.gaiyou dt,dl.gaiyou dd {
	padding: 15px;
}

dl.gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

dl.gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: auto;
	
}


ul#category  {
	list-style: none;
    display: flex;
    flex-flow: wrap;
    width: auto;
    justify-content: space-between;
    margin-left:0px;
}
ul#category li {
	border: solid #fff 0px;
    box-sizing: border-box;
    width: 100%;
	margin: 0px;
	line-height: 150%;
	font-size: 14px;
	padding: 0px;
	background-color: #fff;
	
	
	
}


ul#category li a {
	color: #1b1b1b;
}

.categoryimg {
	text-align: center;
	margin-bottom: 15px;
}
.categoryimg img {
	width: 100%;
	height: auto;
}


.categorytitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	line-height: 110%;
}
.name {
	width: 40%;
	text-align: right;
}

.cont_tel {
text-align:center;
margin-bottom: 40px;
font-size: 24px;
font-weight: bold;
}
.cont_tel_s {
font-size: 14px;
}

.must {
background-color:#fb4f4f;
color:#fff;
text-align:center;
font-size:14px;
margin-right:20px;
padding:5px;
}
.single_ic {

  height: 300px !important;
  object-fit: cover;
  margin-bottom:20px;
}

.single_ic img {
width: 100%;
  height: 300px !important;
  object-fit: cover;
  margin-bottom:20px;
}

}