@charset "UTF-8";

/****************************
 *  PC版スタイル
 ****************************/
.pagetop {
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	right: 3%;
	bottom: 5%;
	z-index: 9999;
	display: none;
}
.pagetop:hover {
	bottom: 6%;
}
.pagetop a:hover {
	opacity: 1;
}

.pagetop.shift {
	bottom: 16%;
}

.menu-bottom {
	box-sizing: border-box;
	transition: all .3s;
	padding: 15px;
	background: #363636;
	max-height: 80px;
}

.menu-bottom P {
	font-size: 36px !important;
	text-align: center;
	color: #fff;
	margin-top: -4px;
	margin-top: 0 !important;
	line-height: 36px;
}

.rakutaku {
	background: #1376ba;
	padding: 40px 0 60px;
}

.rakutaku P {
	color: #fff;
	font-size: 216%;
	font-weight: bold;
	text-align: center;
}

.rakutaku A {
	max-width: 565px;
	margin: 30px auto 0;
	display: block;
}

.rakutaku A:hover {
	opacity: .6;
}

.rakutaku A IMG {
	width: 100%;
	height: auto;
}




.wrap {
	background-color: #000;
}

.wrap .visual {
	background: url(../img/visual.jpg) no-repeat top center;
	height: 440px;
	background-color: #000;
	position: relative;
	background-size: auto 440px;
}

.wrap .visual:after {
	content: "※写真はすべてイメージです。";
	display: block;
	color: #FFF;
	font-weight: 700;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 1450px;
	bottom: 5px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.05em;
}

/* サイズ調整 */
@media (min-width: 769px) and (max-width:1500px) {
	.wrap .visual {
		height: 28.6vw;
		background-size: 100%;
		max-height: 439px;
		min-height: 285px;
	}
}

.wrap .nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	background-color: #396c84;
}

.wrap .nav .container {

}

.wrap .nav UL {
	display: flex;
	max-width: 1200px;
}

.wrap .nav UL LI {
	position: relative;
}

.wrap .nav UL LI:after {
	content: "";
	width: 1px;
	height: 10px;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.wrap .nav UL LI + LI:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #d2d2d2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.wrap .nav A {
	display: block;
	text-align: center;
	position: relative;

}
.wrap .nav A IMG {
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.wrap .img-on {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.wrap .nav A:hover {
	opacity: 1;
}

.wrap .nav A:hover .img-on {
	opacity: 1;
}

.wrap .nav A:hover .img-off {
	opacity: 0;
}

.wrap .contents {
	background-color: #FFF;
}

.wrap .contents .section-01 {
	display: block;
	margin: 0 auto;
	padding: 30px 20px 20px;
	max-width: 1000px;
	text-align: center;
}

.wrap .contents .section-01 .main-txt01 {
	align-items: center;
	font-size: 135%;
	padding: 20px 0 10px;
}
.wrap .contents .section-01 .main-txt02 {
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}
.wrap .contents .section-01 .main-txt02 SPAN {
	display: block;
	font-size: 100%;
}

.wrap .contents #target-01,
.wrap .contents #target-02 {
	height: 0;
	margin-top: -60px;
	padding-top: 60px;
}


/* チラシ大 */
.wrap .contents .section-02 {
	margin: 0 auto;
	padding-bottom: 90px;
	/* background-color: #396c84; */
	/* background-color: #000; */
	/* background-color: #004ca1; */
	background-color: #000000;
}

.wrap .contents .section-02 H2.head-title {
	display: block;
	width: 100%;
	height: 110px;
	padding-top: 10px;
	background-color: #ffe443;
	text-align: center;
}

.wrap .contents .section-02 .flyer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1500px;
	margin: auto;
	margin-top: -30px;
}

.wrap .contents .section-02 .flyer .box {
	display: flex;
	justify-content: flex-start;
	/* background-color: #fff3d3; */
	background-image: url(../img/bgbox-bg.jpg);
	
	margin-top: 30px;
}

.wrap .contents .section-02 .flyer .box A:hover {
	opacity: .6;
}

.wrap .contents .section-02 .flyer .box-01,
.wrap .contents .section-02 .flyer .box-02,
.wrap .contents .section-02 .flyer .box-03,
.wrap .contents .section-02 .flyer .box-04,
.wrap .contents .section-02 .flyer .box-05,
.wrap .contents .section-02 .flyer .box-06,
.wrap .contents .section-02 .flyer .box-07,
.wrap .contents .section-02 .flyer .box-08,
.wrap .contents .section-02 .flyer .box-09,
.wrap .contents .section-02 .flyer .box-10 {
	flex-direction: row;
}

.wrap .contents .section-02 .flyer .box-02,
.wrap .contents .section-02 .flyer .box-04,
.wrap .contents .section-02 .flyer .box-06,
.wrap .contents .section-02 .flyer .box-08,
.wrap .contents .section-02 .flyer .box-10 {
	flex-direction: row-reverse;
}

.wrap .contents .section-02 .flyer .annotation {
	margin: 12px 0 0;
}

.wrap .contents .section-02 .flyer .box-visual{
	background-color: #fffdf0;
	padding-top: 30px;
}
@media (min-width: 769px) {
	.wrap .contents .section-02 .flyer .box-visual{
		display: grid;
		grid-template-rows: 0fr 0fr;
		padding-bottom: 30px;
	}
}

.wrap .contents .section-02 .flyer .box-visual IMG {
	opacity: 0;
}

.wrap .contents .section-02 .flyer .box-visual .visual-txt{
}

.wrap .contents .section-02 .flyer .box-visual,
.wrap .contents .section-02 .flyer .box-contents {
	width: 50%;
	line-height: 0;
}


@media (min-width: 769px) {
	.wrap .contents .section-02 .flyer .box-visual .bnr-side{
		position: relative;
		display: block;
		/* height: 100%; */
	}
	.wrap .contents .section-02 .flyer .box-01 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-03 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-05 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-07 .box-visual .bnr-side{
		margin-left: 40px;
		margin-right: 12px;
	}
	.wrap .contents .section-02 .flyer .box-02 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-04 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-06 .box-visual .bnr-side,
	.wrap .contents .section-02 .flyer .box-08 .box-visual .bnr-side{
		margin-right: 40px;
		margin-left: 12px;
	}

	.wrap .contents .section-02 .flyer .box-visual .bnr-side .bnr-side-img{
		height: 100%;
	}
	.wrap .contents .section-02 .flyer .box-02 .box-visual .bnr-side .bnr-side-img,
	.wrap .contents .section-02 .flyer .box-04 .box-visual .bnr-side .bnr-side-img,
	.wrap .contents .section-02 .flyer .box-06 .box-visual .bnr-side .bnr-side-img,
	.wrap .contents .section-02 .flyer .box-08 .box-visual .bnr-side .bnr-side-img{
		transform: rotateY(-180deg);
	}


	.wrap .contents .section-02 .flyer .box-01 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-03 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-05 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-07 .box-visual .bnr-side .bnr-side-txt{
		padding-right: 30px;
	}
	.wrap .contents .section-02 .flyer .box-02 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-04 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-06 .box-visual .bnr-side .bnr-side-txt,
	.wrap .contents .section-02 .flyer .box-08 .box-visual .bnr-side .bnr-side-txt{
		padding-left: 30px;
	}
	.wrap .contents .section-02 .flyer .box-visual .bnr-side .bnr-side-txt{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% ,-50%);
		width: calc(100% - 120px);
	}
}

.wrap .contents .section-02 .flyer .box-contents{
		padding-top: 30px;
		padding-bottom: 30px;
}

.wrap .contents .section-02 .flyer .box-contents .bnr-insts a{
	display: block;
	width: calc(100% - 55px);
	/* max-width: 650px; */
	margin: auto;
}


.wrap .contents .section-02 .flyer .box-01 .box-visual .visual-img{
	background: url(../img/bgbox-01.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-02 .box-visual .visual-img {
	background: url(../img/bgbox-02.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-03 .box-visual .visual-img {
	background: url(../img/bgbox-03.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-04 .box-visual .visual-img {
	background: url(../img/bgbox-04.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-05 .box-visual .visual-img {
	background: url(../img/bgbox-05.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-06 .box-visual .visual-img {
	background: url(../img/bgbox-06.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-07 .box-visual .visual-img {
	background: url(../img/bgbox-07.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-08 .box-visual .visual-img {
	background: url(../img/bgbox-08.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-09 .box-visual .visual-img {
	background: url(../img/bgbox-09.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .box-10 .box-visual .visual-img {
	background: url(../img/bgbox-10.jpg) no-repeat;
	background-size: cover;
}

.wrap .contents .section-02 .flyer .bnr-img a {
	position: relative;
	display: block;
	width: calc(100% - 55px);
	/* max-width: 650px; */
	/* margin: 20px auto 0; */
	margin: 0 auto 0;
}
.wrap .contents .section-02 .flyer .bnr-img .instagram-ico{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 50px;
	height: 50px;
	padding: 28px;
	border-bottom-right-radius: 20px;
}

/* チラシ中 */
.wrap .contents .section-03 {
	background: #6a795c;
	background: #000;
}

.wrap .contents .section-03 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1500px;
	margin: auto;
	background-color: #FFF;
}

.wrap .contents .section-03 H2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	background-color: #000;
	padding: 0 40px;
}

.wrap .contents .section-03 IMG {
	margin-bottom: 0;
}

/* チラシ小 */
.wrap .contents .section-04 {
	background: #6a795c;
}

.wrap .contents .section-04 .flyer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1500px;
	margin: auto;
}


/* 東海フェア イベント */
.wrap .contents .event {
	width: 100%;
	margin: 0 0 60px;
}

.wrap .contents .event A {
	display: block;
	width: 66%;
	margin: 0 auto;
}

.wrap .contents .event A:hover {
	opacity: .6;
}

.wrap .contents .event A IMG {
	width: 100%;
}



/****************************
 *  SP版スタイル w768px以下
 ****************************/

@media (max-width: 768px) {
	.wrap .visual {
		background: url(../img/sp/visual.jpg) no-repeat bottom center;
		background-size: 100%;
		height: 98vw;
		height: 100vw;
	}

	.visual {
		padding-top: 43px;
	}

	.wrap .visual:after {
		max-width: 740px;
		bottom: 0;
	}

	.menu-bottom P {
		font-size: 20px !important;
		line-height: 20px;
	}

	.rakutaku {
		background: #1376ba;
		padding: 30px 0;
	}

	.rakutaku P {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		text-align: center;
	}

	.rakutaku A {
		width: 80%;
		margin: 15px auto 0;
		display: block;
	}

	.rakutaku A IMG {
		width: 100%;
		height: auto;
	}

	.wrap .contents .section-02 {
		padding-bottom: 30px;
	}


	.wrap .contents .section-01 {
		padding: 10px 20px;
	}

	.wrap .contents .section-01 P {
		font-size: 120%;
	}

	.wrap .contents .section-01 .main-txt02 SPAN {
		font-size: 67%;
	}

	.wrap .contents .section-02 H2.head-title {
		display: block;
		width: 100%;
		height: 22.5vw;
		padding-top: 0;
		/*background-color: #87d8ec;
		text-align: center;*/
	}

	.wrap .contents .section-02 .flyer {
		max-width: 768px;
		margin-top: -12px;
	}

	.wrap .contents .section-02 .flyer .box {
		margin: 12px 15px 0;
	}

	.wrap .contents .section-02 .flyer .box::last-child {
		margin: 12px;
	}

	.wrap .contents .section-02 .flyer .box-01,
	.wrap .contents .section-02 .flyer .box-02,
	.wrap .contents .section-02 .flyer .box-03,
	.wrap .contents .section-02 .flyer .box-04,
	.wrap .contents .section-02 .flyer .box-05,
	.wrap .contents .section-02 .flyer .box-06,
	.wrap .contents .section-02 .flyer .box-07,
	.wrap .contents .section-02 .flyer .box-08,
	.wrap .contents .section-02 .flyer .box-09,
	.wrap .contents .section-02 .flyer .box-10 {
		flex-direction: column;
	}

	.wrap .contents .section-02 .flyer .box-visual IMG {
		opacity: 1;
	}

	.wrap .contents .section-02 .flyer .box-visual{
		padding-top: 0;
	}

	.wrap .contents .section-02 .flyer .box-visual,
	.wrap .contents .section-02 .flyer .box-contents {
		width: 100%;
/*
		height: calc((100vw - 24px) * 0.7);
*/
	}

	.wrap .contents .section-02 .flyer .box-contents {
		padding-top: 25px;
		padding-bottom: 30px;
		/* height: calc((100vw - 24px) * 0.73); */
	}
	.wrap .contents .section-02 .flyer .box-contents .bnr-insts a{
		width: calc(100% - 25px);
	}

	.wrap .contents .section-02 .flyer .bnr-img a {
		display: block;
		/* width: 68%; */
		width: calc(100% - 25px);
		/* margin: 0 16%; */
		margin: 15px auto 0;
	}

	.wrap .contents .section-03 .flyer H2 {
		padding: 0;
		height: 80px;
	}

	.wrap .contents .section-03 IMG {
		margin-bottom: 10px;
	}


	/* 東海フェア イベント */
	.wrap .contents .event {
		margin: 0 0 36px;
	}
	
	.wrap .contents .event A {
		width: 90%;
	}



	.wrap .contents .section-02 .flyer .bnr-img .instagram-ico{
		width: 40px;
		height: 40px;
		padding: 12px;
		border-bottom-right-radius: 10px;
	}

}


@media (min-width: 769px) {
	.sp{
		display: none;
	}
}
@media (max-width: 768px) {
	.pc{
		display: none;
	}
}