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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* theme 
 * #487c38 -- green
 * #a80001 -- dark red
*/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*----------961px以上 ----------*/
@media screen and (min-width: 961px){
  /*必要ならばここにコードを書く*/
	/*---------- common ----------*/
	/* content 幅 */
	.entry-content {
		width: 80%;
		margin: auto;
	}
	
	/*---------- HOME ----------*/
	/* header img */
	.gp-pc-img {
		display: block !important;
	}
	.gp-sp-img {
		display: none !important;
	}
	
	/* icon group */
	.gp-icon-group {
		gap: 10px !important;
	}
	/* new posts */
	.gp-home-newpost {
		width: 80%;
		padding-left: 100px !important;
	}

	/*---------- PRICE ----------*/
	/* member bonus */
	.gp-bonus-div {
		width: 60%;
		margin: auto;
		font-size: 24px;
	}
	/* member price */
	.gp-menu-table {
		--margin-left: 100px;
	}
	
	/*---------- BOOK NOW ----------*/
	/* google calender */
	.gp-calendar iframe {
		width:100%;
		max-width:800px;
		height:400px;
	}
	/* room inturoduce */
	.gp-numberline-title {
		width: 80%;
		margin: auto;		
	}
	.gp-room-group {
		width: 80%;
		margin: auto;
	}
	/* booking space */
/*	.gp-booking-space {
		--width:100%;
		max-width:600px;
		margin: auto;
	}*/
	/* booking flow */
	.gp-booking-flow {
		width: 80%;
		margin: auto;
	}

}

/*---------- 960px以下 ----------*/
@media screen and (max-width: 960px){
  /*必要ならばここにコードを書く*/
	/*---------- common ----------*/
	/* content 幅 */
	.entry-content {
		width: 90%;
		margin: auto;
	}
	/* 2squares titleのとき */
	.gp-twosquares-title {
		padding: 15px 45px !important;
	}
	
	/*---------- HOME ----------*/
	/* header img */
	.gp-pc-img {
		display: block !important;
	}
	.gp-sp-img {
		display: none !important;
	}
	/* icon group */
	.gp-icon-group{
		flex-wrap: nowrap !important;
		gap: 10px !important;
	}
	
	/*---------- PRICE ----------*/
	/* member bonus */
	.gp-bonus-div {
		width: 75%;
		margin: auto;
		font-size: 24px;
	}
}

/*---------- 520px以下 ----------*/
@media screen and (max-width: 520px){
  /*必要ならばここにコードを書く*/
	/*---------- common ----------*/
	/* content 幅 */
	.entry-content {
		width: 100%;
		margin: auto;
	}

	/*---------- HOME ----------*/
	/* header img */
	.gp-pc-img {
		display: none !important;
	}
	.gp-sp-img {
		display: block !important;
	}
	
	/* icon group */
	.gp-icon-group{
		flex-wrap: wrap !important;
		gap: 20px !important;
	}
	/*---------- PRICE ----------*/
	/* member bonus */
	.gp-bonus-div {
		width: 100%;
		margin: auto;
		font-size: 20px;
	}
	/*---------- BOOK NOW ----------*/
	/* google calender */
	.gp-calendar iframe {
		height:600px;
	}
	/*---------- REVIEW ----------*/
	/* 2columns */
	.gp-review-person figure img {
		height: 50%;
		width: 50%;
	}
	.gp-review-person figure {
		text-align: center;
	}
}

/*---------- common ----------*/
/* title非表示 */
.page .entry-title {
	display:none;
}
/* header title */
.gp-header-div {
	width: fit-content;
	text-align: right;
	margin: 0 0 0 auto;
}
.gp-header-title {
  	padding: 1rem 2rem;
  	border-top: 2px solid #000;
  	font-size: 14px;
}


/* 投稿日・更新日を非表示 */
.page .date-tags {	
	display: none;
}
/* 投稿者名を非表示 */
.page .footer-meta {	
	display: none;
}

/* gp-bothline-title */
.gp-bothline-title-div {
	text-align: center;
}
.gp-bothline-title {
	position: relative !important;
	display: inline-block;
	padding: 0 55px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.gp-bothline-title:before, .gp-bothline-title:after {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	display: inline-block !important;
	width: 45px !important;
	height: 1px;
}
.gp-bothline-title:before {
	left:0 !important;
	border-top: solid 3px #487c38 !important;
}
.gp-bothline-title:after {
	right: 0;
	left: auto !important;
	border-bottom: solid 3px #487c38 !important;
}

/* 中央だけ色が違う */
.gp-centeraccent-title {
	position: relative !important;
	font-size: 26px !important;
	text-align: center !important;
	border-bottom: 5px solid #487c38 !important;
	border-top: 0 !important;
}
.gp-centeraccent-title:before {
	border-top: 0 !important;
}
.gp-centeraccent-title:after {
	content: '' !important;
	position: absolute !important;
	bottom: -4.5px !important;
	left: 50% !important;
	transform: translateX(-50%);
	width: 70px !important;
	height: 4.5px !important;
	background-color: #000000;
	border-bottom: 0 !important;
}


/* short underline */
.gp-short-underline-title {
	text-align: center;
	position: relative;
	--display: inline-block;
	margin-bottom: 1em !important;
}
.gp-short-underline-title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #487c38;
	border-radius: 2px;
}

/* square title */
.gp-square-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative !important;
	border-top: solid 1px black !important;
	border-bottom: solid 1px black !important;
	background-color: transparent !important;
	padding: 30px 10px 30px 10px !important;
	border-radius: 0 !important;
}
.gp-square-title:before{
	content: '' !important;
	position: absolute !important;
	top: -15px !important;
	left: 20px !important;
	width: 50px !important;
	height: 70px !important;
	background-color: rgba(72,124,56,0.9);
	z-index: -1;
	border-top: 0 !important;
}
.gp-square-title:after {
	border-bottom: 0 !important;
}

/* 2squares title */
.gp-twosquares-title {
    margin:  0 !important;                 /* デフォルトCSS打ち消し */
    position:  relative !important;        /* 位置調整 */
    font-weight:  normal !important;       /* 文字の太さ調整 */           
    text-align:  center;         
    display: inline-block;
	border-top: 0 !important;
	border-bottom: solid 1px black !important;
	border-radius: 0 !important;
	z-index: -1;
	width: 100%;
}

.gp-twosquares-title:before {
    content: '' !important;
    height: 50px;               /* 高さ指定 */
    width: 40px !important;                /* 幅指定 */
    border: solid 2px #487c38;     /* 枠線指定 */
	border-top: solid 2px #487c38 !important;
	background-color: rgba(72,124,56,0.9);
    display:  block !important;            /* ブロック要素にする */
    position:  absolute !important;        /* 位置調整 */
    left:  -10px !important;                   /* 位置調整 */
    top: -20px !important;                     /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    z-index: -1;                /* 重なり調整 */
}

.gp-twosquares-title:after {
	content: '' !important;
	height: 40px;
	width: 40px !important;
	border: solid 2px #487c38;
	border-bottom: solid 2px #487c38 !important;
	background-color: rgba(72,124,56,0.9);
    display:  block !important;
	position:  absolute !important;
	right:  0 !important;
	bottom:  -15px !important;
	margin:  auto;              /* 位置調整 */
    z-index: -1;                /* 重なり調整 */
	left: auto !important;
	
}
.gp-twosquares-span:before {
	content: '';
    height: 40px;               /* 高さ指定 */
    width: 40px !important;                /* 幅指定 */
    border: solid 1px #000000;     /* 枠線指定 */
    display:  block !important;            /* ブロック要素にする */
    position:  absolute !important;        /* 位置調整 */	
}

.gp-twosquares-div {
	padding-bottom: 20px;
	text-align: center;
}


/* normal title h3 */
.gp-normal3-title {
	padding: 1rem 2rem !important;
	border-left: 3px double #a80001 !important;
}

/* English and Japanese title */
.gp-engjpn-title {
	font-size: 24px !important;
}
.gp-engjpn-title:before {
	content: attr(data-en);
	display: block;
	color: #a80001;
	font-size: 16px;
	padding-bottom: 1em;
}
.gp-engjpn-title:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background-color: #a80001;
}

/* Japanese title English comment */
.gp-english-comment-title {
	position: relative !important;
	padding-top: 30px !important;
	font-size: 26px !important;
	border-bottom: 3px solid #487c38 !important;
	border-top: 0 !important;
}
.gp-english-comment-title span {
	position: relative;
	z-index: 2;
}
.gp-english-comment-title:before {
	content: attr(data-en) !important;
	position: absolute !important;
	top: 0px !important;
	left: 0 !important;
	color: rgba(0,0,0,0.1);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	border-top: 0 !important;
}
.gp-english-comment-title:after {
	border-bottom: 0 !important;
}

/* number + upperline */
.gp-numberline-title {
	position: relative;
	overflow: hidden;
	padding: 10px 0.8rem 0.8rem 100px !important;
	border-top: 1px solid #000 !important;
	margin-bottom: 1em !important;
}
.gp-numberline-title:before {
	position: absolute;
	top: -150%;
	left: -130px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg) !important;
	background: #487c38;
}
.gp-numberline-title span {
	--font-size: 40px;
	font-size: 1.5rem;
 	position: absolute;
 	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	padding-top: 10px;
 	padding-left: 16px;
	color: #fff;
}

/*---------- paragragh ----------*/
.gp-underline-p{
	position: relative;
	font-size: 18px;
}

.gp-underline-p:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #000;
	animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

/*---------- hr ----------*/
.gp-hr {
	border-top: 3px double #487c38;
	width: 70%;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px !important;
}

/*---------- button ----------*/
/* normal button */
.gp-normal-btn-div {
	text-align: center;
}
a.gp-normal-btn {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;

	-webkit-transform-style: preserve-3d;

	transform-style: preserve-3d;
	width: 80%;
	height: 60px;
	color: #000;
	font-size: 20x;
	padding: 15px 15px;
}

a.gp-normal-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;

	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;

	background: #487c38;
}

a.gp-normal-btn:hover {
	color: #fff;
	background: #a80001;
}

a.gp-normal-btn:hover:before {
	background: #fff;
}


/* 他遷移button */
.gp-link-div {
	text-align: right;
}
a.gp-link-btn {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
	color: #000;
}
a.gp-link-btn:hover {
	color: #fff;
	background: #a80001;
}



/*---------- menu ----------*/
#navi .navi-in a:hover {
	background-color: #a80001;
}



/*---------- tel ----------*/
/* tel button div */
.gp-tel-div {
 	font-weight: bold; /* 文字の太さ */
	text-align: center;
 	letter-spacing: 0.1em;
  	align-items: center;
  	display: flex;
  	justify-content: center;
  	gap: 20px;
  	flex-wrap: wrap;
}

.gp-tel-button {
  	color: #fff; /* 文字色 */
  	position: relative;
  	display: inline-block;
  	text-decoration: none;
  	padding: 1em 1em 1em 60px;
  	--border-radius: 100vh;
  	width: 100%; /* ボタン幅 */
  	max-width: 350px; /* 最低ボタン幅 */
  	transition: 0.3s;
}

.gp-tel-button {
  	background: #487c38; /* 電話ボタン色 */
}

.gp-tel-button:before {
  	content: '';
  	position: absolute;
  	left: 30px;
  	top: 50%;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	background-repeat: no-repeat;
  	background-size: cover;
}

.gp-tel-button:before {
  	width: 40px;
  	height: 40px;
  	background-image: url(https://find-a.jp/seotimes/wp-content/uploads/cta-phone.png); /* 電話アイコン */
}

.gp-tel-div .gp-tel-txt {
  	line-height: 1;
  	display: inline-block;
  	padding: 0.2em 1.5em;
  	letter-spacing: 0;
  	background: #fff; /* 下文字背景色 */
  	font-size: 90%; /* 下文字サイズ */
  	border-radius: 5px;
}

.gp-tel-txt {
  	color: #487c38; /* 下文字色 */
}

gp-tel-button .gp-tel-txt {
  	color: #487c38; /* 下文字色 */
}

.gp-tel-div img {
    width: 1em;
    margin-right: 0.5em;
}

/* マウスオーバーした際のデザイン */
.gp-tel-button:hover {
  transform: scale(1.05);
	color: black;
}



/*----- mobile header -----*/
.mobile-menu-buttons {
	background: #fff;
	color: #000;
}

.mobile-menu-buttons .menu-button > a {
	color: #000;
}

/*----- follow button -----*/
/*SNSフォローボタン*/
.sns-follow-message{
	font-weight: bold; /*太字*/
	color: #000; /*文字色*/
}
.sns-follow-buttons {
	justify-content: center; /*中央寄せ*/
}
.sns-follow-buttons a {
	border-radius: 50%; /*丸くする*/
	font-size: 20px; /*アイコンのサイズ*/
	margin: 0 10px; /*ボタン同士の間隔*/
}
#main .sns-follow a {
	width: 40px; /*ボタンの横幅*/
	height: 40px; /*ボタンの高さ*/
}

/*---------- HOME ----------*/

/* reason title */
.gp-reason-title {
	border-top: none !important;
	border-bottom: solid 3px #487c38 !important;
	position: relative !important;
}
.gp-reason-title:before {
	border-top: none !important;
}
.gp-reason-title:after {
	position: absolute !important;
	content: " " !important;
	display: block !important;
	border-bottom: solid 3px #000000 !important;
	bottom: -3px !important;
	width: 15% !important;
}


/* icon */
.gp-icon-column {
	text-align: center;
}

.gp-icon {
	font-size: 3em;
}
.gp-icon-explain {
	font-size: 14px;
}

.gp-next-icon:before {
	padding-left: 10px;
}

/* announce button */
.gp-normal-btn-div a {
	font-size:18px;
}

/* google maps */
.gp-googlemap-div {
	text-align: center;	
}


/*---------- ABOUT US ----------*/
/* profile */
.gp-profile-table {
	
}


/*---------- PRICE ----------*/
/* member bonus */
.gp-bonus-icon {
	padding-right: 0.8em;
}

.gp-menu-table thead {
	--background-color: #487c38;
	--color: #ffffff;
}
.gp-menu-table thead td, 
.gp-menu-table thead th {
	border: 0;
	border-bottom: 2px solid;
}
.gp-menu-table td {
	border: 0;
	border-bottom: 1px dashed;
}
/*---------- BOOK NOW ----------*/
/* calendar */
.gp-calendar-div {
	text-align: center;
}
.gp-calendar {

}

/*----- booking room -----*/
.gp-room-group figure {
	margin-bottom: 30px !important;
}
/*.gp-booking-space .wp-element-caption {
	position: absolute !important;
	top: 75% !important; 
	left: 50%!important; 
	transform: translate(-50%, -50%);
	color: #fff !important;
	font-size: 120% !important;
	font-weight: bold;
	text-shadow: 0 0 10px #00000073;
}*/

.gp-booking-flow {
	border-color: #487c38 !important;
    border-width: 0 0 0 4px !important;
    border-radius: unset;
}




/*---------- BLOG ----------*/
.related-entry-heading{
	border-top: 1px solid #000 !important;
    border-bottom: 1px solid !important;	
}

.pager-post-navi {
	background-color: unset !important;
    border-top: 1px dashed #000 !important;
}

.pager-post-navi a .iconfont {
	color: #487c38 !important;	
}

/*---------- footer ----------*/
/* 背景 */
.article-footer {
	background-color: #ffffff;
}


/*---------- mobile ----------*/
/*----- header menu -----*/
.mobile-menu-buttons {
    color: #000; /* 文字色 */
    background-color: #fff; /* 背景色 */
}
.menu-icon {
	color: #000 !important;
}
.menu-caption {
	color: #000 !important;
}

.menu-button:hover {
	background-color: #fff !important;
}
.menu-drawer a {
	font-size: 18px;
	padding: 15px !important;
}