@charset "utf-8";

/*ホームお知らせ部分*/
.home__news-date {
	flex-wrap: wrap;
}
.home__news-date time{
	margin-right: 30px;
}
.home__news-date a{
	width: auto;
	max-width: none;
	padding: 6px 18px;
	margin-left: 0;
}

.home__news-pickup .slick-slide > div a .photoBox{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.home__news-pickup .slick-slide > div a .photoBox::before{
	content: "";
	display: block;
	padding-top: 73.68%;
	overflow: hidden;
}
.home__news-pickup .slick-slide > div a .photoBox img{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
}


/*ブランド一覧ページ*/
.brand__list {
	margin: 0 50px 0;
	padding: 40px 0;
}
@media screen and (max-width: 900px){
.brand__list {
	margin: 0;
	padding: 40px 0;
}
}
@media screen and (max-width: 500px){
.brand__list {
	margin: 0;
	padding: 20px 0;
}
}
.brand__list-logo {
  display: block;
  position: relative;
}
.brand__list-area{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  background: #a79357;
  color: #fff;
  font-size: 1.6rem;
  padding: 7px 30px;
  line-height: 1;
}

/*ブランド詳細ページ*/
.brand__details-header-img span{
	display: block;
	width: 100%;
	position: relative;
}
.brand__details-header-img span::before{
	content: "";
	display: block;
	padding-top: 71.11%;
	overflow: hidden;
}
.brand__details-header-img span img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.brand__details-slider .slick-slide > div,
.brand__details-thumb .slick-slide > div{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.brand__details-slider .slick-slide > div::before,
.brand__details-thumb .slick-slide > div::before{
	content: "";
	display: block;
}
.brand__details-slider .slick-slide > div::before{
	padding-top: 68.75%;
}
.brand__details-thumb .slick-slide > div::before{
	padding-top: 68.66%;
}
.brand__details-slider .slick-slide > div img,
.brand__details-thumb .slick-slide > div img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
}



/* 王滝ケータリングサービス */
.brand27Box01Inner{
  margin-bottom: 30px;
}
.brand27Box01Inner h3{
  font-size: 1.8rem;
  color: #00693e;
  margin-bottom: -3px;
}
.brand27Box01Inner h3 span{
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
.brand27Box01Inner h4{
  padding-left: 25px;
  margin-top: 16px;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  position: relative;
}
.brand27Box01Inner h4.mt0{
  margin-top: 0 !important;
}
.brand27Box01Inner h4::after {
  content: '';
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 4px solid #a79357;
  border-radius: 100px;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.brand27Box01Inner .point{
  margin-top: 8px;
  margin-left: -1em;
}
.brand27Box01Inner .point li{
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
  padding-left: 1em;
}
.brand27Box01Inner .point li::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0.35em;
  top:0.7em;
  background: #555;
}
.brand27Box01Inner .point2{
  display: flex;
  flex-wrap: wrap;
}
.brand27Box01Inner .point2 li{
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
  padding-left: 1em;
}
.brand27Box01Inner .point2 li::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  left: 0.35em;
  top:0.7em;
  background: #00693e;
}
.brand27Box01Inner .att{
  margin-top: 10px;
  margin-left: 16px;
  font-size: 1.5rem;
}
.brand27Box01Inner .att li{
  margin-bottom: 3px;
  margin-left: 1em;
}
.brand27Box01Inner .att li::before{
  content: "※";
  margin-left: -1em;
}
@media screen and (max-width: 767px){
.brand27Box01Inner{
  margin-bottom: 25px;
}
.brand27Box01Inner h3{
  font-size: 1.6rem;
  margin-left: 1em;
}
.brand27Box01Inner h3 span{
  display: block;
  font-size: 2.1rem;
  margin-left: -1em;
}
.brand27Box01Inner h4{
  font-size: 1.7rem;
}
}
.brand27Box02{
  margin-top: 50px;
  margin-bottom: 100px;
}
.reservationBox{
  padding: 18px 25px 22px;
  margin-bottom: 35px;
  border: 1px solid #666;
  text-align: center;
}
.brand27Box02 h3{
  margin-bottom: 15px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #00693e;
}
.brand27Box02 h3 br{
  display: none;
}
.brand27Box02 .reception{
  display: flex;
  align-items: center;
  align-items: baseline;
  justify-content: center;
}
.brand27Box02 .reception dt{
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 18px;
}
.brand27Box02 .reception dd{
  font-size: 3.6rem;
  font-weight: bold;
}
.brand27Box02 .reception dd .tel{
  font-size: 2.4rem;
}
.brand27Box02 .reception dd .goro{
  font-size: 1.4rem;
  font-weight: normal;
}
.brand27Box02 .time{
  margin: 12px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.brand27Box02 .time dl{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
  max-width: 100%;
  width: 570px;
  margin: 0 auto;
}
.brand27Box02 .time dt{
  width: 5em;
}
.brand27Box02 .time dd{
  width: calc(100% - 5em);
}
.brand27Box02 .flexBox{
  display: flex;
}
.brand27Box02 .flexBox .txtBox{
  flex:1;
  margin-right: 30px;
}
.brand27Box02 .flexBox .imgBox{
  max-width: 280px;
}
.brand27Box02 .point01{
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
}
.brand27Box02 .point02{
  margin-top: 5px;
}
.brand27Box02 .point02 li{
  position: relative;
  padding-left: 1em;
  margin-bottom: 3px;
}
.brand27Box02 .point02 li::before{
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00693e;
  background: #333;
  position: absolute;
  left: 0;
  top: 6px;
}
.brand27Box02 .point03{
  margin-top: 20px;
  font-size: 1.5rem;
}
.brand27Box02 .point03 li{
  margin-bottom: 5px;
  margin-left: 1em;
}
.brand27Box02 .point03 li::before{
  content: "※";
  margin-left: -1em;
}
.brand27Box02 .img{
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px){
.brand27Box02{
  margin-top: 40px;
  margin-bottom: 60px;
}
.reservationBox{
  padding: 15px 20px 18px;
  margin-bottom: 25px;
}
.brand27Box02 h3{
  margin-bottom: 8px;
  font-size: 1.8rem;
}
.brand27Box02 .reception{
  display: block;
}
.brand27Box02 .reception dt{
  font-size: 1.6rem;
  margin-right:0;
}
.brand27Box02 .reception dd{
  font-size: 3.3rem;
}
.brand27Box02 .flexBox{
  display: block;
}
.brand27Box02 .flexBox .txtBox{
  margin-right: 0;
}
.brand27Box02 .flexBox .imgBox{
  max-width: 320px;
  margin: 15px auto 0;
}
}
@media screen and (max-width: 480px){
.brand27Box02 h3 br{
display: block;
}
}
@media screen and (max-width: 414px){
.brand27Box02 .reception dd .tel{
  line-height: 1;
}
.brand27Box02 .reception dd .goro{
  display: block;
  text-align: right;
}
}

/*20210413追加*/
.takeout_wrapper  {
  background-color: #fcfaf6;
  padding: 35px 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px){
.takeout_wrapper  {
  padding: 30px;
}
}
.brand__details-takeout {
  margin-bottom: 30px;
  line-height: 1.7;
}
.takeout_text {
  margin-bottom: 30px;
}
.btn, a.btn, button.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
@media screen and (max-width: 600px){
.btn, a.btn, button.btn {
  font-size: 1.4rem;
}
}
.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}
a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}
a.btn--contact {
  display: block;
  /*padding: 2.5rem 0;*/
  padding: 2.5rem 6.2rem;	
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}
a.btn--contact i {
  font-size: 2rem;
}
a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--contact:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #ffffff;
}
a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}
a.btn--tel i {
  font-size: 2rem;
}
a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}
a.btn--tel:hover {
  color: #fff;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}