@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700|Noto+Serif+JP:400,600&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html, button, input, select, textarea {
  font-family: sans-serif;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0;
  padding: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 1.0rem;
  line-height: 150%; }

code, kbd, pre, samp {
  font-size: 1.0rem;
  line-height: 150%; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 1.0rem; }

sub, sup {
  font-size: 1.0rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  white-space: normal;
  padding: 0; }

button, input, select, textarea {
  font-size: 1.0rem;
  padding: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"] {
  -webkit-appearance: button; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

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

th, td {
  font-size: 1.0rem;
  line-height: 150%; }

body {
  text-align: center;
  color: #333; }

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-feature-settings: palt; }

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q, div, section, article {
  box-sizing: border-box; }

select {
  webkit-appearance: menulist-button; }

.cl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .cl {
  zoom: 1;
  zoom: 1; }

.btn, .btns a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1; }

.btn:hover, .btns a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .6;
  -moz-opacity: .6; }

.btn {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

.btn:hover {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

.wrapper {
  width: 100%;
  max-width: 1000px; }

a {
  color: #000;
  transition: color 0.3s ease 0s; }
  a:hover {
    color: #666; }

.container {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .container {
      width: 100vw;
      overflow: hidden; } }
  .container .row {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .container .row {
        padding-left: 20px;
        padding-right: 20px; } }

.container_full {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .container_full {
      width: 100vw;
      overflow: hidden; } }
  .container_full .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }

.spbtn {
  width: 17px;
  height: 13px;
  background: transparent;
  position: fixed;
  box-sizing: border-box;
  padding: 0px;
  z-index: 100; }
  @media (min-width: 768px) {
    .spbtn {
      top: 27px;
      right: 25px; } }
  @media (max-width: 767px) {
    .spbtn {
      top: 21px;
      right: 15px; } }
  .spbtn div {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: relative;
    transition: all 0.25s ease-out 0s; }
  .spbtn .l1 {
    top: 0; }
  .spbtn .l2 {
    top: 5px; }
  .spbtn .l3 {
    top: 10px; }
  .spbtn.spactive .l1 {
    left: 0;
    top: 8px;
    transform: rotate(45deg); }
  .spbtn.spactive .l2 {
    opacity: 0; }
  .spbtn.spactive .l3 {
    left: 0;
    top: 4px;
    transform: rotate(-45deg); }

.common1 h2 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 30px; }

.common1 h3 {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: .2rem;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .common1 h3 {
      font-size: 1.5rem;
      font-weight: bold; } }

.common1 p {
  font-size: 1.5rem;
  line-height: 240%; }

header.main {
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-out 0s;
  background: rgba(0, 0, 0, 0); }
  @media (min-width: 768px) {
    header.main .container_full {
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    header.main .container_full {
      padding-top: 0;
      padding-bottom: 0;
      height: 60px; } }
  header.main .logo {
    display: none;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 12px;
    position: absolute;
    top: 0;
    left: 0; }
    header.main .logo .white {
      display: none; }
    header.main .logo img {
      height: 50px; }
    @media (max-width: 767px) {
      header.main .logo {
        margin-top: 14px;
        margin-left: 14px; }
        header.main .logo img {
          width: 120px;
          height: auto; } }
  header.main.active {
    background: white; }
    @media (max-width: 767px) {
      header.main.active {
        background: white; } }
    header.main.active .logo {
      display: block; }
    @media (max-width: 767px) {
      header.main.active .spbtn div {
        background: #000; } }
  header.main nav.global ul {
    position: absolute;
    top: 26px;
    right: 73px;
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      header.main nav.global ul {
        display: none; } }
    header.main nav.global ul li {
      margin-right: 27px;
      letter-spacing: .15rem;
      font-size: 1.4rem;
      line-height: 100%;
      font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      header.main nav.global ul li:last-of-type {
        margin-right: 0; }
  header.main nav.global a {
    color: #000;
    text-decoration: none; }
  header.main nav.global li.b1 a,
  header.main nav.global li.b2 a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px; }
    header.main nav.global li.b1 a:after,
    header.main nav.global li.b2 a:after {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #000;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s ease-out 0s;
      content: '';
      left: 0;
      bottom: 0; }
    header.main nav.global li.b1 a:hover::after,
    header.main nav.global li.b2 a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
  header.main nav.global li.b3 img,
  header.main nav.global li.b4 img,
  header.main nav.global li.b5 img,
  header.main nav.global li.b6 img {
    transition: all 0.3s ease-out 0s; }
    header.main nav.global li.b3 img:hover,
    header.main nav.global li.b4 img:hover,
    header.main nav.global li.b5 img:hover,
    header.main nav.global li.b6 img:hover {
      opacity: .5; }
  header.main nav.global li.b3,
  header.main nav.global li.b5 {
    margin-right: 26px; }
    header.main nav.global li.b3 img,
    header.main nav.global li.b5 img {
      height: 18px; }
  header.main nav.global li.b4,
  header.main nav.global li.b6 {
    margin-right: 0; }
    header.main nav.global li.b4 img,
    header.main nav.global li.b6 img {
      height: 18px; }
  header.main nav.global li.b3,
  header.main nav.global li.b4 {
    display: none; }
  header.main .global_sp {
    height: 0;
    opacity: 0;
    overflow: hidden; }

@media (min-width: 768px) {
  body.front-page .logo img {
    display: block; }
  body.front-page .logo img.white {
    display: none; } }

@media (max-width: 767px) {
  body.front-page .logo img {
    display: block; }
  body.front-page .logo img.white {
    display: none; } }

body.front-page header.main:not(.active) .spbtn div {
  background: #fff; }

body.front-page header.main:not(.active) nav.global ul li a {
  color: #fff; }
  body.front-page header.main:not(.active) nav.global ul li a:after {
    background: #fff; }

body.front-page header.main:not(.active) nav.global ul li.b3,
body.front-page header.main:not(.active) nav.global ul li.b4 {
  display: block; }

body.front-page header.main:not(.active) nav.global ul li.b5,
body.front-page header.main:not(.active) nav.global ul li.b6 {
  display: none; }

body.lower {
  padding-top: 1px;
  background: #EBE7E0; }
  body.lower header.main {
    background: #fff; }
    body.lower header.main .logo {
      display: block; }
    body.lower header.main a {
      color: #231815; }
    body.lower header.main li.b5,
    body.lower header.main li.b6 {
      display: block; }
    body.lower header.main li.b3,
    body.lower header.main li.b4 {
      display: none; }
  body.lower .spbtn div {
    background-color: #231815; }
  @media (min-width: 992px) {
    body.lower .footercontact {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    body.lower .footercontact .row {
      padding-left: 0;
      padding-right: 0; } }

.mainvisual h1 {
  text-align: center;
  position: absolute;
  width: calc(100% - 40px);
  top: 0;
  left: 20px; }
  @media (min-width: 768px) {
    .mainvisual h1 {
      padding-top: 250px; } }
  @media (max-width: 767px) {
    .mainvisual h1 {
      padding-top: 150px; } }
  .mainvisual h1 img {
    width: 100%;
    margin-left: -5px; }
    @media (min-width: 768px) {
      .mainvisual h1 img {
        max-width: 249px; } }
    @media (max-width: 767px) {
      .mainvisual h1 img {
        max-width: 155px; } }

.mainvisual p.lead {
  text-align: center;
  position: absolute;
  width: calc( 100% - 40px);
  top: 0;
  left: 20px; }
  @media (min-width: 768px) {
    .mainvisual p.lead {
      padding-top: 474px; } }
  @media (max-width: 767px) {
    .mainvisual p.lead {
      padding-top: 290px; } }
  @media (min-width: 768px) {
    .mainvisual p.lead img {
      width: 307px;
      margin-left: -15px; } }
  @media (max-width: 767px) {
    .mainvisual p.lead img {
      width: 200px;
      margin-left: -20px; } }

header.spactive {
  background: white !important;
  height: 100vh; }
  header.spactive .spbtn div {
    background: #000 !important; }
  header.spactive .spbtn:before {
    content: 'CLOSE';
    position: absolute;
    top: 1px;
    left: -60px;
    font-size: 1.4rem; }
  header.spactive .global {
    display: none; }
  header.spactive .global_sp {
    transition: opacity .2s ease-in-out 0s;
    opacity: 1;
    background: #fff;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh; }
    @media (min-width: 768px) {
      header.spactive .global_sp {
        flex-direction: row;
        flex-flow: wrap;
        justify-content: center;
        align-items: center; } }
    header.spactive .global_sp .frame {
      width: 100%;
      max-width: 600px; }
      @media (min-width: 768px) {
        header.spactive .global_sp .frame {
          display: flex;
          flex-direction: row;
          flex-flow: wrap;
          align-items: stretch;
          justify-content: center; } }
      @media (max-width: 767px) {
        header.spactive .global_sp .frame {
          padding-top: 70px; } }
    header.spactive .global_sp a {
      color: #231815;
      text-decoration: none; }
    header.spactive .global_sp .nav1 {
      width: 50%; }
      header.spactive .global_sp .nav1 ul {
        position: static;
        text-align: left; }
      header.spactive .global_sp .nav1 li {
        display: block;
        font-size: 1.8rem;
        font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        margin-bottom: 40px;
        line-height: 100%; }
        header.spactive .global_sp .nav1 li a {
          display: inline-block;
          position: relative;
          overflow: hidden;
          padding-bottom: 5px; }
          header.spactive .global_sp .nav1 li a:after {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #000;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s ease-out 0s;
            content: '';
            left: 0;
            bottom: 0; }
          header.spactive .global_sp .nav1 li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      @media (max-width: 767px) {
        header.spactive .global_sp .nav1 {
          width: 100%;
          padding: 0px 50px; }
          header.spactive .global_sp .nav1 li {
            margin-bottom: 30px; } }
    header.spactive .global_sp .nav2 {
      width: 50%;
      text-align: left; }
      @media (max-width: 767px) {
        header.spactive .global_sp .nav2 {
          width: 100%;
          padding: 0px 50px; } }
    header.spactive .global_sp .sub1 li {
      margin-bottom: 23px;
      font-size: 1.5rem;
      font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      @media (max-width: 767px) {
        header.spactive .global_sp .sub1 li {
          margin-right: 40px;
          display: inline-block; } }
    header.spactive .global_sp .sub1 a {
      display: inline-block;
      position: relative;
      overflow: hidden;
      padding-bottom: 5px; }
      header.spactive .global_sp .sub1 a:after {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s ease-out 0s;
        content: '';
        left: 0;
        bottom: 0; }
      header.spactive .global_sp .sub1 a:hover::after {
        transform-origin: left top;
        transform: scale(1, 1); }
    header.spactive .global_sp .sub2 {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: stretch;
      justify-content: flex-start; }
      @media (min-width: 768px) {
        header.spactive .global_sp .sub2 {
          margin-bottom: 50px; } }
      header.spactive .global_sp .sub2 li a {
        display: block;
        width: 100%;
        line-height: 40px;
        font-size: 1.3rem;
        font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.3rem;
        color: #000;
        text-decoration: none;
        display: block;
        border: 1px solid #000;
        margin-left: auto;
        margin-right: auto;
        transition: all .25s ease-out 0s;
        text-align: center; }
        header.spactive .global_sp .sub2 li a:hover {
          background: #000;
          color: #fff; }
      header.spactive .global_sp .sub2 li:first-of-type {
        margin-right: 14px; }
      @media (min-width: 768px) {
        header.spactive .global_sp .sub2 li {
          width: calc( 50% - 7px); } }
      @media (max-width: 767px) {
        header.spactive .global_sp .sub2 li {
          width: 100%;
          margin-bottom: 15px; }
          header.spactive .global_sp .sub2 li:first-of-type {
            margin-right: 0px; } }
    header.spactive .global_sp .sub3 {
      border-top: 1px solid #000;
      padding-top: 10px;
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      justify-content: flex-start; }
      header.spactive .global_sp .sub3 h3 {
        font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 1.3rem;
        width: 50%; }
      header.spactive .global_sp .sub3 ul {
        width: 50%;
        text-align: right; }
        header.spactive .global_sp .sub3 ul li {
          display: inline-block; }
          header.spactive .global_sp .sub3 ul li:first-of-type {
            margin-right: 20px; }
      header.spactive .global_sp .sub3 img {
        transition: all 0.3s ease 0s; }
        header.spactive .global_sp .sub3 img:hover {
          opacity: .6; }

.hm1 {
  background: #EBE7E0; }
  @media (max-width: 767px) {
    .hm1 {
      padding-top: 40px; } }
  @media (min-width: 768px) {
    .hm1 h2 {
      padding-top: 47px; }
      .hm1 h2 img {
        width: 264px;
        margin-left: -5px; } }
  @media (max-width: 767px) {
    .hm1 h2 {
      padding-top: 0px; }
      .hm1 h2 img {
        width: 160px;
        margin-left: 0px; } }
  @media (max-width: 767px) {
    .hm1 h2 {
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .hm1 p.lead {
      padding-top: 38px; }
      .hm1 p.lead img {
        width: 389px;
        margin-left: -21px; } }
  @media (min-width: 768px) {
    .hm1 p.lead {
      padding-bottom: 25px; } }

.bg1 {
  width: 100%;
  background: #EBE7E0;
  background-image: url(../images/bg1.png);
  background-repeat: repeat;
  animation-name: anim1;
  animation-duration: 50s;
  animation-delay: 0s;
  animation-iteration-count: 100;
  animation-fill-mode: forwards;
  animation-timing-function: linear; }
  @media (min-width: 768px) {
    .bg1 {
      height: 190px;
      background-size: auto 190px; } }
  @media (max-width: 767px) {
    .bg1 {
      height: 100px;
      background-size: auto 100px; } }

.hm2 {
  background: #EBE7E0; }
  @media (min-width: 768px) {
    .hm2 {
      padding-top: 56px; } }
  @media (max-width: 767px) {
    .hm2 {
      padding-top: 30px;
      padding-bottom: 60px; } }
  .hm2 p {
    font-size: 1.4rem;
    line-height: 264%;
    letter-spacing: .2rem;
    font-weight: 300;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .hm2 p {
        text-align: left;
        padding-bottom: 30px; } }

@media (max-width: 767px) {
  .btn3 p {
    padding-bottom: 0; } }

@media (max-width: 767px) {
  #thecircle {
    width: 10%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */ } }

.btn3 a {
  width: 300px;
  line-height: 53px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  display: block;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s ease-out 0s;
  text-align: center; }
  .btn3 a:hover {
    background: #000;
    color: #fff; }
  .btn3 a:hover {
    background: #000;
    color: #fff; }
  @media (max-width: 767px) {
    .btn3 a {
      max-width: 200px; } }

.btn4 a {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 300px;
  line-height: 53px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s ease-out 0s;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }
  .btn4 a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000; }

.hm3 {
  padding-top: 0;
  background: #EBE7E0;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .hm3 {
      padding-bottom: 55px; } }
  .hm3 h2 {
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .hm3 h2 {
        padding-top: 40px; }
        .hm3 h2 img {
          width: 361px;
          margin-left: -7px; } }
    @media (max-width: 767px) {
      .hm3 h2 {
        padding-top: 0px; }
        .hm3 h2 img {
          width: 218px;
          margin-left: 0px; } }

.slider1,
.scene01 {
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .slider1,
    .scene01 {
      margin-bottom: 20px; } }
  .slider1 section,
  .scene01 section {
    position: relative; }
  .slider1 .owl-carousel,
  .scene01 .owl-carousel {
    width: 100%;
    position: relative; }
    .slider1 .owl-carousel .owl-stage-outer,
    .scene01 .owl-carousel .owl-stage-outer {
      z-index: 10; }
  @media (max-width: 767px) {
    .slider1 .owl-stage,
    .scene01 .owl-stage {
      background: #fff; } }
  .slider1 .owl-dots,
  .scene01 .owl-dots {
    padding-top: 10px; }
    .slider1 .owl-dots button.owl-dot span,
    .scene01 .owl-dots button.owl-dot span {
      border: 1px solid transparent;
      background: rgba(0, 0, 0, 0.8); }
    .slider1 .owl-dots button.active span,
    .scene01 .owl-dots button.active span {
      border: 1px solid #888888 !important;
      background: #fff !important; }
  .slider1 .item,
  .scene01 .item {
    position: relative;
    overflow: hidden;
    max-width: 960px;
    background-repeat: no-repeat !important;
    transition: all 0.2s linear 0s; }
    @media (min-width: 1024px) {
      .slider1 .item,
      .scene01 .item {
        width: 960px;
        left: calc( 50% - 480px);
        height: 525px; } }
    @media (max-width: 1023px) {
      .slider1 .item,
      .scene01 .item {
        width: 700px;
        left: calc( 50% - 350px);
        height: 400px; } }
    @media (max-width: 767px) {
      .slider1 .item,
      .scene01 .item {
        width: 100vw;
        left: 0;
        height: 400px; } }
    @media (max-width: 480px) {
      .slider1 .item,
      .scene01 .item {
        height: 360px; } }
    @media (max-width: 768px) {
      .slider1 .item,
      .scene01 .item {
        background-size: cover !important;
        background-position: center !important; } }
    @media (max-width: 767px) {
      .slider1 .item,
      .scene01 .item {
        background-position: center top !important;
        background-color: #fff; } }
    .slider1 .item a,
    .scene01 .item a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 20;
      top: 0;
      left: 0; }
    .slider1 .item .cover,
    .scene01 .item .cover {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 5;
      transition: all 0.2s linear .3s;
      top: 0;
      left: 0; }
      @media (min-width: 768px) {
        .slider1 .item .cover,
        .scene01 .item .cover {
          background: rgba(0, 0, 0, 0); } }
    .slider1 .item .number,
    .scene01 .item .number {
      background: url(../images/img28.svg) no-repeat left top/contain;
      font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
      @media (min-width: 768px) {
        .slider1 .item .number,
        .scene01 .item .number {
          width: 128px;
          height: 128px; } }
      @media (max-width: 767px) {
        .slider1 .item .number,
        .scene01 .item .number {
          width: 78px;
          height: 78px; } }
      .slider1 .item .number:before,
      .scene01 .item .number:before {
        content: 'VOL.';
        display: inline-block;
        width: 100%;
        position: absolute;
        text-align: left;
        letter-spacing: .2rem; }
        @media (min-width: 768px) {
          .slider1 .item .number:before,
          .scene01 .item .number:before {
            font-size: 1.3rem;
            top: 21px;
            left: 18px; } }
        @media (max-width: 767px) {
          .slider1 .item .number:before,
          .scene01 .item .number:before {
            font-size: 1rem;
            top: 6px;
            left: 7px; } }
      .slider1 .item .number span,
      .scene01 .item .number span {
        display: inline-block;
        position: absolute;
        line-height: 100%;
        letter-spacing: .3rem; }
        @media (min-width: 768px) {
          .slider1 .item .number span,
          .scene01 .item .number span {
            left: 18px;
            top: 35px;
            font-size: 3rem; } }
        @media (max-width: 767px) {
          .slider1 .item .number span,
          .scene01 .item .number span {
            left: 9px;
            top: 23px;
            font-size: 1.6rem; } }
  .slider1 .title,
  .scene01 .title {
    width: 360px;
    position: absolute;
    color: #333;
    transition: all 0.3s ease 0s;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    z-index: 15;
    padding: 25px; }
    @media (min-width: 768px) {
      .slider1 .title,
      .scene01 .title {
        height: 165px;
        left: 0;
        bottom: 35px; } }
    @media (max-width: 767px) {
      .slider1 .title,
      .scene01 .title {
        top: calc( 100% - 150px);
        height: 150px; } }
    @media (max-width: 767px) {
      .slider1 .title,
      .scene01 .title {
        background: #fff;
        width: 100%; } }
    .slider1 .title .cat,
    .scene01 .title .cat {
      font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 20px;
      display: block; }
      .slider1 .title .cat:after,
      .scene01 .title .cat:after {
        display: block;
        content: '';
        width: 25px;
        height: 2px;
        background: #000;
        position: relative;
        top: 5px;
        transition: all 0.3s ease 0s; }
    .slider1 .title h3,
    .scene01 .title h3 {
      font-size: 1.6rem;
      letter-spacing: .1rem;
      line-height: 180%; }
  .slider1 .item:hover,
  .scene01 .item:hover {
    opacity: .9; }
    .slider1 .item:hover .title,
    .scene01 .item:hover .title {
      background: white;
      color: #666; }
      .slider1 .item:hover .title .cat:after,
      .scene01 .item:hover .title .cat:after {
        background: #666; }
  .slider1 .center .cover,
  .scene01 .center .cover {
    background: rgba(0, 0, 0, 0); }
  .slider1 .owl-nav,
  .scene01 .owl-nav {
    z-index: 20;
    max-width: 960px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    position: absolute;
    top: 40%; }
    @media (min-width: 1024px) {
      .slider1 .owl-nav,
      .scene01 .owl-nav {
        width: 960px;
        left: calc( 50% - 480px); } }
    @media (max-width: 1023px) {
      .slider1 .owl-nav,
      .scene01 .owl-nav {
        width: 700px;
        left: calc( 50% - 350px); } }
    @media (max-width: 767px) {
      .slider1 .owl-nav,
      .scene01 .owl-nav {
        width: 100vw;
        left: 0; } }
    @media (max-width: 480px) {
      .slider1 .owl-nav,
      .scene01 .owl-nav {
        height: 360px; } }
    .slider1 .owl-nav button,
    .scene01 .owl-nav button {
      display: block;
      background: #000;
      padding: 0 !important;
      margin: 0 !important;
      position: absolute;
      outline: none; }
      @media (min-width: 768px) {
        .slider1 .owl-nav button,
        .scene01 .owl-nav button {
          width: 58px;
          height: 58px; } }
      @media (max-width: 767px) {
        .slider1 .owl-nav button,
        .scene01 .owl-nav button {
          width: 36px;
          height: 36px; } }
      .slider1 .owl-nav button span,
      .scene01 .owl-nav button span {
        display: none; }
    @media (min-width: 768px) {
      .slider1 .owl-nav .owl-prev,
      .scene01 .owl-nav .owl-prev {
        background: url(../images/img29.svg) no-repeat center/contain !important;
        left: -44px; }
        .slider1 .owl-nav .owl-prev:hover,
        .scene01 .owl-nav .owl-prev:hover {
          background: url(../images/img29_hover.svg) no-repeat center/contain !important; } }
    @media (max-width: 767px) {
      .slider1 .owl-nav .owl-prev,
      .scene01 .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0.7) url(../images/previcon3.svg) no-repeat center/contain !important;
        top: 0;
        left: 0; } }
    @media (min-width: 768px) {
      .slider1 .owl-nav .owl-next,
      .scene01 .owl-nav .owl-next {
        background: url(../images/img30.svg) no-repeat center/contain !important;
        right: -44px; }
        .slider1 .owl-nav .owl-next:hover,
        .scene01 .owl-nav .owl-next:hover {
          background: url(../images/img30_hover.svg) no-repeat center/contain !important; } }
    @media (max-width: 767px) {
      .slider1 .owl-nav .owl-next,
      .scene01 .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0.7) url(../images/nexticon3.svg) no-repeat center/contain !important;
        top: 0;
        right: 0; } }

.scene01 {
  padding-top: 0; }
  .scene01 .item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    left: 0; }
    .scene01 .item .cover {
      background: rgba(0, 0, 0, 0);
      transition: all 0.2s linear 0s; }
  .scene01 .item:hover .cover {
    background: rgba(0, 0, 0, 0); }
  @media (max-width: 767px) {
    .scene01 .item {
      background-color: #fff;
      width: calc( 100vw - 40px); }
      .scene01 .item .cover {
        background: none; } }

.hm4 {
  background: #EBE7E0; }
  @media (min-width: 768px) {
    .hm4 {
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .hm4 {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    .hm4 h2 {
      padding-top: 40px; }
      .hm4 h2 img {
        width: 317px;
        margin-left: -10px; } }
  @media (max-width: 767px) {
    .hm4 h2 {
      padding-top: 0px; }
      .hm4 h2 img {
        width: 260px;
        margin-left: 0px; } }
  @media (min-width: 768px) {
    .hm4 h2 {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .hm4 h2 {
      padding-bottom: 30px; } }

.eventlist {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 59px; }
  @media (min-width: 768px) {
    .eventlist {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: stretch;
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    .eventlist {
      margin-bottom: 25px; } }
  .eventlist article {
    text-decoration: none;
    position: relative;
    background: #fff;
    text-align: left; }
    @media (min-width: 768px) {
      .eventlist article {
        width: 30.208%;
        margin-left: 2.292%;
        margin-right: 2.292%;
        padding: 25px 25px 60px; } }
    @media (max-width: 767px) {
      .eventlist article {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px; }
        .eventlist article:last-of-type {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .eventlist article:after {
        display: block;
        content: '';
        border: 1px solid #fff;
        position: absolute;
        left: 15px;
        top: 15px;
        bottom: 15px;
        right: 15px; } }
    @media (min-width: 768px) {
      .eventlist article:first-of-type, .eventlist article:nth-of-type(3n+1) {
        margin-left: 0; }
      .eventlist article:last-of-type, .eventlist article:nth-of-type(3n) {
        margin-right: 0; } }
    @media (min-width: 768px) {
      .eventlist article figure {
        width: calc( 100% + 50px);
        margin-left: -25px;
        margin-top: -25px;
        height: auto !important;
        max-width: unset;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .eventlist article figure {
        width: 115px;
        height: 100%;
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0; }
        .eventlist article figure img {
          display: none; } }
    @media (min-width: 768px) {
      .eventlist article h3 {
        font-size: 1.5rem;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .eventlist article h3 {
        padding-left: 110px;
        font-size: 1.3rem;
        margin-bottom: 10px; } }
    .eventlist article .date dt, .eventlist article .date dd {
      display: inline-block;
      font-size: 1.4rem;
      vertical-align: top;
      letter-spacing: .1rem; }
      @media (max-width: 767px) {
        .eventlist article .date dt, .eventlist article .date dd {
          padding-left: 110px;
          font-size: 1.2rem; } }
    .eventlist article p {
      position: absolute;
      right: 20px;
      bottom: 20px;
      font-size: 1.2rem;
      font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      color: #777; }
      @media (max-width: 767px) {
        .eventlist article p {
          display: none; } }
      .eventlist article p:after {
        content: ' >'; }
    .eventlist article a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: rgba(255, 255, 255, 0);
      transition: all 0.3s ease 0s; }
    .eventlist article:hover a {
      background: rgba(255, 255, 255, 0.3); }

.hm5 {
  background: url(../images/img35.jpg) no-repeat center/cover; }
  @media (min-width: 768px) {
    .hm5 {
      padding-top: 85px;
      padding-bottom: 95px; } }
  @media (max-width: 767px) {
    .hm5 {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .hm5 h2 {
    margin-bottom: 37px; }
    @media (min-width: 768px) {
      .hm5 h2 {
        padding-top: 10px; }
        .hm5 h2 img {
          width: 471px;
          margin-left: -8px; } }
    @media (max-width: 767px) {
      .hm5 h2 {
        padding-top: 0px; }
        .hm5 h2 img {
          width: 230px;
          margin-left: 0px; } }
  .hm5 p.lead {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 249%;
    letter-spacing: .15rem;
    margin-bottom: 47px; }
    @media (max-width: 767px) {
      .hm5 p.lead {
        text-align: left; } }

.service {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .service {
      background: url(../images/img34.svg) no-repeat center/55px auto;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .service {
      background: url(../images/img34.svg) no-repeat center top/40px auto;
      margin-bottom: 20px; } }
  .service article {
    width: 270px; }
    @media (max-width: 767px) {
      .service article {
        width: 40%; } }
    .service article p {
      color: #fff; }
    .service article .title {
      font-size: 2rem;
      margin-bottom: 20px;
      letter-spacing: .2rem; }
      @media (max-width: 767px) {
        .service article .title {
          font-size: 1.3rem; } }
    .service article .explain {
      font-size: 1.2rem;
      letter-spacing: .1rem;
      line-height: 200%; }
      @media (max-width: 767px) {
        .service article .explain {
          display: none; } }
    .service article:first-of-type h3 img {
      width: 225px;
      margin-bottom: 27px; }
    @media (max-width: 767px) {
      .service article:first-of-type h3 img {
        margin-bottom: 10px; } }
    .service article:last-of-type h3 {
      padding-top: 35px; }
      .service article:last-of-type h3 img {
        width: 174px;
        margin-bottom: 24px; }
      @media (max-width: 767px) {
        .service article:last-of-type h3 {
          padding-top: 3px; }
          .service article:last-of-type h3 img {
            margin-bottom: 10px; } }

.hm6 {
  background: url(../images/home/toppic-3.jpg) no-repeat center/cover; }
  @media (min-width: 768px) {
    .hm6 {
      padding-bottom: 250px; } }
  @media (max-width: 767px) {
    .hm6 {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .hm6 h2 {
    margin-bottom: 36px; }
    @media (min-width: 768px) {
      .hm6 h2 {
        padding-top: 49px; }
        .hm6 h2 img {
          width: 363px;
          margin-left: -8px; } }
    @media (max-width: 767px) {
      .hm6 h2 {
        padding-top: 0px; }
        .hm6 h2 img {
          width: 250px;
          margin-left: 0px; } }
  .hm6 p.lead {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 249%;
    letter-spacing: .15rem;
    margin-bottom: 47px; }
    @media (max-width: 767px) {
      .hm6 p.lead {
        text-align: left; } }

.hm7 {
  background: #EBE7E0; }
  @media (min-width: 768px) {
    .hm7 {
      padding-top: 150px;
      padding-bottom: 87px; } }
  @media (max-width: 767px) {
    .hm7 {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .hm7 section {
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
    @media (min-width: 992px) {
      .hm7 section {
        flex-direction: row;
        align-items: stretch; } }
    @media (max-width: 991px) {
      .hm7 section {
        flex-direction: column; } }
    .hm7 section .instagram {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto; }
      .hm7 section .instagram iframe {
        width: 100%; }
      @media (min-width: 992px) {
        .hm7 section .instagram {
          max-width: 547px;
          margin-right: 106px;
          text-align: left; }
          .hm7 section .instagram iframe {
            height: 550px; } }
      @media (max-width: 991px) {
        .hm7 section .instagram {
          max-width: 480px;
          margin-bottom: 45px; }
          .hm7 section .instagram iframe {
            height: 300px; } }
      @media (min-width: 768px) {
        .hm7 section .instagram h2 {
          padding-top: 0px; }
          .hm7 section .instagram h2 img {
            width: 179px;
            margin-left: 0; } }
      @media (min-width: 992px) {
        .hm7 section .instagram h2 {
          text-align: left;
          margin-bottom: 54px; } }
      @media (max-width: 991px) {
        .hm7 section .instagram h2 {
          text-align: center;
          margin-bottom: 20px; }
          .hm7 section .instagram h2 img {
            width: auto;
            height: 20px; } }
      .hm7 section .instagram figure img {
        width: 100%; }
    .hm7 section .facebook {
      width: 100%;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .hm7 section .facebook {
          margin-bottom: 0px; } }
      @media (min-width: 768px) {
        .hm7 section .facebook h2 {
          padding-top: 0px; }
          .hm7 section .facebook h2 img {
            width: 163px;
            margin-left: 0; } }
      @media (min-width: 992px) {
        .hm7 section .facebook h2 {
          text-align: left;
          margin-bottom: 54px; } }
      @media (max-width: 991px) {
        .hm7 section .facebook h2 {
          margin-bottom: 20px;
          text-align: center; }
          .hm7 section .facebook h2 img {
            width: auto;
            height: 20px; } }
      .hm7 section .facebook figure img {
        width: 100%; }
      .hm7 section .facebook iframe {
        width: 100%;
        height: 550px; }

.hm8 {
  background: #EBE7E0;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .hm8 {
      padding-top: 0;
      padding-bottom: 50px; } }
  .hm8 .row {
    max-width: 960px; }
    @media (min-width: 992px) {
      .hm8 .row {
        display: flex;
        flex-direction: row;
        flex-flow: wrap; } }
    @media (max-width: 991px) {
      .hm8 .row {
        padding-left: 20px;
        padding-right: 20px; } }
  .hm8 h2 {
    position: relative; }
    @media (min-width: 992px) {
      .hm8 h2 {
        width: 145px;
        text-align: left; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .hm8 h2 {
      padding-top: 0px; }
      .hm8 h2 img {
        width: 90px;
        margin-left: 0px; } }
    @media (max-width: 991px) {
      .hm8 h2 {
        width: 100px;
        background: #EBE7E0;
        padding: 10px 20px;
        margin-left: auto;
        margin-right: auto; }
        .hm8 h2 img {
          height: 20px; } }
  .hm8 section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media (min-width: 992px) {
      .hm8 section {
        width: calc( 100% - 145px); } }
    @media (max-width: 991px) {
      .hm8 section {
        margin-top: -20px; } }
  .hm8 ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-self: center;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s; }
    .hm8 ul:last-of-type {
      margin-bottom: 0px; }
    .hm8 ul:hover {
      opacity: .5; }
    .hm8 ul .cat {
      background: #251E1C;
      color: #fff;
      padding: 3px 4px;
      width: 90px;
      margin-right: 33px; }
      @media (max-width: 991px) {
        .hm8 ul .cat {
          margin-right: 20px;
          margin-bottom: 5px; } }
    .hm8 ul .date {
      font-size: 1.4rem;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .hm8 ul .date {
          width: calc( 100% - 140px);
          text-align: left;
          margin-bottom: 5px; } }
    .hm8 ul .title {
      font-size: 1.4rem;
      font-weight: bold;
      letter-spacing: .05rem; }
      @media (max-width: 991px) {
        .hm8 ul .title {
          text-align: left; } }
    .hm8 ul a {
      color: #251E1C;
      text-decoration: none; }
      @media (min-width: 992px) {
        .hm8 ul a {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; } }
      .hm8 ul a:hover {
        color: #7c655e; }
  .hm8 .btn5 {
    font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.2rem;
    text-align: right;
    width: 100%;
    padding-top: 18px; }
    .hm8 .btn5 a {
      color: #929293;
      text-decoration: none;
      transition: color 0.3s ease-out 0s; }
      .hm8 .btn5 a:hover {
        color: #000; }

.hm9 {
  padding-bottom: 56px; }
  @media (max-width: 767px) {
    .hm9 {
      padding-top: 18px;
      padding-bottom: 18px; } }
  .hm9 h2 {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .hm9 h2 {
        padding-top: 23px; }
        .hm9 h2 img {
          width: 156px;
          margin-left: -4px; } }
    @media (max-width: 767px) {
      .hm9 h2 {
        margin-bottom: 13px; }
        .hm9 h2 img {
          height: 15px; } }

.footercontact {
  padding-top: 0;
  padding-bottom: 0; }
  .footercontact .row {
    max-width: unset; }
    @media (max-width: 991px) {
      .footercontact .row {
        padding-left: 0;
        padding-right: 0; } }
  .footercontact ul {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: center; }
  .footercontact li {
    background: #81ac99;
    transition: all 0.3s ease 0s; }
    .footercontact li:hover {
      background: rgba(129, 172, 153, 0.7); }
    @media (min-width: 768px) {
      .footercontact li {
        width: 50%; }
        .footercontact li:nth-of-type(1) a {
          margin-right: 0;
          margin-left: auto; } }
    @media (max-width: 767px) {
      .footercontact li {
        width: 100%; } }
    .footercontact li a {
      display: block;
      padding-top: 70px;
      padding-bottom: 63px;
      background: rgba(255, 255, 255, 0);
      transition: background-color 0.3s ease-out 0s;
      position: relative;
      width: 100%; }
      .footercontact li a:after {
        content: '';
        display: block;
        background: url(../images/img22.svg) no-repeat center/contain; }
        @media (min-width: 768px) {
          .footercontact li a:after {
            width: 48px;
            height: 48px;
            position: absolute;
            top: calc( 50% - 22px);
            right: 22px; } }
        @media (max-width: 767px) {
          .footercontact li a:after {
            width: 36px;
            height: 36px;
            position: absolute;
            top: calc( 50% - 22px);
            right: 10px; } }
      @media (max-width: 767px) {
        .footercontact li a {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .footercontact li img {
      position: relative; }
    @media (min-width: 768px) {
      .footercontact li:first-of-type {
        border-right: 1px solid #FFF; } }
    @media (max-width: 767px) {
      .footercontact li:first-of-type {
        border-bottom: 1px solid #fff; } }
    .footercontact li:first-of-type img {
      height: 50px; }
    .footercontact li:last-of-type img {
      height: 50px; }

.footercontact_sp {
  padding: 0;
  position: fixed;
  width: 100%;
  height: 40px;
  background: #81AC99;
  z-index: 100;
  left: 0;
  bottom: 0; }
  @media (min-width: 768px) {
    .footercontact_sp {
      display: none; } }
  .footercontact_sp .row {
    padding-left: 0;
    padding-right: 0; }
  .footercontact_sp ul {
    display: flex; }
  .footercontact_sp li {
    width: 50%;
    position: relative; }
    .footercontact_sp li:first-of-type {
      border-right: 1px solid #fff; }
    .footercontact_sp li a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      line-height: 40px; }
      .footercontact_sp li a:hover {
        color: #b3b3b3; }

footer.main {
  padding-bottom: 0;
  background: #000; }
  @media (min-width: 768px) {
    footer.main {
      padding-top: 22px; } }
  footer.main .container {
    padding-bottom: 0; }
  footer.main .row {
    max-width: 1070px; }
    @media (min-width: 768px) {
      footer.main .row {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: center;
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    footer.main h2 {
      width: 272px; } }
  @media (max-width: 767px) {
    footer.main h2 {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    footer.main h2 {
      padding-top: 0px; }
      footer.main h2 img {
        width: 272px;
        margin-left: 0px; } }
  @media (max-width: 767px) {
    footer.main h2 {
      padding-top: 0px; }
      footer.main h2 img {
        width: 265px;
        margin-left: 0px; } }
  footer.main ul {
    text-align: left;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      footer.main ul {
        width: calc( 100% - 272px);
        padding-left: 40px; } }
    footer.main ul li.address {
      color: #fff;
      font-size: 1.3rem;
      font-weight: 300;
      margin-bottom: 7px; }
    @media (max-width: 767px) {
      footer.main ul li.tel {
        padding-top: 5px;
        padding-bottom: 15px; } }
    footer.main ul li.tel a {
      color: #fff;
      text-decoration: none;
      font-size: 2.0rem; }
      footer.main ul li.tel a:hover {
        color: #b3b3b3; }

.rights {
  background: #000; }
  @media (max-width: 767px) {
    .rights {
      padding-bottom: 40px; } }
  .rights .container {
    padding-top: 0; }
  .rights p {
    text-align: right;
    color: #fff; }
    @media (max-width: 767px) {
      .rights p {
        text-align: center; } }

.lowervisual {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .lowervisual {
      height: 450px;
      margin-bottom: 55px; } }
  @media (max-width: 767px) {
    .lowervisual {
      height: 230px;
      margin-bottom: 20px; } }

.novisual {
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 70px; }

.lifevisual {
  background: url(../images/life/02pic.jpg) no-repeat center/cover; }
  @media (max-width: 767px) {
    .lifevisual {
      height: 230px; } }

.life01 {
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .life01 {
      padding-top: 0;
      padding-bottom: 40px; } }
  .life01 p {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 240%; }
    @media (max-width: 767px) {
      .life01 p {
        text-align: left; } }

.life02 {
  padding-bottom: 53px; }
  @media (max-width: 991px) {
    .life02 {
      display: none; } }
  .life02 .row {
    max-width: 960px;
    padding-top: 1px; }
  .life02 p {
    position: absolute;
    top: 118px;
    left: 660px;
    z-index: 10; }
  .life02 .ph01 {
    width: 608px;
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/life/02pic-6.jpg) no-repeat center/cover; }
  .life02 .ph02 {
    background: url(../images/life/02pic-7.jpg) no-repeat center/cover;
    width: 183px;
    height: 216px;
    margin-top: 300px;
    margin-left: 640px; }

.life03 {
  padding-bottom: 55px; }
  @media (max-width: 991px) {
    .life03 {
      display: none; } }
  .life03 .row {
    max-width: 960px;
    padding-top: 1px; }
  .life03 p {
    position: absolute;
    top: 294px;
    left: 165px;
    z-index: 10; }
  .life03 .ph01 {
    width: 317px;
    height: 207px;
    background: url(../images/life/02pic-5.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 98px; }
  .life03 .ph02 {
    width: 413px;
    height: 482px;
    background: url(../images/life/02pic-2.jpg) no-repeat center/cover;
    margin-top: 0px;
    margin-left: 446px; }

.life04 {
  padding-bottom: 142px; }
  @media (max-width: 991px) {
    .life04 {
      display: none; } }
  .life04 .row {
    max-width: 960px;
    padding-top: 1px; }
  .life04 p {
    position: absolute;
    top: 321px;
    left: 675px;
    z-index: 10; }
  .life04 .ph01 {
    width: 623px;
    height: 389px;
    background: url(../images/life/02pic-3.jpg) no-repeat center/cover;
    margin-top: 55px;
    margin-left: 0px; }
  .life04 .ph02 {
    width: 253px;
    height: 197px;
    background: url(../images/life/02pic-4.jpg) no-repeat center/cover;
    top: 0px;
    left: 668px;
    position: absolute; }

@media (min-width: 992px) {
  .life10 {
    display: none; } }

.life05 {
  padding-top: 0; }
  @media (max-width: 767px) {
    .life05 {
      padding-bottom: 0; } }
  .life05 .row {
    background: #fff; }
    @media (min-width: 768px) {
      .life05 .row {
        padding-top: 115px; } }
    @media (max-width: 767px) {
      .life05 .row {
        padding-top: 50px; } }
  .life05 h2 {
    margin-bottom: 37px; }
  .life05 p.lead {
    font-size: 1.5rem;
    line-height: 240%;
    margin-bottom: 75px; }
    @media (max-width: 767px) {
      .life05 p.lead {
        text-align: left; } }
  .life05 .functions section {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: center; }
    @media (min-width: 768px) {
      .life05 .functions section {
        padding-left: 140px;
        padding-right: 140px; } }
  @media (min-width: 768px) {
    .life05 .functions article {
      width: 33%;
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .life05 .functions article {
      width: 50%;
      margin-bottom: 40px;
      padding-left: 12px;
      padding-right: 12px; }
      .life05 .functions article:nth-of-type(2n) {
        padding-right: 0; }
      .life05 .functions article:nth-of-type(1), .life05 .functions article:nth-of-type(2n+1) {
        padding-left: 0; } }
  .life05 .functions h3 {
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .life05 .functions h3 {
        font-size: 1.3rem; } }
  .life05 .functions figure {
    width: 100%;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .life05 .functions p {
    font-size: 1.2rem;
    line-height: 200%; }
    @media (max-width: 767px) {
      .life05 .functions p {
        line-height: 150%;
        text-align: left; } }

.blog_post1 .row {
  max-width: 960px; }
  .blog_post1 .row .titleframe {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    text-align: left; }
  .blog_post1 .row h2 {
    font-size: 2.2rem;
    line-height: 150%; }
    @media (max-width: 767px) {
      .blog_post1 .row h2 {
        font-size: 1.8rem;
        text-align: left; } }

.blog_post1 .post_thumbnail {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .blog_post1 .post_thumbnail img {
      height: auto; } }

.blog_post1 .the_content {
  text-align: left; }
  .blog_post1 .the_content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important; }
  .blog_post1 .the_content figure {
    margin-bottom: 60px; }
  .blog_post1 .the_content h3 {
    font-size: 1.6rem;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify; }
  .blog_post1 .the_content p {
    font-size: 1.4rem;
    line-height: 220%;
    margin-bottom: 60px;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify; }
  .blog_post1 .the_content li {
    font-size: 1.4rem;
    line-height: 220%;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: justify; }

.scene_post .titleframe .num {
  background: #fff;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  text-align: center;
  line-height: 80%;
  margin-right: 30px; }
  @media (min-width: 768px) {
    .scene_post .titleframe .num {
      width: 100px;
      height: 100px;
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .scene_post .titleframe .num {
      width: 80px;
      height: 80px;
      padding-top: 10px; } }
  .scene_post .titleframe .num:before {
    content: 'vol.';
    font-size: 1.1rem;
    display: block; }

.scene_post .titleframe .blogtitle {
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 100%; }
  @media (max-width: 767px) {
    .scene_post .titleframe .blogtitle {
      margin-bottom: 5px; } }

@media (max-width: 767px) {
  .scene_post .titleframe .title {
    width: calc( 100% - 110px); } }

.post_pagenation {
  padding-bottom: 180px; }
  .post_pagenation li {
    font-size: 1.2rem;
    font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
  .post_pagenation a {
    color: #000;
    text-decoration: none; }
    .post_pagenation a:hover {
      color: #4d4d4d; }
  .post_pagenation span {
    color: #000;
    opacity: .4; }
  .post_pagenation .prev a:before, .post_pagenation .prev span:before {
    content: '';
    background: url(../images/previcon.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .post_pagenation .next a:after, .post_pagenation .next span:after {
    content: '';
    background: url(../images/nexticon.svg) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px; }

@media (min-width: 768px) {
  .event1 .eventlist article {
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .event1 .eventlist article {
    margin-bottom: 20px; } }

.event_detail {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: left; }
  .event_detail dl {
    margin-bottom: 10px; }
    .event_detail dl dt, .event_detail dl dd {
      display: inline-block;
      font-size: 1.4rem; }
    .event_detail dl dt {
      width: 110px;
      position: relative; }
      .event_detail dl dt:after {
        content: ':';
        display: inline-block;
        margin-left: 18px;
        position: absolute;
        top: auto;
        bottom: auto;
        right: 15px; }
    .event_detail dl dd {
      width: calc( 100% - 120px); }

.blogform1 {
  padding-top: 0; }
  .blogform1 .row {
    padding-top: 80px;
    background: #fff;
    max-width: 960px; }
  .blogform1 h2 {
    margin-bottom: 50px; }
  .blogform1 p.lead {
    font-size: 1.2rem;
    margin-bottom: 40px; }

.form1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }
  .form1 dl {
    padding: 15px 0; }
    @media (min-width: 768px) {
      .form1 dl {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: center;
        justify-content: flex-start; } }
    .form1 dl dt, .form1 dl dd {
      font-size: 1.3rem;
      text-align: left;
      position: relative; }
    @media (min-width: 768px) {
      .form1 dl dt {
        width: 200px; }
      .form1 dl dd {
        width: calc( 100% - 200px); } }
    @media (max-width: 767px) {
      .form1 dl dt {
        margin-bottom: 10px; } }
  .form1 dl.require dt:after {
    content: '\5FC5\9808';
    background: #81AC99;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 3px;
    padding: 2px 5px;
    line-height: 2rem;
    margin-left: 15px; }
  .form1 select {
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #3F3D3C;
    border-radius: 3px;
    padding: 5px 56px 5px 8px;
    margin-right: 10px;
    background: #fff url(../images/pulldownicon.svg) no-repeat right -1px center/contain; }
    .form1 select option {
      background-color: #fff !important; }
  .form1 input {
    font-size: 1.2rem; }
  .form1 input[type=text],
  .form1 input[type=email] {
    border: 1px solid #3F3D3C;
    padding: 5px 8px;
    border-radius: 3px; }
  .form1 input[type=button] {
    background: #81AC99;
    color: #fff;
    line-height: 30px;
    border: none;
    border-radius: 3px;
    position: relative;
    letter-spacing: .1rem;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    font-size: 1.2rem; }
    .form1 input[type=button]:hover {
      background: rgba(129, 172, 153, 0.6); }
  .form1 .date dd {
    display: flex; }
  .form1 .date select {
    display: block;
    width: 130px; }
  .form1 .time select,
  .form1 .subject select {
    width: 270px; }
  .form1 .zip span {
    display: inline-block; }
    @media (min-width: 768px) {
      .form1 .zip span {
        position: absolute;
        top: 7px;
        left: -20px; } }
  .form1 .name input[type=text],
  .form1 .furigana input[type=text],
  .form1 .address input[type=text],
  .form1 .tel input[type=text] {
    width: 100%; }
  .form1 .email input {
    width: 100%; }
  .form1 .message dt, .form1 .message dd {
    width: 100%; }
  .form1 textarea {
    width: 100%;
    border: 1px solid #3F3D3C;
    border-radius: 3px;
    margin-top: 5px;
    height: 240px;
    font-size: 1.2rem;
    padding: 8px; }
  .form1 p {
    text-align: left; }
  .form1 .notice {
    text-align: left;
    margin-top: 40px;
    background: #D4DFD8;
    padding: 25px 30px; }
    .form1 .notice h3 {
      font-size: 1.2rem;
      margin-bottom: 15px; }
    .form1 .notice p {
      font-size: 1.2rem;
      line-height: 200%; }
  .form1 input[type="submit"] {
    border: 1px solid #251E1C;
    width: 230px;
    line-height: 45px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .2rem;
    color: #000;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    transition: all 0.3s ease 0s; }
    .form1 input[type="submit"]:hover {
      color: #fff;
      background: black; }
  .form1 .buttons {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center; }
    .form1 .buttons p {
      text-align: center; }
    .form1 .buttons input {
      margin-left: 10px;
      margin-right: 10px; }

.mw_wp_form .historyback {
  display: none;
  text-align: center; }
  .mw_wp_form .historyback a {
    color: #000;
    text-decoration: none;
    font-size: 1.2rem; }
    .mw_wp_form .historyback a:before {
      content: '<';
      display: inline-block;
      margin-right: 10px; }
    .mw_wp_form .historyback a:hover {
      color: #4d4d4d; }

.thanks h2 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 30px; }

.thanks p {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: 240%; }

.mw_wp_form_confirm .historyback {
  display: block; }

.mw_wp_form_confirm .zip dd .mark {
  position: static; }

.mw_wp_form_confirm input[name=zipbubutton] {
  display: none; }

.caption {
  font-size: 1.2rem; }

.houseprojectvisual {
  background: url(../images/house_project/06pic-2.jpg) no-repeat center bottom/cover; }
  @media (min-width: 768px) {
    .houseprojectvisual {
      padding-top: 65px; } }
  @media (max-width: 767px) {
    .houseprojectvisual img {
      width: 152px; } }

.houseproject1 h2 {
  margin-bottom: 70px; }

.houseproject1 p {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: 240%; }
  @media (max-width: 767px) {
    .houseproject1 p {
      text-align: left; } }

.houseproject2 {
  padding-top: 200px;
  padding-bottom: 100px; }
  .houseproject2 .row {
    max-width: 960px;
    background: #fff;
    padding-top: 1px; }
  .houseproject2 .visual {
    background: url(../images/house_project/06pic-6.jpg) no-repeat center top/contain;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .houseproject2 .visual {
        width: 515px;
        height: 305px;
        margin-bottom: 40px;
        margin-top: -133px; } }
    @media (max-width: 767px) {
      .houseproject2 .visual {
        width: 80%;
        height: 200px;
        margin-top: -93px; } }
  @media (min-width: 768px) {
    .houseproject2 h2 {
      margin-bottom: 82px; } }
  @media (max-width: 767px) {
    .houseproject2 h2 {
      margin-bottom: 30px; } }
  .houseproject2 h3 {
    font-size: 2rem;
    line-height: 200%;
    letter-spacing: .2rem; }
    @media (max-width: 767px) {
      .houseproject2 h3 {
        font-size: 1.5rem;
        font-weight: bold; } }
    @media (min-width: 768px) {
      .houseproject2 h3 {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .houseproject2 h3 {
        margin-bottom: 20px; } }
  .houseproject2 p.explain {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 220%;
    margin-bottom: 70px; }
  .houseproject2 p.button1 {
    padding-bottom: 100px; }

.visualheader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .visualheader {
      height: 330px; } }
  @media (max-width: 767px) {
    .visualheader {
      height: 230px; } }

.houseproject3 .visualheader {
  background: url(../images/house_project/06pic-3.jpg) no-repeat center/cover; }
  @media (max-width: 767px) {
    .houseproject3 .visualheader img {
      width: 162px; } }

.houseproject4 {
  padding-bottom: 150px; }
  .houseproject4 p {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    line-height: 220%;
    text-align: justify; }
  .houseproject4 .lineup {
    padding-top: 100px; }
    .houseproject4 .lineup h3 {
      font-size: 2rem;
      line-height: 200%;
      letter-spacing: .2rem;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .houseproject4 .lineup h3 {
          font-size: 1.5rem;
          font-weight: bold; } }
    .houseproject4 .lineup ul {
      max-width: 990px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .houseproject4 .lineup ul {
          display: flex;
          flex-direction: row;
          flex-flow: wrap;
          align-items: stretch;
          justify-content: center; } }
    .houseproject4 .lineup li {
      margin-left: 7px;
      margin-right: 7px;
      position: relative; }
      @media (min-width: 768px) {
        .houseproject4 .lineup li {
          width: calc(33.33% - 20px);
          max-width: 310px; } }
      @media (max-width: 767px) {
        .houseproject4 .lineup li {
          margin-bottom: 20px; } }
      .houseproject4 .lineup li span.cover {
        display: block;
        position: absolute;
        z-index: 5;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      .houseproject4 .lineup li a {
        padding-top: 65px;
        padding-bottom: 120px;
        display: block;
        position: relative;
        z-index: 10;
        text-decoration: none; }
        .houseproject4 .lineup li a span.btn {
          display: block;
          width: 168px;
          line-height: 40px;
          margin-left: auto;
          margin-right: auto;
          border: 1px solid #000;
          color: #fff;
          background: black;
          font-family: "Noto Serif JP", "YuMincho", "游明朝", "Yu Mincho", "游明朝体", "Times New Roman", "Roboto Slab", Garamond, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
          font-size: 1.2rem;
          letter-spacing: .2rem;
          position: absolute;
          bottom: 40px;
          left: calc( 50% - 84px);
          transition: all 0.3s ease-out 0s; }
        .houseproject4 .lineup li a:hover span.btn {
          border: 1px solid #fff;
          background: white;
          color: #000;
          opacity: 1; }
      .houseproject4 .lineup li:nth-of-type(1) {
        background: url(../images/house_project/06pic-4.jpg) no-repeat center/cover; }
      .houseproject4 .lineup li:nth-of-type(2) {
        background: url(../images/house_project/06pic-5.jpg) no-repeat center/cover; }
      .houseproject4 .lineup li:nth-of-type(3) {
        background: url(../images/house_project/020.jpg) no-repeat center/cover; }

.button1 a {
  background: #81AC99;
  color: #fff;
  line-height: 30px;
  border: none;
  border-radius: 3px;
  position: relative;
  letter-spacing: .1rem;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  line-height: 55px;
  font-size: 1.4rem; }
  .button1 a:hover {
    background: rgba(129, 172, 153, 0.6); }

.modal {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  @media (min-width: 768px) {
    .modal {
      padding: 0px 20px; } }

.modal .container {
  width: 100%; }

.modal h3 {
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: .1rem;
  font-weight: bold;
  margin-bottom: 40px; }

.modal h4 {
  font-size: 1.4rem;
  line-height: 210%;
  font-weight: normal;
  letter-spacing: .1rem;
  margin-bottom: 30px; }

.modal p {
  font-size: 1.2rem;
  line-height: 200%;
  text-align: justify; }

.houseproject6 .row {
  display: flex;
  flex-flow: wrap; }

.houseproject6 .logo {
  width: 100%;
  text-align: right;
  padding: 5px; }

.houseproject6 .detail {
  text-align: left; }
  @media (min-width: 768px) {
    .houseproject6 .detail {
      width: 49%;
      padding-right: 45px; } }
  @media (max-width: 767px) {
    .houseproject6 .detail {
      padding-bottom: 50px; } }
  .houseproject6 .detail p {
    margin-bottom: 20px; }

.houseproject6 .visual {
  text-align: right; }
  @media (min-width: 768px) {
    .houseproject6 .visual {
      width: 51%; } }
  .houseproject6 .visual figure {
    margin-bottom: 5px; }

.houseproject7 {
  text-align: left; }
  .houseproject7 h3 span {
    display: inline-block;
    font-size: 3rem; }
  .houseproject7 .feature {
    border: 2px solid #81AC99;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .houseproject7 .feature {
        display: flex;
        padding: 35px 20px; } }
    @media (max-width: 767px) {
      .houseproject7 .feature {
        padding: 30px 10px; } }
    .houseproject7 .feature article {
      padding-left: 17px;
      padding-right: 17px; }
      @media (min-width: 768px) {
        .houseproject7 .feature article {
          width: 25%; } }
      @media (max-width: 767px) {
        .houseproject7 .feature article {
          margin-bottom: 30px; } }
    .houseproject7 .feature .header {
      display: flex;
      margin-bottom: 25px;
      flex-direction: row;
      flex-flow: wrap;
      align-items: center; }
    .houseproject7 .feature h4 {
      width: 60px;
      height: 60px;
      background: #81AC99;
      text-align: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: normal;
      padding-top: 12px;
      letter-spacing: .2rem;
      text-indent: .2rem;
      margin-bottom: 0; }
    .houseproject7 .feature h5 {
      width: calc( 100% - 60px);
      font-size: 1.3rem;
      font-weight: normal;
      letter-spacing: .1rem;
      padding-left: 12px; }
    .houseproject7 .feature article h4:before {
      font-size: 2.8rem;
      display: block;
      line-height: 80%;
      font-weight: normal; }
    .houseproject7 .feature article:nth-of-type(1) h4:before {
      content: '1'; }
    .houseproject7 .feature article:nth-of-type(2) h4:before {
      content: '2'; }
    .houseproject7 .feature article:nth-of-type(3) h4:before {
      content: '3'; }
    .houseproject7 .feature article:nth-of-type(4) h4:before {
      content: '4'; }

.houseproject8 {
  text-align: left; }
  @media (min-width: 768px) {
    .houseproject8 p.lead {
      width: 72.917%; } }

.houseproject9 {
  text-align: left; }
  @media (min-width: 768px) {
    .houseproject9 .row {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: stretch;
      justify-content: space-between; } }
  .houseproject9 section {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .houseproject9 figure {
    margin-bottom: 10px; }
  .houseproject9 dt {
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 2px;
    margin-bottom: 12px; }
  .houseproject9 dd {
    font-size: 1rem;
    text-align: center; }
  .houseproject9 .fb dt {
    background: #ADB0B0;
    color: #fff;
    border: 1px solid #ADB0B0; }
  .houseproject9 h3 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 1.4rem; }
  @media (min-width: 768px) {
    .houseproject9 .winter {
      width: 59.5%;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .houseproject9 .winter {
      margin-bottom: 50px; } }
  .houseproject9 .winter h3 {
    background: url(../images/house_project/06_02img5.svg) no-repeat left center/90px;
    padding-left: 100px; }
  .houseproject9 .winter article {
    width: calc( 33.333% - 15px); }
  @media (min-width: 768px) {
    .houseproject9 .summer {
      width: 38%; } }
  .houseproject9 .summer h3 {
    background: url(../images/house_project/06_02img7.svg) no-repeat left center/90px;
    padding-left: 100px; }
  .houseproject9 .summer article {
    width: calc( 50% - 15px); }

@media (min-width: 768px) {
  .lineupdetail .row {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between; } }

.lineupdetail h2 {
  margin-bottom: 40px; }

.lineupdetail dl {
  padding-top: 30px;
  display: inline-block;
  border-bottom: 1px solid #000; }
  .lineupdetail dl dt, .lineupdetail dl dd {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block; }
  .lineupdetail dl dt:after {
    content: ' : '; }

.lineupdetail .detail {
  text-align: left; }
  @media (min-width: 768px) {
    .lineupdetail .detail {
      padding-right: 100px;
      width: 45%; } }
  @media (max-width: 767px) {
    .lineupdetail .detail {
      margin-bottom: 30px; } }

@media (min-width: 768px) {
  .lineupdetail .slider2 {
    width: 55%; } }

.lineupplan {
  text-align: left; }
  @media (min-width: 768px) {
    .lineupplan .row {
      display: flex; } }
  .lineupplan .data {
    width: calc( 40% - 40px);
    margin-right: 40px; }
    @media (max-width: 767px) {
      .lineupplan .data {
        width: 100%;
        margin-bottom: 40px; } }
    .lineupplan .data h3 {
      margin-bottom: 50px; }
    .lineupplan .data p.title {
      margin-bottom: 15px;
      font-size: 1.3rem; }
    .lineupplan .data dl {
      display: flex; }
      .lineupplan .data dl:first-of-type {
        border-top: 1px solid #000;
        padding-top: 10px; }
      .lineupplan .data dl:last-of-type {
        border-bottom: 1px solid #000; }
      .lineupplan .data dl dt, .lineupplan .data dl dd {
        font-size: 1.3rem;
        padding-bottom: 10px; }
      .lineupplan .data dl dt {
        width: 60%; }
      .lineupplan .data dl dd {
        width: 40%; }
  .lineupplan .drawing {
    width: 60%; }
    @media (max-width: 767px) {
      .lineupplan .drawing {
        width: 100%; } }
    .lineupplan .drawing figure {
      width: 100%;
      text-align: right; }
      @media (max-width: 767px) {
        .lineupplan .drawing figure {
          text-align: left; } }
    .lineupplan .drawing img {
      vertical-align: top;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .lineupplan .drawing img {
          margin-left: 0px;
          margin-right: 0px;
          margin-bottom: 20px; } }

.houseproject20 .drawing figure {
  text-align: center; }

@media (min-width: 768px) {
  .houseproject21 .drawing img:first-of-type {
    width: calc( 54.286% - 20px); }
  .houseproject21 .drawing img:last-of-type {
    width: calc( 43% - 20px); } }

@media (max-width: 767px) {
  .houseproject21 .drawing img:first-of-type {
    width: calc( 91.2%); }
  .houseproject21 .drawing img:last-of-type {
    width: calc( 70.667%); } }

@media (min-width: 768px) {
  .houseproject22 .drawing img:first-of-type {
    width: calc( 44.000% - 20px); }
  .houseproject22 .drawing img:last-of-type {
    width: calc( 44.167% - 20px); } }

body.houseprojectinner {
  background: #fff; }

.experiencevisual {
  background: url(../images/experience/05pic-3-2.jpg) no-repeat center bottom 30%/cover; }
  @media (min-width: 768px) {
    .experiencevisual {
      margin-bottom: 90px; } }
  @media (max-width: 767px) {
    .experiencevisual img {
      width: 167px; } }

@media (min-width: 768px) {
  .experience1 {
    padding-bottom: 120px; } }

@media (max-width: 767px) {
  .experience1 {
    padding-bottom: 70px; } }

.experience1 h2 {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .experience1 h2 {
      margin-bottom: 40px; }
      .experience1 h2 img {
        width: 280px; } }

.experience1 p {
  font-size: 1.5rem;
  letter-spacing: .1rem;
  line-height: 240%; }
  @media (max-width: 767px) {
    .experience1 p {
      text-align: left; } }

@media (min-width: 768px) {
  .experience2 {
    background: url(../images/experience/05pic.jpg) no-repeat center bottom 60%/cover; } }

@media (max-width: 767px) {
  .experience2 {
    background: url(../images/experience/05pic_sp.jpg) no-repeat center/cover;
    overflow: unset; } }

.experience2 h2 {
  position: relative; }
  @media (min-width: 768px) {
    .experience2 h2 {
      padding-top: 110px;
      padding-bottom: 90px; } }
  @media (max-width: 767px) {
    .experience2 h2 {
      padding-top: 20px;
      padding-bottom: 10px; } }
  @media (min-width: 768px) {
    .experience2 h2 .title {
      width: 267px; } }
  @media (max-width: 767px) {
    .experience2 h2 .title {
      width: 200px; } }

.experience2 .announce {
  position: absolute; }
  @media (min-width: 768px) {
    .experience2 .announce {
      width: 150px;
      top: calc( 50% - 130px);
      left: calc( 50% + 210px); } }
  @media (max-width: 767px) {
    .experience2 .announce {
      width: 120px;
      height: 120px;
      top: -80px;
      left: 0px;
      transform: rotate(-20deg); } }

@media (min-width: 768px) {
  .experience3 {
    padding-top: 75px; } }

@media (max-width: 767px) {
  .experience3 {
    padding-top: 30px; } }

.experience3 h3 {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: .2rem;
  font-weight: normal;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .experience3 h3 {
      font-size: 1.5rem;
      font-weight: bold; } }
  @media (max-width: 767px) {
    .experience3 h3 {
      margin-bottom: 17px; } }

.experience3 p {
  font-size: 1.5rem;
  line-height: 240%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

@media (min-width: 992px) {
  .experience4 h2 {
    position: absolute;
    left: calc( ( 100% - 960px ) / 2);
    top: calc( 50% - 100px);
    z-index: 10; } }

@media (max-width: 991px) {
  .experience4 h2 {
    margin-bottom: 20px; } }

.slider3,
.slider4 {
  position: relative; }
  @media (min-width: 992px) {
    .slider3,
    .slider4 {
      width: calc( 100% - ( 50% - 540px ) - 260px);
      margin-left: auto;
      margin-right: 0; } }
  @media (max-width: 991px) {
    .slider3,
    .slider4 {
      width: 90%;
      padding: 10px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .slider3 .owl-item img,
    .slider4 .owl-item img {
      width: 700px; } }
  .slider3 .owl-nav,
  .slider4 .owl-nav {
    display: block !important;
    text-align: left; }
    .slider3 .owl-nav button[class*=owl-],
    .slider4 .owl-nav button[class*=owl-] {
      margin: 0 20px 0 0; }
      .slider3 .owl-nav button[class*=owl-]:hover,
      .slider4 .owl-nav button[class*=owl-]:hover {
        background: none !important;
        color: unset !important; }
      .slider3 .owl-nav button[class*=owl-] span,
      .slider4 .owl-nav button[class*=owl-] span {
        font-size: 2rem; }
    @media (max-width: 991px) {
      .slider3 .owl-nav button[class*=owl-],
      .slider4 .owl-nav button[class*=owl-] {
        margin-left: 10px;
        margin-right: 10px; } }
  .slider3 .owl-info,
  .slider4 .owl-info {
    text-align: left;
    position: absolute;
    left: 70px;
    bottom: 0px; }
    @media (max-width: 991px) {
      .slider3 .owl-info,
      .slider4 .owl-info {
        bottom: 10px;
        left: auto;
        right: 15px; } }
    .slider3 .owl-info p,
    .slider4 .owl-info p {
      font-size: 1.3rem; }

@media (min-width: 992px) {
  .experience5 {
    margin-bottom: 70px; } }

@media (max-width: 991px) {
  .experience5 {
    margin-bottom: 0px; } }

.experience5 .row {
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 992px) {
    .experience5 .row {
      flex-direction: column;
      flex-flow: wrap; } }

.experience5 .detail {
  text-align: left; }
  .experience5 .detail h2 {
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .experience5 .detail h2 {
        display: none; } }
  .experience5 .detail p, .experience5 .detail dt, .experience5 .detail dd {
    font-size: 1.4rem; }
  .experience5 .detail p, .experience5 .detail dl {
    margin-bottom: 10px; }
  .experience5 .detail dt, .experience5 .detail dd {
    display: inline-block; }
  .experience5 .detail dt {
    width: 150px; }
  @media (min-width: 992px) {
    .experience5 .detail > div {
      padding-top: 10px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; } }
  @media (min-width: 992px) {
    .experience5 .detail {
      width: 350px;
      padding-right: 30px; } }
  @media (max-width: 991px) {
    .experience5 .detail {
      width: 100%;
      order: 2; }
      .experience5 .detail div {
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 5px; }
      .experience5 .detail dl {
        margin-bottom: 5px; }
      .experience5 .detail p, .experience5 .detail dt, .experience5 .detail dd {
        font-size: 1.2rem; } }

@media (min-width: 992px) {
  .experience5 .drawing {
    width: calc( 100% - 320px); } }

@media (max-width: 991px) {
  .experience5 .drawing {
    order: 1;
    width: 100%; } }

.experience5 .drawing h2 {
  display: none; }
  @media (max-width: 991px) {
    .experience5 .drawing h2 {
      display: block;
      margin-bottom: 30px; }
      .experience5 .drawing h2 img {
        height: 13px;
        width: auto; } }

@media (min-width: 992px) {
  .experience5 .drawing img {
    vertical-align: top;
    margin: 0 17px;
    width: calc(50% - 34px); } }

@media (max-width: 991px) {
  .experience5 .drawing figure {
    width: 280px;
    margin-left: auto;
    margin-right: auto; }
    .experience5 .drawing figure picture img {
      display: block;
      margin-bottom: 20px; }
    .experience5 .drawing figure picture:nth-of-type(1) img {
      width: 280px; }
    .experience5 .drawing figure picture:nth-of-type(2) img {
      width: 254px; } }

.access .row {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: stretch; }
  @media (max-width: 767px) {
    .access .row {
      flex-direction: column; } }

.access .detail {
  order: 2;
  text-align: left;
  padding-top: 25px;
  position: relative; }
  @media (min-width: 768px) {
    .access .detail {
      width: 33%;
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .access .detail {
      width: 100%; } }
  .access .detail h2 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .access .detail h2 {
        display: none; } }
  .access .detail dl {
    display: flex;
    margin-bottom: 10px; }
    .access .detail dl dt, .access .detail dl dd {
      font-size: 1.3rem;
      line-height: 200%;
      display: inline-block; }
    .access .detail dl dt {
      width: 5rem; }
    .access .detail dl dd {
      width: calc( 100% - 5rem); }
  .access .detail p {
    padding-top: 20px;
    font-size: 1.3rem; }
    .access .detail p a {
      color: #4d4d4d;
      text-decoration: none; }
      .access .detail p a:hover {
        color: gray; }
  @media (min-width: 768px) {
    .access .detail .gmaplink {
      position: absolute;
      left: 40px;
      bottom: 20px; } }
  @media (max-width: 767px) {
    .access .detail .gmaplink {
      text-align: right; } }

.access .map {
  order: 1; }
  .access .map iframe {
    width: 100%;
    height: 330px; }
  .access .map h2 {
    display: none;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .access .map h2 {
        display: block; } }
  @media (min-width: 768px) {
    .access .map {
      width: 66%; } }
  @media (max-width: 767px) {
    .access .map {
      width: calc(100% + 40px);
      margin-left: -20px; } }

i.nexticon2 {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url(../images/nexticon2.svg) no-repeat center/contain;
  margin-left: 20px;
  vertical-align: middle; }

@media (min-width: 992px) {
  .reservebtn {
    margin-bottom: 150px; } }

@media (max-width: 991px) {
  .reservebtn {
    margin-bottom: 50px; } }

.reservebtn img {
  width: 393px; }

.reservebtn a {
  max-width: 960px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #251E1C;
  box-sizing: border-box;
  position: relative;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out 0s; }
  @media (min-width: 992px) {
    .reservebtn a {
      height: 150px;
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .reservebtn a {
      height: 96px;
      padding-top: 20px; } }
  .reservebtn a:hover {
    background: black; }
  .reservebtn a svg {
    transition: all 0.3s ease-out 0s; }
  .reservebtn a span.title {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .reservebtn a span.title .lt {
        display: none; } }
    .reservebtn a span.title .sp {
      display: none; }
      @media (max-width: 991px) {
        .reservebtn a span.title .sp {
          display: block; } }
  .reservebtn a span.icon {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50px;
    right: 50px; }
    @media (max-width: 991px) {
      .reservebtn a span.icon {
        width: 24px;
        height: 24px;
        top: 40px;
        right: 20px; } }
  .reservebtn a:hover span.title svg {
    fill: #fff; }
  .reservebtn a:hover span.icon .circle,
  .reservebtn a:hover span.icon .path {
    stroke: white !important; }

.reserve1 .title .lt svg {
  width: 393px; }

.reserve1 .title .sp svg {
  width: 140px; }

.reserve2 .title .lt svg {
  width: 560px; }

.reserve2 .title .sp svg {
  width: 205px; }

@media (min-width: 768px) {
  .experience6 {
    background: url(../images/experience/toppic-3.jpg) no-repeat center bottom 30%/cover; } }

@media (max-width: 767px) {
  .experience6 {
    background: url(../images/experience/toppic-3.jpg) no-repeat center bottom 40%/cover;
    overflow: unset; } }

.experience6 h2 {
  position: relative; }
  @media (min-width: 768px) {
    .experience6 h2 {
      padding-top: 110px;
      padding-bottom: 120px; }
      .experience6 h2 .title {
        width: 416px; } }
  @media (max-width: 767px) {
    .experience6 h2 {
      padding-top: 30px;
      padding-bottom: 20px; }
      .experience6 h2 .title {
        width: 240px; } }

.experience6 .announce {
  position: absolute; }
  @media (min-width: 768px) {
    .experience6 .announce {
      width: 150px;
      top: calc( 50% - 130px);
      left: calc( 50% + 190px); } }
  @media (max-width: 767px) {
    .experience6 .announce {
      width: 120px;
      height: 120px;
      top: -80px;
      right: 0px; } }

@media (min-width: 768px) {
  .experience7 {
    padding-top: 75px; } }

.experience7 h3 {
  font-size: 2rem;
  line-height: 200%;
  letter-spacing: .2rem;
  font-weight: normal;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .experience7 h3 {
      font-size: 1.5rem;
      font-weight: bold; } }
  @media (max-width: 767px) {
    .experience7 h3 {
      margin-bottom: 17px; } }

.experience7 p {
  font-size: 1.5rem;
  line-height: 240%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

.experience7 p.lead {
  margin-bottom: 40px; }

.experience7 p.caption {
  font-size: 1.3rem; }

@media (min-width: 992px) {
  .experience8 h2 {
    position: absolute;
    left: calc( ( 100% - 960px ) / 2);
    top: calc( 50% - 100px);
    z-index: 10; } }

@media (max-width: 991px) {
  .experience8 h2 {
    margin-bottom: 20px; } }

.news1 {
  padding-bottom: 150px; }
  .news1 .row {
    max-width: 750px; }

.newslist {
  border-top: 1px solid #000; }
  .newslist article {
    display: flex;
    align-items: flex-start;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 1px solid #000;
    position: relative;
    transition: all 0.3s ease 0s; }
    .newslist article:hover {
      opacity: .5; }
    .newslist article a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .newslist article .cat {
      width: 90px;
      background: #000;
      font-size: 1.1rem;
      color: #fff;
      line-height: 18px;
      letter-spacing: .1rem;
      padding-top: 2px;
      margin-right: 30px;
      display: inline-block;
      text-align: center; }
    .newslist article .detail {
      width: calc( 100% - 150px);
      padding-top: 2px;
      text-align: left; }
    .newslist article h3 {
      margin-bottom: 35px; }
      .newslist article h3 .date {
        font-size: 1.1rem;
        font-weight: normal;
        display: inline-block;
        padding-right: 15px; }
      .newslist article h3 .title {
        font-size: 1.2rem;
        font-weight: bold; }
    .newslist article p {
      font-size: 1.2rem;
      line-height: 200%; }
    @media (max-width: 767px) {
      .newslist article h3 {
        margin-bottom: 15px; }
        .newslist article h3 .title {
          display: block; } }

.news2 {
  padding-bottom: 150px; }
  .news2 .row {
    max-width: 960px; }
  .news2 article {
    text-align: left; }
    .news2 article > h3 {
      font-size: 2rem;
      line-height: 200%;
      letter-spacing: .2rem;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .news2 article > h3 {
          font-size: 1.5rem;
          font-weight: bold; } }
  .news2 .cat {
    width: 90px;
    background: #000;
    font-size: 1.1rem;
    color: #fff;
    line-height: 18px;
    letter-spacing: .1rem;
    padding-top: 2px;
    margin-right: 30px;
    display: inline-block;
    text-align: center; }
  .news2 .date {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 1.3rem;
    line-height: 220%; }
  .news2 .the_content {
    max-width: 750px; }
    .news2 .the_content h2 {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 40px; }
    .news2 .the_content h3, .news2 .the_content h4, .news2 .the_content h5, .news2 .the_content h6 {
      font-size: 1.6rem;
      line-height: 180%;
      letter-spacing: .1rem;
      font-weight: normal;
      margin-bottom: 20px; }
    .news2 .the_content p {
      font-size: 1.2rem;
      line-height: 200%;
      margin-bottom: 30px; }
    .news2 .the_content ul, .news2 .the_content ol {
      margin-bottom: 30px; }
    .news2 .the_content li {
      font-size: 1.2rem;
      line-height: 200%; }
    .news2 .the_content ol {
      padding-left: 15px; }
      .news2 .the_content ol li {
        list-style-type: decimal;
        list-style-position: outside; }

div.page {
  padding-top: 0;
  padding-bottom: 150px; }
  div.page .row {
    max-width: 750px; }

.the_page_content {
  text-align: left; }
  .the_page_content dt, .the_page_content dd {
    font-size: 1.2rem;
    text-align: left; }
  .the_page_content dl {
    border-bottom: 1px solid #000; }
    @media (min-width: 768px) {
      .the_page_content dl {
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex; } }
    @media (max-width: 767px) {
      .the_page_content dl {
        padding-top: 15px;
        padding-bottom: 15px; } }
  .the_page_content dt {
    width: 150px; }
    @media (max-width: 767px) {
      .the_page_content dt {
        font-weight: bold; } }
  .the_page_content dd {
    flex: 1 1 auto; }

.the_page_content2 {
  text-align: left; }
  .the_page_content2 h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: bold; }
  .the_page_content2 h3, .the_page_content2 h4 {
    font-weight: normal;
    margin-bottom: 5px; }
  .the_page_content2 p, .the_page_content2 ul {
    margin-bottom: 25px; }
  .the_page_content2 h3, .the_page_content2 h4, .the_page_content2 p, .the_page_content2 li {
    font-size: 1.2rem;
    line-height: 200%; }

.contact1 {
  padding-top: 0; }
  .contact1 p.lead {
    font-size: 1.2rem;
    padding-bottom: 30px; }
  .contact1 .subject input {
    margin-right: 5px; }
  .contact1 .subject span {
    display: inline-block;
    margin-right: 30px; }

br.sp {
  display: none; }

@media (max-width: 767px) {
  br.lt {
    display: none; }
  br.sp {
    display: block; } }

.wp-pagenavi a {
  color: #000;
  text-decoration: none; }

.loader {
  text-align: center;
  overflow: hidden;
  height: 60px;
  transition: all 0.3s ease 0s; }
  .loader span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    animation-name: loader_anim1;
    animation-duration: 1s;
    animation-iteration-count: 100;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-direction: alternate-reverse; }
    .loader span:nth-of-type(1) {
      animation-delay: 0s; }
    .loader span:nth-of-type(2) {
      animation-delay: .3s; }
    .loader span:nth-of-type(3) {
      animation-delay: .6s; }

.none {
  display: none !important; }

.flat0 {
  height: 0; }

.owl-carousel5 {
  display: block !important;
  width: 100%;
  height: 80vh; }
  .owl-carousel5 .item {
    background-color: #000;
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .owl-carousel5 .item img {
      width: auto;
      position: relative;
      z-index: 5; }
    .owl-carousel5 .item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.2); }
  .owl-carousel5 .item1 {
    background-image: url(../images/home/mv1.jpg); }
    .owl-carousel5 .item1:before {
      background-color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 480px) {
      .owl-carousel5 .item1 {
        background-position: left -290px center; } }
  .owl-carousel5 .item2 {
    background-image: url(../images/home/mv2.jpg); }
    @media (max-width: 480px) {
      .owl-carousel5 .item2 {
        background-position: left -400px center; } }
  .owl-carousel5 .item3 {
    background-image: url(../images/home/mv3.jpg); }
  .owl-carousel5 .item4 {
    background-image: url(../images/home/mv4.jpg); }
  .owl-carousel5 .owl-nav {
    z-index: 20;
    max-width: 960px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    position: absolute;
    top: 45%; }
    @media (min-width: 1024px) {
      .owl-carousel5 .owl-nav {
        width: 960px;
        left: calc( 50% - 480px); } }
    @media (max-width: 1023px) {
      .owl-carousel5 .owl-nav {
        width: 700px;
        left: calc( 50% - 350px); } }
    @media (max-width: 767px) {
      .owl-carousel5 .owl-nav {
        width: 100vw;
        left: 0; } }
    @media (max-width: 480px) {
      .owl-carousel5 .owl-nav {
        height: 360px; } }
    .owl-carousel5 .owl-nav button {
      display: block;
      background: #000;
      padding: 0 !important;
      margin: 0 !important;
      position: absolute;
      outline: none; }
      @media (min-width: 768px) {
        .owl-carousel5 .owl-nav button {
          width: 58px;
          height: 58px; } }
      @media (max-width: 767px) {
        .owl-carousel5 .owl-nav button {
          width: 36px;
          height: 36px; } }
      .owl-carousel5 .owl-nav button span {
        display: none; }
    @media (min-width: 768px) {
      .owl-carousel5 .owl-nav .owl-prev {
        background: url(../images/img29.svg) no-repeat center/contain !important;
        left: 0px; }
        .owl-carousel5 .owl-nav .owl-prev:hover {
          background: url(../images/img29_hover.svg) no-repeat center/contain !important; } }
    @media (min-width: 1100px) {
      .owl-carousel5 .owl-nav .owl-prev {
        left: -44px; } }
    @media (max-width: 767px) {
      .owl-carousel5 .owl-nav .owl-prev {
        background: rgba(0, 0, 0, 0.7) url(../images/previcon3.svg) no-repeat center/contain !important;
        top: 0;
        left: 0; } }
    @media (min-width: 768px) {
      .owl-carousel5 .owl-nav .owl-next {
        background: url(../images/img30.svg) no-repeat center/contain !important;
        right: 0px; }
        .owl-carousel5 .owl-nav .owl-next:hover {
          background: url(../images/img30_hover.svg) no-repeat center/contain !important; } }
    @media (min-width: 1100px) {
      .owl-carousel5 .owl-nav .owl-next {
        right: -44px; } }
    @media (max-width: 767px) {
      .owl-carousel5 .owl-nav .owl-next {
        background: rgba(0, 0, 0, 0.7) url(../images/nexticon3.svg) no-repeat center/contain !important;
        top: 0;
        right: 0; } }

@keyframes loader_anim1 {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes anim1 {
  from {
    background-position: left 0px top; }
  to {
    background-position: left -1651px top; } }
