@charset "utf-8";
/*-----------------------------------------------
PAL PC
-----------------------------------------------*/
#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( 180deg );
}
#footerbox {
	display: flex;
	justify-content: space-between;
}
#footerbox .footeritem01 h2 {
	margin-bottom: 0;
}
#footerbox .footeritem02 {
	width: 45%;
	padding: 0 2em;
	margin-top: 2em;
	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.3em;
}
#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;
}
#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;
}
#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 .sectop {
    
    display: flex;
    
    
}
#palmain .sectop .sectopanm01 {
	width: 65%;
	padding: 1em 0;
	background-image: url(../img/bg02.png)
}
#palmain .sectop .sectopanm02 {
	width: 35%;
	z-index: 10;
}


#palmain .sectop .sectopanm01 img {
    width: 100%;
}



#palmain .sectop .sectopanm02 .kiz01 {
	position: absolute;
	right: -28%;
    top: 66%;
}
#palmain .sectop .sectopanm02 .kiz02 {
	position: absolute;
    top: 60%;
    left: -6%;

}
#palmain .sectop .sectopanm02 .kiz03 {
	position: absolute;
    top: 78%;
    left: 26%;
}


#palmain .bnrbox_top {
    display: flex;
    margin-top: 50px;
    width: 100%;
}

#palmain .bnrboxitem_top {
    padding: 1em;
max-width: 100%;}




.gazou {
max-width: 100%;
object-fit: contain;
object-position: bottom;
padding-top: 95px}












#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: 25%;
	top: 0;
	width:55%;
}
#palmain .sec01 .sec01anm02 .top02 {
	position: absolute;
	right: 0;
	top: 38%;
	width:53%
}
#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#mihama{
    padding-top: 4em;
    margin-top: -2em;
	color: #fff;
	font-size:1.6em;
	letter-spacing:5px;
}


.flbbox {
    display: flex;
    justify-content: center;
    align-items: center;
   }

.flbitem {}

.flbitem:nth-child(2) p{font-size:2em; color:#579D1E; font-weight: bold; padding: 0 1em;}

#grybox {

    
    
}



.gry_item img {
    height: auto;
    width: 100%;
    opacity: .4;
    transition: opacity .5s; 
}

.gry_item.slick-center img {
    opacity: 1;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1.5em;
    
}

.dots-wrap li {
    margin: 0 15px;
    border-radius: 50%;
    font-size: 40px;
    cursor: pointer;
    color: rgba(87,157,30, 0.3)
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    color: rgba(87,157,30, 0.8)
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

iframe#instagram-embed-0 {
    min-width: unset !important;
}

#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: .55rem 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;
	font-size: 1.1em;
	font-weight: normal;
}
.tblpink th:first-child, .tblpink th:nth-child(2) {
	border-bottom: 1px solid #fff;
}

.vtalign_top { vertical-align: top !important; font-size: 1.3em;}


p.standard {
    background-color: #eef1e4;
    padding: 0.5em 3em;
    color: #6a9234;
}

p.flexible {
    background-color:#f4d939;
    padding: 0.5em;
    color: white;
}



#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 .stafflistbox {
    display: flex; margin: 0 auto 4em; justify-content: space-around;
}

#palmain .sec04 .stafflistitem {
    text-align: center;
}
#palmain .sec04 .stafflistitem img{
    width: 100%;
}

.stafflistitem h3 {
    font-size: 1.2em;
}

#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;
}




div.vid_contents {
    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
    padding: 5% 0 0;
}
video.vid_main {
    width: 100%;
    max-width: 920px;
    position: sticky;
    z-index: 600;
}




#palmain .sec04 h3, #palmain .sec04 h4 {
	color: #579D1E;
}
#palmain .sec04 .pic img {
	width: 100%;
}
#palmain .sec04 .profile {
	padding: 0 2em 2em;
    width: 60%;
}
#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 .faq .accordion-wrap:first-of-type {
}
#palmain .faq .accordion-item {
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 30px;
	border: none;
	background-color: rgba(87,157,30,0.2);
}
#palmain .faq .accordion-header {
	transition: ease-in-out 100ms;
	color: #579D1E;
	font-size: 1.2em;
	letter-spacing: 1px;
	padding: 0.5em 0.5em 0.5em 3em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.4em;
}
#palmain .faq .accordion-text {
	width: 100%;
	display: none;
	padding: 2.5em 2em 1em 4em;
	overflow: hidden;
}
#palmain .faq .accordion-text p {
	font-size: 1.15em;
	letter-spacing: 1px;
	color: #4C4C4C;
	line-height: 1.8em;
}
#palmain .faq .fa {
	transition: ease-in-out 300ms;
}
#palmain .faq .rotate-fa {
	transform: rotate(180deg);
}
#palmain .faq .accordion-header .fa {
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -10px;
}
#palmain .faq p.accordion-header {
	position: relative;
	padding-right: 2em;
}
#palmain .faq p.accordion-header:before {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0.4em;
	content: url(../images/q.png)
}
#palmain .faq .accordion-gold {
	color: #cfc877;
}
#palmain .faq .accordion-no-bar {
	border-bottom: 0;
}
#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 > .catName {background-color: rgba(87,157,30, 0.9); border-radius:6px;}
.cat-1 > .catName {background-color: rgba(255,128,64,0.9); border-radius:6px;}
.cat-2 > .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;}

h3.notice { margin:1.5em auto; text-align:center; font-size:1.8em; line-height:1.8em;}
h3.notice a{ color: rgba(87,157,30, 1);}
h3.notice a:hover{ color: rgba(87,157,30, 0.8);}

h3.notice:after {
    font-family: 'Font Awesome 5 Free';
    content: ' \f360';
    font-weight: 900;
}



