@charset "euc-jp";
@import url("https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css");

.wrap{
 padding:7%; 
}

h1.service{
  margin-bottom:30px;
}

h2.service{
  text-align:left;
  font-size:20px;
  margin-bottom:15px;
}

p.service{
 margin-bottom:30px;
  line-height:1.8em;
}

ol.service{
 margin-bottom:30px;
  padding-left:20px;
  line-height:1.8em;
}

body {
  background-color: #fff;
 /** background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif); **/
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

/*
 * layout
 */
#wrapper {
  max-width: 100%;
}

.container{
  width:100%;
}

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

/* 
font:
52px 3.077rem
44px 2.75rem
36px 2.25rem
34px 2.125rem
30px 1.875rem
24px 1.5rem
22px 1.375rem
20px 1.25rem
18px 1.125rem
16px 1rem
14px 0.875rem
12px 0.75rem

line-height: 1.5;

基本カラー:
*/
:root { 
	--root-color1: #d3d1aa;/* リンク背景黄緑 */
	--root-color2: #7d0140;/* リンク赤紫 */
	--root-color3: #c10d23;/* 明るい赤 */
	--root-color4: #9c5100;/* オレンジ */
	--root-color5: #976b1d;/* リンク金 */
	--root-color6: #dbd2c6;/* リンク背景金 */
	--root-colorG: #fff7d8;/* fffcd8テキスト金 修正前 r176 g151 b097 #b09761 */
	--root-pcwidth: 1920;
	--root-spwidth: 768;
	--root-navbar: 260;
	}
@media screen and ( min-width: 481px ) {
	.is-hidden-spnr { display: none; }
}
@media screen and ( max-width: 480px ) {
	.is-hidden-spnr { display: block; }
}


html, body { width: 100%; margin-left: auto; margin-right: auto; }/* iPad隙間無くす用 */
html { scroll-behavior: smooth; }
body { position: relative; color: #fff; background-color: #000; font-family: serif; -webkit-font-smoothing: antialiased; }

a { line-height: 1; color: #fff; }
a:hover { color: #fff; text-decoration: underline; }
a:hover img { opacity: 0.7; }
@media ( min-width: 1023px ) {
  a[href^="tel:"]{ pointer-events: none; }
}
.button { background-color: var(--root-color6); }
.button.long { white-space: wrap; height: auto; }
a.button { text-decoration: none; }
.button:hover { opacity: 0.7; }
.button img { margin-right: 0.5em; }


/*----------------------------------------
header
------------------------------------------*/
header { width: 100%; }

/* navbar-brand */
.navbar { background: rgba(255,255,255,0); max-height: 85px; position: fixed; top: 0; left: 0; padding-top: 14px; transition:all 0.3s; }
.navbar-brand { position: relative; width: 100vw; }
.navbar-brand #logo { width: 50px; position: absolute; left: calc( 50vw - 25px ); top: 0; display: block; }
/* navbar-burger */
.navbar-burger { width: 40px; height: 40px; margin-right: 3vw; }
.navbar-burger,
a.navbar-burger,
a.navbar-burger.is-active,
a.navbar-burger:hover,
a.navbar-burger.is-active:hover { background-color: var(--root-color2); color: #fff; }
.navbar-burger span { width: 22px; height: 2px; left: calc(50% - 11px); }
.navbar-burger span:nth-child(1) { top: calc(50% - 9px); }
.navbar-burger span:nth-child(3) { top: calc(50% + 7px); }
.navbar-burger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.navbar-burger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* navbar-menu */
.navbar-menu {
	background: linear-gradient(to right, #e9d1ab, #966b4b),url(https://img21.shop-pro.jp/PA01515/783/etc_base64/Ymdfd2FsbA.jpg?cmsp_timestamp=20250221160730);
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	width: 100vw;
	height: 100vh;
	margin-top: -66px;
}
.navbar-menu { padding: 100px 0 0; text-align: center; }
.navbar-menu a { color: #fff; font-size: 1.25rem; line-height: 2; display: inline-block; }
.navbar-menu ul#sns { display: flex; margin-top: 15px; justify-content: center; }
.navbar-menu ul#sns li { margin: 15px; }
.navbar-menu li > ul > li { display: inline-block; padding-left: 1em; }
@media screen and (max-width: 1023px) {
	.navbar-menu { opacity: 0; transition: all 0.3s; }
	.navbar-menu.is-active { opacity: 1; overflow: auto; -webkit-overflow-scrolling: touch; }
	.navbar.is-active { background: rgba(0,0,0,0.8); padding-bottom:25px;}
}

/* menu-nav */
#food-navigation { margin: 45px calc( 30 / var(--root-pcwidth) * 100vw ); }
#food-navigation ul { display: flex; justify-content: center; flex-wrap: wrap; }
#food-navigation li { margin-bottom: 10px; }
#food-navigation li:not(:last-child):after { content: '｜'; }
#food-navigation li a { padding: 0 0.25em; font-size: 1.25rem;}

#sub-navigation ul { display: flex; flex-wrap: wrap; }
#sub-navigation li { margin: 0 0.3em 1em; }
#sub-navigation li a { display: block; width: 10em; height: 2.5em; line-height: 2.5em; color: #000; background: var(--root-color6) url(../images/icn_link_s.png) no-repeat right top; background-size: 1.5em; padding: 0 1em; }
#sub-navigation li.current a,
#sub-navigation li a:hover { text-decoration: none; color: #000; background-color: rgba(219, 210, 198, 0.8); background-image: url(../images/icn_link_s_on.png); }
@media screen and (max-width: 1023px) {
	#food-navigation li { font-size: 0.75em; }
}


/*----------------------------------------
footer 1.45254vw
------------------------------------------*/
footer { padding: 0 calc( 30 / var(--root-pcwidth) * 100vw ) 2.0833vw; 
background: url(https://img21.shop-pro.jp/PA01515/783/etc_base64/cGljX2Fua291Mw.png?cmsp_timestamp=20250213170918) no-repeat right bottom; background-size: 30%; background-blend-mode: lighten; }

.footer-info { margin-top: 35px; }
.footer-info #footer-logo { display: block; margin: 0 auto 4vw; text-align: center;}
.footer-info #footer-logo img { margin: auto; }
/* .footer-info #shopinfo { line-height: 1.3; } */
.footer-info #shopinfo p { margin-bottom: 1em; }
.footer-info #shopinfo p:first-child { line-height: 1.8; }
.footer-info #shopinfo a { font-size: 1.5rem; position: relative; }
.footer-info #shopinfo a.access { display: flex; align-items: center; }
.footer-info #shopinfo a.access::before { content: ''; width: 30px; height: 20px; background: url(../images/map-location.svg) no-repeat left center; 
 }
.footer-info #shopinfo dl { display: flex; flex-wrap: wrap; margin-bottom: 1em; }
.footer-info #shopinfo dt { width: 3.5em; line-height:1.8em }
.footer-info #shopinfo dd { width: calc( 100% - 3.5em ); line-height:1.8em;}
.footer-info iframe { height: 445px; }
@media screen and ( min-width: 1360px ) {
	.footer-info { display: grid; grid-template-columns: 100px 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; }
	.footer-info iframe { grid-column: 3 / 3; width: 100%; }
	.footer-info #footer-logo img { width: 100%; }
}
@media screen and ( max-width: 1359px ) and ( min-width: 1024px ) {
	.footer-info { display: grid;  grid-template-columns: 100px 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; grid-row: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; grid-row: 1 / 1; }
	.footer-info iframe { grid-column: 1 / 2; grid-row: 2 / 2; width: calc( 100vw - 260px - 80px - 20px ); }
}
@media screen and ( max-width: 1023px ) and ( min-width: 841px ) {
	.footer-info { display: grid; grid-template-columns: 100px 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; }
	.footer-info iframe { grid-column: 3 / 3; width: 100%;}
	.footer-info #footer-logo img { width: 100%; }
  .infomation{margin-left:0;}
}
@media screen and ( max-width: 840px ) {
	.footer-info { display: grid;  grid-template-columns: 100px 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; grid-row: 1 / 1; }
	.footer-info #footer-logo img { width: 75px; }
	.footer-info #shopinfo { grid-column: 2 / 2; grid-row: 1 / 1; }
	.footer-info iframe { grid-column: 1 / 2; grid-row: 2 / 2; width: calc( 100vw - 2.90508vw - 10px ); }
}
@media screen and ( max-width: 480px ) {
	.footer-info { display: block; }
}

/* #pagetop */
#pagetop a {
	display: block;
	border: var(--root-color5) solid 1px;
	width: 40px;
	height: 40px;
	transition:all 0.3s;
	z-index: 998;
}
#pagetop img { display: block; margin-bottom: 2px; }
#pagetop {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateX(80px);
}
#pagetop.UpMove{ animation: UpAnime 0.5s forwards; }
@keyframes UpAnime{
  from { opacity: 0; transform: translateY(80px); }
  to { opacity: 1; transform: translateY(0); }
}
#pagetop.DownMove{ animation: DownAnime 0.5s forwards; }
@keyframes DownAnime{
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 1; transform: translateY(80px); }
}



/*----------------------------------------
main
------------------------------------------*/
main { margin-bottom: 80px;}
h1, h2, h3 { text-align: center; margin-bottom: 0.25em; }
h1 { font-size: 2.125rem; }
h4 { margin-bottom: 0.25em; }
main figure { line-height: 0; }

.note { font-size: 0.875rem; }
.table th { border-bottom: 1px solid #5F5E85; }
.table tr:first-child th { border-top: 1px solid #5F5E85; }
.table tr:first-child td { border-top: 1px solid #dbdbdb; }
.table tbody tr:last-child td, .table tbody tr:last-child th { border-bottom-width: 1px; }


/* #topimg */
#topimg {
	position: relative;
	width: 100%;
	height: 50vw;
	background-image: url("../../common/images/img_top01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	align-items: flex-end;
  flex-direction: column-reverse;
}
#topimg h1 { display: inline-block; width: 1em; margin-right: 0.75em; margin-bottom: 0.75em; writing-mode: vertical-rl; font-weight: bold; text-shadow: 0 0 6px #000; text-align: right; }
@media screen and ( max-width: 580px ) {
	#topimg h1 { margin-right: 2em; margin-bottom: 0.25em; line-height: 1.1; font-size: 1.875rem; }
}

/* section */
.section { margin: 0 calc( 30 / var(--root-pcwidth) * 100vw ) calc( 60 / var(--root-pcwidth) * 100vw ); padding: 0; }
.section h2.lead { font-size: 1.5rem; text-align: center; padding: 50px 0;
	background: url(../images/bg_pattern1.png) no-repeat right top; background-size: 75%; }
.section h3 { font-size: 1.25rem; margin-bottom: 1em;; }
.section h4 { font-size: 1.25rem; }
.section strong,
.content table th,
.content h1, .content h2, .content h3, .content h4, .content h5 { color: #fff; }

.section .col2, .section .col3 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 calc( 50 / var(--root-pcwidth) * 100vw ); }
.section .col2 li, .section .col3 li { display: flex; flex-direction: column; }
.section .col2 li { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .col3 li { width: calc( 33.33% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
@media screen and ( max-width: 580px ) {
	.section h2.lead { padding: 0.5em 0 2em; background-size: 100%; }
	.section .col2, .section .col3 { margin-bottom: 5em; }
	.section .col2 li { width: 100%; }
	.section .col3 li { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
}

.section .item { border-bottom: #fff dashed 1px; margin-bottom: 20px; }
.section .item.noline { border-bottom: none; }
.section .item figure { margin-bottom: 20px; }
.section .item p { margin-bottom: 20px; }
.section .item span { display: block; line-height: 1.25; }
.section .caption { margin-bottom: 0.25em; }
.section .name { font-size: 1.5rem; margin-right: 0.75em; margin-top: 0.5em; }
.section .price { font-size: 1.5rem; margin-bottom: 0.5em; }
.section .name small,
.section .price small { font-size: 1rem; margin-left: 0.25em; }
.section .detail { font-size: 1rem; margin-top: 0.25em; }

.section .tags { margin-bottom: 0; }
.section span.tags { display: inline-block; vertical-align: text-bottom;  margin-left: 0.5rem; }
.section .tags .tag,
.section .button .tag { background-color: var(--root-color3); color: #fff; font-weight: bold; margin-bottom: 0; border-radius: 0; }
.section .tags .tag.summer { background-color: #019ee9; }
.section span.tags .tag { display: inline-flex; }

.section .itembox { border-bottom: #fff dashed 1px; margin-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); padding-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); }
.section ol { margin-top: 20px; margin-left: 1.5em; }
.section ol li { margin-bottom: 1em; }

.section .leftphoto, .section .rightphoto { display: flex; justify-content: space-between; }
.section .itembox figure { width: calc( 33.33% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox.leftphoto .txt,
.section .itembox.rightphoto .txt { width: calc( 66.66% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox h3 { font-size: 1.5rem; line-height: calc( 43 /34 ); margin-bottom: 1em; color: var(--root-colorG); }
.section .itembox.leftphoto h3,
.section .itembox.rightphoto h3 { text-align: left; color: var(--root-colorG); }
.section .itembox p:not(:last-child) { margin-bottom: 1em; }
.section .leftphoto { flex-direction: row-reverse; }

.section .itembox2 { display: flex; justify-content: space-between; margin-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); }
.section .itembox2 figure,
.section .itembox2 .itemtxt { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox2 .itemtxt p { margin-bottom: 1em; }
.section .itembox2 dl { display: flex; flex-wrap: wrap; margin-bottom: 1em; }
.section .itembox2 dd { text-align: right; }
@media screen and ( max-width: 580px ) {
	.section .itembox { margin-bottom: 5em; }
	.section .leftphoto, .section .rightphoto,
	.section .itembox2 { display: block; margin-bottom: 5em; }
	.section .itembox figure,
	.section .itembox.leftphoto .txt, .section .itembox.rightphoto .txt,
	.section .itembox2 figure,
	.section .itembox2 .itemtxt { width: 100%; }
	.section .itembox2 figure { margin-bottom: 1em; }
	.section .itembox.leftphoto .txt, .section .itembox.rightphoto .txt,
	.section .itembox2 .itemtxt { margin-bottom: 1em; }
}
.course .courselist { margin: 0; }
.course .courselist li { display: inline-block; margin-right: 1em; }
.course .courselist li::before { content: '◇'; }


/*----------------------------------------
PCメニュー左固定時設定
------------------------------------------*/
@media screen and ( min-width: 1024px ) {
	
/* メニュー左固定 */
	header { width: 260px; }
	.navbar { width: 260px; flex-wrap: wrap; }
	.navbar-brand, .navbar-menu { display: block; width: 260px; }
	.navbar-brand #logo { width: 164px; left: 48px; top: 14px ; }
	.navbar-menu { padding: 300px 50px 0 0; text-align: right; }
	.navbar-menu ul#sns { margin-right: -15px; justify-content: flex-end; }

/* 左余白設定 */
	footer, main { margin-left: 260px; width: calc(100% - 260px); }
	.footer-info #shopinfo { font-size: 1.5rem; margin-top: 1em; }
	.footer-info #shopinfo a.tel { font-size: 3.077rem; }

	main { margin-bottom: 100px; }
	section, .section { margin: 0 20px 80px; }
	h1 { font-size: 3.077rem; }

	#topimg { height: 300px; }
	#topimg h1 { margin-right: 45px; margin-bottom: 45px; }

	/* section */
	.section h2.lead { font-size: 2.25rem; }
	.section h3 { font-size: 2.125rem; }
	.section .col2, .section .col3 { justify-content: flex-start; margin-left: -20px; margin-right: -20px; }
	.section .col2 li { width: calc( 50% - 40px ); margin-left: 20px; margin-right: 20px; }
	.section .col3 li { width: calc( 33.33% - 40px ); margin-left: 20px; margin-right: 20px; }
	.section .item .caption { font-size: 1.25rem; }
	.section .item .name { font-size: 2.125rem; }
	.section .item .price { font-size: 2.125rem; }
	.section .item .price small { font-size: 1.25rem; }

	#sub-navigation ul {  margin-right: -10px; margin-left: -10px; }
	#sub-navigation li {  margin: 0 10px 20px; }
	#sub-navigation li a { width: 300px; height: 80px; line-height: 80px; font-size: 1.875rem; background-size: 45px; }

}

.footer-navi{
  display:flex;
  padding:5%;
  flex-wrap:wrap;
  border-bottom:1px solid #ffffff;
}

.footer-navi ul{
  width:33%;
  padding:1.5%;
}

.footer-navi ul li{
  line-height:1.8em;
}

#fixed-button{
position:fixed;
  top:20px;
  right:20px;
  z-index:1;
}

.cart-button,
.mypage-button{
    background:#DBD2C6;
    color:#000000;
    padding:15px 30px;
}

.cart-button img{
    margin-right:10px;
    width:100%;
    width:25px
}

.mypage-button img{
    margin-right:10px;
    width:100%;
    width:17px;
}

.cart-button span.cart-count{
    background:red;
    color:#ffffff;
    border-radius:50%;
    padding:2px 5px;
    font-size:0.9em;
}

.breadcrumb{
  background:#DBD2C6;
  display:flex;
  padding:10px;
}

.breadcrumb li a{
 color:#000000; 
}

.categorylist{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  padding-top:60px;
  padding-bottom:60px;

}

.categorylist li{
}

.categorylist li:after{
    content:"|";
    padding:5px;
}

.title-box{
 padding-bottom:80px;
 padding-top:80px;
 background:url(https://img21.shop-pro.jp/PA01515/783/etc_base64/dGl0bGUtYm94LWJn.png?cmsp_timestamp=20250213173849);
 background-repeat:no-repeat;
 background-position: right;
 position:relative;

}

/*
.title-box:after{
    content: '';
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
    */

.title-box h2{
    font-size:40px;
    z-index:2;
}

.title-box p{
    text-align:center;
}

.productbox{
    display:flex;
    padding:5%;
    border-bottom:1px solid #ffffff;
}

.productbox .product-img{
    width:55%;
    margin-right:40px;
}

.productbox .product-img img{
    width:100%;
}

.productbox .product-info{
    width:45%;
}

.productbox .product-info h3{
    font-size:30px;
    text-align:left;
}

.productbox .product-info .price{
    font-size:25px;
    margin-bottom:15px;
}

.productbox .product-info .info{
    margin-bottom:15px;
}

.productbox .product-info .contents{
    border:1px solid #ffffff;
    padding:15px;
    margin-bottom:40px;
}

.productbox .product-info .cart{
    background:#DBD2C6;
    color:#000000;
    padding:10px 40px;
    float:right;
    border-radius:5px;
    font-size:20px;

}

.infomation{
    background:#DBD2C6;
    margin-left:260px;
    padding:5%;
}

.infomation h2{
    font-size:40px;
    color:#000000;
    margin-bottom:40px;
}

.infomation h3{
    font-size:20px;
    color:#000000;
    text-align:left;
    margin-bottom:10px;
}

.infomation p{
    color:#000000;
    line-height:1.8em;
    margin-bottom:40px;
}

.infomation p a{
    color:#000000;
}

.infomation table{
    width: 100%;
    margin-bottom:40px;
}

.infomation th{
    border:1px solid #000000;
    text-align:center !important;
    padding:1%;
    white-space: nowrap;
    width:0;

}

.infomation td{
    color:#000000;
    border:1px solid #000000;
    text-align:center !important;
    padding:1%;
    white-space: nowrap;
    width:0;
}

.infomation ul{
    color:#000000;
    padding-left:20px;
}

.infomation ul.payment{
    margin-bottom:40px;
}

.infomation ul li{
    list-style-type:disc;
    line-height:1.8;
}

.infomation a.info-tell{
    color:#000000;
    font-size:30px;
}


.productlist{
    display:flex;
    justify-content: center;
    gap: 45px 5%;
    padding-bottom:60px;
    flex-wrap:wrap;
    padding:5%;
}

.productlist li{
  width:30%;
}

.productlist li img{
  margin-bottom:10px;
  width:100%;
}

.productlist .name{
    font-size:18px;
    text-align:center;
    margin-bottom:10px;
}

.productlist .price{
    font-size:18px;
    text-align:center;
    text-align:center;
    margin-bottom:10px;
}

.productlist .cart{
    background:#DBD2C6;
    color:#000000;
    padding:15px 30px;
    display:block;
    border-radius:5px;
    text-align:center;
    font-size:20px;
}

.product_name{
  font-size:20px;
  display:block;
  margin-bottom:15px;
}

.product_exp{

}

.product_price{

  font-size:25px;

}

@media screen and ( max-width: 1023px ) {

  .infomation{
    margin-left:0;
  }

  #fixed-button{
    left:10px;
    z-index:100;
    width:50%;
  }

  .mypage-button{
    padding:12px 20px;
  }

  .mypage-button img{
    margin:0;
  }

  .cart-button{
    
    padding:12px;
    position:relative;
  }
  
  .cart-button span.text,
  .mypage-button span.text{
    
    display:none;
  }

  .cart-button span.cart-count{
    position: absolute;
    top: 3px;
    right: 10px;
  }

  .productbox{
    flex-wrap:wrap;
  }

  .productbox .product-img{
    width:100%;
    margin:0 0 15px 0;
  }

  .productbox .product-info{
    width:100%;
  }

  .productlist{
    flex-wrap:wrap;
    padding:5%;
  }

  .productlist li{
    width:100%;
  }

  .productlist li .img img{
    width:100%;
  }
  
}


/* スマートフォン向けのブレークポイント */
@media screen and (max-width: 767px) {
  /* テーブル全体の設定 */
  .infomation table {
    width: 100%;
    border-collapse: collapse;
  }

  /* テーブルをブロック要素として表示 */
  .infomation table,
  .infomation tbody,
  .infomation tr,
  .infomation th,
  .infomation td {
    display: block;
  }

  /* ヘッダーを非表示 */
  .infomation thead {
    display: none;
  }

  /* 各セルのスタイリング */
  .infomation td {
    position: relative;
    padding: 10px 10px 10px 75%;
    border: 1px solid #000;
    width:100%;
    margin-bottom:10px;
  }

  /* データの前に地域名を表示 */
  .infomation td:before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 100%;
    font-weight: bold;
    text-align:left;
  }

  /* 余白の調整 */
  .infomation tr {
    margin-bottom: 15px;
  }
  
  .breadcrumb li a{
   font-size:12px; 
  }

  .title-box h2{
    font-size:30px;
  }

  .title-box p{
    font-size:14px;
  }

  .productbox .product-info h3{
    font-size:25px;
  }

  .productbox .product-info .price{
    text-align:right;
  }

  .productbox .product-info .info{
    font-size:14px;
  }

  .productbox .product-info .contents{
    font-size:14px;
    margin-bottom:15px;
  }

  .productbox .product-info .cart{
    display:block;
    float:none;
    text-align:center;
  }

  .productlist li img{
    margin-bottom:15px;
  }

  .productlist .name{
    font-size:18px;
    margin-bottom:10px;
  }

  .productlist{
    padding-bottom:10%;
  }

  .productlist .price{
    font-size:18px;
  }

  .product{
    flex-wrap:wrap;
  }

  .product-img{
    width:100%;
  }

  .infomation h2{
    font-size:30px;
  }

  .infomation h3{
    font-size:18px
  }

  .infomation p{
    font-size:14px;
  }
  .infomation ul li{
    font-size:14px;
  }

  .footer-navi ul{
    width:100%;
    padding:1.5%;
  }

  .footer-navi ul li{
    font-size:14px;
    line-height:3em;
    border-bottom:1px solid #ffffff;
  }
}
