@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

li {
	list-style-type:none;		/*リストマーカー無しにする*/
}

/*ヘッダー
-------------------------------------*/
#header{
    width: 100%;-->
    text-align: center;
    background: url(../img/header_bg.jpg) repeat-x center bottom;
}
.m_header * ,
.m_header *:before ,
.m_header *:after ,
.m_footer *,
.m_footer *:before ,
.m_footer *:after
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   text-align: right;
   width:75%;
}
.m_header_02 {
    padding: 0 0 30px;
    box-shadow: 0px 5px 5px 0px rgb(136 136 136 / 25%);
}
.m_header, .m_footer {
    font-size: 1.0753em;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    color: #111;
}
.m_header_02{
    padding: 0 0 30px
}
.m_header_02 .m_header_unit_02 {
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
    padding: 10px 0 0 0;
}

.m_header_02 .m_header_unit_02:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}

#content{
    max-width: 727px;
    margin: 0 auto;
}
.header {
	display: flex;
    flex-direction: row;
    padding: 10rem 0 0 0;
}
.header-box {
	margin-right: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
#harada_content{
    background: #388956;
    width: 100%;
}
.area {
    position: relative;
    width: 100%;
    /*牧場ごと移動したい場合は位置を指定します*/
    left: 0px;
    /* 以下の設定は分かりやすいようにするためで必須ではありません。 */
}

.sheep {
     position: absolute;
     /* 以下の値をいろいろ変更し羊の位置を変えます（全部指定する必要なし） 
     top: ;
     bottom: ;
     left: ;
     right: ;
     */
     top: 55%;
     left: 13%;
     width: 75%;
    /* 以下の設定は分かりやすいようにするためで必須ではありません。 */
}
#buy .btnBox{
    position: relative;
}
#buy .btnBox .btn02,
#buy .btnBox .btn01{
    position: absolute;
}
#buy #buyBtn01 .btn02,
#buy #buyBtn01 .btn01{
    top: 528px
}
#buy #buyBtn01 .btn01{
    left: 35px
}
#buy #buyBtn01 .btn02{
    left: 391px
}
#buy #buyBtn02 .btn02,
#buy #buyBtn02 .btn01{
    top: 192px
}
#buy #buyBtn02 .btn01{
    left: 91px
}
#buy #buyBtn02 .btn02{
    left: 398px
}
#buy .text{
    position: relative;
}
#buy .text p{
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 69px;
    right: 67px;
    top: 12px;
}
#last{
    border-bottom: 8px solid #c5c0a2;
    font-size: 12px;
    line-height: 1.2;
    /*padding: 10px 0 48px 24px*/
    padding: 30px 0 48px;
    /*text-align: left;*/
}
#fBox{
    margin: 0 auto;
    padding: 45px 0;
    width: 595px;
}
#fBox ul{
    font-size: 11px;
}
/*ingredients*/
.lctc_box_01{
    background: #dbe9f2 none repeat scroll 0 0;
    border: 1px solid #ededed;
    display: inline;
    float: left;
    padding: 12px 17px 9px 24px;
}
.lctc_clearfix::after{
   clear: both;
   content: "";
   display: block;
   height: 0;
   overflow: hidden;
}
#ingredients{
    color: #004087;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
/*l_product_detail_info*/
.l_product_detail_info{
    margin: 0 auto;
    padding: 60px 0 20px;
    width: 890px;
}
.l_product_detail_info .m_headline_b{
    margin-bottom: 30px;
}
/*l_product_detail_info_outer*/
.l_product_detail_info_outer{
    background-color: #fff;
}
.limited{
    padding: 0 32px;
    box-sizing: border-box;
}
.limited--1{
    background-color: #1f8e6d;
    padding-top: 8px;
    padding-bottom: 30px;
}
.limited--2{
    background-color: #010b32;
    padding-top: 8px;
    padding-bottom: 32px;
}
.limited--3{
    background-color: #010b32;
    padding-top: 8px;
    padding-bottom: 40px;
}
.limited__title{
    margin: 0 auto;
    text-align: center;
    padding: 32px 128px 8px;
    background-color: #e60012;
    border-radius: 28px 28px 0 0;
}

.limited__box{
    border: 12px solid #DD001F;
    background-color: #fffce6;
    border-radius: 0 0 15px 15px;
}
.limited__box-campaign{
    position: relative;
    padding: 12px 40px 0px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}



nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 767px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
.limited__box-annotation-list{
    font-size: 2rem;
}




nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
    display: block;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}
@media screen and (max-width: 480px){
.limited__box-annotation-list{
    font-size: 1.2rem;
}


}
@media screen and (max-width: 480px){
    .limited__box-annotation-list{
        font-size: 1.2rem;
    }
        
    
    }
@media screen and (max-width: 375px){
    .limited__box-annotation-list{
        font-size: 1.2rem;
    }
        
   
    }

@media screen and (max-width: 320px){
        .limited__box-annotation-list{
            font-size: 1.2rem;
        }
            
        
        }


/*2021.4.3　追加
-------------------------------------*/

.pdd20{
    padding:20px;
}

.logo{
    width: 100%;
    _padding:0 100px 0 0;
position: relative;
top:10px;
right:100px;
}


.logo img{
    width: 65%;
    max-width: 450px;
    min-width: 300px;
}




@media screen and (max-width: 768px){
    .logo{
    position: static;
    text-align: center;
    margin:20px ;
    }

    .logo img{
        width: 80%;
         margin:0 auto;
    }



@media screen and (max-width: 480px){
    .logo{
    position: static;
    text-align: center;
    }

    .logo img{
         margin:0 auto;
    }