@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');


/*--------------------------------------------------------------------*/
/* 読みもの */
/*--------------------------------------------------------------------*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

* {
	margin: 0;
	padding: 0;
}
img,video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
small,
.small {
  font-size: 85%;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/

#article {
  padding: 30px 0;
}

@media print, screen and (min-width: 768px) {
  #article {
  }
}


/* Index
--------------------------------------------------------------------*/
.article-list {
	
}
.article-list li .article-thumb {
	margin-bottom: 10px;
}
.article-list li .article-date {
	font-size: .875em;
	margin: 0 0 .5em;
  padding: 0;
}
.article-list li .article-series {
	color: #587026;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 .5em;
  padding: 0;
}
.article-list li .article-title {
	font-size: 1.125em;
	font-weight: bold;
	margin: 0 0 1em;
  padding: 0;
}


/* article
--------------------------------------------------------------------*/
.article-header {
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.article-header .article-date {
	font-size: .875em;
	margin: 0 0 .75em;
  padding: 0;
}
.article-header .article-series {
	color: #587026;
	font-size: 1.25em;
	font-weight: bold;
	margin: 0 0 .5em;
  padding: 0;
}
.article-header .article-series-caption {
	font-size: .875em;
	margin: 0 0 1em;
  padding: 0;
}
.article-header .article-title {
	font-size: 1.75em;
	font-weight: bold;
	margin: 0 0 1em;
  padding: 0;
}
.article-header .article-author {
	text-align: right;
  padding: 0;
}

.article-body {
	
}
.article-body .article-text {
	line-height: 2.25;
	margin-bottom: 1.25em;
}

.article-body h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
}
.article-body .section-header {
	font-size: 1.75em;
}

.article-items li {
	background: #fff;
}
.article-items li a {
	display: block;
	padding: 15px;
	text-decoration: none;
}
.article-items li a .item-photo {
	margin-bottom: 10px;
}
.article-items li a .item-name {
	line-height: 1.3;
}

.article-photo {
  
}
.article-photo img {
}
.article-photo figcaption {
  font-size: .9em;
  line-height: 1.3;
  padding-top: .5em;
}

@media print, screen and (min-width: 768px) {
  .article-photo figcaption {
    text-align: center;
  }
}

.article-talk dl {
  
}
.article-talk dl dt {
  font-weight: normal;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
.article-talk dl dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  background-size: contain;
}
.article-talk dl dd {
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1em;
  padding: 0;
  white-space: normal;
}

@media print, screen and (min-width: 768px) {
  .article-talk dl {
    display: flex;
    flex-wrap: wrap;
  }
  .article-talk dl dt {
    font-weight: bold;
    text-align: center;
    flex-direction: column;
    width: calc(60px + 2em);
    margin-bottom: 1em;
    padding-right: 2em;
  }
  .article-talk dl dt::before {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .article-talk dl dd {
    text-align: left;
    width: calc(100% - calc(60px + 2em));
  }
  .article-talk dl dd + dd {
    padding-left: calc(60px + 2em);
  }
}

.article-talk dl dt.person_usanko {
  color: #0f5d35;
}
.article-talk dl dt.person_usanko::before {
  background-image: url("/img/usr/articles/icon_person_usanko.png");
}
.article-talk dl dd.talk_usanko {
  color: #0f5d35;
}
.article-talk dl dt.person_ranko {
  color: #2c1d98;
}
.article-talk dl dt.person_ranko::before {
  background-image: url("/img/usr/articles/icon_person_ranko.png");
}
.article-talk dl dd.talk_ranko {
  color: #2c1d98;
}

.article-profile {
  background: #fefbd6;
}
.article-profile p,
.article-profile ul {
  margin-bottom: .75em;
}
.article-profile .profile-header {
  font-size: 1.125em;
  font-weight: bold;
  margin: 1em 0 .5em;
}
.article-profile .profile-name {
  font-size: 1.25em;
  font-weight: bold;
}
.article-profile .profile-link {
  font-size: .875em;
}
.link-instagram::before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.link-twitter::before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.link-x::before {
	content: "\e61b";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .3em;
}
.link-facebook::before {
	content: "\f09a";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.link-youtube::before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .3em;
}
.link-website::before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .3em;
}

.article-content-nav {
  border-top: 1px solid #999;
  margin-top: 30px;
  padding-top: 30px;
}
.article-content-nav .content-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .75em;
  text-align: center;
}
.article-content-nav .content-nav {
  position: relative;
  width: 100%;
  height: 50px;
}
.article-content-nav .content-nav li {
  position: absolute;
}
.article-content-nav .content-nav .nav-prev {
  top: 0;
  left: 0;
  width: 48%;
}
.article-content-nav .content-nav .nav-prev a::before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .5em;
}
.article-content-nav .content-nav .nav-next {
  top: 0;
  right: 0;
  width: 48%;
}
.article-content-nav .content-nav .nav-next a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .5em;
}
.article-content-nav .content-nav li a {
  display: block;
  line-height: 50px;
  background: #666;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
.article-content-nav .content-nav li a:hover {
  background: rgba(237, 117, 133, 1);
}


/* Side
--------------------------------------------------------------------*/

.article-sidenav h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.article-sidenav li a {
  display: block;
	text-decoration: none;
}
.article-sidenav li .article-thumb {
	margin-bottom: 10px;
}
.article-sidenav li .article-date {
	font-size: .875em;
	margin-bottom: .25em;
}
.article-sidenav li .article-series {
	color: #587026;
	font-size: .875em;
	font-weight: bold;
	margin: 0 0 .25em;
  padding: 0;
}
.article-sidenav li .article-title {
	font-size: .9em;
	font-weight: bold;
  margin: 0;
  padding: 0;
}


@media print, screen and (min-width: 992px) {
  .article-sidenav li a {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
}


