@charset "UTF-8";

/*
Theme Name: theme-copal2026
Description: コパル（COPAL）公式サイト用テーマ。2026年改修版（theme-copal を複製）。
Version: 1.0.0
Text Domain: theme-copal2026
*/


html {
  visibility: hidden;
	min-width:320px;
}
html.wf-active {
  visibility: visible;
}
html,body {
	width: 100%;
	height: 100vh;
	font-size:14px;
	line-height:175%;
}
body {
	background-color: #fff;
	font-family:source-han-sans-japanese,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #2d2d2d;
	font-feature-settings: "palt";
	min-height:100vh;
	letter-spacing:0.1em;

}
body.drawer-opened {
	/*overflow: hidden;*/
}
.wrapper {
	width:100%;
	overflow:hidden;
}
h2,h3,h4,h5,h6{
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2 {
	font-size: 1.8rem;
	letter-spacing:0.09em;
}
h3 {
	font-size: 1.25rem;
	letter-spacing:0.15em;
	line-height:175%;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height:175%;
}
a:hover {
	text-decoration:none;
}
a.anchor {
	display: block;
   margin-top:-90px;
   padding-top:90px;
}
header {
	background-color: #fff;
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.head-logo {
	width: auto;
	max-width: inherit;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 26px;
	transform: translateY(-50%);
}

.head-rsvbtn {
	border: 2px solid #af8d58;
	display: inline-block;
	padding: 2px;
	border-radius: 100vh;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 58px;
	
	opacity:1;
}
body.drawer-opened .head-rsvbtn {
	opacity:0;
}
.head-rsvbtn:hover {
	transform: scale(1.05) translateY(-50%);
	color: #af8d58;
	text-decoration:none;
	cursor:pointer;
}
.head-rsvbtn a, .head-rsvbtn a:link, .head-rsvbtn a:visited {
	display: inline-block;
	text-align: center;
	line-height: 1rem;
	position: relative;
	padding: 0.42rem 1.27rem;
	border-radius: 100vh;
	z-index: 1;
	color: #af8d58;
	transition: 0.3s ease;
}

#hamburger {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("image/hamburger.png");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	transition: 0.3s ease;
}
body.drawer-opened #hamburger {
	background-image: url("image/close.png");
}
body.copal .container-fluid {
}
.lettersp-narrow {
	letter-spacing: -0.1em!important;
}
.lettersp-narrow2 {
	letter-spacing: 0em!important;
}

.lettersp-zero {
	letter-spacing: 0em!important;
}
.lettersp-wide {
	letter-spacing: 1rem!important;
}
.smallcap {
	font-size: 0.6rem;
}
.largecap {
	font-size: 1.5rem;
}
.text-brown {
	color: #af8d58!important;
}
.text-red {
	color:#d32424!important;
}
.copal-container {
	padding: 0px 15px;
	width:100%;
	position:relative;
}
.mb-6 {
	margin-bottom: 8rem!important;
}
.lineheight-150 {
	line-height: 150%!important;
}
.lineheight-120 {
	line-height: 120%!important;
}
.lineheight-100 {
	line-height: 100%!important;
}
.lineheight-90 {
	line-height: 90%!important;
}
.lineheight-80 {
	line-height: 80%!important;
}
.font-size-07 {
	font-size:0.7rem!important;
}
.font-size-08 {
	font-size:0.8rem!important;
}
.font-size-09 {
	font-size:0.9rem!important;
}
.font-size-1{
	font-size:1rem;
}
.font-size-11 {
	font-size:1.1rem!important;
}
.font-size-125{
	font-size:1.25rem!important;
}
.font-size-15{
	font-size:1.5rem!important;
}
.w-90 {
	width:90%!important;
}
.letter-spacing-0 {
	letter-spacing:0px!important;
}

/*----spnav----*/


.sp-menu {
	background-color: #fcecd6;
	width: 100%;
	height: calc(100vh - 70px);
	position: fixed;
	top:70px;
	z-index: 8000;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease;
	padding: 3rem 12px;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	overflow: auto;

}
.sp-menu-rsvbtn a, .sp-menu-rsvbtn a:link, .sp-menu-rsvbtn a:visited{
	display: block;
	background-color: #af8d58;
	color: #fff;
	text-align: center;
	padding: 0.5rem 0;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	border-radius: 100vh;
	transition:0.3s ease;
}
.sp-menu-rsvbtn a:hover {
	color: #fff;
	cursor:pointer;
}
	.pc-menu-bg {
		display:none;
	}
.spnav {
	margin-top: 3rem;
	position: relative;
	overflow: auto;
}
.spnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.spnav ul li {
	margin-bottom: 1.2rem;
	font-size: 1.25rem;
}
.sp-menu-people {
	position: absolute;
	width: 100px;
	top: 3rem;
	right:0px;
}
.spnav a:link, .spnav a:visited {
	color: #2d2d2d;
	padding-bottom: 0.3rem;
	border-bottom: 3px solid #fcecd6;
	transition:0.3s ease;
}
.spnav a:hover {
	border-bottom: 3px solid #af8d58;
	
}

body.drawer-opened  .sp-menu {
	opacity: 1;
	pointer-events: all;
}












/*----TOP----*/


.top-slider {
	padding-top: 70px;
	min-height:250px;

}
.top-slider-inner {
	position:relative;
	width:100%;
}
.top-slider-inner::before {
	content:"";
	display: block;
	padding-top: 66%;
}
.top-slider-inner span {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top-slider-inner img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.top-slide-textcontainer {
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#fff;
}
.top-slide-textcontainer div {
	display:inline;
}
.slide-dots {
	margin: 0;
	padding: 0;
	text-align: center;
}
.slide-dots li {
	display: inline-block;
	margin: 0 8px;
	width: 7px;
 	height: 7px;
}
.slide-dots li button {
	position: relative;
	text-indent: -9999px;
}

.slide-dots li button::before {
	background-color: #bebebf;
	content: "";
	cursor: pointer;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: auto;
	position: absolute;
	top: 8px;
}
.slide-dots li.slick-active button::before {
	background-color: #2e2c2f;
}
.slide-dots button {
	background: none;
	border: none;
	outline: none;
	padding: 0 7px;
}

.wave1 {
	width: 100%;
	padding-bottom: 70px;
	margin-top:-1px;
	margin-bottom: 0px;	
	background-color: #f5f5f5;
}
.wave1-btm {
	width: 100%;
	position: relative;
	padding-bottom: 64px;
	pointer-events: none;
}
.wave1-btm img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.wave1bgcolor{
	background-color:#f5f5f5;
}
.main-nav {
	padding: 0;
}
.main-nav a:link, .main-nav a:visited {
	color: #2d2d2d;
}
.main-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.main-nav li {
	width:  calc((100% - 30px) / 4 + 0.5%);
	transition:0.3s ease;
}
.main-nav li:hover {
	transform:scale(1.05);
}
.main-nav p {
	margin-bottom: 0;
	line-height:120%;
}
.mainnav_pos {
	padding-top:5px;
}
.mnav-btn {
	background-color: #F4DFC6;
	position: relative;
	border-radius: 0.7rem;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	line-height: 100%;
	width: 100%;
	font-size: 0.8rem;
	margin-bottom: 1.7vw;	

}
.mnav-btn::before {
	content:"";
    display: block;
    padding-top: 100%;
}
.tnav-btninner {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
	padding: 5px;
	display: flex;
	align-items: center;
}
.mnav-btn img {
	width: 70%;
	margin-bottom: 5px;
}
.top-rsvbtn {
	padding: 0;
	margin-left:12px;
	margin-right:12px;
	margin:30px 12px 50px 12px;
	max-width:800px;
	border-radius: 1.28rem;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.6rem;
	position: relative;
	width:calc(100% - 24px);
}
.top-rsvbtn:hover{

}
.top-rsvbtn a, .top-rsvbtn a:link, .top-rsvbtn a:visited {
	background-color: #c3e085;
	display: block;
	text-align: center;
	line-height: 19.7px;
	position: relative;
	padding: 20px 1rem 11.5px 1rem;
	border-radius: 1.28rem;
	z-index: 1;
	color: #2d2d2d;
transition:0.3s ease;
}
.top-rsvbtn a:hover {
	transform:scale(1.025);
	color: #2d2d2d;
	cursor:pointer;
}

.top-rsvbtn-cap {
	font-size:0.9rem;
}
.rsv-circle {
	background-color: rgba(175,141,88,0.75);
	padding: 3px;
	margin:0;
	width: 100px;
	height: 100px;
	border-radius: 100vh;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 0.8rem;
	position: fixed;
	right:15px;
	bottom: 15px;
	z-index: 7000;
	display:none;
}
.rsv-circle:hover {
	transform:scale(1.05);
}
.rsv-circle a:link, .rsv-circle a:visited {
	background-color: rgba(171,208,100,0.75);
	display: block;
	text-align: center;
	line-height: 1rem;
	position: relative;
	padding: 0;
	border-radius: 100vh;
	width: 94px;
	height: 94px;
	z-index: 1;
	color: #2d2d2d;

}
.rsv-circle a::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: solid 3px rgba(255,255,255,0.75);
	border-radius: 100vh;
	width: 94px;
	height: 94px;
	z-index: 2;
}
.top-people01 {
	position: absolute;
	width: 65px;
	top: 20px;
	left: -10px;
	z-index: 5;
}
.top-people02 {
	position: absolute;
	width: 65px;
	top: -15px;
	right: -5px;
	z-index: 5;
}
.top-yakusoku {
	counter-reset:number; 
	list-style:none; 
	margin:1rem 0 2rem 0;
	padding:0;
}
.top-yakusoku li {
	position: relative;
	padding:0.65rem 1.25rem 0.65rem 4.5rem;
	min-height:4rem;
	display:flex;
	align-items:center;
}
.top-yakusoku li::before{
	position: absolute;
	counter-increment: number; 
	content: counter(number); 
	font-size: 2rem;
	top: 50%;
	transform: translateY(-50%);
	left: 1.5rem;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #af8d58;
}
.top-yakusoku li::after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #af8d58, #af8d58 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
}
.brownbtn a, .brownbtn a:link, .brownbtn a:visited {
	background-color: #af8d58;
	color: #fff!important;
	font-size: 0.9rem!important;
	display: inline-block;
	padding: 5px 2.75rem 7px 2.75rem!important;
	border-radius: 100vh;
	position: relative;
	transition:0.3s ease;
	border:none!important;
}
.brownbtn a:hover {
	transform:scale(1.05);
	opacity:0.9;
}
.brownbtn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/btnarrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.top-people03 {
	position: absolute;
	width: 140px;
	bottom: 40px;
	right: 15px;
	z-index: 5;
}

.top-newslist {
	list-style-type: none;
	margin: 0 0 50px 0;
	padding: 0;
}
.top-newslist li{
	transition:0.3s ease;
	border-bottom: 2px solid #f5f5f5;
	font-size: 0.9rem;
}
.top-newslist li:hover {
}
.top-newslist li a:link, .top-newslist li a:visited {
	color:#2d2d2d;
	transition:0.3s ease;
	display:block;
	padding: 0.5rem 12px;
}
.top-newslist li a:hover {
		opacity:0.6;

}
.top-newslist li p {
	font-size:1.1rem;
	margin-bottom:0.5rem;
	line-height:150%;
}


.news-date {
	font-size: 0.8rem;
}
.top-news-inner {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}




.wave2 {
	background-color: #fcecd6;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom:0px;
}
.wave2-top{
	position: relative;
	width: 100%;
	margin-top: 64px;
	margin-bottom:-1px;
	pointer-events: none;
}
.wave2-top img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.top-people04 {
	position: absolute;
	width: 90px;
	top: -20px;
	left: 27px;
	z-index: 6;
}
.pc-slide-container {
	width:33.33%;
}
.pickup-slider, .pickup-pc{
	position: relative;
}
.pickup-slide, .pickup-pc-slide {
	background-color: #fff;
	padding: 5px 5px 30px 5px;
	margin-right: 10px;
	border-radius: 1rem;
	margin:1rem 15px 1rem 15px;
	transition:0.3s ease;
	
}
.pickup-slide img,.pickup-pc-slide img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pickup-slide h3, .pickup-pc-slide h3 {
	color: #af8d58;
	margin:1.5rem 20px 1rem 20px;
	font-size: 1.4rem;
	letter-spacing:0.075em;
	line-height:145%;
}
.pickup-slide p, .pickup-pc-slide p {
	margin: 0 20px;
	font-size: 0.9rem;
}
.pickup-slide a:link, .pickup-slide a:visited, .pickup-pc-slide a:link, .pickup-pc-slide a:visited {
	color:#2d2d2d;	
}
.pickup-slide:hover, .pickup-pc-slide:hover {
	opacity:0.9;
	transform:scale(1.01);
}


.pickup-eyecatch {
	width: 100%;
}
.pickup-eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide-arrow {
	width: 20px;
}
.next-arrow {
	position: absolute;
	top: 30vw;
	right: 25px;
	z-index: 10;
}
.prev-arrow {
	position: absolute;
	top: 30vw;
	left: 25px;
	z-index: 10;
}


.wave3 {
	background-color: #eaf2f8;
	padding-bottom: 60px;
	padding-top: 60px;

}
.wave3-top {
	position: relative;
	width: 100%;
	margin-top: 64px;
	pointer-events: none;
}
.wave3-btm img, .wave-3top img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.wave3-btm{
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	pointer-events: none;
}
.top-people05 {
	position: absolute;
	width: 80px;
	top: -20px;
	right: 27px;
	z-index: 6;
}
.top-people06 {
	position: absolute;
	width: 90px;
	top: -20px;
	left: 27px;
	z-index: 6;
}
.insta-section {
	margin: 0 0 3rem 0;
	display: flex;
	justify-content: space-between;
}
.insta-section div {
	background-color: #c1c1c1;
	width: 29vw;
	height: 29vw;
	border-radius: 1rem;
}

.insta-container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}







/*----footer----*/

#footer{
	background-color:#f7bc8a;
}

.footer-top {
	position: relative;
	width: 100%;
	margin-top: 80px;
	margin-bottom: -1px;
	pointer-events: none;
}
.top-people07 {
	position: absolute;
	width: 75px;
	bottom: -70px;
	
	right: 35px;
	z-index: 6;
}
.footer-body {
	background-color: #f7bc8a;
	padding-top: 30px;
}
.footer-info {
	padding: 0 27px;
	font-size: 0.9rem;
	width:100%;
	max-width:1300px;

}
.footer-logo {
	width: 138px;
	margin-bottom: 1rem;
}
.footer-info h3 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 1rem;
	font-size: 1.1rem;
	letter-spacing:0.05em;
}
.footer-info a:link, .footer-info a:visited{
	color: #2d2d2d;
}
.footer-nav {
	margin-top:3rem;
}
.footer-nav table {
	width: 100%;
	font-size: 0.9rem;
	max-width:1300px;
	margin-left:auto;
	border-bottom: 1px solid #fff;
}
.footer-nav tr {
	border-top:1px solid #fff;
}
.footer-nav td {
	width:50%;
	padding: 0;
	letter-spacing: 0.1em;
}
.footer-nav td+td {
	border-left: 1px solid #fff;
}
.footer-nav a {
	position: relative;
}
.footer-nav a::before {
	content: '';
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/arrow_footer.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 27px;
	top:50%;
	transform: translateY(-50%);
}
.footer-nav td a:link, .footer-nav td a:visited {
	color: #2d2d2d;
	display: block;
	padding: 6.7px 27px 9px 45px;
	transition:0.3s ease;
}
.footer-nav td a:hover {
	opacity:0.65;
}
.link-icon {
	display: inline-block;
	
	width: 0.8rem;
	height: 0.9rem;
	background-image: url("image/icon_link.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 0.5rem;
}
.copyright {
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	font-weight: normal!important;
	padding: 0.5rem;
	letter-spacing: 0.1em!important;
}










/*----NEWS----*/


.page-eyecatch {
	margin-bottom: 2rem;
	padding-top: 70px;
	position: relative;
}
.page-eyecatch h2 {
	text-align: center;
	position: absolute;
	top: calc(50% + 25px);
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	padding: 1.5rem 4rem 1rem 4rem;
	background-color: rgba(255,255,255,0.62);
	line-height: 80%;
	margin: 0;
	word-break: keep-all;
	white-space: nowrap;


}
	.page-eyecatch-mask {
		display:none;
	}

.page-eyecatch h2 span {
	font-size: 0.75rem;
	letter-spacing:0.1em;
}

.page-title {
	text-align:center;
	line-height:110%;
	color:#af8d58;
	margin: 3rem 0 0 0;
}
.page-subtitle {
	font-size:1rem;
	color:#af8d58;
	text-align:center;
	margin-bottom:3rem;
}
.page-newslist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-newslist li{
	transition:0.3s ease;
	border-bottom: 1px solid #af8d58;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}
.page-newslist li:hover {
}
.page-newslist li a:link, .page-newslist li a:visited {
	color:#2d2d2d;
	transition:0.3s ease;
	display:block;
	padding: 0.5rem 12px;
}
.page-newslist li a:hover {
		opacity:0.6;

}
.page-newslist li p {
	font-size:1.1rem;
}
.news-people {
	position: absolute;
	width: 100px;
	top: -20px;
	right: 35px;
	z-index: 6;
}
.single-container {
	padding-top:80px;
}
.single-inner {
	padding: 0 12px;
}
.single-inner h2 {
	color: #af8d58;
	padding-bottom: 1rem;
	border-bottom: 1px solid #af8d58;
	font-size: 1.5rem;
	letter-spacing:0.1em;
	margin-bottom: 1.5rem;
	line-height:150%;
}




.whitebtn a, .whitebtn a:link, .whitebtn a:visited {
	background-color: #fff;
	color: #af8d58;
	font-size: 0.9rem;
	display: inline-block;
	padding: 5px 2.75rem 7px 2.75rem;
	border-radius: 100vh;
	position: relative;
	border: 2px solid #af8d58;
	transition:0.3s ease;
}
.whitebtn a:hover {
	transform:scale(1.05);
	opacity:0.9;
	color: #af8d58;
	cursor:pointer;
}
.whitebtn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/brownarrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}



.brownbtnB a:link, .brownbtnB a:visited {
	background-color: #af8d58;
	color: #fff!important;
	font-size: 0.9rem!important;
	display: inline-block;
	padding: 5px 2.75rem 7px 2.95rem!important;
	border-radius: 100vh;
	position: relative;
	transition:0.3s ease;
}

.brownbtnB a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/btnarrow_back.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.brownbtnB a:hover {
	transform:scale(1.05);
	opacity:0.9;
}



/*----information----*/
.wave2-infomation{
	padding-bottom: 150px;
}
.openinghours {
	
}
.openinghours h3 {
	background-color: #af8d58;
	padding: 1px;
	width: 6rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
}
.openinghours h4 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 3px;
	width: 6rem;
	font-size: 1.1rem;
	text-align: center;
	border-bottom: 2px solid #af8d58;
	margin-bottom: 1rem;
}
.openinghours p {
	margin-left: 15px;
	font-size: 1.1rem;
}
.openinghours p span {
	font-size: 0.75rem;
}
.text-gray {
	color: #606060;
}
.info-people01 {
	position: absolute;
	width: 100px;
	top: -55px;
	right: 35px;
	z-index: 6;
}
.info-yakusoku {
	list-style:none; 
	margin:1rem 0 2rem 0;
	padding:0;
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.info-yakusoku li {
	position: relative;
	padding:1rem 27px;
	color: #af8d58;
}
.info-yakusoku li p {
	padding: 1rem 0rem 0rem 1rem;
	font-size: 0.95rem;
	color: #606060;
}
.info-yakusoku li::after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #af8d58, #af8d58 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
}
.info-yakusoku li:first-child:before {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #af8d58, #af8d58 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0px;
}
.info-fukidashi {
	background-color: #fff;
	border-radius: 0.9rem;
	margin: 2rem 1.5rem 0 1.5rem;
	padding: 2rem;
	font-size: 0.95rem;

}
.info-fukidashibtm {
	width: 33px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
}
.info-people02 {
	position: absolute;
	width: 67px;
	bottom: 15px;
	left: 50%;
	transform:translatex(-118%);
	z-index: 6;
}
.info-people02 img{
	transform-origin:50% 80%;
}
.people-special {
	display:none;
	opacity:0;
}
.info-wave5top {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 8;
	pointer-events: none;
}
.info-wave5top img, .info-wave5btm img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.info-wave5 {
	padding-bottom:3rem;
}
.info-wave5btm {
	position: relative;
	width: 100%;
	pointer-events: none;
}
.info-people03 {
	position: absolute;
	width: 170px;
	bottom: 0px;
	left: 27px;
	z-index: 6;
}
.info-fuwa {
	margin: 1.2rem 0px;
	position: relative;
}
.info-fuwa h2 {
	text-align: center;
	color: #af8d58;
	margin-bottom: 1rem;
}
.info-fuwa p {
	font-size: 0.9rem;
	padding: 0 3rem;
}
.info-fuwabtn {
	text-align: center;
	
}
.fuwa3 h2{
	letter-spacing:0em;
}
.info-fuwabtn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/blackarrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.info-fuwabtn a:link, .info-fuwabtn a:visited {
	background-color: #f7bc8a;
	display: inline-block;
	padding: 0.5rem 2.75rem;
	border-radius: 100vh;
	position: relative;
	color: #2d2d2d;
	transition:0.3s ease;
}
.info-fuwabtn a:hover {
	transform:scale(1.05);
	opacity:0.9;
}
.center-container {
	width: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.info-people04 {
	position: absolute;
	width: 90px;
	top: -20px;
	right: 27px;
	z-index: 6;
}















/*----request-form----*/

.request-wave1 {
	padding-top: 100px;
	padding-bottom: 0!important;
}
.copal-container-narrow {
	margin:0 27px;
}

.day{
	
}
.day dt{

	position:relative;
	
	color:#606060;
}
.day dt span{
	position:relative;
	display:inline-block;
	background-color:#f5f5f5;
	z-index:2;
	padding:0.25rem 1rem 0.25rem 0.5rem;
}
.day dt::before {
	content:'▶︎';
	display:inline-block;
	position:relative;
	padding:0.25rem;
	background-color:#f5f5f5;
	z-index:3;
	transition:0.3s ease;
}
.day dt.dayopened::before {
	content:'▼';
	display:inline-block;
	position:relative;
	padding:0.25rem;
	background-color:#f5f5f5;
	z-index:3;
}
.day dt::after {
	content:'';
	display:block;
	border-top:1px solid #606060;
	width:100%;
	position:absolute;
	top:calc(50% - 1px);
	z-index:1;
}
.day dd{
	display:none;
}
.day:first-of-type dd {
	display:block;
}


.ui-datepicker {
	z-index:20!important;
}
.ui-widget-header {
	border: none!important;
	background-image:none!important;
	background-color:#af8d58!important;
	color: #fff!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none!important;
    background: #fcecd6!important;
    color: inherit!important;
}
.ui-state-default:hover{
    border: none!important;
    background: #f7bc8a!important;
    color: inherit!important;
}


.form-must {
	color:#af8d58;
}
.form-cap {
	color:#606060;
	font-size:0.8rem;
}


input, select {
  -webkit-appearance: none;
  appearance: none;
}

.copal-form input[type="text"], .copal-form input[type="email"] {
	width:100%;
	padding:0.4rem;
	border: 1px solid #c4c4c4;
	border-radius:8px;
	outline: none;
}
.copal-form input:focus, .copal-form select:focus, .copal-form textarea:focus {
	outline:none;
	border: 1px solid #af8d58;
}
.copal-form input::placeholder, .copal-form select::placeholder, .copal-form textarea::placeholder {
	color:#c4c4c4;
}
.copal-form ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 2rem;
}
.copal-form select {
	padding:0.4rem 2rem 0.4rem 0.4rem;
	border: 1px solid #c4c4c4;
	border-radius:8px;
	position:relative;
	width:100%;
	background-color:#fff;
	color:#2d2d2d;
	
}
.copal-select{
	display:inline-block;
	position:relative;
	width:100%;
	
}
.copal-select::after {
	content:'▼';
	display:block;
	color:#606060;
	position:absolute;
	font-size:0.8rem;
	top:50%;
	right:0.8rem;
	transform: translateY(-50%);
	z-index:40;
	pointer-events:none;
}
.copal-form a:link, .copal-form a:visited{
	color:#606060;
	padding-bottom:0.2rem;
	border-bottom:1px solid #606060;
	transition:0.3s ease;
}
.copal-form a:hover {
	opacity:0.8;
}
.copal-form input[type="checkbox"] {
	border:1px solid #c4c4c4;
	width:1rem;
	height:1rem;
}

.copal-form input[type=checkbox] {
  appearance: none;
  display: none;
}
.copal-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.copal-form input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #c4c4c4;
}
.copal-form input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
	color:#af8d58;
}
.copal-form-doui {
	color:#606060;
}
.copal-form textarea {
	width:100%;
	border-radius:8px;
	border: 1px solid #c4c4c4;
	padding:0.4em;
}

input[type="submit"] {
	background-color: #af8d58;
	color: #fff;
	font-size: 0.9rem;
	display: inline-block;
	padding: 0.5rem 2rem 0.5rem 2rem;
	border-radius: 100vh;
	border:2px solid #af8d58;
	position: relative;
	transition:0.3s ease;
	outline:none;
	box-shadow:none;
}
input[name="submitBack"] {
	background-color:transparent ;
	color: #af8d58;
	font-size: 0.9rem;
	display: inline-block;
	padding: 0.5rem 2rem 0.5rem 2rem;
	border-radius: 100vh;
	border:2px solid #af8d58;
	position: relative;
	transition:0.3s ease;
	outline:none;
	box-shadow:none;
}

input[type="submit"]:hover {
	transform:scale(1.05);
	opacity:0.9;
}
.contact-checkbox {
	position:relative;
}
.contact-checkbox .form-cap {
	position:absolute;
	bottom:0;
	right:1rem;
}

.copal-form .contact-checkbox input[type=checkbox] {
  appearance: none;
  display: none;
}
.copal-form .contact-checkbox input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
   padding:0 0 0 20px;
}
.copal-form .contact-checkbox input[type=checkbox] + span:before {
 	content: "";
 	display: inline-block;
  	width:16px;
	height:16px;
	margin-right: 0.5em;
	border:1px solid #c4c4c4;
	background-color:#fff;
	border-radius:100%;
	position:absolute;
	top:2.5px;
	left:0px;
}
.copal-form  .contact-checkbox input[type=checkbox]:checked + span:after {
	content: "";
	display: inline-block;
	width: 8px;
	height:8px;
	border-radius:100%;
	background-color:#af8d58;
	position:absolute;
	left:4px;
	top:6.5px;
}




















/*----class----*/
.class-ready {
	height: 25vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #af8d58;
}
.class-people {
	position: absolute;
	width: 100px;
	top: -35px;
	right: 27px;
	z-index: 6;
}












/*----CHILD----*/
.child-fuwa {
	margin: 20px 0px;
	position: relative;
}
.child-fuwa h2 {
	text-align: center;
	color: #af8d58;
	margin-bottom: 1rem;
}
.child-fuwa p {
	font-size: 1rem;
	padding: 0 3rem;
	margin-bottom: 0;
}
.child-peple01 {
	position: absolute;
	width: 60px;
	top: -5px;
	right: 27px;
	z-index: 6;
}
.cfuwa3 h2 {
	font-size:1.7rem;
	letter-spacing:0rem;
}
.child-wave-top {
	position: relative;
	width: 100%;
	padding-top: 40px;
	pointer-events: none;
	margin-bottom:-1px;
}
.child-wave-top img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.child-peple02 {
	position: absolute;
	width: 150px;
	top: -63px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	overflow:hidden;
}
.waveF01 {
	position: relative;
	z-index: 7;
	width: 100%;
	pointer-events: none;
}
.waveF01 img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.child-info {
	
}
.child-info h3 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 1rem;
}
.child-time {
	font-size: 1.5rem;
}
.child-tel a, .child-tel a:link, .child-tel a:visited {
	background-color: #af8d58;
	display: inline-block;
	color: #fff;
	padding: 0.4rem 2.5rem;
	border-radius: 100vh;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 0.9rem;
}
.child-tel a:hover {
	color:#fff;
	cursor:pointer;
}
.child-tel span {
	font-size: 1.4rem;
	padding-bottom:1.5px;
}
.child-wave3 {
	padding:0;
}
.child-people03 {
	position: absolute;
	width: 120px;
	top: -22px;
	right:25px;
	z-index: 1;
}












/*----about----*/
.waveG-top {
	width:100%;
	margin-bottom:-1px;
}
.waveG-top img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.about-ol {
	counter-reset:number; 
	list-style:none; 
	margin:0.5rem 0 ;
	padding:0 25px;
}
.about-ol li {
	position: relative;
	padding:0.65rem 0rem;
	letter-spacing: 0.15em;
	line-height:150%;
	color: #af8d58;
	text-align:center;
}
.about-ol li span {
	position:relative;
	padding-left:4rem;
	text-align:left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
	width:17.5rem;
}
.about-ol li span::before{
	position: absolute;
	counter-increment: number; 
	content: counter(number); 
	font-size: 2rem;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #af8d58;
}
.about-ol li::after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #af8d58, #af8d58 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
}
.about-ol-top {
	position: relative;
}
.about-ol-top::after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #af8d58, #af8d58 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 0px;
	left: 0px;
	
}
.about-ol-cap {
	padding: 0 25px;
	font-size: 0.9rem;
}
.waveG-btm {
	padding-top:2rem; 
	pointer-events: none;
	margin-top:-1px;
}
.waveG-btm img {
	width:100%;
	max-width:inherit;
	height:auto;
}
.about-copal-fk {
	position: relative;
	margin-top:1.25rem;
}
.about-copal-fk01 {
	position: absolute;
	width: 40%;
	height: 85%;
	bottom:0px;
	left: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.about-copal-fk01 p, .about-copal-fk02 p {
	font-size:0.92rem;
	line-height:155%;
}
.about-copal-fk02 {
	position: absolute;
	color: #fff;
	width: 54%;
	height: 85%;
	bottom: 0;
	right: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

}
.about-pamphlet {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.about-pamphlet img {
}
.whitebtn-na a:link, .whitebtn-na a:visited {
	color: #af8d58;
	font-size: 0.9rem;
	display: inline-block;
	padding: 0.5rem 2rem;
	border-radius: 100vh;
	position: relative;
	border: 2px solid #af8d58;
	transition:0.3s ease;
}
.whitebtn-na a:hover {

	transform:scale(1.05);
	opacity:0.9;
}
.perspective {
	margin-bottom: 2rem;
	position:relative;
}
.perspective img{
	border-radius: 1.25rem;
}
.pers-inner{
}
.slide-arrowP{
	width: 20px;
	padding:5px;
	cursor:pointer;

}
.next-arrowP {
	position: absolute;
	top: 47%;
	transform:translateY(-50%);
	right: 15px;
	z-index: 10;
}
.prev-arrowP {
	position: absolute;
	top: 47%;
	transform:translateY(-50%);
	left: 15px;
	z-index: 10;
}


.about-oh {
	
}
.about-oh h3{
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1rem;
	padding: 1rem 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #2d2d2d;
}
.about-oh p {
	padding: 0 1rem;
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
	line-height: 175%;
}
.about-people01 {
	position: absolute;
	width: 70px;
	top: -10px;
	right:38px;
	z-index: 1;
}
.about-company {
	letter-spacing: 0.1em;
}
.about-company h3, .about-company h4 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.about-company h3 {
	margin-bottom: 2rem;
}
.about-company h4 {
	font-size: 1rem;
	margin-bottom: 0;
}
.about-company ul{
	list-style-type: none;
	margin: 0 0 2rem 0;
	padding: 0;
}
.about-company li a:link, .about-company li a:visited {
	color:#2d2d2d;
	transition:0.3s ease;
}
.about-company li a:hover {
	opacity:0.75;
}
.about-people02 {
	position: absolute;
	width: 140px;
	top: -4px;
	right:27px;
	z-index: 1;
}




/*----FAQ CONTACT----*/

.contact-link {
	border: 2px solid #af8d58;
	padding: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
	letter-spacing: 0.1em;
	border-radius:1rem;
}
.contact-link p a:link, .contact-link p a:visited {
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #af8d58;
	color: #af8d58;
}
.wave-faq{
	background-color: #f5f5f5;
	padding-bottom: 0;
	margin-top:-1px;
	margin-bottom:-1px;
}
.wave-faq h3 {
	background-color: #f7bc8a;
	padding: 0.3rem;
	text-align: center;
	border-radius: 0.5rem;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}
.wave-faq dl {
	margin-left: 12px;
	margin-right: 12px;
}
.wave-faq dl dt {
	cursor:pointer;
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 1.75rem;
	line-height:135%;
	
}
.wave-faq dl dt:before {
	content: 'Q';
	display: block;
	font-size: 2rem;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	position: absolute;
	color: #af8d58;
	left: 0px;
	top:40%;
	transform: translateY(-50%);
}
.wave-faq dl dd {
	display: none;
	margin-bottom: 1.5rem;
	transform: translateY(-1.25rem);
}
.wave-faq dl dd a:link, .wave-faq dl dd a:visited {
	padding-bottom: 0.1rem;
	border-bottom: 1px solid #af8d58;
	color: #af8d58;
}
.faq-clicked {
	margin-bottom: 0!important;
}
.wave-faq dl dd p {
	margin-bottom: 0;
}
.answer-container {
	background-color: #fff;
	padding: 1rem;
	border-radius: 0.9rem;
	position: relative;
	
}
.answer-head {
	width: 34px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-1px;
}
.faq-cap {
	font-size: 0.75rem;
}
.contact-people01 {
	position: absolute;
	width: 45px;
	top: -4px;
	right:30px;
	z-index: 1;
}


.wave-contact{
	background-color: #f5f5f5;
	padding-bottom: 0;
	padding-top: 100px;
}
.contact-tel a, .contact-tel a:link, .contact-tel a:visited {
	background-color: transparent;
	display: inline-block;
	color: #af8d58;
	padding: 0.4rem 2.5rem;
	border: 2px solid #af8d58;
	border-radius: 100vh;
	margin-top: 1rem;
	font-weight: normal;
	font-size: 0.9rem;
	margin-left:auto;
	margin-right:auto;
	transition:0.3s ease;
}
.contact-tel a:hover {
	color: #af8d58;
	opacity:1;
}
.contact-tel span {
	font-size: 1.4rem;
	padding-bottom:1.5px;
}

.mw_wp_form_confirm .form-hide, .mw_wp_form_complete .form-hide {
	display:none;
}














/*----charter----*/
.charter-wave1 {
	width: 100%;
	padding-top:3rem;
	padding-bottom: 20px;
	margin-top:-1px;
	margin-bottom: 0px;	
	background-color: #f5f5f5;
}
.charter-wave1-btm {
	width: 100%;
	position: relative;
	pointer-events: none;
}
.charter-wave1-btm img {
	width:100%;
	max-width:inherit;
	height:auto;
}

.form-cap {
	color:#606060;
	font-size:0.8rem;
}
.charter_table {
	margin-bottom: 0.7rem;
}

.charter_table td, .charter_table th{
	border: 1px solid #606060;
	font-size: 1rem;
	padding: 0.5rem;
}
.charter_table td:first-child {
	width: 21%;
	text-align: center;
	        vertical-align: middle;

}
.charter_table {
  border-collapse: separate;
  border-spacing: 0; 
  border-radius: 20px;
}
/* 左上 */
.charter_table thead th:first-child {
  border-radius: 1rem 0 0 0;
}
/* 右上 */
.charter_table thead th:last-child {
  border-radius: 0 1rem 0 0;
}
/* 左下 */
.charter_table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 1rem;
}
/* 右下 */
.charter_table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
/* 内部の上のborderを取りやめ。設定しているborderを削除でもOK */
.charter_table  tbody td {
  border-top-width: 0;
}
/* 左のborderを取りやめ。設定しているborderを削除でもOK */
.charter_table  th,
.charter_table  td {
  border-left-width: 0;
}
/* ただし、一番左は必要 */
.charter_table  th:first-child,
.charter_table  td:first-child {
  border-left-width: 1px;
}
.charter h3, .charter h4 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.charter h3 {
	margin-bottom: 1.5rem;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	color: #af8d58;
}
.charter h4 {
	font-size: 1.1rem;
	margin-bottom: 0;
}
.charter h3:before {
	content:'■';
	margin-right: 0.5rem;	
}
.charter-h3-small {
	font-size: 0.8rem;
	margin-left: 0.5rem;
}
.charter-f1 h4, .charter-f2 h4 {
	color:#af8d58;
}
.charter-f3 h4, .charter-f4 h4 {
	color:#af8d58;
}
.charter-f1,.charter-f2,.charter-f3, .charter-f4 {
	border-radius: 10px;
	position: relative;
}
.charter-f1 {
	background-color: #efebe8;
	z-index: 8;
}
.charter-f1:after,.charter-f2:after,.charter-f3:after{
	content: '';
	display: block;
	width: 3.8rem;
	height: 3.8rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3.66rem;
}

.charter-f2 {
	background-color: #efebe8;
	z-index: 7;
}
.charter-f3 {
	background-color: #efebe8;
	z-index: 6;
}
.charter-f4 {
	border: 2px solid #af8d58;
	z-index: 5;
}
.charter-f1:after{
	background-image: url("image/charter_f1b.png");
}
.charter-f2:after{
	background-image: url("image/charter_f1b.png");
}
.charter-f3:after{
	background-image: url("image/charter_f1b.png");
}


.charter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:0.8rem;
}
.charter li {
	padding: 0.8rem;
	position: relative;
	margin-bottom: 0.8rem;
}
.charter li p{
	margin-bottom: 0;
}
.charter li a {
	color:#2d2d2d;
	padding-bottom:0.25rem;
	border-bottom: 1px solid #2d2d2d;
	transition:0.3s ease;
}
.charter li a:hover {
	opacity:0.75;
	cursor:pointer;
}
.f4-riyou {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100vh;
    color: #af8d58;
    font-size: 1.4rem;
    padding: 0.15rem 0.5rem 0.15rem 4rem;
    background-image: url(image/charter_arrow2.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 3.5rem;
}
.charter-btn {
	text-align: center;
	margin-bottom:6rem;
}
.charter-btn a:link, .charter-btn a:visited {
	display: block;
	text-align: center;
	padding: 0.75rem 1.5rem;
	margin-left: 12px;
	margin-right: 12px;
	background-color:#af8d58;
	color: #fff;
	border-radius: 100vh;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	transition: 0.3s ease;
}

.charter-btn a:hover {
	transform: scale(1.025);
	opacity: 0.9;
}
.charter-people01 {
	position: absolute;
	width: 85px;
	top: -4px;
	right:30px;
	z-index: 5;
}





/*----ACCESS----*/

.access-inner {
	padding: 0px 25px;
}
.access-inner h3 {
	color: #af8d58;
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.googlemap {
	position:relative;
}
.googlemap-linkbtn{
	position:absolute;
	top:10px;
	left:10px;
	z-index:3;
}
.googlemap-linkbtn a:link, .googlemap-linkbtn a:visited {
	color:#af8d58;
	background-color:#fff;
	transition: 0.3s ease;
	padding:0.25rem 1rem;
	border-radius:0.5rem;
	display:block;
}
.googlemap-linkbtn a:hover {
	background-color:#fcfcfc;
}

.googlemap:before {
    content:"";
    display: block;
	padding-top: 110%;
}

.googlemap iframe, .googlemap #map {
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access-largetxt {
	font-size:1.25rem;
}
.access-people01 {
	position: absolute;
	width: 90px;
	top: -20px;
	right:30px;
	z-index: 1;
}

.access-inner a:link, .access-inner a:visited{
	color:#2d2d2d!important;
}


.event_url {
	
}

.event_url a:link, .event_url a:visited, .class_url a:link, .class_url a:visited {
	color:#2d2d2d;
	padding-bottom:0.1rem;
	border-bottom: 2px solid #af8d58;
	transition:0.3s ease;
}
.event_url a:hover, .class_url a:hover {
	opacity:0.75;
	cursor:pointer;
}

















/*----PRIVACY----*/
.privacy {
	line-height: 175%;
	letter-spacing: 0.1em;
}
.privacy-cap {
	font-size: 1rem;
}
.privacy h3 {
	margin: 4rem 0rem 3rem 0rem;
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.privacy ul {
	padding-left: 1.2rem;
}


	.character-container {
		width:calc(100% - 30px);
		max-width:1270px;
		height:100%;
		position:absolute;
		top:0px;
		left:50%;
		transform:translateX(-50%);
		
	}


.single-content a:link, .single-content a:visited {
	color:#2d2d2d;
	padding-bottom:0.25rem;
	border-bottom: 2px solid #af8d58;
	transition:0.3s ease;
}
.single-content a:hover {
	opacity:0.75;
	cursor:pointer;
	text-decoration:none;
}
.single-content img {
	border-radius:1.25rem!important;
}
.wp-block-file__button {
	display:inline-block;
	background:#af8d58!important;
	border:none!important;
	margin:1rem 0!important;
	color:#fff!important;
}
.event-list h3{
	font-size:1.5rem;
	margin: 3rem 0rem;
}
.event-list h4 {
	font-size:1.3rem;
	color:#af8d58;
}
.event-list p {
	font-size:0.9rem;
	line-height;150%;
}
.event-list ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.event-list li {
	padding: 2rem 12px;
}

.event-list li+li {
	border-top : 2px solid  #f5f5f5;
	
}
.event-eyecatch {
	position:relative;
	width:100%;
	margin-bottom:1rem;
	margin-left:auto;
	margin-right:auto;
}
.event-eyecatch::before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.event-eyecatch span {
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.event-eyecatch span img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:0.8rem;
}
.charter-cal {
	overflow-y:scroll;
}
.charter-cal-container {
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
.footer-telcap {
	font-size:0.7rem;
	margin-left:0.5rem;
}

.info-container-inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	background-color: #fff;
	padding:1.25rem 1.25rem;
	text-align:center;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;

}
.info-container-noheader {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
	background-color: #fff;
	padding:3.5rem 1.25rem 3.5rem 1.25rem;
	text-align:center;
	border-radius: 1rem;
}

/* 入園料：内側コンテンツの最大幅（上の一文の文字幅に合わせる） */
.info-fee-inner {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
}
/* 入園料：2カラム見出し */
.info-fee-head {
	max-width: 30rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.info-fee-col {
	flex: 1 1 0;
	text-align: center;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}
.info-fee-col-ttl {
	position: relative;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	padding-bottom: 0.4rem;
	margin-bottom: 0.9rem;
}
.info-fee-col-ttl::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: calc(100% + 2rem);
	height: 1px;
	border-bottom: 2px solid #af8d58;
}
.info-fee-col-val {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 130%;
}
.info-fee-col-note {
	display: block;
	font-size: 0.75rem;
	font-weight: normal;
	margin-top: 0.2rem;
}
/* 入園料：無料条件リスト */
.info-fee-list {
	text-align: left;
	max-width: 100%;
	margin: 0 auto 1rem auto;
	padding-left: 1.5rem;
	list-style: disc outside;
}
.info-fee-list li {
	margin-bottom: 0.6rem;
	line-height: 160%;
}
.info-fee-list li::marker {
	color: #af8d58;
}
.info-fee-list-note {
	display: block;
	font-size: 0.75rem;
	color: #777;
	line-height: 150%;
	margin-top: 0.2rem;
}
.info-container-section {
		width:100%;
	}
.info-container h3 {
	background-color: #af8d58;
	padding: 0.35rem 0rem;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.info-container h4, .info-container-noheader h4 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 3px;
	font-size: 1.1rem;
	text-align: center!important;
	margin-bottom: 1rem;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display:inline-block;
}
.info-container h4:after, .info-container-noheader h4:after {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-5px;
	width:calc(100% + 2rem);
	height:1px;
	border-bottom: 2px solid #af8d58;
}
.info-container-cap {
	font-size:0.7rem;
}

.rsvpopup {
	width:100%;
	padding: 6rem 2rem 0rem 2rem;
}
.rsvpopup div {
	
}
.rsvpopup h2 {
	font-size:1.5rem;
}

.covid-cap {
	 margin: 1.75rem 0rem 2rem 0rem;
	font-size:1.25rem;
}

header.rsvp-head {
	position:relative;
	width:100%;
	height:inherit;
	text-align:center;
	margin-top:2rem;
	margin-bottom:3rem;
}

.rsvp-head img{
	width:150px;
}

.rsvp {
	width:100%;
	max-width:500px;
	padding-bottom:3rem;
	margin-left:auto;
	margin-right:auto;
}
.rsvp h2 {
	margin-bottom:3rem;
	text-align:center;
	
}
.rsvp h2, .rsvp h3 {
	font-family:source-han-sans-japanese, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:normal;
	padding:0 7.5%;
}
.rsvp h3 {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4rem;
	padding:0.25rem 0.5rem;
	border-bottom:1px solid #2d2d2d;
	font-size:1.25rem;
	text-align:center;
	letter-spacing:0.05em;
	display:inline-block;
}
.rsvp-info {
	margin-bottom:4rem;
	padding:0 7.5%;
}
.rsvp h4{
	padding:0 7.5%;
	color:#af8d58;
	font-size:1.5rem;
	margin-bottom:1.5rem;
}
.rsv-cap {
	font-size:1rem;
}
.rsv-cap-ex{
	font-size:1.25rem;
	color:#ff0000;
}
.rsvp ul{
	list-style-type:none;
	margin:1rem 0;
	padding:0 3.75%;
	
}
.rsvp ul li {
	background-color:#FCECD6;
	border-radius:1.2rem;
	padding:1.5rem;
	letter-spacing:0rem;
	position:relative;
	margin-bottom:1.5rem;
}
.rsvp ul li:after{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	bottom:-1.5rem;
	width:2rem;
	height:1.5rem;
	background-image: url("image/rsvp_arrow2.png");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	background-color:transparent;
	transform: translateX(-50%);
}

.rsvp ul li:last-child:after{
	content:none;
}

.rsvp-btn {
	text-align:center;
	margin-bottom:4rem;
}
.rsvp-btn a:link, .rsvp-btn a:visited {
	background-color:#ABD064;
	border-radius:100vh;
	display:inline-block;
	font-size:1.5rem;
	color:#2d2d2d;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
    padding: 0.5rem 4rem 0.95rem 4rem;
	
}
.rsvp-qr {
	margin-bottom:4rem;
		font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
}




/*20220930*/

.info-jambtn {
	text-align:center;
}

.info-jambtn a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.9rem;
	height: 0.9rem;
	background-image: url("image/blackarrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.info-jambtn a:link, .info-jambtn a:visited {
	background-color: #ADE1D5;
	display: inline-block;
	padding: 0.5rem 2.75rem;
	border-radius: 100vh;
	position: relative;
	color: #2d2d2d;
	transition:0.3s ease;
}
.info-jambtn a:hover {
	transform:scale(1.05);
	opacity:0.9;
}

.littlejamlogo {
	width:5rem;
	margin-bottom:1.5rem;
}
.littlejamtel {
		margin:1.25rem 0;
}
.littlejamtel a:link, .littlejamtel a:visited{
	color:#FF7054!important;
	font-size:1.25rem;
	text-decoration:none;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;

}
.littlejamtel a:hover {
	opacity:0.7;
	text-decoration:none;
}






















/*pagenavi*/

.wp-pagenavi {
	color:#af8d58;
	font-size:1.25rem;
	display:flex;
	justify-content:center;
	font-family: dnp-shuei-mgothic-std,sans-serif;
	line-height:100%;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	color:#af8d58;
	text-decoration:none;
	display:inline-block;
	transition:ease 0.3s;
}
.wp-pagenavi a:hover {
	text-decoration:none;
	transform: scale(1.1);
}
.pages {
	display:none;
}
.current {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	background-color:#af8d58;
	color:#fff;
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:-2px;
}
.page {
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	color:#fff;
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.25rem;
	
}
.nextpostslink,.previouspostslink {
	font-size:2rem;
	width:2.5rem;
	height:2.5rem;
	padding:0.5rem;
	color:#fff;
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.25rem;
}






.rsvp-info dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.rsvp-info dt {
	width:5rem;
}
.rsvp-info dd {
	padding-left:1rem;
	width:calc(100% - 5rem);
}

.rsvp-line {
	width:100%;
	height:1px;
	border-bottom: 1px dotted #2d2d2d;
	padding-top:0.3rem;
	margin-bottom:0.6rem;
}



.group_table {
	margin-bottom: 0.7rem;
}

.group_table td, .group_table th{
	border: 1px solid #606060;
	font-size: 1rem;
	padding: 0.5rem;
}
.group_table td:first-child {
	width: 21%;
	text-align: center;
	 vertical-align: middle;

}
.group_table {
  border-collapse: separate;
  border-spacing: 0; 
  border-radius: 20px;
}
.group_table th {
	min-width:6rem;
}

/* 左上 */
.group_table tbody tr:first-child th:first-child {
  border-radius: 1rem 0 0 0;
	border-top-width: 1px!important;
}
/* 右上 */
.group_table tbody tr:first-child td:last-child {
  border-radius: 0 1rem 0 0;
	border-top-width: 1px!important;
}
/* 左下 */
.group_table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 1rem;
}
/* 右下 */
.group_table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}
/* 内部の上のborderを取りやめ。設定しているborderを削除でもOK */
.group_table  tbody td,.group_table  tbody th {
  border-top-width: 0;
}
/* 左のborderを取りやめ。設定しているborderを削除でもOK */
.group_table  th,
.group_table  td {
  border-left-width: 0;
}
/* ただし、一番左は必要 */
.group_table  th:first-child,
.group_table  td:first-child {
  border-left-width: 1px;
}
.group_table tr:first-child tbody th, .group_table tr:first-child tbody td {
	border-top-width: 1px!important;
}



.inclusive h3 {
	font-family: dnp-shuei-mgothic-std,sans-serif;
	
}