@charset "utf-8";
/* CSS Document */
img {
  vertical-align: top;
}
.ttlBx {
  background: url(../baked/img/ttl_bg.jpg?re20230911) center center no-repeat;
  background-size: cover;
}
.ttlBx > div {
  padding-bottom: 10px;
}
.ttlBx > div .ttsub {
  margin-bottom: 0;
}
.ttlBx > div h1 img {
  width: 100%;
  margin-left: -10px;
  margin-top: -10px;
}
.anc li /*:last-child */ {
  width: 100%;
}
.inner {
  padding: 0 4%;
  width: 100%;
}
.txCg {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
}
.sbs {
  padding: 0 4%;
}
.sbs img:first-child {
  margin-bottom: 10px;
}
.sts01 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}
#torihiki .fooB img {
  width: 80%;
  height: auto;
}
#torihiki .fooB {
  text-align: center;
}
#torihiki h4 {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
.sbs2 {
  margin-top: 20px;
}
section {
  margin-bottom: 30px;
  ;
}
.sbs2 {
  width: 100%;
}
.introT {
  font-size: 20px;
}
#preservative table {
  width: 100%;
  font-size: 14px;
}
#preservative th {
  background-color: #eee;
}
#preservative table .natureWine {
  background-color: #006a60;
  color: #fff;
  font-size: 16px;
}
#preservative table span {
  font-size: 12px;
  font-weight: normal;
}
#preservative table caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#preservative td, #preservative th {
  padding: 20px 0;
  border: 1px solid #ccc;
  text-align: center;
  width: 50%;
  vertical-align: middle;
}
.endingT {
  padding: 4%;
  background-color: #7b1515;
  margin: 15px 0;
}
.endingT .txCg {
  color: #fff;
}
.webS {
  background-color: #fff;
  text-align: center;
  padding: 0;
  margin: 20px 4% 20px;
}
.webS a {
  text-decoration: none;
  font-weight: bold;
  color: #006a60;
  width: 100%;
  display: block;
  font-size: 18px;
  border: 2px solid #006a60;
  box-sizing: border-box;
}
.webS a img {
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .ttlBx > div h1 img {
    margin-top: -30px;
  }
  .ttlBx {
    background-size: auto;
  }
  .anc li /*:last-child*/ {
    width: 30%;
  }
  .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
  }
  .sbs {
    width: 100% !important;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .sbs img {
    max-width: 910px;
    height: auto;
  }
  .sts01 {
    font-size: 60px;
    margin-top: 50px;
  }
  .txCg {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
  }
  .sbs img:first-child {
    margin-bottom: 0;
  }
  .sbs2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
  }
  section {
    margin-bottom: 100px;
  }
  #torihiki h4 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #torihiki .fooB {
    width: 350px;
    flex-shrink: 0;
    margin-right: 30px;
  }
  #torihiki .fooB img {
    width: 100%;
    height: auto;
  }
  #torihiki .txCg {
    margin-top: 50px;
  }
  .pcTC {
    text-align: center;
  }
  .introT {
    font-size: 25px;
    padding-top: 0;
  }
  #nature .fooL, #preservative .fooL {
    width: 400px;
    flex-shrink: 0;
    margin-right: 70px;
  }
  #nature .fooL img, #preservative .fooL img {
    width: 100%;
    height: auto;
  }
  #nature .sbs2 {
    align-items: flex-start;
  }
  #preservative .sbs2:first-of-type {
    align-items: center;
    flex-direction: row-reverse;
  }
  #preservative .preservativeTWrap {
    width: 400px;
    flex-shrink: 0;
    margin-left: 70px;
  }
  #preservative table {
    width: 100%;
    font-size: 16px;
  }
  .endingT {
    padding: 2%;
    background-color: #7b1515;
    margin: 50px 0;
  }
  #preservative table span {
    font-size: 14px;
  }
  .webS {
    width: 40%;
    margin: 40px 30% 0;
  }
}
#baked{
	width: 100%;
	overflow: hidden;
}
.anc li {
  max-width: 380px;
}
.secBox {
  max-width: 1280px;
  margin: 0 auto 140px;
  padding: 0 4%;
}
#lead .txtBox {
  position: relative;
}
/*#lead .txtBox::after {
  content: "";
  display: block;
  background: #d6f1ee;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -1;
  border-radius: 80px 0 80px 0;
}*/
#lead{
	position: relative;
}
#lead::after {
  content: "";
  display: block;
  background: #d6f1ee;
  width: 200%;
  height: 400px;
  position: absolute;
  top: 0px;
	left: -50%;
  z-index: -1;
}

#lead .fBox {
  display: flex;
  margin: 0 0 80px;
	align-items: baseline;
	padding-top: 20px;
}
#lead .fBox h3{
	position:relative;
  font-family: 'Caveat', cursive;
	font-size: 100px;
	color: #4e3e2d;
	margin: 40px 20px 0px 0;
  left: -40px;
  bottom: -10px;
	white-space: nowrap;
}
#lead .fBox h3 .hBox{
	position: relative;
	z-index: 1;
}
#lead .fBox h3 .hBox span {

  font-size: 40px;
  vertical-align: 0.5em;
}
#lead .fBox h3::before {
  content: "";
  display: block;
  background: #ffffff96;;
  width:380px;
  height: 80px;
  position: absolute;
  top: 40px;
  left: 20px;
  border-radius: 40px 0 40px 0;
}
#lead .imgAreaL:first-child {
  margin-right: 40px;
}
#lead h4{
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
#lead .txtBox {
  font-size: 20px;
	margn: 20px 0;
}
#lead  .imgBox {
	display: flex;
	justify-content: space-between;
}
#lead  .imgBox {
	position: relative;
}
#lead  .imgBox figure:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px), print {
	#baked{
		padding-top:0px;
	}
  .secBox {
    margin: 0 auto 80px;
  }
  #lead .txtBox {
    padding: 0 4%;
  }
  #lead .fBox {
		margin: 0;
    flex-direction: column;
		padding: 0
  }
  #lead .imgAreaL:first-child {
    margin-right: 0;
  }
  #lead h4 {
    font-size: 22px;
    margin:40px 0 0;
  }
  #lead .txtBox {
    font-size: 18px;
  }
 #lead  .imgBox {
 position: static;
	width: 100%;
}
	 #lead  .imgBox{
	margin-top: 20px;
   flex-direction: column;
  }
 #lead  .imgBox figure:first-child {
  margin:0 0 10px;
}	
  #lead .fBox h3 {
    margin: 0 0 10px;
    left: 0px;
  }
  #lead .fBox h3::before {
    width: 240px;
    height: 60px;
    left: 20px;
  }
	 #lead .fBox h3 span {
    font-size: 70px;
  }

  #lead .fBox h3 .hBox span {
    font-size: 25px;
    vertical-align: 0.5em;
  }
}


#scone {
	padding-top: 40px;
}
#scone .fBox{
	display:flex;
	align-items: flex-end;
	margin-bottom: 100px;
	position: relative;
}
#scone .fBox h4 {
	position: relative;
	margin:40px 20px 0px 0;
	left: -40px;
	bottom: -10px;
  z-index: 1;
}
#scone .fBox p {
	font-size: 20px;
}
#scone .fBox h4::before {
  content: "";
  display: block;
  background: #ffffff96;;
  width:220px;
  height: 80px;
  position: absolute;
  top: 40px;
  left: 20px;
  border-radius: 40px 0 40px 0;
}
#scone .fBox h4 span{
	display:block;
	position: relative;
}
#scone .fBox h4{
 font-family: 'Caveat', cursive;
	font-size: 100px;
	color: #4e3e2d;
	position: relative;
}
#scone .fBox::after {
  content: "";
  display: block;
  background: #d6f1ee;
  width: 200%;
  height: 400px;
  position: absolute;
  top: 0px;
	left: -50%;
  z-index: -1;
}

#scone .flBox .fLleft{
 float:left;
 max-width: 35%;
}
#scone .flBox .fLleft figure:last-child{
 margin-top: 16%;
 width: 80%;
}

#scone .flBox .fLright{
 float:right;
 max-width: 60%;
}

.clear {
	clear: both;
}
#scone .fBox figure img{
  padding:5%;
}
#scone .fBox figure figcaption p:first-child {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  color: #77c3bc;
}
#scone .fBox figure figcaption p:last-child {
  padding: 20px;
  margin: 10px;
  background: #d6f1ee;
  border-radius: 20px 0 20px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px), print {
	#scone {
		padding: 0 8%;
	}
	#scone .fBox {
		flex-direction: column;
		align-items: flex-start;
	}
	#scone .fBox {
		margin-bottom: 20px;
	}
#scone .fBox::after {
  width: 200%;
  height: 200px;
  position: absolute;

}
	#scone .fBox h4 {
	margin:0 0 10px;
	left: -20px;
	
}
	
	#scone .fBox h4::before {
	width:160px;
  height: 60px;
	top: 20px;
  left: 20px;
	}
	#scone .fBox h4 span{
		font-size: 70px;
	}
	#scone .fBox p {
	margin-top: 20px;
   font-size: 18px;
	
}
	#scone .flBox .fLleft {
		max-width: 100%;
		float: none;
		width: 100%;
		display: flex;
		justify-content:space-between;
		margin-bottom: 4%;
	}
	#scone .flBox .fLleft figure {
		width:48%;
	}
	#scone .flBox .fLleft figure:last-child {
		width:48%;
		 margin-top: 0%;
	}
	#scone .flBox .fLright {
		float: none;
		max-width: 100%;
		width: 100%;
	}
}

#baby {
	padding-top: 40px;
	position: relative;
	padding-bottom: 100px;
}
#baby .fBox{
	position: relative;
	display:flex;
	margin-bottom: 100px;
	align-items: flex-end;
}
#baby .fBox h4 {
	position: relative;
	margin: 0px 20px 0px 0;
	left: -40px;
	bottom: -10px;
  z-index: 1;
}
#baby .fBox p {
	margin-left: 20px;
	margin-top: 40px;
	font-size: 20px;
}
#baby .fBox h4::before {
  content: "";
  display: block;
  background: #ffffff96;;
  width:380px;
  height: 80px;
  position: absolute;
  top: 40px;
  left: 20px;
  border-radius: 40px 0 40px 0;
}
#baby .fBox h4 .hBox{
	display:block;
	position: relative;
}
#baby .fBox h4 .hBox span{
	font-size: 40px;
	vertical-align:0.5em;
}
#baby .fBox h4{
 font-family: 'Caveat', cursive;
	font-size: 100px;
	color: #4e3e2d;
	position: relative;
}

#baby::after {
  content: "";
  display: block;
  background: #d6f1ee;
  width: 200%;
  height: 400px;
  position: absolute;
  top: 0px;
	left: -50%;
  z-index: -1;
}
#baby .imgBox {
	display: flex;
	justify-content: space-between;
}
#baby .imgBox {
	position: relative;
}
#baby .imgBox figure:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767px), print {
	#baby {
		padding: 0 8%;
	}
	#baby {
		flex-direction: column;
		align-items: flex-start;
	}
	#baby .fBox {
		margin-bottom: 20px;
		width: 100%;
	}
	#baby .fBox {
    flex-direction: column;
    align-items: flex-start;
  }

	#baby .fBox h4 {
	margin:0 0 10px;
	left: -20px;
}
	#baby .fBox p{
		margin-top: 20px;
		font-size: 18px;
		margin-left: 0;
	}
	#baby .fBox h4::before {
	width:240px;
  height: 60px;
	top: 10px;
  left: 20px;
	}
	#baby .fBox h4 span{
		font-size: 70px;
	}
	#baby .fBox h4 .hBox span{
	font-size: 25px;
	vertical-align:0.5em;
}
#baby::after {
  height: 200px;
}
#baby .imgBox {
 position: static;
	width: 100%;
}
	#baby .imgBox{
	margin-top: 20px;
   flex-direction: column;
  }
#baby .imgBox figure:first-child {
  margin:0 0 10px;
}
}
