/* reset */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, label, table, tr, td, th, body, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
    line-height:100%;
    list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/*
 * Copyright (C) 2014 Adobe Systems Incorporated
 *      https://github.com/adobe-fonts/source-han-sans/tree/master
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
   font-family:'cbg';
   src: url('../centurygothic.woff') format("woff");
}

a{
	color:#38B0C5;
	font-style:normal;
	text-decoration:none;
	outline:none;
    word-wrap: break-word;
}

a:link {
	color:#38B0C5;
	font-style:normal;
	text-decoration:none;
}

a:visited {
	color:#38B0C5;
	text-decoration:none;
}

a:hover {
	color:#38B0C5;
	font-style:normal;
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.torikeshi {
    text-decoration:line-through;
}

@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-moz-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-webkit-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-o-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

-ms-@keyframes top {
0% {opacity:0;}
100% {opacity:1;}
}

/* common */
body{
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 1200px;
    color:#333333;
}

.wrapper {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    width:1000px;
    margin:0 auto;
    z-index:100;
}

.forsp {
    display:none;
}

.forpc {
    display:block;
}

.cgb {
	font-family:'cbg';
}


/* menu */
.home {
    display:none;
}

.menu-width {
    width:100%;
	background:#1f2020;
    position:relative;
    z-index:999999;
}

.menu-box {
	width:1000px;
    margin:0 auto;
}

.menu {
	display:flex;
    justify-content:center;
    margin-top:0px;
	display:-webkit-flex; /* Safari */
    -webkit-justify-content:center; /* Safari */
}

.menu .bold {
    margin:-11px 0px;
}

.fb {
    width:20px;
    height:20px;
	margin:-5px 0px;
}


/* top */
.top {
    width:100%;
    height:740px;
    background:url(images/top_back_top.jpg) center top no-repeat #38b0c5;
    background-size:auto 100%;
}

.youtube {
	width:516px;
    height:290px;
    background:#000000;
	position:relative;
    top:50px;
    float:right;
    box-shadow:none;
}

.sns {
    width:100%;
    padding:0px 0px 0px 0px;
    background:none;
}

.fb-page {
	width:495px;
    z-index:0;
    float:left;
    margin-right:10px;
    box-shadow:0px 1px 2px #2B8F70;
}

.twitter {
    width:495px;
    height:400px;
    float:left;
    overflow:scroll;
	background:#ffffff;
    box-shadow:0px 1px 2px #2B8F70;
}

/* top-menu */
.top-menu {
	background:#38b0c5;
    padding:0px 0px 10px 0px;
}

.eigadaifes {
    width:100%;
    padding:0px 0px 50px 0px;
    background:#38b0c5;
}

.eigadaifes img {
    width:100%;
    height:auto;
    display:block;
}

.eigadaifes ul {
	width:1000px;
    height:auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
}

.eigadaifes ul li {
	width:327px;
    box-shadow:0px 1px 2px #2B8F70;
    margin-bottom:0px;
}

/* footer */
.footer {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background:#1f2020;  
}

.pagetop {
	font-family:'cbg';
    width:100%;
    height:55px;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
}

.pagetop a {
	width:100%;
    font-size:14px;
    letter-spacing:2px;
    background:#424142;
    text-decoration:none;
    color:#ffffff;
    display:block;
    padding:20px 0px;
	display:flex;
    justify-content:center;
	display:-webkit-flex; /* Safari */
    -webkit-justify-content:center; /* Safari */
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.pagetop a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#545455;
}

.arrow {
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:4px;
    margin-right:15px;
}

.ichiran {
	padding:50px 0px;
}

.ichiran a {
    color:#ffffff;
    font-size:12px;
}

.ichiran ul {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    display:-webkit-flex; /* Safari */
    -webkit-flex-direction:row; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
}

.ichiran ul ul li {
    padding-top:5px;
}

.ichiran ul a {
    font-weight:bold;
}

.ichiran ul ul {
    display: flex;
    flex-direction:column;
    display:-webkit-flex; /* Safari */
    -webkit-flex-direction:column; /* Safari */
}

.ichiran ul ul a {
    font-weight:normal;
}

.ichiran ul ul li a:before {
    content:"・";
}

.shusai {
    margin-top:50px;
	padding-top:25px;
    border-top:1px solid #424142;
	display:flex;
    justify-content:space-between;
    align-items:center;   
    display:-webkit-flex; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
    -webkit-align-items:center;
}

.shusai-r {
    text-align:right;
    color:#ffffff;
}

.toiawase {
    font-size:14px;
    margin-bottom:10px;
}

.toiawase img {
    padding-right:5px;
}

.toiawase a {
    font-size:14px;
    font-family: 'cbg','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.copyright {
    font-size:10px;
    font-family: 'cbg';
    letter-spacing:0.5px;
}


/* textbox */
.midashi-box {
    width:100%;
    padding:125px 0px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38b0c5+0,9fc737+100 */
	background: #38b0c5; /* Old browsers */
	background: -moz-linear-gradient(45deg, #38b0c5 0%, #9fc737 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #38b0c5 0%,#9fc737 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #38b0c5 0%,#9fc737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b0c5', endColorstr='#9fc737',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h2 {
    font-size:30px;
    font-family:'cbg','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    letter-spacing:2px;
}

.midashi-box p {
    font-size:18px;
    padding-top:10px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box h3 {
    font-weight:bold;
    font-size:26px;
    text-align:center;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

.text-box {
    width:100%;
    background:#ffffff;
    padding:75px 0px 0px 0px;
    margin-bottom:0px;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.text {
	width:640px;
    margin:0 auto;
	margin-bottom:75px;
}

.text p {
    width:640px;
    margin:0 auto;
    font-size:16px;
    line-height:32px;
    margin-bottom:16px;
}

.text img {
    width:100%;
    height:auto;
	margin-bottom:50px;
}

h3 {
    font-weight:bold;
    font-size:20px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-bottom:10px;
    margin-bottom:25px;
}

.jimi-link {
    width:100%;
    margin-top:50px;
    margin-bottom:50px;
}

.jimi-link li {
    margin-bottom:15px;
}

.landing {
    width:640px;
    margin:0 auto;
    height:auto;
}

.landing img {
    width:100%;
    margin:0 auto;
    height:auto;
    border:1px solid #d4c6a3;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
    box-sizing:border-box;
}

.landing img:hover {
     opacity:0.8;
}


/* img-box */
.img-box {
    width:100%;
    background:#ffffff;
    padding:75px 0px;
    text-align:center;
    color:#000000;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.img-box ul {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
    margin-bottom:-50px;
    overflow:hidden;
} 

.img-box ul li {
	margin-bottom:50px;
} 

.img-box-tile {
    font-size:22px;
    font-weight:bold;
    margin-top:14px;
    margin-bottom:10px;
}

.img-box-spec {
    font-size:14px;
}

.img-box a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
}

.img-box a:hover {
    opacity:0.8;
}

.img-box a img {
	width:475px;
    height:auto;
}

.img-box .photopage {
    width:640px;
    height:auto;
    margin:0 auto;
    text-align:center;
    padding-top:75px;
}

.img-box .photopage a img {
    height:auto;    
    width:100%;
    margin:0 auto;
    border:1px solid #d4c6a3;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    box-sizing:border-box;
}

.img-box .photopage a img:hover {
     opacity:0.8;
}

/* timeschedule */
.time-box {
    width:100%;
    background:#ffffff;
    padding:75px 0px;
    text-align:center;
    color:#000000;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.time-box-main {
	width:640px;
    margin:0 auto;
    margin-bottom:25px;
}

.time-box-main li {
	margin-bottom:75px;
}

.time-box-main img {
	width:475px;
}

.time-day {
	width:100%;
    font-size:40px;
    font-family: 'cbg';
    margin-bottom:5px;
}

.time-week {
	width:100%;
    font-size:20px;
    font-family: 'cbg';
    margin-bottom:75px;
}

.time-block {
    font-weight:bold;
    font-size:18px;
}

.time-title {
    font-size:22px;
    font-weight:bold;
    padding:20px 0px 12px 0px;
}

.cation {
    width:100%;
    background:#38B0C5;
    padding:30px;
    text-align:center;
    font-weight:bold;
	color:#ffffff;
    font-size:18px;
    border-radius:4px;
    margin-bottom:15px;
    box-sizing:border-box;
}

.cation p {
    text-align:justify;
    padding:5px 0px;
}

.attention {
	width:640px;
    text-align:left;
    font-size:16px;
    margin-bottom:-5px;
}

.time-box .attention {
	text-align:center;
}

.attention li {
	line-height:22px;
    margin-left:14px;
    margin-bottom:6px;
}

.attention li:before {
	content:"※";
    margin-left:-16px;
}

.soldout {
	font-size:12px;
    margin-top:8px;
}

.time-time-hosoku {
    margin-top:8px;
    font-size:14px;
}

/* ticket */
.ticket-box {
    width:100%;
    background:#ffffff;
    padding:75px 0px;
    margin-bottom:0px;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.ticket-box-box {
	width:640px;
    margin:0 auto;
}

.ticket-box-box .cation p {
    line-height:24px;
}

.ticket-map {
    width:100%;
    text-align:center;
    margin-bottom:50px;
    margin-top:50px;
}

.ticket-map img {
    width:400px;
    height:auto;
}

.ticket-box-box .attention {
	margin-top:0px;
    width:100%;
}

.bolder {
    color:#38b0c5;
    font-weight:bold;
}


/* theater */
.aeoncinema {
	text-align:center;
}

.aeoncinema img {
    width:520px;
    height:auto;
    margin-bottom:15px;
}

.aeoncinema p {
	line-height:24px;
    margin-bottom:0px;
}

.aeoncinemano1 {
    width:100%;
    height:auto;
    margin-bottom:30px;
}

.aeoncinemano1 img {
    width:100%;
    height:auto;
}

.googlemap {
}

.googlemap a {
    width:75%;
    margin:0 auto;
    display:block;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
    background:#38b0c5;
    text-align:center;
    padding:20px 0px;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    box-shadow:0px 1px 2px #cccccc;
    border-radius:4px;
    margin-top:20px;
}

.googlemap a:hover {
    opacity:0.8;
    text-decoration:none;
}

/* sakuhin */
.sakuhin1, .sakuhin2, .sakuhin3, .sakuhin4, .sakuhin5, .sakuhin6, .sakuhin7 {
    background:#f5f5f5;
}

.sakuhin {
	width:1000px;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:wrap;
    -webkit-justify-content:space-between;
    padding:30px 0px 30px 0px;
    text-align:justify;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.sakuhin-l {
    width:250px;
    padding:30px 0px 0px 0px;
    display:flex;
    flex-direction:column;
}

.sakuhin-l li {
	width:100%;
    margin-bottom:30px;
}

.sakuhin-l li img {
    width:100%;
    height:auto;
}

.sakuhin-l a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
}

.sakuhin-l a:hover {
    opacity:0.8;
}

.sakuhin-l .fb-page {
    width:250px;
    box-shadow:none;
    float:none;
    margin-right:0px;
    border-bottom:1px solid #efefef;
}

.sakuhin-l .twitter {
    width:250px;
    height:500px;
    overflow:scroll;
    box-shadow:none;
    margin:0;
    border:1px solid #efefef;
    box-sizing:border-box;
}

.sakuhin-l .insta {
    width:250px;
    height:250px;
    box-shadow:none;
    margin:0;
}

.sakuhin-l .insta img {
    width:100%;
    height:auto;
    border:3px solid #bf3368;
    box-sizing:border-box;
}

.sakuhin-r {
    width:720px;
    background:#ffffff;
}

.sakuhin-steel {
	width:100%;
    height:auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #262626 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #000000 0%,#262626 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #000000 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
}

.sakuhin-steel img {
    width:1000px;
    height:auto;
    display:block;
    margin:0 auto;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
    box-shadow:0px 0px 30px #000000;
}

.sakuhin-text-box {
    width:620px;
    padding:50px 25px 50px 75px;
}

.sakuhin-text-box h2 {
    text-align:center;
    font-size:30px;
    font-weight:bold;
    margin:0;
    padding:0;
    letter-spacing:0;
}

.sakuhin-text-box-midashi {
    color:#000000;
    padding-bottom:10px;
    border-bottom:1px solid #d4c6a3;
    margin-bottom:30px;
    font-weight:bold;
}

.sakuhin-text-box-bolder {
    color:#000000;
    font-weight:bold;
    margin-bottom:5px;
}

.sakuhin-spec {
    text-align:center;
    font-size:14px;
    margin-top:15px;
    margin-bottom:50px;
}

.rating {
    width:100%;
    border:1px solid #38B0C5;
    color:#38B0C5;
    padding:5px;
    text-align:center;
    font-size:14px;
    margin-top:30px;
}

.sakuhin-info-box {
	margin-bottom:-30px;
}

.sakuhin-info-box h3 {
    font-weight:bold;
    font-size:20px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:25px;
	cursor:pointer;
	background:url(../images/plus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-info-box img {
    width:100%;
    height:auto;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
}

.sakuhin-info-box a img:hover {
    opacity:0.8;
}

.sakuhin-info-box h3.active{
 	background:url(../images/minus.png) no-repeat top 18px right;
    background-size:14px 14px;
}

.sakuhin-info-box p{
    width:100%;
    font-size:16px;
    line-height:32px;
    margin-bottom:32px;
}

.sakuhin-info-box blockquote {
    width:90%;
    padding:5%;
    text-align:justify;
    background:#f5f5f5;
    margin:0 auto;
}

.sakuhin-info-box blockquote p {
	width:100%;
    margin-bottom:5px;
    font-size:14px;
    line-height:20px;
}

.blockquote-text-right {
    margin-bottom:5px;
    font-size:14px;
    line-height:20px;
    text-align:right;
}

.sakuhin-credit {
    margin-bottom:32px;
}

.sakuhin-credit p {
    margin-bottom:0px;
}

.sakuhin-credit-thanks p {
    font-size:12px;
    line-height:22px;
    margin-bottom:12px;
}

.sakuhin-info-text {
    margin-bottom:50px;
    display:block;
}

.sakuhin-info-box img {
	width:100%;
    height:auto;
    margin-bottom:30px;
    display:block;
}

.sakuhin-info-text li {
	margin-bottom:16px;
    line-height:24px;
}

.sakuhin-info-text li:before {
	content:"・";
}

.kodak {
	width:auto;
    height:100%;
	margin-top:30px;
    margin-bottom:30px;
}

.kodak img {
	width:auto;
    height:75px;
}

.text-right {
    width:100%;
    font-size:16px;
    line-height:32px;
    margin-bottom:32px;
    text-align:right;
}

.sakuhin-info-text .fb-page {
    width:100%;
    margin:0 auto;
    overflow:hidden;
    box-shadow:none;
    margin:0;
    margin-bottom:50px;
    padding:0;  
}

.sakuhin-visual img {
    width:50%;
    height:auto;
    display:block;
    margin:0 auto;
    border:1px solid #d4c6a3;
}

.sakuhin-link {
    width:100%;
    text-align:center;
    margin-bottom:50px;
    box-sizing:border-box;
    padding:5px 5px 10px 5px;
    border:1px solid #d4c6a3;
}

.sakuhin-link img {
    margin-bottom:10px;
}

/* youtube */
.sakuhin-youtube {
	position: relative;
	width: 100%;
    height:auto;
	padding-top: 56.25%;
    margin-bottom:5%;
}
.sakuhin-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


@media screen and (min-width: 0px) and (max-width: 640px) {

/* common */
body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 100%;   
}

.wrapper {
    width:100%;
    margin:0 auto;
}

.forsp {
    display:block;
}

.forpc {
    display:none;
}


/* menu */
.home {
	display:block;
    width:35px;
    padding:11px;
    position:absolute;
    top:0;
    left:0;
    z-index:999999;
}

.menu-width {
    display:none;
}

.menu-box {
	display:none;
}

.menu {
	display:none;
}

.dropdown {
    display:none;
}

.menu .bold {
	width:25px;
    height:auto;
    margin:-6px 0px;
    display:none;
}

.fb {
    width:20px;
    height:20px;
	margin:-5px 0px;
}


/* top */
.top {
    width:100%;
    height:auto;
    background:#2B8F70;
    padding-top:58px;
    box-shadow:none;
}

.top img {
    width:100%;
    height:auto;
    animation: top 2s ease 0s 1 normal;
    -moz-animation: top 2s ease 0s 1 normal;
    -webkit-animation: top 2s ease 0s 1 normal;
	-o-animation: top 2s ease 0s 1 normal;
    -ms-animation: top 2s ease 0s 1 normal;
}

.youtube {
	display:none;
}

.sns {
	width:100%;
    padding:2% 0;
    margin:0 auto;
    box-sizing:border-box;
}

.fb-page {
	width:320px;
    float:none;
    margin:0px;
    box-shadow:0px 1px 2px #850006;
    background:#ffffff;
    padding:0;
}

.facebook {
    width:320px;
    margin:0 auto;
}

.twitter {
    margin-top:2%;
    width:100%;
    float:none;
    display:none;
}


/* top-menu */
.top-menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b8f70+0,38b0c5+100 */
	background: #2b8f70; /* Old browsers */
	background: -moz-linear-gradient(top, #2b8f70 0%, #38b0c5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2b8f70 0%,#38b0c5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2b8f70 0%,#38b0c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b8f70', endColorstr='#38b0c5',GradientType=0 ); /* IE6-9 */
    padding:0% 2% 0% 2%;
}

.top-menu ul {
	width:102%;
    display:block;
    margin-right:-2%;
    margin-bottom:-2%;
    overflow:hidden;
}

.top-menu ul li {
    float:left;
    box-shadow:0px 1px 2px #2B8F70;
    margin-bottom:2%;
    margin-right:2%;
    text-align:center;
    font-weight:bold;
    border-radius:2px;
}

.top-menu-ticket {
    width:100%;
    margin-bottom:2%;
    text-align:center;
    box-shadow:0px 1px 2px #2B8F70;
    border-radius:2px;
}

.top-menu-ticket img {
    width:55%;
    height:auto;
}

.top-menu-ticket a {
    background:#fff100;
    padding:30px 0px;
    display:block;
    width:100%;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
    border-radius:2px;
}

.top-menu-ticket a:hover {
    background:#fff33f;  
}

.top-menu-bt {
    width:48%;
    background:#ffffff;
}

.top-menu-bt img {
    width:100%;
    height:auto;
    border-radius:2px;
}

.top-menu-bt a {
    display:block;
    width:100%;
    transition:background-color 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
}

.top-menu-bt a:hover {
    opacity:0.7;
    text-decoration:none;
}

.fb-page {
	width:280px;
    margin-top:0px;
    z-index:0;
    box-shadow:0px 1px 2px #2B8F70;
}

.facebook {
	width:280px;
    margin:0 auto;
}

.eigadaifes {
	width:100%;
    padding:0% 2% 2% 2%;
    box-sizing:border-box;
	background:#38B0C5;
}

.eugadaifes img {
    width:100%;
    height:auto;
    display:block;
}

.eigadaifes ul {
	width:100%;
    height:auto;
    display:block;
    margin-bottom:-2%;
}

.eigadaifes ul li {
	width:100%;
    box-shadow:none;
    margin-bottom:2%;
    margin-right:0%;
    box-shadow:0px 1px 2px #2B8F70;
}

/* footer */
.footer {
	background:#1f2020;
    overflow:hidden;
}

.pagetop {
    width:100%;
    height:auto;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
	font-family:'cbg';
}

.pagetop a {
	font-size:10px;
	width:100%;
    background:#424142;
    text-decoration:none;
    color:#ffffff;
    display:block;
    padding:18px 0px;
	display:flex;
    justify-content:center;
	display:-webkit-flex; /* Safari */
    -webkit-justify-content:center; /* Safari */
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.pagetop a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:#545455;
}

.arrow {
	width: 6px;
	height: 6px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:4px;
    margin-right:10px;
}

.ichiran {
	padding:0% 0px;
}

.ichiran a {
    color:#ffffff;
    font-size:12px;
}

.ichiran ul li a {
    display:block;
    width:100%;
    text-align:center;
    border-right:1px solid #424142;
	border-bottom:1px solid #424142;
    padding:20px 0%;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
    font-weight:normal;
}

.ichiran ul li a:hover {
    text-decoration:none;
    background:#424142;
}

.ichiran ul {
	width:100%;
    padding:0%;
    display: flex;
    flex-direction:row;    
    flex-wrap:wrap;
    justify-content:space-between;
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction:row; /* Safari */
    -webkit-flex-wrap:wrap; /* Safari */
    -webkit-justify-content:space-between; /* Safari */
}

.ichiran ul li {
	width:50%;
}

.ichiran ul ul {
    display:none;
}

.shusai {
    margin-top:0px;
	padding:30px 0%;
    border-top:none;
	display:block;
    text-align:center;
}

.shusai-r {
	padding-top:10px;
	text-align:center;
    color:#ffffff;
}

.toiawase {
    font-size:12px;
    margin-bottom:0;
    line-height:16px;
}

.toiawase img {
    padding-right:5px;
}

.toiawase a {
    font-size:12px;
    width:100%;
    padding:0%;
    display:block;
    background:none;
    border-radius:4px;
    margin:0 auto;
    margin-top:3px;
    margin-bottom:10px;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
    line-height:16px;
}

.toiawase a:hover {
    text-decoration:underline;
    background-color:none;
}

.copyright {
	padding-top:5px;
    font-size:6px;
    line-height:6px;
}


/* textbox */
.midashi-box {
    width:100%;
    padding:128px 0px 70px 0px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
}

.forsp-menuheight {
    padding-top:58px;
}

h2 {
    font-size:22px;
    font-family:'cbg','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box p {
    font-size:14px;
    padding-top:5px;
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.midashi-box h3 {
    font-size:18px;
	width:100%;
    margin:0 auto;
    font-weight:bold;
    text-align:center;
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0
}

.text-box {
    width:100%;
    background:#ffffff;
    padding:30px 20px 0px 20px;
    margin-bottom:0%;
    box-sizing:border-box;
}

.text {
	width:100%;
    margin:0 auto;
	margin-bottom:50px;
}

.text p {
    width:100%;
    margin:0 auto;
    font-size:16px;
    line-height:28px;
    margin-bottom:20px;
    text-align:justify;
}

.text img {
    width:100%;
    height:auto;
	margin-bottom:30px;
}

h3 {
	width:100%;
    margin:0 auto;
    font-weight:bold;
    font-size:16px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-bottom:15px;
    margin-bottom:20px;
}

.jimi-link {
	width:100%;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:50px;
	font-size:16px;
}

.jimi-link li {
	font-size:16px;
    margin-bottom:14px;
}

.landing {
    width:100%;
    margin:0 auto;
    height:auto;
    font-size:16px;
    margin-bottom:-20px;
}

.landing img {
    width:100%;
    margin:0 auto;
    height:auto;
    border:1px solid #cccccc;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
}

.landing img:hover {
     opacity:0.8;
}

/* img-box */
.img-box {
    width:100%;
    background:#ffffff;
    padding:30px 20px;
    text-align:center;
    color:#000000;
    box-sizing:border-box;
}

.img-box ul {
	width:100%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:center;
    align-content:flex-start;
    display:-webkit-flex;
    -webkit-flex-direction:row;
    -webkit-flex-wrap:column;
    -webkit-justify-content:center;
    -webkit-align-content:flex-start;
    margin-bottom:-30px;
    overflow:hidden;
} 

.img-box ul li {
	margin-bottom:30px;
} 

.img-box-tile {
    font-size:20px;
    font-weight:bold;
    margin-top:12px;
    margin-bottom:8px;
}

.img-box-spec {
    font-size:12px;
}

.img-box a {
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    margin-bottom:5px;
}

.img-box a:hover {
    opacity:0.8;
}

.img-box a img {
	width:100%;
    height:auto;
}

.img-box .photopage {
    width:100%;
    height:auto;
    padding-top:30px;
}

/* timeschedule */
.time-box {
    width:100%;
    background:#ffffff;
    padding:30px 0px;
    text-align:center;
    color:#000000;
}

.time-box-main {
	width:90%;
    margin:0 auto;
}

.time-box-main li {
	margin-bottom:30px;
}

.time-box-main img {
	width:100%;
    height:auto;
}

.time-day {
    font-size:26px;
    font-family: 'cbg';
    margin-bottom:3px;
}

.time-week {
    font-size:16px;
    font-family: 'cbg';
    margin-bottom:30px;
}

.time-block {
    font-weight:bold;
    font-size:18px;
}

.time-title {
    font-size:20px;
    font-weight:bold;
    padding:15px 0px 10px 0px;
}

.time-title p {
    margin-bottom:0px;
}

.time-time {
	font-size:16px;
}

.time-time-hosoku {
    margin-top:5px;
    font-size:12px;
}

.cation {
    width:100%;
    background:#38B0C5;
    padding:15px 15px;
    text-align:center;
    font-weight:bold;
	color:#ffffff;
    font-size:16px;
    border-radius:4px;
    margin-bottom:15px;
    line-height:22px;
    box-sizing:border-box;
}

.attention {
	width:100%;
    text-align:left;
    font-size:14px;
    margin-bottom:-6px;
}

.time-box .attention {
	text-align:left;
}

.attention li {
	line-height:20px;
    margin-left:14px;
}

.attention li:before {
	content:"※";
    margin-left:-14px;
}

/* ticket */
.ticket-box {
    width:100%;
    background:#ffffff;
    padding:30px;
    margin-bottom:0%;
    box-sizing:border-box;
}

.ticket-box-box {
	width:100%;
    margin:0 auto;
}

.ticket-box-box .cation p {
    line-height:24px;
}

.ticket-map {
    width:100%;
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}

.ticket-map img {
    width:75%;
    height:auto;
}

.ticket-box-box .attention {
	margin-top:0px;
    width:100%;
}

/* theater */
.aeoncinema {
	text-align:center;
}

.aeoncinema .text {
	margin-bottom:10%;
}

.aeoncinema img {
    width:90%;
    height:auto;
    margin-bottom:5%;
}

.aeoncinemano1 {
    width:100%;
    height:auto;
    margin-bottom:0%;
}

.aeoncinemano1 img {
    width:100%;
    height:auto;
}

.text-box {
    margin-bottom:0;
}

.aeoncinema p {
	font-size:14px;
	line-height:20px;
    margin-bottom:0px;
}

.googlemap {
}

.googlemap a {
    width:75%;
    margin:0 auto;
    display:block;
    font-weight:bold;
    font-size:14px;
    color:#ffffff;
    background:#38b0c5;
    text-align:center;
    padding:15px 0px;
    transition:opacity 0.1s linear;
    -webkit-transition:opacity 0.1s linear;
    box-shadow:0px 1px 2px #cccccc;
    border-radius:4px;
    margin-top:5%;
    margin-bottom:10%;
}

.googlemap a:hover {
    opacity:0.8;
    text-decoration:none;
}

.text-center p {
    text-align:center;
}

/* sakuhin */
.sakuhin {
	width:100%;
    margin:0;
    padding:0;
    display:block;
}

.sakuhin-r {
    width:100%;
    background:#ffffff;
    box-shadow:none;
}

.sakuhin-steel {
    margin-top:58px;
}

.sakuhin-steel img {
    width:100%;
    height:auto;
    display:block;
    box-shadow:none;
}

.sakuhin-text-box {
    width:100%;
    padding:50px 20px;
    text-align:left;
    box-sizing:border-box;
}

.sakuhin-text-box h2 {
    text-align:center;
    font-size:22px;
    font-weight:bold;
    margin:0;
    margin-top:0px;
}

.sakuhin-info-text li {
	margin-bottom:16px;
    line-height:24px;
}

.sakuhin-info-text img {
    width:100%;
    height:auto;
}

.sakuhin-spec {
    text-align:center;
    font-size:14px;
    margin-top:10px;
    margin-bottom:30px;
}

.rating {
    width:90%;
    margin:0 auto;
    border:1px solid #38B0C5;
    color:#38B0C5;
    padding:5px;
    text-align:center;
    font-size:12px;
    margin-top:20px;
    line-height:16px;
}

.sakuhin-info-box {
	margin-bottom:0%;
}

.sakuhin-info-box h3 {
	width:100%;
    font-weight:bold;
    font-size:16px;
    text-align:left;
    border-bottom:1px solid #d4c6a3;
    padding-top:20px;
    padding-bottom:10px;
    margin-bottom:20px;
	cursor:pointer;
	background:url(../images/plus.png) no-repeat top 22px right;
    background-size:12px 12px;
}

.sakuhin-info-box h3.active{
 	background:url(../images/minus.png) no-repeat top 22px right;
    background-size:12px 12px;
}

.sakuhin-info-box p{
    width:100%;
    margin:0 auto;
    font-size:16px;
    line-height:28px;
    margin-bottom:30px;
    text-align:justify;
    padding:0;
}

.sakuhin-info-box blockquote {
    width:90%;
    padding:5%;
	margin-bottom:0px;
}

.sakuhin-credit {
    margin-bottom:0px;
}

.sakuhin-credit p {
    margin-bottom:0px;
}

.sakuhin-credit-thanks {
	margin-top:20px;
    margin-bottom:8px;
	padding-bottom:-6px;
}

.sakuhin-credit-thanks p {
    font-size:12px;
    line-height:20px;
    margin-bottom:12px;
}

.sakuhin-info-text {
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
    display:block;
}

.sakuhin-info-box img {
	width:100%;
    height:auto;
    margin-bottom:0px;
    display:block;
}

.kodak {
	margin:0 auto;
	width:100%;
    height:auto;
	margin-top:15px;
    margin-bottom:0px;
}

.kodak img {
	width:auto;
    height:60px;
    margin:0 auto;
}

.text-right {
    text-align:right;
    width:100%;
    margin:0 auto;
    font-size:16px;
    line-height:32px;
    margin-bottom:20px;
}

.sakuhin-r-fbbox {
    width:100%;
    margin:0 auto;
    padding-bottom:50px;
    margin-top:-24px;
}

.sakuhin-r .fb-page {
    width:280px;
    height:auto;
    margin:0 auto;
    box-shadow:none;
}

.sakuhin-r .twitter {
	display:block;
    width:280px;
    height:300px;
    box-shadow:none;
    border:1px solid #efefef;
    margin:0 auto;
    margin-top:30px;
}

.sakuhin-r .insta {
    width:280px;
    height:280px;
    box-shadow:none;
    margin:0 auto;
    margin-bottom:30px;
}

.sakuhin-r .insta img {
    width:100%;
    height:auto;
    border:3px solid #bf3368;
    box-sizing:border-box;
}

.sakuhin-r .facebook {
    width:280px;
    margin:0 auto;
    padding:0;
}

.sakuhin-text-box-bolder {
	width:100%;
    margin:0 auto;
	text-align:left;
    margin-bottom:5px;
}

.sakuhin-visual img {
    width:75%;
    height:auto;
    display:block;
    margin:0 auto;
}

.sakuhin-link {
    width:100%;
    text-align:center;
    margin-bottom:20px;
    margin-top:30px;
    font-size:12px;
}

.sakuhin-link img {
    margin-bottom:10px;
}

/* youtube */
.sakuhin-youtube {
	position: relative;
	width: 100%;
    height:auto;
	padding-top: 56.25%;
    margin-bottom:5%;
}
.sakuhin-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

}

