@charset "UTF-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. PC layout
　02. SP layout

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. PC layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-sp {
    display: none !important;
  }

  /* トップページ
  ----------------------------------------------------*/
    body {   background-color: #ffffff;
       font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
      text-align: cenetr;}
  #milkforbread {

  }
    
     
    
  .mv {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    height: auto;
    margin: 30px auto 0px auto;
    background-color: #dee6f3;
    overflow: hidden;
  }
   .mv img {
    width: 100%;
    display: block;
  }
    
    hr {
      border-top: 2px dashed #009256;
      border-right: none;
      border-bottom: none;
      border-left: none;
      margin-top: 80px;
      margin-bottom: 80px;
      width: 77%;
    }
  #milkforbread #concept {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #milkforbread #concept h1 {
    display: block;
    width: 100%;
    max-width: 605px;
    height: 118px;
    margin: 30px auto 0 auto;
    background: url("../milkforbread/images/pc-panzuki-title.png") no-repeat top center;
  }
  #milkforbread #concept h2 {
    display: block;
    width: 100%;
    max-width: 702px;
    height: 88px;
    margin: 30px auto 0 auto;
    background: url(../milkforbread/images/pc-panzuki-copy.png) no-repeat top center;
  }
  #milkforbread #concept h3 {
    width: 100%;
    max-width: 300px;
    margin: 10px auto 0 auto;
    font-size:2.4rem;
    color: #009256;
     
  }
  #milkforbread #concept h3 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #fff100;
  }
  #milkforbread #concept p {
    margin: 20px auto;
      font-size:1.8rem;
    line-height: 240%;
        font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  }
  #milkforbread #concept p strong {
    color: #009256;
    font-weight: 500;
  }
  #milkforbread #concept span span {
    display: none;
  }
  #milkforbread #products {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0 0 0;
    margin: 0 auto 0 auto;
  }
  #milkforbread #products .wrapper {
    padding: 50px 0 0 0;
    display: flex;
  }
  #milkforbread #products .wrapper .item {
    width: 100%;
    max-width: 400px;
    min-height: 534px;
    max-height: 600px;
    text-align: center;
  }
  #milkforbread #products .wrapper .item .photo {
    margin-top: -56px;
  }
  #milkforbread #products .wrapper .item h2 {
    /*font-family: 'Noto Sans JP', sans-serif;*/
/*    font-size: 1.4rem;
        font-family: "Zen Kaku Gothic New", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
		font-size:2.4rem;
		line-height:3.6rem;
		margin: 30px auto 10px auto;

  }
  #milkforbread #products .wrapper .item p {
    line-height: 160%;
      font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
    font-size: 1.8rem;
    padding: 0 0 20px 0;
  }
  #milkforbread #products .wrapper .item.milk {
    background-color: #edfff3;
  }
  #milkforbread #products .wrapper .item.milk h2 {
    padding-bottom: 3.6rem;
    color: #009256;
  }
  #milkforbread #products .wrapper .item.cafe {
    background-color: #fbf0e1;
  }
  #milkforbread #products .wrapper .item.cafe h2 {
    color: #644921;
  }
  #milkforbread #products .wrapper .item.tea {
    background-color: #fffbec;
  }
  #milkforbread #products .wrapper .item.tea h2 {
    color: #7d282c;
  }
  #milkforbread #shop {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0 0 0;
    margin: 0 auto 20px auto;
  }
  #milkforbread #shop h2 {
    display: block;
    width: 100%;
    max-width: 397px;
    height: 30px;
    margin: 30px auto 0 auto;
    background: url(../milkforbread/images/pc-shop-copy.png) no-repeat top center;
  }
  #milkforbread #shop h2 span span {
    display: none;
  }
  #milkforbread #shop h3 {
    width: 100%;
    max-width: 540px;
    height: 90px;
    margin: 30px auto;
  }
  #milkforbread #purnatur {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    min-height: 580px;
    padding: 0;
    margin: 0 auto 0 auto;
    background: url(../milkforbread/images/pc-pn-bg.jpg) no-repeat top center;
    background-size: cover;
    text-align: left;
       margin-bottom: 50px;
  }
  #milkforbread #purnatur .wrapper {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto 0 auto;
    padding-top: 18px;
     
    display: flex;
  }
  #milkforbread #purnatur .wrapper .photo {
    flex-basis: 463px;
    text-align: left;
  }
  #milkforbread #purnatur .wrapper .copy {
    flex-basis: 603px;
      font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  }
  #milkforbread #purnatur .wrapper .copy h2 {
    color: #009256;

    margin-bottom: 2rem;
    text-align: left;
      
      font-weight:400;
			font-size:2.5rem;
			line-height:180%;
	
  }
  #milkforbread #purnatur .wrapper .copy p {
  	letter-spacing:0;font-size:1.6rem;font-weight:500;
			line-height:240%;
			color:#000 !important;
  }
  /* ***************************************************************** */
}
/** -------------------------------------------------------
 ** 02. SP layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-pc {
    display: none !important;
  }


  /* トップページ
  ----------------------------------------------------*/
    
       body {   background-color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
      text-align: cenetr;
           overflow: hidden;
    }

  #milkforbread {
    /*background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;*/
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
  }
.nav-button span {
    background-color: #009256;
  }
 .mv {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    overflow: hidden;
    padding-top:85px;
  }
 .mv img {
    width: 100%;
     display: block;
  }
    
    hr {
      border-top: 2px dashed #009256;
      border-right: none;
      border-bottom: none;
      border-left: none;
      margin-top: 80px;
      margin-bottom: 80px;
      width: 77%;
    }
  #milkforbread #concept {
    width: 96%;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #milkforbread #concept h1 {
    display: inline-block;
    width: 96%;
    min-height: 80px;
    margin: 30px auto 0 auto;
    background: url(../milkforbread/images/pc-panzuki-title.png) no-repeat top center;
    background-size: contain;
  }
  #milkforbread #concept h2 {
    display: inline-block;
    width: 96%;
    min-height: 80px;
    margin: 30px auto 0 auto;
    background: url(../milkforbread/images/pc-panzuki-copy.png) no-repeat top center;
    background-size: contain;
  }
  #milkforbread #concept h3 {
    width: 96%;
    max-width: 300px;
    margin: 10px auto 0 auto;
   	font-size:2rem;
    color: #009256;
  }
  #milkforbread #concept h3 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #fff100;
  }
  #milkforbread #concept p {
    width: 96%;
    font-size: 1.6rem;
    line-height: 200%;
    margin: 20px auto;
    font-weight: 500;
  }
  #milkforbread #concept p strong {
    color: #009256;
    font-size: 120%;
    font-weight: 500;
  }
  #milkforbread #concept span span {
    display: none;
  }
  #milkforbread #products {
    overflow: hidden;
    width: 96%;
    padding: 30px 0 0 0;
    margin: 0 auto 0 auto;
  }
  #milkforbread #products .wrapper {
    padding: 50px 0 0 0;
    display: flex;
    align-content: flex-start;
    flex-direction: column;
  }
  #milkforbread #products .wrapper .item {
    width: 100%;
    min-height: 564px;
    text-align: center;
  }
  #milkforbread #products .wrapper .item .photo {
    width: 65%;
    max-width: 345px;
    margin: -46px auto 0 auto;
  }
  #milkforbread #products .wrapper .item .photo img {
    width: 100%;
  }
  #milkforbread #products .wrapper .item h2 {
      font-family: 'Noto Serif JP', serif;
   font-size:2.4rem;
    line-height: 140%;
    margin: 30px auto 10px auto;
  }
  #milkforbread #products .wrapper .item h2 br {
    display: none;
  }
  #milkforbread #products .wrapper .item p {
    font-weight: 500;
    line-height: 160%;
    font-size: 1.6rem;
    padding: 0 0 20px 0;
  }
  #milkforbread #products .wrapper .item h3 {
    padding-bottom: 20px;
    max-width: 388px;
      text-align: center;
      display: block;
      margin: 0 auto;
  }
  #milkforbread #products .wrapper .item h3 img {
    width: 100%;
  }
  #milkforbread #products .wrapper .item.milk {
    background-color: #edfff3;
  }
  #milkforbread #products .wrapper .item.milk h2 {
    color: #009256;
  }
  #milkforbread #products .wrapper .item.cafe {
    background-color: #fbf0e1;
  }
  #milkforbread #products .wrapper .item.cafe h2 {
    color: #644921;
  }
  #milkforbread #products .wrapper .item.tea {
    background-color: #fffbec;
  }
  #milkforbread #products .wrapper .item.tea h2 {
    color: #7d282c;
  }
  #milkforbread #shop {
    overflow: hidden;
    width: 96%;
    padding: 10px 0 0 0;
    margin: 0 auto 0 auto;
  }
  #milkforbread #shop h2 {
    display: block;
    width: 90%;
    min-height: 30px;
    margin: 30px auto 0 auto;
    background: url(../milkforbread/images/sp-shop-copy.png) no-repeat top center;
  }
  #milkforbread #shop h2 span span {
    display: none;
  }
  #milkforbread #shop h3 {
    text-align: center;
    display: block;
    width: 90%;
    margin: 30px auto;
    max-width: 540px;
  }
  #milkforbread #shop h3 img {
    width: 100%;
  }
  #milkforbread #purnatur {
    overflow: hidden;
    width: 100%;
    min-height: 850px;
    padding: 40px 0 0 0;
    margin: 0 auto 0 auto;
    background: url(../milkforbread/images/sp-pn-bg.jpg) #ffffff no-repeat bottom center;
    background-size: contain;
    text-align: left;
  }
  #milkforbread #purnatur .wrapper {
    width: 96%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
  }
  #milkforbread #purnatur .wrapper .photo {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 70%;
    max-width: 500px;
  }
  #milkforbread #purnatur .wrapper .photo img {
    width: 100%;
  }
  #milkforbread #purnatur .wrapper .copy {
    width: 70%;
    margin: 0 auto;
  }
  #milkforbread #purnatur .wrapper .copy h2 {
    color: #009256;
    font-weight: 500;
   	font-size:2rem;
			line-height:180%;
			margin-bottom:2rem;
    text-align: left;
  }
  #milkforbread #purnatur .wrapper .copy p {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0;
    line-height: 2rem;
			line-height:240%;
			font-weight:400;
  }
  #milkforbread #purnatur .wrapper .copy p br {
    display: none;
  }
  /*	#milkforbread #sns {
		overflow:hidden;
		width:100%;
		padding: 50px 0 50px 0;
		margin: 0 auto 0 auto;
		background-color:#d8efe5;
		text-align:center;}

		#milkforbread #sns .cta{
			width:70%;
			margin:0 auto;}
*/
  /* ***************************************************************** */
}
/* ***************************************************************************** */