@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*マウスオンで浸透化*/
.bnr_shadow a img:hover {
	opacity:0.5;
}


/* TOP更新情報 */
.infobox {
	height: 5em;  /* 高さ制限 */
	overflow: auto; /* スクロールバーを表示 */
	background-color: white; /* 背景色 */
/*    padding-left:105px; */
/*	text-indent:6em; */
}

/* スタッフブログの背景指定 */
#staffblog {
	background-color:white;
	padding:0.5em 1em;
}

/* 投稿ページ右下にあるカテゴリを非表示 */
.footer-meta_title {
	display:none;
}
.post-categories li a {
	display:none;
}


/*カテゴリラベルを非表示 */
.cardtype__article .cat-name {
    display: none;
}

/*ロゴ画像を横80%に表示*/
#inner-header, #drawer + #inner-header,#logo{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: 80%; /*この％を変更する*/
    max-width: 600px;
}
.header--center #logo {
    padding: 0;
}

/* ウィジェットの隙間を小さくする */
.widget {
 margin-bottom: .75em;
}

/* SNSボタンの削除 */	
.footer-contents .sns-btn {
    display: none;
}

.footer-links a:hover{
    text-decoration: none!important;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}

/* ギザギザ消し */
.nothumb .entry-meta:after, .nothumb .page-title:after {
    content: none;
}

/* 個別でボタン幅50% */
#inner-content .wd50 {
    width: 50%;
    text-align: center;
}

/* 個別でボタン幅80% */
#inner-content .wd80 {
    width: 80%;
    text-align: center;
}

/* 個別でボタン幅100% */
#inner-content .wd100 {
    width: 100%;
    text-align: center;
}

/* floatを使用した2段組 */
.hsmbox:after {
	content:"";
	display:block;
	clear:both;
}

.hsm_boxL {
	float:left;
	width:50%;
}

.hsm_boxR {
	float:left;
	width:50%;
}


.hsm_price {
	max-width:1180px;
	text-align:center;
}

.hsm_pricebox {
	max-width:690px;
	content:"";
	display:block;
	clear:both;
	margin:0 auto;
}

.hsm_pbL {
	float:left;
	max-width:345px;
}

.hsm_pbR {
	float:right;
	max-width:345px;
}
