@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #604c3f;
  font-size: min(1.2vw, 16px);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }
  #wrapper.top {
    background: url("../img/common/bg_top.jpg") no-repeat center top #eae6e2;
    background-size: 100% auto; }
  #wrapper.type01 {
    background: url("../img/common/bg_low01.jpg") no-repeat center top #eae6e2;
    background-size: 100% auto; }
  #wrapper.type02 {
    background: url("../img/common/bg_low02.jpg") no-repeat center top #eae6e2;
    background-size: 100% auto; }

/* header
------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    position: relative; }
    .header__inner h1 {
      width: 28%;
      padding-left: 20px; }
      .header__inner h1 img {
        width: 100%;
        height: auto; }
    .header__inner--right .sub {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 15px; }
      .header__inner--right .sub .h_tel {
        margin: 0 40px 0 0; }
        .header__inner--right .sub .h_tel .txt1 {
          margin-right: 7px;
          font-size: min(1vw, 16px);
          font-weight: 700;
          line-height: 1.0; }
        .header__inner--right .sub .h_tel a {
          font-size: min(1.8vw, 26px);
          font-weight: 700;
          letter-spacing: 0.15em;
          line-height: 1.0;
          pointer-events: none; }
        .header__inner--right .sub .h_tel .txt2 {
          font-size: min(0.8vw, 12px);
          font-weight: 700;
          line-height: 1.0; }
      .header__inner--right .sub .h_con a {
        display: block;
        border-radius: 50px;
        background: #41210f;
        padding: 8% 30px 8% 50px;
        color: #fff;
        font-size: min(1vw, 16px);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .header__inner--right .sub .h_con a span {
          position: relative; }
          .header__inner--right .sub .h_con a span:before {
            content: "";
            position: absolute;
            top: 18%;
            left: -27px;
            background: url("../img/common/icon_mail.png") no-repeat center center/cover;
            width: 20px;
            height: 17px; }
        .header__inner--right .sub .h_con a:hover {
          background: #6e4229;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    .header__inner--right .gnav nav ul {
      display: flex;
      flex-wrap: wrap; }
      .header__inner--right .gnav nav ul li {
        margin-right: 35px; }
        .header__inner--right .gnav nav ul li:last-child {
          margin-right: 0; }
        .header__inner--right .gnav nav ul li a {
          display: block;
          border-bottom: 1.5px solid #604c3f;
          padding-bottom: 3px;
          font-size: min(1vw, 16px); }
          .header__inner--right .gnav nav ul li a:hover {
            text-decoration: none; }
        .header__inner--right .gnav nav ul li.cs {
          pointer-events: none; }
          .header__inner--right .gnav nav ul li.cs a {
            border-bottom: none;
            color: #c9bc9c;
            position: relative; }
            .header__inner--right .gnav nav ul li.cs a:after {
              content: "Coming Soon";
              position: absolute;
              bottom: -5px;
              left: 0;
              width: 100%;
              text-align: center;
              color: #c9bc9c;
              font-size: 9px;
              white-space: nowrap; }
          .header__inner--right .gnav nav ul li.cs.short a:after {
            left: -7px; }
        .header__inner--right .gnav nav ul li.act a {
          border-bottom: none; }
  .header.change {
    background: #fff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s; }
    .header.change .header__inner {
      padding: 15px 0; }
      .header.change .header__inner h1 {
        width: 20%; }
      .header.change .header__inner--right .sub {
        margin-bottom: 10px; }
        .header.change .header__inner--right .sub .h_tel {
          margin: 0 30px 0 0; }
        .header.change .header__inner--right .sub .h_con a {
          padding: 5% 30px 5% 50px; }

@media (min-width: 641px) and (max-width: 1600px) {
  .header__inner {
    max-width: 1760px;
    padding-top: 10px;
    position: relative; }
    .header__inner h1 {
      width: 25%;
      padding-left: 2%; }
    .header__inner--right .gnav {
      margin: 0 30px 0 0; }
    .header__inner--right .h_con {
      margin: 0 20px 0 0; } }
@media (max-width: 640px) {
  .header {
    background: #fff; }
    .header__inner {
      max-width: 100%;
      width: 100%;
      padding: 0; }
      .header__inner h1 {
        width: 50%;
        padding-left: 2%; }
      .header__inner--right {
        width: 100%; }
        .header__inner--right .sub {
          margin-bottom: 0; }
        .header__inner--right .gnav {
          display: none; }
      .header__inner--spmenu {
        width: 15%;
        float: right; }
        .header__inner--spmenu #panel-btn #panel-btn-icon {
          display: block;
          background: url("../img/common/btn_menu_sp.png") no-repeat center center;
          background-size: cover;
          width: 100%;
          height: 100%;
          padding: 33.7% 0;
          position: relative;
          text-indent: -9999px;
          transition: 0.3s; }
          .header__inner--spmenu #panel-btn #panel-btn-icon.close {
            background: url("../img/common/btn_menu_close_sp.png") no-repeat center center;
            background-size: cover;
            transition: 0.3s; }
    .header .menu-box {
      display: block;
      position: fixed;
      background: #fff;
      width: 100%;
      top: 7%;
      left: 0;
      bottom: 0;
      z-index: 9998;
      overflow-y: scroll; }
      .header .menu-box:after {
        content: ""; }
      .header .menu-box .menu-box-inner {
        overflow: scroll;
        width: 90%;
        padding: 5% 5%; }
        .header .menu-box .menu-box-inner ul {
          border-top: 1px dashed #604c3f;
          margin-bottom: 8%; }
          .header .menu-box .menu-box-inner ul > li > a {
            display: block;
            border-bottom: 1px dashed #604c3f;
            padding: 4% 2%;
            color: #604c3f;
            font-size: 14px;
            font-weight: 700;
            position: relative; }
            .header .menu-box .menu-box-inner ul > li > a:after {
              content: "";
              position: absolute;
              top: 45%;
              right: 2%;
              width: 6px;
              height: 6px;
              border-top: 2px solid #c9bc9c;
              border-right: 2px solid #c9bc9c;
              transform: rotate(45deg); }
            .header .menu-box .menu-box-inner ul > li > a:hover {
              text-decoration: none; }
          .header .menu-box .menu-box-inner ul > li.cs a {
            pointer-events: none;
            color: #c9bc9c; }
            .header .menu-box .menu-box-inner ul > li.cs a:after {
              display: none; }
        .header .menu-box .menu-box-inner .sp_tel {
          margin-bottom: 6%;
          text-align: center; }
          .header .menu-box .menu-box-inner .sp_tel .txt1 {
            margin-right: 7px;
            font-size: 12px;
            font-weight: 700;
            line-height: 1.2; }
          .header .menu-box .menu-box-inner .sp_tel a {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.15em;
            line-height: 1.2; }
            .header .menu-box .menu-box-inner .sp_tel a:hover {
              text-decoration: none; }
          .header .menu-box .menu-box-inner .sp_tel .txt2 {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.2; }
        .header .menu-box .menu-box-inner .sp_con {
          width: 100%; }
          .header .menu-box .menu-box-inner .sp_con a {
            display: block;
            border-radius: 10px;
            background: #604c3f;
            padding: 6% 0;
            text-align: center;
            color: #fff;
            font-size: 14px;
            letter-spacing: 0.1em;
            line-height: 1.2; }
            .header .menu-box .menu-box-inner .sp_con a span {
              position: relative; }
              .header .menu-box .menu-box-inner .sp_con a span:before {
                content: "";
                position: absolute;
                top: 18%;
                left: -27px;
                background: url("../img/common/icon_mail.png") no-repeat center center/cover;
                width: 18px;
                height: 15px; }
            .header .menu-box .menu-box-inner .sp_con a:hover {
              text-decoration: none; } }
/* article
------------------------------------------------- */
article {
  background: url("../img/common/bg_article.png") no-repeat center bottom/100% auto;
  background-size: 100% auto;
  max-width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 200px; }

@media (max-width: 640px) {
  article {
    margin: 0 auto 3%;
    padding-bottom: 10%; } }
.mv {
  padding-top: 168px; }
  .mv__inner {
    padding-left: 5%;
    position: relative; }
    .mv__inner img {
      width: 100%;
      height: auto; }
    .mv__inner .preview {
      position: absolute;
      top: 28%;
      right: 5%;
      width: 20%; }
    .mv__inner .box {
      position: absolute;
      left: 3%;
      bottom: -6%;
      max-width: 70%; }
      .mv__inner .box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .mv__inner .box ul li {
          width: 32.5%; }

@media (max-width: 640px) {
  .mv {
    padding-top: 15.2%; }
    .mv__inner {
      padding-left: 0; }
      .mv__inner .preview {
        top: 20%;
        right: 5%;
        width: 35%; }
      .mv__inner .box {
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 98%;
        margin-top: -20%; }
        .mv__inner .box ul {
          display: block; }
          .mv__inner .box ul li {
            width: 50%;
            margin-bottom: 2%; }
            .mv__inner .box ul li:nth-child(2) {
              margin-left: 25%; }
            .mv__inner .box ul li:nth-child(3) {
              margin-left: 50%; } }
.mvlow {
  margin-bottom: 120px;
  padding-top: 168px; }
  .mvlow__inner {
    max-width: 1760px;
    margin: 0 auto;
    position: relative; }
    .mvlow__inner .ttl {
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 5%; }
      .mvlow__inner .ttl h2 {
        margin-bottom: 25px; }
        .mvlow__inner .ttl h2 span {
          background: #fff;
          padding: 0 20px 5px;
          font-size: min(6vw, 100px);
          line-height: 1.2; }
      .mvlow__inner .ttl .h2_jp span {
        background: #fff;
        padding: 0 20px 5px;
        font-size: min(1.8vw, 32px);
        font-weight: 700; }
    .mvlow__inner .bread {
      position: absolute;
      top: 0;
      right: 3%;
      padding-top: 5%; }
      .mvlow__inner .bread ul li {
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: 0.1em; }
        .mvlow__inner .bread ul li a:hover {
          text-decoration: none; }
        .mvlow__inner .bread ul li a::after {
          content: "";
          display: inline-block;
          background: #999;
          width: 1px;
          height: 24px;
          margin: 12px 0; }
  .mvlow figure img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  .mvlow {
    margin-bottom: 12%;
    padding-top: 24%; }
    .mvlow__inner {
      max-width: 94%; }
      .mvlow__inner .ttl {
        padding-top: 3%; }
        .mvlow__inner .ttl h2 {
          margin-bottom: 4%; }
          .mvlow__inner .ttl h2 span {
            padding: 0 10px 3px;
            font-size: 24px;
            line-height: 1.0; }
        .mvlow__inner .ttl .h2_jp span {
          padding: 0 10px 3px;
          font-size: 16px; }
      .mvlow__inner .bread {
        top: -20px;
        right: 0;
        padding-top: 0; }
        .mvlow__inner .bread ul li {
          letter-spacing: 0;
          font-size: 10px; }
          .mvlow__inner .bread ul li a::after {
            width: 1px;
            height: 12px;
            margin: 5px 0; } }
/* footer
------------------------------------------------- */
.footer {
  background: url("../img/common/bg_footer.jpg") no-repeat center 100px/cover;
  max-width: 100%;
  margin: 0 auto; }
  .footer__cta {
    border-radius: 100px;
    background: url("../img/common/bg_cta.png") no-repeat center top/cover; }
    .footer__cta--inner {
      max-width: 1040px;
      margin: 0 auto;
      padding: 10% 20px;
      position: relative; }
      .footer__cta--inner h2 {
        position: absolute;
        top: -20%;
        right: 0;
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-size: min(1.8vw, 32px);
        font-weight: normal;
        line-height: 2.0; }
        .footer__cta--inner h2 span {
          background: #fff;
          padding: 10px 5px; }
      .footer__cta--inner h3 {
        margin-bottom: 50px;
        color: #c9bc9c;
        font-size: min(1.8vw, 32px); }
      .footer__cta--inner dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px; }
        .footer__cta--inner dl dt {
          width: 47%; }
          .footer__cta--inner dl dt .txt1 {
            margin-right: 7px;
            color: #fff;
            font-size: min(1.8vw, 32px);
            font-weight: 500;
            line-height: 1.4; }
          .footer__cta--inner dl dt a {
            color: #fff;
            font-size: min(3.4vw, 48px);
            font-weight: 500;
            letter-spacing: 0.1em;
            line-height: 1.0;
            pointer-events: none; }
          .footer__cta--inner dl dt .txt2 {
            color: #fff;
            font-size: min(1vw, 15px);
            font-weight: 500;
            line-height: 1.4; }
        .footer__cta--inner dl dd {
          width: 47%; }
          .footer__cta--inner dl dd a {
            display: block;
            border-radius: 50px;
            background: #41210f;
            padding: 27px 0;
            text-align: center;
            color: #fff;
            font-size: min(1.5vw, 24px);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .footer__cta--inner dl dd a span {
              padding-left: 25px;
              position: relative; }
              .footer__cta--inner dl dd a span:before {
                content: "";
                position: absolute;
                top: 6px;
                left: -20px;
                background: url("../img/common/icon_mail_c.png") no-repeat center center/cover;
                width: 30px;
                height: 23px; }
            .footer__cta--inner dl dd a:hover {
              background: #6e4229;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
  .footer__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    position: relative; }
    .footer__inner--profile {
      margin-bottom: 60px; }
      .footer__inner--profile ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer__inner--profile ul li:first-child {
          width: 28%; }
        .footer__inner--profile ul li:nth-child(2) {
          width: 34%; }
        .footer__inner--profile ul li:nth-child(3) {
          width: 29%; }
        .footer__inner--profile ul li h4 {
          display: block;
          border-radius: 50px;
          border: 1px solid #c9bc9c;
          width: 100%;
          margin-bottom: 10px;
          padding: 8px 0;
          text-align: center;
          font-weight: normal; }
        .footer__inner--profile ul li figure img {
          width: 100%;
          height: auto; }
    .footer__inner--nav {
      margin-bottom: 60px; }
      .footer__inner--nav .fnav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 60px; }
        .footer__inner--nav .fnav li {
          color: #999;
          position: relative;
          font-size: min(1.2vw, 16px); }
          .footer__inner--nav .fnav li.cs a {
            pointer-events: none;
            color: #c9bc9c; }
          .footer__inner--nav .fnav li.lst:after {
            display: none; }
          .footer__inner--nav .fnav li:after {
            content: "|";
            position: absolute;
            top: 0;
            right: -20px;
            color: #c5b89b; }
    .footer__inner .copyright {
      color: #a19474; }
    .footer__inner .pageTop {
      position: absolute;
      right: 20px;
      bottom: 60px; }

@media (max-width: 640px) {
  .footer {
    background: url("../img/common/bg_footer.jpg") no-repeat center bottom/cover; }
    .footer__cta {
      border-radius: 0;
      background: url("../img/common/bg_cta.png") no-repeat center top/cover;
      min-height: 0; }
      .footer__cta--inner {
        max-width: 94%;
        padding: 15% 0; }
        .footer__cta--inner h2 {
          top: -20%;
          right: 0;
          font-size: 16px; }
          .footer__cta--inner h2 span {
            padding: 5px 2px; }
        .footer__cta--inner h3 {
          margin-bottom: 6%;
          font-size: 16px; }
        .footer__cta--inner dl {
          padding: 0; }
          .footer__cta--inner dl dt {
            width: 100%;
            margin: 0 auto 8%;
            text-align: center; }
            .footer__cta--inner dl dt .txt1 {
              margin-right: 7px;
              font-size: 14px; }
            .footer__cta--inner dl dt a {
              font-size: 30px;
              line-height: 1.5;
              pointer-events: auto; }
              .footer__cta--inner dl dt a:hover {
                text-decoration: none; }
            .footer__cta--inner dl dt .txt2 {
              font-size: 12px; }
          .footer__cta--inner dl dd {
            width: 90%;
            margin: 0 auto; }
            .footer__cta--inner dl dd a {
              padding: 5% 0;
              font-size: 16px; }
              .footer__cta--inner dl dd a span {
                padding-left: 25px; }
                .footer__cta--inner dl dd a span:before {
                  top: 4px;
                  left: -10px;
                  width: 25px;
                  height: 18px; }
              .footer__cta--inner dl dd a:hover {
                background: #41210f; }
    .footer__inner {
      max-width: 94%;
      padding: 10% 0 6%; }
      .footer__inner--profile {
        margin-bottom: 8%; }
        .footer__inner--profile ul {
          width: 80%;
          margin: 0 auto; }
          .footer__inner--profile ul li:first-child {
            width: 100%;
            margin-bottom: 8%; }
          .footer__inner--profile ul li:nth-child(2) {
            width: 100%;
            margin-bottom: 8%; }
          .footer__inner--profile ul li:nth-child(3) {
            width: 100%; }
          .footer__inner--profile ul li h4 {
            margin-bottom: 3%;
            padding: 2% 0; }
      .footer__inner--nav {
        margin-bottom: 16%; }
        .footer__inner--nav .fnav {
          margin-bottom: 8%; }
          .footer__inner--nav .fnav li {
            width: 50%;
            padding: 2% 0;
            text-align: center;
            font-size: 12px; }
            .footer__inner--nav .fnav li:after {
              display: none; }
      .footer__inner .copyright {
        text-align: center;
        font-size: 11px; }
      .footer__inner .pageTop {
        right: 3%;
        bottom: 6.5%;
        width: 12%; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #604c3f;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover,
a:active {
  color: #8a7567;
  text-decoration: underline;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* *******************************************
     トップ
******************************************* */
#top .bnr_3d {
  max-width: 1200px;
  margin: 200px auto 120px;
  padding: 0 20px; }
  #top .bnr_3d figure a {
    pointer-events: none; }
  #top .bnr_3d figure img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #top .bnr_3d {
    max-width: 94%;
    margin: 10% auto;
    padding: 0; } }
#top .sec01 {
  max-width: 1920px;
  margin: 0 auto 130px; }
  #top .sec01__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec01__inner--block {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #top .sec01__inner--block .left {
        width: 54%; }
        #top .sec01__inner--block .left h2 {
          margin-bottom: 10px;
          font-size: min(1.8vw, 32px);
          letter-spacing: 0.1em; }
        #top .sec01__inner--block .left .news {
          margin-bottom: 60px; }
          #top .sec01__inner--block .left .news a {
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 30px 0;
            position: relative; }
            #top .sec01__inner--block .left .news a dl {
              display: flex;
              flex-wrap: wrap; }
              #top .sec01__inner--block .left .news a dl dt {
                display: flex;
                flex-wrap: wrap; }
                #top .sec01__inner--block .left .news a dl dt .date {
                  width: 80px;
                  color: #a19474;
                  font-family: "Noto Sans JP", sans-serif; }
                #top .sec01__inner--block .left .news a dl dt .cate {
                  width: 150px;
                  text-align: center;
                  color: #a19474;
                  font-family: "Noto Sans JP", sans-serif; }
            #top .sec01__inner--block .left .news a:after {
              content: "";
              position: absolute;
              top: 46%;
              right: 1%;
              width: 9px;
              height: 9px;
              border-top: 1.5px solid #c9bc9c;
              border-right: 1.5px solid #c9bc9c;
              transform: rotate(45deg); }
            #top .sec01__inner--block .left .news a:hover {
              background: #e6e0d9;
              text-decoration: none; }
        #top .sec01__inner--block .left .more {
          text-align: right; }
          #top .sec01__inner--block .left .more a {
            border-bottom: 2px solid #604c3f;
            padding: 0 15px 9px 0;
            position: relative; }
            #top .sec01__inner--block .left .more a:after {
              content: "";
              position: absolute;
              top: 25%;
              right: 1%;
              width: 8px;
              height: 8px;
              border-top: 1.5px solid #c9bc9c;
              border-right: 1.5px solid #c9bc9c;
              transform: rotate(45deg); }
            #top .sec01__inner--block .left .more a:hover {
              text-decoration: none; }
      #top .sec01__inner--block .right {
        width: 40%; }
        #top .sec01__inner--block .right h2 {
          margin-bottom: 20px;
          font-size: min(1.8vw, 32px);
          letter-spacing: 0.1em; }
        #top .sec01__inner--block .right .flyer ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #top .sec01__inner--block .right .flyer ul li {
            width: 48.5%; }
            #top .sec01__inner--block .right .flyer ul li a {
              display: block; }
              #top .sec01__inner--block .right .flyer ul li a figure {
                border: 1px solid #ccc;
                margin-bottom: 10px;
                padding: 9px; }
                #top .sec01__inner--block .right .flyer ul li a figure img {
                  width: 100%;
                  height: auto; }
              #top .sec01__inner--block .right .flyer ul li a .link {
                text-align: center; }
                #top .sec01__inner--block .right .flyer ul li a .link span {
                  padding-right: 22px;
                  position: relative; }
                  #top .sec01__inner--block .right .flyer ul li a .link span:after {
                    content: "";
                    position: absolute;
                    top: 4px;
                    right: 0;
                    background: url("../img/common/icon_blank.png") no-repeat center center/cover;
                    width: 17px;
                    height: 17px; }
              #top .sec01__inner--block .right .flyer ul li a:hover {
                text-decoration: none; }

@media (max-width: 640px) {
  #top .sec01 {
    max-width: 1920px;
    margin: 0 auto 12%; }
    #top .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec01__inner--block .left {
        width: 100%;
        margin-bottom: 8%; }
        #top .sec01__inner--block .left h2 {
          margin-bottom: 1%;
          font-size: 18px; }
        #top .sec01__inner--block .left .news {
          margin-bottom: 6%; }
          #top .sec01__inner--block .left .news a {
            padding: 4% 0; }
            #top .sec01__inner--block .left .news a dl {
              display: block; }
              #top .sec01__inner--block .left .news a dl dt {
                margin-bottom: 1%; }
                #top .sec01__inner--block .left .news a dl dt .date {
                  width: 80px; }
                #top .sec01__inner--block .left .news a dl dt .cate {
                  width: 180px;
                  text-align: left; }
            #top .sec01__inner--block .left .news a:after {
              top: 46%;
              right: 2%;
              width: 8px;
              height: 8px;
              border-top: 2px solid #c9bc9c;
              border-right: 2px solid #c9bc9c; }
            #top .sec01__inner--block .left .news a:hover {
              background: none; }
        #top .sec01__inner--block .left .more a {
          padding: 0 15px 6px 0; }
          #top .sec01__inner--block .left .more a:after {
            top: 25%;
            right: 1%;
            width: 6px;
            height: 6px;
            border-top: 2px solid #c9bc9c;
            border-right: 2px solid #c9bc9c; }
      #top .sec01__inner--block .right {
        width: 100%; }
        #top .sec01__inner--block .right h2 {
          margin-bottom: 2%;
          font-size: 18px; }
        #top .sec01__inner--block .right .flyer ul li a figure {
          margin-bottom: 3%; }
        #top .sec01__inner--block .right .flyer ul li a .link span {
          padding-right: 22px; }
          #top .sec01__inner--block .right .flyer ul li a .link span:after {
            top: 4px;
            width: 15px;
            height: 15px; } }
/* *******************************************
     周辺環境
******************************************* */
#view .sec01 {
  max-width: 1920px;
  margin: 0 auto 140px; }
  #view .sec01__inner {
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 20px; }
    #view .sec01__inner .catch {
      margin-bottom: 60px;
      text-align: center;
      font-size: min(2.4vw, 56px);
      line-height: 1.4; }
    #view .sec01__inner .txt {
      margin-bottom: 70px;
      text-align: center; }
    #view .sec01__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #view .sec01__inner ul li {
        width: 48%;
        position: relative; }
        #view .sec01__inner ul li:first-child {
          margin-right: 4%; }
        #view .sec01__inner ul li:last-child {
          margin-top: 60px;
          margin-left: 25%; }
        #view .sec01__inner ul li h3 {
          margin-bottom: 2%;
          color: #c9bc9c;
          font-size: min(6vw, 100px);
          line-height: 1.0; }
        #view .sec01__inner ul li h4 {
          margin-bottom: 3%;
          font-size: min(2.6vw, 56px);
          font-weight: normal; }
          #view .sec01__inner ul li h4 span {
            background: #fff;
            padding: 5px 5px; }
        #view .sec01__inner ul li figure img {
          width: 100%;
          height: auto; }

@media (max-width: 640px) {
  #view .sec01 {
    margin: 0 auto 12%; }
    #view .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #view .sec01__inner .catch {
        margin-bottom: 8%;
        font-size: 18px;
        line-height: 1.4; }
      #view .sec01__inner .txt {
        margin-bottom: 12%; }
      #view .sec01__inner ul li {
        width: 100%; }
        #view .sec01__inner ul li:first-child {
          margin: 0 0 6%; }
        #view .sec01__inner ul li:last-child {
          margin: 6% 0 0; }
        #view .sec01__inner ul li h3 {
          font-size: 36px;
          line-height: 1.0; }
        #view .sec01__inner ul li h4 {
          font-size: 18px; }
          #view .sec01__inner ul li h4 span {
            padding: 2px 5px; } }
#view .sec02 {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  #view .sec02 h3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    font-size: min(2.6vw, 56px);
    font-weight: normal; }
  #view .sec02 figure img {
    width: 100%;
    height: auto; }

@media (max-width: 640px) {
  #view .sec02 h3 {
    position: relative;
    width: 100%;
    margin: 0 0 3%;
    font-size: 18px; } }
#view .sec03 {
  max-width: 1920px;
  margin: 30px auto 70px; }
  #view .sec03__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
    #view .sec03__inner h3 {
      margin-bottom: 60px;
      text-align: center;
      font-size: min(2.4vw, 56px);
      font-weight: normal;
      letter-spacing: 0.1em; }
    #view .sec03__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #view .sec03__inner ul li {
        width: 47.5%; }
        #view .sec03__inner ul li h4 {
          border-bottom: 1px solid #ccc;
          margin-bottom: 15px;
          padding-bottom: 10px;
          font-size: min(1.4vw, 20px); }
        #view .sec03__inner ul li dl {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 50px; }
          #view .sec03__inner ul li dl dt {
            width: calc(100% - 205px);
            margin-bottom: 8px;
            font-family: "Noto Sans JP", sans-serif; }
            #view .sec03__inner ul li dl dt + dd {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              width: 90px;
              font-family: "Noto Sans JP", sans-serif; }
              #view .sec03__inner ul li dl dt + dd + dd {
                width: 115px;
                text-align: right;
                font-family: "Noto Sans JP", sans-serif; }

@media (max-width: 640px) {
  #view .sec03 {
    margin: 8% auto 10%; }
    #view .sec03__inner {
      max-width: 94%;
      padding: 0; }
      #view .sec03__inner h3 {
        margin-bottom: 6%;
        font-size: 18px; }
      #view .sec03__inner ul li {
        width: 100%; }
        #view .sec03__inner ul li h4 {
          margin-bottom: 3%;
          padding-bottom: 2%;
          font-size: 14px; }
        #view .sec03__inner ul li dl {
          margin-bottom: 8%; }
          #view .sec03__inner ul li dl dt {
            width: calc(100% - 125px);
            margin-bottom: 2%; }
            #view .sec03__inner ul li dl dt + dd {
              width: 60px; }
              #view .sec03__inner ul li dl dt + dd + dd {
                width: 65px; } }
#view .sec04 {
  max-width: 1920px;
  margin: 0 auto 100px;
  position: relative; }
  #view .sec04 figure {
    margin-bottom: 50px; }
    #view .sec04 figure img {
      border-radius: 100px;
      width: 100%;
      height: auto; }
  #view .sec04 .btn {
    text-align: center; }
    #view .sec04 .btn a {
      border-bottom: 2px solid #604c3f;
      padding: 0 50px 9px 0;
      position: relative; }
      #view .sec04 .btn a:after {
        content: "";
        position: absolute;
        top: 28%;
        right: 1%;
        width: 9px;
        height: 9px;
        border-top: 1.5px solid #c9bc9c;
        border-right: 1.5px solid #c9bc9c;
        transform: rotate(45deg); }
      #view .sec04 .btn a:hover {
        text-decoration: none; }

@media (max-width: 640px) {
  #view .sec04 {
    margin: 0 auto 10%; }
    #view .sec04 figure {
      margin-bottom: 5%; }
      #view .sec04 figure img {
        border-radius: 0; }
    #view .sec04 .btn a {
      padding: 0 30px 7px 0; }
      #view .sec04 .btn a:after {
        top: 28%;
        right: 1%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #c9bc9c;
        border-right: 2px solid #c9bc9c; } }
/* *******************************************
     物件概要
******************************************* */
#overview .sec01 {
  max-width: 1920px;
  margin: 0 auto 100px; }
  #overview .sec01__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    #overview .sec01__inner h3 {
      margin-bottom: 60px;
      text-align: center;
      font-size: min(2.4vw, 56px);
      font-weight: normal;
      letter-spacing: 0.1em; }
    #overview .sec01__inner h4 {
      border-bottom: 2px solid #c9bc9c;
      margin-bottom: 25px;
      padding-bottom: 15px;
      font-size: min(1.8vw, 32px);
      font-weight: normal; }
    #overview .sec01__inner h5 {
      margin-bottom: 10px;
      font-size: min(1.4vw, 20px);
      font-family: "Noto Sans JP", sans-serif;
      font-weight: normal; }
    #overview .sec01__inner dl {
      display: flex;
      flex-wrap: wrap; }
      #overview .sec01__inner dl.mb50 {
        margin-bottom: 50px; }
      #overview .sec01__inner dl.mb100 {
        margin-bottom: 100px; }
      #overview .sec01__inner dl dt {
        width: 270px;
        margin-bottom: 5px;
        color: #41210f;
        font-family: "Noto Sans JP", sans-serif; }
      #overview .sec01__inner dl dd {
        width: calc(100% - 270px);
        margin-bottom: 5px;
        font-family: "Noto Sans JP", sans-serif; }

@media (max-width: 640px) {
  #overview .sec01 {
    margin: 0 auto 5%; }
    #overview .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #overview .sec01__inner h3 {
        margin-bottom: 8%;
        font-size: 24px; }
      #overview .sec01__inner h4 {
        border-bottom: 2px solid #c9bc9c;
        margin-bottom: 3%;
        padding-bottom: 2%;
        font-size: 16px; }
      #overview .sec01__inner h5 {
        margin-bottom: 2%;
        font-size: 15px; }
      #overview .sec01__inner dl.mb50 {
        margin-bottom: 8%; }
      #overview .sec01__inner dl.mb100 {
        margin-bottom: 12%; }
      #overview .sec01__inner dl dt {
        width: 100%;
        margin-bottom: 0; }
      #overview .sec01__inner dl dd {
        width: 100%;
        margin-bottom: 3%; } }
/* *******************************************
     お問い合わせ・資料請求
******************************************* */
#contact .sec01 {
  max-width: 1920px;
  margin: 0 auto 140px; }
  #contact .sec01__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    #contact .sec01__inner dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-top: 1px solid #ccc;
      padding: 30px 0; }
      #contact .sec01__inner dl.single {
        align-items: center; }
      #contact .sec01__inner dl.last {
        border-bottom: 1px solid #ccc;
        margin-bottom: 50px; }
      #contact .sec01__inner dl dt {
        width: 250px;
        font-family: "Noto Sans JP", sans-serif;
        position: relative; }
        #contact .sec01__inner dl dt.required:after {
          content: '必須';
          position: absolute;
          top: 4px;
          right: 0;
          background: #f00;
          padding: 2px 10px;
          color: #fff;
          font-size: 14px;
          font-family: "Noto Sans JP", sans-serif;
          line-height: 1.2; }
      #contact .sec01__inner dl dd {
        width: calc(100% - 320px);
        font-family: "Noto Sans JP", sans-serif; }
        #contact .sec01__inner dl dd input[type=text] {
          border: 1px solid #604c3f;
          padding: 9px 15px;
          color: #604c3f;
          font-size: 16px; }
          #contact .sec01__inner dl dd input[type=text].size01 {
            width: 45%; }
          #contact .sec01__inner dl dd input[type=text].size02 {
            width: 12%; }
          #contact .sec01__inner dl dd input[type=text].size03 {
            width: 15%; }
          #contact .sec01__inner dl dd input[type=text].size04 {
            width: 77%; }
          #contact .sec01__inner dl dd input[type=text].mr1 {
            margin-right: 20px; }
          #contact .sec01__inner dl dd input[type=text].mr2 {
            margin-right: 5px; }
          #contact .sec01__inner dl dd input[type=text].ml1 {
            margin-left: 5px; }
        #contact .sec01__inner dl dd ul.radio {
          display: flex;
          flex-wrap: wrap; }
          #contact .sec01__inner dl dd ul.radio li {
            margin-right: 30px; }
            #contact .sec01__inner dl dd ul.radio li:last-child {
              margin-bottom: 0; }
            #contact .sec01__inner dl dd ul.radio li input[type=radio] {
              display: none; }
            #contact .sec01__inner dl dd ul.radio li label {
              display: inline-block;
              border-radius: 2px;
              position: relative;
              margin-left: 5px;
              padding: 5px 0 5px 13px;
              text-align: center;
              cursor: pointer;
              line-height: 1; }
              #contact .sec01__inner dl dd ul.radio li label:before {
                content: "";
                position: absolute;
                top: 50%;
                left: -10px;
                border-radius: 50%;
                border: 1px solid #604c3f;
                background: #fff;
                width: 16px;
                height: 16px;
                margin-top: -8px; }
            #contact .sec01__inner dl dd ul.radio li input[type="radio"]:checked + label:after {
              content: "";
              position: absolute;
              top: 50%;
              left: -6px;
              border-radius: 50%;
              background: #604c3f;
              width: 10px;
              height: 10px;
              margin-top: -4px; }
        #contact .sec01__inner dl dd select {
          border: 1px solid #604c3f;
          width: 35%;
          padding: 9px 15px;
          color: #604c3f;
          font-size: 16px; }
        #contact .sec01__inner dl dd textarea {
          border: 1px solid #604c3f;
          width: 80%;
          height: 150px;
          padding: 9px 15px;
          color: #604c3f;
          font-size: 16px; }
        #contact .sec01__inner dl dd input[type=button].search {
          margin-left: 20px;
          padding: 8px 20px;
          cursor: pointer; }
        #contact .sec01__inner dl dd input::placeholder, #contact .sec01__inner dl dd textarea::placeholder {
          color: #aaa; }
        #contact .sec01__inner dl dd .add li {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-bottom: 18px; }
          #contact .sec01__inner dl dd .add li:last-child {
            margin-bottom: 0; }
          #contact .sec01__inner dl dd .add li .ttl_add {
            width: 10%;
            margin-right: 3%;
            text-align: right; }
          #contact .sec01__inner dl dd .add li .in_add {
            width: 87%; }
  #contact .sec01 .doui {
    margin-bottom: 40px;
    text-align: center; }
    #contact .sec01 .doui a {
      margin-right: 5px;
      text-decoration: underline;
      cursor: pointer; }
      #contact .sec01 .doui a:hover {
        text-decoration: underline; }
    #contact .sec01 .doui input[type=checkbox] {
      display: none; }
    #contact .sec01 .doui label {
      display: inline-block;
      font-size: 16px;
      cursor: pointer; }
    #contact .sec01 .doui input[type=checkbox] + span {
      padding-left: 2.2em;
      display: inline-block;
      position: relative; }
    #contact .sec01 .doui input[type=checkbox] + span::after,
    #contact .sec01 .doui input[type=checkbox] + span::before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 3px;
      border: 1px solid #aaa;
      background: #fff;
      width: 20px;
      height: 20px;
      top: 3px;
      left: 0; }
    #contact .sec01 .doui input[type=checkbox] + span::after {
      opacity: 0;
      width: 8px;
      height: 13px;
      transform: rotate(45deg);
      left: 6px;
      border: none;
      border-right: 3.5px solid #604c3f;
      border-bottom: 3.5px solid #604c3f; }
    #contact .sec01 .doui input[type=checkbox]:checked + span::after {
      opacity: 1; }
  #contact .sec01 .btn_area {
    width: 350px;
    margin: 0 auto; }
    #contact .sec01 .btn_area .button {
      display: block;
      border: none;
      background: #41210f;
      width: 100%;
      padding: 22px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.1em;
      cursor: pointer;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s; }
      #contact .sec01 .btn_area .button:hover {
        background: #6e4229;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }

@media (max-width: 640px) {
  #contact .sec01 {
    margin: 0 auto 12%; }
    #contact .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #contact .sec01__inner dl {
        border-top: none;
        padding: 0 0 8%; }
        #contact .sec01__inner dl.last {
          border-bottom: none;
          margin-bottom: 0; }
        #contact .sec01__inner dl dt {
          background: #604c3f;
          width: 100%;
          margin: 0 0 3%;
          padding: 2% 3%;
          color: #fff; }
          #contact .sec01__inner dl dt.required:after {
            position: relative;
            top: 0;
            right: 0;
            margin-left: 5%;
            padding: 2px 10px;
            font-size: 11px;
            line-height: 1.2; }
        #contact .sec01__inner dl dd {
          width: 100%; }
          #contact .sec01__inner dl dd input[type=text] {
            padding: 2% 3%;
            font-size: 14px; }
            #contact .sec01__inner dl dd input[type=text].size01 {
              width: 93.5%; }
            #contact .sec01__inner dl dd input[type=text].size02 {
              width: 13%; }
            #contact .sec01__inner dl dd input[type=text].size03 {
              width: 18%; }
            #contact .sec01__inner dl dd input[type=text].size04 {
              width: 93.5%; }
            #contact .sec01__inner dl dd input[type=text].mr1 {
              margin-right: 3%; }
            #contact .sec01__inner dl dd input[type=text].mr2 {
              margin-right: 1.5%; }
            #contact .sec01__inner dl dd input[type=text].ml1 {
              margin-left: 1.5%; }
          #contact .sec01__inner dl dd ul.radio {
            padding-left: 5%; }
            #contact .sec01__inner dl dd ul.radio li {
              width: 50%;
              margin: 0 0 2%; }
          #contact .sec01__inner dl dd select {
            width: 45%;
            padding: 2% 3%;
            font-size: 14px; }
          #contact .sec01__inner dl dd textarea {
            width: 93.5%;
            height: 120px;
            padding: 2% 3%;
            font-size: 14px; }
          #contact .sec01__inner dl dd input[type=button].search {
            margin-left: 5%;
            padding: 5px 10px; }
          #contact .sec01__inner dl dd .add li {
            margin-bottom: 3%; }
            #contact .sec01__inner dl dd .add li .ttl_add {
              width: 100%;
              margin: 0 0 1%;
              text-align: left; }
            #contact .sec01__inner dl dd .add li .in_add {
              width: 100%; }
    #contact .sec01 .doui {
      margin-bottom: 8%; }
      #contact .sec01 .doui label {
        font-size: 14px; }
    #contact .sec01 .btn_area {
      width: 70%; }
      #contact .sec01 .btn_area .button {
        padding: 6% 0;
        font-size: 14px; }
        #contact .sec01 .btn_area .button:hover {
          background: #41210f; } }
/* *******************************************
     新着情報
******************************************* */
#news .sec01 {
  margin: 0 auto 100px; }
  #news .sec01__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
    #news .sec01__inner--main {
      background: #fff;
      width: calc(100% - 380px);
      padding: 50px 30px; }
      #news .sec01__inner--main .news {
        border-top: 1px solid #cdcfd6;
        margin-bottom: 50px; }
        #news .sec01__inner--main .news a {
          display: block;
          border-bottom: 1px solid #cdcfd6;
          padding: 25px 20px;
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          #news .sec01__inner--main .news a:after {
            content: "";
            position: absolute;
            top: 46%;
            right: 3%;
            width: 8px;
            height: 8px;
            border-top: 2px solid #cdcfd6;
            border-right: 2px solid #cdcfd6;
            transform: rotate(45deg); }
          #news .sec01__inner--main .news a dl {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            #news .sec01__inner--main .news a dl dt {
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              width: 230px; }
              #news .sec01__inner--main .news a dl dt .date {
                margin-right: 15px; }
              #news .sec01__inner--main .news a dl dt .cate {
                background: #604c3f;
                width: 110px;
                padding: 5px 0;
                text-align: center;
                color: #fff;
                font-size: 12px;
                font-weight: bold; }
            #news .sec01__inner--main .news a dl dd {
              width: calc(100% - 230px); }
          #news .sec01__inner--main .news a:hover {
            background: #e6e0d9;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
      #news .sec01__inner--main .pager ul.pageNav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #news .sec01__inner--main .pager ul.pageNav li {
          margin: 0 5px; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            display: block;
            background: #604c3f;
            width: 50px;
            height: 38px;
            padding-top: 12px;
            text-align: center;
            color: #fff; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            display: block;
            background: #f0f0f0;
            width: 50px;
            height: 38px;
            padding-top: 12px;
            text-align: center;
            color: #333;
            font-weight: bold;
            text-decoration: none;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #604c3f;
              color: #fff;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      #news .sec01__inner--main .news_d .kiji_head {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ced2d6;
        margin-bottom: 50px;
        padding-bottom: 15px; }
        #news .sec01__inner--main .news_d .kiji_head .cate {
          background: #604c3f;
          width: 120px;
          margin-bottom: 20px;
          padding: 5px 0;
          text-align: center;
          color: #fff; }
        #news .sec01__inner--main .news_d .kiji_head .date {
          margin-left: 20px;
          padding-top: 4px; }
        #news .sec01__inner--main .news_d .kiji_head .title {
          width: 100%;
          font-size: min(1.8vw, 26px); }
      #news .sec01__inner--main .news_d .kiji_cont {
        border-bottom: 1px solid #ced2d6;
        margin-bottom: 50px;
        padding-bottom: 100px;
        font-family: "Noto Sans JP", sans-serif; }
        #news .sec01__inner--main .news_d .kiji_cont img {
          max-width: 100%;
          height: auto; }
        #news .sec01__inner--main .news_d .kiji_cont a {
          text-decoration: underline; }
      #news .sec01__inner--main .news_d .btn_back {
        width: 320px;
        margin: 0 auto; }
        #news .sec01__inner--main .news_d .btn_back a {
          display: block;
          background: #41210f;
          width: 100%;
          padding: 20px 0;
          text-align: center;
          color: #fff;
          font-weight: bold;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
          #news .sec01__inner--main .news_d .btn_back a:hover {
            background: #6e4229;
            text-decoration: none;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
    #news .sec01__inner--side {
      width: 250px;
      margin-left: 70px; }
      #news .sec01__inner--side h3 {
        border-bottom: 2px solid #c9bc9c;
        margin-bottom: 15px;
        padding: 10px 0;
        font-size: min(1.4vw, 20px); }
      #news .sec01__inner--side ul.archive {
        margin-bottom: 50px; }
        #news .sec01__inner--side ul.archive li {
          border-bottom: 1px solid #ccc; }
          #news .sec01__inner--side ul.archive li a {
            display: block;
            padding: 10px 0 10px 20px;
            position: relative; }
            #news .sec01__inner--side ul.archive li a:after {
              content: "";
              position: absolute;
              top: 42%;
              left: 5px;
              width: 6px;
              height: 6px;
              border-top: 1.5px solid #c9bc9c;
              border-right: 1.5px solid #c9bc9c;
              transform: rotate(45deg); }
            #news .sec01__inner--side ul.archive li a:hover {
              background: #e6e0d9;
              text-decoration: none; }

@media (max-width: 640px) {
  #news .sec01 {
    margin: 0 auto 12%; }
    #news .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #news .sec01__inner--main {
        width: 100%;
        margin-bottom: 12%;
        padding: 5% 3%; }
        #news .sec01__inner--main .news {
          margin-bottom: 7%; }
          #news .sec01__inner--main .news a {
            padding: 3% 3%; }
            #news .sec01__inner--main .news a dl dt {
              width: 100%;
              margin: 0 0 2%; }
              #news .sec01__inner--main .news a dl dt .date {
                margin-right: 4%;
                margin-left: 0;
                font-size: 12px; }
              #news .sec01__inner--main .news a dl dt .cate {
                width: 110px;
                padding: 2px 0;
                font-size: 11px; }
            #news .sec01__inner--main .news a dl dd {
              width: 100%; }
            #news .sec01__inner--main .news a:hover {
              background: #fff; }
        #news .sec01__inner--main .pager ul.pageNav li {
          margin: 0 4px; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            width: 30px;
            height: 24px;
            padding-top: 6px; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            width: 30px;
            height: 24px;
            padding-top: 6px; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #f0f0f0;
              color: #333; }
        #news .sec01__inner--main .news_d .kiji_head {
          margin-bottom: 7%;
          padding-bottom: 4%; }
          #news .sec01__inner--main .news_d .kiji_head .cate {
            width: 120px;
            margin-bottom: 4%;
            font-size: 12px; }
          #news .sec01__inner--main .news_d .kiji_head .date {
            margin-left: 4%;
            padding-top: 2px;
            font-size: 14px; }
          #news .sec01__inner--main .news_d .kiji_head .title {
            font-size: 18px; }
        #news .sec01__inner--main .news_d .kiji_cont {
          margin-bottom: 7%;
          padding-bottom: 10%; }
        #news .sec01__inner--main .news_d .btn_back {
          width: 70%; }
          #news .sec01__inner--main .news_d .btn_back a {
            padding: 5% 0;
            font-size: 14px; }
            #news .sec01__inner--main .news_d .btn_back a:hover {
              color: #fff; }
      #news .sec01__inner--side {
        width: 100%;
        margin-left: 0; }
        #news .sec01__inner--side h3 {
          margin-bottom: 3%;
          padding: 2% 3%;
          font-size: 14px; }
        #news .sec01__inner--side ul.archive {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          width: 100%;
          margin: 0 auto; }
          #news .sec01__inner--side ul.archive li {
            width: 48%; }
            #news .sec01__inner--side ul.archive li a {
              padding: 3% 0 3% 15%; }
              #news .sec01__inner--side ul.archive li a:after {
                content: "";
                position: absolute;
                top: 42%;
                left: 5px;
                width: 6px;
                height: 6px;
                border-top: 1.5px solid #c9bc9c;
                border-right: 1.5px solid #c9bc9c;
                transform: rotate(45deg); }
              #news .sec01__inner--side ul.archive li a:hover {
                background: none; } }
/* *******************************************
     プライバシーポリシー
******************************************* */
#privacy .sec01 {
  max-width: 1920px;
  margin: 0 auto 100px; }
  #privacy .sec01__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    #privacy .sec01__inner h3 {
      margin-bottom: 30px;
      text-align: center;
      font-size: min(1.8vw, 32px);
      font-weight: normal;
      letter-spacing: 0.1em; }
    #privacy .sec01__inner .read {
      margin-bottom: 50px;
      line-height: 2.0; }
    #privacy .sec01__inner dl dt {
      border-bottom: 1px solid #aaa;
      margin-bottom: 10px;
      padding-bottom: 8px;
      font-size: min(1.4vw, 20px);
      font-weight: bold; }
    #privacy .sec01__inner dl dd {
      margin-bottom: 50px;
      line-height: 2.0; }
      #privacy .sec01__inner dl dd.last {
        margin-bottom: 90px; }
      #privacy .sec01__inner dl dd .mb {
        margin-bottom: 50px; }
      #privacy .sec01__inner dl dd .mt {
        margin-top: 20px; }
      #privacy .sec01__inner dl dd a {
        text-decoration: underline; }
      #privacy .sec01__inner dl dd .indent {
        margin-top: 15px; }
        #privacy .sec01__inner dl dd .indent li {
          text-indent: -1.5em;
          margin-left: 1.5em; }

@media (max-width: 640px) {
  #privacy .sec01 {
    margin: 0 auto 12%; }
    #privacy .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #privacy .sec01__inner h3 {
        margin-bottom: 5%;
        font-size: 18px; }
      #privacy .sec01__inner .read {
        margin-bottom: 8%; }
      #privacy .sec01__inner dl dt {
        margin-bottom: 3%;
        padding-bottom: 2%;
        font-size: 14px; }
      #privacy .sec01__inner dl dd {
        margin-bottom: 10%; }
        #privacy .sec01__inner dl dd.last {
          margin-bottom: 12%; }
        #privacy .sec01__inner dl dd .mb {
          margin-bottom: 8%; }
        #privacy .sec01__inner dl dd .mt {
          margin-top: 3%; }
        #privacy .sec01__inner dl dd .indent {
          margin-top: 3%; } }
