/* 営業日カレンダー */
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  margin-bottom: 10px;
}

.tbl_calendar th,
.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.side_cal_memo {
  margin-bottom: 20px;
  text-align: center;
}

.tbl_calendar caption {
  text-align: center;
}

.clear {
  clear: both;
}

/*お知らせフリーエリア*/
.freenews {
  border: 3px solid #c80203;
  border-radius: 10px;
  text-align: center;
}

.freenews h2 {
  color: #c80203;
  font-size: 1.4em;
  font-weight: bold;
}

.freenews span {
  font-weight: bold;
  color: #c80203;
}

.doubleline {
  border-bottom: double;
}


/*こだわりページ*/
.kodawari h2 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  /*color: #3e0000;*/
  color: #142142;
  /*border-left: solid #3e0000 10px;*/
  border-left: solid #142142 10px;
  padding-left: 20px;
  font-size: 1.5em;
  line-height: 2.8em;
  /*background-color: #ede3e380;*/
  background-color: #f0f4fd;
}

/* カテゴリ　ラッピング、熨斗エリア */
#about_wrapping img {
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width: 50%;
}

/* ギフトセット　ラッピング、熨斗エリア */
.about_wrapping {
  padding: 10px 50px 30px 45px;
  background: #f8f8f8;
}

.about_wrapping .aka_head2 {
  border-bottom: double 5px #c32526;
  font-size: 24px;
}

.about_wrapping img {
  display: block;
  height: auto;
}

/*飲食店の方へページ*/
.insyoku {
  float: left;
  width: 40%;
  padding-right: 5%;
  padding-top: 5%;
}

.insyokuten {
  padding-top: 5%;
}


/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #3e0000;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
}



/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked+label+.accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked+label:before {
  content: '\f078';
}

/*トップページフリーエリア*/
.freebox {
  border: #c02100 4px double;
  padding: 20px 0 0 20px;
  margin: -10px 0 -10px 0;
}

.freebox h2 {
  color: #c02100;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 0;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 2px solid;
  width: 400px;
  margin-bottom: 20px;
}

.freebox p {
  text-align: center;
}

.free-r {
  color: #c02100;
  ;
}

.freebox_button,
.freebox_button a {
  background-color: #c02100;
  color: #ffffff !important;
  padding: 5px;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto 10px;
  width: 140px;
  font-size: 0.9em;
}

.fw-feed-item {
  margin: 0;
  padding: 10px 0;
  clear: both;
  border-bottom: 1px dashed #CCCCCC;
}

.fw-branding {
  margin: -9999px !important;
}

/* 190604 フッターコンテンツの幅 */
.col-xs-2 {
  width: 14% !important;
}

/* フッター　「返品について」コンテンツ幅 */
.col-xs-4.about_return {
  width: 100%;
}

.col-xs-4.about_return h3 {
  width: fit-content;
  padding-right: 50px;
}


/***** keyvisual ******/
.keyvisual {
  background: url(https://file002.shop-pro.jp/PA01394/020/images/keyvisual_bg.png) no-repeat 0 0;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  height: 400px;
  min-width: 1200px;
}

.keyvisual p {
  position: relative;
  left: 10px;
}

/* ヘッダーメニュー固定 */
/*header {
  background-color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}*/
#container {
  padding-top: 209px;
}

/* ヘッダ */
header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  text-align: center;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

header #site-logo {
  line-height: 2;
  font-size: 6rem;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header.smaller #site-logo a img {
  width: 31%;
  height: auto;
}

header.smaller .leadline {
  display: none;
}

header.smaller .container .row {
  margin-top: 5px;
}

header.smaller .container .row .col-xs-5 img {
  display: none;
}

header.smaller .container .row .col-xs-5 .scroll-tel .icon img {
  display: block;
  width: 35px;
}

.icon {
  margin-right: 10px;
}

header .container .row .col-xs-5 .scroll-tel {
  display: none;
}

header.smaller .container .row .col-xs-5 {
  text-align: right;
}

header.smaller .container .row .col-xs-5 .scroll-tel {
  display: inline-block;
  line-height: 1.4em;
  margin-bottom: 0px;
  font-family: YuMincho, serif;
  padding: 2px 0 0;
}

.tel-txt {
  font-size: 28px;
  /*color: #5d0505;*/
  color: #142142;
  text-align: right;
  margin: 5px 0 0;
  position: relative;
  letter-spacing: 0.5px;
}

.tel-comment {
  font-size: 11px;
  color: #333333;
  display: inline-block;
  margin: 5px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tel-icon {
  display: inline-block !important;
  width: 20px;
  margin-right: 8px;
  vertical-align: top;
}

#container {
  background-color: white;
}

/* ヘッダーメニュー追加 */
.navlist ul li a {
  padding: 6px 29.5px !important;
}

.navlist ul li ul li a {
  padding: 2px 5px !important;
}

/* 201119 ふるさと納税リンク 鎌田 */
.furusato-btn {
  text-align: center;
}

.furusato-btn+.furusato-btn {
  margin-top: 1rem;
}

.furusato-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  transition: all .3s ease-in-out;
  position: relative;
}

.furusato-btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  right: 3rem;
  font-size: 1.5rem;
}

.furusato-btn a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #fff;
}

.furusato-btn.rakuten a {
  background: #bf0000;
}

.furusato-btn.furu-choice a {
  background: #9b7332;
}

/* 230515 よくある質問 */
#faq .border-left-title {
  /*background-color: #FAF8F6;*/
}

.border-left-title {
  clear: both;
}

.faq-area {
  display: grid;
  width: 95%;
  gap: 24px;
  margin: 0 auto 40px;
  counter-reset: question;
  text-align: left;
}

.faq-item {
  list-style: none;
  position: relative;
}

.faq-item::before,
.faq-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 21px;
  right: 24px;
  border-radius: 20px;
  transition: .3s transform;
  pointer-events: none;
}

.faq-item::after {
  transform: rotate(90deg);
}

.faq-item[open]::before {
  transform: rotate(45deg);
}

.faq-item[open]::after {
  transform: rotate(135deg);
}

.faq-question {
  font-size: 18px;
  padding: 10px 30px 3px;
  outline: none;
  color: #000;
  border-bottom: 1px solid #3e0000;
  counter-increment: question;
  cursor: pointer;
}

.faq-question::-webkit-details-marker,
.faq-question::marker {
  content: none;
  display: none;
}

.faq-question::before {
  content: "Q" counter(question)".";
}

.faq-answer {
  margin-top: 24px;
  padding: 0 16px;
}

.faq-text {
  font-size: 16px;
}

/* 230517 画像のテキスト化 */
.background-red-title {
  /*background-image: linear-gradient(45deg, #AE1723, #810F19);*/
  background-image: linear-gradient(45deg, #142142, #091228);
  text-align: center;
  color: #FFF;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 20px 0;
  padding: 12px 0 8px;
  font-size: 32px;
  text-shadow: -1px 1px 0 BLACK;
  clear: both;
}

/* 230517 h1の設置 */
.page-top-title {
  font-size: 24px;
  margin: 16px 0 0;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* 230724 肉の大栄のこだわり */
.kodawari-end {
  background: #f8f9fb;
  padding: 20px;
  text-align: center;
}

.kodawari-end .kodawari-end-inner {}

main .kodawari .kodawari-end h2 {
  color: #333333;
  padding: 0;
  line-height: 1.6;
  background: none;
  border: none;
  margin: 0 0 12px;
}

.kodawari-end .kodawari-end-inner p {
  margin: 0;
}

/* 20231031 メニューのテキスト化 */

.header-nav-link-text {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  /*color: #5d0505;*/
  color: #142142;
  white-space: nowrap;
}

.header-nav-link-bg-wrapper {
  display: grid;
  place-content: center;
  padding: 2px 4px 0;
}

.header-nav-link-text--bg:not(#_) {
  font-size: 15px;
  background-image: linear-gradient(to top, #d3d565 0%, #e5e696 100%);
  padding: 7px 5px 4px !important;
  border-radius: 4px;
}

.header-nav-link-text--black:not(#_) {
  color: #FFF;
  background-image: none;
  background-color: #000;
}

.sidebar-link-wrapper {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 0 12px;
  align-items: center;
}

.sidebar-link-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: left;
}

.sidebar-link-wrapper span {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  color: #482b2a;
  white-space: nowrap;
  margin: 0 0 -4px;
}

/* 231225 肉の大栄お肉の定期便 */
.top-teikibin-bnr {
  margin-bottom: 40px;
}

.teikibin-contect p {
  font-size: 16px;
}

.teikibin-contect h2 {
  font-family: serif;
  font-size: 32px;
  color: #B70000;
  font-weight: 600;
  text-align: center;
  margin: 0 0 32px 0;
}

.teikibin-contect p {
  margin: 0;
}

.teikibin-01 {
  margin-bottom: 48px;
}

.teikibin-01 p {
  text-align: center;
}

.teikibin-01 span {
  font-weight: 600;
}

.teikibin-02 {
  padding: 40px 32px;
  margin-bottom: 32px;
  background: #FAF9F6;
  position: relative;
}

.teikibin-02::after {
  content: "";
  display: block;
  width: 71px;
  height: 129px;
  background: url(https://img07.shop-pro.jp/PA01394/020/etc_base64/dGVpa2liaW5faW1hZ2UwNQ.png?cmsp_timestamp=20231226115710) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 120px;
}

.teikibin-02 .teikibin-02-inner {
  max-width: 638px;
  margin: 0 auto;
}

.teikibin-02 .teikibin-02-inner ul li+li {
  margin-top: 24px;
}

.teikibin-02 .teikibin-02-inner ul li h3 {
  font-size: 19.2px;
  font-weight: 600;
}

.teikibin-02 .teikibin-02-inner ul li p {
  margin-left: 16px;
}

.teikibin-03 {
  text-align: center;
}

.teikibin-03 p.oneplan {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}

.teikibin-03 p.price {
  max-width: 400px;
  margin: 0 auto 32px;
}

.btn-wrap {
  text-align: center;
  margin-bottom: 56px;
}

.btn-wrap .btn {
  max-width: 380px;
  border: none;
}

.btn-wrap .btn p {
  margin-top: 12px;
}

.btn-wrap .btn:hover {
  border: none !important;
}

.btn-wrap .btn:focus {
  outline: none;
}

.teikibin-04 {
  padding: 40px 50px;
  margin-bottom: 56px;
  background: #FAF9F6;
}

.teikibin-contect .row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.teikibin-contect .row::before,
.teikibin-contect .row::after {
  display: none;
}

.teikibin-04 .teikibin-04-inner>div.row {
  justify-content: space-between;
}

.teikibin-04 .teikibin-04-inner>div>div {
  width: calc((100% - 32px) / 2);
}

.teikibin-05 {
  margin-bottom: 56px;
}

.teikibin-05 .teikibin-05-inner p.note {
  font-size: 12px;
}

.teikibin-05 .teikibin-05-inner ul.row {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.teikibin-05 .teikibin-05-inner ul li {
  width: calc((100% - 8px) / 2);
  font-size: 19.2px;
  font-weight: 600;
  text-align: center;
  margin: 4px 0;
  padding: 12px;
  border-radius: 8px;
  background: #FAF9F6;
}

.teikibin-05 .teikibin-image {
  margin-top: 32px;
}

.teikibin-06 {
  margin-bottom: 56px;
}

.teikibin-06 .teikibin-06-inner>div {
  width: calc(100% / 3);
  padding: 24px;
  background: #FAF9F6;
  position: relative;
}

.teikibin-06 .teikibin-06-inner>div:nth-of-type(2) {
  background: #F2EFE6;
}

.teikibin-06 .teikibin-06-inner>div:nth-of-type(3) {
  background: #E5DEC9;
}

.teikibin-06 .teikibin-06-inner>div::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(https://img07.shop-pro.jp/PA01394/020/etc_base64/dGVpa2liaW5fYXJyb3c.png?cmsp_timestamp=20231226113612) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.teikibin-06 .teikibin-06-inner>div:nth-of-type(3)::after {
  display: none;
}

.teikibin-06 .teikibin-06-inner>div h3 {
  margin: 0 0 24px;
  font-weight: 600;
}

.teikibin-06 .teikibin-06-inner>div h3 span {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  padding: 8px 12px;
  background: #B70000;
  border-radius: 16px;
  margin-bottom: 8px;
}

.teikibin-06 .teikibin-06-inner>div p {
  font-size: 13.7px;
}

.teikibin-07 {
  margin-bottom: 56px;
}

.teikibin-07 .faq-box {
  padding: 24px 32px;
  background: #F5F5F5;
}

.teikibin-07 .faq-box+.faq-box {
  margin-top: 16px;
}

.teikibin-07 .faq-box h3 {
  font-size: 19.2px;
  font-weight: 600;
  margin: 0 0 16px;
}

.teikibin-07 .faq-box h3::before {
  content: "Q.";
  margin-right: 8px;
}

.teikibin-07 .faq-box p a {
  text-decoration: underline;
}

/* 20240327 */
#about_packing .packingabout_packing_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#about_packing .packingabout_packing_box .image {
  width: 30%;
}

#about_packing .packingabout_packing_box .text {
  width: 60%;
}

#about_packing .packingabout_packing_box .text span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

/*-----------------------------------240717ゴルフコンページ-----------------------------------*/
.golfivent-content .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0 auto;
}

.golfivent-content .row::before {
    content: none;
}

.golfivent-content .center {
    text-align: center;
}

.golfivent-content .btn {
    display: block;
    margin: 58px auto;
    width: 400px;
}

.golfivent-content .golfivent-image {
    margin-top: 32px;
}
.golfivent-content .golfivent-image.grid3 {
    grid-template-columns: repeat(3, 1fr);
}
.golfivent-content ul {
    margin: 0 !important;
}

.golfivent-content ul li {
    font-size: 16px;
}

.golfivent-content h2 {
    font-size: 28px;
    font-weight: bold;
    font-family: serif;
    color: #2C0202;
}

.golfivent-content h2.cat-head {
    margin-bottom: 24px;
}

.golfivent-content h3 {
    font-size: 24px;
    font-weight: bold;
}

.golfivent-content h3.gift-head {
    font-size: 24px;
    font-weight: bold;
    color: #B70000;
    margin: 28px 0;
    padding-bottom: 0;
    border-bottom: solid 2px #2C0202;
}

.golfivent-content h3.sm {
    font-size: 19.2px;
}

.golfivent-content h3.gift-head span {
    font-size: 35px;
    font-family: serif;
}

.golfivent-content h4 {
    color: #2C0202;
    font-weight: bold;
}

.golfivent-content h5 {
    font-weight: bold;
}

.golfivent-content p {
    font-size: 16px;
    margin: 0;
}

.golfivent-content .golfivent02 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent02>h3 {
    color: #B70000;
    font-family: serif;
    margin: 40px 0 32px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.golfivent-content .golfivent02>h3::before,
.golfivent-content .golfivent02>h3::after {
    content: "";
    height: 1px;
    width: 10%;
    background: #B70000;
}

.golfivent-content .golfivent02>h3 span {
    padding: 0 20px;
}

.golfivent-content .golfivent02>ul {
    margin: 0;
    gap: 8px;
}

.golfivent-content .golfivent02>ul li {
    padding: 12px 32px 16px 32px;
    background-color: #FAF7F7;
}

.golfivent-content .golfivent02>ul li h3 {
    font-size: 19.2px;
    margin-bottom: 4px;
}

.golfivent-content .golfivent02>ul li h3 span {
    font-size: 19.2px;
    font-family: serif;
    color: #B70000;
}


.golfivent-content .golfivent03 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent04 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent05 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent06 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent06 .delivery {
    background-color: #FAF7F7;
    padding: 32px;
}

.golfivent-content .golfivent06 .delivery h4 {
    margin: 0 0 8px 0;
}

.golfivent-content .golfivent06 .delivery div:nth-of-type(1) {
    border-right: solid 0.25px #707070;
    padding-right: 32px;
}

.golfivent-content .golfivent06 .delivery div:nth-of-type(2) {
    padding-left: 32px;
}

.golfivent-content .golfivent06 .postage,
.golfivent-content .golfivent06 .delivery-ex {
    margin-top: 40px;
}

.golfivent-content .golfivent06 .postage table {
    width: 100%;
    font-weight: normal;
    border: 1px solid #fff;
    color: #fff;
}

.golfivent-content .golfivent06 .postage th {
    background: #450102;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-weight: normal;
    padding: 4px;
}

.golfivent-content .golfivent06 .postage td {
      background: #81696a;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 4px;
}
.golfivent-content .golfivent06 .postage tr td:nth-of-type(1){
      background: #7e0509;
}
.golfivent-content .golfivent06 .postage table+p {
   color: #7e0509;
}


/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    background-color: #FAF7F7;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/3);
    padding: 16px;
    border-bottom: 3px solid #B70000;
    background-color: #d9d9d9;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
    color: #9A7575;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 32px 40px;
    clear: both;
    overflow: hidden;
}

.tab_content .tab_content_description>div:nth-of-type(1) p {
    color: #B70000;
    font-weight: bold;
}

.tab_content .tab_content_description>div:nth-of-type(2) {
    margin: 24px 0;
  text-align:center;
}

.tab_content .tab_content_description>div:nth-of-type(2) p {
    margin: 0;
}

.tab_content .merit {
    gap: 16px;
}

.tab_content .merit>div {
    background-color: #fff;
    padding: 10px 24px 16px 24px;
    border: solid 1px #B9B9B9;
}

.tab_content .merit>div h5 {
    padding-bottom: 8px;
    border-bottom: solid 0.25px #707070;
}

.tab_content .merit>div:nth-of-type(1) h5 {
    color: #B70000;
}

.tab_content .merit>div:nth-of-type(2) h5 {
    color: #0A4488;
}

.tab_content .merit>div li {
    font-size: 13.7px;
}

/*選択されているタブのコンテンツのみを表示*/
#laterdate01:checked~#laterdate01_content,
#laterdate02:checked~#laterdate02_content,
#ontheday:checked~#ontheday_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    background-color: #B70000;
    color: #fff;
}

.golfivent-content .golfivent07 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent08 {
    margin-bottom: 68px;
}

.bubble-wrap {
    grid-template-columns: 1fr 5fr !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem 2rem;
    margin-bottom:16px !important;
}

.bubble-wrap .img {
    width: 128px;
    text-align: center;
}

.bubble-wrap .bubble {
    background: #F5F5F5;
    text-align: left;
    padding: 24px 32px;
    border: 1.5px solid rgba(123, 122, 123, 0.17);
    border-radius: 8px;
    position: relative;
}

.bubble-wrap:nth-of-type(2) .bubble {
    background: #FAF7F7;
}

.bubble-wrap .bubble::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-right: 10px solid rgba(123, 122, 123, 0.17);
    position: absolute;
    top: 50%;
    left: -21px;
    transform: translateY(-50%);
}

.bubble-wrap .bubble::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-right: 10px solid #F5F5F5;
    position: absolute;
    top: 50%;
    left: -19.5px;
    transform: translateY(-50%);
}

.bubble-wrap:nth-of-type(1) .bubble>p span {
    color: #1B71AC;
}

.bubble-wrap:nth-of-type(2) .bubble>p span {
    color: #B70000;
}

.golfivent-content .golfivent09 {
    margin-bottom: 68px;
}


.golfivent-content .golfivent09 .info {
    padding: 24px;
    border: solid 1px #D1CCCC;
}

.golfivent-content .golfivent09 .info li {
    display: inline;
}

.golfivent-content .btn:hover {
    border: none;
}

.golfivent-content .golfivent10 {
    margin-bottom: 68px;
}

.golfivent-content .golfivent10 .faq-box {
    padding: 24px 32px;
    background: #F5F5F5;
}

.golfivent-content .golfivent10 .faq-box+.faq-box {
    margin-top: 16px;
}

.golfivent-content .golfivent10 h3 {
    font-size: 19.2px;
    margin: 0 0 8px;
}

.golfivent-content .golfivent10 p {
    margin: 0;
}

.golfivent-recomend01{
    margin-bottom: 68px;
}
.golfivent-recomend01 .item_box{
    grid-template-columns: repeat(3, 1fr) !important;
    gap:2rem;
}
.golfivent-recomend01 .item_box li span{
    font-size:14px;
  border:none;
}
.golfivent-recomend01 .item_box li strong{
    font-size:14px;
    color:#8a0d0d;
}
.golfivent-recomend01 .item_box li a:hover{
	text-decoration:none;
}

/*-----------------------------------250212カテゴリーページ-----------------------------------*/
/*ランキング*/
h2.ranking {
  background: #142142 !important;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
}
.category_ranking_list {
  display: flex;
  justify-content: space-between;
}
.category_ranking_list li {
  width: 22%;
}

h5.lanking span {
  display: block;
  text-align: center;
  color: #FFEE74;
  font-family: serif;
  font-size: 120%;
}