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

/* ------------------------------------ 
ブログパーツ　問い合わせ
------------------------------------ */
div#before_footer_widget {
    margin-top: 0;
}

.contact-clm {
  border: 1px solid #fff;
  margin-top: 3em!important;
}
.contact-clm a.swell-block-button__link {
    padding: 8px 16px;
}
.contact-clm a.swell-block-button__link:hover {
    color: #333 !important;
}
@media screen and (min-width: 600px) {
.contact-clm-left {
  border-right: 1px solid #fff;
}
}
@media screen and (max-width: 599px) {
.contact-clm-left {
  border-bottom: 1px solid #fff;
}
}
/* 縦 */
.contact-ttl {
    writing-mode: vertical-rl;
    left: 47%;
}
.contact-ttl .sub {
  font-size: 14px;
  display: flex;
  padding-left: 6px;
  letter-spacing: 2px;
  font-weight: lighter;
}
.contact-ttl .main {
  font-size: clamp(24px,3vw,32px);
  letter-spacing: 5px;
}


/* ------------------------- 
フッター
------------------------- */
ul.wp-block-list.footer-list {
    list-style: none;
    padding-left: 0;
}
.wp-block-group.is-row.footer-menu {
    gap: 4em;
    display: flex;
    justify-content: end;
}