@charset "utf-8";
:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.mainContents.news {
	padding-top: 145px;
}
@media (min-width: 768px)
{	
	.mainContents
	{
		padding-left: 100px;
		padding-right: 100px;
	}
}
.display_b {
	display: block!important;
}
.teturnTop {
	background-color: #F8F4EA;
}
.newsCatTitle {
  text-transform: capitalize;
}

.news .hd {
  position: relative;
  z-index: 1;
  margin-bottom: 97px;
}

.news .hd h2 {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 2.4px;
  color: #988666;
  font-family: var(--Classico);
}

.news .filter {
  text-align: center;
  font-family: var(--Classico);
}

.news .filter a {
  margin: 0 24px;
  font-size: 18px;
  letter-spacing:0.5px;
  color: #333;
}

.news .filter a.on {
  color: #aaa;
}

.bd {
  /*margin-bottom: 40px;*/
}

@media (min-width: 768px)
{	
	.news .bd ul {
	  margin: 0 auto;
	  max-width: 1000px;
	  display: flex;
	  justify-content: flex-start;
	  align-items: stretch;
	  flex-wrap: wrap;
	}
	.news .bd ul.news-list 
	{
		display: grid;
		grid-template-columns:repeat(3, 1fr);
		gap:72px 80px;
		margin-bottom: 72px;
	}
}

@media (max-width: 767px)
{
	.news .bd ul.news-list a
	{
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.news .bd ul.news-list
	{
		border-top: 1px solid #ECE6D8;
		width: calc(100% + 40px);
		position: relative;
		left: -20px;
		margin-bottom: 60px;
	}
	.news .bd ul.news-list li
	{	
		border-bottom: 1px solid #ECE6D8;
	}
	.news .bd ul.news-list a .basePic
	{
		flex: 0 0 calc(41.66666667% - 10px);
    max-width: calc(41.66666667% - 10px);
    box-sizing: border-box;
	}
	.news .bd ul.news-list a .text
	{
    flex: 0 0 calc(58.33333333% - 10px);
    max-width: calc(58.33333333% - 10px);	
   }
}
/*
.news .bd li {
  width: 280px;
  margin: 0 80px 72px 0;
}
*/

.news .bd li:nth-child(3n) {
  margin-right: 0;
}

.news .bd .pager-wrap li {
	display: inline-block;
	margin: 0 16px 0 16px;
	width: unset;
}
.news .bd .pager-wrap .paged a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.2;
}
.news .bd .pager-wrap .paged a {
	display: inline-block;
	font-size: 15px;
	line-height: 1.2;
}
.pager-wrap .current_paged {
	font-weight: bold;
	border-bottom: 1px solid black;
}

.news .bd li a {
  display: block;
}

.news .bd li .pic {
  position: relative;
  padding: 8px;
  border: 1px solid #ECE6D8;
}

.news .bd li .pic img {
  width: 100%;
}

.news .bd .text {
  padding-top: 25px;
}

.news .bd li .title {
  margin-bottom: 10px;
  font-size: 16px;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  color: #333;
}

.news .bd li .info {
  font-size: 16px;
  letter-spacing: .6px;
}

.news .bd li .info span {
  margin-left: 20px;
  font-size: 14px;
  color: #9F0A0A;
  font-style: italic;
}

.contentEditorImg {
  position: relative;
}

.contentEditorImg > img {
  opacity: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.contentEditorBg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s;
}

.contentEditorBg.fadeIn {
  opacity: 1;
}

/*------------------------------------------------------------
  newsDetail
------------------------------------------------------------*/
.mainContents.news-detail {
	padding-top: 154px;
}
.newsDetail .mainCon {
  margin: 0 auto 98px;
  max-width: 700px;
  color: #333;
}

.newsDetail .mainCon .hd {
  text-align: center;
  margin-bottom: 67px;
}

.newsDetail .mainCon .hd h2 {
  font-size: 30px;
  border-bottom: 1px solid #988666;
  padding-bottom: 40px;
  letter-spacing: .6px;
  color: #333;
  line-height: 1.5;
}

.newsDetail .mainCon .hd .info {
  padding-top: 20px;
  font-size: 16px;
  font-family: var(--Classico);
}

.newsDetail .hd .info a {
  margin-left: 20px;
  font-size: 14px;
  color: #9F0A0A;
}

.newsDetail .mainCon .bd {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
  padding-bottom: 5px;
}

.newsDetail .mainCon .bd p {
  margin-bottom: 30px;
  line-height: 27px;
}

.newsDetail .mainCon .bd span.p_margin {
	display: inline-block;
	margin-bottom: 30px;
}

.newsDetail .mainCon .bd p.pimg {
	margin-bottom: 69px;
}

.newsDetail .mainCon .bd a {
  text-decoration: underline;
}

.newsDetail .mainCon .textCenter {
  text-align: center;
  padding-bottom: 30px;
}

.newsDetail .mainCon .alignCenter {
  text-align: center;
  padding-top: 46px;
}

.newsDetail .mainCon img {
  max-width: 700px;
  height: auto;
}

.newsDetail .ft .shareBar {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: var(--Classico);
}

.newsDetail .ft .shareBar span {
  display: flex;
  justify-content: center;
  padding-top: 11px;
}

.newsDetail .ft .shareBar span a {
  display: inline-block;
  overflow: hidden;
}

.newsDetail .shareBar span svg {
  width: 44px;
  height: 25px;
}

.newsDetail .shareBar a svg {
	fill: #988666;
}

.newsDetail .shareBar a:first-child svg {
  height: 22px;
  
}

.newsDetail .ft .btnBar {
  position: relative;
  border-top: 1px solid #ECE6D8;
  padding-top: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  font-family: var(--Classico);
}

.newsDetail .ft .btnBar a {
  font-size: 20px;
}

.newsDetail .ft .btnBar a.prev {
  position: absolute;
  right: 0;
}

.newsDetail .ft .btnBar a.next {
  position: absolute;
  left: 0;
}

.newsDetail .slider {
  margin-bottom: 60px;
  text-align: center;
}

.newsDetail .slider .btns {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.newsDetail .slider .btns svg {
  width: 14px;
  height: 14px;
  fill: #2a1b14;
}

.newsDetail .slider .prev,
.newsDetail .slider .next {
  cursor: pointer;
  overflow: hidden;
}

.newsDetail .slider .prev svg {
  transform: rotate(-180deg);
}

.newsDetail .slider .next svg {
  transform: rotate(0deg);
}

.newsDetail .slider .btns .num {
  width: 110px;
  text-align: center;
  font-size: 17px;
}

.newsDetail .slider .num span {
  display: inline-block;
  width: 20px;
}

.newsDetail .information .title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 26px;
  letter-spacing: 1px;
}

.information {
  margin-bottom: 45px;
}

.newsDetail .information li {
  border-top: 1px solid #c5c4c1;
  line-height: 26px;
  padding: 24px 0;
  letter-spacing: 0.6px;
}

.newsDetail .information li:first-child {
  border-top: 2px solid #988666;
}

.newsDetail .information .name {
  float: left;
  width: 180px;
  color: #333;
  padding-left: 25px;
  box-sizing: border-box;
}

.newsDetail .information .content {
  margin-left: 180px;
  color: #666;
}

/*.newsDetail .information .content span {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
}*/

.newsDetail .information .content .tips {
  /*line-height: 18px;*/
  display: block;
}

.newsDetail .information .content .end {
  color: #bf482d;
}

.newsDetail .map {
  position: relative;
  padding-bottom: 60.7%;
  margin-bottom: 65px;
}

.newsDetail .map > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsDetail .mainCon p.note,
.newsDetail .mainCon span.note {
  margin-bottom: 0;
  padding-left: 1em;
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  text-indent: -1em;
}

.newsDetail .ft .btnBar a {
	text-decoration: underline;
	color: #333;
}

.newsDetail .news {
  background-color: #F8F4EA;
  margin-bottom: -43px;
}

.newsDetail .news .bd li .pic {
	background: #fff;
}

.newsDetail .news .bd h2 {
	padding-top: 77px;
	padding-bottom: 32px;
	font-size: 32px;
	letter-spacing: 1.4px;
	text-align: center;
	color: #988666;
	font-family: var(--Classico);
}

.newsDetail .news .bd {
	padding-bottom: 40px;
	margin-bottom: 0;
}

/* .newsDetail1.newsDetail .shareBar a svg {
	fill: #333;
} */

/* .newsDetail1.newsDetail {
	background: #f9f8f5;
} */

.newsDetail1.newsDetail #gFooter {
	background-color: #F8F4EA;
}

.newsDetail #gFooter {
	background-color: #F8F4EA;
}

.news .newsDetailSlider ul {
  max-width: 812px;
}

@media (min-width: 768px)
{	
	.news .newsDetailSlider li {
	  width: 227px;
	  margin: 0 65px 72px 0;
	}
}

.newsDetail .news .newsDetailSlider h2 {
  padding-bottom: 28px;
  padding-top: 74px;
}

.news .newsDetailSlider .text {
  padding-top: 22px;
}

.news .newsDetailSlider li .title {
  margin-bottom: 7px;
  font-size: 14px;
  letter-spacing: .3px;
}

.news .newsDetailSlider li .info {
  font-size: 12px;
  letter-spacing: 0;
}

.news .newsDetailSlider li .info span {
  font-size: 12px;
  font-style: italic;
  margin-left: 14px;
}

.newsDetail .mainCon .slider-bottom {
  margin-bottom: 25px;
}

@media all and (max-width: 767px) {
	.mainContents.news {
		padding-top: 0px;
	}

  .news .filter a {
    margin: 0;
    font-size: 16px;
    letter-spacing: .4px;
  }
  
  .newsDetail .news .bd h2 {
    padding-top: 56px;
    padding-bottom: 25px;
    font-size: 28px;
    letter-spacing: .2px;
  }
  .newsDetail .news .bd ul
  {
		border-top: 1px solid #ECE6D8;
  }
  .news.newsDetailSliderCon .bd li a {
    margin: 0 16px;
  }

  .newsDetail .mainCon .bd p {
	  margin-bottom: 14px;
	  line-height: 23px;
  }
	.newsDetail .mainCon .bd span.p_margin {
		margin-bottom: 14px;
		font-size: 13px;
	}

  .news .hd {
    margin-bottom: 60px;
    padding-top: 90px;
  }

  .news .hd h2 {
    margin-bottom: 0;
    letter-spacing: 1.7px;
    font-size: 23px;
	  padding-left: 0;
  }

  .news .hd .select {
    float: none;
    margin: 0 auto;
    text-align: left;
    width: max-content;
    min-width: 144px;
  }

  .news .hd .select p {
    padding: 4px 0;
    color: #333;
  }

/*
  .news .bd ul {
    margin: 0 30px;
  }
*/
  
 .newsDetail .news .bd ul {
    margin: auto;
  }

  .bd {
    margin-bottom: 40px;
  }
/*

  .news .bd li,
  .news .bd li:nth-child(3n) {
    width: calc(50% - 15px);
    margin: 0 30px 39px 0;
  }
*/

  .news .bd li:nth-child(2n) {
    margin-right: 0;
  }

  .news .bd li .pic {
    padding: 3px;
  }

  .news .bd li .pic img {
    /* border-width: 4px; */
    /* padding-bottom: calc(100% - 8px); */
	width: 100%;
  }

  .news .bd .text {
    padding-top: 14px;
	/* text-align: center; */
  }

  .news .bd li .title {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0;
  }

  .news .bd li .info {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .news .bd li .info span {
    margin-left: 8px;
    font-size: 14px;
    letter-spacing: 0.1px;
  }

  /*------------------------------------------------------------
    newsDetail
  ------------------------------------------------------------*/
	.mainContents.news-detail {
		padding-top: 0px;
	}

  .newsDetail .mainCon {
    padding: 0 26px;
    margin-bottom: 78px;
  }

  .newsDetail .mainCon .hd {
    padding-top: 103px;
  }

  .newsDetail .mainCon .hd h2 {
    font-size: 24px;
    padding-bottom: 39px;
    line-height: 32px;
    letter-spacing: 0px;
  }

  .newsDetail .mainCon .hd .info {
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 0.4px;
  }

  .newsDetail .hd .info a {
    margin-left: 12px;
  }

  .newsDetail .mainCon .hd {
    margin-bottom: 48px;
  }

  .newsDetail .mainCon .bd {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 0px;
  }
  
  .newsDetail .ft .shareBar span {
	  padding-top: 18px;
  }

  .newsDetail .mainCon .bd p.note {
    margin-bottom: 0;
  }

  .newsDetail .mainCon .bd p.pimg {
    margin-bottom: 48px;
  }

  .newsDetail .mainCon .bd .end {
    font-size: 13px;
  }

  .newsDetail .mainCon .alignCenter {
    padding-top: 35px;
  }

  .newsDetail .mainCon img {
    max-width: 100%;
  }

  .newsDetail .mainCon .textCenter {
    text-align: left;
  }
  
  .newsDetail .mainCon span {
    font-size: 11px;
  }

  .newsDetail .ft .shareBar {
    margin-bottom: 25px;
  }

  .newsDetail .ft .btnBar {
    padding-top: 25px;
  }

  .newsDetail .ft .btnBar a {
    font-size: 18px;
  }

  .newsDetail .slider {
    margin-bottom: 30px;
  }

  .newsDetail .slider .btns {
    margin-top: 28px;
  }
	
.information {
  margin-bottom: 25px;
}

  .newsDetail .information .title {
    letter-spacing: 1.6px;
	font-size: 20px;
  }

  .newsDetail .information li {
    padding: 19px 0;
  }

  .newsDetail .information .name {
    float: none;
    padding-left: 0;
  }

  .newsDetail .information .content {
    margin-left: 0;
  }

  .newsDetail .information .content .tips {
    line-height: 19px;
    text-indent: -12px;
    margin-left: 11px;
  }

  /*.newsDetail .information .content span {
    font-size: 11px;
  }*/

.newsDetail .map {
  margin-bottom: 50px;
}

  .news .newsDetailSlider li {
    margin-right: 0;
    margin-bottom: 0;
  }

  .news .newsDetailSlider .text {
    padding-top: 13px;
  }

  .newsDetail .news .newsDetailSlider {
    padding-bottom: 143px;
  }

}
