@charset "utf-8";
/* CSS Document */
/*webフォントアイコン*/
@font-face {
	font-family: 'LigatureSymbols';
	src: url('font/LigatureSymbols-2.11.eot');
	src: url('font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
		url('font/LigatureSymbols-2.11.woff') format('woff'),
		url('font/LigatureSymbols-2.11.ttf') format('truetype'),
		url('font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
	font-weight: normal;
	font-style: normal;
}
.lsf {
	font-family: 'LigatureSymbols';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	padding-right:4px;
	display:inline-block;
}
.lsf-icon:before {
	content:attr(title);
	margin-right:0.3em;
	font-size:130%;
	font-family: 'LigatureSymbols';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}
/*webフォントアイコン*/
*{ margin:0px; padding: 0px; box-sizing:border-box; word-break:break-all;}
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


html,
body {
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	text-align: left;
	color: #191919;
}
#wrapper {
	overflow: hidden;
}
ul, ol {
	list-style: none;
}
img {
	border-style: none;
	vertical-align: bottom;
	padding: 0px;
	max-width: 100%;
}
figure {
	margin: 20px auto;
	text-align: center;
}
figure.m0 {
	margin: 0px auto;
}
figure.waku img {
	padding: 10px;
	border: 1px dotted #aaa;
}
p {
	line-height: 2.0em;
	margin: 0px 0px 15px;
	padding: 0px;
	text-align: left;
}
p:last-child {
	margin: 0px;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a:hover {
	color: #ff6600;
}
.opa {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.opa:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.clearfix:after {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	content: ".";
	display: block;
	line-height: 0;
	clear: both;
}


#header .inner,
.inner,
#footer .inner {
	margin: 0 auto;
	width: 960px;
}


#wrapper .pageTop{
	width: 1000px;
	margin: 0 auto;
}

/*フッター
#footer {
	width: 100%;
}
p.copyright {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #fff;
	font-size: 11px;
	position: relative;
	border-bottom: 4px solid #bfbfbf;
}
*/
#wrapper .mb10{
	margin-bottom: 10px;
}
#wrapper .mb15{
	margin-bottom: 15px;
}
#wrapper .mr00{
	margin-right: 0;
}
#siteMap{
	font-size: 12px;
	line-height: 1.5;
}
#siteMap address{
	font-style: normal;
}
#footer{
	font-size: 12px;
}
#footer .copyright{
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#footer .fs10{
	font-size: 10px;
}


/*ヘッダー*/
header {
	border-top: 4px solid #ca0000;
}
/*
#header{ display:table; table-layout:fixed; width:1000px; margin:0 auto; position:relative; z-index:3;}
*/
#header .inner {
	min-height: 0;
}
#header dl {
	display: table-cell;
	vertical-align: top;
	padding: 12px 0 0 17px;
	letter-spacing: -1em;
}
#header dl dt {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#header dl dd {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-left: 10px;
	font-size: 11px;
}
#header ul {
	display: table-cell;
	vertical-align: top;
	padding-right: 23px;
	letter-spacing: -1em;
}
#header ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-left: 10px;
}
#catch {
	background: url(../images/catch_bg.jpg) center center no-repeat;
	border-bottom: 5px solid #000f3e;
	position: relative;
	z-index: 2;
	/*
	top: -96px;
	margin-bottom: -96px;
	*/
}
#catch_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#catch_in span {
	position: absolute;
	left: 27px;
	bottom: -40px;
}
#header .slide .btn,
#header .slide .contact{
	margin-top: 0;
}
/*follow_btn*/
#follow_btn {
	text-align: center;
}
#follow_btn_in {
	width: 1000px;
	position: relative;
	padding: 50px 0 25px;
	margin: 0 auto;
}
#follow_btn h2 {
	font-size: 38px;
	margin-bottom: 20px;
}
#follow_btn h2 span {
	font-size: 26px;
	font-weight: normal;
}
#follow_btn span.ico {
	position: absolute;
	top: 10px;
	right: 90px;
	z-index: 2;
}
#follow_btn ul {
	text-align: center;
	letter-spacing: -1em;
	position: relative;
	z-index: 3;
}
#follow_btn li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 22px;
	margin: 0 40px;
}
#follow_btn li:first-child {
	color: #e1ac05;
}
#follow_btn li:last-child {
	color: #bc0006;
}
#follow_btn li a {
	display: block;
}
/*sec001*/
#sec001 {
	background: url(../images/sec001_bg.png) center center repeat;
	text-align: center;
}
#sec001 .maincontent {
	padding: 60px 0;
}
/*sec002*/
#sec002 {
	background: url(../images/sec002_bg.png) center center repeat;
}
#sec002 .maincontent {
	padding: 60px 0;
	width: 1200px;
	margin: 0 auto;
}
#sec002 h2 {
	text-align: center;
	margin-bottom: 40px;
}
#sec002 ul {
	text-align: center;
	letter-spacing: -1em;
}
#sec002 ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 340px;
	text-align: left;
}
#sec002 ul li:nth-child(2) {
	margin: 0 20px;
}
#sec002 ul li dl dt {
	margin-bottom: 20px;
	text-align: center;
}
#sec002 ul li dl dd {
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
}
#sec002 ul li dl dd strong {
	display: block;
	color: #f7c105;
	font-size: 22px;
	margin-bottom: 10px;
}
/*follow_btn2*/
#follow_btn2 {
	text-align: center;
	border-bottom: 4px solid #101e6d;
}
#follow_btn2_in {
	width: 1000px;
	padding: 50px 0 25px;
	margin: 0 auto;
}
#follow_btn2 h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
#follow_btn2 h2 span {
	font-size: 26px;
	font-weight: normal;
	display: block;
}
#follow_btn2 ul {
	text-align: center;
	letter-spacing: -1em;
	position: relative;
	z-index: 3;
}
#follow_btn2 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 22px;
	margin: 0 40px;
}
#follow_btn2 li:first-child {
	color: #e1ac05;
}
#follow_btn2 li:last-child {
	color: #bc0006;
}
#follow_btn2 li a {
	display: block;
}
/*sec003*/
#sec003 {
	background: url(../images/sec003_bg.png) center center repeat;
}
#sec003 .maincontent {
	padding: 60px 0;
	width: 980px;
	margin: 0 auto;
}
#sec003 h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
	color: #fff;
	line-height: 1.2em;
}
#sec003 h2 span {
	font-size: 22px;
	display: block;
	line-height: 1.2em;
}
#sec003 ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 60px;
}
#sec003 ul li {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
#sec003 ul li dl dt {
	position: relative;
	margin-bottom: 20px;
}
#sec003 ul li dl dt span.ico {
	position: absolute;
	left: 0;
	top: -30px;
}
#sec003 ul li dl dd {
	font-size: 20px;
	color: #fff;
	line-height: 1.4em;
}
#sec003 ul li dl dd strong {
	font-size: 24px;
	margin-bottom: 10px;
	color: #f7c105;
	display: block;
}
/*follow_btn3*/
#follow_btn3 {
	text-align: center;
	border-bottom: 4px solid #101e6d;
}
#follow_btn3_in {
	width: 1000px;
	padding: 50px 0 25px;
	margin: 0 auto;
}
#follow_btn3 h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
#follow_btn3 h2 span {
	font-size: 26px;
	font-weight: normal;
	display: block;
}
#follow_btn3 ul {
	text-align: center;
	letter-spacing: -1em;
	position: relative;
	z-index: 3;
}
#follow_btn3 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 22px;
	margin: 0 40px;
	color: #1079b1;
}
#follow_btn3 li a {
	display: block;
}
/*sec004*/
#sec004 {
	background: url(../images/sec004_bg.jpg) center center repeat;
}
#sec004 .maincontent {
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
}
#sec004 h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.2em;
}
#sec004 h2 span {
	font-size: 23px;
	display: block;
	line-height: 1.2em;
}
#sec004 p {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 60px;
}
#sec004 dl dt {
	position: relative;
	margin-bottom: 30px;
}
#sec004 dl dd {
	font-size: 20px;
	line-height: 1.75em;
}
#sec004 hr {
	border: none;
	border-bottom: 6px solid #ddcfb9;
	margin: 90px auto 60px;
}
/*follow_btn4*/
#follow_btn4 {
	text-align: center;
	border-bottom: 4px solid #101e6d;
}
#follow_btn4_in {
	width: 1000px;
	padding: 50px 0 25px;
	margin: 0 auto;
}
#follow_btn4 h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
#follow_btn4 h2 span {
	font-size: 26px;
	font-weight: normal;
	display: block;
}
#follow_btn4 ul {
	text-align: center;
	letter-spacing: -1em;
	position: relative;
	z-index: 3;
}
#follow_btn4 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 22px;
	margin: 0 40px;
}
#follow_btn4 li:first-child {
	color: #e1ac05;
}
#follow_btn4 li:last-child {
	color: #bc0006;
}
#follow_btn4 li a {
	display: block;
}
/*sec005*/
#sec005 {
	background: url(../images/sec005_bg.jpg) center center no-repeat;
	padding-top: 50px;
}
#sec005 .maincontent {
	padding: 0 0 60px;
	width: 980px;
	margin: 0 auto;
}
@media screen and (min-width:1437px) {
	#sec005 {
		background: url(../images/sec005_bg.jpg) center center no-repeat;
		background-size: 100% auto;
	}
}
#sec005 figure {
	margin-bottom: 50px;
}
#sec005 h2 {
	margin-bottom: 50px;
	text-align: left;
}
#sec005 p {
	font-size: 21px;
	color: #fff;
	line-height: 1.2em;
}
/*sec006*/
#sec006 {
	background: #fff;
	border-bottom: 4px solid #101e6d;
}
#sec006 .maincontent {
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
}
#sec006 h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.2em;
}
#sec006 h2 span {
	font-size: 23px;
	display: block;
	line-height: 1.2em;
}
#sec006 p {
	font-size: 19px;
	line-height: 2.0em;
}
/*sec007*/
#sec007 {
	background: #fff;
}
#sec007 .maincontent {
	padding: 60px 0;
	width: 1000px;
	margin: 0 auto;
}
#sec007 h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
	line-height: 1.2em;
}
#sec007 h2 span {
	font-size: 23px;
	display: block;
	line-height: 1.2em;
}
#sec007 figure {
	margin-bottom: 30px;
}
#sec007 p {
	font-size: 22px;
	line-height: 1.2em;
}
/*sec008*/
#sec008 {
	background: url(../images/sec008_bg.png) center center repeat;
	padding-top: 50px;
}
#sec008 .maincontent {
	padding: 0 0 60px;
	width: 920px;
	margin: 0 auto;
}
#sec008 h2 {
	font-size: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1.2em;
	color: #fff;
}
#sec008 h2 span {
	font-size: 23px;
	display: block;
	line-height: 1.2em;
}
#sec008 p {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 40px;
	color: #fff;
}
#sec008 .sec008_in {
	letter-spacing: -1em;
}
#sec008 dl {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 50%;
	border: 2px solid #121212;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}
#sec008 dl dt {
	padding: 20px;
	border-bottom: 1px dashed #121212;
	background: rgba(255, 255, 255, 0.1)
}
#sec008 dl dt strong {
	font-size: 24px;
	color: #fff;
	line-height: 1em;
	padding: 0 10px;
	border-bottom: 7px solid #fad551;
}
#sec008 dl dd {
	padding: 20px 30px;
}
#sec008 dl dd ul li {
	font-size: 20px;
	margin-bottom: 10px;
}
#sec008 dl dd span.detail {
	color: #d1d1d1;
	display: block;
	text-align: right;
	cursor: pointer;
}
/*follow_btn5*/
#follow_btn5 {
	text-align: center;
	/*
	border-bottom: 4px solid #101e6d;
	*/
}
#follow_btn5_in {
	width: 1000px;
	padding: 50px 0 25px;
	margin: 0 auto;
}
#follow_btn5 h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
#follow_btn5 h2 span {
	font-size: 26px;
	font-weight: normal;
	display: block;
}
#follow_btn5 ul {
	text-align: center;
	letter-spacing: -1em;
	position: relative;
	z-index: 3;
}
#follow_btn5 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 22px;
	margin: 0 40px;
}
#follow_btn5 li:first-child {
	color: #e1ac05;
}
#follow_btn5 li:last-child {
	color: #bc0006;
}
#follow_btn5 li a {
	display: block;
}
#modal_window_area {
	display: none;
}
h3.course_t {
	position: relative;
	background: #3b415f;
	color: #fff;
	font-size: 24px;
	padding: 20px 70px;
}
h3.course_t span {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}
ul.course_ul {
	padding: 20px 70px;
	border-bottom: 2px solid #121212;
	letter-spacing: -1em;
}
ul.course_ul li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 20px;
	width: 50%;
	margin-bottom: 10px;
}
.detail_box {
	border-top: 2px solid #121212;
	padding: 20px 70px;
}
.detail_box hr {
	height: 0;
	border: none;
	border: 1px solid #8f8f8f;
	margin: 20px auto;
}
.detail_box h3 {
	background: #e2e2e2;
	font-size: 24px;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.detail_box h4 {
	font-size: 22px;
	margin-bottom: 1.5%;
	padding-left: 26px;
	position: relative;
	margin-bottom: 20px;
}
.detail_box h4:before {
	content: "";
	height: 4px;
	width: 16px;
	background: #fad551;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.detail_box ul {
	padding: 0;
}
.detail_box dl dd ul li {
	font-size: 20px;
	margin-bottom: 10px;
}

/* 季節キャンペーン */
#season_can{
	width: 690px;
	margin: 0 auto 80px;
	font-size: 13px;
	text-align: left;
	font-family: ArialMT,'Hiragino Kaku Gothic Pro','Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',sans-serif;
}
#season_can h2.title{
	margin-bottom: 15px;
	font-size: 32px;
}
#season_can h3{
	margin-bottom: 10px;
	border-bottom: 1px solid #ca0000;
	font-size: 15px;
	font-weight: bold;
}
#season_can b{
	font-weight: bold;
	font-size: 20px;
}

.about_can{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	line-height: 1.5;
}
.about_can dt{
	width: 18%;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	vertical-align: top;
}
.about_can dd{
	width: 80%;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#main .tableStyle04 {
	margin: 20px 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.tableStyle04 th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
	color: #fff;
}
.tableStyle04 th.last {
	border-right: 1px solid #999999;
}
.tableStyle04 td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 14px;
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
}
.tableStyle04 td.center{
	background: #fffedd;
	text-align: center;
}
.tableStyle04 img{
	display: block;
	margin: 10px auto 0;
}
.tableStyle04 .ttl{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#season_can .sunday{
	font-size: 14px;
	font-weight: bold;
	color: #1e377e;
}
#season_can .speach100{
	font-size: 14px;
	font-weight: bold;
	color: #337d25;
}
#season_can .marker{
	display: inline-block;
	line-height: 1.2;
	background: linear-gradient(transparent 50%, #ffff37 50%);
	font-size: 14px;
	color: #000;
}

.tableStyle04 {
	margin: 20px 0;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.tableStyle04 th {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: #999999;
	color: #fff;
}
.tableStyle04 th.last {
	border-right: 1px solid #999999;
}
.tableStyle04 td {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 14px;
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
}
.tableStyle04 td.center{
	background: #fffedd;
	text-align: center;
}
.tableStyle04 img{
	display: block;
	margin: 10px auto 0;
}
.tableStyle04 .ttl{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
