@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
*/
/*サイト全体 */
p,h1,h2,h3,h4,h5,h6,th,hd,div,span {
	font-family: "Zen Maru Gothic", sans-serif;
}
.sp-tab-only {
	display: none;
}

@media (min-width: 600px) {
.sp-tab-only {
	display: block;
	margin-bottom: 0;
}
}
.c_sp-only {
  display: none;
}

@media (max-width: 599px) {
  .c_sp-only {
    display: block;
  }
}
.p-fixBtnWrap {
    bottom: 7rem;
}

.is-style-balloon_box {
    background-color: #f98c00 !important;
}
.is-style-balloon_box:before {
    border-top: 12px solid #f98c00 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}



/*メインビジュアル */
.mv_cc img {
width: 50vw;
}
@media (max-width: 960px) {
.mv_cc img {
width: 90vw;
}
}
.mv_txs {
    -webkit-text-stroke: 5px #fff;
    text-stroke: 5px #fff;
    paint-order: stroke;
}

/*フッター */
.l-footer__foot, .l-footer__widgetArea {
padding-top: 4em !important;
padding-bottom: 6em !important;
}
.l-footer .copyright {
    font-size: 14px;
}

/*画面右側固定お問い合わせボタン*/
    .side-button {
position: fixed;
bottom: 10%;
    right: 0;
    transform: translateY(-50%);
    width: 330px;
			height: 200px;
    background: linear-gradient(200deg, #ffa700, #f98c00);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: right 0.3s ease;
    z-index: 1000;
    right: -250px;
    border-radius: 150px 0 0 150px;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    }

    .side-button:hover {
      right: 0;
    }

    .side-button .icon {
      width: 70px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

.side-button:hover .icon {
  animation: poyoyon 1s ease;
}

@keyframes poyoyon {
  0%   { transform: scale(1); }
  20%  { transform: scale(1.2, 0.8); }
  40%  { transform: scale(0.8, 1.2); }
  60%  { transform: scale(1.1, 0.9); }
  80%  { transform: scale(0.95, 1.05); }
  100% { transform: scale(1); }
}

    .side-button .icon img {
      width: 40px;
      height: 40px;
    }

    .side-button .content {
      color: white;
      padding: 0 10px;
      flex-grow: 1;
    }

.support {
	font-size: 25px;
    font-weight: bold;
}

.support span {
	font-size: 12px;
    font-weight: normal;
	    padding-left: 1rem;
}

.okigaruni {
	font-size:14px;
	font-weight:normal;
	margin-bottom:0.5rem;
}

.c-btn__wrap {
    text-align: center;
}

.c-btn__wrap_first {
    margin-bottom:0.5rem;
}

.c-btn {
width: auto;
    min-width: 200px;
    height: 45px;
    border-radius: 999px;
    color: #f98c00;
    background-color: #fff;
    display: block;
}

.c-btn:hover {
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(1px);
	transition: right 0.3s ease;
}

.c-btn>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.c-btn img {
padding-right:1rem;
}

.mail_btn {
	font-size:14px;
	font-weight:bold;
}
.tel_btn {
	font-size:25px;
	font-weight:bold;
}

#pum-27 {
    z-index: 1059 !important;
}

/*お問い合わせフォーム*/
.pum-theme-18 .pum-title, .pum-theme-default-theme .pum-title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    border-left: 5px solid #4496d3;
    padding-left: 1rem;
	margin-bottom: 2rem;
}
.pum-theme-18 .pum-container, .pum-theme-default-theme .pum-container {
    border-radius: 10px;
}
.pum-theme-18 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    font-weight: bold !important;
    font-size: 20px !important;
background-color: #4496d3 !important;
	border-radius: 0 10px 0 0;
}

.cf-field-container {
    margin-bottom: 0.5rem;
}

input {
		color:#000;
	margin-top: 0 !important;
}
#sub-form-1 {
	color:#000;
	    max-width: 900px;
    margin: 0 auto;
}

.cf-field-container label .required-label {
color: #fff;
    background-color: #4496d3;
    font-size: 11px;
    padding: 1px 5px 1px;
    border-radius: 3px;
    font-weight: bold;
}
.c_form {
    display: flex;
    align-items: center;
}

.c_form .cf-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
    width: 70%;
}

.c_form label {
	width:30%;
	display: flex;
    justify-content: space-between;
    padding-right: 1rem;
	white-space: nowrap;
	font-size: 14px;
}
@media (max-width: 700px) {
	.c_form {
flex-direction: column;
}
.c_form .cf-input-container {
width: 100%;
}
.c_form label {
width: 100%;
	margin-bottom: 5px;
        justify-content: flex-start;
	align-items: center;
}
	.cf-field-container label .required-label {
    margin-left: 1rem;
}
	.cf-button-center {
    text-align: center;
    padding: 5px;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

.cf-button-confirm, .cf-button {
    background-color: #4496d3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 999px;
    height: auto;
    font-size: 16px;
    margin-top: 0;
    min-width: 200px;
    width: 300px;
}
.cf-button-submit {
    background-color: #4496d3 !important;
    color: #fff;
}
.cf-title-confirm-info {
    text-align: center;
    margin-bottom: 1rem;
}

/*スマホ下部固定ボタン*/
.btm-btn_sp {
position: fixed;
	left:0;
    bottom: 0;
width:100%;
	z-index: 9999;
	padding: .5rem !important;
}

/*スマホheader*/
@media not all and (min-width: 960px) {
    .l-header[data-spfix="1"] {
        padding: .5rem 0;
    }
}
/*FAQ*/
.s_faq .swell-block-accordion__title {
  position: relative;
  padding: 1.25em 1em 1.25em 4em;
	border-radius: 10px;
background-color: #fff;
}
/*テーブル*/

figure.wp-block-table {
  border-radius: 10px;
  display: block;
}

figure.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

figure.wp-block-table th {
  height: 80px;
}

.swell-block-fullWide .__parallaxLayer, .swell-block-fullWide.has-bg-img:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#menu3 .swell-block-columns__inner{
align-items: flex-start;
}
.top #content {
    padding-top: 0;
}
.cf-field-container {
	flex-wrap: wrap;
}
.cf-field-container[data-type="privacy_policy"] .cf-error-message{
width:100%;
}
.cf-error-message{
	width:70%;
	margin-left: auto;
}
.cf-field-container label .required-label {
    padding: 2px 5px 1px;
}
@media (max-width: 700px) {
    .cf-error-message{
	width:100%;
	margin-left: 0;
}
}