﻿/* CSS Document */


.line-draw {
	display: inline;
	background: linear-gradient(transparent 70%, #ffd1d1 0%);
}

.tabi p {
	font-size: 18px;
}

.tabi .small {
	font-size: 16px;
	color: #666;
}


.tabi-about {
	margin: 0 .5rem;
	padding: 1.0rem;
	border-radius: 8px;
	border: 2px solid #eee;
	background: #fffdf7;
}

.tabi .h2 {
	line-height: 1.5;
	text-align: center;
	margin: 3.0rem 0;
	font-size: 26px;
}

.tabi .h2 span {
	padding: 0 2.5rem;
	border-bottom: 4px solid #009db6;
}

.tabi .h3 {
	position: relative;
	margin: 1.0rem 0;
	padding-left: 4.0rem;
	font-size: 24px;
}

.tabi .h4 {
	margin: 1.0rem 0;
	font-size: 22px;
}

.tabi .h5 {
	font-size: 20px;
}

.tabi-point {
	position: relative;
	display: inline-block;
	padding: 1.0rem;
	border-radius: 6px;
	color: #fff;
	background: #019db6;
}

.tabi-point::after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	bottom: -6px;
	width: 16px;
	height: 16px;
	background: #019db6;
	transform: rotate(45deg);
}

.tabi .h3 .maru {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	padding: .5rem;
	vertical-align: middle;
}


.tabi .h3 .maru::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	border-radius: 50%;
	padding-bottom: 100%;
	color: #fff;
	background-color: #009db6;
}

.tabi-img img {
	padding: .2rem;
	border: 1px solid #e0e0e0;
}


.tabi .material-icons {
	vertical-align: middle;
	margin-right: .25rem;
}

.voice-from .h5 {
	position: relative;
	padding-left: 4.5rem;
	padding-right: 3.0rem;
	margin-top: 3.0rem;
	margin-bottom: 2.0rem;
}

.tabi-voice {
	width: 85%;
	margin: 1.0rem auto;
	padding: 1.0rem;
	border: 1px solid #efe7bd;
	border-radius: 6px;
	background: #fefdf7;
}

.tabi-q {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	transform: translateY(-50%);
	color: #fff;
	font-size: 24px;
	padding: 1.0rem;
	vertical-align: middle;
}

.tabi-q::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	border-radius: 50%;
	padding-bottom: 100%;
	color: #fff;
	background-color: #009db6;
}

.tour-set {
	margin-bottom: 2.0rem;
}

.tour-set .title-tour {
	text-align: center;
	font-size: 2.2rem;
	color: #5d2e7f;
}

.tour-set .column:nth-of-type(even) .title-tour {
	color: #6e6d2d;
}

.schedule-set .bnr-club {
	border: 2px solid #fcefc6;
}

.tour-set > .column {
	margin: 1.0rem;
	padding: 1.0rem;
	
	border: 2px solid #f0f0f0;
	border-radius: 8px;
	background: #fffdf7;
}


.tour-set > .column p {
	text-align: center;
	font-size: 15px;
}

.tour-set > .column p:last-of-type {
	margin-bottom: 0;
}

.schedule-set {
	display: block;
	margin-bottom: 10px;
	padding: 15px;
	background: #fffdf7;
	color: currentColor;
	text-decoration: none;
}

.schedule-set:link,
.schedule-set:hover,
.schedule-set:visited,
.schedule-set:active {
	color: currentColor;
	text-decoration: none;
}


.schedule-set:hover .bnr-club {
	opacity: .75;
}

.schedule-set p {
	margin: 0 0 1.5rem 0;
	font-size: 16px;
}

.line-draw2 {
	text-decoration: underline;
}

.hidden-sm {
	display: none;
}

@media screen and (min-width:768px) {
	.hidden-sm {
		display: inline;
	}
	
	.hidden-md {
		display: none;
	}
	
	.tabi .h2 {
		font-size: 32px;
	}
	
	.tabi .h3 {
		font-size: 28px;
	}

	.tabi .h4 {
		font-size: 24px;
	}

	.tabi .h5 {
		font-size: 20px;
	}
	
	.tabi-set {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.tabi-set > .tabi-img {
		margin-left: 2.0rem;
		flex: 0 0 33%;
	}
	
	.tabi-about{
		padding: 2.0rem;
	}
	
	.tabi-voice {
		width: auto;
		margin-left: 0;
	}
	
	.tour-set {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		
	}
	
	.tour-set > .column {
		flex: 0 0 47%;
		margin: 0;
	}
	
	
	.schedule-set {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: 2px solid #eee;
		padding: 30px;
	}
	
	
	.schedule-set > .column p {
		text-align: center;
	}
	
	
	
	.schedule-set > .column .small {
		font-size: 1.3rem;
	}
	
	.schedule-set > .column p:last-of-type {
		margin-bottom: 0;
	}

	.schedule-set > .column {
		flex: 0 0 53%;
		margin: 0;
	}
		
	.schedule-set > .column:first-of-type {
		flex: 0 0 44%;
	}
	
	.schedule-set:hover .line-draw2 {
		text-decoration: none;
	}
}