@charset "UTF-8";
/* ---------------------------------------------------------------------- */
/* 共通 */
/* ---------------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0;
}
:root {
  --color-okuaizu: #9270a5;
  --bg-color-okuaizu: #d9cfe4;
  /* 西会津カラー */
}
.okuaizu .lp-mv {
	background-color: var(--bg-color-okuaizu);
}
.okuaizu .trip-tour {
	background-color: var(--bg-color-okuaizu);
	padding-bottom: 290px;
}
.okuaizu .trip-tour__ttl {
	color: var(--color-okuaizu);
}
#maincontents.okuaizu .trip-schedule__ttl {
	background-color: var(--color-okuaizu);
}
.okuaizu .trip-schedule {
	border-color: var(--color-okuaizu);
}
.okuaizu .trip-schedule__info {
	border-color: var(--color-okuaizu);
}
.black {
	color: #000;
}
.trip-schedule__num {
	background-image: url(../../images/aizu/deco_purple.png);
}

.trip-schedule__num::before {
	background: url(../../images/icon_bus2.svg) no-repeat center;
}
/* “車をバスに上書き” */
.timeline__car {
	background: url("../../images/icon_bus.svg") no-repeat center !important;
}
.timeline__car.is-stopped {
	background: url(../../images/icon_bus2.svg) no-repeat center !important;
}
.trip-schedule__num {
	text-align: center;
	line-height: 1.6;
	padding-top: 16px;
}
.trip-schedule__num div:nth-child(1) span {
	color: #fcee21;
	padding: 5px 0;
}
span.trip-spot__note.trip-spot__note--indent{
	display: inline-block;
}
.timeline__point span {
	position: relative;
}
.timeline__point span::before {
	content: "";
	border-radius: 50%;
	background: #603813;
	display: block;
	position: absolute;
}

.att {
	font-size: 1.0rem;
	color: #42210B;
}

/* ---------------------------------------------------------------------- */
/* 追記 */
/* ---------------------------------------------------------------------- */





/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */
@media (min-width: 1001px) {
	.okuaizu .trip-tour {
		padding-bottom: 290px;
	}
	.timeline__item:first-child .timeline__rail-node::before {
		margin-top: 150px;
	}
	.trip-schedule__date {
		background: url("../../images/okuaizu/deco01.svg") no-repeat center bottom / 75%;
	}
	.trip-schedule__num div:nth-child(2) span {
		font-size: 16px;
	}
	.trip-caution {
		max-width: 930px;
		margin: 0 auto 63px;
	}
	.timeline__point span::before {
		width: 40px;
		height: 40px;
		bottom: -40px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.profile {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	gap: 3vw;
	max-width: 930px;
}

.profile_image img {
	width: 25vw;          
	height: auto;
	border-radius: 40px; 
	object-fit: cover;
	display: block;
}
.profile_text {
	display: flex;
  	align-items: center;  
}

.profile_text h2 {
	display: block;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

.trip-teacher__name {
	font-size: 3.4vw;
        font-weight: bold;
        line-height: 1.43;
        letter-spacing: 0.03em;
        text-align: center;
        color: #000;
}
}
/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
	.trip-tour__ttl {
		margin-bottom: 24vw;
	}
	.trip-tour-intro__deco01 {
		top: 20%;
	}
	.trip-tour-intro__deco02 {
		top: 19%;
	}
	.trip-schedule__num::before {
		margin-bottom: 0;
	}
	.trip-caution {
		max-width: 930px;
		width: 90%;
		margin: 0 auto 13.5vw;
	}
	.timeline__item:first-child .timeline__rail-node::before {
		margin-top: 24vw;
	}
	.trip-schedule__num div:nth-child(2) span {
		font-size: 3.5vw;
	}
	.timeline__point span::before {
		width: 5.3333333333vw;
		height: 5.3333333333vw;
		bottom: -5.3333333333vw;
		left: calc(50% - 1.4em);
	}

	.profile {
    flex-direction: column;
    text-align: center;
	}

	.profile_image img {
    width: 60vw;        
    border-radius: 40px;
	}

	.profile_text {
    margin-top: 2rem;
	}
	.trip-teacher__name {
		font-size: 6.4vw;
        font-weight: bold;
        line-height: 1.43;
        letter-spacing: 0.03em;
        text-align: center;
        color: #000;
}
}
