@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*グローバルメニュー*/
.navi.cf {height: 80px;}
.navi-in.wrap.cf {padding-top:10px;}

/*　.タグ名 {font-family: "Hannari"; }　　はんなり明朝CSS　*/
/*　.タグ名 {font-family: "IPAex明朝i"; }　　はんなり明朝の漢字補間CSS　*/
/* .タグ名　{font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;}　*/
/*Webフォント*/
@font-face
{
font-family: IPAex明朝;
src: url('https://cdn.leafscape.be/IPAexfont/ipaexm_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
 
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 
-------------------------------------------------*/

.topmidashi {font-family: "hannari","IPAex明朝";}
.topH3 {font-family: Meiryo, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif !important;}

/*スライダー▼*/
.slider_pc {display:block;}
.slider_sp {display:none;}
/*スライダー▲*/

#main {width:73%;}
#sidebar {width:25%;}
.veu_socialSet {display:none !important;}
.menu-side-menu-container li {
	border-bottom: 1px solid;
	font-size:15px;
}
.navi-in li:not(:last-child) {border-right: 3px solid #b2b2b2;}

#menu-side-menu {line-height: 2.3;}
#menu-item-106 {
	font-size:28px !important;
	font-weight: bold;
}
#menu-item-101,#menu-item-102,#menu-item-103,#menu-item-104,#menu-item-105,#menu-item-108,#menu-item-212,#menu-item-219,#menu-item-221,#menu-item-243 ,#menu-item-275 {
	font-size:20px !important;
}

#custom_html-2 {margin-top:70px;}

h1.entry-title {display:none;}

.banner_text {font-family: "hannari","IPAex明朝";}

/*紙媒体▼*/
.pagettl {width:50%;}
/*紙媒体▲*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.navi.cf {display:none;}
	/*スライダー▼*/
	.slider_pc {display:none;}
	.slider_sp {display:block;}
	/*スライダー▲*/
	#main {width:auto;}
}
