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

/********************************************************************************
 font
********************************************************************************/

@font-face {
    font-family: 'KoburinaW6';
    font-style: normal;
    font-weight: bold;
    src: local('KoburinaGoStd-W6'), 
    url('fonts/KoburinaGoStd-W6.otf') format('opentype');
}

@font-face {
    font-family: 'A1GothicM';
    font-style: normal;
    font-weight: bold;
    src: local('AP-OTF-A1GothicStdN-Medium'), 
    url('fonts/AP-OTF-A1GothicStdN-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ShueiNGoGinB';
    font-style: normal;
    font-weight: bold;
    src: local('AP-OTF-ShueiNGoGinStdN-B'), 
    url('fonts/AP-OTF-ShueiNGoGinStdN-B.otf') format('opentype');
}

@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");


/********************************************************************************
 common
********************************************************************************/


*,body,h1,h2,h3,h4,h5,div,section,p,span,table,th,td,input,textarea,select {
	font-family:'A1GothicM';
}

/********************************************************************************
 menu
********************************************************************************/

aside#sidebar #fix_sidebar div a img.sidebar_logo {
    display: block;
    margin: 3em auto auto;
    text-align: center;
    max-height: 220px;
    width: auto;
}
div#nav_menu-2 div ul li a {
    border: none;
    text-decoration: none;
}
div#nav_menu-2 div ul li {
    font-size: 1.1rem;
}
div#body_wrap.home aside#sidebar {
    display: none;
}
div#body_wrap.home main#main_content {
    width: auto;
}

/********************************************************************************
 main
********************************************************************************/
header#header {
    display: none;
}
div#body_wrap.home header#header {
    display: block;
}
div#body_wrap {
    background: #fbfaf5;
}
main#main_content {
    background: #fff;
    border-radius: 30px;
}
/********************************************************************************
 article
********************************************************************************/
/*↓ WaveH1CSS ↓*/
main#main_content {
}
main#main_content h1.c-pageTitle {
    display: none;
}
main#main_content {/*
    background: linear-gradient(180deg, #6b7b6e 0%, #6b7b6e 1%, #fff 1%, #fff 100%);*/
}
main#main_content div.fullwide_h1 {
    border-radius: 30px 30px 0 0;
    z-index: 1;
    margin-top: -100px!important;
}
main#main_content div.fullwide_h1 div h1.is-style-section_ttl {
}
div#body_wrap.single-post main#main_content {
    background: linear-gradient(180deg, #fff 100%, #fff 100%);
}

div#body_wrap.home main#main_content {
    margin-top: 100px;
}
/*↑ WaveH1CSS ↑*/

main#main_content h2 {
    text-align: center;
}
div#body_wrap.archive main#main_content.l-article h1.c-pageTitle {
    display: block;
}
main#main_content div.block_float {/*parking*/
    border: 2em solid #fff;
    margin: auto;
}

.p-pnLinks.-style-normal .p-pnLinks__item a:hover {/*prev next*/
    box-shadow: none;
}

.center {
    text-align: center;
    margin: auto;
}
.grey {
    color: #727171;
}

/********************************************************************************
 brakepoints
********************************************************************************/
@media screen and (max-width: 959px){/*tablet*/
    header#header {
    display: block;
    }
    #content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    main#main_content {
        border-radius: 0px;
    }
    main#main_content div.fullwide_h1 {
        border-radius: 0px;
    }
    .wave_h2 {
        margin-top: -26px!important;
    }

@media screen and (max-width: 767px){/*iphone*/
    .c-bannerLink__description {
        display: none;
    }
    div#body_wrap.home main#main_content div.fullwide_h1 {
        margin-top: -120px!important;
    }
}