@charset "UTF-8";
/* line 5, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
/*-----------------clear-both-------------------*/ 
.cf{
	clear:both;
	display: inline-block;
}
:placeholder-shown {
	color:red;
	opacity:0.5;
}
.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#banner_area {
	clear:both;
	width:1080px;
	height:auto;
	margin:0 auto;
}
#banner_area ul li {
	margin:0 auto;
	text-align:center;
}
.footer_banners {
	width:255px;
	height:auto;
	padding:10px 0 0 20px;
}
.footer_bns {
	float:left;
}

* html .cf {

}
.cf {
    display:block;
}


/* line 22, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: "icomoon";
  src: url('../fonts/icomoon.eot?1418033721');
  src: url('../fonts/icomoon.eot?&1418033721#iefix') format('embedded-opentype'), url('../fonts/icomoon.eot?1418033721') format('embedded-opentype'), url('../fonts/icomoon.woff?&1418033721') format('woff'), url('../fonts/icomoon.ttf?-8xqkt1&1418033721') format('truetype'), url('../fonts/icomoon.svg?-8xqkt1&1418033721#icomoon') format('svg');
  font-weight: "normal";
  font-style: " normal"; }
/* line 67, ../scss/style.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 81, ../scss/style.scss */
.icon-r18:before {
  content: "\e600"; }

/*------------------------------------------------------------*/
/* line 86, ../scss/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 90, ../scss/style.scss */
body {
/*	background-image:url(../images/megumi-body-bg1.jpg);
	background-position:center top;
	background-repeat:repeat-y;*/
	background:none;
  font-family: "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /*background:$bg_base;*/
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
/*  border: 14px #FFBB12 solid;*/
  color: #3F3625; }

/* line 98, ../scss/style.scss */
a {
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3F3625; }
  /* line 103, ../scss/style.scss */
  a:hover {
    color: #FFBB12; }

/* line 107, ../scss/style.scss */
::-moz-selection {
  background: #4F4B44;
  color: #F8F8F8; }

/* line 108, ../scss/style.scss */
::selection {
  background: #4F4B44;
  color: #F8F8F8; }

/* line 109, ../scss/style.scss */
.btn {
  background: #dfdfdf;
  color: #3F3625;
  cursor: pointer;
  height: 84px;
  line-height: 94px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }
  /* line 119, ../scss/style.scss */
  .btn:hover {
    background: #F24E14;
    color: white; }

/* line 124, ../scss/style.scss */
.btn-primary {
  background: #FF7BAC; /*#3F3625;*/
  color: white; }
  /* line 127, ../scss/style.scss */
  .btn-primary:hover {
    background: #F24E14; }

/* line 131, ../scss/style.scss */
.btn-success {
  background: #4A8B2C; }

/* line 134, ../scss/style.scss */
.btn-block {
  display: block;
  text-align: center;
  width: 99%;
  outline: none;
  margin: 14px auto 14px 0;
  border: none; }

/* line 142, ../scss/style.scss */
.center {
  text-align: center; }

/* line 145, ../scss/style.scss */
.center-block {
  margin: 0 auto; }

/* line 148, ../scss/style.scss */
#wrapper {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

/* line 160, ../scss/style.scss */
.responsive-img {
  width: 100%; }

/* line 163, ../scss/style.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

/* Alert Boxes
=================================================================== */
/* line 171, ../scss/style.scss */
.alert {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  padding: 14px 40px 14px 18px;
  -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 14px; }
  /* line 178, ../scss/style.scss */
  .alert .alert-heading {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold; }

/* line 183, ../scss/style.scss */
.alert.alert-success {
  background-color: #edf6e5 !important;
  color: #7a9659 !important;
  border: 1px solid #9fc76f !important; }

/* line 188, ../scss/style.scss */
.alert.alert-error {
  background-color: #fdeaea !important;
  color: #ca6f74 !important;
  border: 1px solid #f27b81 !important; }

/* line 193, ../scss/style.scss */
.alert {
  background-color: #fffee1 !important;
  color: #daac50 !important;
  border: 1px solid #f5c056 !important; }

/* line 198, ../scss/style.scss */
.alert.alert-info {
  background-color: #e9f8ff !important;
  color: #5d9fa9 !important;
  border: 1px solid #75c7d3 !important; }

/*----------------------------------------------------------------------------
header
---------------------------------------------------------------------------- */
/* line 207, ../scss/style.scss */
#headarea {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  /*height: 160px;*/
  /*background-color: #3F3625;*/
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* line 218, ../scss/style.scss */
.inner {
  margin: 0 auto;
  width: 100%; }

/* line 222, ../scss/style.scss */
header {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  clear:both;
}

/* line 227, ../scss/style.scss */
#header #whorl {
  /*color: #FFFFFF;*/
  /*background-color: #3F3625;*/
  display: block;
  height: 70px;
  float:left;
}

/* line 233, ../scss/style.scss */
#header #whorl .contents {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1; }

/* line 240, ../scss/style.scss */
#header #whorl .header_title {
	font-size:0.8em;
	font-weight:normal;
}
#header #whorl #sitelogo {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*padding-top: 20px;*/
  padding-right: 0;
  padding-bottom: 10px;
  float: left; }


.deficiency {
    margin-top: 7px;
    display: block;
}


/* line 248, ../scss/style.scss */
#header #whorl #address {
  float: right;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  letter-spacing: 0.1em;
  font-weight: bold; }

/* line 254, ../scss/style.scss */
#header #whorl #address .mail {
  background-image: url(http://studiomasao.com/images/icon_mail.png);
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 9px;
  margin-right: 10px; }

/* line 261, ../scss/style.scss */
#header #whorl #address .tel {
  background-image: url(http://studiomasao.com/images/icon_tel.png);
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 5px; }

/* line 267, ../scss/style.scss */
#header #whorl .contents .sp-mail,
#header #whorl .contents .sp-tel {
  display: none; }

/* line 271, ../scss/style.scss */
#header .wrapper {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  }
  /* line 278, ../scss/style.scss */
  #header .wrapper .socialBtn {
    overflow: hidden;
    *zoom: 1;
    position: absolute;
    right: 0;
    width: 56px; 
    top: -50px; }
    /* line 283, ../scss/style.scss */
    #header .wrapper .socialBtn > span {
      width: 24px;
      height: 24px; }
      /* line 286, ../scss/style.scss */
      #header .wrapper .socialBtn > span.twitter {
        float: left; }
      /* line 289, ../scss/style.scss */
      #header .wrapper .socialBtn > span.facebook {
        float: right; }
      /* line 292, ../scss/style.scss */
      #header .wrapper .socialBtn > span img {
        width: 100%;
        height: auto; }

/* line 299, ../scss/style.scss */
.logo {
  width: 216px;
  float: left;
  margin-top: 30px; }

/* line 304, ../scss/style.scss */
.logo_type {
	width: 325px; }

/* line 307, ../scss/style.scss */
.logo img {
  width: 100%;
  height: auto; }

/* line 311, ../scss/style.scss */
nav.pc {
  width:70%;
  z-index: 100;
  outline: none;
  color: black;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2em;
  margin: 1.2em auto 0 auto;
  text-align:center;
  float: right;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 }
  nav.pc > ul {
    margin-top: 30px; }
  /* line 326, ../scss/style.scss */
  nav.pc > ul > li {
    /*margin-right: 30px;*/
    float: left;
    position: relative; }
    /* line 332, ../scss/style.scss */
    nav.pc > ul > li:last-child {
      margin-right: 0; }
    /* line 335, ../scss/style.scss */
    nav.pc > ul > li > ul {
      display: none;
      position: absolute;
      top: 20px; }
      /* line 339, ../scss/style.scss */
      nav.pc > ul > li > ul > li {
        border-bottom: 1px white solid; }
        /* line 341, ../scss/style.scss */
        nav.pc > ul > li > ul > li:last-child {
          border-bottom: none; }
        /* line 344, ../scss/style.scss */
        nav.pc > ul > li > ul > li a {
          display: inline-block;
          height: 36px;
          line-height: 36px;
          width: 190px;
          background-color: rgba(105, 93, 70, 0.6);
          padding-left: 7px;
          color: white; }
  /* line 358, ../scss/style.scss */
  nav.pc a {
    position: relative;
    outline: none;
    color: #333;
    letter-spacing: 0.15em;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    /*font-size: 14px;*/
    display: block;
    height: 20px; }
    /* line 368, ../scss/style.scss */
    nav.pc a.current {
      color: #3F3625; }

/* line 373, ../scss/style.scss */
nav.pc a:hover {
  color: #F9C215; }

/* line 376, ../scss/style.scss */
#category_list {
  display: none;
  width: 100%;
  height: 240px;
  z-index: 999;
  posution: fixed;
  top: 0px;
  left: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2D2519; }

/* line 388, ../scss/style.scss */
#category_list .lists li {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4F432F;
  width: 94%;
  margin-right: auto;
  margin-left: auto; }

/* line 397, ../scss/style.scss */
#category_list .lists li a {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 13px;
  padding-bottom: 12px; }

/* line 404, ../scss/style.scss */
#category_list .list_close {
  float: right;
  width: 22px;
  margin-top: 16px;
  margin-right: 16px;
  display: block; }

/* line 411, ../scss/style.scss */
#category_list .list_close img {
  width: 100%;
  height: auto; }

/*----------------------------------------------------------------------------
contents
---------------------------------------------------------------------------- */
/* line 420, ../scss/style.scss */
.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #7F872E; }

/* line 430, ../scss/style.scss */
#container {
  overflow: hidden;
  *zoom: 1;
  background-color: #F2F2F2;
  padding-top: 14px;
  padding-bottom: 14px; }
  /* line 435, ../scss/style.scss */
  #container .row-fluid {
    margin-bottom: 30px; }
    /* line 437, ../scss/style.scss */
    #container .row-fluid .title {
      width: 98.6%;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.6;
      letter-spacing: 0.1em;
      margin-bottom: 26px; }

/* line 446, ../scss/style.scss */
#container .root,
#container .breadcrumb {
  max-width: 1066px;
  margin-right: auto;
  margin-left: auto;
  color: #3F3625;
  margin-top: 8px;
  margin-bottom: 26px;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  /* line 455, ../scss/style.scss */
  #container .root li,
  #container .breadcrumb li {
    display: inline-block; }
    /* line 457, ../scss/style.scss */
    #container .root li:first-child i,
    #container .breadcrumb li:first-child i {
      color: black; }

/* line 462, ../scss/style.scss */
#container .root a {
  color: #3F3625;
  text-decoration: none; }

/* line 466, ../scss/style.scss */
#container .root a:hover {
  text-decoration: underline; }

/* line 469, ../scss/style.scss */
#container .hide-title {
  display: none; }

/* line 472, ../scss/style.scss */
.clearfix {
  clear: both; }

/* line 475, ../scss/style.scss */
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

/* line 482, ../scss/style.scss */
.inline {
  clear: both;
  display: inline-block; }

/* line 486, ../scss/style.scss */
h2#system-price_h,
h2.title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  width: 98.6%;
  margin-right: auto;
  margin-left: auto;
  /*margin-bottom: 26px;*/
  line-height: 160%;
  display: block;
  letter-spacing: 0.1em;
  padding-top: 4px;
  /*padding-bottom: 4px;*/
/*  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #3F3625;
  border-right-color: #3F3625;
  border-bottom-color: #F3F3F3;
  border-left-color: #3F3625;
  border-bottom-style: dotted;*/ }
  /* line 508, ../scss/style.scss */
  h2#system-price_h.margin-bottom,
  h2.title.margin-bottom {
    margin-bottom: 7px; }
  /* line 511, ../scss/style.scss */
  h2#system-price_h#studio_1, h2#system-price_h#studio_2,
  h2.title#studio_1,
  h2.title#studio_2 {
   font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  h2#system-price_h2,
	h2.title {
  /*font-size: 24px;*/
  width:1080px;
  font-size: 1.5rem;
  font-weight: bold;
  /*width: 98.6%;*/
  margin-right: auto;
  margin-left: auto;
  /*margin-bottom: 26px;*/
  line-height: 160%;
  display: block;
  letter-spacing: 0.1em;
  padding-top: 4px;
/*  padding-bottom: 4px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-color: #3F3625;
  border-right-color: #3F3625;
  border-bottom-color: #F3F3F3;
  border-left-color: #3F3625;
  border-bottom-style: dotted;*/ }
  /* line 508, ../scss/style.scss */
  h2#system-price_h2.margin-bottom,
  h2.title.margin-bottom {
    margin-bottom: 7px; }
  /* line 511, ../scss/style.scss */
  h2#system-price_h2#studio_1, h2#system-price_h2#studio_2,
  h2.title#studio_1,
  h2.title#studio_2 {
   font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
h2.megumi-title, h3.megumi-title {
	border-bottom:1px dashed #000000;
}
/* line 515, ../scss/style.scss */
.help-block {
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 0.875rem; }

/* line 521, ../scss/style.scss */
#content h3 {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 98%;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  clear: both;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  line-height: 180%; }




/*----------------------------------------------------------------------------
main-visual
---------------------------------------------------------------------------- */
/* line 539, ../scss/style.scss */
#main-visual {
  border: none;
  margin-bottom: 14px;
  position: relative;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  /* line 544, ../scss/style.scss */
  #main-visual .bx-controls-direction a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
  /* line 547, ../scss/style.scss */
  #main-visual .text {
    position: absolute;
    bottom: -70px;
    background: #ffffff;
    color: #322D24;
    width: 100%;
    padding-right: 12px;
    overflow: hidden;
    *zoom: 1; }
    
	.bx-viewport{
		height: 460px !important;
	}
    /* line 556, ../scss/style.scss */
    #main-visual .text .in .day {
      font-size: 18px;
      font-size: 1.125rem;
      background: #FFBB12;
      font-weight: bold;
      display: inline-block;
      text-align: center;
      padding: 12px;
      line-height: 1.5;
      float: left;
      margin-right: 14px;
      min-height: 83px; }
      /* line 567, ../scss/style.scss */
      #main-visual .text .in .day:nth-child(even) {
        background: #4A8B2C; }
    /* line 571, ../scss/style.scss */
    #main-visual .text .in .area {
      padding: 4px;
      background: white;
      color: black;
      margin-top: 8px;
      margin-bottom: 4px; }
    /* line 578, ../scss/style.scss */
    #main-visual .text .in .name {
      display: block;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: bold; }
    /* line 583, ../scss/style.scss */
    #main-visual .text .in .detail {
      float: right;
      background: #FFBB12;
      color: black;
      padding: 4px;
      margin-bottom: 7px; }
      /* line 589, ../scss/style.scss */
      #main-visual .text .in .detail i {
        margin-right: 4px; }
  /* line 595, ../scss/style.scss */
  #main-visual .image {
    overflow: hidden;
    *zoom: 1;
    /*height:380px;*/
    border: 1px solid #E8E8E8; }
    /* line 599, ../scss/style.scss */
    #main-visual .image li {
      width: 33.3333%;
      float: left; }
      /* line 608, ../scss/style.scss */
      #main-visual .image li img {
        width: 100%;
        height: auto;
        vertical-align: middle; }

/*----------------------------------------------------------------------------
window-top
---------------------------------------------------------------------------- */
/* line 621, ../scss/style.scss */
#content-home ul, .sec-block ul {
  overflow: hidden;
  background: #FFFFF8;
  border: 1px solid #F3F3F3;
  padding: 7px; }
/* line 628, ../scss/style.scss */
#content-home ul li, .sec-block ul li {
/*  float: left;
  width: 50%;
  text-align: center;
  padding: 7px;*/ }
  /* line 633, ../scss/style.scss */
  #content-home ul li.btn-schedule, .sec-block ul li.btn-schedule {
    clear: both;
    width: 98%;
    margin: 0 auto 20px auto;
    font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* line 641, ../scss/style.scss */
#content-home ul li a, .sec-block ul li a {
  display: block;
  text-align: center;
  position: relative;
  max-height: 500px;
  overflow: hidden; }
/* line 648, ../scss/style.scss */
#content-home ul li a .image, .sec-block ul li a .image {
  display: block;
  overflow: hidden;
  text-align: center; }
/* line 653, ../scss/style.scss */
#content-home ul li a .image img, .sec-block ul li a .image img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
  vertical-align: middle;
  margin-top: 0px; }
/* line 661, ../scss/style.scss */
#content-home ul li a:hover .image > img, .sec-block ul li a:hover .image > img {
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  text-align: center; }
/* line 665, ../scss/style.scss */
#content-home ul li a .text, .sec-block ul li a .text {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  color: white;
  text-align: left;
  line-height: 1.0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  padding: 14px 12px; }
/* line 678, ../scss/style.scss */
.sec-block ul li a .text .day, .sec-block ul li a .text .area {
  padding: 4px 7px; }
/* line 681, ../scss/style.scss */
#content-home ul li a .text .day, .sec-block ul li a .text .day {
  letter-spacing: 0.1em;
  text-align: left;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFFFF8;
  color: #3F3625;
  display: inline-block; }
  /* line 688, ../scss/style.scss */
  #content-home ul li a .text .day.sat, .sec-block ul li a .text .day.sat {
    color: #3398FE; }
  /* line 691, ../scss/style.scss */
  #content-home ul li a .text .day.sun, .sec-block ul li a .text .day.sun {
    color: #ec6c61; }
/* line 695, ../scss/style.scss */
#content-home ul li a .text .area, .sec-block ul li a .text .area {
  text-align: center;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #5C5C5C;
  color: #FFFFF8;
  display: inline-block; }
  /* line 701, ../scss/style.scss */
  #content-home ul li a .text .area.area0, .sec-block ul li a .text .area.area0 {
    background: #FBE7A2;
    color: #3F3625; }
  /* line 705, ../scss/style.scss */
  #content-home ul li a .text .area.area1, .sec-block ul li a .text .area.area1 {
    background: #ec6c61; }
/* line 709, ../scss/style.scss */
#content-home ul li a .text .name, .sec-block ul li a .text .name {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 30px;
  text-align: left;
  display: block;
  letter-spacing: 0.1em; }
/* line 717, ../scss/style.scss */
#content-home .text .detail, .sec-block .text .detail {
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: right;
  display: block;
  background: #FFBB12;
  color: black;
  padding: 4px 7px; }
  /* line 724, ../scss/style.scss */
  #content-home .text .detail i, .sec-block .text .detail i {
    margin-right: 4px; }
/* line 728, ../scss/style.scss */
#content-home .text .detail .icon, .sec-block .text .detail .icon {
  height: 14px;
  width: 19px;
  float: left;
  margin-top: -3px;
  margin-right: 7px;
  background-size: cover;
  background-image: url(../images/iconCamera.png); }
/* line 737, ../scss/style.scss */
#content-home .text .in, .sec-block .text .in {
  position: relative; }
/* line 740, ../scss/style.scss */
#content-home .text .in .end, .sec-block .text .in .end {
  position: absolute;
  top: -35px;
  float: right;
  right: 0;
  background: url(../images/top-end.png) no-repeat;
  width: 75px;
  height: 103px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain; }

/*----------------------------------------------------------------------------
window-model
---------------------------------------------------------------------------- */
/* line 757, ../scss/style.scss */
#content-model ul {
  overflow: hidden; }

/* line 761, ../scss/style.scss */
#content-model ul li {
  float: left;
  width: 33.3%;
  text-align: center; }

/* line 766, ../scss/style.scss */
#content-model ul li .image {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0 7px 15px 8px; }

/* line 772, ../scss/style.scss */
#content-model ul li .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  text-align: center;
  float: right; }

/* line 780, ../scss/style.scss */
.rabel-txt {
font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 14px;
  color: #3F3625;
  float: left;
  padding-left: 4px;
  letter-spacing: 0.1em; }

/* line 789, ../scss/style.scss */
.package-img {
  float: right;
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: both;}

/* line 795, ../scss/style.scss */
.package-img .text {
  display: block;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3F3625;
  padding-bottom: 8px;
  font-size: 14px;
  letter-spacing: 0.1em; }

/* line 804, ../scss/style.scss */
.package-img .photo {
  overflow: hidden;
  *zoom: 1; }

/* line 807, ../scss/style.scss */
.package-img .photo .image {
  height: auto;
  width: 90px;
  float: left;
  margin-right: 14px;
  margin-top: 12px; }

/* line 814, ../scss/style.scss */
.package-img .photo .image:last-child {
  height: auto;
  width: 90px;
  margin-right: 0px;
  margin-left: 0px; }

/* line 820, ../scss/style.scss */
.package-img .photo .image img {
  height: auto;
  width: 100%; }

/*----------------------------------------------------------------------------
window-studio
---------------------------------------------------------------------------- */
/* line 829, ../scss/style.scss */
#content-map {
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: -12px auto 14px;
  padding-top: 14px; }

/* 追加20160528 */
#content-map #map-canvas-i {
  height: 350px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

/* line 837, ../scss/style.scss */
#content-map #map-canvas-t {
  height: 350px;
  width: 97%;
  margin-right: auto;
  margin-left: auto; }

/* line 843, ../scss/style.scss */
#content-map #map-canvas-s {
  height: 350px;
  width: 97%;
  margin-right: auto;
  margin-left: auto; }

/* line 849, ../scss/style.scss */
.rabel-txt-map {
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 16px;
  margin-bottom: 12px;
  color: #3F3625;
  float: left;
  padding-left: 0px;
  letter-spacing: 0.1em; }

/* line 859, ../scss/style.scss */
.text-map {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
  line-height: 190%;
  float: right;
  margin-top: 18px;
  margin-bottom: 12px;
  margin-right: 16px; }

/*----------------------------------------------------------------------------
infomation-top
---------------------------------------------------------------------------- */
/* line 874, ../scss/style.scss */
#newsArea .blockNews .day {
  background-image: url(../images/li_news.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  min-height: 100px; }

/* line 886, ../scss/style.scss */
#newsArea .blockNews .contents {
  float: right;
  width: 80%; }

/* line 892, ../scss/style.scss */
#newsArea .blockNews dl {
  padding: 10px;
  overflow: auto; }
  /* line 895, ../scss/style.scss */
  #newsArea .blockNews dl dt {
    clear: both;
    float: left; }
  /* line 899, ../scss/style.scss */
  #newsArea .blockNews dl dd {
    margin-bottom: 12px; }
    /* line 901, ../scss/style.scss */
    #newsArea .blockNews dl dd:after {
      content: "";
      display: block;
      clear: both; }
    /* line 906, ../scss/style.scss */
    #newsArea .blockNews dl dd:last-child {
      margin-bottom: 0; }

/* line 915, ../scss/style.scss */
#recruitBnr a {
  margin-bottom: 14px;
  display: block; }
/* line 919, ../scss/style.scss */
#recruitBnr img {
  width: 100%;
  height: auto; }

/* line 925, ../scss/style.scss */
#bnrarea ul {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  height: 65px; }

/* line 934, ../scss/style.scss */
#bnrarea ul li {
  float: left;
  width: 25%;
  text-align: center; }

/* line 939, ../scss/style.scss */
#bnrarea ul li a {
  display: block;
  padding: 0 7px 15px 8px; }

/* line 943, ../scss/style.scss */
#bnrarea ul li a img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto; }

/*----------------------------------------------------------------------------
infomation-model
---------------------------------------------------------------------------- */
/* line 954, ../scss/style.scss */
#profile {
  width: 98.5%;
  max-width: 1080px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  line-height: 190%;
  color: #3F3625;
  border-top: 14px #FFBB12 solid;
  clear: both; }
  /* line 965, ../scss/style.scss */
  #profile .fa {
    padding-right: 4px; }

/* line 969, ../scss/style.scss */
#profile .day {
  display: block;
  width: 100%;
  margin: 18px auto 0;
  font-size: 16px;
  letter-spacing: 0.1em; }
#profile .adress {
  display: block;
  width: 100%;
  margin: 0 auto 0;
  font-size: 16px;
  letter-spacing: 0.1em; }

/* line 977, ../scss/style.scss */
#profile #model-name {
  font-size: 30px;
  font-weight: normal;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 160%; }

/* line 987, ../scss/style.scss */
#profile ul li {
  float: left;
  width: 33.333%;
  display: block; }

/* line 992, ../scss/style.scss */
#profile ul li .block {
  display: block;
  padding: 0 7px 15px 8px; }

/* line 996, ../scss/style.scss */
#profile ul li .block .title {
  display: block;
  font-size: 14px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3F3625;
  padding-bottom: 4px;
  margin-bottom: 8px; }

/* line 1005, ../scss/style.scss */
#profile #price {
  font-size: 30px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 8px;
  text-align: right;
  float: right;
  color: #3F3625;
  line-height: 180%; 
  clear: both;}

/* line 1016, ../scss/style.scss */
#profile .schedule {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  *zoom: 1; }
  /* line 1023, ../scss/style.scss */
  #profile .schedule h2 {
    background: white;
    border-bottom: #3F3625 2px solid;
    padding-bottom: 14px; }

/* line 1029, ../scss/style.scss */
#profile .schedule .left {
  float: left;
  width: 45%;
  height: auto;
  margin-left: 4.15%;
  margin-top: 16px; }

/* line 1036, ../scss/style.scss */
#profile .schedule .right {
  float: right;
  width: 45%;
  height: auto;
  margin-right: 4.15%;
  margin-top: 16px; }

/* line 1043, ../scss/style.scss */
#profile .schedule table {
  width: 100%; }

/* line 1046, ../scss/style.scss */
#profile .schedule table tr td {
  width: 18%;
  padding-top: 4px;
  padding-bottom: 4px; }

/* line 1051, ../scss/style.scss */
#profile .schedule table tr td.part {
  width: 18%; }

/* line 1054, ../scss/style.scss */
#profile .schedule .part .shift {
  display: block;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px; }

/* line 1060, ../scss/style.scss */
#profile .schedule table tr td.state {
  width: 82%; }

/* line 1063, ../scss/style.scss */
#profile .schedule .state .time {
  display: block;
  float: left;
  padding-top: 3px;
  padding-bottom: 3px; }

/* line 1069, ../scss/style.scss */
#profile .schedule .state .ok {
  display: block;
  width: 38%;
  min-width: 84px;
  text-align: center;
  /*background-color: #4A8B2C;*/
  color: #FFFFFF;
  float: left;
  font-size: 12px;
  margin-left: 16%; }

/* line 1080, ../scss/style.scss */
#profile .schedule .state .out {
  display: block;
  width: 38%;
  min-width: 84px;
  text-align: center;
  /*background-color: #F24E14;
  color: #FFFFFF;*/
  float: left;
  padding-top: 2px;
  padding-bottom: 1px;
  font-size: 12px;
  margin-left: 16%; }

/* line 1093, ../scss/style.scss */
#profile .reserve {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  padding-top: 30px; }

/* line 1100, ../scss/style.scss */
#profile .reserve a {
  display: block;
  overflow: hidden; }

/* line 1104, ../scss/style.scss */
#profile .reserve a .text {
  width: 100%;
  display: block;
  height: 58px;
  text-align: center;
  font-size: 16px;
  padding-top: 20px; }

/* line 1112, ../scss/style.scss */
#profile .reserve a:hover .text {
  background-color: #F24E14;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center; }

/* line 1118, ../scss/style.scss */
#profile .reserve .form-area {
  height: 300px;
  width: 100%;
  background-color: #FFFFFF; }

/* line 1123, ../scss/style.scss */
.more-info {
  max-width: 1080px;
  width: 98.6%;
  margin-right: auto;
  margin-left: auto;
  color: #F24E14;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 14px;
  font-weight: bold; }

/*----------------------------------------------------------------------------
infomation-system-price
---------------------------------------------------------------------------- */



/* line 1137, ../scss/style.scss */
#system-price {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

/* line 1144, ../scss/style.scss */
#system-price, .sec-block {
  line-height: 190%;
  color: #3F3625;
  @nclude clearfix; }
  /* line 1150, ../scss/style.scss */
  #system-price .content .day, .sec-block .content .day {
    display: block;
    float: left; }
  /* line 1155, ../scss/style.scss */
  #system-price h3.noborder, .sec-block h3.noborder {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }
  /* line 1162, ../scss/style.scss */
  #system-price .exhibition, .sec-block .exhibition {
    /*height: 160px;*/
	height:300px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border: 2px solid #3F3625;
    padding-top: 14px;
    margin-top: 4px;
     }
  /* line 1174, ../scss/style.scss */
  #system-price .txt, .sec-block .txt {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-bottom: 18px; }
  /* line 1185, ../scss/style.scss */
  #system-price .bank, .sec-block .bank {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 14px;
    width: 587px;
    height: 161px;
    background-image: url(../images/furikomi.png);
    background-size: contain;
    background-repeat: no-repeat; }
  /* line 1194, ../scss/style.scss */
  #system-price .bank .image, .sec-block .bank .image {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px; }
  /* line 1200, ../scss/style.scss */
  #system-price .bank .image img, .sec-block .bank .image img {
    width: 100%;
    height: auto; }
  /* line 1204, ../scss/style.scss */
  #system-price .txt .bank .intxt, .sec-block .txt .bank .intxt {
    float: right;
    width: 228px;
    margin-right: 30px;
    margin-top: 62px; }
  /* line 1210, ../scss/style.scss */
  #system-price .txt .bank-sp, .sec-block .txt .bank-sp {
    display: none; }
  /* line 1214, ../scss/style.scss */
  #system-price .left, .sec-block .left {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1221, ../scss/style.scss */
  #system-price .right, .sec-block .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1227, ../scss/style.scss */
  #system-price .right img, .sec-block .right img {
    height: auto;
    width: 100%; }
  /* line 1233, ../scss/style.scss */
  #system-price table, .sec-block table {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  /* line 1239, ../scss/style.scss */
  #system-price table tr td.part, .sec-block table tr td.part {
    width: 22%; }
  /* line 1242, ../scss/style.scss */
  #system-price .part .shift, .sec-block .part .shift {
    display: block;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px; }
  /* line 1248, ../scss/style.scss */
  #system-price table tr td.state, .sec-block table tr td.state {
    width: 82%; }
  /* line 1251, ../scss/style.scss */
  #system-price .state .time, .sec-block .state .time {
    display: block;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px; }
  /* line 1257, ../scss/style.scss */
  #system-price .state .ok, .sec-block .state .ok {
    display: block;
    width: 30%;
    min-width: 84px;
    text-align: center;
    background-color: #F24E14;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-left: 16%; }
  /* line 1268, ../scss/style.scss */
  #system-price .state .out, .sec-block .state .out {
    display: block;
    width: 30%;
    min-width: 84px;
    text-align: center;
    background-color: #3F3625;
    color: #FFFFFF;
    float: left;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 12px;
    margin-left: 16%; }
  /* line 1284, ../scss/style.scss */
  #system-price .recruit-head, .sec-block .recruit-head {
    margin-bottom: 25px;
	max-width: 930px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 180%; }
	
  /* line 1292, ../scss/style.scss */
  #system-price .area-recruit-info .left, .sec-block .area-recruit-info .left {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1299, ../scss/style.scss */
  #system-price .area-recruit-info .right, .sec-block .area-recruit-info .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1307, ../scss/style.scss */
  #system-price .area-recruit-studio, .sec-block .area-recruit-studio {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border: 2px solid #3F3625;
    padding-top: 14px;
     }
  /* line 1318, ../scss/style.scss */
  #system-price .area-recruit-studio .left, .sec-block .area-recruit-studio .left {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1325, ../scss/style.scss */
  #system-price .area-recruit-studio .right, .sec-block .area-recruit-studio .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1332, ../scss/style.scss */
  #system-price .area-recruit-studio .left a, .sec-block .area-recruit-studio .left a {
    color: #333333;
    text-decoration: underline; }

  #system-price .stuff-head, .sec-block .stuff-head {
	margin-bottom: 25px;
	max-width: 930px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 180%;
	border-bottom-style: dashed;
	border-bottom-color: rgb(161, 153, 143);
	border-bottom-width: 1px; }
	
.stuff-head .left{
	float: left !important;
	width: 80% !important;
}

.stuff-head .right{
	float: right !important;
	width: 13% !important;
	margin-right: 5%;
}

.stuff-head .right{
	float: right !important;
	width: 13% !important;
	margin-right: 5%;
}
#area-stuff{
	background: rgb(15, 104, 15);
	color: #ffffff;
	padding: 20px;
	letter-spacing: 0.1em;
}
#area-stuff #apo{	
	font-size: 1rem;
	letter-spacing: 0.15em;
	padding: 15px 0;
  
}
#area-stuff #apo .ib{	
	display: inline-block;
  
}
#area-stuff #apo .wi{
	background: #ffffff;
	color: rgb(15, 104, 15);
	padding: 5px;
	font-size: 0.7em;
	margin-right: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
 
#area-stuff #apo .wi:nth-child(2n){
    margin-left: 15px !important;
}
 
 #area-stuff #point4{
	font-size: 1rem;
	padding: 15px 0;
}
/*----------------------------------------------------------------------------
schedule
---------------------------------------------------------------------------- */
/* line 1340, ../scss/style.scss */
.out, .ok {
  display: inline-block;
  padding: 2px 14px;
  color: white;
  width: 100%;
  text-align: center; }

/* line 1347, ../scss/style.scss */
.out {
  /*background:$orange;*/
  color: inherit; }

/* line 1351, ../scss/style.scss */
.ok {
  background: #4A8B2C; }
  /* line 1353, ../scss/style.scss */
  .ok:hover {
    background: #F24E14; }

/* line 1359, ../scss/style.scss */
.schedule #studio_1 .sec-hd {
  background-color: #FAEBD7; }
/* line 1362, ../scss/style.scss */
.schedule #studio_2 .sec-hd {
  background-color: #F0FFFF; }
/* line 1365, ../scss/style.scss */
.schedule .sec-hd {
  margin: 0 auto 7px auto;
  padding: 7px;
  width: 98.6%;
  border: 1px #E8E8E8 solid; }
  /* line 1370, ../scss/style.scss */
  .schedule .sec-hd .title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold; }
    /* line 1374, ../scss/style.scss */
    .schedule .sec-hd .title i {
      padding-right: 4px; }
/* line 1379, ../scss/style.scss */
.schedule #content {
  width: 100%;
  max-width: 1080px; }

/* line 1385, ../scss/style.scss */
.schedule-list.sec-block {
  margin-bottom: 28px; }
  /* line 1387, ../scss/style.scss */
  .schedule-list.sec-block .schedule-cast {
    background: white;
    border: none;
    padding: 7px; }
    /* line 1391, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast > li {
      width: 350px;
      margin: 0 7px 7px 0;
      float: left;
      overflow: inherit;
      max-height: inherit;
      padding: 7px;
      border: 1px solid #F3F3F3; }
      /* line 1399, ../scss/style.scss */
      .schedule-list.sec-block .schedule-cast > li:nth-child(3n) {
        margin-right: 0; }
      /* line 1402, ../scss/style.scss */
      .schedule-list.sec-block .schedule-cast > li:nth-child(3n+1) {
        clear: both; }
      /* line 1405, ../scss/style.scss */
      .schedule-list.sec-block .schedule-cast > li:nth-child(even) {
        background: #FFFFF8; }
      /* line 1408, ../scss/style.scss */
      .schedule-list.sec-block .schedule-cast > li:last-child {
        /*font-family: "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
        clear: inherit; }
    /* line 1413, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast .btn-schedule {
      width: 100%;
      clear: both;
      display: block; }
	.schedule-list.sec-block .schedule-cast tr:last-child {
		border-bottom:1px solid #000;
	}

/* line 1422, ../scss/style.scss */
.table {
  margin: 7px auto; }
  /* line 1424, ../scss/style.scss */
  .table th, .table td {
    /*padding: 4px 7px 4px 14px;*/
    text-align: center; }
  /* line 1428, ../scss/style.scss */
  .table th {
    background: #FFBB12;
    font-weight: bold; }
  /* line 1432, ../scss/style.scss */
  .table td {
    min-height: 34px;
    background: #FFFFF8; }
  /* line 1436, ../scss/style.scss */
  .table.table-border {
    border: #5C5C5C solid 1px;
    table-layout: fixed;
    width: 100%; }
    /* line 1440, ../scss/style.scss */
    .table.table-border tr:nth-child(even) td {
      background: white; }
    /* line 1443, ../scss/style.scss */
    .table.table-border th {
      border-bottom: 1px solid #3F3625; }
    /* line 1446, ../scss/style.scss */
    .table.table-border th:first-of-type, .table.table-border td:first-of-type {
      width: 20%; }
    /* line 1449, ../scss/style.scss */
    .table.table-border td:nth-of-type(2), .table.table-border td:nth-of-type(3) {
      /*padding-left:21px;*/ }

/* line 1455, ../scss/style.scss */
#side {
  font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: static; }
  /* line 1460, ../scss/style.scss */
  #side h2#system-price_h {
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
    line-height: 160%;
    display: block;
    letter-spacing: 0.1em;
    padding: 4px 0 2px 10px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #3F3625;
    border-right-color: #3F3625;
    border-bottom-color: #3F3625;
    border-left-color: #3F3625;
    border-bottom: none;
    background: #ec6c61;
    position: relative; }
    /* line 1482, ../scss/style.scss */
    #side h2#system-price_h:after {
      position: absolute;
      bottom: -20px;
      left: 14px;
      width: 0;
      height: 0;
      border: 12px solid transparent;
      border-top: 12px solid #ec6c61;
      display: block;
      content: ""; }
  /* line 1491, ../scss/style.scss */
  #side h3 {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    width: 98%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    clear: both;
    background-repeat: no-repeat;
    background-position: 0px 3px; }
  /* line 1504, ../scss/style.scss */
  #side #tweetLine {
    margin-bottom: 14px; }
    /* line 1506, ../scss/style.scss */
    #side #tweetLine .pcnone {
      text-align: center; }
  /* line 1510, ../scss/style.scss */
  #side .content .day {
    display: block; }
  /* line 1513, ../scss/style.scss */
  #side h3.noborder {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none; }
  /* line 1519, ../scss/style.scss */
  #side .exhibition {
    height: 160px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border: 2px solid #3F3625;
    padding-top: 14px;
    margin-top: 4px; }
  /* line 1529, ../scss/style.scss */
  #side .txt {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
	font-size:0.8em;
	 }
  /* line 1537, ../scss/style.scss */
  #side .bank {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 14px;
    width: 587px;
    height: 161px;
    background-image: url(../images/furikomi.png); }
  /* line 1546, ../scss/style.scss */
  #side .bank .image {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px; }
  /* line 1552, ../scss/style.scss */
  #side .bank .image img {
    width: 100%;
    height: auto; }
  /* line 1556, ../scss/style.scss */
  #side .txt .bank .intxt {
    float: right;
    width: 228px;
    margin-right: 30px;
    margin-top: 62px; }
  /* line 1562, ../scss/style.scss */
  #side .txt .bank-sp {
    display: none; }
  /* line 1565, ../scss/style.scss */
  #side .left {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1571, ../scss/style.scss */
  #side .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1577, ../scss/style.scss */
  #side .right img {
    height: auto;
    width: 100%; }
  /* line 1581, ../scss/style.scss */
  #side table {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  /* line 1587, ../scss/style.scss */
  #side table tr td.part {
    width: 22%; }
  /* line 1590, ../scss/style.scss */
  #side .part .shift {
    display: block;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px; }
  /* line 1596, ../scss/style.scss */
  #side table tr td.state {
    width: 82%; }
  /* line 1599, ../scss/style.scss */
  #side .state .time {
    display: block;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px; }
  /* line 1605, ../scss/style.scss */
  #side .state .ok {
    display: block;
    width: 30%;
    min-width: 84px;
    text-align: center;
    background-color: #F24E14;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-left: 16%; }
  /* line 1616, ../scss/style.scss */
  #side .state .out {
    display: block;
    width: 30%;
    min-width: 84px;
    text-align: center;
    background-color: #3F3625;
    color: #FFFFFF;
    float: left;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 12px;
    margin-left: 16%; }
  /* line 1629, ../scss/style.scss */
  #side .recruit-head {
    margin-bottom: 30px;
    max-width: 930px; }
  /* line 1633, ../scss/style.scss */
  #side .area-recruit-info .left {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1639, ../scss/style.scss */
  #side .area-recruit-info .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1645, ../scss/style.scss */
  #side .area-recruit-studio {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    border: 2px solid #3F3625;
    padding-top: 14px;
    margin-top: 4px; }
  /* line 1653, ../scss/style.scss */
  #side .area-recruit-studio .left {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1659, ../scss/style.scss */
  #side .area-recruit-studio .right {
    float: right;
    width: 50%;
    height: auto;
    margin-bottom: 12px; }
  /* line 1665, ../scss/style.scss */
  #side .area-recruit-studio .left a {
    color: #333333;
    text-decoration: underline; }

/*ページ内リンク*/
/* line 1671, ../scss/style.scss */
.studio-list {
  width: 100%;
  margin: 0 auto 28px auto; }
  /* line 1674, ../scss/style.scss */
  .studio-list ul {
    overflow: hidden;
    *zoom: 1;
    }
  /* line 1679, ../scss/style.scss */
.studio-list li {
    font-size: 18px;
    /* font-size: 1.125rem; */
     /* width: 50%; */
    /* padding: 14px; */
    float: left;
    /* border-right: none; */
    /* text-align: center; */
}
    /* line 1686, ../scss/style.scss */
    .studio-list li:first-child(2n+1) {
      clear: both; }
    /* line 1689, ../scss/style.scss */
    .studio-list li:nth-child(odd) {
      }
    /* line 1692, ../scss/style.scss */
    .studio-list li:nth-child(even) {
      padding-left: 7px; }
  /* line 1698, ../scss/style.scss */
  .studio-list figure {
    position: relative; }
    /* line 1700, ../scss/style.scss */
    .studio-list figure > img {
    }
    /* line 1706, ../scss/style.scss */
    .studio-list figure figcaption {
      font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; }
      /* line 1709, ../scss/style.scss */
      .studio-list figure figcaption i {
        padding-right: 7px; }




.studio-list-schedule {
  width: 100%;
  margin: 0 auto 28px auto; }
  /* line 1674, ../scss/style.scss */
	.studio-list-schedule ul {
/*		clear:both;*/
	    overflow: hidden;
	    width: 98.5%;
	    margin: 0 auto;
	}
  /* line 1679, ../scss/style.scss */
.studio-list-schedule li {
    font-size: 18px;
    /* font-size: 1.125rem; */
     /* width: 50%; */
    /* padding: 14px; */
    float: left;
    /* border-right: none; */
    /* text-align: center; */
}
    /* line 1686, ../scss/style.scss */
    .studio-list-schedule li:first-child(2n+1) {
      clear: both; }
    /* line 1689, ../scss/style.scss */
	.studio-list-schedule li:nth-child(odd) {
	    width: 48.5%;
	}
    /* line 1692, ../scss/style.scss */
	.studio-list-schedule li:nth-child(even) {
	    /* padding-left: 7px; */
	    width: 48.5%;
	    float: right;
	}	
  /* line 1698, ../scss/style.scss */
	.studio-list-schedule figure {
	    position: relative;
	    margin-bottom: 20px;
	}
    /* line 1700, ../scss/style.scss */
	.studio-list-schedule figure > img {
	    width: 100%;
	    border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	}
    /* line 1706, ../scss/style.scss */
	.studio-list-schedule figure figcaption {
	    font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    font-weight: bold;
	    margin-top: 10px;
	}
      /* line 1709, ../scss/style.scss */
      .studio-list figure figcaption i {
        padding-right: 7px; }

/*----------------------------------------------------------------------------
mailform
---------------------------------------------------------------------------- */
/* line 1721, ../scss/style.scss */
.wpcf7 {
  padding: 12px; }
  /* line 1723, ../scss/style.scss */
  .wpcf7 .checkbox {
    overflow: hidden;
    *zoom: 1; }
    /* line 1725, ../scss/style.scss */
    .wpcf7 .checkbox li {
      display: inline-block;
      padding: 0 7px 7px 0; }
  /* line 1730, ../scss/style.scss */
  .wpcf7 label:hover {
    cursor: pointer; }
  /* line 1733, ../scss/style.scss */
  .wpcf7 input[type=text], .wpcf7 .checkbox {
    margin-bottom: 7px; }

/* line 1737, ../scss/style.scss */
#mailform {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  line-height: 190%;
  color: #3F3625; }
  /* line 1745, ../scss/style.scss */
  #mailform h3 {
    width: inherit; }
  /* line 1748, ../scss/style.scss */
  #mailform .required {
    color: red !important; }
  /* line 1751, ../scss/style.scss */
  #mailform input[type=text] {
    display: block; }
  /* line 1754, ../scss/style.scss */
  #mailform .disabled time {
    text-decoration: line-through; }
  /* line 1757, ../scss/style.scss */
  #mailform .send_result {
    background: #FFFFF8;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px; }
    /* line 1761, ../scss/style.scss */
    #mailform .send_result > p {
      border-bottom: 1px solid #F3F3F3;
      padding: 14px 0;
      margin-bottom: 14px; }
    /* line 1766, ../scss/style.scss */
    #mailform .send_result dl {
      overflow: hidden;
      *zoom: 1;
      padding: 14px; }
      /* line 1769, ../scss/style.scss */
      #mailform .send_result dl dt, #mailform .send_result dl dd {
        margin-bottom: 14px;
        float: left; }
      /* line 1773, ../scss/style.scss */
      #mailform .send_result dl dt {
        width: 20%; }
      /* line 1776, ../scss/style.scss */
      #mailform .send_result dl dd {
        width: 80%; }
      /* line 1779, ../scss/style.scss */
      #mailform .send_result dl dd:after {
        content: "";
        display: block;
        clear: both; }

/* line 1787, ../scss/style.scss */
#mailform form .txt {
  display: block;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 20px; }

/* line 1796, ../scss/style.scss */
#mailform .txt #sender-name {
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid #E8E8E8;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #3F3625;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%; }

/* line 1808, ../scss/style.scss */
#mailform .txt textarea {
  border: 2px solid #E8E8E8;
  background-color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  height: 110px;
  letter-spacing: 0.1em;
  color: #3F3625;
  width: 99%;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1%;
  padding-top: 6px; }

/* line 1823, ../scss/style.scss */
#mailform .txt .send {
  background-color: #3F3625;
  width: 100%;
  height: 94px;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "ヒラギノ明朝 Pro W3", HiraMinProN-W3, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em; }

/* line 1833, ../scss/style.scss */
#mailform .txt .send:hover {
  background-color: #F24E14;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center; }

/*----------------------------------------------------------------------------
infomation-studio
---------------------------------------------------------------------------- */
/* line 1844, ../scss/style.scss */
#studio {
  width: 99%;
  max-width: 1080px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  line-height: 190%;
  color: #3F3625; }

/* line 1854, ../scss/style.scss */
#studio #studio-txt {
    font-size: 25px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    line-height: 160%; }

/* line 1864, ../scss/style.scss */
#studio .txt {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.1em; }

/* line 1872, ../scss/style.scss */
#studio .left {
  float: left;
  width: 46%;
  height: auto;
  margin-bottom: 12px; }

/* line 1878, ../scss/style.scss */
#studio h3 {
  display: block;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #3F3625;
  padding-bottom: 6px;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: normal;
  width: 98%;
  margin: 22px auto 8px; }

/* line 1890, ../scss/style.scss */
#studio .right {
  float: right;
  width: 50%;
  height: auto;
  margin-bottom: 12px; }

/* line 1897, ../scss/style.scss */
#studio .right img {
  height: auto;
  width: 100%; }
  
/*----------------------------------------------------------------------------
recruit---update 2/20
---------------------------------------------------------------------------- */
#recruit-area{
	font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
	font-weight: bold;
}
#recruit-area .txt{
	line-height: 200%;
	margin-left: 0;
}

#recruit-area h3{
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	margin-left: 0;
}  

#recruit-area .arrow{
  	margin: 20px auto;
  	width: 50px;
 }
  
/*--------karada--------- */
#recruit-area #karada{
	position: relative;
background:url(../images/hitokoe-masao-bg.png) no-repeat; ;
background-size:contain;
	width: 98%;
	padding: 25px;
	line-height: 200%;
	margin-bottom: 30px;
	font-size:0.8em;
}

#recruit-area #karada .headline{
	text-align: center;
	font-size: 1.5em;
	/*letter-spacing: -1;*/
	padding-right:50px;
	margin-bottom: 15px;
	margin: 20px 0 45px;
}

#recruit-area #karada ol{
	list-style: initial;
	list-style-type: lower-hexadecimal;
	padding-left: 20px;
}

#recruit-area #karada .illust{
	position: absolute;
	right: 30px;
	bottom: -25px;
	width: 230px;
}


/*--------1--------- */
#recruit-area ul li{
	list-style-type: circle;
}

#recruit-area ul{
	padding-left: 15px;
}

/*--------2--------- */
#recruit-area h4{
	margin-bottom: 10px;
	font-size: 1rem;
}
#recruit-area .model-type{
	margin-bottom: 20px;
}
  
#recruit-area .thumbbail{
	width: 20%;
	height: 100px;
	background: #999999;
	float: left;
	margin-right: 15px;
	display: none;
}
  
/*--------3--------- */
#recruit-area table{
	width: 100%;
	border: 2px solid #322D24;
}

#recruit-area table tr th{
	font-weight: bold;
	color:#ffffff;
	background:#322D24;
	padding: 5px;
}


#recruit-area table tr td{
	font-weight: bold;
	border: 2px solid #322D24;
	padding: 5px;
}

/*--------5--------- */
#recruit-area #omachi{
line-height: 0px !important;
}
/*----------------------------------------------------------------------------
404
---------------------------------------------------------------------------- */
/* line 1906, ../scss/style.scss */
.no404 #content404 figure {
  margin-bottom: 30px; }
/* line 1909, ../scss/style.scss */
.no404 #content404 figcaption {
  text-align: left; }

/*----------------------------------------------------------------------------
sitemap
---------------------------------------------------------------------------- */
/* line 1919, ../scss/style.scss */
.sitemap .sitemap-list > li {
  font-size: 14px;
  font-size: 0.875rem; }
  /* line 1921, ../scss/style.scss */
  .sitemap .sitemap-list > li > i {
    padding-right: 7px; }
  /* line 1924, ../scss/style.scss */
  .sitemap .sitemap-list > li a {
    text-decoration: underline; }
    /* line 1926, ../scss/style.scss */
    .sitemap .sitemap-list > li a:hover {
      text-decoration: none; }
  /* line 1930, ../scss/style.scss */
  .sitemap .sitemap-list > li > ul > li {
    padding-left: 14px;
    list-style: inside disc; }

/*----------------------------------------------------------------------------
page
---------------------------------------------------------------------------- */
/* line 1941, ../scss/style.scss */
.list-items dt {
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: #F3F3F3 1px dashed;
  font-weight: bold;
  clear: both; }
/* line 1948, ../scss/style.scss */
.list-items dd {
  margin-bottom: 28px;
  padding: 14px;
  background: #FFFFF8; }
  /* line 1953, ../scss/style.scss */
  .list-items dd ul li {
    list-style: inside disc; }

/*----------------------------------------------------------------------------
footer
---------------------------------------------------------------------------- */
/* line 1964, ../scss/style.scss */
#footer {
  clear: both;
  background-color:white;/*#3F3625*/
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  color: #000;
  text-align: center;
  letter-spacing: 0.1rem;
  border-top:1px solid #E88E18;
  }
  /* line 1972, ../scss/style.scss */
  #footer .ft-inner {
    width: 1080px;
    margin: 14px auto;
    display: table;
    table-layout: fixed; }
    /* line 1977, ../scss/style.scss */
    #footer .ft-inner .r18-age, #footer .ft-inner address {
      display: table-cell;
      vertical-align: bottom; }
    /* line 1981, ../scss/style.scss */
    #footer .ft-inner .r18-age {
      text-align: left;
      overflow: hidden;
      *zoom: 1; }
      /* line 1984, ../scss/style.scss */
      #footer .ft-inner .r18-age i {
        font-size: 48px;
        font-size: 3rem;
        float: left;
        padding-right: 14px; }
      /* line 1989, ../scss/style.scss */
      #footer .ft-inner .r18-age a {
        color: #FBE7A2; }
      /* line 1992, ../scss/style.scss */
      #footer .ft-inner .r18-age p {
        line-height: 1.4; }
    /* line 1996, ../scss/style.scss */
    #footer .ft-inner address {
      text-align: right; }
      /* line 1998, ../scss/style.scss */
      #footer .ft-inner address img {
        max-width: 240px;
        height: auto;
        margin-bottom: 7px; }

/* line 2006, ../scss/style.scss */
.footnav {
  letter-spacing: 0.15em;
  line-height: 1.4rem;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  display: block;
  margin-top: 20px; }
  /* line 2014, ../scss/style.scss */
  .footnav li {
    display: inline-block; }
    /* line 2016, ../scss/style.scss */
    .footnav li:after {
      content: "｜"; }
    /* line 2019, ../scss/style.scss */
    .footnav li:last-child:after {
      content: ""; }

/* line 2024, ../scss/style.scss */
#footer a {
  color:#000;
}

/* line 2027, ../scss/style.scss */
#footer a:hover {
  color: #F9C215; }

/* line 2030, ../scss/style.scss */
#footer #social {
  width: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 0px; }

/* line 2038, ../scss/style.scss */
#footer #social .share {
  display: inline !important;
  float: left;
  margin-right: 4px;
/*  background-color: #3F3625;*/ }

/* line 2044, ../scss/style.scss */
#footer #social .share .twitter-share-button {
  width: 106px !important; }

/* line 2049, ../scss/style.scss */
#footer #socialPage {
  height: 32px;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 32px; }

/* line 2057, ../scss/style.scss */
#footer #socialPage .twitter {
  width: 36px;
  float: left;
  height: 36px; }

/* line 2062, ../scss/style.scss */
#footer #socialPage .facebook {
  width: 36px;
  float: right;
  height: 36px; }

/* line 2067, ../scss/style.scss */
#footer #socialPage img {
  width: 100%;
  height: auto; }

/* line 2071, ../scss/style.scss */
address {
  clear: both;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #fff; }

/*--------------------
scrollTop
-------------------- */
/* line 2084, ../scss/style.scss */
#page-top {
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  width: 100%;
  height: 40px;
  z-index: 100; }

/* line 2096, ../scss/style.scss */
#page-top a {
  background: #E88E18; /*#2D2519*/
  text-decoration: none;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  height: 100px;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

/* line 2109, ../scss/style.scss */
#page-top .up {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto; }

/* line 2115, ../scss/style.scss */
#page-top .up img {
  width: 100%;
  height: auto; }

/* line 2119, ../scss/style.scss */
#page-top a:hover {
  text-decoration: none; }

/* line 2122, ../scss/style.scss */
#smNav {
  display: none; }

/* line 2125, ../scss/style.scss */
nav.sm {
  display: none; }

/*IE8未満*/
/* line 2129, ../scss/style.scss */
.good-bye-IE {
  display: none; }

/*----------------------------------------------------------------------------
	IE8用CSS
---------------------------------------------------------------------------- */
/* line 2137, ../scss/style.scss */
.IE8 * {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
/* line 2140, ../scss/style.scss */
.IE8 .hide {
  display: none !important; }
/* line 2145, ../scss/style.scss */
.IE8 .socialBtn img,
.IE8 #socialPage img {
  width: 24px !important;
  height: 24px !important; }
/* line 2153, ../scss/style.scss */
.IE8 #main-visual .image {
  width: 758px; }
  /* line 2155, ../scss/style.scss */
  .IE8 #main-visual .image li {
    width: 252px; }
/* line 2160, ../scss/style.scss */
.IE8 .breadcrumb li {
  display: inline !important; }
/* line 2163, ../scss/style.scss */
.IE8 #content-home ul li {
  width: 50%;
  padding: 1%; }
  /* line 2166, ../scss/style.scss */
  .IE8 #content-home ul li.btn-schedule {
    clear: both;
    width: 100%;
    margin: 0 auto;
    font-family: "游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
/* line 2174, ../scss/style.scss */
.IE8 .schedule-cast > li {
  width: 336px !important; }
/* line 2178, ../scss/style.scss */
.IE8 #system-price .left {
  width: 49%; }
/* line 2181, ../scss/style.scss */
.IE8 #social {
  text-align: center; }
  /* line 2183, ../scss/style.scss */
  .IE8 #social .share {
    display: inline-block;
    float: none !important; }
/* line 2189, ../scss/style.scss */
.IE8 .blockNews .day {
  background-image: none !important; }
/* line 2194, ../scss/style.scss */
.IE8 #footer .ft-inner {
  display: block;
  overflow: hidden;
  *zoom: 1; }
/* line 2198, ../scss/style.scss */
.IE8 #footer .r18-age {
  width: 540px;
  float: left;
  display: block; }
/* line 2203, ../scss/style.scss */
.IE8 #footer address {
  display: block;
  width: 270px;
  float: right;
  text-align: right;
  clear: none; }
  /* line 2209, ../scss/style.scss */
  .IE8 #footer address img {
    width: 240px;
    height: 39px; }
  /* line 2213, ../scss/style.scss */
  .IE8 #footer address img, .IE8 #footer address p {
    display: inline-block; }
	#primary {
		/*width:740px;*/
		float:left;
	}
#post-6 .entry-title, #post-12 .entry-title, #post-16 .entry-title, #post-20 .entry-title, #post-22 .entry-title, 
#post-24 .entry-title, #post-136 .entry-title, #post-14 .entry-title, #post-174 .entry-title, #post-181 .entry-title {
	display:none;
	}
/**/
.dantai-area {
	width:760px;
	height:auto;
	float:left;
}
.dantaibox {
	/*width:48%;*/
	border:8px solid #FF7BAC;
	padding:25px;
	/*float:left;*/
	background:white;
	margin-bottom:20px;
}
.dantaibox_locale {
	clear:both;
}
.dantaibox_locale_ph {
	width:260px;
	height:183px;
	float:left;
	margin:0;
	padding:0;
}
.dantaibox_locale_info {
	width:420px;
	height:183px;
	float:right;
	margin:0;
	padding:0 0 0 20px;
}
.dantaibox_locale_info p br {
	display:block;
}
.dantaibox_locale_info h3 {
	font-size:24px;
	font-weight:bold;
	color:black;
	padding-bottom:5px;
	border-bottom:dotted 5px #FD84B1;
	margin:0;
}
.dantaibox_locale_info p {
	margin:5px 0 0 0;
	padding:0;
	font-size:18px;
	color:#FD84B1;
}
.dantaibox_phs {
	clear:both;
	padding:10px 0 0 0;
	min-height:150px;
	/*height:150px;*/
}
.dantaibox_phs ul {
	width:100%;
	margin:0;
	padding:0;
}
.dantaibox_phs li {
	list-style:none;
	width:87px;
	height:auto;
	float:left;
	margin:0 12px 0 0;
	padding:0;
}
	.dantaibox_phs li img {
		width:87px;
		height:130px;
	}
.dantaibox_phs p {
	margin:0;
	padding:0;
	text-align:center;
	font-size:0.8em;
	line-height:1em;
}
.dantaibox_phs p.dantai-syousai-btn {
	clear:both;
	text-align:center; 
	margin-top:10px; 
	width:60%; 
	height:60px; 
	background-color:#FF7BAC; 
	color:white; 
	font-size:2em; 
	font-weight:bold; 
	margin:0 auto;
	padding:0.5em; 
	border-radius:5px;
}
.dantaibox2 {
	width:720px;
	border:none;
	padding:20px;
	float:left;
}
.dantaibox2 h3 {
	margin-top:20px;
}
.dantaibox2_locale_info p {
	margin-top:12px;
	font-size:18px;
	color:#FD84B1;
}
.dantaibox2_phs {
	clear:both;
	padding:10px 0;
	height:auto;
	min-height:150px;
	/*height:150px;*/
}
.dantaibox2_phs ul {
	margin:0;
	padding:0;
}
.dantaibox2_phs li {
	list-style:none;
	width:154px;
	height:auto;
	float:left;
	margin:0 15px 0 0;
	padding:0;
}
.dantaibox2_phs p {
	margin:5px 0;
	padding:0;
	text-align:center;
	font-size:0.8em;
}
.dantaibox2_locale_info {
	height:auto;
	margin:0;
	padding:0;
}
.dantaibox2_locale_info h3 {
	font-size:24px;
	font-weight:bold;
	color:black;
	padding-bottom:15px;
	border-bottom:dotted 5px #FD84B1;
	margin:0;
}
.dantaibox2_locale_info table {
	width:100%;
	height:auto;
}
.dantaibox2_locale_info table th{
	width:20%;
	height:auto;
	border-right:1px solid #FDC3D9;
	border-bottom:1px solid #FDC3D9;
	padding:8px 25px;
	vertical-align:text-top;
}
.dantaibox2_locale_info table td{
	width:80%;
	height:auto;
	border-bottom:1px solid #FDC3D9;
	padding:8px 25px;
}
/**/
@media only screen and (min-width: 980px) {
	.breadcrumbs {
		clear:both;
		width:1080px;
		padding-top:10px;
		padding-left:20px;
		margin:0 auto;
		text-align:left;
		font-size:0.8em;
	}
  /* line 2221, ../scss/style.scss */
  .pcnone {
    display: none; }

  /* line 2224, ../scss/style.scss */
  #container .wrap {
    overflow: hidden;
    *zoom: 1;
    width: 1100px;
	padding:20px;
    margin: 0 auto;
    position: relative;
	/*background:white;*/
	}
	.wrap5 {
		background:white;
	}

  /*
  .home {
  	#content {
  		background:$gray;
  	}
  }
  */
  /* line 2237, ../scss/style.scss */
  #content {
    width: 760px;
    /*background-color: #FFFFF8;*/
    /*padding-top: 14px;*/
    /*margin: 0 14px 12px 0;*/
    float: left; }
  #content2 {
    width: 1080px;
    /*background-color: #FFFFF8;*/
    /*padding-top: 14px;*/
    /*margin: 0 14px 12px 0;*/
	margin: 0 auto;
    float: none; }
  /* line 2244, ../scss/style.scss */
  #side {
    width: 300px;
    float: right;
    height: auto;
    color: #3F3625; }
    /* line 2249, ../scss/style.scss */
    #side.fixed {
      position: fixed;
      top: 10px;
      margin-left: 780px; }
      /* line 2253, ../scss/style.scss */
      #side.fixed #tweetLine, #side.fixed #newsArea {
        display: none; }
    /* line 2257, ../scss/style.scss */
    #side.absolute {
      position: absolute;
      left: 780px;
      margin-left: 0;
      bottom: 10px; }

  /* line 2265, ../scss/style.scss */
  .schedule-list br {
    display: none; }

  /* line 2271, ../scss/style.scss */
  #newsArea {
    height: auto;
    color: #3F3625;
    margin-bottom: 14px;
    background: #FFFFFF;
    padding: 14px;
    border: 4px solid #F3F3F3; }

  /* line 2279, ../scss/style.scss */
  #recruitBnr {
    height: auto;
    color: #3F3625; }

  /* line 2283, ../scss/style.scss */
  #tweetLine {
    margin-bottom: 10px;
    min-height: 300px; }

	
}
@media only screen and (max-width: 979px) {
/* line 925, ../scss/style.scss */
#banner_area {
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
}
#bnrarea ul {
  width: 100%;
  max-width: 979px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  height: 65px; }

/* line 934, ../scss/style.scss */
#bnrarea ul li {
  float: left;
  width: 25%;
  text-align: center; }

/* line 939, ../scss/style.scss */
#bnrarea ul li a {
  display: block;
  padding: 0 7px 15px 8px; }

/* line 943, ../scss/style.scss */
#bnrarea ul li a img {
  display: block;
  text-align: center;
  width: 100%;
  height: auto; }
  /* line 2290, ../scss/style.scss */
  .spnone {
    display: none; }
	  .pcnone {
    display: none; }

  /* line 2293, ../scss/style.scss */
  body {
    border-width: 7px; }

  /*----------------------------------------------------------------------------
  header --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2300, ../scss/style.scss */
  #headarea {
    width: 100%;
    height: 155px;
    position: relative;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-weight: normal; }

  /* line 2309, ../scss/style.scss */
  #header #whorl h1 {
	display: block;
    font-size: 10px;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 14px;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-top: 5px;
    font-size: 9px;
    line-height: 1.2em; }

  /* line 2318, ../scss/style.scss */
  #header #whorl #address {
    float: right;
    font-size: 14px;
    margin-top: 18px;
    margin-right: 14px;
    letter-spacing: 0.1em; }

  /* line 2325, ../scss/style.scss */
  .logo {
    width: 204px;
    float: left;
    margin-top: 30px;
    margin-left: 14px; }

  /* line 2331, ../scss/style.scss */
  nav.pc {
    position: relative;
    outline: none;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    margin: 14px;
    float: none;
    clear: both;
    display: table;
    table-layout: fixed;
    width: 100%; }
    /* line 2344, ../scss/style.scss */
    nav.pc > a {
      display: table-cell;
      float: none; }

  /*----------------------------------------------------------------------------
  contents --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2355, ../scss/style.scss */
  #container {
    background-color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    clear: both; }

  /* line 2362, ../scss/style.scss */
  #container .hide-title {
    display: none; }

  /* line 2365, ../scss/style.scss */
  #container .root {
    max-width: 96%; }

  /* line 2368, ../scss/style.scss */
  .inline {
    clear: both;
    display: inline-block; }

  /* line 2372, ../scss/style.scss */
  #container #content {
    overflow: hidden;
    width: 97%;
    max-width: 979px;
    /*background-color: #FFFFF8;*/
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    margin-bottom: 12px; }

  /* line 2383, ../scss/style.scss */
  #newsArea {
    width: 48%;
    float: left;
    height: auto;
    margin-top: 0px;
    margin-left: 6px;
    margin-bottom: 16px;
    line-height: 190%;
    color: #3F3625; }

  /* line 2393, ../scss/style.scss */
  #recruitBnr {
    width: 98%; /*48*/
    float: left;
    height: auto;
	margin:0 auto;
    line-height: 190%;
    color: #3F3625; }
	.twitter-timeline {
	min-width:90%!important;
	margin-left:1%;
	}
	.dantai-area {
    width: 98%;
    height: auto;
    float: none;
	margin:0 auto;
	}
	.dantaibox {
		width:100%;
	}
	.dantaibox_locale_ph {
		width:100%;
		height:auto;
		float:none;
	}
	.dantaibox_locale_ph img {
		width:100%;
		height:auto;
	}
	.dantaibox_locale_info {
		width:100%;
		height:auto;
		float:none;
		padding:0;
	}
	.dantaibox_phs {
		height:auto;
	}
	.dantaibox_phs li {
    list-style: none;
    width: 29%;
    height: auto;
    float: left;
    margin: 0 12px 12px 0;
    padding: 0 0 ;
	text-align:center;
	}
	.dantaibox_phs li img {
		width:100%;
		height:auto;
	}
	.dantaibox2 {
		width:100%;
		height:auto;
		float:none;
		background:white;
	}
	.dantaibox2_phs li {
    list-style: none;
    width: 29%;
    height: auto;
    float: left;
    margin: 0 12px 12px 0;
    padding: 0 0 ;
	text-align:center;
	}
	.dantaibox2_phs li img {
		width:100%;
		height:auto;
	}
	.dantaibox2_locale_info table th, .dantaibox2_locale_info table td {
		display:block;
		width:100%;
		padding:8px;
	}
	.dantaibox2_locale_info table th {
		background-color:#FCF;
		font-weight:bold;
	}
	h2#system-price_h2 {
		width:90%;
		margin:0 auto 20px auto;
	}
	.breadcrumbs {
		width:95%;
		margin:10px auto;
		font-size:0.8em;
		text-align:center;
	}

  /*----------------------------------------------------------------------------
  infomation-top --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2410, ../scss/style.scss */
  #bnrarea {
    width: 98%;
    max-width: 979px;
    height: 85px;
    margin-right: auto;
    margin-left: auto; }

  /* line 2417, ../scss/style.scss */
  #bnrarea ul li {
    float: left;
    width: 25%;
    text-align: center; }

  /* line 2422, ../scss/style.scss */
  #bnrarea ul li a {
    display: block;
    padding: 0 7px 15px 8px; }

  /* line 2426, ../scss/style.scss */
  #bnrarea ul li a img {
    display: block;
    text-align: center;
    width: 100%;
    height: auto; }

  /*----------------------------------------------------------------------------
  window-top --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2437, ../scss/style.scss */
  #content-home ul li {
    /*width: 33.3%;*/ }
    /* line 2441, ../scss/style.scss */
    #content-home ul li a span.image img {
      margin-top: 0; }

  /*----------------------------------------------------------------------------
  infomation-model --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2452, ../scss/style.scss */
  #profile {
    width: 98%; }

  /*----------------------------------------------------------------------------
  infomation-system-price --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2460, ../scss/style.scss */
  #system-price {
    width: 98%;
    max-width: 979px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    line-height: 190%;
    color: #3F3625; }

  /*----------------------------------------------------------------------------
  infomation-studio --- max-width: 979px
  ---------------------------------------------------------------------------- */
  /* line 2475, ../scss/style.scss */
  #studio {
    width: 98%; }

  /* line 2478, ../scss/style.scss */
  #studio #studio-txt {
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px; }

  /* line 2485, ../scss/style.scss */
  #footer .ft-inner {
    display: block;
    width: inherit; }
    /* line 2488, ../scss/style.scss */
    #footer .ft-inner .r18-age, #footer .ft-inner address {
      display: block;
      text-align: center; }
    /* line 2493, ../scss/style.scss */
    #footer .ft-inner .r18-age i {
      float: none;
      padding: 0 0 7px 0; } }
@media only screen and (max-width: 767px) {
  /* line 2505, ../scss/style.scss */
  .home #category_list {
    display: block; }

  /* line 2509, ../scss/style.scss */
  body {
    border-width: 7px; }

  /* line 2512, ../scss/style.scss */
  .spnone {
    display: none; }

  /* line 2515, ../scss/style.scss */
  #header #whorl #address {
    display: none; }

  /* line 2518, ../scss/style.scss */
  #header #whorl .contents .sp-mail,
  #header #whorl .contents .sp-tel {
    display: block;
    float: right;
    height: 48px;
    width: 48px;
     padding: 30px 0 0 0px;
    margin-right: 10px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

  /* line 2528, ../scss/style.scss */
  #header #whorl .contents .sp-mail img,
  #header #whorl .contents .sp-tel img {
    width: 100%;
    height: auto; }

  /* line 2534, ../scss/style.scss */
  #container .root {
	  line-height: 1.8em;
    max-width: 92%;
    margin-bottom: 4px; }

  /* line 2537, ../scss/style.scss */
  nav.pc {
    display: none; }

  /* line 2540, ../scss/style.scss */
  nav.sm {
    display: block;
    float: right;
    width: 62px;
    margin: 35px 18px 0 0; }

  /* line 2546, ../scss/style.scss */
  .sm img {
    width: 100%;
    height: auto; }

  /*----------------------------------------------------------------------------
  infomation-top --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2554, ../scss/style.scss */
  #bnrarea {
    width: 98%;
    max-width: 767px;
    height: 85px;
    margin-right: auto;
    margin-left: auto; }

  /* line 2562, ../scss/style.scss */
  #content-home ul li a span {
    display: inline; }

  /* line 2568, ../scss/style.scss */
  #content-home ul li a .text .day {
    font-size: 12px; }

  /* line 2571, ../scss/style.scss */
  #content-home .text .day .area {
    margin-top: 6px; }

  /* line 2574, ../scss/style.scss */
  #content-home ul li a .text .name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px; }

  /*----------------------------------------------------------------------------
  infomation-model --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2586, ../scss/style.scss */
  #profile .day {
    display: block;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    letter-spacing: 0.1em; }

  /* line 2594, ../scss/style.scss */
  #profile #model-name {
    font-size: 24px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    margin-bottom: 20px;
    line-height: 160%; }

  /* line 2603, ../scss/style.scss */
  #profile ul li {
    float: none;
    width: 100%;
    display: block;
    margin: 0 auto; }

  /* line 2609, ../scss/style.scss */
  #profile ul li .block .title {
    display: block;
    font-size: 14px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3F3625;
    padding-bottom: 4px;
    margin-bottom: 8px; }

  /* line 2618, ../scss/style.scss */
  #profile #price {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 24px;
    margin-right: 4px; }

  /* line 2624, ../scss/style.scss */
  #profile .schedule {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 16px;
    height: auto;
    background-color: #FFFFF8;
    font-size: 14px;
    padding: 0 7px 15px 8px; }

  /* line 2633, ../scss/style.scss */
  #profile .schedule .left {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-top: 16px; }

  /* line 2640, ../scss/style.scss */
  #profile .schedule .right {
    float: none;
    width: 100%;
    height: auto;
    margin-right: none;
    margin-top: 0px; }

  /* line 2647, ../scss/style.scss */
  #profile .schedule table {
    width: 90%;
    margin: 0 auto; }

  /* line 2651, ../scss/style.scss */
  #profile .schedule table tr td {
    padding-top: 4px;
    padding-bottom: 4px; }

  /* line 2655, ../scss/style.scss */
  #profile .schedule table tr td.part {
    width: 16%; }

  /* line 2658, ../scss/style.scss */
  #profile .schedule .part .shift {
    display: block;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px; }

  /* line 2664, ../scss/style.scss */
  #profile .schedule table tr td.state {
    width: 84%; }

  /* line 2667, ../scss/style.scss */
  #profile .schedule .state span {
    display: table;
    padding-top: 3px;
    padding-bottom: 3px; }
    /* line 2671, ../scss/style.scss */
    #profile .schedule .state span.time, #profile .schedule .state span.ok, #profile .schedule .state span.out {
      display: table-cell; }

  /* line 2675, ../scss/style.scss */
  #profile .reserve {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    padding-bottom: 4px; }

  /* line 2682, ../scss/style.scss */
  #profile .reserve a .text {
    width: 100%;
    display: block;
    height: 58px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 36px;
    background-color: #3F3625; }

  /* line 2692, ../scss/style.scss */
  #profile .reserve a:hover .text {
    background-color: #F24E14;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    text-align: center; }

  /* line 2698, ../scss/style.scss */
  #profile .reserve .form-area {
    height: 300px;
    width: 100%;
    background-color: #FFFFFF; }

  /*----------------------------------------------------------------------------
  window-studio --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2709, ../scss/style.scss */
  #content-map ul {
    margin: 0 8px 0 7px;
    overflow: hidden; }

  /* line 2713, ../scss/style.scss */
  #content-map #map-canvas {
    height: 430px;
    width: 94%;
    margin-right: auto;
    margin-left: auto; }

  /* line 2719, ../scss/style.scss */
  .rabel-txt-map {
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #3F3625;
    float: left;
    padding-left: 20px;
    letter-spacing: 0.1em; }

  /* line 2729, ../scss/style.scss */
  .text-map {
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: right;
    line-height: 190%;
    float: right;
    margin-top: 18px;
    margin-bottom: 12px;
    margin-right: 16px; }

  /*----------------------------------------------------------------------------
  infomation-studio --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2746, ../scss/style.scss */
  #studio {
    width: 96%; }

  /* line 2749, ../scss/style.scss */
  #studio #studio-txt {
    font-size: 24px;
    font-weight: normal;
    width: 98.6%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    line-height: 160%; }

  /* line 2759, ../scss/style.scss */
  #studio .txt {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: 0.1em; }

  /* line 2767, ../scss/style.scss */
  #studio .left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 12px; }

  /* line 2773, ../scss/style.scss */
  #studio .right {
    float: none;
    width: 60%;
    min-width: 270px;
    margin: 12px auto 12px; }

  /* line 2779, ../scss/style.scss */
  #studio .right img {
    height: auto;
    width: 100%; }
/*----------------------------------------------------------------------------
recruit- max-width: 767px   --update 2/20
---------------------------------------------------------------------------- */
#recruit-area{
	
}
#recruit-area .txt{

}

#recruit-area h3{
	font-weight: bold !important;
	margin-bottom: 15px !important;
}  

#recruit-area .arrow{
 
 }
  
/*--------karada--------- */
#recruit-area #karada{
	
	
}

#recruit-area #karada .headline{
	font-size: 1.5rem;
	line-height: 170%;
	letter-spacing: 0.2em;
	margin: 10px 0 25px;
}

#recruit-area #karada ol{

}

#recruit-area #karada .illust{
	position: relative;
	margin: 20px auto 0;
	right: 0;
bottom: 0;
}


/*--------1--------- */
#recruit-area ul li{

}

#recruit-area ul{

}

/*--------2--------- */
#recruit-area h4{

}
#recruit-area .model-type{

}
  
#recruit-area .thumbbail{

}
  
/*--------3--------- */
#recruit-area table{
	width: 100% !important;
}

#recruit-area table tr th{

}


#recruit-area table tr td{

}

/*--------5--------- */
#recruit-area #omachi{

}

  /*----------------------------------------------------------------------------
  schedule --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2790, ../scss/style.scss */
  .schedule-list.sec-block .schedule-cast {
    padding: 0; }
    /* line 2792, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast > li {
      width: 50%;
      margin: 0;
      border: none; }
      /* line 2796, ../scss/style.scss */
      .schedule-list.sec-block .schedule-cast > li:nth-child(3n+1) {
        clear: inherit; }
    /* line 2802, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast .image > img {
      margin-top: 0; }

  /*----------------------------------------------------------------------------
  footer --- max-width: 767px
  ---------------------------------------------------------------------------- */
  /* line 2815, ../scss/style.scss */
  .footnav .smnone {
    display: none; } }
@media only screen and (max-width: 479px) {
  /* line 2821, ../scss/style.scss */
  body {
    border-width: 7px; }

  /* line 2824, ../scss/style.scss */
  img {
    max-width: 100%;
    height: auto; }

  /* line 2828, ../scss/style.scss */
  .spnone {
    display: none; }

  /*----------------------------------------------------------------------------
  header --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 2834, ../scss/style.scss */
  #headarea {
    height: 134px; }

  /* line 2837, ../scss/style.scss */
  #header #whorl {
    height: 30px; }

  /* line 2840, ../scss/style.scss */
  #header #whorl h1 {
	display: block;
	width: 100%;  
	padding-top: 5px;
    font-size: 9px;
     }

  /* line 2843, ../scss/style.scss */
  #header #whorl #address {
    float: right;
    font-size: 14px;
    margin-top: 18px;
    letter-spacing: 0.1em; }

  /* line 2849, ../scss/style.scss */
  #header #whorl #address .mail {
    background-image: url(../images/icon_mail.png);
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: 9px;
    margin-right: 10px; }

  /* line 2856, ../scss/style.scss */
  #header #whorl #address .tel {
    background-image: url(../images/icon_tel.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 5px; }

  /* line 2862, ../scss/style.scss */
  #header .wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px; }

  /* line 2867, ../scss/style.scss */
  .logo {
    width: 188px;
    margin-top: 24px;
    margin-left: 14px; }

  /*----------------------------------------------------------------------------
  contents
  ---------------------------------------------------------------------------- */
  /* line 2878, ../scss/style.scss */
  #container {
    padding-top: 12px;
    padding-bottom: 14px; }

  /* line 2882, ../scss/style.scss */
  #container .hide-title {
    display: none; }

  /* line 2885, ../scss/style.scss */
  .inline {
    clear: both;
    display: inline-block; }

  /* line 2889, ../scss/style.scss */
  #container #content {
    overflow: hidden;
    width: 92%;
    max-width: 479px;
    /*background-color: #FFFFF8;*/
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px; }

  /*----------------------------------------------------------------------------
  infomation-top --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 2901, ../scss/style.scss */
  #newsArea {
    width: 100%;
    float: none;
    margin: 0 auto 14px auto;
    background: #FFFFF8; }

  /* line 2907, ../scss/style.scss */
  #recruitBnr {
    width: 100%;
    float: none; }

  /* line 2911, ../scss/style.scss */
  #recruitBnr img {
    width: 100%; }

  /* line 2914, ../scss/style.scss */
  #bnrarea {
    width: 96%;
    max-width: 479px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px; }

  /* line 2924, ../scss/style.scss */
  #bnrarea ul li {
    width: 50%; }

  /*----------------------------------------------------------------------------
  window-top --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 2933, ../scss/style.scss */
  #content-home ul {
    margin: 0; }

  /* line 2936, ../scss/style.scss */
  #content-home > ul > li {
    width: 50%;
    display: block;
    /*margin-bottom:12px;*/ }
    /* line 2940, ../scss/style.scss */
    #content-home > ul > li img {
      vertical-align: middle; }

  /* line 2944, ../scss/style.scss */
  #content-home ul li a {
    display: block;
    position: relative;
    margin: 0;
    text-align: center; }

  /* line 2950, ../scss/style.scss */
  #content-home ul li a .text {
    /*height: 72px;*/ }

  /*----------------------------------------------------------------------------
  window-model --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 2960, ../scss/style.scss */
  #content-model ul {
    margin: 0;
    overflow: hidden; }

  /* line 2964, ../scss/style.scss */
  #content-model ul li {
    float: none;
    width: 100%;
    text-align: center; }

  /* line 2969, ../scss/style.scss */
  #content-model ul li .image {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 0px 15px 0px; }

  /* line 2975, ../scss/style.scss */
  #content-model ul li .image img {
    width: 100%;
    height: auto; }

  /* line 2979, ../scss/style.scss */
  .rabel-txt {
      font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 18px;
  color: #3F3625;
  float: left;
  padding-left: 0px;
  letter-spacing: 0.1em;
}

  /* line 2988, ../scss/style.scss */
  .package-img {
     width: 100%;
    float: none;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px; }

  /* line 2997, ../scss/style.scss */
  .package-img .text {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3F3625;
    padding-bottom: 8px;
    font-size: 14px;
    letter-spacing: 0.1em; }

  /* line 3006, ../scss/style.scss */
  .package-img .photo .image {
    width: 20%;
    height: auto;
    float: left;
    margin: 12px 10px 16px 0px; }

  /* line 3012, ../scss/style.scss */
  .package-img .photo .image:last-child {
    height: auto;
    width: 20%;
    margin-right: 0px;
    margin-left: 0px; }

  /* line 3018, ../scss/style.scss */
  .package-img .photo .image img {
    height: auto;
    width: 100%; }

  /*----------------------------------------------------------------------------
  window-studio --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3028, ../scss/style.scss */
  #content-map ul {
    margin: 0 8px 0 7px;
    overflow: hidden; }

  /* line 3032, ../scss/style.scss */
  #content-map #map-canvas {
    height: 430px;
    width: 92%;
    margin-right: auto;
    margin-left: auto; }

  /* line 3038, ../scss/style.scss */
  .rabel-txt-map {
    font-size: 22px;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 14px;
    color: #3F3625;
    float: left;
    padding-left: 12px;
    letter-spacing: 0.1em; }

  /* line 3048, ../scss/style.scss */
  .text-map {
    display: block;
    padding-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 190%;
    float: none;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 12px;
    margin-right: auto;
    margin-left: auto; }

  /*----------------------------------------------------------------------------
  infomation-system-price --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3067, ../scss/style.scss */
  #system-price {
    width: 100%;
    max-width: 479px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    line-height: 190%;
    color: #3F3625; }
    /* line 3076, ../scss/style.scss */
    #system-price h2#system-price_h,
    #system-price h2.title {
      font-size: 18px;
      margin-bottom: 14px; }
    /* line 3081, ../scss/style.scss */
    #system-price h3 {
      display: block;
      font-size: 16px;
      letter-spacing: 0.1em;
      font-weight: normal;
      width: 98%;
      margin-right: auto;
      margin-bottom: 3px;
      margin-left: auto;
      clear: both;
      background-repeat: no-repeat;
      background-position: 0px 3px;
      line-height: 180%; }
    /* line 3095, ../scss/style.scss */
    #system-price .exhibition {
      height: 160px;
      width: 98%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px;
      /*border: 2px solid #3F3625;*/
	  border:none;
      padding-top: 14px;
      margin-top: 4px; }
    /* line 3105, ../scss/style.scss */
    #system-price .txt {
      display: block;
      width: 98%;
      margin-right: auto;
      margin-left: auto;
      font-size: 12px;
      letter-spacing: 0.1em;
      padding-bottom: 18px; }
    /* line 3114, ../scss/style.scss */
    #system-price .bank {
      display: none; }
    /* line 3117, ../scss/style.scss */
    #system-price .txt .bank-sp {
      display: block;
      margin: 8px 0; }
    /* line 3121, ../scss/style.scss */
    #system-price .txt .bank-sp .image {
      width: 100%; }
    /* line 3124, ../scss/style.scss */
    #system-price .txt .bank-sp .image img {
      width: 100%; }
    /* line 3127, ../scss/style.scss */
    #system-price .left {
      float: left;
      width: 50%;
      height: auto;
      margin-bottom: 12px; }
    /* line 3133, ../scss/style.scss */
    #system-price .right {
      float: right;
      width: 50%;
      height: auto;
      margin-bottom: 12px; }
    /* line 3139, ../scss/style.scss */
    #system-price .right img {
    height: auto;
    width: 100%;
    margin-top: 0px !important;
    padding: 0 0 20px 20px !important;
}
    /* line 3143, ../scss/style.scss */
    #system-price table {
      width: 90%;
      height: auto;
      margin-right: auto;
      margin-left: auto; }
    /* line 3149, ../scss/style.scss */
    #system-price table tr td.part {
      width: 22%; }
    /* line 3152, ../scss/style.scss */
    #system-price .part .shift {
      display: block;
      float: left;
      padding-top: 3px;
      padding-bottom: 3px; }
    /* line 3158, ../scss/style.scss */
    #system-price table tr td.state {
      width: 82%; }
    /* line 3161, ../scss/style.scss */
    #system-price .state .time {
      display: block;
      float: left;
      padding-top: 3px;
      padding-bottom: 3px; }
    /* line 3167, ../scss/style.scss */
    #system-price .state .ok {
      display: block;
      width: 30%;
      min-width: 84px;
      text-align: center;
      background-color: #F24E14;
      color: #FFFFFF;
      float: left;
      font-size: 12px;
      margin-left: 16%; }
    /* line 3178, ../scss/style.scss */
    #system-price .state .out {
      display: block;
      width: 30%;
      min-width: 84px;
      text-align: center;
      background-color: #3F3625;
      color: #FFFFFF;
      float: left;
      padding-top: 2px;
      padding-bottom: 1px;
      font-size: 12px;
      margin-left: 16%; }
    /* line 3191, ../scss/style.scss */
    #system-price .area-recruit-info .left {
      float: none;
      width: 100%; }
    /* line 3195, ../scss/style.scss */
    #system-price .area-recruit-info .right {
      float: none;
      width: 100%; }
    /* line 3199, ../scss/style.scss */
    #system-price .area-recruit-studio .left {
      float: none;
      width: 100%; }
    /* line 3203, ../scss/style.scss */
    #system-price .area-recruit-studio .right {
      float: none;
      width: 100%; }
    /* line 3207, ../scss/style.scss */
    #system-price .area-recruit-studio .right .right {
      }
	#system-price .recruit-head, .sec-block .recruit-head {
		font-size: 0.95rem;}
		
	#system-price .stuff-head {
		font-size: 0.95rem;}
	.stuff-head .left {
  float: left !important;
  width: 85% !important;
}
.stuff-head .right {
  float: right !important;
  width: 18% !important;
  /* margin-right: 5%; */
}
#area-stuff #point4 {
  font-size: 1rem;
  padding: 15px 0;
  line-height: 180%;
}

#area-stuff #apo .ib {
  margin-bottom: 10px;
}
  /*----------------------------------------------------------------------------
  infomation-studio --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3216, ../scss/style.scss */
  #studio {
    width: 94%; }

  /* line 3219, ../scss/style.scss */
  #studio #studio-txt {
    font-size: 24px;
    font-weight: normal;
    width: 98.6%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 20px;
    line-height: 160%; }

  /* line 3229, ../scss/style.scss */
  #studio .txt {
    display: block;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: 0.1em; }

  /* line 3237, ../scss/style.scss */
  #studio .left {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 12px; }

  /* line 3243, ../scss/style.scss */
  #studio .right {
    float: none;
    width: 60%;
    min-width: 270px;
    margin: 12px auto 12px; }

  /* line 3249, ../scss/style.scss */
  #studio .right img {
    height: auto;
    width: 100%; }
     


  /*----------------------------------------------------------------------------
  schedule --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3261, ../scss/style.scss */
  .schedule-list.sec-block .schedule-cast {
    display: inherit;
    padding: 7px; }
    /* line 3264, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast > li {
      width: inherit;
      display: block;
      overflow: inherit;
      max-height: inherit;
      padding: 7px;
      margin: 0 auto 14px auto; }
    /* line 3272, ../scss/style.scss */
    .schedule-list.sec-block .schedule-cast .btn-schedule {
      width: 100%;
      clear: both;
      display: block; }

  /*----------------------------------------------------------------------------
  side --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3283, ../scss/style.scss */
  #side {
    width: 96%;
    margin: 0 auto; }

  /*----------------------------------------------------------------------------
  footer --- max-width: 479px
  ---------------------------------------------------------------------------- */
  /* line 3291, ../scss/style.scss */
  #footer {
    height: inherit; }
    /* line 3293, ../scss/style.scss */
    #footer .r18-age {
      margin-bottom: 7px; }

  /* line 3297, ../scss/style.scss */
  .footnav {
    display: none; } }
@media screen and (max-width: 310px) {
  /* line 3302, ../scss/style.scss */
  #headarea, #container {
    width: 296px;
    overflow: hidden; } }
