.step-guide-units .step-number {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff; /* 番号の文字色 */
  background-color: #007bff; /* 番号の背景色 */
  width: 40px; /* ボックスの幅 */
  height: 40px; /* ボックスの高さ */
  display: flex; /* フレックスボックスで中央揃え */
  align-items: center; /* 垂直中央揃え */
  justify-content: center; /* 水平中央揃え */
  border-radius: 50%; /* 丸いボックスにする */
  margin-right: 10px; /* 番号と他のコンテンツとのスペース */
}
.step-guide-units .step-unit{
	margin-bottom:30px;
}
.step-guide-units img{
	border:solid 3px #ccc;
	margin:3px 0;
}
.step-guide-units .step-title-rapper{
	display:flex;
	align-items: center;
	margin-bottom:10px;
}
.step-guide-units .step-title{
	font-size: 26px;
    font-weight: bold;
}


#qrcode{
	text-align: center;
}
.qr-caption {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom:10px;
}

/* アイコンのサイズを揃える */
.view-promoted-items-icon {
    display: inline-block;
    width: 64px; /* アイコンのサイズに合わせて調整 */
    height: 64px; /* アイコンのサイズに合わせて調整 */
    line-height: 64px; /* アイコンを中央に揃える */
}

.view-promoted-items-icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.awesome-component-col4-b .feature h5{
	text-align: left;
	margin-top: -10px;
    font-size: 25px;
}

@media (max-width: 767px) {
	.awesome-component-col4-b .feature h5{
	    font-size: 25px;
    }
}

.awesome-component-col4-b .field--name-field-mt-if-body p{
	text-align: left;	
}

.view-mt-promoted-posts-carousel .image-container {
  position: relative;
  display: inline-block;
}

.view-mt-promoted-posts-carousel .image-style-large {
  display: block;
}

.view-mt-promoted-posts-carousel .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.view-promoted-posts-carousel .owl-nav {
    top: auto;
    bottom: 46px;
}

.background-image-block__section {
  position: relative;
  width: 100%;
  height:640px;
}

.fbc-shop-info .background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.fbc-shop-info .background-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明の黒背景 */
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* 横方向の中央寄せ */
    text-align: center; /* テキストを中央揃え */
}

/* スマホ向けスタイル */
@media (max-width: 767px) {
    .fbc-shop-info .background-image-overlay {
        padding: 10px; /* モバイル向けのパディング */
    }
}

/* PC向けスタイル */
@media (min-width: 768px) {
    .fbc-shop-info .background-image-overlay {
        padding: 20px; /* PC向けのパディング */
    }
    .fbc-shop-info {
        height: 500px; /* 必要に応じて調整 */
    }
}

.fbc-shop-info .shop-name {
  font-size: 2em;
  margin-bottom: 10px;
}

.fbc-shop-info .shop-address,
.fbc-shop-info .shop-tel,
.fbc-shop-info .shop-opening-hours,
.fbc-shop-info .shop-message {
  margin-bottom: 10px;
}

#banner .container-fluid{
	padding-right: 0;
    padding-left: 0;
}
.container-fluid .background-image-block--no-paddings{
	margin: 0;
}

.awesome-component-col4-b h5 a:hover{
	text-decoration: none;
}

.awesome-component-col3 .views-field-title a:hover {
    text-decoration: none;
}

.awesome-component-col4 .views-field-title a:hover {
    text-decoration: none;
}
