<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.single__text {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
  padding: 0 !important;
}

.ss-article-box {
  padding: 0;
  margin: 0 auto;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #654F3F;
}

@media screen and (max-width: 1200px) {
  .single__text {
    width: 100%;
    max-width: 100%;
    padding: 0 16px !important;
  }
}


/* ブロック */
.boxtype-1{
  width: 100%;
}

.boxtype-4{
  width: 90%;
}

ul.boxtype-4-list&gt;li {
  width: calc(50% - 40px);
}

ul.boxtype-4-list&gt;li:nth-child(odd) {
  margin: 0 80px 0 0;
}

ul.boxtype-4-list&gt;li:nth-child(even) {
  margin: 0;
}

ul.boxtype-4-list&gt;li:nth-child(1) {
  margin-top: 100px;
}

ul.boxtype-4-list&gt;li:nth-child(4) {
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .boxtype-4 {
    width: 100%;
  }

  ul.boxtype-4-list{
    flex-direction: column;
  }

  ul.boxtype-4-list&gt;li {
    width: 100%;
    margin: 0 !important;
  }

  ul.boxtype-4-list .position-1 {
    order: 0;
  }

  ul.boxtype-4-list .position-2 {
    order: 2;
  }

  ul.boxtype-4-list .position-3 {
    order: 1;
  }

  ul.boxtype-4-list .position-4 {
    order: 3;
  }
}

/* HTMLブロック */

/*================================

title

================================*/
.ss-title{
  margin-top: 30px;
  text-align: center;
}

.ss-title img{
  width: 45%;
  margin: 0 auto;
}

p.ss-title-lead{
  font-size: 14px;
  margin-top: 50px;
  letter-spacing: .1em;
  line-height: 2.5;
  font-family: kozuka-mincho-pro, serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .ss-title img {
    width: 80%;
  }

  p.ss-title-lead {
    font-size: 12px;
    margin-top: 30px;
    line-height: 2.2;
  }
}

/*================================

nav

================================*/
.ss-nav{
  position: relative;
  width: 90%;
  margin: 60px auto 0 auto;
}

.ss-nav::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 160px;
  background-color: #d9d9d9;
}

.ss-nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 43px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.ss-nav ul li{
  width: 200px;
}

.ss-nav ul li:nth-child(2){
  margin-left: 25%;
}

@media screen and (max-width: 768px) {
  .ss-nav {
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .ss-nav::after {
    height: 110px;
  }

  .ss-nav ul {
    padding: 30px 0;
  }

  .ss-nav ul li {
    width: 120px;
  }

  .ss-nav ul li:nth-child(2) {
    margin-left: 60px;
  }
}

/*================================

content

================================*/
.ss-content{
  width: 90%;
  margin: 60px auto 0 auto;
}

.ss-content-title{
  width: 120px;
  margin: 60px auto;
}

.ss-content-title img{
  padding-bottom: 20px;
}

.ss-content-border{
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-bottom: 100px;
}

.ss-product{
  margin: 20px 0 120px 0;
}

.ss-product li{
  margin-bottom: 7px;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 20px;
  overflow: hidden;
}

.ss-product li a {
  margin-left: 10px;
  padding: 2px 5px;
  color: #FFFFFF;
  background-color: #654F3F;
  letter-spacing: 0.1em;
}

.ss-product li a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .ss-content {
    width: 100%;
  }

  .ss-content-title {
    width: 70px;
    margin: 10% auto;
  }

  .ss-content-title img {
    padding-bottom: 0;
  }

  .ss-content-border {
    margin-top: 0;
    padding-bottom: 0;
  }

  .ss-product {
    margin: 20px 0 60px 0;
  }
}

/*================================

view more

================================*/
.ss-btn {
  text-align: center;
  margin: 3% auto 15% auto;
}

.ss-btn a {
  display: inline-block;
  width: 410px;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15em;
  color: #ffffff;
  background-color: #654F3F;
  transition: all .6s;
  position: relative;
}

.ss-btn a:hover {
  background-color: #6d5646;
}

.ss-btn-arrow{
  display: inline-block;
  margin-right: 7px;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
  .ss-btn a {
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
  }
}
</pre></body></html>