<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------
PAL PC
-----------------------------------------------*/
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
p.txtlink a[target="_blank"]:after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f360';
	font-weight: 900;
	color: #728f2c;
	margin-right: 0.5em;
}
 p.txtlink a[target="_blank"]:after:hover {
 color: #e7bd2b;
}
h2.ttldeco {
	filter: drop-shadow(3px 3px 1px #bdbdbd);
	-webkit-text-stroke: 1px #579D1E;
	font-family: cooper-black-std, serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.25;
	color: transparent;
	text-transform: uppercase;
	margin: 0 0 4rem;
	text-align: center;
	letter-spacing: 4px;
}
.onlineyoutube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.onlineyoutube iframe {
	width: 100%;
	height: 100%;
}
.online01 {
	padding-top: 8.5rem;
	padding-bottom: 4rem;
	background-image: url(../img/bg01.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #eeefef;
}
.ttlbox {
	display: flex;
}
.online01 h2 {
	margin: 0.5em 0;
}
.ttlboxitem02 {
	width: 30%;
	padding-left: 1em;
}
.ttlboxitem02 p:first-child {
	margin: 0 0 1em 1em;
}

.ttlboxitem02 p:nth-child(2) {
	margin-left: -5em;
}


.ttlboxitem01 { position:relative;}
.ttlboxitem01 img.aos-init.aos-animate {
    position: absolute;
    right: -6%;
}







.online02 {
	width: 100%;
	background-color: #f1f3e5;
	padding: 3em 0;
}
.online02bg {
	background-image: url(../img/bg02.png), url(../img/bg03.png);
	background-repeat: no-repeat;
	background-position: left top, right top;
	background-size: 23%;
}
.online02 h2 {
	text-align: center;
	padding-bottom: 0.8em;
	margin-bottom: 10%;
}
.online02 p {
	margin-bottom: 2em;
}
.online02 h3 {
	text-align: center;
	margin: 0 auto 1em;
}
.toform {
	margin: 4em auto 3em;
	text-align: center;
}
.btnlinestretches {
	position: relative;
	color: #708c5c;
	font-size: 1.4em;
	border: 1px solid #708c5c;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.btnlinestretches:hover {
	background: #708c5c;
	color: #fff;
	border-color: transparent;
}
.btnlinestretches::before, .btnlinestretches::after {
	content: '';
	position: absolute;
	border: solid #708c5c;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-in-out;
}
.btnlinestretches::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.btnlinestretches::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.btnlinestretches:hover::before, .btnlinestretches:hover::after {
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #708c5c;
}
.dotborder {
	position: relative;
	text-align: center;
}
.dotborder:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: dotted 3px #728f2c;
	border-bottom-width: 4px;
	transform: translateX(-50%);
	animation: border_anim 4s linear forwards;
	animation-delay: 4s;
}
 @keyframes border_anim {
 0% {
 width: 0%;
}
 100% {
 width: 60%;
}
}
#online03 {
	width: 100%;
	padding: 3em 0;
	background: url(../img/bg04.jpg), url(../img/bg05.jpg), #fff;
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 30%;
}
#online03 .pointbox {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 2em
}
#online03 .pointitem {
	text-align: center;
}
#online03 .pointitem img {
	margin-bottom: 1em;
}
#online03 .pointitem:nth-child(2) {
	white-space: 25%;
}
#online03 .planbox {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #fffddd 0%, #fffddd 50%, #a6b832 50%, #a6b832 100%);
	padding: 2em;
	margin-bottom: 2em;
}
#online03 .planitem {
	text-align: center;
}
#online03 .planitem:nth-child(3) h3 {
	color: #fff;
}
#online03 .planitem:nth-child(3) p {
	color: #fff;
}
#online03 .planitem h3 {
	margin-bottom: 2em;
}
#online03 .planitem span {
	font-size: 3em;
	font-weight: bold;
	font-family: 'Jost', sans-serif !important;
}
#online03 .planitem:nth-child(2) p {
	margin-top: 1em;
	padding: 0 2.5em 0;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
}
#online03 .planitem:nth-child(2) p.txtlink_l {
	display: inline-block;
	padding: 0em 0.4em;
	font-size: 0.9em;
	margin: 0.8em 0;
}
#online03 .planitem:nth-child(2) p.txtlink_l a {
	transition: all 0.2s;
}
#online03 .planitem:nth-child(2) p.txtlink_l a:after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f360';
	font-weight: 900;
}
#online03 .bgbox {
	background-color: #f1f3e5;
	padding: 0;
	border: 1px solid #728f2c;
	width: 80%;
	margin: 0 auto;
}
*#online03 ul li {
	text-align: center;
	margin: 0 auto;
	list-style: none;
}
#online03 ul.payment li {
	text-align: left;
}
.ac_area {
	width: 100%;
	margin: 4em auto 2em;
}
.ac_area li {
	margin: 10px 0;
}
.ac_area section {
	/* 箱全体のデコレーション */
	border: 1px solid #728f2c;
	border-radius: 3px;
	margin-bottom: 1em;
}
.title_btn {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	font-weight: bold;
	padding: 3% 3% 3% 50px;
	transition: all 0.5s ease;
	background-color: #f1f3e5;
	margin-bottom: 0;
}
/* クリックして出てくる部分 */
.text_box {
	display: none;
	background-color: #fff;
	padding: 3% 3% 3% 50px;
}
.text_box img {
	width: -webkit-fill-available;
}
/* 回転矢印 */
.title_btn:after {
	content: "";
	/*絶対配置で矢印を配置*/
	position: absolute;
	top: 42%;
	right: 20px;
	/*矢印の形状*/
	width: 13px;
	height: 13px;
	border-top: 3px solid #728f2c;
	border-right: 3px solid #728f2c;
	transform: rotate(135deg);
	/*動きの指定*/
	transition: all 0.3s;
}
/*クリックした時の矢印の向き*/
.title_btn.open:after {
	transform: rotate(-45deg);
}
#online03 .schbox {
	display: flex;
	justify-content: space-evenly;
	padding-top: 2em;
}
#online03 .schbox p {
	font-family: 'Jost', sans-serif !important;
}
#online03 .schbox img {
	margin-bottom: 1em;
	width:90%;
}
#online03 ul.payment {
	padding: 0;
}
#online03 ul.payment li {
	position: relative;
	line-height: 1.8rem;
}
#online03 ul.payment li li:first-child {
	margin-top: 0;
}
#online03 ul.payment li p:before {
	content: "●";
	position: absolute;
	color: #728f2c;
	font-size: 1.4rem;
	left: 0;
}
#online03 ul.payment li p {
	padding-left: 1.6rem;
}
#online03 ul.payment li p {
	background-color: #fff;
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%, 100% 2em;
	line-height: 2.2em;
	color: #696969;
	margin: 0.5em 0;
}
#online03 ul.payment li p:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #728f2c;
	top: 0.7em;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#update {
	width: 100%;
	padding: 3em 0;
	background-color: #f1f3e5;
}
.insta_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2em 0;
	list-style: none;
}
.insta_list li {
	position: relative;
	width: calc(100% / 4);
	border: 1px solid #fff;
}
 @media screen and (max-width: 750px) {
.insta_list li {
	width: calc((100% - 20px)/2);
}
}
.insta_list li::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.insta_list a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.insta_list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.insta_btn {
	background-color: rgba(114, 143, 94, 1);
	padding: .5em 1em;
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
	transition: .3s;
	border-radius: 10px;
}
.insta_btn a {
	color: #fff;
	text-decoration: none;
}
.insta_btn a:hover {
	background-color: rgba(114, 143, 94, 0.8);
	color: #a7c15e !important;
}
.kiyaku p, .kiyaku ol {
	font-size: 1rem;
	line-height: 1.5em;
}
.kiyaku ol {
	padding-left: 1em;
}
.kiyaku h3 {
	font-size: 1.1rem;
	line-height: 1rem;
	margin-top: 1.5em;
}
ol.kakko li {
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.6em;
	font-size: 1rem;
}
ol.kakko li::before {
	content: "(" counter(cnt) ") ";
}
/******************************************************************/



#palmain .fadein {
	opacity: 0;
	animation: fadein 4s ease forwards;
}
@keyframes fadein {
 100% {
opacity: 1;
}
}
#backtotop img.ball {
	transition: 0.5s ease;
	transform: rotateZ( 0deg );
}
#backtotop img.ball:hover {
	transform: scale(1);
	transform: rotateZ( 5deg );
}
#footerbox {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
#footerbox .footeritem01 h2 {
	margin-bottom: 0;
}
#footerbox .footeritem02 {
	width: 45%;
	padding: 0;
	text-align: center;
}
#footerbox .footeritem02 p.palinfo01 {
	margin-bottom: 0.2em;
}
#footerbox .footeritem02 img {
	width: 100%;
	margin-bottom: 2em;
}
#footerbox .footeritem02 a {
	color: #FFF;
}
#footerbox .footeritem02 a:hover {
	opacity: 0.8;
}
#footerbox .footeritem02 p.txtlink_l {
	display: inline-block;
	padding-right: 1em;
	font-size: 1.1em;
}
#footerbox .footeritem02 p.txtlink_l a {
	transition: all 0.2s;
}
#footerbox .footeritem02 p.txtlink_l a:after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f360';
	font-weight: 900;
	color: #FFF;
}

.btnlinestretches_w {
	position: relative;
	color: #fff;
	font-size: 1.4em;
	border: 1px solid #fff;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
}
.btnlinestretches_w:hover {
	background: #708c5c;
	color: #fff;
	border-color: transparent;
}
.btnlinestretches_w::before, .btnlinestretches_w::after {
	content: '';
	position: absolute;
	border: solid #fff;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-in-out;
}
.btnlinestretches_w::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.btnlinestretches_w::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.btnlinestretches_w:hover::before, .btnlinestretches_w:hover::after {
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #fff;
}





#footerbox .footeritem03 img {
	width: 100%;
	margin-top: 4em;
}


#footerbox .footeritem01 p.palinfo01, #footerbox .footeritem01 p.palinfo02 {
	margin: 0;
	padding: 0;
}
#footerbox .footeritem01 p.palinfo01 span {
	font-size: 1.3em;
	font-family: cooper-black-std, serif;
}
#footerbox .footeritem01 h2 {
	margin-bottom: 0.5em;
}
#footerbox .footeritem01 h2 img {
	max-width: 90%;
}
#footerbox .footeritem01 p.palinfo03 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
}

a {
	color: #669900;
	text-decoration: underline dotted;
}
a:hover {
	color: #e7bd2b;
	text-decoration: inherit;
	text-decoration-color: transparent;
	transition: color 0.3s ease 0s;
}
#member {
	min-width: 33%;
	min-height: 350px;
	border: 5px #669900 solid;
	border-radius: 20px;
	background-color: #fff;
	padding: 2em 1em 0.5em 1em;
	margin-top: 40px;
	position: relative;
}
#member .clip {
	width: 10%;
	height: 60px;
	border: 3px #669900 solid;
	border-radius: 3px;
	background-color: #FFF;
	position: absolute;
	top: -15%;
	left: 45%;
}
#member .member-pic {
	float: left;
}
#member .eigoalinfo {
	padding-left: 7em;
	margin-bottom: 2em;
}
#member .eigoalinfo p {
	color: #666;
	border-bottom: 1px dotted #999;
	line-height: 1.5em;
}
#member .bdbtn-wrap {
	margin-bottom: 20px;
	text-align: center;
	border-radius: 10px;
}
#member a.btn-border {
	border: 2px solid #f8b20c;
	border-radius: 0;
	background: #fcd363;
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding: 0.5em 1em;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
#member a.btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	border-radius: 0 50% 50% 0;
	background: #f8b20c;
}
#member a.btn-border:hover:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	line-height: 30px;
	width: 30px;
	height: 30px;
	content: '\f061';
	-webkit-transform: translateX(16rem) translateY(0.7rem);
	transform: translateX(16rem) translateY(0.7rem);
	color: #fff;
	border-radius: 50%;
}
#palmain span.udline {
	padding: 0.1em;
	font-style: normal;
	background: url(../images/common/bg-stripe.svg) center;
}
img.navic {
	display: block;
	margin: 0 auto 0.3em;
	width: 35px;
}
#backtotop {
	width: 90px;
	position: fixed;
	bottom: 30px;
	right: 3%;
	z-index: 10000;
}
#palmain, #palnews {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	min-width: 1024px;
}
#palmain h2.ttldeco {
	filter: drop-shadow(3px 3px 1px #bdbdbd);
	-webkit-text-stroke: 1px #579D1E;
	font-family: cooper-black-std, serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.25;
	color: transparent;
	text-transform: uppercase;
	margin: 0 0 4rem;
	text-align: center;
	letter-spacing: 4px;
}
#palmain h2.ttldeco-w {
	filter: drop-shadow(3px 3px 1px #517535);
	-webkit-text-stroke: 1px #fff;
	font-family: cooper-black-std, serif;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.25;
	color: transparent;
	text-transform: uppercase;
	margin: 1em 0 1em;
	text-align: center;
	letter-spacing: 4px;
}
#palmain .sec01 {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}
#palmain .sec01 .sec01anm01 {
	width: 48%;
	padding: 4em 0;
	background-image: url(../img/bg02.png)
}
#palmain .sec01 .sec01anm02 {
	width: 60%;
	overflow: hidden;
	z-index: 10;
}
#palmain .sec01 .sec01anm02 .top01 {
	position: absolute;
	left: 10%;
	top: 0;
}
#palmain .sec01 .sec01anm02 .top02 {
	position: absolute;
	right: 0;
	top: 18%;
}
#palmain .sec01 .sec01anm02 .top03 {
	position: absolute;
	left: 20%;
	top: 45.5%;
}
/*#palmain #about {
	padding-top: 160px;
	margin-top: -160px;
}*/
#palmain .sec02 {
	width: 100%;
	padding: 3em 0 200px;
	background: url(../images/boy.png), url(../images/girl.png), url(../images/bg02.png);
	background-position: left top, right top, center 10em;
	background-repeat: no-repeat, no-repeat, no-repeat;
	margin-top: -20px;
}
/*
#palmain .sec02 h2{ padding-top:1em;}*/

#palmain .sec02 p {
	margin: 0 auto;
}
h3#hamano, h3#inage {
	padding-top: 4em;
	margin-top: -2em;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 5px;
}
#palmain #palmap {
	padding-top: 80px;
	margin-top: -80px;
}
#palmain .secmap {
	width: 100%;
	background: url(../../images/bg04.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #fff;
	text-align: center;
}
#palmain .secmap iframe.gmap {
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 480px;
	margin: 2em 0;
}
#palmain .secmapimgbox {
	display: flex;
}
#palmain .secmapimgboxitem {
	width: 100%;
	padding: 1em 0.5em;
	text-align: center;
}
#palmain .secmapimgboxitem img {
	width: 100%;
}
#palmain .secmap p {
	color: #fff;
	font-size: 1.2em;
}
.tblpink {
	width: 100%;
	border-collapse: collapse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: solid 2px #acb89a;
	margin: 1em 0 0.5em;
	text-align: center;
}
.tblpink th, .tblpink td {
 padding: .6rem 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.tblpink th {
	background: rgba(87,157,30, 0.8);
	color: #FFF;
	letter-spacing: 2px;
	font-size: 1.1em;
	font-weight: normal;
}
.tblpink th:first-child, .tblpink th:nth-child(2) {
	border-bottom: 1px solid #fff;
}
#palmain .sec02 .bubble01 {
	position: absolute;
	top: -5em;
	right: -6em;
	z-index: 30;
}
#palmain .sec02 h3 {
	text-align: center;
	margin-bottom: 1.5em;
}
.mvaerea {
	position: relative;
	height: 0;
	padding: 270px 0 100%;
	overflow: hidden;
	margin-top: 5em;
}
.mvaerea video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
ul.pallist01 {
	counter-reset: list;
	list-style-type: none;
	padding: 0;
	margin-bottom: 1em;
}
ul.pallist01 li {
	position: relative;
	color: #579D1E;
	padding: 0 0 0 30px;
	margin: 7px 0px;
	line-height: 30px;
	border-bottom: dashed 1px #ccc;
}
ul.pallist01 li p {
	text-align: left;
}
ul.pallist01 li:before {
	counter-increment: list;
	content: counter(list) ".";
	display: block;
	position: absolute;
	left: 0px;
	font-weight: bold;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#palmain .signupBTN {
	width: 100%;
	margin: 3em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2em;
	border: solid 10px rgba(87,157,30, 0.3);
	border-radius: 6px;
	background-image: url(../images/bg07.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(87,157,30, 0.1);
}
#palmain .signupBTNitem1 {
	padding: 1em;
}
#palmain .signupBTNitem1 img {
	max-width: 100%;
}
#palmain .signupBTNitem2 {
	padding: 2em 0 0 1em;
	text-align: center;
	max-width: 55%;
}
#palmain .signupBTNitem2 img {
	padding-bottom: 2em;
	max-width: 100%;
}
#palmain .signupBTNitem3 {
	padding: 1em;
	margin: 3em auto 1em;
}
#palmain .signupBTNitem2 p.txtlink_l {
	display: inline-block;
	padding-right: 1em;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#palmain .signupBTNitem2 p.txtlink_l a {
	color: #579D1E;
	transition: all 0.2s;
}
#palmain .signupBTNitem2 p.txtlink_l a:hover {
	opacity: 0.8;
}
#palmain .signupBTNitem2 p.txtlink_l a:after {
	font-family: 'Font Awesome 5 Free';
	content: ' \f360';
	font-weight: 900;
	color: #579D1E;
}
#palmain .quicktips {
	width: 100%;
	background: url(../images/dinosaur01.png), url(../images/dinosaur02.png), url(../images/bg03.png);
	background-position: 3% 25%, right top, center 10em;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, cover;
	padding-bottom: 4em;
	margin-top: 5em;
}
#palmain .quicktips h3 {
	text-align: center;
	margin: 2em auto;
}
#palmain .quicktips p {
	text-align: center;
	margin: 0 auto 1em;
}
.tipslider {
	width: 90%;
	margin: 0 auto;
}
.tipslider .slick-slide {
	height: auto!important;
	padding: 1em;
}
.slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 50px;
}
.prev-arrow {
	left: -50px;
}
.next-arrow {
	right: -50px;
}
#palmain .sec04 {
	width: 100%;
	text-align: left;
	padding-top: 80px;
	margin-top: -80px;
}
#palmain .sec04 h2 {
	margin: 1.5em auto 1.5em;
	text-align: center;
}
#palmain .sec04 p {
	margin: 0 auto;
}
#palmain .sec04 .stuffbox {
	display: flex;
	flex-wrap: wrap;
}
#palmain .sec04 .stuffitem1 {
	flex-basis: 40%;
	padding-left: 2em;
	margin-bottom: 1em;
}
#palmain .sec04 .stuffitem2 {
	flex-basis: 60%;
	align-self: flex-end;
	margin-bottom: 5em;
}
#palmain .sec04 .stuffitem3 {
	flex-basis: 60%;
	align-self: flex-end;
	margin-bottom: 2em;
}
#palmain .sec04 .stuffitem4 {
	flex-basis: 40%;
	padding-right: 2em;
	margin-bottom: 2em;
}
#palmain .sec04 h3, #palmain .sec04 h4 {
	color: #579D1E;
}
#palmain .sec04 .pic img {
	width: 100%;
}
#palmain .sec04 .profile {
	padding: 0 2em 2em;
}
#palmain .spstuffbox {
	width: 100%;
	background-color: #579D1E;
	display: flex;
	background-image: url(../images/grass.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
#palmain .spstuffitem1 {
	padding: 3em;
	width: 50%;
}
#palmain .spstuffitem1 img {
	width: 100%;
}
#palmain .spstuffitem2 {
	padding: 0em 2em 2em;
	width: 50%;
	}
#palmain .spstuffbox h2, #palmain .spstuffbox p, #palmain .spstuffbox ul li {
	color: #FFF;
	text-align: left;
}
#palmain .secevent {
	width: 100%;
	background-image: url(../images/bg05.png), url(../images/bg06.png);
	background-repeat: no-repeat;
	background-position: left 80px, right 80px;
	background-size: 50%, 50%;
	padding-top: 80px;
	margin-top: -80px;
}
#palmain .evinfo {
	width: 80%;
	margin: 0 auto 2em;
}
#palmain .evinfo img {
	max-width: 100%;
	height: auto;
}
#palmain .evinfotop {
	width: 85%;
	margin: 2em auto 4em;
}
#palmain .evinfotop img {
	max-width: 100%;
	height: auto;
}
#palmain .secevent h2 {
	margin: 1.5em auto 1.5em;
	text-align: center;
}
#palmain .secevent h3, #palmain .secevent p {
	margin-bottom: 1em;
}
#palmain .secevent p {
	font-size: 1.1em;
}
#palmain #faq {
	padding-top: 80px;
	margin-top: -80px;
	margin-bottom: 4em;
}
#palmain .faq h2 {
	text-align: center;
	margin: 0em auto 1em;
}
#palmain .faq {
	background-color: #FFF;
	padding: 80px 4em 2em;
	margin: 80px auto 0;
}
#palmain .faqwrapp {
	width: 100%;
	margin-bottom: 5em;
}
#palmain .a-box {
	display: flex;
	flex-wrap: wrap;
}
#palmain .a-boxitem1 {
	width: 40%;
	margin-bottom: 1em;
}
#palmain .a-boxitem2 {
	width: 60%;
	margin-bottom: 1em;
}
#palmain .toiawase {
	width: 100%;
	display: flex;
}
#palmain .toiawaseitem {
	padding: 1em;
}
#palmain .toiawaseitem img {
	width: 100%;
}
#palmain .copyright {
	text-align: right;
	font-size: 0.7em;
}
/*
@media only screen and (max-width:767px) {
.tblpink th,.tblpink td {display: block;width: auto;border-bottom: none;}
.tblpink tr:last-child {border-bottom: 1px solid #ccc;}
.first {
	margin-left: 0;
	clear: left;
}

#palmain .signupBTN { display:block;}
#palmain .faq { padding:1em;}
#palmain .faq .accordion-text { padding:1em 0.5em 0.5em;}
#palmain .toiawase { display:block;}
}*/

#contactfm {
	width: 100%;
	padding: 3em 0;
}
#contactfm h3 {
	text-align: center;
	margin-bottom: 2em;
}
#contactfm .fmtxt {
	padding: 0 3em;
}
.contactdone {
	text-align: center;
	padding: 4em 0;
}
/********************************************
共通
******************************************/


ol.nmb {
	counter-reset: number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding: 2em;
	background: #fff;
}
ol.nmb li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.nmb li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
	display: inline-block;
	background: #579D1E;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 1.4em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.sankabtn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: fit-content;
	padding: 1rem 4rem;
	color: #fff;
	font-weight: bold;
	background: #579D1E;
	position: relative;
	transition: 0.3s ease-in-out;
}
a.sankabtn:hover {
	background: #fff;
	color: #579D1E;
}
a.sankabtn:before, a.sankabtn:after {
	box-sizing: inherit;
	content: "";
	position: absolute;
	border: 2px solid transparent;
	width: 0;
	height: 0;
}
a.sankabtn:before {
	top: 0;
	left: 0;
}
a.sankabtn:after {
	bottom: 0;
	right: 0;
}
a.sankabtn:hover:before, a.sankabtn:hover:after {
	width: 100%;
	height: 100%;
}
a.sankabtn:hover:before {
	border-top-color: #579D1E;
	border-right-color: #579D1E;
	transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.sankabtn:hover:after {
	border-bottom-color: #579D1E;
	border-left-color: #579D1E;
	transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
.btn, a.btn, button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn-coupon {
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0;
	color: #fa4141;
	border-radius: 0;
}
a.btn-coupon:before {
	position: absolute;
	top: 0;
	left: 29.7%;
	width: 2px;
	height: 10%;
	content: "";
	-webkit-transition: all 1s;
	transition: all 1s;
	background: #f8f8f8;
}
a.btn-coupon .left {
	font-size: 3.5rem;
	line-height: 1;
	width: 30%;
	padding: 0.1rem 1rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border-right: 2px dashed #fff;
	background: #df302d;
	text-align: left;
}
a.btn-coupon .left span {
	font-family: "Roboto", sans-serif;
	font-size: 0.6em;
	color: #fff100;
}
a.btn-coupon .right {
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1rem 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #df302d;
	background: #fcb6a6;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
a.btn-coupon .right p {
	color: #df302d;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
a.btn-coupon .right span {
	font-size: 1.1rem;
	display: inline-block;
	padding: 0.2rem 1rem;
	letter-spacing: 0.05rem;
	color: #fff;
	border-radius: 100vh;
	background: #df302d;
}
a.btn-coupon i {
	position: absolute;
	top: 0;
	left: calc(29.7% - 0.5rem);
	width: 1rem;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: rotate(90deg) translateX(0.5rem) translateY(0);
	transform: rotate(90deg) translateX(0.5rem) translateY(0);
	text-align: right;
	color: #fff;
}
a.btn-coupon:hover {
	color: #fa4141;
}
a.btn-coupon:hover:before {
	height: calc(100% - 1rem);
}
a.btn-coupon:hover i {
	-webkit-transform: rotate(90deg) translateX(7rem) translateY(0);
	transform: rotate(90deg) translateX(7rem) translateY(0);
}
a.btn-coupon:hover .left {
	background: #e24643;
}
a.btn-coupon:hover .right {
	background: #fdcabf;
}
/***********************************
NEWS
***********************************/

/* clearfix */
.clearfix:after { /*content:".";*/
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#newsWrap {
	margin: 3em auto;
	width: 70%;
	border-top: 1px solid rgba(87,157,30, 0.8);
	border-bottom: 1px solid rgba(87,157,30, 0.8);
	padding: 1.5em 0 0.5em;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}
#newsWrapihchiran {
	margin: 3em auto;
	width: 90%;
	padding: 1.5em 0;
	font-family: "fot-tsukuardgothic-std", sans-serif;
}
ul#newsList {
	margin: 0 0 15px;
	padding: 0;
}
ul#newsList li {
	color: #666;
	margin: 0;
	padding: 10px 0;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	line-height: 120%;
	list-style-type: none;
}
a {
	color: #669900;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
.catName {
	display: inline-block;
	padding: 4px 8px;
	font-size: 0.8em;
	line-height: 100%;
	margin: 0 5px;
	color: #fff;
	vertical-align: text-top;
}
.cat-0 &gt; .catName {
	background-color: rgba(87,157,30, 0.9);
	border-radius: 6px;
}
.cat-1 &gt; .catName {
	background-color: rgba(255,128,64,0.9);
	border-radius: 6px;
}
.cat-2 &gt; .catName {
	background-color: rgba(255,0,102,0.9);
	border-radius: 6px;
}
.newMark {
	display: inline-block;
	padding: 1px 4px;
	font-size: 11px;
	line-height: 100%;
	color: #C4A64A;
}
.comment {
	display: block;
	padding: 3px 0;
	float: left;
	overflow: hidden;
	width: 500px;
}
.thumbNailWrap {
	display: block;
	width: 110px;
	float: left;
	height: 80px;
	overflow: hidden;
}
#up_ymd {
	font-size: 1em;
	margin-bottom: 2em;
}
.detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}
.backORcloseBtn {
	text-align: center;
	line-height: 100%;
	margin-top: 15px;
}
.backORcloseBtn a {
	display: inline-block;
	padding: 4px 15px;
	border: 1px solid #aaa;
	color: #999;
	border-radius: 6px;
	text-decoration: none;
	font-size: 12px;
}
.detailUpfile img {
	max-width: 100%;
	height: auto;
}
.pNav {
	margin-bottom: 1em;
}
#detail {
	display: flex;
	flex-wrap: wrap;
}
.detailUpfile {
	padding-right: 2em;
	margin-bottom: 2em;
	min-width: 50%;
}
.detailText {
	flex: 1;
	margin-bottom: 2em;
}


























</pre></body></html>