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


.c-gnav>.menu-item>a .ttl {
    display: block;
    font-size: 14px;
}

/*---------
.p-spMenu a {
	color: #ffffff!important;
}

.p-spMenu__inner::before {
    background: #fdfdfd;
    opacity: 1;
    background-image: url(http://k-web-design.com/hp-demo3/wp-content/uploads/2026/07/0ff31bf4bcb3fce2d466c0931abe329a.png);
	background-size: cover;
}

-----*/

.p-breadcrumb.-bg-on,
.c-pageTitle {
	display: none;
}
.c-gnav>.menu-item>a:after {
	bottom: 12px;
}

.top #content {
	padding-top: 0!important;
	margin-top: -10px;
}

.l-content {
	padding-top: 0!important;
	margin-bottom: 0!important;
}

.l-mainContent__inner>.post_content {
	margin-top: 0!important;
}
figure {
	margin-bottom: 0!important;
}


.sb-img {
	margin-top: -10px;
	margin-bottom: 0!important;
}
.b-sb-img {
   transform: translateY(1px);
}

.page-h3-ttl {
 font-size: 1.5rem!important;
 margin-bottom: 2rem!important;
}
.s-h3 {
  font-size: 1rem!important;
  position: relative;
}
.s-h3::before {
    content: "";
    background: #d2a621;
    height: 2px;
    display: inline-block;
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 116%;
}

.swell-block-step__number {
    clip-path: polygon(
        50% 0%,
        100% 38%,
        82% 100%,
        18% 100%,
        0% 38%
    );
}
.swell-block-step__item .swell-block-step__number .__label {
    font-size: 12px;
    margin-top: 8px!important;
}

.swell-block-step__number .__num {
    font-size: 28px;
    line-height: 1;
}

.is-style-big>.swell-block-step__item:before {
border-top: 12px solid #D2A621!important;
}

.is-style-big>.swell-block-step__item {
	border-top: 1px dashed #D2A621!important;
}

.is-style-big>.swell-block-step__item:last-child {
	border-bottom: 1px dashed #D2A621!important;
}

.p-img {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1rem!important;
}

.btn {
	width: 60%;
}
.btn a {
	padding: 1rem;
	font-weight: bold;
}

.contact-fw .btn {
  width: 100%;
}

.contact-fw .tel-btn a {
  background: transparent!important;
   color: #ffffff!important;
   border: solid 1px #ffffff!important;
   font-weight: bold;
}

.contact-fw .tel-btn a:hover {
  color: var(--color_main)!important;
  border: none;
  background: #ffffff!important;
}
.contact-fw .btn a {
  height: 80px;
}

.contact-fw .swell-block-button__link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}

@media (min-width: 960px) {
	.page-h2-ttl {
	font-size: 3rem!important;
	transform: translateY(5rem);
}
.h2-jp {
	font-size: 1.5rem!important;
    display: block;
}
}

@media (max-width: 959px) {
	.page-h2-ttl {
	color: #ffffff!important;
	font-size: 2.5rem!important;
	transform: translateY(5rem);
}
 .h2-jp {
	font-size: 1.5rem!important;
    display: block;
}
	
.sb-img {
  margin-top: -2px!important;
}

	.reverse-column .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
}



/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {
   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;
}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background: var(--color_main);
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}
}