/* free_space */
.free_space{
  margin-bottom:80px;
  padding-bottom:0;
  text-align: center;
}
.free_space_attention-block {
	box-sizing:border-box;
	/* padding:1.5em; */
  	padding: 40px 100px;
	/* margin-bottom:40px; */
  	margin-bottom:50px;
	background-color:#f4f1e9;
	border:solid #4c2708 5px;
}
.free_space_attention-block .free_space_headline {
  color: #e01025;
}
.free_space_headline {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  /*color: #e01025;*/
  margin-bottom:20px;
  margin-top:0;
}
.free_space_headline a{
  color:currentColor;
}
.free_space_text {
  margin: 0px;
  font-size:16px;
  line-height: 1.75;
  text-align: left;
}
/*.free_space_bnr{
  margin-bottom:;
}*/
.free_space_bnr img {
    max-width: 800px;
    width: 100%;
}
@media (max-width: 768px) {
  .free_space{
    margin-bottom:30px;
    padding-left:0;
    padding-right:0;
  }
  .free_space_attention-block {
    padding: 20px;
    border-width: 3px;
    margin-bottom:20px;
  }
  .free_space_headline {
    font-size: 16px;
    margin-bottom:15px;
  }
  .free_space_text {
    font-size: 14px;
  }
}

.new-item {
	margin-bottom:50px;
}

.new-item_heading {
	text-align:	center;
}
@media (max-width: 768px){
	.new-item {
		margin-bottom:20px;
	}
}

.cm_item {
	margin-bottom:50px;
}

.org-item {
  box-sizing:border-box;
  /* margin-bottom: 20px; */
  margin-bottom: 80px;
  /* padding: 20px; */
  /* padding: 24px 20px; */
  padding: 50px 30px;
  background-color:#f4f1e9;
  border-radius: 3px;
}

.org-item_heading {
   /*margin-top: 14px;*/
	text-align:	center;
  margin-bottom:40px;
  padding-bottom:0;
}

.org_lists {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 40px -18px -25px;
}

.org_list {
    /* margin-bottom: 40px; */
  	margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-left:18px;
    padding-right:18px;
}
.org_list a:first-child{
  display:block;
  margin-bottom:15px;
}
.org_list .item_name {
	/* font-weight:	bold; */
  	font-size: 20px;
  	font-weight: 700;
  	padding-top:0;
}
.org_list .item_text {
  font-size: 16px;
  /*font-feature-settings: normal;*/
  line-height:1.5;
  margin-top: 8px;
}

.org_list .item_text,
.org_list .item_name {
	text-align:	justify;
}
@media (max-width: 980px) {
  .org_list{
    width: 33.3333333%;
  }
}
@media (max-width: 767px) {
  .org-item{
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .org-item_heading{
    margin-bottom:25px;
  }
  .org_lists {
    margin: 25px 0 -15px;
  }
  .org_list {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom:15px;
  }
  .org_list a:first-child{
    margin-bottom:10px;
  }
  .org_list .item_name {
    font-size:18px;
  }
  .org_list .item_text {
  	font-size: 15px;
    line-height:1.33;
    /*margin-top:10px;*/
  }
}

.recommend_heading {
	text-align:	center;
}

.info{
	margin-bottom:80px;
}
.info_heading {
	text-align:	center;
}

.info dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width:100%;
  border-top:solid 1px #000;
}

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

.info dl dt,
.info dl dd {
  box-sizing: border-box;
}
.info dl dt {
	float:left;
	display:block;
	width:130px;
	/* padding: 10px 0; */
  	padding: 22px 20px;
	margin:0;
	text-align:center;
  	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.info dl dd {
	float:left;
	display:block;
	width: calc(100% - 130px);
	/* padding: 10px 0; */
   padding: 22px 20px 22px 10px;
	margin:0;
	border-bottom: 1px solid #ccc;
}
.info dl a{
  color: currentColor;
}

@media (max-width: 980px) {
  .info{
    margin-bottom:40px;
  }
  .info dl{
    margin-top: 25px;
  }
  .info.container dl dt,
  .info.container dl dd {
    float: none;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-left:0;
    padding-right:0;
    font-size:15px;
    line-height:1.5;
  }
  .info.container dt {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .info.container dd {
    padding-top: 3px;
    padding-bottom:15px;
  }
  .info.container dl dt {
    border-bottom: 0px;
  }
}

.sns_ig h2,
.sns_fb h2 {
  font-size: 26px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-top:0;
  margin-bottom:25px;
}
.sns_ig h2:first-letter,
.sns_fb h2:first-letter {
  color: #e01025;
}
.sns_ig h2 span,
.sns_fb h2 span {
  display: block;
  font-size: 16px;
  /*letter-spacing: 0.1em;*/
}
.sns_ig h2 span .str_first,
.sns_fb h2 span .str_first {
  display: inline;
  font-size: 100%;
  color: #29643e;
}
.sns_area {
	box-sizing: border-box;
	width: 100%;
	/* margin-bottom: 40px; */
  	margin-bottom: 60px;
}
.sns_ig {
  float: left;
  /* width: 49%; */
  width: 47.5%;
}
.sns_fb {
  float: right;
  /* width: 49%; */
  width: 47.5%;
}

.sns_fb iframe {
	width: 100%;
}

#insta {
  display: flex;
  flex-wrap: wrap;
  margin:-1px;
}

#insta .card {
  width: calc(33.3% - 2px);
  padding:1px;
  box-sizing: border-box;
}

#insta .card a {
	box-sizing: border-box;
	display: block;
	width: 100%;
  	cursor: pointer;
  /*border: solid 1px transparent;*/
  overflow:hidden;
  position:relative;
}
#insta .card a:hover{
  /*border-color: #e01025;*/
}

/*#insta .card a::before {
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top: 0;
  left: 0;
  border: solid 0.5px #e01025;
  opacity:0;
  transition: opacity .5s;
}
#insta .card a:hover::before {
	opacity:1;
}*/
#insta .card a img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  
}
/*#insta .card a:hover img{
  transform: scale(1.05);
}*/

@media (max-width: 767px) {
	.sns_ig h2,
    .sns_fb h2 {
      font-size: 20px;
      margin-bottom:18px;
      text-align:center;
    }
    .sns_ig h2 span,
    .sns_fb h2 span {
      font-size: 15px;
    }
  .sns_area{
    margin-bottom:40px;
  }
	.sns_ig {
		float: none;
		width: 100%;
      margin-bottom: 40px;
	}

	.sns_fb {
		float: none;
		width: 100%;
		text-align: center;
	}
	.sns_fb iframe {
		max-width: 500px;
		/*max-width: 100%;*/
	}
  
  #insta{
    margin: -2px;
  }
	#insta .card {
      width: calc(33.3% - 4px);
      padding: 1px;
  }
}

.banner_area {
	box-sizing:border-box;
	width: 100%;
	margin-bottom: 20px;
	/* padding-top: 40px; */
  	padding-top: 80px;
	position:relative;
}
.banner_area::before {
  content: "";
  display:block;
  border-top: solid 1px #ccc;
  width:100%;
  height:0;
  top:0;
  left:0;
  position:absolute;
}

/*.banner_area a:hover {
	filter: brightness(0.6);
}*/

.ban_l {
	float: left;
	/* width: 49%; */
	width: 47.5%;
	/* margin-bottom: 10px; */
   margin-bottom: 30px;
}
.ban_r {
	float: right;
	/* width: 49%; */
  	width: 47.5%;
	/* margin-bottom: 10px; */
  	margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner_area {
    padding-top:40px;
    margin-bottom:30px;
  }
  .banner_area::before {
    left:20px;
    width:calc(100% - 40px);
  }
	.ban_l ,
	.ban_r {
      float: none;
		width: 100%;
      margin-bottom:10px;
	}
}




.footer_heading:first-letter {
  color:#e01025;
}
.footer_heading em {
  font-style: italic;
}
.footer_heading span {
  display: inline-block;
  padding-left: 1.5em;
  font-size: 80%;
}

.new-item_heading em:first-letter,
.org-item_heading em:first-letter,
.recommend_heading em:first-letter,
.info_heading em:first-letter,
.sns_heading em:first-letter {
  color:#e01025;
}
.new-item_heading,
/*.org-item_heading,*/
.recommend_heading,
.info_heading,
.sns_heading {
  margin-bottom: 50px;
}
.new-item_heading em,
.org-item_heading em,
.recommend_heading em,
.info_heading em,
.sns_heading em {
  display: block;
  font-style: italic;
  /* font-size: 20px; */
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.0;
}

.new-item_heading em i,
.org-item_heading em i,
.recommend_heading em i,
.info_heading em i,
.sns_heading em i {
  color:#29643e;
}

.new-item_heading span,
.org-item_heading span,
.recommend_heading span,
.info_heading span,
.sns_heading span {
  display: block;
  /* font-size: 80%; */
  font-size: 18px;
  font-weight: 500;
  /* padding: 10px 5em 10px; */
  padding: 20px 0 0;
  margin-top: 15px;
  /* border-top: 1px solid #000; 
  border-top: 2px solid #000; */
  /*width: 100%;
  min-width: 360px;*/
  box-sizing: border-box;
  font-style: normal;
  position:relative;
  letter-spacing: 0.1em;
}
.new-item_heading span::before,
.org-item_heading span::before,
.recommend_heading span::before,
.info_heading span::before,
.sns_heading span:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:50%;
  max-width:360px;
  width:100%;
  transform: translateX(-50%);
  border-top:2px solid #000;
  height:0;
}

@media (max-width: 768px) {
  .new-item_heading,
 /* .org-item_heading,*/
  .recommend_heading,
  .info_heading,
  .sns_heading {
    padding-left:1.3em;
    padding-right:1.3em;
    margin-bottom:25px;
  }
  .new-item_heading em,
  .org-item_heading em,
  .recommend_heading em,
  .info_heading em,
  .sns_heading em {
    font-size: 20px;
  }
  .new-item_heading span, 
  .org-item_heading span, 
  .recommend_heading span, 
  .info_heading span,
  .sns_heading span {
    font-size: 14px;
    padding: 14px  0 0;
    margin-top:10px;
  }
  .new-item_heading span::before,
  .org-item_heading span::before,
  .recommend_heading span::before,
  .info_heading span::before,
  .sns_heading span:before {
    border-top-width:1px;
    max-width: 188px;
  }
  
  .hidden-desktop-sponly {
		display: block;
		margin: 0 auto 20px;
	}
  .footer_checked{
    margin-bottom:40px;
  }
  
  .recommend .btn-more{
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:40px;
  }
}

@media (max-width: 980px){
  .footer_pagetop{
    margin-top: 30px;
  }
}
@media (max-width: 1260px){
  #footer_left{
    margin-bottom:2em;
  }
  #footer_right{
    display: block!important;
  }
}

.section {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

#top_bnr .content {
  text-align:center;
  padding: 0 0 50px ;
}
#top_bnr img{
  max-width: 800px;
  width:100%;
}

/******************************/
/* TOP JOURNAL */
/******************************/
.journal{
  margin-bottom: 80px;
}
.p-journal__contents{
  overflow: hidden;
}
.p-journal-list{
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding:0;
}
.p-journal-list__item {
  width: calc(25% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  list-style:none;
  display:block;
}
.p-journal-list__img {
  margin-bottom: 15px;
}
.p-journal-list__date {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
.p-journal-list a{
  color:#000;
}
.p-journal-list__link:hover .p-journal-list__date {
  text-decoration: none;
}
.p-journal-list__ttl {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
.p-journal__btn {
  margin-top: 30px;
  text-align: center;
}

.journal-bnr {
  margin:20px auto 0;
  max-width:480px;
}

@media screen and (max-width: 980px) {
  .journal{
  margin-bottom: 40px;
}
}
@media screen and (max-width: 767px){
  .p-journal__contents{
    overflow: visible;
  }
  .p-journal-list {
    margin-left: 0;
    margin-right: 0;
  }
  .p-journal-list .slick-track{
    display:flex;
  }
  .p-journal-list .slick-list {
    padding-left: 15px;
  }
  .p-journal-list__item {
    width: calc(50% - 10px);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .p-journal-list__item:nth-child(odd) {
    padding-left: 0;
  }
  .p-journal-list__item:nth-child(even) {
    padding-right: 0;
  }
  .p-journal-list__date {
    font-size: 16px;
  }
  .p-journal-list__ttl {
    letter-spacing: .1em;
    line-height: 1.3125;
    height: 1.3125em;
    overflow: hidden;
  }
  .p-journal__btn {
    margin-top: 15px;
  }
  .journal-bnr {
  margin-top:25px;
}
}

/******************************/
/* TOP VOICE */
/******************************/
.voice{
  margin-bottom: 40px;
  border-width: 5px;
  border-style: solid;
  border-radius: 50px;
  border-color: #df1d33 #df1d33 #3b623d #3b623d;
  position: relative;
  padding: 0 40px 40px;
  box-sizing: border-box;
}
.voice .heading {
  max-width: 320px;
  width: 33.66%;
  padding: 20px;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-bottom: -55px;
}
.voice .heading img {
  max-width: 100%;
}
.p-voice-list {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: inset 10px 10px 10px rgba(0,0,0,.1);
  display: block;
  list-style: none;
  padding: 5px 25px 25px;
  max-height: 410px;
  overflow-y: scroll;
  margin: 0;
}
.p-voice-list li {
  display: block;
  list-style: none;
  border-bottom: 2px solid #3b623d;
}
.p-voice-list__link {
  display: flex;
  padding: 20px;
}
.p-voice-list__img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
}
.p-voice-list__txtwrap {
  width: calc(100% - 70px);
  margin-left: 20px;
  font-weight: 700;
}
.p-voice-list__txt {
  font-size: 16px;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 5px;
  clear: both;
}
.p-voice-list__date {
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
}
.p-voice-list__author {
  font-size: 15px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .voice {
    border-width: 3px;
    border-radius: 25px;
    padding: 0 12px 12px;
    margin: 0 20px 45px;

  }
  div#contents > .container.voice {
    width: calc(100% - 40px);
  }
  .voice .heading {
    width: 212px;
    padding: 10px;
    margin-bottom: -25px;
  }
  .p-voice-list {
    border-radius: 15px;
    box-shadow: inset 5px 5px 5px rgba(0,0,0,.1);
    padding: 0 15px;
    max-height: 330px;
  }
  .p-voice-list li {
    border-bottom-width: 1px;
  }
  .p-voice-list__link {
    padding: 15px 0;
  }
  .p-voice-list__txtwrap {
    width: calc(100% - 60px);
    margin-left: 10px;
  }
  .p-voice-list__txt {
    font-size: 14px;
    height: 3em;
    margin-bottom: 5px;
  }
  .p-voice-list__date {
    font-size: 13px;
    float: left;
  }
  .p-voice-list__author {
    font-size: 14px;
    margin-left: auto;
    float: right;
  }
}

/*********************************************
 SNS
*********************************************/
.sns_heading {
  text-align: center;
}
#top_sns {
  margin-top: 40px;
}
#top_sns .social-links {
  margin: 0;
  gap: .5em;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_sns .social-link{
  display: block;
}
#top_sns .social-link a {
  color: #29643e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0.25em;
  transition: color .1s ease;
  padding: 0;
  line-height: 1.0;
}
#top_sns .social-link a:hover {
  color: #e01025;
}
#top_sns .social-links .social-link svg {
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: currentColor;
}
#top_sns .social-links .social-link span:not(.screen-reader-text){
  font-size: .257em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  #top_sns {
	  margin-top: 80px; 
  }
  #top_sns .social-links{
    gap: .78em;
    font-size: 72px;
  }
  #top_sns .social-link a {
    gap: 0.428em;
  }
}