@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ 固定ページ、投稿ページ共通部分
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Version: 1.1.3
*/

/* CSS Document */
/* main:#1B813E、通常hover:#F29C2B、緑背景hover:#FFC565 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

a {
	text-decoration: none!important;
}

.wp-element-caption {
	padding-top: 0.5em;
}

.campaignArea {
text-align: center;
margin-bottom: 2em;
padding-top: 1em;
border: 2px solid #1B813E;
}

.campaignArea p{
margin-bottom: 0.5em!important;
}

.impact2{
	color: #1B813E;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}


.impact,
.impact a{
	color: #1B813E;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.impact a:hover {
	color: #F29C2B;
}

.fontS {
	font-size: 88%;
}

html {
	font-family: 'Noto Sans JP', sans-serif;
 	overflow-x: hidden;
	animation: fadeIn 2.5s forwards;
	background-color: #FFF;
}

.noticeUl {
	list-style-type: none;
	padding-left: 0!important;
}

.noticeUl li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.notice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

@keyframes fadeIn {
    0% {opacity: 0.1}
    100% {opacity: 1}
}

a {
	text-decoration: none;
}

a:hover {
	color: #f29c2b;
}

*:hover {
	transition: all .2s ease-in-out;		
}

p {
	margin-bottom: 1em!important;
}

.fontB {
	font-weight: bold;
}

/* リンクボタン */
.btnArea {
 	display: flex;
 	padding-top: 50px;
 	flex-wrap: wrap;
	gap: 5px;
}

.btnLink {
 	max-width: 290px;
 	margin: 0 auto;
 	background-color: #1B813E;
 	text-align: center;
 	color: #FFF;
 	font-size: 20px;
 	font-weight: bold;
 	border-radius: 50px;
}

.btnLink a {
	display: block;
 	color: #FFF;
	padding: 10px 20px;
}

.btnLink:hover {
	background-color: #F29C2B;
}

/* FontAwesome */
.icon::before {
	font-family: "Font Awesome 5 Free";
	padding-right: 0.5em;
	font-weight: 900;	
}

/* ヘッダー */
.header-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.header {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-around;
}

.header-in {
	width: 42%;
	padding-top: 0!important;
}

.tagline {
	text-align:left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	padding: 0!important;
	margin: 0 0 0.5em 0!important;
}

.logo {
	text-align: left;
	padding: 0 0 10px!important;
	margin: 0!important;
	line-height: 1;
}

.site-name-text-link {
	margin-left: -1em;
	line-height: 1;	
}

.site-name-text{
	color: #1B813E!important;
	font-weight: bold;
	line-height: 1;
	font-size: 42px;
}

.site-name-text:hover {
	color: #F29C2B!important;
}


/* 予約ボタン */
.reserve{
	width: 25%;	
	margin-top: 20px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
}

.reserve .btnLink {
	margin-top: -10px;
}


#langList {
	width: 25%;
}

.lang-item {
	list-style: none;
	display: inline-block;
	font-weight: 900;
}

.lang-item:first-child::after {
	content: " | ";
}


.entry-title {
	color: #003366;
	text-align: center;
}


#gNav {
	line-height: 1.2;		
}





/* グローバルナビ */
#gNav {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

#gNav ul{
	height: 70px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content:space-around;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#gNav ul li {
	width: 25%!important;
	font-size: 20px;
	font-weight: bold;
	margin: 0 8px;
}

#gNav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
}

#gNav ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #1B813E;
	bottom: -4px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .2s ease-in;
}

#gNav ul li a:hover {
	color: #333;
	transform: translateY(-2px);
}

#gNav ul li a:hover::after {
	transform: scale(1, 1);
}

#gNav .current-menu-item a {
	padding-bottom: 1px;
	border-bottom: solid 4px #1B813E;
}

/* パンくずリスト */
.breadcrumb,
.breadcrumb a{
	color: #333;
	font-size: 14px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* メインコンテンツ */
.content,
#main{ 
	margin-top: 0!important;
	padding-top: 0!important;
}

main {
	letter-spacing: 0.1em;
}

/* フッター */
#footerInner {
	max-width: 1024px;
	padding: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* フッターナビ */
#fNav {
	font-size: 16px;
	width: 60%;
	padding-bottom: 30px;
}

#fNav ul {
	padding-left: 0!important;
	margin: 0px!important;
	list-style: none;
}

#fNav ul li {
	position: relative;
}

#fNav ul li a::before {
	font-family: "Font Awesome 5 Free";
  	content: "\f0da";
  	font-weight: 900;
  	padding-right: 0.3em;
	font-size: 20px;
}

#fNav ul a:hover {
	color: #FFC565;
}

#footerInner .site-name-text{
	color: #FFF!important;
}

#footerInner .site-name-text:hover {
	color: #FFC565!important;
}

/* フッター案内エリア */
address {
	width: 40%;
	font-size: 17px;
	line-height: 1.5;
	padding-bottom: 30px;
	font-style: normal!important;
}

address .site-name-text {
	font-size: 30px;
}

address p {
	margin-bottom: 0.5em!important;
}

#footerInner .icon {
	margin-bottom: 0.2em!important;

}

.phone::before {
	content:"\f879";
}

.mail::before {
	content:"\f0e0";
}

.mail a:hover {
	color: #FFC565!important;
}

.schedule::before {
	content:"\f54f";
}

/* コピーライト */
.source-org,
.copyright {
	margin: 0 auto!important;
	text-align: center;
}

/* 上に戻るボタン */
.go-to-top-button {
	border-radius: 50%;
}

/* モバイルヘッダー */
.mobile-tagline {
	position: fixed;
	top: 28px;
	left: 0;
	color: #333;
	font-size: 11px;	
	background-color: #FFF;
	width: 100%;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	display: none;
	line-height: 1.2;
	height: 24px;
}

.mobile-menu-buttons {
	top: 50px;
	box-shadow: none!important;
	border-bottom: 1px solid #ccc;
	min-height: 1!important;
}

/* モバイルヘッダーロゴ */
.logo-menu-button {
	line-height: 1!important;
	text-align: left!important;
	padding: 10px 10px 0!important;
	font-size: 28px;
}

.logo-menu-button a {
	color: #1B813E!important;
}

/* モバイルヘッダー予約ボタン */
.mobile-header-menu-buttons .btnLink {
	line-height: 1;
 	font-size: 16px;
 	border-radius: 30px;
	margin-left: -10px!important;
	margin-top: 24px;
}

/* モバイルヘッダーナビ */
.navi-menu-icon span{
	padding-top: 7px;
	color: #1B813E!important;
	font-size: 30px!important;
}

/* ナビ中身 */
.menu-content {
	overflow-y: hidden!important;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  	height: 100vh;
  	background: #1B813E;
	max-width: 100%!important;
}

.menu-drawer {
	padding: 0!important;
}

.menu-close-button {
	color: #FFF!important;
	text-align: right!important;
	padding: 26px 20px 0;
}

.menu-drawer li a{
	color: #FFF;
	font-weight: bold; 
	flex-direction: column;
	border-bottom: 2px solid #FFF;
	height: 60px;
	line-height: 50px;
}

.menu-drawer li:first-child  a{
	border-top: 2px solid #FFF;	
}

.menu-drawer li a:hover {
	opacity: 0.8;
	color: #1B813E!important;
}

.menu-drawer .current-menu-item a {
	background-color: #FFF;
	color: #1B813E;
}

/* 投稿ページ */
.widget ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.widget ul li a:hover {
	color: #F29C2B;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.header-container{
		margin-top: -30px!important;
		width: 100%;
	}
	
	.mobile-tagline,
	.mobile-menu-buttons {
		display: none;
	}
	
	#gNav ul li {
		font-size: 19px;
	}
	
	main {
		font-size: 16px;
	}
	
	#fNav,
	address {
		width: 50%;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
	.content{ 
		margin-top: 80px!important;
	}
	
	.header-container {
		margin-top: 0!important;	
		display: none;
	}
	
	#langList {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		height: 30px;
		background-color: #1B813E;
		color: #FFF;
	}
	
	#langList ul {
		padding: 0;	
	}
	
	#langList ul li a {
		color: #FFF;			
	}
	.mobile-tagline {
		display: inline-block;
	}
	.mobile-menu-buttons {
		display: flex;
	}	

	#gNav ul li {
		font-size: 14px;
	}	

	#fNav{
		width:45%;
	}
		
	address {
    	width: 55%;
  	}
	
	
}

/*680px以下*/
@media screen and (max-width: 680px){
	main {
		letter-spacing: 0;
	}
	
	#main{
  		margin-top: 0!important;
	}

	#gNav {
		display: none;
	}
		
	.icon {
		font-size: 15px;
	}	
	
	#fNav {
		width: 40%;
	}
	
	.tagline {
		font-size: 13px;
	}
	.mobile-tagline {
		font-size: 13px;
	}
	
	address {
    	width: 60%;
		font-size: 15px;
  	}
	
	.beforeBr::before {
		content: "\A";
		white-space: pre;
	}
}

/*540px以下*/
@media screen and (max-width: 540px){
	#fNav,
	address {
    	width: 100%;
  	}
	
	.clearBr {
		display: none;
	}
}


/*350px以下*/
@media screen and (max-width: 350px){
	.mobile-tagline {
		font-size: 9px;	
		padding-bottom: 4px;
	}
	
	.logo-menu-button {
		padding: 15px 20px 0!important;
		font-size: 22px!important;
	}
	
	.mobile-header-menu-buttons .btnLink {
	 	display: none;
	}
	

}

