@charset "utf-8";
/* CSS Document */
#fixedHeaderWrapp{
	background:rgba(188,190,192,0.6);
	position: fixed;
	padding: 30px 0 0 0;
	width: 100%;
	z-index: 1;
}
#fixedHeader {
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin: 0 auto;
}

#fixedHeaderLogo {
	text-align: left;
	padding-left: 30px;
}

#fixedHeaderLogo img {
	width:250px;
}

#fixedHeaderMail {
	text-align: right;
	padding: 20px 30px 20px 30px;
	background-color: #383630;
	color: #fff;
	margin-top:-30px; 
}

#sliderWrapper {
	position: relative;
}

#sliderLogo {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#sliderLogo img {
	padding: 0;
	margin: 0;
	width: 500px;
}

#icon_products img {
	width: 300px;
}

#LogoUnderPage {
	padding: 30px 0 0 30px;
}

#LogoUnderPage img {
	width: 300px;
}

#LogoUnderPage a:hover::before {
	width:0;
}

#mainUnderPage {
	padding: 0;
	margin: 0 auto;
}

.container {
	margin-bottom: 100px;
}

.container50 {
	margin-bottom: 50px;
}

.containerMenu {
	margin-bottom: 100px;
}

.containerSns {
	margin-bottom: 100px;
	background-color: #f0f0f0;
	padding: 100px 0;
}

.containerShop {
	background-color: #f0f0f0;
	padding:100px 0 100px 0;
}

.containerQA {
	background-color: #f0f0f0;
	padding:50px 0 100px 0;
}

.containerProductsUnder{
	padding: 100px 0;
}

.boxCont {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.boxContQA {
	width: 90%;
	margin: 0 auto;
}

.flexCont {
	display: flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}

.flexContUnder {
	display: flex;
	justify-content:space-between;
}

.flexCont90 {
	display: flex;
	margin: 0 auto;
	justify-content:space-between;
	width: 90%;
}

.flex2aboutL {
	flex-basis:50%;
}

.flex2aboutL img {
	width: 100%;
}

.flex2aboutR {
	flex-basis:50%;
	margin-top: 50px;
	padding: 100px;
	background-image: url("../img/flower.svg");
	background-size: 70%;
	background-repeat: no-repeat ;
	background-position: center top;
}

.flex2aboutR p {
	line-height: 2.5rem;
}

.flex2aboutRcookie {
	flex-basis:50%;
	margin-top: 50px;
	padding: 0px 80px 0 80px;
	background-image: url("../img/icon_cookie.svg");
	background-size: 70%;
	background-repeat: no-repeat ;
	background-position: center top;
}

.flex2aboutRcafe {
	flex-basis:50%;
	margin-top: 50px;
	padding: 0px 80px 0 80px;
	background-image: url("../img/icon_cafe.svg");
	background-size: 70%;
	background-repeat: no-repeat ;
	background-position: center top;
}

.flex2aboutRother {
	flex-basis:50%;
	margin-top: 50px;
	padding: 0px 80px 0 80px;
	background-size: 70%;
	background-repeat: no-repeat ;
	background-position: center top;
}

.flex2aboutRcookie p, .flex2aboutRcafe p, .flex2aboutRother p {
	line-height: 2.0rem;
}

.flex3box {
	flex-basis: 32%;
	align-self:stretch;
	color: #141414;	
}

.flex3box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.flex3box h3{
	padding:20px 20px 10px 20px;
	text-align: center;
}

.flexCont_sns {
	display: flex;
	margin: 0 auto;
	justify-content:space-around;
	width: 90%;
}

.flexCont_sns a {
	display: block;
}
.flexCont_sns a:hover::before {
  width: 0;
}
 
.trim_circle {
	position:relative;
	overflow: hidden;
	width:150px;
	height:150px;
	border-radius:50%;
	border: 2px solid #141414;
}
.trim_circle img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height:60%;
}

.flexCont_contact {
	display: flex;
	margin: 0 auto;
	justify-content:space-between;
	width: 90%;
}

.flexCont_contactL {
	flex-basis: 25%;
}

.flexCont_contactR {
	flex-basis: 75%;
}

.flexCont_cookieService {
	display: flex;
	margin: 0 auto;
	justify-content:space-between;
	width: 90%;
	border: 1px solid #cccccc;
	padding: 30px;
}

.flexCont_cookieServiceL {
	flex-basis: 25%;
}

.flexCont_cookieServiceL img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.flexCont_cookieServiceR {
	flex-basis: 70%;
}

.flexCont_cookieMenu {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content:space-between;
	width: 90%;
	border: 1px solid #cccccc;
	padding: 20px 20px 0px 20px;
}

.flexCont_cookieMenuL {
	flex-basis: 20%;
	margin-bottom: 20px;
}

.flexCont_cookieMenuL img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.flexCont_cookieMenuR {
	flex-basis: 25%;
}

.flexCont_cookieMenuR h3 {
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.flexCont_cookieMenuR p:last-child {
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

.shop_info {
	width: 90%;
	margin: 0 auto;
}

.shop_info th {
	width: 30%;
	font-weight: normal;
}

.shop_info td {
	font-weight: normal;
	vertical-align: middle;
}

.shop_info th,.shop_info td  {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding:20px;
	font-size: 1.0rem;
}

.order_table {
	width: 100%;
	margin: 0 auto;
}

.order_table th {
	width: 30%;
	font-weight: normal;
}

.order_table td {
	font-weight: normal;
	vertical-align: middle;
}

.order_table th,.order_table td  {
	border-collapse: collapse;
	border: 1px solid #ccc;
	padding:10px;
	font-size: 1.0rem;
}


.form_box {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.form_box p {
	line-height: normal;
	margin-bottom: 20px;
}

.form_box ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

.form_box ul li {
	line-height: 1.8rem;
	font-size:0.9rem;
	list-style-type: disc;
}

.form_box h3{
	font-size:1.5rem;
	line-height: normal;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	font-weight: normal;
}

.takeouttit {
	font-size:1.0rem;
}

 
@media screen and (max-width : 1080px) {
#sliderLogo img {
	padding: 0;
	margin: 0;
	width: 300px;
}

#icon_products img {
	width: 250px;
}

.flex2aboutR, .flex2aboutRcookie, .flex2aboutRcafe, .flex2aboutRother {
	flex-basis:100%;
	margin-top: 0px;
	padding:50px 30px;
}

.flex2aboutL img {
	width: 90%;
	height: 500px;
	object-fit: cover;
}

.container, .containerSns, .containerSns {
	margin-bottom: 80px;
}

.flexCont, .flexCont90, .flexCont_contact, .flexContUnder, .flexCont_cookieService {
	display: block;
}

.flex2aboutR p, .flex2aboutRcookie p, .flex2aboutRcafe p, .flex2aboutRother p {
	line-height: 1.5rem;
}

.flexCont_cookieServiceL {
	margin-bottom: 30px;
}


.flexCont_cookieMenuL {
	flex-basis: 40%;
	margin-bottom: 20px;
}

.flexCont_cookieMenuL img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.flexCont_cookieMenuR {
	flex-basis: 55%;
}

.containerProductsUnder, .containerSns, .containerShop,.containerQA{
	padding: 80px 0;
}

.flexCont_contact {
	text-align: center;
}

.flex3box {
	flex-basis: 100%;
	margin-bottom: 50px;
}

.flex3box:last-child {
	margin-bottom: 0;
}

.trim_circle {
	width:100px;
	height:100px;
}

.trim_circle {
	width:60px;
	height:60px;
}
.trim_circle img{
	height:90%;
}

.shop_info th {
	width: 40%;
}

.shop_info th,.shop_info td  {
	padding:10px;
}

.form_box {
	width: 90%;
}

.form_box ul li {
	line-height: 1.3rem;
}

}

