﻿@charset "UTF-8";

.shop_con{
	width:580px;
	margin:5px 0 40px 10px;
	padding:3px 0;
}

.shop_con .title-line-right {
  display: flex;
  align-items: center;
  gap: 10px; /* タイトルと線の間隔 */
  margin: 20px 0 20px 10px; 
}

.shop_con .title-line-right span {
    font-size: 20px;
    font-weight: 600;
}

.shop_con .title-line-right .line {
  flex: 1; /* 右側に横線を伸ばす */
  height: 2px;                 /* 線の太さ */
  border-top: 2px solid #000;
}
.shop_con .order {
    margin-bottom: 20px;
}
.shop_con .order h4 {
    font-size: 18px;
    font-weight: 600;
    border: none;
    margin: 0px;
}
.shop-btn {
	display: flex;
    margin-bottom: 80px;
	gap: 10px; /* ボタン同士の間隔 */
}
.shop-btn a {
    width: 200px;
    height: 40px;
    margin: 20px auto;
    padding-top: 20px;
    border: none;
    border-radius: 0px;
    background: #162760;
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.style-not {
    margin-bottom: 50px;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-bottom: 10px solid #BAE3F9;
}
.shop-box {
    display: flex;
}
.sh-bo-01,
.sh-bo-02 {
    width: 50%;
}
.sh-bo-01 h4,
.sh-bo-03 h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
}
.sh-bo-02 h4 {
    font-size: 24px;
    font-weight: 600;
}
.sh-bo-01 p,
.sh-bo-02 p,
.sh-bo-03 p {
    font-size: 18px;
}
.sh-bo-01 .kakaku,
.sh-bo-02 .kakaku,
.sh-bo-03 .kakaku {
    color: #EE8593;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}
.sh-bo-01 .zikm,
.sh-bo-02 .zikm,
.sh-bo-03 .zikm {
    font-size: 14px
}
.p-box {
    margin: 20px 0 0 0;
    text-align: justify;
}
hr.dashed {
  border: none;
  border-top: 2px dashed #999;
  margin: 100px 0;
}
.shop-con-02 {
      line-height: 1.6;
      font-size: 18px;
}

.shop-con-02 h2 {
      color: #fff;
      margin-top: 40px;
      vertical-align: middle;
      padding: 10px;
    }

.shop-con-02 table {
      width: 100%;
      margin-top: 15px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
.shop-con-02 th, td {
      padding: 12px 15px;
      text-align: left;
    }
