@charset "euc-jp";

body {
  font-family: YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Arial, "Helvetica Neue", Helvetica, serif, msmincho;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-size: 1rem;
}
a {
  color: #333;
}
a:hover {
  opacity: .7;
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
}

ul, li {
 list-style: none;
 margin: 0;
}

button {
  font-family: YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Arial, "Helvetica Neue", Helvetica, serif, msmincho;
}

/*
 * layout
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
  max-width: 95%;
  padding: 0;
  }
}

/*
 * section
 */
.section {
  margin: 60px auto;
}

.flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex{
  flex-direction: column;
  }
}

/*--- 背景色 ---*/
.back-color {
 background-color: #93D1DB;
 padding: 30px 0;
}

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

/*
 * font
 */
.sky-bold {
  font-size: 1.5rem;
  color: #56D1DB;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sky-bold {
  font-size: 1.3rem;
  }
}

.text-lg {
 font-size: 1.2rem;
 font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text-lg {
  font-size: 1.15rem;
  }
}

/*--- タイトル ---*/
.title-en {
  font-family: "mrs-eaves", sans-serif;
  text-align: center;
  line-height: 1.8rem;
}

.title-en .en {
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .title-en .en {
  font-size: 1.8rem;
  }
}

.title-en .ja {
  font-family: YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Arial, "Helvetica Neue", Helvetica, serif, msmincho;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
}

.title-en .ja::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.title-en .ja::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

/*下線付きタイトル*/
.title-under {
  font-weight: 500;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 12px;
  font-size: 1.3rem;
}


/*--- view moreボタン ---*/
.link-area {
  text-align: center;
  margin: 30px 0;
}

.view-more {
  position: relative;
  font-size: 1.2rem;
}


/* 矢印 */
.view-more::after{
  content: "";
  position: absolute;
  right: -45px;
  bottom: 5px;
  width: 38px;
  height: 1px;
  background: #333;

}
.view-more::before{
  content: "";
  position: absolute;
  right: -44px;
  bottom: 1px;
  width: 12px;
  height: 10px;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

/*--- ヘッダー ---*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header-top {
  text-align: center;
  background-color: #57D1DE;
  padding: 9px 0;
}
@media screen and (max-width: 1024px) { 
  .header-top {
   margin-bottom: 10px;
  }
}

.header-top p {
 color: #fdfdfd;
 margin: 0;
}
@media screen and (max-width: 767px) { 
  .header-top p {
    font-size: .8rem;
  }
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin: 0 auto;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) { 
  .header-container {
	position: relative;
    padding: 6px 0; 
  }
}

/*ヘッダーロゴ*/
.header-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 25%
}
@media screen and (max-width: 1024px) { 
  .header-logo {
   flex-direction: column;
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }
}

.header-logo a {
  width: 35%;
}
@media screen and (max-width: 767px) { 
  .header-logo a {
   width: 80%;
  }
}

.header-logo img {
  width: 100%;
}

.header-logo p {
  font-size: .85rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) { 
  .header-logo p {
    font-size: .55rem;
  }
}
  

/*ヘッダーメニュー*/
@media screen and (max-width: 1024px) { 
  .header-menu {
    display: none;
  }
}
.header-menu-contents {
  display: flex;
  gap: 16px;
}

.header-menu-contents li a {
 font-family: "mrs-eaves", sans-serif;
} 

/*カテゴリーサブメニュー*/
.sub-menu{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 1000;
  width: 100vw;
  max-width: 100vw;
  padding: 24px 0; 
  background: #fff;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  display: grid;
  grid-auto-rows: minmax(0,auto);
  grid-template-columns: repeat(2, minmax(320px, 420px)); 
  gap: 16px 40px;
  justify-content: center;   
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* 開いた状態（JSが .is-open を付与） */ 
li.is-open > .sub-menu{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.sub-menu-link{
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  border: 1px solid transparent;
  transition: background .2s, color .2s, border-color .2s;
}
.side-image{
  width: 56px; height: 56px;
  object-fit: cover;
  border-radius: 4px;
  background: #f3f3f3;
}

/* 右矢印 */
.sub-menu-link::after{
  content: "";
  width: 9px; height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  justify-self: end;
}

.sub-menu-link:hover{
  background:#56D1DB; color:#fff; border-color:#56D1DB;
}

/*アイコン付きメニュー*/
.header-right-menu {
  display:flex;
  align-items:center;
  gap:24px;
  margin:0;
  padding:0;
  list-style:none;
}
@media screen and (max-width: 767px) { 
  .header-right-menu {
    gap: 6px;
  }
}


.header-right-menu > li{display:flex;}

.header-right-menu a,
.header-right-menu .search-form .btn {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
}
@media screen and (max-width: 767px) { 
  .header-right-menu a,
.header-right-menu .search-form .btn {
    font-size: 0.4rem;
  }
}


.header-right-menu img {
  width:32px;
  height:auto;
  display:block;
}
@media screen and (max-width: 767px) { 
  .header-right-menu img {
    width: 22px;
  }
}


.search-form{
  display:flex;
  align-items:center;
  gap:8px;
  position:relative;
  margin: 0;
}

.search-form input[name="keyword"]{
  width:0;
  opacity:0;
  padding:0;
  border:0;
  transition:width .25s ease, opacity .25s ease, padding .25s ease, border-color .25s ease;
}

.search-form.is-open input[name="keyword"]{
  width:200px;
  opacity:1;
  padding:6px 10px;
  border:1px solid #333;
  border-radius:4px;
  background:#fff;
}

.search-form .btn{
  border: none;
  background: transparent;
  padding: 0;
  cursor:pointer;
}

.search-form .btn:hover {
 opacity: .7;
}

.search-form .btn img{
  margin:0;
}

/* 検索オーバーレイ */
.search-overlay{
  position: fixed;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(34,34,34,.95);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
  transform: translateY(-100%);
  transition: transform .3s ease, opacity .3s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
}
.search-overlay.is-open{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ×ボタン */
.search-overlay__close{
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

/* フォーム中央寄せ */
.search-overlay-form{
  display: flex;
  gap: 12px;
  width: min(720px, 86vw);
}
.search-overlay-form input[name="keyword"]{
  flex: 1;
  padding: 14px 12px;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  outline: none;
}
.search-overlay-form input::placeholder{ color:#bfbfbf; }
.search-overlay-form button[type="submit"]{
  padding: 12px 18px;
  background: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

body.no-scroll{ overflow: hidden; }


/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1024px) { 
  .hamburger-menu {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 2000;
  }
}

.hamburger-menu span {
  width: 1.6rem;
  height: 0.09rem;
  background: #333;
  position: absolute;
  top: 13px;
  left: 19px;
  transition: all 0.5s ease-in-out;
}

.hamburger-menu span:nth-child(2) {
 top: 21px;   
}
.hamburger-menu span:nth-child(3) {
 top: 29px;
}

.open-sp {
 position: absolute;
 top: -27px;
 left: -10px;
}

.hamburger-menu.open-sp  {
  background: #fdfdfd;
  color: #333;
}


.hamburger-menu.open-sp span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top: 9px;
}

.hamburger-menu.open-sp span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open-sp span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*--- スマホ用メニュー ---*/
@media (min-width: 1024px){
  .sp-drawer-nav{ display:none;
  }
}

@media screen and (max-width: 1024px) {
.sp-drawer-nav {
  position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: #fdfdfd;
    z-index: 1200;
    overflow: auto;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .36s cubic-bezier(.22,.61,.36,1),opacity.28s ease,visibility .28s ease;
    will-change: transform;
    display: block;
    padding: 20px 0;
  }

  /* 開いた状態 */
  .sp-drawer-nav.open-menu{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

.sp-drawer-nav.open-menu {
  transform: translateX(0);
}

  /*検索バー*/
.sp-drawer-search {
 display: block;
 position: relative;
  width: 60%;
  margin-left: auto;
  margin-right: 20px;
  }
  
  .sp-drawer-search input {
  border: none;
  height: 40px;
  background: #fdfdfd;
  border: 1px solid #333;
  color: #A3A3A3;
  width: 100%;
 }
  .sp-drawer-search button {
 position: absolute;
 top: 7px;
 right: -30px;
  background: transparent;
  border: none;
　}
  .sp-drawer-search img {
   width: 40%;
}

/*メニュー*/
.sp-gnav {
 max-width: 100;
 margin: 4% auto 0 auto;
}

.sp-gnav li {
  padding: 14px 0;
 border-bottom: 1px solid #eee;
}


.sp-gnav li:nth-child(1) {
 border-top: 1px solid #eee;
}

.sp-gnav li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 10px;
  font-family: "mrs-eaves", sans-serif;
}

/* サブメニュー展開 */
  /* 右端にアイコン用スペース */
  .sp-gnav .has-sub-sp > a {
    position: relative;
  }

  /* ＋／−アイコン（横棒） */
  .sp-gnav .has-sub-sp > a::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
    background: currentColor;
    transition: opacity .2s ease, transform .2s ease;
  }

  /* ＋／−アイコン（縦棒） */
  .sp-gnav .has-sub-sp > a::before {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;  
    height: 16px;
    background: currentColor;
    transition: opacity .2s ease, transform .2s ease;
  }

  /* サブメニュー初期非表示 */
  .sp-gnav .has-sub-sp > .sp-sub-menu {
    display: none;
    padding: 8px 0 0;
  }

  .sp-gnav .has-sub-sp.is-sub-open > a::before {
    opacity: 0;
    transform: translateY(-50%) scaleY(0.2);
  }

 
  .sp-gnav .has-sub-sp > a {
    display: flex;
    align-items: center;
  }
  
  .sp-sub-menu li {
   border: none;
  }
  
  .sp-sub-menu li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
  }

  
 /*メニュー下段*/
.sp-two-col {
 display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 20px auto;
}
  .sp-two-col li {
    width: 43%;
   margin: 5px 6px; 
}


.sp-two-col li:nth-child(1), .sp-two-col li:nth-of-type(9) {
 margin-left: 6px;
}

.sp-two-col li a {
 font-size: 0.8rem;
 }
  
/*メニューsnsアイコン*/
.sp-sns {
  display:flex;
  justify-content:center;
  gap:12px;
  list-style:none;
  margin:16px 0 10px;
  padding:0;
}

.sp-sns li{ 
  margin:0;
  padding:0;
}

.sp-sns li a{
  width:32px; height:32px;
  border-radius:999px;
  background:#fff;
  display:grid; place-items:center;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
 }  
}



/*--- 最近チェックした商品 ---*/
.product-list {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) { 
.product-list {
 grid-template-columns: 1fr 1fr;
 gap: 15px;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-list {
   grid-template-columns: 1fr 1fr 1fr;
  　}
  }

.product-item-h {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) { 
 .product-item-h {
   margin: 10px 0;
　}
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .product-item-h {
 margin: 10px 0;
　}
}

.item-image-h {
 width: 100%;
  display: block;
  margin: 10px auto;
}

.h-container {
 width: 100%;
}

.item-name-h {

}

.item-price {
  margin-top: 10px;
 text-align: right;
  font-weight: 400;
}

.soldout {
  text-align: right;
 color: red;
}

/*--- ご利用ガイド ---*/
.contents-area {
  padding: 40px 0;
  background: #fff;
}

.contents-list.container{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px 32px;
}

/* カード本体 */
.contents1 a{
  display: grid;
  grid-template-columns: 96px 1fr; 
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "icon title"
    "icon text"
    ".    link";
  align-items: center;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 24px 28px;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .contents1 a {
   grid-template-columns: 60px 1fr; 
   padding: 15px;
   height: 150px;
　}
}
.contents1 a:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* アイコン（左） */
.contents1 img{
  grid-area: icon;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 .contents1 img{
  width: 50px;
  height: 50px;
 }
}

/* タイトル */
.contents-title{
  grid-area: title;
  margin: 0;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 20px);
  letter-spacing: .02em;
}

/* 説明文 */
.contents-text{
  grid-area: text;
  margin: 6px 0 0;
  line-height: 1.8;
}

/* 右下の VIEW MORE 行 */
.contents-link{
  grid-area: link;
  margin: 18px 0 0;
  align-self: end;
  justify-self: end;
  font-size: 12px;
  letter-spacing: .12em;
  color: #6b6b6b;
  position: relative;
  padding-right: 46px;
}

/* 矢印（右向きのライン＋山形） */
.contents-link::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 38px;
  height: 1px;
  background: #6b6b6b;
  transform: translateY(-50%);
}
.contents-link::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6b6b6b;
  transform: translateY(-50%) rotate(45deg);
}

/* スマホ（1カラム） */
@media (max-width: 767px){
  .contents-list.container{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .contents1 a{
    grid-template-columns: 64px 1fr;
    padding: 18px 18px;
  }
  .contents1 img{ width: 56px; height: 56px; }
}

/*--- フッター ---*/
#footer{
  background: #93D1DB; 
  color: #333;
  padding:48px 20px 28px;
  text-align:center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #footer {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 24px;
  padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 #footer {
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 25px;
  padding-bottom: 15px;
  }
}

/* ロゴ */
#footer .footer-logo {
  text-align: center;
  margin-bottom: 32px;
}

#footer .footer-logo img{
  width: 180px;
}
@media screen and (max-width: 767px) {
  #footer .footer-logo img{
  width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 #footer .footer-logo img{
  width: 20%;
  }
}

 
#footer .footer-menu {
  max-width: 980px;
  margin:24px auto 20px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:32px 48px;
  text-align:left;
}
@media screen and (max-width: 767px) {
  #footer .footer-menu {
    max-width: 95%;
    grid-template-columns: 1.6fr 1.2fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 #footer .footer-menu {
  max-width: 95%;
  }
}

/* カラム内リストのリセット */
#footer .footer-menu-contents{
  margin:0;
  padding:0;
}

/* 見出し */
#footer .footer-menu-title {
  font-family: "mrs-eaves", sans-serif;
  font-weight:700;
  font-size: 1.2rem;
  letter-spacing:.04em;
  margin:0 0 8px;
}
@media screen and (max-width: 767px) {
  #footer .footer-menu-title {
    margin-bottom: 3px;
  }
  .footer-menu-contents li {
  	margin-bottom: 5px;
  }
}



/* リンク */
#footer .footer-menu-contents a {
  display:inline-block;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  #footer .footer-menu-contents a {
    font-size: .8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) { 
 #footer .footer-menu-contents a {
   font-size: .7rem;
  }
}

/* sns */
#footer .inline{
  display:flex;
  justify-content:center;
  gap:12px;
  list-style:none;
  margin:16px 0 10px;
  padding:0;
}
#footer .inline li{ margin:0; padding:0; }
#footer .inline a{
  width:32px; height:32px;
  border-radius:999px;
  background:#fff;
  display:grid; place-items:center;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}


/* コピーライト */
#footer small{
  display:block;
  margin-top:8px;
  font-size:12px;
  opacity:.85;
}

/*--- 各ページ共通上部画像 ---*/
.subpage-block {
 position: relative;
}

.subpage-block .subpage-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
 .subpage-block .subpage-image {
  width: 100%;
  height: 180px;
  border-radius: 0;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .subpage-block .subpage-image {
  width: 100%;
  height: 280px;
  border-radius: 0;
 }
}

/*--- パンくずリスト ---*/
.breadcrumb {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.breadcrumb li {
 padding-right: 20px;
 position: relative;
 display: inlie-block
}

.breadcrumb li::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 1px;
  margin: auto;
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb a, .bread-product-name {
  font-size: 12px;
  white-space: initial;
}

/*--- ソラカフェについてページ ---*/
.preface-block .sky-bold {
 text-align: center;
 font-family: "mrs-eaves", sans-serif;
 font-weight: 400;
 font-size: 2.5rem;
 margin: 12px 0;
}
@media screen and (max-width: 767px) {
 .preface-block .sky-bold {
   font-weight: 500;
   font-size: 1.6rem;
  }
}

.preface-block .text-lg {
 text-align: center;
 font-weight: 400;
 font-size: 1rem;
 margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
 .preface-block .text-lg {
   text-align: left;
  }
}


.explain {
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
   .explain {
    max-width: 100%;
	}
}

.explain-inner {
  display: inline-block;
  text-align: left;
  line-height: 1.8rem;
}

.explain-inner span {
  font-weight: 600;
}

/*ギャラリー*/
.gallery-block{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 200px);
  gap:12px;
}

.gallery-block img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:4px;
}

/* 店内：横長（2列×2行） */
.g-hero{
  grid-column:1 / 3;
  grid-row:1 / 3; 
}

/* ティースタンド */
.g-afternoontea{
  grid-column:3 / 5;
  grid-row:1 / 3;
}

/* 中段：焼き菓子・ホールケーキ・チョコケーキ（ */
.g-sweets{
  grid-column:1 / 2;
  grid-row:3;
}
.g-cake{
  grid-column:2 / 3;
  grid-row:3;
}
.g-choco{
  grid-column:3 / 4;
  grid-row:3;
}

/* カプチーノ */
.g-cappuccino{
  grid-column:4 / 5;
  grid-row:3 / 5;
}

/* ギフト包装とコーヒー詰め合わせ */
.g-giftwrap{
  grid-column:1 / 2;
  grid-row:4;
}
.g-coffee{
  grid-column:2 / 3;
  grid-row:4;
}

/* パウンドケーキ*/
.g-pound{
  grid-column:3 / 4;
  grid-row:4;
}

/* ギャラリーSP */
@media screen and (max-width: 767px) {
  .gallery-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 120px);
    gap: 8px;
  }

  .gallery-block img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }

  .g-hero{
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
  .g-afternoontea{
    grid-column: 3 / 4;
    grid-row: 1 / 3;
  }

  .g-sweets{ grid-column: 1 / 2; grid-row: 3; }
  .g-cake{   grid-column: 2 / 3; grid-row: 3; }
  .g-choco{  grid-column: 3 / 4; grid-row: 3; }

  .g-giftwrap{   grid-column: 1 / 2; grid-row: 4; }
  .g-coffee{     grid-column: 2 / 3; grid-row: 4; }
  .g-cappuccino{ grid-column: 3 / 4; grid-row: 4 / 6; }

  .g-pound{
    grid-column: 1 / 3;
    grid-row: 5;
  }
}

/*アクセス*/
.access .flex {
  justify-content: center;
  gap: 30px;
  margin: 30px auto;
}

.access .flex img {
 width: 35%;
 height: 100%;
}
@media screen and (max-width: 767px) {
  .access .flex img {
   width: 100%;
   }
}

.access .flex .address {
 width: 30%;
}
@media screen and (max-width: 767px) {
  .access .flex .address {
   width: 100%;
  }
}

.map { 
  margin-top: 50px;
}
.map iframe {
 width: 100%;
 height: 450px;
}
@media screen and (max-width: 767px) {
  .map iframe {
   height: 350px;
  }
}

/*--- ご利用ガイドページ ---*/
/*各セクションへのリンク*/
.guide-link {
 display: flex;
 justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guide-link {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .guide-link {
     justify-content: center;
    flex-wrap: wrap;
  }
}

.guide-link .btn-transparent2 {
  background: #F5F5F5;
  display: flex;
  
  align-items: center;
  padding: 8px;
  position: relative;
  width: 22%;
}
@media screen and (max-width: 767px) {
.guide-link .btn-transparent2 {
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
 .guide-link .btn-transparent2 {
  justify-content: flex-start;
  margin-right: 20px;
  margin-bottom: 20px;
   width: 40%;
  }
}

.guide-link-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

/*ガイド本文*/
.guide-contents p {
  line-height: 2rem;
}

.guide-sub-title {
 margin-top: 30px;
}

/*お支払い方法*/
#payment img {
 width: 30%;
  display: inline-block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #payment img {
   width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #payment img {
   width: 45%;
    }
}

.amazon-pay {
 max-width: 200px;
 width: 100%;
}

/*ギフトラッピングについて*/
.guide-gift .top-product1 {
 width: 22%;
 text-align: center;
 background-color: #93D1DB;
 padding: 5px;
}
@media screen and (max-width: 767px) {
  #gift .flex {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
  }
  
  .guide-gift .top-product1 {
 width: 44%;
  }
}

.guide-gift .product-image {
  margin: 0;
}

.guide-gift .top-product1 img {
 width: 100%;
 object-fit: cover;
 margin-bottom: 8px;
 aspect-ratio: 3 / 2;
}

.guide-gift .top-product1 p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .guide-gift .top-product1 p {
    line-height: 1.5rem;
  }
}

.gift-image {
  display: block;
  margin: 30px auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .gift-image {
  width: 90%;
	}
}