@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;
}

.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;
}

/* ------------------------- */

a.btn {
	position: relative;
	display: inline-block;
	margin-bottom: 3px;
	padding: 0.5em 1em;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	user-select: none;
	transition: all 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	background-color: var(--color_main);
}

a.btn:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}


/* swell上書き
------------------------------------- */
/* コンテンツトップ余白 */
.l-content {
	padding-top: 1em
}

/* ヘッダーロゴ */
.c-headLogo {
	width: 160px;
	height: 42px;
}

.c-headLogo a {
	background-image: url(img/logo_header.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

.l-header__logo {
	padding: 10px 0 !important;
}

@media screen and (max-width: 960px) {
	.l-header__logo {
		padding: 5px 2vw !important;
	}
	.c-headLogo {
		height: 35px;
	}
}

/* グローバルナビサブテキスト */
.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;
}


/* テーブル
------------------------------------- */
.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;
}


/* トップページ
------------------------------------- */
.home .l-content {
	padding-top: 0 !important;
}





/* 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: #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;
}

/*横の行とテーブル全体*/
.inquiry {
	max-width: 700px !important;
	margin: 25px auto 10px;
}

/*
.entry-content .inquiry tr,
.entry-content table {
	border: solid 1px #d7d7d7;
}*/

/*必須の調整*/
.required {
	margin-right: 4px;
	padding: 2px;
	font-size: 7px;
	background: #b44c4c;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}

/*任意の調整*/
.optional {
	margin-right: 3px;
	padding: 2px;
	font-size: 7px;
	background: #075b7c;
	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: 290px;
	background: #075b7c;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
	border: none;
	border: 1px solid #075b7c;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
	background: #fff;
	color: #075b7c;
	border: 1px solid #075b7c;
}

/*スマホ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;
	background-color: #fff;
}

.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
}

.inquiry select {
	background-color: #fff;
}

.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #006bb4; /* Blue */
	color: #006bb4;
	border-radius: 3px;
}
  
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #008f3b; /* Green */
    color: #008f3b; /* Green */
}
  
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
    color: #dc3232; /* Red */
}
  
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #e37300; /* Orange */
    color: #e37300; /* Orange */
}
  
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #e99f00; /* Yellow */
    color: #e99f00; /* Yellow */
}

/* ------------------------- */
