@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Viga&display=swap');
body,
html {height: 100%;}
body {
	background: #fff;
	font-family: 'Ubuntu', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	color:#4e4e4e;}
h1,
h2,
h3,
h4,
h5 {font-family: 'Viga', sans-serif;}
h1 {
	font-size: 72px;
	color: #ffc107;
	margin-bottom: 0;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 22px; line-height: 1.7em;}
p, ul, li, dt, dd {font-size: 16px; line-height: 1.7em;}
li {padding-left: 20px; list-style: none; list-style-position: inherit;}
dt {padding-left: 20px; font-size: 18px;}
dd {padding-left: 70px;}
.em18{font-size: 18px;}
.em20{font-size: 20px;}
.em50 {font-size: 50px!important;}
.text-orange{color: #ffc107;}
.text-red {color: #CB593E;}
.text-green {color: #9DC150;}
.text-blue {color: #38A7BB;}
a, 
button {
	touch-action: manipulation;
	transition: all 0.3s;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ffc107;
}
hr {width: 50%; margin: auto;}
.i-va {vertical-align: middle;}
.mb-10 {margin-bottom: 10px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-40 {margin-bottom: 40px}
.mb-50 {margin-bottom: 50px}
.mb-60 {margin-bottom: 60px}
.mb-70 {margin-bottom: 70px}
.mb-80 {margin-bottom: 80px}
.mb-90 {margin-bottom: 90px}
.mb-100 {margin-bottom: 100px}
.mb-150 {margin-bottom: 150px}
.pb-10 {padding-bottom: 10px}
.pb-20 {padding-bottom: 20px}
.pb-30 {padding-bottom: 30px}
.pb-40 {padding-bottom: 40px}
.pb-50 {padding-bottom: 50px}
.pb-60 {padding-bottom: 60px}
.pb-70 {padding-bottom: 70px}
.pb-80 {padding-bottom: 80px}
.pb-90 {padding-bottom: 90px}
.pb-100 {padding-bottom: 100px}
.pb-150 {padding-bottom: 150px}
.ml-15 {margin-left: 15px}
.pt-30{margin-top: 30px}
.ps-80{padding-left: 80px;} 
.bg-red{background-color: #8C2F00!important; border-radius: 15px; color: #fff; padding: 7px 15px;}
.bg-blue{background-color: #38A7BB!important;}
.bg-blue-light {background-color: #e3f5f8!important;}
.bg-orange{background-color: #ffc107!important;}
.bg-green{background-color: #9DC150!important;}
.bg-green-light {background-color: #f3f8e8!important;}
.bg-brown {background-color: #806850!important; border-radius: 15px; color: #fff; padding: 7px 15px;}
/* --badge-- */
.badge1 {background-color: #dc5338!important; font-size: 15px; font-weight: 400}
.badge2 {background-color: #f6c004!important; font-size: 15px; font-weight: 400; color: #333333}
.badge3 {background-color: #04d1f6!important; font-size: 15px; font-weight: 400; color: #333333}

.boder-brown {border-bottom:dotted;/*下線を点線にする*/
	border-color:#806850;
	border-width: 2px; padding: 7px 0px;}

.btn-red,
.btn-mypage {
	background-color: #CB593E;
	border-radius: 100px;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	transition: all 0.3s ease-out;
}
.btn-red:hover,
.btn-mypage:hover,
.btn-red:focus,
.btn-mypage:focus{
	color: #fff;
	opacity: 0.8
}
.btn-mypage:not(.collapsed)::after {
	filter: brightness(0%) invert(100%);
}
.btn-mypage:focus {
	box-shadow: inherit ;
}
.btn-dark {
	background-color: transparent;
	border: #4e4e4e 1px solid;
	border-radius: 100px;
	color: #4e4e4e;
	font-size: 18px;
	padding: 8px 30px;
	transition: all 0.3s ease-out;
}
.btn-dark:hover,
.btn-dark:focus {
	background: #555555;
	border: #555555 1px solid;
	color: #fff;
}
.btn-square {
	background-color: transparent;
	border: #CB593E 1px solid;
	color: #CB593E;
	font-size: 18px;
	padding: 8px 30px;
	transition: all 0.3s ease-out;
}
.btn-square:hover,
.btn-square:focus {
	background: #CB593E;
	border: #CB593E 1px solid;
	color: #fff;
}
.btn-beat {
	border-radius: 50%;
	background: #38A7BB;
	color: #fff;
	padding: 4px 8px;
}
.btn-sea {
	border-radius: 50%;
	background: #9DC150;
	color: #fff;
	padding: 4px 9px;
}
.alert-secondary {background-color: #fafafa!important;}
.marker1 {background:linear-gradient(transparent 20%, #fef184 50%);padding-bottom: 0.3em;}
.marker2 {background:linear-gradient(transparent 20%, #ccfffb 50%);padding-bottom: 0.3em;}
.marker3 {background:linear-gradient(transparent 20%, #eaffcc 50%);padding-bottom: 0.3em;}
.marker4 {background:linear-gradient(transparent 20%, #fdc8a2 50%);padding-bottom: 0.3em;}
.banner:hover {
	opacity: 0.8
}
::selection {
	background: #000000;
	color: #FFFFFF;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	z-index: -100;
}
.custom-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay {
	background: linear-gradient(to top, #000, transparent 50%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overlay2 {
	background: linear-gradient(to top, #000, transparent 90%);
	position: absolute;
	height: 500px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*--CUSTOM LINK--*/
.custom-links {
}
.custom-link {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.custom-link::after {
	content: "";
	width: 0;
	height: 2px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
	background: currentColor;
}
.custom-link:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}
.custom-link:hover,
.custom-link:hover::after {
	color: var(--white-color);
}
.alert {
	padding: 50px!important;
}
.alertsocial-icon {
	margin: 0;
	padding: 0;
}
.alertsocial-icon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.alertsocial-icon-link {
	color: #B7B7B7;
	font-size: 32px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 30px;
}
.alertsocial-icon-link:hover {
	color: #ffc107!important;
}

/*--Navi--*/
.navbar {
	z-index: 9;
	right: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#8B2F00;
}
.navbar-brand {
	font-family: 'Khand', sans-serif;
	color: #ffc107;
	font-size: 24px;
	font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 5px;
	padding-left: 5px;
}
.navbar-nav .nav-link::after{
	content: "\eb88";
	font-family: icomoon;
	display: inline-block;
	margin-left: 10px;
	color: #ffc107;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.navbar-nav .nav-link:hover::after{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.navbar-nav .nav-link,
.navbar-nav .dropdown-menu{
	color:#fff;
	font-size: 17px;
	position: relative;
	font-weight: 400;
}
.dropdown-toggle{
	color:#fff;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	display:inline-block;
	padding-top: 9px;
}
.dropdown{
	margin: 0 15px;
}
.navbar-nav .dropdown-menu {
	width: 250px;
	background-color:#a24312;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 17px 0;
}
.navbar-nav .dropdown-menu a {
	color:#fff;
	background: none;
}
.navbar-nav .dropdown-menu a:hover {
	color: rgba(250, 250, 250, 0.5);
}
.navbar-nav .dropdown-menu i {
	vertical-align: middle;
}
.navbar-nav .nav-link i {
	color:#fff;
	font-size: 30px;
	vertical-align: top;
	position: relative;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
	color: #ffc107;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
	color: rgba(250, 250, 250, 0.5);
}
.nav-link:focus {
	color: #DDDDDD;
}
.navbar-toggler {
	border: 0;
	padding: 0;
	cursor: pointer;
	margin: 0;
	width: 30px;
	height: 35px;
	outline: none;
}
.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
	top: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(-45deg);
}
.navbar-toggler .navbar-toggler-icon {
	background: #DDDDDD;
	transition: background 10ms 300ms ease;
	display: block;
	width: 30px;
	height: 2px;
	position: relative;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
	transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
	position: absolute;
	right: 0;
	left: 0;
	background: #DDDDDD;
	width: 30px;
	height: 2px;
	content: '';
}
.navbar-toggler .navbar-toggler-icon:before {
	top: -8px;
}
.navbar-toggler .navbar-toggler-icon:after {
	top: 8px;
}
/*--HERO--*/
.hero {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 992px) {
	.hero {
		height: 100vh;
	}
	.custom-video,
	.news-detail-image {
		object-fit: cover;
		width: 100vw;
		height: 100vh;
	}
	.dropdown{
		margin-left: 0px;
	}
	.sticky-wrapper {
		position: relative;
		bottom: 76px;
	}
}
.heroText {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
}
.heroText h1 {
}
.heroText h2 {
	font-family: 'Khand', sans-serif;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding-bottom: 30px;
}
.heroText p {
	font-size: 28px;
	line-height: 1.5em;
	margin-bottom: 50px;

}
.heroText p span {
	font-size: 18px;
}
.heroText p .nun {
	font-size: 32px;
}

.btn-boder {
	background-color: transparent;
	border: #fff 1px solid;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	padding: 10px 30px;
	transition: all 0.3s ease-out;
}
.btn-boder:hover,
.btn-boder:focus {
	background: #ffc107;
	border: none;
	color: #000;
}
.btn {
	font-weight: 400;
	letter-spacing: 0.08em;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0;
}
.btn-main {
	color: #8c2f00;
	background-color: #ffffff;
	border-color: #8c2f00;
}
.btn-main:active,
.btn-main:hover,
.btn-main:focus {
	color: #fff!important;
	background-color: #8c2f00;
	border-color: #8c2f00!important;
}

.slider-height2 {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.slider-bg2 {
	background-image: url("../../../2023/ja/img/pht/redirect.jpg")
}
.hero-caption h2{
	color: #fff;
	position: absolute;
	z-index: 9;
}
.section-title {padding-bottom: 40px;}
.section-title h2 {
	font-size: 18px;
	font-family: 'Khand', sans-serif;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	color: #a9a9a9;
}
.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #8C2F00;
	margin: 4px 10px;
}
.section-title p {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: #696969;
}
.section-title h5 {
	margin: 0;
	font-size: 15px;
	color: #696969;
}

.custom-underline {
	padding-bottom: 4px;
	font-size: 30px;
	font-family: 'Khand', sans-serif;
	font-weight: 300;
}

.section-padding {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100%;
}
.about,
.contact,
.notes,
.lineup{
	background-color: #f9f9f9;
	background-image:url("../../../2022/ja/images/clean-textile.png")
}
#nt-example1 {
	max-width: 100%;
	margin: auto;
}
#nt-example1 h2 {
	font-size: 2em;
	font-weight: 400;
}
.nt-example1 h2::after {
	content: "";
	width: 20%;
	height: 1px;
	display: inline-block;
	background: #8C2F00;
	margin: 8px 10px;
}

#nt-example1 li {
	overflow: hidden;
	padding: 10px;
	line-height: 1.5em;
	list-style: none;
	font-size: 15px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}
#nt-example1 li a {
	color: 	rgba(78, 78, 78, 1);
}

#nt-example1 li a:hover {
	color: 	rgba(78, 78, 78, 0.5);
}
/*--about--*/
.about-image,
.team-image {
	width: 100%;
	height: 100%;
	max-height: 635px;
	min-height: 475px;
	object-fit: cover;
}
.team-thumb {
	background: var(--white-color);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 65%;
	padding: 22px 32px 32px 32px;
}
.carousel-control-next, 
.carousel-control-prev {
	top: auto;
	bottom: 2.5rem;
}
.carousel-control-prev {
	right: 4rem;
	left: auto;
}
.carousel-control-next-icon, 
.carousel-control-prev-icon {
	background-color: #000000;
	background-size: 50% 50%;
	border-radius: 100px;
	width: 3rem;
	height: 3rem;
}
/*--Highlight--*/
.portfolio-thumb {
	position: relative;
	overflow: hidden;
}
.portfolio-info {
	margin: 20px;
}
.portfolio-image {
	display: block;
	transition: transform 0.6s ease-out;
}

.image-popup:hover .portfolio-image {
	transform: scale(1.02);
}
/*--Contact--*/
.contact-form .form-control {
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contact-form button[type='submit'] {
	background: #4d4d4d;
	border: none;
	border-radius: 100px;
	color: #fff;
	padding: 10px 30px;
	transition: all 0.6s ease-out;
}
.contact-form button[type='submit']:hover {
	background: #ffc107;
}

.form-label {
	color: #717275;
}
.related-news {
  background: #f9f9f9;
}

#lineup .box {
	position: relative;
	border: solid 1px #D9CFBD;
	background: #fff;
	margin: 20px;
	float: left;
	padding:0 0 30px 0;
}
#lineup .ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 97px;
	height: 97px;
	text-align: right;
}
#lineup .ribbon span {
	font-size: 0.9rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	transform: rotate(45deg);
	width: 125px;
	display: block;
	background: #79a70a;
	background: linear-gradient(#9bc90d 0%, #79a70a 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 17px; 
	right: -29px;
}

#lineup .ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
#lineup .ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
#lineup .red span {
  background: linear-gradient(#ac3c03 0%, #8C2F00 100%);
}
#lineup .red span::before {
  border-left-color: #8C2F00;
  border-top-color: #8C2F00;
}
#lineup .red span::after {
  border-right-color: #8C2F00;
  border-top-color: #8C2F00;
}

#lineup .blue span {
  background: linear-gradient(#43bdd3 0%, #38A7BB 100%);
}
#lineup .blue span::before {
  border-left-color: #38A7BB;
  border-top-color: #38A7BB;
}
#lineup .blue span::after {
  border-right-color: #38A7BB;
  border-top-color: #38A7BB;
}

#lineup .box h4{
	position: relative;
	text-align: center;
	line-height: 1.3em;
	font-size: 24px;
	color: #454444;
	margin-bottom: 30px;
}
#lineup .box h4::after {
	content: '';
	width: 30px;
	height: 2px;
	display: inline-block;
	background-color: #8B2F00;
	position: absolute;
	left: 45%;
	bottom: -6px;
		-webkit-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
}

#lineup .box small,
#post .box small {
	font-size: 15px;
	color: #454444;
}
#lineup .box p {
	font-size: 16px;
	font-weight: 300;
	margin: 30px 30px 0 30px;
	text-align: left
}
#post .box p {
	font-size: 14px;
	margin: 0 30px 30px 30px;
	color: #888;
}
#lineup .box img,
#post .box img {
	padding: 30px;
}
#timetable .nav-tabs .active {
	background-color: #b3a9a3;
	border-bottom: #888 2px thin;
	color:#fff;
}
#timetable .nav-tabs a {
	color: #888;
}

/*--Footer--*/
.footer {
	background: #1c1c1c;
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
}
.copyright-text a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}
.copyright-text a:hover {
	color: rgba(255, 255, 255, 1);
}
.social-icon {
	margin: 0;
	padding: 0;
}
.social-icon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social-icon-link {
	color: rgba(255, 255, 255, 0.45);
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 30px;
}
.social-icon-link:hover {
	color: #ffc107!important;
}
.cc-revoke,
.cc-window {
	font-size: 14px!important;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus{
	box-shadow: inherit ;
	border: 1px solid #ffc107;
}
/*--RESPONSIVE--*/
@media screen and (min-width: 1600px) {
}
@media only screen and (min-width: 997px) and (max-width: 1400px) {
	.navbar-brand {
		font-size: 20px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 2px;
		padding-left: 2px;
	}
	.navbar-nav .nav-link {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	h5 {
		font-size: 18px;
		line-height: 1.6em;
	}
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.section-padding {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.section-title p {
		font-size: 24px;
	}
	.team-thumb {
		left: 0;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.btn-boder {
		border-radius: 100px;
		font-size: 16px;
		padding: 7px 20px;
	}
	.heroText h1 {
		font-size: 30px;
	}
	.heroText h2 {
		font-size: 18px;
	}
	.heroText p {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.heroText p span {
		font-size: 16px;
	}
	.heroText p .nun {
		font-size: 20px;
	}
	.btn-boder {
		margin-bottom: 30px
	}
}
@media screen and (max-width: 412px) {
	.section-title h2::after {
		width: 60px;
	}
	.section-title p {
		font-size: 20px;
	}
	.btn-square {
		padding: 8px 10px;
	}
	.alert {
	padding: 15px!important;
	}
	.dropdown-toggle{
		display: inline-block;
		margin-top: 15px;
	}
	table.contents th,
	table.contents td {
		width:100%!important;
		display:block!important;
		padding: 20px 0;
	}
}
