@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

body{background:#fff center center / cover no-repeat fixed !important;}
.navbar-brand img{padding-top:0px;}
.navbar{height:70px;border:none;border-radius:0;}
.navbar small{text-align: center;}
.navbar li a{color:#000 !important;font-size:1em !important;}
.navbar li a:hover{color:#dc143c !important;transition: 1s;}
.fixed{position:fixed;top:0;width:100%;z-index:10000;height:50px;transition: 0.5s;background:rgba(255,255,255,0.9);}
.fixed small{display:none;transition: 0.5s;}
.fixed .navbar-brand img{padding-top:0px;transition: 0.5s; width: 80px;}
.fixed .navbar-brand{padding-top:10px;}
footer{position:fixed;bottom:0;margin-top:50px; padding:15px;width:100%;font-size:1em;color:#000;}
footer a{color:#000;}
footer a:hover{color:#dc143c;text-decoration: none !important;}
.navbar-toggle{background:#333;}

.top-title{height:600px;padding-top:250px;color:#FFF;text-align:center;}
.page01{padding:30px 20px;}
.box01{padding:30px;color:#000;}
.box-i{margin-bottom:30px;padding:30px;color:#000;}
.box-r{padding:30px 45px 45px 45px;color:#000;}
.box00{padding: 30px;}
.fss{font-size:0.4em;}
.page-title{border-bottom: 1px solid #333;padding-bottom:15px;}
.news_ex{border:1px solid #333;padding:30px;}
.cus_box{background: #FAFAFA;margin:0 15px 15px 0; padding:30px;border-right:1px solid #CCC;border-bottom:1px solid #CCC;}


.cart_body h2{font-size: 1.4em;}


@media (max-width: 1000px) {
.navbar{height:50px;}
.navbar li{background:#FFF;}
.navbar-brand img{padding-top:2px;}
.navbar-brand{padding:5px;}
}

.cus {padding: 0 30px 30px 30px;}

@media (max-width: 1000px) {
.cus {padding-top:20px;}
}

.recipe{
	border-radius:10px;
	background-color: rgba(255,245,215,0.4);
	padding: 30px
	;}



.step {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;}

.border {
	border: 1px dotted #7F4E20;
	margin:20px 0px
	;}


.table_pdw th,.table_pdw td{padding:20px !important;}

.top-logo {font-family: 'Playfair Display', serif;
		font-size: 5rem;}

.shadow{
    text-shadow: 2px 2px 10px #000;
}


/*　英語見出しライン　**********************************************/

a img {
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*　英語見出しライン　**********************************************/

p span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: center;
}
p span::before,
p span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 30%;
    height: 1px;
    background-color: #000;
}
p span::before {
    right: 100%;
}
p span::after {
    left: 100%;
}

@media (max-width: 768px) {
.box01 {padding: 10px;}
.box-i {padding: 0 0 10px 0;}
.box-r {padding: 0 0 10px 0;}
.box00 {padding: 10px;}
.row2 {margin: 0 !important;}
.tac p {font-size:14px;}
.tac img {width:20px;}
}

/*　レシピ - ボックス　**********************************************/

.no-padding {
	padding: 0;
}

.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.recipe-sum {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.recipe-sum img {
	width: 100%;
	height: 100%;
}
.recipe-sum .overlay {
	background: rgba(220, 20, 60, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.recipe-sum .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recipe-sum h5, .recipe-sum p, .recipe-sum img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.recipe-sum h5, .recipe-sum p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.recipe-sum span {
	font-size: 45px;
}
.recipe-sum h5 {
	font-weight: bold;
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.recipe-sum p {
	font-size: 9px;
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.recipe-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.recipe-box:hover .overlay {
	opacity: 1;
}
.recipe-box:hover .overlay h5, .recipe-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}