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

header#header {
    display: none;
}
.l-fixHeader__inner.l-container {
    display: none;
}

h1.c-pageTitle {
    display: none;
}

div#content {
    margin: 0!important;
    padding: 0!important;
}
main#main_content {
    width: 100vw!important;
    margin: 0!important;
}
.post_content {
    margin: 0!important;
    padding: 0!important;
}

body*{
	width:100vw!important;
}

img{
	width:100vw!important;
}
.l-mainContent__inner {
    width: 100vw;
}
div#breadcrumb {
    display: none;
}
.l-footer__foot {
    display: none;
}
.sp {
    max-width: 1000px;
    margin: 0 auto;
}

.fix-footer {
    position: fixed;
    bottom: 0;
	z-index: 100;
}

.fix-header {
    position: fixed;
    top: 0;
	z-index: 100;
}

.fix-header-after img{
	margin-top:50px;
	}

.site-link {
    width: fit-content;
    margin: 0 auto;
	display: flex;
    align-items: center;
    height: 100vh;
}

.wp-block-group.site-link p {
    font-size: 110%;
	margin-bottom: 0.5em;
}

.site-link p a {
    color: #555;
}
.site-link p a::hover {
    color: #000;
}
.link-page {
    background-color: #f5f5f5;
}