@charset "utf-8";

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #F0E5C4;
}

/* reset */
	*:focus{ outline:none; }
	html,body,div,p,ul,ol,li,dl,dt,dd,pre,h1,h2,h3,h4,h5,h6,table,th,td,form,fieldset,input,textarea,select,img { margin: 0px; padding: 0px; }
	ul,ol { list-style: none; }
	table { border-collapse: separate; border-collapse: collapse\9; border-spacing: 0; }
	th,td { empty-cells: show; }
	caption,th { text-align: left; }
	img,fieldset { border: 0px; }
	img { vertical-align:middle; }
	em { font-style: normal; }
/* /reset */

/* clearfix */
	.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* /clearfix */

/* general */
	a { color:#000; text-decoration: underline; }
	a:hover { color:#000; text-decoration: underline; }
	.float_l { float:left; }
	.float_r { float:right; }
	.ta_c { text-align:center; }
	.ta_l { text-align:left !important; }
	.ta_r { text-align:right; display: block; }
	.mb { margin-bottom: 20px; }
	.point { color: #d20a0f !important; }
	.color-r { color: #f00 !important; }
	.color-b { color: #00f !important; }
	.fw-b { font-weight: bold !important; }
	.fs-18 { font-size: 18px; }
	.fs-20 { font-size: 20px; }
	.fs-24 { font-size: 24px; }
	.fs-26 { font-size: 26px; }
	.fs-28 { font-size: 28px; }
	.fs-30 { font-size: 30px; }
	.fs-32 { font-size: 32px; }
	.fs-38 { font-size: 38px; }
/* /general */

.img-fix {
	max-width: 100%;
	height: auto;
}

/* header */
header {
	background:url("../images/body_bg.png");
	width: 100%;
	padding-bottom: 14px;
	position: fixed;
	z-index: 10000;
	top:0;
	left:0;
}
header article {
	background:url("../images/head_bg.png");
	position: relative;
}
header article a img:first-child {
	width: 51%;
}
header article>img:nth-child(2) {
	width: 34%;
}
header #menu {
	width: 13%;
	position: absolute;
	top:0;
	right:1%;
}
header #menu_close {
	width: 13%;
	position: absolute;
	top:0;
	right:1%;
}

#open_menu {
	width: 100%;
	position: relative;
	top:0;
	left:0;
	z-index: 15000;
}
#open_menu section {
	width: 100%;
	padding-bottom: 20px;
	background: #EAB961;
}
#open_menu section img {
	width: 100%;
}
#menu_close, #open_menu
{ display: none; }

/* section */
.blank {
	margin-bottom: 10px;
	padding: 10px 40px 10px 10px;
	display: block;
	text-align: right;
	background: #f9f2da url(../images/snav.png) no-repeat right center;
	background-size: 21px 20px;
}
.anchor {
	margin-bottom: 30px;
}
.anchor li {
	margin-bottom: 10px;
	float: left;
	width: 50%;
	text-align: center;
	background: inherit;
}
.ttl {
	padding: 20px 0;
	text-align: center;
}
.cttl {
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-size: 20px;
	background: url(../images/cttl_line.png) no-repeat center bottom;
	background-size: 100% auto;
}
#scrPage img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.pagetop {
	margin: 30px 0;
	width: 100%;
	text-align: center;
}

/* footer */
footer {
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
}
footer article {
	background:url("../images/body_bg.png");
	width: 100%;
	padding-top: 14px;
}
footer section {
	background:url("../images/footer_bg.png");
	padding: 7px 0;
	text-align: center;
}
footer>img {
	width: 100%;
}
footer section img {
	width: 92.8%;
}

/* wrapper */
#wrapper {
	background: #F0E5C4;
	position: relative;
	margin: 18% 0 48% 0;
}
#contents { padding: 0 5%; }
#contents h1 { padding: 20px 0; }
#contents h1 img {
	display: block;
	margin: 0 auto;
}

/* top */
#top .sns {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#top .tw img,
#top .insta img {
	width: auto;
	height: 11vw;
}
#top .movie iframe {
	margin-bottom: 30px;
	width: 100%;
	height: 50vw;
}
#top .topNews dt.wide {
	margin-bottom: 10px;
}
#top .topNews dd {
	margin-bottom: 10px;
}
#top .more {
	margin-top: 10px;
	float: right;
}
#top .award #bnrSlide02 {
	margin: 0 auto;
	width: 220px;
}
#top #bnrSlide01 {
	margin: 0 auto;
	width: 177px;
}

.flex-direction-nav { position: relative; }
#bnrSlide01 .flex-direction-nav li a { top: -52px; }
#bnrSlide02 .flex-direction-nav li a { top: -45px; }
.flex-direction-nav li a {
	position: absolute;
	width: 14px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/arrow_dir.png);
	background-repeat: no-repeat;
	background-size: 28px 48px;
}
.flex-direction-nav .flex-prev {
	left: -30px;
	background-position: 0 0;
}
.flex-direction-nav .flex-next {
	right: -25px;
	background-position: -14px 0;
}

/* award */
#award h2 {
	font-size: 0.938em;
	line-height:1em;
	font-weight: normal;
	padding:0 2% 1% 2%;
}
#award dl {
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 96%;
	margin: 0 0 15px 0;
	padding: 0 2% 15px 2%;
}
#award dt {
	color:#d20a0f;
	font-size:0.813em;
	line-height: 1.5em;
}
#award dd {
	margin-bottom: 10px;
	font-size:0.813em;
	line-height: 1.5em;
}

/* work */
#work h3 {
	margin-bottom: 10px;
}
#work dl {
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 96%;
	margin: 0 0 15px 0;
	padding: 0 2% 15px 2%;
}
#work dt {
	font-size:0.813em;
	line-height: 1.5em;
}
#work dd {
	font-size:0.813em;
	line-height: 1.5em;
}
#work .backnumber li {
	margin-bottom: 2px;
	width: 100%;
	float: none;
	text-align: right;
	background: #f9f2da;
}
#work .backnumber li a {
	padding: 20px;
	display: block;
}
#work .list li {
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
}
#work .list li a {
	font-size: 18px;
	line-height: 1.5em;
	display: block;
	margin-bottom: 10px;
	padding: 20px 10px;
	text-decoration: none;
}

/* link */
#link h2 {
	font-size: 0.938em;
	line-height:1em;
	font-weight: normal;
	padding:0 0 13px 0;
}
#link dl {
	width: 96%;
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
}
#link dt {
	font-size:0.813em;
	line-height: 1.5em;
}
#link dd {
	font-size:0.813em;
	line-height: 1.5em;
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	margin: 0 -2% 15px -2%;
	padding: 0 2% 15px 2%;
}
#link dd img {
	margin: 5px 0;
}

/* onair */
#onair h2 {
	font-size: 0.938em;
	line-height:1em;
	font-weight: normal;
	padding:0 0 13px 0;
}
#onair dl {
	width: 96%;
	margin: 0 0 0 0;
	padding: 0 2% 0 2%;
}
#onair dt {
	font-size:0.813em;
	line-height: 1.5em;
}
#onair dt img {
	margin: 5px 0;
}
#onair dd {
	font-size:0.813em;
	line-height: 1.5em;
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	margin: 0 -2% 15px -2%;
	padding: 0 2% 15px 2%;
}

#program {
	background: #f9f2da;
}
.program {
	width: 100%;
}
#program .back {
	margin: 20px auto;
	width: 74px;
	display: block;
}

/* compnay */
#company article {
	margin-bottom: 30px;
}
#company h3 {
	margin-top: 30px;
}
#company p + p {
	margin-top: 20px;
}
#company dl {
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 96%;
	margin: 0 0 15px 0;
	padding: 0 2% 15px 2%;
}
#company dt {
	color:#d20a0f;
	font-size:0.813em;
	line-height: 1.5em;
}
#company dd {
	font-size:0.813em;
	line-height: 1.5em;
}
#company strong {
	margin-top: 20px;
	color: #d20a0f;
	display: block;
}
#company em {
	color: #d20a0f;
}
#company .map dl {
	background: none;
	padding: 0 2%;
}
#company .map .mapImg {
	width: 100%;
}
#company .map p {
	margin: 10px 0 20px;
}

/* info */
#info .slide img {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

/* recruit */
#recruit {
	font-size:0.813em;
	line-height: 1.5em;
}
#recruit section + section {
	margin-top: 30px;
}
#recruit h3 {
	margin-bottom: 10px;
}
#recruit p + p {
	margin-top: 20px;
}
#recruit em {
	font-size: 15px;
	font-weight: bold;
}
#recruit .flow .box {
	margin: 10px;
	padding-bottom: 30px;
	background: url(../images/arrow.png) no-repeat center bottom;
	background-size: 20px 12px;
}
#recruit .flow .box:last-child {
	background-image: none;
}
#recruit .flow dl {
	padding: 8px;
	background: #f9f2da;
}
#recruit .flow dt {
	color: #d20a0f;
}
#recruit .tablecell {
	margin-bottom: 40px;
}
#recruit .place.tablecell dd {
	float: left;
	width: 49%;
	margin-right: 1%;
}
#recruit .place.tablecell dd img {
	width: 100%;
}
#recruit .tablecell dt {
	font-size:0.813em;
	line-height: 1.5em;
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	margin: 0 -2% 15px -2%;
	padding: 0 2% 15px 2%;
}
#recruit .tablecell .flow li {
	margin: 10px;
	padding-bottom: 30px;
	background: url(../images/arrow.png) no-repeat center bottom;
	background-size: 20px 12px;
}
#recruit .tablecell .flow li:last-child {
	background: none;
}
#recruit .tablecell .flow li span {
	padding: 8px;
	background: #f9f2da;
	display: block;
}
#recruit .tablecell .flow .session {
	cursor: pointer;
}
#recruit .tablecell .flow .session a {
	padding: 0;
	background: #ffd3c2;
	color: #000;
}
#recruit .tablecell .flow .session a:hover {
	color: #fff;
	background: #f00;
}
#recruit .tablecell .flow .session a:hover .detail {
	color: #fff;
}
#recruit .tablecell .flow .session span {
	padding: 8px 8px 0 8px;
	background: inherit;
}
#recruit .tablecell .flow .session .detail {
	padding: 0 8px 8px 8px;
	color: #f00;
}
#recruit .tablecell ol li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: decimal;
}
#recruit .tablecell ol ul {
	margin-left: 10px;
}
#recruit .tablecell ol ul li {
	margin-left: 10px;
	list-style: disc;
}
#recruit .tablecell ol p {
	margin-bottom: 10px;
}
#recruit .tablecell table {
	width: 100%;
	border-collapse:collapse;
}
#recruit .tablecell th {
	background: #f9f2da;}
#recruit .tablecell th,
#recruit .tablecell td {
	border: 1px solid #888;
	width: 21%;
	text-align: center;
}
#recruit .spec th {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}
#recruit .spec th,
#recruit .spec td {
	padding-bottom: 10px;
	vertical-align: top;
}
#recruit .session h2 {
	font-size:0.813em;
	line-height: 1.5em;
	background: url("../images/line.png") no-repeat left bottom;
	background-size: 100% auto;
	margin: 0 -2% 15px -2%;
	padding: 0 2% 15px 2%;
}
#recruit .session .block {
	margin-bottom: 40px;
	padding: 0;
	background: none;
}
#recruit .session p {
	margin: 0;
}
#recruit .session p + p {
	margin-top: 20px;
}
#recruit .session ol {
	margin-bottom: 20px;
}
#recruit .session ol li {
	margin-left: 20px;
	list-style: decimal;
}
#recruit .session .access .info {
	width: 47%;
	margin-right: 3%;
	float: left;
}
#recruit .session .access .img {
	width: 49%;
	float: left;
}
#recruit .session .access .img img {
	width: 100%;
}

/* staff */
#staff h2 {
	font-size: 0.938em;
	line-height:1.5em;
	padding: 0 0 0 0;
}
#staff h3 {
	font-size:0.813em;
	line-height:1.5em;
	font-weight: normal;
	padding: 0 0 0 0;
}
#staff ul {
	margin: 0 -2%;
}
#staff .cardList li {
	width: 42%;
	float:left;
	margin: 0 2% 4% 2%;
	padding: 2%;
	background: #f9f2da;
	position: relative;
}
#staff .cardList .new {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 38px;
	height: 38px;
}
#staff .cardList li a {
	text-decoration: none;
}
#staff .cardList li img {
	display: block;
	width: 100%;
	margin-bottom: 3%;
}
#staff p {
	font-size:0.813em;
	line-height: 1.5em;
}

/* staff_detail */
#staff_detail h2 {
	font-size: 0.938em;
	line-height:1.5em;
	padding: 0 0 2% 0;
}
#staff_detail h4 {
	font-size:0.813em;
	line-height: 1.5em;
	font-weight: normal;
}
#staff_detail .ba .sttl {
	position: relative;
	top: 6px;
	width: 100%;
	height: auto;
}
#staff_detail img.float_l {
	margin-right: 3%;
}
#staff_detail .interview {
	margin: 5% 0 0 0;
}
#staff_detail .interview p {
	font-size:0.813em;
	line-height: 1.5em;
	padding-bottom: 5%;
}
#staff_detail .photo {
	margin-bottom: 10px;
	width: 100%;
}
#staff_detail dt {
	margin-top: 20px;
	color: #d20a0f;
}

/* newsDetail */
#newsDetail {
	padding: 10px;
	background: #f0e6c4;
	overflow: auto;
}
#newsDetail h3 {
	margin: 10px 0;
	padding-bottom: 20px;
	font-size: 20px;
	background: url(../img/cttl_line.png) no-repeat left bottom;
}
#newsDetail section {
	float: none;
}
#newsDetail .body {
	margin-bottom: 20px;
}
#newsDetail p {
	margin-bottom: 20px;
	text-align: left;
	word-break: break-all;
}
#newsDetail .point {
	color: #d20a0f;
}
#newsDetail .fwb {
	font-weight: bold;
}
#newsDetail .float_l {
	margin: 5px;
	width: 30%;
}
#newsDetail .float_r {
	margin: 5px;
	width: 30%;
}
#newsDetail .photo {
	width: 100%;
}
#newsDetail th,
#newsDetail td {
	text-align: left;
	vertical-align: top;
}
#newsDetail th {
	width: 150px;
}

/* diary */
#diary h1 {
	text-align: center;
	margin: 30px 0;
}
#diary .box {
	margin-bottom: 30px;
}
#diary .float_r,
#diary .float_l { width: 53%; }
#diary .float_r.photo,
#diary .float_l.photo { width: 40%; }
#diary .box p { padding-top: 10px; }
#diary .box .point { color: #d20a0f; }
#diary .photo img {
	border:solid 3px #000;
	display: block;
	border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
#diary #contents .photo img {
	margin-bottom: 10px;
	width: 100%;
}

/* contact */
#contact dt {
	margin-top: 10px;
}
#contact.confirm dt {
	color: #d20a0f;
}
input[type=text] {
	width: 100%;
	height: 30px;
}
input[type=image] {
	margin-top: 20px;
}
textarea {
	width: 100%;
	height: 80px;
}
.error {
	margin-bottom: 20px;
	padding: 8px;
	color: #d20a0f;
	background: #f9f2da;
}
.confirm form {
	width: 74px;
	display: inline;
}
.thks {
	text-align: center;
	margin-bottom: 20px;
}
.end {
	margin-top: -80px;
	padding-bottom: 20%;
	width: 100%;
}

.blog #contents h2 {
	margin: 40px 0 20px;
	padding-bottom: 20px;
	background: url(../images/cttl_line.png) no-repeat center bottom;
	background-size: 100% auto;
}
.blog #contents p + p {
	margin-top: 20px;
}