@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body{
font-family: "Roboto","Noto Sans Japanese","游ゴシック","YuGothic","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
}
body.premium-modal-open  {
  overflow: hidden;
}
header {
  padding-left:30px;
}
.main,
.sidebar
{
  background-color: #FCFAF2;
}
.logo{
	text-align:left;
}
nav#navi, .menu-header .sub-menu{
	font-weight: bold;
}

.menu-header .menu-item:hover{
	 background-color: #00AA90;
	 transition: all .3s;
}

.schedule
{
	font-size: small;
	border-top: 1px #F7C242 dotted;
	padding-top: 10px;
	padding-bottom: 10px;
}
.article ul, .article ol
{
	padding-left:0px;
}

.widget-page-content-bottom-title,
.main-widget-label,
.widget-sidebar-title,
.widget-title
.widget-footer-right-title, .footer-title
{
	font-size: xx-large;
	letter-spacing: 0.1em;
	font-family: Futura,Verdana;
	padding-left: 5px;
	font-weight: 400;
}

.banner a img {transition: transform .2s ease;}
.banner a:hover img {transform: scale(1.1)}
.sidebar h3 
{
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.widget-index-bottom-title {display:none}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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