
/* --------------------------------
共通
-------------------------------- */
@media screen and (min-width: 768px) {

}
@media screen and (min-width: 768px) and (max-width: 979px) {
}
@media screen and (max-width: 767px) {
    .btn_map,
    .btn_language{
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
    }
    .btn_language{
        right: 60px;
    }
}

/* --------------------------------
main_img
-------------------------------- */
#main_img{
	background: url(img/main_img.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#main_img{
		background: url(img/main_img_sp.jpg) no-repeat center 50px;
		background-size: cover;
	}
}
.box_red{
	width: auto;
	margin-bottom: 20px;
    padding: 15px;
    color: #F00;
    border: 1px solid #F00;
    text-align: center;
    font-size: 120%;
}

.chu{
	margin-bottom: 20px;
	text-align: center;
	font-size: 100%;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.chu{ 
		margin-bottom: 10px;
		text-align: left; }
	.box_red{
		margin-bottom: 10px;
		font-size: 105%;}
	.sp_mb10{ margin-bottom: 10px; }
}

ul.ul_list_takeout,
ul.ul_list_takeout2{
	list-style: none;
}
	ul.ul_list_takeout li,
	ul.ul_list_takeout2 li{
		float: left;
		width: 32%;
		margin: 0 2% 40px 0;
	}
	ul.ul_list_takeout li p,
	ul.ul_list_takeout2 li p{ line-height: 1.5; }
@media screen and (min-width: 768px) {
	ul.ul_list_takeout li:nth-child(3n){
			margin-right: 0% !important;
		}

	ul.ul_list_takeout li:nth-child(9),
	ul.ul_list_takeout2 li:nth-child(1){
			width: 64%;
			margin-bottom: 0;
		}
}
	@media screen and (max-width: 767px) {
		ul.ul_list_takeout li,
		ul.ul_list_takeout2 li{
			width: 49%;
			margin: 0 2% 20px 0;
		}
		ul.ul_list_takeout li:nth-child(2n){
			margin-right: 0% !important;
		}
		ul.ul_list_takeout li:nth-child(9n),
		ul.ul_list_takeout2 li:nth-child(1n){
			width: 100%;
			margin-bottom: 0;
		}

	}
		
		ul.ul_list_takeout li figure,
		ul.ul_list_takeout2 li figure{ margin-bottom: 10px }
			ul.ul_list_takeout li figure img,
			ul.ul_list_takeout2 li figure img{ width: 100%; }

ul.ul_list_takeout li b,
ul.ul_list_takeout2 li b{
    font-weight: bold;
    font-size: 120%;
}
ul.ul_list_takeout li small,
ul.ul_list_takeout2 li small{ font-size: 80%; }
    @media screen and (max-width: 767px) {
    	ul.ul_list_takeout li b,
    	ul.ul_list_takeout2 li b{font-size: 110%;}
    }

h3 .small{
	font-size: 70% !important;
}
@media screen and (max-width: 350px) {
	h3 .small{
		display: block;
		font-size: 80% !important;
		line-height: 1;
		}
}
h4 {
    margin: 30px 0 20px !important;
    border-left: 3px solid #666 !important;
    color: #921E17;
}
h5 {
    margin: 20px 0 10px !important;
    padding: 3px 10px !important;
    border-left: none;
    background: #9F8059 !important;
    color: #FFF !important;
}
@media screen and (max-width: 767px) {
	h4 {
		margin: 10px 0 10px !important;
	    font-size: 95%;
	    line-height: 1.3 !important;
	}
}

dl.dl_yusen{
  width: 100%;
  overflow: hidden;
  border-top: none;
  background: rgba(255,255,255,0.5);
}
	dl.dl_yusen dt{
	  width: 25%;
	  float: left;
	  padding: 15px 10px 10px 70px;
	  box-sizing: border-box;
	  line-height: 1.5;
	  font-weight: bold;
	  color: #9F8059;
	  background: url(img/yusen.png) no-repeat 0 0;
	  background-size: 45px;
	}
	dl.dl_yusen dd{
	  margin-left: 25%;
	  padding: 15px 10px 15px;
	  line-height: 1.5;
	}

@media screen and (max-width: 875px) {
	dl.dl_yusen dt{
		clear: both;
		width: 100% !important;
		background-size: 40px;
		padding: 15px 0 10px 55px !important;
		margin-bottom: 5px;
	}
	dl.dl_yusen dd{
		width: 100% !important;
		margin-left: 0;
	}
}
ol.ol_list_namber{	
	list-style: decimal;
}
	ol.ol_list_namber li{
		padding-left: 1em
		text-indent: -1em;

	}
	@media screen and (max-width: 875px) {
		ol.ol_list_namber{
			clear: both;
			padding-left: 1em;
		}
	}


/* --------------------------------
土用丑の日　ご予約承り中
-------------------------------- */
.reserve_box{
    width: 100%;
    padding: 20px 0;
    background: #96514d;
}
.reserve_box .box_in{
    color: #FFF;
    text-align: center;
}
.reserve_box .box_in h3{
    font-size: 25px;
    color: #FF0;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}
.reserve_box .box_in h3:after {
    border-bottom: solid 1px #96514d !important;
}
    .reserve_box .box_in h3 span{
        font-size: 130% !important;
        color: #FFF;
    }
    .reserve_box .box_in h3 span small{ font-size: 80% !important; }

.reserve_box .box_in p.tel{
    font-size: 250%;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .reserve_box{ padding: 10px 0;}
    .reserve_box .box_in h3{
        font-size: 18px;
    }
    .reserve_box .box_in h3 span{
        font-size: 110% !important;
        color: #FFF;
    }
    .reserve_box .box_in p.tel{
        font-size: 200%;
    }
    .reserve_box .box_in p.tel,
    .reserve_box .box_in p.tel a{
        color: #FFF;
        text-decoration:none; 
    }
}
