/* 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:'div';
   src: url('din.woff') format("din");
}

a{
	color:#a7a981;
	font-style:normal;
	text-decoration:none;
	outline:none;
}

a:link {
	color:#a7a981;
	font-style:normal;
	text-decoration:none;
}

a:visited {
	color:#a7a981;
	text-decoration:none;
}

a:hover {
	color:#a7a981;
	font-style:normal;
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* common */
body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 100%;
    color:#312b2a;
}

.wrapper {
    width:640px;
    padding:0% 0%;
    margin:0 auto;
}

.forsp {
    display:block;
}

.forpc {
    display:none;
}

p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
}


/* menu */
.menu-width {
}

.menu-box {
}

.menu {
	display:none;
}


/* top */
.top {
	width:640px;
    margin:0 auto;
	padding-top:58px;
    margin-bottom:0;
    animation: top 3s ease 0s 1 normal;
    -moz-animation: top 3s ease 0s 1 normal;
    -webkit-animation: top 3s ease 0s 1 normal;
	-o-animation: top 3s ease 0s 1 normal;
    -ms-animation: top 3s ease 0s 1 normal;
}

.top img {
    width:100%;
    height:auto;
    display:block;
}

@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;}
}

/* facebook */
.facebook {
	width:100%;
    padding:30px 0% 0% 0%;
}

.facebook-page {
    width:305px;
    margin:0 auto;
    margin-bottom:30px;
    float:left;
}

.twitter {
    width:305px;
    height:320px;
    overflow:scroll;
    margin:0 auto;
    border:1px solid #edece7;
    float:right;
}

/* introduciton */
.intro {
    width:595px;
    margin:0 auto;
    background:#edece7;
    color:#312b2a;
    margin-bottom:60px;
    margin-top:30px;
}

.intro h2 {
    font-size:34px;
    margin-bottom:15px;
    line-height:40px;
}

.intro-writer-katagaki {
    font-size:10px;
    margin-bottom:5px;
    line-height:14px;
}

.intro-writer {
	font-size:18px;
    margin-bottom:30px;
}

.intro p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
    margin-bottom:30px;
}

.ishizaka {
    width:595px;
    margin:0 auto;
    background:#ffffff;
    color:#312b2a;
    margin-bottom:60px;
}

.ishizaka-midashi {
    font-size:18px;
    margin-bottom:15px;
}

.ishizaka-katagaki {
	width:100%;
    text-align:right;
    font-size:10px;
    margin-bottom:5px;
    margin-top:15px;
    line-height:14px;
}

.ishizaka-name {
	width:100%;
    text-align:right;
	font-size:18px;
    margin-bottom:0px;
}

.ishizaka p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
}

/* sakuhin */
.sakuhin img {
    width:100%;
    height:auto;
}

.day1 {
    width:100%;
    margin:0 auto;
    background:#f1eeeb;
}

.day2 {
    width:100%;
    margin:0 auto;
    background:#e5e8e5;
}

.day3 {
    width:100%;
    margin:0 auto;
    background:#ecebda;
}

.sakuhin h3 {
	border-top:1px solid #312b2a;
    padding:30px 0px;
    text-align:left;
    font-size:18px;
	cursor:pointer;
	background:url(images/plus.png) no-repeat top 30px right;
    background-size:14px 14px;
}

.sakuhin h3.active{
 	background:url(images/minus.png) no-repeat top 30px right;
    background-size:14px 14px;
}

.sakuhin ul {
	display:none;
    margin-bottom:5%;
}

.sakuhin-time {
    font-size:12px;
    margin-bottom:15px;
    margin-top:5px;
}

.sakuhin-title {
	width:100%;
    font-size:18px;
    margin-bottom:15px;
}

.gendai {
    font-size:12px;
    padding-left:5px;
}

.sakuhin-date {
    font-size:12px;
    text-align:justify;
    line-height:18px;
    margin-bottom:9px;
    margin-top:10px;
}

.sakuhin li {
	border-top:1px solid #312b2a;
    padding-bottom:30px;
}

.guest1 {
    width:595px;
    margin:0 auto;
    color:#c2a058;
    margin-top:60px;
}

.guest2 {
    width:595px;
    margin:0 auto;
    color:#b781c3;
    margin-top:60px;
}

.guest-katagaki {
	width:100%;
    text-align:right;
    font-size:10px;
    margin-top:5px;
}

.guest-name {
	width:100%;
    text-align:right;
	font-size:18px;
    margin-top:15px;
}

.guest1 p, .guest2 p {
    line-height:26px;
}

/* timechedule */
.time {
    width:100$;
    margin:0 auto;
    margin-top:60px;
}

.time-day1 {
    background:#f1eeeb; 
    padding-bottom:30px;  
    margin-bottom:30px;
}

.time-day2 {
    background:#e5e8e5;
    padding-bottom:30px;
    margin-bottom:30px;
}

.time-day3 {
    background:#ecebda;
    padding-bottom:30px;
}

.time h4 {
    font-size:18px;
    padding-bottom:5px;
    border-bottom:3px solid #312b2a;
    margin-bottom:8px;
} 

.week {
    font-size:12px;
    padding-right:5px;
}

.time ul {
    width:100%;
    display:block;
    margin-bottom:0px;
}

.time li {
    padding:7px 0px;
    border:none;
}

.time-shaku {
    font-size:12px;
    padding-left:5px;
}

.time-guest {
    margin-top:8px;
    line-height:22px;
}

.time-katagaki {
    font-size:12px;
}

.ticket-cation {
    font-size:12px;
}

/* theater */
.theater {
    width:595px;
    margin:0 auto;
    margin-top:60px;
    padding-bottom:60px;
}

.theater ul {
	display:block;
    margin:0;
    margin-top:15px;
}

.theater li {
	border:none;
    margin:0;
    padding-bottom:0px;
    line-height:20px;
    font-size:14px;
}

.theater img {
    width:50%;
    height:auto;
    border:1px solid #dbd9ce;
    margin:-1px;
}

.theater h5 {
    font-size:20px;
    margin-top:30px;
    margin-bottom:10px;
}

.theater-adress p {
    font-size:14px;
    line-height:14px;
    margin-bottom:5px;
    padding:0;
}

.tel a {
	display:block;
    background:#edece7;
    text-align:center;
    font-size:14px;
    padding:10px;
    border-radius:4px;
    margin-top:10%;
    line-height:20px;
    color:#312b2a;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.tel a:hover {
    text-decoration:none;
    background:#dbd9ce;
}


/* footer */
.footer {
	background:#ffffff;
    overflow:hidden;
}

.pagetop {
    width:100%;
    height:auto;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
    font-weight:normal;
	font-family:'cbg';
}

.pagetop a {
	font-size:16px;
	width:100%;
    background:#eeefef;
    text-decoration:none;
    color:#312b2a;
    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:#312b2a;
    background-color:#dcdcdc;
}

.arrow {
	width: 10px;
	height: 10px;
	border-top: 2px solid #312b2a;
	border-right: 2px solid #312b2a;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:6px;
    margin-right:10px;
}

.ichiran {
    width:640px;
    margin:0 auto;
    padding:30px 0%;
    text-align:center;
}

.ichiran img {
    width:50%;
    height:auto;
    margin-bottom:30px;
}

.ichiran p {
    font-size:10px;
    line-height:16px;
    padding:0;
    margin-bottom:5px;
}

.copyright {
	margin-top:-5px;
    padding-top:5%;
    font-size:10px;
}

.link {
	width:640px;
    margin:0 auto;
    margin-bottom:60px;
}

.link li {
    margin-bottom:30px;
}

.link img {
    display:block;
    width:100%;
    height:auto;
}


@media screen and (min-width: 0px) and (max-width: 640px) {

/* common */
body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 100%;
    color:#312b2a;
}

.wrapper {
    width:100%;
    padding:5% 0%;
    margin:0 auto;
}

.forsp {
    display:block;
}

.forpc {
    display:none;
}

p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
}


/* menu */
.menu-width {
}

.menu-box {
}

.menu {
	display:none;
}


/* top */
.top {
	width:100%;
    margin:0 auto;
	padding-top:58px;
    margin-bottom:0;
}

.top img {
    width:100%;
    height:auto;
    display:block;
}

/* facebook */
.facebook {
	width:100%;
    padding:10% 0% 0% 0%;
}

.facebook .wrapper {
    padding:0;
}

.facebook-page {
    width:320px;
    margin:0 auto;
    margin-bottom:5%;
    float:none;
}

.twitter {
    width:320px;
    height:320px;
    overflow:scroll;
    margin:0 auto;
    border:1px solid #edece7;
    float:none;
}

/* introduciton */
.intro {
    width:90%;
    margin:0 auto;
    background:#edece7;
    color:#312b2a;
    margin-bottom:10%;
    margin-top:5%;
}

.intro h2 {
    font-size:36px;
    margin-bottom:15px;
}

.intro-writer-katagaki {
    font-size:10px;
    margin-bottom:5px;
}

.intro-writer {
	font-size:18px;
    margin-bottom:30px;
}

.intro p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
}

.ishizaka {
    width:90%;
    margin:0 auto;
    background:#ffffff;
    color:#312b2a;
    margin-bottom:10%;
}

.ishizaka-midashi {
    font-size:18px;
    margin-bottom:15px;
}

.ishizaka-katagaki {
	width:100%;
    text-align:right;
    font-size:10px;
    margin-bottom:5px;
    margin-top:15px;
}

.ishizaka-name {
	width:100%;
    text-align:right;
	font-size:18px;
    margin-bottom:0px;
}

.ishizaka p {
    font-size:16px;
    text-align:justify;
    line-height:26px;
}

/* sakuhin */
.sakuhin img {
    width:100%;
    height:auto;
}

.day1 {
    width:90%;
    margin:0 auto;
    background:#f1eeeb;
}

.day2 {
    width:90%;
    margin:0 auto;
    background:#e5e8e5;
}

.day3 {
    width:90%;
    margin:0 auto;
    background:#ecebda;
}

.sakuhin h3 {
	border-top:1px solid #312b2a;
    padding:30px 0px;
    text-align:left;
    font-size:18px;
	cursor:pointer;
	background:url(images/plus.png) no-repeat top 30px right;
    background-size:14px 14px;
}

.sakuhin h3.active{
 	background:url(images/minus.png) no-repeat top 30px right;
    background-size:14px 14px;
}

.sakuhin ul {
	display:none;
    margin-bottom:5%;
}

.sakuhin-time {
    font-size:12px;
    margin-bottom:15px;
    margin-top:5px;
}

.sakuhin-title {
	width:100%;
    font-size:18px;
    margin-bottom:15px;
}

.gendai {
    font-size:12px;
    padding-left:5px;
}

.sakuhin-date {
    font-size:12px;
    text-align:justify;
    line-height:18px;
    margin-bottom:9px;
    margin-top:10px;
}

.sakuhin li {
	border-top:1px solid #312b2a;
    padding-bottom:30px;
}

.guest1 {
    width:90%;
    margin:0 auto;
    color:#c2a058;
    margin-top:10%;
}

.guest2 {
    width:90%;
    margin:0 auto;
    color:#b781c3;
    margin-top:10%;
}

.guest-katagaki {
	width:100%;
    text-align:right;
    font-size:10px;
    margin-top:5px;
}

.guest-name {
	width:100%;
    text-align:right;
	font-size:18px;
    margin-top:15px;
}

.guest1 p, .guest2 p {
    line-height:26px;
}

/* timechedule */
.time {
    width:90%;
    margin:0 auto;
    margin-top:10%;
}

.time-day1 {
    background:#f1eeeb; 
    padding-bottom:30px;  
    margin-bottom:5%;
}

.time-day2 {
    background:#e5e8e5;
    padding-bottom:30px;
    margin-bottom:5%;
}

.time-day3 {
    background:#ecebda;
    padding-bottom:30px;
}

.time h4 {
    font-size:18px;
    padding-bottom:5px;
    border-bottom:3px solid #312b2a;
    margin-bottom:8px;
} 

.week {
    font-size:12px;
    padding-right:5px;
}

.time ul {
    width:100%;
    display:block;
    margin-bottom:0px;
}

.time li {
    padding:7px 0px;
    border:none;
}

.time-shaku {
    font-size:12px;
    padding-left:5px;
}

.time-guest {
    margin-top:8px;
    line-height:22px;
}

.time-katagaki {
    font-size:12px;
}

.ticket-cation {
    font-size:12px;
}

/* theater */
.theater {
    width:90%;
    margin:0 auto;
    margin-top:10%;
    padding-bottom:0;
}

.theater ul {
	display:block;
    margin:0;
    margin-top:5%;
}

.theater li {
	border:none;
    margin:0;
    padding-bottom:0px;
    line-height:20px;
    font-size:14px;
}

.theater img {
    width:100%;
    height:auto;
    border:1px solid #dbd9ce;
    margin:-1px;
}

.theater h5 {
    font-size:20px;
    margin-top:10%;
    margin-bottom:5%;
}

.theater-adress p {
    font-size:14px;
    line-height:14px;
    margin-bottom:5px;
    padding:0;
}

.tel a {
	display:block;
    background:#edece7;
    text-align:center;
    font-size:14px;
    padding:10px;
    border-radius:4px;
    margin-top:10%;
    line-height:20px;
    color:#312b2a;
    transition:background-color 0.1s linear;
    -webkit-transition:background-color 0.1s linear;
}

.tel a:hover {
    text-decoration:none;
    background:#dbd9ce;
}


/* footer */
.footer {
	background:#ffffff;
    overflow:hidden;
}

.pagetop {
    width:100%;
    height:auto;
    overflow:hidden;
    color:#ffffff;
    text-align:center;
    font-weight:normal;
	font-family:'cbg';
}

.pagetop a {
	font-size:16px;
	width:100%;
    background:#eeefef;
    text-decoration:none;
    color:#312b2a;
    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:#312b2a;
    background-color:#dcdcdc;
}

.arrow {
	width: 10px;
	height: 10px;
	border-top: 2px solid #312b2a;
	border-right: 2px solid #312b2a;
    transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    margin-top:6px;
    margin-right:10px;
}

.ichiran {
    width:90%;
    margin:0 auto;
    padding:5% 0%;
    text-align:center;
}

.ichiran img {
    width:50%;
    height:auto;
    margin-bottom:5%;
}

.ichiran p {
    font-size:10px;
    line-height:16px;
    padding:0;
    margin-bottom:5px;
}

.copyright {
	margin-top:-5px;
    padding-top:5%;
    font-size:10px;
}

.link {
	width:100%;
    margin:0 auto;
    padding:5% 0% 0% 0%;
}

.link li {
    margin-bottom:0%;
}

.link img {
    display:block;
    width:100%;
    height:auto;
}

}
