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

.googlemap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;/*比率4:3*/

}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*ヘッダー問い合わせ*/


/*スマホメニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*スマホメニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}
.p-spMenu__inner::before {
    opacity: 0.8;
}
/*スマホメニュー（ブログパーツ）の設定*/
.sp_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sp_menu li {
	list-style:none;
	width: 100%;
	border-bottom: solid 1px #333;
}
.sp_menu li a {
  padding: 1em 0.5em;
  display: flex;
	justify-content: center;
	font-weight: bold;
  letter-spacing: 0.02em;
}

/*google font*/
.fugaz-one-regular {
  font-family: "Fugaz One", serif;
  font-weight: 400;
  font-style: normal;
}


/*見出し*/
.post_content h2 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	background: none;
	color :#000;
}

.post_content h2 span {
	position: relative;
	z-index: 2;
}

.post_content h2::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(41,140,240,0.2);
	font-size: 80px;
	font-style: italic;
	word-break: normal;
}
@media screen and (max-width: 480px) {
.post_content h2::before {
	font-size: 50px;
	font-style: italic;
	word-break: normal;
}
}
.post_content h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: rgba(41,140,240,1);
}

/*フッター直前ボタン*/
.w-beforeFooter {
	background-color: #223353;
    margin: 6em auto 0;
	padding-top: 4em;
    overflow: hidden;
}
.btn_tel {
	min-height:100px;
	border:solid 1px #fff;
	color: #fff;
	display: grid;
    place-items: center;
}

.btn_tel p {
	display: flex;
    align-items: center;
	font-size: 1.5em;
	font-weight:bold;
	content: "\e942"!important;
	text-align: center;
}
.btn_tel p a{
	color: #fff;
}

.btn_tel span {
	font-size: 0.8em;
}

.btn_mail {
	height:100px;
	background: #fff;
	color: var(--color_footer_bg);
	font-weight : bold;
	font-size: 1.2em;
	display: grid;
    place-items: center;
}
.btn_mail a {
	color: var(--color_footer_bg);
}
/*フッター*/
.l-footer__nav {
  gap: 1em;
  padding: 1em 0 4em;
}
.l-footer__nav a {
  border-right: none;
}
.l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__nav > li > a {
  font-weight: 700;
  font-size: 14px;
}
.l-footer__nav .sub-menu {
  margin-top: 0.25em;
  display: grid;
  gap: 0.15em;
}
.l-footer__nav .sub-menu > li {
  margin-left: 0.75em;
}
.l-footer__nav .sub-menu > li a {
  padding: 0 0.75em;
  position: relative;
  font-size: 13px;
}
.l-footer__nav .sub-menu > li a::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--color_footer_text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 0.5em;
    flex-direction: column;
  }
  .l-footer__nav > li:nth-of-type(n + 2) {
    padding-bottom: 0.5em;
  }
  .l-footer__nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .l-footer__nav > li > a {
    font-size: 13px;
  }
  .l-footer__nav .sub-menu {
    margin-top: 0.2em;
    gap: 0.5em;
  }

  .l-footer__nav .sub-menu > li a {
    font-size: 12px;
  }
}
/*コンタクトフォーム*/
.cf7 input,
.cf7 textarea,
.cf7 select {
	width: 500px;
    padding: 5px 20px;
    margin: .75em 0 1.5em;
    background-color: #fff;
    color: #323232;
 }
@media(max-width:767px) {
	.cf7 input,
	.cf7 textarea,
	.cf7 select {
      width: calc(100vw - 30px);
      padding: 5px15px;
   }
 }
.cf7 input[type="checkbox"] ,
.cf7 input[type="radio"] {
	width: 30px;
}

.wpcf7-form input[type="submit"] {
	background-color: #1e73be; 
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border: none;
	padding : 10px 50px;
	margin: 10px 0;
	font-size: 1.3rem;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #0056b3; /* 濃いブルー */
}
.privacyscroll {
	
	height:200px;
}
@media(max-width:767px) {
	width:100%
}
.privacyscroll div {
	height:200px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	padding: 5px 20px;
    margin: .75em 0 1.5em;
}
/*reCAPTCHAロゴ非表示設定*/
.grecaptcha-badge { visibility: hidden; }