@charset "utf-8";
h1,h2,h3,h4,h5,h6,p,address{
  font-weight: normal;
  font-style: normal;
  margin-bottom : 0px;
  font-size : 12px;
}
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
@-webkit-keyframes fadein {
  0% {
  opacity: 0}
100% {
  opacity: 1}
}
body{
  font-size: 100%;
  font-family: 'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-width : 0px 0px 0px 0px;
  min-width : 1000px;
  color : #332d24;
  background-color : #ff9ca5;
  line-height : 1.6;
}
@media print {
  body{
  display : none;
}
}
ul{
  margin : 0;
  padding : 0;
}
.lob{
  font-family: 'Lobster', sans-serif;
}
img{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  user-drag: none;
  -webkit-user-drag: none;
}
.rotate1 {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.rotate2 {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
td{
  font-size: 100%;
  vertical-align : top;
  text-align : left;
  border:none;
}
a{
  color : #800080;
  text-decoration : none;
  font-weight : bold;
}
a:link{
  color : #800080;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  color : #800080;
  text-decoration : none;
  font-weight : bold;
}
a:hover{
  color : #800080;
  text-decoration : underline;
  font-weight : bold;
}
a:active{
  color : #800080;
  text-decoration : underline;
  font-weight : bold;
}
.bigger{
  font-size : 130%;
}
.bigest{
  font-size : 160%;
}
.bigest2{
  font-size : 210%;
}
.smaller{
  font-size : 91.6%;
}
.small{
  font-size : 80%;
}
.futo{
  font-weight : bold;
}
.dan1{
  padding-left: 1em;
  text-indent: -1em;
}
.target{
  width : 100%;
  height : 0px;
}
.fb-like iframe{
  max-width: none!important;
}
.div_contents{
  vertical-align : top;
  text-align : left;
  font-size : 16px;
  width : 1000px;
}
.sen{
  margin-top : 20px;
  margin-bottom : 19px;
  height : 1px;
  width : 100%;
  border-top-width : 1px;
  border-top-style : dotted;
  border-left-width : 0px;
  border-right-width : 0px;
}
.sp40{
  width : 4%;
}
.sp20{
  width : 20px;
}
.topmar10{
  margin-top : 10px;
}
.topmar5{
  margin-top : 5px;
}
.topmar20{
  margin-top : 20px;
}
.topmar40{
  margin-top : 40px;
}
.topmar80{
  margin-top : 80px;
}
.topmar120{
  margin-top : 120px;
}
.topmar180{
  margin-top : 180px;
}
.img100per{
  width : 100%;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.sns{
  height : 23px;
}
.footer{
  font-size : 12px;
  padding-top : 20px;
  padding-bottom : 60px;
  color : #ffffff;
  background-repeat : repeat;
  background-color : black;
  background-image : url(../img_common/fooder.png);
}
.titles_center{
  font-size : 250%;
  letter-spacing : 2px;
  text-align : center;
  background-image : url(../img_common/titles.png);
  background-repeat : no-repeat;
  background-position : center center;
  color : #7a866f;
}
.titles_center1{
  font-size : 350%;
  letter-spacing : 2px;
  text-align : center;
  color : #eb5416;
}
.titles_center2{
  font-size : 350%;
  text-align : center;
  color : #ffffff;
}
.bottom120{
  padding-bottom : 120px;
}
.bottom80{
  padding-bottom : 80px;
}
.medatsu1{
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
  border-width : 1px;
  border-style : solid;
  border-color : #ffffff;
  background-color : rgba(255, 255, 255, 0.8);
}
.btn,
a.btn,
button.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-width : 1px;
  border-style : solid;
  border-color : #5b005b;
  width : 300px;
}
a.btn-flat{
  overflow: hidden;
  padding : 1em;
  color : white;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #ea5513;
}
a.btn-flat span{
  position: relative;
}
a.btn-flat::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #edc00e;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.line_gray{
  padding-left : 15px;
  margin-left : 10px;
  border-left-width : 4px;
  border-left-style : solid;
  border-left-color : #fefae7;
}
.left20px{
  margin-left : 20px;
}
.table100{
  width : 100%;
}
.table60{
  width : 60%;
}
.table80{
  width : 80%;
}
.text_pink{
  color : #ff0080;
}
.text_orange{
  color : #e87400;
}
.text_yellow{
  color : #c28216;
}
.text_green{
  color : #218c1c;
}
.tume{
  letter-spacing : -1px;
}
.div_youtube{
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #999999;
  background-color : white;
  width : 100%;
}
.midashi1{
  font-size : 200%;
  text-align : left;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  padding-left : 20px;
  border-top-width : 2px;
  border-top-style : solid;
  padding-top : 10px;
  background-image : url(../img_common/midashi1.png);
  background-repeat : no-repeat;
  background-position : left center;
  font-weight : bold;
  letter-spacing : 4px;
}
.midashi2{
  font-size : 150%;
  text-align : left;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  padding-left : 20px;
  border-top-width : 2px;
  border-top-style : solid;
  padding-top : 10px;
  background-image : url(../img_common/midashi1.png);
  background-repeat : no-repeat;
  background-position : left center;
  font-weight : bold;
  letter-spacing : 2px;
}
.midashi2b{
  font-size : 150%;
  text-align : left;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  padding-left : 20px;
  border-top-width : 2px;
  border-top-style : solid;
  padding-top : 10px;
  background-image : url(../img_common/midashi1.png);
  background-repeat : no-repeat;
  background-position : left center;
  font-weight : bold;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.staff1{
  vertical-align : top;
  text-align : right;
  padding-top : 10px;
  padding-bottom : 10px;
  width : 47.5%;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #4d3f28;
}
.staff2{
  vertical-align : top;
  text-align : left;
  padding-top : 10px;
  padding-bottom : 10px;
  width : 47.5%;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #4d3f28;
}
.staff9{
  vertical-align : top;
  text-align : center;
  padding-top : 10px;
  padding-bottom : 10px;
  width : 5%;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #4d3f28;
}
.commentbtn{
  width : 200px;
}
.oxford{
  background-image : url(../img_common/oxford02.png);
  background-repeat : repeat-x;
  background-position : center top;
  width : 100%;
  height : 175px;
}
.ami1{
  background-image : url(../img_common/ami01.png);
  background-repeat : repeat;
  background-position : center center;
  height : 50px;
}
.ami2{
  background-image : url(../img_common/ami2.png);
  background-repeat : repeat;
  background-position : center center;
  height : 70px;
}
.back_black{
  color : white;
  background-color : #3f1313;
}
.fcdr1{
  text-shadow:2px 2px 0 #f7b009, -2px -2px 0 #f7b009,
              -2px 2px 0 #f7b009, 2px -2px 0 #f7b009,
              0px 2px 0 #f7b009,  0-2px 0 #f7b009,
              -2px 0 0 #f7b009, 2px 0 0 #f7b009;
}
.fcdr2{
  text-shadow:1px 1px 0 #f7b009, -1px -1px 0 #f7b009,
              -1px 1px 0 #f7b009, 1px -1px 0 #f7b009,
              0px 1px 0 #f7b009,  0-1px 0 #f7b009,
              -1px 0 0 #f7b009, 1px 0 0 #f7b009;
}
.fcdr3{
  text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 2px 0 #fff,  0-2px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;
}
.castp1{
  width : 300px;
}
.td_cast1{
  width : 660px;
}
.yaku1{
  color : #aa4126;
  font-size : 150%;
}
.name1{
  font-size : 200%;
  color : #4d3f28;
  letter-spacing : 2px;
}
.name2{
  font-size : 150%;
  color : #4d3f28;
  letter-spacing : 2px;
}
.td_2{
  width : 48%;
}
.backgrade1{
  background-image : linear-gradient(to bottom, rgba(77, 63, 40, 0), rgba(136, 32, 17, 0.15));
}
.comment1{
  width : 20%;
  background-color : rgba(166, 83, 0, 0.4);
  vertical-align : middle;
  text-align : center;
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  color : white;
  font-weight : bold;
}
.comment9{
  width : 5%;
}
.comment2{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  width : 75%;
  background-color : rgba(255, 255, 255, 0.8);
  border-top-left-radius : 10px 10px;
  border-top-right-radius : 10px 10px;
  border-bottom-right-radius : 10px 10px;
  border-bottom-left-radius : 10px 10px;
  font-size : 91.6%;
}
.billing{
  width : 683px;
}
.thum0{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : #b0966a;
}
.text_right{
  text-align : right;
}
.thum_flyer{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  border-width : 1px;
  border-style : solid;
  border-color : white;
  width : 48%;
}
.mark1{
  font-weight : bold;
  color : white;
  background-color : #e30000;
}
.midashi3{
  font-size : 120%;
  padding-bottom : 10px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
}
.pay{
  background-color : white;
  padding-top : 40px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 40px;
}
.gds1{
  background-color : white;
  vertical-align : middle;
  text-align : center;
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  width : 40%;
}
.bunka{
  padding-top : 30px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  background-color : white;
}
.btn_link9{
  padding-top : 1em;
  padding-bottom : 1em;
  border-width : 1px;
  border-style : solid;
  width : 300px;
  background-color : #999999;
  text-align : center;
  color : white;
}

