@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*フロント固定ページのタイトルを非表示*/
.home.page .entry-title{
  display: none;
}

/*フロント固定ページの投稿日を非表示*/
.home.page .post-date{
  display: none;
}

/*フロント固定ページの更新日を非表示*/
.home.page .post-update{
  display: none;
}

/*フロント固定ページの投稿者名を非表示*/
.home.page .author-info{
  display: none;
}



/************************************
** ヘッダー
************************************/
#header .alignleft,
#header .aligncenter,
#header .alignright{
  margin-bottom: 0;
  width: auto;
}

#header .aligncenter{
  margin-left:550px;
  margin-right:0px;
  top: 0;
  position: absolute;
}

#header .head_search {
  float: right;
  padding: 0 50px 10px;
  width: 340px;
}
#header .head_search #searchform {
  margin: 0;
}
#header .head_search #searchform input {
  margin: 0;
}

p#tel{
	position:absolute;
	top:35px;
	right:450px;
        font-weight:bold;
}

figure#tel{
	position:absolute;
	top:70px;
	right:430px;
}

figure#mail{
	position:absolute;
	top:110px;
	right:450px;
}

.top-info{
text-align: right;
margin-top: 10px;
margin-right: 10px;
padding-right: 30px;
}

.top-info img {
width: 140px;
}

.logo {
  text-align: left;
}

.logo-image {
  padding: 10px 100px;
  font-size: inherit;
}

.tagline {
  text-align: center;
  font-size: 14px;
  margin: .6em 1em;
  background-color: #ffe566eb;
}
/************************************
** 本文
************************************/


.toiawase {
	border: 3px solid #EFB947;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
}

.time_sidebar{
	font-size: 18px;
	color: #333;
        padding: 0 5px;
}

.article h3 {
  background-color:#2f636b;
  border-left: 7px solid #2f636b;
  border-bottom:0px;
  color: #fff;
  font-size:23px;
  padding:10px;
}

/* アンダーライン＋太字
---------------------------------------------- */
.under {
  background: linear-gradient(transparent 70%, #ffe566 70%);
  font-size:20px;
  font-weight:bold;
  }

.bdr_btm_dot{
	border-bottom:2px dotted #B1B47A;
}

strong,
.strong{
	font-weight:bold;
}

p{margin:0 0 32px 40px;}

p.price{
  margin-left: ;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  text-align: right;
  color: #d01134;
}

p.toku {
  background-color: #ffe566;
  font-weight: bold;
  font-size: 20px;
}


div.balloon_right{
	background:#fefbe7;
	border:1px solid #d9dac4;
	border-radius:25px;
	position:relative;
	margin:0 0 50px;
	padding:30px;
	float:left;
}

div.matome{
	background:url(../img/bg_matome01.png) repeat 0 0;
	margin:0 0 50px 40px;
}

div.matome div.matome_top{
	background:url(../img/bg_matome_top01.png) no-repeat 0 0;
	padding:82px 25px 20px;
}

div.matome p{margin:0;}

.tel_footer {
  padding-left: 25px;
  font-size: 40px;
}

.cta_tel {
  color: #151515;
}

.cta_footer {
  padding-left: 0px;
}


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

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

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

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


/************************************
** トップページ目次非表示
************************************/
.home.page .toc {
 display: none;
}

.page .post-date {
    display: none;
}

/************************************
** CTA
************************************/
.cta-box {
background-color: #ffe566;
color: #151515;
border-radius:10px;
border: 5px solid #f4f7b7;
}

/*モバイルにフッターウィジェット表示*/
@media screen and (max-width: 768px) {
	.footer-widgets {
		display: block;
	}
}

