@charset 'utf-8';

body {
  padding-bottom: 20px;
  color: #333;
  background: #ebe5de;
  background-size: 100px auto;
  -webkit-background-size: 100px auto;
}

a {
  color: #168bc6;
}

a:hover {
  text-decoration: none;
}

.text-right {
  text-align: right;
}

.specialPrice {
  color: #dd004b;
}

.faq h3,
.privacy h3,
.rules h3 {
  clear: both;
  font-size: 100%;
  line-height: 120%;
}

.faq h3 {
  margin: 25px 0 15px;
}

.privacy h3 {
  margin-top: 20px;
}

.privacy h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.aosct   .info ul,
.rules   .sectionInner ol {
  margin: 0 0 20px 20px;
}

.aosct   .info li,
.faq     .sectionInner li,
.rules   .sectionInner li,
.privacy .chapter li {
  margin: 5px 0;
}

.privacy  .sectionInner ul {
  margin-bottom: 0;
}

.aosct   .info .unstyled li,
.faq     .sectionInner .unstyled li,
.rules   .sectionInner .unstyled li,
.privacy .chapter .unstyled li {
  padding: 0 0 0 1.3em;
  text-indent: -1.3em;
}

.etc .center {
  text-align: center;
}

.etc .right,
.app .right {
  text-align: right;
}

.revisionHistory {
  text-align: right;
}

/*---- plainText ----*/
.plainText {
  margin: 0;
  text-align: center;
}

.plainText01 {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

/*---- topText ----*/
.topText {
  margin: 0;
  text-align: center;
}

/*---- description----*/
.spec_description {
  text-align: center;
  margin: 15px 0 0;
}

/*---- info ----*/
.info {
  border: solid 1px #dddad7;
}

.info dl {
  margin: 0;
  padding-left: 250px;
  overflow: hidden;
  background: #f9f7f5;
}

.info dl + dl {
  border-top: solid 1px #dddad7;
}

.info dl dt > span,
.info dl dd > span {
  padding: 30px;
}

.info dl dt {
  float: left;
  margin-left: -250px;
  font-size: 16px;
  font-weight: normal;
}

.info dl dt > span {
  display: block;
  width: 190px;
  border-top: solid 1px #fff;
}

.info dl dd {
  border-left: solid 1px #dddad7;
  margin: 0;
  background: #fdfcfc;
}

.info dl dd > span {
  display: block;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.info dl dd > span.row2 {
  min-height: 40px;
}


/*---- navbar ----*/
.navbar,
.navbar .navbar-inner {
  background: none;
}

.navbar .navbar-inner {
  border: none;
  background: rgba(74, 62, 54, .9);
  filter: none;
}

.navbar .navbar-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar .navbar-inner h1 > a {
  display: block;
  height: 80px;
  background-image: url(//nohana.jp/img/brand_logo001.png);
  background-repeat: no-repeat;
  background-position: 0 20px;
}

.navbar .navbar-inner h1 span {
  visibility: hidden;
}

.head-alert-ie {
  text-align: center;
  font-size: 16px;
  padding: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ff0;
  z-index: 1030;
}

.head-alert-ie ~ .navbar-fixed-top {
  top: 52px;
}


/*---- chapter&section ----*/
.chapter {
  border-radius: 5px;
  overflow: hidden;
  /*box-shadow:0 2px 6px #999;
-webkit-box-shadow:0 2px 6px #999;*/
}

.chapter .section {
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(252, 248, 242, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(252, 248, 242, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f6f0eb', GradientType=0); /* IE6-9 */
}

.chapter + .chapter {
  margin-top: 30px;
}

.chapter .section + .section {
  /*border-top:solid 1px #dddad7;*/
}

.chapter .section > .heading,
.chapter .section-inner > .heading {
  color: #4a3e36;
  font-weight: normal;
  line-height: 1.5em;
}

/*---- chapter&section(local) ----*/
.contact .chapter .section {
  background-color: #fff;
  background-image: none;
}


/*---- main-visual ----*/
.main-visual {
  background: #bca689 url(//nohana.jp/img/main_visual001.jpg) 50% 100% no-repeat;
}

.collabo .main-visual {
  background-image: url(//nohana.jp/img/main_visual002.jpg);
}

.main-visual .appli-icon {
  display: inline-block;
  width: 170px;
  height: 170px;
  background: url(//nohana.jp/img/appli_icon_large001.png) 50% 0;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-bottom: 85px;
}

.main-visual-inner > .description {
  display: none;
}


/*---- autoSlide ----*/
#autoSlide {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

#autoSlide ul {
  list-style-type: none;
  position: relative;
  max-width: 1604px;
  margin: 0 auto;
}

#autoSlide ul:before,
#autoSlide ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 1000;
}

#autoSlide ul:before {
  left: -100%;
}

#autoSlide ul:after {
  left: 100%;
}

#autoSlide ul li {
  position: absolute;
  top: 0;
  width: 100%;
}

#autoSlide ul li .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

#autoSlide ul li .inner img {
  position: absolute;
  top: 125px;
  margin-left: 20px;
}

#autoSlide ul,
#autoSlide ul li {
  min-height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#autoSlide ul li.view1 {
  background-image: url(//nohana.jp/img/studio/photo001.jpg);
  left: -100%;
}

#autoSlide ul li.view2 {
  background-image: url(//nohana.jp/img/studio/photo002.jpg);
  left: 0;
}

#autoSlide ul li.view3 {
  background-image: url(//nohana.jp/img/studio/photo003.jpg);
  left: 100%;
}

#autoSlide ul li.view4 {
  background-image: url(//nohana.jp/img/studio/photo004.jpg);
  left: 200%;
}

#autoSlide ul li.view5 {
  background-image: url(//nohana.jp/img/studio/photo005.jpg);
  left: 300%;
}

#autoSlide .stage {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}

#autoSlide .stage > .inner {
  width: 920px;
  height: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

#autoSlide .stage > .inner .description {
  height: 310px;
  visibility: hidden;
}

.pricecard {
  width: 330px;
  height: 240px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .6) url(//nohana.jp/img/studio/sprite002.png) 50% -3480px;
  background-repeat: no-repeat;
}

.pricecard span {
  display: block;
  height: 150px;
  visibility: hidden;
}

.contact .button {
  display: block;
  width: 254px;
  height: 70px;
  margin: 0 auto;
  background: url(//nohana.jp/img/studio/contact_button_pc001.png) 50% 0 no-repeat;
  text-indent: -100em;
  overflow: hidden;
}

.contact .button_disable {
  display: block;
  width: 254px;
  height: 70px;
  margin: 0 auto;
  background: url(//nohana.jp/img/studio/contact_button_pc001_disable.png) 50% 0 no-repeat;
  text-indent: -100em;
  overflow: hidden;
}

.contact .button:active {
  background-position: 50% -80px;
}


/*---- information ----*/
.section.information {
  padding: 25px 50px;
}

.section.information > .heading {
  margin-bottom: 20px;
  font-size: 20px;
}

.section.information > .itemList {
  margin-top: 20px;
}

.section.information > .itemList .item + .item {
  margin-top: 10px;
}

.section.information > .itemList .item .timestamp {
  display: inline-block;
  margin-right: 20px;
}

.section.information > .itemList .item .emphasis01 {
  color: #c00;
  font-weight: bold;
}


/*---- features ----*/
.section.features {
  padding-bottom: 0;
}

.features-inner {
  min-height: 415px;
  padding-right: 300px;
  padding-bottom: 50px;
  background: url(//nohana.jp/img/preview001.png) 100% 100% no-repeat;
}

.section.features ol {
  margin-bottom: 0;
}

.section.features ol li > div {
  line-height: 1.5em;
}

.em {
  color: #dd004b;
  text-align: center;
  font-size: 80%;
}


/*---- photobook ----*/
.photobook .carousel {
  height: 400px;
  margin-bottom: 0;
  padding: 60px;
  background-image: url(//nohana.jp/img/photobook_background001.jpg);
  background-position: 50% 50%;
  background-repeat: -repeat;
}

.photobook .item {
  height: 400px;
}

.photobook .carousel-control {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  background: url(//nohana.jp/img/photobook_arrow001.png) 0 0 no-repeat;
  border-radius: none;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pr .photobook .carousel-control.left {
  left: 8px;
  background-position: 0 -100px;
}

.pr .photobook .carousel-control.right {
  right: 8px;
  background-position: 0 0;
}


/*---- benefit ----*/
.benefit h2.heading {
  margin-bottom: 30px;
}

.benefit p {
  margin-bottom: 55px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

.benefit p span {
  font-weight: bold;
}


/*---- turnAside ----*/
.turnAside {
  padding: 0 0 10px;
  background: url(//nohana.jp/img/photobook/bg_box01_foot001.png) no-repeat 0 100%;
}

.turnAside .turnAside-inner {
  padding: 30px 0 20px;
  background: url(//nohana.jp/img/photobook/bg_box01_head001.png) no-repeat 0 0;
}

.turnAside h3 {
  margin: 0;
  font-size: 28px;
  text-align: center;
  line-height: 1;
}

.turnAside p {
  margin: 30px 0 0;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

.turnAside p br {
  display: none;
}

.turnAside .subNote {
  margin-top: 12px;
  font-size: 16px;
}

.turnAside .more {
  font-size: 16px;
}

.turnAside .more a {
  text-decoration: underline;
}


/*---- situations ----*/
.situations h2.heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b4b4b4;
}

.situations ol {
  *zoom: 1;
}

.situations ol:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.situations ol .situation > div {
  height: 278px;
  border: solid 1px #b4b4b4;
  background-color: #f5f2ee;
  background-image: url(//nohana.jp/img/photobook/situation_photos001.png);
  background-repeat: no-repeat;
}

.situations ol .situation .heading {
  display: inline-block;
  padding-left: 50px;
  line-height: 44px;
  color: #4a3e36;
  font-size: 20px;
  font-weight: normal;
}

.situations ol .situation .description {
  margin: 0;
  padding: 5px;
  line-height: 1.5;
  font-size: 12px;
}


/*---- instances ----*/
.instances {
  *zoom: 1;
}

.instances:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.instances .instance {
  float: left;
}

.instances h3 {
  line-height: 1;
  margin: 0;
  padding: 8px 2px;
  font-size: 14px;
  text-align: center;
}

.instances p {
  margin: 0;
  text-align: center;
}

.instances p img {
  vertical-align: bottom;
}

.instances .description {
  padding: 6px 0 0;
  font-size: 12px;
  text-align: center;
}

.instances .description p {
  display: inline;
}

.instances .description .subNote {
  display: block;
}

.instances .caution {
  color: #dd004b;
}


/*---- whatIs ----*/
.whatIs h2.heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b4b4b4;
}

.whatIs .instance h3 {
  background: url(//nohana.jp/img/photobook/bg_box02_head001.png) no-repeat 0 0;
  color: #fff;
}

.whatIs .instance .image {
  padding: 0 1px 1px;
  background: url(//nohana.jp/img/photobook/bg_box02_body001.png) no-repeat 0 100%;
}

.whatIs .instance .image img {
  height: 164px;
}

.whatIs .instance {
  width: 195px;
  margin-left: 13px;
}

.whatIs .firstInstance {
  margin-left: 0;
}


/*---- useCoupon ----*/
.useCoupon h2.heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b4b4b4;
}

.useCoupon .instance {
  width: 260px;
  margin-left: 20px;
}

.useCoupon .instance h3 {
  background: url(//nohana.jp/img/photobook/bg_box03_head001.png) no-repeat 0 0;
  color: #fff;
}

.useCoupon .instance .image {
  padding: 0 1px 1px;
  background: url(//nohana.jp/img/photobook/bg_box03_body001.png) no-repeat 0 100%;
}

.useCoupon .instance .image img {
  height: 200px;
}

.useCoupon .firstInstance {
  margin-left: 0;
}


/*---- faqPickup ----*/
.faqPickup .more {
  text-align: right;
}


/*---- steps ----*/
.steps ol {
  border: solid 1px #b4b4b4;
  border-bottom: none;
  overflow: hidden;
  background: rgb(245, 242, 238); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245, 242, 238, 1) 0%, rgba(241, 236, 231, 1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 242, 238, 1)), color-stop(100%, rgba(241, 236, 231, 1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245, 242, 238, 1) 0%, rgba(241, 236, 231, 1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245, 242, 238, 1) 0%, rgba(241, 236, 231, 1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(245, 242, 238, 1) 0%, rgba(241, 236, 231, 1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(245, 242, 238, 1) 0%, rgba(241, 236, 231, 1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2ee', endColorstr='#f1ece7', GradientType=0); /* IE6-9 */
}

.steps ol .step > div {
  min-height: 373px;
  border-bottom: solid 1px #b4b4b4;
}

.steps ol .step01 > div,
.steps ol .step03 > div {
  border-right: solid 1px #b4b4b4;
}

.steps ol .step > div .heading {
  display: inline-block;
  margin-top: 20px;
  padding-left: 50px;
  line-height: 44px;
  color: #4a3e36;
  font-size: 20px;
  font-weight: normal;
}

.steps ol .step > div .description {
  padding: 0 5px;
  padding-top: 230px;
  background-image: url(//nohana.jp/img/photobook/step_photos001.png);
  background-repeat: no-repeat;
}

.photobook .steps ol .step > div .description {
  background-image: url(//nohana.jp/img/photobook/step_photos001.png);
}

.studio .steps ol .step > div .description {
  background-image: url(//nohana.jp/img/studio/order_flow_photos001.png);
}


/*---- download ----*/
.download.section {
  text-align: center;
}


/*---- experiences ----*/
.experience {
  display: none;
  padding: 20px 20px 18px 18px;
  color: #4a3e36;
}

.experience .photoArea {
  float: left;
  width: 372px;
}

.experience .textArea {
  margin-left: 400px;
}

.experience h3.heading {
  border-bottom: solid 1px #f7f2ee;
  font-size: 20px;
  font-weight: normal;
}

.experience h3.heading span {
  display: block;
  border-bottom: solid 1px #f9f5f1;
}

.experience01 {
  display: block;
}

.experience01 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience01/thumbnails001.jpg);
}

.experience02 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience02/thumbnails001.jpg);
}

.experience03 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience03/thumbnails001.jpg);
}

.experience04 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience04/thumbnails001.jpg);
}

.experience05 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience05/thumbnails001.jpg);
}

.experience06 .photo .frame {
  background: url(//nohana.jp/img/studio/experiences/experience06/thumbnails001.jpg);
}

.experience .photo01 .frame {
  background-position: 0 0;
}

.experience .photo02 .frame {
  background-position: -200px 0;
}

.experience .photo03 .frame {
  background-position: -400px 0;
}

.experience .photo04 .frame {
  background-position: 0 -200px;
}

.experience .photo05 .frame {
  background-position: -200px -200px;
}

.experience .photo06 .frame {
  background-position: -400px -200px;
}

.experience .photo07 .frame {
  background-position: 0 -400px;
}

.experience .photo08 .frame {
  background-position: -200px -400px;
}

.experience .photo09 .frame {
  background-position: -400px -400px;
}

#panel {
  margin-bottom: 0;
  border: solid 1px #d6d6d6;
  background: #fff;
}

#panel .photo {
  float: left;
  padding-right: 2px;
  padding-bottom: 2px;
}

#panel .photo .frame {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 122px;
  height: 122px;
  text-indent: -20em;
  overflow: hidden;
}

#panel .photo .frame img {
  max-width: 122px;
  max-height: 122px;
  vertical-align: bottom;
}

#tab {
  text-align: center;
}

#tab li {
  display: inline-block;
  width: 100px;
}

#tab li a {
  display: inline-block;
  padding: 7px 0;
}

#tab li a.current {
  padding-bottom: 5px;
  color: #168bc6;
  border-bottom: solid 2px #168bc6;
}


/*---- photographer ----*/
.photographer .catch {
  margin-bottom: 30px;
}

.photographer .photo .frame {
  display: inline-block;
  padding: 10px;
  border: solid 1px #ebe5de;
  background: #fff;
}

.photographer .photo01 {
  margin: 15px 0 30px;
  text-align: center;
}

.photographer .photo02 {
  padding-left: 30px;
  float: right;
}

.supervisor {
  position: relative;
  padding: 30px 40px;
  border: solid 1px #ddd;
  background: #fff;
}

.supervisor h3.heading {
  margin-top: 0;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

.supervisor p {
  font-size: 12px;
}


/*---- reasons ----*/
.reasons ol {
  margin-bottom: 0;
}

.reasons li {
  padding-left: 50px;
}

.reasons li.number01 .reason {
  background-position: 100% 0;
}

.reasons li.number02 .reason {
  background-position: 100% -400px;
}

.reasons li.number03 .reason {
  background-position: 100% -800px;
}

.reasons h3 {
  margin-top: 0;
  color: #f679a0;
  font-weight: normal;
}


/*---- paragraph01 ----*/
.paragraph01 {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.paragraph01 .item01 {
  margin: 20px 30px 0;
  padding: 22px 0;
  background: url(//nohana.jp/img/dotline001.gif) repeat-x 0 0;
  *zoom: 1;
}

.paragraph01 h3 {
  margin: 0;
  padding: 18px 5px;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #efefef;
  text-align: center;
  line-height: 1.0;
}


/*---- mainPoint01 ----*/
.mainPoint01 {
  padding: 20px 0 0;
}


/*---- endPoint01 ----*/
.endPoint01 {
  margin: 20px 0 0;
  padding: 50px 0 0;
  background: url(//nohana.jp/img/arrow001.png) no-repeat 50% 0;
}


/*---- subNote01 ----*/
.subNote01 {
  margin: 0 30px;
  padding: 2px 0 0;
  *zoom: 1;
}

.subNote01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.subNote01 p {
  margin-top: 20px;
}

.subNote01 .button02,
.subNote01 .button01 {
  float: left;
  width: 372px;
  margin: 25px 0 0;
}

.subNote01 .button02 {
  float: right;
}


/*---- subNote02 ----*/
.subNote02 {
  margin: 12px 0 0;
  line-height: 2.25;
}

.subNote02 p {
  text-align: left;
}


/*---- button01 ----*/
.button01 a {
  display: block;
  width: 362px;
  height: 44px;
  padding: 24px 5px 0;
  background: url(//nohana.jp/img/bg_button001.png) no-repeat 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}


/*---- button02 ----*/
.button02 a {
  display: block;
  width: 362px;
  height: 44px;
  padding: 24px 5px 0;
  background: url(//nohana.jp/img/bg_button002.png) no-repeat 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}


/*---- image01 ----*/
.image01 {
  margin: 0;
  text-align: center;
  overflow: hidden;
}

.image01 img {
  max-width: 100%;
  vertical-align: bottom;
}


/*---- item01 ----*/

.item01 {
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.item01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.item01 h4 {
  margin: 0 0 20px;
}

.item01 .list02 {
  float: left;
}

.item01 .subNote02 {
  float: right;
  width: 370px;
}


/*---- itemSet01 ----*/
.itemSet01 {
  width: 760px;
  margin: 0 30px;
  padding: 2px 0 0;
  background: url(//nohana.jp/img/dotline001.gif) repeat-x 0 0;
  overflow: hidden;
  *zoom: 1;
}

.itemSet01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.itemSet01 .item01 {
  float: left;
  width: 370px;
  margin: 0 0 0 20px;
  padding-top: 20px;
  background-image: none;
}

.itemSet01 .setItemFirst {
  margin-left: 0;
}


/*---- list01 ----*/
.list01 {
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.list01 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}

.list01 img {
  max-width: 238px;
  border: 1px solid #ccc;
  vertical-align: bottom;
}


/*---- list02 ----*/
.list02 {
  margin: 5px 0 0;
}

.list02 li {
  margin: 15px 0 0;
  padding: 0 0 0 35px;
  background: url(//nohana.jp/img/listmark001.png) no-repeat 0 50%;
  line-height: 1.2;
  list-style: none;
}

.list02 p {
  margin: 0;
  font-weight: bold;
}

/*---- list03 ----*/
.list03 {
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.list03 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px 20px;
}

.list03 img {
  max-width: 400px;
  vertical-align: bottom;
}

/*---- headingImage---*/
.headingImage {
  text-align: center;
}

/*---- column01----*/
.column01 {
  padding: 0;
  margin: 0;
  margin: 40px 0;
}

.column01:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.column01 p {
  margin: -5px 0 20px;
  line-height: 1.6;
}

.column01 h3 {
  font-weight: normal;
  font-size: 22px;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #dddad7;
}

.column01 h4 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 5px;
}

.twoColumn:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  margin-bottom: 20px;
}

.column01 .columnLeft01 {
  float: left;
  text-align: center;
  width: 200px;
}

.column01 .columnRight01 {
  float: left;
  width: 620px;
  line-height: 1.6;
}

.column01 .columnLeft02 {
  float: left;
  text-align: center;
  width: 300px;
}

.column01 .columnRight02 {
  float: left;
  width: 500px;
  margin-left: 20px;
  line-height: 1.6;
}

/*---- productSpec ----*/
.productSpec .info dl {
  padding-left: 130px;
}

.productSpec .info dl dt {
  margin-left: -130px;
}

.productSpec .info dl dt > span {
  width: 90px;
}

/*---- highQualityPoint----*/
.highQualityPoint .list01 img {
  border: hidden;
}

/*---- privacyPoclicy----*/
.privacyPoclicy {
  margin-bottom: 50px;
  padding-bottom: 60px;
  background: url(//nohana.jp/img/dotline001.gif) repeat-x 0 0;
  background-position: center bottom;
  *zoom: 1;
}

.privacyPoclicy h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.indent01 {
  margin-left: 10px;
}

.indent02 {
  margin-left: 10px;
}

.privacyPoclicy ul {
  text-indent: 1.3em;
}

.privacyPoclicy p {
  clear: both;
  margin-bottom: 20px;
}

#toriatsukai {
  margin-top: -80px;
  padding-top: 80px;
}

/*---- privacyHandling----*/
.privacyHandling h2 {
  margin-bottom: 10px;
}

.privacyHandling ul {
  list-style-type: disc;
}

.privacyHandling p {
  clear: both;
}

.googlePrivacy {
  margin-top: 100px;
}

.privacyHandling .titleText03 {
  margin: 5px 0 2px 0;
}

.privacyHandling .titleText02 {
  margin: -5px 0 2px 0;
}

.privacyNotes01 {
  margin-top: 5px;
}
/*---- privacyLink----*/
.privacyLink {
  line-height: 2.0;
}

/*---- formSource ----*/
.formSource iframe {
  min-height: 1200px;
}


/*---- override bootstrap ----------------------------------------*/
/*---- accordion-group ----*/
.accordion-group {
  margin-bottom: -1px;
  border: 1px solid #b4b4b4;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.accordion-group:first-child {
  -webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

.accordion-group:last-child {
  -webkit-border-radius: 0 0 4px 4px / 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px / 0 0 4px 4px;
  border-radius: 0 0 4px 4px / 0 0 4px 4px;
}

.accordion-heading .accordion-toggle {
  padding: 8px 10px;
  font-weight: bold;
}

.accordion-heading a {
  color: #323232;
  text-decoration: none;
}

.accordion-inner {
  padding: 8px 10px;
  border-top: 1px dotted #b4b4b4;
}

.accordion-inner-text {
  float: right;
  display: inline;
  width: 93%;
}

.accordion-inner img {
  display: inline;
  float: left;
  width: 5%;
}

.accordion-inner ul {
  margin: 0 0 0 20px;
}

.collapse {
  -webkit-transition: height .15s ease;
  -moz-transition: height .15s ease;
  -o-transition: height .15s ease;
  transition: height .15s ease;
}

/*---- note for iphone ----*/

.note-for-iphone {
  display: none;
}

/*---- faq- button ----*/

.faq-button-field {
  text-align: center;
  display: none;
}

.faq-button-field .btn {
  color: #323232;
  padding: 10px;
  margin: 0 0 10px 0;
  width: 170px;
}

/*---- app-download button ----*/
.app-download {
  margin: 0;
  text-align: center;
}

.app-download li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.app-download .iphone {
  margin: 0 10px 10px 0;
}

.app-download img {
  max-height: 60px;
  vertical-align: bottom;
}

/*---- common parts ----------------------------------------------*/
.hide-text {
  overflow: hidden;
  text-indent: -100em;
}


/*---- for Desktop -----------------------------------------------*/
body.pc {
  padding-top: 110px;
}

body.pc.index {
  padding-top: 0;
}

body.index .section > .heading {
  text-align: center;
}

.pr.section {
  padding-left: 0;
  padding-right: 0;
}

.chapter + .footer {
  margin-top: 10px;
}


/*---- common ----*/
.main-visual-inner,
.navbar .navbar-inner h1,
.chapter,
.footer {
  width: 920px;
  margin: 0 auto;
}

.section {
  padding: 50px;
}

.section > .heading,
.section-inner > .heading {
  font-size: 30px;
  margin: 0 0 45px;
}

.business .section > .heading,
.business .section-inner > .heading {
  margin: 60px 0 30px;
  text-align: center;
}


/*---- button ----*/
.button {
  display: block;
  width: 200px;
  height: 68px;
  line-height: 68px;
  background-image: url(//nohana.jp/img/download_button001.png);
  background-repeat: no-repeat;
}

.button:hover {
  text-decoration: none;
}

.button span {
  visibility: hidden;
}

.button.iPhone {
  background-position: 0 0;
}

.button.iPhone:active {
  background-position: 0 -70px;
}

.button.android {
  background-position: 0 -200px;
}

.button.android:active {
  background-position: 0 -270px;
}

body.ios .download li.android {
  display: none;
}

body.android .download li.ios {
  display: none;
}

.number {
  min-height: 45px;
  padding: 0 0 0 50px;
  background: url(//nohana.jp/img/numbers002.png) no-repeat 0 0;
}

.number01 {
  background-position: 0 0;
}

.number02 {
  background-position: 0 -500px;
}

.number03 {
  background-position: 0 -1000px;
}

.number04 {
  background-position: 0 -1500px;
}

/*---- main-visual ----*/
.main-visual,
.main-visual-inner {
  height: 520px;
}

.main-visual-inner {
  position: relative;
  margin: 80px auto 0;
}

.main-visual .download {
  position: absolute;
  top: 0;
  left: 0;
  height: 404px;
  width: 200px;
  padding: 58px 15px 58px;
  text-align: center;
  background: rgba(255, 255, 255, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#46ffffff', endcolorstr='#46ffffff', gradienttype=0);
}

.main-visual .download > .heading {
  margin: 0 0 40px;
}

.main-visual .download .inline li {
  padding: 0;
}

.main-visual + .container-fluid {
  margin-top: 30px;
}

.main-visual .button.android {
  margin-top: 10px;
}


/*---- features ----*/
.features .feature + .feature {
  margin-top: 35px;
}

.features ol li > div {
  font-size: 16px;
}


/*---- situations ----*/
.situations ol .situation {
  float: left;
  width: 260px;
  margin-left: 20px;
  text-align: center;
}

.situations ol .situation01 div {
  background-position: 50% 50px;
}

.situations ol .situation02 div {
  background-position: 50% -410px;
}

.situations ol .situation03 div {
  background-position: 50% -870px;
}


/*---- steps ----*/
.steps ol .step {
  float: left;
  width: 50%;
  text-align: center;
}

.steps ol .step01 .description {
  background-position: 50% 0;
}

.steps ol .step02 .description {
  background-position: 50% -460px;
}

.steps ol .step03 .description {
  background-position: 50% -920px;
}

.steps ol .step04 .description {
  background-position: 50% -1380px;
}

.studio .steps ol .step02 .description {
  background-position: 50% -500px;
}

.studio .steps ol .step03 .description {
  background-position: 50% -1000px;
}

.studio .steps ol .step04 .description {
  background-position: 50% -1500px;
}


/*---- pr ----*/
.pr > .description,
.pr .spec {
  margin-left: 50px;
  margin-right: 50px;
}

.pr > .description {
  margin-bottom: 40px;
  font-size: 16px;
}

.pr .spec > .heading {
  margin-top: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}


/*---- info ----*/
#footerMenu > ul dt {
  margin: 0 0 10px 10px;
}

.share-buttons {
  position: relative;
  height: 20px;
  width: 600px;
  float: right;
}

.share-buttons li {
  position: absolute;
  top: 0;
  margin: 0;
}

/*---- YouTube ----*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*---- for IE8 ----------------------------------------------------------------------------------------*/
.IE8 .navbar .navbar-inner {
  background: rgb(74, 62, 54);
}

.IE8 .main-visual {
  background: url(//nohana.jp/img/main_visual001.jpg) 50% 100% no-repeat;
}

.IE8 .photobook .carousel-control {
  filter: none;
}

.IE8 .pricecard {
  background: #fff url(//nohana.jp/img/studio/sprite002.png) 50% -3480px;
}


/*---- footer ----*/
#footerMenu > ul li {
  float: left;
  width: 190px;
  padding-right: 40px;
}

#footerMenu > ul .nohana {
  width: 150px;
}

#footerMenu > ul li:last-child {
  padding-right: 0;
}

.share-buttons li.mixi {
  right: 360px;
}

.share-buttons li.facebook {
  right: 250px;
}

.share-buttons li.twitter {
  right: 100px;
}

.share-buttons li.line {
  right: 0;
}

.copyright {
  float: left;
  clear: none;
  margin-bottom: 0;
}

.groupLink {
  clear: both;
  font-size: 10px;
}

.groupLink dt {
  display: inline;
  margin-right: 1em;
  margin-left: 0;
}

.groupLink dd {
  display: inline;
  margin-right: .5em;
  margin-left: 0;
}

.situations ol .situation01 {
  margin-left: 0;
}

.reason {
  min-height: 80px;
  padding: 0 150px 35px 0;
  background: url(//nohana.jp/img/studio/reasons_photo001.png) no-repeat;
}


/*---- for only PC -------------------------------------------------------------------------------------*/
@media (min-width: 980px) {
  #panel {
    width: 820px;
    height: 410px;
  }
}


/*---- for only iPad -----------------------------------------------------------------------------------*/
.iPad .steps ol .step > div .description {
  background-size: 280px auto;
}

.iPad .steps ol .step01 .description {
  background-position: 50% 20px;
}

.iPad .steps ol .step02 .description {
  background-position: 50% -385px;
}

.iPad .steps ol .step03 .description {
  background-position: 50% -790px;
}

.iPad .steps ol .step04 .description {
  background-position: 50% -1195px;
}


/*---- for only Tablet ---------------------------------------------------------------------------------*/
@media (min-width: 599px) and (max-width: 979px) {
  .main-visual-inner,
  .navbar .navbar-inner h1,
  .chapter,
  .footer {
    width: auto;
  }

  .navbar .navbar-inner h1 > a {
    background-position: 20px 20px;
  }

  .photobook .carousel {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: auto;
  }

  .photobook .item {
    height: auto;
  }

  .reason {
    min-height: 80px;
    padding: 0 150px 35px 0;
    background: url(//nohana.jp/img/studio/reasons_photo001.png) no-repeat;
  }

  .steps ol {
    min-width: 550px;
  }

  .steps ol .step {
    float: left;
    width: 50%;
  }


  /*---- footer ----*/
  #footerMenu > ul li {
    float: left;
    width: 200px;
    min-height: 180px;
    padding-right: 10px;
  }
}


/*---- Landscape phone and down -----------------------------------------------------------------------*/
@media (max-width: 598px) {
  body {
    padding-top: 50px;
    font-size: 12px;
  }

  body.index {
    padding-top: 0;
  }

  .privacy h2 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .main-visual-inner,
  .navbar .navbar-inner h1,
  .chapter,
  .footer {
    width: auto;
  }

  .navbar .navbar-inner h1 {
    height: 40px;
    background-position: 5px 10px;
    background-size: 225px 20px;
    -webkit-background-size: 225px 20px;
    font-size: 16px;
  }

  .navbar .navbar-inner h1 > a {
    height: 40px;
    background-position: 50% 10px;
    background-size: 225px 20px;
    -webkit-background-size: 225px 20px;
  }

  .main-visual .download {
    position: static;
    height: auto;
    width: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: none;
  }

  .main-visual .button.android {
    margin-top: 0;
  }

  .main-visual .download ul {
    display: inline-block;
  }

  .main-visual .download .inline li {
    padding: 0 5px;
  }

  .main-visual .appli-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 5px;
    background: url(//nohana.jp/img/appli_icon_sp001.png) 50% 0;
    background-size: 48px auto;
    -webkit-background-size: 48px auto;
    vertical-align: top;
    overflow: hidden;
    border: #b4b4b4 solid 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }

  .main-visual {
    height: auto;
    background-color: transparent;
    background-image: url(//nohana.jp/img/main_visual_sp001.jpg), url(//nohana.jp/img/main_visual_background_sp002.gif);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: 480px auto, auto 310px;
  }

  .collabo .main-visual {
    background-image: url(//nohana.jp/img/main_visual_sp002.jpg), url(//nohana.jp/img/main_visual_background_sp002.gif);
    background-size: 480px auto, auto 310px;
  }

  .main-visual + .container-fluid {
    margin-top: 10px;
  }

  .main-visual-inner {
    height: auto;
    margin: 0 auto;
  }

  .main-visual-inner .download {
    margin: 330px auto 0;
  }


  /*---- autoSlide ----*/
  #autoSlide {
    height: 415px;
    margin-bottom: 15px;
  }

  #autoSlide ul li .inner img {
    display: none;
  }

  #autoSlide .stage > .inner {
    width: auto;
    height: auto;
    padding: 0;
  }

  #autoSlide .stage > .inner .description {
    height: 56px;
    background: rgba(255, 255, 255, .6) url(//nohana.jp/img/studio/sp_heading001.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 320px 56px;
    visibility: visible;
    overflow: hidden;
    text-indent: -100em;
  }

  #autoSlide ul,
  #autoSlide ul li {
    width: 100%;
    height: 292px;
    min-height: 0;
  }

  #autoSlide ul li.view1 {
    background-image: url(//nohana.jp/img/studio/sp_photo001.jpg);
  }

  #autoSlide ul li.view2 {
    background-image: url(//nohana.jp/img/studio/sp_photo002.jpg);
  }

  #autoSlide ul li.view3 {
    background-image: url(//nohana.jp/img/studio/sp_photo003.jpg);
  }

  #autoSlide ul li.view4 {
    background-image: url(//nohana.jp/img/studio/sp_photo004.jpg);
  }

  #autoSlide ul li.view5 {
    background-image: url(//nohana.jp/img/studio/sp_photo005.jpg);
  }

  .stage {
    margin-top: 236px;
  }

  .pricecard {
    width: auto;
    height: auto;
    border-radius: 10px;
    background: url(//nohana.jp/img/studio/sprite002.png) 50% -2055px no-repeat;
    background-size: 202px auto;
  }

  .pricecard span {
    height: 65px;
    margin-bottom: 10px;
  }

  .button {
    display: inline-block;
    background: #8cc700;
    background-image: url(//nohana.jp/img/download_button_sp001.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 199px auto;
    vertical-align: top;
    overflow: hidden;
    border-radius: 6px;
    -webkit-background-size: 199px auto;
    -webkit-border-radius: 6px;
  }

  body.ios .download .button,
  body.android .download .button {
    width: 199px;
    height: 48px;
  }

  body.ios .download .button.iPhone {
    background-position: 0 -200px, 0 0;
  }

  body.ios .download li.android {
    display: none;
  }

  body.android .download li.ios {
    display: none;
  }

  body.android .download .button.android {
    background-position: 0 0, 0 0;
  }

  body.pc .button {
    width: 115px;
    height: 48px;
  }

  body.pc .button.android {
    background-position: 0 -100px, 0 0;
  }

  .contact .button {
    display: block;
    width: 144px;
    height: 35px;
    margin: 0 auto;
    background-image: url(//nohana.jp/img/studio/contact_button_sp001.png), -webkit-gradient(linear, left top, left bottom, from(#8cc700), to(#8cc700));
    background-position: 50% 50%;
    background-size: 148px auto;
    text-indent: -100em;
    overflow: hidden;
  }

  .contact .button:active {
    background-position: 50% 50%;
  }

  .section .contact .button {
    margin-bottom: 20px;
  }


  /*---- section ----*/
  .container-fluid {
    padding: 0 10px;
  }

  .business .section > .heading,
  .business .section-inner > .heading,
  .section > .heading,
  .section-inner > .heading {
    margin: 0 auto 15px;
  }

  .section {
    padding: 15px;
  }

  .section.steps {
    padding: 15px 30px 30px;
  }

  .section.steps .step .heading {
    font-size: 14px;
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
    padding-left: 25px;
    line-height: 21px;
  }

  .section > .heading {
    font-size: 14px;
  }


  /*---- benefit ----*/
  .benefit {
    padding-bottom: 25px;
  }

  .benefit h2.heading {
    margin-bottom: 10px;
  }

  .benefit p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -1px;
  }


  /*---- turnAside ----*/
  .turnAside {
    margin: 0 22px;
    padding: 0;
    background-image: none;
  }

  .turnAside .turnAside-inner {
    padding: 15px 10px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f1ed), to(#f2ece3));
  }

  .turnAside h3 {
    font-size: 14px;
  }

  .turnAside p {
    margin: 10px 0 0;
    font-size: 12px;
  }

  .turnAside p br {
    display: inline;
  }

  .turnAside .subNote {
    margin-top: 8px;
    font-size: 10px;
  }

  .turnAside .more {
    margin-top: 15px;
    font-size: 10px;
  }


  /*---- situations ----*/
  .situations h2.heading {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .situations ol {
    margin: 0 22px;
    border-top: solid 1px #b4b4b4;
  }

  .situations ol .situation {
    float: none;
    width: auto;
    margin: 0;
    border: solid 1px #b4b4b4;
    border-top: none;
    background-color: #f5f2ee;
  }

  .situations ol .situation > div {
    height: auto;
    padding-bottom: 112px;
    border: none;
    background-size: 115px auto;
    -webkit-background-size: 115px auto;
    font-size: 12px;
  }

  .situations ol .situation01 div {
    background-position: 50% 40px;
  }

  .situations ol .situation02 div {
    background-position: 50% -190px;
  }

  .situations ol .situation03 div {
    background-position: 50% -420px;
  }

  .situations ol .situation .heading {
    line-height: 21px;
    padding-left: 25px;
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
    font-size: 14px;
  }

  .situations ol .situation .description {
    padding: 5px 5px 15px;
    letter-spacing: -1px;
  }


  /*---- instances ----*/
  .instances {
    max-width: 300px;
    margin: 0 auto;
  }

  .instances .instance {
    float: none;
    width: auto;
    margin: 15px 0 0;
    border: 1px solid #999;
    border-radius: 7px;
    background-color: #fff;
  }

  .instances .instance h3 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #999;
    background-image: none;
    font-size: 12px;
    font-weight: normal;
  }

  .instances .instance p {
    line-height: 1.1;
  }

  .instances .instance .image {
    padding: 0;
    background-color: #f5f2ee;
    background-image: none;
  }

  .instances .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    min-height: 32px;
    padding: 4px 2px;
  }

  .instances .description p {
    display: block;
    font-size: 10px;
    letter-spacing: -1px;
  }

  .instances .description .subNote {
    margin-top: 3px;
  }


  /*---- whatIs ----*/
  .whatIs {
    padding-bottom: 25px;
  }

  .whatIs h2.heading {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .whatIs .instance {
    border-color: #b4b4b4;
  }

  .whatIs .instance h3 {
    background-color: #b4b4b4;
  }

  .whatIs .instance .image img {
    height: 143px;
  }


  /*---- useCoupon ----*/
  .useCoupon {
    padding-bottom: 25px;
  }

  .useCoupon h2.heading {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .useCoupon .instance {
    border-color: #f679a0;
  }

  .useCoupon .instance h3 {
    background-color: #f679a0;
  }

  .useCoupon .instance .image img {
    height: 143px;
  }


  /*---- faqPickup ----*/
  .faqPickup .more {
    text-align: center;
  }

  /*---- seivice ----*/
  .service .column01 h3 {
    font-size: 16px;
  }

  .service .serviceLink {
    display: block;
  }

  /*---- steps ----*/
  .steps ol {
    border: solid 1px #b4b4b4;
    border-bottom: none;
    overflow: hidden;
  }

  .steps ol .step {
    float: none;
    width: auto;
  }

  .steps ol .step > div .description {
    padding-top: 115px;
    background-size: 115px auto;
    -webkit-background-size: 115px auto;
    font-size: 12px;
  }

  .steps ol .step > div {
    min-height: 200px;
    border-bottom: solid 1px #b4b4b4;
  }

  .steps ol .step01 > div,
  .steps ol .step03 > div {
    border-right: none;
  }

  .steps ol .step01 .description {
    background-position: 50% 0;
  }

  .steps ol .step02 .description {
    background-position: 50% -230px;
  }

  .steps ol .step03 .description {
    background-position: 50% -460px;
  }

  .steps ol .step04 .description {
    background-position: 50% -690px;
  }


  /*---- information ----*/
  .section.information {
    padding: 15px 25px;
  }

  .section.information > .heading {
    margin-bottom: 15px;
  }

  .section.information > .itemList {
    margin-top: 10px;
  }

  .section.information > .itemList .item + .item {
    margin-top: 10px;
  }

  .section.information > .itemList .item .timestamp {
    margin-right: 10px;
  }


  /*---- features ----*/
  .features .feature + .feature {
    margin-top: 15px;
  }

  .features-inner {
    padding-right: 0;
    padding-bottom: 230px;
    background-position: 50% 100%;
    background-size: 135px auto;
    -webkit-background-size: 135px auto;
    min-height: 100%;
  }

  .features-inner .heading {
    font-size: 14px;
    text-align: center;
  }

  .features ol {
    margin-bottom: 0;
    background-size: 150px auto;
    -webkit-background-size: 150px auto;
    background-position: 50% 100%;
  }

  .features ol .feature {
    padding-left: 25px;
    background-size: 22px 1000px;
    -webkit-background-size: 22px 1000px;
  }

  .features ol li > div {
    font-size: 12px;
  }


  /*---- pr ----*/
  .pr > .description,
  .pr .spec {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pr > .description {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .pr .spec > .heading {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
  }

  .pr .spec li {
    font-size: 12px;
  }


  /*---- plainText ----*/
  .plainText {
    color: #231815;
  }

  .plainText01 {
    color: #231815;
    font-size: 15px;
  }

  /*---- topText ----*/
  .topText {
    margin-bottom: 20px;
    text-align: center;
  }

  .topText .plainText01 {
    font-size: 12px;
  }

  /*---- info ----*/
  .info {
    border: solid 1px #dddad7;
  }

  .info dl {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
    background: #f9f7f5;
  }

  .info dl + dl {
    border-top: solid 1px #dddad7;
  }

  .info dl dt {
    float: none;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .info dl dt > span,
  .info dl dd > span {
    padding: 10px;
  }

  .info dl dt > span {
    display: block;
    width: auto;
    border-top: solid 1px #fff;
  }

  .info dl dd {
    border-left: none;
    margin: 0;
    background: #fdfcfc;
  }

  .info dl dd > span {
    display: block;
    width: auto;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
  }

  .info dl dd > span.row2 {
    min-height: auto;
  }

  .pr.section {
    padding-left: 0;
    padding-right: 0;
  }

  .photobook .carousel {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: auto;
    padding: 30px;
    min-height: 120px;
  }

  .photobook .item {
    height: auto;
  }

  .photobook .carousel-control {
    top: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    -webkit-border-radius: none;
  }

  .pr .photobook .carousel-control.left {
    left: 2px;
    background-position: 0 -50px;
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
  }

  .pr .photobook .carousel-control.right {
    right: 2px;
    background-position: 0 0;
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
  }


  /*---- footer ----*/
  .chapter + .footer {
    margin-top: 10px;
  }

  .footer {
    text-align: center;
  }


  /*---- share-buttons ----*/
  .share-buttons {
    float: none;
    width: 300px;
    height: 60px;
    margin: 0 auto;
  }

  .share-buttons .unstyled li {
    text-indent: 0;
  }

  .share-buttons li {
    position: absolute;
  }

  .share-buttons li.mixi {
    top: 0;
    left: 20px;
    right: auto;
  }

  .share-buttons li.facebook {
    top: 0;
    left: auto;
    right: 20px;
  }

  .share-buttons li.twitter {
    top: 25px;
    left: 20px;
    right: auto;
  }

  .share-buttons li.line {
    top: 25px;
    left: auto;
    right: 20px;
  }

  .copyright {
    float: none;
  }

  #footer .groupLink {
    font-size: 10px;
  }


  /*---- number ----*/
  .number {
    min-height: 22px;
    background-size: 22px 1000px;
    -webkit-background-size: 22px 1000px;
  }

  .number01 {
    background-position: 0 0;
  }

  .number02 {
    background-position: 0 -250px;
  }

  .number03 {
    background-position: 0 -500px;
  }

  .number04 {
    background-position: 0 -750px;
  }


  /*---- experiences ----*/
  #panel .photoArea {
    float: none;
    width: 189px;
    margin: 0 auto;
    padding-left: 2px;
  }

  #panel .photo {
    float: left;
    padding-right: 2px;
    padding-bottom: 2px;
  }

  #panel .photo .frame {
    display: block;
    width: 61px;
    height: 61px;
    text-align: center;
  }

  #panel dl {
    margin: 0;
  }

  .experience h3.heading {
    font-size: 14px;
  }

  .experience .textArea {
    margin-left: 0;
  }

  .experience01 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience01/thumbnails001.jpg);
  }

  .experience02 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience02/thumbnails001.jpg);
  }

  .experience03 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience03/thumbnails001.jpg);
  }

  .experience04 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience04/thumbnails001.jpg);
  }

  .experience05 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience05/thumbnails001.jpg);
  }

  .experience06 .photo .frame {
    background-image: url(//nohana.jp/img/studio/experiences/experience06/thumbnails001.jpg);
  }

  .experience .photo .frame {
    background-size: 300px 300px;
  }

  .experience .photo01 .frame {
    background-position: 0 0;
  }

  .experience .photo02 .frame {
    background-position: -200px 0;
  }

  .experience .photo03 .frame {
    background-position: -400px 0;
  }

  .experience .photo04 .frame {
    background-position: 0 -200px;
  }

  .experience .photo05 .frame {
    background-position: -200px -200px;
  }

  .experience .photo06 .frame {
    background-position: -400px -200px;
  }

  .experience .photo07 .frame {
    background-position: 0 -400px;
  }

  .experience .photo08 .frame {
    background-position: -200px -400px;
  }

  .experience .photo09 .frame {
    background-position: -400px -400px;
  }

  .attribute01 {
    text-align: right;
  }

  .attribute02 {
    font-size: 12px;
  }

  #tab {
    text-align: center;
  }

  #tab li {
    width: 25%;
  }


  /*---- reasons ----*/
  .reasons {
    padding: 25px;
  }

  .reasons h3 {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    color: #f679a0;
  }

  .reasons ol {
    margin-bottom: 0;
  }

  .reasons li {
    padding-left: 25px;
  }

  .reasons li .reason {
    background: none;
  }

  .reason {
    min-height: 80px;
    padding: 0;
  }

  .reasons li.number .reason .catch {
    background: url(//nohana.jp/img/studio/reasons_photo001.png) no-repeat;
    background-size: 57px auto;
  }

  .reasons li.number01 .reason .catch {
    padding-right: 60px;
    background-position: 100% 0;
  }

  .reasons li.number02 .reason .catch {
    padding-left: 60px;
    background-position: 0 -200px;
  }

  .reasons li.number03 .reason .catch {
    padding-right: 60px;
    background-position: 100% -400px;
  }


  /*---- paragraph01 ----*/
  .paragraph01 {
    margin-top: 10px;
  }

  .paragraph01:first-child {
    margin-top: 0;
  }

  .paragraph01 h3 {
    padding: 10px 5px;
    font-size: 14px;
  }

  .paragraph01 .item01 {
    margin: 10px 0 0;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px dotted #ccc;
    background-image: none;
  }


  /*---- mainPoint01 ----*/
  .mainPoint01 {
    margin: 0 20px;
    padding-top: 10px;
  }


  /*---- endPoint01 ----*/
  .endPoint01 {
    margin-top: 5px;
    padding-top: 36px;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
  }

  .endPoint01 .plainText01 {
    margin: 0 20px;
    font-weight: bold;
  }


  /*---- subNote01 ----*/
  .subNote01 {
    margin: 0;
    padding-top: 0;
    background-image: none;
  }

  .subNote01 p {
    margin: 10px 22px 0;
  }

  .subNote01 .button02,
  .subNote01 .button01 {
    float: none;
    width: auto;
    margin: 15px 22px 0;
  }


  /*---- subNote02 ----*/
  .subNote02 {
    line-height: 20px;
  }


  /*---- button01 ----*/
  .button01 a {
    width: auto;
    height: auto;
    padding: 10px 5px 12px;
    border: 1px solid #598cae;
    border-radius: 5px;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c78a0), to(#356f97));
    font-size: 12px;
    box-shadow: 0 1px 1px rgba(60, 120, 160, .7);
    text-shadow: 0 1px 0 #666;
  }


  /*---- button02 ----*/
  .button02 a {
    width: auto;
    height: auto;
    padding: 10px 5px 12px;
    border: 1px solid #9dcf26;
    border-radius: 5px;
    background-image: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#8cc600), to(#80b600));
    font-size: 12px;
    box-shadow: 0 1px 1px rgba(140, 198, 0, .7);
    text-shadow: 0 1px 0 #999;
  }


  /*---- item01 ----*/
  .item01 {
    margin: 0;
    background-image: none;
  }

  .item01 h4 {
    margin: 0 5px 10px;
    font-size: 14px;
    text-align: center;
  }

  .item01 .list02 {
    float: none;
    margin: 15px 10px 0 20px;
  }

  .item01 .subNote02 {
    float: none;
    width: auto;
    margin: 10px 22px 0;
  }


  /*---- itemSet01 ----*/
  .itemSet01 {
    width: auto;
    margin: 0;
    background-image: none;
  }

  .itemSet01 .item01 {
    float: none;
    width: auto;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
  }


  /*---- list01 ----*/
  .list01 {
    padding-top: 10px;
  }


  /*---- list02 ----*/
  .list02 li {
    margin-top: 10px;
    padding-left: 16px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
  }

  /*---- list03 ----*/
  .list03 img {
    width: 100%;
    vertical-align: bottom;
  }

  /*---- column01----*/
  .column01 h3 {
    font-size: 14px;
    line-height: 35px;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .column01 h4 {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .column01 .columnLeft01 {
    float: left;
    text-align: center;
    width: 100%;
  }

  .column01 .columnRight01 {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .column01 .columnLeft02 {
    float: left;
    text-align: center;
    width: 100%;
  }

  .column01 .columnRight02 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
  }

  /*---- download button ----*/

  .app-download img {
    max-height: 36px;
    vertical-align: bottom;
  }

  /*---- productSpec----*/

  .productSpec .info dl {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
  }

  .productSpec .info dl dt {
    float: none;
    margin-left: 0;
  }

  /*---- privacyPoclicy ----*/
  .privacyPoclicy {
    margin-bottom: 30px;
    padding-bottom: 35px;
  }

  #toriatsukai {
    margin-top: -40px;
    padding-top: 40px;
  }
  /*---- formSource ----*/
  .formSource iframe {
    min-height: inherit;
  }

  /*---- steps ----*/
  .studio .steps ol .step > div .description {
    background-size: 150px auto;
    -webkit-background-size: 150px auto;
  }

  .studio .steps ol .step01 .description {
    background-position: 50% 5px;
  }

  .studio .steps ol .step02 .description {
    background-position: 50% -215px;
  }

  .studio .steps ol .step03 .description {
    background-position: 50% -430px;
  }

  .studio .steps ol .step04 .description {
    background-position: 50% -645px;
  }


  /*---- photographer ----*/
  .photographer .catch {
    margin-bottom: 15px;
  }

  .photographer .photo01 {
    margin: 10px auto 15px;
  }

  .photographer .photo .frame {
    padding: 5px;
  }

  .photographer .photo02 {
    padding-left: 10px;
  }

  .supervisor {
    padding: 14px;
  }

  .supervisor h3.heading {
    line-height: 1.5;
    font-size: 12px;
  }

  .supervisor img {
    width: 90px;
    height: auto;
  }

  .supervisorInner {
    overflow: hidden;
  }


  /*---- footerMenu ---*/
  #footerMenu > ul {
    text-align: left;
  }

  #footerMenu > ul li {
    width: 100%;
    padding-right: 0;
  }

  #footerMenu > ul dl {
    margin-bottom: 0;
  }

  #footerMenu > ul dt {
    margin-bottom: 5px;
  }

  #footerMenu > ul dd {
    display: inline-block;
  }

  #footerMenu ul.unstyled li {
    text-indent: 0;
  }

  #showMore {
    margin-top: 10px;
    text-align: center;
  }

  #showMore button {
    width: 150px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    color: #168bc6;
    font-size: 12px;
    text-align: center;
    background: #fff;
  }

  #footerMenu > ul .nohana {
    width: 100%;
  }

  #footerMenu .gd-mark {
    text-align: center;
  }
}


/*---- prBanner ----*/
#prBanner img {
  vertical-align: bottom;
}

.bannerArea,
.spBannerArea {
  width: 100%;
  text-align: center;
}

.spBannerArea {
  margin: 10px auto 20px;
}

.bannerArea {
  margin: 20px auto 10px;
}
