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

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

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

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

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



.main {
	padding: 0 29px;
}

.content {
	margin-top: 0;
}

.entry-content {
	margin-top: 0;
}

.sidebar-scroll {
	top: 32px;
}

a{
	color:inherit;
	text-decoration: none;
	}

table {
	text-align: center;
	border-collapse: collapse;
	border:1px solid;
}

table th {
	padding: 10px;
	background-color: #fff7f7;
}

th {
	border: dashed 1px #edd;
}

table td {
	padding: 10px;
	border: dashed 1px #edd;
	font-size:0.7em;
}

tr:nth-child(odd) {
	background: #fffbfb;
}

.wrap {
	margin: 0;
}

.flex-ico-main {
	display: flex;
	gap: 5px;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 100%;
	width:820px;
	text-align:center;
	color: #ff8080;
	font-weight:bold;
	font-size:0.9em;
	text-shadow: 0.5px 0.5px 1px rgba(50,50,50,0.25);
}

.flex-ico{
	 width: calc(100% / 6 - 10px);
	 height:120px;
	background-position: center;
	 background-repeat:no-repeat;
	 background-size:contain;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.in-door{
	background-image:url('https://spa-yurari.com/img/indoor.png');
}
.open-air{
	background-image:url('https://spa-yurari.com/img/openair.png');
}
.private{
	background-image:url('https://spa-yurari.com/img/private.png');
}
.mixed{
	background-image:url('https://spa-yurari.com/img/mixed.png');
}
.drinking{
	background-image:url('https://spa-yurari.com/img/drinking.png');
}
.sauna{
	background-image:url('https://spa-yurari.com/img/sauna.png');
}
.img-ph{
	background-image:url('https://spa-yurari.com/img/ph.png');
	background-position: center;
	 background-repeat:no-repeat;
	 background-size:contain;
	border-radius: 10px;
	
}

.unavailable {
	color: #FF7979;
	filter: brightness(130%) saturate(0%);
}

.main .entry-content ul.bullet-Point {
	font-size:1.2em;
	border-top:none;
	}  

.main .entry-content ul.bullet-Point li{
	border-bottom:none;
	padding:0;
	margin:0;
	} 

.main .entry-content ul.bullet-Point li:before {
	content:'\2668';
	color:#FF6464;
	padding:0;
	margin:0;
	} 

	blockquote {
	position: relative;
	padding: 45px 10px 10px 10px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	color: #777777;
	border-left: 4px solid #ffdfdf;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "“";
	font-family: sans-serif;
	color: #ffe7e7;
	font-size: 90px;
	line-height: 1;
}

@media screen and (min-width :550px) {
	blockquote {
	 width:80%;
	 padding: 10px 15px 10px 60px;
	}
	blockquote:before{
	 top: 5px;
	 left: 3px;
	}
}

blockquote cite {
	display: block;
	text-align: right;
	color: #aaa;
	font-size: 0.7em;
}

@media (max-width: 650px) {
.flex-ico {
	width: calc(100% / 3 - 10px);
	}
}

@media (max-width: 350px) {
.flex-ico {
	width: calc(100% / 2 - 10px);
	}
}

#container wrap.cf {
	margin-left:0;
}

.sidebar {
	border: 0;
	padding:0;
}


.logo-header{
	display: none;
} 
.header-in{
	display: none;
}
.page .entry-title{
	display: none;
}
.date-tags{
	display: none;
}

#container hr,
#container p {
	margin-bottom: 0;
}

#container h1,
	#container h2,
	#container h3,
	#container h4,
	#container h5,
	#container h6 {
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	position:relative;
	background:none;
	color: var(--cocoon-text-color);
	}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	position:relative;
	background:none;
	color: var(--cocoon-text-color);
}

	.bullet-Line {
	width:90%;
	padding: .5em .5em .5em 63px;
	border-bottom: dashed 1px rgb(255, 170, 170);
	margin-bottom: 15px;
	} 

.main .entry-content ul {
	border-top: dashed 1px rgb(255, 170, 170);
	font-size:1.3em;
	list-style-type: none;
	padding-left:0;
	margin-bottom:0;
}

.main .entry-content li {
	width:100%;
	border-bottom: dashed 1px rgb(255, 170, 170);
	padding: .5em .5em .5em .5em;
	margin-bottom: 0;
}

.main .entry-content li:before {
	content:'\2668\0020';
	color:#FF6464;
	margin-left:-14px;
}

.content-main {
	 display: flex;
	 flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 879px) {
	.content-flex-h500 {
	width:100%;
	height:500px;
}

	.content-flex-h200 {
	width:100%;
	height:200px;
}
	
	
	.content-flex-h250 {
	width:100%;
	height:250px;
}
	
}

@media (min-width: 880px) and (max-width: 1023px) {
	.content-flex-h500 {
	width:48%;
	height:500px;
}

	.content-flex-h200 {
	width:48%;
	height:200px;
}
	
	 .content-flex-h250 {
	width:48%;
	height:250px;
}
	
	 .Contentflex{
	 display:flex;
	 flex:1 1;
	}
	
}

@media (min-width: 1024px) and (max-width: 1299px) {
	.content-flex-h500 {
	width:100%;
	height:500px;
}
	.content-flex-h200 {
	width:100%;
	height:200px;
}
	 .Contentflex{
	 display:flex;
	 flex:1 1;
	}
	.content-flex-h250 {
	 width:100%;
	 height:250px;
	}
}

@media (min-width: 1300px) {
	.content-flex-h500 {
	width:48%;
	height:500px;
}

	.content-flex-h200 {
	width:48%;
	height:200px;
}
	  .Contentflex{
	 display:flex;
	 flex:1 1;
	}
	
	 .content-flex-h250 {
	 width:48%;
	 height:250px;
	}
	
}

.gmap {
	width: 100%;
	height: 400px;
	border: 0;
}

.WidthCont {
	width: 100%;
}

.Spaceem {
	padding: 1em;
}


#sidebar {
	text-align: center;
}

#global-nav ul {
	list-style: none;
	padding:0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #ff8080;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	
	
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #ffd0d0;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 100%;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ffb0b0;
	border-right: 1px solid #ffb0b0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #ffb0b0;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #ffb0b0;
	background: #fff;
}

.entry-content h1 {
	display:block;
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
	color: #888;
	margin: 0 0 1.5em 0;
}

.entry-content .intro-summary {
  font-size: 13px;
  color: #666;
  margin-bottom: 1.2em;
}

.component-label {
  font-size: 13px;
  color: #ECECEC;
  margin: 0 0 1em 0;
}

h2.headLine {
	font-weight: normal;
	font-size:1.5em;
	position:relative;
	margin: 0;
}

.headLine:before {
	position:absolute;
	bottom:0;
	content: '';
	display: block;
	height: 4px;
	width:100%;
	background-color: #FAA;
}


.headLine:after {
	position:absolute;
	bottom:0;
	content: '';
	display: block;
	height: 4px;
	width:20%;
	margin-left:2%;
	background-color: #CCC;
	background:linear-gradient(to left,rgba(255,170,170,0)0, #CCC 80%);
}

.headLineS {
	position:relative;
	margin-bottom: 0px;
}

.headLineS:after {
	position:absolute;
	bottom:0;
	content: '';
	display: block;
	height: 4px;
	width:40%;
margin-left:60%;
	margin-bottom: 0px;
	background:linear-gradient(to right,rgba(255,170,170,0)0, #FFF 90%);
}
mark {
	background: none;
	color: inherit;
	font-weight: normal;
	padding: 0;
}

.marker-animation {
 background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 background-repeat: repeat-x;
 background-size: 200% 0.8em;
 background-position: 0 0.5em;
 transition: all 2.5s ease;
}

.marker-animation.active{
 background-position: -100% .5em;
}

/*hopup*/

.note-btn{
  color:#c00;
  font-weight:bold;
  cursor:pointer;
}

#note-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
}

#note-modal.show{
  display:flex;
}

#note-box{
  background:#fff;
  padding:24px;
  border-radius:14px;
  max-width:420px;
  width:90%;
  line-height:1.7;
  position:relative;
}

#note-close{
  position:absolute;
  top:8px;
  right:12px;
  cursor:pointer;
  font-size:20px;
}

/*hopup*/
