@charset "UTF-8";
/*!
*  Style.css | 2015.12.27 by nakajima
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  min-width: 1080px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:hover {
  text-decoration: none; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }
/* 共通スタイル設定
   ========================================================================== */
/*!
 *  Variables | 2015.11.02 by yk
 */
/* 汎用設定
   ========================================================================== */
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.left {
  float: left; }

.right {
  float: right !important; }

/*--------------------------トップページスタイル設定--------------------------*/
#contents {
  width: 764px; }
  #contents #rightContents {
    margin-bottom: 20px;
    left: 0; }
    #contents #rightContents h2 {
      margin-bottom: 10px;
      padding: 5px 20px;
      font-size: 18px;
      color: #FFF;
      background: #4D463D; }
      #contents #rightContents h2 span {
        margin-left: 10px;
        font-size: 12px;
        color: #fff;
        font-weight: normal; }
    #contents #rightContents .shopform {
      margin-top: 30px; }
      #contents #rightContents .shopform .mark {
        color: #E96093; }
      #contents #rightContents .shopform .explain {
        margin-bottom: 20px; }
      #contents #rightContents .shopform table {
        margin-bottom: 40px; }
        #contents #rightContents .shopform table tbody {
          border-top: #ccc 1px solid;
          border-left: #ccc 1px solid; }
          #contents #rightContents .shopform table tbody tr {
            display: block; }
            #contents #rightContents .shopform table tbody tr th {
              vertical-align: -webkit-baseline-middle;
              width: 280px;
              font-weight: normal;
              background: #FDEFF4;
              border-bottom: #ccc 1px solid;
              border-right: #ccc 1px solid;
              padding: 20px 10px; }
            #contents #rightContents .shopform table tbody tr td {
              border-bottom: #ccc 1px solid;
              border-right: #ccc 1px solid;
              padding: 20px;
              width: 554px;
              font-size: 14px; }
              #contents #rightContents .shopform table tbody tr td .sample {
                font-size: 12px;
                color: #9C9C9C; }
              #contents #rightContents .shopform table tbody tr td input {
                border: #9C9C9C 1px solid; }
								#contents #rightContents .shopform table tbody tr td input[type="file"] {
                border:none;}
              #contents #rightContents .shopform table tbody tr td input[type="text"] {
                width: 420px;
                font-size: 14px;
                height: 26px;
                margin-bottom: 6px; }
              #contents #rightContents .shopform table tbody tr td textarea {
                border: #9C9C9C 1px solid;
                width: 420px;
                height: 120px;
                font-size: 14px; }
              #contents #rightContents .shopform table tbody tr td .zip {
                width: 200px !important; }
              #contents #rightContents .shopform table tbody tr td .addr {
                height: 50px !important; }
              #contents #rightContents .shopform table tbody tr td span.ERR {
                color: #D21F22; }
            #contents #rightContents .shopform table tbody tr .radiobtn label {
              margin-right: 10px; }
      #contents #rightContents .shopform .privacy {
        margin-bottom: 20px; }
      #contents #rightContents .shopform .btn {
        text-align: center; }
        #contents #rightContents .shopform .btn button {
          padding: 6px 30px;
          font-size: 16px;
          margin: 0 20px; }
        #contents #rightContents .shopform .btn button:hover {
          opacity: 0.8; }
      #contents #rightContents .shopform .completion {
        text-align: center;
        margin-bottom: 20px; }
        #contents #rightContents .shopform .completion span {
          display: block;
          font-size: 20px; }
      #contents #rightContents .shopform .telnum {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px; }
      #contents #rightContents .shopform .compleBtn {
        width: 120px;
        margin: auto;
        background: #E96093; }
        #contents #rightContents .shopform .compleBtn a {
          padding: 6px 0px;
          font-size: 16px;
          display: block;
          text-align: center;
          color: #fff; }
        #contents #rightContents .shopform .compleBtn a:hover {
          text-decoration: none; }
      #contents #rightContents .shopform .compleBtn:hover {
        opacity: 0.8; }
    #contents #rightContents .complet {
      background: #FDEFF4;
      padding: 20px 20px 40px 20px; }

#contents {
  width: 1024px;
  min-height: 1660px;
  margin: 0 auto 120px auto; }
  #contents #leftContents {
    position: absolute;
    top: 0;
    width: 230px; }
    #contents #leftContents .leftMain {
      padding: 12px;
      background: #fff;
      border: #E7DBCE solid 2px;
      margin-top: 30px; }
      #contents #leftContents .leftMain .logo {
        margin: 10px 0 30px 0;
        text-align: center; }
      #contents #leftContents .leftMain .hour .hTitle {
        text-align: center;
        background: #E7DBCE;
        margin-bottom: 5px; }
      #contents #leftContents .leftMain .hour ul .time {
        text-align: right;
        font-size: 18px;
        margin-bottom: 10px; }
      #contents #leftContents .leftMain .newMovie .movie {
        margin-top: 10px; }
      #contents #leftContents .leftMain .newMovie .movieTitle {
        line-height: 120%; }
      #contents #leftContents .leftMain .event {
        background: #CCE9F7;
        padding: 6px; }
        #contents #leftContents .leftMain .event table tbody {
          width: 190px;
          font-size: 12px;
          display: inherit; }
          #contents #leftContents .leftMain .event table tbody tr th {
            background: #E7DBCE;
            padding: 0 4px; }
          #contents #leftContents .leftMain .event table tbody tr td {
            background: #fff;
            text-align: center;
            padding: 4px 0;
            border: #E7DBCE solid 1px; }
        #contents #leftContents .leftMain .event .eTitile {
          margin: 10px -7px;
          position: relative;
          zoom: 1; }
        #contents #leftContents .leftMain .event .list {
          background: #fff;
          padding: 10px;
          border: #0092D6 solid 1px;
          margin-bottom: 7px; }
          #contents #leftContents .leftMain .event .list .image {
            margin-bottom: 10px; }
          #contents #leftContents .leftMain .event .list .eventTitle {
            margin-bottom: 6px;
            line-height: 120%;
            color: #E96093;
            font-weight: bold; }
          #contents #leftContents .leftMain .event .list .place, #contents #leftContents .leftMain .event .list .times {
            font-size: 80%; }
        #contents #leftContents .leftMain .event .btnIchiran {
          margin-bottom: 10px; }
    #contents #leftContents .bnrArea ul li {
      margin-bottom: 20px; }
    #contents #leftContents .subMenu ul .bnrShop {
      background: #E7DBCE;
      padding: 20px 10px;
      margin-bottom: 10px; }
      #contents #leftContents .subMenu ul .bnrShop a {
        font-weight: bold;
        color: #332e29;
        display: block; }
      #contents #leftContents .subMenu ul .bnrShop a:hover {
        text-decoration: none; }
    #contents #leftContents .subMenu ul li:hover {
      opacity: 0.8; }
    #contents #leftContents .snsArea ul {
      overflow: hidden; }
    #contents #leftContents .freeArea ul {
      overflow: hidden; }

/* コンテンツ
   ========================================================================== */
#rightContents {
  width: 840px;
  position: relative;
  left: 260px;
  top: 20px;
	margin:0 auto; }
  #rightContents .contentsBox {
    margin-bottom: 60px; }
    #rightContents .contentsBox h2 {
      position: relative;
      margin-bottom: 20px; }
      #rightContents .contentsBox h2 a {
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
