/*
Theme Name: herba_lg
Theme URI: 
Description: 
Author: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/
@import "base.css";
@import "style_site.css";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
	outline:none;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

p{
	line-height:1.6;
	font-size:18px;
	letter-spacing:3px;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	height:auto;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.text-shadow {
	text-shadow: 1px 1px 3px #000;
}

.box-shadow {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.box-shadow-inset {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.border-radius {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

.transition {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.opacity {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

.gradient {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

/*�X�}�z�Ή�*/
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}


select[name="busu-form"] {
  width: 80px !important;
  background-color: white;
}

/* 各商品ページごとのCSS設定
------------------------------------------------*/

/* X-1 
-----------------------------------*/
/* ▼ 共通（PC・タブレット） */
.box-23992-1,
.box-23992-2,
.box-23992-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.item-left,
.item-right {
  width: 48%;
}

.item-left img,
.item-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* ▼ スマホ表示（〜768px） */
@media screen and (max-width: 768px) {
  .box-23992-1,
  .box-23992-2,
  .box-23992-3 {
    flex-direction: column;
  }

  .item-left,
  .item-right {
    width: 100%;
  }

  .item-right {
    margin-top: 20px;
  }

  /* 各 .box 間に追加スペース */
  .box-23992-1 {
    margin-bottom: 40px;
  }

  .box-23992-2 {
    margin-bottom: 40px;
  }

  .box-23992-3 {
    margin-bottom: 40px;
  }
}

/* X-1_end 
-----------------------------------*/


/* X-3 
-----------------------------------*/
/* ▼ 共通（PC・タブレット） */
.box-24250-1,
.box-24250-2,
.box-24250-3,
.box-24250-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.item-left,
.item-right {
  width: 48%;
}

.item-left img,
.item-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.img-7 {
  margin-top: 130px;
}

.box-24250-3 .item-right img {
  margin-top: -20px;
}

/* ▼ スマホ表示（〜768px） */
@media screen and (max-width: 768px) {
  .box-24250-1,
  .box-24250-2,
  .box-24250-3,
  .box-24250-4, {
    flex-direction: column;
  }

  .item-left,
  .item-right {
    width: 100%;
    margin-bottom: -20px;
  }

  .box-24250-2 .img-7 {
  margin-top: 40px;
  margin-bottom: 10px;
  }

  /* 各 .box 間に追加スペース */
  .box-24250-1 {

  }
}

/* X-3_end 
-----------------------------------*/

/* X-2 マルチバイタルビタミン 
-----------------------------------*/
/* ▼ 共通（PC・タブレット） */
.box-24555-1,
.box-24555-2,
.box-24555-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.item-left,
.item-right {
  width: 48%;
}

.item-left img,
.item-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* ▼ スマホ表示（〜768px） */
@media screen and (max-width: 768px) {
  .box-24555-1,
 .box-24555-2,
 .box-24555-3 {
    flex-direction: column;
  }

  .item-left,
  .item-right {
    width: 100%;
  }

  .item-right {
    margin-top: 20px;
  }

  /* 各 .box 間に追加スペース */
  .box-24555-1 {
    margin-bottom: 40px;
  }

  .box-24555-2 {
    margin-bottom: 40px;
  }
  .box-24555-3 {
    margin-bottom: 40px;
  }
.item-23995-a {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

 .img04-wrap {
    margin-top: 15px;
    margin-bottom: 20px;
  }

}

/* X-2 マルチバイタルビタミン_end 
-----------------------------------*/

/* X-4 
-----------------------------------*/
/* ▼ 共通（PC・タブレット） */
.box-24924-1,
.box-24924-2,
.box-24924-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.item-left,
.item-right {
  width: 48%;
}

.item-left img,
.item-right img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* ▼ スマホ表示（〜768px） */
@media screen and (max-width: 768px) {
  .box-24924-1,
 .box-24924-2,
 .box-24924-3 {
    flex-direction: column;
  }

  .item-left,
  .item-right {
    width: 100%;
  }

  .item-right {
    margin-top: 20px;
  }

  /* 各 .box 間に追加スペース */
  .box-24924-1 {
    margin-bottom: 40px;
  }

  .box-24924-2 {
    margin-bottom: 40px;
  }
  .box-24924-3 {
    margin-bottom: 40px;
  }
.item-249245-a {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}
}

/* X-4_end 
-----------------------------------*/


/* 各商品ページごとのCSS設定_end
------------------------------------------------*/

/* クリーブ新着ページ
------------------------------------------------*/

/* 購入ボタン_ホバー */
.creabe_2506 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3256a8;
  color: #fff !important;
  padding: 15px 44px;
  border-radius: 8px;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  letter-spacing: 0.05em;
  border: none;
  min-width: 180px;
  height: 38px;
  font-family: 'メイリオ','ヒラギノ角ゴ ProN W3','游ゴシック Medium','Noto Sans JP',sans-serif;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}

.creabe_2506:hover,
.creabe_2506:focus {
  background-color: #234080; /* ホバー時の色をお好みで調整 */
  box-shadow: 0 4px 12px rgba(50,86,168,0.15);
  color: #fff !important;
  text-decoration: none;
}
/* 購入ボタン_ホバー_end */

/* スマホのみ改行する */
.br-sp {
  display: none ;
}
@media (max-width: 600px) {
  .br-sp {
    display: block ;
  }
}
/* スマホのみ改行する_end */

/* クリーブ新着ページ_end
------------------------------------------------*/
