@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');

/********** browser default initialization **********/

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before ,q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}


/* =========================================================
	basic style
========================================================= */
html{
	height:	100%;
	font-size:	62.5%;
	overflow-x:	hidden;
	}

body{
	margin:	0;
	padding:	0;
	height:	100%;
	background:	#fff;
	color:	#333;
	font-size:	16px;
	font-size:	1.6rem;
	line-height:	1.8;
	letter-spacing:	1px;
	font-family: 'Noto Sans JP', sans-serif,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ ゴシック',’MS PGothic’, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align:	center;
	-webkit-text-size-adjust:	100%;
	}

	.pc{
	display:	block;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	none;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	none;
	}

ul{
	margin:	0;
	padding:	0;
	}

p	{
		margin:	1.2em 0 1.2em 0;
		line-height:	1.5;
		text-align:	left;
}

a	{
	overflow: hidden;
	outline: none;
	border:	none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus	{
	outline:none;
}

a:link	{
		color:#ed5f97;
		text-decoration: none;
	}

a:visited	{
		color:#b71857;
		text-decoration: none;
		}

a:hover	{
		color:#f3c3d6;
		text-decoration: none;
		}

a:active	{
		color:#f3c3d6;
		text-decoration: none;
		}

img	{
		margin:	0;
		border:	0;
		}

a img	{
		margin:	0;
		border:	0;
		}

a:hover img{
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

header{
	overflow:hidden;
	width:100%;
	margin:0 0 40px 0;
	text-align:center;
}

header h1 img{
	width:930px;
	height:auto;
	margin:50px auto 0 auto;
}

main {
	overflow:	hidden;
	width: 100%;
	margin: 20px auto 150px auto;
}

.area_100 {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:40px 0;
	text-align: center;
	backgrounde:#ccc;
}

.left	{
	text-align:left;
}

/* headline
--------------------------------------------------------- */
.headline_inner{
	width:1000px;
	margin:0 auto;
	background: url(../img/note.png) no-repeat left;
	background-size:110px auto;
}


p	{
	font-size:1.4rem;
	line-height:	1.8;
	text-align: center;

}


h2{
	margin:0 0 2.2rem 150px;;
	color:#fff;
	font-size:2.2rem;
	line-height:1.6;
	text-align:left;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h2:last-child{
	margin:0 0 0 150px;
}

h3{
	padding:70px 0 30px 0;
	background:#fff;
}

h3 img{
	width:380px;
	height:auto;
}

h4{
	margin:20px 0 40px 0;
}

h4 img{
	width:750px;
	height:auto;
}


.blue{
	background:#1e4a92;
}





/* navigator, guest, photo
--------------------------------------------------------- */
.navigator_area,.guest_area,.photo_area{
	overflow:hidden;
	margin:0 auto;
}

.navigator_area_inner{
	width:1000px;
	margin:0 auto;
	padding:40px 0 0 0;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.navigator_area_inner img{
	width:400px;
	height:auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.navigator_area_inner figcaption{
	padding:1.4rem 0 0 0;
	font-size:2.0rem;
}

.navigator_area_inner figcaption{
	color:#fff;
}

.guest_area_inner{
	overflow:hidden;
	width:1000px;
	margin:0 auto 80px auto;
	padding:0;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.guest_area_inner figure{
	overflow:hidden;
	float:left;
	width:31.33333%;
	height:auto;
	margin:0 3% 0 0;
}

.guest_area_inner figure:last-child{
	margin:0;
}

.guest_area_inner figure img{
	width:100%;
	height:auto;
	-moz-border-radius:3%;
	-webkit-border-radius:3%;
	border-radius:3%;
}

.guest_area_inner figcaption{
	padding:0.8rem 0 0 0;
	font-size:2.2rem;
}

.guest_area_inner figcaption .size-s{
	font-size:1.4rem;
	line-height:1.4 !important;
	text-align: left !important;
	color:#7e7e7e;
}

.photo_area_inner{
	overflow:hidden;
	width:1000px;
	margin:0 auto 80px auto;
	padding:0;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.photo_area_inner figure{
	margin:0 0 30px 0;
}

.photo_area_inner figure img{
	width:100%;
	height:auto;
}

.photo_area_inner figcaption{
	padding:0.8rem 0 0 0;
	font-size:1.8rem;
}


/* =========================================================
    gigya area
========================================================= */
#jme	{
	overflow: hidden;
	margin: 0 auto;
	width:100%;
	height:30px;
	padding:	5px 0;
	text-align:center;
}

#gigyaShare	{
	display:	inline-block;
}

#gigyaShare a > img {
	margin:	0 10px 0 0 !important;
	transform:	translateY(-1px);
}

.gig-bar-container	{
	display:	inline-block;
}



/* footer
--------------------------------------------------------- */
footer	{
	overflow:	hidden;
	width:	100%;
	margin:	100px 0 0 0;
	padding:	0 0 100px 0;
	color:#fff;
}

footer ul	{
	overflow:	hidden;
	width:	950px;
	margin:	0 auto;
}

footer  #footer_home	{
	float:	left;
	height:	60px;
	margin:	0;
}

footer  #footer_home a img	{
	margin:	0;
	border:	0;
}

footer dl {
	float:	right;
}

footer #footer_j-wave_logo {
	text-align: right;
}

footer #footer_j-wave_logo img	{
	width:	auto !important;
	height:	50px !important;
}



/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width : 999px){

	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	block;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	block;
	}

	.phone	{
	display:	none;
	}


#jme	{
	overflow: hidden;
	margin: 0 auto;
	width:100%;
	height:auto;
	padding:	5px 0;
	}


header h1 img{
	width:80%;
	}


/* headline
--------------------------------------------------------- */
.headline_inner{
	width:90%;
	background-size:80px auto;
	}

h2{
	margin:0 0 2.0rem 100px;;
	}

h2:last-child{
	margin:0 0 0 100px;
	}

h3 img{
	width:50%;
	}

h4{
	margin:10px 0 20px 0;
	}

h4 img{
	width:90%;
	height:auto;
	}


/* navigator, guest, photo
--------------------------------------------------------- */
.navigator_area_inner{
	width:95%;
	}

.guest_area_inner{
	width:95%;
	}

.navigator_area_inner img{
	width:350px;
	}

.navigator_area_inner figcaption{
	padding:1.2rem 0 0 0;
	font-size:1.8rem;
	}

.photo_area_inner{
	width:95%;
	}


/* j-wave common
--------------------------------------------------------- */
#commonFooter	{
	height:	auto !important;
	position:	relative !important;
}

#commonFooterInner {
	width:	100% !important;
	background:	none #282828;
}

/* footer
--------------------------------------------------------- */
footer	{
margin:	70px auto 0 auto;
padding:	0 0 100px 0;
}

footer ul	{
width:	90%;
}

#footer_home	{
float:	left;
height:	60px;
margin:	0;
}

footer dl {
float:	right;
}

footer dt#footer_j-wave {
text-align: right;
}

footer dt#footer_j-wave img	{
width:	auto;
height:	40px;
background:	#fff;
}

footer dd#footer_copyright	{
text-align:	right;
font-size:	10px;
}

}




/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){


	.pc{
	display:	none;
	}

	.pc_tablet{
	display:	none;
	}

	.tablet_phone	{
	display:	block;
	}

	.tablet	{
	display:	none;
	}

	.phone	{
	display:	block;
	}

a:hover img{
	opacity:	1.0;
	-moz-opacity:	1.0;
	filter: alpha(opacity=100);
}


header h1 img{
	width:100%;
	margin:20px auto 0 auto;
}


/* headline
--------------------------------------------------------- */
.headline_inner{
	background: none;
}

h2{
	font-size:1.6rem;
	line-height:1.4;
	margin:0 0 1.8rem 0;;
	}

h2:last-child{
	margin:0;
	}

h3 img{
	width:80%;
	}

h4 img{
	width:95%;
	}

.area_100 {
	padding:15px 0;
	}




.note_img{
	width:auto;
	height:50px;
	margin: 20px auto;
}



.navigator_area_inner img{
	width:80%;
	}

.navigator_area_inner figcaption{
	padding:1.2rem 0 0 0;
	font-size:1.4rem;
	}


.guest_area_inner{
	width:80%;
	overflow:hidden;
	margin:0 auto 80px auto;
	text-align:center;
}

.guest_area_inner figure{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto 30px auto;
}

.guest_area_inner figure:last-child{
	margin:0;
}

.guest_area_inner figure img{
	width:100%;

}

.guest_area_inner figcaption{
	padding:0.8rem 0 0 0;
	font-size:1.4rem;
}

.guest_area_inner figcaption .size-s{
	font-size:1.2rem;
	line-height:1.2 !important;
}


.photo_area_inner figcaption{
	padding:0.8rem 0 0 0;
	font-size:1.4rem;
}

.photo_area_inner figcaption{
	padding:0.8rem 0 0 0;
	font-size:1.4rem;
}



footer #footer_j-wave_logo img	{
	height:	35px !important;
}


}
