﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap'); */
body {
	background: #ffffff;
}
.head {
	height: 80px;
	background-color: #ffffff;
}
.sns {
	width: 160px;
}
.white-bg {
	background-size: contain;
}
.main-border {
	background-color: #fe0202;
	width:100%;
	height:5px;
}

/* webフォント */

.wf-notosans {font-family: 'Noto Sans JP', sans-serif;}
.wf-notoserif {font-family: 'Noto Serif JP', sans-serif;}


/**/
.attention-border {border:2px solid #f6bd02;}

/* コンテンツタイトル */

.title-bk {background-color: #000000;font-size: 150%;}
.title01 {border:1px solid #ffffff;}

/* 特典タイトル */

/* .tokuten1 {background-color: #333333;} */
.tokuten-border {}

/* コンテンツタイトル */
.stafflist {margin:0px auto;}

/* 追加 */
.list-unstyled.text-right.float-right.mt-2{margin-bottom: 0;}



footer{background: #002d52;color: #ffffff;}
footer a{color: #ffffff;}
footer a:hover{color: #ffffff;opacity: .8;}


/*追加*/
#mainimage .next.slick-arrow::after{
	transform: translateY(-38.723%)!important;
	right: 47px!important;
}
#mainimage .prev.slick-arrow::after{
	transform: translateY(-38.723%) scale(-1, 1)!important;
	left: 47px!important;
}
#mainimage .prev.slick-arrow::after, #mainimage .next.slick-arrow::after{
	top: 38.723%!important
}
@media screen and (max-width:1384px){
	#mainimage .next.slick-arrow::after{
		right: 3.4vw!important;
	}
	#mainimage .prev.slick-arrow::after{
		left: 3.4vw!important;
	}
}

