@charset "utf-8";

@view-transition {
    navigation: auto;
}

html{
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
}
a {
	color:inherit;
	text-decoration:none;
}
.pankuzu {
	box-sizing:border-box;
	text-align:right;
	margin-top:5px;
	padding-right:10px;
	font-size:14px;
}
img {
	vertical-align:bottom;
}
.pcOnly {
	display:block;
}
.spOnly {
	display:none;
}
.youtube {
	box-sizing:border-box;
	position: fixed;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	overflow:hidden;
}
.base {
	width:1200px;
	margin:0 auto;
}
.takken-title {
	box-sizing:border-box;
	width:50%;
	left:50%;
	transform: translate(-50%,0%);
	position: relative;
	padding: 1.5rem;
	text-align: center;
	border: 2px solid #000;
	background: #fff;
	font-size:24px;
	margin-top:120px;
	letter-spacing:2px;
}
.takken-title:before,
.takken-title:after {
	position: absolute;
	content: '';
}
.takken-title:before {
	top: -50px;
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	border: 2px solid #000;
	border-radius: 50%;
	background: #fff;
}
.takken-title:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.takken-title i {
	font-size: 24px;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 60px;
	text-align: center;
}
.takken-title span {
	position: relative;
	z-index: 1;
}
.takken-calenders {
	width:100%;
	margin-top:20px;
	display:flex;
}
.takken-calender {
	width:100%;
	margin-right:50px;
}
.takken-calender-date {
	width:100%;
	margin-left:90px;
	margin-bottom:5px;
	font-size:16px;
}
.takken-calender table {
	border-collapse: separate;
	border-spacing: 5px;
}
.takken-calender th,td {
	box-sizing:border-box;
	padding:0px;
	text-align:center;
	width:34px;
	height:34px;
	font-size:18px;
}
.takken-markday-touroku-1 {
	border-radius:17px;
	background-color:#008080;
	color:#fff;
	cursor:pointer;
}
.takken-markday-touroku-1:hover {
	opacity:0.5;
}
.takken-markday-touroku-2 {
	box-sizing:border-box;
	border:2px solid #008080;
	border-radius:17px;
	color:#000;
	cursor:pointer;
}
.takken-markday-jitsumu-1 {
	border-radius:17px;
	background-color:#db7093;
	color:#fff;
	cursor:pointer;
}
.takken-markday-jitsumu-1:hover {
	opacity:0.5;
}
.takken-markday-jitsumu-2 {
	box-sizing:border-box;
	border:2px solid #db7093;
	border-radius:17px;
	color:#000;
	cursor:pointer;
}
.takken-sunday {
	color:#db7093;
}
.takken-saturday {
	color:#4682b4;
}

/* slider */
.slider {
	width:100%;
}
.sc-slider{
	width:100%;
	margin:0 auto;
}
.content-slider{
	width:100%;
}
.content-slider li{
	background-color: #666666;
	text-align: center;
	color: #FFF;
}
.schedule-slider{
	width:100%;
}

.takken-left {
	box-sizing:border-box;
	float:left;
	width:40%;
	margin-top:80px;
}
.takken-left img {
	border-radius: 20px 20px 20px 20px;
}
.takken-right {
	box-sizing:border-box;
	float:right;
	width:60%;
	margin-top:80px;
	padding-left:40px;
}
.takken-right-title {
	width:100%;
	text-align:center;
	font-size:24px;
	margin-top:20px;
}
.takken-right-title span {
	border-bottom:3px solid #ccf;
}
.takken-right-content {
	margin-top:30px;
	font-size:16px;
	line-height:28px;
}

.takken-btn-content {
	display:flex;
	justify-content: flex-end;
}
.takken-btn {
	box-sizing:border-box;
	width:240px;
	padding:10px;
	padding-left:30px;
	border: 2px solid #4682b4;
	border-radius: 0;
	background: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align:center;
	font-size:18px;
	cursor:pointer;
}
.takken-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
	content: '';
	-webkit-transition: all .3s;
	transition: all .8s;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	border-radius: 0 50% 50% 0;
	background: #4682b4;
}
.takken-btn:hover:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	line-height: 30px;
	width: 30px;
	height: 30px;
	content: '\f061';
	-webkit-transform: translateX(750%) translateY(8px);
	transform: translateX(750%) translateY(8px);
	color: #fff;
	border-radius: 50%;
}

.takken-sub-title {
	box-sizing:border-box;
	width:100%;
	margin-top:60px;
}
.takken-sub-title h1 {
	box-sizing:border-box;
	position: relative;
	background: #fff;
	padding: 2px 5px 2px 20px;
	padding-left:30px;
	font-size: 24px;
	font-weight:normal;
	letter-spacing:1px;
	color: #474747;
	border-radius: 0 10px 10px 0;
}
.takken-sub-title h1:before {
	box-sizing:border-box;
	font-family: "Font Awesome 5 Free";
	content: "\f041";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ff6363;
	font-weight: 900;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.takken-sub-comment {
	margin-left:60px;
	font-size:16px;
}

.takken-schedule {
	width:100%;
	margin:0 auto;
	margin-top:20px;
}
.takken-schedule-left {
	box-sizing:border-box;
	float:left;
	width:600px;
}
.takken-schedule-right {
	box-sizing:border-box;
	float:right;
	width:540px;
	padding:0px;
}
.takken-schedule-kaijyo {
	width:100%;
	text-align:center;
	margin-top:5px;
	margin-bottom:30px;
	font-size:24px;
}
.takken-schedule-kaijyo span {
	border-bottom:3px solid #ccf;
}
.takken-schedule-detail {
	box-sizing:border-box;
	width:100%;
	height:110px;
	border:1px solid #aaf;
	margin-top:35px;
	padding:10px;
	font-size:16px;
}
.takken-schedule-detail p {
	box-sizing:border-box;
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-size:18px;
	border-bottom:1px solid #ccc;
	line-height:32px;
}
.takken-schedule-detail span {
	font-size:16px;
	color:#db7093;
}
.takken-schedule-map {
	width:540px;
	height:484px;
	border:0;
}
.takken-digest-left {
	box-sizing:border-box;
	width:45%;
	float:left;
	margin-top:30px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.takken-digest-right {
	box-sizing:border-box;
	width:45%;
	float:right;
	margin-top:30px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.takken-sub-features {
	width:100%;
	font-size:20px;
	line-height:36px;
}
.takken-sub-features span {
	border-bottom:5px solid #eee8aa;
}
.takken-sub-features-comment {
	width:100%;
	font-size:16px;
	line-height:28px;
	margin-top:30px;
	padding-left:10px;
}
.takken-sub-features-left {
	box-sizing:border-box;
	width:48%;
	float:left;
	text-align:center;
}
.takken-sub-features-right {
	box-sizing:border-box;
	width:48%;
	float:right;
	text-align:center;
}
.takken-sub-features-sc {
	box-sizing:border-box;
	width:65%;
	text-align:center;
}
.takken-sub-features-comment table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #aaa;
}
.takken-sub-features-comment th {
	font-size:16px;
	font-weight:normal;
	color:#000;
	background-color:#d0e4fe;
	vertical-align:top;
	text-align:center;
	width:100px;
	border:1px solid #aaa;
}
.takken-sub-features-comment td {
	font-size:14px;
	color:#000;
	text-align:center;
	border:1px solid #aaa;
	line-height:24px;
	padding:5px;
}
.takken-sub-caution {
	width:100%;
	margin-top:10px;
}
.takken-sub-caution table {
	width:100%;
	border-collapse:collapse;
	border:1px solid #aaa;
}
.takken-sub-caution th {
	font-size:16px;
	font-weight:bold;
	color:#000;
	vertical-align:top;
	text-align:center;
	width:100px;
	border:1px solid #aaa;
}
.takken-sub-caution td {
	font-size:16px;
	color:#000;
	text-align:center;
	border:1px solid #aaa;
}

section {
	max-width: 300px;
	margin: 60px auto;
}
a.takken-form {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #228bc8;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding: 0 25px;
	color: #228bc8;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
}
a.takken-form:hover {
	background: #228bc8;
	border: 1px solid #05639a;
	color: #fff;
}
a.takken-form:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 50px;
	border-color: transparent transparent #228bc8 transparent;
}
a.takken-form span {
	position: absolute;
	bottom: 12px;
	right: 20px;
	display: inline-block;
}
a.takken-form span:before {
	content: '';
	width: 15px;
	height: 15px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
a.takken-form span:after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 2px solid #228bc8;
	border-right: 2px solid #228bc8;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -3px;
}

@media (max-width: 767px) {
	.pcOnly {
		display:none;
	}
	.spOnly {
		display:block;
	}
	.pankuzu {
		padding-right:10px;
		font-size:12px;
	}
	.base {
		width:100%;
		margin:0 auto;
	}
	
	.takken-schedule-kaijyo {
		width:100%;
		text-align:center;
		margin-top:5px;
		margin-bottom:20px;
		font-size:20px;
	}
	.sc-slider{
		width:300px;
		margin:0 auto;
	}
	.takken-calender-date {
		width:100%;
		margin-left:90px;
		margin-bottom:5px;
		font-size:18px;
	}
	.takken-calender table {
		border-collapse: separate;
		border-spacing: 5px;
	}
	.takken-calender th,td {
		box-sizing:border-box;
		padding:0px;
		text-align:center;
		width:40px;
		height:36px;
		font-size:18px;
	}
	.takken-markday-touroku-1 {
		border-radius:20px;
	}
	.takken-markday-touroku-2 {
		border-radius:20px;
	}
	.takken-markday-jitsumu-1 {
		border-radius:20px;
	}
	.takken-markday-jitsumu-2 {
		border-radius:20px;
	}
	
	.takken-title {
		width:70%;
		left:50%;
		transform: translate(-50%,0%);
		position: relative;
		padding: 1.0rem;
		text-align: center;
		border: 2px solid #000;
		background: #fff;
		font-size:18px;
		margin-top:80px;
		letter-spacing:1px;
	}

	.takken-left {
		box-sizing:border-box;
		float:left;
		width:100%;
		margin-top:40px;
	}
	.takken-left img {
		border-radius: 0px 0px 0px 0px;
	}
	.takken-right {
		box-sizing:border-box;
		float:right;
		width:100%;
		margin-top:10px;
		padding:10px;
	}
	.takken-right-title {
		width:100%;
		text-align:center;
		font-size:18px;
		margin-top:20px;
	}
	.takken-right-content {
		margin-top:30px;
		font-size:14px;
		line-height:24px;
	}

	.takken-btn-content {
		display:flex;
		justify-content: center;
	}
	.takken-btn {
		width:200px;
		padding:8px;
		padding-left:20px;
		border: 2px solid #4682b4;
		border-radius: 0;
		background: #fff;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		text-align:center;
		font-size:18px;
		cursor:pointer;
	}
	.takken-btn:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 15px;
		height: 100%;
		content: '';
		-webkit-transition: all .3s;
		transition: all .8s;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
		border-radius: 0 50% 50% 0;
		background: #4682b4;
	}
	.takken-btn:hover:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		line-height: 30px;
		width: 30px;
		height: 30px;
		content: '\f061';
		-webkit-transform: translateX(750%) translateY(8px);
		transform: translateX(750%) translateY(8px);
		color: #fff;
		border-radius: 50%;
	}

	.takken-sub-title {
		width:100%;
		margin-top:40px;
	}
	.takken-sub-title h1 {
		position: relative;
		background: #fff;
		padding: 2px 5px 2px 20px;
		padding-left:66px;
		font-size: 18px;
		font-weight:normal;
		letter-spacing:1px;
		color: #474747;
		border-radius: 0 10px 10px 0;
	}
	.takken-sub-title h1:before {
		font-family: "Font Awesome 5 Free";
		content: "\f041";
		display: inline-block;
		line-height: 40px;
		position: absolute;
		padding: 0em;
		color: white;
		background: #ff6363;
		font-weight: 900;
		width: 40px;
		text-align: center;
		height: 40px;
		left: 0.3em;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 50%;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
	}
	.takken-sub-comment {
		margin-left:60px;
		margin-right:10px;
		font-size:14px;
	}

	.takken-schedule-left {
		box-sizing:border-box;
		float:left;
		width:100%;
	}
	.takken-schedule-right {
		box-sizing:border-box;
		float:right;
		width:100%;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
	}
	.takken-schedule-map {
		box-sizing:border-box;
		width:100%;
		height:300px;
		border:0;
	}
	.takken-schedule-detail {
		box-sizing:border-box;
		width:100%;
		height:110px;
		border:1px solid #aaf;
		margin-top:35px;
		padding:10px;
		font-size:14px;
	}
	.takken-schedule-detail p {
		box-sizing:border-box;
		margin:0px;
		padding:0px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		font-size:18px;
		border-bottom:1px solid #ccc;
		line-height:32px;
	}
	.takken-schedule-detail span {
		box-sizing:border-box;
		font-size:16px;
		color:#db7093;
	}

	.takken-digest-left {
		width:100%;
		float:left;
		margin:0 auto;
		margin-top:20px;
		padding-left:10px;
		padding-right:10px;
		box-sizing:border-box;
		border:none;
	}
	.takken-digest-left img {
		box-sizing:border-box;
		border:1px solid #ccc;
	}
	.takken-digest-right {
		width:100%;
		float:right;
		margin:0 auto;
		margin-top:10px;
		padding-left:10px;
		padding-right:10px;
		box-sizing:border-box;
		border:none;
	}
	.takken-digest-right img {
		box-sizing:border-box;
		border:1px solid #ccc;
	}

	.takken-sub-features {
		box-sizing:border-box;
		width:100%;
		font-size:14px;
		line-height:30px;
		padding-left:5px;
		margin-top:20px;
	}
	.takken-sub-features span {
		border-bottom:5px solid #eee8aa;
	}
	.takken-sub-features-comment {
		box-sizing:border-box;
		width:100%;
		font-size:13px;
		line-height:24px;
		margin-top:30px;
		padding-left:10px;
		padding-right:10px;
	}
	.takken-sub-features-left {
		box-sizing:border-box;
		width:100%;
		float:left;
		text-align:center;
	}
	.takken-sub-features-right {
		margin-top:20px;
		box-sizing:border-box;
		width:100%;
		float:right;
		text-align:center;
	}
	.takken-sub-features-comment th {
		font-size:12px;
	}
	.takken-sub-features-comment td {
		font-size:12px;
	}
	.takken-sub-features-sc {
		box-sizing:border-box;
		width:100%;
		text-align:center;
	}

	.takken-sub-caution {
		box-sizing:border-box;
		width:100%;
		padding-left:5px;
		padding-right:5px;
		margin-top:10px;
	}
	.takken-sub-caution table {
		box-sizing:border-box;
		width:100%;
		border-collapse:collapse;
		border:1px solid #aaa;
	}
	.takken-sub-caution th {
		box-sizing:border-box;
		font-size:12px;
		font-weight:bold;
		color:#000;
		vertical-align:top;
		text-align:center;
		width:100px;
		padding:5px;
		border:1px solid #aaa;
	}
	.takken-sub-caution td {
		box-sizing:border-box;
		font-size:12px;
		padding:5px;
		color:#000;
		text-align:center;
		border:1px solid #aaa;
	}
}

