@charset "euc-jp";

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul, li {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #281A14;
}
a {
  color: #281A14;
}
a:hover {
  color: #003399;
}
a:hover {
  opacity: 0.8;
}

/*
 * layout
 */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

/*
 * headder
 */
#head-bg,
#foot-bg {
  overflow: hidden;
  background: #281A14;
  background-image: url(https://img21.shop-pro.jp/PA01405/065/etc/bg.png?cmsp_timestamp=20670640);
  color: #FFF;
}
/*
 * headder PC
 */
.hidden-phone #logo {
  float: left;
  z-index: 99;
  position: absolute;
}
.hidden-phone .logo-right,
.hidden-phone .logo-right2 {
  vertical-align: top;
}
.hidden-phone .logo-right {
  padding-left: 260px;
}
.hidden-phone .logo-right h1 {
  margin-top: 10px;
  font-size: 11px;
  font-weight: normal;
  color: #FFF;
}
.hidden-phone .logo-right li a{
  color: #FFF;
}

/*
 * headder PHONE
 */
.visible-phone #logo {
  background: #005243;
}
.visible-phone #logo img {
  display: block;
  margin: 0 auto;
}
.visible-phone .logo-right {
  padding-left: 0;
}
.visible-phone .logo-right h1 {
  margin-top: 10px;
  font-size: 11px;
  font-weight: normal;
  color: #FFF;
}
.visible-phone .logo-right li a{
  color: #FFF;
}

#cart-contents,
#cart-contents2 {
  overflow: hidden;
}
#cart-contents li,
#cart-contents2 {
  float: right;
}

#nav {
  background-color: #643;
  overflow: hidden;
}
#nav .logo-right li {
  width: 25%;
  float: left;
}
#nav .logo-right li a,
#nav .logo-right2 li a {
  padding: 10px 0;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  display: block;
}
#nav .logo-right2 li a {
  border-bottom: #85695C 1px solid;
}
#nav .logo-right li a:hover,
#nav .logo-right2 li a:hover {
  text-decoration: none;
  background-color: #85695C;
}

/*
 * contents
 */

h1#free_title_h1 {
  margin: 20px 0 30px 0;
  padding: 5px;
  background-image: url(https://img21.shop-pro.jp/PA01405/065/etc/bg.png?cmsp_timestamp=20670640);
  color: #FFF;
  text-align: center;
}

h2,
h3 {
  text-align: center;
}

h2#check_title {
  background-image: url(https://img21.shop-pro.jp/PA01405/065/etc/bg.png?cmsp_timestamp=20670640);
  color: #FFF;
}

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }
#como_bnr a:hover,
#btm_bnr a:hover,
#newinfo a:hover {
  opacity: 0.8;
}
#como_bnr {
  text-align: center;
}

/*
 * side
 */
h3.sidelist-title {
  background-color: #005040;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  overflow: hidden;
}
h3.sidelist-title a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
#side li.lightgreen a {
  padding: 10px;
  display: block;
  border-bottom: #281A14 1px solid;
}
#side li.lightgreen a:hover {
  background-color: #E7EEDD;
  color: #281A14;
  text-decoration: none;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.side_bnr {
  margin-bottom: 40px;
}
.side_bnr a {
  margin: 0 0 10px 0;
  display: block;
}
.side_bnr a:hover {
  opacity: 0.8;
}

/*
 * footer
 */
#foot-menu {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #FFF solid;
}
#foot-menu a {
  color: #FFF;
}
#foot-name img {
  max-width: 75px;
  height: auto;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }
.mar_t_60 { margin-top: 60px; }
.mar_r_60 { margin-right: 60px; }
.mar_b_60 { margin-bottom: 60px; }
.mar_l_60 { margin-left: 60px; }
.mar_b_80 { margin-bottom: 80px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

/*PCの場合*/
.pc	{ display:inline!important; }
.mb	{ display:none!important; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  /*タブレット、スマホの場合*/
  .pc { display:none!important; }
  .mb { display:inline!important; }
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-lg-w.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-lg-w.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-lg-w.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-lg-w.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-lg-w.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-lg-w.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*
 * 商品一覧
 */
.row li a:hover {
  opacity: 0.8;
}
/*
 * 薮崎園のお茶
 */
.about_link a:hover {
  opacity: 0.8;
}
/*
 * 朝比奈玉露
 */
.about_gkr {
  margin-bottom: 20px;
  overflow: hidden;
}
.about_gkr h3 {
  margin-bottom: 10px;
  font-size: 140%;
  text-align: left;
  display: block;
}
.about_gkr_text {
  width: 60%;
  float: left;
}
.about_gkr_photo {
  width: 35%;
  float: right;
}
.about_gkr_text01 {
  margin-bottom: 30px;
  padding: 20px 45% 10px 0;
  float: left;
  background-image: url(https://img07.shop-pro.jp/PA01405/065/etc_base64/Z2tyX2JnaW1nMDE.jpg?cmsp_timestamp=20240614095631);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.about_gkr_text02 {
  margin-bottom: 30px;
  padding: 20px 0 10px 45%;
  float: left;
  background-image: url(https://img07.shop-pro.jp/PA01405/065/etc_base64/Z2tyX2JnaW1nMDI.jpg?cmsp_timestamp=20240614095631);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.about_gkr_text03 {
  margin-bottom: 30px;
  padding: 20px 45% 10px 0;
  float: left;
  background-image: url(https://img07.shop-pro.jp/PA01405/065/etc_base64/Z2tyX2JnaW1nMDM.jpg?cmsp_timestamp=20240614095631);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.about_gkr_text04 {
  margin-bottom: 10px;
  padding: 20px 0 10px 45%;
  float: left;
  background-image: url(https://img07.shop-pro.jp/PA01405/065/etc_base64/Z2tyX2JnaW1nMDQ.png?cmsp_timestamp=20250415154536);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
/* 朝比奈手摘み本玉露の定義 */
.about_gkr_definition h4 {
  border: 1px solid #281A14;
  padding: 5px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.custom-table {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.about_gkr_definition p {
    text-align: center;
}
.custom-table {
    display: flex;
    flex-wrap: wrap;
}
.custom-table .item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
.custom-table .item:nth-child(3n) {
    border-right: none;
}
.custom-table .title,
.custom-table .content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 10px;
}
.custom-table .title {
    background-color: #D4D1D0;
    font-weight: bold;
}
/* 玉露ができるまで */
.about_gkr_pro {
  padding: 20px;
  border: 1px solid #005040;
  display: flex;
}
.about_gkr_pro .order_img {
  width: 30%;
}
.about_gkr_pro .order_txt {
  width: 70%;
  vertical-align:top;
}
/* 美味しい玉露の淹れ方 */
.about_gkr ol li {
  font-weight: bold;
  font-size: 110%; 
}
.about_gkr th {
  background-color: #D4D1D0;
}
.about_gkr_brew .brew_txt {
  display: flex;
}
.about_gkr_brew .brew_txt table {
  width: 40%;
  margin-right: 20px;
}
.about_gkr_link h2 {
  margin-top: 30px;
}
.about_gkr_link p {
  text-align: left;
}
.gkr_link-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto 50px auto;
  padding: 0;
  list-style: none;
  gap: 16px;
}
.gkr_link-images li {
  flex: 1 1 calc(33.333% - 10.67px); 
  box-sizing: border-box;
}
.gkr_link-images img {
  width: 100%;
  height: auto;
  display: block;
}

/*
 * 美味しいお茶の淹れ方
 */
#brew ol li {
  font-weight: bold;
  font-size: 110%;
}
#brew h3 {
  font-size: 120%;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px #281A14 solid;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  display: block;
}
#brew th {
  width: 50%;
  background-color: #D4D1D0;
}

/*
 * お茶の種類について
 */
#type {
  text-align: center;
}

/*
 * 店舗紹介
 */
#como p {
  text-align: center;
}
#como .photo {
  overflow: hidden;
  margin-bottom: 30px;
}
#como .photo-left {
  width: 48%;
  float: left;
}
#como .photo-right {
  width: 48%;
  float: right;
}
#como table {
  width: 95%;
  margin: 30px auto;
}
#como th {
  background-color: #D4D1D0;
}

/*
 * 会社概要
 */
#company_profile table {
  width: 95%;
  margin: 0 auto;
}
#company_profile th {
  background-color: #D4D1D0;
}
#company_profile .como_text {
  float: left;
}
#company_profile .como_logo {
  width: 160px;
  margin-left: 25px;
  padding-top: 20px;
  float: left;
}

/*
 * 新着情報
 */
#newinfo {
  margin-bottom: 30px;
}
#newinfo .info_date {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
}
#newinfo th {
  background-color: #D4D1D0;
  width: 15%;
  min-width: 65px;
}
#newinfo dl {
  padding: 0 20px 10px 20px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px #281A14 dashed;
  overflow: hidden;
}
#newinfo dl dt {
  width: 100px;
  float: left;
}
#newinfo dl dd {
  float: left;
}
#newinfo_ck100 {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed #281A14;
  font-size: small;
}
#newinfo_ck100 h3{
  text-align: left;
}
#newinfo_ck100 table{
  width: 100%;
}
#newinfo_ck100 th{
  padding: 10px;
  border: 1px solid #281A14;
}
#newinfo_ck100 td{
  padding: 10px;
  border: 1px solid #281A14;
}
#newinfo .newinfo_wgtc {
  text-align: center;
  font-weight: bold;
  font-size: large;
  overflow: hidden;
}

/*
 * メディア掲載情報
 */
#media li {
  width: 100%;
  height: 120px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dashed 1px  #281A14;
  clear: both;
}
#media li .media-icon {
  float: left;  
}

/*
 * INTERNATIONAL
 */
#inter p {
  text-align: left;
}

/*
 * Youtube
 */
.youtube {
  position: relative;
  padding-bottom: 56.25%;  /* 横16:縦9 */
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * LP
 */
#lp_center {
  text-align: center;
}

.strike {
  text-decoration: line-through;
}
.hp-price {
  color: navy;
  font-weight: bold;
}

.pcview {
}
.spview {
	display: none;
}

@media screen and (max-width: 979px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}