﻿@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;}
.wf-yumincho {font-family: "游明朝体","游明朝", "Yu Mincho", "Hiragino Mincho ProN" , 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: #d1131b;color: #ffffff;}
footer a{color: #ffffff;}
footer a:hover{color: #ffffff;opacity: .8;}
