@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.entry-card-thumb-image {
  height: 320px;
}

table.card-table {
	width: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #888;
	margin:10px 0 0 0;
}

table.card-table td {
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	background-color: #fff;
}

table.card-table td.card-image-table {
	width: 100px;
}

table.card-table td.card-excerpt {
	font-size: 12px;
	color: #000;
}

.card-image {
	object-fit: cover;
	width: 100px;
	height: 100px;
	overflow:hidden;
}

.card-index-outline {
	float: left;
	width: 50%;
	margin: 0 auto 0 auto;
	padding: 0px 4px;
}

table.card-table-index {
	width: auto;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #888;
	margin:10px 0 0 0;
}

table.card-table-index td {
	border: none;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
	background-color: #fff;
}

table.card-table-index td.card-image-table-index {
	width: 100px;
}

table.card-table-index td.card-excerpt-index {
	width: 74.4%;
	font-size: 15px;
	text-align: left;
	color: #000;
}

table.card-table-index td.card-title-index {
	font-size: 18px;
	font-weight:bolder;
	margin:0;
}

.card-image-index {
	object-fit: cover;
	width: 100px;
	height: 100px;
	overflow:hidden;
}

h2.title {
	font-size: 20px;
	font-weight:bolder;
  margin-top: 30px;
  margin-bottom: 30px;
}

h3.title {
	font-size: 20px;
	font-weight:bolder;
  margin-top: 30px;
  margin-bottom: 20px;
}

h4.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

.title {
	font-size: 16px;
	font-weight:bolder;
	margin:0;
}

.text-outline {
  display: block;
  font-size: 16px;
  font-weight:bolder;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card {
 text-decoration: none;
}
.card:link {
	color:#0055dd;
}
.card:visited {
	color:#0055dd;
}
.card:hover {
	color:#ff00aa;
}

#widget-post-text-single {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight:bolder;
  font-size: 25px;
}

#widget-outline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

#image-outline {
	text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

.sample-image {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

.post-image {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  color: black;
}

.widget-banner {
  float: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
 }

#movie-frame {
  float: center;
  width: 720px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10;
  margin-bottom: 30px;
}

/* 以下、ボタン関連 */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
  text-align: center; /* 中央寄せ */
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;

  display: block;
  width: 100%;
  max-width: 600px;   /* PCでは最大600pxくらいに調整 */
  margin: 0 auto;     /* 中央寄せ */
  text-align: center;
}

a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;

  width: 80%;          /* ボタン幅いっぱい */
  max-width: 100%;      /* はみ出さない */
  padding: 0.2rem 1rem;

  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

  text-align: center;   /* 中央揃え */
  white-space: nowrap;  /* 折り返さない */
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

.entry-card-thumb-image {
  height: 150px;
}

.card-index-outline {
	width: 100%;
	padding: 0;
}

#widget-post-text-single {
  margin-left: 20px;
  margin-right: 20px;
  font-weight:bolder;
  font-size: 15px;
  text-decoration: none;
}

.post-image {
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
}

#movie-frame {
  width: 100%;
  height: 330px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}


}
