@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
*/

/* 追加CSS
------------------------------------- */
.full_width {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-left: 23px !important;
	padding-right: 23px !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.small {
	font-size: 87%;
	line-height: 1.5;
}
.text-nowrap {
	white-space: nowrap;
}
.w-500 {
	width: 100%;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.w-600 {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.w-700 {
	width: 100%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.w-800 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.rounded100 .swl-bg-color {
	border-radius: 100vh;
	padding: 0.3em 1em;
	display: inline-block;
}
.rounded15 {
	border-radius: 15px;
}
.border-w1 {border-width: 1px !important;}
.border-w2 {border-width: 2px !important;}
.border-w3 {border-width: 3px !important;}
.border-w4 {border-width: 4px !important;}
.border-w5 {border-width: 5px !important;}
.bg-c01 {background-color: #E5F7FF;}
.gap-0 {gap: 0;}

.d-flex {
	display: flex !important;
}
.d-inline-block {
	display: inline-block !important;
}
@media screen and (min-width: 861px) {
	.d-md-flex {
		display: flex !important;
	}
}
@media screen and (min-width: 601px) {
	.only_sp {
		display: none !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
}
@media screen and (max-width: 600px) {
	.only_pc {
		display: none !important;
	}
}
@media (min-width: 601px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/* swell上書き
------------------------------------- */
:root {
	--swl-fz--root: 3vw;
}
.p-spMenu .c-listMenu a {
	font-size: 1.3em;
}
@media (min-width:600px) {
	:root {
		--swl-fz--root: 16px;
	}
}

/* 投稿リストブロックのカード型とサムネイル型を4列表示にする */
@media (min-width: 960px) {
	.-col4 .-type-card.-pc-col3 .p-postList__item,
	.-col4 .-type-thumb.-pc-col3 .p-postList__item {
		width: calc(100% / 4);
	}
}

/* コンテンツ余白 */
.l-content {
	margin: 0 auto 4em;
	padding-top: 3em;
}
.page .l-content {
	padding-top: 0;
}
@media (max-width: 600px) {
	.l-content {
		margin: 0 auto 2em;
	}
}

/* ヘッダー */
.l-header__logo {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
@media (max-width: 960px) {
	.l-header__inner,
	.l-fixHeader__inner {
		padding: 0;
		height: 65px;
	}
}

/* ヘッダーロゴ */
.c-headLogo a {
	width: 298px;
	height: 40px;
	background-image: url(img/logo_ruffle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
@media (max-width: 960px) {
	.c-headLogo a {
		width: 253.3px;
		height: 34px;
	}
}

/* グローバルナビサブテキスト */
.c-smallNavTitle {
	font-size: 12px;
	opacity: .7
}

/* スマホメニュー 幅・スピード*/
.p-spMenu__inner {
	width: 400px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
@media (max-width: 500px) {
	.p-spMenu__inner {
		width: 80%;
	}
}

/* パンくずフォントサイズ */
.p-breadcrumb__text {
	font-size: 13px;
}

/* カテゴリーページタイトル */
.c-pageTitle__subTitle {
	display: none;
}
.page .c-pageTitle {
	display: none;
}

/* メインビジュアル */
.p-mainVisual {
	max-width: 960px;
	margin: 0 auto;
}

/* カード型投稿一覧 */
.-type-card .p-postList__item {
	margin-bottom: 1em;
}
.-type-card .p-postList__body {
	padding-top: 0.5em;
}
.p-postList__title+.p-postList__meta {
	margin-top: 0;
}

/* フッター */
.w-beforeFooter {
	margin: 4em auto;
}
.l-footer__foot .copyright span {
	display: none;
}
@media screen and (min-width: 961px) {
	.l-footer__foot .copyright br {
		display: none;
	}
}
@media (max-width: 600px) {
	.w-beforeFooter {
		margin: 2em auto;
	}
	.l-footer {
		background-color: #fff;
	}
	.l-footer__foot .copyright {
		font-size: 0.9rem;
	}
}


/* xo-slider
------------------------------------- */
.xo-slider .swiper-container-thumbs {
	margin-top: 5px;
}


/* ギャラリー
------------------------------------- */
.wp-block-gallery .wp-block-image {
	flex-grow: 0 !important;
}


/* テーブル
------------------------------------- */
.post_content .td_to_th_ tbody tr>:first-child,
.post_content tbody th {
	font-weight: normal;
}
.wp-block-table  td {
	border-color: #ccc !important;
}


/* フッター
------------------------------------- */
.rk-footer {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 2rem 0 0;
	background-color: #EFEFEF;
}
.rk-footer a {
	color: var(--color_text);
}

.rk-footer_inner {
	display: flex;
	justify-content: space-between;
	max-width: 990px;
	margin: 0 auto;
	padding: 0.5rem 4rem 0;
}
.rk-footer h4 {
	font-weight: normal;
}
.rk-footer .logo img {
	margin-bottom: 0.5rem;
	height: 40px;
}
.rk-footer .logo .address {
	margin-bottom: 1rem;
	padding-left: 2.9rem;
}
.rk-footer .sitemap .inner {
	display: flex;
	gap: 4rem;
}
.rk-footer .sitemap .inner li a:hover {
	opacity: 0.7;
}
.rk-footer .sitemap .inner li::before {
	margin-right: 0.5em;
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.8em;
}
@media (max-width: 1000px) {
	.rk-footer .sitemap .inner {
		display: block;
	}
}
@media (max-width: 800px) {
	.rk-footer .sitemap {
		display: none;
	}
}
@media (max-width: 600px) {
	.rk-footer {
		background-color: #fff;
	}
	.rk-footer_inner {
		display: block;
		padding: 0;
	}
	.rk-footer .logo {
		width: 100%;
		padding: 0 15vw;
		text-align: center;
	}
	.rk-footer .logo img {
		height: 12rem;
	}
	.rk-footer .address {
		display: none;
	}
}


/* プライバシーポリシー
------------------------------------- */
.list-disc {
	list-style-type: disc !important;
}
ul.list-kakko {
	padding-left: 1.8em !important;
}
ul.list-kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.list-kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------- */

.privacy .lead {
	margin-bottom: 2em;
}
.privacy section {
	margin-bottom: 2em;
	padding-left: 0.5em;
}
.privacy h2 {
	margin: 0 0 0.5em -0.5em;
	padding: 0;
	font-size: 1.15rem;
	background: none;
}
.privacy h2::before {
	display: none;
}
.privacy ol {
	margin: 0.8em 0 !important;
}
.privacy ol li {
	margin-bottom: 0.5em !important;
}
.privacy ul {
	margin: 0.8em 0 !important;
}
@media(max-width:600px) {
	.privacy section {
		padding-left: 0;
	}
	.privacy h2 {
		margin: 0 0 0.5em 0;
	}
}


/* Contact Form 7
------------------------------------- */
.inquiry {
	max-width: 800px !important;
	margin: 25px auto 10px;
}
.inquiry th {
	width: 35% !important;
	padding: 12px 15px;
	text-align: left;
	font-size: 16px;
	color: #444;
	font-weight: normal !important;
	vertical-align: middle;
	background: #f7f7f7;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
}

@media(max-width:650px) {
	.inquiry th {
		padding: 5px 10px;
	}
	.inquiry td {
		padding: 10px 0;
	}
	.inquiry th,
	.inquiry td {
		display: block !important;
		width: 100% !important;
		border-top: none !important;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7 !important;
	}
}

/* ------------------------- */

#inquiry_btn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 290px;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	border: none;
}
#inquiry_btn:hover {
	background: #fff;
	color: #000;
	outline: 1px solid #000;
}
.inquiry .required {
	margin-right: 4px;
	padding: 1px 3px;
	font-size: 7px;
	background: #ec4c62;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}
.inquiry .content {
	height: 150px;
}
.inquiry input {
	width: 100%;
	max-width: 400px;
	margin-right: 0.3em;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry .wpcf7-checkbox input,
.inquiry .wpcf7-radio input {
	width: auto;
	margin-right: 0;
}
.inquiry .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0.5em;
}
.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry select {
	background-color: #fff;
}
.inquiry .address .zipcode {
	width: 7em !important;
	margin: 0 1.5em 0.7em 0.4em;
}
.inquiry .address .pref {
	margin-left: 0.4em;
}
.inquiry .address .city {
	margin-bottom: 0.7em;
}

/* Blue */
.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #666;
	color: #666;
	border-radius: 3px;
}
/* Green */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Red */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Orange */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Yellow */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}

/* ------------------------- */

.down_arrow {
	position: relative;
}
.down_arrow::after {
	position: absolute;
	content: '';
	bottom: -59px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 640px 0 640px;
	border-color: #E5F7FF transparent transparent transparent;
}
@media (max-width: 1280px) {
	.down_arrow::after {
		border-width: 60px 50vw 0 50vw;
	}
}
@media (max-width: 600px) {
	.down_arrow::after {
		bottom: -69px;
		border-width: 70px 50vw 0 50vw;
	}
}

/* --------------------------- */

.setsubi_case {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
}
@media (max-width: 600px) {
	.setsubi_case {
		top: -8.2vw;
		width: 14vw;
	}
}

/* --------------------------- */

.backnumber_link {
	text-align: right;
}
.backnumber_link a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 599px) {
	.backnumber_link {
		font-size: 0.9em;
	}
}

/* ------投稿カテゴリー---------- */
.category-cat1 h1.c-pageTitle,
.category-cat2 h1.c-pageTitle,
.category-news h1.c-pageTitle
{
display: none;
}
.category-cat1 .l-topTitleArea,
.category-cat2 .l-topTitleArea, 
.category-news .l-topTitleArea {
display: none;
}
.p-termContent>.p-blogParts {
    margin-bottom: 1em;
	}
.l-mainContent__inner .p-termContent {
    margin-top: 0em;
}






/* ------追従バナー---------- */
.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* 追従バナー・スマホは非表示 */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}