@charset "utf-8";


/* ---------------------------------------------------
common.css
共通CSS
--------------------------------------------------- */

/* ---------------------------------------------------
common
--------------------------------------------------- */
img {
	border: 0;
	max-width: 100%;
}
img.imgblock {
	display: block;
	margin: 0 auto;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}

.breakword {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.breakall {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}

.pconly {
	display: block;
}
br.pconly,
br.pc1000 {
	display: inline;
}
.sponly,
br.sponly,
.sp900,
.sp500,
.sp320 {
	display: none;
}
@media screen and (max-width: 1040px) {
	br.pc1000 {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	br.sp900 {
		display: inline;
	}
}
@media screen and (max-width: 768px) {
	.pconly,
	br.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
	br.sponly {
		display: inline;
	}
}
@media screen and (max-width: 500px) {
	br.sp500 {
		display: inline;
	}
}
@media screen and (max-width: 320px) {
	br.sp320 {
		display: inline;
	}
}


.ua_pc {
	display: block;
}
.ua_sp {
	display: none;
}
.body_sp .ua_pc {
	display: none;
}
.body_sp .ua_sp {
	display: block;
}


#pagetop {
	position: relative;
	width: 100%;
	background: #fff;
}


/* ---------------------------------------------------
header
--------------------------------------------------- */
#header {
	height: 80px;
	padding: 0 20px;
	background: #fff;
	border-top: 5px solid #9a001c;
	text-align: left;
}
#header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
}
#header .logo {
	margin: 0 20px 0 0;
}
#header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}
#header .logo a .img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 42px;
	margin: 0 12px 0 0;
}
#header .logo a .img img {
	width: 42px;
	height: 42px;
}
#header .logo .txt {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
}
#header .logo .txt span {
	display: inline-block;
}
#header .logo_waseda {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 147px;
	margin: 0;
}


@media screen and (max-width: 768px) {
	#header {
		height: 70px;
		padding: 0 10px;
	}
	#header .logo .txt {
		font-size: 18px;
	}
	#header .logo_waseda {
		width: 100px;
	}
}
@media screen and (max-width: 400px) {
	#header .logo a .img {
		width: 32px;
		margin: 0 5px 0 0;
	}
	#header .logo a .img img {
		width: 32px;
		height: 32px;
	}
	#header .logo .txt {
		font-size: 16px;
	}
	#header .logo_waseda {
		width: 80px;
	}
}


/* ---------------------------------------------------
footer
--------------------------------------------------- */
#footer {
	height: 80px;
	padding: 0 20px;
	background: #333;
	text-align: left;
}
#footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#footer .copy {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#footer {
		height: 60px;
		padding: 0 10px;
		text-align: center;
	}
}



/* ---------------------------------------------------
btnpagetop
--------------------------------------------------- */
#btnpagetop {
	position: fixed;
	right: 30px;
	top: 100%;
	width: 50px;
	height: 50px;
	z-index: 890;
}
#btnpagetop a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #9a001c;
	border-radius: 50%;
	text-decoration: none;
	overflow: hidden;
}
#btnpagetop a img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	#btnpagetop {
		right: 10px;
		width: 52px;
		height: 52px;
	}
	#btnpagetop a {
		border: 1px solid #fff;
	}
	#btnpagetop a,
	#btnpagetop a img {
		width: 50px;
		height: 50px;
	}
}


/* ---------------------------------------------------
spnav
--------------------------------------------------- */
#btnmenu {
	display: none;
}
@media screen and (max-width: 768px) {
	#btnmenu {
		display: block;
		width: 0;
		height: 0;
	}
}



/* ---------------------------------------------------
main
--------------------------------------------------- */
#main {
	text-align: left;
}

/* ---------------------------------------------------
keyvisual
--------------------------------------------------- */
#keyvisual {
	position: relative;
	width: 100%;
	height: 280px;
	background: #fbf4e3;
	overflow: hidden;
}
#keyvisual .img {
	position: absolute;
	top: 0;
	left: calc((100% - 1020px) / 2);
	width: 1020px;
	height: 280px;
}

@media screen and (max-width: 768px) {
	#keyvisual {
		height: 160px;
	}
	#keyvisual .img {
	left: calc((100% - 583px) / 2);
		width: 583px;
		height: 280px;
	}
}



/* ---------------------------------------------------
snsbtn
--------------------------------------------------- */
.snsbtn {
	margin: 20px 0;
	padding: 0 20px;
	background: #fff;
	text-align: left;
}
.snsbtn .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}
.snsbtn .btn {
	width: 100px;
	height: 25px;
	margin-left: 10px;
	border-radius: 25px;
}
.snsbtn .btn a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #fff;
}
.snsbtn .btn span {
	display: block;
	font-size: 12px;
	line-height: 1;
}
.snsbtn .btn.fb {
	background: #4267b2;
}
.snsbtn .btn.fb img {
	display: block;
	width: 10px;
	height: auto;
	margin-right: 12px;
}
.snsbtn .btn.tw {
	background: #1da1f2;
}
.snsbtn .btn.tw img {
	display: block;
	width: 18px;
	height: auto;
	margin-right: 6px;
}
@media screen and (max-width: 768px) {
	.snsbtn {
		margin: 10px 0;
	}
}



