/*** TOP ***/

.top__movieArea {
    width: 980px;
    min-height: 480px;
    position: relative;
    background: url(../images/top_movie_bg.png) no-repeat center center;
    margin: 0 auto 60px;
}

.top__eventArea__inner {
    width: 980px;
    margin: 0 auto 10px;
}
.top__eventSlide__item {
    overflow: hidden;
    background-color: #ff605c;
    border: 1px solid #fff;
}
.top__eventSlide__item:nth-child(3n+1) {
    background-color: #ff0f00;
}
.top__eventSlide__item:nth-child(3n+2) {
    background-color: #656272;
}
.top__eventSlide__item:nth-child(3n) {
    background-color: #3273bd;
}
.eventSlide__arrows__item {
    font-size: 115%;
    color: #656272;
    background: #fff;
    padding: 14px 13px;
    border-radius: 25px;
}
/*
JSで行う *次に来るbuttonのため
.eventSlide__arrows__item:hover {
    background: #ffdd21;
}
*/
.eventSlide__arrows button {
    padding-bottom: 20px;
}
.top__eventList__item {
    text-align: center;
    display: table-cell;
    border-right: 1px solid  #ff605c;
    padding: 40px 10px;
}
.top__eventList__item:last-child {
    border-right: none;
}

.top__eventList {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}
.top__voices {
    background: #ffdd21;
    padding: 30px 0;
}
.top__voices__inner {
    width: 980px;
    margin: 0 auto;
}
.top__eventList__tmb {
    margin-bottom: 10px;
}

.top__eventList__title {
    font-size: 84%;
    line-height: 1.75;
    margin-bottom: 20px;
}
.top__eventList__title > a {
    color: #32a0e0;
}
.top__eventList__title > a:hover {
    color: #656272;
}

.top__eventArea {
    margin-bottom: 50px;
}

.top__about {
    color: #32a0e0;
}
.top__about__inner {
    width: 980px;
    margin: 0 auto 50px;
}
.top__about__txt {
    width: 65%;
    margin: 0 auto 40px;
}
.top__about__h {
    font-family: "source-han-sans-traditional", sans-serif;
    font-weight: 700;
    font-size: 370%;
    
    text-align: center;
    margin-bottom: 20px;
}
.top__voicesWrap {
    margin-bottom: 70px;
}
.top__voices {
    background-color: #ffdd21;
    padding: 70px 0;
}
.top__voices:after {
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    position: absolute;
    width: 100%;
    background: url("../images/voice_bottom.svg");
}
.top__voicesWrap:before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    height: 70px;
    position: absolute;
    width: 100%;
    background: url("../images/voice_top.svg");
}

.top__shops__balloon {
    position: absolute;
    top: -105px;
    right: 75px;
}
.top__voices__list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.top__voices__item {
    text-align: center;
    display: table-cell;
    padding: 0 30px;
}

.top__voices__body {
    font-size: 86%;
    text-align: left;
}

.top__voices__title {
    font-size: 93%;
    margin-bottom: 10px;
}

.top__voices__tmb {
    margin-bottom: 10px;
}

.top__about__imgs {
    text-align: center;
    margin-bottom: 40px;
}

.top__shops__inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.top__shops {
    text-align: center;
    padding: 50px 0;
}
.subH--shops {
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 200%;
    line-height: 1.2;
    display: inline;
    background: url(../images/top_shop_ajitoIcon.png) no-repeat left center;
    padding: 0 0 45px 75px;
}
.top__shops__list {
    display: table;
    table-layout: fixed;
    width: 85%;
    margin: 0 auto 60px;
}

.top__shops__item {
    display: table-cell;
}

.top__shops__title {
    color: #ff605c;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 130%;
    line-height: 1.3;
    margin-bottom: 20px;
}

.top__shops__linkBlock {
    color: inherit;
    text-decoration: none;
}
.top__movieArea__btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 62%;
    cursor: pointer;
    margin: auto;
}

/*---上書き---*/
body.top .eventOutlineWrap--entry {
    margin-bottom: 0;
}
body.top .eventOutlineWrap {
    margin-bottom: 0;
	padding:0;
    border:1px solid #FFF;
}


/*** ABOUT ***/

.about__titleImg {
    margin-bottom: 30px;
}

.primaryH--shops {
    margin-bottom: 20px;
}

.hgroup {
    margin-bottom: 30px;
}
.about__movie {
    text-align: center;
    margin-bottom: 70px;
}

.about__company {
    background: #ffdd21;
    padding: 60px 0;
}

.about__inner {
    color: #32a0e0;
    width: 980px;
    margin: 0 auto;
}
.about__company__item {
    width: 60%;
    margin: 0 auto 60px;
}
.about__company__item:last-child {
    margin-bottom: 0; 
}

.about__company__h {
    text-align: center;
    margin-bottom: 30px;
}
.about__mainTxt__low {
    width: 92%;
    overflow: hidden;
    margin: 0 0 30px;
}

.about__mainTxt__l {
    float: left;
}

.about__mainTxt__r {
    float: right;
}

.about__mainTxt {
    color: #32a0e0;
    font-size: 110%;
    line-height: 1.65;
    margin-bottom: 70px;
}

.about__types__item {
    width: 47%;
    float: left;
    margin-right: 6%;
    margin-bottom: 30px;
}
.about__types__item:nth-child(even) {
    margin-right: 0;  
}

.about__types__tmb {
    text-align: center;
    margin-bottom: 18px;
}
.about__types__title {
    color: #32a0e0;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
	line-height: 1.2;
    font-size: 140%;
    margin-bottom: 5px;
}

.about__types {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 50px;
}




/*** TICKET ***/

.ticekts__eventList__item {
	text-align: center;
	width: 40%;
	margin: 0 auto 60px;
}
.ticekts__eventList__tmb {
    margin-bottom: 17px;
}
.ticekts__eventList__title {
    font-size: 105%;
    margin-bottom: 12px;
}

.tickets__buyWrap__item {
	margin-bottom: 40px;
}
.tickets__buyWrap__term {
	margin-bottom: 10px;
}
.tickets__buyWrap {
	text-align: center;
	width: 500px;
	margin: 0 auto 70px;
}
.tickets__ptixLogo {
    text-align: center;
    margin-bottom: 30px;
}
.btn--pk {
    text-align: center;
}



/*** SHOPS ***/

.shops__tmb {
    text-align: center;
    margin-bottom: 15px;
}

.shops__h {
    color: #ff605c;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 250%;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.shops__body {
    margin-bottom: 40px;
    padding: 0 5%;
}

.shop__shopInfos__attrs {
    width: 65%;
    margin: 0 auto 20px;
}
.label--2clm {
    float: left;
    width: 48%;
}
.label--2clm:first-child {
margin-right: 3%;
}
.shop__shopInfos {
    text-align: center;
    margin-bottom: 70px;
}

.shop__shopInfos__logo {
    margin-bottom: 20px;
}
.shop__address__h {
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 260%;
    line-height: 1.2;
    margin-bottom: 0;
}
.shop__address__body {
    text-align: center;
    margin-bottom: 25px;
}
.shop__address__map {
    text-align: center;
}




/*** LOCATIONS ***/

.locations__directionList {
    list-style: decimal;
}
.locations__directionList__item {
margin-bottom: 20px;
}

.locations__directionImg {
    text-align: center;
    margin-bottom: 20px;
}
.locations__directionH {
    color: #ff605c;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    font-size: 130%;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 25px;
}
.locations__directionUnit {
    margin-bottom: 60px;
}






/*** CONTACT ***/

.contact__inquire {
    width: 62%;
    float: left;
}
.contact__formH {
	font-weight: normal;
	font-size: 105%;
	margin-bottom: 2px;
}
.contact__inputWrap {
	margin-bottom: 40px;
}
.contact__inputWrap > input {
	width: 90%;
	padding: 8px;
}
.contact__inputWrap > textarea {
	width: 90%;
	padding: 8px;
}

input.btn--submit {
	letter-spacing: 0.03em;
	width: 103px;
	height: 55px;
	background-color: #ff605c;
	color: #fff;
	font-size: 105%;
	text-align: center;
	border: none;
	border-radius: 7px;
}
input.btn--submit:hover {
	color: #5e5e5e;
	background-color: #ffdd21;
}

.contact__compH {
    color: #32A0E1;
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.08em;
    font-size: 260%;
	text-align: center;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}
.contact__compTxt {
	text-align: center;
	margin-bottom: 60px;
}
.contact__faq {
    width: 35%;
    float: right;
    border-left: 1px solid #999;
    padding-left: 1.5em;
}
.contact__faq__list {
    margin-bottom: 35px;
}
.contact__faq__term {
    font-weight: bold;
    margin-bottom: 5px;
}
.contact__faq__descr {
    margin-bottom: 35px;
}
.contact__faq__h {
    font-size: 200%;
    font-family: "source-han-sans-traditional",sans-serif;
    margin-bottom: 15px;
}




/*** EVENTS ***/

.event__detailsArea {
    margin-bottom: 80px;
}
.event__sect__helH {
    color: #ff605c;
    font-size: 160%;
    font-family: "source-han-sans-traditional",sans-serif;
    margin-bottom: 5px;
}
.event__sect {
    margin-bottom: 50px;
}
.event__sect__h ,body.event_article h4{
    color: #ff605c;
}
body.event_article h2{
    color: #ff605c;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    font-size: 300%;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.event__detailsArea__catchImg {
    text-align: center;
    margin-bottom: 50px;
}
.eventOutline__visual__socials {
    text-align: center;
    width: 53%;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}
.eventOutline__visual__socials > a {
    width: 100%;
    display: table-cell;
    border:1px solid #fff;
    padding: 19px;
}
.eventOutline__visual__socials > a:last-child {
    border-left: none;
}
.eventOutline__visual__socials > a:hover {
    color: #5e5e5e;
    background-color: #ffdd21;
    border-color: #ffdd21;
}
/*.eventOutline__visual__img {
    margin-bottom: 20px;
}*/
.eventOutlineWrap--entry {
    margin-bottom: 60px;
}
.contents__inner--event {
    width: 640px;
    margin-bottom: 70px;
}




/*** MEDIA ***/

.media__unit {
    width: 70%;
    margin: 0 auto 65px;
}
.media__title {
    color: #32a0e0;
    font-family: "source-han-sans-traditional",sans-serif;
    font-weight: 700;
    letter-spacing: 0.07em;
    font-size: 160%;
    line-height: 1.25;
    margin-bottom: 10px;
}
.media__title > a:hover {
    text-decoration: none;
}




/*** GALLERY ***/

.gallery__item {
	margin-bottom: 10px;
}
.gallery__item a:hover {
	opacity: 0.75;
}
.gallery__item img {
	width: 390px;
} 
.gallery__item:nth-child(odd) {
	float: left;
}

.gallery__item:nth-child(even) {
	float: right;
}
