@charset "UTF-8";

/*
**************************************************************************
*	SBSスタッフ common.css
**************************************************************************/

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.8;
	color: #010000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.4rem;
	min-width: 1100px;
	overflow: hidden;
}
a {
	outline: none;
	color: #010000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
body {
	font-size: 1.2rem;
	min-width: 0;
}
a:hover {
	text-decoration: none;
}
span[data-action="call"] a {
	text-decoration: none;
}
img {
	width: 100%;
	max-width: none;
}
}


/* --------------------------------------------------
		module
-------------------------------------------------- */
.m-font-en {
	font-family: Arial, sans-serif;
}
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-pc {
	display: block;
}
.m-sp {
	display: none;
}
.m-cts__inner {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}
.m-bold {
	font-weight: bold;
}
.m-center {
	text-align: center;
}
.m-left {
	text-align: left;
}
.m-right {
	text-align: right;
}

@media screen and (max-width: 767px) {
.m-pc {
	display: none;
}
.m-sp {
	display: block;
}
.m-cts__inner {
	width: 100%;
	padding: 0 8px;
}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: relative;
	z-index: 10;
	padding: 22px 0;
}
.header-logo {
	display: block;
	width: 230px;
}
.header-info {
	position: absolute;
	top: -10px;
	right: 400px;
}
.header-info .tel {
	margin-bottom: 5px;
}
.header-info .time {
	font-size: 1.5rem;
	padding-left: 70px;
}
.header-link {
	position: absolute;
	top: -22px;
	right: 0;
}
.header-link-button {
	display: block;
	font-size: 2.4rem;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: 3px solid #ffffff;
	box-sizing: border-box;
	background-color: #3f3a39;
	border-top: none;
	width: 360px;
	padding: 30px 0;
	border-radius: 0 0 10px 10px;
	transition: color .2s ease,
				background-color .2s ease,
				border-color .2s ease;
}
.header-link-button:hover {
	color: #3f3a39;
	background-color: #ffffff;
	border-color: #3f3a39;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.header {
	padding: 12px 0;
}
.header-logo {
	width: 135px;
}
.header-link {
	position: absolute;
	top: -22px;
	right: 8px;
}
.header-link-button {
	font-size: 1.3rem;
	line-height: 1.4;
	border-width: 2px;
	width: 120px;
	padding: 22px 0 10px;
	border-radius: 0 0 6px 6px;
}
.header-link-button:hover {
	color: #ffffff;
	background-color: #3f3a39;
	border-color: #ffffff;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	padding: 50px 0 20px;
}
.footer-logo {
	display: block;
	width: 225px;
	margin: 0 0 35px 40px;
}
.footer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 40px 40px;
}
.footer-title {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-info dt {
	float: left;
}
.footer-info dd {
	margin-left: 6.2em;
	text-indent: -1.0em;
}
.footer-cope {
	display: block;
	width: 360px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 4px solid #010000;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 40px;
	transition: color .2s ease,
				background-color .2s ease;
}
.footer-cope:hover {
	color: #ffffff;
	background-color: #010000;
	text-decoration: none;
}
.footer-link {
	text-align: center;
	letter-spacing: -0.4em;
	margin-bottom: 80px;
}
.footer-link li {
	display: inline-block;
	letter-spacing: 0;
}
.footer-link li:after {
	content: "|";
	padding: 0 20px;
}
.footer-link li:last-child:after {
	content: none;
}
.footer-copyright {
	text-align: center;
}

@media screen and (max-width: 767px) {
.footer {
	padding: 30px 0 10px;
}
.footer-logo {
	width: 200px;
	margin: 0 7px 20px;
}
.footer-box {
	display: block;
	margin: 0 7px 30px;
}
.footer-title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.footer-cope {
	width: 69.56521739130435%;
	border-width: 2px ;
	font-size: 1.6rem;
	padding: 12px 0;
	margin-bottom: 20px;
}
.footer-cope:hover {
	color: #010000;
	background-color: transparent;
}
.footer-link {
	margin-bottom: 30px;
}
.footer-copyright {
	font-size: 0.8rem;
}
}


/* --------------------------------------------------
		magnific-popup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.5;
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-container {
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
.mfp-container {
	padding: 0 8px;
}
}


/* --------------------------------------------------
		margin
-------------------------------------------------- */
.mb00 { margin-bottom: 0; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.mt00 { margin-top: 0; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

@media screen and (max-width: 767px) {
.smb00 { margin-bottom: 0; }
.smb05 { margin-bottom: 5px; }
.smb10 { margin-bottom: 10px; }
.smb20 { margin-bottom: 20px; }
.smb30 { margin-bottom: 30px; }
.smb40 { margin-bottom: 40px; }
.smb50 { margin-bottom: 50px; }
.smb60 { margin-bottom: 60px; }
.smb70 { margin-bottom: 70px; }
.smb80 { margin-bottom: 80px; }
.smb90 { margin-bottom: 90px; }
.smb100 { margin-bottom: 100px; }

.smt00 { margin-top: 0; }
.smt05 { margin-top: 5px; }
.smt10 { margin-top: 10px; }
.smt20 { margin-top: 20px; }
.smt30 { margin-top: 30px; }
.smt40 { margin-top: 40px; }
.smt50 { margin-top: 50px; }
.smt60 { margin-top: 60px; }
.smt70 { margin-top: 70px; }
.smt80 { margin-top: 80px; }
.smt90 { margin-top: 90px; }
.smt100 { margin-top: 100px; }
}





