@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

/* # Default
----------------------------------------------------------------------------------------------------*/
/*デフォルトの打ち消し*/
header#headerContainer {
  margin-bottom: 0;
}
/*スマホ時のスライダー*/
.sidr {
  z-index: 100;
}
.contentWrap {
  position: relative;
  height: auto;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

/* footerの指定------------------------*/
#pcFooter #coInfo02 .footerInner .utilityLink li, #pcFooter #coInfo02 .footerInner .utilityLink02 li {
    display: inline;
    /* float: right; */
    font-size: 81%;
    line-height: 120%;
    margin-left: 10px;
    padding: 1px 0 0 10px;
}

/*SNS*/
.policyLink li,
.pcLink,
.topLink{
  font-size: 13px;
  line-height: 1.3em;
}
.pcLink,
#copyright{
    margin:0;
}
#copyright {
    font-size: 96% !important;
    line-height: 115%;
    text-align: center;
    font-weight: 500;
}
#pcFooter .pageTop p {
  margin: 0 auto;
  padding: 10px 0;
}
.btLinks > .fb{
  vertical-align: top;
}





/* # 共通
----------------------------------------------------------------------------------------------------*/

.timeButton {
	margin-top: 20px;
}

.timeButton a {
	text-align: center;
	font-size: 16px;
	transition: .3s all;
}

.timeButton p {
	text-align: center;
	font-size: 16px;
}

.timeButton p span {
	display: inline-block;
}

.timeButton-top a {
	background-color: #fff;
	display: block;
	padding: 20px 6px;
	color: #000;
}

.timeButton-top p {
	background-color: #fff;
	display: block;
	padding: 20px 6px;
	color: #000;
	font-weight: bolder;
}

.timeButton-event a,
.detailButton a {
	background-color: #000;
	padding: 12px 20px;
	display: inline-block;
	color: #fff !important;
}

.timeButton-event p,
.detailButton p {
	background-color: #000;
	padding: 12px 20px;
	display: inline-block;
	color: #fff !important;
	font-weight: bolder;
}

.timeButton a {
	font-weight: bolder;

}

.timeButton-event a:hover,
.detailButton a:hover {
	text-decoration: none;
	opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.timeButton-top a:hover {
	text-decoration: none;
	color: #333;
	opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.timeButton a:before,
.detailButton a:before {
	font-size: 22px;
  font-family: "FontAwesome";
  content: "\f105";
  margin: -4px 20px 0 0;
}

/* ページTOP　スクロール*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


.slantingSp {
	display: none;
}

.slanting {
	position: relative;
	padding: 10px 30px 30px;
}

.slanting:before {
	/*display: block;
	position: absolute;
	top: 0;
	left: -10%;
	margin-top: -30px;
	width: 120%;
	height: 60px;
	content: "";
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);*/
  /*20190918*/
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  margin-top: -44px;
  width: 120%;
  height: 87px;
  content: "";
  -webkit-transform: rotate(5deg);
  transform: rotate(3deg);
  background: #fff;
}

.slanting2, .slanting3 {
	padding: 70px 30px 30px;
}

.slanting2:before {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.slanting3:before {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.blueBg {
	overflow: hidden;
	background: #b166a6;
}

.whiteBg {
	overflow: hidden;
	background: #fff;
}

.whiteBg:before {
	/*background: #b166a6;*/
  /*20190918*/
  background: #b166a6;
  margin-top: -43px;
  transform: rotate(3deg);
  /* width: 120%; */
  height: 87px;
}
@media only screen and (max-width: 768px) {
  .whiteBg:before {
    height: 80px;
  }
}

.whiteBg2 {
	overflow: hidden;
	background: #fff;
}

.blueBg2 {
	overflow: hidden;
	background: #b166a6;
}

.blueBg2:before {
	background: #fff;
}


.contentWrap #pageNavi {
	/*width: 792px;*/
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 0;
}

.contentWrap .anchorNavi {
}

.contentWrap .anchorNavi li {
	float: left;
	position: relative;
	background: #000;
}

.contentWrap .anchorNavi .w50pl {
	width: 49.5%;
	margin-right: 0.5%;
}

.contentWrap .anchorNavi .w50pr {
	width: 49.5%;
	margin-left: 0.5%;
}

.contentWrap .anchorNavi li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
}

.contentWrap .anchorNavi li a:after {
	font-size: 32px;
	font-family: "FontAwesome";
	content: "\f107";
	position: absolute;
	right: 20px;
	margin-top: -4px;
}

.button_base {
    margin: 0;
    border: 0;
    font-size: 18px;
		color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 72.5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
}

.button_base:hover {
    cursor: pointer;
}

.b03_skewed_slide_in {
    overflow: hidden;
}

.b03_skewed_slide_in div {
    position: absolute;
    width: 100%;
    height: 72.5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #fff;
    background-color: #000;
}

.b03_skewed_slide_in div:nth-child(2) {
    background-color: #fff;
    width: 140%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-160%, 0px) skewX(-30deg);
    -webkit-transform: translate(-160%, 0px) skewX(-30deg);
    -moz-transform: translate(-160%, 0px) skewX(-30deg);
}

.b03_skewed_slide_in div:nth-child(3) {
    color: #000;
    left: -100%;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.b03_skewed_slide_in div:nth-child(3) a {
    color: #000;
}

.b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transform: translate(-25px, 0px) skewX(-30deg);
    -webkit-transform: translate(-25px, 0px) skewX(-30deg);
    -moz-transform: translate(-25px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}


.contentWrap .pageNavi {
	width: 624px;
	margin: 20px auto 0;
}

.contentWrap .pageNavi li {
	float: left;
	margin-right: 5%;
	padding-bottom: 5px;
	position: relative;
}

/*.contentWrap .pageNavi li:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: .5s all ease-out;
	-webkit-transition: .5s all ease-out;
	-moz-transition: .5s all ease-out;
}*/

.contentWrap .pageNavi li:hover:after {
	width: 100%;
}

.contentWrap .pageNavi li:last-child {
	margin-right: 0;
}

.contentWrap .pageNavi li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.contentWrap .pageNavi li a:hover {
	/*color: #000;*/
	text-decoration: none;
}

.contentWrap .pageNavi li a:before {
	font-size: 22px;
	font-family: "FontAwesome";
	content: "\f105";
	margin: -4px 20px 0 0;
}

.borderTitle {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
}

.borderTitle:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 4px;
	background: #000;
}

/*20190918*/
#index .slantingSp:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0.3%;
  margin-top: -85px;
  width: 100%;
  height: 70px;
  content: "";
  -webkit-transform: rotate(5deg);
  transform: rotate(3deg);
  background: #b166a6;
}
.blueBgSp {
  overflow: hidden;
  background: white;
}
#index .slantingSp {
  display: block;
  display: block;
  position: relative;
  padding: 10px 30px 30px;
}

@media only screen and (max-width: 768px) {
.timeButton-event p {
	display: block;
}

body {
	font-family: 'Noto Sans JP', sans-serif !important;
	color: #000;
}

.contentWrap .pageNavi li:after {
	display: none;
}

.timeButton-event a {
	display: block;
}

.slantingSp {
	display: block;
	position: relative;
	padding: 10px 30px 30px;
}

.slantingSp:before {
	display: block;
	position: absolute;
	top: 0;
	left: -10%;
	margin-top: -30px;
	width: 120%;
	height: 60px;
	content: "";
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

.slantingSp2 {
	padding: 70px 0 0;
}

.slantingSp2:before {
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

.slantingSp3 {
	padding: 70px 30px 30px;
}

.slantingSp3:before {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.blueBgSp {
	overflow: hidden;
	background: #b166a6;
}

.whiteBgSp {
	overflow: hidden;
	background: #fff;
}

.whiteBgSp:before {
	background: #b166a6;
}

.whiteBgSp2 {
	overflow: hidden;
	background: #fff;
}

.blueBgSp2 {
	overflow: hidden;
	background: #b166a6;
}

.blueBgSp2:before {
	background: #fff;
}

.contentWrap {
	width: 100%;
}

.contentWrap #pageNavi {
	width: 100%;
	padding: 30px 0 0;
}

.contentWrap .anchorNavi li a {
	font-size: 14px;
	padding: 26px 10px;
}

.contentWrap .anchorNavi li a:after {
	content: "";
}

.contentWrap .pageNavi {
	width: 100%;
}

.contentWrap .pageNavi li {
	float: none;
	margin-right: 0;
}

.contentWrap .pageNavi li a {
	font-size: 16px;
}

.borderTitle {
	font-size: 26px;
}

.borderTitle:after {
	width: 25%;
}



}


/* # index.html
----------------------------------------------------------------------------------------------------*/
/* head */
.charityText {
	margin: 30px 0 20px;
	text-align: center;
}

.charityText span {
	display: inline-block;
}

.fontHelvetica {
	font-family: "Helvetica Neue", sans-serif;
}

.detailSmall {
	font-size: 14px;
	display: block;
}

.detailList li {
	border-bottom: solid 1px #000;
}

.detailList li:not(:first-child) {
	padding: 18px 0;
}

.detailList li:first-child {
	padding-bottom: 10px;
}

.detailList li p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-size: 16px;
}

.detailList li p.detailTime {
	width: 105px;
}

.detailList li p.detailContent {
	width: calc(100% - 111px);
}

#headerContainer {
	border-bottom: 1px solid #b166a6;
}

.contentWrap {
   background-color: #fff;
}

.wrapUp {
  max-width: 1200px;
  margin: 0 auto;
}

#headWrap {
  margin: 0 auto;
  max-width: 980px;
}

#headWrap #vogueLogo {
	display: block;
	float: left;
	width: 100%;
	padding-top: 30px;
}
#index #headWrap #vogueLogo {
  float: none;
}

#headWrap #vogueLogo img {
	width: 368px;
	height: auto;
	margin: auto;
}

#headWrap #vogueDetails {
	float: left;
	width: 50%;
	overflow: hidden;
	background: #b166a6;
}
#index #headWrap #vogueDetails{  
  /*20190918*/
  float: none;
  width: 100%;
  overflow: hidden;
  background: #b166a6;
  /*margin-top: 60px;*/
}

#headWrap #vogueDetails h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
}
#index #headWrap #vogueDetails h2 {
  font-size: 28px;
	font-weight: bold;
	line-height: 1.25;
  /*20190918*/
  margin-top: 50px;
}

#headWrap #vogueDetails h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#headWrap #vogueDetails .txtCFff {
	color: #fff;
	line-height: 1.7;
}

/* #headWrap #vogueDetails .holdingDetails {
	float: left;
	width: 50%;
} */

#headWrap #vogueDetails .holdingDetails:last-child p {
	padding-left: 10px;
}

#headWrap #vogueDetails .holdingDetails p span {
	font-size: .8em;
}

#headWrap #vogueDetails h4 {
	width: 100%;
	font-size: 21.5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 7px;
	background: #000;
}

#headWrap #vogueDetails dl {
	font-size: 18px;
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}

#headWrap #vogueDetails dt {
	/* float: left; */
	width: 34%;
	font-weight: normal;
	border-top: 1px solid #000;
	clear: both;
	padding: 2px 0;
}

#headWrap #vogueDetails dd {
	/* float: left; */
	width: 64%;
	padding: 2px 0;
	border-top: 1px solid #000;
}

#headWrap #vogueDetails dt,
#headWrap #vogueDetails dd {
	display: inline-block;
	vertical-align: middle;
}


#headWrap #vogueDetails dt:first-of-type {
	border-top: none;
}

#headWrap #vogueDetails dd:first-of-type {
	border-top: none;
}

.main_contents {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
#headWrap #vogueLogo {
	float: none;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}

#headWrap #vogueLogo img {
	width: 70%;
}

#headWrap #vogueDetails {
	float: none;
	width: 100%;
	overflow: hidden;
	background: #b166a6;
}

#headWrap #vogueDetails h2 {
	font-size: 22px;
}

#headWrap #vogueDetails h4 {
	font-size: 17px;
}

#headWrap #vogueDetails dl {
	font-size: 16px;
}

#headWrap #vogueDetails .holdingDetails {
	float: none;
	width: 100%;
}

#headWrap #vogueDetails .holdingDetails:first-child p br:first-child {
	display: none;
}

#headWrap #vogueDetails .holdingDetails:last-child p {
	padding-left: 0;
}

#footerContainer .footLink.slantingSp.slantingSp2.blueBgSp2 {
	background: #b166a6;
}

#footerContainer .footLink.slantingSp.slantingSp2.blueBgSp2 .topLink {
	background: #b166a6;
}

.footerVogue #footerContainer .footLink {
	padding-top: 50px;
}

.charityText {
	text-align: left;
}

.charityText span {
	display: inline;
}

}

@media screen and (max-width: 342px) {
	.detailShort {
		line-height: 20px;
	}
}



/* # inner 共通
----------------------------------------------------------------------------------------------------*/
.spNone { display: block; }

.innerPage #headWrap {
	display: block;
}

.innerPage #headWrap #vogueLogo {
	width: 25%;
	padding: 30px 20px 0;
}

.innerPage #headWrap #vogueLogo img {
	width: 90%;
	height: auto;
	margin: auto;
}

.innerPage #headWrap #vogueDetails {
	float: left;
	width: 75%;
	overflow: hidden;
	background: #fff;
}

.innerPage #headWrap #vogueDetails h2 {
	font-size: 26px;
}

.innerPage #headWrap #vogueDetails h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.innerPage #headWrap #vogueDetails p span {
	font-size: .8em;
}

.contentWrap.innerPage .pageNavi {
	width: 100%;
}

.contentWrap.innerPage .pageNavi li a:before {
	font-size: 22px;
	font-family: "FontAwesome";
	content: "\f105";
	margin: -4px 10px 0 0;
}

.contentWrap.innerPage #specialGuest h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.contentWrap.innerPage .anchorNavi .w50pl, .contentWrap.innerPage .anchorNavi .w50pr {
	margin-bottom: 1%;
}

.contentWrap.innerPage .anchorNavi .w33pl {
	width: 32.5%;
	margin-right: 1%;
}

.contentWrap.innerPage .anchorNavi .w33pl:last-child {
	margin-right: 0;
}

.contentWrap.innerPage .anchorNavi .w25pl {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}

.contentWrap.innerPage .anchorNavi .w25pl:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
.spNone { display: none; }

.innerPage .slantingSp {
	padding: 10px;
}

.innerPage .slantingSp:before {
	height: 60px;
	margin-top: -30px;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.innerPage .slantingSp {
}



.innerPage .wrapUp {
  max-width: 100%;
}

.innerPage #headWrap {
	max-width: 100%;
	padding-top: 22px;
}

.contentWrap.innerPage #pageNavi {
	width: 100%;
	padding: 30px 0 0;
}

.contentWrap.innerPage #specialGuest h2 {
	font-size: 30px;
}

.innerPage #headWrap #vogueLogo {
	float: left;
	width: 30%;
	padding-top: 30px;
}

.innerPage #headWrap #vogueDetails {
	width: 70%;
}

.contentWrap.innerPage .anchorNavi .w25pl {
	width: 49%;
}

.contentWrap.innerPage .anchorNavi .w25pl:nth-child(2n) {
	margin-right: 0;
}



}


/* wrap container ----------*/
.hide_content {
  display:none;
}

.naviSpecialGuest {
	margin-left: 25%;
}

#specialGuest h2 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

#specialGuest h2 span {
	display: inline-block;
	padding: 0 10px;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}


#specialGuestBox {
	/* display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center; */
}

#specialGuestBox #specialGuestLeft {
	/* float: left; */
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#specialGuestBox #specialGuestLeft img {
	xborder-radius: 50%;
}

#specialGuestBox #specialGuestLeft dl {
	text-align: center;
}

#specialGuestBox #specialGuestLeft dt {
	text-align: center;
	margin-bottom: 30px;
}

#specialGuestBox #specialGuestLeft dd {
	font-size: 20px;
	font-weight: bold;
}

#specialGuestBox #specialGuestLeft dd span {
	font-size: 30px;
}

#specialGuestBox #specialGuestRight {
	/* float: left; */
	/* width: 55%; */
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-flex-align: flex-start;
	/* margin: 0 -20px; */
}

#specialGuestBox #specialGuestRight img {
	width: 100%;
	xborder-radius: 50%;
}

#specialGuestBox #specialGuestRight dl {
	padding: 0 20px;
	max-width: 33.3%;
}

#specialGuestBox #specialGuestRight dt {
	/* float: left;
	width: 40%; */
	clear: both;
	margin-bottom: 30px;
}

#specialGuestBox #specialGuestRight dd {
	/* float: left;
	width: 60%; */
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}

#specialGuestBox #specialGuestRight dd span {
	font-size: 20px;
}

#specialGuestBox #specialGuestRight dd span span {
	font-size: 16px;
}

#map h2 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

#map h2 span {
	padding: 0 10px;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
}

#map p {
	text-align: center;
	margin-bottom: 50px;
}

#map img {
	display: inline;
	width: 90%;
}

#charity {
	padding: 30px;
	border: 7px solid #ecdbe9;
}

.charityItem {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}

.charityItem:first-child {
	margin-bottom: 30px;
}

.charityItemImage {
	max-width: 38%;
	margin-right: 20px;
}

.charityItem p {
	max-width: calc(100% - 38% - 20px);
}

.charityItem p span {
	display: block;
	margin-top: 20px;
}

.charityItemBag .charityItemImage {
	background-color: #dfc3db;
	padding: 20px 90px;
}

#charity #charityImage {
	display: table;
}

#charity #charityImage p {
	display: table-cell;
	width: 50%;
}

#charity #charityImage p img {
	width: 90%;
	height: auto;
}

#charity #charityImage #charityImageLeft img {
	margin-bottom: 14px;
}

#charity #charityImage #charityImageRight {
	display: table-cell;
	vertical-align: top;
}

#charity #charityImage #charityImageRight img {
	width: 100%;
	height: auto;
}

#charity #charityImage #charityImageRight dl {
	display: table;
	padding: 26px;
	margin-bottom: 14px;
	background: #ecdbe9;
}

#charity #charityImage #charityImageRight dt {
	display: table-cell;
	width: 40%;
}

#charity #charityImage #charityImageRight dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 4%;
}

#editorBox {
	border-bottom: 7px solid #ecdbe9;
	border-right: 7px solid #ecdbe9;
	border-left: 7px solid #ecdbe9;
}

#editorBox #editor {
	float: left;
	width: 50%;
	padding: 10px 30px 20px;
	border-right: 7px solid #ecdbe9;
}

#editorBox #editor h3 {
	font-size: 24px;
	font-weight: bold;
}

#editorBox #editor .text-right {
	font-size: 16.8px;
	font-weight: bold;
}

#editorBox #fnoInfo {
	float: left;
	width: 50%;
	padding: 30px;
}

#editorBox #fnoInfo #balloonBox {
	width: 30%;
}

#editorBox #fnoInfo #balloon {
	position: relative;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 16px;
	background: #000;
	border-radius: 4px;
}

#editorBox #fnoInfo #balloon:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 45%;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #000;
	border-right: 8px solid #000;
}

#editorBox #fnoInfo #fnoNew {
    position: relative;
    width: 100%;
		margin-bottom: 20px;
    padding: 15px 35px;
}

#editorBox #fnoInfo #fnoNew:before,
#editorBox #fnoInfo #fnoNew:after,
#editorBox #fnoInfo #fnoNew>div:before,
#editorBox #fnoInfo #fnoNew>div:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #000;
}

#editorBox #fnoInfo #fnoNew:before {
    top: 0;
    left: 15px;
    margin-top: 7px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

#editorBox #fnoInfo #fnoNew:after {
    bottom: 0;
    left: 15px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#editorBox #fnoInfo #fnoNew>div:before {
    top: 0;
    right: 15px;
    margin-top: 7px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

#editorBox #fnoInfo #fnoNew>div:after {
    bottom: 0;
    right: 15px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

#editorBox #fnoInfo #fnoNew p {
    margin: 0;
}

#editorBox #fnoInfo .linkVogue {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 5px 20px 10px;
	background: #000;
}

#editorBox #fnoInfo .linkVogue:before {
	font-size: 22px;
	font-family: "FontAwesome";
	content: "\f105";
	margin: -4px 10px 0 0;
}

#editorBox #fnoInfo .linkVogue.pcLinkVogue {
	display: block;
}

#editorBox #fnoInfo #fnoInfoRight ul {
	margin-top: 30px;
}

#editorBox #fnoInfo #fnoInfoRight ul li {
	margin-bottom: 10px;
}

#editorBox #fnoInfo #fnoInfoRight ul li a {
	display: block;
	font-weight: bold;
	color: #000;
	padding: 10px 0 10px 60px;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconTtwitter a {
	background: url(../../img/icon_twitter.png) no-repeat left center;
	background-size: contain;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconFacebook a {
	background: url(../../img/icon_facebook.png) no-repeat left center;
	background-size: contain;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconInstagram a {
	background: url(../../img/icon_instagram.png) no-repeat left center;
	background-size: contain;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconLine a {
	background: url(../../img/icon_line.png) no-repeat left center;
	background-size: contain;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconSnsnap a {
	padding: 10px 0 10px 160px;
	background: url(../../img/icon_snsnap.png) no-repeat left center;
	background-size: contain;
}

.linkVogue.spLinkVogue {
	display: none;
}


@media only screen and (max-width: 992px) {
.charityItemBag .charityItemImage {
	padding: 20px 70px;
}
}


@media only screen and (max-width: 768px) {
#specialGuestBox #specialGuestLeft dt {
	margin-bottom: 14px;
}

#specialGuest h2 {
	font-size: 30px;
}

#specialGuestBox #specialGuestLeft img {
	width: 80%;
}


#specialGuestBox {
	display: block;
}

#specialGuestBox #specialGuestLeft {
	float: none;
	width: 100%;
}

#specialGuestBox #specialGuestLeft img {
	margin: auto;
}

#specialGuestBox #specialGuestRight {
	/* display: flex;
	display: -ms-flexbox; */
	/* float: none; */
	width: 100%;
	margin-top: 30px;
	/* flex-wrap: wrap;
	-ms-flex-wrap:wrap; */
	display: block;
}

#specialGuestBox #specialGuestRight dl {
	/* display: table-cell; */
	/* width: 50%; */
	max-width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-ms-align-items: center;
	padding: 0;
}

#specialGuestBox #specialGuestRight dt {
	float: none;
	font-size: 14px;
	margin-right: 20px;
	max-width: 300px;
}

#specialGuestBox #specialGuestRight dt img {
	margin: auto;
}

#specialGuestBox #specialGuestRight dd {
	float: none;
	width: 100%;
	padding: 0;
	max-width: 220px;
}

#specialGuestBox #specialGuestRight dd span {
	font-size: 18px;
}

#specialGuestBox #specialGuestRight dd span span {
	/* font-size: 12px; */
}

#map h2 {
	font-size: 30px;
}

#map p {
	width: 100%;
	max-width: 1080px;
}

#charity {
	border: none;
	border-top: 7px solid #ecdbe9;
}

#charity #charityImage {
	display: block;
}

#charity #charityImage p {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

#charity #charityImage p img {
	margin: auto;
	width: 100%;
}

.charityItemBag .charityItemImage {
	padding: 20px 40px;
}

#editorBox {
	display: block;
	border-top: 7px solid #ecdbe9;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#editorBox #editor {
	float: none;
	width: 100%;
	border-right: none;
}

#editorBox #editor .text-right {
	font-size: 16px;
}

#editorBox #fnoInfo {
	float: none;
	width: 100%;
	border-top: 7px solid #ecdbe9;
	border-right: none;
}

#editorBox #fnoInfo #balloonBox {
	width: 40%;
}

/*#editorBox #fnoInfo #fnoInfoLeft {
	float: left;
	width: 47%;
	margin-right: 1.5%;
}*/

#editorBox #fnoInfo #fnoNew {
    padding: 15px 12px;
}

#editorBox #fnoInfo #fnoNew:before,
#editorBox #fnoInfo #fnoNew:after,
#editorBox #fnoInfo #fnoNew>div:before,
#editorBox #fnoInfo #fnoNew>div:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #000;
}

#editorBox #fnoInfo #fnoNew:before {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#editorBox #fnoInfo #fnoNew:after {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#editorBox #fnoInfo #fnoNew>div:before {
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#editorBox #fnoInfo #fnoNew>div:after {
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#editorBox #fnoInfo #fnoNew p {
    margin: 0;
}

#editorBox #fnoInfo .linkVogue {
	display: block;
	font-weight: bold;
	color: #fff;
	word-wrap: break-word;
	padding: 5px 20px 10px;
	background: #000;
}

#editorBox #fnoInfo .linkVogue:before {
	font-size: 22px;
	font-family: "FontAwesome";
	content: "\f105";
	margin: -4px 10px 0 0;
}

#editorBox #fnoInfo #fnoInfoRight ul #iconSnsnap a {
	padding: 10px 0 10px 40%;
	background: url(../../img/icon_snsnap.png) no-repeat left center;
	background-size: 35% auto;
}


/*#editorBox #fnoInfo .linkVogue.pcLinkVogue {
	display: none;
}*/

/*#editorBox #fnoInfo #fnoInfoRight {
	float: left;
	width: 47%;
	margin-left: 1.5%;
}*/

/*.linkVogue.spLinkVogue {
	display: block;
	font-weight: bold;
	color: #fff;
	margin: 0 30px;
	padding: 5px 20px 10px;
	background: #000;
}

.linkVogue.spLinkVogue:before {
	font-size: 22px;
	font-family: "FontAwesome";
	content: "\f105";
	margin: -4px 10px 0 0;
}

.linkVogue.spLinkVogue a {
	display: block;
	font-weight: bold;
	color: #fff;
	word-wrap: break-word;
	padding: 5px 20px 10px;
	background: #000;
}*/


}

@media only screen and (max-width: 480px) {
.charityItem {
	display: block;
}

.charityItemImage {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 14px;
}

.charityItemBag img {
	width: 100%;
	padding: 20px 80px;
}

.charityItemBag .charityItemImage {
	padding: 0;
}

.charityItem p {
	max-width: 100%;
}

} 

@media screen and (max-width: 768px) and (orientation: landscape) {
#editorBox #fnoInfo #fnoInfoRight ul #iconSnsnap a {
	padding: 10px 0 10px 24%;
	background: url(../../img/icon_snsnap.png) no-repeat left center;
	background-size: auto 100%;
}

}

@media screen and (max-width: 667px) and (orientation: landscape) {
#editorBox #fnoInfo #fnoInfoRight ul #iconSnsnap a {
	padding: 10px 0 10px 35%;
	background: url(../../img/icon_snsnap.png) no-repeat left center;
	background-size: auto 100%;
}

}



/* # event_main
----------------------------------------------------------------------------------------------------*/
.floorTxtRow {
	max-width: 82%;
}

.floorTxt1 {
	float: left;
}

.floorTxt2 {
	float: right;
}

.innerPage .floorListBox {
}

.innerPage .floorListBox a {
	color: #b166a6;
}

.innerPage #eventMain .floorList {
	padding: 30px 15px;
}

.innerPage #eventMain .eventMainL {
	float: left;
	width: 48%;
	margin-right: 2%;
	padding-bottom: 40px;
}

.innerPage #eventMain .eventMainR {
	float: right;
	width: 48%;
	padding-bottom: 40px;
	margin-left: 2%;
}

.innerPage #eventMain .eventFull {
	width: 96%;
	float: none;
}

.innerPage #eventMain h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
}

.innerPage #eventMain h2 span {
	font-size: 28px;
	padding-right: 10px;
}

.innerPage #eventMain .eventMain h3 {
	font-size: 18px;
	font-weight: bold;
	color: #913e97;
	margin-top: 0;
}

.innerPage #eventMain .eventMain .floorTxt span {
	font-size: .8em;
}

.innerPage #eventMain .eventMain div .photoFloor {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.innerPage #eventMain .eventFull div .photoFloor {
	width: 24%;
}

.innerPage #eventMain .eventMain div h3 {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.innerPage #eventMain .floorListBgBlue {
	background: #b166a6;
}

.innerPage #eventMain .floorListBgBlue .borderTitle {
	border-bottom: 4px solid #b166a6;
}

.innerPage #eventMain .floorListBgBlue h3 {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.innerPage #eventMain .eventMainL {
	float: none;
	width: 100%;
	margin-right: 0;
}

.innerPage #eventMain .eventMainR {
	float: none;
	width: 100%;
	margin-left: 0;
}

.innerPage #eventMain .eventFull div .photoFloor {
	width: 48%;
}
}

@media screen and (max-width: 480px) {
	.floorTxtRow {
		max-width: 100%;
	}

	.floorTxt1,
	.floorTxt2 {
		float: none;
	}
}


/* # event_floor
----------------------------------------------------------------------------------------------------*/
.innerPage #eventFloor {
  margin-top: 30px;
}

.innerPage #eventFloor .floorList {
	padding: 30px 15px;
}

.innerPage #eventFloor .floorList > div {
	margin-bottom: 40px;
}
.innerPage #eventFloor .floorList > div:last-child {
	margin-bottom: 0;
}

.innerPage #eventFloor h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 40px;
}

.innerPage #eventFloor h2 span {
	font-size: 28px;
	padding-right: 10px;
}

.innerPage #eventFloor .photoFloor {
	float: left;
	width: 30%;
	margin-right: 3%;
}
.innerPage #eventFloor p.kajino{
  border: solid 1px #b166a6;
  padding: 10px;
  color: #b166a6;
  font-size: 18px;
}
.innerPage #eventFloor h3 {
	float: left;
	width: 67%;
	font-size: 18px;
	font-weight: bold;
	color: #913e97;
	margin-top: 0;
}

.innerPage #eventFloor .floorTxt {
	float: left;
	width: 67%;
}

.innerPage #eventFloor .floorListBgBlue {
	background: #b166a6;
}

.innerPage #eventFloor .floorListBgBlue .borderTitle {
	border-bottom: 4px solid #b166a6;
}

.innerPage #eventFloor .floorListBgBlue h3 {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.innerPage #eventFloor{
  padding: 0px 0px;
}
.innerPage #eventFloor .photoFloor {
	width: 100%;
}

.innerPage #eventFloor h3 {
	width: 100%;
}

.innerPage #eventFloor .floorTxt {
	float: none;
	width: 100%;
	clear: both;
}


}

/* # present
----------------------------------------------------------------------------------------------------*/
.innerPage #presentFloor {
	padding: 0 15px;
}

.innerPage #presentFloor h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}

.innerPage #presentFloor h2 span {
	font-size: 28px;
	padding-right: 10px;
}

.innerPage #presentFloor dl {
	display: table;
	margin-bottom: 0;
}

.innerPage #presentFloor dt {
	display: table-cell;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	padding: 15px;
	background: #913e97;
	border-bottom: 1px solid #fff;
}

.innerPage #presentFloor dd {
	display: table-cell;
	width: 720px;
	padding: 15px;
	border-bottom: 1px solid #913e97;
}

.innerPage #presentFloor .floorList dl:first-of-type dd {
	border-top: 1px solid #913e97;
}

.markR {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media only screen and (max-width: 768px) {
.innerPage #presentFloor {
	padding: 0 5%;
}

.innerPage #presentFloor dl {
	display: block;
}

.innerPage #presentFloor dt {
	display: block;
	width: 100%;
	border-bottom: none;
}

.innerPage #presentFloor dd {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom: none;
}

.innerPage #presentFloor .floorList dl:first-of-type dd {
	border-top: none;
}


}



/* # ticket
----------------------------------------------------------------------------------------------------*/
.innerPage #ticket {
	padding: 0 15px;
}

.innerPage #ticket h1 {
	padding: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
}

.innerPage #ticket h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
	line-height: 1.4em;
}

.innerPage #ticket h2 span {
	font-size: 28px;
	padding-right: 10px;
}

.innerPage #ticket h3 {	
    font-size: 18px;
    font-weight: bold;
    color: #913e97;
}

.innerPage #ticket dl {
	display: table;
	margin-bottom: 0;
}

.innerPage #ticket dt {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
}

.innerPage #ticket dd {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}

@media only screen and (max-width: 768px) {
.innerPage #ticket {
	padding: 0 5%;
}

.innerPage #ticket dl {
	display: block;
}

.innerPage #ticket dt {
	display: block;
	width: 100%;
	border-bottom: none;
}

.innerPage #ticket dd {
	display: block;
	width: 100%;
	border-bottom: none;
}

.innerPage #ticket .floorList dl:first-of-type dd {
	border-top: none;
}


}



/* # sp menu
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.navbar {
		min-height: inherit;
		margin-bottom: 0;
	}

	.navbar-default {
		background-image: none;
		background-color: transparent;
		border-color: transparent;
		box-shadow: none;
	}

	.navbar-default .navbar-toggle {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		padding: 0;
		border-color: transparent;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		width: 40px;
		height: 4px;
		background-color: #fff;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 8px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
		box-shadow: none;
	}

	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid #fff;
	}

	.navbar-default .navbar-nav > li > a {
		color: #fff;
		padding-left: 0;
	}

	.navbar-default .navbar-nav > li > a:before {
		font-family: "FontAwesome";
		content: "\f105";
		margin: -4px 10px 0 0;
	}

}





.w50p { width: 50%; }

.pb40 { /*padding-bottom: 40px;*/padding-bottom: 60px; }


@media only screen and (max-width: 768px) {
.innerPage .pb40 { padding-bottom: 0 !important; }
}



/*20190919*/
.time_list{
  width: 48%;
  display: inline-block;
}
.fr{
  float: right;
}
@media only screen and (max-width: 768px) {
  .time_list{
    width: 100%;
    display: inline-block;
  }
  .fr{
    float: none;
  }
}
.contentWrap .anchorNavi .w50pl{
  width: 40%;
  margin-right: 0;
  display: inline-block;
}
#eventMain .contentWrap .anchorNavi .w50pl{
  width: 50%;
}
.naviSpecialGuest{
  margin-left: 6.6%;
}
@media only screen and (max-width: 768px) {
  .contentWrap .anchorNavi .w50pl{
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
  #eventMain .contentWrap .anchorNavi .w50pl{
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
  }
  .naviSpecialGuest{
    margin-left: 0%;
  }
  
  /*20190926*/
  #eventMain .contentWrap .anchorNavi .w50pr{
    width: 100%;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
#specialGuestBox #specialGuestLeft{
  width: 48%;
  display: inline-block;
}
.spr{
  float: right;
}
@media only screen and (max-width: 768px) {
  #specialGuestBox #specialGuestLeft{
    width: 100%;
    display: inline-block;
  }
  .spr{
    float: none;
  }
}
#charity{
  background-color: white;
}
#charity h3.sustit{
  font-size: 32px;
  margin: 0px 0px 30px;
}
#charity h3.sustit span{
  border-bottom: solid 3px;
}
#charity .susmb{
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #charity{
    border: none;
  }
  #charity h3.sustit{
    font-size: 24px;
    margin: 0px 0px 30px;
    line-height: 34px;
  }
}
#sustainability h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
#sustainability h2 span {
  display: inline-block;
  padding: 0 10px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
}
@media only screen and (max-width: 768px){
  #sustainability h2 {
      font-size: 30px;
  }
  #headWrap #vogueLogo img {
    width: 100%;
  }
}
.detailList li p{
  font-size: 24px;
  vertical-align: top;
}
.detailList li p.detailContent{
  font-size: 19px;
}
li p.list_chu{
  font-size: 14px;
  margin-bottom: 30px;
}
li p.main_chu{
  margin-bottom: 0px;
}
.detailList li .map_img{
  display: inline-block;
}
.detailList li .map_txt{
  display: inline-block;
  width: 33%;
  margin-left: 15px;
  vertical-align: top;
}
.detailList li .map_txt p{
  font-size: 14px;
  width: 100%;
}
.detailList li .map_txt p.map_tit{
  color: white;
  font-size: 20px;
  margin-bottom: 0px;
}
.detailList li .map_txt p.map_subtit{
  color: white;
  font-size: 16px;
  margin-bottom: 34px;
}
.opne_fa a{
  padding: 17px;
  text-align: left;
}
.opne_fa a:before{
  font-size: 22px;
  font-family: "FontAwesome";
  content: "\f105";
  margin: 16px 40px 0px;
  display: inline-block;
}
.detailList li .opne_fa p{
  font-size: 16px;
  text-align: left;
  padding: 0px;
  font-weight: bolder;
}
@media only screen and (max-width: 768px){
  .detailList li p.detailContent{
    font-size: 14px;
  }
  .detailList li p{
    font-size: 22px;
  }
  .detailList li:first-child{
    padding-top: 10px;
  }
  .opne_fa a:before{
    margin: 16px 30px 0px;
    display: inline-block;
  }
  .detailList li .map_txt{
    width: 100%;
  }
  .detailList li .map_img img{
    width: 100%;
  }
  .detailList li .map_txt p.map_subtit{
    margin-bottom: 10px;
  }
  li p.list_chu{
    font-size: 14px;
  }
}


#specialGuestBox #specialGuestLeft dt{
  margin-bottom: 20px;
}
#specialGuestBox #specialGuestLeft dl{
  text-align: left;
}
#specialGuestBox #specialGuestLeft dd.reki{
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0px;
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
#specialGuestBox #specialGuestLeft dd.g_time{
  font-size: 23px;
}
#specialGuestBox #specialGuestLeft dd.g_time span{
  font-size: 19px;
  font-weight: normal;
}
@media only screen and (max-width: 768px){
  #specialGuestBox #specialGuestLeft img{
    width: 100%;
  }
  #specialGuestBox #specialGuestLeft dd.g_time span{
    font-size: 14px;
  }
  #specialGuestBox #specialGuestLeft{
    margin-bottom: 20px;
  }
}
.charityItem p span.gentei{
  font-size: 24px;
}
@media only screen and (max-width: 768px){
  .charityItem p span.gentei{
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px){
  .bnr img{
    width: 100%;
  }
}
#index .img-responsive{
  margin: 0 auto;
}
@media only screen and (max-width: 768px){
  #index .photoFloor .img-responsive{
    width: 30%;
  }  
}

/*eventfloor*/
#event_floor .clearfix:before, #event_floor .clearfix:after {
    display: table;
    content: " ";
}
#event_floor .contentWrap .pageNavi li:after{
  background-color: white;
}

a.ho_none:hover{
  opacity: 1;
}

/*20190925_下層コンテンツレイアウト*/
.fashion_bg{
  padding:20px;
  padding-bottom: 80px;
}
.fashion_bg ul li a{
  background: none;
  background-color: white;
}
.block{
  width: 100%;
  border-bottom: solid 1px #b066a6;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.block h3{
  color: #b066a6;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b066a6;
}
.block .cnt_block{
  display: inline-block;
  width: 100%;
}
.block .cnt{
  width: 47%;
  display: inline-block;
  margin-bottom: 20px;
}
.block .cnt .cnt_img{
  margin-bottom: 20px;
}
.block .cnt .cnt_img img{
  width: 100%;
}
.block .cnt .cnt_txt p{
  font-size: 14px;
  line-height: 20px;
}
.block .cnt .cnt_txt p.cnt_tit{
  color: #b066a6;
  font-size: 18px;
  margin-bottom: 10px;
}
.block .cnt .cnt_txt p.cnt_txt_time{
  font-weight: bold;
}
.block .cnt_r{
  float: right;
}
.b_none{
  border-bottom: none;
}
.b_t{
  border-top: solid 1px #b066a6;
  padding-top: 20px;
}
p.prc_btn{
  border: solid 1px;
  padding: 5px;
  width: 51%;
  text-align: center;
  color: black;
}
.cnt_pre{
  margin-bottom: 10px;
}
.cnt_pre .cnt_pre_img{
  width: 30%;
  display: inline-block;
}
.cnt_pre .cnt_pre_img img{
  width: 100%;
}
.cnt_pre .cnt_pre_txt{
  width: 67%;
  float: right;
  vertical-align: top;
  color: #b066a6;
}
@media only screen and (max-width: 768px) {
  .fashion_bg{
    padding-bottom: 20px;
  }
  .innerPage #eventMain h2 span{
    font-size: 26px;
  }
  .block h3{
    font-size: 22px;
  }
  .block .cnt .cnt_txt p.cnt_tit{
    font-size: 16px;
  }
  .block .cnt .cnt_txt p{
    font-size: 12px;
  }
  .block .solo{
    width: 100%;
  }
  .fashion_bg ul li a{
    background: none;
    background-color: white;
    font-size: 14px;
  }
  .fashion_bg .detailList li .opne_fa p{
    font-size: 14px;
  }
  p.prc_btn{
    width: 100%;
  }
  .cnt_pre .cnt_pre_img{
    width:100%;
    display: inline-block;
  }
  .cnt_pre .cnt_pre_txt{
    width: 100%;
    float: none;
    margin-top: 10px;
    vertical-align: top;
    color: #b066a6;
    font-size: 12px;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
  max-width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 87px;
  /*border-bottom: 3px solid #5ab4bd;*/
  background-color: #eeeeee;
  line-height: 50px;
  font-size: 34px;
  text-align: center;
  color: #c9c9c9;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top: 15px;
}
.tab_item span{
  font-size: 22px;
  border-bottom: solid 3px;
  padding-bottom: 5px;
  vertical-align: top;
  margin-left: 15px;
}
/*.tab_item:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 20px 20px;
  clear: both;
  overflow: hidden;
}
.tab_content img{
  width: 100%;
}

/*選択されているタブのコンテンツのみを表示*/
#sun:checked ~ #sun_content,
#rai:checked ~ #rai_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
.tabs input:checked + .pr_col{
  background-color: #b066a6;
}
.tabs input:checked + .fa_col{
  background-color: #b066a6;
}
.tabs label{
  position: relative;
}
.tabs input:checked + .pr_col::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b066a6 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.tabs input:checked + .fa_col::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #b066a6 transparent transparent transparent;
  border-width: 20px 20px 0px 20px;
}

.tabs .pr_col::before{
  content: url("../../timetable/img/sun_icon_off.png");
  top: 0;
  left: 0;
  margin-right: 10px;
}
.tabs input:checked + .pr_col::before{
  content: url("../../timetable/img/sun_icon_on.png");
}

.tabs .fa_col::before{
  content: url("../../timetable/img/rain_icon_off.png");
  top: 0;
  left: 0;
  margin-right: 10px;
}
.tabs input:checked + .fa_col::before{
  content: url("../../timetable/img/rain_icon_on.png");
}
@media only screen and (max-width: 768px) {
  #tab{
    padding: 0px 20px;
  }
  .tab_item {
    font-size: 20px;
    height: 60px;
    padding-top: 5px;
  }
  .tab_item span{
    font-size: 16px;
  }
  .tabs .pr_col::before{
    vertical-align:sub;
  }
  .tabs .fa_col::before{
    vertical-align: sub;
  }
  .tab_content{
    padding: 30px 0px 0px;
  }
}

/*20191001*/
p.app_btn{
  border: solid 1px;
  padding: 5px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  p.app_btn{
    width: 100%;
  }
}

/*timetabel*/
.time_btn{
  margin-top: 20px;
}
.tab_content img.time_pdf{
  width: 25%;
  margin-bottom: 10px;
}
.time_btn p.time_syou{
  border: solid 1px;
  padding: 10px;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .tab_content img.time_pdf{
    width: 50%;
  }
  .time_btn p.time_syou{
    width: 46%;
  }
  .contentWrap .main_nav li a{
    font-size: 14px;
    padding: 16px 10px;
    text-align: center;
  }
  .contentWrap .main_nav li a.main_nav_area{
    padding: 26px 10px;
  }
}

/*20191010*/
p.app2_btn{
  width: 45%;
}
