@charset "UTF-8";
/*
    Template: swell
    Theme Name: 奄美ゆる旅
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: Cwors,Inc
    Author URI: https://cwors.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* ロゴエリアをFlexboxで横並びに */
.l-fixHeader__logo .c-headLogo {
    display: flex;
    align-items: center;
}

/* ロゴの隣にテキストを追加 */
.l-fixHeader__logo .c-headLogo::after {
    content: "奄美暮らしの私が案内する、ほんとうにいい場所";
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

/* スクロール時の文字色（必要に応じて調整） */
.l-fixHeader.-scrolled .c-headLogo::after {
    color: #333333;
}
.l-header__inner .c-catchphrase {
    letter-spacing: var(--swl-letter_spacing, -0.8px);
}
/* タブレット以下で非表示 */
@media screen and (max-width: 959px) {
    .l-fixHeader__logo .c-headLogo::after {
        display: none;
    }
}
@media screen and (max-width: 1128px) {
    .c-catchphrase.u-thin {
        display: none;
    }
}
/* 追従ヘッダーのロゴを大きく */
.l-fixHeader__logo .c-headLogo,
.l-fixHeader__logo .c-headLogo__link {
    width: auto !important;
    max-width: none !important;
}

.l-fixHeader__logo .c-headLogo__img {
    width: 80px !important;  /* お好みのサイズに変更 */
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}



/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------
 フッター
-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.w-footer__box img.image.wp-image-9.attachment-medium.size-medium {
    width: 250px;
}
.w-footer__box div#media_image-2 {
    text-align: center;
}

/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------
TOP
-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* メインビジュアル */
@media (max-width: 599px) {
    .p-mainVisual__slideTitle {
        font-size: 20px;
    }
}
@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 36px;
    }
}
/* instgramボタン */
.swell-block-button.instagram .swell-block-button__link {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  border: none;
  transition: opacity 0.3s ease;
}

.swell-block-button.instagram .swell-block-button__link:hover {
  opacity: 0.9;
}

.swell-block-button.instagram .swell-block-button__link svg {
  fill: #ffffff;
}

/* TOPのセクション見出し */
.home h2.is-style-section_ttl {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.home h2.is-style-section_ttl:after {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #F2A189;
}


/* -----------------------------------------------------------------------------------------------------------------------------------------------------------------
 フォーム
-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]), .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  padding: 6px 20px;
  background-color: #fff;
  border: 1.5px solid hsla(0, 0%, 78%, 0.5);
  border-radius: 999px;
}
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible, .wpcf7 select:focus-visible, .wpcf7 textarea:focus-visible {
  outline: 1px solid var(--color_main);
}
.wpcf7 textarea {
  border-radius: 20px;
}
.wpcf7 label {
  padding-left: 10px;
}
.wpcf7 form p {
  margin-bottom: 30px;
  font-weight: bold;
}
.wpcf7 .wpcf7-list-item-label, .wpcf7 .wpcf7-quiz-label {
  font-weight: 400;
}
.wpcf7 .wpcf7-submit {
  border-radius: 0.5rem;
  padding: 0.3rem 2rem;
  min-width: 200px;
  display: block;
  margin: 3em auto;
  border-radius: 999px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
  background-color: var(--color_main);
}

.wpcf7 span.required {
  color: #ce1d1d;
  display: inline-block;
  margin-left: 3px;
}
.wpcf7 div {
    margin-bottom: 30px;
}
.wpcf7 div input,.wpcf7 div textarea {
    margin-top: 10px;
}

.wpcf7 .wpcf7-submit {
    border-radius: 0.5rem;
    padding: 1rem 5rem;
    min-width: 200px;
    display: block;
    margin: 3em auto;
    border-radius: 999px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    background-color: var(--color_main);
}
.wpcf7 .wpcf7-submit:hover {
	opacity:.6;
}