@charset "UTF-8";

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

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 769px){
  /*必要ならばここにコードを書く*/
	body {
		width: 1000px;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	.pamo-header{
		display: none;
	}

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

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.pa-header{
	  display: none;
	}
	.pa-header-c{
	  display: none;
	}
	.pamo-header{
		margin-bottom: 1em;
	}
	.ctspage {
		margin-top: -5em;
	}
	.ctspic {
		display: none;
	}
	.ctspic2 {
		display: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}
.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.btn-circle-3d-blue {
  display: inline-block;
  text-decoration: none;
  background: #a0a0ff;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #8080bd;
  transition: .4s;
}

.btn-circle-3d-blue:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #ff8181;
  color: #FFF;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #bd6565;
  transition: .4s;
}

.btn-circle-3d:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.ctscenter {
	  text-align: center;
}
.fontdown{
	font-size: 0.9em;
}

/* タイトルを非表示 */
.entry-title{
  display: none;
}
.logo-image * {
  display: block;
}
.logo-image {
  padding: 0;
  margin-bottom: 0;
}
.content {
	margin-top: 0;
}
.header{
  display: none;
}
.gra_shadow{
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}
.gra_shadow_radius{
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
/*----------------------------------*/
/* 投稿日付を非表示                 */
/*----------------------------------*/
.post-date {
    display:none;
}
.sdm_download_link {
	  text-align: center;
}
.btn-gradient-radius {
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.ctspic {
	float: right;
	margin: 10px 0px 20px 50px;
	width: 25%;
}

.ctspic2 {
	float: right;
	margin: 20px 0px 20px 10px;
	width: 20%;
}
.float_none {	clear: both;}
