@charset "utf-8";

:root {
	--basic-color:#7abd22;
}

/*===========================
add
===========================*/

/*===========================
fb-box
===========================*/
.fb-box iframe{
	width: 100%;
}


/*===========================
sup
===========================*/
sup{
	font-size: 0.5em;
}


/*===========================
table-add1
===========================*/
.table-add1{
	font-size: 1.1em;
}
.table-add1 th{
	color: #e29a27;
	width: 35%;
	text-align: left;
}


/*===========================
txtlink
===========================*/
.txtlink a:hover{
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7 !important;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}


/*===========================
indent
===========================*/
.txtindent-a1{
	text-indent: -5em;
	padding-left: 5em;
}

.txtindent-a2{
	text-indent: -4.4em;
	padding-left: 4.4em;
}

.txtindent-a3{
	text-indent: -6.1em;
	padding-left: 6.1em;
}



/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}


/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*===========================
wf
===========================*/
.wf-t-all ,ul.wf-t-all {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t{
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}


/*===========================
fooer
===========================*/
.ft-sns{
	display: flex;
	width: 100px;
	margin: 20px auto 0;
}

.ft-sns a:hover{
	cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; 
    -moz-opacity:0.7; 
    -khtml-opacity: 0.7; 
    opacity:0.7 !important;
    zoom:1;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.ft-sns .left,
.ft-sns .right{
	width: 50%;
	text-align: center;
	
}

.ft-sns .left img,
.ft-sns .right img{
	width: 80%;
}


/*===========================
box01
===========================*/
.box01 {
	padding-left: 2.5em;
}
.box01 span{
	display: inline-block;
	width: 24px;
}
.box01 p{
	text-indent: -2.5em;
	padding-left: 2.5em;
}


/*================================
box2
================================*/
.box2{
display: flex;
flex-wrap: wrap;
}

.box2 .in01{
	display: flex;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
	width: 49%;
}
.box2 .in01:nth-child(odd){
	margin-right: 2%;
}

@media screen and (max-width: 768px) {
	.box2 .in01{
		width: 100%;
	}
}


.box2 .month-box{
	position: relative;
	border: 2px solid var(--basic-color);
	width: 80px;
	height: 60px;
	color: var(--basic-color);
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media screen and (max-width: 600px) {
	.box2 .month-box{
		height: 120px;
	}
}

.box2 .month-box .figures{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	font-size: 1.5em;
	font-weight: bold;
}

.box2 .month-box .month{
	position: absolute;
	bottom: -5%;
	right: 2%;
}


.box2 .event-d{
	height: 50px;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.box2 .event-d{
		height: 95px;
	}
}



.box2 .event-d p,
.box2 .event-d ul{
	position: absolute;
	top: 65%;
	left: 20px;
	transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
	font-size: 1em;
}

.box2 .event-d ul li{
	padding-right: 10px;
}
.box2 .event-d ul li:last-child{
	padding-right: 0;
}


/*================================
box3
================================*/

@media screen and (min-width: 601px) and (max-width: 768px){
	.box3 .f-item1-4{
		width: 48%;
	}

	.box3 .f-item1-4:nth-child(odd){
		margin-right: 4%;
	}
}








/* 基本カラー  */

.fcBasic {
	color: var(--basic-color);
}

.fcBasic2 {
	color:#ef454e;
}



/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Roxy  */


.f-roxy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-roxy1-3 {
	box-sizing: border-box;
	width: 33.3%;
}

figure.effect-roxy {
	background:rgba(255,255,255,1);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	background:rgba(255,255,255,.75);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}
figure.effect-roxy figcaption p {
	padding-top:50px;
}
figure.effect-roxy figcaption p img{
	height:150px;
	width:auto;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure {
    margin: 0;
}
.grid a {
	display:block;
}

.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#868e96
}

@media screen and (max-width: 768px) {
	
figure.effect-roxy figcaption {
	padding: 2em 3em;
	text-align: left;
}

figure.effect-roxy figcaption p{
	padding-top:0px;
}

figure.effect-roxy img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy figcaption::before,
figure.effect-roxy p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

}


@media screen and (max-width: 600px) {
	
	figure.effect-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-roxy figcaption p{
	padding-top:50px;
}
	.f-roxy1-3 {
	box-sizing: border-box;
	width: 100%;
}
}

.productImg {
	box-sizing: border-box;
	width:50%;
	margin:0 auto 5px auto;
}

.productC {
	text-align:center;
	font-size:1.1em;
	color:#FB6D31;
	margin-bottom:5px;
	font-weight:bold;
}

@media screen and (max-width: 600px) {
	
.productImg {
	width:70%;
}

}

/* index */

.box-8 {
    background-color: #f7b434;
    border: 1px solid #e29a27;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
                0 0 4px rgba(255, 255, 255, .8) inset,
                2px 2px 2px rgba(0, 0, 0, .4);
    color: #fff;
    margin: 0;
    padding: 1em;
}
.box-8 p {
	font-size: 1.3em;
	text-align:center;
}

.txtPlus {
	font-size:3em;
	text-align:center;
	font-weight:bold
}


/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;	
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color: var(--basic-color);
	text-align:left;
	text-shadow:none;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}















