@charset 'UTF-8';

/* normalize */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* general_settings */

* {
  box-sizing: border-box;
}
body {
  font-size: 18px;
  color: #333;
  font-family: "Montserrat","游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.4;
}
a {
  text-decoration:none;
  color: #333;
}

@media screen and (max-width:1023px) {
  body {
    font-size:16px;
  }
}

/* header */
.header {
  background-image: url(../img/nenga/paper.jpg);
  position: relative;
  height: 860px;
  z-index: 0;
}
.headerInner {
  max-width: 1350px;
  margin:0 auto;
  position: relative;
}
.header_nengaImg {
  position: absolute;
  top: 0px;
  right: 5%;
  width: 40%;
  max-width: 500px;
  z-index: -10;
}
.header_main {
  position: absolute;
  top: 120px;
  left: 10%;
}
.header_main h1 {
  margin: 0;
}
.header_mainBg {
  position: absolute;
  width: 38%;
  max-width: 480px;
  min-width: 350px;
  top: 50px;
  left: 13%;
  z-index: -5;
}
.header_title {
  margin: 0;
}
.header_icon {
  width: 128px;
  padding-right: 20px;
}
.header_body {
  margin: 10px 0 33px 120px;
}
.header_info {
  width: 450px;
  background: rgba(255,255,255,.5);
  color: #000;
  text-align: center;
  padding: 20px 30px;
  margin: 14px 0 14px auto;
  border-radius: 10px;
}
.header_infoTitle {
  font-weight: bold;
  margin: 0 0 3px;
  line-height: 1.1;
}
.header_infoCaption {
  font-size: 14px;
  margin: 3px 0 0;
}
.header_infoNo {
  font-size: 22px;
  margin: 0;
  letter-spacing: .5em;
}
.header_infoNote {
  font-size: 14px;
  margin: 3px 0;
}
.header_DL {
}
.header_DL img {
  width: 150px;
  margin: 0 10px;
}
.header_featureWrapper {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}
.header_feature {
  display: inline-block;
  height: 80px;
  padding: 0 20px;
  line-height: 80px;
  color: #fff;
  background-color: #a83939;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  margin: 0 8px;
  vertical-align: middle;
}
.header_feature-price {
  line-height: inherit;
  width: 370px;
  position: relative;
}
.header_feature-priceInner {
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
}
.header_price {
  display: table-cell;
  vertical-align: middle;
}
.header_bracket {
  font-weight: normal;
  font-family: serif;
  font-size: 40px;
  padding: 0 5px 5px;
}
.header_price-detail {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.header_asterisk {
  vertical-align: super;
}
.header_priceNote {
  font-size: 13px;
  margin: 3px 0 0 400px;
  color: #a83939;
}

@media screen and (max-width: 1280px) {
  .header {
    height: 800px;
  }
  .header_main {
    left: 8%;
    top: 110px;
  }
  .header_mainBg {
    max-width: 400px;
    left: 15%;
  }
  .header_title {
    width: 280px;
  }
  .header_body {
    width: 300px;
    margin-bottom: 0;
  }
  .header_info {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: auto;
  }
  .header_nengaImg {
    display: none;
  }
  .header_main {
    position: static;
    display: block;
    text-align: center;
    width: 98%;
    margin: 0 auto ;
    padding-top: 30px
  }
  .header_mainBg {
    top: 100px;
    left: 50%;
    margin-left: -180px;
    width: 98%;
  }
  .header_icon {
    padding: 0;
  }
  .header_body {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .header_info {
    margin: 20px auto;
    width: 90%;
    max-width: 600px;
    padding: 10px;
  }
  .header_featureWrapper {
    display: block;
    position: static;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .header_feature {
    display: block;
    margin: 20px auto;
  }
  .header_feature-price {
    width: 100%;
  }
  .header_priceNote {
    margin: -8px 0 0;
    text-align: right;
  }
}

@media screen and (max-width: 400px) {
  .header_price-detail {
    font-size: 12px;
  }
}

/* content */
.content{
  border-top: 1px solid #8a7b6d;
  width: 100%;
  margin: 0;
  padding: 70px 0;
}
.content_inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.content_title {
  display: inline-block;
  color: #8a7b6d;
  border: 1px solid #8a7b6d;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}
.content_body {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width:1023px) {
  .content_inner {
    width: 96%;
  }
  .content_title {
    padding: 10px 20px;
    font-size: 20px;
  }
}

/* --content easy-- */
.content-easy_spWrapper {
  width: 900px;
  margin: 35px auto;
  text-align: center;
}
.content-easy_sp {
  margin: 0 40px;
  width: 210px;
}
.content-easy_appLink {
  text-align: center;
}
.content-easy_appLink img {
  margin: 0 20px;
}
.content-easy_address {
  width: 650px;
  margin: 35px auto 0;
  border: 1px solid #888;
  display: table;
  padding: 20px 20px 30px;
}
.content-easy_addressIcon {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}
.content-easy_addressIcon img {
  width: 70px;
}
.content-easy_addressBody {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}
.content-eady_addressBody p {
  margin-top: 7px;
}

@media screen and (max-width: 1023px) {
  .content-easy_spWrapper {
    width:80%;
  }
  .content-easy_sp {
    display: block;
    margin: 30px auto;
  }
  .content-easy_address {
    width: 80%;
    display: block;
    padding: 30px;
  }
  .content-easy_addressIcon {
    display: block;
    width: 100%;
  }
  .content-easy_addressBody {
    display: block;
    text-align: center;
    padding: 0;
  }
}

/* --content design-- */
.content-design{
  height: 500px;
  background-image: url(../img/nenga/sampleBg.jpg);
  background-position: center center
}
.content_body-design {
  padding: 30px 0;
  width: 700px;
  margin:40px auto 0;
  background-color: rgba(255,255,255,.5);
}

@media screen and (max-width: 1023px) {
  .content_body-design {
    max-width: 700px;
    width: 80%;
  }
}

/* --content photo-- */
.content-photo {
  padding-bottom: 30px;
}
.content-photo_body {
  display: table;
  width: 900px;
  margin: 50px auto;
}
.content-photo_image {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  text-align: center;
}
.content-photo_image img {
  width: 350px;
}
.content-photo_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .content-photo_body {
    display: block;
    width: 100%;
  }
  .content-photo_image{
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .content-photo_image img {
    width: 100%;
  }
  .content-photo_txt {
    display: block;
    text-align: center;
  }
}

/* --content price-- */
.content-price {
  background: url(../img/nenga/paperPale.jpg);
}
.content-price_image {
  display: block;
  margin: 0 auto;
}
.content-price_coupon {
  margin: 30px auto 0;
  width: 450px;
}
.content-price_discount {
  margin: 30px 0 0;
}
.content-price_ribbon{
  margin: 0 20px;
  width: 350px;
}

@media screen and (max-width: 1023px) {
  .content-price_image {
    max-width: 600px;
    width: 90%;
  }
  .content-price_moreover {
    max-width: 485px;
    width: 85%;
  }
  .content-price_ribbon {
    max-width: 350px;
    width: 90%;
  }
  .content-price_coupon {
    max-width: 500px;
    width: 90%;
  }
}

/* --content payment --*/

.content-payment_paymentWrapper {
  display: table;
  width: 900px;
  margin: 0 auto;
}
.content-payment_payment {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  padding:0 40px;
}
.content-payment_payment img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .content-payment_paymentWrapper,
  .content-payment_payment {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

/* --content fuji-- */
.content-fuji {
  background: url(../img/nenga/paperPale.jpg);
}

.content-fuji img {
  max-width: 353px;
  width: 80%;
  display: block;
  margin: 0 auto;
}

/* --content DL-- */
.content-DL_title {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 15px;
  border: 1px solid #333;
  margin: 0 auto;
  width: 550px;
  text-align: center;
}
.content-DL_DLWrapper {
  text-align: center;
  margin-top: 30px;
}
.content-DL_DL {
}
.content-DL_DL img {
  width: 150px;
  margin: 0 20px;
}
.content-DL_note{
  text-align: center;
}
.sp {
  display: none;
}

@media screen and (max-width: 400px) {
  .sp {
    display: inline;
  }
}

@media screen and (max-width: 1023px) {
  .content-DL_title .sp {
    display: inline;
  }
  .content-DL_title {
    height: 60px;
    border-radius: 30px;
    max-width: 600px;
    width: 90%;
  }
}

/* footer */
.footer {
  border-top: 1px solid #7ac743;
  padding: 40px 0 60px;
  text-align: center;
}
.footer_inquiry {
  line-height: 1.7;
}
.footer a {
  text-decoration: underline;
}


