@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*-----------------------------------

  base

  -----------------------------------*/
  * {
    margin: 0;
    padding: 0;
  }
  img {
    vertical-align: bottom;
    max-width: 100%;
  }
  a {
    color: #231815;
    text-decoration: none;
  }
  body {
    font-family: "Noto Sans Japanese", メイリオ, sans-serif;
    color: #231815;
  }
  #wrapper {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .container {
    width: 90%;
    max-width: 1366px;
    position: relative;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  @media screen and (max-width: 960px) {
    .pc {
      display: none;
    }
    .sp {
      display: inline-block;
    }
  }
  .flex{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  @media screen and (max-width: 960px) {
    .flex{
      display: block;
    }
  }
/*----------------------------------------

            header

----------------------------------------*/
            .header_logo{
              width: 90%;
              max-width: 960px;
              margin: 0 auto;
              padding: 30px 0;
            }

/*----------------------------------------

            button

----------------------------------------*/
            .btn {
              display: inline-block;
              position: relative;
              color: #fff;
              line-height: 60px;
              text-align: center;
              background: #8E9090;
              font-size: 20px;
              font-weight: 350;
              transition: all 0.4s;
            }
            .btn:hover {
              color: #fff;
              -webkit-transition: 0.4s;
              transition: 0.4s;
              opacity: 0.8;
            }
            .btn_l{
              width: 100%;
              max-width: 960px;
              margin-top: 30px;
            }
            .btn_m{
              width: 100%;
              max-width: 460px;
              margin-top: 30px;
            }
            .btn_s{
              width: 100%;
              max-width: 300px;
              margin-top: 30px;
              font-size: 15px;
            }

            @media screen and (max-width: 960px) {
              .btn {
                line-height: 25px;
                font-size: 15px;
                padding: 10px 0;
              }
              .btn_m,.btn_s{
                width: 100%;
                max-width: 100%;
                margin-top: 20px;
              }
            }
/*----------------------------------------

            nyf-button

----------------------------------------*/
            .nyf-button {
              display: inline-block;
              position: relative;
              color: #000;
              line-height: 100px;
              text-align: center;
              background: #efefef;;
              font-size: 20px;
              font-weight: 350;
              transition: all 0.4s;
            }
            .nyf-button:hover {
              -webkit-transition: 0.4s;
              transition: 0.4s;
              opacity: 0.8;
            }
            .nyf-button_l{
              width: 100%;
              max-width: 960px;
              margin-top: 30px;
            }
            .nyf-button_m{
              width: 100%;
              max-width: 460px;
              margin-top: 30px;
            }

            @media screen and (max-width: 960px) {
              .nyf-button {
                line-height: 30px;
                font-size: 15px;
                padding: 10px 0;
              }
              .nyf-button_m{
                width: 100%;
                max-width: 460px;
                margin-top: 20px;
              }
            }
/*----------------------------------------

            main

----------------------------------------*/
            section {
              width: 90%;
              max-width: 960px;
              margin: 0 auto;
              padding: 40px 0;
            }
            .main{
              margin-bottom: 20px;
            }
            h2{
              width:60%;
              max-width: 300px;
              margin: 0 auto;
              padding-bottom: 35px;
            }
            h3{
              font-size: 20px;
              margin-top: 20px;
              font-weight: 350;
            }
            .mt-50{
              margin-top: 50px;
            }
            .mt-10{
              margin-top: -10px;
            }
            .pd-10{
              padding: 10px;
            }
            .text{
              font-size: 15px;
              line-height: 24px;
              margin: 20px 0;
              font-weight: 100;
            }
            .small{
              font-size: 13px;
              font-weight: 100;
            }
            .recommend .btn_m,.btn_s {
              margin-top: 15px;
            }
            .recommend .btn_m {
              margin-bottom: 40px;
            }

            @media screen and (max-width: 960px) {
              section {
                padding: 20px 0;
              }
              .main{
                margin-bottom: 0x;
              }
              h2{
                padding-bottom: 20px;
              }
              h3{
                font-size: 18px;
                margin-top: 20px;
                font-weight: 350;
              }
              .text{
                font-size: 13px;
                line-height: 20px;
              }
              .small{
                font-size: 11px;
                font-weight: 100;
              }

            .recommend .btn_m {
              margin-bottom: 0px;
            }
            .recommend .btn_m:last-child {
              margin-bottom: 30px;
            }
            }

            .link{
              line-height: 20px;
              font-size: 14px;
              margin: 20px 0;
              font-weight: 100;
              position:relative;
              line-height:20px;
              text-indent:20px;
            }
            .link::before{
              position:absolute;
              left:0;
              content:"";
              display:inline-block;
              width:20px;
              height:20px;
              background:url(../img/link_icon.png) no-repeat;
              background-size:contain;
            }
            @media screen and (max-width: 960px) {
              .link{
                margin: 10px 0;
              }
            }
            .pickup .img{
              margin-top: 20px;
            }
            ul{
              text-align:center;
              font-size: 18px;
              font-weight: 100;
              width: 100%;
              max-width: 960px;
              border:solid #929292;
              border-width:1px 0;
              padding: 30px 0;
            }
            li{
              list-style: none;
              margin: 30px 0;
            }

            @media screen and (max-width: 960px) {
              ul{
                font-size: 15px;
                width: 100%;
                padding: 30px 0;
                text-align:left;
              }
              li{
                margin: 10px 0;
              }
            }
            .showroom >h3{
              width: 100%;
              max-width: 1366px;
              background: #000;
              line-height: 60px;
              color: #fff;
              font-size: 24px;
              font-weight: 350;
              text-align:center;
            }
            @media screen and (max-width: 960px) {
              .showroom >h3{
                line-height: 30px;
                font-size: 18px;
                font-weight: 350;
                padding: 10px 0;
                margin: 10px 0;
              }
            }
            .inquiry{
              width: 100%;
              max-width:480px;
              padding: 40px 20px;
              box-sizing: border-box;
            }
            .indent{
              text-indent: 5em;
              display: inline-block;
            }
            /*
            .gmap{
              width: 100%;
              max-width: 400px;
            }*/
            @media screen and (max-width: 960px) {
              .inquiry{
                max-width:100%;
                padding: 30px 0 0 0;
                box-sizing: border-box;
              }
            }
/*----------------------------------------

            footer

----------------------------------------*/
            footer{
              padding: 30px 0;
              border:solid #929292;
              border-width:1px 0 0 0;
            }
            .footer_text{
              width: 100%;
              max-width: 960px;
              margin: 0 auto;
            }
            .footer_address{
              padding: 30px 0;
              width: 100%;
              max-width: 960px;
              margin: 0 auto;
            }
            .footer_address .logo {
              width: 235px;
              float: right;
            }
            .footer_address .copy {
              line-height: 42px;
            }

            @media screen and (max-width: 960px) {
              footer{
                padding: 30px 0 0 0;
                border-width:1px 0 0 0;
              }
              .footer_address .logo {
                float: none;
                margin: 0 auto;
              }
              .footer_address .copy {
                text-align: center;    
                padding: 10px 0;
              }
            }
/*----------------------------------------

            EVENT

----------------------------------------*/
            .event_box_head{
              margin-top:40px;
              width: 100%;
              max-width: 960px;
              color: #000;
              background-color: #efefef;
              padding: 20px;
              box-sizing: border-box;
            }
            .event_box_head >h3{
              margin-top: 0px;
            }
            .event_box_head >.text{
              margin:10px 0;
            }
            .event_box{
              width: 100%;
              max-width: 960px;
              border: #efefef 1px solid;
              padding: 10px;
              box-sizing: border-box;
            }
            .event_box01{
              width: 50%;
              text-align: center;
            }
            .event_box02{
              max-width: 320px;
              text-align: center;
            }
            .bt{
              border-top: #efefef 1px solid;
            }
            .bl{
              border-left: #efefef 1px solid;
            }
            .left{
              float : left;
            }
            .wd80{
              width: 80%;
            }
            .wd60{
              width: 60%;
            }
            .wd40{
              width: 40%;
            }
            .wd20{
              width: 20%;
            }

            @media screen and (max-width: 960px) {
              .event_box{
                padding: 15px;
                text-align: center;
              }
              .event_box01,.event_box02{
                width: 100%;
                max-width: 900px;
              }
              .left{
                float : none;
              }
              .bl,.bt {
                border-left: none;
                border-top: none;
              }
              .bb{
                border-bottom: #efefef 1px solid;
              }
              .pd-10{
                padding: 10px 0;
              }
              .wd80,
              .wd60,
              .wd40,
              .wd20{
                width: 100%;
              }
              .okazaki{
                width: 50px;
              }
            }
/*----------------------------------------

            page-top

----------------------------------------*/
            #page-top{
    position:fixed;
    right:50px;
    bottom:50px;
    font-size: 18px;
}
 
#page-top a{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}
#page-top i{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
}
 
#page-top a:hover{
    background-color: #000;
}
  @media screen and (max-width: 680px) {
    #page-top{
    right:20px;
    bottom:50px;
  }
  }