@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap);
@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

th, strong, address {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* basic class */
.clear {
  clear: both; }

br.clear {
  line-height: 0;
  font-size: 0;
  height: 0; }

.acenter {
  text-align: center; }

.aright {
  text-align: right; }

.aleft {
  text-align: left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.vtop {
  vertical-align: top; }

.vmiddle {
  vertical-align: middle; }

.vbottom {
  vertical-align: bottom; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1; }

textarea {
  font-size: 100%; }

/* for iphone */
* {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "游ゴシック Medium", "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  color: #3e3a39;
  -webkit-font-smoothing: antialiased;
  position: relative; }
  body a {
    transition: .4s ease;
    cursor: pointer; }
  body a:hover {
    text-decoration: none; }

.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.tb,
.tb-flex,
.tb-inline-block {
  display: none !important; }

.sp,
.sp-flex,
.sp-inline-block {
  display: none !important; }

.pc {
  display: block !important; }

.pc-inline-block {
  display: inline-block !important; }

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 900px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }
  .sp,
  .sp-flex,
  .sp-inline-block {
    display: none !important; }
  .tb {
    display: block !important; }
  .tb-inline-block {
    display: inline-block !important; }
  .tb-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (max-width: 600px) {
  .pc,
  .pc-inline-block,
  .pc-flex {
    display: none !important; }
  .tb,
  .tb-inline-block,
  .tb-flex {
    display: none !important; }
  .sp {
    display: block !important; }
  .sp-inline-block {
    display: inline-block !important; }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body {
    font-size: 14px; }
    body * {
      max-height: 100%; } }

.pnkz {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 15px;
  letter-spacing: -.4em; }
  @media screen and (max-width: 900px) {
    .pnkz {
      padding-right: 20px;
      padding-left: 20px; } }
  .pnkz__list {
    overflow-y: scroll;
    white-space: nowrap; }
    @media all and (-ms-high-contrast: none) {
      .pnkz__list {
        padding-top: 3px;
        padding-bottom: 3px; } }
  .pnkz__item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }
    .pnkz__item a:hover {
      color: #b99877; }
      .pnkz__item a:hover:after {
        color: #3e3a39; }
  .pnkz__txt {
    color: #3e3a39;
    font-size: 12px;
    display: block; }
    .pnkz__txt:not(.pnkz__txt--current):after {
      content: '>';
      margin: 0 .2em; }
  @media screen and (max-width: 600px) {
    .pnkz {
      margin-top: 8px; } }

.content-wrapper {
  position: relative; }

.header {
  position: relative; }
  .header__top {
    border-bottom: 3px solid #b99877;
    background: #f2f2f2;
    padding: 5px 0 7px;
    color: #666666;
    font-size: 12px; }
  .header__catch {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: right; }
    @media screen and (max-width: 900px) {
      .header__catch {
        padding-right: 20px;
        padding-left: 20px; } }
  .header__scroll {
    transition: all 0.8s cubic-bezier(0.4, 0.1, 0.01, 0.99);
    width: 100%;
    background: #f8f5ef;
    z-index: 99;
    border-bottom: solid 1px #e6e6e6; }
    .header__scroll.m_fixed {
      left: 0;
      position: fixed;
      top: 0; }
  .header__logo {
    background: #fff;
    padding: 29px 34px 31px 30px;
    border-bottom: solid 3px #b99877;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
    .header__logo img {
      transition: all 0.8s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
  .header__scroll.m_fixed .header__logo {
    padding: 16px 34px 18px 30px;
    border-width: 3px; }
  .header__inner {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px; }
    @media screen and (max-width: 900px) {
      .header__inner {
        padding-right: 20px;
        padding-left: 20px; } }
  .header__nav {
    margin-left: auto;
    margin-right: 0; }

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.nav__item {
  border-left: solid 1px #e6e6e6; }
  .nav__item a {
    background: #fff;
    width: 130px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 13px;
    line-height: 17px;
    text-align: center; }
    .nav__item a span {
      margin-top: 9px; }
  .nav__item--img {
    width: 40px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .nav__item--top a {
    color: #b99877; }
  .nav__item--rent a {
    color: #cc5d3d; }
    .nav__item--rent a:hover {
      background: #faeeec; }
  .nav__item--buy a {
    color: #b45167; }
    .nav__item--buy a:hover {
      background: #fee9eb; }
  .nav__item--pk a {
    color: #66549a; }
    .nav__item--pk a:hover {
      background: #f6e9f9; }
  .nav__item--com a {
    color: #3c9c3b; }
    .nav__item--com a:hover {
      background: #f6fdf2; }
  .nav__item--cnt a {
    color: #2d97af; }
    .nav__item--cnt a:hover {
      background: #effdfb; }

@media screen and (max-width: 1060px) {
  .header__logo {
    padding: 55px 34px 56px 30px; }
    .header__logo img {
      width: 250px; }
  .nav__item a {
    width: 100px; } }

.footer {
  background: #fff; }
  .footer__inner {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 51px;
    padding-bottom: 55px; }
    @media screen and (max-width: 900px) {
      .footer__inner {
        padding-right: 20px;
        padding-left: 20px; } }
  .footer__left {
    flex: 1 0 0%;
    margin-right: 40px; }
  .footer__info {
    font-size: 14px;
    line-height: 25px;
    margin-top: 13px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end; }
    .footer__info--left {
      flex: 1 0 0%;
      margin-right: 10px; }
    .footer__info--right {
      width: 98px;
      margin-left: auto;
      margin-right: 8px; }
    .footer__info--tel {
      font-family: "Open Sans", sans-serif;
      font-size: 29px;
      font-weight: 600;
      margin-top: 6px;
      letter-spacing: .05em; }
    .footer__info--txt {
      margin-top: 12px; }
  .footer__mail {
    margin-top: 18px; }
    .footer__mail a {
      display: block;
      max-width: 313px;
      width: 100%;
      color: #fff;
      text-align: center;
      background: #2d97af;
      padding: 17px 15px;
      border-radius: 10px;
      font-size: 16px;
      line-height: 1; }
      .footer__mail a:hover {
        opacity: .6; }
      @media all and (-ms-high-contrast: none) {
        .footer__mail a {
          padding-top: 20px;
          padding-bottom: 14px; } }
  .footer__mb--ttl {
    font-size: 14px;
    margin-bottom: 8px; }
  .footer__mb img {
    margin-left: 3px; }
  .footer__map {
    margin-top: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__map--block {
      margin-right: 20px;
      margin-bottom: 20px; }
      .footer__map--block:last-child {
        margin-right: 0; }
    .footer__map a {
      color: #3e3a39; }
      .footer__map a:hover {
        color: #b9b9b9; }
    .footer__map--list {
      margin-top: 13px; }
    .footer__map--item {
      line-height: 26px; }
      .footer__map--item a {
        font-size: 14px; }
      .footer__map--item:before {
        content: '・';
        margin: 0 -.2em;
        line-height: 26px;
        font-size: 14px; }
  .footer__right {
    width: 570px;
    margin-top: 20px; }
  .footer__slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer__slide--main {
      width: 100%; }
      .footer__slide--main .slick-list {
        width: 428px;
        margin-left: 0; }
      .footer__slide--main-item img {
        width: 100%;
        height: auto; }
      .footer__slide--main .slick-dots {
        width: 125px;
        margin: 0;
        right: 0;
        bottom: 0; }
        .footer__slide--main .slick-dots li {
          width: 100%;
          opacity: .6;
          height: auto;
          margin: 17px 0 0;
          cursor: pointer; }
          .footer__slide--main .slick-dots li:first-child {
            margin-top: 0; }
          .footer__slide--main .slick-dots li img {
            width: 100%;
            height: auto; }
          .footer__slide--main .slick-dots li.slick-active {
            opacity: 1; }
      .footer__slide--main .slick-arrow {
        width: 25px;
        height: 25px;
        z-index: 3;
        opacity: 1; }
        .footer__slide--main .slick-arrow:before {
          display: none; }
      .footer__slide--main .slick-prev {
        background: url("../img/base/slide-prev.svg") no-repeat center;
        left: 10px; }
      .footer__slide--main .slick-next {
        background: url("../img/base/slide-next.svg") no-repeat center;
        right: 152px; }
  .footer__gm {
    margin-top: 22px; }
    .footer__gm iframe {
      width: 100%; }
  .footer__copy {
    background: #b99877;
    color: #fff;
    text-align: center;
    padding: 28px 30px 24px;
    font-size: 14px; }

@media screen and (max-width: 1070px) {
  .footer__left {
    margin-right: 30px; }
  .footer__right {
    width: 500px; }
  .footer__slide--main .slick-list {
    width: 74%; }
  .footer__slide--main .slick-dots {
    width: 23%; } }

@media screen and (max-width: 900px) {
  .header {
    height: 68px;
    width: 100%;
    z-index: 9999;
    background: #f8f5ef; }
    .header__logo {
      border-bottom: 0;
      width: 170px;
      padding: 17px 12px 16px;
      position: static; }
      .header__logo img {
        width: 144px; }
    .header__nav {
      margin: 0 auto; }
    .header__scroll.m_fixed .header__logo {
      padding: 17px 12px 16px; }
    .header__scroll {
      height: 68px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      border-bottom: solid 3px #b99877; }
    .header .nav-bar {
      position: absolute;
      top: 0;
      right: 0;
      width: 65px;
      height: 65px;
      cursor: pointer; }
      .header .nav-bar span {
        width: 26px;
        height: 2px;
        background: #b99877;
        display: inline-block;
        position: absolute;
        left: 23px;
        transition: .75s ease; }
      .header .nav-bar span:nth-child(1) {
        top: 21px;
        -webkit-animation: menu-bar01-xs .75s forwards;
        animation: menu-bar01-xs .75s forwards; }
      .header .nav-bar span:nth-child(2) {
        top: 31px;
        opacity: 1; }
      .header .nav-bar span:nth-child(3) {
        bottom: 22px;
        -webkit-animation: menu-bar02-xs .75s forwards;
        animation: menu-bar02-xs .75s forwards; }
      .header .nav-bar.active span:nth-of-type(1) {
        -webkit-animation: active-menu-bar01-xs .75s forwards;
        animation: active-menu-bar01-xs .75s forwards;
        width: 30px;
        left: 20px; }
      .header .nav-bar.active span:nth-of-type(2) {
        opacity: 0; }
      .header .nav-bar.active span:nth-of-type(3) {
        -webkit-animation: active-menu-bar03-xs .75s forwards;
        animation: active-menu-bar03-xs .75s forwards;
        width: 30px;
        left: 20px; }
    .header__inner {
      position: fixed;
      top: 68px;
      left: 0;
      width: 100%;
      height: calc(100% - 68px);
      background: #f8f5ef;
      z-index: 999;
      padding: 40px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      overflow-y: scroll;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s cubic-bezier(0.4, 0.1, 0.01, 0.99); }
      .header__inner.open {
        opacity: 1;
        visibility: visible; }
  .nav {
    border-bottom: 0;
    max-width: 480px;
    margin: 0 auto; }
    .nav__list {
      margin-right: -10px;
      margin-left: -10px;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; }
    .nav__item {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 10px;
      border: 0;
      margin-bottom: 20px; }
      .nav__item a {
        width: 100%;
        height: 100%;
        padding: 24px 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold; }
        .nav__item a img {
          width: 48px;
          height: auto; }
      .nav__item--img {
        width: 50px;
        height: 48px; }
  .footer__inner {
    padding-bottom: 30px; }
  .footer__left {
    width: 100%; }
  .footer__info {
    display: block;
    line-height: 24px; }
    .footer__info--tel {
      margin-top: 8px; }
  .footer__right {
    width: 50%;
    margin-top: 20px; }
  .footer__slide--main {
    margin-bottom: 55px; }
    .footer__slide--main .slick-list {
      width: 100%; }
    .footer__slide--main .slick-dots {
      width: 100%;
      position: absolute;
      bottom: -55px; }
      .footer__slide--main .slick-dots li {
        width: 70px;
        margin: 0 5px; }
    .footer__slide--main .slick-next {
      right: 10px; }
  .footer__gm iframe {
    height: 250px; } }

@media screen and (max-width: 600px) {
  .footer__inner {
    padding-top: 30px;
    display: block; }
  .footer__left {
    margin-right: 0; }
  .footer__logo img {
    width: 230px; }
  .footer__info--left {
    margin-right: 0; }
  .footer__info--tel a {
    color: #3e3a39; }
  .footer__mail a {
    max-width: 100%;
    padding: 12px 15px;
    border-radius: 5px; }
  .footer__right {
    width: 100%; }
  .footer__copy {
    padding: 14px 15px;
    font-size: 12px; } }

@media screen and (max-width: 350px) {
  .nav__item--img {
    width: 38px; }
  .nav__item a {
    padding: 18px 0; }
    .nav__item a img {
      width: 36px; } }

@-webkit-keyframes menu-bar01-xs {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar01-xs {
  0% {
    transform: translateY(10px) rotate(45deg); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes menu-bar02-xs {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }

@keyframes menu-bar02-xs {
  0% {
    transform: translateY(-10px) rotate(-45deg); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }

@-webkit-keyframes active-menu-bar01-xs {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(10px) rotate(0); }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg); } }

@keyframes active-menu-bar01-xs {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(10px) rotate(0); }
  100% {
    transform: translateY(10px) rotate(45deg); } }

@-webkit-keyframes active-menu-bar03-xs {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg); } }

@keyframes active-menu-bar03-xs {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-10px) rotate(0); }
  100% {
    transform: translateY(-10px) rotate(-45deg); } }

.page-ttl {
  background: #eaf2fa url("../img/news/bg-ttl.jpg") no-repeat right center;
  width: 100%;
  background-size: contain;
  height: 200px; }
  .page-ttl__inner {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 88px;
    padding-bottom: 78px; }
    @media screen and (max-width: 900px) {
      .page-ttl__inner {
        padding-right: 20px;
        padding-left: 20px; } }
  .page-ttl__en {
    display: inline;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #b99877; }
  .page-ttl__ja {
    display: inline;
    font-size: 18px;
    letter-spacing: .075em;
    margin-left: 9px; }
  @media screen and (max-width: 600px) {
    .page-ttl {
      height: 120px;
      background-size: cover; }
      .page-ttl__inner {
        padding-top: 38px;
        padding-bottom: 0; }
      .page-ttl__en {
        display: block;
        font-size: 22px; }
      .page-ttl__ja {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 8px; } }

.news {
  background: #f8f5ef;
  padding-bottom: 80px; }

.news-wrapper {
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 900px) {
    .news-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }

.main {
  flex: 1 0 0%;
  max-width: calc(100% - 240px);
  padding-left: 45px;
  order: 2; }
  .main__ttl {
    border: solid 2px #b99877;
    padding: 12px 15px;
    font-size: 20px;
    margin-bottom: 15px; }
  .main__news-list__item {
    border-bottom: solid 1px #cacaca; }
    .main__news-list__item:first-child {
      border-top: solid 1px #cacaca; }
    .main__news-list__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      padding: 29px 0 28px 13px;
      color: #3e3a39;
      position: relative;
      transition: .4s ease; }
  .main__news-list__item a:hover .main__news-list__ttl {
    color: #b9b9b9; }
  .main__news-list__date {
    margin-right: 32px;
    letter-spacing: .025em; }
  .main__news-list__cate {
    color: #fff;
    width: 79px;
    text-align: center;
    background: #3E3A39;
    padding: 5px 2px 6px;
    font-size: 12px; }
    @media all and (-ms-high-contrast: none) {
      .main__news-list__cate {
        padding-top: 7px;
        padding-bottom: 4px; } }
  .main__news-list__ttl {
    margin-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .4s ease;
    flex: 1 0 0%; }
    @media all and (-ms-high-contrast: none) {
      .main__news-list__ttl {
        padding-top: 5px; } }
  .main__detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .main__detail__date {
    font-size: 16px;
    letter-spacing: .075em;
    display: inline-block;
    margin-right: 12px; }
  .main__detail__cate {
    color: #fff;
    min-width: 94px;
    text-align: center;
    background: #3E3A39;
    padding: 5px 8px 6px; }
    @media all and (-ms-high-contrast: none) {
      .main__detail__cate {
        padding-top: 8px;
        padding-bottom: 3px; } }
  .main__detail__ttl {
    font-size: 24px;
    padding-bottom: 24px;
    margin-top: 8px;
    line-height: 30px;
    letter-spacing: 1.5px;
    border-bottom: solid 1px #cacaca; }
    @media all and (-ms-high-contrast: none) {
      .main__detail__ttl {
        margin-top: 11px;
        padding-bottom: 21px; } }
  .main__post {
    margin-top: 37px;
    padding-bottom: 24px;
    line-height: 1.8em;
    text-align: justify;
    word-break: break-all;
    font-size: 16px; }
    .main__post img {
      max-width: 100%;
      height: auto; }
    .main__post p {
      letter-spacing: .2px;
      margin-bottom: 30px; }
    .main__post .hl2 {
      font-size: 23px;
      line-height: 1.8;
      font-weight: 500;
      margin: 0 0 30px;
      border-bottom: solid 2px #b99877;
      padding: 0 0 12px; }
    .main__post a {
      color: #0b97c4;
      line-height: 32px; }
      .main__post a:hover {
        opacity: .6;
        color: #0b97c4; }
    .main__post strong {
      font-weight: bold; }
    .main__post ul {
      list-style-type: disc; }
      .main__post ul li {
        margin-left: 20px; }
    .main__post ol {
      list-style-type: decimal; }
      .main__post ol li {
        margin-left: 20px; }
    .main__post .block-image {
      margin-bottom: 30px; }
    .main__post .embed-button {
      text-align: center;
      margin-bottom: 30px; }
      .main__post .embed-button a {
        display: inline-block;
        min-width: 400px;
        max-width: 500px;
        padding: 12px 50px;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        background: #b99877;
        color: #fff;
        border-radius: 10px;
        position: relative; }
        .main__post .embed-button a i {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); }
      .main__post .embed-button a:hover {
        opacity: .6; }
    .main__post .block-html {
      margin-bottom: 30px;
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }
      .main__post .block-html iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }

.side {
  width: 240px;
  order: 1; }
  .side__ttl {
    border-bottom: solid 1px #cacaca;
    font-size: 16px;
    padding: 0 0 21px 20px;
    letter-spacing: .5px;
    line-height: 27px;
    position: relative; }
    .side__ttl:before {
      content: "";
      position: absolute;
      height: 27px;
      width: 0;
      left: 0;
      border-left: solid 3px #b99877; }
  .side__item {
    border-bottom: solid 1px #cacaca; }
    .side__item a {
      display: block;
      padding: 19px 3px 17px 10px;
      width: 100%;
      color: #595757;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 16px;
      letter-spacing: 1px; }
      .side__item a:hover {
        color: #b9b9b9; }
    .side__item--notfound {
      display: block;
      padding: 14px 0; }
  .side__archive {
    margin-bottom: 49px; }

.pagination {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 18px; }
  .pagination--detail {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .pagination__list, .pagination__nav {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .pagination a {
    height: 100%;
    width: 100%;
    color: #3e3b39;
    transition: .4s ease;
    display: block;
    font-size: 20px; }
    .pagination a:hover {
      color: #b99877; }
  .pagination__num {
    line-height: 36px;
    color: #3e3b39;
    margin: 0 6px;
    text-align: center;
    width: 32px; }
    .pagination__num--here {
      background: rgba(185, 152, 119, 0.26);
      font-size: 20px; }
  .pagination__prev, .pagination__next {
    letter-spacing: .5px; }
    .pagination__prev a, .pagination__next a {
      display: block;
      color: #3e3a39;
      font-size: 16px; }
      .pagination__prev a:hover, .pagination__next a:hover {
        color: #b99877; }
  .pagination__prev {
    margin-right: 50px; }
  .pagination__next {
    margin-left: 50px; }
    .pagination__next a {
      text-align: right; }
  .pagination__link a {
    display: inline;
    font-size: 16px;
    margin: 0 22px; }

@media screen and (max-width: 900px) {
  .main {
    max-width: calc(100% - 210px);
    padding-left: 20px; }
    .main__news-list__item a {
      padding: 18px 0; }
    .main__news-list__date {
      margin-right: 20px; }
  .side {
    width: 210px; }
  .pagination__prev, .pagination__next {
    line-height: 12px; } }

@media screen and (max-width: 600px) {
  .news-wrapper {
    display: block;
    margin-top: 50px; }
  .main {
    max-width: 100%;
    padding-left: 0; }
    .main__news-list__item a {
      padding: 13px 0;
      font-size: 14px; }
    .main__news-list__date {
      margin-right: 12px; }
    .main__news-list__cate {
      width: auto;
      padding: 3px 8px; }
    .main__news-list__ttl {
      flex: 0 0 100%;
      margin-left: 0;
      margin-top: 8px; }
    .main__detail__date {
      font-size: 14px; }
    .main__detail__cate {
      font-size: 12px;
      min-width: 70px;
      padding: 3px 8px 4px; }
    .main__detail__ttl {
      font-size: 18px;
      line-height: 28px;
      padding-bottom: 12px; }
    .main__post {
      margin-top: 24px;
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 8px; }
      .main__post .hl2 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 24px; }
      .main__post a {
        line-height: 1.6; }
      .main__post .block-image {
        margin-bottom: 24px; }
      .main__post .embed-button {
        margin-bottom: 24px; }
        .main__post .embed-button a {
          min-width: initial;
          width: 100%;
          font-size: 16px;
          padding: 10px 20px;
          border-radius: 8px; }
      .main__post .block-html {
        margin-bottom: 24px; }
  .side {
    width: 100%;
    margin-top: 50px; }
    .side__ttl {
      padding-left: 14px;
      line-height: 22px;
      padding-bottom: 16px; }
      .side__ttl:before {
        height: 22px; }
    .side__item a {
      font-size: 14px;
      padding: 16px 3px 14px 10px; }
  .pagination {
    margin-top: 30px;
    padding: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .pagination a {
      font-size: 14px; }
    .pagination__num {
      line-height: 30px;
      margin: 0 3px; }
      .pagination__num--here {
        font-size: 14px; }
    .pagination__prev {
      margin-right: 20px; }
    .pagination__next {
      margin-left: 20px; }
    .pagination__link a {
      margin: 0 16px; } }

