@charset "utf-8";
/* CSS Document */

/*
(151119)IE11で「background-size」が効かない
疑似要素はサイズ指定不可の為、実寸表示のみ
@import"../css/test_line.css";
*/

/* ====================================================== 
	本文
====================================================== */

/* shohin_detail.php バリエーションごとの在庫表示部分のTable横並びにする */
.opa {
  display: none !important;
}
#image1 {
  display: none;
}

#image2 {
  display: initial;
}

.Img2 {
  padding-top: 60px;
}

.toptitle_txt {
  height: max-content;
  margin-top: 10px;
  font-size: 2em !important;
  left: 30px;
}

.hatake_toku {
  margin-top: 0;
  background-image: url("https://hayashi-syoten.jp/images/hatake_sp.jpg");
  height: 550px;
}
.tukemono_toku {
  background-image: url("https://hayashi-syoten.jp/images/tukemono_sp.jpg");
  background-position: left;
  padding-top: 1em;
  height: 650px;
}
.franc_toku {
  background-image: url("https://hayashi-syoten.jp/images/franc_sp.jpg");
  background-position: left;
  padding-top: 1em;
  height: 650px;
}



.firastmenu{
  padding-top: 0.3em;
}

.lastmenu {
  border-bottom: 0px solid #fff;
}

.accordion-content {
  line-height: 2.0em;
  color: #fff;
}




.nonesub::after,.nonesub::before {
display: none;
}
.PageNavi {
  padding-left: 1em;
}

.PageNavi > .Wrap {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

.icon img {
  width: 28px;
}

.spicon {
  position: fixed;
  top: 19px;
}

.spicon1 {
  right: 120px;
}

.spicon2 {
  right: 75px;
}

.sbr {
	display: initial;
}

body {
    font-size: 1.3em;
}
body, section, .WrapM, .Header, .Footer, #Admin, #Form .Main {
	min-width: initial;
}
.yh2 {
	font-size: 1.4em;
}
.h2_big {
	font-size: 1.2em;
	line-height: 1.3em;
}
.Gallery {
	height: initial;
}
.toptitle_txt {
	height: max-content;
	font-size: 1.3em;
}

.hatake_bg,.tukemono_bg,.franc_bg {
	min-width: initial;
	max-width: initial;
	width: 90%;
	margin: 0 5%;
	display: inline-block;
}

.hatake_bg {
	padding: initial;
	margin-right: 5%;
}

.yasai_img img {
	width: 200px;
}
.yasai_img {
	margin-left: 105px;
	margin-right: initial;
}

.top_select_sub {
	width: 90%;
}


.s_tukemono, .s_franc {
	width: initial;
	height: initial;
	margin: initial;
}

.franc_bg,.tukemono_bg {
	padding: initial;
	padding: 0 1em;
}

.Header {
	display: none;
}

.WrapM, #Form .Main {
	width: 100%;
}

.FooterBtn {
	display: none !important;
}

.ftxt {
	width: initial;
}

.Right {
	display: none;
}

.Footer .Copy a {
	font-size: 0.6em;
}
.footer_back {
	background-image: initial;

}
#Footer {
  background-image: url("https://www.hayashi-syoten.jp/images/foot_sp.png");
}

#Footer img {
  width: 150px;
}
.yscroll {
	display: none !important;
}



.spWrap {
  width: 90%;
  margin: 0 auto;
}
/* ヘッダーメニュー-------------------------------------------------------------------- */






.top {
  display: none;
}
.menu {
    display: none;
}
.logo img {
    width: 50%;
    min-width: initial;
    height: auto;
    float: left;
    margin-top: 0em;
}
.index_t {
    margin-top: 0;
    font-size: 2.3em;
margin-top: 5.5em;
}

.top_img img {
  height: 50vh;
  width: auto;
}

.posi {
  right: 270px;
}

.pctop_img {
  display:none;
}

.sptop_img {
  display:initial;
}

.top_img {
  clear: both;
width: 100Vw;
height: 50vh;
overflow: hidden;
}

.title_sub {
  font-weight: normal;
  padding-top: 0.3em;
  font-size:0.6em;
}

.PageNavi {
  padding-top: 50px;
}

/* ▼スマホメニュー▼ */

.sptop, .hamburger, .globalMenuSp {
  display:initial;
}

.sptop.scroll {
background: #fff;
box-shadow: #999 0px 0px 5px;
transition-duration: 0.2s;
}

.sptop {
  z-index: 2900;
width: 100%;
display:inherit;
height: 60px;
position: fixed;
background-color: white;
}

.sptop h1 {
  width: 45%;
  margin-top: 0.6em;
  margin-left: 0.3em;
  margin-bottom: 0em;
}
.sptop h1 img {
  width: 100%;
}


/*　ハンバーガーボタン　*/
.globalMenuSp li {
  margin-top: 0em !important;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3000;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #360b02;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s 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(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 1000;
  top: 56px;
  right: 0;
  left: initial;
  color: #000;
  background: #360b02;
  text-align: left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 65%;
  padding-top: 0em;
  padding-bottom: 0em;
  font-size: 1.1em;
}

nav.globalMenuSp ul {
  background: #134c63;
  margin: 0 0 0 auto;
  padding: 0;
  width: 100%;
}


nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0.5em 0em;
  width: 100%;
  border-bottom: 1px solid #fff;

}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  padding-bottom: 0.8em;
}
nav.globalMenuSp ul li:hover{
  background :initial;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.accordion-container .accordion-title::after {
  content: initial;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title::before {
  content: initial;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title {
  font-size: 1.0em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  padding: 1em 0.625em 1em 2em;
}

h4 {
  font-size: 1em;
  margin: 0;
}

.globalMenuSp h4 {
  border-bottom: 1px solid #fff;
}
.accordion-content {
  line-height: 2.0em;
  padding-bottom: 0em;
}

.accordion-content a p {
  padding-bottom: 0.5em;
}


.sub_tukemono,.sub_franc {
  width: 100%;
	display: inline-block;
  padding-left: 3em;
  padding-top: 0.5em;
}




/* ▲スマホメニュー▲終わり */



/* フッターメニュー */
.spside_menu {
  display: initial;
}

.spside_menu {
  display: initial;
  position: fixed !important;
  bottom: 0 !important;
  z-index: 2000;
  width: 100%;
  height: 90px;
  top: initial;
  color: #fff;
  border: #fff 0px solid;
}
.side_btn {
  text-align: center;
  font-size: 0.8em;
  margin-top: 0.5em;
  display: inline-block;
  width: 30%;
}

.side_title {
  padding: 0.3em 0.3em;
  font-size: 1.2em;
  text-align: center;
  background: #B5422B;
  font-weight: bold;
}

.side_btn2::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  left: -30px;
  transform: rotateX(90);
  transform: rotate(-90deg);
}

.side_btn3::after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: -20px;
  transform: rotateX(90);
  transform: rotate(-90deg);
}



/* ページタイトル */
.page_title,.page_title2 {
  margin: 0 25%;
  width: 50%;
  display: inline-block;
  font-size: 1.8em;
  background-color: rgba(255,255,255,0.6);
  padding: 0.5em 0;
}
.page_title {
  top: initial;
  position: initial;
  margin-top: 28px;
}


.page_title_sp {
  width:80%;
  margin: 0 10%;
}


.page_title2 {
  position: initial;
  display: inline-block;
  font-size: 1.8em;
  background-color: rgba(255,255,255,0.6);
  padding: 0.5em 0;
  margin: 0 auto;
  margin-top: 28px;
}

.listheader img{
  display:none;
  }
  
  .listheader {
    background-image: url("https://www.hayashi-syoten.jp/images/sp.jpg");
    height: 100px;
  }

  .listheader2 {
    background-image: url("https://www.hayashi-syoten.jp/images/sp_itiran.jpg");
    height: 100px;
  }
  .footer_back {
    width: 90%;
  }
  .ad {
    padding-left: 1em;
  }



/* テーブル調整 */
th,td {width: 100%;
display: block;
background-color: initial !important;
padding: 0;
}
table,td,th {
border-width: 0px;
}

table {
  width: 100%;
  margin: 0 auto;
}
th {
  margin-bottom: 0.1em;
  font-weight: bold;
}

td {
  margin-bottom: 2em;
  border-bottom: #ddd 1px solid !important;
}
.souryou_t .nowrap {
  white-space: initial !important;
}
.souryou_t .tiiki {
  width: 5em;
}
.tiiki + .r {
  padding-left: 2em;
}


.souryou_t tbody .r {
  padding: 0 1em;
}

.yy {
  margin-left: 5em;
}
.yy td {
  padding: 0 0.5em;
}

.yy td:first-child {
  display: none;
}


.souryou_t td {
  vertical-align: bottom;
  border-top: 0px aliceblue solid;
}

.souryou_t tr {
  display: inline-block;
  margin-top: 1em;
}

.souryou_t {
  margin-left: 5%;
}



/* トップページ */
.select_wrap {
  width: 100%;
}

.tokusan_icon {
  width: 150px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 10;
}

.s_tukemono {
  margin-top: 1.0em;
margin-bottom: 2em;
}

/* 買い物ガイド */
.delibg,.delibg2 {
  height: initial;
  min-height: 320px;
}

.guide_h2 {
  margin-top: 0em;
}

.cool_txt2 {
  white-space: nowrap;
}

.cool_txt {
  text-align: left;
  width: 100%;
}

.TimeColor4,.TimeColor5,.TimeColor6 {
  margin-top: 1em !important;
}

.under {
  padding-left:2em !important;
}

/* 各種注文について */
.tell {
  width: 90%;
}

.faxdown {
  font-size: 1.2em;
border-bottom: 1px #000 solid;
width: 10em;
margin: 1em auto 0 auto;
}


/* 商品詳細ページ */
.Detail {
  width: 90%;
margin: 0 auto;
overflow: hidden;
}
.y_slider img, .y_thumb img {
  width: 250px !important;
}

.y_thumb img {
width: 100px
}

.slider, .thumb {
  margin: 10px auto;
  width: 100% !important;
}
.y_thumb {
  width: 250px !important;
margin: 0 !important;
}

.slick-track {
  margin: 0 !important;
}

.y_thumb .slick-track {
width: 250px !important;
}

.Detail .ShohinImg {
  height: 370px;
}

.y_box {
  width: 250px !important;
  margin: 0 auto;
}

.y_txt {
  padding: 1.5em 0.5em;
  display: inline-block;
  background: white;
  box-shadow: -2px 3px 4px #ddd;
  width: 130%;
  margin-left: -15%;
}

.Detail .Comment {
  margin-top: 5em;
}

.Detail tr {
  border-bottom: #ddd 0px solid;
}

.Detail th {
  border-right-width: 0px;
  border-top-width: 0px;
  width: 7em;
  min-width: initial;
  padding-top: 1em;
  padding-bottom: 0;
}

.Detail td {
  border-right-width: 0px;
  border-top-width: 0px;
  padding-top: 0em;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}


.Detail .Price .Wrap {
  display: block;
}
.Detail .Price {
  width: 9em;
  margin-top: 0.3em;
  clear: both;
}
.Detail .Kazu {
  margin-top: 1.5em;
  width: 5.5em;
}
.Detail .BtnOk {
  margin-top: 0.5em;
}

.Detail .ShohinBtn {
margin-top: 1.5em;
margin-bottom: 1.0em;
}



/* 商品一覧 */
.list_read {
  width: 95%;
  font-size: 1.1em;
}

.tukemono_list .ShohinName {
  font-size: 0.9em;
  margin-top: 1.5em;
margin-bottom: 1em;
width: 250px;
}
.tukemono_list .ShohinImg {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.tukemono_list .Comment1 {
  display: inline-block;
  text-align: left;
  width: 250px;
}

.tukemono_list .Column > ul > li {
  margin-left: 3em;
}
.Franc .Column > ul > li {
  margin-left: 3em;
}


/* お問い合せ */
.contact_read {
  margin-left: 0em;
}

.contact_t td{
  border-bottom: #ddd 0px solid !important;
}

.contact_t .sbr {
  display: none;
}

.contact_t tbody th {
  width: 100%;
}

.contact_t .InputM {
  width: 100%;
}


/* プライバシポリシー */
.priwrap {
  width: 90%;
  margin: auto;
}


/* カートの中身 */
.cart_show td,.cart_show tr,.cart_show th,.cart_show thead tr:last-child th,.cart_show td {
border: none !important;
}


/* .cart_show th {
  display: none;
} */

.cart_show thead + tbody tr:first-child td {
  border: none;
} 

.cart_y .img {
  width: 30%;
  float: left;
}

.cart_y .ShohinName {
  width: 50%;
text-align: left;
float: left;
font-size: 0.8em;
font-weight: normal;
}

.cart_y .kazu {
  display: block;
clear: both;
width: 7em;
text-align: left;
float: left;
position: relative;
right: -70%;
top: -85px;
}

.cart_y .Alert {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 1.2em;
}

.cart_y .CartBack {
  display: block;
  width: 90%;
  margin: 0.5em auto;
}

.cart_y .Column2 {
  width: 90%;
  margin: 0 auto;
  float: initial;
  margin-bottom: 100px;
}


.item_many2 {
  display: none;
}

.sptoru th{
  display: none;
}

.cart_y tbody .PriceCell {
  display: none;
}

.cart_y td {
  margin-bottom: 0em;
}

.cart_y .Del {
  width: 8em;
position: relative;
left: 65%;
top: 100px;
font-size: 0.8em;
}

.kounyu_y2 th {
  text-align: left;
}

.cart_y tfoot th:first-child {
  color: brown;
  padding-top: 0.5em;
  border-top: brown 1px solid !important;
}
.item_many {
  width: 80%;
display: block;
margin: 0 auto;
}

.spy {
  text-align: left;
  margin-top: 1em;
}


.logkou {
text-align: center;
}

/* 購入画面 */
.formbg {
  width: 90%;
margin: 0 auto;
}

.InputS {
  width: 8em;
}

.formbg .InputM {
  width: 100%;
}

.formbg th {
  width: 100%;
}



/* 最終確認画面 */
.kounyunaiyo_bg {
  width: 90%;
}

.kounyunaiyo td,.kounyunaiyo tr,.kounyunaiyo th,.kounyunaiyo thead tr:last-child th,.kounyunaiyo td {
  border: none !important;
  }

  .kounyunaiyo tfoot th:first-child {
    font-weight: normal;
  }

  .kounyunaiyo .img {
    width: 30%;
    float: left;
  }
  
  .kounyunaiyo .ShohinName {
    width: 50%;
  text-align: left;
  float: left;
  font-size: 0.8em;
  }
  
  .kounyunaiyo .kazu {
    display: block;
  clear: both;
  width: 7em;
  text-align: left;
  float: left;
  position: relative;
  right: -70%;
  top: -100px;
  }
  
  .kounyunaiyo .Alert {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
  }
  
  .kounyunaiyo .CartBack {
    display: block;
    width: 90%;
    margin: 0.5em auto;
  }
  
  .kounyunaiyo .Column2 {
    width: 90%;
    margin: 0 auto;
    float: initial;
    margin-bottom: 100px;
  }



  .kounyunaiyo thead th{
  display: none;
}

.cart_y tbody .PriceCell {
  display: none;
}

.cart_y td {
  margin-bottom: 0em;
}

.cart_y .Del {
  width: 8em;
position: relative;
left: 65%;
top: 100px;
font-size: 0.8em;
}

.kounyunaiyo tbody .PriceCell {
  top: -27px;
right: 11px;
color: brown;
}

.kounyunaiyo tbody .kazu {
  right: -36%;
top: -86px;
}

.kounyunaiyo tbody .ShohinName {
  padding-left: 1em;
}
.kounyunaiyo tfoot tr:first-child{
  border-top: brown 1px solid !important;
}
.kounyunaiyo tfoot tr{
  text-align: right;
  margin-top: 0.3em;
  display: block;
}
.kounyunaiyo tfoot th {
  width: 10em;
  text-align: right;
  display: inline-block;
  border-top: initial;
}
.kounyunaiyo tfoot .PriceCell{
width: 15em;
display: inline;
}
.kounyunaiyo tfoot td:first-child {
  width: 15em;
  display: inline-block;
  margin-bottom: 0em;
}





/* ログイン画面 */
.member_area {
  width: 90%;
  display: inline-grid;
}
.k_login {
  width: 100%;
  float: initial;
  order: 2;
  margin-top: 40px;
}


.k_sinki {
  width: 100%;
  float: initial;
  order: 1;
}


.member_area th {
text-align: left;
}

.sphr {
  display: none;
}

/* パスワード忘れ */
.sendpass th {
  text-align: left;
}

/* 会員登録 */
.memberWrap {
  width: 90%;
}

.memberWrap th {
  width: 100%;
}
.memberWrap .InputM {
  width: 100%;
}


/* フォーム改行調整 */
.fbr {
	display: none;
}

/* 特定商取引 */
.Unei {
  width: 90%;
}

.Unei .section > .Wrap {
  padding-top: 0em;
}

.lawt .nowrap {
  white-space: initial;
}

.pry_souryo td {
  vertical-align: bottom;
}

.pry_souryo .tiiki {
  width: 5em;
}

.pry_souryo .r {
  vertical-align: bottom;
}

.pry_souryo .yy td {
  padding: 0 0.5em;
}

.souryou_t tbody tr td:first-child {

}








.y_thumb .slick-track {
  max-width: 390px !important;
  margin: 0 !important;
  overflow: scroll;
}

.y_thumb > div > div {
  width: 300px !important;
  display: flex;
}

.y_thumb > div {
overflow: scroll;
}

/* ヤマト決済前画面 */
#SendYamato .Header {
  display: initial;
}

.s_yamato h1 img {
  width: 250px;
}

.s_yamato_bg {
  padding: 1em 1em 2em 1em;
  line-height: 1.6em;
}
#SendYamato .Copy {
  font-size: 0.7em;
}

.s_yamatoh1 {
  font-size: 1.7em;
}

.s_yamato_bg .Alert {
  font-size: 1.2em;
}



/* iphoneSE用-------------------------------------------------------------------- */
@media (max-width:370px) { 
.cart_y .ShohinName {
  font-size: 0.8em;
}

.cart_y .kazu {
  top: -85px;
}

.kounyunaiyo tbody .PriceCell {
  top: -10px;
}

.kounyunaiyo tbody .kazu {
  padding-left: 1em;
}

.yy td {
  padding: 0 0.3em 0 0; 
}

.souryou_t tbody .r {
  padding: 0 0.6em;
}

 }