@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

#container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding-bottom: 40px;
	width: auto;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
#container * {
	box-sizing: border-box
}


#container img {
	vertical-align: bottom
}

.archive .main {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 37px;
	position: relative;
}
.archive .main-title {
	width: 485px;
	position: absolute;
	left: 67px;
	top: 55px;
	z-index: 10;
	margin: 0;
	padding: 0;
	border: none;
}
.archive .entries {
	width: 1000px;
	margin: 0 auto 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.archive .entry {
	width: 484px;
    height:250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
}

.archive .entry .image {
	overflow: hidden;
	transition: all 0.2s;
}

.archive .entry a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.archive .entry a :hover {
	color: #fff;
}
.archive .entry a:hover .image {
	opacity: 0.8;
}

.archive .entry a:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 10;
}
.archive .entry .profile {
	color: #fff;
	padding: 16px 25px 0;
	box-sizing: border-box;
	display: table;
	width: 284px;
	height: 250px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 10;
}
.archive .entry.senior .profile {
	background: rgba(49, 153, 61, 0.8);
}
.archive .entry.senior .profile .head,.archive .entry.senior .profile .name .tag {
	color: #31993d;
}
.archive .entry.senior .profile .name .tag {
	width: 45px;
}
.archive .entry.genre .profile {
	background: rgba(2, 112, 160, 0.8);
}
.archive .entry.genre .profile .head,.archive .entry.genre .profile .name .tag{
	color: #0270a0;
}
.archive .entry.genre .profile .name .tag{
	width: 34px;
}
.archive .entry .profile .head{
	font-size: 16px;
	letter-spacing: 0;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	height: 29px;
	line-height: 29px;
	padding: 0 17px;
	margin-bottom: 8px;
}
.archive .entry .profile .desc dt {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.44;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}
.archive .entry .profile .desc .lt0 {
	letter-spacing: 0;
}
.archive .entry .profile .name {
	font-size: 14px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0 0;
}
.archive .entry .profile .name span {
	font-size: 11px;
}
.archive .entry .profile .name .tag {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	background: #fff;
	text-align: center;
	height: 21px;
	line-height: 18px;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}
.archive .entry .profile .country dt {
	font-size: 12px;
	letter-spacing: 0;
	height: 23px;
	line-height: 20px;
	padding: 0 5px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 10px 0 5px;
}
.archive .entry .profile .country dd {
	font-size: 12px;
	line-height: 1.33;
}
.archive .entry .date {
	position: absolute;
	bottom: 12px;
	left: 25px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.archive .entry.new .img a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #ce2f35;
	box-sizing: border-box;
	background: url(../images/icon_new.png) 0 0 no-repeat
}
/* single */

#single .main {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#single .main img{
  width: 100%;
}
#single .main .main-title {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 49px;
	right: 0;
	text-align: right;
}
#single .main-title span {
  display: inline-block;
  height: 46px;
  line-height: 45px;
  letter-spacing: 0.06em;
  margin-top: 5px;
  padding: 0 31px 0 17px;
  font-feature-settings: "palt";
}
#single .main-title span.mr15 {
	padding-right: 15px;
}
#single .senior .main-title span {
	background: #31983d;
}
#single .general .main-title span {
  background: #0077c0;
}
#single .main .profile {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 20px 20px 19px 20px;
}
#single .main .profile .name {
	font-size: 24px;
	letter-spacing: 0.06em;
	height: 22px;
	font-weight: 500;
	line-height: 1;
}
#single .main .profile .name span {
	font-size: 18px;
}
#single .main .profile .name .tag {
	display: inline-block;
	margin-left: 9px;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
    padding: 0px 6px;
	vertical-align: middle;
	margin-top: -2px;
}
#single .senior .main .profile .name .tag {
	color: #3caf4c;
}
#single .general .main .profile .name .tag{
  color: #0077c0;
}
#single .senior .main .profile {
  width: 342px;
	background: rgba(40, 152, 61, 0.8);
}
#single .general .main .profile{
  width: 342px;
  background: rgba(0,119,192, 0.8);
}
#single .main .profile dd {
	font-size: 16px;
	letter-spacing: 0.06em;
  font-weight: 500;
}
#single .main .profile dd.date {
    letter-spacing: 0.13em;
}
#single .main .profile dd.date .date-indent{
  display: inline-block;
  text-indent: 4em;
}
#single .main .profile .country {
	font-size: 14px;
	line-height: 1.42;
	margin: 16px 0 0;
}
#single .main .profile .tit {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	width: 68px;
	height: 25px;
	line-height: 23px;
	display: inline-block;
	border: 1px solid #fff;
	margin-right: 8px;
}
#single .main .profile dd {
	margin-top: 16px;
}
#single .contents .lead {
  font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
  margin: 70px 0 67px;
}
#single .entries {
	width: 1000px;
	margin: 0 auto;
}
#single .entries .heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 53px;
}
#single .entries .tit {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.636;
	margin: -2px 0 0;
}
#single .senior .entries .tit {
	color: #3caf4c;
}
#single .general .entries .tit {
  color: #0077c0;
}
#single .entries .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
	margin-right: 20px;
  width: 163px;
  height: 45px;
}
#single .entries .sub-title img{
  display: block;
  width: auto;
  height: 50%;
}
#single .senior .entries .sub-title:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: skew(-14deg);
  background-color: #31983d;
}
#single .general .entries .sub-title:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: skew(-14deg);
  background-color: #0077c0;
}

#single .entry.row {
	display: flex;
	justify-content: space-between;
}
#single .entry.reverse {
	flex-direction: row-reverse;
}
#single .entry:not(last-child ){
	margin-bottom: 98px;
}
#single .entry.row .txt {
	width: 460px;
	font-size: 14px;
  margin: -7px 0 0;
  line-height: 2;
  letter-spacing: 0.03em;
}
#single .entry.row img{
  width: 501px;
}
#single .entry .img.img-wide{
  margin-bottom: 15px;
}
#single .entry .img img {
	display: block;
  margin: 0 auto;
  height: auto;
}
#single .schedule {
	padding: 60px 0;
}
#single .senior .schedule {
	background: #f5fff5;
}
#single .general .schedule {
	background: #eff5fb;
}
#single .schedule .heading{
	text-align: center;
	margin-bottom: 40px;
}
#single .schedule .heading .tit {
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
}
#single .senior .schedule .heading .tit{
	color: #3caf4c;
}
#single .general .schedule .heading .tit{
  color: #0077c0;
}
#single .schedule .heading .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 211px;
  height: 45px;
  margin: 0 auto 27px;
}
#single .schedule .heading .sub-title img{
  display: block;
  position: relative;
  width: auto;
  height: 52%;
  z-index: 2;
}
#single .senior .schedule .heading .sub-title:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skew(-14deg);
  background-color: #31983d;
}
#single .general .schedule .heading .sub-title:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transform: skew(-14deg);
  background-color: #0077c0;
}
#single .schedule .timetable {
	width: 940px;
	margin: 0 auto;
}
#single .schedule .timetable:after {
	content: '';
	display: block;
	clear: both
}

#single .schedule .timetable ul {
	padding-left: 50px;
	width: 50%;
	float: left;
	position: relative;
}
#single .senior .schedule .timetable ul:before {
	content:'';
	width: 2px;
	height: 100%;
	background: #3caf4c;
	position: absolute;
	left: 65px;
	top: 0;
}
#single .general .schedule .timetable ul:before {
	content:'';
	width: 2px;
	height: 100%;
	background: #0077c0;
	position: absolute;
	left: 65px;
	top: 0;
}
#single .schedule .timetable .timetable-cover-matsumura :after{
  content: "";
  width: 2px;
  height: 56px;
  background: #eff5fb;
	position: absolute;
	left: 65px;
  bottom: -32px;
}
#single .schedule .timetable .timetable-cover-tabata :after{
  content: "";
  width: 2px;
  height: 65px;
  background: #eff5fb;
	position: absolute;
	left: 65px;
  bottom: -13px;
}
#single .schedule .timetable .timetable-cover-sano :after{
  content: "";
  width: 2px;
  height: 65px;
  background: #eff5fb;
	position: absolute;
	left: 65px;
  bottom: -13px;
}
#single .schedule .timetable .timetable-cover-shimono :after{
  content: "";
  width: 2px;
  height: 56px;
  background: #eff5fb;
	position: absolute;
	left: 65px;
  bottom: -32px;
}
#single .schedule .timetable li {
	padding-bottom: 20px;
	display: flex;
  align-items: flex-start;
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
}

#single .schedule .timetable li:last-child {
	padding-bottom: 0;
  background-size: 0;
}
#single .schedule .timetable .time {
  width: 52px;
  font-weight: 600;
}
#single .senior .schedule .timetable .time {
  color: #3caf4c;
}
#single .general .schedule .timetable .time {
  color: #0077c0;
}

#single .schedule .timetable .icon {
	padding-top: 0;
	width: 42px;
	height:32px;
	z-index: 5;
}
#single .schedule .timetable .txt{
  width: 80%;
}
#single .senior .schedule .timetable .icon {
	background: #f5fff5;
}
#single #outer_related .inner{
	width: 1000px;
	margin: 0 auto;
  padding: 80px 0;
  border-bottom: 1px solid #c8c8c8;
}
#single .btn_back {
	margin: 60px auto 40px;
	border-color: #333;
  background-color: transparent;
}
#single .btn_back a{
	color:#333 !important;
}
#outer_related{
	font-size: 0;
	text-align: center;
}
.btn_detail {
	width: 360px;
	height: 56px;
	line-height: 55px;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-radius: 8px;
	border: 1px solid #0077c0;
  background-color: #0077c0;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.btn_detail a {
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.btn_detail a:hover {
	opacity: 0.8;
}
.btn_detail a:after {
	content: '';
	display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
	position: absolute;
	right: 8px;
  top: 24px;
}
.btn_detail.btn_back a:after{
  content: none;
	background: none;
}
.btn_detail.btn_back a:before {
	content: '';
	display: block;
	width: 7px;
	height: 11px;
	background: url(../../common/images/arrow_black.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 21px;
	right: 6px;
}
.btn_related {
	font-size: 18px;
	letter-spacing: 0.03em;
	font-weight: bold;
	line-height: 1.38;
	width: 320px;
	height: 74px;
	box-sizing: border-box;
	border: 1px solid #0077b8;
	display: inline-block;
	margin: 0 15px;
	position: relative;
}
.btn_related a {
	color: #0077b8;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px 0 10px;
	text-decoration: none;
	transition: all 0.2s;
}
.btn_related.longtext {
	letter-spacing: 0.03em;
}
.btn_related.longtext a {
	padding: 12px 7px 10px 0;
}
.btn_related a:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/btn_arrow.svg) no-repeat;
	position: absolute;
	top: 30px;
	right: 10px;
}
.btn_related a:visited {
	color: #0077b8;
}
.btn_related a:hover {
	opacity: 0.8;

}
.readmore-title {
	font-size:20px;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	color: #0077c0;
	width: 1000px;
	margin: 60px auto 40px;
}
.readmore-title::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_circle.svg) no-repeat;
	background-size: contain;
	margin-top: 2px;
	margin-right: 5px;
}
.readmore-posts {
	width: 1000px;
	margin: 0 auto 20px;
	font-size: 0;
}
