@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-header .l-container {
max-width: 100%!important;

}

.l-fixHeader__inner {
max-width:100%;
}

.l-header__bar a{
font-size:16px;
letter-spacing: 1.3px;
}
.c-pageTitle {
  display: none;
}
.l-mainContent__inner>.post_content {
margin-top: 0;
}
.l-content {
    padding-top: 0;
}

.p-breadcrumb {
     max-width: 100%;
      margin: 10; /* 必要に応じて調整 */
      padding: 10; /* 必要に応じて調整 */
}

#breadcrumb {
 display: none;
}

.p-mainVisual__scrollArrow {
width: 60px;
height: 60px;
}
.p-mainVisual__scrollLabel{
font-size: 24px;
}

.p-mainVisual__scroll{
bottom: 30px;
}

.grecaptcha-badge { visibility: hidden; }

/*コンタクトフォーム*/
.wpcf7 input[name="name1"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name2"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name3"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="name4"] { /* 名前入力欄 */
	width: 100%;
}
.wpcf7 input[name="email"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="email2"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="tel"] { /* メール入力欄 */
	width: 100%;
}

.wpcf7 input[name="tel2"] { /* メール入力欄 */
	width: 100%;
}
.wpcf7 input[name="subject"] { /* タイトル入力欄 */
	width: 10%;
}
.wpcf7 input[name="address1"] { /* タイトル入力欄 */
	width: 100%;
}

.wpcf7 input[name="address2"] { /* タイトル入力欄 */
	width: 100%;	
}



.wpcf7 input[name="nen"] { /* タイトル入力欄 */
	width: 120px;	
}

.wpcf7 select[name="tuki"] { /* タイトル入力欄 */
	width: 120px;	
}


.wpcf7 select[name="hi"] { /* タイトル入力欄 */
	width: 120px;	
}


.wpcf7 textarea[name="message"] { /* 本文入力欄 */
	width: 100%;
}

.wpcf7-submit {
  display: block;
  border: none;
  width: 250px;
  margin: 25px auto 0;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  background-color: var(--color_main);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: var(--swl-btn_shadow);
  transition: box-shadow .25s;
}
.wpcf7-submit:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 12px 24px -12px rgb(0 0 0 / 20%);
  opacity: 1;
}
/*  コンタクトフォーム規約 */
.kiyaku {
	width: 100%;
	height: 10em;
	border: solid 1px #cccccc;
	padding: 0.25em;
	overflow: auto;
}


/* ピックアップバナー下余白 */
.p-pickupBanners {
    margin-bottom: 1em;
}

.c-listMenu{
	  font-size: 12px;
	font-weight:bold;
}

.serif-bold{
font-family:serif;
font-weight: bold;	
}
