@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;
}


/* swell上書き
------------------------------------- */
/* コンテンツトップ余白 */
.l-content {
	padding-top: 1em
}

/* ヘッダー */
.l-header__logo {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

@media (max-width: 960px) {
	.l-header__inner,
	.l-fixHeader__inner {
		padding: 0;
		height: 65px;
	}
}

/* ヘッダーロゴ */
.c-headLogo a {
	width: 200px;
	height: 60px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 960px) {
	.c-headLogo a {
		height: 50px;
	}
}

/* グローバルナビサブテキスト */
.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;
}


/* 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;
	width: 30%;
}
.wp-block-table td {
	border-left: none !important;
	border-right: none !important;
}
.wp-block-table  td {
	padding-top:  0.8em;
	padding-bottom: 0.8em;
	border-color: #ccc !important;
}


/* プライバシーポリシー
------------------------------------- */
.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;
}

/* ------------------------- */

.mt--8rem {
	margin-top: -8rem !important;
}

.boxshadow {
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

