@charset "utf-8";
/* 共通のスタイル */
html{
  font-size: 62.5%;
  overflow-y: scroll;
 }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body{
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:1.6rem;/* 16px*/
  line-height: 1.6;
}
a {
  text-decoration: none;
}
a img:hover {
    opacity: 0.7;
 }

ul {
    list-style: none;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
header {
  margin: 0 auto;
  background-image: url("/shop/themes/common/image/bc_p_1.png ");
  background-repeat:repeat-x;
  width: 100%;
  }
.header_inn {
  margin: 0 auto;
  width: 980px;
  height: 100px;
  
  } 

.header_inn h1{
  float: left;
  margin: 0;
  padding-top: 20px;  
  height: 100px;
}
img.logo-i {
  width: 100%;
  max-width:200px;
  height: auto;
 }
.header_right {
  float: right;
  margin: 0;
  height: 100px;
} 

.main_navi {
  display: none;
 }
#container{
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  
}
.main_contents {
    margin: 0 0 10px;
    padding: 0 2%;
}
.main_contents h1{
    margin: 0 0 15px;
    padding: 0.6rem ;
    background: aliceblue;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
    font-size: 2.0rem;
}
.main-box {
    padding: 0.5rem;
}
.main-box h3 {
    margin: 18px 0 10px;
}
.main-box p {
    margin: 15px 0;
}
p#pankuzu {
    margin: 10px 20px;
}
p.re {
    margin-top: 25px;
    text-align: right;
    padding-right: 50px;
 }

.sub_contents {
    display: none;
    
}
.top_cart {
  display : block;
  position: absolute ;
  z-index : 2;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: absolute;
  z-index : 5;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}  
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li p{
  background: #FF9EBF;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


.whole {
    width: 100%;
    height: auto;
    margin:  0 0 20px;
}
.banner_hall {
    width:  100%;
    max-width: 740px;
    margin: 0;
    display: flex;
    
}
.banner_item img{
    width: 100%;
    max-width: 355px;
    height: auto;
    margin-right: 30px;
 }
.banner_item img:nth-child(even){
    margin-right: 0;
}








/*	item_detail
-----------------------------------------------*/
section#item_detail{
	margin-bottom:30px;
}

section#item_detail h2{
	font-size:1.8rem;
	margin-bottom:15px;
	border-bottom:2px solid #CDF9BD;
}
section#item_detail p{
	margin-bottom:20px;
	line-height: 1.6;
	font-size: 1.4rem;
}

section#item_detail h2,
section#item_detail br.clear{
	clear:both;
}
section#item_detail div.item_cart_text table{
	width:330px;
	margin:10px auto;
}
section#item_detail div.item_cart_text table th,
section#item_detail div.item_cart_text table td{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:5px 10px;
	vertical-align:middle;
}
section#item_detail div.item_cart_text table td.price{
	color:#C00;
}
section#item_detail div.item_cart_text table td.price del{
	color:#666;
	margin-right:3px;
}
section#item_detail div.item_cart_text table td.price span{
	font-size:28px;
	margin-right:5px;
}

section#item_detail div.item_cart_text table.outline th{
	background-color:#eeeeee;
	box-shadow:inset 1px 1px 0 #fff;
	-moz-box-shadow:inset 1px 1px 0 #fff;
	-webkit-box-shadow:inset 1px 1px 0 #fff;
}
section#item_detail div.item_cart_text table.outline th,
section#item_detail div.item_cart_text table.outline td{
	border:1px solid #ccc;
	padding:4px 8px;
}

section#item_detail p.cart{
	margin-top:15px;
	text-align:right;
}
section#item_detail p.cart_que{
	margin:5px 0 20px;
	text-align:right;
}
section#item_detail p.cart_que a{
	background:url(../images/icon_mail.png) no-repeat 0 3px;
	padding-left:20px;
}
section#item_detail ul#check_sns{
	clear:both;
	margin-bottom:40px;
	border-top:1px dotted #999;
	width:100%;
	padding-top:10px;
}
section#item_detail ul#check_sns li{
	float:left;
	margin-right:10px;
	text-align:right;
}

section#item_detail .item_cart{
	width:100%;
    max-width: 765px;
		
}
 .item_cart h2{
    padding: 10px 0 10px 20px;
	font-size: 15px;
	color:#FC282B;
}
section#item_detail .item_cart p{
	margin-bottom:0;
}
.item_cart_text{
    width:44%;
	float:right;
}

    .item_cart_text h2 {
	margin: 10px 0;
	font-size: 14px;
	color:#006;
}
  

.item_cart_text h3 {
	margin: 10px 0 20px;
	font-size: 15px;
	color:#153DF4;
    line-height: 1.75;
}

.item_cart_text p.text {
    line-height: 1.7;
    }
    
p.text {
    line-height:  1.7;
}

.item_cart_photo{
    width: 52%;
    max-width:400px;
	float:left;
}
.item_cart_photo img{
    width: 100%;
    max-width:400px;
}
.eria {
    margin:  15px auto 20px;
    padding: 10px;
    width: 98%;    
}
.lower-area{
    margin: 15px auto;
    width: 98%;
}
.easy {
    margin: 0 0 15px;
    width: 100%;
}
.easy h2{
    margin: 0 0 15px 10px;
    font-size: 1.8rem;
    font-weight: 700;
    }
.easy h3{
    margin: 0 0 15px 20px;
    font-size: 1.6rem;
    font-weight: 700;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/*	catergory_top
-----------------------------------------------*/
section#catergory_top{
	margin-bottom:40px;
}
section#catergory_top h1{
	background:#f4f3f4 url(../images/news_title_bg.png) repeat-x 0 0;
	border:1px solid #ccc;
	padding:8px 0 8px 15px;
	color:#636363;
	letter-spacing:0.2em;
	font-size:1.7rem;
}


/*	item_list
-----------------------------------------------*/
.item_list:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}
.item_list{
    display:flex;
    flex-wrap: wrap;
    min-height:1%;  /* for IE 7*/
	}

.item_list  h2{
	background:none;
	padding-left:0;
	margin-bottom:0;
	border: none;
    font-size: 1.5rem;
}
.item_list  a h2{
	color:#333;
}
.item_list article{
    width:150px;
	margin:0 35px 20px 0;
}
.item_list  article:nth-child(4n){
	margin-right:0;
}

.item_list article p.price{
	text-align:center;
	margin-bottom:5px;
	padding:2px 0;
	margin:5px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.item_liste article p.text{
	margin-bottom:5px;
}

.dairy {
    margin: 2em auto;
    width: 96%;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);    
}
.dairy h2{
    font-size: 2.0rem;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;   
}
.dairy h2 span{
    font-size: 1.6rem;
}
.dairy h3{
    font-size: 2.2rem;
    margin-bottom: 15px;
}
dl.dairy_news {
    margin-bottom: 15px;
    padding: 15px 3% 15px;
    border-bottom: 1px dotted #ccc;
 }
dt.date {
    text-align: right;
    padding-right: 30px;
    font-size: 1.3rem;
    color: #363636
}

img.right_ph {
    float: right;
    margin: 10px 20px 20px 30px;
    width: 100%;
    max-width: 300px;
    height: auto;
}   


/* footer */
footer {
    clear: both;
	border-top: 1px solid #00fa9a;
	margin-top: 15px;
	padding-top: 10px;
    width: 100%;
    height: auto;
}

.footer-inner {
    margin: 5px auto 0;
    width: 100%;
    max-width:  980px;
    
}
#address {
	margin: 10px 0 10px 0;
	float: left;
    text-align: center;
	width: 28%;
}
#address span{
    margin-top: 0;
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 600;
}
#address p{
	font-size: 1.2rem;
	line-height:1.4;
	margin-bottom: 10px;
	margin-left: 5px;
}
p.address2 {
    margin-top: 5px;
}	

#d-nav {
	margin: 20px 0 0 10px ;
	float: left;
	width: 65%;
}

#d-nav ul.column01 { 
 	float: left;
	margin-left:2%;
	width: 31%;
}

ul.column01 {
	list-style-type: none;
}

ul.column01 li{
	margin: 0 0 4px 0;
	padding: 6px 10% 6px 15px ;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #666;
	background-image: url(../image/5-16.gif);
	background-repeat: no-repeat;
	background-position: 0 6px; 
}
ul.column01 li a {
	display: block;
	text-decoration: none;
	color: #666;
}
ul.column01 li a:hover {
	text-decoration: underline;
}

#copyright {
    
    background-color: #C2E9FE;
}
small {
    display:  block;
	padding: 10px;
	text-align: center;
	font-size:1.2rem;
}


.fw5 {
    font-weight: 500;
}

/* スマホ限定 */
@media all and (max-width:599px){

.header_inn {
  background-image: none;
  margin: 0 auto;
  width: 100%;
  max-width:599px
}
 .header_inn h1{
  width: 40%;
  max-width: 240px;
 }
img.logo-i {
  margin: 6px 0 10px 30px;
  max-width:140px;
  }
.header_right {
  width: 58%;
  max-width: 350px;
  position: relative;
 
}  
.top_cart {
  position: absolute; 
  right : 70px;
  top   : 43px;
}  

/*　ハンバーガーボタン　*/
.hamburger {
  position: absolute;  
  right : 10px;
  top   : 40px;
}  
 
 .header_inn h2{
     display:  none;
 } 

    
.item_cart_text{
    width:100%;
	float:none;
}      
.item_cart_photo{
    float:none;
    width: 100%;
    
}  
  
.item_cart_photo img{ 
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
}
    
/*	item_list
-----------------------------------------------*/

.item_list{
    margin: 10px auto;
    width: 80%;
	}


.item_list article{
    width:150px;
	margin:0 12% 0 0;
}
.item_list  article:nth-child(even){
	margin-right:0;
}

img.right_ph {
    float: none;
    margin: 10px auto ;

}

    
.footer-inner {
    margin: 5px 0 ;
}
#address {
	margin: 10px 0 10px 0;
	float: none;
	width: 100%;
}    
#d-nav {
	margin: 10px 0 0 ;
	float: none;
	width: 100%;
}

#d-nav ul.column01 { 
    float: none;
    margin:0;
    width: 100%;
}
   ul.column01 li{
    width: 100%;
    margin: 1px 0;
    padding: 0 ;   
    text-align: center;
	background-image: none;
    font-size: 1.3rem;
} 
ul.column01 li a {
    display: block;
    padding: 8px 0;
    background-color: antiquewhite;
	color: #333;
}    

ul.column01 li a:hover {
	text-decoration: none;
    background-color: #AB954A;
    color: #FFFFFF;
}  
.banner_hall {
    width:  100%;
    max-width: 599px;
    margin: 0;
    display:block;
    
}
.banner_item img{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 10px 3% 15px 5%;
 }
.banner_item img:nth-child(even){
    margin-right:auto;
}    
    
    
    
}

/* タブレットのスタイル */
@media all and (min-width: 600px) and (max-width:959px){

.header_inn {
  margin: 0 auto;
  width: 100%;
  max-width:959px;
  background-image: none;    
}

 .header_inn h1{
  width: 30%;
  max-width: 280px;
 }
img.logo-i {
  margin: 3px 0 10px 50px;
 }
.header_right {
  width: 70%;
  max-width: 680px;
  position: relative;
}
.header_inn h2{
  display: block;
  margin-left: 25px;
  padding: 22px 0 0;
  font-size: 1.6rem;
  color: #0000cc;
  letter-spacing: 0.3;
  text-align: left;
}         

.top_cart {
  position: absolute; 
  right : 72px;
  top   : 53px;
} 

/*　ハンバーガーボタン　*/
.hamburger {
  position: absolute; 
  right : 10px;
  top   : 50px;
}
}
  
  /* パソコンのスタイル */
@media all and (min-width:960px){


 .header_inn h1{
  width: 28.6%;
  max-width: 280px;
 } 
img.logo-i {
  margin: 3px 0 10px 80px;
 }
.header_right {
  width: 71.4%;
  max-width: 700px;
 position: relative;
}
.header_inn h2{
  display: block;
  margin-left: 25px;
  padding: 28px 0 0;
  font-size: 1.7rem;
  color: #0000cc;
  letter-spacing: 0.4;
  text-align: left;
}     
  
.top_cart {
  position: absolute;
  right : 50px;
  top   : 44px;
}        
.hamburger {
    display:  none;
  } 

.main_navi {
  display: block;
  margin: 0;
}
.main_navi ul {
  margin-top: 0;
  list-style: none;
  display: flex;
}
.main_navi li{
  padding: 10px 5px;
  margin:2.5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2d6009;
}
.main_navi li a:hover {
  color: #68dd14;
  font-weight: 500;
}
.top_cart {
  position: absolute; 
  right: 120px;
  top: 62px;
}  
#wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  flex-direction: row-reverse;
}
.main_contents {
    width: calc(100% - 21%);
 }
.sub_contents {
  display: block;
  width: 20%;
  max-width: 200px;
  
} 
.side-menu {
     margin: 0 auto 20px;
     width: 100%;
     padding: 5px 1%;
    }
.inner li{
    display: block;
    width: 100%;
    margin: 10px 0 ;
    border-bottom: 1px dotted #ccc;
}  
    
ul.inner li a {
        text-decoration: none;
        line-height: 1.6;
        font-size: 1.4rem;
        padding-left: 10px;
        color: #333;
        
    } 
.inner li a:hover {
    text-decoration: underline;
    }
    
    .plice_1  {
        margin: 0;
        padding-left: 100px;
        font-weight: 600;
        color: #C30808;
    }
      ul.inner2{
        margin: 15px 0;
        width: 100%;
    }    
    .inner2 li{
        margin: 0 0 5px;
        width: 100%;
    }  
    .inner2 li img{
        max-width:  200px;
        height: auto;
    }  
/*	カレンダー
-----------------------------------------------*/
section#calender {
	width:98%;
	margin:0 auto;
}
section#calender h2{
	text-align:center;
	background-color:#efefef;
	padding:3px 5px 3px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:10px;
}
section#calender table{
	border:1px solid #efefef;
	width:96%;
	margin:0 auto 10px;
}
section#calender table caption{
    font-size: 1.4rem;
    }
section#calender table th,
section#calender table td{
	border:1px solid #efefef;
	text-align:center;
}
section#calender table .sun{
	color:#C00;
}
section#calender table .sat{
	color:#36C;
}
section#calender table .close{
	background-color:#fce4e4;
}
section#calender p{
	line-height:1.4;
	font-size:1.1rem;
}    
    
    
    
    

    }
  
  
メモ
ハイライト
説明