@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.mt10 {
  margin: 10px 0 0 0; }

.mt20 {
  margin: 20px 0 0 0; }

.mt30 {
  margin: 30px 0 0 0; }

.mt40 {
  margin: 40px 0 0 0; }

.mt50 {
  margin: 50px 0 0 0; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }

.material-icons.md-14 {
  font-size: 14px; }

.material-icons.md-16 {
  font-size: 16px; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cacaca;
  margin: 20px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ clearfix ------------ */
.clearfix, #header #nav ul, #top_gallery .innerbox, #top_gallery ul, #top_gallery ul li a figcaption, #top_gallery ul li a figcaption .head, #top_news ul.news, #top_news ul.content, #footer ul.contact, #footer ul.contact li, #footer .fnav ul, #breadcrumblist ul, #sub_concept .innerbox, #sub_concept .innerbox ul, #sub_property .innerbox ul.home li, #sub_property .innerbox ul.home li figure ul.thumbnail, #sub_property .innerbox ul.home li .text dl.address, #sub_property .innerbox ul.home li .text dl.details, #sub_gallery ul.gallerylist, #sub_gallery ul.gallerylist li a figcaption, #sub_gallery ul.gallerylist li a figcaption .head, #sub_gallery .innerbox .concept, #sub_gallery .innerbox .photobox ul.photo, #sub_company .innerbox dl, #sub_contact .innerbox dl {
  zoom: 1; }
  .clearfix::after, #header #nav ul::after, #top_gallery .innerbox::after, #top_gallery ul::after, #top_gallery ul li a figcaption::after, #top_gallery ul li a figcaption .head::after, #top_news ul.news::after, #top_news ul.content::after, #footer ul.contact::after, #footer ul.contact li::after, #footer .fnav ul::after, #breadcrumblist ul::after, #sub_concept .innerbox::after, #sub_concept .innerbox ul::after, #sub_property .innerbox ul.home li::after, #sub_property .innerbox ul.home li figure ul.thumbnail::after, #sub_property .innerbox ul.home li .text dl.address::after, #sub_property .innerbox ul.home li .text dl.details::after, #sub_gallery ul.gallerylist::after, #sub_gallery ul.gallerylist li a figcaption::after, #sub_gallery ul.gallerylist li a figcaption .head::after, #sub_gallery .innerbox .concept::after, #sub_gallery .innerbox .photobox ul.photo::after, #sub_company .innerbox dl::after, #sub_contact .innerbox dl::after {
    display: block;
    content: "";
    clear: both; }

/* ------------ body ------------ */
html, body {
  font-size: 62.5%; }

/* ------------ loader ------------ */
#loaderbg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  text-align: center; }
  #loaderbg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -18px;
    z-index: 2000; }

/* ------------ header ------------ */
#header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  min-width: 1000px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 15px 0; }
  #header #nav {
    width: 1000px;
    margin: 0 auto; }
    #header #nav h1 {
      text-indent: -9999px;
      float: left; }
      #header #nav h1 a {
        background-image: url(../img/01.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 214px;
        height: 40px;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header #nav h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #header #nav ul {
      float: right;
      margin: 15px 0 0 0; }
      #header #nav ul li {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        float: left;
        margin: 0 0 0 25px;
        position: relative; }
        #header #nav ul li:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'keyboard_arrow_right';
          position: absolute;
          left: 0px;
          top: 0px;
          font-size: 2rem;
          color: #999; }
        #header #nav ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 0 0 0 20px; }
          #header #nav ul li a:link, #header #nav ul li a:visited, #header #nav ul li a:active {
            text-decoration: none;
            color: #333; }
          #header #nav ul li a:hover {
            color: #666;
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #header #nav ul li a.here {
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 600; }

/* ------------ top_firstview ------------ */
#toptest_firstview {
  width: 100%;
  min-width: 1000px;
  background: url(../img/02.jpg) no-repeat center center;
  background-size: cover;
  z-index: 10;
  position: relative; }
  #toptest_firstview .copy {
    position: relative; }
    #toptest_firstview .copy img {
      position: absolute;
      top: 500px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      vertical-align: bottom; }
  #toptest_firstview p.down {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto; }
    #toptest_firstview p.down a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      color: rgba(255, 255, 255, 0.65); }
      #toptest_firstview p.down a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

#top_firstview {
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  #top_firstview video {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; }
  #top_firstview img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: bottom; }
  #top_firstview p.down {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto; }
    #top_firstview p.down a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      color: rgba(255, 255, 255, 0.65); }
      #top_firstview p.down a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

/* ------------ top_consept ------------ */
#top_consept {
  width: 100%;
  min-width: 1000px;
  background: url(../img/03_02.jpg) no-repeat center center;
  background-size: cover;
  z-index: 20;
  position: relative;
  text-align: center;
  padding: 120px 0;
  box-sizing: border-box; }
  #top_consept .innerbox {
    background-color: rgba(255, 255, 255, 0.65);
    width: 80%;
    margin: 0 auto;
    padding: 60px; }
    #top_consept .innerbox h2 {
      font-size: 50px;
      line-height: 1;
      font: normal 5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 600; }
    #top_consept .innerbox .en {
      margin: 15px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #333;
      color: #fff;
      display: inline-block;
      padding: 5px 10px; }
    #top_consept .innerbox hr {
      width: 1000px;
      margin: 40px auto;
      color: #333; }
    #top_consept .innerbox h3 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 600;
      margin: 40px 0 0 0; }
    #top_consept .innerbox p {
      margin: 30px 0 0 0;
      font-size: 18px;
      line-height: 2;
      font: normal 1.8rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }

/* ------------ top_gallery ------------ */
#top_gallery {
  width: 100%;
  min-width: 1000px; }
  #top_gallery .innerbox {
    width: 100%;
    background-color: #000;
    padding: 25px 0;
    text-align: center;
    position: relative; }
    #top_gallery .innerbox h2 {
      font-size: 26px;
      line-height: 1;
      font: normal 2.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      font-weight: 600; }
    #top_gallery .innerbox .en {
      margin: 15px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #fff;
      color: #333;
      display: inline-block;
      padding: 5px 10px;
      text-align: center; }
    #top_gallery .innerbox a.button {
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #fff;
      padding: 10px 0;
      width: 200px;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      display: inline-block;
      position: absolute;
      right: 20px;
      top: 40px; }
      #top_gallery .innerbox a.button:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'play_circle_outline';
        position: absolute;
        right: 12px;
        top: 8px;
        font-size: 2rem; }
      #top_gallery .innerbox a.button:link, #top_gallery .innerbox a.button:visited, #top_gallery .innerbox a.button:active {
        text-decoration: none;
        color: #333; }
      #top_gallery .innerbox a.button:hover {
        text-decoration: none;
        color: #333;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  #top_gallery ul {
    width: 100%;
    min-width: 1000px;
    background-color: #000; }
    #top_gallery ul li {
      width: 25%;
      height: 530px;
      float: left;
      list-style: none;
      border-right: 2px solid #000;
      border-bottom: 8px solid #000;
      box-sizing: border-box; }
      #top_gallery ul li a {
        display: block;
        width: 100%;
        height: 530px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-sizing: border-box; }
        #top_gallery ul li a figcaption {
          position: relative; }
          #top_gallery ul li a figcaption .head {
            position: absolute;
            left: 20px;
            top: 20px; }
            #top_gallery ul li a figcaption .head .type {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              background-color: #996633;
              color: #fff;
              display: inline-block;
              padding: 5px 15px;
              float: left; }
            #top_gallery ul li a figcaption .head .area {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              float: left;
              margin: 5px 0 0 10px; }
          #top_gallery ul li a figcaption .title {
            width: 100%;
            height: 530px;
            padding: 0 20px;
            box-sizing: border-box;
            display: table; }
            #top_gallery ul li a figcaption .title h3 {
              display: table-cell;
              vertical-align: middle;
              font-size: 24px;
              line-height: 1.5;
              font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              font-weight: 600;
              text-align: center; }
          #top_gallery ul li a figcaption .material-icons {
            color: #fff;
            position: absolute;
            right: 20px;
            bottom: 20px; }
        #top_gallery ul li a:link, #top_gallery ul li a:visited, #top_gallery ul li a:active {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.4); }
        #top_gallery ul li a:hover {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.2); }
      #top_gallery ul li:nth-child(1) {
        background: url(../gallery/img/g-01.jpg) no-repeat center center;
        background-size: cover; }
      #top_gallery ul li:nth-child(2) {
        background: url(../gallery/img/m-16.jpg) no-repeat center center;
        background-size: cover; }
      #top_gallery ul li:nth-child(3) {
        background: url(../gallery/img/r-12.jpg) no-repeat center center;
        background-size: cover; }
      #top_gallery ul li:nth-child(4) {
        background: url(../img/10.jpg) no-repeat center center;
        background-size: cover;
        border-right: none; }

/* ------------ top_news ------------ */
#top_news {
  width: 100%;
  min-width: 1000px;
  padding: 120px 0 0 0;
  text-align: center;
  position: relative; }
  #top_news h2 {
    font-size: 50px;
    line-height: 1;
    font: normal 5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
  #top_news p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 20px 0 0 0; }
  #top_news .en {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 5px 10px; }
  #top_news hr {
    width: 1000px;
    margin: 40px auto; }
  #top_news ul.news {
    width: 1000px;
    margin: 0 auto;
    text-align: left; }
    #top_news ul.news li {
      list-style: none;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 10px 0 10px 20px;
      border-left: 3px solid #996633;
      margin: 0 0 20px 0; }
      #top_news ul.news li .day {
        width: 140px;
        float: left;
        font-weight: 600; }
  #top_news ul.content {
    width: 1000px;
    margin: 70px auto 0; }
    #top_news ul.content li {
      list-style: none;
      float: left;
      width: 300px;
      margin: 0 50px 0 0;
      position: relative; }
      #top_news ul.content li a {
        display: block;
        width: 100%;
        height: 180px;
        box-sizing: border-box;
        display: table;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_news ul.content li a p {
          display: table-cell;
          vertical-align: middle;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          text-align: center;
          font-weight: 600; }
        #top_news ul.content li a:link, #top_news ul.content li a:visited, #top_news ul.content li a:active {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.3); }
        #top_news ul.content li a:hover {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.2); }
      #top_news ul.content li:nth-child(1) {
        background: url(../img/05.jpg) no-repeat center center;
        background-size: cover; }
      #top_news ul.content li:nth-child(2) {
        background: url(../img/06.jpg) no-repeat center center;
        background-size: cover; }
      #top_news ul.content li:nth-child(3) {
        background: url(../img/07.jpg) no-repeat center center;
        background-size: cover;
        margin: 0; }

/* ------------ footer ------------ */
#footer {
  width: 100%;
  min-width: 1000px;
  padding: 100px 0 0 0;
  background-color: #f4f4f4;
  text-align: center;
  margin: 120px 0 0 0; }
  #footer h2 {
    font-size: 50px;
    line-height: 1;
    font: normal 5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
  #footer .en {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 5px 10px; }
  #footer p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 20px 0 0 0; }
  #footer ul.contact {
    width: 1000px;
    margin: 50px auto 0; }
    #footer ul.contact li {
      list-style: none;
      width: 50%;
      float: left;
      text-align: left; }
      #footer ul.contact li i {
        float: left;
        color: #333; }
      #footer ul.contact li h3 {
        font-size: 50px;
        line-height: 1;
        font: normal 5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        font-weight: 600;
        margin: 0 0 0 70px; }
      #footer ul.contact li p {
        overflow: hidden;
        margin: 0 0 0 70px; }
      #footer ul.contact li a.button {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #333;
        padding: 20px 0;
        width: 350px;
        box-sizing: border-box;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        display: inline-block;
        position: relative;
        margin: 0 0 0 30px; }
        #footer ul.contact li a.button:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'play_circle_outline';
          position: absolute;
          right: 12px;
          top: 12px;
          font-size: 3rem; }
        #footer ul.contact li a.button:link, #footer ul.contact li a.button:visited, #footer ul.contact li a.button:active {
          text-decoration: none;
          color: #fff; }
        #footer ul.contact li a.button:hover {
          text-decoration: none;
          color: #fff;
          opacity: 0.8;
          filter: alpha(opacity=80); }
  #footer hr {
    width: 1000px;
    margin: 20px auto; }
  #footer .fnav {
    position: relative;
    overflow: hidden;
    margin: 0 0 80px 0; }
    #footer .fnav ul {
      float: left;
      left: 50%;
      position: relative; }
      #footer .fnav ul li {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        float: left;
        margin: 15px 0 0 30px;
        left: -50%;
        position: relative; }
        #footer .fnav ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .fnav ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #footer .fnav ul li a:link, #footer .fnav ul li a:visited, #footer .fnav ul li a:active {
            text-decoration: none;
            color: #333; }
          #footer .fnav ul li a:hover {
            color: #666;
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #footer .fnav ul li:nth-child(1) {
          margin: 0 0 0 0; }
  #footer #copy {
    width: 100%;
    min-width: 1000px;
    background-color: #fff;
    text-align: center;
    padding: 20px 0; }
    #footer #copy p {
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 0; }

/* ------------ pagetop ------------ */
a.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 1000; }
  a.pagetop img {
    vertical-align: bottom;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    a.pagetop img:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* ------------ breadcrumblist ------------ */
#breadcrumblist {
  width: 100%;
  margin: 70px auto 0;
  border-top: 1px solid #dcdcdc; }
  #breadcrumblist ul {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0; }
    #breadcrumblist ul li {
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      list-style: none;
      float: left;
      color: #666; }
      #breadcrumblist ul li a:link, #breadcrumblist ul li a:visited, #breadcrumblist ul li a:active {
        text-decoration: none;
        color: #333; }
      #breadcrumblist ul li a:hover {
        text-decoration: underline;
        color: #333; }
      #breadcrumblist ul li::before {
        content: '　>　'; }
      #breadcrumblist ul li:first-child::before {
        content: ''; }

/* ------------ pagetitle ------------ */
#pagetitle {
  width: 1000px;
  margin: 70px auto 0;
  text-align: center; }
  #pagetitle h2 {
    font-size: 50px;
    line-height: 1;
    font: normal 5rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
  #pagetitle .en {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 1;
    font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 5px 10px; }

/* ------------ sub_concept ------------ */
#sub_concept {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_concept .innerbox h3 {
    font-size: 32px;
    line-height: 1.5;
    font: normal 3.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
  #sub_concept .innerbox h4 {
    font-size: 22px;
    line-height: 1.5;
    font: normal 2.2rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600;
    margin: 30px 0 0 0; }
  #sub_concept .innerbox p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 30px 0 0 0; }
  #sub_concept .innerbox ul {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin: 30px 0 0 0;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block; }
    #sub_concept .innerbox ul li {
      list-style: none;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
  #sub_concept .innerbox figure {
    float: right;
    margin: 0 0 0 70px; }
    #sub_concept .innerbox figure img {
      vertical-align: bottom; }
  #sub_concept .innerbox:nth-of-type(2) {
    margin: 120px auto 0; }
  #sub_concept .innerbox:nth-of-type(3) {
    margin: 120px auto 0; }

/* ------------ sub_property ------------ */
#sub_property {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_property .innerbox {
    text-align: center; }
    #sub_property .innerbox h3 {
      font-size: 30px;
      line-height: 1;
      font: normal 3rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 600; }
    #sub_property .innerbox p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 30px 0 0 0; }
    #sub_property .innerbox figure {
      max-width: 960px;
      margin: 50px 0 0 0; }
      #sub_property .innerbox figure img {
        width: 100%;
        vertical-align: bottom; }
    #sub_property .innerbox ul.home li {
      list-style: none;
      padding: 70px 0;
      border-bottom: 5px solid #f5f5f5; }
      #sub_property .innerbox ul.home li figure {
        float: left;
        width: 500px;
        margin: 0 50px 0 0; }
        #sub_property .innerbox ul.home li figure img {
          width: 100%;
          vertical-align: bottom; }
        #sub_property .innerbox ul.home li figure ul.thumbnail {
          margin: 10px 0 0 0; }
          #sub_property .innerbox ul.home li figure ul.thumbnail li {
            list-style: none;
            float: left;
            width: 117.5px;
            margin: 0 10px 0 0;
            cursor: pointer;
            padding: 0; }
            #sub_property .innerbox ul.home li figure ul.thumbnail li img {
              width: 100%;
              vertical-align: bottom;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #sub_property .innerbox ul.home li figure ul.thumbnail li img:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
            #sub_property .innerbox ul.home li figure ul.thumbnail li:nth-child(4n) {
              margin: 0; }
      #sub_property .innerbox ul.home li .text {
        float: left;
        width: 450px; }
        #sub_property .innerbox ul.home li .text h4 {
          font-size: 24px;
          line-height: 1.5;
          font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          font-weight: 600; }
        #sub_property .innerbox ul.home li .text dl.address {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          margin: 10px 0 0 0; }
          #sub_property .innerbox ul.home li .text dl.address dt {
            float: left;
            width: 100px;
            color: #333;
            text-align: left;
            padding: 5px 0; }
          #sub_property .innerbox ul.home li .text dl.address dd {
            margin: 0 0 0 150px;
            text-align: left;
            padding: 5px 0; }
            #sub_property .innerbox ul.home li .text dl.address dd.price {
              color: #cc0000;
              font-weight: 600; }
        #sub_property .innerbox ul.home li .text dl.details {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 7px 0;
          color: #333; }
          #sub_property .innerbox ul.home li .text dl.details dt {
            float: left;
            width: 20%;
            border: 1px solid #dcdcdc;
            padding: 5px 0;
            color: #333;
            text-align: center; }
          #sub_property .innerbox ul.home li .text dl.details dd {
            margin: 0 0 0 25%;
            width: 75%;
            text-align: left;
            padding: 5px 0; }
    #sub_property .innerbox:nth-of-type(2) {
      margin: 100px auto 0; }

/* ------------ sub_gallery ------------ */
#sub_gallery {
  width: 100%;
  min-width: 1000px;
  margin: 70px auto 0; }
  #sub_gallery ul.gallerylist {
    width: 100%;
    min-width: 1000px;
    background-color: #000; }
    #sub_gallery ul.gallerylist li {
      width: 25%;
      height: 530px;
      float: left;
      list-style: none;
      border-right: 2px solid #000;
      border-bottom: 8px solid #000;
      box-sizing: border-box; }
      #sub_gallery ul.gallerylist li a {
        display: block;
        width: 100%;
        height: 530px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-sizing: border-box; }
        #sub_gallery ul.gallerylist li a figcaption {
          position: relative; }
          #sub_gallery ul.gallerylist li a figcaption .head {
            position: absolute;
            left: 20px;
            top: 20px; }
            #sub_gallery ul.gallerylist li a figcaption .head .type {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              background-color: #996633;
              color: #fff;
              display: inline-block;
              padding: 5px 15px;
              float: left; }
            #sub_gallery ul.gallerylist li a figcaption .head .area {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              float: left;
              margin: 5px 0 0 10px; }
          #sub_gallery ul.gallerylist li a figcaption .title {
            width: 100%;
            height: 530px;
            padding: 0 20px;
            box-sizing: border-box;
            display: table; }
            #sub_gallery ul.gallerylist li a figcaption .title h3 {
              display: table-cell;
              vertical-align: middle;
              font-size: 24px;
              line-height: 1.5;
              font: normal 2.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #fff;
              font-weight: 600;
              text-align: center; }
          #sub_gallery ul.gallerylist li a figcaption .material-icons {
            color: #fff;
            position: absolute;
            right: 20px;
            bottom: 20px; }
        #sub_gallery ul.gallerylist li a:link, #sub_gallery ul.gallerylist li a:visited, #sub_gallery ul.gallerylist li a:active {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.4); }
        #sub_gallery ul.gallerylist li a:hover {
          text-decoration: none;
          background-color: rgba(0, 0, 0, 0.2); }
      #sub_gallery ul.gallerylist li:nth-child(1) {
        background: url(../gallery/img/g-01.jpg) no-repeat center center;
        background-size: cover; }
      #sub_gallery ul.gallerylist li:nth-child(2) {
        background: url(../gallery/img/m-16.jpg) no-repeat center center;
        background-size: cover; }
      #sub_gallery ul.gallerylist li:nth-child(3) {
        background: url(../gallery/img/r-12.jpg) no-repeat center center;
        background-size: cover; }
      #sub_gallery ul.gallerylist li:nth-child(4) {
        background: url(../img/10.jpg) no-repeat center center;
        background-size: cover;
        border-right: none; }
  #sub_gallery .innerbox {
    width: 1000px;
    margin: 0 auto; }
    #sub_gallery .innerbox .subtitle {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      text-align: center; }
    #sub_gallery .innerbox h3 {
      font-size: 44px;
      line-height: 1.5;
      font: normal 4.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 600;
      text-align: center; }
    #sub_gallery .innerbox .mainphoto {
      margin: 50px 0 0 0;
      text-align: center; }
      #sub_gallery .innerbox .mainphoto img {
        width: 100%;
        vertical-align: bottom; }
    #sub_gallery .innerbox .concept {
      width: 100%;
      margin: 50px 0 0 0; }
      #sub_gallery .innerbox .concept p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #sub_gallery .innerbox .concept figure {
        float: right;
        margin: 0 0 0 70px;
        width: 350px; }
        #sub_gallery .innerbox .concept figure img {
          width: 100%;
          vertical-align: bottom; }
    #sub_gallery .innerbox .photobox {
      overflow: hidden;
      width: 1000px;
      margin: 50px auto 0;
      border-top: 1px solid #dcdcdc; }
      #sub_gallery .innerbox .photobox ul.photo {
        width: 700px;
        margin: 50px auto 0;
        box-sizing: border-box;
        background-color: #fff; }
        #sub_gallery .innerbox .photobox ul.photo li {
          float: left;
          width: 100%; }
          #sub_gallery .innerbox .photobox ul.photo li img {
            width: 100%;
            vertical-align: bottom; }
        #sub_gallery .innerbox .photobox ul.photo .slick-prev {
          background-image: url(../gallery/img/03.png);
          background-repeat: no-repeat;
          width: 39px;
          height: 51px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #sub_gallery .innerbox .photobox ul.photo .slick-prev:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #sub_gallery .innerbox .photobox ul.photo .slick-next {
          background-image: url(../gallery/img/02.png);
          background-repeat: no-repeat;
          width: 39px;
          height: 51px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #sub_gallery .innerbox .photobox ul.photo .slick-next:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
    #sub_gallery .innerbox a.button {
      width: 350px;
      margin: 70px auto 0;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #333;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      display: block;
      position: relative; }
      #sub_gallery .innerbox a.button:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'reply';
        position: absolute;
        left: 12px;
        top: 12px;
        font-size: 3rem; }
      #sub_gallery .innerbox a.button:link, #sub_gallery .innerbox a.button:visited, #sub_gallery .innerbox a.button:active {
        text-decoration: none;
        color: #fff; }
      #sub_gallery .innerbox a.button:hover {
        text-decoration: none;
        color: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80); }

/* ------------ sub_company ------------ */
#sub_company {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_company .innerbox h3 {
    font-size: 30px;
    line-height: 1.5;
    font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
    #sub_company .innerbox h3:nth-of-type(2) {
      margin: 100px auto 0; }
  #sub_company .innerbox dl {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px dotted #dcdcdc; }
    #sub_company .innerbox dl dt {
      float: left;
      width: 25%;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      box-sizing: border-box; }
    #sub_company .innerbox dl dd {
      float: left;
      width: 75%;
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      box-sizing: border-box; }
    #sub_company .innerbox dl:first-of-type {
      margin: 30px 0 0 0; }
  #sub_company .innerbox #map {
    width: 1000px;
    height: 600px;
    margin: 30px 0 0 0; }

/* ------------ sub_contact ------------ */
#sub_contact {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_contact .innerbox h3 {
    font-size: 30px;
    line-height: 1.5;
    font: normal 3rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: 600; }
    #sub_contact .innerbox h3:nth-of-type(2) {
      margin: 100px auto 0; }
  #sub_contact .innerbox p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 20px 0 0 0; }
    #sub_contact .innerbox p.tel {
      font-size: 44px;
      line-height: 1.5;
      font: normal 4.4rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 600;
      display: inline; }
    #sub_contact .innerbox p.time {
      display: inline;
      margin: 0 0 0 30px; }
  #sub_contact .innerbox .material-icons {
    margin: -5px 5px 0 0; }
  #sub_contact .innerbox a.button {
    font-size: 16px;
    line-height: 1;
    font: normal 1.6rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-color: #333;
    padding: 20px 0;
    width: 350px;
    box-sizing: border-box;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 20px 0 0 0; }
    #sub_contact .innerbox a.button:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      vertical-align: middle;
      content: 'play_circle_outline';
      position: absolute;
      right: 12px;
      top: 12px;
      font-size: 3rem; }
    #sub_contact .innerbox a.button:link, #sub_contact .innerbox a.button:visited, #sub_contact .innerbox a.button:active {
      text-decoration: none;
      color: #fff; }
    #sub_contact .innerbox a.button:hover {
      text-decoration: none;
      color: #fff;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  #sub_contact .innerbox dl {
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333; }
    #sub_contact .innerbox dl dt {
      float: left;
      width: 30%; }
    #sub_contact .innerbox dl dd {
      float: left;
      width: 70%; }
      #sub_contact .innerbox dl dd input[type="text"] {
        width: 90%;
        border: 2px solid #dcdcdc;
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        box-sizing: border-box;
        padding: 5px; }
      #sub_contact .innerbox dl dd input:focus {
        outline: none; }
      #sub_contact .innerbox dl dd textarea {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 90%;
        height: 150px;
        resize: none;
        border: 2px solid #dcdcdc;
        padding: 5px; }
    #sub_contact .innerbox dl:first-of-type {
      border-top: 1px solid #dcdcdc;
      margin: 40px 0 0 0; }
    #sub_contact .innerbox dl .red {
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #a3c5e6;
      color: #fff;
      margin: 0 5px 0 0;
      padding: 2px 5px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px; }
  #sub_contact .innerbox .submit {
    margin: 50px 0 0 0;
    text-align: center; }
    #sub_contact .innerbox .submit p {
      margin: 0 0 20px 0; }
    #sub_contact .innerbox .submit .submit_button {
      width: 300px;
      padding: 15px 0;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background-color: #a3c5e6;
      border-style: none;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button; }
      #sub_contact .innerbox .submit .submit_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #sub_contact .innerbox .submit .submit_button02 {
      display: inline-block;
      width: 300px;
      padding: 15px 0;
      margin: 0 40px 0 0;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      background-color: #dcdcdc;
      text-align: center;
      border-style: none;
      cursor: pointer;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button; }
      #sub_contact .innerbox .submit .submit_button02:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #sub_contact .innerbox .privacy {
    margin: 30px 0 0 0;
    text-align: center; }
    #sub_contact .innerbox .privacy p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
      #sub_contact .innerbox .privacy p a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #sub_contact .innerbox .privacy p a:link, #sub_contact .innerbox .privacy p a:visited, #sub_contact .innerbox .privacy p a:active {
          text-decoration: none;
          color: #a3c5e6; }
        #sub_contact .innerbox .privacy p a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
  #sub_contact .innerbox table {
    margin: 30px 0 0 0;
    width: 100%; }
    #sub_contact .innerbox table th {
      padding: 30px 0;
      border-bottom: 1px solid #dcdcdc;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      width: 240px;
      text-align: left;
      color: #333; }
    #sub_contact .innerbox table td {
      padding: 30px 0;
      border-bottom: 1px solid #dcdcdc;
      font-size: 18px;
      line-height: 1.4;
      font: normal 1.8rem/1.4 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      color: #333; }

/* ------------ sub_privacy ------------ */
#sub_privacy {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_privacy .innerbox h3 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-weight: bold;
    margin: 50px 0 0 0; }
  #sub_privacy .innerbox p {
    font-size: 16px;
    line-height: 2;
    font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #333;
    margin: 20px 0 0 0; }
  #sub_privacy .innerbox ul {
    margin: 20px 0 0 0; }
    #sub_privacy .innerbox ul li {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      list-style: none;
      color: #333; }

/* ------------ sub_sitemap ------------ */
#sub_sitemap {
  width: 1000px;
  margin: 70px auto 0; }
  #sub_sitemap .innerbox ul li {
    font-size: 18px;
    line-height: 1;
    font: normal 1.8rem/1 "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    list-style: none;
    border-bottom: 2px dotted #dcdcdc;
    position: relative; }
    #sub_sitemap .innerbox ul li:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: 'liga';
      vertical-align: middle;
      content: 'play_circle_outline';
      position: absolute;
      left: 5px;
      top: 20px;
      font-size: 2rem; }
    #sub_sitemap .innerbox ul li a {
      display: block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      padding: 20px 0 20px 35px; }
      #sub_sitemap .innerbox ul li a:link, #sub_sitemap .innerbox ul li a:visited, #sub_sitemap .innerbox ul li a:active {
        text-decoration: none;
        color: #333; }
      #sub_sitemap .innerbox ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

/* ------------ print ------------ */
@media print {
  /* ------------ print END ------------ */ }

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