﻿
body {
	min-width: initial;
}

article {
}

@media screen and (min-width: 769px){

	#header dl.header-inner dd img {
		width: 179px;
	}

}

@media screen and (max-width: 769px) {

	#header dl.header-inner dd img {
		width: 125px;
	}

	article.container {
		background-size: 56%;
	}

}



/*
#attention
///////////////////////////////////////////////////*/

@media screen and (min-width: 769px){

	#attention .secWrap {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#attention ul {
		text-align: center;
	}

	#attention ul li {
		display: inline;
	}

}

@media screen and (max-width: 769px) {
}

/*
#sec01
///////////////////////////////////////////////////*/


@media screen and (min-width: 769px){

	.pagetop {
		background-size: contain;
		position: fixed;
		line-height: 1.0;
		right: 1.5em;
		bottom: 1.5em;
		width: 90px;
		height: 90px;
		margin: 0;
	}

	.pagetop a img {
		opacity: 1;
		transition: .3s;
	}

	.pagetop a:hover img {
		opacity: 0.5;
	}

}

@media screen and (max-width: 769px){

	.pagetop {
		position: fixed;
		line-height: 1.0;
		right: 1.5em;
		bottom: 1.5em;
		width: 15%;
	}

}

.attention {
}

.attention .secWrap {
	color: #3d1a1e;
}

.attention .secWrap ul li {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (min-width: 769px){

	.attention .secWrap {
		font-size: 14px;
		padding: 10px 0;
		margin-top: 50px;
	}

	.attention .secWrap ul {
		padding: 15px 0;
	}

}

@media screen and (max-width: 769px){

	section.attention {
		padding-bottom: 1em;
	}

	.attention .secWrap {
		margin-top: 1.5em;
		font-size: 12px;
	}

	.attention .secWrap ul {
		margin: 1em;
	}


}

/*visual
/////////////////////////////////////////////////// */

.visual {
	background: url(/lalaport/shinmisato/campaign/misatosummerholiday-202607-08/common/image/head_bg01.png);
}

.visual ul {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.visual ul li {
	width: 31.5%;
}

.visual ul li.nav01 {
	background: url(/lalaport/shinmisato/campaign/misatosummerholiday-202607-08/common/image/nav01_o.png) no-repeat;
	background-size: contain;
}

@media screen and (min-width: 769px){

	.visual h1 {
	background: url(/lalaport/shinmisato/campaign/misatosummerholiday-202607-08/common/image/visual_bg.png) repeat-x;
	}

	.visual h1 picture {
		width: 100%;
		position: relative;
		height: 650px;
		display: block;
	}

	.visual h1 img {
		width: 1400px;
		max-width: 1400px;
		position: absolute;
		left: 50%;
		transform: translateX( -50% );
		top: 80px;
		display: block;
	}

	.visual ul {
		max-width: 700px;
		padding-bottom: 80px;
	}

	.visual ul li.nav01 a img {
		transition: .3s;
	}

	.visual ul li.nav01 a:hover img {
		opacity: 0;
	}

}

@media screen and (max-width: 769px){

	.visual ul {
		max-width: 90%;
		margin: -17% auto 0;
		padding-bottom: 2em;
	}

}


/*sec01
/////////////////////////////////////////////////// */


.sec01 {
	background: url(/lalaport/shinmisato/campaign/misatosummerholiday-202607-08/common/image/sec01_bg01.png);
}

.sec01 .sec01_block {
	position: relative;
}

.sec01 .sec01_block dl {
	position: relative;
}

.sec01 .sec01_block dl dd {
	position: absolute;
	bottom: 8.5%;
	width: 86.7%;
	left: 6.2%;
}

.sec01 .sec01_block p {
	position: absolute;
	top: 0;
	z-index: 1;
}


.sec01 p.icon01 img { animation: rotate2 5.5s infinite ease-in-out; }
.sec01 p.icon02 img { animation: rotate2 4s infinite ease-in-out; }
.sec01 p.icon03 img { animation: rotate2 6s infinite ease-in-out; }
.sec01 p.icon04 img { animation: rotate2 4.5s infinite ease-in-out; }
.sec01 p.icon05 img { animation: rotate2 8s infinite ease-in-out; }
.sec01 p.icon06 img { animation: rotate2 6.5s infinite ease-in-out; }

@keyframes rotate2 {
  0% { transform: translateY( 0 ) rotate( 15deg ); }
 50% { transform: translateY( -12% ) rotate( 0deg ); }
100% { transform: translateY( 0 ) rotate( 15deg ); }
}


@media screen and (min-width: 769px){

	.sec01 {
		padding-bottom: 25px;
	}

	.sec01 h2 {
		padding: 75px 0 0;
	}

	.sec01 .sec01_block dl {
		margin: 75px 0;
	}


	.sec01 .sec01_block dl dd {
		background: url(/lalaport/shinmisato/campaign/misatosummerholiday-202607-08/common/image/sec01_btn01_o.png) no-repeat;
		background-size: contain;
	}

	.sec01 .sec01_block dl dd a img {
		transition: 0.3s;
	}

	.sec01 .sec01_block dl dd a:hover img {
		opacity: 0;
	}

/**/

	.sec01 .sec01_block:nth-child(even) p {
		right: -70px;
	}

	.sec01 .sec01_block:nth-child(odd) p {
		left: -70px;
	}

	.sec01 p.icon01 { top: 100px; }
	.sec01 p.icon01 img { width: 220px; }

	.sec01 p.icon02 { top: -120px; }
	.sec01 p.icon02 img { width: 170px; }

	.sec01 p.icon03 { top: -100px; }
	.sec01 p.icon03 img { width: 200px; }

	.sec01 p.icon04 { top: -60px; }
	.sec01 p.icon04 img { width: 200px; }

	.sec01 p.icon05 { top: -20px; }
	.sec01 p.icon05 img { width: 150px; }

	.sec01 p.icon06 { top: -110px; }
	.sec01 p.icon06 img { width: 200px; }

}

@media screen and (max-width: 769px){

	.sec01 h2 {
		padding-top: 2em;
	}

	.sec01 .secWrap {
		margin: 0;
		overflow-x: hidden;
	}

/**/

	.sec01 .sec01_block {
		width: 100%;
	}

	.sec01 .sec01_block dl {
		margin: 1.5em 2em;
	}

	.sec01 .sec01_block:nth-child(even) p {
		right: -5%;
		width: 20%;
	}

	.sec01 .sec01_block:nth-child(odd) p {
		left: -5%;
		width: 20%;
	}

	.sec01 p.icon01 { top: 65%; }
	.sec01 p.icon01 img { width: 100%; }

	.sec01 p.icon02 { top: -15%; }
	.sec01 p.icon02 img { width: 85%; }

	.sec01 p.icon03 { top: -9%; }
	.sec01 p.icon03 img { width: 90%; }

	.sec01 p.icon04 { top: -5%; width: 22%; }
	.sec01 p.icon04 img { width: 100%; }

	.sec01 p.icon05 { top: -5%; }
	.sec01 p.icon05 img { width: 75%; }

	.sec01 p.icon06 { top: -8%; }
	.sec01 p.icon06 img { width: 100%; }

}

/*sec02
/////////////////////////////////////////////////// */


@media screen and (min-width: 769px){
}

@media screen and (max-width: 769px){
}


