@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
   font-display: swap;
   font-family: HuiFontP109;
   src: url(HuiFontP109.woff) format("woff");
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
a:focus {
  outline:none;
  outline-offset: 0px;
}
a:hover img {
	opacity:0.7;
}

/*
 * layout
 */
#wrapper {
  max-width: 1100px;
}

/*
 * contents
 */

#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;
  }

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * 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_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* 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%; }

@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;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.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-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.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); }
}

dl.gray {
    box-sizing: border-box;
	background-color:#eaeaea;
	line-height:2.5em;
	padding:0 1em;
	overflow:hidden;
	clear: both;
}
dl.gray > dt,
dl.gray > dd {
    margin: 0px;
	float:left;
	padding:20px 0;
}
dl.gray > dt {
	width:20%;
	font-weight:normal;
}
dl.gray > dd {
	width:80%;
}
dl.gray hr {
	height:1px;
	border-bottom:2px dotted;
	width:100%;
	margin:0;
}

@media (max-width: 768px) {
}
dl.gray > dt {
	width:100%;
	padding:20px 0 0;
	font-weight:bold;
}
dl.gray > dd {
	width:100%;
	padding:5px 0 20px;
}

.item-img{
	width:100%;
}
.cartjs_product_img {
	float:left;
	width:42% !important;
	margin-left:-2%;
	margin-right:5%;
}
.item-img img, .cartjs_product_img img{
    display: block;
    object-fit: cover;
    width: 100%;
}

p.soldout {
	font-size:120%;
	font-weight:bold;
	color:#FF0000;
	margin-top:-1em;	
}

@media (max-width: 768px) {
.cartjs_product_img {
	float:left;
	width:100% !important;
	margin-left:0;
	margin-right:0;
}
}

.cartjs_box {
	margin-top:50px !important;
}

.cartjs_product_explain {
	width: 52%;
	float:right;
}

table.shohin {
	width:100%;
}

table.shohin th, table.shohin td {
	border:1px solid;
	padding:10px 1em;
}
table.shohin th {
	background:#dfdfdf;
	font-weight:bold;
	width:30%;
}
table.shohin td {
	width:70%;
}

@media (max-width: 768px) {
table.shohin {
	clear:none;
	width:100%;
}
}

.cartjs_product_table {
	width: 52%;
	margin:10px auto 0;
	padding:5px auto;
	float:right;
	
}

.cartjs_product_table table {
	width:100% !important;
}

@media (max-width: 1142px) {
.cartjs_product_explain,
.cartjs_product_table {
	width: 51%;
	margin-left:0;
}
}

@media (max-width: 768px) {
.cartjs_product_explain,
.cartjs_product_table {
	width: 99%;
    margin-left: 1%;
	padding:5px 0 !important;
}
.cartjs_product_table table {
	width:100% !important;
	margin:0;
}
}

.cartjs_cart_in {
	margin-left:51%;
	width:49%;
	text-align:center;
	clear:both;
}

@media (max-width: 768px) {
.cartjs_cart_in {
	margin:0 20%;
	width:60%;
	text-align:center;
}
}

hr.shohin {
	height:10px;
	width:100%;
	margin-top:30px;
	border-bottom:2px dotted;
	border-top:none;
}

@media (max-width: 768px) {
hr.shohin {
	margin-top:40px;
}
}

.cartjs_product_name {
	font-size:1.2rem !important;
}

ul.side_link {
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:0 0 30px;
	padding:0;	
}

ul.side_link li {
	width:100%;
	margin-bottom:20px;
}

ul.side_link li img {
	width:100%;
}

.side_img80 img {
	width:80%;
}

.bred {
	color:#b33c41;
	font-weight:bold;
}

.hassou {
	overflow:hidden;
	width:100%;
	list-style:none;
	margin:0 0 25px !important;
}

.hassou li {
	box-sizing:border-box;
	width:44%;
	margin:0 3% !important;
	float:left;
}

@media (max-width: 768px) {
.hassou {
	margin:0 !important;
}

.hassou li {
	width:94%;
	margin-bottom:30px !important;
}
}

.hassou li table caption {
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
}

.hassou li table {
	border-collapse:0;
	border-spacing:0;
	width:100%;
	font-size:110%;
}

.hassou li table th, .hassou li table td {
	text-align:center;
}

.hassou li table td {
	border:solid 1px #333;
	padding-top:10px;
	padding-bottom:10px;
}

.hassou li table td.gray {
	background:#CCCCCC;
}

.hassou li table td.pink {
	background:#ffcccc;
}

.teikyubi {
	width:94%;
	margin:10px 3%;
}

.teikyubi p {
	padding-left:2em;
	text-indent:-2em;
}

.teikyubi p span.gray {
	background:#CCCCCC;
	width:1em;
	padding-right:0.5em;
}
.teikyubi p span {
	padding:0 10px;
}

.teikyubi p span.gray {
	background:#CCCCCC;
}

.teikyubi p span.pink {
	background:#ffcccc;
}

.concept img {
	width:100%;
	height:auto;
}

.company img {
	width:100%;
	height:auto;
}

.company div.rinen {
	background-image:url(https://img21.shop-pro.jp/PA01477/002/etc/company_prf02.gif?cmsp_timestamp=20211111125915.png);
	background-repeat:no-repeat;
	background-size:100% auto;
}

.company div.rinen p {
	padding:280px 10% 100px;
	line-height:2.2em;
}

@media (max-width: 768px) {
.company div.rinen {
	background-image:url(https://img21.shop-pro.jp/PA01477/002/etc/company_prf02sp.jpg?cmsp_timestamp=20211111133632);
	margin-top:20px;
}

.company div.rinen p {
	padding:120px 0 0;
	line-height:2em;
}
}

.company .list,
.company .list > dt,
.company .list > dd {
    box-sizing: border-box;
	line-height:2em;
	width:96%;
	margin:0 2%;
}

.company .list > dt,
.company .list > dd {
    padding: 5px 1%;
    margin: 15px 0px;
	float:left;
}

.company .list > dt {
	border-left:4px #300203 solid;
	width:20%;
}

.company .list > dd {
	width:76%;
}

@media (max-width: 768px) {
.company .list,
.company .list > dt,
.company .list > dd {
	line-height:1.5em;
	width:100%;
	margin:0;
}

.company .list > dt,
.company .list > dd {
    padding: 5px 1%;
	float:left;
}

.company .list > dt {
	width:100%;
	margin:15px 0 5px;
}

.company .list > dd {
	width:100%;
	margin:5px 0 15px;
}
}

.pc {
	display:block;
}
.sp {
	display:none;
}
@media (max-width: 768px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
}

img.zen {
	width:100%;
	height:auto;
}

.shop .pagelink {
	overflow:hidden;
	list-style:none;
	margin:10px 0;
}

.shop .pagelink li {
	float:left;
	width:48%;
	margin:10px 1%;
}

.shop .pagelink li img {
	width:100%;
}

@media (max-width: 768px) {
.shop .pagelink li {
	width:90%;
	margin:10px 5%;
}
}

.shop hr {
	background-image:url(https://img21.shop-pro.jp/PA01477/002/etc/shop_info08.gif);
	background-repeat:no-repeat;
	background-size:100% auto;
	height:6px;
}

.shop .shoplist {
	overflow:hidden;
	list-style:none;
}

.shop .shoplist li {
	float:left;
}

.shop .shoplist li:nth-child(odd){
	width:45%;
	margin-right:5%;
}

.shop .shoplist li img{
	width:100%;
	margin-bottom:15px;
}

.shop .shoplist li:nth-child(even){
	width:50%;
}

@media (max-width: 768px) {
.shop .shoplist li:nth-child(odd){
	width:90%;
	margin:0 5%;
}

.shop .shoplist li img{
	width:100%;
	margin-bottom:15px;
}

.shop .shoplist li:nth-child(even){
	width:100%;
}
}
.shop .shoplist li .migi {
	width:96%;
	margin:10px 2%;
}

.shop .shoplist .migi .shima {
	background-image:url(https://img21.shop-pro.jp/PA01477/002/etc/shop_info34.gif);
	padding:1em;
}

.shop .shoplist li .map {
	border:1px solid #990000;
	margin-left:10px;
	text-align:center;
	width:60px;
	clear:left;
	background:#FFF;
}

.shop .shoplist li a .map {
	color:#990000;
}

.shop .shoplist li a:hover {
	text-decoration:none;
}

.shop .shoplist li a:hover .map {
	color:#464e54;
}

.shop .shoplist li h4 {
	color:#ad6422;;
	font-size:110%;
	margin-top:30px;
}

.shop .all h4 {
	font-size:120%;
	color: #990000;
}

.shop .all h5 {
	font-size:110%;
	color: #990000;
}

.shop .all table {
	border-collapse:0;
	border-spacing:0;
	width:100%;
}

.shop .all table th {
	font-weight:normal;
	width:27%;
	text-align:left;
}

.shop .all table td.address {
	width:50%;
}

.shop .all table td.tel {
	width:20%;
}

.shop .all table td.address2 {
	width:35%;
}

.shop .all table td.tel2 {
	width:19%;
}

.shop .all table td.time {
	width:21%;
}

@media (max-width: 768px) {
.shop .all h5 {
	margin-bottom:0;
}
.shop .all table th, .shop .all table td {
	display:block;
}

.shop .all table th {
	width:100%;
	padding-top:15px;
}

.shop .all table td {
	padding-left:1em;
}

.shop .all table td.address {
	width:100%;
}

.shop .all table td.tel {
	width:100%;
}
}

.clickmap {
	overflow:hidden;
	margin:0 0 30px 0 !important;
	padding:0;
}

.clickmap ul {
	margin:0 !important;
}

.clickmap li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.clickmap li:nth-child(odd) {
	width:65%;
}

.clickmap li:nth-child(even) {
	width:35%;
}

.clickmap li img {
	width:100%;
}

h2 {
	padding-left:0 !important;
}


/*・&#128;・・3≫ｶ&#128;荀сヮャ補#・ヮ痺壺#若ｌ痼&#128;*/

.title01,
.title05,
.title06,
.title07,
.title08,
.title09,
.title10,
.title11,
.title12 {
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	padding: 8px 15px 5px;
	margin-top:30px;
	vertical-align: middle;
	clear: both;
}

.title01 {
	background: rgb(120,71,41);
	background: linear-gradient(90deg, rgba(120,71,41,1) 0%, rgba(181,156,136,1) 100%);
}

.title02 {
	font-size: 60%;
	vertical-align: middle;
}

.title03 {
	font-size: 130%;
	padding: 8px 15px 5px 10px !important;
	margin:40px 0 0;
	vertical-align: middle;
	border-left: 4px solid #908e8f;
	background: #e3e3e3;
	color: #464646;
}

.title04 {
	font-size: 60%;
	vertical-align: middle;
	color: #747474;
}

.title05 {
	background: rgb(123,181,43);
	background: linear-gradient(90deg, rgba(123,181,43,1) 0%, rgba(185,213,139,1) 100%);
}

.title06 {
	background: rgb(31,142,195);
	background: linear-gradient(90deg, rgba(31,142,195,1) 0%, rgba(139,194,215,1) 100%);
}

.title07 {
	background: rgb(139,27,29);
	background: linear-gradient(90deg, rgba(139,27,29,1) 0%, rgba(193,134,107,1) 100%);
}

.title08 {
	background: rgb(139,29,32);
	background: linear-gradient(90deg, rgba(139,29,32,1) 0%, rgba(194,136,134,1) 100%);
}

.title09 {
	background: rgb(152,51,33);
	background: linear-gradient(90deg, rgba(152,51,33,1) 0%, rgba(201,149,135,1) 100%);
}

.title10 {
	background: rgb(203,115,26);
	background: linear-gradient(90deg, rgba(203,115,26,1) 0%, rgba(226,182,133,1) 100%);
}

.title11 {
	background: rgb(28,123,171);
	background: linear-gradient(90deg, rgba(28,123,171,1) 0%, rgba(138,183,204,1) 100%);
}

.title12 {
	background: rgb(214,156,59);
	background: linear-gradient(90deg, rgba(214,156,59,1) 0%, rgba(230,205,148,1) 100%);
}

.title13 {
	background: #960000;
	color: #FFF;
	padding: 8px 25px;
	margin-top: 30px;
	border-radius: 100vh;
	display: table;
	font-weight: bold;
}



.ichiranbox img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 8px;
}

.ichiranbox{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: bold;
}

.ichiranbox > *{
  min-width: 8%;
  flex-basis: 33%;
  text-align: center;
}

.ichiranlink{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: bold;
}

.ichiranlink > *{
	margin: 10px 20px;
}

.imgright {
	float: right;
	margin-left: 30px;
}

.annotation {
	color: #C00;
	font-size: 120%;
}

.orderbutton {
	background: #960000;
	color: #FFF;
	padding: 10px 50px;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
}

.orderbutton:hover {
	color: #FFF;
}

@media (max-width: 768px) {
.ichiranbox > *{
  flex-basis: 46%;
  margin: 0 2%;
}
.imgright {
	float: none;
	margin-left: 0;
	text-align: center;
}
}

.box04{
  padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: bold;
}

.box04 > *{
  min-width: 8%;
  flex-basis: 25%;
  text-align: center;
}

@media (max-width: 768px) {
.box04 > *{
  flex-basis: 50%;
}
}

.haisoubox {
	border: 1px solid #CCC;
	padding: 20px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 30px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}




.mar_auto .item_catalog{
    max-width:1200px;
	margin:0 auto 2rem;
}
.mar_auto .item_catalog .category-list.row{
    display: flex;
    flex-wrap: wrap;
}


.borderline {
  height: 6px;
  background-image: repeating-linear-gradient(45deg, #333 0, #333 1px, transparent 0, transparent 50%);
  background-size: 6px 6px;
  border: 0;
  margin: 50px 0;
  clear: both;
}

.title_recruit {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 900;
	color: #990000;
	font-size: 180%;
  clear: both;
}

.recruit_contact {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #B10E0E;
  background-image: -webkit-linear-gradient(top, #b60e0e 0%, #c02828 48%, #B10E0E 49%, #B10E0E 82%, #cb1010 100%);
  background-image: -moz-linear-gradient(top, #b60e0e 0%, #c02828 48%, #B10E0E 49%, #B10E0E 82%, #cb1010 100%);
  background-image: -o-linear-gradient(top, #b60e0e 0%, #c02828 48%, #B10E0E 49%, #B10E0E 82%, #cb1010 100%);
  background-image: linear-gradient(top, #b60e0e 0%, #c02828 48%, #B10E0E 49%, #B10E0E 82%, #cb1010 100%);
  border-color: hsl(0, 22%, 37%);
  -webkit-box-shadow: inset 0 0 1px 1px #ee2c2c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #ee2c2c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #ee2c2c, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #520707;
  -moz-text-shadow: 1px 1px 1px #520707;
  -o-text-shadow: 1px 1px 1px #520707;
  text-shadow: 1px 1px 1px #520707;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  padding: 12px 30px 12px 30px;
}

.recruit_contact strong {
  letter-spacing: 1px;
  font-size: 22px;
}

.recruit_contact:hover {
  color: #FFFFFF;
  background-color: #bf0f0f;
  background-image: -webkit-linear-gradient(top, #c40f0f 0%, #cc2b2b 48%, #bf0f0f 49%, #bf0f0f 82%, #d91111 100%);
  background-image: -moz-linear-gradient(top, #c40f0f 0%, #cc2b2b 48%, #bf0f0f 49%, #bf0f0f 82%, #d91111 100%);
  background-image: -o-linear-gradient(top, #c40f0f 0%, #cc2b2b 48%, #bf0f0f 49%, #bf0f0f 82%, #d91111 100%);
  background-image: linear-gradient(top, #c40f0f 0%, #cc2b2b 48%, #bf0f0f 49%, #bf0f0f 82%, #d91111 100%);
  border-color: hsl(0, 22%, 40%);
  -webkit-box-shadow: inset 0 0 1px 1px #f03a3a, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #f03a3a, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #f03a3a, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #600808;
  -moz-text-shadow: 1px 1px 1px #600808;
  -o-text-shadow: 1px 1px 1px #600808;
  text-shadow: 1px 1px 1px #600808;
  text-decoration: none;
}

.recruit_contact:active {
  color: #FFFFFF;
  background-color: #a30d0d;
  background-image: -webkit-linear-gradient(top, #9a0c0c 0%, #B10E0E 100%);
  background-image: -moz-linear-gradient(top, #9a0c0c 0%, #B10E0E 100%);
  background-image: -o-linear-gradient(top, #9a0c0c 0%, #B10E0E 100%);
  background-image: linear-gradient(top, #9a0c0c 0%, #B10E0E 100%);
  padding: 13px 30px 11px 30px;
}

.tred {
	color: #990000;
}


/*・&#128;・翫宙・補!・#脂・・≫ &#128;*/

.flowtitle {
  color: #990000;
  text-shadow: 0 0 5px white;
  padding: 10px 20px 5px;
  margin-top: 50px;
  background: -webkit-repeating-linear-gradient(-45deg, #f9ece3, #f9ece3 7px,#fff 7px, #fff 10px);
  background: repeating-linear-gradient(-45deg, #f9ece3, #f9ece3 7px,#fff 7px, #fff 10px);
  border-radius:15px;
  text-align: center;
  font-size: 140%;
  clear: both;
}

.cartol li {
	margin-bottom: 25px;
}

.chuibox {
	background: #f9f1eb;
	padding: 30px;
}

.chui {
	border-bottom: 2px solid #666;
	font-size: 120%;
	font-weight: bold;
	color: #666;
}

.chui::before{
	content:"　";
	display:inline-block;
	background:url(https://img21.shop-pro.jp/PA01477/002/etc/chui.png) no-repeat;
	background-size:contain;
	padding-left: 5px;
}

.henpinbox {
	border: 2px solid #990000;
	color: #990000;
	padding: 15px 30px;
	font-weight: bold;
	display: table;
}

.henpinbox a {
	color: #990000;
}

.carthr {
	border: 2px dotted #990000;
	margin: 60px auto 40px;
}





table.law {
  border-collapse: collapse;
  width: 100%;
}
.law th,
.law td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
  font-weight: normal;
}

.law th {
	background: #EBEBEB;
}

.bordernone th,
.bordernone td {
	border: none;
}
	

@media screen and (max-width: 640px) {
  .law {
    width: 100%;
  }
  table.law th,
  table.law td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .law tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.linkblue a {
	color:#08c;
}

.linkblue a:hover {
	text-decoration:underline;
}

table.shop th, table.shop td {
	vertical-align:text-top;
	padding-bottom:10px;
}



.densyabox {
	display: flex;
}

.densyabox li {
    width: 46%;
	margin: 0 2%;
	list-style: none;
}

@media (max-width: 768px) {
.densyabox {
	display: table-cell;
}

.densyabox li {
    width: 100%;
}
}


/*=================================================================
共通フレーム
=================================================================*/
.pc { display: block; }
.sp { display: none; }

.pc_in { display: inline; }
.sp_in { display: none; }

.ft12 { font-size:12px;}
.ft14 { font-size:14px;}
.ft17 { font-size:17px;}
.ft18 { font-size:18px;}
.ft20 { font-size:20px;}
.ft22 { font-size:22px;}
.ft24 { font-size:24px;}
.ft28 { font-size:28px;}
.ft30 { font-size:30px;}
.ft32 { font-size:32px;}
.ft36 { font-size:36px;}
.ft38 { font-size:38px;}
.ft40 { font-size:40px;}
.ft44 { font-size:44px;}
.ft48 { font-size:48px;}
.ft52 { font-size:52px;}
.ft64 { font-size:64px;}
.ft76 { font-size:76px;}
.ft96 { font-size:96px;}

.ftm {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}
.ftct {
	font-family: "Crimson Text", serif;
	font-weight: 400;
	letter-spacing: 3.2px;
}
.ft_noto {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
}
.ft_afa {
	font-family: "Afacad", serif;
	font-weight:700;
}
.ft_roboto {
	font-family: "Roboto", sans-serif;
}
.wd1200_100,
.wd1200_96{
	width:1200px;
}
.wd1100_100,
.wd1100_96{
	width:1100px;
}
.wd1000_100,
.wd1000_96{
	width:1000px;
}
.wd900_100 ,
.wd900_96 {
	width: 900px;
}
.wd800_100 ,
.wd800_96 {
	width: 800px;
}
.btn_2{
	border: 1px solid #FDBB81;
	padding: 0.7rem 1rem;
	background-color: #fff;
	text-align: center;
	width: 230px;
	box-sizing: border-box;
	transition-duration:0.3s;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.btn_2:hover{
	background-color: #FDBB81;
	transition-duration:0.3s;
	text-decoration: none;
}
.map_link{
	border: 1px solid #383838;
	font-size: 13px;
	padding: 0.3rem 0.8rem 0.3rem 1.5rem;
	border-radius: 50px;
	margin-left: 1rem;
	transition-duration:0.3s;
	background: url(../images/icon_02.webp) left 0.5rem center / 12px auto no-repeat #fff;
}
.map_link:hover  {
	transition-duration:0.3s;
	text-decoration: none;
	background: url(../images/icon_02.webp) left 0.5rem center / 12px auto no-repeat #FDBB81;
}
#wrapper {
    max-width: 100%;
}
.container {
    width: 100%;
}
header {
	position: fixed;
	top: 0;
    left: 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	z-index: 20;
}
header .logo h1{
	margin: 0;
}
header .logo a img {
	max-width: 218px;
	height: auto;
}
header .menu {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
}
header .menu .sub1 ul {	
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}
header .menu .sub1 ul li {
	margin: 0;
	padding: 0 0.6vw;
	list-style: none;
}
header .menu .sub2 {
    margin-right: 77px;
}
header .menu .sub2 ul {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin: 0;
	padding: 0;
}
header .menu .sub2 ul li {
	margin: 0;
	padding: 0 0.6vw;
	list-style: none;
}
header .menu .sub2 ul li.sns a img {
	max-width: 40px;
	height: auto;
}
header .menu .sub2 ul li.shop a {
	border-radius: 8px;
	border: 1px solid #B9030D;
	padding: 0.5rem;
	background: transparent;
	color:#B9030D;
	transition-duration:0.2s;
}
header .menu .sub2 ul li.shop a:hover {
	text-decoration: none;
	background: #B9030D;
	color:#ffffff;
	transition-duration:0.2s;
}
header .menu .sub2 ul li.cart a img {
	max-width: 35px;
	height: auto;
}
header .menu .sub2 ul li.login a img {
	max-width: 25px;
	height: auto;
}
header .menu .sub2 ul li.sp_menu .menu-toggle {
	background-color: #4C1D12;
	border-radius: 50px;
}
header .menu .sub2 ul li.sp_menu .global-nav {
	background-color: #FFF6EE;
    overflow-y: auto;
}
header .menu .sub2 ul li.sp_menu .global-nav h2{
	text-align: center;
	margin: 3rem 0;
}
header .menu .sub2 ul li.sp_menu .global-nav h2 img{
	max-width: 200px;
	height: auto;
}
header .menu .sub2 ul li.sp_menu .global-nav .block{
	margin: 0 4%;
	width: 92%;
}
body.menu-open {
  overflow: hidden;
}
header .site-header {
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
}
header .menu-toggle {
	position: fixed;
	z-index: 9999;
	top: 22px;
	right: 18px;
	width: 56px;
	height: 56px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
header .menu-toggle span {
  display: block;
}
header .menu-toggle span:nth-child(1),
header .menu-toggle span:nth-child(2),
header .menu-toggle span:nth-child(3) {
  width: 26px;
  height: 1px;
  margin: 8px auto;
  background: #fff;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateY(-7px);
}
header .menu-text {
  margin-top: 4px;
  font-size: 10px;
  text-align: center;
  color: #111;
  letter-spacing: .08em;
}
header .menu-toggle.is-open span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
}
header .menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
header .menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-16px) rotate(-45deg);
}
header .menu .sub2 ul li.sp_menu .menu-toggle:after {
    content: "Menu";
    font-size: 11px;
    bottom: 4px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}
header .menu .sub2 ul li.sp_menu .menu-toggle.is-open:after {
    content: "Close";
    font-size: 11px;
    bottom: 4px;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}
header .menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 999;
}
header .global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: min(88vw, 360px);
  height: 100vh;
  background: #fff;

  transform: translateX(100%);
  transition: transform .35s ease;

  z-index: 9990;

  inset: 0 0 0 auto;
}
header .global-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .global-nav ul li{
	display: block;
	width: 100%;
}
header .global-nav li + li {
  margin-top: 8px;
}
header .global-nav .block ul li a {
  display: block;
  padding: 10px 8px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.menu-open header .menu-overlay {
  opacity: 1;
  visibility: visible;
}
.menu-open header .global-nav {
  transform: translateX(0);
}
.menu-open header button{
	border: 0px;
}
header .menu-close{
	position:absolute;
	top:56px;
	right:56px;
	font-size:28px;
	border:0;
	background:none;
	cursor:pointer;
    background-color: #AC5A17;
    border-radius: 50px;
	color: #fff;
}
.menu-toggle{
  width:40px;
  height:40px;
  border:none;
  background:none;
  cursor:pointer;
  position:relative;
}
.menu-toggle span{
  display:block;
  width:28px;
  height:2px;
  background:#000;
  margin:6px auto;
  transition:0.3s;
}
/* クリック後 */
.menu-toggle.is-open span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.is-open span:nth-child(2){
  opacity:0;
}
.menu-toggle.is-open span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}

footer{
	background-color: #4C1D12;
	padding: 5rem 0;
}
footer .block {
	text-align: center;
	margin-bottom: 2rem;
}
footer .block ul.inline li {
	margin: 0 1em;
}
footer .block ul.inline li a {
	color: #fff;
}
footer .copy {
	text-align: center;
}
footer .copy address {
	color: #fff;
}
.main_sec{
	margin-top: 100px;
}
.head_mv{
	width:100%;
	overflow:hidden;
}
.head_mv img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}
@media screen and (max-width: 1220px) {
	header .menu .sub1 ul li{
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 1110px) {
	header .menu {
		width: 77%;
		justify-content: flex-end;
	}
	header .menu .sub1 {
		margin-right: 77px;
	}
}
@media screen and (max-width: 990px) {
	header .menu .sub1 ul li{
		font-size: 14px;
	}
	header .logo {
		max-width: 22%;
	}
}
@media screen and (max-width: 800px) {
    header .menu .sub1 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
    .container {
        width: auto;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
	.main_sec {
		margin-top: 80px;
	}
	header .logo a img {
		max-width: 160px;
		height: auto;
	}
	header .menu-toggle {
		top: 10px;
		right: 9px;
		width: 50px;
		height: 50px;
	}
	header .menu .sub2>ul>li:not(:last-child) {
		display: none;
	}
	header .global-nav {
		width: 100%;
	}
    .container {
        padding: 0;
    }
	.head_mv{
		height:220px;
	}
	.head_mv img{
		width:200%;
	}
}
@media screen and (max-width: 1200px) {
	.wd1200_100{	width:100%;	}
	.wd1200_96{	width:96%;	}
}
@media screen and (max-width: 1100px) {
	.wd1100_100{	width:100%;	}
	.wd1100_96{	width:96%;	}
}
@media screen and (max-width: 1000px) {
	.wd1000_100{	width:100%;	}
	.wd1000_96{	width:96%;	}
}
@media screen and (max-width: 900px) {
	.wd900_100{	width:100%;	}
	.wd900_96{	width:96%;	}
}
@media screen and (max-width: 800px) {
	.wd800_100 {	width:100%;}
	.wd800_96 {	width:96%;}
}
@media screen and (max-width: 640px) {
	.sp { display: block; }
	.pc { display: none; }
	.pc_in { display: none; }
	.sp_in { display: inline; }

	.ft12 { font-size:2.5vw;}
	.ft14 { font-size:2.917vw;}
	.ft17 { font-size:3.542vw;}
	.ft18 { font-size:3.75vw;}
	.ft20 { font-size:4.167vw;}
	.ft22 { font-size:4.583vw;}
	.ft24 { font-size:5vw;}
	.ft28 { font-size:5.0vw;}
	.ft30 { font-size:7.0vw;}
	.ft32 { font-size:7.0vw;}
	.ft36 { font-size:7.0vw;}
	.ft38 { font-size:7.0vw;}
	.ft40 { font-size:7.0vw;}
	.ft44 { font-size:7.0vw;}
	.ft48 { font-size:7.5vw;}
	.ft52 { font-size:7.5vw;}
	.ft64 { font-size:7.5vw;}
	.ft76 { font-size:9vw;}
	.ft96 { font-size:11vw;}

	.txt_28 {
		font-size: 5vw;
	}
}
/*=================================================================
トップページ
=================================================================*/

.front .swiper {
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}
.front .sec1{
	position: relative;
}
.front .sec1 .msg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
}
.front .sec1 .msg img{
	max-width: 370px;
	height: auto;
}
.front .swiper,
.front .swiper-wrapper,
.front .swiper-slide {
  height: auto;
}

.front .swiper-slide {
  display: flex;
  overflow: hidden;
}
.front .swiper,
.front .swiper-slide {
    width: 100%;
    aspect-ratio: 25 / 7;
    overflow: hidden;
}

.front .swiper-slide video,
.front .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.front .mv-video {
  width: 100%;
  height: auto;
  display: block;
}
.front .sec2 {
	background-color: #FFF6EE;
	padding: 5rem 0;
}
.front .sec2 .tb {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 18% 77%;
	column-gap: 5%; 
}
.front .sec2 .tb .tl .ttl {
	margin-bottom: 2rem;
}
.front .sec2 .tb .tl .ttl h3 {
	color: #AC5A17;
	margin: 0rem;
}
.front .sec2 .tb .tr .block {
    height: 200px;
    overflow-y: auto;
	padding-right: 2%;
}
.front .sec2 .tb .tr .block dt {
	font-weight: 400;
    float: left;
    clear: both;
    padding: 0 0 15px;
    width: 18%;
}
.front .sec2 .tb .tr .block dd {
    padding: 0 0 15px 18%;
    margin-bottom: 15px;
    margin-left: 0;
    line-height: 1.5;
	border-bottom: 1px dotted #CABFBF;
}
.front .sec3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.front .sec3 .tl {
	background-color: #AC5A17;	/* default */
	background-image: linear-gradient(176deg, #93ccff, #ffffff);	/* summer */
	padding: 5rem 2rem 5rem 5vw;
	color: #fff;	/* default */
	color: #2d3243;	/* summer */
}
.front .sec3 .tl .ttl {
	margin-bottom: 2rem;
}
.front .sec3 .tl .ttl h3 {
	color: #FFDCBF;	/* default */
	color: #0C1325;	/* summer */
	margin: 0;
	font-weight: 400;
}
.front .sec3 .tl p {
	margin-bottom: 2rem;
}
.front .btn_1 {
	display: block;
	background-color: #fff;
	border: 1px solid #FDBB81;
	padding: 1rem;
	width: 350px;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	text-decoration: none;
	transition-duration:0.3s;
}
.front .btn_1:hover {
	background-color: #FDBB81;
	transition-duration:0.3s;
}
.front .sec3 .tl .btn_1 span {
	background: url(../images/icon_01.webp) left center / 24px 24px no-repeat;
	padding-left: 2rem;
}
.front .sec3 .tl .btn_1{
	color: #2d3243;
	background-color: #fff;	/* default */
	border: 1px solid #FDBB81;	/* default */
	background-color: #fff;	/* summer */
	border: 1px solid #93ccff;	/* summer */
}
.front .sec3 .tl .btn_1:hover{
	background-color: #fff;	/* default */
	border: 1px solid #FDBB81;	/* default */
	background-color: #93ccff;	/* summer */
	border: 1px solid #FDBB81;	/* summer */
}
.front .sec3 .tr {
	background: url(../images/top_01.webp) center center / cover no-repeat;	/* default */
	background: url(../images/top_01_summer.webp) center center / cover no-repeat;	/* summer */
}
.front .sec4 {
	background: url(../images/bg_01.webp) center center / cover no-repeat;
	padding: 5rem 0;
}
.front .sec4 .tb {
	margin: 0 auto;
	display: grid;
	grid-template-columns: 54% 43%;
	column-gap: 3%; 
}
.front .sec4 .tb .tl .ttl {
	margin-bottom: 2rem;
}
.front .sec4 .tb .tl .ttl img {
	max-width: 261px;
	height: auto;
}
.front .sec4 .tb .tl p {
	margin-bottom: 2rem;
}
.front .sec5 {
	background-color: #FFFAEE;
	padding: 5rem 0;
}
.front .sec5 .ttl {
	text-align: center;
	margin-bottom: 3rem;
}
.front .sec5 .ttl h3 {
	margin: 0;
	color: #AC5A17;
	    line-height: 1;
}
.front .sec5 .wd1200_96 {
	margin: 0 auto;
}
.front .sec5 .block {
	display: grid;
	grid-template-columns: 47% 48%;
	column-gap: 5%;
	margin-bottom: 3rem;
}
.front .sec5 .block .tr h4 {
	margin: 0 0 1rem;
}
.front .sec5 .block .tr p {
	margin-bottom: 2rem;
}
.front .sec5 .block .tr h5 {
	color: #AC5A17;
	margin:0 0 1rem;
	font-size: inherit;
}
.front .sec5 .block .tr .btn_1 {
	padding: 0.8rem 0;
	width: 250px;
}
.front .sec5 .block2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3%;
	row-gap: 2rem;
	margin-bottom: 2rem;
}
.front .sec5 .block2 .box {
	text-align: center;
}
.front .sec5 .block2 .box img {
	margin-bottom: 1rem;
}
.front .sec5 .block3{
	text-align: center;;
}
.front .sec5 .block3 .btn_1 {
	padding: 0.8rem 0;
	width: 250px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .front .swiper,
    .front .swiper-slide {
         aspect-ratio: 4 / 3;
    }

    .front .mv-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	.front .sec1 .msg img {
		max-width: 108%;
	}
	.front .sec2 {
		padding: 3rem 0;
	}
	.front .sec2 .tb {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	.front .sec2 .tb .tr .block dt {
		width: 25%;
	}
	.front .sec2 .tb .tr .block dd {
		padding: 0 0 15px 30%;
	}
	.front .sec3 {
		display: flex;
		flex-wrap:wrap;
	}
	.front .sec3 .tl{
		width: 100%;
	    padding: 2rem 2rem 2rem 5vw;
		order:1;
	}
	.front .sec3 .tr{
		width: 100%;
        min-height: 60vw;
		order:0;
	}
	.front .btn_1{
		width: 100%;
	}
	.front .sec4{
		padding: 2rem 0;
	}
	.front .sec4 .tb{
		display: flex;
		flex-wrap:wrap;
		width: 90%;
	}
	.front .sec4 .tb .tl{
		width: 100%;
		order:1;
	}
	.front .sec4 .tb .tl .ttl img {
		max-width: 50%;
		height: auto;
	}
	.front .sec4 .tb .tr{
		width: 100%;
		margin-bottom: 2rem;
		order:0;
	}
	.front .sec5 .block {
		display: block;
		width: 94%;
		margin: 0 auto 2rem;
	}
	.front .sec5 .block .tl{
		margin-bottom: 2rem;
	}
	.front .sec5 .block2 {
		grid-template-columns: repeat(2, 1fr);
	}
}
/*=================================================================
企業情報
=================================================================*/

.company .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 5rem;
}
.company .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.company .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.company .sec2 {
	margin: 0 auto 3rem;
}
.company .sec2 .block {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 6rem;
}
.company .sec2 .block .tl {
	position: relative;
	width: 40%;
}
.company .sec2 .block .tr {
	position: relative;
	width: 55%;
	padding-left: 5%;
}
.company .sec2 .block .tr h3 {
	color: #AC5A17;
	margin-top: 0;
}
.company .sec2 .block .tr p {
	margin-bottom: 2rem;
}
.company .sec2 .block .tr .img1 {
	position: absolute;
    text-align: right;
	top: 1rem;
	right: 15%;
}
.company .sec2 .block .tr .img1 img {
	max-width: 177px;
	height: auto;
}
.company .sec2 .block .tr .img2 {
	position: absolute;
    text-align: right;
	bottom: -3rem;
	right: 0;
}
.company .sec2 .block .tr .img2 img {
	max-width: 175px;
	height: auto;
}
.company .sec2 .block .tr .img3 {
	position: absolute;
    text-align: right;
	bottom: 0;
	right: 5%;
}
.company .sec2 .block .tr .img3 img {
	max-width: 171px;
	height: auto;
}
.company .sec2 .block .tr .img4 {
	position: absolute;
	bottom: -5rem;
	left: 0;
}
.company .sec2 .block .tr .img4 img {
	max-width: 162px;
	height: auto;
}
.company .sec2 .block .tr .img5 {
	position: absolute;
    text-align: right;
	top: -2rem;
	right: 15%;
}
.company .sec2 .block .tr .img5 img {
	max-width: 75px;
	height: auto;
}
.company .sec2 .block .tr .img6 {
	position: absolute;
    text-align: right;
	bottom: -5rem;
	right: 0;
}
.company .sec2 .block .tr .img6 img {
	max-width: 247px;
	height: auto;
}
.company .sec2 .block.pt2 .tl{
	order:1;
}
.company .sec2 .block.pt2 .tr{
	order:0;
}
.company .sec2 .block.pt2 .tr{
	padding-left: 0%;
	padding-right: 5%;
}
@media screen and (max-width: 1100px) {
	.company .sec2 .block .tr .img1 img {
		max-width: 40%;
	}
	.company .sec2 .block .tr .img2 img {
		max-width: 40%;
	}
	.company .sec2 .block .tr .img3 img {
		max-width: 40%;
	}
	.company .sec2 .block .tr .img4 img {
		max-width: 36%;
	}
	.company .sec2 .block .tr .img5 img {
		max-width: 30%;
	}
	.company .sec2 .block .tr .img6 img {
		max-width: 40%;
	}
	.company .sec2 .block .tr .img1 {
		right: 5%;
	}
	.company .sec2 .block .tr .img2 {
		bottom: -3rem;
		right: 0;
	}
	.company .sec2 .block .tr .img3 {
		bottom: 0;
		right: 5%;
	}
	.company .sec2 .block .tr .img4 {
		bottom: -5.5rem;
		left: 0;
	}
	.company .sec2 .block .tr .img5 {
		top: -2rem;
		right: 15%;
	}
	.company .sec2 .block .tr .img6 {
		bottom: -5rem;
		right: 0;
	}
	.company .sec2 {
		margin: 0 auto 6rem;
	}
}
@media screen and (max-width: 800px) {
    .company .sec2 .block .tr .img1 {
        right: 0;
    }
	.company .sec2 .block .tr .img1 img {
		max-width: 35%;
	}
}
@media screen and (max-width: 640px) {
	.company .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.company .sec2 .block{
		width: 90%;
		margin: 0 auto 5rem;
	}
	.company .sec2 .block .tl {
		width: 100%;
		margin-bottom: 1rem;
	}
	.company .sec2 .block .tr {
		width: 100%;
	    padding-left: 0;
	}
	.company .sec2 .block.pt2 .tl{
		order:0;
	}
	.company .sec2 .block.pt2 .tr{
		order:1;
	}

}
/*=================================================================
モーツアルトについて
=================================================================*/
.concept{
	margin-bottom: 5rem;
}
.concept .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 5rem;
}
.concept .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.concept .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.concept .sec2 {
	margin: 0 auto 3rem;
	position: relative;
}
.concept .sec2 {
	margin: 0 auto 7rem;
}
.concept .sec2 h3 {
	text-align: center;
	margin-bottom: 3rem;
}
.concept .sec2 h3 img {
	max-width: 261px;
	height: auto;
}
.concept .sec2 p {
	text-align: center;
	line-height: 2;
}
.concept .sec2 img.img1 {
	position: absolute;
	top: -1rem;
	left: 25%;
	max-width: 75px;
}
.concept .sec2 img.img2 {
	position: absolute;
	top: -2rem;
	right: 15%;
	max-width: 177px;
}
.concept .sec2 img.img3 {
	position: absolute;
	bottom: -2rem;
	right: 3rem;
	max-width: 175px;
}
.concept .sec2 img.img4 {
	position: absolute;
	top: 7rem;
	left: 10%;
	max-width: 171px;
}
.concept .sec2 img.img5 {
	position: absolute;
	bottom: -5rem;
	left: 0;
	max-width: 162px;
}
.concept .sec3 {
	margin: 0 auto 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch; 
	gap: 1.5rem;
}
.concept .sec4 {
	margin: 0 auto 3rem;
}
.concept .sec4 .block {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 3rem;
}
.concept .sec4 .block.pt1 .tl {
	order:1;
}
.concept .sec4 .block.pt1 .tr {
	order:0;
	padding-left: 0;
	width: 50%;
}
.concept .sec4 .block .tl {
	width: 50%;
}
.concept .sec4 .block .tr {
	width: 45%;
	padding-left: 5%;
}
.concept .sec4 .block .tr h4 {
	color: #AC5A17;
}
@media screen and (max-width: 950px) {
	.concept .sec2 img.img1 {
		position: absolute;
		left: 20%;
		max-width: 9%;
	}
	.concept .sec2 img.img2 {
		position: absolute;
		top: -2rem;
		right: 10%;
		max-width: 18%;
	}
	.concept .sec2 img.img3 {
		position: absolute;
		bottom: -2rem;
		right: 3%;
		max-width: 20%;
	}
	.concept .sec2 img.img4 {
		position: absolute;
		top: 7rem;
		left: 5%;
		max-width: 20%;
	}
	.concept .sec2 img.img5 {
		position: absolute;
		bottom: -5rem;
		left: 0;
		max-width: 162px;
	}
}
@media screen and (max-width: 640px) {
	.concept .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.concept .sec2 {
		margin: 5rem auto 7rem;
	}
	.concept .sec2 h3 img {
		width: 60%;
	}
	.concept .sec2 img.img1 {
		position: absolute;
		top: -4rem;
		left: 5%;
		max-width: 12%;
	}
	.concept .sec2 img.img2 {
		position: absolute;
		top: -3rem;
		right: 4%;
		max-width: 22%;
	}
	.concept .sec2 img.img3 {
		position: absolute;
		bottom: -6rem;
		right: 3%;
		max-width: 30%;
	}
	.concept .sec2 img.img4 {
		display: none;
	}
	.concept .sec2 img.img5 {
		position: absolute;
		bottom: -6rem;
		left: 0;
		max-width: 30%;
	}
	.concept .sec3 {
		display: block;
		text-align: center;
	}
	.concept .sec3 img{
		width: 42%;
		margin: 0 2% 1rem;
	}
	.concept .sec4 .block.pt1 .tl {
		order:0;
		padding-left: 0;
		width: 100%;
	}
	.concept .sec4 .block.pt1 .tr {
		order:1;
		padding-left: 0;
		width: 100%;
	}
	.concept .sec4 .block .tl {
		width: 100%;
	}
	.concept .sec4 .block .tr {
		width: 100%;
		padding-left: 0%;
	}

}
/*=================================================================
会社概要
=================================================================*/
.company_date{
	margin-bottom: 5rem;
}
.company_date .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.company_date .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.company_date .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.company_date .sec2 {
	margin: 0 auto 5rem;
}
.company_date .sec2 .block {
	background-color: #FFF6EE;
	margin: 0 auto 2rem;
	display: grid;
	grid-template-columns: 20% 75%;
}
.company_date .sec2 .block p {
	color: #686562;
	margin: 2rem 3rem;
}
.company_date .sec2 .block h3 {
	color: #AC5A17;
	margin: 1.5rem 3rem;
}
.company_date .sec2 .msg {
	padding: 0 5%;
	margin-bottom: 4rem;
}
.company_date .sec2 .img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch; 
	gap: 1.5rem;
	margin-bottom: 4rem;
}
.company_date .sec2 .date {
	margin: 0 auto 2rem;
}
.company_date .sec2 .date h4 {
	color: #686562;
}
.company_date .sec2 .date table th {
	width: 23%;
	padding: 1rem 0;
	border-bottom: 1px solid #BEBEBE;
	text-align: left;
	vertical-align: top;
}
.company_date .sec2 .date table td {
	width: 77%;
	padding: 1rem 0;
	border-bottom: 1px solid #BEBEBE;
}
.company_date .sec2 .date table td h5 {
	color: #AC5A17;
	font-size: 1rem;
	font-weight: 400;
	margin: 0 ;
}
.company_date .sec2 .date table td ol li {
	font-weight: 500;
}
.company_date .sec2 .date table td ul li {
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.company_date .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.company_date .sec2 .block {
		grid-template-columns: 1fr;
	}
	.company_date .sec2 .block p {
		margin: 2rem 3rem 0;
	}
	.company_date .sec2 .block h3 {
		margin: 1.5rem 3rem;
	}
	.company_date .sec2 .img {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.0rem;
		margin: 0 5%;
	}
	.company_date .sec2 .img img:nth-child(3){
		display: none;
	}
	.company_date .sec2 .date table th {
		display: block;
		width: 100%;
		padding: 1rem 0 0;
		border-bottom: 0px solid #BEBEBE;
	}
	.company_date .sec2 .date table td {
		display: block;
		width: 100%;
		padding: 0.5rem 0 1rem;
		border-bottom: 1px solid #BEBEBE;
	}

}
/*=================================================================
採用情報
=================================================================*/
.recruit{
	margin-bottom: 5rem;
}
.recruit .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 3rem;
}
.recruit .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.recruit .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.recruit .sec2 {
	position: relative;
	margin: 0 auto 5rem;
	text-align: center;
}
.recruit .sec2 h3 {
	color:#AC5A17;
	margin: 0 auto 3rem;
	position: relative;
	z-index: 2;
}
.recruit .sec2 p {
	position: relative;
	z-index: 2;
	margin-bottom: 5rem;
}
.recruit .sec2 .img img.img1 {
	position: absolute;
	top: 12rem;
	left: 3%;
	width: 30%;
	height: auto;
}
.recruit .sec2 .img img.img2 {
	position: absolute;
	top: 5rem;
	right: 3%;
	width: 30%;
	height: auto;
}
.recruit .sec2 .block {
	border: 3px solid #AC5A17;
	border-radius: 8px;
	padding: 2rem;
	margin: 0 auto 5rem;
	box-sizing: border-box;
}
.recruit .sec2 .block h3 {
	background-color: #FFF6EE;
	padding:0.3rem 0.5rem;
	margin: 0 0 2rem;
	color: #AC5A17;
	text-align: left;
}
.recruit .sec2 .block table th {
	text-align: left;
	font-weight: 400;
	vertical-align: top;
	width: 30%;
}
.recruit .sec2 .block table td {
	text-align: left;
}

.recruit .sec3 {
	margin: 0 auto 3rem;
}
.recruit .sec3 h3 {
	display: flex;
	color: #AC5A17;
	font-weight: normal;
	align-items: center;
	margin-bottom: 2rem;
}
.recruit .sec3 h3::before {
	margin-right: 10px;
}
.recruit .sec3 h3::before, 
.recruit .sec3 h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #AC5A17;
}
.recruit .sec3 h3::after {
	margin-left: 10px;
}
.recruit .sec3 .block {
	border-radius: 8px;
	background: linear-gradient(180deg, #B9030D 0%, #E20F1B 49.52%, #B9030D 100%);
	padding: 2rem;
	color: #fff;
	margin-bottom: 3rem;
}
.recruit .sec3 .block h4 {
	text-align: center;
	margin: 0 0 2rem;
}
.recruit .sec3 .block .link {
	text-align: center;
}
.recruit .sec3 .block .link a {
	transition-duration:0.3s;
	background-color: #FFFFFF;
	border-radius: 12px;
	text-align: center;
	color:#B9030D;
	font-weight: 500;
	display: inline-block;
	padding: 0.8rem;
	width: 380px;
	margin: 0 auto;
}
.recruit .sec3 .block .link a:hover {
	transition-duration:0.3s;
	background-color: #F8D9A7;
	text-decoration: none;
}
.recruit .sec3 .block2 {
	background-color: #FFF6EE;
	padding: 2rem;
}
.recruit .sec3 .block2 table {
	width: 100%;
}
.recruit .sec3 .block2 table th {
	color: #AC5A17;
	text-align: left;
	padding: 1rem 0;
	width: 16%;
	vertical-align: top;
	border-bottom: 1px solid #C2C2C2;
}
.recruit .sec3 .block2 table td {
	padding: 1rem 0;
	width: 75%;
	border-bottom: 1px solid #C2C2C2;
}
.recruit .sec3 .block2 table tr:last-child th,
.recruit .sec3 .block2 table tr:last-child td {
	border-bottom: 0px solid #C2C2C2;
}
.recruit .sec4 {
	margin: 0 auto 3rem;
}
.recruit .sec4 h3 {
	display: flex;
	color: #AC5A17;
	font-weight: normal;
	align-items: center;
	margin-bottom: 2rem;
}
.recruit .sec4 h3::before {
	margin-right: 10px;
}
.recruit .sec4 h3::before, 
.recruit .sec4 h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #AC5A17;
}
.recruit .sec4 h3::after {
	margin-left: 10px;
}
.recruit .sec4 .block h4 {
	color: #4A3422;
}
.recruit .sec4 .block2 h4 {
	text-align: center;
	color: #AC5A17;
}
.recruit .sec4 .block2 h4 span {
	background-color: #FFF6EE;
	display: inline-block;
	padding: 0.3rem 4rem;
}
.recruit .sec4 .block2 .box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin-bottom: 3rem;
}
.recruit .sec4 .block2 .box div {
	border-radius: 6px;
	border: 1px solid #A7A7A7;
	background: #FFF;
	box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 1rem;
}
.recruit .sec4 .block2 .box h5 {
	margin: 0 0 1rem;
	color: #AC5A17;
}
.recruit .sec4 .block3 {
	background-color: #FFF6EE;
	padding: 2rem;
	margin-bottom: 2rem;
}
.recruit .sec4 .block3 table {
	width: 100%;
}
.recruit .sec4 .block3 table th {
	color: #AC5A17;
	text-align: left;
	padding: 1rem 0;
	width: 16%;
	vertical-align: top;
	border-bottom: 1px solid #C2C2C2;
}
.recruit .sec4 .block3 table td {
	padding: 1rem 0;
	width: 75%;
	border-bottom: 1px solid #C2C2C2;
}
.recruit .sec4 .block3 table tr:last-child th,
.recruit .sec4 .block3 table tr:last-child td {
	border-bottom: 0px solid #C2C2C2;
}
.recruit .sec4 .link {
	text-align: center;
}
.recruit .sec4 .link a.btn{
	text-align: center;
	color:#fff;
	font-weight: 500;
	display: inline-block;
	padding: 0.8rem;
	width: 380px;
	margin: 0 auto;
	border-radius: 8px;
	background: linear-gradient(180deg, #B9030D 0%, #E20F1B 49.52%, #B9030D 100%);
	margin-bottom: 2rem;
	text-decoration: none;
}
.recruit .sec4 .link a.btn:hover {
	transition-duration:0.3s;
	background: linear-gradient(180deg, #E20F1B 0%, #B9030D 49.52%, #E20F1B 100%);
	text-decoration: none;
}
.recruit .sec4 .link a {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.recruit .head_mv img {
		object-position: right center;
	}
	.recruit .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.recruit .sec2 {
		margin: 0 auto 3rem;
	}
	.recruit .sec2 h3 {
		font-size:6vw ;
	}
	.recruit .sec2 .img img.img1 {
		display: none;
	}
	.recruit .sec2 .img img.img2 {
		position: absolute;
		bottom: 5rem;
		left: -10%;
		width: 80%;
		height: auto;
	}
	.recruit .sec2 p {
		margin-bottom: 3rem;
	}
	.recruit .sec2 .block {
		padding: 1rem;
		margin: 0 auto 1rem;
	}
	.recruit .sec2 .block table th {
		display: block;
		width: 100%;
		font-weight: 500;
	}
	.recruit .sec2 .block table td {
		display: block;
		width: 87%;
		margin-left: 13%;
		margin-bottom: 1rem;
	}
	.recruit .sec3 .block .link a,
	.recruit .sec4 .link a.btn{
		width: 100%;
        box-sizing: border-box;
	}
	.recruit .sec3 .block {
		padding: 1.5rem;
	}
	.recruit .sec3 .block2 {
		padding: 1.5rem;
	}
	.recruit .sec3 .block2 table th {
		padding: 1rem 0 0;
		width: 100%;
		display: block;
		border-bottom: 0px solid #C2C2C2;
	}
	.recruit .sec3 .block2 table td {
		padding:0 0 1rem 0;
		width: 100%;
		display: block;
	}
	.recruit .sec4 .block2 .box {
		display: block;
		grid-template-columns: 1fr;
		width: 100%;
	}
	.recruit .sec4 .block2 .box div{
		margin-bottom: 1rem;
	}
	.recruit .sec4 .block3 {
		padding: 1.5rem;
	}
	.recruit .sec4 .block3 table th {
		padding: 1rem 0 0;
		width: 100%;
		display: block;
		border-bottom: 0px solid #C2C2C2;
	}
	.recruit .sec4 .block3 table td {
		padding:0 0 1rem 0;
		width: 100%;
		display: block;
	}

}
/*=================================================================
お買い物の流れ
=================================================================*/
.information{
	margin-bottom: 5rem;
}
.information h2{
	font-weight: 600;
}
.information .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.information .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.information .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.information .sec2 {
	margin: 0 auto 5rem;
	padding-top: 1rem;
}
.information .sec2 .block {
	margin-bottom: 3rem;
}
.information .sec2 .block h2 {
	color: #AC5A17;
	text-align: center;
}
.information .sec2 .block h3 {
	background-color: #FFF6EE;
	padding: 0.2rem 1.5rem;
	color: #AC5A17;
}
.information .sec2 .block p.pt1 {
	font-weight: 500;
	color: #B60909;
    margin-bottom: 2rem;
}
.information .sec2 .block .chuibox {
	background-color: #fff;
	border: 3px solid #AC5A17;
	border-radius: 8px;
}
.information .sec2 .block .chuibox p.chui {
	color: #AC5A17;
	border: 0px;
}
.information .sec2 .block .chuibox p.chui::before {
    content: "　";
    display: inline-block;
	background: url(../images/chui_01.webp) left center / 42px auto no-repeat;
    padding-left: 1.5rem;
}
.information .sec2 .block .chuibox p a {
	text-decoration: underline;
}
.information .sec2 .block .tb {
	display: grid;
	grid-template-columns: 30% 65%;
	align-items: stretch; 
	column-gap: 5%; 
	margin-bottom: 2rem;
}
.information .sec2 .block .tb .tl {
	text-align: center;
}
.information .sec2 .block .tb .tl img {
	width: 90%;
	height: auto;
}
.information .sec2 .block .tb2 {
	display: grid;
	grid-template-columns: 60% 35%;
	align-items: stretch; 
	column-gap: 5%; 
	margin-bottom: 2rem;
}
.information .sec2 .block .tb2 .tr img {
	width: 100%;
	height: auto;
}
.information .sec2 .block .tb .tr h3 {
	background: transparent;
	padding: 0;
	color: #7E512B;
}
.information .sec2 .block .img1 {
	max-width: 410px;
	width: 100%;
}
.information .sec2 .block .img2 {
	margin: 2rem 0;
}
.information .sec2 .block .red {
	color: #B60909;
}

.information .sec2 .block .box1 {
	margin-top: 2rem;
}
.information .sec2 .block .box1 p.henpinbox {
	border-radius: 8px;
	color: #333333;
	display: block;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	.information .sec2 h3{
		font-size: 6vw;
	}
	.information .sec2 .block .tb {
		grid-template-columns: 1fr;
		column-gap: 0; 
	}
	.information .sec2 .block .tb .tl img {
		width: 70%;
	}
	.information .sec2 .block .tb2 {
		grid-template-columns: 1fr;
		column-gap: 0; 
	}

}
/*=================================================================
店舗情報
=================================================================*/

.store .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 5rem;
}
.store .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.store .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.store .sec2 {
	margin: 0 auto 4rem;
}
.store .sec2 p {
	text-align: center;
}
.store .sec2 h3 {
	text-align: center;
	color: #AC5A17;
	margin-bottom: 2rem;
}
.store .sec2 .tb {
	display: grid;
	grid-template-columns: 50% 45%;
	align-items: stretch; 
	column-gap: 5%; 
}
.store .sec2 .tb .tr {
	position: relative;
}
.store .sec2 .tb .tr h4 {
	font-weight: 500;
	margin-bottom: 1rem;
	margin-top: 0;
}
.store .sec2 .tb .tr h5 {
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #AC5A17;
}
.store .sec2 .tb .tr p {
	text-align: left;
	margin-bottom: 1.5rem;
}
.store .sec2 .tb .tr .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.store .sec2 .tb .tr .icon img {
	max-width: 65px;
	height: auto;
}
.store .sec3 {
	margin: 0 auto 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch; 
	gap: 40px;
}
.store .sec3 .box .img {
	margin-bottom: 1rem;
}
.store .sec3 .box h3 {
	color: #AC5A17;
    min-height: 60px;
    line-height: 1.2;
    margin: 0 0 1rem;
    display: flex;
	flex-wrap:wrap;
    align-items: center;
}
.store .sec3 .box h3 span {
	display: block;
	color: #2A7641;
}
.store .sec3 .box .date {
	position: relative;
}
.store .sec3 .box .date p a.map_link {
	margin-left: 0;
    margin: 0.5rem 0;
    display: inline-block;
}
.store .sec3 .box .date .icon {
	position: absolute;
	top: 0;
	right: 0;
}
.store .sec3 .box .date .icon img {
	max-width: 65px;
	height: auto;
}
.store .sec4 {
	margin: 0 auto 4rem;
}
.store .sec4 h3{
	margin: 0 auto 2rem;
	text-align: center;
	color: #AC5A17;
	padding: 0.5rem 0;
	border-top: 1px solid #AC5A17;
	border-bottom: 1px solid #AC5A17;
}
.store .sec4 h4{
	color: #AC5A17;
}
.store .sec4 .all table{
    border-top: 1px solid #ccc;
	width: 100%;
}
.store .sec4 .all th{
    padding: 0.5rem 0;
    border-bottom: 1px solid #ccc;
}
.store .sec4 .all td{
    padding:0.5rem 0;
    border-bottom: 1px solid #ccc;
	height:65px;
}
.store .sec4 .all table th {
    width: 25%;
	text-align: left;
	font-weight: 400;
}
.store .sec4 .all table th a {
	text-decoration: underline;
}
.store .sec4 .all table td.address2 {
    width: 30%;
}
.store .sec4 .all table td.tel2 {
    width: 15%;
}
.store .sec4 .all table td.time {
    width: 15%;
}
.store .sec4 .all table td.icon {
	width:15%;
}
.store .sec4 .all table td.icon img{
	max-width:65px;
	height:65px;
}

@media screen and (max-width: 1010px) {
	.store .sec2 .box .date .icon img,
	.store .sec3 .box .date .icon img{
		display: block;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 850px) {
	.store .sec2 .box .date .icon img,
	.store .sec3 .box .date .icon img{
		display: inline-block;
		margin-bottom: 0;
	}
	.store .sec2 .box .date .icon,
	.store .sec3 .box .date .icon{
		position: relative;
	}

}

@media screen and (max-width: 640px) {
	.store .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.store .sec1 {
		margin-bottom: 3rem;
	}
	.store .sec2 {
		margin: 0 auto 3rem;
	}
	.store .sec2 h3{
		text-align: left;
	    margin-bottom: 1rem;
	    margin-top: 0rem;
	}
	.store .sec2 .tb {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1rem;
	}
	.store .sec2 .date a.map_link {
		margin-left: 0;
		margin: 0.5rem 0;
		display: inline-block;
	}
	.store .sec2 .btn_2{
		width: 100%;
	}
	.store .sec3 {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.store .sec3 .box h3 span {
		width: 100%;
	}
	.store .sec3 .box h3 {
		min-height: auto;
	}
	.store .sec3 .box .date .icon {
		position: absolute;
		top: 0;
		right: 0;
	}
	.store .sec4 .all tr{
	    border-bottom: 1px solid #ccc;
	}
	.store .sec4 .all table th{
	    border-bottom: 0px;
		font-weight:600;
	}
	.store .sec4 .all td{
	    border-bottom: 0px;
		height:auto;
	}
	.store .sec4 .all table td {
	    padding-left: 0;
	}
	.store .sec4 .all table td.address2 ,
	.store .sec4 .all table td.tel2 ,
	.store .sec4 .all table td.time {
	    width: 100%;
		padding:0
	}
	.store .sec4 .all table td.time {
		padding-bottom:0.5rem
	}
	.store .sec4 .all table tr {
	  display: grid;
	  grid-template-columns: 1fr auto;
	  grid-template-areas:
	    "title icon"
	    "address icon"
	    "tel icon"
	    "time icon";
	  align-items: center;
	  gap: 4px 10px;
	}
	.store .sec4 .all table th {
	  grid-area: title;
		width:100%;
	}
	.store .sec4 .all table .address2 {
	  grid-area: address;
	}
	.store .sec4 .all table .tel2 {
	  grid-area: tel;
	}
	.store .sec4 .all table .time {
	  grid-area: time;
	}
	.store .sec4 .all table .icon {
	  grid-area: icon;
	  display: flex;
	  gap: 6px;
	  align-items: center;
	}
	.store .sec4 .all table td.icon img{
		max-width:55px;
		height:auto;
	}

}
/*=================================================================
廿日市工場直売店
=================================================================*/

.store_chokubai .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 5rem;
}
.store_chokubai .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.store_chokubai .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.store_chokubai .sec2 {
	margin: 0 auto 4rem;
}
.store_chokubai .sec2 p {
	text-align: center;
}
.store_chokubai .sec2 h3 {
	text-align: center;
	color: #AC5A17;
	margin-bottom: 2rem;
}
.store_chokubai .sec2 .tb {
	display: grid;
	grid-template-columns: 50% 45%;
	align-items: stretch; 
	column-gap: 5%; 
}
.store_chokubai .sec2 h3 {
	position: relative;
}
.store_chokubai .sec2 h3 span{
	position: relative;
	margin: 0 auto;
}
.store_chokubai .sec2 h3 span::after {
	content: "";
	position: absolute;
    right: -260px;
    top: -134px;
	width: 259px;
	height: 235px;
	background: url(../images/store_19.webp) left center / 100% auto no-repeat;
}
.store_chokubai .sec3 {
	margin: 0 auto 1rem;
}
.store_chokubai .sec3 .tb {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom: 1rem;
}
.store_chokubai .sec3 .tb .tl {
	width: 55%;
}
.store_chokubai .sec3 .tb .tr {
	width: 40%;
	padding-left: 5%;
}
.store_chokubai .sec3 .tb.pt1 .tl{
	order:1;
}
.store_chokubai .sec3 .tb.pt1 .tr{
	order:0;
	width: 40%;
	padding-left: 0;
	padding-right: 5%;
}
.store_chokubai .sec3 .img1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch; 
	gap: 1rem;
	margin-bottom: 1rem;
}
.store_chokubai .sec3 .img2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch; 
	gap: 1rem;
	margin-bottom: 1rem;
}
.store_chokubai .sec3 .img3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch; 
	gap: 1rem;
	margin-bottom: 3rem;
}
.store_chokubai .sec3 .img3 .box h4 {
	color: #AC5A17;
	margin: 1rem 0;
}
.store_chokubai .sec4 {
	display: grid;
	grid-template-columns: 55% 40%;
	align-items: stretch; 
	gap: 5%;
	margin: 0 auto 6rem;
}
.store_chokubai .sec4 .tl .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.store_chokubai .sec4 .tl .gmap iframe,
.store_chokubai .sec4 .tl .gmap object,
.store_chokubai .sec4 .tl .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.store_chokubai .sec4 h5{
	font-size: 1rem;
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	.store_chokubai .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.store_chokubai .sec1 {
		margin-bottom: 3rem;
	}
	.store_chokubai .sec2 {
		margin: 0 auto 3rem;
	}
	.store_chokubai .sec2 h3 span::after {
		background: transparent;
	}
	.store_chokubai .sec2 .sp{
		text-align: right;
	}
	.store_chokubai .sec2 .sp img {
		width: 40%;
		height: auto;
	}
	.store_chokubai .sec3 .tb {
		margin-bottom: 3rem;
	}
	.store_chokubai .sec3 .tb .tl {
		width: 100%;
		margin-bottom: 2rem;
	}
	.store_chokubai .sec3 .tb .tr {
		width: 100%;
		padding-left: 0%;
	}
	.store_chokubai .sec3 .tb.pt1 .tl{
		width: 100%;
		order:0;
	}
	.store_chokubai .sec3 .tb.pt1 .tr{
		order:1;
		width: 100%;
		padding-left: 0;
		padding-right: 0%;
	}
	.store_chokubai .sec3 .img1 {
		grid-template-columns: 1fr;
	}
	.store_chokubai .sec3 .img2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.store_chokubai .sec3 .img2 img:last-child{
		display: none;
	}
	.store_chokubai .sec3 .img3 {
		grid-template-columns: 1fr;
	}
	.store_chokubai .sec4 {
		grid-template-columns: 1fr;
	}
}
/*=================================================================
国際会議場　バッケンモーツアルトカフェ
=================================================================*/

.store_kokusaicafe .sec1 {
	text-align: center;
	width: 100%;
	margin-bottom: 5rem;
}
.store_kokusaicafe .sec1 .ttl {
	text-align: center;
	padding: 3rem 0;
}
.store_kokusaicafe .sec1 .ttl h2 {
	color: #AC5A17;
	margin: 0;
	line-height: 1;
}
.store_kokusaicafe .sec2 {
	margin: 0 auto 4rem;
}
.store_kokusaicafe .sec2 p {
	text-align: center;
}
.store_kokusaicafe .sec2 h3 {
	text-align: center;
	color: #AC5A17;
	margin-bottom: 2rem;
}
.store_kokusaicafe .sec2 .tb {
	display: grid;
	grid-template-columns: 50% 45%;
	align-items: stretch; 
	column-gap: 5%; 
}
.store_kokusaicafe .sec2 h3 {
	position: relative;
}
.store_kokusaicafe .sec3 {
	margin: 0 auto 1rem;
}
.store_kokusaicafe .sec3 .tb {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom: 1rem;
}
.store_kokusaicafe .sec3 .tb .tl {
	width: 55%;
}
.store_kokusaicafe .sec3 .tb .tr {
	width: 40%;
	padding-left: 5%;
}
.store_kokusaicafe .sec3 .tb.pt1 .tl{
	order:1;
}
.store_kokusaicafe .sec3 .tb.pt1 .tr{
	order:0;
	width: 40%;
	padding-left: 0;
	padding-right: 5%;
}
.store_kokusaicafe .sec3 .img {
	margin: 3rem auto 5rem;
}
.store_kokusaicafe .sec4 {
	display: grid;
	grid-template-columns: 55% 40%;
	align-items: stretch; 
	gap: 5%;
	margin: 0 auto 6rem;
}
.store_kokusaicafe .sec4 .tl .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.store_kokusaicafe .sec4 .tl .gmap iframe,
.store_kokusaicafe .sec4 .tl .gmap object,
.store_kokusaicafe .sec4 .tl .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.store_kokusaicafe .sec4 h5{
	font-size: 1rem;
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	.store_kokusaicafe .sec1 .ttl {
		padding: 3rem 0 1rem;
	}
	.store_kokusaicafe .sec1 {
		margin-bottom: 3rem;
	}
	.store_kokusaicafe .sec2 {
		margin: 0 auto 3rem;
	}
	.store_kokusaicafe .sec3 .tb {
		margin-bottom: 3rem;
	}
	.store_kokusaicafe .sec3 .tb .tl {
		width: 100%;
		margin-bottom: 2rem;
	}
	.store_kokusaicafe .sec3 .tb .tr {
		width: 100%;
		padding-left: 0%;
	}
	.store_kokusaicafe .sec3 .tb.pt1 .tl{
		width: 100%;
		order:0;
	}
	.store_kokusaicafe .sec3 .tb.pt1 .tr{
		order:1;
		width: 100%;
		padding-left: 0;
		padding-right: 0%;
	}
	.store_kokusaicafe .sec4 {
		grid-template-columns: 1fr;
	}
}
/*=================================================================
ネットショップ（商品一覧）
=================================================================*/
.mv_swiper {
    opacity: 0;
    visibility: hidden;
}

.mv_swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

.mv_swiper img {
    width: 100%;
    height: auto;
    display: block;
}

.mv_swiper .swiper-slide {
    overflow: hidden;
}

.shoptop{
	margin-bottom:4rem;
}
.shoptop .sec1{
	margin-bottom:2rem;
    position: relative;
}
.shoptop .sec1 .shop_swiper{
    padding-bottom: 25px;
    overflow: hidden;
}
.shoptop .sec1 .swiper-button-prev,
.shoptop .sec1 .swiper-button-next {
	background: rgb(0, 0, 0,0.2);
	width: 39px;
	height: 79px;
}
.shoptop .sec1 .swiper-button-prev{
	left: 0;
}
.shoptop .sec1 .swiper-button-next {
	right: 0;
}
.shoptop .sec1 .swiper-navigation-icon{
    width: 12px;
	color:#fff
}
.shoptop .sec1 .swiper-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.shoptop .sec1 .swiper-pagination .swiper-pagination-bullet{
	margin: 0 0.4rem;
}
.shoptop .sec1 .swiper-pagination .swiper-pagination-bullet{
	background: #999;
}
.shoptop .sec1 .swiper-pagination .swiper-pagination-bullet-active{
	background: #616161;
}
.shoptop .sec2{
	margin: 0 5% 2rem;
}
.shoptop .sec2 .ttl{
	text-align: center;
	margin-bottom: 2rem;
}
.shoptop .sec2 .ttl_h3 h3{
	color: #864611;
	background: #FFF6EE;
	padding: 0.7rem 0;
	text-align: center;
	font-weight: 500;
}
.shoptop .sec2 .mySwiper{
	padding: 0 28px;
}
.shoptop .sec2 .swiper-button-prev,
.shoptop .sec2 .swiper-button-next{
	background: #FFF6EE;
	width: 59px;
	height: 59px;
	border-radius: 50px;
}
.shoptop .sec2  .swiper-navigation-icon{
    width: 12px;
	color:#864611
}
.shoptop .sec2 .swiper-button-prev{
	left: 0px;
}
.shoptop .sec2 .swiper-button-next {
	right: 0px;
}
.shoptop .sec2 .mySwiper .swiper-slide a{
	color: #140D07;
}
.shoptop .sec3{
	margin: 0 5% 2rem;
}
.shoptop .sec3 .block {
    display: flex;
    gap: 1.5%;
}
.shoptop .sec3 .block a {
    flex: 1;
    display: block;
}
.shoptop .sec3 .block a img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {
	.shoptop .sec2 .mySwiper {
		padding: 0;
	}
	.shoptop .sec2 .swiper-wrapper{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: stretch; 
		gap: 1rem;
	}
	.shoptop .sec2 .swiper-button-next ,
	.shoptop .sec2 .swiper-button-prev {
		display: none;
	}
	.shoptop .sec3 .block {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.shoptop .sec3 .block a img {
		width: 100%;
		display: block;
	}
}

.mv_swiper:not(.swiper-initialized) .swiper-slide {
  width: calc((100% - 4px) / 2);
}

.mv_swiper img {
  width: 100%;
  height: auto;
  display: block;
}
#loading{
    position:fixed;
    inset:0;
    background:#fff;
    z-index:999999;
}
/*=================================================================
ネットショップ（ご利用案内）
=================================================================*/

.shop_footer {
	background-color: #F4F0ED;
	padding: 4rem 0;
}
.shop_footer .layout {
	margin: 0 auto;
}
.shop_footer .layout h2 {
	color: #AC5A17;
	margin-top: 0;
	font-weight: 500;
	letter-spacing: 1px;
}
.shop_footer .layout h2 span {
	color: #333333;
	padding-left: 1rem;
	letter-spacing: 0;
}
.shop_footer .layout .tb {
	display: grid;
	grid-template-columns: 33% 67%;
	align-items: stretch; 
	column-gap: 1rem; 
}
.shop_footer .layout .tb .tl .sec1 {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.shop_footer .layout .tb h3 {
	margin: 0 0 1rem;
	color: #AC5A17;
}
.shop_footer .layout .tb h4{
	margin: 0 0;
}
.shop_footer .layout .tb h4 a{
	font-size: 1.17em;
	color: #AC5A17;
}
.shop_footer .layout .tb .tl .sec1 p {
	font-weight: 500;
}
.shop_footer .layout .tb .tl .sec1 p.pt1 {
	position: relative;
	display: flex;
	align-items: center;
}
.shop_footer .layout .tb .tl .sec1 p.pt2 {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.shop_footer .layout .tb .tl .sec1 p.pt1::before {
	content: "";
	background: url(../images/icon_05.webp) left center / 37px auto no-repeat;
	width: 37px;
	height: 34px;
	display: block;
	margin-right: 1rem;
	flex-shrink: 0;
}
.shop_footer .layout .tb .tl .sec1 p.pt2::before {
	content: "FAX";
	font-size: 20px;
	width: 37px;
	height: 34px;
	display: block;
	margin-right: 1rem;
	flex-shrink: 0;
}

.shop_footer .layout .tb .tl .sec2 {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.shop_footer .layout p a {
	color: #0C53D5;
}

.shop_footer .layout .tb .tl .sec3 {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.shop_footer .layout .tb .tr .sec4 {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
.shop_footer .layout .tb .tr .sec4 p img {
	margin: 1rem 0;
}

.shop_footer .layout .tb .tr .sec5 {
	background-color: #fff;
	padding: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
	.shop_footer .layout {
		width: 100%;
	}
	.shop_footer .layout h2{
		width: 90%;
		margin: 0 auto 2rem;
	}
	.shop_footer .layout h2 span {
		display: block;
		padding-left: 0;
	}
	.shop_footer .layout .tb {
		grid-template-columns: 1fr;
		gap: 0; 
	}
	.shop_footer .layout .tb .tl .sec1,
	.shop_footer .layout .tb .tl .sec2,
	.shop_footer .layout .tb .tl .sec3,
	.shop_footer .layout .tb .tr .sec4,
	.shop_footer .layout .tb .tr .sec5 {
		background-color: transparent;
		margin: 0;
		border-bottom: 1px solid #A9A8A8;
		padding: 1rem 5%;
	}
	.shop_footer .layout .tb .tl .sec1{
		border-top: 1px solid #A9A8A8;
	}
	.shop_footer .layout .tb h3{
		margin-bottom: 0;
	}
	.shop_footer .block{
	height: 0;
	overflow: hidden;
	transition: height .4s ease;
	}
	.shop_footer .block_inner{
	padding-top: 1rem;
	}
	.shop_footer .block.open{
	max-height:300px;
	margin-top: 1rem;
	}
	.shop_footer h3{
	cursor:pointer;
	position:relative;
	padding-right:40px;
	}
	.shop_footer h3::before,
	.shop_footer h3::after{
	content:"";
	position:absolute;
	right:10px;
	top:50%;
	width:20px;
	height:2px;
	background:#666;
	transition:.3s;
	}
	.shop_footer h3::before{
	transform:translateY(-50%);
	}
	.shop_footer h3::after{
	transform:translateY(-50%) rotate(90deg);
	}
	.shop_footer h3.active::after{
	transform:translateY(-50%) rotate(0deg);
	}
}
/*=================================================================
商品共通
=================================================================*/
.item_sec{
	width: 1200px;
	margin: 0 auto;
}
.item_sec .swiper_sec{
	overflow: hidden;
	padding-bottom: 3rem;
}
.item_sec .mv_swiper{
	position: relative;	
}

.item_sec .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom:-28px;
}
.item_sec .swiper-pagination-bullet-active {
    background: #616161;
}
.item_sec .swiper-button-next,.item_sec  .swiper-button-prev {
    color:#616161;
}
.item_sec .category-nav {
  width: 100%;
  margin: 0 auto 2rem;
  background: var(--nav-bg);
  border-top: 4px solid #F4EAD9;
  border-bottom: 1px dotted #CDC0AB;
  overflow-x: auto;
  scrollbar-width: none;
}
.item_sec .category-nav::-webkit-scrollbar {
  display: none;
  overflow: visible;
}
.item_sec .category-nav__list {
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 0;
	margin: 0;
}

.item_sec .category-nav__list > li {
    flex: 1;
    text-align: center;
	list-style: none;
}

.item_sec .category-nav__list > li:nth-child(5) {
    flex: 2;
}
.item_sec .category-nav a {
  display: inline-flex;
  color: var(--nav-text);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 160ms ease;
    margin-top: 7px;
    border-left: 1px solid #ddd;
    width: 100%;
    justify-content: center;
}
.item_sec .category-nav ul li:last-child a {
    border-right: 1px solid #ddd;
}
.item_sec .category-nav a:hover,
.item_sec .category-nav a:focus-visible {
  color: var(--nav-text-hover);
}
.item_sec .category-nav__arrow {
  display: inline-block;
/*  width: 6px;
  height: 6px;
  border-top: 1px solid #664545;
  border-right: 1px solid #664545;
  transform: rotate(45deg);
  flex: 0 0 auto;*/
}
.item_sec .intro_link{
	margin: 1rem 0;
}
.item_sec .intro_link a{
	width: 500px;
	display: block;
	margin: 0 auto;
    background-color: #f7d1ab;
	padding: 0.5rem;
	border-radius: 6px;
	text-align: center;
	transition-duration:0.3s;
}
.item_sec .intro_link a:hover{
    background-color: #ffbe7d;
	text-decoration: none;
	transition-duration:0.3s;
}
.item_sec #item_introduction{
	scroll-margin-top: 100px;
}
.item_sec .item_list_sec{
	margin-bottom: 1rem;
}
.item_sec .item_list_sec .section-title {
	background-color: #FAE4AE;
    font-size: clamp(22px, 3vw, 30px);
}
.item_sec .item_list_sec .item_list{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 5%; 
	row-gap: 0.5rem;
    margin-top: 1rem;
}
.item_sec .item_list_sec .qty_wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.item_sec .item_list_sec .qty_wrap input[type="text"] {
  width: 35px !important;
  text-align: center;
  border: none !important;
  outline: none;
  font-size: 16px;
  height: 18px;
}
.item_sec .item_list_sec .qty_btn {
  width: 26px;
  height: 26px;
  font-size: 16px;
  background: #f5f5f5;
  color: #333;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.item_sec .item_list_sec .qty_btn:hover {
  background: #ddd;
}
.item_sec .item_list_sec .cartjs_box {
    margin-top: 0px !important;
}
.item_sec .item_list_sec .cartjs_product_img {
    float: none;
    width: 100% !important;
    margin-left: -2%;
    margin-right: 5%;
}
.item_sec .item_list_sec .cartjs_cart_in {
    margin-left: 0% !important;
    width: 100% !important;
    text-align: left !important;
}
.item_sec .item_list_sec .cartjs_product_table {
    width: 100% !important;
    margin: 10px auto 0 !important;
    padding: 5px auto !important;
    float: none !important;
}
.item_sec .item_list_sec .cartjs_product_table tr{
	display: block;
}
.item_sec .item_list_sec .cartjs_sales_price th,
.item_sec .item_list_sec .cartjs_product_num th,
.item_sec .item_list_sec .cartjs_option.cartjs_cart_in th{
    display: none;
}
.item_sec .item_list_sec .cartjs_sales_price td,
.item_sec .item_list_sec .cartjs_product_num td,
.item_sec .item_list_sec .cartjs_option.cartjs_cart_in td{
    width:100% !important;
}
.item_sec .item_list_sec .cartjs_product_name,
.item_sec .item_list_sec .cartjs_sales_price td{
    font-weight: normal !important;
    font-size: 0.9rem !important;
}
.item_sec .item_list_sec .cartjs_cart_in input[type="submit"] {
    width: 100%!important;
    height: 38px!important;
    margin-bottom: 0!important;
    background-color: #db7a16!important;
}
@media screen and (max-width: 768px) {
.item_sec .category-nav__list {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap:0px;
	margin: 0;
}
.item_sec .category-nav__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
}
.item_sec .category-nav__list > *:nth-child(5) {
    grid-column: span 2;
}
.item_sec .category-nav a {
    border-left: 0px solid #ddd;
    justify-content: left;
}
.item_sec .category-nav ul li:last-child a {
    border-right: 0px solid #ddd;
}
.item_sec .intro_link a{
	width: 100%;
}

.item_sec .item_list_sec .item_list {
    display: block;
    grid-template-columns: 1fr;
    column-gap: 0%;
    row-gap: 0rem;
}
.item_sec .item_list_sec .cartjs_product_form{
  display:flex !important;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.item_sec .item_list_sec .cartjs_product_img{
  flex:0 0 40%;
  margin:0 !important;
  text-align:center !important;
}
.item_sec .item_list_sec .cartjs_right_group{
  flex:1 1 50%;
  margin:0 !important;
  text-align:left !important;
}
.item_sec .item_list_sec .cartjs_right_group .cartjs_cart_in,
.item_sec .item_list_sec .cartjs_right_group .cartjs_product_table{
  width:auto !important;
  margin:0.5rem 0 0!important;
}
.item_sec .item_list_sec .cartjs_right_group .cartjs_product_table table{
  width:100% !important;
  margin:0 !important;
}
.item_sec .item_list_sec .qty_wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.item_sec .item_list_sec .qty_wrap input[type="text"] {
  width: 35px !important;
  text-align: center;
  border: none !important;
  outline: none;
  font-size: 16px;
  height: 18px;
}
.item_sec .item_list_sec .qty_btn {
  width: 26px;
  height: 26px;
  font-size: 16px;
  background: #f5f5f5;
  color: #333;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.item_sec .item_list_sec .qty_btn:hover {
  background: #ddd;
}
.item_sec .item_list_sec .cartjs_box {
    margin-top: 15px !important;
    padding: 0 !important;
}
.item_sec .item_list_sec .cartjs_sales_price th,
.item_sec .item_list_sec .cartjs_product_num th,
.item_sec .item_list_sec .cartjs_option.cartjs_option1 th{
    display: none;
}
.item_sec .item_list_sec .cartjs_cart_in input[type="submit"] {
    width: 100%!important;
    height: 30px!important;
    background-color: #db7a16!important;
}
.item_sec .item_list_sec .cartjs_cart_in{
    text-align: left!important;
}
.item_sec .item_list_sec .cartjs_product_name,
.item_sec .item_list_sec .cartjs_sales_price td{
    font-weight: normal !important;
    font-size: 1.0rem !important;
}
.item_sec .item_list_sec .cartjs_right_group .cartjs_product_table{
    width: 100%!important;
    padding: 0!important;
}
.item_sec .item_list_sec .cartjs_sales_price td,
.item_sec .item_list_sec .cartjs_product_num td,
.item_sec .item_list_sec .cartjs_option.cartjs_cart_in td{
    padding: 2px 0!important;
}
.item_sec .item_list_sec .box{
  padding:0 0 1rem;
  margin-bottom:1rem;
  border-bottom:1px solid #ccc;
}
}
@media (max-width: 1200px) {
	.item_sec{
		width: 96%;
	}
}
/*=================================================================
sp03_01_?????????????
=================================================================*/

* {
  box-sizing: border-box;
}
.item_sec main{
	font-family: "Noto Serif JP", serif;
}

.ingredients-page {
  width: min(100%, 1200px);
/*  min-height: 100vh;*/
  margin: 0 auto;
  overflow: hidden;
}

.item_03_01 .hero {
  display: grid;
  place-items: start center;
  min-height: 150px;
  padding-top: 50px;
  background: url("../images/almond-header.png") center top / cover no-repeat;
}

.item_03_01 .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.item_03_01 .ingredient-section {
  padding: 35px 50px 0;
  background: #fff0cd;
}

.item_03_01 .section-title {
  margin: 0 0 32px;
  padding: 12px 20px 11px;
  color: #512306;
  background: #f9ce95;
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}
.item_03_01 .almond-intro__text .lead,
.item_03_01 .supplement .lead,
.item_03_01 .lead {
  margin: 0 0 24px;
  color: #bd4d16;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.item_03_01 main p {
  margin: 0;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0;
}

.item_03_01 .almond-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  align-items: start;
  gap: 18px;
}

.item_03_01 .almond-intro__text {
  padding-top: 0;
}
.item_03_01 .almond-intro__text p,
.item_03_01 .supplement p{
  font-weight: 500;
  font-size: clamp(16px, 3vw, 22px);
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.item_03_01 .almond-intro__image {
  width: 100%;
  max-width: 470px;
  justify-self: end;
}

.item_03_01 .supplement {
  margin-top: 22px;
  text-align: right;
}

.item_03_01 .supplement h3 {
  margin: 0 0 16px;
  color: #bd4d16;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.item_03_01 .barley-section {
  padding-top: 44px;
  padding-bottom: 64px;
}

.item_03_01 .barley-section .section-title {
  margin-bottom: 29px;
}

.item_03_01 .barley-section .lead {
  margin-bottom: 22px;
}

.item_03_01 .barley-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 30px;
  margin-bottom: 26px;
}

.item_03_01 .barley-layout__image {
  width: 300px;
  margin-top: 0;
  border-radius: 7px;
    justify-self: center;
}
@media (max-width: 900px) {
  .item_03_01 .ingredient-section {
    padding-right: 28px;
    padding-left: 28px;
  }

  .item_03_01 .almond-intro,
  .item_03_01 .barley-layout {
    grid-template-columns: 1fr;
  }

  .item_03_01 .almond-intro__image {
    width: min(75%, 470px);
    margin-top: 8px;
    justify-self: center;
  }

  .item_03_01 .supplement {
    text-align: left;
  }

  .item_03_01 .barley-layout__image {
    width: min(100%, 300px);
  }
}

@media (max-width: 520px) {
  .item_03_01 .hero {
    min-height: 85px;
    padding: 38px 18px 0;
  }

  .item_03_01 .ingredient-section {
    padding: 26px 18px 0;
  }

  .item_03_01 .section-title {
    margin-bottom: 22px;
    padding: 10px 14px;
  }

  .item_03_01 .lead {
    margin-bottom: 16px;
  }

  .item_03_01 main p {
    line-height: 1.65;
  }

  .item_03_01 .barley-section {
    padding-bottom: 42px;
  }
}

.item_03_01 .commitment-section {
  padding: 45px 60px 74px;
	background: url(../images/item_03_01_06.webp) center top / cover no-repeat;
}

.item_03_01 .commitment-heading {
  position: relative;
  margin-bottom: 44px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 5px rgb(0 0 0 / 45%);
}

.item_03_01 .commitment-heading::before {
  position: absolute;
  inset: 10px 0 auto;
  width: min(535px, 80%);
  height: 100px;
  margin: auto;
  content: "";
	background: url(../images/item_03_01_11.webp) center center / 100% auto no-repeat;

}

.item_03_01 .commitment-heading p,
.item_03_01 .commitment-heading h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  letter-spacing: 0;
}

.item_03_01 .commitment-heading p {
  font-size: clamp(20px, 3.1vw, 32px);
  font-weight: 500;
  line-height: 1.1;
}

.item_03_01 .commitment-heading h2 {
  margin-top: 6px;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

.item_03_01 .commitment-card {
  overflow: hidden;
  background: #fff8e7;
  box-shadow: 0 3px 12px rgb(0 0 0 / 35%);
}

.item_03_01 .commitment-card + .commitment-card {
  margin-top: 28px;
}

.item_03_01 .commitment-card h3 {
  margin: 0;
  padding: 20px 33px 18px;
  color: #bd4d16;
  background: #FAE4AE;
  font-size: clamp(20px, 3.2vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.item_03_01 .commitment-card__body {
  padding: 32px 34px 0;
}

.item_03_01 .commitment-card p {
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.6;
}

.item_03_01 .commitment-card__cookies {
  display: block;
  width: min(100%, 1035px);
  margin: 18px auto 24px;
}

.item_03_01 .commitment-card__oven {
  display: block;
  width: 100%;
  margin-top: 42px;
}

@media (max-width: 900px) {
  .item_03_01 .commitment-section {
    padding: 38px 28px 56px;
  }

  .item_03_01 .commitment-card h3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .item_03_01 .commitment-card__body {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 520px) {
  .item_03_01 .commitment-section {
    padding: 32px 16px 42px;
  }

  .item_03_01 .commitment-heading {
    margin-bottom: 30px;
  }

  .item_03_01 .commitment-card h3 {
    padding: 15px 16px;
  }

  .item_03_01 .commitment-card__body {
    padding: 22px 16px 0;
  }

  .item_03_01 .commitment-card__cookies {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .item_03_01 .commitment-card__oven {
    margin-top: 26px;
  }
  .item_03_01 .commitment-heading::before {
    height: 36px;
	}
}

.item_03_01 .voice-section {
  position: relative;
  padding: 42px 50px 62px;
	background: url(../images/item_03_01_09.webp) center center / 100% auto repeat-y;
	margin-bottom: 2rem;
}

.item_03_01 .voice-section h2 {
  margin: 0 0 34px;
  padding: 20px 22px 18px!important;
  color: #fff;
  background: #b87338;
  font-size: clamp(20px, 3.4vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.item_03_01 .voice-list {
  display: grid;
  gap: 33px;
}

.item_03_01 .voice-card {
  position: relative;
  width: min(100%, 995px);
  padding: 29px 33px 28px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 7px 13px rgb(97 54 13 / 23%);
}

.item_03_01 .voice-card--narrow {
  width: min(calc(100% - 102px), 1045px);
  margin-left: 52px;
}

.item_03_01 .voice-card h3 {
  margin: 0 0 16px;
  color: #bd4d16;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.item_03_01 .voice-card p {
  font-size: clamp(16px, 2.1vw, 24px);
  line-height: 1.62;
}

.item_03_01 .voice-card--cookie-right::after,
.item_03_01 .voice-card--cookie-left::after {
  position: absolute;
  width: 156px;
  height: 156px;
  content: "";
  background: url("../images/item_03_01_10.webp") center / contain no-repeat;
}

.item_03_01 .voice-card--cookie-right::after {
  top: -60px;
  right: -62px;
}

.item_03_01 .voice-card--cookie-left::after {
  bottom: -116px;
  left: -78px;
}

@media (max-width: 900px) {
  .item_03_01 .voice-section {
    padding: 36px 28px 52px;
  }

  .item_03_01 .voice-card,
  .item_03_01 .voice-card--narrow {
    width: 100%;
    margin-left: 0;
  }

  .item_03_01 .voice-card--cookie-right::after {
    top: -42px;
    right: -22px;
    width: 120px;
    height: 120px;
  }

  .item_03_01 .voice-card--cookie-left::after {
    bottom: -78px;
    left: -24px;
    width: 118px;
    height: 118px;
  }
}

@media (max-width: 520px) {
  .item_03_01 .voice-section {
    padding: 28px 16px 44px;
  }

  .item_03_01 .voice-section h2 {
    margin-bottom: 24px;
    padding: 15px 16px;
	text-align: center;
  }

  .item_03_01 .voice-list {
    gap: 24px;
  }

  .item_03_01 .voice-card {
    padding: 22px 18px 24px;
    border-radius: 11px;
  }

  .item_03_01 .voice-card--cookie-right::after,
  .item_03_01 .voice-card--cookie-left::after {
    width: 86px;
    height: 86px;
  }

  .item_03_01 .voice-card--cookie-right::after {
    top: -34px;
    right: -12px;
  }

  .item_03_01 .voice-card--cookie-left::after {
    bottom: -54px;
    left: -12px;
  }
}

.item_sec .product-info-section {
  padding: 0 0 28px;
  background: #fff;
}

.item_sec .raw-materials {
  padding: 31px 40px 34px;
  color: #22170e;
  background: #fff5e3;
}

.item_sec .raw-materials summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 44px 9px 0;
  border-bottom: 1px solid #a8a098;
  cursor: pointer;
  list-style: none;
}

.item_sec .raw-materials summary::-webkit-details-marker {
  display: none;
}

.item_sec .raw-materials summary span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.item_sec .raw-materials summary::before,
.item_sec .raw-materials summary::after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "";
}

.item_sec .raw-materials summary::before {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}

.item_sec .raw-materials summary::after {
  top: 14px;
  right: 7px;
  width: 14px;
  height: 2px;
  background: #b4aba4;
}

.item_sec .raw-materials:not([open]) summary::after {
  box-shadow: none;
}

.item_sec .raw-materials:not([open]) summary::before {
  box-shadow: inset 0 0 0 999px #fff;
}

.item_sec .raw-materials:not([open]) summary {
/*  border-bottom: 0;*/
}

.item_sec .raw-materials:not([open]) summary span::after {
  position: absolute;
  top: 13px;
  right: 7px;
  width: 14px;
  height: 2px;
  content: "";
  background: #b4aba4;
}

.item_sec .raw-materials__body {
  padding-top: 22px;
}

.item_sec .raw-materials__body h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.item_sec .raw-materials__body p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
}
.item_sec .raw-materials__body{
	height: 0;
	overflow: hidden;
	transition: height .4s ease;
}
.item_sec .raw-materials__body .block_inner{
	padding-top: 1rem;
}
.item_sec .raw-materials__body.open{
	max-height:300px;
	margin-top: 1rem;
}
.raw-materials summary{
	cursor:pointer;
	position:relative;
	padding-right:40px;
}
.raw-materials summary::before,
.raw-materials summary::after{
	content:"";
	position:absolute;
	right:10px;
	top:50%;
	width:20px;
	height:2px;
	background:#666;
	transition:.3s;
}
.raw-materials summary::before{
/*	transform:translateY(-50%);*/
}
.raw-materials summary::after{
	transform:translateY(-50%) rotate(90deg);
}
.raw-materials summary.active::after{
	transform:translateY(-50%) rotate(0deg);
}
/*=================================================================
sp03_????
=================================================================*/

.item_sec .product-info-table {
  width: calc(100% - 8px);
  margin: 23px 4px 0;
  border-collapse: collapse;
  color: #1f3343;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.item_sec .product-info-table th,
.item_sec .product-info-table td {
  border: 1px solid #5d6670;
  padding: 11px 14px;
  vertical-align: middle;
}

.item_sec .product-info-table th {
  width: 30%;
  color: #203548;
  background: #d9d9d9;
  font-weight: 700;
  text-align: center;
}

.item_sec .product-info-table td {
  font-weight: 400;
}
.item_sec .heading_type_1 {
  width: 88%;
  min-height: 95px;
  margin: 0 auto 35px;
  background: url("../images/item_line_01.webp") center / 100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item_sec .heading_type_1 span {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #512306;
}
.item_sec .heading_type_2 {
  width: 100%;
  margin: 0 auto 1.5rem;
  background: url("../images/item_line_03.webp") center / 100% 100% no-repeat;
  padding: 0.5rem  0;
}
.item_sec .heading_type_2 h3 {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
  color: #ED6300;
}
.item_sec .heading_type_3 {
  width: 100%;
  margin: 0 auto 1.5rem;
  background: url("../images/item_line_04.webp") center / 100% 100% no-repeat;
  padding: 0.5rem  0;
}
.item_sec .heading_type_3 h3 {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: left;
  color: #101946;
}
.item_sec .heading_type_4{
  width: 100%;
  margin: 0 auto 1.5rem;
  background: url("../images/item_03_28_04.webp") center / 100% 100% no-repeat;
  padding: 0.5rem  0;
}
.item_sec .heading_type_4 h3 {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.item_sec .heading_type_5{
  width: 100%;
  margin: 0 auto 1.5rem;
  background: url("../images/item_line_06.webp") center / 100% 100% no-repeat;
  padding: 0.5rem  0;
}
.item_sec .heading_type_5 h3 {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.item_sec .info-sec{
	margin-bottom: 2rem;
}
.item_sec .info-sec .info-msg{
	margin-bottom: 2rem;
	font-size: 20px;
}

.item_sec .message__img {
	margin: 0 auto 2rem;
}
@media (max-width: 700px) {
  .item_sec .raw-materials {
    padding: 16px 16px;
  }

  .item_sec .product-info-table,
  .item_sec .product-info-table tbody,
  .item_sec .product-info-table tr,
  .item_sec .product-info-table th,
  .item_sec .product-info-table td {
    display: block;
    width: 100%;
  }

  .item_sec .product-info-table {
    width: 100%;
    margin: 18px 0 0;
    border-top: 1px solid #5d6670;
  }

  .item_sec .product-info-table tr {
    border-right: 1px solid #5d6670;
    border-left: 1px solid #5d6670;
  }

  .item_sec .product-info-table tr + tr {
    border-top: 0;
  }

  .item_sec .product-info-table th,
  .item_sec .product-info-table td {
    border-right: 0;
    border-left: 0;
  }

  .item_sec .product-info-table th {
    text-align: left;
  }

  .item_sec .heading_type_1 {
    width: 100%;
    min-height: 70px;
    margin-bottom: 25px;
	background: url("../images/item_line_02.webp") center / 100% 100% no-repeat;
  }
  .item_sec .heading_type_1 span {
    font-size: 21px;
  }
	.item_sec .heading_type_2 h3,
	.item_sec .heading_type_3 h3,
	.item_sec .heading_type_4 h3,
	.item_sec .heading_type_5 h3 {
		font-size: 20px;
	}
	.item_sec .info-sec .info-msg{
		font-size: 16px;
	}

}

.item_03_02 .item_list_sec .item_list,
.item_03_03 .item_list_sec .item_list,
.item_03_05 .item_list_sec .item_list,
.item_03_09 .item_list_sec .item_list,
.item_03_10 .item_list_sec .item_list,
.item_03_11 .item_list_sec .item_list,
.item_03_12 .item_list_sec .item_list,
.item_03_13 .item_list_sec .item_list,
.item_03_16 .item_list_sec .item_list,
.item_03_17 .item_list_sec .item_list,
.item_03_18 .item_list_sec .item_list,
.item_03_19 .item_list_sec .item_list,
.item_03_20 .item_list_sec .item_list,
.item_03_21 .item_list_sec .item_list,
.item_03_22 .item_list_sec .item_list,
.item_03_24 .item_list_sec .item_list,
.item_03_25 .item_list_sec .item_list,
.item_03_27 .item_list_sec .item_list,
.item_03_28 .item_list_sec .item_list,
.item_03_29 .item_list_sec .item_list,
.item_03_30 .item_list_sec .item_list,
.item_03_31 .item_list_sec .item_list,
.item_03_32 .item_list_sec .item_list,
.item_03_35 .item_list_sec .item_list,
.item_03_36 .item_list_sec .item_list,
.item_03_37 .item_list_sec .item_list,
.item_03_39 .item_list_sec .item_list,
.item_03_40 .item_list_sec .item_list,
.item_03_44 .item_list_sec .item_list ,
.item_03_45 .item_list_sec .item_list ,
.item_03_46 .item_list_sec .item_list ,
.item_03_41 .item_list_sec .item_list {
    grid-template-columns: repeat(3, 1fr);
}
.item_03_26 .item_list_sec .item_list ,
.item_03_34 .item_list_sec .item_list ,
.item_03_43 .item_list_sec .item_list ,
.item_03_42 .item_list_sec .item_list {
    grid-template-columns: repeat(4, 1fr);
}
/*=================================================================
sp03_02
=================================================================*/

.item_03_02 .ingredient-section {
  padding: 35px 50px ;
  background: #441A0F;
}

.item_03_02 .section-title {
  color: #FFFFFF;
  background: #724032;
}

.item_03_02 .lead {
  color: #E99B70;
}
.item_03_01 .supplement h3 {
  color: #E99B70;
}
.item_03_02 .hero {
    background: url(../images/item_03_02_04.webp) center top / cover no-repeat;
}
.item_03_02 .barley-layout p,
.item_03_02 .ingredient-section p,
.item_03_02 .almond-intro__text p,
.item_03_02 .supplement p {
  color: #E5B68F;
}
.item_03_02 .commitment-heading p{
  color: #ffffff;
}
.item_03_02 .commitment-card p{
  color: #2E1D0F;
  display: block;
  margin-right: 18%;
}

.item_03_02 .commitment-card__body {
    padding: 32px 34px;
    background: url(../images/item_03_02_03.webp) right 5% center / auto 90% no-repeat;
}
.item_03_02 .commitment-section{
	margin-bottom: 3rem;
}
@media (max-width: 520px) {
    .item_03_02 .ingredient-section {
        padding: 26px 18px;
    }
	.item_03_02 .commitment-card__body {
		background: url(../images/item_03_02_03.webp) right 0% center / 27% auto no-repeat;
	}
}
/*=================================================================
03_03_??????????
=================================================================*/

.item_03_03 .grain-sec {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 40px 40px 70px;
  color: #6b3514;
  background: url("../images/item_03_03_05.webp") center top / cover no-repeat;
}
.item_03_03 .grain-block {
  text-align: center;
}
.item_03_03 .grain-kana {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: 0.12em;
}
.item_03_03 .grain-block h2 {
  margin: 0;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.item_03_03 .rice-bg {
    width: 641px;
    height: 190px;
    margin: -5px auto 0;
    background: url(../images/item_03_03_03.webp) center / 100% 100% no-repeat;
}
.item_03_03 .grain-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 21px;
  line-height: 1.85;
  font-weight: bold;
}
.item_03_03 .rice-content {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 20px;
}
.item_03_03 .rice-illust img {
  width: 100%;
  max-width: 360px;
  display: block;
}
.item_03_03 .grain-block--rice .grain-text {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .item_03_03 .grain-sec {
    padding: 35px 20px 50px;
  }

  .item_03_03 .grain-block {
    margin-bottom: 70px;
  }

  .item_03_03 .grain-kana {
    font-size: 17px;
  }

  .item_03_03 .grain-block h2 {
    font-size: 28px;
  }

  .item_03_03 .rice-bg {
    width: 100%;
    max-width: 420px;
    height: 150px;
    margin-bottom: 25px;
  }

  .item_03_03 .grain-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .item_03_03 .rice-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .item_03_03 .rice-illust img {
    max-width: 260px;
    margin: 0 auto;
  }
  .item_03_03 .rice-illust{
	display: none;
  }
}
/*=================================================================
03_04_?????????????
=================================================================*/
.item_03_04 .caramel-sec {
  width: 100%;
  margin: 0 auto 4rem;
  padding: 70px 40px 90px;
  color: #5a260d;
  background: #fff;
  background: url(../images/item_03_04_09.webp) center top / 100% 100% no-repeat;
}
.item_03_04 .caramel-block {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
.item_03_04 .caramel-block:last-child {
  margin-bottom: 0;
}
.item_03_04 .arc {
  width: 300px;
  height: 80px;
  border-top: 1px solid #8b4a22;
  border-radius: 50% 50% 0 0;
  margin: 0 auto 18px;
}
.item_03_04 .caramel-block h2 {
  margin: 0 0 42px;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.item_03_04 .caramel-block h3 {
  margin: 0 0 55px;
  font-size: 29px;
  line-height: 1.65;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.item_03_04 .caramel-block p {
  margin: 0 auto;
  max-width: 950px;
  font-size: 22px;
  line-height: 1.85;
  font-weight: bold;
}
.item_03_04 .deco {
  position: absolute;
  display: block;
  height: auto;
  pointer-events: none;
}
.item_03_04 .deco-01 {
  width: 130px;
  top: 5px;
  left: 60px;
}
.item_03_04 .deco-02 {
  width: 170px;
  top: 0;
  right: 45px;
}
.item_03_04 .deco-03 {
  width: 230px;
  top: 165px;
  left: 0;
}
.item_03_04 .deco-04 {
  width: 120px;
  top: 0;
  right: 65px;
}
.item_03_04 .deco-05 {
  width: 160px;
  top: 10px;
  right: 40px;
}
.item_03_04 .caramel-block--middle {
  padding-top: 30px;
}
.item_03_04 .caramel-block--middle h2 {
  margin-bottom: 90px;
}
.item_03_04 .caramel-block--bottom {
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
.item_03_04 .deco-01 {
    width: calc(( 130 / 900 ) * 100%);
    top: 5px;
    left: 3%;
}
.item_03_04 .deco-02 {
    width: calc(( 170 / 900 ) * 100%);
    top: 0;
    right: 4%;
}
.item_03_04 .deco-03 {
    width: calc(( 230 / 900 ) * 100%);
    top: 165px;
    left: 0;
}
.item_03_04 .deco-04 {
    width: calc(( 120 / 900 ) * 100%);
    top: 0;
    right: 5%;
}
}
@media screen and (max-width: 768px) {
  .item_03_04 .caramel-sec {
    padding: 45px 20px 60px;
  }
  .item_03_04 .caramel-block {
    margin-bottom: 80px;
  }
  .item_03_04 .arc {
    width: 210px;
    height: 55px;
  }
  .item_03_04 .caramel-block h2 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 28px;
  }
  .item_03_04 .caramel-block h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .item_03_04 .caramel-block p {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
  }
  .item_03_04 .deco-01 {
	top:-7vw;
  }
  .item_03_04 .deco-02 {
	top:-4vw;
  }
  .item_03_04 .deco-03 {
	top:-4vw;
  }
  .item_03_04 .deco-04 {
	top:-4vw;
  }
  .item_03_04 .deco-05 {
    right: 0;
    top: 15px;
    width: 26vw;
  }
}
/*=================================================================
03_05_?????????
=================================================================*/

.item_03_05 .almond-sec {
  width: 100%;
  margin: 0 auto;
  padding: 35px 0 45px;
  color: #5b351d;
  text-align: center;
}
.item_03_05 .almond-lead {
  margin: 0 auto 55px;
  font-size: 22px;
  line-height: 1.55;
  text-align: left;
}
.item_03_05 .almond-photo img {
  width: 100%;
  display: block;
}
.item_03_05 .almond-note {
  display: inline-block;
  margin: 45px auto ;
  font-size: 24px;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item_03_05 .almond-sec {
    padding: 30px 18px 40px;
  }
  .item_03_05 .almond-lead {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .item_03_05 .almond-note {
    font-size: 17px;
    line-height: 1.8;
  }
}
/*=================================================================
03_06_????????????? ??????
=================================================================*/
.item_03_06 .orizuru-sec {
  width: 100%;
  margin: 0 auto;
  padding: 45px 55px 80px;
  background: url(../images/item_03_06_11.webp) center top / 100% 100% no-repeat;
  color: #5b431d;
  box-sizing: border-box;
}
.item_03_06 .orizuru-sec img {
  width: 100%;
  height: auto;
  display: block;
}
.item_03_06 .orizuru-top {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 55px;
  align-items: center;
  margin-bottom: 40px;
}
.item_03_06 .orizuru-lead,
.orizuru-text p {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  font-weight: bold;
}
.item_03_06 .orizuru-main {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 55px;
  align-items: center;
  margin-bottom: 40px;
}
.item_03_06 .orizuru-text h2 {
  margin: 0 0 20px;
  color: #a4893c;
  font-size: 36px;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.item_03_06 .orizuru-text h3 {
  margin: 0 0 25px;
  color: #a4893c;
  font-size: 29px;
  line-height: 1.5;
  font-weight: bold;
}
.item_03_06 .orizuru-symbol {
  max-width: 250px;
  justify-self: center;
}
.item_03_06 .orizuru-product {
  display: grid;
  grid-template-columns: 43% 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 40px;
}
.item_03_06 .orizuru-product--bottom {
  align-items: start;
  margin-bottom: 0;
}
.item_03_06 .orizuru-package {
  max-width: 390px;
}
.item_03_06 .orizuru-sweets {
  margin-top: 20px;
}
.item_03_06 .nutrition-sec {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
  background: #000;
  color: #4a2712;
  font-weight: 700;
}
.item_03_06 .nutrition-sec img {
  width: 100%;
  height: auto;
  display: block;
}
.item_03_06 .nutrition-main {
  display: grid;
  grid-template-columns: 41% 1fr;
  gap: 52px;
  align-items: start;
  margin-bottom: 55px;
}
.item_03_06 .nutrition-main__img img {
  border-radius: 8px;
}
.item_03_06 .nutrition-main__text {
  margin: 0;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.item_03_06 .nutrition-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin: 0 34px 2rem;
}
.item_03_06 .nutrition-list figure {
  margin: 0;
  text-align: center;
}
.item_03_06 .nutrition-list img {
  border-radius: 5px;
  border-radius: 10px;
}
.item_03_06 .nutrition-list figcaption {
  margin-top: 0.5rem;
  font-size: 23px;
  letter-spacing: 0.08em;
}
.item_03_06 .commitment-card{
	margin-bottom: 2rem;
}
.item_03_06 .commitment-card h3 span{
	padding-left: 1rem;
	font-size: 18px;
}
.item_03_06 .commitment-section{
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .item_03_06 .orizuru-sec {
    padding: 35px 20px 55px;
  }
  .item_03_06 .orizuru-top,
  .item_03_06 .orizuru-main,
  .item_03_06 .orizuru-product {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 55px;
  }
  .item_03_06 .orizuru-main {
    display: flex;
    flex-direction: column;
  }
  .item_03_06 .orizuru-symbol {
    order: -1;
    max-width: 180px;
  }
  .item_03_06 .orizuru-lead,
  .item_03_06 .orizuru-text p {
    font-size: 16px;
    line-height: 1.9;
  }
  .item_03_06 .orizuru-text h2 {
    font-size: 26px;
  }
  .item_03_06 .orizuru-text h3 {
    font-size: 20px;
  }
  .item_03_06 .orizuru-package,
  .item_03_06 .orizuru-sweets {
    max-width: 320px;
    margin: 0 auto;
  }
  .item_03_06 .nutrition-sec {
    padding: 20px;
  }
  .item_03_06 .nutrition-main {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 38px;
  }
  .item_03_06 .nutrition-main__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .item_03_06 .nutrition-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 0 16px 2rem;
  }
  .item_03_06 .nutrition-list figcaption {
    font-size: 16px;
  }
}
/*=================================================================
sp03_08_???????????????
=================================================================*/
.item_03_08 .sake-sec {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 60px;
  background: #fff;
  color: #333;
}
.item_03_08 .sake-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 38px;
  row-gap: 55px;
}
.item_03_08 .sake-item img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 12px;
  display: block;
}
.item_03_08 .sake-item h3 {
  margin: 0 0 5px;
  color: #14146f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
.item_03_08 .sake-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .item_03_08 .sake-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 40px;
  }
  .item_03_08 .sake-item h3 {
    font-size: 15px;
  }
  .item_03_08 .sake-item p {
    font-size: 13px;
  }
}
/*=================================================================
sp03_09_????????????
=================================================================*/
.item_03_09 .lemon-sec {
  max-width: 1200px;
  min-height: 270px;
  margin: 0 auto 2rem;
  background: url("../images/item_03_09_03.webp") center / cover no-repeat;
  position: relative;
}
.item_03_09 .lemon-inner {
  width: 58%;
  padding: 20px 0 95px 64px;
  box-sizing: border-box;
}
.item_03_09 .lemon-inner p {
  margin: 0;
  color: #4a260f;
  font-size: 24px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.item_03_09 .ichijiku-sec {
  width: 100%;
  margin: 0 auto 2rem;
  padding:40px 35px;
  box-sizing: border-box;
  background: #eefcff;
  border: 2px solid #45bfd5;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 35px;
  align-items: center;
  position: relative;
}
.item_03_09 .ichijiku-text h3 {
  margin: 0 0 42px;
  color: #005d9f;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.item_03_09 .ichijiku-text p {
  margin: 0;
  font-size: 20px;
  line-height: 1.9;
  color: #111;
}
.item_03_09 .ichijiku-img {
  position: relative;
}
.item_03_09 .ichijiku-img img {
  width: 100%;
  display: block;
}
.item_03_09 .hand-text {
  position: absolute;
  top: -28px;
  left: 10px;
  z-index: 2;
  margin: 0;
  color: #005d9f;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  transform: rotate(-8deg);
}
@media screen and (max-width: 768px) {
  .item_03_09 .lemon-sec {
	background: url("../images/item_03_09_06.webp") center top / 100% auto no-repeat;
	padding-top: 69vw;
  }
  .item_03_09 .lemon-inner {
    width: 100%;
    padding: 20px 0 ;
  }
  .item_03_09 .lemon-inner p {
    font-size: 18px;
    line-height: 1.8;
  }
  .item_03_09 .ichijiku-sec {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .item_03_09 .ichijiku-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .item_03_09 .ichijiku-text h2 span {
    padding: 8px 16px;
    border-width: 6px;
  }
  .item_03_09 .ichijiku-text p {
    font-size: 16px;
  }
  .item_03_09 .ichijiku-img {
    max-width: 420px;
    margin: 0 auto;
  }
  .item_03_09 .hand-text {
    font-size: 23px;
    top: -20px;
  }
}
/*=================================================================
sp03_10_??? ?? ???????????
=================================================================*/

.item_03_10 .rare-sugar-sec {
  width: 100%;
  margin: 0 auto;
  color: #00748f;
  font-weight: 500;
}
.item_03_10 .rare-sugar-sec img {
  width: 100%;
  height: auto;
  display: block;
}
.item_03_10 .rare-sugar-head {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 55px;
  align-items: center;
  padding: 0 45px 40px;
}
.item_03_10 .rare-sugar-illust {
  max-width: 390px;
}
.item_03_10 .rare-sugar-catch {
  margin: 0;
  color: #006f8d;
  font-size: 24px;
  line-height: 1.55;
}
.item_03_10 .rare-sugar-main img {
  width: 100%;
}
.item_03_10 .rare-sugar-bottom {
  margin: 0;
  padding: 2rem 20px;
  color: #00748f;
  text-align: center;
  font-size: 23px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .item_03_10 .rare-sugar-head {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 20px 30px;
  }
  .item_03_10 .rare-sugar-illust {
    max-width: 280px;
    margin: 0 auto;
  }
  .item_03_10 .rare-sugar-catch {
    font-size: 17px;
    line-height: 1.8;
  }
  .item_03_10 .rare-sugar-bottom {
    font-size: 16px;
    padding: 35px 20px;
  }
}
.item_03_10 .point-sec {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 60px;
  background: #fff;
  color: #333;
}
.item_03_10 .point-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 38px;
  row-gap: 55px;
}
.item_03_10 .point-item img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 2rem;
  display: block;
}
.item_03_10 .point-item h3 {
  margin: 0 0 5px;
  color: #14146f;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
.item_03_10 .point-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .item_03_10 .point-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 40px;
  }
  .item_03_10 .point-item h3 {
    font-size: 15px;
  }
  .item_03_10 .point-item p {
    font-size: 13px;
  }
}
/*=================================================================
sp03_11_????? ?????????
=================================================================*/
.item_03_11 .info-msg{
	font-weight: 500;
}
.item_03_11 .info-sec .block{
	text-align: center;
}
.item_03_11 .info-sec{
	margin-bottom: 2rem;
}
/*=================================================================
sp03_42_??????? ??????
=================================================================*/
.item_03_42 .fruit-jelly-sec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #222;
}
.item_03_42 .fruit-jelly-item {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 16px;
  align-items: center;
}
.item_03_42 .fruit-jelly-label {
  margin: 0 0 2px;
  color: #d75a1f;
  font-size: 13px;
  font-weight: bold;
}
.item_03_42 .fruit-jelly-item h3 {
  margin: 0 0 8px;
  color: #d75a1f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.item_03_42 .fruit-jelly-item p {
  margin: 0;
  line-height: 1.6;
}
.item_03_42 .fruit-jelly-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  .item_03_42 .fruit-jelly-sec {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .item_03_42 .fruit-jelly-item {
    grid-template-columns: 1fr 110px;
  }
}
/*=================================================================
sp03_46_??????
=================================================================*/
.item_03_46 .info-sec .block{
	text-align: center;
}
.item_03_46 .info-sec{
	margin-bottom: 2rem;
}
/*=================================================================
sp03_12_?????? ???????
=================================================================*/
.licht-sec {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 24px;
  align-items: center;
  color: #4b2a12;
}

.licht-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .licht-sec {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .licht-text {
    font-size: 16px;
    line-height: 1.7;
  }
}
/*=================================================================
sp03_16_????????????
=================================================================*/
.item_03_16 .img_block{
	margin: 2rem auto;
	max-width: 900px;
}
.item_03_16 .licht-sec{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 24px;
  align-items: center;
  color: #4b2a12;
}
.item_03_16 .licht-img img {
  width: 100%;
  height: auto;
  display: block;
}
.item_03_16 .info-heading span{
	color: #7E512B;
	font-family: HuiFont;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 159%; /* 50.88px */
	letter-spacing: -1.28px;
}
.item_03_16 .info-lead-bold{
	font-weight: 600;
	font-size: 20px;
	color: #51341B;
}
@media screen and (max-width: 768px) {
  .item_03_16 .licht-sec {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .item_03_16 .licht-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .item_03_16 .info-heading span{
	font-size: 20px;
  }
	.item_03_16 .licht-sec .licht-img{
		max-width: 70%;
		margin: 0 auto;
	}
	.item_03_16 .info-lead-bold{
		font-size: 18px;
	}

}
/*=================================================================
sp03_17_????????? ????????
=================================================================*/

.item_03_17 .info-sec {
    color: #5b351d;
}
/*=================================================================
sp03_18_???????????????
=================================================================*/
.item_03_18 .baum-sec {
  width: 100%;
  margin: 0 auto;
  color: #4b2a16;
  font-weight: 700;
}
.item_03_18 .baum-sec img {
  max-width: 100%;
  height: auto;
  display: block;
}
.item_03_18 .baum-message {
  background: #f7eddc;
  padding: 48px 52px;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 40px;
  align-items: center;
}
.item_03_18 .baum-message__text p {
  margin: 0;
  font-size: 20px;
  line-height: 1.95;
  font-family: HuiFont;
}
.item_03_18 .baum-dark {
  padding: 42px 0 60px;
}
.item_03_18 .baum-dark h2 {
  margin: 0 0 1.5rem;
  color: #66320D;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.item_03_18 .baum-line {
  position: relative;
  margin: 0 0 38px;
}
.item_03_18 .baum-text {
  margin: 0 auto 55px;
  width: 100%;
  color: #4b2a16;
  font-size: 16px;
  line-height: 1.7;
  text-shadow:
    2px 0 #fff,
    -2px 0 #fff,
    0 2px #fff,
    0 -2px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff;
}
.item_03_18 .baum-photo-row {
  align-items: center;
  margin: 0 auto 58px;
  max-width: 960px;
}
.item_03_18 .baum-photo--right {
  padding-top: 30px;
}
.item_03_18 .meister-box {
  max-width: 100%;
  margin: 52px auto 0;
  padding: 2rem;
  background: #fdf8ed;
  border: 4px solid #b87935;
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 48px;
  align-items: center;
  box-sizing: border-box;
}
.item_03_18 .meister-text h3 {
  margin: 0 0 34px;
  font-size: 29px;
  letter-spacing: .08em;
}
.item_03_18 .meister-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
}
.item_03_18 .caramel-process {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 38px 45px;
  box-sizing: border-box;
  background: #6b3018;
  color: #fff;
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 42px;
  align-items: start;
}
.item_03_18 .caramel-process__text p {
  margin: 0 0 46px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.item_03_18 .caramel-process__text p:last-child {
  margin-bottom: 0;
}
.item_03_18 .caramel-process__photo {
  position: relative;
}
.item_03_18 .caramel-process__photo img {
  width: 100%;
  display: block;
}


@media screen and (max-width: 768px) {
	.item_03_18 .baum-message__text p {
		font-size: 18px;
		line-height: 1.5;
	}
  .item_03_18 .baum-message,
  .item_03_18 .baum-photo-row,
  .item_03_18 .meister-box {
    grid-template-columns: 1fr;
  }
  .item_03_18 .baum-message {
    padding: 35px 22px;
  }
  .item_03_18 .baum-dark {
    padding: 35px 16px 45px;
  }
  .item_03_18 .baum-dark h2 {
    font-size: 20px;
  }
  .item_03_18 .meister-box {
    padding: 30px 22px;
  }
  .item_03_18 .meister-text h3 {
    font-size: 20px;
  }
  .item_03_18 .caramel-process {
    grid-template-columns: 1fr;
    padding: 35px 20px;
  }
  .item_03_18 .caramel-process__text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .item_03_18 .caramel-process__photo {
    padding-top: 150px;
  }
  .item_03_18 .bubble {
    width: 250px;
    right: 50%;
    transform: translateX(50%);
    font-size: 20px;
  }
}
/*=================================================================
sp03_18_???????????????
=================================================================*/
.item_03_26 .message__img {
    max-width: 900px;
	margin: 0 auto 2rem;
}
/*=================================================================
sp03_29_????????? HIROSHIMA
=================================================================*/
.item_03_29 .msg-sec {
	margin: 2rem auto;
	font-size: 20px;
	color:#F60C0C;
}
.item_03_29 .info-sec {
	margin: 2rem auto;
	color: #1B3151;
	font-size: 20px;
	padding: 4rem;
	background-image:  
		url(../images/item_03_29_04.webp), 
		url(../images/item_03_29_06.webp), 
		url(../images/item_03_29_07.webp), 
		url(../images/item_03_29_09.webp), 
		url(../images/item_03_29_03.webp), 
		url(../images/item_03_29_05.webp), 
		url(../images/item_03_29_08.webp), 
		url(../images/item_03_29_10.webp);
	background-repeat: repeat-x, repeat-y, repeat-y, repeat-x, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position:left top, left top, right top, left bottom, left top, right top, left bottom, right bottom;
}
.item_03_29 .info-sec h3{
	margin: 0 auto 1rem;
	text-align: center;
	font-size: 32px;
	color: #1E3A51;
}
@media screen and (max-width: 768px) {
	.item_03_29 .msg-sec {
		font-size: 16px;
	}
	.item_03_29 .info-sec {
		font-size: 16px;
	}
	.item_03_29 .info-sec h3{
		font-size: 20px;
	}
	.item_03_29 .info-sec {
		padding: 2rem;
		background-size: 20% auto,20% auto,20% auto,20% auto,20% auto,20% auto,20% auto,20% auto;
	}
}
/*=================================================================
sp03_30_??????
=================================================================*/
.item_03_30 .info-sec .tb{
	display: grid;
	grid-template-columns: 65% 30%;
	align-items: stretch; 
	column-gap: 5%; 
}
@media screen and (max-width: 768px) {
	.item_03_30 .info-sec .tb{
		grid-template-columns: 1fr;
		row-gap: 1.0rem;
	}
	.item_03_30 .info-sec .tb .tr{
		padding: 0 10%;
	}
}
/*=================================================================
sp03_34_??????? ??????????
=================================================================*/
.item_03_34 .message__img{
	text-align: center;
	margin: 2rem 0;
}
/*=================================================================
sp03_35_??????BOX
=================================================================*/
.item_03_35 .info-lead{
	margin-bottom: 2rem;
}
.item_03_35 .message__img{
	text-align: center;
	margin: 2rem 0;
}
.item_03_35 .info-sec .tb{
	display: grid;
	grid-template-columns: 65% 30%;
	align-items: stretch; 
	column-gap: 5%; 
}
@media screen and (max-width: 768px) {
	.item_03_35 .info-sec .tb{
		grid-template-columns: 1fr;
		row-gap: 1.0rem;
	}
	.item_03_35 .info-sec .tb .tr{
		padding: 0 10%;
	}
}
/*=================================================================
sp03_36_???????????
=================================================================*/
.item_03_36 .info-sec .bland-box{
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: stretch; 
	column-gap: 2%; 
}
.item_03_36 .info-lead{
	margin-bottom: 2rem;
}
.item_03_36 .info-sec .bland-box h4{
	color: #B60909;
	font-size: 20px;
	margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
	.item_03_36 .info-sec .bland-box{
		grid-template-columns: 60px 1fr;
		align-items: stretch; 
		column-gap: 5%; 
	}
	.item_03_36 .info-sec .bland-box h4{
		font-size: 18px;
	}

}
/*=================================================================
sp03_39_???????
=================================================================*/
.item_03_39 .info-sec .tb{
	display: grid;
	grid-template-columns: 20% 75%;
	align-items: stretch; 
	column-gap: 5%;
	font-size: 20px;
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.item_03_39 .info-sec .tb .tr h3{
	color: #51341B;
	margin-bottom: 1rem;
}
.item_03_39 .info-sec .tb .tr p span{
	color: #CC5E00;
}
.item_03_39 .heading_type_1 span {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.item_03_39 .info-sec .tb{
		grid-template-columns: 1fr;
		font-size: 16px;
	}
	.item_03_39 .info-sec .tb .tl{
		text-align: center;
		padding: 0 15%;
	}
	.item_03_39 .info-sec .tb .tr h3{
		margin-top: 0;
		margin-bottom: 1rem;
	}
}
/*=================================================================
sp03_41_??????????
=================================================================*/
.item_03_41 .msg-sec {
    margin: 0 auto 2rem;
    font-size: 20px;
    color: #F60C0C;
}
@media screen and (max-width: 768px) {
    .item_03_41 .msg-sec {
        font-size: 16px;
    }
}
/*=================================================================
05_01_アニバーサリーケーキ
=================================================================*/
.anniversary_cake{
	margin: 0 auto 4rem;
}
.anniversary_cake .sec1{
	text-align: center;
	background-color: #F8CED4;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}
.anniversary_cake .sec2{
	margin: 0 auto 1rem;
    border: 1px solid #BA0C0C;
    padding: 1rem;
    text-align: center;
}
.anniversary_cake .sec2 p {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.anniversary_cake .sec2 a {
    border-radius: 6px;
    background: #BA0C0C;
    padding: 0.5rem 2rem;
    color: #fff;
    display: inline-block;
    transition-duration: 0.3s;
}
.anniversary_cake .sec2 a span {
    background: url(https://file003.shop-pro.jp/PA01477/002/images/common/icon_01.webp) left center / 24px 24px no-repeat;
    display: inline-block;
    padding-left: 2rem;
}
.anniversary_cake .sec2 p.pt1 {
	color: #80422D;
	font-weight: 600;
	font-size: 24px;
}
.anniversary_cake .sec2 p.pt2 {
	color: #80422D;
	font-weight: 400;
}

.anniversary_cake .sec3 .memo{
    background: url(../images/campaign/anniversary_cake/anniversary_cake_05.webp) left center / 48px 60px no-repeat;
	font-size: 14px;	
	padding-left: 3.5rem;
	margin: 0.5rem 0;
}

.anniversary_cake .cake-menu {
  padding: 40px 0 80px;
  color: #3b1a0c;
}
.anniversary_cake .cake-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 34px;
}
.anniversary_cake .cake-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.anniversary_cake .cake-item h3 {
  margin: 0 0 10px;
  color: #b6491d;
  font-size: 21px;
  line-height: 1.35;
  font-weight: bold;
}
.anniversary_cake .cake-item p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
}
.anniversary_cake .cake-item dl {
  margin: 0;
}
.anniversary_cake .cake-item dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dotted #5a4030;
  font-size: 14px;
  font-weight: bold;
}
.anniversary_cake .cake-item dt,
.cake-item dd {
  margin: 0;
  font-size: 12px;
}
.anniversary_cake .cake-item dt{
	font-weight: 400;
}
.anniversary_cake .cake-grid .memo{
	font-size: 14px;
}
.anniversary_cake .sec5 .cake-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 34px;
}
.anniversary_cake .sec6 img{
	margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .anniversary_cake .cake-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 24px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 560px) {
  .anniversary_cake .cake-grid {
    grid-template-columns: 1fr;
  }
  .anniversary_cake .sec5 .cake-grid {
	grid-template-columns: 1fr;
	gap: 1rem 2%;
  }
	.anniversary_cake .cake-item dt, .cake-item dd {
		font-size: 3.5vw;
	}
}
