@charset "UTF-8";
/* Scss Document */
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75; }

a:hover {
  transition: 0.5s;
  opacity: 0.7; }

span.toptxt {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

nav#toggle {
  background: #000;
  height: 80px;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  width: 80px; }

#nav-toggle {
  position: fixed;
  top: 24px;
  left: 22px;
  height: 32px;
  cursor: pointer; }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
    #nav-toggle span:nth-child(3) {
      top: 28px; }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px; }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px; }

.open #nav-toggle span {
  background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

#gloval-nav {
  background: #333;
  color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  width: 400px;
  height: 550px;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }

#gloval-nav a {
  display: block;
  color: #fff;
  transition: color .6s ease;
  font-size: 1.2rem;
  text-decoration: none; }
  #gloval-nav a:hover {
    color: #666; }
#gloval-nav ul {
  list-style: none;
  width: 100%; }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease;
    padding: 10px 0 10px; }
    #gloval-nav ul li:first-child {
      padding: 0 0 10px; }
    #gloval-nav ul li:nth-child(2) {
      transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      transition-delay: .9s; }

/* open */
.open {
  /*overflow: hidden;*/ }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

header {
  position: fixed;
  height: 80px;
  z-index: 999999999;
  width: 100%;
  background: #fff; }
  header .logo {
    position: absolute;
    right: 380px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    header .logo a {
      line-height: 1; }
  header .nissan {
    position: absolute;
    right: 0;
    background: #103A58;
    height: 80px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center; }
    header .nissan a {
      line-height: 1; }

.main {
  width: 100%;
  padding-top: 80px; }
  .main img {
    width: 100%; }

.contentinner {
  width: 1100px;
  margin: 0 auto; }

#intro {
  padding: 80px 0 80px;
  margin-top: -80px;
  position: relative; }
  #intro .intro_name p span {
    background: #103A58;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    font-size: 113%;
    font-weight: bold; }
    #intro .intro_name p span::before {
      content: "";
      width: 100%;
      background: #1072C5;
      height: 100%;
      position: absolute;
      z-index: -99;
      top: 10px;
      left: 10px; }
  #intro h1 {
    font-size: 250%;
    padding: 30px 0 20px;
    color: #103A58; }
  #intro p.intro_p {
    font-size: 113%;
    font-weight: bold;
    line-height: 2; }
  #intro a {
    color: #000;
    text-decoration: underline; }

.se_tit {
  margin-bottom: 30px; }
  .se_tit dt {
    font-size: 350%;
    margin-bottom: 15px;
    font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-weight: 600;
    color: #103A58;
    position: relative;
    padding-bottom: 15px;
    line-height: 1; }
    .se_tit dt::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      background: #C1272D;
      content: ""; }
  .se_tit dd {
    line-height: 1;
    font-weight: 600;
    font-size: 180%; }

#bed {
  padding: 80px 0;
  background: #EBEBEB;
  position: relative; }
  #bed h2 {
    font-size: 188%;
    padding: 0 0 0 20px;
    border-left: 3px solid #C1272D;
    margin-bottom: 30px; }
  #bed .bed_txt {
    padding: 20px 30px 45px; }
    #bed .bed_txt h3 {
      font-size: 150%;
      font-weight: bold;
      margin-bottom: 10px; }
  #bed .bed_system .bed_system-left {
    float: left;
    width: 50%; }
  #bed .bed_system .bed_system-right {
    width: 50%;
    float: right;
    height: 187px;
    background: #fff; }
    #bed .bed_system .bed_system-right dl {
      padding: 30px; }
      #bed .bed_system .bed_system-right dl dt {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #000; }
      #bed .bed_system .bed_system-right dl dd {
        font-size: 82%;
        line-height: 1.5; }
  #bed .slide {
    width: 100%; }
    #bed .slide img {
      width: 100%;
      height: auto; }
    #bed .slide p {
      margin-top: 10px;
      text-align: center; }
  #bed .caution {
    font-size: 80%;
    text-align: center;
    margin-top: 10px; }

#option .clearfix {
  display: flex; }
#option .option_left {
  width: 50%;
  background: url(../img/img_option.jpg) no-repeat left bottom;
  background-size: cover; }
#option .option_right {
  width: 50%;
  padding: 80px 5%;
  box-sizing: border-box; }
  #option .option_right h3 {
    font-size: 150%;
    font-weight: bold; }
  #option .option_right p {
    margin-top: 20px; }
  #option .option_right .se_tit {
    margin: 30px auto 20px; }
  #option .option_right h2 {
    padding: 0 0 0 20px;
    border-left: 3px solid #C1272D;
    font-size: 188%;
    line-height: 1.5;
    margin-top: 40px;
    position: relative; }
    #option .option_right h2::before {
      content: url(../img/txt_option.png);
      position: absolute;
      top: 35px;
      right: 0; }
    #option .option_right h2 span {
      font-size: 75%; }
  #option .option_right img {
    width: 100%; }
  #option .option_right p span {
    font-size: 80%; }

#caution {
  background: #808080;
  padding: 15px 0;
  text-align: center;
  font-size: 75%;
  color: #fff; }

#spec {
  padding: 80px 0;
  background: #EBEBEB;
  text-align: center; }
  #spec .contentinner {
    width: 960px;
    margin: 0 auto; }
  #spec .spec_txt {
    text-align: left;
    margin-bottom: 15px; }
  #spec .spec_txt p {
	display: inline-block;
	margin-top: -5px;}
  #spec .spec_img {
    float: left;
    margin-right: 30px; }
  #spec .linkOgushow {
    margin-top: 30px; }

footer {
  background: #000; }
  footer .content {
    width: 960px;
    color: #fff;
    margin: 0 auto;
    padding: 70px 0; }
    footer .content .footer_flex {
      display: flex;
      justify-content: space-between;
      margin-bottom: 11px;
      line-height: 1.25; }
    footer .content a {
      box-sizing: border-box;
      text-align: center;
      text-decoration: none;
      font-weight: bold; }
      footer .content a.ftContact {
        width: 100%;
        display: block;
        height: 115px;
        border: 3px solid #fff;
        font-size: 200%;
        color: #fff;
        margin-bottom: 1%; }
        footer .content a.ftContact p {
          padding-top: 27px;
          position: relative;
          left: 23px; }
          footer .content a.ftContact p::before {
            content: url(../img/ico_post.png);
            position: absolute;
            left: 70px;
            top: 20px; }
      footer .content a.ftNissan {
        width: 49.5%;
        border: 3px solid #C1002D;
        font-size: 125%;
        color: #C1002D;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
      footer .content a.ftOgushow {
        width: 49.5%;
        border: 3px solid #2998E2;
        font-size: 125%;
        color: #2998E2;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
    footer .content small {
      font-size: 80%;
      line-height: 1.5;
      margin-top: 20px; }
    footer .content p.copyright {
      text-align: center;
      margin-top: 20px;
      font-family: "Roboto", sans-serif; }

html, body {
  height: 100%; }

/*20200330追加*/
#color {
  padding: 80px 0;
  position: relative;
  background: #fffff6; }
  #color .contentinner img {
    width: 100%; }
  #color .contentinner ul {
    display: flex;
    justify-content: space-between; }
    #color .contentinner ul li:nth-child(1) {
      width: 50%; }
    #color .contentinner ul li:nth-child(2) {
      width: 45%; }
    #color .contentinner ul li .tonebox {
      padding: 30px 0;
      border-top: 1px solid #7EB2CF;
      border-bottom: 1px solid #7EB2CF;
      margin-top: 40px; }
    #color .contentinner ul li h3 {
      font-size: 150%;
      font-weight: bold;
      margin-bottom: 20px; }
    #color .contentinner ul li h4 {
      color: #7EB2CF;
      font-weight: bold;
      font-size: 120%;
      margin-bottom: 10px; }
    #color .contentinner ul li p.tone {
      font-size: 90%;
      margin-top: 15px; }
    #color .contentinner ul li p.caution {
      font-size: 80%; }
    #color .contentinner ul li .color_img {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #color .contentinner ul li .color_img dl {
        width: 31.5%;
        margin-bottom: 15px; }
        #color .contentinner ul li .color_img dl dd {
          text-align: center;
          font-size: 90%; }

#nim {
  padding: 80px 0 80px;
  background: #333;
  color: #fff; }
  #nim img {
    width: 100%; }
  #nim .contentinner h3 {
    font-size: 150%;
    margin: 30px auto 15px;
    text-align: center; }
  #nim .contentinner p {
    text-align: center; }
    #nim .contentinner p.nim_caution {
      padding: 10px;
      border: 1px solid #fff;
      margin: 20px auto 20px;
      font-size: 90%; }
    #nim .contentinner p.nim_caution_txt {
      font-size: 90%;
      text-align: left; }
  #nim .contentinner ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between; }
    #nim .contentinner ul li {
      width: 46%; }
      #nim .contentinner ul li dl dt {
        font-size: 120%;
        font-weight: bold;
        margin: 5px auto 10px; }

/*# sourceMappingURL=style.css.map */
