@charset "UTF-8";
/*
	Template: swell
	Theme Name: SWELL CHILD
	Theme URI: https://swell-theme.com/
	Description: SWELLの子テーマ
	Version: 1.0.0
	Author: LOOS WEB STUDIO
	Author URI: https://loos-web-studio.com/

	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl.html
*/

/* -- 全体 -- */
.mincho{
	font-family: "游明朝",YuMincho, "ヒラギノ明朝", serif;
}

@media (min-width: 640px) {
.l-header__inner.l-container {
	padding: 10px 0 10px;
}
}

/* メニューPC */
#gnav {
	margin: 0 auto;
}
.c-gnav .menu-item {
	padding: 0 10px;
}
#menu-contact_navi-1 li a {
	background: var(--color_main);
	color: #fff;
	padding: 16px;
	font-size: .9em;
}
/* Gメニュー・サブメニュー */
.c-gnav ul.sub-menu {
  padding: 0 !important;
  background: none !important;
}
.c-gnav ul.sub-menu li.menu-item{
	background: var(--color_main);
	color: white;
	padding: .5em 0;
  width: 150%;
}
.c-spnav .sub-menu a:before,
.c-gnav .sub-menu a:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #fff;
  opacity: .6;
  margin-right: 1.5em;
  vertical-align: middle;
}
.c-gnav .sub-menu .ttl{
  left: 2em;
}
.c-gnav .sub-menu a:hover {
    padding-left: 3em;
}

#content {
	padding-top: 0 !important;
}

/* ヘッダーSP */
	.l-header__logo {
		margin-left: 30px;
	}
	.l-header__customBtn.sp_ {
		width: 30px;
	}
/* メニューSP */
.p-spMenu__body {
    background: var(--color_main);
}
.c-widget__title.-spmenu {
    text-align: center;
    padding-top: 2em;
	  font-size: 1.5em;
    letter-spacing: .2em;
}
.c-spnav.c-listMenu a {
    color: #fff;
    padding: 1em;
    border: 0;
    width: 150%;
}
.c-spnav ul.sub-menu li.menu-item a {
  padding-left: 4em;
}

.c-spnav.c-listMenu a:before,
#menu-contact_navi li a::before {
	content: "";
}
#menu-contact_navi li a {
    font-size: 1.1em;
    background: #fff;
    color: #333;
    text-align: center;
}

/* トップページスライド */
  /* PC用スライダーをモバイルでは非表示に */
@media (max-width: 767px) {
    .custom-slider {
        display: none;
    }
}

  /* モバイル用スライダーをPCでは非表示に */
@media (min-width: 768px) {
    .custom-slider-sp {
        display: none;
    }
}

  /* スライダー全体を固定高さに */
.custom-slider {
    height: 460px;
    position: relative;
    overflow: visible;
    margin-bottom: 60px;
}
  /* Swiper要素 */
.custom-slider .swiper-wrapper {
    height: 100% !important;
}
.custom-slider .swiper-slide {
    height: 100%;
    display: flex;
    align-items: stretch;
    padding: 0 !important;
    margin: 0 !important;
}
  /* スライド内の背景を画面いっぱいに表示 */
.custom-slider .vk_slider_item {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
}
  /* コンテンツラッパーにも余白排除 */
.custom-slider .vk_slider_item_container {
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
  /* figureや画像の親要素も制御 */
.custom-slider figure a,
.custom-slider .wp-block-image {
    display: block;
    height: 100%;
}
  /* 画像：中央トリミング・上下左右フィット */
.custom-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

  /* ページネーションを画像の下に */
.custom-slider .swiper-pagination {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

  /* ページネーションのドットを太めの丸に */
.custom-slider .swiper-pagination-bullet,
.custom-slider-sp .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #333;
	opacity: 0.5;
	border-radius: 50%;
	margin: 0 4px;
}
  /* ドットの間隔を広げる */
.swiper-pagination-bullet {
	margin: 0 .5em !important;
}
  /* アクティブ時はドットの色を強調 */
.custom-slider .swiper-pagination-bullet-active,
.custom-slider-sp .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: var(--color_main);
}
  /* スライド矢印背景丸 */
.swiper-button-next.swiper-button-center,
.swiper-button-prev.swiper-button-center {
	border-radius: 50px;
	padding: 2em;
	font-weight: bold;
}

/* モバイルスライダー */
  /* モバイル表示時だけ適用 */
@media (max-width: 767px) {
    .top #content .custom-slider-sp {
        width: 100vw;
        margin-left: calc(50% - 50vw); /* 中央揃えの状態から横にズラして全幅に */
    }
    /* スライドと見出しの余白 */
    h2.h2_whatsnew {
        margin-top: 3em !important;
    }
}
    .custom-slider-sp {
        height: 354px;
        position: relative;
        overflow: visible;
        margin-bottom: 60px;
    }
    .custom-slider-sp .swiper-pagination {
        position: absolute;
        bottom: -58px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 10;
    }
    /* スライド矢印背景丸 */
    .custom-slider-sp .swiper-button-next.swiper-button-mobile-bottom,
    .custom-slider-sp .swiper-button-prev.swiper-button-mobile-bottom {
        position: absolute;
        bottom: -60px;
        border-radius: 50px;
        padding: 1.3em;
        font-weight: bold;
        background: #fff;
        opacity: .5;
        color: #333;
		border: 1px #333 solid;
    }

/* What'sNewカラム */
h2.h2_whatsnew{
	font-size: 3em;
	opacity: .5;
	margin: 0 0 1em;
}
.whatsnew .p-postList {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: .5em;
	list-style: none;
	padding: 0;
	margin: 0;
}

.whatsnew .p-postList__item {
	width: calc(50% - 1em);
	box-sizing: border-box;
}

/* スマホの時は1個ずつ */
@media (max-width: 640px) {
	.whatsnew .p-postList__item {
		width: 100%;
	}
	h2.h2_whatsnew{
		font-size: 2.4em;
	}
}
h2.p-postList__title,
.l-articleBottom__section.-related .p-postList__title {
	padding-top: 10px !important;
}
.p-postList__body {
	border-bottom: 1px lightgrey solid;
	border-top: 1px lightgrey solid;
	min-height: 94px;
	background: #FDFDFD;
}
.l-articleBottom__section.-related .p-postList__body{
  background: #fff;
}
.c-postThumb__cat {
	background-image: none;
	padding: 2px 10px;
}
.icon-folder::before,
.icon-posted::before {
	content: "";
}
.c-postTimes__modified,
time.c-postTimes__posted.icon-posted {
	color: var(--color_main);
	font-weight: bold;
	font-size: 1.1em;
}
.p-postList__meta :before{
  content: none;
}
.p-postListWrap.whatsnew {
	margin-bottom: 4em;
}

/* ラインナップカラム */
.lineup .wp-block-column.has-white-background-color.has-background {
	padding: 3em;
}
.lineup .wp-block-columns.pc_only {
	margin-bottom: 0;
}
@media (max-width: 640px) {
	.lineup .wp-block-column.has-white-background-color.has-background {
		padding: 2em;
	}
}
.lineup .wp-block-heading {
	font-size: 3em;
	position: absolute;
	opacity: .5;
	top: -.7em;
	left: 50%;
	transform: translateX(-50%);
	letter-spacing: 0.3rem;
}
.lineup p {
	font-size: .9em;
	line-height: 1.3em;
	padding-top: .5em;
	margin-bottom: 0;
}
.lineup .wp-block-column p {
	background-image: url(https://comt.riceriver.com/app/wp-content/uploads/2025/07/arrow_b2.png);
	background-repeat: no-repeat;
	background-position: right -150%;
	background-size: 20%;
	border: 1px lightgrey solid;
}
@media (max-width: 640px) {
	.lineup .wp-block-column p {
		background-position: 95% 140%;
		background-size: 40%;
	}
}
.lineup .wp-block-column p span {
	background: rgba(255,255,255,0.8);
	display: block;
	padding: 0 5px 5px;
}

/* フッター前余白除去 */
.home #content,
.page-id-17 #content,
.page-id-19  #content {
	margin-bottom: 0;
}

/* フッターメニュー */
#menu-footer_navi1 {
  width: 110%;
}

#footer .c-listMenu a::before{
	content:"";
}

#footer .menu .menu-item a {
	border-bottom: 0;
	padding-top: .25em;
    padding-bottom: .25em;
}
#menu-footer_navi1 > li#menu-item-283 > a,
#menu-footer_navi1 > li#menu-item-282 > a,
#menu-footer_navi2a > li#menu-item-278 > a,
#menu-footer_navi2a > li#menu-item-279 > a,
#menu-footer_navi2b > li#menu-item-288 > a,
#menu-footer_navi2b > li#menu-item-289 > a {
	padding-left: 0;
	margin-left: 0;
}
#footer .sub-menu li a{
	padding-left: 2em !important;;
}

/* ショップページ・写真と地図 */
.wp-block-columns.alignfull {
	gap: 0 !important;
}
	/* 見出し・下線レイアウト */
.wp-block-heading.line_u,
.wp-block-heading.line_u_w {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6em;
}
.wp-block-heading.line_u::after,
.wp-block-heading.line_u_w::after {
  content: "";
  position: absolute;
  left: -1em;
  right: -1em;
  bottom: 0;
  height: 1px;
  background-color: #333;
}
.wp-block-heading.line_u_w::after {
	background-color: #fff;
}

/* ショップページ・詳細情報 */
.c-pageTitle {
  text-align: center;
  font-size: 2.4em;
  text-shadow: none;
}
@media (max-width: 640px) {
div#top_title_area {
    height: 240px;
}
}
/* ショップ・サービスページ全体背景 */
#body_wrap.page-id-17 {
  background: #F4F3E9;
}

	/* 段落を中央に配置 */
.al-c {
  text-align: center;
}
.al-c .al-c_text {
  display: inline-block;
  text-align: left;
}

.line_l {
  display: flex;
  justify-content: center;
}
.line_l .wp-block-column {
  text-align: center;
}

/* テーブルの左にライン */
.line_l .wp-block-table.shop-info {
  display: inline-block;
  margin: 0;
  border-left: 1px solid #999;
  padding-left: 1em;
}
.line_l .wp-block-table.shop-info table {
  border-collapse: collapse;
}
.line_l .wp-block-table.shop-info td {
  text-align: left;
  padding: .3em 0;
  vertical-align: top;
}
/* 左列（タイトル） */
.line_l .wp-block-table.shop-info tr td:first-child {
  white-space: nowrap;
  padding-right: .8em;
  font-weight: 600;
}
  /* スマホ時：行ごとに縦並び */
@media (max-width: 640px) {
  .line_l .wp-block-table.shop-info {
	width: 100%;
  }	
  .line_l .wp-block-table.shop-info table,
  .line_l .wp-block-table.shop-info tbody,
  .line_l .wp-block-table.shop-info tr,
  .line_l .wp-block-table.shop-info td {
    display: block;
    width: 100%;
  }
  .line_l .wp-block-table.shop-info tr { margin-top: .6em; }
  .line_l .wp-block-table.shop-info tr td:first-child {
    margin-bottom: .2em;
  }
}

/* 段落版も同じ見た目にしておく場合 */
.line_l .wp-block-column > p {
  display: inline-block;
  text-align: left;
  margin: 0;
  border-left: 2px solid #333;
  padding-left: 1em;
}
.line_l .wp-block-table.shop-info table,
.line_l .wp-block-table.shop-info table td {
  border: none !important;
}
.line_l .wp-block-table.shop-info td:first-child {
  color: #999;
  font-size: .9em;
  vertical-align: top;
}
.line_l .wp-block-table.shop-info td:last-child {
  padding-left: 1.5em;
}
.line_l .wp-block-table.shop-info td {
  padding-top: 0.4em !important;;
  padding-bottom: 0.4em !important;;
}

/* サービスページ・MEOカラムPC */
@media (min-width: 640px) {
.page-id-19 figure.wp-block-table.shop-info {
 width: 600px;   
}
}

/* サービスページ・キャッチ装飾 */
.p_catch {
  background: var(--color_main);
  color: #fff;
  padding: .2em;
  width: fit-content;
}

/* 会社情報・問い合わせフォーム・プライバシーポリシー ページ全体背景 */
#body_wrap.page-id-24,
#body_wrap.page-id-26,
#body_wrap.page-id-3 {
  background: var(--color_main);
}
#body_wrap.page-id-24 div#breadcrumb,
#body_wrap.page-id-26 div#breadcrumb,
#body_wrap.page-id-3 div#breadcrumb {
    color: #fff;
}
.page-id-26 div#content,
.page-id-3 div#content {
  background: #fff;
  max-width: 1024px;
}
.page-id-26 main#main_content,
.page-id-3 main#main_content {
    padding-top: 4em;
    padding-bottom
    : 4em;
}
/* 会社概要・テーブル */
.wp-block-column.bg_tbl_company {
  opacity: .6;
}
figure.wp-block-table.tbl_border0 td {
	border-left: none;
	border-right: none;
  padding: 1em 2em;
}
figure.wp-block-table.tbl_border0 table tr:first-child td {
  border-top: none;
}

  /* 会社概要・テーブル（スマホのみ） */
@media (max-width: 640px) {
figure.wp-block-table.tbl_border0 td {
	border-bottom: none;
	border-top: none;
  padding: .5em;
}
figure.wp-block-table.tbl_border0 table tr > td:first-child {
  padding-bottom: 0;
}
}
/* 企業理念 */
.c_philosophy {
  color: #fff;
}
.c_philosophy h3.wp-block-heading {
    border-bottom: #fff solid 1px;
}

/* お知らせ一覧・カテゴリページ */
.category-news div#content {
    margin: 6em auto;
}
.category-news .p-postList__body {
    min-height: 145px;
}
.p-postList__body {
    background: #F4F3E9;
    padding: 0 .5em .5em !important;
}
small.c-pageTitle__subTitle.u-fz-14,
.p-termNavigation.c-categoryList {
    display: none;
}
/* お知らせ投稿ページ */
#body_wrap.single-post {
  background: #CEDFF1;
}
.single-post div#content {
    background: #fff;
    padding: 4em 2em !important;
}
/* お知らせ投稿ページ・パンくず・サブカテゴリ非表示 */
	.single-post .p-breadcrumb__list li:nth-child(3) a {
		pointer-events: none;
		color: inherit;
		cursor: default;
	}
	.single-post .p-breadcrumb__list li:nth-child(3)::after {
		display: none !important;
	}
  .p-articleMetas__termList.c-categoryList {
		display: none;
	}

/* トップページ・お知らせ新着リスト */
.home .p-postList__body {
    background: #fff;
}

/* お問い合わせフォーム必須項目 */
.smf-item__description{
  	font-size: .7rem;
  	color: #fff !important;
  	background: #f00;
    width: fit-content;
    padding: 2px 10px;
}
/* お問い合わせボタンのデザイン変更・お問い合わせフォームボタン */
.smf-action .smf-button-control__control	{
  	background: var(--color_main);
	  color: #fff;
    width: 60%;
}
.smf-button-control__control[data-action="back"] {
    background: #fff;
    color: var(--color_main);
    border: 1px solid var(--color_main);
    width: 30%;
}
button.smf-button-control__control[data-action="complete"] {
    width: 60%;
}

/* PCでは普通に点を表示 */
.br-sp {
  display: inline;
}

/* PCでは普通に点を表示 */
.br-sp {
  display: inline;
}

/* スマホでは点を消して改行にする */
@media (max-width: 640px) {
  .br-sp {
    display: block;   /* 強制改行 */
    visibility: hidden; /* 点自体は見せない */
    line-height: 0;    /* 余計な余白を消す */
  }
}

