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


@media screen and (max-width:575px) {
    /*　画面サイズが575px以下の場合読み込む　*/
.hd_logo_e{font-size: 20px}
.daruni_logo {width: 40%;padding-bottom: 10px}
.hd_logo_e2{font-size: 14px;}
.catalog img.daruni_logo_f {width: 35%;}
.ad_copy{font-size: 8px}
/*.daruni_copy p{font-size: 11px}*/
.thanks{width: 100%}

}
@media (min-width: 751px) {
	/*　電話番号リンクをスマホのみ有効に　*/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (min-width:576px){
    /*　画面サイズが576px以上の場合読み込む　*/
.hd_logo_e{font-size: 28px;}
.daruni_logo {width: 220px;padding-bottom: 10px}
.hd_logo_e2{font-size: 14px;}
.catalog img.daruni_logo_f {width: 180px;}
.ad_copy{font-size:12px}
/*.daruni_copy p{font-size: 16px}*/
.thanks{width: 100%}
}
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
.daruni_logo { width: 300px;padding-bottom: 10px}
.hd_logo_e2{font-size: 20px;}
.catalog img.daruni_logo_f {width: 220px;}
.thanks{width: 60%;display: block;margin: 0 auto}

}
@media screen and (min-width:922px){
    /*　画面サイズが922px以上の場合読み込む　*/
}
/* ここから共用　*/
.catalog img.tenpo {width: 48%; margin-left: 2%}

.hd_logo_e{
	position:relative; top:10px; left:0;
	color: #A4791C}
.hd_logo_e2{
	color: #A4791C}
/*.daruni_copy {
	position:relative; top:-150px; left:0;
	z-index:9999;text-shadow: 2px 2px 2px #000;
}*/

.bg_slide_img1{
	height: 500px;
	background: url("../img/BeefCurry_slide.jpg") no-repeat center center; background-size: cover;
}
.bg_slide_img2{
	height: 500px;
	background: url("../img/PorkCutletCurry_slide.jpg") no-repeat 30% center; background-size: cover;
}

.bg_slide_img3{
	height: 500px;
	background: url("../img/FriedShrimpCurry_slide.jpg") no-repeat 30% center; background-size: cover;
}

.bg_slide_img4{
	height: 500px;
	background: url("../img/CurryUdon_slide.jpg") no-repeat center center; background-size: cover;
}

.bg_slide_img5{
	height: 500px;
	background: url("../img/takeout.jpg") no-repeat 50% center; background-size: cover;
}

.catalog{border-bottom: dotted 1px #cdcdcd;
}
.catalog img{width: 100%;
    height: auto;
}
.catalog img.logo5{width: 5%;margin-left: 1%}
.catalog img.logo6{width: 6%;margin-left: 1%}
.catalog img.logo8{width: 8%;margin-left: 1%}
.catalog img.logo10{width: 10%;margin-left: 1%}
.catalog img.logo12{width: 12%;margin-left: 1%}

.catalog h3{font-size:20px;color: #A4791C}
.catalog h5{font-size:18px;}
.catalog p{font-size: 13px}

.profile table td{
	font-size: 12px;
	font-weight: normal;
	padding:4px 0 4px 0;
	line-height: 1em;
}
.profile table td:first-child{
	white-space: nowrap;
	padding-right: 2em;
}

.br_dotted_gray{
	border-top: 1px dotted #cdcdcd;
	padding-top: 10px;
}

 a:link {color:#333;text-decoration: none;}
 a:visited {color:#333;text-decoration: none;}
 a:hover {color:#A4791C;text-decoration: none;font-weight: bold}
 a:active {color:#A4791C;text-decoration: none;}

 a.kaimono:link {color:#BA1B1E;text-decoration: none;}
 a.kaimono:visited {color:#BA1B1E;text-decoration: none;}
 a.kaimono:hover {color:#BA1B1E;text-decoration: none;font-weight: bold}
 a.kaimono:active {color:#BA1B1E;text-decoration: none;}

