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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.home h1.entry-title {
	display: none;
}
.full-img {
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%) !important;
}
.n2-section-smartslider {
	margin-top: -75px;
}
.content {
	width: 1000px;
	margin: 24px auto;
}
.header-container-in.hlt-top-menu {
	padding: 5px 0;
}
.navi {
	background-color: #d6fccc;
	border-top: 3px solid #089844;
}
.fixed-header .navi {
	background: transparent;
	border-top: none;
}
.wrap {
	width: 100%;
}
table th {
	width: 25%;
}
.wp-block-table td {
	padding: .5em 1em;
}
.wp-block-image figcaption {
	text-align: center;
	font-size: 100%;
}
.article h1 {
	margin-bottom: 2em;
}
.article h1::first-letter {
    padding: 0.2rem;
    border: 3px solid;
    border-radius: 10%;
    background-color: #d6fccc;
	color: #72bb3d;
    font-size: 36px;
}
.article h2 {
	position: relative;
	color: #fff;
	margin-bottom: 0.75em;
	padding: 15px 15px 15px 50px;
	background-color: #85d4fb;
	border-radius: 40px;
}

.article h2::after {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	content: '';
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 100%;
}
.article h3 {
	border-bottom: solid 6px #cce4ff;
	position: relative;
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 0 0 0 10px;
}
.article h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 6px #5472cd;
	bottom: -6px;
	width: 20%;
	margin-left: -10px;
}
.article h4 {
	position: relative;
	padding: 0.25rem;
	margin-bottom: 1rem;
    color: #353535;
    border-top: none;
	border-bottom: none;
}
.article h4::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	transform: skew(-45deg);
	background-image: repeating-linear-gradient(90deg, #72bb3d 0 5px, transparent 5px 10px);
	content: '';
}
.article p {
	margin-bottom: 0.75em;
}
.article ul li, .article ol li {
	margin: 0.2em 0.2em 0.75em;
	line-height: 1.25;
}
.tool_list {
	border: 1px solid #eee;
}
.tool_list p {
	padding: 10px;
	margin-bottom: -5px;
}
.floor_guide {
	max-width: 100%;
	gap: 0;
}
.floor_guide .wp-block-column {
	border: none;
}
.floor_guide .wp-block-image {
	margin-bottom: 0;
}
.floor_guide .wp-block-image img {
	display: initial;
}
.wpcf7-list-item {
	display: block;
}
.wp-block-table.equipment_list th,
.wp-block-table.equipment_list td {
	background: white;
}
.wp-block-table.equipment_list thead {
	border-bottom: none;
}
.wp-block-table.equipment_list thead th {
	background: #d6fccc;
}
.bottom_line {
	border-bottom: 1px solid #666 !important;
}
label.width-auto > span {
	display: inline-block;
	width: 150px;
}
span.width-auto {
	display: inline-block;
	width: 150px;
}
.room_attention {
	margin: -180px;
	position: absolute;
	left: 350px;
	width: 300px;
	border: 3px double #999;
	padding: 0.5em 0.75em;
	font-size: 85%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg,#030e,#030e);
	padding: 0.25em;
	font-size: 10px;
}
.flow {
	display: inline-block;
	background-color: #ff9;
	padding: 5px 20px;
	border-radius: 20px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.content {
		width: 95%;
	}
	.navi {
		border-top: none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	table th, table td {
		font-size: 14px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	.wp-block-gallery.has-nested-images.normal figure.wp-block-image:not(#individual-image) {
		width: 100%;
	}
	.room_attention {
		left: 350px;
		width: 50%;
		font-size: 70%;
		line-height: 1.5;
	}
}


/************************************
** グーグルカレンダー
************************************/
.center-calendar {
    display: block;
    margin: 0 auto;
}
