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

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 800px;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #f44336;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #795548;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}


.l-header__bar {
	display:none;
}
.l-content {
    margin: 0 auto 0em;
    padding-top: 2em;
    position: relative;
    z-index: 1;
}
.top-title {
	font-size:40px!important;
	font-weight:500!important;
	letter-spacing:2px;
}
p {
	letter-spacing:1.5px;
}
.top-media .wp-block-media-text__content {
	padding:40px;
	line-height:30px
}
.wp-block-separator {
	height:3px;
}
.w-beforeFooter {
    margin: 0em auto 0em;
    overflow: hidden;
}
.p-mainVisual__scroll{
padding: 40px!important;
background: #795548;
border-radius: 50%;
}
.p-mainVisual__scroll {
    bottom: 26px;
    color: #fff;
    left: 50%;
    opacity: .75;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .25s;
    z-index: 9;
}
.p-mainVisual__scrollArrow {
	width:30px!important;
	height:30px
}
.p-mainVisual__scrollLabel {
    display: block;
    font-size: 16px;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1;
    padding-top: 4px;
}



@media (min-width: 600px) {
	.p-mainVisual__textLayer {
    display: flex
;
    flex-direction: column;
    height: 35%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
    .l-topTitleArea {
        min-height: 440px;
        padding: 1em 0;
    }
	    .c-pageTitle {
        font-size: 3em;
				letter-spacing:3px
    }
	.position-img {
	position:absolute;
	right:0;
	bottom:0px;
		z-index:-1
}
.position-img1 {
	position:absolute;
	left:0;
	bottom:0px;
	z-index:-1
}
	.position-img3 {
	position:absolute;
	left:0;
	top:-100px;
	z-index:-1
}
	.wp-block-table td, .wp-block-table th {
    background-clip: padding-box;
    min-width: var(--swl-minwidth-cell, 0) !important;
    padding: 2.2em 1.75em;
    position: relative;
    vertical-align: top;
    z-index: 0;
}
}

@media (max-width: 600px) {
	.top-title {
	font-size:25px!important;
	font-weight:500!important;
	letter-spacing:2px;
		line-height:20px!important
}
	.l-topTitleArea {
    align-items: center;
    display: flex
;
    margin: 0;
    min-height: 400px;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}
.p-mainVisual__scroll{
padding: 10px;
background: #795548;
border-radius: 50%;
}
.p-mainVisual__scroll {
    bottom: 26px;
    color: #fff;
    left: 50%;
    opacity: .75;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .25s;
    z-index: 9;
}
.p-mainVisual__scrollArrow {
	width:25px!important;
	height:25px
}
.p-mainVisual__scrollLabel {
    display: block;
    font-size: 12px;
    letter-spacing: var(--swl-letter_spacing, 1px);
    line-height: 1;
    padding-top: 4px;
}
	.wp-block-table td, .wp-block-table th {
		font-size:13px;
	}
	.p-mainVisual__textLayer {
    display: flex
;
    flex-direction: column;
    height: 46%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

}