@charset "UTF-8";
/***********************************
* post-wrapper*
***********************************/
.post-main{
    padding: 1.5rem 1.2rem 1.5rem 1.2rem;
    margin-bottom: 2rem;
    background-color: #fff;
}
    @media (min-width: 992px) {
        .post-wrapper{
            display: flex;
            justify-content: space-between;
        }
        .post-main{
            align-self: flex-start;
            width: 66.06%;
            padding:2.1rem 2.5rem;
        }
        .post-sidebar{
            width: 27.84%;
        }
    }
/***********************************
* post-sidebar*
***********************************/
.post-sidebar-cont{
    padding: 1.5rem 1.2rem 1.5rem 1.2rem;
    background-color: #fff;
    margin-bottom: 2rem;
}
.post-sidebar-cont-ttl{
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #BCAF9E;
    color: var(--color-main);
    font-size: clamp(1.25rem, 0.558rem + 1.12vw, 1.563rem);/* min20px max25px==vp min992px max1440 px*/
    font-weight: 300;
    letter-spacing: .3em;
    text-align: center;
    text-transform: uppercase;
}
ul.post-sidebar-cont-list{
    font-size: clamp(1.063rem, 0.371rem + 1.12vw, 1.375rem);/* min17px max22px==vp min992px max1440 px*/
    font-size: clamp(1.063rem, 0.938rem + 0.35vw, 1.25rem);/* min17px max22px==vp min576px max1440 px*/
    margin: 0 .8em;
    padding: 0;
}
ul.post-sidebar-cont-list li{
  margin-bottom: .5em;
}
ul.post-sidebar-cont-list li a{
    position: relative;
    display: block;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: 1.5em;
    text-decoration: none;
    font-size: clamp(1.063rem, 0.371rem + 1.12vw, 1.375rem);/* min17px max22px==vp min992px max1440 px*/
    font-size: clamp(1.063rem, 0.938rem + 0.35vw, 1.25rem);/* min17px max22px==vp min576px max1440 px*/
}
ul.post-sidebar-cont-list li a::before{
    content: "";
    position: absolute;
    top: .7em;
    left: .2em;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--color-main);
    border-radius: 50%;
}
ul.post-sidebar-cont-list li a:hover{
  opacity: 1;
}
  @media (hover: hover) and (pointer: fine){
    ul.post-sidebar-cont-list li a:hover{
      color: var(--color-main);
      color: #865627;
    }
  }
/***********************************
* post-list*
***********************************/
h3.post-list-ttl{
  margin-bottom: 1em;
    color: var(--color-main);
    font-size: clamp(1.25rem, 0.558rem + 1.12vw, 1.563rem);/* min20px max25px==vp min992px max1440 px*/
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
}
h3.post-list-ttl.post-list-ttl__en{
    letter-spacing: .3em;
}
ul.post-list{
    margin: 0;
    padding: 0;
}
ul.post-list li{
    padding:12px 0;
    border-bottom: 1px solid #BCAF9E;
}
ul.post-list.post-list--news li{
  padding: 24px 0;
}
ul.post-list.post-list--news li:first-of-type{
  padding-top: 12px;
}
a.post-list-link{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 8px;
}
a.post-list-link figure{
    display: block;
    margin: 0;
    width: 30%;
    aspect-ratio: 1 / 1;
    align-self: flex-start;
}
a.post-list-link figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pos-linst-link-body{
   width: calc(100% - 30% - 15px);
}
.pos-list-link-catUnit{
    font-size: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);/* min12px max15px==vp min992px max1440 px*/
    margin-top: -.5em;
    text-align: right;
}
.post-list-link-cat{
    display: inline-block;
    margin-top: .5em;
    margin-left: .5em;
    padding: 0.3em 0.8em;
    border: 2px solid var(--color-main);
    color: var(--color-main);  
    background-color: rgba(255, 255, 255, .7);
}
a.post-list-link time{
    display: block;
    margin-top: .5em;
    margin-bottom: .5em;
    color: var(--color-main);
    font-size: clamp(0.938rem, 0.522rem + 0.67vw, 1.125rem);/* min15px max18px==vp min992px max1440 px*/
}
.pos-linst-link-ttl{
    display: block;
    font-size: clamp(1.063rem, 0.371rem + 1.12vw, 1.375rem);/* min17px max22px==vp min992px max1440 px*/
    line-height: 1.4;
}
a.post-list-link:hover{
  opacity: 1;
}
    @media (min-width: 768px){
        a.post-list-link figure{
            width: 26.86%;
        }
        .pos-linst-link-body{
            width: calc(100% - 26.86% - 27px);
        }
        a.post-list-link time{
            margin-top: 1em;
            margin-bottom: 1em;
        }
    }
    @media (hover: hover) and (pointer: fine){
      a.post-list-link:hover{
        background-color: #E6DDD1;
        background-color: #F6F4F2;
      }
    }
/***********************************
* post-list-newscont　*
***********************************/
.post-list-newscont-date{
    display: block;
    margin-bottom: .3em;
    margin-bottom: .45em;
    color: var(--color-main);
    font-size: clamp(0.938rem, 0.522rem + 0.67vw, 1.125rem);/* min15px max18px==vp min992px max1440 px*/
}
h4.post-list-newscont-ttl{
    margin-bottom: .8em;
    font-size: clamp(1.25rem, 0.558rem + 1.12vw, 1.563rem);/* min20px max25px==vp min992px max1440 px*/
    font-weight: 500;
}
.post-list-newscont-body > *:last-child{
    margin-bottom: 0;
}
.post-list-newscont-body p,
.post-list-newscont-body ul,
.post-list-newscont-body dl,
.post-list-newscont-body ul li,
.post-list-newscont-body dl dt,
.post-list-newscont-body dl dd,
.post-list-newscont-body figure{
  font-size: clamp(0.875rem, 0.737rem + 0.22vw, 0.938rem)!important;/* min14px max15px==vp min992px max1440 px*/
  line-height: 1.471;
}
.post-list-newscont-body p,
.post-list-newscont-body ul,
.post-list-newscont-body dl,
.post-list-newscont-body figure{
  margin-bottom: 1.3em;
}
.post-list-newscont-body figure{
    display: block;
}
.post-list-newscont-body figure img{
    width: 100%;
    height: auto;
}
/***********************************
* ppst-pagenavi*
***********************************/
.pst-pagenavi{
    padding: 2rem 0;
}
    @media (min-width: 992px){
        .pst-pagenavi{
            padding: 2.5rem 0;
        }
    }
.wp-pagenavi {
	display: flex;
	justify-content: center;
  }
  .wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi a.nextpostslink{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
    border: 2px solid var(--color-main);
    color: var(--color-main);
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s ease-in;
  }
  .wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
	margin-right: 2.622%;
  }
  .wp-pagenavi span:hover, .wp-pagenavi a:hover {
	background-color: var(--color-main);
	color: #FFFFFF;
    opacity: 1;
  }
  .wp-pagenavi span.current {
	background-color: var(--color-main);
	color: #FFFFFF;
  }
  .wp-pagenavi a {
	color: var(--color-main);
  }
  .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
	width: auto;
	padding: 5px 1.2em;
  }
.wp-pagenavi a:hover{
  opacity: 1;
}

/***********************************
* postSingle-catUnit　*
***********************************/
.postSingle-catUnit{
    margin-top: -.5em;
    margin-bottom: 5px;
    font-size: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);/* min12px max15px==vp min992px max1440 px*/
    text-align: right;
}
a.postSingle-cat{
    display: inline-block;
    margin-top: .5em;
    margin-left: .5em;
    padding: 0.3em 0.8em;
    border: 2px solid var(--color-main);
    color: var(--color-main);  
    font-size: clamp(0.75rem, 0.335rem + 0.67vw, 0.938rem);/* min12px max15px==vp min992px max1440 px*/
    text-decoration: none;
}
/***********************************
* postSingle-ttlUnit *
***********************************/
.postSingle-ttlUnit,
h1.postSingle-ttl,
h3.postSingle-ttl{
    font-size: clamp(1.25rem, 0.558rem + 1.12vw, 1.563rem);/* min20px max25px==vp min992px max1440 px*/
}
.postSingle-ttlUnit{
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #BCAF9E;
}
.postSingle-date{
    display: block;
    margin-bottom: .3em;
    color: var(--color-main);
    font-size: clamp(0.938rem, 0.522rem + 0.67vw, 1.125rem);/* min15px max18px==vp min992px max1440 px*/
}

/***********************************
* postSingle-portfolioSec *
***********************************/
.postSingle-portfolioSec{
  margin-top: 2.176em;
  font-size: clamp(0.938rem, 0.893rem + 0.19vw, 1.063rem)!important;/* min15px max17px==vp min375px max1440 px*/
}
h2.postSingle-portfolioSec-ttl,
h4.postSingle-portfolioSec-ttl{
  margin-bottom: 1.5em;
  padding: .5em 1em;
  background-color: var(--color-main);
  font-size: clamp(0.938rem, 0.893rem + 0.19vw, 1.063rem);/* min15px max17px==vp min375px max1440 px*/
  font-weight: 500;
  line-height: 1.3;
}
.postSingle-portfolioSec-body{
  padding: 0 1em;
}
.postSingle-portfolioSec-body > *:last-child{
  margin-bottom: 0!important;
}
.postSingle-portfolioSec-body p,
.postSingle-portfolioSec-body ul,
.postSingle-portfolioSec-body dl,
.postSingle-portfolioSec-body ul li,
.postSingle-portfolioSec-body dl dt,
.postSingle-portfolioSec-body dl dd{
  font-size: clamp(0.938rem, 0.893rem + 0.19vw, 1.063rem)!important;/* min15px max17px==vp min375px max1440 px*/
  line-height: 1.471;
}
.postSingle-portfolioSec-body p,
.postSingle-portfolioSec-body ul,
.postSingle-portfolioSec-body dl{
  margin-bottom: 1.3em;
}

.postSingle-portfolioSec-body ul{
  display: flex;
  flex-direction: column;
  margin-top: -1em;
  padding: 0;
}
.postSingle-portfolioSec-body ul li{
  position: relative;
  margin-top: 1em;
  margin-right: 2em;
  padding-left: 1em;
}
.postSingle-portfolioSec-body ul li::before{
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-main);
  border-radius: 50%;
}

/***********************************
* postSingle-pageNav *
***********************************/
.postSingle-pageNav{
    margin-top: 40px;
}
.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  margin-top: 28px;
  border-top: 1px solid #BCAF9E;
  border-bottom: 1px solid #BCAF9E;
  font-size:clamp(0.875rem, 0.792rem + 0.23vw, 1rem);/* min14px max16px==vp min576px max1440 px*/
  font-weight: 500;
  color: var(--color-main);
}
.page-nav > li {
    min-width: 5em;
    font-size:clamp(0.875rem, 0.792rem + 0.23vw, 1rem);/* min14px max16px==vp min576px max1440 px*/
}
.page-nav a {
  display: flex;
  align-items: center;
  height: calc(4.5em - 20px);
  min-width: 5em;
  position: relative;
  color: var(--color-main);
  font-size:clamp(0.875rem, 0.792rem + 0.23vw, 1rem);/* min14px max16px==vp min576px max1440 px*/
  text-decoration: none;
}
.page-nav a.to-archive {
  color: var(--color-main);
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a:hover{
  opacity: 1;
}
  @media (hover: hover) and (pointer: fine){
    .page-nav a:hover{
      color: #865627;
    }
  }
/***********************************
* postSingle-blogIchatch *
***********************************/
figure.postSingle-blogIchatch{
    width: 100%;
    aspect-ratio: 650 / 308;
    margin: 0;
}
figure.postSingle-blogIchatch img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/***********************************
* postSingle-body *
***********************************/
.postSingle-body{
  margin-top: 2.176em;
  font-size: 0.938rem;
}
.postSingle-body > *:last-child{
  margin-bottom: 0!important;
}
.postSingle-body > *:first-child{
  margin-top: 0!important;
}
.postSingle-body img{
    width: 100%;
    height: auto;
}
.postSingle-body h2{
    margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: .5em 1em;
  background-color: var(--color-main);
  font-size: clamp(1.063rem, 0.854rem + 0.58vw, 1.375rem);/* min17px max22px==vp min576px max1440 px*/
  font-weight: 500;
  line-height: 1.3;
}
.postSingle-body h3{
    padding-left: 0.938rem;
    border-left: 2px solid var(--color-main);
    margin-top: 2em;
    margin-bottom: .8em;
    font-size: clamp(1rem, 0.917rem + 0.23vw, 1.125rem);/* min16px max18px==vp min576px max1440 px*/
    font-weight: 500;
    line-height: 1.3;
}
.postSingle-body p,
.postSingle-body ul,
.postSingle-body ol,
.postSingle-body dl,
.postSingle-body blockquote,
.postSingle-body ul li,
.postSingle-bodyi ol li,
.postSingle-body dl dt,
.postSingle-body dl dd{
  font-size: 0.938rem!important;
  line-height: 1.5;
}
.postSingle-body p{
  margin-bottom: 1.3em;
  padding: 0 1em;
}
.postSingle-body ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: -.5em;
  padding: 0 1em 1.3em 1em;
}
.postSingle-body ul li{
  position: relative;
  margin-top: .5em;
  margin-right: 2em;
  padding-left: 1em;
}
.postSingle-body ul li::before{
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color-main);
  border-radius: 50%;
}
.postSingle-body ol{
    list-style: none;
    counter-reset: number;
    padding: 0;
    margin-top: -.5em;
    padding:0 1em 1.3em 1em;
}
.postSingle-body ol li {
  position: relative;
  padding-left: 1.5em;
  margin-top: .5em;
}
.postSingle-body ol li::before {
  counter-increment: number;
  content: counter(number) '.';
  position: absolute;
  left: 0;
}
.postSingle-body blockquote{
    position: relative;
    margin: 2em 1em;
    padding: 2.5em 2em;
    background-color: #E6DDD1;
    border-radius: 16px;
}
.postSingle-body blockquote > *:last-child{
    margin-bottom: 0;
}
.postSingle-body blockquote::before{
    content: "“";
    position: absolute;
    top: -0.15em;
    left: 0.08em;
    color: #fff;
    line-height: 1.0;
    font-size: 6.667em;/*100px*/
    font-weight: 500;
}
.postSingle-body blockquote::after{
    content: "”";
    position: absolute;
    bottom: -0.55em;
    right: 0.08em;
    color: #fff;
    font-size: 6.667em;/*100px*/
    line-height: 1.0;
    font-weight: 500;
}
.postSingle-body .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.938rem 0;
}
.postSingle-body .images-wrapper.col2 {
  margin-bottom: 0;
}
.postSingle-body .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 0.938rem;
}
.postSingle-body .images-wrapper.col2 > a img{
    width: 100%;
}
/***********************************
* postSingle-portfolioPic *
***********************************/
.postSingle-portfolioPic{
    padding-bottom: 30px;
}
ul.postSingle-portfolioPic-list{
    margin: 0;
    padding: 0;
}
ul.postSingle-portfolioPic-list > li{
	position: relative;
}
ul.postSingle-portfolioPic-list > li img{
	width: 100%;
    height: 100%;
    aspect-ratio: 650 / 487;
    object-fit: cover;
}
span.postSingle-portfolioPic-list_subTxt{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
	display: block;
	padding: .5em;
    background-color: rgba(255, 255, 255, .8);
	font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);/* min12px max14px */
	text-align: center;
}
/* ページネーションのスタイル */
.postSingle-portfolioPic-list_page {
	background-color: #ccc;
	height: 13px;
	width: 13px;
	transition: .5s all;
  }
/* 現在表示されているページネーションのスタイル */
.postSingle-portfolioPic-list_page.is-active {
	background-color: #FFDC6B;
	opacity: 1;
}
/* ページネーションの位置 */
.postSingle-portfolioPic-list_pagination {
	bottom: -30px;
}
/* ページネーション間の余白 */
.postSingle-portfolioPic-list_pagination li {
	margin-left: 3px;
	margin-right: 3px;
}
/*
矢印をカスタマイズ
*/
.postSingle-portfolioPic .splide__arrow--prev,
.postSingle-portfolioPic .splide__arrow--next{
	top: 50%;
}
.postSingle-portfolioPic .splide__arrow--prev{
	left: 2%;
}
.postSingle-portfolioPic .splide__arrow--next{
	right: 2%;
}
.postSingle-portfolioPic .splide__arrows button{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 28px;
	width: 28px;
	background-color: #E6DDD1;
	opacity: .8;
	border-radius: 50%;
}
.postSingle-portfolioPic .splide__arrows button img{
	width: 12px;
}