@charset "utf-8";

/* CSS Document */


/*-----------------------------------------------
  WEB_Layout
-----------------------------------------------*/

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
/*	background-color: #e5e5e5;*/
	-webkit-text-size-adjust: 100%;
	}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}	
a{	
	color: #313131;
	text-decoration: none;
	transition: 0.5s;
}
a:hover{
	color:#E60027;
	text-decoration: underline;
}
a:link {
    text-decoration: underline;
    color: #c02;
}
a:visited {
	text-decoration: underline;
	color: #a94657;
}
a:hover {
	text-decoration: none;
	color: #b1000e;
}
.box_in{
	width:980px;
	margin:0 auto;
}
main {
    display: block;
}
article {
    display: block;
}
section {
    display: block;
}
strong {
    color: #000;
    font-weight: bold;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    line-height: 160%;
}
/*-----------------------------------------------
  
-----------------------------------------------*/
header .mv{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 520px;
    background-image: url(../image/mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
header .mv img.mv_logo{
    position: absolute;
    top: 36px;
    left: 36px;
    max-width: 76%;
}
header .mv img.mv_logo_2{
    position: absolute;
    top: 36px;
    right: 36px;
    max-width: 42%;
}
header .information {
    background-color: #393939;
    color: #fff;
    padding: 30px 4vw 45px;
}
.content {
    margin: 0 auto;
    max-width: 965px;
    width: 100%;
}
header .information .DateListStyle2 {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
}
header .information .DateListStyle2 dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
}
.DateListStyle2 dt, .DateListStyle4 dt {
    clear: both;
    float: left;
    line-height: 140%;
}
header .information .DateListStyle2 dd:not(:last-child) {
    margin-bottom: 0.5em;
}
header .information .DateListStyle2 dd {
    margin-left: 5em;
}
.DateListStyle2 dd, .DateListStyle4 dd {
    margin: 0 0 0 9em;
}
header .information .DateListStyle2 dt .text.between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header .information .DateListStyle2 dt .text {
    width: 4em;
}
section *, nav *, .event_title *, .information * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section #SiteIdentityP, section #SiteIdentityP * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
section #HeaderArea1, section #HeaderArea1 * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.DateListStyle2:after, .DateListStyle4:after {
    content: "";
    display: block;
    clear: both;
}
header nav {
    background-color: #cfcfcf;
    display: block;
    /* margin-bottom: 175px; */
    margin-bottom: 0;
    padding: 30px 0 15px;
}
header nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
header nav .flex_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header nav .flex_wrap a:not(:last-child) {
    margin-right: 2.75em;
}
header nav .flex_wrap a {
    margin-bottom: 15px;
    color: inherit;
    font-size: 125%;
    line-height: 1;
    position: relative;
    text-decoration: none;
}
header nav .flex_wrap a:not(:last-child)::before {
    background-color: #e60027;
    display: block;
    content: " ";
    color: #e60027;
    cursor: default;
    height: 35px;
    position: absolute;
    right: -1.375em;
    -webkit-transform: skewX(
-12deg
) translateY(-50%);
    -ms-transform: skewX(-12deg) translateY(-50%);
    transform: skewX(
-12deg
) translateY(-50%);
    top: 50%;
    width: 7px;
}





.common_container {
    margin-bottom: 80px;
}
.inner_container.white {
    background-color: #fff !important;
}
.common_container .inner_container {
    background-color: #eeeeee;
    padding: 100px 0 70px;
}
section *, nav *, .event_title *, .information * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.common_container .inner_container .content {
    padding: 0 40px;
    max-width: 930px;
}
.CenterAdjust {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section *, nav *, .event_title *, .information * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.common_container .inner_container .content .text_container p {
    font-size: 112.5%;
    margin-bottom: 45px;
}

.common_container h2 {
    background: none;
    color: #000;
    margin: 0 0 10px 88px;
    padding: 0;
    position: relative;
}
.common_container h2::before {
    background-color: #e60027;
    display: block;
    content: " ";
    color: #e60027;
    cursor: default;
    height: 107px;
    position: absolute;
    left: -43px;
    -webkit-transform: skewX(-18deg);
    -ms-transform: skewX(-18deg);
    transform: skewX(-18deg);
    top: 0;
    width: 17px;
}
.common_container .inner_container .content {
    padding: 0 40px;
    max-width: 930px;
}
.common_container .inner_container .content .list_container:not(:last-child) {
    margin-bottom: 80px;
}
.common_container .inner_container .content h3.border {
    border-bottom: 6px solid #fff;
    line-height: 1.6;
    margin-bottom: 25px;
}
.common_container .inner_container .content h3 {
    color: #e60027;
    font-size: 162.5%;
    font-weight: normal;
    line-height: 1;
}
.common_container .inner_container .content .list_container li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
}
ul li {
    list-style-type: none;
}
.common_container .inner_container .content .list_container li::before {
    content: "・";
}

.common_container .inner_container .content .text_container p:last-child {
    margin-bottom: 0;
}
.common_container .inner_container .content .image_container img {
    height: auto;
    width: 100%;
}

.AdditionalNotesStyle2 { font-size: 83%; }

.AdditionalNotesStyle2 dt {
	float: left;
	clear: left;
	width: 1.5em;
}

.AdditionalNotesStyle2 dd { margin: 0 0 4px 1.6em; }






/*-----------------------------------------------
  Template
-----------------------------------------------*/


#SiteIdentityP {
	border-top: solid 5px #e60027;
	background-color: #f2f2f2;
	height: 45px;
}

#SiteIdentityP p {
	padding: 9px 0 0 14px;
}

header #HeaderArea1 {
	background-color: #f2f2f2;
}

header #HeaderArea1 .Container {
	max-width: 100%;
}

.CloseButtonStyle {
	position: absolute;
	right: 0;
	top: 0;
}

.CloseButtonStyle li {
	height: 50px;
	overflow: hidden;
}
* html .CloseButtonStyle li {
	text-align: right;
}

.CloseButtonStyle li a {
	display: block;
	padding: 24px 9px;
	background: url(../image/icon_close.gif) no-repeat 50% 9px;
	font-size: 80%;
	font-size: 0.8rem;
	font-weight:600;
}
* html .CloseButtonStyle li a {
	width: 50px;
	padding: 22px 0;
	text-align: center;
}

.CloseButtonStyle li a:link,
.CloseButtonStyle li a:visited {
	background-color: #e60027;
	color: #fff;
	text-decoration: none;
}

.CloseButtonStyle li a:hover,
.CloseButtonStyle li a:active {
	background-color: #b1000e;
	color: #fff;
	text-decoration: none;
}
.common_container .inner_container .content a.link {
    color: #000;
    position: relative;
}
.common_container .inner_container .content a.link::after {
    background: url(../image/link_icon.png) no-repeat;
    background-size: contain;
    bottom: 0.25em;
    content: " ";
    height: 1em;
    position: absolute;
    right: -1.8em;
    width: 1.39em;
}

#Contents {
    min-width: 965px;
    background-color: #fff;
    padding-bottom: 1px;
}
.GridSet {
    width: 965px;
    margin: 0 auto;
}
.Grid4 {
    width: 100%;
    clear: both;
}

#Footer {
	clear: both;
	min-width: 965px;
	padding: 30px 0;
	background-color: #e5e5e5;
	overflow: hidden;
}

#Footer h2 {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 0;
	text-indent: -9999px;
}

#Footer ul {
	width: 965px;
	margin: 0 auto;
	font-size: 67%;
}

#Footer li {
	float: left;
	padding: 0 10px;
	border-left: solid 1px #bbb;
	line-height: 1.5em;
	vertical-align: top;
}
* html #Footer li {
	position: relative;
	z-index: 2;
}
*:first-child+html #Footer li {
	position: relative;
	z-index: 2;
}

#Footer li.FirstItem {
	padding: 0 10px 0 0;
	border-left: none;
}
#Footer li a:link,
#Footer li a:visited {
	color: #333;
	text-decoration: none;
}
#Footer li a:hover,
#Footer li a:active {
	color: #b1000e;
	text-decoration: underline;
}

#Footer p {
	width: 965px;
	margin: 0 auto;
	font-size: 65%;
	text-align: right;
	line-height: 1.5em;
	color: #333;
	vertical-align: top;
}
* html #Footer p {margin: -1.5em auto 0;}
*:first-child+html #Footer p {margin: -1.5em auto 0;}

.PageTop {
	margin: 0 0 20px;
	text-align: right;
	font-size: 76%;
}

.PageTop a {
	display: inline-block;
	padding: 0 20px 0 0;
	background-image:url(../image/icon_link_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}
.PageTop a:link,
.PageTop a:visited {
	color: #c02;
	text-decoration: none;
}
.PageTop a:hover,
.PageTop a:active {
	color: #b1000e;
	text-decoration: underline;
}

#firstHeader {
	position:relative;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    height: 45px;
	z-index:990;
}

/* 会期終了対応（2022/6/30追加） */
.BoxPatternC.RedBox {
	margin-bottom: 50px;
	padding: 15px;
	background-color: #ffffff;
	border: 2px solid #c02;
}

.InlineBlock {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.LeftAdjust {
	text-align: left;
}

.RedTxt {
	color: #c02 !important;
}

@media screen and (max-width: 994px){
    header .mv{
    background-image: url(../image/mv_sp.jpg);
}
    header nav .flex_wrap {
        padding-right: 10px;
        padding-left: 10px;
    }
    header nav .flex_wrap a:not(:last-child) {
        margin-right: 2em;
    }
    #Contents {
    min-width: 290px;
    padding-right: 15px;
    padding-left: 15px;
}
    .GridSet {
    width: auto;
    max-width: 980px;
    margin: 0 0 0 -15px;
}
    .Grid4, .Grid3, .Grid1 {
    padding: 0 0 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
#Footer {
    min-width: 305px;
    padding-right: 15px;
}
 #Footer ul {
    width: auto;
    max-width: 950px;
    padding: 0 15px;
}
#Footer p {
    width: auto;
    max-width: 980px;
}
}

@media screen and (max-width: 767px){
    header .mv img.mv_logo{
        top: 8vw;
        left: 8vw;
        max-width: 40vw;
    }
    header .mv img.mv_logo_2{
        top: 30vw;
        left: 8vw;
        max-width: 70vw;
    }
h2, .LV1LinkSet {
    margin: 0 -15px 5px;
}
    
header nav .flex_wrap a:not(:last-child)::before {
    height: 25px;
    right: -3vw;
    -webkit-transform: skewX(
-16deg
) translateY(-50%);
    -ms-transform: skewX(-16deg) translateY(-50%);
    transform: skewX(
-16deg
) translateY(-50%);
    width: 5px;
}
    header nav .flex_wrap a:nth-child(n + 4) {
        margin-top: 0px;
    }
    header nav .flex_wrap a {
        font-size: 100%;
        text-align: center;
        min-width: 18vw;
    }
    .common_container .inner_container {
        padding: 50px 0 40px;
    }
    .common_container h2 img {
        height: 6vw;
        width: auto;
    }
    .common_container h2::before {
        height: 15vw;
        left: -5.8vw;
        width: 2vw;
    }
    .common_container h2 {
        margin: 0 0 1.3vw 12vw;
    }
    
#Footer ul {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 5px;
    text-align: center;
}
#Footer li {
    float: none;
    display: inline-block;
    padding: 0 7px 0 10px;
    margin: 0 0 5px;
    border-left: none;
}
#Footer p {
    padding: 0 0 0 15px;
    text-align: center;
}
}

@media screen and (max-width: 579px){
section, nav, .event_title, .information {
    /*font-size: 14px;*/
    font-size: 87.5%;
}
}

@media screen and (max-width: 399px){
section, nav, .event_title, .information {
    /*font-size: 13px;*/
    font-size: 81.25%;
}
}


