:root {
  --color-bg: #FAF7F1;
  --color-primary: #bfa000;
  --color-accent: #82b3a6;
  --color-text: #3b3b3b;
  --color-white: #ffffff;
/*  --font-main: "Hiragino Kaku Gothic Pro", sans-serif;*/
}

/*wrapper*/

.timeline-wrap{
	max-width: 900px;
  width: 95%;
  height: auto;
  margin: 10px auto 40px;
}

@media screen and (max-width: 568px) {
	
}

.timeline-titile{
	font-size: 2.3em;
	color:#52CCB2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sch{
max-width: 900px;
/*  width: 95%;*/
/*  height: 50px;*/
  background: url(../images/h3_bg.jpg) bottom right no-repeat;
  text-align: center;
  margin: 0 auto 12px;
/*  font-size: 2.3em;*/
  padding-bottom: 16px;
  color: var(--color-bland);
  font-weight: bold;
  letter-spacing: 0.1em;
	text-align: left;
}

.timeline-head{
	margin-top: 56px;
	color:#52CCB2;
	font-size: 3em;
	 display: flex;
/*  align-items: center;  垂直方向の中央揃え */
	 align-items: flex-end;
}
@media screen and (max-width: 768px) {
	.timeline-head{
		margin-top: 32px;
		font-size:2em;
	}
}

.timeline-head-span{
	display: inline-block;
	padding-left: 8px;
	padding-right: 20px;
	font-weight: 600;
	line-height: 1;
	font-size: 1em;
}
@media screen and (max-width: 768px) {
  .timeline-head-span{
    font-size: 1em;
	 padding-right: 12px;
  }
}

.instagram_-glyph_-white {
  aspect-ratio: 1;
  height: 1em;
  position: relative;
  width: auto;
}

.btn-follow{
	display: inline-block;
	padding: 0.5em 1em;
	font-size: 0.4em;
	letter-spacing: 1.1;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #52CCB2;;
	border-radius: 24px;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.btn-follow{
/*		font-size: 0.5em;*/
}
}
.btn-follow:hover{ 
	 opacity: 0.5;
}
a.btn-follow{
	color: #FFFFFF;
	text-decoration: none;
}
a.btn-follow:visited{
	color: #FFFFFF;
}

.feed-wrap{
	box-sizing: border-box;
	text-align: center;
	max-width: 900px;
	padding: 10px;
}
/*elfsite isnstagram timeline*/
.eapps-instagram-feed-posts-item-template-classic{
	border-radius: 8px;
	border: 1px solid rgba(153,215,200,1);
}

/* nav.anchor/////////////////////////// */
.chevron {
  text-align: center;
  margin: 1rem 0 2.5rem 0;
}
.chevron img {
  width: 24px;
  height: auto;
}

.anchor-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1rem;
  background-color: var(--color-bg);
  flex-wrap: wrap;
box-sizing: border-box;
	font-size: 2em;
	
}

/* Responsive */
@media (max-width: 768px) {
  .anchor-nav {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 4rem;
	font-size: 1em;
  }

  
}

.anchor-nav a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--color-white);
  font-weight: bold;
  background: #52CCB2;
  padding: 8px 16px 8px 24px;
  border-radius: 12px;
  border: none;
  font-size: 1em;
  transition: background 0.3s ease;
  min-width:200px;
  max-width: 350px;
  width: 100%;
  text-align: left;
  justify-content: space-between;
	box-sizing: border-box;
}
/* Responsive */
@media (max-width: 768px) {
  .anchor-nav a {
max-width: 200px;
  }

  
}
.anchor-nav a:hover{ 
	 opacity: 0.5;
}

.anchor-nav a span {
  flex-grow: 1;
font-weight:700;
}

.anchor-nav a img {
  width: auto;
  height: 1em;
  flex-shrink: 0;
  margin-left: auto;
}
/* nav.anchor end/////////////////////////// */


