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

/* 下層ページ上部のいらない部分 */
h1.c-pageTitle {
display:none;
}
.l-mainContent__inner>.post_content {
margin-top: 0;
}

/* 下層ページ上部のhomeへの文字とパディング */
div#breadcrumb {
    display: none;
}

/* 下層ページ上部のパディング */
.l-content {
    margin: 0 auto 6em;
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

/* お問い合わせヘッダーメニューの背景色 */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-20 {
    background: #ff6beb;
}

/* ヘッダーメニューにhoverした時の文字色 */
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-home.current-menu-item.page_item.page-item-9.current_page_item.menu-item-18:hover {
	color: #45d9fd;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-251:hover {
	color: #45d9fd;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-20:hover {
	color: #45d9fd;
}


/* お問い合わせページの送信ボタン */
button#wpforms-submit-144 {
    width: 30%;
}

/* お問い合わせページの送信ボタンのレスポンシブデザイン */
@media screen and (max-width: 599px) {
	button#wpforms-submit-144 {
        width: 100%;
}
}