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

.p-articleMetas__termList.c-categoryList {
    display: none;
}

/*ウィンドウ幅1635px以上のフローティングバナー*/
@media (min-width: 1635px){
	.narrower-width-hides img{
		margin-bottom: 1em ;
	}
	.floating-banner img{
		margin-bottom: 0;
	}
  .floating-banner {
	display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    margin-bottom: 0;
    right: 50%;
    margin-right: 650px;
	margin-left: 10px;
    width: auto;
    }
  .floating-banner .p-blogParts{
	margin:0;
	}
  .floating-banner .wp-block-columns{
	display:block !important;
	}
  .floating-banner .wp-block-image{
	padding-bottom: 10px;
	}
  .floating-banner .swell-block-button{
	padding-bottom: 15px;
	}
  .floating-banner p{
	margin-bottom: -1em;
	}
}

@media (max-width: 1635px){
	p.copyright {
		padding-bottom:9em;
	}
	
  .floating-banner {
    padding-bottom: 10px;
	display: block;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
	right: 0;
	color: white;
    background-color: rgba(0, 0, 0, 0.85);
	padding: 0.5em 0 1em;
    }
	
   .narrower-width-hides{
		display:none;	
	}

}