@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.2
*/

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

.blank-box { /*灰色*/
  border: 3px solid #949495;
  padding: 1.2em 1em;
  margin: 1em 2%;
}
.blank-box.bb-yellow { /*黄色*/
  border-color: #ffd900;
}
.blank-box.bb-red { /*赤*/
  border-color: #e60033;
}
.blank-box.bb-blue { /*青*/
  border-color: #0095d9;
}
.blank-box.bb-green { /*緑*/
  border-color: #3eb370;
}

.box2-pink{
	margin: 2em auto; /* ボックスの余白 */
	border-radius:4px; /* ボックス角丸 */
	max-width:85%; /* ボックス横幅 */
	border:1px solid #f27398; /* ボックス線 */
	padding: 3.5em 2em 1.5em; /* ボックス内側余白 */
	position:relative; /* 配置に関するもの(ここを基準に) */
}
.box2-pink .box-title {
	background: #f27398; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	font-weight: bold; /* タイトル文字の太さ */
	font-size: 20px;/* タイトル文字の大きさ */
	padding: 5px;/* タイトル周りの余白 */
	text-align: center;	/* タイトル中央寄せ */
	border-radius: 4px 4px 0px 0px;	/* タイトル角丸 */
	position:absolute;	/* 配置に関するもの(ここを動かす) */
	top:0;	/*上から(0px)に配置 */
	left:0; /*左から(0px)に配置 */
	width:100%;/*横幅最大幅 */
}
.box2-pink p {
	margin: 0;/* 文字の余白リセット */
	padding: 0; /* 文字の内側余白リセット*/
}

em {
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

h1 {
    position: relative;
    color: #000;
    display: inline-block;
    margin: 47px 0;
    text-shadow: 0 0 2px white;
	text-align: center;
	width: 100%;
}
h1:before {
  content: "";
  position: absolute;
  background: #9e9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
h1 {
	margin-top: 1em !important;
	margin-bottom: 2em !important;
}

.page .entry-title,
.single .entry-title {
	text-align: center;
}

.date-tags{
	display: none;
}
.author-info {
	display: none;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 80%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.h-center {
	text-align: center;
}
.mg-t-2em {
	margin-top: 2em;
}
.mg-t-4em {
	margin-top: 4em;
}
.font-80p {
	font-size: 0.8em;
}
.font-120p {
	font-size: 1.2em;
}
.font-140p {
	font-size: 1.4em;
}
.font-green {
	color: #030;
}
.font-white {
	color: #fff;
}
.font-white a {
	color: #fff;
	text-decoration:none;
}

.font-white a:link {
	color:#fff;
}

.font-white a:visited {
	color:#fff;
}

.font-white a:hover {
	color:#fff;
	text-decoration:underline;
}

.font-white a:active {
color:#fff;
}

.lh-25 {
	line-height: 2.5em;
}

.info-title {
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.title-01 {
	font-size: 1.6em;
    position: relative;
    padding: 1.5rem;
    text-align: center;
}
.title-01:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}

.title-underline {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.0em;
}

.widget-entry-cards.card-large-image .a-wrap {
	width:32.5%;
	height:auto;
	display: inline-flex;
}

.wpcf7 input[name="date-212"],.wpcf7 input[name="date-213"],.wpcf7 input[name="nights1"],.wpcf7 input[name="nights2"] {
    display: inline-block;
    width: 10em;
}


@media screen and (max-width: 768px) {
	.widget-entry-cards.card-large-image .a-wrap {
	width:260px;
	display: inline-flex;
}
}

	.widget-entry-cards.not-default figure img {
	padding: .5em;
}

.widget-entry-cards.card-large-image .a-wrap {
	font-size: 95%;
	text-align: left;
	padding:.5em;
}


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

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

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