/*! normalize.css v2.0.1 | MIT License | git.io/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

/* Corrects inline-block display not defined in IE8/9. */

audio,canvas,video {display : inline-block}
    
/* Prevents modern browsers from displaying 'audio' without controls */

audio:not([controls]) { display: none;height: 0}

/* Addresses styling for 'hidden' attribute not present in IE8/9. */

[hidden] {display: none}


/* =============================================================================
   Base
   ========================================================================== */

/* 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom. */

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
    font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

/* Removes default margin. */
body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0 ;} /*上方向のmarginを0にします */

p {line-height: 1.8em;}

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

/* =============================================================================
   Links
   ========================================================================== */

/* Addresses `outline` inconsistency between Chrome and other browsers. */

a:focus { outline: thin dotted}

/* Improves readability when focused and also mouse hovered in all browsers. */

a:hover,a:active { outline : 0}


/* =============================================================================
   Typography
   ========================================================================== */

html { font-size: 75%} /* レスポンシブ   タイプセッティングへの対応 */

/* Addresses `h1` font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}

/*Addresses styling not present in IE 8/9, Safari 5, and Chrome.*/

abbr[title] { border-bottom : 1px dotted}

/* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/

b, strong { font-weight : bold}

/*Addresses styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic}

/*Addresses styling not present in IE 8/9.*/
mark { background: #ff0;
color: #000}

/* Corrects font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

/*Improves readability of pre-formatted text in all browsers.*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}


/*Sets consistent quote types.*/
q {quotes: “\201C” “\201D” “\2018” “\2019”;}

/*Addresses inconsistent and variable font size in all browsers.*/
small {font-size: 80%;}

/*Prevents `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}


/*=================================================================
   Embedded content
=================================================================*/
/*Removes border when inside `a` element in IE 8/9.*/


img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */

/* Corrects overflow displayed oddly in IE 9.*/
svg:not(:root) {overflow: hidden}


/* =============================================================================
   Figures
   ========================================================================== */

/*Addresses margin not present in IE6/7/8/9, S5, O11*/

figure {margin: 0}


/* =============================================================================
   Forms
   ========================================================================== */


/* Define consistent border, margin, and padding*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE 8/9.
 2. Remove padding so people aren’t caught out if they zero out fieldsets. */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

/* 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

/*Addresses Firefox 4+ setting `line-height` on `input` using `!important` in  the UA stylesheet.*/

button,input {line-height: normal; /* 1 */}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`  and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type `input` and others. */

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

/*Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {cursor: default}


/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

/* Removes inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

/* 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers. */
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}

div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}



/*以下共通パーツ-----------------------------------------------------------*/


.font1 {
	font-family: 'Timmana', sans-serif;
}
a:hover img {
	filter: alpha(style=0, opacity=50);
	opacity: 0.5;
}
a :hover {
	text-decoration: underline !important;
}
.white {
	color: #FFF;
}
.whitelink a {
	color: #FFF;
}
.black {
	color: #000;
}
.deconone {
	text-decoration: none;
}
.bordernone {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
@media screen and (max-width: 800px) {
.spHidden{
	display: none !important;
}
}
/*wordpressのログイン中のヘッダーを消す*/
#wpadminbar {
	display: none;
}
html,body{
	position: relative;
}


#page-list {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 120%;
}
#page-list a {
	background: rgba(204,204,204,0.9);
	text-decoration: none;
	color: #FFF;
	padding: 15px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 0.8em;
}
#page-list a span {
	font-size: 0.65em;
}
#page-list a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}

.topHeaderWrap{
	max-width: 540px;
	width: 100%;
	margin: auto;
	padding: 0.5em 1em;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.topLogoL{
	
	width: 39.33%;

}
.topLogoC{
	
	width: 36.33%;
	margin: 0 3%;

}
.topLogoR{
	
	width: 18.33%;
	
}
.topNaviDIV{
	margin-top: 5em;
}
@media screen and (max-width: 639px) {
	.topNaviDIV{
		margin-top:12%;
	}

}
.naviDIV{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 0.5em;
}
.naviDIV ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.naviDIV li{
	width: 33.33333%;
}
.naviDIV li a{
	width: calc(100% - 0.25em);
	max-width: 180px;
	display: block;
	margin: auto;
}

#topContentArea{
	max-width: 640px;
	width: calc(100% - 2em);
	margin: 5em auto 0 auto;
}
#topMainvisual{
	width: 65%;
	max-width: 400px;
	display: block;
	margin: auto;
}
#topTitle{
	width: 90%;
	max-width: 600px;
	display: block;
	margin: 6% auto 0 auto;
}
#topP1{
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 5% auto 0 auto;
}
#topP2{
	width: 100%;
	max-width: 550px;
	display: block;
	margin: 5% auto 0 auto;
}
.topHRItalia{
	margin: 7% auto 7% auto;
	width: 200px;
	display: block;
}
#topP3{
	width: 78%;
	max-width: 380px;
	display: block;
	margin: 0 auto 0 auto;
}
#topPrivacy{
	text-align: center;
	margin: 10% auto 0 auto;
	font-size: 1.1em;
}
#topPrivacy a{
	color: #000;

}
.footerCopy{
	text-align: center;
	margin: 0.5em auto 0 auto;
	font-size: 0.9em;
}
@media screen and (max-width: 639px) {
	#topTitle{
		margin: 10% auto 0 auto;
	}
	#topP1{
		margin: 10% auto 0 auto;
	}

}









#contentMenuDIV{
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-around;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	width: 100%;
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 1em 0 0 0;
}
#contentBTN0{
	width: 12%;
	text-align: center;
}
#contentBTN1{
	width: 26%;
	text-align: center;
}
#contentBTN2{
	width: 24%;
	text-align: center;
}
#contentBTN3{
	width: 38%;
	text-align: center;
}
#contentMenuDIV li img{
	width: auto;
	height: 2.5em;
}

@media screen and (max-width: 639px) {
#contentBTN0{
	width: 12%;
	text-align: center;
}
#contentBTN1{
	width: 26%;
	text-align: center;
}
#contentBTN2{
	width: 24%;
	text-align: center;
}
#contentBTN3{
	width: 38%;
	text-align: center;
}
#contentMenuDIV li img{
	width: auto;
	height: 2.0em;
}
}
.commonTitle1 {
	padding: 0 0.5em;
}
.commonTitle1 img{
	width: auto;
	height: 3.5em;
	display: block;
	margin: 3em auto 3em auto;
}
@media screen and (max-width: 499px) {
	.commonTitle1 img{
		height: 2.5em;
	}
}

/*オンラインカタログ*/
.catDIV1{
	width: calc(100% - 2em);
	margin: 2em auto;
	max-width: 800px;
}
.catHeadDIV1{
	width: 100%;
	/*background-image:url(./images/catalog-title-bg.gif);
	background-size: 5px 100% ;
	background-position: center center;
	background-repeat: repeat-x;*/
	background-color: #555;
	color: #FFF;
	
}
.catHeadDIV1 h2{
	padding: 15px 15px 8px 15px;
	text-align: left;
	width: calc(100% - 85px);
	float: left;
	font-size: 25px;
	font-weight: normal;
}

.catHeadDIV1 p{
	padding: 0.5em;
	line-height: 15px;
	text-align: left;
	width: 75px;
	background-color: #FFF;
	color: #000;
	margin: 10px 10px 10px 0;
	float: right;
	text-align: center;
	font-size: 12px;
}
.catHeadDIV1 p span{
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.catHeadDIV1 h2{
		padding: 10px 10px 10px 10px;
		width: calc(100% - 75px);
		font-size: 15px;
	}

	.catHeadDIV1 p{
		padding: 0.3em;
		line-height: 14px;
		text-align: left;
		width: 65px;
		background-color: #FFF;
		color: #000;
		margin: 5px 5px 5px 0;
		float: right;
		text-align: center;
		font-size: 11px;
	}
	.catHeadDIV1 p span{
		font-size: 13px;
		font-weight: bold;
}
}

.catIMG1{
	display: block;
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 3em auto;

}
.catIMGYoko1 {
    max-width: 800px;
}
.catIMGTate2{
	max-width: 525px;
}
.catIMGTate2{
	max-width: 450px;
}
.catIMGTate3{
	max-width: 375px;
}
.catIMGDIVX1 {
    display: flex;
    flex-wrap: wrap;
    flex-diretion: row;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
}
.catIMGDIVX1DIV1 {
    width: calc(50% - 2em);
    margin: 1em 1em;
    height: auto;
    display: block;
}
.catDetailDIV1{
	width: 100%;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-diretion: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end*/
	align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
	margin: 0 0 80px 0;
}
.catDetailDIV2{
	width: calc(100% - 140px);
}
.catDetailDIV2 table{
	width: 100%;
}
.catDetailDIV2 table th{
	text-align: left;
	width: 80px;
	padding: 0.5em 1em 0.5em 0;
	line-height: 1.2em;
}
.catDetailDIV2 table td{
	text-align: left;
	padding: 0.5em 0.5em;
	line-height: 1.2em;
}
.catLogoDIV{
	width: 140px;
}
@media screen and (max-width: 419px) {
	.catIMG1{
		margin: 1em auto;
	}
	.catDetailDIV1{
		margin: 0 0 60px 0;
	}
	.catDetailDIV2{
		width: calc(100% - 70px);
	}
	
	.catDetailDIV2 table th{
		font-size: 0.9em;
		width: 45px;
		
	}
	.catDetailDIV2 table td{
		font-size: 0.9em;
	}
	.catLogoDIV{
		width: 70px;
	}
}
/*PES2とは*/
.pes2DIV1{
	width: calc(100% - 2em);
	margin: auto;
	max-width: 700px;
}
.pes2Map1{
	display: block;
	margin: 4em auto 2em auto;
	max-width: 600px;
	width: 100%;
	height: auto;

}
/*イベント概要*/
.genWrap{
	width: calc(100% - 2em);
	margin: auto;
	max-width: 700px;
}
.geneTitle1{
	width:80%;
	max-width: 480px;
	margin: auto;
	padding: 50px 0 0 0;
}
.geneTitle1 img{
	width:100%;
	height: auto;
}
.genP1{
	font-size: 2em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1em;
	margin-top: 4em;
	text-align: center;
}
.genP2{
	font-size: 1.4em;
	color:#6e6e6e;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 4em;
	text-align: center;
}
.genP10{
	font-size: 1.5em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 3.5em;
	text-align: center;
}
.genP3{
	font-size: 1.2em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 3.0em;
	text-align: center;
}
#genP12{
	width: 90%;
	max-width: 500px;
	margin: 4em auto 0 auto;
	padding: 0.5em 0.5em;
	text-align: center;
	border: 1px solid #000;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
#genP12 a{
	color: #000;
	text-decoration: none;
}
@media screen and (max-width: 539px) {
	#genP12{
		font-size: 3.2vw;
	}
}

.genP8{
	border-top: #aaa solid 1px;
	font-size: 2.2em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.8em;
	text-align:center;
	padding-top: 3em;
	margin-top: 3em;
}
.genP4{
	font-size: 1.2em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	
	padding-top: 1.5em;
}
.genDIV2{
	width: 96%;
	max-width: 800px;
	margin: 6em auto 0 auto;
	border: #aaa solid 1px;
	padding: 4em 8em;
}
.genP9{
	font-size: 1.8em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
	padding-top: 0;
	margin-top: 2.5em;
}
.genP5{
	font-size: 1.7em;
	color:#6e6e6e;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	margin: 1em 0 0 0;

}
.genP11{
	font-size: 1.0em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
	padding-top: 0;
	margin-top: 1em;
}
.genP6{
	font-size: 1.2em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.6em;
	text-align: left;
	padding-top: 0;
	margin-top: 2em;
}
.genIMG1{
	width: 40%;
	max-width: 120px;
	height: auto;
	display: block;
	margin: 5em auto 0 auto;
}
.genP7{
	font-size: 1.1em;
	color:#6e6e6e;
	font-weight: normal;
	line-height: 1.8em;
	text-align: center;
	padding-top: 0;
	margin:2em auto 4em auto;
}
.genP7 span{
	color:#F00;

}
.genIMG2{
	width: 80%;
	max-width: 400px;
	display: block;
	margin: 4em auto 0 auto;
}


@media screen and (max-width: 599px) {
	.genP2{
		font-size: 1.2em;
	}
	.genP10{
		font-size: 1.2em;
	}
	.genP3{
		font-size: 1em;
	}
	.genP8{
		font-size: 1.8em;
	}
	.genP4{
		font-size: 1.0em;
	}
	.genP6{
		font-size: 1.0em;
	}
}








.indexDIV1 {
	padding: 0 0 80px 0;
}
.indexDIV1 a{
	text-decoration: none;
	color:#000;
	width: 100%;
	margin: auto;
	max-width: 800px;
	display: block;
}
.indexHeadTable{
	width: calc(100% - 1em);
	max-width: 800px;
	margin: 3em auto 0 auto;
	display: table;
	font-weight: bold;
}
.indexHeadTableTD1{
	padding: 1.5em 0.5em;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100px;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 1.4em;
}
.indexHeadTableTD2{
	padding: 1.5em 0.5em;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.4em;
	line-height: 1.5em;
}

.indexTable{
	width: calc(100% - 1em);
	max-width: 800px;
	margin: 0 auto 0 auto;
	display: table;
	border-top: 1px dotted #aaa;
}
.indexTableTD1{
	padding: 1.5em 0.5em;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 100px;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 1.3em;
}
.indexTableTD2{
	padding: 1.5em 0.5em;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 1.5em;
}
.indexTableTD2 span{
	font-size: 1.7em;
}
.indexTableTD3{
	padding: 1.5em 0.5em;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 120px;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 1.1em;
}
@media screen and (max-width: 499px) {
	.indexHeadTableTD1{
	padding: 1.5em 0.1em;
	width: 80px;
	font-size: 1em;
}
.indexHeadTableTD2{
	padding: 1.5em 0.35em;
	font-size: 1em;
}
	.indexTableTD1{
	padding: 1.5em 0.35em;
	width: 80px;
	font-size: 1em;
}
.indexTableTD2{
	padding: 1.5em 0.35em;
	font-size: 1em;
	line-height: 1.5em;
}
.indexTableTD2 span{
	font-size: 1.4em;

}
.indexTableTD3{
	padding: 1.5em 0.35em;
	width: 60px;
	font-size: 0.9em;
}
}
/*個人情報保護規程*/
.privacyDIV1{
	width: calc(100% - 2em);
	margin: auto;
	max-width: 800px;
	padding: 0 0 80px 0;
}
.PrivacyTitle1{
	width:80%;
	max-width: 480px;
	margin: auto;
	padding: 50px 0 0 0;
}
.privacyP1{
	margin: 2em 0.5em 0.5em 0.5em;
}
.PrivacyP2{
	margin: 0 1.5em 0.5em 1.5em;
}
.PrivacyP3{
	margin: 0 1.5em 0.5em 1.5em;
}


