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



.l-fixHeader__inner.l-container,
.l-header__inner.l-container{
	max-width: max-content!important;
	padding-left:0;
	padding-right:0;
}




/* メインビジュアルテキスト */
.main-v-text{
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media (max-width: 600px) {
.main-v-text {
    font-size: 85% !important;
}
	.wp-block-group.is-row {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
}


/* 固定ページタイトル */
#top_title_area .c-pageTitle{
	font-size: 2.5em;
	text-align: center;
}
#top_title_area .c-pageTitle__subTitle{
  display: block;
	margin-left: 0;
	font-style: normal;
}
#top_title_area .u-fz-14 {
		font-size: 16px;
}



/* フッターナビメニュー */
@media (max-width: 768px) {
	.l-footer__nav{
		display:none;
	}
	}

@media (min-width: 900px) {
    .l-footer__nav a {
        padding: 0 3em;
    }
	.l-footer__nav li:first-child a {
        border-left: none;
    }
	.l-footer__nav li a {
        border: none;
		padding-bottom: 1em;
    }
	#footer a:hover{
		top: -1em;
		transform: translateY(-4px);
		transition : 0.3s;　/*ふわっとさせる指定*/
	}
}
	.l-footer__nav a:hover {
        text-decoration:none;
    }

/* フッター直前ウィジェット */
.w-beforeFooter {
    margin: 6em auto 0em;
}


/* セクションタイトル */
.post_content h2.is-style-section_ttl {
    font-weight: 500;
	padding-bottom: .5em;
}


/* カバーブロックスマホ固定 */
.wp-block-cover.has-parallax {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.wp-block-cover__image-background.has-parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}



/* スマホテキスト */
@media screen and (max-width: 768px) {
.sp-text{
	font-size: 90%!important;
	}

.sp-text2{
	font-size: 80%!important;
	}	
.sp-text3{
	font-size: 70%!important;
	}	
}



/* スマホ開閉メニュー */
.p-spMenu__inner .has-border,
.p-spMenu__inner div.has-background,
.p-spMenu__inner p.has-background,
.p-spMenu__inner .swell-block-columns{
	margin: 0 2em!important;
} 




/* This styles the form elements only */
.wpforms-container .wpf-center {
 margin: 0 auto !important;
 max-width: 700px;
}

 
/* This styles the submit button */
.wpf-center .wpforms-submit-container  {
display: inline-block;
text-align: center;
width: 100% !important;
}


div.wpforms-container-full .wpforms-form button[type=submit] {
color: white !important;
border-radius:5px;
}
 
/* This styles all pagebreak elements */
.wpf-center .wpforms-field-pagebreak  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
    content: none;
} 
#wpforms-590-field_6-container a {
    color: #b5a265;
}


