@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
*/
/* TOPページ ロゴやお知らせバー周り */
.id_457 #header .l-header__inner h1 a,
.id_677 #header .l-header__inner h1 a {
	display: none;
}

.id_457 #header,
.id_677 #header {
	margin-top: 40px;
}

@media screen and (max-width: 959px) {
	.id_457 #header, 
	.id_677 #header{
		margin-top: 0;
	}
}


.c-infoBar {
	display: block !important; 
}

/* CTAの電話番号をよしなに */
.p-cta__phone {
  line-height: 1;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 32px;
  color: #fff;
}
.p-cta__phoneNum {
  margin-left: 24px;
  font-weight: bold;
  font-size: 2.2rem;
}
.cta-btn-pd {
  padding: 0.5em 0.5em 0 0.5em;
}
.cta-bg {
  padding: 0em 2.375em !important;
}
.btn-2 a {
  border-radius: 0px !important;
}

.p-rl {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

@media (min-width: 959px) {
  .p-cta__phone {
    display: flex;
  }
}

@media (max-width: 959px) {
  .p-cta__phone {
    text-align: center;
  }
  .p-cta__phoneNum {
    margin-left: 0px;
  }
}

@media (min-width: 600px) {
  .l-content {
    padding-top: 0;
  }
}

.l-header .c-mvBtn,
.l-fixHeader .c-mvBtn {
  margin: 0;
}
.menu-btn {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  margin-right: 5px;
}

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

/* ヘッダーのボタンが大好きでipadproだと崩れるから苦し紛れの調整 */
@media (max-width: 1297px) {
  li .c-mvBtn__btn {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* スマホ用の改行 */
.sp-br {
  display: inline-block;
}

/* トップページ以外の固定ページのタイトルの位置を中央寄せに */
.c-pageTitle {
  text-align: center;
  font-size: 2em;
}

/* メインコンテンツとフッター前ウィジェットのフォントサイズを同じに */
.w-beforeFooter {
  font-size: 18px;
}
/* カスタムブロック一覧 */
.swellBlockColumns .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
}
.swellBlockColumns .wp-block-image img {
  display: block;
}
@media screen and (min-width: 960px) {
  .swellBlockColumns + .swellBlockColumns {
    margin-top: 24px !important;
  }
  .swellBlockColumns .wp-block-column {
    padding: 4px !important;
  }
  .swellBlockColumns .wp-block-image {
    padding: 8px;
    background: #f7f7f7;
  }
}

@media screen and (max-width: 959px) {
  .id_41 .swell-block-fullWide__inner .wp-block-column:not(:only-child) {
    flex-basis: 33.3% !important;
    padding: 8px !important;
	margin: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .wp-m-clum {
    margin-bottom: 20px;
  }
}

/* 言語切替え */
li.en-US {
    float: left;
    margin-right: 14px;
}

li.ja {
    float: left;
}

.bogo-language-switcher .current {
  display: none;
} 

.bogo-language-name a {
	color: #fff !important;
}




