@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;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.small {
	font-size: 87%;
	line-height: 1.5;
}

.d-flex {
	display: flex !important;
}

.justify-content-center {
	justify-content: center !important;
}

.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;
}

.sns_icon {
	text-align: center;
}

.sns_icon img {
	width: 47px;
	margin: 4px;
}

.sns_icon a:hover {
	opacity: 0.8;
}

.blocks-gallery-item img {
	border-radius: 15px;
}

.wp-block-gallery .blocks-gallery-item {
	flex-grow: 0;
}



/* swell上書き
------------------------------------- */
/* コンテンツトップ余白 */
.l-content {
	padding-top: 1em
}

/* ヘッダー */
.l-header__inner,
.l-fixHeader__inner {
	height: 110px;
}

@media (max-width: 960px) {
	.l-header__inner,
	.l-fixHeader__inner {
		padding: 0;
		height: 65px;
	}
}

/* ヘッダーロゴ */
.c-headLogo a {
	margin-top: -5px;
	width: 174px;
	height: 75px;
	background-image: url(img/logo_header.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 960px) {
	.c-headLogo a {
		width: 121px;
		height: 52px;
	}
}

/* スマホメニュー 幅・スピード*/
.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;
}


/* テーブル
------------------------------------- */
.post_content .td_to_th_ tbody tr>:first-child,
.post_content tbody th {
	font-weight: normal;
	width: 30%;
}

.wp-block-table  td {
	padding-top:  0.8em;
	padding-bottom: 0.8em;
	border-color: #ccc !important;
}


/* トップページ
------------------------------------- */
.home .l-content {
	padding-top: 30px !important;
}

.p-mainVisual__inner {
	max-width: 1100px;
	margin: 0 auto;
}

/* ------------------------- */

.home_banner {
	text-align: center;
}

.home_banner a {
	display: inline-flex;
	align-items: flex-start;
	padding: 10px;
	font-size: 16px;
	color: #4b4948;
	list-style: none;
	outline: 1px solid #A9A19D;
	outline-offset: -10px;
	background-color: #fff;
	background-image: url(img/arrow01.svg);
	background-position: center right 40px;
	background-repeat: no-repeat;
}

.home_banner a:hover {
	opacity: 0.8;
}

.home_banner img {
	width: 330px;
}

.home_banner .inner {
	padding: 13px 120px 15px 40px;
}

.home_banner .ttl {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
}

.home_banner .ttl::before {
	content: '\e939';
	font-family: 'icomoon';
	font-size: 1.6em;
	margin-right: 5px;
	vertical-align: -3px;
}

.home_banner .ttl::after {
	content: url(img/arrow02.svg);
	width: 27px;
	margin-left: 10px;
	vertical-align: -3px;
}

@media (max-width: 1000px) {
	.home_banner a {
		background-image: none;
	}
	.home_banner .inner {
		padding: 10px 20px 15px 40px;
	}
	.home_banner {
		xmax-width: 780px;
	}
}
@media (max-width: 860px) {
	.home_banner .inner {
		padding: 5px 30px 20px;
	}
	.home_banner img {
		display: none;
	}
}
@media (max-width: 600px) {
	.home_banner .inner {
		padding: 5px 20px 20px;
		text-align: left;
		line-height: 1.5;
	}
	.home_banner .inner br {
		display: none;
	}
}
@media (max-width: 480px) {
	.home_banner .ttl {
		margin-bottom: 0.2em;
		letter-spacing: 0.1em;
	}
	.home_banner a {
		background-image: none;
	}
}


/* Contact Form 7カスタマイズ
------------------------------------- */
/*見出し欄*/
.inquiry th {
	width: 35%;
	padding: 12px 15px;
	text-align: left;
	font-size: 16px;
	color: #444;
	font-weight: normal !important;
	vertical-align: middle;
	background: #e9d8dd;
	border: solid 1px #aaa !important;
	border-left: none !important;
	border-right: none !important;
}

/*通常欄*/
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	xbackground: #fff;
	border: solid 1px #aaa !important;
	border-left: none !important;
	border-right: none !important;
}

/*横の行とテーブル全体*/
.inquiry {
	max-width: 700px !important;
	margin: 15px auto 30px;
}

/*
.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7;
}*/

/*必須の調整*/
.required {
	margin-right: 4px;
	padding: 2px;
	font-size: 7px;
	background: #845461;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}

/*任意の調整*/
.optional {
	margin-right: 3px;
	padding: 2px;
	font-size: 7px;
	background: #845461;
	color: #fff;
	border-radius: 2px;
	position: relative;
	bottom: 1px;
	font-weight: normal;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
	display: block;
}

/*送信ボタンのデザイン変更*/
.formbtn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 200px;
	background: #845461;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	border: none;
}

/*送信ボタンマウスホバー時*/
.formbtn:hover {
	background: #fff;
	color: #845461;
	outline: 1px solid #845461;
}

/*スマホContact Form 7カスタマイズ*/
@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 .haveto,
	.inquiry .any {
		font-size: 10px;
	}
}

/* ------------------------- */

.inquiry .content {
	height: 150px;
}

.inquiry input {
	width: 100% !important;
	max-width: 400px !important;
	xbackground-color: #fff;
	background-color: #f1eeef;
}

.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	xbackground-color: #fff;
	background-color: #f1eeef;
}

.inquiry select {
	xbackground-color: #fff;
	background-color: #f1eeef;
}

.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;
}

.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #845461; /* Blue */
	color: #845461;
	background-color: #fff;
	border-radius: 3px;
}
  
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #845461; /* Green */
    color: #845461; /* Green */
}
  
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #845461; /* Red */
    color: #845461; /* Red */
}
  
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #845461; /* Orange */
    color: #845461; /* Orange */
}
  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #845461; /* Yellow */
    color: #845461; /* Yellow */
}
.wpcf7-confirm {
	margin: 0 !important;
}
.wpcf7c-elm-step {
	font-size: 18px;
	text-align: center;
}
/* ------------------------- */
