/** Shopify CDN: Minification failed

Line 588:6 Unexpected "="

**/
/* 営業日んレンダー */
.calendar {
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 897px) {
  .pc_flexM {
    display: flex;
    align-items: center;
  }
}
.boxwrap_R11 {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 20px;
}
.calendar table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 250px;
  margin-right: 40px;
  text-align: center;
}
.ccsrHoliday_A {
  background: #e8456c;
  color: #fff;
}
.cap {
  font-size: 130%;
}
.calendar table {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px solid #c9caca;
}

/* 営業日んレンダー end */

/* 利用ガイド */
section {
    display: block;
}
.shop_guide__section {
    margin-bottom: 40px;
    position: relative;
}
.u-main-title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    font-size: 160%;
    font-weight: 700;
    color:rgb(23, 131, 129);
    border-bottom: solid 2px #004fb5;
    line-height: 1.4em;
    text-align: left;
    letter-spacing: 0;
}

.u-title.u-title--shaded {
    padding: 8px 20px 10px;
    margin-bottom: 20px;
    background: #e4e4e4;
}
.u-title {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    font-weight: 700;
    font-size:130%;
    color:rgb(75, 67, 67);
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0;
    text-align:center;
}
dd, dt, li, p {
    line-height: 1.4em;
    letter-spacing: .5px;
}
li {
    margin-left: 0;
    list-style-type: none;
}
.shop_guide__flowBox {
    position: relative;
    float: left;
    width: 108px;
    height: 175px;
    margin-right: -2px;
    border: 2px solid #e4e4e4;
    text-align: center;
}
.u-number.u-number--xs {
    margin-right: auto;
}
.u-character.u-character--xs, .u-number.u-number--xs {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 25px;
}
.shop_guide__flowBox>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 8px;
}

.u-character.u-character--main, .u-number.u-number--main {
    background:rgb(0, 145, 181);
}
.u-character.u-character--disc, .u-number.u-number--disc {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.shop_guide__flowBox__number {
    display: block;
    margin: 0 auto 16px;
    counter-increment: number;
}
.shop_guide__flowBoxList {
    display: block;
    counter-reset: number;
    margin-bottom: 30px;
    padding-bottom: 140px;
    border-bottom: 1px solid #c8c8c8;
}
ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.breadcrumb__list>li>a.breadcrumb__list>li>a--delta:before, .u-anchor.u-anchor--delta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: .36em solid transparent;
    border-left: .5em solid #007eff;
    border-right: 0px solid transparent;
    margin-right: .5em;
    margin-top: -.15em;
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}
.clearfix {
    zoom: 1 !important;
}
.u-character, .u-number {
    width: 28px;
    height: 28px;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    background-color: #1e1e1e;
    text-align: center;
    margin-right: 16px;
    position: relative;
}

  /* css */

.container2 {
    display: flex; /* 外側を横並び (デフォルトは row) */
    gap: 10px; /* アイテム間の隙間 */
    justify-content: center;
}

.item2 {
    display: flex;
    flex-direction: column; /* 内側を縦並び */
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    text-align:center;
    padding-bottom:10px;
    flex: 1; /* 親要素内で均等な幅を占める */
}

.item2 span {
    padding: 5px;
}

/* スマートフォン (768px以下) 時のスタイル */
@media (max-width: 768px) {
    .container2 {
        flex-direction: column; /* 外側を縦並びにする */
    }

    .item2 {
        flex-direction: row; /* 内側を横並びにする */
        justify-content: space-around; /* アイテムを均等に配置 */
        align-items: center; 
    }
}

@media (min-width: 768px) {
.container3 {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  margin:30px 50px 50px 30px;
}

.main3 {
  width: calc( 100% - 200px );
  line-height:1.8em;
}
.side3 {
  width: 300px;
  text-align: center;
}
.nagare_t{
  width:100%;
}
}

@media screen and (max-width: 768px) {
.container3 {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  margin:20px 10px 20px 5px;
}

.main3 {
  width: calc( 100% - 100px );
  margin-left:8px;
}
.side3 {
  width: 100px;
  text-align: center;
}
.img_size img{
  width:40%!important;
}
}


  /* css */

.divider {
  /* 幅は親要素の100%になります */
  width: 95%;
  /* 線の太さ（高さ）を border-bottom-width で指定 */
  border-bottom: 1px solid #ccc;
  /* 区切り線と上下のコンテンツとの余白を margin で調整 */
  margin: 0 0 0 10px;
}
.inf_guide{
   display: inline-block;
   border: 1px solid #aaa;
   text-align: center;
   padding:5px;
}
.inf_guide2{
   display: inline-block;
   border: 1px solid #aaa;
   text-align: center;
   padding:5px;
   margin-top:15px;
}
.inf_guide3{
   display: inline-block;
   background-color:rgb(232, 236, 240); 
   text-align: center;
   padding:5px;
   margin-top:15px;
}
.anchor-target {
  scroll-margin-top: 200px;
}

/* 画面幅が768px以下の時 */
@media (max-width: 768px) {
  .anchor-target {
  scroll-margin-top: 100px;
}
}
.border-bottom{
    /*コレ*/border-bottom: 3px solid #333;
    padding: 10px;
}

.numb img{
  width:40px;
  margin-right:10px;
}

@media (max-width: 768px) {
  .numb img{ 
  width:30px !important;
}
}

@media (max-width: 768px) {
.text-center .left{
  text-align: left !important;
  margin: 0 10px 0 10px;
}
}

.inf_l{
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.inf_l p {
    margin: 0; 
    padding: 0;
}
.rte .mb-50 .mb-lg-60{
  background-color:#f7e6e2;
}


.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 300;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


.box2_right{
 margin:240px 20px 0 20px;
 color:#fff;
 font-size:120%;
 line-height:2em;
}

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

.box23 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    width:70%;
    line-height:1.8em;
    margin-left: auto;
    margin-right: auto;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

@media (max-width: 768px) {
  .box23 {
    width:97%; 
    margin-left:8px;
    margin-right:8px;
  }
}

.center2{
  width:85%;
   font-size:120%;
   display: flex;
    margin-left: auto;
}

@media (max-width: 768px) {
.center2{
  width:85%;
   font-size:120%;
   display: flex;
    margin-left: auto;
    margin-right:auto;
}
}

.info-top{
   width:85%;
   margin: 0 auto;
}

@media (max-width: 768px) {
  .info-top{
   width:95%;
   margin: 0 auto;
}
}

.marg{
  margin-left:50px;
}

@media (max-width: 768px) {
.marg{
  margin-left:0;
}
}

.img-left{
  margin-left:50px;
}

.flex{
      display: flex;
}

.item1{
      width:400px;
}
.item3{
      width:400px;
}

@media (max-width: 768px) {
.flex{
    display: block;             
    margin:0;
    padding: 0;
}
.item1{
      width:100%;
}
.item3{
      width:300px;
}
}

.haba{
  width:70%;
  margin-left:170px;
}
@media (max-width: 768px) {
.haba{
  width:95%;
  margin: 0 8px 0 8px;
}
}


@media (min-width: 1025px) {
    .pb-lg-0, .py-lg-0 {
        padding-bottom: 10px !important;
    }
}

.mb-15, .my-15 {
    margin-left: 30px !important;
}
.hei{
  height:300px;
}
.hei2{
  height:200px;
}
.hei3{
  height:100px;
}
.haba2{
  width:90%;
  margin-left:250px;
}
.haba-td{
  width:500px;
}
@media (max-width: 768px) {
.haba2{
  width:95%;
  margin: 0 8px 0 8px;
}
.haba-td{
  width:300px;
}
}
.hei4{
  height:500px;
}

.bd-1{
border-bottom:1px #eee solid;
}

@media (max-width: 768px) {
.rimage{
   height: 14em;
}
}

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

@media (min-width: 768px) {
.display2{
   display:none;
}
.display3{
   display:none;
}
}

 media="(max-width: 768px)" {
    .rimage__img {
        height: 200%!important;;
    }
    .promobox__content {
    margin-bottom: -30px!important;

}
}
